@media only screen and (max-width: 1024px) {
  /* index */
  .index-header-logo {
    width: 40rem;
  }

  .index-header-recruit {
    width: 30%;
  }

  .index-recruit img {
    right: 5%;
    transform: translate(5%, -50%);
  }

  .footer-info {
    width: 65%;
  }

  /* company */
  .second-inner {
    width: 90%;
  }

  .company-company-info {
    max-width: 70rem;
    width: 80%;
  }

  .company-under-content {
    flex-wrap: wrap;
  }

  .company-map {
    width: 35rem;
  }

  .company-under-content-area img {
    width: 35rem;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  /* index */
  .index-header-img-area {
    height: 65vh;
  }

  .index-header-logo {
    top: 20%;
    transform: translate(-50%, -20%);
  }

  .index-header-recruit {
    width: 25rem;
    right: 50%;
    transform: translate(50%);
  }

  .header-navigation {
    display: none;
  }

  .header-navigation-tab {
    background-color: #2e3192;
    width: 100%;
    padding: 1rem 0;
    line-height: 2rem;
    display: block;
  }

  .header-navigation-tab ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-navigation-tab li {
    color: #ffffff;
  }

  .header-navigation-tab li a {
    color: #ffffff;
    font-size: 1.8rem;
  }

  .header-navi-list-tab {
    border-bottom: transparent solid 2px;
    transition: 0.5s;
    margin-left: 1rem;
  }

  .header-navi-list-tab:hover {
    border-bottom: #ffffff solid 2px;
    transition: 0.5s;
  }

  .header-nav-company-tab {
    font-size: 2.2rem !important;
    font-weight: bold;
    line-height: 2.3rem;
  }

  .header-nav-company-tab span {
    font-size: 1.2rem;
  }

  .header-navigation-sp {
    background-color: #2e3192;
    width: 100%;
    padding: 1rem 0;
    line-height: 2rem;
    display: block;
  }

  .header-navigation-sp ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-navigation-sp li {
    color: #ffffff;
  }

  .header-navigation-sp li a {
    color: #ffffff;
    font-size: 1.8rem;
  }

  .header-navi-list-sp {
    border-bottom: transparent solid 2px;
    transition: 0.5s;
    margin-left: 1rem;
  }

  .header-navi-list-sp:hover {
    border-bottom: #ffffff solid 2px;
    transition: 0.5s;
  }

  .header-nav-company-sp {
    font-size: 2.2rem !important;
    font-weight: bold;
    line-height: 2.3rem;
  }

  .header-nav-company-sp span {
    font-size: 1.2rem;
  }

  .header-tel-sp {
    position: absolute;
    right: 2%;
    bottom: 2%;
    font-size: 1.8rem;
    color: #ffff00 !important;
    display: flex;
    align-items: center;
  }

  .header-tel-sp img {
    width: 3rem;
  }

  .header-navigation-sp-top {
    display: none;
  }

  .index-more-area a {
    width: 25rem;
  }

  .index-recruit img {
    right: 3%;
    top: 90%;
    transform: translate(3%, -90%);
    width: 12rem;
  }

  .footer-info {
    width: 80%;
  }

  .footer-navigation {
    width: 90%;
  }

  .footer-navigation li {
    margin-left: 3%;
  }

  /* company */

  .company-president-greet-area {
    align-items: center;
    flex-direction: column-reverse;
  }

  .company-president {
    width: 65%;
    margin-top: 5rem;
  }

  .company-greet-area {
    width: 80%;
  }

  .company-under-content {
    justify-content: center;
  }

  .company-map {
    width: 40rem;
  }

  .company-under-content-area img {
    width: 40rem;
  }

  .company-under-content-area iframe {
    margin-top: 4rem;
  }

  .company-under-content-area img {
    margin-top: 4rem;
  }

  /* recruit */

  .recruit-main-content-area {
    width: 90%;
  }

  .recruit-more-area a {
    width: 25rem;
  }

  /* privacy policy */

  .policy-area {
    width: 90%;
  }

  .policy-contact-info {
    text-align: center;
  }

  /* contact */

  .contact-form-block {
    flex-direction: column;
  }

  .contact-form-title {
    border-bottom: none;
    width: 100%;
  }

  .contact-form-answer {
    width: 100%;
    border-top: none;
  }

  .contact-form-answer input {
    width: 90%;
    height: 4rem;
  }

  .contact-form-answer textarea {
    height: 35rem;
  }

  .form-button {
    width: 25rem;
    margin: 2rem auto 0;
  }

  /* entry */

  .entry-form-block {
    flex-direction: column;
  }

  .entry-form-title {
    width: 100%;
    border-bottom: none;
  }

  .entry-form-answer {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }

  .entry-form-answer input {
    width: 90%;
    height: 4rem;
  }

  .entry-form-answer-mini input {
    width: 20%;
  }

  .entry-form-answer-circle input {
    width: 2.5rem;
    height: 2.5rem;
  }

  .entry-form-answer textarea {
    height: 35rem;
  }

  .entry-form-answer-last {
    border-bottom: #000 solid 1px;
  }

  .entry-form-answer-mini p {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  /* index */
  .index-header-img-area {
    height: 65vh;
  }

  .index-header-logo {
    top: 28%;
    transform: translate(-50%, -10%);
    width: 32rem;
  }

  .index-header-recruit {
    width: 25rem;
    right: 50%;
    bottom: 15%;
    transform: translate(50%, 15%);
  }

  .header-tel-sp {
    bottom: 0;
    font-size: 2.5rem;
  }

  .header-tel-sp img {
    width: 4rem;
  }

  .header-navigation-sp-top {
    display: block;
  }

  #hamburger {
    display: block;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    height: 5rem;
    width: 5rem;
  }

  .icon span {
    position: absolute;
    left: 1.5rem;
    width: 3rem;
    height: 0.4rem;
    background-color: #ffffff;
    border-radius: 8px;
    transition: ease 0.75s;
  }

  .icon span:nth-of-type(1) {
    top: 1.5rem;
  }

  .icon span:nth-of-type(2) {
    top: 2.3rem;
  }
  .icon span:nth-of-type(3) {
    bottom: 1.5rem;
  }

  .close span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 2.7rem;
  }

  .close span:nth-of-type(2) {
    opacity: 0;
  }

  .close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 2.8rem;
  }

  .hamburger-menu {
    text-align: center;
    display: none;
    left: 0px;
    position: absolute;
    width: 100%;
    background-color: #2e3192;
  }

  .modal-shadow {
    display: none;
    background-color: rgba(0, 0, 0, 0.315);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 999;
  }

  .hamburger-menu-navigation-item {
    display: block;
    padding: 2.5rem 0;
    border-top: solid 0.1rem #fff;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    font-weight: 600;
  }

  /* ハンバーガーメニュー表示時スクロール固定 */
  .scroll {
    overflow: hidden;
  }

  .header-navi-list-sp,
  .header-navigation-tab {
    display: none;
  }

  .index-about {
    padding-top: 3rem;
  }

  .text-break-sp {
    display: none;
  }

  .index-text {
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
  }

  .index-service {
    height: 55rem;
  }

  .index-service-content-circle {
    width: 20rem;
    font-size: 2.2rem;
    margin: 2rem auto;
  }

  .index-service-content {
    margin-top: initial;
  }

  .index-recruit {
    height: 70rem;
    padding-top: 7rem;
  }

  .index-text-recruit {
    padding-top: 8rem;
  }

  .index-recruit img {
    right: 0;
    top: 0;
    transform: translate(0);
    width: 15rem;
    position: relative;
    margin-top: 4rem;
  }

  .footer-info {
    text-align: center;
  }

  .footer-navigation {
    display: none;
  }

  /* company */

  .second-top-title-area h1 {
    font-size: 4rem;
  }

  .second-top-title-area p {
    font-size: 2rem;
  }

  .company-company-info {
    padding: 0;
  }

  .company-info-title {
    width: 100%;
    background-color: #2e3192;
    color: white;
  }

  .company-info-text {
    width: 100%;
  }

  .company-info-text-br {
    display: block;
  }

  .company-info-block {
    flex-direction: column;
    text-align: center;
  }

  .company-greet-area {
    width: 100%;
  }

  .company-president {
    width: 75%;
  }

  .company-map {
    width: 35rem;
  }

  .company-under-content-area img {
    width: 35rem;
  }

  /* recruit */

  .second-top-title-undertext {
    font-size: 2rem !important;
  }

  .recruit-info-block {
    flex-direction: column;
    text-align: center;
  }

  .recruit-info-title {
    width: 100%;
    background-color: #2e3192;
    color: #ffffff;
  }

  .recruit-info-text {
    width: 100%;
    border-left: #cccccc solid 2px;
    border-right: #cccccc solid 2px;
    border-top: none;
  }

  /* contact */

  .contact-form-answer textarea {
    height: 20rem;
  }

  .contact-form-button {
    flex-direction: column;
  }

  .contact-form-title {
    padding: 3rem 0 3rem 2rem;
  }

  /* entry */

  .entry-form-answer textarea {
    height: 20rem;
    margin-left: 1.5rem;
  }

  .entry-form-title {
    padding: 2rem 0 2rem 2rem;
    font-size: 1.6rem;
  }

  .entry-form-answer-circle p {
    margin-top: 0;
  }

  .entry-form-answer-circle input {
    width: 2.5rem;
    height: 2.5rem;
  }

  .entry-form-answer input {
    margin-left: 1.5rem;
  }

  /* result */
  .result-inner {
    min-height: 30rem;
  }

  /* sp-footer-pdf */
  .bekkiyousikidainigou_btn {
    display:block;
  }
}
