@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.lato {
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/* ▼▼▼ 新卒採用情報
======================================================*/
.detail_wrap {
  margin-bottom: 130px;
}
.detail_wrap > dt {
  border-bottom: 2px dotted #75E1B3;
  padding-bottom: 7px;
  margin-bottom: 30px;
  color: #0BAA74;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
.detail_wrap > dt:not(:first-of-type) {
  margin-top: 60px;
}
.detail_wrap > dt span {
  display: inline-block;
  background: #48D89B;
  border-radius: 13px;
  width: 80px;
  height: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-left: 15px;
}
.detail_wrap > dd {
  line-height: 1.88;
  letter-spacing: 0.05em;
}
.detail_wrap > dd a {
  text-decoration: underline !important;
}
.detail_wrap > dd a:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .detail_wrap {
    margin-bottom: 90px;
  }
  .detail_wrap > dt {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 17px;
  }
  .detail_wrap > dt:not(:first-of-type) {
    margin-top: 40px;
  }
  .detail_wrap > dt span {
    border-radius: 10px;
    width: 64px;
    height: 20px;
    font-size: 13px;
    margin-left: 12px;
  }
  .detail_wrap > dd {
    line-height: 1.62;
    font-size: 13px;
  }
}

figure {
  width: min(100%, 879px);
  margin: 0 auto;
}
figure figcaption {
  margin-top: 20px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.45;
}
figure figcaption a {
  display: inline;
}
@media screen and (max-width: 767px) {
  figure {
    font-size: 11px;
  }
}

.work_detail {
  padding-left: 25px;
}
.work_detail dt {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  position: relative;
}
.work_detail dt::before {
  content: "■";
  position: absolute;
  left: -25px;
}
.work_detail dt:not(:first-of-type) {
  margin-top: 25px;
}
.work_detail dd {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .work_detail {
    padding-left: 20px;
  }
  .work_detail dt {
    font-size: 15px;
  }
  .work_detail dt::before {
    left: -20px;
  }
  .work_detail dt:not(:first-of-type) {
    margin-top: 20px;
  }
  .work_detail dd {
    margin-top: 8px;
  }
}

.indent_txt {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.disc_list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
.disc_list.flex li {
  min-width: 8.2em;
}
.disc_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.disc_list li::before {
  content: "⚫︎ ";
}
@media screen and (max-width: 767px) {
  .disc_list.flex {
    gap: 0 9px;
  }
  .disc_list.flex li {
    letter-spacing: 0;
  }
  .disc_list.flex li:nth-last-child(-n+4) {
    width: 100%;
  }
  .disc_list.sp_flex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-indent: 0;
    padding-left: 0;
  }
  .disc_list.sp_flex li::before {
    width: 1em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .disc_list.sp_flex li span {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 70px;
  max-width: 400px;
}
.numbers dt {
  width: 245px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.numbers dt::after {
  content: "・・・";
  position: absolute;
  left: calc(100% + 0.5em);
  top: 0;
}
@media screen and (max-width: 767px) {
  .numbers {
    max-width: 310px;
    gap: 0 60px;
  }
  .numbers dt {
    width: 200px;
  }
}

.entry_area {
  padding: 40px 0px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.entry_area::after {
  content: "";
  background: #ECF8F0;
  width: 100vw;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: -1;
}
.entry_area > p {
  background: #29ADFF;
  border-radius: 22px;
  width: 260px;
  height: 44px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 42px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
  left: 50%;
}
.entry_area > p::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6.5px 0 6.5px;
  border-color: #29ADFF transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
}
.entry_area > div {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry_area {
    margin-bottom: 65px;
  }
}