@charset "UTF-8";
* {
  color: #1a1a1a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media print, screen and (min-width: 1024px) {
  * {
    line-height: 1.8;
  }
}

html {
  font-size: 56.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.6rem;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a *, a::before, a::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a[href*=tel] {
    pointer-events: none;
  }
}

span,
small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
  vertical-align: bottom;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.inner {
  width: 90%;
  margin: 0 auto;
}
.inner.max1400 {
  max-width: 1400px;
}

header#global-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9999999999;
  width: calc(100% + 2px);
  max-width: 1922px;
  height: 9rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5vw;
  padding: min(4vw, 2rem) min(2vw, 2rem);
}
header#global-header .area_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 30rem;
  height: 2.5rem;
}
@media print, screen and (min-width: 1024px) {
  header#global-header .area_left {
    width: 25%;
  }
}
header#global-header .area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5vw;
}
header#global-header h1.logo {
  margin: 0 !important;
  height: 100%;
}
header#global-header h1.logo a {
  display: block;
  height: 100%;
}
header#global-header h1.logo a:hover {
  opacity: 0.5;
}
header#global-header h1.logo img {
  display: block;
  width: 100%;
  height: 100%;
}
header#global-header .department {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 1024px) {
  header#global-header .department {
    width: auto;
    position: static;
    background-color: transparent;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1280px) {
  header#global-header .department {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
header#global-header .department.active {
  left: 0;
}
@media print, screen and (min-width: 1280px) {
  header#global-header .department.active {
    top: 50%;
    left: 50%;
  }
}
header#global-header .department ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
header#global-header .department ul li {
  width: 95%;
  max-width: 43rem;
  border-left: 0.1rem solid #1a1a1a;
  border-right: 0.1rem solid #1a1a1a;
}
@media print, screen and (min-width: 768px) {
  header#global-header .department ul li {
    width: 47.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  header#global-header .department ul li {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  header#global-header .department ul li:nth-of-type(2) {
    border-left: none;
  }
}
header#global-header .department ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4vw, 2rem);
  padding: 0 min(5vw, 5rem);
}
@media print, screen and (min-width: 1024px) {
  header#global-header .department ul li a {
    gap: 0 min(1vw, 2rem);
    padding: 0 min(2vw, 5rem);
  }
}
@media print, screen and (min-width: 1400px) {
  header#global-header .department ul li a {
    gap: 0 min(1.2vw, 2rem);
    padding: 0 min(2.75vw, 5rem);
  }
}
header#global-header .department ul li a:hover {
  opacity: 0.5;
}
header#global-header .department ul li a::before, header#global-header .department ul li a::after {
  content: "";
  background: center/contain no-repeat;
}
header#global-header .department ul li a::before {
  width: min(10vw, 4.7rem);
  aspect-ratio: 47/42;
}
@media print, screen and (min-width: 1024px) {
  header#global-header .department ul li a::before {
    width: min(3vw, 4.7rem);
  }
}
header#global-header .department ul li a::after {
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
header#global-header .department ul li a.engineering::before {
  background-image: url(../img/global-top/icon_engineering.svg);
}
header#global-header .department ul li a.engineering::after {
  background-image: url(../img/global-top/icon_roundarrow.svg);
}
header#global-header .department ul li a.supply::before {
  background-image: url(../img/global-top/icon_supply.svg);
}
header#global-header .department ul li a.supply::after {
  background-image: url(../img/global-top/icon_window.svg);
}
header#global-header .department ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  header#global-header .department ul li a p {
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
    width: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  header#global-header .department ul li a p {
    font-size: min(1.2vw, 1.6rem);
  }
}
header#global-header .contact ul li a {
  height: 5rem;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background-color: #1e95ae;
  border: 0.1rem solid #1e95ae;
  border-radius: 50%;
}
@media print, screen and (min-width: 420px) {
  header#global-header .contact ul li a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 4rem;
    aspect-ratio: initial;
    border-radius: 0;
    padding: 0 min(5vw, 5rem);
  }
}
@media print, screen and (min-width: 1024px) {
  header#global-header .contact ul li a {
    padding: 0 min(2vw, 5rem);
  }
}
header#global-header .contact ul li a .icon {
  width: 60%;
  aspect-ratio: 3/2;
  -webkit-mask-image: url(../img/global-top/icon_mail.svg);
          mask-image: url(../img/global-top/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media print, screen and (min-width: 420px) {
  header#global-header .contact ul li a .icon {
    display: none;
  }
}
header#global-header .contact ul li a p {
  display: none;
  color: #fff;
  font-size: min(2.5vw, 1.6rem);
}
@media print, screen and (min-width: 420px) {
  header#global-header .contact ul li a p {
    display: block;
  }
}
header#global-header .contact ul li a:hover {
  background-color: #fff;
}
header#global-header .contact ul li a:hover .icon {
  background-color: #1e95ae;
}
header#global-header .contact ul li a:hover p {
  color: #1e95ae;
}
header#global-header button.menu_toggle {
  position: relative;
  width: 5rem;
  height: 100%;
  background-color: #fff;
  border: none;
}
@media print, screen and (min-width: 1024px) {
  header#global-header button.menu_toggle {
    display: none;
  }
}
header#global-header button.menu_toggle span {
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: #1e95ae;
  border-radius: 9999px;
  position: absolute;
  left: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header#global-header button.menu_toggle span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header#global-header button.menu_toggle span:nth-of-type(2) {
  top: calc(50% - 1rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header#global-header button.menu_toggle span:nth-of-type(3) {
  top: calc(50% + 1rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header#global-header button.menu_toggle.active span:nth-of-type(1) {
  opacity: 0;
}
header#global-header button.menu_toggle.active span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header#global-header button.menu_toggle.active span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

footer#global-footer section.contact {
  background-color: #0f4b57;
  padding: clamp(5rem, 5.5vw, 10rem) 0;
}
footer#global-footer section.contact header.section_title span,
footer#global-footer section.contact header.section_title h2 {
  color: #fff;
}
footer#global-footer section.contact ul.contact_list {
  margin-top: clamp(4rem, 4.5vw, 8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
footer#global-footer section.contact ul.contact_list li {
  width: 100%;
  max-width: 50rem;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
footer#global-footer section.contact ul.contact_list li:nth-of-type(1) {
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list li:nth-of-type(1) {
    border-top: none;
    border-bottom: none;
    border-left: 0.1rem solid #fff;
    border-right: 0.1rem solid #fff;
  }
}
footer#global-footer section.contact ul.contact_list li:nth-of-type(2) {
  border-bottom: 0.1rem solid #fff;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list li:nth-of-type(2) {
    border-bottom: none;
    border-right: 0.1rem solid #fff;
  }
}
footer#global-footer section.contact ul.contact_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.5rem;
  padding: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list li a {
    padding: 0;
  }
}
footer#global-footer section.contact ul.contact_list li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer#global-footer section.contact ul.contact_list li a .icon {
  width: 2.4rem;
  height: 2.8rem;
  background-color: #fff;
}
footer#global-footer section.contact ul.contact_list li a .icon.tel {
  -webkit-mask-image: url(../img/global-top/icon_tel.svg);
          mask-image: url(../img/global-top/icon_tel.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
footer#global-footer section.contact ul.contact_list li a .icon.mail {
  -webkit-mask-image: url(../img/global-top/icon_mail.svg);
          mask-image: url(../img/global-top/icon_mail.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
footer#global-footer section.contact ul.contact_list li a p {
  width: 26.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.contact ul.contact_list li a p {
    width: auto;
  }
}
footer#global-footer section.contact ul.contact_list li a p span {
  line-height: 1;
  min-height: 3rem;
  display: grid;
  place-items: center left;
}
footer#global-footer section.contact ul.contact_list li a p span.tel {
  font-size: 3rem;
}
footer#global-footer section.contact ul.contact_list li a p small {
  white-space: nowrap;
}
footer#global-footer section.info {
  padding: clamp(5rem, 5.5vw, 10rem) 0;
}
footer#global-footer section.info .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.info .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 6rem;
  }
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.info .area_left {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer#global-footer section.info .area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.info .area_right {
    width: 45rem;
    gap: 4rem 0;
  }
}
@media print, screen and (min-width: 1280px) {
  footer#global-footer section.info .area_right {
    margin-top: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 min(3vw, 5rem);
  }
}
footer#global-footer section.info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem 0;
}
footer#global-footer section.info .logo h2 {
  width: 29.5rem;
  aspect-ratio: 295/28;
}
footer#global-footer section.info .logo h2 a {
  display: block;
  height: 100%;
}
footer#global-footer section.info .logo h2 a img {
  display: block;
  width: 100%;
  height: 100%;
}
footer#global-footer section.info .logo h3 {
  width: 13rem;
  aspect-ratio: 130/27;
}
footer#global-footer section.info .logo h3 img {
  display: block;
  width: 100%;
  height: 100%;
}
footer#global-footer section.info .business {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(2rem, 2.5vw, 4rem) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 2vw, 3rem) 0;
}
footer#global-footer section.info .business p {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1280px) {
  footer#global-footer section.info .department {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
