/* about pages */


.achievements {
  margin-top: 80px;
  margin-bottom: 80px;
}


.achievement__subtitle {
  margin-bottom: 24px;
}


.achievement__award {
  position: relative;
  max-width: 888px;
  padding: 40px 0;
  margin-bottom: 80px;
  vertical-align: top;
  display: flex;
}


.achievement__award::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  max-width: 583px;
  height: 100%;
  background-color: var(--gray-pare, 0.85);
  border-radius: 0px 0px 75px 0px;
  z-index: -1;
}


.achievement__award::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 303px;
  height: 100%;
  background-color: var(--gray-pare, 0.85);
  z-index: -1;
}


.achievement__award figure{
  max-width: 150px;
  margin: 0 10px;
}


.achievement__award figcaption{
  line-height: 1em;
  font-size: 0.8em;
  margin-bottom: 1em;
}


.achievement__award-img {
  max-width: 100%;
}



.achievement__logo-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -moz-column-gap: 31px;
       column-gap: 31px;
  row-gap: 40px;
  align-items: center;
  margin-bottom: 47px;
}


.achievement__logo-item {
  text-align: center;
}


.achievement__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}


.achievement__content-list li {
  margin-top: 0;
}


.achievement__content-list + .achievement__content-list.is-active-item {
  display: block;
}


.achievements__decor-1 {
  position: absolute;
  max-width: 227px;
  top: 583px;
  left: -19px;
}


.achievements__decor-2 {
  position: absolute;
  max-width: 590px;
  top: 225px;
  right: -354px;
  z-index: -1;
}



.achievement__aws {
  display: flex;
  background: var(--gray-pare, 0.85);
  padding: 30px;
  margin-top: 50px;
}



.achievement__aws figure {
  width: 100px;
}


.achievement__aws figcaption {
  margin-left: 1em;
  font-weight: bold;
}


.recruitment {
  margin-bottom: 120px;
}


.recruitment__decor-1 {
  position: absolute;
  max-width: 92px;
  top: 202px;
  left: 16px;
  z-index: -1;
}


.recruitment__decor-2 {
  position: absolute;
  max-width: 50px;
  top: 198px;
  right: 64px;
}


.recruitment__btn {
  width: 351px;
  margin: 0 auto;
}


.about-title__decor {
  position: absolute;
  max-width: 366px;
  top: -15px;
  right: -126px;
  padding-right: 20px;
  padding-left: 20px;
}


.about-title__decor::before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 255px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}


.necfru-about__title {
  margin-bottom: 24px;
}


.necfru-about__des {
  margin-bottom: 24px;
}


.necfru-about__decor {
  position: absolute;
  z-index: -1;
}


.necfru-about__decor-left {
  max-width: 420px;
  top: 243px;
  left: -75px;
}


.necfru-about__decor-right {
  max-width: 357px;
  top: 33px;
  right: -236px;
}


.shunsuke-kusanagi {
  position: relative;
  gap: 32px;
}


.shunsuke-kusanagi__content {
  position: relative;
  width: 50%;
  margin-top: auto;
}


.shunsuke-kusanagi__img {
  width: 50%;
}


.shunsuke-kusanagi__signature {
  position: absolute;
  width: 310px;
  height: 75px;
  top: -25px;
  left: 71px;
  z-index: 1;
}


.necfru-intro {
  padding: 80px 0;
}


.necfru-intro_content {
  letter-spacing: 0.01em;
}


.necfru-intro__decor-top {
  position: absolute;
  max-width: 140px;
  height: 137px;
  top: 0;
  left: 37px;
  z-index: -1;
}


.necfru-intro__decor-bot {
  position: absolute;
  max-width: 359px;
  top: 176px;
  right: -175px;
}


/* Necfru Profile */
.necfru-profile {
  width: 100%;
  min-height: 951px;
  padding-bottom: 80px;
}


.necfru-profile__bg {
  position: absolute;
  width: 575px;
  height: 269px;
  top: 0;
  left: 0;
  background: var(--gradient-blue-100);
  border-radius: 0px 80px 0px 0px;
}


.necfru-profile__decor {
  position: absolute;
  max-width: 308px;
  top: 168px;
  left: -103px;
}


.necfru-profile__title {
  padding: 40px 0 24px;
}


.necfru-profile__card {
  position: relative;
  width: 848px;
  height: auto;
  margin: 0 auto;
  padding: 64px 88px 80px;
  background: #F8F8F8;
  border-top: 4px solid #004DF4;
  border-radius: 0px 0px 40px 0px;
}


.necfru-profile__card-item {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-light);
}


.necfru-profile__card-left {
  width: 26.192%;
  color: var(--gray-stome);
}


.necfru-profile__card-right {
  width: 73.808%;
  line-height: 180%;
}


.card_right-title {
  font-weight: 600;
}


.card_right-text {
  padding-bottom: 8px;
}


