#global-top .btn {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
#global-top .btn a {
  aspect-ratio: 30/5;
  background-color: #1e95ae;
  border: 0.1rem solid #1e95ae;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 min(2vw, 2rem);
}
#global-top .btn a::after {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/global-top/icon_roundarrow.svg);
          mask-image: url(../img/global-top/icon_roundarrow.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;
}
#global-top .btn a:hover {
  color: #1e95ae;
  background-color: #fff;
}
#global-top .btn a:hover::after {
  background-color: #1e95ae;
}
#global-top .btn a[target=_blank] {
  background-color: #78bfce;
  border: 0.1rem solid #78bfce;
}
#global-top .btn a[target=_blank]:hover {
  color: #78bfce;
  background-color: #fff;
}
#global-top .btn a[target=_blank]:hover::after {
  background-color: #78bfce;
}
#global-top section.fv {
  position: relative;
}
#global-top section.fv .swiper-container {
  height: 100vh;
  max-height: 90rem;
}
#global-top section.fv .swiper-container .swiper {
  height: 100%;
}
#global-top section.fv .swiper-container .swiper-wrapper {
  height: 100%;
}
#global-top section.fv .swiper-container .swiper-slide img {
  display: block;
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25%;
     object-position: 25%;
}
#global-top section.fv .catch {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 100;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media print, screen and (min-width: 1024px) {
  #global-top section.fv .catch {
    top: 32%;
  }
}
#global-top section.fv .catch span[aria-hidden=true] {
  margin-bottom: min(2.5vw, 2.5rem);
  display: block;
  color: #b3b3b3;
  font-size: min(5.5vw, 3.8rem);
  font-weight: 500;
  letter-spacing: -0.1rem;
  -webkit-transition: 2s linear;
  transition: 2s linear;
}
#global-top section.fv .catch h2 {
  position: relative;
  width: 80%;
  aspect-ratio: 617/180;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  #global-top section.fv .catch h2 {
    aspect-ratio: 636/40;
    max-width: 63.5rem;
  }
}
#global-top section.fv .catch h2::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../img/global-top/catch.png);
          mask-image: url(../img/global-top/catch.png);
  -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;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 2s linear;
  transition: 2s linear;
}
@media print, screen and (min-width: 768px) {
  #global-top section.fv .catch h2::before {
    max-width: 63.5rem;
    -webkit-mask-image: url(../img/global-top/catch.svg);
            mask-image: url(../img/global-top/catch.svg);
  }
}
#global-top section.fv .catch h2 span {
  opacity: 0;
  visibility: hidden;
}
#global-top section.fv .catch.color01 span[aria-hidden=true] {
  color: #b3b3b3;
}
#global-top section.fv .catch.color01 h2::before {
  background-color: #fff;
}
#global-top section.fv .catch.color02 span[aria-hidden=true] {
  color: #f2f2f2;
}
#global-top section.fv .catch.color02 h2::before {
  background-color: #fff;
}
#global-top section.fv .catch.color03 span[aria-hidden=true] {
  color: #b3b3b3;
}
#global-top section.fv .catch.color03 h2::before {
  background-color: #1a1a1a;
}
@media print, screen and (min-width: 768px) {
  #global-top section.fv .catch br {
    display: none;
  }
}
#global-top section.business .bg {
  background: url(../img/global-top/business_bg.webp) center top/cover no-repeat;
  padding: clamp(6rem, 8vw, 15rem) 0 clamp(4rem, 5vw, 8rem);
}
#global-top section.business strong.catch {
  margin-bottom: clamp(6rem, 8vw, 15rem);
  display: block;
  font-size: clamp(1.9rem, 3.8vw, 3.8rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #global-top section.business ul.department_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#global-top section.business ul.department_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#global-top section.business ul.department_list li:nth-of-type(1) {
  background-color: #78bfce;
}
#global-top section.business ul.department_list li:nth-of-type(2) {
  background-color: #afdee7;
}
@media print, screen and (min-width: 768px) {
  #global-top section.business ul.department_list li {
    width: 50%;
  }
}
@media print, screen and (min-width: 1280px) {
  #global-top section.business ul.department_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #global-top section.business ul.department_list li:nth-of-type(1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#global-top section.business ul.department_list li .info_area {
  padding: clamp(3rem, 4vw, 6rem) min(5vw, 5rem);
}
@media print, screen and (min-width: 1280px) {
  #global-top section.business ul.department_list li .info_area {
    width: 62.5%;
    padding: min(3vw, 6rem) min(2.5vw, 5rem) min(5vw, 10rem);
  }
}
#global-top section.business ul.department_list li .info_area p.catch {
  color: #fff;
  font-size: min(6vw, 3rem);
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #global-top section.business ul.department_list li .info_area p.catch {
    font-size: min(3vw, 3rem);
    height: min(10vw, 10rem);
    display: grid;
    place-items: center;
  }
}
@media print, screen and (min-width: 1280px) {
  #global-top section.business ul.department_list li .info_area p.catch {
    font-size: min(2vw, 3rem);
    line-height: 1.6;
  }
}
#global-top section.business ul.department_list li .info_area dl {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#global-top section.business ul.department_list li .info_area dl dt {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}
#global-top section.business ul.department_list li .info_area dl dd {
  margin-top: 2rem;
}
#global-top section.business ul.department_list li .info_area .illust {
  margin: 1rem auto 0;
  height: min(24vw, 16rem);
  background: center bottom/contain no-repeat;
}
#global-top section.business ul.department_list li .info_area .illust.engineering {
  width: 35%;
  max-width: 17.5rem;
  aspect-ratio: 178/162;
  background-image: url(../img/global-top/icon_engineering.svg);
}
#global-top section.business ul.department_list li .info_area .illust.supply {
  width: 30%;
  max-width: 12rem;
  aspect-ratio: 120/123;
  background-image: url(../img/global-top/icon_supply.svg);
}
#global-top section.business ul.department_list li .info_area .btn_area {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#global-top section.business ul.department_list li .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 1280px) {
  #global-top section.business ul.department_list li .img_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#global-top section.business ul.department_list li .img_area img {
  width: 50%;
  max-width: none;
}
@media print, screen and (min-width: 1280px) {
  #global-top section.business ul.department_list li .img_area img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#global-top section.news {
  background-color: #f2f2f2;
  padding: clamp(6rem, 8vw, 15rem) 0;
}
#global-top section.news .flex {
  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;
  gap: 4rem 0;
}
@media print, screen and (min-width: 1024px) {
  #global-top section.news .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 min(4vw, 4rem);
  }
}
#global-top section.news .news_area {
  background-color: #fff;
  border-radius: 2rem;
  padding: min(5vw, 5rem) min(4vw, 4rem);
}
@media print, screen and (min-width: 768px) {
  #global-top section.news .news_area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media print, screen and (min-width: 1024px) {
  #global-top section.news .news_area {
    padding: min(2.5vw, 5rem) min(2vw, 4rem);
  }
}
#global-top section.news .news_area h3 {
  padding-bottom: 1em;
  border-bottom: 0.1rem solid #1a1a1a;
}
#global-top section.news .news_area h3 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
#global-top section.news .news_area h3 span strong {
  font-size: clamp(1.6rem, 3.2vw, 2rem);
}
@media print, screen and (min-width: 480px) {
  #global-top section.news .news_area h3 span br {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  #global-top section.news .news_area h3 span br {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  #global-top section.news .news_area h3 span br {
    display: none;
  }
}
#global-top section.news .news_area ul.news_list {
  margin-top: clamp(2rem, 2.5vw, 4rem);
}
#global-top section.news .news_area ul.news_list li {
  border-bottom: 0.1rem solid #b1b1b1;
}
#global-top section.news .news_area ul.news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.5rem;
  padding: 2rem min(3vw, 3rem);
}
#global-top section.news .news_area ul.news_list li a:hover {
  background-color: rgba(175, 222, 231, 0.3);
}
#global-top section.news .news_area ul.news_list li a.not_link {
  pointer-events: none;
}
#global-top section.news .news_area ul.news_list li a .news_list_ymd {
  width: 12rem;
  font-weight: bold;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat {
  width: 11.5rem;
  aspect-ratio: 115/40;
  color: #fff;
  display: grid;
  place-items: center;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat.cat_type1 {
  background-color: #3243a7;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat.cat_type2 {
  background: #666666;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat.cat_type3 {
  background: #78bfce;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat.cat_type4 {
  background: #ff766f;
}
#global-top section.news .news_area ul.news_list li a .news_list_cat.cat_type5 {
  background-color: #1e95ae;
}
#global-top section.news .news_area ul.news_list li a .news_list_headline {
  width: 100%;
  line-height: 1.6;
}
@media print, screen and (min-width: 1024px) {
  #global-top section.news .news_area ul.news_list li a .news_list_headline {
    min-height: 5rem;
  }
}
#global-top section.news .news_area .btn_area {
  margin-top: clamp(3rem, 3.5vw, 6rem);
}/*# sourceMappingURL=global-top.css.map */