@charset "utf-8";@charset "UTF-8";
#top #main {
  width: 100%;
  overflow-x: hidden;
}

#top .cmn-main {
  padding-top: 0 !important;
}

#top .btn-more {
  display: block;
  margin-top: 1em;
  color: #000;
  text-decoration: none;
}

#top .btn-more.-center {
  text-align: center;
}

.top-ttl-lev01 {
  margin-bottom: .6em;
  line-height: 1.1;
  font-weight: 500;
  font-size: clamp(26px, 3.125vw, 50px);
}

@media only screen and (max-width: 880px) {
  .top-ttl-lev01 {
    line-height: 1.4;
  }
}

.top-mv {
  position: relative;
  width: 100%;
  height: 80vh;
}

@media only screen and (max-width: 880px) {
  .top-mv {
    height: 60vh;
  }
}

.top-mv .mv-img {
  width: 100%;
  height: 100%;
}

.top-mv .mv-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  overflow: hidden;
}

@media only screen and (max-width: 880px) {
  .top-mv .mv-img img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}

.top-mv .mv-copys {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  max-width: 1400px;
}

.top-mv .mv-copys .mv-catch {
  color: #fff;
  font-weight: 500;
  font-size: clamp(24px, 3.75vw, 60px);
}

.top-mv .mv-copys .mv-lead {
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 1.875vw, 30px);
}

.top-story .story-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 880px) {
  .top-story .story-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-story .story-inner ._ttl {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #281a39;
  color: #fff;
}

.top-story .story-inner ._ttl .top-ttl-lev01 {
  width: min(70%, 600px);
  margin: 5rem 3rem 5rem auto;
}

@media only screen and (max-width: 880px) {
  .top-story .story-inner ._ttl .top-ttl-lev01 {
    margin: 2rem;
  }
}

.top-story .story-inner ._txt {
  -ms-flex-preferred-size: min(50%, 500px);
      flex-basis: min(50%, 500px);
  margin: 5rem auto 5rem 3rem;
}

@media only screen and (max-width: 880px) {
  .top-story .story-inner ._txt {
    margin: 2rem;
  }
}

.top-story .story-inner ._txt h2 {
  margin-bottom: 1em;
  font-weight: 600;
  font-size: clamp(18px, 1.375vw, 22px);
}

.top-products {
  scroll-margin-top: 110px;
  padding-block: 5rem;
  background-color: #e2e2e2;
}

.top-products .products-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1600px;
}

@media only screen and (max-width: 880px) {
  .top-products .products-inner {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-products .products-inner .top-ttl-lev01 {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.top-products .products-inner .products-box-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 880px) {
  .top-products .products-inner .products-box-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.top-products .products-inner .products-box-wrap .products-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  border: solid 1px #000;
}

.top-products .products-inner .products-box-wrap .products-box:last-child {
  text-align: center;
  border: revert;
  background-color: revert;
}

.top-products .products-inner .products-box-wrap .products-box ._img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  aspect-ratio: 1;
  background-color: #fff;
}

@media only screen and (max-width: 880px) {
  .top-products .products-inner .products-box-wrap .products-box ._img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

.top-products .products-inner .products-box-wrap .products-box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1em;
}

.top-services {
  scroll-margin-top: 110px;
  padding-block: 5rem;
  background-color: #bde9fb;
}

.top-services .services-inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1200px;
}

.top-services .services-inner .top-ttl-lev01 {
  text-align: center;
}

.top-services .services-inner .services-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
}

@media only screen and (max-width: 880px) {
  .top-services .services-inner .services-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 3rem;
  }
}

.top-services .services-inner .services-box ._img {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
}

@media only screen and (max-width: 880px) {
  .top-services .services-inner .services-box ._img {
    width: 40%;
  }
}

.top-services .services-inner .services-box ._img img {
  border-radius: 100vh;
}

.top-services .services-inner .services-box h2 {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  text-align: center;
  font-weight: 600;
  font-size: clamp(18px, 1.75vw, 28px);
}

.top-services .services-inner .services-box ._txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-services .services-inner .services-box ._txt ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.top-services .services-inner .services-box + .services-box {
  margin-top: 3rem;
}

