main {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}

#wrapper {
  overflow: hidden;
}

section .inner {
  width: 1080px;
  margin: 0 auto;
}

.inner {
  width: 1080px;
  margin: 0 auto;
}

/*-----------------------------------------------------------------
xxx
-----------------------------------------------------------------*/
#slider {
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 450px;
  overflow: visible;
  z-index: 1;
}
#slider .swiper-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3240px;
  padding: 0;
  position: relative;
  overflow: visible;
  z-index: 1;
  height: 100%;
}
#slider .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}

#top-banners {
  margin-top: 10px;
}
#top-instagram {
  margin-top: 32px;
}
#top-instagram .title {
  display: flex;
  justify-content: center;
}
#top-instagram .title img {
  height: 38px;
}
#top-instagram .list {
  margin-top: 32px;
}
#top-instagram .list ul {
  display: flex;
}
#top-instagram .list ul li {
  width: 166px;
  height: 166px;
}
#top-instagram .list ul li + li {
  margin-left: 16.8px;
}
#top-instagram .list ul li a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  image-rendering: crisp-edges;
}
#top-instagram .link {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}
#top-instagram .link a {
  height: 35px;
  border-radius: 17.5px;
}

.top-boxes .box + .box {
  margin-top: 30px;
}

#top-construction {
  background: url(../img/top/sec02-construction.png) center top no-repeat;
  height: 560px;
  padding-top: 438px;
}
#top-construction .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#top-construction .link {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
#top-construction .link a {
  width: 380px;
  height: 50px;
  border-radius: 25px;
  background-color: #692500;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#top-construction .link a::before {
  right: 20px;
  border-left: 14px solid #ffd800;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#top-results h2 {
  background-color: #009000;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 10px;
}
#top-results .copy {
  margin-top: 37px;
  font-size: 4.55rem;
  font-weight: 900;
  text-align: center;
  color: #006100;
}
#top-results .copy small {
  font-size: 3.75rem;
}
#top-results .list {
  margin-top: 27px;
}
#top-results .list ul {
  display: flex;
  flex-wrap: wrap;
}
#top-results .list ul li {
  width: 190px;
  margin-left: 22px;
}
#top-results .list ul li:nth-of-type(4n + 1) {
  margin-left: 0;
}
#top-results .list ul li:nth-of-type(n + 5) {
  margin-top: 30px;
}
#top-results .list ul li .img {
  width: 190px;
  height: 190px;
}
#top-results .list ul li .title {
  margin-top: 8px;
}
#top-results .list ul li .title a {
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: bold;
  text-align: left;
  color: #0048dc;
}
#top-results .link {
  margin-top: 33px;
  display: flex;
  justify-content: center;
}
#top-results .link a {
  width: 380px;
  height: 50px;
  border-radius: 25px;
  background-color: #009000;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#top-results .link a::before {
  right: 20px;
  border-left: 14px solid #ffd800;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#top-voice {
  height: 690px;
  background: url(../img/top/sec02-voice.png) center top no-repeat;
  position: relative;
}
#top-voice .link {
  position: absolute;
  top: 40px;
  left: 393px;
}
#top-voice .link a {
  width: 192px;
  height: 35px;
  background-color: #ff7529;
  border-radius: 17.5px;
  font-size: 2.2rem;
}

#top-company {
  margin-top: 53px;
  height: 922px;
  background: url(../img/top/sec02-company.png) center top no-repeat;
  position: relative;
  padding-top: 180px;
}
#top-company::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/line01.png) center top repeat-x;
  width: 100%;
  height: 20px;
  top: -20px;
}
#top-company .imgs {
  display: flex;
  justify-content: center;
}
#top-company .imgs .img + .img {
  margin-left: 14px;
}
#top-company .map {
  margin: 20px auto 0;
  width: 790px;
  text-align: right;
}
#top-company .map iframe {
  width: 790px;
  height: 380px;
  background-color: #bcbcbc;
}
#top-company .map a {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 2px;
  font-size: 1.8rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
#top-company .link {
  display: flex;
  justify-content: center;
}
#top-company .link a {
  width: 380px;
  height: 50px;
  border-radius: 25px;
  background-color: #ffd800;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#top-company .link a::before {
  right: 20px;
  border-left: 14px solid #168505;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

#top-area {
  margin-top: 53px;
  background-color: #e0eded;
}
#top-area h2 {
  background-color: #00908b;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding: 10px;
}
#top-area .content {
  background-color: #e0eded;
  padding: 20px;
  display: flex;
}
#top-area .img {
  width: 380px;
}
#top-area .info {
  width: 380px;
  margin-left: 20px;
}
#top-area .info h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  color: #333;
}
#top-area .info p {
  margin-top: 14px;
  font-size: 1.8rem;
  line-height: 1.56;
}
#top-area .info p + h3 {
  margin-top: 20px;
}

#top-recruit {
  background: url(../img/top/sec02-recruit.png) center top no-repeat;
  width: 100%;
  height: 210px;
  position: relative;
}
#top-recruit .link {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 152px;
  left: 290px;
}
#top-recruit .link a {
  width: 192px;
  height: 35px;
  border-radius: 17.5px;
  background-color: #ffd800;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
#top-recruit .link a::before {
  right: 10px;
  border-left: 9px solid #333;
}