@media (min-width: 768px) {
  .link-item:nth-of-type(1) li a {
    border-bottom: 1px solid #fff;
  }
  .link-item:nth-of-type(1) li a:first-of-type::after {
    display: none;
  }
}
.section-title {
  text-align: center;
}
.section-title h2 span {
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #254da7;
  display: block;
}
.section-title h2 .sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

@media (min-width: 768px) {
  .section-title h2 span {
    font-size: 48px;
    line-height: 69px;
  }
  .section-title h2 .sub-title {
    font-size: 20px;
    line-height: 29px;
  }
}
.fv-section {
  padding-top: 69px;
  position: relative;
}
.fv-section .slick img {
  width: 100%;
  height: calc(85vh - 69px);
  object-fit: cover;
}
.fv-section .fv-copy {
  position: absolute;
  left: 6%;
  top: 20%;
  width: 88%;
}
.fv-section .fv-copy h1 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 6%;
  z-index: 1;
  display: inline-block;
  text-shadow: 0px 0px 10px #254da7;
}
.fv-section .fv-copy h1 .fv-copy-em {
  color: inherit;
  font-size: 48px;
  line-height: 1.2;
}
.fv-section #wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.fv-section #wrapper-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fv-section #scroll-down {
  display: block;
  position: relative;
  padding-top: 79px;
  text-align: center;
}
.fv-section #scroll-title {
  display: block;
  color: #254da7;
  transform: rotate(180deg);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 8%;
  writing-mode: vertical-rl;
  margin-left: -9px;
}
.fv-section #scroll-down::before {
  content: " ";
  animation: elasticus 2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  top: -43px;
  left: 8%;
  margin-left: -1px;
  width: 1px;
  height: 70px;
  background: linear-gradient(to top, #254da7 10%, #254da7 40%, #fff 40%, #fff 100%);
}
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
  }
}

