/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.mv {
  position: relative;
  z-index: 2;
}
.mv__box {
}
.mv__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  text-align: center;
  width: 100%;
}
.mv__movie {
  position: relative;
}
.mv__movie:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,51,102,0.6);
  display: block;
  width: 100%;
  height: 100%;
}
.mv__movie video {
  width: 100%;
  vertical-align: bottom;
}
.mv .scroll {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 40;
  width: 65px;
  height: 188px;
  pointer-events: none;
}
.mv .scroll span.txt {
  color: #fff;
  transform: rotate(90deg) translate(-100%, 0%);
  display: inline-block;
}
.mv .scroll span.arrow {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
}
.mv .scroll span.arrow::before {
  content: "";
  height: 160px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.about {
  background-color: #003366;
  position: relative;
  padding: 50px 0;
}
.about__box {
  position: relative;
  z-index: 1;
}
.about__ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.12rem;
  line-height: 1.6;
}
.about__txt {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 0.8rem;
}
.about__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/img_dec01.svg) no-repeat center/cover;
  pointer-events: none;
  opacity: 0.15;
}
.about::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 204, 255) 100%);
  pointer-events: none;
  opacity: 0.6;
}

.business {
  position: relative;
  padding: 50px 0;
}
.business__head {
  margin-bottom: 50px;
}
.business__head .c_heading {
  color: #003366;
  margin-bottom: 30px;
}
.business__head_txt {
  margin-bottom: 40px;
}
.business__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.business__item_img img {
  transition: all 0.5s;
}
.business__item_box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
.business__item_ttl {
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
}
.business__item_ttl::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  background-color: #fff;
  mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}
.business__item_txt {
  color: #fff;
}
.business__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgb(52, 52, 52) 100%);
  opacity: 0.51;
}

.company {
  padding-bottom: 50px;
}
.company__img {
  margin-top: 50px;
  padding-right: 20px;
}
.company .c_heading {
  margin-bottom: 30px;
}
.company__txt {
  margin-bottom: 40px;
  color: #fff;
}

.joinus {
  position: relative;
  padding-top: 50px;
  background-color: #003366;
  padding-bottom: 40px;
  padding-right: 20px;
}
.joinus::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 50%, rgb(0, 204, 255) 100%);
  pointer-events: none;
  opacity: 0.6;
}
.joinus .container_lg {
  margin-left: auto;
  margin-right: 0;
  padding-right: 0;
  z-index: 1;
  position: relative;
}
.joinus::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
  background: url(../images/top/img_dec02.svg) no-repeat right 0 /contain;
  pointer-events: none;
  opacity: 0.15;
}
.joinus .c_heading_wrap {
  position: relative;
  z-index: 1;
  transform: translate(0,50%);
}
.joinus__link {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.joinus__img {
  margin-bottom: 20px;
}
.joinus__ttl {
  margin-bottom: 17px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
.joinus__txt {
  color: #fff;
  margin-bottom: 20px;
}
.joinus .c_btn_wrap {
  margin-left: auto;
  max-width: 600px;
}

.news {
  margin-bottom: 60px;
}
.news__main {
  position: relative;
}
.news .c_heading {
  margin-bottom: 30px;
}
.news .c_heading__en ,
.news .c_heading__jp {
  color: #003366;
}
.news .c_news {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .mv__box {
  }
  .mv__ttl {
    font-size: clamp(2.7rem, 3.6vw , 4rem);
  }
  .mv__ttl .spec {
    display: inline;
  }
  .mv__txt {
    font-size: 1.5rem;
  }
  .mv .scroll {
    display: block;
  }
    .about {
    padding: clamp(6.25rem, 11.0576923077vw + 0.9423076923rem, 12rem) 0 clamp(6.25rem, 14.1826923077vw + -0.5576923077rem, 13.625rem);
  }
  .about__box {
    margin-left: auto;
  }
  .about__ttl {
    margin-bottom: 33px;
    font-size: 2rem;
  }
  .about__txt {
    margin-bottom: 85px;
    font-size: 1rem;
  }
  .about__btn {
    display: block;
  }
  .business {
    padding: clamp(5rem, 8.8942307692vw + 1.3557692308rem, 8rem) 0 100px;
  }
  .business .container {
    padding: 0;
    max-width: 100%;
  }
  .business__head {
    margin-bottom: 70px;
    padding: 0 20px;
  }
  .business__head .c_heading {
    margin-bottom: 50px;
  }
  .business__head_txt {
    margin-bottom: 50px;
  }
  .business__main {
    margin-top: 120px;
    padding-left: 20px;
  }
  .business__item {
    margin-bottom: 0;
    transition: all 0.5s;
  }
  .business__item_box {
    left: 40px;
    bottom: 46px;
  }
  .business__item_ttl {
    margin-bottom: 17px;
    font-size: 1.5rem;
  }
  .business__item_ttl::after {
    width: 16px;
    height: 14px;
  }
  .business__item_txt {
    max-width: 460px;
  }
  .business__item::before {
    height: 50%;
  }
  .company {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: clamp(6.25rem, 3.4855769231vw + 4.5769230769rem, 8.0625rem);
  }
  .company__img {
    margin-top: 0;
    margin-bottom: clamp(6.25rem, 4.8076923077vw + 3.9423076923rem, 8.75rem);
  }
  .company .c_heading {
    margin-bottom: 19px;
  }
  .company .c_heading__en {
    margin-bottom: 28px;
  }
  .company__box {
    max-width: 800px;
    margin-left: auto;
  }
  .company__txt {
    margin-bottom: 56px;
  }
  .joinus {
    padding-top: clamp(6.25rem, 4.3269230769vw + 4.1730769231rem, 8.5rem);
    padding-left: 100px;
    padding-bottom: 90px;
    padding-right: 0;
  }
  .joinus__link {
    margin-top: 0;
    margin-bottom: 0;
  }
  .joinus__img {
    margin-bottom: 60px;
  }
  .joinus__box {
    bottom: 240px;
    left: 40px;
  }
  .joinus .c_heading__en {
    font-size: 8rem;
    margin-left: -70px;
  }
  .joinus__txt {
    font-size: 1.1rem;
    line-height: 2.4;
    font-weight: 400;
    color: #fff;
  }
  .news {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 10%, rgba(0,51,102,1.00) 0%);
    background-color: #003366;
    margin-bottom: 0;
  }
  .news .container {
    margin-right: 0;
    padding: 120px 0 120px 90px;
    background-color: #fff;
  }
  .news__main {
    display: flex;
    justify-content: space-between;
  }
  .news .c_heading {
    position: relative;
    top: -22px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .news .c_news {
    width: 68.9655172414%;
    margin-bottom: 0;
    position: relative;
    top: -3px;
  }
  .news .c_btn_wrap {
    position: absolute;
    top: 189px;
    left: 0;
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .business__wrap {
    display: flex;
    flex-direction: row-reverse;
  }
  .business__head {
    width: 50%;
  }
  .business__main {
    width: 50%;
    padding-left: 0;
  }
  .business__item_box {
    left: 70px;
    width: calc(100% - 170px);
  }
  .joinus__box {
    left: 170px;
    width: calc(100% - 340px);
  }
  .joinus__abs {
    right: 160px;
  }
}
@media screen and (min-width: 1200px) {
  .business__head {
    padding-right: clamp(2.5rem, 11.25vw + -5.9375rem, 5.3125rem);
    padding-left: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .mv__box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mv__img {
    padding-left: calc(50% - 680px);
  }
  .company__img {
    padding-right: calc(50% - 580px);
  }
}
/*# sourceMappingURL=top.css.map */

