/*
Theme Name: next keyman
*/

:root {
  -super-ease-out: cubic-bezier(0, 0, 0.25, 1);
  -super-ease-in: cubic-bezier(0.5, 0, 1, 0.5);
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  font-feature-settings: "palt";
  font-family: YuGothic, "Yu Gothic", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #010101;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.btn {
  display: inline-block;
  padding: 1rem 3rem;
  background: #d65e26;
  color: #fff;
  text-decoration: none;
  margin: 28px 0;
  border-radius: 56px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.btn:hover {
  background: #b85121;
}
.text-title {
  line-height: 1.75;
  margin-bottom: calc(28px / 2);
}
.text-body {
  line-height: 1.75;
}
.text-lead {
  line-height: 1.75;
  font-weight: bold;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.anchor {
  margin: -80px 0 0;
  padding: 80px 0 0;
}

.container {
  position: relative;
  width: 100%;
  /*     top:-100px; */
  height: auto;
}
.container__outer {
  position: relative;
  max-width: 1352px;
  /* margin:0 auto 50px; */
  margin-bottom: calc(28px * 4);
  background: #fff0;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.container__inner {
  position: relative;
}
.container:last-child .container__outer {
  margin-bottom: 0;
}
.section__title {
  margin-bottom: 28px;
  padding-left: 28px;
  border-left: 6px solid #d65e26;
}
.section__title h3 {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  position: relative;
  color: #000;
  line-height: 1;
}
.section__title h4 {
  color: #919191;
}
.section__domain-title {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  margin-bottom: calc(28px * 2);
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 1rem 0;
}
.section__subtitle {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  margin-bottom: 28px;
}
a {
  text-decoration: none;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-row .col {
  margin: 0 20px 20px;
}
.flex-row .col a + a {
  margin: 0;
}
.form {
  margin: calc(28px * 1) 0 0;
}
.form-input {
  display: flex;
}
.form-input label {
  display: block;
  font-size: 0.8725rem;
  font-weight: bold;
}
.form-input label span {
  color: #d65e26;
  font-size: 0.75rem;
}
.form-input input[type="text"],
.form-input input[type="email"],
.form-input textarea {
  border-bottom: 1px solid #ccc;
  width: 480px;
  padding: calc(28px / 2);
  transition: all 0.2s ease;
  font-size: 0.8725rem;
}
.form-input input[type="text"]:focus,
.form-input input[type="email"]:focus,
.form-input textarea:focus {
  outline: none;
  border-bottom: 2px solid #d65e26;
}
.form-agreement {
  font-size: 0.8725rem;
  font-weight: bold;
  margin: calc(28px * 2) 0 28px;
  margin-right: 28px;
}
.form input[type="submit"] {
  font-size: 1rem;
  font-weight: bold;
}
.collection__item {
  padding: 28px 0;
  border-bottom: 1px solid #ccc;
}
.collection__item a {
  text-decoration: none;
}
.collection__item span {
  display: block;
}
.collection__item:hover .title {
  color: #d65e26;
}
.collection__item .title {
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease;
}
.collection__item .body {
  color: #000;
}
.collection__item .date {
  color: #727272;
}
.js-animation {
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.3s ease;
}
.js-animation.is_active {
  opacity: 1;
  transform: translateY(0);
}
.loader {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.img-center {
  display: block;
  margin: auto;
}
.index__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.35s ease 3s, background 0.2s ease;
  transform: translateY(-100%);
  border-bottom: 1px solid transparent;
}
.index__menu.is_active {
  transform: translateY(0);
}
.index__menu.is_scroll {
  background: #fff;
  border-bottom: 1px solid #eee;
}
.index__menu.is_scroll ul > li a {
  color: #000;
}
.index__menu__nav {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.index__menu__nav__inner {
  width: 100%;
  height: 100%;
  -webkit-transition: border-color 0.15s ease-out 0s;
  transition: border-color 0.15s ease-out 0s;
}
.index__menu__nav__inner__logo {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.index__menu__nav__inner__logo img {
  max-width: 100%;
  height: auto;
}
.index__menu__nav__inner__menu {
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.index__menu__nav__inner__menu ul {
  display: flex;
}
.index__menu__nav__inner__menu ul > li {
  margin-right: 35px;
  list-style: none;
}
.index__menu__nav__inner__menu ul > li a {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
.index__menu__nav__inner__menu ul > li a:hover {
  color: #d65e26;
}
.index__menu .navbtn {
  position: fixed;
  top: 0.8rem;
  right: 2.5rem;
  width: 2rem;
  height: 1.85rem;
}
.index__menu .navbtn input {
  display: none;
}
.index__menu .navbtn label {
  position: relative;
  width: 1.8rem;
  height: 1.85rem;
  display: block;
}
.index__menu .navbtn label span {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
}
.index__menu .navbtn label span:before,
.index__menu .navbtn label span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.3s ease;
}
.index__menu .navbtn label span:before {
  top: -8px;
}
.index__menu .navbtn label span:after {
  top: 8px;
}
.index__menu.is_scroll .navbtn label span {
  background: #d65e26;
}
.index__menu.is_scroll .navbtn label span:before,
.index__menu.is_scroll .navbtn label span:after {
  content: "";
  background: #d65e26;
}
.pages__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0 0 0 transparent;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
}
.pages__menu__nav {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}
.pages__menu__nav__inner {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: border-color 0.15s ease-out 0s;
  transition: border-color 0.15s ease-out 0s;
}
.pages__menu__nav__inner__logo {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  align-content: center;
  height: 100%;
}
.pages__menu__nav__inner__logo img {
  max-width: 100%;
  height: auto;
}
.pages__menu__nav__inner__menu {
  display: flex;
  align-items: center;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
.pages__menu__nav__inner__menu ul {
  display: flex;
}
.pages__menu__nav__inner__menu ul > li {
  margin-right: 35px;
  list-style: none;
}
.pages__menu__nav__inner__menu ul > li a {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  color: #000;
  padding: 10px 0;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
.pages__menu__nav__inner__menu ul > li a:hover {
  color: #d65e26;
}
.pages__menu .navbtn {
  position: fixed;
  top: 0.8rem;
  right: 2.5rem;
  width: 2rem;
  height: 1.85rem;
}
.pages__menu .navbtn input {
  display: none;
}
.pages__menu .navbtn label {
  position: relative;
  width: 1.8rem;
  height: 1.85rem;
  display: block;
}
.pages__menu .navbtn label span {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: #d65e26;
}
.pages__menu .navbtn label span:before,
.pages__menu .navbtn label span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #d65e26;
  transition: transform 0.3s ease;
}
.pages__menu .navbtn label span:before {
  top: -8px;
}
.pages__menu .navbtn label span:after {
  top: 8px;
}
.footer {
  background: #d65e26;
}
.footer__inner__col img {
  width: 8rem;
}
.footer__inner__col small {
  color: #fff;
}
.footer__inner__col ul {
  margin-top: 1rem;
}
.footer__inner__col ul li a {
  text-decoration: none;
  color: #fff;
}
.index {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: #efefef;
}
.index.is_active {
  overflow: auto;
  height: auto;
}
.index__kv__inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.index__kv {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  /*cursor:url(img/cursor.cur) 15 15,auto;*/
  cursor: url(img/logo_white01.cur) 15 15, auto;
}
.index.is_active .index__kv {
  cursor: auto;
}
.index__content {
  margin-top: 150px;
}
.index__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  filter: brightness(30%) saturate(0%);
  transition: filter 1s ease;
}
.index__video.is_active {
  filter: brightness(100%) saturate(100%);
}
.index__concept-video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.index__message {
  background-color: radial-gradient(red, skyblue);
  background-image: url(img/dot.png);
  background-size: 4px 4px;
  text-align: center;
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.index__message__inner {
  position: absolute;
  top: 50%;
  left: 50%;
}
.index__message h1 {
  line-height: 1;
}
.index__message div {
  display: flex;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(5rem);
  color: #d65e26;
}
.index__message span {
  display: block;
  opacity: 0;
  transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-5rem);
  color: #fff;
}
.index__message p {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.75s ease 3s;
  margin-top: 1rem;
}
.index__message.is_active p {
  opacity: 1;
}
.index__message.is_active div:nth-child(1) {
  opacity: 1;
  transition-delay: calc(0.35s * 1);
  transform: translateY(0);
}
.index__message.is_active div:nth-child(1) span {
  opacity: 1;
  transition-delay: calc(1s * 1);
  transform: translateX(0);
}
.index__message.is_active div:nth-child(2) {
  opacity: 1;
  transition-delay: calc(0.35s * 2);
  transform: translateY(0);
}
.index__message.is_active div:nth-child(2) span {
  opacity: 1;
  transition-delay: calc(1s * 1.25);
  transform: translateX(0);
}
.index__message.is_active div:nth-child(3) {
  opacity: 1;
  transition-delay: calc(0.35s * 3);
  transform: translateY(0);
}
.index__message.is_active div:nth-child(3) span {
  opacity: 1;
  transition-delay: calc(1s * 3);
  transform: translateX(0);
}
.index__message.is_active div:nth-child(4) {
  opacity: 1;
  transition-delay: calc(0.35s * 4);
  transform: translateY(0);
}
.index__message.is_active div:nth-child(4) span {
  opacity: 1;
  transition-delay: calc(1s * 4);
  transform: translateX(0);
}
.index__message.is_active div:nth-child(5) {
  opacity: 1;
  transition-delay: calc(0.35s * 5);
  transform: translateY(0);
}
.index__message.is_active div:nth-child(5) span {
  opacity: 1;
  transition-delay: calc(1s * 5);
  transform: translateX(0);
}
.index__scroll {
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0.2, 0.1, 1) 3s;
  z-index: 10;
  cursor: pointer;
}
.index__scroll:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  background: #fff;
  transition: all 0.3s cubic-bezier(0, 0.2, 0.1, 1);
  transform-origin: bottom center;
}
.index__scroll.is_active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.index__scroll:hover:after {
  transform: translate(-50%, 0) scale(1, 0);
}
.index__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    transparent 0%,
    #000 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    transparent 0%,
    #000 100%
  );
  background: radial-gradient(ellipse at center, transparent 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
  z-index: 1;
  pointer-events: none;
  transition: all 0.2e ease;
}
.index__gradient.is_active {
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    transparent 0%,
    transparent 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    transparent 0%,
    transparent 100%
  );
  background: radial-gradient(
    ellipse at center,
    transparent 0%,
    transparent 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
}
.index .preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.index .preloader.is_active {
  display: none;
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index #play {
  outline: none;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -35%);
  color: #000;
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  z-index: 10;
  background: none;
  color: #fff;
  text-align: center;
  transition: transform 0.5s ease, background 0.3s ease;
}
.index #play .play__inner {
  margin: auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-3rem);
  transition: all 0.3s ease;
}
.index #play .play__inner:hover {
  background-color: #d65e26;
  /*cursor:url(img/cursor.cur) 15 15,auto;*/
  cursor: url(img/logo_white01.cur) 15 15, auto;
}
.index #play .play__inner:hover img {
  filter: saturate(0%) brightness(200%);
}
.index #play .play__inner:after {
  content: "";
  position: absolute;
  bottom: -2.75rem;
  left: 50%;
  width: 1px;
  height: 2rem;
  background: #fff;
}
.index #play .play__inner img {
  transition: all 0.3s ease;
}
.index #play.is_active {
  display: block;
  transform: translate(-50%, -35%);
}
.index .vjs-loading-spinner {
  opacity: 0;
}
.pages .video-inner {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
}
.pages .video-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vw;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.pages {
  /*
    background:#efefef url(img/bonfire.jpg) no-repeat top center;
    background-attachment:fixed;
    */
  height: 100%;
}
.pages__section:last-child {
  /*     margin-bottom:0; */
}
.pages__table {
  margin: auto auto 3rem auto;
}
.pages__table__tr {
  display: flex;
  font-size: 0.8725rem;
}
.pages__table__th,
.pages__table__td {
  padding: calc(28px / 2) 0;
}
.pages__table__th {
  font-weight: bold;
  width: 25%;
  border-bottom: 2px solid #d65e26;
}
.pages__table__td {
  padding-left: calc(28px / 2);
  width: 75%;
  border-bottom: 1px solid #efefef;
}
.pages__jumbotron {
  width: 100vw;
  height: calc(50vh + 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.pages__jumbotron__inner {
  position: relative;
  z-index: 5;
  transform: translateY(-50%);
  color: #fff;
}
.pages__jumbotron__inner h1 {
  font-size: 2.75rem;
  font-weight: bold;
  letter-spacing: calc(2.75rem * 0.001 * 100);
  opacity: 0;
  transform: translateY(2rem);
  animation: header__jumbotron 0.45s ease 1s;
  animation-fill-mode: forwards;
}
@keyframes header__jumbotron {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.greeting__box__excective {
  display: flex;
  justify-content: space-between;
  margin-top: calc(28px * 2);
  flex-wrap: wrap;
}
.greeting__box__inner--president {
  margin-top: 28px;
}
.about__introduction img {
  display: block;
  margin: auto;
}
.contact__thumb__company {
  width: 100%;
  height: calc(28px * 8);
  background: url(img/contact__company.png) no-repeat center center;
  background-size: cover;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.contact__thumb__contact {
  width: 100%;
  height: calc(28px * 8);
  background: url(img/contact__contact.png) no-repeat center center;
  background-size: cover;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
}
.contact__thumb__company,
.contact__thumb__contact {
  text-align: center;
  font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
    sans-serif;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
}
.contact__thumb__company:hover,
.contact__thumb__contact:hover {
  opacity: 0.75;
}
.page-doc h3 {
  border-left: 5px solid #d65e26;
  border-bottom: 1px solid #efefef;
}
.single p {
  font-size: 0.925rem;
  line-height: 1.85;
  letter-spacing: calc(1.125rem * 0.001 * 50);
  margin: 28px 0;
}
.single a {
  color: #d65e26;
  text-decoration: none;
}
.single .date {
  font-size: 1.125rem;
  color: #727272;
}

/* original */

.followSet_img {
  display: none !important;
}

.flexbox-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox-container a .txt {
  padding: 10px 3px;
  word-break: break-all;
}

.flexbox-container a .txt h3 {
  font-weight: bold;
}

.performance_contents {
  width: 24%;
  margin: 3% 16px;
}

.performance_contents h3 {
  color: #000;
}

.performance_contents span {
  color: #000;
}

.performance_contents a {
  text-decoration: none !important;
}

@media only screen and (max-width: 969px) {
  .performance_contents {
    width: 44%;
    margin: 2%;
  }

  .line_02 {
    flex-direction: column !important;
  }
  .collection__item .my-post-archives tr th {
    width: 100%;
    min-height: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .collection__item .my-post-archives tr td {
    width: 100%;
    min-height: 150px;
    overflow: scroll;
  }
}

@media only screen and (max-width: 969px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  body {
    font-feature-settings: "palt";
    font-family: YuGothic, "Yu Gothic", sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #010101;
    font-size: 80%;
    letter-spacing: calc(0.8rem * 0.001 * 25);
  }
  li {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  iframe {
    max-width: 100%;
  }
  .btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: #d65e26;
    color: #fff;
    text-decoration: none;
    margin: 28px 0;
    border-radius: 56px;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .btn:hover {
    background: #b85121;
  }
  .text-title {
    line-height: 1.75;
    margin-bottom: calc(28px / 2);
    font-size: 1rem;
    letter-spacing: calc(1rem * 0.001 * 25);
  }
  .text-body {
    line-height: 1.75;
    font-size: 0.8725rem;
    letter-spacing: calc(0.8725rem * 0.001 * 75);
  }
  .text-lead {
    line-height: 1.75;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: calc(1.25rem * 0.001 * 75);
  }
  .text-lead small {
    font-size: 0.8725rem;
    letter-spacing: calc(0.8725rem * 0.001 * 75);
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .container {
    position: relative;
    width: 100%;
    /*         top:-100px; */
    height: auto;
  }
  .container__outer {
    position: relative;
    max-width: 1352px;
    /* margin:0 auto 50px; */
    background: #fff0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
  }
  .container__inner {
    position: relative;
    /* width:calc( 100% - 28px * 2 );
        padding:28px; */
    padding-bottom: 50px;
  }
  .container:last-child .container__outer {
    margin-bottom: 0;
  }
  .section__title {
    margin-bottom: 28px;
    padding-left: 28px;
    border-left: 6px solid #d65e26;
  }
  .section__title h3 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    position: relative;
    color: #000;
    line-height: 1;
    font-size: 2rem;
  }
  .section__title h4 {
    color: #919191;
    font-size: 1rem;
  }
  .section__domain-title {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    margin-bottom: calc(28px * 2);
    text-align: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 1rem 0;
    font-size: 1.525rem;
  }
  .section__domain-title img {
    max-width: 50%;
    height: auto;
  }
  .section__subtitle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    margin-bottom: 28px;
    font-size: 1.525rem;
    padding-left: 0.5rem;
  }
  .index .section__subtitle h3 {
    text-align: left;
  }
  a {
    text-decoration: none;
  }
  .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 28px auto;
  }
  .flex-row.sp-flex-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-row.col-1 .col {
    width: calc(100% - 1rem);
    margin: calc(28px / 4) calc(28px / 4);
  }
  .flex-row.col-2 .col {
    width: calc(100% - 1rem);
    margin: calc(28px / 4) calc(28px / 4);
  }
  .flex-row.col-3 .col {
    width: calc(100% - 1rem);
    margin: calc(28px / 4) calc(28px / 4);
  }
  .flex-row .col {
    margin: 0 20px 20px;
  }
  .form {
    margin: calc(28px * 1) 0 0;
  }
  .form-input {
    display: flex;
    flex-wrap: wrap;
  }
  .form-input label {
    display: block;
    font-size: 0.8725rem;
    font-weight: bold;
    width: 100%;
  }
  .form-input label span {
    color: #d65e26;
    font-size: 0.75rem;
  }
  .form-input input[type="text"],
  .form-input input[type="email"],
  .form-input textarea {
    border-bottom: 1px solid #ccc;
    width: 480px;
    padding: calc(28px / 2);
    transition: all 0.2s ease;
    font-size: 0.8725rem;
  }
  .form-input input[type="text"]:focus,
  .form-input input[type="email"]:focus,
  .form-input textarea:focus {
    outline: none;
    border-bottom: 2px solid #d65e26;
  }
  .form-agreement {
    font-size: 0.8725rem;
    font-weight: bold;
    margin: calc(28px * 2) 0 28px;
    margin-right: 28px;
  }
  .form input[type="submit"] {
    font-size: 1rem;
    font-weight: bold;
  }
  .collection__item {
    padding: 28px 0;
    border-bottom: 1px solid #ccc;
  }
  .collection__item a {
    text-decoration: none;
  }
  .collection__item span {
    display: block;
  }
  .collection__item:hover .title {
    color: #d65e26;
  }
  .collection__item .title {
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.25rem;
    letter-spacing: calc(1.25rem * 0.001 * 50);
  }
  .collection__item .body {
    color: #000;
    font-size: 0.925rem;
    /*         margin:calc( 28px / 2 ) 0; */
    letter-spacing: calc(0.925rem * 0.001 * 50);
  }
  .collection__item .date {
    color: #727272;
  }
  .js-animation {
    opacity: 0;
    transform: translateY(5rem);
    transition: all 0.3s ease;
  }
  .js-animation.is_active {
    opacity: 1;
    transform: translateY(0);
  }
  .loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
        -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
        -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
        -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
        -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .img-center {
    display: block;
    margin: auto;
  }
  .index__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: transform 0.35s ease 3s, background 0.2s ease;
    transform: translateY(-100%);
    border-bottom: 1px solid transparent;
    height: 56px;
    padding-left: 1rem;
  }
  .index__menu.is_active {
    transform: translateY(0);
  }
  .index__menu.is_scroll {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .index__menu.is_scroll ul > li a {
    color: #000;
  }
  .index__menu__nav {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }
  .index__menu__nav__inner {
    width: 100%;
    height: 100%;
    -webkit-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
  }
  .index__menu__nav__inner__logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 8rem;
  }
  .index__menu__nav__inner__logo img {
    max-width: 100%;
    height: auto;
  }
  .index__menu__nav__inner__menu {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: none;
  }
  .index__menu__nav__inner__menu ul {
    display: flex;
  }
  .index__menu__nav__inner__menu ul > li {
    margin-right: 35px;
    list-style: none;
  }
  .index__menu__nav__inner__menu ul > li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .index__menu__nav__inner__menu ul > li a:hover {
    color: #d65e26;
  }
  .index__menu .navbtn {
    position: fixed;
    top: 0.8rem;
    right: 2.5rem;
    width: 2rem;
    height: 1.85rem;
  }
  .index__menu .navbtn input {
    display: none;
  }
  .index__menu .navbtn label {
    position: relative;
    width: 1.8rem;
    height: 1.85rem;
    display: block;
  }
  .index__menu .navbtn label span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .index__menu .navbtn label span:before,
  .index__menu .navbtn label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: transform 0.3s ease;
  }
  .index__menu .navbtn label span:before {
    top: -8px;
  }
  .index__menu .navbtn label span:after {
    top: 8px;
  }
  .index__menu.is_scroll .navbtn label span {
    background: #d65e26;
  }
  .index__menu.is_scroll .navbtn label span:before,
  .index__menu.is_scroll .navbtn label span:after {
    content: "";
    background: #d65e26;
  }
  .sp_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #d65e26;
    z-index: 9900;
    transform: translateX(101%);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .sp_menu__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
  }
  .sp_menu ul {
    width: 100vw;
    height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .sp_menu ul li {
    width: 100%;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-3rem);
  }
  .sp_menu ul li:nth-child(1) {
    transition-delay: calc(1 * 0.075s);
  }
  .sp_menu ul li:nth-child(2) {
    transition-delay: calc(2 * 0.075s);
  }
  .sp_menu ul li:nth-child(3) {
    transition-delay: calc(3 * 0.075s);
  }
  .sp_menu ul li:nth-child(4) {
    transition-delay: calc(4 * 0.075s);
  }
  .sp_menu ul li:nth-child(5) {
    transition-delay: calc(5 * 0.075s);
  }
  .sp_menu ul li:nth-child(6) {
    transition-delay: calc(6 * 0.075s);
  }
  .sp_menu ul li:nth-child(7) {
    transition-delay: calc(7 * 0.075s);
  }
  .sp_menu ul li:nth-child(8) {
    transition-delay: calc(8 * 0.075s);
  }
  .sp_menu ul li:nth-child(9) {
    transition-delay: calc(9 * 0.075s);
  }
  .sp_menu ul li:nth-child(10) {
    transition-delay: calc(10 * 0.075s);
  }
  .sp_menu ul li a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: calc(0.9375rem * 0.001 * 50);
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .sp_menu ul .accordion {
    position: relative;
  }
  .sp_menu ul .accordion .open {
    position: absolute;
    top: 10px;
    left: calc(50% + 70px);
    display: block;
    background: #fff;
    height: calc(tan(60deg) * 20px / 2);
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .sp_menu ul .accordion.active .open {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .sp_menu ul .accordion .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .sp_menu ul .accordion.active .sub-menu {
    max-height: 100%;
  }
  .sp_menu ul .accordion .sub-menu .title02 {
    margin: 8px 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    border-bottom: solid 1px #fff;
  }
  .sp_menu ul .accordion .sub-menu a {
    margin: 0 0 8px;
    font-size: 1.3rem;
  }
  .sp_menu ul .accordion .sub-menu ul {
    height: auto;
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: solid 1px #fff;
  }
  .sp_menu ul .accordion .sub-menu ul li a {
    margin: 0;
    font-size: 1.1rem;
  }
  .sp_menu .navclose {
    position: fixed;
    top: 5rem;
    right: 3rem;
    width: 2rem;
    height: 2rem;
  }
  .sp_menu .navclose span {
    display: block;
    width: 2rem;
    height: 2rem;
    position: relative;
  }
  .sp_menu .navclose span:before,
  .sp_menu .navclose span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 2rem;
    height: 3px;
    background: #fff;
    transform-origin: center;
  }
  .sp_menu .navclose span:before {
    transform: rotate(35deg);
  }
  .sp_menu .navclose span:after {
    transform: rotate(-35deg);
  }
  .sp_menu.is_active {
    transform: translateX(0);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .sp_menu.is_active ul li {
    transform: translateX(0);
    opacity: 1;
  }
  .pages__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 0 0 transparent;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    height: 56px;
    padding-left: 1rem;
  }
  .pages__menu__nav {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }
  .pages__menu__nav__inner {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
  }
  .pages__menu__nav__inner__logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 8rem;
  }
  .pages__menu__nav__inner__logo img {
    max-width: 100%;
    height: auto;
  }
  .pages__menu__nav__inner__menu {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: none;
  }
  .pages__menu__nav__inner__menu ul {
    display: flex;
  }
  .pages__menu__nav__inner__menu ul > li {
    margin-right: 35px;
    list-style: none;
  }
  .pages__menu__nav__inner__menu ul > li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .pages__menu__nav__inner__menu ul > li a:hover {
    color: #d65e26;
  }
  .pages__menu .navbtn {
    position: fixed;
    top: 0.8rem;
    right: 2.5rem;
    width: 2rem;
    height: 1.85rem;
  }
  .pages__menu .navbtn input {
    display: none;
  }
  .pages__menu .navbtn label {
    position: relative;
    width: 1.8rem;
    height: 1.85rem;
    display: block;
  }
  .pages__menu .navbtn label span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #d65e26;
  }
  .pages__menu .navbtn label span:before,
  .pages__menu .navbtn label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d65e26;
    transition: transform 0.3s ease;
  }
  .pages__menu .navbtn label span:before {
    top: -8px;
  }
  .pages__menu .navbtn label span:after {
    top: 8px;
  }
  .footer {
    background: #d65e26;
  }
  .footer__inner {
    padding: 28px 2rem;
  }
  .footer__inner__col img {
    width: 8rem;
  }
  .footer__inner__col small {
    color: #fff;
  }
  .footer__inner__col ul {
    margin-top: 1rem;
  }
  .footer__inner__col ul li a {
    text-decoration: none;
    color: #fff;
  }
  .index {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: #efefef;
  }
  .index.is_active {
    overflow: auto;
    height: auto;
  }
  .index__kv__inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
  }
  .index__kv {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    /*cursor:url(img/cursor.cur) 15 15,auto;*/
    cursor: url(img/logo_white01.cur) 15 15, auto;
  }
  .index.is_active .index__kv {
    cursor: auto;
  }
  .index__content {
    margin-top: 150px;
  }
  .index__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    filter: brightness(30%) saturate(0%);
    transition: filter 1s ease;
    transform: translate(-53%, -50%);
  }
  .index__video.is_active {
    filter: brightness(100%) saturate(100%);
  }
  .index__concept-video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .index__message {
    background-color: radial-gradient(red, skyblue);
    background-image: url(img/dot.png);
    background-size: 4px 4px;
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .index__message__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
  }
  .index__message h1 {
    line-height: 1;
    font-size: 3.125rem;
  }
  .index__message div {
    display: flex;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(5rem);
    color: #d65e26;
  }
  .index__message span {
    display: block;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-5rem);
    color: #fff;
  }
  .index__message p {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.75s ease 3s;
    margin-top: 1rem;
  }
  .index__message.is_active p {
    opacity: 1;
  }
  .index__message.is_active div:nth-child(1) {
    opacity: 1;
    transition-delay: calc(0.35s * 1);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(1) span {
    opacity: 1;
    transition-delay: calc(1s * 1);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(2) {
    opacity: 1;
    transition-delay: calc(0.35s * 2);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(2) span {
    opacity: 1;
    transition-delay: calc(1s * 1.25);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(3) {
    opacity: 1;
    transition-delay: calc(0.35s * 3);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(3) span {
    opacity: 1;
    transition-delay: calc(1s * 3);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(4) {
    opacity: 1;
    transition-delay: calc(0.35s * 4);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(4) span {
    opacity: 1;
    transition-delay: calc(1s * 4);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(5) {
    opacity: 1;
    transition-delay: calc(0.35s * 5);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(5) span {
    opacity: 1;
    transition-delay: calc(1s * 5);
    transform: translateX(0);
  }
  .index__scroll {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all 0.35s ease 3s;
    z-index: 10;
    cursor: pointer;
    bottom: 7rem;
    margin-bottom: 100%;
  }
  .index__scroll:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    background: #fff;
    transition: all 0.2s ease;
    transform-origin: bottom center;
    bottom: -14rem;
    height: 14rem;
  }
  .index__scroll.is_active {
    opacity: 1;
    transform: translate(-50%, 0);
    margin-bottom: 0%;
  }
  .index__scroll:hover:after {
    transform: translate(-50%, 0) scale(1, 0);
  }
  .index__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -moz-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      #000 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      #000 100%
    );
    background: radial-gradient(ellipse at center, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    z-index: 1;
    pointer-events: none;
    transition: all 0.2e ease;
  }
  .index__gradient.is_active {
    background: -moz-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      transparent 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      transparent 100%
    );
    background: radial-gradient(
      ellipse at center,
      transparent 0%,
      transparent 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  }
  .index .preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .index .preloader.is_active {
    display: none;
  }
  @keyframes load2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .index #play {
    outline: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: #000;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    z-index: 10;
    background: none;
    color: #fff;
    text-align: center;
    transition: transform 0.5s ease, background 0.3s ease;
  }
  .index #play .play__inner {
    margin: auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-3rem);
    transition: all 0.3s ease;
  }
  .index #play .play__inner:hover {
    background-color: #d65e26;
    /*cursor:url(img/cursor.cur) 15 15,auto;*/
    cursor: url(img/logo_white01.cur) 15 15, auto;
  }
  .index #play .play__inner:hover img {
    filter: saturate(0%) brightness(200%);
  }
  .index #play .play__inner:after {
    content: "";
    position: absolute;
    bottom: -2.75rem;
    left: 50%;
    width: 1px;
    height: 2rem;
    background: #fff;
  }
  .index #play .play__inner img {
    transition: all 0.3s ease;
  }
  .index #play.is_active {
    display: block;
    transform: translate(-50%, -35%);
  }
  .index .vjs-loading-spinner {
    opacity: 0;
  }
  .pages {
    /*
        background:#efefef url(img/bonfire.jpg) no-repeat top center;
        background-attachment: scroll;
		background-size: cover;
        */
    padding-top: 36px;
    padding-bottom: 0px;
  }
  .pages__section {
    margin-bottom: calc(28px * 2);
    padding: 50px;
    background-color: #fff;
  }
  .pages__section:last-child {
    /*         margin-bottom:0; */
  }
  .pages__table {
    margin: auto auto 3rem auto;
  }
  .pages__table__tr {
    display: flex;
    font-size: 0.8725rem;
  }
  .pages__table__th,
  .pages__table__td {
    padding: calc(28px / 2) 0;
  }
  .pages__table__th {
    font-weight: bold;
    width: 25%;
    border-bottom: 2px solid #d65e26;
  }
  .pages__table__td {
    padding-left: calc(28px / 2);
    width: 75%;
    border-bottom: 1px solid #efefef;
  }
  .pages__jumbotron {
    width: 100vw;
    height: calc(50vh + 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .pages__jumbotron__inner {
    position: relative;
    z-index: 5;
    transform: translateY(-50%);
    color: #fff;
  }
  .pages__jumbotron__inner h1 {
    font-size: 7vw;
    padding: 0 3%;
    font-weight: bold;
    letter-spacing: calc(2.75rem * 0.001 * 100);
    opacity: 0;
    transform: translateY(2rem);
    animation: header__jumbotron 0.45s ease 1s;
    animation-fill-mode: forwards;
  }
  @keyframes header__jumbotron {
    0% {
      opacity: 0;
      transform: translateY(2rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .greeting__box.sp-col-1 {
    width: 100%;
    margin-bottom: 28px;
    display: flex;
  }
  .greeting__box__img {
    width: 50%;
    margin-right: calc(28px / 2);
  }
  .greeting__box__excective {
    display: flex;
    justify-content: space-between;
    margin-top: calc(28px * 2);
    flex-wrap: wrap;
  }
  .greeting__box__inner--president {
    margin-top: 28px;
  }
  .greeting__box__inner--president__caption h2 {
    font-size: 0.925rem;
    letter-spacing: calc(1.25rem * 0.001 * 75);
    text-align: justify;
    margin-bottom: calc(28px / 4);
  }
  .greeting__box__inner--president__caption p {
    font-size: 0.8725rem;
    line-height: 1.75;
    letter-spacing: calc(1.25rem * 0.001 * 75);
    text-align: justify;
  }
  .greeting__box__inner--president__body p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: calc(1rem * 0.001 * 75);
    text-align: justify;
    margin-bottom: 28px;
  }
  .greeting__box__inner--excective {
    width: 50%;
  }
  .greeting__box__inner--excective__caption h2 {
    font-size: 0.925rem;
    letter-spacing: calc(0.925rem * 0.001 * 50);
    margin-bottom: calc(28px / 4);
  }
  .greeting__box__inner--excective__caption p {
    font-size: 0.75rem;
    line-height: 1.75;
    letter-spacing: calc(0.75rem * 0.001 * 50);
    text-align: justify;
  }
  .about__introduction img {
    display: block;
    margin: auto;
  }
  .about__introduction p {
    font-size: 0.8725rem;
    letter-spacing: calc(0.8725rem * 0.001 * 75);
    margin-bottom: 1rem;
    line-height: 1.75;
  }
  .about__introduction .col:last-child {
    margin-bottom: 2rem !important;
  }
  .contact__thumb__company {
    width: 100%;
    height: calc(28px * 8);
    background: url(img/contact__company.png) no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .contact__thumb__contact {
    width: 100%;
    height: calc(28px * 8);
    background: url(img/contact__contact.png) no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .contact__thumb__company,
  .contact__thumb__contact {
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    transition: opacity 0.2s ease-out;
  }
  .contact__thumb__company h4,
  .contact__thumb__contact h4 {
    font-size: 1.5rem;
  }
  .contact__thumb__company:hover,
  .contact__thumb__contact:hover {
    opacity: 0.75;
  }

  .contact__pages {
    padding-bottom: 0 !important;
  }

  .page-doc h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
  }
  .page-doc h3 {
    border-left: 5px solid #d65e26;
    border-bottom: 1px solid #efefef;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.25rem;
  }
  .page-doc p {
    margin-bottom: 1.25rem;
  }
  .single p {
    font-size: 0.925rem;
    line-height: 1.85;
    letter-spacing: calc(1.125rem * 0.001 * 50);
    margin: 28px 0;
  }
  .single a {
    color: #d65e26;
    text-decoration: none;
  }
  .single .date {
    font-size: 1.125rem;
    color: #727272;
  }
  .single .title {
    font-size: 1.525rem;
  }
}
@media only screen and (min-width: 970px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  body {
    font-feature-settings: "palt";
    font-family: YuGothic, "Yu Gothic", sans-serif;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #010101;
    font-size: 100%;
    letter-spacing: calc(1rem * 0.001 * 25);
  }
  li {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  iframe {
    max-width: 100%;
  }
  .btn {
    display: inline-block;
    padding: 1rem 3rem;
    background: #d65e26;
    color: #fff;
    text-decoration: none;
    margin: 28px 0;
    border-radius: 56px;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .btn:hover {
    background: #b85121;
  }
  .text-title {
    line-height: 1.75;
    margin-bottom: calc(28px / 2);
    font-size: 1.25rem;
    letter-spacing: calc(1.25rem * 0.001 * 25);
  }
  .text-body {
    line-height: 1.75;
    font-size: 0.925rem;
    letter-spacing: calc(0.925rem * 0.001 * 75);
  }
  .text-lead {
    line-height: 1.75;
    font-weight: bold;
    text-align: justify;
    font-size: 1.525rem;
    letter-spacing: calc(1.525rem * 0.001 * 75);
  }
  .text-lead small {
    font-size: 0.925rem;
    letter-spacing: calc(0.925rem * 0.001 * 75);
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .container {
    position: relative;
    width: 100%;
    /*         top:-100px; */
    height: auto;
  }
  .container__outer {
    position: relative;
    max-width: 1352px;
    margin: 0 auto 50px;
    background: #fff0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: calc(28px * 4);
  }
  .container__inner {
    position: relative;
    /* width:calc( 100% - 200px );
        padding:100px; */
    padding-bottom: 50px;
  }
  .container:last-child .container__outer {
    margin-bottom: 0;
  }
  .section__title {
    margin-bottom: 28px;
    padding-left: 28px;
    border-left: 6px solid #d65e26;
  }
  .section__title h3 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    position: relative;
    color: #000;
    line-height: 1;
    font-size: 3rem;
  }
  .section__title h4 {
    color: #919191;
    font-size: 1.25rem;
  }
  .section__domain-title {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    margin-bottom: calc(28px * 2);
    text-align: center;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 1rem 0;
    font-size: 2.25rem;
  }
  .section__domain-title img {
    max-width: 175px;
    height: auto;
  }
  .section__subtitle {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    margin-bottom: 28px;
    font-size: 2.25rem;
    padding-left: 20px;
  }
  .index .section__subtitle h3 {
    text-align: left;
  }
  a {
    text-decoration: none;
  }
  .flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 56px auto 0;
  }
  .flex-row.col-1 .col {
    width: calc(100% - 40px);
    margin: calc(28px / 4) 20px;
  }
  .flex-row.col-2 .col {
    width: calc(50% - 40px);
  }
  .flex-row.col-3 .col {
    width: calc(33.3% - 40px);
  }
  .flex-row .col {
    margin: 0 20px 20px;
  }
  .form {
    margin: calc(28px * 1) 0 0;
  }
  .form-input {
    display: flex;
  }
  .form-input label {
    display: block;
    font-size: 0.8725rem;
    font-weight: bold;
    width: 238px;
    border-bottom: 2px solid #333;
    padding: 14px 0;
  }
  .form-input label span {
    color: #d65e26;
    font-size: 0.75rem;
  }
  .form-input input[type="text"],
  .form-input input[type="email"],
  .form-input textarea {
    border-bottom: 1px solid #ccc;
    width: 480px;
    padding: calc(28px / 2);
    transition: all 0.2s ease;
    font-size: 0.8725rem;
  }
  .form-input input[type="text"]:focus,
  .form-input input[type="email"]:focus,
  .form-input textarea:focus {
    outline: none;
    border-bottom: 2px solid #d65e26;
  }
  .form-agreement {
    font-size: 0.8725rem;
    font-weight: bold;
    margin: calc(28px * 2) 0 28px;
    margin-right: 28px;
  }
  .form input[type="submit"] {
    font-size: 1rem;
    font-weight: bold;
  }
  .collection__item {
    padding: 28px 0;
    border-bottom: 1px solid #ccc;
  }
  .collection__item a {
    text-decoration: none;
  }
  .collection__item span {
    display: block;
  }
  .collection__item:hover .title {
    color: #d65e26;
  }
  .collection__item .title {
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
    font-size: 1.75rem;
  }
  .collection__item .body {
    color: #000;
    font-size: 1rem;
    /*         margin:calc( 28px / 2 ) 0; */
    letter-spacing: calc(1rem * 0.001 * 50);
  }
  .collection__item .date {
    color: #727272;
    font-size: 0.8725rem;
  }
  .js-animation {
    opacity: 0;
    transform: translateY(5rem);
    transition: all 0.3s ease;
  }
  .js-animation.is_active {
    opacity: 1;
    transform: translateY(0);
  }
  .loader {
    color: #ffffff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
        -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
        -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
        -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
        -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
        -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
        -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
        -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
        -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
        0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .img-center {
    display: block;
    margin: auto;
  }
  .index__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: transform 0.35s ease 3s, background 0.2s ease;
    transform: translateY(-100%);
    border-bottom: 1px solid transparent;
    height: 100px;
  }
  .index__menu.is_active {
    transform: translateY(0);
  }
  .index__menu.is_scroll {
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .index__menu.is_scroll ul > li a {
    color: #000;
  }
  .index__menu__nav {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }
  .index__menu__nav__inner {
    width: 100%;
    height: 100%;
    -webkit-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
  }
  .index__menu__nav__inner__logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    height: 100%;
    padding-left: 1rem;
    width: 200px;
  }
  .index__menu__nav__inner__logo img {
    max-width: 100%;
    height: auto;
  }
  .index__menu__nav__inner__menu {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  .index__menu__nav__inner__menu ul {
    display: flex;
  }
  .index__menu__nav__inner__menu ul > li {
    margin-right: 35px;
    list-style: none;
  }
  .index__menu__nav__inner__menu ul > li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .index__menu__nav__inner__menu ul > li a:hover {
    color: #d65e26;
  }
  .index__menu .navbtn {
    position: fixed;
    top: 0.8rem;
    right: 2.5rem;
    width: 2rem;
    height: 1.85rem;
    display: none !important;
  }
  .index__menu .navbtn input {
    display: none;
  }
  .index__menu .navbtn label {
    position: relative;
    width: 1.8rem;
    height: 1.85rem;
    display: block;
  }
  .index__menu .navbtn label span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #fff;
  }
  .index__menu .navbtn label span:before,
  .index__menu .navbtn label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: transform 0.3s ease;
  }
  .index__menu__nav__inner__menu ul > li .hover {
    position: relative;
  }
  .index__menu__nav__inner__menu ul > .hover:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu {
    position: absolute;
    top: 70px;
    background-color: #000;
    border-radius: 8px;
    padding: 30px;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu .title02 {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 700;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu a {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0;
    color: #fff;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu a:hover {
    color: #d65e26;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu .list01 {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 1em;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu .list01 .item a {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .index__menu__nav__inner__menu ul > li .sub-menu .list01 .item a:hover {
    color: #d65e26;
  }
  .index__menu .navbtn label span:before {
    top: -8px;
  }
  .index__menu .navbtn label span:after {
    top: 8px;
  }
  .index__menu.is_scroll .navbtn label span {
    background: #d65e26;
  }
  .index__menu.is_scroll .navbtn label span:before,
  .index__menu.is_scroll .navbtn label span:after {
    content: "";
    background: #d65e26;
  }
  .sp_menu {
    display: none !important;
  }
  .pages__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 0 0 transparent;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    height: 100px;
  }
  .pages__menu__nav {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
  }
  .pages__menu__nav__inner {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-transition: border-color 0.15s ease-out 0s;
    transition: border-color 0.15s ease-out 0s;
  }
  .pages__menu__nav__inner__logo {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 200px;
    padding-left: 1rem;
  }
  .pages__menu__nav__inner__logo img {
    max-width: 100%;
    height: auto;
  }
  .pages__menu__nav__inner__menu {
    display: flex;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  .pages__menu__nav__inner__menu ul {
    display: flex;
  }
  .pages__menu__nav__inner__menu ul > li {
    margin-right: 35px;
    list-style: none;
  }
  .pages__menu__nav__inner__menu ul > li a {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    color: #000;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .pages__menu__nav__inner__menu ul > li a:hover {
    color: #d65e26;
  }
  .pages__menu__nav__inner__menu ul > li .hover {
    position: relative;
  }
  .pages__menu__nav__inner__menu ul > .hover:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu {
    position: absolute;
    top: 70px;
    background-color: #000;
    border-radius: 8px;
    padding: 30px;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu .title02 {
    margin: 0 0 8px;
    color: #fff;
    font-weight: 700;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu a {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0;
    color: #fff;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu a:hover {
    color: #d65e26;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu .list01 {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 1em;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu .list01 .item a {
    margin: 0;
    padding: 0;
    color: #fff;
  }
  .pages__menu__nav__inner__menu ul > li .sub-menu .list01 .item a:hover {
    color: #d65e26;
  }
  .pages__menu .navbtn {
    position: fixed;
    top: 0.8rem;
    right: 2.5rem;
    width: 2rem;
    height: 1.85rem;
    display: none !important;
  }
  .pages__menu .navbtn input {
    display: none;
  }
  .pages__menu .navbtn label {
    position: relative;
    width: 1.8rem;
    height: 1.85rem;
    display: block;
  }
  .pages__menu .navbtn label span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #d65e26;
  }
  .pages__menu .navbtn label span:before,
  .pages__menu .navbtn label span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #d65e26;
    transition: transform 0.3s ease;
  }
  .pages__menu .navbtn label span:before {
    top: -8px;
  }
  .pages__menu .navbtn label span:after {
    top: 8px;
  }
  .footer {
    background: #d65e26;
  }
  .footer__inner {
    display: flex;
    padding: 28px 128px;
  }
  .footer__inner__col {
    width: 25%;
    margin-right: 28px;
  }
  .footer__inner__col img {
    width: 8rem;
  }
  .footer__inner__col small {
    color: #fff;
  }
  .footer__inner__col ul {
    margin-top: 1rem;
  }
  .footer__inner__col ul li a {
    text-decoration: none;
    color: #fff;
  }
  .index {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background: #efefef;
  }
  .index.is_active {
    overflow: auto;
    height: auto;
  }
  .index__kv__inner {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
  }
  .index__kv {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    /*cursor:url(img/cursor.cur) 15 15,auto;*/
    cursor: url(img/logo_white01.cur) 15 15, auto;
  }
  .index.is_active .index__kv {
    cursor: auto;
  }
  .index__content {
    margin-top: 150px;
  }
  .index__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100%;
    filter: brightness(30%) saturate(0%);
    transition: filter 1s ease;
    transform: translate(-50%, -50%);
  }
  .index__video.is_active {
    filter: brightness(100%) saturate(100%);
  }
  .index__concept-video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  .index__message {
    background-color: radial-gradient(red, skyblue);
    background-image: url(img/dot.png);
    background-size: 4px 4px;
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }
  .index__message__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index__message h1 {
    line-height: 1;
    font-size: 7.125rem;
  }
  .index__message div {
    display: flex;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(5rem);
    color: #d65e26;
  }
  .index__message span {
    display: block;
    opacity: 0;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(-5rem);
    color: #fff;
  }
  .index__message p {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all 0.75s ease 3s;
    margin-top: 1rem;
  }
  .index__message.is_active p {
    opacity: 1;
  }
  .index__message.is_active div:nth-child(1) {
    opacity: 1;
    transition-delay: calc(0.35s * 1);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(1) span {
    opacity: 1;
    transition-delay: calc(1s * 1);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(2) {
    opacity: 1;
    transition-delay: calc(0.35s * 2);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(2) span {
    opacity: 1;
    transition-delay: calc(1s * 1.25);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(3) {
    opacity: 1;
    transition-delay: calc(0.35s * 3);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(3) span {
    opacity: 1;
    transition-delay: calc(1s * 3);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(4) {
    opacity: 1;
    transition-delay: calc(0.35s * 4);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(4) span {
    opacity: 1;
    transition-delay: calc(1s * 4);
    transform: translateX(0);
  }
  .index__message.is_active div:nth-child(5) {
    opacity: 1;
    transition-delay: calc(0.35s * 5);
    transform: translateY(0);
  }
  .index__message.is_active div:nth-child(5) span {
    opacity: 1;
    transition-delay: calc(1s * 5);
    transform: translateX(0);
  }
  .index__scroll {
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    font-size: 1.25rem;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0, 0.2, 0.1, 1) 3s;
    z-index: 10;
    cursor: pointer;
    bottom: 2rem;
    margin-bottom: 100%;
  }
  .index__scroll:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0, 0.2, 0.1, 1);
    transform-origin: bottom center;
    bottom: -4rem;
    height: 4rem;
  }
  .index__scroll.is_active {
    opacity: 1;
    transform: translate(-50%, 0);
    margin-bottom: 0%;
  }
  .index__scroll:hover:after {
    transform: translate(-50%, 0) scale(1, 0);
  }
  .index__gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: -moz-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      #000 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      #000 100%
    );
    background: radial-gradient(ellipse at center, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 );
    z-index: 1;
    pointer-events: none;
    transition: all 0.2e ease;
  }
  .index__gradient.is_active {
    background: -moz-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      transparent 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      transparent 0%,
      transparent 100%
    );
    background: radial-gradient(
      ellipse at center,
      transparent 0%,
      transparent 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  }
  .index .preloader {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .index .preloader.is_active {
    display: none;
  }
  @keyframes load2 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .index #play {
    outline: none;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    color: #000;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    z-index: 10;
    background: none;
    color: #fff;
    text-align: center;
    transition: transform 0.5s ease, background 0.3s ease;
  }
  .index #play .play__inner {
    margin: auto;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-3rem);
    transition: all 0.3s ease;
  }
  .index #play .play__inner:hover {
    background-color: #d65e26;
    /*cursor:url(img/cursor.cur) 15 15,auto;*/
    cursor: url(img/logo_white01.cur) 15 15, auto;
  }
  .index #play .play__inner:hover img {
    filter: saturate(0%) brightness(200%);
  }
  .index #play .play__inner:after {
    content: "";
    position: absolute;
    bottom: -2.75rem;
    left: 50%;
    width: 1px;
    height: 2rem;
    background: #fff;
  }
  .index #play .play__inner img {
    transition: all 0.3s ease;
  }
  .index #play.is_active {
    display: block;
    transform: translate(-50%, -35%);
  }
  .index .vjs-loading-spinner {
    opacity: 0;
  }
  .pages {
    /*
        background:#efefef url(img/bonfire.jpg) no-repeat top center;
        background-attachment:fixed;
        */
    padding-top: 75px;
    padding-bottom: 0px;
  }
  .pages__section {
    margin-bottom: calc(28px * 4);
    padding: 100px;
    background-color: #fff;
  }
  .pages__section:last-child {
    /*         margin-bottom:0; */
  }
  .pages__table {
    margin: auto auto 3rem auto;
  }
  .pages__table__tr {
    display: flex;
    font-size: 0.8725rem;
  }
  .pages__table__th,
  .pages__table__td {
    padding: calc(28px / 2) 0;
  }
  .pages__table__th {
    font-weight: bold;
    width: 25%;
    border-bottom: 2px solid #d65e26;
  }
  .pages__table__td {
    padding-left: calc(28px / 2);
    width: 75%;
    border-bottom: 1px solid #efefef;
  }
  .pages__jumbotron {
    width: 100vw;
    height: calc(50vh + 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .pages__jumbotron__inner {
    position: relative;
    z-index: 5;
    transform: translateY(-50%);
    color: #fff;
  }
  .pages__jumbotron__inner h1 {
    font-size: 2.75rem;
    font-weight: bold;
    letter-spacing: calc(2.75rem * 0.001 * 100);
    opacity: 0;
    transform: translateY(2rem);
    animation: header__jumbotron 0.45s ease 1s;
    animation-fill-mode: forwards;
  }
  @keyframes header__jumbotron {
    0% {
      opacity: 0;
      transform: translateY(2rem);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .greeting__box.pc-col-3 {
    width: calc(33.3% - 28px);
    margin-bottom: 28px;
    padding: 0 1.1% 0;
  }
  .greeting__box__excective {
    display: flex;
    justify-content: space-between;
    margin-top: calc(28px * 2);
    flex-wrap: wrap;
  }
  .greeting__box__inner--president {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
  }
  .greeting__box__inner--president__caption {
    width: 100%;
  }
  .greeting__box__inner--president__caption h2 {
    font-size: 1.25rem;
    letter-spacing: calc(1.25rem * 0.001 * 75);
    text-align: justify;
    margin-bottom: calc(28px / 2);
  }
  .greeting__box__inner--president__caption p {
    font-size: 0.8725rem;
    line-height: 1.75;
    letter-spacing: calc(1.25rem * 0.001 * 75);
    text-align: justify;
  }
  .greeting__box__inner--president__body {
    width: calc(70% - 28px * 1.2);
  }
  .greeting__box__inner--president__body p {
    font-size: 1.325rem;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: calc(1.325rem * 0.001 * 100);
    text-align: justify;
  }
  .greeting__box__inner--excective {
    display: flex;
    justify-content: space-between;
  }
  .greeting__box__inner--excective__caption h2 {
    font-size: 1.25rem;
    letter-spacing: calc(1.5rem * 0.001 * 75);
    margin-bottom: calc(28px / 2);
  }
  .greeting__box__inner--excective__caption p {
    font-size: 0.8725rem;
    line-height: 1.75;
    letter-spacing: calc(1.25rem * 0.001 * 75);
    text-align: justify;
  }
  .greeting__box__inner--excective__caption .large {
    font-size: 0.925rem;
    letter-spacing: calc(0.925rem * 0.001 * 100);
    text-align: justify;
    font-weight: bold;
  }
  .about__introduction img {
    display: block;
    margin: auto;
  }
  .about__introduction p {
    font-size: 0.925rem;
    letter-spacing: calc(0.925rem * 0.001 * 75);
    margin-bottom: 1rem;
    line-height: 1.75;
    text-align: justify;
  }
  .contact__thumb__company {
    width: 100%;
    height: calc(28px * 8);
    background: url(img/contact__company.png) no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .contact__thumb__contact {
    width: 100%;
    height: calc(28px * 8);
    background: url(img/contact__contact.png) no-repeat center center;
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
  }
  .contact__thumb__company,
  .contact__thumb__contact {
    text-align: center;
    font-family: Montserrat, "Helvetica Neue", Helvetica, YuGothic, "Yu Gothic",
      sans-serif;
    font-weight: bold;
    transition: opacity 0.2s ease-out;
  }
  .contact__thumb__company h4,
  .contact__thumb__contact h4 {
    font-size: 30px;
  }
  .contact__thumb__company:hover,
  .contact__thumb__contact:hover {
    opacity: 0.75;
  }
  .page-doc h2 {
    margin-top: 56px;
    margin-bottom: 28px;
    font-size: 36px;
  }
  .page-doc h3 {
    border-left: 5px solid #d65e26;
    border-bottom: 1px solid #efefef;
    margin-top: 56px;
    margin-bottom: 28px;
    padding: 8px 20px;
  }
  .page-doc p {
    margin-bottom: 20px;
  }
  .single {
    padding: 28px 0;
    width: 960px;
    margin: auto;
  }
  .single p {
    font-size: 0.925rem;
    line-height: 1.85;
    letter-spacing: calc(1.125rem * 0.001 * 50);
    margin: 28px 0;
  }
  .single a {
    color: #d65e26;
    text-decoration: none;
  }
  .single .date {
    font-size: 1.125rem;
    color: #727272;
  }
  .single .title {
    font-size: 2.25rem;
  }

  /*# sourceMappingURL=style.css.map */

  img.still-load {
    transition-duration: 0.2s;
    filter: grayscale(100%);
  }
  img:not(.still-load) {
    transition-duration: 0.2s;
    filter: grayscale(10%);
  }

  img.attachment-thumbnail.size-thumbnail.wp-post-image {
    border-radius: 5px;
    box-shadow: 0px 2px 20px -7px #888;
  }
  table.my-post-archives td {
    min-width: 200px;
  }
  table.my-post-archives td span {
    margin-left: 2em;
  }
  @media only screen and (max-width: 970px) {
    table.my-post-archives td {
      display: block;
    }
    table.my-post-archives td p {
      margin-left: 0em;
    }
  }

  *.text-transition {
    transition-property: letter-spacing, opacity;
    transition-duration: 0.5s;
  }
  *.text-transition:not(.text-active) {
    letter-spacing: -1em;
    opacity: 0;
    transition-timing-function: var(--super-ease-in);
  }
  *.text-transition.text-active {
    letter-spacing: 0em;
    opacity: 1;
    transition-timing-function: var(--super-ease-out);
  }
}

.service-content img {
  height: 330px;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.service-content .position-zero img {
  object-position: 0;
}
