@media (max-width: 1536px) {
  /*-------------------------------

  1536

  -------------------------------*/
  .hd {
    padding: 0 50px;
  }
  .hd .nav {
    gap: 30px;
  }
  .p-top .history .block__heading-wrap {
    display: block;
    min-height: 258px;
    padding-left: 50px;
  }
  .p-top .history .block__heading {
    margin-top: 10px;
  }
  .p-top .company th {
    padding-left: 20px;
    width: 150px;
  }
  .p-top .company td {
    width: calc(100% - 150px);
  }
  .body--en .p-top .company th {
    padding-left: 0px;
    width: 250px;
  }
  .body--en .p-top .company td {
    width: calc(100% - 250px);
  }
  .body--en .p-pickup .pickup .block-wrap {
    margin-top: 143px;
  }
}
@media (max-width: 1280px) {
  /*-------------------------------

  1280

  -------------------------------*/
  .hd .logo {
    width: 150px;
  }
  .hd .nav__item {
    font-size: 13px;
  }
  .p-top .history .item-wrap > * + * {
    margin-top: 32px;
  }
  .p-top .history .item {
    display: block;
  }
  .p-top .history .item__img {
    width: auto;
  }
  .p-top .history .item__txt {
    width: auto;
    margin-top: 20px;
  }
  .p-top .message .block {
    display: block;
  }
  .p-top .message .block__img {
    margin: 0 auto;
  }
  .p-top .message .block__txt-wrap {
    width: auto;
    margin-top: 30px;
  }
  .p-pickup .message .block {
    gap: 50px;
  }
  .p-pickup .message .block__logo {
    width: 200px;
  }
  .p-pickup .message .block__heading {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  /*-------------------------------

  1024

  -------------------------------*/
}
@media (max-width: 768px) {
  /*-------------------------------

  768 common

  -------------------------------*/
  .c-sign {
    display: block;
  }
  .c-sign .sign__position {
    margin-top: 0;
  }
  .c-sign .sign__ja {
    text-align: left;
    font-size: 23px;
    margin-top: 5px;
  }
  .c-sign .sign__en {
    text-align: left;
    font-size: 13px;
    margin-top: 0;
    margin-left: 8px;
  }
  .c-btn--arrow {
    width: 112px;
    height: 34px;
  }
  .c-btn--arrow::after {
    width: 5px;
    height: 10px;
  }
  .c-btn--contact {
    width: 284px;
    height: 94px;
  }
  .c-btn--contact .btn__en {
    font-size: 30px;
    margin-top: -5px;
  }
  .c-btn--contact .btn__ja {
    font-size: 13px;
  }
  .c-page-title {
    height: 20vh;
  }
  .c-page-title h2 {
    font-size: 24px;
  }
  .c-top-int-area {
    padding: 30px 0 75px;
    margin-top: -50px;
  }
  .c-top-int-area .int-list {
    transform: translateX(30px);
  }
  .c-top-int-area .int-wrap {
    margin-right: 10px;
  }
  .c-top-int-area .int-wrap .thumb-wrap {
    border-radius: 20px;
    margin-bottom: 15px;
  }
  .c-top-int-area .int-wrap .text-wrap .profile {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-top-int-area .int-wrap .text-wrap h4 {
    width: 100%;
  }
  .c-top-int-area .int-wrap .text-wrap h3 {
    font-size: 16px;
  }
  .c-top-int-area .int-wrap .text-wrap h3 span {
    font-size: 12px;
  }
  /*-------------------------------

  768 hd

  -------------------------------*/
  :root {
    --hd-height: 70px;
  }
  .hd {
    padding: 0 5vw;
  }
  .hd .ham {
    position: fixed;
    top: 25px;
    right: 5vw;
    cursor: pointer;
    width: 30px;
    height: 22px;
    z-index: 12;
  }
  .hd .ham__buns {
    transition: all 0.4s;
    position: absolute;
    height: 2px;
    background: var(--red);
    width: 100%;
  }
  .hd .ham__buns--1 {
    top: 0px;
  }
  .hd .ham__buns--2 {
    top: 10px;
  }
  .hd .ham__buns--3 {
    top: 20px;
  }
  .hd .ham-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 4;
    transition: 0.4s;
  }
  .hd .ham-wrap--open {
    right: 0;
  }
  .hd .ham--open .ham__buns--1 {
    rotate: -45deg;
    translate: 0 10px;
  }
  .hd .ham--open .ham__buns--2 {
    opacity: 0;
  }
  .hd .ham--open .ham__buns--3 {
    rotate: 45deg;
    translate: 0 -10px;
  }
  .hd .ham-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hd .nav {
    display: block;
    text-align: center;
    height: fit-content;
  }
  .hd .nav > * + * {
    margin-top: 25px;
  }
  .hd .nav__item {
    font-size: 20px;
  }
  /*-------------------------------

  768 ft-contact

  -------------------------------*/
  .ft-contact {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .ft-contact .ttl {
    font-size: 18px;
  }
  .ft-contact .btn {
    margin-top: 30px;
  }
  /*-------------------------------

  768 ft

  -------------------------------*/
  .ft {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .ft .logo {
    width: 150px;
  }
  .ft .nav {
    display: block;
    text-align: center;
    margin-top: 42px;
  }
  .ft .nav > * + * {
    margin-top: 20px;
  }
  .ft .nav__item {
    font-size: 15px;
  }
  .ft .cr {
    margin-top: 60px;
  }
  /*-------------------------------

  768 p-top

  -------------------------------*/
  .p-top .fv .ttl {
    bottom: 60px;
    left: 5vw;
    right: 5vw;
  }
  .p-top .fv .ttl span {
    padding: 8px 10px;
    font-size: 20px;
  }
  .p-top .fv .slider__item--1 :is(img, picture) {
    object-position: 60% 0;
  }
  .p-top .fv .slick-dots {
    right: 5vw;
    bottom: 20px;
  }
  .p-top .fv .slick-dots li button:before {
    font-size: 8px;
  }
  .p-top .fv .slick-dots li {
    width: 2px !important;
  }
  .p-top .pickup .heading-wrap {
    padding-top: 44px;
    padding-bottom: 23px;
  }
  .p-top .pickup .heading {
    font-size: 50px;
  }
  .p-top .pickup .subheading {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-top .pickup .block {
    display: block;
    padding-top: 35px;
    padding-bottom: 37px;
  }
  .p-top .pickup .block__img {
    width: auto;
  }
  .p-top .pickup .block__txt-wrap {
    width: auto;
    translate: unset;
    margin-top: 30px;
  }
  .p-top .pickup .block__ttl {
    font-size: 20px;
  }
  .p-top .pickup .block__txt {
    margin-top: 10px;
  }
  .p-top .pickup .block__btn {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-top .history .heading-wrap {
    padding-top: 44px;
    padding-bottom: 23px;
  }
  .p-top .history .heading {
    font-size: 50px;
  }
  .p-top .history .subheading {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-top .history .block-wrap {
    display: block;
  }
  .p-top .history .block {
    display: block;
  }
  .p-top .history .block__heading-wrap {
    display: flex;
    min-height: unset;
    padding: 15px 30px;
    gap: 20px;
  }
  .p-top .history .block__time {
    font-size: 30px;
  }
  .p-top .history .block__heading {
    font-size: 18px;
    margin-top: 0;
  }
  .p-top .history .block__inner {
    padding: 35px 5vw 45px;
  }
  .p-top .history .block__img {
    width: auto;
  }
  .p-top .history .block__txt-wrap {
    width: auto;
    translate: unset;
    margin-top: 30px;
  }
  .p-top .history .block__ttl {
    font-size: 20px;
  }
  .p-top .history .block__txt {
    margin-top: 10px;
  }
  .p-top .history .block__btn {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-top .history .item-wrap > * + * {
    margin-top: 45px;
  }
  .p-top .history .item__txt {
    margin-top: 15px;
  }
  .p-top .company .heading-wrap {
    padding-top: 44px;
    padding-bottom: 23px;
  }
  .p-top .company .heading {
    font-size: 50px;
  }
  .p-top .company .subheading {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-top .company .wrap {
    padding-bottom: 70px;
  }
  .p-top .company .container {
    width: auto;
  }
  .p-top .company table {
    margin-top: 35px;
  }
  .p-top .company th,
  .p-top .company td {
    padding: 18px 0;
  }
  .p-top .company th {
    font-size: 16px;
    width: 90px;
    padding-left: 0;
  }
  .p-top .company td {
    width: calc(100% - 90px);
    font-size: 15px;
  }
  .p-top .message .heading-wrap {
    padding-top: 44px;
    padding-bottom: 23px;
  }
  .p-top .message .heading {
    font-size: 50px;
  }
  .p-top .message .subheading {
    font-size: 18px;
    margin-top: 10px;
  }
  .p-top .message .block {
    padding: 50px 5vw 50px;
  }
  .p-top .message .block__img {
    width: auto;
    width: 70vw;
    max-width: 300px;
  }
  .p-top .message .block__ttl {
    font-size: 20px;
    line-height: 1.7;
  }
  .p-top .message .block__txt {
    margin-top: 16px;
  }
  .p-top .message .c-sign {
    margin-top: 30px;
  }
  .p-top .message .book {
    display: block;
    padding: 50px 10px;
    margin-top: 60px;
  }
  .p-top .message .book__img {
    width: 200px;
    margin: 0 auto;
  }
  .p-top .message .book__txt-wrap {
    margin-top: 30px;
  }
  .p-top .message .book__heading {
    font-size: 18px;
  }
  .p-top .message .book__btn {
    margin: 20px auto 0;
  }
  /*-------------------------------

  768 p-pickup

  -------------------------------*/
  .p-pickup .pickup {
    padding-top: calc(var(--hd-height) + 60px);
  }
  .p-pickup .pickup .img {
    width: auto;
  }
  .p-pickup .pickup .block-wrap .block:nth-of-type(n) {
    display: block;
  }
  .p-pickup .pickup .block-wrap {
    margin-top: 45px;
  }
  .p-pickup .pickup .block-wrap > * + * {
    margin-top: 60px;
  }
  .p-pickup .pickup .block__img {
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto;
  }
  .p-pickup .pickup .block__txt-wrap {
    margin-top: 30px;
  }
  .p-pickup .pickup .block__ttl {
    font-size: 20px;
  }
  .p-pickup .pickup .block__txt {
    width: auto;
  }
  .p-pickup .pickup .block__ttl + .block__txt {
    margin-top: 11px;
  }
  .p-pickup .pickup .heading {
    font-size: 24px;
    margin-top: 45px;
  }
  .p-pickup .pickup .subheading {
    font-size: 18px;
  }
  .p-pickup .pickup .item {
    display: block;
  }
  .p-pickup .pickup .item__img {
    width: auto;
  }
  .p-pickup .pickup .item__txt-wrap {
    width: auto;
    margin-top: 30px;
  }
  .p-pickup .pickup .img--last {
    margin-top: 50px;
  }
  .p-pickup .message {
    padding-top: 68px;
    padding-bottom: 70px;
  }
  .p-pickup .message .wrap {
    padding: 30px 5vw 40px;
  }
  .p-pickup .message .block {
    display: block;
  }
  .p-pickup .message .block__heading-wrap {
    width: auto;
  }
  .p-pickup .message .block__heading {
    font-size: 18px;
    margin-top: 14px;
  }
  .p-pickup .message .block__img {
    width: auto;
    margin-top: 20px;
  }
  .p-pickup .message .ttl {
    font-size: 20px;
    margin-top: 28px;
  }
  .p-pickup .message .txt {
    margin-top: 10px;
  }
  .p-pickup .message .c-sign {
    margin-top: 30px;
  }
  .p-pickup .message .btn {
    margin: 65px auto 0;
  }
  .p-pickup .message .back {
    font-size: 18px;
    margin-top: 50px;
  }
  .p-pickup .message .back::before {
    left: -25px;
    width: 7px;
    height: 14px;
  }
  /*-------------------------------

  768 p-contact

  -------------------------------*/
  .p-contact .fv .fv__img {
    height: auto;
    aspect-ratio: 5/2;
  }
  .p-contact .fv .fv__heading {
    font-size: 30px;
  }
  .p-contact .form {
    padding-top: 60px;
  }
  .p-contact .form .txt {
    font-size: 15px;
    text-align: left;
  }
  .p-contact .form .item-wrap {
    margin-top: 37px;
  }
  .p-contact .form .item-wrap > * + * {
    margin-top: 35px;
  }
  .p-contact .form .item__txt input:not([type="radio"]) {
    height: 45px;
  }
  .p-contact .form .item__txt textarea {
    height: 200px;
  }
  .p-contact .form .wpcf7-radio {
    display: block;
  }
  .p-contact .form .wpcf7-radio > * + * {
    margin-top: 10px !important;
  }
  .p-contact .form .wpcf7-list-item {
    display: block;
  }
  .p-contact .form .btn {
    width: 153px;
    height: 54px;
    font-size: 16px;
  }
  /*-------------------------------

  768 p-notfound

  -------------------------------*/
  .p-notfound .fv .fv__img {
    height: auto;
    aspect-ratio: 5/2;
  }
  .p-notfound .fv .fv__heading {
    font-size: 30px;
  }
  .p-notfound .notfound {
    padding-top: 60px;
  }
  .p-notfound .notfound .back {
    font-size: 16px;
    margin-top: 50px;
  }
  .p-notfound .notfound .back::before {
    left: -25px;
    width: 7px;
    height: 14px;
  }
  /*-------------------------------

  768 recruit

  -------------------------------*/
  :is(.a-recruit, .s-recruit) .recruit-read-area {
    padding: 75px 0;
  }
  :is(.a-recruit, .s-recruit) .recruit-contents-wrap h3 {
    font-size: 16px;
    margin-bottom: 40px;
  }
  :is(.a-recruit, .s-recruit) .recruit-read-area .read {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    width: 80%;
    margin: 0 auto;
  }
  :is(.a-recruit, .s-recruit) .recruit-cul-area {
    padding: 75px 0;
  }
  :is(.a-recruit, .s-recruit) .recruit-cul-area dl dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  :is(.a-recruit, .s-recruit) .recruit-cul-area dl:before {
    font-size: 40px;
  }
  :is(.a-recruit, .s-recruit) .recruit-cul-area dl {
    margin-bottom: 55px;
    padding-left: 70px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area .job {
    width: 48%;
    border-radius: 10px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area.single {
    padding-top: 25px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area a.btn-contact span {
    font-size: 22px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area a.btn-contact {
    padding: 20px;
    border-radius: 10px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area .job h4 {
    font-size: 13px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area {
    padding: 50px 0;
  }
  :is(.a-recruit, .s-recruit) .recruit-detail-area dt {
    font-size: 16px;
  }
  :is(.a-recruit, .s-recruit) .recruit-detail-area {
    padding: 75px 0 0;
  }
  :is(.a-recruit, .s-recruit) .recruit-contents-wrap h3 {
    font-size: 19px;
  }
  :is(.a-recruit, .s-recruit) .recruit-job-area .note {
    font-size: 14px;
    margin: 0 auto;
  }
  /*-------------------------------

  768 s-interview

  -------------------------------*/
  .s-interview .int-icatch-area {
    margin-bottom: 50px;
  }
  .s-interview .int-icatch-area .profile-wrap .title {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .s-interview .int-icatch-area .profile-wrap {
    padding: 30px 60px;
  }
  .s-interview .int-icatch-area .profile-wrap h2 {
    font-size: 17px;
  }
  .s-interview .int-icatch-area .profile-wrap h2 span {
    margin-top: 5px;
  }
  .s-interview .int-icatch-area .profile-wrap .cat {
    font-size: 13px;
    margin-top: 10px;
  }
  .s-interview h3.int-copy {
    font-size: 22px;
  }
  .s-interview .int-detail-wrap .text-wrap {
    width: 100%;
  }
  .s-interview .int-detail-wrap {
    padding: 50px 0 0;
  }
  .s-interview .int-detail-wrap .text-wrap table.carrier {
    margin-bottom: 50px;
  }
  .s-interview .int-detail-wrap .text-wrap .int h4 {
    font-size: 19px;
    margin-top: 25px;
  }
  .s-interview .int-detail-wrap .text-wrap .int {
    margin-bottom: 75px;
  }
  .s-interview .form-wrap {
    padding: 75px 0;
  }
  .s-interview .form-wrap .read {
    margin-bottom: 50px;
  }
  /*-------------------------------

  en

  -------------------------------*/
  .body--en .p-top .company th {
    width: 140px;
  }
  .body--en .p-top.company td {
    width: calc(100% - 140px);
  }
  .body--en .p-pickup .message .btn__txt {
    margin-top: 65px;
    font-size: 18px;
  }
}
