.fv-section {
  padding-top: 69px;
  position: relative;
}
.fv-section h1 {
  position: absolute;
  top: calc(50% + 34.5px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: clamp(18px, 6vw, 30px);
  width: auto;
  text-align: center;
  white-space: nowrap;
}
.fv-section video {
  height: 52vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (min-width: 768px) {
  .fv-section {
    padding-top: 0;
  }
  .fv-section h1 {
    top: 50%;
    font-size: clamp(30px, 5vw, 63px);
  }
  .fv-section video {
    height: 100vh;
  }
}
.top-section {
  padding: 60px 0;
  background: url("../images/top/bg_sp1.webp") no-repeat center center/cover;
}
.top-section .top-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.top-section .top-inner .container .title {
  font-size: 26px;
}
.top-section .top-inner .container p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
}
.top-section .top-inner img {
  width: 55%;
  max-width: 200px;
  margin: 40px auto 0 auto;
}

@media (min-width: 768px) {
  .top-section {
    background: url("../images/top/bg_pc1.webp") no-repeat center center/cover;
    padding: 90px 0 80px 0;
  }
  .top-section .top-inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1000px;
  }
  .top-section .top-inner .container {
    width: 65%;
    margin-top: 60px;
  }
  .top-section .top-inner .container .title {
    font-size: 50px;
    line-height: 50px;
  }
  .top-section .top-inner .container p {
    font-size: 18px;
  }
  .top-section .top-inner .container .btn {
    margin: 40px 0 0 auto;
  }
  .top-section .top-inner img {
    width: 30%;
    margin: 0;
  }
}
.news-section {
  padding: 60px 0;
}
.news-section .news-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.news-section .news-inner .news-content {
  margin-top: 40px;
}
.news-section .news-inner .news-content .content {
  text-decoration: none;
  color: #333;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #D8DAE7;
  transition: all 0.3s;
}
.news-section .news-inner .news-content .content time {
  font-size: 16px;
  line-height: 24px;
  margin-right: 24px;
}
.news-section .news-inner .news-content .content span {
  font-size: 16px;
  line-height: 24px;
  color: #065EB0;
  padding: 1px 14px;
  box-sizing: border-box;
  border: 1px solid #065EB0;
  border-radius: 24px;
}
.news-section .news-inner .news-content .content p {
  margin-top: 15px;
  line-height: 30px;
}
.news-section .news-inner .news-content .content:hover time, .news-section .news-inner .news-content .content:hover p {
  color: #065EB0;
}
.news-section .news-inner .news-content .content:first-of-type {
  border-top: 1px solid #D8DAE7;
}

@media (min-width: 768px) {
  .news-section {
    padding: 80px 0 100px 0;
  }
  .news-section .news-inner {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  .news-section .news-inner .title-content {
    width: 30%;
    min-width: 300px;
  }
  .news-section .news-inner .title-content .btn {
    margin: 60px auto 0 0;
  }
  .news-section .news-inner .news-content {
    width: 65%;
  }
  .news-section .news-inner .news-content .content {
    padding: 40px;
  }
  .news-section .news-inner .news-content .content p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
  }
}
.careers-section {
  padding: 60px 0;
  background: url("../images/top/bg_sp2.webp") no-repeat center center/cover;
}
.careers-section .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.careers-section .inner img {
  margin: 40px auto 0 auto;
  max-width: 340px;
}
.careers-section .inner .container h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
  display: block;
  margin-bottom: 15px;
  margin-top: 40px;
}
.careers-section .inner .container p {
  font-size: 16px;
  line-height: 35px;
  margin-bottom: 40px;
  color: #fff;
}

@media (min-width: 768px) {
  .careers-section {
    padding: 120px 0;
    background: url("../images/top/bg_pc2.webp") no-repeat center center/cover;
  }
  .careers-section .inner {
    max-width: 1200px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .careers-section .inner img {
    max-width: 475px;
    margin: 0;
    width: 37%;
  }
  .careers-section .inner .container {
    width: 53%;
  }
  .careers-section .inner .container h3 {
    margin: 24px 0 10px 0;
  }
  .careers-section .inner .container p {
    font-size: 18px;
  }
  .careers-section .inner .container .cv-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .careers-section .inner .container .cv-content a {
    max-width: 271px;
    width: 35%;
    margin: 0 0 30px 0;
  }
}
.partners-section {
  padding: 60px 0;
}
.partners-section .inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.partners-section .inner h2:last-of-type {
  margin-top: 80px;
}
.partners-section .inner .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.partners-section .inner .container .content {
  width: calc((100% - 21px) / 2);
  margin-right: 21px;
  background: #fff;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-bottom: 20px;
}
.partners-section .inner .container .content img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.partners-section .inner .container .content p {
  text-align: center;
  margin-top: 22px;
  overflow-wrap: break-word;
}
.partners-section .inner .container .content:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .partners-section {
    padding: 120px 0 140px 0;
  }
  .partners-section .inner {
    max-width: 1200px;
  }
  .partners-section .inner h2:last-of-type {
    margin-top: 160px;
  }
  .partners-section .inner .container {
    margin-top: 70px;
  }
  .partners-section .inner .container .content:nth-child(2n) {
    margin-right: 27px;
  }
  .partners-section .inner .container .content {
    width: calc((100% - 81px) / 4);
    margin-right: 27px;
    padding: 20px 30px 30px 30px;
  }
  .partners-section .inner .container .content p {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }
  .partners-section .inner .container .content:nth-child(4n) {
    margin-right: 0;
  }
}/*# sourceMappingURL=top.css.map */

.careers-section .cv-content .btn {
	line-height: 24px;
}

.partners-section .content{
/* 	display: flex !important;
	flex-direction: column;
	align-items: center; */
}

.partners-section .content img {
/* 	height: 300px; */
}