@charset "UTF-8";
@font-face {
  font-family: "Suisse Int'l";
  src: url("../font/SuisseIntl-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Suisse Int'l Ranged";
  src: url("../font/SuisseIntl-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  unicode-range: U+0020-007E, U+00A0-00FF;
}
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Base
	----------------------------------------------------------------- */
html {
  overflow-x: hidden;
  height: 100%;
  color: #000000;
  overflow-y: scroll;
  background: #FAFAFA url(../img/bg-text.png) repeat-y center top/100% auto;
}
@media screen and (max-width: 767px) {
  html {
    background: #FAFAFA url(../img/bg-text_sp.png) repeat-y right top/177.3333333333vw auto;
  }
}

body {
  position: relative;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(20.8 / 16);
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    min-height: 100vh;
  }
  .is-sp body {
    min-height: 100dvh;
  }
  body {
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
}
body.is-transition {
  pointer-events: none;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
}

a {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  text-underline-offset: 2px;
  transition: opacity 0.2s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

strong, em {
  font-weight: 600;
}

/* ==========================================================================
	Layout
========================================================================== */
.header {
  position: fixed;
  padding: 1.3227513228vw;
  width: 100%;
  box-sizing: border-box;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 2.6666666667vw 2.6666666667vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header__inner {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.header__logo img {
  width: 7.6521164021vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: none;
  }
}
.header__navi {
  width: 58.8624338624vw;
}
@media screen and (max-width: 767px) {
  .header__navi {
    width: 100%;
  }
}
.header__navi ul {
  display: flex;
  align-items: stretch;
}
.header__navi ul li {
  width: 14.4675925926vw;
}
@media screen and (max-width: 767px) {
  .header__navi ul li {
    flex: 1;
    width: auto;
  }
}
.header__navi ul li + li {
  margin-left: 0.3306878307vw;
}
@media screen and (max-width: 767px) {
  .header__navi ul li + li {
    margin-left: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .header__navi ul li.u-sp_only + li {
    margin-left: 0;
  }
}
.header__navi ul li a {
  display: block;
  height: 1.455026455vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(18 / 15);
  padding: 0.1322751323vw 0.1984126984vw;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header__navi ul li a {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(15.6 / 13);
    height: auto;
    padding: 0.8vw 0.5333333333vw;
    text-align: left;
  }
}

.is-toppage .header__logo {
  opacity: 0 !important;
  pointer-events: none;
  transition: none !important;
}
.is-toppage .header__logo.is-visible {
  opacity: 1 !important;
  pointer-events: auto;
}
.is-toppage .header__navi {
  transition: opacity 0.6s ease;
  pointer-events: none;
}
.is-toppage .header__navi:not(.is-visible) {
  opacity: 0 !important;
}
.is-toppage .header__navi.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.wrapper {
  position: relative;
  z-index: 2;
}

.footer {
  margin-top: 19.8412698413vw;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 40vw;
  }
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.3227513228vw;
  bottom: -7.671957672vw;
  width: 97.3544973545vw;
  height: 18.498015873vw;
  background: url(../img/logo.svg) no-repeat center bottom/contain;
  opacity: 0;
  transform: translateY(15px) translateZ(0);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 767px) {
  .footer::before {
    left: 0;
    bottom: -8vw;
    width: 100%;
  }
}
.footer.is-animated::before {
  opacity: 1;
  transform: none;
}
.footer__inner {
  padding: 44.9735449735vw 1.3227513228vw 12.3015873016vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 8.5333333333vw 4vw 16.2666666667vw;
    flex-direction: column;
    gap: 0;
  }
}
.footer__graphic {
  position: absolute;
  width: 56.4153439153vw;
  height: 49.6031746032vw;
  right: 22.4206349206vw;
  top: 0;
}
.footer__graphic svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__graphic {
    position: absolute;
    width: 108.5333333333vw;
    height: 95.4266666667vw;
    right: -1.0666666667vw;
    top: auto;
    bottom: 32.0906666667vw;
    z-index: 10;
  }
}
.footer__barcode {
  position: absolute;
  left: 1.3227513228vw;
  top: 32.671957672vw;
  width: 3.0932539683vw;
  height: 8.8128306878vw;
}
@media screen and (max-width: 767px) {
  .footer__barcode {
    width: 10.6666666667vw;
    height: 30.3893333333vw;
    left: auto;
    top: auto;
    right: 2.6773333333vw;
    bottom: 49.5973333333vw;
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .footer__barcode.js-inview.ext-float {
    transform: rotate(-90deg) translateX(-30px) translateZ(0);
  }
  .footer__barcode.js-inview.ext-float.is-animated {
    transform: rotate(-90deg);
  }
}
.footer__content {
  width: 35.0529100529vw;
  position: absolute;
  top: 4.2989417989vw;
  right: -33.7301587302vw;
  transform: rotate(90deg);
  transform-origin: left top;
}
@media screen and (min-width: 768px) {
  .footer__content.js-inview.ext-float {
    transform: rotate(90deg) translateX(30px) translateZ(0);
  }
  .footer__content.js-inview.ext-float.is-animated {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .footer__content {
    position: static;
    transform: none;
    width: 74.6666666667vw;
  }
}
.footer__content .ext-title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(19.2 / 16);
}
@media screen and (max-width: 767px) {
  .footer__content .ext-title {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 14);
  }
}
.footer__content .ext-title span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.3227513228vw;
  letter-spacing: 0.03em;
  line-height: calc(19.2 / 20);
}
@media screen and (max-width: 767px) {
  .footer__content .ext-title span {
    font-size: 4.5333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(20.4 / 17);
  }
}
.footer__content .ext-ja {
  margin-top: 1.3227513228vw;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(24 / 16);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .footer__content .ext-ja {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(21 / 14);
  }
}
.footer__content .ext-en {
  margin-top: 1.3227513228vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(23.4 / 18);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .footer__content .ext-en {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.2 / 16);
  }
}
.footer__social {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__social {
    margin-top: 61.2vw;
  }
}
.footer__social li {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .footer__social li {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(16.5 / 15);
  }
}
.footer__social li + li {
  margin-left: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .footer__social li + li {
    margin-left: 2.6666666667vw;
  }
}
.footer__social li a {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .footer__social li a {
    align-items: center;
  }
}
.footer__social li a::after {
  content: "";
  width: 0.4087301587vw;
  height: 0.4087301587vw;
  background: url(../img/icn-footer_blank.svg) no-repeat center center/contain;
  margin-left: 0.3968253968vw;
}
@media screen and (max-width: 767px) {
  .footer__social li a::after {
    width: 1.6vw;
    height: 1.6vw;
    margin-left: 1.0666666667vw;
    margin-top: -1.6vw;
  }
}
.footer__copy {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 4vw;
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: calc(13.2 / 12);
  }
}