.card-right__content:not(:last-child) {
  border-bottom: 1px dashed var(--gray-light);
  margin-bottom: 8px;
}



.necfru-philosophy{
  margin-top:100px;
}


.necfru-philosophy_list{
  list-style: decimal;
  padding-left:1.5em;
}


.necfru-philosophy_list li::marker {
  font-weight:bold;
}

@media (min-width: 1280px) {
.header--top-page:not(.header-sticky) .header__menu-crossbar {
    color: var(--white);
  }
}

@media (max-width: 1279px) {
.header__menu-crossbar::before {
    display: none;
  }


  .header__menu-crossbar {
    display: block;
    margin-left: 0;
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid var(--gray-light);
    border-left: var(--not-border);
    margin-bottom: 38px;
  }
}

@media (max-width: 1024px) {
.necfru-profile__card {
    width: 700px;
  }
}

@media (max-width: 768px) {
/*向井追記パッケージ------------*/


  .h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
  }


  .main-title {
    font-size: 32px;
  }


  .headline {
    font-size: 26px;
  }


  .bold {
    font-weight: 700;
  }


  .block-md {
    display: block;
  }


  .hide-md {
    display: none;
  }


  .arrow-left--gray::before {
    left: -48px;
  }


  .ul li,
.ol li {
    margin-top: 5px;
  }


  .ul ul,
.ul ol,
.ol ul,
.ol ol {
    margin-top: 5px;
  }


  .btn--secondary span {
    padding-right: 6px;
  }


  .split-cta__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
  }


  .split-cta__btn {
    width: 100%;
  }


  .split-cta__btn span {
    padding-right: 6px;
  }


  .split-cta__btn + .split-cta__btn {
    margin-left: 0;
    margin-top: 16px;
  }


  .page-title__container {
    height: 200px;
  }


  .page-title__container .main-title {
    padding-bottom: 20px;
  }


  .page-title__container .main-title::after {
    width: 100%;
  }


  .inquiry-form__note .p1 {
    font-size: 14px;
  }


  .achievements {
    margin-top: 0;
  }


  .achievement__subtitle {
    font-weight: 700;
    margin-bottom: 26px;
  }



  .achievement__subtitle:nth-child(1) {
    margin-bottom: 32px;
  }


  .achievement__award {
    padding: 27px 0 40px;
  }



  .achievement__award figure {
    text-align: center;
  }


  .achievement__award::before {
    left: -24px;
    right: -24px;
    width: auto;
    max-width: inherit;
  }


  .achievement__award::after {
    display: none;
  }


  .achievement__award-img {
    width: 144px;
  }


  .achievement__logo-list {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 27px;
    -moz-column-gap: 22px;
         column-gap: 22px;
    margin-bottom: 32px;
  }


  .achievement__content {
    grid-template-columns: 1fr;
    gap: 0;
  }


  .achievement__content-list li {
    font-weight: 400;
    margin-top: 0;
  }


  .achievement__content-list + .achievement__content-list {
    display: none;
  }


  .recruitment__btn {
    width: 100%;
  }


  .recruitment__btn a {
    height: 48px;
  }


  .about-title__decor {
    width: 160px;
    padding-right: 0;
    padding-left: 0;
    right: 0;
    top: 0;
  }


  .about-title__decor::before {
    height: 200px;
  }


  .necfru-about__title {
    margin-bottom: 32px;
  }


  .necfru-about__des {
    margin-bottom: 16px;
  }


  .shunsuke-kusanagi {
    gap: 0;
    flex-direction: column-reverse;
  }


  .shunsuke-kusanagi__content {
    width: 100%;
    margin-bottom: 80px;
  }


  .shunsuke-kusanagi__img {
    width: 100%;
    margin-bottom: 16px;
  }


  .shunsuke-kusanagi__signature {
    width: 208px;
    height: 50px;
    top: -8px;
    right: 0;
    left: unset;
  }


  .necfru-intro {
    padding: 80px 0 40px;
  }


  .necfru-intro_content {
    font-weight: 400;
  }


  .necfru-profile__bg {
    width: 268px;
    height: 776px;
  }


  .necfru-profile__title {
    padding: 40px 0 44px;
  }


  .necfru-profile__card {
    width: calc(100% - 48px);
    padding: 8px 20px 40px;
  }


  .necfru-profile__card-item {
    display: block;
  }


  .necfru-profile__card-left {
    width: 100%;
    font-weight: 400;
  }


  .necfru-profile__card-right {
    width: 100%;
    font-weight: 400;
  }


  .card_right-title {
    font-weight: 700;
  }


  .card_right-text {
    font-weight: 400;
  }


  /*向井追記-----------------*/
  .necfru-philosophy {
    margin-top: 0px;
  }



  .banner{
    display: none;
  }
}

/* Extracted from common.css */


.mb-10 {
  margin-bottom: 10px;
}


.mb-30 {
  margin-bottom: 30px;
}


.w1 {
  width: 100%;
}
