@charset "UTF-8";


html{color:#000;background:#000}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

*{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  box-sizing: border-box;
  color: #fff;
}

body{
  font-size: 14px;
  line-height: 1.6;
  background: #000;
}

a{
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u_wrap{
  width: 90%;
  margin: 0 auto;
}

.u_link{
  transition: .3s;
}

.u_link:hover{
  transition: .3s;
  opacity: .8;
}

.u_kozuka-go{
  font-family: "KozGoPro-Light", "小塚ゴシック Pro L", sans-serif;
}

.u_pc{display: none;}
.u_ptb40-60{padding: 40px 0;}
.u_ptb60-80{padding: 60px 0;}
.u_pb60-80{padding-bottom: 60px;}
.u_ptb80-100{padding: 80px 0;}
.u_mtb60-80{margin: 60px 0;}

@media screen and (min-width: 768px) {

  body{
    font-size: 16px;
    min-width: 1100px;
  }

  .u_wrap{
    width: 1100px;
  }

  .u_pc{display: block!important;}
  .u_sp{display: none!important;}
  .u_ptb40-60{padding: 60px 0;}
  .u_ptb60-80{padding: 80px 0;}
  .u_pb60-80{padding-bottom: 80px;}
  .u_ptb80-100{padding: 100px 0;}
  .u_mtb60-80{margin: 80px 0;}

}


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


.header{
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header .company-logo{
  width: 120px;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.header .company-logo a{
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {

  .header{
    height: 90px;
    background: none;
  }

}


/* ----------------- */
/* ---- loading ---- */
/* ----------------- */


.loading{
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 888;
}

.loading-line{
  width: 0%;
  height: 1px;
  background: #fff;
  position: relative;
  z-index: 999;
}


/* ------------------ */
/* ------- kv ------- */
/* ------------------ */


#kv{
  height: 100vh;
}

#kv .u_wrap{
  height: 100%;
  position: relative;
}

#kv .txt{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

#kv .txt .main-txt{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
}

#kv .txt .space{
  display: none;
}

#kv .txt::after{
  content: 'すべての人に選択の自由を';
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

#kv .scroll-down{
  display: block;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  right: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#kv .scroll-down::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, .8);
  margin-top: 10px;
}

@media screen and (min-width: 768px) {

  #kv .txt{
    width: 930px;
    display: inline-block;
    text-align: left;
  }

  #kv .txt .main-txt{
    font-size: 46px;
    display: inline-block;
  }

  #kv .txt .space{
    display: inline-block;
  }

  #kv .txt::after{
    font-size: 18px;
    margin-top: 0;
  }

  #kv .scroll-down{
    font-size: 14px;
    letter-spacing: 4px;
    bottom: 25%;
    -webkit-writing-mode:horizontal-tb;
    -ms-writing-mode:lr-tb;
    writing-mode:horizontal-tb;
  }

  #kv .scroll-down::after{
    display: block;
    width: 180px;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    margin-top: 0;
  }

}


/* --------------------------- */
/* ------- main common ------- */
/* --------------------------- */


/* h2 .title*/
.tit-area .m_tit{
  font-size: 24px;
  font-weight: bold;
}

.tit-area .m_sub_tit{
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.tit-area .m_sub_tit::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}

/*h3 title*/
.contents .m_contents_tit{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contents .m_contents_tit::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 768px) {

  /* h2 .title*/
  .tit-area .m_tit{
    font-size: 38px;
  }

  .tit-area .m_sub_tit{
    font-size: 14px;
    margin-bottom: 60px;
  }

  .tit-area .m_sub_tit::before{
    width: 30px;
    margin-right: 10px;
  }

  /*h3 title*/
  .contents .m_contents_tit{
    font-size: 20px;
    margin-bottom: 30px;
  }

  .contents .m_contents_tit::after{
    width: 260px;
  }

}


/* ------------------------ */
/* ------- about us ------- */
/* ------------------------ */


/*common*/
#about-us .contents:not(:last-of-type){
  margin-bottom: 40px;
}

