.page {
  padding: 30px 0 0px;
}

.sec_ttl {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .page {
    padding: 140px 0 0px;
  }

  .sec_ttl {
    margin-bottom: 110px;
  }
}
p {
  line-height: 2;
}

.inner {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 38px;
  }
}

.list_dot {
  padding-left: 18px;
  position: relative;
}
.list_dot::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #EC6C00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: .3em;
}

.content_inner {
  max-width: 1084px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .content_inner {
    padding: 0 38px;
  }
}

.border_heading {
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 2em;
  position: relative;
}
.border_heading img {
  display: inline;
  margin-bottom: 1em;
}
.border_heading::after {
  position: absolute;
  content: "";
  background: #7FCE44;
  height: 2px;
  width: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.list_check li {
  position: relative;
}
.list_check li::after {
  position: absolute;
  content: url("../img/recruit/data/check.svg");
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.palt-space {
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

._figure {
  text-align: center;
}
._figure img {
  display: inline;
}

.card_list {
  background: #F5F5F5;
  padding: 25px 0;
}
.card_list ul li {
  background: #fff;
  padding: 22px 30px;
  margin-bottom: 20px;
}
.card_list ul li .card_header {
  position: relative;
  padding-left: 2.5em;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 1em;
}
.card_list ul li .card_header::after {
  content: "";
  position: absolute;
  background: #EC6C00;
  width: 2em;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.card_list ul li .data {
  margin-bottom: 25px;
}
.card_list ul li p {
  margin-bottom: 25px;
}
.card_list ul .triple li {
  text-align: center;
}
.card_list ul .triple li ._header {
  margin-bottom: 20px;
}
.card_list ul .triple li ._header h2 {
  font-size: 17px;
}
.card_list ul .triple li ._header span {
  opacity: .7;
}
.card_list ul .triple li img {
  display: inline;
  margin-bottom: 20px;
}
.card_list ul .interview h3 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.card_list ul .interview .figure {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}
.card_list ul .interview .figure img {
  display: inline;
}
.card_list ul .interview .border-right {
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.card_list ul .interview ul li {
  padding: 0 0 0 2.5em;
}
@media screen and (min-width: 768px) {
  .card_list {
    padding: 50px 0;
  }
  .card_list ul li {
    padding: 50px;
    margin-bottom: 50px;
  }
  .card_list ul li .card_header {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .card_list ul .dual {
    margin-right: calc(-1.5* var(--bs-gutter-x));
    margin-left: calc(-1.5* var(--bs-gutter-x));
  }
  .card_list ul .dual .col-md-6, .card_list ul .dual .col-md-4 {
    padding-right: calc(var(--bs-gutter-x)* 1.5);
    padding-left: calc(var(--bs-gutter-x)* 1.5);
  }
  .card_list ul .dual li {
    height: calc(100% - 50px);
    padding: 50px 30px 20px;
  }
  .card_list ul .triple li ._header h2 {
    font-size: 20px;
  }
  .card_list ul .triple li ._header span {
    font-size: 16px;
  }
  .card_list ul .interview h3 {
    font-size: 20px;
  }
  .card_list ul .interview .border_heading {
    padding-bottom: 2em;
    margin-bottom: 3em;
  }
  .card_list ul .interview .border_heading h2 {
    font-size: 22px;
  }
  .card_list ul .interview .col-xl-4 {
    padding: 0 30px;
  }
  .card_list ul .interview ul li {
    margin-bottom: 22px;
  }
  .card_list ul .interview .md-adjust {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .card_list ul .interview .border-right {
    border-bottom: none;
    border-right: 1px solid #D1D1D1;
  }
}
@media screen and (min-width: 1200px) {
  .card_list {
    padding: 70px 130px;
  }
}

/*# sourceMappingURL=data.css.map */
