/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　top_mv
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*
  .mainvisual-sp {
     display: none;
   } */

#mainvisual {
 width: 100vw;
 position: relative;
}

.mv_bg {
  width: 80%;
  margin: 100px auto;
  margin-right: 0;
  display: block;
}

.main_copy {
  margin: 100px auto;
}

.main_copy p {
 text-align: left;
 line-height: 2;
 font-size: 17px;
 color: #989898;
 position: absolute;
 left: 10%;
 top: 50px;
}

.main_copy img {
  position: absolute;
  left: 10%;
  top: 100px;
  width: 20%;
  height: auto;
  margin: 40px 0;
}


 /* ーーーータブレットーーーーーーーーーーーーーーーーーー */
 @media screen and (max-width: 1024px){
   .main_copy p {
     top: 50px;
   }

   .main_copy img {
     top: 100px;
   }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
	/* .mainvisual {
    display: none;
  } */

  /* .mainvisual-sp {
    display: block;
    width: 100vw;
  } */

  .main_copy img {
    width: 70%;
  }

  .main_copy p {
  }
}

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　concept
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#concept {
  margin-top: 160px;
  background-image: url("../img/top/image.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.concept_wrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 100px 0;
}

.h3_concept {
  font-size: 27px;
  font-weight: bold;
}

.concept_txt p {
  padding: 20px 0;
}

.concept_button {
  display: block;
  max-width: 320px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #D5E3E6;
  letter-spacing: 0.1rem;
  margin: 20px auto;
  text-decoration: none;
}

.concept_button:hover {
  color: #FFFFFF;
  background-color: #707070;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .concept_wrapper {
    margin-top: 100px;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .h3_concept {
    font-size: 18px;
  }

  .concept_txt p {
    padding: 12px 0;
    font-size: 14px;
  }
}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　top_about
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#top_about {
  margin-top: 160px;
  background-image: url("../img/top/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_about_wrapper {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto;
  margin-top: 200px;
  padding: 100px 0;
}

.col-2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.col-2_items {
  padding: 20px;
}

.about_branding {
  font-size: 27px;
  font-weight: bold;
}

.about_branding_txt {
  line-height: 1.6;
  padding: 12px 0;
}

.example_box {
  position: relative;
  padding: 40px;
  margin: 40px;
}

.example_box::before,
.example_box::after {
    position: absolute;
    width: 60px;
    height: 60px;
    content: '';
}

.example_box::before {
    border-left: solid 2px #D6E2E5;
    border-top: solid 2px #D6E2E5;
    top: 0;
    left: 0;
}

.example_box::after {
    border-right: solid 2px #D6E2E5;
    border-bottom: solid 2px #D6E2E5;
    bottom: 0;
    right: 0;
}

.example_txt_1 {
  font-size: 27px;
  font-weight: bold;
}

.example_txt_2 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
  line-height: 1.5;
}

.col-2-card {
  align-items: flex-start;
}

.services-items {
  background-color: #fff;
  border-radius: 27px;
  padding: 20px;
  width: 40%;
}

.services-title-e {
  display: block;
  width: 50%;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #707070;
  margin: 20px auto;
  font-family: 'Century Gothic', Futura, sans-serif;
  font-weight: lighter;
  letter-spacing: 2px;
}

.services-title {
  font-size: 20px;
  text-align: center;
}

.services-items img {
  height: auto;
  width: 100%;
  margin: 20px auto;
  display: block;
}

.services-text {
  font-size: 15px;
  width: 80%;
  display: block;
  margin: 0 auto;
  line-height: 1.6;
}

.service_button {
  display: block;
  max-width: 320px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  color: #707070;
  background-color: #D5E3E6;
  letter-spacing: 0.1rem;
  margin: 20px auto;
  text-decoration: none;
}

.service_button:hover {
  color: #FFFFFF;
  background-color: #707070;
}






/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .top_about_wrapper {
    width: 90%;
  }
}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .top_about_wrapper {
    margin-top: 0;
    padding: 0;
  }

  .col-2 {
    flex-direction: column-reverse;
  }

  .example_box {
    padding: 20px;
    margin: 0;
  }

  .example_txt_1 {
    font-size: 18px;
  }

  .example_txt_1 p {
    font-size: 14px;
  }

  .top_about_wrapper.col-2 {
    flex-direction: column;
  }

  .services-items {
    width: 80%;
    margin: 20px auto;
  }

}
