@charset "UTF-8";

.mv {
  overflow: hidden;
  padding-top: 106px;
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 64px;
  }
}

/*---------------------*/
/* ABOUT */
.top-about {
  padding: 60px 0;
}
.top-about .text {
  margin-bottom: 50px;
}
.top-about .text p {
  font-size: 22px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .top-about .text p {
    font-size: 18px;
  }
}
  @media screen and (max-width: 540px) {
    .top-about {
      padding: 30px 0;
    }
    .top-about .text {
      margin-bottom: 30px;
    }
    .top-about .text p {
      font-size: 16px;
    }
}
@media screen and (max-width: 420px) {
  .top-about .text p {
    font-size: 14px;
  }
}

/* SERVICE */
.top-service {
  padding-bottom: 90px;
}
.top-service .textarea p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}
.service-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
.service-list li {
  flex: 1;
  text-align: center;
  padding-bottom: 40px;
}
.service-list li img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.service-list li h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  padding: 30px 0;
}
.service2 h3 {
  margin-top: 20px !important;
  margin-bottom: 26px !important;
}
.service3 h3 {
  color: #000 !important;
}
.service1 {
  background-color: #E3007F;
}
.service2 {
  background-color: #0D38AD;
}
.service3 {
  background-color: #FFCE00;
}
.button-go a {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  width: 90px;
  margin: 0 auto;
  transition: transform 0.3s ease;
  font-family: arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.button-go a:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 960px) {
  .top-service .textarea p {
    font-size: 20px;
  }
  .service-list {
    gap: 2%;
  }
  .service-list li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-list {
    flex-wrap: wrap;
  }
  .service-list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 540px) {
  .top-service {
    padding-bottom: 40px;
  }
  .service-list li {
    flex: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 20px 30px
  }
  .service1 {
    order: 3;
  }
  .service2 {
    order: 1;
  }
  .service3 {
    order: 2;
  }
  .service-list li h3 {
    padding: 10px 0;
  }
  .top-service .textarea p {
    font-size: 16px;
  }
  .service2 h3 {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}

/* PEACH AUTO */
.top-peach {
  background-color: #F2F2F2;
  padding: 150px 0;
}
.top-peach h3 {
  font-size: 34px;
  margin-bottom: 40px;
  line-height: 1.4;
}
.peach-content ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  list-style: none;
  padding: 0;
}
.peach-content li {
  text-align: center;
  border: 3px solid #fff;
  padding: 40px 20px 20px;
}
.peach-content li img {
  max-width: 100%;
  height: 150px;
  width: auto;
  margin-bottom: 20px;
}
.peach05-li img {
  height: 120px !important;
  margin-bottom: 50px !important;
}
.peach-content li h4 {
  margin-top: 0;
  font-size: 34px;
  margin-bottom: 10px;
}
.peach-content li p {
  font-size: 18px;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .top-peach h3 {
    font-size: 20px;
  }
  .peach-content li h4 {
    font-size: 24px;
  }
  .peach-content li img {
    height: 110px;
  }
  .peach05-li img {
    height: 90px !important;
    margin-bottom: 40px !important;
  }
  .peach-content ul {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .peach-content ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .top-peach {
    padding: 60px 0 100px;
  }
  .top-peach h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .peach-content li {
    padding: 30px 20px 10px;
  }
  .peach-content li h4 {
    font-size: 20px;
  }
  .peach-content li p {
    font-size: 16px;
  }
  .peach-content li img {
    height: 70px;
  }
  .peach05-li img {
    height: 60px !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 420px) {
  .peach-content li {
    padding: 20px 10px 10px;
  }
  .peach-content li p {
    font-size: 14px;
  }
}

/* instagram */
.top-instagram {
  padding: 100px 0;
}
@media screen and (max-width: 540px) {
  .top-instagram {
    padding: 60px 0 100px;
  }
}

