/**************
reset.css start
**************/

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

/**************
reset.css end
**************/

/*
z-index


a:before -1000
footer 0
vision_counter 999
header 1000
loading 1001
pointer 1002
transition 2000

*/

/**************
classes start
**************/

.font_justus {
  font-family: justus-pro, sans-serif;
  font-weight: 400;
}

.external:after {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url(/assets/img/common/external.svg);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  margin-top: -1px;
  margin-left: 5px;
}

.external2:after {
  content: '';
  width: 12px;
  height: 10px;
  background-image: url(/assets/img/common/external2.svg);
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}

.sp {
  display: none;
}

.bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.nphover {
  cursor: pointer;
}

/**************
classes end
**************/

* {
  font-family: neue-haas-unica, source-han-sans-japanese, sans-serif;
  box-sizing: border-box;
  font-display: swap;
}

html {
  font-size: 62.5%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}

html.is_open_nav {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.is_open_nav main,
body.is_open_nav footer {
  display: none;
}

body.is_open_nav header {
  background-color: transparent;
}

body.is_open_nav header h1,
body.is_open_nav header #menuBtn {
  transition: filter 800ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  filter: brightness(0) invert(1);
}

body {
  cursor: none;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

a.white,
a.white:visited,
a.white:hover,
a.white:visited {
  color: #fff;
}

a.np {
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

a.np:before {
  content: '';
  background-color: #fff604;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1000;
}

a.np:hover:before {
  animation: show .3s linear 0s forwards;
}

@keyframes show {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 50%;
    top: 50%;
  }
}

header {
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  position: fixed;
  background-color: #000;
}

header .child {
  position: relative;
  width: 94.6%;
  margin: 0 auto;
  height: 100px;
  border-bottom: 5px solid #fff;
}

header #vn_toggle {
  transition: opacity 400ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 1.4rem;
  position: absolute;
  left: 12px;
  top: 41px;
  letter-spacing: 0.1em;
  color: #fff;
}

header #vn_toggle a:before {
  height: 0;
}

header #vn_toggle a.current:before {
  top: 50%;
  height: 50%;
}

header #vn_toggle span {
  margin: 0 11px;
  width: 2px;
  height: 9px;
  background-color: #000;
  display: inline-block;
  transform: skewX(-35deg);
}

header #vn_toggle.is_open_nav {
  opacity: 0;
  pointer-events: none;
  /*
    a:before{
      content:none;
    }
    */
}

header h1 {
  position: absolute;
  margin: 0 auto;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  filter: brightness(0) invert(1);
}

header #menuBtn {
  position: absolute;
  color: #111;
  right: 14px;
  top: 42px;
  font-size: 1.2rem;
  cursor: pointer;
  letter-spacing: 0.1em;
}

header #menuBtn a.np {
  z-index: auto;
}

header #menuBtn a.np:before {
  left: -18px;
  width: 140%;
}

header #menuBtn span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  top: 1px;
}

header #menuBtn span:before {
  transition: top 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  content: 'MENU';
  top: 0px;
  position: relative;
}

header #menuBtn span:after {
  transition: top 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  content: 'CLOSE';
  position: absolute;
  top: 14px;
  left: 0;
  letter-spacing: 0.05em;
}

header #menuBtn.animate span:before {
  top: -14px;
}

header #menuBtn.animate span:after {
  top: 0px;
}

header #menuBtn:before,
header #menuBtn:after {
  transition: transform 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  width: 2px;
  height: 9px;
  background-color: #fff;
  display: inline-block;
  transform: skewX(-30deg);
  margin-right: 0px;
  position: relative;
  top: 0px;
}

header #menuBtn:before {
  left: -13px;
}

header #menuBtn:after {
  /*
    //new
    position: absolute;
    top: 2px;
    left: 5px;
    */
  position: relative;
  top: 0px;
  left: -51px;
}

header #menuBtn.animate:before {
  transform: translateX(2px) skewX(32deg);
}

header #menuBtn.animate:after {
  transform: translateX(-4px) skewX(-32deg);
}

.scroll-wrapper {
  transition: top 300ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.scroll-wrapper.cut {
  transition: top 0ms;
}

footer {
  position: relative;
  margin-top: 174px;
  padding-bottom: 100px;
  background-color: #000;
  color: #fff;
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
  color: #fff;
}

footer #footer_child {
  width: 86.8%;
  margin: 0 auto;
  display: flex;
  letter-spacing: 0.1em;
}

footer #footer_child .contact {
  font-size: 1.4rem;
  border: 2px solid #fff;
  margin-top: 148px;
  text-align: center;
  width: 190px;
  height: 47px;
  letter-spacing: 0.1em;
  display: inline-block;
}

footer #footer_child .contact a {
  text-decoration: none;
  position: relative;
  display: block;
  padding-top: 15px;
  height: 47px;
}

footer #footer_child .contact a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1000;
}

footer #footer_child .contact a:hover {
  color: #000;
}

footer #footer_child .contact a:hover:before {
  animation: hover-contact 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@keyframes hover-contact {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 100%;
    top: 0%;
  }
}

footer #footer_child .box {
  margin-top: 100px;
}

footer #footer_child .box h4 {
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  margin-top: 31px;
}

footer #footer_child .box h5 {
  font-size: 1.3rem;
}

footer #footer_child .box ul {
  margin-top: 20px;
}

footer #footer_child .box li {
  line-height: 2.5;
  font-weight: 400;
  font-size: 1.6rem;
}

footer #footer_child .box:first-child {
  width: 27%;
}

footer #footer_child .box:nth-child(2) {
  width: 21.1%;
}

footer #footer_child .box:nth-child(3) {
  width: 21.2%;
}

footer #footer_child .address,
footer #footer_child .cp {
  font-size: 1.2rem;
  color: #666666;
  margin-top: 49px;
  line-height: 2.05;
}

footer #footer_child .address {
  letter-spacing: 0.06em;
}

footer .to_top {
  width: 180px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}

footer .to_top picture {
  padding: 10px;
}

footer .to_top img {
  margin-top: 350px;
}

nav#global {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
}

nav#global canvas {
  width: 100%;
  height: 100%;
  background-color: #000;
}

nav#global div {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

nav#global ul {
  position: absolute;
  top: 31%;
  left: 50%;
  height: 69%;
  transform: translateX(-50%);
}

nav#global ul li {
  opacity: 0.9;
  width: 300px;
  height: 9.4%;
}

nav#global ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

#loading {
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: #000;
}

#loading canvas {
  width: 100%;
  height: 100%;
  background-color: #000;
}

#loading #loading_bar {
  position: absolute;
  top: 0;
  left: 50%;
  width: 94%;
  transform: translateX(-50%) scale(0, 1);
  transform-origin: left top;
  height: 5px;
  background-color: #fff604;
}

#loading .logo {
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
}

#loading .logo img {
  width: 71px;
}

#loading.hide {
  display: none;
}

#pointer {
  position: fixed;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  margin-left: -20.5px;
  z-index: 1002;
  pointer-events: none;
  mix-blend-mode: difference;
  opacity: 0;
}

