@charset "utf-8";
/*ワットエイバードゥ*/
.what_e_do {
  padding: 100px 0;
}

.main_copy {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 1.5;
}

.what_img {
  max-width: 1000px;
  margin: 0 auto;
}

.what_img img {
  width: 100%;
}

.page_title {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 100px;
  letter-spacing: .04em;
}

.section_subtitle {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
	font-style: normal;
  font-size: 2rem;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .what_e_do {
    padding: 100px 0;
  }
  
  .main_copy {
    font-size: 2.3rem;
    margin-bottom: 60px;
  }
  
  .page_title {
    font-size: 3rem;
    margin-bottom: 80px;
  }
  
  .section_subtitle {
    font-size: 1.8rem;
  }
}

/*サービス*/
.service_inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.service_item {
  width: 18%;
}

.service_item img {
  width: 140px;
  height: 95px;
  display: flex;
  margin: 0 auto;
}

.service_item_title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0 30px;
}

.service_contents li {
  padding-bottom: 20px;
}

.service_contents li::before {
  content: "→";
  display: inline-block;
  padding-right: 5px;
  }

.service_tag_inner {
  background-color: #F8F8F8;
  padding: 100px 0;
  margin-bottom: 100px;
}

.service_tag {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 50px;
}

.service_tag:last-child {
  margin-bottom: 0;
}
.tag_title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.tag_txt {
  line-height: 1.6;
  letter-spacing: .07em;
}

.button {
  border-radius: 100px;
  box-shadow: -5px -5px 20px #fff,
  5px 5px 20px #babecc;
  transition: all .2s ease-in-out;
  cursor: pointer;
  padding: 20px 40px;
}

.button:hover {
  box-shadow: -2px -2px 5px #fff,
  2px 2px 5px #babecc;
}

@media screen and (max-width:768px) {
  .service_inner {
    flex-direction: column;
    margin-bottom: 100px;
  }
  
  .service_item {
    width: 100%;
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
  }

  .service_item:last-child {
    margin-bottom: 0;
  }

  .service_item_box {
    flex-direction: column;
  }
  
  .service_item img {
    width: 100px;
    height: 70px;
    margin: 0;
  }
  
  .service_item_title {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
  
  .service_contents li {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  
  .service_contents li::before {
    content: "→";
    display: inline-block;
    padding-right: 5px;
    }
  
  .service_tag_inner {
    background-color: #F8F8F8;
    padding: 100px 0;
    margin-bottom: 100px;
  }
  
  .service_tag {
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 50px;
  }
  
  .service_tag:last-child {
    margin-bottom: 0;
  }
  .tag_title {
    font-size: 2.6rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  .tag_txt {
    line-height: 1.6;
    letter-spacing: .07em;
  }
  
  .button {
    border-radius: 100px;
    box-shadow: -5px -5px 20px #fff,
    5px 5px 20px #babecc;
    transition: all .2s ease-in-out;
    cursor: pointer;
    padding: 20px 40px;
  }
  
  .button:hover {
    box-shadow: -2px -2px 5px #fff,
    2px 2px 5px #babecc;
  }
}