/* top */
.top-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-title-wrap {
    gap: 4px;
    margin-bottom: 32px;
  }
}
.top-title-wrap .label {
  position: relative;
  padding-left: 14px;
  color: #DF0039;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.top-title-wrap .label::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #DF0039;
}
.top-title-wrap .title {
  font-size: 6.4rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .top-title-wrap .title {
    font-size: 4rem;
  }
}
.top-title-wrap.center {
  align-items: center;
  text-align: center;
}

.top-sub-title {
  margin-top: 32px;
  font-size: 3.2rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-sub-title {
    margin-top: 64px;
    margin-bottom: 16px;
    font-size: 2.8rem;
  }
}

.top-lead-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .top-lead-text {
    font-size: 1.4rem;
  }
}

.list-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .list-link:not(.slider-link) {
    flex-direction: row;
    gap: 16px;
  }
  .list-link:not(.slider-link) .link-image {
    width: 104px;
    border-radius: 8px 0 8px 0;
  }
  .list-link:not(.slider-link) .title-area {
    justify-content: center;
  }
  .list-link:not(.slider-link) .title-area .sub {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .list-link:hover .link-image img {
    transform: scale(1.1);
  }
  .list-link:hover .title-area .title span {
    background-size: 100% 100%;
  }
}
.list-link .link-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px 0 16px 0;
}
.list-link .link-image img {
  display: block;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.list-link .title-area {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list-link .title-area .sub {
  font-size: 1.2rem;
  font-weight: 500;
}
.list-link .title-area .title {
  font-size: 2rem;
  font-weight: 700;
}
.list-link .title-area .title span {
  transition: all 0.3s ease;
  display: inline;
  background: linear-gradient(transparent 95%, #DF0039 95%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
}

.main-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 882px;
  background: url(/recruit/new_graduates/assets/images/bg_main_visual.png) no-repeat center/1512px auto;
}
.main-visual .main-visual-inner {
  width: 1158px;
  padding: 72px 48px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual-inner {
    width: 100%;
    padding: 56px 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    min-height: 117.8666666667vw;
    background: url(/recruit/new_graduates/assets/images/bg_main_visual_sp.png) no-repeat center top/cover;
  }
}
.main-visual .main-title {
  position: relative;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 9.6rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .main-visual .main-title {
    width: auto;
    justify-content: end;
    font-size: 3.4rem;
  }
}
.main-visual .main-text {
  margin-top: 32px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .main-visual .main-text {
    margin-top: 24px;
    font-size: 1.3rem;
  }
}
.main-visual .main-image {
  position: absolute;
  top: -314px;
  left: -255px;
  top: max(-314px, -22.9868228404vw);
  left: max(-255px, -18.6676427526vw);
  pointer-events: none;
  z-index: 1;
  width: min(1213px, 88.7994143485vw);
}
@media screen and (max-width: 767px) {
  .main-visual .main-image {
    top: -250px;
    left: -460px;
    width: auto;
  }
  .main-visual .main-image img {
    zoom: 0.75;
  }
}
.main-visual .news-area {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 16px 24px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px 0 16px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-visual .news-area {
    margin-top: auto;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.main-visual .news-area .news-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (any-hover: hover) {
  .main-visual .news-area .news-link:hover .news-txt {
    color: #DF0039;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .news-area .news-link {
    gap: 12px;
  }
}
.main-visual .news-area .date {
  color: #C2C2C2;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.main-visual .news-area .news-txt {
  display: flex;
  align-items: center;
  position: relative;
  gap: 16px;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}
.main-visual .news-area .news-txt span {
  display: inline-block;
  flex: 1;
}
.main-visual .news-area .news-txt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/recruit/new_graduates/assets/images/icn_block_arr.svg) no-repeat center/12px;
}

.introduction-area {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .introduction-area {
    padding: 40px 0 80px;
  }
}
.introduction-area .cmn-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .introduction-area .cmn-inner {
    padding: 120px 0 152px;
  }
}
@media screen and (max-width: 767px) {
  .introduction-area .cmn-inner {
    position: static;
  }
  .introduction-area .cmn-inner > * {
    position: relative;
    z-index: 2;
  }
}
.introduction-area .cmn-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1630px;
  height: 730px;
  left: calc(50% - 815px);
  bottom: -256px;
  background: url(/recruit/new_graduates/assets/images/item_introduction_area.svg) no-repeat center bottom/cover;
  z-index: 1;
  pointer-events: none;
  transform: translateX(-40px);
}
@media screen and (max-width: 767px) {
  .introduction-area .cmn-inner::after {
    width: 100%;
    height: 284px;
    left: 0;
    bottom: -80px;
    transform: translateX(0);
    background-image: url(/recruit/new_graduates/assets/images/item_introduction_area_sp.svg);
  }
}
.introduction-area .intro-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .introduction-area .intro-txt-wrap {
    gap: 24px;
  }
}
.introduction-area .intro-txt-wrap .intro-txt {
  line-height: 2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .introduction-area .intro-txt-wrap .intro-txt {
    font-size: 1.4rem;
  }
}
.introduction-area .intro-catch {
  margin-top: 64px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .introduction-area .intro-catch {
    margin-top: 40px;
    font-size: 2rem;
  }
}
.introduction-area .intro-catch span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .introduction-area .intro-catch span {
    font-size: 2.8rem;
  }
}

