main {
  padding-bottom: 240px;
}

@media print,
screen and (max-width: 768px) {
  main {
    padding-bottom: 140px;
  }
}

#subTop-title .inner .left {
  width: 50%;
}

#subTop-title .inner .right {
  width: 50%;
  max-width: 582px;
}

@media print,
screen and (max-width: 768px) {
  #subTop-title .inner .left {
    width: 40%;
  }

  #subTop-title .inner .right {
    width: 60%;
    max-width: 582px;
  }
}

.subpage-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

@media print,
screen and (max-width: 768px) {
  .subpage-header {
    display: block;
    width: calc(100% - 92px);
  }
}

.subpage-header .header-main {
  margin-left: auto;
  padding-right: 208px;
}

@media print,
screen and (max-width: 768px) {
  .subpage-header .header-main {
    padding-right: 0;
  }
}

.subpage-header .header-sub {
  width: 582px;
}

@media print,
screen and (max-width: 768px) {
  .subpage-header .header-sub {
    width: 100%;
  }
}

.subpage-header {
  padding-bottom: 200px;
}

@media print,
screen and (max-width: 768px) {
  .subpage-header {
    padding-bottom: 150px;
  }
}

.subpage-header.with-anchor {
  padding-bottom: 160px;
}

@media print,
screen and (max-width: 768px) {
  .subpage-header.with-anchor {
    padding-bottom: 80px;
  }
}

.subpage-header .title {
  font-size: 5.6rem;
  line-height: 1.4;
}

.subpage-header .logo {
  margin-top: 20px;
  width: 80px;
}

#subTop-title .message {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 768px) {
  #subTop-title .message {
    font-size: 2.2rem;
  }
}

#subTop-title .desc {
  margin-top: 30px;
  line-height: 1.9;
}

@media print,
screen and (max-width: 768px) {
  #subTop-title .desc {
    line-height: 1.8;
  }
}

.sc-title {
  margin: 0 auto !important;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  display: block !important;
}

@media print,
screen and (max-width: 768px) {
  .sc-title {
    font-size: 3rem;
  }

  .sc-title.grad-text.white-text.bold>.sp-only {
    display: flex !important;
    align-items: center;
    flex-direction: column;
  }
}

@media print,
screen and (max-width: 768px) {
  .sc-title br.sp-only {
    display: inline-block !important;
  }
}

#solution {
  overflow-x: hidden;
  margin: 0 auto;
  padding: 120px 45px;
  width: calc(100% - 120px);
  max-width: 1320px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(9px);
  border-radius: 24px;
}

@media print,
screen and (max-width: 1000px) {
  #solution {
    width: calc(100% - 64px);
  }
}

@media print,
screen and (max-width: 768px) {
  #solution {
    padding: 100px 10px 45px;
    width: calc(100% - 20px);
  }
}

#solution .solutions {
  margin-top: 80px;
}

@media print,
screen and (max-width: 768px) {
  #solution .solutions {
    margin-top: 100px;
  }
}

#solution .solutions .solutions-inner {
  overflow-y: hidden;
  overflow-x: auto;
}

#solution .solutions .solutions-inner .diagram-area {
  width: 1230px;
  max-width: initial;
  gap: 20px;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#solution .solutions .solutions-inner .diagram-area:before,
#solution .solutions .solutions-inner .diagram-area:after {
  content: '';
  position: absolute;
  display: block;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 180px;
  width: calc(100% - 20px);
  z-index: 3;
}

#solution .solutions .solutions-inner .diagram-area.fade-item:before,
#solution .solutions .solutions-inner .diagram-area.fade-item:after {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.3s 1.5s, transform 1s 1.5s;
}

#solution .solutions .solutions-inner .diagram-area.fade-item.is-visible:before,
#solution .solutions .solutions-inner .diagram-area.fade-item.is-visible:after {
  opacity: 1;
  transform: translateY(0px);
}

#solution .solutions .solutions-inner .diagram-area:before {
  background: #8DA3B8;
  border-radius: 80px;
}

#solution .solutions .solutions-inner .diagram-area:after {
  background: url('../imgs/services/text.svg') no-repeat center center;
  background-size: 320px auto;
}

#solution .solutions .solutions-inner .diagram-area>.diagram {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 230px;
  gap: 20px;
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