#pointer .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

#pointer .mini {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}

#transition {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 2000;
  transform: translate3d(0, -100%, 0);
}

/* for IE 11 */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #pointer .base {
    background-color: rgba(102, 102, 102, 0.6);
  }

  *::-ms-backdrop,
  #pointer .mini {
    background-color: black;
  }
}

/* for Microsoft Edge */

@supports (-ms-ime-align: auto) {
  #pointer .base {
    background-color: rgba(102, 102, 102, 0.6);
  }

  #pointer .mini {
    background-color: black;
  }
}

@media (max-width: 1279px) and (min-width: 1024px) {
  footer #footer_child .box:nth-child(2),
  footer #footer_child .box:nth-child(3) {
    width: 18%;
  }
}

@media (min-width: 1024px) {
  body.onscroll header .child {
    transition: height 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 74px;
  }

  body.onscroll header .child h1 {
    transition: top 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 28px;
  }

  body.onscroll header .child #vn_toggle {
    transition: top 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 29px;
  }

  body.onscroll header .child #menuBtn {
    transition: top 300ms;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    top: 30px;
  }

  footer {
    z-index: 0;
  }

  footer.hide {
    display: none;
  }
}

@media (max-width: 1023px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    cursor: default;
  }

  header .child {
    height: 60px;
    border-bottom: 4px solid #000;
    width: 90%;
  }

  header #vn_toggle {
    font-size: 1.0rem;
    letter-spacing: 0.075em;
    left: 2px;
    top: 25px;
    right: 10px;
    color: #111 !important;
    /*
      a:before{
        left: -14px;
        width: 71px;
      }*/
  }

  header #vn_toggle span {
    margin: 0 7px;
  }

  header #vn_toggle:before {
    margin-right: 6px;
    margin-top: -3px;
  }

  header h1 {
    top: 22px;
    transform: translateX(-50%) scale(0.66);
  }

  header #menuBtn {
    font-size: 1.0rem;
    top: 24px;
    right: -1px;
  }

  header #menuBtn:before {
    top: 0px;
    position: relative;
    left: -13px;
  }

  header #menuBtn:after {
    top: 0px;
    left: -44px;
  }

  header #menuBtn.animate:before {
    transform: translateX(3px) skewX(32deg);
  }

  header #menuBtn.animate:after {
    transform: translateX(-3px) skewX(-32deg);
  }

  footer {
    margin-top: 65px;
    padding-bottom: 68px;
  }

  footer #footer_child {
    display: inherit;
    text-align: center;
  }

  footer #footer_child .contact {
    margin-top: 131px;
  }

  footer #footer_child .contact a:hover {
    background-color: #fff;
  }

  footer #footer_child .box {
    margin-top: 40px;
  }

  footer #footer_child .box h3 {
    top: 107px;
    position: relative;
  }

  footer #footer_child .box h4 {
    position: relative;
    top: 93px;
    font-size: 1.1rem;
  }

  footer #footer_child .box h5 {
    font-size: 1.0rem;
    color: #999;
  }

  footer #footer_child .box h5.external2:after {
    content: none;
  }

  footer #footer_child .box ul {
    margin-top: 0px;
  }

  footer #footer_child .box li {
    font-size: 1.5rem;
  }

  footer #footer_child .box:first-child,
  footer #footer_child .box:nth-child(2),
  footer #footer_child .box:nth-child(3),
  footer #footer_child .box:nth-child(4) {
    width: auto;
  }

  footer #footer_child .box:nth-child(2) {
    display: none;
  }

  footer #footer_child .box:nth-child(4) {
    margin-top: 20px;
  }

  footer #footer_child .box:nth-child(5) {
    margin-top: 18px;
  }

  footer #footer_child .address {
    margin-top: 11px;
    font-size: 1.1rem;
    line-height: 1.9;
  }

  footer #footer_child .cp {
    margin-top: 20px;
  }

  footer .to_top {
    width: 100%;
    height: inherit;
    background-color: inherit;
    top: 49px;
  }

  footer .to_top img {
    margin-top: inherit;
  }

  #loading #loading_bar {
    width: 100%;
    height: 4px;
  }

  #loading .logo {
    bottom: 30px;
  }

  #loading .logo img {
    width: 70px;
  }

  #pointer {
    display: none;
  }
}

@media (max-width: 500px) {
  nav#global ul {
    top: 28%;
    height: 55%;
  }

  nav#global ul li {
    height: 13.9%;
  }
}
main #vision canvas.vision_canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}

main #vision .vision_list.over a,
main #vision .vision_list.over a:link,
main #vision .vision_list.over a:visited,
main #vision .vision_list.over a:active {
  color: #fff;
  opacity: .4;
  mix-blend-mode: difference;
}

main #vision .vision_list.over li.current a,
main #vision .vision_list.over li.current a:link,
main #vision .vision_list.over li.current a:visited,
main #vision .vision_list.over li.current a:active {
  opacity: 1;
}

main #vision .vision_list {
  width: 93.4%;
  margin: 239px auto 138px;
  position: relative;
  line-height: 2.35;
  text-align: center;
}

main #vision .vision_list a,
main #vision .vision_list a:link,
main #vision .vision_list a:visited,
main #vision .vision_list a:active {
  color: #000;
  text-decoration: none;
}

main #vision .vision_list li {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  font-size: 2.6vw;
}

main #vision .vision_list li span {
  font-size: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  border: 2px solid;
  width: 29px;
  height: 29px;
  margin-top: 33px;
  margin-right: 9px;
}

main #vision .vision_counter {
  position: fixed;
  right: 48px;
  top: 54.4%;
  z-index: 999;
  transform: translateY(-50%);
}

main #vision .vision_counter span.numerator {
  font-size: 4.3rem;
  font-weight: 500;
}

main #vision .vision_counter span.denominator {
  font-size: 1.5rem;
  font-weight: 600;
}

main #vision .vision_counter span.slash {
  margin: 0 11px 0 4px;
  width: 3px;
  height: 11px;
  background-color: #000;
  display: inline-block;
  transform: skewX(-35deg);
}

/* for IE 11 */

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  main #vision .vision_list.over a,
  main #vision .vision_list.over a:link,
  main #vision .vision_list.over a:active {
    color: black;
  }
}

/* for Microsoft Edge */

@supports (-ms-ime-align: auto) {
  main #vision .vision_list.over a,
  main #vision .vision_list.over a:link,
  main #vision .vision_list.over a:visited,
  main #vision .vision_list.over a:active {
    color: black;
  }
}

/*@media (max-width: 1400px) {
  main {
    #vision {
      .vision_list{
        li{
          font-size: 3.6rem;
        }
      }
    }
  }
}*/

@media (min-width: 1024px) {
  main #vision .vision_list li br {
    display: none;
  }
}

