@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400&display=swap");
/* ==========================================================================
viewport指定
============================================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

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

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

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

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

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

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

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴ W2", "ヒラギノ角ゴ W6", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #000;
  font-feature-settings: "palt";
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a:hover, button:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}

/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-0em {
  margin-top: 0em;
}

.mb-0em {
  margin-bottom: 0em;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

.mt-8em {
  margin-top: 8em;
}

.mb-8em {
  margin-bottom: 8em;
}

.mt-9em {
  margin-top: 9em;
}

.mb-9em {
  margin-bottom: 9em;
}

.mt-10em {
  margin-top: 10em;
}

.mb-10em {
  margin-bottom: 10em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: '';
  height: 1em;
}

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

br.br-mb1.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "ヒラギノ角ゴ W2", "ヒラギノ角ゴ W6", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

.txt-en {
  font-family: "Inter", sans-serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #FF9E19;
}

/* font size */
.txt-xsmall {
  font-size: 71.42857%;
}

.txt-small {
  font-size: 85.71429%;
}

.txt-middle {
  font-size: 114.28571%;
}

@media screen and (max-width: 767px) {
  .txt-middle {
    font-size: 105%;
  }
}

.txt-large {
  font-size: 128.57143%;
}

@media screen and (max-width: 767px) {
  .txt-large {
    font-size: 110%;
  }
}

.txt-large_2 {
  font-size: 142.85714%;
}

@media screen and (max-width: 767px) {
  .txt-large_2 {
    font-size: 130%;
  }
}

.txt-xlarge {
  font-size: 185.71429%;
}

@media screen and (max-width: 767px) {
  .txt-xlarge {
    font-size: 140%;
  }
}

.txt-xlarge_2 {
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  .txt-xlarge_2 {
    font-size: 160%;
  }
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

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

.txt-center-left {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: .5em;
}

.ls-__4 {
  letter-spacing: .04em;
}

.ls-__8 {
  letter-spacing: .08em;
}

/* indent */
/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

.txt-asterisk {
  color: #9FA0A0;
  font-size: 86% !important;
}

/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease-out, transform .8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* bg */
.bg_wht {
  background: #fff;
}

.l-wrapper {
  position: relative;
  width: 100%;
  background: #F3F3F3;
  overflow: hidden;
  z-index: 0;
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 16%;
  min-height: 100vh;
  z-index: 50;
  display: flex;
}

.l-header .h-menubtn {
  position: absolute;
  width: 122px;
  line-height: 0;
  pointer-events: auto;
  overflow: hidden;
}

.l-header .h-menubtn .menubtn_1 {
  opacity: 1;
}

.l-header .h-menubtn .menubtn_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
}

.l-header .h-menubtn {
  display: none;
}

.l-header .h-menubtn a {
  display: block;
  position: relative;
}

.l-header .h-menubtn a:hover {
  opacity: .7;
}

.l-header .h-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 75px;
  width: 100%;
  background: #FF9E19;
  border-bottom: 1px solid #000;
  display: none;
  pointer-events: none;
  z-index: 1;
}

.l-header .h-bar .stickylogo {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 21.86vw;
  line-height: 0;
  transform: translateY(-50%);
  pointer-events: auto;
}

.l-header .h-bar .stickylogo a {
  display: block;
}

.l-header .h-bar .h-menubtn {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.l-header .h-body {
  display: flex;
  align-items: center;
}

.l-header .h-inner {
  position: relative;
  margin: auto;
  padding: 0;
  pointer-events: auto;
}

.l-header .h-menucontainer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header .header-area-1 {
  margin: 0 10% 18px;
}

.l-header .header-area-2 {
  display: none;
}

.l-header .sitelogo {
  position: relative;
  margin: 0 0 5%;
  width: 9.2vw;
  line-height: 0;
}

.l-header .h-tagline {
  margin: 0 0 3%;
  font-family: "Inter", sans-serif;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: .03em;
}

.l-header .h-tagline p {
  margin: 0;
}

.l-header .h-tagline span {
  display: inline-block;
}

.l-header .h-sns {
  position: relative;
  margin: 3% 0;
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: .025em;
}

.l-header .h-sns ul {
  position: relative;
  list-style: none;
}

.l-header .h-sns li {
  position: relative;
  display: flex;
}

.l-header .h-sns li:before {
  content: '';
  display: block;
  position: relative;
  top: .7em;
  width: .8em;
  height: 1px;
  margin-right: .7em;
  background: #000;
}

.l-header .h-sns a {
  position: relative;
  color: #000;
}

.l-header .gNav {
  position: relative;
  margin: 0 0 0 -1.3vw;
  padding: .8em 0 0;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 2.2vw;
  font-weight: 300;
  letter-spacing: .09em;
  line-height: .8;
}

.l-header .gNav .before {
  display: block;
  position: absolute;
  top: 0;
  left: 2.8em;
  width: 1px;
  height: 5em;
  background: #000;
  transform: rotate(-35deg);
  transform-origin: left top;
}

.l-header .gNav .after {
  display: block;
  /*position: absolute;
      top: 100%;*/
  position: relative;
  top: 0;
  left: 2.8em;
  width: 1px;
  height: 5em;
  margin-top: .8em;
  background: #000;
  transform: rotate(-35deg);
  transform-origin: left top;
}

.l-header .gNav > ul {
  position: relative;
}

.l-header .gNav > ul > li {
  position: relative;
  margin: 0 auto .6em;
  padding: 0;
}

.l-header .gNav > ul > li a {
  position: relative;
  display: table;
  color: #000;
  overflow: hidden;
}

.l-header .gNav > ul > li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-5px) scaleX(0);
  transform-origin: left top;
  transition: all .2s ease-in;
}

.l-header .gNav > ul > li a span {
  position: relative;
  display: inline-block;
}

.l-header .gNav > ul > li a:hover {
  opacity: 1;
}

.l-header .gNav > ul > li a:hover:before {
  transform: translateX(0) scaleX(1);
  transition: all .2s ease-in;
}

.l-header .gNav > ul > li a.is-current:before {
  transform: translateX(0) scaleX(1);
  transition: all 0.6s cubic-bezier(0, 0.96, 0.25, 0.96);
}

.l-header .gNav > ul > li a.is-ready:before {
  transform: translateX(0) scaleX(1);
  transition: all 0.6s cubic-bezier(0, 0.96, 0.25, 0.96);
}

.l-header .gNav > ul > li:last-child {
  margin-bottom: 0;
}

