/* =========================================================
   RESPONSIVE
   SATOU KOGYOU
========================================================= */


/* =========================================================
   TABLET / SMALL PC
========================================================= */

@media screen and (max-width: 1100px) {

  /* =======================================================
     TOP PAGE
  ======================================================= */

:root {
    --mv-side: 22%;
  }

  /* =======================================================
     HEADER
  ======================================================= */

  .header-top {
    width: 94%;
  }

  .logo img {
    width: 210px;
  }

  .menu-list p {
    padding: 20px 10px;

    font-size: 10px;
    letter-spacing: .14em;
  }

  /* =======================================================
     MV
  ======================================================= */

  .top-mv__title {
    top: 120px;

    right: calc(100% - var(--mv-side) - 22px);

    font-size: 27px;
    line-height: 1.8;
    letter-spacing: .35em;
  }

  .top-mv__en {
    top: 120px;

    right: calc(100% - var(--mv-side) + 95px);

    font-size: 9px;
    letter-spacing: .22em;
  }

  /* =======================================================
     COMPANY
  ======================================================= */

  .top-company {
    grid-template-columns: 48% 52%;

    min-height: 760px;
  }

  .top-company__image {
    height: 680px;
  }

  .top-company__content {
    padding:
      85px
      45px
      100px
      50px;
  }

  .top-company__content .top-heading {
    margin-bottom: 50px;
  }

  .top-company__lead {
    font-size: 21px;

    line-height: 1.9;
    letter-spacing: .16em;
  }

  .top-company__text {
    font-size: 11px;
    line-height: 2.6;
  }

  /* =======================================================
     BUSINESS
  ======================================================= */

  .top-business-title {
    padding: 75px 0;
  }

  .top-business-image {
    height: 430px;
  }

  /* =======================================================
     HISTORY
  ======================================================= */

  .top-history {
    min-height: 540px;

    padding:
      80px
      30px
      90px;
  }

  .top-history__year {
    font-size: 105px;
  }

  /* =======================================================
     EQUIPMENT
  ======================================================= */

  .top-equipment {
    grid-template-columns: 48% 52%;

    min-height: 720px;
  }

  .top-equipment__image {
    height: 740px;
  }

  .top-equipment__content {
    grid-template-columns: 90px 1fr;

    column-gap: 35px;

    padding:
      80px
      40px
      90px;
  }

  .top-equipment__body {
    padding-top: 70px;
  }


  /* =======================================================
     COMPANY PAGE
  ======================================================= */

/* =======================================================
     GREETING
  ======================================================= */

  .company-message {
    height: 780px;
  }

  .company-message__heading {
    top: 70px;
  }

  .company-message__main {
    grid-template-columns: 50% 50%;

    height: 520px;
  }

  .company-message__content {
    padding:
      50px
      40px
      50px
      55px;
  }

  .company-message__lead {
    margin-bottom: 30px;

    font-size: 18px;
  }

  .company-message__text {
    font-size: 10px;

    line-height: 2.5;
  }

  /* =======================================================
     PROFILE
  ======================================================= */

  .company-profile__inner {
    width: 88%;
  }

  .company-profile__row {
    grid-template-columns: 180px 1fr;

    padding:
      18px
      30px;
  }

  .company-profile__map {
    height: 420px;
  }

  /* =======================================================
     HISTORY
  ======================================================= */

  .company-history__inner {
    width: 88%;
  }

  .company-history__timeline::before {
    left: 150px;
  }

  .company-history__item {
    grid-template-columns:
      120px
      60px
      1fr;
  }

  .company-history__point {
    margin-left: 20px;
  }

  .company-history__year {
    font-size: 40px;
  }

  .company-history__image {
    width: 100%;
    max-width: 500px;
  }


  /* =======================================================
     SERVICES PAGE
  ======================================================= */

/* =======================================================
     BUSINESS
  ======================================================= */

  .services-business {
    padding:
      70px
      0
      100px;
  }

  .services-business__heading {
    margin-bottom: 65px;
  }

  .services-business__row {
    grid-template-columns: 50% 50%;

    margin-bottom: 65px;
  }

  .services-business__row--reverse {
    grid-template-columns: 50% 50%;
  }

  .services-business__image {
    height: 320px;
  }

  .services-business__content {
    padding-left: 45px;
  }

  .services-business__row--reverse .services-business__content {
    padding-right: 45px;
    padding-left: 0;
  }

  .services-business__number {
    font-size: 36px;
  }

  .services-business__title {
    font-size: 16px;
  }

  .services-business__en {
    font-size: 25px;
  }

  /* =======================================================
     REASON
  ======================================================= */

  .services-reason {
    padding:
      75px
      0
      90px;
  }

  .services-reason__inner {
    width: 88%;
  }

  .services-reason__heading {
    margin-bottom: 65px;
  }

  .services-reason__items {
    gap: 20px;
  }

  .services-reason__item {
    padding:
      28px
      16px;
  }

  .services-reason__en {
    font-size: 9px;

    letter-spacing: .15em;
  }

  .services-reason__title {
    font-size: 18px;
  }

  /* =======================================================
     PROCESSING
  ======================================================= */

  .services-processing {
    padding:
      75px
      0
      90px;
  }

  .services-processing__inner {
    width: 88%;
  }

  .services-processing__heading {
    margin-bottom: 65px;
  }

  .services-processing__items {
    grid-template-columns: repeat(4, 1fr);

    gap:
      18px
      18px;
  }

  /* =======================================================
     MATERIALS
  ======================================================= */

  .services-materials {
    padding:
      75px
      0
      90px;
  }

  .services-materials__inner {
    width: 82%;
  }

  .services-materials__heading {
    margin-bottom: 65px;
  }

  .services-materials__items {
    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
  }

  /* =======================================================
     INDUSTRIES
  ======================================================= */

  .services-industries {
    padding:
      75px
      0
      100px;
  }

  .services-industries__inner {
    width: 88%;
  }

  .services-industries__heading {
    margin-bottom: 65px;
  }

  .services-industries__items {
    gap: 25px;
  }

  .services-industries__note {
    margin-top: 60px;
  }


  /* =======================================================
     EQUIPMENT PAGE
  ======================================================= */

/* =======================================================
     MAIN
  ======================================================= */

  .equipment-main {
    padding:
      75px
      0
      110px;
  }

  .equipment-main__inner {
    width: 88%;
  }

  .equipment-main__heading {
    margin-bottom: 70px;
  }

  /* =======================================================
     CATEGORY
  ======================================================= */

  .equipment-category {
    grid-template-columns: repeat(3, 1fr);

    gap:
      22px
      20px;

    margin-bottom: 100px;
  }

  .equipment-category__item {
    height: 88px;
  }

  .equipment-category__number {
    font-size: 22px;
  }

  .equipment-category__name {
    font-size: 13px;
  }

  /* =======================================================
     EQUIPMENT LIST
  ======================================================= */

  .equipment-list {
    margin-bottom: 80px;
  }

  .equipment-list__heading {
    margin-bottom: 35px;

    padding-left: 22px;
  }

  .equipment-list__heading-top {
    gap: 14px;
  }

  .equipment-list__number {
    font-size: 30px;
  }

  .equipment-list__title {
    font-size: 23px;
  }

  .equipment-list__en {
    font-size: 13px;

    letter-spacing: .22em;
  }

  /* =======================================================
     TABLE
  ======================================================= */

  .equipment-table {
    width: 1450px;
    min-width: 1450px;
  }

  .equipment-table th,
  .equipment-table td {
    height: 50px;

    padding:
      9px
      15px;
  }

  .equipment-table td {
    font-size: 9px;
  }

  /* =======================================================
     CUSTOM SCROLLBAR
  ======================================================= */

  .equipment-scrollbar {
    margin-top: 16px;
  }

  .equipment-scrollbar p {
    font-size: 8px;
  }


  /* =======================================================
     CONTACT PAGE
  ======================================================= */

/* BREADCRUMB */

  .contact-breadcrumb {
    width: 90%;
  }

  /* MAIN */

  .contact-main {
    padding:
      50px
      0
      40px;
  }

  .contact-heading {
    margin-bottom: 60px;
  }

  .contact-lead {
    margin-bottom: 40px;
  }

  /* FORM */

  .contact-form {
    width: 84%;
  }

  .contact-form__row {
    grid-template-columns: 145px 1fr;
  }

  /* PHONE */

  .contact-phone {
    margin-bottom: 85px;
  }

  .contact-phone__box {
    width: 84%;
  }


}


