/*トップ動画*/
section.mv-wrap {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
section.mv-wrap {
height: 76vh;
	}
}
/*section.mv-wrap:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}*/
.mv-wrap video {
  position: absolute;
  z-index: 1;
  /*    width: auto;*/
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
/*トップページのh2*/
h2.top-h2 {
  position: relative;
margin-bottom: 18px;
}
h2.top-h2.mgb {
margin-bottom: 0;
}
h2.top-h2 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: left;
  color: #181818;
}
h2.top-h2 span.en.white {
  color: #fff;
}
h2.top-h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1; /*2.438*/
  text-align: left;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  h2.top-h2 {
    margin-bottom: 20px;
    width: 100%;
  }
  h2.top-h2 span.en {
    font-size: 42px;
    line-height: 1;
  }
  h2.top-h2 span.ja {
    list-style: 1;
  }
	
	h2.top-h2.white span.bgextend.subsp{
			height: 29px;
    line-height: 1;
    vertical-align: text-top;
	}

	
	
}
/*私たちの強み*/
.ourstrength-wrap {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .ourstrength-wrap {
    position: relative;
    padding-top: 12px;
    margin-top: 0;
    z-index: 3;
	  padding-bottom: 80px;
  }
  /*  .ourstrength-wrap:after {
    -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
    animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }*/
  .ourstrength-wrap:after {
    content: "";
    background: #005bac;
    width: 8px;
    /* height: calc(100% + 230px);*/
    /* height: 0;*/
    position: absolute;
    left: 13px;
    top: -53px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
   /* height: 320px;*/
	  height: 230px;
  }
}
div.top-ourstrength-catch {
  position: relative;
  padding-top: 152px;
  margin-top: -152px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  div.top-ourstrength-catch {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  div.all_border_title.sp-top-wrap {
    width: 320px;
    margin: 110px auto 0;
	  margin-top: 36px;
	  margin-left: 40px;
  }
  div.top-ourstrength-catch {
    width: 100%;
  }
	
	.spmt14{
		margin-top:14px;
	}
}
div.top-ourstrength-catch:after {
  -webkit-animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  animation: topMvTextBoxBorderMove 3s 1.5s ease infinite;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
div.top-ourstrength-catch:after {
  content: "";
  background: #005bac;
  width: 8px;
  /* height: calc(100% + 230px);*/
  /* height: 0;*/
  position: absolute;
  left: -51px;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 402.5px;
}
@media screen and (max-width: 768px) {
  div.top-ourstrength-catch:after {
    display: none;
  }
}
div.top-ourstrength-catch span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 98px;
  line-height: 1.156;
  text-align: left;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  div.top-ourstrength-catch span.en {
    font-size: 36px;
  }
}
div.top-ourstrength-catch span.en.white {
  color: #fff;
}
div.top-ourstrength-catch span.en.blue {
  color: #005bac;
}
div.top-ourstrength-catch span.small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 29px;
  letter-spacing: 0.02em;
  line-height: 1.345;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.top-ourstrength-catch span.small {
    font-size: 17px;
  }
}
h2.top-ourstrength-h2 {
  margin-top: 110px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2.top-ourstrength-h2 {
    margin-top: 50px;
    margin-bottom: 37px;
  }
}
h2.top-ourstrength-h2 span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25px;
  text-align: center;
  color: #005bac;
}
@media screen and (max-width: 768px) {
  h2.top-ourstrength-h2 span.ja {
    font-size: 16px;
  }
}
h2.top-ourstrength-h2 span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.733;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  h2.top-ourstrength-h2 span.en {
    font-size: 42px;
  }
}
h3.top-ourstrength-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.563;
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h3.top-ourstrength-h3 {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
p.top-ourstrength-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 26px;
text-align: justify;
  color: #fff;
  width: 594px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  p.top-ourstrength-txt {
    width: 88.3vw;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .flex.ourstrength-grid {
    width: 76.5vw;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    gap: 40px;
  }
}
ul.ourstrength-grid li {
  width: 320px;
}
ul.ourstrength-grid li .img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
}
ul.ourstrength-grid li p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.273;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  ul.ourstrength-grid li {
    width: 100%;
  }
  ul.ourstrength-grid li .img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  ul.ourstrength-grid li p {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 28px;
	  margin-top: 15px;
  }
}
/*スライダー*/
section.top-slider {
  background: #707070;
  padding-bottom: 80px;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
	section.top-slider {
		padding-bottom: 50px;
	}
	
}

