#page_index::before {
  background: initial;
}

section#sec_interview .title_wrap, section#sec_recruit .title_wrap, section#sec_company .title_wrap {
  margin-bottom: 80px;
  position: relative;
  padding-left: 35px;
  margin: 0 0 40px 0;
}
section#sec_interview .title_wrap:before, section#sec_recruit .title_wrap:before, section#sec_company .title_wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 6rem;
  background-color: #b7046c;
}

#sec_mainv {
  background-image: url(/img/top/mainvisual_pc_2026.jpg);
  height: calc(100vh - 120px);
}
@media screen and (max-width: 767px) {
  #sec_mainv {
    background-position: left -140px bottom 0;
  }
}
#sec_mainv .main_copy {
  bottom: 55%;
}
@media screen and (max-width: 767px) {
  #sec_mainv .main_copy {
    bottom: initial;
    top: 15%;
    transform: translate(calc(-50% + 10px), 0);
  }
}
#sec_mainv .main_copy .main_copy_text {
  font-size: clamp(3rem, 3.5vw, 68px);
}
@media screen and (max-width: 767px) {
  #sec_mainv .main_copy .main_copy_text {
    font-size: clamp(2rem, 2.5vw, 36px);
  }
}

.btn_wrap {
  margin-top: 2rem;
}

section#our_propose, section#sec_recruit, section#sec_company, section#sec_interview {
  margin-top: 40px;
  padding-top: initial;
}

@media screen and (max-width: 767px) {
  #our_propose {
    margin-bottom: 40px;
  }
}

.ver-2026 {
  max-width: 1000px;
  margin: 0 auto 160px;
}
.ver-2026 section {
  margin-bottom: 5rem;
}
.ver-2026 section:last-child {
  margin-bottom: 0;
}

h3, h4, h5, h6 {
  color: #B7046C;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

h4 {
  font-size: 1.25rem;
}

#page_index p {
  margin-top: 0;
  line-height: 1.6;
}
#page_index p.head-sub {
  font-size: 1.25rem;
  color: #222;
  line-height: 1.6;
  margin: 1rem 0 1.2rem;
  border-bottom: 1px solid #B7046C;
  padding-bottom: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  #new-page {
    width: 90%;
  }
}

.career-development .team-career-development {
  text-align: center;
}
.career-development .team-career-development img {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .career-development .team-career-development img {
    max-width: 100%;
  }
}

dl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  dl {
    grid-template-columns: repeat(2, 1fr);
  }
}
dl dt {
  font-weight: bold;
  color: #B7046C;
  margin-top: 0.8rem;
}
.grid-item dt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.grid-item dt img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.sec_sub-message {
  background-color: #B7046C;
  padding: 2.5rem 0;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  section.sec_sub-message {
    margin-bottom: 4rem;
  }
}
section.sec_sub-message p {
  color: #fff;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  section.sec_sub-message p {
    width: 90%;
    font-size: 1.15rem;
  }
}

#our_propose {
  padding: 2.5rem 0;
  margin-bottom: 80px;
  margin-top: 4rem;
}
#our_propose .flow-chart {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #our_propose .flow-chart {
    flex-direction: column;
  }
}
#our_propose .chart-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item {
    width: 100%;
  }
}
#our_propose .chart-item:not(:last-of-type):after {
  content: url(/.assets/flow_arrow.svg);
  position: relative;
  top: -50%;
  left: 70%;
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item:not(:last-of-type):after {
    left: initial;
    padding: 24px;
    transform: rotate(90deg);
  }
}
#our_propose .chart-item .item-imgbox {
  height: 200px;
  margin-top: 15px;
}
#our_propose .chart-item .item-imgbox img {
  max-width: 200px;
  max-height: 180px;
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item .item-imgbox img {
    max-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item .item-imgbox {
    height: initial;
    margin-bottom: 18px;
  }
}
#our_propose .chart-item h4 {
  align-items: center;
  border: 3px solid #DBA3F4;
  border-radius: 60px;
  display: flex;
  height: 5em;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  width: 12em;
  color: #222;
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item h4 {
    font-size: 1.15rem;
    height: 4em;
  }
}
#our_propose .chart-item h4::after {
  border: dotted 2px #DBA3F4;
  content: "";
  display: inline-block;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #our_propose .chart-item h4::after {
    top: 85px;
  }
}
#our_propose .chart-item p span {
  display: block;
  font-size: 0.8em;
}

.features_list, .interviews_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .features_list, .interviews_list {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
.features_list li, .interviews_list li {
  width: calc(33.3333333333% - 35px);
}
@media screen and (max-width: 767px) {
  .features_list li, .interviews_list li {
    width: 100%;
    margin: 0;
  }
}

.features_list {
  margin-bottom: 2rem;
}
.features_list li {
  border: 1px solid #252525;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .features_list li {
    height: 210px;
  }
}
@media screen and (max-width: 767px) {
  .features_list .img_wrap {
    height: 75%;
  }
}
.features_list .feature_img img {
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 767px) {
  .features_list .feature_img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.features_list p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .features_list p {
    height: 25%;
  }
}
.features_list p:after {
  content: url("/.assets/arrow_circle_right_32dp_1A1A1A.svg");
  display: block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .features_list p:after {
    font-size: 1.5rem;
  }
}

#sec_blog .entry-list .img_wrap .recruit_img {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: inline-block;
}
#sec_blog .entry-list .img_wrap .recruit_img:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
#sec_blog .entry-list .img_wrap .recruit_img:hover img {
  transform: scale(1.1);
}
#sec_blog .entry-list .img_wrap .recruit_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
}

.recruit-detail-table {
  display: grid;
  grid-template-columns: 180px auto;
  gap: 2rem 1rem;
  margin-bottom: 1rem;
}
.recruit-detail-table:last-child {
  margin-bottom: 0;
}
.recruit-detail-table .table-heading {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #B7046C;
}
.recruit-detail-table .table-heading h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.15rem;
}
.recruit-detail-table .table-heading, .recruit-detail-table .table-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem 1rem;
}
.recruit-detail-table .table-body dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.recruit-detail-table .table-body dl dt {
  font-weight: bold;
  color: #B7046C;
  margin-top: 0;
}
.recruit-detail-table .table-body dl dd {
  margin-bottom: 1rem;
}
.recruit-detail-table .table-body dl dd:last-child {
  margin-bottom: 0;
}
.recruit-detail-table .table-body span.email-link {
  display: flex;
  padding-top: 0.7rem;
}
.recruit-detail-table .table-body span.email-link img {
  margin-right: 0.5rem;
}/*# sourceMappingURL=additional_2026.css.map */