body {
  overflow: hidden
}

body #wrapper .contents main h1 {
  margin-top: 95px;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  color: #666666;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main h1 {
    margin-top: 50px;
    font-size: 1em
  }
}

body #wrapper .contents main .about {
  margin-top: 70px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about {
    margin-top: 40px
  }
}

body #wrapper .contents main .about .inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 125px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner {
    width: 100%;
    padding: 0
  }
}

body #wrapper .contents main .about .inner .about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list {
    display: block;
    width: 89.33333333333333%;
    margin: 0 auto
  }
}

  body #wrapper .contents main .about .inner .about__list .list__item {
  width: 460px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list .list__item {
    width: 100%
  }
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list .list__item+.list__item {
    margin-top: 50px
  }
}
body #wrapper .contents main .about .inner .about__list .list__item:nth-child(n+3) {
  margin-top: 88px
}

@media screen and (max-width: 950px) {
body #wrapper .contents main .about .inner .about__list .list__item:nth-child(n+3) {
    margin-top: 50px
  }
}


body #wrapper .contents main .about .inner .about__list .list__item figure {
  font-size: 0;
  line-height: 0
}

body #wrapper .contents main .about .inner .about__list .list__item h2 {
  margin-top: 16px;
  font-size: 1.25em;
  font-weight: bold;
  color: #666666;
  text-align: center;
  line-height: 1
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list .list__item h2 {
    margin-top: 14px;
    font-size: 0.9375em
  }
}

body #wrapper .contents main .about .inner .about__list .list__item .btn {
  margin-top: 16px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list .list__item .btn {
    margin-top: 12px
  }
}

body #wrapper .contents main .about .inner .about__list .list__item .btn a {
  position: relative;
  display: block;
  width: 300px;
  height: 40px;
  margin: 0 auto 0 auto;
  line-height: 40px;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #666666;
  background-color: #ffeb00;
  border-radius: 100px
}

@media screen and (max-width: 950px) {
  body #wrapper .contents main .about .inner .about__list .list__item .btn a {
    max-width: 300px;
    width: 89.55223880597015%;
    height: 33px;
    font-size: 0.875em;
    line-height: 33px
  }
}

body #wrapper .contents main .about .inner .about__list .list__item .btn a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  display: block;
  content: ''
}

body #wrapper .contents main .about .inner .about__list .list__item .btn a:hover {
  text-decoration: none
}