.l-header .gNav > ul > li:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    pointer-events: none;
  }
  .l-header .h-menubtn {
    display: block;
  }
  .l-header .h-bar {
    display: block;
  }
  .l-header .h-body {
    display: block;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: #FF9E19;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    overflow-y: auto;
  }
  .l-header .h-inner {
    width: 100%;
    min-height: 105vh;
    margin: auto;
    padding: 5% 5% 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* .h-menubtn {
        position: absolute;
        top: 11vw;
        right: 6.6vw;
      }*/
  }
  .l-header .h-menucontainer {
    flex: 1;
    width: 36vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-header .header-area-1 {
    width: 36vw;
    margin: 0 auto 7.2vw;
  }
  .l-header .header-area-2 {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .l-header .header-area-2 a {
    color: #fff;
  }
  .l-header .header-area-2 .h-policy {
    display: inline-block;
    margin-bottom: .5em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.6vw;
    letter-spacing: .04em;
  }
  .l-header .header-area-2 .h-instagram {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .5em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.6vw;
    letter-spacing: .04em;
  }
  .l-header .header-area-2 .h-copyright {
    display: table;
    margin: auto auto 1em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.2vw;
    letter-spacing: .04em;
  }
  .l-header .sitelogo {
    width: 21.8vw;
    margin: 0 0 2vw;
  }
  .l-header .h-tagline {
    margin: 0;
    color: #000;
    font-size: 2vw;
    line-height: 1.4;
  }
  .l-header .h-sns {
    display: none;
    color: #000;
    font-size: 2.26vw;
  }
  .l-header .gNav {
    margin: 0 auto;
    padding-top: 1em;
    font-size: 6.93vw;
  }
  .l-header .gNav .before {
    left: 2em;
    height: 3.8em;
    border-width: 2px;
  }
  .l-header .gNav .after {
    left: 2em;
    height: 3.8em;
    margin-top: 0.5em;
    border-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    pointer-events: none;
  }
  .l-header .h-menubtn {
    display: block;
    width: 16.2vw;
  }
  .l-header .h-bar {
    display: block;
    height: 11vw;
  }
  .l-header .h-body {
    display: block;
    width: 100%;
    height: 100vh;
    margin: auto;
    background: #FF9E19;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    overflow-y: auto;
  }
  .l-header .h-inner {
    width: 100%;
    min-height: 105vh;
    margin: auto;
    padding: 5% 5% 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*.h-menubtn {
        top: 11vw;
        right: 6.6vw;
      }*/
  }
  .l-header .h-menucontainer {
    flex: 1;
    width: 36vw;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .l-header .header-area-1 {
    width: 36vw;
    margin: 0 auto 7.2vw;
  }
  .l-header .header-area-2 {
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    text-align: center;
  }
  .l-header .header-area-2 a {
    color: #fff;
  }
  .l-header .header-area-2 .h-policy {
    display: inline-block;
    margin-bottom: .5em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.6vw;
    letter-spacing: .04em;
  }
  .l-header .header-area-2 .h-instagram {
    display: inline-block;
    margin-left: 1em;
    margin-bottom: .5em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.6vw;
    letter-spacing: .04em;
  }
  .l-header .header-area-2 .h-copyright {
    display: table;
    margin: auto auto 1em;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 2.2vw;
    letter-spacing: .04em;
  }
  .l-header .sitelogo {
    width: 21.8vw;
    margin: 0 0 2vw;
  }
  .l-header .h-tagline {
    margin: 0;
    color: #000;
    font-size: 2vw;
    line-height: 1.4;
  }
  .l-header .h-sns {
    display: none;
    color: #000;
    font-size: 2.26vw;
  }
  .l-header .gNav {
    margin: 0 auto;
    padding-top: 1em;
    font-size: 6.93vw;
  }
  .l-header .gNav .before {
    left: 2em;
    height: 3.8em;
    border-width: 2px;
  }
  .l-header .gNav .after {
    left: 2em;
    height: 3.8em;
    margin-top: 0.5em;
    border-width: 2px;
  }
}

.l-header.is-open {
  pointer-events: auto;
}

.l-header.is-open .h-menubtn .menubtn_1 {
  opacity: 0;
}

.l-header.is-open .h-menubtn .menubtn_2 {
  opacity: 1;
}

.l-header.is-open .h-bar {
  border-bottom: 0;
  background: transparent;
}

.l-header.is-open .h-bar .stickylogo {
  display: none;
}

.l-header.is-open .h-body {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity .2s ease-out;
  pointer-events: auto;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  body.is-open {
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body.is-open {
    height: 100vh;
    overflow: hidden;
  }
}

/* home */
.page-home .l-header {
  margin-top: 30px;
}

.page-home .l-header .h-bar {
  background: none;
  border-bottom: 0;
  pointer-events: none;
}

.page-home .l-header .h-bar .stickylogo {
  display: none;
}

.page-home .l-header .h-bar .h-menubtn {
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .page-home .l-header {
    margin-top: 0;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 16%;
  padding: 20px 0;
  z-index: 50;
  pointer-events: none;
}

.l-footer .btn-pagetop {
  position: relative;
  width: 68px;
  height: 68px;
  margin: 0 auto 30px;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-footer .btn-pagetop a {
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  overflow: hidden;
}

.l-footer .btn-pagetop a:hover {
  opacity: 1;
  background-color: #FF9E19;
  transition: all .2s ease-out;
}

.l-footer .btn-pagetop.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .2s ease-out;
}

.l-footer .f-nav {
  position: relative;
  width: 80%;
  margin: auto;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .04em;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-footer .f-nav a {
  display: table;
  position: relative;
  margin: auto;
  padding-right: 75px;
  color: #000;
}

.l-footer .f-nav a span {
  display: block;
  position: relative;
  padding: 0 75px 0 0;
}

.l-footer .f-nav a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.l-footer .f-nav a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.l-footer .f-nav a:hover {
  color: #FF9E19;
  opacity: 1;
  transition: all .2s ease-out;
}

.l-footer .f-nav a:hover:before {
  border-color: #FF9E19;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.l-footer .f-nav a:hover:after {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #FF9E19;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.l-footer .copyright {
  position: relative;
  width: 80%;
  margin: 10px auto 0;
  font-family: "Inter", sans-serif;
  font-size: .9rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: .04em;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.l-footer .f-nav.is-active, .l-footer .copyright.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: all .2s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-footer {
    position: relative;
    width: auto;
    z-index: 1;
  }
  .l-footer .btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 58px;
    height: 58px;
  }
  .l-footer .f-nav, .l-footer .copyright {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    width: auto;
    padding: 16vw 0 8vw;
    z-index: 1;
  }
  .l-footer .btn-pagetop {
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 58px;
    height: 58px;
  }
  .l-footer .f-nav, .l-footer .copyright {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: 100vh;
  margin: 0 16% 0 0;
  color: #000;
  overflow: hidden;
  z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .l-main {
    margin: 75px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    margin: 11vw 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .page-home .l-main {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-home .l-main {
    margin-top: 0;
  }
}

/*-----------
link
-------------*/
/*a.url {
  word-break: break-all;
}

a.line { text-decoration: underline; }

a.text-link { display: inline-block; text-decoration: underline; }

a.text-link:hover { opacity: 0.5; }

a.arrow:before { content: "> "; }

a.arrow-link { position: relative; display: inline-block; line-height: 1.0; vertical-align: top; }

a.arrow-link:after { content: "»"; margin-left: 0.25em; display: inherit; line-height: inherit; vertical-align: inherit; }*/
button, input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

/*------------------------------
btn more
-------------------------------*/
@-webkit-keyframes arrowAnim {
  0% {
    transform: scaleX(1);
  }
  40% {
    transform: scaleX(0.83);
  }
  80% {
    transform: scaleX(0.83);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes arrowAnim {
  0% {
    transform: scaleX(1);
  }
  40% {
    transform: scaleX(0.83);
  }
  80% {
    transform: scaleX(0.83);
  }
  100% {
    transform: scaleX(1);
  }
}

.link-more {
  display: table;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .06em;
  line-height: 1.2;
  overflow: hidden;
}

.link-more a {
  display: block;
  position: relative;
  padding-right: 75px;
  color: #000;
  overflow: hidden;
}

.link-more a span {
  display: block;
  position: relative;
  padding: 0 75px 0 0;
}

.link-more a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.link-more a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.link-more a:hover, .link-more a.is-hover {
  color: #FF9E19;
  opacity: 1;
  transition: all .2s ease-out;
}

.link-more a:hover:before, .link-more a.is-hover:before {
  border-color: #FF9E19;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.link-more a:hover:after, .link-more a.is-hover:after {
  /*animation-name: arrowAnim;
      animation-duration: 1.5s;
      animation-timing-function: cubic-bezier(.31,.01,.24,.9);
      animation-delay: .1s;
      animation-iteration-count: infinite;*/
  border-color: #FF9E19;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (max-width: 767px) {
  .link-more {
    display: block;
    width: 5.4vw;
    height: 5.4vw;
    max-width: 40px;
    max-height: 40px;
  }
  .link-more a {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff url("../images/arrow_40.png") no-repeat 0 0;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 100px;
    white-space: nowrap;
    text-indent: 110%;
  }
  .link-more a:before {
    display: none;
  }
  .link-more a:after {
    display: none;
  }
  .link-more a:hover {
    opacity: 1;
    background-color: #FF9E19;
    transition: all .2s ease-out;
  }
}

/*------------------------------
btn arrow
-------------------------------*/
.btn_arrow a {
  display: block;
  position: relative;
  background: #000;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: .02em;
  overflow: hidden;
}

.btn_arrow a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.btn_arrow a span {
  display: block;
  position: relative;
  padding: 0 75px 0 0;
}

.btn_arrow a span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #fff;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.btn_arrow a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #fff;
}

.btn_arrow a:hover {
  opacity: 1;
  transition: all .25s ease-out;
}

.btn_arrow a:hover:before {
  transform: translateX(0);
  transition: all .2s ease-out;
}

.btn_arrow a:hover span:after {
  width: 50px;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.btn_arrow a.off {
  pointer-events: none;
  background: #999;
}

.btn_arrow button[type="submit"] {
  display: block;
  position: relative;
  width: 100%;
  background: #000;
  padding: 15px;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 2rem;
  text-align: left;
  letter-spacing: .02em;
  line-height: 1.7;
  overflow: hidden;
}

.btn_arrow button[type="submit"]:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.btn_arrow button[type="submit"] span {
  display: block;
  position: relative;
  padding: 0 75px 0 0;
}

.btn_arrow button[type="submit"] span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 1px;
  height: 10px;
  border-right: 1px solid #fff;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.btn_arrow button[type="submit"] span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 15px;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #fff;
}

.btn_arrow button[type="submit"]:hover {
  opacity: 1;
  transition: all .25s ease-out;
}

.btn_arrow button[type="submit"]:hover:before {
  transform: translateX(0);
  transition: all .2s ease-out;
}

.btn_arrow button[type="submit"]:hover span:after {
  width: 50px;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.btn_arrow button[type="submit"].off {
  pointer-events: none;
  background: #999;
}

@media screen and (max-width: 767px) {
  .btn_arrow a {
    font-size: 3.5vw;
  }
  .btn_arrow button[type="submit"] {
    font-size: 3.5vw;
  }
}

.btn_arrow.border a {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.btn_arrow.border a span:before, .btn_arrow.border a span:after {
  border-color: #000;
}

.btn_arrow.en a, .btn_arrow.en button[type="submit"] {
  font-family: "Inter", sans-serif;
}

.btn_arrow.w-middle {
  margin: 7.1vw auto;
}

.btn_arrow.w-middle a {
  width: 354px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .btn_arrow.w-middle {
    margin: 16vw auto 0;
  }
  .btn_arrow.w-middle a {
    width: 60vw;
  }
}

.btn-area {
  margin: 7.1vw auto;
}

.btn-area .btn_arrow.w-middle {
  margin: 3.55vw auto;
}

.btn-area .btn_arrow.w-middle:first-child {
  margin-top: 0;
}

.btn-area .btn_arrow.w-middle:last-child {
  margin-bottom: 0;
}

.btn-area ul {
  display: flex;
  justify-content: center;
}

.btn-area ul li {
  margin: 0 1.775vw;
}

@media screen and (max-width: 767px) {
  .btn-area {
    margin: 16vw auto 0;
  }
  .btn-area .btn_arrow.w-middle {
    margin: 8vw auto;
  }
  .btn-area .btn_arrow.w-middle:first-child {
    margin-top: 0;
  }
  .btn-area .btn_arrow.w-middle:last-child {
    margin-bottom: 0;
  }
  .btn-area ul {
    display: block;
  }
  .btn-area ul li {
    margin: 4vw auto;
  }
  .btn-area ul li:first-child {
    margin-top: 0;
  }
  .btn-area ul li:last-child {
    margin-bottom: 0;
  }
}

/*-----------
h
-------------*/
.h-underline {
  position: relative;
  display: table;
  border-bottom: 2px solid #000;
  font-family: "Inter", sans-serif;
  font-size: 2.1vw;
  font-weight: 300;
  letter-spacing: .106rem;
}

@media screen and (max-width: 767px) {
  .h-underline {
    font-size: 4vw;
  }
}

.h-underline.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*------------------------------
common
-------------------------------*/
/* form-----------*/
optgroup, select, textarea {
  font-size: 1.6rem;
}

input[type="text"], input[type="email"] {
  padding: 15px 0 0 0;
  border: none;
  outline: none;
  font-size: 1.6rem;
}

textarea {
  display: block;
  width: 100%;
  height: 15em;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  textarea {
    height: 12em;
  }
}

::-moz-placeholder {
  color: #B1B1B1;
  font-weight: 300;
}

::placeholder {
  color: #B1B1B1;
  font-weight: 300;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

input[type="checkbox"] + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
}

input[type="checkbox"] + span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 40%;
  left: 3px;
  margin: auto;
  width: 13px;
  height: 9px;
  border-left: 3px solid #FF9E19;
  border-bottom: 3px solid #FF9E19;
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"] + span {
    padding-left: 2em;
  }
  input[type="checkbox"] + span:before {
    width: 1.2em;
    height: 1.2em;
  }
  input[type="checkbox"] + span:after {
    bottom: 43%;
    left: 0.3em;
    width: 0.7em;
    height: 0.5em;
  }
}

input[type="checkbox"]:checked + span:after {
  opacity: 1;
  transition: all .2s ease-out;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

input[type="radio"] + span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}

input[type="radio"] + span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 100px;
  transform: translate(-50%, 0);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  input[type="radio"] + span {
    padding-left: 1.5em;
  }
  input[type="radio"] + span:before {
    width: 1em;
    height: 1em;
  }
  input[type="radio"] + span:after {
    left: .5em;
    width: .6em;
    height: .6em;
  }
}

input[type="radio"]:checked + span:after {
  opacity: 1;
  transition: all .2s ease-out;
}

/* form-----------*/
.youtube {
  position: relative;
  overflow: hidden;
}

.youtube:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube.aspect-16-9over:before {
  padding-bottom: 65.9%;
}

.youtube.aspect-16-9over:before {
  padding-bottom: 65.9%;
}

.youtube.round {
  border-radius: 10px;
}

.youtube.noaccess:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vimeo {
  position: relative;
  overflow: hidden;
}

.vimeo.round {
  border-radius: 10px;
}

.vimeo.noaccess:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------
simple page
-------------------------------*/
.p-page {
  padding: 90px 0;
}

.p-page .page-header {
  position: relative;
}

.p-page .page-header .page-title {
  position: relative;
  width: 86%;
  max-width: 750px;
  margin: auto auto 3em;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
}

.p-page .page-header .page-title.en {
  font-family: "Inter", sans-serif;
}

.p-page .page-body {
  position: relative;
  width: 86%;
  max-width: 750px;
  margin: auto;
}

/*---------------
CONTACT
----------------*/
.sec-contact {
  position: relative;
  color: #333;
}

.sec-contact .contact-inner {
  position: relative;
  max-width: 750px;
  margin: auto;
}

.sec-contact .contact-tel {
  position: relative;
  margin-bottom: 50px;
  font-size: 1.2rem;
  letter-spacing: .06em;
}

.sec-contact .contact-tel p {
  margin: 0;
}

.sec-contact .contact-tel .tel {
  margin-top: .3em;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 3rem;
  letter-spacing: .1em;
  line-height: 1;
}

.sec-contact .contact-tel .tel .icon_tel {
  width: .8em;
  margin-right: 5px;
}

.sec-contact .contact-form {
  font-size: 1.2rem;
  letter-spacing: .06em;
  line-height: 1.5;
}

.sec-contact .error_box {
  padding: 15px;
  background: #f2dcbf;
}

.sec-contact .error_box p:first-child {
  margin-top: 0;
}

.sec-contact .error_box ul {
  padding-left: 1.8em;
  list-style: list;
  list-style: disc;
}

.sec-contact .require {
  display: inline-block;
  width: 3.5em;
  margin-left: 1em;
  padding: 0 .4em;
  background: #FF9E19;
  font-size: 1rem;
  line-height: 1;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.sec-contact .form-block-1 {
  position: relative;
  margin: 24px 0 0;
}

.sec-contact .form-block-1 .table-input {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #000;
}

.sec-contact .form-block-1 .table-input tbody th {
  width: 4em;
  padding: 25px 25px 10px 0;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
}

.sec-contact .form-block-1 .table-input tbody td {
  padding: 10px 0 10px;
  border-bottom: 1px solid #000;
}

.sec-contact .form-block-1 input[type="text"] {
  display: block;
  width: 100%;
}

.sec-contact .form-block-2 {
  position: relative;
  margin: 30px 0;
}

.sec-contact .form-block-2 .table-input {
  border-collapse: collapse;
  width: 100%;
}

.sec-contact .form-block-2 .table-input tbody th {
  width: 4em;
  padding: 0 25px 0 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.3;
  white-space: nowrap;
}

.sec-contact .form-block-2 .table-input tbody td {
  padding: 0;
}

.sec-contact .form-block-2 .checklist li {
  display: inline-block;
  margin: 4px 15px 4px 0;
}

.sec-contact .form-block-3 {
  position: relative;
  margin: 30px 0 50px;
}

.sec-contact .form-block-3 .textbox-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sec-contact .form-block-3 .textbox-header p {
  margin: 0;
}

.sec-contact .form-block-3 .textbox-header .hosoku {
  color: #666;
}

.sec-contact .form-block-4 {
  position: relative;
  margin-bottom: 30px;
}

.sec-contact .form-block-4 .textbox-header {
  display: flex;
  font-size: 1rem;
}

.sec-contact .form-block-4 .textbox-header p:first-child {
  margin-right: 1em;
}

.sec-contact .form-block-4 .policy-scroller {
  position: relative;
  height: 16em;
  margin-bottom: 15px;
  padding: 10px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #F3F3F3;
  overflow: auto;
}

.sec-contact .form-block-4 .policy-scroller .policy-inner {
  position: relative;
  color: #666;
  font-size: 1rem;
  /*p {
          margin: 0 0 2em;
        }*/
}

.sec-contact .error {
  margin-top: .5em;
  color: #FF9E19;
}

.sec-contact .btn_arrow {
  width: 354px;
  margin: 30px auto;
}

@media screen and (max-width: 767px) {
  .sec-contact .contact-inner {
    width: 88%;
  }
  .sec-contact .contact-tel {
    margin-bottom: 7vw;
    font-size: 2.9vw;
  }
  .sec-contact .contact-tel .tel {
    font-size: 4.8vw;
  }
  .sec-contact .contact-tel .tel .icon_tel {
    margin-right: .4em;
  }
  .sec-contact .contact-form {
    font-size: 2.9vw;
  }
  .sec-contact .require {
    margin-left: .7em;
    padding: 0 .4em;
    font-size: 1.8vw;
  }
  .sec-contact .form-block-1 {
    margin: 4vw 0 0;
  }
  .sec-contact .form-block-1 .table-input tbody th {
    display: block;
    width: auto;
    padding: 2vw 0 .2em;
    border-bottom: 0;
  }
  .sec-contact .form-block-1 .table-input tbody td {
    display: block;
    padding: 0 0 2vw;
  }
  .sec-contact .form-block-2 {
    margin: 8vw 0;
  }
  .sec-contact .form-block-2 .table-input tbody th {
    display: block;
    width: auto;
    margin-bottom: 3.2vw;
  }
  .sec-contact .form-block-2 .table-input tbody td {
    display: block;
    padding: 0;
  }
  .sec-contact .form-block-2 .table-input .checklist li {
    display: block;
    margin: 0 0 2.2vw;
  }
  .sec-contact .form-block-2 .table-input .checklist li:last-child {
    margin-bottom: 0;
  }
  .sec-contact .form-block-3 {
    margin: 8vw 0 10vw;
  }
  .sec-contact .form-block-3 .textbox-header {
    display: block;
    margin-bottom: 3.8vw;
  }
  .sec-contact .form-block-3 .textbox-header .hosoku {
    color: #666;
    font-size: 2.4vw;
  }
  .sec-contact .form-block-4 {
    margin-bottom: 10vw;
  }
  .sec-contact .form-block-4 .textbox-header {
    display: block;
    margin-bottom: 3.8vw;
    font-size: 2.9vw;
  }
  .sec-contact .form-block-4 .textbox-header p {
    margin: 0;
  }
  .sec-contact .form-block-4 .textbox-header p:first-child {
    margin-right: 0;
  }
  .sec-contact .form-block-4 .textbox-header .hosoku {
    font-size: 2.4vw;
  }
  .sec-contact .form-block-4 .policy-scroller {
    margin-bottom: 3vw;
  }
  .sec-contact .form-block-4 .policy-scroller .policy-inner {
    font-size: 2.4vw;
  }
  .sec-contact .btn_arrow {
    width: 60%;
    margin: 4vw auto;
  }
}

/*------------------------------
TOP
-------------------------------*/
/* KV -----------*/
@-webkit-keyframes loadingAnim {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5%);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes loadingAnim {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5%);
  }
  40% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

.kv-container {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  z-index: 0;
  /*@mixin pcl {
    margin: 0 40px 64px;
  }
  @include sp {
    width: 92%;
    margin: auto auto 8.75vw;
    .kv-visual {
      padding-bottom: 177.627%;
    }
  }*/
}

.kv-container .kv-visual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  line-height: 0;
  overflow: hidden;
  background: #e4e4e4;
  background-size: cover;
  /*#kv_player.is-hide {
      opacity: 0;
      iframe {
        //opacity: 0;
      }
    }*/
}

.kv-container .kv-visual video, .kv-container .kv-visual img {
  /*position: absolute;
      top: 0;
      left: 50%;
      width: auto;
      height: 100%;
      transform: translateX(-50%);*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.kv-container .kv-visual #kv_player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.kv-container .kv-visual #kv_player .kv_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv-container .kv-visual #kv_player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv-container .kv-visual #kv_player:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.kv-container .kv-visual .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e4e4e4;
  display: none;
}

.kv-container .kv-visual .loading_img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  line-height: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.kv-container .kv-visual .loading_img img {
  width: 100%;
  height: auto;
}

.kv-container .kv-visual .loading_img .loading_img_1 {
  position: relative;
}

.kv-container .kv-visual .loading_img .loading_img_2, .kv-container .kv-visual .loading_img .loading_img_3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: loadingAnim;
  animation-name: loadingAnim;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.kv-container .kv-visual .loading_img .loading_img_3 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.kv-container .kv-visual.is-loading .loading {
  display: block;
}

.kv-container .kv-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 18px;
  line-height: 0;
  transform: translateX(-50%);
}

.kv-container .kv-scroll img {
  width: 100%;
  height: auto;
}

.kv-container .kv-scroll .scroll_1 {
  position: relative;
}

.kv-container .kv-scroll .scroll_2 {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  height: 44%;
  overflow: hidden;
  transition: all .2s ease-out;
}

.kv-container .kv-scroll .scroll_2 img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.kv-container .kv-scroll:hover .scroll_2 {
  height: 57%;
}

@media screen and (max-width: 767px) {
  .kv-container {
    /*.kv-visual {
      #kv_player {
        &:after {
          padding-bottom: 162.5%;
        }
      }
    }*/
  }
  .kv-container .kv-visual #kv_player:after {
    background: rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    background-size: 2px 2px;
    background-position: 0 0, 1px 1px;
  }
  .kv-container .kv-visual .loading_img {
    width: 23vw;
    max-width: 190px;
  }
}

@media screen and (max-aspect-ratio: 16 / 9) and (min-aspect-ratio: 1 / 1) {
  .kv-container .kv-visual #kv_player {
    width: 178vh;
    height: 100%;
    /*iframe {
          opacity: 0;
        }*/
  }
  .kv-container .kv-visual #kv_player:after {
    padding-bottom: 100vh;
  }
}

@media screen and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 640 / 1040) {
  .kv-container .kv-visual #kv_player {
    top: 50%;
    left: 50%;
    width: 105%;
    transform: translate(-50%, -50%);
    /*.kv_svg {
          opacity: 0;
        }
        iframe {
          opacity: 1;
        }*/
  }
  .kv-container .kv-visual #kv_player:after {
    padding-bottom: 162.5%;
  }
}

