@charset "UTF-8";
/* variable
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Parisienne&display=swap");
@font-face {
  font-family: "NexaBold";
  src: url("../fonts/nexa-bold-cufonfonts/NexaBold.eot");
  src: url("../fonts/nexa-bold-cufonfonts/NexaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa-bold-cufonfonts/NexaBold.otf") format("opentype");
  -ms-font-feature-settings: "normal";
}
@font-face {
  font-family: "NexaExBold";
  src: url("../fonts/Nexa Bold.eot");
  src: url("../fonts/Nexa Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa Bold.otf") format("opentype");
  -ms-font-feature-settings: "normal";
}
@font-face {
  font-family: "NexaLight";
  src: url("../fonts/nexa-bold-cufonfonts/NexaLight.eot");
  src: url("../fonts/nexa-bold-cufonfonts/NexaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa-bold-cufonfonts/NexaLight.otf") format("opentype");
  -ms-font-feature-settings: "normal";
}
/* @mixin
----------------------------------------------- */
/* all style
----------------------------------------------- */
html,
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  overflow: unset;
  letter-spacing: 0.06em;
  color: #201F1F;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 2;
}

h1,
h2,
h3 {
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

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

p,
dl,
ul,
li,
dd {
  line-height: 2;
}

strong,
b {
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

a {
  color: #E60012;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:focus, a:hover, a.active {
  color: #9a000c;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:focus img, a:hover img, a.active img {
  opacity: 0.8;
}

* {
  outline: none;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #E60012;
}

img.sp,
img.pc {
  margin-left: auto;
  margin-right: auto;
}

.svg-icon {
  width: 3rem;
  height: 3rem;
  fill: #CCC;
}

.ovf-hidden {
  overflow: hidden;
}

#container {
  min-height: 500px;
}

#page-top a {
  background-color: #201F1F;
}

.bg-gray {
  background-color: #ededed;
}

.row img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none) {
  .row img {
    width: 100%;
  }
}

.border-b-dotted {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(50%, #000000), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
}

.button {
  font-size: 17px;
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  letter-spacing: 2px;
}
.button a,
.button input {
  display: inline-block;
  width: 160px;
  padding: 14px 6px 10px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #201F1F;
  border-radius: 3px;
  color: #201F1F;
}
.button a:hover,
.button input:hover {
  background: #201F1F;
  color: #fff;
}

.button_w {
  font-size: 18px;
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  letter-spacing: 2px;
}
.button_w a,
.button_w input {
  display: inline-block;
  width: 160px;
  padding: 12px 6px 8px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
}
.button_w a:hover,
.button_w input:hover {
  background: #fff;
  color: #201F1F;
}

@media (max-width: 767px) {
  .button,
  .button_w {
    font-size: 15px;
  }
  .button a,
  .button input,
  .button_w a,
  .button_w input {
    width: 140px;
    padding: 10px 6px 6px;
  }
}
@media (max-width: 767px) {
  .link-wrap a {
    font-size: 1.4rem;
  }
}

.wp-caption {
  margin: 4rem 0;
  padding: 1rem 1rem 0;
  background: none;
}

.wp-caption-text,
.gallery-caption {
  margin: 1rem;
}

.clearboth {
  clear: both;
}

.sticky {
  position: sticky;
}
@media (min-width: 768px) {
  .sticky {
    top: 30px;
  }
}

.inline-dl dt,
.inline-dl dd {
  display: inline-block;
}

.no-padding {
  padding: 0;
}

select:hover {
  cursor: pointer;
}

ul.note-list {
  display: inline-block;
  text-align: left;
  margin: 3rem 0;
  padding-left: 1.5rem;
}
ul.note-list li {
  font-size: 1.2rem;
  color: #777;
  display: list-item;
  list-style-type: disc;
}

.note {
  font-size: 90%;
  color: #666;
}

@media (max-width: 767px) {
  .text-center {
    text-align: center;
  }
  .text-center p {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-center {
    text-align: center;
  }
}

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

/* hedden
----------------------------------------------- */
@media (max-width: 767px) {
  .sp-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table.table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.breadcrumb {
  border: none;
  background: none;
  padding: 0;
  margin: 30px auto -30px;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  max-width: 1182px;
  text-align: left !important;
}

.block_title {
  font-size: 3rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 0 40px;
  line-height: 1.3;
}
.block_title span.eng {
  font-size: 1.6rem;
  font-family: "Courier New", serif;
  color: #E60012;
  display: block;
  position: relative;
  z-index: 1;
  letter-spacing: 0.25rem;
  margin: 20px auto;
}
.block_title span.eng:before, .block_title span.eng:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#E60012), color-stop(50%, #E60012), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #E60012, #E60012 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
}
.block_title + .summary {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: -16px auto 40px;
}

.block_title02 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: left;
  line-height: 1.3;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.block_title02:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(50%, #333), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #333, #333 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.bg-gray-title {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0.6em;
  margin: 1.5em 0 1em;
  background: #F4F4F4;
  border-radius: 5px;
}

.title-dotted {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "TsukuGoPr5N-D", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
  margin: 0 0 30px;
}
.title-dotted .whtie-bg {
  background: #FFF;
  padding-right: 2rem;
}
.title-dotted:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(50%, #333), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #333, #333 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
  top: 50%;
  position: absolute;
  z-index: -1;
}

.title-dotted-bottom {
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 30px;
}
.title-dotted-bottom:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#333), color-stop(50%, #333), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #333, #333 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

.title-line-sand {
  font-size: 2.3rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "TsukuGoPr5N-D", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1;
  padding: 14px 2px 12px;
  color: #222;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.title-ib {
  display: inline-block;
  text-align: center;
}

.label-archive {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.label-archive:after {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#999), color-stop(50%, #999), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #999, #999 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 20%);
  background-size: 6px 3px;
  height: 1px;
  top: 50%;
  position: absolute;
  z-index: -1;
}
.label-archive span {
  display: inline-block;
  margin: auto;
  padding: 0.8rem 3.5rem;
  border-radius: 5px;
  border: 1px solid #999;
  background: #FFF;
}

.outline-jumbotron {
  background: none;
  border: 5px solid #ededed;
}

.lg-toolbar a#lg-download {
  display: none;
}

.lg-thumb.lg-group {
  margin: auto;
}

.anchor-link-dl dt {
  font-size: 1.6rem;
}
.anchor-link-dl dd {
  display: inline-block;
  padding: 1rem 2rem;
  padding-left: 22px;
  position: relative;
}
.anchor-link-dl dd::before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  top: 50%;
}

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

.justify-content-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-sb {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.flex-wrap .flex-item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* モーダルウィンドウ style
----------------------------------------------- */
html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}
html.no-scroll header,
body.no-scroll header {
  z-index: 2 !important;
}

.modal-on:hover {
  cursor: pointer;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-scrolling: touch;
}
.modal-container .modalBK {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8);
}
.modal-container .modalBK:hover {
  cursor: pointer;
}
.modal-container .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .modal-container .modal-body {
    padding: 2rem;
  }
}
.modal-container .modalBody {
  background: #FFF;
  position: absolute;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1080px;
  max-width: 85vw;
  max-height: 85vh;
  z-index: 100;
}
@media (min-width: 768px) {
  .modal-container .modalBody::-webkit-scrollbar {
    width: 8px;
  }
  .modal-container .modalBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .modal-container .modalBody::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}
