.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 66px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #927f3d;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/recruit/page.jpg) no-repeat top center;
  background-size: cover;
}

.read {
  padding-bottom: 60px;
}
.read .sec_ttl {
  font-weight: bold;
}
.read .txt {
  text-align: center;
}
.read .txt .link {
  display: block;
  margin-top: 15px;
  color: #927f3d;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.read .txt .link:hover {
  opacity: 0.7;
}
.read .txt .link .fas {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  margin-left: 20px;
}

.dec {
  background: url("../images/common/content_bg.jpg");
}

.dec_txt {
  text-align: center;
  margin-bottom: 40px;
}

.dec_list {
  padding: 40px 120px;
  background-color: #2d2d2d;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  .dec_list {
    padding: 40px 10%;
  }
}
@media screen and (max-width: 740px) {
  .dec_list {
    padding: 20px 5%;
  }
}
.dec_list dt {
  width: 5%;
  margin-bottom: 10px;
}
.dec_list dd {
  width: 95%;
  margin-bottom: 10px;
}

a.goTop {
  display: block;
  padding-top: 50px;
}/*# sourceMappingURL=privacy.css.map */