@media (max-width: 1023px) {
  main #vision h2.h2_visioning .ing canvas {
    top: 14px;
  }

  main #vision .vision_list {
    width: 90%;
    margin: 130px auto 70px;
    line-height: 2.345;
    font-feature-settings: "palt";
  }

  main #vision .vision_list li {
    font-size: 2.1rem;
    line-height: 1.4;
    padding-bottom: 28px;
    letter-spacing: 0.03em;
  }

  main #vision .vision_list li:last-of-type {
    padding-bottom: 0;
  }

  main #vision .vision_list li span {
    width: 25px;
    height: 25px;
    margin-top: 10px;
    margin-right: 5px;
  }

  main #vision .vision_counter {
    top: 78px;
    right: 19px;
  }

  main #vision .vision_counter span.numerator {
    font-size: 2.7rem;
  }

  main #vision .vision_counter span.denominator {
    font-size: 1.1rem;
  }

  main #vision .vision_counter span.slash {
    margin: 0 8px 0 8px;
    width: 2px;
    height: 9px;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #detail {
  background-color: #fff;
}

main #detail .box_container {
  letter-spacing: 0.1em;
  height: 892px;
  width: 100%;
  overflow: hidden;
  margin-top: 100px;
}

main #detail .box_container .box_container_child {
  display: flex;
  transition: transform 1000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 86px;
  height: 100%;
}

main #detail .box_container .box_container_child a {
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

main #detail .box_container .box_container_child a:before {
  content: '';
  background-color: #fff604;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1000;
}

main #detail .box_container .box_container_child a:hover:before {
  animation: show .3s linear 0s forwards;
}

@keyframes show {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 50%;
    top: 50%;
  }
}

main #detail .box_container .box_container_child .box {
  margin-left: 60px;
  border-left: 1px solid #dadada;
  padding-left: 76px;
  padding-right: 5px;
}

main #detail .box_container .box_container_child .box h2 {
  color: #000;
  font-size: 4.0rem;
  font-weight: 600;
  width: 460px;
  margin-top: 18px;
  line-height: 1.38;
  letter-spacing: 0;
}

main #detail .box_container .box_container_child .box h3 {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}

main #detail .box_container .box_container_child .box h3 .circle {
  font-size: 1.2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
  color: #000;
  border: 2px solid #000;
  width: 29px;
  height: 29px;
  margin-top: -5px;
  margin-left: 4px;
}

main #detail .box_container .box_container_child .box h4 {
  font-size: 2.0rem;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.03em;
  margin-top: 2px;
}

main #detail .box_container .box_container_child .box .date {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 42px;
  letter-spacing: 0.04em;
}

main #detail .box_container .box_container_child .box .cates {
  font-size: 1.0rem;
  font-weight: 600;
  color: #999999;
  letter-spacing: 0.1em;
  margin-top: 22px;
  line-height: 2;
}

main #detail .box_container .box_container_child .box p {
  width: 460px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222;
  margin-top: 22px;
  line-height: 2.1;
  letter-spacing: -0.03em;
}

main #detail .box_container .box_container_child .box ul {
  font-size: 1.2rem;
  width: 460px;
  margin-top: 20px;
  color: #222;
  line-height: 2.1;
  letter-spacing: -0.03em;
}

main #detail .box_container .box_container_child .box img {
  height: 100%;
  display: inline-block;
}

main #detail .box_container .box_container_child .first_box {
  border: none;
  padding-left: 0px;
}

main #detail .box_container .box_container_child .flexbox {
  display: flex;
  flex-shrink: 0;
}

main #detail .box_container .box_container_child .flexbox .container {
  display: inline-flex;
  height: 100%;
}

main #detail .box_container .box_container_child .flexbox p {
  width: 350px;
  margin-right: 40px;
}

main #detail .box_container .box_container_child .flexbox img {
  margin-right: 20px;
}

main #detail .box_container .box_container_child .flexbox .video {
  position: relative;
  width: 1280px;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

main #detail .box_container .box_container_child .flexbox .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

main #detail nav.local {
  margin-top: 43px;
  margin-left: 60px;
  padding-bottom: 48px;
}

main #detail nav.local ul {
  display: flex;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

main #detail nav.local ul li {
  margin-right: 37px;
  white-space: nowrap;
}

main #detail nav.local ul li:nth-child(2) {
  margin-top: 1px;
}

main #detail nav.local ul li:last-child {
  margin-right: 0;
}

main #detail .current {
  position: absolute;
  right: 53px;
  margin-top: -63px;
  font-size: 1.2rem;
}

main #detail .current .num {
  margin-right: 9px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

main #detail .current .line {
  margin-top: 2px;
}

main #detail .current .tit {
  margin-left: 9px;
  letter-spacing: -0.02em;
  font-weight: 500;
}

main #detail .next_button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 48px;
  top: 230px;
}

main #detail .next_button .base {
  mix-blend-mode: difference;
  opacity: .1;
}

main #detail .next_button .arrow {
  position: absolute;
  left: 23px;
  top: 20px;
  mix-blend-mode: difference;
}

@media (max-width: 1023px) {
  main #detail .box_container {
    margin-top: 0;
    height: auto;
  }

  main #detail .box_container .box_container_child {
    display: block;
    padding-top: 0;
  }

  main #detail .box_container .box_container_child .box {
    margin: 36px auto 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 43px;
    border-left: none;
    border-bottom: 1px solid #dadada;
    width: 90%;
  }

  main #detail .box_container .box_container_child .box h2 {
    font-size: 2.5rem;
    width: 100%;
    line-height: 1.49;
    letter-spacing: -0.03em;
  }

  main #detail .box_container .box_container_child .box h4 {
    padding-top: 11px;
    margin-top: 0;
  }

  main #detail .box_container .box_container_child .box .date {
    margin-top: 21px;
  }

  main #detail .box_container .box_container_child .box p {
    width: 100%;
  }

  main #detail .box_container .box_container_child .box img {
    width: 100%;
  }

  main #detail .box_container .box_container_child .box ul {
    width: 100%;
  }

  main #detail .box_container .box_container_child .first_box {
    margin: 140px auto 0;
  }

  main #detail .box_container .box_container_child .flexbox {
    display: block;
  }

  main #detail .box_container .box_container_child .flexbox .container {
    display: block;
  }

  main #detail .box_container .box_container_child .flexbox img {
    margin-top: 30px;
    margin-right: 0;
  }

  main #detail .box_container .box_container_child .flexbox .video {
    width: 100%;
    margin-top: 30px;
  }

  main #detail nav.local {
    margin: 0 auto -21px;
    padding-bottom: 0px;
    width: 90%;
  }

  main #detail nav.local ul {
    flex-direction: column;
  }

  main #detail nav.local ul li {
    text-align: center;
    margin: 0;
    padding: 43px 0;
    line-height: 2;
    border-bottom: 1px solid #cccccc;
  }

  main #detail nav.local ul li:nth-child(2) {
    order: 2;
    padding-bottom: 0;
    border-bottom: none;
  }

  main #detail nav.local ul li:nth-child(2) .sp {
    display: inline;
  }

  main #detail .current {
    display: none;
  }

  main #detail .next_button {
    display: none;
  }
}
main #news h2.h2_visioning .vision {
  opacity: 0.2;
  position: relative;
}