.modal-container .modalBody.full-w {
  width: 100%;
}
@media (max-width: 767px) {
  .modal-container .modalBody.full-w {
    max-width: 100%;
    max-height: 100%;
  }
}
.modal-container .modalBody.md-w {
  width: 600px;
}
@media (max-width: 767px) {
  .modal-container .modalBody.md-w {
    max-width: 100%;
    max-height: 100%;
  }
}
.modal-container .modalBody .modal-header {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}
@media (min-width: 768px) {
  .modal-container .modalBody .modal-header {
    padding: 3rem 5rem;
  }
}
.modal-container .modalBody .modal-header .modal-title {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .modal-container .modalBody .modal-header .modal-title {
    font-size: 2.1rem;
  }
}
.modal-container .modalBody .modal-header .modal-off {
  float: right;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  opacity: 0.8;
  padding: 0;
  margin: 0;
}
.modal-container .modalBody .modal-header .modal-off:hover {
  opacity: 0.6;
  cursor: pointer;
}
.modal-container .modalBody .inner-content {
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .modal-container .modalBody .inner-content {
    padding: 3rem 5rem;
  }
}
.modal-container .modal-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.modal-container .modal-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  background: #fff;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal-container .modal-content {
    max-height: 85vh;
    padding: 5rem;
  }
  .modal-container .modal-content::-webkit-scrollbar {
    width: 8px;
  }
  .modal-container .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .modal-container .modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  }
}
.modal-container .title-wrap {
  border-bottom: 1px solid #ddd;
  padding: 0rem 2rem 2rem;
  margin: 0 -2rem 2rem !important;
}
@media (min-width: 768px) {
  .modal-container .title-wrap {
    margin: -5rem -5rem 3rem !important;
    padding: 3rem 5rem 2.5rem;
  }
}
.modal-container .modal-title {
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Source Sans Pro", "TsukuGoPr5N-D", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.5;
}
.modal-container .description {
  display: block;
  padding-bottom: 3rem;
  margin: 3rem 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
@media (min-width: 768px) {
  .modal-container .description {
    padding-bottom: 5rem;
    margin: 5rem 0;
  }
}

.lum-lightbox.open {
  z-index: 100;
}

/* iframeのレスポンシブ対応
----------------------------------------------- */
.inport {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.inport iframe,
.inport object,
.inport embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テキスト設定
----------------------------------------------- */
.category-content-wrap {
  line-height: 2.6;
}

/* page-heading
----------------------------------------------- */
.page-heading {
  border: none;
  color: #201F1F;
  font-size: 2.1rem;
  text-align: center;
  padding: 0;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .page-heading {
    font-size: 2.6rem;
  }
}

.cb {
  width: 1.4rem;
  height: 1.4rem;
}

.cb-xs {
  width: 0.8rem;
  height: 0.8rem;
}

.cb-sm {
  width: 1.1rem;
  height: 1.1rem;
}

.cd-md {
  width: 3rem;
  height: 3rem;
}

.cd-lg {
  width: 5rem;
  height: 5rem;
}

.cb-warning {
  fill: #E60012;
}

div.table ol li {
  background: #EFEFEF;
  padding: 1rem 1.6rem;
}

.description {
  text-align: center;
  margin-bottom: 6rem;
}

.annotation {
  font-size: 85%;
  color: #555;
}

.complete_message h2 {
  margin-bottom: 6rem;
}

.list-inline li,
.list-inline dt,
.list-inline dd {
  display: inline-block;
}

.bg-wrap,
.bg-wrap-herf {
  background-size: cover;
  position: relative;
}
.bg-wrap::before,
.bg-wrap-herf::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bg-wrap > *,
.bg-wrap + *,
.bg-wrap-herf > *,
.bg-wrap-herf + * {
  position: relative;
  z-index: 1;
}

.bg-wrap-herf {
  padding-top: 100px;
  padding-bottom: 140px;
  margin-bottom: -140px;
  background-position: 50%;
}
@media (min-width: 768px) {
  .bg-wrap-herf {
    padding-top: 120px;
    padding-bottom: 180px;
    margin-bottom: -180px;
    display: block;
  }
}

/* font-style
----------------------------------------------- */
/* title-style
----------------------------------------------- */
.title, .title_w {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 3px;
  font-size: 27px;
  padding-bottom: 4px;
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #201F1F;
}

.titleA, .titleA_w {
  padding-bottom: 0.4em;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 5px;
  font-size: 48px;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #201F1F;
}

.title_w {
  color: #fff;
}

.titleA_w {
  color: #fff;
}

.subtitle {
  font-size: 14px;
  font-weight: bold;
}

.underline, .underline_w {
  position: relative;
}
.underline:after, .underline_w:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 27px;
  height: 0;
  margin: auto;
  border-bottom: 3px solid #201F1F;
}

.underline_w:after {
  border-bottom: 3px solid #201F1F;
}

/* ----------------------------------------------- */
/* #wrapper
/* ----------------------------------------------- */
._container {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  max-width: 945px;
  padding: 0 20px;
  margin: auto;
}

.wrap {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  padding: 0 20px;
}

#wrapper {
  background: #FFF;
}

.content {
  margin-top: 0;
}

/* header
----------------------------------------------- */
/* header-nav */
.menu-header #menu-item-91,
.menu-header #menu-item-161 {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.menu-header #menu-item-91.active:before,
.menu-header #menu-item-161.active:before {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.menu-header #menu-item-91.active:after,
.menu-header #menu-item-161.active:after {
  bottom: -1px;
  visibility: visible;
}
.menu-header #menu-item-91.active a:before,
.menu-header #menu-item-161.active a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: -25px;
}
.menu-header a:hover {
  background: unset;
}
.menu-header li a {
  position: relative;
  font-size: 19px;
  letter-spacing: 2px;
}
.menu-header li a:hover:after {
  width: 21%;
  left: 39.5%;
}
.menu-header li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 14px;
  background: #201F1F;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

#menu-global_zh {
  font-family: "Noto Sans SC", serif;
}
#menu-global_zh li a:hover:after {
  width: 50%;
  left: 23.5%;
}

.navi-in > ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navi-in > ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto !important;
}

.header-menu-product-wrap {
  position: relative;
}

.header-menu-product {
  position: absolute;
  top: 50px;
  width: 100%;
  padding: 0 0 25px;
  -webkit-box-shadow: 0 0 2px rgba(183, 183, 183, 0.8);
          box-shadow: 0 0 2px rgba(183, 183, 183, 0.8);
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  visibility: hidden;
  z-index: 0;
}
.header-menu-product ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu-product ul li {
  margin: 25px 7px 0;
  font-size: 0;
}
.header-menu-product ul li a {
  display: block;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.header-menu-product ul li a:hover {
  opacity: 0.7;
}
.header-menu-product.active {
  display: block;
  top: 0;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.header-language {
  text-align: right;
  margin: 0 20px;
}
.header-language a {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  font-size: 12px;
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #201F1F;
}
.header-language .active:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 15px;
  height: 0;
  margin: auto;
  border-bottom: 2px solid #201F1F;
}

#header {
  position: relative;
  padding: 10px 0 0;
  text-align: center;
  line-height: 1.5;
}
#header .logo-image {
  padding: 0;
  line-height: 0;
}
#header .header-logo-text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  #header .header-logo-text {
    min-height: 30px;
  }
}

