@import url(https://fonts.googleapis.com/css?family=Prompt:400,500,600,700,800,900);
/** Reset **/
img,
legend {
  border: 0;
}

button[disabled],
html,
html input[disabled] {
  cursor: default;
}

[data$='.svg'],
table {
  width: 100%;
}

dd,
dl,
dt,
legend,
li,
pre code,
td,
th,
ul {
  padding: 0;
}

a,
a:visited {
  color: #fff;
}

.icon-dummy:before,
a {
  text-decoration: none;
}

.icon-dummy:before,
button,
select {
  text-transform: none;
}

.is-custom-pointer a,
.is-custom-pointer button,
.is-custom-pointer svg,
html.is-custom-pointer {
  cursor: none;
}

.is-custom-pointer a [data-pt-off],
.is-custom-pointer button [data-pt-off],
.is-custom-pointer svg [data-pt-off],
html.is-custom-pointer [data-pt-off] {
  cursor: auto;
}

.is-custom-pointer a [data-pt-off] a,
.is-custom-pointer a [data-pt-off] button,
.is-custom-pointer a [data-pt-off] svg,
.is-custom-pointer button [data-pt-off] a,
.is-custom-pointer button [data-pt-off] button,
.is-custom-pointer button [data-pt-off] svg,
.is-custom-pointer svg [data-pt-off] a,
.is-custom-pointer svg [data-pt-off] button,
.is-custom-pointer svg [data-pt-off] svg,
html.is-custom-pointer [data-pt-off] a,
html.is-custom-pointer [data-pt-off] button,
html.is-custom-pointer [data-pt-off] svg {
  cursor: pointer;
}

@font-face {
  font-family: NotoSansCJKjp;
  font-weight: 700;
  src: url(../fonts/NotoSans_bold.woff) format("woff"), url(../fonts/NotoSans_bold.otf) format("opentype");
}

@font-face {
  font-family: NotoSansCJKjp;
  font-weight: 400;
  src: url(../fonts/NotoSans_regular.woff) format("woff"), url(../fonts/NotoSans_regular.otf) format("opentype");
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

.wbr {
  white-space: nowrap;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.l-bg,
.l-page-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe,
video {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

li,
ul {
  list-style: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  scrollbar-width: none;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: NotoSansCJKjp, sans-serif;
  font-weight: 700;
  letter-spacing: .025em;
  color: #141414;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-overflow-style: none;
  overscroll-behavior-y: none;
  min-width: 320px;
  opacity: 0;
}

body::-webkit-scrollbar {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}

body.popup-modal .l-page {
  -webkit-transform: none !important;
          transform: none !important;
}

body.popup-modal .overlay {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #00000094;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all .5s;
  transition: all .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1;
  color: inherit;
}

li > ol,
li > ul {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

th {
  text-align: left;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #fff;
}

address,
cite,
dfn,
em,
i {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: .2em;
  background-color: rgba(0, 0, 0, 0.06);
}

.news-detail .l-contents,
.project-detail .l-contents,
.service-base .l-contents {
  padding-bottom: 0;
}

pre code {
  background-color: inherit;
}

address,
blockquote,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-moz-selection {
  color: #fff;
  background: #141414;
  mix-blend-mode: exclusion;
}

::selection {
  color: #fff;
  background: #141414;
  mix-blend-mode: exclusion;
}

.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-link {
  color: #00E;
  text-decoration: underline;
}

.red {
  color: red;
}

.text-center {
  text-align: center;
}

.l-footer {
  position: relative;
  z-index: 99;
  padding: 26px 28px 26px;
  background: #141414;
}

.l-footer .l-footer__main {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer .l-footer__main .footer__logo {
  display: block;
}

.l-footer .l-footer__main .footer__logo .link {
  display: inline-block;
  width: 73px;
  height: auto;
}

.l-footer .l-footer__main .footer__logo .link img {
  width: 100%;
}

.l-footer .l-footer__nav .nav-list {
  display: block;
}

.l-footer .l-footer__nav .nav-list .menu-item {
  line-height: 1.75;
  position: relative;
  float: left;
  margin-right: 15px;
}

.l-footer .l-footer__nav .nav-list .menu-item:last-child {
  margin-right: 0;
}

.l-footer .l-footer__nav .nav-list .menu-item .menu-link {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
}

.l-footer .l-footer__nav .nav-list::after {
  display: block;
  clear: both;
  content: "";
}

.l-footer .l-footer__sub {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #141414;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer .l-footer__sub .footer__copyright,
.l-footer .l-footer__sub .link {
  font-size: 13px;
  letter-spacing: .1em;
  color: #fff;
}

.l-footer .l-footer__sub .footer__copyright {
  margin-left: 32px;
}

.l-footer .footer__right {
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  .l-footer .l-footer__main {
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer .l-footer__nav .nav-list {
    -webkit-column-count: 3;
            column-count: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-footer .l-footer__nav .nav-list .menu-item {
    float: none;
    margin-right: 0;
    min-width: calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .l-footer {
    position: relative;
    z-index: 99;
    background: #141414;
    padding: 65px 32px 100px;
  }
  .l-footer .l-footer__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer .l-footer__nav .nav-list {
    margin-bottom: 16px;
  }
  .l-footer .l-footer__nav .nav-list .menu-item {
    margin-right: 35px;
    min-width: auto;
  }
  .l-footer .footer__right {
    position: relative;
    max-width: unset;
  }
}

@media screen and (min-width: 768px) {
  .l-header .l-header__gnav .header__gnav .menu-link {
    font-family: Prompt, sans-serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    color: #141414;
  }
  .l-header__menu .menu__content .main .menu-item .menu-link,
  .l-header__menu .menu__content .main .menu-item .text {
    font-family: Prompt, sans-serif;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    color: #141414;
  }
  .l-header {
    position: fixed;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header.is-loading .l-header__gnav {
    -webkit-transform: translateX(5px) !important;
            transform: translateX(5px) !important;
    opacity: 0 !important;
  }
  .l-header .header__inner {
    position: relative;
    top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1634px;
    height: 0;
    padding: 0 117px 0 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header .l-header__logo .header__logo .link {
    display: inline-block;
    width: 77px;
    height: auto;
  }
  .l-header .l-header__logo .header__logo .link img {
    width: 100%;
  }
  .l-header .l-header__logo .header__logo .link .header__company-name {
    font-size: 12px;
    line-height: 1.7;
    color: transparent;
    height: 0px;
    display: none;
    overflow: hidden;
  }
  .l-header .l-header__gnav {
    position: absolute;
    right: 112px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .l-header .l-header__gnav .header__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header .l-header__gnav .header__gnav .menu-item {
    position: relative;
    margin-left: 36px;
  }
  .l-header .l-header__gnav .header__gnav .menu-item:first-child {
    margin-left: 0;
  }
  .l-header .l-header__gnav .header__gnav .menu-item .c-externalLink {
    position: relative;
    top: -2px;
    margin-left: 5px;
  }
  .l-header .l-header__gnav .header__gnav .menu-link {
    font-size: 13px;
    font-weight: 600;
    position: relative;
    z-index: 999;
    letter-spacing: .16em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    mix-blend-mode: exclusion;
  }
  .l-header .l-header__gnav .header__gnav .menu-link .c-arrowUnder {
    position: relative;
    top: 0;
    margin-left: 2px;
  }
  .l-header .l-gnav-menu-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 36px;
    bottom: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    -webkit-transition: 0.9s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s cubic-bezier(0.3, 0.4, 0.1, 1);
    border-radius: 50%;
  }
  .l-header .l-gnav-menu-icon.is-loop {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-header .l-gnav-menu-icon.is-loop .open {
    opacity: 0 !important;
  }
  .l-header .l-gnav-menu-icon.is-loop .path-loop-bg {
    -webkit-transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    stroke: #ebebeb !important;
  }
  .l-header .l-gnav-menu-icon.is-loop .path-loop {
    -webkit-animation-name: circle !important;
            animation-name: circle !important;
    -webkit-animation-duration: 2.5s !important;
            animation-duration: 2.5s !important;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-iteration-count: infinite !important;
            animation-iteration-count: infinite !important;
    -webkit-animation-fill-mode: backwards !important;
            animation-fill-mode: backwards !important;
  }
  .l-header .l-gnav-menu-icon:hover .open .line--top {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  .l-header .l-gnav-menu-icon:hover .open .line--bottom {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  .l-header .l-gnav-menu-icon.is-open .icon__border {
    display: none;
  }
  .l-header .l-gnav-menu-icon .close .line,
  .l-header .l-gnav-menu-icon .open .line {
    display: block;
    margin: auto;
    background-color: #141414;
    content: '';
    left: 0;
  }
  .l-header .l-gnav-menu-icon.is-open .open .line--bottom,
  .l-header .l-gnav-menu-icon.is-open .open .line--top {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .l-header .l-gnav-menu-icon.is-open .close {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-header .l-gnav-menu-icon.is-open .close .line .line__cover {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .l-header .l-gnav-menu-icon.is-open .open .line .line__cover {
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  .l-header .l-gnav-menu-icon .icon__border {
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    fill: none;
    stroke-width: 3px;
    stroke: #141414;
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle .path-loop-bg {
    -webkit-transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    stroke-width: 3px;
    stroke: #141414;
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle .path-loop {
    -webkit-transform-origin: center;
            transform-origin: center;
    fill: none;
    stroke-width: 3px;
    stroke: #141414;
    stroke-dasharray: 158px !important;
  }
  .l-header .l-gnav-menu-icon .open {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 8px;
    margin: auto;
  }
  .l-header .l-gnav-menu-icon .open .line {
    position: absolute;
    width: 100%;
    height: 3px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .l-header .l-gnav-menu-icon .open .line.line--top {
    top: 0;
  }
  .l-header .l-gnav-menu-icon .open .line.line--bottom {
    top: 6px;
  }
  .l-header .l-gnav-menu-icon .close-wraper {
    position: relative;
    top: 20px;
  }
  .l-header .l-gnav-menu-icon .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 10px;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .l-header .l-gnav-menu-icon .close .line {
    position: absolute;
    top: 4px;
    width: 100%;
    height: 3px;
  }
  .l-header .l-gnav-menu-icon .close .line.line--slash {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header .l-gnav-menu-icon .close .line.line--back-slash {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.l-page-wrapper {
  position: absolute;
  z-index: 0;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0.1, 1);
          transition-timing-function: cubic-bezier(0.3, 0.4, 0.1, 1);
}

.l-page {
  overflow: hidden;
  will-change: transform;
}

.is-fixed {
  position: fixed;
}

.l-bg {
  position: absolute;
  z-index: 1;
  background: #fff;
}

.l-contents {
  position: relative;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0.1, 1);
          transition-timing-function: cubic-bezier(0.3, 0.4, 0.1, 1);
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1096px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}

.p-title {
  margin-bottom: 65px;
}

.p-title .en {
  font-size: 30px;
  font-size: 8vw;
  letter-spacing: 0.1em;
  display: block;
}

.p-title .ja {
  font-size: 17px;
  font-size: 4.6vw;
  margin-top: 25px;
  display: block;
}

.p-title .sub {
  color: red;
  font-size: 17px;
  font-size: 3.0vw;
  margin-top: 10px;
  display: block;
}

.title {
  text-align: center;
}

.title-text {
  display: block;
  font-size: 45px;
  letter-spacing: .14em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  padding-bottom: 50px;
  position: relative;
}

.title-text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  width: 3px;
  background-color: #353535;
}

@media screen and (max-width: 767px) {
  .l-header .l-header__gnav .header__gnav .menu-link {
    font-family: Prompt, sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-weight: 600;
    color: #141414;
  }
  .l-header__menu .menu__content .menu-item .menu-link,
  .l-header__menu .menu__content .menu-item .text {
    font-family: Prompt, sans-serif;
    -webkit-font-feature-settings: "palt" 1;
    font-weight: 600;
    color: #141414;
  }
  .l-header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100px;
    padding: 15px 16px 0;
  }
  .l-header .l-header__logo .header__logo .link {
    display: inline-block;
    height: auto;
    -webkit-transform: translateZ(40px);
            transform: translateZ(40px);
    position: relative;
    z-index: 10001;
  }
  .l-header .l-header__logo .header__logo .link img {
    width: 100%;
  }
  .l-header .l-header__logo .header__logo .link .header__company-name {
    font-size: 12px;
    line-height: 1.7;
    color: transparent;
    height: 0px;
    display: none;
    overflow: hidden;
  }
  .l-header .l-header__gnav {
    display: none;
  }
  .l-header .l-header__gnav .header__gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header .l-header__gnav .header__gnav .menu-link {
    font-size: 13px;
    position: relative;
    z-index: 999;
    letter-spacing: .16em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .l-header .l-gnav-menu-icon {
    position: absolute;
    z-index: 999;
    top: 37px;
    right: 18px;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: 0.9s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s cubic-bezier(0.3, 0.4, 0.1, 1);
    border-radius: 50%;
    background-color: #ffffff80;
    -webkit-transform: translateZ(2px);
            transform: translateZ(2px);
  }
  .l-header .l-gnav-menu-icon.is-loop {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .l-header .l-gnav-menu-icon.is-loop .open {
    opacity: 0 !important;
  }
  .l-header .l-gnav-menu-icon.is-loop .path-loop-bg {
    -webkit-transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    stroke: #ebebeb !important;
  }
  .l-header .l-gnav-menu-icon.is-loop .path-loop {
    -webkit-animation-name: circle !important;
            animation-name: circle !important;
    -webkit-animation-duration: 2.5s !important;
            animation-duration: 2.5s !important;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
            animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-animation-iteration-count: infinite !important;
            animation-iteration-count: infinite !important;
    -webkit-animation-fill-mode: both !important;
            animation-fill-mode: both !important;
  }
  .l-header .l-gnav-menu-icon.is-open .icon__border {
    display: none;
  }
  .l-header .l-gnav-menu-icon.is-open .open .line--bottom,
  .l-header .l-gnav-menu-icon.is-open .open .line--top {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  .l-header .l-gnav-menu-icon.is-open .close {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .l-header .l-gnav-menu-icon .icon__border {
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    fill: none;
    stroke-width: 3px;
    stroke: #141414;
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle .path-loop-bg {
    -webkit-transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 1.6s cubic-bezier(0.3, 0.4, 0.1, 1);
    stroke-width: 3px;
    stroke: #141414;
  }
  .l-header .l-gnav-menu-icon .icon__border .c-circle .path-loop {
    -webkit-transform-origin: center;
    transform-origin: center;
    fill: none;
    stroke-width: 3px;
    stroke: #141414;
    stroke-dasharray: 158px !important;
  }
  .l-header .l-gnav-menu-icon .open {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 11px;
    height: 8px;
    margin: auto;
  }
  .l-header .l-gnav-menu-icon .open .line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin: auto;
    content: '';
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
    background-color: #141414;
  }
  .l-header .l-gnav-menu-icon .open .line.line--top {
    top: 0;
  }
  .l-header .l-gnav-menu-icon .open .line.line--bottom {
    top: 6px;
  }
  .l-header .l-gnav-menu-icon .close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 10px;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .l-header .l-gnav-menu-icon .close .line {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    margin: auto;
    content: '';
    background-color: #141414;
  }
  .l-header .l-gnav-menu-icon .close .line.line--slash {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .l-gnav-menu-icon .close .line.line--back-slash {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .l-header__menu {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    opacity: 0;
    background: #ffffffe8;
  }
  .l-header .l-header__menu.is-open {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: auto;
    opacity: 1;
  }
  .l-header .l-header__menu .menu__content {
    position: absolute;
    top: 89px;
    left: 0;
    right: 0;
    display: block;
  }
  .l-header .l-header__menu .menu__content .item-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header .l-header__menu .menu__content .item-external .c-externalLink {
    margin-left: 5px;
  }
  .l-header .l-header__menu .menu__content .main {
    display: block;
  }
  .l-header .l-header__menu .menu__content .main .menu-item {
    margin-top: 50px;
    text-align: center;
  }
  .l-header .l-header__menu .menu__content .main .menu-item:first-child {
    margin-top: 30px;
  }
  .l-header .l-header__menu .menu__content .main .menu-item .menu-link,
  .l-header .l-header__menu .menu__content .main .menu-item .text {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: block;
    letter-spacing: .18em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .s-cursor {
    display: none;
  }
  .p-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 215px;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background: #141414;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
  }
  .p-btn .btn__text {
    font-size: 16px;
    letter-spacing: .24em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-family: Prompt, sans-serif;
    font-weight: 600;
  }
  .p-btn svg {
    margin-right: 8px;
    width: 14px;
  }
  .u-pc-only {
    display: none !important;
  }
  .l-contents {
    padding-bottom: 140px;
    margin-top: 165px;
  }
  .title-text {
    font-size: 6.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header__menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    opacity: 0;
    background: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateZ(40px);
            transform: translateZ(40px);
  }
  .l-header__menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: auto;
    opacity: 1;
  }
  .l-header__menu .menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-header__menu .menu__content .item-external {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__menu .menu__content .item-external .c-externalLink {
    margin-left: 5px;
  }
  .l-header__menu .menu__content .main {
    display: inline-block;
    margin-right: 66px;
  }
  .l-header__menu .menu__content .main .menu-item {
    margin-top: 40px;
  }
  .l-header__menu .menu__content .main .menu-item:first-child {
    margin-top: 0;
  }
  .l-header__menu .menu__content .main .menu-item .menu-link,
  .l-header__menu .menu__content .main .menu-item .text {
    font-size: 30px;
    font-weight: 600;
    font-weight: 700;
    position: relative;
    z-index: 999;
    display: inline-block;
    letter-spacing: .18em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .u-sp-only {
    display: none !important;
  }
  .p-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 215px;
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-btn .btn__text {
    font-size: 17px;
    letter-spacing: .24em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .p-btn svg {
    margin-right: 8px;
  }
  .p-btn,
  .p-btn--s {
    /*  */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #141414;
    color: #fff;
  }
  .p-btn .btn__text,
  .p-headline span.en {
    font-family: Prompt, sans-serif;
    font-weight: 600;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .p-btn.--jp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .l-contents {
    padding-bottom: 158px;
    margin-top: 140px;
  }
  .p-title {
    margin-bottom: 90px;
  }
  .p-title .en {
    font-size: 42px;
  }
  .p-title .ja {
    font-size: 24px;
    margin-top: 34px;
  }
  .p-title .sub {
    color: red;
    font-size: 15px;
    letter-spacing: 0.11em;
  }
  .s-cursor {
    position: fixed;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    border-radius: 80px;
    mix-blend-mode: exclusion;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-cursor .c-pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%) scale(0.1);
            transform: translate(-50%, -50%) scale(0.1);
    border-radius: 50%;
    background: #fff;
    mix-blend-mode: exclusion;
  }
  .s-cursor .c-label--click,
  .s-cursor .c-label--pdf,
  .s-cursor .c-label--scroll {
    font-family: Prompt, sans-serif;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    letter-spacing: .12em;
    opacity: 0;
    color: #fff;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .s-cursor .c-label--click.is-label,
  .s-cursor .c-label--pdf.is-label,
  .s-cursor .c-label--scroll.is-label {
    -webkit-transition: 0.25s 0.1s cubic-bezier(0, 0, 0.58, 1);
    transition: 0.25s 0.1s cubic-bezier(0, 0, 0.58, 1);
    opacity: 1 !important;
  }
  .s-cursor .c-label--pdf {
    left: 17px;
  }
  .s-cursor .c-label--click {
    font-size: 10px;
    left: -15px;
  }
  .s-cursor .c-icon--arrow,
  .s-cursor .c-icon--arrow-back,
  .s-cursor .c-icon--arrow-down,
  .s-cursor .c-icon--external {
    font-family: Prompt, sans-serif;
    font-weight: 600;
    font-weight: 700;
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 0;
    left: 4px;
    display: inline-block;
    height: 1px;
    margin: auto;
    -webkit-transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(12px, 0, 0);
            transform: translate3d(12px, 0, 0);
    opacity: 0;
    color: #fff;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .s-cursor .c-icon--arrow-back {
    left: 0;
  }
  .c-pager,
  .p-headline {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .s-cursor .c-icon--arrow-back.is-arrow,
  .s-cursor .c-icon--arrow-down.is-arrow,
  .s-cursor .c-icon--arrow.is-arrow,
  .s-cursor .c-icon--external.is-arrow {
    -webkit-transition: 0.3s 0.1s cubic-bezier(0, 0, 0.58, 1);
    transition: 0.3s 0.1s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1 !important;
  }
  .s-cursor .c-icon--arrow-back {
    left: 14px;
    -webkit-transform: translate3d(-19px, 0, 0);
            transform: translate3d(-19px, 0, 0);
  }
  .s-cursor .c-icon--arrow-back.is-arrow {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }
  .s-cursor .c-icon--arrow-down {
    left: 14px;
    -webkit-transform: translate3d(-7px, -7px, 0);
            transform: translate3d(-7px, -7px, 0);
  }
  .s-cursor .c-icon--arrow-down.is-arrow {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0);
  }
  .s-cursor .c-icon--external .c-externalLink {
    fill: #fff;
  }
  .c-pager,
  .p-headline {
    display: -webkit-box;
    display: -ms-flexbox;
  }
}

@-webkit-keyframes spinning {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
}

@keyframes spinning {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
            transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
  }
}

.logo-3d {
  display: block;
  width: 77px;
  height: 81px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-transform: rotate3d(0, 1, 0, 0deg);
          transform: rotate3d(0, 1, 0, 0deg);
  -webkit-animation-name: spinning;
          animation-name: spinning;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  transform-style: preserve-3d;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.logo-3d > span {
  display: block;
}

.logo-3d .front {
  -webkit-transform: translateZ(8px);
          transform: translateZ(8px);
  background: url(../img/common/claytechwork_logo.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}

.logo-3d .back {
  -webkit-transform: translateZ(-8px) scaleX(-1);
          transform: translateZ(-8px) scaleX(-1);
  background: url(../img/common/claytechwork_logo.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logo-3d .left,
.logo-3d .right {
  background: #000;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 42px;
  -webkit-transform: rotate3d(0, 1, 0, 90deg) translateY(-50%);
          transform: rotate3d(0, 1, 0, 90deg) translateY(-50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.logo-3d .left {
  left: -7px;
}

.logo-3d .right {
  right: -7px;
}

.logo-3d .left-top,
.logo-3d .right-top {
  width: 16px;
  position: absolute;
  top: -5px;
  height: 42px;
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.logo-3d .left-top {
  right: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg) rotateX(63deg) translateY(-13px);
          transform: rotate3d(0, 1, 0, 90deg) rotateX(63deg) translateY(-13px);
}

.logo-3d .right-top {
  left: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg) rotateX(117deg) translateY(13px);
          transform: rotate3d(0, 1, 0, 90deg) rotateX(117deg) translateY(13px);
}

.logo-3d .left-bottom,
.logo-3d .right-bottom {
  width: 16px;
  position: absolute;
  bottom: -5px;
  height: 42px;
  background: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.logo-3d .left-bottom {
  right: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg) rotateX(117deg) translateY(-13px);
          transform: rotate3d(0, 1, 0, 90deg) rotateX(117deg) translateY(-13px);
}

.logo-3d .right-bottom {
  left: 0;
  -webkit-transform: rotate3d(0, 1, 0, 90deg) rotateX(63deg) translateY(13px);
          transform: rotate3d(0, 1, 0, 90deg) rotateX(63deg) translateY(13px);
}

.s-news {
  margin: 140px auto 150px;
}

.s-news .s-news-list {
  padding: 0 12px;
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}

.s-news .s-news-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}

.s-news .s-news-list .item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-news .s-news-list .item .text-link,
.s-news .s-news-list .item .text {
  font-size: 13px;
  line-height: 1.7;
  color: #141414;
}

.s-news .s-news-list .item .text-link {
  text-decoration: underline;
}

.s-news .s-news-list .item .date {
  width: 90px;
  font-size: 13px;
}

.s-news .s-news-list .item .type {
  width: 100px;
}

.s-news .s-news-list .item .type img {
  display: block;
}

.s-news .s-news-list .item .text {
  width: calc(100%);
  margin-top: 10px;
}

.s-news .news-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.s-news .news-controls .news-next,
.s-news .news-controls .news-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #141414;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 5px;
  cursor: pointer;
}

.s-news .news-controls .news-next:hover,
.s-news .news-controls .news-previous:hover {
  opacity: 0.9;
}

.s-news .news-controls .news-next svg,
.s-news .news-controls .news-previous svg {
  width: 20px;
  height: 20px;
}

.s-news .news-controls .news-next svg path,
.s-news .news-controls .news-previous svg path {
  fill: #141414;
}

.s-news .news-controls .news-next.button-disabled,
.s-news .news-controls .news-previous.button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.s-news .news-controls .news-next {
  padding-left: 4px;
}

.s-news .news-controls .news-previous {
  padding-right: 4px;
}

.s-news .news-pagination {
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: -30px;
  left: 0;
}

.s-news .news-pagination .pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #141414;
}

.s-news .news-pagination .pagination-bullet-active {
  background: #141414;
  opacity: 1;
}

.s-news .p-btn {
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  .s-news {
    margin: 158px auto 200px;
  }
  .s-news .s-news-list .item .date {
    width: 125px;
    font-size: 13px;
  }
  .s-news .s-news-list .item .type {
    width: 140px;
  }
  .s-news .s-news-list .item .text {
    width: calc(100% - 125px - 140px);
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .s-news .news-controls .news-next,
  .s-news .news-controls .news-previous {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .s-base .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s-base.--reverse .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .s-base.--reverse .inner .base__body {
    padding-right: 80px;
    padding-left: 0;
  }
  .s-base .base__thumb {
    position: relative;
    width: calc(100% - 380px);
    overflow: hidden;
  }
  .s-base .base__thumb .thumb-img {
    display: inline-block;
    width: 100%;
    height: auto;
    width: 660px;
  }
  .s-base .base__thumb .thumb-img img {
    width: 100%;
  }
  .s-base .base__body {
    width: 100%;
    width: 380px;
    padding-left: 80px;
  }
  .s-base .base__body .headline {
    margin-bottom: 60px;
  }
  .s-base .s-read .subtitle {
    font-size: 17px;
    line-height: 2;
    position: relative;
    margin-top: -8.5px;
    margin-bottom: -8.5px;
    padding-left: 22px;
    letter-spacing: .09em;
  }
  .s-base .s-read .subtitle::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 2px;
    height: calc(100% - 1em);
    content: '';
    background: #141414;
  }
  .s-base .s-read .text {
    font-size: 13px;
    line-height: 2.46154;
    margin-top: 38.5px;
    margin-bottom: 38.5px;
  }
}

@media screen and (max-width: 767px) {
  .s-base .inner {
    position: relative;
  }
  .s-base .base__thumb {
    position: absolute;
    margin: 0 -28px;
    width: calc(100% + 56px);
    z-index: -1;
    top: 0;
    bottom: 0;
  }
  .s-base .base__thumb .thumb-img {
    height: 100%;
  }
  .s-base .base__thumb .thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-base .base__body {
    width: 85%;
    max-width: 380px;
    padding: 0 22px;
    background-color: #fff;
    margin: 0 auto;
  }
  .s-base .base__body .headline {
    font-size: 6.53333vw;
    font-weight: 600;
    line-height: 1.6875;
    display: block;
    margin-top: -11px;
    margin-bottom: 6.66667vw;
    letter-spacing: .18em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .s-base .s-read .subtitle {
    font-size: 3.4vw;
    line-height: 1.77778;
    position: relative;
    margin-top: 21px;
    margin-bottom: 5.8vw;
    padding-left: 16px;
    letter-spacing: .0516em;
    position: relative;
  }
  .s-base .s-read .subtitle::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 80%;
    margin: auto;
    content: '';
    background: #141414;
  }
  .s-base .s-read .text {
    font-size: 13px;
    line-height: 2;
    margin-top: 25.5px;
    margin-bottom: 25.5px;
  }
  .s-base .p-btn {
    width: 100%;
  }
}

.s-about,
.s-company,
.s-recruit {
  margin-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .s-about,
  .s-company,
  .s-recruit {
    margin-bottom: 265px;
  }
}

.s-contact .p-btn .btn__text {
  letter-spacing: unset;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .s-contact {
    overflow: hidden;
  }
  .s-contact.s-base .base__thumb .thumb-img img {
    -webkit-transform: scale(1.3) translateY(35px);
            transform: scale(1.3) translateY(35px);
  }
  .s-contact.s-base .base__body {
    padding-bottom: 40px;
    padding-top: 80px;
    min-height: 370px;
  }
  .s-contact .s-read .subtitle {
    font-size: 3.0vw;
    letter-spacing: unset;
  }
  .s-contact .p-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .s-contact .p-btn .btn__text {
    font-size: 2.8vw;
  }
  .s-contact .p-btn::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .s-contact .p-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-contact .p-btn {
    margin-top: 52px;
    width: 250px;
  }
  .s-contact .s-read .subtitle {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-headline span.en {
    font-size: 45px;
    letter-spacing: .14em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}

.gallery-link .list-work {
  margin-top: 30px;
}

.gallery-link .list-link {
  position: relative;
}

.gallery-link .list-link .l-item {
  position: relative;
  display: none;
}

.gallery-link .list-link .l-item .l-item__body .l-item__text table th,
.gallery-link .list-link .l-item .l-item__body .l-item__text table td {
  vertical-align: baseline;
}

.gallery-link .list-link .l-item .l-item__body .l-item__text table .w-cnt {
  word-break: break-word;
}

.gallery-link .list-link .l-item .l-item__body .l-item__text .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-link .list-link .l-item .l-item__body .l-item__text .store .app_store {
  margin-right: 20px;
}

.gallery-link .list-link .l-item .l-item__body .l-item__text .store .google_play,
.gallery-link .list-link .l-item .l-item__body .l-item__text .store .app_store {
  overflow: hidden;
  border-radius: 4px;
}

.gallery-link .list-link .l-item.active_popup {
  position: initial;
}

.gallery-link .list-link .l-item.active_popup .l-item__body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.gallery-link .list-link .l-item.active_popup .l-item__body img {
  height: 100%;
}

.gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table {
  max-width: 100%;
}

.gallery-link .list-link .l-item .link {
  height: 100%;
}

.gallery-link .list-link .l-item .link .img {
  height: 100%;
}

.gallery-link .list-link .l-item .link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-link .list-link .l-item .link-click {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

.gallery-link .list-link .l-item .more-info {
  background-color: #f52c2c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  width: 100%;
  height: 100%;
}

.gallery-link .list-link .l-item.active {
  display: block;
}

.gallery-link .work-group {
  position: relative;
}

.gallery-link .work-group .work-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: -30px;
  left: 0;
  width: 100%;
}

.gallery-link .work-group .work-pagination .pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #141414;
}

.gallery-link .work-group .work-pagination .pagination-bullet-active {
  background: #141414;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gallery-link .list-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /*      &[page-work="1"] {
                .l-item {
                    &.show-info {
                        &:nth-child(2n+1) {
                            .l-item__body {
                                left: calc(-100% - 20px - 1px);
                            }
                        }
                        &:nth-child(2n) {
                            .l-item__body {
                                left: calc(100% - 1px)
                            }
                        }
                    }
                }
            } */
  }
  .gallery-link .list-link .l-item {
    /*   &.show-info {
                    .img {
                        position: relative;
                        z-index: 2;
                    }
                    &:nth-child(2n) {
                        .l-item__body {
                            left: calc(-100% - 20px - 1px);
                        }
                    }
                    .l-item__body {
                        padding: 7px 20px;
                        box-sizing: border-box;
                        display: block;
                        position: absolute;
                        left: calc(100% - 1px);
                        right: 0;
                        top: 0;
                        width: calc(100% + 20px + 1px);
                        height: 100%;
                        background-color: #141414;
                        z-index: 9;
                        overflow-y: scroll;
                        transition: width 2s;

                        .l-item__text {
                            color: #fff;

                            table {
                                tr {
                                    display: block;
                                    margin-bottom: 10px;
                                }

                                th {
                                    display: none;
                                    display: block;
                                    font-size: 12px;
                                    margin-bottom: 5px;
                                }

                                td {
                                    display: block;
                                    font-size: 11px;
                                    font-weight: 400;
                                    line-height: 1.4;
                                }
                            }

                            .store {
                                .app_store {
                                    margin-right: 7px;
                                }
                                
                            }
                        }
                    }
                }
 */
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .btn-close {
    display: block;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .img_body {
    display: block;
  }
  .gallery-link .list-link .l-item .l-item__body .btn-close {
    display: none;
  }
  .gallery-link .list-link .l-item .l-item__body .img_body {
    display: none;
  }
  .gallery-link .list-link .l-item .link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery-link .list-link .l-item .more-info {
    font-size: 20px;
    min-height: 100px;
  }
  .gallery-link .list-link .l-item__body {
    display: none;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body {
    z-index: 9999999;
    background-color: #141414;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeIn_Modal;
            animation-name: fadeIn_Modal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .btn-close {
    background: #00000078;
    border: 0;
    position: absolute;
    z-index: 33;
    right: 15px;
    top: 15px;
    padding: 1px;
    height: 34px;
    border-radius: 50%;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text {
    padding: 20px 10px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table {
    max-width: 100%;
    margin: auto;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table td,
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table th {
    color: #fff;
    line-height: 1.8;
    padding: 5px 7px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table th {
    text-align: center;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-title {
    font-size: 12px;
    color: #141414;
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-cnt {
    font-weight: 400;
    font-size: 12px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-cnt a {
    text-decoration: underline;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text .store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text .store .app_store, .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text .store .google_play {
    width: calc(50% - 5px);
  }
  .gallery-link .list-work .style-01 .list-link {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 2.087fr 1fr 1fr;
        grid-template-rows: 2.087fr 1fr 1fr;
    grid-gap: 20px;
        grid-template-areas: "item1 item1"
 "item2 item3"
 "item4 item5";
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: item1;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: item2;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item3;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: item4;
  }
  .gallery-link .list-work .style-01 .l-item:last-child {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: item5;
    display: block;
  }
  .gallery-link .work-group .work-controls {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .gallery-link {
    /*   .list-link {

            // gap: 26px 0;
            // width: calc(100% + 26px);
            margin-left: -13px;
            margin-right: -13px;

            .l-item {
                // width: 25%;
                // padding: 0 13px;

                .link {}
            }
        } */
  }
  .gallery-link .list-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 26px;
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-auto-flow: column;
  }
  .gallery-link .list-link .l-item {
    overflow: hidden;
    min-height: 187.5px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .img_body {
    width: 55%;
  }
  .gallery-link .list-link .l-item .link {
    height: 100%;
  }
  .gallery-link .list-link .l-item .link > .img {
    height: 100%;
  }
  .gallery-link .list-link .l-item .link > .img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .gallery-link .list-link .l-item:hover .link > .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .gallery-link .list-link .l-item .more-info {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
  }
  .gallery-link .list-link .l-item .more-info:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .gallery-link .list-link .l-item__body {
    display: none;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body {
    max-width: 100%;
    z-index: 9999999;
    background-color: #141414;
    left: 0;
    right: 0;
    -webkit-animation-name: fadeIn_Modal;
            animation-name: fadeIn_Modal;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .btn-close {
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 33;
    right: 15px;
    top: 15px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text {
    padding: 20px 20px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table {
    margin: auto;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table td,
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table th {
    color: #fff;
    line-height: 1.8;
    padding: 10px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table th {
    text-align: center;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-title {
    font-size: 14px;
    color: #141414;
    background-color: #fff;
    text-align: center;
    padding: 0 10px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-cnt {
    font-weight: 400;
    font-size: 14px;
  }
  .gallery-link .list-link .l-item.active_popup .l-item__body .l-item__text table .w-cnt a {
    text-decoration: underline;
  }
  .gallery-link .list-work .style-01 .list-link {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-columns: 3.15fr 1.5fr 1.5fr;
        grid-template-columns: 3.15fr 1.5fr 1.5fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    grid-gap: 26px;
        grid-template-areas: "item1 item2 item4"
 "item1 item3 item5";
    justify-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    grid-area: item1;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: item2;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: item3;
  }
  .gallery-link .list-work .style-01 .l-item:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: item4;
  }
  .gallery-link .list-work .style-01 .l-item:last-child {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    grid-area: item5;
    display: block;
  }
  .gallery-link .work-group {
    position: relative;
  }
  .gallery-link .work-group .work-controls .work-next,
  .gallery-link .work-group .work-controls .work-previous {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 30px;
    background-color: #141414;
    color: #141414;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0.4;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gallery-link .work-group .work-controls .work-next:hover,
  .gallery-link .work-group .work-controls .work-previous:hover {
    opacity: 0.7;
  }
  .gallery-link .work-group .work-controls .work-next {
    right: -60px;
    padding-left: 4px;
  }
  .gallery-link .work-group .work-controls .work-previous {
    left: -60px;
    padding-right: 4px;
  }
}

#loading.loading {
  z-index: 199999;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#loading-img {
  z-index: 1001;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

.l-side-key {
  display: none;
}

@media screen and (min-width: 768px) {
  .l-side-key {
    position: fixed;
    z-index: 500;
    top: 0;
    bottom: 0;
    height: 481px;
    margin: auto;
  }
  .l-side-key.is-loading {
    -webkit-transform: translateX(-70px) !important;
            transform: translateX(-70px) !important;
  }
  .l-side-key .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-side-key .body .text {
    color: #9e9e9e;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 400;
  }
  .l-side-key .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@-webkit-keyframes fadeIn_Modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn_Modal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.s-summary .s-history {
  margin-top: 70px;
}

.s-summary .s-history .list-timeline .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-summary .s-history .list-timeline .item:nth-child(n+2) {
  margin-top: 35px;
}

.s-summary .s-history .list-timeline .item p.date {
  width: 100px;
  font-size: 12px;
}

.s-summary .s-history .list-timeline .item p.text {
  font-size: 12px;
  line-height: 2;
  width: calc(100% - 100px);
  margin-top: -6px;
  margin-bottom: -6px;
}

.s-summary .company .profile-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.s-summary .company .profile-list .item:nth-child(n+2) {
  margin-top: 25px;
}

.s-summary .company .profile-list .item .key {
  width: 100px;
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}

.s-summary .company .profile-list .item .key::before {
  position: absolute;
  top: -0.4em;
  left: 0;
  width: 3px;
  height: calc(100% + .8em);
  content: '';
  background: #141414;
}

.s-summary .company .profile-list .item .value {
  font-size: 12px;
  line-height: 2;
  width: calc(100% - 100px);
  margin-top: -6px;
  margin-bottom: -6px;
}

@media screen and (min-width: 768px) {
  .s-summary .s-history {
    margin-top: 260px;
  }
  .s-summary .s-history .list-timeline .item:nth-child(n+2) {
    margin-top: 60px;
  }
  .s-summary .s-history .list-timeline .item p.date {
    width: 200px;
    font-size: 18px;
  }
  .s-summary .s-history .list-timeline .item p.text {
    width: calc(100% - 200px);
    font-size: 18px;
  }
  .s-summary .company .company-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-summary .company .company-layout::after {
    content: "";
    clear: both;
    display: table;
  }
  .s-summary .company .company-layout .l-img {
    float: left;
  }
  .s-summary .company .company-layout .l-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-summary .company .company-layout .l-img1 {
    width: 60%;
    margin-bottom: 60px;
  }
  .s-summary .company .company-layout .l-img2 {
    width: 40%;
    margin-bottom: 60px;
  }
  .s-summary .company .company-layout .l-img3, .s-summary .company .company-layout .l-img4, .s-summary .company .company-layout .l-img5 {
    width: calc(100% / 3 - 16px);
    margin-right: 24px;
  }
  .s-summary .company .company-layout .l-img5 {
    margin-right: 0;
  }
  .s-summary .company .profile-list .item:nth-child(n+2) {
    margin-top: 50px;
  }
  .s-summary .company .profile-list .item .key {
    width: 160px;
    font-size: 18px;
    padding-left: 15px;
  }
  .s-summary .company .profile-list .item .value {
    font-size: 18px;
    width: calc(100% - 160px);
    margin-top: -9px;
    margin-bottom: -9px;
  }
}

@media screen and (max-width: 767px) {
  .s-summary .company .profile-list {
    margin-bottom: 84px;
    padding: 0 28px;
  }
  .s-summary .company .company-layout {
    margin-left: -28px;
    margin-right: -28px;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .s-summary .company .company-layout .l-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .s-summary .company .company-layout .l-img1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
  }
  .s-summary .company .company-layout .l-img2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4;
  }
  .s-summary .company .company-layout .l-img3 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
  .s-summary .company .company-layout .l-img4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / 6;
  }
  .s-summary .company .company-layout .l-img5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    grid-row: 3 / 6;
  }
}

.p-access .access-info .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-access .access-info .text .key {
  width: 100px;
  font-size: 12px;
  padding-left: 10px;
  position: relative;
}

.p-access .access-info .text .key::before {
  position: absolute;
  top: -0.5em;
  left: 0;
  width: 3px;
  height: calc(100% + 1em);
  content: '';
  background: #141414;
}

.p-access .access-info .text .value {
  font-size: 12px;
  line-height: 2;
  width: calc(100% - 100px);
  margin-top: -6px;
  margin-bottom: -6px;
}

.p-access .access-info .gg-map {
  margin-top: 67px;
}

@media screen and (min-width: 768px) {
  .p-access .access-info .text .key {
    width: 160px;
    font-size: 18px;
    padding-left: 15px;
  }
  .p-access .access-info .text .value {
    font-size: 18px;
    width: calc(100% - 160px);
    margin-top: -9px;
    margin-bottom: -9px;
  }
  .p-access .access-info .gg-map {
    margin: 100px 0 0 160px;
  }
  .p-access .access-info .gg-map iframe {
    width: 730px;
    height: 548px;
  }
}

.p-about .p-content .center {
  text-align: center;
}

.p-about .p-content .text {
  margin-top: 18px;
  margin-bottom: -6px;
  font-size: 16px;
  font-size: 2.85vw;
  line-height: 2;
  letter-spacing: .055em;
}

.p-about .p-content .big-text {
  font-size: 30px;
  font-size: 5.20vw;
  margin-bottom: 76px;
}

.p-about .p-content .item {
  margin-top: 133px;
}

.p-about .p-content .item .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-about .p-content .item .block .thumb {
  width: calc(100% - 205px);
  width: 50%;
}

.p-about .p-content .item .block .detail {
  width: 205px;
  width: 50%;
  padding-left: 20px;
}

.p-about .p-content .item .block .detail .name {
  font-size: 22px;
  line-height: 1.6;
  margin-top: -6px;
  margin-bottom: -6px;
}

.p-about .p-content .item .block .detail .position {
  font-size: 12px;
  font-size: 2.5vw;
  line-height: 1.8;
  margin-top: 22px;
  margin-bottom: -6px;
}

.p-about .p-content .item .description {
  margin-top: 29px;
}

.p-about .p-content .item .description .item-ttl {
  font-size: 14px;
  line-height: 1.8;
}

.p-about .p-content .item .description .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: -6px;
  text-indent: 2em;
  margin-top: 24px;
}

.p-about .p-content .item.img-right .block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-about .p-content .item.img-right .block .detail {
  padding-right: 20px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-about .p-content .text {
    font-size: 24px;
    line-height: 1.8;
  }
  .p-about .p-content .big-text {
    font-size: 42px;
    margin-bottom: 114px;
  }
  .p-about .p-content .item {
    margin-top: 310px;
  }
  .p-about .p-content .item .block .detail {
    width: 439px;
    padding-left: 70px;
  }
  .p-about .p-content .item .block .detail .name {
    font-size: 42px;
    letter-spacing: .05em;
  }
  .p-about .p-content .item .block .detail .position {
    font-size: 22px;
  }
  .p-about .p-content .item .block .thumb {
    width: calc(100% - 439px);
  }
  .p-about .p-content .item .description {
    margin-top: 93px;
  }
  .p-about .p-content .item .description .text {
    font-size: 18px;
  }
  .p-about .p-content .item.img-right .block .detail {
    padding-right: 70px;
  }
}

.p-recruit .list-joboffer .item:nth-child(n+2) {
  margin-top: 37px;
}

.p-recruit .list-joboffer .item .job-position {
  font-size: 12px;
  line-height: 1.4;
  padding-left: 15px;
  margin-bottom: 14px;
  position: relative;
}

.p-recruit .list-joboffer .item .job-position::before {
  position: absolute;
  top: -0.4em;
  left: 0;
  width: 3px;
  height: calc(100% + .8em);
  content: '';
  background: #141414;
}

.p-recruit .list-joboffer .item .job:nth-child(n+2) {
  margin-top: 7px;
}

.p-recruit .list-joboffer .item .job .job-label {
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  padding: 9px 15px;
  border: 2px solid #141414;
  border-radius: 4px;
  position: relative;
}

.p-recruit .list-joboffer .item .job .job-label a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-recruit .list-joboffer .item .job .job-content {
  display: none;
  padding: 15px 10px;
  margin-bottom: 25px;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ced4de;
  margin-top: 25px;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__ttl,
.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__txt {
  padding: 12px 15px;
  border-top: none;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__ttl {
  color: #fff;
  font-size: 12px;
  background-color: #141414;
  width: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ebf0f7;
  line-height: 1.86;
  font-weight: 700;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__ttl:nth-child(-n+2) {
  border-top: none;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__txt {
  font-size: 12px;
  background-color: #fff;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ebf0f7;
  line-height: 1.86;
  font-weight: 400;
}

.p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__txt:nth-child(-n+2) {
  border-top: none;
}

.p-recruit .list-joboffer .item .job .job-content .p-btn {
  margin: 50px auto 0;
}

.p-recruit .list-joboffer .item .job .job-content .p-btn .btn__text {
  font-size: 16px;
}

.p-recruit .list-joboffer .item .job .job-content .recruit-note {
  font-size: 12px;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: -6px;
}

.s-member {
  margin-top: 132px;
}

.s-member .p-btn {
  margin: 60px auto 0;
}

.s-member .s-member-list > .item {
  display: none;
}

.s-member .s-member-list > .item.active {
  display: block;
}

.s-member .s-member-wrap {
  position: relative;
}

.s-member .s-member-wrap .inter-control .inter-next,
.s-member .s-member-wrap .inter-control .inter-previous {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 30px;
  background-color: #141414;
  color: #141414;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.4;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s-member .s-member-wrap .inter-control .inter-next:hover,
.s-member .s-member-wrap .inter-control .inter-previous:hover {
  opacity: 0.7;
}

.s-member .s-member-wrap .inter-control .inter-next {
  right: -60px;
  padding-left: 4px;
}

.s-member .s-member-wrap .inter-control .inter-previous {
  left: -60px;
  padding-right: 4px;
}

.s-member .s-member-wrap .inter-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: -50px;
  left: 0;
  width: 100%;
}

.s-member .s-member-wrap .inter-pagination .pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #141414;
}

.s-member .s-member-wrap .inter-pagination .pagination-bullet-active {
  background: #141414;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .s-member .s-member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px 4%;
  }
  .s-member .s-member-list > .item {
    position: relative;
    width: 48%;
  }
  .s-member .s-member-list > .item .thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .s-member .s-member-list > .item .thumb img {
    width: 100%;
  }
  .s-member .s-member-list > .item .thumb .tag {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #141414;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-member .s-member-list > .item .thumb .tag .tag__text {
    font-size: 9px;
    line-height: 1.4;
    width: auto;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
    padding: 6px 4px;
    color: #fff;
  }
  .s-member .s-member-list > .item .body {
    margin-top: 20px;
  }
  .s-member .s-member-list > .item .body .body-title {
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    margin-top: -5.5px;
    margin-bottom: -5.5px;
    padding-left: 15px;
  }
  .s-member .s-member-list > .item .body .body-title::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 3px;
    height: calc(100% - 1em);
    content: '';
    background: #141414;
  }
  .s-member .s-member-list > .item .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .s-member .s-member-wrap .inter-control {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-recruit .list-joboffer .item:nth-child(n+2) {
    margin-top: 85px;
  }
  .p-recruit .list-joboffer .item .job-position {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 25px;
  }
  .p-recruit .list-joboffer .item .job-position::before {
    top: -0.3em;
    left: 0;
    width: 5px;
    height: calc(100% + .6em);
  }
  .p-recruit .list-joboffer .item .job:nth-child(n+2) {
    margin-top: 15px;
  }
  .p-recruit .list-joboffer .item .job .job-label {
    font-size: 18px;
    border-width: 4px;
    border-radius: 7px;
    cursor: pointer;
  }
  .p-recruit .list-joboffer .item .job .job-content {
    margin-bottom: 35px;
  }
  .p-recruit .list-joboffer .item .job .job-content .j-outline__data {
    margin-top: 15px;
  }
  .p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__ttl {
    font-size: 15px;
    width: 177px;
    padding: 23px 15px;
  }
  .p-recruit .list-joboffer .item .job .job-content .j-outline__data .j-outline__txt {
    font-size: 15px;
    width: calc(100% - 177px);
    padding: 23px 44px;
  }
  .p-recruit .list-joboffer .item .job .job-content .recruit-note {
    font-size: 15px;
  }
  .s-member {
    margin-top: 183px;
    min-height: 900px;
  }
  .s-member .s-member-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 90px 3.5%;
  }
  .s-member .s-member-list > .item {
    position: relative;
    width: 31%;
  }
  .s-member .s-member-list > .item.is-enter .thumb,
  .s-member .s-member-list > .item.is-leave .thumb {
    -webkit-transition: 0.8s 0s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s 0s cubic-bezier(0.3, 0.4, 0.1, 1);
  }
  .s-member .s-member-list > .item.is-enter .thumb {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .s-member .s-member-list > .item .thumb {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .s-member .s-member-list > .item .thumb img {
    width: 100%;
  }
  .s-member .s-member-list > .item .thumb .tag {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #141414;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-member .s-member-list > .item .thumb .tag .tag__text {
    font-size: 11px;
    line-height: 1.45455;
    width: auto;
    margin-top: -2.5px;
    margin-bottom: -2.5px;
    padding: 12px;
    color: #fff;
  }
  .s-member .s-member-list > .item .body {
    margin-top: 35px;
  }
  .s-member .s-member-list > .item .body .body-title {
    font-size: 15px;
    line-height: 1.73333;
    position: relative;
    margin-top: -5.5px;
    margin-bottom: -5.5px;
    padding-left: 22px;
  }
  .s-member .s-member-list > .item .body .body-title::before {
    position: absolute;
    top: .5em;
    left: 0;
    width: 3px;
    height: calc(100% - 1em);
    content: '';
    background: #141414;
  }
  .s-member .s-member-list > .item .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.p-entry .e-outline__data .e-outline__ttl .form-require-label {
  font-size: 10px;
  margin-left: 3px;
  padding: 3px;
  background: #ff0000;
  color: #fff;
}

.p-entry .e-outline__data .e-outline__cnt .form-input {
  font-size: 14px;
  height: 40px;
  padding: 0 10px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #e4e4e4;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.p-entry .e-outline__data .e-outline__cnt .form-area {
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px solid #e4e4e4;
  resize: vertical;
}

.p-entry .e-outline__data .e-outline__cnt .form-group {
  width: 46%;
}

.p-entry .e-outline__data .e-outline__cnt .form_2in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-entry .e-outline__data .e-outline__cnt .date_of_birth input {
  width: 100px;
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .date_of_birth input:nth-child(n+2) {
  margin-left: 10px;
}

.p-entry .e-outline__data .e-outline__cnt .date_of_birth input::-webkit-outer-spin-button,
.p-entry .e-outline__data .e-outline__cnt .date_of_birth input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

.p-entry .e-outline__data .e-outline__cnt .date_of_birth input[type=number] {
  -moz-appearance: textfield;
}

.p-entry .e-outline__data .e-outline__cnt .tel_number input {
  width: 100px;
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .gender_group > label {
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .gender_group > label:nth-child(n+2) {
  margin-left: 10px;
}

.p-entry .e-outline__data .e-outline__cnt .postal input {
  width: 150px;
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .postal2 {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-entry .e-outline__data .e-outline__cnt .postal2 .postal_address {
  width: 79%;
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .postal2 .postal_read {
  width: 20%;
  display: inline-block;
}

.p-entry .e-outline__data .e-outline__cnt .btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: .5em .5em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
  position: absolute;
  right: 0px;
  top: 4px;
}

.p-entry .e-outline__data .e-outline__cnt .border_file {
  position: relative;
  width: 90%;
}

.p-entry .e-outline__data .e-outline__cnt .border_file input[type="file"] {
  width: 100%;
  padding: 10px;
  padding-right: 30px;
  border: 1px dotted;
  display: block;
}

.p-entry .e-outline__data .e-outline__cnt .border_file input[type="file"].no-value + button {
  display: none;
}

.p-entry .e-outline__data .e-outline__cnt .border_file:nth-child(n+2) {
  margin-top: 10px;
}

.p-entry .e-outline__data .e-outline__cnt .add-more {
  width: 10%;
  text-align: center;
}

.p-entry .e-outline__data .e-outline__cnt .resume,
.p-entry .e-outline__data .e-outline__cnt .portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.p-entry .e-outline__data .e-outline__cnt .files-note .file-alert__text {
  color: #ff0000;
  display: inline-block;
  margin-left: 1em;
}

.p-entry .e-outline__data .e-outline__cnt .file-alert {
  margin-left: 10px;
}

.p-entry .e-outline__data .e-outline__cnt .note-files {
  margin-top: 6px;
  display: block;
}

.p-entry label.error {
  font-size: 12px;
  margin-top: 10px;
  color: red;
}

.p-entry .files-size + label.error {
  margin-top: 0;
  margin-left: 10px;
}

.p-entry .custom-input-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.p-entry .custom-input-checkbox input[type="checkbox"] + .checkbox-wrap:before {
  content: '';
  background: #f4f4f4;
  border: 1px solid #141414;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  margin-right: 0.2rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.p-entry .custom-input-checkbox .checkbox-wrap:before,
.p-entry .custom-input-checkbox .checkbox-wrap:ater {
  content: "";
}

.p-entry .custom-input-checkbox input[type="checkbox"]:checked + .checkbox-wrap:before {
  background-color: #141414;
  -webkit-box-shadow: inset 0 0 0 2px #f4f4f4;
          box-shadow: inset 0 0 0 2px #f4f4f4;
}

.p-entry .policy-checkbox {
  display: block;
}

.p-entry .custom-input-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.p-entry .custom-input-radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border: 1px solid #141414;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  margin-right: 0.2rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  top: 4px;
}

.p-entry .custom-input-radio .radio-label:before,
.p-entry .custom-input-radio .radio-label:ater {
  content: "";
}

.p-entry .custom-input-radio input[type="radio"]:checked + .radio-label:before {
  background-color: #141414;
  -webkit-box-shadow: inset 0 0 0 2px #f4f4f4;
          box-shadow: inset 0 0 0 2px #f4f4f4;
}

.p-entry button[disabled] {
  opacity: 0.5;
}

@media screen and (min-width: 768px) {
  .p-entry .inner {
    padding: 96px;
    background: #f7f7f7;
  }
  .p-entry .e-outline__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-entry .e-outline__data > dt:first-of-type, .p-entry .e-outline__data > dd:first-of-type {
    margin-top: 0;
  }
  .p-entry .e-outline__data .e-outline__ttl,
  .p-entry .e-outline__data .e-outline__cnt {
    margin-top: 36px;
  }
  .p-entry .e-outline__data .e-outline__ttl {
    font-size: 13px;
    width: 240px;
    padding-top: 12px;
  }
  .p-entry .e-outline__data .e-outline__cnt {
    width: calc(100% - 240px);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
  }
  .p-entry .privacy-box {
    margin-top: 40px;
  }
  .p-entry .privacy-box__ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .p-entry .privacy-box__text {
    height: 200px;
    overflow-y: scroll;
    border: solid 1px #c0c0c0;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    padding: 20px 25px;
  }
  .p-entry .privacy-box__text .policy-link {
    display: inline-block;
    text-decoration: underline;
    color: #141414;
  }
  .p-entry .custom-input-checkbox {
    text-align: center;
    margin-top: 36px;
  }
  .p-entry .btn {
    font-size: 16px;
    width: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: .24em;
  }
  .p-entry button[disabled] {
    opacity: 0.5;
  }
  .p-entry .warning-valid {
    color: red;
    font-weight: 400;
    margin-top: 20px;
    text-align: center;
  }
  #p-confirm .inner {
    padding: 85px 80px;
  }
  #p-confirm .entry_form .e-outline__data {
    padding: 55px 20px;
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
  }
  #p-confirm .entry_form .e-outline__data > dt:first-of-type, #p-confirm .entry_form .e-outline__data > dd:first-of-type {
    margin-top: 0;
  }
  #p-confirm .entry_form .e-outline__data .e-outline__ttl,
  #p-confirm .entry_form .e-outline__data .e-outline__cnt {
    margin-top: 45px;
    line-height: 2.4;
  }
  #p-confirm .entry_form .e-outline__data .e-outline__ttl {
    padding-top: 0;
    width: 300px;
  }
  #p-confirm .entry_form .e-outline__data .e-outline__cnt {
    width: calc(100% - 300px);
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  #p-confirm .group-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 85px;
  }
  #p-confirm .group-btn-confirm .btn-retype,
  #p-confirm .group-btn-confirm .btn-write {
    width: 246px;
    margin: 0 47px;
    letter-spacing: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  .p-entry {
    background: #f7f7f7;
  }
  .p-entry .inner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .p-entry .e-outline__data .e-outline__ttl {
    font-size: 13px;
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 18px;
  }
  .p-entry .e-outline__data .e-outline__cnt {
    display: block;
    font-weight: 400;
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 40px;
  }
  .p-entry .e-outline__data .e-outline__cnt .date_of_birth input {
    width: 75px;
  }
  .p-entry .e-outline__data .e-outline__cnt .tel_number input {
    width: 70px;
  }
  .p-entry .e-outline__data .e-outline__cnt .form-area {
    margin: 0;
  }
  .p-entry .e-outline__data .e-outline__cnt .file-alert {
    margin-left: 0;
    margin-bottom: 6px;
    display: block;
  }
  .p-entry .files-size + label.error {
    display: block;
    margin-left: 0;
  }
  .p-entry .privacy-box {
    margin-top: 30px;
  }
  .p-entry .privacy-box__ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-entry .privacy-box__text {
    height: 200px;
    overflow-y: scroll;
    border: solid 1px #c0c0c0;
    background-color: #fff;
    font-size: 12px;
    line-height: 1.7;
    font-weight: 400;
    padding: 10px 15px;
  }
  .p-entry .privacy-box__text .policy-link {
    display: inline-block;
    text-decoration: underline;
    color: #141414;
  }
  .p-entry .custom-input-checkbox {
    margin-top: 36px;
    text-align: center;
  }
  .p-entry .custom-input-checkbox .checkbox-label {
    font-size: 12px;
  }
  .p-entry .btn {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: .24em;
  }
  .p-entry .warning-valid {
    color: red;
    font-weight: 400;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
  }
  #p-confirm .entry_form .e-outline__data {
    padding: 45px 15px;
    border-top: 2px solid #141414;
    border-bottom: 2px solid #141414;
  }
  #p-confirm .entry_form .e-outline__data .e-outline__ttl,
  #p-confirm .entry_form .e-outline__data .e-outline__cnt {
    line-height: 2.4;
  }
  #p-confirm .entry_form .e-outline__data .e-outline__cnt {
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  #p-confirm .group-btn-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  #p-confirm .group-btn-confirm .btn-retype,
  #p-confirm .group-btn-confirm .btn-write {
    width: 170px;
    margin: 0 10px;
    letter-spacing: 0.2em;
  }
}

.s-privacy .privacy-content {
  background: #f2f2f2;
  padding: 45px 24px;
  margin-left: -28px;
  margin-right: -28px;
}

.s-privacy .privacy-content .privacy-introduction .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.71429;
}

.s-privacy .privacy-content .privacy-list {
  margin-top: 28px;
}

.s-privacy .privacy-content .privacy-list > .item:nth-child(n+2) {
  margin-top: 48px;
}

.s-privacy .privacy-content .privacy-list > .item .key {
  font-size: 14px;
  line-height: 1.71429;
  margin-top: -6.43px;
  margin-bottom: 20px;
  letter-spacing: .05em;
}

.s-privacy .privacy-content .privacy-list > .item .value .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.71429;
  margin-top: 15px;
  margin-bottom: -5px;
}

.s-privacy .privacy-content .privacy-list > .item .link {
  text-decoration: underline;
  color: #141414;
}

.s-privacy .privacy-content .s-sub-list {
  margin-top: 16px;
}

.s-privacy .privacy-content .s-sub-list > .item {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.71429;
  margin-top: -4.29px;
  margin-bottom: -4.29px;
}

.s-privacy .privacy-content .s-sub-list > .item:nth-child(n+2) {
  margin-top: 8px;
}

.s-privacy .privacy-content .s-sub-list > .item .link {
  text-decoration: underline;
  color: #141414;
}

@media screen and (min-width: 768px) {
  .s-privacy .privacy-content {
    padding: 70px 60px;
    margin: 0;
  }
  .s-privacy .privacy-content .privacy-introduction .text {
    font-size: 13px;
    line-height: 2.46154;
  }
  .s-privacy .privacy-content .privacy-list > .item:nth-child(n+2) {
    margin-top: 80px;
  }
  .s-privacy .privacy-content .privacy-list > .item .key {
    font-size: 18px;
    letter-spacing: .05em;
  }
  .s-privacy .privacy-content .privacy-list > .item .value .text {
    font-size: 13px;
    line-height: 2.46154;
    margin-top: 18.5px;
    margin-bottom: -9.5px;
  }
  .s-privacy .privacy-content .s-sub-list {
    margin-top: 24px;
  }
  .s-privacy .privacy-content .s-sub-list > .item {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: -5.2px;
    margin-bottom: -5.2px;
  }
  .s-privacy .privacy-content .s-sub-list > .item:nth-child(n+2) {
    margin-top: 18px;
  }
}

.s-page {
  min-height: calc(100vh - 487px);
}

.s-page .p-content .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.71429;
  margin-top: 15px;
  margin-bottom: -5px;
}

.s-page .p-content .link {
  text-decoration: underline;
  color: #141414;
}

.page-result, .page-error {
  padding: 35px 0;
}

.page-result .inner, .page-error .inner {
  background-color: #f7f7f7;
  padding: 40px 20px 65px 20px;
}

.page-result .inner .p-title, .page-error .inner .p-title {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .s-page {
    min-height: calc(100vh - 535px);
  }
  .s-page .p-content .text {
    font-size: 15px;
    line-height: 2.46154;
    margin-top: 18.5px;
    margin-bottom: -9.5px;
  }
  .page-result, .page-error {
    padding: 35px 0;
  }
  .page-result .inner, .page-error .inner {
    background-color: #f7f7f7;
    padding: 50px 20px 85px 20px;
  }
  .page-result .inner .p-title, .page-error .inner .p-title {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page-error .inner .p-title img {
    width: 140px;
  }
  .page-result .inner .p-title img {
    width: 180px;
  }
}

.p-members__content .pm-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-members__content .pm-info .pm-img {
  width: 50%;
}

.p-members__content .pm-info .pm-text {
  width: 50%;
  padding-left: 6.35%;
}

.p-members__content .pm-info .pm-text .pm-name {
  font-size: 22px;
  line-height: 1.6;
  margin-top: -6px;
  margin-bottom: -6px;
}

.p-members__content .pm-info .pm-text .pm-posititon {
  font-size: 12px;
  font-size: 2.88vw;
  line-height: 1.8;
  margin-top: 22px;
  margin-bottom: -6px;
}

.p-members__content .item {
  margin-top: 49px;
}

.p-members__content .item .item-title {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 17px;
  margin-bottom: 28px;
  position: relative;
}

.p-members__content .item .item-title::before {
  position: absolute;
  top: .25em;
  left: 0;
  width: 2px;
  height: calc(100% - .5em);
  content: '';
  background: #141414;
}

.p-members__content .item .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 2.5;
  margin-bottom: -6px;
  text-indent: 1.2em;
  text-align: justify;
  margin-bottom: 26px;
}

.p-members__content .item .text.text-ttl {
  margin-bottom: 0;
  text-indent: 0;
  font-weight: 700;
}

.p-members__content .go-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

.p-members__content .go-back .p-btn {
  width: 339px;
}

.p-members__content .go-back .p-btn .btn__text {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-members__content .pm-info .pm-text {
    padding-left: 87px;
    padding-left: 8.35%;
  }
  .p-members__content .pm-info .pm-text .pm-name {
    font-size: 42px;
    line-height: 1.714285;
    margin-top: -19px;
    margin-bottom: -19px;
  }
  .p-members__content .pm-info .pm-text .pm-posititon {
    font-size: 24px;
    line-height: 2;
    margin-top: 30px;
  }
  .p-members__content .item {
    margin-top: 76px;
  }
  .p-members__content .item .item-title {
    font-size: 24px;
    line-height: 2;
    line-height: 1.8;
    padding-left: 32px;
    margin-bottom: 88px;
  }
  .p-members__content .item .text {
    font-size: 18px;
    line-height: 2.66667;
    margin-bottom: 36px;
  }
  .p-members__content .item-img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .is-inview .inview-text--left:before {
    -webkit-transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .is-inview .inview-text--left > div {
    overflow: hidden;
  }
  .is-inview .inview-text--left > div > div {
    -webkit-transition: 0.8s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.8s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .is-inview .inview-text--up {
    -webkit-transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 20px, 0) skewY(3deg);
    transform: translate3d(0, 20px, 0) skewY(3deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  .is-inview .inview-text--up::before {
    width: 40%;
    -webkit-transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .is-inview .inview-text--line > div,
  .is-inview .inview-text--line > span {
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    padding: 0 20px;
  }
  .is-inview .inview-text--line > div:before,
  .is-inview .inview-text--line > span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: 0.9s 0.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s 0.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-transform: scaleX(1) skewX(-30deg);
    transform: scaleX(1) skewX(-30deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    background: #fff;
  }
  .is-inview .inview-text--line.js-inview-item.is-shown > div:before,
  .is-inview .inview-text--line.js-inview-item.is-shown > span:before {
    -webkit-transform: scaleX(0) skewX(-10deg);
    transform: scaleX(0) skewX(-10deg);
  }
  .is-inview .inview-img--1,
  .is-inview .inview-img--2 {
    -webkit-transition: 0.9s 0.05s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.9s 0.05s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  .is-inview .js-inview-item.is-shown .inview-text--left:before, .is-inview .js-inview-item.is-shown.inview-text--left:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .is-inview .js-inview-item.is-shown .inview-text--left > div > div,
  .is-inview .js-inview-item.is-shown.inview-text--left > div > div {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
  .is-inview .js-inview-item.is-shown .inview-text--up, .is-inview .js-inview-item.is-shown.inview-text--up {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
  .is-inview .js-inview-item.is-shown .inview-text--up::before, .is-inview .js-inview-item.is-shown.inview-text--up::before {
    width: 100%;
  }
  .is-inview .js-inview-item.is-shown .inview-img--1,
  .is-inview .js-inview-item.is-shown .inview-img--2, .is-inview .js-inview-item.is-shown.inview-img--1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .js-inview-item.l-kv__bg {
    overflow: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 0;
  }
  .js-inview-item.l-kv__bg .bg {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
  }
  .js-inview-item.l-kv__bg .bg-curtain {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1;
  }
  .js-inview-item.l-kv__bg .bg-curtain-top {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80px;
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    background: #fff;
  }
  .js-inview-item.l-kv__bg.is-shown {
    opacity: 1;
  }
  .js-inview-item.l-kv__bg.is-shown .bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  .js-inview-item.l-kv__bg.is-shown .bg-curtain {
    opacity: 0;
  }
  .js-inview-item.l-kv__bg.is-shown .bg-curtain-top {
    width: 100%;
    height: 0;
  }
}

@media screen and (min-width: 768px) {
  .is-inview .inview-line:before {
    -webkit-transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .is-inview .inview-line.is-shown:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .is-inview .inview-text--left:before {
    -webkit-transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.8s 0.1s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  .is-inview .inview-text--left > div {
    overflow: hidden;
  }
  .is-inview .inview-text--left > div > div {
    -webkit-transition: 0.8s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.8s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 100%, 0) skewY(12deg);
    transform: translate3d(0, 100%, 0) skewY(12deg);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .is-inview .inview-text--up {
    -webkit-transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 20px, 0) skewY(3deg);
    transform: translate3d(0, 20px, 0) skewY(3deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
  }
  .is-inview .inview-text--up::before {
    width: 40%;
    -webkit-transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 1.2s 0.2s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  .is-inview .inview-text--line > div,
  .is-inview .inview-text--line > span {
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    padding: 0 20px;
  }
  .is-inview .inview-text--line > div:before,
  .is-inview .inview-text--line > span:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: 0.9s 0.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.9s 0.2s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-transform: scaleX(1) skewX(-30deg);
    transform: scaleX(1) skewX(-30deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    background: #fff;
  }
  .is-inview .inview-text--line.js-inview-item.is-shown > div:before,
  .is-inview .inview-text--line.js-inview-item.is-shown > span:before {
    -webkit-transform: scaleX(0) skewX(-10deg);
    transform: scaleX(0) skewX(-10deg);
  }
  .is-inview .inview-img--1,
  .is-inview .inview-img--2 {
    -webkit-transition: 0.9s 0.05s cubic-bezier(0.16, 0.43, 0.45, 1);
    transition: 0.9s 0.05s cubic-bezier(0.16, 0.43, 0.45, 1);
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  .is-inview .js-inview-item.is-shown .inview-text--left:before, .is-inview .js-inview-item.is-shown.inview-text--left:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .is-inview .js-inview-item.is-shown .inview-text--left > div > div,
  .is-inview .js-inview-item.is-shown.inview-text--left > div > div {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
  }
  .is-inview .js-inview-item.is-shown .inview-text--up, .is-inview .js-inview-item.is-shown.inview-text--up {
    -webkit-transform: translate3d(0, 0, 0) skewY(0);
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
  .is-inview .js-inview-item.is-shown .inview-text--up::before, .is-inview .js-inview-item.is-shown.inview-text--up::before {
    width: 100%;
  }
  .is-inview .js-inview-item.is-shown .inview-img--1,
  .is-inview .js-inview-item.is-shown .inview-img--2, .is-inview .js-inview-item.is-shown.inview-img--1 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .is-inview .js-inview-item.l-kv__bg {
    overflow: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 0;
  }
  .is-inview .js-inview-item.l-kv__bg .bg {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .7;
    -webkit-filter: brightness(180%);
    filter: brightness(180%);
  }
  .is-inview .js-inview-item.l-kv__bg .bg-curtain {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1;
  }
  .is-inview .js-inview-item.l-kv__bg .bg-curtain-top {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 80px;
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    background: #fff;
  }
  .is-inview .js-inview-item.l-kv__bg.is-shown {
    opacity: 1;
  }
  .is-inview .js-inview-item.l-kv__bg.is-shown .bg {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  .is-inview .js-inview-item.l-kv__bg.is-shown .bg-curtain {
    opacity: 0;
  }
  .is-inview .js-inview-item.l-kv__bg.is-shown .bg-curtain-top {
    width: 100%;
    height: 0;
  }
  .is-not-inview .js-inview-item.is-shown .inview-text--up::before, .is-not-inview .js-inview-item.is-shown.inview-text--up::before {
    width: 100%;
  }
  .is-not-inview .js-inview-item.l-kv__bg {
    overflow: hidden;
    -webkit-transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 0.8s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 0;
  }
  .is-not-inview .js-inview-item.l-kv__bg .bg {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 0.7;
  }
  .is-not-inview .js-inview-item.l-kv__bg .bg-curtain {
    -webkit-transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    transition: 2.1s cubic-bezier(0.3, 0.4, 0.1, 1);
    opacity: 1;
  }
  .is-not-inview .js-inview-item.l-kv__bg .bg-curtain-top {
    opacity: 0;
  }
  .is-not-inview .js-inview-item.l-kv__bg.is-shown {
    opacity: 1;
  }
  .is-not-inview .js-inview-item.l-kv__bg.is-shown .bg {
    opacity: 1;
  }
  .is-not-inview .js-inview-item.l-kv__bg.is-shown .bg-curtain {
    opacity: 0;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, -360deg);
            transform: rotate3d(0, 1, 0, -360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
            transform: rotate3d(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, -360deg);
            transform: rotate3d(0, 1, 0, -360deg);
  }
}

@-webkit-keyframes loadmore {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes loadmore {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ani1 {
  -webkit-animation-name: loadmore;
          animation-name: loadmore;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
/*# sourceMappingURL=style.css.map */