@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* common */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  background-color: #F4F4F4;
}

body {
  font-size: 1.6rem;
  line-height: 1.7;
  color: #282828;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  font-style: normal;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  color: #282828;
  text-decoration: none;
  outline: none;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

img {
  max-width: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  vertical-align: top;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

._sp {
  display: none;
}
@media screen and (max-width: 800px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: block;
}
@media screen and (max-width: 800px) {
  ._pc {
    display: none;
  }
}

header {
  padding: 37px 40px;
  width: 100%;
  position: absolute;
  z-index: 80;
}
@media screen and (max-width: 800px) {
  header {
    padding: 30px 20px 0 25px;
  }
}
header .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  header .header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}
header .header__logo {
  max-width: 177px;
  width: 30%;
  z-index: 100;
}
@media screen and (max-width: 800px) {
  header .header__logo {
    max-width: 100%;
    width: 124px;
  }
}
header .header__logo img {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
header .header__logo a:hover img {
  opacity: 1;
  content: url("/img/logo_bl.png");
}
header .header__menu {
  width: 70%;
}
@media screen and (max-width: 800px) {
  header .header__menu .menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #000;
    border-radius: 50%;
  }
  header .header__menu .menu-btn span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    height: 1px;
    width: 14px;
    background-color: #fff;
    left: -2px;
  }
  header .header__menu .menu-btn span::before, header .header__menu .menu-btn span::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header__menu .menu-btn span::before {
    top: -5px;
    left: 9px;
    width: 18px;
  }
  header .header__menu .menu-btn span::after {
    bottom: -5px;
    left: 3px;
    width: 6px;
  }
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::before {
  top: 0;
  width: 18px;
  -webkit-transform: translateX(-50%) rotate(40deg);
          transform: translateX(-50%) rotate(40deg);
  background-color: #fff;
}
header .header__menu #menu-btn-check:checked ~ .menu-btn span::after {
  bottom: 0;
  left: 8px;
  width: 18px;
  -webkit-transform: translateX(-50%) rotate(-40deg);
          transform: translateX(-50%) rotate(-40deg);
  background-color: #fff;
}
header .header__menu #menu-btn-check:checked ~ .nav-menu {
  left: 0;
  /*メニューを画面内へ*/
}
header .header__menu #menu-btn-check {
  display: none;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu {
    width: 100%;
    height: 102vh;
    display: block;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #222426;
    padding: 0 40px 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
header .header__menu .nav-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu__list {
    display: block;
  }
}
header .header__menu .nav-menu__list li a {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-size: min(1.1428571429vw, 16px);
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu__list li a {
    font-family: "Cormorant Garamond", serif;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    padding: 14px 10px;
    border-top: 1px solid #fff;
    letter-spacing: 0.2rem;
  }
}
header .header__menu .nav-menu__list li a .ja {
  font-size: 1.4rem;
  margin-left: 22px;
}
header .header__menu .nav-menu__list li a .en {
  display: none;
}
header .header__menu .nav-menu__list li + li {
  margin-left: 2.1em;
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu__list li + li {
    margin-left: unset;
  }
}
@media screen and (max-width: 800px) {
  header .header__menu .nav-menu__pc {
    display: none;
  }
}
header .header__menu .nav-menu__pc a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #0168B5), color-stop(50%, #000));
  background: -webkit-linear-gradient(left, #0168B5 50%, #000 50%);
  background: linear-gradient(to right, #0168B5 50%, #000 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}
header .header__menu .nav-menu__pc a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: #0168B5;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .header__menu .nav-menu__pc a:hover {
  background-position: left bottom;
  color: #0168B5;
}
header .header__menu .nav-menu__pc a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .header__menu .pc-hamburger {
  margin-left: 47px !important;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .header__menu .pc-hamburger {
    margin-left: unset !important;
  }
}
header .header__menu .pc-hamburger input[type=checkbox] {
  display: none;
  margin-left: unset !important;
}
header .header__menu .pc-hamburger .pc-menu-btn {
  width: 66px;
  height: 66px;
  background: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 101;
  top: -7px;
}
header .header__menu .pc-hamburger .pc-menu-btn span {
  content: "";
  position: relative;
  height: 1px;
  width: 16px;
  left: -1px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header__menu .pc-hamburger .pc-menu-btn span::before,
header .header__menu .pc-hamburger .pc-menu-btn span::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 16px;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header__menu .pc-hamburger .pc-menu-btn span::before {
  width: 20px;
  top: -6px;
}
header .header__menu .pc-hamburger .pc-menu-btn span::after {
  width: 6px;
  top: 6px;
}
@media screen and (max-width: 800px) {
  header .header__menu .pc-hamburger .pc-menu-btn {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn {
    background-color: #fff;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span {
    background-color: transparent;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span::before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    width: 20px;
    top: 0;
    left: -2px;
    background-color: #000;
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-menu-btn span::after {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
    width: 20px;
    top: 0;
    left: -2px;
    background-color: #000;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #222426;
    color: #fff;
    z-index: 100;
    overflow-y: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    padding: 135px 0 130px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__logo {
    width: 195px;
  }
}
@media screen and (min-width: 801px) and (max-width: 800px) {
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__logo {
    width: 124px;
    position: absolute;
    top: 30px;
    left: 25px;
  }
}
@media screen and (min-width: 801px) {
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__logo img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__logo a:hover img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    content: url("/img/logo_bl.png");
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu {
    display: block;
    margin-top: 84px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li {
    padding: 24px 0;
    border-top: 1px solid #fff;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li:last-child,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li:last-child {
    border-bottom: 1px solid #fff;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li + li,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li + li {
    margin-left: unset;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li a,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li a {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.2em;
    line-height: 1;
    font-family: "Cormorant Garamond", serif;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li a:hover,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li a:hover {
    color: #0168B5;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu li a span,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu li a span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.16em;
    margin-left: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu-sub,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu-sub {
    margin-top: 30px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu-sub li,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu-sub li {
    padding: unset;
    border-top: unset;
    margin-bottom: 20px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu-sub li:last-child,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu-sub li:last-child {
    border-bottom: unset;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu-sub li a,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu-sub li a {
    font-size: 1.4rem;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__menu-sub li a span,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__menu-sub li a span {
    font-size: 1.2rem;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns li,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns li {
    width: 44px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns li + li,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns li + li {
    margin-left: 20px;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns img,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns img {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns .x:hover img,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns .x:hover img {
    opacity: 1;
    content: url("/img/icon_x.png");
  }
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-left__sns .insta:hover img,
  header .header__menu .pc-hamburger .pc-nav-dropdown .pc-nav-inner .pc-nav-right__sns .insta:hover img {
    opacity: 1;
    content: url("/img/icon_insta.png");
  }
  header .header__menu .pc-hamburger input:checked ~ .pc-nav-dropdown {
    top: 0;
  }
}
@media screen and (max-width: 800px) {
  header .header__menu .pc-hamburger .pc-nav-left__logo {
    width: 124px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  header .header__menu .pc-hamburger .pc-nav-left__logo a {
    border-top: unset;
  }
  header .header__menu .pc-hamburger .pc-nav-left__menu {
    padding-top: 120px;
  }
  header .header__menu .pc-hamburger .pc-nav-left__menu span {
    font-size: 1.4rem;
    margin-left: 22px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
  }
  header .header__menu .pc-hamburger .pc-nav-left__menu-sub {
    margin-bottom: 20px;
  }
  header .header__menu .pc-hamburger .pc-nav-left__menu-sub li a {
    border-top: unset;
    padding: 0 10px;
    font-size: 1.2rem;
  }
  header .header__menu .pc-hamburger .pc-nav-left__menu-sub li + li {
    margin-top: 20px;
  }
  header .header__menu .pc-hamburger .pc-nav-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header .header__menu .pc-hamburger .pc-nav-right__menu span {
    font-size: 1.4rem;
    margin-left: 22px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0;
    font-weight: 500;
  }
  header .header__menu .pc-hamburger .pc-nav-right__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 12px;
    margin-top: 40px;
  }
  header .header__menu .pc-hamburger .pc-nav-right__sns li {
    width: 44px;
  }
  header .header__menu .pc-hamburger .pc-nav-right__sns li a {
    border-top: unset;
    padding: unset;
  }
}

footer {
  background-color: #282828;
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 60px 25px 12px;
  }
}
footer .f-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  footer .f-inner {
    width: 100%;
  }
}
footer .f-inner__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 800px) {
  footer .f-inner__head {
    border-bottom: unset;
    padding-bottom: unset;
  }
}
footer .f-inner__head-logo {
  width: 196px;
}
@media screen and (max-width: 800px) {
  footer .f-inner__head-logo {
    width: 120px;
  }
}
footer .f-inner__head-logo a:hover {
  opacity: 0.6;
}
footer .f-inner__head-copy {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  footer .f-inner__head-copy {
    display: none;
  }
}
footer .f-inner__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  footer .f-inner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 55px;
  }
}
footer .f-inner .bottom-left {
  width: 374px;
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-left {
    margin-top: 53px;
    width: 100%;
  }
}
footer .f-inner .bottom-left__head {
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.85;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-left__head {
    font-size: 1.4rem;
  }
}
footer .f-inner .bottom-left__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-left__bottom {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .f-inner .bottom-left__bottom .map {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
}
footer .f-inner .bottom-left__bottom .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-left__bottom .sns {
    margin-left: unset;
  }
}
footer .f-inner .bottom-left__bottom .sns li {
  width: 35px;
}
footer .f-inner .bottom-left__bottom .sns li + li {
  margin-left: 10px;
}
footer .f-inner .bottom-left__bottom .sns a:hover {
  opacity: 0.6;
}
footer .f-inner .bottom-right {
  width: calc(100% - 374px - min(9.0714285714vw, 127px));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px 0;
  margin-left: min(9.0714285714vw, 127px);
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-right {
    margin-left: unset;
    width: 100%;
    gap: 30px;
  }
}
footer .f-inner .bottom-right li {
  width: 25%;
}
@media screen and (max-width: 800px) {
  footer .f-inner .bottom-right li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .f-inner .bottom-right a {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}
footer .f-inner .bottom-right a:hover {
  color: #0168B5;
}
footer .f-inner .bottom-right span {
  display: block;
  font-size: 1.2rem;
}
footer .f-inner .bottom-right .s-sm {
  display: inline;
  font-size: 1.8rem;
}
footer .f-inner__copy {
  display: none;
}
@media screen and (max-width: 800px) {
  footer .f-inner__copy {
    display: block;
    margin-top: 40px;
    padding-top: 12px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
  }
}

main {
  overflow: hidden;
}
main .button {
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  main .button {
    max-width: 260px;
  }
}
main .button a {
  width: 100%;
  background-color: #282828;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  main .button a {
    font-size: 1.8rem;
    padding: 13px;
  }
}
main .button a::after {
  content: "";
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .button a:hover {
  background-color: #0168B5;
}
main .button a:hover::after {
  right: 20px;
}
main .button-wh {
  max-width: 320px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  main .button-wh {
    max-width: 260px;
  }
}
main .button-wh a {
  width: 100%;
  background-color: #fff;
  color: #282828;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 800px) {
  main .button-wh a {
    font-size: 2rem;
    padding: 11px;
  }
}
main .button-wh a::after {
  content: "";
  background: url(../../assets/img/right-arrow_bl.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
main .button-wh a:hover {
  background-color: #0168B5;
  color: #fff;
}
main .button-wh a:hover::after {
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  right: 20px;
}
main .sec-top {
  position: relative;
  padding-bottom: 111px;
}
@media screen and (max-width: 800px) {
  main .sec-top {
    padding-bottom: 80px;
  }
}
main .sec-top__contents {
  overflow: hidden;
}
main .sec-top__inner {
  max-width: 970px;
  width: 90%;
  margin: 85px auto 0;
}
@media screen and (max-width: 800px) {
  main .sec-top__inner {
    margin: 60px auto 0;
    width: 100%;
  }
}
main .sec-top__inner h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  main .sec-top__inner h2 {
    font-size: 5.8rem;
    padding-left: 22px;
  }
}
main .sec-top__inner h2::before {
  content: "";
  width: 15.5%;
  height: 1px;
  background-color: #231815;
  position: absolute;
  top: 56%;
  left: -214px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  main .sec-top__inner h2::before {
    width: 18px;
    left: 0;
  }
}
main .sec-top__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  main .sec-top__label {
    font-size: 1.2rem;
    margin-top: 8px;
    margin-left: 23px;
  }
}
main .sec-top__read {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  main .sec-top__read {
    padding: 0 25px;
    margin-top: 40px;
  }
}
main .sec-top__read span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background-color: #fff;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  padding: 16px 22px 13px;
}
@media screen and (max-width: 800px) {
  main .sec-top__read span {
    font-size: 1.4rem;
    padding: 2px 13px;
  }
}
main .sec-top__read .point {
  font-size: 3.4rem;
  padding: 12px 3px 12px 22px;
}
@media screen and (max-width: 800px) {
  main .sec-top__read .point {
    font-size: 1.9rem;
    padding: 2px 5px;
  }
}
main .sec-top__text {
  margin-top: 30px;
  max-width: 800px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  main .sec-top__text {
    padding: 0 25px;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
main .p-kv__scroll {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  position: absolute;
  right: 40px;
  bottom: 14.1%;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  main .p-kv__scroll {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #222426;
    font-size: 1.2rem;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    letter-spacing: 0.16em;
    bottom: unset;
    top: 177px;
    right: -10px;
  }
}
main .p-kv__scroll-arrow {
  width: 6px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  main .p-kv__scroll-arrow {
    display: block;
    margin-right: 0;
    margin-top: 5px;
    width: 3px;
  }
}
main .breadlist {
  padding-top: 133px;
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  main .breadlist {
    padding-top: 89px;
  }
}
main .breadlist li {
  color: rgba(40, 40, 40, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main .breadlist li + li {
  margin-left: 8px;
  position: relative;
  font-size: 1.4rem;
}
main .breadlist li + li::before {
  content: ">";
  font-size: 1.4rem;
  margin-right: 8px;
}
main .sec-contact__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: min(3.9285714286vw, 55px) 0;
  background-color: #0168B5;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .sec-contact__links {
    padding: 25px 0;
  }
}
main .sec-contact__links::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
main .sec-contact__links:hover h2 {
  color: #0168B5;
}
main .sec-contact__links:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
main .sec-contact h2 {
  font-size: min(17.1428571429vw, 240px);
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-left: -13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .sec-contact h2 {
    font-size: 6.8rem;
  }
}
main .sec-contact__circle {
  width: min(20.7142857143vw, 290px);
  height: min(20.7142857143vw, 290px);
  background-color: #fff;
  border-radius: 50%;
  margin-right: -25px;
  position: relative;
}
@media screen and (max-width: 800px) {
  main .sec-contact__circle {
    width: 82px;
    height: 82px;
  }
}
main .sec-contact__circle::after {
  content: "";
  background: url(../../assets/img/right-arrow_blu.png) center center no-repeat;
  width: 102px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 800px) {
  main .sec-contact__circle::after {
    width: 30px;
    height: 4px;
  }
}

.sec-faq {
  padding: 220px 0 240px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sec-faq {
    padding: 90px 0 100px;
  }
}
.sec-faq__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sec-faq__inner {
    width: 100%;
  }
}
.sec-faq h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .sec-faq h2 {
    font-size: 5.4rem;
  }
}
.sec-faq h2 span {
  font-size: min(6.4285714286vw, 90px);
}
@media screen and (max-width: 800px) {
  .sec-faq h2 span {
    font-size: 4.4rem;
  }
}
.sec-faq__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .sec-faq__label {
    font-size: 1.6rem;
    letter-spacing: 0.12em;
    margin-top: 10px;
  }
}
.sec-faq__read {
  text-align: center;
  margin-top: 70px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  .sec-faq__read {
    font-size: 1.6rem;
    margin-top: 60px;
    text-align: left;
    letter-spacing: 0.12em;
    padding: 0 25px;
    line-height: 2;
  }
}
.sec-faq__contents {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  .sec-faq__contents {
    margin-top: 60px;
    padding: 0 25px;
  }
}
.sec-faq .faq {
  background-color: #fff;
  padding: 40px 40px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq {
    padding: 16px 16px 0 16px;
  }
}
.sec-faq .faq + .faq {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq + .faq {
    margin-top: 15px;
  }
}
.sec-faq .faq-q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 22px;
    padding-right: 20px;
  }
}
.sec-faq .faq-q__right {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #404040;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  text-align: center;
  line-height: 70px;
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q__right {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 1.5rem;
    margin-right: 14px;
  }
}
.sec-faq .faq-q__left {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q__left {
    font-size: 1.6rem;
    width: calc(100% - 34px - 14px);
    line-height: 1.6;
  }
}
.sec-faq .faq-q::after, .sec-faq .faq-q::before {
  content: "";
  position: absolute;
  right: 0;
  top: 35%;
  background-color: #404040;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q::after, .sec-faq .faq-q::before {
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.sec-faq .faq-q::after {
  width: 22px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q::after {
    width: 14px;
  }
}
.sec-faq .faq-q::before {
  width: 1px;
  height: 22px;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-q::before {
    height: 14px;
    right: 7px;
  }
}
.sec-faq .faq-q.open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.sec-faq .faq-a {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  border-top: 2px solid #F4F4F4;
}
.sec-faq .faq-a__inner {
  padding: 40px 0 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-a__inner {
    padding: 16px 0 40px;
  }
}
.sec-faq .faq-a.open {
  max-height: 800px;
}
.sec-faq .faq-a__right {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #404040;
  color: #404040;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  text-align: center;
  line-height: 70px;
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-a__right {
    width: 34px;
    line-height: 34px;
    height: 34px;
    font-size: 1.5rem;
    margin-right: 14px;
  }
}
.sec-faq .faq-a__left {
  font-size: 1.8rem;
  font-weight: 400;
  width: calc(100% - 70px);
  margin-top: 17px;
}
@media screen and (max-width: 800px) {
  .sec-faq .faq-a__left {
    width: calc(100% - 34px - 14px);
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.sec-faq__bottom {
  text-align: center;
  margin-top: 80px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  .sec-faq__bottom {
    padding: 0 25px;
    margin-top: 29px;
    text-align: left;
  }
}
.sec-faq .button {
  margin: 60px auto 0;
}
.sec-faq__line {
  position: absolute;
  width: 200%;
  left: 0;
  bottom: min(-3.5714285714vw, -50px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .sec-faq__line {
    bottom: -30px;
  }
}
.sec-faq__line-inner {
  font-size: min(21.4285714286vw, 300px);
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: bg-marquee 120s linear infinite;
          animation: bg-marquee 120s linear infinite;
}
@media screen and (max-width: 800px) {
  .sec-faq__line-inner {
    font-size: 9em;
  }
}
@-webkit-keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#page-home main .p-kv {
  position: relative;
  overflow: hidden;
  padding-top: 267px;
  padding-bottom: 227px;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv {
    padding-top: 165px;
    padding-bottom: 40px;
  }
}
@-webkit-keyframes bg-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes bg-scroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
#page-home main .p-kv::before {
  content: "";
  background: url(../../assets/img/top/pc-kv.png) center center no-repeat;
  width: 964px;
  height: 614px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv::before {
    width: 100%;
    height: 64vw;
    background-size: cover;
  }
}
#page-home main .p-kv__head {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: min(9.2857142857vw, 130px);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-left: 94px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__head {
    margin-left: 25px;
    font-size: 5.5rem;
    letter-spacing: 0;
    line-height: 0.9;
  }
}
#page-home main .p-kv__bottom {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: min(9.2857142857vw, 130px);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-left: 98px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__bottom {
    margin-left: 25px;
    font-size: 5.5rem;
    letter-spacing: 0;
    margin-top: 2px;
    line-height: 0.9;
  }
}
#page-home main .p-kv__bottom span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #282828;
  color: rgba(244, 244, 244, 0);
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__bottom span {
    display: block;
  }
}
#page-home main .p-kv__read {
  margin-left: 101px;
  margin-top: 43px;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read {
    margin-left: 25px;
    margin-top: 35px;
  }
}
#page-home main .p-kv__read p {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 2.8rem;
  padding: 11px 5px 5px 28px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read p {
    font-size: 1.8rem;
    padding: 7px 0 7px 12px;
  }
}
#page-home main .p-kv__read p span {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin: 0 0 0 -20px;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read p span {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin: unset;
    margin-left: -10px;
    margin-right: -10px;
  }
}
#page-home main .p-kv__read p ._pc {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.7rem;
  margin: unset;
  margin: unset;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read p ._pc {
    display: none;
  }
}
#page-home main .p-kv__read p + p {
  padding: 18px 5px 16px 24px;
  margin-top: -1px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read p + p {
    padding: 8px 0 10px 14px;
  }
}
#page-home main .p-kv__read p + p::after {
  content: "";
  background: url(../../assets/img/top/kv-down-arrow.png) center center no-repeat;
  width: 207px;
  height: 370px;
  background-size: contain;
  position: absolute;
  right: -280px;
  top: 8px;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__read p + p::after {
    content: none;
  }
}
#page-home main .p-kv__read .sp {
  font-size: 1.8rem;
  font-weight: 500;
}
#page-home main .p-kv__bg {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 200%;
  height: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-animation: bg-marquee 30s linear infinite;
          animation: bg-marquee 30s linear infinite;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__bg {
    width: 100%;
    display: none;
  }
}
#page-home main .p-kv__bg-inner {
  width: 100%;
  height: 100%;
  background: url(../../assets/img/top/kv-liwol.webp) repeat-x;
  background-size: cover;
}
#page-home main .p-kv__bg-inner + .p-kv__bg-inner {
  margin-left: 140px;
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-home main .p-kv__bg-sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__bg-sp {
    display: block;
    width: 118px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 800px) {
  #page-home main .p-kv__scroll {
    position: static;
    margin: 63px auto 0 50px;
  }
}
#page-home main .sec-about {
  margin-top: 86px;
  padding-top: 137px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about {
    margin-top: 0;
    padding-top: 11px;
  }
}
#page-home main .sec-about h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: min(21.4285714286vw, 300px);
  letter-spacing: 0.02em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 6px;
  top: 0;
  line-height: 0.6;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about h2 {
    font-size: 12rem;
  }
}
#page-home main .sec-about__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about__contents {
    display: block;
  }
}
#page-home main .sec-about__image {
  max-width: 700px;
  width: 75%;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about__image {
    width: 85%;
  }
}
#page-home main .sec-about__right {
  width: 37%;
  margin-left: min(6.7857142857vw, 95px);
  margin-top: -108px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about__right {
    width: 100%;
    margin-left: unset;
  }
}
#page-home main .sec-about__head {
  font-size: min(5.2857142857vw, 74px);
  font-weight: 600;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about__head {
    font-size: 3rem;
    width: 64%;
    position: relative;
    margin: -109px -38px 0 auto;
  }
}
#page-home main .sec-about__head span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #282828;
  color: #F4F4F4;
}
#page-home main .sec-about__text {
  margin-top: 40px;
  line-height: 2.5;
  letter-spacing: 0.11em;
  max-width: 415px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about__text {
    padding: 0 25px;
    letter-spacing: 0.12em;
    line-height: 2;
  }
}
#page-home main .sec-about .button {
  margin-top: 52px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-about .button {
    margin: 60px auto 0;
  }
}
#page-home main .sec-service {
  margin-top: -12px;
  position: relative;
  padding-bottom: 220px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service {
    margin-top: 53px;
  }
}
#page-home main .sec-service::after {
  content: "";
  background: url(../../assets/img/top/service-back.png) center center no-repeat;
  width: 1000px;
  height: 637px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service::after {
    background-size: cover;
    width: 100%;
    height: 64vw;
  }
}
#page-home main .sec-service h2 {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service h2 {
    font-size: 13rem;
    margin-left: -11px;
  }
}
#page-home main .sec-service__read {
  position: absolute;
  max-width: 1000px;
  width: 100%;
  left: 50%;
  top: 220px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service__read {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 0 25px;
  }
}
#page-home main .sec-service__read .head {
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service__read .head {
    font-size: 2rem;
  }
}
#page-home main .sec-service__read .bottom {
  line-height: 2.5;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service__read .bottom {
    text-align: left;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-home main .sec-service__list {
  max-width: 1000px;
  width: 90%;
  margin: 187px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service__list {
    display: block;
    margin: 60px auto 0;
    width: 100%;
    padding: 0 25px;
  }
}
#page-home main .sec-service .service {
  width: calc(50% - 5px);
  background: #fff;
  height: 591px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service {
    width: 100%;
    height: auto;
    padding: 60px 25px;
  }
  #page-home main .sec-service .service + .service {
    margin-top: 20px;
  }
}
#page-home main .sec-service .service-image01 {
  width: 170px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-image01 {
    width: 106px;
  }
}
#page-home main .sec-service .service-image02 {
  width: 130px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-image02 {
    width: 82px;
  }
}
#page-home main .sec-service .service-image03 {
  width: 116px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-image03 {
    width: 73px;
  }
}
#page-home main .sec-service .service-image04 {
  width: 180px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-image04 {
    width: 113px;
  }
}
#page-home main .sec-service .service-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 56px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-title {
    font-size: 2.8rem;
    margin-top: 30px;
  }
}
#page-home main .sec-service .service-title span {
  display: block;
  font-size: 2rem;
  margin-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-title span {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-home main .sec-service .service-title__large {
  font-size: 4.2rem !important;
  font-family: "Cormorant Garamond", serif !important;
  display: inline-block !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-title__large {
    font-size: 2.8rem !important;
  }
}
#page-home main .sec-service .service-text {
  margin-top: 36px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .service-text {
    margin-top: 20px;
  }
}
#page-home main .sec-service .button {
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-service .button {
    margin: 60px auto 0;
  }
}
#page-home main .sec-works {
  background-color: #282828;
  padding-bottom: 180px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works {
    padding: 100px 25px 80px;
  }
}
#page-home main .sec-works h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: min(21.4285714286vw, 300px);
  font-weight: 700;
  color: #E5E5E5;
  line-height: 1;
  position: absolute;
  right: 85px;
  top: -145px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works h2 {
    font-size: 13rem;
    top: -66px;
    right: -10px;
  }
}
#page-home main .sec-works__read {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-top: 175px;
  width: 90%;
  margin: 0 auto 0 100px;
  font-size: 6.6rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__read {
    width: 100%;
    font-size: 3.2rem;
    margin: 0 auto;
    padding-top: 0;
  }
}
#page-home main .sec-works__read span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(244, 244, 244, 0);
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__read span {
    display: block;
    margin-left: 0;
  }
}
#page-home main .sec-works__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 67px 82px 0 auto;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__text {
    margin: 44px auto 0;
  }
}
#page-home main .sec-works__text .head {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__text .head {
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 2;
  }
}
#page-home main .sec-works__text .bottom {
  color: #fff;
  margin-top: 16px;
  line-height: 2.5;
  color: #fff;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__text .bottom {
    margin-left: 0;
    margin-top: 20px;
    line-height: 2;
    letter-spacing: 0.12em;
  }
}
#page-home main .sec-works__list {
  margin: 39px auto 0;
  max-width: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 70px 85px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list {
    display: block;
    margin: 60px auto 0;
  }
}
#page-home main .sec-works__list li {
  width: calc(33.3333333333% - 73px);
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list li {
    width: 100%;
  }
  #page-home main .sec-works__list li + li {
    margin-top: 80px;
  }
}
#page-home main .sec-works__list li:nth-child(3n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list li:nth-child(3n+2) {
    margin-top: 70px;
  }
}
#page-home main .sec-works__list li:nth-child(3n) {
  margin-top: 160px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list li:nth-child(3n) {
    margin-top: 70px;
  }
}
#page-home main .sec-works__list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list a {
    padding: 0 20px;
  }
}
#page-home main .sec-works__list a::after {
  content: "";
  width: 100%;
  height: 500px;
  background-color: rgba(40, 40, 40, 0.4941176471);
  position: absolute;
  left: 37px;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list a::after {
    content: "";
    background: url(../../assets/img/arrow-circle-wh.png) center center no-repeat;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    left: 20px;
    opacity: 1;
  }
}
#page-home main .sec-works__list a::before {
  content: "";
  width: 240px;
  height: 500px;
  background-color: #0168B5;
  position: absolute;
  left: 37px;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list a::before {
    width: 100%;
    height: 193px;
    left: 0;
  }
}
#page-home main .sec-works__list a:hover::after {
  opacity: 1;
}
#page-home main .sec-works__list a:hover::before {
  width: 100%;
}
#page-home main .sec-works__list a:hover .hover-text {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#page-home main .sec-works__list .head {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0.02rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list .head {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    display: block;
    font-size: 1.8rem;
    width: 115px;
    line-height: 1.2;
    margin-top: 30px;
  }
}
#page-home main .sec-works__list .image {
  width: 266px;
  margin-top: 64px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list .image {
    width: 157px;
    margin-top: -30px;
  }
}
#page-home main .sec-works__list .date {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works__list .date {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
#page-home main .sec-works__list .hover-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 75px;
  width: 85%;
  color: #fff;
  z-index: 30;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s ease 0.1s, -webkit-transform 0.4s ease 0.1s;
}
#page-home main .sec-works__list .hover-text h2 {
  font-size: 1.8rem;
  line-height: 1.66;
}
#page-home main .sec-works__list .hover-text .exp {
  font-size: 1.6rem;
  margin-top: 20px;
}
#page-home main .sec-works .button-wh {
  margin: 210px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-works .button-wh {
    margin: 60px auto 0;
  }
}
#page-home main .sec-voice {
  padding-top: 150px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice {
    padding-top: 60px;
  }
}
#page-home main .sec-voice::after {
  content: "";
  background: url(../../assets/img/top/voice-back.png) center center no-repeat;
  width: 698px;
  height: 444px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice::after {
    width: 75%;
    height: 47vw;
    background-size: cover;
  }
}
#page-home main .sec-voice::before {
  content: "";
  background-color: #E5E5E5;
  width: 69%;
  height: 84.6%;
  position: absolute;
  left: 0;
  top: min(36.4285714286vw, 510px);
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice::before {
    width: 78%;
    height: 95%;
    top: 240px;
  }
}
#page-home main .sec-voice__read {
  margin: 0 100px 0 auto;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice__read {
    margin: 0 20px 0 auto;
  }
}
#page-home main .sec-voice__read span {
  background-color: #fff;
  padding: 6px 1px 7px 19px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.21em;
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice__read span {
    font-size: 1.4rem;
    padding: 8px 2px 9px 12px;
    letter-spacing: 0.03em;
  }
}
#page-home main .sec-voice__read span + span {
  padding: 6px 1px 8px 19px;
  margin-top: -1px;
}
#page-home main .sec-voice h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: min(24.2857142857vw, 340px);
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -38px auto 0 100px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice h2 {
    font-size: 13rem;
    margin: 26px 0 0 20px;
    width: unset;
  }
}
#page-home main .sec-voice__text {
  max-width: 1029px;
  margin: 45px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice__text {
    padding: 0 25px;
  }
}
#page-home main .sec-voice__text .head {
  font-size: 2.4rem;
  letter-spacing: 0.23em;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice__text .head {
    font-size: 2rem;
    text-align: center;
    line-height: 1.8;
  }
}
#page-home main .sec-voice__text .bottom {
  margin-top: 15px;
  margin-left: 15px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice__text .bottom {
    margin-top: 30px;
    line-height: 2;
  }
}
#page-home main .sec-voice .voice {
  max-width: 1025px;
  width: 90%;
  margin: 105px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 120px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice {
    display: block;
    width: 100%;
    padding: 0 25px;
    margin: 80px auto 0;
  }
}
#page-home main .sec-voice .voice li {
  width: calc(50% - 62px);
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice li {
    width: 100%;
  }
  #page-home main .sec-voice .voice li + li {
    margin-top: 60px;
  }
}
#page-home main .sec-voice .voice a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-home main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-home main .sec-voice .voice-thumb {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice-thumb {
    width: 80%;
    margin: 0 auto;
  }
}
#page-home main .sec-voice .voice-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice-detail {
    display: block;
  }
}
#page-home main .sec-voice .voice-person {
  width: 155px;
  height: 200px;
  margin-top: -42px;
  margin-left: -2px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice-person {
    width: 25%;
    height: 10%;
    margin-top: -70px;
  }
}
#page-home main .sec-voice .voice-person img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
#page-home main .sec-voice .voice-text {
  width: calc(100% - 155px - 34px);
  margin-left: 34px;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80%;
    margin: -20px auto 0;
  }
}
#page-home main .sec-voice .voice h3 {
  font-weight: 500;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice h3 {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
#page-home main .sec-voice .voice .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice .cat {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0;
    margin-left: unset;
  }
}
#page-home main .sec-voice .voice .cat li {
  background-color: #282828;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice .cat li {
    letter-spacing: 0;
    padding: 5px 12px;
  }
}
#page-home main .sec-voice .voice .cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .voice .cat li + li {
    margin-top: 0;
  }
}
#page-home main .sec-voice .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-voice .button {
    margin: 60px auto 0;
  }
}
#page-home main .sec-info {
  width: 86%;
  margin: 200px 0 0 auto;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info {
    width: 100%;
    margin: 200px auto 0;
  }
}
#page-home main .sec-info__inner {
  margin: 312px 0 0 auto;
  max-width: 1205px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info__inner {
    margin: unset;
    width: 100%;
  }
}
#page-home main .sec-info__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info__title {
    display: block;
  }
}
#page-home main .sec-info__title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: min(10.7142857143vw, 150px);
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info__title h2 {
    font-size: 6.7rem;
    text-align: center;
    letter-spacing: 0;
    padding: 0 25px;
  }
}
#page-home main .sec-info__read {
  overflow: hidden;
}
#page-home main .sec-info__read p {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1;
  width: 950px;
  margin-left: 60px;
  margin-top: 23px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info__read p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-left: unset;
    width: 110%;
    text-align: center;
    margin-left: -20px;
    margin-top: 10px;
  }
}
#page-home main .sec-info .info {
  margin-top: 107px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info {
    margin-top: 46px;
  }
}
#page-home main .sec-info .info-head {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info-head {
    display: block;
    width: 100%;
  }
}
#page-home main .sec-info .info-head__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info-head__cat {
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
#page-home main .sec-info .info-head__cat li {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}
#page-home main .sec-info .info-head__cat li + li {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info-head__cat li + li {
    margin-left: 15px;
  }
}
#page-home main .sec-info .info-head__cat a {
  font-family: din-2014, sans-serif;
  border-bottom: 1px solid #231815;
  padding-bottom: 3px;
}
#page-home main .sec-info .info-head__cat a:hover {
  color: #0168B5;
  border-bottom: 1px solid #0168B5;
}
#page-home main .sec-info .info-head__cat a.current {
  color: #0168B5;
  border-bottom: 1px solid #0168B5;
}
#page-home main .sec-info .info-head__nav, #page-home main .sec-info .info-head__nav-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info-head__nav {
    display: none;
  }
}
#page-home main .sec-info .info-head__nav-sp {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .info-head__nav-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
#page-home main .sec-info .info-head__nav-sp .swiper-button-prev,
#page-home main .sec-info .info-head__nav-sp .swiper-button-next {
  width: 52px;
  height: 52px;
  background: url(../../assets/img/archive-arrow.png) center center no-repeat;
  background-size: contain;
  position: static;
  margin: 0;
}
#page-home main .sec-info .info-head__nav-sp .swiper-button-prev::after,
#page-home main .sec-info .info-head__nav-sp .swiper-button-next::after {
  display: none;
}
#page-home main .sec-info .info-head__nav-sp .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-home main .sec-info .info-head .swiper-button-prev,
#page-home main .sec-info .info-head .swiper-button-next {
  width: 52px;
  height: 52px;
  background: url(../../assets/img/archive-arrow.png) center center no-repeat;
  background-size: contain;
  position: static;
  margin: 0;
}
#page-home main .sec-info .info-head .swiper-button-prev::after,
#page-home main .sec-info .info-head .swiper-button-next::after {
  display: none;
}
#page-home main .sec-info .info-head .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page-home main .sec-info .info-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-home main .sec-info .info-list a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-home main .sec-info .info-list a:hover {
  opacity: 0.6;
}
#page-home main .sec-info .info-list__date {
  margin-top: 18px;
  font-size: 1.4rem;
  font-family: din-2014, sans-serif;
}
#page-home main .sec-info .info-list h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.87;
  margin-top: 6px;
}
#page-home main .sec-info .info-list__cat {
  margin-top: 22px;
  background-color: #282828;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 6px 14px;
}
#page-home main .sec-info .button {
  margin: 111px auto 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-info .button {
    margin: 60px auto 0;
  }
}
#page-home main .sec-company {
  margin-top: 232px;
  background-color: #282828;
  padding: 217px 0 187px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company {
    margin-top: 100px;
    padding: 115px 0 100px;
  }
}
#page-home main .sec-company h2 {
  position: absolute;
  color: #fff;
  font-size: min(21.4285714286vw, 300px);
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  right: -20px;
  top: -180px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company h2 {
    font-size: 12rem;
    top: -75px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    letter-spacing: -0.04em;
  }
}
#page-home main .sec-company__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__head {
    display: block;
  }
}
#page-home main .sec-company__head-image {
  max-width: 700px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__head-image {
    width: 94%;
  }
}
#page-home main .sec-company__head-detail {
  margin-left: 60px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__head-detail {
    margin-left: unset;
    padding: 0 25px;
    margin-top: 40px;
  }
}
#page-home main .sec-company__head-read {
  font-weight: 600;
  margin-top: 15px;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__head-read {
    font-size: 2rem;
    letter-spacing: 0.07em;
  }
}
#page-home main .sec-company__head-text {
  margin-top: 13px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__head-text {
    margin-top: 20px;
  }
}
#page-home main .sec-company__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 99px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 25px;
  }
}
#page-home main .sec-company__bottom-left {
  margin-top: 107px;
  width: calc(100% - 513px);
  margin-right: 84px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-left {
    width: 100%;
    margin: 130px auto 0;
  }
}
#page-home main .sec-company__bottom-left__head {
  color: #fff;
  font-size: 5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-left__head {
    font-size: 3.4rem;
  }
}
#page-home main .sec-company__bottom-left__bottom {
  color: #fff;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.8;
  margin-top: 33px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-left__bottom {
    margin-top: 60px;
    font-size: 2rem;
    margin-top: 30px;
  }
}
#page-home main .sec-company__bottom-right {
  width: 513px;
  position: relative;
  margin-top: -480px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-right {
    width: 100%;
    margin-top: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#page-home main .sec-company__bottom-right-button a {
  width: 283px;
  height: 283px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #282828;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  position: absolute;
  z-index: 3;
  top: 204px;
  left: -35px;
  overflow: hidden;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  /* 青が中心に集まる用 */
  /* 矢印 */
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-right-button a {
    width: 200px;
    height: 200px;
    font-size: 2rem;
    left: 0;
    top: 145px;
  }
}
#page-home main .sec-company__bottom-right-button a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #0168B5;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
#page-home main .sec-company__bottom-right-button a::after {
  content: "";
  background: url(../../assets/img/right-arrow_bl.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  position: absolute;
  z-index: 2;
  right: 66px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-right-button a::after {
    right: 30px;
  }
}
#page-home main .sec-company__bottom-right-button a span {
  position: relative;
  z-index: 1;
}
#page-home main .sec-company__bottom-right-button a:hover {
  color: #fff;
}
#page-home main .sec-company__bottom-right-button a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#page-home main .sec-company__bottom-right-button a:hover::after {
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  right: 62px;
}
#page-home main .sec-company__bottom-right-image {
  width: 321px;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-company__bottom-right-image {
    width: 210px;
    position: static;
  }
}
#page-home main .sec-faq {
  padding: 160px 0 160px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq {
    padding: 80px 25px 100px;
  }
}
#page-home main .sec-faq__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1099px;
  margin: 0 auto 0 100px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__inner {
    display: block;
    margin: unset;
  }
}
#page-home main .sec-faq__left {
  max-width: 510px;
  position: relative;
}
#page-home main .sec-faq__left-text {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: absolute;
  left: -51px;
  top: 70px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__left-text {
    font-size: 1.4rem;
    left: 15px;
    top: unset;
    bottom: 58px;
  }
}
#page-home main .sec-faq__left-text span {
  display: block;
  background-color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 0 17px 20px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__left-text span {
    padding: 8px 3px 8px 12px;
  }
}
#page-home main .sec-faq__left-text span + span {
  margin-left: 30px;
  margin-top: -1px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__left-image {
    width: 61%;
  }
}
#page-home main .sec-faq__left-title {
  font-family: "Cormorant Garamond", serif;
  color: #282828;
  font-size: 6.8rem;
  position: absolute;
  top: 50px;
  right: 0;
}
#page-home main .sec-faq__left-title span {
  font-size: 5.6rem;
}
#page-home main .sec-faq__right {
  width: calc(100% - 510px);
  margin-left: 90px;
  margin-top: -10px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__right {
    width: 100%;
    margin-left: unset;
  }
}
#page-home main .sec-faq__right h2 {
  font-family: "Cormorant Garamond", serif;
  color: #282828;
  font-size: min(10.7142857143vw, 150px);
  text-align: left;
}
#page-home main .sec-faq__right h2 span {
  font-size: min(8.5714285714vw, 120px);
}
#page-home main .sec-faq__right-text {
  line-height: 2.5;
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__right-text {
    margin-top: 46px;
    line-height: 2;
  }
}
#page-home main .sec-faq__right .button {
  margin: 52px auto 0 0;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__right .button {
    margin: 60px auto 0;
  }
}
#page-home main .sec-faq__bg {
  position: absolute;
  top: 0;
  right: -80px;
  width: 20%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-home main .sec-faq__bg {
    right: -3px;
  }
}
#page-home main .sec-faq__bg-inner {
  width: 100%;
  height: 200%;
  background: url(../../assets/img/top/faq-text.webp) repeat-y;
  background-size: cover;
}
@-webkit-keyframes faqScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes faqScroll {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#page-about main {
  position: relative;
}
#page-about main::before {
  content: "";
  background: url(../../assets/img/about/about-top.png) center center no-repeat;
  width: 100%;
  height: 27vw;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