/* ==========================================================================
	Object
========================================================================== */
/* Component
----------------------------------------------------------------- */
.bg {
  overflow: hidden;
  position: relative;
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.bg div {
  margin: 0 auto;
  width: 97.3544973545vw;
  height: 3.373015873vw;
  background: url(../img/bg-symbol.png) no-repeat center center/contain;
}
.bg div + div {
  margin-top: calc((100vh - 10.119047619vw) / 2);
}
@media screen and (max-width: 767px) {
  .bg div {
    width: 97.3333333333vw;
    height: 7.2vw;
    background: url(../img/bg-symbol_sp.png) no-repeat center center/contain;
  }
  .bg div + div {
    margin-top: 55.2vw;
  }
}

.section__inner {
  max-width: 94.708994709vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section__inner {
    max-width: 100%;
    padding: 0 4vw;
  }
}

.postNav {
  margin-top: 5.291005291vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.6455026455vw;
}
@media screen and (max-width: 767px) {
  .postNav {
    margin-top: 13.3333333333vw;
    gap: 5.3333333333vw;
  }
}
.postNav a,
.postNav span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1243386243vw;
  letter-spacing: 0em;
  line-height: calc(20.4 / 17);
  display: flex;
  align-items: center;
  gap: 0.2645502646vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .postNav a,
  .postNav span {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 14);
    gap: 1.0666666667vw;
  }
}
.postNav__prev span:first-child {
  transform: scaleX(-1);
  display: inline-block;
}
.postNav .is-disable {
  opacity: 0.3;
  pointer-events: none;
}

