@charset 'UTF-8';

@import url(//fonts.googleapis.com/css?family=Roboto:400,700,900);

@-webkit-keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@-webkit-keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* =====================================================
 * Base
 * ================================================== */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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

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

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* -----------------------------------------------------
 * Font
 * -------------------------------------------------- */

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* -----------------------------------------------------
 * Init
 * -------------------------------------------------- */

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

/* normalize overwrite */

html {
  position: relative;
  min-height: 100%;
  font-family: 'Heebo', FP-KoburinaGoStdN-W3, sans-serif;
  font-size: 62.5%;
}

html .en {
  font-family: 'acumin-pro', acumin-pro-Regular, sans-serif;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.22;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

a,
a:visited,
a:active,
a:focus {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
figure,
figcaption,
small {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.22;
}

img {
  vertical-align: bottom;
}

ul {
  list-style-type: none;
  padding: 0;
}

ol {
  padding: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

/* =====================================================
 * Module
 * ================================================== */

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

body.is-menu-open,
body.is-modal-open {
  overflow: hidden;
}

/* ----- プログレスバー ----- */

.mod-progressbar {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.mod-progressbar:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #282828;
}

.page-company-jwa .mod-progressbar:before {
  background: #fff;
}

.is-loading .mod-progressbar:before {
  width: 70%;
  transition: all 0.5s ease-in;
}

.is-loaded .mod-progressbar:before {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-complete .mod-progressbar:before {
  width: 100%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* ----- ブロックフェード ----- */

.mod-fade-block {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.mod-fade-block.opacity {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.mod-fade-block.is-fade {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ----- １文字ずつ下から上にスライドイン ----- */

.mod-slide-in span:not(.line):not(.anim-line) {
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.mod-slide-in span:not(.line):not(.anim-line).sup {
  display: block;
}

.mod-slide-in.is-slide span:not(.line):not(.anim-line) {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ----- アコーディオン ----- */

.mod-ac-target {
  display: none;
  opacity: 0;
  transition: opacity 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mod-ac-target.is-active {
  opacity: 1;
}

.mod-ac-target [data-ac-id] {
  display: none;
}

.mod-ac-target [data-ac-id].is-active {
  display: block;
}

/* ----- 背景画像 ----- */

.mod-bg-img {
  width: 100%;
  height: 100%;
}

/* ----- 背景動画 ----- */

.mod-bg-movie-inner,
.mod-bg-movie-home-inner {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.mod-bg-movie-inner:after,
.mod-bg-movie-home-inner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.mod-bg-movie.l-footer .mod-bg-movie-inner:after,
.mod-bg-movie-home.l-footer .mod-bg-movie-inner:after {
  background: rgba(0, 0, 0, 0.1);
}

.mod-bg-movie:first-child .mod-bg-movie-inner,
.mod-bg-movie-home:first-child .mod-bg-movie-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mod-bg-movie:first-child .mod-bg-movie-inner:after,
.mod-bg-movie-home:first-child .mod-bg-movie-inner:after {
  background: rgba(0, 0, 0, 0.2);
}

.mod-bg-movie.is-fixed .mod-bg-movie-inner,
.mod-bg-movie-home.is-fixed .mod-bg-movie-inner {
  position: fixed;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mod-bg-movie-player,
.mod-bg-movie-home-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-bg-movie-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.mod-bg-movie-home-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mod-bg-movie-home-inner:after {
  background: rgba(0, 0, 0, 0.1);
}

/* ----- 背景エラー画像 ----- */

.bg-error-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: 100vh;
}

.bg-error-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- メディア表示 ----- */

.is-br-sp-show {
  display: none;
}

.is-br-pc-show {
  display: none;
}

/* ----- メディアチェック用 ----- */

.check-media {
  display: block;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- 左縦ライン見出し ----- */

.mod-heading {
  position: relative;
  margin: -2px 0 0;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.mod-heading:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -8vw;
  width: 2px;
  height: 100%;
  background: #3ce35f;
}

.mod-heading .sup {
  display: block;
  margin: 13px 0 0;
  font-size: 1.3rem;
  font-weight: bold;
}

.mod-heading .sup .category,
.mod-heading .sup .date {
  font-family: 'Maitree', sans-serif;
}

.mod-heading .sup .category {
  color: #282828;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.mod-heading .sup .date {
  color: #737373;
  letter-spacing: 0.05em;
}

.mod-heading .sup .date:before {
  content: '/';
  display: inline-block;
  margin: 0 8px;
  color: #c8c8c8;
  vertical-align: middle;
}

.page-service .mod-heading,
.page-service-list .mod-heading,
.page-service-detail .mod-heading,
.page-dl .mod-heading {
  font-size: 2.3rem;
  line-height: 1.4;
}

.page-service .mod-heading .sup,
.page-service-list .mod-heading .sup,
.page-service-detail .mod-heading .sup,
.page-dl .mod-heading .sup {
  margin: 14px 0 0;
}

.page-service-list .mod-heading {
  letter-spacing: 0.04em;
}

.page-service-list .mod-heading .line {
  display: none;
}

.page-case-detail .mod-heading {
  font-size: 1.7rem;
  line-height: 1.59;
  letter-spacing: 0.03em;
}

.page-company .mod-heading .line {
  width: 70px;
}

.page-company .mod-heading .sup {
  margin: 12px 0 0;
}

/* ----- 横ライン見出し ----- */

.mod-heading-line {
  font-size: 2.2rem;
  letter-spacing: 0.075em;
}

.mod-heading-line.small {
  font-size: 1.8rem;
}

.mod-heading-line .text-wrap {
  display: inline-block;
}

.mod-heading-line .text-wrap br {
  display: none;
}

.mod-heading-line .line {
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 60px;
  height: 1px;
  margin: 0 0 0 12px;
  background: #000;
  vertical-align: middle;
}

.mod-heading-line .sup {
  display: block;
  margin: 15px 0 0;
  font-family: 'Maitree', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* ----- 横ライン見出しアニメーション ----- */

.mod-anim-line .line {
  background: transparent !important;
}

.mod-anim-line .line:before {
  content: '';
}

.mod-anim-line .line:before,
.mod-anim-line .line .anim-line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}

.mod-anim-line.is-fade .line:before,
.mod-anim-line.is-fade .line .anim-line,
.mod-anim-line.is-slide .line:before,
.mod-anim-line.is-slide .line .anim-line {
  width: 100%;
}

.mod-anim-line.mod-heading .line:before,
.mod-anim-line.mod-heading .line .anim-line {
  transition-delay: 2s;
}

.mod-anim-line.mod-slide-in .line:before {
  display: none;
}

/* ----- wysiwyg用 ----- */

.text-set > *:first-child {
  margin-top: 0 !important;
}

.text-set > *:last-child {
  margin-bottom: 0 !important;
}

.text-set b,
.text-set strong {
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
}

.en .text-set b,
.en .text-set strong {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.text-set h2 {
  position: relative;
  margin: 40px 0 0;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

.text-set h2 + p {
  margin: 21px 0 0;
}

.text-set h3 {
  position: relative;
  margin: 29px 0 0;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.06em;
}

.text-set h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -5.33333vw;
  height: 87%;
  margin: -0.1em 0 0;
  border-left: 2px solid #3ce35f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-case-detail .text-set h3 {
  margin: 46px 0 0;
  font-size: 1.8rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
}

.text-set h3 + p {
  margin: 20px 0 0 0;
}

.page-news-detail .text-set h3 + p {
  margin: 15px 0 0 0;
}

.text-set h4 {
  margin: 30px 0 0;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.page-case-detail .text-set h4 {
  position: relative;
  padding: 0 0 17px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
}

.page-case-detail .text-set h4:before {
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000;
}

.text-set h4 + p {
  margin: 19px 0 0 0;
}

.text-set h5 {
  font-size: 1.5rem;
  line-height: 1.6;
}

.page-case-detail .text-set h5 {
  margin: 30px 0 0;
  line-height: 1.6;
}

.text-set h5 + p {
  margin: 30px 0 0;
}

.page-case-detail .text-set h5 + p {
  margin: 19px 0 0;
}

.text-set p {
  margin: 28px 0 0;
  color: #282828;
  font-size: 1.3rem;
  line-height: 2.175;
  letter-spacing: 0.03em;
}

.text-set p:first-child {
  margin: 0;
}

.text-set a {
  position: relative;
  color: #3ce35f;
  text-decoration: none;
}

.text-set .mod-link-btn {
  color: #fff;
  line-height: 1.4;
}

.text-set table {
  table-layout: fixed;
  width: 100%;
  margin: 34px -2.66667vw 0;
  border-bottom: 1px solid #000;
}

.text-set table tr {
  border-bottom: 1px solid #ececec;
}

.text-set table tr:last-child {
  border: none;
}

.text-set table th,
.text-set table td {
  font-size: 1.1rem;
  line-height: 1.64;
  letter-spacing: 0.03em;
}

.text-set table th:first-child,
.text-set table td:first-child {
  padding-left: 0;
}

.text-set table th:last-child,
.text-set table td:last-child {
  padding-right: 0;
}

.text-set table th {
  padding: 20px 10px 16px;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
}

.en .text-set table th {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.text-set table td {
  padding: 20px 10px 16px;
}

.text-set ul {
  margin: 32px 0 0;
}

.page-service-detail .text-set ul {
  margin: 28px 0 0;
}

.text-set ul li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 0 18px;
  color: #282828;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.text-set ul li:first-child {
  margin: 0;
}

.text-set ul li:before {
  content: '・';
  position: absolute;
  left: 0;
}

.text-set ol {
  counter-reset: number;
  list-style: none;
  margin: 32px 0 0;
}

.text-set ol li {
  position: relative;
  margin: 15px 0 0;
  padding: 0 0 0 16px;
  color: #282828;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.text-set ol li:first-child {
  margin: 0;
}

.page-service-detail .text-set ol li {
  margin: 12px 0 0;
}

.text-set ol li:before {
  content: counter(number) '.';
  counter-increment: number;
  position: absolute;
  left: 0;
  color: #000;
}

.text-set .pdf-link {
  display: inline-block;
  position: relative;
  margin: 52px 0 0 36px;
}

.text-set .pdf-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -36px;
  width: 21px;
  height: 21px;
  border-radius: 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_pdf.png) no-repeat;
}

.text-set .pdf-link:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -29px;
  width: 15px;
  height: 13px;
  border-radius: 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_dl.png) no-repeat;
}

.text-set .media-col figure img {
  height: auto;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- ライン付きリンクモジュール ----- */

.mod-link {
  display: block;
  position: relative;
  width: 53.33333vw;
  height: 37px;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.09em;
}

.en .mod-link {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.mod-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ce35f;
}

.mod-link .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.mod-link .sup {
  display: none;
}

.mod-link.line-up {
  padding: 21px 15px 0 0;
}

.mod-link.line-up:before {
  top: 27px;
}

.mod-link.line-up .line {
  top: 0;
  bottom: auto;
}

.mod-link.align-center {
  height: 51px;
  text-align: center;
}

.mod-link.align-center:before {
  top: auto;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -2px;
}

/* ----- ボタン型リンクモジュール（黒背景アローアイコンベース） ----- */

.mod-link-btn {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 29px 34.66667vw 27px 8vw;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.065em;
}

.mod-link-btn:visited,
.mod-link-btn:active,
.mod-link-btn:focus {
  color: #fff;
}

.mod-link-btn .arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10.13333vw;
  width: 30px;
  height: 7px;
  margin: -4px 0 0;
}

.mod-link-btn .arrow:before,
.mod-link-btn .arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_white_02.png) no-repeat 0 0;
  background-size: contain;
}

.mod-link-btn .dl {
  display: block;
  position: absolute;
  top: 50%;
  right: 10.13333vw;
  width: 16px;
  height: 14px;
  margin: -4px 0 0;
}

.mod-link-btn .dl:before,
.mod-link-btn .dl:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_dl_white_01.png) no-repeat 0 0;
  background-size: contain;
}

/* ----- サムネイル系ホバーアニメーション ----- */

.mod-thumb a {
  text-decoration: none;
}

/* ----- ホバー効果：ラインアニメーション ----- */

.mod-hover-line {
  color: #282828;
}

/* ----- ホバー効果：ラインアニメーション（一周） ----- */

.mod-hover-line-around .line {
  display: block;
  position: relative;
}

/* ----- ホバー効果：矢印シンプルアニメーション ----- */

/* ----- ホバー効果：矢印アニメーション（一周） ----- *
 *.mod-link-btnとセットで使用                     */

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- スライダー共通 ----- */

.mod-slider-news-wrap,
.mod-slider-case-wrap,
.mod-slider-scale-wrap {
  position: relative;
}

.mod-slider-news-nav,
.mod-slider-case-nav,
.mod-slider-scale-nav {
  display: none;
}

.mod-slider-news .slick-dots,
.mod-slider-case .slick-dots,
.mod-slider-scale .slick-dots {
  position: absolute;
  z-index: 20;
  right: 8vw;
  font-size: 0;
  letter-spacing: -0.4em;
}

.mod-slider-news .slick-dots > *,
.mod-slider-case .slick-dots > *,
.mod-slider-scale .slick-dots > * {
  letter-spacing: normal;
}

.mod-slider-news .slick-dots li,
.mod-slider-case .slick-dots li,
.mod-slider-scale .slick-dots li {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 0 14px;
}

.mod-slider-news .slick-dots li button,
.mod-slider-case .slick-dots li button,
.mod-slider-scale .slick-dots li button {
  outline: none;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  border-radius: 50%;
  background: none transparent;
  background: #c8c8c8;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 200%;
  transition: background 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mod-slider-news .slick-dots li button::-ms-clear,
.mod-slider-case .slick-dots li button::-ms-clear,
.mod-slider-scale .slick-dots li button::-ms-clear {
  display: none;
}

.mod-slider-news .slick-dots li button::-ms-reveal,
.mod-slider-case .slick-dots li button::-ms-reveal,
.mod-slider-scale .slick-dots li button::-ms-reveal {
  display: none;
}

.mod-slider-news .slick-dots li button::-ms-expand,
.mod-slider-case .slick-dots li button::-ms-expand,
.mod-slider-scale .slick-dots li button::-ms-expand {
  display: none;
}

.mod-slider-news .slick-dots li.slick-active button,
.mod-slider-case .slick-dots li.slick-active button,
.mod-slider-scale .slick-dots li.slick-active button {
  background: #3ce35f;
}

/* ----- ニュース向けスライダー ----- */

.mod-slider-news {
  margin: 34px -8vw 0 0;
}

.mod-slider-news-inner {
  width: 89.33333vw;
  padding: 0 5.33333vw 0 0;
}

.mod-slider-news-inner a {
  display: flex;
  justify-content: space-between;
}

.mod-slider-news-inner figure {
  width: 23.46667vw;
  height: 23.46667vw;
}

.mod-slider-news-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mod-slider-news-inner.is-new figure {
  position: relative;
}

.mod-slider-news-inner.is-new figure:after {
  content: 'NEW!';
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  min-width: 35px;
  height: 16px;
  padding: 0 3px;
  background: #f9f9f9;
  font-family: 'Maitree', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.mod-slider-news-content {
  flex: 1;
  margin: 0 0 0 7.2vw;
}

.mod-slider-news-content .text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.42;
  letter-spacing: 0.035em;
}

.mod-slider-news-content .info {
  display: block;
  margin: 15px 0 0;
  color: #c8c8c8;
  font-size: 1.1rem;
}

.mod-slider-news-content .category,
.mod-slider-news-content .date {
  display: inline-block;
  font-family: 'Maitree', sans-serif;
  letter-spacing: 0.05em;
}

.mod-slider-news-content .category {
  margin: 0 5px 0 0;
  color: #000;
}

.mod-slider-news-content .date {
  margin: 0 0 0 5px;
  color: #737373;
}

.mod-slider-news-more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 30px 0 0;
}

.mod-slider-news-more a {
  color: #282828;
}

.mod-slider-news .slick-dots {
  top: -40px;
}

/* ----- 事例向けスライダー ----- */

.mod-slider-case {
  margin: 34px -8vw 0 0;
}

.mod-slider-case-inner {
  width: 89.33333vw;
  padding: 0 5.33333vw 0 0;
}

.mod-slider-case-inner a {
  display: block;
}

.mod-slider-case-inner figure {
  width: 84vw;
  height: 47.46667vw;
}

.mod-slider-case-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mod-slider-case-content {
  flex: 1;
  margin: 25px 0 0;
}

.mod-slider-case-content .text {
  display: block;
  padding: 0 9.33333vw 0 0;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.mod-slider-case-content .info {
  display: block;
  margin: 15px 0 0;
  color: #c8c8c8;
  font-size: 1.1rem;
}

.mod-slider-case-content .company {
  color: #282828;
}

.mod-slider-case-content .category,
.mod-slider-case-content .date {
  display: inline-block;
  font-family: 'Maitree', sans-serif;
  letter-spacing: 0.05em;
}

.mod-slider-case-content .category {
  margin: 0 5px 0 0;
  color: #000;
}

.mod-slider-case-content .date {
  margin: 0 0 0 5px;
  color: #737373;
}

.mod-slider-case-more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 30px 0 0;
}

.mod-slider-case-more a {
  color: #282828;
}

.mod-slider-case .slick-dots {
  top: -40px;
}

/* ----- スケール変化するスライダー ----- */

.mod-slider-scale-image {
  display: flex;
  width: auto;
  height: 34.13333vw;
  margin: 0 -16vw 0 0;
}

.mod-slider-scale-image-inner {
  flex: 0;
  height: 100%;
  background-size: auto 150%;
  transition: flex 1.5s cubic-bezier(0.5, 0, 0.17, 1), background 1.5s cubic-bezier(0.5, 0, 0.17, 1);
}

.mod-slider-scale-image-inner.is-active {
  flex: 1 0 auto;
  background-size: auto 100%;
}

.mod-slider-scale-image-inner.is-out {
  background-size: auto 100%;
}

.mod-slider-scale-image-inner.is-separate {
  background-size: auto 150%, 0;
}

.mod-slider-scale-image-inner.is-separate.is-active {
  background-size: auto 100%, 0;
}

.mod-slider-scale-image-inner.is-separate.is-out {
  background-size: auto 100%, 0;
}

.mod-slider-scale-image-inner a {
  display: block;
  width: 100%;
  height: 100%;
}

.mod-slider-scale .mod-slider-inner {
  position: relative;
  z-index: 1;
}

.mod-slider-scale .slick-dots {
  top: 6.66667vw;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

.checkbox input {
  display: none;
}

.checkbox span {
  position: relative;
  padding-left: 33px;
}

.checkbox span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox input:checked + span::before {
  background: #fff;
}

.checkbox input:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: 7px;
  width: 4px;
  height: 7px;
  margin: -6px 0 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

/* =====================================================
 * Layout
 * ================================================== */

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- header ----- */

@-webkit-keyframes menu-bg-open {
  0% {
    display: none;
    background: rgba(255, 255, 255, 0);
  }

  1% {
    display: block;
    background: rgba(255, 255, 255, 0);
  }

  100% {
    display: block;
    background: white;
  }
}

@keyframes menu-bg-open {
  0% {
    display: none;
    background: rgba(255, 255, 255, 0);
  }

  1% {
    display: block;
    background: rgba(255, 255, 255, 0);
  }

  100% {
    display: block;
    background: white;
  }
}

@-webkit-keyframes menu-close {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes menu-close {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes menu-fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes menu-fade-in-block {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes menu-fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}

@keyframes menu-fade-in-flex {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: flex;
    opacity: 0;
  }

  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes menu-slide-in-flex {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes menu-slide-in-flex {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  1% {
    visibility: visible;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.l-header {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0;
  background: #fff;
  opacity: 0;
}

.l-header-search {
  display: none;
}

.is-complete .l-header {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in 0.5s, -webkit-transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: opacity 0.5s ease-in 0.5s, transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.is-moving .l-header {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  pointer-events: none;
}

.l-header.is-hidden {
  transition: -webkit-transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 0.5s cubic-bezier(0.02, 0.01, 0.47, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header-inner {
  position: relative;
  height: 100%;
}

.l-header-logo {
  display: block;
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 30px;
}

.l-header-logo a {
  display: block;
  overflow: hidden;
  width: 170px;
  height: 34px;
  background-image: url(/wp-content/themes/jwa2019/assets/img/logo_jwa.png), url(/wp-content/themes/jwa2019/assets/img/logo_jwa_white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain, 0;
  opacity: 1;
  white-space: nowrap;
  text-indent: 200%;
  transition: opacity 0.2s ease-in-out;
}

.l-header-logo-english {
  display: block;
  display: block;
  position: absolute;
  position: absolute;
  z-index: 2;
  z-index: 2;
  top: 13px;
  top: 13px;
  left: 30px;
  left: 30px;
}

.l-header-logo-english a {
  display: block;
  overflow: hidden;
  width: 230px;
  height: 29px;
  background-image: url(/wp-content/themes/jwa2019/assets/img/logo_jwa_white_en.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain, 0;
  opacity: 1;
  white-space: nowrap;
  text-indent: 200%;
  transition: opacity 0.2s ease-in-out;
}

.l-header-toggle {
  outline: none;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background-color: #000;
  background-image: url(/wp-content/themes/jwa2019/assets/img/ico_menu_open.png), url(/wp-content/themes/jwa2019/assets/img/ico_menu_close.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 24px auto, 0;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 200%;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-header-toggle::-ms-clear {
  display: none;
}

.l-header-toggle::-ms-reveal {
  display: none;
}

.l-header-toggle::-ms-expand {
  display: none;
}

.is-menu-fade-in .l-header-toggle {
  background-size: 0, 0;
}

.is-menu-open .l-header-toggle {
  background-size: 0, 24px auto;
  transition: all 0.2s ease-in-out 1s;
}

.is-menu-close .l-header-toggle {
  background-size: 0, 0;
  transition: all 0.2s ease-in-out;
}

.l-header-menu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0 0;
  background: rgba(255, 255, 255, 0);
}

.l-header-menu-inner {
  overflow: scroll;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.l-header-nav {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}

.l-header-nav-list {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.l-header-nav-list li {
  display: block;
}

.l-header-nav-list a {
  display: block;
  padding: 12px 60px;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.l-header-nav-list2 {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
}

.l-header-nav-list2 li {
  position: relative;
}

.l-header-nav-list2 li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #282828;
}

.l-header-nav-list2 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 40px;
  color: #000;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.12em;
}

.en .l-header-nav-list2 li a {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.l-header-nav-list2 li:first-child:before {
  display: none;
}

.l-header-nav-list2 li:first-child a {
  padding: 0 0 0 2px;
}

.l-header-nav-list2 li:last-child a {
  padding: 0 3px 0 0;
}

.l-header-close {
  display: none;
}

.l-header-close button {
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-header-close button::-ms-clear {
  display: none;
}

.l-header-close button::-ms-reveal {
  display: none;
}

.l-header-close button::-ms-expand {
  display: none;
}

.is-menu-open .l-header-close {
  display: block;
  margin: -1px 0 0;
  padding: 13.33333vw 0;
  background: #f4f4f4;
  color: #000;
  font-size: 8vw;
  text-align: center;
}

.is-menu-open .l-header-close button {
  display: inline-block;
}

.is-menu-open .l-header-close button:after {
  content: '';
  display: inline-block;
  width: 6.66667vw;
  height: 8vw;
  margin: 0.8vw 0 0 2.66667vw;
  background-size: contain;
  vertical-align: top;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- footer ----- */

.l-footer {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.l-footer:after {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.l-footer-cta {
  position: relative;
  z-index: 5;
  padding: 65px 8vw 70px;
}

.l-footer-cta-copy {
  display: block;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: 0.12em;
}

.l-footer-cta-copy span:nth-of-type(1) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(2) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(3) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(4) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(5) {
  margin: 0 0 0 -2px;
}

.l-footer-cta-copy span:nth-of-type(6) {
  margin: 0 0 0 -5px;
}

.l-footer-cta-copy span:nth-of-type(7) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(8) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(9) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(10) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(11) {
  margin: 0 0 0 -10px;
}

.l-footer-cta-copy span:nth-of-type(12) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(13) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(14) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(15) {
  margin: 0 0 0 -9px;
}

.l-footer-cta-copy span:nth-of-type(16) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(17) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(18) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(19) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(20) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(21) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(22) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(23) {
  margin: 0 0 0 -5px;
}

.l-footer-cta-copy span:nth-of-type(24) {
  margin: 0 0 0 0;
}

.l-footer-cta-copy span:nth-of-type(25) {
  margin: 0 0 0 -2px;
}

.l-footer-cta-copy span:nth-of-type(26) {
  margin: 0 0 0 0;
}

.l-footer-cta-links {
  margin: 39px 0 0;
  border: 1px solid #fff;
}

.l-footer-cta-links li {
  display: block;
  height: 109px;
  border-top: 1px solid #fff;
}

.l-footer-cta-links li:first-child {
  border: none;
}

.l-footer-cta-links li a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 25px 85px 25px 40px;
  color: #fff;
  text-decoration: none;
}

.l-footer-cta-links li a span {
  text-decoration: none;
}

.l-footer-cta-links li a .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 7px;
  margin: -4px 0 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_white.png) no-repeat 0 0;
  background-size: contain;
}

.l-footer-cta-links-title {
  display: block;
  font-family: 'Maitree', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.025em;
}

.l-footer-cta-links-text {
  display: block;
  margin: 5px 0 0;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

.l-footer-copyright {
  position: relative;
  z-index: 5;
  padding: 50px 30px 40px;
  background: #fff;
}

.l-footer-copyright-copy {
  display: none;
}

.page-home .l-footer-copyright-copy {
  display: none;
}

.l-footer-copyright-logo {
  display: block;
}

.l-footer-copyright-logo img {
  width: 160px;
  height: auto;
}

.l-footer-copyright-inner {
  margin: 50px 0 0;
}

.l-footer-copyright-links {
  width: 315px;
  margin: 0;
  letter-spacing: -0.4em;
}

.l-footer-copyright-links > * {
  letter-spacing: normal;
}

.l-footer-copyright-links li {
  display: inline-block;
  margin: 0 30px 0 0;
}

.l-footer-copyright-links li a {
  font-size: 1.1rem;
  line-height: 2.3;
  text-decoration: none;
}

.l-footer-copyright-links li.slash {
  position: relative;
  padding: 0 30px 0 0;
}

.l-footer-copyright-links li.slash:after {
  content: '/';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  color: #c8c8c8;
  font-size: 1.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer-copyright-text {
  display: block;
  margin: 20px 0 0;
  color: #737373;
  font-family: 'Maitree', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- 縦置きタイトル ----- */

.l-title {
  display: none;
}

/* ----- ページ遷移アニメーション枠 ----- */

.l-wrapper {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  min-height: 100vh;
  margin: 0 0 -10px;
  padding: 60px 0 0;
  background: #f9f9f9;
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}

.page-home .l-wrapper,
.page-company-jwa .l-wrapper {
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: none !important;
  transform: none !important;
}

.is-complete .l-wrapper {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.is-moving .l-wrapper {
  opacity: 0;
  transition-duration: 0.5s;
  -webkit-transform: translateX(-50px) !important;
  transform: translateX(-50px) !important;
  pointer-events: none;
}

.is-menu-open .l-wrapper {
  position: fixed;
}

.l-wrapper.page-professional {
  overflow-x: visible;
}

/* ----- キービジュアル ----- */

.l-kv {
  position: relative;
}

.l-kv figure img {
  width: 100%;
  height: auto;
}

.l-kv h1.quot {
  position: absolute;
  bottom: 26.66667vw;
  left: 0;
  padding: 31px 8vw 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_quot.png) no-repeat 8.53333vw 4px;
  background-size: 10px auto;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.39;
  letter-spacing: 0.03em;
}

.l-kv .info {
  display: block;
  position: absolute;
  bottom: 16.53333vw;
  left: 0;
  padding: 0 8vw;
  color: #fff;
}

.l-kv .info:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  margin: -0.1em 10px 0 0;
  background: #fff;
  vertical-align: middle;
}

.l-kv .info .company,
.l-kv .info .name {
  display: inline-block;
}

.l-kv .info .company {
  margin: 0 20px 0 0;
  font-size: 1.5rem;
}

.l-kv .info .name {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.l-kv-lead {
  position: absolute;
  z-index: 5;
  bottom: 29.33333vw;
  padding: 0 16vw 0 10.66667vw;
}

.l-kv-lead .copy {
  display: block;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.54;
  letter-spacing: 0.05em;
}

.l-kv-lead .copy span:nth-of-type(1) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(2) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(3) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(4) {
  margin: 0 0 0 -1px;
}

.l-kv-lead .copy span:nth-of-type(5) {
  margin: 0 0 0 -4px;
}

.l-kv-lead .copy span:nth-of-type(6) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(7) {
  margin: 0 0 0 -1px;
}

.l-kv-lead .copy span:nth-of-type(8) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(9) {
  margin: 0 0 0 -1px;
}

.l-kv-lead .copy span:nth-of-type(10) {
  margin: 0 0 0 -2px;
}

.l-kv-lead .copy span:nth-of-type(11) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(12) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(13) {
  margin: 0 0 0 -1px;
}

.l-kv-lead .copy span:nth-of-type(14) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(15) {
  margin: 0 0 0 0;
}

.l-kv-lead .copy span:nth-of-type(16) {
  margin: 0 0 0 -2px;
}

.l-kv-lead .copy span:nth-of-type(17) {
  margin: 0 0 0 -1px;
}

.l-kv-lead .text {
  margin: 20px 0 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.l-kv-lead .link {
  display: block;
  margin: 33px 0 0;
}

.l-kv-lead .link a {
  width: 100%;
  height: 33px;
  color: #fff;
  letter-spacing: 0.12em;
}

.l-kv-lead .link a .line {
  background: #fff;
}

.page-service .l-kv,
.page-service-list .l-kv,
.page-service-detail .l-kv,
.page-english_service .l-kv,
.single-english_service .l-kv,
.page-case .l-kv {
  height: 53.33333vw;
}

.page-service .l-kv figure,
.page-service-list .l-kv figure,
.page-service-detail .l-kv figure,
.page-english_service .l-kv figure,
.single-english_service .l-kv figure,
.page-case .l-kv figure {
  height: 100%;
}

.page-service .l-kv figure img,
.page-service-list .l-kv figure img,
.page-service-detail .l-kv figure img,
.page-english_service .l-kv figure img,
.single-english_service .l-kv figure img,
.page-case .l-kv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-case-detail .l-kv {
  height: 104vw;
  max-height: calc(100vh - 60px);
}

.page-case-detail .l-kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-case-detail .l-kv figure {
  height: 100%;
}

.page-case-detail .l-kv figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-case-detail .l-kv h1,
.page-case-detail .l-kv span {
  z-index: 1;
}

.page-company .l-kv {
  height: 161.86667vw;
  max-height: calc(100vh - 60px);
}

.page-company .l-kv:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-company .l-kv figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-company .l-kv figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ----- メイン ----- */

.l-main {
  position: relative;
  margin: 60px 0 60px 10px;
  padding: 60px 8vw;
  background: #fff;
}

.page-service .l-main {
  margin-bottom: 40px;
  padding-bottom: 32px;
}

.page-service-list .l-main,
.page-service-detail .l-main,
.page-english_service .l-main,
.single-english_service .l-main {
  margin-bottom: 95px;
}

.page-company .l-main {
  padding: 68px 8vw 9px;
}

.l-kv + .l-main {
  margin-top: -25px;
}

.l-main-breadcrumbs {
  display: none;
}

.l-main-header {
  display: flex;
  margin: 0 0 43px;
}

.l-main-sns {
  display: flex;
  align-items: center;
  margin: 26px 0 -6px;
}

.l-main-sns strong {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: 'Maitree', sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.l-main-sns a {
  display: block;
  position: relative;
  top: -2px;
  width: 35px;
  height: 35px;
  margin: 0 0 0 9px;
  border: #000 1px solid;
  border-radius: 35px;
  background-color: rgba(0, 0, 0, 0);
  transition: background 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-main-sns a:before,
.l-main-sns a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}

.l-main-sns a:before {
  z-index: 1;
}

.l-main-sns a:after {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-main-sns a.tw:before {
  background-image: url('/wp-content/themes/jwa2019/assets/img/ico_sns_tw.png');
}

.l-main-sns a.tw:after {
  background-image: url('/wp-content/themes/jwa2019/assets/img/ico_sns_tw_w.png');
}

.l-main-sns a.fb:before {
  background-image: url('/wp-content/themes/jwa2019/assets/img/ico_sns_fb.png');
}

.l-main-sns a.fb:after {
  background-image: url('/wp-content/themes/jwa2019/assets/img/ico_sns_fb_w.png');
}

.l-main-sns a:hover {
  background-color: black;
}

.l-main-sns a:hover:after {
  opacity: 1;
}

.l-main-lead-title {
  margin: 43px 0 0;
  font-size: 1.7rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.l-main-lead-text {
  margin: 17px 0 0;
  color: #282828;
  font-size: 1.3rem;
  line-height: 2.16;
  letter-spacing: 0.04em;
}

.l-main-management {
  margin: 47px 0 0;
  padding: 0 0 49px;
}

.l-main-management figure {
  width: 80vw;
  height: 80vw;
}

.page-service-list .l-main-management-lead,
.page-english_service .l-main-management-lead {
  margin: 43px 0 0;
}

.l-main-management-lead .copy {
  display: block;
  margin: 36px 0 0;
  font-size: 2.3rem;
  line-height: 1.57;
  letter-spacing: 0.07em;
}

.l-main-management-lead .text {
  margin: 40px 0 0;
  color: #282828;
  font-size: 1.3rem;
  line-height: 2.16;
  letter-spacing: 0.04em;
}

.l-main-management-lead .link {
  display: flex;
  justify-content: flex-end;
  margin: 31px 0 0;
}

.l-main-message {
  margin: 0 -8vw;
  padding: 50px 8vw;
  border-top: 1px solid #ececec;
}

.l-main-message figure {
  order: 1;
  width: 80vw;
  height: 80vw;
}

.l-main-message-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}

.l-main-message-lead {
  order: 2;
}

.page-service-list .l-main-message-lead,
.page-english_service .l-main-message-lead {
  margin: 43px 0 0;
}

.l-main-message-lead .copy {
  display: block;
  margin: 36px 0 0;
  font-size: 2.3rem;
  line-height: 1.57;
  letter-spacing: 0.07em;
}

.l-main-message-lead .text {
  margin: 19px 0 0;
  color: #282828;
  font-size: 1.3rem;
  line-height: 2.16;
  letter-spacing: 0.04em;
}

.l-main-message-lead .link {
  display: flex;
  justify-content: flex-end;
  margin: 31px 0 0;
}

.l-main-info {
  margin: 0 -8vw;
  padding: 49px 8vw;
  border-top: 1px solid #ececec;
}

.l-main-info .l-column {
  padding: 0;
}

.l-main-info .l-column-inner {
  margin: 34px 0 0;
}

.l-main-info .l-column-inner .sup {
  margin: 15px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}

.l-main-service {
  margin: 43px 0 0;
}

.l-main-service-inner {
  position: relative;
  margin: 0 -8vw 0 0;
  padding: 49px 8vw 39px 0;
  border-top: 1px solid #ececec;
}

.l-main-service-inner h2 .line {
  top: -0.1em;
  width: 40px;
}

.l-main-service-inner .part {
  display: none;
}

.l-main-service-inner .description {
  margin: 27px 0 0;
  color: #282828;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.l-main-service-inner figure {
  margin: 25px -8vw 0 0;
}

.l-main-service-inner figure img {
  width: 100%;
  height: auto;
}

.l-main-service-inner h3 {
  margin: 35px 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.l-main-service-inner .l-main-service-links {
  margin: 20px 0 0;
}

.l-main-service-inner .l-main-service-links li {
  display: block;
  margin: 20px 0 0;
}

.l-main-service-inner .l-main-service-links li:first-child {
  margin: 0;
}

.l-main-service-inner .l-main-service-links li a {
  width: 100%;
  height: auto;
  min-height: 28px;
  padding: 10px 40px 5px 0;
  line-height: 1.67;
  letter-spacing: 0.06em;
}

.l-main-service-inner .l-main-service-links li a:before {
  top: 18px;
  right: 6px;
  width: 4px;
  height: 4px;
}

.l-main-service-inner .l-main-service-links li a .line {
  background: #ececec;
}

.page-dl .l-main-inner h2 {
  margin: 40px 0 0;
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

/* ----- カラム ----- */

.l-column {
  margin: 35px 0 0;
  padding: 0 0 30px;
}

.l-column.narrow {
  padding: 0 1.33333vw 30px;
}

.l-column.bp-none {
  padding-bottom: 0 !important;
}

.l-column-inner {
  margin: 32px 0 0;
}

.l-column-inner:first-child {
  margin: 0;
}

.l-column-inner a {
  display: block;
  text-decoration: none;
}

.l-column-inner a figure {
  overflow: hidden;
}

.l-column-inner a figure img {
  transition: -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-column-inner .title,
.l-column-inner .text {
  display: block;
  padding: 0 8vw 0 0;
}

.l-column-inner .title {
  margin: 24px 0 0;
  font-size: 1.7rem;
  line-height: 1.41;
  letter-spacing: 0.045em;
}

.l-column-inner .title.quot {
  position: relative;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_quot.png) no-repeat 0 0;
  background-size: 11px auto;
}

.l-column-inner .text {
  margin: 14px 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.l-column-inner .info {
  display: block;
  margin: 16px 0 0;
  color: #282828;
  letter-spacing: -0.4em;
}

.l-column-inner .info > * {
  letter-spacing: normal;
}

.l-column-inner .info:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 10px 0 0;
  background: #282828;
  vertical-align: middle;
}

.l-column-inner .info .company {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 1.2rem;
}

.l-column-inner .info .name {
  display: inline-block;
  font-size: 1.0rem;
}

.l-column-inner .sup {
  display: block;
  margin: 13px 0 0;
  font-size: 1.0rem;
}

.l-column-inner .sup .category,
.l-column-inner .sup .date {
  font-family: 'Maitree', sans-serif;
}

.l-column-inner .sup .category {
  color: #282828;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.l-column-inner .sup .date {
  color: #737373;
  letter-spacing: 0.04em;
}

.l-column-inner .sup .date:before {
  content: '/';
  display: inline-block;
  margin: 0 8px;
  color: #c8c8c8;
  vertical-align: middle;
}

.page-service .l-column.col-2 .l-column-inner figure img,
.page-service-list .l-column.col-2 .l-column-inner figure img,
.page-service-detail .l-column.col-2 .l-column-inner figure img,
.page-english_service .l-column.col-2 .l-column-inner figure img,
.single-english_service .l-column.col-2 .l-column-inner figure img {
  height: 46.93333vw;
}

.page-case .l-column.col-2 .l-column-inner figure img {
  height: 45.86667vw;
}

.page-company .l-column.col-2 .l-column-inner figure img {
  height: 45.86667vw;
}

.l-column.col-2 .l-column-inner .title.quot {
  padding: 30px 0 0;
  letter-spacing: 0.0325em;
}

.l-column.col-3 .l-column-inner figure img {
  height: 45.86667vw;
}

.page-news .l-column.col-3 .l-column-inner figure img {
  height: 45.86667vw;
}

.page-dl .l-column.col-3 .l-column-inner figure img {
  height: 49.6vw;
}

.l-column.col-4 {
  display: flex;
  flex-wrap: wrap;
}

.l-column.col-4 .l-column-inner {
  width: 50%;
}

.l-column.col-4 .l-column-inner:nth-child(-n + 2) {
  margin: 0;
}

.page-service .l-column.col-4 .l-column-inner figure img,
.page-service-list .l-column.col-4 .l-column-inner figure img,
.page-english_service .l-column.col-4 .l-column-inner figure img {
  height: 25.86667vw;
}

.l-column.col-4 .l-column-inner .title {
  font-size: 1.5rem;
}

.l-column figure img {
  width: 100%;
}

.l-column-more {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 32px 0 0;
}

.l-column.figure-round {
  padding: 0;
}

.l-column.figure-round .l-column-inner {
  margin: 31px 0 0;
}

.l-column.figure-round .l-column-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-column.figure-round .l-column-inner .category {
  display: block;
  margin: 19px 0 0;
  font-size: 1.3rem;
  text-align: center;
}

.l-column.figure-round figure {
  width: 80px;
  border-radius: 50%;
}

.l-column.figure-round figure img {
  height: 80px !important;
}

/* ----- サブ ----- */

.l-sub {
  position: relative;
  background: #f9f9f9;
}

.l-sub-inner {
  padding: 50px 8vw;
}

.l-sub-inner.bg-white {
  background: #fff;
}

.l-sub-inner.border-top {
  border-top: 1px solid #ececec;
}

.l-sub-inner h2 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}

.page-company-jwa .l-sub-inner h2 {
  font-size: 1.8rem;
}

.l-sub-category-links {
  margin: 0 -8vw;
}

.l-sub-category-links ul {
  overflow-x: scroll;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.l-sub-category-links ul > * {
  letter-spacing: normal;
}

.l-sub-category-links ul li {
  display: inline-block;
  padding: 0 4.8vw;
}

.l-sub-category-links ul li:first-child {
  padding-left: 8vw;
}

.l-sub-category-links ul li:last-child {
  padding-right: 8vw;
}

.l-sub-category-links ul li a {
  display: block;
  padding: 21px 0;
  color: #737373;
  font-size: 1.1rem;
  text-decoration: none;
}

.l-sub-category-links ul li.is-current {
  color: #282828;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
}

.en .l-sub-category-links ul li.is-current {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.l-sub-category-links ul li.is-current a {
  position: relative;
  color: #282828;
}

.l-sub-category-links ul li.is-current a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ce35f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-main + .l-sub .l-sub-inner:first-child:not(.bg-white) {
  padding-top: 0;
}

.page-service .l-main + .l-sub .l-sub-inner:first-child:not(.bg-white) {
  padding-top: 10px;
  padding-bottom: 60px;
}

.page-service .l-main + .l-sub .l-sub-inner:first-child:not(.bg-white) + .l-sub-inner {
  padding-top: 60px;
}

/* ----- モーダル ----- */

/* keyframes */

@-webkit-keyframes modal-fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes modal-fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes modal-fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes modal-fade-out {
  0% {
    display: block;
    opacity: 1;
  }

  99% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes modal-slide-in {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes modal-slide-in {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  1% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes modal-slide-out {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes modal-slide-out {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  99% {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    display: none;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.l-modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.is-modal-open .l-modal {
  display: block;
  opacity: 1;
  -webkit-animation: modal-fade-in 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: modal-fade-in 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.is-modal-close .l-modal {
  -webkit-animation: modal-fade-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: modal-fade-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.l-modal-inner {
  display: none;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.is-modal-open .l-modal-inner.is-current {
  display: block;
  opacity: 1;
  -webkit-animation: modal-slide-in 1s cubic-bezier(0.36, 0.01, 0.26, 1) 0.3s forwards;
  animation: modal-slide-in 1s cubic-bezier(0.36, 0.01, 0.26, 1) 0.3s forwards;
}

.is-modal-close .l-modal-inner.is-current {
  -webkit-animation: modal-slide-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: modal-slide-out 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

.l-modal-inner.other .l-modal-content-heading .small {
  margin: 0;
  font-size: 1.6rem;
}

.l-modal-inner.other .l-modal-content-heading .sup {
  line-height: 2;
}

.l-modal-wrap {
  float: right;
  overflow-y: auto;
  width: 92vw;
  height: 100%;
  padding: 79px 8vw 40px;
  background: #fff;
}

.l-modal-content-image {
  margin: 0 -2.66667vw;
  text-align: center;
}

.l-modal-content-image img {
  max-width: 100%;
}

.l-modal-content-heading {
  margin: 25px 0 0;
  font-family: 'Maitree', sans-serif;
  font-size: 4.0rem;
}

.l-modal-content-heading .small {
  margin: 0 0 0 7px;
  font-family: 'Heebo', FP-KoburinaGoStdN-W3, sans-serif;
  font-size: 1.3rem;
}

.l-modal-content-heading .line {
  display: block;
  width: 30px;
  height: 1px;
  margin: 8px 0 0;
  background: #000;
}

.l-modal-content-heading .sup {
  display: block;
  margin: 15px 0 0;
  font-size: 1.1rem;
  letter-spacing: 0.045em;
}

.l-modal-content-text {
  margin: 31px 0 0;
}

.l-modal-content-text p {
  margin: 30px 0 0;
  font-size: 1.3rem;
  line-height: 2;
}

.l-modal-close {
  outline: none;
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  background: #282828 url(/wp-content/themes/jwa2019/assets/img/ico_modal_close.png) no-repeat 50% 50%;
  background-size: 14px;
  opacity: 0;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  white-space: nowrap;
  text-indent: 200%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-modal-close::-ms-clear {
  display: none;
}

.l-modal-close::-ms-reveal {
  display: none;
}

.l-modal-close::-ms-expand {
  display: none;
}

.is-modal-open .l-modal-close {
  display: block;
}

.is-modal-open .l-modal-close.is-visible {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.is-pc .is-modal-open .l-modal-close:hover {
  opacity: 0.7;
}

.is-modal-close .l-modal-close {
  pointer-events: none;
}

.is-modal-close .l-modal-close.is-visible {
  opacity: 0 !important;
}

/* ----- pickup（HOME基準） ----- */

.l-pickup {
  margin: 34px 0 0;
}

.l-pickup-inner {
  margin: 30px 0 0;
}

.l-pickup-inner:first-child {
  margin: 0;
}

.l-pickup-inner figure {
  width: 92vw;
  margin: 0 -26.66667vw 0 0;
}

.l-pickup-content {
  position: relative;
  margin: -50px 0 0;
  padding: 50px 14.66667vw 50px 12vw;
  background: #fff;
}

.l-pickup-content .part {
  display: none;
}

.l-pickup-content .title {
  display: block;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.l-pickup-content ul {
  margin: 24px 0 0;
}

.l-pickup-content ul li {
  display: block;
  margin: 30px 0 0;
}

.l-pickup-content ul li:first-child {
  margin: 0;
}

.l-pickup-content ul li a {
  display: block;
  width: 57.33333vw;
  height: 57px;
}

.l-pickup-content ul li a .line {
  background: #ececec;
}

.l-pickup-content .text {
  margin: 21px 0 0;
  color: #282828;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.l-pickup-content .link {
  display: block;
  margin: 27px 0 0;
}

.l-pickup-content .link a {
  width: 100%;
  height: 34px;
}

.l-pickup-more {
  display: flex;
  justify-content: flex-end;
  margin: 80px 0 0;
}

.l-pickup-more a {
  color: #282828;
}

/* ----- 取引先リスト ----- */

.l-client-list {
  margin: 7px 0 0;
}

.l-client-list ul {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.l-client-list ul li {
  display: block;
  width: 50%;
  height: 72px;
}

.l-client-list ul li:nth-child(2n) {
  border-left: 1px solid #ececec;
}

.l-client-list ul li:nth-child(-n + 2) {
  height: 90px;
  padding-top: 18px;
}

.l-client-list ul li:nth-last-child(-n + 2) {
  height: 90px;
  padding-bottom: 18px;
}

.l-client-list ul li a,
.l-client-list ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.l-client-list ul li img {
  max-width: 80%;
  max-height: 80%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.l-client-list-more {
  display: flex;
  justify-content: flex-end;
  margin: 33px 0 0;
}

/* ----- ページ内リンク ----- */

.l-category-links,
.l-main-category-links {
  display: none;
}

.l-category-links ul li,
.l-main-category-links ul li {
  display: block;
  position: relative;
  padding: 0 4.8vw;
}

.l-category-links ul li:first-child,
.l-main-category-links ul li:first-child {
  padding-left: 8vw;
}

.l-category-links ul li:last-child,
.l-main-category-links ul li:last-child {
  padding-right: 8vw;
}

.l-category-links ul li:before,
.l-main-category-links ul li:before {
  content: '';
  position: absolute;
  top: 72px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3ce35f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-service-list .l-category-links ul li:before,
.page-english_service .l-category-links ul li:before,
.page-service-list
      .l-main-category-links ul li:before,
.page-english_service
      .l-main-category-links ul li:before {
  top: 66px;
}

/* ----- メインコンテンツ（CMS作成系） ----- */

.l-content-inner {
  margin: 50px 0 0;
  padding: 0;
}

.page-service-list .l-content-inner,
.page-english_service .l-content-inner {
  margin: 0;
}

.page-service-detail .l-content-inner,
.single-english_service .l-content-inner {
  margin: 44px 0 0;
}

.page-case-detail .l-content-inner {
  margin: 29px 0 0;
}

.l-content-inner-hero {
  margin: -6px -8vw 0 0;
}

.l-content-inner-hero figure {
  position: relative;
  margin-top: 30px;
  margin-right: -8vw;
  margin-bottom: 50px;
}

.l-content-inner-hero figure img {
  width: 100%;
}

.l-content-inner-hero + .text-set {
  margin: 46px 0 0;
}

/* ----- メインコンテンツフッター要素 ----- */

.l-content-footer {
  margin: 50px -8vw 0 0;
}

.page-service-list .l-content-footer,
.page-english_service .l-content-footer {
  margin: 0 -8vw 0;
}

.page-service-detail .l-content-footer,
.single-english_service .l-content-footer {
  margin: 50px -8vw 0;
}

.l-content-footer table {
  width: 100%;
  border-top: 1px solid #ececec;
}

.l-content-footer table tbody {
  display: block;
  padding: 15px 0 20px;
}

.l-content-footer table tr {
  display: flex;
  justify-content: space-between;
  padding: 0 8vw 0 0;
}

.l-content-footer table th,
.l-content-footer table td {
  display: block;
  padding: 12px 0 8px;
  font-size: 1.2rem;
  line-height: 1.67;
  letter-spacing: 0.03em;
  word-wrap: break-word;
}

.l-content-footer table th:first-child,
.l-content-footer table td:first-child {
  width: 26.66667vw;
}

.l-content-footer table th:last-child,
.l-content-footer table td:last-child {
  width: 50.66667vw;
}

.l-content-footer table a {
  position: relative;
  text-decoration: none;
}

.l-content-footer table a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 100%;
  border-bottom: 1px solid #3ce35f;
}

.l-content-footer .block-works {
  padding: 50px 8vw 24px 0;
  border-top: #ececec 1px solid;
}

.l-content-footer .block-works figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  margin: 0 auto;
  border: 1px solid #ececec;
}

.l-content-footer .block-works figure img {
  max-width: 80%;
  max-height: 80%;
}

.l-content-footer .block-works table {
  width: 100%;
  border-top: none;
}

.l-content-footer .block-works table tr {
  padding: 0;
}

.l-content-footer .block-works table th,
.l-content-footer .block-works table td {
  padding: 13px 0 2px;
}

.l-content-footer .block-works table th {
  width: 21.33333vw;
}

.l-content-footer .block-works table td {
  width: 60vw;
}

.l-content-footer .contact-footer {
  margin: 0;
  padding: 50px 8vw 0 0;
  border-top: #ececec 1px solid;
}

.page-service-list .l-content-footer .contact-footer,
.page-english_service .l-content-footer .contact-footer {
  padding: 49px 8vw 0;
}

.page-service-detail .l-content-footer .contact-footer,
.single-english_service .l-content-footer .contact-footer {
  padding: 49px 8vw 0;
}

.l-content-footer .contact-footer .mod-link-btn {
  margin: 20px 0 0;
}

.page-case-detail .l-content-footer .contact-footer .mod-link-btn {
  margin: 0;
}

.l-content-footer .contact-footer-left {
  position: relative;
  width: 100%;
}

.l-content-footer .contact-footer-left:before {
  display: none;
}

.l-content-footer .contact-footer-left p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.l-content-footer .contact-footer-right {
  display: flex;
  position: relative;
  align-items: center;
  margin: 26px 0 0 0;
}

.page-service-list .l-content-footer .contact-footer-right,
.page-service-detail .l-content-footer .contact-footer-right,
.page-english_service .l-content-footer .contact-footer-right,
.single-english_service .l-content-footer .contact-footer-right {
  margin: 32px 0 0;
}

.l-content-footer .contact-footer-right figure {
  width: 37.33333vw;
  margin: 0;
}

.l-content-footer .contact-footer-right figure img {
  width: 100%;
  height: auto;
}

.l-content-footer .contact-footer-right .profile {
  margin: 0 0 0 8vw;
}

.l-content-footer .contact-footer-right .profile .name {
  font-size: 1.6rem;
  letter-spacing: 0.09em;
}

.l-content-footer .contact-footer-right .profile .english {
  margin: 5px 0 0;
  font-size: 0.8rem;
}

.l-content-footer .contact-footer-right .profile .job {
  margin: 18px 0 0;
  font-size: 1.0rem;
}

.l-content-footer .contact-footer-link {
  width: 100%;
  margin: 32px 0 -95px;
}

/* =====================================================
 * Page
 * ================================================== */

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

.works-list {
  width: auto;
  margin: 33px -8vw 46px 0;
  padding: 31px 8vw 31px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.works-list > ul {
  margin: 0;
}

.works-list > ul > li {
  display: block;
  margin: 23px 0 0;
  padding: 0 0 0 20px;
}

.works-list > ul > li:before {
  display: none;
}

.works-list > ul > li span {
  display: block;
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.works-list > ul > li span:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -20px;
  width: 10px;
  height: 1px;
  background: #000;
}

.works-list > ul > li ul {
  margin: 11px 0 0;
}

.works-list > ul > li ul li {
  display: block;
  margin: 10px 0 0;
  padding: 0 0 0 17px;
  color: #282828;
  font-size: 1.2rem;
  line-height: 1.67;
}

.works-list > ul > li ul li:before {
  content: '・';
}

.media-col-1 {
  margin: 46px -2.66667vw 42px;
}

.media-col-1 figure figcaption {
  margin: 12px 0 0;
  padding: 0;
}

.media-col-2 {
  display: flex;
  flex-direction: column;
  margin: 46px 0 42px;
}

.media-col-2 figure img {
  height: 45.86667vw;
}

.media-col-2 figure figcaption {
  margin: 12px 0 0;
  padding: 0 10px;
}

.media-col-3 {
  display: flex;
  flex-direction: column;
  margin: 46px 8vw 42px 5.33333vw;
}

.media-col-3 figure img {
  height: 38.13333vw;
}

.media-col-3 figure figcaption {
  margin: 16px 0 0;
  padding: 0;
}

.media-col figure {
  display: table;
}

.media-col figure img {
  max-width: 100%;
  text-align: center;
}

.media-col figure figcaption {
  display: table-caption;
  caption-side: bottom;
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.03em;
}

.media-col figure.top figcaption {
  caption-side: top;
  margin: 0 0 2em;
}

.media-col figure.bottom figcaption {
  caption-side: bottom;
  margin: 2em 0 0;
}

.media-col + p {
  margin: 42px 0 0;
}

.page-service-detail .media-col + p {
  margin: 45px 0 0;
}

.media-youtube {
  margin: 40px -2.66667vw;
}

.media-youtube figure {
  position: relative;
  padding-bottom: 63%;
}

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

.media-right {
  margin: 42px -2.66667vw 46px;
}

.media-right figure {
  display: table;
}

.media-right figure img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.media-right figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 12px 0 0;
  padding: 0 8vw;
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.03em;
}

.media-right figure.top figcaption {
  caption-side: top;
  margin: 0 0 12px;
}

.media-right figure.bottom figcaption {
  caption-side: bottom;
}

.media-wide {
  margin: 44px -8vw 42px;
}

.media-wide figure {
  display: table;
}

.media-wide figure img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

.media-wide figure figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 12px 0 0;
  padding: 0 8vw;
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.82;
  letter-spacing: 0.03em;
}

.media-wide figure.top figcaption {
  caption-side: top;
  margin: 0 0 2em;
}

.media-wide figure.bottom figcaption {
  caption-side: bottom;
  margin: 2em 0 0;
}

.related-link {
  margin: 20px 0 0;
}

.related-link .mod-link {
  width: 100%;
}

.page-case-detail .related-link {
  margin: 34px 0 0;
}

.page-case-detail .related-link a:before {
  right: 15px;
}

.btn-col {
  margin: 20px 0 0;
}

.btn-col .mod-link-btn {
  height: 70px;
  margin: 20px 0 0;
  padding: 0 34.66667vw 0 8vw;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- ABOUT向けカスタマイズ ----- */

@-webkit-keyframes title-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes title-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.page-company-jwa {
  background: #000;
}

.page-company-jwa .l-wrapper {
  overflow-x: hidden;
  padding: 0;
  background: #000;
}

.page-company-jwa .l-main {
  margin: 0;
  padding: 0;
  background: transparent;
}

.page-company-jwa .l-main-header,
.page-company-jwa .l-main-content {
  display: block;
  position: relative;
  min-height: 100vh;
  margin: 0;
}

.page-company-jwa .l-main-header {
  padding: 122px 8vw 60px;
}

.page-company-jwa .l-main-header-title,
.page-company-jwa .l-main-header-breadcrumbs,
.page-company-jwa .l-main-header-copy,
.page-company-jwa .l-main-header-lead,
.page-company-jwa .l-main-header-links {
  position: relative;
  z-index: 5;
}

.page-company-jwa .l-main-header-title {
  display: block;
  opacity: 0;
  color: #fff;
  font-family: 'Maitree', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  -webkit-transform: translateY(45);
  transform: translateY(45);
}

.page-company-jwa .l-main-header-breadcrumbs {
  display: none;
}

.page-company-jwa .l-main-header-copy {
  margin: 54px 0 0;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.page-company-jwa .l-main-header-copy span {
  display: block;
}

.page-company-jwa .l-main-header-lead {
  width: 52vw;
  margin: 27px 0 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 2em;
  letter-spacing: 0.03em;
}

.page-company-jwa .l-main-header-links {
  margin: 84px 0 0;
}

.page-company-jwa .l-main-header-links ul {
  display: flex;
  flex-wrap: wrap;
}

.page-company-jwa .l-main-header-links ul li {
  display: block;
  width: 50%;
  margin: 30px 0 0;
}

.page-company-jwa .l-main-header-links ul li:nth-child(2n+1) {
  padding: 0 3.2vw 0 0;
}

.page-company-jwa .l-main-header-links ul li:nth-child(2n) {
  padding: 0 0 0 3.2vw;
}

.page-company-jwa .l-main-header-links ul li:nth-child(2n):before {
  left: 3.2vw;
}

.page-company-jwa .l-main-header-links ul li:nth-child(-n + 2) {
  margin: 0;
}

.page-company-jwa .l-main-header-links ul li a {
  display: block;
  position: relative;
  height: 80px;
  padding: 18px 0 0;
  color: #fff;
  font-family: 'Maitree', sans-serif;
  font-size: 1.7rem;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.page-company-jwa .l-main-header-links ul li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ce35f;
}

.page-company-jwa .l-main-header-links ul li a .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  background: #fff;
}

.page-company-jwa .l-main-header-links ul li a .part {
  display: none;
}

.page-company-jwa .l-main-header-links ul li a .sup {
  display: block;
  margin: 10px 0 0;
  font-family: 'Heebo', FP-KoburinaGoStdN-W3, sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.1em;
}

.page-company-jwa .l-main-content {
  padding: 76px 8vw;
}

.page-company-jwa .l-main-content h2,
.page-company-jwa .l-main-content-inner {
  position: relative;
  z-index: 5;
}

.page-company-jwa .l-main-content h2 {
  position: relative;
  color: #fff;
  font-family: 'Maitree', sans-serif;
  font-size: 3.0rem;
  letter-spacing: 0.01em;
}

.page-company-jwa .l-main-content h2 .part {
  display: none;
}

.page-company-jwa .l-main-content h2 .line {
  width: 80px;
  background: #fff;
}

.page-company-jwa .l-main-content h2 .line:before {
  background: #fff;
}

.page-company-jwa .l-main-content h2 .sup {
  margin: 12px 0 0;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 0.9rem;
}

.en .page-company-jwa .l-main-content h2 .sup {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.page-company-jwa .l-main-content-inner {
  margin: 44px 0 0;
  padding: 0 8vw;
  color: #fff;
}

.page-company-jwa .l-main-content-inner p {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.035em;
}

.page-company-jwa .l-main-content-inner .images {
  display: flex;
  flex-wrap: wrap;
  width: 84vw;
  margin: 33px -16vw 0 0;
}

.page-company-jwa .l-main-content-inner .images img {
  width: 50%;
  height: 28vw;
}

.page-company-jwa .l-main-modal-links ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10.66667vw 0 0;
  letter-spacing: -0.4em;
}

.page-company-jwa .l-main-modal-links ul > * {
  letter-spacing: normal;
}

.page-company-jwa .l-main-modal-links ul li {
  display: block;
  width: 32vw;
  margin: 34px 0 0 0;
}

.page-company-jwa .l-main-modal-links ul li:nth-child(2n) {
  margin: 34px 0 0 10.66667vw;
}

.page-company-jwa .l-main-modal-links ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.page-company-jwa .l-main-modal-links ul li a .title {
  display: block;
  font-family: 'Maitree', sans-serif;
  font-size: 4.4rem;
}

.page-company-jwa .l-main-modal-links ul li a .title .small {
  margin: 0 0 0 7px;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.3rem;
}

.en .page-company-jwa .l-main-modal-links ul li a .title .small {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.page-company-jwa .l-main-modal-links ul li a .line {
  display: block;
  width: 20px;
  height: 1px;
  margin: 8px 0 0;
  background: #fff;
}

.page-company-jwa .l-main-modal-links ul li a .sup {
  display: block;
  margin: 14px 0 0;
  font-size: 1.0rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.page-company-jwa .l-main-modal-links ul li a .more {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
  font-family: 'Maitree', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.page-company-jwa .l-main-modal-links ul li a .more:before {
  content: '';
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 15px 0 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_more.png) no-repeat 0 0;
  background-size: contain;
}

.page-company-jwa .l-main-modal-links ul li.other {
  margin: 13px 0 0;
}

.page-company-jwa .l-main-modal-links ul li.other a .title .small {
  margin: 0;
}

.page-company-jwa .l-main-modal-links ul li.other a .sup {
  margin: 5px -8vw 0 0;
  font-size: 1.1rem;
}

.page-company-jwa .l-main-case {
  position: relative;
  margin: 50px 0 0;
}

.page-company-jwa .l-main-case-title {
  display: none;
}

.page-company-jwa .l-main-case-slider {
  margin: 0 -16vw 0 0;
}

.page-company-jwa .l-main-case-slider-inner {
  outline: none;
}

.page-company-jwa .l-main-case-slider-inner figure img {
  width: 100%;
  height: auto;
}

.page-company-jwa .l-main-case-slider-inner .company,
.page-company-jwa .l-main-case-slider-inner .title {
  display: block;
  width: calc(100% - 16vw);
}

.page-company-jwa .l-main-case-slider-inner .company {
  margin: 43px 0 0;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.09em;
}

.page-company-jwa .l-main-case-slider-inner .title {
  margin: 10px 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.page-company-jwa .l-main-case-slider-inner .link {
  display: block;
  margin: 33px 0 0;
}

.page-company-jwa .l-main-case-slider-inner .link a {
  display: block;
  position: relative;
  width: 53.33333vw;
  height: 35px;
  color: #fff;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.en .page-company-jwa .l-main-case-slider-inner .link a {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.page-company-jwa .l-main-case-slider-inner .link a:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  right: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ce35f;
}

.page-company-jwa .l-main-case-slider-inner .link a .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.page-company-jwa .l-sub-inner {
  padding-bottom: 27px;
}

.page-company-jwa .l-sub-category-links {
  margin: 0 -8vw;
}

.page-company-jwa .l-sub-category-links ul {
  overflow-x: scroll;
  white-space: nowrap;
  letter-spacing: -0.4em;
}

.page-company-jwa .l-sub-category-links ul > * {
  letter-spacing: normal;
}

.page-company-jwa .l-sub-category-links ul li {
  display: inline-block;
  padding: 0 4.8vw;
}

.page-company-jwa .l-sub-category-links ul li:first-child {
  padding-left: 8vw;
}

.page-company-jwa .l-sub-category-links ul li:last-child {
  padding-right: 8vw;
}

.page-company-jwa .l-sub-category-links ul li a {
  display: block;
  padding: 21px 0;
  color: #737373;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.en .page-company-jwa .l-sub-category-links ul li a {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.page-company-jwa .l-sub-category-links ul li.is-current {
  color: #282828;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
}

.en .page-company-jwa .l-sub-category-links ul li.is-current {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.page-company-jwa .l-sub-category-links ul li.is-current a {
  position: relative;
  color: #282828;
}

.page-company-jwa .l-sub-category-links ul li.is-current a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3ce35f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-company-jwa.is-complete .l-main-header-title {
  -webkit-animation: title-fade-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation: title-fade-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- WORKS向けカスタマイズ ----- */

.page-case .l-filter-trigger {
  justify-content: flex-end;
}

.page-case .l-filter-trigger-btn {
  width: 50%;
  height: 75px;
}

.page-case .page-case .l-main-content .l-column-inner .sup {
  position: relative;
  padding: 0 0 0 7.46667vw;
}

.page-case .page-case .l-main-content .l-column-inner .sup::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 4.8vw;
  border-top: 1px solid #000;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- NEWS向けカスタマイズ ----- */

.page-news .l-main-content .l-column {
  margin: 50px 0 0;
}

.page-news .l-main-content .l-column-inner {
  margin: 38px 0 0;
}

.page-news .l-main-content .l-column-inner .title {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.46;
}

.page-news .l-content-inner .text-set img {
  height: auto !important;
}

.page-news .l-content-inner .text-set table {
  display: block;
  overflow-x: scroll;
  width: auto !important;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
}

.page-news .l-content-inner .text-set table tbody {
  display: table;
  width: 100%;
}

.page-news .l-content-inner .text-set table tbody tr td img {
  width: 100%;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- HOME向けカスタマイズ ----- */

.page-home .l-kv {
  position: relative;
  height: 100vh;
}

.page-home .l-kv:after {
  display: none;
}

.page-home .l-kv-copy {
  position: absolute;
  bottom: 114.93333vw;
  left: 8vw;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1.65;
  letter-spacing: 0.05em;
}

.page-home .l-kv-copy span:nth-of-type(2) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(3) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(4) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(5) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(6) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(7) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(8) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(9) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(10) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(11) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(12) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(13) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(14) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(15) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(16) {
  margin: 0;
}

.page-home .l-kv-copy span:nth-of-type(17) {
  margin: 0;
}

.page-home .l-kv-title {
  position: absolute;
  bottom: 102vw;
  left: 8vw;
  color: #fff;
  font-family: 'Maitree', sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.035em;
}

.page-home .l-kv-title span:nth-of-type(2) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(2) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(3) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(4) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(5) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(6) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(7) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(8) {
  margin: 0 0 0 7px;
}

.page-home .l-kv-title span:nth-of-type(9) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(10) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(11) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(12) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(13) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(14) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(15) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(16) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(17) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(18) {
  margin: 0 0 0 7px;
}

.page-home .l-kv-title span:nth-of-type(19) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(20) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(21) {
  margin: 0;
}

.page-home .l-kv-title span:nth-of-type(22) {
  margin: 0;
}

.page-home .l-kv-scroll {
  display: none;
}

.page-home .l-kv-anniversary {
  position: absolute;
  bottom: 50vw;
  left: 9.33333vw;
  width: 250px;
  height: 70px;
  padding: 0 0 0 70px;
  border: 1px solid #fff;
}

.page-home .l-kv-anniversary:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border-collapse: collapse;
  width: 70px;
  height: 70px;
  background: url(/wp-content/themes/jwa2019/assets/img/ph_anniversary.png) no-repeat 0 0;
  background-size: cover;
}

.page-home .l-kv-anniversary a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px 50px 20px 20px;
  color: #fff;
  text-decoration: none;
}

.page-home .l-kv-anniversary a span {
  font-size: 1.2rem;
}

.page-home .l-kv-anniversary a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 7px;
  margin: -4px 0 0;
  background: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_white.png) no-repeat 0 0;
  background-size: contain;
}

.page-home .l-main {
  margin: 0;
  padding: 20px 8vw 60px;
  background: #f9f9f9;
}

.page-home .l-main-emergency {
  margin: 50px 0 0;
}

.page-home .l-main-emergency h2 {
  font-size: 1.8rem;
}

.page-home .l-main-emergency h2 .line {
  width: 40px;
  margin: 0 0 0 13px;
}

.page-home .l-main-emergency-inner {
  padding: 0 0 32px;
  border-bottom: 1px solid #ececec;
}

.page-home .l-main-emergency-inner h3 {
  margin: 27px 0 0;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}

.page-home .l-main-emergency-inner p {
  margin: 16px 0 0;
  font-size: 1.3rem;
  line-height: 1.84;
  letter-spacing: 0.04em;
}

.page-home .l-main-emergency-inner .link {
  display: block;
  margin: 6px 0 0;
}

.page-home .l-main-emergency-inner .link a {
  color: #3ce35f;
  font-size: 1.3rem;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.page-home .l-main-inner {
  margin: 50px 0 0;
  padding: 1px 0;
}

.page-home .l-main-slider-wrap .mod-slider-scale-image {
  width: 92vw;
  height: 64vw;
}

.page-home .l-main-slider .slick-dots {
  top: 6.66667vw;
  right: 0;
}

.page-home .l-main-company a {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  height: 64vw;
  margin: 0 -8vw 0 0;
  padding: 0 0 0 13.33333vw;
  color: #fff;
  text-decoration: none;
}

.page-home .l-main-company figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-home .l-main-company figure img {
  width: auto;
  height: 100%;
}

.page-home .l-main-company-copy,
.page-home .l-main-company-sup,
.page-home .l-main-company-title {
  z-index: 5;
}

.page-home .l-main-company-copy {
  display: block;
  position: relative;
  margin: 11px 0 0;
  font-size: 2.0rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.page-home .l-main-company-sup {
  display: none;
}

.page-home .l-main-company-title {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin: 29px 0 0;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.13em;
}

.page-home .l-main-company-title .line {
  flex: 1;
  height: 1px;
  margin: 0 0 0 28px;
  background: #fff;
}

.page-english .l-kv-copy span:nth-of-type(2) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(3) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(4) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(5) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(6) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(7) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(8) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(9) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(10) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(11) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(12) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(13) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(14) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(15) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(16) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(17) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(18) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(19) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(20) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(21) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(22) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(23) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(24) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(25) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(26) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(27) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(28) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(29) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(30) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(31) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(32) {
  margin: 0;
}

.page-english .l-kv-copy span:nth-of-type(33) {
  margin: 0;
}

.page-english .l-kv-title {
  bottom: 102vw;
}

.page-english .l-kv-title span:nth-of-type(2) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(2) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(3) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(4) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(5) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(6) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(7) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(8) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(9) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(10) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(11) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(12) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(13) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(14) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(15) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(16) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(17) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(18) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(19) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(20) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(21) {
  margin: 0;
}

.page-english .l-kv-title span:nth-of-type(22) {
  margin: 0;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

.l-filter {
  margin: 50px 0 0 0;
}

.l-filter-trigger {
  display: flex;
  justify-content: space-between;
  align-content: center;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-filter-trigger-check {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  letter-spacing: -0.4em;
}

.l-filter-trigger-check > * {
  letter-spacing: normal;
}

.l-filter-trigger-check .checkbox {
  display: inline-block;
  width: 29.86667vw;
  max-width: 112px;
  margin: 16px 0 10px;
  font-size: 1.1rem;
}

.l-filter-trigger-check .checkbox input[type=radio],
.l-filter-trigger-check .checkbox input[type=checkbox] {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.l-filter-trigger-check .checkbox input[type=radio]::-ms-clear,
.l-filter-trigger-check .checkbox input[type=checkbox]::-ms-clear {
  display: none;
}

.l-filter-trigger-check .checkbox input[type=radio]::-ms-reveal,
.l-filter-trigger-check .checkbox input[type=checkbox]::-ms-reveal {
  display: none;
}

.l-filter-trigger-check .checkbox input[type=radio]::-ms-expand,
.l-filter-trigger-check .checkbox input[type=checkbox]::-ms-expand {
  display: none;
}

.l-filter-trigger-check .checkbox span {
  display: inline-block;
}

.l-filter-trigger-check .checkbox span::before {
  border: 1px solid #000;
}

.l-filter-trigger-check .checkbox input:checked + span::before {
  background: #000;
}

.l-filter-trigger-check .checkbox input:checked + span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.l-filter-trigger-btn {
  position: relative;
  width: 21.33333vw;
}

.l-filter-trigger-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 1px solid #e4e4e4;
}

.l-filter-trigger-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #e4e4e4;
}

.l-filter-trigger-btn + .l-filter-trigger-btn::before {
  display: none;
}

.l-filter-trigger-btn .mod-ac-trigger {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
}

.en .l-filter-trigger-btn .mod-ac-trigger {
  font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
  font-weight: 600;
}

.l-filter-trigger-btn .mod-ac-trigger .icon {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 10px 0 0;
}

.l-filter-trigger-btn .mod-ac-trigger .icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  border-top: 2px solid #3ce35f;
}

.l-filter-trigger-btn .mod-ac-trigger .icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  border-right: 2px solid #3ce35f;
}

.l-filter-trigger-btn .is-active .icon::after {
  display: none;
}

@-webkit-keyframes target-inner {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes target-inner {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.l-filter-target {
  width: 97.33333vw;
  margin: 0 0 0 -8vw;
  background: #000;
  color: #fff;
}

.l-filter-target-inner {
  display: none;
  position: relative;
  padding: 35px 5.33333vw 50px 13.33333vw;
}

.l-filter-target-inner.is-active {
  display: block;
  -webkit-animation: target-inner 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  animation: target-inner 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.l-filter-target-inner .mod-ac-close {
  display: block;
  position: absolute;
  top: 25px;
  right: 5.33333vw;
  width: 30px;
  height: 30px;
}

.l-filter-target-inner .mod-ac-close::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 3px;
  width: 24px;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-filter-target-inner .mod-ac-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 3px;
  width: 24px;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-filter-target-inner-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.l-filter-target-inner-radio .radio {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 30px 13.33333vw 0 0;
  font-size: 1.1rem;
}

.l-filter-target-inner-radio .radio input {
  position: absolute;
  top: -100px;
  left: -100px;
}

.l-filter-target-inner-radio .radio input:checked + span {
  color: #3ce35f;
}

.l-filter-target-inner-check {
  display: flex;
  flex-wrap: wrap;
}

.l-filter-target-inner-check .checkbox {
  width: 50%;
  margin: 27px 0 0 0;
  font-size: 1.1rem;
}

.l-main-content {
  margin: 50px 0 0;
}

.l-main-content-more {
  margin: 60px 0 0;
}

.l-main-content-more .mod-link {
  width: 100%;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- Download向けカスタマイズ ----- */

.page-dl .l-content-inner {
  margin: 41px 0 0;
}

.page-dl .l-content-inner .l-column .l-column-inner a {
  color: #000;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

.page-contact .l-main-inner,
.page-dl .l-main-inner {
  position: relative;
  margin: 50px 0 0;
  font-size: 1.3rem;
}

.page-contact .l-main-inner .sup,
.page-dl .l-main-inner .sup {
  margin: 40px 0 0;
}

.page-contact .l-main-inner .sup a,
.page-dl .l-main-inner .sup a {
  color: #3ce35f;
  text-decoration: none;
}

.page-contact .l-main-inner .input-notice,
.page-dl .l-main-inner .input-notice {
  padding: 21px 0;
  border: solid #ececec;
  border-width: 1px 0;
  letter-spacing: 0.5px;
  word-break: break-all;
}

.page-contact .l-main-inner .input-notice ul,
.page-dl .l-main-inner .input-notice ul {
  list-style: disc;
  margin: 5px 0 0 20px;
}

.page-contact .l-main-inner .input-notice ul li,
.page-dl .l-main-inner .input-notice ul li {
  margin: 0 0 5px;
  font-size: 1.1rem;
  line-height: 1.7;
}

.page-contact .l-main-inner .input-notice a,
.page-dl .l-main-inner .input-notice a {
  display: inline-block;
  position: relative;
  line-height: 1.7;
  text-decoration: none;
}

.page-contact .l-main-inner .input-notice a:after,
.page-dl .l-main-inner .input-notice a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3ce35f;
}

.page-contact .l-main-inner .input-notice p,
.page-dl .l-main-inner .input-notice p {
  margin: 20px 0 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.page-contact .l-main-inner .input-notice p:first-child,
.page-dl .l-main-inner .input-notice p:first-child {
  margin: 0;
}

.page-contact .l-main-inner .required,
.page-dl .l-main-inner .required {
  display: inline-block;
  position: absolute;
  right: 0;
  margin: 30px 0 0;
  color: #c80000;
}

.page-contact .l-main-inner .required .icon-required,
.page-dl .l-main-inner .required .icon-required {
  margin: 0 10px;
}

.page-contact .l-main-inner .icon-required,
.page-dl .l-main-inner .icon-required {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 10px;
  border-radius: 8px;
  background-color: #c80000;
}

.page-contact .l-main-inner .contact-form-col,
.page-dl .l-main-inner .contact-form-col {
  margin: 30px 0 0;
}

.page-contact .l-main-inner .contact-form-col:first-child,
.page-dl .l-main-inner .contact-form-col:first-child {
  margin: 84px 0 0;
}

.page-contact .l-main-inner .contact-form-col input[type=text],
.page-dl .l-main-inner .contact-form-col input[type=text] {
  display: block;
  width: 100%;
  height: 56px;
  margin: 10px 0 0;
  padding: 19px 15px;
  border: solid 1px #ececec;
  border-radius: 4px;
  background: #f9f9f9;
}

.page-contact .l-main-inner .contact-form-col input[type=text]:focus,
.page-contact .l-main-inner .contact-form-col textarea:focus,
.page-contact .l-main-inner .contact-form-col select:focus,
.page-dl .l-main-inner .contact-form-col input[type=text]:focus,
.page-dl .l-main-inner .contact-form-col textarea:focus,
.page-dl .l-main-inner .contact-form-col select:focus {
  outline: 0;
  border: solid 1px #3ce35f;
}

.page-contact .l-main-inner .contact-form-col .error,
.page-dl .l-main-inner .contact-form-col .error {
  width: 100%;
  color: #c80000;
}

.page-contact .l-main-inner .contact-form-col-2 a,
.page-dl .l-main-inner .contact-form-col-2 a {
  justify-content: center;
}

.page-contact .l-main-inner .contact-form select,
.page-dl .l-main-inner .contact-form select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 56px;
  margin: 0;
  margin: 10px 0 0;
  padding: 0;
  padding: 19px 15px;
  border: 0;
  border: solid 1px #ececec;
  border-radius: 0;
  border-radius: 4px;
  background: none transparent;
  background: #f9f9f9;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.page-contact .l-main-inner .contact-form select::-ms-clear,
.page-dl .l-main-inner .contact-form select::-ms-clear {
  display: none;
}

.page-contact .l-main-inner .contact-form select::-ms-reveal,
.page-dl .l-main-inner .contact-form select::-ms-reveal {
  display: none;
}

.page-contact .l-main-inner .contact-form select::-ms-expand,
.page-dl .l-main-inner .contact-form select::-ms-expand {
  display: none;
}

.page-contact .l-main-inner .contact-form .radio-block,
.page-dl .l-main-inner .contact-form .radio-block {
  position: relative;
  margin: 20px 0 0;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner {
  display: inline-block;
  position: relative;
  margin: 20px 0 0;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner input[type=radio],
.page-dl .l-main-inner .contact-form .radio-block .radio-inner input[type=radio] {
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-clear,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-clear {
  display: none;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-reveal,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-reveal {
  display: none;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-expand,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]::-ms-expand {
  display: none;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner span,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner span {
  margin: 0 40px 0 0;
  padding: 0 0 0 36px;
  white-space: nowrap;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner span::before,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #282828;
  border-radius: 50%;
}

.page-contact .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]:checked + span::after,
.page-dl .l-main-inner .contact-form .radio-block .radio-inner input[type=radio]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  top: 6.4px;
  left: 6.4px;
  width: 9.17px;
  height: 9.17px;
  border-radius: 50%;
  background: #282828;
}

.page-contact .l-main-inner .contact-form textarea,
.page-dl .l-main-inner .contact-form textarea {
  width: 100%;
  height: 224px;
  margin: 10px 0 0;
  padding: 19px 15px;
  border: solid 1px #ececec;
  border-radius: 4px;
  background: #f9f9f9;
}

.page-contact .l-main-inner .contact-form button,
.page-dl .l-main-inner .contact-form button {
  margin: 50px 0 0;
  padding: 27px 35px;
}

.page-contact .l-main-inner .contact-form-check,
.page-dl .l-main-inner .contact-form-check {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  letter-spacing: -0.4em;
}

.page-contact .l-main-inner .contact-form-check > *,
.page-dl .l-main-inner .contact-form-check > * {
  letter-spacing: normal;
}

.page-contact .l-main-inner .contact-form-check .checkbox,
.page-dl .l-main-inner .contact-form-check .checkbox {
  display: inline-block;
  width: 36.26667vw;
  max-width: 136px;
  margin: 16px 0 10px;
}

.page-contact .l-main-inner .contact-form-check .checkbox input[type=radio],
.page-contact .l-main-inner .contact-form-check .checkbox input[type=checkbox],
.page-dl .l-main-inner .contact-form-check .checkbox input[type=radio],
.page-dl .l-main-inner .contact-form-check .checkbox input[type=checkbox] {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.page-contact .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-clear,
.page-contact .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-clear,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-clear,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-clear {
  display: none;
}

.page-contact .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-reveal,
.page-contact .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-reveal,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-reveal,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-reveal {
  display: none;
}

.page-contact .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-expand,
.page-contact .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-expand,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=radio]::-ms-expand,
.page-dl .l-main-inner .contact-form-check .checkbox input[type=checkbox]::-ms-expand {
  display: none;
}

.page-contact .l-main-inner .contact-form-check .checkbox span,
.page-dl .l-main-inner .contact-form-check .checkbox span {
  display: inline-block;
}

.page-contact .l-main-inner .contact-form-check .checkbox span::before,
.page-dl .l-main-inner .contact-form-check .checkbox span::before {
  border: 1px solid #000;
}

.page-contact .l-main-inner .contact-form-check .checkbox input:checked + span::before,
.page-dl .l-main-inner .contact-form-check .checkbox input:checked + span::before {
  background: #000;
}

.page-contact .l-main-inner .contact-form-check .checkbox input:checked + span::after,
.page-dl .l-main-inner .contact-form-check .checkbox input:checked + span::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.page-contact .l-main-inner .contact-form-has-error input[type=text],
.page-dl .l-main-inner .contact-form-has-error input[type=text] {
  position: relative;
  border: solid 1px #c80000;
  background: #f9f9f9 url(/wp-content/themes/jwa2019/assets/img/ico_error_01.png) no-repeat right 50px center;
  background-size: 16px auto;
}

.page-contact .dl-link figure,
.page-dl .dl-link figure {
  width: 445px;
  height: 257px;
  margin: 100px 0 0;
}

.page-contact .dl-link figure img,
.page-dl .dl-link figure img {
  height: 100%;
}

.page-contact .dl-link p,
.page-dl .dl-link p {
  display: block;
  margin: 40px 0 0;
}

.page-contact .dl-link a,
.page-dl .dl-link a {
  display: block;
  margin: 32px 0 0;
}

@keyframes first-move-arrow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
}

@keyframes next-move-arrow {
  0% {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

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

/* ----- Sitemap向けカスタマイズ ----- */

.page-sitemap .l-kv {
  display: block;
  height: 150px;
  margin: 0 0 0 9.33333vw;
}

.page-sitemap .l-kv h1 {
  position: relative;
  margin: 40px 0 0;
}

.page-sitemap .l-kv h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -5.33333vw;
  height: 87%;
  margin: -0.1em 0 0;
  border-left: 2px solid #3ce35f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-sitemap .l-main-service {
  margin: 0;
}

.page-sitemap .l-main-service-inner {
  margin: 0;
  padding: 50px 0;
}

.page-sitemap .l-main-service-inner:first-child {
  padding: 0 0 50px;
  border-top: none;
}

.page-sitemap .l-main-service-inner h3 {
  position: relative;
  margin: 0 0 0 5.33333vw;
  font-size: 1.6rem;
  line-height: 1.63;
  letter-spacing: 0.06em;
}

.page-sitemap .l-main-service-inner h3:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -5.33333vw;
  height: 87%;
  margin: -0.1em 0 0;
  border-left: 2px solid #3ce35f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-sitemap .l-main-service-links {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.page-sitemap .l-main-service-links li {
  width: 34.66667vw;
  margin: 25px 0 0;
}

.page-sitemap .l-main-service-links li:nth-child(n + 1) {
  margin-left: 6.66667vw;
}

.page-sitemap .l-main-service-links li:nth-child(2n + 1) {
  margin-left: 0;
}

.page-sitemap .l-main-service-links li:nth-child(-n + 2) {
  margin-top: 0;
}

.page-sitemap .l-main-service-links li a {
  padding: 14px 5.33333vw 5px 0;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  body.is-menu-open {
    overflow: visible;
  }

  .is-pc-hide {
    display: none !important;
  }

  .is-pc-show {
    display: block !important;
  }

  .is-br-pc-show {
    display: inline-block !important;
  }

  .check-media {
    display: none;
  }

  .mod-heading {
    margin: -7px 0 0;
    font-size: 3.4rem;
    letter-spacing: 2.2px;
  }

  .mod-heading:before {
    left: -9.375vw;
  }

  .mod-heading .line {
    width: 140px;
  }

  .mod-heading .sup {
    margin: 25px 0 0;
    font-size: 1.4rem;
  }

  .mod-heading .sup .category {
    letter-spacing: 0.03em;
  }

  .page-service .mod-heading,
  .page-service-list .mod-heading,
  .page-service-detail .mod-heading,
  .page-dl .mod-heading {
    margin: -11px 0 0;
    padding: 0 13.67188vw 0 0;
    font-size: 3.8rem;
    line-height: 1.48;
  }

  .page-service .mod-heading .line,
  .page-service-list .mod-heading .line,
  .page-service-detail .mod-heading .line,
  .page-dl .mod-heading .line {
    top: -0.125em;
    width: 140px;
    margin: 0 0 0 24px;
  }

  .page-service .mod-heading .sup,
  .page-service-list .mod-heading .sup,
  .page-service-detail .mod-heading .sup,
  .page-dl .mod-heading .sup {
    margin: 9px 0 0;
    font-size: 1.6rem;
  }

  .page-service .mod-heading .sup {
    margin: 13px 0 0;
  }

  .page-service-list .mod-heading {
    letter-spacing: 0.08em;
  }

  .page-service-list .mod-heading .line {
    display: inline-block;
  }

  .page-service-list .mod-heading .sup {
    margin: 13px 0 0;
  }

  .page-case-detail .mod-heading {
    padding: 0 28.125vw 0 0;
    font-size: 2.7rem;
    line-height: 1.78;
  }

  .mod-heading-line {
    font-size: 3.2rem;
    letter-spacing: 0.09em;
  }

  .mod-heading-line.small {
    font-size: 2.8rem;
  }

  .mod-heading-line .text-wrap br {
    display: inline-block;
  }

  .mod-heading-line .text-wrap + .line {
    top: -0.5em;
    vertical-align: text-top;
  }

  .mod-heading-line .line {
    width: 120px;
    margin: 0 0 0 11px;
  }

  .page-service .mod-heading-line .line {
    top: -0.125em;
    margin: 0 0 0 21px;
  }

  .mod-heading-line .sup {
    margin: 17px 0 0 2px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }

  .page-service h2.mod-heading-line .sup {
    margin: 20px 0 0 2px;
  }

  .text-set h2 {
    margin: 65px 0 0;
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: 0.02em;
  }

  .page-service-detail .text-set h2 {
    letter-spacing: 0.035em;
  }

  .text-set h2 + p {
    margin: 40px 0 0;
  }

  .text-set h3 {
    margin: 65px 0 0 0;
    font-size: 2.3rem;
    line-height: 1.74;
    letter-spacing: 0.02em;
  }

  .text-set h3:before {
    left: -3.125vw;
    height: 80%;
  }

  .page-service-detail .text-set h3:before {
    height: 61%;
  }

  .page-case-detail .text-set h3 {
    margin: 150px 0 0;
    font-size: 2.8rem;
    line-height: 1.65;
    letter-spacing: 0.035em;
  }

  .page-case-detail .text-set h3:before {
    left: -4.6875vw;
  }

  .text-set h3 + p {
    margin: 27px 0 0 0;
  }

  .page-news-detail .text-set h3 + p {
    margin: 27px 0 0 0;
  }

  .page-case-detail .text-set h3 + p {
    margin: 51px 0 0;
  }

  .text-set h4 {
    margin: 55px 0 0;
    font-size: 2.0rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .page-case-detail .text-set h4 {
    margin: 65px 0 0;
    padding: 0 0 27px;
    font-size: 2.3rem;
    line-height: 1.74;
    letter-spacing: 0.02em;
  }

  .page-case-detail .text-set h4:before {
    width: 50px;
  }

  .text-set h4 + p {
    margin: 15px 0 0 0;
  }

  .page-case-detail .text-set h4 + p {
    margin: 27px 0 0;
  }

  .text-set h5 {
    font-size: 2.0rem;
  }

  .page-case-detail .text-set h5 {
    margin: 55px 0 0;
    line-height: 1.8;
  }

  .page-case-detail .text-set h5 + p {
    margin: 15px 0 0;
  }

  .text-set p {
    margin: 35px 0 0;
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 0.06em;
  }

  .page-case-detail .text-set p {
    font-size: 1.5rem;
    line-height: 2.4;
  }

  .text-set a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .text-set a:hover {
    color: rgba(60, 227, 95, 0.7);
  }

  .text-set .mod-link-btn {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .text-set .mod-link-btn:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .text-set .mod-link-btn {
    line-height: 1.6;
  }

  .text-set table {
    margin: 90px 0 0 0;
  }

  .text-set table th,
  .text-set table td {
    font-size: 1.4rem;
  }

  .text-set table th {
    padding: 35px 1.95312vw 30px;
    letter-spacing: 0.08em;
  }

  .text-set table td {
    padding: 21px 1.95312vw 23px;
    letter-spacing: 0.06em;
  }

  .text-set ul {
    margin: 59px 0 0 0;
  }

  .text-set ul li {
    margin: 18px 0 0;
    padding: 0 0 0 22px;
    font-size: 1.5rem;
    letter-spacing: 0.063em;
  }

  .text-set ol {
    margin: 65px 0 0;
  }

  .text-set ol li {
    margin: 18px 0 0;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    letter-spacing: 0.063em;
  }

  .mod-link {
    width: 21.875vw;
    height: 42px;
    font-size: 1.4rem;
  }

  .mod-link .sup {
    display: block;
    margin: 7px 0 0;
    color: #737373;
    font-family: 'Maitree', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }

  .mod-link.align-center {
    height: 67px;
    padding: 25px 0;
  }

  .mod-link-btn {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .mod-link-btn:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .mod-link-btn {
    padding: 37px 9.375vw 37px 3.90625vw;
    font-size: 1.4rem;
  }

  .mod-link-btn .arrow {
    right: 4.60938vw;
    width: 40px;
    height: 10px;
    margin: -5px 0 0;
  }

  .mod-link-btn .dl {
    right: 4.60938vw;
    width: 16px;
    height: 14px;
    margin: -5px 0 0;
  }

  .mod-hover-line {
    position: relative;
  }

  .mod-hover-line .line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .mod-hover-line .line:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #3ce35f;
    transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mod-hover-line:hover .line:before {
    width: 100%;
  }

  .mod-hover-line.is-right .line:after {
    content: '';
    display: block;
    clear: both;
  }

  .mod-hover-line.is-right .line:before {
    float: right;
  }

  .mod-hover-line-around .line {
    overflow: hidden;
  }

  .mod-hover-line-around .line:before,
  .mod-hover-line-around .line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .mod-hover-line-around .line:before {
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  }

  .mod-hover-line-around .line:after {
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .mod-hover-line-around:hover .line:before {
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  .mod-hover-line-around:hover .line:after {
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mod-hover-arrow .arrow {
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mod-hover-arrow:hover .arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  .mod-hover-arrow.reverse:hover .arrow {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .mod-hover-arrow-around .arrow {
    overflow: hidden;
  }

  .mod-hover-arrow-around .arrow:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mod-hover-arrow-around .arrow:after {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .mod-hover-arrow-around:hover .arrow:before {
    -webkit-animation: first-move-arrow 0.2s ease-in forwards;
    animation: first-move-arrow 0.2s ease-in forwards;
  }

  .mod-hover-arrow-around:hover .arrow:after {
    -webkit-animation: next-move-arrow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
    animation: next-move-arrow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
  }

  .mod-slider-news-nav,
  .mod-slider-case-nav,
  .mod-slider-scale-nav {
    display: flex !important;
    position: absolute;
    z-index: 20;
    justify-content: center;
    align-items: center;
  }

  .mod-slider-news-nav .slick-arrow,
  .mod-slider-case-nav .slick-arrow,
  .mod-slider-scale-nav .slick-arrow {
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    overflow: hidden;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none transparent;
    color: inherit;
    font-size: inherit;
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 200%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
  }

  .mod-slider-news-nav .slick-arrow::-ms-clear,
  .mod-slider-case-nav .slick-arrow::-ms-clear,
  .mod-slider-scale-nav .slick-arrow::-ms-clear {
    display: none;
  }

  .mod-slider-news-nav .slick-arrow::-ms-reveal,
  .mod-slider-case-nav .slick-arrow::-ms-reveal,
  .mod-slider-scale-nav .slick-arrow::-ms-reveal {
    display: none;
  }

  .mod-slider-news-nav .slick-arrow::-ms-expand,
  .mod-slider-case-nav .slick-arrow::-ms-expand,
  .mod-slider-scale-nav .slick-arrow::-ms-expand {
    display: none;
  }

  .mod-slider-news-nav .slick-arrow.slick-disabled,
  .mod-slider-case-nav .slick-arrow.slick-disabled,
  .mod-slider-scale-nav .slick-arrow.slick-disabled {
    opacity: 0.3;
  }

  .mod-slider-news-nav .slick-arrow.slick-prev,
  .mod-slider-case-nav .slick-arrow.slick-prev,
  .mod-slider-scale-nav .slick-arrow.slick-prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  .mod-slider-news-nav .slick-arrow:before,
  .mod-slider-news-nav .slick-arrow:after,
  .mod-slider-case-nav .slick-arrow:before,
  .mod-slider-case-nav .slick-arrow:after,
  .mod-slider-scale-nav .slick-arrow:before,
  .mod-slider-scale-nav .slick-arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 30px 7px;
  }

  .mod-slider-news-nav .slick-arrow:before,
  .mod-slider-case-nav .slick-arrow:before,
  .mod-slider-scale-nav .slick-arrow:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .mod-slider-news-nav .slick-arrow:after,
  .mod-slider-case-nav .slick-arrow:after,
  .mod-slider-scale-nav .slick-arrow:after {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .mod-slider-news-nav .slick-arrow:not(.slick-disabled):hover:before,
  .mod-slider-case-nav .slick-arrow:not(.slick-disabled):hover:before,
  .mod-slider-scale-nav .slick-arrow:not(.slick-disabled):hover:before {
    -webkit-animation: first-move-arrow 0.2s ease-in forwards;
    animation: first-move-arrow 0.2s ease-in forwards;
  }

  .mod-slider-news-nav .slick-arrow:not(.slick-disabled):hover:after,
  .mod-slider-case-nav .slick-arrow:not(.slick-disabled):hover:after,
  .mod-slider-scale-nav .slick-arrow:not(.slick-disabled):hover:after {
    -webkit-animation: next-move-arrow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
    animation: next-move-arrow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s forwards;
  }

  .mod-slider-news-nav .pager,
  .mod-slider-case-nav .pager,
  .mod-slider-scale-nav .pager {
    font-family: 'Maitree', sans-serif;
    font-size: 1.1rem;
  }

  .mod-slider-news .slick-dots,
  .mod-slider-case .slick-dots,
  .mod-slider-scale .slick-dots {
    display: none !important;
  }

  .mod-slider-news {
    margin: 59px -9.375vw 0 0;
  }

  .mod-slider-news-inner {
    width: 42.96875vw;
    min-width: 485px;
    padding: 0 5.46875vw 0 0;
  }

  .page-home .mod-slider-news-inner {
    width: 41.01562vw;
    min-width: 455px;
  }

  .mod-slider-news-inner figure {
    width: 10.54688vw;
    height: 7.03125vw;
  }

  .mod-slider-news-inner.is-new figure:after {
    min-width: 46px;
    height: 20px;
    padding: 3px 7px 0 0;
    font-size: 0.9rem;
  }

  .mod-slider-news-content {
    margin: 0 0 0 40px;
  }

  .mod-slider-news-content .text {
    margin: -2px 0 0;
    font-size: 1.5rem;
    line-height: 1.53;
  }

  .mod-slider-news-more {
    margin: 77px 0 0;
  }

  .mod-slider-news-nav {
    top: -86px;
    right: -20px;
    background: transparent;
  }

  .mod-slider-news-nav .slick-arrow:before,
  .mod-slider-news-nav .slick-arrow:after {
    background-image: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_black_02.png);
  }

  .mod-slider-news-nav .pager {
    margin: 0 44px;
    color: #c8c8c8;
  }

  .mod-slider-news-nav .pager span {
    color: #000;
  }

  .mod-slider-case {
    margin: 59px -9.375vw 0 0;
  }

  .mod-slider-case-inner {
    width: 26.5625vw;
    min-width: 340px;
    padding: 0 4.53125vw 0 0;
  }

  .mod-slider-case-inner figure {
    width: 22.03125vw;
    height: 12.34375vw;
  }

  .mod-slider-case-content {
    margin: 35px 0 0;
  }

  .mod-slider-case-content .text {
    margin: -4px 0 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .mod-slider-case-more {
    margin: 77px 0 0;
  }

  .mod-slider-case-nav {
    top: -86px;
    right: -20px;
    background: transparent;
  }

  .mod-slider-case-nav .slick-arrow:before,
  .mod-slider-case-nav .slick-arrow:after {
    background-image: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_black_02.png);
  }

  .mod-slider-case-nav .pager {
    margin: 0 44px;
    color: #c8c8c8;
  }

  .mod-slider-case-nav .pager span {
    color: #000;
  }

  .mod-slider-scale-image {
    height: 30.46875vw;
    margin: 0 -18.75vw 0 0;
  }

  .mod-slider-scale-image-inner.is-separate {
    background-size: 0, auto 150%;
  }

  .mod-slider-scale-image-inner.is-separate.is-active {
    background-size: 0, auto 100%;
  }

  .mod-slider-scale-image-inner.is-separate.is-out {
    background-size: 0, auto 100%;
  }

  .mod-slider-scale-nav {
    top: 27.57812vw;
    left: 40.625vw;
    width: 21.875vw !important;
    min-width: 280px;
    height: 5.78125vw;
    background: #000;
  }

  .mod-slider-scale-nav .slick-arrow:before,
  .mod-slider-scale-nav .slick-arrow:after {
    background-image: url(/wp-content/themes/jwa2019/assets/img/ico_arrow_white_02.png);
  }

  .mod-slider-scale-nav .pager {
    margin: 0 32px;
    color: #737373;
  }

  .mod-slider-scale-nav .pager span {
    color: #fff;
  }

  .l-header {
    height: 80px;
    padding: 0;
  }

  .l-header-search.is-search-open {
    display: block;
    border-bottom: 1px solid #ececec;
  }

  .l-header-search form {
    position: relative;
  }

  .l-header-search form:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 42px;
    left: 80px;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/jwa2019/assets/img/ico_search_02.png);
    background-size: cover;
  }

  .l-header-search form #SS_searchQuery {
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 35px 80px 35px 135px;
    border: none;
    background: #f9f9f9;
    font-size: 2.0rem;
  }

  .l-header-search form #SS_searchSubmit {
    display: none;
  }

  .l-header-search form .searchClear {
    content: '';
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 9.375vw;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    background: url(/wp-content/themes/jwa2019/assets/img/btn_close.png);
    background-size: cover;
  }

  .l-header-logo {
    top: 22px;
    left: 80px;
  }

  .l-header-logo a {
    width: 180px;
    height: 36px;
    transition: opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-header-logo a:hover {
    opacity: 0.7;
  }

  .l-header-logo-english {
    top: 22px;
    left: 80px;
  }

  .l-header-logo-english a {
    width: 230px;
    height: 29px;
    transition: opacity 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-header-logo-english a:hover {
    opacity: 0.7;
  }

  .l-header-toggle {
    display: none;
  }

  .l-header-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #fff;
  }

  .l-header-menu-inner {
    overflow: visible;
    background-color: transparent;
  }

  .l-header-nav {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .l-header-nav-list {
    flex-direction: row;
    justify-content: flex-end;
    width: auto;
    margin: 0 35px 0 0;
    padding: 0;
    background: transparent;
  }

  .l-header-nav-list li {
    padding: 0 15px;
    border: none;
  }

  .page-home .l-header-nav-list li {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .page-home.is-complete .l-header-nav-list li {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(2) {
    transition-delay: 1.25s;
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(3) {
    transition-delay: 1.32s;
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(4) {
    transition-delay: 1.39s;
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(5) {
    transition-delay: 1.46s;
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(6) {
    transition-delay: 1.53s;
  }

  .page-home.is-complete .l-header-nav-list li:nth-child(7) {
    transition-delay: 1.6s;
  }

  .l-header-nav-list li:before {
    display: none;
  }

  .l-header-nav-list li:first-child:before {
    display: none;
  }

  .l-header-nav-list li img {
    width: 14px;
    height: 14px;
  }

  .l-header-nav-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    color: #000;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.2;
  }

  .l-header-nav-list a:before {
    display: none;
  }

  .l-header-nav-list a .line {
    height: 2px;
    background: #fff;
  }

  .l-header-nav-list2 {
    width: 200px;
    /* 資料ダウンロード抜きのため200px(元は320px) */
    margin: 0;
    background: #000;
  }

  .l-header-nav-list2 li {
    width: 50%;
    min-width: 40px;
  }

  .l-header-nav-list2 li:before {
    top: 50%;
    height: 30px;
    margin: -15px 0 0;
  }

  .l-header-nav-list2 li a {
    min-width: 0;
    height: 100%;
    color: #fff;
    font-family: 'Heebo', FP-KoburinaGoStdN-W3, sans-serif;
    font-size: 1.1rem;
  }

  .l-header-nav-list2 li:first-child a,
  .l-header-nav-list2 li:last-child a {
    padding: 0 5px;
  }

  .page-home .l-header-nav-list2 li {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  .page-home.is-complete .l-header-nav-list2 li {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .page-home.is-complete .l-header-nav-list2 li:nth-child(1) {
    transition-delay: 1.67s;
  }

  .page-home.is-complete .l-header-nav-list2 li:nth-child(2) {
    transition-delay: 1.74s;
  }

  .l-header-close {
    display: none;
  }

  .is-menu-open .l-header-close {
    display: none;
    margin: 0;
  }

  .l-footer-cta {
    padding: 200px 9.375vw;
  }

  .l-footer-cta-copy {
    margin: -12px auto 0;
    font-size: 3.4rem;
    line-height: 1.82;
  }

  .l-footer-cta-copy span:nth-of-type(1) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(2) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(3) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(4) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(5) {
    margin: 0 0 0 -2px;
  }

  .l-footer-cta-copy span:nth-of-type(6) {
    margin: 0 0 0 -5px;
  }

  .l-footer-cta-copy span:nth-of-type(7) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(8) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(9) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(10) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(11) {
    margin: 0 0 0 -10px;
  }

  .l-footer-cta-copy span:nth-of-type(12) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(13) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(14) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(15) {
    margin: 0 0 0 -9px;
  }

  .l-footer-cta-copy span:nth-of-type(16) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(17) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(18) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(19) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(20) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(21) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(22) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(23) {
    margin: 0 0 0 -5px;
  }

  .l-footer-cta-copy span:nth-of-type(24) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-copy span:nth-of-type(25) {
    margin: 0 0 0 -2px;
  }

  .l-footer-cta-copy span:nth-of-type(26) {
    margin: 0 0 0 0;
  }

  .l-footer-cta-links li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-footer-cta-links li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .l-footer-cta-links {
    display: flex;
    justify-content: space-between;
    margin: 69px auto 0;
  }

  .l-footer-cta-links li {
    flex: 1;
    height: 194px;
    border-top: none;
    border-left: 1px solid #fff;
  }

  .l-footer-cta-links li:first-child {
    border-left: none;
  }

  .l-footer-cta-links li a {
    justify-content: flex-start;
    padding: 64px 0 0 4.21875vw;
  }

  .l-footer-cta-links li a .arrow {
    top: 71px;
    right: 55px;
    width: 35px;
    height: 10px;
    margin: 0;
  }

  .l-footer-cta-links li a.english {
    padding: 80px 0 0 4.21875vw;
  }

  .l-footer-cta-links li a.english .arrow {
    top: 95px;
    right: 55px;
    width: 35px;
    height: 10px;
    margin: 0;
  }

  .l-footer-cta-links-title {
    padding: 0 90px 0 0;
    font-size: 2.5rem;
  }

  .l-footer-cta-links-text {
    margin: 24px 0 0;
    padding: 0 90px 0 0;
    font-size: 1.1rem;
    line-height: 1.81;
  }

  .l-footer-copyright {
    padding: 96px 120px 63px;
  }

  .page-home .l-footer-copyright {
    padding-top: 80px;
  }

  .page-dl .l-footer-copyright {
    padding-top: 17px;
  }

  .l-footer-copyright-copy {
    display: block;
    margin: -8px auto 0;
    color: #282828;
    font-size: 3rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }

  .l-footer-copyright-copy span:nth-of-type(1) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(2) {
    margin: 0 0 0 1px;
  }

  .l-footer-copyright-copy span:nth-of-type(3) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(4) {
    margin: 0 0 0 -1px;
  }

  .l-footer-copyright-copy span:nth-of-type(5) {
    margin: 0 0 0 -4px;
  }

  .l-footer-copyright-copy span:nth-of-type(6) {
    margin: 0 0 0 -3px;
  }

  .l-footer-copyright-copy span:nth-of-type(7) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(8) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(9) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(10) {
    margin: 0 0 0 1px;
  }

  .l-footer-copyright-copy span:nth-of-type(11) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(12) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(13) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(14) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(15) {
    margin: 0 0 0 0;
  }

  .l-footer-copyright-copy span:nth-of-type(16) {
    margin: 0 0 0 -3px;
  }

  .l-footer-copyright-copy span:nth-of-type(17) {
    margin: 0 0 0 -1px;
  }

  .l-footer-copyright-logo {
    display: inline-block;
    margin: 69px 0 0;
  }

  .l-footer-copyright-logo img {
    width: 200px;
  }

  .page-home .l-footer-copyright-logo {
    margin: 0;
  }

  .page-home .l-footer-copyright-logo img {
    width: 250px;
  }

  .l-footer-copyright-inner {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 31px auto 0;
  }

  .page-home .l-footer-copyright-inner {
    margin: 118px 0 0;
  }

  .l-footer-copyright-links {
    width: auto;
  }

  .l-footer-copyright-links li {
    margin: 0 28px 0 0;
  }

  .l-footer-copyright-links li a {
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: 0.1em;
  }

  .l-footer-copyright-links li.slash {
    padding: 0 35px 0 0;
  }

  .l-footer-copyright-links li.slash:after {
    font-size: 1.2rem;
  }

  .l-footer-copyright-text {
    flex: 1;
    margin: 2px 0 0;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .l-title {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 50%;
    left: 4.53125vw;
    opacity: 0;
    font-size: 11px;
    transition: opacity 0.75s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
  }

  .ie11 .l-title {
    left: 4.84375vw;
  }

  .l-title .info {
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .l-title .info .category,
  .l-title .info .title {
    display: inline-block;
    letter-spacing: 0.06em;
  }

  .l-title .info .category {
    font-family: 'Maitree', sans-serif;
  }

  .l-title .info .category:after {
    content: '|';
    display: inline-block;
    position: relative;
    top: -0.05em;
    margin: 0 10px;
    color: #c8c8c8;
  }

  .l-title.is-fade {
    opacity: 1;
  }

  .l-title.is-over {
    opacity: 0;
    pointer-events: none;
  }

  .l-wrapper {
    padding: 80px 0 0;
  }

  .is-menu-open .l-wrapper {
    position: relative;
    top: auto !important;
  }

  .l-kv h1.quot {
    bottom: 192px;
    left: 18.75vw;
    width: 56.25vw;
    padding: 43px 0 0;
    background-position: 0.15625vw 5px;
    background-size: 16px auto;
    font-size: 3.8rem;
    line-height: 1.57;
  }

  .l-kv .info {
    bottom: 139px;
    left: 18.82812vw;
    padding: 0;
  }

  .l-kv .info:before {
    width: 40px;
    margin: -0.1em 20px 0 0;
  }

  .l-kv .info .company {
    margin: 0 22px 0 0;
    font-size: 2.0rem;
    letter-spacing: 0.04em;
  }

  .l-kv .info .name {
    font-size: 1.4rem;
  }

  .l-kv-lead {
    display: flex;
    bottom: 14.21875vw;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 0 9.375vw 0 14.0625vw;
  }

  .l-kv-lead-left {
    width: 39.0625vw;
  }

  .l-kv-lead-right {
    width: 28.125vw;
  }

  .l-kv-lead .copy {
    font-size: 3.4rem;
    line-height: 1.59;
    letter-spacing: 0.1em;
  }

  .l-kv-lead .copy span:nth-of-type(1) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(2) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(3) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(4) {
    margin: 0 0 0 -1px;
  }

  .l-kv-lead .copy span:nth-of-type(5) {
    margin: 0 0 0 -6px;
  }

  .l-kv-lead .copy span:nth-of-type(6) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(7) {
    margin: 0 0 0 -1px;
  }

  .l-kv-lead .copy span:nth-of-type(8) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(9) {
    margin: 0 0 0 -2px;
  }

  .l-kv-lead .copy span:nth-of-type(10) {
    margin: 0 0 0 -3px;
  }

  .l-kv-lead .copy span:nth-of-type(11) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(12) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(13) {
    margin: 0 0 0 -1px;
  }

  .l-kv-lead .copy span:nth-of-type(14) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(15) {
    margin: 0 0 0 0;
  }

  .l-kv-lead .copy span:nth-of-type(16) {
    margin: 0 0 0 -3px;
  }

  .l-kv-lead .copy span:nth-of-type(17) {
    margin: 0 0 0 -1px;
  }

  .l-kv-lead .text {
    margin: 33px 0 0;
    font-size: 1.4rem;
    line-height: 2.29;
  }

  .l-kv-lead .link {
    margin: 0 0 -2px;
  }

  .l-kv-lead .link a {
    height: 47px;
  }

  .page-service .l-kv,
  .page-service-list .l-kv,
  .page-service-detail .l-kv,
  .page-english_service .l-kv,
  .single-english_service .l-kv,
  .page-case .l-kv {
    height: 30.46875vw;
  }

  .page-service .l-kv figure,
  .page-service-list .l-kv figure,
  .page-service-detail .l-kv figure,
  .page-english_service .l-kv figure,
  .single-english_service .l-kv figure,
  .page-case .l-kv figure {
    height: auto;
  }

  .page-case-detail .l-kv {
    height: 51.5625vw;
    max-height: calc(100vh - 80px);
  }

  .page-company .l-kv {
    height: 56.25vw;
    max-height: calc(100vh - 80px);
  }

  .l-main {
    margin: 150px 0 140px 9.375vw;
    padding: 60px 9.375vw 150px;
  }

  .page-service .l-main {
    margin-bottom: 136px;
    padding-bottom: 140px;
  }

  .page-service-list .l-main,
  .page-service-detail .l-main,
  .page-english_service .l-main,
  .single-english_service .l-main {
    margin-bottom: 166px;
  }

  .page-company .l-main {
    padding: 60px 9.375vw 150px;
  }

  .l-main .page-dl {
    padding: 60px 9.375vw 100px;
  }

  .l-kv + .l-main {
    margin-top: -80px;
  }

  .l-main-breadcrumbs {
    display: block;
    margin: -5px 0 0;
  }

  .l-main-breadcrumbs ul {
    text-align: right;
    letter-spacing: -0.4em;
  }

  .l-main-breadcrumbs ul > * {
    letter-spacing: normal;
  }

  .l-main-breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
    color: #000;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
  }

  .l-main-breadcrumbs ul li:before {
    content: '/';
    display: block;
    position: absolute;
    left: 10px;
    color: #c8c8c8;
  }

  .l-main-breadcrumbs ul li:first-child:before {
    display: none;
  }

  .l-main-breadcrumbs ul li a {
    color: #737373;
    text-decoration: none;
  }

  .l-main-header {
    margin: 140px 0 0;
  }

  .l-main-sns {
    margin: 30px 0 0;
    padding: 0 10.9375vw 0 0;
    font-size: 3.4rem;
    letter-spacing: 2.2px;
  }

  .l-main-sns:before {
    left: -9.375vw;
  }

  .l-main-sns strong {
    margin: 0 19px 0 0;
    font-size: 1.4rem;
  }

  .l-main-sns a {
    top: -1px;
  }

  .l-main-lead {
    margin: 65px 0 0;
    padding: 0 0 0 12.5vw;
  }

  .page-service-list .l-main-lead,
  .page-english_service .l-main-lead {
    margin: 69px 0 0;
    padding: 0 0 0 6.25vw;
  }

  .l-main-lead-title {
    font-size: 2.5rem;
    line-height: 1.84;
    letter-spacing: 0;
  }

  .l-main-lead-text {
    margin: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.27;
    letter-spacing: 0.03em;
  }

  .l-main-management {
    display: flex;
    justify-content: space-between;
    margin: 63px 0 0;
    padding: 0 0 122px;
  }

  .l-main-management figure {
    width: 32.8125vw;
    height: 32.8125vw;
  }

  .l-main-management-lead {
    flex: 1;
    margin: 0 0 0 7.8125vw;
  }

  .l-main-management-lead .copy {
    margin: -0.2em 0 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .l-main-management-lead .text {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.27;
    letter-spacing: 0.03em;
  }

  .l-main-management-lead .link {
    margin: 73px 0 0;
  }

  .l-main-management-lead .link a {
    width: 100%;
    height: 47px;
  }

  .l-main-message {
    justify-content: space-between;
    margin: 0 -9.375vw;
    padding: 100px 9.375vw 120px;
  }

  .l-main-message figure {
    order: 2;
    width: 32.8125vw;
    height: 32.8125vw;
    margin: 0 0 0 7.8125vw;
  }

  .l-main-message-inner {
    margin: 70px 0 0;
  }

  .l-main-message-lead {
    flex: 1;
    order: 1;
  }

  .l-main-message-lead .copy {
    margin: -0.2em 0 0;
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .l-main-message-lead .text {
    margin: 39px 0 0;
    font-size: 1.5rem;
    line-height: 2.27;
    letter-spacing: 0.03em;
  }

  .l-main-message-lead .link {
    margin: 73px 0 0;
  }

  .l-main-message-lead .link a {
    width: 100%;
    height: 47px;
  }

  .l-main-info {
    margin: 0 -9.375vw;
    padding: 116px 9.375vw 0;
  }

  .l-main-info .l-column.col-2 {
    margin: 67px 0 0;
  }

  .l-main-info .l-column-inner {
    margin: 88px 0 0;
  }

  .l-main-info .l-column-inner .title {
    margin: 53px 0 0;
  }

  .l-main-info .l-column-inner .sup {
    margin: 29px 0 0;
    font-size: 1.3rem;
  }

  .l-main-service {
    margin: 93px 0 0;
  }

  .l-main-category-links + .l-main-service {
    margin: 122px 0 0;
  }

  .l-main-service-inner {
    margin: 0 -15.625vw 0 6.25vw;
    padding: 20px 9.375vw 72px 0;
  }

  .l-main-category-links + .l-main-service .l-main-service-inner {
    padding: 120px 9.375vw 114px 0;
  }

  .l-main-service-inner h2 {
    font-size: 3.1rem;
    letter-spacing: 0.05em;
  }

  .l-main-service-inner h2 .line {
    width: 80px;
  }

  .l-main-service-inner .part {
    display: block;
    position: absolute;
    top: 295px;
    left: -6.60156vw;
    color: #3ce35f;
    font-family: 'Maitree', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .l-main-service-inner .part .line {
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 60px;
    height: 1px;
    margin: 0 0 0 10px;
    background: #3ce35f;
    vertical-align: middle;
  }

  .l-main-service-inner .description {
    width: 56.25vw;
    margin: 52px 0 0;
    font-size: 1.3rem;
  }

  .l-main-service-inner figure {
    margin: 46px -3.125vw 0 0;
  }

  .l-main-service-inner h3 {
    margin: 58px 0 0;
    font-size: 1.6rem;
  }

  .l-main-service-inner .l-main-service-links {
    display: flex;
    flex-wrap: wrap;
    width: 59.375vw;
    margin: 28px 0 0;
  }

  .l-main-service-inner .l-main-service-links li {
    width: 28.125vw;
    margin: 22px 0 0;
  }

  .l-main-service-inner .l-main-service-links li:nth-child(2n) {
    margin-left: 3.125vw;
  }

  .l-main-service-inner .l-main-service-links li:nth-child(-n + 2) {
    margin-top: 0;
  }

  .l-main-service-inner .l-main-service-links li a {
    min-height: 45px;
    padding: 19px 40px 5px 0;
    font-size: 1.3rem;
  }

  .l-main-service-inner .l-main-service-links li a:before {
    top: 27px;
    right: 10px;
  }

  .page-dl .l-main-inner h2 {
    margin: 140px 0 0;
    font-size: 3.1rem;
    line-height: 1.36;
  }

  .l-column {
    display: flex;
    flex-wrap: wrap;
    margin: 56px 0 0;
    padding: 0 0 16px;
  }

  .l-column.narrow {
    padding: 0 0 16px;
  }

  .l-column-inner {
    margin: 90px 0 0;
  }

  .l-column-inner:first-child {
    margin: 90px 0 0;
  }

  .l-column-inner .title,
  .l-column-inner .text {
    padding: 0 10px 0 0;
  }

  .l-column-inner .title {
    margin: 51px 0 0;
    font-size: 2.4rem;
  }

  .l-column-inner .title.quot {
    margin: 42px 0 0;
    background-position: 0 2px;
    background-size: 11px auto;
  }

  .l-column-inner .title.quot + .info {
    margin: 40px 0 0 2px;
  }

  .l-column-inner .title.quot + .info:before {
    margin: 0 10px 0 -3px;
  }

  .l-column-inner .text {
    margin: 27px 0 0;
    font-size: 1.3rem;
    line-height: 2;
  }

  .l-column-inner .info {
    margin: 43px 0 0 2px;
  }

  .l-column-inner .info:before {
    width: 30px;
    margin: 0 10px 0 0;
  }

  .l-column-inner .info .company {
    font-size: 1.4rem;
  }

  .l-column-inner .info .name {
    font-size: 1.1rem;
  }

  .l-column-inner .sup {
    margin: 28px 0 0;
    font-size: 1.1rem;
  }

  .l-column.col-2 {
    margin: 60px 0 0;
  }

  .l-column.col-2 .l-column-inner {
    width: 50%;
  }

  .l-column.col-2 .l-column-inner:nth-child(-n + 2) {
    margin: 0;
  }

  .page-service .l-column.col-2 .l-column-inner figure img,
  .page-service-list .l-column.col-2 .l-column-inner figure img,
  .page-service-detail .l-column.col-2 .l-column-inner figure img,
  .page-english_service .l-column.col-2 .l-column-inner figure img,
  .single-english_service .l-column.col-2 .l-column-inner figure img {
    height: 22.65625vw;
  }

  .page-case .l-column.col-2 .l-column-inner figure img {
    height: 20.3125vw;
  }

  .page-company .l-column.col-2 .l-column-inner figure img {
    height: 20.3125vw;
  }

  .l-column.col-2 .l-column-inner .title,
  .l-column.col-2 .l-column-inner .text {
    padding: 0 70px 0 0;
  }

  .l-column.col-2 .l-column-inner .title.quot {
    padding: 37px 7.8125vw 0 0;
    font-size: 2.1rem;
    line-height: 1.62;
  }

  .l-column.col-3 {
    margin: 56px 0 0;
  }

  .l-column.col-3 .l-column-inner {
    width: 33.3333333%;
  }

  .l-column.col-3 .l-column-inner:nth-child(-n + 3) {
    margin: 0;
  }

  .l-column.col-3 .l-column-inner figure img {
    height: 15.23438vw;
  }

  .page-news .l-column.col-3 .l-column-inner figure img {
    height: 13.51562vw;
  }

  .page-dl .l-column.col-3 .l-column-inner figure img {
    height: 14.6875vw;
  }

  .l-column.col-3 .l-column-inner .title,
  .l-column.col-3 .l-column-inner .text {
    padding: 0 47px 0 0;
  }

  .l-column.col-4 {
    margin: 60px 0 0;
  }

  .l-column.col-4 .l-column-inner {
    width: 25%;
    margin: 83px 0 0;
  }

  .l-column.col-4 .l-column-inner:nth-child(-n + 4) {
    margin: 0;
  }

  .page-service .l-column.col-4 .l-column-inner figure img,
  .page-service-list .l-column.col-4 .l-column-inner figure img,
  .page-english_service .l-column.col-4 .l-column-inner figure img {
    height: 12.5vw;
  }

  .l-column.col-4 .l-column-inner .title {
    padding: 0 3.90625vw 0 0;
    font-size: 1.9rem;
  }

  .l-column.col-4 .l-column-inner .text {
    margin: 20px 0 0;
    padding: 0 3.90625vw 0 0;
    font-size: 1.2rem;
  }

  .l-column-more {
    margin: 80px 0 0;
  }

  .l-column.figure-round {
    width: 55.85938vw;
    margin: 0 -1.95312vw 0 0;
  }

  .l-column.figure-round .l-column-inner {
    margin: 60px 0 0;
  }

  .l-column.figure-round .l-column-inner:nth-child(-n+4) {
    margin: 0;
  }

  .l-column.figure-round .l-column-inner .category {
    margin: 31px 0 0;
    font-size: 1.5rem;
  }

  .l-column.figure-round figure {
    width: 100px;
  }

  .l-column.figure-round figure img {
    height: 100px !important;
  }

  .l-sub-inner {
    padding: 120px 9.375vw;
  }

  .l-sub-inner h2 {
    margin: -6px 0 0;
    font-size: 3.2rem;
    letter-spacing: 0.07em;
  }

  .page-company-jwa .l-sub-inner h2 {
    font-size: 2.8rem;
  }

  .l-sub-inner.content-right {
    display: flex;
    justify-content: space-between;
  }

  .l-sub-category-links {
    margin: 0;
  }

  .l-sub-category-links ul {
    display: flex;
    overflow-x: visible;
    justify-content: space-between;
    align-items: center;
  }

  .l-sub-category-links ul li {
    display: block;
    flex: 1;
    height: 100px;
    padding: 0;
    border-right: 1px solid #e4e4e4;
    text-align: center;
  }

  .l-sub-category-links ul li:first-child,
  .l-sub-category-links ul li:last-child {
    padding: 0;
  }

  .l-sub-category-links ul li:first-child {
    border-left: 1px solid #e4e4e4;
  }

  .l-sub-category-links ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-sub-category-links ul li a:hover {
    color: rgba(115, 115, 115, 0.7);
  }

  .l-sub-category-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0.39062vw;
    font-size: 1.2rem;
  }

  .l-sub-category-links ul li.is-current a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-sub-category-links ul li.is-current a:hover {
    color: rgba(40, 40, 40, 0.7);
  }

  .page-service .l-main + .l-sub .l-sub-inner:first-child:not(.bg-white) + .l-sub-inner {
    padding-top: 182px;
  }

  .l-modal-inner.other .l-modal-content-heading .small {
    font-size: 2.0rem;
  }

  .l-modal-wrap {
    width: 70.3125vw;
    padding: 90px 7.8125vw;
  }

  .l-modal-content-image {
    margin: 0;
  }

  .l-modal-content-inner {
    display: flex;
    justify-content: space-between;
    margin: 14px 0 0;
  }

  .l-modal-content-heading {
    margin: 40px 0 0;
    padding: 0 20px 0 0;
    font-size: 6.0rem;
  }

  .l-modal-content-heading .line {
    margin: 22px 0 0;
  }

  .l-modal-content-heading .sup {
    margin: 22px 0 0;
    font-size: 1.2rem;
  }

  .l-modal-content-heading {
    width: 19.53125vw;
  }

  .l-modal-content-text {
    flex: 1;
    margin: 0;
  }

  .l-modal-content-text p {
    margin: 40px 0 0;
    font-size: 1.4rem;
    line-height: 2.1;
  }

  .l-modal-close {
    right: 70.3125vw;
    left: auto;
    width: 70px;
    height: 70px;
    background-size: 16px;
  }

  .l-pickup {
    margin: 68px 0 0;
  }

  .page-service .l-pickup {
    padding-bottom: 80px;
  }

  .l-pickup-inner {
    position: relative;
    margin: 100px -9.375vw 0 0;
    padding: 0 0 48px;
  }

  .l-pickup-inner:first-child {
    margin: 0 -9.375vw 0 0;
  }

  .l-pickup-inner:nth-child(2n+1) {
    padding-left: 9.375vw;
  }

  .l-pickup-inner:nth-child(2n+1) .l-pickup-content {
    left: 0;
    padding: 90px 8.59375vw 90px 9.375vw;
  }

  .l-pickup-inner:nth-child(2n) {
    padding-right: 9.375vw;
  }

  .l-pickup-inner:nth-child(2n) .l-pickup-content {
    right: 0;
    padding: 90px 11.71875vw 90px 7.8125vw;
  }

  .l-pickup-inner:nth-child(2n) .l-pickup-content .part {
    top: 172px;
    right: 4.29688vw;
    left: auto;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .page-service .l-pickup-inner {
    margin-top: 100px;
    padding-bottom: 76px;
  }

  .page-service .l-pickup-inner:first-child {
    margin-top: 0;
  }

  .page-service .l-pickup-inner:nth-child(2n+1) {
    padding-left: 21.875vw;
  }

  .page-service .l-pickup-inner:nth-child(2n+1) .l-pickup-content {
    width: 37.5vw;
  }

  .page-service .l-pickup-inner:nth-child(2n) {
    padding-right: 21.875vw;
  }

  .page-service .l-pickup-inner:nth-child(2n) .l-pickup-content {
    width: 39.0625vw;
  }

  .l-pickup-inner figure {
    width: 76.5625vw;
    margin: 0;
  }

  .l-pickup-inner figure img {
    width: 100%;
  }

  .page-service .l-pickup-inner figure {
    width: 68.75vw;
  }

  .l-pickup-content {
    position: absolute;
    bottom: 0;
    width: 37.5vw;
    margin: 0;
  }

  .l-pickup-content .part {
    display: block;
    position: absolute;
    top: 86px;
    left: 60px;
    color: #3ce35f;
    font-family: 'Maitree', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 0.13em;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  .l-pickup-content .part .line {
    display: inline-block;
    position: relative;
    top: -0.15em;
    width: 60px;
    height: 1px;
    margin: 0 0 0 10px;
    background: #3ce35f;
    vertical-align: middle;
  }

  .l-pickup-content .title {
    margin: -3px 0 0;
    font-size: 3.3rem;
    line-height: 1.46;
  }

  .page-service .l-pickup-content .title {
    font-size: 3.1rem;
    line-height: 1.55;
    letter-spacing: 0.06em;
  }

  .l-pickup-content ul {
    margin: 31px 0 0;
  }

  .l-pickup-content ul li a {
    width: 19.53125vw;
  }

  .l-pickup-content .text {
    margin: 26px 0 0;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }

  .l-pickup-content .link {
    margin: 45px 0 0;
  }

  .l-pickup-content .link a {
    width: 19.53125vw;
    height: 42px;
  }

  .l-pickup-content .link a:before {
    right: 16px;
  }

  .l-client-list {
    margin: 83px 0 0;
  }

  .l-client-list ul li {
    width: 20%;
    height: 150px;
    border-left: 1px solid #ececec;
  }

  .l-client-list ul li:nth-child(5n + 1) {
    border-left: none;
  }

  .l-client-list ul li:nth-child(-n + 2) {
    height: 150px;
    padding-top: 0;
  }

  .l-client-list ul li:nth-last-child(-n + 2) {
    height: 150px;
    padding-bottom: 0;
  }

  .l-client-list ul li img {
    -webkit-transform: none;
    transform: none;
  }

  .l-client-list-more {
    margin: 80px 0 0;
  }

  .l-category-links,
  .l-main-category-links {
    display: block;
    margin: 80px 0 0;
  }

  .l-category-links ul,
  .l-main-category-links ul {
    display: flex;
    overflow-x: visible;
    justify-content: space-between;
    align-items: center;
  }

  .l-category-links ul li,
  .l-main-category-links ul li {
    display: block;
    flex: 1;
    height: 100px;
    padding: 0;
    border-right: 1px solid #e4e4e4;
    text-align: center;
  }

  .l-category-links ul li:first-child,
  .l-category-links ul li:last-child,
  .l-main-category-links ul li:first-child,
  .l-main-category-links ul li:last-child {
    padding: 0;
  }

  .l-category-links ul li:first-child,
  .l-main-category-links ul li:first-child {
    border-left: 1px solid #e4e4e4;
  }

  .l-category-links ul li a,
  .l-main-category-links ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-category-links ul li a:hover,
  .l-main-category-links ul li a:hover {
    color: rgba(40, 40, 40, 0.7);
  }

  .l-category-links ul li a,
  .l-main-category-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0.39062vw 30px;
    color: #282828;
    font-family: 'Heebo', FP-KoburinaGoStdN-W6, sans-serif;
    font-size: 1.2rem;
    line-height: 1.7;
    text-decoration: none;
  }

  .en .l-category-links ul li a,
  .en
	.l-main-category-links ul li a {
    font-family: 'acumin-pro', acumin-pro-Semibold, sans-serif;
    font-weight: 600;
  }

  .page-service-list .l-category-links ul li a,
  .page-english_service .l-category-links ul li a,
  .page-service-list
	.l-main-category-links ul li a,
  .page-english_service
	.l-main-category-links ul li a {
    padding: 0 0.39062vw 20px;
    font-size: 1.3rem;
  }

  .l-main-category-links {
    padding: 0 0 0 6.25vw;
  }

  .l-main-lead + .l-main-category-links {
    margin-top: 93px !important;
  }

  .page-service-list .l-main-category-links,
  .page-english_service .l-main-category-links {
    margin-top: 0;
  }

  .page-service-list .l-main-category-links ul,
  .page-english_service .l-main-category-links ul {
    padding-top: 118px;
    border-top: 1px solid #ececec;
  }

  .l-content-inner {
    margin: 90px 0 0 9.375vw;
    padding: 0 0 0 3.125vw;
  }

  .page-service-list .l-content-inner,
  .page-english_service .l-content-inner {
    margin: 39px 0 0;
  }

  .page-service-detail .l-content-inner,
  .single-english_service .l-content-inner {
    margin: 107px 0 0;
    padding: 0 0 0 12.5vw;
  }

  .page-case-detail .l-content-inner {
    margin: 60px 0 0;
    padding: 0 0 0 12.5vw;
  }

  .l-content-inner-hero figure {
    margin-right: -9.375vw;
    margin-bottom: 130px;
    margin-left: -12.5vw;
  }

  .l-content-inner-hero figure img {
    height: 390px;
  }

  .l-content-footer {
    margin: 120px 0 0;
  }

  .page-service-list .l-content-footer,
  .page-english_service .l-content-footer {
    margin: 0;
  }

  .page-service-detail .l-content-footer,
  .single-english_service .l-content-footer {
    margin: 120px 0 0;
  }

  .page-case-detail .l-content-footer {
    margin: 141px -9.375vw 0 0;
  }

  .l-content-footer table tbody {
    padding: 58px 0 64px;
  }

  .l-content-footer table th,
  .l-content-footer table td {
    font-size: 1.4rem;
  }

  .l-content-footer table th:first-child,
  .l-content-footer table td:first-child {
    width: 9.375vw;
    min-width: 120px;
    margin: 0 3.125vw 0 0;
  }

  .l-content-footer table th:last-child,
  .l-content-footer table td:last-child {
    flex: 1;
    width: auto;
  }

  .l-content-footer table a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-content-footer table a:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .l-content-footer .block-works {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 79px 9.375vw 80px 0;
  }

  .l-content-footer .block-works figure {
    width: 17.1875vw;
    height: 12.5vw;
    margin: 0;
  }

  .l-content-footer .block-works table {
    display: block;
    width: 35.15625vw;
    margin: 0 0 0 6.25vw;
  }

  .l-content-footer .block-works table tbody {
    padding: 0;
  }

  .l-content-footer .block-works table th,
  .l-content-footer .block-works table td {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .l-content-footer .block-works table th {
    width: 7.8125vw;
  }

  .l-content-footer .block-works table td {
    width: 28.125vw;
  }

  .l-content-footer .contact-footer {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 120px 0 0 0;
  }

  .page-service-list .l-content-footer .contact-footer,
  .page-english_service .l-content-footer .contact-footer {
    margin: 0 -9.375vw -26px -12.5vw;
    padding: 118px 9.375vw 0 15.625vw;
  }

  .page-service-detail .l-content-footer .contact-footer,
  .single-english_service .l-content-footer .contact-footer {
    margin: 0 -9.375vw -26px -21.875vw;
    padding: 138px 9.375vw 0;
  }

  .page-case-detail .l-content-footer .contact-footer {
    padding: 118px 9.375vw 0 0;
  }

  .l-content-footer .contact-footer .mod-link-btn {
    width: 28.125vw;
    margin: 0 0 0 auto;
  }

  .page-service-list .l-content-footer .contact-footer .mod-link-btn,
  .page-english_service .l-content-footer .contact-footer .mod-link-btn {
    width: 34.375vw;
  }

  .page-service-detail .l-content-footer .contact-footer .mod-link-btn,
  .single-english_service .l-content-footer .contact-footer .mod-link-btn {
    width: 37.5vw;
  }

  .l-content-footer .contact-footer-left {
    display: flex;
    align-items: center;
    width: 25vw;
    padding: 0 5vw 0 0;
  }

  .page-service-detail .l-content-footer .contact-footer-left,
  .single-english_service .l-content-footer .contact-footer-left {
    width: 26.5625vw;
  }

  .l-content-footer .contact-footer-left:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 140px;
    border-right: #c8c8c8 1px solid;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-content-footer .contact-footer-left p {
    font-size: 2.0rem;
    line-height: 1.7;
  }

  .page-service-list .l-content-footer .contact-footer-left p,
  .page-service-detail .l-content-footer .contact-footer-left p {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }

  .l-content-footer .contact-footer-right {
    flex: 1;
    margin: 0;
  }

  .page-service-list .l-content-footer .contact-footer-right,
  .page-service-detail .l-content-footer .contact-footer-right,
  .page-english_service .l-content-footer .contact-footer-right,
  .single-english_service .l-content-footer .contact-footer-right {
    margin: 0;
  }

  .page-case-detail .l-content-footer .contact-footer-right {
    justify-content: flex-end;
  }

  .l-content-footer .contact-footer-right figure {
    width: 14.0625vw;
    margin: 0 0 0 7.8125vw;
  }

  .page-service-list .l-content-footer .contact-footer-right figure,
  .page-english_service .l-content-footer .contact-footer-right figure {
    margin: 0 0 0 6.25vw;
  }

  .l-content-footer .contact-footer-right .profile {
    margin: 0 0 0 4.6875vw;
    letter-spacing: 1px;
  }

  .l-content-footer .contact-footer-right .profile .name {
    font-size: 2.2rem;
  }

  .l-content-footer .contact-footer-right .profile .english {
    margin: 12px 0 0;
    font-size: 1.0rem;
  }

  .l-content-footer .contact-footer-right .profile .job {
    margin: 28px 0 0;
    font-size: 1.2rem;
  }

  .l-content-footer .contact-footer-link {
    margin: 70px 0 -150px;
  }

  .works-list {
    margin: 73px -9.375vw 153px 0;
    padding: 66px 9.375vw 70px 0;
  }

  .works-list > ul {
    margin: 0;
  }

  .works-list > ul > li {
    display: flex;
    justify-content: space-between;
    margin: 55px 0 0;
    padding: 0 0 0 38px;
  }

  .works-list > ul > li span {
    width: 15.78125vw;
    margin: 0;
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  .works-list > ul > li span:before {
    top: 12px;
    left: -35px;
    width: 15px;
  }

  .works-list > ul > li ul {
    flex: 1;
    width: 40.625vw;
    margin: 0 0 0 auto;
  }

  .works-list > ul > li ul li {
    margin: 13px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }

  .media-col-1 {
    max-width: 100%;
    margin: 0 -3.125vw;
    text-align: center;
  }

  .media-col-1 figure {
    margin: 96px auto 0;
  }

  .media-col-1 figure figcaption {
    margin: 36px 0 0;
  }

  .media-col-2 {
    flex-direction: row;
    margin: 0 -3.125vw;
    letter-spacing: -0.4em;
  }

  .media-col-2 > * {
    letter-spacing: normal;
  }

  .media-col-2 figure {
    width: 50%;
    margin: 96px 0 0;
  }

  .media-col-2 figure img {
    height: 18.51562vw;
  }

  .media-col-2 figure figcaption {
    margin: 36px 0 0;
    padding: 0 3.125vw;
  }

  .page-service-detail .media-col-2 figure figcaption {
    margin: 29px 0 0;
  }

  .media-col-3 {
    flex-direction: row;
    margin: 0 -3.125vw;
    letter-spacing: -0.4em;
  }

  .media-col-3 > * {
    letter-spacing: normal;
  }

  .media-col-3 figure {
    width: 33.33333%;
    margin: 96px 0 0;
  }

  .media-col-3 figure img {
    height: 12.34375vw;
  }

  .media-col-3 figure figcaption {
    margin: 36px 0 0;
    padding: 0 3.125vw;
  }

  .page-service-detail .media-col-3 figure figcaption {
    margin: 27px 0 0;
  }

  .media-col figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
  }

  .media-youtube {
    margin: 100px -3.125vw 0;
  }

  .media-right {
    margin: 90px -9.375vw 92px 0;
  }

  .media-right figure figcaption {
    margin: 36px 0 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .media-right figure.top figcaption {
    margin: 0 0 36px;
  }

  .media-wide {
    margin: 90px -9.375vw 88px -21.875vw;
  }

  .media-wide figure figcaption {
    margin: 36px 0 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .related-link {
    display: flex;
    justify-content: flex-end;
    margin: 100px 0 0;
  }

  .related-link .mod-link {
    width: 28.125vw;
  }

  .related-link .mod-link:before {
    right: 24px;
  }

  .page-case-detail .related-link {
    margin: 90px 0 0;
  }

  .page-case-detail .related-link a:before {
    right: 8px;
  }

  .btn-col {
    margin: 60px 0 0 -40px;
    letter-spacing: -0.4em;
  }

  .btn-col > * {
    letter-spacing: normal;
  }

  .btn-col .mod-link-btn {
    display: inline-flex;
    width: calc(50% - 40px);
    height: 90px;
    margin: 40px 0 0 40px;
    padding: 0 7.8125vw 0 3.90625vw;
    vertical-align: top;
  }

  .btn-col .mod-link-btn .arrow {
    right: 3.90625vw;
  }

  .page-company-jwa .l-main-header {
    padding: 223px 12.5vw 150px;
  }

  .page-company-jwa .l-main-header-title {
    font-size: 3.0rem;
    letter-spacing: 0.015em;
  }

  .page-company-jwa .l-main-header-breadcrumbs {
    display: block;
    margin: -15px 0 0;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul {
    text-align: right;
    letter-spacing: -0.4em;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul > * {
    letter-spacing: normal;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
    color: #fff;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li:before {
    content: '/';
    display: block;
    position: absolute;
    left: 10px;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li:first-child:before {
    display: none;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li a {
    color: #fff;
    text-decoration: none;
  }

  .page-company-jwa .l-main-header-copy {
    margin: 120px 0 0;
    font-size: 3.6rem;
    line-height: 1.5;
  }

  .page-company-jwa .l-main-header-lead {
    width: 400px;
    margin: 40px 0 0;
    font-size: 1.5rem;
    line-height: 2.4;
  }

  .page-company-jwa .l-main-header-links {
    margin: 149px 0 0;
  }

  .page-company-jwa .l-main-header-links ul {
    justify-content: space-between;
  }

  .page-company-jwa .l-main-header-links ul li:nth-child(2n):before {
    left: 0;
  }

  .page-company-jwa .l-main-header-links ul li {
    width: 23.4375vw;
    margin: 0;
  }

  .page-company-jwa .l-main-header-links ul li:nth-child(2n + 1),
  .page-company-jwa .l-main-header-links ul li:nth-child(2n) {
    padding: 0;
  }

  .page-company-jwa .l-main-header-links ul li:nth-child(-n + 2) {
    margin: 0;
  }

  .page-company-jwa .l-main-header-links ul li a {
    height: 104px;
    padding: 31px 0 0 39px;
    font-size: 2.2rem;
  }

  .page-company-jwa .l-main-header-links ul li a:before {
    left: 39px;
  }

  .page-company-jwa .l-main-header-links ul li a .part {
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 1.2rem;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .page-company-jwa .l-main-header-links ul li a .sup {
    font-size: 1.1rem;
    letter-spacing: 0;
  }

  .page-company-jwa .l-main-content {
    padding: 229px 12.5vw 210px;
  }

  .page-company-jwa .l-main-content h2 {
    font-size: 5.0rem;
  }

  .page-company-jwa .l-main-content h2 .part {
    display: block;
    position: absolute;
    top: -17px;
    left: -64px;
    font-size: 2.0rem;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .page-company-jwa .l-main-content h2 .line {
    width: 140px;
  }

  .page-company-jwa .l-main-content h2 .sup {
    margin: 27px 0 0;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
  }

  .page-company-jwa .l-main-content-inner {
    margin: 109px 0 0;
    padding: 0 6.25vw 0 12.5vw;
  }

  .page-company-jwa .l-main-content-inner p {
    font-size: 1.5rem;
    line-height: 2.4;
    letter-spacing: 0.025em;
  }

  .page-company-jwa .l-main-content-inner .images {
    width: 74.21875vw;
    margin: 69px -18.75vw 0 0;
  }

  .page-company-jwa .l-main-content-inner .images img {
    width: 25%;
    height: 12.5vw;
  }

  .page-company-jwa .l-main-modal-links {
    margin: 55px 0 0;
  }

  .page-company-jwa .l-main-modal-links ul {
    flex-wrap: nowrap;
    margin: 0 -6.25vw 0 0;
  }

  .page-company-jwa .l-main-modal-links ul li {
    position: relative;
    width: 17.57812vw;
    margin: 0 0 0 4.29688vw;
  }

  .page-company-jwa .l-main-modal-links ul li:nth-child(2n) {
    margin: 0 0 0 4.29688vw;
  }

  .page-company-jwa .l-main-modal-links ul li:first-child {
    margin: 0;
  }

  .page-company-jwa .l-main-modal-links ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-company-jwa .l-main-modal-links ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .page-company-jwa .l-main-modal-links ul li a {
    padding: 0 0 80px;
  }

  .page-company-jwa .l-main-modal-links ul li a .title {
    font-size: 6.0rem;
  }

  .page-company-jwa .l-main-modal-links ul li a .title .small {
    margin: 0 0 0 12px;
    font-size: 1.6rem;
  }

  .page-company-jwa .l-main-modal-links ul li a .line {
    width: 30px;
    margin: 22px 0 0;
  }

  .page-company-jwa .l-main-modal-links ul li a .sup {
    margin: 24px 0 0;
    font-size: 1.2rem;
  }

  .page-company-jwa .l-main-modal-links ul li a .more {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }

  .page-company-jwa .l-main-modal-links ul li a .more:before {
    width: 52px;
    height: 52px;
    margin: 0 17px 0 0;
  }

  .page-company-jwa .l-main-modal-links ul li.other {
    margin: 0 0 0 4.29688vw;
  }

  .page-company-jwa .l-main-modal-links ul li.other a .title {
    padding: 15px 0 0;
    font-size: 0;
  }

  .page-company-jwa .l-main-modal-links ul li.other a .title .small {
    font-size: 1.8rem;
    letter-spacing: -0.045em;
  }

  .page-company-jwa .l-main-modal-links ul li.other a .sup {
    margin: 24px -1.95312vw 0 0;
    font-size: 1.3rem;
    line-height: 2;
  }

  .page-company-jwa .l-main-case {
    margin: 140px 0 0;
  }

  .page-company-jwa .l-main-case-title {
    display: flex;
    position: absolute;
    top: -17px;
    left: -66px;
    align-items: center;
    color: #3ce35f;
    font-family: 'Maitree', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .page-company-jwa .l-main-case-title .line {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    margin: 2px 0 0 16px;
    background: #3ce35f;
  }

  .page-company-jwa .l-main-case-slider {
    margin: 0 -18.75vw 0 0;
  }

  .page-company-jwa .l-main-case-slider-inner figure {
    width: 75vw;
    height: 30.46875vw;
  }

  .page-company-jwa .l-main-case-slider-inner .company,
  .page-company-jwa .l-main-case-slider-inner .title {
    width: 40.625vw;
  }

  .page-company-jwa .l-main-case-slider-inner .company {
    margin: 74px 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
  }

  .page-company-jwa .l-main-case-slider-inner .title {
    margin: 30px 0 0;
    font-size: 3.0rem;
    line-height: 1.5;
  }

  .page-company-jwa .l-main-case-slider-inner .link {
    margin: 61px 0 0;
  }

  .page-company-jwa .l-main-case-slider-inner .link a {
    width: 23.4375vw;
    height: 42px;
    font-size: 1.4rem;
  }

  .page-company-jwa .l-sub-inner {
    padding: 120px 9.375vw;
  }

  .page-company-jwa .l-sub-category-links {
    margin: 0;
  }

  .page-company-jwa .l-sub-category-links ul {
    display: flex;
    overflow-x: visible;
    justify-content: space-between;
    align-items: center;
  }

  .page-company-jwa .l-sub-category-links ul li {
    display: block;
    flex: 1;
    height: 100px;
    padding: 0;
    border-right: 1px solid #e4e4e4;
    text-align: center;
  }

  .page-company-jwa .l-sub-category-links ul li:first-child,
  .page-company-jwa .l-sub-category-links ul li:last-child {
    padding: 0;
  }

  .page-company-jwa .l-sub-category-links ul li:first-child {
    border-left: 1px solid #e4e4e4;
  }

  .page-company-jwa .l-sub-category-links ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-company-jwa .l-sub-category-links ul li a:hover {
    color: rgba(115, 115, 115, 0.7);
  }

  .page-company-jwa .l-sub-category-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0.39062vw;
    font-size: 1.2rem;
  }

  .page-company-jwa .l-sub-category-links ul li.is-current a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-company-jwa .l-sub-category-links ul li.is-current a:hover {
    color: rgba(40, 40, 40, 0.7);
  }

  .page-case .l-filter-trigger {
    width: 100%;
  }

  .page-case .l-filter-trigger-btn {
    width: 17.96875vw;
  }

  .page-news .l-main-content .l-column {
    margin: 120px 0 0;
  }

  .page-news .l-main-content .l-column-inner {
    margin: 87px 0 0;
  }

  .page-news .l-main-content .l-column-inner .title {
    margin: 37px 0 0;
    padding: 0 3.67188vw 0 0;
    font-size: 1.7rem;
    line-height: 1.58;
  }

  .page-news .l-content-inner .text-set table {
    overflow-x: auto;
    white-space: normal;
  }

  .page-home .l-kv-copy {
    bottom: 460px;
    left: 9.0625vw;
    font-size: 4.6rem;
    line-height: 1.6;
    letter-spacing: 0.12em;
  }

  .page-home .l-kv-copy span:nth-of-type(2) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(3) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(4) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(5) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(6) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(7) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(8) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(9) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(10) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(11) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(12) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(14) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(15) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(16) {
    margin: 0;
  }

  .page-home .l-kv-copy span:nth-of-type(17) {
    margin: 0;
  }

  .page-home .l-kv-title {
    bottom: 390px;
    left: 9.375vw;
    font-size: 2.2rem;
    letter-spacing: 0.02em;
  }

  .page-home .l-kv-title span:nth-of-type(2) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(2) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(3) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(4) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(5) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(6) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(7) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(8) {
    margin: 0 0 0 7px;
  }

  .page-home .l-kv-title span:nth-of-type(9) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(10) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(11) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(12) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(13) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(14) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(15) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(16) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(17) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(18) {
    margin: 0 0 0 7px;
  }

  .page-home .l-kv-title span:nth-of-type(19) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(20) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(21) {
    margin: 0;
  }

  .page-home .l-kv-title span:nth-of-type(22) {
    margin: 0;
  }

  .page-home .l-kv-scroll {
    display: block;
    position: absolute;
    right: 8.75vw;
    bottom: 365px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .page-home .l-kv-scroll-inner {
    display: flex;
    position: relative;
    align-items: center;
    color: #fff;
    font-family: 'Maitree', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }

  .page-home .l-kv-scroll-inner .line {
    display: block;
    position: absolute;
    top: 50%;
    left: 35px;
    overflow: hidden;
    width: 0;
    height: 1px;
    margin: 0 0 0 22px;
    transition: width 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 5s;
  }

  .page-home .l-kv-scroll-inner .line:before,
  .page-home .l-kv-scroll-inner .line:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: none;
  }

  .page-home .l-kv-scroll-inner .line:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .page-home .l-kv-scroll-inner .line:after {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }

  .page-home .l-kv-scroll-inner.is-active .line:before {
    transition: -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }

  .page-home .l-kv-scroll-inner.is-active .line:after {
    transition: -webkit-transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    transition: transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s, -webkit-transform 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .page-home .l-kv-scroll.is-fade .l-kv-scroll-inner .line {
    width: 145px;
    height: 1px;
  }

  .page-home .l-kv-anniversary {
    bottom: 190px;
    width: 430px;
    height: 80px;
    padding: 0 0 0 80px;
  }

  .page-home .l-kv-anniversary:before {
    width: 80px;
    height: 80px;
  }

  .page-home .l-kv-anniversary a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-home .l-kv-anniversary a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .page-home .l-kv-anniversary a {
    padding: 20px 70px 20px 40px;
  }

  .page-home .l-kv-anniversary a span {
    font-size: 1.4rem;
  }

  .page-home .l-kv-anniversary a .arrow {
    right: 40px;
  }

  .page-home .l-main {
    margin: 0 0 0 4.6875vw;
    padding: 60px 9.375vw 150px;
  }

  .page-home .l-main-emergency {
    margin: 80px 0 0;
    padding: 0 0 37px;
    border-bottom: 1px solid #ececec;
  }

  .page-home .l-main-emergency h2 {
    margin: 0 0 35px;
    font-size: 2.4rem;
  }

  .page-home .l-main-emergency h2 .line {
    width: 80px;
    margin: 0 0 0 15px;
  }

  .page-home .l-main-emergency-inner {
    margin: 0 0 0 9.375vw;
    padding: 30px 0 29px;
    border-top: 1px solid #ececec;
    border-bottom: none;
  }

  .page-home .l-main-emergency-inner:first-child {
    border: none;
  }

  .page-home .l-main-emergency-inner h3 {
    margin: 0;
    font-size: 1.7rem;
    letter-spacing: 0.025em;
  }

  .page-home .l-main-emergency-inner p {
    margin: 17px 0 0;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.035em;
  }

  .page-home .l-main-emergency-inner .link a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-home .l-main-emergency-inner .link a:hover {
    color: rgba(60, 227, 95, 0.7);
  }

  .page-home .l-main-inner {
    margin: 120px 0 0;
  }

  .page-dl .page-home .l-main-inner {
    margin: 140px 0 0;
  }

  .page-dl .page-home .l-main-inner:first-child {
    margin: 120px 0 0;
  }

  .page-home .l-main-inner h2 {
    margin: -3px 0 0;
  }

  .page-home .l-main-slider-wrap .mod-slider-scale-image {
    width: 85.9375vw;
    height: 29.6875vw;
    margin: 0 -9.375vw 0 0;
  }

  .page-home .l-main-slider-wrap .mod-slider-scale-nav {
    top: 26.71875vw;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .page-home .l-main-company a figure {
    overflow: hidden;
  }

  .page-home .l-main-company a figure img {
    transition: -webkit-transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .page-home .l-main-company a:hover figure img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }

  .ie11 .page-home .l-main-company a:hover figure img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
  }

  .page-home .l-main-company a {
    height: 29.6875vw;
    margin: 0 -9.375vw 0 0;
    padding: 0.9375vw 0 0 9.375vw;
  }

  .page-home .l-main-company-copy {
    font-size: 3.0rem;
    line-height: 1.66;
    letter-spacing: 0.06em;
  }

  .page-home .l-main-company-sup {
    display: block;
    position: relative;
    margin: 22px 0 0;
    font-family: 'Maitree', sans-serif;
    font-size: 1.8rem;
    letter-spacing: normal;
  }

  .page-home .l-main-company-title {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30.85938vw;
    margin: 0;
    font-size: 1.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-home .l-main-company-title .line {
    top: -1px;
    margin: 0 0 0 40px;
    background: transparent;
  }

  .page-home .l-main-company-title .line:before,
  .page-home .l-main-company-title .line:after {
    background: #fff;
  }

  .page-english .l-kv-copy {
    line-height: 1.4;
    letter-spacing: 1.54px;
  }

  .page-english .l-kv-copy span:nth-of-type(2) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(3) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(4) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(5) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(6) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(7) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(8) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(9) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(10) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(11) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(12) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(13) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(14) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(15) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(16) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(17) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(18) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(19) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(20) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(21) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(22) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(23) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(24) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(25) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(26) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(27) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(28) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(29) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(30) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(31) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(32) {
    margin: 0;
  }

  .page-english .l-kv-copy span:nth-of-type(33) {
    margin: 0;
  }

  .page-english .l-kv-title {
    bottom: 390px;
  }

  .page-english .l-kv-title span:nth-of-type(2) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(2) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(3) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(4) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(5) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(6) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(7) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(8) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(9) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(10) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(11) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(12) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(13) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(14) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(15) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(16) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(17) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(18) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(19) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(20) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(21) {
    margin: 0;
  }

  .page-english .l-kv-title span:nth-of-type(22) {
    margin: 0;
  }

  .l-filter {
    margin: 80px 0 0 0;
  }

  .l-filter.is-active .l-filter-trigger {
    margin: 0 0 70px;
  }

  .l-filter-trigger-check {
    position: relative;
    padding-left: 6.17188vw;
  }

  .l-filter-trigger-check::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #e4e4e4;
  }

  .l-filter-trigger-check .checkbox {
    width: auto;
    min-width: 95px;
    max-width: none;
    margin: 16px 60px 16px 0;
  }

  .l-filter-trigger-btn {
    width: 17.96875vw;
  }

  .l-filter-trigger-btn .mod-ac-trigger {
    font-size: 1.3rem;
  }

  .l-filter-target {
    width: 92.06349vw;
    margin: 0 0 0 -9.375vw;
  }

  .l-filter-target-inner {
    padding: 50px 9.375vw 75px 15.625vw;
  }

  .l-filter-target-inner .mod-ac-close {
    top: 40px;
    right: 12.5vw;
  }

  .l-filter-target-inner .mod-ac-close::before {
    top: 15px;
    right: 0;
  }

  .l-filter-target-inner .mod-ac-close::after {
    top: 15px;
    right: 0;
  }

  .l-filter-target-inner-radio {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }

  .l-filter-target-inner-radio .radio {
    margin: 30px 8.98438vw 0 0;
    font-size: 1.3rem;
  }

  .l-filter-target-inner-check .checkbox {
    width: 25%;
    font-size: 1.3rem;
  }

  .l-main-content {
    margin: 120px 0 0;
    padding: 0;
  }

  .l-main-content .l-column-inner a .info .company {
    font-size: 1.3rem;
  }

  .l-main-content-more {
    display: flex;
    justify-content: center;
    margin: 140px 0 0;
  }

  .l-main-content-more .mod-link {
    width: 21.875vw;
  }

  .page-dl .l-content-inner {
    margin: 80px 0 0 0;
    padding: 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner {
    padding: 0 4.6875vw 0 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner figure {
    margin: 0 -4.6875vw 0 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .title {
    font-size: 2.4rem;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .text {
    color: #282828;
    font-size: 1.3rem;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .related-link {
    margin: 50px 0 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .related-link .mod-link:before {
    content: '';
    right: 10px;
    width: 14px;
    height: 100%;
    border-radius: 0;
    background: url(/wp-content/themes/jwa2019/assets/img/ico_dl.png) no-repeat;
  }

  .page-contact .l-main-inner,
  .page-dl .l-main-inner {
    margin: 80px 0 0;
    font-size: 1.4rem;
  }

  .page-contact .l-main-inner .input-notice,
  .page-dl .l-main-inner .input-notice {
    padding: 33px 0;
  }

  .page-contact .l-main-inner .input-notice ul li,
  .page-dl .l-main-inner .input-notice ul li {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .page-contact .l-main-inner .input-notice p,
  .page-dl .l-main-inner .input-notice p {
    margin: 33px 0 0;
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .page-contact .l-main-inner .input-notice p:first-of-type,
  .page-dl .l-main-inner .input-notice p:first-of-type {
    margin: 0;
  }

  .page-contact .l-main-inner .contact-form-col,
  .page-dl .l-main-inner .contact-form-col {
    display: flex;
    flex-wrap: wrap;
  }

  .page-contact .l-main-inner .contact-form-col .contact-label,
  .page-dl .l-main-inner .contact-form-col .contact-label {
    width: 200px;
    padding: 25px 80px 0 0;
  }

  .page-contact .l-main-inner .contact-form-col .confirm-display,
  .page-dl .l-main-inner .contact-form-col .confirm-display {
    padding: 25px 0 0;
  }

  .page-contact .l-main-inner .contact-form-col input[type='text'],
  .page-dl .l-main-inner .contact-form-col input[type='text'] {
    flex: 1;
    height: 70px;
    padding: 25px 50px;
  }

  .page-contact .l-main-inner .contact-form-col .contact-form-check,
  .page-dl .l-main-inner .contact-form-col .contact-form-check {
    flex: 1;
  }

  .page-contact .l-main-inner .contact-form-col .contact-form-check .checkbox,
  .page-dl .l-main-inner .contact-form-col .contact-form-check .checkbox {
    max-width: 18.66667vw;
  }

  .page-contact .l-main-inner .contact-form-col select,
  .page-dl .l-main-inner .contact-form-col select {
    flex: 1;
    height: 70px;
    padding: 25px 50px;
  }

  .page-contact .l-main-inner .contact-form-col textarea,
  .page-dl .l-main-inner .contact-form-col textarea {
    flex: 1;
    height: 280px;
    padding: 25px 50px;
  }

  .page-contact .l-main-inner .contact-form-col button,
  .page-dl .l-main-inner .contact-form-col button {
    justify-content: center;
    margin: 0 0 0 200px;
  }

  .page-contact .l-main-inner .contact-form-col .sup,
  .page-dl .l-main-inner .contact-form-col .sup {
    display: inline-block;
    margin: 0 0 0 200px;
  }

  .page-contact .l-main-inner .contact-form-col .confirm-back,
  .page-dl .l-main-inner .contact-form-col .confirm-back {
    flex: 1;
  }

  .page-contact .l-main-inner .contact-form-col .confirm-send,
  .page-dl .l-main-inner .contact-form-col .confirm-send {
    flex: 1;
    margin: 0 0 0 30px;
  }

  .page-contact .l-main-inner .contact-form-col .error,
  .page-dl .l-main-inner .contact-form-col .error {
    margin: 15px 0 0 250px;
  }

  .page-contact .l-main-inner .contact-form-col-2,
  .page-dl .l-main-inner .contact-form-col-2 {
    display: flex;
    width: 100%;
    margin: 0 0 0 200px;
  }

  .page-sitemap .l-kv {
    height: 300px;
  }

  .page-sitemap .l-kv h1 {
    margin: 90px 0 0 2.66667vw;
    font-size: 3.0rem;
  }

  .page-sitemap .l-kv h1:before {
    left: -2.66667vw;
    height: 100%;
  }

  .page-sitemap .l-main-service-inner {
    padding: 70px 0;
  }

  .page-sitemap .l-main-service-inner:first-child {
    padding: 0 0 70px;
  }

  .page-sitemap .l-main-service-inner h3 {
    margin: 0 0 0 1.5625vw;
    font-size: 2.3rem;
    line-height: 1.74;
    letter-spacing: 0.02em;
  }

  .page-sitemap .l-main-service-inner h3:before {
    left: -1.5625vw;
    height: 80%;
  }

  .page-sitemap .l-main-service-links {
    width: 100%;
  }

  .page-sitemap .l-main-service-links li {
    width: 21.09375vw;
    margin: 30px 0 0;
  }

  .page-sitemap .l-main-service-links li:nth-child(n + 1) {
    margin-left: 3.125vw;
  }

  .page-sitemap .l-main-service-links li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .page-sitemap .l-main-service-links li:nth-child(-n + 3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .mod-thumb a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .mod-thumb a:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .mod-thumb a figure {
    overflow: hidden;
  }

  .mod-thumb a figure img {
    transition: -webkit-transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1), -webkit-transform 1.5s cubic-bezier(0.02, 0.01, 0.47, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .mod-thumb a:hover figure img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
  }

  .ie11 .mod-thumb a:hover figure img {
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
    transform: matrix(1.05, 0, 0, 1.05, 0, 0) rotate(0.1deg);
  }

  .l-header-nav-list2 li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-header-nav-list2 li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .l-footer-copyright-links li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-footer-copyright-links li a:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .l-main-breadcrumbs ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .l-main-breadcrumbs ul li a:hover {
    color: rgba(115, 115, 115, 0.7);
  }

  .l-column.col-4 .l-column-inner {
    margin-top: 61px;
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li a {
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
  }

  .page-company-jwa .l-main-header-breadcrumbs ul li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }

  .is-sp-show {
    display: block !important;
  }

  .is-sp-hide {
    display: none !important;
  }

  .is-br-sp-show {
    display: inline-block !important;
  }

  .is-menu-fade-in .l-header-menu {
    display: block;
    -webkit-animation: menu-bg-open 0.3s ease-in forwards;
    animation: menu-bg-open 0.3s ease-in forwards;
  }

  .is-menu-open .l-header-menu {
    display: block;
    background: white;
  }

  .is-menu-close .l-header-menu {
    display: block;
    background: white;
    -webkit-animation: menu-close 0.5s ease-in-out 0.1s forwards;
    animation: menu-close 0.5s ease-in-out 0.1s forwards;
  }

  .is-menu-open .l-header-nav,
  .is-menu-close .l-header-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1px 0;
  }

  .l-header-nav-list {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  .is-menu-open .l-header-nav-list {
    visibility: visible;
    -webkit-animation: menu-slide-in-flex 0.5s ease-in-out 0.5s forwards;
    animation: menu-slide-in-flex 0.5s ease-in-out 0.5s forwards;
  }

  .is-menu-close .l-header-nav-list {
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .l-header-nav-list2 {
    display: none;
    opacity: 0;
  }

  .is-menu-open .l-header-nav-list2 {
    display: flex;
    -webkit-animation: menu-fade-in-flex 0.3s ease-in-out 0.3s forwards;
    animation: menu-fade-in-flex 0.3s ease-in-out 0.3s forwards;
  }

  .is-menu-close .l-header-nav-list2 {
    display: flex;
    opacity: 1;
  }

  #js-header-search-link {
    display: none;
  }

  .is-menu-open .l-header-search {
    display: block;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 76px;
  }

  .is-menu-open .l-header-search form {
    position: relative;
  }

  .is-menu-open .l-header-search form:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 8.53333vw;
    width: 16px;
    height: 16px;
    background: url(/wp-content/themes/jwa2019/assets/img/ico_search_02.png);
    background-size: cover;
  }

  .is-menu-open .l-header-search form #SS_searchQuery {
    outline: 0;
    width: 100%;
    height: 100%;
    padding: 28px 22.66667vw 28px 15.46667vw;
    border: none;
    background: #f9f9f9;
    font-size: 1.6rem;
  }

  .is-menu-open .l-header-search form #SS_searchSubmit {
    display: none;
  }

  .media-col .media-col-3 figure + figure {
    margin: 28px 0 0;
  }

  .media-col figure + figure {
    margin: 26px 0 0;
  }

  .media-col figure.top + figure {
    margin: 2em 0 0;
  }

  .media-col figure.bottom + figure {
    margin: 2em 0 0;
  }

  .media-right figure.top + figure {
    margin: 26px 0 0;
  }

  .media-right figure.bottom + figure {
    margin: 26px 0 0;
  }

  .page-dl .l-content-inner > p {
    font-size: 1.3rem;
    line-height: 2;
  }

  .page-dl .l-content-inner .l-column {
    margin: 20px 0 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner {
    margin: 38px 0 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner:first-child {
    margin: 0;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .title {
    margin: 23px 0 0;
    letter-spacing: normal;
  }

  .page-dl .l-content-inner .l-column .l-column-inner .text {
    padding: 0;
    font-size: 1.2rem;
    line-height: 2;
  }

  .page-contact .l-main-inner .contact-form-col .confirm-display,
  .page-dl .l-main-inner .contact-form-col .confirm-display {
    padding: 10px 0 0;
  }

  .page-contact .l-main-inner .contact-form-col .confirm-send,
  .page-dl .l-main-inner .contact-form-col .confirm-send {
    margin: 20px 0;
  }

  .page-contact .l-main-inner .contact-form-col .error,
  .page-dl .l-main-inner .contact-form-col .error {
    margin: 10px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header-logo {
    left: 6.25vw;
  }

  .l-header-logo-english {
    left: 6.25vw;
  }

  .l-header-nav {
    padding: 0 0 0 calc(6.25vw + 190px);
  }

  .l-header-nav-list {
    margin: 0 1.17188vw 0 0;
  }

  .l-header-nav-list li {
    padding: 0 0.78125vw;
  }

  .l-header-nav-list2 {
    width: 200px;
  }

  .l-header-nav-list2 li a {
    padding: 0.39062vw;
  }

  .l-footer-cta-copy {
    max-width: 100%;
  }

  .l-footer-cta-links {
    max-width: 100%;
  }

  .l-footer-cta-links li a .arrow {
    right: 4.29688vw;
    width: 2.73438vw;
    height: 0.78125vw;
  }

  .l-footer-cta-links-title {
    padding: 0 7.03125vw 0 0;
    font-size: 1.95312vw;
  }

  .l-footer-cta-links-text {
    padding: 0 2.34375vw 0 0;
  }

  .l-footer-copyright {
    padding: 96px 9.375vw 63px;
  }

  .page-home .l-footer-copyright {
    padding-top: 80px;
  }

  .page-dl .l-footer-copyright {
    padding-top: 17px;
  }

  .l-footer-copyright-copy {
    max-width: 100%;
  }

  .l-footer-copyright-inner {
    max-width: 100%;
  }

  .l-footer-copyright-links li {
    margin: 0 2.1875vw 0 0;
  }

  .l-footer-copyright-links li.slash {
    padding: 0 2.73438vw 0 0;
  }

  .l-kv + .l-main {
    margin-top: -80px;
  }

  .l-content-footer .contact-footer .mod-link-btn {
    font-size: 1.09375vw;
  }

  .l-content-footer .contact-footer-left p {
    font-size: 1.5625vw;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}