@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.ease-linear {
  transition: all 500ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */ }

html, body {
  width: 100%;
  color: #202020;
  /*-webkit-font-smoothing: antialiased;*/
  font-smoothing: antialiased;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  html .gl, body .gl {
    font-family: 'Gloock', serif; }
  html .en, body .en {
    font-family: 'Oswald', sans-serif, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", YuGothic, "游ゴシック Medium", YuGothic, YuGothicM, Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
  html.jsoff, body.jsoff {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    html, body {
      min-width: 0px;
      overflow-x: hidden; } }

@media screen and (max-width: 767px) {
  body {
    padding-top: 60px; } }

@media screen and (max-width: 767px) {
  body#index {
    padding-top: 0px; } }

/*Macのバウンド動作削除*/
h1, h2, h3, h4, h5, ul, p {
  margin: 0px;
  padding: 0px; }

a {
  backface-visibility: hidden;
  text-decoration: none;
  color: #fff;
  transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */ }
  a:link, a:visited, a:hover, a:active {
    color: #202020; }
  a:hover {
    opacity: 0.8 !important;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
    a:hover {
      opacity: 1 !important; } }

#mihon {
  width: 100%;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100; }
  #mihon img {
    width: 100%;
    height: auto; }

#debug {
  width: 150px;
  opacity: 0.5;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  font-size: 12px;
  background-color: #fff;
  text-align: right; }

.ie #all-loader {
  display: none; }

#all-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000; }
  #all-loader .wrap {
    width: 100%;
    height: 100%;
    position: absolute; }
    #all-loader .wrap .center {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1;
      background-color: #fff; }
      #all-loader .wrap .center .bar {
        width: 12.5%;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        transform: translate(-50%, -50%);
        background-color: #cfcfcf; }
        #all-loader .wrap .center .bar .core {
          width: 0%;
          height: 2px;
          background-color: #2c2c2c;
          transition: width 1000ms cubic-bezier(0.23, 1, 0.32, 1);
          /* easeOutQuint */ }
      #all-loader .wrap .center #clip {
        position: absolute; }
      #all-loader .wrap .center #bg {
        width: 100%;
        height: auto;
        position: relative; }
    #all-loader .wrap .bg {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      background-color: #000; }

.jsoff #wrapper {
  opacity: 1; }

#content {
  padding-left: 100px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #content {
      padding-left: 0px; } }

.col-wrap:after {
  content: "";
  display: table;
  clear: both; }

.col {
  float: left; }

@media screen and (max-width: 767px) {
  .pc {
    display: none; } }

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #202020;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

/*
 * モジュール関係
 */
.para {
  will-change: all;
  opacity: 0;
  transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.para-zoomin {
  transform: scale(0.95); }

.para-zoomout {
  transform: scale(1.05); }

.para-zoominback {
  transform: scale(0.75);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-zoomoutback {
  transform: scale(1.25);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-slideup {
  transform: translate(0, 10px); }

.para-slideupback {
  transform: translate(0, 10px);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-slidedown {
  transform: translate(0, -10px); }

.para-slideleft {
  transform: translate(15px, 0) !important; }

.para-slideleft-half {
  transform: translate(10px, 0); }

.para-slideright {
  transform: translate(-15px, 0); }

.para-slideright-half {
  transform: translate(-10px, 0); }

.para-in {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important; }

.para-slideleft2 {
  transform: translate(100px, 0);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.para-slideright2 {
  transform: translate(-100px, 0);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.android .para {
  opacity: 1; }

.android .para-zoomin {
  transform: scale(1); }

.android .para-zoomout {
  transform: scale(1); }

.android .para-zoomback {
  transform: scale(1); }

.android .para-slideup {
  transform: translate(0, 0); }

.android .para-slidedown {
  transform: translate(0, 0); }

.android .para-slideleft {
  transform: translate(0, 0); }

.android .para-slideright {
  transform: translate(0, 0); }

.vt-text {
  position: absolute;
  right: 40px;
  top: 110px;
  z-index: 0; }
  @media screen and (max-width: 1099px) {
    .vt-text {
      right: 16px; } }
  .vt-text img {
    width: 7px;
    height: auto; }

.carousel {
  display: block;
  position: relative; }
  .carousel .imgs-wrap {
    width: 100%;
    height: 796px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .carousel .imgs-wrap .leftbtn {
      display: none; }
    .carousel .imgs-wrap .rightbtn {
      display: none; }
    .carousel .imgs-wrap .imgs {
      width: 100%;
      height: 100%;
      margin-top: 0;
      margin-bottom: 0; }
      .carousel .imgs-wrap .imgs:after {
        content: "";
        display: table;
        clear: both; }
      .carousel .imgs-wrap .imgs .img {
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
        background-size: cover;
        background-position: 50% 50%; }
        .carousel .imgs-wrap .imgs .img img {
          width: 100%;
          height: auto;
          margin-bottom: 0; }
  .carousel.fadepager .imgs-wrap .imgs .img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    float: none; }
  .carousel .menu {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
    position: absolute;
    bottom: 25px;
    text-align: right;
    line-height: 0; }
    @media screen and (max-width: 767px) {
      .carousel .menu {
        padding-right: 17px;
        bottom: 12px; } }
    .carousel .menu .icon {
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 4px;
      background-color: #fff;
      margin-right: 6px;
      margin-left: 6px;
      border: 0px;
      box-sizing: border-box;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .carousel .menu .icon {
          width: 4px;
          height: 4px;
          margin-left: 3px;
          margin-right: 3px; } }
      .carousel .menu .icon:first-child {
        margin-left: 0; }
      .carousel .menu .icon:last-child {
        margin-right: 0; }
      .carousel .menu .icon.active, .carousel .menu .icon:hover {
        border: 1px solid #fff;
        background-color: transparent; }
      .carousel .menu .icon img {
        display: none; }

#contact-bottom {
  position: relative;
  z-index: 1; }
  #contact-bottom .content-wrap {
    width: 100%;
    max-width: 1340px;
    padding-left: 7.46%;
    padding-right: 7.46%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      #contact-bottom .content-wrap {
        padding-left: 5.33%;
        padding-right: 5.33%; } }
    #contact-bottom .content-wrap .content {
      padding-bottom: 11.9%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #contact-bottom .content-wrap .content {
          padding-bottom: 16%; } }
  #contact-bottom .contact-btn {
    display: inline-block;
    width: 100%;
    max-width: 1140px;
    margin-bottom: 3.2%;
    background-color: #202020;
    color: #fff;
    line-height: 0; }
    @media screen and (max-width: 767px) {
      #contact-bottom .contact-btn {
        margin-bottom: 6.2%; } }
    #contact-bottom .contact-btn span {
      display: inline-block;
      padding-top: 4.5%;
      padding-bottom: 4.5%;
      font-size: 0.62rem;
      line-height: 1;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        #contact-bottom .contact-btn span {
          padding-top: 8%;
          padding-bottom: 8%;
          font-size: 1.8rem;
          font-weight: bold; } }
  #contact-bottom .tel {
    display: inline-block;
    line-height: 0; }
    #contact-bottom .tel span {
      font-size: 1.1rem;
      line-height: 1;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        #contact-bottom .tel span {
          font-size: 2.5rem; } }
      #contact-bottom .tel span:nth-child(2) {
        font-size: 0.4rem;
        letter-spacing: 0.1em;
        line-height: 3.5; }
        @media screen and (max-width: 767px) {
          #contact-bottom .tel span:nth-child(2) {
            font-size: 1.2rem;
            line-height: 2.5; } }

