@charset "UTF-8";
/* 募集要項
====================================================== */
.cmn_head .page_ttl_box {
  background-image: url(../img/requirements/bg_title.webp);
}
.cmn_head .page_ttl_box .title .en {
  font-size: 1.95em;
  line-height: 1.15;
}
@media screen and (min-width: 769px) {
  .cmn_head .page_ttl_box .title .en {
    font-size: 2.1em;
    line-height: 1;
  }
}

.sec_description {
  padding: 0 0 70px;
}
@media screen and (min-width: 769px) {
  .sec_description {
    padding: 25px 0 200px;
  }
}

@media screen and (min-width: 769px) {
  .desc_list {
    width: calc(100% - 120px);
    margin: auto;
  }
}
.desc_list > div {
  display: flex;
}
.desc_list > div:first-of-type dt,
.desc_list > div:first-of-type dd {
  border-top: 2px solid #D6EDFD;
}
.desc_list > div:last-of-type dt::after {
  content: "";
  display: inline-block;
  background-color: #4FA6E5;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.desc_list dt,
.desc_list dd {
  border-bottom: 2px solid #D6EDFD;
  padding: 20px 10px;
}
@media screen and (min-width: 769px) {
  .desc_list dt,
  .desc_list dd {
    padding: 40px 20px;
    font-size: 15px;
  }
}
.desc_list dt {
  width: 30%;
  color: #4FA6E5;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  position: relative;
}
.desc_list dt::before {
  content: "";
  display: inline-block;
  background-color: #4FA6E5;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: -2px;
}
.desc_list dd {
  width: 70%;
}
.desc_list dd .list1 li {
  padding-left: 1em;
  text-indent: -1em;
}
.desc_list dd .list2 li {
  font-size: 13px;
  display: flex;
}
@media screen and (min-width: 769px) {
  .desc_list dd .list2 li {
    font-size: 15px;
  }
}
.desc_list dd .list2 li span:first-child {
  width: 8.5em;
}
@media screen and (min-width: 769px) {
  .desc_list dd .list2 li span:first-child {
    width: 9.5em;
  }
}
.desc_list dd .list2 li span:last-child {
  flex-grow: 1;
  width: calc(100% - 8.5em);
  text-indent: -1em;
}
@media screen and (min-width: 769px) {
  .desc_list dd .list2 li span:last-child {
    width: calc(100% - 9.5em);
  }
}
.desc_list dd .list2 li span:last-child::before {
  content: "：";
}