@charset "utf-8";
/* CSS Document */
.main {
  padding-top: 120px;
}
@media(min-width:480px) {
  .main {
    padding-top: 80px;
  }
}
.section-top__image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  background-image: url("../images/onetoone.webp");
  background-position: bottom;
  background-size: auto 100%;
  background-repeat: no-repeat; /*リピート表示しない*/
  position: relative;
}
.section-top__image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
}
.section-top h2 {
  position: absolute;
  top: 30px;
  left: 24px;
  font-size: 2.6rem;
  line-height: 3.9rem;
  color: #FFF;
  text-align: left;
}
.section-top__image span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media(min-width:480px) {
  .section-top__image {
    height: 480px;
    background-size: cover;
    background-position-y: 30%;
  }
  .section-top h2 {
    font-size: 4.0rem;
    top: 140px;
    left: 140px
  }
  .section-top__image span {
    font-size: 2.4rem;
  }
}
.section-top__tittle {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section-top__list1, .section-top__list2 {
  width: 164px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 60px;
}
.section-top__list1,.section-top__list2 {
  background-color: #FFF;
  color: #D78521;
}
.section-top__list1{
    background-color: #D78521;
  color: #FFF;
  border-radius: 20px 0 0 0;
}
.section-top__list2 {
  border-radius: 0 20px 0 0;
}
.group-button{
  text-decoration: none;
}
.section-content {
  max-width: 327px;
  margin: 0 auto 120px;
  padding: 0 24px 60px;
  background-color: #FFF;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.section-content h3 {
  padding: 30px 0;
  color: #D78521;
}
.section-content ul, .border {
  padding-bottom: 30px;
  border-bottom: 1px solid #D78521;
}
.section-content ul li {
  font-size: 1.6rem;
  text-align: left;
  list-style: none;
}
.section-content p {
  font-size: 1.6rem;
  text-align: left;
}
.center {
  font-size: 1.6rem;
}
@media(min-width:480px) {
  .section-top__list1, .section-top__list2 {
    width: 483px;
    font-size: 2.4rem;
  }
  .section-content {
    max-width: 966px;
    padding: 0 60px 60px;
  }
  .section-content h3 {
    padding: 60px 0 30px;
    text-align: left;
    font-size: 2.4rem;
  }
  .section-content ul, .border {
    padding-bottom: 60px;
  }
  .section-content ul li, .section-content p {
    font-size: 2.0rem;
    line-height: 3.5rem;
  }
  .center {
    font-size: 2.0rem;
    line-height: 3.5rem;
    text-align: left;
  }
  .center span{
    margin-right: 10px;
  }
}