@media screen and (min-width: 768px) {
  .p-career-detail .c-article {
    padding-bottom: 160px;
  }
  .p-career-detail-recommended {
    padding: 100px 0;
  }
  .p-career-detail-form__thanks-title {
    font-size: 32px;
    font-weight: var(--font-weight-ja-bold);
    font-family: var(--font-serif);
    line-height: 1;
    letter-spacing: 0.0625em;
  }
  .p-career-detail-form__thanks-content {
    margin-top: 90px;
  }
  .p-career-detail-form__thanks-content a:not([class]) {
    position: relative;
    font-weight: var(--font-weight-ja-bold);
    border-bottom: 1px solid;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-career-detail-form__thanks-content a:not([class]):hover {
    opacity: 0.5;
  }
  .p-career-detail-form__thanks-content a:not([class])[target^=_blank] {
    margin-right: 0.15em;
  }
  .p-career-detail-form__thanks-content a:not([class])[target^=_blank]::after {
    content: "";
    width: 16px;
    height: 12px;
    margin-left: 5px;
    display: inline-block;
    background: url(../images/common/ico_link_external_black_01.svg) no-repeat center/contain;
  }
  .p-career-detail-form__thanks-content ul {
    list-style: disc;
    margin-left: 20px;
  }
  .p-career-detail-form__thanks-content ul:not(:first-child) {
    margin-top: 10px;
  }
  .p-career-detail-form__thanks-content ol {
    list-style: decimal;
    margin-left: 23px;
  }
  .p-career-detail-form__thanks-content ol:not(:first-child) {
    margin-top: 10px;
  }
  .p-career-detail-form__thanks-text {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.0714285714em;
  }
  .p-career-detail-form__thanks-text p + p {
    margin-top: 40px;
  }
  .p-career-detail-form__thanks-back {
    margin-top: 80px;
    padding-bottom: 20px;
  }
  .p-career-detail-form__thanks-back .c-button {
    width: 207px;
  }
  .p-career-detail-entry {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 190px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
    text-align: center;
    overflow: hidden;
  }
  .p-career-detail-entry.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-career-detail-entry::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-career-detail-entry a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-career-detail-entry a:hover {
    opacity: 0.5;
  }
  .p-career-detail-entry__inner {
    position: absolute;
    right: 18px;
    bottom: 50px;
    z-index: 2;
  }
  .p-career-detail-entry__inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 8px;
    height: 8px;
    background: url(../images/common/ico_arrow_white_01.svg) no-repeat center/contain;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
  .p-career-detail-entry__title {
    font-family: var(--font-en-serif);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-career-detail-entry__subtitle {
    color: #ccc;
    margin-top: 2px;
    font-size: 15px;
    letter-spacing: 0.067em;
    font-weight: var(--font-weight-ja-bold);
  }
}
@media screen and (max-width: 767px) {
  .p-career-detail .c-article {
    padding-bottom: 40px;
  }
  .p-career-detail .c-article__mv {
    margin-top: 49px;
  }
  .p-career-detail .c-article__content *:first-child {
    margin-top: 0;
  }
  .p-career-detail .c-article__subtitle {
    margin-top: 30px;
    font-size: 16px;
  }
  .p-career-detail .c-article__text {
    margin-top: 15px;
  }
  .p-career-detail-guideline .c-article-guideline {
    padding: 100px 0 100px;
  }
  .p-career-detail-guideline .c-article-guideline__title {
    font-size: 24px;
  }
  .p-career-detail-recommended {
    padding: 100px 0;
  }
  .p-career-detail-form__thanks-title {
    font-size: 28px;
    font-weight: var(--font-weight-ja-bold);
    font-family: var(--font-serif);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-career-detail-form__thanks-content {
    margin-top: 88px;
  }
  .p-career-detail-form__thanks-content a:not([class]) {
    position: relative;
    font-weight: var(--font-weight-ja-bold);
    border-bottom: 1px solid;
  }
  .p-career-detail-form__thanks-content a:not([class])[target^=_blank] {
    margin-right: 0.15em;
  }
  .p-career-detail-form__thanks-content a:not([class])[target^=_blank]::after {
    content: "";
    width: 16px;
    height: 12px;
    margin-left: 5px;
    display: inline-block;
    background: url(../images/common/ico_link_external_black_01.svg) no-repeat center/contain;
  }
  .p-career-detail-form__thanks-content ul {
    list-style: disc;
    margin-left: 20px;
  }
  .p-career-detail-form__thanks-content ul:not(:first-child) {
    margin-top: 10px;
  }
  .p-career-detail-form__thanks-content ol {
    list-style: decimal;
    margin-left: 23px;
  }
  .p-career-detail-form__thanks-content ol:not(:first-child) {
    margin-top: 10px;
  }
  .p-career-detail-form__thanks-text {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0.0714285714em;
  }
  .p-career-detail-form__thanks-text p + p {
    margin-top: 40px;
  }
  .p-career-detail-form__thanks-back {
    margin-top: 100px;
  }
  .p-career-detail-form__thanks-back .c-button {
    width: 193px;
  }
  .p-career-detail-form__thanks-back .c-button__text {
    width: auto;
  }
  .p-career-detail-entry {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 110px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    color: #fff;
    text-align: center;
    font-weight: initial;
    z-index: 2;
  }
  .p-career-detail-entry.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .p-career-detail-entry.is-expand-bg {
    z-index: 201;
    pointer-events: none;
  }
  .p-career-detail-entry.is-expand-bg .p-career-detail-entry__button {
    opacity: 0;
    pointer-events: none;
  }
  .p-career-detail-entry::before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    background: #222;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-career-detail-entry a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
  }
  .p-career-detail-entry__inner {
    position: absolute;
    right: 7px;
    bottom: 27px;
  }
  .p-career-detail-entry__inner::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 8px;
    height: 8px;
    background: url(../images/common/ico_arrow_white_01.svg) no-repeat center/contain;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
        -ms-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
  .p-career-detail-entry__title {
    font-family: var(--font-en-serif);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-career-detail-entry__subtitle {
    margin-top: 4px;
    color: #ccc;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-weight: var(--font-weight-ja-bold);
  }
}

html[lang=en] .p-career-detail-entry__subtitle {
  display: none;
}
html[lang=en] .p-career-detail-form__thanks-title {
  font-weight: normal;
  letter-spacing: 0.06em;
}
html[lang=en] .p-career-detail-form__thanks-text {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  html[lang=en] .p-career-detail-entry__inner {
    right: 20px;
    bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-career-detail-entry__inner {
    right: 15px;
    bottom: 40px;
  }
}