#page-about main .sec-top::after {
  content: "";
  background: url(../../assets/img/about/about-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-about main .sec-reasons {
  background-color: #282828;
  color: #FFFFFF;
  padding: 210px 0 340px;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons {
    padding: 90px 0 126px;
  }
}
#page-about main .sec-reasons::before {
  content: "";
  background: url(../../assets/img/about/reason-top.png) center center no-repeat;
  max-width: 860px;
  width: 100%;
  height: 48vh;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons::before {
    height: 33vh;
  }
}
#page-about main .sec-reasons h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons h2 {
    font-size: 5.4rem;
    line-height: 1;
  }
}
#page-about main .sec-reasons__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 25px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__label {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-about main .sec-reasons__list {
  max-width: 1080px;
  width: 90%;
  margin: 140px auto 0;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__list {
    width: 100%;
    padding: 0 40px;
    margin: 80px auto 0;
  }
}
#page-about main .sec-reasons__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__list li {
    display: block;
  }
}
#page-about main .sec-reasons__list li + li {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__list li + li {
    margin-top: 80px;
  }
}
#page-about main .sec-reasons__list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-about main .sec-reasons__list li:nth-child(even) .sec-reasons__image {
  margin-right: 0;
  margin-left: 50px;
}
#page-about main .sec-reasons__list li:nth-child(even) .sec-reasons__num {
  left: unset;
  right: -50px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__list li:nth-child(even) .sec-reasons__num {
    right: 15px;
  }
}
#page-about main .sec-reasons__num {
  font-size: min(24.2857142857vw, 340px);
  font-family: "Cormorant Garamond", serif;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  line-height: 1;
  letter-spacing: 0.03em;
  bottom: -78px;
  left: -43px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__num {
    font-size: 14rem;
    bottom: unset;
    left: 0;
    top: 90px;
  }
}
#page-about main .sec-reasons__image {
  max-width: 420px;
  margin-right: 50px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__image {
    width: 200px;
    margin: 0 auto;
  }
}
#page-about main .sec-reasons__text {
  max-width: 500px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__text {
    width: 100%;
  }
}
#page-about main .sec-reasons__head {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__head {
    font-size: 2.2rem;
    text-align: center;
    margin-top: 40px;
  }
}
#page-about main .sec-reasons__bottom {
  margin-top: 30px;
  line-height: 2.5;
}
#page-about main .sec-reasons__under {
  position: absolute;
  overflow: hidden;
  right: -210px;
  bottom: 15px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__under {
    left: 20px;
    bottom: 5px;
  }
}
#page-about main .sec-reasons__under-head {
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__under-head {
    font-size: 2.6rem;
  }
  #page-about main .sec-reasons__under-head span {
    display: none;
  }
}
#page-about main .sec-reasons__under-bottom {
  font-family: "Cormorant Garamond", serif;
  margin-top: 32px;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-reasons__under-bottom {
    display: none;
  }
}
#page-about main .sec-service {
  padding: 220px 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service {
    padding: 0;
  }
}
#page-about main .sec-service::after {
  content: "";
  background: url(../../assets/img/about/service-back.png) center center repeat;
  width: 100vw;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-about main .sec-service__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-about main .sec-service__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: -15px;
  top: -9px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__head {
    right: unset;
    left: 20px;
  }
  #page-about main .sec-service__head .head {
    font-size: 2.6rem;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
  }
  #page-about main .sec-service__head .bottom {
    font-size: 1.6rem;
    display: block;
  }
}
#page-about main .sec-service__head-text {
  color: #282828;
  font-size: 2.4rem;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
}
#page-about main .sec-service h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service h2 {
    padding-top: 225px;
    font-size: 5.4rem;
    line-height: 1;
  }
}
#page-about main .sec-service__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__label {
    line-height: 1;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-about main .sec-service__read {
  text-align: center;
  margin-top: 70px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__read {
    text-align: left;
    margin-top: 60px;
    line-height: 2;
  }
}
#page-about main .sec-service__contents {
  max-width: 1000px;
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents {
    margin: 70px auto 0;
  }
}
#page-about main .sec-service__contents .service {
  background-color: #fff;
  padding: 100px min(7.1428571429vw, 100px) 100px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service {
    padding: 60px 30px;
  }
}
#page-about main .sec-service__contents .service + .service {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service + .service {
    margin-top: 20px;
  }
}
#page-about main .sec-service__contents .service-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-contents {
    display: block;
  }
}
#page-about main .sec-service__contents .service-image {
  width: 320px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-image {
    width: 110px;
    margin: 0 auto;
  }
}
#page-about main .sec-service__contents .service .image01 img {
  width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service .image01 img {
    width: 110px;
  }
}
#page-about main .sec-service__contents .service .image02 img {
  width: 150px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service .image02 img {
    width: 100px;
  }
}
#page-about main .sec-service__contents .service .image03 img {
  width: 133px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service .image03 img {
    width: 101px;
  }
}
#page-about main .sec-service__contents .service .image04 img {
  width: 180px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service .image04 img {
    width: 120px;
  }
}
#page-about main .sec-service__contents .service-text {
  max-width: 480px;
}
#page-about main .sec-service__contents .service-text h3 {
  text-align: center;
  font-size: 4.2rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-text h3 {
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    margin-top: 40px;
  }
}
#page-about main .sec-service__contents .service-text h3 span {
  font-size: 2.5rem;
}
#page-about main .sec-service__contents .service-text__label {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-text__label {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
#page-about main .sec-service__contents .service-read {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-read {
    margin-top: 20px;
  }
}
#page-about main .sec-service__contents .service-list {
  margin-top: 20px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-list {
    margin-top: 30px;
    line-height: 1.56;
  }
}
#page-about main .sec-service__contents .service-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__contents .service-list li + li {
    margin-top: 20px;
  }
}
#page-about main .sec-service .button {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service .button {
    margin: 40px auto 0;
  }
}
#page-about main .sec-service__line {
  position: absolute;
  top: 0;
  right: -26px;
  width: 20%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__line {
    display: none;
  }
}
#page-about main .sec-service__line-inner {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  white-space: nowrap;
  letter-spacing: 0.02em;
}
#page-about main .sec-service__bottom {
  margin-top: 220px;
}
@media screen and (max-width: 800px) {
  #page-about main .sec-service__bottom {
    margin-top: 100px;
  }
}

