@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Tomkin-SemiLight";
  src: url("/static/font/Tomkin-SemiLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Tomkin-Bold";
  src: url("/static/font/Tomkin-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Tomkin-Medium";
  src: url("/static/font/Tomkin-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Tomkin-Regular";
  src: url("/static/font/Tomkin-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Tomkin-Light";
  src: url("/static/font/Tomkin-Light.ttf");
  font-display: swap;
}
sub,
sup {
  font-size: 60%;
}

.pass-div {
  width: 100%;
  height: 25vh;
}

.bg-img-1 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .fs15 {
    font-size: 30px;
  }
}

.fs16 {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .fs16 {
    font-size: 36px;
  }
}

.fs18 {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .fs18 {
    font-size: 36px;
  }
}

.fs20 {
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .fs20 {
    font-size: 36px;
  }
}

.fs21 {
  font-size: 21px;
}
@media screen and (max-width: 980px) {
  .fs21 {
    font-size: 42px;
  }
}

.fs24 {
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .fs24 {
    font-size: 42px;
  }
}

.fs26 {
  font-size: 26px;
}
@media screen and (max-width: 980px) {
  .fs26 {
    font-size: 46px;
  }
}

.fs28 {
  font-size: 28px;
}

.fs30 {
  font-size: 30px;
}

.fs33 {
  font-size: 33px;
}
@media screen and (max-width: 980px) {
  .fs33 {
    font-size: 46px;
  }
}

.fs40 {
  font-size: 40px;
}

.fs50 {
  font-size: 50px;
}

.fs55 {
  font-size: 55px;
}

.fs66 {
  font-size: 66px;
}

.w1178 {
  width: 1178px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .w1178 {
    width: 90%;
  }
}

.w1341 {
  width: 1341px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1350px) {
  .w1341 {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  .w1341 {
    width: 90%;
  }
}

.w1457 {
  width: 1457px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1500px) {
  .w1457 {
    width: 88%;
  }
}
@media screen and (max-width: 1200px) {
  .w1457 {
    width: 90%;
  }
}

.nothing {
  display: none !important;
}

body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  width: 8px;
  background-color: #002e73;
}

.button {
  width: min-content;
  padding: 13px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00b7ee;
  outline: 1px solid transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
}
.button .button-inside {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Tomkin-Regular";
  white-space: nowrap;
  line-height: 1;
}
.button .button-inside .button-trims {
  margin-left: 8px;
  overflow: hidden;
}
.button .button-inside .button-trims img {
  object-fit: contain;
  filter: drop-shadow(300px 0 #ffffff);
  transform: translateX(-300px);
}
.button:hover {
  background-color: #ffffff;
  outline: 1px solid #00b7ee;
}
.button:hover .button-inside {
  color: #00b7ee;
}
.button:hover .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #00b7ee);
}
.button.white-mode {
  background-color: #ffffff;
}
.button.white-mode .button-inside {
  color: #00b7ee;
}
.button.white-mode .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #00b7ee);
}
@media screen and (max-width: 1200px) {
  .button {
    padding: 20px 40px;
  }
}

.header {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.3s;
}
.header.mobile {
  position: fixed;
}
.header .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 27.5px 0;
}
.header .header-logo img {
  height: 70px;
  object-fit: contain;
}
.header .menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header .menu-list .menu-list-item {
  line-height: 1;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
  margin-right: 1.9em;
  cursor: pointer;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header .menu-list .menu-list-item .top-class {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.header .menu-list .menu-list-item .top-class .normal-part {
  height: 1.2em;
  line-height: 1;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header .menu-list .menu-list-item .top-class .normal-part .img-content {
  overflow: hidden;
}
.header .menu-list .menu-list-item .top-class .normal-part .img-content img {
  margin-left: 0.3em;
  object-fit: contain;
  filter: drop-shadow(300px 0 #ffffff);
  transform: translateX(-300px);
}
.header .menu-list .menu-list-item .top-class .normal-part span {
  color: #ffffff;
}
.header .menu-list .menu-list-item .top-class .shadow-part {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  height: 1.2em;
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 2;
  color: #00b7ee;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.header .menu-list .menu-list-item .top-class .shadow-part .img-content {
  overflow: hidden;
}
.header .menu-list .menu-list-item .top-class .shadow-part .img-content img {
  margin-left: 0.3em;
  object-fit: contain;
  filter: drop-shadow(300px 0 #00b7ee);
  transform: translateX(-300px);
}
.header .menu-list .menu-list-item .class-sub-name-content {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
  padding-top: calc(80% - 5px);
}
.header .menu-list .menu-list-item .class-sub-name-content .content-inside {
  display: flex;
  flex-direction: column;
  padding: 15px 30px;
  background-color: #002e73;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.0470588235);
}
.header .menu-list .menu-list-item .class-sub-name-content .content-inside .class-sub-name-item {
  color: #ffffff;
  margin: 0px 0 25px;
  cursor: default;
  white-space: nowrap;
}
.header .menu-list .menu-list-item.current .normal-part {
  transform: translateY(-120%);
}
.header .menu-list .menu-list-item.current .shadow-part {
  transform: translateY(0);
}
.header .menu-list .menu-list-item.current .class-sub-name-content {
  display: flex;
  opacity: 1;
}
.header .menu-list .menu-list-item.current .class-sub-name-content .class-sub-name-item {
  cursor: pointer;
}
.header .menu-list .menu-list-item.sp {
  padding: 10px 33px;
  border-radius: 30px;
  background-color: #00b7ee;
}
@media screen and (max-width: 1400px) {
  .header .menu-list .menu-list-item {
    margin-right: 1.4em;
  }
}
@media screen and (max-width: 1200px) {
  .header .menu-list .menu-list-item {
    display: none;
  }
}
.header .menu-list .search-logo img {
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .header .menu-list .search-logo {
    display: none;
  }
}
.header .menu-list .mobile-icon {
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-left: 20px;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .menu-list .mobile-icon img {
  width: 100%;
  filter: drop-shadow(300px 0 #ffffff);
  transform: translateX(-300px);
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .header .menu-list .mobile-icon {
    display: flex;
    width: 65px;
    height: 65px;
  }
  .header .menu-list .mobile-icon img {
    width: 100%;
    object-fit: contain;
  }
}
.header .color-part {
  width: 100%;
  height: 0px;
  background-color: #002e73;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.3s;
}
.header .color-part.show {
  height: 130px;
}
.header .menu-more-part {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: auto;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all 0.4s;
  z-index: 1;
}
.header .menu-more-part .menu-second-content {
  margin-top: 130px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item {
  width: 44%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 33px;
  height: 100%;
  box-sizing: border-box;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .top-class {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  padding: 32px 35px 25px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-item {
  width: min-content;
  white-space: nowrap;
  padding: 12px 35px;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  line-height: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-item::after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  height: 12px;
  background-image: url("../img/menu-right-icon-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  object-fit: contain;
  transition: all 0.3s;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-item.current-choice {
  background-color: rgba(255, 255, 255, 0.0980392157);
  color: #00b7ee;
  font-family: "Tomkin-Bold";
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-item.current-choice::after {
  right: 18px;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .product-img {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 45%;
  object-fit: contain;
  z-index: 1;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list {
  display: flex;
  align-items: flex-start;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .second-list {
  display: flex;
  flex-direction: column;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .second-list .second-item {
  width: min-content;
  white-space: nowrap;
  padding: 12px 35px;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  line-height: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  border-radius: 2em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .second-list .second-item::after {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  width: 7px;
  height: 12px;
  background-image: url("../img/menu-right-icon-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: "";
  object-fit: contain;
  transition: all 0.3s;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .second-list .second-item.current-choice {
  background-color: rgba(255, 255, 255, 0.0980392157);
  color: #00b7ee;
  font-family: "Tomkin-Bold";
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .second-list .second-item.current-choice::after {
  right: 18px;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .third-list {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .third-list .third-item-content {
  display: none;
  flex-direction: column;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .third-list .third-item-content.show {
  display: flex;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .third-list .third-item-content .third-item {
  width: min-content;
  white-space: nowrap;
  padding: 12px 0px;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item .second-third-page-list .third-list .third-item-content .third-item:hover {
  color: #00b7ee;
}
.header .menu-more-part .menu-second-content .menu-second-main-outside .menu-second-main-content .menu-list-item:last-of-type {
  margin-right: 72px;
}
.header .menu-more-part.menu-show {
  transform: translateY(0);
}
.header.hide {
  transform: translateY(-100%);
}
.header.mobile-menu-show {
  transform: translateY(0) !important;
}
.header .mobile-menu-list {
  width: 100%;
  height: 0vh;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  overflow: scroll;
  transition: all 0.4s;
}
.header .mobile-menu-list .mobile-inside {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0.6em 0;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-top-part {
  width: 100%;
  padding: 0 6%;
  height: 4em;
  line-height: 1;
  color: #333333;
  font-family: "Tomkin-Regular";
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-top-part .name {
  margin-right: 2em;
  color: #333333;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-top-part .menu-more-icon {
  height: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-top-part .menu-more-icon img {
  width: 1.2em;
  object-fit: contain;
  transition: all 0.3s;
  transform-origin: 50% 50%;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-bottom-part {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  background-color: #e4e8eb;
  transition: all 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-bottom-part .mobile-second-page-link {
  padding: 1em 6%;
  border-bottom: 1px solid #999999;
  color: #303030;
  flex-shrink: 0;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item .class-bottom-part .mobile-second-page-link:last-of-type {
  border-bottom: 0px;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item.second-page .menu-more-icon img {
  transform: rotate(45deg);
}
.header .mobile-menu-list .mobile-inside .mobile-class-item.second-page .class-bottom-part {
  height: auto;
}
.header .mobile-menu-list .mobile-inside .mobile-class-item:first-of-type .class-top-part {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 1200px) {
  .header .mobile-menu-list {
    display: flex;
  }
}
.header .mobile-menu-list.show {
  height: 100vh;
  padding-top: 165px;
  padding-bottom: 25px;
  opacity: 1;
}
.header.mobile-menu-show .color-part {
  height: 160px;
}
.header.mobile-menu-show .mobile-menu-list {
  height: 100vh;
  padding-top: 165px;
  padding-bottom: 25px;
  opacity: 1;
}

.footer {
  width: 100%;
  display: flex;
  height: 723px;
  position: relative;
}
.footer .inside {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 2;
}
.footer .left-part {
  display: flex;
  flex-direction: column;
}
.footer .info-1 {
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px;
  line-height: 1.6em;
  font-family: "Tomkin-Medium";
  color: #ffffff;
}
.footer .info-1 a {
  color: #ffffff;
}
.footer .info-1 .line {
  margin: 20px 0;
  width: 43px;
  height: 1px;
  background-color: #00b7ee;
}
.footer .info-1 .ff-2 {
  font-family: "Tomkin-SemiLight";
}
.footer .footer-menu {
  width: auto;
  height: 6em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer .footer-menu .footer-menu-item {
  width: 50%;
  color: #ffffff;
  font-family: "Tomkin-Bold";
  white-space: nowrap;
}
.footer .footer-icon-content {
  margin-top: 68px;
  display: flex;
  align-items: center;
}
.footer .footer-icon-content .footer-icon-item {
  display: flex;
  width: 31px;
  height: 31px;
  margin-right: 20px;
}
.footer .footer-icon-content .footer-icon-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.6;
  transition: all 0.3s;
}
.footer .footer-icon-content .footer-icon-item:hover img {
  opacity: 0.8;
}
.footer .button-info {
  font-size: 12px;
  font-family: "Tomkin-Regular";
  color: #7b7b7b;
  margin-top: 19px;
}
.footer .right-part {
  width: 50%;
  display: flex;
}
.footer .right-part .form-class {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer .right-part .form-class .form-line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.footer .right-part .form-class .form-line .form-line-item {
  display: flex;
  flex-direction: column;
}
.footer .right-part .form-class .form-line .form-line-item .tips {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 20px;
}
.footer .right-part .form-class .form-line .form-line-item input,
.footer .right-part .form-class .form-line .form-line-item textarea {
  width: 100%;
  height: 60px;
  background-color: #00101d;
  outline: 1px solid #434343;
  box-sizing: border-box;
  border: 0px;
  padding: 0.3em;
  border-top-right-radius: 12px;
  color: #ffffff;
  font-family: "Tomkin-Regular";
}
.footer .right-part .form-class .form-line.one .form-line-item {
  width: 100%;
}
.footer .right-part .form-class .form-line.one .form-line-item textarea {
  width: 100%;
  height: 168px;
}
.footer .right-part .form-class .form-line.two .form-line-item {
  width: calc((100% - 12px) / 2);
}
.footer .right-part .form-class .form-line.three .form-line-item {
  width: calc((100% - 24px) / 3);
}
.footer .right-part .form-class .submit-button {
  width: 155px;
  height: 60px;
  background-color: #00101d;
  outline: 1px solid #434343;
  box-sizing: border-box;
  border: 0px;
  padding: 0.3em;
  border-top-right-radius: 12px;
  color: #ffffff;
  font-family: "Tomkin-Regular";
  cursor: pointer;
}
.footer .right-part .form-class .submit-button div,
.footer .right-part .form-class .submit-button a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .right-part .form-class .submit-button div img,
.footer .right-part .form-class .submit-button a img {
  margin-left: 18px;
}
.footer .right-part .bottom-text {
  line-height: 1;
  color: #7b7b7b;
  font-family: "Tomkin-SemiLight";
  margin-top: auto;
  margin-bottom: 5px;
  text-align: right;
}
.footer .right-part .buttom-line {
  width: 100%;
  height: 1px;
  background-color: #00b7ee;
  margin-bottom: 44px;
}

.video-content {
  width: 100%;
  aspect-ratio: 1.77;
  display: flex;
  position: relative;
  margin-top: 55px;
}
.video-content .trims {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(37%, 25%);
}
.video-content .video-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.video-content .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}
.video-content .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-content video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-nav {
  width: 100%;
  height: 110px;
}
.page-nav .inside {
  height: 100%;
  display: flex;
  align-items: center;
  font-family: "Tomkin-Regular";
}
.page-nav .link {
  color: #000000;
  opacity: 0.5;
}
.page-nav .link.sp {
  color: #00b7ee;
  opacity: 1;
}
.page-nav .trims {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
}
.page-nav .trims img {
  object-fit: contain;
  filter: drop-shadow(300px 0 #00b7ee);
  transform: translateX(-300px);
}

.page-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
.page-banner .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(180deg, #1454a2 30%, rgba(0, 0, 0, 0));
  z-index: 4;
}
.page-banner .bg-img-1 {
  z-index: 3;
}
.page-banner .video {
  z-index: 2;
}
.page-banner.second {
  height: 722px;
}

.index-slide-1 {
  width: 100%;
  display: flex;
  transform: translateY(-115px);
  position: relative;
  z-index: 4;
  flex-direction: column;
}
.index-slide-1 .inside {
  display: flex;
  flex-direction: column;
  padding: 86px 5.5% 0;
  box-sizing: border-box;
  background-color: #ffffff;
}
.index-slide-1 .inside.part-1 {
  border-bottom: 1px solid #434343;
}
.index-slide-1 .top-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.index-slide-1 .top-part .top-left-text {
  display: flex;
  flex-direction: column;
}
.index-slide-1 .top-part .top-left-text .text-title {
  line-height: 1.25em;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.index-slide-1 .top-part .top-left-text .button {
  margin-top: 66px;
}
.index-slide-1 .top-part .top-right-text {
  width: 46%;
  font-family: "Tomkin-SemiLight";
  line-height: 1.5em;
  color: #000000;
}
.index-slide-1 .number-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-slide-1 .number-content .number-show {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-slide-1 .number-content .number-show .top-trims {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
}
.index-slide-1 .number-content .number-show .buttom-info {
  line-height: 1.5em;
  margin-top: 5px;
  text-align: center;
  color: #000000;
  font-family: "Tomkin-Regular";
}
@media screen and (max-width: 1500px) {
  .index-slide-1 .number-content {
    justify-content: center;
    flex-wrap: wrap;
  }
  .index-slide-1 .number-content .number-show {
    margin-bottom: 25px;
  }
}
.index-slide-1 .next-slide-title {
  text-align: center;
  margin-top: 183px;
  margin-bottom: -55px;
  line-height: 1;
  font-family: "Tomkin-Bold";
  color: #000000;
}
@media screen and (max-width: 1500px) {
  .index-slide-1 .next-slide-title {
    margin: 9vw 0 -3vw;
  }
}
@media screen and (max-width: 1300px) {
  .index-slide-1 .next-slide-title {
    margin: 4vw 0 -1vw;
  }
}

.index-slide-2 {
  width: 100%;
  height: 49.478vw;
  display: flex;
  position: relative;
}
.index-slide-2 .layer-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.index-slide-2 .layer-1 .click-button {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s;
}
.index-slide-2 .layer-1 .click-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52%;
  height: 3px;
  border-radius: 3px;
  background-color: #00b7ee;
  transform: translate(-50%, -50%);
  content: "";
  transition: all 0.3s;
  z-index: 2;
}
.index-slide-2 .layer-1 .click-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 53%;
  border-radius: 3px;
  background-color: #00b7ee;
  transform: translate(-50%, -50%);
  content: "";
  transition: all 0.3s;
  z-index: 1;
}
.index-slide-2 .layer-1 .click-button.show {
  background-color: #00b7ee;
}
.index-slide-2 .layer-1 .click-button.show::before {
  background-color: #ffffff;
}
.index-slide-2 .layer-1 .click-button.address-1 {
  top: 26.7%;
  left: 22.1%;
}
.index-slide-2 .layer-1 .click-button.address-2 {
  top: 49%;
  left: 57.4%;
}
.index-slide-2 .layer-1 .click-button.address-3 {
  top: 32.1%;
  left: 34.4%;
}
.index-slide-2 .layer-1 .click-button.address-4 {
  top: 62%;
  left: 48%;
}
.index-slide-2 .layer-1 .click-button.address-5 {
  top: 71%;
  left: 62%;
}
.index-slide-2 .layer-1 .click-button.address-6 {
  top: 28%;
  left: 73.7%;
}
.index-slide-2 .layer-1 .click-button.address-7 {
  top: 64.8%;
  left: 25.2%;
}
.index-slide-2 .layer-1 .click-button.address-8 {
  top: 75.9%;
  left: 41.2%;
}
.index-slide-2 .layer-1 .info-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 46.9%;
  height: 100%;
  border-top-right-radius: 90px;
  background-color: #00b7ee;
  padding: 6.8% 56px 0 10.1vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  transform: translateX(-100%);
  z-index: 3;
}
.index-slide-2 .layer-1 .info-content.menu-show {
  transform: translateX(0);
}
.index-slide-2 .layer-1 .info-content .info-title {
  line-height: 1.5em;
  color: #ffffff;
  font-family: "Tomkin-Bold";
  flex-shrink: 0;
}
.index-slide-2 .layer-1 .info-content .info-summary {
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.8em;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
}
.index-slide-2 .layer-1 .info-content .info-summary div.fs16 {
  height: 30%;
  overflow: hidden;
}
.index-slide-2 .layer-1 .info-content .info-summary img {
  width: 100%;
  height: min(60%, 387px);
  object-fit: contain;
  object-position: left top;
  margin: 25px 0 15px;
}
@media screen and (max-width: 1800px) {
  .index-slide-2 .layer-1 .info-content .info-summary img {
    height: 25%;
  }
}
.index-slide-2 .layer-1 .info-content .button {
  margin: 30px 0 30px;
}
.index-slide-2 .layer-1 .info-content .exit {
  position: absolute;
  top: 42px;
  right: 56px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.index-slide-2 .layer-1 .info-content .exit img {
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(300px 0 #ffffff);
  transform: translateX(-300px);
}
.index-slide-2 .layer-1 .info-content[data-info-index="21"], .index-slide-2 .layer-1 .info-content[data-info-index="23"], .index-slide-2 .layer-1 .info-content[data-info-index="24"], .index-slide-2 .layer-1 .info-content[data-info-index="27"], .index-slide-2 .layer-1 .info-content[data-info-index="28"] {
  left: unset;
  right: 0;
  transform: translateX(100%);
  border-top-right-radius: 0px;
  border-top-left-radius: 90px;
  padding: 8.8% 10.1vw 0 56px;
}
.index-slide-2 .layer-1 .info-content[data-info-index="21"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="23"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="24"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="27"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="28"] .exit {
  left: 56px;
}
.index-slide-2 .layer-1 .info-content[data-info-index="21"].menu-show, .index-slide-2 .layer-1 .info-content[data-info-index="23"].menu-show, .index-slide-2 .layer-1 .info-content[data-info-index="24"].menu-show, .index-slide-2 .layer-1 .info-content[data-info-index="27"].menu-show, .index-slide-2 .layer-1 .info-content[data-info-index="28"].menu-show {
  transform: translateX(0);
}
@media screen and (max-width: 1200px) {
  .index-slide-2 .layer-1 .info-content {
    padding: 6.8% 56px 0 6%;
    border-top-right-radius: 50px;
  }
  .index-slide-2 .layer-1 .info-content[data-info-index="22"], .index-slide-2 .layer-1 .info-content[data-info-index="26"], .index-slide-2 .layer-1 .info-content[data-info-index="25"] {
    left: unset;
    right: 0;
    transform: translateX(100%);
    border-top-right-radius: 0px;
    border-top-left-radius: 50px;
    padding: 8.8% 6% 0 56px;
  }
  .index-slide-2 .layer-1 .info-content[data-info-index="22"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="26"] .exit, .index-slide-2 .layer-1 .info-content[data-info-index="25"] .exit {
    left: 56px;
  }
  .index-slide-2 .layer-1 .info-content[data-info-index="22"].show, .index-slide-2 .layer-1 .info-content[data-info-index="26"].show, .index-slide-2 .layer-1 .info-content[data-info-index="25"].show {
    transform: translateX(0);
  }
  .index-slide-2 .layer-1 .info-content .exit {
    left: 13%;
  }
  .index-slide-2 .layer-1 .info-content .info-summary {
    min-height: unset;
  }
}

.index-slide-3 {
  width: 100%;
  display: flex;
}
.index-slide-3 .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-slide-3 .slide-title {
  margin-top: 192px;
  margin-bottom: 47px;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .index-slide-3 .slide-title {
    margin: 10vw 0 3vw;
  }
}
.index-slide-3 .slide-summary {
  line-height: 1.4em;
  font-family: "Tomkin-SemiLight";
  color: #313131;
  text-align: center;
}
.index-slide-3 .slide-main {
  margin-top: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 188px;
}
@media screen and (max-width: 1500px) {
  .index-slide-3 .slide-main {
    margin: 5vw 0 10vw;
  }
}
.index-slide-3 .slide-main .top-part {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-slide-3 .slide-main .top-part .application-item {
  width: 12.5%;
  aspect-ratio: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d3d3d3;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #ffffff;
}
.index-slide-3 .slide-main .top-part .application-item:last-of-type {
  border-right: 1px solid #d3d3d3;
}
.index-slide-3 .slide-main .top-part .application-item .inside-content {
  display: flex;
  padding: 0 10px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Tomkin-Regular";
  line-height: 1.3em;
  color: #000000;
  transition: all 0.3s;
}
.index-slide-3 .slide-main .top-part .application-item .inside-content .img-content {
  overflow: hidden;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.index-slide-3 .slide-main .top-part .application-item .inside-content .img-content img {
  object-fit: contain;
  filter: drop-shadow(300px 0 #000000);
  transform: translateX(-300px);
}
.index-slide-3 .slide-main .top-part .application-item.current {
  border-left: 1px solid #00b7ee;
  background-color: #00b7ee;
}
.index-slide-3 .slide-main .top-part .application-item.current:last-of-type {
  border-right: 1px solid #00b7ee;
}
.index-slide-3 .slide-main .top-part .application-item.current .inside-content {
  color: #ffffff;
}
.index-slide-3 .slide-main .top-part .application-item.current .inside-content .img-content img {
  filter: drop-shadow(300px 0 #ffffff);
}
.index-slide-3 .slide-main .bottom-part {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-top: 75px;
}
.index-slide-3 .slide-main .bottom-part .scroll-inside {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.5s;
}
.index-slide-3 .slide-main .bottom-part .application-item-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-shrink: 0;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .img-content {
  width: 100%;
  aspect-ratio: 1.8;
  border-top-right-radius: 85px;
  overflow: hidden;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .info-content {
  width: 100%;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  position: relative;
  flex-grow: 1;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .info-content::after {
  position: absolute;
  width: 0%;
  height: 3px;
  background-color: #00b7ee;
  left: 0;
  bottom: 0;
  content: "";
  transition: all 0.4s;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .info-content .left-text {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  width: 50%;
  cursor: pointer;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .info-content .right-trims {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #7b7b7b;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item .info-content .right-trims img {
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #7b7b7b);
  object-fit: contain;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item.sp {
  width: 100%;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item:hover .img-content img {
  filter: contrast(0.8) blur(3px);
  transform: scale(1.1);
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item:hover .info-content::after {
  width: 100%;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item:hover .right-trims {
  border: 3px solid #00b7ee;
  background-color: #00b7ee;
}
.index-slide-3 .slide-main .bottom-part .application-item-list .item:hover .right-trims img {
  filter: drop-shadow(300px 0 #ffffff);
}

.index-slide-4 {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
}
.index-slide-4 .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-slide-4 .slide-title {
  line-height: 1;
  margin: 82px auto 61px;
  font-family: "Tomkin-Bold";
  color: #000000;
}
.index-slide-4 .news-swiper-content {
  width: 100%;
  height: 420px;
  margin-bottom: 110px;
  padding-top: 60px;
}
.index-slide-4 .news-swiper-content .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.index-slide-4 .news-swiper-content .swiper-slide .img-content {
  width: 100%;
  height: 42%;
  flex-shrink: 0;
}
.index-slide-4 .news-swiper-content .swiper-slide .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 17px 26px;
  box-sizing: border-box;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .addtime {
  line-height: 1;
  color: #707070;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 32px;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .news-title {
  line-height: 1.625em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  height: 3em;
  overflow: hidden;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  position: relative;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view::before {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #959595;
  z-index: 1;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view::after {
  width: 0%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view .left-text {
  line-height: 1;
  color: #707070;
  font-family: "Tomkin-SemiLight";
  transition: all 0.3s;
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view .right-trims {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #7b7b7b;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.index-slide-4 .news-swiper-content .swiper-slide .text-content .button-view .right-trims img {
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #7b7b7b);
  object-fit: contain;
}
.index-slide-4 .news-swiper-content .swiper-slide:hover {
  transform: translateY(-20px);
}
.index-slide-4 .news-swiper-content .swiper-slide:hover .text-content .button-view::after {
  width: 100%;
}
.index-slide-4 .news-swiper-content .swiper-slide:hover .text-content .button-view .left-text {
  color: #00b7ee;
}
.index-slide-4 .news-swiper-content .swiper-slide:hover .text-content .button-view .right-trims {
  background-color: #00b7ee;
  border: 2px solid #00b7ee;
}
.index-slide-4 .news-swiper-content .swiper-slide:hover .text-content .button-view .right-trims img {
  filter: drop-shadow(300px 0 #ffffff);
}

.contact-slide-1 {
  width: 100%;
  display: flex;
}
.contact-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.contact-slide-1 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
  margin-top: 52px;
}
.contact-slide-1 .slide-summary {
  color: #000000;
  font-family: "Tomkin-SemiLight";
  line-height: 1.2em;
  margin-top: 20px;
}
.contact-slide-1 .contact-way-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 110px;
}
.contact-slide-1 .contact-way-content .contact-way-item {
  width: 520px;
  height: 267px;
  padding: 56px 46px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 45px;
}
.contact-slide-1 .contact-way-content .contact-way-item .top-text {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Regular";
  width: 100%;
  position: relative;
  padding-bottom: 17px;
  z-index: 2;
}
.contact-slide-1 .contact-way-content .contact-way-item .top-text::after {
  bottom: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #d3d3d3;
  z-index: 1;
}
.contact-slide-1 .contact-way-content .contact-way-item .top-text::before {
  bottom: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #00b7ee;
  z-index: 2;
  animation: line-ani 4s infinite linear;
}
@keyframes line-ani {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.contact-slide-1 .contact-way-content .contact-way-item .bottom-info {
  line-height: 1;
  font-family: "Tomkin-Medium";
  color: #000000;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.contact-slide-1 .contact-way-content .contact-way-item .item-trims {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translate(-10%, 30%);
}
@media screen and (max-width: 1200px) {
  .contact-slide-1 .contact-way-content {
    flex-direction: column;
  }
  .contact-slide-1 .contact-way-content .contact-way-item {
    aspect-ratio: 2.5;
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 4vw;
  }
}

.contact-slide-2 {
  width: 100%;
  display: flex;
  background-image: url(../img/contact-slide-2-bg.png);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-slide-2 .inside {
  display: flex;
  flex-direction: column;
}
.contact-slide-2 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
  margin-top: 70px;
  text-align: center;
}
.contact-slide-2 .form-class {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 75px;
  margin-bottom: 60px;
}
.contact-slide-2 .form-class .form-line {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
.contact-slide-2 .form-class .form-line .form-line-item {
  display: flex;
  flex-direction: column;
}
.contact-slide-2 .form-class .form-line .form-line-item .tips {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 20px;
}
.contact-slide-2 .form-class .form-line .form-line-item input,
.contact-slide-2 .form-class .form-line .form-line-item textarea {
  width: 100%;
  height: 60px;
  background-color: #ededed;
  outline: 1px solid #bfbfbf;
  box-sizing: border-box;
  border: 0px;
  padding: 0.3em;
  border-top-right-radius: 12px;
  color: #000000;
  font-family: "Tomkin-Regular";
}
.contact-slide-2 .form-class .form-line.one .form-line-item {
  width: 100%;
}
.contact-slide-2 .form-class .form-line.one .form-line-item textarea {
  width: 100%;
  height: 168px;
}
.contact-slide-2 .form-class .form-line.two .form-line-item {
  width: calc((100% - 12px) / 2);
}
.contact-slide-2 .form-class .form-line.three .form-line-item {
  width: calc((100% - 24px) / 3);
}
.contact-slide-2 .form-class .submit-button {
  width: 211px;
  height: 60px;
  background-color: #00b7ee;
  outline: 1px solid #bfbfbf;
  box-sizing: border-box;
  border: 0px;
  padding: 0.3em;
  border-top-right-radius: 12px;
  color: #ffffff;
  font-family: "Tomkin-Regular";
  cursor: pointer;
}
.contact-slide-2 .form-class .submit-button div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-slide-2 .form-class .submit-button div img {
  margin-left: 18px;
}

.contact-slide-3 {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.contact-slide-3 .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-slide-3 .map-content {
  width: 100%;
  aspect-ratio: 1.77;
  position: relative;
  margin: 80px 0 185px;
}
.contact-slide-3 .map-content .trims {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translate(37%, 25%);
}
.contact-slide-3 .map-content .map-inside {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 2;
}
.contact-slide-3 .map-content .map-inside .map-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-slide-3 .map-content .map-inside .map-windows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  width: 44%;
  display: flex;
  flex-direction: column;
  z-index: 2;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 6px 6px 12px 5px rgba(0, 0, 0, 0.2);
}
.contact-slide-3 .map-content .map-inside .map-windows .top-img {
  width: 100%;
  height: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.contact-slide-3 .map-content .map-inside .map-windows .bottom-info {
  width: 100%;
  height: 50%;
  padding: 22px 34px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.contact-slide-3 .map-content .map-inside .map-windows .bottom-info .position-name {
  width: 100%;
  font-family: "Tomkin-Medium";
  color: #000000;
  line-height: 1.2em;
  padding-bottom: 12px;
  border-bottom: 2px solid #eaeaea;
  text-align: center;
}
.contact-slide-3 .map-content .map-inside .map-windows .bottom-info .position-info {
  width: 100%;
  position: relative;
  padding-left: 77px;
  margin-top: 25px;
  color: #000000;
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  box-sizing: border-box;
}
.contact-slide-3 .map-content .map-inside .map-windows .bottom-info .position-info::after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 29px;
  height: 41px;
  background-image: url(../img/position-icon-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  content: "";
}
.contact-slide-3 .map-content .map-inside .map-windows .bottom-info .button {
  margin: 36px auto 32px;
}

.about-1-slide-1 {
  width: 100%;
  display: flex;
  margin-top: 65px;
  overflow: hidden;
}
.about-1-slide-1 .inside {
  display: flex;
  justify-content: space-between;
}
.about-1-slide-1 .left-part {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-1-slide-1 .left-part .left-top-part {
  line-height: 1;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-1-slide-1 .left-part .left-bottom-part {
  display: flex;
  flex-direction: column;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item:last-of-type {
  margin-bottom: 0;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item .icon-content {
  width: 56px;
  height: 56px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item .icon-content img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(300px 0 #00b7ee);
  transform: translateX(-300px);
  object-fit: contain;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item .text-content {
  display: flex;
  flex-direction: column;
  margin-left: 42px;
}
.about-1-slide-1 .left-part .left-bottom-part .number-item .text-content .top {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
}
.about-1-slide-1 .left-part .left-bottom-part .number-item .text-content .bottom {
  margin-top: auto;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.about-1-slide-1 .right-part {
  width: 62%;
  display: flex;
  flex-direction: column;
  margin: 0 98px;
}
.about-1-slide-1 .right-part .slogan {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 20px;
}
.about-1-slide-1 .right-part .html-content {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}

.about-1-slide-2 {
  width: 100%;
  display: flex;
  margin-top: 108px;
  margin-bottom: 110px;
}
.about-1-slide-2 .inside {
  display: flex;
  flex-wrap: nowrap;
  gap: 2px;
  border-radius: 15px;
  overflow: hidden;
}
.about-1-slide-2 .park-item {
  width: calc((100% - 4px) / 4);
  height: 640px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.about-1-slide-2 .park-item .text-part {
  line-height: 1;
  font-family: "Tomkin-Regular";
  color: #ffffff;
  position: absolute;
  z-index: 2;
  bottom: 22px;
  padding: 13px 40px;
  border-top-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.about-1-slide-2 .park-item .text-part.fs20 {
  font-size: 16px;
}
.about-1-slide-2 .park-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  filter: brightness(0.5);
  transition: all 0.3s;
}
.about-1-slide-2 .park-item.sp {
  width: 50%;
}
.about-1-slide-2 .park-item.sp .text-part {
  background-color: #00b7ee;
}
.about-1-slide-2 .park-item.sp .text-part.fs20 {
  font-size: 20px;
}
.about-1-slide-2 .park-item.sp img {
  filter: brightness(1);
}

.about-1-slide-3 {
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.about-1-slide-3 .inside {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.about-1-slide-3 .slide-top-part {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.about-1-slide-3 .slide-top-part .slide-title {
  line-height: 1;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-1-slide-3 .slide-top-part .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-1-slide-3 .slide-top-part .swiper-control .control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #00b7ee;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  margin-left: 12px;
}
.about-1-slide-3 .slide-top-part .swiper-control .control img {
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #00b7ee);
  object-fit: contain;
  user-select: none;
}
.about-1-slide-3 .slide-top-part .swiper-control .control.left {
  transform: rotate(180deg);
}
.about-1-slide-3 .slide-top-part .swiper-control .control.sp {
  background-color: #00b7ee;
}
.about-1-slide-3 .slide-top-part .swiper-control .control.sp img {
  filter: drop-shadow(300px 0 #ffffff);
}
.about-1-slide-3 .history-swiper {
  width: 100%;
  height: 465px;
  position: relative;
  margin-top: 100px;
  margin-bottom: 245px;
}
.about-1-slide-3 .history-swiper .swiper-slide {
  width: 480px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  opacity: 0.2;
  margin-right: 64px;
  transition: all 0.3s;
  user-select: none;
}
.about-1-slide-3 .history-swiper .swiper-slide::-webkit-scrollbar {
  width: 2px;
}
.about-1-slide-3 .history-swiper .swiper-slide::-webkit-scrollbar-track {
  width: 2px;
  background-color: #d3d3d3;
}
.about-1-slide-3 .history-swiper .swiper-slide::-webkit-scrollbar-thumb {
  background-color: #00b7ee;
}
.about-1-slide-3 .history-swiper .swiper-slide .year {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main .his-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main .his-top .history-img {
  width: 42%;
  aspect-ratio: 1.48;
  border-radius: 8px;
  object-fit: cover;
  overflow: hidden;
  flex-shrink: 0;
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main .his-top .this-slogan {
  color: #000000;
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  padding-top: 36px;
  position: relative;
  margin: 0 32px 0 30px;
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main .his-top .this-slogan::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 57px;
  height: 3px;
  background-color: #00b7ee;
  content: "";
}
.about-1-slide-3 .history-swiper .swiper-slide .history-main .his-top .this-slogan.sp {
  margin-left: 0;
  margin-bottom: 30px;
}
.about-1-slide-3 .history-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 1500px) {
  .about-1-slide-3 .history-swiper {
    margin-bottom: 60px;
  }
}

.about-1-slide-4 {
  width: 100%;
  display: flex;
}
.about-1-slide-4 .inside {
  display: flex;
  flex-direction: column;
}
.about-1-slide-4 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-top: 100px;
  margin-bottom: 52px;
}
.about-1-slide-4 .slide-summary {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.about-1-slide-4 .photo-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 180px;
}
.about-1-slide-4 .photo-list .photo-item {
  width: 100%;
  height: 433px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-1-slide-4 .photo-list .photo-item .img-part {
  width: 50%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.about-1-slide-4 .photo-list .photo-item .img-part .triangle {
  position: absolute;
  top: 50%;
  right: 0;
  width: 36px;
  height: 31.14px;
  /* 高度 = 宽度 × √3 / 2 ≈ 86.6px，保证等边 */
  background: #f5f5f5;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translateX(51%) rotate(-90deg) translateY(-50%);
  z-index: 3;
}
.about-1-slide-4 .photo-list .photo-item .img-part .photo-img-number {
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 3;
  width: 100px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00b7ee;
}
.about-1-slide-4 .photo-list .photo-item .img-part .photo-img-number .photo-number-inside {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Medium";
}
.about-1-slide-4 .photo-list .photo-item .img-part .photo-img-number .photo-number-inside span {
  margin-left: 10px;
}
.about-1-slide-4 .photo-list .photo-item .img-part .mask {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about-1-slide-4 .photo-list .photo-item .img-part .photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.about-1-slide-4 .photo-list .photo-item .text-part {
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
  padding: 2% 7% 2% 7%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
.about-1-slide-4 .photo-list .photo-item .text-part::-webkit-scrollbar {
  width: 2px;
}
.about-1-slide-4 .photo-list .photo-item .text-part::-webkit-scrollbar-track {
  width: 2px;
  background-color: #d3d3d3;
}
.about-1-slide-4 .photo-list .photo-item .text-part::-webkit-scrollbar-thumb {
  background-color: #00b7ee;
}
.about-1-slide-4 .photo-list .photo-item .text-part .photo-title {
  line-height: 1.4em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
}
.about-1-slide-4 .photo-list .photo-item .text-part .photo-summary {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-top: 20px;
}
.about-1-slide-4 .photo-list .photo-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.about-1-slide-4 .photo-list .photo-item:nth-child(2n) .img-part .triangle {
  right: unset;
  left: 0;
  transform: translateX(-51%) rotate(90deg) translateY(-50%);
}

.photo-read {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.photo-read .photo-read-background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.6;
  z-index: 1;
}
.photo-read .photo-read-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 61.2%;
  background-color: #000000;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 67px 76px 31px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.photo-read .photo-read-content .photo-read-img-swiper {
  width: 100%;
  height: 89.5%;
  overflow: hidden;
}
.photo-read .photo-read-content .photo-read-img-swiper .swiper-slide {
  width: calc((100% - 7px) / 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 7px;
}
.photo-read .photo-read-content .photo-read-img-swiper .swiper-slide img {
  width: 100%;
  height: calc(100% - 77px);
  object-fit: contain;
}
.photo-read .photo-read-content .photo-read-img-swiper .swiper-slide .img-title {
  margin-top: 15px;
  line-height: 1.4em;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  text-align: center;
}
.photo-read .photo-read-content .photo-swiper-control {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.photo-read .photo-read-content .photo-swiper-control .swiper-index-show {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
}
.photo-read .photo-read-content .photo-swiper-control .control {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #00b7ee;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  margin-left: 12px;
}
.photo-read .photo-read-content .photo-swiper-control .control img {
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #00b7ee);
  object-fit: contain;
}
.photo-read .photo-read-content .photo-swiper-control .control.left {
  transform: rotate(180deg);
}
.photo-read .photo-read-content .photo-swiper-control .control.sp {
  background-color: #00b7ee;
}
.photo-read .photo-read-content .photo-swiper-control .control.sp img {
  filter: drop-shadow(300px 0 #ffffff);
}
.photo-read .photo-read-content .exit {
  position: absolute;
  top: 31px;
  right: 36px;
  z-index: 3;
  cursor: pointer;
}
.photo-read.sp .swiper-slide {
  width: 100% !important;
}

.about-2-slide-1 {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.about-2-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.about-2-slide-1 .slide-title {
  line-height: 1;
  margin-top: 68px;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-2-slide-1 .bottom-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 75px;
}
.about-2-slide-1 .bottom-part .left-bottom-part {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.about-2-slide-1 .bottom-part .left-bottom-part .part-1 {
  line-height: 1.6em;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-2-slide-1 .bottom-part .left-bottom-part .part-1 {
  line-height: 1.6em;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-2-slide-1 .bottom-part .left-bottom-part .part-2 {
  margin-top: 20px;
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.about-2-slide-1 .bottom-part .right-bottom-part {
  width: 53.7%;
}
.about-2-slide-1 .bottom-part .right-bottom-part .video-content {
  margin-top: 0;
  aspect-ratio: 1.46;
}

.about-2-slide-2 {
  width: 100%;
  display: flex;
}
.about-2-slide-2 .inside {
  display: flex;
  flex-direction: column;
}
.about-2-slide-2 .slide-title {
  line-height: 1;
  margin-top: 100px;
  font-family: "Tomkin-Medium";
  color: #000000;
}
.about-2-slide-2 .advantages-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 55px 38px;
  margin-top: 60px;
  margin-bottom: 110px;
}
.about-2-slide-2 .advantages-list .advantages-item {
  width: calc((100% - 76px) / 3);
  aspect-ratio: 1.5;
  display: flex;
  flex-direction: column;
  padding: 31px 35px;
  box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
}
.about-2-slide-2 .advantages-list .advantages-item .advantages-icon {
  width: min-content;
  height: 74px;
  object-fit: contain;
  margin-bottom: 32px;
}
.about-2-slide-2 .advantages-list .advantages-item .advantages-title {
  line-height: 1.4em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin-bottom: 20px;
}
.about-2-slide-2 .advantages-list .advantages-item .advantages-summary {
  font-family: "Tomkin-SemiLight";
  color: #000000;
  line-height: 1.5em;
}
@media screen and (max-width: 1500px) {
  .about-2-slide-2 .advantages-list .advantages-item {
    width: calc((100% - 38px) / 2);
  }
}

.about-2-slide-3 {
  width: 100%;
  height: 587px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.about-2-slide-3 .inside {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.about-2-slide-3 .slide-title {
  line-height: 1.4em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-top: 174px;
}
.about-2-slide-3 .slide-summary {
  width: 50%;
  line-height: 1.5em;
  margin-top: 30px;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
  position: relative;
  padding-bottom: 45px;
}
.about-2-slide-3 .slide-summary::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 82px;
  height: 4px;
  background-color: #00b7ee;
  content: "";
}

.service-slide-1 {
  width: 100%;
  display: flex;
}
.service-slide-1 .inside {
  display: flex;
  justify-content: space-between;
}
.service-slide-1 .left-img {
  width: 58%;
  aspect-ratio: 1.77;
  border-radius: 15px;
  object-fit: cover;
}
.service-slide-1 .right-part {
  width: 37.2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-slide-1 .right-part .right-title {
  line-height: 1.1em;
  font-family: "Tomkin-Bold";
  color: #000000;
  padding-bottom: 30px;
  position: relative;
}
.service-slide-1 .right-part .right-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 5px;
  content: "";
  background-color: #00b7ee;
}
.service-slide-1 .right-part .support-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-slide-1 .right-part .support-table .support-item {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 1.88;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  padding: 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .service-slide-1 .inside {
    flex-direction: column;
  }
  .service-slide-1 .left-img {
    width: 100%;
    margin-bottom: 4vw;
  }
  .service-slide-1 .right-part {
    width: 100%;
  }
  .service-slide-1 .right-part .support-table {
    width: 75%;
    margin: 4vw auto 0;
  }
}

.service-slide-2 {
  width: 100%;
  display: flex;
  position: relative;
  margin: 80px 0;
}
.service-slide-2 .inside {
  display: flex;
}
.service-slide-2 .slide-main {
  width: 100%;
  aspect-ratio: 2.56;
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  border-radius: 15px;
  overflow: hidden;
  padding: 74px 80px 71px;
  box-sizing: border-box;
}
.service-slide-2 .slide-main .left-1 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border-right: 1px solid #a0a0a0;
  padding-right: 4.68vw;
  flex-shrink: 0;
}
.service-slide-2 .slide-main .left-1 .hot-line {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Bold";
}
.service-slide-2 .slide-main .left-1 .hot-line img {
  margin-right: 10px;
}
.service-slide-2 .slide-main .left-1 .phone-number {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-top: 15px;
}
.service-slide-2 .slide-main .left-1 .bottom-contact {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.service-slide-2 .slide-main .left-1 .bottom-contact .bottom-info {
  line-height: 1.4em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
}
.service-slide-2 .slide-main .left-1 .bottom-contact .button {
  width: 190px;
  height: 60px;
  margin-top: 20px;
}
.service-slide-2 .slide-main .left-1 .bottom-contact .button .button-inside {
  font-family: "Tomkin-SemiLight";
}
@media screen and (max-width: 1300px) {
  .service-slide-2 .slide-main .left-1 .bottom-contact .button {
    margin-top: 2vw;
  }
}
.service-slide-2 .slide-main .left-2 {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  margin-left: 4.1vw;
  max-width: 320px;
}
.service-slide-2 .slide-main .left-2 .download-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 18px;
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 45px;
  cursor: pointer;
}
.service-slide-2 .slide-main .left-2 .download-item .download-title {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  transition: all 0.3s;
}
.service-slide-2 .slide-main .left-2 .download-item .download-title .img-content {
  overflow: hidden;
}
.service-slide-2 .slide-main .left-2 .download-item .download-title .img-content img {
  margin-right: 15px;
  object-fit: contain;
  filter: drop-shadow(300px 0 #ffffff);
  transform: translateX(-300px);
}
.service-slide-2 .slide-main .left-2 .download-item .download-info {
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  margin-left: 36px;
  margin-top: 15px;
  line-height: 1.5em;
}
.service-slide-2 .slide-main .left-2 .download-item.sp .download-title {
  color: #00b7ee;
}
.service-slide-2 .slide-main .left-2 .download-item.sp .download-title img {
  filter: drop-shadow(300px 0 #00b7ee);
}
@media screen and (max-width: 1300px) {
  .service-slide-2 .slide-main .left-2 {
    margin-left: 0;
  }
}
.service-slide-2 .slide-main .left-3 {
  width: 250px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.service-slide-2 .slide-main .left-3 a {
  display: none;
  width: 100%;
  opacity: 0;
}
.service-slide-2 .slide-main .left-3 a img {
  width: 100%;
  object-fit: contain;
  border: 1px solid #00b7ee;
}
.service-slide-2 .slide-main .left-3 a.sp {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 1400px) {
  .service-slide-2 .slide-main .left-3 {
    width: unset;
  }
}
.service-slide-2 .slide-main .content {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .service-slide-2 .slide-main .content {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 1400px) {
  .service-slide-2 .slide-main {
    padding: 3.8vw 4.1vw 3.8vw;
  }
}
@media screen and (max-width: 1300px) {
  .service-slide-2 .slide-main {
    flex-direction: column;
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 1200px) {
  .service-slide-2 .slide-main .left-1 .hot-line img {
    width: 42px;
  }
  .service-slide-2 .slide-main .left-1 .hot-line.fs16 {
    font-size: 42px;
  }
  .service-slide-2 .slide-main .left-1 .bottom-contact {
    margin-top: 8vw;
  }
  .service-slide-2 .slide-main .left-1 .bottom-contact .button {
    margin-top: 4vw;
    margin-bottom: 2vw;
    width: min-content;
    height: auto;
  }
}

.service-slide-3 {
  width: 100%;
  display: flex;
  margin-bottom: 190px;
}
.service-slide-3 .inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.service-slide-3 .box-item {
  width: 48.7%;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
}
.service-slide-3 .box-item .img-content {
  width: 100%;
  height: 53.2%;
}
.service-slide-3 .box-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-slide-3 .box-item .text-content {
  width: 100%;
  height: 46.8%;
  padding: 42px 50px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.service-slide-3 .box-item .text-content .title {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.service-slide-3 .box-item .text-content .summary {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-top: 15px;
}
.service-slide-3 .box-item .text-content .button {
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .service-slide-3 .inside {
    flex-direction: column;
  }
  .service-slide-3 .box-item {
    width: 100%;
    margin-bottom: 4vw;
  }
  .service-slide-3 .box-item .text-content {
    height: unset;
  }
}

.solution-slide {
  width: 100%;
  display: flex;
}
.solution-slide .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-slide .slide-title {
  line-height: 1;
  color: #000000;
  text-align: center;
  font-family: "Tomkin-Medium";
  margin: 70px auto 45px;
}
.solution-slide .slide-summary {
  line-height: 1.4em;
  font-family: "Tomkin-SemiLight";
  text-align: center;
  color: #000000;
}
.solution-slide .slide-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 0 190px;
}
.solution-slide .slide-main .item-title {
  width: 80%;
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  position: relative;
  z-index: 2;
}
.solution-slide .slide-main .solution-item {
  width: calc((100% - 20px) / 2);
  aspect-ratio: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 65px;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
.solution-slide .slide-main .solution-item .button {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  margin-top: 25px;
}
.solution-slide .slide-main .solution-item .button .button-inside .button-trims {
  margin-left: 15px;
}
.solution-slide .slide-main .solution-item .bg-img-1 {
  filter: brightness(0.5);
  transition: all 0.7s;
}
.solution-slide .slide-main .solution-item:hover .bg-img-1 {
  transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
  .solution-slide .slide-main .solution-item {
    width: 100%;
  }
}
.solution-slide .slide-main .top-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .solution-slide .slide-main .top-part {
    flex-direction: column;
  }
}
.solution-slide .slide-main .bottom-part {
  width: 100%;
  height: 912px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .solution-slide .slide-main .bottom-part {
    flex-direction: column;
    height: auto;
  }
}
.solution-slide .slide-main .bottom-part .part-1 {
  width: 29%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solution-slide .slide-main .bottom-part .part-1 .solution-item {
  width: 100%;
}
.solution-slide .slide-main .bottom-part .part-1 .solution-item:nth-child(1) {
  height: 38.3%;
}
.solution-slide .slide-main .bottom-part .part-1 .solution-item:nth-child(2) {
  height: calc(100% - 20px - 38.3%);
}
@media screen and (max-width: 1200px) {
  .solution-slide .slide-main .bottom-part .part-1 {
    width: 100%;
    height: auto;
  }
  .solution-slide .slide-main .bottom-part .part-1 .solution-item {
    height: auto;
  }
}
.solution-slide .slide-main .bottom-part .part-2 {
  width: calc(100% - 40px - 58%);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.solution-slide .slide-main .bottom-part .part-2 .solution-item {
  width: 100%;
}
.solution-slide .slide-main .bottom-part .part-2 .solution-item:nth-child(1) {
  height: 60%;
}
.solution-slide .slide-main .bottom-part .part-2 .solution-item:nth-child(1) .item-title {
  margin-top: 68%;
}
.solution-slide .slide-main .bottom-part .part-2 .solution-item:nth-child(2) {
  height: calc(100% - 20px - 60%);
}
@media screen and (max-width: 1200px) {
  .solution-slide .slide-main .bottom-part .part-2 {
    width: 100%;
    height: auto;
  }
  .solution-slide .slide-main .bottom-part .part-2 .solution-item {
    height: auto;
  }
  .solution-slide .slide-main .bottom-part .part-2 .solution-item .item-title {
    margin-top: 0;
  }
}

.color-pass {
  width: 100%;
  height: 130px;
  background-color: #002e73;
  position: relative;
  z-index: 2;
}

.solution-slide-1 {
  width: 100%;
  display: flex;
  margin-top: 60px;
  position: relative;
  margin-bottom: 110px;
}
.solution-slide-1 .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
  min-height: 900px;
}
.solution-slide-1 .left-part {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.solution-slide-1 .left-part .slide-title {
  color: #000000;
  font-family: "Tomkin-Medium";
  line-height: 1.2em;
  padding-bottom: 45px;
  position: relative;
}
.solution-slide-1 .left-part .slide-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 9px;
  content: "";
  background-color: #00b7ee;
}
.solution-slide-1 .left-part .slide-summary {
  width: 70%;
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-top: 40px;
}
.solution-slide-1 .left-part .slide-summary img {
  width: 85%;
  object-fit: contain;
  border-top-right-radius: 50px;
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .solution-slide-1 .left-part {
    width: 100%;
  }
  .solution-slide-1 .left-part .slide-summary {
    width: 100%;
  }
}
.solution-slide-1 .right-part {
  width: max(911px, 47vw);
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 7.8vw;
  transform: translateY(-50%);
}
.solution-slide-1 .right-part .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64.3%;
  height: 64.3%;
  object-fit: contain;
  position: absolute;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  z-index: 1;
  animation: rotate-ani 20s infinite linear;
}
@keyframes rotate-ani {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.solution-slide-1 .right-part .circle-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 28%;
  display: flex;
}
.solution-slide-1 .right-part .circle-inside .circle-main {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  animation: circle-main-ani 4s infinite linear;
}
@keyframes circle-main-ani {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
.solution-slide-1 .right-part .circle-inside .circle-shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 45%);
  z-index: 1;
  width: 120%;
}
.solution-slide-1 .right-part .circle-1 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0.675;
}
.solution-slide-1 .right-part .circle-2 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0.55;
}
.solution-slide-1 .right-part .circle-3 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  opacity: 0.425;
}
.solution-slide-1 .right-part .circle-4 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.4);
  opacity: 0.3;
}
.solution-slide-1 .right-part .circle-5 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0.175;
}
.solution-slide-1 .right-part .circle-6 {
  width: 64%;
  height: 64%;
  /* background: rgba(255, 001, 002, 0.75); */
  border: 1px solid #8d8d8e;
  opacity: 0.75;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.6);
  opacity: 0.05;
}
@keyframes circleChange {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.75;
  }
  20% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.65;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.55;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 0.45;
  }
  80% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0.35;
  }
  90% {
    transform: translate(-50%, -50%) scale(1.45);
    opacity: 0.25;
  }
  99% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@media screen and (max-width: 1500px) {
  .solution-slide-1 .right-part {
    width: 40vw;
  }
}
@media screen and (max-width: 1200px) {
  .solution-slide-1 .right-part {
    display: none;
  }
}

.solution-advantages {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.solution-advantages .inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.solution-advantages .left-part {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.solution-advantages .left-part .advantages-item {
  width: calc((100% - 25px) / 2);
  aspect-ratio: 0.927;
  background-color: #eeeeee;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-advantages .left-part .advantages-item .advantages-item-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 65%;
  justify-content: space-between;
}
.solution-advantages .left-part .advantages-item .advantages-item-inside .img-content {
  overflow: hidden;
}
.solution-advantages .left-part .advantages-item .advantages-item-inside .img-content img {
  object-fit: contain;
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #000000);
}
.solution-advantages .left-part .advantages-item .advantages-item-inside .info {
  width: 80%;
  text-align: center;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.solution-advantages .left-part .swiper-content {
  display: none;
  width: 100%;
  aspect-ratio: 1.3;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.solution-advantages .left-part .swiper-content .swiper-pagination-bullet-active {
  background-color: #002e73;
}
.solution-advantages .left-part .item-img {
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
}
.solution-advantages .left-part.true .advantages-item {
  display: none;
}
.solution-advantages .left-part.true .swiper-content {
  display: flex;
}
.solution-advantages .right-part {
  width: 41%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.solution-advantages .right-part .advantages-title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Bold";
  margin-bottom: 25px;
}
.solution-advantages .right-part .advantages-summary {
  line-height: 1.6em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  padding-bottom: 70px;
  position: relative;
}
.solution-advantages .right-part::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 2px;
  background-color: #00b7ee;
  content: "";
}
.solution-advantages .slide-trims {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  transform: translate(100%, 100%);
  animation: slide-trims-ani 18s infinite linear;
}
@keyframes slide-trims-ani {
  0% {
    transform: translate(60%, 60%);
    opacity: 0;
  }
  5% {
    transform: translate(60%, 60%);
    opacity: 0.6;
  }
  95% {
    transform: translate(10%, 45%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 38%);
    opacity: 0;
  }
}
.solution-advantages.sp {
  background-color: #ffffff;
}
.solution-advantages.sp .inside {
  flex-direction: row-reverse;
}
.solution-advantages.sp .slide-trims {
  left: 0;
  right: unset;
  animation: slide-trims-ani-2 18s infinite linear;
}
@keyframes slide-trims-ani-2 {
  0% {
    transform: translate(-60%, 60%) rotateY(180deg);
    opacity: 0;
  }
  5% {
    transform: translate(-60%, 60%) rotateY(180deg);
    opacity: 0.6;
  }
  95% {
    transform: translate(-10%, 45%) rotateY(180deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 38%) rotateY(180deg);
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .solution-advantages .inside {
    flex-direction: column;
  }
  .solution-advantages .left-part {
    width: 100%;
  }
  .solution-advantages .right-part {
    width: 100%;
    margin-top: 6vw;
  }
  .solution-advantages.sp .inside {
    flex-direction: column-reverse;
  }
}

.solution-third-content {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
}
.solution-third-content .inside {
  display: flex;
  flex-direction: column;
}
.solution-third-content .slide-summary {
  width: 75%;
  font-family: "Tomkin-SemiLight";
  line-height: 1.6em;
  color: #000000;
  margin: 75px 0;
  position: relative;
  z-index: 2;
}
.solution-third-content .slide-summary::after {
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 76px;
  height: 1px;
  background-color: #00b7ee;
  content: "";
}
.solution-third-content .third-page-list {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 18px;
}
.solution-third-content .third-page-list .third-page-item {
  width: calc((100% - 54px) / 4);
  aspect-ratio: 0.87;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.solution-third-content .third-page-list .third-page-item .third-page-inside {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-third-content .third-page-list .third-page-item .third-page-inside .third-page-title {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-bottom: 20px;
}
.solution-third-content .third-page-list .third-page-item .third-page-inside .button {
  padding: 13px 20px;
  border-radius: 10px;
}
.solution-third-content .third-page-list .third-page-item .bg-img-1 {
  transform: scale(1);
  filter: brightness(0.6);
  transition: all 0.5s;
}
.solution-third-content .third-page-list .third-page-item:hover .bg-img-1 {
  transform: scale(1.1);
}
.solution-third-content .slide-trims {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  transform: translate(100%, 100%);
  animation: slide-trims-ani 18s infinite linear;
}
@keyframes slide-trims-ani {
  0% {
    transform: translate(60%, 60%);
    opacity: 0;
  }
  5% {
    transform: translate(60%, 60%);
    opacity: 0.6;
  }
  95% {
    transform: translate(10%, 45%);
    opacity: 1;
  }
  100% {
    transform: translate(0%, 38%);
    opacity: 0;
  }
}

.solution-related-products {
  width: 100%;
  display: flex;
  margin-top: 105px;
  margin-bottom: 185px;
}
.solution-related-products .inside {
  display: flex;
  flex-direction: column;
}
.solution-related-products .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  padding-bottom: 50px;
  position: relative;
}
.solution-related-products .slide-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 9px;
  background-color: #00b7ee;
  content: "";
}
.solution-related-products .slide-summary {
  margin-top: 40px;
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.solution-related-products .solution-related-products-swiper {
  width: 100%;
  margin-top: 60px;
}
.solution-related-products .solution-related-products-swiper .swiper-slide {
  width: 340px;
  height: 440px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .top-part {
  width: 100%;
  height: calc(100% - 63px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding: 13%;
  transition: all 0.3s;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .top-part .swiper-slide-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #000000;
  font-family: "Tomkin-Medium";
  line-height: 1.2em;
  width: 80%;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.4s;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .top-part .product-img {
  width: 100%;
  height: 70%;
  object-fit: contain;
  object-position: center bottom;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .button {
  width: 100%;
  height: 63px;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #959595;
  outline: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .button .button-inside {
  color: #959595;
}
.solution-related-products .solution-related-products-swiper .swiper-slide .button .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #959595);
}
.solution-related-products .solution-related-products-swiper .swiper-slide:hover .button {
  border: 1px solid #00b7ee;
  outline: 0px;
}
.solution-related-products .solution-related-products-swiper .swiper-slide:hover .button .button-inside {
  color: #00b7ee;
}
.solution-related-products .solution-related-products-swiper .swiper-slide:hover .button .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #00b7ee);
}

.product-slide-1 {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.product-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.product-slide-1 .slide-title {
  color: #000000;
  font-family: "Tomkin-Bold";
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 75px;
}
.product-slide-1 .slide-title.second {
  margin-top: 100px;
}
.product-slide-1 .product-mode-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 75px;
}
.product-slide-1 .product-mode-list .product-mode-item {
  width: 200px;
  height: 52px;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Tomkin-Light";
  line-height: 1.2em;
  transition: all 0.3s;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.product-slide-1 .product-mode-list .product-mode-item.current {
  color: #ffffff;
  background-color: #00b7ee;
  border: 1px solid #00b7ee;
}
@media screen and (max-width: 1200px) {
  .product-slide-1 .product-mode-list .product-mode-item {
    width: calc((100% - 30px) / 3);
    height: unset;
    aspect-ratio: 2.44;
  }
}
.product-slide-1 .product-show-swiper {
  width: 100%;
}
.product-slide-1 .product-show-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50px;
  background-color: #f0f5f7;
  overflow: hidden;
  padding: 2.5% 3.8%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.product-slide-1 .product-show-swiper .swiper-slide .left-part {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.product-slide-1 .product-show-swiper .swiper-slide .left-part .product-show {
  width: 100%;
  object-fit: contain;
  margin-top: auto;
  margin-bottom: 78px;
  position: relative;
  transition: all 1.2s;
  transform: scale(0.7);
  z-index: 2;
}
.product-slide-1 .product-show-swiper .swiper-slide .left-part .product-shadow {
  width: 100%;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part {
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 6;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-title.second {
  margin-top: 1em;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-title.third {
  margin-top: 25px;
  position: relative;
  padding-bottom: 25px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-title.third::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 51px;
  height: 3px;
  background-color: #00b7ee;
  content: "";
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-summary {
  width: 90%;
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  margin-top: 20px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  gap: 15px;
  margin-top: 25px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item {
  width: calc((100% - 60px) / 5);
  aspect-ratio: 0.84;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 12px 0;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Regular";
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item.current {
  border: 1px solid #00b7ee;
  background: #E5E9EB;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item img {
  width: 80px;
  object-fit: contain;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list {
  display: flex;
  flex-direction: row;
  width: 90%;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list .specification-item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list .specification-item .left-img {
  object-fit: contain;
  margin-right: 15px;
  width: 40px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list .specification-item .right-text {
  display: flex;
  flex-direction: column;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list .specification-item .right-text .specification-item-title {
  font-family: "Tomkin-SemiLight";
  color: #000000;
  margin-bottom: 8px;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list .specification-item .right-text .specification-item-data {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list.sp {
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list.sp .specification-item {
  width: 100%;
  margin-bottom: 25px;
  align-items: flex-start;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list.sp .specification-item .specification-item-data {
  line-height: 1.6em;
  font-family: "Tomkin-SemiLight";
  margin-top: -0.4em;
}
.product-slide-1 .product-show-swiper .swiper-slide .right-part.type-2 {
  padding-left: 50px;
}
.product-slide-1 .product-show-swiper .swiper-slide .trims-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-30%, -30%);
}
.product-slide-1 .product-show-swiper .swiper-slide .trims-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(30%, 30%) rotate(180deg);
}
.product-slide-1 .product-show-swiper .swiper-slide.swiper-slide-active .left-part .product-show {
  transform: scale(1);
}
@media screen and (max-width: 1200px) {
  .product-slide-1 .product-show-swiper .swiper-slide {
    flex-direction: column;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .left-part {
    width: 100%;
    height: auto;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part {
    width: 100%;
    height: auto;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list {
    width: 75%;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item {
    border: 4px solid #e5e5e5;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item.current {
    border: 4px solid #00b7ee;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part .product-series-img-list .product-series-img-item img {
    width: 65%;
  }
  .product-slide-1 .product-show-swiper .swiper-slide .right-part .specification-list {
    width: 100%;
  }
}
.product-slide-1 .more-specification-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.product-slide-1 .more-specification-data .top-trims {
  width: 100%;
  height: 76px;
  background-color: #f0f5f7;
  border: 1px solid #a0a0a0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Bold";
}
.product-slide-1 .more-specification-data .bottom-table-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-slide-1 .more-specification-data .bottom-table-content table {
  width: calc((100% - 60px) / 2);
  border-collapse: collapse;
}
.product-slide-1 .more-specification-data .bottom-table-content table tr {
  border-bottom: 2px solid #00b7ee;
}
.product-slide-1 .more-specification-data .bottom-table-content table tr td {
  width: 50%;
  color: #000000;
  font-size: 20px;
  padding: 15px 0;
  line-height: 1.2em;
  height: 95px;
  box-sizing: border-box;
}
.product-slide-1 .more-specification-data .bottom-table-content table tr td:first-of-type {
  font-family: "Tomkin-Bold";
}
.product-slide-1 .more-specification-data .bottom-table-content table tr td:last-of-type {
  font-family: "Tomkin-Regular";
}
@media screen and (max-width: 1200px) {
  .product-slide-1 .more-specification-data .bottom-table-content {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
  .product-slide-1 .more-specification-data .bottom-table-content table {
    width: 100%;
  }
  .product-slide-1 .more-specification-data .bottom-table-content table td {
    font-size: 32px !important;
  }
}
.product-slide-1 .more-specification-data .bottom-table-content.sp {
  margin-top: 20px;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table {
  width: 100%;
  border-collapse: collapse;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table tr {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border: 0px;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table tr td {
  width: 70px;
  border-bottom: 1px solid #00b7ee;
  color: #000000;
  font-size: 20px;
  padding: 15px 0;
  line-height: 1.2em;
  height: 95px;
  box-sizing: border-box;
  font-family: "Tomkin-Regular";
  display: flex;
  align-items: center;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table tr td img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table tr td:nth-child(1) {
  flex-shrink: 0;
}
.product-slide-1 .more-specification-data .bottom-table-content.sp table tr td:nth-child(2) {
  width: 100%;
  flex-shrink: 1;
}
@media screen and (max-width: 1200px) {
  .product-slide-1 .more-specification-data .bottom-table-content.sp {
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
  .product-slide-1 .more-specification-data .bottom-table-content.sp table {
    width: 100%;
  }
  .product-slide-1 .more-specification-data .bottom-table-content.sp table td {
    font-size: 32px !important;
  }
}
.product-slide-1 .product-application {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 185px;
}
.product-slide-1 .product-application .part-1 {
  height: 285px;
  position: relative;
}
.product-slide-1 .product-application .part-1 .part-inside {
  position: relative;
  width: calc(100% - 60px);
  height: 100%;
  overflow-y: auto;
  padding-right: 64px;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.product-slide-1 .product-application .part-1 .part-inside::-webkit-scrollbar {
  width: 11px;
  background-color: transparent;
}
.product-slide-1 .product-application .part-1 .part-inside::-webkit-scrollbar-thumb {
  background-color: #00b7ee;
  border-radius: 7px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
.product-slide-1 .product-application .part-1 .part-inside::-webkit-scrollbar-track {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 2px;
  background-color: #a0a0a0;
  background-clip: padding-box;
}
.product-slide-1 .product-application .part-1 .application-item {
  width: 300px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a0a0a0;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  line-height: 1.3em;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 0.5em;
}
.product-slide-1 .product-application .part-1 .application-item.current {
  font-family: "Tomkin-Medium";
  color: #00b7ee;
}
.product-slide-1 .product-application .part-1 .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 11px);
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff 100%);
  pointer-events: none;
  user-select: none;
}
.product-slide-1 .product-application .part-2 {
  width: 400px;
  display: flex;
  flex-direction: column;
  margin-left: 55px;
}
.product-slide-1 .product-application .part-2 .product-application-summary {
  color: #000000;
  font-family: "Tomkin-SemiLight";
  line-height: 1.5em;
  margin-bottom: 45px;
  max-height: 9em;
  overflow: hidden;
}
.product-slide-1 .product-application .part-2 .button {
  width: 210px;
  height: 60px;
  border-radius: 15px;
}
.product-slide-1 .product-application .right-img {
  margin-left: auto;
  /* height: 284px; */
  width: 33%;
  aspect-ratio: 1.54;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .product-slide-1 .product-application {
    flex-direction: column-reverse;
  }
  .product-slide-1 .product-application .part-1 {
    width: 100%;
    height: auto;
  }
  .product-slide-1 .product-application .part-1 .application-item {
    width: 100%;
    padding: 32px 0;
  }
  .product-slide-1 .product-application .part-1 .mask {
    display: none;
  }
  .product-slide-1 .product-application .part-2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4vw;
    margin-top: 3vw;
  }
  .product-slide-1 .product-application .part-2 .product-application-summary {
    width: 100%;
  }
  .product-slide-1 .product-application .part-2 .button {
    width: 30vw;
    height: 9vw;
    border-radius: 20px;
  }
  .product-slide-1 .product-application .right-img {
    width: 100%;
    margin-left: 0;
  }
}
.product-slide-1 .product-application .sp-content {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.product-slide-1 .product-application .sp-content .part-1 {
  height: auto;
  margin-bottom: 10px;
}
.product-slide-1 .product-application .sp-content .part-1 .part-inside {
  width: 100%;
  padding-right: 0;
}
.product-slide-1 .product-application .sp-content .part-1 .part-inside::-webkit-scrollbar {
  width: 0px;
}
.product-slide-1 .product-application .sp-content .application-item {
  width: auto;
  padding-bottom: 0;
  border-bottom: 0;
  color: #00b7ee;
}
.product-slide-1 .product-application .sp-content .mask {
  display: none;
}
.product-slide-1 .product-application .sp-content .part-2 {
  width: auto;
  margin-left: 0;
}

.full-video-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
.full-video-content .bg-img-1 {
  width: 85%;
  height: 75%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-video-content .bg-img-1 iframe,
.full-video-content .bg-img-1 video {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.full-video-content .bg-img-1 .exit {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #1454a2;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.full-video-content .bg-img-1 .exit img {
  width: 35%;
  object-fit: contain;
}

.full-img-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6980392157);
}
.full-img-content .bg-img-1 {
  width: 85%;
  height: 75%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.full-img-content .bg-img-1 .main-img {
  width: 100%;
  height: 100%;
  background-color: #000000;
  object-fit: contain;
}
.full-img-content .bg-img-1 .exit {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #1454a2;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.full-img-content .bg-img-1 .exit img {
  width: 35%;
  object-fit: contain;
}

.news-content {
  width: 100%;
  display: flex;
}
.news-content .inside {
  display: flex;
  flex-direction: column;
}
.news-content .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 100px 0 35px;
}
.news-content .slide-summary {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 60px;
}
.news-content .news-swiper {
  width: 100%;
}
.news-content .news-swiper .swiper-slide {
  width: 100%;
  height: 447px;
  background-color: #f5f5f5;
  display: flex;
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
}
.news-content .news-swiper .swiper-slide .left-img {
  width: 54%;
  height: 100%;
  overflow: hidden;
}
.news-content .news-swiper .swiper-slide .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-content .news-swiper .swiper-slide .left-img {
  flex-shrink: 0;
}
.news-content .news-swiper .swiper-slide .right-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 100px 30px 60px;
  box-sizing: border-box;
}
.news-content .news-swiper .swiper-slide .right-text .addtime {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 2vw;
}
.news-content .news-swiper .swiper-slide .right-text .title {
  line-height: 1.25em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 2vw;
  transition: all 0.3s;
}
.news-content .news-swiper .swiper-slide .right-text .summary {
  line-height: 1.4em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  overflow: hidden;
  height: 4.2em;
}
.news-content .news-swiper .swiper-slide .right-text .view-button {
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: auto;
}
.news-content .news-swiper .swiper-slide .right-text .view-button .trims-1 {
  color: #a5a5a5;
  font-family: "Tomkin-Medium";
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.news-content .news-swiper .swiper-slide .right-text .view-button .trims-1 img {
  filter: drop-shadow(300px 0 #a5a5a5);
  object-fit: contain;
  transform: translateX(-300px);
}
.news-content .news-swiper .swiper-slide .right-text .view-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.news-content .news-swiper .swiper-slide .right-text .view-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  z-index: 1;
}
.news-content .news-swiper .swiper-slide:hover .left-img img {
  transform: scale(1.1);
}
.news-content .news-swiper .swiper-slide:hover .right-text .title {
  color: #00b7ee;
}
.news-content .news-swiper .swiper-slide:hover .right-text .view-button::before {
  width: 100%;
}
.news-content .news-swiper .swiper-slide:hover .right-text .view-button .trims-1 {
  color: #00b7ee;
}
.news-content .news-swiper .swiper-slide:hover .right-text .view-button .trims-1 img {
  filter: drop-shadow(300px 0 #00b7ee);
}
.news-content .swiper-pagination {
  position: relative;
  bottom: 0;
}
.news-content .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  border-radius: 0;
}
.news-content .swiper-pagination .swiper-pagination-bullet-active {
  background: #00b7ee;
}
.news-content .news-list {
  margin-top: 50px;
  width: 100%;
  display: flex;
  gap: 65px 50px;
  align-items: stretch;
  flex-wrap: wrap;
}
.news-content .news-list .news-item {
  width: calc((100% - 130px) / 3);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.news-content .news-list .news-item .news-item-img {
  width: 100%;
  height: 214px;
  overflow: hidden;
}
.news-content .news-list .news-item .news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.news-content .news-list .news-item .news-item-text {
  display: flex;
  flex-direction: column;
  padding: 35px 20px 40px;
  box-sizing: border-box;
}
.news-content .news-list .news-item .news-item-text .news-item-addtime {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 2vw;
}
.news-content .news-list .news-item .news-item-text .news-item-title {
  line-height: 1.25em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 2vw;
  transition: all 0.3s;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-content .news-list .news-item .news-item-text .news-item-view-button {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-top: auto;
}
.news-content .news-list .news-item .news-item-text .news-item-view-button .trims-1 {
  color: #a5a5a5;
  font-family: "Tomkin-Medium";
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.news-content .news-list .news-item .news-item-text .news-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #a5a5a5);
  object-fit: contain;
  transform: translateX(-300px);
}
.news-content .news-list .news-item .news-item-text .news-item-view-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.news-content .news-list .news-item .news-item-text .news-item-view-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  z-index: 1;
}
.news-content .news-list .news-item:hover {
  transform: translateY(-30px);
}
.news-content .news-list .news-item:hover .news-item-img img {
  transform: scale(1.1);
}
.news-content .news-list .news-item:hover .news-item-text .news-item-title {
  color: #00b7ee;
}
.news-content .news-list .news-item:hover .news-item-text .news-item-view-button .trims-1 {
  color: #00b7ee;
}
.news-content .news-list .news-item:hover .news-item-text .news-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #00b7ee);
}
.news-content .news-list .news-item:hover .news-item-text .news-item-view-button::before {
  width: 100%;
}
.news-content .page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 110px 0 185px;
}
.news-content .page-button .page-prev,
.news-content .page-button .page-next {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 35px;
  cursor: pointer;
}
.news-content .page-button .page-prev a,
.news-content .page-button .page-prev span,
.news-content .page-button .page-next a,
.news-content .page-button .page-next span {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.news-content .page-button .page-number {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-content .page-button .page-number .click-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  line-height: 1;
  background-color: transparent;
  border-radius: 5px;
  margin: 0 12px;
  transition: all 0.3s;
}
.news-content .page-button .page-number .click-button.now {
  background-color: #00b7ee;
  color: #ffffff;
}
.news-content .page-button .page-number .click-button:hover {
  background-color: #00b7ee;
  color: #ffffff;
}

.read-detail-main {
  width: 100%;
  display: flex;
}
.read-detail-main .inside {
  display: flex;
  flex-direction: column;
}
.read-detail-main .read-title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-top: 100px;
  margin-bottom: 50px;
}
.read-detail-main .read-addtime {
  color: #000000;
  line-height: 1;
  font-family: "Tomkin-SemiLight";
}
.read-detail-main .read-html-content {
  display: block;
  padding-top: 55px;
  position: relative;
  font-size: 20px;
  font-family: "Tomkin-SemiLight";
  line-height: 1.6em;
  color: #000000;
}
.read-detail-main .read-html-content iframe,
.read-detail-main .read-html-content .mceItem-movie {
  width: 80%;
  aspect-ratio: 1.8;
  margin: 0 auto;
  background-color: #000000;
}
.read-detail-main .read-html-content img {
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.read-detail-main .read-html-content .trims-1 {
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
  position: relative;
  margin-bottom: 55px;
}
.read-detail-main .read-html-content .trims-1::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 125px;
  height: 6px;
  transform: translateY(-50%);
  content: "";
  z-index: 2;
  background-color: #00b7ee;
}
.read-detail-main .read-html-content .trims-1.sp {
  margin: 75px 0 125px;
}

.product-index-slide-1 {
  width: 100%;
  display: flex;
  padding-bottom: 190px;
}
.product-index-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.product-index-slide-1 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 75px 0 60px;
  text-align: center;
}
.product-index-slide-1 .slide-title.sp {
  text-align: left;
  margin: 2.8vw 0 5.46vw;
}
.product-index-slide-1 .slide-summary {
  line-height: 1.3;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  text-align: center;
  margin-bottom: 80px;
}
.product-index-slide-1 .trims-line {
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
  position: relative;
  margin-bottom: 75px;
}
.product-index-slide-1 .trims-line::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 125px;
  height: 6px;
  z-index: 2;
  background-color: #00b7ee;
}
.product-index-slide-1 .product-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.product-index-slide-1 .product-list .product-list-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 35px;
}
.product-index-slide-1 .product-list .product-list-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 75px;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item {
  width: calc((100% - 60px) / 3);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 28px;
  box-sizing: border-box;
  border: 1px solid #a0a0a0;
  transition: all 0.3s;
  border-radius: 15px;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-show-img {
  height: 60%;
  object-fit: contain;
  margin: auto 0;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-title {
  line-height: 1.3em;
  color: #000000;
  font-family: "Tomkin-Bold";
  transition: all 0.3s;
  flex-shrink: 0;
  max-height: 2.6em;
  overflow: hidden;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-weight {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  flex-shrink: 0;
  margin-top: 12px;
  transition: all 0.3s;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-view-button {
  width: 100%;
  height: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  flex-shrink: 0;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-view-button .trims-1 {
  color: #a5a5a5;
  font-family: "Tomkin-Medium";
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #a5a5a5);
  object-fit: contain;
  transform: translateX(-300px);
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-view-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item .product-item-view-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  z-index: 1;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover {
  border: 1px solid #00b7ee;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-title {
  color: #00b7ee;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-weight {
  color: #00b7ee;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-view-button {
  height: 30px;
  margin-top: 20px;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-view-button .trims-1 {
  color: #00b7ee;
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #00b7ee);
}
.product-index-slide-1 .product-list .product-list-main .product-list-item:hover .product-item-view-button::before {
  width: 100%;
}
.product-index-slide-1 .product-list-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.product-index-slide-1 .product-list-2 .product-content-item {
  width: 330px;
  aspect-ratio: 1.1508;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f5f5f5;
  border-top-right-radius: 30px;
  overflow: hidden;
}
.product-index-slide-1 .product-list-2 .product-content-item .top-img-content {
  width: 100%;
  height: calc(100% - 64px);
  position: relative;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.product-index-slide-1 .product-list-2 .product-content-item .top-img-content .top-item-title {
  line-height: 1.3em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  width: 45%;
  position: relative;
  z-index: 2;
}
.product-index-slide-1 .product-list-2 .product-content-item .top-img-content .bg-img-1 {
  object-position: 8% bottom;
}
.product-index-slide-1 .product-list-2 .product-content-item .top-img-content .product-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: calc(75% - 35px);
  height: calc(80% - 30px);
  object-fit: contain;
  object-position: center bottom;
  z-index: 2;
}
.product-index-slide-1 .product-list-2 .product-content-item .button-view {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  position: relative;
  padding: 0 30px 0 40px;
  box-sizing: border-box;
}
.product-index-slide-1 .product-list-2 .product-content-item .button-view::after {
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.product-index-slide-1 .product-list-2 .product-content-item .button-view .left-text {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  transition: all 0.3s;
}
.product-index-slide-1 .product-list-2 .product-content-item .button-view .right-trims {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 2px solid #7b7b7b;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
.product-index-slide-1 .product-list-2 .product-content-item .button-view .right-trims img {
  transform: translateX(-300px);
  filter: drop-shadow(300px 0 #7b7b7b);
  object-fit: contain;
}
.product-index-slide-1 .product-list-2 .product-content-item.y2 {
  aspect-ratio: 0.4888;
}
.product-index-slide-1 .product-list-2 .product-content-item.x2 {
  width: calc((100% - 105px) / 4 * 2 + 35px);
  aspect-ratio: 2.455;
}
.product-index-slide-1 .product-list-2 .product-content-item.x2 .product-img {
  object-position: right bottom;
}
.product-index-slide-1 .product-list-2 .product-content-item:hover .button-view::after {
  width: 100%;
}
.product-index-slide-1 .product-list-2 .product-content-item:hover .button-view .right-trims {
  border: 2px solid #00b7ee;
  background-color: #00b7ee;
}
.product-index-slide-1 .product-list-2 .product-content-item:hover .button-view .right-trims img {
  filter: drop-shadow(300px 0 #ffffff);
}
.product-index-slide-1 .product-list-2 .top-part {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 35px;
}
.product-index-slide-1 .product-list-2 .top-part .top-left-part {
  width: calc((100% - 35px) / 2);
  display: flex;
  gap: 35px;
}
.product-index-slide-1 .product-list-2 .top-part .top-left-part .product-content-item {
  width: calc((100% - 35px) / 2);
  aspect-ratio: 0.54;
}
.product-index-slide-1 .product-list-2 .top-part .top-left-part .product-content-item .product-img {
  right: -75px;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.product-index-slide-1 .product-list-2 .top-part .top-right-part {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}
.product-index-slide-1 .product-list-2 .top-part .top-right-part .product-content-item {
  width: calc((100% - 35px) / 2);
}
.product-index-slide-1 .product-list-2 .bottom-part {
  display: flex;
  align-items: stretch;
  gap: 35px;
  justify-content: space-between;
}

.forklift-top-banner {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  position: relative;
}
.forklift-top-banner .inside {
  height: 110px;
  position: relative;
  z-index: 2;
}
.forklift-top-banner .inside .link {
  color: #ffffff;
  opacity: 1;
}
.forklift-top-banner .inside .link.sp {
  color: #00b7ee;
}
.forklift-top-banner .inside.second {
  min-height: 711px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.forklift-top-banner .series-name {
  line-height: 1;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-top: 50px;
}
.forklift-top-banner .series-model {
  width: 55%;
  line-height: 1.3em;
  margin-top: 25px;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
}
.forklift-top-banner .trims-line {
  width: 37%;
  height: 1px;
  background-color: #a0a0a0;
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
}
.forklift-top-banner .trims-line::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 125px;
  height: 6px;
  z-index: 2;
  background-color: #00b7ee;
}
.forklift-top-banner .product-summary {
  width: 37%;
  color: #ffffff;
  line-height: 1.6em;
  font-family: "Tomkin-SemiLight";
  height: 12.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
}
.forklift-top-banner .weight-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  margin: 40px 0 30px;
}
.forklift-top-banner .weight-content img {
  margin-right: 15px;
}
.forklift-top-banner .weight-content .sp {
  font-family: "Tomkin-Medium";
  color: #00b7ee;
}
.forklift-top-banner .button {
  margin-bottom: 110px;
}
.forklift-top-banner .right-img {
  width: 57%;
  height: 88%;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  object-fit: contain;
  object-position: right bottom;
  z-index: 3;
}

.forklift-main-slide {
  width: 100%;
  display: flex;
  margin-top: 105px;
}
.forklift-main-slide .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.forklift-main-slide .left-nav {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  position: relative;
}
.forklift-main-slide .left-nav .nav-item {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  height: 45px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.forklift-main-slide .left-nav .now-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 45px;
  background-color: #00b7ee;
  z-index: 3;
  transition: all 0.3s;
}
.forklift-main-slide .left-nav::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #a0a0a0;
  content: "";
}
.forklift-main-slide .left-nav.fixed {
  position: fixed;
  top: 5vh;
}
.forklift-main-slide .right-text-content {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
}
.forklift-main-slide .right-text-content .normal-text-content {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  border-radius: 15px;
  padding: 60px 104px 80px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.forklift-main-slide .right-text-content .normal-text-content .content-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 30px;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .top-part {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  transition: all 0.3s;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .top-part .top-left-text {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  transition: all 0.3s;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .top-part .img-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .top-part .img-content img {
  filter: drop-shadow(300px 0 #a0a0a0);
  transform: translateX(-300px);
  object-fit: contain;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .bottom-part {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  overflow: hidden;
  padding: 0px 0 0px;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content .bottom-part b,
.forklift-main-slide .right-text-content .normal-text-content .feature-content .bottom-part strong {
  font-family: "Tomkin-Bold";
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content.click .top-part {
  border-bottom: 1px solid #00b7ee;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content.click .top-part .top-left-text {
  color: #00b7ee;
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content.click .top-part .img-content img {
  filter: drop-shadow(300px 0 #00b7ee);
  transform: rotate(180deg) translateX(-300px);
}
.forklift-main-slide .right-text-content .normal-text-content .feature-content.click .bottom-part {
  height: auto;
  padding: 15px 0 40px;
}
.forklift-main-slide .right-text-content .normal-text-content .detail-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 35px;
}
.forklift-main-slide .right-text-content .normal-text-content .detail-content .detail-content-item {
  width: calc((100% - 70px) / 3);
  display: flex;
  flex-direction: column;
}
.forklift-main-slide .right-text-content .normal-text-content .detail-content .detail-content-item .img-content {
  width: 100%;
  aspect-ratio: 1;
}
.forklift-main-slide .right-text-content .normal-text-content .detail-content .detail-content-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forklift-main-slide .right-text-content .normal-text-content .detail-content .detail-content-item .title-content {
  margin-top: 10px;
  line-height: 1.3em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.forklift-main-slide .right-text-content .normal-text-content .options-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 10px;
}
.forklift-main-slide .right-text-content .normal-text-content .options-content .options-content-item {
  width: 33.3%;
  height: 40px;
  background-color: #e5e5e5;
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  line-height: 1.4em;
}
.forklift-main-slide .right-text-content .normal-text-content .options-content .options-content-item::after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00b7ee;
  transform: translate(-50%, -50%);
  content: "";
}
.forklift-main-slide .right-text-content .normal-text-content .options-content .options-content-item:nth-child(6n+4), .forklift-main-slide .right-text-content .normal-text-content .options-content .options-content-item:nth-child(6n+5), .forklift-main-slide .right-text-content .normal-text-content .options-content .options-content-item:nth-child(6n+6) {
  height: 65px;
  background-color: transparent;
}
.forklift-main-slide .right-text-content .normal-text-content .other-img-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  position: relative;
  z-index: 2;
}
.forklift-main-slide .right-text-content .normal-text-content .other-img-content .other-img-item {
  width: calc((100% - 36px) / 3);
  aspect-ratio: 1.39;
  cursor: pointer;
}
.forklift-main-slide .right-text-content .normal-text-content .other-img-content .other-img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.forklift-main-slide .right-text-content .normal-text-content .trims-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-10%, -60%);
}
.forklift-main-slide .right-text-content .normal-text-content .trims-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(10%, 60%);
}

.industry-slide-main {
  width: 100%;
  display: flex;
}
.industry-slide-main .inside {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry-slide-main .slide-title {
  margin: 70px 0 45px;
  text-align: center;
  color: #000000;
  font-family: "Tomkin-Medium";
  line-height: 1;
}
.industry-slide-main .slide-summary {
  line-height: 1.3em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 80px;
}
.industry-slide-main .industry-list-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
  margin-bottom: 9.9vw;
}
.industry-slide-main .industry-list-content .industry-item {
  width: calc((100% - 100px) / 3);
  aspect-ratio: 0.86;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 15px;
  overflow: hidden;
}
.industry-slide-main .industry-list-content .industry-item .img-content {
  width: 100%;
  height: 54%;
  flex-shrink: 0;
  overflow: hidden;
}
.industry-slide-main .industry-list-content .industry-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.industry-slide-main .industry-list-content .industry-item .text-content {
  width: 100%;
  height: 46%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 38px 45px 30px;
}
.industry-slide-main .industry-list-content .industry-item .text-content .industry-item-title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.industry-slide-main .industry-list-content .industry-item .text-content .button {
  margin-top: auto;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #a0a0a0;
}
.industry-slide-main .industry-list-content .industry-item .text-content .button .button-inside {
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.industry-slide-main .industry-list-content .industry-item .text-content .button .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #000000);
}
.industry-slide-main .industry-list-content .industry-item:hover .img-content img {
  transform: scale(1.2);
}
.industry-slide-main .industry-list-content .industry-item:hover .text-content .button {
  outline: 1px solid #00b7ee;
  border: 1px solid transparent;
}
.industry-slide-main .industry-list-content .industry-item:hover .text-content .button .button-inside {
  color: #00b7ee;
}
.industry-slide-main .industry-list-content .industry-item:hover .text-content .button .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #00b7ee);
}

.industry-slide-main-2 {
  width: 100%;
  display: flex;
}
.industry-slide-main-2 .inside {
  display: flex;
  flex-direction: column;
}
.industry-slide-main-2 .industry-menu {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 22px;
  margin-top: 40px;
  margin-bottom: 80px;
}
.industry-slide-main-2 .industry-menu .industry-item {
  height: 50px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #000000;
  font-family: "Tomkin-Light";
  line-height: 1.3em;
  transition: all 0.3s;
  padding: 0px 25px;
  box-sizing: border-box;
  text-align: center;
}
.industry-slide-main-2 .industry-menu .industry-item.sp {
  border: 1px solid transparent;
  background-color: #00b7ee;
  color: #ffffff;
}
.industry-slide-main-2 .industry-menu .industry-item:hover {
  border: 1px solid transparent;
  background-color: #00b7ee;
  color: #ffffff;
}
.industry-slide-main-2 .trims-line {
  width: 100%;
  height: 1px;
  background-color: #a0a0a0;
  position: relative;
  margin-bottom: 75px;
}
.industry-slide-main-2 .trims-line::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 125px;
  height: 6px;
  z-index: 2;
  background-color: #00b7ee;
}
.industry-slide-main-2 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 35px;
}
.industry-slide-main-2 .slide-summary {
  line-height: 1.6em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.industry-slide-main-2 .industry-list-content {
  margin-top: 50px;
  width: 100%;
  display: flex;
  gap: 65px 50px;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 185px;
}
.industry-slide-main-2 .industry-list-content .industry-list-item {
  width: calc((100% - 130px) / 3);
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.0509803922);
  cursor: pointer;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text {
  display: flex;
  flex-direction: column;
  padding: 35px 20px 40px;
  box-sizing: border-box;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-title {
  line-height: 1.25em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 1vw;
  transition: all 0.3s;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-summary {
  line-height: 1.5em;
  color: #707070;
  font-family: "Tomkin-SemiLight";
  transition: all 0.3s;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-view-button {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  margin-top: 85px;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-view-button .trims-1 {
  color: #a5a5a5;
  font-family: "Tomkin-Medium";
  line-height: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #a5a5a5);
  object-fit: contain;
  transform: translateX(-300px);
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-view-button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #00b7ee;
  z-index: 2;
  transition: all 0.3s;
}
.industry-slide-main-2 .industry-list-content .industry-list-item .industry-item-text .industry-item-view-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  z-index: 1;
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover {
  transform: translateY(-30px);
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover .industry-item-img img {
  transform: scale(1.1);
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover .industry-item-text .industry-item-title {
  color: #00b7ee;
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover .industry-item-text .industry-item-view-button .trims-1 {
  color: #00b7ee;
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover .industry-item-text .industry-item-view-button .trims-1 img {
  filter: drop-shadow(300px 0 #00b7ee);
}
.industry-slide-main-2 .industry-list-content .industry-list-item:hover .industry-item-text .industry-item-view-button::before {
  width: 100%;
}

.industry-read-slide-1 {
  width: 100%;
  display: flex;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.industry-read-slide-1 .inside {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 3;
}
.industry-read-slide-1 .left-part {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 180px;
}
.industry-read-slide-1 .left-part .slide-title {
  width: 62%;
  color: #000000;
  font-family: "Tomkin-Medium";
  line-height: 1.2em;
  padding-bottom: 45px;
  position: relative;
}
.industry-read-slide-1 .left-part .slide-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 9px;
  content: "";
  background-color: #00b7ee;
}
.industry-read-slide-1 .left-part .slide-summary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.industry-read-slide-1 .left-part .slide-summary .left-text {
  width: 45%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.industry-read-slide-1 .left-part .slide-summary .left-text .this-type {
  width: min-content;
  display: flex;
  padding: 15px 25px;
  background-color: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
  color: #000000;
  font-family: "Tomkin-Bold";
  margin-bottom: 30px;
}
.industry-read-slide-1 .left-part .slide-summary .left-text .summary-main {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.industry-read-slide-1 .left-part .slide-summary .left-text img {
  width: 85%;
  object-fit: contain;
  border-top-right-radius: 50px;
  margin-top: 55px;
}
.industry-read-slide-1 .left-part .slide-summary .video-content {
  width: 45%;
  aspect-ratio: 1.57;
  display: flex;
  position: relative;
  border-radius: 15px;
}
.industry-read-slide-1 .left-part .slide-summary .right-img {
  width: 45%;
  aspect-ratio: 1.57;
  display: flex;
  position: relative;
  border-top-right-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .industry-read-slide-1 .left-part {
    width: 100%;
  }
  .industry-read-slide-1 .left-part .slide-summary {
    width: 100%;
  }
}
.industry-read-slide-1.sp .left-part {
  margin-bottom: 65px;
}
.industry-read-slide-1.sp .left-part .slide-summary {
  margin-top: 40px;
}
.industry-read-slide-1.sp .left-part .slide-summary .left-text {
  margin-top: 0;
}

.benefit-slide-1 {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 82px;
  overflow: hidden;
}
.benefit-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.benefit-slide-1 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 75px 0 55px;
}
.benefit-slide-1 .benefit-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
}
.benefit-slide-1 .benefit-list .benefit-item {
  width: calc((100% - 50px) / 2);
  aspect-ratio: 2.61;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 45px 55px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
.benefit-slide-1 .benefit-list .benefit-item .benefit-item-title {
  width: 70%;
  line-height: 1.3em;
  color: #000000;
  font-family: "Tomkin-Medium";
  position: relative;
  z-index: 3;
  text-overflow: ellipsis;
}
.benefit-slide-1 .benefit-list .benefit-item .benefit-item-summary {
  width: 80%;
  margin-top: 15px;
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  position: relative;
  z-index: 3;
}
.benefit-slide-1 .benefit-list .benefit-item .benefit-item-icon {
  position: absolute;
  top: 45px;
  right: 55px;
  z-index: 2;
}
.benefit-slide-1 .slide-trims {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  transform: translate(100%, 100%);
  animation: slide-trims-ani 18s infinite linear;
}

.system-slide-main {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  position: relative;
  padding-bottom: 82px;
  overflow: hidden;
}
.system-slide-main .inside {
  display: flex;
  flex-direction: column;
}
.system-slide-main .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 75px 0 55px;
}
.system-slide-main .slide-summary {
  font-family: "Tomkin-SemiLight";
  color: #000000;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.system-slide-main .bottom-img {
  width: 100%;
  margin-top: 4.8vw;
  margin-bottom: 8.3vw;
  object-fit: contain;
}

.fix-menu {
  position: fixed;
  right: 15px;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  z-index: 99;
}
.fix-menu .navTop {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.fix-menu .navTop img {
  width: 20px;
  object-fit: contain;
  filter: drop-shadow(500px 0 #898989);
  transform: translateX(-500px);
}
.fix-menu .navTop:hover {
  background-color: #002e73;
}
.fix-menu .navTop:hover img {
  filter: drop-shadow(500px 0 #ffffff);
}

.software-slide-1 {
  width: 100%;
  display: flex;
  margin-top: 60px;
}
.software-slide-1 .inside {
  display: flex;
  flex-direction: column;
}
.software-slide-1 .slide-title {
  font-family: "Tomkin-Bold";
  color: #000000;
  line-height: 1;
  margin-bottom: 75px;
}
.software-slide-1 .sibling-nav-list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.software-slide-1 .sibling-nav-list .sibling-nav-item {
  width: calc((100% - 90px) / 4);
  padding: 16px 0;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  border: 1px solid #a0a0a0;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.software-slide-1 .sibling-nav-list .sibling-nav-item.sp {
  background-color: #00b7ee;
  color: #ffffff;
  border: 1px solid #00b7ee;
}
.software-slide-1 .slide-top-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.6vw;
}
.software-slide-1 .slide-top-main .left-part {
  width: 52%;
  display: flex;
  flex-direction: column;
}
.software-slide-1 .slide-top-main .left-part .top-main-title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
}
.software-slide-1 .slide-top-main .left-part .top-main-summary {
  font-family: "Tomkin-SemiLight";
  line-height: 1.5em;
  color: #000000;
}
.software-slide-1 .slide-top-main .right-part {
  width: 39%;
  aspect-ratio: 1.78;
  overflow: hidden;
}
.software-slide-1 .slide-top-main .right-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-slide-1 .slide-bottom-main {
  width: 100%;
  display: flex;
  margin-top: 1.5vw;
  margin-bottom: 5.7vw;
}
.software-slide-1 .slide-bottom-main img {
  width: 100%;
  object-fit: contain;
}

.software-slide-2 {
  width: 100%;
  display: flex;
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.software-slide-2 .inside {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  padding-bottom: 55px;
}
.software-slide-2 .slide-title {
  margin-top: 80px;
  margin-bottom: 35px;
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.software-slide-2 .slide-summary {
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  margin-bottom: 35px;
}
.software-slide-2 .software-feature-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 25px;
  position: relative;
  padding-bottom: 55px;
}
.software-slide-2 .software-feature-list .software-feature-item {
  width: calc((100% - 75px) / 4);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.software-slide-2 .software-feature-list .software-feature-item .item-title {
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.software-slide-2 .software-feature-list .software-feature-item .item-summary {
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.software-slide-2 .software-feature-list::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 1px;
  content: "";
  background-color: #00b7ee;
}
.software-slide-2 .software-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.software-slide-2 .software-content .feature-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.software-slide-2 .software-content .feature-content .top-part {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #a0a0a0;
  transition: all 0.3s;
}
.software-slide-2 .software-content .feature-content .top-part .top-left-text {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  transition: all 0.3s;
}
.software-slide-2 .software-content .feature-content .top-part .img-content {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.software-slide-2 .software-content .feature-content .top-part .img-content img {
  filter: drop-shadow(300px 0 #a0a0a0);
  transform: translateX(-300px);
  object-fit: contain;
}
.software-slide-2 .software-content .feature-content .bottom-part {
  width: 100%;
  height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0px 0 0px;
}
.software-slide-2 .software-content .feature-content .bottom-part b,
.software-slide-2 .software-content .feature-content .bottom-part strong {
  font-family: "Tomkin-Bold";
}
.software-slide-2 .software-content .feature-content .bottom-part .top-content {
  width: 100%;
  display: flex;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 15px;
  margin-top: 35px;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item {
  width: calc((100% - 30px) / 3);
  background-color: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-top .title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-top img {
  width: 90px;
  object-fit: contain;
  margin-left: 5%;
  flex-shrink: 0;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-top {
  position: relative;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-top::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 76px;
  height: 1px;
  content: "";
  background-color: #00b7ee;
}
.software-slide-2 .software-content .feature-content .bottom-part .bottom-content .bottom-photo-item .bottom-photo-item-bottom {
  width: 100%;
  line-height: 1.55em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-top: 25px;
}
.software-slide-2 .software-content .feature-content.click .top-part {
  border-bottom: 0;
}
.software-slide-2 .software-content .feature-content.click .top-part .top-left-text {
  color: #00b7ee;
}
.software-slide-2 .software-content .feature-content.click .top-part .img-content img {
  filter: drop-shadow(300px 0 #00b7ee);
  transform: rotate(180deg) translateX(-300px);
}
.software-slide-2 .software-content .feature-content.click .bottom-part {
  height: auto;
  padding: 15px 0 40px;
  border-bottom: 1px solid #a0a0a0;
}
.software-slide-2 .bg-img-1.sp {
  width: auto;
  height: auto;
  left: unset;
  top: unset;
  right: 0;
  bottom: 0;
  transform: translateY(100px);
}

.software-slide-3 {
  width: 100%;
  display: flex;
  margin-top: 80px;
  margin-bottom: 9.8vw;
}
.software-slide-3 .inside {
  display: flex;
  gap: 60px;
}
.software-slide-3 .more-page-item {
  width: calc((100% - 120px) / 3);
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.software-slide-3 .more-page-item .item-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 45px;
}
.software-slide-3 .more-page-item .top-img {
  width: 100%;
  height: 333px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.software-slide-3 .more-page-item .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-slide-3 .more-page-item .bottom-menu {
  width: 100%;
  height: 280px;
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.software-slide-3 .more-page-item .bottom-menu .button {
  width: 85%;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 25px 0;
  background-color: transparent;
  outline: 1px solid #cacaca;
}
.software-slide-3 .more-page-item .bottom-menu .button .button-inside {
  color: #000000;
}
.software-slide-3 .more-page-item .bottom-menu .button .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #000000);
}
.software-slide-3 .more-page-item .bottom-menu .button:last-of-type {
  margin-bottom: 0;
}
.software-slide-3 .more-page-item .bottom-menu .button:hover {
  outline: 1px solid #00b7ee;
}
.software-slide-3 .more-page-item .bottom-menu .button:hover .button-inside {
  color: #00b7ee;
}
.software-slide-3 .more-page-item .bottom-menu .button:hover .button-inside .button-trims img {
  filter: drop-shadow(300px 0 #00b7ee);
}

.software-other-1 {
  width: 100%;
  display: flex;
}
.software-other-1 .inside {
  display: flex;
  flex-direction: column;
}
.software-other-1 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  padding: 60px 0 50px;
  position: relative;
  margin-bottom: 50px;
}
.software-other-1 .slide-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 108px;
  height: 9px;
  content: "";
  background-color: #00b7ee;
}
.software-other-1 .slide-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 5.7vw;
}
.software-other-1 .slide-main .summary {
  width: 100%;
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
  margin-bottom: 2.6em;
}
.software-other-1 .slide-main .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 18px;
}
.software-other-1 .slide-main .list .list-item {
  width: calc((100% - 36px) / 3);
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 30px 45px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.software-other-1 .slide-main .list .list-item .img-content {
  width: 100%;
  aspect-ratio: 1.71;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}
.software-other-1 .slide-main .list .list-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-other-1 .slide-main .list .list-item .list-item-title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin-bottom: 15px;
}
.software-other-1 .slide-main .list .list-item .list-item-summary {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}

.software-other-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 105px;
}
.software-other-2 .inside {
  display: flex;
  flex-direction: column;
}
.software-other-2 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 60px 0 20px;
}
.software-other-2 .slide-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.software-other-2 .slide-main .left-part {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.software-other-2 .slide-main .left-part .summary-main {
  width: 100%;
  line-height: 1.5em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  position: relative;
}
.software-other-2 .slide-main .left-part .summary-main::after {
  position: absolute;
  top: -45px;
  left: 0;
  content: "";
  width: 108px;
  height: 9px;
  background-color: #00b7ee;
}
.software-other-2 .slide-main .left-part .feature-list {
  margin-top: 55px;
  width: 100%;
  display: flex;
  align-self: stretch;
  gap: 15px;
}
.software-other-2 .slide-main .left-part .feature-list .feature-item {
  width: calc((100% - 45px) / 4);
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  box-sizing: border-box;
}
.software-other-2 .slide-main .left-part .feature-list .feature-item .img-content {
  display: flex;
  overflow: hidden;
}
.software-other-2 .slide-main .left-part .feature-list .feature-item .img-content img {
  transform: translateX(-1200px);
  filter: drop-shadow(1200px 0 #00b7ee);
  object-fit: contain;
}
.software-other-2 .slide-main .left-part .feature-list .feature-item .item-title {
  margin-top: 1em;
  line-height: 1.2em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  text-align: center;
}
.software-other-2 .slide-main .right-part {
  height: 391px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
.software-other-2 .slide-main .right-part img {
  height: 100%;
  object-fit: contain;
}
.software-other-2 .slide-main.sp {
  align-items: center;
}

.software-other-slide-2 {
  width: 100%;
  display: flex;
  margin-bottom: 120px;
}
.software-other-slide-2 .inside {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.software-other-slide-2 .slide-item {
  width: 100%;
  padding: 70px 0;
  background-color: #f5f5f5;
}
.software-other-slide-2 .slide-item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.software-other-slide-2 .slide-item .img-part {
  width: 48%;
  height: 322px;
  border-radius: 15px;
  overflow: hidden;
}
.software-other-slide-2 .slide-item .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-other-slide-2 .slide-item .text-part {
  width: 46%;
  display: flex;
  flex-direction: column;
}
.software-other-slide-2 .slide-item .text-part .title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
}
.software-other-slide-2 .slide-item .text-part .summary {
  display: flex;
  flex-direction: column;
}
.software-other-slide-2 .slide-item .text-part .summary p {
  padding-left: 16px;
  line-height: 1.2em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  position: relative;
  margin-bottom: 0.8em;
}
.software-other-slide-2 .slide-item .text-part .summary p::after {
  position: absolute;
  top: 10px;
  left: 8px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #00b7ee;
}
.software-other-slide-2 .slide-item:nth-child(2n) {
  background-color: #ffffff;
}
.software-other-slide-2 .slide-item:nth-child(2n) .content {
  flex-direction: row-reverse;
}

.software-other-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 70px;
}
.software-other-3 .slide-title {
  line-height: 1;
  color: #000000;
  font-family: "Tomkin-Medium";
  position: relative;
  margin: 60px auto 80px;
  padding-bottom: 60px;
}
.software-other-3 .slide-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 108px;
  height: 9px;
  background-color: #00b7ee;
}
.software-other-3 .list-part {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 35px;
  margin-bottom: 90px;
}
.software-other-3 .list-part .list-item {
  width: calc((100% - 70px) / 3);
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.software-other-3 .list-part .list-item .img-content {
  width: 100%;
  aspect-ratio: 1.87;
  border-radius: 10px;
  overflow: hidden;
}
.software-other-3 .list-part .list-item .img-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-other-3 .list-part .list-item .list-item-title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin: 25px 0 20px;
}
.software-other-3 .list-part .list-item .list-item-summary {
  line-height: 1.5em;
  color: #000000;
  font-family: "Tomkin-SemiLight";
}
.software-other-3 .center-text {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 35px 0 25px;
}
.software-other-3 .center-text .center-title {
  line-height: 1.2em;
  color: #ffffff;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.software-other-3 .center-text .center-summary {
  width: 55%;
  color: #ffffff;
  font-family: "Tomkin-SemiLight";
  line-height: 1.5em;
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  z-index: 2;
}
.software-other-3 .center-text .center-summary::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 76px;
  height: 1px;
  background-color: #00b7ee;
  content: "";
}
.software-other-3 .slide-item {
  width: 100%;
  padding: 70px 0;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.software-other-3 .slide-item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.software-other-3 .slide-item .img-part {
  width: 48%;
  height: 322px;
  border-radius: 15px;
  overflow: hidden;
}
.software-other-3 .slide-item .img-part img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.software-other-3 .slide-item .text-part {
  width: 46%;
  display: flex;
  flex-direction: column;
}
.software-other-3 .slide-item .text-part .title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
}
.software-other-3 .slide-item .text-part .summary {
  display: flex;
  flex-direction: column;
  font-family: "Tomkin-SemiLight";
  line-height: 1.2em;
}
.software-other-3 .slide-item .text-part .summary p {
  padding-left: 16px;
  line-height: 1.2em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  position: relative;
  margin-bottom: 0.8em;
}
.software-other-3 .slide-item .text-part .summary p::after {
  position: absolute;
  top: 10px;
  left: 8px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #00b7ee;
}
.software-other-3 .slide-item .text-part .summary p.sp b {
  line-height: 2em;
}
.software-other-3 .slide-item .text-part .summary p.sp::after {
  top: 16px;
}
.software-other-3 .slide-item .text-part .summary.sp {
  line-height: 1.6em;
}
.software-other-3 .slide-item .text-part .summary.sp p {
  line-height: 1.6em;
}
.software-other-3 .slide-item.sp .content {
  flex-direction: row-reverse;
}

.software-slide-4 {
  width: 100%;
  background-color: #f5f5f5;
  padding: 70px 0;
  margin-bottom: 110px;
}
.software-slide-4 .inside {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.software-slide-4 .item-1 {
  display: flex;
  flex-direction: column;
}
.software-slide-4 .item-1 .title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
}
.software-slide-4 .item-1 .summary {
  display: flex;
  flex-direction: column;
}
.software-slide-4 .item-1 .summary p {
  padding-left: 16px;
  line-height: 1.2em;
  font-family: "Tomkin-SemiLight";
  color: #000000;
  position: relative;
  margin-bottom: 0.8em;
}
.software-slide-4 .item-1 .summary p::after {
  position: absolute;
  top: 10px;
  left: 8px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #00b7ee;
}
.software-slide-4 .item-1 .summary p.sp b {
  line-height: 2em;
}
.software-slide-4 .item-1 .summary p.sp::after {
  top: 16px;
}
.software-slide-4 .line {
  width: 1px;
  background-color: #00b7ee;
  margin: 0 150px;
}

.software-inspection-1 {
  width: 100%;
  position: relative;
  display: flex;
  padding: 70px 0;
}
.software-inspection-1 .inside {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px 75px;
  position: relative;
  z-index: 2;
}
.software-inspection-1 .inside .list-item {
  width: calc((100% - 150px) / 3);
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.software-inspection-1 .inside .list-item .title {
  line-height: 1.2em;
  color: #00b7ee;
  font-family: "Tomkin-Medium";
  margin-bottom: 25px;
}
.software-inspection-1 .inside .list-item .summary {
  display: flex;
  flex-direction: column;
}
.software-inspection-1 .inside .list-item .summary p {
  padding-left: 16px;
  line-height: 1.2em;
  font-family: "Tomkin-SemiLight";
  color: #ffffff;
  position: relative;
  margin-bottom: 0.8em;
}
.software-inspection-1 .inside .list-item .summary p::after {
  position: absolute;
  top: 10px;
  left: 8px;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 50%;
  background-color: #00b7ee;
}

.software-inspection-2 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.software-inspection-2 .inside {
  display: flex;
  flex-direction: column;
}
.software-inspection-2 .slide-title {
  line-height: 1.2em;
  color: #000000;
  font-family: "Tomkin-Medium";
  margin: 110px 0 30px;
}
.software-inspection-2 .slide-summary {
  font-family: "Tomkin-SemiLight";
  color: #000000;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.software-inspection-2 .bottom-img {
  width: 100%;
  margin-bottom: 9.7vw;
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */