@charset "UTF-8";
.main-visual {
  background-image: url(../img/pickup/main01.jpg);
}

.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1120px;
  margin: 0 auto 120px;
}

.area .box h3 {
  margin: 0 0 20px 0;
}

.area .box p {
  margin: 0 0 40px 0;
}

.area .box p span {
  color: #20b378;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.area .box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.area .box .container .btn {
  position: relative;
  width: 240px;
  margin: 0 25px 0 0;
  text-align: center;
  background-color: #20b378;
}

@media screen and (max-width: 767px) {
  .area {
    display: block;
    width: 100%;
    margin: 0 auto 90px;
    text-align: center;
  }
  .area .box {
    width: 90%;
    margin: 0 auto;
  }
  .area .box h3 {
    text-align: left;
  }
  .area .box p {
    margin: 0 0 20px 0;
  }
  .area .box p span {
    font-size: 14px;
  }
  .area .box .container .btn {
    position: relative;
    width: 38vw;
    margin: 0 auto 40px;
    text-align: center;
    background-color: #20b378;
  }
  .area img {
    width: 70%;
  }
}

@media screen and (max-width: 414px) {
  .area {
    margin: 0 auto 60px;
  }
  .area .box p span {
    font-size: 13px;
  }
}

.item {
  width: 1120px;
  margin: 0 auto 90px;
}

.item > p {
  margin: 0 0 40px 0;
  text-align: center;
}

.item .btn {
  position: relative;
  width: 360px;
  margin: 0 auto 60px;
  text-align: center;
  background-color: #20b378;
}

.item > img {
  margin: 0 0 60px 0;
}

.item .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item .container .box {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
}

.item .container .box img {
  margin: 0 0 30px 0;
}

.item .container .box h3 {
  margin: 0 0 15px 0;
  color: #20b378;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .item {
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
  }
  .item > p {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
  }
  .item .btn {
    position: relative;
    width: 50vw;
    margin: 0 auto 60px;
    text-align: center;
    background-color: #20b378;
  }
  .item > img {
    display: none;
  }
  .item .container {
    display: block;
  }
  .item .container .box {
    width: 80%;
    margin: 0 auto;
  }
  .item .container .box img {
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 0 0 20px 0;
  }
  .item .container .box p {
    margin: 0 0 45px 0;
  }
}

@media screen and (max-width: 414px) {
  .item {
    margin: 0 auto 45px;
  }
  .item > p {
    margin: 0 auto 30px;
  }
  .item .container {
    display: block;
  }
  .item .container .box {
    width: 90%;
  }
  .item .container .box img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .item .container .box h3 {
    margin: 0 0 10px 0;
  }
  .item .container .box p {
    margin: 0 0 30px 0;
  }
}
/*# sourceMappingURL=pickup.css.map */