
.gnav-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1400px;
  max-height: none;
}
.gnav-header::before {
  content: "";
  display: block;
  padding: calc(70 / 1400 * 100%);
}
@media screen and (max-width: 750px) {
  .gnav-header::before {
    padding: calc(70 / 750 * 100%);
  }
}

.gnav-header a {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 100%;
  padding: 20px;
}
.gnav-header img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.w-lp-float {
  transition: transform 420ms;
  transform: translate(0, 150%);
}
body.cv-sticky .w-lp-float {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 20px 0;
  transform: translate(0, 0%);
}

.w-lpsp {
  display: none;
}
@media screen and (max-width: 750px) {
  .w-lp {
    display: none;
  }
  .w-lpsp {
    display: block;
  }
  
}
.w-lp-item {
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  width: 100%;
}
.w-lp-img {
  margin: 0 auto;
  text-align: center;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.w-lp-float {
  position: fixed;
  bottom: 30px;
  width: 100%;
  z-index: 9999;
  text-align: right;
}
.w-lp-float .w-lp-link {
  display: inline-block;
  width: calc(479 / 960 * 100%);
  max-width: 479px;
}
@media screen and (max-width: 750px) {
  .w-lp-float {
    text-align: center;
  }
  .w-lp-float .w-lp-link {
    display: inline-block;
    width: calc(598 / 750 * 100%);
    max-width: 299px;
  }
}
.w-review-col-img {
  overflow: hidden;
  border-radius: 109px;
}
.w-review-title1 {
  top: 0;
  margin-top: 0;
}
.w-review-section > .container {
  margin-top: 0;
}
.w-review-section .accordion-item,
.w-review-section .accordion-button {
  border-radius: 10px;
}

.w-company-section {
  overflow: visible;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #fff;
}
.w-company-section .container::after {
  display: none;
}
.page-index .gnav-footer {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .w-company-section {
    margin-top: 50px;
    overflow: visible;
    margin-top: 0;
  }
  .w-company-section .container {
    width: 100%;
    overflow-x: hidden;
    padding-top: 200px;
  }
  .page-index .gnav-footer {
    margin-top: 0;
  }
}

.footer-item {
  display: inline-block;
}

.w-lp-clip {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  padding-top: calc(300 / 1400 * 100%);
}
.w-lp-clip img {
  position: absolute;
  object-position: bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-lp-scroll-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  padding: 10px;
  background-color: white;
  overflow: hidden;
  max-width: 1400px;
  margin: auto;
}
.w-lp-scroll-item .w-lp-img {
  width: 200px;
  max-height: 200px;
}

.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slideshow-item{
  width:200px;
}

.w-lp-text {
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-size: large;
  color: black;
  padding-top: 20px;
  padding-bottom: 10px;
  max-width: 1400px;
  margin: auto;
}

.interview {
  background-color: white;
	width: 100%;
  max-width: 1400px;
  margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.interview h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: x-large;
}
.interview div {
  width:50%;
  aspect-ratio: 16/9;
  padding: 10px;
  &:first-child {
    padding-left: 20px;
  }
  &:last-child {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .interview div {
    width:100%;
    aspect-ratio: 16/9;
    padding: 20px;
    &:first-child {
      padding-left: 20px;
    }
    &:last-child {
      padding-right: 20px;
    }
  }
}
