@charset "UTF-8";
/* MV
----------------------------*/
.mv {
  margin: 0;
  position: relative;
  text-align: right;
}
.mv .mv-text {
  position: absolute;
  color: #ffffff;
  text-align: left;
  left: 2rem;
  bottom: 6rem;
}
.mv .mv-text p {
  font-family: lato, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: solid #fff 1px;
  padding: 0 0 0.5rem;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.mv .mv-text h1 {
  font-size: 2rem;
  margin: 0;
}
.mv img {
  height: 45vh;
  width: 100%;
  object-fit: cover;
}
.mv-about img, .mv-business img, .mv-company img {
  object-position: 40%;
}
.mv-recruit img {
  object-position: 65%;
}
/* Main
----------------------------*/
h3.border-left-blue {
  font-size: 2.25rem;
  padding-left: 2rem;
  margin: 5.5rem 0 2rem;
  position: relative;
}
h3.border-left-blue::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 0;
  background: #006cb7;
}
section {
  padding: 4rem 0;
}
.breadcrumbs {
  display: none;
}
.text-intro {
  text-align: center;
  margin-bottom: 5rem;
}
.text-intro p {
  font-family: lato, sans-serif;
  font-weight: 700;
  color: #006cb7;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.text-intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.leadtext {
  line-height: 2;
  margin-bottom: 4rem;
  text-align: center;
}
.sct-lg-img .row {
  margin-bottom: 2rem;
}
.sct-lg-img .row [class^="col"]:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 3rem 7vw;
}
.white-box {
  background: #fff;
}
.bg-gray-radius .white-box {
  padding: 0;
}
.sct-icon-circle .white-shadow-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 3rem;
  height: 100%;
}
.sct-icon-circle .white-shadow-box img {
  width: 30%;
  border-radius: 50%;
  margin: 1.5rem auto;
  padding: 0;
  background: #a2c6df;
}
.sct-icon-circle .white-shadow-box p:first-of-type {
  font-size: 2rem;
  font-weight: 500;
}
.ceo-sign {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: right;
  line-height: 1.3;
  letter-spacing: 0.25rem;
  margin-bottom: 2rem !important;
}
.ceo-sign span {
  font-size: 2rem;
  letter-spacing: 0;
}
.timeline {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.timeline ul {
  padding: 4rem 0 0;
}
.timeline li {
  display: flex;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0;
}
.timeline li div:first-of-type {
  width: 20%;
  min-width: 105px;
  padding: 0 1rem 0 0;
  color: #888888;
  font-weight: 700;
}
.timeline li div:last-of-type {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #aaaaaa;
}
.timeline li div:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.timeline li div span {
  position: relative;
  top: -5px;
}
.sct-offset-text .row {
  margin-bottom: 5rem;
}
.sct-offset-text .bg-blue-gradient {
  padding: 3rem;
}
.sct-results {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  height: 100%;
  background-image: url("../images/about/bg-logo-icon.png"), linear-gradient(0deg, #4595cd, #006cb7);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.sct-results .swiper-slide [class^="col"]:first-of-type {
  padding: 0;
  overflow: hidden;
}
.sct-results .swiper-slide [class^="col"]:first-of-type .slide-img {
  height: 100%;
}
.sct-results .swiper-slide [class^="col"]:first-of-type img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sct-results .swiper-slide [class^="col"]:last-of-type {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
.sct-results ul {
  padding: 0;
  margin: 0;
}
.sct-results li {
  color: #212324 !important;
}
.sct-results li:first-of-type {
  color: #1361a9 !important;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.sct-results li:nth-of-type(2) {
  border: solid 1px #1361a9;
  color: #1361a9 !important;
  border-radius: 99px;
  display: inline-block;
  padding: 0.25rem 2rem;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.sct-results li:nth-of-type(3) {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.sct-results .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}
.sct-results .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0.75rem !important;
  background: #fff;
  opacity: 1;
}
.sct-results .swiper-pagination-bullet-active {
  background: #12639B;
}
.sct-img-box h3 {
  font-size: 2rem;
  margin: 1.5rem 0 1rem;
}
.sct-img-box .delayScroll [class^="col"] {
  animation-delay: 0s;
  margin-bottom: 3rem;
}
.sct-img-box .delayScroll [class^="col"]:last-of-type {
  margin-bottom: 0;
}
.row-page-index {
  text-align: center;
  margin-bottom: 2rem;
}
.row-page-index [class^="col"] {
  margin-bottom: 2rem;
}
.row-page-index a {
  color: #006cb7;
  font-size: 1.5rem;
  border: solid 1px #006cb7;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  width: 95%;
  display: block;
  transition: all 0.4s 0s ease;
}
.row-page-index a:hover {
  background: #006cb7;
  color: #fff;
}
.row-page-index .icon-after::after {
  color: #1361a9;
  font-weight: 600;
  margin-left: 1rem;
  position: relative;
  font-size: 1.3rem;
  top: -0.1rem;
}
/* Media Query
----------------------------*/
/* Small devices (landscape phones, 576px and over, .col-sm-*)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and over, .col-md-*)*/
@media (min-width: 768px) {
  section {
    padding: 8rem 0;
  }
  .mv .mv-text p {
    font-size: 5rem;
    padding: 0 10rem 0 0;
    margin-bottom: 1rem;
  }
  .mv .mv-text h1 {
    font-size: 2.5rem;
  }
  .mv img {
    height: 55vh;
    min-height: 500px;
  }
  .sct-img-box .delayScroll [class^="col"] {
    margin-bottom: 4rem;
  }
}
/* Large devices (desktops, 992px and over, .col-lg-*)*/
@media (min-width: 992px) {
  .mv .mv-text {
    left: 3rem;
    bottom: 9rem;
  }
  .mv .mv-text p {
    font-size: 7rem;
    padding: 0 15rem 0 0;
  }
  .mv .mv-text h1 {
    font-size: 3rem;
  }
  section {
    padding: 7rem 0;
  }
  .breadcrumbs {
    display: block;
    padding: 2.4rem 0;
    font-size: 1.5rem;
    text-align: right;
  }
  .breadcrumbs span {
    margin: 0 0.75rem;
  }
  .breadcrumbs a {
    color: #212324;
  }
  .text-intro h2 {
    font-size: 4rem;
  }
  .bg-gray-radius .white-box {
    width: 95%;
  }
  .sct-lg-img .row {
    margin-bottom: 10rem;
  }
  .sct-lg-img .row [class^="col"]:nth-child(2) {
    padding: 5rem 7vw;
  }
  .sct-icon-circle .white-shadow-box {
    padding: 3rem 4rem;
  }
  .ceo-sign span {
    margin-right: 0.75rem;
  }
  .ceo-sign {
    font-size: 3.75rem;
  }
  .sct-offset-text .bg-blue-gradient {
    width: 130%;
    margin: 20rem 0 0;
    padding: 5rem;
    position: relative;
    z-index: 1;
  }
  .sct-offset-text .row:nth-of-type(odd) .bg-blue-gradient {
    left: -30%;
  }
  .sct-results {
    margin-bottom: 15rem;
  }
  .sct-results .swiper-slide [class^="col"]:first-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .sct-results .swiper-slide [class^="col"]:last-of-type {
    padding: 8rem 5rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .sct-results li:nth-of-type(3) {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .row-page-index {
    margin-bottom: 7rem;
  }
}
/* Extra large devices (large desktops, 1200px and over, .col-xl-*)*/
@media (min-width: 1200px) {
  .sct-offset-text .row {
    margin-bottom: 12rem;
  }
  .sct-offset-text .bg-blue-gradient {
    padding: 10rem;
  }
}
/* Extra extra large devices (extra large desktops, 1400px and over, .col-xxl-*)*/
@media (min-width: 1400px) {}