@-webkit-keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-to-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-to-left {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes cover-up {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform: scaleY(180);
            transform: scaleY(180);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes cover-up {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform: scaleY(180);
            transform: scaleY(180);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.box-shadow {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.gradient {
  background: linear-gradient(to right, #014291 0%, #b766f6 100%);
}

body,
.container {
  background-color: #fff;
}

.photo-tour {
  margin-top: 100px;
  margin-bottom: 80px;
  padding-bottom: 100px;
  position: relative;
}

.photo-tour > .content-inner {
  width: 100%;
}

.thumb-box {
  position: relative;
  z-index: 50;
}

section {
  padding-bottom: 15vh;
}

.service {
  padding-top: 40px;
}

.section-inner {
  padding: 0;
}

.detail-title {
  position: relative;
  font-weight: bold;
}

.detail-title::after {
  content: "";
  background-image: linear-gradient(90deg, #014291 0%, #5152bd 33%, #b766f6 100%);
  position: absolute;
  top: 50px;
  width: 100%;
  height: 3px;
  left: 0;
}

.parallax {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 500px;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.parallax-bg {
  background-image: url("../images/para_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.parallax-bg p {
  margin: auto;
}

@media screen and (min-width: 1800px) {
  .parallax-bg {
    background-image: url("../images/para_bg_xl.jpg");
  }
}

/*  page detail */
.detail-hero {
  overflow: hidden;
  position: relative;
  margin-top: 70px;
  background-attachment: fixed;
  background-position: top 50px left 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 32vw;
}

.detail-hero.service-bg {
  background-image: url("../images/service-hero.jpg");
}

.detail-hero.recruit-bg {
  background-image: url("../images/recruit-hero.jpg");
}

.detail-hero.news-bg {
  background-image: url("../images/news-hero.jpg");
}

.flex {
  -webkit-flex-direction: row;
          flex-direction: row;
}

.flex p {
  width: 55%;
  text-align: justify;
}

.flex .address p {
  padding: 20px;
  width: 90%;
}

.flex img {
  width: 40%;
  max-width: 400px;
}

.flex .illustration {
  width: 40%;
  max-width: 400px;
}

.hero-title {
  position: absolute;
  bottom: 5w;
  right: 0;
  width: 37%;
  text-align: justify;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 0em;
  color: white;
  float: right;
  background: linear-gradient(90deg, #01429100 0%, #5152bd96 32%, #b766f6b3 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-transform 0.3s cubic-bezier(0.66, 0.04, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.66, 0.04, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.66, 0.04, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.66, 0.04, 0.36, 1);
  -webkit-transform: rotateX(90deg) translateZ(25px);
          transform: rotateX(90deg) translateZ(25px);
  -webkit-transform-origin: center center 10px;
          transform-origin: center center 10px;
  -webkit-animation-name: flip;
          animation-name: flip;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding: 5% 10% 1% 6%;
}

.hero-title h2 {
  font-size: 2.8em;
  letter-spacing: 0.16em;
  color: white;
}

.detail-box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
          align-items: stretch;
  margin-bottom: 300px;
  z-index: 50;
  position: relative;
  background: transparent;
}

.detail-card {
  width: 32%;
  text-align: center;
  margin-top: 35px;
  margin-top: 40px;
  padding: 0;
  background-color: #fafafa;
  box-shadow: 0 3px 15px -8px rgba(0, 0, 0, 0.37);
  position: relative;
  transition: all 0.3s;
  display: none;
}

.detail-card:nth-child(1).show {
  display: block;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.detail-card:nth-child(1).show::before {
  background-color: #b766f6;
  background: linear-gradient(90deg, #014291 0%, #5152bd 43%, #b766f6 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  z-index: 2;
  transition: all 0.2s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: cover-up;
          animation-name: cover-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.detail-card:nth-child(2).show {
  display: block;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.detail-card:nth-child(2).show::before {
  background-color: #b766f6;
  background: linear-gradient(90deg, #014291 0%, #5152bd 43%, #b766f6 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  z-index: 2;
  transition: all 0.2s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: cover-up;
          animation-name: cover-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.detail-card:nth-child(3).show {
  display: block;
  -webkit-animation-name: slide-down;
          animation-name: slide-down;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.detail-card:nth-child(3).show::before {
  background-color: #b766f6;
  background: linear-gradient(90deg, #014291 0%, #5152bd 43%, #b766f6 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  z-index: 2;
  transition: all 0.2s;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation-name: cover-up;
          animation-name: cover-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
          animation-timing-function: cubic-bezier(0, 0, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.detail-card h4 {
  margin-top: 25px;
  margin-right: 8px;
  margin-bottom: 5px;
  margin-left: 8px;
  color: #1e2f6e;
  font-size: 1em;
}

.detail-card p {
  text-align: justify;
  color: #262626;
  font-size: 0.82em;
  padding: 10px;
  width: 80%;
  margin: 0 auto 20px;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 980px) {
  .h2::after {
    left: calc(50% - 2.5%);
    width: 5%;
  }
  .about-photo {
    -webkit-clip-path: polygon(11% 0, 100% 0, 88% 100%, 0 100%);
            clip-path: polygon(11% 0, 100% 0, 88% 100%, 0 100%);
  }
  .about-photo img {
    width: 30vw;
  }
}

@media screen and (max-width: 760px) {
  .content-inner {
    padding: 0;
  }
  /*  page detail */
  .detail-hero {
    overflow: hidden;
    position: relative;
    background-size: auto 30vh;
    height: 30vh;
    margin-bottom: -20px;
  }
  .detail-hero.edge {
    margin-top: 20px;
  }
  .hero-title {
    width: 65%;
    padding: 5% 10% 1% 10%;
    bottom: 40px;
  }
  .hero-title h2 {
    font-size: 1.8em;
  }
  .parallax {
    font-size: 2rem;
    font-weight: bold;
    height: 30vh;
  }
  .parallax-bg {
    background: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 50vh;
  }
  .parallax-bg::before {
    content: "";
    display: block;
    position: fixed;
    top: 30vh;
    left: 0;
    z-index: -1;
    background-image: url("../images/para_bg_sp.jpg");
    background-position: top 0 left 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 50vh;
  }
  .flex {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .flex p {
    width: 100%;
  }
  .flex img {
    width: 100%;
  }
  .flex .illustration {
    width: 100%;
  }
  .detail-card {
    width: 97%;
    margin: 10px auto;
  }
  .detail-card p {
    width: 80%;
    margin: 10px auto 20px;
  }
  .footer_banner {
    margin-top: -20px;
  }
}

h4.news-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.news-date {
  font-size: 0.8em;
}

h2.h2-news-title {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1.8em;
  min-height: 120px;
}

h2.h2-news-title::after {
  content: "";
  background-image: linear-gradient(90deg, #014291 0%, #5152bd 43%, #b766f6 100%);
  position: absolute;
  top: 126px;
  width: 50px;
  height: 5px;
  left: calc(50% - 25px);
}

.bg-img.bg-img05 {
  bottom: -85px;
  right: -40px;
  width: 270px;
}

.bg-img.bg-img06 {
  bottom: 0;
  right: -40px;
  width: 470px;
}

.bg-img.bg-img07 {
  top: 0;
  left: -120px;
  width: 700px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  z-index: 0;
}

.bg-img.bg-img08 {
  bottom: -75px;
  right: -77px;
  width: 270px;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  h2.h2-news-title::after {
    left: calc(50% - 2.5%);
    width: 5%;
  }
}

@media screen and (max-width: 768px) {
  h2.h2-news-title {
    font-size: 1.4em;
    margin-top: 40px;
  }
  h2.h2-news-title::after {
    width: 8%;
    left: calc(50% - 4%);
  }
  .detail-box {
    background: #ffffff61;
  }
  .bg-img.bg-img05 {
    bottom: 2px;
    right: -40px;
    width: 270px;
  }
  .bg-img.bg-img07 {
    width: 425px;
  }
}
/*# sourceMappingURL=page.css.map */