@media (min-width: 768px) {
  .fv-section {
    max-width: 1600px;
    margin: 0 auto 0 auto;
    position: relative;
    padding-top: 88px;
  }
  .fv-section .slick picture img {
    width: 95%;
    display: block;
    margin: 0 auto 0 0;
    height: 545px;
  }
  .fv-section .fv-copy {
    top: 28%;
    width: 83%;
  }
  .fv-section .fv-copy h1 {
    font-size: 30px;
    line-height: 1.4;
  }
  .fv-section .fv-copy h1 .fv-copy-em {
    font-size: 80px;
  }
  .fv-section #wrapper #wrapper-inner #scroll-down #scroll-title {
    font-size: 20px;
  }
  .fv-section #wrapper #wrapper-inner #scroll-down::before {
    left: 8.3%;
  }
  .fv-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #254da7;
    width: 5%;
    height: 80%;
    overflow: hidden;
  }
}
.mission-section {
  margin: 40px auto 0 auto;
  width: 90%;
  max-width: 500px;
}
.mission-section .mission-container {
  margin-top: 28px;
}
.mission-section .mission-container img {
  display: block;
  width: 100%;
}
.mission-section .mission-container .mission-text {
  margin-top: 28px;
}
.mission-section .mission-container .mission-text p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
.mission-section .mission-container .mission-text span {
  font-size: 14px;
  line-height: 35px;
  font-weight: 400;
}
.mission-section .mission-container .mission-text .image {
  text-align: center;
}
.mission-section .mission-container .mission-text .image img {
  display: inline;
  width: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .mission-section {
    max-width: 1200px;
    margin-top: 60px;
  }
  .mission-section .mission-container {
    padding: 0 100px;
  }
  .mission-section .mission-container .mission-text {
    width: 100%;
    margin-top: 50px;
  }
  .mission-section .mission-container .mission-text p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .mission-section .mission-container .mission-text span {
    font-size: 14px;
    line-height: 30px;
  }
}
.news-section {
  background: #eff3f6;
  margin-top: 60px;
  padding: 50px 0;
  margin-bottom: 100px;
}
.news-section .news-inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.news-section .news-inner .news-container {
  margin-top: 50px;
}
.news-section .news-inner .news-container .news-box {
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.news-section .news-inner .news-container .news-box .news-img-content {
  overflow: hidden;
  position: relative;
}
.news-section .news-inner .news-container .news-box .news-img-content::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.news-section .news-inner .news-container .news-box img {
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
  overflow: hidden;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-section .news-inner .news-container .news-box .news-text {
  width: 91%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-section .news-inner .news-container .news-box .news-text time {
  font-size: 16px;
  line-height: 20px;
  color: #254da7;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  margin-bottom: 15px;
}
.news-section .news-inner .news-container .news-box .news-text .news-category span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #254da7;
  border-radius: 23px;
  padding: 3px 16px;
  margin-right: 6px;
}
.news-section .news-inner .news-container .news-box .news-text h4 {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  color: #254da7;
  word-wrap: break-word;
  margin-bottom: auto;
}
.news-section .news-inner .news-container .news-box .news-text .news-btn {
  margin-top: 15px;
  text-align: right;
}
.news-section .news-inner .news-container .news-box .news-text .news-btn span {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #254da7;
  padding-bottom: 3px;
  border-bottom: 1px solid #254da7;
}
.news-section .news-inner .news-container .news-box .news-text .news-btn span::after {
  content: "";
  background: url("../images/hover-icon.png");
  width: 15px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-bottom: 2px;
}
.news-section .news-inner .news-container .news-box:hover .news-text .news-btn span {
  color: #c50a30;
  transition: all 0.3s;
}
.news-section .news-inner .news-container .news-box:hover .news-text .news-btn span::after {
  background: url("../images/hover-active-icon.png");
  background-size: 100%;
  transition: all 0.3s;
}
.news-section .news-inner .news-btn-link {
  display: none;
}
.news-section .news-all-btn {
  text-align: center;
  display: block;
  text-decoration: none;
}
.news-section .news-all-btn span {
  color: #254da7;
  border-bottom: 1px solid #254da7;
  padding-bottom: 4px;
  font-weight: 700;
}
.news-section .news-all-btn span::after {
  content: "";
  background-image: url("../images/hover-icon.png");
  background-repeat: no-repeat;
  background-size: 80%;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
}
.news-section .news-all-btn:hover span {
  color: #c50a30;
}
.news-section .news-all-btn:hover span::after {
  background-image: url("../images/hover-active-icon.png");
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .news-section {
    margin-top: 100px;
  }
  .news-section .news-inner {
    max-width: 1200px;
  }
  .news-section .news-inner .news-container {
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .news-section .news-inner .news-container .news-box {
    width: calc(50% - 30px);
    margin: 0 15px 60px 15px;
  }
  .news-section .news-inner .news-container .news-box .news-text time {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .news-section .news-inner .news-container .news-box .news-text h4 {
    font-size: 16px;
    line-height: 32px;
  }
  .news-section .news-inner .news-container .news-box .news-text .news-btn {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .news-section .news-inner .news-container .news-box {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .news-section .news-inner .news-container .news-box {
    width: calc(25% - 12px);
    margin: 0 16px 60px 0;
  }
  .news-section .news-inner .news-container .news-box:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .news-section .news-inner .news-btn-link {
    display: block;
    text-align: center;
  }
  .news-section .news-inner .news-btn-link a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #254da7;
    padding-bottom: 5px;
    border-bottom: 1px solid #254da7;
    text-decoration: none;
  }
  .news-section .news-inner .news-btn-link a::after {
    content: "";
    background: url("../images/hover-icon.png");
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    margin-bottom: 2px;
  }
  .news-section .news-inner .news-btn-link a:hover {
    color: #c50a30;
    transition: all 0.3s;
  }
  .news-section .news-inner .news-btn-link a:hover::after {
    background: url("../images/hover-active-icon.png");
    background-size: 100%;
    transition: all 0.3s;
  }
}
.data-section {
  margin: 50px auto 0 auto;
  width: 90%;
  max-width: 500px;
}
.data-section .data-container {
  margin-top: 50px;
}
.data-section .data-container ul {
  list-style: none;
}
.data-section .data-container ul li {
  margin-bottom: 40px;
}
.data-section .data-container ul li a img {
  width: 100%;
}
.data-section .data-container ul li p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .data-section {
    margin-top: 50px;
    max-width: 1000px;
    width: 80%;
  }
  .data-section .data-container {
    margin-top: 50px;
  }
  .data-section .data-container .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .data-section .data-container .gallery-list li {
    width: calc(50% - 20px);
    margin-bottom: 101px;
  }
  .data-section .data-container .gallery-list li p {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin-top: 19px;
  }
}/*# sourceMappingURL=top.css.map */