#about-us .mission-txt,
#about-us .value-txt{
  margin-bottom: 20px;
}

#about-us .mission-txt .txt,
#about-us .value-txt .txt{
  font-weight: bold;
  display: block;
}

#about-us .mission-txt .slash,
#about-us .value-txt .slash{
  display: none;
}

/*mission*/
#about-us .mission-desc{
  font-size: 12px;
  line-height: 1.8;
}

/*value*/
#about-us .value .value-sec:not(:last-of-type){
  margin-bottom: 10px;
}

#about-us .value .value-sec .value-name{
  font-weight: bold;
}

#about-us .value .value-sec .value-desc{
  font-size: 12px;
  line-height: 1.8;
  max-width: 590px;
}

@media screen and (min-width: 768px) {

  /*common*/
  #about-us .contents-area{
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
  }

  #about-us .contents{
    width: 510px;
  }

  #about-us .contents:not(:last-of-type){
    margin-bottom: 0px;
  }

  #about-us .mission-txt,
  #about-us .value-txt{
    margin-bottom: 30px;
  }

  #about-us .mission-txt .txt,
  #about-us .value-txt .txt{
    display: inline;
  }

  #about-us .mission-txt .slash,
  #about-us .value-txt .slash{
    display: inline;
  }

  /*mission*/
  #about-us .mission-desc{
    font-size: 14px;
  }

  /*value*/
  #about-us .value .value-sec:not(:last-of-type){
    margin-bottom: 16px;
  }

  #about-us .value .value-sec .value-desc{
    font-size: 14px;
    max-width: 100%;
  }

}


/* ----------------------- */
/* ------- service ------- */
/* ----------------------- */


/*common*/
#service .contents:not(:last-of-type){
  margin-bottom: 40px;
}

#service .service-txt{
  font-weight: bold;
  margin-bottom: 20px;
}

#service .service-desc{
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 10px;
}

#service .more{
  color: #ff931e;
  width: 80px;
  font-size: 12px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}

#service .more::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: rgba(255, 147, 30, 0.7);
  margin-right: 5px;
}

@media screen and (min-width: 768px) {

  #service .contents-area{
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
  }

  #service .contents{
    width: 510px;
  }

  #service .contents:not(:last-of-type){
    margin-bottom: 0;
  }

  #service .service-txt{
    margin-bottom: 30px;
  }

  #service .service-desc{
    font-size: 14px;
    margin-bottom: 10px;
  }

  #service .more{
    width: 80px;
    font-size: 14px;
  }

}


/* ---------------------- */
/* ------- member ------- */
/* ---------------------- */


#member .content{
  position: relative;
}

#member .slide-container {
  width: 100%;
	position: relative;
  margin-bottom: 30px;
}

#member .slide {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	pointer-events: none;
}

#member .slide-current {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}

#member .slide-img {
  max-width: 400px;
  width: 100%;
  height: 500px;
  margin: 0 auto 62px;
}

#member .text-area{
  max-width: 480px;
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto;
}

#member .slide-current .text-area{
  animation: glitch-anim-title 0.25s linear alternate 1.5 backwards;
}

#member .member-position::after,
#member .member-msg::after{
  content: '';
  display: block;
  width: 250px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

#member .member-position,
#member .msg-area{
  margin-bottom: 10px;
}

#member .member-name .jp{
  font-size: 16px;
  font-weight: bold;
}

#member .member-name .sns-item {
  padding-left: 6px;
  font-size: 16px;
}
#member .member-name .sns-item i{
  font-size: 16px;
}

#member .member-msg-tit{
  font-size: 14px;
  font-weight: bold;
}

#member .member-msg,
#member .mamber-career{
  font-size: 12px;
}

/*button*/
#member .slide-nav {
  width: 60px;
  position: absolute;
  top: 520px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

#member .slide-nav__button {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#member .slide-nav__button span {
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid;
  transform: rotate(45deg);
}

#member .slide-nav__button span:focus {
	outline: none;
}

#member .slide-nav__button:nth-of-type(1) span{
  border-color:  transparent transparent #fff #fff;
  margin-right: -2px;
}