/* Project
----------------------------------------------------------------- */
.top__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
}
.top__title span {
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
.top__title a {
  margin-top: 1.3227513228vw;
  display: flex;
  align-items: center;
  color: #9E9E9E;
  font-size: 1.1243386243vw;
  letter-spacing: 0em;
  line-height: calc(20.4 / 17);
}
.top__title a::after {
  display: inline-block;
  content: "→";
  margin-left: 0.1322751323vw;
}
@media screen and (max-width: 767px) {
  .top__title span {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
  }
  .top__title a {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 14);
    display: none;
  }
}
.top__viewall {
  display: none;
}
@media screen and (max-width: 767px) {
  .top__viewall {
    display: flex;
    align-items: center;
    font-family: "Suisse Int'l", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    font-feature-settings: "palt";
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.2 / 16);
    color: #9E9E9E;
    margin-top: 24.4906666667vw;
  }
  .top__viewall::after {
    display: inline-block;
    content: "→";
    margin-left: 0.5333333333vw;
  }
}
.topKeyvisual {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .topKeyvisual {
    height: auto;
    min-height: 100svh;
  }
}
.topKeyvisual__logo {
  position: absolute;
  left: 0.9259259259vw;
  top: 3.3068783069vw;
  width: 97.3544973545vw;
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .topKeyvisual__logo {
    transform-origin: top left;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .topKeyvisual__logo {
    position: relative;
    margin-top: 13.3333333333vw;
    top: auto;
    left: auto;
    margin-left: 1.6vw;
    width: 96vw;
    height: 18.1333333333vw;
  }
}
.topKeyvisual__content {
  position: absolute;
  top: 27.7777777778vw;
  left: 1.3227513228vw;
  width: 37.1693121693vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .topKeyvisual__content {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 21.0666666667vw;
    margin-left: 4vw;
    width: 74.6666666667vw;
  }
}
.topKeyvisual__title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 16);
}
.topKeyvisual__title span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.3227513228vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 20);
}
@media screen and (max-width: 767px) {
  .topKeyvisual__title {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 14);
  }
  .topKeyvisual__title span {
    font-size: 4.5333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 17);
  }
}
.topKeyvisual__text {
  margin-top: 1.3227513228vw;
  text-align: justify;
  text-justify: inter-ideograph;
}
.topKeyvisual__text.ext-ja {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(24 / 16);
}
.topKeyvisual__text.ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(23.4 / 18);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .topKeyvisual__text {
    margin-top: 4vw;
  }
  .topKeyvisual__text.ext-ja {
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(21 / 14);
  }
  .topKeyvisual__text.ext-en {
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.2 / 16);
  }
}
.topKeyvisual__video {
  position: absolute;
  bottom: 1.3227513228vw;
  right: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .topKeyvisual__video {
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 2.4vw;
    margin-top: 9.8213333333vw;
    text-align: right;
  }
}
.topKeyvisual__video img,
.topKeyvisual__video video {
  opacity: 0.7;
  width: 29.2328042328vw;
  height: 16.4332010582vw;
}
@media screen and (max-width: 767px) {
  .topKeyvisual__video img,
  .topKeyvisual__video video {
    width: 38.6666666667vw;
    height: 21.736vw;
  }
}
.topWorks {
  margin-top: 14.9821428571vw;
}
@media screen and (max-width: 767px) {
  .topWorks {
    margin-top: 33.776vw;
  }
}
.topWorks__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topWorks__head {
    flex-direction: column;
    gap: 13.3333333333vw;
  }
}
.topWorks__index {
  width: 57.5396825397vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  display: grid;
  gap: 0.7936507937vw;
}
@media screen and (max-width: 767px) {
  .topWorks__index {
    width: 100%;
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    gap: 1.8666666667vw;
  }
}
.topWorks__index li {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1/span 4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.topWorks__index li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-column: 1/span 4;
  align-items: flex-start;
  padding: 0.1322751323vw 0;
  color: #9E9E9E;
  grid-template-columns: 2.6455026455vw 25.462962963vw 24.8677248677vw 1fr;
  gap: 0.6613756614vw;
  transition: color 0.4s;
}
.topWorks__index li a:hover {
  opacity: 1;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .topWorks__index li a {
    grid-template-columns: 8.8vw 1fr 1fr 8.5333333333vw;
    gap: 1.3333333333vw;
    padding: 1.0666666667vw 0;
  }
}
.topWorks__index li a span,
.topWorks__index li a strong {
  display: inline-block;
  font-weight: 500;
}
.topWorks__index li a span.ext-number,
.topWorks__index li a strong.ext-number {
  grid-column: 1;
}
.topWorks__index li a span.ext-title,
.topWorks__index li a strong.ext-title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .topWorks__index li a span.ext-title,
  .topWorks__index li a strong.ext-title {
    width: 33.0666666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.topWorks__index li a span.ext-category,
.topWorks__index li a strong.ext-category {
  grid-column: 3;
}
@media screen and (max-width: 767px) {
  .topWorks__index li a span.ext-category,
  .topWorks__index li a strong.ext-category {
    width: 33.0666666667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.topWorks__index li a span.ext-year,
.topWorks__index li a strong.ext-year {
  grid-column: 4;
  margin-left: auto;
  text-align: right;
}
.topWorks__video {
  margin-top: 9.9206349206vw;
}
@media screen and (max-width: 767px) {
  .topWorks__video {
    margin-top: 13.3333333333vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.topWorks__video img,
.topWorks__video video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .topWorks__video img,
  .topWorks__video video {
    width: 100%;
    height: 133.3333333333vw;
  }
}
.topWorks__list {
  margin-top: 3.9682539683vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .topWorks__list {
    margin-top: 21.3333333333vw;
    flex-direction: column;
  }
}
.topWorks__item {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  width: 49.6508379888%;
}
@media screen and (min-width: 768px) {
  .topWorks__item:nth-child(2n) {
    margin-left: auto;
  }
  .topWorks__item:nth-child(n+3) {
    margin-top: 3.9682539683vw;
  }
}
@media screen and (max-width: 767px) {
  .topWorks__item {
    width: 100%;
  }
  .topWorks__item:nth-child(2n) {
    margin-left: 0;
  }
  .topWorks__item:nth-child(n+2) {
    margin-top: 16vw;
  }
  .topWorks__item:nth-child(n+3) {
    margin-top: 16vw;
  }
  .topWorks__item.is-animated .ext-img img {
    filter: none;
    opacity: 1;
    transition-delay: 0.4s;
  }
}
.topWorks__item .ext-img img {
  opacity: 0.49;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .topWorks__item .ext-img:hover {
    opacity: 1 !important;
  }
  .topWorks__item .ext-img:hover img {
    opacity: 1;
    filter: saturate(1);
  }
}
.topWorks__item .ext-title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  margin-top: 0.9920634921vw;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .topWorks__item .ext-title {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(17.6 / 16);
  }
}
.topWorks__item .ext-meta {
  margin-top: 0.2645502646vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .topWorks__item .ext-meta {
    margin-top: 1.0666666667vw;
  }
}
.topWorks__item .ext-meta span {
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .topWorks__item .ext-meta span {
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: calc(13.2 / 12);
  }
}
.topWorks__item .ext-meta span + span::before {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 500;
  content: "／";
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  margin: 0 0.0661375661vw;
}
@media screen and (max-width: 767px) {
  .topWorks__item .ext-meta span + span::before {
    margin: 0 0.2666666667vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
  }
}
.topJournal {
  margin-top: 17.1957671958vw;
}
@media screen and (max-width: 767px) {
  .topJournal {
    margin-top: 53.6vw;
  }
  .topJournal .top__viewall {
    margin-top: 8vw;
  }
}
.topJournal .section__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topJournal .section__inner {
    flex-direction: column;
    gap: 0;
  }
}
.topJournal__list {
  width: 57.5396825397vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  display: grid;
}
@media screen and (max-width: 767px) {
  .topJournal__list {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.topJournal__list li {
  display: grid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.topJournal__list li + li {
  margin-top: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .topJournal__list li + li {
    margin-top: 2.6666666667vw;
  }
}
.topJournal__list li a {
  display: grid;
  grid-column: 1/span 3;
  align-items: flex-start;
  padding: 0.3306878307vw 0;
  grid-template-columns: 9.2592592593vw 9.2592592593vw 1fr;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 767px) {
  .topJournal__list li a {
    grid-template-columns: subgrid;
    grid-column: 1/span 2;
    grid-template-columns: 26.6666666667vw 1fr;
    gap: 0.8vw 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.topJournal__list li a span,
.topJournal__list li a strong {
  display: inline-block;
  font-weight: 500;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
}
.topJournal__list li a span.ext-date,
.topJournal__list li a strong.ext-date {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .topJournal__list li a span.ext-date,
  .topJournal__list li a strong.ext-date {
    grid-column: 1;
    grid-row: 1;
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(16.5 / 15);
  }
}
.topJournal__list li a span.ext-category,
.topJournal__list li a strong.ext-category {
  grid-column: 2;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .topJournal__list li a span.ext-category,
  .topJournal__list li a strong.ext-category {
    grid-column: 1;
    grid-row: 2;
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: calc(13.2 / 12);
  }
}
.topJournal__list li a span.ext-title,
.topJournal__list li a strong.ext-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: 3;
  flex-grow: 1;
  flex-shrink: 1;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0.03em;
  line-height: calc(15.4 / 14);
}
@media screen and (max-width: 767px) {
  .topJournal__list li a span.ext-title,
  .topJournal__list li a strong.ext-title {
    grid-column: 2;
    grid-row: 1/span 2;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(19.32 / 14);
    margin-top: -0.5066666667vw;
  }
}
.topJournal__list li a span.ext-title::after,
.topJournal__list li a strong.ext-title::after {
  content: "";
  width: 0.7208994709vw;
  height: 0.7208994709vw;
  background: url(../img/icn-blank.svg) no-repeat center center/contain;
  margin-left: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .topJournal__list li a span.ext-title::after,
  .topJournal__list li a strong.ext-title::after {
    display: none;
  }
}

/* ==========================================================================
   About Page
========================================================================== */
.aboutHero {
  padding-top: 9.9206349206vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .aboutHero {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }
}
.aboutHero__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .aboutHero__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
    margin-bottom: 21.3333333333vw;
  }
}
.aboutHero__nav {
  grid-column: 2;
}
.aboutHero__nav__heading {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(18 / 15);
  margin-bottom: 1.9841269841vw;
}
@media screen and (max-width: 767px) {
  .aboutHero__nav__heading {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(15.6 / 13);
    margin-bottom: 8vw;
  }
}
.aboutHero__nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.aboutHero__nav li {
  display: flex;
  align-items: baseline;
  gap: 1.5873015873vw;
}
.aboutHero__nav li + li {
  margin-top: 0.1984126984vw;
}
@media screen and (max-width: 767px) {
  .aboutHero__nav li {
    gap: 2.6666666667vw;
  }
  .aboutHero__nav li + li {
    margin-top: 0.5333333333vw;
  }
}
.aboutHero__nav a {
  display: flex;
  align-items: baseline;
  gap: 0.6613756614vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .aboutHero__nav a {
    gap: 6.4vw;
  }
}
.aboutHero__nav .ext-ja {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0em;
  line-height: calc(21 / 14);
  width: 14.4675925926vw;
}
@media screen and (max-width: 767px) {
  .aboutHero__nav .ext-ja {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.5 / 13);
    width: 42.1333333333vw;
  }
}
.aboutHero__nav .ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .aboutHero__nav .ext-en {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(18 / 15);
  }
}

.aboutService {
  margin-top: 13.8227513228vw;
  padding: 0 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .aboutService {
    margin-top: 24.8vw;
    padding: 0 4vw;
    display: block;
  }
}
.aboutService__head {
  grid-column: 1;
}
.aboutService__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .aboutService__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26 / 22);
  }
}
.aboutService__body {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .aboutService__body {
    margin-top: 13.3333333333vw;
  }
}
.aboutService__intro {
  padding-bottom: 2.9100529101vw;
}
@media screen and (max-width: 767px) {
  .aboutService__intro {
    margin-bottom: 0;
  }
}
.aboutService__name {
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 16);
}
.aboutService__name span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.3227513228vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 20);
}
@media screen and (max-width: 767px) {
  .aboutService__name {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 14);
  }
  .aboutService__name span {
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(16.8 / 16);
  }
}
.aboutService__desc {
  margin-top: 1.3227513228vw;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(25.6 / 16);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .aboutService__desc {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(23.8 / 14);
    width: 74.6666666667vw;
  }
}
.aboutService__groups {
  margin-top: 6.8452380952vw;
  display: flex;
  flex-direction: column;
  gap: 7.9365079365vw;
}
@media screen and (max-width: 767px) {
  .aboutService__groups {
    margin-top: 42.4vw;
    gap: 21.3333333333vw;
  }
}
.aboutService__groupHead {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .aboutService__groupHead {
    flex-wrap: wrap;
    gap: 2.1333333333vw;
  }
}
.aboutService__groupHead .ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.3227513228vw;
  letter-spacing: 0em;
  line-height: calc(22 / 20);
  width: 14.6164021164vw;
}
@media screen and (max-width: 767px) {
  .aboutService__groupHead .ext-en {
    font-size: 4.8vw;
    letter-spacing: 0em;
    line-height: calc(19.8 / 18);
    width: 100%;
  }
}
.aboutService__groupHead .ext-ja {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.1904761905vw;
  letter-spacing: 0.03em;
  line-height: calc(28.8 / 18);
}
@media screen and (max-width: 767px) {
  .aboutService__groupHead .ext-ja {
    font-size: 4.2666666667vw;
    letter-spacing: 0.03em;
    line-height: calc(22.08 / 16);
  }
}
.aboutService__items {
  margin-top: 3.9682539683vw;
  display: flex;
  flex-direction: column;
  gap: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .aboutService__items {
    margin-top: 13.3333333333vw;
  }
}
.aboutService__item {
  display: grid;
  grid-template-columns: 13.2936507937vw 1fr;
  -moz-column-gap: 1.3227513228vw;
       column-gap: 1.3227513228vw;
  padding: 0.5vw 0 0.1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .aboutService__item {
    grid-template-columns: 26.6666666667vw 1fr;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    padding: 2.6666666667vw 0 0.5333333333vw;
  }
}
.aboutService__item .ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(25.2 / 18);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .aboutService__item .ext-en {
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(17.6 / 16);
  }
}
.aboutService__item__detail {
  margin-top: 0.1322751323vw;
}
@media screen and (max-width: 767px) {
  .aboutService__item__detail {
    margin-top: 0.5333333333vw;
  }
}
.aboutService__item__detail .ext-ja {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.04em;
  line-height: calc(25.6 / 16);
}
@media screen and (max-width: 767px) {
  .aboutService__item__detail .ext-ja {
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: calc(19.32 / 14);
  }
}
.aboutService__item__detail .ext-desc {
  margin-top: 0.6613756614vw;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0.03em;
  line-height: calc(22.4 / 14);
}
.aboutService__item__detail .ext-desc:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .aboutService__item__detail .ext-desc {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    letter-spacing: 0.03em;
    line-height: calc(17.94 / 13);
  }
  .aboutService__item__detail .ext-desc:first-child {
    margin-top: 0;
  }
}

