/*--------------------------------------------------------------
top
--------------------------------------------------------------*/
main.top #mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 960px;
  overflow: hidden;
}
main.top #mv .slides {
  width: 100%;
  height: 100%;
}
main.top #mv .slides .slidewrapper {
  width: 100%;
  height: 100%;
  background: #000;
}
main.top #mv .slides .slide {
  width: 100%;
  height: 100%;
}
main.top #mv .slides .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.top #mv .slides::after {
  width: 100%;
  height: 90%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
  z-index: 2;
}
main.top #mv .spinning {
  position: absolute;
  z-index: 2;
  top: 0rem;
  height: 100%;
  width: 140%;
  margin: auto -20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.top #mv .spinning img {
  width: 100%;
}
main.top #mv .catch {
  position: absolute;
  width: 100%;
  bottom: 7%;
  text-align: center;
  z-index: 3;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  main.top #mv {
    aspect-ratio: unset;
    background: #000;
    width: 100%;
    height: 100vw;
  }
  main.top #mv .slides {
    width: 100%;
    height: 100vw;
    max-height: unset;
  }
  main.top #mv .slides .slidewrapper {
    width: 100%;
    height: 100%;
  }
  main.top #mv .slides .slide {
    width: 100%;
    height: 100%;
  }
  main.top #mv .spinning {
    width: 146%;
    margin: auto -23%;
  }
  main.top #mv .catch {
    bottom: 7%;
    letter-spacing: 0.05em;
    font-size: min(23px, 5vw);
  }
}
main.top #introduction {
  max-width: 1600px;
  margin: auto;
}
main.top #introduction .intro_inner {
  margin: 12px;
  padding: 12px;
  background: linear-gradient(90deg, #14944A 10%, #01A1FF 90%);
}
main.top #introduction .intro_inner_inner {
  background: #fff;
  padding: 1px;
}
main.top #introduction .group {
  max-width: 1224px;
  margin: 90px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.top #introduction .group .logo {
  width: 50%;
  text-align: center;
}
main.top #introduction .group .logo figure {
  width: 300px;
  text-align: center;
  margin: auto;
}
main.top #introduction .group .logo p {
  text-align: center;
  font-size: 11px;
  opacity: 0.8;
  margin-top: 30px;
}
main.top #introduction .group .txt {
  width: 50%;
}
main.top #introduction .group .txt p {
  font-size: 18px;
  line-height: 3.2;
}
main.top #introduction .brands ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
main.top #introduction .brands ul li {
  width: 50%;
}
main.top #introduction .brands ul li figure {
  width: auto;
  aspect-ratio: 2/1;
  margin-left: -27px;
}
main.top #introduction .brands ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.top #introduction .brands ul li:nth-child(2) figure {
  width: auto;
  aspect-ratio: 2/1;
  margin-left: 0;
  margin-right: -27px;
}
main.top #introduction .brands ul li h2 {
  width: 350px;
  height: 54px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
}
main.top #introduction .brands ul li h2 img {
  height: 27px;
  width: auto;
}
main.top #introduction .brands ul li .txt {
  padding: 10px 50px 50px;
}
main.top #introduction .brands ul li .txt h3 {
  margin: 0;
  height: 120px;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #005952;
}
main.top #introduction .brands ul li .txt h3.small {
  font-size: 18px;
  color: #1F7FC3;
  line-height: 1.6;
}
@media (max-width: 767px) {
  main.top #introduction {
    max-width: 100%;
  }
  main.top #introduction .intro_inner {
    margin: 0;
    padding: 10px;
  }
  main.top #introduction .group {
    max-width: auto;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
  }
  main.top #introduction .group .logo {
    width: auto;
  }
  main.top #introduction .group .logo figure {
    width: max(160px, 40vw);
    margin: auto;
  }
  main.top #introduction .group .logo p {
    font-size: 11px;
  }
  main.top #introduction .group .txt {
    margin-top: 40px;
    width: auto;
    text-align: center;
    padding: 0 15px;
  }
  main.top #introduction .group .txt p {
    font-size: 15px;
    line-height: 2.5;
  }
  main.top #introduction .brands ul {
    display: flex;
    flex-direction: column;
  }
  main.top #introduction .brands ul li {
    width: auto;
  }
  main.top #introduction .brands ul li figure {
    width: auto;
    margin: auto -10px;
  }
  main.top #introduction .brands ul li:nth-child(2) figure {
    width: auto;
    margin: auto -10px;
  }
  main.top #introduction .brands ul li h2 {
    width: 242px;
    height: 43px;
    margin: -32px auto 0;
  }
  main.top #introduction .brands ul li h2 img {
    height: 23px;
  }
  main.top #introduction .brands ul li .txt {
    padding: 10px 20px 40px;
  }
  main.top #introduction .brands ul li .txt h3 {
    height: unset;
    font-size: 18px;
    margin: 20px auto;
    display: block;
  }
  main.top #introduction .brands ul li .txt h3.small {
    font-size: 16px;
    line-height: 1.6;
  }
}
main.top #message {
  position: relative;
  z-index: 2;
}
main.top #message .main {
  display: flex;
  gap: 80px;
}
main.top #message .main figure {
  width: 500px;
  flex-shrink: 0;
}
main.top #message .main .txt h3 {
  margin-bottom: 1em;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(90deg, #14944A 10%, #01A1FF 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 200;
  font-size: 47px;
  letter-spacing: 0.04em;
}
main.top #message .main .txt h4 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
main.top #message .main .txt p {
  margin-top: 1em;
}
main.top #message .main .txt .name {
  margin-top: 1.5em;
  text-align: right;
}
@media (max-width: 767px) {
  main.top #message .main {
    gap: 30px;
    flex-direction: column;
  }
  main.top #message .main figure {
    width: 100%;
  }
  main.top #message .main .txt h3 {
    margin-bottom: 1em;
    line-height: 1;
    font-size: max(31px, 7vw);
  }
  main.top #message .main .txt h4 {
    font-size: 18px;
    margin-bottom: 1.5em;
  }
  main.top #message .main .txt p {
    margin-top: 1em;
  }
  main.top #message .main .txt .name {
    margin-top: 1.5em;
    text-align: right;
  }
}
main.top #info .main {
  display: flex;
  gap: 30px;
}
main.top #info .main .block {
  width: 50%;
  position: relative;
}
main.top #info .main .block a {
  display: block;
  color: #fff;
}
main.top #info .main .block a figure {
  width: 100%;
  aspect-ratio: 6/5;
  overflow: hidden;
}
main.top #info .main .block a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s ease;
}
main.top #info .main .block a:hover figure img {
  transform: scale(1.05);
}
main.top #info .main .block .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  display: block;
  text-align: center;
}
main.top #info .main .block .txt h3 {
  font-size: 25px;
  font-weight: bold;
  position: relative;
  line-height: 1;
  margin-bottom: 75px;
}
main.top #info .main .block .txt h3::before, main.top #info .main .block .txt h3::after {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background: #15944B;
  position: absolute;
  top: -20px;
  right: calc(50% + 1px);
}
main.top #info .main .block .txt h3::after {
  background: 2A1FF;
  right: unset;
  left: calc(50% + 1px);
}
main.top #info .main .block .txt .btn_regular {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  main.top #info .main {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  main.top #info .main .block {
    width: auto;
    position: relative;
  }
  main.top #info .main .block a {
    display: block;
    color: #fff;
  }
  main.top #info .main .block a figure {
    width: 100%;
    aspect-ratio: 6/5;
    overflow: hidden;
  }
  main.top #info .main .block a figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s ease;
  }
  main.top #info .main .block a:hover figure img {
    transform: scale(1.05);
  }
  main.top #info .main .block .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  main.top #info .main .block .txt h3 {
    font-size: 21px;
    background: #000;
    margin: 0;
  }
  main.top #info .main .block .txt .btn_regular {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