@media screen and (max-aspect-ratio: 639 / 1040) {
  .kv-container .kv-visual #kv_player {
    top: 0;
    left: 50%;
    width: 62vh;
    height: 100%;
    height: 100vh;
    transform: translate(-50%, 0);
    /*.kv_svg {
          opacity: 0;
        }
        iframe {
          opacity: 1;
        }*/
  }
  .kv-container .kv-visual #kv_player:after {
    padding-bottom: 100vh;
  }
}

.mfp-bg {
  background: #000;
  mix-blend-mode: multiply;
}

.mfp-wrap .mfp-container {
  padding: 50px 0 5vh;
}

.mfp-wrap .mfp-content {
  width: 90%;
  max-width: 1200px;
  height: 100%;
}

.mfp-wrap .mfp-close {
  top: 15px;
  right: 10px;
  height: 39px;
  background: url("../images/btn_close.png") no-repeat right center;
  background-size: contain;
  color: #fff;
  overflow: hidden;
  text-indent: 200%;
  opacity: 1;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  /*max-width: 1200px;*/
}

.mfp-wrap .mfp-close:hover {
  opacity: .7;
}

.mfp-wrap .mfp-arrow {
  top: auto;
  bottom: 20px;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 1;
}

.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  opacity: 1;
}

.mfp-wrap .mfp-arrow:after {
  display: none;
}