.aboutVision {
  margin-top: 13.2275132275vw;
  padding: 0 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .aboutVision {
    margin-top: 53.3333333333vw;
    padding: 0 4vw;
    display: block;
  }
}
.aboutVision__head {
  grid-column: 1;
}
.aboutVision__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .aboutVision__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
  }
}
.aboutVision__body {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .aboutVision__body {
    margin-top: 13.3333333333vw;
    width: 74.6666666667vw;
  }
}
.aboutVision__body p {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(25.6 / 16);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .aboutVision__body p {
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(23.8 / 14);
  }
}

.aboutMember {
  margin-top: 6.6137566138vw;
  padding: 0 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .aboutMember {
    margin-top: 32vw;
    padding: 0 4vw;
    display: block;
  }
}
.aboutMember__head {
  grid-column: 1;
}
.aboutMember__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .aboutMember__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
  }
}
.aboutMember__body {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .aboutMember__body {
    margin-top: 13.3333333333vw;
  }
}
.aboutMember__list {
  display: flex;
  flex-direction: column;
}
.aboutMember__item + .aboutMember__item {
  margin-top: 7.9365079365vw;
}
@media screen and (max-width: 767px) {
  .aboutMember__item + .aboutMember__item {
    margin-top: 26.6666666667vw;
  }
}
.aboutMember__img img {
  width: 100%;
  height: 33.0687830688vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .aboutMember__img img {
    height: 52vw;
  }
}
.aboutMember__info {
  margin-top: 3.3068783069vw;
}
@media screen and (max-width: 767px) {
  .aboutMember__info {
    margin-top: 10.6666666667vw;
  }
}
.aboutMember__info dl {
  display: flex;
  flex-direction: column;
  gap: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .aboutMember__info dl {
    gap: 4vw;
  }
}
.aboutMember__row {
  display: grid;
  grid-template-columns: 13.2936507937vw 1fr;
  -moz-column-gap: 1.3227513228vw;
       column-gap: 1.3227513228vw;
  padding: 0.5vw 0 0.1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .aboutMember__row {
    grid-template-columns: 26.6666666667vw 1fr;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    padding: 2.6666666667vw 0 0.5333333333vw;
  }
}
.aboutMember__row dt {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .aboutMember__row dt {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(16.5 / 15);
  }
}
.aboutMember__row dd {
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.04em;
  line-height: calc(25.6 / 16);
}
@media screen and (max-width: 767px) {
  .aboutMember__row dd {
    margin-top: -0.8vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    line-height: calc(23.8 / 14);
  }
}