#member .slide-nav__button:nth-of-type(2) span{
  border-color:  #fff #fff transparent transparent ;
  margin-right: 2px;
}

/*effect*/
#member .effect {
  --gap-horizontal: 10px;
  --gap-vertical: 5px;
  --time-anim: 2s;
  --delay-anim: 0s;
  --blend-mode-1: none;
  --blend-mode-2: none;
  --blend-mode-3: none;
  --blend-mode-4: none;
  --blend-mode-5: overlay;
  --blend-color-1: transparent;
  --blend-color-2: transparent;
  --blend-color-3: transparent;
  --blend-color-4: transparent;
  --blend-color-5: #af4949;
}

/*Glitch styles*/
#member .glitch {
  overflow: hidden;
  position: relative;
}

#member .glitch,
#member .glitch__img {
  background-repeat: no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}

#member .glitch__img {
  position: absolute;
  top: calc(-1 * var(--gap-vertical));
  left: calc(-1 * var(--gap-horizontal));
  width: calc(100% + var(--gap-horizontal) * 2);
  height: calc(100% + var(--gap-vertical) * 2);
  background-color: var(--blend-color-1);
  transform: translate3d(0,0,0);
  background-blend-mode: var(--blend-mode-1);
}

#member .glitch__img:nth-child(n+2) {
  opacity: 0;
}

#member .glitch--animate .glitch__img:nth-child(n+2) {
  animation-duration: var(--time-anim);
  animation-delay: var(--delay-anim);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

#member .glitch--animate .glitch__img:nth-child(2) {
  background-color: var(--blend-color-2);
  background-blend-mode: var(--blend-mode-2);
  animation-name: glitch-anim-1;
}

#member .glitch--animate .glitch__img:nth-child(3) {
  background-color: var(--blend-color-3);
  background-blend-mode: var(--blend-mode-3);
  animation-name: glitch-anim-2;
}

/*Animations*/
@keyframes glitch-anim-title {
	0%, 100% {
		transform: translate3d(2px, -2px, 0);
		-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
		clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
	}
	20% {
		-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
		clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
	}
	41% {
		-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
		clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
	}
	52% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
		clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
	}
	61% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
		clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
	}
	75% {
		-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
		clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
	}
	80% {
		-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
		clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
	}
	96% {
		-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
		clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
	}
}

@keyframes glitch-anim-1 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(var(--gap-horizontal),0,0) scale3d(-1,-1,1);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
  }
  20% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  30% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
  }
  40% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
  }
  50% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
  }
  55% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
  }
  60% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
  }
  65% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
  }
  70% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
  }
  80% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
  }
  85% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
    clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
  }
  95% {
    -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
    clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
  }
}

@keyframes glitch-anim-2 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(calc(-1 * var(--gap-horizontal)),0,0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
  }
  10% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
  }
  15% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
  }
  17% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  19% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
  }
  33% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
  }
  35% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  40% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
  }
  45% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
  }
  49% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
  }
  50% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
  }
  55% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
    clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
  }
  60% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
  }
  70% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
    clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
  }
  80% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
    clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
  }
  90% {
    -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
    clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
  }
}

@keyframes glitch-anim-3 {
  0%, 100% {
    opacity: 1;
    transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1,-1,1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
  }
  5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
  }
  11% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
  }
  20% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
  }
  25% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
  }
  35% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
  }
  42% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
  }
  48% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
  }
  50% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
  }
  56% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
  }
  61% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
  }
  68% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
  }
  72% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
  }
  77% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
  }
  81% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
  }
  86% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
  }
  90% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
  }
  92% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
  }
  94% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
  }
}

