.sub-title {
  font-size: 4.4rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
}
.sub-title--font-s40 {
  font-size: 4rem;
}

.sub-top {
  position: relative;
  width: 100%;
  height: 57rem;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .sub-top {
    height: 45rem;
  }
}
.sub-top__image-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-top__image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transform: scale(1.1, 1.1);
  transition: transform 5s linear;
  background-position: 50% 50%;
}
.sub-top__image--active {
  transform: scale(1, 1) rotate(0.002deg);
}
.sub-top__text-container {
  position: relative;
  padding-top: 20.9rem;
}
.sub-top .location {
  overflow: hidden;
}
.sub-top .location li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
.sub-top .location li a {
  color: #fff;
}
.sub-top .location li:first-child::before {
  display: none;
}
.sub-top .location li::before {
  font-family: "xeicon";
  display: inline-block;
  content: "\e93f";
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin: 0px 10px 0 8px;
  color: #fff;
  font-size: 2rem;
  opacity: 0.4;
}
@media screen and (max-width: 800px) {
  .sub-top .location li::before {
    margin: 0;
    font-size: 1rem;
  }
}
.sub-top__title {
  font-weight: 700;
  font-size: 9rem;
  padding-top: 3rem;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .sub-top__title {
    font-size: 6rem;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .sub-top__title {
    font-size: 5rem;
    padding-top: 2rem;
  }
}

.ul-type18 {
  position: relative;
}
.ul-type18--mt50 {
  margin-top: 5rem;
}
.ul-type18 > li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 1.8rem;
  color: #000000;
  margin-bottom: 1rem;
  font-weight: 400;
}
.ul-type18 > li:last-of-type {
  margin-bottom: 0;
}
.ul-type18 > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #56A9C4;
  border-radius: 100%;
}
.ul-type18 > li > ul {
  position: relative;
  margin-top: 1rem;
}
.ul-type18 > li > ul > li {
  padding-left: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}
.ul-type18 > li > ul > li::before {
  display: none;
}

.ul-check {
  position: relative;
}
.ul-check > li {
  position: relative;
  padding-left: 2.9rem;
  font-size: 2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ul-check > li:last-of-type {
  margin-bottom: 0;
}
.ul-check > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(/imgs/ico/ico_list_check.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.ul-check ul {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.tab {
  position: relative;
}
.tab-wrap {
  position: relative;
  margin-top: 5rem;
}
@media screen and (max-width: 800px) {
  .tab--mobile-open .tab__list {
    display: block;
  }
  .tab--mobile-open .tab__btn {
    background-image: url(../imgs/ico/ico_white_up_arr.svg);
    border-radius: 10px 10px 0 0 !important;
  }
}
.tab__btn {
  display: none;
  width: 100%;
  height: 6rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
  .tab__btn {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 700;
    background-color: #0C4DA2;
    background-image: url(../imgs/ico/ico_white_down_arr.svg);
    background-size: 1.2rem 0.7rem;
    background-position: calc(100% - 20px) 50%;
    background-repeat: no-repeat;
    border-radius: 10px !important;
    transition: all 0.3 ease;
  }
}
.tab__list {
  display: table;
  width: auto;
  height: 100%;
  table-layout: fixed;
  margin: 0 auto;
  padding: 1.1rem;
  box-sizing: border-box;
  background: #f9f9f9;
  border-radius: 50px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  .tab__list {
    display: none;
    border-radius: 0;
    padding: 0;
    border-top-width: 0;
    border-color: #0C4DA2;
    border-radius: 0 0 10px 10px;
  }
}
.tab__item {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 20%;
  border: 0;
  padding: 0 2rem;
  border-left: 0;
}
@media screen and (max-width: 800px) {
  .tab__item {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.tab__item a {
  display: table;
  width: 100%;
  height: 5.8rem;
}
.tab__item a em {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: -0.025em;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}
.tab__item--active a {
  background-color: #0C4DA2;
  border-radius: 35px;
}
@media screen and (max-width: 800px) {
  .tab__item--active a {
    border-radius: 0;
  }
}
.tab__item--active a em {
  color: #fff;
}

.scroll-guide {
  position: relative;
  display: none;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .scroll-guide {
    display: flex;
  }
}
.scroll-guide__inner {
  position: relative;
  width: 5rem;
  height: 5rem;
}
.scroll-guide__inner::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 100%;
  height: 0.3rem;
  background-color: #ccc;
  border-radius: 5px;
}
.scroll-guide .drag-bar {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 3px;
  animation: moveScrollAni 3s both infinite;
}
.scroll-guide .drag-bar .bar {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  background-color: #0C4DA2;
  border-radius: 5px;
  opacity: 1;
}
.scroll-guide .drag-bar .ico-hand {
  font-size: 3rem;
  color: #0C4DA2;
}

@keyframes moveScrollAni {
  0%, 10% {
    left: 0;
    margin-left: 0px;
  }
  50% {
    left: 100%;
    margin-left: -25px;
  }
  100% {
    left: 0;
    margin-left: 0px;
  }
}