#page-website main .sec-top::after {
  content: "";
  background: url(../../assets/img/website/website-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-top__read span {
    font-size: 1.9rem;
    letter-spacing: 0.14em;
  }
}
#page-website main .sec-top__read span + span {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}
#page-website main .sec-about {
  background-color: #282828;
  padding: 230px 100px 190px 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about {
    padding: 90px 40px 60px;
    display: block;
  }
}
#page-website main .sec-about__right {
  max-width: 723px;
  width: 55.5%;
}
#page-website main .sec-about__right--head {
  max-width: 420px;
  margin: 0 auto;
}
#page-website main .sec-about__right--head h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--head h2 {
    font-size: 5.3rem;
  }
}
#page-website main .sec-about__right--image {
  max-width: 723px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--image {
    max-width: unset;
  }
}
#page-website main .sec-about__right--label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--label {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
  }
}
#page-website main .sec-about__right--read {
  margin-top: 100px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--read {
    margin-top: 60px;
    letter-spacing: 0.12em;
  }
}
#page-website main .sec-about__right--bottom {
  width: 453px;
  margin: 130px auto 0 120px;
  font-family: din-2014, sans-serif;
  font-size: min(4.7142857143vw, 66px);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--bottom {
    display: none;
  }
}
#page-website main .sec-about__right--bottom span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(255, 255, 255, 0);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__right--image {
    display: none;
  }
}
#page-website main .sec-about__left {
  max-width: 600px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left {
    margin-top: 140px;
  }
}
#page-website main .sec-about__left::after {
  content: "";
  background: url(../../assets/img/website/about-deg.webp) center center no-repeat;
  width: 40vw;
  height: 153vw;
  background-size: contain;
  position: absolute;
  top: min(-5vw, -70px);
  right: min(-7.1428571429vw, -100px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left::after {
    background: url(../../assets/img/website/about-deg-sp.webp) center center no-repeat;
    background-size: contain;
    top: -11.5%;
    right: -20px;
    width: 89vw;
    height: 803vw;
  }
}
#page-website main .sec-about__left--read {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left--read {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
#page-website main .sec-about__left--list {
  margin-top: 128px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left--list {
    margin-top: 50px;
    position: relative;
    z-index: 30;
  }
}
#page-website main .sec-about__left .about-list {
  max-width: 440px;
}
#page-website main .sec-about__left .about-list + .about-list {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left .about-list + .about-list {
    margin-top: 60px;
  }
}
#page-website main .sec-about__left .about-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-website main .sec-about__left .about-list__num {
  width: min(7.8571428571vw, 110px);
  height: min(7.8571428571vw, 110px);
  background-color: #fff;
  color: #282828;
  font-family: "Noto Serif JP", serif;
  font-size: min(3vw, 42px);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 21px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left .about-list__num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    margin-right: 16px;
  }
}
#page-website main .sec-about__left .about-list__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  width: calc(100% - min(7.8571428571vw, 110px) - 21px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left .about-list__title {
    font-size: 1.8rem;
    line-height: 1.6;
    width: calc(100% - 66px);
    letter-spacing: 0.02rem;
  }
}
#page-website main .sec-about__left .about-list__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left .about-list__text {
    margin-top: 24px;
  }
}
#page-website main .sec-about__left--sp {
  display: none;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-about__left--sp {
    display: block;
  }
}
#page-website main .sec-about__left--sp__image {
  width: 118%;
  margin-top: -95px;
  margin-left: -40px;
  position: relative;
  z-index: 0;
}
#page-website main .sec-about__left--sp__bottom {
  font-size: 3rem;
  font-family: din-2014, sans-serif;
  line-height: 1;
  margin-top: 10px;
}
#page-website main .sec-about__left--sp__bottom span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(255, 255, 255, 0);
}
#page-website main .sec-feature {
  margin-top: 240px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature {
    margin-top: 80px;
  }
}
#page-website main .sec-feature::before {
  content: "";
  width: 69%;
  height: 235vw;
  background-color: #E5E5E5;
  position: absolute;
  top: 60px;
  z-index: -1;
}
#page-website main .sec-feature h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature h2 {
    font-size: 5.4rem;
  }
}
#page-website main .sec-feature__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
  }
}
#page-website main .sec-feature__list {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature__list {
    width: 100%;
    padding: 0 35px;
    margin: 60px auto 0;
  }
}
#page-website main .sec-feature .feature {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature {
    display: block;
    padding: 50px 0;
  }
}
#page-website main .sec-feature .feature:last-child {
  border-bottom: 1px solid #C0C0C0;
}
#page-website main .sec-feature .feature-left {
  width: calc(100% - 500px);
  max-width: 440px;
  margin-right: 60px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left {
    width: 100%;
    margin: 0 auto;
  }
}
#page-website main .sec-feature .feature-left__num {
  padding-left: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left__num {
    font-size: 1.6rem;
  }
}
#page-website main .sec-feature .feature-left__num span {
  font-size: 3.2rem;
  margin-left: 10px;
  line-height: 1;
  vertical-align: sub;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left__num span {
    font-size: 2.6rem;
    margin-left: 5px;
  }
}
#page-website main .sec-feature .feature-left__num::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-website main .sec-feature .feature-left__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left__title {
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 16px;
  }
}
#page-website main .sec-feature .feature-left__read {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left__read {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#page-website main .sec-feature .feature-left__text {
  margin-top: 30px;
  line-height: 2.5;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-left__text {
    margin-top: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
#page-website main .sec-feature .feature-image {
  max-width: 500px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-feature .feature-image {
    width: 98%;
    margin: 30px auto 0;
  }
}
#page-website main .sec-flow {
  margin-top: 300px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}
#page-website main .sec-flow::after {
  content: "";
  background: url(../../assets/img/about/service-back.png) center center repeat;
  width: 100vw;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-website main .sec-flow__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-website main .sec-flow h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow h2 {
    font-size: 5.4rem;
  }
}
#page-website main .sec-flow__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
    margin-left: unset;
  }
}
#page-website main .sec-flow__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__read {
    line-height: 2;
    text-align: left;
  }
}
#page-website main .sec-flow__list {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
#page-website main .sec-flow .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow {
    display: block;
  }
}
#page-website main .sec-flow .flow + .flow {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow + .flow {
    margin-top: 125px;
  }
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow + .flow::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/frow-arrow.png) center center no-repeat;
    width: 20px;
    height: 40px;
    background-size: cover;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: unset;
    top: -85px;
  }
}
#page-website main .sec-flow .flow:nth-child(6) .flow-image::after {
  content: "";
  background: url(../../assets/img/frow06-arrow.png) center center no-repeat;
  width: 24px;
  height: 84%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow:nth-child(6) .flow-image::after {
    display: none;
  }
}
#page-website main .sec-flow .flow-image {
  width: min(15.7142857143vw, 220px);
  margin-right: min(5.1428571429vw, 72px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-image {
    width: 180px;
    margin: 0 auto;
  }
}
#page-website main .sec-flow .flow-image::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/frow-arrow.png) center center no-repeat;
  width: 24px;
  height: min(3.4285714286vw, 48px);
  background-size: contain;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: min(-4.2857142857vw, -60px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-image::after {
    content: none;
  }
}
#page-website main .sec-flow .flow:last-child .flow-image::after {
  content: none;
}
#page-website main .sec-flow .flow-text {
  width: calc(100% - min(15.7142857143vw, 220px));
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-text {
    width: 100%;
    margin-top: 25px;
  }
}
#page-website main .sec-flow .flow-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-website main .sec-flow .flow-head__num {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 18px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-head__num {
    font-size: 3rem;
    margin-right: 10px;
  }
}
#page-website main .sec-flow .flow-head__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-head__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: unset;
  }
}
#page-website main .sec-flow .flow-head__title span {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-head__title span {
    line-height: 1;
    font-size: 1.8rem;
  }
}
#page-website main .sec-flow .flow-detail {
  line-height: 2;
  max-width: 609px;
  margin-top: 18px;
}
#page-website main .sec-flow .flow-contents {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-contents {
    margin-top: 40px;
  }
}
#page-website main .sec-flow .flow-contents__list + .flow-contents__list {
  margin-top: 40px;
}
#page-website main .sec-flow .flow-contents__list--title {
  font-size: 1.8rem;
  font-weight: 600;
}
#page-website main .sec-flow .flow-contents__list--text {
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow .flow-contents__list--text {
    margin-top: 20px;
  }
}
#page-website main .sec-flow__after {
  margin-top: 120px;
  background-color: rgba(217, 217, 217, 0.6);
  padding: 60px 70px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__after {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
#page-website main .sec-flow__after--title {
  padding-left: 36px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__after--title {
    font-size: 2rem;
    line-height: 1;
  }
}
#page-website main .sec-flow__after--title::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
}
#page-website main .sec-flow__after--list {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__after--list {
    margin-top: 30px;
    line-height: 1.75;
  }
}
#page-website main .sec-flow__after--list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__after--list li + li {
    margin-top: 30px;
  }
}
#page-website main .sec-flow__line {
  position: absolute;
  width: 200%;
  left: 0;
  bottom: min(-4.2857142857vw, -60px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__line {
    bottom: -25px;
  }
}
#page-website main .sec-flow__line--inner {
  font-size: min(21.4285714286vw, 300px);
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: bg-marquee 120s linear infinite;
          animation: bg-marquee 120s linear infinite;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-flow__line--inner {
    font-size: 13rem;
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-website main .line {
  position: relative;
  background-color: #282828;
  padding-bottom: 95px;
  overflow: hidden;
}
#page-website main .line-contents {
  position: absolute;
  top: 190px;
  right: -432px;
}
@media screen and (max-width: 800px) {
  #page-website main .line-contents {
    top: 40px;
    right: -318px;
  }
}
#page-website main .line-contents__head {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  #page-website main .line-contents__head {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
#page-website main .line-contents__bottom {
  font-size: 2.4rem;
  margin-top: 32px;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 800px) {
  #page-website main .line-contents__bottom {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;
  }
}
#page-website main .line-contents__bottom span {
  color: #fff;
}
#page-website main .sec-work {
  background-color: #282828;
  color: #fff;
  margin-top: -2px;
  padding-bottom: 240px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work {
    padding: 0 23px 100px;
  }
}
#page-website main .sec-work h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work h2 {
    font-size: 5.4rem;
  }
}
#page-website main .sec-work__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
  }
}
#page-website main .sec-work__read {
  margin-top: 70px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work__read {
    margin-top: 60px;
    text-align: left;
    line-height: 2;
  }
}
#page-website main .sec-work__list {
  margin: 120px auto 0;
  max-width: 1038px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work__list {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-website main .sec-work .work + .work {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work + .work {
    margin-top: 30px;
  }
}
#page-website main .sec-work .work a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work a {
    display: block;
    background-color: #0168B5;
    padding: 40px 30px 50px;
  }
}
#page-website main .sec-work .work a::after {
  content: "";
  width: 95%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.7019607843);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-website main .sec-work .work a:hover::after {
  opacity: 1;
}
#page-website main .sec-work .work a:hover .work-view {
  opacity: 1;
}
#page-website main .sec-work .work:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-website main .sec-work .work:nth-child(even) a::after {
  right: unset;
  left: 0;
}
#page-website main .sec-work .work:nth-child(even) .work-contents {
  padding: min(5vw, 70px) min(5vw, 70px) min(5vw, 70px) min(14.2857142857vw, 200px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work:nth-child(even) .work-contents {
    padding: unset;
  }
}
#page-website main .sec-work .work:nth-child(even) .work-left {
  margin-right: 0;
  margin-left: 16px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work:nth-child(even) .work-left {
    margin-left: unset;
  }
}
#page-website main .sec-work .work:nth-child(even) .work-image {
  margin-left: 0;
  margin-right: -130px;
}
#page-website main .sec-work .work-view {
  width: min(18.5714285714vw, 260px);
  height: min(18.5714285714vw, 260px);
  border-radius: 50%;
  border: 1px solid #fff;
  font-family: din-2014, sans-serif;
  font-size: 2.4rem;
  position: absolute;
  left: 43%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
  color: #fff;
  line-height: min(18.5714285714vw, 260px);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-website main .sec-work .work-view::after {
  content: "";
  background: url(../../img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: min(3.7857142857vw, 53px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-website main .sec-work .work-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  margin-right: 16px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-left {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: unset;
    width: 100%;
  }
}
#page-website main .sec-work .work .company {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work .company {
    display: none;
  }
}
#page-website main .sec-work .work-contents {
  background-color: #0168B5;
  padding: min(5vw, 70px) min(14.2857142857vw, 200px) min(5vw, 70px) min(5vw, 70px);
  color: #fff;
  max-width: 700px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-contents {
    background-color: unset;
    padding: unset;
  }
}
#page-website main .sec-work .work-contents h2 {
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: left;
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-contents h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
#page-website main .sec-work .work-contents__head {
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  margin-top: 10px;
}
#page-website main .sec-work .work-contents__cat {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-website main .sec-work .work-contents__cat li {
  background-color: #fff;
  color: #282828;
  padding: 8px 17px 7px;
  line-height: 1;
  font-family: din-2014, sans-serif;
  border-radius: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-contents__cat li {
    font-size: 1.4rem;
    border-radius: 23px;
    padding: 5px 12px;
    letter-spacing: 0.1em;
  }
}
#page-website main .sec-work .work-contents__cat li + li {
  margin-left: 10px;
}
#page-website main .sec-work .work-contents__read {
  margin-top: 40px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-contents__read {
    margin-top: 22px;
    letter-spacing: 0.12em;
  }
}
#page-website main .sec-work .work-image {
  width: 43%;
  margin-left: -130px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .work-image {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-website main .sec-work .button-wh {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-work .button-wh {
    margin: 60px auto 0;
  }
}
#page-website main .sec-voice {
  padding-bottom: 113px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice {
    padding-bottom: 90px;
  }
}
#page-website main .sec-voice__inner {
  background: url(../../assets/img/website/voice-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 240px 0;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__inner {
    padding: 90px 23px 100px;
  }
}
#page-website main .sec-voice h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice h2 {
    font-size: 5.4rem;
  }
}
#page-website main .sec-voice__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
  }
}
#page-website main .sec-voice__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__read {
    text-align: left;
    line-height: 2;
  }
}
#page-website main .sec-voice__list {
  max-width: 1000px;
  margin: 120px auto 0;
  background-color: #FFFFFF;
  padding: 5px min(5.7142857143vw, 80px) 20px min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__list {
    margin: 50px auto 0;
    padding: 60px 48px;
  }
}
#page-website main .sec-voice .voice {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice {
    padding: unset;
  }
}
#page-website main .sec-voice .voice + .voice {
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice + .voice {
    margin-top: 40px;
    padding-top: 50px;
  }
}
#page-website main .sec-voice .voice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice a {
    display: block;
  }
}
#page-website main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-website main .sec-voice .voice a:hover .voice-contents::after {
  left: 10px;
}
#page-website main .sec-voice .voice-image {
  max-width: 300px;
  margin-right: min(5.7142857143vw, 80px);
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-website main .sec-voice .voice-contents {
  max-width: 440px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-contents {
    padding-bottom: 50px;
  }
}
#page-website main .sec-voice .voice-contents::after {
  content: "";
  background: url(../../assets/img/voice-arow.png) center center no-repeat;
  width: 70px;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-website main .sec-voice .voice-contents h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-contents h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
  }
}
#page-website main .sec-voice .voice-contents .cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-contents .cat {
    margin-top: 48px;
  }
}
#page-website main .sec-voice .voice-contents .cat li {
  background-color: #282828;
  font-size: 1.4rem;
  padding: 6px 12px;
  color: #FFFFFF;
  border-radius: 20px;
  line-height: 1;
}
#page-website main .sec-voice .voice-contents .cat li + li {
  margin-left: 10px;
}
#page-website main .sec-voice .voice-detail {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-detail {
    margin-top: 35px;
    display: block;
  }
}
#page-website main .sec-voice .voice-detail .company {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-detail .company {
    margin-left: unset;
  }
}
#page-website main .sec-voice .voice-name {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .voice-name {
    margin-top: unset;
  }
}
#page-website main .sec-voice .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice .button {
    margin: 60px auto 0;
  }
}
#page-website main .sec-voice__bottom {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 80px;
  bottom: -120px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__bottom {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    left: -50px;
    bottom: -82px;
  }
}
#page-website main .sec-voice__line {
  position: absolute;
  bottom: 100px;
  right: -26px;
  width: 20%;
  height: 150%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-voice__line {
    display: none;
  }
}
#page-website main .sec-voice__line-inner {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  letter-spacing: 0.02em;
}
#page-website main .sec-faq {
  padding: 107px 0 240px;
}
@media screen and (max-width: 800px) {
  #page-website main .sec-faq {
    padding: 10px 0 110px;
  }
}

