@charset "utf-8";

/*
  File Name   : about.css
  Description : トゥエンティーワンコミュニティで働くということ
*/

/* article
============================================================ */
.article-header {
  height: 348px;
  background: url(../img/restaurant/about/bg-header-01.jpg) no-repeat center center;
  background-size: cover;
}
.article-header__ttl {
  margin-top: 90px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 7px rgba(0, 0, 0, .35);
}

/* title-01
============================================================ */
.title-01 {
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}


/* person
============================================================ */
.person {
  padding-top: 50px;
}
.person__ttl {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #822627;
  text-align: center;
}
.person__copy {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.05em;
}
.person__copy-sub {
  margin-top: 1em;
  font-size: 20px;
  text-align: center;
}
.person-list {
  margin-top: 60px;
  padding: 35px;
  border: 15px solid #822627;
}
.person__item + .person__item {
  margin-top: 40px;
}
.person__item dt {
  margin-bottom: 1em;
}
.person__num {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  margin-right: .75em;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #822627;
}
.person__item dt strong {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}


/* recommend
============================================================ */
.recommend {
  padding-top: 85px;
}
.recommend__item {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #c1c1c1;
}
.recommend__item > * {
  display: table-cell;
}
.recommend__caption {
  width: 215px;
  vertical-align: top;
}
.recommend__caption p {
  position: relative;
  height: 150px;
  line-height: 1.5;
  padding-top: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #822627;
}
.recommend__caption p:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 28px;
  height: 28px;
  background: url(../img/restaurant/about/icon-check-01.png) no-repeat center center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recommend__caption span {
  position: relative;
  top: 50%;
  display: inline-block;
  text-align: left;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.recommend__txt {
  padding: 0 15px;
  vertical-align: top;
}
.recommend__txt dt {
  line-height: 1.3;
  margin-bottom: .25em;
  font-size: 20px;
  font-weight: bold;
}
.recommend__txt dd p + p {
  margin-top: 1.5em;
}


/* carrier-up
============================================================ */
.carrier-up {
  padding-top: 60px;
}
.carrier-up__copy {
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.carrier-up__caption {
  display: inline-block;
  padding: 0 1.5em .75em 0;
  margin-top: 40px;
  font-size: 22px;
  border-bottom: 2px solid #822627;
}
.carrier-up-content {
  margin-top: 60px;
}
.carrier-up-history {
  position: relative;
  float: left;
  width: 46.04%;
  z-index: 0;
}
.carrier-up-history:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 37px;
  width: 0;
  height: 100%;
  border-left: 2px solid #c9c9c9;
  z-index: -1;
}
.carrier-up-history__item {
  line-height: 1.6;
  padding: 13px;
  font-size: 16px;
  color: #fff;
  background: #822627;
}
.carrier-up-history__item + .carrier-up-history__item {
  margin-top: 40px;
}
.carrier-up-history__item dl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.carrier-up-history__item dl > * {
  display: table-cell;
  vertical-align: top;
}
.carrier-up-history__item dt {
  width: 4.5em;
}
.carrier-up__figure {
  float: right;
  width: 47.73%;
}
.carrier-up-skill {
  margin-top: 30px;
  font-size: 16px;
  color: #606060;
}


/* merit
============================================================ */
.merit {
  padding: 100px 0 70px;
}
.merit__item + .merit__item {
  margin-top: 60px;
}
.merit__txt {
  float: left;
  width: 50.5%;
}
.merit__txt dt {
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: bold;
}
.merit__txt dt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.5em;
  height: 0;
  border-bottom: 2px solid #822627;
}
.merit__figure {
  float: right;
  width: 47.73%;
}


@media screen and (max-width: 1023px) {
  .about-list {
    width: 640px;
  }
  .about-list ul {
    display: block;
  }
  .about-list li {
    display: block;
    width: 100% !important;
    border: none !important;
  }
  .about-list li + li {
    margin-top: 30px;
  }
  .about__num {
    width: 100px;
    margin-top: -40px;
  }
  .about-content dd {
    padding: 0 40px;
  }
}


@media screen and (max-width: 767px) {
  /* article
  ============================================================ */
  .article-header {
    height: 50vw;
  }
  .article-header__ttl {
    margin-top: 2.5em;
    font-size: 160%;
  }

  /* title-01
  ============================================================ */
  .title-01 {
    margin-bottom: 1.5em;
    font-size: 140%;
  }


  /* person
  ============================================================ */
  .person {
    padding-top: 7.14vw;
  }
  .person__ttl {
    margin-bottom: 1em;
    font-size: 140%;
  }
  .person__copy {
    line-height: 1.5;
    font-size: 160%;
  }
  .person__copy-sub {
    font-size: 100%;
  }
  .person-list {
    margin-top: 7.14vw;
    padding: 4.29vw;
    border-width: .5em;
  }
  .person__item + .person__item {
    margin-top: 2em;
  }
  .person__num {
    width: 7.14vw;
    line-height: 7.14vw;
    font-size: 120%;
  }
  .person__item dt strong {
    font-size: 100%;
  }
  
  
  /* recommend
  ============================================================ */
  .recommend {
    padding-top: 10vw;
  }
  .recommend__item {
    display: block;
    padding: 0;
  }
  .recommend__item + .recommend__item {
    margin-top: 4.29vw;
  }
  .recommend__item > * {
    display: block;
  }
  .recommend__caption {
    width: auto;
  }
  .recommend__caption p {
    height: auto;
    padding: 2.5em 0 1em;
    margin: 0;
    font-size: 110%;
  }
  .recommend__caption p:before {
    top: 1em;
    width: 1.25em;
    height: 1.25em;
  }
  .recommend__caption span {
    position: static;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
  .recommend__txt {
    padding: 4.29vw;
  }
  .recommend__txt dt {
    font-size: 110%;
  }
  
  
  /* carrier-up
  ============================================================ */
  .carrier-up {
    padding-top: 10vw;
  }
  .carrier-up__copy {
    font-size: 110%;
  }
  .carrier-up__caption {
    margin-top: 2em;
    font-size: 110%;
    border-width: .1em;
  }
  .carrier-up-content {
    margin-top: 8.57vw;
  }
  .carrier-up-history {
    float: none;
    width: auto;
  }
  .carrier-up-history:before {
    left: 5.71vw;
    border-width: .1em;
  }
  .carrier-up-history__item {
    padding: .5em;
    font-size: 100%;
  }
  .carrier-up-history__item + .carrier-up-history__item {
    margin-top: 4.29vw;
  }
  .carrier-up__figure {
    float: none;
    width: auto;
    margin-top: 4.29vw;
    text-align: center;
  }
  .carrier-up-skill {
    margin-top: 4.29vw;
    font-size: 100%;
  }
  
  
  /* merit
  ============================================================ */
  .merit {
    padding: 10vw 0 7.14vw;
  }
  .merit__item + .merit__item {
    margin-top: 7.14vw;
  }
  .merit__txt {
    float: none;
    width: auto;
  }
  .merit__txt dt {
    font-size: 110%;
  }
  .merit__txt dt:after {
    border-width: .1em;
  }
  .merit__figure {
    float: none;
    width: auto;
    margin-top: 4.29vw;
    text-align: center;
  }
}


