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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family:"Avenir", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
input {
  font-family:"Avenir", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;
}
@font-face {
  font-family: 'Avenir';
  src: url('./font/Avenir.eot'); /* IE9以下対応 */
  src: url('./font/Avenir.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/Avenir.woff2') format('woff2'), /* 近年のブラウザ */
       url('./font/Avenir.woff') format('woff'), /* 多少古いブラウザ */
       url('./font/Avenir.ttf') format('truetype'), /* TrueTypeフォント */
       url('./font/Avenir.otf') format('opentype'), /* OpenTypeフォント */
       url('./font/Avenir.svg#CustomFont') format('svg'), /* SVGフォント（古いiOS用） */
       url('./font/Avenir.ttc') format('truetype-collection'); /* フォントコレクションファイル (.ttc) */
  font-weight: normal;
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
header {
  position: fixed;
  width: 100%;
  padding: 52px 48px;
  box-sizing: border-box;
  z-index: 20;
}
header .humb {
  max-width: 970px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  overflow-y: auto;
}
header .humb .btn {
  position: absolute;
  top: 58px;
  right: 50px;
  margin: auto;
  width: 40px;
  height: 34px;
  z-index: 20;
  cursor: pointer;
}
header .humb .btn span {
  position: relative;
  top: 0px;
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  margin: 10px 0;
  transition: .3s;
}
header .humb.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
}
header .humb.open span:nth-child(2) {
  transform: rotate(-45deg);
  top: -5px;
}
header .scroll {
  overflow-y: auto;
  height: 100vh;
  opacity: 0;
  transition: .3s;
  pointer-events: none;
  position: relative;
}
header .open .scroll {
  opacity: 1;
  pointer-events: unset;
}
header .scroll:after {
  content: "";
  display: block;
  height: 100%;
  width: 18vh;
  background: url(./img/logoMenu.svg)no-repeat;
  background-size: 100%;
  background-position: top;
  position: absolute;
  right: 0;
  top: 0;
}
header .openBox {
  width: 100%;
  background: rgb(0 0 0 / 95%);
  height: 130%;
  padding: 130px 100px;
  box-sizing: border-box;
}
header .openBox *{
  color: #fff;
}
header .openBox div h2 {
  font-family: "Avenir";
  font-size: 15px;
  border: 1px solid #fff;
  display: table;
  padding: 8px 20px;
  margin-bottom: 50px;
}
.menuCompany table tr > * {
  font-size: 13px;
  padding: 13px 0;
  line-height: 1.8;
}
.menuCompany table tr th {
  width: 25%;
  text-align: left;
  font-weight: 700;
}
.menuCompany table tr td {
  width: 75%;
  font-weight: 500;
}
.menuAcccess {
  margin-top: 90px;
}
.menuAcccess a {
  font-size: 23px;
  font-weight: 800;
  color: #004EFF;
  margin-bottom: 24px;
  display: inline-block;
}
.menuAcccess p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.fvBlock1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.fvBlock1 .txtBox {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.fvBlock1 .swiper-slide-active img,
.fvBlock1 .swiper-slide-duplicate-active img,
.fvBlock1 .swiper-slide-prev img{
  animation: zoomUp 8s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
      transform: scale(1);
  }
  100% {
      transform: scale(1.15);
  }
}
.swiper-slide{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-slide img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.logoArea {
  width: 506px;
  align-items: center;
}
.logoArea h1 {
  max-width: 170px;
  width: 100%;
  display: block;
}
.logoArea h1 a, .logoArea h1 a img {
  display: block;
  width: 170px;
  height: 43px;
}
.logoArea p {
  font-family: "Avenir";
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
}
.fvBlock1 .txtBox .loopbox {
  display: flex;
  width: 100%;
  overflow: hidden;
  float: left;
}
.fvBlock1 .txtBox .loopbox p {
  font-size: 60px;
  color: #fff;
  line-height: normal;
  font-family: 'Avenir', sans-serif;
  display: block;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
  animation: slide2 60s linear infinite;
}
.fvBlock1 .txtBox .loopbox p:first-child {
  animation: slide3 60s -30s linear infinite;
  padding-left: 50px;
}
.fvBlock1 .txtBox .loopbox p:last-child {
  animation: slide4 60s linear infinite;
}
@keyframes slide3 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide4 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.fvBlock1 .txtBox h2 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding-top: 26px;
  clear: both;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 18;
  padding: 0 50px 50px 50px;
  width: 100%;
  box-sizing: border-box;
}
footer small {
  font-family: 'Avenir', sans-serif;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px){
  header {
    padding: 20px;
}
.logoArea p{
  display: none;
}
.logoArea h1 a, .logoArea h1 a img {
  width: 140px;
  height: 30px;
}
header .humb .btn {
  top: 19px;
  right: 20px;
}
.fvBlock1 .txtBox .loopbox p {
  font-size: 33px;
}
.fvBlock1 .txtBox h2 {
  font-size: 12px;
  padding-top: 10px;
}
header .humb {
  width: 100%;
  top: 0;
}
header .openBox {
  padding: 70px 5% 5%;
  height: 160%;
}
header .openBox div h2 {
  margin-bottom: 20px;
}
.menuCompany table tr > * {
  font-size: 12px;
}
.menuAcccess p {
  font-size: 11px;
}
header .openBox * {
  position: relative;
  z-index: 1;
}
footer {
  padding: 20px;
  align-items: center;
}
footer a img {
  vertical-align: middle;
}
footer small {
  font-size: 10px;
}












}