@media screen and (min-width: 768px) {
  .p-career-top-heading__button {
    margin-top: 40px;
  }
  .p-career-top-heading__navigation {
    margin-top: 60px;
  }
  .p-career-top-list {
    padding: 10px 0 97px;
  }
  .p-career-top-list__title {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .p-career-top-list__list {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
  .p-career-top-list__item {
    position: relative;
  }
  .p-career-top-list__item a {
    display: block;
  }
  .p-career-top-list__item a:hover .p-career-top-list__item-image::before {
    opacity: 0.5;
  }
  .p-career-top-list__item-image {
    position: relative;
    z-index: 1;
  }
  .p-career-top-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
    z-index: 2;
  }
  .p-career-top-list__item-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #222;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-career-top-list__item-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 21px;
    color: #fff;
    z-index: 3;
  }
  .p-career-top-list__item-text {
    font-size: 14px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.9285714286;
    letter-spacing: 0.0714285714em;
    padding-right: 40px;
  }
  .p-career-top-list__item-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    background: url(../images/common/ico_arrow_white_01.svg) no-repeat center/contain;
    width: 10px;
    height: 13px;
  }
  .p-career-top-list__item-text--external::after {
    bottom: 7px;
    background-image: url(../images/common/ico_link_external_white_01.svg);
    width: 16px;
    height: 13px;
  }
  .p-career-top-list__others {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.0714285714em;
  }
  .p-career-top-others {
    padding: 107px 0 120px;
  }
  .p-career-top-others__inner {
    position: relative;
  }
  .p-career-top-others__title {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .p-career-top-others__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
  .p-career-top-others__list .c-block-grid__item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .p-career-top-others__list .c-block-grid__item-image img {
    aspect-ratio: 564/432;
  }
  .p-career-top-others__button {
    margin-top: 40px;
  }
  .p-career-top-others__button .c-button {
    width: 282px;
  }
  .p-career-top-others__button .c-button__text {
    width: 100%;
    text-align: left;
  }
  .p-career-top-flow {
    padding: 108px 0 120px;
  }
  .p-career-top-flow__inner {
    position: relative;
  }
  .p-career-top-flow__title {
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .p-career-top-flow__text {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.0625em;
  }
  .p-career-top-flow__list {
    width: 66%;
    margin: 48px auto 0;
  }
  .p-career-top-flow__item {
    position: relative;
    font-size: 16px;
    font-weight: var(--font-weight-ja-bold);
    letter-spacing: 0.08em;
    border: 1px solid #ddd;
    padding: 29px 30px 27px 12.8%;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-career-top-flow__item:not(:first-child) {
    margin-top: 30px;
  }
  .p-career-top-flow__item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    border-left: 1px solid #ddd;
  }
  .p-career-top-flow__item-step {
    width: 31%;
    max-width: 203px;
    min-width: 150px;
  }
  .p-career-top-flow__item-step span {
    font-size: 32px;
    margin-left: 10px;
    -webkit-transform: translate(0, 3px);
        -ms-transform: translate(0, 3px);
            transform: translate(0, 3px);
    display: inline-block;
  }
  .p-career-top-flow__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .p-career-top-flow__list {
    width: 83%;
  }
}
@media screen and (max-width: 767px) {
  .p-career-top-heading__button {
    margin-top: 20px;
  }
  .p-career-top-heading__navigation {
    margin-top: 30px;
  }
  .p-career-top-list {
    padding: 42px 0 95px;
  }
  .p-career-top-list__title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.3846153846;
    letter-spacing: 0.04em;
  }
  .p-career-top-list__list {
    margin-top: 29px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 12px;
  }
  .p-career-top-list__item {
    position: relative;
  }
  .p-career-top-list__item a {
    display: block;
  }
  .p-career-top-list__item-image {
    position: relative;
    z-index: 1;
  }
  .p-career-top-list__item-image::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0)), to(#222));
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
    z-index: 2;
  }
  .p-career-top-list__item-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 11px;
    color: #fff;
    z-index: 2;
  }
  .p-career-top-list__item-text {
    font-size: 14px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.4285714286;
    letter-spacing: 0.0357142857em;
    padding-right: 20px;
  }
  .p-career-top-list__item-text::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    background: url(../images/common/ico_arrow_white_01.svg) no-repeat center/contain;
    width: 8px;
    height: 13px;
  }
  .p-career-top-list__item-text--external::after {
    bottom: 4px;
    background-image: url(../images/common/ico_link_external_white_01.svg);
    width: 12px;
    height: 13px;
  }
  .p-career-top-list__others {
    margin-top: 27px;
    font-size: 14px;
    line-height: 1.9285714286;
    letter-spacing: 0.0714285714em;
  }
  .p-career-top-others {
    padding: 39px 0 100px;
  }
  .p-career-top-others__inner {
    position: relative;
  }
  .p-career-top-others__title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .p-career-top-others__list {
    margin-top: 38px;
    display: grid;
    row-gap: 48px;
  }
  .p-career-top-others__list .c-block-grid__item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .p-career-top-others__list .c-block-grid__item-image img {
    aspect-ratio: 564/432;
  }
  .p-career-top-others__item {
    position: relative;
  }
  .p-career-top-others__item a {
    display: block;
  }
  .p-career-top-others__button {
    margin-top: 40px;
  }
  .p-career-top-others__button .c-button {
    width: 100%;
  }
  .p-career-top-others__button .c-button__text {
    width: 100%;
    text-align: left;
    font-size: 15px;
  }
  .p-career-top-flow {
    padding: 88px 0 100px;
  }
  .p-career-top-flow__inner {
    position: relative;
  }
  .p-career-top-flow__title {
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.875;
    letter-spacing: 0.03em;
  }
  .p-career-top-flow__text {
    margin-top: 0;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.03em;
  }
  .p-career-top-flow__list {
    margin: 32px auto 0;
  }
  .p-career-top-flow__item {
    position: relative;
    font-size: 14px;
    font-weight: var(--font-weight-ja-bold);
    letter-spacing: 0.08em;
    border: 1px solid #ddd;
    padding: 23px 20px 23px 39px;
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-career-top-flow__item:not(:first-child) {
    margin-top: 30px;
  }
  .p-career-top-flow__item:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    height: 30px;
    border-left: 1px solid #ddd;
  }
  .p-career-top-flow__item-step {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-career-top-flow__item-step span {
    font-size: 24px;
    margin-top: 5px;
  }
  .p-career-top-flow__item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
    margin-left: 37px;
    line-height: 1.5625;
    font-size: 16px;
    letter-spacing: 0.0625em;
  }
}

