@charset "UTF-8";

/* ---------------------------------
  page_title
--------------------------------- */
.page_title img {
  width: 37rem;
}

/* ---------------------------------
  main_content
--------------------------------- */
@media screen and (max-width: 999px) {
  .main_content .inner {
    padding: 0;
  }
  .lead_text {
    text-align: left;
    padding: 0 4rem;
  }
}

/* ---------------------------------
  perspective_block
--------------------------------- */
.perspective_block {
  background-color: #fff;
  border-radius: 3rem;
  border: .1rem solid #000;
}
.perspective_block h2 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  padding: 4rem 0;
  border-bottom: .1rem solid #000;
}
.perspective_list {
  display: flex;
  flex-wrap: wrap;
}
.perspective_list li {
  width: 50%;
  border: .1rem solid #000;
}
.perspective_list li:nth-child(odd) {
  border-left: 0;
}
.perspective_list li:nth-child(even) {
  border-right: 0;
}
.perspective_list li:nth-last-child(-n+2) {
  border-bottom: 0;
}
.perspective_list .perspective_head {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  background-color: #F4F2EA;
  padding: 1.6rem 0;
  border-bottom: .1rem solid #000;
}
.perspective_list .perspective_head p {
  display: inline-flex;
  align-items: center;
  column-gap: .8rem;
}
.perspective_list .perspective_head p::before,
.perspective_list .perspective_head p::after {
  content: "";
  background-image: url("../../../images/recruit/talent/perspective_head_decolation.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 7.6rem;
  height: 2rem;
}
.perspective_list .perspective_detail {
  padding: 4rem 4rem 5.6rem;
}
.perspective_list .perspective_detail h3 {
  margin-bottom: 4rem;
  height: 7.4rem;
  text-align: center;
}
.perspective_list .perspective_detail .perspective_img {
  width: 35rem;
  margin: 0 auto 4rem;
  display: block;
}
.perspective_list .perspective_detail dt {
  font-weight: 500;
  margin-bottom: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 999px) {
  .perspective_block {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
  .perspective_block h2 {
    font-size: 2rem;
    padding: 4rem 2rem;
    line-height: 1.4;
  }
  .perspective_list {
    display: block;
  }
  .perspective_list li {
    width: 100%;
  }
  .perspective_list li:nth-child(odd) {
    border-right: 0;
  }
  .perspective_list li:nth-child(even) {
    border-left: 0;
  }
  .perspective_list li:not(:last-child) {
    border-bottom: 0;
  }
  .perspective_list .perspective_detail {
    padding: 4rem 3.2rem 5.6rem;
  }
  .perspective_list .perspective_detail h3 img {
    margin: 0 auto;
  }
  .perspective_list .perspective_detail .perspective_img {
    width: 26.3rem;
  }
  .perspective_list .perspective_detail dl {
    text-align: center;
  }
  .perspective_list .perspective_detail dd {
    font-size: 1.4rem;
    text-align: left;
    display: inline-block;
  }
}