@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1071px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1072px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 959px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 960px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

._f-narrow-s {
  margin-left: -0.75rem;
}

._f-narrow-m {
  margin-left: -1.1875rem;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.4828544949vw);
}
@media (max-width: 959px) {
  :root {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (max-width: 959px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0068ac;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 100;
}
.l-header > .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0.875rem 2.8125rem 0.875rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media (max-width: 959px) {
  .l-header {
    height: 60px;
  }
  .l-header > .inner {
    padding: 0 60px 0 16px;
    height: 100%;
  }
  .l-header > .inner > .logo a {
    padding: 0;
  }
}

.l-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-contact > .eternal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin: 0;
}
.l-header-contact > .tel {
  margin-left: 1.5rem;
  font-family: "Shippori Mincho", sans-serif;
}
.l-header-contact > .tel > .num {
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin: 0;
}
.l-header-contact > .tel > .num a {
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  margin-left: 0.25rem;
}
.l-header-contact > .tel > .num span {
  font-size: 0.6875rem;
  letter-spacing: 0;
  display: block;
}
@media (max-width: 959px) {
  .l-header-contact {
    display: none;
  }
}

.c-header-logo {
  width: 250px;
}
@media (max-width: 959px) {
  .c-header-logo {
    width: 154px;
  }
}
.c-header-logo a {
  display: block;
  text-decoration: none;
  margin: 0;
}
.c-header-logo a img {
  display: block;
}

.l-header-hamburger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  cursor: pointer;
}
.l-header-hamburger > .bar {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}
.l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
  display: block;
  position: absolute;
  width: 28px;
  height: 1px;
  border-radius: 0.125rem;
  background: #000;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header-hamburger > .bar::before {
  top: calc(50% + 3px);
}
.l-header-hamburger > .bar::after {
  top: calc(50% - 3px);
}
.l-header-hamburger.-open > .bar::before {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.l-header-hamburger.-open > .bar::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
@media (max-width: 959px) {
  .l-header-hamburger {
    display: block;
  }
}

.l-globalnav {
  padding: 0.6875rem 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(64, 64, 64, 0.9)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(64, 64, 64, 0.9) 50%, rgba(0, 0, 0, 0.2) 100%);
}
@media (max-width: 959px) {
  .l-globalnav {
    display: none;
  }
}

.l-gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.l-gnav-list > li {
  position: relative;
}
.l-gnav-list > li:not(:first-child) {
  border-left: solid 1px #BBBBBB;
}
.l-gnav-list > li > .btn {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  text-decoration: none;
  padding: 0 2.5rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-gnav-list > li > .btn:hover {
  font-weight: bold;
  opacity: 1;
}
@media (max-width: 1279px) {
  .l-gnav-list > li > .btn {
    padding: 0 1.875rem;
  }
}
.l-gnav-list li.-reverse > .btn {
  background-color: #000;
  color: #fff;
}

.l-dropdown {
  width: 100%;
  background-color: #fff;
  display: none;
}
.l-dropdown > .contents {
  padding: 1.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1120px;
  margin: 0 auto;
}
.l-dropdown > .contents > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}
.l-dropdown > .contents > .list > li {
  width: 20%;
}
.l-dropdown > .contents > .list > li > 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.9375rem;
  text-decoration: none;
  width: 100%;
}
.l-dropdown > .contents > .list > li > a:hover {
  opacity: 1;
}
.l-dropdown > .contents > .list > li > a:hover > .image::before {
  background-image: url(../img/noiseGrd-blue.png);
}
.l-dropdown > .contents > .list > li > a > .image {
  position: relative;
}
.l-dropdown > .contents > .list > li > a > .image::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 7rem;
  height: 7rem;
  background-image: url(../img/noiseGrd-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-dropdown > .contents > .list > li > a > .title {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.l-dropdown.-open {
  display: block;
}

@media (min-width: 960px) {
  .l-spfix-contact {
    display: none !important;
  }
}

.spfix-contact-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spfix-contact-links .btn {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  font-size: 10px;
  text-align: center;
  padding-top: 35px;
  font-weight: 500;
  display: block;
}
.spfix-contact-links .btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.spfix-contact-links .btn.-request::before {
  -webkit-mask-image: url(../img/icon-omitumori.svg);
          mask-image: url(../img/icon-omitumori.svg);
}
.spfix-contact-links .btn.-contact::before {
  -webkit-mask-image: url(../img/icon-contact.svg);
          mask-image: url(../img/icon-contact.svg);
  top: 18px;
}

.l-spnav {
  background: url(../img/bg-white.png) repeat center center/auto auto, #fff;
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 100;
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
}
.l-spnav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.l-spnav > .container::-webkit-scrollbar {
  display: none;
}
.l-spnav > .container {
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
}
@media (min-width: 960px) {
  .l-spnav {
    display: none !important;
  }
}

.l-spnav-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.l-spnav-list > li {
  display: block;
}
.l-spnav-list > li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.l-spnav-list > li > .btn {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  display: block;
  padding: 1.5rem 0;
  color: inherit;
  border-bottom: solid 1px #BBBBBB;
}
.l-spnav-list > li:last-child > .btn {
  border-bottom: none !important;
}

.sp-eternal-links {
  list-style: none;
  margin: 2.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
  padding: 0;
}
.sp-eternal-links .btn {
  display: block;
  width: 17.4375rem;
  max-width: 100%;
  padding: 1.25rem 2.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666666;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 6.25rem;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.sp-eternal-links .btn::after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask-image: url(../img/icon-external.svg);
          mask-image: url(../img/icon-external.svg);
  background-color: #000;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.sp-contact-links {
  list-style: none;
  margin: 1.5rem 0 0 0;
  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;
  row-gap: 1.5rem;
  padding: 0;
}
.sp-contact-links .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.4375rem;
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  width: 17.4375rem;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp-contact-links .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-gray-d.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-spnav-bottom {
  margin-top: 3rem;
  padding-top: 3rem;
  position: relative;
}
.l-spnav-bottom::before {
  width: 100vw;
  height: 1px;
  top: 0;
  left: calc(50% - 50vw);
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  background: linear-gradient(235deg, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.3) 100%);
}
.l-spnav-bottom > .address > .text {
  line-height: 2;
  font-size: 0.8125rem;
  margin: 1.25rem 0 0 0;
  font-weight: 500;
}
.l-spnav-bottom > .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 3.125rem;
  color: inherit;
  padding-bottom: 3.875rem;
}
.l-spnav-bottom > .other > .policy,
.l-spnav-bottom > .other > .copy {
  font-weight: 500;
  font-size: 0.8125rem;
  margin: 0;
}
.l-spnav-bottom > .other > .policy {
  color: inherit;
  text-decoration: none;
}

