@media screen and (min-width: 992px) and (max-width: 1199px) {
  .recruit-header__inner {
    gap: 18px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .recruit-header__nav {
    gap: 16px;
  }

  .recruit-header__logo {
    gap: 14px;
  }

  .recruit-header__logo-mark {
    width: 160px;
  }

  .recruit-header__top-logo {
    width: 118px;
  }

  .recruit-header__logo-divider {
    height: 30px;
  }

  .recruit-header__logo-text {
    font-size: 18px;
  }

  .recruit-header__entry {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }

  .recruit-top-hero h1 {
    font-size: 68px;
  }

  .recruit-intro > .speakerdeck-iframe {
    max-width: 76vw;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__inner {
    display: block;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__image {
    width: 100%;
    margin-top: 28px;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__action {
    justify-content: flex-end;
    margin-top: 36px;
  }
}

@media screen and (max-width: 1314px) {
  .recruit-header__actions {
    justify-self: end;
  }

  .recruit-header__nav {
    display: none;
  }

  .recruit-menu-button {
    display: inline-flex;
    -webkit-appearance: none;
    appearance: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit-header__inner {
    min-height: 72px;
    padding: 16px 8%;
  }

  .recruit-header__actions {
    justify-self: end;
  }

  .recruit-header__nav {
    display: none;
  }

  .recruit-header__logo {
    gap: 14px;
  }

  .recruit-header__logo-mark {
    width: 160px;
  }

  .recruit-header__top-logo {
    width: 118px;
  }

  .recruit-header__logo-divider {
    height: 30px;
  }

  .recruit-header__logo-text {
    font-size: 18px;
  }

  .recruit-header__entry {
    margin-left: 0;
  }

  .recruit-top-hero {
    min-height: 720px;
    padding-top: 130px;
  }

  .recruit-top-hero h1 {
    font-size: 68px;
  }

  .recruit-intro > .speakerdeck-iframe {
    max-width: min(76vw, 650px);
  }

  .recruit-intro,
  .recruit-link-card__inner,
  .recruit-split-row,
  .recruit-company-table__grid,
  .recruit-issue,
  .recruit-job-card,
  .recruit-event,
  .recruit-careers__intro {
    grid-template-columns: 1fr;
  }

  .recruit-intro,
  .recruit-top-links,
  .recruit-card-list,
  .recruit-panel,
  .recruit-company-table,
  .recruit-lead,
  .recruit-interviews,
  .recruit-faq__inner,
  .recruit-careers__intro {
    width: calc(100% - 16%);
  }

  .recruit-card-list > .recruit-panel {
    width: 100%;
  }

  .recruit-link-card,
  .recruit-panel,
  .recruit-job-card {
    padding: 58px;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__inner {
    display: block;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__image {
    width: 100%;
    margin-top: 28px;
  }

  .recruit-page--top .recruit-top-links .recruit-link-card .recruit-link-card__action {
    justify-content: flex-end;
    margin-top: 36px;
  }

  .recruit-lower-hero {
    height: 360px;
    margin-top: 72px;
  }

  .recruit-lower-hero__text {
    left: 9%;
    bottom: 82px;
  }

  .recruit-interview-grid,
  .recruit-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .recruit-footer__inner {
    display: grid;
  }

  .recruit-footer__nav {
    flex-wrap: wrap;
  }

  .recruit-careers__intro {
    gap: 34px;
    margin-bottom: 42px;
  }

  .recruit-careers__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px;
  }

  .recruit-careers__action {
    width: calc(100% - 16%);
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-header--solid {
    background: #fff;
  }

  .recruit-header__inner {
    min-height: 58px;
    padding: 10px 5.5%;
  }

  .recruit-header__actions {
    align-self: start;
    gap: 10px;
    justify-self: end;
    margin-top: 5px;
  }

  .recruit-header__logo {
    gap: 5px;
  }

  .recruit-header__logo-mark {
    width: 96px;
  }

  .recruit-header__top-logo {
    width: 87px;
  }

  .tai-recruit-body .recruit-header__sp-logo {
    display: block;
    width: 112px;
  }

  .recruit-header__inner > .recruit-header__logo .recruit-header__top-logo,
  .recruit-header__inner > .recruit-header__logo .recruit-header__logo-mark,
  .recruit-header__inner > .recruit-header__logo .recruit-header__logo-divider,
  .recruit-header__inner > .recruit-header__logo .recruit-header__logo-text {
    display: none;
  }

  .recruit-header__logo-text {
    font-size: 3vw;
  }

  .recruit-header__nav {
    display: none;
  }

  .recruit-header__entry {
    min-height: 24px;
    margin-left: 0;
    padding: 4px 18px;
    border-radius: 4px;
    font-size: 10px;
  }

  .recruit-menu-button {
    display: inline-flex;
    width: 28px;
    height: 28px;
    gap: 5px;
    color: #000;
    -webkit-appearance: none;
    appearance: none;
  }

  .recruit-menu-button span {
    width: 24px;
    height: 1.5px;
    background: #000;
  }

  .recruit-menu-button.is-open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .recruit-menu-button.is-open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .recruit-header--transparent .recruit-menu-button {
    color: #fff;
  }

  .recruit-header--transparent .recruit-menu-button span {
    background: #fff;
  }

  .recruit-mobile-menu {
    padding: calc(24px + env(safe-area-inset-top)) 8% 66px;
  }

  .recruit-mobile-menu__logo {
    width: 128px;
  }

  .recruit-mobile-menu__nav {
    margin-top: 38px;
  }

  .recruit-mobile-menu__link {
    padding: 21px 0 21px 30px;
    font-size: 16px;
  }

  .recruit-mobile-menu__button {
    min-height: 42px;
    font-size: 16px;
  }

  .recruit-top-hero {
    padding: 0px 8% 78px;
    height: 730px;
    width: 250vw;
  }

  .recruit-top-hero__image {
    height: 100% !important;
  }

  .recruit-top-hero h1 {
    margin-bottom: 38px;
    font-size: 8vw;
  }

  .recruit-top-hero p {
    font-size: 13px !important;
    line-height: 1.8;
    width: 84vw;
  }

  .recruit-scroll {
    bottom: 31px;
    gap: 14px;
    font-size: 11px;
  }

  .recruit-scroll::after {
    height: 130px;
  }

  .recruit-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    width: 84%;
    margin: 54px auto 76px;
  }

  .recruit-intro__copy img {
    width: 92px;
    margin-bottom: 8px;
  }

  .recruit-intro__copy > p:first-of-type {
    margin-bottom: 24px;
    font-size: 20px !important;
  }

  .recruit-intro__copy h2,
  .recruit-lead h2 {
    font-size: 21px;
  }

  .recruit-intro__copy h2 {
    margin-bottom: 22px;
  }

  .recruit-intro__copy > p:last-child {
    font-size: 13px !important;
  }

  .recruit-top-links,
  .recruit-card-list {
    gap: 48px;
    width: 100%;
    margin-bottom: 64px;
  }

  .recruit-link-card,
  .recruit-job-card,
  .recruit-panel,
  .recruit-interviews {
    display: block;
    padding: 58px 8%;
  }

  .recruit-link-card__inner {
    display: block;
  }

  .recruit-link-card h3,
  .recruit-job-card h3 {
    margin-bottom: 48px;
    font-size: 24px !important;
    font-weight: 500;
  }

  .recruit-section-title h2 {
    margin-bottom: 0px;
    font-size: 24px;
  }

  .recruit-mvv .recruit-kicker {
    margin-bottom: 16px;
  }

  .recruit-section-title p {
    margin-top: 0;
    font-size: 13px !important;
  }

  .recruit-split-row h3 {
    line-height: 1.5;
  }

  .recruit-link-card h4 {
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.5;
  }

  .recruit-link-card p {
    font-size: 13px !important;
  }

  .recruit-link-card__image {
    margin-top: 28px;
  }

  .recruit-button {
    margin-top: 26px;
    padding: 8px 14px 8px 20px;
    font-size: 15px;
  }

  .recruit-button i {
    width: 28px;
  }

  .recruit-link-card__action {
    justify-content: flex-end;
    margin-top: 36px;
  }

  .recruit-link-card__action .recruit-button {
    margin-top: 0;
  }

  .recruit-lower-hero {
    height: 250px;
    margin-top: 58px;
  }

  .recruit-lower-hero__text {
    left: 8%;
    bottom: 54px;
  }

  .recruit-lower-hero__text h1 {
    font-size: 29px;
  }

  .recruit-lower-hero__text p {
    font-size: 13px !important;
  }

  .recruit-breadcrumb,
  .recruit-panel,
  .recruit-company-table,
  .recruit-lead,
  .recruit-interviews,
  .recruit-faq__inner,
  .recruit-careers__intro {
    width: 84%;
  }

  .recruit-breadcrumb {
    margin: 5px auto 0;
  }

  .recruit-panel,
  .recruit-company-table,
  .recruit-lead,
  .recruit-interviews {
    margin-top: 41px;
    margin-bottom: 58px;
  }

  .recruit-link-card p, .recruit-panel p, .recruit-job-card p {
    font-size: 13px !important;
  }

  .recruit-panel,
  .recruit-interviews {
    width: 100%;
  }

  .recruit-split-row,
  .recruit-company-table__grid,
  .recruit-issue,
  .recruit-job-card,
  .recruit-event {
    display: block;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) {
    display: flex;
    flex-direction: column;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) > div:first-child {
    display: contents;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) > div:first-child .recruit-kicker {
    order: 0;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) > div:first-child h3 {
    order: 1;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) > div:first-child p:not(.recruit-kicker) {
    order: 3;
  }

  .recruit-mvv .recruit-split-row:not(.recruit-split-row--value) > .recruit-image-frame {
    order: 2;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .recruit-split-row--value .recruit-split-row__body {
    display: flex;
    flex-direction: column;
  }

  .recruit-split-row .recruit-image-frame,
  .recruit-company-table__grid .recruit-image-frame,
  .recruit-issue .recruit-image-frame,
  .recruit-job-card .recruit-image-frame {
    margin-top: 24px;
  }

  .recruit-split-row--value .recruit-split-row__body .recruit-image-frame {
    order: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .recruit-split-row--value .recruit-split-row__body p {
    order: 2;
  }

  .recruit-company-table__grid > .recruit-image-frame {
    display: none;
  }

  .recruit-company-table dl div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
  }

  .recruit-issue {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 36px;
  }

  .recruit-issue .recruit-image-frame {
    order: -1;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .recruit-issue__block {
    padding: 20px 24px;
  }

  .recruit-tabs {
    gap: 24px;
    overflow-x: auto;
    margin-bottom: 34px;
    padding-bottom: 8px;
  }

  .recruit-interview-grid,
  .recruit-benefits,
  .recruit-news-cards {
    grid-template-columns: 1fr;
  }

  .recruit-interview-card + .recruit-interview-card {
    margin-top: 28px;
  }

  .recruit-researchers {
    grid-template-columns: 1fr;
  }

  .recruit-faq {
    margin-top: 70px;
    padding: 58px 0 70px;
  }

  .recruit-faq__item button {
    min-height: 64px;
    font-size: 15px;
  }

  .recruit-faq__answer {
    padding-left: 0;
  }

  .recruit-careers {
    padding: 52px 0 58px;
    background-color: #fff;
  }

  .recruit-careers__intro img {
    width: 107px;
  }

  .recruit-careers__intro {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 38px;
  }

  .recruit-careers__intro h2 {
    font-size: 25px;
  }

  .recruit-careers__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px;
  }

  .recruit-careers__action {
    width: calc(100% - 16%);
    margin-top: 34px;
  }

  .recruit-footer__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
  }

  .recruit-footer__brand img {
    width: 97px;
  }

  .recruit-footer__buttons {
    width: 100%;
  }

  .recruit-footer__buttons a {
    width: 100%;
    font-size: 16px;
    padding: 7px 15px;
  }

  .recruit-footer__nav a {
    font-size: 15px !important;
  }

  .recruit-footer {
    padding: 66px 8% 28px;
  }

  .recruit-footer__inner {
    display: block;
  }

  .recruit-footer__nav {
    display: grid;
    gap: 18px;
    margin-top: 42px;
  }

  .recruit-footer__copyright {
    margin-top: 40px;
    text-align: left;
  }

  .recruit-page--entry + .recruit-footer .recruit-footer__buttons a:last-child {
    background: #555;
    color: #fff !important;
    border-color: #555;
  }
}