/* ulタグ */
.scroll-list {
  display: flex;
  list-style: none;
  padding-inline: 0;
  margin-inline: 0;
  gap: 0;
  overflow: hidden;
  z-index: 3;
  bottom: 0;
	margin-bottom: 47px;
  /*  height: 280px;*/
  /*  height: 93px;*/
}
/* liタグ */
.scroll-list li {
  /*  line-height: 250px;*/
  text-align: left;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  white-space: nowrap;
  /*  padding: 0 45px 0 0;*/
  margin: 0 0 0;
  animation: marquee-left 64s linear infinite;
  line-height: 0.73;
}
.scroll-list li span {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 220px;
  line-height: 0.73;
}
@media screen and (max-width: 768px) {
  .scroll-list li span {
    font-size: 120px;
    /*  line-height: 0.73;*/
    line-height: 1;
  }
}
/* PCの時のフォントサイズ */
@media (min-width: 600px) {}
@media screen and (max-width: 768px) {
  .scroll-list li {
    font-size: 88px;
    height: 100%;
  }
}
/* アニメーション */
@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}
.topliner-slider .swiper.infinite-slider {
  width: 100%;
}
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
  width: 100%;
}
/* スライド */
.infinite-slider .swiper-slide {
/*  height: 320px !important; *//* 高さを指定 */
  width: auto !important;
	height: 320px;
}

@media screen and (max-width: 768px) {
	.infinite-slider .swiper-slide {
		height: auto;
	}
	.swiper-slide img {
  height: auto;
  width: 100%;
}
	.topliner-slider .swiper.infinite-slider {
  width: 100%;
		height: auto;
}
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
height: auto;
  width: 100%;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}
	
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}



/*cssのみのスライダー*/

@keyframes horizontal-animation {
  from {
   transform: translateX(-100%);
  }

  to {
     transform: translateX(0);
  }
}

.slider-container {
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 120s linear infinite;
}

.slide {
  width: 400px;
 /* margin-right: 20px;*/
}

.slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*@media (hover: hover) {
  .slider-container:hover .slider-wrapper {
    animation-play-state: paused;
  }
}*/
/**********************

お知らせ

***********************/
section.top-news-wrap {
  padding-top: 167px;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  section.top-news-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  section.top-news-wrap div.container {
    flex-wrap: wrap;
    width: 88.3vw;
    margin: 0 auto;
  }
}
.top-h2.topnews {
  margin-bottom: 39px;
}
@media screen and (max-width: 768px) {
  .top-h2.topnews {
    margin-bottom: 20px;
  }
}
ul.news-list {
  width: 692px;
	padding-top: 16px;
}
ul.news-list li a {
  display: flex;
}
ul.news-list li a span.date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.143;
  text-align: left;
  color: #707070;
}
ul.news-list li a div {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.125;
  text-align: left;
  color: #181818;
}
@media screen and (max-width: 768px) {
  ul.news-list {
    width: 100%;
    margin-top: 50px;
  }
  ul.news-list li a {
    flex-wrap: wrap;
    width: 100%;
  }
  ul.news-list li a span.date {
    display: block;
    width: 100%;
    margin-bottom: 15px;
	  line-height: 1;
  }
  ul.news-list li a div {
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.125;
    text-align: left;
    color: #181818;
  }
}
/**********************

会社情報

***********************/
section.top-companyinfo-wrap {
  padding: 90px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.top-companyinfo-wrap {
    padding: 80px 0 60px;
  }
  section.top-companyinfo-wrap .up.flex.container {
    flex-wrap: wrap;
    width: 88.3vw;
  }
}
div.white-line {
  background: #fff;
  width: 100%;
  height: 114px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  div.white-line {
    height: 210px;
  }
}
div.company-group {
  width: 1108px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  div.company-group {
    width: 88.3vw;
    flex-wrap: wrap;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
div.company-group ul.top-company-grid {
  margin-top: 48px;
}
div.company-group ul.top-company-grid li {
  width: calc(100% / 3);
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  div.company-group ul.top-company-grid {
    flex-wrap: wrap;
  }
  div.company-group ul.top-company-grid li {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.company-group ul.top-company-grid li a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
div.company-group ul.top-company-grid li:nth-child(odd) {
  background: #005bac;
}
div.company-group ul.top-company-grid li:nth-child(even) {
  background: #004cb3;
}
div.company-group ul.top-company-grid li .flex a {
  display: block;
  height: 100%;
}
div.company-group ul.top-company-grid li a div.flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 768px) {
  div.company-group ul.top-company-grid li a div.flex {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
div.company-group ul.top-company-grid li a div.flex span {
  display: block;
  width: 100%;
  text-align: center;
}
div.company-group ul.top-company-grid li a div.flex span.en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #181818;
}
div.company-group ul.top-company-grid li a div.flex span.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 39px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  div.company-group ul.top-company-grid li a div.flex span.en {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    padding-left: 110px;
  }
  div.company-group ul.top-company-grid li a div.flex span.ja {
    font-size: 21px;
    line-height: 39px;
    text-align: left;
    padding-left: 110px;
  }
}
.icon01 {
  width: 62.64px;
  height: 52.46px;
  margin-bottom: 13px;
}
.icon02 {
  width: 43.62px;
  height: 51.47px;
  margin-bottom: 13px;
}
.icon03 {
  width: 50.83px;
  height: 51.68px;
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .icon01 {
    position: absolute;
    width: 62.64px;
    height: 52.46px;
    left: 22px;
    margin-bottom: 0;
  }
  .icon02 {
    position: absolute;
    width: 43.62px;
    height: 51.47px;
    left: 32px;
    margin-bottom: 0;
  }
  .icon03 {
    position: absolute;
    width: 50.83px;
    height: 51.68px;
    left: 28px;
    margin-bottom: 0;
  }
}
.up.flex.container {
  align-items: flex-end;
}
.up.flex.container .btn01 {
  margin-bottom: 0;
}
.up.flex.container .btn01.mgb{
	margin-bottom: 16px;
}
/**********************

Service

***********************/
/*事業内容*/
/*section.service-wrap {
  padding-top: 120px;
  padding-bottom: 150px;
}*/
section.service-wrap {
  padding-top: 220px;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  section.service-wrap {
    padding-top: 75px;
    padding-bottom: 80px;
  }
  section.service-wrap .container.flex {
    flex-wrap: wrap;
    width: 88.3vw;
    flex-direction: column-reverse;
  }
}
.service-wrap .container .left {
  width: 420px;
}
.service-wrap .container .right {
  width: 496px;
}
@media screen and (max-width: 768px) {
  .service-wrap .container .left {
    width: 100%;
  }
  .service-wrap .container .right {
    width: 100%;
  }
}
.top-service-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: left;
  color: #181818;
  width: 402px;
  margin-bottom: 25px;
}
p.service-top-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.933;
text-align: justify;
	color: #181818;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top-service-h3 {
    font-size: 23px;
    width: 100%;
    margin-bottom: 20px;
  }
  p.service-top-txt {
    font-size: 15px;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    line-height: 26px;
  }
}
.service-wrap .container .right .img-01 {
  width: 100%;
}
.service-wrap .container .right .img-02 {
  width: 230px;
  height: 304px;
  position: absolute;
  top: -128px;
  right: -36px;
}
@media screen and (max-width: 768px) {
  .service-wrap .container .right .img-01 {
    width: 76.5%;
    margin: 49px auto 50px;
  }
  .service-wrap .container .right .img-02 {
    width: 130px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
/**********************

施工実績

***********************/
.top-works {
  padding: 160px 0 154.5px;
  background-image: url("../../aoi/image/top/works-back.jpg");
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 80px 0 80px;
    background-image: url("../../aoi/image/top/works-back-sp.jpg");
  }
}
.top-works:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
h2.slide-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
h2.slide-title {
font-size: 20px;
letter-spacing: 0.03em;
line-height: 30px;
	margin-bottom: 10px;
        margin-top: 18px;
}
}