html[lang=en] .p-career-top-list__title {
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
html[lang=en] .p-career-top-list__item-text {
  letter-spacing: 0;
  line-height: 1.4;
}
html[lang=en] .p-career-top-list__others {
  letter-spacing: 0;
}
html[lang=en] .p-career-top-others__title {
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1;
}
html[lang=en] .p-career-top-flow__title {
  font-weight: normal;
  letter-spacing: 0.06em;
  line-height: 1.1;
}
html[lang=en] .p-career-top-flow__text {
  letter-spacing: 0;
}
html[lang=en] .p-career-top-flow__item-step {
  letter-spacing: 0;
}
html[lang=en] .p-career-top-flow__item-text {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  html[lang=en] .p-career-top-list__item-text::after {
    bottom: 4px;
  }
  html[lang=en] .p-career-top-list__item-text--external::after {
    bottom: 4px;
  }
  html[lang=en] .p-career-top-others__list {
    margin-top: 45px;
  }
  html[lang=en] .p-career-top-flow__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-career-top-list__item-text br.u-only-sp {
    display: none;
  }
  html[lang=en] .p-career-top-list__others {
    line-height: 1.6;
  }
  html[lang=en] .p-career-top-others {
    padding-top: 88px;
  }
  html[lang=en] .p-career-top-flow__text {
    margin-top: 5px;
  }
  html[lang=en] .p-career-top-flow__item-text {
    line-height: 1.4;
  }
}