#solution .solutions .solutions-inner .diagram-area>.diagram.is-visible {
  opacity: 1;
  transform: translateY(0px);
}

#solution .solutions .solutions-inner .diagram-area>.diagram01 {
  width: 480px;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-top,
#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-top {
  padding: 20px 10px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.56;
  color: #FFFFFF;
  height: 120px;
  margin-bottom: 110px;
  width: 100%;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-top:before,
#solution .solutions .solutions-inner .diagram-area>.diagram .box-top:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-top:before {
  width: 30px;
  height: 130px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -120px;
  background-size: contain !important;
}

#solution .solutions .solutions-inner .diagram-area>.diagram01 .box-top:before {
  background: url('../imgs/services/arrow01.svg') no-repeat;
}

#solution .solutions .solutions-inner .diagram-area>.diagram02 .box-top:before {
  background: url('../imgs/services/arrow02.svg') no-repeat;
}

#solution .solutions .solutions-inner .diagram-area>.diagram03 .box-top:before {
  background: url('../imgs/services/arrow03.svg') no-repeat;
}

#solution .solutions .solutions-inner .diagram-area>.diagram04 .box-top:before {
  background: url('../imgs/services/arrow04.svg') no-repeat;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-top .bold {
  font-size: 20px;
}

#solution .solutions .solutions-inner .diagram-area>.diagram01 .box-top {
  background: rgba(7, 49, 144, 0.9);
  width: calc(50% - 10px);
}

#solution .solutions .solutions-inner .diagram-area>.diagram02 .box-top {
  background: rgba(6, 102, 182, 0.9);
}

#solution .solutions .solutions-inner .diagram-area>.diagram03 .box-top {
  background: rgba(2, 141, 211, 0.9);
}

#solution .solutions .solutions-inner .diagram-area>.diagram04 .box-top {
  background: rgba(1, 170, 232, 0.9);
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom {
  line-height: 1.4;
  padding: 30px 15px;
  background: #FFFFFF;
  font-size: 1.3rem;
  color: #000000;
  width: 100%;
  flex-direction: column;
  gap: 15px;
  min-height: 316px;
  justify-content: flex-start;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom .gradient-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom .gradient-text small {
  font-size: 1.3rem;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom ul li {
  padding-left: 30px;
  position: relative;
  display: block;
  margin-bottom: 12px;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom ul li:last-child {
  margin-bottom: 0;
}

#solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  background: url('../imgs/services/icon-list.svg') no-repeat;
  background-size: contain;
  left: 0;
  top: -3px;
}

@media screen and (min-width: 769px) {
  #solution .solutions .solutions-inner .diagram-area>.diagram01 {
    transition-delay: 0.1s;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram02 {
    transition-delay: 0.4s;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram03 {
    transition-delay: 0.7s;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram04 {
    transition-delay: 1s;
  }
}

@media screen and (max-width: 768px) {

  #solution .solutions .solutions-inner .diagram-area>.diagram:before,
  #solution .solutions .solutions-inner .diagram-area>.diagram:after {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 140px;
    width: calc(100% - 20px);
    z-index: 3;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s 0.5s, transform 1s 0.5s;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram:before {
    background: #8DA3B8;
    border-radius: 80px;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram:after {
    content: 'カブトプラテクが解決します！';
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram.fade-item.is-visible:before,
  #solution .solutions .solutions-inner .diagram-area>.diagram.fade-item.is-visible:after {
    opacity: 1;
    transform: translateY(0px);
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram01 .box-top {
    width: calc(50% - 5px);
    line-height: 1.3;
    padding: 15px 3px;
  }

  #solution .solutions .solutions-inner .diagram-area::before,
  #solution .solutions .solutions-inner .diagram-area::after {
    display: none;
  }

  #solution .solutions .solutions-inner .diagram-area {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 50px;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram {
    width: 100% !important;
    max-width: 430px;
    gap: 10px;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram .box-bottom {
    padding: 25px 15px;
    min-height: auto;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram .box-top::before {
    height: 100px;
    aspect-ratio: 30 / 130;
    width: auto;
    bottom: -92px;
  }

  #solution .solutions .solutions-inner .diagram-area>.diagram .box-top {
    margin-bottom: 90px;
  }
}


#solution .sol-keyword {
  margin: 60px auto 0;
  max-width: 898px;
}

@media print,
screen and (max-width: 768px) {
  #solution .sol-keyword {
    width: 295px;
  }
}

#solution .keyword-list {
  display: flex;
  position: relative;
  gap: 40px;
  margin: 60px auto 0;
  max-width: 900px;
  width: 100%;
}

#solution .keyword-list li {
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  display: block;
  width: 25%;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

#solution .keyword-list.is-visible li {
  transform: translateX(0);
  opacity: 1;
}

#solution .keyword-list li>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-align: center;
}