main #news h2.h2_visioning .vision canvas {
  position: absolute;
  top: 20px;
  left: -21px;
  pointer-events: none;
}

main #news h2.h2_visioning .plus {
  opacity: 0.2;
}

main #news .ing_list {
  width: 1620px;
  margin: 170px auto 0;
  position: relative;
  opacity: 0;
}

main #news .ing_list li {
  position: absolute;
  top: 0;
  left: 0;
}

main #news .ing_list li a {
  display: inline-block;
}

main #news .ing_list li a .img_container {
  position: relative;
}

main #news .ing_list li a .img_container img {
  width: 100%;
  height: auto;
}

main #news .ing_list li a .img_container canvas {
  position: absolute;
  top: 0;
  left: -20px;
  pointer-events: none;
}

main #news .ing_list li a .img_container span {
  position: absolute;
  top: 100%;
  margin-top: -23px;
  left: 0;
  height: 22px;
  background-color: #000;
  color: #fff;
  font-size: 1.0rem;
  padding: 5px 13px 0px 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

main #news .ing_list li h5 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 17px;
  line-height: 1.8;
}

main #news .ing_list li p {
  color: #777777;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1.9;
}

main #news .ing_list li .date {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  margin-top: 12px;
}

main #news .pager {
  margin-top: 39px;
  position: relative;
  text-align: center;
}

main #news .pager li {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 600;
  border-bottom: 1px solid #111;
  margin-right: 3px;
  width: 55px;
  text-align: center;
}

main #news .pager li a {
  padding-bottom: 22px;
  width: 100%;
  display: block;
}

main #news .pager li:last-child() {
  margin-right: 0;
}

main #news .pager li.current {
  border-bottom: 5px solid #111;
  padding-bottom: 18px !important;
}

main #news .pager li.nolink {
  padding-bottom: 22px;
}

main #news .pager li.nonactive {
  opacity: .3;
}

@media (min-width: 1024px) {
  main #news .pager {
    margin-bottom: -50px;
  }
}

@media (max-width: 1799px) and (min-width: 1400px) {
  main #news .ing_list {
    width: auto;
  }
}

@media (max-width: 1399px) and (min-width: 1000px) {
  main #news .ing_list {
    width: auto;
  }
}

@media (max-width: 999px) {
  main #news h2.h2_visioning .vision canvas {
    top: 14px;
  }

  main #news .ing_list {
    width: 89.33333%;
    margin: 135px auto 0;
  }

  main #news .ing_list li {
    transform-origin: left top;
  }

  main #news .ing_list li h5 {
    font-size: 1.3rem;
  }

  main #news .pager {
    display: block;
    text-align: center;
  }

  main #news .pager li {
    margin-right: 5px;
    width: 10%;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #news_detail {
  letter-spacing: 0.1em;
  color: #222;
}

main #news_detail h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #news_detail .head .main_visual {
  margin: 129px auto 0;
  width: 60%;
}

main #news_detail .head .main_visual img {
  width: 100%;
}

main #news_detail .body {
  width: 60%;
  margin: 77px auto 0;
  padding-bottom: 75px;
  border-bottom: 1px solid #e7e7e7;
}

main #news_detail .body a {
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

main #news_detail .body a:before {
  content: '';
  background-color: #fff604;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1000;
}

main #news_detail .body a:hover:before {
  animation: show .3s linear 0s forwards;
}

@keyframes show {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 50%;
    top: 50%;
  }
}

main #news_detail .body .date {
  font-size: 1.2rem;
}

main #news_detail .body h3 {
  font-size: 3.0rem;
  margin-top: 13px;
  line-height: 1.5;
  letter-spacing: 0em;
}

main #news_detail .body .text {
  font-size: 1.3rem;
  margin-top: 65px;
  line-height: 1.96;
  color: #111;
}

main #news_detail .body .text ul:not(.link) {
  line-height: 2.1;
}

main #news_detail .body .text ul:not(.link) li:before {
  position: relative;
  display: inline-block;
  width: 3px;
  height: 3px;
  content: '';
  border-radius: 100%;
  background: #111;
  margin-right: 6px;
  margin-left: 2px;
  top: -3px;
}

main #news_detail .body .text ul.link {
  margin-top: 70px;
}

main #news_detail .navi {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
}

main #news_detail .navi .prev,
main #news_detail .navi .next {
  position: absolute;
  left: 50%;
  letter-spacing: 0.04em;
  display: inline-block;
  transform-origin: left top;
  white-space: nowrap;
}

main #news_detail .navi .prev.over,
main #news_detail .navi .next.over {
  mix-blend-mode: difference;
}

main #news_detail .navi .prev.over a,
main #news_detail .navi .next.over a {
  color: #fff;
}

main #news_detail .navi .prev {
  top: 828px;
  margin-left: -45.1%;
  transform: rotateZ(-90deg);
}

main #news_detail .navi .next {
  top: 727px;
  margin-left: 45.1%;
  transform: rotateZ(90deg);
}

main #news_detail .navi .all {
  text-align: center;
  padding: 100px 0;
}

main #news_detail .navi .all img {
  margin-left: 7px;
}

main #news_detail .navi .prev_img,
main #news_detail .navi .next_img {
  position: absolute;
  visibility: hidden;
  top: 594px;
  width: 17%;
  max-width: 249px;
}

main #news_detail .navi .prev_img .img_container,
main #news_detail .navi .next_img .img_container {
  position: relative;
}

main #news_detail .navi .prev_img .img_container img,
main #news_detail .navi .next_img .img_container img {
  width: 100%;
}

main #news_detail .navi .prev_img .img_container canvas,
main #news_detail .navi .next_img .img_container canvas {
  position: absolute;
  top: 0;
  left: -20px;
}

main #news_detail .navi .prev_img.over,
main #news_detail .navi .next_img.over {
  visibility: visible;
}

main #news_detail .navi .prev_img {
  left: 50%;
  margin-left: -50%;
}

main #news_detail .navi .next_img {
  right: 50%;
  margin-right: -50%;
}

main #news_detail .latest {
  background-color: #f7f7f7;
}

main #news_detail .latest h4 {
  padding-top: 93px;
  font-size: 2.8rem;
  text-align: center;
  color: #222222;
}

main #news_detail .latest ul {
  margin: 128px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  color: #111;
  margin: 97px auto 0;
  padding-bottom: 32px;
}

main #news_detail .latest ul li {
  width: 360px;
  margin-right: 60px;
  margin-bottom: 73px;
}

main #news_detail .latest ul li a {
  display: inline-block;
}

main #news_detail .latest ul li a .img_container {
  position: relative;
}

main #news_detail .latest ul li a .img_container img {
  width: 100%;
}

main #news_detail .latest ul li a .img_container canvas {
  position: absolute;
  top: 0;
  left: -20px;
  pointer-events: none;
}