div.slide-content p.year {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: left;
  color: #fff;
}
.card02 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
	div.slide-content p.year {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 28px;
  text-align: left;
  color: #fff;
	}
  .card02 {
    margin-top: 80px;
    padding-left: 5.85vw;
  }
}
.card02 .swiper {
  overflow: visible;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .card02 .swiper {
    width: 100%;
  }
}
.card02 .swiper-slide {
  width: 480px;
}
.top-works-title-wrap {
  align-items: end;
  margin-bottom: 84px;
}
@media screen and (max-width: 768px) {
  .top-works-title-wrap {
    width: 88.3vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
.swiper-controller-works.flex {
  position: static;
  margin-top: 80px;
  gap: 15px;
  align-items: center;
}

@media screen and (max-width: 768px) {
	.swiper-controller-works.flex {
		margin-top: 40px;
		padding-right: 5.85vw;
	}
	
}

.swiper-controller-works.flex .swiper-pagination {
  position: static;
  height: 2px;
}
.swiper-controller-works .swiper-button-next, .swiper-controller-works .swiper-button-prev {
  position: static;
  width: 51px;
  height: 51px;
  margin-top: 0;
}
.swiper-controller-works .swiper-button-next {
  background-image: url("../../aoi/image/top/next-arrow.svg");
	background-size: cover;
    background-repeat: no-repeat;
}
.swiper-controller-works .swiper-button-prev {
  background-image: url("../../aoi/image/top/prev-arrow.svg");
}
.swiper-controller-works .swiper-button-next:after, .swiper-controller-works .swiper-button-prev:after {
  display: none;
}
.swiper-controller-works .prev-next.flex {
  gap: 15px;
  align-items: baseline;
}
.swiper-controller-works.flex .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

/*slick*/
.topbusiness-slide-wrap {
  width: 100%;
  overflow: hidden;
}
.topbusiness-slide1 {
  width: 2928px;
}
.topbusiness-slide1 li {
  height: 360px;
}
.topbusiness-slide2 {
  width: 2928px;
}
.topbusiness-slide2 li {
  height: 360px;
}