/**************************************************/
/* Footer */
/**************************************************/
.l-footer {
  padding: 4rem 0 3.75rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0 0;
  }
}
.l-footer > .inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .l-footer > .inner {
    padding: 0 3rem;
  }
  .l-footer > .inner .l-spnav-bottom .other {
    padding-bottom: 1.5rem;
  }
}
.l-footer > .copyright {
  margin: 0;
  padding: 1rem 1.25rem;
  background: var(--footer-background-color, #000);
  color: var(--footer-color, #fff);
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.l-footer-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.8125rem 1fr 0.8125rem 1fr 0.8125rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  list-style: none;
  padding-left: 0;
}
.l-footer-menu > .item > .heading {
  display: block;
  padding-bottom: 1rem;
  position: relative;
}
.l-footer-menu > .item > .heading::after {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}
.l-footer-menu > .item > .heading > a {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.l-footer-menu > .item > .subList {
  list-style: none;
  padding-left: 0;
}
.l-footer-menu > .item > .subList > li {
  margin-top: 1.5rem;
}
.l-footer-menu > .item > .subList > li > a {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
}

.l-footer-navSub {
  margin-top: 2rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 6.25rem;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.l-footer-navSub > li > a {
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: #000;
  text-decoration: none;
}

.l-footer-bottom {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-bottom > .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.l-footer-bottom > .left > a {
  margin-top: 0.375rem;
}
.l-footer-bottom > .left > .address {
  margin: 2rem 0 0;
}
.l-footer-bottom > .left > .address dt, .l-footer-bottom > .left > .address dd {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
}
.l-footer-bottom > .left > .address dd {
  margin: 0.5rem 0 0;
}
.l-footer-bottom > .left > .address > .text {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.l-footer-bottom > .left > .address > .text + .text {
  margin: 0.5rem 0 0;
}
.l-footer-bottom > .right {
  width: 21.25rem;
  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;
}
.l-footer-bottom > .right > .external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  gap: 1rem 1.5rem;
  margin: 0;
}
.l-footer-bottom > .right > .external > li > a {
  width: 9rem;
  text-align: center;
}
.l-footer-bottom > .right > .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  gap: 1rem;
  margin: 3.125rem 0 0;
}
.l-footer-bottom > .right > .other > .policy {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
.l-footer-bottom > .right > .other > .copy {
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
}

/**************************************************/
/* contents */
/**************************************************/
body > .inbox {
  padding-top: 112px;
}
@media (max-width: 959px) {
  body > .inbox {
    padding-top: 60px;
  }
}

body.pg-home > .inbox {
  padding-top: 0;
}

.l-page-container {
  position: relative;
  background: url(../img/bg.png) repeat;
}

.l-section {
  position: relative;
  padding: 6.25rem 0 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .l-section {
    padding: 2rem 0 0;
  }
}
.l-section.-fill {
  background-color: #EEE;
}

.l-page-contents {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 1rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-breadcrumb {
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-breadcrumb::before {
  position: absolute;
  content: "";
  width: calc(100% - 4rem);
  height: 1px;
  max-width: 1040px;
  background-color: #CCCCCC;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .l-breadcrumb::before {
    width: 100%;
  }
}

.l-breadcrumb-list {
  margin: 0 auto;
  padding: 30px 2rem;
  max-width: 1040px;
}
.l-breadcrumb-list > li {
  display: inline;
  position: relative;
  padding: 0.1em;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  color: #4C4C4C;
}
.l-breadcrumb-list > li:not(:first-child) {
  padding-left: 1.5em;
}
.l-breadcrumb-list > li:not(:last-child) {
  padding-right: 1.5em;
}
.l-breadcrumb-list > li:not(:first-child) {
  border-left: solid 1px #777777;
}
.l-breadcrumb-list > li a {
  display: inline;
  text-decoration: none;
  font-weight: 500;
  color: #4C4C4C;
}
.l-breadcrumb-list > li.home a {
  color: #FF0000;
  font-weight: bold;
}
@media (max-width: 767px) {
  .l-breadcrumb-list > li:not(:first-child) {
    padding-left: 0.625rem;
  }
  .l-breadcrumb-list > li:not(:last-child) {
    padding-right: 0.625rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-link-external {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 0.5625rem 1rem 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #DDD;
  border-radius: 20px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.c-link-external::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(139deg, #545454 0%, #000 30%);
  border-radius: 20px;
  border: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-link-external::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask-image: url(../img/icon-external.svg);
          mask-image: url(../img/icon-external.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #000;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-link-external:hover {
  color: #fff;
  opacity: 1;
}
.c-link-external:hover::before {
  opacity: 1;
}
.c-link-external:hover::after {
  background-color: #fff;
}

.c-link-external-b {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  color: inherit;
  font-weight: 500;
}
.c-link-external-b::after {
  content: "";
  display: inline-block;
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask-image: url(../img/icon-external.svg);
          mask-image: url(../img/icon-external.svg);
  background-color: #000;
  margin-left: 0.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.c-text-a {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  margin: 1em 0 0 0;
  font-weight: 500;
}
.c-text-a.-center {
  text-align: center;
}
.c-text-a.-alert {
  color: #AD303A;
}
.c-text-a.-min {
  font-size: 0.75rem;
}
.c-text-a a {
  color: inherit;
  text-decoration: none;
}

.c-heading-a {
  display: block;
  width: 100%;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.06em;
  color: #000;
  margin: 0;
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
}
.c-heading-a::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.c-heading-b {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
  position: relative;
}
.c-heading-b.-diagonal {
  z-index: 1;
}
.c-heading-b.-diagonal::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 97px;
  height: 100px;
  background: url(../img/line-lattice.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 959px) {
  .c-heading-b.-diagonal::before {
    top: -0.75rem;
    left: -1rem;
  }
}
.c-heading-b.-white {
  color: #fff;
}

.c-heading-c {
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 3.75rem 0 2.5rem 0;
}
@media (max-width: 959px) {
  .c-heading-c {
    font-size: 1.5rem;
    margin: 3.125rem 0 1.5rem;
  }
}

.c-heading-d {
  position: relative;
  min-height: 11.25rem;
  padding: 4.375rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.c-heading-d .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-heading-d .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .c-heading-d .line-top::before {
    top: 1rem;
  }
}
.c-heading-d .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .c-heading-d .line-top::after {
    left: 1rem;
  }
}
.c-heading-d .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.c-heading-d .line-top.-inview::after {
  height: 7.5rem;
  max-height: 100%;
}
.c-heading-d .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-heading-d .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .c-heading-d .line-bottom::before {
    bottom: 1rem;
  }
}
.c-heading-d .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .c-heading-d .line-bottom::after {
    right: 1rem;
  }
}
.c-heading-d .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.c-heading-d .line-bottom.-inview::after {
  height: 7.5rem;
  max-height: 100%;
}
.c-heading-d > .title {
  text-align: center;
  margin: 0;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}
@media (max-width: 959px) {
  .c-heading-d {
    padding: 3.125rem 2rem 2.5rem;
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-heading-d > .title {
    font-size: 1.375rem;
  }
  .c-heading-d > .c-text-a {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
@media (max-width: 767px) {
  .c-heading-d > .c-text-a {
    text-align: left;
  }
}

.c-btn-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em 3em;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-gray-d.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(../img/icon-arrow-right.svg);
          mask-image: url(../img/icon-arrow-right.svg);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-a:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.c-btn-a:hover::before {
  background-image: url(../img/noiseGrd-blue.png);
}
.c-btn-a:hover::after {
  right: 1.25rem;
  background-color: #000;
}
.c-btn-a.-shadow {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
}
.c-btn-a.-gray {
  background-color: #777777;
}
.c-btn-a.-gray:hover {
  background-color: #000;
  color: #fff;
}
.c-btn-a.-gray:hover::after {
  background-color: #fff;
}
.c-btn-a.-gray:hover::before {
  background-image: url(../img/noiseGrd-gray-d.png);
}
.c-btn-a.-back::after {
  left: 1.875rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-btn-a.-back:hover::after {
  left: 1.25rem;
}
.c-btn-a.-alert {
  background-color: #AD303A;
}
.c-btn-a.-alert::before {
  background-image: url(../img/noiseGrd-white.png);
}
.c-btn-a.-alert::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
.c-btn-a.-alert:hover {
  color: #fff;
}
.c-btn-a.-alert:hover::before {
  background-image: url(../img/noiseGrd-white.png);
}
.c-btn-a.-alert:hover::after {
  background-color: #fff;
  right: 1.875rem;
  top: 40%;
}

.c-btn-b {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1em 3em;
  background-color: #fff;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-b::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.875rem;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(../img/icon-arrow-right.svg);
          mask-image: url(../img/icon-arrow-right.svg);
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-b:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.c-btn-b:hover::before {
  background-image: url(../img/noiseGrd-blue-d.png);
}
.c-btn-b:hover::after {
  right: 1.25rem;
  background-color: #000;
}

.c-gradM-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../img/noiseGrd-blue.png) no-repeat center center/contain;
}

.c-process-heading {
  margin: 12.5rem 0 -0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8125rem;
  position: relative;
  gap: 0.75rem;
}
.c-process-heading .lineL, .c-process-heading .lineR {
  height: 1px;
  content: "";
  display: block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.c-process-heading .lineL {
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.c-process-heading .lineR {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.c-process-heading .lineL.-inview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.c-process-heading .lineR.-inview {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 959px) {
  .c-process-heading {
    margin-top: 4rem;
  }
}
.c-process-heading > .title {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-process-list {
  background: url(../img/bg-white.png) repeat;
}
.c-process-list .inner {
  padding: 3.125rem 0 2.5rem;
}
@media (max-width: 959px) {
  .c-process-list .inner {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .c-process-list .inner {
    padding: 2rem;
  }
}
.c-process-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .c-process-list .list {
    row-gap: 1rem;
  }
}
.c-process-list .list > li {
  width: 20%;
}
@media (max-width: 767px) {
  .c-process-list .list > li {
    width: 100%;
  }
}
.c-process-list .list > li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .c-process-list .list > li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.c-process-list .list > li a .icon {
  width: 100%;
  height: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-process-list .list > li a .icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.c-process-list .list > li a .icon img {
  inset: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 767px) {
  .c-process-list .list > li a .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c-process-list .list > li a .icon img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-process-list .list > li a .text {
  --color-marker: #F0E7C8;
  color: #999;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-process-list .list > li a .text {
    text-align: left;
  }
}
.c-process-list .list > li a .text .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, var(--color-marker)));
  background: linear-gradient(transparent 50%, var(--color-marker) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  position: relative;
}
.c-process-list .list > li a .text .marker::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.c-process-list .list > li a.-active .icon img, .c-process-list .list > li a:hover .icon img {
  opacity: 1;
}
.c-process-list .list > li a.-active .text, .c-process-list .list > li a:hover .text {
  color: black;
}
.c-process-list .list > li a.-active .text .marker, .c-process-list .list > li a:hover .text .marker {
  background-size: 100% 100%;
}
.c-process-list .list > li a.-active .text .marker::after, .c-process-list .list > li a:hover .text .marker::after {
  width: 100%;
}
.c-process-list .more {
  max-width: 18.75rem;
  margin: 2rem auto 0;
}

.c-list-a {
  list-style: none;
  margin: 1.25rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
.c-list-a > li {
  padding-left: 1.3rem;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 500;
  position: relative;
}
.c-list-a > li::before {
  position: absolute;
  display: inline-block;
  content: "・";
  top: 0;
  left: 0;
}

.c-order-a {
  padding: 0;
  list-style: none;
  line-height: 1.5;
  counter-reset: orderA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
  margin: 1.25rem 0 0 0;
}
.c-order-a > li {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 500;
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-order-a > li::before {
  display: inline-block;
  width: 1.3em;
  text-indent: 0;
  white-space: nowrap;
  word-wrap: normal;
  overflow-wrap: normal;
  counter-increment: orderA;
  content: counter(orderA) ".";
}

.c-lower-title {
  min-height: 10.875rem;
  background: url(../img/bg-white.png) center center repeat;
  background-size: auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .c-lower-title {
    min-height: 10rem;
    padding: 3.75rem 2rem;
  }
}
.c-lower-title > .l-page-contents > .title {
  margin: 0;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 959px) {
  .c-lower-title > .l-page-contents > .title {
    font-size: 1.5rem;
  }
}

.c-under-contact {
  padding: 12.5rem 0 10.625rem;
}
@media (max-width: 959px) {
  .c-under-contact {
    padding: 4rem 0;
  }
}

.c-contact-cards > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 2.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .c-contact-cards > .list {
    row-gap: 1rem;
    padding: 0 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-contact-cards > .list > .item {
  width: calc((100% - 5rem) / 3);
}
@media (max-width: 767px) {
  .c-contact-cards > .list > .item {
    width: 100%;
  }
}
.c-contact-cards > .list > .item > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
  background-color: #fff;
  padding: 1.75rem 0;
  text-decoration: none;
  color: #000;
  font-family: "Shippori Mincho", sans-serif;
  outline: 1px solid #000;
  outline-offset: -2px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact-cards > .list > .item > .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-contact-cards > .list > .item > .card:hover {
  outline: 1px solid transparent;
  opacity: 1;
  background-color: #000;
  color: #fff;
}
.c-contact-cards > .list > .item > .card:hover::before {
  background-image: url(../img/noiseGrd-gray-d.png);
}
.c-contact-cards > .list > .item > .card:hover > .image {
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-contact-cards > .list > .item > .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.125rem 0.875rem;
    gap: 0.75rem;
  }
}
.c-contact-cards > .list > .item > .card > .image {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
}
.c-contact-cards > .list > .item > .card > .image.-contact {
  -webkit-mask-image: url(../img/icon-contact.svg);
          mask-image: url(../img/icon-contact.svg);
}
.c-contact-cards > .list > .item > .card > .image.-omitumori {
  -webkit-mask-image: url(../img/icon-omitumori.svg);
          mask-image: url(../img/icon-omitumori.svg);
}
.c-contact-cards > .list > .item > .card > .image.-recruit {
  -webkit-mask-image: url(../img/icon-recruit.svg);
          mask-image: url(../img/icon-recruit.svg);
}
@media (max-width: 767px) {
  .c-contact-cards > .list > .item > .card > .image.-contact {
    margin-top: 0.25rem;
  }
}
.c-contact-cards > .list > .item > .card > .title {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 959px) {
  .c-contact-cards > .list > .item > .card > .title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .c-contact-cards > .list > .item > .card > .title {
    font-size: 0.8125rem;
    text-align: left;
    letter-spacing: 0;
  }
}
.c-contact-cards > .list > .item > .text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
  padding-right: 0.9375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.625rem auto 0;
  position: relative;
  font-weight: 500;
}
.c-contact-cards > .list > .item > .text::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.625rem;
  height: 0.5rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/icon-external.svg);
          mask-image: url(../img/icon-external.svg);
  background-color: #999;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767px) {
  .c-contact-cards > .list > .item > .text {
    font-size: 0.6875rem;
  }
}

.c-kinpu-bnr {
  margin: 7.8125rem 0 0;
}
@media (max-width: 959px) {
  .c-kinpu-bnr {
    margin-top: 2rem;
  }
}
.c-kinpu-bnr > .inner {
  padding: 3.25rem 2.5rem;
  background: url(../img/bg-kinpu.png) no-repeat center center/cover;
  border-radius: 8px;
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
@media (max-width: 767px) {
  .c-kinpu-bnr > .inner {
    display: block;
    padding: 2rem;
  }
}
.c-kinpu-bnr > .inner > .head {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.c-kinpu-bnr > .inner > .head .title {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
}
.c-kinpu-bnr > .inner > .head .text {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: 700;
  margin: 1rem 0 0;
}
@media (max-width: 959px) {
  .c-kinpu-bnr > .inner > .head .text {
    font-size: 0.8125rem;
  }
}
.c-kinpu-bnr > .inner > .more {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  max-width: 300px;
}
@media (max-width: 767px) {
  .c-kinpu-bnr > .inner > .more {
    margin-top: 1rem;
  }
}
.c-kinpu-bnr > .inner > .image {
  position: absolute;
  inset: 50% 3.75rem auto auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 959px) {
  .c-kinpu-bnr > .inner > .image {
    width: 21.4375rem;
    inset: 50% 0rem auto auto;
  }
}
@media (max-width: 767px) {
  .c-kinpu-bnr > .inner > .image {
    position: relative;
    inset: 0;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    left: 50%;
    margin-top: 1rem;
  }
}

/**************************************************/
/* entry 投稿 */
/**************************************************/
.c-pager {
  margin-top: 9.375rem;
}
@media (max-width: 959px) {
  .c-pager {
    margin-top: 5rem;
  }
}
.c-pager > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-pager > .list > li.dot {
  padding: 0 0.875rem;
}
.c-pager > .list > li.cur span,
.c-pager > .list > li .btn {
  display: inline-block;
  background-color: #fff;
  color: #666666;
  border: solid 1px #666666;
  font-size: 0.875rem;
  font-weight: 500;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
.c-pager > .list > li.cur span::before,
.c-pager > .list > li .btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/noiseGrd-gray.png) no-repeat center center/cover;
  opacity: 0;
  z-index: -1;
}
.c-pager > .list > li.cur span.-prev::after, .c-pager > .list > li.cur span.-next::after,
.c-pager > .list > li .btn.-prev::after,
.c-pager > .list > li .btn.-next::after {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.75rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img/icon-pager-arrow.svg) no-repeat;
          mask: url(../img/icon-pager-arrow.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #666666;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 1;
}
.c-pager > .list > li.cur span.-prev:hover::after, .c-pager > .list > li.cur span.-next:hover::after,
.c-pager > .list > li .btn.-prev:hover::after,
.c-pager > .list > li .btn.-next:hover::after {
  background: #fff;
}
.c-pager > .list > li.cur span.-prev::after,
.c-pager > .list > li .btn.-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.c-pager > .list > li.cur > span,
.c-pager > .list > li > .btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  opacity: 1;
}
.c-pager > .list > li.cur > span::before,
.c-pager > .list > li > .btn:hover::before {
  opacity: 1;
}

.c-tag {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
  padding: 0.125rem 0.625rem;
  min-width: 6.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  border: 1px solid #CCCCCC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  background-color: #fff;
}

.index-secondaryBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  min-height: 14.5rem;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 1rem;
}
.index-secondaryBox::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/noiseGrd-blue.png) no-repeat center center/cover;
  top: 0;
  left: 0;
}
.index-secondaryBox > .title {
  text-align: center;
  margin: 0;
  padding-bottom: 1em;
  font-size: 0.875rem;
  font-weight: 500;
  border-bottom: solid 1px #CCCCCC;
}
.index-secondaryBox .tags {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.5rem;
}
.index-secondaryBox .tags > .item .btn {
  font-size: 0.875rem;
  font-weight: 500;
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
.index-secondaryBox .archive-selected {
  font-size: 0.875rem;
  text-align: center;
  padding: 0.9375rem;
  opacity: 0.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.index-secondaryBox .archive-selected::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  content: "";
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
  width: 0.4375rem;
  height: 0.75rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0.625rem;
  top: 40%;
}
.index-secondaryBox .archive-selected.-open {
  opacity: 1;
}
.index-secondaryBox .archive-selected.-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.index-secondaryBox .archive-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% + 2rem);
  margin-left: -1rem;
}
.index-secondaryBox .archive-list > li > a {
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
}
.index-secondaryBox .archive-list > li > a:hover {
  opacity: 1;
  background-color: rgba(204, 204, 204, 0.2);
}

@media (max-width: 959px) {
  .pg-news .l-section,
  .pg-blog .l-section {
    padding-top: 5rem;
  }
}

.l-entry-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem 3.75rem;
}
@media (max-width: 959px) {
  .l-entry-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .l-entry-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-entry-contents,
.l-entry-indexList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.l-entry-contents::before,
.l-entry-indexList::before {
  position: absolute;
  content: "";
  background: url(../img/date-no.svg) no-repeat center center/contain;
  width: 6.5rem;
  height: 1.5rem;
  left: 0;
  top: -3.75rem;
}
@media (max-width: 959px) {
  .l-entry-contents::before,
  .l-entry-indexList::before {
    top: -3.5rem;
  }
}

.l-entry-secondary {
  width: 14.5rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media (max-width: 959px) {
  .l-entry-secondary {
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .l-entry-secondary {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-entry-heading > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
}
.l-entry-heading > .wrap > .date {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}

.entry-title {
  margin: 1.5rem 0 0 0;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2rem;
}
.entry-title > span {
  border-bottom: solid 1px #000;
  padding-bottom: 0.625rem;
  line-height: 2.2;
}
@media (max-width: 959px) {
  .entry-title {
    font-size: 1.75rem;
  }
}

.entry-body {
  margin-top: 2.5rem;
}
.entry-body > *:first-child {
  margin-top: 0 !important;
}
.entry-body figure,
.entry-body p.entry-text {
  margin: 2.5rem 0 0 0;
}
.entry-body p.entry-text {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  font-weight: 500;
}
.entry-body .column-media-auto,
.entry-body .column-media-center,
.entry-body .column-media-left,
.entry-body .column-media-right {
  margin: 2.5rem 0 0 0;
  padding: 0;
}
.entry-body .column-media-auto img,
.entry-body .column-media-center img,
.entry-body .column-media-left img,
.entry-body .column-media-right img {
  width: 100%;
}
.entry-body a {
  word-break: break-all;
}

.entry-prevBtn {
  margin-top: 6.25rem;
}
@media (max-width: 959px) {
  .entry-prevBtn {
    margin-top: 3.75rem;
  }
}
.entry-prevBtn > .btn {
  display: inline-block;
  padding-left: 1.75rem;
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-prevBtn > .btn::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon-arrow-circle.svg) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-prevBtn > .btn:hover {
  opacity: 1;
  font-weight: 700;
}

.index-newsList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.index-newsList .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row no-wrap;
          flex-flow: row no-wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  gap: 1rem 2.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
.index-newsList .news-link > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-width: 15rem;
  row-gap: 0.625rem;
}
.index-newsList .news-link > .info .date {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
  width: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
.index-newsList .news-link > .info .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.index-newsList .news-link > .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-newsList .news-link:hover {
  opacity: 1;
}
.index-newsList .news-link:hover > .info .c-tag {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.index-newsList .news-link:hover > .title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .index-newsList .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-blog-card {
  color: inherit;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: block;
  text-decoration: none;
}
.c-blog-card > .image {
  aspect-ratio: 354/200;
}
.c-blog-card > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-blog-card > .textarea {
  margin-top: 1rem;
}
.c-blog-card > .textarea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-blog-card > .textarea .date {
  font-size: 0.875rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
.c-blog-card > .textarea .title {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 500;
}
.c-blog-card:hover {
  opacity: 1;
}
.c-blog-card:hover > .textarea .c-tag {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.c-blog-card:hover > .textarea .title {
  font-weight: bold;
}

.index-blogList {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-blogList > .item {
  width: calc(50% - 1.25rem);
}
@media (max-width: 767px) {
  .index-blogList > .item {
    width: 100%;
  }
}

.l-entry-connection {
  margin-top: 9.375rem;
}
.l-entry-connection > .heading {
  font-size: 1.75rem;
  margin: 0;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 959px) {
  .l-entry-connection {
    margin-top: 6.25rem;
  }
  .l-entry-connection > .heading {
    font-size: 1.5rem;
  }
}

.entry-connectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-connectionList > .item {
  width: calc((100% - 5rem) / 3);
}
@media (max-width: 767px) {
  .entry-connectionList > .item {
    width: 100%;
  }
}

/**************************************************/
/* animations アニメーションのスタイルを定義 */
/**************************************************/
.-fadein, .-fadeinUp, .-fadeinDown, .-fadeinLeft, .-fadeinRight,
.-fadeinUpFull, .-fadeinDownFull, .-fadeinLeftFull, .-fadeinRightFull {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.-fadein.-inview, .-fadeinUp.-inview, .-fadeinDown.-inview, .-fadeinLeft.-inview, .-fadeinRight.-inview,
.-fadeinUpFull.-inview, .-fadeinDownFull.-inview, .-fadeinLeftFull.-inview, .-fadeinRightFull.-inview {
  opacity: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.-fadeLine {
  opacity: 0;
}
.-fadeLine.-inview {
  opacity: 1;
}

.-inview.-fadeinUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.-inview.-fadeinDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.-inview.-fadeinLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}
.-inview.-fadeinRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.-inview.-fadeinUpFull {
  -webkit-animation-name: fadeInUpFull;
          animation-name: fadeInUpFull;
}
.-inview.-fadeinDownFull {
  -webkit-animation-name: fadeInDownFull;
          animation-name: fadeInDownFull;
}
.-inview.-fadeinLeftFull {
  -webkit-animation-name: fadeInLeftFull;
          animation-name: fadeInLeftFull;
}
.-inview.-fadeinRightFull {
  -webkit-animation-name: fadeInRightFull;
          animation-name: fadeInRightFull;
}

.-delay1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.-delay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.-delay3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.-delay4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.-delay5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.-delay6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.-delay7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.-delay8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.-delay9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.-delay10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.-delay15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.-delay20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.-delay25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.-delay30 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.-delay35 {
  -webkit-transition-delay: 3.5s !important;
          transition-delay: 3.5s !important;
  -webkit-animation-delay: 3.5s !important;
          animation-delay: 3.5s !important;
}

.-delay40 {
  -webkit-transition-delay: 4s !important;
          transition-delay: 4s !important;
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

.-delay45 {
  -webkit-transition-delay: 4.5s !important;
          transition-delay: 4.5s !important;
  -webkit-animation-delay: 4.5s !important;
          animation-delay: 4.5s !important;
}

.-delay50 {
  -webkit-transition-delay: 5s !important;
          transition-delay: 5s !important;
  -webkit-animation-delay: 5s !important;
          animation-delay: 5s !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInUpFull {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDownFull {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInLeftFull {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRightFull {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #ccc;
  --form-required-color: #000;
  --form-alert-color: #AD303A;
  --form-alert-bg-color: #FCF0F1;
  --form-btn-bg-color: #000;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  resize: vertical;
}

*:-moz-placeholder {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error-summary-box {
  display: none;
}

.f-error-summary-box:has(.f-error-text) {
  display: block;
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
  background-color: var(--form-alert-bg-color);
  border: solid 1px #900000;
  border-radius: 4px;
  width: auto;
  text-align: center;
}
@media (max-width: 959px) {
  .f-error-summary-box:has(.f-error-text) {
    margin-top: 1.25rem;
  }
}

.f-error-list {
  margin: 1.25rem 0 1.875rem;
  padding: 0 1rem;
  font-size: 0.875rem;
  text-align: left;
  display: inline-block;
}
@media (max-width: 959px) {
  .f-error-list {
    margin: 0.625rem 0 1.25rem;
  }
}

.f-error-text {
  display: block;
  position: relative;
  margin: 0.625rem 0 0;
  color: var(--form-alert-color);
  font-weight: 500;
  font-size: 0.875rem;
}
.f-error-text.-center {
  text-align: center;
}

.f-error-message {
  display: block;
  margin-bottom: 2.5rem;
  padding: 1em;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-text {
  margin: 1em 0 0 0;
  line-height: 1.7142857143;
}

.f-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  line-height: 1.25em;
}
.f-field.-postalcode {
  padding-left: 2.875rem;
}
.f-field.-error {
  background-color: var(--form-alert-bg-color);
}

textarea.f-field {
  display: block;
  min-height: 18.75rem;
}
@media (max-width: 959px) {
  textarea.f-field {
    min-height: 16.875rem;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=number] {
  -moz-appearance: textfield;
}

.f-checkbox {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-checkbox > .intext {
  display: block;
  position: relative;
  padding: 0 0 0 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.f-checkbox > .intext::before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 4px;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.f-checkbox > .intext::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.1875rem;
  left: 0.5rem;
  width: 0.5rem;
  height: 0.875rem;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::before {
  background-color: #000;
  border-color: #000;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::after {
  opacity: 1;
}

.f-radio {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-radio > .intext {
  display: block;
  position: relative;
  padding: 0 0 0 1.875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.f-radio > .intext::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff;
}
.f-radio > .intext::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #000;
  opacity: 0;
  content: "";
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  opacity: 1;
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox {
  position: relative;
  padding: 1rem 1.5rem;
  border: 1px solid var(--form-border-color);
  border-radius: 2px;
  background: url(../img/icon-select.svg) no-repeat right 1.75rem top 50%, #fff;
  background-size: 0.75em 0.75em, 2em 100%;
  line-height: 1.25em;
  color: inherit;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 16.25rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  background: var(--form-btn-bg-color);
  color: #fff;
  font-weight: 700;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}

.f-input-form {
  width: 100%;
}
.f-input-form.-short {
  max-width: 8.75rem;
}
.f-input-form.-middle {
  max-width: 16.25rem;
}
.f-input-form.-long {
  max-width: 25rem;
}
.f-input-form.-postalcode {
  position: relative;
}
.f-input-form.-postalcode::after {
  position: absolute;
  display: inline-block;
  content: "〒";
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .f-input-form.-middle {
    max-width: 100%;
  }
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 1rem 2.5rem;
}
.f-input-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}

.f-img-item {
  margin-top: 1rem;
}

.f-postalcode-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 0.5rem 1.5rem;
}
.f-postalcode-wrap > .c-btn-a {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  max-width: 13.5625rem;
}
@media (max-width: 767px) {
  .f-postalcode-wrap {
    -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;
  }
  .f-postalcode-wrap > .c-btn-a {
    max-width: 100%;
  }
}

.f-submit {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

.l-form.-step {
  padding-top: 4rem;
}
@media (max-width: 959px) {
  .l-form {
    padding-top: 4rem;
  }
}

.f-contents {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 9.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .f-contents {
    padding: 0 2rem 4rem;
  }
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 1.5rem 0 0 0;
}
.f-table.-borderBottom {
  border-bottom: solid 1px #777777;
  padding-bottom: 1.5625rem;
  position: relative;
}
.f-table.-borderBottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #777777;
  bottom: 0.3125rem;
}
@media (max-width: 959px) {
  .f-table.-borderBottom {
    padding-bottom: 1.75rem;
  }
  .f-table.-borderBottom::before {
    bottom: 0.1875rem;
  }
}
.f-table.-borderTop {
  border-top: solid 1px #777777;
  padding-top: 1.5625rem;
  position: relative;
}
.f-table.-borderTop::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #777777;
  top: 0.3125rem;
}
@media (max-width: 959px) {
  .f-table.-borderTop {
    padding-top: 1.75rem;
  }
  .f-table.-borderTop::before {
    top: 0.1875rem;
  }
}
.f-table table {
  width: 100%;
}
.f-table th, .f-table td {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.f-table th {
  vertical-align: top;
  white-space: nowrap;
  padding-right: 1rem;
  font-weight: bold;
  width: 29%;
}
.f-table th > span {
  margin-top: 0.875rem;
  display: block;
}
.f-table th > span.-mt0 {
  margin-top: 0 !important;
}
.f-table td {
  width: 71%;
}
.f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table .required {
  display: block;
  position: relative;
}
.f-table .required::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  top: 0.25rem;
  right: 0;
  padding: 0.125rem 0.5rem;
  background: var(--form-required-color);
  font-size: 0.6875rem;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 500;
  vertical-align: inherit;
}
.f-table.-confirm th {
  font-weight: 700;
}
.f-table.-confirm td {
  font-weight: 500;
}
.f-table.-confirm td img {
  width: 50%;
}
@media (max-width: 959px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 0;
    border-bottom: none;
    line-height: 1.75;
  }
  .f-table tr + tr {
    margin-top: 1.5rem;
  }
  .f-table tr.-min {
    margin-top: 0.5rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table th > span {
    margin-top: 0;
  }
  .f-table td {
    margin-top: 0.5rem;
    width: 100%;
  }
  .f-table .required::after {
    right: auto;
    margin-left: 1em;
  }
}
@media (max-width: 767px) {
  .f-table.-confirm td img {
    width: 100%;
  }
}

.f-heading {
  margin: 6.25rem 0 0 0;
  font-weight: 400;
  font-size: 1.375rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  padding-bottom: 1.5rem;
  border-bottom: dotted 1px #777777;
}
@media (max-width: 959px) {
  .f-heading {
    margin-top: 4.375rem;
    font-size: 1.125rem;
    padding-bottom: 1.875rem;
  }
}

@media (max-width: 959px) {
  .f-progress + .f-heading {
    margin-top: 3.125rem;
  }
}

.f-contact-number {
  font-size: 1.125rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin: 1rem 0 0 0;
}
.f-contact-number a {
  color: inherit;
  text-decoration: none;
}
.f-contact-number > span {
  display: block;
}
@media (max-width: 959px) {
  .f-contact-number {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }
  .f-contact-number > span {
    font-size: 1.125rem;
    margin: 0.75rem 0 0 0;
    text-align: center;
  }
}

.f-headBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 1.875rem;
}
.f-headBtn.-step {
  margin-top: -5.375rem !important;
}
@media (max-width: 767px) {
  .f-headBtn {
    -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;
  }
}
.f-headBtn > .btnArea {
  width: 18.75rem;
}
.f-headBtn > .btnArea .btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.6875rem;
  background-color: #777777;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 959px) {
  .f-headBtn > .btnArea .btn {
    padding: 1.125rem;
  }
}
.f-headBtn > .btnArea .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-gray-d.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-headBtn > .btnArea .btn.-current {
  background-color: #000;
  pointer-events: none;
}
.f-headBtn > .btnArea .btn.-current:hover {
  opacity: 1;
}
.f-headBtn > .btnArea .btn > span {
  position: relative;
  padding-left: 1.5rem;
}
.f-headBtn > .btnArea .btn > span::before {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.f-headBtn > .btnArea .btn.-request > span::before {
  -webkit-mask: url(../img/icon-omitumori.svg) no-repeat center center/contain;
          mask: url(../img/icon-omitumori.svg) no-repeat center center/contain;
  width: 0.875rem;
  height: 1.1875rem;
}
.f-headBtn > .btnArea .btn.-contact > span::before {
  -webkit-mask: url(../img/icon-contact.svg) no-repeat center center/contain;
          mask: url(../img/icon-contact.svg) no-repeat center center/contain;
  width: 1.125rem;
  height: 0.875rem;
  margin-top: 0.125rem;
}
.f-headBtn > .btnArea .note {
  color: #999999;
  font-weight: 500;
  font-size: 0.8125rem;
  margin: 1.1em 0 0 0;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .f-headBtn > .btnArea .note {
    font-size: 0.875rem;
  }
}

.f-faq-box {
  margin-top: 4rem;
  background-color: #fff;
  padding: 2.8125rem 4.375rem;
}
.f-faq-box .title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin: 0;
}
@media (max-width: 959px) {
  .f-faq-box {
    margin: 2.5rem 0 0;
    padding: 3.125rem 2rem;
  }
  .f-faq-box .title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.f-faq-list {
  margin: 2.5rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 959px) {
  .f-faq-list {
    margin-top: 2rem;
    row-gap: 1.5rem;
  }
}

.f-faq-wrap a {
  color: inherit;
  font-weight: bold;
}
.f-faq-wrap .faqQ {
  padding-left: 3.5rem;
  font-weight: 500;
  position: relative;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.f-faq-wrap .faqQ::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../images/contact/faq-q.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
.f-faq-wrap .faqQ::after {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow.svg) no-repeat center center/contain;
  width: 0.4375rem;
  height: 0.75rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0.3125rem;
  top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.f-faq-wrap .faqQ.-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 959px) {
  .f-faq-wrap .faqQ {
    padding-top: 0.125rem;
    padding-left: 2rem;
    padding-bottom: 0;
    font-size: 0.875rem;
  }
  .f-faq-wrap .faqQ::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.f-faq-wrap .faqA {
  display: none;
  margin: 0;
  padding-left: 3.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  color: #900000;
  border-top: solid 1px #CCCCCC;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.f-faq-wrap .faqA::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../images/contact/faq-a.png) center center no-repeat;
  background-size: contain;
  left: 0;
  top: 1rem;
}
@media (max-width: 959px) {
  .f-faq-wrap .faqA {
    padding-top: 1.125rem;
    padding-left: 2rem;
    font-size: 0.875rem;
  }
  .f-faq-wrap .faqA::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.f-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 6.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 959px) {
  .f-progress {
    margin-top: 3.125rem;
  }
}
.f-progress > li {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-progress > li:not(:last-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 959px) {
  .f-progress > li:not(:last-child) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.f-progress > li:not(:last-child)::after {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}
@media (max-width: 959px) {
  .f-progress > li:not(:last-child)::after {
    margin-top: 1.1875rem;
  }
}
.f-progress .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 0.875rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 959px) {
  .f-progress .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.f-progress .num {
  border: solid 1px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  color: #000;
  font-weight: 500;
  position: relative;
}
.f-progress .num::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/noiseGrd-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.f-progress > li.-current .num {
  background-color: #000;
  color: #fff;
}
.f-progress .text {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 959px) {
  .f-progress .text {
    font-size: 0.875rem;
  }
}
.f-progress > li.-current::after {
  background: #000;
}
.f-progress > li.-current .f-progress__num {
  background: #000;
}
.f-progress > li.-current .f-progress__txt {
  color: #000;
}

.f-policy {
  margin-top: 5rem;
  padding: 6.25rem 4.375rem;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-policy > .heading {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.f-policy > .text {
  margin: 2.5rem 0 0 0;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  text-align: center;
}
.f-policy > .text a {
  color: inherit;
}
.f-policy .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.f-policy .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .f-policy .line-top::before {
    top: 1rem;
  }
}
.f-policy .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .f-policy .line-top::after {
    left: 1rem;
  }
}
.f-policy .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.f-policy .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.f-policy .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.f-policy .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .f-policy .line-bottom::before {
    bottom: 1rem;
  }
}
.f-policy .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .f-policy .line-bottom::after {
    right: 1rem;
  }
}
.f-policy .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.f-policy .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
@media (max-width: 959px) {
  .f-policy {
    margin-top: 4rem;
    padding: 6rem 2rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  .f-policy > .heading {
    font-size: 0.9375rem;
  }
}

.f-policy-agreement {
  text-align: center;
  margin-top: 2.5rem;
}

.f-toConfirm {
  margin-top: 2.5rem;
  text-align: center;
}
.f-toConfirm .c-btn-a {
  width: 18.75rem;
  max-width: 100%;
}

.f-toSend {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
.f-toSend .c-btn-a {
  width: 18.75rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .f-toSend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3.5rem;
  }
  .f-toSend .c-btn-a {
    width: 100%;
  }
}

.f-complete {
  margin-top: 6.25rem;
}
.f-complete .main {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  margin: 0 0 3.125rem;
  line-height: 2.2;
}
.f-complete .main > span {
  display: inline;
  padding-bottom: 0.625rem;
  border-bottom: solid 1px #000;
}

.f-complete > .text,
.f-error > .text {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.7142857143;
  margin: 0;
}

.f-return {
  margin-top: 3.125rem;
  text-align: center;
}
.f-return > .c-btn-a {
  width: 18.75rem;
  max-width: 100%;
}

.contact-back-alert {
  display: none;
}
.contact-back-alert > .content {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-back-alert > .content > .box {
  background-color: #fff;
  width: 1040px;
  max-width: 95%;
  padding: 6.25rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 959px) {
  .contact-back-alert > .content > .box {
    padding: 3.75rem 1.5rem;
  }
}
.contact-back-alert > .content > .box > .closeBtn {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 4.0625rem;
  height: 4.0625rem;
  content: "";
  cursor: pointer;
}
.contact-back-alert > .content > .box > .closeBtn::before, .contact-back-alert > .content > .box > .closeBtn::after {
  background-color: #fff;
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.contact-back-alert > .content > .box > .closeBtn::before {
  width: 5.625rem;
  height: 0.0625rem;
}
.contact-back-alert > .content > .box > .closeBtn::after {
  height: 5.625rem;
  width: 0.0625rem;
}
@media (max-width: 959px) {
  .contact-back-alert > .content > .box > .closeBtn {
    width: 3.125rem;
    height: 3.125rem;
    top: -3.75rem;
  }
  .contact-back-alert > .content > .box > .closeBtn::before {
    width: 3.75rem;
  }
  .contact-back-alert > .content > .box > .closeBtn::after {
    height: 3.75rem;
  }
}
.contact-back-alert > .content > .box > .lead {
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.04em;
  text-align: center;
  font-size: 1.5rem;
  margin: 0;
}
@media (max-width: 959px) {
  .contact-back-alert > .content > .box > .lead {
    font-size: 1.25rem;
  }
}
.contact-back-alert > .content > .box > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-top: 3.125rem;
}
.contact-back-alert > .content > .box > .wrap > .c-btn-a {
  width: 18.75rem;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contact-back-alert > .content > .box > .wrap {
    -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;
    row-gap: 1.875rem;
  }
}

@media (max-width: 767px) {
  .pg-request .c-lower-title .c-text-a,
  .pg-contact .c-lower-title .c-text-a {
    text-align: left !important;
  }
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
.pg-home .c-under-contact {
  padding-bottom: 0;
}

.pg-home > .main-visual {
  height: 100dvh;
  position: relative;
}
.pg-home > .main-visual .swiper {
  height: 100%;
}
.pg-home > .main-visual .link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.pg-home > .main-visual .link:hover {
  opacity: 1;
}
.pg-home > .main-visual .link:hover .btn::after {
  width: calc(100% - 16px);
}
.pg-home > .main-visual .swiper .heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", sans-serif;
  margin: 0;
  z-index: 1;
  text-align: center;
  width: 96%;
}
.pg-home > .main-visual .swiper .heading.-white {
  color: #fff;
}
@media (max-width: 959px) {
  .pg-home > .main-visual .swiper .heading {
    font-size: 1.75rem;
  }
}
.pg-home > .main-visual .swiper .btn {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  color: inherit;
  padding-left: 16px;
  margin: 0;
  z-index: 1;
}
.pg-home > .main-visual .swiper .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(../img/icon-arrow-right.svg);
          mask-image: url(../img/icon-arrow-right.svg);
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-home > .main-visual .swiper .btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-home > .main-visual .swiper .btn.-white {
  color: #fff;
}
.pg-home > .main-visual .swiper .btn.-white::before {
  background: #fff;
}
.pg-home > .main-visual .swiper .btn.-white::after {
  background-color: #fff;
}
@media (max-width: 959px) {
  .pg-home > .main-visual .swiper .btn {
    bottom: 1rem;
    left: 1rem;
    right: auto;
  }
}
.pg-home > .main-visual .swiper .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.pg-home > .main-visual .swiper .bgimg.-shadow::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}
.pg-home > .main-visual .swiper .swiper-pagination {
  bottom: 4rem;
}
.pg-home > .main-visual .swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #000;
  width: 8px;
  height: 8px;
}
.pg-home > .main-visual .swiper .swiper-pagination-bullet-active {
  background-color: #CCC;
}
.pg-home > .main-visual .scroll-line {
  position: absolute;
  left: 40px;
  bottom: 2rem;
  z-index: 20;
  width: 1px;
  height: 80px;
  background: #707070;
  -webkit-transition: all 1.4s;
  transition: all 1.4s;
}
.pg-home > .main-visual .scroll-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 80px;
  background-color: #ccc;
}
.pg-home > .main-visual .scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #707070;
  -webkit-animation: lineMove 3s ease infinite;
  animation: lineMove 4s ease infinite;
}
.pg-home > .main-visual .scroll-line span {
  position: absolute;
  top: -40px;
  left: -7px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #000;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  vertical-align: top;
}
.pg-home > .main-visual .scroll-line.-white::after {
  background-color: white;
}
.pg-home > .main-visual .scroll-line.-white span {
  color: white;
}
@media (max-width: 959px) {
  .pg-home > .main-visual .scroll-line {
    left: 23px;
    bottom: 45px;
  }
}
@-webkit-keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
.pg-home .home-lead {
  padding-top: 5rem;
}
@media (max-width: 959px) {
  .pg-home .home-lead {
    padding-top: 2rem;
  }
}
.pg-home .home-lead .text {
  font-family: "Shippori Mincho", sans-serif;
  font-size: 1.375rem;
  line-height: 2.3;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 2.875rem 0 0;
}
@media (max-width: 959px) {
  .pg-home .home-lead .text {
    margin-top: 3.75rem;
    font-size: 1rem;
    line-height: 1.75;
    padding: 0 2rem;
  }
}
.pg-home .home-introduction {
  margin-top: 4rem;
  overflow-x: hidden;
}
@media (max-width: 959px) {
  .pg-home .home-introduction {
    margin-top: 4.375rem;
  }
  .pg-home .home-introduction > .l-page-contents {
    overflow: hidden;
  }
}
.pg-home .home-introduction .intro-text {
  font-family: "Shippori Mincho", sans-serif;
  max-width: 855px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 1.9375rem 2.5rem;
}
@media (max-width: 959px) {
  .pg-home .home-introduction .intro-text {
    padding: 2.8125rem;
  }
}
.pg-home .home-introduction .intro-text .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-introduction .intro-text .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .pg-home .home-introduction .intro-text .line-top::before {
    top: 1rem;
  }
}
.pg-home .home-introduction .intro-text .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .pg-home .home-introduction .intro-text .line-top::after {
    left: 1rem;
  }
}
.pg-home .home-introduction .intro-text .line-top.-inview::before {
  width: 53.4375rem;
  max-width: 100%;
}
.pg-home .home-introduction .intro-text .line-top.-inview::after {
  height: 5.625rem;
  max-height: 100%;
}
.pg-home .home-introduction .intro-text .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-introduction .intro-text .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .pg-home .home-introduction .intro-text .line-bottom::before {
    bottom: 1rem;
  }
}
.pg-home .home-introduction .intro-text .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .pg-home .home-introduction .intro-text .line-bottom::after {
    right: 1rem;
  }
}
.pg-home .home-introduction .intro-text .line-bottom.-inview::before {
  width: 53.4375rem;
  max-width: 100%;
}
.pg-home .home-introduction .intro-text .line-bottom.-inview::after {
  height: 5.625rem;
  max-height: 100%;
}
.pg-home .home-introduction .intro-text .text {
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1.8;
}
.pg-home .home-introduction .intro-text .text .marker {
  --color-marker: #F0E7C8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, transparent), color-stop(58%, var(--color-marker)));
  background: linear-gradient(transparent 42%, var(--color-marker) 58%);
}
.pg-home .introduction-contents {
  margin-top: 0.375rem;
  margin-right: clamp(-10.1875rem, -50vw + 520px, 0px);
}
@media (max-width: 1101px) {
  .pg-home .introduction-contents {
    margin-left: 1.875rem;
  }
}
@media (max-width: 959px) {
  .pg-home .introduction-contents {
    margin-top: 4rem;
    margin-right: 0;
    margin-left: 0;
  }
}
.pg-home .introduction-contents > .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.75rem 0.625rem 1fr;
  grid-template-columns: 18.75rem 1fr;
  -ms-grid-rows: auto 3.75rem auto;
  grid-template-rows: auto auto;
  gap: 3.75rem 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-home .introduction-contents > .inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.pg-home .introduction-contents > .inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.pg-home .introduction-contents > .inner > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.pg-home .introduction-contents > .inner > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0 auto 0 auto;
    grid-template-rows: auto auto auto;
    gap: 0;
  }
  .pg-home .introduction-contents > .inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pg-home .introduction-contents > .inner > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pg-home .introduction-contents > .inner > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.pg-home .introduction-contents > .inner > .head {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: auto;
  z-index: 2;
}
.pg-home .introduction-contents > .inner > .head > .c-heading-a {
  margin-top: 2.9375rem;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .head {
    padding-left: 2rem;
  }
  .pg-home .introduction-contents > .inner > .head > .c-heading-a {
    line-height: 2;
    margin-top: 1.5rem;
  }
  .pg-home .introduction-contents > .inner > .head > .c-heading-a::after {
    display: none;
  }
  .pg-home .introduction-contents > .inner > .head > .c-heading-a > span {
    display: inline;
    border-bottom: solid 1px #000;
    padding-bottom: 0.375rem;
  }
}
.pg-home .introduction-contents > .inner > .tab-area {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  position: relative;
  padding-bottom: 3.125rem;
  margin-bottom: auto;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .tab-area {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    margin-top: -4.5rem;
    z-index: 2;
    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;
    padding: 0 1rem 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.pg-home .introduction-contents > .inner > .tab-area .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pg-home .introduction-contents > .inner > .tab-area .item {
  --margin-top: 1rem;
  margin-top: var(--margin-top);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .tab-area .item {
    --margin-top: 1.5rem;
  }
}
.pg-home .introduction-contents > .inner > .tab-area .item {
  cursor: pointer;
}
.pg-home .introduction-contents > .inner > .tab-area .item .title {
  font-weight: 500;
  font-size: 14px;
  color: black;
  padding-left: 14px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.pg-home .introduction-contents > .inner > .tab-area .item .title::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
}
.pg-home .introduction-contents > .inner > .tab-area .item .title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 14px;
  width: 0;
  height: 1px;
  background-color: #000;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.pg-home .introduction-contents > .inner > .tab-area .item .title:hover::after {
  width: calc(100% - 14px);
}
.pg-home .introduction-contents > .inner > .tab-area .item .bg-title {
  position: absolute;
  opacity: 0;
  bottom: -1.25rem;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.pg-home .introduction-contents > .inner > .tab-area .item .bg-title.-office {
  width: 13.75rem;
}
.pg-home .introduction-contents > .inner > .tab-area .item .bg-title.-living {
  width: 13.875rem;
}
.pg-home .introduction-contents > .inner > .tab-area .item .bg-title.-classroom {
  width: 22.625rem;
}
.pg-home .introduction-contents > .inner > .tab-area .item .bg-title.-park {
  width: 9.75rem;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .tab-area .item .bg-title {
    bottom: 0;
  }
  .pg-home .introduction-contents > .inner > .tab-area .item .bg-title img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.pg-home .introduction-contents > .inner > .tab-area .item.active {
  --margin-top: 4.5rem;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .tab-area .item.active {
    --margin-top: 1.875rem;
  }
}
.pg-home .introduction-contents > .inner > .tab-area .item.active .title::before {
  border: 3px solid #000;
}
.pg-home .introduction-contents > .inner > .tab-area .item.active .title::after {
  width: calc(100% - 14px);
}
.pg-home .introduction-contents > .inner > .tab-area .item.active .bg-title {
  opacity: 1;
}
.pg-home .introduction-contents > .inner > .tab-area .arrow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 1.5rem;
  will-change: transform;
  margin-top: 3.75rem;
}
.pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .pre, .pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .next {
  width: 3.75rem;
  height: 3.75rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}
.pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .pre {
  background: url(../../images/home/arw_pre.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .pre:hover {
    background: url(../../images/home/arw_pre_hover.svg) no-repeat center center/contain;
  }
}
.pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .next {
  background: url(../../images/home/arw_next.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  .pg-home .introduction-contents > .inner > .tab-area .arrow-wrap .next:hover {
    background: url(../../images/home/arw_next_hover.svg) no-repeat center center/contain;
  }
}
.pg-home .introduction-contents > .inner > .panel-area {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  position: relative;
  aspect-ratio: 892/862;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-top: -6.625rem;
  }
}
@media (max-width: 959px) and (max-width: 767px) {
  .pg-home .introduction-contents > .inner > .panel-area {
    width: 132%;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.pg-home .introduction-contents > .inner > .panel-area .panel img {
  width: 100%;
}
.pg-home .introduction-contents > .inner > .panel-area .panel.-park {
  margin-left: -16%;
}
.pg-home .introduction-contents > .inner > .panel-area .panel.-park img {
  width: auto;
  max-width: 124%;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .pg-home .introduction-contents > .inner > .panel-area .panel.-park {
    top: 6%;
    margin-left: -25%;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .panel.active {
  display: block;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content {
  position: absolute;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-office01 {
  top: 50.2320185615%;
  left: 18.8340807175%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-office02 {
  top: 64.9651972158%;
  left: 47.0852017937%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-office03 {
  top: 58.9327146172%;
  left: 62.7802690583%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-living01 {
  top: 66.4733178654%;
  left: 24.5515695067%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-living02 {
  top: 33.1786542923%;
  left: 33.4080717489%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-living03 {
  top: 58.7006960557%;
  left: 49.1031390135%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-classroom01 {
  top: 46.0556844548%;
  left: 48.3183856502%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-classroom02 {
  top: 63.6890951276%;
  left: 47.9820627803%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-classroom03 {
  top: 54.8723897912%;
  left: 27.0179372197%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-park01 {
  top: 37.3549883991%;
  left: 56.0538116592%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-park02 {
  top: 49.4199535963%;
  left: 53.3632286996%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-park03 {
  top: 64.1531322506%;
  left: 65.6950672646%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-park04 {
  top: 27.9582366589%;
  left: 63.3408071749%;
}
.pg-home .introduction-contents > .inner > .panel-area .detail-content.-park05 {
  top: 45.2436194896%;
  left: 90.134529148%;
}
@media (max-width: 767px) {
  .pg-home .introduction-contents > .inner > .panel-area .detail-content.-park01 {
    top: 35%;
    left: 54%;
  }
  .pg-home .introduction-contents > .inner > .panel-area .detail-content.-park02 {
    top: 46.403712297%;
    left: 50.4484304933%;
  }
  .pg-home .introduction-contents > .inner > .panel-area .detail-content.-park03 {
    top: 61.8329466357%;
    left: 62.331838565%;
  }
  .pg-home .introduction-contents > .inner > .panel-area .detail-content.-park04 {
    top: 25%;
    left: 61%;
  }
  .pg-home .introduction-contents > .inner > .panel-area .detail-content.-park05 {
    top: 45%;
    left: 87%;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .btn {
  width: 3rem;
  height: 3rem;
  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;
  cursor: pointer;
  position: relative;
}
.pg-home .introduction-contents > .inner > .panel-area .bar {
  position: relative;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.25rem solid #000;
}
.pg-home .introduction-contents > .inner > .panel-area .bar::before, .pg-home .introduction-contents > .inner > .panel-area .bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.625rem;
  height: 0.625rem;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 3s linear infinite;
          animation: pulsate 3s linear infinite;
}
.pg-home .introduction-contents > .inner > .panel-area .bar::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@-webkit-keyframes pulsate {
  0% {
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
  }
  100% {
    width: 3rem;
    height: 3rem;
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
  }
  100% {
    width: 3rem;
    height: 3rem;
    opacity: 0;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card {
  position: absolute;
  bottom: calc(100% + 0.9375rem);
  left: calc(50% - 6.875rem);
  width: 13.75rem;
  height: 16.75rem;
  display: none;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 30;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .inner {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem 1.1875rem 1.4375rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card .inner {
    padding: 4.5rem 4rem 4rem;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .head {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card .head {
    margin-bottom: 2rem;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .body {
  margin: 0 0 0.4375rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.4375rem;
  height: 10.625rem;
  background-image: linear-gradient(180deg, #EEEEEE 1px, transparent 1px);
  background-size: 100% 1.5em;
  line-height: 1.5em;
  padding-bottom: 1px;
  font-size: 0.875rem;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card .body {
    margin-bottom: 1.25rem;
    gap: 0;
    background-size: 100% 2em;
    height: auto;
    padding-top: 1.5rem;
    width: 100%;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .body > .icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.16));
          filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.16));
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .body > .icon img {
  width: 100%;
  height: 5.625rem;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card .body > .icon {
    margin-bottom: 1.5rem;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .body > .text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 0.125rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents > .inner > .panel-area .intro-card .body > .text {
    line-height: 2;
  }
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .more {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 1.25rem;
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .more::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(../img/icon-arrow-circle.svg) no-repeat center center/contain;
}
.pg-home .introduction-contents > .inner > .panel-area .intro-card .more::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 0.875rem;
  background: #F0E7C8;
  z-index: -1;
}
.pg-home .introduction-contents .panel-close {
  display: none;
}
@media (max-width: 959px) {
  .pg-home .introduction-contents .panel-close {
    position: absolute;
    width: 2.75rem;
    height: 2.75rem;
    top: 2rem;
    right: 1rem;
    content: "";
    display: block;
    cursor: pointer;
    z-index: 31;
  }
  .pg-home .introduction-contents .panel-close::before, .pg-home .introduction-contents .panel-close::after {
    content: "";
    width: 1px;
    height: 3.875rem;
    background-color: #AAAAAA;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .pg-home .introduction-contents .panel-close::before {
    width: 1px;
    height: 3.875rem;
  }
  .pg-home .introduction-contents .panel-close::after {
    height: 1px;
    width: 3.875rem;
  }
}
.pg-home .c-process-heading {
  margin-top: 4rem;
}
.pg-home .c-process-list {
  margin-bottom: 0;
}
.pg-home .home-capability {
  margin: 9.375rem 0 0;
}
@media (max-width: 959px) {
  .pg-home .home-capability {
    margin: 4rem 0 0;
  }
}
.pg-home .home-capability .p-capaBlock {
  position: relative;
}
.pg-home .home-capability .p-capaBlock .inner {
  max-width: 65.375rem;
  padding: 0 2rem 0 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .inner {
    padding: 7.5rem 0 0 0;
    z-index: 1;
  }
  .pg-home .home-capability .p-capaBlock .inner > .line-top {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .pg-home .home-capability .p-capaBlock .inner > .line-top::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    top: 1.25rem;
    left: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media (max-width: 767px) and (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .inner > .line-top::before {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .inner > .line-top::after {
    position: absolute;
    content: "";
    height: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
    top: 0;
    left: 1.25rem;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}
@media (max-width: 767px) and (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .inner > .line-top::after {
    left: 1rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .inner > .line-top.-inview::before {
    width: 23.75rem;
    max-width: 100%;
  }
  .pg-home .home-capability .p-capaBlock .inner > .line-top.-inview::after {
    height: 23.75rem;
    max-height: 100%;
  }
}
.pg-home .home-capability .p-capaBlock .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 5.625rem;
  margin-left: -3.875rem;
}
@media (max-width: 1279px) {
  .pg-home .home-capability .p-capaBlock .wrap {
    gap: 2.5rem;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .wrap {
    display: block;
    z-index: 2;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .images {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.pg-home .home-capability .p-capaBlock .wrap .images::before {
  position: absolute;
  content: "";
  inset: -2.25rem auto auto -2.25rem;
  width: 4.75rem;
  height: 4.75rem;
  background: url(../img/dots-lattice.svg) no-repeat center center/contain;
}
.pg-home .home-capability .p-capaBlock .wrap .images img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1279px) {
  .pg-home .home-capability .p-capaBlock .wrap .images::before {
    inset: -2.25rem auto auto 0;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .wrap .images {
    padding-right: 3rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    aspect-ratio: 328/458;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body {
  width: 46%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 28.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8.125rem 3.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body {
    padding: 8.125rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .wrap .body {
    width: 100%;
    padding: 4rem 3rem 0;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .title {
  margin: 3.75rem 0 0;
}
.pg-home .home-capability .p-capaBlock .wrap .body .title span {
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", sans-serif;
  position: relative;
}
.pg-home .home-capability .p-capaBlock .wrap .body .title span::after {
  position: absolute;
  content: "";
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.pg-home .home-capability .p-capaBlock .wrap .body .title span + span {
  margin-top: 0.5rem;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body .title span {
    font-size: 1.75rem;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .text {
  font-size: 0.875rem;
  line-height: 2.3;
  font-weight: 500;
  margin: 2.5rem 0 0;
}
.pg-home .home-capability .p-capaBlock .wrap .body .more {
  margin-top: 4rem;
  max-width: 18.75rem;
  position: relative;
  z-index: 1;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body .line-top::before {
    top: 1rem;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body .line-top::after {
    left: 1rem;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body .line-bottom::before {
    bottom: 1rem;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .wrap .body .line-bottom::after {
    right: 1rem;
  }
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.pg-home .home-capability .p-capaBlock .wrap .body .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.pg-home .home-capability .p-capaBlock .bg-note {
  position: absolute;
  inset: 0 0 auto auto;
  width: 6.25rem;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock .bg-note {
    width: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock .bg-note {
    inset: -4rem 0 auto auto;
    width: 2rem;
    overflow: hidden;
    height: 374px;
  }
  .pg-home .home-capability .p-capaBlock .bg-note img {
    height: 100%;
    max-width: none;
    -o-object-position: left;
       object-position: left;
  }
}
.pg-home .home-capability .p-capaBlock.-reverse .inner {
  padding: 0 0 0 2rem;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock.-reverse .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock.-reverse .inner {
    padding: 7.5rem 0 0 0;
  }
}
.pg-home .home-capability .p-capaBlock.-reverse .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -3.875rem;
}
@media (max-width: 1279px) {
  .pg-home .home-capability .p-capaBlock.-reverse .wrap {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock.-reverse .wrap .images {
    padding: 0 0 0 3rem;
  }
}
.pg-home .home-capability .p-capaBlock.-reverse .wrap .images::before {
  inset: auto -2.25rem -2.25rem auto;
}
@media (max-width: 1279px) {
  .pg-home .home-capability .p-capaBlock.-reverse .wrap .images::before {
    inset: auto 0 -2.25rem auto;
  }
}
.pg-home .home-capability .p-capaBlock.-reverse .bg-note {
  inset: 0 auto auto 0;
  width: 6.375rem;
}
@media (max-width: 959px) {
  .pg-home .home-capability .p-capaBlock.-reverse .bg-note {
    width: 2.5rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-capability .p-capaBlock.-reverse .bg-note {
    inset: 24.375rem auto auto 0;
    width: 2rem;
  }
  .pg-home .home-capability .p-capaBlock.-reverse .bg-note img {
    -o-object-position: right;
       object-position: right;
    max-width: 100%;
  }
}
.pg-home .home-line {
  margin: 6.25rem auto;
  width: 100%;
}
@media (max-width: 959px) {
  .pg-home .home-line {
    margin: 4rem auto;
  }
}
.pg-home .home-line img {
  width: 100%;
}
.pg-home .home-company {
  margin: 12.5rem 0 0;
  padding: 0 0.625rem;
}
@media (max-width: 959px) {
  .pg-home .home-company {
    margin-top: 4rem;
    padding: 0;
  }
}
.pg-home .home-company .inner {
  background: url(../../images/home/bg-home-company_pc.jpg) no-repeat center center/cover;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-home .home-company .inner {
    padding: 0;
  }
}
.pg-home .home-company .body {
  z-index: 1;
  max-width: 29rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7.5rem 3.75rem;
  position: relative;
  margin-left: 53%;
}
@media (max-width: 959px) {
  .pg-home .home-company .body {
    margin-left: auto;
    max-width: 54%;
  }
}
@media (max-width: 767px) {
  .pg-home .home-company .body {
    max-width: 100%;
    padding: 7.5rem 3rem;
  }
}
.pg-home .home-company .body .title {
  margin: 2.875rem 0 0;
}
@media (max-width: 767px) {
  .pg-home .home-company .body .title {
    margin-top: 4rem;
  }
}
.pg-home .home-company .body .title span {
  display: block;
  font-family: "Shippori Mincho", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
}
@media (max-width: 959px) {
  .pg-home .home-company .body .title span {
    font-size: 1.75rem;
  }
}
.pg-home .home-company .body .title span::after {
  position: absolute;
  content: "";
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.pg-home .home-company .body .title span.-inline {
  display: inline;
}
.pg-home .home-company .body .title span.-inline::after {
  display: none;
}
.pg-home .home-company .body .title span + span {
  margin-top: 0.5rem;
}
.pg-home .home-company .body .text {
  font-size: 0.875rem;
  line-height: 2.3;
  font-weight: 500;
  color: #fff;
  margin: 1.6875rem 0 0;
}
@media (max-width: 767px) {
  .pg-home .home-company .body .text {
    margin-top: 2.5rem;
  }
}
.pg-home .home-company .body .more {
  margin-top: 3.75rem;
  max-width: 18.75rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg-home .home-company .body .more {
    margin-top: 2.5rem;
  }
}
.pg-home .home-company .body .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-company .body .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .pg-home .home-company .body .line-top::before {
    top: 1rem;
  }
}
.pg-home .home-company .body .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .pg-home .home-company .body .line-top::after {
    left: 1rem;
  }
}
.pg-home .home-company .body .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.pg-home .home-company .body .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.pg-home .home-company .body .line-top::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.pg-home .home-company .body .line-top::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.pg-home .home-company .body .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.pg-home .home-company .body .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .pg-home .home-company .body .line-bottom::before {
    bottom: 1rem;
  }
}
.pg-home .home-company .body .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .pg-home .home-company .body .line-bottom::after {
    right: 1rem;
  }
}
.pg-home .home-company .body .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.pg-home .home-company .body .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.pg-home .home-company .body .line-bottom::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.pg-home .home-company .body .line-bottom::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.pg-home .home-news {
  padding-top: 8.5rem;
}
.pg-home .home-news .news-contents {
  background: url(../img/bg-white.png) repeat;
  padding: 4rem 3.125rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.pg-home .home-news .news-contents::after {
  content: "";
  position: absolute;
  inset: 5rem auto auto 3.125rem;
  width: 6.5rem;
  height: 1.5rem;
  background: url(../img/date-no.svg) no-repeat center center/contain;
}
.pg-home .home-news .news-contents .heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", sans-serif;
  text-align: center;
  margin: 0;
}
.pg-home .home-news .news-contents .body {
  --border-color: #666666;
  margin: 3.5rem 0 0;
  position: relative;
}
.pg-home .home-news .news-contents .body::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid #666666;
}
.pg-home .home-news .news-contents .body .list {
  margin: 0;
  padding: 2.5rem 0 0;
  list-style: none;
  position: relative;
}
.pg-home .home-news .news-contents .body .list::before {
  content: "";
  position: absolute;
  inset: 2.5rem auto auto 0;
  -webkit-mask-image: url(../../images/home/news-list-line.svg);
          mask-image: url(../../images/home/news-list-line.svg);
  background-color: #666666;
  width: 100%;
  height: 4px;
  -webkit-mask-position: top center;
          mask-position: top center;
}
.pg-home .home-news .news-contents .body .list .item {
  position: relative;
  border-bottom: solid 1px #CCCCCC;
}
.pg-home .home-news .news-contents .body .list .item:first-child {
  margin-top: 0.3125rem;
}
.pg-home .home-news .news-contents .all {
  margin-top: 2rem;
  text-align: center;
}
.pg-home .home-news .news-contents .all .btn {
  display: inline-block;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
}
.pg-home .home-news .news-contents .all .btn::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/icon-arrow-circle.svg) no-repeat center center/contain;
}
.pg-home .home-news .news-contents .all .btn:hover {
  font-weight: 700;
  opacity: 1;
}
.pg-home .home-news .h-news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row no-wrap;
          flex-flow: row no-wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.125rem 0;
  gap: 2.125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
}
.pg-home .home-news .h-news-link:hover {
  opacity: 1;
}
.pg-home .home-news .h-news-link:hover > .info .tag {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.pg-home .home-news .h-news-link:hover > .title {
  font-weight: bold;
}
.pg-home .home-news .h-news-link > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row no-wrap;
          flex-flow: row no-wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  min-width: 15rem;
}
.pg-home .home-news .h-news-link > .info .date {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
  width: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
.pg-home .home-news .h-news-link > .info .tagWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.pg-home .home-news .h-news-link > .info .tag {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
  padding: 0.125rem 0.625rem;
  min-width: 6.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  border: 1px solid #CCCCCC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-home .home-news .h-news-link > .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 959px) {
  .pg-home .home-news {
    padding-top: 4.875rem;
  }
  .pg-home .home-news .news-contents .heading {
    font-size: 1.75rem;
  }
  .pg-home .home-news .news-contents .body {
    margin-top: 2rem;
  }
  .pg-home .home-news .news-contents .body::before {
    height: 0.3125rem;
  }
}
@media (max-width: 767px) {
  .pg-home .home-news .news-contents {
    padding: 6.875rem 1.75rem 3rem;
  }
  .pg-home .home-news .news-contents::after {
    inset: 3rem auto auto 1.75rem;
  }
  .pg-home .home-news .news-contents .body .list {
    padding-top: 1.25rem;
  }
  .pg-home .home-news .news-contents .body .list::before {
    inset: 1.25rem auto auto 0;
  }
  .pg-home .home-news .news-contents .all {
    margin-top: 1rem;
    padding-bottom: 1.3125rem;
    position: relative;
  }
  .pg-home .home-news .news-contents .all::before {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    -webkit-mask-image: url(../../images/home/news-list-line.svg);
            mask-image: url(../../images/home/news-list-line.svg);
    background-color: #ccc;
    width: 100%;
    height: 5px;
  }
  .pg-home .home-news .h-news-link {
    display: block;
    width: 100%;
  }
  .pg-home .home-news .h-news-link > .title {
    border-top: solid 1px #cccccc;
    padding-top: 1.125rem;
    margin-top: 1.125rem;
  }
}
.pg-home .home-blog {
  padding: 6.9375rem 0 4rem;
  overflow: hidden;
}
.pg-home .home-blog > .headLine {
  margin-bottom: 3.75rem;
}
@media (max-width: 959px) {
  .pg-home .home-blog {
    padding: 4rem 0 4rem;
  }
  .pg-home .home-blog .heading {
    font-size: 1.75rem;
  }
}
.pg-home .home-blog .heading {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-family: "Shippori Mincho", sans-serif;
  text-align: center;
  margin: 0;
}
.pg-home .home-blog .swiper-blog {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .pg-home .home-blog .swiper-blog {
    margin-top: 4rem;
  }
}
.pg-home .home-blog .swiper-blog .swiper-slide {
  width: 20rem;
}
@media (max-width: 767px) {
  .pg-home .home-blog .swiper-blog .swiper-slide {
    width: 18.75rem;
  }
}
.pg-home .home-blog .btn-area {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .pg-home .home-blog .btn-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pg-home .home-blog .btn-area .all {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  padding-left: 1.75rem;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-home .home-blog .btn-area .all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow-circle.svg) no-repeat center center/contain;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.pg-home .home-blog .btn-area .all:hover {
  font-weight: bold;
  opacity: 1;
}
.pg-home .home-blog .btn-area .swiper-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 1.5rem;
}
.pg-home .home-blog .btn-area .swiper-btn-wrap .swiper-button-prev,
.pg-home .home-blog .btn-area .swiper-btn-wrap .swiper-button-next {
  position: relative;
  inset: auto;
  margin: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.pg-home .home-blog .btn-area .swiper-btn-wrap .swiper-button-prev::after,
.pg-home .home-blog .btn-area .swiper-btn-wrap .swiper-button-next::after {
  display: none;
}
.pg-home .home-blog .blog-card {
  background-color: #fff;
  padding: 3.75rem 2rem 0.75rem;
  text-decoration: none;
  color: #000;
  position: relative;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 21.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .pg-home .home-blog .blog-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.pg-home .home-blog .blog-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-home .home-blog .blog-card:hover {
  opacity: 1;
}
.pg-home .home-blog .blog-card:hover::before {
  background-image: url(../img/noiseGrd-blue-d.png);
}
.pg-home .home-blog .blog-card:hover .c-tag {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}
.pg-home .home-blog .blog-card:hover .title {
  font-weight: bold;
}
.pg-home .home-blog .blog-card .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pg-home .home-blog .blog-card .date {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
.pg-home .home-blog .blog-card .image {
  padding-top: 1rem;
}
.pg-home .home-blog .blog-card .image img {
  aspect-ratio: 256/148;
  -o-object-fit: cover;
     object-fit: cover;
}
.pg-home .home-blog .blog-card .title {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 29;
}

/**************************************************/
/* process */
/**************************************************/
.l-process {
  overflow: hidden;
}

.processIndex-list {
  margin: 6.25rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .processIndex-list {
    margin-top: 3.125rem;
    gap: 3.125rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .processIndex-list {
    padding: 0 2rem;
  }
}
.processIndex-list > .item {
  width: calc((100% - 5rem) / 3);
}
@media (max-width: 959px) {
  .processIndex-list > .item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media (max-width: 767px) {
  .processIndex-list > .item {
    width: 100%;
  }
}
.processIndex-list > .item > .image {
  display: block;
  aspect-ratio: 1;
  background-color: #fff;
  margin-bottom: 2rem;
  position: relative;
}
.processIndex-list > .item > .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 10rem;
  background-image: url(../img/noiseGrd-gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.processIndex-list > .item > .image:hover {
  opacity: 1;
}
.processIndex-list > .item > .image:hover::before {
  background-image: url(../img/noiseGrd-blue.png);
}
.processIndex-list > .item > .image img {
  position: relative;
  z-index: 2;
}

.processIndex-factory {
  max-width: 1680px;
  margin: 9.375rem auto 0;
  position: relative;
  padding: 0 0.625rem;
}
@media (max-width: 959px) {
  .processIndex-factory {
    margin-top: 4rem;
  }
}

.process-about {
  position: relative;
}
.process-about > .textarea {
  margin-left: 2.5rem;
  margin-top: 3.125rem;
  width: 43%;
  position: relative;
  padding: 6.25rem 4.375rem;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .process-about > .textarea {
    margin-left: 0;
    margin-top: 1rem;
    padding: 3.75rem 3.125rem 3.125rem;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .process-about > .textarea {
    width: 100%;
  }
}
.process-about > .textarea .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.process-about > .textarea .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .process-about > .textarea .line-top::before {
    top: 1rem;
  }
}
.process-about > .textarea .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .process-about > .textarea .line-top::after {
    left: 1rem;
  }
}
.process-about > .textarea .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.process-about > .textarea .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.process-about > .textarea .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.process-about > .textarea .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .process-about > .textarea .line-bottom::before {
    bottom: 1rem;
  }
}
.process-about > .textarea .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .process-about > .textarea .line-bottom::after {
    right: 1rem;
  }
}
.process-about > .textarea .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.process-about > .textarea .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.process-about > .textarea > .title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin: 0;
  line-height: 1.7857142857;
  letter-spacing: 0.06em;
}
.process-about > .textarea > .c-text-a {
  margin-top: 1.875rem;
}
.process-about > .image {
  position: absolute;
  left: calc(50% + 2.8125rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.process-about > .image img {
  max-width: none;
}
@media (max-width: 959px) {
  .process-about > .image img {
    max-width: 100%;
  }
  .process-about > .image.-over img {
    width: auto;
    height: 22.25rem;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .process-about > .image {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 1.25rem;
    text-align: center;
  }
  .process-about > .image img {
    width: 15.3125rem;
  }
  .process-about > .image.-over {
    text-align: left;
    padding-left: 3.125rem;
  }
  .process-about > .image.-over img {
    width: auto;
    height: 22.25rem;
    max-width: none;
  }
}

.process-line {
  margin-top: 6.25rem;
  width: 100vw;
}
@media (max-width: 959px) {
  .process-line {
    margin-top: 3.75rem;
  }
}
.process-line {
  margin-left: calc(50% - 50vw);
}
.process-line img {
  width: 100%;
}

.process-linkBox {
  margin-top: 6.25rem;
  padding: 3.125rem 1.875rem;
  background-color: #fff;
  counter-reset: number 0;
  position: relative;
}
.process-linkBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 959px) {
  .process-linkBox {
    margin-top: 3.75rem;
    padding: 1.875rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .process-linkBox {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.process-linkBox > .title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  text-align: center;
  margin: 0;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
}
.process-linkBox > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  .process-linkBox > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.process-linkBox > .list > .item {
  padding: 0 0 0 0.5rem;
  display: inline-block;
}
.process-linkBox > .list > .item::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 1.375rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
}
.process-linkBox > .list > .item:not(:last-child)::after {
  display: inline-block;
  content: "/";
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .process-linkBox > .list > .item {
    padding: 0;
  }
  .process-linkBox > .list > .item:not(:last-child)::after {
    display: none;
  }
}
.process-linkBox > .list > .item > .link {
  display: inline-block;
  color: inherit;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  text-decoration: none;
  padding-right: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .process-linkBox > .list > .item > .link {
    padding-right: 0;
  }
}
.process-linkBox > .list > .item > .link:hover {
  opacity: 1;
  text-decoration: underline;
}

.process-list {
  margin: 9.375rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12.5rem;
  counter-reset: number 0;
}
@media (max-width: 959px) {
  .process-list {
    margin-top: 4rem;
    row-gap: 4rem;
  }
}
.process-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.75rem;
     -moz-column-gap: 7.75rem;
          column-gap: 7.75rem;
}
@media (max-width: 959px) {
  .process-list > .item {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .process-list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.process-list > .item > .textarea {
  width: 44%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 959px) {
  .process-list > .item > .textarea {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .process-list > .item > .textarea {
    padding: 1rem 2rem 0;
    width: 100%;
  }
}
.process-list > .item > .textarea > .title {
  position: relative;
  padding-top: 8.125rem;
  font-size: 1.375rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 959px) {
  .process-list > .item > .textarea > .title {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  .process-list > .item > .textarea > .title {
    padding-top: 2.5rem;
  }
}
.process-list > .item > .textarea > .title::before {
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 0.5rem;
  margin: 0;
}
.process-list > .item > .textarea > .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.25rem;
  height: 6.25rem;
  background-image: url(../img/line-lattice.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .process-list > .item > .textarea > .title::after {
    left: -2rem;
  }
}
.process-list > .item > .textarea > .heading {
  position: relative;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  margin: 0;
  padding-top: 1.5rem;
}
.process-list > .item > .textarea > .heading::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#CCCCCC), to(rgba(51, 51, 51, 0)));
  background: linear-gradient(left, #CCCCCC 0%, rgba(51, 51, 51, 0) 100%);
}
@media (max-width: 959px) {
  .process-list > .item > .textarea > .heading {
    font-size: 1.625rem;
  }
}
.process-list > .item > .textarea > .c-text-a {
  max-width: 100%;
  width: 18.75rem;
}
.process-list > .item > .image {
  max-width: 38.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.process-list > .item:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.process-list > .item:nth-child(2n+1) > .image {
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .process-list > .item:nth-child(2n+1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.process-list > .item:nth-child(2n) > .image {
  margin-right: calc(50% - 50vw);
}

/**************************************************/
/* about 強み */
/**************************************************/
.c-about-heading {
  margin-bottom: 3.75rem;
}
.c-about-heading > .main {
  font-size: 2rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 0;
}
.c-about-heading > .sub {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0.875rem 0 0 0;
}
@media (max-width: 959px) {
  .c-about-heading {
    margin-bottom: 3rem;
  }
  .c-about-heading > .main {
    font-size: 1.5rem;
  }
  .c-about-heading > .sub {
    margin-top: 1rem;
  }
}

.about-typeA,
.about-typeB,
.about-typeC {
  margin-top: 12.5rem;
}
@media (max-width: 959px) {
  .about-typeA,
  .about-typeB,
  .about-typeC {
    margin-top: 5rem;
  }
}

.about-typeA > .textarea {
  margin-top: 6.25rem;
  max-width: 50rem;
  padding: 0 1.25rem;
  margin-inline: auto;
}
.about-typeA > .textarea > .btn {
  margin-top: 3.75rem;
  max-width: 100%;
  width: 18.75rem;
}
@media (max-width: 959px) {
  .about-typeA > .textarea {
    padding: 0 2rem;
    margin-top: 3rem;
  }
  .about-typeA > .textarea > .btn {
    margin-top: 2rem;
  }
}

.about-typeB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
.about-typeB > .image {
  margin-right: calc(50% - 50vw);
  max-width: 63.125rem;
}
.about-typeB.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-typeB.-reverse > .image {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
.about-typeB > .textarea {
  width: 18.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about-typeB > .textarea > .btn {
  margin-top: 3.75rem;
}
@media (max-width: 959px) {
  .about-typeB {
    gap: 3rem 2rem;
  }
  .about-typeB > .image {
    width: 60%;
  }
  .about-typeB > .textarea {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .about-typeB > .textarea > .btn {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .about-typeB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about-typeB > .image {
    width: auto;
  }
  .about-typeB > .textarea {
    padding: 0 2rem;
  }
  .about-typeB.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-typeC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}
.about-typeC > .image {
  width: 50%;
}
.about-typeC > .image > .c-text-a {
  margin-top: 0.25rem;
}
.about-typeC > .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about-typeC .link {
  color: #00B4F5;
  word-break: break-all;
  line-height: 1.6;
  display: inline-block;
  margin-top: 0.625rem;
}
@media (max-width: 959px) {
  .about-typeC {
    gap: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .about-typeC {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-typeC > .image {
    width: 100%;
    margin-inline: auto;
  }
  .about-typeC > .textarea {
    padding: 0 2rem;
  }
  .about-typeC .link {
    padding: 0 2rem;
  }
}

.about-merit {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 4.375rem;
  position: relative;
  z-index: 1;
  text-align: center;
}
.about-merit .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-merit .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .about-merit .line-top::before {
    top: 1rem;
  }
}
.about-merit .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .about-merit .line-top::after {
    left: 1rem;
  }
}
.about-merit .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.about-merit .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.about-merit .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-merit .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .about-merit .line-bottom::before {
    bottom: 1rem;
  }
}
.about-merit .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .about-merit .line-bottom::after {
    right: 1rem;
  }
}
.about-merit .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.about-merit .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.about-merit > .title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(240, 231, 200, 0.7)));
  background: linear-gradient(transparent 50%, rgba(240, 231, 200, 0.7) 0%);
}
.about-merit > .list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
.about-merit > .list > .item {
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-size: 1.375rem;
  font-weight: 400;
  position: relative;
}
.about-merit > .list > .item::before {
  position: relative;
  display: inline-block;
  counter-increment: number 1;
  content: counter(number) ".";
  top: 0;
  left: 0;
}
@media (max-width: 959px) {
  .about-merit {
    padding: 3.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-merit > .list > .item {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .about-merit {
    padding: 3.75rem 1.875rem;
    text-align: center;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
  .about-merit > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}

/**************************************************/
/* products */
/**************************************************/
.productsIndex-list {
  margin: 3.125rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}
.productsIndex-list > .item {
  width: calc((100% - 7.5rem) / 4);
}
.productsIndex-list > .item > .btn {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productsIndex-list > .item > .btn > .icon {
  display: inline-block;
  margin-right: 0.75rem;
  border-right: solid 1px #CCCCCC;
  padding-right: 0.75rem;
  width: 2.75rem;
}
.productsIndex-list > .item > .btn > .icon img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.productsIndex-list > .item > .btn > .name {
  display: inline-block;
}
@media (max-width: 959px) {
  .productsIndex-list {
    margin-top: 2rem;
    gap: 0.25rem;
  }
  .productsIndex-list > .item {
    width: calc((100% - 0.5rem) / 3);
  }
  .productsIndex-list > .item > .btn {
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
  }
  .productsIndex-list > .item > .btn > .icon {
    width: 1.625rem;
  }
}
@media (max-width: 767px) {
  .productsIndex-list > .item {
    width: calc((100% - 0.25rem) / 2);
  }
}

.products-heading {
  text-align: center;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin: 9.375rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: calc(50% - 50vw);
  width: 100vw;
}
.products-heading::before, .products-heading::after {
  display: inline-block;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  left: 0;
  background: linear-gradient(235deg, #BFBFBF 0%, rgba(255, 255, 255, 0.3) 100%);
}
.products-heading::after {
  left: 0;
  background: linear-gradient(235deg, rgba(255, 255, 255, 0.3) 0%, #BFBFBF 100%);
}
.products-heading > span {
  display: inline-block;
  position: relative;
  padding: 0 1.875rem;
}
@media (max-width: 959px) {
  .products-heading {
    margin-top: 2.8125rem;
    font-size: 1.375rem;
  }
  .products-heading > span {
    padding: 0 1.25rem;
  }
}

.productsItem-list {
  margin: 9.375rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
}
.productsItem-list > .item {
  width: calc((100% - 5rem) / 3);
}
.productsItem-list > .item > .images {
  aspect-ratio: 320/180;
}
.productsItem-list > .item > .images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.productsItem-list > .item > .title {
  margin: 1.5rem 0 0 0;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media (max-width: 959px) {
  .productsItem-list {
    margin-top: 2.5rem;
    padding: 0 2rem;
  }
  .productsItem-list > .item {
    width: calc((100% - 2.5rem) / 2);
  }
  .productsItem-list > .item > .title {
    font-size: 1rem;
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .productsItem-list > .item {
    width: 100%;
  }
}

.products-fixedBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  padding: 0.625rem;
  text-align: center;
}
@media (max-width: 959px) {
  .products-fixedBtn {
    padding: 0.625rem 3.125rem;
  }
}
.products-fixedBtn::before {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(../img/noiseGrd-gray.png) no-repeat center center/cover;
}
.products-fixedBtn .btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  display: inline-block;
  padding: 0.5625rem;
  border-radius: 2px;
  border: solid 1px #fff;
  width: 20rem;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-fixedBtn .btn:hover {
  background-color: #DDDDDD;
  border-color: #DDDDDD;
  color: #000;
}
.products-fixedBtn .btn.-active {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

/**************************************************/
/* company */
/**************************************************/
.c-company-menuBtn {
  z-index: 1;
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 1.3em 3em;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 0.5rem rgba(0, 0, 0, 0.08);
}
.c-company-menuBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.c-company-menuBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
  width: 0.4375rem;
  height: 0.75rem;
  -webkit-mask-image: url(../img/icon-arrow.svg);
          mask-image: url(../img/icon-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.c-company-menuBtn.-current, .c-company-menuBtn:hover {
  color: #000;
  background-color: #fff;
  opacity: 1;
}
.c-company-menuBtn.-current::before, .c-company-menuBtn:hover::before {
  opacity: 1;
}
.c-company-menuBtn.-current::after, .c-company-menuBtn:hover::after {
  right: 0.875rem;
  background-color: #000;
}

.c-company-contents {
  padding: 9.375rem 4.375rem;
  position: relative;
  z-index: 1;
  margin-top: 6.25rem;
}
@media (max-width: 959px) {
  .c-company-contents {
    padding: 6.25rem 3.125rem;
    margin-top: 5.5rem;
  }
}
.c-company-contents .line-top {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-company-contents .line-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 1.25rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 959px) {
  .c-company-contents .line-top::before {
    top: 1rem;
  }
}
.c-company-contents .line-top::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  top: 0;
  left: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 959px) {
  .c-company-contents .line-top::after {
    left: 1rem;
  }
}
.c-company-contents .line-top.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.c-company-contents .line-top.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.c-company-contents .line-bottom {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.c-company-contents .line-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(right, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 1.25rem;
  right: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media (max-width: 959px) {
  .c-company-contents .line-bottom::before {
    bottom: 1rem;
  }
}
.c-company-contents .line-bottom::after {
  position: absolute;
  content: "";
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  bottom: 0;
  right: 1.25rem;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
@media (max-width: 959px) {
  .c-company-contents .line-bottom::after {
    right: 1rem;
  }
}
.c-company-contents .line-bottom.-inview::before {
  width: 23.75rem;
  max-width: 100%;
}
.c-company-contents .line-bottom.-inview::after {
  height: 23.75rem;
  max-height: 100%;
}
.c-company-contents > .title {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin: 0;
}

.c-company-table > table {
  border-collapse: collapse;
  width: 100%;
}
.c-company-table > table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
.c-company-table > table tr th {
  width: 9.375rem;
  text-align: left;
  font-weight: 500;
}
.c-company-table > table tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-company-table > table tr th, .c-company-table > table tr td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 0.875rem;
  padding: 1rem 0;
}
.c-company-table > table tr:first-child th, .c-company-table > table tr:first-child td {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 959px) {
  .c-company-table > table tr {
    display: block;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  }
  .c-company-table > table tr th, .c-company-table > table tr td {
    display: block;
    width: 100%;
    border: none;
  }
  .c-company-table > table tr th {
    padding-bottom: 0;
  }
  .c-company-table > table tr td {
    padding-top: 0.5rem;
  }
  .c-company-table > table tr:first-child {
    border-top: solid 1px rgba(0, 0, 0, 0.3);
  }
  .c-company-table > table tr:first-child th, .c-company-table > table tr:first-child td {
    border: none;
  }
}

.l-company {
  overflow: visible;
}
@media (max-width: 767px) {
  .l-company {
    padding-bottom: 14.625rem;
  }
}

.l-company-wrap {
  position: relative;
}

.l-company-menu {
  width: 15rem;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .l-company-menu {
    width: 100%;
    position: relative;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.companyMenu-list {
  position: sticky;
  top: 11.25rem;
  left: 0;
}
@media (max-width: 767px) {
  .companyMenu-list {
    position: relative;
    top: 0;
  }
}

.l-company-main {
  max-width: 46.25rem;
  width: calc(100% - 18.75rem);
  margin-left: auto;
}
.l-company-main > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .l-company-main {
    width: 100%;
    margin-top: 3rem;
  }
}

.companyMenu-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  row-gap: 0.25rem;
}

.company-greeting > .ceoImage {
  margin-top: 3.75rem;
}
@media (max-width: 959px) {
  .company-greeting > .ceoImage {
    margin-top: 3rem;
  }
}
.company-greeting > .lead {
  margin: 2.5rem 0 1.5rem 0;
  font-family: "Shippori Mincho", sans-serif;
  line-height: 2;
}
.company-greeting > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  margin: 3.75rem 0 0 0;
}
.company-greeting > .name > .head {
  font-size: 0.875rem;
  font-weight: 500;
}
.company-greeting > .name > img {
  width: 190px;
  max-width: 100%;
}
@media (max-width: 959px) {
  .company-greeting > .name {
    margin-top: 3rem;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.company-bigImage {
  width: calc(100% + 5.5rem);
  margin-top: 6.25rem;
  margin-left: -2.75rem;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 1366px) {
  .company-bigImage {
    width: 937px;
  }
}
@media (max-width: 1200px) {
  .company-bigImage {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 959px) {
  .company-bigImage {
    margin-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .company-bigImage {
    margin-left: calc(50% - 50vw);
    padding: 0 0.625rem;
    width: 100vw;
  }
}

.company-philosophy::before {
  position: absolute;
  left: calc(50% - 50vw - 9.375rem);
  bottom: 0;
  width: 28%;
  max-width: 12.6875rem;
  height: 32.1875rem;
  content: "";
  background: url(../../images/company/deco01.png) left bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .company-philosophy::before {
    background: url(../../images/company/deco01-sp.png) center center no-repeat;
    background-size: contain;
    width: 11.625rem;
    height: 13.125rem;
    max-width: auto;
    left: auto;
    right: 0;
    top: -4rem;
    z-index: 1;
  }
}
.company-philosophy > .heading {
  font-size: 2.75rem;
  font-family: "Shippori Mincho", sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  margin: 4.375rem 0 0 0;
}
@media (max-width: 959px) {
  .company-philosophy > .heading {
    margin-top: 3.75rem;
    font-size: 2.375rem;
  }
}
.company-philosophy > .list {
  margin: 4.375rem 0 0 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}
@media (max-width: 959px) {
  .company-philosophy > .list {
    margin-top: 3.125rem;
  }
}
.company-philosophy > .list > .item {
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  line-height: 2.8;
  padding-left: 1.4em;
}
.company-philosophy > .list > .item:not(:first-child) {
  margin-top: 1.5rem;
}
@media (max-width: 959px) {
  .company-philosophy > .list > .item:not(:first-child) {
    margin-top: 1rem;
  }
}
.company-philosophy > .list > .item::before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  margin-right: 0.375rem;
  position: absolute;
  top: 0;
  left: 0;
}
.company-philosophy > .list > .item > span {
  display: inline;
  border-bottom: solid 1px #000;
  padding-bottom: 0.5rem;
}

.company-overview::after {
  position: absolute;
  right: calc(50% - 50vw + 9.375rem);
  bottom: 0;
  width: 14%;
  max-width: 6.25rem;
  height: 48rem;
  content: "";
  background: url(../../images/company/deco02.png) right bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .company-overview::after {
    background: url(../../images/company/deco02-sp.png) center center no-repeat;
    background-size: contain;
    width: 9.1875rem;
    height: 13.125rem;
    max-width: auto;
    right: 0;
    top: -4rem;
    z-index: 1;
  }
}
.company-overview > .c-company-table {
  margin-top: 6.25rem;
}
@media (max-width: 959px) {
  .company-overview > .c-company-table {
    margin-top: 3rem;
  }
}

.company-office::before {
  position: absolute;
  left: calc(50% - 50vw - 9.375rem);
  top: 17.5rem;
  width: 52%;
  max-width: 24.0625rem;
  height: 30.0625rem;
  content: "";
  background: url(../../images/company/deco03.png) left top no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .company-office::before {
    background: url(../../images/company/deco03-sp.png) center center no-repeat;
    background-size: contain;
    width: 10rem;
    height: 13.125rem;
    max-width: auto;
    left: auto;
    right: calc(50% - 50vw);
    top: -4rem;
    z-index: 1;
  }
}

.company-officeList {
  list-style: none;
  margin: 6.25rem 0 0 0;
  padding: 0;
}
@media (max-width: 959px) {
  .company-officeList {
    margin-top: 3.125rem;
  }
}
.company-officeList > .item {
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding: 2rem 0;
}
.company-officeList > .item:last-child {
  padding-bottom: 0 !important;
}
.company-officeList > .item > :first-child {
  margin-top: 0 !important;
}
.company-officeList > .item .title {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 0 2rem;
}
.company-officeList > .item .title.-sub {
  margin-top: 1.875rem;
  margin-bottom: 1rem;
}
@media (max-width: 959px) {
  .company-officeList > .item .title {
    margin-bottom: 0.625rem;
  }
  .company-officeList > .item .title.-sub {
    margin-bottom: 0.625rem;
  }
}
.company-officeList > .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-officeList > .item .wrap > .text:first-child {
  width: 8.75rem;
}
@media (max-width: 959px) {
  .company-officeList > .item .wrap {
    display: block;
    margin-top: 1rem;
  }
  .company-officeList > .item .wrap > .text:first-child {
    width: 100%;
  }
}
.company-officeList > .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  font-size: 0.875rem;
  margin: 0.5rem 0 0 0;
}
@media (max-width: 959px) {
  .company-officeList > .item .text {
    margin-top: 1rem;
    display: block;
  }
  .company-officeList > .item .text > span {
    display: block;
    margin-top: 0.5rem;
  }
}
.company-officeList > .item .image {
  margin-top: 2rem;
}

.company-history::after {
  position: absolute;
  right: calc(50% - 50vw + 9.375rem);
  top: 0;
  width: 34%;
  max-width: 15.625rem;
  height: 12rem;
  content: "";
  background: url(../../images/company/deco04.png) right top no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .company-history::after {
    background: url(../../images/company/deco04-sp.png) center center no-repeat;
    background-size: contain;
    width: 11.25rem;
    height: 7.125rem;
    max-width: auto;
    right: calc(50% - 50vw);
    top: -2.5rem;
    z-index: 1;
  }
}
.company-history::before {
  position: absolute;
  left: calc(50% - 50vw - 9.375rem);
  bottom: 0;
  width: 49%;
  max-width: 22.3125rem;
  height: 35.5625rem;
  content: "";
  background: url(../../images/company/deco05.png) left bottom no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .company-history::before {
    background: url(../../images/company/deco05-sp.png) center center no-repeat;
    background-size: contain;
    width: 14.125rem;
    height: 13.125rem;
    max-width: auto;
    left: calc(50% - 50vw);
    z-index: 1;
    bottom: -14.625rem;
  }
}

.company-historyTab {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 959px) {
  .company-historyTab {
    margin-top: 3.125rem;
  }
}
.company-historyTab > .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #CCCCCC;
  font-family: "Shippori Mincho", sans-serif;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
  cursor: pointer;
}
.company-historyTab > .tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/noiseGrd-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.company-historyTab > .tab.-active {
  background-color: #fff;
}
.company-historyTab > .tab.-active::before {
  opacity: 1;
}
.company-historyTab > .tab:hover {
  opacity: 0.7;
}
@media (max-width: 959px) {
  .company-historyTab > .tab {
    font-size: 0.875rem;
    height: 2.75rem;
  }
}

.company-historyContents {
  margin-top: 2rem;
}
@media (max-width: 959px) {
  .company-historyContents {
    margin-top: 1.5rem;
  }
}

.js-history-table {
  display: none;
}
.js-history-table.-active {
  display: block;
}

.fix-contents {
  position: fixed;
  right: 0;
  top: 14.6875rem;
  z-index: 99;
  width: 3.125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 959px) {
  .fix-contents {
    display: none !important;
  }
}
.fix-contents .btnarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 959px) {
  .fix-contents .btnarea {
    row-gap: 0;
  }
}
.fix-contents .btnarea .btn {
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  width: 100%;
  height: 12.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  padding: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fix-contents .btnarea .btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url(../img/noiseGrd-gray-d.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fix-contents .btnarea .btn::before {
  position: relative;
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.fix-contents .btnarea .btn.-contact::before {
  -webkit-mask-image: url(../img/icon-contact.svg);
          mask-image: url(../img/icon-contact.svg);
}
.fix-contents .btnarea .btn.-request::before {
  margin-bottom: 0.5rem;
  -webkit-mask-image: url(../img/icon-omitumori.svg);
          mask-image: url(../img/icon-omitumori.svg);
}
.fix-contents .btnarea .btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.fix-contents .btnarea .btn:hover::before {
  background-color: #000;
}
.fix-contents .btnarea .btn:hover::after {
  background-image: url(../img/noiseGrd-blue.png);
}
@media (max-width: 959px) {
  .fix-contents .btnarea .btn {
    height: 8.875rem;
  }
  .fix-contents .btnarea .btn::before {
    display: none;
  }
}

.fix-pageup {
  position: fixed;
  bottom: 1.25rem;
  right: 0.625rem;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.fix-pageup:hover {
  opacity: 0.7;
}
@media (max-width: 959px) {
  .fix-pageup {
    right: 0.3125rem;
  }
  .fix-pageup img {
    width: 2.125rem;
    height: 1.25rem;
  }
}

@media (max-width: 959px) {
  .l-privacy {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.l-privacy .btn {
  margin-top: 2.5rem;
  width: 18.75rem;
  max-width: 100%;
}
.l-privacy .c-text-a {
  margin-top: 2.5rem;
}
@media (max-width: 959px) {
  .l-privacy .c-text-a {
    margin-top: 1.5rem;
  }
}
/*# sourceMappingURL=site.css.map */