@charset "UTF-8";
/* CSS Document */
.index-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /*&::before{
  	content: '';
  	width: 50%;
  	height: 100%;
  	background-color: #E5E5E5;
  	position: absolute;
  	left: 50%;
  	top: 0;
  	z-index: -100;
  }*/
}
@media screen and (max-width: 767px) {
  .index-wrapper {
    padding-top: 50px;
  }
}

.m-btn.is-close .labels .close,
.m-btn.is-open .labels .open,
.m-load.is-anim-loaded .border {
  display: none;
}

.m-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background: #000000;
}
.m-load .border {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  /*-webkit-transform: skewX(-40.89deg);
  transform: skewX(-40.89deg)*/
}
.m-load .border .inner {
  width: 100%;
  height: 0;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.5s linear;
}
.m-load .i {
  width: 200%;
  height: 200%;
  background: #FFFFFF;
  position: absolute;
  top: -50%;
  /*-webkit-transform: translate(0, 0) skewX(-40.89deg);
  transform: translate(0, 0) skewX(-40.89deg);*/
}
.m-load .i:nth-child(1) {
  right: 50%;
}
.m-load .i:nth-child(2) {
  left: 50%;
}

.m-load.is-anim-loaded {
  background: 0 0;
}
.m-load.is-anim-loaded .i {
  transition: transform cubic-bezier(0.05, 1, 0.125, 1) 1.5s;
}
.m-load.is-anim-loaded .i:nth-child(1) {
  /*-webkit-transform: translate(-50vw, -50vh) skewX(-40.89deg);
  transform: translate(-50vw, -50vh) skewX(-40.89deg);*/
  transform: translate(-50vw, -50vh);
}
.m-load.is-anim-loaded .i:nth-child(2) {
  /*-webkit-transform: translate(50vw, 50vh) skewX(-40.89deg);
  transform: translate(50vw, 50vh) skewX(-40.89deg);*/
  transform: translate(50vw, 50vh);
}