main #news_detail .latest ul li a .img_container span {
  position: absolute;
  top: 100%;
  margin-top: -23px;
  left: 0;
  height: 22px;
  background-color: #000;
  color: #fff;
  font-size: 1.0rem;
  padding: 5px 13px 0px 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

main #news_detail .latest ul li h5 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 17px;
  line-height: 1.8;
}

main #news_detail .latest ul li p {
  color: #111;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1.9;
}

main #news_detail .latest ul li .date {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  margin-top: 21px;
  letter-spacing: 0;
}

main #news_detail .to_top_page {
  text-align: center;
  margin: 140px auto -15px;
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

main #news_detail .to_top_page a {
  display: block;
  padding: 28px 0;
}

@media (min-width: 1800px) {
  main #news_detail .latest ul {
    width: 1620px;
  }

  main #news_detail .latest ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1799px) and (min-width: 1400px) {
  main #news_detail .latest ul {
    width: 90%;
  }

  main #news_detail .latest ul li {
    width: 22.22222%;
    margin-right: 3.7037%;
  }

  main #news_detail .latest ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1399px) and (min-width: 1000px) {
  main #news_detail .latest ul {
    width: 90%;
  }

  main #news_detail .latest ul li {
    width: 30%;
    margin-right: 5%;
  }

  main #news_detail .latest ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 999px) {
  main #news_detail .latest ul {
    width: 90%;
    margin: 70px auto 0;
  }

  main #news_detail .latest ul li {
    width: 46.15385%;
    margin-right: 7.69231%;
    margin-bottom: 35px;
  }

  main #news_detail .latest ul li:nth-child(2n) {
    margin-right: 0;
  }

  main #news_detail .latest ul li h5 {
    font-size: 1.3rem;
  }

  main #news_detail .latest ul li p {
    font-size: 1.1rem;
    margin-top: 6px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  main #news_detail .latest ul li .date {
    font-size: 1.1rem;
    margin-top: 12px;
  }
}

@media (max-width: 1023px) {
  main #news_detail h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #news_detail .head .main_visual {
    margin: 70px auto 0;
    width: 88%;
  }

  main #news_detail .body {
    width: 88%;
    margin: 30px auto 0;
    padding-bottom: 44px;
  }

  main #news_detail .body h3 {
    font-size: 2.0rem;
    margin-top: 8px;
    line-height: 1.4;
  }

  main #news_detail .body .text {
    font-size: 1.2rem;
    margin-top: 22px;
    line-height: 2;
  }

  main #news_detail .body .text ul:not(.link) {
    line-height: 2;
  }

  main #news_detail .body .text ul.link {
    margin-top: 22px;
  }

  main #news_detail .navi {
    display: flex;
    width: 88%;
    margin: 49px auto 50px;
  }

  main #news_detail .navi .prev,
  main #news_detail .navi .next {
    position: static;
    transform: rotateZ(0);
    margin-left: 0;
  }

  main #news_detail .navi .prev.over,
  main #news_detail .navi .next.over {
    mix-blend-mode: inherit;
  }

  main #news_detail .navi .prev.over a,
  main #news_detail .navi .next.over a {
    color: #000;
  }

  main #news_detail .navi div {
    width: 33.33333333333%;
    font-size: 1.2rem;
  }

  main #news_detail .navi .prev {
    order: 1;
  }

  main #news_detail .navi .next {
    order: 3;
    text-align: right;
  }

  main #news_detail .navi .all {
    padding: 0;
    order: 2;
    text-align: center;
  }

  main #news_detail .navi .prev_img,
  main #news_detail .navi .next_img {
    display: none;
  }

  main #news_detail .latest h4 {
    font-size: 2.2rem;
    padding-top: 59px;
  }

  main #news_detail .latest ul {
    margin: 47px auto 0;
  }

  main #news_detail .to_top_page {
    font-size: 1.3rem;
    margin: 68px auto 80px;
    width: 200px;
  }

  main #news_detail .to_top_page a {
    padding: 18px 0;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #about {
  letter-spacing: 0.1em;
  color: #222;
}

main #about h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #about .head {
  display: flex;
  width: 1620px;
  margin: 130px auto 0;
  font-size: 1.3rem;
}

main #about .head .main_visual {
  width: 61.7284%;
}

main #about .head .main_visual img {
  width: 100%;
}

main #about .head .content {
  margin-left: 6.41975%;
  margin-top: 61px;
  width: 27.28395%;
}

main #about .head .content h3 {
  font-size: 3.2rem;
  line-height: 1.41;
}

main #about .head .content p {
  margin-top: 22px;
  line-height: 2.38;
}

main #about h4 {
  font-size: 2.8rem;
  text-align: center;
  color: #222222;
}

main #about .member_list h4 {
  margin-top: 133px;
}

main #about .member_list ul {
  margin: 128px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 98px auto 0;
}

main #about .member_list ul li {
  width: 360px;
  margin-right: 60px;
  margin-bottom: 73px;
}

main #about .member_list ul li a {
  display: inline-block;
}

main #about .member_list ul li a .img_container {
  position: relative;
}

main #about .member_list ul li a .img_container img {
  width: 100%;
}

main #about .member_list ul li a .img_container canvas {
  position: absolute;
  top: 0;
  left: -20px;
  pointer-events: none;
}

main #about .member_list ul li a .img_container span {
  position: absolute;
  top: 100%;
  margin-top: -23px;
  left: 0;
  height: 22px;
  background-color: #000;
  color: #fff;
  font-size: 1.0rem;
  padding: 5px 13px 0px 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

main #about .member_list ul li h5 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 17px;
  line-height: 1.8;
}

main #about .member_list ul li p {
  color: #111;
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1.9;
}

main #about .member_list ul li .date {
  font-size: 1.2rem;
  color: #000;
  font-weight: 500;
  margin-top: 21px;
  letter-spacing: 0;
}

main #about .member_list ul li {
  margin-bottom: 69px;
}

main #about .member_list ul li .name {
  font-size: 1.8rem;
  margin-top: 38px;
}

main #about .member_list ul li .title {
  font-size: 1.2rem;
  margin-top: 7px;
}

main #about .outline h4 {
  margin-top: 67px;
}

main #about .outline dl {
  width: 60%;
  margin: 97px auto 0;
  font-size: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.03em;
}

main #about .outline dl dt {
  width: 25%;
  padding: 35px 0;
  margin-right: 5.5%;
  border-top: 1px solid #e7e7e7;
  line-height: 1.8;
  display: inline-flex;
  align-items: center;
}

main #about .outline dl dt:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

main #about .outline dl dd {
  width: 69.5%;
  padding: 35px 0;
  border-top: 1px solid #e7e7e7;
  line-height: 1.8;
  display: block;
}

main #about .outline dl dd.align {
  display: inline-flex;
  align-items: center;
}

main #about .outline dl dd:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

main #about .wv {
  text-align: center;
  margin: 140px auto -50px;
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

main #about .wv a {
  display: block;
  padding: 26px 0;
  border: 2px solid #000;
  z-index: 0;
  position: relative;
}

main #about .wv a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1000;
}