.navi {
  margin-top: 32px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  #header-container {
    position: relative;
    z-index: 99999;
  }
  #header-container.is_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  body.sp-menu-active {
    overflow: hidden;
  }
  .sp-menu-bg.active {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    background: rgba(0, 0, 0, 0.2);
  }
  #header {
    padding: 10px 0 6px;
    text-align: left;
    background: #fff;
    z-index: 200;
  }
  #header .header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  #header .header-logo-wrap {
    width: 85%;
  }
  #header .header-logo-text {
    display: inline-block;
    padding-left: 8%;
    font-size: 12px;
    font-weight: 700;
  }
  #header .header-logo-en .logo {
    position: relative;
    top: 8px;
  }
  #header .sp-menu {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 22px;
    top: 7px;
  }
  #header .sp-menu span {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #201F1F;
    margin: auto;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #header .sp-menu span:nth-of-type(1) {
    top: 3px;
    bottom: 99%;
  }
  #header .sp-menu span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  #header .sp-menu span:nth-of-type(3) {
    top: 99%;
    bottom: 3px;
  }
  #header .sp-menu.active span:nth-of-type(1), #header .sp-menu.active span:nth-of-type(3) {
    top: 0;
    bottom: 0;
  }
  #navi {
    position: relative;
    margin-top: 0;
    border: none;
  }
  #navi {
    position: fixed;
    top: -100%;
    bottom: 100%;
    left: 0;
    width: 100%;
    overflow: scroll;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: none;
  }
  #navi.active {
    bottom: 0;
  }
  .navi-sp {
    position: relative;
    margin-top: 0;
    border: none;
  }
  .navi-in-sp {
    padding-bottom: 50px;
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    z-index: 100;
  }
  .navi-in-sp > .menu-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: left;
  }
  .navi-in-sp > .menu-mobile li {
    width: 100% !important;
    height: 70px !important;
    line-height: 60px !important;
  }
  .navi-in-sp > .menu-mobile li a {
    font-size: 21px !important;
    letter-spacing: 2px;
  }
  .navi-in-sp .header-right {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  .navi-in-sp .header-right .header-language {
    display: inline-block;
    line-height: 1.2;
  }
  .navi-in-sp .header-right .header-language a {
    padding: 6px 0 6px 4px;
  }
  .navi-in-sp .header-right .header-language .active:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: unset;
    left: 0;
    width: 0;
    height: 12px;
    margin: auto;
    border-left: 2px solid #201F1F;
  }
  .navi-in-sp .header-right .facebook {
    display: inline-block;
    margin-top: 5px;
    padding: 5px 0;
  }
  .go-to-top {
    z-index: 99998;
  }
}
.menu-header,
.menu-mobile {
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

/* -----------------------------------------------
-----------------------------------------------
#contents
-----------------------------------------------
----------------------------------------------- */
#contents {
  padding: 0;
}

/* #contents_top
----------------------------------------------- */
#contents_top {
  margin-bottom: 10rem;
}

/* topicpath
----------------------------------------------- */
#topicpath {
  border: none;
  background: #F7F7F7;
  padding: 0;
}
#topicpath #list_header_menu {
  padding: 0.8rem 0;
  border: none;
}
#topicpath #list_header_menu li {
  font-size: 1.2rem;
  color: #AAA;
}
#topicpath #list_header_menu li::after {
  content: ">";
  padding: 0 1rem;
}
#topicpath #list_header_menu li a {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #888;
}
#topicpath #list_header_menu li a:hover {
  color: #E60012;
}
#topicpath #list_header_menu li:last-child::after {
  content: none;
}

.contact-area {
  text-align: center;
  padding: 10px 0 60px;
  background: #222;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
}
.contact-area a {
  width: 48%;
  padding: 10px 10px 5px;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-area a {
    width: 100%;
  }
  .contact-area a:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.contact-area a i {
  margin-right: 12px;
  font-size: 24px;
}
.contact-area a .fa-mobile {
  vertical-align: sub;
  font-size: 40px;
}
.contact-area a:hover {
  background: #fff;
  color: #201F1F;
}
@media (min-width: 768px) {
  .contact-area .tel-button {
    pointer-events: none;
  }
  .contact-area .tel-button * {
    pointer-events: none;
  }
}

/* -----------------------------------------------
-----------------------------------------------
#footer
-----------------------------------------------
----------------------------------------------- */
/* footer
----------------------------------------------- */
footer#footer {
  margin-top: 0;
  border: none;
  padding: 0;
  background: #EEEEEE;
  color: #201F1F;
}
footer#footer a {
  color: #201F1F;
}
footer#footer .footer-bottom {
  margin: 0;
  padding: 40px 0 10px;
}
footer#footer .footer-bottom .menu-footer {
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
footer#footer .footer-bottom .menu-footer li {
  border: none;
}
footer#footer .footer-bottom .menu-footer li a {
  padding: 0;
  margin: 0 12px;
}
footer#footer .footer-bottom .menu-footer li a:hover {
  opacity: 0.7;
  background: unset;
}
footer#footer .footer-bottom .menu-footer li a span {
  font-size: 12px;
}
footer#footer .footer-bottom .font-zh {
  font-family: "Noto Sans SC", serif;
}
footer#footer .footer-sns {
  margin-top: 12px;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
footer#footer .footer-sns span {
  margin-right: 10px;
}
footer#footer .footer-sns a {
  margin: 0 10px;
}
footer#footer .footer-sns a:hover {
  opacity: 0.7;
}
footer#footer .footer-sns .fb-icon {
  position: relative;
}
footer#footer .footer-sns .fb-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/top/img_icon_facebook.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  footer#footer .footer-sns .fb-icon::before {
    width: 16px;
    height: 16px;
  }
}
footer#footer .footer-logo-text {
  margin-top: 25px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
footer#footer .footer-company-info {
  max-width: 460px;
  margin: auto;
}
footer#footer .footer-company-info p {
  margin: 0;
  text-align: center;
}
footer#footer .footer-company-info p span:nth-of-type(n+2) {
  margin-left: 10px;
}
footer#footer .map {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 6px 0;
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid #fff;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
footer#footer .map:hover {
  color: #201F1F;
  background: #fff;
}
footer#footer .copyright {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer#footer .copyright .footer-copyright-link .arrow {
  display: inline-block;
  padding-right: 30px;
  text-decoration: none;
}
footer#footer .copyright .footer-copyright-link .arrow::before {
  content: "";
  display: inline-block;
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #201F1F;
  border-right: 1px solid #201F1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 767px) {
  footer#footer .footer-bottom {
    padding: 10px 0 10px;
  }
  footer#footer .footer-bottom .menu-footer {
    display: none;
  }
  footer#footer .footer-sns {
    font-size: 18px;
  }
  footer#footer .footer-sns span {
    display: block;
  }
  footer#footer .footer-logo-text {
    margin-top: 20px;
    font-size: 14px;
  }
  footer#footer .copyright {
    display: block;
  }
  footer#footer .copyright .footer-copyright-link .arrow {
    padding-right: 20px;
  }
}

.page .entry-title,
.page .archive-title,
.page .post-date,
.page .post-update,
.page .author-info,
.page .article-footer,
.page .date-tags {
  display: none;
}

.entry-content,
.entry-content > *,
.article ul li,
.article ol li {
  margin: 0;
}

@media (max-width: 767px) {
  .lg-backdrop.in,
  .lg-outer.lg-visible {
    z-index: 99999;
  }
}
.lg-backdrop.in {
  background: #eee;
}

