.dcc__service__link {
  width: 18%;
}

.dcc__service__link__wrapper {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.dcc__service__link--hidden {
  visibility: hidden;
}

.dcc__service__img {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .dcc__service__link {
    width: 30%;
    margin-bottom: 2rem;
  }
  .dcc__service__link__wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 85%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .dcc__service__link {
    width: 40%;
    margin-bottom: 2rem;
  }
}

.dcc__section {
  position: relative;
  margin: 6rem 0;
}

.dcc__section__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  font-size: 2.2rem;
  font-weight: normal;
  color: darkgrey;
  position: relative;
}

.dcc__section__ttl__sub {
  font-weight: normal;
  font-size: 1.6rem;
  position: relative;
  text-align: left;
}

.dcc__section__ttl__sub::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 8rem;
  display: block;
  position: absolute;
  border-bottom: 2px dotted #c10014;
}

.dcc__section__ttl__en {
  position: absolute;
  top: 0;
  font-weight: bold;
  white-space: nowrap;
  color: #c10014;
  font-size: 0.7rem;
  letter-spacing: -1px;
  font-style: italic;
}

.dcc__section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 2rem;
  border-bottom: 2px solid #c10014;
}

.dcc__section__ttl::after {
  content: "";
  left: 10px;
  bottom: 0;
  width: 8rem;
  display: block;
  position: absolute;
  border-bottom: 2px dotted #c10014;
}

.dcc__section__txt, .h24__chance__txt, .h24__outsourcing__table tr td {
  font-size: 0.8rem;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .dcc__section {
    width: 85%;
    margin: 4rem auto;
  }
  .dcc__section__txt, .h24__chance__txt, .h24__outsourcing__table tr td {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  .dcc__section {
    margin: 4rem auto;
  }
  .dcc__section__ttl__en {
    position: relative;
  }
}

.h24 {
  max-width: 1200px;
  margin: 0 auto;
  margin: 2rem auto;
}

@media only screen and (max-width: 1400px) {
  .h24 {
    max-width: 960px;
  }
}

.h24__img {
  width: 100%;
}

.h24__txt {
  text-align: center;
  margin-bottom: 3rem;
}

.h24__chance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h24__chance__ttl {
  font-size: 1rem;
}

.h24__chance__solution {
  left: -10px;
  top: -1rem;
  position: absolute;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8faadc;
  -webkit-box-shadow: 3px 3px 0 #ccc;
  box-shadow: 3px 3px 0 #ccc;
  padding: 0 10px;
  border-radius: 10px;
}

.h24__chance__solution__index {
  font-weight: bold;
}

.h24__chance__txt {
  text-align: left;
  display: inline-block;
  padding: 5px 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.h24__chance__example, .h24__chance__image {
  position: relative;
  width: 28%;
  padding: 2rem 0.5rem 1rem;
  border-radius: 10px;
  border: 2px #8faadc solid;
  -webkit-box-shadow: 5px 5px 0 #203864;
  box-shadow: 5px 5px 0 #203864;
}

.h24__chance__image {
  width: 46%;
}

.h24__outsourcing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.h24__outsourcing__table {
  width: 80%;
  text-align: left;
  border-collapse: collapse;
}

.h24__outsourcing__table tr {
  width: 100%;
}

.h24__outsourcing__table tr:nth-child(2n + 1) {
  background-color: #b5dcf8;
}

.h24__outsourcing__table tr td:first-child {
  width: 30%;
}

.h24__outsourcing__table tr td {
  border: 2px solid #203864;
  width: 70%;
  padding: 5px;
}

.h24__outsourcing__img {
  width: 20%;
}

.h24__recurit {
  position: relative;
}

.h24__recurit__info {
  margin: 0 auto;
  max-width: 1000px;
  text-align: left;
}

.h24__recurit__info__wrapper {
  background-image: url("https://www.dcubic.jp/wp-content/themes/dcc/img/home/recruit.png");
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.h24__recurit__info__ttl {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 0 0 10px #000;
}

.h24__recurit__info__detail {
  margin-top: 0;
  color: #fff;
  font-size: 1rem;
  text-shadow: 0 0 10px #000;
}

.h24__recurit__info__link {
  font-size: 1.4rem;
  border-radius: 2rem;
  background-color: #fff;
  padding: 10px 2rem;
  font-weight: bold;
}

.h24__recurit__contact__wrapper {
  padding: 0 0 4rem;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1400px) {
  .h24__recurit__contact__wrapper {
    max-width: 960px;
  }
}

.h24__recurit__contact__block {
  width: 45%;
}

.h24__recurit__contact__ttl {
  margin-bottom: 0;
  font-size: 1rem;
  text-align: left;
  border-bottom: 1px solid #555;
}

.h24__recurit__contact__ttl--red {
  color: #c10014;
  font-size: 1.8rem;
}
.h24__recurit__contact__ttl--blue {
  color: #00a6c2;
  text-shadow: 1px 1px 0 #f8b500;
  font-size: 1.8rem;
}

.h24__recurit__contact__tel {
  font-size: 2.8rem;
  display: block;
  font-weight: bold;
}

.h24__recurit__contact__tel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h24__recurit__contact__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
}

.h24__recurit__contact__link {
  width: 92%;
  float: right;
  margin-top: 0;
  background-color: #000;
  color: #fff;
  border-radius: 1rem;
}

.h24__recurit__contact__link a {
  color: #fff;
}

.h24__recurit__contact__icon {
  width: 8%;
  float: left;
  transform: rotate(-30deg);
}

/*.h24__recurit__contact__link::before {
  transform: rotate(-30deg);
  width: 1.4em;
  height: 1em;
  position: relative;
  display:inline-block;
  float: left;
  margin-left: 1rem;
  content: url('https://www.dcubic.jp/wp-content/themes/dcc/img/icons/mail_icon.png');
}*/

@media only screen and (max-width: 1400px) {
  .h24__recurit__contact__ttl {
    font-size: 0.8rem;
  }
  .h24__recurit__contact__ttl--red {
    font-size: 1.4rem;
  }
  .h24__recurit__contact__ttl--blue {
    font-size: 1.4rem;
  }
  .h24__recurit__contact__tel {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 960px) {
  .h24__chance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h24__chance__example, .h24__chance__image {
    width: 45%;
    margin-bottom: 2rem;
  }
  .h24__recurit__info {
    width: 85%;
  }
  .h24__recurit__contact__block {
    width: 85%;
    margin-bottom: 2rem;
  }
  .h24__recurit__contact__tel {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 640px) {
  .h24__chance {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h24__chance__example, .h24__chance__image {
    width: 90%;
    margin-bottom: 4rem;
  }
  .h24__outsourcing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h24__outsourcing__table {
    width: 100%;
  }
  .h24__outsourcing__img {
    margin-top: 1rem;
    width: 40%;
  }
  .h24__recurit__info {
    width: 85%;
  }
  .h24__recurit__contact__block {
    width: 85%;
    margin-bottom: 2rem;
  }
  .h24__recurit__contact__tel {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=../../map/page/24hour-contact-center.css.map */