#solution .keyword-list li:before {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  top: 0;
  left: -15px;
  background: linear-gradient(to right, #0B308E 0%, #0665B5 33%, #028CD2 62%, #00A5E4 86%, #00AEEB 100%);
  position: absolute;
  display: block;
  transform: skewX(-45deg);
}

@media print,
screen and (max-width: 768px) {
  #solution .keyword-list {
    max-width: 296px;
    flex-direction: column;
    width: calc(100% - 120px);
    gap: 10px;
    margin-top: 40px;
  }

  #solution .keyword-list li {
    width: 100%;
    font-size: 1.6rem;
  }

  #solution .keyword-list li>span {
    height: 33px;
  }
}

#solution .sol-messages {
  margin: 20px auto 0;
  color: #222;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

#solution .sol-messages .txt1 {
  font-size: 22px;
}

@media print,
screen and (max-width: 768px) {
  #solution .sol-messages .txt1 {
    font-size: 15px;
  }
}

#solution .sol-messages .txt2 {
  font-size: 28px;
}

@media print,
screen and (max-width: 768px) {
  #solution .sol-messages .txt2 {
    font-size: 18px;
  }
}

#solution .content-box {
  text-align: center;
}

#solution .content-box .animated-btn {
  margin-top: 30px;
}

@media print,
screen and (max-width: 768px) {

  #processing-technology .content-box .animated-btn,
  #solution .content-box .animated-btn {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
  }
}

#materials {
  padding: 100px 0 120px;
  background: rgba(19, 43, 67, 0.5);
  backdrop-filter: blur(9px);
}

@media print,
screen and (max-width: 768px) {
  #materials {
    padding: 100px 0;
  }
}

#materials .inner {
  margin: 0 auto;
  width: calc(100% - 64px);
  max-width: 1120px;
}

#materials .desc {
  margin-top: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1.9;
}

#materials .note {
  margin: 20px auto 0;
  width: 100%;
  max-width: 773px;
  line-height: 1.5;
  font-weight: 400;
}

#materials .title-makers {
  margin-top: 60px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  display: block !important;
  margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
  #materials .title-makers {
    font-size: 2.4rem;
  }

  #materials .inner {
    width: calc(100% - 30px);
  }
}

#materials .makers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 32px;
}

@media print,
screen and (max-width: 768px) {
  #materials .makers {
    gap: 14px 9.5px;
  }
}

#materials .link_ext {
  display: flex;
  align-items: center;
  gap: 7.5px;
  font-weight: 700;
  text-decoration: underline;
}

#materials .link_ext::after {
  content: "";
  width: 16.35px;
  height: 16.3px;
  background-color: #FFF;
  mask: url(../imgs/services/link_ext.svg) center/contain;
}

.sc-table-container {
  margin: 40px auto 0;
  width: 100%;
  max-width: 773px;
  overflow-x: scroll;
}

.sc-table-container .sc-table {
  width: 773px;
  border: 1px solid #24428C;
  font-size: 1.4rem;
  line-height: 1.25;
}

.sc-table-container .sc-table thead {
  background-color: #0E2456;
}

.sc-table-container .sc-table tbody {
  color: #000;
  background-color: #FFF;
}

.sc-table-container .sc-table tr th,
.sc-table-container .sc-table tr td {
  border: 1px solid #24428C;
  font-size: 1.4rem;
  font-weight: 500;
}

.sc-table-container .sc-table tr th {
  padding: 22px 12px;
  height: 65px;
  text-align: left;
}

.sc-table-container .sc-table tr th:nth-child(1) {
  width: 216px;
}

.sc-table-container .sc-table tr th:nth-child(2) {
  width: 558px;
}

.sc-table-container .sc-table tr td {
  padding: 12px;
  min-width: 56px;
  vertical-align: middle;
}

