@charset "UTF-8";
/* レスポンシブ */
@media screen and (min-width: 560px) {
  .title h2 {
    font-size: 36px;
  }
  .contact-btn {
    display: block;
    width: 45%;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px 30px;
  }
  header .hero .hero-inner h1 {
    font-size: 40px;
  }
  header .hero .hero-inner h2 {
    font-size: 20px;
  }
  header .hero .hero-inner a {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  header .hero .hero-inner .sns {
    display: inline-block;
    font-size: 24px;
  }
  .about-wrapper {
    padding-bottom: 200px;
  }
  .about-wrapper .leaf01 {
    max-width: 230px;
  }
  .about-wrapper .about-contents .about-content-top .about-text .name {
    font-size: 20px;
  }
  .about-wrapper .about-contents .about-content-top .about-text .name .name-top {
    font-size: 28px;
  }
  .about-wrapper .about-contents .about-content-top .about-text p {
    font-size: 16px;
  }
  .about-wrapper .about-contents .about-text-sub {
    font-size: 16px;
  }
  .skill-wrapper .leaf02 {
    top: -130px;
    max-width: 220px;
  }
  .skill-wrapper .leaf03 {
    bottom: -170px;
    max-width: 220px;
  }
  .works-wrapper .works-container .works-inner .works-contents {
    padding-top: 120px;
  }
  .works-wrapper .works-container .works-inner .works-contents .works_img {
    height: 350px;
  }
  .works-wrapper .leaf04 {
    width: 40%;
    position: absolute;
    top: -5%;
    right: 0;
    max-width: 220px;
  }
  .contact-wrapper {
    padding: 100px 0;
  }
  .contact-wrapper .contact-contents p {
    font-size: 16px;
  }
  .contact-wrapper .contact-contents a {
    font-size: 25px;
  }
  .contact-wrapper .contact-contents form {
    width: 75%;
  }
  .contact-wrapper .contact-contents form div {
    font-size: 16px;
    padding: 15px 0;
  }
  .contact-wrapper .contact-contents form button {
    width: 45%;
    margin: 20px 0;
    padding: 15px 0;
  }
  .contact-wrapper .leaf05 {
    top: -5px;
    max-width: 220px;
    font-size: 16px;
  }
}

@media screen and (min-width: 760px) {
  .about-wrapper {
    padding-bottom: 250px;
  }
  .about-wrapper .title-left {
    padding-left: 0;
    text-align: center;
  }
  .about-wrapper .about-contents .about-content-top {
    text-align: center;
    position: relative;
    margin-top: 20px;
  }
  .about-wrapper .about-contents .about-content-top .about-text {
    width: 72%;
    margin: 0 30px 0 auto;
    padding: 30px;
    padding-left: 13%;
  }
  .about-wrapper .about-contents .about-content-top .about-text .name {
    font-size: 24px;
  }
  .about-wrapper .about-contents .about-content-top img {
    width: 35%;
    max-width: 290px;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .about-wrapper .about-contents .about-text-sub {
    margin-top: 20px;
    width: 58%;
    margin: 25px 0 0 auto;
    padding: 30px;
  }
  .about-wrapper .about-contents a {
    margin: 0 auto 0 0;
    margin-top: -100px;
    padding: 20px 0;
  }
}

@media screen and (min-width: 960px) {
  .about-wrapper {
    padding-bottom: 300px;
  }
  .about-wrapper .leaf01 {
    max-width: 300px;
  }
  .about-wrapper .about-contents .about-content-top .about-text {
    padding-left: 11%;
  }
  .about-wrapper .about-contents .about-content-top img {
    max-width: 320px;
  }
  .about-wrapper .about-contents .about-text-sub {
    width: 63%;
    margin: 40px 0 0 auto;
    padding: 30px;
  }
  .about-wrapper .about-contents a {
    margin: 0 auto 0 50px;
    margin-top: -50px;
    padding: 20px 0;
    width: 33%;
  }
  .skill-wrapper .leaf02 {
    top: -170px;
    max-width: 300px;
  }
  .skill-wrapper .leaf03 {
    bottom: -220px;
    max-width: 290px;
  }
  .service-wrapper {
    position: relative;
    z-index: 1;
    padding: 150px 20px;
    background-color: #fff;
  }
  .service-wrapper .service-contents {
    display: flex;
    justify-content: space-between;
  }
  .service-wrapper .service-contents .service-content {
    width: 32%;
    border: 1px solid #606060;
    margin: 50px 0;
    text-align: center;
    padding: 40px;
  }
  .service-wrapper .service-contents .service-content .service-inner .service-title {
    font-size: 20px;
  }
  .service-wrapper .service-contents .service-content .service-inner .service-text {
    text-align: left;
    margin: 0;
  }
  .works-wrapper .works-container {
    padding: 130px 0 200px;
  }
  .works-wrapper .works-container::before {
    height: 80%;
  }
  .works-wrapper .works-container .works-inner .works-contents {
    padding-top: 180px;
  }
  .works-wrapper .leaf04 {
    top: -6%;
    max-width: 290px;
  }
  .contact-wrapper .leaf05 {
    top: -5px;
    max-width: 290px;
    font-size: 16px;
  }
}
