/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　Branding for Company
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.page_title {
  margin-top: 160px;
  background-image: url("../img/services/title.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 40px 0
}

.title_e {
  font-size: 27px;
  font-family: 'Century Gothic', Futura, sans-serif;
  color: #fff;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 0.2);
  font-style: italic;
  letter-spacing: 0.1rem;
}

.title_j {
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 3px 6px rgb(0 0 0 / 0.2);
}

.about_branding {
  max-width: 1200px;
  width: 70%;
  text-align: left;
  display: block;
  margin: 100px auto;
}

.txt_1 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  line-height: 2.4;
  letter-spacing: 2px;
}

.txt_2 {
  font-size: 15px;
  padding: 20px 0;
}

.list_box {
  border: 1px solid #E8F1F2;
  padding: 20px;
  margin: 40px auto;
  display: block;
  width: 50%;
  letter-spacing: 2px;
  line-height: 2;
}

.list_wrap {
}

.list::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 14px;
  background-color: #D5E3E6;
}

.for_contact {
  text-align: center;
  display: block;
  margin: 0 auto;
}

.contact_button {
  display: block;
  max-width: 320px;
  font-size: 18px;
  text-align: center;
  padding: 1em 4em;
  color: #fff;
  background-color: #444444;
  letter-spacing: 0.2rem;
  margin: 0 auto;
  text-decoration: none;
}

.concept_button:hover {
  color: #444444;
  background-color: #fff;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){


}


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

  .title_j {
    font-size: 22px;
  }

  .about_branding {
    width: 80%;
    margin: 100px auto 0;
  }

  .txt_1 {
    font-size: 16px;
    padding: 0;
  }

  .txt_2 {
    font-size: 13px;
    padding: 12px 0;
  }

  .list_box {
    width: 70%;
  }

  .list_box li {
    font-size: 14px;
  }

  .contact_button {
    font-size: 16px;
    width: 70%;
  }

}











/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　scope
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#scope {
  max-width: 1200px;
  width: 80%;
  margin: 160px auto;
}

#scope h2 {
  font-size: 30px;
}

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

.col-2:nth-child(odd) {
  flex-direction: row-reverse;
}

.col-2_items {
  width: 50%;
  padding: 30px
}

.scope_txt_1 {
  font-size: 18px;
}

.scope_txt_2 {
  font-size: 24px;
}

.scope_txt_3 {
  font-size: 15px;
  padding: 12px 0 0 0;
}

.example_box {
  background-color: #E8F1F2;
  padding: 40px;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 2;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .col-2, .col-2:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .col-2_items {
    width: 80%;
  }
}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  #scope {
    width: 90%;
    margin: 100px auto;
  }

  #scope h2 {
    font-size: 26px;
  }

  .scope_txt_1 {
    font-size: 14px;
  }

  .scope_txt_2 {
    font-size: 22px;
  }

  .scope_txt_3 {
    font-size: 14px;
  }

  .example_box {
    padding: 20px;
    font-size: 14px;
  }

}


/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
　　　why
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#why {
  margin-top: 160px;
  background-image: url("../img/services/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 20px;
}

.h3_q {
  margin: 40px auto 40px 10%;
  font-size: 20px;
  font-weight: bold;
  padding-top: 100px;
  text-align: left;
  letter-spacing: 2px;
}

.why_wrapper {
  width: 80%;
  margin: 100px auto;
  max-width: 1200px;
}

.col-3 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.col-3-items img {
  width: 70%;
}

.img_sp {
  display: none;
}

.value_img {
  width: 40%;
  margin: 50px;
}

.box {
  background-color: #fff;
  padding: 40px;
  letter-spacing: 2px;
  line-height: 2;
  position: relative;
}

.box .caption {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  font-size: 1em;
  padding: 0 2em;
  margin: 0;
  background-color: #444444;
  transform: translateY(-50%) translateX(-50%);
}

.box .caption_2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #444;
  font-size: 1em;
  padding: 1em 2em;
  margin: 0;
  background-color: #CEE0E5;
  transform: translateY(-50%) translateX(40%);
}

.contents {
  text-align: left;
}

.underline {
  text-decoration: underline;
  padding-top: 40px;
}

.contents_p {
  padding-left: 40px;
  line-height: 1.6;
}

.value p {
  font-size: 18px;
  margin: 72px 0;
}

.value p span {
  font-size: 14px;
}

/* ーーーータブレットーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 1024px){
  .col-3 {
    align-items: flex-start;
  }

  .col-3-items img {
    width: 60%;
    margin-top: 100px;
  }

  .box {
    padding: 20px;
  }

  .value_img {
    width: 70%;
  }

}

/* ーーーースマホーーーーーーーーーーーーーーーーーーーー */
@media screen and (max-width: 520px) {
  .col-3 {
    flex-direction: column;
    align-items: center;
  }

  .col-3-items img {
    margin-top: 40px;
  }

  .img_pc {
    display: none;
  }

  .img_sp {
    display: block;
    margin: 40px auto;
  }

  .value p {
    font-size: 14px;
    margin: 56px 0;
  }

  .value_img {
    width: 100%;
    margin: 40px auto;
  }

  .box {
    font-size: 14px;
  }

}