#processing-technology {
  padding-top: 240px;
  padding-bottom: 240px;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

#processing-technology .sc-title+.col-box {
  margin-top: 100px;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .sc-title+.col-box {
    margin-top: 60px;
  }
}

#processing-technology .col-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(90px, 6.08%);
  margin-top: 200px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-right: min(130px, 8.8%);
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .col-box {
    display: block;
    width: calc(100% - 30px);
    margin-top: 120px;
    padding: 0;
  }
}

#processing-technology .col-box .col-image {
  flex: 0 0 min(750px, 50.68%);
  min-width: 260px;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .col-box .col-image .single-img {
    margin-bottom: 15px;
  }
}

#processing-technology .col-box .col-image .slide-inner,
#processing-technology .col-box .col-image .single-img {
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}

#processing-technology .col-box .col-image .slide-inner img,
#processing-technology .col-box .col-image .single-img img {
  width: 100%;
}

@media print,
screen and (max-width: 768px) {

  #processing-technology .col-box .col-image .slide-inner,
  #processing-technology .col-box .col-image .single-img {
    border-radius: 4px;
  }
}

#processing-technology .col-box .col-info {
  flex: 1 1 40%;
  min-width: 260px;
}

#processing-technology .col-box .col-info .ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#processing-technology .col-box .col-info .txt {
  margin-top: 20px;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .col-box .col-info .txt {
    margin-top: 10px;
  }
}

#processing-technology .col-box.reverse {
  padding-right: 0;
  padding-left: min(130px, 8.8%);
  flex-direction: row-reverse;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .col-box.reverse {
    padding: 0;
  }
}

#processing-technology .col-box.reverse .col-image .slide-inner,
#processing-technology .col-box.reverse .col-image .single-img {
  border-radius: 4px 0 0 4px;
}

@media print,
screen and (max-width: 768px) {

  #processing-technology .col-box.reverse .col-image .slide-inner,
  #processing-technology .col-box.reverse .col-image .single-img {
    border-radius: 4px;
  }
}

#processing-technology .precision-sub {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.54%;
  margin: 120px auto 0;
  width: calc(100% - 64px);
  max-width: 1130px;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .precision-sub {
    grid-template-columns: 1fr 1fr;
    margin: 80px auto 0;
    gap: 40px 5.47%;
    width: calc(100% - 30px);
  }
}

#processing-technology .precision-sub .item>span {
  display: block;
}

#processing-technology .precision-sub .item img {
  border-radius: 4px;
}

#processing-technology .precision-sub .item .item-name {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .precision-sub .item .item-name {
    margin-top: 14px;
    font-size: 1.6rem;
  }
}

#processing-technology .precision-sub .item .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media print,
screen and (max-width: 768px) {
  #processing-technology .precision-sub .item .txt {
    line-height: 1.7;
  }
}

#cta {
  padding-top: 240px;
}

@media print,
screen and (max-width: 768px) {
  #cta {
    padding-top: 140px;
  }
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: auto;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.scroll-hint-shadow-wrap {
  position: relative;
}

.scroll-hint-shadow-wrap::after {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap::before {
  content: "";
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-right-scrollable)::after,
.scroll-hint-shadow-wrap.is-right-scrollable::after {
  opacity: 1;
  visibility: visible;
}

.scroll-hint-shadow-wrap:has(.scroll-hint.is-left-scrollable)::before,
.scroll-hint-shadow-wrap.is-left-scrollable::before {
  opacity: 1;
  visibility: visible;
}

#floated-anchor-box {
  width: 100%;
  position: fixed;
  top: 134px;
  z-index: 1000;
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box {
    top: 60px;
  }
}

#floated-anchor-box .title {
  display: none;
  align-items: center;
  justify-content: center;
  height: 32px;
  background: #161616;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box .title {
    display: flex;
    justify-content: center;
    cursor: pointer;
  }

  #floated-anchor-box .title:after {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    transform-origin: center center;
    background: url('../imgs/common/arrow_down.svg') no-repeat center center;
    background-size: 13px auto;
    top: 5px;
    right: 25px;
    transition: transform 0.5s ease;
  }

  #floated-anchor-box.is-open-sub .title:after {
    transform: rotate(180deg);
  }
}

#floated-anchor-box .anchor-container {
  padding: 0 20px;
  margin: 0 auto;
  width: calc(100% - 120px);
  max-width: 1320px;
  pointer-events: none;
}