/* =========================================================
   HEADER SWITCH
========================================================= */

@media screen and (max-width: 900px) {

.header-menu {
    display: none;
  }

  .hb-menu {
    display: block;
  }

}


/* =========================================================
   SMARTPHONE
========================================================= */

@media screen and (max-width: 767px) {

  :root {
    --sp-section-top: 48px;
    --sp-section-bottom: 56px;
    --sp-heading-gap: 36px;
  }

  /* =======================================================
     TOP PAGE
  ======================================================= */

:root {
    --header-height: 72px;
  }

  /* =======================================================
     HEADER
  ======================================================= */

  .header {
    height: var(--header-height);
  }

  .header-top {
    width: 92%;
  }

  .logo img {
    width: 190px;
  }

  /* =======================================================
     HERO
  ======================================================= */

  .top-mv {
    position: relative;

    height: calc(100svh - var(--header-height));
    min-height: 600px;

    overflow: hidden;
  }

  .top-mv__image {
    position: absolute;

    top: 0;
    right: 0;

    width: 78%;
    height: 100%;

    overflow: hidden;
  }

  .top-mv__image picture {
    display: block;

    width: 100%;
    height: 100%;

    transform: scale(2.45);
    transform-origin: 100% 62%;
  }

  .top-mv__image img {
    display: block;

    width: 100%;
    max-width: none;

    height: 100%;

    object-fit: cover;
    object-position: center center;
  }

  /* HERO JAPANESE */

  .top-mv__title {
    top: 45%;

    right: calc(60% - 12px);

    font-size: 30px;

    line-height: 1.7;
    letter-spacing: .3em;
  }

  /* HERO ENGLISH */

  .top-mv__en {
    top: 45%;

    right: calc(60% + 110px);

    font-size: 10px;

    line-height: 1.4;
    letter-spacing: .16em;
  }

  /* =======================================================
     COMPANY
  ======================================================= */

  .top-company {
    display: flex;
    flex-direction: column;

    width: 100%;
    min-height: 0;

    padding:
      52px
      0
      64px;

    background: var(--bg);
  }

  .top-company__content {
    display: contents;
  }

  /* COMPANY TITLE */

  .top-company .top-heading {
    order: 1;

    width: max-content;

    margin:
      0
      auto
      36px;

    padding-left: 18px;
  }

  /* COMPANY IMAGE */

  .top-company__image {
    order: 2;

    width: 90%;
    height: 400px;

    margin:
      0
      0
      38px
      auto;

    overflow: hidden;
  }

  .top-company__image img {
    position: relative;

    top: -35px;
    left: -2px;

    width: calc(100% + 4px);
    max-width: none;

    height: calc(100% + 70px);

    object-fit: cover;
    object-position: center center;
  }

  /* COMPANY TEXT */

  .top-company__body {
    order: 3;

    width: 90%;
    max-width: none;

    margin-left: auto;

    padding:
      0
      24px
      0
      0;
  }

  .top-company__lead {
    margin:
      0
      0
      26px;

    font-size: 18px;

    line-height: 2;
    letter-spacing: .14em;
  }

  .top-company__text {
    margin: 0;

    font-size: 11px;

    line-height: 2.6;
    letter-spacing: .09em;
  }

  .top-company .top-more {
    width: 100%;
    max-width: 260px;

    margin-top: 35px;
  }

  /* =======================================================
     BUSINESS
  ======================================================= */

  .top-business-title {
    display: flex;

    align-items: flex-start;
    justify-content: center;

    width: 100%;

    padding: 0px 0 40px;


    background: var(--bg);
  }

  .top-business-title .top-heading {
    width: max-content;

    margin: 0 auto;
  }

  /*
    画像サイズ・横幅は触らない
    PC側の設定をそのまま使用
  */

  .top-business-image {
    margin-bottom: 0px;
  }

  /* =======================================================
     COMMON HEADING
  ======================================================= */

  .top-heading--vertical {
    gap: 8px;

    padding-left: 18px;
  }

  .top-heading--vertical::before {
    bottom: -10px;
  }

  .top-heading__jp {
    font-size: 25px;

    line-height: 1.5;
    letter-spacing: .35em;
  }

  .top-heading__en {
    font-size: 8px;

    letter-spacing: .18em;
  }

  .top-history {
    min-height: 0;

    padding:
      48px
      20px
      56px;
  }

.top-history__year {
    font-size: 65px;
    text-align: center;
}

.top-history__en {
    margin: 20px 0 30px;
    font-size: 10px;
    letter-spacing: .1em;
}

/* =======================================================
   EQUIPMENT
======================================================= */

.top-equipment {
  display: flex;
  flex-direction: column;

  width: 100%;
  min-height: 0;

  padding:
    55px
    0
    90px;

  background: var(--bg);
}

.top-equipment__content {
  display: contents;
}

/* TITLE */

.top-equipment .top-heading {
  order: 1;

  width: max-content;

  margin:
    0
    auto
    55px;

  padding-left: 18px;
}

/* IMAGE */

.top-equipment__image {
  order: 2;

  width: 90%;
  height: 400px;

  margin:
    0
    auto
    55px
    0;

  overflow: hidden;
}

.top-equipment__image img {
  position: relative;

  top: -35px;
  left: -2px;

  width: calc(100% + 4px);
  max-width: none;

  height: calc(100% + 70px);

  object-fit: cover;
  object-position: center center;
}

/* TEXT */

.top-equipment__body {
  order: 3;

  width: 90%;
  max-width: none;

  margin-right: auto;

  padding:
    0
    0
    0
    10%;
}

.top-equipment__lead {
  margin:
    0
    0
    32px;

  font-size: 18px;

  line-height: 2;
  letter-spacing: .14em;
}

.top-equipment__text {
  margin: 0;

  font-size: 11px;

  line-height: 2.6;
  letter-spacing: .09em;
}

.top-equipment .top-more {
  width: 100%;
  max-width: 260px;

  margin-top: 35px;
}


  /* =======================================================
     COMPANY PAGE
  ======================================================= */

/* =======================================================
     COMMON TITLE
  ======================================================= */

  .company-message .company-section-heading__jp,
  .company-profile .company-section-heading__jp,
  .company-history .company-section-heading__jp {
    font-size: 25px;

    line-height: 1.5;

    letter-spacing: .35em;
  }

  .company-message .company-section-heading__en,
  .company-profile .company-section-heading__en,
  .company-history .company-section-heading__en {
    font-size: 8px;

    letter-spacing: .18em;
  }

  /* =======================================================
     GREETING
  ======================================================= */

  .company-message {
    position: relative;

    height: auto;

    padding:
      52px
      0
      64px;

    overflow: hidden;
  }

  /* TITLE */

  .company-message__heading {
    position: static;

    display: flex;
    justify-content: center;

    width: 100%;

    margin-bottom: 36px;

    transform: none;
  }

  /* MAIN */

  .company-message__main {
    position: static;

    display: block;

    width: 100%;
    height: auto;
  }

  /* IMAGE */

  .company-message__image {
    width: 100%;

    height: auto;
    aspect-ratio: 829 / 574;

    margin: 0;
  }

  .company-message__image img {
    position: static;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center center;

    transform: none !important;
  }

  /* TEXT */

  .company-message__content {
    display: block;

    width: 88%;
    height: auto;

    margin:
      36px
      auto
      0;

    padding: 0;
  }

  .company-message__body {
    width: 100%;
    max-width: none;
  }

  .company-message__lead {
    margin:
      0
      0
      24px;

    font-size: 17px;

    line-height: 2;

    letter-spacing: .14em;
  }

  .company-message__text {
    margin: 0;

    font-size: 10px;

    line-height: 2.6;

    letter-spacing: .1em;
  }

  /* =======================================================
     PROFILE
  ======================================================= */

  .company-profile {
    padding:
      0px
      0
      64px;
  }

  .company-profile__inner {
    width: 88%;
  }

  /* TITLE */

  .company-profile__heading {
    margin-bottom: 38px;
  }

  /* TABLE */

  .company-profile__row {
    display: grid;

    grid-template-columns:
      82px
      1fr;

    column-gap: 18px;

    padding:
      16px
      4px;
  }

  .company-profile__label {
    font-size: 10px;

    line-height: 2;

    letter-spacing: .12em;
  }

  .company-profile__value {
    font-size: 10px;

    line-height: 2.2;

    letter-spacing: .08em;
  }

  .company-profile__value p {
    margin-bottom: 12px;
  }

  /* MAP */

  .company-profile__map {
    width: 100%;
    height: 280px;

    margin-top: 34px;
  }

  /* =======================================================
     HISTORY
  ======================================================= */

  .company-history {
    padding:
      0px
      0
      64px;
  }

  .company-history__inner {
    width: 90%;
  }

  /* TITLE */

  .company-history__heading {
    margin-bottom: 38px;
  }

  /* TIMELINE */

  .company-history__timeline::before {
    top: 9px;
    bottom: 10px;

    left: 73px;
  }

  /* ITEM */

  .company-history__item {
    grid-template-columns:
      58px
      30px
      1fr;

    width: 100%;

    min-height: 100px;
  }

  /* YEAR */

  .company-history__year {
    margin:
      1px
      0
      0;

    font-size: 24px;

    line-height: 1;

    letter-spacing: .04em;
  }

  /* POINT */

  .company-history__point {
    width: 18px;
    height: 18px;

    margin-left: 6px;
  }

  .company-history__point::before {
    width: 6px;
    height: 6px;
  }

  /* CONTENT */

  .company-history__content {
    padding:
      0
      0
      34px;
  }

  .company-history__title {
    margin:
      0
      0
      8px;

    font-size: 12px;

    line-height: 1.8;

    letter-spacing: .12em;
  }

  .company-history__text {
    font-size: 9px;

    line-height: 2;

    letter-spacing: .08em;
  }

  /* HISTORY IMAGE */

  .company-history__image {
    position: relative;

    width: 100%;
    height: 170px;

    margin-top: 18px;

    overflow: hidden;
  }

  .company-history__image img {
    position: absolute;

    top: -50px;
    left: -2px;

    width: calc(100% + 4px);
    max-width: none;

    height: calc(100% + 100px);

    object-fit: cover;

    filter: grayscale(1);

    will-change: transform;
  }

  /* 画像ありの項目 */

  .company-history__item--image {
    min-height: 0;
  }

  .company-history__item--image .company-history__content {
    padding-bottom: 50px;
  }


  /* =======================================================
     SERVICES PAGE
  ======================================================= */

/* =======================================================
     COMMON TITLE
  ======================================================= */

  .services-business .company-section-heading__jp,
  .services-reason .company-section-heading__jp,
  .services-processing .company-section-heading__jp,
  .services-materials .company-section-heading__jp,
  .services-industries .company-section-heading__jp {
    font-size: 25px;

    line-height: 1.5;

    letter-spacing: .35em;
  }

  .services-business .company-section-heading__en,
  .services-reason .company-section-heading__en,
  .services-processing .company-section-heading__en,
  .services-materials .company-section-heading__en,
  .services-industries .company-section-heading__en {
    font-size: 8px;

    letter-spacing: .18em;
  }

  /* =======================================================
     BUSINESS
  ======================================================= */

  .services-business {
    padding:
      48px
      0
      56px;
  }

  .services-business__heading {
    margin-bottom: 36px;
  }

  /* ROW */

  .services-business__row,
  .services-business__row--reverse {
    display: flex;
    flex-direction: column;

    width: 100%;

    margin-bottom: 48px;
  }

  .services-business__row:last-child {
    margin-bottom: 0;
  }

  /* IMAGE */

  .services-business__image {
    order: 1;

    width: 90%;
    height: 235px;

    margin:
      0
      auto
      26px
      0;
  }

  .services-business__row--reverse .services-business__image {
    margin:
      0
      0
      26px
      auto;
  }

  .services-business__image img {
    top: -35px;
    left: -2px;

    width: calc(100% + 4px);

    height: calc(100% + 70px);

    object-fit: cover;
    object-position: center center;
  }

  /* CONTENT */

  .services-business__content,
  .services-business__row--reverse .services-business__content {
    order: 2;

    width: 88%;
    max-width: none;

    margin: 0 auto;

    padding: 0;
  }

  .services-business__number {
    margin-bottom: 9px;

    font-size: 31px;

    letter-spacing: .08em;
  }

  .services-business__title {
    margin-bottom: 6px;

    font-size: 16px;

    line-height: 1.8;

    letter-spacing: .13em;
  }

  .services-business__en {
    margin-bottom: 18px;

    font-size: 21px;

    line-height: 1.3;

    letter-spacing: .08em;
  }

  .services-business__text {
    font-size: 10px;

    line-height: 2.4;

    letter-spacing: .08em;
  }

  /* =======================================================
     REASON
  ======================================================= */

  .services-reason {
    padding:
      48px
      0
      56px;
  }

  .services-reason__inner {
    width: 88%;
  }

  .services-reason__heading {
    margin-bottom: 36px;
  }

  /* CARDS */

  .services-reason__items {
    display: grid;

    grid-template-columns: 1fr;

    gap: 16px;
  }

  .services-reason__item {
    width: 100%;

    padding:
      26px
      20px
      28px;
  }

  .services-reason__en {
    margin: 0;

    font-size: 9px;

    line-height: 1.7;

    letter-spacing: .14em;

    white-space: normal;
  }

  .services-reason__icon {
    height: 95px;

    margin:
      16px
      auto
      10px;
  }

  .services-reason__icon img {
    max-width: 120px;
    max-height: 82px;
  }

  .services-reason__title {
    margin-bottom: 13px;

    font-size: 18px;

    line-height: 1.8;

    letter-spacing: .14em;
  }

  .services-reason__lead {
    margin-bottom: 13px;

    font-size: 12px;

    line-height: 1.9;

    letter-spacing: .1em;
  }

  .services-reason__text {
    font-size: 9px;

    line-height: 2.1;

    letter-spacing: .07em;
  }

  /* =======================================================
     PROCESSING
  ======================================================= */

  .services-processing {
    padding:
      48px
      0
      56px;
  }

  .services-processing__inner {
    width: 88%;
  }

  .services-processing__heading {
    margin-bottom: 36px;
  }

  .services-processing__items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .services-processing__item {
    height: 108px;

    padding:
      14px
      7px;
  }

  .services-processing__jp {
    font-size: 10px;

    line-height: 1.6;

    letter-spacing: .07em;
  }

  .services-processing__item span {
    width: 50px;

    margin:
      11px
      0
      9px;
  }

  .services-processing__en {
    font-size: 7px;

    line-height: 1.4;

    letter-spacing: .07em;
  }

  /* =======================================================
     MATERIALS
  ======================================================= */

  .services-materials {
    padding:
      48px
      0
      56px;
  }

  .services-materials__inner {
    width: 88%;
  }

  .services-materials__heading {
    margin-bottom: 36px;
  }

  .services-materials__items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .services-materials__item {
    height: 108px;

    padding:
      14px
      8px;
  }

  .services-materials__item:last-child {
    grid-column: 1 / 3;

    width: calc(50% - 5px);

    justify-self: center;
  }

  .services-materials__jp {
    font-size: 10px;

    letter-spacing: .08em;
  }

  .services-materials__item span {
    width: 50px;

    margin:
      11px
      0
      9px;
  }

  .services-materials__en {
    font-size: 7px;

    letter-spacing: .08em;
  }

  /* =======================================================
     INDUSTRIES
  ======================================================= */

  .services-industries {
    padding:
      48px
      0
      58px;
  }

  .services-industries__inner {
    width: 88%;
  }

  .services-industries__heading {
    margin-bottom: 36px;
  }

  .services-industries__items {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .services-industries__item {
    height: 155px;

    padding:
      16px
      8px;
  }

  .services-industries__number {
    margin-bottom: 7px;

    font-size: 19px;

    letter-spacing: .06em;
  }

  .services-industries__icon {
    height: 50px;
  }

  .services-industries__icon img {
    max-width: 62px;
    max-height: 47px;
  }

  .services-industries__jp {
    margin-top: 6px;

    font-size: 10px;

    letter-spacing: .1em;
  }

  .services-industries__item > span {
    width: 55px;

    margin:
      7px
      0
      6px;
  }

  .services-industries__en {
    font-size: 7px;

    letter-spacing: .08em;
  }

  /* NOTE */

  .services-industries__note {
    width: 100%;

    min-height: 72px;
    height: auto;

    margin-top: 30px;

    padding:
      15px
      18px;

    font-size: 9px;

    line-height: 2;

    letter-spacing: .08em;
  }


  /* =======================================================
     EQUIPMENT PAGE
  ======================================================= */

/* =======================================================
     COMMON TITLE
  ======================================================= */

  .equipment-main .company-section-heading__jp {
    font-size: 25px;

    line-height: 1.5;

    letter-spacing: .35em;
  }

  .equipment-main .company-section-heading__en {
    font-size: 8px;

    letter-spacing: .18em;
  }

  /* =======================================================
     MAIN
  ======================================================= */

  .equipment-main {
    padding:
      48px
      0
      60px;
  }

  .equipment-main__inner {
    width: 90%;
  }

  .equipment-main__heading {
    margin-bottom: 36px;
  }

  /* =======================================================
     CATEGORY
  ======================================================= */

  .equipment-category {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-bottom: 50px;
  }

  .equipment-category__item {
    height: 80px;

    border-radius: 45px;

    padding:
      10px
      8px;
  }

  .equipment-category__number {
    margin-bottom: 6px;

    font-size: 20px;

    letter-spacing: .1em;
  }

  .equipment-category__name {
    font-size: 11px;

    line-height: 1.5;

    letter-spacing: .1em;
  }

  .equipment-category__arrow {
    width: 9px;
    height: 9px;

    margin-top: 5px;
  }

  /* =======================================================
     EQUIPMENT LIST
  ======================================================= */

  .equipment-list {
    margin-bottom: 48px;

    scroll-margin-top: 90px;
  }

  .equipment-list__heading {
    margin-bottom: 24px;

    padding-left: 16px;
  }

  .equipment-list__heading::before {
    width: 3px;
  }

  .equipment-list__heading-top {
    align-items: baseline;

    gap: 10px;
  }

  .equipment-list__number {
    font-size: 25px;

    letter-spacing: .1em;
  }

  .equipment-list__title {
    font-size: 18px;

    line-height: 1.5;

    letter-spacing: .14em;
  }

  .equipment-list__en {
    margin-top: 4px;

    font-size: 10px;

    line-height: 1.5;

    letter-spacing: .16em;
  }

  /* =======================================================
     TABLE SCROLL
  ======================================================= */

  .equipment-table-scroll {
    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;
  }

  /* =======================================================
     TABLE
  ======================================================= */

  .equipment-table {
    width: 1150px;
    min-width: 1150px;
  }

  .equipment-table th,
  .equipment-table td {
    height: 46px;

    padding:
      8px
      12px;
  }

  .equipment-table th {
    font-size: 8px;

    line-height: 1.4;

    letter-spacing: .08em;
  }

  .equipment-table td {
    font-size: 8px;

    line-height: 1.6;

    letter-spacing: .1em;
  }

  /* =======================================================
     EQUIPMENT SCROLLBAR
  ======================================================= */

  .equipment-scrollbar {
  display: grid;

  grid-template-columns:
    18px
    1fr
    18px;

  grid-template-areas:
    "prev track next"
    "text text text";

  align-items: center;

  column-gap: 8px;
  row-gap: 10px;

  width: 100%;

  margin-top: 16px;
}

/* LEFT */

  .equipment-scrollbar__prev {
  grid-area: prev;
}

/* RIGHT */

  .equipment-scrollbar__next {
  grid-area: next;
}

/* ARROW */

  .equipment-scrollbar__arrow {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  padding: 0;

  border: 0;

  background: transparent;

  color: #fff;

  font-family: "Times New Roman";

  font-size: 17px;
  line-height: 1;

  cursor: pointer;
}

/* TRACK */

  .equipment-scrollbar__track {
  grid-area: track;

  position: relative;

  width: 100%;
  height: 6px;

  margin: 0;

  background: rgba(255, 255, 255, .18);

  border-radius: 10px;

  overflow: hidden;
}

/* GREEN BAR */

  .equipment-scrollbar__thumb {
  position: absolute;

  top: 0;
  left: 0;

  width: 30%;
  height: 100%;

  background: var(--green);

  border-radius: 10px;
}

/* GUIDE */

  .equipment-scrollbar p {
  grid-area: text;

  margin: 0;

  color: rgba(255, 255, 255, .75);

  font-size: 8px;

  line-height: 1.5;

  letter-spacing: .12em;

  text-align: center;

  white-space: nowrap;
}


  /* =======================================================
     CONTACT PAGE
  ======================================================= */

/* =======================================================
     BREADCRUMB
  ======================================================= */

  .contact-breadcrumb {
    width: 90%;

    margin:
      25px
      auto
      0;

    gap: 5px;

    font-size: 9px;

    letter-spacing: .1em;
  }

  /* =======================================================
     MAIN
  ======================================================= */

  .contact-main {
    padding:
      38px
      0
      34px;
  }

  /* TITLE */

  .contact-heading {
    margin-bottom: 36px;
  }

  .contact-heading .company-section-heading__jp {
    font-size: 25px;

    line-height: 1.5;

    letter-spacing: .35em;
  }

  .contact-heading .company-section-heading__en {
    font-size: 8px;

    letter-spacing: .18em;
  }

  /* =======================================================
     LEAD
  ======================================================= */

  .contact-lead {
    width: 88%;

    margin:
      0
      auto
      30px;

    text-align: left;
  }

  .contact-lead p {
    margin-bottom: 8px;

    font-size: 9px;
text-align: center;
    line-height: 2;

    letter-spacing: .1em;
  }

  /* =======================================================
     FORM
  ======================================================= */

  .contact-form {
    width: 90%;
    max-width: none;

    margin: 0 auto;
  }

  /* ROW */

  .contact-form__row {
    display: block;

    width: 100%;

    margin-bottom: 18px;
  }

  /* LABEL */

  .contact-form__label {
    display: block;

    margin-bottom: 8px;

    font-size: 11px;

    line-height: 1.6;

    letter-spacing: .1em;
  }

  /* FIELD */

  .contact-form__field {
    width: 100%;
  }

  /* INPUT */

  .contact-form__field input[type="text"],
  .contact-form__field input[type="email"],
  .contact-form__field input[type="tel"],
  .contact-form__field select {
    width: 100%;
    height: 44px;

    padding:
      0
      12px;

    font-size: 12px;
  }

  /* SELECT */

  .contact-form__field:has(select)::after {
    top: 15px;
    right: 17px;

    width: 9px;
    height: 9px;
  }

  /* =======================================================
     FILE
  ======================================================= */

  .contact-form__row--file {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .contact-form__field input[type="file"] {
    display: block;

    width: 100%;

    font-size: 8px;
  }

  .contact-form__field input[type="file"]::file-selector-button {
    margin-right: 10px;

    padding:
      7px
      18px;

    font-size: 8px;
  }

  .contact-form__file-note {
    display: block;

    margin:
      8px
      0
      0;

    font-size: 8px;

    line-height: 1.5;

    letter-spacing: .08em;
  }

  /* =======================================================
     TEXTAREA
  ======================================================= */

  .contact-form__row--textarea .contact-form__label {
    padding-top: 0;
  }

  .contact-form__field textarea {
    width: 100%;
    height: 180px;

    padding: 12px;

    font-size: 12px;
  }

  /* =======================================================
     PRIVACY
  ======================================================= */

  .contact-form__privacy {
    margin-top: 30px;
  }

  .contact-form__privacy a {
    font-size: 10px;

    letter-spacing: .06em;
  }

  /* =======================================================
     SUBMIT
  ======================================================= */

  .contact-form__submit {
    margin-top: 18px;
  }

  .contact-form__submit input[type="submit"] {
    width: 100%;
    height: 48px;

    font-size: 11px;

    letter-spacing: .2em;
  }

  /* =======================================================
     CF7
  ======================================================= */

  .contact-form .wpcf7-not-valid-tip {
    margin-top: 5px;

    font-size: 9px;
  }

  .contact-form .wpcf7-response-output {
    margin-top: 22px;

    font-size: 10px;

    line-height: 1.9;

    letter-spacing: .07em;
  }

  .contact-form .wpcf7-spinner {
    margin:
      12px
      auto
      0;
  }

  /* =======================================================
     PHONE
  ======================================================= */

  .contact-phone {
    margin-bottom: 58px;
  }

  .contact-phone__box {
    width: 90%;

    min-height: 155px;

    padding:
      28px
      15px;

    border-radius: 90px;
  }

  .contact-phone__lead {
    margin-bottom: 13px;

    font-size: 13px;

    line-height: 1.7;

    letter-spacing: .14em;
  }

  .contact-phone__number {
    gap: 10px;
  }

  .contact-phone__icon {
    width: 28px;
    height: 28px;
  }

  .contact-phone__number span {
    font-size: 30px;

    letter-spacing: .1em;
  }

  .contact-phone__time {
    margin-top: 16px;

    font-size: 9px;

    line-height: 1.6;

    letter-spacing: .1em;
  }


/* =======================================================
     FOOTER
  ======================================================= */

  .footer-contact {
    padding:
      56px
      20px
      60px;
  }

  .footer-contact__title {
    font-size: 44px;
    letter-spacing: .07em;
  }

  .footer-contact__text {
    margin-top: 24px;

    font-size: 12px;
    line-height: 2;
    letter-spacing: .18em;
  }

  .footer-contact__button {
    width: 240px;
    height: 46px;

    margin-top: 24px;

    letter-spacing: .15em;
  }

  .footer {
    padding:
      40px
      0
      36px;
  }

  .footer__inner {
    display: block;

    width: 88%;
  }

  .footer__company {
    width: 100%;
  }

  .footer__company-name {
    font-size: 14px;
    letter-spacing: .18em;
  }

  .footer__address {
    font-size: 9px;
    letter-spacing: .1em;
  }

  .footer__nav {
    display: flex;
    flex-wrap: wrap;

    gap:
      16px
      22px;

    margin-top: 34px;
  }

  .footer__nav a {
    font-size: 9px;
    letter-spacing: .12em;
  }

  .footer__copy {
    position: static;

    margin-top: 34px;

    text-align: right;

    font-size: 8px;
    letter-spacing: .08em;
  }

/* =======================================================
     PRIVACY PAGE
  ======================================================= */

  .privacy-breadcrumb {
    width: 90%;

    margin:
      25px
      auto
      0;

    gap: 5px;

    font-size: 9px;
    letter-spacing: .1em;
  }

  .privacy-main {
    padding:
      38px
      0
      64px;
  }

  .privacy-heading {
    margin-bottom: 36px;
  }

  .privacy-heading .company-section-heading__jp {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: .35em;
  }

  .privacy-heading .company-section-heading__en {
    font-size: 8px;
    letter-spacing: .18em;
  }

  .privacy-content {
    width: 90%;
    max-width: none;

    font-size: 11px;
    line-height: 2;
    letter-spacing: .06em;
  }

  .privacy-content p {
    margin-bottom: 18px;
  }

  .privacy-content h2 {
    margin:
      38px
      0
      16px;

    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .1em;
  }

  .privacy-content h3 {
    margin:
      28px
      0
      12px;

    font-size: 16px;
    line-height: 1.8;
    letter-spacing: .1em;
  }

  .privacy-content ul,
  .privacy-content ol {
    margin-bottom: 20px;
  }

  .privacy-content li {
    margin-bottom: 8px;
  }

}

/* =========================================================
   HEADER SWITCH
========================================================= */

@media screen and (max-width: 900px) {

  .header-menu {
    display: none !important;
  }

  #navArea {
    display: block !important;
  }

}

/* =========================================================
   HAMBURGER MENU DESIGN
========================================================= */

@media screen and (max-width: 900px) {

  /* 背景オーバーレイ */

  #navArea::before {
    content: "";

    position: fixed;
    inset: 0;

    z-index: 999;

    background: rgba(0, 0, 0, .55);

    opacity: 0;
    visibility: hidden;

    transition:
      opacity .4s ease,
      visibility .4s ease;

    pointer-events: none;
  }

  #navArea.open::before {
    opacity: 1;
    visibility: visible;

    pointer-events: auto;
  }


  /* =======================================================
     PANEL
  ======================================================= */

  nav.hbnav {
    position: fixed;

    top: 0;
    left: -100%;

    z-index: 1001;

    width: 82%;
    max-width: 340px;
    height: 100svh;

    padding:
      0
      28px;

    background:
      linear-gradient(
        180deg,
        #00100f 0%,
        #031917 100%
      );

    border-right:
      1px solid rgba(154, 199, 57, .35);

    opacity: 1;

    overflow-y: auto;

    transition:
      left .55s cubic-bezier(.77, 0, .18, 1);
  }

  #navArea.open nav.hbnav {
    left: 0;
  }


  /* =======================================================
     INNER
  ======================================================= */

  nav.hbnav .inner {
    padding:
      78px
      0
      50px;
  }


  /* =======================================================
     COMPANY NAME
  ======================================================= */

  p.hb-title {
    position: relative;

    margin:
      0
      0
      46px;

    padding:
      0
      0
      20px;

    color: #fff;

    font-size: 10px;
    font-weight: 400;

    line-height: 1.8;

    letter-spacing: .3em;
margin-top: 20px;
    text-align: left;
    color: rgba(255, 255, 255, .7);
  }


  /* =======================================================
     MENU
  ======================================================= */

  nav.hbnav .inner ul {
    counter-reset: hbmenu;

    margin: 0;
    padding: 0;
  }

  nav.hbnav .inner ul li {
    counter-increment: hbmenu;

    margin: 0;

    border: 0;
  }

  nav.hbnav .inner ul li a {
    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

    padding:
      18px
      0
      18px
      38px;

    color: #fff;

    font-size: 13px;

    line-height: 1.5;

    letter-spacing: .18em;

    text-align: left;

    border-bottom:
      1px solid rgba(255, 255, 255, .15);

    transition:
      color .3s ease,
      padding-left .3s ease;
  }


  /* 01 / 02 / 03 */

  nav.hbnav .inner ul li a::before {
    content:
      "0" counter(hbmenu);

    position: absolute;

    left: 0;

    color: var(--green);

    font-family: "Times New Roman";

    font-size: 9px;

    letter-spacing: .1em;
  }


  /* 右の短い線 */

  nav.hbnav .inner ul li a::after {
    content: "";

    position: absolute;

    right: 0;

    width: 14px;
    height: 1px;

    background: rgba(154, 199, 57, .55);

    transition:
      width .3s ease;
  }


  nav.hbnav .inner ul li a:hover {
    padding-left: 44px;

    color: var(--green);

    background: transparent;

    opacity: 1;
  }

  nav.hbnav .inner ul li a:hover::after {
    width: 28px;
  }


  /* =======================================================
     HAMBURGER BUTTON
  ======================================================= */

  .toggle_btn {
    position: fixed;

    top: 22px;
    right: 24px;

    z-index: 1003;

    width: 34px;
    height: 28px;
  }

  .toggle_btn span {
    width: 34px;

    background: #fff;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 13px;
  }

  .toggle_btn span:nth-child(3) {
    top: 22px;
  }


  /* OPEN */

  .open .toggle_btn span:nth-child(1) {
    top: 13px;

    transform: rotate(45deg);
  }

  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  .open .toggle_btn span:nth-child(3) {
    top: 13px;

    transform: rotate(-45deg);
  }



}