main.top .tabchange ul.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
main.top .tabchange ul.tab li {
  width: 240px;
  height: 50px;
  background: #005952;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}
main.top .tabchange ul.tab li.nets {
  background: #0072BB;
}
main.top .tabchange ul.tab li:not(.current) {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  color: #222;
}
main.top .tabchange ul.tab.reverse li {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
main.top .tabchange .items {
  position: relative;
}
main.top .tabchange .items .item {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
main.top .tabchange .items .item + .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main.top .tabchange .items .item.current {
  z-index: 2;
  opacity: 1;
}
@media (max-width: 767px) {
  main.top .tabchange ul.tab {
    gap: 30px;
  }
  main.top .tabchange ul.tab li {
    width: min(170px, 40vw);
    height: 33px;
    font-size: 14px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  main.top .tabchange ul.tab.reverse li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
main.top #material .gray {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  padding-bottom: 100px;
}
main.top #material .gray .inner {
  position: relative;
}
main.top #material .gray .items {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  main.top #material .gray {
    padding-bottom: 40px;
  }
  main.top #material .gray .inner {
    padding: 0;
    margin: auto 5vw;
  }
  main.top #material .gray .items {
    margin-top: 30px;
  }
}
main.top #data .inner {
  position: relative;
}
main.top #data .items {
  background: #005952;
  transition: background-color 0.3s ease-in-out;
}
main.top #data .items.nets {
  background: #0072BB;
}
main.top #data .data {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
main.top #data .data .unit {
  width: 33.3333%;
  aspect-ratio: 400/365;
  text-align: center;
  padding-top: 30px;
  color: #fff;
  position: relative;
}
main.top #data .data .unit h3 {
  font-size: 32px;
  font-weight: 200;
}
main.top #data .data .unit .note {
  font-size: 13px;
  font-weight: 300;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
main.top #data .data .unit:not(:nth-of-type(3n))::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  background: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.4;
}
main.top #data .data .unit:nth-last-of-type(n + 3)::after {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 20px);
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 10px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  main.top #data .inner {
    padding: 0;
    margin: auto 5vw;
    position: relative;
  }
  main.top #data .data {
    flex-wrap: wrap;
    padding: 50px 0 0;
  }
  main.top #data .data .unit {
    width: 100%;
    aspect-ratio: 370/365;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    position: relative;
  }
  main.top #data .data .unit:not(:nth-of-type(3n))::before {
    display: none;
  }
  main.top #data .data .unit:nth-last-of-type(n + 3)::after {
    content: "";
  }
  main.top #data .data .unit:not(:last-of-type)::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0px;
    opacity: 0.4;
  }
}
/*# sourceMappingURL=top.css.map */