/*Flash*/
@keyframes glitch-anim-flash {
  0%, 5% {
    opacity: 0.2;
    transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
  }
  5.5%, 100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 768px) {

  #member .u_wrap{
    display: flex;
    justify-content: center;
  }

  #member .member-inner{
    display: inline-block;
  }

  #member .content{
    position: static;
    margin-left: 40px;
  }

  #member .slide-container {
    margin-bottom: 10px;
  }

  #member .slide {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  #member .slide-img {
    max-width: 100%;
    width: 320px;
    height: 400px;
    margin: 0;
  }

  #member .text-area{
    max-width: 100%;
    font-size: 14px;
    width: 350px;
    margin: 0 75px 0 0;
  }

  #member .member-name::after,
  #member .member-msg::after{
    width: 280px;
  }

  #member .member-name .jp{
    font-size: 20px;
  }

  #member .member-msg-tit{
    font-size: 14px;
    font-weight: bold;
  }

  #member .member-msg,
  #member .mamber-career{
    font-size: 14px;
  }

  /*button*/
  #member .slide-nav {
    width: 100px;
    position: static;
    transform: translateX(0);
    margin: 0;
  }

}


/* ----------------------- */
/* ------- contact ------- */
/* ----------------------- */


#contact table{
  width: 100%;
  margin-bottom: 30px;
}

#contact tr{
  display: flex;
}

#contact tr:not(:last-of-type){
  margin-bottom: 10px;
}

#contact tr th{
  width: 80px;
  font-size: 12px;
  font-weight: bold;
}

#contact tr td{
  width: calc(100% - 80px);
  font-size: 12px;
}

/*map*/
#contact .map{
  height: 0;
  overflow: hidden;
  padding-bottom: 200px;
  position: relative;
  margin-bottom: 20px;
}

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

/*link*/
#contact .link-area .link{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

#contact .link-area .link span{
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
}

#contact .link-area .link span::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 5px;
}

#contact .link-area .mail img{
  width: 20px;
  padding-bottom: 3px;
}

#contact .link-area .site img{
  width: 20px;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px) {

  #contact .u_wrap{
    display: flex;
    justify-content: center;
  }


  #contact .contact-inner{
    display: inline-block;
  }

  #contact .contents{
    display: flex;
    margin-left: 40px;
  }

  #contact .company-detail{
    width: 635px;
  }

  #contact table{
    margin-bottom: 0;
  }

  #contact tr:not(:last-of-type){
    margin-bottom: 15px;
  }

  #contact tr th{
    width: 170px;
    font-size: 14px;
    font-weight: normal;
  }

  #contact tr td{
    width: calc(100% - 160px);
    font-size: 14px;
  }

  /*map*/
  #contact .map-link{
    width: 315px;
  }

  #contact .map{
    width: 300px;
    padding-bottom: 300px;
  }

  /*link*/
  #contact .link-area .link{
    width: 120px;
    margin-bottom: 15px;
  }

  #contact .link-area .link span{
    font-size: 14px;
  }

}


/* ----------------------------- */
/* ------- jInvertScroll ------- */
/* ----------------------------- */


@media screen and (min-width: 768px) {

  .scroll-area{
    min-width: 6300px;
    width: calc(500vw);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
  }

  .scroll-block1,
  .scroll-block2,
  .scroll-block3,
  .scroll-block4,
  .scroll-block5{
    width: 100vw;
    max-height: 100vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
  }

  .scroll-block1{
    min-width: 1300px;
    left: 0;
    z-index: 1;
  }

  .scroll-block2{
    min-width: 1300px;
    left: 1400px;
    z-index: 100;
  }

  .scroll-block3{
    min-width: 1300px;
    left: 2700px;
    z-index: 200;
  }

  .scroll-block4{
    min-width: 1000px;
    left: 4000px;
    z-index: 300;
  }

  .scroll-block4.change-width{
    width: calc(100vw - 300px);
  }

  .scroll-block4 .u_wrap{
    width: 1000px;
  }

  .scroll-block5{
    min-width: 1300px;
    left: 5000px;
    z-index: 400;
  }

  .scroll-block5 .u_wrap{
    width: 1000px;
  }

}

@media screen and (min-width: 1100px) {

  .scroll-area{width: calc(500vw - 200px);}
  .scroll-block2{left: 1500px;}
  .scroll-block3{left: 2800px;}
  .scroll-block4{left: 4100px;}
  .scroll-block5{left: 5100px;}

}