main #about .wv a:hover {
  color: #000;
}

main #about .wv a:hover:before {
  animation: hover-contact 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@keyframes hover-contact {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 100%;
    top: 0%;
  }
}

@media (min-width: 1800px) {
  main #about .member_list ul {
    width: 1620px;
  }

  main #about .member_list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1799px) and (min-width: 1400px) {
  main #about .head {
    width: 90%;
  }

  main #about .member_list ul {
    width: 90%;
  }

  main #about .member_list ul li {
    width: 22.22222%;
    margin-right: 3.7037%;
  }

  main #about .member_list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 1399px) and (min-width: 1000px) {
  main #about .head {
    width: 90%;
  }

  main #about .member_list ul {
    width: 90%;
  }

  main #about .member_list ul li {
    width: 30%;
    margin-right: 5%;
  }

  main #about .member_list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 999px) {
  main #about .head {
    width: 90%;
    margin: 70px auto 0;
  }

  main #about .member_list ul {
    width: 90%;
    margin: 70px auto 0;
  }

  main #about .member_list ul li {
    width: 46.15385%;
    margin-right: 7.69231%;
    margin-bottom: 35px;
  }

  main #about .member_list ul li:nth-child(2n) {
    margin-right: 0;
  }

  main #about .member_list ul li h5 {
    font-size: 1.3rem;
  }

  main #about .member_list ul li p {
    font-size: 1.1rem;
    margin-top: 6px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  main #about .member_list ul li .date {
    font-size: 1.1rem;
    margin-top: 12px;
  }
}

@media (max-width: 1023px) {
  main #about h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #about .head {
    display: block;
  }

  main #about .head .main_visual {
    width: 100%;
  }

  main #about .head .content {
    width: 100%;
    margin-left: 0;
    margin-top: 27px;
  }

  main #about .head .content h3 {
    font-size: 2.0rem;
  }

  main #about .head .content p {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 2.05;
    letter-spacing: 0.01em;
  }

  main #about h4 {
    font-size: 2.2rem;
  }

  main #about .member_list h4 {
    margin-top: 64px;
  }

  main #about .member_list ul {
    margin: 56px auto 0;
  }

  main #about .member_list ul li .name {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  main #about .member_list ul li .title {
    font-size: 1.1rem;
    margin-top: 3px;
  }

  main #about .outline h4 {
    margin-top: 34px;
  }

  main #about .outline dl {
    width: 90%;
    margin: 57px auto 0;
    display: block;
  }

  main #about .outline dl dt {
    font-size: 1.2rem;
    width: 100%;
    padding: 25px 0 0;
    line-height: 1.9;
  }

  main #about .outline dl dd {
    font-size: 1.1rem;
    border-top: none;
    width: 100%;
    padding: 9px 0 25px;
    line-height: 1.9;
  }

  main #about .wv {
    font-size: 1.3rem;
    margin: 70px auto 80px;
    width: 224px;
  }

  main #about .wv a {
    padding: 23px 0;
  }
}
@charset "UTF-8";

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #member {
  letter-spacing: 0.1em;
  color: #222;
}

main #member h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #member .head {
  display: flex;
  width: 1080px;
  margin: 130px auto 0;
  font-size: 1.3rem;
  padding-bottom: 98px;
  border-bottom: 1px solid #e7e7e7;
}

main #member .head .main_visual {
  width: 55.37037%;
}

main #member .head .main_visual img {
  width: 100%;
}

main #member .head .content {
  margin-left: 8.7037%;
  margin-top: 194px;
  width: 35.92593%;
}

main #member .head .content .name_ja {
  font-size: 1.4rem;
}

main #member .head .content .name_en {
  font-size: 3.4rem;
  font-weight: 600;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

main #member .head .content .title {
  font-size: 1.5rem;
  margin-top: 20px;
}

main #member .head .content p {
  margin-top: 49px;
  line-height: 2.38;
  letter-spacing: 0.01em;
}

main #member .visioning {
  width: 1080px;
  margin: 77px auto 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 72px;
}

main #member .visioning h5 {
  font-size: 2.0rem;
  font-weight: 500;
  color: #222222;
}

main #member .visioning ul {
  font-size: 1.3rem;
  margin-top: 40px;
  line-height: 2.05;
  letter-spacing: 0.03em;
}

main #member .visioning ul li {
  display: inline;
}

main #member .visioning ul li:after {
  content: '  ／  ';
}

main #member .visioning ul li:last-of-type:after {
  content: none;
}

main #member .navi {
  font-weight: 500;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: -155px;
}

main #member .navi .prev,
main #member .navi .next {
  position: absolute;
  left: 50%;
  letter-spacing: 0.04em;
  display: inline-block;
  transform-origin: left top;
  white-space: nowrap;
}

main #member .navi .prev.over,
main #member .navi .next.over {
  mix-blend-mode: difference;
}

main #member .navi .prev.over a,
main #member .navi .next.over a {
  color: #fff;
}

main #member .navi .prev {
  top: 828px;
  margin-left: -45.1%;
  transform: rotateZ(-90deg);
}

main #member .navi .next {
  top: 727px;
  margin-left: 45.1%;
  transform: rotateZ(90deg);
}

main #member .navi .all {
  text-align: center;
  padding: 100px 0;
}

main #member .navi .all img {
  margin-left: 7px;
}

main #member .navi .prev {
  top: 865px;
}

main #member .navi .next {
  top: 742px;
}

main #member .navi .prev_img,
main #member .navi .next_img {
  position: absolute;
  visibility: hidden;
  top: 594px;
  width: 17%;
  max-width: 246px;
}

main #member .navi .prev_img .img_container,
main #member .navi .next_img .img_container {
  position: relative;
}

main #member .navi .prev_img .img_container img,
main #member .navi .next_img .img_container img {
  width: 100%;
}

main #member .navi .prev_img .img_container canvas,
main #member .navi .next_img .img_container canvas {
  position: absolute;
  top: 0;
  left: -20px;
}

main #member .navi .prev_img.over,
main #member .navi .next_img.over {
  visibility: visible;
}

main #member .navi .prev_img {
  left: 50%;
  margin-left: -50%;
}

main #member .navi .next_img {
  right: 50%;
  margin-right: -50%;
}

@media (max-width: 1599px) and (min-width: 1024px) {
  main #member .head {
    width: 65%;
  }

  main #member .visioning {
    width: 65%;
  }
}