.top-company-section {
  position: relative;
  z-index: 3;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .top-company-section {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .top-company-section {
    padding: 0 128px 160px;
  }
}

.company-intro-area {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .company-intro-area {
    padding-top: 480px;
  }
}
.company-intro-area .company-text-block {
  padding: 104px 80px 104px 0;
  height: 480px;
}
@media screen and (max-width: 767px) {
  .company-intro-area .company-text-block {
    width: 100%;
    height: auto;
    margin-top: 48px;
    padding: 0;
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .company-intro-area .company-text-block {
    padding: 80px 0 0;
    width: 100%;
    height: auto;
    order: 2;
  }
}
.company-intro-area .company-text-block .btn-wrap {
  margin-top: 40px;
}
.company-intro-area .company-image-block {
  overflow: hidden;
  border-radius: 16px 0 0 0;
}
@media screen and (min-width: 768px) {
  .company-intro-area .company-image-block {
    position: absolute;
    left: 430px;
    width: calc(748px + (100vw - 1148px) / 2);
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .company-intro-area .company-image-block {
    width: calc(100% + 24px);
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .company-intro-area .company-image-block {
    order: 1;
    top: 0;
    left: 0;
    width: calc(100% + 128px);
    height: 480px;
  }
}

.company-business-list {
  margin-top: 48px;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .company-business-list {
    margin-top: 32px;
    flex-direction: column;
    gap: 0;
  }
  .company-business-list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
  }
}

.jobs-section {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .jobs-section {
    padding-bottom: 80px;
  }
}
.jobs-section .jobs-inner {
  padding-right: 5.8565153734vw;
  margin: 0 auto;
}
@media screen and (min-width: 1920px) {
  .jobs-section .jobs-inner {
    max-width: 1366px;
    padding-right: 80px;
    padding-top: 400px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .jobs-section .jobs-inner {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .jobs-section .jobs-inner {
    padding: 0 80px;
  }
}

.jobs-main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 0 0 24px 0;
}
@media screen and (min-width: 1920px) {
  .jobs-main-image {
    position: absolute;
    width: calc(1366px + (100vw - 1366px) / 2);
    height: 400px;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .jobs-main-image {
    margin-right: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .jobs-main-image {
    width: calc(100% + 80px);
    margin-left: -80px;
  }
}

.jobs-contents-area {
  display: flex;
  justify-content: end;
  gap: 80px;
  max-width: 1286px;
  margin: 64px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .jobs-contents-area {
    margin-top: 48px;
    padding: 0 24px;
    gap: 48px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .jobs-contents-area {
    flex-direction: column;
  }
}
.jobs-contents-area .comapny-job-block {
  flex: 1;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .jobs-contents-area .comapny-job-block {
    order: 2;
    padding-left: 0;
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .jobs-contents-area .comapny-job-block {
    flex: 0 1 auto;
    order: 2;
  }
}
.jobs-contents-area .jobs-text-block {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .jobs-contents-area .jobs-text-block {
    width: 100%;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .jobs-contents-area .jobs-text-block {
    width: 100%;
    order: 1;
  }
}
.jobs-contents-area .jobs-text-block .btn-wrap {
  margin-top: 40px;
}

.job-list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .job-list {
    flex-direction: column;
    gap: 0;
  }
  .job-list li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
  }
}

.people-section {
  padding-bottom: 160px;
}
.people-section .people-inner {
  padding-left: 5.8565153734vw;
}
@media screen and (min-width: 1920px) {
  .people-section .people-inner {
    max-width: 1366px;
    padding-left: 80px;
    position: relative;
    padding-top: 400px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .people-section .people-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .people-section .people-inner {
    padding-left: 60px;
  }
}
.people-section .people-main-image {
  overflow: hidden;
  border-radius: 24px 0 0 0;
}
@media screen and (min-width: 1920px) {
  .people-section .people-main-image {
    position: absolute;
    width: calc(1366px + (100vw - 1366px) / 2);
    height: 400px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .people-section .people-main-image {
    margin-left: 24px;
  }
}
.people-section .people-text-wrap {
  margin-top: 64px;
  padding-left: 208px;
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .people-section .people-text-wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .people-section .people-text-wrap {
    margin-top: 48px;
    padding: 0 24px;
  }
}

.interview-area {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .interview-area {
    gap: 24px;
    flex-direction: column;
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .interview-area {
    gap: 48px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .interview-area .interview-switch-link-list {
    display: flex;
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .interview-area .interview-switch-link-list {
    display: flex;
    padding-right: 80px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .interview-area .interview-switch-link-list li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .interview-area .interview-switch-link-list li {
    width: 33.3333%;
  }
}
.interview-area .interview-switch-link-list li .interview-switch-button {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  width: 160px;
  padding: 8px 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .interview-area .interview-switch-link-list li .interview-switch-button {
    width: 100%;
    align-items: center;
    gap: 4px;
    padding: 16px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .interview-area .interview-switch-link-list li .interview-switch-button {
    width: 100%;
    gap: 4px;
    padding: 16px 8px;
  }
}
.interview-area .interview-switch-link-list li .interview-switch-button.cur {
  background-color: #eee;
}
@media (any-hover: hover) {
  .interview-area .interview-switch-link-list li .interview-switch-button:hover {
    background-color: #eee;
  }
}
.interview-area .interview-switch-link-list li .interview-switch-button .sub {
  color: #C2C2C2;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .interview-area .interview-switch-link-list li .interview-switch-button .sub {
    font-size: 1rem;
  }
}
.interview-area .interview-switch-link-list li .interview-switch-button .title {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .interview-area .interview-switch-link-list li .interview-switch-button .title {
    font-size: 1.4rem;
  }
}
.interview-area .interview-list-wrap .interview-list-block {
  display: none;
}
.interview-area .interview-list-wrap .interview-list-block.cur {
  display: block;
}
@media screen and (min-width: 768px) {
  .interview-area .interview-list-wrap .interview-list-block .interview-slider {
    max-width: calc(100vw - 48px - 160px - 5.8565153734vw);
  }
}
@media screen and (min-width: 1920px) {
  .interview-area .interview-list-wrap .interview-list-block .interview-slider {
    max-width: calc(1038px + (100vw - 1286px) / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .interview-area .interview-list-wrap .interview-list-block .interview-slider {
    max-width: none;
  }
}

.interview-slider {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview-slider {
    padding-bottom: 32px;
  }
}
.interview-slider .splide__pagination {
  bottom: 0;
  display: flex;
  gap: 8px;
}
.interview-slider .splide__pagination .splide__pagination__page {
  margin: 0;
}
.interview-slider .splide__arrow {
  width: 40px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  top: 185px;
  background: no-repeat center/40px;
}
@media screen and (max-width: 767px) {
  .interview-slider .splide__arrow {
    top: 120px;
  }
}
.interview-slider .splide__arrow svg {
  display: none;
}
.interview-slider .splide__arrow.splide__arrow--prev {
  left: 0;
  background-image: url(/recruit/new_graduates/assets/images/icn_slider_arr_prev.svg);
}
.interview-slider .splide__arrow.splide__arrow--next {
  background-image: url(/recruit/new_graduates/assets/images/icn_slider_arr_next.svg);
}

.people-banner-wrap {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .people-banner-wrap {
    padding-left: 208px;
  }
}
@media screen and (max-width: 767px) {
  .people-banner-wrap {
    padding: 0 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .people-banner-wrap {
    padding: 0 112px 0 52px;
  }
}
.people-banner-wrap .people-banner-link {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (any-hover: hover) {
  .people-banner-wrap .people-banner-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .people-banner-wrap .people-banner-link {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1148px) {
  .people-banner-wrap .people-banner-link {
    margin: 0 auto;
  }
}

.project-section {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .project-section {
    padding-bottom: 24px;
  }
}
.project-section .project-inner .lead-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project-section .project-inner .lead-text {
    padding: 0 24px;
  }
}

.project-story-list {
  display: flex;
  gap: 1px;
  background-color: #ddd;
  max-width: 1366px;
  margin: 48px auto 0;
  width: 100%;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .project-story-list {
    flex-direction: column;
  }
}
.project-story-list li {
  background-color: #fff;
  background: url(/recruit/new_graduates/assets/images/bg_project_list.png) no-repeat right bottom/345px auto, #fff;
}
@media screen and (max-width: 767px) {
  .project-story-list li {
    background-size: 160px auto;
  }
}
.project-story-list .project-story {
  display: block;
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .project-story-list .project-story {
    padding: 24px;
  }
}
@media (any-hover: hover) {
  .project-story-list a.project-story:hover .project-image img {
    transform: scale(1.1);
  }
  .project-story-list a.project-story:hover .btn-wrap .cmn-btn {
    background-color: #DF0039;
  }
}
.project-story-list .project-image {
  overflow: hidden;
  border-radius: 24px 0 24px 0;
}
.project-story-list .project-image img {
  transition: all 0.3s ease;
}
.project-story-list .project-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .project-story-list .project-info {
    margin-top: 24px;
  }
}
.project-story-list .project-info .label {
  margin-bottom: 12px;
  padding: 2px 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background-color: rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 767px) {
  .project-story-list .project-info .label {
    font-size: 1.4rem;
    padding: 4px 8px;
  }
}
.project-story-list .project-info .project-copy {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .project-story-list .project-info .project-copy {
    font-size: 2.4rem;
  }
}
.project-story-list .project-info .project-text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .project-story-list .project-info .project-text {
    font-size: 1.4rem;
  }
}
.project-story-list .project-info .btn-wrap {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .project-story-list .project-info .btn-wrap {
    width: 100%;
  }
}

.top .recruit-section {
  padding: 56px 0 48px;
}

.company-section {
  padding: 80px 0;
}

.business-intro-section {
  overflow: hidden;
  padding: 80px 0 32px;
}
.business-intro-section .cmn-l-inner {
  position: relative;
}
.business-intro-section .cmn-l-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1630px;
  height: 730px;
  left: calc(50% - 815px);
  bottom: -216px;
  background: url(/recruit/new_graduates/assets/images/item_company_business.svg) no-repeat center bottom/cover;
  z-index: 1;
  transform: translateX(-56px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .business-intro-section .cmn-l-inner::after {
    width: 100%;
    height: 284px;
    left: 0;
    bottom: -80px;
    transform: translateX(0);
  }
}
.business-intro-section .business-title {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business-intro-section .business-title {
    margin-bottom: 36px;
  }
}
.business-intro-section .business-lead-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business-intro-section .business-lead-wrap {
    gap: 16px;
  }
}
.business-intro-section .business-lead-wrap .business-lead {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
.business-intro-section .cmn-anchor-list {
  margin-top: 72px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .business-intro-section .cmn-anchor-list {
    margin-top: 48px;
  }
}

.service-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 64px 0;
  }
}
@media screen and (min-width: 768px) {
  .service-section:nth-of-type(odd) .cmn-contents-block .col:nth-of-type(1) {
    grid-area: 1/2/2/3;
  }
  .service-section:nth-of-type(odd) .cmn-contents-block .col:nth-of-type(2) {
    grid-area: 1/1/2/2;
  }
}

* + .cmn-contents-block {
  margin-top: 80px;
}

.cmn-contents-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cmn-contents-block .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .col {
    display: contents;
  }
}
.cmn-contents-block .contents-text-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-text-area {
    display: contents;
  }
  .cmn-contents-block .contents-text-area .notes-list {
    order: 6;
    margin-top: 8px;
  }
}
.cmn-contents-block .contents-text-area .contents-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-text-area .contents-title {
    font-size: 2.4rem;
    order: 1;
    margin-bottom: 16px;
  }
}
.cmn-contents-block .contents-text-area .contents-lead-text {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-text-area .contents-lead-text {
    font-size: 1.8rem;
    order: 2;
    margin-bottom: 24px;
  }
}
.cmn-contents-block .contents-text-area .contents-text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-text-area .contents-text {
    order: 4;
    margin-top: 24px;
  }
}
.cmn-contents-block .contents-images {
  overflow: hidden;
  border-radius: 24px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-images {
    border-radius: 16px 0 16px 0;
    order: 3;
  }
}
.cmn-contents-block .contents-dl {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .cmn-contents-block .contents-dl {
    order: 5;
    margin-top: 24px;
  }
}
.cmn-contents-block .contents-dl dt {
  display: block;
  padding: 2px 8px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  background-color: #DF0039;
}
.cmn-contents-block .contents-dl dd {
  letter-spacing: 0.04em;
}

.project-story-section {
  position: relative;
  z-index: 2;
  padding: 80px 0 160px;
}
@media screen and (max-width: 767px) {
  .project-story-section {
    padding: 64px 0;
  }
}

.project-member-list {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: repeat(auto-fit, calc((100% - 96px) / 4));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .project-member-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-member-list li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.project-member-list .member-images {
  border-radius: 24px 0 24px 0;
  overflow: hidden;
}
.project-member-list .member-text-area .label {
  display: block;
  color: #DF0039;
  text-align: center;
  border: 1px solid #DF0039;
  border-radius: 24px 0 24px 0;
  padding: 8px;
  margin-bottom: 16px;
}
.project-member-list .member-text-area .joining-year {
  font-size: 1.2rem;
}
.project-member-list .member-text-area .member-name {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.project-member-list .member-text-area .member-name .department {
  font-size: 1.5rem;
}
.project-member-list .member-text-area .member-name .initial {
  font-size: 2.2rem;
}
.project-member-list .member-text-area .member-text {
  margin-top: 24px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .project-member-list .member-text-area .member-text {
    margin-top: 16px;
  }
}

.project-contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 160px;
}
@media screen and (max-width: 767px) {
  .project-contents-wrap {
    gap: 64px;
  }
}

.project-contents .notes-list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .project-contents .notes-list {
    margin-top: 16px;
  }
}

.story-flx-box {
  display: flex;
}
@media screen and (max-width: 767px) {
  .story-flx-box {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 768px) {
  .story-flx-box:has(> .col:first-of-type > .cmn-story-image) .col .cmn-story-image {
    transform: translateX(-80px);
    border-radius: 0 0 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .story-flx-box:has(> .col:last-of-type > .cmn-story-image) .col .cmn-story-image {
    transform: translateX(80px);
    border-radius: 24px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .story-flx-box:has(> .col:last-of-type > .cmn-story-image) .col:first-of-type {
    order: 2;
  }
  .story-flx-box:has(> .col:last-of-type > .cmn-story-image) .col:last-of-type {
    order: 1;
  }
}
.story-flx-box .cmn-story-image {
  width: 748px;
  overflow: hidden;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .story-flx-box .cmn-story-image {
    width: 100%;
  }
}
.story-flx-box .story-text-area {
  margin-top: 0;
}
.story-flx-box .story-text-area:has(+ .story-title) {
  margin-bottom: 32px;
}

.cmn-story-image {
  margin-top: 40px;
  border-radius: 24px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .cmn-story-image {
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 1366px) {
  .cmn-story-image {
    border-radius: 24px 0 24px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .cmn-story-image {
    margin-top: 24px;
    border-radius: 24px 0 24px 0 !important;
  }
}

.story-text-area {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .story-text-area {
    margin-top: 24px;
  }
}
.story-text-area .story-text + .story-text {
  margin-top: 16px;
}
.story-text-area .story-text + .story-text:has(> .name) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .story-text-area .story-text + .story-text:has(> .name) {
    margin-top: 16px;
  }
}
.story-text-area .story-text + .notes-list {
  margin-top: 16px;
}
.story-text-area .notes-list + .story-text {
  margin-top: 16px;
}

.story-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .story-title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.story-title span {
  display: inline-block;
  flex: 1;
}
.story-title::before {
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #999;
}

.story-text .name {
  position: relative;
  font-weight: 700;
}
.story-text .name::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-2px);
  width: 16px;
  height: 1px;
  background-color: #999;
  margin: 0 8px;
}

.project-story-local-link .project-story-list {
  margin-top: 0;
}

.job-section {
  position: relative;
  z-index: 2;
}
.job-section .notes-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.job-section .job-top-list {
  max-width: 904px;
  margin: 0 auto;
  gap: 32px;
  justify-content: center;
}

.job-circle-dl-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .job-circle-dl-wrap {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
  }
}
.job-circle-dl-wrap .job-circle-dl {
  display: flex;
  align-items: center;
}
.job-circle-dl-wrap .circle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-table {
  background-color: #fff;
  border-bottom: 1px solid #D9D9D9;
}
.job-table tbody {
  border-top: 1px solid #D9D9D9;
}
.job-table tr + tr {
  border-top: 1px solid #D9D9D9;
}
.job-table th {
  font-weight: 700;
  vertical-align: middle;
}
.job-table th.master {
  color: #fff;
  text-align: center;
  background-color: #333;
}
.job-table th.category {
  text-align: center;
  background-color: #5C5C5C;
  border-left: 1px solid #D9D9D9;
  padding: 24px 16px;
}
.job-table th.category .category-title {
  color: #fff;
}
.job-table th.category .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.job-table th.category .btn-wrap .table-anchor-link {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.25;
  text-align: center;
  border-radius: 40px;
  background-color: #fff;
  padding: 4px 8px;
}
@media (any-hover: hover) {
  .job-table th.category .btn-wrap .table-anchor-link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .job-table th.category .btn-wrap .table-anchor-link {
    font-size: 1.4rem;
  }
}
.job-table th.category .btn-wrap .table-anchor-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  margin-left: 4px;
  background: url(/recruit/new_graduates/assets/images/icn_table_anchor_arr.svg) no-repeat center bottom/8px auto;
}
@media screen and (max-width: 767px) {
  .job-table th.category .btn-wrap .table-anchor-link::after {
    bottom: 12px;
  }
}
.job-table th.sub-category {
  padding: 6px;
  color: #333;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  border-left: 1px solid #D9D9D9;
}
.job-table th.main-table-header {
  padding: 12px 16px;
  text-align: center;
}
.job-table th.main-table-header.main-blue {
  color: #0DB2B2;
}
.job-table th.main-table-header.main-magenta {
  color: #E30084;
}
.job-table th.main-table-header.main-pink {
  color: #F66291;
}
.job-table th.main-table-header.main-yellow {
  color: #D58900;
}
.job-table th.sub-table-header {
  color: #fff;
  padding: 8px 12px;
  font-size: 1.4rem;
  border-left: 1px solid #fff;
}
.job-table th.sub-table-header.sub-blue {
  background-color: #0DB2B2;
}
.job-table th.sub-table-header.sub-magenta {
  background-color: #E30084;
}
.job-table th.sub-table-header.sub-pink {
  background-color: #F66291;
}
.job-table th.sub-table-header.sub-yellow {
  background-color: #D58900;
}
.job-table td {
  padding: 8px 12px;
  text-align: center;
  border-left: 1px solid #D9D9D9;
  vertical-align: middle;
}
.job-table td .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.job-lead-text {
  text-align: center;
  margin-bottom: 40px;
}

.field-system-box-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .field-system-box-wrap {
    gap: 48px;
  }
}
.field-system-box-wrap .field-system-box {
  display: flex;
  background-color: #fff;
  border-radius: 24px 0 24px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .field-system-box-wrap .field-system-box:nth-of-type(odd) .box-images {
    order: 2;
  }
  .field-system-box-wrap .field-system-box:nth-of-type(odd) .box-text-wrap {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .field-system-box-wrap .field-system-box {
    flex-direction: column;
    border-radius: 16px 0 16px 0;
  }
}
.field-system-box-wrap .field-system-box .box-images {
  border-radius: 24px 0 24px 0;
  overflow: hidden;
  width: 482px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .field-system-box-wrap .field-system-box .box-images {
    width: 100%;
    height: 240px;
    border-radius: 0;
  }
}
.field-system-box-wrap .field-system-box .box-images img {
  position: absolute;
  max-width: none;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .field-system-box-wrap .field-system-box .box-images img {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
  }
}
.field-system-box-wrap .field-system-box .box-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .field-system-box-wrap .field-system-box .box-text-wrap {
    padding: 24px;
  }
}
.field-system-box-wrap .field-system-box .box-text-wrap .field-system-list > li:not(:first-of-type) {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.field-system-box-wrap .field-system-box .box-text-wrap .field-system-list > li:not(:last-of-type) {
  padding-bottom: 24px;
}
.field-system-box-wrap .field-system-box .box-text-wrap .btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 20px;
}
.field-system-box-wrap .field-system-box .box-text-wrap .btn-wrap .cmn-btn {
  padding: 10px 54px 10px 24px;
  font-size: 1.4rem;
}
.field-system-box-wrap .field-system-box .box-text-wrap .btn-wrap .cmn-btn::after {
  right: 20px;
}
.field-system-box-wrap .field-system-box .box-text-wrap .dots-list li {
  line-height: 1.375;
  font-weight: 500;
  align-items: baseline;
}
.field-system-box-wrap .field-system-box .box-text-wrap .dots-list li::before {
  line-height: 1.375;
  font-weight: 500;
}
.field-system-box-wrap .field-system-box .box-text-wrap .dots-list li span {
  display: inline-block;
  margin-left: 4px;
  font-size: 1.2rem;
}
.field-system-box-wrap .field-system-box .box-text-wrap .dots-list li + li {
  margin-top: 8px;
}

.people-section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .people-section {
    padding: 64px 0;
  }
}

.people-contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media screen and (max-width: 767px) {
  .people-contents-wrap .people-contents .cmn-grid-box {
    display: flex;
    flex-direction: column;
  }
  .people-contents-wrap .people-contents .cmn-grid-box .col {
    display: contents;
  }
  .people-contents-wrap .people-contents .cmn-grid-box .round-image-wrap {
    order: 1;
  }
  .people-contents-wrap .people-contents .cmn-grid-box .text-wrap {
    order: 2;
  }
}

.day-schedule {
  padding: 64px 72px;
  border-radius: 24px 0 24px 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .day-schedule {
    padding: 24px;
    border-radius: 16px;
  }
}
.day-schedule .schedule-contents {
  display: flex;
  gap: 56px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents {
    gap: 36px;
  }
}
.day-schedule .schedule-contents:not(:last-of-type) {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents:not(:last-of-type) {
    padding-bottom: 36px;
  }
}
.day-schedule .schedule-contents:not(:last-of-type)::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 92px;
  width: 2px;
  height: 100%;
  background: url(/recruit/new_graduates/assets/images/item_schedule_line.svg) repeat-y left top/2px auto;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents:not(:last-of-type)::before {
    top: 8px;
    left: 64px;
  }
}
.day-schedule .schedule-contents::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 88px;
  border: 2px solid #DF0039;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents::after {
    left: 60px;
    top: 8px;
  }
}
.day-schedule .schedule-contents .time {
  width: 64px;
  color: #DF0039;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.25;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents .time {
    font-size: 1.8rem;
    width: 48px;
  }
}
.day-schedule .schedule-contents .schedule-dl {
  flex: 1;
}
.day-schedule .schedule-contents .schedule-dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents .schedule-dl dt {
    font-size: 1.8rem;
  }
}
.day-schedule .schedule-contents .schedule-dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .day-schedule .schedule-contents .schedule-dl dd {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .people-section .interview-list:not(:has(> li:nth-child(4))) {
    justify-content: center;
  }
  .people-section .interview-slider .splide__arrow.splide__arrow--prev {
    left: 15px !important;
  }
  .people-section .interview-slider .splide__arrow.splide__arrow--next {
    position: absolute;
    right: 15px !important;
  }
}

.training-grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 32px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .training-grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.training-grid-box .col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.training-grid-box .col .action-list {
  width: 100%;
}
.training-grid-box .label {
  display: block;
  color: #DF0039;
  text-align: center;
  border: 1px solid #DF0039;
  border-radius: 24px 0 24px 0;
  padding: 4px 8px;
  min-width: 300px;
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.75;
}

.action-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.action-list li {
  display: flex;
  gap: 16px;
  padding: 16px 20px;
  background-color: #F8F8F8;
}
.action-list li .num {
  color: #DF0039;
  font-weight: 700;
}

.personality-base-future {
  display: flex;
  min-height: 600px;
  background: url(/recruit/new_graduates/assets/images/bg_recruit_personality.jpg) no-repeat center top/cover;
  border-radius: 24px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .personality-base-future {
    min-height: 526px;
    flex-wrap: wrap;
    background-image: url(/recruit/new_graduates/assets/images/bg_recruit_personality_sp.jpg);
    background-position: center;
  }
}
.personality-base-future .box {
  display: flex;
  flex-direction: column;
  gap: 96px;
  padding: 94px 24px;
  width: calc((100% - 1px) / 2);
}
@media screen and (max-width: 767px) {
  .personality-base-future .box {
    padding: 16px;
    width: 100%;
    height: 262.5px;
    gap: 32px;
  }
}
.personality-base-future .box .box-title {
  position: relative;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .box-title {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}
.personality-base-future .box .box-title span {
  position: relative;
  z-index: 3;
}
.personality-base-future .box .box-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 12rem;
  font-weight: 900;
  line-height: 1;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .box-title::before {
    font-size: 9rem;
  }
}
.personality-base-future .box .contents-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .personality-base-future .box .contents-wrap {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .contents-wrap {
    gap: 15px;
  }
}
.personality-base-future .box .contents-wrap .contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc((100% - 10px) / 2);
}
@media screen and (min-width: 768px) {
  .personality-base-future .box .contents-wrap .contents {
    padding: 24px;
    min-height: 234px;
    border-radius: 16px;
    background-color: #fff;
  }
  .personality-base-future .box .contents-wrap .contents:first-child {
    transform: translateY(60px);
  }
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .contents-wrap .contents {
    width: 100%;
    position: relative;
  }
  .personality-base-future .box .contents-wrap .contents:has(.contents-title.cur) {
    z-index: 4;
  }
  .personality-base-future .box .contents-wrap .contents:has(.contents-title.cur)::before {
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.personality-base-future .box .contents-wrap .contents .contents-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid;
  text-align: center;
  padding: 0 8px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .personality-base-future .box .contents-wrap .contents .contents-title {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .contents-wrap .contents .contents-title {
    position: relative;
    width: 100%;
    padding: 16px 56px 16px 24px;
    text-align: left;
    border: none;
    line-height: 1.6;
    background-color: #fff;
    border-radius: 24px 0 24px 0;
  }
  .personality-base-future .box .contents-wrap .contents .contents-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 26px;
    background: url(/recruit/new_graduates/assets/images/icn_plus.svg) no-repeat center/8px auto, #DF0039;
  }
  .personality-base-future .box .contents-wrap .contents .contents-title.cur::after {
    background-image: url(/recruit/new_graduates/assets/images/icn_minus.svg);
  }
}
@media screen and (max-width: 767px) {
  .personality-base-future .box .personality-list {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 84px;
    pointer-events: none;
    transition: all 0.3s ease;
    height: auto;
    background-color: #fff;
    padding: 16px;
  }
  .personality-base-future .box .personality-list.cur {
    opacity: 1;
    pointer-events: all;
  }
  .personality-base-future .box .personality-list::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 16px;
    bottom: 100%;
    left: calc(50% - 6px);
    background: url(/recruit/new_graduates/assets/images/icn_personality_arr.svg) no-repeat center top/12px auto;
  }
}
.personality-base-future .box .personality-list li {
  position: relative;
  padding-left: 14px;
  font-weight: 500;
  line-height: 1.375;
}
.personality-base-future .box .personality-list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.personality-base-future .box .personality-list li + li {
  margin-top: 4px;
}
.personality-base-future .box.base {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .personality-base-future .box.base {
    padding-top: 40px;
  }
}
.personality-base-future .box.base .box-title::before {
  content: "BASE";
}
.personality-base-future .box.base .contents-wrap .contents-title {
  color: #DF0039;
  border-color: #DF0039;
}
.personality-base-future .box.base .personality-list li::before {
  background-color: #DF0039;
}
.personality-base-future .box.future {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .personality-base-future .box.future {
    padding-bottom: 40px;
  }
}
.personality-base-future .box.future .box-title::before {
  content: "FUTURE";
}
.personality-base-future .box.future .contents-wrap .contents-title {
  color: #0695D4;
  border-color: #0695D4;
}
@media screen and (max-width: 767px) {
  .personality-base-future .box.future .contents-wrap .contents-title::after {
    background: url(/recruit/new_graduates/assets/images/icn_plus.svg) no-repeat center/8px, #0695D4;
  }
}
.personality-base-future .box.future .personality-list li::before {
  background-color: #0695D4;
}

.personality-section {
  overflow: hidden;
  position: relative;
}
.personality-section .cmn-l-inner * {
  position: relative;
  z-index: 2;
}
.personality-section .cmn-l-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 1630px;
  height: 730px;
  left: calc(50% - 815px);
  bottom: -80px;
  background: url(/recruit/new_graduates/assets/images/item_company_business.svg) no-repeat center bottom/cover;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .personality-section .cmn-l-inner::after {
    width: 100%;
    height: 284px;
    left: 0;
    bottom: 0;
  }
}