.mfp-wrap .mfp-arrow-left {
  left: auto;
  right: 80px;
}

.mfp-wrap .mfp-arrow-right {
  right: 30px;
}

.mfp-wrap .mfp-arrow-left:hover:before {
  transform: translateX(-5px);
  transition: transform .15s;
}

.mfp-wrap .mfp-arrow-right:hover:before {
  transform: translateX(5px);
  transition: transform .15s;
}

@media screen and (max-width: 767px) {
  .mfp-wrap .mfp-content {
    width: 90%;
  }
  .mfp-wrap .mfp-close {
    top: 0;
    height: 12vw;
    background-image: url("../images/btn_close_sp.png");
  }
}

/*---------------
各タイトル
----------------*/
.section-header {
  position: relative;
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .section-header {
    display: block;
    margin: 14vw auto 0;
    padding: 0 6vw 2.6vw;
    border-bottom: 2px solid #000;
    font-size: 3vw;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: .01em;
  }
  .section-header p {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    display: block;
    margin: 28vw auto 0;
    padding: 0 6vw 2.6vw;
    border-bottom: 2px solid #000;
    font-size: 3.7vw;
    line-height: 1.4;
    font-weight: 200;
    letter-spacing: .01em;
  }
  .section-header p {
    margin: 0;
  }
}

/*---------------
NEWS
----------------*/
.sec-top-news {
  position: relative;
  padding: 2.8vw 1.83vw;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sec-top-news {
    padding: 2.8vw 0;
  }
}

.sec-top-news .news-contents {
  position: relative;
  display: flex;
}

.sec-top-news .news-contents .news-header {
  position: relative;
  padding-right: 20px;
}

.sec-top-news .news-contents .news-header .news-header-title {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 1.9vw;
  line-height: 1.4;
  font-weight: 400;
  white-space: nowrap;
}

.sec-top-news .news-contents .news-body {
  flex: 1;
  position: relative;
}

.sec-top-news .news-contents .news-body ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
  display: table;
  width: 100%;
}

.sec-top-news .news-contents .news-body li {
  display: table-row;
}

.sec-top-news .news-contents .news-body li .news-date {
  display: table-cell;
  width: 7em;
  padding: 0 15px 0 0;
  white-space: nowrap;
}