.aboutCompany {
  margin-top: 9.9206349206vw;
  padding: 0 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .aboutCompany {
    margin-top: 21.3333333333vw;
    padding: 0 4vw;
    display: block;
  }
}
.aboutCompany__head {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .aboutCompany__head {
    display: none;
  }
}
.aboutCompany__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .aboutCompany__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26 / 22);
  }
}
.aboutCompany__body {
  grid-column: 2;
}
.aboutCompany__img {
  margin-top: 5.291005291vw;
}
@media screen and (max-width: 767px) {
  .aboutCompany__img {
    margin-top: 21.3333333333vw;
  }
}
.aboutCompany__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .aboutCompany__img img {
    height: 52.8vw;
  }
}
.aboutCompany__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .aboutCompany__table {
    gap: 4vw;
  }
}
.aboutCompany__row {
  display: grid;
  grid-template-columns: 13.2936507937vw 1fr;
  -moz-column-gap: 1.3227513228vw;
       column-gap: 1.3227513228vw;
  padding: 0.5vw 0 0.1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .aboutCompany__row {
    grid-template-columns: 26.6666666667vw 1fr;
    -moz-column-gap: 5.3333333333vw;
         column-gap: 5.3333333333vw;
    padding: 2.6666666667vw 0 0.5333333333vw;
  }
}
.aboutCompany__row dt {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .aboutCompany__row dt {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(16.5 / 15);
  }
}
.aboutCompany__row dd {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .aboutCompany__row dd {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(21 / 14);
  }
}
.aboutCompany__row dd a {
  display: flex;
  align-items: center;
}
.aboutCompany__row dd a:after {
  content: "";
  display: inline-block;
  width: 0.5714285714vw;
  height: 0.5714285714vw;
  background: url(../img/icn-footer_blank.svg) no-repeat center center/contain;
  margin-left: 0.3306878307vw;
}
@media screen and (max-width: 767px) {
  .aboutCompany__row dd a:after {
    width: 2.016vw;
    height: 2.016vw;
    margin-left: 1.1666666667vw;
  }
}

