@charset "utf-8";
/************
 * Responsive *
*************/
/* 900 - 1280 */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}

/* 768 - 899 */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* 320 - 767 */
@media only screen and (max-width: 767px) {
  .head-logo-bk img {
    width: 70px;
  }

  #single header {
    padding: 12px 12px 24px 12px;
  }

  /******
		SPナビゲーションメニュー
					******/

  .global-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 40px;
    transition: all 0.6s;
    z-index: 20000;
    overflow-y: auto;
    padding: 40px 16px 0 16px;
    box-sizing: border-box;
  }

  .hamburger {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 100px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 100px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 200000;
    position: fixed;
    background-color: unset;
    border-radius: 50px;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .global-nav__item {
    text-align: left;
    padding: 0 14px;
    margin: 0 20px;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    left: 26px;
    width: 50px;
    height: 3px;
    background-color: #d92216;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 26px;
  }
  .hamburger__line--2 {
    top: 46px;
  }
  .hamburger__line--3 {
    top: 66px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #202124;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: 0.9;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
    background: #fff;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
    background: #fff;
  }

  #sp-navi dt {
    display: block;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    text-align: left;
    padding-left: 8px;
    padding-top: 4px;
    font-size: 0.929em !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 0;
  }

  #sp-navi dd {
    background: #000;
    line-height: 150%;
    text-align: center;
    display: none;
    text-align: left;
    margin-top: -4px;
    padding-left: 8px;
  }

  #sp-navi dt {
    font-weight: 100;
    font-size: 14px;
  }

  #sp-navi dd ul li a {
    background: #000;
    color: #fff;
    font-size: 0.929em;
    line-height: 200%;
  }

  .none-arrow {
    background: none !important;
  }

  .border-none {
    border-bottom: none !important;
  }

  .hamburger {
    width: 60px;
    height: 60px;
  }

  .header-logo img {
    width: 180px;
  }

  .hamburger__line {
    left: 16px;
    width: 30px;
    height: 2px;
  }

  .hamburger__line--1 {
    top: 20px;
  }

  .hamburger__line--2 {
    top: 30px;
  }

  .hamburger__line--3 {
    top: 40px;
  }

  .nav-open .hamburger__line--1 {
    top: 30px;
  }
  .nav-open .hamburger__line--3 {
    top: 30px;
  }

  /* ココまでハンバーガーメニュー */

  .top-about {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .top-about-point {
    display: block;
    align-items: center;
    column-gap: 24px;
    margin-top: 24px;
  }

  .head-news a {
    display: block;
    column-gap: 50px;
  }

  .head-news .news-day {
    font-size: 12px;
  }

  .head-news .news-title {
    font-size: 15px;
    margin-top: 4px;
  }

  .top-about-right {
    width: 100%;
    padding: 32px 12px 32px 12px;
  }

  .top-about-title {
    font-size: 20px;
  }

  .top-about-text {
    margin-top: 16px;
  }

  .top-about-tag {
    margin-bottom: 12px;
    text-align: center;
  }

  .top-about-btn {
    text-align: right;
  }

  .top-about-btn {
    margin-right: 0;
    margin-left: auto;
  }

  .bot-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    color: #fff;
    padding: 10px 10px;
    width: 200px;
    max-width: 100%;
    line-height: 151%;
    margin: auto;
    margin-right: 0;
    margin-top: 24px;
  }

  .top-about-image {
    display: none;
  }

  .sec-head h2 {
    font-size: 28px;
  }

  .sec-head p {
    font-size: 12px;
  }

  .sec-head {
    column-gap: 12px;
    margin-top: 0;
  }

  .top-recruit-title {
    font-size: 20px;
  }

  .cta-sec .sec-head {
    display: block;
  }

  .cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-top: 32px;
    row-gap: 24px;
  }

  .cta-box {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 180px;
    padding: 12px;
  }

  .global-nav ul li {
    text-align: left;
    margin-bottom: 16px;
    padding-left: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid gray;
  }

  .global-nav a {
    color: #fff;
  }

  .sec-head-border {
    width: 24px;
    height: 1px;
    background-color: #1a1a1a;
    margin-top: 24px;
  }

  .single-sec-head p {
    margin-top: 10px;
  }

  .single-head-img {
    width: calc(100% - 50px);
    margin-right: 0;
    margin-left: auto;
    margin-top: 32px;
  }

  .single-head-img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
  }

  .news-list-head {
    font-size: 22px;
    font-weight: 900;
    color: #1a1a1a;
    text-align: center;
    letter-spacing: 1px;
  }

  .news-list-box {
    padding: 24px;
    border: 1px solid #666666;
    width: calc(50% - -1px);
    max-width: 100%;
    margin-left: -1px;
    margin-top: -1px;
  }

  .news-list-box {
    padding: 12px;
    border: 1px solid #666666;
    width: calc(50% - -1px);
    max-width: 100%;
    margin-left: -1px;
    margin-top: -1px;
  }

  .news-list-img img {
    object-fit: cover;
    height: 100px;
    width: 100%;
  }

  .news-list-tag {
    font-size: 10px;
    font-weight: bold;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 4px;
    margin-top: 8px;
  }

  .news-list-title {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 6px;
  }

  .news-single-img-inner img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: cover;
    margin: auto;
  }

  .news-single-img-inner {
    padding: 14px;
  }

  .news-single-title {
    font-size: 17px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 24px;
  }

  .news-single-contents-inner {
    width: 900px;
    margin: auto;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .news-page-contents h1 {
    background-color: #eef6ff;
    border-left: 6px solid #002e78;
    text-align: left;
    color: #002e78;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 900;
    margin-top: 16px;
    display: block;
  }

  .news-page-contents h2 {
    border-bottom: 2px solid #ff5d00;
    text-align: left;
    color: #ff5d00;
    padding: 0px 12px 6px 0px;
    font-size: 16px;
    font-weight: 900;
    display: block;
    margin-top: 16px;
  }

  .news-page-contents h3 {
    border-bottom: 3px dotted #002e78;
    font-size: 16px;
    font-weight: 900;
    color: #002e78;
    text-align: left;
    margin-top: 16px;
  }

  .news-page-contents h4 {
    padding: 6px 8px;
    border-left: 4px solid #002e78;
    color: #002e78;
    font-weight: 900;
    font-size: 16px;
    text-align: left;
    margin-top: 16px;
  }

  .sub-head-title-big {
    font-size: 20px;
  }

  .sec-sub-head {
    padding: 32px 0;
  }

  .company-point {
    padding-bottom: 24px;
  }

  .company-box-head {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    text-align: justify;
    font-size: 18px;
    padding: 16px 0;
    padding-left: 24px;
  }

  .company-box-bottom {
    display: flex;
    padding: 0px 0px 0px 24px;
    column-gap: 0px;
    flex-wrap: wrap;
    width: 100%;
  }

  .company-box-text {
    width: 100%;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    margin-top: 12px;
    padding-right: 24px;
  }

  .company-box-img {
    width: 100%;
    margin: 24px 0px;
  }

  .info-main ul li {
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 50px;
    margin-top: 24px;
    border-top: 1px dotted #666666;
    padding-top: 24px;
    font-weight: bold;
  }

  .info-main ul li span {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    color: #666666;
  }

  .gallery ul {
    display: flex;
    max-width: 90%;
    margin: auto;
    justify-content: center;
    text-align: center;
  }

  .gallery ul li {
    width: 50%;
    padding: 16px 16px;
    border-left: 1px solid #666666;
  }

  .gallery ul li img {
    width: 100%;
    object-fit: cover;
    height: 100px;
  }

  .text-box {
    font-size: 16px;
    line-height: 200%;
    margin: auto;
    margin-top: 0px;
  }

  .text-sec {
    padding: 32px 0;
  }

  .service-box {
    display: flex;
    justify-content: space-between;
    column-gap: 0px;
    border-top: 1px solid #666666;
  }

  .service-desc {
    width: calc(65% - 0px);
    padding: 32px 16px 32px 16px;
  }

  .service-desc-big {
    font-size: 18px;
    font-weight: bold;
  }

  .rec-block-text {
    margin-top: 24px;
    line-height: 200%;
  }

  .rec-block-list ul li {
    margin-top: 16px;
    display: flex;
    font-weight: 500;
    font-size: 14px;
  }

  .rec-block-list ul li span {
    display: block;
    width: 110px;
  }

  .rec-block-list ul li p {
    display: block;
    width: calc(100% - 100px);
  }

  .rec-block-title {
    font-size: 20px;
    font-weight: bold;
  }

  .recruit-block {
    padding: 32px 0;
    text-align: justify;
    border-bottom: 1px solid #666666;
  }

  .rec-block-text {
    margin-top: 12px;
    line-height: 200%;
  }

  .service-desc-big {
    font-size: 20px;
  }
}