#page-meo main .sec-top::after {
  content: "";
  background: url(../../assets/img/meo/meo-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
#page-meo main .sec-about {
  background-color: #282828;
  padding: 230px 100px 190px 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about {
    padding: 90px 40px 60px;
    display: block;
  }
}
#page-meo main .sec-about__right {
  max-width: 723px;
}
#page-meo main .sec-about__right--head {
  max-width: 420px;
  margin: 0 auto;
}
#page-meo main .sec-about__right--head h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__right--head h2 {
    font-size: 5.3rem;
  }
}
#page-meo main .sec-about__right--image {
  width: 234px;
  margin: 174px auto 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__right--image {
    width: 140px;
    margin: 50px auto 0;
  }
}
#page-meo main .sec-about__right--label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__right--label {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.38;
    margin-top: 10px;
    text-align: center;
  }
}
#page-meo main .sec-about__right--read {
  margin-top: 100px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__right--read {
    margin-top: 60px;
    letter-spacing: 0.12em;
  }
}
#page-meo main .sec-about__right--bottom {
  width: 453px;
  margin: 130px auto 0 120px;
  font-family: din-2014, sans-serif;
  font-size: min(4.7142857143vw, 66px);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__right--bottom {
    display: none;
  }
}
#page-meo main .sec-about__right--bottom span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(255, 255, 255, 0);
}
#page-meo main .sec-about__left {
  max-width: 600px;
  margin-top: 120px;
  margin-left: min(12.1428571429vw, 170px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left {
    margin-top: 140px;
    margin-left: unset;
  }
}
#page-meo main .sec-about__left::after {
  content: "";
  background: url(../../assets/img/website/about-deg.webp) center center no-repeat;
  width: 40vw;
  height: 153vw;
  background-size: contain;
  position: absolute;
  top: min(-5vw, -70px);
  right: min(-7.1428571429vw, -100px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left::after {
    background: url(../../assets/img/website/about-deg-sp.webp) center center no-repeat;
    background-size: contain;
    top: -4%;
    right: -20px;
    width: 86vw;
    height: 650vw;
  }
}
#page-meo main .sec-about__left--read {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left--read {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
#page-meo main .sec-about__left--list {
  margin-top: 128px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left--list {
    margin-top: 50px;
    position: relative;
    z-index: 30;
  }
}
#page-meo main .sec-about__left .about-list {
  max-width: 440px;
}
#page-meo main .sec-about__left .about-list + .about-list {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left .about-list + .about-list {
    margin-top: 60px;
  }
}
#page-meo main .sec-about__left .about-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-meo main .sec-about__left .about-list__num {
  width: min(7.8571428571vw, 110px);
  height: min(7.8571428571vw, 110px);
  background-color: #fff;
  color: #282828;
  font-family: "Noto Serif JP", serif;
  font-size: min(3vw, 42px);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 21px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left .about-list__num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    margin-right: 16px;
  }
}
#page-meo main .sec-about__left .about-list__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  width: calc(100% - min(7.8571428571vw, 110px) - 21px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left .about-list__title {
    font-size: 1.8rem;
    line-height: 1.6;
    width: calc(100% - 66px);
    letter-spacing: 0.12em;
  }
}
#page-meo main .sec-about__left .about-list__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-about__left .about-list__text {
    margin-top: 24px;
  }
}
#page-meo main .sec-feature {
  margin-top: 240px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature {
    margin-top: 80px;
  }
}
#page-meo main .sec-feature::before {
  content: "";
  width: 68%;
  height: 360vw;
  background-color: #E5E5E5;
  position: absolute;
  top: 60px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature::before {
    width: 75%;
    height: 1655vw;
    top: 30px;
  }
}
#page-meo main .sec-feature h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature h2 {
    font-size: 5.4rem;
    padding: 0 32px;
  }
}
#page-meo main .sec-feature__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature__label {
    font-size: 1.8rem;
    line-height: 1.38;
    margin: 10px auto 0;
    padding: 0 32px;
  }
}
#page-meo main .sec-feature__read {
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 70px;
  text-align: center;
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature__read {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 32px;
  }
}
#page-meo main .sec-feature__image {
  max-width: 1013px;
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature__image {
    width: 100%;
    padding: 0 32px;
  }
}
#page-meo main .sec-feature__list {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature__list {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 32px;
  }
}
#page-meo main .sec-feature .feature {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature {
    display: block;
    padding: 50px 0;
  }
}
#page-meo main .sec-feature .feature:last-child {
  border-bottom: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature:last-child {
    border-bottom: unset;
    padding-bottom: 0;
  }
}
#page-meo main .sec-feature .feature-left {
  width: calc(100% - 500px);
  max-width: 440px;
  margin-right: 60px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left {
    width: 100%;
    margin: 0 auto;
  }
}
#page-meo main .sec-feature .feature-left__num {
  padding-left: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left__num {
    font-size: 1.6rem;
  }
}
#page-meo main .sec-feature .feature-left__num span {
  font-size: 3.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left__num span {
    font-size: 2.6rem;
    margin-left: 5px;
  }
}
#page-meo main .sec-feature .feature-left__num::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-meo main .sec-feature .feature-left__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left__title {
    font-size: 2.6rem;
    line-height: 1.38;
    margin-top: 16px;
  }
}
#page-meo main .sec-feature .feature-left__read {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left__read {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#page-meo main .sec-feature .feature-left__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-left__text {
    margin-top: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
#page-meo main .sec-feature .feature-image {
  width: 500px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .feature-image {
    width: 100%;
    margin: 23px auto 0;
  }
}
#page-meo main .sec-feature .achieve {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto 0;
  background-color: rgba(192, 192, 192, 0.3843137255);
  padding: 90px 70px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve {
    width: 80%;
    margin: 60px auto 0;
    padding: 50px 30px;
  }
}
#page-meo main .sec-feature .achieve h3 {
  text-align: center;
  font-size: 2.6rem;
}
#page-meo main .sec-feature .achieve-read {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
#page-meo main .sec-feature .achieve-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve-box {
    display: block;
    margin-top: 40px;
  }
}
#page-meo main .sec-feature .achieve-box__head {
  font-size: 1.8rem;
  font-weight: 500;
}
#page-meo main .sec-feature .achieve-box__head span {
  color: #fff;
  font-size: 1.4rem;
  background-color: #282828;
  border-radius: 30px;
  line-height: 1;
  padding: 6px 15px 8px;
  letter-spacing: 0.08em;
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve-box__head span {
    display: block;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-meo main .sec-feature .achieve-box__image {
  margin-top: 16px;
}
#page-meo main .sec-feature .achieve-box__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve-box__text {
    margin-top: 14px;
  }
}
#page-meo main .sec-feature .achieve-box__contents {
  width: 45.4%;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve-box__contents {
    width: 100%;
  }
  #page-meo main .sec-feature .achieve-box__contents + .achieve-box__contents {
    margin-top: 50px;
  }
}
#page-meo main .sec-feature .achieve .button {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-feature .achieve .button {
    margin: 40px auto 0;
  }
}
#page-meo main .sec-flow {
  margin-top: 400px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
#page-meo main .sec-flow::after {
  content: "";
  background: url(../../assets/img/about/service-back.png) center center repeat;
  width: 100vw;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-meo main .sec-flow__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-meo main .sec-flow h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow h2 {
    font-size: 5.4rem;
  }
}
#page-meo main .sec-flow__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
    margin-left: unset;
  }
}
#page-meo main .sec-flow__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__read {
    line-height: 2;
    text-align: left;
  }
}
#page-meo main .sec-flow__list {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
#page-meo main .sec-flow .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow {
    display: block;
  }
}
#page-meo main .sec-flow .flow + .flow {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow + .flow {
    margin-top: 125px;
  }
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow + .flow::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/frow-arrow.png) center center no-repeat;
    width: 20px;
    height: 40px;
    background-size: cover;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: unset;
    top: -85px;
  }
}
#page-meo main .sec-flow .flow-image {
  width: min(15.7142857143vw, 220px);
  margin-right: min(5.1428571429vw, 72px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-image {
    width: 180px;
    margin: 0 auto;
  }
}
#page-meo main .sec-flow .flow-image::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/frow-arrow.png) center center no-repeat;
  width: 24px;
  height: min(3.4285714286vw, 48px);
  background-size: contain;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: min(-4.2857142857vw, -60px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-image::after {
    content: none;
  }
}
#page-meo main .sec-flow .flow:last-child .flow-image::after {
  content: none;
}
#page-meo main .sec-flow .flow-text {
  width: calc(100% - min(15.7142857143vw, 220px));
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-text {
    width: 100%;
    margin-top: 25px;
  }
}
#page-meo main .sec-flow .flow-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#page-meo main .sec-flow .flow-head__num {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 18px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-head__num {
    font-size: 3rem;
    margin-right: 10px;
  }
}
#page-meo main .sec-flow .flow-head__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-head__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: unset;
  }
}
#page-meo main .sec-flow .flow-head__title span {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-head__title span {
    line-height: 1;
    font-size: 1.8rem;
  }
}
#page-meo main .sec-flow .flow-detail {
  line-height: 2;
  max-width: 606px;
  margin-top: 18px;
}
#page-meo main .sec-flow .flow-contents {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-contents {
    margin-top: 40px;
  }
}
#page-meo main .sec-flow .flow-contents__list + .flow-contents__list {
  margin-top: 60px;
}
#page-meo main .sec-flow .flow-contents__list--title {
  font-size: 1.8rem;
  font-weight: 600;
}
#page-meo main .sec-flow .flow-contents__list--text {
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow .flow-contents__list--text {
    margin-top: 20px;
  }
}
#page-meo main .sec-flow__after {
  margin-top: 120px;
  background-color: rgba(217, 217, 217, 0.6);
  padding: 60px 70px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__after {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
#page-meo main .sec-flow__after--title {
  padding-left: 36px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__after--title {
    font-size: 2rem;
    line-height: 1;
  }
}
#page-meo main .sec-flow__after--title::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
}
#page-meo main .sec-flow__after--list {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__after--list {
    margin-top: 30px;
    line-height: 1.75;
  }
}
#page-meo main .sec-flow__after--list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__after--list li + li {
    margin-top: 30px;
  }
}
#page-meo main .sec-flow__line {
  position: absolute;
  width: 200%;
  left: 0;
  bottom: min(-4.2857142857vw, -60px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__line {
    bottom: -25px;
  }
}
#page-meo main .sec-flow__line--inner {
  font-size: min(21.4285714286vw, 300px);
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: bg-marquee 120s linear infinite;
          animation: bg-marquee 120s linear infinite;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-flow__line--inner {
    font-size: 13rem;
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-meo main .line {
  position: relative;
  background-color: #f4f4f4;
}
#page-meo main .line-contents {
  position: absolute;
  top: min(21.9285714286vw, 307px);
  left: min(5.9285714286vw, 83px);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .line-contents {
    top: 85px;
    left: unset;
    right: -345px;
  }
}
#page-meo main .line-contents__head {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  #page-meo main .line-contents__head {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
#page-meo main .line-contents__bottom {
  font-size: 2.4rem;
  margin-top: 32px;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 800px) {
  #page-meo main .line-contents__bottom {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;
  }
}
#page-meo main .line-contents__bottom span {
  color: #fff;
}
#page-meo main .sec-work {
  background-color: #282828;
  color: #fff;
  margin-top: -2px;
  padding-bottom: 240px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work {
    padding: 0 23px 100px;
  }
}
#page-meo main .sec-work h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work h2 {
    font-size: 5.4rem;
  }
}
#page-meo main .sec-work__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
  }
}
#page-meo main .sec-work__read {
  margin-top: 70px;
  text-align: center;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work__read {
    margin-top: 60px;
    text-align: left;
    line-height: 2;
  }
}
#page-meo main .sec-work__list {
  margin: 120px auto 0;
  max-width: 1038px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work__list {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-meo main .sec-work .work + .work {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work + .work {
    margin-top: 30px;
  }
}
#page-meo main .sec-work .work a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work a {
    display: block;
    background-color: #0168B5;
    padding: 40px 30px 50px;
  }
}
#page-meo main .sec-work .work:nth-child(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#page-meo main .sec-work .work:nth-child(even) .work-contents {
  padding: min(5vw, 70px) min(5vw, 70px) min(5vw, 70px) min(14.2857142857vw, 200px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work:nth-child(even) .work-contents {
    padding: unset;
  }
}
#page-meo main .sec-work .work:nth-child(even) .work-left {
  margin-right: 0;
  margin-left: 16px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work:nth-child(even) .work-left {
    margin-left: unset;
  }
}
#page-meo main .sec-work .work:nth-child(even) .work-image {
  margin-left: 0;
  margin-right: -130px;
}
#page-meo main .sec-work .work-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: sideways-rl;
      -ms-writing-mode: sideways-rl;
          writing-mode: sideways-rl;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  margin-right: 16px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-left {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    font-size: 1.6rem;
    line-height: 1;
    margin-right: unset;
    width: 100%;
  }
}
#page-meo main .sec-work .work .company {
  margin-bottom: 15px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work .company {
    display: none;
  }
}
#page-meo main .sec-work .work-contents {
  background-color: #0168B5;
  padding: min(5vw, 70px) min(14.2857142857vw, 200px) min(5vw, 70px) min(5vw, 70px);
  color: #fff;
  max-width: 700px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-contents {
    background-color: unset;
    padding: unset;
  }
}
#page-meo main .sec-work .work-contents h2 {
  font-weight: 400;
  font-size: 2.4rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  text-align: left;
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-contents h2 {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-top: 16px;
  }
}
#page-meo main .sec-work .work-contents__head {
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  margin-top: 10px;
}
#page-meo main .sec-work .work-contents__cat {
  margin-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-meo main .sec-work .work-contents__cat li {
  background-color: #fff;
  color: #282828;
  padding: 8px 17px 7px;
  line-height: 1;
  font-family: din-2014, sans-serif;
  border-radius: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-contents__cat li {
    font-size: 1.4rem;
    border-radius: 23px;
    padding: 5px 12px;
    letter-spacing: 0.1em;
  }
}
#page-meo main .sec-work .work-contents__cat li + li {
  margin-left: 10px;
}
#page-meo main .sec-work .work-contents__read {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-contents__read {
    margin-top: 22px;
    letter-spacing: 0.12em;
  }
}
#page-meo main .sec-work .work-image {
  width: 43%;
  margin-left: -130px;
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .work-image {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-meo main .sec-work .button-wh {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-work .button-wh {
    margin: 60px auto 0;
  }
}
#page-meo main .sec-voice {
  padding-bottom: 113px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice {
    padding-bottom: 90px;
  }
}
#page-meo main .sec-voice__inner {
  background: url(../../assets/img/website/voice-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 240px 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__inner {
    padding: 90px 23px 100px;
  }
}
#page-meo main .sec-voice h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice h2 {
    font-size: 5.4rem;
  }
}
#page-meo main .sec-voice__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
  }
}
#page-meo main .sec-voice__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__read {
    text-align: left;
    line-height: 2;
  }
}
#page-meo main .sec-voice__list {
  max-width: 1000px;
  margin: 120px auto 0;
  background-color: #FFFFFF;
  padding: 5px min(5.7142857143vw, 80px) 20px min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__list {
    margin: 50px auto 0;
    padding: 60px 48px;
  }
}
#page-meo main .sec-voice .voice {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice {
    padding: unset;
  }
}
#page-meo main .sec-voice .voice + .voice {
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice + .voice {
    margin-top: 40px;
    padding-top: 50px;
  }
}
#page-meo main .sec-voice .voice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice a {
    display: block;
  }
}
#page-meo main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-meo main .sec-voice .voice a:hover .voice-contents::after {
  left: 10px;
}
#page-meo main .sec-voice .voice-image {
  max-width: 300px;
  margin-right: min(5.7142857143vw, 80px);
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-meo main .sec-voice .voice-contents {
  max-width: 440px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-contents {
    padding-bottom: 50px;
  }
}
#page-meo main .sec-voice .voice-contents::after {
  content: "";
  background: url(../../assets/img/voice-arow.png) center center no-repeat;
  width: 70px;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-meo main .sec-voice .voice-contents h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-contents h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
  }
}
#page-meo main .sec-voice .voice-contents .cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-contents .cat {
    margin-top: 48px;
  }
}
#page-meo main .sec-voice .voice-contents .cat li {
  background-color: #282828;
  font-size: 1.4rem;
  padding: 6px 10px;
  color: #FFFFFF;
  border-radius: 20px;
  line-height: 1;
}
#page-meo main .sec-voice .voice-contents .cat li + li {
  margin-left: 10px;
}
#page-meo main .sec-voice .voice-detail {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-detail {
    margin-top: 35px;
    display: block;
  }
}
#page-meo main .sec-voice .voice-detail .company {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-detail .company {
    margin-left: unset;
  }
}
#page-meo main .sec-voice .voice-name {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .voice-name {
    margin-top: unset;
  }
}
#page-meo main .sec-voice .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice .button {
    margin: 60px auto 0;
  }
}
#page-meo main .sec-voice__bottom {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 80px;
  bottom: -120px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__bottom {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    left: -50px;
    bottom: -82px;
  }
}
#page-meo main .sec-voice__line {
  position: absolute;
  bottom: 100px;
  right: -26px;
  width: 20%;
  height: 150%;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-voice__line {
    display: none;
  }
}
#page-meo main .sec-voice__line-inner {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  letter-spacing: 0.02em;
}
#page-meo main .sec-faq {
  padding: 107px 0 240px;
}
@media screen and (max-width: 800px) {
  #page-meo main .sec-faq {
    padding: 10px 0 110px;
  }
}