/* ==========================================================================
   Work Archive Page
========================================================================== */
.workArchive {
  padding-top: 9.9206349206vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
}
@media screen and (max-width: 767px) {
  .workArchive {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.workArchive__head {
  display: flex;
  align-items: flex-start;
  gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .workArchive__head {
    flex-direction: column;
    gap: 21.3333333333vw;
  }
}
.workArchive__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
  flex-shrink: 0;
  width: 19.8412698413vw;
}
@media screen and (max-width: 767px) {
  .workArchive__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
    width: auto;
  }
}
.workArchive__filters {
  display: flex;
  gap: 1.8518518519vw;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .workArchive__filters {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.workArchive__filter {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .workArchive__filter.is-open .workArchive__filterIcon {
    background: url(../img/icn-filter_remove.svg) no-repeat center center/contain;
  }
}
.workArchive__filterLabel {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(18 / 15);
  margin-bottom: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .workArchive__filterLabel {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(18 / 15);
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 28.5333333333vw;
  }
}
.workArchive__filterIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  .workArchive__filterIcon {
    display: block;
    flex-shrink: 0;
    width: 3.112vw;
    height: 3.112vw;
    background: url(../img/icn-filter_add.svg) no-repeat center center/contain;
  }
}
.workArchive__filterList {
  display: flex;
  flex-direction: column;
  gap: 0.1984126984vw;
}
@media screen and (max-width: 767px) {
  .workArchive__filterList {
    margin-top: 5.3333333333vw;
    display: none;
    gap: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .workArchive__filterItem + .workArchive__filterItem {
    margin-top: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .workArchive__filterItem:last-child {
    padding-bottom: 10.6666666667vw;
  }
}
.workArchive__filterItem a {
  display: grid;
  grid-template-columns: 14.4675925926vw 1fr;
  align-items: baseline;
  gap: 0.6613756614vw;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .workArchive__filterItem a {
    grid-template-columns: 42.1333333333vw 1fr;
    gap: 6.4vw;
  }
}
.workArchive__filterItem .ext-ja {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0em;
  line-height: calc(21 / 14);
}
@media screen and (max-width: 767px) {
  .workArchive__filterItem .ext-ja {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.5 / 13);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.workArchive__filterItem .ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .workArchive__filterItem .ext-en {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(18 / 15);
  }
}
.workArchive__filterItem.is-active .ext-en {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.1322751323vw;
}
.workArchive__list {
  margin-top: 12.2354497354vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .workArchive__list {
    margin-top: 13.3333333333vw;
    flex-direction: column;
  }
}
.workArchive__item {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  width: 49.6508379888%;
}
@media screen and (min-width: 768px) {
  .workArchive__item:nth-child(2n) {
    margin-left: auto;
  }
  .workArchive__item:nth-child(n+3) {
    margin-top: 5.5978835979vw;
  }
}
@media screen and (max-width: 767px) {
  .workArchive__item {
    width: 100%;
  }
  .workArchive__item:nth-child(2n) {
    margin-left: 0;
  }
  .workArchive__item:nth-child(n+2) {
    margin-top: 16vw;
  }
  .workArchive__item:nth-child(n+3) {
    margin-top: 16vw;
  }
  .workArchive__item.is-animated .ext-img img {
    filter: none;
    opacity: 1;
    transition-delay: 0.4s;
  }
}
.workArchive__item .ext-img {
  display: block;
}
.workArchive__item .ext-img img {
  opacity: 0.49;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .workArchive__item .ext-img:hover {
    opacity: 1 !important;
  }
  .workArchive__item .ext-img:hover img {
    opacity: 1;
    filter: saturate(1);
  }
}
.workArchive__item .ext-title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  margin-top: 0.9920634921vw;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .workArchive__item .ext-title {
    margin-top: 4vw;
    font-size: 4.8vw;
    letter-spacing: 0em;
    line-height: calc(19.8 / 18);
  }
}
.workArchive__item .ext-meta {
  margin-top: 0.2645502646vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .workArchive__item .ext-meta {
    margin-top: 1.0666666667vw;
  }
}
.workArchive__item .ext-meta span {
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .workArchive__item .ext-meta span {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
  }
}
.workArchive__item .ext-meta span + span::before {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  content: "／";
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  margin: 0 0.0661375661vw;
}
@media screen and (max-width: 767px) {
  .workArchive__item .ext-meta span + span::before {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    margin: 0 0.2666666667vw;
  }
}
.workArchive__empty {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(25.6 / 16);
  color: #9E9E9E;
  margin-top: 2.6455026455vw;
}

/* ==========================================================================
   Work Detail Page
========================================================================== */
.workDetail {
  padding-top: 7.2751322751vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
}
@media screen and (max-width: 767px) {
  .workDetail {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.workDetail__title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .workDetail__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
  }
}
.workDetail__meta {
  margin-top: 0.6613756614vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .workDetail__meta {
    margin-top: 1.3333333333vw;
  }
}
.workDetail__meta span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(16.5 / 15);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .workDetail__meta span {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
  }
}
.workDetail__meta span + span::before {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 500;
  content: "／";
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(16.5 / 15);
  margin: 0 0.0661375661vw;
}
@media screen and (max-width: 767px) {
  .workDetail__meta span + span::before {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    margin: 0 0.2666666667vw;
  }
}
.workDetail__mainvisual {
  margin-top: 1.917989418vw;
}
@media screen and (max-width: 767px) {
  .workDetail__mainvisual {
    margin-top: 21.3333333333vw;
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.workDetail__mainvisual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.workDetail__body {
  margin-top: 5.291005291vw;
  margin-left: 37.1693121693vw;
  width: 57.5396825397vw;
}
@media screen and (max-width: 767px) {
  .workDetail__body {
    margin-top: 4vw;
    margin-left: 0;
    width: 100%;
  }
  .workDetail__body .postNav {
    margin-top: 21.3333333333vw;
  }
}
.workDetail__contents {
  margin-top: 5.291005291vw;
  display: flex;
  flex-direction: column;
  gap: 5.291005291vw;
}
@media screen and (max-width: 767px) {
  .workDetail__contents {
    margin-top: 0;
    gap: 13.3333333333vw;
  }
}
.workDetail__content--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.workDetail__content--movie video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.workDetail__contentHeadline {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.3227513228vw;
  letter-spacing: 0.03em;
  line-height: calc(30 / 20);
}
@media screen and (max-width: 767px) {
  .workDetail__contentHeadline {
    font-size: 4.8vw;
    letter-spacing: 0.03em;
    line-height: calc(19.8 / 18);
  }
}
.workDetail__contentText {
  margin-top: 1.3227513228vw;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(25.6 / 16);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .workDetail__contentText {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(23.8 / 14);
  }
}
.workDetail__contentText:first-child {
  margin-top: 0;
}
.workDetail__content--text .workDetail__contentText, .workDetail__content--text .workDetail__contentText {
  margin-top: 0;
}
.workDetail__contentText a {
  text-decoration: underline;
}

/* ==========================================================================
   Work Other (Detail page related works)
========================================================================== */
.workOther {
  margin-top: 13.2936507937vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
}
@media screen and (max-width: 767px) {
  .workOther {
    margin-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.workOther__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .workOther__title {
    font-size: 5.3333333333vw;
    letter-spacing: 0em;
    line-height: calc(24 / 20);
    display: none;
  }
}
.workOther__list {
  margin-top: 3.3068783069vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6455026455vw 0.6613756614vw;
}
@media screen and (max-width: 767px) {
  .workOther__list {
    margin-top: 8vw;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.workOther__item {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  width: calc((100% - 1.9841269841vw) / 4);
}
@media screen and (max-width: 767px) {
  .workOther__item {
    width: calc((100% - 2.6666666667vw) / 2);
  }
  .workOther__item.is-animated .ext-img img {
    filter: none;
    opacity: 1;
    transition-delay: 0.4s;
  }
}
.workOther__item .ext-img {
  display: block;
}
.workOther__item .ext-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.49;
  filter: saturate(0);
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .workOther__item .ext-img:hover img {
    opacity: 1;
    filter: saturate(1);
  }
}
.workOther__item .ext-title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  margin-top: 0.9920634921vw;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .workOther__item .ext-title {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: calc(13.2 / 12);
  }
}
.workOther__item .ext-meta {
  margin-top: 0.2645502646vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .workOther__item .ext-meta {
    margin-top: 1.0666666667vw;
  }
}
.workOther__item .ext-meta span {
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .workOther__item .ext-meta span {
    font-size: 2.6666666667vw;
    letter-spacing: 0em;
    line-height: calc(11 / 10);
  }
}
.workOther__item .ext-meta span + span::before {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  content: "／";
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  margin: 0 0.0661375661vw;
}
@media screen and (max-width: 767px) {
  .workOther__item .ext-meta span + span::before {
    font-size: 2.6666666667vw;
    letter-spacing: 0em;
    line-height: calc(11 / 10);
    margin: 0 0.2666666667vw;
  }
}

/* ==========================================================================
   Journal Archive Page
========================================================================== */
.journalArchive {
  padding-top: 9.9206349206vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
}
@media screen and (max-width: 767px) {
  .journalArchive {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.journalArchive__head {
  display: flex;
  align-items: flex-start;
  gap: 17.328042328vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__head {
    flex-direction: column;
    gap: 21.3333333333vw;
  }
}
.journalArchive__title {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
  flex-shrink: 0;
  width: 19.8412698413vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
    width: auto;
  }
}
.journalArchive__filter {
  flex: 1;
}
.journalArchive__filterLabel {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(18 / 15);
  margin-bottom: 1.9841269841vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__filterLabel {
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(18 / 15);
    margin-bottom: 0;
  }
}
.journalArchive__filterIcon {
  display: none;
}
.journalArchive__filterList {
  display: flex;
  flex-direction: column;
  gap: 0.1984126984vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__filterList {
    margin-top: 8vw;
    gap: 0.5333333333vw;
  }
}
.journalArchive__filterItem a {
  display: grid;
  grid-template-columns: 14.4675925926vw 1fr;
  align-items: baseline;
  gap: 0.6613756614vw;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .journalArchive__filterItem a {
    grid-template-columns: 42.1333333333vw 1fr;
    gap: 6.4vw;
  }
}
.journalArchive__filterItem .ext-ja {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0em;
  line-height: calc(21 / 14);
}
@media screen and (max-width: 767px) {
  .journalArchive__filterItem .ext-ja {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(21 / 14);
    width: 42.1333333333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.journalArchive__filterItem .ext-en {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(19.2 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .journalArchive__filterItem .ext-en {
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(19.2 / 16);
  }
}
.journalArchive__filterItem.is-active .ext-en {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 0.1322751323vw;
}
.journalArchive__list {
  margin-top: 13.8227513228vw;
  margin-left: 37.1693121693vw;
  width: 57.5396825397vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  display: flex;
  flex-direction: column;
  gap: 1.3227513228vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__list {
    margin-top: 26.6666666667vw;
    margin-left: 0;
    width: 100%;
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    gap: 4vw;
  }
}
.journalArchive__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.journalArchive__item a {
  display: grid;
  grid-template-columns: 9.2592592593vw 9.2592592593vw 1fr;
  align-items: center;
  padding: 0.3306878307vw 0;
  color: inherit;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 767px) {
  .journalArchive__item a {
    grid-template-columns: 26.6666666667vw 1fr;
    gap: 0.8vw 5.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
.journalArchive__item .ext-date {
  grid-column: 1;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
}
@media screen and (max-width: 767px) {
  .journalArchive__item .ext-date {
    grid-row: 1;
    font-size: 4vw;
    letter-spacing: 0em;
    line-height: calc(16.5 / 15);
  }
}
.journalArchive__item .ext-category {
  grid-column: 2;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .journalArchive__item .ext-category {
    grid-column: 1;
    grid-row: 2;
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: calc(13.2 / 12);
  }
}
.journalArchive__item .ext-title {
  grid-column: 3;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0.03em;
  line-height: calc(15.4 / 14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .journalArchive__item .ext-title {
    grid-column: 2;
    grid-row: 1/span 2;
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(19.32 / 14);
  }
}
.journalArchive__item .ext-title::after {
  content: "";
  width: 0.7208994709vw;
  height: 0.7208994709vw;
  background: url(../img/icn-blank.svg) no-repeat center center/contain;
  margin-left: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .journalArchive__item .ext-title::after {
    display: none;
  }
}
.journalArchive__empty {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(25.6 / 16);
  color: #9E9E9E;
  padding: 2.6455026455vw 0;
}

/* ==========================================================================
   Journal Detail Page
========================================================================== */
.journalDetail {
  padding-top: 7.2751322751vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
  display: grid;
  grid-template-columns: 37.1693121693vw 1fr;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .journalDetail {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }
}
.journalDetail__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .journalDetail__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
    margin-bottom: 26.6666666667vw;
  }
}
.journalDetail__body {
  grid-column: 2;
  width: 57.5396825397vw;
}
@media screen and (max-width: 767px) {
  .journalDetail__body {
    width: 100%;
  }
}
.journalDetail__body .postNav {
  margin-top: 6.6137566138vw;
}
@media screen and (max-width: 767px) {
  .journalDetail__body .postNav {
    margin-top: 21.3333333333vw;
  }
}
.journalDetail__title {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.6534391534vw;
  letter-spacing: 0.03em;
  line-height: calc(32.5 / 25);
}
@media screen and (max-width: 767px) {
  .journalDetail__title {
    font-size: 5.8666666667vw;
    letter-spacing: 0.03em;
    line-height: calc(24.2 / 22);
  }
}
.journalDetail__date {
  margin-top: 1.3227513228vw;
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.1904761905vw;
  letter-spacing: 0em;
  line-height: calc(19.8 / 18);
}
@media screen and (max-width: 767px) {
  .journalDetail__date {
    margin-top: 8vw;
    font-size: 4.8vw;
    letter-spacing: 0em;
    line-height: calc(19.8 / 18);
  }
}
.journalDetail__meta {
  margin-top: 0.2645502646vw;
  color: #9E9E9E;
}
@media screen and (max-width: 767px) {
  .journalDetail__meta {
    margin-top: 1.0666666667vw;
  }
}
.journalDetail__meta span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .journalDetail__meta span {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
  }
}
.journalDetail__meta span + span::before {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 500;
  content: "／";
  font-size: 0.8597883598vw;
  letter-spacing: 0em;
  line-height: calc(14.3 / 13);
  margin: 0 0.0661375661vw;
}
@media screen and (max-width: 767px) {
  .journalDetail__meta span + span::before {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    margin: 0 0.2666666667vw;
  }
}
.journalDetail__contents {
  margin-top: 7.9365079365vw;
  display: flex;
  flex-direction: column;
  gap: 5.291005291vw;
}
@media screen and (max-width: 767px) {
  .journalDetail__contents {
    margin-top: 32vw;
    gap: 21.3333333333vw;
  }
}
.journalDetail__content--image img {
  width: 100%;
  height: auto;
}
.journalDetail__content--movie video {
  width: 100%;
  height: auto;
}
.journalDetail__contentHeadline {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.3227513228vw;
  letter-spacing: 0.03em;
  line-height: calc(22 / 20);
}
@media screen and (max-width: 767px) {
  .journalDetail__contentHeadline {
    font-size: 4.8vw;
    letter-spacing: 0.03em;
    line-height: calc(19.8 / 18);
  }
}
.journalDetail__contentText {
  margin-top: 1.9841269841vw;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.03em;
  line-height: calc(27.2 / 16);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .journalDetail__contentText {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.03em;
    line-height: calc(23.8 / 14);
  }
}
.journalDetail__content--text .journalDetail__contentText {
  margin-top: 0;
}
.journalDetail__contentText a {
  text-decoration: underline;
}

/* ==========================================================================
   Contact Page
========================================================================== */
.contact {
  padding-top: 9.9206349206vw;
  padding-left: 2.6455026455vw;
  padding-right: 2.6455026455vw;
  display: grid;
  grid-template-columns: 19.8412698413vw 1fr;
  -moz-column-gap: 17.328042328vw;
       column-gap: 17.328042328vw;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 26.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    display: block;
  }
}
.contact__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.9841269841vw;
  letter-spacing: 0em;
  line-height: calc(36 / 30);
}
@media screen and (max-width: 767px) {
  .contact__label {
    font-size: 5.8666666667vw;
    letter-spacing: 0em;
    line-height: calc(26.4 / 22);
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__body {
    margin-top: 21.3333333333vw;
  }
}
.contact__body .wpcf7 {
  margin: 0;
}
.contact__body .screen-reader-response {
  display: none;
}
.contact__body .wpcf7-not-valid-tip {
  display: block;
  margin-top: 1em;
  font-size: 0.9259259259vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__body .wpcf7-not-valid-tip {
    font-size: 3.4666666667vw;
    letter-spacing: 0.03em;
    line-height: 1;
  }
}
.contact__body .wpcf7-response-output {
  margin-top: 3em;
  font-size: 0.9259259259vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact__body .wpcf7-response-output {
    font-size: 3.4666666667vw;
    letter-spacing: 0.03em;
    line-height: 1;
  }
}

.contactCats__heading {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9920634921vw;
  letter-spacing: 0em;
  line-height: calc(18 / 15);
  margin-bottom: 1.9841269841vw;
}
@media screen and (max-width: 767px) {
  .contactCats__heading {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(15.6 / 13);
    margin-bottom: 8vw;
  }
}
.contactCats__inner {
  display: flex;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 767px) {
  .contactCats__inner {
    gap: 6.4vw;
  }
}
.contactCats__items .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.1984126984vw;
  width: 14.4675925926vw;
}
@media screen and (max-width: 767px) {
  .contactCats__items .wpcf7-radio {
    width: 42.1333333333vw;
    gap: 0.5333333333vw;
  }
}
.contactCats__items .wpcf7-list-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.3888888889vw;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .contactCats__items .wpcf7-list-item {
    height: 5.6vw;
  }
}
.contactCats__items .wpcf7-list-item:hover {
  opacity: 0.7;
}
.contactCats__items .wpcf7-list-item input[type=radio] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.contactCats__items .wpcf7-list-item-label {
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 0.9259259259vw;
  letter-spacing: 0em;
  line-height: calc(21 / 14);
  display: flex;
  align-items: center;
  gap: 0.6613756614vw;
}
@media screen and (max-width: 767px) {
  .contactCats__items .wpcf7-list-item-label {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(21 / 14);
    gap: 1.3333333333vw;
  }
}
.contactCats__items .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 0.9259259259vw;
  height: 0.9259259259vw;
  border: 1px solid #000000;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contactCats__items .wpcf7-list-item-label::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.contactCats__items input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #000000;
}
.contactCats__en {
  display: flex;
  flex-direction: column;
  gap: 0.1984126984vw;
}
@media screen and (max-width: 767px) {
  .contactCats__en {
    gap: 0.5333333333vw;
  }
}
.contactCats__en span {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 0.9259259259vw;
  letter-spacing: 0em;
  line-height: calc(19 / 14);
  color: #9E9E9E;
  height: 1.3888888889vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contactCats__en span {
    font-size: 4.2666666667vw;
    letter-spacing: 0em;
    line-height: calc(21 / 16);
    height: 5.6vw;
  }
}

.contactFields {
  margin-top: 12.5661375661vw;
}
@media screen and (max-width: 767px) {
  .contactFields {
    margin-top: 21.3333333333vw;
  }
}
.contactFields__row {
  display: grid;
  grid-template-columns: 14.7486772487vw 1fr;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 2.2486772487vw;
}
@media screen and (max-width: 767px) {
  .contactFields__row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
.contactFields__row + .contactFields__row {
  margin-top: 1.9841269841vw;
}
@media screen and (max-width: 767px) {
  .contactFields__row + .contactFields__row {
    margin-top: 8vw;
  }
}
.contactFields__row--message {
  min-height: 13.8888888889vw;
}
@media screen and (max-width: 767px) {
  .contactFields__row--message {
    min-height: 42.6666666667vw;
  }
}
.contactFields__row .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contactFields__row input[type=text],
.contactFields__row input[type=email],
.contactFields__row input[type=tel] {
  width: 100%;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.01em;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .contactFields__row input[type=text],
  .contactFields__row input[type=email],
  .contactFields__row input[type=tel] {
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    line-height: calc(21 / 14);
  }
}
.contactFields__row input[type=text]::-moz-placeholder, .contactFields__row input[type=email]::-moz-placeholder, .contactFields__row input[type=tel]::-moz-placeholder {
  color: #9E9E9E;
}
.contactFields__row input[type=text]::placeholder,
.contactFields__row input[type=email]::placeholder,
.contactFields__row input[type=tel]::placeholder {
  color: #9E9E9E;
}
.contactFields__row textarea {
  width: 100%;
  height: 13.2275132275vw;
  resize: none;
  font-family: "Suisse Int'l Ranged", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 600;
  font-weight: 600;
  font-size: 1.0582010582vw;
  letter-spacing: 0.01em;
  line-height: calc(24 / 16);
}
@media screen and (max-width: 767px) {
  .contactFields__row textarea {
    height: 40vw;
    font-size: 3.7333333333vw;
    letter-spacing: 0.01em;
    line-height: calc(21 / 14);
  }
}
.contactFields__row textarea::-moz-placeholder {
  color: #9E9E9E;
}
.contactFields__row textarea::placeholder {
  color: #9E9E9E;
}
.contactFields__label {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(17.6 / 16);
  color: #9E9E9E;
  padding-top: 0.5291005291vw;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .contactFields__label {
    font-size: 3.4666666667vw;
    letter-spacing: 0em;
    line-height: calc(14.3 / 13);
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.contactFields__submit {
  margin-top: 3.3068783069vw;
}
@media screen and (max-width: 767px) {
  .contactFields__submit {
    margin-top: 10.6666666667vw;
  }
}
.contactFields__submit input[type=submit] {
  font-family: "Suisse Int'l", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 1.0582010582vw;
  letter-spacing: 0em;
  line-height: calc(20 / 16);
  color: #9E9E9E;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .contactFields__submit input[type=submit] {
    font-size: 3.7333333333vw;
    letter-spacing: 0em;
    line-height: calc(18 / 14);
  }
}
.contactFields__submit input[type=submit]:hover {
  color: #000000;
}

.wpcf7-turnstile {
  margin-top: min(38px, 2.5132275132vw);
}
.wpcf7-turnstile iframe {
  border-radius: min(5px, 0.3306878307vw);
}
@media screen and (max-width: 767px) {
  .wpcf7-turnstile iframe {
    border-radius: 1.3333333333vw;
  }
  .wpcf7-turnstile {
    margin-top: 7.4666666667vw;
  }
}

/* Utility
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc_only {
    display: none !important;
  }
}
.u-breakctrl {
  display: inline-block;
}

.js-lazy {
  opacity: 1;
  transition: opacity 0.4s;
}
.js-lazy[src^="/asset/img/dummy"] {
  opacity: 0;
}

.js-inview.ext-float {
  opacity: 0;
  transform: translateY(30px) translateZ(0);
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1), opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-inview.ext-float.is-animated {
  opacity: 1;
  transform: none;
}
.js-inview.ext-graphic-spread {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-inview.ext-graphic-spread .g-spread {
  transition: transform 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-inview.ext-graphic-spread .g-spread--1 {
  transform: translate(-40px, 40px);
}
.js-inview.ext-graphic-spread .g-spread--2 {
  transform: translate(-20px, 20px);
  transition-delay: 0.08s;
}
.js-inview.ext-graphic-spread .g-spread--3 {
  transform: translate(20px, -20px);
  transition-delay: 0.16s;
}
.js-inview.ext-graphic-spread .g-spread--3b {
  transform: translate(30px, -30px);
  transition-delay: 0.2s;
}
.js-inview.ext-graphic-spread .g-spread--4 {
  transform: translate(40px, -40px);
  transition-delay: 0.24s;
}
.js-inview.ext-graphic-spread.is-animated {
  opacity: 1;
}
.js-inview.ext-graphic-spread.is-animated .g-spread {
  transform: translate(0, 0);
}

/* Animations */
@keyframes scrolltext {
  0% {
    transform: translate(0, -50%);
  }
  25% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollarrow1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 0);
  }
  35% {
    transform: translate(0, 75%);
  }
  70% {
    transform: translate(0, 75%);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes scrollarrow2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 75%);
  }
  75% {
    transform: translate(0, 75%);
  }
  85% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}