.top-suppilers {
  padding: 5rem;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 880px) {
  .top-suppilers {
    padding: 6vw;
  }
}

.top-suppilers .suppilers-inner {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15%;
  padding: 5% 10%;
  background-color: #deeaf0;
}

@media only screen and (max-width: 880px) {
  .top-suppilers .suppilers-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem;
  }
}

.top-suppilers .suppilers-inner ._ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.top-suppilers .suppilers-inner ._ttl p {
  margin-top: 2em;
}

.top-suppilers .suppilers-inner ._logos {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.top-suppilers .suppilers-inner ._logos div {
  -ms-flex-preferred-size: calc((100% - 2rem) / 3);
      flex-basis: calc((100% - 2rem) / 3);
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  padding-inline: 2rem;
  background-color: #fff;
}

@media only screen and (max-width: 880px) {
  .top-suppilers .suppilers-inner ._logos div {
    -ms-flex-preferred-size: calc((100% - 1rem) / 2);
        flex-basis: calc((100% - 1rem) / 2);
  }
}

.top-news {
  background-color: #f3f3f3;
}

.top-news .news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #000;
}

@media only screen and (max-width: 880px) {
  .top-news .news-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news .news-inner .news-item {
  display: block;
  padding: 5%;
  color: #000;
}

.top-news .news-inner .news-item h2 {
  position: relative;
  margin-top: 6rem;
  font-weight: 600;
}

@media only screen and (max-width: 880px) {
  .top-news .news-inner .news-item h2 {
    margin-top: 3rem;
  }
}

.top-news .news-inner .news-item h2::before {
  content: '“';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -6rem;
  z-index: 1;
  line-height: 1;
  font-family: serif;
  font-size: clamp(80px, 8.75vw, 140px);
}

@media only screen and (max-width: 880px) {
  .top-news .news-inner .news-item h2::before {
    top: -3rem;
  }
}

@media print, screen and (min-width: 880px) {
  .top-news .news-inner .news-item:not(:last-of-type) {
    border-right: solid 1px #000;
  }
}

@media only screen and (max-width: 880px) {
  .top-news .news-inner .news-item:not(:last-of-type) {
    border-bottom: solid 1px #000;
  }
}

.top-contact {
  padding-block: 5rem;
  background-color: #f3f3f3;
}

.top-contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1200px;
}

@media only screen and (max-width: 880px) {
  .top-contact .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-contact .contact-inner .top-ttl-lev01 {
  margin-bottom: 1em;
}

.top-contact .contact-inner ._txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top-contact .contact-inner ._txt .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.top-contact .contact-inner ._txt .__item + .__item {
  margin-top: 2em;
}

.top-contact .contact-inner ._txt .__snsicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .5em;
}

.top-contact .contact-inner ._txt .__snsicons a {
  display: block;
  width: 1.5em;
}

.top-contact .contact-inner ._txt .svg-wrap {
  width: 1.8em;
}

.top-contact .contact-inner ._txt .svg-wrap svg {
  width: 100%;
  height: auto;
}

.top-contact .contact-inner ._txt .svg-wrap svg [data-color="1"] {
  fill: #000;
}

.top-contact .contact-inner ._form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 4.5rem;
}

.top-contact .contact-inner ._form .text {
  margin-top: 1rem;
}

.top-contact .contact-inner ._form button, .top-contact .contact-inner ._form input[type="button"], .top-contact .contact-inner ._form input[type="reset"], .top-contact .contact-inner ._form input[type="submit"] {
  margin-top: 1rem;
  background: #0d3693;
  border-radius: 0;
}

.top-map .gmap-wrap {
  width: 100%;
  aspect-ratio: 4 / 1;
}

@media only screen and (max-width: 880px) {
  .top-map .gmap-wrap {
    aspect-ratio: 5 / 3;
  }
}

.top-map .gmap-wrap iframe {
  width: 100%;
  height: 100%;
}

.banner-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.banner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}

.banner-wrap button {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.banner-wrap button .close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.3em;
  height: 2px;
  background: currentColor;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.banner-wrap button .close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner-wrap button:hover {
  background-color: #777;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

/*# sourceMappingURL=eu_top.css.map */