.sec-top-news .news-contents .news-body li .news-title {
  display: table-cell;
  padding: 0 0 0;
  font-size: 93.75%;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec-top-news .news-contents {
    display: block;
  }
  .sec-top-news .news-contents .news-header {
    padding: 0 6vw 2.6vw;
    border-bottom: 2px solid #000;
  }
  .sec-top-news .news-contents .news-header .news-header-title {
    font-size: 3.7vw;
    line-height: 1.4;
    letter-spacing: .01em;
  }
  .sec-top-news .news-contents .news-body {
    padding: 2.6vw 6vw;
  }
  .sec-top-news .news-contents .news-body ul {
    margin-top: 0;
  }
}

.sec-top-news .news-slider-container {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 1.4vw auto 0;
  overflow: hidden;
}

.sec-top-news .news-slider-container .news-slider {
  position: relative;
  margin-bottom: 40px;
  padding: 0 70px;
}

.sec-top-news .news-slider-container .news-slider li {
  padding: 0 7px;
}

.sec-top-news .news-slider-container .news-slider li .img {
  position: relative;
  line-height: 0;
}

.sec-top-news .news-slider-container .news-slider li .img img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.sec-top-news .news-slider-container .news-slider li .text {
  margin: 5px 0;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 400;
}

.sec-top-news .news-slider-container .news-slider .slick-arrow {
  position: absolute;
  display: block;
  top: 0;
  width: 60px;
  height: 15px;
  margin-top: 10%;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.sec-top-news .news-slider-container .news-slider .slick-prev {
  left: 0;
}

.sec-top-news .news-slider-container .news-slider .slick-prev:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 1px;
  height: 10px;
  border-left: 1px solid #000;
  transform: translateY(-1px) rotate(60deg);
  transform-origin: left bottom;
}

.sec-top-news .news-slider-container .news-slider .slick-prev:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.sec-top-news .news-slider-container .news-slider .slick-next {
  right: 0;
}

.sec-top-news .news-slider-container .news-slider .slick-next:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.sec-top-news .news-slider-container .news-slider .slick-next:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 60px;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.sec-top-news .news-slider-container .news-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}

.sec-top-news .news-slider-container .news-slider .slick-dots li button {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.sec-top-news .news-slider-container .news-slider .slick-dots li button:before {
  content: '';
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  border: 1px solid #000;
  border-radius: 100px;
}

.sec-top-news .news-slider-container .news-slider .slick-dots li.slick-active button:before {
  background: #000;
}

@media screen and (max-width: 767px) {
  .sec-top-news .news-slider-container {
    width: 88%;
    margin-top: 8.5vw;
  }
  .sec-top-news .news-slider-container .news-slider {
    padding: 0 50px;
  }
  .sec-top-news .news-slider-container .news-slider li .text {
    font-size: 5.3vw;
  }
  .sec-top-news .news-slider-container .news-slider .slick-arrow {
    width: 5.4vw;
    height: 5.4vw;
    max-width: 40px;
    max-height: 40px;
    margin-top: 25vw;
    border: 1px solid #000;
    border-radius: 100px;
    transform: translateY(-50%);
  }
  .sec-top-news .news-slider-container .news-slider .slick-prev:before {
    display: none;
  }
  .sec-top-news .news-slider-container .news-slider .slick-prev:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff url(../images/arrow_40.png) no-repeat 0 0;
    background-size: contain;
    border: 0;
    transform: rotate(180deg);
    transform-origin: center center;
  }
  .sec-top-news .news-slider-container .news-slider .slick-next:before {
    display: none;
  }
  .sec-top-news .news-slider-container .news-slider .slick-next:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff url(../images/arrow_40.png) no-repeat 0 0;
    background-size: contain;
    border: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec-top-news .news-slider-container .news-slider {
    padding: 0 5.7vw;
  }
}

/*---------------
WORK
----------------*/
@media screen and (max-width: 767px) {
  #news + .section-header {
    margin-top: 0;
  }
}

.sec-top-work {
  position: relative;
  overflow: hidden;
}

.sec-top-work .work-block {
  position: relative;
  margin: 7.1vw 0;
}

.sec-top-work .work-block .work-text {
  position: relative;
  display: flex;
  padding: 1.46vw 0;
  border-top: 2px solid #000;
}

.sec-top-work .work-block .work-img {
  position: relative;
  line-height: 0;
  text-align: center;
}

.sec-top-work .work-block .work-img a {
  position: relative;
  display: block;
  /*&:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
        }*/
}

.sec-top-work .work-block .text1 {
  width: 28%;
  padding: 0 1.83vw;
  display: flex;
  align-items: center;
}

.sec-top-work .work-block .text2 {
  width: 35%;
  padding-right: 3vw;
}

.sec-top-work .work-block .text3 {
  flex: 1;
}

.sec-top-work .work-block .work-title {
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.9vw;
  line-height: 1.4;
  font-weight: 400;
}

.sec-top-work .work-block .work-data {
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.4;
}

.sec-top-work .work-block .work-excerpt {
  margin: 0;
  font-size: .87vw;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-top-work .work-block .link-more {
  margin: 5px 0 0 auto;
  font-size: 1.2rem;
}

.sec-top-work .work-block:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sec-top-work .work-block {
    margin: 11vw 0;
    padding-top: 11vw;
    border-top: 2px solid #000;
  }
  .sec-top-work .work-block .work-text {
    display: block;
    width: 88%;
    margin: 0 auto 9.3vw;
    padding: 0;
    border: 0;
  }
  .sec-top-work .work-block .text1 {
    display: block;
    width: auto;
    padding: 0;
  }
  .sec-top-work .work-block .text2 {
    display: block;
    width: auto;
    padding: 0;
  }
  .sec-top-work .work-block .text3 {
    display: block;
    width: auto;
    padding: 0;
  }
  .sec-top-work .work-block .work-title {
    font-size: 5.3vw;
  }
  .sec-top-work .work-block .work-data {
    margin: 4vw 0;
    font-size: 4vw;
  }
  .sec-top-work .work-block .work-excerpt {
    -webkit-line-clamp: 4;
    font-size: 3vw;
    line-height: 1.6;
  }
  .sec-top-work .work-block .link-more {
    margin: 4.7vw auto 0 0;
  }
  .sec-top-work .work-block:first-child {
    margin-top: 0;
    border: 0;
  }
}

/*---------------
ABOUT
----------------*/
.sec-top-about {
  position: relative;
  padding: 5.8vw 7.3vw 1px 0;
  background: #fff;
  overflow: hidden;
}

.sec-top-about .about-outline {
  position: relative;
  margin: auto;
}

.sec-top-about .about-outline .logo_koeru {
  position: absolute;
  top: 0;
  left: 5.1vw;
  width: 14vw;
}

.sec-top-about .about-outline .logo_koeru2, .sec-top-about .about-outline .logo_koeru3 {
  position: absolute;
  bottom: 0;
  width: 14vw;
}

.sec-top-about .about-outline .about-inner {
  position: relative;
  width: 73.35%;
  margin: 0 0 0 auto;
  padding-top: 156px;
}

.sec-top-about .about-outline .about-img-container {
  position: relative;
}

.sec-top-about .about-outline .about-img {
  position: relative;
  margin-bottom: 2.6%;
  line-height: 0;
}

.sec-top-about .about-outline .about-member {
  position: relative;
}

.sec-top-about .about-outline .about-member .member-container {
  position: absolute;
  top: 13%;
  left: 24.6%;
  width: 50.9%;
  background: #fff;
  overflow: hidden;
}

.sec-top-about .about-outline .about-member .member-container:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.15%;
  /*background: #f00;
          opacity: .7;*/
}

.sec-top-about .about-outline .about-member .member-lineup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*.slick-list {
          height: 100%;
        }*/
}

.sec-top-about .about-outline .about-member .member-lineup .member-item {
  position: relative;
  width: 19.8vw;
  /*height: 100%;*/
}

.sec-top-about .about-outline .about-member .member-lineup img {
  display: block;
  margin: auto;
}

.sec-top-about .about-outline .about-company {
  margin: 120px 0 80px;
}

.sec-top-about .about-outline .about-company .company-name {
  margin: 0 0 .5em;
  font-size: 1.17vw;
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.4;
}

.sec-top-about .about-outline .about-company .company-text {
  margin: 0 0 1.5em;
  font-size: 1.0vw;
}

.sec-top-about .about-outline .about-company .table-line {
  border-collapse: collapse;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: .95vw;
  letter-spacing: .08em;
  line-height: 1.5;
}

