/*!
* Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

:root,
html,
body {
  background: #fff;
  color: #222;
  width: 100%;
}

body {
  overflow-x: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  color: #222;
}

a:hover {
  text-decoration: none;
  color: #222;
}

*:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
textarea,
select,
button {
  outline: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button:focus {
  outline: 0;
}

::-moz-selection {
  color: #fff;
  background: #42AB9E;
}

::selection {
  color: #fff;
  background: #42AB9E;
}

.inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: none !important;
}

.l-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-half {
  width: 50%;
}

.header__logo {
  position: absolute;
  top: 20px;
  left: 5vw;
  max-width: 112px;
  font-size: 1.6rem;
  margin-bottom: 0;
  z-index: 300;
}

.header__logo h1 {
  margin-bottom: 0;
}

.header__logo svg {
  display: block;
  width: 100%;
  height: 30px;
}

.detail .header__logo svg {
  fill: #fff;
}

.header__logo .nk {
  fill: #42AB9E;
  -webkit-transition: fill 0.75s ease;
  transition: fill 0.75s ease;
}

.detail .header__logo .nk {
  fill: #fff;
}

.header__logo .tech {
  fill: #222;
  -webkit-transition: fill 0.75s ease;
  transition: fill 0.75s ease;
}

.detail .header__logo .tech {
  fill: #fff;
}

.home .header__logo {
  pointer-events: none;
}

.is-menu-fadein .header__logo {
  z-index: 999;
}

.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  margin: 0;
  z-index: 1001;
  pointer-events: none;
}

.is-menu-fadein .menu-wrap {
  pointer-events: auto;
}

.menu {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 55%;
  height: 100%;
  padding-left: 12vw;
  z-index: 1;
}

.menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.is-menu-fadein .menu::before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}

.menu__wrap {
  opacity: 0;
  margin-bottom: 80px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.is-menu-fadein .menu__wrap {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.menu__item {
  font-family: "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 0;
}

.menu__item a {
  color: transparent;
  text-stroke: 2px #fff;
  -webkit-text-stroke: 2px #fff;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.menu__item a:hover {
  color: #fff;
}

.menu__site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu__site-item {
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-right: 50px;
}

.menu__site-item:last-child {
  border-bottom: none;
}

.is-menu-fadein .menu__site-item {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.menu__site-item a {
  color: #fff;
}

.menu__site-en {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.menu__address {
  overflow: hidden;
  position: relative;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-size: 1.2rem;
  padding-bottom: 60px;
  z-index: 1;
}

.is-menu-fadein .menu__address {
  border-right: 1px solid #666;
}

.menu__address::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.is-menu-fadein .menu__address::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  will-change: transform;
}

.menu__map {
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.is-menu-fadein .menu__map {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.menu__txt {
  padding-left: 60px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.is-menu-fadein .menu__txt {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.menu-btn {
  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;
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  color: #fff;
  background: #222;
  z-index: 1002;
}

.menu-btn__txt {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.menu-btn__txt span {
  display: inline-block;
  width: 14px;
  text-align: center;
  margin: 0 5px;
}

.is-menu-fadein .menu-btn__txt {
  opacity: 0;
}

.menu-btn__close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  fill: #fff;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.is-menu-fadein .menu-btn__close {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.sp-toggle {
  display: none;
}

.section {
  padding: 90px 0;
}

.btn {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 70px;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #42AB9E;
  margin: auto;
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e3940;
  -webkit-transform: translate3d(-130%, 0, 0) skewX(70deg);
  transform: translate3d(-130%, 0, 0) skewX(70deg);
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: right .25s;
  transition: right .25s;
}

.btn:hover {
  color: #fff;
}

.btn--white {
  color: #42AB9E;
  background: #fff;
}

.btn--white::before {
  background: #eee;
}

.btn--white::after {
  border-color: #42AB9E;
}

.btn--white:hover {
  color: #42AB9E;
}

.btn__txt {
  position: relative;
  z-index: 10;
}

.footer {
  width: 100%;
  background: #fff;
  padding: 90px 0 20px;
}

.footer__logo {
  max-width: 112px;
  margin: 0 auto 60px;
}

.footer__logo svg {
  width: 100%;
  height: auto;
}

.footer__logo .nk {
  fill: #42AB9E;
}

.footer__logo .tech {
  fill: #222;
}

.footer__read {
  line-height: 2;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
}

.footer__btn {
  display: block;
  position: relative;
  max-width: 450px;
  width: 100%;
  height: 90px;
  line-height: 86px;
  font-family: "Open Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-align: center;
  color: #fff;
  border: 2px solid #42AB9E;
  margin: 0 auto 120px;
  z-index: 1;
}

.footer__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #42AB9E;
  z-index: -1;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}

.footer__btn:hover {
  color: #42AB9E;
}

.footer__btn:hover::before {
  width: 0;
}

.footer__copy {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.05em;
  padding: 0 5vw;
}

.pagetop {
  position: fixed;
  right: 2%;
  bottom: 3%;
}

.pagetop__wrap {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
}

.pagetop__wrap img {
  border-radius: 50%;
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.pagetop__wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.title {
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
  color: #42AB9E;
  margin-bottom: 30px;
}

.title::after {
  content: attr(data-ttl-en);
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.title--white {
  color: #fff;
}

.page-title .inner {
  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;
  height: 280px;
  padding-top: 20px;
}

.page-title__ttl {
  text-align: center;
  margin-bottom: 0;
}

.page-title__ttl-en {
  overflow: hidden;
  display: block;
  position: relative;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 20px;
}

.page-title__ttl-en span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.is-fadein .page-title__ttl-en span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease;
}

.page-title__ttl-en span:first-letter {
  color: #42AB9E;
}

.page-title__ttl-ja {
  overflow: hidden;
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.page-title__ttl-ja span {
  display: inline-block;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.is-fadein .page-title__ttl-ja span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pagination--news .pagination__prev:hover,
.pagination--news .pagination__next:hover {
  color: #222;
}

.pagination--news .pagination__prev::after,
.pagination--news .pagination__next::after {
  display: none;
}

.pagination--news .pagination__prev:hover::before {
  border-color: transparent #42AB9E transparent transparent;
}

.pagination--news .pagination__next:hover::before {
  border-color: transparent transparent transparent #42AB9E;
}

.pagination--news .pagination__ttl {
  font-size: 1.4rem;
  font-weight: 400;
}

.pagination__box {
  position: relative;
  width: 33.333%;
  height: 260px;
  border-right: 1px solid #ccc;
}

.pagination__box:last-child {
  border: none;
}

.pagination__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.pagination__prev {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 34px;
  padding-left: 70px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.pagination__prev::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #42AB9E transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 34px;
  z-index: 2;
}

.pagination__prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.pagination__prev:hover {
  color: #fff;
}

.pagination__prev:hover::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #fff transparent transparent;
}

.pagination__prev:hover::after {
  opacity: 1;
}

.pagination__prev:hover .pagination__image {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.pagination__back {
  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;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.pagination__back-icon {
  width: 12px;
  fill: #42AB9E;
  margin-right: 10px;
}

.pagination__next {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 34px;
  padding-right: 70px;
}

.pagination__next::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #42AB9E;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 34px;
  z-index: 2;
}

.pagination__next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.pagination__next:hover {
  color: #fff;
}

.pagination__next:hover::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.pagination__next:hover::after {
  opacity: 1;
}

.pagination__next:hover .pagination__image {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.pagination__type {
  position: relative;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  z-index: 10;
}

.pagination__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 10;
}

.cursor__screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cursor__circle {
  position: fixed;
  top: -20px;
  left: -20px;
  width: 10px;
  height: 10px;
  background: rgba(102, 102, 102, 0.6);
  border-radius: 50%;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.cursor__circle svg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.cursor__circle circle {
  fill: rgba(102, 102, 102, 0.5);
}

.cursor__circle.is-active {
  background: #fff;
  mix-blend-mode: exclusion;
}

.cursor__circle.is-active-pt1 {
  background: #fff;
  mix-blend-mode: exclusion;
}

.cursor__circle.is-active-pt1 .cursor__txt {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.cursor__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  pointer-events: none;
  opacity: 0;
}

.main-visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 60px;
}

.main-visual__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  min-height: calc(100vh - 60px);
  padding-bottom: 30px;
  padding-left: 10vw;
  z-index: 10;
  pointer-events: none;
}

.main-visual__catch {
  position: relative;
  line-height: 1;
  margin: auto 0 40px;
  z-index: 100;
}

.main-visual__catch--black {
  overflow: hidden;
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 6.471vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-stroke: 2px #222;
  -webkit-text-stroke: 2px #222;
  white-space: nowrap;
  margin-bottom: 0;
  z-index: 101;
}

.is-fadein .main-visual__catch--black {
  width: calc(100% - (61.2vw + 30px));
  -webkit-transition: width 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: width 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}

.main-visual__catch--white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 6.471vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: transparent;
  text-stroke: 2px #fff;
  -webkit-text-stroke: 2px #fff;
}

.main-visual__catch-item {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.main-visual__catch-item span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.is-fadein .main-visual__catch-item span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.main-visual__body-foot {
  overflow: hidden;
  width: 120px;
  margin-top: auto;
  opacity: 0;
}

.is-fadein .main-visual__body-foot {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.main-visual__btn {
  display: block;
  position: relative;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.main-visual__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  height: 30px;
  background: #42AB9E;
}

.main-visual__btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 4px;
  background: #42AB9E;
}

.main-visual__btn img {
  border-radius: 50%;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

.main-visual__btn:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.main-visual__slide {
  position: relative;
  width: calc(100% - 38.8vw);
  min-height: calc(100vh - 60px);
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 100px;
  z-index: 1;
}

.main-visual__slide-bg {
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 30px);
  height: 66vh;
  min-height: 440px;
  background: #42AB9E;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-fadein .main-visual__slide-bg {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
  will-change: transform;
}

.main-visual__slide-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 66vh;
  min-height: 440px;
  background: #000;
  margin-bottom: 26px;
  z-index: 1;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-fadein .main-visual__slide-image {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.75s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  will-change: transform;
}

.main-visual__slide-image.is-start::before {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  will-change: transform;
}

.main-visual__slide-image canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-visual__slide-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
}

.main-visual__slide-item {
  display: none;
}

.main-visual__slide-progressbar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}

.main-visual__slide-progressbar.is-active::after {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 5.8s linear;
  transition: -webkit-transform 5.8s linear;
  transition: transform 5.8s linear;
  transition: transform 5.8s linear, -webkit-transform 5.8s linear;
}

.main-visual__slide-progressbar::after {
  content: '';
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #42AB9E;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}

.main-visual__slide-ttl {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #42AB9E;
  margin-bottom: 12px;
}

.main-visual__slide-txt {
  position: relative;
  opacity: 0;
}

.is-fadein .main-visual__slide-txt {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.main-visual__slide-txt__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.main-visual__slide-txt__item.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1;
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.main-visual__slide-txt__item.is-leave {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in;
  transition: transform 0.5s ease-in, opacity 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.main-visual__slide-cat {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #999;
  margin-bottom: 0;
  text-transform: uppercase;
}

.main-visual__slide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  right: 30px;
  width: 150px;
  opacity: 0;
}

.is-fadein .main-visual__slide-nav {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.main-visual__slide-prev {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.2rem 2.4rem rgba(21, 21, 21, 0.2);
  box-shadow: 0 0.2rem 2.4rem rgba(21, 21, 21, 0.2);
  padding-right: 4px;
}

.main-visual__slide-prev:hover {
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  background: #222;
}

.main-visual__slide-prev:hover .main-visual__slide-icon {
  fill: #fff;
}

.main-visual__slide-next {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.2rem 2.4rem rgba(21, 21, 21, 0.2);
  box-shadow: 0 0.2rem 2.4rem rgba(21, 21, 21, 0.2);
  padding-left: 4px;
}

.main-visual__slide-next:hover {
  -webkit-transition: background 0.5s ease-in;
  transition: background 0.5s ease-in;
  background: #222;
}

.main-visual__slide-next:hover .main-visual__slide-icon {
  fill: #fff;
}

.main-visual__slide-icon {
  width: 13px;
  height: auto;
  fill: #222;
}

.main-visual__bg-txt {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10.294vw;
  opacity: 0;
}

.is-fadein .main-visual__bg-txt {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.main-visual__bg-txt__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 10.294vw;
  font-weight: 700;
  opacity: 0;
}

.main-visual__bg-txt__item.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.main-visual__bg-txt__item.is-leave {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}

.main-visual__bg-txt__marquee {
  white-space: nowrap;
  color: #f4f4f4;
  padding: 0 5vw;
}

.is-active .main-visual__bg-txt__marquee,
.is-leave .main-visual__bg-txt__marquee {
  -webkit-animation-name: marquee;
  animation-name: marquee;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes marquee {
  0% {
    left: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    left: 0;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.top-news {
  margin-bottom: 40px;
}

.top-news__ttl {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  background: #fff;
  border: 2px solid #222;
  border-bottom: none;
  padding: 0 24px;
}

.top-news__ttl::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  background: #222;
}

.is-fadein .top-news__ttl::before {
  width: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.top-news__ttl::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  background: #fff;
}

.is-fadein .top-news__ttl::after {
  width: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.top-news__body {
  position: relative;
  width: 100%;
  max-width: 390px;
  height: 42px;
  line-height: 38px;
  background: #fff;
  border: 2px solid #222;
  margin-top: -2px;
  margin-bottom: 0;
  z-index: 1;
  pointer-events: auto;
}

.top-news__body::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 2px);
  background: #222;
  z-index: 10;
}

.is-fadein .top-news__body::before {
  width: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.top-news__body::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: #fff;
  z-index: 10;
}

.is-fadein .top-news__body::after {
  width: 0;
  -webkit-transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: width 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.top-news__link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 38px 0 24px;
}

.top-news__link-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: #222;
}

.top-news__link-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #fff;
}

.top-news__link-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #fff;
}

.top-news__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-right: 20px;
}

.top-news__body-ttl {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  padding-right: 10px;
}

.works-title {
  min-height: 92px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: calc(5vw + 16px);
  opacity: 0;
}

.is-fadein .works-title {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.works-title__en {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}

.works-title__en .works-title__item span:first-letter {
  color: #42AB9E;
}

.works-title__ja {
  display: block;
  font-size: 1.2rem;
}

.works-title__item {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.works-title__item span {
  display: inline-block;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition: -webkit-transform .35s ease-out;
  transition: transform .35s ease-out;
  transition: transform .35s ease-out, -webkit-transform .35s ease-out;
}

.works-cat {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  max-height: 276px;
  margin-bottom: 100px;
}

.works-cat__inner {
  display: block;
  position: relative;
  width: calc(210px + 5vw);
  max-height: 276px;
  min-height: 276px;
  color: #fff;
  background: #42AB9E;
  padding: 40px 0 40px 5vw;
}

.works-cat__inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #42AB9E;
}

.is-fadein .works-cat__inner::before {
  height: 0;
  -webkit-transition: height 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: height 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}

.works-cat__inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.is-fadein .works-cat__inner::after {
  height: 0;
  -webkit-transition: height 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: height 0.35s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.works-cat__list {
  padding-left: 16px;
}

.works-cat__item {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #C8FFF8;
  margin-bottom: 14px;
  padding-bottom: 6px;
  cursor: pointer;
}

.works-cat__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
}

.works-cat__item.is-active {
  color: #fff;
}

.works-cat__item.is-active::before {
  width: 100%;
  -webkit-transition: width 0.45s ease;
  transition: width 0.45s ease;
}

.works-cat__item:first-child::after {
  content: '';
  position: absolute;
  top: 5px;
  left: -20px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Crect%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E");
  cursor: none;
  pointer-events: none;
}

.works-cat__item:first-child:not(.is-active)::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%20style%3D%22enable-background%3Anew%200%200%2012%2012%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23C8FFF8%3B%7D%3C%2Fstyle%3E%3Crect%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20x%3D%227%22%20y%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st0%22%20width%3D%225%22%20height%3D%225%22%2F%3E%3C%2Fsvg%3E");
}

.works-cat__item:last-child {
  margin-bottom: 0;
}

.works-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: calc(100% - (210px + 5vw));
  min-height: 100vh;
  padding: 0 5vw 0 55px;
  margin-bottom: 100px;
  opacity: 0;
}

.is-fadein .works-main {
  opacity: 1;
  -webkit-transition: opacity 1.4s ease;
  transition: opacity 1.4s ease;
  -webkit-transition-delay: .85s;
  transition-delay: .85s;
}

.works-main::after {
  content: '';
  display: block;
  width: 31.5%;
}

.works-article {
  width: 30.6%;
  margin-bottom: 50px;
}

.works-article:hover .works-article__thumb::after {
  opacity: .4;
}

.works-article:hover .works-article__thumb img {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
}

.works-article__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #eee;
  border: 1px solid #f4f4f4;
}

.works-article__thumb::before {
  content: '';
  display: block;
  padding-top: 68.195%;
}

.works-article__thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.works-article__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  height: 100%;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
}

.works-article__list-body {
  padding-top: 20px;
}

.works-article__list-cat {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.works-article__list-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.works-detail {
  position: relative;
}

.works-detail__head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 176px;
  z-index: 2;
}

.works-detail__head-cat {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 18px;
  padding-bottom: 25px;
}

.works-detail__head-cat-item {
  overflow: hidden;
  display: inline-block;
}

.works-detail__head-cat-item span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.is-fadein .works-detail__head-cat-item span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.is-fadein .works-detail__head-cat::after {
  width: 60px;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.works-detail__head-cat::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
}

.works-detail__head-ttl {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}

.works-detail__head-ttl-item {
  overflow: hidden;
  display: inline-block;
}

.works-detail__head-ttl-item span {
  display: inline-block;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.is-fadein .works-detail__head-ttl-item span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .75s ease;
  transition: -webkit-transform .75s ease;
  transition: transform .75s ease;
  transition: transform .75s ease, -webkit-transform .75s ease;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}

.works-detail__head-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
  opacity: 0;
}

.is-fadein .works-detail__head-link {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.works-detail__head-link:hover {
  color: #fff;
}

.works-detail__link-icon {
  width: 12px;
  height: 12px;
  fill: #fff;
  margin: 0 0 2px 2px;
}

.works-detail__head-bg {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 464px;
}

.works-detail__head-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
}

.is-fadein .works-detail__head-bg::before {
  opacity: 1;
  -webkit-transition: opacity .75s ease;
  transition: opacity .75s ease;
}

.works-detail__head-bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: 100%;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.is-fadein .works-detail__head-bg img {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.02);
  transform: translate(-50%, -50%) scale(1.02);
  -webkit-transition: opacity .75s ease, -webkit-transform 2s ease;
  transition: opacity .75s ease, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity .75s ease;
  transition: transform 2s ease, opacity .75s ease, -webkit-transform 2s ease;
}

.works-detail__head-overlay {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 464px;
  z-index: 10;
}

.works-detail__head-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #42AB9E;
}

.is-fadein .works-detail__head-overlay::before {
  -webkit-animation: overlay .5s linear;
  animation: overlay .5s linear;
}

.works-detail__content {
  padding: 80px 0 140px;
  opacity: 0;
}

.is-fadein .works-detail__content {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.works-detail__main-image img {
  width: 100%;
}

.works-detail__sec1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.works-detail__desc {
  width: calc(100% - 460px);
  line-height: 2.2;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: -10px;
  margin-bottom: 80px;
  padding-left: 60px;
  white-space: pre-line;
  word-wrap: break-word;
}

.works-detail__sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  padding: 0 5vw;
}

.works-detail__sec2-image {
  width: 48%;
  margin: 0 auto;
}

.works-detail__sec2-image img {
  width: 100%;
}

.works-detail__sec3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.works-detail__sec3 img {
  width: 100%;
}

@-webkit-keyframes overlay {
  0% {
    height: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes overlay {
  0% {
    height: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.works-detail-data {
  width: 460px;
  border-right: 1px solid #ccc;
  margin-bottom: 80px;
  padding-right: 20px;
}

.works-detail-data__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.works-detail-data__ttl {
  width: 150px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
}

.works-detail-data__body {
  width: calc(100% - 150px);
  font-weight: 600;
  margin-bottom: 16px;
}

.works-detail-data__body--link {
  width: 100%;
  margin-bottom: 0;
  text-transform: none;
}

.works-detail-data__body--link a {
  color: #42AB9E;
}

.works-detail-data .works-detail__link-icon {
  fill: #42AB9E;
}

.news__content {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 40px 40px 0;
}

.news-list {
  border-top: 1px solid #ccc;
}

.news-list__item {
  border-bottom: 1px solid #ccc;
  padding: 30px 30px;
}

.news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.news-list__date {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  background: #3e3940;
  margin-right: 30px;
  padding: 0 10px;
}

.news-list__ttl {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.news-post {
  padding-bottom: 80px;
}

.news-post__ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.news-post__date {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  color: #ccc;
  margin-bottom: 40px;
}

.news-post__content p {
  line-height: 2;
  margin-bottom: 30px;
}

.contact .footer__read {
  margin-bottom: 100px;
}

.contact-content__inner {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}

.contact-content__ttl {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.contact-content__txt {
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

.contact-content__tel {
  max-width: 1000px;
  text-align: center;
  background: #f8f8f8;
  border: 1px solid #eaeaea;
  margin: auto;
  margin-bottom: 60px;
  padding: 30px;
  pointer-events: none;
  cursor: default;
}

.contact-content__tel a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.contact-content__tel-txt {
  margin-bottom: 10px;
}

.contact-content__tel-note {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}

.contact-content__form-wrap {
  background: #f8f8f8;
  padding: 60px 0 100px;
}

.contact-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
}

.contact-step__item {
  position: relative;
  width: 33.333%;
  color: #999;
  text-align: center;
  padding: 25px 20px 20px;
}

.contact-step__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #eaeaea;
}

.contact-step__item.is-current {
  color: #222;
}

.contact-step__item.is-current::before {
  background: #42AB9E;
}

.contact-step__num {
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-step__txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.form {
  background: #fff;
  padding: 40px 60px;
}

.form__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto 20px;
}

.form__table th {
  overflow: hidden;
  width: 260px;
  padding: 32px 16px;
  font-weight: bold;
  vertical-align: top;
}

.form__table th span {
  float: right;
  font-size: 1rem;
  color: #fff;
  background: #42AB9E;
  padding: 1px 8px;
}

.form__table td {
  padding: 32px;
  vertical-align: middle;
}

.form__table input,
.form__table textarea {
  padding: 14px 6px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #dadada;
  margin: 0;
  width: 300px;
  border-radius: 3px;
}

.form__table input:focus,
.form__table textarea:focus {
  outline: 2px solid #42AB9E;
}

.form__table input.error,
.form__table textarea.error {
  background: #FDF2F2;
  border: 1px solid #d40000;
}

.form__table .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form__table .radio input[type="radio"]:checked + label::after {
  opacity: 1;
}

.form__table .radio__label {
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 24px;
}

.form__table .radio__label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__table .radio__label::after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 9px;
  width: 9px;
  height: 9px;
  background: #42AB9E;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form__table .radio__label:last-of-type {
  margin-bottom: 0;
}

.form__table input[type="submit"] {
  margin: 24px 0;
  cursor: pointer;
}

.form__table textarea {
  width: 100%;
  height: 200px;
}

.form__txt {
  text-align: center;
  margin: 40px 0;
}

.form__btn {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  cursor: auto;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.form__btn.is-disabled {
  background: #ccc;
  cursor: default;
}

.form__return-btn {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  background: #ccc;
}

.form__privacy {
  max-width: 1000px;
  border: 1px solid #dadada;
  margin: 0 auto 60px;
  padding: 60px 80px 40px;
}

.form__privacy-content {
  overflow-y: scroll;
  height: 200px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.form__privacy-ttl {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.form__privacy-txt {
  margin-bottom: 0;
}

.form__privacy-check {
  text-align: center;
  margin-bottom: 0;
}

.form__privacy-check .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  vertical-align: middle;
  cursor: pointer;
}

.form__privacy-check .checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #42AB9E;
  border-bottom: 2px solid #42AB9E;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form__privacy-check .checkbox::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 3px;
  content: '';
}

.form__privacy-check input[type=checkbox] {
  display: none;
}

.form__privacy-check input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.form__thanks {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0;
}

.form label.error {
  display: block;
  font-size: 1.2rem;
  color: #d40000;
  margin: 6px 0 0;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10001;
}

.loading.is-fadein {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.loading__round {
  color: #42AB9E;
  font-size: 1rem;
  margin: 100px auto;
  width: .6em;
  height: .6em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0) scale(0.8);
  transform: translateZ(0) scale(0.8);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.u-mb0px {
  margin-bottom: 0;
}

.u-mb30px {
  margin-bottom: 30px;
}

.u-mb60px {
  margin-bottom: 60px;
}

@media only screen and (min-width: 560px) {
  .btn:hover::before {
    -webkit-transform: translate3d(0, 0, 0) skewX(0);
    transform: translate3d(0, 0, 0) skewX(0);
  }

  .btn:hover::after {
    right: 15px;
  }

  .pagetop__wrap:hover {
    color: #fff;
    opacity: 0.8;
  }
}

@media only screen and (min-width: 960px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (min-width: 1400px) {
  .top-news__body {
    max-width: 440px;
  }
}

@media only screen and (max-width: 1360px) {
  .main-visual__catch--black {
    font-size: 8.6rem;
  }

  .main-visual__catch--white {
    font-size: 8.6rem;
  }

  .main-visual__bg-txt {
    height: 140px;
  }

  .main-visual__bg-txt__item {
    font-size: 14rem;
  }
}

@media only screen and (max-width: 959px) {
  .sp-only {
    display: block !important;
  }

  .menu-wrap {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 559px) {
  body {
    font-size: 13px;
    font-size: 3.467vw;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  .header__logo {
    top: 25px;
    max-width: 26.667vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__logo svg {
    height: auto;
  }

  .menu {
    width: 100%;
    height: auto;
    padding: 100px 12vw 80px;
  }

  .menu__wrap {
    margin-bottom: 40px;
  }

  .menu__item {
    font-size: 28px;
    font-size: 7.46667vw;
    margin-bottom: 10px;
  }

  .menu__item:last-child {
    margin-bottom: 0;
  }

  .menu__item a {
    color: #fff;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
  }

  .menu__site-item {
    margin-right: 20px;
  }

  .menu__site-en {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .menu__address {
    width: 100%;
  }

  .menu__map {
    height: 300px;
    margin-bottom: 30px;
  }

  .menu-btn {
    width: 50px;
    height: 50px;
  }

  .menu-btn__txt {
    line-height: 1.4;
    font-size: 10px;
    font-size: 2.66667vw;
  }

  .menu-btn__txt span {
    width: 2.133vw;
    margin: 0 3px;
  }

  .menu-btn__close {
    width: 18px;
    height: 18px;
  }

  .sp-toggle {
    display: block;
    width: 16vw;
    height: 16vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
  }

  .sp-toggle span {
    display: block;
    position: absolute;
    height: 0.267vw;
    width: 50%;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .sp-toggle span:nth-child(1) {
    width: 50%;
    top: 34%;
    z-index: 1002;
  }

  .is-open .sp-toggle span:nth-child(1) {
    width: 50%;
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .sp-toggle span:nth-child(2) {
    width: 50%;
    top: 50%;
    z-index: 1003;
  }

  .is-open .sp-toggle span:nth-child(2) {
    width: 0;
  }

  .sp-toggle span:nth-child(3) {
    width: 50%;
    top: 66%;
    z-index: 1004;
  }

  .is-open .sp-toggle span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .section {
    padding: 40px 0;
  }

  .btn {
    max-width: 170px;
    height: 40px;
    line-height: 42px;
    font-size: 12px;
    font-size: 3.2vw;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__read {
    margin-bottom: 40px;
  }

  .footer__btn {
    height: 70px;
    line-height: 66px;
    font-size: 2.4rem;
    margin-bottom: 80px;
  }

  .footer__copy {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .pagetop {
    bottom: 2%;
    width: 50px;
    height: 50px;
  }

  .pagetop__wrap {
    width: 50px;
    height: 50px;
  }

  .title {
    line-height: 1.4;
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 20px;
  }

  .title::after {
    font-size: 22px;
    font-size: 5.86667vw;
  }

  .page-title .inner {
    height: 220px;
    padding-top: 60px;
  }

  .page-title__ttl-en {
    font-size: 44px;
    font-size: 11.73333vw;
    margin-bottom: 10px;
  }

  .page-title__ttl-ja {
    font-size: 12px;
    font-size: 3.2vw;
  }

  .pagination--news {
    margin: 0 -20px;
  }

  .pagination__box:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    height: 150px;
  }

  .pagination__box:nth-child(2) {
    width: 100%;
    height: 100px;
    border-right: none;
    border-bottom: 1px solid #ccc;
  }

  .pagination__box:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
    height: 150px;
  }

  .pagination__prev {
    padding-left: 34px;
  }

  .pagination__prev::before {
    left: 14px;
  }

  .pagination__back {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .pagination__next {
    padding-right: 34px;
  }

  .pagination__next::before {
    right: 14px;
  }

  .pagination__type {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .pagination__ttl {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .cursor__circle {
    display: none;
  }

  html,
  body {
    height: 100%;
  }

  .home .l-wrapper,
  .home .l-content {
    height: 100%;
  }

  .main-visual {
    overflow: visible;
    padding-top: 50px;
  }

  .main-visual__body {
    height: auto;
    padding: 0 20px 40px;
  }

  .main-visual__catch {
    height: 164.533vw;
    margin-bottom: 20px;
  }

  .is-fadein .main-visual__catch--black {
    width: 100%;
  }

  .main-visual__catch--black {
    position: absolute;
    top: 8%;
    font-size: 50px;
    font-size: 13.33333vw;
  }

  .main-visual__catch--white {
    top: 8%;
    font-size: 50px;
    font-size: 13.33333vw;
  }

  .main-visual__body-foot {
    width: 80px;
    margin: 0 auto;
  }

  .main-visual__btn::before {
    width: 3px;
    height: 20px;
  }

  .main-visual__btn::after {
    width: 20px;
    height: 3px;
  }

  .main-visual__slide {
    overflow: hidden;
    top: 48vw;
    width: calc(100% - 20px);
    height: auto;
    min-height: auto;
    padding-left: 30px;
    padding-bottom: calc(26.667vw + 30px);
  }

  .main-visual__slide-bg {
    left: 0;
    width: 100%;
    height: 70vw;
    min-height: 70vw;
  }

  .main-visual__slide-image {
    width: 100%;
    height: 70vw;
    min-height: 70vw;
    margin-bottom: 16px;
  }

  .main-visual__slide-ttl {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .main-visual__slide-nav {
    bottom: 30px;
    width: 100px;
  }

  .main-visual__slide-prev {
    width: 40px;
    height: 40px;
  }

  .main-visual__slide-next {
    width: 40px;
    height: 40px;
  }

  .main-visual__slide-icon {
    width: 10px;
  }

  .main-visual__bg-txt {
    bottom: 30%;
  }

  .top-news {
    margin-bottom: 50px;
  }

  .works-title {
    padding-left: 20px;
  }

  .works-cat {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }

  .works-cat__inner {
    width: 100%;
    min-height: inherit;
    overflow-y: scroll;
    padding: 30px 0 30px 5vw;
  }

  .works-cat__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .works-cat__list::after {
    content: '';
    display: block;
    padding: 1px;
  }

  .works-cat__item {
    white-space: nowrap;
    margin-right: 24px;
    margin-bottom: 0;
  }

  .works-main {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 0 40px;
  }

  .works-main::after {
    display: none;
  }

  .works-article {
    width: 80%;
    margin: 0 auto 50px;
  }

  .works-article:last-child {
    margin-bottom: 0;
  }

  .works-detail__head {
    padding-top: 150px;
  }

  .works-detail__head-cat {
    font-size: 18px;
    font-size: 4.8vw;
  }

  .works-detail__head-ttl {
    font-size: 24px;
    font-size: 6.4vw;
  }

  .works-detail__link-icon {
    width: 3.2vw;
    height: 3.2vw;
  }

  .works-detail__head-bg {
    height: 420px;
  }

  .works-detail__head-bg img {
    width: auto;
    height: 100%;
  }

  .works-detail__head-overlay {
    height: 420px;
  }

  .works-detail__content {
    padding: 60px 0 100px;
  }

  .works-detail__main-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .works-detail__sec1 {
    margin-bottom: 60px;
  }

  .works-detail__desc {
    width: 100%;
    font-size: 15px;
    font-size: 4vw;
    margin-bottom: 40px;
    padding: 0;
  }

  .works-detail__sec2 {
    margin-bottom: 0;
    padding: 0 20px;
  }

  .works-detail__sec2-image {
    width: 100%;
    margin-bottom: 60px;
  }

  .works-detail-data {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .works-detail-data__ttl {
    width: 32vw;
  }

  .works-detail-data__body {
    width: calc(100% - 32vw);
  }

  .news__content {
    padding: 20px 20px 0;
  }

  .news-list__item {
    padding: 20px;
  }

  .news-list__link {
    display: block;
  }

  .news-list__date {
    margin: 0 0 10px 0;
  }

  .news-list__ttl {
    font-size: 13px;
    font-size: 3.46667vw;
  }

  .news-post {
    padding-bottom: 30px;
  }

  .news-post__ttl {
    font-size: 20px;
    font-size: 5.33333vw;
  }

  .news-post__date {
    font-size: 13px;
    font-size: 3.46667vw;
    margin-bottom: 20px;
  }

  .contact-content__inner {
    width: 100%;
    padding: 0 20px;
  }

  .contact-content__tel a {
    pointer-events: auto;
    cursor: auto;
  }

  .contact-step {
    margin-bottom: 20px;
  }

  .contact-step__num {
    font-size: 11px;
    font-size: 2.93333vw;
  }

  .contact-step__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }

  .form {
    padding: 30px 10px;
  }

  .form__table th {
    display: block;
    width: 100%;
    font-size: 14px;
    border-bottom: none;
    padding: 16px 12px 0;
  }

  .form__table td {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px 12px 16px;
  }

  .form__table input,
  .form__table textarea {
    width: 100%;
    font-size: 14px;
  }

  .form__privacy {
    margin-bottom: 40px;
    padding: 20px;
  }

  .form__privacy-content {
    font-size: 12px;
    font-size: 3.2vw;
    margin-bottom: 20px;
  }

  .loading__round {
    -webkit-transform: translateZ(0) scale(0.5);
    transform: translateZ(0) scale(0.5);
  }

  .u-mb30px {
    margin-bottom: 15px;
  }

  .u-mb60px {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 100px 12vw 80px;
  }

  .menu__item {
    font-size: 4.8rem;
  }

  .menu__address {
    width: 100%;
  }

  .menu__map {
    height: 400px;
  }

  .works-article {
    width: 48%;
  }

  .works-detail__main-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .works-detail__desc {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }

  .works-detail__sec2-image {
    width: 100%;
    margin-bottom: 80px;
  }

  .works-detail-data {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 60px;
    padding-right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .menu__item a {
    color: #fff;
  }

  .is-fadein .main-visual__catch--black {
    width: 100%;
  }

  .main-visual__catch--white {
    color: #fff;
  }
}