@media (max-width: 1023px) {
  main #member h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #member .head {
    width: 90%;
    margin: 67px auto 0;
    display: block;
    padding-bottom: 45px;
  }

  main #member .head .main_visual {
    width: 100%;
  }

  main #member .head .content {
    margin-top: 38px;
    margin-left: 0;
    width: 100%;
  }

  main #member .head .content .name_ja {
    font-size: 1.1rem;
  }

  main #member .head .content .name_en {
    font-size: 2.7rem;
    margin-top: 9px;
  }

  main #member .head .content .title {
    font-size: 1.2rem;
    margin-top: 12px;
  }

  main #member .head .content p {
    font-size: 1.2rem;
    margin-top: 30px;
    line-height: 2.08;
  }

  main #member .visioning {
    width: 90%;
    margin: 48px auto 0;
    padding-bottom: 44px;
  }

  main #member .visioning h5 {
    font-size: 1.7rem;
  }

  main #member .visioning ul {
    margin-top: 20px;
    font-size: 1.2rem;
  }

  main #member .navi {
    display: flex;
    width: 88%;
    margin: 49px auto 50px;
    margin: 49px auto -15px;
  }

  main #member .navi .prev,
  main #member .navi .next {
    position: static;
    transform: rotateZ(0);
    margin-left: 0;
  }

  main #member .navi .prev.over,
  main #member .navi .next.over {
    mix-blend-mode: inherit;
  }

  main #member .navi .prev.over a,
  main #member .navi .next.over a {
    color: #000;
  }

  main #member .navi div {
    width: 33.33333333333%;
    font-size: 1.2rem;
  }

  main #member .navi .prev {
    order: 1;
  }

  main #member .navi .next {
    order: 3;
    text-align: right;
  }

  main #member .navi .all {
    padding: 0;
    order: 2;
    text-align: center;
  }

  main #member .navi .prev_img,
  main #member .navi .next_img {
    display: none;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #joinus {
  letter-spacing: 0.1em;
  color: #222;
}

main #joinus h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #joinus .head {
  display: flex;
  width: 1620px;
  margin: 130px auto 0;
  font-size: 1.3rem;
}

main #joinus .head .main_visual {
  width: 61.7284%;
}

main #joinus .head .main_visual img {
  width: 100%;
}

main #joinus .head .content {
  margin-left: 6.41975%;
  margin-top: 45px;
  width: 27.28395%;
}

main #joinus .head .content h3 {
  font-size: 3.2rem;
  line-height: 1.41;
}

main #joinus .head .content p {
  margin-top: 22px;
  line-height: 2.38;
}

main #joinus h4 {
  font-size: 2.8rem;
  text-align: center;
  color: #222222;
}

main #joinus .job_list h4 {
  margin-top: 135px;
}

main #joinus .job_list ul {
  margin: 96px auto 0;
  width: 60%;
}

main #joinus .job_list ul li {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  /*
          &:nth-of-type(3), &:nth-of-type(6), {
            .content{
              display: block;
            }
          }
          */
}

main #joinus .job_list ul li .title {
  font-size: 1.8rem;
  padding: 38px 0;
  position: relative;
}

main #joinus .job_list ul li .title:before,
main #joinus .job_list ul li .title:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #000;
  right: 42px;
  top: 46px;
}

main #joinus .job_list ul li .title:after {
  transition: transform 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center, center;
  transform: rotateZ(90deg);
}

main #joinus .job_list ul li .content {
  transition: height 200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #f7f7f7;
  font-size: 1.3rem;
  height: 0px;
  overflow: hidden;
}

main #joinus .job_list ul li .content_child {
  padding-bottom: 50px;
}

main #joinus .job_list ul li .detail {
  padding-top: 42px;
  line-height: 2;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 0em;
}

main #joinus .job_list ul li .entry {
  text-align: center;
  margin: 34px 51px 0;
  width: 300px;
  background-color: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

main #joinus .job_list ul li .entry a {
  display: block;
  padding: 26px 0;
  border: 2px solid #000;
  z-index: 0;
  position: relative;
}

main #joinus .job_list ul li .entry a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1000;
}

main #joinus .job_list ul li .entry a:hover {
  color: #000;
}

main #joinus .job_list ul li .entry a:hover:before {
  animation: hover-contact 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@keyframes hover-contact {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 100%;
    top: 0%;
  }
}

main #joinus .job_list ul li:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

main #joinus .job_list ul li.open .title:after {
  transform: rotateZ(0deg);
}

main #joinus .job_list ul li.open .content {
  margin-bottom: 50px;
}

main #joinus .to_contact {
  text-align: center;
  margin: 139px auto -13px;
  background-color: #000;
  width: 300px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

main #joinus .to_contact a {
  display: block;
  padding: 26px 0;
  border: 2px solid #000;
  z-index: 0;
  position: relative;
}

main #joinus .to_contact a:before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1000;
}

main #joinus .to_contact a:hover {
  color: #000;
}

main #joinus .to_contact a:hover:before {
  animation: hover-contact 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}

@keyframes hover-contact {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 100%;
    top: 0%;
  }
}

@media (max-width: 1799px) and (min-width: 1400px) {
  main #joinus .head {
    width: 90%;
  }
}

@media (max-width: 1399px) and (min-width: 1000px) {
  main #joinus .head {
    width: 90%;
  }
}

@media (max-width: 999px) {
  main #joinus .head {
    width: 90%;
    margin: 70px auto 0;
  }
}

@media (max-width: 1023px) {
  main #joinus h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #joinus .head {
    display: block;
  }

  main #joinus .head .main_visual {
    width: 100%;
  }

  main #joinus .head .content {
    width: 100%;
    margin-left: 0;
    margin-top: 27px;
  }

  main #joinus .head .content h3 {
    font-size: 2.0rem;
  }

  main #joinus .head .content p {
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 2.05;
    letter-spacing: 0.01em;
  }

  main #joinus h4 {
    font-size: 2.2rem;
  }

  main #joinus .job_list h4 {
    margin-top: 64px;
  }

  main #joinus .job_list ul {
    margin: 56px auto 0;
    width: 89%;
  }

  main #joinus .job_list ul li .title {
    font-size: 1.6rem;
    padding: 28px 0;
  }

  main #joinus .job_list ul li .title:before,
  main #joinus .job_list ul li .title:after {
    width: 10px;
    right: 24px;
    top: 35px;
  }

  main #joinus .job_list ul li .content {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  main #joinus .job_list ul li .detail {
    padding: 21px 18px 0;
  }

  main #joinus .job_list ul li .entry {
    font-size: 1.3rem;
    margin: 19px auto -19px;
    width: 202px;
  }

  main #joinus .job_list ul li .entry a {
    padding: 18px 0;
  }

  main #joinus .job_list ul li.open .content {
    margin-bottom: 29px;
  }

  main #joinus .to_contact {
    font-size: 1.3rem;
    margin: 70px auto 80px;
    width: 199px;
  }

  main #joinus .to_contact a {
    padding: 18px 0;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #access {
  letter-spacing: 0.1em;
  color: #222;
}

main #access h2 {
  padding-top: 216px;
  text-align: center;
  font-size: 5.0rem;
}

main #access .map {
  margin: 164px auto 0;
  width: 1080px;
  height: 675px;
  /*      iframe{
        filter: grayscale(1);
        pointer-events: none;
      }*/
}

main #access .info {
  margin: 72px auto -20px;
  width: 1080px;
  font-size: 1.3rem;
  line-height: 2;
}

main #access .info a {
  color: #000;
  text-decoration: none;
  position: relative;
  z-index: 0;
}

main #access .info a:before {
  content: '';
  background-color: #fff604;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1000;
}