#page-ad main .sec-top::after {
  content: "";
  background: url(../../assets/img/meo/meo-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-top__read {
    letter-spacing: 0;
  }
}
#page-ad main .sec-top__read .point span {
  display: inline;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-top__read .point span {
    letter-spacing: -0.4em;
    padding: unset;
  }
}
#page-ad main .sec-about {
  background-color: #282828;
  padding: 230px min(7.1428571429vw, 100px) 190px 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about {
    padding: 90px 40px 60px;
    display: block;
  }
}
#page-ad main .sec-about__right {
  max-width: 723px;
}
#page-ad main .sec-about__right--head {
  width: 58%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--head {
    width: 100%;
  }
}
#page-ad main .sec-about__right--head h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--head h2 {
    font-size: 5.3rem;
  }
}
#page-ad main .sec-about__right--image {
  width: 83.7%;
  margin: 174px auto 0 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--image {
    width: 292px;
    margin: 50px auto 0;
  }
}
#page-ad main .sec-about__right--label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--label {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.38;
    margin-top: 10px;
    text-align: center;
  }
}
#page-ad main .sec-about__right--read {
  margin-top: 100px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--read {
    margin-top: 60px;
    letter-spacing: 0.12em;
  }
}
#page-ad main .sec-about__right--bottom {
  width: 453px;
  margin: 130px auto 0 120px;
  font-family: din-2014, sans-serif;
  font-size: min(4.7142857143vw, 66px);
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__right--bottom {
    display: none;
  }
}
#page-ad main .sec-about__right--bottom span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  color: rgba(255, 255, 255, 0);
}
#page-ad main .sec-about__left {
  max-width: 600px;
  margin-top: 120px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left {
    margin-top: 140px;
    margin-left: unset;
  }
}
#page-ad main .sec-about__left::after {
  content: "";
  background: url(../../assets/img/website/about-deg.webp) center center no-repeat;
  width: 40vw;
  height: 153vw;
  background-size: contain;
  position: absolute;
  top: min(-5vw, -70px);
  right: min(-7.1428571429vw, -100px);
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left::after {
    background: url(../../assets/img/website/about-deg-sp.webp) center center no-repeat;
    background-size: contain;
    top: -4%;
    right: -20px;
    width: 86vw;
    height: 650vw;
  }
}
#page-ad main .sec-about__left--read {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left--read {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
#page-ad main .sec-about__left--list {
  margin-top: 128px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left--list {
    margin-top: 50px;
    position: relative;
    z-index: 30;
  }
}
#page-ad main .sec-about__left .about-list {
  max-width: 440px;
}
#page-ad main .sec-about__left .about-list + .about-list {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left .about-list + .about-list {
    margin-top: 60px;
  }
}
#page-ad main .sec-about__left .about-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-ad main .sec-about__left .about-list__num {
  width: min(7.8571428571vw, 110px);
  height: min(7.8571428571vw, 110px);
  background-color: #fff;
  color: #282828;
  font-family: "Noto Serif JP", serif;
  font-size: min(3vw, 42px);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 21px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left .about-list__num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    margin-right: 16px;
  }
}
#page-ad main .sec-about__left .about-list__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  width: calc(100% - min(7.8571428571vw, 110px) - 21px);
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left .about-list__title {
    font-size: 1.8rem;
    line-height: 1.6;
    width: calc(100% - 66px);
    letter-spacing: 0.12em;
  }
}
#page-ad main .sec-about__left .about-list__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-about__left .about-list__text {
    margin-top: 24px;
  }
}
#page-ad main .sec-feature {
  margin-top: 240px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature {
    margin-top: 80px;
  }
}
#page-ad main .sec-feature::before {
  content: "";
  width: 68%;
  height: 167vw;
  background-color: #E5E5E5;
  position: absolute;
  top: 60px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature::before {
    width: 75%;
    height: 685vw;
    top: 30px;
  }
}
#page-ad main .sec-feature h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature h2 {
    font-size: 5.4rem;
    padding: 0 32px;
  }
}
#page-ad main .sec-feature__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature__label {
    font-size: 1.8rem;
    line-height: 1.38;
    margin: 10px auto 0;
    padding: 0 32px;
  }
}
#page-ad main .sec-feature__read {
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 70px;
  text-align: center;
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature__read {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 32px;
  }
}
#page-ad main .sec-feature__image {
  max-width: 1013px;
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature__image {
    width: 100%;
    padding: 0 32px;
  }
}
#page-ad main .sec-feature__list {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature__list {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 32px;
  }
}
#page-ad main .sec-feature .feature {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature {
    display: block;
    padding: 50px 0;
  }
}
#page-ad main .sec-feature .feature:last-child {
  border-bottom: 1px solid #C0C0C0;
}
#page-ad main .sec-feature .feature-left {
  width: calc(100% - 500px);
  max-width: 440px;
  margin-right: 60px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left {
    width: 100%;
    margin: 0 auto;
  }
}
#page-ad main .sec-feature .feature-left__num {
  padding-left: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left__num {
    font-size: 1.6rem;
  }
}
#page-ad main .sec-feature .feature-left__num span {
  font-size: 3.2rem;
  margin-left: 10px;
  line-height: 1;
  vertical-align: sub;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left__num span {
    font-size: 2.6rem;
    margin-left: 5px;
  }
}
#page-ad main .sec-feature .feature-left__num::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-ad main .sec-feature .feature-left__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left__title {
    font-size: 2.6rem;
    line-height: 1.38;
    margin-top: 16px;
    letter-spacing: 0.04em;
  }
}
#page-ad main .sec-feature .feature-left__read {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left__read {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#page-ad main .sec-feature .feature-left__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-left__text {
    margin-top: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
#page-ad main .sec-feature .feature-image {
  width: 500px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .feature-image {
    width: 100%;
    margin: 23px auto 0;
  }
}
#page-ad main .sec-feature .achieve {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto 0;
  background-color: rgba(192, 192, 192, 0.3843137255);
  padding: 90px 70px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve {
    width: 80%;
    margin: 60px auto 0;
    padding: 50px 30px;
  }
}
#page-ad main .sec-feature .achieve h3 {
  text-align: center;
  font-size: 2.6rem;
}
#page-ad main .sec-feature .achieve-read {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
#page-ad main .sec-feature .achieve-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve-box {
    display: block;
    margin-top: 40px;
  }
}
#page-ad main .sec-feature .achieve-box__head {
  font-size: 1.8rem;
  font-weight: 500;
}
#page-ad main .sec-feature .achieve-box__head span {
  color: #fff;
  font-size: 1.4rem;
  background-color: #282828;
  border-radius: 30px;
  padding: 5px 15px;
  letter-spacing: 0.08em;
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve-box__head span {
    display: block;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-ad main .sec-feature .achieve-box__image {
  margin-top: 16px;
}
#page-ad main .sec-feature .achieve-box__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve-box__text {
    margin-top: 14px;
  }
}
#page-ad main .sec-feature .achieve-box__contents {
  width: 45.4%;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve-box__contents {
    width: 100%;
  }
  #page-ad main .sec-feature .achieve-box__contents + .achieve-box__contents {
    margin-top: 50px;
  }
}
#page-ad main .sec-feature .achieve .button {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-feature .achieve .button {
    margin: 40px auto 0;
  }
}
#page-ad main .sec-flow {
  margin-top: 400px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
#page-ad main .sec-flow::after {
  content: "";
  background: url(../../assets/img/about/service-back.png) center center repeat;
  width: 100vw;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-ad main .sec-flow__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-ad main .sec-flow h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow h2 {
    font-size: 5.4rem;
  }
}
#page-ad main .sec-flow__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
    margin-left: unset;
  }
}
#page-ad main .sec-flow__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__read {
    line-height: 2;
    text-align: left;
  }
}
#page-ad main .sec-flow__list {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
#page-ad main .sec-flow .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow {
    display: block;
  }
}
#page-ad main .sec-flow .flow + .flow {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow + .flow {
    margin-top: 125px;
  }
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow + .flow::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/frow-arrow.png) center center no-repeat;
    width: 20px;
    height: 40px;
    background-size: cover;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: unset;
    top: -85px;
  }
}
#page-ad main .sec-flow .flow-image {
  width: min(15.7142857143vw, 220px);
  margin-right: min(5.1428571429vw, 72px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-image {
    width: 180px;
    margin: 0 auto;
  }
}
#page-ad main .sec-flow .flow-image::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/frow-arrow.png) center center no-repeat;
  width: 24px;
  height: min(3.4285714286vw, 48px);
  background-size: cover;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: min(-4.2857142857vw, -60px);
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-image::after {
    content: none;
  }
}
#page-ad main .sec-flow .flow:last-child .flow-image::after {
  content: none;
}
#page-ad main .sec-flow .flow-text {
  width: calc(100% - min(15.7142857143vw, 220px));
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-text {
    width: 100%;
    margin-top: 25px;
  }
}
#page-ad main .sec-flow .flow-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-ad main .sec-flow .flow-head__num {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 18px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-head__num {
    font-size: 3rem;
    margin-right: 10px;
  }
}
#page-ad main .sec-flow .flow-head__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-head__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: unset;
  }
}
#page-ad main .sec-flow .flow-head__title span {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-head__title span {
    line-height: 1;
    font-size: 1.8rem;
  }
}
#page-ad main .sec-flow .flow-detail {
  line-height: 2;
  max-width: 606px;
  margin-top: 18px;
}
#page-ad main .sec-flow .flow-contents {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-contents {
    margin-top: 40px;
  }
}
#page-ad main .sec-flow .flow-contents__list + .flow-contents__list {
  margin-top: 60px;
}
#page-ad main .sec-flow .flow-contents__list--title {
  font-size: 1.8rem;
  font-weight: 600;
}
#page-ad main .sec-flow .flow-contents__list--text {
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow .flow-contents__list--text {
    margin-top: 20px;
  }
}
#page-ad main .sec-flow__after {
  margin-top: 120px;
  background-color: rgba(217, 217, 217, 0.6);
  padding: 60px 70px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__after {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
#page-ad main .sec-flow__after--title {
  padding-left: 36px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__after--title {
    font-size: 2rem;
    line-height: 1;
  }
}
#page-ad main .sec-flow__after--title::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
}
#page-ad main .sec-flow__after--list {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__after--list {
    margin-top: 30px;
    line-height: 1.75;
  }
}
#page-ad main .sec-flow__after--list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__after--list li + li {
    margin-top: 30px;
  }
}
#page-ad main .sec-flow__line {
  position: absolute;
  width: 200%;
  left: 0;
  bottom: min(-4.2857142857vw, -60px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__line {
    bottom: -25px;
  }
}
#page-ad main .sec-flow__line--inner {
  font-size: min(21.4285714286vw, 300px);
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: bg-marquee 120s linear infinite;
          animation: bg-marquee 120s linear infinite;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-flow__line--inner {
    font-size: 13rem;
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-ad main .line {
  position: relative;
  background-color: #f4f4f4;
}
#page-ad main .line-contents {
  position: absolute;
  top: min(21.6428571429vw, 303px);
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .line-contents {
    top: 80px;
    left: unset;
    right: -202px;
  }
}
#page-ad main .line-contents__head {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-ad main .line-contents__head {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
#page-ad main .line-contents__bottom {
  font-size: 2.4rem;
  margin-top: 32px;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-ad main .line-contents__bottom {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;
  }
}
#page-ad main .sec-price {
  padding: 260px 0 240px;
  background: url(../../assets/img/ad/price-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price {
    padding: 80px 25px 100px;
    background: url(../../assets/img/ad/price-back-sp.webp) center center no-repeat;
    background-size: cover;
  }
}
#page-ad main .sec-price__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price__inner {
    width: 100%;
  }
}
#page-ad main .sec-price h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price h2 {
    font-size: 5.4rem;
  }
}
#page-ad main .sec-price__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price__label {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-ad main .sec-price__contents {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price__contents {
    display: block;
    margin-top: 60px;
  }
}
#page-ad main .sec-price .price {
  width: 49%;
  background-color: #fff;
  min-height: 344px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price .price {
    width: 100%;
    min-height: auto;
  }
  #page-ad main .sec-price .price + .price {
    margin-top: 20px;
  }
}
#page-ad main .sec-price .price h3 {
  background-color: #282828;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price .price h3 span {
    font-size: 1.6rem;
  }
}
#page-ad main .sec-price .price ul {
  padding: 35px 45px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price .price ul {
    padding: 30px;
  }
}
#page-ad main .sec-price .price ul span {
  font-size: 1.4rem;
}
#page-ad main .sec-price .price ul li + li {
  margin-top: 15px;
}
#page-ad main .sec-price .price-memo {
  max-width: 353px;
  margin: 24px auto 0;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price .price-memo {
    padding: 0 30px 40px;
    margin: -10px auto;
    letter-spacing: 0.02em;
  }
}
#page-ad main .sec-price__buttom {
  color: #fff;
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price__buttom {
    margin-top: 40px;
  }
}
#page-ad main .sec-price .button {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-price .button {
    margin: 50px auto 0;
  }
}
#page-ad main .sec-price .button a:hover {
  background-color: #fff;
  color: #282828;
}
#page-ad main .sec-price .button a:hover::after {
  background: url(../../assets/img/right-arrow_bl.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: contain;
  right: 20px;
}
#page-ad main .sec-voice {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice {
    padding-bottom: 90px;
  }
}
#page-ad main .sec-voice__inner {
  background: url(../../assets/img/website/voice-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 240px 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice__inner {
    padding: 90px 23px 100px;
  }
}
#page-ad main .sec-voice h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice h2 {
    font-size: 5.4rem;
  }
}
#page-ad main .sec-voice__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
  }
}
#page-ad main .sec-voice__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice__read {
    text-align: left;
    line-height: 2;
  }
}
#page-ad main .sec-voice__list {
  max-width: 1000px;
  margin: 120px auto 0;
  background-color: #FFFFFF;
  padding: 5px min(5.7142857143vw, 80px) 20px min(7.1428571429vw, 100px);
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice__list {
    margin: 50px auto 0;
    padding: 60px 48px;
  }
}
#page-ad main .sec-voice .voice {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice {
    padding: unset;
  }
}
#page-ad main .sec-voice .voice + .voice {
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice + .voice {
    margin-top: 40px;
    padding-top: 50px;
  }
}
#page-ad main .sec-voice .voice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice a {
    display: block;
  }
}
#page-ad main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-ad main .sec-voice .voice a:hover .voice-contents::after {
  left: 10px;
}
#page-ad main .sec-voice .voice-image {
  max-width: 300px;
  margin-right: min(5.7142857143vw, 80px);
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-ad main .sec-voice .voice-contents {
  max-width: 440px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-contents {
    padding-bottom: 50px;
  }
}
#page-ad main .sec-voice .voice-contents::after {
  content: "";
  background: url(../../assets/img/voice-arow.png) center center no-repeat;
  width: 70px;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-ad main .sec-voice .voice-contents h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-contents h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
  }
}
#page-ad main .sec-voice .voice-contents .cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-contents .cat {
    margin-top: 48px;
  }
}
#page-ad main .sec-voice .voice-contents .cat li {
  background-color: #282828;
  font-size: 1.4rem;
  padding: 6px 10px;
  color: #FFFFFF;
  border-radius: 20px;
  line-height: 1;
}
#page-ad main .sec-voice .voice-contents .cat li + li {
  margin-left: 10px;
}
#page-ad main .sec-voice .voice-detail {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-detail {
    margin-top: 35px;
    display: block;
  }
}
#page-ad main .sec-voice .voice-detail .company {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-detail .company {
    margin-left: unset;
  }
}
#page-ad main .sec-voice .voice-name {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .voice-name {
    margin-top: unset;
  }
}
#page-ad main .sec-voice .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice .button {
    margin: 60px auto 0;
  }
}
#page-ad main .sec-voice__line {
  position: absolute;
  top: -895px;
  right: -26px;
  width: 20%;
  height: 156%;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-voice__line {
    display: none;
  }
}
#page-ad main .sec-voice__line-inner {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  letter-spacing: 0.02em;
}
#page-ad main .sec-faq {
  padding: 107px 0 240px;
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-faq {
    padding: 10px 0 110px;
  }
}
#page-ad main .sec-faq__head {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 90px;
  top: -75px;
  z-index: 50;
}
@media screen and (max-width: 800px) {
  #page-ad main .sec-faq__head {
    font-size: 1.6rem;
    left: -111px;
    top: -145px;
    letter-spacing: 0.02em;
  }
}

#page-sns main .sec-top::after {
  content: "";
  background: url(../../assets/img/sns/sns-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
#page-sns main .sec-about {
  background-color: #282828;
  padding: 230px min(7.1428571429vw, 100px) 190px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about {
    padding: 90px 40px 60px;
  }
}
#page-sns main .sec-about__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__inner {
    width: 100%;
    display: block;
  }
}
#page-sns main .sec-about__right {
  max-width: 723px;
}
#page-sns main .sec-about__right--head {
  max-width: 420px;
  margin: 0 auto;
}
#page-sns main .sec-about__right--head h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--head h2 {
    font-size: 5.3rem;
  }
}
#page-sns main .sec-about__right--image {
  width: 531px;
  margin: 250px auto 0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--image {
    width: 282px;
    margin: 60px auto 0;
  }
}
#page-sns main .sec-about__right--label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--label {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 1.38;
    margin-top: 10px;
    text-align: center;
  }
}
#page-sns main .sec-about__right--read {
  margin-top: 100px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--read {
    margin-top: 60px;
    letter-spacing: 0.12rem;
  }
}
#page-sns main .sec-about__right--read p + p {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--read p + p {
    margin-top: 0;
  }
}
#page-sns main .sec-about__right--bottom {
  width: 646px;
  margin: 207px auto 0 -130px;
  font-family: "Cormorant Garamond", serif;
  font-size: min(3.1428571429vw, 44px);
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--bottom {
    width: unset;
    margin: 24px auto 0 -80px;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}