footer#global-footer section.info .department ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem 0;
}
footer#global-footer section.info .department ul li {
  width: 100%;
  max-width: 43rem;
  border-left: 0.1rem solid #1a1a1a;
  border-right: 0.1rem solid #1a1a1a;
}
@media print, screen and (min-width: 1280px) {
  footer#global-footer section.info .department ul li {
    width: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  footer#global-footer section.info .department ul li:nth-of-type(2) {
    border-left: none;
  }
}
footer#global-footer section.info .department ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(4vw, 2rem);
  padding: 0 min(5vw, 5rem);
}
@media print, screen and (min-width: 1024px) {
  footer#global-footer section.info .department ul li a {
    gap: 0 min(1vw, 2rem);
    padding: 0 min(2vw, 5rem);
  }
}
@media print, screen and (min-width: 1400px) {
  footer#global-footer section.info .department ul li a {
    gap: 0 min(1.2vw, 2rem);
    padding: 0 min(2.5vw, 5rem);
  }
}
footer#global-footer section.info .department ul li a:hover {
  opacity: 0.5;
}
footer#global-footer section.info .department ul li a::before, footer#global-footer section.info .department ul li a::after {
  content: "";
  background: center/contain no-repeat;
}
footer#global-footer section.info .department ul li a::before {
  width: min(10vw, 4.7rem);
  aspect-ratio: 47/42;
}
@media print, screen and (min-width: 1024px) {
  footer#global-footer section.info .department ul li a::before {
    width: min(3vw, 4.7rem);
  }
}
footer#global-footer section.info .department ul li a::after {
  width: 1.6rem;
  aspect-ratio: 1/1;
  background: center/contain no-repeat;
}
footer#global-footer section.info .department ul li a.engineering::before {
  background-image: url(../img/global-top/icon_engineering.svg);
}
footer#global-footer section.info .department ul li a.engineering::after {
  background-image: url(../img/global-top/icon_roundarrow.svg);
}
footer#global-footer section.info .department ul li a.supply::before {
  background-image: url(../img/global-top/icon_supply.svg);
}
footer#global-footer section.info .department ul li a.supply::after {
  background-image: url(../img/global-top/icon_window.svg);
}
footer#global-footer section.info .department ul li a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1a1a1a;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer#global-footer section.info .department ul li a p {
    -webkit-box-flex: content;
        -ms-flex: content;
            flex: content;
    width: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  footer#global-footer section.info .department ul li a p {
    font-size: min(1vw, 1.6rem);
  }
}
footer#global-footer section.info .contact ul li a {
  width: 19.5rem;
  aspect-ratio: 195/40;
  display: grid;
  place-items: center;
  background-color: #1e95ae;
  border: 0.1rem solid #1e95ae;
}
footer#global-footer section.info .contact ul li a p {
  color: #fff;
}
footer#global-footer section.info .contact ul li a:hover {
  background-color: #fff;
}
footer#global-footer section.info .contact ul li a:hover p {
  color: #1e95ae;
}
footer#global-footer p.copyright {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #1a1a1a;
  padding: 0.5em 0;
}

header.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: transparent;
}
header.section_title span {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
}
header.section_title h2 {
  font-weight: bold;
  line-height: 1;
}/*# sourceMappingURL=global-common.css.map */