main #access .info a:hover:before {
  animation: show .3s linear 0s forwards;
}

@keyframes show {
  0% {
    height: 100%;
    top: 0%;
  }

  50% {
    height: 0%;
    top: 0%;
  }

  51% {
    height: 0%;
    top: 100%;
  }

  100% {
    height: 50%;
    top: 50%;
  }
}

main #access .info a:before {
  top: 100%;
  height: 0%;
}

@media (max-width: 1200px) {
  main #access .map {
    width: 90%;
    height: 0;
    padding: 0 0 56.25%;
    position: relative;
  }

  main #access .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  main #access .info {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  main #access h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #access .map {
    margin: 67px auto 0;
  }

  main #access .info {
    margin: 34px auto 76px;
    font-size: 1.2rem;
  }
}
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */

main #contact {
  color: #222;
  letter-spacing: 0.1em;
}

main #contact h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #contact .form_container {
  width: 1080px;
  margin: 130px auto 0;
  font-size: 1.3rem;
}

main #contact .form_container .required {
  font-size: 1.2rem;
  color: #999999;
}

main #contact .form_container dl {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
}

main #contact .form_container dl dt {
  width: 30.6%;
  padding: 65px 0;
  border-top: 1px solid #e7e7e7;
}

main #contact .form_container dl dt:last-of-type {
  border-bottom: 1px solid #e7e7e7;
}

main #contact .form_container dl dt .req {
  color: #d94343;
}

main #contact .form_container dl dt.error div {
  position: relative;
  display: inline-block;
  z-index: 0;
}

main #contact .form_container dl dt.error div:before {
  content: '';
  background-color: #fff604;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1000;
}

main #contact .form_container dl dd {
  width: 69.4%;
  padding: 40px 0 0;
  border-top: 1px solid #e7e7e7;
}

main #contact .form_container dl dd:last-of-type {
  padding-bottom: 39px;
  border-bottom: 1px solid #e7e7e7;
}

main #contact .form_container dl dd input {
  height: 63px;
  border: none;
  background: #f7f7f7;
  width: 360px;
  font-size: 1.3rem;
  padding-left: 24px;
}

main #contact .form_container dl dd input:placeholder-shown {
  color: rgba(34, 34, 34, 0.3);
}

main #contact .form_container dl dd input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

main #contact .form_container dl dd input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
  opacity: 1;
}

main #contact .form_container dl dd input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.3);
  opacity: 1;
}

main #contact .form_container dl dd input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.3);
}

main #contact .form_container dl dd input[name='last_name'] {
  margin-right: 24px;
}

main #contact .form_container dl dd input[name='company'],
main #contact .form_container dl dd input[name='email'] {
  width: 750px;
}

main #contact .form_container dl dd label {
  position: relative;
}

main #contact .form_container dl dd label:after {
  content: url(/assets/img/contact/select_arrow.png);
  position: absolute;
  top: 0;
  right: 30px;
}

main #contact .form_container dl dd select {
  border: none;
  height: 63px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 750px;
  font-size: 1.3rem;
  padding-left: 25px;
  position: relative;
  background: #f7f7f7;
}

main #contact .form_container dl dd select::-ms-expand {
  display: none;
}

main #contact .form_container dl dd textarea {
  border: none;
  background: #f7f7f7;
  font-size: 1.3rem;
  width: 750px;
  height: 300px;
  resize: none;
  padding: 21px 24px;
}

main #contact .form_container .submit_btn {
  margin: 80px auto 0;
  width: 300px;
}

main #contact .form_container .submit_btn input {
  border: none;
  color: #fff;
  background-color: #000;
  padding: 25px 0;
  width: 300px;
  font-size: 1.4rem;
}

@media (max-width: 1200px) {
  main #contact h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #contact .form_container {
    width: 90%;
    margin: 69px auto 0;
  }

  main #contact .form_container dl {
    margin-top: 29px;
    display: block;
    font-size: 1.2rem;
  }

  main #contact .form_container dl dt {
    padding: 29px 0 0;
    width: 100%;
  }

  main #contact .form_container dl dt:last-of-type {
    border-bottom: none;
  }

  main #contact .form_container dl dd {
    border: none;
    display: flex;
    width: 100%;
    padding: 15px 0 30px;
  }

  main #contact .form_container dl dd:last-of-type {
    padding-bottom: 31px;
  }

  main #contact .form_container dl dd input {
    width: 50%;
    height: 51px;
    padding-left: 19px;
  }

  main #contact .form_container dl dd input[name='last_name'] {
    margin-right: 6%;
  }

  main #contact .form_container dl dd input[name='company'],
  main #contact .form_container dl dd input[name='email'] {
    width: 100%;
    margin-right: 0;
  }

  main #contact .form_container dl dd label {
    width: 100%;
  }

  main #contact .form_container dl dd label:after {
    width: 9px;
    height: 5px;
    top: 19px;
    right: 15px;
    transform-origin: center;
    transform: scale(0.8);
  }

  main #contact .form_container dl dd select {
    width: 100%;
    height: 51px;
    padding-left: 20px;
  }

  main #contact .form_container dl dd textarea {
    padding: 15px 20px;
    width: 100%;
    height: 200px;
  }

  main #contact .form_container .submit_btn {
    margin: 50px auto 80px;
    font-size: 1.3rem;
    width: 60%;
  }

  main #contact .form_container .submit_btn input {
    padding: 16px 0;
    width: 100%;
  }
}
main #contact #confirm dl dt {
  padding: 40px 0;
}

main #contact #confirm dl dd:last-of-type {
  padding: 37px 0px 32px;
  line-height: 1.85;
}

main #contact #confirm .submit_btn {
  margin: 80px auto -13px;
}

@media (max-width: 1200px) {
  main #contact #confirm dl dt {
    padding: 29px 0 14px;
  }

  main #contact #confirm dl dd {
    padding: 0px 0 30px;
  }

  main #contact #confirm dl dd:last-of-type {
    padding: 1px 0px 21px;
    line-height: 1.5;
  }

  main #contact #confirm .submit_btn {
    margin: 49px auto 88px;
  }
}
main #contact_thanks {
  color: #222;
  letter-spacing: 0.1em;
}

main #contact_thanks h2 {
  padding-top: 251px;
  text-align: center;
  font-size: 5.0rem;
}

main #contact_thanks p {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 123px;
  line-height: 1.95;
  letter-spacing: 0;
}

main #contact_thanks .to_top_page {
  text-align: center;
  margin: 45px auto -15px;
  width: 300px;
  background-color: #000;
  padding: 28px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

@media (max-width: 1023px) {
  main #contact_thanks h2 {
    font-size: 4.5rem;
    padding-top: 131px;
  }

  main #contact_thanks p {
    margin-top: 29px;
    font-size: 1.2rem;
    line-height: 2.05;
  }

  main #contact_thanks .to_top_page {
    font-size: 1.3rem;
    margin: 33px auto 80px;
    width: 200px;
    padding: 18px 0;
  }
}