@media print,
screen and (max-width: 1100px) {
  #floated-anchor-box .anchor-container {
    width: calc(100% - 40px);
  }
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box .anchor-container {
    margin: 0 10px;
    padding: 21px 15px 23px;
    width: auto;
    background-color: #FFF;
    border-radius: 0 0 14px 14px;
    pointer-events: auto;
  }
}

#floated-anchor-box .anchor-container ul {
  width: fit-content;
  pointer-events: auto;
  padding-left: 15px;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

#floated-anchor-box .anchor-container ul:before {
  content: '';
  position: absolute;
  display: block;
  left: 3.5px;
  top: 12px;
  width: 1px;
  height: calc(100% - 24px);
  background: #8EA2E3;
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box .anchor-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #floated-anchor-box .anchor-container ul:before {
    display: none;
  }
}

#floated-anchor-box {
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.is-anchor-fixed #floated-anchor-box {
  opacity: 1;
  pointer-events: all;
}

.is-anchor-fixed #floated-anchor-box .anchor-container ul {
  pointer-events: all;
}

@media print,
screen and (min-width: 769px) {

  #floated-anchor-box .anchor-container ul li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -15px;
    top: 11px;
    background: #8EA2E3;
  }

  #floated-anchor-box .anchor-container ul li.is-active:before {
    background: #FFFFFF;
  }

  #floated-anchor-box .anchor-container ul li {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.3s, transform 0.5s ease;
    position: relative;
    display: block;
  }

  .is-anchor-fixed #floated-anchor-box .anchor-container ul li {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0%);
  }

  #floated-anchor-box .anchor-container ul li:nth-child(2) {
    transition-delay: 0.2s;
  }

  #floated-anchor-box .anchor-container ul li:nth-child(3) {
    transition-delay: 0.4s;
  }
}

#floated-anchor-box .anchor-container ul li a {
  color: #8EA2E3;
  transition: 0.3s;
  font-family: 1.4rem;
}

#floated-anchor-box .anchor-container ul li.is-active a {
  color: #FFFFFF;
}

@media print,
screen and (max-width: 768px) {

  #floated-anchor-box .anchor-container ul li.is-active a,
  #floated-anchor-box .anchor-container ul li a {
    display: flex;
    align-items: center;
    color: #161616;
  }
}

#floated-anchor-box .anchor-container ul li a .ico {
  display: none;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box .anchor-container ul li a .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #161616;
  }

  #floated-anchor-box .anchor-container ul li a .ico>img {
    width: 10px;
    height: auto;
  }
}

#floated-anchor-box .anchor-container ul li a:hover {
  color: #FFF;
}

@media print,
screen and (max-width: 768px) {
  #floated-anchor-box .anchor-container ul li a:hover {
    color: #161616;
  }
}

#anchor {
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s ease;
  transform: translateX(0%);
}

.is-anchor-fixed #anchor {
  transform: translateX(-150%);
}

@media print,
screen and (max-width: 768px) {
  #anchor {
    margin-bottom: 80px;
  }
}

#anchor .inner {
  padding: 15px 0 15px 60px;
  background-color: rgba(255, 255, 255, 0.85);
  width: 506px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
}

@media print,
screen and (max-width: 768px) {
  #anchor .inner {
    padding: 11px 0 10px 19px;
    width: 352px;
    height: 44px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 44px) 100%, 0 100%);
  }
}

#anchor ul {
  display: flex;
  align-items: center;
  gap: 26px;
}

@media print,
screen and (max-width: 768px) {
  #anchor ul {
    gap: 16px;
  }
}

#anchor ul li .hover-gradient-text.hasIcon {
  font-size: 1.4rem;
}

@media print,
screen and (max-width: 768px) {
  #anchor ul li .hover-gradient-text.hasIcon {
    font-size: 1.3rem;
  }
}

#anchor ul li .hover-gradient-text.hasIcon .arrow {
  width: 30px;
  height: 30px;
}

@media print,
screen and (max-width: 768px) {
  #anchor ul li .hover-gradient-text.hasIcon .arrow {
    width: 22px;
    height: 22px;
  }

  #anchor ul li .hover-gradient-text.hasIcon .arrow .icon {
    width: 9.3px;
  }
}

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