.page-en .titleA_w {
  margin-bottom: 1em;
  font-size: 36px;
}
.page-en .top-slider.slick-slider {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.page-en .top-slider .mainv-bg4 {
  position: relative;
}
.page-en .top-slider .mainv-bg4 .icon {
  position: absolute;
  right: 16%;
  bottom: 25px;
  width: 62px;
}
.page-en .top-slider .mainv-bg img {
  margin: 0;
  width: 1500px;
}
.page-en .slick-dots {
  bottom: -45px;
}
.page-en .slick-dots li {
  margin: 0 5px;
  background: #d7d7d7;
  width: auto;
  height: auto;
}
.page-en .slick-dots li.slick-active {
  background: #535353;
}
.page-en .slick-dots li button {
  width: 45px;
  height: 3px;
  padding: 0;
}
.page-en .slick-dots li button:before {
  content: none;
}
.page-en .product-area {
  margin-top: -70px;
}
.page-en .work-area {
  height: 400px;
  padding: 75px 0 80px;
  background: url("../img/en/work.png") no-repeat center;
  background-size: cover;
}
.page-en .technology-area {
  width: 50%;
  height: 400px;
  padding: 75px 0 80px;
  background: url("../img/en/technology2.jpg") no-repeat center;
  background-size: cover;
}
.page-en .about-area {
  width: 50%;
  height: 400px;
  padding: 75px 0 60px;
  background: url("../img/en/about2.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-en .work-area,
  .page-en .technology-area,
  .page-en .about-area {
    height: 375px;
    padding: 50px 0 80px;
  }
  .page-en .work-area .titleA_w,
  .page-en .technology-area .titleA_w,
  .page-en .about-area .titleA_w {
    font-size: 36px;
  }
  .page-en .tech-about-area .flex-wrap {
    display: block;
  }
  .page-en .tech-about-area .technology-area,
  .page-en .tech-about-area .about-area {
    width: 100%;
  }
}

.font-zh {
  font-family: "Noto Sans SC", serif;
}

.page-zh .titleA_w {
  margin-bottom: 1em;
  font-size: 36px;
  font-family: "Noto Sans SC", serif;
}
.page-zh .top-slider.slick-slider {
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}
.page-zh .top-slider .mainv-bg4 {
  position: relative;
}
.page-zh .top-slider .mainv-bg4 .icon {
  position: absolute;
  right: 16%;
  bottom: 25px;
  width: 62px;
}
.page-zh .top-slider .mainv-bg img {
  margin: 0;
  width: 1500px;
}
.page-zh .slick-dots {
  bottom: -45px;
}
.page-zh .slick-dots li {
  margin: 0 5px;
  background: #d7d7d7;
  width: auto;
  height: auto;
}
.page-zh .slick-dots li.slick-active {
  background: #535353;
}
.page-zh .slick-dots li button {
  width: 45px;
  height: 3px;
  padding: 0;
}
.page-zh .slick-dots li button:before {
  content: none;
}
.page-zh .product-area {
  margin-top: -70px;
}
.page-zh .work-area {
  height: 400px;
  padding: 75px 0 80px;
  background: url("../img/en/work.png") no-repeat center;
  background-size: cover;
}
.page-zh .technology-area {
  width: 50%;
  height: 400px;
  padding: 75px 0 80px;
  background: url("../img/en/technology2.jpg") no-repeat center;
  background-size: cover;
}
.page-zh .about-area {
  width: 50%;
  height: 400px;
  padding: 75px 0 60px;
  background: url("../img/en/about2.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-zh .work-area,
  .page-zh .technology-area,
  .page-zh .about-area {
    height: 375px;
    padding: 50px 0 80px;
  }
  .page-zh .work-area .titleA_w,
  .page-zh .technology-area .titleA_w,
  .page-zh .about-area .titleA_w {
    font-size: 36px;
  }
  .page-zh .tech-about-area .flex-wrap {
    display: block;
  }
  .page-zh .tech-about-area .technology-area,
  .page-zh .tech-about-area .about-area {
    width: 100%;
  }
}

.page-top .top-slider.slick-slider,
.page-top-jp .top-slider.slick-slider,
.page-en .top-slider.slick-slider,
.page-zh .top-slider.slick-slider {
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.page-top .top-slider.slick-slider img,
.page-top-jp .top-slider.slick-slider img,
.page-en .top-slider.slick-slider img,
.page-zh .top-slider.slick-slider img {
  margin: auto;
}
.page-top .top-slider .mainv-bg img,
.page-top-jp .top-slider .mainv-bg img,
.page-en .top-slider .mainv-bg img,
.page-zh .top-slider .mainv-bg img {
  margin: 0;
  width: 1500px;
}
.page-top .top-slider .mainv-bg4,
.page-top-jp .top-slider .mainv-bg4,
.page-en .top-slider .mainv-bg4,
.page-zh .top-slider .mainv-bg4 {
  position: relative;
}
.page-top .top-slider .mainv-bg4 .icon,
.page-top-jp .top-slider .mainv-bg4 .icon,
.page-en .top-slider .mainv-bg4 .icon,
.page-zh .top-slider .mainv-bg4 .icon {
  position: absolute;
  right: 16%;
  bottom: 25px;
  width: 62px;
}
@media (max-width: 767px) {
  .page-top .top-slider.slick-slider,
  .page-top-jp .top-slider.slick-slider,
  .page-en .top-slider.slick-slider,
  .page-zh .top-slider.slick-slider {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.page-top .slick-dots,
.page-top-jp .slick-dots,
.page-en .slick-dots,
.page-zh .slick-dots {
  bottom: -45px;
}
.page-top .slick-dots li,
.page-top-jp .slick-dots li,
.page-en .slick-dots li,
.page-zh .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
  background: #d7d7d7;
}
.page-top .slick-dots li.slick-active,
.page-top-jp .slick-dots li.slick-active,
.page-en .slick-dots li.slick-active,
.page-zh .slick-dots li.slick-active {
  background: #535353;
}
.page-top .slick-dots li button,
.page-top-jp .slick-dots li button,
.page-en .slick-dots li button,
.page-zh .slick-dots li button {
  width: 45px;
  height: 3px;
  padding: 0;
}
.page-top .slick-dots li button:before,
.page-top-jp .slick-dots li button:before,
.page-en .slick-dots li button:before,
.page-zh .slick-dots li button:before {
  content: none;
}
.page-top .top-technology,
.page-top-jp .top-technology,
.page-en .top-technology,
.page-zh .top-technology {
  padding: 60px 0 50px;
}
.page-top .top-technology .underline, .page-top .top-technology .underline_w,
.page-top-jp .top-technology .underline,
.page-top-jp .top-technology .underline_w,
.page-en .top-technology .underline,
.page-en .top-technology .underline_w,
.page-zh .top-technology .underline,
.page-zh .top-technology .underline_w {
  padding-bottom: 0.3em;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
.page-top .top-technology .underline:after, .page-top .top-technology .underline_w:after,
.page-top-jp .top-technology .underline:after,
.page-top-jp .top-technology .underline_w:after,
.page-en .top-technology .underline:after,
.page-en .top-technology .underline_w:after,
.page-zh .top-technology .underline:after,
.page-zh .top-technology .underline_w:after {
  right: unset;
}
.page-top .top-technology .subtitle,
.page-top-jp .top-technology .subtitle,
.page-en .top-technology .subtitle,
.page-zh .top-technology .subtitle {
  margin: 10px 0 15px;
}
@media (min-width: 768px) {
  .page-top .top-technology .float-wrap:after,
  .page-top-jp .top-technology .float-wrap:after,
  .page-en .top-technology .float-wrap:after,
  .page-zh .top-technology .float-wrap:after {
    content: "";
    display: block;
    clear: both;
  }
  .page-top .top-technology .float-r,
  .page-top-jp .top-technology .float-r,
  .page-en .top-technology .float-r,
  .page-zh .top-technology .float-r {
    float: right;
    width: 47.5%;
  }
  .page-top .top-technology .float-l,
  .page-top-jp .top-technology .float-l,
  .page-en .top-technology .float-l,
  .page-zh .top-technology .float-l {
    float: left;
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .page-top .top-technology .float-l,
  .page-top-jp .top-technology .float-l,
  .page-en .top-technology .float-l,
  .page-zh .top-technology .float-l {
    margin-right: -20px;
  }
}
.page-top .product-area,
.page-top-jp .product-area,
.page-en .product-area,
.page-zh .product-area {
  padding: 20px 0 30px;
  background: #ededed;
}
.page-top .product-area .slider2 .slick-slide,
.page-top-jp .product-area .slider2 .slick-slide,
.page-en .product-area .slider2 .slick-slide,
.page-zh .product-area .slider2 .slick-slide {
  padding: 20px;
}
.page-top .product-area .slider2 .slick-slide a,
.page-top-jp .product-area .slider2 .slick-slide a,
.page-en .product-area .slider2 .slick-slide a,
.page-zh .product-area .slider2 .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-top .product-area .slider2 .slick-slide a:hover .item-name,
.page-top-jp .product-area .slider2 .slick-slide a:hover .item-name,
.page-en .product-area .slider2 .slick-slide a:hover .item-name,
.page-zh .product-area .slider2 .slick-slide a:hover .item-name {
  opacity: 1;
}
.page-top .product-area .slider2 .slick-slide .item-name,
.page-top-jp .product-area .slider2 .slick-slide .item-name,
.page-en .product-area .slider2 .slick-slide .item-name,
.page-zh .product-area .slider2 .slick-slide .item-name {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top .product-area .slider2 .slick-slide img,
.page-top-jp .product-area .slider2 .slick-slide img,
.page-en .product-area .slider2 .slick-slide img,
.page-zh .product-area .slider2 .slick-slide img {
  margin: 0 auto;
}
.page-top .product-area .slider2 .slick-prev:before,
.page-top-jp .product-area .slider2 .slick-prev:before,
.page-en .product-area .slider2 .slick-prev:before,
.page-zh .product-area .slider2 .slick-prev:before {
  content: "\f104";
}
.page-top .product-area .slider2 .slick-next:before,
.page-top-jp .product-area .slider2 .slick-next:before,
.page-en .product-area .slider2 .slick-next:before,
.page-zh .product-area .slider2 .slick-next:before {
  content: "\f105";
}
.page-top .product-area .slider2 .slick-prev:before,
.page-top .product-area .slider2 .slick-next:before,
.page-top-jp .product-area .slider2 .slick-prev:before,
.page-top-jp .product-area .slider2 .slick-next:before,
.page-en .product-area .slider2 .slick-prev:before,
.page-en .product-area .slider2 .slick-next:before,
.page-zh .product-area .slider2 .slick-prev:before,
.page-zh .product-area .slider2 .slick-next:before {
  font-family: FontAwesome;
}
.page-top .product-area .slider2 .slick-prev,
.page-top .product-area .slider2 .slick-next,
.page-top-jp .product-area .slider2 .slick-prev,
.page-top-jp .product-area .slider2 .slick-next,
.page-en .product-area .slider2 .slick-prev,
.page-en .product-area .slider2 .slick-next,
.page-zh .product-area .slider2 .slick-prev,
.page-zh .product-area .slider2 .slick-next {
  height: 50px;
}
.page-top .product-area .slider2 .slick-prev:before,
.page-top .product-area .slider2 .slick-next:before,
.page-top-jp .product-area .slider2 .slick-prev:before,
.page-top-jp .product-area .slider2 .slick-next:before,
.page-en .product-area .slider2 .slick-prev:before,
.page-en .product-area .slider2 .slick-next:before,
.page-zh .product-area .slider2 .slick-prev:before,
.page-zh .product-area .slider2 .slick-next:before {
  font-size: 50px;
  color: #201F1F;
}
.page-top .product-area .product-list,
.page-top-jp .product-area .product-list,
.page-en .product-area .product-list,
.page-zh .product-area .product-list {
  padding: 0 50px;
  text-align: center;
}
.page-top .product-area .product-list > div,
.page-top-jp .product-area .product-list > div,
.page-en .product-area .product-list > div,
.page-zh .product-area .product-list > div {
  margin-top: 20px;
}
.page-top .work-area,
.page-top-jp .work-area,
.page-en .work-area,
.page-zh .work-area {
  padding: 20px 0 30px;
}
.page-top .work-area .work-list,
.page-top-jp .work-area .work-list,
.page-en .work-area .work-list,
.page-zh .work-area .work-list {
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .work-area .work-list li .img-wrap,
.page-top-jp .work-area .work-list li .img-wrap,
.page-en .work-area .work-list li .img-wrap,
.page-zh .work-area .work-list li .img-wrap {
  overflow: hidden;
  margin: 0;
  font-size: 0;
}
.page-top .work-area .work-list li .work-type,
.page-top-jp .work-area .work-list li .work-type,
.page-en .work-area .work-list li .work-type,
.page-zh .work-area .work-list li .work-type {
  margin: 10px 0 0;
  text-align: center;
}
.page-top .work-area .work-list li img,
.page-top-jp .work-area .work-list li img,
.page-en .work-area .work-list li img,
.page-zh .work-area .work-list li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top .work-area .work-list li:hover img,
.page-top-jp .work-area .work-list li:hover img,
.page-en .work-area .work-list li:hover img,
.page-zh .work-area .work-list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .page-top .work-area .work-list,
  .page-top-jp .work-area .work-list,
  .page-en .work-area .work-list,
  .page-zh .work-area .work-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 100px;
  }
  .page-top .work-area .work-list li,
  .page-top-jp .work-area .work-list li,
  .page-en .work-area .work-list li,
  .page-zh .work-area .work-list li {
    width: 50%;
    padding: 10px;
    text-align: center;
  }
  .page-top .work-area .work-list li:nth-of-type(2n),
  .page-top-jp .work-area .work-list li:nth-of-type(2n),
  .page-en .work-area .work-list li:nth-of-type(2n),
  .page-zh .work-area .work-list li:nth-of-type(2n) {
    position: relative;
    top: 80px;
  }
}
.page-top .about-tech-area,
.page-top-jp .about-tech-area,
.page-en .about-tech-area,
.page-zh .about-tech-area {
  padding: 20px 0 30px;
  background: #ededed;
}
@media (max-width: 767px) {
  .page-top .about-tech-area,
  .page-top-jp .about-tech-area,
  .page-en .about-tech-area,
  .page-zh .about-tech-area {
    padding: 35px 0 30px;
  }
  .page-top .about-tech-area .about-wrap,
  .page-top-jp .about-tech-area .about-wrap,
  .page-en .about-tech-area .about-wrap,
  .page-zh .about-tech-area .about-wrap {
    position: relative;
    width: 100vw;
    margin: 0 -20px;
  }
  .page-top .about-tech-area .about-wrap .pic,
  .page-top-jp .about-tech-area .about-wrap .pic,
  .page-en .about-tech-area .about-wrap .pic,
  .page-zh .about-tech-area .about-wrap .pic {
    text-align: center;
  }
  .page-top .about-tech-area .about-wrap .pic img,
  .page-top-jp .about-tech-area .about-wrap .pic img,
  .page-en .about-tech-area .about-wrap .pic img,
  .page-zh .about-tech-area .about-wrap .pic img {
    width: 75vw;
  }
  .page-top .about-tech-area .about-wrap .button,
  .page-top-jp .about-tech-area .about-wrap .button,
  .page-en .about-tech-area .about-wrap .button,
  .page-zh .about-tech-area .about-wrap .button {
    display: none;
  }
  .page-top .about-tech-area .tech-wrap,
  .page-top-jp .about-tech-area .tech-wrap,
  .page-en .about-tech-area .tech-wrap,
  .page-zh .about-tech-area .tech-wrap {
    position: relative;
    width: 100vw;
    margin: 0 -20px;
  }
  .page-top .about-tech-area .tech-wrap .pic,
  .page-top-jp .about-tech-area .tech-wrap .pic,
  .page-en .about-tech-area .tech-wrap .pic,
  .page-zh .about-tech-area .tech-wrap .pic {
    text-align: center;
  }
  .page-top .about-tech-area .tech-wrap .pic img,
  .page-top-jp .about-tech-area .tech-wrap .pic img,
  .page-en .about-tech-area .tech-wrap .pic img,
  .page-zh .about-tech-area .tech-wrap .pic img {
    width: 75vw;
  }
  .page-top .about-tech-area .tech-wrap .button,
  .page-top-jp .about-tech-area .tech-wrap .button,
  .page-en .about-tech-area .tech-wrap .button,
  .page-zh .about-tech-area .tech-wrap .button {
    display: none;
  }
}
.page-top .top-about-img,
.page-top-jp .top-about-img,
.page-en .top-about-img,
.page-zh .top-about-img {
  width: 446px;
  max-width: 100%;
}
.page-top .infomation-area,
.page-top-jp .infomation-area,
.page-en .infomation-area,
.page-zh .infomation-area {
  padding: 20px 0 80px;
}
.page-top .infomation-area .info-list,
.page-top-jp .infomation-area .info-list,
.page-en .infomation-area .info-list,
.page-zh .infomation-area .info-list {
  padding: 0;
  margin: 0;
  width: 530px;
  border-top: 1px solid #f6f6f6;
  list-style: none;
  font-size: 15px;
}
.page-top .infomation-area .info-list li,
.page-top-jp .infomation-area .info-list li,
.page-en .infomation-area .info-list li,
.page-zh .infomation-area .info-list li {
  border-bottom: 1px solid #f6f6f6;
}
.page-top .infomation-area .info-list a,
.page-top-jp .infomation-area .info-list a,
.page-en .infomation-area .info-list a,
.page-zh .infomation-area .info-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  letter-spacing: 2px;
  text-decoration: none;
  color: #201F1F;
}
.page-top .infomation-area .info-list span,
.page-top-jp .infomation-area .info-list span,
.page-en .infomation-area .info-list span,
.page-zh .infomation-area .info-list span {
  margin-right: 35px;
}
@media (max-width: 767px) {
  .page-top .infomation-area .info-list,
  .page-top-jp .infomation-area .info-list,
  .page-en .infomation-area .info-list,
  .page-zh .infomation-area .info-list {
    margin-bottom: 30px;
    border: none;
  }
  .page-top .infomation-area .info-list li,
  .page-top-jp .infomation-area .info-list li,
  .page-en .infomation-area .info-list li,
  .page-zh .infomation-area .info-list li {
    border: none;
  }
  .page-top .infomation-area .info-list a,
  .page-top-jp .infomation-area .info-list a,
  .page-en .infomation-area .info-list a,
  .page-zh .infomation-area .info-list a {
    display: block;
  }
  .page-top .infomation-area .info-list span,
  .page-top-jp .infomation-area .info-list span,
  .page-en .infomation-area .info-list span,
  .page-zh .infomation-area .info-list span {
    display: block;
    margin-right: 0;
  }
}

.page-en .slick-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: auto;
}
.page-en .product-area-en {
  padding: 20px 0 30px;
}
@media (min-width: 768px) {
  .page-en .product-area-en p.title, .page-en .product-area-en p.title_w {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-en .product-area-en .underline, .page-en .product-area-en .underline_w {
    position: relative;
    z-index: 10;
    bottom: -85px;
  }
}
@media (min-width: 768px) {
  .page-en .product-area-en .button {
    position: relative;
    z-index: 10;
    top: -75px;
  }
}
.page-en .product-area-en .slider2 .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-en .product-area-en .slider2 .slick-slide a:hover .item-name {
  opacity: 1;
}
.page-en .product-area-en .slider2 .slick-slide .item-name {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-en .product-area-en .slider2 .slick-slide img {
  margin: 0 auto;
}
.page-en .product-area-en .slider2 .slick-prev:before {
  content: "\f104";
}
.page-en .product-area-en .slider2 .slick-next:before {
  content: "\f105";
}
.page-en .product-area-en .slider2 .slick-prev,
.page-en .product-area-en .slider2 .slick-next {
  height: 50px;
}
.page-en .product-area-en .slider2 .slick-prev:before,
.page-en .product-area-en .slider2 .slick-next:before {
  font-size: 50px;
  color: #201F1F;
}
.page-en .product-area-en .product-list {
  padding: 0 20px;
  text-align: center;
}
.page-en a.en-link-work {
  text-decoration: none;
  position: relative;
}
.page-en a.en-link-work:hover {
  opacity: 0.8;
}
.page-en a.en-link-work .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-en .tech-about-area {
  text-decoration: none;
}
.page-en .tech-about-area a {
  text-decoration: none;
  display: block;
}
.page-en .tech-about-area a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-en .tech-about-area a {
    width: 50%;
    padding: 0;
  }
}
.page-en .tech-about-area .technology-area {
  position: relative;
}
.page-en .tech-about-area .technology-area .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-en .tech-about-area .about-area {
  position: relative;
}
.page-en .tech-about-area .about-area .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.page-zh .slick-dots {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: auto;
}
.page-zh .product-area-zh {
  padding: 20px 0 30px;
}
@media (min-width: 768px) {
  .page-zh .product-area-zh p.title, .page-zh .product-area-zh p.title_w {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-zh .product-area-zh .underline, .page-zh .product-area-zh .underline_w {
    position: relative;
    z-index: 10;
    bottom: -85px;
  }
}
@media (min-width: 768px) {
  .page-zh .product-area-zh .button {
    position: relative;
    z-index: 10;
    top: -75px;
  }
}
.page-zh .product-area-zh .slider2 .slick-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.page-zh .product-area-zh .slider2 .slick-slide a:hover .item-name {
  opacity: 1;
}
.page-zh .product-area-zh .slider2 .slick-slide .item-name {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 100px;
  bottom: 100px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  margin: auto;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-zh .product-area-zh .slider2 .slick-slide img {
  margin: 0 auto;
}
.page-zh .product-area-zh .slider2 .slick-prev:before {
  content: "\f104";
}
.page-zh .product-area-zh .slider2 .slick-next:before {
  content: "\f105";
}
.page-zh .product-area-zh .slider2 .slick-prev,
.page-zh .product-area-zh .slider2 .slick-next {
  height: 50px;
}
.page-zh .product-area-zh .slider2 .slick-prev:before,
.page-zh .product-area-zh .slider2 .slick-next:before {
  font-size: 50px;
  color: #201F1F;
}
.page-zh .product-area-zh .product-list {
  padding: 0 20px;
  text-align: center;
}
.page-zh a.en-link-work {
  text-decoration: none;
  position: relative;
}
.page-zh a.en-link-work:hover {
  opacity: 0.8;
}
.page-zh a.en-link-work .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-zh .tech-about-area {
  text-decoration: none;
}
.page-zh .tech-about-area a {
  text-decoration: none;
  display: block;
}
.page-zh .tech-about-area a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .page-zh .tech-about-area a {
    width: 50%;
    padding: 0;
  }
}
.page-zh .tech-about-area .technology-area {
  position: relative;
}
.page-zh .tech-about-area .technology-area .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.page-zh .tech-about-area .about-area {
  position: relative;
}
.page-zh .tech-about-area .about-area .titleA_w {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.svg-inline--fa {
  visibility: hidden !important;
}

.sbi_photo_wrap {
  padding: 10px;
}

div#sbi_images {
  padding: 0 !important;
}

#sb_instagram {
  width: 100%;
  padding-bottom: 0 !important;
}
#sb_instagram .sbi_photo {
  height: auto !important;
}
#sb_instagram .sbi_photo img {
  aspect-ratio: 4/5 !important;
}

ul.insta {
  margin: 0 -10px !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  ul.insta {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  ul.insta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
}
ul.insta li {
  list-style: none;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media (max-width: 767px) {
  ul.insta li {
    width: 75vw;
    text-align: center;
  }
}
@media (max-width: 767px) {
  ul.insta li:nth-child(1) {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  ul.insta li:nth-child(1) {
    margin-bottom: 80px;
  }
}

.mainv {
  height: 410px;
  margin: 0 auto;
  background: no-repeat center;
  background-size: cover;
}
.mainv ._container {
  height: 100%;
}
.mainv .mainv-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainv .mainv-text {
  line-height: 1.5;
  text-align: center;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 58px;
  color: #fff;
  letter-spacing: 8px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}
.mainv .font-zh {
  font-family: "Noto Sans SC", serif;
}
@media (max-width: 767px) {
  .mainv {
    height: 250px;
  }
  .mainv .mainv-text {
    font-size: 30px;
  }
}

.mainv-sp {
  font-size: 0;
}

.page-about .mainv {
  background-image: url("../img/about/mainv2.jpg");
}
.page-about .top-text {
  padding-bottom: 30px;
  text-align: center;
}
.page-about .about-area {
  padding: 40px 0 0;
}
.page-about .history-area {
  padding: 40px 0 0;
}
.page-about .access-area {
  padding: 40px 0 80px;
}
.page-about .access-area .access-map {
  margin: 10px 0 0;
}
.page-about .access-area .access-text {
  margin: 0;
}
.page-about .about-list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
  border-top: 1px solid #ccc;
}
.page-about .about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.page-about .about-list li .term {
  width: 25%;
  padding: 0 20px;
}
.page-about .history-list {
  padding: 0;
  margin: 40px 0 0;
  list-style: none;
}
.page-about .history-list li {
  margin-top: 30px;
  border-left: 1px solid #333;
}
.page-about .history-list .term {
  line-height: 1.5;
  padding: 0 20px 5px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-family: "Century Gothic";
}
.page-about .history-list .decsription {
  padding: 10px 20px 0;
}
@media (max-width: 767px) {
  .page-about .about-area {
    padding: 20px 0 0;
  }
  .page-about ul,
  .page-about li {
    line-height: 1.7;
  }
  .page-about .about-list {
    letter-spacing: 0;
    border-top: none;
  }
  .page-about .about-list li {
    padding: 12px 0;
  }
  .page-about .about-list li .term {
    padding: 0 5px;
  }
  .page-about .history-list .term {
    padding: 0 20px;
  }
  .page-about .history-list .decsription {
    padding: 8px 20px;
  }
}

.page-work .mainv {
  background-image: url("../img/work/mainv.png");
}
.page-work h2 {
  margin: 0;
  background: unset;
}
.page-work .top-area {
  padding: 60px 0;
  text-align: center;
}
.page-work .process-area {
  padding: 40px 0 100px;
  background: #ededed;
}
.page-work .process-area .process-list {
  width: 945px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-size: 0;
}
.page-work .process-area .process-list li {
  position: relative;
  margin-top: 20px;
}
.page-work .process-area .process-list li img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-work .process-area .process-list li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-work .process-area .process-list .process-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 1.6;
}
.page-work .process-area .process-list .process-text span {
  display: block;
  text-shadow: 0px 0px 3px #000;
  color: #fff;
}
.page-work .process-area .process-list .process-text span:nth-of-type(1) {
  font-size: 12px;
  font-weight: bold;
}
.page-work .process-area .process-list .process-text span:nth-of-type(2) {
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 22px;
}
.page-work .process-area .process-list .process-text span.font-zh {
  font-family: "Noto Sans SC", serif;
}
.page-work .process-area .process-list .process-text span:nth-of-type(3) {
  font-size: 13px;
}
@media (max-width: 767px) {
  .page-work .top-area {
    padding: 5px 0 20px;
  }
  .page-work .process-area {
    padding: 10px 0 50px;
  }
  .page-work .process-area .process-list {
    width: auto;
  }
  .page-work .process-area .process-list li {
    overflow: hidden;
    width: 49%;
    margin-top: 2%;
  }
  .page-work .process-area .process-list li:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* 高さを幅の75%に固定 */
  }
  .page-work .process-area .process-list li img {
    position: absolute;
    height: 100%;
    max-width: unset;
    top: 0;
    bottom: 0;
    right: -100px;
    left: -100px;
    margin: auto;
  }
  .page-work .process-area .process-list li:last-child {
    width: 100%;
  }
  .page-work .process-area .process-list li:last-child:before {
    padding-top: 50%;
  }
  .page-work .process-area .process-list li:last-child img {
    width: 100%;
  }
}

.page-contact .mainv {
  background-image: url("../img/contact/mainv.png");
}
.page-contact .tel-area {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .page-contact .tel-area .tel-button {
    pointer-events: none;
  }
  .page-contact .tel-area .tel-button * {
    pointer-events: none;
  }
}
.page-contact .tel-area .tel-box {
  position: relative;
  padding-left: 270px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .page-contact .tel-area .tel-box {
    width: 100%;
    padding-left: 90px;
  }
}
.page-contact .tel-area .tel-box::before {
  content: "";
  display: block;
  width: 40px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 15%;
  background: url("../img/contact/img_contact_mobail.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .page-contact .tel-area .tel-box::before {
    left: 5%;
  }
}
.page-contact .tel-area .tel-button {
  color: #201F1F;
  text-decoration: none;
}
.page-contact .tel-area .tel-button p {
  margin: 0;
  line-height: 1.5;
}
.page-contact .tel-area .tel-button .tel-text {
  font-size: 15px;
}
.page-contact .tel-area .tel-button .tel-num {
  margin-top: 7px;
  font-family: "NexaBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 63px;
}
.page-contact .form-area {
  padding: 20px 0 50px;
}
.page-contact .form-area ._container {
  max-width: 850px;
}
.page-contact .form-area .title, .page-contact .form-area .title_w {
  position: relative;
}
.page-contact .form-area .title::before, .page-contact .form-area .title_w::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 60px;
  top: 0;
  left: 10%;
  background: url("../img/contact/img_contact_mail.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .page-contact .form-area .title::before, .page-contact .form-area .title_w::before {
    left: 0;
  }
}
.page-contact .form-area .form-list {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.page-contact .form-area .form-list p {
  margin: 0;
}
.page-contact .form-area .form-list input {
  padding: 8px;
}
.page-contact .form-area .form-list textarea {
  line-height: 1.5;
}
.page-contact .form-area .form-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-contact .form-area .form-list li p:nth-of-type(1) {
  width: 25%;
}
.page-contact .form-area .form-list li p:nth-of-type(2) {
  width: 75%;
}
.page-contact .form-area .form-list li .required {
  margin-left: 10px;
  font-size: 10px;
  color: #DE5D50;
}
.page-contact .form-area .form-list .zip input {
  max-width: 250px;
  width: 85%;
  margin-left: 10px;
}
.page-contact .form-area .form-list .text-area {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-contact .form-area .form-list .text-area p:nth-of-type(1) {
  margin-top: 10px;
}
.page-contact .form-area .button {
  margin-top: 50px;
}
.page-contact .form-area .button input {
  width: 160px;
  padding: 8px 0;
  border: 3px solid;
  border-radius: 3px;
  background-color: #fff;
  font-size: 15px;
  color: #222;
}
.page-contact .form-area .button input:hover {
  color: #fff;
  background: #222;
  border: 3px solid #222;
  opacity: 1;
}
.page-contact .form-area .error {
  color: #DE5D50;
}
@media (max-width: 767px) {
  .page-contact .tel-area {
    padding: 30px 0 30px;
  }
  .page-contact .tel-area .tel-button {
    padding: 14px 0 4px;
  }
  .page-contact .tel-area .tel-button .tel-text {
    font-size: 12px;
  }
  .page-contact .tel-area .tel-button .tel-num {
    margin-top: 4px;
    font-size: 26px;
  }
  .page-contact .form-area .form-list li p:nth-of-type(1) {
    margin-right: 4px;
  }
}

.page-privacy .title, .page-privacy .title_w {
  margin: 70px 0 40px;
  font-size: 35px;
}
.page-privacy .privacy-area {
  padding: 20px 0 150px;
  font-size: 15px;
  letter-spacing: 0;
}
.page-privacy .privacy-area p {
  margin: 1.8em 0;
  line-height: 1.7;
}
.page-privacy .privacy-area .privacy-ttl {
  margin-top: 3em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.page-technology .mainv {
  background-image: url("../img/technology/mainv2.jpg");
}
.page-technology .technology-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-technology .technology-list p {
  margin: 0;
  line-height: 1.5;
}
.page-technology .technology-list li {
  background: no-repeat center;
  background-size: cover;
}
.page-technology .technology-list li:nth-child(n+2) {
  border-top: 1px solid #ccc;
}
.page-technology .technology-list .twist-temple {
  background-image: url("../img/technology/twist-temple.png");
}
.page-technology .technology-list .w-spring {
  background-image: url("../img/technology/w-spring.png");
}
.page-technology .technology-list .rotor-spring-system {
  background-image: url("../img/technology/rotor-spring-system.png");
}
.page-technology .technology-list .twin-clear {
  background-image: url("../img/technology/twin-clear.png");
}
.page-technology .technology-list .click-rotor-hinges {
  background-image: url("../img/technology/click-rotor-hinges.png");
}
.page-technology .technology-list ._container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 400px;
  max-width: 800px;
}
.page-technology .technology-list .text-r {
  padding-left: 55%;
}
.page-technology .technology-list .text-l {
  padding-right: 50%;
}
.page-technology .technology-list .text1 {
  font-size: 32px;
  font-weight: bold;
}
.page-technology .technology-list .text2 {
  font-size: 18px;
  font-weight: bold;
}
.page-technology .technology-list .text3 {
  margin-top: 6px;
  line-height: 1.7;
  font-size: 13px;
}
.page-technology .technology-list .button {
  margin-top: 18px;
  text-align: left;
}
@media (max-width: 767px) {
  .page-technology .technology-list li {
    background: no-repeat top center;
    background-size: contain;
  }
  .page-technology .technology-list ._container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 100px 20px 40px;
    min-height: 200px;
    max-width: 800px;
  }
  .page-technology .technology-list .w-spring {
    background-position: bottom center;
    background-size: 110%;
  }
  .page-technology .technology-list .w-spring ._container {
    padding: 40px 20px 50px;
  }
  .page-technology .technology-list .rotor-spring-system {
    background-position: 111% 100%;
    background-size: 110%;
  }
  .page-technology .technology-list .rotor-spring-system ._container {
    padding: 40px 20px 100px;
  }
  .page-technology .technology-list .twin-clear {
    background-position: bottom center;
    background-size: 110%;
  }
  .page-technology .technology-list .twin-clear ._container {
    padding: 40px 20px 50px;
  }
  .page-technology .technology-list .click-rotor-hinges {
    background-position: bottom center;
    background-size: 110%;
  }
  .page-technology .technology-list .click-rotor-hinges ._container {
    padding: 40px 20px 100px;
  }
  .page-technology .technology-list .text-r {
    padding-left: 22%;
  }
  .page-technology .technology-list .text-l {
    padding-right: 22%;
  }
  .page-technology .technology-list .text1 {
    font-size: 20px;
  }
  .page-technology .technology-list .text2 {
    font-size: 13px;
  }
  .page-technology .technology-list .text1,
  .page-technology .technology-list .text2,
  .page-technology .technology-list .text3 {
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
  }
}

body.archive .product-top-area {
  padding: 50px 0 120px;
}
body.archive .product-top-area .product-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.archive .product-top-area .product-list li {
  margin-top: 30px;
  font-size: 0;
}
body.archive .product-top-area .product-list li a {
  display: block;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  overflow: hidden;
}
body.archive .product-top-area .product-list li a:hover {
  opacity: 0.7;
}
body.archive .product-mainv {
  height: 410px;
  border-bottom: 1px solid #E6E6E6;
  background: no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1217px) {
  body.archive .product-mainv {
    height: 33.1vw;
  }
}
@media (max-width: 767px) {
  body.archive .product-mainv {
    height: 45.25vw;
  }
}
body.archive .lg-thumb.lg-group {
  margin: unset;
}
body.archive .lg-thumb-item.active {
  color: #0095d9;
}
body.archive .lg-sub-html .caption-name {
  margin-right: 20px;
}
body.archive .product-area {
  padding: 50px 0 150px;
}
body.archive .product-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.archive .product-area .product-brand-list {
  font-size: 15px;
}
body.archive .product-area .product-brand-list li:nth-child(n+2) {
  margin-left: 30px;
}
body.archive .product-area .product-brand-list a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  font-family: "NexaExBold", "Source Sans Pro", "TsukuGoPr5N-R", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #201F1F;
}
body.archive .product-area .product-brand-list a.active {
  border-bottom: 1px solid #707070;
}
body.archive .product-area .product-brand-list a:hover {
  border-bottom: 1px solid #707070;
}
body.archive .product-area .product-detail-list {
  margin-top: 0;
}
body.archive .product-area .product-detail-list > li {
  margin-top: 70px;
}
body.archive .product-area .product-detail-list:after {
  content: "";
  display: block;
  width: 30%;
}
body.archive .product-area .lightGallery {
  font-size: 0;
  cursor: pointer;
}
body.archive .product-area .lightGallery > li {
  max-width: 280px;
  overflow: hidden;
}
body.archive .product-area .lightGallery > li:nth-child(1) {
  border: 1px solid #EEE7E7;
}
body.archive .product-area .lightGallery > li:nth-child(n+2) {
  visibility: hidden;
  width: 0;
  height: 0;
}
body.archive .product-area .lightGallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body.archive .product-area .lightGallery img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body.archive .product-area .product-caption {
  display: none;
}
body.archive .product-area .product-text {
  margin-top: 10px;
}
body.archive .product-area .product-text p {
  margin: 0;
}
body.archive .product-area .product-text .pdf {
  font-size: 8px;
}
body.archive .product-area .product-text .pdf a {
  width: auto;
  padding: 4px 13px 2px;
  border: 1px solid #999;
}
@media (max-width: 767px) {
  body.archive .product-area .product-detail-list > li {
    margin-top: 30px;
    width: 48%;
  }
  body.archive .product-area .product-text {
    display: block;
  }
  body.archive .product-area .product-text .pdf {
    text-align: left;
  }
}

div.lookbook-area {
  padding-top: 60px;
  padding-bottom: 100px;
}
div.lookbook-area h1 {
  margin-bottom: 40px;
}
div.lookbook-area h2 {
  font-size: 22px;
}

ul.lookbook-ul {
  padding-left: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  ul.lookbook-ul {
    padding-left: 0;
  }
}
ul.lookbook-ul li {
  list-style: none;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  ul.lookbook-ul li {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    padding: 0 15px;
  }
}
ul.lookbook-ul li a {
  color: #000;
  text-decoration: none;
}
ul.lookbook-ul li p {
  margin-top: 0;
  font-size: 15px;
  line-height: 24px;
}

.recruit-mainv {
  margin-bottom: 70px;
  background: #eee;
}
.recruit-mainv .mainv-text {
  color: #201F1F;
  text-shadow: none;
}

.anchor-box {
  margin-bottom: 115px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .anchor-box {
    margin-bottom: 60px;
  }
}
.anchor-box .recruit-list {
  padding-left: 0;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  font-weight: bold;
}
.anchor-box .recruit-list a {
  color: #201F1F;
  text-decoration: none;
}
.anchor-box .recruit-list a.current {
  padding-bottom: 10px;
  border-bottom: 1px solid #201F1F;
}

.messege-area, .tour-area, .recruit-area {
  margin-bottom: 90px;
}

.messege-area .title, .messege-area .title_w, .tour-area .title, .tour-area .title_w, .recruit-area .title, .recruit-area .title_w {
  margin-bottom: 35px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .messege-area .title, .messege-area .title_w, .tour-area .title, .tour-area .title_w, .recruit-area .title, .recruit-area .title_w {
    margin-bottom: 20px;
  }
}

.messege-area .text {
  text-align: justify;
}

.tour-area .text {
  text-align: justify;
}

.recruit-area .details {
  margin: 0 auto 10px;
  width: 85%;
}
@media (max-width: 767px) {
  .recruit-area .details {
    width: 100%;
  }
}
.recruit-area .details-summary {
  position: relative;
  display: block;
  padding: 3px 50px 3px 25px;
  border: 1px solid #201F1F;
  border-radius: 10px;
  color: #201F1F;
  font-size: 20px;
}
@media (max-width: 767px) {
  .recruit-area .details-summary {
    font-size: 18px;
  }
}
.recruit-area .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.recruit-area .details-summary .btn {
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 20px;
  right: 30px;
  padding: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.recruit-area .details-summary .btn::after {
  content: "";
  display: block;
  top: -9px;
  right: -18px;
  width: 11px;
  height: 11px;
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.recruit-area .details-summary.js-active .btn {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.recruit-area .details-summary::-webkit-details-marker {
  display: none;
}
.recruit-area .details-content .recruit-list {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  border-top: 1px solid #ccc;
}
.recruit-area .details-content .recruit-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.recruit-area .details-content .recruit-list .offer {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .recruit-area .details-content .recruit-list .offer {
    padding: 0 10px;
  }
}
.recruit-area .details-content .recruit-list .job-description {
  width: 75%;
  padding-right: 10px;
  text-align: justify;
}
.recruit-area .txt {
  text-align: center;
  font-size: 18px;
}
.recruit-area .inquiry {
  margin-top: 100px;
}

#mw_wp_form_mw-wp-form-2954 {
  font-family: "Noto Sans SC", serif;
}
#mw_wp_form_mw-wp-form-2954 p {
  font-family: "Noto Sans SC", serif;
}/*# sourceMappingURL=style.css.map */