@charset "UTF-8";

#service {
  margin: 0;
  padding: 0;
}

#service {
  display: block;
  width: 100%;
}

header .logo, header .logo a {
  color: #585858;
  font-size: clamp(6rem, 1vw, 8rem);
}

.contents-blk {
  position: relative;
  margin-top: 240px;
  width: 100%;
}

.contents-blk h1 {
  position: relative;
  text-align: left;
  font-weight: normal;
  color: #585858;
}

.contents-blk h1 {
  margin-left: 240px;
  font-size: clamp(3.2rem, 3vw, 4.8rem);
}

.contactbtn {
  font-size: clamp(1.4rem, 1vw, 1.6rem);
  color: #585858;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.05em;
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
  border: 1px solid #585858;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 50px;
}

.wrapper .contactbtn {
  margin: 0 40px;
}

#graphic .graphic-blk {
  display: flex;
  padding-left: 10px;
  align-items: center;
}

#graphic h1 {
  position: relative;
  margin: 80px 0 0 240px;
  text-align: left;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: normal;
  color: #585858;
}

#graphic .wrapper {
  margin-top: auto;
  height: auto;
}

#graphic a .contactbtn {
  position: absolute;
}

#graphic a:hover {
  color: #d6d6d6;
  font-weight: normal;
}

#graphic p {
  text-align: left;
  margin: 40px 0 0 240px;
  line-height: 40px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}

#web .web-blk {
  display: flex;
  padding-left: 10px;
  align-items: center;
  padding: 80px 0 0;
}

#web h1 {
  position: relative;
  margin: 80px 0 0 240px;
  text-align: left;
  font-size: clamp(2.4rem, 3vw, 3.6rem);
  font-weight: normal;
  color: #585858;
}

#web .wrapper {
  margin-top: auto;
  height: auto;
}

#web a .contactbtn {
  position: absolute;
}

#web a:hover {
  color: #d6d6d6;
  font-weight: normal;
}

#web p {
  text-align: left;
  margin: 40px 0 320px 240px;
  line-height: 40px;
  font-size: clamp(1.4rem, 1vw, 1.6rem);
}

/*----------スマフォ----------*/
@media screen and (max-width: 640px) {
  #service .contents-blk {
    margin-top: 120px;
    padding: 4%;
    width: 94%;
    overflow: hidden;
  }

main {
  margin-bottom: 240px;
}

  br {
    display: none;
  }

  #service .contents-blk h1 {
    position: relative;
    margin: 0 20px;
    text-align: left;
  }

  #service .contactbtn {
    width: 50px;
    height: 50px;
    margin: 0 0 -10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #graphic {
    margin-top: 80px;
    position: relative;
    text-align: left;
  }

  .graphic-blk h1 {
    position: relative;
    margin: 0 20px;
    line-height: 24px;
  }

  #graphic p {
    text-align: left;
    margin: 40px 20px 0 20px;
  }

  #web {
    margin-top: 80px;
    position: relative;
    text-align: left;
  }

  .web-blk h1 {
    position: relative;
    margin: 0 20px;
    line-height: 24px;
  }

  #web p {
    text-align: left;
    margin: 40px 20px 160px 20px;
  }
}
