@charset "UTF-8";
.site-body {
  padding-top: 0 !important;
}

h2 {
  padding: 0;
  border-top: none;
  border-bottom: none;
  margin-bottom: 0;
}

.fv {
  position: relative;
  width: 100%;
  height: 755px;
  background-image: url(../../img/top/fv.jpg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media ( max-width: 767.98px) {
  .fv {
    height: 500px;
  }
}

.fv__container {
  position: absolute;
  top: 20%;
  left: 10%;
}

.fv__texts {
  font-size: 90px;
  color: #fff;
  font-weight: 500;
}
@media ( max-width: 767.98px) {
  .fv__texts {
    font-size: 40px;
  }
}

.fv__text1,
.fv__text2,
.fv__text3 {
  line-height: 1;
}

.fv__text-img {
  max-width: 420px;
}
@media ( max-width: 767.98px) {
  .fv__text-img {
    max-width: 200px;
  }
}

.sec__item {
  display: flex;
  margin-top: 80px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media ( max-width: 767.98px) {
  .sec__item {
    display: block;
    margin-top: 50px;
  }
}

.f-reverse {
  flex-direction: row-reverse;
}

.f-reverse .sec-item__right {
  width: calc(40% + 50px);
  margin-top: 50px;
  background: #fff;
  margin-right: -50px;
  position: relative;
}
@media ( max-width: 767.98px) {
  .f-reverse .sec-item__right {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}

.sec-item__left {
  width: 60%;
}
@media ( max-width: 767.98px) {
  .sec-item__left {
    width: 100%;
  }
}

.sec-item__right {
  width: calc(40% + 50px);
  margin-top: 50px;
  background: #fff;
  margin-left: -50px;
  position: relative;
}
@media ( max-width: 767.98px) {
  .sec-item__right {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}

.sec-item__right::after {
  position: absolute;
  content: "";
  width: 128px;
  height: 128px;
  background: url(../../img/top/gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
@media (max-width:991.98px) {
  .sec-item__right::after {
    width: 80px;
    height: 80px;
  }
}
@media ( max-width: 767.98px) {
  .sec-item__right::after {
    width: 50px;
    height: 50px;
  }
}

.sec-item__top {
  padding: 40px 75px 20px 75px;
  border-bottom: 3px solid #0071bc;
}
@media (max-width:1399.98px) {
  .sec-item__top {
    padding: 40px 50px 20px 50px;
  }
}
@media (max-width:991.98px) {
  .sec-item__top {
    padding: 30px 40px 10px 40px;
  }
}
@media ( max-width: 767.98px) {
  .sec-item__top {
    padding: 30px 20px 0px 20px;
  }
}

.sec-item__title-en {
  font-size: 100px;
  color: #0071bc;
  line-height: 1;
  margin-bottom: 10px !important;
}
@media (max-width:991.98px) {
  .sec-item__title-en {
    font-size: 60px;
  }
}

.sec-item__title {
  font-weight: bold;
  font-size: 20px;
  color: #0071bc;
}
@media (max-width:991.98px) {
  .sec-item__title {
    font-size: 16px;
  }
}

.sec-item__bottom {
  padding: 40px 75px;
}
@media (max-width:1399.98px) {
  .sec-item__bottom {
    padding: 20px 50px;
  }
}
@media (max-width:991.98px) {
  .sec-item__bottom {
    padding: 20px 30px;
  }
}
@media ( max-width: 767.98px) {
  .sec-item__bottom {
    padding: 20px 20px;
  }
}

.sec-item__copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
@media (max-width:991.98px) {
  .sec-item__copy {
    font-size: 25px;
  }
}

.sec-item__text {
  font-size: 20px;
}
@media (max-width:991.98px) {
  .sec-item__text {
    font-size: 16px;
  }
}
@media ( max-width: 767.98px) {
  .sec-item__text {
    font-size: 14px;
  }
}

.sec__interview {
  margin-top: 80px;
}

.sec__interview .container {
  display: flex;
}
@media ( max-width: 767.98px) {
  .sec__interview .container {
    display: block;
  }
}

.sec__interview__left {
  width: 50%;
}
@media ( max-width: 767.98px) {
  .sec__interview__left {
    width: 100%;
  }
}

.sec__interview-top {
  position: relative;
  z-index: 0;
  padding: 20px 0 5px;
}

.sec__interview-top::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 150vw;
  background: #0071bc;
  z-index: -1;
}

.sec__interview .sec-item__title-en {
  color: #fff;
}

.sec__interview .sec-item__title {
  color: #fff;
}

.sec__interview__right {
  z-index: 3;
  margin-top: 30px;
  width: 50%;
}

.sec__interview .sec-item__bottom {
  padding-left: 0;
}
@media ( max-width: 767.98px) {
  .sec__interview .sec-item__bottom {
    padding: 0;
    padding-top: 20px;
  }
}

.news {
  padding: 80px 0;
  position: relative;
  z-index: 0;
  margin-top: 100px;
  margin-bottom: 180px;
}
@media ( max-width: 767.98px) {
  .news {
    padding: 40px 0;
    margin-bottom: 100px;
  }
}

.news::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100vw;
  background: #f2f2f2;
  z-index: -1;
}

.news .container {
  display: flex;
  gap: 30px;
}
@media ( max-width: 767.98px) {
  .news .container {
    display: block;
  }
}

.news__left {
  width: 200px;
}

.news .sec-item__title-en {
  font-size: 60px;
}

.news .sec-item__title {
  font-size: 16px;
}

.news .more a {
  background: #fff;
  font-size: 16px;
  width: 200px;
}
@media ( max-width: 767.98px) {
  .news .more a {
    font-size: 16px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.news .more a:hover {
  background: #0071bc;
}

.news__right {
  width: calc(100% - 200px);
}
@media ( max-width: 767.98px) {
  .news__right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news__contents {
  display: flex;
  padding: 8px;
  border-bottom: 1px solid #c7c7c7;
  width: 100%;
}

.news__date {
  margin-bottom: 0;
}

.news__title {
  margin-left: 10px;
  margin-bottom: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 表示後 */
.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=top.css.map */