header {
  opacity: 0; }
  header .logo {
    display: block;
    width: 200px;
    position: fixed;
    left: 32px;
    top: 18px;
    z-index: 999; }
    header .logo img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      header .logo {
        display: block;
        width: 50.46%;
        max-width: 130px;
        left: 20px;
        top: 8px; }
        header .logo img {
          width: 100%;
          height: auto; } }
  header .top-nav {
    height: 100px;
    position: relative;
    z-index: 99;
    position: relative;
    background-color: #fff; }
    header .top-nav:after {
      content: "";
      display: table;
      clear: both; }
    header .top-nav.fix {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
      transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
      /* easeInOutCubic */
      transform: translate(0, -100%); }
      header .top-nav.fix.open {
        transform: translate(0, 0%); }
    header .top-nav .logo {
      display: block;
      width: 6.84%;
      max-width: 98.5px;
      position: absolute;
      left: 32px;
      top: 35px;
      z-index: 1; }
      header .top-nav .logo img {
        width: 100%;
        height: auto;
        vertical-align: top; }
    header .top-nav nav {
      width: 100%;
      position: absolute;
      right: 33px;
      top: 50%;
      z-index: 0;
      transform: translate(0, -50%);
      text-align: right;
      line-height: 1; }
      header .top-nav nav > ul > li {
        display: inline-block;
        margin-left: 26px;
        position: relative;
        font-size: 13px;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.1em;
        vertical-align: middle; }
        header .top-nav nav > ul > li:before {
          content: "";
          width: 0%;
          height: 2px;
          background-color: #000;
          position: absolute;
          left: 0;
          bottom: -6px;
          z-index: 10;
          transition: width 200ms cubic-bezier(0.23, 1, 0.32, 1);
          /* easeOutQuint */ }
        header .top-nav nav > ul > li:hover:before {
          width: 100%; }
        header .top-nav nav > ul > li:last-child:hover:before {
          width: 0%; }
        header .top-nav nav > ul > li a:hover {
          opacity: 1 !important; }
        header .top-nav nav > ul > li .under-list {
          display: none;
          width: 375%;
          padding: 0% 70% 0%;
          box-sizing: border-box;
          position: absolute;
          background-color: #fff;
          box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.1); }
          header .top-nav nav > ul > li .under-list ul {
            padding: 36% 0% 32%;
            list-style: none;
            text-align: left; }
            header .top-nav nav > ul > li .under-list ul li {
              margin-bottom: 24%; }
              header .top-nav nav > ul > li .under-list ul li:last-child {
                margin-bottom: 0; }
              header .top-nav nav > ul > li .under-list ul li a {
                position: relative; }
                header .top-nav nav > ul > li .under-list ul li a:before {
                  content: "";
                  width: 0%;
                  height: 2px;
                  background-color: #000;
                  position: absolute;
                  left: 0;
                  bottom: -6px;
                  z-index: 10;
                  transition: width 200ms cubic-bezier(0.23, 1, 0.32, 1);
                  /* easeOutQuint */ }
                header .top-nav nav > ul > li .under-list ul li a:hover {
                  opacity: 1 !important; }
                  header .top-nav nav > ul > li .under-list ul li a:hover:before {
                    width: 100%; }
        header .top-nav nav > ul > li ul.sns {
          display: flex;
          align-items: center;
          gap: 15px;
          padding: 0;
          list-style: none; }
          @media screen and (max-width: 767px) {
            header .top-nav nav > ul > li ul.sns {
              display: inline-block;
              padding-top: 0; } }
          header .top-nav nav > ul > li ul.sns li {
            display: inline-block; }
            @media screen and (max-width: 767px) {
              header .top-nav nav > ul > li ul.sns li {
                margin-right: 12%; }
                header .top-nav nav > ul > li ul.sns li:last-child {
                  margin-right: 0; } }
            header .top-nav nav > ul > li ul.sns li a {
              display: inline-block; }
              header .top-nav nav > ul > li ul.sns li a img {
                width: 100%;
                height: auto;
                vertical-align: middle; }
            header .top-nav nav > ul > li ul.sns li:nth-child(1) {
              width: 9px; }
              @media screen and (max-width: 767px) {
                header .top-nav nav > ul > li ul.sns li:nth-child(1) {
                  width: 6.51%;
                  max-width: 10px;
                  margin-right: 14.5%; } }
              header .top-nav nav > ul > li ul.sns li:nth-child(1) img {
                padding-bottom: 1px; }
                @media screen and (max-width: 767px) {
                  header .top-nav nav > ul > li ul.sns li:nth-child(1) img {
                    padding-bottom: 0; } }
            header .top-nav nav > ul > li ul.sns li:nth-child(2) {
              width: 16px; }
              @media screen and (max-width: 767px) {
                header .top-nav nav > ul > li ul.sns li:nth-child(2) {
                  width: 13.67%;
                  max-width: 21px;
                  margin-right: 11%; } }
              header .top-nav nav > ul > li ul.sns li:nth-child(2) img {
                padding-top: 1px; }
                @media screen and (max-width: 767px) {
                  header .top-nav nav > ul > li ul.sns li:nth-child(2) img {
                    padding-top: 0; } }
            header .top-nav nav > ul > li ul.sns li:nth-child(3) {
              width: 18px; }
              @media screen and (max-width: 767px) {
                header .top-nav nav > ul > li ul.sns li:nth-child(3) {
                  width: 13.67%;
                  max-width: 21px; } }
  header .open-btn-wrap {
    width: 100px;
    max-width: 100px;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 102;
    transform: translate(0%, -50%);
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      header .open-btn-wrap {
        width: 56px;
        top: 0;
        left: auto;
        right: 0;
        z-index: 103;
        transform: translate(0%, 0%); } }
    header .open-btn-wrap .open-btn-area {
      width: 100%;
      padding-top: 100%; }
    header .open-btn-wrap .open-btn {
      width: 36%;
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 102;
      transform: translate(-50%, -50%); }
      @media screen and (max-width: 767px) {
        header .open-btn-wrap .open-btn {
          width: 40%; } }
      header .open-btn-wrap .open-btn .line {
        width: 100%;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        transform: translate(-50%, -50%);
        background-color: #202020;
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        /* easeInOutCubic */
        margin-top: -12%; }
        header .open-btn-wrap .open-btn .line:first-child {
          margin-top: 12%; }
        @media screen and (max-width: 767px) {
          header .open-btn-wrap .open-btn .line {
            margin-top: -20%; }
            header .open-btn-wrap .open-btn .line:first-child {
              margin-top: 20%; } }
    header .open-btn-wrap.open .open-btn .line:nth-child(1) {
      margin-top: 0;
      transform: translate(-50%, -50%) rotate(25deg); }
    header .open-btn-wrap.open .open-btn .line:nth-child(2) {
      margin-top: 0;
      transform: translate(-50%, -50%) rotate(-25deg); }
  header .side-nav .sub-nav {
    width: 100px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      header .side-nav .sub-nav {
        width: 100%;
        max-width: 100%;
        height: 56px;
        z-index: 102; } }
    header .side-nav .sub-nav nav.sns {
      width: 100px;
      padding-bottom: 40px;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0; }
      header .side-nav .sub-nav nav.sns ul {
        text-align: center; }
        header .side-nav .sub-nav nav.sns ul li {
          display: block;
          width: 20px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 18px;
          line-height: 0; }
          header .side-nav .sub-nav nav.sns ul li:last-child {
            margin-bottom: 0; }
          header .side-nav .sub-nav nav.sns ul li a img {
            width: 100%;
            height: auto;
            vertical-align: top; }
  header .main-nav-bg {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3); }
  header .main-nav {
    width: 53.47%;
    max-width: 770px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: #fff;
    transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
    /* easeInOutCubic */
    transform: translate(-100%, 0); }
    header .main-nav.open {
      transform: translate(0, 0); }
    @media screen and (max-width: 767px) {
      header .main-nav {
        width: 100%;
        transform: translate(0%, -100%);
        overflow: scroll; }
        header .main-nav.open {
          transform: translate(0, 0); } }
    header .main-nav .scr {
      display: table;
      width: 100%;
      height: 100%; }
      @media screen and (max-width: 767px) {
        header .main-nav .scr {
          display: block;
          width: auto;
          height: auto; } }
    header .main-nav .logo {
      display: block;
      width: 12.79%;
      position: absolute;
      left: 32px;
      top: 35px;
      z-index: 1; }
      header .main-nav .logo img {
        width: 100%;
        height: auto;
        vertical-align: top; }
    header .main-nav nav {
      display: table-cell;
      width: 100%;
      height: 100%;
      padding-left: 26%;
      padding-right: 7.114%;
      vertical-align: middle;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        header .main-nav nav {
          display: block;
          width: auto;
          height: auto;
          padding-left: 5.33%;
          padding-right: 5.33%;
          padding-top: 24%;
          padding-bottom: 15%;
          vertical-align: top; } }
      header .main-nav nav .list-wrap {
        padding-bottom: 11%; }
        header .main-nav nav .list-wrap:after {
          content: "";
          display: table;
          clear: both; }
        header .main-nav nav .list-wrap > ul {
          display: block;
          width: 50%;
          float: left;
          list-style: none; }
          @media screen and (max-width: 767px) {
            header .main-nav nav .list-wrap > ul:nth-child(1) {
              width: 61.79%; }
            header .main-nav nav .list-wrap > ul:nth-child(2) {
              width: 38.21%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    header .main-nav nav .list-wrap > ul:nth-child(2) li {
      margin-bottom: 21%; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    header .main-nav nav .list-wrap > ul:nth-child(2) li ul li {
      margin-top: 21%;
      margin-bottom: 21%;
      font-size: 1.5rem; } }
          @media screen and (max-width: 767px) {
            header .main-nav nav .list-wrap > ul:nth-child(2) li ul li:before {
              width: 4.5%;
              margin-right: 6%; } }
          header .main-nav nav .list-wrap > ul li {
            display: block;
            margin-bottom: 15.1%;
            font-size: 16px;
            font-weight: bold; }
            @media screen and (max-width: 767px) {
              header .main-nav nav .list-wrap > ul li {
                margin-bottom: 12%;
                font-size: 1.8rem;
                letter-spacing: 0.025em; } }
            header .main-nav nav .list-wrap > ul li a {
              position: relative; }
              header .main-nav nav .list-wrap > ul li a:before {
                content: "";
                width: 0%;
                height: 2px;
                background-color: #000;
                position: absolute;
                left: 0;
                bottom: -6px;
                z-index: 10;
                transition: width 200ms cubic-bezier(0.23, 1, 0.32, 1);
                /* easeOutQuint */ }
              header .main-nav nav .list-wrap > ul li a:hover {
                opacity: 1 !important; }
                header .main-nav nav .list-wrap > ul li a:hover:before {
                  width: 100%; }
            header .main-nav nav .list-wrap > ul li ul {
              width: 100%;
              float: none; }
              header .main-nav nav .list-wrap > ul li ul li {
                display: block;
                margin-top: 12%;
                margin-bottom: 12%;
                font-size: 14px; }
                @media screen and (max-width: 767px) {
                  header .main-nav nav .list-wrap > ul li ul li {
                    margin-top: 14%;
                    margin-bottom: 14%;
                    font-size: 1.5rem; } }
                header .main-nav nav .list-wrap > ul li ul li:before {
                  content: "";
                  display: inline-block;
                  width: 2.72%;
                  height: 1px;
                  margin-top: -1px;
                  margin-right: 4%;
                  background-color: #202020;
                  vertical-align: middle; }
      header .main-nav nav p.en {
        font-size: 0.5rem;
        letter-spacing: 0.075em; }
        @media screen and (max-width: 767px) {
          header .main-nav nav p.en {
            display: inline-block;
            margin-right: 6%;
            font-size: 1.5rem;
            vertical-align: middle; } }
      header .main-nav nav ul.sns {
        padding-top: 3.9%;
        list-style: none; }
        @media screen and (max-width: 767px) {
          header .main-nav nav ul.sns {
            width: 45.87%;
            display: inline-block;
            padding-top: 0; } }
        header .main-nav nav ul.sns li {
          display: inline-block;
          margin-right: 4.2%; }
          @media screen and (max-width: 767px) {
            header .main-nav nav ul.sns li {
              margin-right: 12%; }
              header .main-nav nav ul.sns li:last-child {
                margin-right: 0; } }
          header .main-nav nav ul.sns li a {
            display: inline-block; }
            header .main-nav nav ul.sns li a img {
              width: 100%;
              height: auto;
              vertical-align: middle; }
          header .main-nav nav ul.sns li:nth-child(1) {
            width: 2.33%;
            margin-right: 4%; }
            @media screen and (max-width: 767px) {
              header .main-nav nav ul.sns li:nth-child(1) {
                width: 6.51%;
                max-width: 10px;
                margin-right: 14.5%; } }
            header .main-nav nav ul.sns li:nth-child(1) img {
              padding-bottom: 1px; }
              @media screen and (max-width: 767px) {
                header .main-nav nav ul.sns li:nth-child(1) img {
                  padding-bottom: 0; } }
          header .main-nav nav ul.sns li:nth-child(2) {
            width: 4.66%;
            margin-right: 3.2%; }
            @media screen and (max-width: 767px) {
              header .main-nav nav ul.sns li:nth-child(2) {
                width: 13.67%;
                max-width: 21px;
                margin-right: 11%; } }
            header .main-nav nav ul.sns li:nth-child(2) img {
              padding-top: 1px; }
              @media screen and (max-width: 767px) {
                header .main-nav nav ul.sns li:nth-child(2) img {
                  padding-top: 0; } }
          header .main-nav nav ul.sns li:nth-child(3) {
            width: 4.855%; }
            @media screen and (max-width: 767px) {
              header .main-nav nav ul.sns li:nth-child(3) {
                width: 13.67%;
                max-width: 21px; } }
  header .breadcrumb {
    padding-right: 2.6%;
    padding-top: 1.5%;
    font-size: 10px;
    position: absolute;
    right: 0;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      header .breadcrumb {
        padding-right: 4vw; } }
    header .breadcrumb.white ol {
      color: #ccc; }
      header .breadcrumb.white ol li::after {
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        color: #ccc; }
      header .breadcrumb.white ol a {
        color: #ccc; }
        header .breadcrumb.white ol a:link, header .breadcrumb.white ol a:visited, header .breadcrumb.white ol a:hover, header .breadcrumb.white ol a:active {
          color: #ccc; }
    header .breadcrumb ol {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      margin: 0;
      color: #999; }
      header .breadcrumb ol li::after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 5px;
        margin-left: 10px;
        margin-right: 13px;
        position: relative;
        top: -1px;
        border-top: 1px solid #999;
        border-right: 1px solid #999;
        transform: rotate(45deg);
        color: #999; }
      header .breadcrumb ol li:last-child::after {
        display: none; }
      header .breadcrumb ol a {
        color: #999; }
        header .breadcrumb ol a:link, header .breadcrumb ol a:visited, header .breadcrumb ol a:hover, header .breadcrumb ol a:active {
          color: #999; }

footer .content-wrap {
  width: 100%;
  padding-left: 7.46%;
  padding-right: 7.46%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  background-color: #202020;
  color: #fff; }
  @media screen and (max-width: 767px) {
    footer .content-wrap {
      padding-left: 5.33%;
      padding-right: 5.33%; } }
  footer .content-wrap .content {
    display: flex;
    align-items: flex-start;
    padding-top: 6.8%;
    padding-bottom: 5.0%; }
    footer .content-wrap .content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      footer .content-wrap .content {
        display: block;
        padding-top: 0;
        padding-bottom: 0; } }
  footer .content-wrap:nth-child(3) {
    background-color: #000; }
    footer .content-wrap:nth-child(3) .content {
      padding-top: 4%;
      padding-bottom: 4%; }
      @media screen and (max-width: 767px) {
        footer .content-wrap:nth-child(3) .content {
          padding-top: 10%;
          padding-bottom: 10%; } }

footer .totop {
  display: block;
  padding-top: 2.314%;
  padding-bottom: 2.314%;
  background-color: #202020;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    footer .totop {
      padding-top: 7%;
      padding-bottom: 7%;
      font-size: 1.7rem; } }
  footer .totop:hover {
    opacity: 0.8 !important; }
    @media screen and (max-width: 767px) {
      footer .totop:hover {
        opacity: 1.0 !important; } }
  footer .totop span {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    footer .totop span::before {
      content: "";
      display: inline-block;
      vertical-align: top;
      position: absolute;
      left: -20px;
      top: 65%;
      width: 7px;
      height: 7px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      transform: translate(-50%, -50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        footer .totop span::before {
          width: 5px;
          height: 5px;
          left: -15px;
          border-top: 2px solid #fff;
          border-right: 2px solid #fff; } }

footer a {
  text-decoration: none;
  color: #fff;
  transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  /* linear */ }
  footer a:link, footer a:visited, footer a:hover, footer a:active {
    color: #fff; }
  footer a:hover {
    opacity: 1 !important;
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    footer a:hover {
      opacity: 1 !important; } }

footer .block {
  flex: 1;
  padding-right: 3.52%;
  font-size: 0.5rem; }
  @media screen and (max-width: 767px) {
    footer .block {
      flex: none;
      width: 50%;
      margin-right: 0;
      padding-right: 0;
      float: left; }
      footer .block:nth-child(2) > ul {
        padding-top: 35%; }
      footer .block:nth-child(3) > ul {
        padding-top: 39.5%; }
      footer .block:nth-child(3), footer .block:nth-child(4) {
        padding-left: 5.5%;
        box-sizing: border-box; }
        footer .block:nth-child(3) > ul p, footer .block:nth-child(4) > ul p {
          margin-bottom: 20%; }
        footer .block:nth-child(3) > ul li, footer .block:nth-child(4) > ul li {
          margin-bottom: 22.5%; }
          footer .block:nth-child(3) > ul li ul li, footer .block:nth-child(4) > ul li ul li {
            margin-bottom: 21%; }
            footer .block:nth-child(3) > ul li ul li:before, footer .block:nth-child(4) > ul li ul li:before {
              content: "";
              display: inline-block;
              width: 4%;
              height: 1px;
              margin-top: -1px;
              margin-right: 8%;
              background-color: #fff;
              vertical-align: middle; } }
  footer .block:nth-child(4) {
    flex: none;
    width: 255px;
    padding-right: 0; }
    @media screen and (max-width: 767px) {
      footer .block:nth-child(4) {
        width: 50%; }
        footer .block:nth-child(4) > ul {
          padding-top: 0; } }
  footer .block:nth-child(4), footer .block:nth-child(5) {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    footer .block:nth-child(5) {
      width: 100%;
      clear: both; } }
  footer .block .logo {
    display: block;
    width: 150px;
    max-width: 150px;
    margin-bottom: 10%; }
    footer .block .logo img {
      width: 100%;
      height: auto; }
  footer .block .tel {
    width: 100%;
    display: inline-block;
    margin-bottom: 9%;
    font-size: 20px;
    letter-spacing: 0.068em; }
  footer .block .time {
    width: 100%;
    margin-bottom: 58.5%;
    font-size: 12px;
    letter-spacing: 0.1em; }
  footer .block .sns {
    font-size: 15px; }
    footer .block .sns p {
      margin-bottom: 7.5%;
      letter-spacing: 0.05em; }
    footer .block .sns ul {
      padding-top: 3.9%;
      list-style: none; }
      footer .block .sns ul li {
        display: inline-block;
        margin-right: 10.8%; }
        footer .block .sns ul li a {
          display: inline-block; }
          footer .block .sns ul li a:hover {
            opacity: 0.8 !important; }
          footer .block .sns ul li a img {
            width: 100%;
            height: auto;
            vertical-align: middle; }
        footer .block .sns ul li:nth-child(1) {
          width: 4.8%;
          max-width: 12px;
          margin-right: 9.8%; }
        footer .block .sns ul li:nth-child(2) {
          width: 9.42%;
          max-width: 24px;
          margin-right: 8%; }
          footer .block .sns ul li:nth-child(2) img {
            padding-top: 1px; }
        footer .block .sns ul li:nth-child(3) {
          width: 10%;
          max-width: 26px; }
  footer .block > ul {
    padding-top: 30px;
    list-style: none;
    font-size: 14px;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      footer .block > ul {
        font-size: 1.5rem;
        font-weight: bold; } }
    footer .block > ul p {
      margin-bottom: 11.5%;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        footer .block > ul p {
          margin-bottom: 18.5%;
          font-size: 1.5rem; } }
    footer .block > ul li {
      margin-bottom: 6.8%; }
      @media screen and (max-width: 767px) {
        footer .block > ul li {
          margin-bottom: 10.5%; } }
      footer .block > ul li ul {
        list-style: none; }
        footer .block > ul li ul li {
          font-size: 13px; }
          @media screen and (max-width: 767px) {
            footer .block > ul li ul li {
              margin-bottom: 19%;
              font-size: 1.25rem; } }
          footer .block > ul li ul li:before {
            content: "";
            display: inline-block;
            width: 3%;
            height: 1px;
            margin-top: -1px;
            margin-right: 4%;
            background-color: #fff;
            vertical-align: middle; }
            @media screen and (max-width: 767px) {
              footer .block > ul li ul li:before {
                margin-right: 7%; } }
  footer .block .banner-wrap {
    padding-top: 19%;
    position: relative; }
    footer .block .banner-wrap .banner {
      display: block;
      margin-bottom: 2.5%;
      position: relative; }
      footer .block .banner-wrap .banner:last-child {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          footer .block .banner-wrap .banner:last-child {
            margin-bottom: 0; } }
      footer .block .banner-wrap .banner:hover {
        opacity: 0.8 !important; }
      footer .block .banner-wrap .banner img {
        width: 100%;
        max-width: 255px;
        height: auto; }
        @media screen and (max-width: 767px) {
          footer .block .banner-wrap .banner img {
            max-width: 100%; } }
    @media screen and (max-width: 767px) {
      footer .block .banner-wrap {
        padding-top: 11%;
        padding-left: 5.9%;
        padding-right: 5.9%;
        margin-bottom: 20%;
        clear: both;
        text-align: center; }
        footer .block .banner-wrap .banner {
          margin-bottom: 2.3%; }
          footer .block .banner-wrap .banner img {
            width: 100%;
            height: auto; } }

footer .info.en.sp:after {
  content: "";
  display: table;
  clear: both; }

footer .info.en.sp .left {
  width: 55%;
  float: left; }
  @media screen and (max-width: 767px) {
    footer .info.en.sp .left {
      width: 56%; } }
  footer .info.en.sp .left .logo {
    display: block;
    width: 48%;
    max-width: 78.5px;
    margin-bottom: 10%; }
    @media screen and (max-width: 767px) {
      footer .info.en.sp .left .logo {
    display: block;
    width: 70%;
    max-width: 220px;
    margin-bottom: 10%; }

}
    footer .info.en.sp .left .logo img {
      width: 100%;
      height: auto; }
  footer .info.en.sp .left .tel {
    display: block;
    margin-bottom: 10%;
    font-size: 2.2rem; }
    @media screen and (max-width: 767px) {
      footer .info.en.sp .left .tel {
        font-size: 1.9rem;
        letter-spacing: 0.09em; } }
  footer .info.en.sp .left .time {
    font-size: 1.2rem;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 767px) {
      footer .info.en.sp .left .time {
        margin-bottom: 31%; } }

footer .info.en.sp .sns {
  width: 45%;
  float: left; }
  @media screen and (max-width: 767px) {
    footer .info.en.sp .sns {
      width: 44%; } }
  footer .info.en.sp .sns p {
    margin-bottom: 15%;
    font-size: 1.5rem; }
    @media screen and (max-width: 767px) {
      footer .info.en.sp .sns p {
        margin-bottom: 13%;
        font-size: 1.75rem; } }
  footer .info.en.sp .sns ul {
    list-style: none; }
    footer .info.en.sp .sns ul li {
      display: inline-block;
      margin-right: 14%; }
      @media screen and (max-width: 767px) {
        footer .info.en.sp .sns ul li {
          margin-right: 16%; } }
      footer .info.en.sp .sns ul li a img {
        width: 100%;
        height: auto; }
      footer .info.en.sp .sns ul li:nth-child(1) {
        width: 6.8%; }
        @media screen and (max-width: 767px) {
          footer .info.en.sp .sns ul li:nth-child(1) {
            margin-right: 15%; } }
      footer .info.en.sp .sns ul li:nth-child(2) {
        width: 12%; }
        @media screen and (max-width: 767px) {
          footer .info.en.sp .sns ul li:nth-child(2) {
            width: 14.93%;
            margin-right: 13%; } }
        footer .info.en.sp .sns ul li:nth-child(2) img {
          padding-bottom: 1px; }
      footer .info.en.sp .sns ul li:nth-child(3) {
        width: 12%; }
        @media screen and (max-width: 767px) {
          footer .info.en.sp .sns ul li:nth-child(3) {
            width: 14.25%; } }

footer .privacy {
  width: 50%;
  float: left;
  font-size: 13px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    footer .privacy {
      font-size: 1.2rem; } }

footer .copy {
  width: 50%;
  float: right;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-align: right; }
  @media screen and (max-width: 767px) {
    footer .copy {
      font-size: 1.2rem; } }

/*! Yaku Han JP v3.3.1 (OFL-1.1 AND MIT) by Qrac */
/*! Type: YakuHanJP - Based on Noto Sans CJK JP */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Thin.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Light.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Regular.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Medium.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Bold.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../../fonts/YakuHanJP/YakuHanJP-Black.eot);
  src: url(../../fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(../../fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff");
  unicode-range: U+3001-3002,U+3008-3011,U+3014-3015,U+30fb,U+ff01,U+ff08-ff09,U+ff1a-ff1b,U+ff1f,U+ff3b,U+ff3d,U+ff5b,U+ff5d; }

#main .content-wrap {
  width: 100%;
  padding-left: 7.46%;
  padding-right: 7.46%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    #main .content-wrap {
      padding-left: 0;
      padding-right: 0; } }
  #main .content-wrap .content {
    padding-top: 6.2%;
    padding-bottom: 13.2%; }
    #main .content-wrap .content:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      #main .content-wrap .content {
        padding-top: 10.1%;
        padding-bottom: 16.5%; } }

#popup {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  font-size: 0.5rem; }
  #popup .center-wrap {
    width: 100%;
    max-width: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      #popup .center-wrap {
        max-width: 100%; } }
    #popup .center-wrap .center {
      padding: 15% 15% 20%;
      position: relative;
      background-color: #fff; }
      @media screen and (max-width: 767px) {
        #popup .center-wrap .center {
          width: 100%;
          height: 100%;
          padding: 11% 5% 25%;
          box-sizing: border-box;
          position: absolute; } }
      #popup .center-wrap .center .member-wrap .member {
        display: none; }
        #popup .center-wrap .center .member-wrap .member:nth-child(1) {
          display: block; }
        #popup .center-wrap .center .member-wrap .member .img {
          width: 100%;
          padding-top: 66%;
          margin-bottom: 8%;
          position: relative; }
          @media screen and (max-width: 767px) {
            #popup .center-wrap .center .member-wrap .member .img {
              margin-bottom: 6%; } }
          #popup .center-wrap .center .member-wrap .member .img .core {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;
            background-size: cover;
            background-repeat: no-repeat; }
        #popup .center-wrap .center .member-wrap .member .text-wrap {
          width: 100%;
          padding-top: 66%;
          overflow-y: scroll;
          position: relative;
          scroll-behavior: smooth;
          -webkit-overflow-scrolling: touch; }
          @media screen and (max-width: 767px) {
            #popup .center-wrap .center .member-wrap .member .text-wrap {
              padding-top: 0; } }
        #popup .center-wrap .center .member-wrap .member .text {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0; }
          #popup .center-wrap .center .member-wrap .member .text .role {
            margin-bottom: 4%;
            font-size: 0.35rem;
            font-weight: bold;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .role {
                font-size: 1.25rem;
                font-weight: normal; } }
          #popup .center-wrap .center .member-wrap .member .text .name {
            margin-bottom: 3%;
            font-size: 0.7rem;
            font-weight: bold;
            letter-spacing: 0.05em; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .name {
                margin-bottom: 5%;
                font-size: 2.25rem; } }
          #popup .center-wrap .center .member-wrap .member .text .capability {
            margin-bottom: 8%;
            font-size: 0.35rem;
            letter-spacing: 0.1em; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .capability {
                font-size: 1.4rem; } }
          #popup .center-wrap .center .member-wrap .member .text .data dl {
            margin: 0 0 6%;
            font-size: 0.35rem;
            letter-spacing: 0.1em; }
            #popup .center-wrap .center .member-wrap .member .text .data dl:after {
              content: "";
              display: table;
              clear: both; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .data dl {
                font-size: 1.3rem; } }
            #popup .center-wrap .center .member-wrap .member .text .data dl dt {
              width: 15%;
              float: left;
              clear: left;
              margin-bottom: 2.5%;
              font-weight: bold; }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .member-wrap .member .text .data dl dt {
                  width: 17%; } }
            #popup .center-wrap .center .member-wrap .member .text .data dl dd {
              width: 100%;
              padding-left: 15%;
              box-sizing: border-box;
              margin-left: -15%;
              margin-bottom: 2.5%;
              float: left; }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .member-wrap .member .text .data dl dd {
                  padding-left: 17%;
                  margin-left: -17%; } }
          #popup .center-wrap .center .member-wrap .member .text .data h6 {
            margin-top: 0;
            margin-bottom: 1.5%;
            font-size: 0.45rem; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .data h6 {
                font-size: 1.5rem;
                margin-bottom: 2.5%; } }
          #popup .center-wrap .center .member-wrap .member .text .data p {
            margin-bottom: 6%;
            font-size: 0.45rem;
            line-height: 1.8; }
            #popup .center-wrap .center .member-wrap .member .text .data p:last-child {
              margin-bottom: 0; }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .member-wrap .member .text .data p {
                font-size: 1.5rem; } }
      #popup .center-wrap .center .close {
        width: 4.033%;
        padding-top: 4.033%;
        position: absolute;
        right: 5.5%;
        top: 4.3%;
        z-index: 0;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          #popup .center-wrap .center .close {
            width: 9%;
            padding-top: 9%;
            right: 2.2%;
            top: 1.1%; } }
        #popup .center-wrap .center .close .line {
          width: 80%;
          padding-top: 10%;
          background-color: #000;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 0;
          transform: translate(-50%, -50%) rotate(45deg); }
          #popup .center-wrap .center .close .line:nth-child(2) {
            transform: translate(-50%, -50%) rotate(-45deg); }
          @media screen and (max-width: 767px) {
            #popup .center-wrap .center .close .line {
              width: 45%;
              padding-top: 6%; } }
      #popup .center-wrap .center .paging-wrap {
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
        box-sizing: border-box;
        position: absolute;
        left: 0%;
        bottom: 5%;
        z-index: 0; }
        @media screen and (max-width: 767px) {
          #popup .center-wrap .center .paging-wrap {
            bottom: 2.2%;
            padding-left: 5%;
            padding-right: 5%;
            font-size: 1.5rem;
            font-weight: bold; } }
      #popup .center-wrap .center .paging {
        width: 100%;
        position: relative; }
        #popup .center-wrap .center .paging .num {
          position: absolute;
          left: 0;
          top: 50%;
          z-index: 0;
          transform: translate(0, -50%); }
          #popup .center-wrap .center .paging .num .current {
            display: inline-block; }
          #popup .center-wrap .center .paging .num .slash {
            display: inline-block; }
          #popup .center-wrap .center .paging .num .all {
            display: inline-block; }
        #popup .center-wrap .center .paging .btn-wrap {
          position: relative;
          text-align: right; }
          #popup .center-wrap .center .paging .btn-wrap .prev {
            display: inline-block;
            vertical-align: middle;
            width: 11%;
            padding-top: 11%;
            margin-right: 1.4%;
            position: relative;
            border-radius: 50px;
            background-color: #e6e6e6;
            cursor: pointer;
            transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
            /* easeOutCubic */ }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .paging .btn-wrap .prev {
                width: 12%;
                padding-top: 12%;
                margin-right: 2%; } }
            #popup .center-wrap .center .paging .btn-wrap .prev:hover {
              background-color: #202020; }
              #popup .center-wrap .center .paging .btn-wrap .prev:hover p {
                border-left: 3px solid #fff;
                border-bottom: 3px solid #fff; }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .paging .btn-wrap .prev:hover {
                  background-color: #e6e6e6; }
                  #popup .center-wrap .center .paging .btn-wrap .prev:hover p {
                    border-left: 3px solid #202020;
                    border-bottom: 3px solid #202020; } }
            #popup .center-wrap .center .paging .btn-wrap .prev p {
              left: 3px;
              width: 15%;
              padding-top: 15%;
              position: absolute;
              left: 54%;
              top: 50%;
              z-index: 0;
              border-left: 3px solid #202020;
              border-bottom: 3px solid #202020;
              transform: translate(-50%, -50%) rotate(45deg); }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .paging .btn-wrap .prev p {
                  border-left: 2px solid #202020;
                  border-bottom: 2px solid #202020; } }
          #popup .center-wrap .center .paging .btn-wrap .next {
            display: inline-block;
            vertical-align: middle;
            width: 11%;
            padding-top: 11%;
            position: relative;
            border-radius: 50px;
            background-color: #e6e6e6;
            cursor: pointer;
            transition: all 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
            /* easeOutCubic */ }
            @media screen and (max-width: 767px) {
              #popup .center-wrap .center .paging .btn-wrap .next {
                width: 12%;
                padding-top: 12%; } }
            #popup .center-wrap .center .paging .btn-wrap .next:hover {
              background-color: #202020; }
              #popup .center-wrap .center .paging .btn-wrap .next:hover p {
                border-top: 3px solid #fff;
                border-right: 3px solid #fff; }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .paging .btn-wrap .next:hover {
                  background-color: #e6e6e6; }
                  #popup .center-wrap .center .paging .btn-wrap .next:hover p {
                    border-top: 3px solid #202020;
                    border-right: 3px solid #202020; } }
            #popup .center-wrap .center .paging .btn-wrap .next p {
              left: 3px;
              width: 15%;
              padding-top: 15%;
              position: absolute;
              left: 48%;
              top: 50%;
              z-index: 0;
              border-top: 3px solid #202020;
              border-right: 3px solid #202020;
              transform: translate(-50%, -50%) rotate(45deg); }
              @media screen and (max-width: 767px) {
                #popup .center-wrap .center .paging .btn-wrap .next p {
                  border-top: 2px solid #202020;
                  border-right: 2px solid #202020; } }
  #popup .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer; }

h1 {
  margin-bottom: 11.3%;
  box-sizing: border-box;
  font-weight: normal;
  line-height: 1; }
  @media screen and (max-width: 767px) {
    h1 {
      padding-left: 5.33%;
      margin-bottom: 13.6%; } }
  h1 span {
    vertical-align: top;
    letter-spacing: 0.06em;
    line-height: 1; }
    h1 span:nth-child(1) {
      margin-left: -0.2%;
      margin-right: 1.4%;
      font-size: 2rem;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        h1 span:nth-child(1) {
          font-size: 4.65rem;
          letter-spacing: 0; } }
    h1 span:nth-child(3) {
      font-size: 0.45rem;
      line-height: 3.5; }
      @media screen and (max-width: 767px) {
        h1 span:nth-child(3) {
          font-size: 1.2rem;
          line-height: 2.7; } }

.case-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
  box-sizing: border-box; }
  .case-wrap nav ul {
    list-style: none; }
    .case-wrap nav ul:after {
      content: "";
      display: table;
      clear: both; }
    .case-wrap nav ul li {
      width: 50%;
      float: left;
      text-align: center;
      border-right: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6;
      box-sizing: border-box;
      line-height: 1;
      cursor: pointer;
      transition: opacity 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
      /* linear */ }
      .case-wrap nav ul li:last-child {
        border-right: 0; }
      .case-wrap nav ul li.active {
        border-bottom: 1px solid #fff; }
        .case-wrap nav ul li.active a, .case-wrap nav ul li.active p {
          background-color: #fff; }
      .case-wrap nav ul li:hover {
        opacity: 0.8; }
      .case-wrap nav ul li a, .case-wrap nav ul li p {
        display: block;
        font-size: 0.5rem;
        line-height: 4.3;
        vertical-align: middle;
        background-color: #f3f3f3; }
        @media screen and (max-width: 767px) {
          .case-wrap nav ul li a, .case-wrap nav ul li p {
            font-size: 1.6rem; } }
  @media screen and (max-width: 767px) {
    .case-wrap nav.bottom {
      padding-top: 7%; } }
  .case-wrap nav.bottom ul li {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0; }
    .case-wrap nav.bottom ul li.active {
      border-top: 0; }
  .case-wrap .case {
    display: none;
    padding: 0% 8.6% 8.8%; }
    @media screen and (max-width: 767px) {
      .case-wrap .case {
        padding: 0% 5.4% 8.8%; } }
    .case-wrap .case:nth-child(2) {
      display: block; }
    .case-wrap .case h2 {
      padding-top: 8%;
      margin-bottom: 7.7%;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .case-wrap .case h2 {
          padding-top: 11.5%;
          margin-bottom: 9.5%;
          font-size: 2.5rem; } }
      .case-wrap .case h2.minmb {
        margin-bottom: 2.4%; }
    .case-wrap .case h3 {
      margin-bottom: 2.8%;
      font-size: 0.9rem;
      letter-spacing: 0.05em; }
      @media screen and (max-width: 767px) {
        .case-wrap .case h3 {
          margin-bottom: 2.5%;
          font-size: 2.2rem;
          line-height: 1.6; } }
      .case-wrap .case h3.big {
        font-size: 1.1rem; }
    .case-wrap .case h4 {
      padding-top: 1%;
      margin-bottom: 4%;
      font-size: 0.8rem;
      letter-spacing: 0.15em; }
      @media screen and (max-width: 767px) {
        .case-wrap .case h4 {
          margin-bottom: 5.5%;
          font-size: 2.2rem; } }
    .case-wrap .case p {
      margin-bottom: 1.5%;
      font-size: 0.5rem;
      line-height: 1.9;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 767px) {
        .case-wrap .case p {
          font-size: 1.5rem;
          line-height: 1.85;
          letter-spacing: 0.05em; } }
    .case-wrap .case dl {
      margin: 0 0 4.2%;
      font-size: 0.45rem;
      line-height: 1.88;
      letter-spacing: 0.025em;
      border-bottom: 1px solid #e6e6e6; }
      .case-wrap .case dl:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        .case-wrap .case dl {
          margin: 0 0 8%;
          font-size: 1.4rem;
          letter-spacing: 0.075em; } }
      .case-wrap .case dl.type2 {
        margin-top: -0.28%; }
        .case-wrap .case dl.type2 dt {
          padding-right: 8%;
          text-align: right; }
      .case-wrap .case dl dt {
        padding-left: 0.6%;
        padding-top: 2.45%;
        padding-bottom: 2.45%;
        box-sizing: border-box;
        border-top: 1px solid #e6e6e6;
        width: 25.53%;
        float: left;
        clear: left; }
        @media screen and (max-width: 767px) {
          .case-wrap .case dl dt {
            padding-left: 0;
            padding-top: 6%;
            padding-bottom: 6%; } }
        .case-wrap .case dl dt.in {
          padding-top: 0;
          margin-top: -1.5%;
          border-top: 0; }
      .case-wrap .case dl dd {
        width: 100%;
        padding-left: 25.53%;
        padding-top: 2.45%;
        padding-bottom: 2.54%;
        box-sizing: border-box;
        margin-left: -25.53%;
        border-top: 1px solid #e6e6e6;
        float: left; }
        @media screen and (max-width: 767px) {
          .case-wrap .case dl dd {
            padding-left: 37%;
            padding-top: 6%;
            padding-bottom: 6%; } }
        .case-wrap .case dl dd.in {
          padding-top: 0;
          margin-top: -1.5%;
          border-top: 0; }
    .case-wrap .case .contact-btn {
      display: block;
      width: 100%;
      max-width: 1140px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 7.5%;
      background-color: #202020;
      color: #fff;
      line-height: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .case-wrap .case .contact-btn {
          margin-bottom: 13.4%; } }
      .case-wrap .case .contact-btn:last-child {
        margin-bottom: 0; }
      .case-wrap .case .contact-btn span {
        display: inline-block;
        padding-top: 3.8%;
        padding-bottom: 3.8%;
        font-size: 0.62rem;
        line-height: 1;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 767px) {
          .case-wrap .case .contact-btn span {
            padding-top: 5.5%;
            padding-bottom: 5.5%;
            font-size: 1.6rem;
            font-weight: bold; } }
    .case-wrap .case .member {
      width: 48%;
      margin-right: 4%;
      margin-top: 0.5%;
      margin-bottom: 9%;
      float: left;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .case-wrap .case .member {
          width: 100%;
          margin-top: 2%;
          margin-bottom: 10%; } }
      .case-wrap .case .member:nth-child(2n+1) {
        margin-right: 0; }
      .case-wrap .case .member:hover .img .core {
        transform: scale(1.05); }
      .case-wrap .case .member .img {
        width: 100%;
        padding-top: 66%;
        margin-bottom: 4.2%;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .case-wrap .case .member .img {
            padding-top: 66.66%;
            margin-bottom: 5.8%; } }
        .case-wrap .case .member .img .core {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 0;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: 50% 50%;
          transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
          /* easeOutCubic */ }
      .case-wrap .case .member .role {
        margin-bottom: 3.5%;
        font-size: 0.4rem; }
        @media screen and (max-width: 767px) {
          .case-wrap .case .member .role {
            margin-left: -0.2%;
            margin-bottom: 4.6%;
            font-size: 1.4rem; } }
      .case-wrap .case .member .name {
        margin-bottom: 3.6%;
        font-size: 0.8rem;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .case-wrap .case .member .name {
            margin-left: -0.5%;
            margin-bottom: 5%;
            font-size: 2.3rem;
            letter-spacing: 0.1em;
            font-weight: bold; } }
      .case-wrap .case .member .capability {
        font-size: 0.4rem; }
        @media screen and (max-width: 767px) {
          .case-wrap .case .member .capability {
            font-size: 1.5rem;
            letter-spacing: 0.1em; } }
.pricetable { font-size:0.5rem;}
@media screen and (max-width: 767px) {
.pricetable { font-size:1.2rem;}
}