.l-visual {
  height: 100vh;
  position: relative;
  width: 100%;
  background-image: url("../images/index/main_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-container {
  /*max-width: 1100px;*/
  width: 55%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .main-container {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.main-container .copy {
  width: 100%;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .main-container .copy {
    font-size: 4vw;
    width: 90%;
    bottom: 10%;
    text-align: left;
  }
}

.main-copy {
  width: 45px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  .main-copy {
    width: 10vw;
    top: 5%;
  }
}
.main-copy img {
  display: block;
  width: 100%;
  height: auto;
}
.soil-logo {
  width: 172px;
  position: absolute;
  top: 25%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .soil-logo {
    width: 36vw;
    top: 57%;
    left: 6vw;
  }
}
.soil-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.soil-logo p {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.geocolor-logo {
  width: 161px;
  position: absolute;
  top: 21%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .geocolor-logo {
    width: 30vw;
    top: 56%;
    right: 6vw;
  }
}
.geocolor-logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.geocolor-logo p {
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

/* 地盤調査・地盤改良工事・その他工事 */
.survey,
.improvement,
.other {
  width: 100%;
  height: 550px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .survey,
  .improvement,
  .other {
    height: auto;
    margin-top: 0px;
  }
}
.survey .copy,
.improvement .copy,
.other .copy {
  width: 38px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
  -webkit-transform: translate(-25%, -50%);
}
@media screen and (max-width: 767px) {
  .survey .copy,
  .improvement .copy,
  .other .copy {
    display: none;
  }
}
.survey .copy img,
.improvement .copy img,
.other .copy img {
  width: 100%;
  height: auto;
  display: block;
}
.survey .box,
.improvement .box,
.other .box {
  display: block;
  width: 500px;
  height: auto;
  position: absolute;
  top: -50px;
  right: 10%;
  background: url("../images/index/line.png") repeat-x 0 0 #FFFFFF;
  padding: 60px 0px 30px;
  text-align: center;
  filter: drop-shadow(2px 2px 3px #333333);
}
@media screen and (max-width: 767px) {
  .survey .box,
  .improvement .box,
  .other .box {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 30px 0px 30px;
  }
}
.survey .box h2,
.improvement .box h2,
.other .box h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .survey .box h2,
  .improvement .box h2,
  .other .box h2 {
    font-size: 6vw;
  }
}
.survey .box h2 span,
.improvement .box h2 span,
.other .box h2 span {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 7px;
}
.survey .box p,
.improvement .box p,
.other .box p {
  font-size: 16px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .survey .box p,
  .improvement .box p,
  .other .box p {
    font-size: 3.47vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.survey .sp-image,
.improvement .sp-image,
.other .sp-image {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
}
.survey .sp-image img,
.improvement .sp-image img,
.other .sp-image img {
  width: 60vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
.survey .sp-image .survey,
.improvement .sp-image .survey,
.other .sp-image .survey {
  background: url("../images/index/survey_image.jpg") no-repeat center center;
  background-size: cover;
}
.survey .sp-image .improvement,
.improvement .sp-image .improvement,
.other .sp-image .improvement {
  background: url("../images/index/improvement_image.jpg") no-repeat center center;
  background-size: cover;
}

/* 地盤調査 */
.survey {
  background: url("../images/index/survey_image.jpg") no-repeat center center;
  background-size: cover;
}

/* 地盤改良工事 */
.improvement {
  background: url("../images/index/improvement_image.jpg") no-repeat center center;
  background-size: cover;
}
.improvement .copy {
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-75%, -50%);
  -webkit-transform: translate(-75%, -50%);
}
.improvement .box {
  left: 10%;
}

/* その他工事 */
.other {
  height: auto;
}
.other .box {
  width: 660px;
  margin: 0 auto;
  position: static;
  padding: 30px 0px;
  filter: drop-shadow(2px 2px 3px #999999);
}
@media screen and (max-width: 767px) {
  .other .box {
    width: 100%;
    position: static;
    margin: 0 auto;
    padding: 30px 0px 30px;
  }
}

/* 会社概要 */
.company {
  width: 100%;
  position: relative;
}
.company .image {
  width: 100%;
  height: 588px;
  background: url("../images/index/company_image.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .company .image {
    height: 200px;
  }
}
.company .box {
  display: block;
  width: 100%;
  min-height: 130px;
  text-align: center;
  background: #e3e3e3;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .company .box {
    height: auto;
    background-color: #E3E3E3;
    min-height: auto;
    padding: 25px 0;
  }
}
.company .box h2 {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .company .box h2 {
    font-size: 6vw;
  }
}
.company .box h2 span {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 7px;
}
.company .box p {
  font-size: 16px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .company .box p {
    font-size: 3.47vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

/* SDGs */
.sdgs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sdgs {
    width: 90%;
    margin-top: 50px;
  }
}
.sdgs img.sdgs-mark {
  display: block;
  width: 165px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs img.sdgs-mark {
    width: 25vw;
  }
}
.sdgs h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs h2 {
    font-size: 6vw;
  }
}
.sdgs h2 span {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 7px;
}
.sdgs p {
  font-size: 16px;
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sdgs p {
    font-size: 3.47vw;
  }
}
.sdgs h3 {
  font-size: 24px;
  text-align: center;
  background-color: #E3E3E3;
  padding: 15px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sdgs h3 {
    font-size: 5vw;
    padding: 10px 0;
  }
}
.sdgs .attempt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sdgs .attempt {
    flex-wrap: wrap;
  }
}
.sdgs .attempt div {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .sdgs .attempt div {
    width: 100%;
  }
}
.sdgs .attempt div h4 {
  font-size: 20px;
  text-align: center;
  border-bottom: 2px #BEBEBE solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sdgs .attempt div h4 {
    font-size: 4vw;
  }
}
.sdgs .attempt div p {
  text-align: left;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sdgs .attempt div p {
    font-size: 3.47vw;
  }
}
.sdgs .attempt div ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}
.sdgs .attempt div ul li img {
  width: 100%;
  height: auto;
  display: block;
}
.sdgs .attempt div:nth-child(n+3) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sdgs .attempt div:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs .attempt div + div {
    margin-top: 25px;
  }
}
.sdgs img.sdgs-logo {
  display: block;
  width: 600px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sdgs img.sdgs-logo {
    width: 100%;
  }
}

/* お問い合わせ */
.contact {
  width: 100%;
  position: relative;
}
.contact .image {
  width: 100%;
  height: 588px;
  background: url("../images/index/contact_image.png") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact .image {
    height: 200px;
  }
}
.contact .box {
  display: block;
  width: 100%;
  min-height: 494px;
  text-align: center;
  background: url("../images/index/company_contact_back.png") no-repeat center center;
  background-size: cover;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .contact .box {
    height: auto;
    background-color: #E3E3E3;
    min-height: auto;
    padding: 25px 0;
  }
}
.contact .box h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact .box h2 {
    font-size: 6vw;
  }
}
.contact .box h2 span {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
}
.contact .box p {
  font-size: 16px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .contact .box p {
    font-size: 3.47vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.contact .box p span.tel {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .contact .box p span.tel {
    font-size: 6vw;
  }
}

/* アクセス*/
.access {
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .access {
    margin-top: 50px;
  }
}
.access h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .access h2 {
    font-size: 6vw;
  }
}
.access h2 span {
  display: block;
  font-size: 14px;
  color: #9B9B9B;
}
.access p {
  font-size: 16px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .access p {
    font-size: 3.47vw;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.access .box {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .access .box {
    height: 250px;
  }
}
.access .box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* READ MOREボタン */
.more-btn {
  display: inline-block;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 14px 70px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .more-btn {
    width: 90%;
    padding: 14px 0px;
  }
}
.more-btn::after {
  content: url(../images/common/arrow_rw.png);
  transform: scale(0.26);
  position: absolute;
  top: -3px;
  right: 0;
}
.more-btn:hover {
  transition: 0.25s ease;
  background-color: #999999;
  color: #000000;
}/*# sourceMappingURL=index.css.map */