.enquete-section {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .enquete-section {
    padding: 64px 0;
  }
}
.enquete-section .faq-list > li {
  position: relative;
}
.enquete-section .faq-list > li:has(> .faq-ttl-wrap > .faq-ttl.cur)::after {
  opacity: 1;
}
.enquete-section .faq-list > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 412px;
  height: 310px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  background: url(/recruit/new_graduates/assets/images/bg_faq_list.png) no-repeat right bottom/412px auto;
}
@media screen and (max-width: 767px) {
  .enquete-section .faq-list > li::after {
    background-size: 208px auto;
  }
}
.enquete-section .faq-list > li .faq-body {
  position: relative;
  z-index: 2;
}

.enquete-answer-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}
@media screen and (max-width: 767px) {
  .enquete-answer-list {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}
.enquete-answer-list li {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
  padding: 32px;
  background-color: #F8F8F8;
  border-radius: 16px 0 16px 0;
}
@media screen and (max-width: 767px) {
  .enquete-answer-list li {
    padding: 16px;
  }
}
.enquete-answer-list .answer-person-course {
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  letter-spacing: 0.04em;
  border: 1px solid #333;
  background-color: #fff;
  padding: 6px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .enquete-answer-list .answer-person-course {
    font-size: 1.2rem;
    padding: 4px;
  }
}

@media screen and (min-width: 768px) {
  .job-local-nav-section .job-list {
    gap: 32px;
    justify-content: center;
  }
  .job-local-nav-section .job-list li {
    width: 280px;
  }
}

.guide-table-wrap .guide-table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .guide-table-wrap .guide-table tbody,
  .guide-table-wrap .guide-table tr,
  .guide-table-wrap .guide-table th,
  .guide-table-wrap .guide-table td {
    display: block;
  }
}
.guide-table-wrap .guide-table tr + tr {
  border-top: 1px solid #ddd;
}
.guide-table-wrap .guide-table th,
.guide-table-wrap .guide-table td {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  .guide-table-wrap .guide-table th,
  .guide-table-wrap .guide-table td {
    padding: 20px 0;
  }
}
.guide-table-wrap .guide-table th {
  font-weight: 700;
  vertical-align: top;
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .guide-table-wrap .guide-table th {
    padding-bottom: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .guide-table-wrap .guide-table td {
    padding-top: 0;
    margin-top: 16px;
  }
}
.guide-table-wrap .guide-table .notes-list {
  margin-top: 16px;
}
.guide-table-wrap .guide-table .table-text + .table-text {
  margin-top: 20px;
}

.guide-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.guide-dl-wrap .guide-dl {
  padding: 40px 48px;
  border: 1px solid #ddd;
  border-radius: 24px 0 24px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .guide-dl-wrap .guide-dl {
    padding: 24px;
  }
}
.guide-dl-wrap .guide-dl > dt {
  margin-bottom: 32px;
  padding-bottom: 24px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .guide-dl-wrap .guide-dl > dt {
    margin-bottom: 16px;
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
}
.guide-dl-wrap .guide-dl > dd p + p {
  margin-top: 24px;
}

.guide-inner-dl-wrap {
  margin-top: 16px;
}
.guide-inner-dl-wrap .guide-inner-dl > dt {
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.04em;
}
.guide-inner-dl-wrap .guide-inner-dl > dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
}
.guide-inner-dl-wrap .guide-inner-dl > dd {
  padding-left: 12px;
}

.simple-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.simple-dl-wrap .simple-dl > dt {
  font-weight: 700;
}
.simple-dl-wrap .simple-dl dd {
  margin-top: 8px;
}

.line-dl-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.line-dl-wrap .line-dl > dt {
  display: flex;
  gap: 4px;
  align-items: center;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.04em;
}
.line-dl-wrap .line-dl > dt::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #999;
}
.line-dl-wrap .line-dl > dd {
  margin-top: 8px;
}