@charset "UTF-8";
.ib_carousel_015 .angle svg, .ib_carousel_015 .textBox .title, .ib_carousel_015 .dataList::before, .serviceList .hover, .applicationList .title, .applicationList .applicationItem, .ib_banner_005 .controlBox, .ib_banner_005 .bannerVideo .videoBtn, .ib_banner_005 .bannerVideo, .ib_banner_005 .dataList .Txt, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 800px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 88vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #0070c0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .popWin .close:hover {
    background-color: #0070c0;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.ib_banner_005 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .ib_banner_005 {
    padding-bottom: 30px;
    background-color: #edf0f2;
  }
}
.ib_banner_005::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 240px;
  background-color: #edf0f2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_banner_005::before {
    display: none;
  }
}
.ib_banner_005 .wrap {
  max-width: 1870px;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 1499px) {
  .ib_banner_005 .wrap {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .wrap {
    padding: 0;
  }
}
.ib_banner_005 .dataBox {
  position: relative;
}
.ib_banner_005 .dataList {
  position: relative;
}
.ib_banner_005 .dataList .slick-list {
  overflow: visible;
}
.ib_banner_005 .dataList .dataItem {
  position: relative;
}
.ib_banner_005 .dataList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1280px) {
  .ib_banner_005 .dataList .item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_banner_005 .dataList .leftBox {
  position: relative;
  width: 545px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 3.875rem;
}
@media (max-width: 1799px) {
  .ib_banner_005 .dataList .leftBox {
    width: 610px;
  }
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .leftBox {
    width: 40%;
    padding-top: 2.25rem;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .leftBox {
    width: 100%;
    padding: 30px 30px;
    background-color: #fff;
  }
}
.ib_banner_005 .dataList .Txt {
  position: relative;
  opacity: 0;
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .Txt {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .Txt {
    max-width: 590px;
  }
}
.ib_banner_005 .dataList .Txt .subtitle {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #444444;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .Txt .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .ib_banner_005 .dataList .Txt .subtitle {
    font-size: 15px;
  }
}
.ib_banner_005 .dataList .Txt .subtitle + .title {
  margin-top: 1.5rem;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .Txt .subtitle + .title {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .Txt .subtitle + .title {
    margin-top: 0.625rem;
  }
}
.ib_banner_005 .dataList .Txt .title {
  font-size: 58px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  color: #000000;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .Txt .title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .Txt .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .ib_banner_005 .dataList .Txt .title {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .ib_banner_005 .dataList .Txt .title {
    font-size: 30px;
  }
}
.ib_banner_005 .dataList .Txt .btnBox {
  margin-top: 2.25rem;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .Txt .btnBox {
    margin-top: 1.5rem;
  }
}
.ib_banner_005 .dataList .introBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-right: -28.5%;
  margin-top: 4.5rem;
  z-index: 1;
}
@media (max-width: 1799px) {
  .ib_banner_005 .dataList .introBox {
    margin-right: -13%;
    margin-top: 3rem;
  }
}
@media (max-width: 1280px) {
  .ib_banner_005 .dataList .introBox {
    margin-top: 2rem;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .introBox {
    max-width: 1000px;
    padding-left: 30px;
    margin: -10% 0 0 auto;
  }
}
@media (max-width: 575px) {
  .ib_banner_005 .dataList .introBox {
    max-width: none;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .introBox.pc {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_banner_005 .dataList .introBox.mobile {
    display: none;
  }
}
.ib_banner_005 .dataList .introBox .introImg {
  position: relative;
  width: 50%;
}
@media (max-width: 480px) {
  .ib_banner_005 .dataList .introBox .introImg {
    width: 40%;
  }
}
.ib_banner_005 .dataList .introBox .introImg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ib_banner_005 .dataList .introBox .introTxt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1.5rem 2.5rem;
  background-color: #0070c0;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .introBox .introTxt {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 1280px) {
  .ib_banner_005 .dataList .introBox .introTxt {
    padding: 0.625rem 1rem;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .introBox .introTxt {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .introBox .introTxt {
    padding: 0.625rem 1rem;
  }
}
@media (max-width: 480px) {
  .ib_banner_005 .dataList .introBox .introTxt {
    width: 60%;
  }
}
.ib_banner_005 .dataList .introBox .introTxt::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-image: url("../images/deco/home-banner-deco.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  opacity: 0.3;
}
.ib_banner_005 .dataList .introBox .introTxt .block {
  position: relative;
  z-index: 1;
}
.ib_banner_005 .dataList .introBox .introTxt .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: #ffffff;
}
@media (max-width: 1366px) {
  .ib_banner_005 .dataList .introBox .introTxt .title {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .introBox .introTxt .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .introBox .introTxt .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .ib_banner_005 .dataList .introBox .introTxt .title {
    font-size: 16px;
  }
}
.ib_banner_005 .dataList .introBox .introTxt .text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 0.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1366px) {
  .ib_banner_005 .dataList .introBox .introTxt .text {
    font-size: 14px;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .introBox .introTxt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .dataList .introBox .introTxt .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .ib_banner_005 .dataList .introBox .introTxt .text {
    font-size: 13px;
  }
}
.ib_banner_005 .dataList .rightBox {
  position: relative;
  max-width: 1180px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .rightBox {
    max-width: none;
    width: calc(60% - 3rem);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 1280px) {
  .ib_banner_005 .dataList .rightBox {
    width: calc(60% - 2rem);
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .rightBox {
    width: 100%;
  }
}
.ib_banner_005 .dataList .rightBox .Img {
  height: 855px;
  overflow: clip;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .rightBox .Img {
    height: 700px;
  }
}
@media (max-width: 1280px) {
  .ib_banner_005 .dataList .rightBox .Img {
    height: 670px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .rightBox .Img {
    height: auto;
  }
}
.ib_banner_005 .dataList .rightBox .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.ib_banner_005 .dataList .rightBox .line {
  position: absolute;
  top: 74px;
  right: 100%;
  bottom: auto;
  left: auto;
  display: block;
  width: 6px;
  height: 295px;
  background-color: #b2caef;
}
@media (max-width: 1499px) {
  .ib_banner_005 .dataList .rightBox .line {
    height: 200px;
    top: 48px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .dataList .rightBox .line {
    display: none;
  }
}
.ib_banner_005 .dataList .rightBox .line::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% - 65px);
  background-color: #0070c0;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.ib_banner_005 .bannerVideo {
  position: absolute;
  width: 105dvw;
  height: 100%;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1499px) {
  .ib_banner_005 .bannerVideo {
    width: 100dvw;
    left: -30px;
    translate: 0 0;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .bannerVideo {
    left: 0;
  }
}
.ib_banner_005 .bannerVideo.show {
  opacity: 1;
}
.ib_banner_005 .bannerVideo.show .videoBtn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  pointer-events: auto;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.ib_banner_005 .bannerVideo .homeVideo {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.ib_banner_005 .bannerVideo .videoBtn {
  position: absolute;
  width: 100px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  color: #fff;
  background-color: #0070c0;
  border: 1px solid #0070c0;
  padding: 10px 16px;
  bottom: 60px;
  left: 50%;
  translate: -50% 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  opacity: 0;
  z-index: 1;
}
@media (min-width: 1181px) {
  .ib_banner_005 .bannerVideo .videoBtn:hover {
    background-color: #fff;
    color: #0070c0;
  }
}
.ib_banner_005 .aniStart .rightBox > .Img img {
  -webkit-animation: zoomIn 0.8s ease-in-out both;
          animation: zoomIn 0.8s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_005 .aniStart .rightBox .line {
  -webkit-animation: aniClipPathUp 0.8s ease-in-out both;
          animation: aniClipPathUp 0.8s ease-in-out both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_005 .aniStart .Txt {
  -webkit-animation: bannerTxtAnimation 0.8s ease-in-out 0.2s both;
          animation: bannerTxtAnimation 0.8s ease-in-out 0.2s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_005 .aniStart .introBox.pc {
  -webkit-animation: aniSlideLeft 0.8s ease-in-out 0.6s both;
          animation: aniSlideLeft 0.8s ease-in-out 0.6s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_005 .aniStart .introBox.mobile {
  -webkit-animation: aniSlideLeft 0.8s ease-in-out 0.6s both;
          animation: aniSlideLeft 0.8s ease-in-out 0.6s both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ib_banner_005 .controlBox {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 64px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  width: 100%;
  max-width: 550px;
  opacity: 0;
  pointer-events: none;
}
.ib_banner_005 .controlBox.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 1499px) {
  .ib_banner_005 .controlBox {
    bottom: 48px;
    width: 40%;
    max-width: none;
  }
}
@media (max-width: 1366px) {
  .ib_banner_005 .controlBox {
    bottom: 24px;
  }
}
@media (max-width: 1180px) {
  .ib_banner_005 .controlBox {
    position: relative;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    width: 100%;
    padding: 0 30px;
    margin-top: 2rem;
    bottom: unset;
  }
}
.ib_banner_005 .controlBox .numBox {
  position: relative;
  width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 1180px) {
  .ib_banner_005 .controlBox .numBox {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .controlBox .numBox {
    width: 90px;
  }
}
.ib_banner_005 .controlBox .numBox span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #000000;
}
@media (max-width: 1180px) {
  .ib_banner_005 .controlBox .numBox span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .controlBox .numBox span {
    font-size: 14px;
  }
}
.ib_banner_005 .controlBox .numBox span.currentText {
  font-size: 40px;
  width: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .ib_banner_005 .controlBox .numBox span.currentText {
    font-size: 34px;
    width: 42px;
  }
}
@media (max-width: 768px) {
  .ib_banner_005 .controlBox .numBox span.currentText {
    font-size: 30px;
    width: 40px;
  }
}
.ib_banner_005 .controlBox .lineBox {
  position: relative;
  width: 100%;
  max-width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (max-width: 1180px) {
  .ib_banner_005 .controlBox .lineBox {
    max-width: none;
  }
}
.ib_banner_005 .controlBox .lineBox .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.layersArea {
  position: relative;
  padding: 60px 0;
  background-color: #ddd;
}

/* home(ib_imageText_000) */
.ib_imageText_000 {
  position: relative;
  padding: 170px 0 0;
  overflow: clip;
}
.ib_imageText_000:not(:has(.applicationBox)) {
  padding-bottom: 170px;
}
@media (max-width: 1180px) {
  .ib_imageText_000 {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .wrap {
    padding: 0;
  }
}
.ib_imageText_000 .decoLine {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoLine:not(.mobile) {
    display: none;
  }
}
@media (min-width: 1181px) {
  .ib_imageText_000 .decoLine.mobile {
    display: none;
  }
}
.ib_imageText_000 .decoLine .line {
  width: 1px;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% 0;
}
.ib_imageText_000 .decoLine .circle {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #ededed;
  position: absolute;
  top: 70%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoLine .circle {
    width: 100dvw;
    height: 100dvw;
    top: 50%;
  }
}
.ib_imageText_000 .decoLine .circle.small {
  max-width: 305px;
  max-height: 305px;
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoLine .circle.small {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoLine .circle.small {
    max-width: 200px;
    max-height: 200px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .decoLine .circle.small {
    max-width: 150px;
    max-height: 150px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .decoLine .circle.small {
    max-width: 100px;
    max-height: 100px;
  }
}
.ib_imageText_000 .decoLine .circle.medium {
  max-width: 530px;
  max-height: 530px;
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoLine .circle.medium {
    max-width: 450px;
    max-height: 450px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoLine .circle.medium {
    max-width: 350px;
    max-height: 350px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .decoLine .circle.medium {
    max-width: 250px;
    max-height: 250px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .decoLine .circle.medium {
    max-width: 200px;
    max-height: 200px;
  }
}
.ib_imageText_000 .decoLine .circle.large {
  max-width: 1090px;
  max-height: 1090px;
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoLine .circle.large {
    max-width: 900px;
    max-height: 900px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoLine .circle.large {
    max-width: 700px;
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  .ib_imageText_000 .decoLine .circle.large {
    max-width: 500px;
    max-height: 500px;
  }
}
@media (max-width: 575px) {
  .ib_imageText_000 .decoLine .circle.large {
    max-width: 400px;
    max-height: 400px;
  }
}
.ib_imageText_000 .decoBox {
  width: 960px;
  height: 580px;
  background-color: #0372c1;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1599px) {
  .ib_imageText_000 .decoBox {
    width: 730px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .decoBox {
    width: 600px;
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .ib_imageText_000 .decoBox {
    width: 500px;
  }
}
@media (max-width: 1180px) {
  .ib_imageText_000 .decoBox {
    display: none;
  }
}
.ib_imageText_000 .decoBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-image: url("../images/deco/home-about-deco.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  opacity: 0.3;
  z-index: -1;
}
.ib_imageText_000 .decoBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_imageText_000 .decoBox .deco1 {
  max-width: 185px;
  position: absolute;
  top: -50px;
  right: auto;
  bottom: auto;
  left: -36px;
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoBox .deco1 {
    max-width: 140px;
    left: -20px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .decoBox .deco1 {
    max-width: 100px;
    top: -40px;
    left: -30px;
  }
}
.ib_imageText_000 .decoBox .deco1.aniStart {
  -webkit-animation: aniTranslateYPositivePercent 3s linear infinite;
          animation: aniTranslateYPositivePercent 3s linear infinite;
}
.ib_imageText_000 .decoBox .deco2 {
  max-width: 230px;
  position: absolute;
  top: -14%;
  right: auto;
  bottom: auto;
  left: 25%;
}
@media (max-width: 1799px) {
  .ib_imageText_000 .decoBox .deco2 {
    left: 30%;
  }
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoBox .deco2 {
    max-width: 200px;
    top: -10%;
    left: 35%;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .decoBox .deco2 {
    max-width: 160px;
    left: 27%;
  }
}
.ib_imageText_000 .decoBox .deco3 {
  max-width: 300px;
  position: absolute;
  top: auto;
  right: 25%;
  bottom: -34%;
  left: auto;
}
@media (max-width: 1799px) {
  .ib_imageText_000 .decoBox .deco3 {
    right: 30px;
  }
}
@media (max-width: 1499px) {
  .ib_imageText_000 .decoBox .deco3 {
    max-width: 250px;
    bottom: -25%;
    right: 20px;
  }
}
@media (max-width: 1366px) {
  .ib_imageText_000 .decoBox .deco3 {
    max-width: 200px;
    bottom: -22%;
  }
}
.ib_imageText_000 .decoBox .deco3.aniStart {
  -webkit-animation: aniTranslateYNegativePixel 3s linear infinite;
          animation: aniTranslateYNegativePixel 3s linear infinite;
}

.aboutBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1280px) {
  .aboutBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutBox .leftBox {
  position: relative;
  width: calc(61.5% - 1rem);
}
@media (max-width: 1280px) {
  .aboutBox .leftBox {
    width: calc(65% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .aboutBox .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .aboutBox .leftBox {
    padding: 40px 30px;
  }
}
.aboutBox .leftBox .titleBox {
  margin-bottom: 0;
  z-index: 1;
}
.aboutBox .leftBox .titleBox .title {
  letter-spacing: 0.02em;
}
@media (max-width: 1499px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 46px;
  }
}
@media (max-width: 1280px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .aboutBox .leftBox .titleBox .title {
    font-size: 30px;
  }
}
.aboutBox .leftBox .titleBox .subtitle {
  max-width: 680px;
}
@media (max-width: 1366px) {
  .aboutBox .leftBox .titleBox .subtitle {
    max-width: 570px;
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .leftBox .titleBox .subtitle {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .aboutBox .leftBox .titleBox .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .aboutBox .leftBox .titleBox .subtitle {
    font-size: 16px;
  }
}
.aboutBox .leftBox .textEditorBox {
  max-width: 570px;
  margin-top: 1rem;
}
@media (max-width: 1280px) {
  .aboutBox .leftBox .textEditorBox {
    max-width: 550px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .leftBox .textEditorBox {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .aboutBox .leftBox .textEditorBox {
    margin-top: 0.625rem;
  }
}
.aboutBox .leftBox .textEditorBox .textEditor {
  font-size: 17px;
}
@media (max-width: 1280px) {
  .aboutBox .leftBox .textEditorBox .textEditor {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .aboutBox .leftBox .textEditorBox .textEditor {
    font-size: 15px;
  }
}
.aboutBox .leftBox .btnBox {
  display: inline-block;
  margin-top: 3rem;
}
@media (max-width: 1180px) {
  .aboutBox .leftBox .btnBox {
    margin-top: 2rem;
  }
}
.aboutBox .rightBox {
  position: relative;
  width: calc(38.5% - 1rem);
}
@media (max-width: 1280px) {
  .aboutBox .rightBox {
    width: calc(35% - 0.75rem);
  }
}
@media (max-width: 1180px) {
  .aboutBox .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: #0372c1;
    padding: 60px 30px;
  }
}
@media (max-width: 768px) {
  .aboutBox .rightBox {
    padding: 40px 30px;
  }
}
.aboutBox .rightBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-image: url("../images/deco/home-about-deco-mobile.jpg");
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  opacity: 0.3;
}
@media (min-width: 1181px) {
  .aboutBox .rightBox::before {
    display: none;
  }
}
.aboutBox .imgBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 1180px) {
  .aboutBox .imgBox {
    max-width: 700px;
    margin: 0 auto;
  }
}
.aboutBox .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutBox .imgBox .Img:last-child {
  margin-top: 6.75rem;
}
@media (max-width: 991px) {
  .aboutBox .imgBox .Img:last-child {
    margin-top: 3rem;
  }
}

.applicationBox {
  position: relative;
  max-width: 1120px;
  margin-top: 7rem;
}
@media (max-width: 1499px) {
  .applicationBox {
    max-width: 1000px;
  }
}
@media (max-width: 1280px) {
  .applicationBox {
    max-width: 850px;
    margin-top: 4.5rem;
  }
}
@media (max-width: 1180px) {
  .applicationBox {
    max-width: none;
    margin-top: 0;
  }
}
.applicationBox .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1620px) {
  .applicationBox .controlBox {
    position: relative;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1280px) {
  .applicationBox .controlBox {
    margin-bottom: 1rem;
  }
}
.applicationBox .controlBox .arrowBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1620px) {
  .applicationBox .controlBox .arrowBox {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 1180px) {
  .applicationBox .controlBox .arrowBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.applicationBox .controlBox .arrowBox .prev {
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1620px) {
  .applicationBox .controlBox .arrowBox .prev {
    position: relative;
    top: unset;
    right: unset;
    translate: 0 0;
  }
}
.applicationBox .controlBox .arrowBox .next {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 20px);
  translate: 0 -50%;
}
@media (max-width: 1620px) {
  .applicationBox .controlBox .arrowBox .next {
    position: relative;
    top: unset;
    left: unset;
    translate: 0 0;
  }
}
@media (min-width: 1181px) {
  .applicationBox .controlBox .arrowBox .next svg:hover {
    color: #fff;
  }
}
@media (min-width: 1181px) and (max-width: 1620px) {
  .applicationBox .controlBox .arrowBox .next svg:hover {
    color: #0070c0;
  }
}
.applicationBox .controlBox .arrowBox .next::before {
  display: none;
}
@media (max-width: 1620px) {
  .applicationBox .controlBox .arrowBox .next::before {
    display: block;
  }
}

.applicationList {
  position: relative;
}
.applicationList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.applicationList:not(.slick-slider) .applicationItem {
  width: 25%;
}
@media (max-width: 768px) {
  .applicationList:not(.slick-slider) .applicationItem {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .applicationList .slick-list {
    padding: 0 30px;
  }
}
.applicationList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.applicationList .slick-slide {
  height: initial;
}
.applicationList .slick-slide > div {
  height: 100%;
}
.applicationList .applicationItem {
  position: relative;
  height: 100%;
  padding: 1rem;
  border: 1px solid #ededed;
}
@media (max-width: 1499px) {
  .applicationList .applicationItem {
    padding: 0.625rem;
  }
}
.applicationList .applicationItem.odd {
  background-color: #f0f3f5;
}
.applicationList .applicationItem.odd .numTxt {
  color: #f0f3f5;
}
.applicationList .applicationItem.even {
  background-color: #ffffff;
}
.applicationList .applicationItem.even .numTxt {
  color: #ffffff;
}
@media (min-width: 1181px) {
  .applicationList .applicationItem:hover:has(.linkWrap) {
    background-color: #333333;
  }
  .applicationList .applicationItem:hover:has(.linkWrap) .item::before {
    height: 100%;
    opacity: 1;
  }
  .applicationList .applicationItem:hover:has(.linkWrap) .imgBox .numTxt {
    font-size: 26px;
    color: #259afb;
    -webkit-filter: none;
            filter: none;
    bottom: 75%;
  }
}
@media (min-width: 1181px) and (max-width: 1499px) {
  .applicationList .applicationItem:hover:has(.linkWrap) .imgBox .numTxt {
    font-size: 24px;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .applicationList .applicationItem:hover:has(.linkWrap) .imgBox .numTxt {
    font-size: 22px;
    bottom: 80%;
  }
}
@media (min-width: 1181px) {
  .applicationList .applicationItem:hover:has(.linkWrap) .imgBox .Img img {
    translate: 0 -100px;
    -webkit-filter: drop-shadow(0 100px 0 #ffffff);
            filter: drop-shadow(0 100px 0 #ffffff);
    -webkit-transition: translate 0.5s 0.1s ease-in-out;
    transition: translate 0.5s 0.1s ease-in-out;
  }
  .applicationList .applicationItem:hover:has(.linkWrap) .title {
    color: #fff;
  }
}
.applicationList .item {
  position: relative;
  height: 100%;
  text-align: center;
  padding: 4.5rem 0.5rem 2rem;
}
@media (max-width: 1499px) {
  .applicationList .item {
    padding: 4rem 0.5rem 1.5rem;
  }
}
@media (max-width: 1280px) {
  .applicationList .item {
    padding: 3rem 0.5rem 1rem;
  }
}
@media (max-width: 1180px) {
  .applicationList .item {
    padding: 4rem 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .applicationList .item {
    padding: 3rem 0 1rem;
  }
}
@media (max-width: 480px) {
  .applicationList .item {
    padding: 2.25rem 0 0.625rem;
  }
}
.applicationList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  border: 4px solid #259afb;
  opacity: 0;
  -webkit-transition: height 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.applicationList .imgBox .numTxt {
  display: block;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  color: #f0f3f5;
  -webkit-filter: drop-shadow(0 0 1px #c0cdd5);
          filter: drop-shadow(0 0 1px #c0cdd5);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50%;
  left: 50%;
  translate: -50% 0;
  -webkit-transition: font-size 0.6s 0.2s ease-in-out, color 0.6s ease-in-out, bottom 0.6s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: font-size 0.6s 0.2s ease-in-out, color 0.6s ease-in-out, bottom 0.6s ease-in-out, -webkit-filter 0.3s ease-in-out;
  transition: font-size 0.6s 0.2s ease-in-out, filter 0.3s ease-in-out, color 0.6s ease-in-out, bottom 0.6s ease-in-out;
  transition: font-size 0.6s 0.2s ease-in-out, filter 0.3s ease-in-out, color 0.6s ease-in-out, bottom 0.6s ease-in-out, -webkit-filter 0.3s ease-in-out;
}
@media (max-width: 1499px) {
  .applicationList .imgBox .numTxt {
    font-size: 80px;
  }
}
@media (max-width: 1280px) {
  .applicationList .imgBox .numTxt {
    font-size: 70px;
  }
}
@media (max-width: 1180px) {
  .applicationList .imgBox .numTxt {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .applicationList .imgBox .numTxt {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  .applicationList .imgBox .numTxt {
    font-size: 60px;
    bottom: 55%;
  }
}
.applicationList .imgBox .Img {
  max-width: 80px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1499px) {
  .applicationList .imgBox .Img {
    max-width: 72px;
  }
}
@media (max-width: 1280px) {
  .applicationList .imgBox .Img {
    max-width: 64px;
  }
}
@media (max-width: 1180px) {
  .applicationList .imgBox .Img {
    max-width: 72px;
  }
}
@media (max-width: 768px) {
  .applicationList .imgBox .Img {
    max-width: 64px;
  }
}
@media (max-width: 480px) {
  .applicationList .imgBox .Img {
    max-width: 56px;
  }
}
.applicationList .imgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: translate 0.5s 0.1s ease-in-out, -webkit-filter 0.5s 0.1s ease-in-out;
  transition: translate 0.5s 0.1s ease-in-out, -webkit-filter 0.5s 0.1s ease-in-out;
  transition: translate 0.5s 0.1s ease-in-out, filter 0.5s 0.1s ease-in-out;
  transition: translate 0.5s 0.1s ease-in-out, filter 0.5s 0.1s ease-in-out, -webkit-filter 0.5s 0.1s ease-in-out;
}
.applicationList .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.25;
  color: #444444;
  text-transform: uppercase;
  margin-top: 2.5rem;
}
@media (max-width: 1499px) {
  .applicationList .title {
    font-size: 15px;
    margin-top: 2rem;
  }
}
@media (max-width: 1280px) {
  .applicationList .title {
    margin: 2rem auto 0;
  }
}
@media (max-width: 768px) {
  .applicationList .title {
    margin-top: 1.5rem;
  }
}
@media (max-width: 480px) {
  .applicationList .title {
    font-size: 14px;
  }
}
.applicationList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.serviceArea {
  position: relative;
  padding: 135px 0 105px;
}
@media (max-width: 1280px) {
  .serviceArea {
    padding: 100px 0 80px;
  }
}
@media (max-width: 768px) {
  .serviceArea {
    padding: 80px 0 60px;
  }
}
.serviceArea::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 73dvh;
  background-color: #454545;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: -1;
}
@media (max-width: 850px) {
  .serviceArea::before {
    height: 550px;
  }
}
.serviceArea .secTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 5.5rem;
}
@media (max-width: 1499px) {
  .serviceArea .secTitleBox {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1280px) {
  .serviceArea .secTitleBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .serviceArea .secTitleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .serviceArea .secTitleBox {
    padding-right: 1rem;
  }
}
.serviceArea .secTitleBox .titleBox {
  width: 74.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .serviceArea .secTitleBox .titleBox {
    width: 85%;
    padding-right: 2rem;
  }
}
@media (max-width: 1280px) {
  .serviceArea .secTitleBox .titleBox {
    padding-right: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .serviceArea .secTitleBox .titleBox {
    position: static;
    width: 100%;
    padding-right: 0;
  }
}
.serviceArea .secTitleBox .titleBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 6px;
  height: 100%;
  background-color: #b2caef;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.serviceArea .secTitleBox .titleBox::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 6px;
  height: calc(100% - 50px);
  background-color: #259afb;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.serviceArea .secTitleBox .btnBox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: right;
  margin-top: 0;
}
.serviceArea .serviceBox {
  position: relative;
}
.serviceArea.aniStart::before {
  clip-path: inset(0 0 0 0);
}

.serviceList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 850px) {
  .serviceList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
}
@media (max-width: 480px) {
  .serviceList {
    row-gap: 1rem;
  }
}
.serviceList .serviceItem {
  position: relative;
  width: 33.3333333333%;
}
@media (max-width: 850px) {
  .serviceList .serviceItem {
    width: 100%;
  }
}
.serviceList .item {
  position: relative;
}
@media (min-width: 1181px) {
  .serviceList .item:hover:has(.linkWrap) .Txt .title {
    opacity: 0;
    pointer-events: none;
  }
  .serviceList .item:hover:has(.linkWrap) .hover {
    width: calc(100% - 40px);
    opacity: 1;
  }
  .serviceList .item:hover:has(.linkWrap) .hover .title {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .serviceList .item:hover:has(.linkWrap) .hover .btnBox {
    opacity: 1;
    translate: 0 0;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.serviceList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(10%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.serviceList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceList .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serviceList .Txt .title {
  width: 100%;
  padding: 0 10px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1366px) {
  .serviceList .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .serviceList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .serviceList .Txt .title {
    font-size: 18px;
    bottom: 24px;
  }
}
@media (max-width: 850px) {
  .serviceList .Txt .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .serviceList .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .serviceList .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .serviceList .Txt .title {
    max-width: 200px;
    font-size: 18px;
    bottom: 16px;
  }
}
.serviceList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.serviceList .hover {
  width: 0;
  height: calc(100% - 40px);
  background-color: rgba(0, 112, 192, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
}
.serviceList .hover .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  translate: 0 -30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
}
@media (max-width: 1366px) {
  .serviceList .hover .title {
    font-size: 24px;
  }
}
@media (max-width: 1180px) {
  .serviceList .hover .title {
    font-size: 22px;
  }
}
.serviceList .hover .btnBox {
  opacity: 0;
  translate: 0 -20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  .serviceList .hover .btnBox {
    margin-top: 0.625rem;
  }
}
.serviceList .hover .btnBox .videoBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (max-width: 1366px) {
  .serviceList .hover .btnBox .videoBtn {
    width: 40px;
    height: 40px;
  }
}
.serviceList .hover .btnBox .videoBtn svg {
  width: 50%;
  height: 50%;
  color: #fff;
}

.sloganArea {
  position: relative;
  padding: 80px 0;
  overflow-x: clip;
}
@media (max-width: 1180px) {
  .sloganArea {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .sloganArea {
    padding: 40px 0;
  }
}
.sloganArea .sloganBox .textEditor {
  text-align: center;
}
.sloganArea .sloganBox .textEditor .text {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1.2;
  color: #000000;
}
@media (max-width: 1180px) {
  .sloganArea .sloganBox .textEditor .text {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .sloganArea .sloganBox .textEditor .text {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .sloganArea .sloganBox .textEditor .text {
    font-size: 30px;
  }
}
.sloganArea .sloganBox .marqueeTextList {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  translate: 0 -50%;
  z-index: -1;
}
.sloganArea .sloganBox .marqueeText {
  font-size: 220px;
  font-weight: 900;
  letter-spacing: -0.011em;
  line-height: 1;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 1px #b6b6b6);
          filter: drop-shadow(0 0 1px #b6b6b6);
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .sloganArea .sloganBox .marqueeText {
    font-size: 180px;
  }
}
@media (max-width: 768px) {
  .sloganArea .sloganBox .marqueeText {
    font-size: 140px;
  }
}
.sloganArea.aniStart .marqueeTextList {
  -webkit-animation: marqueeAni 180s linear infinite;
          animation: marqueeAni 180s linear infinite;
}

/* 最新消息 */
.ib_carousel_015 {
  position: relative;
  padding: 90px 0 175px;
}
@media (max-width: 1499px) {
  .ib_carousel_015 {
    padding: 90px 0 140px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 {
    padding: 90px 0 100px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 {
    padding: 60px 0;
  }
}
.ib_carousel_015 .dataBox {
  position: relative;
}
.ib_carousel_015 .dataList {
  position: relative;
}
.ib_carousel_015 .dataList::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 2px;
  background-color: #0372c1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.ib_carousel_015 .dataList.aniStart::before {
  width: 100%;
}
.ib_carousel_015 .dataItem {
  position: relative;
  padding: 3.375rem 0;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataItem {
    padding: 1.5rem 0;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .dataItem {
    padding: 1.25rem 0;
  }
}
.ib_carousel_015 .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1499px) {
  .ib_carousel_015 .item {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .item {
    row-gap: 1rem;
  }
}
.ib_carousel_015 .titleBox {
  width: 260px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
}
@media (max-width: 1499px) {
  .ib_carousel_015 .titleBox {
    width: 180px;
  }
}
@media (max-width: 1280px) {
  .ib_carousel_015 .titleBox {
    width: 150px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .titleBox {
    width: 100%;
    margin-bottom: 1rem;
  }
  .ib_carousel_015 .titleBox:not(:has(.decoTitle)) {
    display: none;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .titleBox {
    margin-bottom: 0.625rem;
  }
}
.ib_carousel_015 .dataInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 305px;
  padding-top: 0.3125rem;
}
@media (max-width: 1366px) {
  .ib_carousel_015 .dataInfoBox {
    width: 280px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.5rem 1rem;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .ib_carousel_015 .dataInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox .dateBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox span {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .ib_carousel_015 .dataInfoBox .dateBox span {
    font-size: 13px;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox span + span {
  padding-left: 1.375rem;
  margin-left: 0.8125rem;
}
@media (max-width: 480px) {
  .ib_carousel_015 .dataInfoBox .dateBox span + span {
    padding-left: 1rem;
    margin-left: 0.625rem;
  }
}
.ib_carousel_015 .dataInfoBox .dateBox span + span::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0070c0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 480px) {
  .ib_carousel_015 .dataInfoBox .dateBox span + span::before {
    width: 6px;
    height: 6px;
  }
}
.ib_carousel_015 .dataInfoBox .classTitle {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #0372c1;
  width: 130px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .ib_carousel_015 .dataInfoBox .classTitle {
    width: auto;
  }
}
.ib_carousel_015 .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .ib_carousel_015 .Txt:has(.linkWrap):hover .textBox .title {
    color: #0070c0;
  }
  .ib_carousel_015 .Txt:has(.linkWrap):hover .angle::before {
    height: 100%;
  }
  .ib_carousel_015 .Txt:has(.linkWrap):hover .angle svg {
    color: #0070c0;
  }
}
.ib_carousel_015 .textBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ib_carousel_015 .textBox .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox .title {
    font-size: 20px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 480px) {
  .ib_carousel_015 .textBox .title {
    font-size: 18px;
  }
}
.ib_carousel_015 .textBox .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.5;
  color: #888888;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.9375rem;
}
@media (max-width: 768px) {
  .ib_carousel_015 .textBox .text {
    font-size: 14px;
    margin-top: 0.5rem;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 480px) {
  .ib_carousel_015 .textBox .text {
    font-size: 13px;
  }
}
.ib_carousel_015 .angle {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 132px;
  border-left: 1px solid #cccccc;
}
@media (max-width: 1499px) {
  .ib_carousel_015 .angle {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .ib_carousel_015 .angle {
    display: none;
  }
}
.ib_carousel_015 .angle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 0;
  background-color: #0372c1;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -1px;
  translate: 0 -50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ib_carousel_015 .angle svg {
  width: 20px;
  height: 20px;
  color: #000000;
}
.ib_carousel_015 .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.afterLoading .ib_banner_005 .slick-current .rightBox > .Img img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_005 .slick-current .rightBox .line {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_005 .slick-current .Txt {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_005 .slick-current .introBox.pc {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_005 .slick-current .introBox.mobile {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.afterLoading .ib_banner_005 .controlBox {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
/*# sourceMappingURL=home.css.map */