
.accordion {
  background: #f5f6f7;
}
.accordion[open] .accordion__head::after {
  background: currentColor;
  height: 1px;
  rotate: none;
  width: 17px;
}
.accordion__head {
  -webkit-align-items: center;
          align-items: center;
  color: #2b5ad9;
  cursor: pointer;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  grid-template-columns: minmax(0, 1fr) auto;
  line-height: 1.8;
  list-style: none;
  padding: 20px 40px;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion__head::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10.5px;
  width: 7px;
  rotate: 90deg;
}
.accordion__head::-webkit-details-marker {
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion__head {
    padding: 20px 24px;
  }
}
.accordion__head:hover {
  opacity: 0.6;
}
.accordion__headText {
  font-weight: inherit;
}
.accordion__body {
  overflow: hidden;
}
.accordion__bodyInner {
  padding: 0 40px 20px;
}
.accordion__list {
  display: grid;
  gap: 12px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .accordion__list {
    padding-left: 0;
  }
}
.accordion__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.accordion__link {
  color: #2b5ad9;
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.accordion__link:hover {
  opacity: 0.6;
}

.buttonGray {
  -webkit-align-items: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f5f6f7;
  border: none;
  color: #2b5ad9;
  cursor: pointer;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 20px 40px;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.buttonGray::after {
  background-image: url(../images/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10.5px;
  width: 7px;
  rotate: 90deg;
}
@media screen and (max-width: 768px) {
  .buttonGray {
    padding: 20px 24px;
  }
}
.buttonGray:hover {
  opacity: 0.6;
}
.buttonGray__text {
  font-weight: inherit;
  -moz-text-align-last: left;
       text-align-last: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.buttonGray_opacity_text .buttonGray::after, .buttonGray_opacity_text .buttonGray__text {
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.buttonGray_opacity_text:hover {
  opacity: 1;
}
.buttonGray_opacity_text:hover .buttonGray::after, .buttonGray_opacity_text:hover .buttonGray__text {
  opacity: 0.6;
}
.buttonGray_icon_left {
  grid-template-columns: auto minmax(0, 1fr);
}
.buttonGray_icon_left::after {
  -webkit-order: -1;
          order: -1;
}
.moreLink {
  -webkit-align-items: center;
          align-items: center;
  border: 1px solid #2b5ad9;
  box-sizing: content-box;
  color: #2b5ad9;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  gap: 56px;
  grid-area: link;
  -webkit-justify-content: center;
          justify-content: center;
  justify-self: center;
  line-height: 1em;
  padding-bottom: 17.5px;
  padding-left: 56px;
  padding-right: 110px;
  padding-top: 17.5px;
  position: relative;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: auto;
}
.moreLink::before {
  background-image: url(../../images/old/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 8px;
}
.moreLink::after {
  border-left: 1px solid #2b5ad9;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 54px;
}
.moreLink:hover {
  background-color: #2b5ad9;
  color: #fff;
}
.moreLink:hover::before {
  background-image: url(../../images/old/arrow_white.svg);
}
.moreLink:hover::after {
  border-left: 1px solid #fff;
}

.descList {
  display: grid;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.8;
}
.descList__item {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  border-bottom: 1px solid #d0d0d0;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 12rem minmax(0, 1fr);
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .descList__item {
    grid-template-columns: minmax(0, 1fr);
  }
}
.descList__item:first-child {
  padding-top: 0;
}
.descList__term {
  font-weight: 700;
}
.descList_type_separator {
  gap: 6px;
  line-height: 2;
}
.descList_type_separator .descList__item {
  -webkit-align-items: center;
          align-items: center;
  border-bottom: none;
  gap: 16px;
  grid-template-columns: 10rem auto minmax(0, 1fr);
  padding: 0;
}
.descList_type_separator .descList__item::before {
  background: #d0d0d0;
  content: "";
  height: calc(100% - 8px);
  width: 1px;
}
.descList_type_separator .descList__term {
  font-weight: 400;
  -webkit-order: -1;
          order: -1;
}
.descList_type_separator .descList__link {
  color: #2b5ad9;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 0.0714285714em;
  text-underline-offset: 0.1428571429em;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.descList_type_separator .descList__link:hover {
  opacity: 0.6;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.aboutHelloWorkJobs {
  background: #eef7ea;
}
.aboutHelloWorkJobs__inner {
  display: grid;
  gap: 28px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .aboutHelloWorkJobs__inner {
    gap: 20px;
    padding: 20px;
  }
}
.aboutHelloWorkJobs__textWrap {
  overflow-wrap: anywhere;
  word-break: normal;
}
.aboutHelloWorkJobs__text {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}
.aboutHelloWorkJobs__text_color_red {
  color: #F75300;
  font-weight: 700;
}
.aboutHelloWorkJobs__img {
  display: block;
  width: 100%;
}

.aboutPeople {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  background-color: #F5F6F7;
  display: -webkit-flex;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 40px;
  padding: 32px 60px;
}
.aboutPeople + .aboutPeople {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aboutPeople {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    padding: 14px 16px;
  }
  .aboutPeople + .aboutPeople {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}
.aboutPeople__img {
  border-radius: 50%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 120px;
}
@media screen and (max-width: 768px) {
  .aboutPeople__img {
    width: 48px;
    height: 48px;
  }
}
.aboutPeople__text {
  font-size: 1.4rem;
  line-height: 2;
  padding-top: 19px;
}
@media screen and (max-width: 768px) {
  .aboutPeople__text {
    padding-top: 0px;
  }
}

.jobSearchButton {
  background: #24a36a;
  color: #fff;
  container: jobSearchButton/inline-size;
  display: grid;
  font-size: 1.6rem;
  font-weight: 700;
  grid-template-rows: 1fr;
  letter-spacing: 0;
  line-height: 1.8;
  min-height: 83px;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.jobSearchButton:hover {
  opacity: 0.6;
}
.jobSearchButton__inner {
  -webkit-align-items: center;
          align-items: center;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 12cqw 260px 12cqw 1fr;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 8px 20px 7px;
}
@container (width < 450px) {
  .jobSearchButton__inner {
    padding: 8px 8px 7px;
  }
}
@container (width < 400px) {
  .jobSearchButton__inner {
    gap: 0px;
    grid-template-columns: minmax(0, 1fr);
  }
}
.jobSearchButton__inner::before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  grid-area: 1/2/-1/span 2;
  height: min(67px, 100%);
  -webkit-mask: url(../images/job_search_icon.svg) no-repeat left center/contain;
          mask: url(../images/job_search_icon.svg) no-repeat left center/contain;
  width: 100%;
}
@container (width < 400px) {
  .jobSearchButton__inner::before {
    align-self: flex-end;
    grid-area: 1/1/-1/-1;
    height: max(44px, 14.8888888889cqw);
  }
}
.jobSearchButton__textWrap {
  display: grid;
  grid-area: 1/1/-1/-1;
  text-align: center;
  translate: 0 -0.0625em;
}
@container (width < 400px) {
  .jobSearchButton__textWrap {
    grid-area: 1/1/-1/-1;
  }
}
.jobSearchButton__mainText {
  --icon-size: calc(12 / 16 * 1em);
  --icon-margin: calc(8 / 16 * 1em);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.jobSearchButton__mainText::after {
  aspect-ratio: 1;
  background: currentColor;
  content: "";
  display: inline-block;
  height: auto;
  margin-left: calc(var(--icon-size) * -1);
  -webkit-mask: url(../images/topLink.svg) no-repeat center/contain;
          mask: url(../images/topLink.svg) no-repeat center/contain;
  width: var(--icon-size);
}
.jobSearchButton__mainText .jobSearchButton__text {
  padding-right: calc(var(--icon-size) + var(--icon-margin));
}
.jobSearchButton__text {
  font-weight: inherit;
}
.jobSearchButton__subText {
  font-size: 1.2rem;
  line-height: 1.8;
}

.interviewCard {
  container: interviewCard/inline-size;
  font-size: 1.4rem;
  line-height: 1.8;
}
.interviewCard__link {
  display: block;
  height: 100%;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 100%;
}
.interviewCard__link:hover {
  opacity: 0.6;
}
.interviewCard__outer {
  height: 100%;
  width: 100%;
}
.interviewCard__inner {
  display: grid;
  gap: 1.4545454545cqw 0;
}
.interviewCard__headImg {
  aspect-ratio: 275/183;
  height: auto;
  width: 100%;
}
.interviewCard__img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.interviewCard__body {
  padding-top: 5.8181818182cqw;
}
@media screen and (max-width: 768px) {
  .interviewCard__body {
    padding-top: 2.3880597015cqw;
  }
}
.interviewCard__content {
  display: grid;
  gap: 2.5454545455cqw 0;
}
@media screen and (max-width: 768px) {
  .interviewCard__content {
    gap: 1.1940298507cqw 0;
  }
}
.interviewCard__title {
  font-size: 2rem;
  line-height: 1.3;
}
.interviewCard__meta {
  color: #939393;
}
.interviewCard__foot {
  display: grid;
  justify-items: flex-end;
}
.interviewCard__more {
  -webkit-align-items: center;
          align-items: center;
  color: #2b5ad9;
  display: grid;
  gap: 0 0.7857142857em;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  translate: 0.7272727273cqw 0;
}
.interviewCard__more::after {
  aspect-ratio: 8/10;
  background: currentColor;
  content: "";
  height: auto;
  -webkit-mask: url(../images/arrow.svg) no-repeat center/contain;
          mask: url(../images/arrow.svg) no-repeat center/contain;
  width: 0.5714285714em;
}
.interviewCard__moreText {
  font-weight: inherit;
}

.interviewKV {
  container: interviewKV/inline-size;
}
.interviewKV__inner {
  -webkit-align-items: center;
          align-items: center;
  display: grid;
  grid-template-columns: [bg-start] 59.0909090909% [content-start] minmax(0, 1fr) [bg-end] 17.5% [content-end];
  grid-template-rows: minmax(0, 1fr);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interviewKV__inner {
    -webkit-align-items: unset;
            align-items: unset;
    grid-template-columns: [bg-start] 8.9552238806% [content-start] minmax(0, 1fr) [bg-end content-end];
    grid-template-rows: [bg-start] auto [bg-end content-start] minmax(0, 1fr) [content-end];
  }
}
.interviewKV__bg {
  aspect-ratio: 726/484;
  grid-area: bg;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .interviewKV__bg {
    aspect-ratio: 335/228;
  }
}
.interviewKV__bgImg {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.interviewKV__content {
  grid-area: content;
}
@media screen and (max-width: 768px) {
  .interviewKV__content {
    margin-right: -20px;
    margin-top: -14.9253731343cqw;
  }
}
.interviewKV__detail {
  background: rgba(43, 90, 217, 0.9);
  color: #fff;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .interviewKV__detail {
    padding: 20px 20px 20px 30px;
  }
}
.interviewKV__detailInner {
  display: grid;
  gap: 30px 0;
}
@media screen and (max-width: 768px) {
  .interviewKV__detailInner {
    gap: 12px 0;
  }
}
.interviewKV__detailInner::before {
  background: currentColor;
  content: "";
  height: 1px;
  -webkit-order: 2;
          order: 2;
  width: 4rem;
}
.interviewKV__title {
  display: grid;
  gap: 12px 0;
  -webkit-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .interviewKV__title {
    gap: 0;
  }
}
.interviewKV__titleText {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .interviewKV__titleText {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.interviewKV__titleText_size_small {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .interviewKV__titleText_size_small {
    font-size: 1.2rem;
  }
}
.interviewKV__text {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2;
  -webkit-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .interviewKV__text {
    line-height: 1.8;
  }
}

.interviewTextBlock {
  display: grid;
  gap: 8px;
}
.interviewTextBlock__q {
  font-weight: 700;
  position: relative;
}
.interviewTextBlock__q::before {
  content: "―― ";
  letter-spacing: -0.1em;
  margin-right: 0.2em;
}
.jointResearch {
  background-color: #F5F6F7;
  box-sizing: border-box;
  display: grid;
  gap: 0 28px;
  grid-template-columns: 288px 1fr;
  padding: 24px;
  width: 100%;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.jointResearch:hover {
  opacity: 0.6;
}
.jointResearch:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1050px) {
  .jointResearch {
    -webkit-flex: 1;
            flex: 1;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    min-width: 335px;
    padding: 12px;
    gap: 12px 0;
  }
}
@media screen and (max-width: 1050px) {
  .jointResearch {
    min-width: auto;
  }
}
.jointResearch__figure {
  aspect-ratio: 311/198;
}
.jointResearch__figure img {
  aspect-ratio: 311/198;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.jointResearch__content {
  display: grid;
  gap: 4px 0;
  grid-template-rows: auto auto auto 1fr;
  margin-bottom: -4px;
}
@media screen and (max-width: 1050px) {
  .jointResearch__content {
    gap: 0;
  }
}
.jointResearch__content_kind_gapLong {
  gap: 8px 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 1050px) {
  .jointResearch__content_kind_gapLong {
    gap: 0;
  }
}
.jointResearch__title {
  display: -webkit-flex;
  display: flex;
  gap: 0 10px;
  -webkit-align-items: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .jointResearch__title {
    font-size: 1.6rem;
    line-height: 1.4em;
  }
}
.jointResearch__subTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .jointResearch__subTitle {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}
.jointResearch__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #969696;
  display: -webkit-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8em;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jointResearch__txt {
    font-size: 1rem;
    line-height: 1.8em;
  }
}

.jointtitle {
  display: grid;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jointtitle {
    margin-bottom: 20px;
  }
}
.jointtitle__content {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  gap: 0 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .jointtitle__content {
    gap: 0 8px;
    margin-bottom: 12px;
  }
}
.jointtitle__kind {
  background-color: #2b5ad9;
  color: #fff;
  display: inline;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8em;
  padding: 0 12px 2px;
}
@media screen and (max-width: 768px) {
  .jointtitle__kind {
    font-size: 1.2rem;
    line-height: 1.8em;
    padding: 0 8px 1px;
  }
}
.jointtitle__date {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
}
.jointtitle__place {
  font-size: 1.4rem;
  margin-left: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jointtitle__place {
    font-size: 1.2rem;
    margin-left: 6px;
  }
}
.jointtitle__place::before {
  background: #D0D0D0;
  content: "";
  display: block;
  height: 12px;
  left: -12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
@media screen and (max-width: 768px) {
  .jointtitle__place::before {
    left: -9px;
    top: 51%;
  }
}
.jointtitle__mainTxt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .jointtitle__mainTxt {
    font-size: 2.6rem;
    line-height: 1.4em;
  }
}
.jointtitle__mainTxt_add_marginBottom {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .jointtitle__mainTxt_add_marginBottom {
    margin-bottom: 10px;
  }
}
.jointtitle__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .jointtitle__txt {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
.editBlock {
  font-size: 1.4rem;
  overflow-wrap: anywhere;
  padding-bottom: 120px;
  padding-top: 40px;
  word-break: normal;
}
@media screen and (max-width: 768px) {
  .editBlock {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
.editBlock > *:not(:last-child) {
  margin-bottom: 2.8571428571em;
}
@media screen and (max-width: 768px) {
  .editBlock > *:not(:last-child) {
    margin-bottom: 1.4285714286em;
  }
}
.editBlock p {
  letter-spacing: 0;
  line-height: 2;
}
.editBlock a {
  color: #2b5ad9;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), -webkit-text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0), -webkit-text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.editBlock a:hover {
  opacity: 0.6;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.editBlock span {
  font-weight: inherit;
}
.editBlock span[style="text-decoration: underline;"] {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffe455;
          text-decoration-color: #ffe455;
  text-decoration-thickness: 0.4285714286em;
  text-underline-offset: -0.0714285714em;
}
.editBlock h2 {
  display: grid;
  font-size: 2em;
  gap: 0 13px;
  grid-template-columns: 3px minmax(0, 1fr);
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .editBlock h2 {
    font-size: 1.4285714286em;
  }
}
.editBlock h2::before {
  -webkit-align-self: center;
          align-self: center;
  background: #2b5ad9;
  content: "";
  height: 61.2244897959%;
  margin-left: -3px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .editBlock h2::before {
    height: 100%;
    translate: none;
  }
}
.editBlock h2:not(:last-child) {
  margin-bottom: 16px;
}
.editBlock h2 + .interviewTextBlock {
  padding-top: 21px;
}
@media screen and (max-width: 768px) {
  .editBlock h2 + .interviewTextBlock {
    padding-top: 8px;
  }
}
.editBlock h3 {
  font-size: 1.7142857143em;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .editBlock h3 {
    font-size: 1.2857142857em;
  }
}
.editBlock h3:not(:last-child) {
  margin-bottom: 16px;
}
.editBlock h4 {
  font-size: 1.4285714286em;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .editBlock h4 {
    font-size: 1.1428571429em;
  }
}
.editBlock h4:not(:last-child) {
  margin-bottom: 16px;
}
.editBlock figure img {
  display: block;
  width: 100%;
}
.editBlock figcaption {
  color: #969696;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  margin: 0;
}
.editBlock ul li {
  display: grid;
  gap: 0 0.8571428571em;
  grid-template-columns: auto minmax(0, 1fr);
  padding-left: 0;
}
.editBlock ul li::before {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  aspect-ratio: 1;
  background: #d9d9d9;
  border-radius: 7.1428571429em;
  content: "";
  height: auto;
  translate: 0 calc(1em - 50%);
  width: 0.4285714286em;
}
.editBlock ol {
  padding-left: 1.0714285714em;
}
.editBlock li {
  color: #000;
  letter-spacing: 0;
  line-height: 2;
  padding-left: 0.6428571429em;
}
.editBlock .interviewTextBlock + h2 {
  padding-top: 38px;
}
@media screen and (max-width: 768px) {
  .editBlock .interviewTextBlock + h2 {
    padding-top: 39px;
  }
}
.books {
  background: #f5f6f7;
}
.books__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(min(145px, 100%), 18.125%) minmax(auto, 495px);
  -webkit-justify-content: center;
          justify-content: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .books__inner {
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    padding: 30px;
  }
}
.books__imgWrap {
  place-self: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .books__imgWrap {
    max-width: 145px;
  }
}
.books__img {
  display: block;
  width: 100%;
}
.books__content {
  align-self: center;
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .books__content {
    gap: 8px;
  }
}
.books__title {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .books__title {
    font-size: 1.6rem;
  }
}
.books__desc {
  font-size: 1.4rem;
  line-height: 2;
}
.buttoncenter {
    text-align: center;
}
.image {
  box-sizing: border-box;
  display: grid;
  gap: 4px;
}
.image__imgWrap {
  border: 1px solid #d0d0d0;
  overflow: hidden;
}
.image__img {
  box-sizing: border-box;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.image__caption {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .scroll {
    margin-right: -20px;
    overflow: auto;
  }
}
@media screen and (max-width: 1020px) {
  .scroll_type_table {
    margin-right: -20px;
    overflow: auto;
  }
  .scroll_type_table .scroll__item {
    display: block;
    max-width: none;
    white-space: normal;
    width: 880px;
  }
}
.scroll__img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll__img {
    display: block;
    overflow: scroll;
    max-width: none;
    padding-right: 20px;
    white-space: nowrap;
    width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .scroll__img_kind_long {
    width: 880px;
  }
}
.scroll__item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll__item {
    display: block;
    max-width: none;
    position: relative;
    white-space: nowrap;
    width: 880px;
  }
  .scroll__item::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 100%;
    top: 0;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scroll__item_kind_long {
    width: 880px;
  }
}

.scrollTxt {
  display: none;
}
@media screen and (max-width: 768px) {
  .scrollTxt {
    -webkit-align-items: center;
            align-items: center;
    color: #969696;
    display: -webkit-flex;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 0;
    line-height: 1em;
    margin-bottom: 6px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .scrollTxt::before {
    background-image: url(../../images/old/scroll_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 1020px) {
  .scrollTxt_type_table {
    -webkit-align-items: center;
            align-items: center;
    color: #969696;
    display: -webkit-flex;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 0;
    line-height: 1em;
    margin-bottom: 6px;
    max-width: none;
  }
}
@media screen and (max-width: 1020px) {
  .scrollTxt_type_table::before {
    background-image: url(../../images/old/scroll_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
  }
}
.sectionUnit:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sectionUnit:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sectionUnit__container.container {
  max-width: 1040px;
  padding: 0px 80px;
}
@media screen and (max-width: 1050px) {
  .sectionUnit__container.container {
    padding: 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .sectionUnit__container.container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sectionUnit__title:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .sectionUnit__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
.sectionUnit__text:not(:last-child) {
  margin-bottom: 28px;
}
.sectionUnit__text + .sectionUnit_type_sub {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .sectionUnit__text + .sectionUnit_type_sub {
    margin-top: 32px;
  }
}
.sectionUnit_type_sub:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sectionUnit_type_sub:not(:last-child) {
    margin-bottom: 32px;
  }
}
.sectionUnit_type_sub .sectionUnit__title:not(:last-child) {
  margin-bottom: 16px;
}
.headingS {
  display: -webkit-flex;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  gap: 0 12px;
  line-height: 1.3em;
  margin-left: -3px;
}
@media screen and (max-width: 768px) {
  .headingS {
    font-size: 1.6rem;
    line-height: 1.3em;
  }
}
.headingS::before {
  border-left: 3px solid #2b5ad9;
  content: "";
  display: block;
}

.table {
  border: 1px solid #d0d0d0;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 880px;
  min-width: 880px;
  width: 100%;
}
.table__thead {
  border: 1px solid #d0d0d0;
}
.table__thead .table__th {
  background: #E3E3E3;
  font-size: 1.2rem;
  font-weight: bold;
  height: var(--table-head-th-height);
  line-height: 1;
  vertical-align: middle;
  --table-head-th-height: 37px;
}
.table__tr:not(:last-of-type) {
  border-bottom: 1px solid #d0d0d0;
}
.table__item_textalign_left {
  text-align: left;
}
.table__item_textalign_center {
  text-align: center;
}
.table__item_type_redBold {
  color: #E51F00;
  font-weight: bold;
}
.table__bg_color_gray {
  background: #F5F6F7;
}
.table__th {
  font-size: 1.2rem;
}
.table__th_type_head {
  background: #E3E3E3;
  font-weight: bold;
}
.table__th, .table__td {
  border-right: 1px solid #d0d0d0;
  height: 25px;
  height: var(--table-height);
  line-height: 1.2;
  padding: var(--table-padding);
  vertical-align: middle;
  width: var(--table-width);
  --table-width: auto;
  --table-height: 32px;
  --table-padding: 7px 14px;
}
.table__td {
  --table-td-fontsize: 1.4rem;
  font-size: var(--table-td-fontsize);
}
.table__td_type_head {
  background: #E3E3E3;
  font-weight: bold;
}
.table__fig {
  height: auto;
  margin: 0 auto;
  width: 120px;
}
.table__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.baseText {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
}

.baseTextLink {
  color: #2b5ad9;
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1428571429em;
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), -webkit-text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  transition: opacity 0.15s cubic-bezier(0.11, 0, 0.5, 0), text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0), -webkit-text-decoration-color 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.baseTextLink:hover {
  opacity: 0.6;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 40px;
  padding-bottom: 7px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2.6rem;
    height: auto;
    line-height: 1.4em;
    margin-bottom: 28px;
    padding-bottom: 12px;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .title {
    font-size: 2.4rem;
  }
}
.title::after {
  background-color: #d0d0d0;
  content: "";
  display: block;
  height: 1.2px;
  position: absolute;
  top: 100%;
  width: 60px;
}
@media screen and (max-width: 768px) {
  .title::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.title_kind_reason {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title_kind_reason {
    margin-bottom: 28px;
  }
}
.title_kind_reason::after {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.title_kind_produce {
  color: #fff;
  margin-bottom: 20px;
  padding-top: 60px;
}
@media screen and (max-width: 1050px) {
  .title_kind_produce {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .title_kind_produce {
    margin-top: 50px;
  }
}
.title_kind_produce::after {
  background-color: #fff;
}
@media screen and (max-width: 1050px) {
  .title_kind_produce::after {
    left: 50%;
    top: calc(100% + 10px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .title_kind_produce::after {
    top: calc(100% + 12px);
  }
}
.title_kind_inquiry {
  margin-bottom: 29px;
}
@media screen and (max-width: 768px) {
  .title_kind_inquiry {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .title_kind_partners {
    margin-bottom: 29px;
  }
}
.title_kind_partners::after {
  background-color: #fff;
}
.title_kind_news {
  grid-area: title;
  place-self: flex-start;
}
@media screen and (max-width: 768px) {
  .title_kind_news {
    margin-bottom: 29px;
    place-self: center;
  }
}
.title_kind_recruit {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .title_kind_recruit {
    margin-bottom: 28px;
  }
}

.titleMessage {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 16px;
  position: relative;
  margin-bottom: 32px;
}
.titleMessage_type_marginTop {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .titleMessage_type_marginTop {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .titleMessage {
    font-size: 2.6rem;
    line-height: 1.4em;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.titleMessage_kind_joint {
  margin-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .titleMessage_kind_joint {
    margin-bottom: 36px;
  }
}
.titleMessage_modify_marginBottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .titleMessage_modify_marginBottom {
    margin-bottom: 16px;
  }
}
.titleMessage::before {
  background-color: #2b5ad9;
  bottom: 0;
  content: "";
  display: block;
  height: 2.4px;
  left: 0;
  position: absolute;
  width: 24px;
  z-index: 0;
}
.titleMessage::after {
  background-color: #D0D0D0;
  bottom: 0;
  content: "";
  display: block;
  height: 1.2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.titleS {
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-flex;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  -webkit-justify-content: center;
          justify-content: center;
  line-height: 1.3em;
  padding-bottom: 16px;
  position: relative;
}
.titleS::after {
  background-color: #D0D0D0;
  content: "";
  display: block;
  height: 1.2px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.magnifying {
  display: none;
}
@media screen and (max-width: 768px) {
  .magnifying {
    -webkit-align-items: center;
            align-items: center;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    gap: 2px;
    line-height: 1em;
    margin-bottom: 6px;
    max-width: 648px;
  }
}
@media screen and (max-width: 768px) {
  .magnifying::before {
    background-image: url(../../images/old/magnifying_icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 16.81px;
    width: 16.81px;
  }
}
@media screen and (max-width: 768px) {
  .magnifying_color_gray {
    color: #969696;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .magnifying_color_gray::before {
    background-image: url(../../images/old/magnifying_icon_gray.svg);
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container_type_small {
  max-width: 1020px;
}
@media screen and (max-width: 1050px) {
  .container_type_small {
    max-width: none;
  }
}
.container_kind_componentsList {
  max-width: 880px;
}
@media screen and (max-width: 768px) {
  .container_kind_componentsList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.grid1column {
  display: grid;
  gap: 20px;
}

.grid2column {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid2column {
    grid-template-columns: minmax(0, 1fr);
  }
}

.grid3column {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .grid3column {
    grid-template-columns: 1fr;
  }
}

.grid4column {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .grid4column {
    grid-template-columns: minmax(0, 1fr);
  }
}
.menuCard {
  background-color: #F5F6F7;
  display: grid;
  grid-template-rows: auto 1fr;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
}
.menuCard:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .menuCard {
    width: 100%;
  }
}
.menuCard[target=_blank] .menuCard__title::after {
  aspect-ratio: 1;
  background: currentColor;
  content: "";
  display: inline-block;
  height: auto;
  margin-left: 0.5em;
  -webkit-mask: url(../../images/old/topLink.svg) no-repeat center/contain;
          mask: url(../../images/old/topLink.svg) no-repeat center/contain;
  width: 0.75em;
}
.menuCard__img {
  aspect-ratio: 328/205;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.menuCard__content {
  display: grid;
  gap: 6px 0;
  grid-template-rows: auto 1fr;
  padding: 16px 28px 28px;
}
.menuCard__title {
  color: #2b5ad9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8em;
  padding-left: 14px;
  position: relative;
  text-decoration: underline;
  -webkit-text-decoration-color: #2b5ad9;
          text-decoration-color: #2b5ad9;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-thickness: 1px;
}
.menuCard__title::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  background-image: url(../../images/old/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10.5px;
  width: 7px;
}
.menuCard__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8em;
}
.menuCard_type_horizontal {
  grid-template-columns: 83px minmax(0, 1fr);
  grid-template-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .menuCard_type_horizontal {
    grid-template-columns: minmax(75px, 22.3880597015%) minmax(0, 1fr);
  }
}
.menuCard_type_horizontal .menuCard__img {
  aspect-ratio: unset;
  height: 100%;
}
.menuCard_type_horizontal .menuCard__content {
  -webkit-align-content: center;
          align-content: center;
  gap: 0px 0;
  grid-template-rows: unset;
  padding: 16px 20px 17px;
}
@media screen and (max-width: 768px) {
  .menuCard_type_horizontal .menuCard__content {
    padding: 11px 16px 12px;
  }
}

.recruitCareer {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
  padding-top: 210px;
}
@media screen and (max-width: 1050px) {
  .recruitCareer {
    padding-bottom: 60px;
    padding-top: 89px;
  }
}
.recruitCareer__breadcrumb {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__breadcrumb {
    margin-bottom: 40px;
  }
}
.recruitCareer__engage #engage-contributions-widget-wrapper {
  max-width: 500px !important;
  width: 100% !important;
}
.recruitCareer__sectionUnit:not(:last-child) {
  margin-bottom: 60px;
}
.recruitCareer__sectionUnit .sectionUnit__title:not(:last-child) {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit .sectionUnit__title:not(:last-child) {
    margin-bottom: 36px;
  }
}
.recruitCareer__sectionUnit .sectionUnit_type_sub:not(:last-child) {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit .sectionUnit_type_sub:not(:last-child) {
    margin-bottom: 42px;
  }
}
.recruitCareer__sectionUnit .sectionUnit_type_sub .sectionUnit__title:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit .sectionUnit_type_sub .sectionUnit__title:not(:last-child) {
    margin-bottom: 18px;
  }
}
.recruitCareer__sectionUnit .sectionUnit__image {
  margin-bottom: 14px;
}
.recruitCareer__sectionUnit_type_ExternalLink:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit_type_ExternalLink:not(:last-child) {
    margin-bottom: 42px;
  }
}
.recruitCareer__sectionUnit_type_about:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit_type_about:not(:last-child) {
    margin-bottom: 42px;
  }
}
.recruitCareer__sectionUnit_type_HelloWork:not(:last-child) {
  margin-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit_type_HelloWork:not(:last-child) {
    margin-bottom: 60px;
  }
}
.recruitCareer__sectionUnit_type_interview .sectionUnit__title:not(:last-child) {
  margin-bottom: 31px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__sectionUnit_type_interview .sectionUnit__title:not(:last-child) {
    margin-bottom: 16px;
  }
}
.recruitCareer__tocList {
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .recruitCareer__tocList {
    gap: 16px;
  }
}
.recruitCareer__accordion .accordion__headText {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.recruitCareer__interviewKV {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recruitCareer__interviewKV {
    margin-bottom: 22px;
  }
}
.recruitCareer__interviewKV .interviewKV__inner {
  grid-template-columns: [bg-start] 59.5454545455% [content-start] minmax(0, 1fr) [bg-end] 17.5% [content-end];
}
@media screen and (max-width: 768px) {
  .recruitCareer__interviewKV .interviewKV__inner {
    grid-template-columns: [bg-start] 8.9552238806% [content-start] minmax(0, 1fr) [bg-end content-end];
  }
}
.recruitCareer__interviewKV .interviewKV__bg {
  aspect-ratio: 726/496;
}
@media screen and (max-width: 768px) {
  .recruitCareer__interviewKV .interviewKV__bg {
    aspect-ratio: 335/228;
  }
}
@media screen and (max-width: 768px) {
  .recruitCareer__interviewKV .interviewKV__detail {
    padding: 20px 20px 23px 30px;
  }
}
.recruitCareer__jointtitle {
  margin-bottom: 16px;
}
.recruitCareer__content {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .recruitCareer__content.editBlock > *:not(:last-child) {
    margin-bottom: 1.7142857143em;
  }
}
.recruitCareer__content.editBlock p + h2 {
  padding-top: 1.3571428571em;
}
@media screen and (max-width: 768px) {
  .recruitCareer__content.editBlock p + h2 {
    padding-top: 2em;
  }
}
.recruitCareer__content.editBlock h2:not(:last-child) {
  margin-bottom: 16px;
}
.recruitCareer__content.editBlock figure + h2 {
  padding-top: 1.3214285714em;
}
@media screen and (max-width: 768px) {
  .recruitCareer__content.editBlock figure + h2 {
    padding-top: 2em;
  }
}
.recruitCareer__moreLink {
  box-sizing: border-box;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 74px;
  width: min(100%, 454px);
}
@media screen and (max-width: 768px) {
  .recruitCareer__moreLink {
    font-size: 1.4rem;
    padding-bottom: 19px;
    padding-left: 10px;
    padding-right: 70px;
    padding-top: 18px;
  }
}

.recruitGeneral {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
  padding-top: 210px;
}
@media screen and (max-width: 1050px) {
  .recruitGeneral {
    padding-bottom: 60px;
    padding-top: 89px;
  }
}
.recruitGeneral__breadcrumb {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .recruitGeneral__breadcrumb {
    margin-bottom: 40px;
  }
}
.recruitGeneral__sectionUnit:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruitGeneral__sectionUnit:not(:last-child) {
    margin-bottom: 60px;
  }
}
.recruitGeneral__sectionUnit .sectionUnit__title:not(:last-child) {
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .recruitGeneral__sectionUnit .sectionUnit__title:not(:last-child) {
    margin-bottom: 15px;
  }
}
.recruitGeneral__sectionUnit .sectionUnit_type_sub .sectionUnit__title:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recruitGeneral__sectionUnit .sectionUnit_type_sub .sectionUnit__title:not(:last-child) {
    margin-bottom: 17px;
  }
}
.recruitGeneral__descList {
  overflow-wrap: anywhere;
  word-break: normal;
}

.recruitGraduate {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
  padding-top: 210px;
}
@media screen and (max-width: 1050px) {
  .recruitGraduate {
    padding-bottom: 60px;
    padding-top: 89px;
  }
}
.recruitGraduate__breadcrumb {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .recruitGraduate__breadcrumb {
    margin-bottom: 40px;
  }
}
.recruitGraduate__sectionUnit .sectionUnit__text + .recruitGraduate__tableWrap {
  margin-top: -12px;
}
.recruitGraduate__sectionUnit_type_interview .sectionUnit__title {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .recruitGraduate__sectionUnit_type_interview .sectionUnit__title {
    margin-bottom: 38px;
  }
}
.recruitGraduate__tableWrap {
  padding-bottom: 8px;
}
.recruitGraduate__interviewList {
  gap: 61px 28px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruitGraduate__interviewList {
    gap: 28px;
    margin-bottom: 58px;
  }
}
.recruitGraduate__moreLink {
  box-sizing: border-box;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 74px;
  width: min(100%, 454px);
}
@media screen and (max-width: 768px) {
  .recruitGraduate__moreLink {
    font-size: 1.4rem;
    padding-bottom: 19px;
    padding-left: 10px;
    padding-right: 70px;
    padding-top: 18px;
  }
}
.recruitGraduate__figure:not(:last-of-type) {
  margin-bottom: 50px;
}
.recruitGraduate__video {
  aspect-ratio: 16/9;
  max-width: 560px;
  width: 100%;
}

.recruitGraduateIframe {
  margin-bottom: 28px;
}
.recruitGraduateIframe__wrap {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.recruitGraduateIframe__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.recruitGraduateIframe__caption {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 8px;
}

.recruitMsg {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 80px;
  padding-top: 210px;
}
@media screen and (max-width: 1050px) {
  .recruitMsg {
    padding-bottom: 60px;
    padding-top: 89px;
  }
}
.recruitMsg__breadcrumb {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .recruitMsg__breadcrumb {
    margin-bottom: 40px;
  }
}
.recruitMsg__sectionUnit:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruitMsg__sectionUnit:not(:last-child) {
    margin-bottom: 60px;
  }
}
.recruitMsg__message {
  grid-template-columns: minmax(0, 1fr) 200px;
}
@media screen and (max-width: 768px) {
  .recruitMsg__message {
    grid-template-columns: minmax(0, 1fr);
  }
}
.recruitMsg__messageContent {
  display: grid;
  justify-items: center;
  overflow: hidden;
  width: 100%;
}
.recruitMsg__messageText {
  font-size: 1.4rem;
  line-height: 2;
}
.recruitMsg__messageText:not(:last-child) {
  margin-bottom: 2em;
}
.recruitMsg__messageImg {
  display: block;
  width: min(100%, 200px);
}
.recruitMsg__linkGrid {
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .recruitMsg__linkGrid {
    gap: 14px;
  }
}

.recruit__grid3column {
  gap: 29px 28px;
}

.sustainability__unit {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sustainability__unit {
    margin-bottom: 40px;
  }
}
.sustainability__unit:last-child {
  margin-bottom: 103px;
}
@media screen and (max-width: 768px) {
  .sustainability__unit:last-child {
    margin-bottom: 60px;
  }
}
.sustainability__title {
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .sustainability__title_modify_marginBottom {
    margin-bottom: 30px;
  }
}
.management__figure {
  margin-bottom: 28px;
}
.management__figure_type_iso {
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .management__figure_type_iso {
    margin: 30px auto 0;
  }
}
.management__smUnit:not(:last-of-type) {
  margin-bottom: 40px;
}
.management__leadText {
  margin-bottom: 40px;
}
.management__headingS {
  margin-bottom: 16px;
}
.management__olList {
  /*padding-left: 1.5em;
  text-indent: -0.5em;*/
  padding-left: 1em;
}
.message__smallContainer {
  padding-bottom: 60px;
}
.message__smallContainer:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 1050px) {
  .message__smallContainer:last-child {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .message__smallContainer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .message__smallContainer {
    padding-bottom: 40px;
  }
}
.message__unit {
  display: grid;
  gap: 0 28px;
  grid-template-columns: 1fr auto;
}
@media screen and (max-width: 768px) {
  .message__unit {
    display: grid;
    gap: 28px 0;
    grid-template-columns: 1fr;
  }
}
.message__unit_kind_modal {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .message__unit_kind_modal {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
}
.message__content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 2em;
}
.message__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .message__magnifying {
    margin-top: 29px;
  }
}
.message__ceoImg {
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 198px;
}
@media screen and (max-width: 768px) {
  .message__ceoImg {
    justify-self: center;
  }
}
.message__img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 426px;
}
@media screen and (max-width: 768px) {
  .message__img {
    justify-self: center;
  }
}
.modal {
  box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .modal {
    padding: 0;
    text-align: center;
  }
}
.modal_kind_top {
  padding: 0 460px 0 70px;
  max-width: 648px;
}
@media screen and (max-width: 1050px) {
  .modal_kind_top {
    padding: 0;
    max-width: 664.94px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .modal_kind_top {
    margin-bottom: 20px;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}
.modal__imgMain {
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal__imgMain {
    cursor: pointer;
  }
}
.modal__imgMain_kind_top {
  width: clamp(506px, 50.625vw, 648px);
}
@media screen and (max-width: 1050px) {
  .modal__imgMain_kind_top {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .modal__imgMain_kind_top {
    cursor: pointer;
  }
}
.modal__imgWrapperHidden {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100vh;
  -webkit-justify-content: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.modal__close {
  background-color: #2b5ad9;
  box-sizing: content-box;
  content: "";
  height: 30px;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 112px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  z-index: 2;
}
.modal__close::before {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 21.21px;
}
.modal__close::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 21.21px;
}
.modal__imgHidden {
  display: block;
  margin-top: 182px;
  max-height: 1024px;
  max-width: 768px;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: scroll;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .modal__imgHidden {
    max-height: 640px;
    max-width: 480px;
  }
}
.modal__bg {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: 0.15s cubic-bezier(0.11, 0, 0.5, 0);
  width: 100%;
  z-index: -2;
}
.js_topBg {
  opacity: 0.6;
  visibility: visible;
}

.js_topVisible {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.js_modalStop {
  overflow: hidden;
}
.iso26000__breadcrumb {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .iso26000__breadcrumb {
    margin-bottom: 40px;
  }
}
.iso26000__smUnit:not(:last-of-type) {
  margin-bottom: 40px;
}
.iso26000__leadText {
  margin-bottom: 40px;
}
.iso26000__headingS {
  margin-bottom: 16px;
}
.iso26000 .titleMessage sub {
  font-size: 1.4rem;
}
.iso26000 .table__td img {
  display: block;
  margin: 12px auto 0;
}
.iso26000 .table__imgWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.iso26000 .table__imgWrap img {
  margin: 12px 2px 0;
}

.esg__baseText:not(:last-of-type) {
  margin-bottom: 24px;
}
.esg__headingS {
  margin-bottom: 16px;
  margin-top: 40px;
}
.esg__list {
  list-style: none;
  padding-bottom: 60px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .esg__list {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.esg__item {
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  display: -webkit-flex;
  display: flex;
}
.esg__item:not(:last-of-type) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .esg__item:not(:last-of-type) {
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 768px) {
  .esg__item {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.esg__figure {
  min-width: 275px;
  width: 275px;
}
@media screen and (max-width: 768px) {
  .esg__figure {
    margin-bottom: 14px;
    min-width: auto;
    width: 100%;
  }
}
.esg__img {
  width: 100%;
}
.esg__itemTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .esg__itemTitle {
    margin-top: 0px;
  }
}
.esg__text:not(:last-of-type) {
  margin-bottom: 27px;
}
.esg__dl {
  margin-top: 24px;
}
.esg__dt, .esg__dd {
  font-size: 1.4rem;
  line-height: 2;
}
.esg__dd + .esg__dt {
  margin-top: 24px;
}
.esg__dd {
  margin-top: 16px;
}
.esg__flexColumn {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
  row-gap: 24px;
}
.esg__image {
  max-width: 335px;
}
.esg__image_size_logo {
  max-width: 200px;
}
.esg__image_size_logo .image__imgWrap {
  border: none;
}
.esg__moreLink {
  box-sizing: border-box;
  line-height: inherit;
  min-height: 53px;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 84px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .esg__moreLink {
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 74px;
  }
}
.personnel__leadText {
  margin-bottom: 27px;
}
.personnel__headingS {
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .personnel__headingS {
    margin-bottom: 15px;
  }
}
.personnel__unit {
  margin-bottom: var(--personnel-pc-mb);
}
@media screen and (max-width: 768px) {
  .personnel__unit {
    margin-bottom: var(--personnel-sp-mb);
  }
}
.personnel__figFlex {
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
  display: -webkit-flex;
  display: flex;
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .personnel__figFlex {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    -webkit-flex-direction: column;
            flex-direction: column;
    row-gap: 31px;
  }
}
.personnel__img {
  width: 100%;
}
.personnel__figcap {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 7px;
}
.personnel__flex {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 1050px) {
  .personnel__flex {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.personnel__slideFigure {
  min-width: 420px;
  width: 420px;
}
@media screen and (max-width: 1050px) {
  .personnel__slideFigure {
    min-width: auto;
    width: 100%;
  }
}
.personnel__itemTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .personnel__itemTitle {
    margin-top: 0px;
  }
}
.personnel__text:not(:last-of-type) {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .personnel__text:not(:last-of-type) {
    margin-bottom: 29px;
  }
}
.personnel__text_type_disability {
  margin-bottom: 26px;
}
.personnel__disabilityFigure {
  max-width: 335px;
  width: 335px;
}
@media screen and (max-width: 768px) {
  .personnel__disabilityFigure {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .personnel__modalWrap {
    margin-top: 28px;
  }
}
.personnel .sectionUnit:not(:last-child) {
  margin-bottom: 61px;
}
@media screen and (max-width: 768px) {
  .personnel .sectionUnit:not(:last-child) {
    margin-bottom: 41px;
  }
}