#page-sns main .sec-about__right--bottom .bottom {
  font-size: 2.4rem;
  margin-top: 20px;
  line-height: 1.79;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__right--bottom .bottom {
    font-size: 1.6rem;
  }
}
#page-sns main .sec-about__left {
  max-width: 600px;
  margin-top: 120px;
  margin-left: min(12.1428571429vw, 170px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left {
    margin-top: 140px;
    margin-left: unset;
  }
}
#page-sns main .sec-about__left::after {
  content: "";
  background: url(../../assets/img/website/about-deg.webp) center center no-repeat;
  width: 40vw;
  height: 153vw;
  background-size: contain;
  position: absolute;
  top: min(-5vw, -70px);
  right: min(-7.1428571429vw, -100px);
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left::after {
    background: url(../../assets/img/website/about-deg-sp.webp) center center no-repeat;
    background-size: contain;
    top: -4%;
    right: -20px;
    width: 86vw;
    height: 650vw;
  }
}
#page-sns main .sec-about__left--read {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left--read {
    font-size: 2.2rem;
    letter-spacing: 0.04em;
  }
}
#page-sns main .sec-about__left--list {
  margin-top: 128px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left--list {
    margin-top: 50px;
    position: relative;
    z-index: 30;
  }
}
#page-sns main .sec-about__left .about-list {
  max-width: 440px;
}
#page-sns main .sec-about__left .about-list + .about-list {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left .about-list + .about-list {
    margin-top: 60px;
  }
}
#page-sns main .sec-about__left .about-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-sns main .sec-about__left .about-list__num {
  width: min(7.8571428571vw, 110px);
  height: min(7.8571428571vw, 110px);
  background-color: #fff;
  color: #282828;
  font-family: "Noto Serif JP", serif;
  font-size: min(3vw, 42px);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 21px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left .about-list__num {
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    margin-right: 16px;
  }
}
#page-sns main .sec-about__left .about-list__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  width: calc(100% - min(7.8571428571vw, 110px) - 21px);
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left .about-list__title {
    font-size: 1.8rem;
    line-height: 1.6;
    width: calc(100% - 66px);
    letter-spacing: 0.12em;
  }
}
#page-sns main .sec-about__left .about-list__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-about__left .about-list__text {
    margin-top: 24px;
  }
}
#page-sns main .sec-reason {
  padding: 240px 0;
  background: url(../../assets/img/sns/reason-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason {
    padding: 80px 20px 100px;
  }
}
#page-sns main .sec-reason__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__inner {
    width: 100%;
  }
}
#page-sns main .sec-reason h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason h2 {
    font-size: 5.4rem;
  }
}
#page-sns main .sec-reason__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__label {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
#page-sns main .sec-reason__read {
  font-weight: 600;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__read {
    margin-top: 60px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
#page-sns main .sec-reason__read p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, transparent), color-stop(0%, #FFFFFF));
  background: -webkit-linear-gradient(transparent 96%, #FFFFFF 0%);
  background: linear-gradient(transparent 96%, #FFFFFF 0%);
  display: inline;
  line-height: 1.66;
  padding-bottom: 8px;
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__read p {
    padding-bottom: 5px;
  }
}
#page-sns main .sec-reason__bottom {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.37;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__bottom {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}
#page-sns main .sec-reason__list {
  margin: 109px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__list {
    display: block;
    margin: 78px auto 0;
  }
}
#page-sns main .sec-reason .reason {
  background-color: #282828;
  padding-top: 105px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333333333%;
  position: relative;
  line-height: 1;
  max-height: 394px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason .reason {
    width: 100%;
    max-height: unset;
    padding: 85px 50px 60px;
  }
  #page-sns main .sec-reason .reason + .reason {
    margin-top: 60px;
  }
}
#page-sns main .sec-reason .reason-num {
  font-family: "Cormorant Garamond", serif;
  font-size: min(11.4285714286vw, 160px);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.03em;
  font-weight: 400;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -95px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason .reason-num {
    font-size: 14rem;
    top: -85px;
  }
}
#page-sns main .sec-reason .reason-image {
  width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason .reason-image {
    width: 145px;
  }
}
#page-sns main .sec-reason .reason-text {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  line-height: 1.77;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason .reason-text {
    margin-top: 0;
  }
}
#page-sns main .sec-reason__catch {
  text-align: center;
  margin-top: 100px;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-reason__catch {
    margin-top: 60px;
    font-size: 1.9rem;
  }
}
#page-sns main .sec-reason__catch span {
  display: block;
  background-color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding: 3px 15px;
}
#page-sns main .sec-reason__catch span + span {
  margin-top: -1px;
}
#page-sns main .sec-feature {
  margin-top: 240px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature {
    margin-top: 80px;
  }
}
#page-sns main .sec-feature::before {
  content: "";
  width: 68%;
  height: 196vw;
  background-color: #E5E5E5;
  position: absolute;
  top: 60px;
  z-index: -1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature::before {
    width: 75%;
    height: 685vw;
    top: 30px;
  }
}
#page-sns main .sec-feature h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature h2 {
    font-size: 5.4rem;
    padding: 0 32px;
  }
}
#page-sns main .sec-feature__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature__label {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 10px auto 0;
    padding: 0 32px;
  }
}
#page-sns main .sec-feature__read {
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 70px;
  text-align: center;
  line-height: 1.66;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature__read {
    margin-top: 40px;
    font-size: 2rem;
    line-height: 1.6;
    padding: 0 32px;
  }
}
#page-sns main .sec-feature__image {
  max-width: 1013px;
  width: 90%;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature__image {
    width: 100%;
    padding: 0 32px;
  }
}
#page-sns main .sec-feature__list {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature__list {
    width: 100%;
    margin: 60px auto 0;
    padding: 0 32px;
  }
}
#page-sns main .sec-feature .feature {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature {
    display: block;
    padding: 50px 0;
  }
}
#page-sns main .sec-feature .feature:last-child {
  border-bottom: 1px solid #C0C0C0;
}
#page-sns main .sec-feature .feature-left {
  width: calc(100% - 500px);
  max-width: 440px;
  margin-right: 60px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left {
    width: 100%;
    margin: 0 auto;
  }
}
#page-sns main .sec-feature .feature-left__num {
  padding-left: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left__num {
    font-size: 1.6rem;
  }
}
#page-sns main .sec-feature .feature-left__num span {
  font-size: 3.2rem;
  margin-left: 10px;
  line-height: 1;
  vertical-align: sub;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left__num span {
    font-size: 2.6rem;
    margin-left: 5px;
  }
}
#page-sns main .sec-feature .feature-left__num::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-sns main .sec-feature .feature-left__title {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left__title {
    font-size: 2.6rem;
    line-height: 1.38;
    margin-top: 16px;
    letter-spacing: 0;
  }
  #page-sns main .sec-feature .feature-left__title span {
    letter-spacing: -0.12em;
  }
}
#page-sns main .sec-feature .feature-left__read {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.66;
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left__read {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
#page-sns main .sec-feature .feature-left__text {
  margin-top: 30px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-left__text {
    margin-top: 22px;
    line-height: 2;
    letter-spacing: 0.15em;
  }
}
#page-sns main .sec-feature .feature-image {
  width: 500px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .feature-image {
    width: 100%;
    margin: 23px auto 0;
  }
}
#page-sns main .sec-feature .achieve {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto 0;
  background-color: rgba(192, 192, 192, 0.3843137255);
  padding: 90px 70px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve {
    width: 80%;
    margin: 60px auto 0;
    padding: 50px 30px;
  }
}
#page-sns main .sec-feature .achieve h3 {
  text-align: center;
  font-size: 2.6rem;
}
#page-sns main .sec-feature .achieve-read {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
#page-sns main .sec-feature .achieve-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve-box {
    display: block;
    margin-top: 40px;
  }
}
#page-sns main .sec-feature .achieve-box__head {
  font-size: 1.8rem;
  font-weight: 500;
}
#page-sns main .sec-feature .achieve-box__head span {
  color: #fff;
  font-size: 1.4rem;
  background-color: #282828;
  border-radius: 30px;
  padding: 5px 15px;
  letter-spacing: 0.08em;
  margin-right: 12px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve-box__head span {
    display: block;
    margin-right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page-sns main .sec-feature .achieve-box__image {
  margin-top: 16px;
}
#page-sns main .sec-feature .achieve-box__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve-box__text {
    margin-top: 14px;
  }
}
#page-sns main .sec-feature .achieve-box__contents {
  width: 45.4%;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve-box__contents {
    width: 100%;
  }
  #page-sns main .sec-feature .achieve-box__contents + .achieve-box__contents {
    margin-top: 50px;
  }
}
#page-sns main .sec-feature .achieve .button {
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-feature .achieve .button {
    margin: 40px auto 0;
  }
}
#page-sns main .sec-flow {
  margin-top: 400px;
  padding-bottom: 260px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow {
    margin-top: 0;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
#page-sns main .sec-flow::after {
  content: "";
  background: url(../../assets/img/about/service-back.png) center center repeat;
  width: 100vw;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-sns main .sec-flow__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__inner {
    width: 100%;
    padding: 0 25px;
  }
}
#page-sns main .sec-flow h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow h2 {
    font-size: 5.4rem;
  }
}
#page-sns main .sec-flow__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__label {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 10px;
    margin-left: unset;
  }
}
#page-sns main .sec-flow__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__read {
    line-height: 2;
    text-align: left;
  }
}
#page-sns main .sec-flow__list {
  margin-top: 120px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__list {
    margin-top: 60px;
    padding: 0 15px;
  }
}
#page-sns main .sec-flow .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow {
    display: block;
  }
}
#page-sns main .sec-flow .flow + .flow {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow + .flow {
    margin-top: 125px;
  }
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow + .flow::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/frow-arrow.png) center center no-repeat;
    width: 20px;
    height: 40px;
    background-size: cover;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: unset;
    top: -85px;
  }
}
#page-sns main .sec-flow .flow-image {
  width: min(15.7142857143vw, 220px);
  margin-right: min(5.1428571429vw, 72px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-image {
    width: 180px;
    margin: 0 auto;
  }
}
#page-sns main .sec-flow .flow-image::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/frow-arrow.png) center center no-repeat;
  width: 24px;
  height: min(3.4285714286vw, 48px);
  background-size: cover;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: min(-4.2857142857vw, -60px);
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-image::after {
    content: none;
  }
}
#page-sns main .sec-flow .flow:last-child .flow-image::after {
  content: none;
}
#page-sns main .sec-flow .flow-text {
  width: calc(100% - min(15.7142857143vw, 220px));
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-text {
    width: 100%;
    margin-top: 25px;
  }
}
#page-sns main .sec-flow .flow-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-sns main .sec-flow .flow-head__num {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  margin-right: 18px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-head__num {
    font-size: 3rem;
    margin-right: 10px;
  }
}
#page-sns main .sec-flow .flow-head__title {
  font-size: 2.8rem;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-head__title {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-top: unset;
  }
}
#page-sns main .sec-flow .flow-head__title span {
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-head__title span {
    line-height: 1;
    font-size: 1.8rem;
  }
}
#page-sns main .sec-flow .flow-detail {
  line-height: 2;
  max-width: 606px;
  margin-top: 18px;
}
#page-sns main .sec-flow .flow-contents {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-contents {
    margin-top: 40px;
  }
}
#page-sns main .sec-flow .flow-contents__list + .flow-contents__list {
  margin-top: 60px;
}
#page-sns main .sec-flow .flow-contents__list--title {
  font-size: 1.8rem;
  font-weight: 600;
}
#page-sns main .sec-flow .flow-contents__list--text {
  margin-top: 26px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow .flow-contents__list--text {
    margin-top: 20px;
  }
}
#page-sns main .sec-flow__after {
  margin-top: 120px;
  background-color: rgba(217, 217, 217, 0.6);
  padding: 60px 70px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__after {
    margin-top: 60px;
    padding: 40px 30px;
  }
}
#page-sns main .sec-flow__after--title {
  padding-left: 36px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__after--title {
    font-size: 2rem;
    line-height: 1;
  }
}
#page-sns main .sec-flow__after--title::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
}
#page-sns main .sec-flow__after--list {
  margin-top: 40px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__after--list {
    margin-top: 30px;
    line-height: 1.75;
  }
}
#page-sns main .sec-flow__after--list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__after--list li + li {
    margin-top: 30px;
  }
}
#page-sns main .sec-flow__line {
  position: absolute;
  width: 200%;
  left: 0;
  bottom: min(-4.2857142857vw, -60px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__line {
    bottom: -25px;
  }
}
#page-sns main .sec-flow__line--inner {
  font-size: min(21.4285714286vw, 300px);
  color: #FFFFFF;
  letter-spacing: 0.02em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: bg-marquee 120s linear infinite;
          animation: bg-marquee 120s linear infinite;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-flow__line--inner {
    font-size: 13rem;
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-sns main .line {
  position: relative;
  background-color: #f4f4f4;
}
#page-sns main .line-contents {
  position: absolute;
  top: min(21.9285714286vw, 307px);
  left: min(5.9285714286vw, 83px);
  z-index: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .line-contents {
    top: 80px;
    left: unset;
    right: -202px;
  }
}
#page-sns main .line-contents__head {
  font-size: 5rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  #page-sns main .line-contents__head {
    font-size: 2.6rem;
    letter-spacing: 0.03em;
  }
}
#page-sns main .line-contents__bottom {
  font-size: 2.4rem;
  margin-top: 32px;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 800px) {
  #page-sns main .line-contents__bottom {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 13px;
  }
}
#page-sns main .line-contents__bottom span {
  color: #fff;
}
#page-sns main .sec-voice {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice {
    padding-bottom: 90px;
  }
}
#page-sns main .sec-voice__inner {
  background: url(../../assets/img/website/voice-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding: 240px 0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice__inner {
    padding: 90px 23px 100px;
  }
}
#page-sns main .sec-voice h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice h2 {
    font-size: 5.4rem;
  }
}
#page-sns main .sec-voice__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
  }
}
#page-sns main .sec-voice__read {
  text-align: center;
  margin-top: 60px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice__read {
    text-align: left;
    line-height: 2;
  }
}
#page-sns main .sec-voice__list {
  max-width: 1000px;
  margin: 120px auto 0;
  background-color: #FFFFFF;
  padding: 5px min(5.7142857143vw, 80px) 20px min(7.1428571429vw, 100px);
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice__list {
    margin: 50px auto 0;
    padding: 60px 48px;
  }
}
#page-sns main .sec-voice .voice {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice {
    padding: unset;
  }
}
#page-sns main .sec-voice .voice + .voice {
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice + .voice {
    margin-top: 40px;
    padding-top: 50px;
  }
}
#page-sns main .sec-voice .voice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice a {
    display: block;
  }
}
#page-sns main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-sns main .sec-voice .voice a:hover .voice-contents::after {
  left: 10px;
}
#page-sns main .sec-voice .voice-image {
  max-width: 300px;
  margin-right: min(5.7142857143vw, 80px);
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-image {
    max-width: 100%;
    margin: 0 auto;
  }
}
#page-sns main .sec-voice .voice-contents {
  max-width: 440px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-contents {
    padding-bottom: 50px;
  }
}
#page-sns main .sec-voice .voice-contents::after {
  content: "";
  background: url(../../assets/img/voice-arow.png) center center no-repeat;
  width: 70px;
  height: 10px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-sns main .sec-voice .voice-contents h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-contents h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 20px;
  }
}
#page-sns main .sec-voice .voice-contents .cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-contents .cat {
    margin-top: 48px;
  }
}
#page-sns main .sec-voice .voice-contents .cat li {
  background-color: #282828;
  font-size: 1.4rem;
  padding: 6px 10px;
  color: #FFFFFF;
  border-radius: 20px;
  line-height: 1;
}
#page-sns main .sec-voice .voice-contents .cat li + li {
  margin-left: 10px;
}
#page-sns main .sec-voice .voice-detail {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-detail {
    margin-top: 35px;
    display: block;
  }
}
#page-sns main .sec-voice .voice-detail .company {
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-detail .company {
    margin-left: unset;
  }
}
#page-sns main .sec-voice .voice-name {
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .voice-name {
    margin-top: unset;
  }
}
#page-sns main .sec-voice .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice .button {
    margin: 60px auto 0;
  }
}
#page-sns main .sec-voice__bottom {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  position: absolute;
  left: 80px;
  bottom: -120px;
}
#page-sns main .sec-voice__line {
  position: absolute;
  top: -895px;
  right: -26px;
  width: 20%;
  height: 161%;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-voice__line {
    display: none;
  }
}
#page-sns main .sec-voice__line-inner {
  font-size: min(24.2857142857vw, 340px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 700;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  letter-spacing: 0.02em;
}
#page-sns main .line-en {
  position: relative;
  left: 80px;
  top: -45px;
}
@media screen and (max-width: 800px) {
  #page-sns main .line-en {
    left: -140px;
    width: 600px;
  }
}
#page-sns main .line-en p {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  z-index: 30;
}
@media screen and (max-width: 800px) {
  #page-sns main .line-en p {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
#page-sns main .sec-faq {
  padding: 50px 0 240px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-sns main .sec-faq {
    padding: 10px 0 110px;
  }
}

#page-works main .sec-top::after {
  content: "";
  background: url(../../assets/img/works-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
#page-works main .sec-top__read .point {
  letter-spacing: 0.2em;
}
#page-works main .sec-top__read span {
  letter-spacing: 0.13em;
}
#page-works main .sec-works {
  margin-top: 29px;
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works {
    margin: 0 auto 100px;
    padding: 0 40px;
  }
}
#page-works main .sec-works__list {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px min(7.7142857143vw, 108px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works__list {
    width: 100%;
    display: block;
  }
}
#page-works main .sec-works .works {
  width: calc(50% - min(3.8571428571vw, 54px));
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works .works {
    width: 100%;
  }
  #page-works main .sec-works .works + .works {
    margin-top: 70px;
  }
}
#page-works main .sec-works .works a:hover {
  opacity: 0.6;
}
#page-works main .sec-works .works-thumbnail {
  width: 100%;
  max-width: 445px;
  aspect-ratio: 445/270;
  overflow: hidden;
}
#page-works main .sec-works .works-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-works main .sec-works .works-title {
  margin-top: 30px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works .works-title {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}
#page-works main .sec-works .works-company {
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works .works-company {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
#page-works main .sec-works .works-cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works .works-cat {
    margin-top: 22px;
  }
}
#page-works main .sec-works .works-cat li {
  font-size: 1.4rem;
  color: #fff;
  background-color: #282828;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 20px;
}
#page-works main .sec-works .works-cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-works main .sec-works .works-cat li + li {
    margin-left: 6px;
  }
}
#page-works main .sec-works .pagination {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-works main .sec-works .pagination .page-numbers {
  margin: 0 12px;
  font-size: 2rem;
  font-family: din-2014, sans-serif;
}
#page-works main .sec-works .pagination .current {
  color: #fff;
  background-color: #282828;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#page-works main .sec-works .pagination .prev {
  width: 52px;
  margin-right: 38px;
}
#page-works main .sec-works .pagination .next {
  width: 52px;
  margin-left: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 800px) {
  #page-works-detail main .sec-top {
    padding-bottom: 50px;
  }
}
#page-works-detail main .sec-top::after {
  content: "";
  background: url(../../assets/img/works-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#page-works-detail main .sec-top__read .point {
  letter-spacing: 0.2em;
}
#page-works-detail main .sec-top__read span {
  letter-spacing: 0.13em;
}
#page-works-detail main .sec-works {
  background-color: #fff;
  padding: 100px 0 220px;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works {
    padding: 28px 25px 100px;
  }
}
#page-works-detail main .sec-works__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works__inner {
    width: 100%;
  }
}
#page-works-detail main .sec-works__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#page-works-detail main .sec-works__head .date {
  font-size: 1.4rem;
  font-family: din-2014, sans-serif;
}
#page-works-detail main .sec-works__head .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
#page-works-detail main .sec-works__head li {
  color: #fff;
  background-color: #282828;
  font-size: 1.4rem;
  padding: 6px 10px;
  border-radius: 20px;
  line-height: 1;
}
#page-works-detail main .sec-works__head li + li {
  margin-left: 10px;
}
#page-works-detail main .sec-works .title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .title {
    font-size: 2rem;
    margin-top: 15px;
  }
}
#page-works-detail main .sec-works .company {
  margin-top: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .company {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
#page-works-detail main .sec-works .contents {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents {
    margin-top: 60px;
  }
}
#page-works-detail main .sec-works .contents-kv {
  width: 100%;
  height: 405px;
  background-color: #0168B5;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents-kv {
    height: 180px;
  }
}
#page-works-detail main .sec-works .contents-kv img {
  max-width: 737px;
  margin: 120px auto 0;
  height: auto;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents-kv img {
    width: 295px;
    margin: 45px auto 0;
  }
}
#page-works-detail main .sec-works .contents-detail {
  margin-top: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents-detail {
    margin-top: 115px;
    display: block;
  }
}
#page-works-detail main .sec-works .contents .table {
  width: 50%;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .table {
    width: 100%;
  }
}
#page-works-detail main .sec-works .contents .table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 32px 0;
  border-top: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .table dl {
    display: block;
    padding: 25px;
  }
}
#page-works-detail main .sec-works .contents .table dl:last-child {
  border-bottom: 1px solid #C0C0C0;
}
#page-works-detail main .sec-works .contents .table dt {
  width: 190px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .table dt {
    width: 100%;
    text-align: left;
  }
}
#page-works-detail main .sec-works .contents .table dd {
  width: calc(100% - 190px);
  letter-spacing: 0.08em;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .table dd {
    width: 100%;
    margin-top: 5px;
  }
}
#page-works-detail main .sec-works .contents .text {
  width: 44%;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .text {
    width: 100%;
    margin-top: 70px;
  }
}
#page-works-detail main .sec-works .contents .text h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  color: #404040;
  line-height: 1;
}
#page-works-detail main .sec-works .contents .text p {
  margin-top: 15px;
  line-height: 2;
}
#page-works-detail main .sec-works .contents .text-bottom {
  margin-top: 50px;
}
#page-works-detail main .sec-works .contents .pc-design {
  margin: 120px auto 0;
  max-width: 800px;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .pc-design {
    margin: 80px auto 0;
  }
}
#page-works-detail main .sec-works .contents .pc-design h3 {
  color: #0168B5;
  font-size: 3.2rem;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .pc-design h3 {
    font-size: 2.2rem;
  }
}
#page-works-detail main .sec-works .contents .pc-design__contents {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .pc-design__contents {
    margin-top: 20px;
    display: block;
  }
}
#page-works-detail main .sec-works .contents .pc-design__image {
  width: 46.3%;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .pc-design__image {
    width: 100%;
    margin: 0 auto;
  }
  #page-works-detail main .sec-works .contents .pc-design__image + .pc-design__image {
    margin-top: 40px;
  }
}
#page-works-detail main .sec-works .contents .pc-design__image img {
  height: auto;
}
#page-works-detail main .sec-works .contents .sp-design {
  max-width: 800px;
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .sp-design {
    margin: 80px auto 0;
  }
}
#page-works-detail main .sec-works .contents .sp-design h3 {
  color: #0168B5;
  font-size: 3.2rem;
  font-family: din-2014, sans-serif;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .sp-design h3 {
    font-size: 2.2rem;
  }
}
#page-works-detail main .sec-works .contents .sp-design__contents {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .sp-design__contents {
    display: block;
    margin-top: 40px;
  }
}
#page-works-detail main .sec-works .contents .sp-design__image {
  width: 29.4%;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .sp-design__image {
    width: 61.5%;
    margin: 0 auto;
  }
  #page-works-detail main .sec-works .contents .sp-design__image + .sp-design__image {
    margin-top: 30px;
  }
}
#page-works-detail main .sec-works .contents .sp-design__image img {
  height: auto;
}
#page-works-detail main .sec-works .contents .design-text {
  margin: 30px auto 0;
  max-width: 673px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .contents .design-text {
    margin-top: 40px;
  }
}
#page-works-detail main .sec-works .voice {
  max-width: 800px;
  margin: 140px auto 0;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice {
    margin: 70px auto 0;
  }
}
#page-works-detail main .sec-works .voice a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../../assets/img/bnr_voice.jpg) center center no-repeat;
  width: 100%;
  height: 230px;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice a {
    background: url(../../assets/img/bnr_voice-sp.jpg) center center no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    padding-top: 20px;
    height: 120px;
  }
}
#page-works-detail main .sec-works .voice a:hover {
  background: url(../../assets/img/bnr_voice_hover.jpg) center center no-repeat;
  width: 100%;
  height: 230px;
  background-size: cover;
}
#page-works-detail main .sec-works .voice a:hover .voice-arrow {
  background: url(../../assets/img/arrow-circle-wh-arrow.png) center center no-repeat;
  background-size: contain;
}
#page-works-detail main .sec-works .voice h2 {
  font-size: min(5.7142857143vw, 80px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #fff;
  padding-left: min(7.2857142857vw, 102px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice h2 {
    font-size: 4.2rem;
    padding-left: 45px;
  }
}
#page-works-detail main .sec-works .voice h2::before {
  content: "";
  width: 25%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice h2::before {
    width: 30px;
    top: 80%;
  }
}
#page-works-detail main .sec-works .voice-label {
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice-label {
    font-size: 1.4rem;
  }
}
#page-works-detail main .sec-works .voice-arrow {
  background: url(../../assets/img/arrow-circle-wh.png) center center no-repeat;
  width: 62px;
  height: 62px;
  background-size: contain;
  margin: 0 60px 0 auto;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .voice-arrow {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: unset;
  }
}
#page-works-detail main .sec-works .button {
  margin: 140px auto 0;
}
@media screen and (max-width: 800px) {
  #page-works-detail main .sec-works .button {
    margin: 60px auto 0;
  }
}