.sec-top-about .about-outline .about-company .table-line tbody th {
  padding: .7em 0 .7em .7em;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

.sec-top-about .about-outline .about-company .table-line tbody th span {
  display: block;
  margin-right: 0.7em;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.sec-top-about .about-outline .about-company .table-line tbody th span:after {
  content: ' :';
}

.sec-top-about .about-outline .about-company .table-line tbody td {
  padding: .7em .7em .7em 0;
  border-bottom: 1px solid #000;
}

.sec-top-about .about-outline .about-company .table-line tbody tr:last-child th, .sec-top-about .about-outline .about-company .table-line tbody tr:last-child td {
  border-bottom: 0;
}

.sec-top-about .about-outline .about-company .company-topinfo {
  position: relative;
  max-width: 28em;
  margin: 3em 0;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: .87vw;
  letter-spacing: .06em;
  line-height: 2;
}

.sec-top-about .about-outline .about-company .company-topinfo p {
  margin: 0;
}

.sec-top-about .about-access {
  position: relative;
  margin: auto;
}

.sec-top-about .about-access:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.8%;
}

.sec-top-about .about-access iframe, .sec-top-about .about-access #merkmalmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-top-about .about-h3 {
  font-size: 1.3vw;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.sec-top-about .about-info {
  position: relative;
  margin: 11.7vw auto;
}

.sec-top-about .about-info .info-chart {
  position: relative;
  margin: 0 0 2.9vw 5.1vw;
}

.sec-top-about .about-info .info-chart-container {
  position: relative;
  width: 59.95vw;
  margin: 3.6vw auto 0;
}

.sec-top-about .about-info .info-chart-container .info-chart-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -3.6vw;
}

.sec-top-about .about-info .info-chart-container .chart-block {
  width: 50%;
  margin: 0 0 1.4vw;
  padding: 0 3.6vw;
  text-align: center;
}

.sec-top-about .about-info .info-chart-container .about-h3 {
  margin: 0 0 1em;
  text-align: center;
}

.sec-top-about .about-info .info-qa {
  margin: 2.9vw 0 0 5.1vw;
}

.sec-top-about .about-info .info-qa .infoqa {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
}

.sec-top-about .about-info .info-qa .infoqa thead th {
  padding-bottom: .8em;
  border-bottom: 1px solid #000;
  text-align: left;
  font-size: .878vw;
  line-height: 1.4;
  letter-spacing: .1em;
  white-space: nowrap;
}

.sec-top-about .about-info .info-qa .infoqa thead th:last-child {
  text-align: center;
}

.sec-top-about .about-info .info-qa .infoqa tbody {
  font-size: 1.3vw;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: .04em;
}

.sec-top-about .about-info .info-qa .infoqa tbody td {
  vertical-align: middle;
  padding: .6vw 1.3vw;
  border-bottom: 1px solid #000;
}

.sec-top-about .about-info .info-qa .infoqa tbody td:last-child {
  padding: .3vw .3vw;
  border-left: 1px dotted #000;
  text-align: center;
  font-size: 135%;
}

.sec-top-about .about-info .info-qa .infoqa tbody tr td:first-child {
  background: #F3F3F3;
}

.sec-top-about .about-info .info-qa .infoqa tbody tr:nth-child(2n) td:first-child {
  background: #fff;
}

.sec-top-about .about-info .about-message {
  margin: 11.7vw auto;
}

