@charset "utf-8";

/* Base */
* {
  line-height: 1.1;
}
.section {
  height: 100vh;
}
#finalScroll {
  max-height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .section {
    display: block !important;
    height: auto !important;
  }
  .section .fp-tableCell {
    display: block !important;
    height: auto !important;
  }
  #finalScroll {
    max-height: none !important;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.swiper video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper1 .swiper-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.swiper1 .swiper-slide-active {
  opacity: 1;
}
.swiper .slide-move {
  position: absolute;
  bottom: 100px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1000;
  max-width: 1400px;
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
}
.swiper .slide-move .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: initial;
}
.swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background: none;
}
.swiper-pagination-bullet::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
}
.swiper-pagination-bullet .path {
  stroke-dasharray: 113.097;
  stroke-dashoffset: 113.097;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  transform: rotate(-90deg);
  transform-origin: center;
  display: none;
}
.swiper-pagination-bullet-active .path {
  display: block;
  animation: dash 12.5s linear forwards;
}
@keyframes dash {
  from {
    stroke-dashoffset: 113.097;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes plus {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.main-visual .slide-counter {
  font-size: 12px;
  margin: 0 0 0 60px;
}
.main-visual .slide-counter .top-total {
  color: #707070;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.slide-zoom.swiper-slide-active img {
  animation: zoomIn 7s ease-out forwards;
}

.swiper2 {
  overflow: visible;
}
.swiper2 {
  margin-left: 385px;
}
.swiper2::before {
  content: "";
  width: 1000vw;
  height: calc(100% + 40px);
  position: absolute;
  background-color: #fff;
  right: 100%;
  top: -20px;
  z-index: 10;
}

.fp-scroller {
  height: 100%;
}

/* fullpage */
.banner_text {
  position: absolute;
  bottom: 218px;
  z-index: 1000;
  color: #fff;
  max-width: 1400px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 95px 0 0;
}
.banner_text p {
  font-size: 29px;
  font-weight: 600;
  font-family: var(--font-primary);
  margin: 0 0 23px;
}
.banner_text h1 {
  font-size: 80px;
  font-weight: 600;
  font-family: var(--font-secondary);
  line-height: 1.125;
}

/* :lang(en) .banner_text h1{font-size: 36px;} */
@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .swiper .slide-move {
    max-width: calc(100% - 30px);
    width: 720px;
  }

  .swiper2 {
    margin-left: 0;
  }
  .swiper2::before {
    display: none;
  }

  .banner_text {
    max-width: calc(100% - 30px);
    width: 720px;
  }
  .banner_text p {
    font-size: 18px;
    margin: 0 0 23px;
  }
  .banner_text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .swiper .slide-move {
    bottom: 100px !important;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }

  .banner_text {
    max-width: 100%;
    width: 100%;
    bottom: 45%;
    transform: translate(-50%);
    text-align: center;
  }
  .banner_text p {
    font-size: 18px;
    margin: 0 0 23px;
  }
  .banner_text h1 {
    font-size: 40px;
  }
}

.section_top {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.section_top h2 {
  display: block;
  width: 440px;
  font-size: 65px;
  font-weight: 500;
  font-family: var(--font-primary);
}
.section_top h2 strong {
  font-size: 65px;
  font-family: var(--font-primary);
}
.section_top h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0c00ae;
  font-family: var(--font-primary);
}
.section_top .explanation {
  line-height: 1.66;
  margin: 23px 0 0;
  font-size: 18px;
  font-family: var(--font-primary);
  font-weight: 500;
  word-break: keep-all;
}
.section_top div {
  width: calc(100% - 240px);
}

.section_bottom {
  text-align: center;
}
.section_bottom strong {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.section_bottom p {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--font-primary);
  color: #fff;
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}

@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .business_areas {
    gap: 0;
    display: block !important;
  }
  .section_top {
    max-width: calc(100% - 30px);
    margin: 0 auto 70px;
    width: 720px;
  }
  .section_top h2 {
    width: 240px;
    font-size: 40px;
  }
  .section_top h2 strong {
    font-size: 40px;
  }
  .section_top h3 {
    font-size: 24px;
  }
  .section_top .explanation {
    margin: 23px 0 0;
    font-size: 18px;
  }

  .section_bottom {
    text-align: center;
  }
  .section_bottom strong {
    font-size: 36px;
  }
  .section_bottom p {
    font-size: 20px;
    max-width: 180px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section_top {
    flex-direction: column;
  }
  .section_top h2 {
    width: 100%;
    font-size: 29px;
  }
  .section_top h2 strong {
    font-size: 29px;
  }
  .section_top h2 br {
    display: none;
  }
  .section_top h3 {
    font-size: 22px;
    line-height: 1.5;
  }
  .section_top .explanation {
    font-size: 16px;
  }
  .section_top div {
    width: 100%;
    margin-top: 40px;
  }

  .section_bottom {
    flex-direction: column;
  }
  .section_bottom .system_left {
    min-height: 250px;
    gap: 25px;
  }
  .section_bottom .system_right {
    min-height: 250px;
    gap: 25px;
  }
  .section_bottom strong {
    font-size: 28px;
  }
  .section_bottom p {
    font-size: 18px;
    max-width: 160px;
    width: 100%;
  }
}

.effect_bg:has(.product) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  padding: 95px 0 0;
  overflow: visible;
}
.product h2 {
  font-weight: 700;
}
.product .explanation {
  margin: 0;
  color: #717171;
  letter-spacing: -0.3px;
  width: calc(100% - 240px);
}
.product .section_bottom {
  margin: 67px 0 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product .section_bottom.moView {
  display: none;
}
.product .swiper {
  margin-right: inherit;
  padding-bottom: 2px;
}
.product img {
  width: 366px;
  height: 595px;
}
.product .swiper-slide div {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.product .swiper-slide div p {
  font-size: 32px;
  font-weight: bold;
  max-width: inherit;
  padding: 0;
  font-family: var(--font-primary);
  font-weight: 700;
}
.product .swiper-slide div .product-title {
  font-size: 20px;
  color: #0090ff;
  margin: 0 0 12px 0;
}
.product .my-prev {
  background: url(../images/swiper-arrow-left.png) no-repeat center;
  background-size: cover;
  max-width: 48px;
  width: 100%;
  height: 47px;
  font-size: 0;
}
.product .my-next {
  background: url(../images/swiper-arrow-right.png) no-repeat center;
  background-size: cover;
  max-width: 48px;
  width: 100%;
  height: 47px;
  font-size: 0;
}
.controller.container {
  z-index: 1000;
  position: relative;
  top: 0;
}
.product-controller {
  max-width: 243px;
  width: 100%;
  align-items: center;
  margin-top: -49px;
  position: relative;
  z-index: 1001;
}
.product-controller .current {
  font-size: 18px;
  color: #0c00ae;
  font-weight: 700;
  font-family: var(--font-primary);
}
.product-controller .total {
  font-size: 18px;
  color: #c2c2c2;
  font-weight: 500;
  font-family: var(--font-primary);
}
.product .swiper-slide {
  width: 366px;
}

@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .effect_bg:has(.product) {
    display: block;
  }
  .product {
    padding: 95px 0 120px;
    overflow: hidden;
  }
  .product .my-prev {
    max-width: 31px;
    height: 30px;
  }
  .product .my-next {
    max-width: 31px;
    height: 30px;
  }
  .product-controller {
    max-width: 100%;
    margin-top: 50px;
    justify-content: center;
  }
  .product-controller .swiper-pagination-custom {
    width: 130px;
  }
  .product-controller .current {
    font-size: 16px;
  }
  .product-controller .total {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product .explanation {
    width: 100%;
    margin: 23px 0 0;
  }
  .product .section_bottom.moViewN {
    display: none;
  }
  .product .section_bottom.moView {
    display: block;
  }
  .product .section_bottom.moView .item {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .product .section_bottom.moView .item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
  }
  .product .section_bottom.moView .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .section_bottom.moView .item div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
  }
  .product .section_bottom.moView .item div p {
    font-size: 22px;
    font-weight: bold;
    max-width: inherit;
    padding: 0;
    font-family: var(--font-primary);
    font-weight: 700;
  }
  .product .section_bottom.moView .item div .product-title {
    font-size: 16px;
    color: #0090ff;
    margin: 0 0 12px 0;
  }
}

.section-rd {
  background: url(../images/rd-bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-rd .rd {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 95px 0;
}
.section-rd .rd .section_top {
  margin: 128px auto 0;
}
.section-rd .rd h2 {
  font-family: var(--font-secondary);
}
.section-rd .explanation {
  margin: 0;
  width: calc(100% - 240px);
}
.section-rd .box-wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.section-rd .box {
  backdrop-filter: blur(10px) brightness(90%);
  -webkit-backdrop-filter: blur(10px) brightness(90%);
  background-color: rgba(0, 0, 0, 0.2);
  padding: 30px 0 30px 31px;
  border-radius: 10px;
  max-width: 434px;
  width: 100%;
}
.section-rd .box .number {
  background-color: #0053e1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px 0 0;
}
.section-rd .box strong {
  font-size: 24px;
  font-family: var(--font-primary);
  line-height: 1;
}
.section-rd .box p {
  font-size: 19px;
  margin: 8px 0 0;
  font-family: var(--font-primary);
  line-height: 1.58;
}

/* en */
:lang(en) .section-rd .box strong {
  line-height: 1.3;
}
:lang(en) .quality_areas .quality_areas_left .txt-box h4 {
  line-height: 1.5;
}
:lang(en) .quality_areas .diagram .active h4 {
  font-size: 18px;
}
:lang(en) .section-rd .box {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 30px;
}
:lang(en) .section-rd .box .number {
  margin: 0;
  margin-bottom: 6px;
}
:lang(en) .quality_areas .quality_areas_left {
  gap: 40px;
}
@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .section-rd .rd {
    gap: 150px;
  }
  .section-rd .rd .section_top {
    margin: 0 auto;
  }
  .section-rd .box-wrapper {
    max-width: calc(100% - 30px);
    width: 720px;
    gap: 30px;
  }
  .section-rd .box {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }
  .section-rd .box div {
    text-align: center;
  }
  .section-rd .box .number {
    margin: 0 0 20px;
  }
  .section-rd .box strong {
    font-size: 20px;
    width: 260px;
  }
  .section-rd .box p {
    font-size: 16px;
    line-height: 1.25;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section-rd .explanation {
    width: 100%;
    margin: 23px 0 0;
  }
  .section-rd .box-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .section-rd .box {
    flex-direction: row;
    align-items: center;
    padding: 30px;
  }
  .section-rd .box div {
    text-align: left;
  }
  .section-rd .box .number {
    margin: 0 20px 0 0;
  }
  .section-rd .box p {
    margin: 8px 0 0;
  }
  :lang(en) .section-rd .box div {
    text-align: center;
  }
  :lang(en) .section-rd .box .number {
    margin-bottom: 8px;
  }
}

.quality_areas {
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.quality_areas .section_top {
  margin: 0 auto;
  align-items: flex-end;
}
.quality_areas .section_top h2 {
  width: 540px;
}
.quality_areas .section_top div {
  width: calc(100% - 540px);
}
.quality_areas .section_top h3 {
  line-height: 1.5;
}

.quality_areas .section_bottom {
  margin: 60px auto 0;
  text-align: left;
}
.quality_areas .quality_areas_left {
  width: 540px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quality_areas .quality_areas_left .txt-box h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--font-primary);
}
.quality_areas .quality_areas_left .txt-box p {
  max-width: 100%;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  margin: 10px 0 0;
  font-family: var(--font-primary);
}
.quality_areas .quality_areas_left .txt-box .icons {
  display: flex;
  align-items: center;
  gap: 13px;
}
.quality_areas .quality_areas_left .txt-box .icons img {
  mix-blend-mode: multiply !important;
  isolation: isolate;
  position: relative;
  z-index: 1;
}

.quality_areas .diagram {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quality_areas .diagram .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.quality_areas .diagram .circle:nth-child(2) {
  background-image: linear-gradient(to right, #0090ff, #0587f5);
}
.quality_areas .diagram .circle:nth-child(3) {
  background-image: linear-gradient(to right, #0f73e0, #146bd7);
}
.quality_areas .diagram .circle:nth-child(4) {
  background-image: linear-gradient(to right, #1f58c1, #234fb8);
}
.quality_areas .diagram .circle:nth-child(5) {
  background-image: linear-gradient(to right, #2e3ba2, #33349a);
}
.quality_areas .diagram .active {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}
.quality_areas .diagram .active p {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-primary);
  color: #fff;
}
.quality_areas .diagram .active h4 {
  font-size: 34px;
  font-weight: 700;
  font-family: var(--font-primary);
  color: #fff;
  padding-bottom: 10px;
}
.quality_areas .diagram .active.sub {
  background-color: var(--blue);
}
.quality_areas .diagram .active.main {
  background-color: var(--navy);
}

.quality_areas .partner-list {
  width: calc(100% - 540px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.quality_areas .partner-list li a {
  width: 100%;
  height: 90px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
}
.quality_areas .partner-list li img {
  width: auto;
  height: 25px;
  object-fit: contain;
}

.quality_areas .partner-list li:nth-child(4) img {
  height: 40px;
}
.quality_areas .partner-list li:nth-child(5) img {
  height: 30px;
}
.quality_areas .partner-list li:nth-child(6) img {
  height: 50px;
}
.quality_areas .partner-list li:nth-child(7) img {
  height: 20px;
}
.quality_areas .partner-list li:nth-child(9) img {
  height: 20px;
}
.quality_areas .partner-list li:nth-child(14) img {
  height: 50px;
}
.quality_areas .partner-list li:nth-child(15) img {
  height: 40px;
}
:lang(en) .quality_areas .quality_areas_left .txt-box p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .quality_areas {
    padding: 95px 0;
  }
  .quality_areas .section_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .quality_areas .section_top h2 {
    width: 100%;
  }
  .quality_areas .section_top div {
    width: 100%;
    margin-top: 20px;
  }

  .quality_areas .section_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .quality_areas .quality_areas_left {
    width: 100%;
  }
  .quality_areas .quality_areas_left .txt-box .icons {
    justify-content: flex-start;
  }
  .quality_areas .quality_areas_left .txt-box div {
    display: flex;
    justify-content: space-between;
  }
  .quality_areas .diagram {
    margin: 60px auto;
  }
  .quality_areas .partner-list {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .quality_areas .section_top h3 br {
    display: block;
  }
  .quality_areas .quality_areas_left .txt-box div {
    display: block;
  }
  .quality_areas .diagram {
    gap: 10px;
  }
  .quality_areas .diagram .circle {
    width: 8px;
    height: 8px;
  }
  .quality_areas .diagram .active {
    width: 100px;
    height: 100px;
  }
  .quality_areas .diagram .active p {
    font-size: 14px;
  }
  .quality_areas .diagram .active h4 {
    font-size: 20px;
  }
  .quality_areas .partner-list {
    grid-template-columns: repeat(3, 1fr);
  }
  /* .quality_areas .partner-list li {height: 60px;} */
  :lang(en) .quality_areas .diagram .active {
    width: 115px;
    height: 115px;
  }
}

.section-final {
  color: #fff;
  overflow: hidden;
  display: block;
}
.final {
  background: url(../images/final-bg.png) no-repeat center;
  background-size: cover;
  font-family: "Poppins";
  padding: 300px 0 217px;
}
.final .container--wide > .flex {
  align-items: flex-end;
}
.final-left strong {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.23;
  font-family: var(--font-primary);
}
.final-left p {
  font-size: 22px;
  line-height: 1.8;
  margin: 24px 0 0;
  font-family: var(--font-primary);
  word-break: keep-all;
}
.view-box {
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 0 auto;
  text-align: left;
}
.view-box-top {
  justify-content: flex-end;
  flex-direction: column;
}
.view-box strong {
  font-size: 28px;
  font-weight: 600;
  font-family: var(--font-primary);
}
.view-box .more {
  align-items: center;
  justify-content: space-between;
  margin: 76px 0 0;
}
.view-box .more p {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-primary);
}
.view-box .more img {
  cursor: pointer;
}
.view-inner-box {
  padding: 43px 40px 52px;
  width: 286px;
  height: 290px;
  background-color: #0044bb;
  text-align: left;
}
.view-inner-box > p {
  margin: 12px 0 0;
  line-height: 1.57;
  font-family: var(--font-primary);
  color: #c9c9c9;
}
.view-box-bottom .view-inner-box:first-child {
  background-color: #3f3f3f;
}
.view-box-bottom .view-inner-box:last-child {
  background-color: #0c00ae;
}
:lang(en) .view-box .more {
  margin: 0;
  margin-top: auto;
}
:lang(en) .view-inner-box {
  display: flex;
  flex-direction: column;
}
@media (hover: hover) {
}
@media screen and (max-width: 1399px) {
  .final {
    padding: 95px 0 120px;
  }
  .final .container--wide > .flex {
    flex-direction: column;
    align-items: normal;
  }
  .final-left strong {
    font-size: 40px;
  }
  .final-left p {
    font-size: 18px;
    line-height: 1.5;
  }
  .view-box {
    flex-direction: row;
    align-items: flex-end;
    margin: 80px 0 0;
    text-align: left;
  }
  .view-inner-box {
    padding: 40px 30px;
    width: 240px;
    text-align: left;
    height: 300px;
  }
  .view-inner-box > p {
    margin: 12px 0 0;
    height: 70px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 767px) {
  .final-left strong {
    font-size: 30px;
  }
  .final-left p {
    font-size: 16px;
  }
  .view-box {
    flex-direction: column;
    margin: 120px 0 0;
    align-items: normal;
  }
  .view-box strong {
    font-size: 22px;
  }
  .view-box .more {
    justify-content: flex-end;
    margin: 30px 0 0;
  }
  .view-box .more img {
    margin-left: 15px;
    width: 20px;
    height: 20px;
  }
  .view-box-bottom {
    flex-direction: column;
  }
  .view-inner-box {
    padding: 30px;
    width: 100%;
    height: auto;
  }
  .view-inner-box > p {
    height: auto;
  }
}