#page-voice main .sec-top::after {
  content: "";
  background: url(../../assets/img/voice-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-voice main .sec-top__read .point {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-top__read .point {
    padding: 2px 14px;
  }
}
#page-voice main .sec-top__read span {
  letter-spacing: 0.13em;
}
#page-voice main .sec-voice {
  margin-top: 24px;
  margin-bottom: 160px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice {
    margin-top: 0;
    padding: 0 25px;
  }
}
#page-voice main .sec-voice__head {
  margin: 120px auto 0;
  max-width: 1000px;
  width: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice__head {
    width: 100%;
    margin: 60px auto 0;
    display: block;
    padding: 0 15px;
  }
}
#page-voice main .sec-voice__head-number {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.16em;
}
#page-voice main .sec-voice__head-number .number {
  font-size: 2.6rem;
}
#page-voice main .sec-voice__head-number .unit {
  font-size: 1.8rem;
}
#page-voice main .sec-voice__head-cat {
  margin-left: 18px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice__head-cat {
    margin-left: 0;
  }
}
#page-voice main .sec-voice__list {
  max-width: 1000px;
  width: 90%;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 100px min(3.5714285714vw, 50px);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice__list {
    width: 100%;
    padding: 0 15px;
    margin: 50px auto 0;
    display: block;
  }
}
#page-voice main .sec-voice__category {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px min(4.2857142857vw, 60px) 50px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice__category {
    width: 100%;
    margin: 0 auto;
    padding: 30px 25px;
  }
}
#page-voice main .sec-voice__category h3 {
  font-family: din-2014, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice__category h3 {
    font-size: 1.6rem;
  }
}
#page-voice main .sec-voice .category {
  margin-top: 20px;
  background-color: #F4F4F4;
  padding: 20px min(3.5714285714vw, 50px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .category {
    display: block;
  }
}
#page-voice main .sec-voice .category-label {
  width: 120px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .category-label {
    width: 100%;
  }
}
#page-voice main .sec-voice .category-list {
  width: calc(100% - 120px);
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  border-left: 1px solid #C0C0C0;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .category-list {
    width: 100%;
    padding-left: unset;
    border-left: unset;
    gap: 14px 22px;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid #C0C0C0;
  }
}
#page-voice main .sec-voice .category-list label {
  width: calc(25% - 20px);
  position: relative;
  padding-left: 27px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .category-list label {
    width: calc(50% - 22px);
    font-size: 1.4rem;
    letter-spacing: 0.08rem;
    padding-left: 20px;
  }
}
#page-voice main .sec-voice .category-list label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #282828;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page-voice main .sec-voice .category-list label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 48%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  width: 10px;
  height: 10px;
  background-color: #282828;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
#page-voice main .sec-voice .category-list label:has(input:checked)::after {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
#page-voice main .sec-voice .category-list input[type=checkbox] {
  display: none;
}
#page-voice main .sec-voice .category + .category {
  margin-top: 14px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .category + .category {
    margin-top: 10px;
  }
}
#page-voice main .sec-voice .voice {
  width: calc(33.3333333333% - min(3.5714285714vw, 50px));
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .voice {
    width: 100%;
  }
  #page-voice main .sec-voice .voice + .voice {
    margin-top: 70px;
  }
}
#page-voice main .sec-voice .voice a:hover {
  opacity: 0.6;
}
#page-voice main .sec-voice .voice-thumbnail {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/180;
  overflow: hidden;
}
#page-voice main .sec-voice .voice-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-voice main .sec-voice .voice-detail {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #C0C0C0;
}
#page-voice main .sec-voice .voice-detail p + p {
  margin-left: 5px;
}
#page-voice main .sec-voice .voice-title {
  margin-top: 19px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .voice-title {
    margin-top: 14px;
  }
}
#page-voice main .sec-voice .voice-cat {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-voice main .sec-voice .voice-cat li {
  font-size: 1.4rem;
  color: #fff;
  background-color: #282828;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 20px;
}
#page-voice main .sec-voice .voice-cat li + li {
  margin-left: 10px;
}
#page-voice main .sec-voice .pagination {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination {
    margin-top: 80px;
  }
}
#page-voice main .sec-voice .pagination .page-numbers {
  margin: 0 12px;
  font-size: 2rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .page-numbers {
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
#page-voice main .sec-voice .pagination .small {
  margin-left: 20px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .small {
    margin-left: 5px;
    padding-left: 30px;
  }
}
#page-voice main .sec-voice .pagination .small::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .small::before {
    width: 20px;
  }
}
#page-voice main .sec-voice .pagination .big {
  margin-right: 20px;
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .big {
    margin-right: 5px;
    padding-right: 30px;
  }
}
#page-voice main .sec-voice .pagination .big::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .big::before {
    width: 20px;
  }
}
#page-voice main .sec-voice .pagination .current {
  color: #fff;
  background-color: #282828;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .current {
    width: 34px;
    height: 34px;
  }
}
#page-voice main .sec-voice .pagination .prev {
  width: 52px;
  margin-right: 38px;
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .prev {
    margin-right: 20px;
  }
}
#page-voice main .sec-voice .pagination .next {
  width: 52px;
  margin-left: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  #page-voice main .sec-voice .pagination .next {
    margin-left: 20px;
  }
}

#page-voice-detail main {
  margin-bottom: 220px;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-top {
    padding-bottom: 50px;
  }
}
#page-voice-detail main .sec-top::after {
  content: "";
  background: url(../../assets/img/voice-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-voice-detail main .sec-top__read .point {
  letter-spacing: 0.2em;
}
#page-voice-detail main .sec-top__read span {
  letter-spacing: 0.13em;
}
#page-voice-detail main .sec-detail {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail {
    padding: 40px 20px 60px;
  }
}
#page-voice-detail main .sec-detail__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head {
    padding-bottom: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#page-voice-detail main .sec-detail__head-left {
  width: 55.4%;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head-left {
    width: 56%;
  }
}
#page-voice-detail main .sec-detail__head-right {
  width: 37.5%;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head-right {
    width: 120px;
  }
}
#page-voice-detail main .sec-detail__head-right img {
  height: auto;
}
#page-voice-detail main .sec-detail__head .title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .title {
    font-size: 2rem;
    width: 177%;
  }
}
#page-voice-detail main .sec-detail__head .cat {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .cat {
    display: block;
  }
}
#page-voice-detail main .sec-detail__head .cat li {
  font-size: 1.4rem;
  color: #fff;
  background-color: #282828;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page-voice-detail main .sec-detail__head .cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .cat li + li {
    margin-left: unset;
    margin-top: 8px;
  }
}
#page-voice-detail main .sec-detail__head .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .info {
    display: block;
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
#page-voice-detail main .sec-detail__head .company {
  margin-left: 12px;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .company {
    margin-left: unset;
  }
}
#page-voice-detail main .sec-detail__head .name {
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__head .name {
    font-size: 1.6rem;
  }
}
#page-voice-detail main .sec-detail__contents {
  margin: 60px auto 0;
  max-width: 640px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__contents {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-voice-detail main .sec-detail__contents img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__contents img {
    margin: 0 auto 30px;
  }
}
#page-voice-detail main .sec-detail__contents p,
#page-voice-detail main .sec-detail__contents ul {
  margin-bottom: 60px;
  line-height: 2;
}
#page-voice-detail main .sec-detail__contents h1, #page-voice-detail main .sec-detail__contents h2, #page-voice-detail main .sec-detail__contents h3, #page-voice-detail main .sec-detail__contents h4, #page-voice-detail main .sec-detail__contents h5, #page-voice-detail main .sec-detail__contents h6 {
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__contents h1, #page-voice-detail main .sec-detail__contents h2, #page-voice-detail main .sec-detail__contents h3, #page-voice-detail main .sec-detail__contents h4, #page-voice-detail main .sec-detail__contents h5, #page-voice-detail main .sec-detail__contents h6 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
#page-voice-detail main .sec-detail__contents h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .sec-detail__contents h2 {
    font-size: 1.8rem;
  }
}
#page-voice-detail main .sec-detail__contents > *:last-child {
  margin-bottom: 0;
}
#page-voice-detail main .button {
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-voice-detail main .button {
    margin: 60px auto 0;
  }
}

#page-information main .sec-top::after {
  content: "";
  background: url(../../assets/img/info-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-information main .sec-top__read .point {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-top__read .point {
    padding: 5px 10px;
  }
}
#page-information main .sec-top__read span {
  letter-spacing: 0.13em;
}
#page-information main .sec-info {
  margin: 64px auto 160px;
  max-width: 1000px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info {
    margin: 0 auto 100px;
    width: 100%;
  }
}
#page-information main .sec-info__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info__head {
    display: block;
    padding: 0 20px;
  }
}
#page-information main .sec-info__head-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info__head-cat {
    gap: 0 17px;
  }
}
#page-information main .sec-info__head-cat a {
  border-bottom: 1px solid #282828;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 5px;
}
#page-information main .sec-info__head-cat a:hover {
  color: #0168B5;
  border-bottom: 1px solid #0168B5;
}
#page-information main .sec-info__head-cat .current {
  color: #0168B5;
  border-bottom: 1px solid #0168B5;
}
#page-information main .sec-info__head-number {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info__head-number {
    margin-top: 70px;
    padding: 0 20px;
  }
}
#page-information main .sec-info__head-number .number {
  font-size: 2.6rem;
}
#page-information main .sec-info__head-number .unit {
  font-size: 1.8rem;
}
#page-information main .sec-info__list {
  margin: 70px auto 0;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info__list {
    width: 78.6%;
    margin: 0 auto;
  }
}
#page-information main .sec-info .info {
  border-bottom: 1px solid #c0c0c0;
}
#page-information main .sec-info .info:last-child {
  border-bottom: unset;
}
#page-information main .sec-info .info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info a {
    display: block;
    padding: 40px 0;
  }
}
#page-information main .sec-info .info a:hover {
  opacity: 0.6;
}
#page-information main .sec-info .info-thumbnail {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 300/180;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info-thumbnail {
    max-width: 295px;
    aspect-ratio: 295/179;
    margin: 0 auto;
  }
}
#page-information main .sec-info .info-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#page-information main .sec-info .info-detail {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info-detail {
    margin-left: unset;
    margin-top: 15px;
  }
}
#page-information main .sec-info .info-detail .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-information main .sec-info .info-detail .date {
  font-family: din-2014, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  font-size: normal;
}
#page-information main .sec-info .info-detail .cat {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info-detail .cat {
    margin-left: 20px;
  }
}
#page-information main .sec-info .info-detail .title {
  margin-top: 22px;
  font-size: 1.8rem;
  line-height: 1.77;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info-detail .title {
    margin-top: 12px;
  }
}
#page-information main .sec-info .info-detail .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-information main .sec-info .info-detail .cat li {
  font-size: 1.2rem;
  color: #fff;
  background-color: #282828;
  padding: 6px 14px;
  line-height: 1;
  border-radius: 20px;
  letter-spacing: 0.01em;
}
#page-information main .sec-info .info-detail .cat li + li {
  margin-left: 10px;
}
#page-information main .sec-info .info-detail .exp {
  margin-top: 15px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .info-detail .exp {
    margin-top: 20px;
  }
}
#page-information main .sec-info .pagination {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination {
    margin-top: 40px;
  }
}
#page-information main .sec-info .pagination .page-numbers {
  margin: 0 12px;
  font-size: 2rem;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .page-numbers {
    font-size: 1.6rem;
    margin: 0 5px;
  }
}
#page-information main .sec-info .pagination .small {
  margin-left: 20px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .small {
    margin-left: 5px;
    padding-left: 30px;
  }
}
#page-information main .sec-info .pagination .small::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .small::before {
    width: 20px;
  }
}
#page-information main .sec-info .pagination .big {
  margin-right: 20px;
  padding-right: 60px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .big {
    margin-right: 5px;
    padding-right: 30px;
  }
}
#page-information main .sec-info .pagination .big::before {
  content: "";
  width: 34px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .big::before {
    width: 20px;
  }
}
#page-information main .sec-info .pagination .current {
  color: #fff;
  background-color: #282828;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .current {
    width: 34px;
    height: 34px;
  }
}
#page-information main .sec-info .pagination .prev {
  width: 52px;
  margin-right: 38px;
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .prev {
    margin-right: 20px;
  }
}
#page-information main .sec-info .pagination .next {
  width: 52px;
  margin-left: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 800px) {
  #page-information main .sec-info .pagination .next {
    margin-left: 20px;
  }
}

#page-information-detail main {
  margin-bottom: 220px;
}
@media screen and (max-width: 800px) {
  #page-information-detail main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-top {
    padding-bottom: 50px;
  }
}
#page-information-detail main .sec-top::after {
  content: "";
  background: url(../../assets/img/info-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-information-detail main .sec-detail {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail {
    padding: 40px 20px 60px;
    width: 89.3%;
  }
}
#page-information-detail main .sec-detail__head {
  padding-bottom: 40px;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__head {
    padding-bottom: 30px;
  }
}
#page-information-detail main .sec-detail__head h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: normal;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__head h2 {
    font-size: 2rem;
  }
}
#page-information-detail main .sec-detail__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
#page-information-detail main .sec-detail__info .date {
  font-size: 1.4rem;
}
#page-information-detail main .sec-detail__info .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__info .cat {
    margin-left: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
  }
}
#page-information-detail main .sec-detail__info .cat li {
  font-size: 1.2rem;
  font-family: din-2014, sans-serif;
  color: #fff;
  background-color: #282828;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 20px;
}
#page-information-detail main .sec-detail__info .cat li + li {
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__info .cat li + li {
    margin-left: unset;
  }
}
#page-information-detail main .sec-detail__contents {
  margin: 60px auto 0;
  max-width: 640px;
  width: 90%;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__contents {
    width: 100%;
    margin: 40px auto 0;
  }
}
#page-information-detail main .sec-detail__contents img {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__contents img {
    margin: 0 auto 30px;
  }
}
#page-information-detail main .sec-detail__contents p,
#page-information-detail main .sec-detail__contents ul {
  margin-bottom: 60px;
  line-height: 2;
}
#page-information-detail main .sec-detail__contents h1, #page-information-detail main .sec-detail__contents h2, #page-information-detail main .sec-detail__contents h3, #page-information-detail main .sec-detail__contents h4, #page-information-detail main .sec-detail__contents h5, #page-information-detail main .sec-detail__contents h6 {
  margin-bottom: 40px;
  line-height: 1.6;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__contents h1, #page-information-detail main .sec-detail__contents h2, #page-information-detail main .sec-detail__contents h3, #page-information-detail main .sec-detail__contents h4, #page-information-detail main .sec-detail__contents h5, #page-information-detail main .sec-detail__contents h6 {
    padding-bottom: 30px;
  }
}
#page-information-detail main .sec-detail__contents h2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .sec-detail__contents h2 {
    font-size: 1.8rem;
  }
}
#page-information-detail main .sec-detail__contents > *:last-child {
  margin-bottom: 0;
}
#page-information-detail main .button {
  margin: 100px auto 0;
}
@media screen and (max-width: 800px) {
  #page-information-detail main .button {
    margin: 60px auto 0;
  }
}

#page-faq main .sec-top {
  padding-bottom: 0;
}
#page-faq main .sec-top__read .point {
  padding: 12px 22px 6px;
}
@media screen and (max-width: 800px) {
  #page-faq main .sec-top__read .point {
    padding: 10px;
  }
  #page-faq main .sec-top__read .point + span {
    letter-spacing: 0.12em;
  }
}
#page-faq main .sec-top::after {
  content: "";
  background: url(../../assets/img/faq/faq-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-faq main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-faq main .sec-faq {
  padding: 0;
  margin-top: 206px;
  margin-bottom: 220px;
}
@media screen and (max-width: 800px) {
  #page-faq main .sec-faq {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
#page-faq main .sec-faq__contents {
  margin-top: 0;
}
#page-faq main .sec-faq__contents + .sec-faq__contents {
  margin-top: 140px;
}
@media screen and (max-width: 800px) {
  #page-faq main .sec-faq__contents + .sec-faq__contents {
    margin-top: 70px;
  }
}
#page-faq main .sec-faq h3 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 34px;
}
@media screen and (max-width: 800px) {
  #page-faq main .sec-faq h3 {
    font-size: 2rem;
  }
}