.sec-top-about .about-info .about-message .message-text {
  margin-left: 2.2vw;
  line-height: 0;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-top-about {
    padding: 1px 0;
    background: #fff;
  }
  .sec-top-about .about-h3 {
    font-size: 3.2vw;
  }
  .sec-top-about .about-outline {
    margin: 16vw 0;
  }
  .sec-top-about .about-outline .logo_koeru {
    left: 0;
    width: 26%;
  }
  .sec-top-about .about-outline .logo_koeru2, .sec-top-about .about-outline .logo_koeru3 {
    width: 26%;
  }
  .sec-top-about .about-outline .about-inner {
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .sec-top-about .about-outline .about-img {
    width: 72%;
    /*margin: 0 0 4vw auto;*/
    margin-left: auto;
  }
  .sec-top-about .about-outline .about-member .member-lineup .member-item {
    width: 25vw;
  }
  .sec-top-about .about-outline .about-company {
    width: 86%;
    margin: 21.3vw auto 16vw;
  }
  .sec-top-about .about-outline .about-company .company-name {
    font-size: 3.2vw;
  }
  .sec-top-about .about-outline .about-company .company-text {
    margin-bottom: 2em;
    font-size: 3.2vw;
    font-weight: 300;
  }
  .sec-top-about .about-outline .about-company .table-line {
    font-size: 2.9vw;
    font-weight: 300;
  }
  .sec-top-about .about-outline .about-company .table-line tbody th {
    padding: 0.3em 0;
  }
  .sec-top-about .about-outline .about-company .table-line tbody td {
    padding: 0.3em 0;
  }
  .sec-top-about .about-outline .about-company .company-topinfo {
    width: 76%;
    margin: 8vw 0 0;
    font-size: 2.9vw;
    line-height: 1.5;
  }
  .sec-top-about .about-access:before {
    padding-bottom: 56.8%;
  }
  .sec-top-about .about-info {
    margin: 21vw auto;
  }
  .sec-top-about .about-info .h-underline {
    display: none;
  }
  .sec-top-about .about-info .info-chart {
    width: 64vw;
    margin: 12vw auto 21vw;
  }
  .sec-top-about .about-info .info-chart-container {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .sec-top-about .about-info .info-chart-container .info-chart-inner {
    display: block;
    margin: auto;
  }
  .sec-top-about .about-info .info-chart-container .chart-block {
    width: auto;
    margin: 0 auto 6.5vw;
    padding: 0;
  }
  .sec-top-about .about-info .info-qa {
    width: 88%;
    margin: 0 auto;
  }
  .sec-top-about .about-info .info-qa .infoqa {
    margin: 3.8vw 0;
  }
  .sec-top-about .about-info .info-qa .infoqa thead th {
    padding-bottom: 1em;
    font-size: 2.5vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody {
    font-size: 2.9vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody td:first-child {
    height: 4.5em;
    padding: 1.8vw 1.3vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody td:last-child {
    padding: 0.3vw 0.3vw;
    font-size: 180%;
  }
  .sec-top-about .about-info .about-message {
    margin: 34vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-top-about {
    padding: 1px 0;
    background: #fff;
  }
  .sec-top-about .about-h3 {
    font-size: 3.2vw;
  }
  .sec-top-about .about-outline {
    margin: 16vw 0;
  }
  .sec-top-about .about-outline .logo_koeru {
    left: 0%;
    width: 26%;
  }
  .sec-top-about .about-outline .logo_koeru2, .sec-top-about .about-outline .logo_koeru3 {
    width: 26%;
  }
  .sec-top-about .about-outline .about-inner {
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .sec-top-about .about-outline .about-img {
    width: 72%;
    /*margin: 0 0 4vw auto;*/
    margin-left: auto;
  }
  .sec-top-about .about-outline .about-member .member-lineup .member-item {
    width: 25vw;
  }
  .sec-top-about .about-outline .about-company {
    width: 86%;
    margin: 21.3vw auto 16vw;
  }
  .sec-top-about .about-outline .about-company .company-name {
    font-size: 3.2vw;
  }
  .sec-top-about .about-outline .about-company .company-text {
    margin-bottom: 2em;
    font-size: 3.2vw;
    font-weight: 300;
  }
  .sec-top-about .about-outline .about-company .table-line {
    font-size: 2.9vw;
    font-weight: 300;
  }
  .sec-top-about .about-outline .about-company .table-line tbody th {
    padding: 0.3em 0;
  }
  .sec-top-about .about-outline .about-company .table-line tbody td {
    padding: 0.3em 0;
  }
  .sec-top-about .about-outline .about-company .company-topinfo {
    width: 76%;
    margin: 8vw 0 0;
    font-size: 2.9vw;
    line-height: 1.5;
  }
  .sec-top-about .about-access:before {
    padding-bottom: 100%;
  }
  .sec-top-about .about-info {
    margin: 21vw auto;
  }
  .sec-top-about .about-info .h-underline {
    display: none;
  }
  .sec-top-about .about-info .info-chart {
    width: 64vw;
    margin: 12vw auto 21vw;
  }
  .sec-top-about .about-info .info-chart-container {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .sec-top-about .about-info .info-chart-container .info-chart-inner {
    display: block;
    margin: auto;
  }
  .sec-top-about .about-info .info-chart-container .chart-block {
    width: auto;
    margin: 0 auto 6.5vw;
    padding: 0;
  }
  .sec-top-about .about-info .info-qa {
    width: 88%;
    margin: 0 auto;
  }
  .sec-top-about .about-info .info-qa .infoqa {
    margin: 3.8vw 0;
  }
  .sec-top-about .about-info .info-qa .infoqa thead th {
    padding-bottom: 1em;
    font-size: 2.5vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody {
    font-size: 2.9vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody td:first-child {
    height: 4.5em;
    padding: 1.8vw 1.3vw;
  }
  .sec-top-about .about-info .info-qa .infoqa tbody td:last-child {
    padding: 0.3vw 0.3vw;
    font-size: 180%;
  }
  .sec-top-about .about-info .about-message {
    margin: 34vw auto 0;
  }
}

/*---------------
SRVICE
----------------*/
#service + .section-header {
  margin-top: 0;
  background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  #service + .section-header {
    padding-top: 14vw;
  }
}

@media screen and (max-width: 767px) {
  #service + .section-header {
    padding-top: 28vw;
  }
}

.sec-top-service {
  position: relative;
  background: #fff;
  border-top: 2px solid #000;
  overflow: hidden;
}

.sec-top-service .service-note {
  position: relative;
  padding: 3.36vw 5.1vw;
  font-size: .878vw;
  line-height: 2;
  letter-spacing: .06em;
}

.sec-top-service .service-note p:first-child {
  margin-top: 0;
}

.sec-top-service .service-note p:last-child {
  margin-bottom: 0;
}

.sec-top-service .service-lineup {
  position: relative;
  margin: auto;
}

.sec-top-service .service-grp {
  display: flex;
  border-top: 1px solid #000;
}

.sec-top-service .service-grp:last-child {
  border-bottom: 1px solid #000;
}

.sec-top-service .service-parent {
  position: relative;
  width: 37%;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 1.3vw 1.75vw 1.3vw 5.1vw;
  overflow: hidden;
}

.sec-top-service .service-parent:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.sec-top-service .service-parent .parent-inner {
  position: relative;
}

.sec-top-service .service-parent .ja {
  margin: 0 0 5px;
  font-size: 2.19vw;
  letter-spacing: .08em;
  line-height: 1.3;
  font-weight: 300;
}

.sec-top-service .service-parent .en {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.68vw;
  letter-spacing: .1em;
  line-height: 1.3;
  font-weight: 300;
}

.sec-top-service .service-parent.is-active:before {
  transform: translateX(0%);
  transition: all .3s ease-out;
}

.sec-top-service .service-children {
  position: relative;
  flex: 1;
  letter-spacing: .04em;
  line-height: 1.3;
}

.sec-top-service .service-children .lv2 {
  position: relative;
}

.sec-top-service .service-children .lv2 > li {
  position: relative;
  display: flex;
  overflow: hidden;
}

.sec-top-service .service-children .lv2 > li .lv2-item {
  flex: 1;
  position: relative;
  padding: 1.3vw 12px 1.3vw 1.75vw;
  font-size: 1.53vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #000;
}

.sec-top-service .service-children .lv2 > li .lv2-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.sec-top-service .service-children .lv2 > li .lv2-item span {
  position: relative;
}

.sec-top-service .service-children .lv2 > li .lv2-item .lv2-text {
  position: relative;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a {
  flex: 1;
  position: relative;
  height: 100%;
  padding: 0;
  font-size: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.sec-top-service .service-children .lv2 > li .lv2-item > a span {
  position: relative;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a .more {
  display: block;
  position: relative;
  float: right;
  padding: 0 5.6vw 0 0;
  font-size: min(1vw, 1.2rem);
  white-space: nowrap;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a .more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 4.5vw;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.sec-top-service .service-children .lv2 > li .lv2-item > a:hover .more:after {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sec-top-service .service-children .lv2 > li .lv2-item.empty {
  background: #F3F3F3;
}

.sec-top-service .service-children .lv2 > li .lv2-item.empty:before {
  display: none;
}

.sec-top-service .service-children .lv2 > li .lv2-item.empty:after {
  content: '　';
}

.sec-top-service .service-children .lv2 > li > a {
  flex: 1;
  position: relative;
  height: 100%;
  padding: 1.3vw 12px 1.3vw 1.75vw;
  border-top: 1px solid #000;
  font-size: 2rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-top-service .service-children .lv2 > li > a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.sec-top-service .service-children .lv2 > li > a span {
  position: relative;
}

.sec-top-service .service-children .lv2 > li > a .lv2-text {
  position: relative;
}

.sec-top-service .service-children .lv2 > li > a .more {
  display: block;
  position: relative;
  float: right;
  padding: 0 5.6vw 0 0;
  font-size: min(1vw, 1.2rem);
  white-space: nowrap;
}

.sec-top-service .service-children .lv2 > li > a .more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.sec-top-service .service-children .lv2 > li > a .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 4.5vw;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.sec-top-service .service-children .lv2 > li > a:hover .more:after {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sec-top-service .service-children .lv2 > li .project {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  font-size: 50%;
}

.sec-top-service .service-children .lv2 > li:first-child .lv2-item {
  border-top: 0;
}

.sec-top-service .service-children .lv2 > li.is-active .lv2-item:before {
  transform: translateX(0%);
  transition: all .3s ease-out;
}

.sec-top-service .service-children .lv2 > li.is-active > a:before {
  transform: translateX(0%);
  transition: all .3s ease-out;
}

.sec-top-service .service-children .lv3 {
  position: relative;
  width: 65%;
  border-left: 1px solid #000;
  font-size: 1vw;
  /*li:last-child {
        border-bottom: 0;
      }*/
}

.sec-top-service .service-children .lv3 li {
  position: relative;
  border-top: 1px solid #000;
  overflow: hidden;
  display: flex;
}

.sec-top-service .service-children .lv3 li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FF9E19;
  transform: translateX(-105%);
}

.sec-top-service .service-children .lv3 li span.project {
  display: inline-block;
  vertical-align: middle;
  font-size: 70%;
}

.sec-top-service .service-children .lv3 li .lv3-item {
  position: relative;
  width: 100%;
  padding: .5em 12px .5em 1em;
}

.sec-top-service .service-children .lv3 li > a {
  position: relative;
  width: 100%;
  padding: .5em 12px .5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-top-service .service-children .lv3 li > a .more {
  display: block;
  position: relative;
  float: right;
  padding: 0 5.6vw 0 0;
  font-size: min(1vw, 1.2rem);
  white-space: nowrap;
}

.sec-top-service .service-children .lv3 li > a .more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.sec-top-service .service-children .lv3 li > a .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 4.5vw;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.sec-top-service .service-children .lv3 li > a:hover .more:after {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.sec-top-service .service-children .lv3 li.is-active:before {
  transform: translateX(0%);
  transition: all .3s ease-out;
}

.sec-top-service .service-children .lv3 li.is-active .more {
  color: #fff;
  opacity: 1;
  transition: all .2s ease-out;
}

.sec-top-service .service-children .lv3 li.is-active .more:before {
  border-color: #fff;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.sec-top-service .service-children .lv3 li.is-active .more:after {
  width: 50px;
  border-color: #fff;
  transition: all .2s ease-out;
  transition: all .2s ease-out;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .sec-top-service {
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-top-service {
    border-top: 0;
    background: #F0F0F0;
  }
  .sec-top-service .service-note {
    padding: 6vw 6vw;
    font-size: 2.6vw;
    line-height: 1.8;
    font-weight: 300;
  }
  .sec-top-service .service-lineup .service-grp {
    display: block;
  }
  .sec-top-service .service-parent {
    justify-content: center;
    width: auto;
    padding: 3.3vw 6vw;
    background: #FF9E19;
    border-right: 0;
    text-align: center;
  }
  .sec-top-service .service-parent:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3.3vw;
    right: 2.9vw;
    width: 4vw;
    height: 4vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translate(-50%, -20%) scaleX(0.85) rotate(45deg);
    transform-origin: right bottom;
  }
  .sec-top-service .service-parent .ja {
    font-size: 5vw;
    font-weight: 300;
  }
  .sec-top-service .service-parent .en {
    font-size: 3.7vw;
    font-weight: 300;
  }
  .sec-top-service .service-parent:hover {
    opacity: .7;
  }
  .sec-top-service .service-children {
    border-top: 1px solid #000;
    top: 15px;
    border-top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item {
    min-height: 13vw;
    padding: 3vw 12px 3vw 6vw;
    font-size: 3.4vw;
    font-weight: 300;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item > a {
    font-size: 100%;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item > a .more {
    width: 3.3vw;
    height: 3.3vw;
    /*max-width: 25px;
                max-height: 25px;*/
    padding: 0;
    background: #fff url("../images/arrow_40.png") no-repeat 0 0;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 100px;
    white-space: nowrap;
    text-indent: 110%;
    overflow: hidden;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item > a .more:before {
    display: none;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item > a .more:after {
    display: none;
  }
  .sec-top-service .service-children .lv2 > li .lv2-item.empty {
    display: none;
  }
  .sec-top-service .service-children .lv2 > li > a {
    min-height: 13vw;
    padding: 3vw 12px 3vw 6vw;
    font-size: 3.4vw;
    font-weight: 300;
  }
  .sec-top-service .service-children .lv2 > li > a .more {
    width: 3.3vw;
    height: 3.3vw;
    /*max-width: 25px;
              max-height: 25px;*/
    padding: 0;
    background: #fff url("../images/arrow_40.png") no-repeat 0 0;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 100px;
    white-space: nowrap;
    text-indent: 110%;
    overflow: hidden;
  }
  .sec-top-service .service-children .lv2 > li > a .more:before {
    display: none;
  }
  .sec-top-service .service-children .lv2 > li > a .more:after {
    display: none;
  }
  .sec-top-service .service-children .lv2 > li .project {
    font-size: 60%;
  }
  .sec-top-service .service-children .lv3 {
    background: #fff;
    font-size: 2.9vw;
  }
  .sec-top-service .service-children .lv3 li > a .more {
    width: 3.3vw;
    height: 3.3vw;
    /*max-width: 25px;
              max-height: 25px;*/
    padding: 0;
    background: #fff url("../images/arrow_40.png") no-repeat 0 0;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 100px;
    white-space: nowrap;
    text-indent: 110%;
    overflow: hidden;
  }
  .sec-top-service .service-children .lv3 li > a .more:before {
    display: none;
  }
  .sec-top-service .service-children .lv3 li > a .more:after {
    display: none;
  }
  .sec-top-service .service-grp.is-open .service-parent:after {
    border: 1px solid #000;
    border-right: 0;
    border-bottom: 0;
  }
  .sec-top-service .service-grp.is-open .service-children {
    top: 0;
    border-top: 1px solid #000;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s ease-out, top .3s ease-out, height .3s ease-out, border 0s ease-out .3s;
  }
}

/*---------------
CONTACT
----------------*/
.sec-top-contact {
  position: relative;
  padding: 80px 50px;
  background: #fff;
  color: #333;
}

.sec-top-contact .contact-inner {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .sec-top-contact {
    padding: 8vw 0 12vw;
  }
}

@media screen and (max-width: 767px) {
  #contact + .section-header {
    margin-top: 0;
    padding-top: 28vw;
    background: #fff;
  }
}

/*------------------------------
WORK
-------------------------------*/
.work-index {
  margin-top: 195px;
}

.work-index .work-lineup {
  position: relative;
  overflow: hidden;
}

.work-index .work-lineup ul {
  position: relative;
}

.work-index .work-lineup .grid-sizer {
  width: 33.33%;
}

.work-index .work-lineup li {
  width: 33.33%;
}

.work-index .work-lineup li .lineup-inner {
  margin-left: 30px;
  margin-bottom: 10%;
}

.work-index .work-lineup .img {
  line-height: 0;
}

.work-index .work-lineup .work-title {
  position: relative;
  margin: 10px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1.4vw;
  line-height: 1.3;
  font-weight: 400;
}

.work-index .work-lineup .work-data {
  position: relative;
  min-height: 2.8em;
  margin: 5px 0 5px;
  font-family: "Inter", sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.4;
}

.work-index .work-lineup .more {
  display: table;
  position: relative;
  margin: 0;
  padding: 0 5.6vw 0 0;
  font-size: 1.2rem;
  white-space: nowrap;
}

.work-index .work-lineup .more:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  border-right: 1px solid #000;
  transform: translateY(-1px) rotate(-60deg);
  transform-origin: right bottom;
}

.work-index .work-lineup .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 4.5vw;
  height: 0;
  border-bottom: 1px solid #000;
  transform-origin: right center;
}

.work-index .work-lineup a:hover .more:after {
  -webkit-animation-name: arrowAnim;
  animation-name: arrowAnim;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  animation-timing-function: cubic-bezier(0.31, 0.01, 0.24, 0.9);
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.work-index .btn_arrow {
  margin-top: 6.1vw;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .work-index {
    margin-top: 13vw;
  }
  .work-index .work-lineup {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .work-index {
    margin-top: 13vw;
  }
  .work-index .work-lineup {
    width: 88%;
    margin: auto;
    /*.work-data {
        max-width: 20em;
        margin: 1em 0;
        font-size: 3.8vw;
      }
      .work-excerpt {
        font-size: 3.3vw;
      }*/
  }
  .work-index .work-lineup ul {
    margin-left: -4vw;
  }
  .work-index .work-lineup li {
    width: 50%;
  }
  .work-index .work-lineup li .lineup-inner {
    margin-left: 4vw;
    margin-bottom: 4vw;
  }
  .work-index .work-lineup .work-title {
    font-size: 3.5vw;
  }
  .work-index .work-lineup .work-data {
    font-size: 2.8vw;
  }
  .work-index .work-lineup .more {
    display: block;
    font-size: 1rem;
    width: 3.3vw;
    height: 3.3vw;
    /*max-width: 25px;
        max-height: 25px;*/
    padding: 0;
    background: #fff url("../images/arrow_40.png") no-repeat 0 0;
    background-size: contain;
    border: 1px solid #000;
    border-radius: 100px;
    white-space: nowrap;
    text-indent: 110%;
    overflow: hidden;
  }
  .work-index .work-lineup .more:before {
    display: none;
  }
  .work-index .work-lineup .more:after {
    display: none;
  }
  .work-index .btn_arrow {
    margin-top: 10vw;
  }
}

.work-dtl-header {
  position: relative;
  width: 34.9vw;
  margin: 5.7vw auto;
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #000;
}

.work-dtl-header .work-title {
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1.9vw;
  line-height: 1.3;
  font-weight: 400;
}

.work-dtl-header .work-data {
  position: relative;
  margin: .7vw 0 2.2vw;
  font-family: "Inter", sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.4;
}

.work-dtl-header .work-excerpt {
  margin: 0;
  font-size: .878vw;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
  .work-dtl-header {
    width: 88%;
    padding-bottom: 0;
    border: 0;
  }
  .work-dtl-header .work-title {
    font-size: 2.6rem;
  }
  .work-dtl-header .work-data {
    margin: 1em 0;
    font-size: 2rem;
  }
  .work-dtl-header .work-excerpt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .work-dtl-header {
    width: 88%;
    margin: 12vw auto;
    padding-bottom: 0;
    border: 0;
  }
  .work-dtl-header .work-title {
    font-size: 5vw;
  }
  .work-dtl-header .work-data {
    max-width: 20em;
    margin: 1em 0;
    font-size: 3.8vw;
  }
  .work-dtl-header .work-excerpt {
    font-size: 3.3vw;
  }
}

.work-dtl-body {
  position: relative;
  margin: auto;
}

.work-dtl-body .work-img {
  position: relative;
  line-height: 0;
  margin: 0 0 2.41vw 0;
}

.work-dtl-body .work-img a {
  display: block;
}

.work-dtl-body .work-img:first-child {
  margin-top: 0;
}

.work-dtl-body .work-img:last-child {
  margin-bottom: 0;
}

.work-dtl-body .work-img.space {
  padding: 9.15vw 6.8vw;
}

.work-dtl-body .work-img.wht-space {
  padding: 9.15vw 6.8vw;
  background: #fff;
}

.work-dtl-body .work-img-grp {
  position: relative;
}

.work-dtl-body .work-img-grp.div2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-dtl-body .work-img-grp.div2 .work-img {
  width: 48%;
}

.work-dtl-body .work-img-grp.div2 .work-img:last-child {
  margin-bottom: 2.41vw;
}

.work-dtl-body .work-img-grp.div3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-dtl-body .work-img-grp.div3 .work-img {
  width: 32%;
}

.work-dtl-body .work-img-grp.div3 .work-img:last-child {
  margin-bottom: 2.41vw;
}

.work-dtl-body .work-img-grp.div3-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.work-dtl-body .work-img-grp.div3-center .work-img {
  width: 32%;
}

.work-dtl-body .work-img-grp.div3-center .work-img:last-child {
  margin-bottom: 2.41vw;
}

.work-dtl-body .work-img-grp.div2_nosp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-dtl-body .work-img-grp.div2_nosp .work-img {
  width: 50%;
}

.work-dtl-body .work-img-grp.div2_nosp .work-img:last-child {
  margin-bottom: 2.41vw;
}

.work-dtl-body .work-img-grp.half_nosp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.work-dtl-body .work-img-grp.half_nosp .work-img {
  width: 50%;
}

.work-dtl-body .work-img-grp.half_nosp .work-img:last-child {
  margin-bottom: 2.41vw;
}

.work-dtl-body .mt {
  margin-top: 7.3vw !important;
}

.work-dtl-body .mb {
  margin-bottom: 7.3vw !important;
}

@media screen and (max-width: 767px) {
  .work-dtl-body .work-img {
    margin: 0 0 3.2vw 0;
  }
  .work-dtl-body .work-img.space {
    padding: 8vw 11vw;
  }
  .work-dtl-body .work-img.wht-space {
    padding: 8vw 11vw;
  }
  .work-dtl-body .work-img-grp.div2 {
    display: block;
  }
  .work-dtl-body .work-img-grp.div2 .work-img {
    width: auto;
  }
  .work-dtl-body .work-img-grp.div3 {
    display: block;
  }
  .work-dtl-body .work-img-grp.div3 .work-img {
    width: auto;
  }
  .work-dtl-body .work-img-grp.div3-center {
    display: block;
  }
  .work-dtl-body .work-img-grp.div3-center .work-img {
    width: auto;
  }
  .work-dtl-body .work-img-grp.div2_nosp {
    display: block;
  }
  .work-dtl-body .work-img-grp.div2_nosp .work-img {
    width: auto;
    margin-bottom: 0;
  }
  .work-dtl-body .mt {
    margin-top: 6.4vw !important;
  }
  .work-dtl-body .mb {
    margin-bottom: 6.4vw !important;
  }
}
