@charset "UTF-8";
/*============================
topのみの設定
============================*/
/*topのみ反転対応*******/
@media screen and (min-width: 992px) {
  .is-heroChange .header {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .is-heroChange .header .header-tel {
    color: #fff;
  }
  .is-heroChange .header .header-tel .tel,
  .is-heroChange .header .header-tel a {
    color: #fff;
  }
  .is-heroChange .header .globalNavi-links > li > a {
    color: #fff;
  }
  .is-heroChange .header .globalNavi-links > li > a:hover {
    cursor: pointer;
    color: #50C1EE;
  }
  .is-heroChange .header .globalNavi-links > li > a::before {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .is-heroChange #contents {
    padding-top: 0;
  }
}
/*topのみcontents パディング0*******/
@media screen and (min-width: 768px) {
  #contents {
    padding-top: 0;
  }
}
/*============================
topHero
============================*/
.topHero {
  position: relative;
}
.topHero .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.topHero .topHeroSlider-slideWrap {
  position: relative;
  background: #3B4043;
}
.topHero .topHeroSlider-pagination {
  display: flex;
  --swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  position: absolute;
  bottom: 80px !important;
  height: 5px;
  left: 0;
}
.topHero .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
}
.topHero .swiper-pagination-bullet-active {
  background-color: #EE7D50;
}
.topHero .swiper-slide {
  position: relative;
}
.topHero .imgArea {
  height: 70vh;
  min-height: 500px;
  position: relative;
}
.topHero .imgArea img {
  object-fit: cover;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  max-width: initial;
}

.topHero-inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .topHero .topHeroSlider-pagination {
    bottom: 100px !important;
    left: 25px !important;
  }
  .topHero .topHeroSlider-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
  .topHero .imgArea {
    height: 80vh;
    min-height: 600px;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.topHero .swiper-slide-prev .imgArea img,
.topHero .swiper-slide-active .imgArea img,
.topHero .swiper-slide-duplicate-active .imgArea img {
  animation-name: zoomUp;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}

.topHeroSlider-txtArea {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  font-family: "YakuHanMP", "Noto Serif JP", "Arial", "Meiryo", sans-serif;
}
.topHeroSlider-txtArea .catchcopy {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
}
.topHeroSlider-txtArea .txt {
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  line-height: 1.6;
}

@media screen and (min-width: 576px) {
  .topHeroSlider-txtArea .catchcopy {
    letter-spacing: 1px;
  }
  .topHeroSlider-txtArea .txt {
    letter-spacing: 1px;
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  }
}
@media screen and (min-width: 992px) {
  .topHeroSlider-txtArea {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
.scroll-line {
  position: absolute;
  right: 20px;
  bottom: 50px;
  width: 1px;
  height: 40px;
  background: #EE7D50;
  transition: all 1.4s;
  z-index: 1;
}
.scroll-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  background: rgb(255, 255, 255);
  -webkit-animation: lineMove 3s ease infinite;
  animation: lineMove 4s ease infinite;
}
.scroll-line span {
  position: absolute;
  top: -54px;
  left: -9px;
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #fff;
  transform: scale(1);
  transform-origin: left bottom;
  writing-mode: vertical-rl;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .scroll-line {
    right: 2vw;
    height: 90px;
    bottom: 50px;
  }
}
@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}
/* =========================================================
.topNews
========================================================= */
.topNews {
  background-color: #143149;
  padding: 0;
  position: absolute;
  top: -50px;
  right: 0;
  width: 90vw;
  z-index: 3;
}
.topNews .sectionTitle {
  flex: 0 1 auto;
  margin-bottom: 0px;
}
.topNews .sectionTitle .en {
  font-size: clamp(2rem, 2.4vw, 2.4rem);
  margin-bottom: 0px;
  color: #ffffff;
}

.topNews-inner {
  display: flex;
}

.topNews-list {
  flex: 1 1 auto;
}
.topNews-list .item .inner {
  padding: 0.8rem 0 0.8rem 1.6rem;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #ffffff;
  align-items: baseline;
}
.topNews-list .item .inner:hover {
  color: #50C1EE;
}
.topNews-list .item .inner .dt {
  margin-right: 1em;
}
.topNews-list .item .inner .dt span {
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.topNews-list .item .inner .hdg {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2;
}
.topNews-list .item .inner .hdg h3 {
  display: inline;
  margin-right: 1em;
}

@media screen and (min-width: 768px) {
  .topNews {
    padding: 16px 0 16px 16px;
  }
  .topNews-list {
    margin-bottom: 0;
  }
  .topNews-list .item .inner {
    flex-direction: row;
    padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  }
}
/* =========================================================
.topService
========================================================= */
.topService {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1182AF;
  color: #3B4043;
  background-color: #EDF2F5;
}

.topService-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1 1 auto;
}
.topService-inner .txt-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.topService-inner .txt-inner .sectionTitle {
  align-items: flex-start;
}
.topService-inner .txt-inner .sectionTitle .en {
  color: #3B4043;
}
.topService-inner .img-inner {
  width: 100%;
  overflow: hidden;
}
.topService-inner .img-inner .media {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-right: -40px;
}

@media screen and (min-width: 768px) {
  .topService {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .topService-inner {
    padding-left: 6vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .topService-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .topService-inner .txt-inner {
    margin-bottom: 80px;
  }
}
.topWorks {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.topWorks .swiper-slide {
  height: auto;
}
.topWorks .swiper-slide .cardItem {
  height: 98%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.topWorks .topWorksSlider-pagination {
  margin-bottom: 60px;
}
.topWorks .topWorksSlider-pagination .swiper-pagination-bullet {
  background-color: #1182AF;
  border-radius: 0;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.topWorks-inner {
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .topWorks {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
/* =========================================================
.topCompany
========================================================= */
.topCompany {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EDF2F5;
}

@media screen and (min-width: 768px) {
  .topCompany {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.topCompany-inner {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex: 1 1 auto;
}
.topCompany-inner .txt-inner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.topCompany-inner .txt-inner .sectionTitle {
  align-items: flex-start;
}
.topCompany-inner .img-inner {
  width: 100%;
  overflow: hidden;
}
.topCompany-inner .img-inner .media {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-right: -40px;
}

@media screen and (min-width: 768px) {
  .topCompany-inner {
    padding-left: 6vw;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .topCompany-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 30px;
  }
}
/* =========================================================
.topRecruit
========================================================= */
.topRecruit {
  position: relative;
  background-color: #143149;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;
}
.topRecruit .sectionTitle .en {
  color: #ffffff;
}
.topRecruit .inner {
  text-align: center;
  margin-bottom: 1.6rem;
}
.topRecruit .inner:first-of-type() {
  text-align: left;
}
.topRecruit .recruit-btn {
  position: relative;
  color: #ffffff;
  padding: 1.2em 30px;
  line-height: 1.2em;
  display: inline-block;
  font-size: 1.4rem;
  width: 100%;
  max-width: 250px;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}
.topRecruit .recruit-btn:hover {
  color: #3B4043;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .topRecruit {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .topRecruit .inner {
    margin-bottom: 0;
  }
  .topRecruit .recruit-btn {
    font-size: 1.4rem;
    min-width: 250px;
    width: auto;
  }
}
/* =========================================================
.topMessage
========================================================= */
.topMessage {
  position: relative;
  padding: 0;
  text-align: center;
  background-image: url("../images/top/back.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.topMessage::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
  top: 0;
  left: 0;
}

.topMessage-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.topMessage-inner h2 {
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  color: #ffffff;
  font-weight: 700;
}

/*# sourceMappingURL=top.css.map */