#page-company main .sec-top__read .point {
  padding: 12px 22px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-top__read .point {
    padding: 11px 10px;
  }
}
#page-company main .sec-top::after {
  content: "";
  background: url(../../assets/img/company/company-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-company main .sec-mission {
  background: url(../../assets/img/company/mission-back.webp) center center no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  padding-bottom: 190px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission {
    padding-bottom: 60px;
  }
}
#page-company main .sec-mission h2 {
  font-size: min(18.5714285714vw, 260px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  position: relative;
  top: -90px;
  line-height: 0.9;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission h2 {
    font-size: 8rem;
    line-height: 0.8;
    top: -40px;
  }
}
#page-company main .sec-mission h2 .left {
  position: absolute;
  left: -70px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission h2 .left {
    left: -5px;
    position: static;
  }
}
#page-company main .sec-mission h2 .right {
  position: absolute;
  right: -60px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission h2 .right {
    right: 10px;
    position: static;
  }
}
#page-company main .sec-mission h2 .sm {
  font-size: min(12.8571428571vw, 180px);
  letter-spacing: -0.12em;
}
#page-company main .sec-mission__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin: 220px min(14.2857142857vw, 200px) 0 auto;
  letter-spacing: 0.16em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__label {
    font-size: 1.8rem;
    margin: 30px auto 0;
  }
}
#page-company main .sec-mission__read {
  font-weight: 600;
  font-size: 2.4rem;
  margin-top: 70px;
  text-align: center;
  line-height: 1.66;
}
#page-company main .sec-mission__image {
  width: 58.6%;
  margin-top: -195px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__image {
    width: 95%;
    margin: 60px auto 0 0;
  }
}
#page-company main .sec-mission .mission {
  background-color: #fff;
  padding: 90px min(5vw, 70px);
  max-width: 640px;
  position: relative;
  z-index: 30;
  margin: -190px min(9.2857142857vw, 130px) 0 auto;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission .mission {
    padding: 50px 30px;
    margin: 0 auto;
    width: 93.4%;
    margin: -50px 0 0 auto;
  }
}
#page-company main .sec-mission .mission h3 {
  width: 180px;
  height: 180px;
  background-color: #282828;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  position: absolute;
  right: 30px;
  top: -90px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission .mission h3 {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    right: 10px;
    top: -70px;
  }
}
#page-company main .sec-mission .mission-read {
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission .mission-read {
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
  }
}
#page-company main .sec-mission .mission-text {
  margin-top: 20px;
  line-height: 2.5;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission .mission-text {
    line-height: 1.8;
    margin-top: 25px;
    letter-spacing: 0.12rem;
  }
}
#page-company main .sec-mission__value {
  margin: -30px 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding-left: min(9.2857142857vw, 130px);
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value {
    display: block;
    margin: 0 auto;
    padding-left: unset;
  }
}
#page-company main .sec-mission__value .value {
  background-color: #282828;
  max-width: 640px;
  padding: 130px min(5vw, 70px) 90px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .value {
    width: 93.4%;
    padding: 50px 30px;
    margin: 100px auto 0 0;
  }
}
#page-company main .sec-mission__value .value-list li + li {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .value-list li + li {
    margin-top: 50px;
  }
}
#page-company main .sec-mission__value .value-list__title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .value-list__title {
    font-size: 1.8rem;
    letter-spacing: 0.08rem;
  }
}
#page-company main .sec-mission__value .value-list__text {
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .value-list__text {
    margin-top: 18px;
    line-height: 1.8;
    letter-spacing: 0.07rem;
  }
}
#page-company main .sec-mission__value h3 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  color: #282828;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 30px;
  top: -90px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value h3 {
    width: 100px;
    height: 100px;
    font-size: 1.4rem;
    left: 10px;
    top: -70px;
  }
}
#page-company main .sec-mission__value .right {
  margin-left: min(9.2857142857vw, 130px);
  margin-top: 50px;
  margin-bottom: -100px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .right {
    margin: unset;
    position: relative;
    z-index: -1;
    margin-top: -45px;
  }
}
#page-company main .sec-mission__value .right-image {
  width: 300px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .right-image {
    width: 200px;
    margin: 0 0 0 auto;
  }
}
#page-company main .sec-mission__value .right-text {
  margin-top: 104px;
  margin-right: -400px;
  margin-left: 60px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .right-text {
    margin: -170px auto 0;
    position: relative;
    z-index: 1;
    width: 335px;
    line-height: 1.3;
  }
}
#page-company main .sec-mission__value .right-text__head {
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  letter-spacing: 0.02em;
  width: 812px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .right-text__head {
    font-size: 2.6rem;
    width: 335px;
  }
}
#page-company main .sec-mission__value .right-text__bottom {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  margin-top: 28px;
  letter-spacing: 0.02em;
  line-height: 1.79;
  width: 490px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-mission__value .right-text__bottom {
    font-size: 1.6rem;
    margin-top: 20px;
    width: 335px;
    letter-spacing: 0.03em;
  }
}
#page-company main .sec-outline {
  background-color: #282828;
  padding: 240px 0 200px;
  color: #fff;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline {
    padding: 90px 20px 60px;
  }
}
#page-company main .sec-outline h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline h2 {
    font-size: 5.4rem;
  }
}
#page-company main .sec-outline__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  margin-left: 20px;
  letter-spacing: 0.16em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__label {
    font-size: 1.8rem;
    margin: 10px auto 0;
  }
}
#page-company main .sec-outline__table {
  max-width: 800px;
  width: 90%;
  margin: 88px auto 0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__table {
    width: 100%;
    margin: 60px auto 0;
  }
}
#page-company main .sec-outline__table dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__table dl {
    display: block;
    padding: 30px;
    line-height: 1;
  }
}
#page-company main .sec-outline__table .last {
  border-bottom: 1px solid #c0c0c0;
}
#page-company main .sec-outline__table dt {
  width: 210px;
  text-align: right;
  font-weight: 600;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__table dt {
    width: 100%;
    text-align: left;
  }
}
#page-company main .sec-outline__table dd {
  width: calc(100% - 210px);
  margin-left: 40px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__table dd {
    width: 100%;
    margin-left: unset;
    margin-top: 5px;
    letter-spacing: 0.08rem;
  }
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__title {
    margin-top: 20px;
  }
}
#page-company main .sec-outline__detail + .sec-outline__detail {
  margin-top: 40px;
}
#page-company main .sec-outline__detail ul {
  margin-top: 12px;
  margin-left: 20px;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-outline__detail ul {
    margin: 10px auto 0 10px;
  }
}
#page-company main .sec-message {
  padding: 180px 0 220px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message {
    padding: 90px 25px 100px;
  }
}
#page-company main .sec-message__contents {
  width: 85.7%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__contents {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
#page-company main .sec-message__left {
  width: 47.5%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__left {
    width: 100%;
  }
}
#page-company main .sec-message__right {
  width: 42.5%;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__right {
    width: 80%;
    margin: 60px auto 0;
  }
}
#page-company main .sec-message h2 {
  font-size: min(7.8571428571vw, 110px);
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message h2 {
    font-size: 5.4rem;
    text-align: center;
  }
}
#page-company main .sec-message__label {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__label {
    font-size: 1.8rem;
    line-height: 1;
    margin: 10px auto 0;
    text-align: center;
  }
}
#page-company main .sec-message__read {
  margin-top: 120px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__read {
    margin-top: 88px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}
#page-company main .sec-message__text {
  margin-top: 50px;
  line-height: 2.5;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__text {
    margin-top: 40px;
    letter-spacing: 0.12em;
  }
}
#page-company main .sec-message__text p + p {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__text p + p {
    margin-top: 30px;
  }
}
#page-company main .sec-message__detail {
  margin: 80px auto 0 0;
  max-width: 310px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail {
    max-width: 100%;
    margin: 30px auto 0;
    line-height: 1;
  }
}
#page-company main .sec-message__detail .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail .name {
    margin-top: 12px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#page-company main .sec-message__detail .name-jp {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail .name-jp {
    font-size: 2.2rem;
  }
}
#page-company main .sec-message__detail .name-en {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08em;
  margin-left: 50px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__detail .name-en {
    margin-left: 33px;
    font-size: 1.4rem;
  }
}
#page-company main .sec-message__head {
  padding-bottom: 20px;
  border-bottom: 1px solid #c0c0c0;
}
#page-company main .sec-message__bottom {
  margin-top: 30px;
  line-height: 2;
}
#page-company main .sec-message__sns {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__sns {
    margin-top: 40px;
  }
}
#page-company main .sec-message__sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#page-company main .sec-message__sns li {
  width: 52px;
}
#page-company main .sec-message__sns li + li {
  margin-left: 12px;
}
#page-company main .sec-message__sns a:hover {
  opacity: 0.6;
}
#page-company main .sec-message__line {
  position: absolute;
  top: -441px;
  left: -60px;
  width: 20%;
  height: 185%;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: unset;
    bottom: -25px;
    left: 0;
    width: 200%;
    height: auto;
  }
}
#page-company main .sec-message__line-inner {
  font-size: min(21.4285714286vw, 300px);
  color: #E5E5E5;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  font-weight: 600;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 800px) {
  #page-company main .sec-message__line-inner {
    font-size: 8em;
    -webkit-animation: bg-marquee 120s linear infinite;
            animation: bg-marquee 120s linear infinite;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    white-space: nowrap;
  }
}
@keyframes bg-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#page-contact main .sec-top__read .point {
  padding: 10px 22px 5px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-top__read .point {
    padding: 10px 12px;
    letter-spacing: 0.14em;
  }
  #page-contact main .sec-top__read .point + span {
    letter-spacing: 0.12rem;
  }
}
#page-contact main .sec-top::after {
  content: "";
  background: url(../../assets/img/contact-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-contact main .sec-form {
  background-color: #fff;
  padding: 153px 0 160px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form {
    padding: 60px 0 80px;
  }
}
#page-contact main .sec-form__inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__inner {
    width: 100%;
    padding: 0 20px;
  }
}
#page-contact main .sec-form__head {
  font-size: 3.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__head {
    font-size: 2rem;
  }
}
#page-contact main .sec-form__head span {
  display: block;
  border-bottom: 1px solid #282828;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
#page-contact main .sec-form__read {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__read {
    margin-top: 40px;
  }
}
#page-contact main .sec-form__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  gap: 0 70px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__flow {
    margin-top: 40px;
    gap: 0 16px;
  }
}
#page-contact main .sec-form__flow li {
  width: 110px;
  height: 110px;
  background-color: #282828;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__flow li {
    width: 75px;
    height: 75px;
  }
}
#page-contact main .sec-form__flow li + li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: 0;
}
#page-contact main .sec-form__flow .blue {
  background-color: #0168B5;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 86;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__flow .blue {
    width: 88px;
    height: 88px;
  }
}
#page-contact main .sec-form__flow .blue .sec-form__num {
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__flow .blue .sec-form__num {
    font-size: 2.7rem;
  }
}
#page-contact main .sec-form__flow .blue .sec-form__label {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__flow .blue .sec-form__label {
    font-size: 1.2rem;
  }
}
#page-contact main .sec-form__num {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__num {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__label {
    font-size: 1.2rem;
  }
}
#page-contact main .sec-form__contents {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto 0;
  background-color: #F4F4F4;
  padding: min(5.7142857143vw, 80px) min(5.7142857143vw, 80px) min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__contents {
    margin: 60px auto 0;
    width: 89.3%;
    padding: 50px 20px 60px;
  }
}
#page-contact main .sec-form .contents__label {
  font-family: "Cormorant Garamond", serif;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .contents__label {
    font-size: 1.2rem;
  }
}
#page-contact main .sec-form .contents h3 {
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .contents h3 {
    font-size: 2rem;
  }
}
#page-contact main .sec-form .contents h3::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page-contact main .sec-form .form {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form {
    margin-top: 40px;
  }
}
#page-contact main .sec-form .form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .item {
    display: block;
  }
}
#page-contact main .sec-form .form .item + .item {
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .item + .item {
    margin-top: 24px;
  }
}
#page-contact main .sec-form .form .item-privacy {
  width: calc(100% - 190px - 20px);
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .item-privacy {
    width: 100%;
  }
}
#page-contact main .sec-form .form .label {
  width: 190px;
  text-align: right;
  margin-right: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .label {
    width: 100%;
    margin-right: unset;
    margin-top: 0;
    text-align: left;
  }
}
#page-contact main .sec-form .form .label span {
  font-size: 1.2rem;
  color: #fff;
  background-color: #404040;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 10px;
}
#page-contact main .sec-form .form .input-box {
  width: calc(100% - 190px - 20px);
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .input-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
  }
}
#page-contact main .sec-form .form .input-box input {
  width: 100%;
}
#page-contact main .sec-form .form .input-box input::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box input::-moz-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box input:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box input::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box input::placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box textarea {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .input-box textarea {
    height: 210px;
  }
}
#page-contact main .sec-form .form .input-box textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box textarea::-moz-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box textarea:-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box textarea::-ms-input-placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .input-box textarea::placeholder {
  color: #C0C0C0;
}
#page-contact main .sec-form .form .privacy {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #c0c0c0;
  padding: 15px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .privacy {
    height: 230px;
    overflow: scroll;
  }
}
#page-contact main .sec-form .form .doui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .doui {
    margin-top: 20px;
  }
}
#page-contact main .sec-form .form .doui .check {
  margin-right: 12px;
}
#page-contact main .sec-form .form .submit {
  width: 320px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .submit {
    width: 260px;
    margin: 40px auto 0;
  }
}
#page-contact main .sec-form .form .submit .button {
  width: 100%;
  background-color: #282828;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50px;
  padding: 20px 0;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .form .submit .button {
    font-size: 2rem;
    padding: 11px 0;
  }
}
#page-contact main .sec-form .form .submit::after {
  content: "";
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact main .sec-form__detail {
  max-width: 1000px;
  width: 90%;
  margin: 120px auto 0;
  border: 1px solid #c0c0c0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form__detail {
    width: 89.3%;
    margin: 50px auto 0;
    display: block;
  }
}
#page-contact main .sec-form .detail {
  padding: min(4.2857142857vw, 60px);
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail {
    padding: 40px 25px;
  }
}
#page-contact main .sec-form .detail + .detail {
  border-left: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail + .detail {
    border-left: unset;
    border-top: 1px solid #c0c0c0;
  }
}
#page-contact main .sec-form .detail h3 {
  padding-left: 36px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail h3 {
    font-size: 2rem;
  }
}
#page-contact main .sec-form .detail h3::before {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #282828;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page-contact main .sec-form .detail__read {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__read {
    margin-top: 30px;
    line-height: 2;
  }
}
#page-contact main .sec-form .detail__tel {
  background-color: #F4F4F4;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  padding: 15px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__tel {
    font-size: 1.6rem;
    padding: 10px;
  }
}
#page-contact main .sec-form .detail__tel a {
  font-size: 3rem;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__tel a {
    font-size: 2.3rem;
    margin-left: 3px;
  }
}
#page-contact main .sec-form .detail__small {
  font-size: 1.4rem;
  margin-top: 5px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__small {
    letter-spacing: 0.12rem;
  }
}
#page-contact main .sec-form .detail__button {
  max-width: 185px;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__button {
    margin: 30px auto 0;
  }
}
#page-contact main .sec-form .detail__button a {
  color: #fff;
  background-color: #282828;
  padding: 10px 0;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact main .sec-form .detail__button a {
    padding: 7px 0;
  }
}
#page-contact main .sec-form .detail__button a::after {
  content: "";
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: cover;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#page-contact main .sec-form .detail__button a:hover {
  background-color: #0168B5;
  color: #fff;
}
#page-contact main .sec-form .detail__button a:hover::after {
  right: 15px;
}

@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-top {
    padding-bottom: 50px;
  }
}
#page-contact-confirm main .sec-top::after {
  content: "";
  background: url(../../assets/img/contact-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-contact-confirm main .sec-form {
  background-color: #fff;
  padding: 153px 0 160px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form {
    padding: 50px 25px 60px;
    width: 89.3%;
  }
}
#page-contact-confirm main .sec-form__head {
  font-size: 3.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__head {
    font-size: 2rem;
  }
}
#page-contact-confirm main .sec-form__head span {
  display: block;
  border-bottom: 1px solid #282828;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
#page-contact-confirm main .sec-form__read {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__read {
    margin-top: 40px;
    letter-spacing: 0.12rem;
  }
}
#page-contact-confirm main .sec-form__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  gap: 0 70px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__flow {
    margin-top: 40px;
    gap: 0 16px;
  }
}
#page-contact-confirm main .sec-form__flow li {
  width: 110px;
  height: 110px;
  background-color: #282828;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__flow li {
    width: 75px;
    height: 75px;
  }
}
#page-contact-confirm main .sec-form__flow li + li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: 0;
}
#page-contact-confirm main .sec-form__flow .blue {
  background-color: #0168B5;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 86;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__flow .blue {
    width: 88px;
    height: 88px;
  }
}
#page-contact-confirm main .sec-form__flow .blue .sec-form__num {
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__flow .blue .sec-form__num {
    font-size: 2.7rem;
  }
}
#page-contact-confirm main .sec-form__flow .blue .sec-form__label {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__flow .blue .sec-form__label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__label {
    font-size: 1.2rem;
  }
}
#page-contact-confirm main .sec-form__num {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__num {
    font-size: 2rem;
  }
}
#page-contact-confirm main .sec-form__contents {
  padding: min(5.7142857143vw, 80px) min(5.7142857143vw, 80px) min(7.1428571429vw, 100px);
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form__contents {
    padding: unset;
  }
}
#page-contact-confirm main .sec-form .contents {
  max-width: 800px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .contents {
    margin: 70px auto 0;
  }
}
#page-contact-confirm main .sec-form .form {
  border-top: 1px solid #c0c0c0;
}
#page-contact-confirm main .sec-form .form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .item {
    display: block;
    padding: 0;
    border-bottom: unset;
  }
  #page-contact-confirm main .sec-form .form .item + .item {
    margin-top: 40px;
  }
}
#page-contact-confirm main .sec-form .form .label {
  width: 190px;
  text-align: right;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .label {
    width: 100%;
    margin-right: unset;
    text-align: left;
  }
}
#page-contact-confirm main .sec-form .form .label span {
  font-size: 1.2rem;
  color: #fff;
  background-color: #404040;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 10px;
}
#page-contact-confirm main .sec-form .form .input-box {
  width: calc(100% - 190px - 20px);
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .input-box {
    width: 100%;
    margin-top: 15px;
  }
}
#page-contact-confirm main .sec-form .form .submit {
  max-width: 320px;
  margin: 80px auto 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .submit {
    width: 260px;
    margin: 50px auto 0;
  }
}
#page-contact-confirm main .sec-form .form .submit .button {
  width: 100%;
  background-color: #282828;
  color: #fff;
  font-size: 2.4rem;
  border-radius: 50px;
  padding: 20px 0;
  font-family: din-2014, sans-serif;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  #page-contact-confirm main .sec-form .form .submit .button {
    font-size: 2rem;
    padding: 11px 0;
  }
}
#page-contact-confirm main .sec-form .form .submit::after {
  content: "";
  background: url(../../assets/img/right-arrow_wh.png) center center no-repeat;
  width: 6px;
  height: 11px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-top {
    padding-bottom: 50px;
  }
}
#page-contact-thanks main .sec-top::after {
  content: "";
  background: url(../../assets/img/contact-kv.png) center center no-repeat;
  max-width: 1085px;
  width: 79%;
  height: 50vw;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-top::after {
    width: 100%;
    height: 64vw;
  }
}
#page-contact-thanks main .sec-form {
  background-color: #fff;
  padding: 153px 0 160px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form {
    padding: 50px 25px 60px;
    width: 89.3%;
  }
}
#page-contact-thanks main .sec-form__head {
  font-size: 3.6rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__head {
    font-size: 2rem;
  }
}
#page-contact-thanks main .sec-form__head span {
  display: block;
  border-bottom: 1px solid #282828;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
}
#page-contact-thanks main .sec-form__read {
  text-align: center;
  margin-top: 65px;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__read {
    margin-top: 40px;
    letter-spacing: 0.12rem;
  }
}
#page-contact-thanks main .sec-form__flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  gap: 0 70px;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__flow {
    margin-top: 40px;
    gap: 0 16px;
  }
}
#page-contact-thanks main .sec-form__flow li {
  width: 110px;
  height: 110px;
  background-color: #282828;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__flow li {
    width: 75px;
    height: 75px;
  }
}
#page-contact-thanks main .sec-form__flow li + li::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #282828;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
  z-index: 0;
}
#page-contact-thanks main .sec-form__flow .blue {
  background-color: #0168B5;
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 86;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__flow .blue {
    width: 88px;
    height: 88px;
  }
}
#page-contact-thanks main .sec-form__flow .blue .sec-form__num {
  font-size: 4rem;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__flow .blue .sec-form__num {
    font-size: 2.7rem;
  }
}
#page-contact-thanks main .sec-form__flow .blue .sec-form__label {
  font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__flow .blue .sec-form__label {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__label {
    font-size: 1.2rem;
  }
}
#page-contact-thanks main .sec-form__num {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form__num {
    font-size: 2rem;
  }
}
#page-contact-thanks main .sec-form .button {
  margin: 120px auto 0;
}
@media screen and (max-width: 800px) {
  #page-contact-thanks main .sec-form .button {
    margin: 60px auto 0;
  }
}/*# sourceMappingURL=style.css.map */