/* Scss Document */
@keyframes AnimationTitle {
  0% {
    background-position: 50% 50%;
  }

  30% {
    background-position: 100% 55%;
  }

  60% {
    background-position: 0% 45%;
  }

  100% {
    background-position: 50% 50%;
  }
}

@keyframes AnimationTitle1 {
  0% {
    background-position: 50% 50%;
  }

  30% {
    background-position: 100% 50%;
  }

  900% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 50% 50%;
  }
}

@keyframes out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes out1 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

section:after {
  display: none;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 100px;
  }
}

.h2-tt {
  line-height: 1.4;
  font-size: 85px;
}

.h2-tt span {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .h2-tt {
    line-height: 1.5;
    font-size: 40px;
  }

  .h2-tt .ico {
    font-size: 14px;
    background-size: 10px;
  }
}

#opening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  pointer-events: none;
  pointer-events: none;
}

#opening .logo {
  width: 250px;
  opacity: 0;
}

.page-done #opening {
  animation: out 1s ease-in-out forwards 3s;
}

.page-done #opening .logo {
  animation: out1 3s ease-in-out forwards;
}

.page-done #key-index h1 {
  opacity: 1;
}

#key-index {
  position: relative;
  padding: 14.8% 0% 13.5% 5.6%;
  /*  background-image: url("../img/index/grand_text.jpg");
  background-size: cover;
     background-position: center 40px;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
       animation: AnimationTitle 5s ease infinite;
    */
}

#key-index:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

#key-index .scroll {
  color: #000;
  border-left: 1px solid;
  height: 125px;
  width: 6px;
  position: absolute;
  left: 50%;
  bottom: -47px;
  z-index: 5;
}

#key-index .scroll:before {
  position: absolute;
  content: '';
  width: 13px;
  border-top: 1px solid;
  left: -4px;
  bottom: 5px;
  transform: rotate(-58deg);
}

@media screen and (max-width: 999px) {
  #key-index .scroll {
    height: 62px;
    width: 6px;
    bottom: -32px;
  }

  #key-index .scroll:before {
    width: 13px;
    left: -4px;
    bottom: 5px;
    transform: rotate(-58deg);
  }
}

#key-index h1 {
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  opacity: 0;
  transition: opacity 2s ease 4s;
  -moz-transition: opacity 2s ease 4s;
  -webkit-transition: opacity 2s ease 4s;
}

#key-index h1 .t1 {
  display: block;
  font-size: 8.8vw;
  letter-spacing: 0;
  line-height: 1.07;
  background-image: url("../img/index/grand_text.jpg");
  background-size: auto;
  background-position: center center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: AnimationTitle 5s ease infinite;
}

#key-index h1 .t1 .pad {
  letter-spacing: -0.02em;
}

#key-index h1 .t2 {
  font-weight: 600;
  display: block;
  margin: 2.3vw 0 0;
  font-size: 3vw;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #03567f 0%, black 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: AnimationTitle1 5s ease infinite;
}

#key-index h1 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #key-index {
    padding: 21vw 10px 27vw;
    height: auto;
  }

  #key-index:before {
    top: -38vw;
    right: 0;
    right: -5vw;
    width: 152.5%;
  }

  #key-index h1 .t1 {
    background-image: url("../img/index/grand_text_sp.jpg");
    font-size: 14.8vw;
    letter-spacing: 0.04em;
    line-height: 1.14;
    animation: AnimationTitle 10s ease infinite;
  }

  #key-index h1 .t1 .pad1 {
    padding: 0 0 0 13vw;
    letter-spacing: 0.04em;
  }

  #key-index h1 .t1 .pad {
    padding: 00 0 0;
    font-size: 11vw;
    display: block;
  }

  #key-index h1 .t2 {
    font-size: 5vw;
    margin: 12vw 0 0;
    letter-spacing: 0.08em;
  }
}

#about {
  padding: 0 50px;
  margin-bottom: 100px;
}

#about .box {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

#about .box:before {
  z-index: -1;
  content: '';
  border-radius: 50px;
  background-color: #f7fafb;
  position: absolute;
  top: 100px;
  left: 100px;
  bottom: 100px;
  right: calc(50% - 480px);
}

#about .wrap {
  padding: 67px 0 70px 48px;
}

#about .shape {
  order: -1;
  max-width: 690px;
  width: calc(100% - 510px);
}

#about .info {
  width: 490px;
}

#about .info .txt {
  margin-bottom: 60px;
  margin-right: -10px;
}

@media screen and (max-width: 999px) {
  #about .info .txt {
    margin-right: 0;
  }
}

@media screen and (max-width: 1550px) {
  #about .box:before {
    top: 50px;
    bottom: 50px;
    right: 50px;
    left: 50px;
  }
}

@media screen and (max-width: 1500px) {
  #about {
    padding: 0 30px;
  }

  #about .wrap {
    max-width: 100%;
    padding: 65px 60px 0;
  }

  #about .box:before {
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 999px) {
  #about .wrap {
    display: block;
  }

  #about .box {
    padding-top: 0;
  }

  #about .box:before {
    display: none;
  }

  #about .info {
    width: 100%;
    padding-bottom: 50px;
    border-radius: 20px;
  }

  #about .shape {
    width: 100%;
    background-color: #f7fafb;
    max-width: 100%;
    border-radius: 20px;
    padding: 40px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  #about .wrap {
    padding: 50px 10px 40px;
  }

  #about .box {
    padding-bottom: 0;
    border-radius: 10px;
  }

  #about .box:before {
    display: none;
  }

  #about .info {
    padding: 0 10px 40px;
  }

  #about .info .txt {
    margin-bottom: 30px;
  }

  #about .shape {
    border-radius: 20px;
    padding: 40px 8px 10px;
  }
}

#service {
  padding: 40px 0 180px;
}

#service .lead {
  width: 410px;
}

#service .photo-hidden {
  width: 300px;
  margin-top: 78px;
  position: relative;
}

#service .photo-hidden li {
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  box-shadow: 30.6666px 31.6666px 44.8333px rgba(0, 0, 0, 0.1);
}

#service .photo-hidden li:nth-child(1) {
  position: relative;
}

#service .photo-hidden li.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1360px) {
  #service .photo-hidden {
    left: 30px;
  }
}

#service .group {
  max-width: 730px;
  width: calc(100% - 440px);
  padding: 37px 0 0;
}

#service .group .service {
  border-top: 1px solid rgba(3, 86, 127, 0.3);
  padding: 35px 125px 13px 0;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
}

#service .group .service:after {
  content: '';
  background: url("../img/shared/arow.png") no-repeat 0 0/100%;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service:last-child {
  border-bottom: 1px solid rgba(3, 86, 127, 0.3);
}

#service .group .service .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service .txt {
  letter-spacing: 0.05em;
}

#service .group .service .info {
  padding-bottom: 27px;
}

#service .group .service .service-main,
#service .group .service .service-link {
  padding-left: 146px;
}

#service .group .service .service-link {
  line-height: 34px;
  position: relative;
  opacity: 0.7;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service .service-link dt {
  font-size: 18px;
  font-weight: 600;
}

#service .group .service .service-link dd {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(90deg, #1e557e 0%, #4867c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 0 32px;
  line-height: 32px;
  letter-spacing: 0em;
}

#service .group .service .service-link .num {
  left: 30px;
  top: 0px;
  color: #8D8D8D;
  position: absolute;
  font-size: 13.71px;
  font-weight: 400;
}

#service .group .service.active:after {
  background: url("../img/shared/arow1.png") no-repeat 0 0/100%;
}

#service .group .service.active .service-link {
  opacity: 1;
}

#service .group .service.active .link {
  pointer-events: auto;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  #service .group .service {
    padding-right: 100px;
  }

  #service .group .service:after {
    right: 20px;
  }

  #service .group .service .service-link,
  #service .group .service .service-main {
    padding-left: 0;
  }

  #service .group .service .service-link .num {
    position: static;
    line-height: 1;
  }
}

@media screen and (max-width: 999px) {
  #service .wrap {
    display: block;
  }

  #service .lead {
    width: auto;
  }

  #service .group {
    width: auto;
    max-width: 100%;
  }

  #service .group .service {
    padding-right: 0;
  }

  #service .group .service:after {
    top: 65px;
    width: 30px;
    height: 30px;
    transform: translateY(0);
    background: url("../img/shared/arow_tog_sp.svg") no-repeat 0 0/100%;
  }

  #service .group .service .link {
    display: none;
  }

  #service .group .service .service-main .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #service .group .service .service-main .txt {
    width: 55%;
  }

  #service .group .service .service-main .photo {
    width: 42%;
    display: block !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 999px) and (max-width: 767px) {
  #service .group .service .service-main .photo {
    border-radius: 12px;
  }
}

@media screen and (max-width: 999px) {
  #service .group .service .service-main .more {
    display: block !important;
    width: 58%;
    margin: 30px auto;
  }

  #service .group .service .service-main .more a {
    display: block;
    text-align: left;
    background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    border-radius: 10px;
    font-weight: 600;
    padding: 0 30px;
    position: relative;
  }

  #service .group .service .service-main .more a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    z-index: 1;
  }

  #service .group .service.active:after {
    background: url("../img/shared/arow_tog_sp.svg") no-repeat 0 0/100%;
    transform: rotate(180deg);
  }

  #service .photo-hidden {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #service {
    padding-bottom: 125px;
  }

  #service .group .service {
    padding: 38px 0px 10px;
  }

  #service .group .service .service-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #service .group .service .service-main .info {
    padding-bottom: 0;
  }

  #service .group .service .service-main .photo {
    border-radius: 12px;
    height: fit-content;
    margin: 10px -20vw 0px 0;
    width: 100%;
  }

  #service .group .service .service-main .txt {
    width: 100%;
  }

  #service .group .service .service-main .more {
    width: 220px;
    margin: 40px auto 30px;
  }

  #service .group .service .service-main .more a {
    line-height: 50px;
  }

  #service .group .service .service-link {
    padding: 0 20px;
  }

  #service .group .service .service-link .num {
    font-size: 12px;
  }

  #service .group .service .service-link dt {
    font-size: 16px;
  }

  #service .group .service .service-link dd {
    font-size: 18px;
    padding: 7px 0 26px;
  }
}

.js-pager {
  padding: 40px 45px 0;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: flex-start;
  display: flex;
  gap: 20px;
}

.js-pager li {
  display: block;
  line-height: 1;
  font-size: 14px;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #8D8D8D;
  border: 1px solid rgba(141, 141, 141, 0);
}

.js-pager li.active {
  border: 1px solid #8d8d8d;
}

@media screen and (max-width: 1360px) {
  .js-pager {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .js-pager {
    justify-content: center;
    padding: 48px 0 0;
  }
}

#casestudy {
  background-color: #F5F5F5;
  padding: 65px 0 85px;
}

#casestudy .js-full {
  padding: 20px 0 0;
}

#casestudy .js-full .item {
  width: 557px !important;
  padding: 0px 40px 0 0;
  line-height: 32px;
}

#casestudy .js-full .item .box {
  background-color: #fff;
  height: 280px;
  padding: 40px;
  position: relative;
}

#casestudy .js-full .item .photo {
  border: 1px solid #eeeeee;
  width: 163px;
  margin-bottom: 20px;
}

#casestudy .js-full .item .tag dt {
  position: absolute;
  top: 66px;
  left: 226px;
  line-height: 20px;
}

#casestudy .js-full .item .tag dt .tt {
  color: #03567F;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  display: inline-block;
}

#casestudy .js-full .item .tag dt .t {
  font-size: 14px;
}

#casestudy .js-full .item .tag dt .t span {
  color: #8D8D8D;
}

@media screen and (max-width: 767px) {
  #casestudy {
    padding: 80px 0 70px;
  }

  #casestudy .js-full {
    padding: 30px 0 0 25px;
  }

  #casestudy .js-full .item {
    width: 325px !important;
    padding: 0px 10px;
    line-height: 32px;
  }

  #casestudy .js-full .item .box {
    height: 345px;
    padding: 25px;
    line-height: 28px;
  }

  #casestudy .js-full .item .photo {
    width: 100%;
    margin-bottom: 15px;
  }

  #casestudy .js-full .item .tag dt {
    position: static;
    line-height: 28px;
    padding-bottom: 5px;
  }

  #casestudy .js-full .item .tag dt .tt {
    padding-bottom: 0;
  }

  #casestudy .js-full .item .tag dt .t {
    font-size: 12px;
  }
}

#news {
  padding: 170px 0 100px;
  position: relative;
}

#news:before {
  content: '';
  background: url("../img/index/deco.png") no-repeat 0 0/100%;
  width: 650px;
  height: 650px;
  position: absolute;
  top: -238px;
  right: calc(50% - 857px);
}

@media screen and (max-width: 1300px) {
  #news:before {
    right: -210px;
  }
}

@media screen and (max-width: 999px) {
  #news:before {
    right: -190px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #news:before {
    right: -110px;
    width: 351px;
    top: -52px;
  }
}

@media screen and (max-width: 767px) {
  #news {
    padding: 175px 0 50px;
  }

  #news .blog-shared {
    padding-bottom: 40px;
  }
}

#youtube {
  padding: 75px 0;
}

#youtube .js-youtube {
  padding: 40px 0 0;
}

#youtube .js-youtube .item {
  padding-right: 20px;
  width: 330px !important;
}

#youtube .js-youtube .item dl {
  background-color: #fff;
}

#youtube .js-youtube .item dd {
  padding: 9px 20px;
}

#youtube .slick-next {
  left: calc(50% - 488px);
}

@media screen and (max-width: 1360px) {
  #youtube .slick-next {
    left: 173px;
  }
}

@media screen and (max-width: 767px) {
  #youtube {
    padding: 85px 0 50px;
  }

  #youtube .js-youtube {
    padding: 40px 0 0 20px;
    margin-right: -15px;
  }

  #youtube .js-youtube .item {
    padding-right: 20px;
    width: 325px !important;
  }

  #youtube .js-youtube .item dl {
    background-color: #fff;
  }

  #youtube .js-youtube .item dd {
    padding: 9px 20px;
  }

  #youtube .js-pager {
    padding-top: 60px;
  }

  #youtube .slick-arrow {
    left: calc(50% - 115px);
    bottom: -85px;
  }

  #youtube .slick-next {
    right: calc(50% - 100px);
    left: auto;
  }
}

#recruit {
  padding: 133px 50px 126px;
  position: relative;
  z-index: 2;
}

#recruit .info {
  background: url("../img/index/recruit_bg.jpg") no-repeat center/cover;
  color: #fff;
  border-radius: 20px;
  padding: 70px 0 97px;
}

#recruit .info .txt {
  padding-bottom: 77px;
}

@media screen and (max-width: 999px) {
  #recruit .info {
    padding: 50px 0 77px;
  }
}

@media screen and (max-width: 1500px) {
  #recruit {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1420px) {
  #recruit .wrap {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 105px 15px 100px;
  }

  #recruit .info {
    border-radius: 10px;
    background: url("../img/index/recruit_bg_sp.jpg") no-repeat center/cover;
    padding: 65px 6px 80px;
  }

  #recruit .info .txt {
    padding-bottom: 33px;
    margin-right: -3px;
  }

  #recruit .info .bnr-shared a {
    padding: 0 10px 0 0;
    text-align: center;
    letter-spacing: 0;
  }

  #recruit .info .h2-tt {
    font-size: 40px;
  }
}

#outline {
  position: relative;
  z-index: 1;
}

#outline:after {
  content: '';
  z-index: -1;
  background: url("../img/index/banner_decor.png") no-repeat 0 0/100%;
  width: 1045px;
  height: 1123px;
  position: absolute;
  top: -282px;
  right: 0;
}

#outline .banner {
  padding: 0 30px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#outline .banner:hover {
  opacity: 0.8;
}

#outline .banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/index/gradient_bg.jpg") no-repeat 0 0/100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: calc(50% + 550px);
}

#outline .wrap {
  padding: 55px 0 50px;
}

#outline .wrap:before {
  content: '';
  background: url("../img/shared/arow4.svg") no-repeat 0 0/100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: calc(50% - 445px);
  transform: translateY(-50%);
}

#outline a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#outline .h2-tt {
  font-size: 60px;
  padding-bottom: 30px;
}

#outline .h2-tt .ico {
  background-size: 10px;
  font-size: 14px;
  padding: 0px 0 0 16px;
  margin: 5px 0 0;
}

#outline .logo {
  width: 150px;
}

@media screen and (max-width: 1160px) {
  #outline:before {
    width: calc(100% - 30px);
  }

  #outline .wrap:before {
    right: 105px;
  }
}

@media screen and (max-width: 999px) {
  #outline .wrap:before {
    right: 55px;
  }
}

@media screen and (max-width: 767px) {
  #outline {
    padding: 0 15px 0 0;
  }

  #outline:after {
    background: url("../img/index/banner_decor_sp.png") no-repeat 0 0/100%;
    width: 375px;
    top: -90px;
    right: 0;
  }

  #outline .h2-tt {
    font-size: 40px;
    padding-bottom: 24px;
    line-height: 1.4;
  }

  #outline .wrap {
    padding: 60px 0 80px;
  }

  #outline .wrap:before {
    right: 5px;
  }

  #outline .banner {
    padding: 0 15px;
  }

  #outline .banner:before {
    width: 100%;
    background-size: cover;
  }
}

/* リングアニメーション */
#aboutGraphic {
  --blue: #1f6f97;
  --blue2: #2f86b3;
  --txt: #0e1b22;
  --muted: #6d7b86;
  --line: rgba(31, 111, 151, .25);

  position: relative !important;
  width: 100%;
  display: block !important;

  aspect-ratio: 1280 / 1315;
  max-width: 700px;
  margin-inline: auto;
}

.about-top {
  flex-direction: column;
  align-items: center;
}

.about-top-wius {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-top-col+.about-top-col {
  margin-top: 48px;
}

.about-top-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-top-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.about-top-ttl {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1f6f97;
  ;
  font-size: 40px;
  min-width: 205px;

  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;

  visibility: hidden;
}

.about-top-ttl.is-ready {
  visibility: visible;
}

.about-top-ttl>span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1), opacity 900ms ease;
  will-change: transform, opacity;
}

.about-top-ttl.is-inview>span {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .about-top-ttl {
    visibility: visible;
  }

  .about-top-ttl>span {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.about-mark {
  width: 40px;
  height: 40px;
  display: inline-block;
  object-fit: contain;
  opacity: .9;

  animation: about-mark-rotate 10s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.about-top-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

#aboutGraphic .about-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
}

#aboutGraphic .about-ring {
  position: absolute !important;
  left: 49.2% !important;
  top: 56% !important;
  width: 40% !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 2 !important;

  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  will-change: transform;
}

#aboutGraphic .about-core {
  position: absolute;
  left: 48.5%;
  top: 56%;
  width: 14%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  z-index: 3;
  display: grid;
  place-items: center;
}

#aboutGraphic .about-core-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0c5f85;
  font-size: 26px;
}

#aboutGraphic .about-label {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 540;
  letter-spacing: .14em;
  color: rgba(31, 111, 151, .95);
  font-size: clamp(12px, 1.2vw, 24px);
  z-index: 4;
  transform: translate(-50%, -50%);
}

#aboutGraphic .about-label[data-pos="lab-client"] {
  left: 20%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-passion"] {
  left: 80%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-change"] {
  left: 20%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-user"] {
  left: 80%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-life"] {
  left: 49%;
  top: 90%;
}

#aboutGraphic .about-bubble {
  position: absolute !important;
  z-index: 6 !important;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 12px 16px;

  font-weight: 500;
  text-align: center;

  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  appearance: none;
  cursor: pointer;
}

#aboutGraphic .about-bubble-sub {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: rgba(14, 27, 34, .45);
  font-size: 11px;
  line-height: 1.2;
}

#aboutGraphic .about-bubble:hover,
#aboutGraphic .about-bubble:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

#aboutGraphic .about-bubble[data-pos="top"] {
  left: 49%;
  top: 25%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="left"] {
  left: 10%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="right"] {
  left: 88.5%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-left"] {
  left: 18%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-right"] {
  left: 80.5%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble .bubble-hover {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-normal,
#aboutGraphic .about-bubble:focus-visible .bubble-normal {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-hover,
#aboutGraphic .about-bubble:focus-visible .bubble-hover {
  display: inline;
}

@keyframes about-mark-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  .about-top {
    gap: 18px;
  }

  .about-top-col {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .about-top-ttl {
    font-size: 28px;
    min-width: 0;
  }

  .about-top-txt {
    font-size: 16px;
  }

  #aboutGraphic .about-label {
    font-size: 12px;
  }

  #aboutGraphic .about-bubble {
    min-width: 0;
    width: min(84vw, 320px);
    padding: 10px 12px;
    font-size: 12px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    left: 50%;
    top: 18%;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    left: 50%;
    top: 40%;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    left: 50%;
    top: 52%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    left: 50%;
    top: 70%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    left: 50%;
    top: 82%;
  }

  #aboutGraphic .about-ring {
    width: 46% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 48.5%;
    width: 18%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  #aboutGraphic .about-label {
    font-size: 11px;
  }

  #aboutGraphic .about-bubble {
    width: min(40vw, 80px);
    min-width: 0;
    padding: 8px 10px;
    font-size: 8px;
    line-height: 1.4;

  }

  #aboutGraphic .about-bubble-sub {
    font-size: 10px;
    margin-top: 4px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 50%;
    top: 30%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 20%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 80%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 30%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 70%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-ring {
    width: 44% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 50%;
    width: 17%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 16px;
  }
}

.about-graphic-wius {
  background-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {

  #aboutGraphic .about-bubble:hover .bubble-normal,
  #aboutGraphic .about-bubble:focus-visible .bubble-normal {
    display: none;
  }

  #aboutGraphic .about-bubble:hover .bubble-hover,
  #aboutGraphic .about-bubble:focus-visible .bubble-hover {
    display: inline;
  }
}

@media (hover: none) and (pointer: coarse) {
  #aboutGraphic .about-bubble .bubble-normal {
    display: inline !important;
  }

  #aboutGraphic .about-bubble .bubble-hover {
    display: none !important;
  }

  #aboutGraphic .about-bubble:hover,
  #aboutGraphic .about-bubble:active,
  #aboutGraphic .about-bubble:focus,
  #aboutGraphic .about-bubble:focus-visible {
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12) !important;
  }

  #aboutGraphic .about-bubble {
    cursor: default !important;
  }
}

@media (hover: none) and (pointer: coarse) {

  #aboutGraphic .about-bubble,
  #aboutGraphic .about-bubble * {
    color: #0e1b22 !important;
    -webkit-text-fill-color: #0e1b22 !important;
  }

  #aboutGraphic .about-bubble {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/*オープニングアニメーション*/
#opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#opening .opening-rot {

  transform-origin: 50% 50%;
  transform: rotate(45deg);

  animation-name: openingToFinal;
  animation-duration: .6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
  will-change: transform;
}

#opening .logo {
  width: auto;
}

#opening .logo svg {
  width: min(100px, 10vw);
  height: auto;
  display: block;
}

#opening #mark_base,
#opening #mark_reveal,
#opening #word {
  opacity: 0;
}

#opening #mark_base {
  animation: openingBaseIn 1.2s ease forwards;
}

#opening #mark_reveal {
  opacity: 1;
  clip-path: inset(100% 0 0 0);
  animation: openingRevealUp .5s ease forwards;
  animation-delay: 1.2s;
}

@keyframes openingRevealUp {
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes openingToFinal {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes openingBaseIn {
  to {
    opacity: .3;
  }
}

@supports not (clip-path: inset(100% 0 0 0)) {
  #opening #mark_reveal {
    clip-path: none;
    opacity: 0;
    transform: translateY(18px);
    animation: openingRevealFallback .5s ease forwards;
    animation-delay: 1.2s;
  }

  @keyframes openingRevealFallback {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

body.opening-done #opening {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease;
}

/* FV */
#key-index h1 .t1 {
  font-size: 7.7vw;
}

#key-index h1 .t2 {
  font-size: 2.6vw;
}

#key-index {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#key-index .kv-mark {
  position: absolute;
  top: 0;
  right: -200px;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  z-index: 10;
}

#key-index #kvMark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#key-index .kv-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

#key-index h1 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(6px);
  will-change: transform, opacity;
}

#key-index .scroll {
  color: #000;
  border-left: 1px solid;
  height: 125px;
  width: 6px;
  position: absolute;
  left: 50%;
  bottom: 47px;
  z-index: 5;
  transform-origin: top;
  -webkit-transform-origin: top;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  animation: scrollLineGrow 1.6s ease-in-out infinite;
  will-change: clip-path, -webkit-clip-path, opacity, transform;
}

#key-index .scroll-text {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(12px);
  z-index: 6;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

#key-index #kvMark svg #mark_base,
#key-index #kvMark svg #mark_reveal {
  opacity: 0;
}

#key-index.is-anim #kvMark svg #mark_base {
  animation: kvBaseIn .5s ease forwards;
  animation-delay: 3.5s;
}

#key-index.is-anim #kvMark svg #mark_reveal {
  opacity: .9;
  clip-path: inset(100% 0 0 0);
  animation: kvRevealUp .5s ease forwards;
  animation-delay: 4s;
}

#key-index.is-anim h1 {
  animation: kvCopy .5s ease forwards;
  animation-delay: 5s;
}

@keyframes kvRevealUp {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes kvBaseIn {
  to {
    opacity: .1;
  }
}

@keyframes kvCopy {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scrollLineGrow {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transform: translateY(-6px);
  }

  18% {
    opacity: 1;
  }

  62% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateY(10px);
  }
}

@supports not (clip-path: inset(100% 0 0 0)) {
  #key-index.is-anim #kvMark svg #mark_reveal {
    clip-path: none;
    opacity: 0;
    transform: translateY(18px);
    animation: kvRevealFallback .5s ease forwards;
    animation-delay: 4s;
  }

  @keyframes kvRevealFallback {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  #key-index #kvMark svg #mark_base {
    opacity: .1 !important;
    animation: none !important;
  }

  #key-index #kvMark svg #mark_reveal,
  #key-index h1 {
    opacity: .9 !important;
    transform: none !important;
    animation: none !important;
    clip-path: none !important;
  }

  #key-index .scroll {
    animation: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  #key-index {
    min-height: 82vh;
  }

  #key-index h1 {
    margin-top: 100px
  }

  #key-index h1 .t1 {
    font-size: 11vw;
  }

  #key-index h1 .t2 {
    font-size: 5vw;
    margin: 0;
    margin-top: 32px
  }

  #key-index .kv-mark {
    position: absolute;
    top: -260px;
    right: -60px;
    bottom: 0;
    width: 400px;
    pointer-events: none;
    z-index: 0;
  }

  #key-index.is-anim #kvMark svg #mark_reveal {
    opacity: .75;
  }
}

/* TOPデジタルマーケティング */
@media screen and (max-width: 767px) {
  #service .group .service .service-main .info {
    display: flex;
    flex-direction: column;
  }

  #service .group .service .service-main .info .photo {
    order: -1;
    width: 100%;
    margin: 0 0 12px;
  }

  #service .group .service .service-main .info .txt {
    order: 0;
    width: 100%;
  }
}

/* 事例紹介 */
#casestudy .box {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  padding: 0;
}

#casestudy .photo {
  display: none;
}

#casestudy .content {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 12px 24px 16px;
  gap: 8px;
}

#casestudy .title {
  margin: 8px -24px 4px;
  padding: 12px 24px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  background: linear-gradient(90deg,
      #0a4f7a 0%,
      #0b5f8a 40%,
      #0c7f9a 100%);
}

#casestudy .issue {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

#casestudy .issue-label {
  font-weight: 700;
  color: #1f57a8;
}

#casestudy .comment {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  min-height: 3em;
}

#casestudy .result {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

#casestudy .result-label {
  font-weight: 700;
  color: #1f57a8;
}

#casestudy .sns {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#casestudy .sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#casestudy .sns img {
  width: auto;
  height: 30px;
  object-fit: contain;
  display: block;
}

#casestudy .js-full .item .box {
  padding: 0;
}

#casestudy .case-slider {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

#casestudy .case-viewport {
  overflow: hidden;
}

#casestudy .case-track {
  display: flex;
  transition: transform .5s ease;
}

#casestudy .case-card {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  min-height: 460px;
  align-items: stretch;
}

#casestudy .case-img {
  height: 100%;
  overflow: hidden;
}

#casestudy .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#casestudy .case-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px 48px;
  justify-content: space-between;
}

#casestudy .case-body h3 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

#casestudy .case-body .comment {
  font-size: 17px;
  line-height: 1.8;
  color: #111;
  margin: 0;
  flex: 0 0 auto;
}

#casestudy .combo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
}

#casestudy .combo .tag {
  background: #f2f4f6;
  padding: 30px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

#casestudy .combo .x {
  color: #777;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
}

#casestudy .case-body .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

#casestudy .case-body .sns img {
  width: auto;
  height: 48px;
  object-fit: contain;
  display: block;
}

#casestudy .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

#casestudy .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

#casestudy .dot.active {
  background: #000;
}

.case-body {
  text-align: center;
}

.case-body h3 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
  padding-top: 56px;
}

.case-body .quote {
  color: #1f6f97;
  font-size: 2.4em;
  font-weight: 700;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ナビ（PC/共通） */
#casestudy .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}

#casestudy .nav::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: url(https://wius.co.jp/hp_test2/wp-content/themes/WiUs/frontend/shared/img/shared/arow3.svg) no-repeat center / 100%;
}

#casestudy .nav.next {
  right: -70px;
}

#casestudy .nav.prev {
  left: -70px;
}

#casestudy .nav.prev::before {
  transform: rotate(180deg);
}

@media (max-width:767px) {
  #casestudy .case-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 15px;
  }

  #casestudy .case-body {
    padding: 24px 20px;
    justify-content: flex-start;
    gap: 14px;
  }

  #casestudy .case-body h3 {
    font-size: 24px;
  }

  #casestudy .case-body .comment {
    font-size: 15px;
    line-height: 1.75;
    min-height: calc(1.75em * 4);
  }

  #casestudy .combo {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
    gap: 4px;
  }

  #casestudy .combo .tag {
    padding: 10px 14px;
    font-size: 14px;
  }

  #casestudy .combo .x {
    font-size: 14px;
  }

  #casestudy .case-track {
    padding: 15px;
    gap: 15px;
  }

  #casestudy .case-img img {
    border-radius: 20px;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .combo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  #casestudy .nav {
    top: auto;
    bottom: 0;
    transform: none;
  }

  #casestudy .dots {
    position: relative;
    margin-top: 20px;
  }

  #casestudy .nav.prev {
    left: calc(50% - 80px);
  }

  #casestudy .nav.next {
    right: calc(50% - 80px);
  }

  #casestudy .case-slider {
    display: grid !important;
    grid-template-columns: 16px 44px auto 44px 16px;
    grid-template-areas:
      "viewport viewport viewport viewport viewport"
      ".        prev     dots      next     .";
    row-gap: 12px;
    align-items: center;
  }

  #casestudy .case-viewport {
    grid-area: viewport;
  }

  #casestudy .nav {
    position: static !important;
    transform: none !important;
  }

  #casestudy .nav.prev {
    grid-area: prev;
  }

  #casestudy .nav.next {
    grid-area: next;
  }

  #casestudy .dots {
    grid-area: dots;
    margin-top: 0 !important;
    justify-self: center;
  }

  #casestudy .nav {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    line-height: 0 !important;
    justify-self: center;
    align-self: center;
  }

  #casestudy .nav::before {
    width: 44px !important;
    height: 44px !important;
    background-size: 100% 100% !important;
  }

  #casestudy .dots {
    align-self: center;
    justify-self: center;
  }


  .photo.sp img {
    height: 213px;
    object-fit: cover;
    object-position: center;
  }


  #casestudy .case-body h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 0;
  }


  #casestudy .case-body .quote {
    font-size: 1.8em;
    font-weight: 700;
    color: #1f6f97;
    line-height: 1;
    position: static;
    transform: none;
  }

  #casestudy .case-body .sns img {
    height: 40px;
  }

}

/* Scss Document */
@keyframes AnimationTitle {
  0% {
    background-position: 50% 50%;
  }

  30% {
    background-position: 100% 55%;
  }

  60% {
    background-position: 0% 45%;
  }

  100% {
    background-position: 50% 50%;
  }
}

@keyframes AnimationTitle1 {
  0% {
    background-position: 50% 50%;
  }

  30% {
    background-position: 100% 50%;
  }

  900% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 50% 50%;
  }
}

@keyframes out {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes out1 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

section:after {
  display: none;
}

@media screen and (max-width: 767px) {
  section {
    padding-bottom: 100px;
  }
}

.h2-tt {
  line-height: 1.4;
  font-size: 85px;
}

.h2-tt span {
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .h2-tt {
    line-height: 1.5;
    font-size: 40px;
  }

  .h2-tt .ico {
    font-size: 14px;
    background-size: 10px;
  }
}

#opening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  pointer-events: none;
  pointer-events: none;
}

#opening .logo {
  width: 250px;
  opacity: 0;
}

.page-done #opening {
  animation: out 1s ease-in-out forwards 3s;
}

.page-done #opening .logo {
  animation: out1 3s ease-in-out forwards;
}

.page-done #key-index h1 {
  opacity: 1;
}

#key-index {
  position: relative;
  padding: 14.8% 0% 13.5% 5.6%;
  /*  background-image: url("../img/index/grand_text.jpg");
  background-size: cover;
     background-position: center 40px;
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
       animation: AnimationTitle 5s ease infinite;
    */
}

#key-index:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0;
  width: 50%;
}

#key-index .scroll {
  color: #000;
  border-left: 1px solid;
  height: 125px;
  width: 6px;
  position: absolute;
  left: 50%;
  bottom: -47px;
  z-index: 5;
}

#key-index .scroll:before {
  position: absolute;
  content: '';
  width: 13px;
  border-top: 1px solid;
  left: -4px;
  bottom: 5px;
  transform: rotate(-58deg);
}

@media screen and (max-width: 999px) {
  #key-index .scroll {
    height: 62px;
    width: 6px;
    bottom: -32px;
  }

  #key-index .scroll:before {
    width: 13px;
    left: -4px;
    bottom: 5px;
    transform: rotate(-58deg);
  }
}

#key-index h1 {
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  opacity: 0;
  transition: opacity 2s ease 4s;
  -moz-transition: opacity 2s ease 4s;
  -webkit-transition: opacity 2s ease 4s;
}

#key-index h1 .t1 {
  display: block;
  font-size: 8.8vw;
  letter-spacing: 0;
  line-height: 1.07;
  background-image: url("../img/index/grand_text.jpg");
  background-size: auto;
  background-position: center center;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: AnimationTitle 5s ease infinite;
}

#key-index h1 .t1 .pad {
  letter-spacing: -0.02em;
}

#key-index h1 .t2 {
  font-weight: 600;
  display: block;
  margin: 2.3vw 0 0;
  font-size: 3vw;
  letter-spacing: 0.04em;
  background: linear-gradient(90deg, #03567f 0%, black 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: AnimationTitle1 5s ease infinite;
}

#key-index h1 img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #key-index {
    padding: 21vw 10px 27vw;
    height: auto;
  }

  #key-index:before {
    top: -38vw;
    right: 0;
    right: -5vw;
    width: 152.5%;
  }

  #key-index h1 .t1 {
    background-image: url("../img/index/grand_text_sp.jpg");
    font-size: 14.8vw;
    letter-spacing: 0.04em;
    line-height: 1.14;
    animation: AnimationTitle 10s ease infinite;
  }

  #key-index h1 .t1 .pad1 {
    padding: 0 0 0 13vw;
    letter-spacing: 0.04em;
  }

  #key-index h1 .t1 .pad {
    padding: 00 0 0;
    font-size: 11vw;
    display: block;
  }

  #key-index h1 .t2 {
    font-size: 5vw;
    margin: 12vw 0 0;
    letter-spacing: 0.08em;
  }
}

#about {
  padding: 0 50px;
  margin-bottom: 100px;
}

#about .box {
  position: relative;
  padding: 100px 0;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

#about .box:before {
  z-index: -1;
  content: '';
  border-radius: 50px;
  background-color: #f7fafb;
  position: absolute;
  top: 100px;
  left: 100px;
  bottom: 100px;
  right: calc(50% - 480px);
}

#about .wrap {
  padding: 67px 0 70px 48px;
}

#about .shape {
  order: -1;
  max-width: 690px;
  width: calc(100% - 510px);
}

#about .info {
  width: 490px;
}

#about .info .txt {
  margin-bottom: 60px;
  margin-right: -10px;
}

@media screen and (max-width: 999px) {
  #about .info .txt {
    margin-right: 0;
  }
}

@media screen and (max-width: 1550px) {
  #about .box:before {
    top: 50px;
    bottom: 50px;
    right: 50px;
    left: 50px;
  }
}

@media screen and (max-width: 1500px) {
  #about {
    padding: 0 30px;
  }

  #about .wrap {
    max-width: 100%;
    padding: 65px 60px 0;
  }

  #about .box:before {
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 999px) {
  #about .wrap {
    display: block;
  }

  #about .box {
    padding-top: 0;
  }

  #about .box:before {
    display: none;
  }

  #about .info {
    width: 100%;
    padding-bottom: 50px;
    border-radius: 20px;
  }

  #about .shape {
    width: 100%;
    background-color: #f7fafb;
    max-width: 100%;
    border-radius: 20px;
    padding: 40px 20px 10px;
  }
}

@media screen and (max-width: 767px) {
  #about {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  #about .wrap {
    padding: 50px 10px 40px;
  }

  #about .box {
    padding-bottom: 0;
    border-radius: 10px;
  }

  #about .box:before {
    display: none;
  }

  #about .info {
    padding: 0 10px 40px;
  }

  #about .info .txt {
    margin-bottom: 30px;
  }

  #about .shape {
    border-radius: 20px;
    padding: 40px 8px 10px;
  }
}

#service {
  padding: 40px 0 180px;
}

#service .lead {
  width: 410px;
}

#service .photo-hidden {
  width: 300px;
  margin-top: 78px;
  position: relative;
}

#service .photo-hidden li {
  width: 340px;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  box-shadow: 30.6666px 31.6666px 44.8333px rgba(0, 0, 0, 0.1);
}

#service .photo-hidden li:nth-child(1) {
  position: relative;
}

#service .photo-hidden li.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1360px) {
  #service .photo-hidden {
    left: 30px;
  }
}

#service .group {
  max-width: 730px;
  width: calc(100% - 440px);
  padding: 37px 0 0;
}

#service .group .service {
  border-top: 1px solid rgba(3, 86, 127, 0.3);
  padding: 35px 125px 13px 0;
  letter-spacing: 0.04em;
  position: relative;
  cursor: pointer;
}

#service .group .service:after {
  content: '';
  background: url("../img/shared/arow.png") no-repeat 0 0/100%;
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service:last-child {
  border-bottom: 1px solid rgba(3, 86, 127, 0.3);
}

#service .group .service .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service .txt {
  letter-spacing: 0.05em;
}

#service .group .service .info {
  padding-bottom: 27px;
}

#service .group .service .service-main,
#service .group .service .service-link {
  padding-left: 146px;
}

#service .group .service .service-link {
  line-height: 34px;
  position: relative;
  opacity: 0.7;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#service .group .service .service-link dt {
  font-size: 18px;
  font-weight: 600;
}

#service .group .service .service-link dd {
  font-size: 22px;
  font-weight: 600;
  background: linear-gradient(90deg, #1e557e 0%, #4867c4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 0 32px;
  line-height: 32px;
  letter-spacing: 0em;
}

#service .group .service .service-link .num {
  left: 30px;
  top: 0px;
  color: #8D8D8D;
  position: absolute;
  font-size: 13.71px;
  font-weight: 400;
}

#service .group .service.active:after {
  background: url("../img/shared/arow1.png") no-repeat 0 0/100%;
}

#service .group .service.active .service-link {
  opacity: 1;
}

#service .group .service.active .link {
  pointer-events: auto;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  #service .group .service {
    padding-right: 100px;
  }

  #service .group .service:after {
    right: 20px;
  }

  #service .group .service .service-link,
  #service .group .service .service-main {
    padding-left: 0;
  }

  #service .group .service .service-link .num {
    position: static;
    line-height: 1;
  }
}

@media screen and (max-width: 999px) {
  #service .wrap {
    display: block;
  }

  #service .lead {
    width: auto;
  }

  #service .group {
    width: auto;
    max-width: 100%;
  }

  #service .group .service {
    padding-right: 0;
  }

  #service .group .service:after {
    top: 65px;
    width: 30px;
    height: 30px;
    transform: translateY(0);
    background: url("../img/shared/arow_tog_sp.svg") no-repeat 0 0/100%;
  }

  #service .group .service .link {
    display: none;
  }

  #service .group .service .service-main .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #service .group .service .service-main .txt {
    width: 55%;
  }

  #service .group .service .service-main .photo {
    width: 42%;
    display: block !important;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 999px) and (max-width: 767px) {
  #service .group .service .service-main .photo {
    border-radius: 12px;
  }
}

@media screen and (max-width: 999px) {
  #service .group .service .service-main .more {
    display: block !important;
    width: 58%;
    margin: 30px auto;
  }

  #service .group .service .service-main .more a {
    display: block;
    text-align: left;
    background: linear-gradient(90deg, #03567f 0%, #3c68c7 100%);
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    border-radius: 10px;
    font-weight: 600;
    padding: 0 30px;
    position: relative;
  }

  #service .group .service .service-main .more a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    z-index: 1;
  }

  #service .group .service.active:after {
    background: url("../img/shared/arow_tog_sp.svg") no-repeat 0 0/100%;
    transform: rotate(180deg);
  }

  #service .photo-hidden {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    margin: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  #service {
    padding-bottom: 125px;
  }

  #service .group .service {
    padding: 38px 0px 10px;
  }

  #service .group .service .service-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #service .group .service .service-main .info {
    padding-bottom: 0;
  }

  #service .group .service .service-main .photo {
    border-radius: 12px;
    height: fit-content;
    margin: 10px -20vw 0px 0;
    width: 100%;
  }

  #service .group .service .service-main .txt {
    width: 100%;
  }

  #service .group .service .service-main .more {
    width: 220px;
    margin: 40px auto 30px;
  }

  #service .group .service .service-main .more a {
    line-height: 50px;
  }

  #service .group .service .service-link {
    padding: 0 20px;
  }

  #service .group .service .service-link .num {
    font-size: 12px;
  }

  #service .group .service .service-link dt {
    font-size: 16px;
  }

  #service .group .service .service-link dd {
    font-size: 18px;
    padding: 7px 0 26px;
  }
}

.js-pager {
  padding: 40px 45px 0;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: flex-start;
  display: flex;
  gap: 20px;
}

.js-pager li {
  display: block;
  line-height: 1;
  font-size: 14px;
  border-radius: 50%;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #8D8D8D;
  border: 1px solid rgba(141, 141, 141, 0);
}

.js-pager li.active {
  border: 1px solid #8d8d8d;
}

@media screen and (max-width: 1360px) {
  .js-pager {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .js-pager {
    justify-content: center;
    padding: 48px 0 0;
  }
}

#casestudy {
  background-color: #F5F5F5;
  padding: 65px 0 85px;
}

#casestudy .js-full {
  padding: 20px 0 0;
}

#casestudy .js-full .item {
  width: 557px !important;
  padding: 0px 40px 0 0;
  line-height: 32px;
}

#casestudy .js-full .item .box {
  background-color: #fff;
  height: 280px;
  padding: 40px;
  position: relative;
}

#casestudy .js-full .item .photo {
  border: 1px solid #eeeeee;
  width: 163px;
  margin-bottom: 20px;
}

#casestudy .js-full .item .tag dt {
  position: absolute;
  top: 66px;
  left: 226px;
  line-height: 20px;
}

#casestudy .js-full .item .tag dt .tt {
  color: #03567F;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding-bottom: 10px;
  display: inline-block;
}

#casestudy .js-full .item .tag dt .t {
  font-size: 14px;
}

#casestudy .js-full .item .tag dt .t span {
  color: #8D8D8D;
}

@media screen and (max-width: 767px) {
  #casestudy {
    padding: 80px 0 70px;
  }

  #casestudy .js-full {
    padding: 30px 0 0 25px;
  }

  #casestudy .js-full .item {
    width: 325px !important;
    padding: 0px 10px;
    line-height: 32px;
  }

  #casestudy .js-full .item .box {
    height: 345px;
    padding: 25px;
    line-height: 28px;
  }

  #casestudy .js-full .item .photo {
    width: 100%;
    margin-bottom: 15px;
  }

  #casestudy .js-full .item .tag dt {
    position: static;
    line-height: 28px;
    padding-bottom: 5px;
  }

  #casestudy .js-full .item .tag dt .tt {
    padding-bottom: 0;
  }

  #casestudy .js-full .item .tag dt .t {
    font-size: 12px;
  }
}

#news {
  padding: 170px 0 100px;
  position: relative;
}

#news:before {
  content: '';
  background: url("../img/index/deco.png") no-repeat 0 0/100%;
  width: 650px;
  height: 650px;
  position: absolute;
  top: -238px;
  right: calc(50% - 857px);
}

@media screen and (max-width: 1300px) {
  #news:before {
    right: -210px;
  }
}

@media screen and (max-width: 999px) {
  #news:before {
    right: -190px;
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  #news:before {
    right: -110px;
    width: 351px;
    top: -52px;
  }
}

@media screen and (max-width: 767px) {
  #news {
    padding: 175px 0 50px;
  }

  #news .blog-shared {
    padding-bottom: 40px;
  }
}

#youtube {
  padding: 75px 0;
}

#youtube .js-youtube {
  padding: 40px 0 0;
}

#youtube .js-youtube .item {
  padding-right: 20px;
  width: 330px !important;
}

#youtube .js-youtube .item dl {
  background-color: #fff;
}

#youtube .js-youtube .item dd {
  padding: 9px 20px;
}

#youtube .slick-next {
  left: calc(50% - 488px);
}

@media screen and (max-width: 1360px) {
  #youtube .slick-next {
    left: 173px;
  }
}

@media screen and (max-width: 767px) {
  #youtube {
    padding: 85px 0 50px;
  }

  #youtube .js-youtube {
    padding: 40px 0 0 20px;
    margin-right: -15px;
  }

  #youtube .js-youtube .item {
    padding-right: 20px;
    width: 325px !important;
  }

  #youtube .js-youtube .item dl {
    background-color: #fff;
  }

  #youtube .js-youtube .item dd {
    padding: 9px 20px;
  }

  #youtube .js-pager {
    padding-top: 60px;
  }

  #youtube .slick-arrow {
    left: calc(50% - 115px);
    bottom: -85px;
  }

  #youtube .slick-next {
    right: calc(50% - 100px);
    left: auto;
  }
}

#recruit {
  padding: 133px 50px 126px;
  position: relative;
  z-index: 2;
}

#recruit .info {
  background: url("../img/index/recruit_bg.jpg") no-repeat center/cover;
  color: #fff;
  border-radius: 20px;
  padding: 70px 0 97px;
}

#recruit .info .txt {
  padding-bottom: 77px;
}

@media screen and (max-width: 999px) {
  #recruit .info {
    padding: 50px 0 77px;
  }
}

@media screen and (max-width: 1500px) {
  #recruit {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1420px) {
  #recruit .wrap {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  #recruit {
    padding: 105px 15px 100px;
  }

  #recruit .info {
    border-radius: 10px;
    background: url("../img/index/recruit_bg_sp.jpg") no-repeat center/cover;
    padding: 65px 6px 80px;
  }

  #recruit .info .txt {
    padding-bottom: 33px;
    margin-right: -3px;
  }

  #recruit .info .bnr-shared a {
    padding: 0 10px 0 0;
    text-align: center;
    letter-spacing: 0;
  }

  #recruit .info .h2-tt {
    font-size: 40px;
  }
}

#outline {
  position: relative;
  z-index: 1;
}

#outline:after {
  content: '';
  z-index: -1;
  background: url("../img/index/banner_decor.png") no-repeat 0 0/100%;
  width: 1045px;
  height: 1123px;
  position: absolute;
  top: -282px;
  right: 0;
}

#outline .banner {
  padding: 0 30px;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

#outline .banner:hover {
  opacity: 0.8;
}

#outline .banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../img/index/gradient_bg.jpg") no-repeat 0 0/100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: calc(50% + 550px);
}

#outline .wrap {
  padding: 55px 0 50px;
}

#outline .wrap:before {
  content: '';
  background: url("../img/shared/arow4.svg") no-repeat 0 0/100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  right: calc(50% - 445px);
  transform: translateY(-50%);
}

#outline a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#outline .h2-tt {
  font-size: 60px;
  padding-bottom: 30px;
}

#outline .h2-tt .ico {
  background-size: 10px;
  font-size: 14px;
  padding: 0px 0 0 16px;
  margin: 5px 0 0;
}

#outline .logo {
  width: 150px;
}

@media screen and (max-width: 1160px) {
  #outline:before {
    width: calc(100% - 30px);
  }

  #outline .wrap:before {
    right: 105px;
  }
}

@media screen and (max-width: 999px) {
  #outline .wrap:before {
    right: 55px;
  }
}

@media screen and (max-width: 767px) {
  #outline {
    padding: 0 15px 0 0;
  }

  #outline:after {
    background: url("../img/index/banner_decor_sp.png") no-repeat 0 0/100%;
    width: 375px;
    top: -90px;
    right: 0;
  }

  #outline .h2-tt {
    font-size: 40px;
    padding-bottom: 24px;
    line-height: 1.4;
  }

  #outline .wrap {
    padding: 60px 0 80px;
  }

  #outline .wrap:before {
    right: 5px;
  }

  #outline .banner {
    padding: 0 15px;
  }

  #outline .banner:before {
    width: 100%;
    background-size: cover;
  }
}

/* リングアニメーション */
#aboutGraphic {
  --blue: #1f6f97;
  --blue2: #2f86b3;
  --txt: #0e1b22;
  --muted: #6d7b86;
  --line: rgba(31, 111, 151, .25);

  position: relative !important;
  width: 100%;
  display: block !important;

  aspect-ratio: 1280 / 1315;
  max-width: 700px;
  margin-inline: auto;
}

.about-top {
  flex-direction: column;
  align-items: center;
}

.about-top-wius {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.about-top-col+.about-top-col {
  margin-top: 48px;
}

.about-top-col {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-top-head {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.about-top-ttl {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #1f6f97;
  ;
  font-size: 40px;
  min-width: 205px;

  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;

  visibility: hidden;
}

.about-top-ttl.is-ready {
  visibility: visible;
}

.about-top-ttl>span {
  display: inline-block;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 900ms cubic-bezier(.2, .8, .2, 1), opacity 900ms ease;
  will-change: transform, opacity;
}

.about-top-ttl.is-inview>span {
  transform: translateY(0);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .about-top-ttl {
    visibility: visible;
  }

  .about-top-ttl>span {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

.about-mark {
  width: 40px;
  height: 40px;
  display: inline-block;
  object-fit: contain;
  opacity: .9;

  animation: about-mark-rotate 10s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}

.about-top-txt {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}

#aboutGraphic .about-center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
}

#aboutGraphic .about-ring {
  position: absolute !important;
  left: 49.2% !important;
  top: 56% !important;
  width: 40% !important;
  height: auto !important;
  pointer-events: none !important;
  z-index: 2 !important;

  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  will-change: transform;
}

#aboutGraphic .about-core {
  position: absolute;
  left: 48.5%;
  top: 56%;
  width: 14%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  z-index: 3;
  display: grid;
  place-items: center;
}

#aboutGraphic .about-core-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  color: #0c5f85;
  font-size: 26px;
}

#aboutGraphic .about-label {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 540;
  letter-spacing: .14em;
  color: rgba(31, 111, 151, .95);
  font-size: clamp(12px, 1.2vw, 24px);
  z-index: 4;
  transform: translate(-50%, -50%);
}

#aboutGraphic .about-label[data-pos="lab-client"] {
  left: 20%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-passion"] {
  left: 80%;
  top: 35%;
}

#aboutGraphic .about-label[data-pos="lab-change"] {
  left: 20%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-user"] {
  left: 80%;
  top: 66%;
}

#aboutGraphic .about-label[data-pos="lab-life"] {
  left: 49%;
  top: 90%;
}

#aboutGraphic .about-bubble {
  position: absolute !important;
  z-index: 6 !important;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 220ms ease, box-shadow 220ms ease;

  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 10px;
  padding: 12px 16px;

  font-weight: 500;
  text-align: center;

  box-shadow: 0 14px 28px rgba(0, 0, 0, .12);
  appearance: none;
  cursor: pointer;
}

#aboutGraphic .about-bubble-sub {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  color: rgba(14, 27, 34, .45);
  font-size: 11px;
  line-height: 1.2;
}

#aboutGraphic .about-bubble:hover,
#aboutGraphic .about-bubble:focus-visible {
  transform: translate(-50%, -50%) scale(1.06);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

#aboutGraphic .about-bubble[data-pos="top"] {
  left: 49%;
  top: 25%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="left"] {
  left: 10%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="right"] {
  left: 88.5%;
  top: 48%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-left"] {
  left: 18%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble[data-pos="bottom-right"] {
  left: 80.5%;
  top: 80%;
  min-width: 230px;
  min-height: 60px;
  font-size: 13px;
}

#aboutGraphic .about-bubble .bubble-hover {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-normal,
#aboutGraphic .about-bubble:focus-visible .bubble-normal {
  display: none;
}

#aboutGraphic .about-bubble:hover .bubble-hover,
#aboutGraphic .about-bubble:focus-visible .bubble-hover {
  display: inline;
}

@keyframes about-mark-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  .about-top {
    gap: 18px;
  }

  .about-top-col {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .about-top-ttl {
    font-size: 28px;
    min-width: 0;
  }

  .about-top-txt {
    font-size: 16px;
  }

  #aboutGraphic .about-label {
    font-size: 12px;
  }

  #aboutGraphic .about-bubble {
    min-width: 0;
    width: min(84vw, 320px);
    padding: 10px 12px;
    font-size: 12px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    left: 50%;
    top: 18%;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    left: 50%;
    top: 40%;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    left: 50%;
    top: 52%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    left: 50%;
    top: 70%;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    left: 50%;
    top: 82%;
  }

  #aboutGraphic .about-ring {
    width: 46% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 48.5%;
    width: 18%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #aboutGraphic {
    max-width: 92vw;
  }

  #aboutGraphic .about-label {
    font-size: 11px;
  }

  #aboutGraphic .about-bubble {
    width: min(40vw, 80px);
    min-width: 0;
    padding: 8px 10px;
    font-size: 8px;
    line-height: 1.4;

  }

  #aboutGraphic .about-bubble-sub {
    font-size: 10px;
    margin-top: 4px;
  }

  #aboutGraphic .about-bubble[data-pos="top"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 50%;
    top: 30%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 20%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 80%;
    top: 50%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-left"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 30%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-bubble[data-pos="bottom-right"] {
    min-width: 0 !important;
    width: min(40vw, 80px);
    !important;
    left: 70%;
    top: 80%;
    font-size: 8px !important;
  }

  #aboutGraphic .about-ring {
    width: 44% !important;
    left: 50% !important;
  }

  #aboutGraphic .about-core {
    left: 50%;
    width: 17%;
  }

  #aboutGraphic .about-core-ttl {
    font-size: 16px;
  }
}

.about-graphic-wius {
  background-color: transparent !important;
}

@media (hover: hover) and (pointer: fine) {

  #aboutGraphic .about-bubble:hover .bubble-normal,
  #aboutGraphic .about-bubble:focus-visible .bubble-normal {
    display: none;
  }

  #aboutGraphic .about-bubble:hover .bubble-hover,
  #aboutGraphic .about-bubble:focus-visible .bubble-hover {
    display: inline;
  }
}

@media (hover: none) and (pointer: coarse) {
  #aboutGraphic .about-bubble .bubble-normal {
    display: inline !important;
  }

  #aboutGraphic .about-bubble .bubble-hover {
    display: none !important;
  }

  #aboutGraphic .about-bubble:hover,
  #aboutGraphic .about-bubble:active,
  #aboutGraphic .about-bubble:focus,
  #aboutGraphic .about-bubble:focus-visible {
    transform: translate(-50%, -50%) scale(1) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .12) !important;
  }

  #aboutGraphic .about-bubble {
    cursor: default !important;
  }
}

@media (hover: none) and (pointer: coarse) {

  #aboutGraphic .about-bubble,
  #aboutGraphic .about-bubble * {
    color: #0e1b22 !important;
    -webkit-text-fill-color: #0e1b22 !important;
  }

  #aboutGraphic .about-bubble {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/*オープニングアニメーション*/
#opening {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

#opening .opening-rot {

  transform-origin: 50% 50%;
  transform: rotate(45deg);

  animation-name: openingToFinal;
  animation-duration: .6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.7s;
  will-change: transform;
}

#opening .logo {
  width: auto;
}

#opening .logo svg {
  width: min(100px, 10vw);
  height: auto;
  display: block;
}

#opening #mark_base,
#opening #mark_reveal,
#opening #word {
  opacity: 0;
}

#opening #mark_base {
  animation: openingBaseIn 1.2s ease forwards;
}

#opening #mark_reveal {
  opacity: 1;
  clip-path: inset(100% 0 0 0);
  animation: openingRevealUp .5s ease forwards;
  animation-delay: 1.2s;
}

@keyframes openingRevealUp {
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes openingToFinal {
  from {
    transform: rotate(45deg);
  }

  to {
    transform: rotate(0deg);
  }
}

@keyframes openingBaseIn {
  to {
    opacity: .3;
  }
}

@supports not (clip-path: inset(100% 0 0 0)) {
  #opening #mark_reveal {
    clip-path: none;
    opacity: 0;
    transform: translateY(18px);
    animation: openingRevealFallback .5s ease forwards;
    animation-delay: 1.2s;
  }

  @keyframes openingRevealFallback {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

body.opening-done #opening {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility .4s ease;
}

#opening ~ main header,
#opening ~ main header #belt{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.opening-done #opening ~ main header,
body.opening-done #opening ~ main header #belt{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .3s ease;
}

/* FV */
#key-index h1 .t1 {
  font-size: 7.7vw;
}

#key-index h1 .t2 {
  font-size: 2.6vw;
}

#key-index {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#key-index .kv-mark {
  position: absolute;
  top: 0;
  right: -200px;
  bottom: 0;
  width: 50%;
  pointer-events: none;
  z-index: 10;
}

#key-index #kvMark {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

#key-index .kv-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

#key-index h1 {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(6px);
  will-change: transform, opacity;
}

#key-index .scroll {
  color: #000;
  border-left: 1px solid;
  height: 125px;
  width: 6px;
  position: absolute;
  left: 50%;
  bottom: 47px;
  z-index: 5;
  transform-origin: top;
  -webkit-transform-origin: top;
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  animation: scrollLineGrow 1.6s ease-in-out infinite;
  will-change: clip-path, -webkit-clip-path, opacity, transform;
}

#key-index .scroll-text {
  position: absolute;
  left: 50%;
  bottom: 110px;
  transform: translateX(12px);
  z-index: 6;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

#key-index #kvMark svg #mark_base,
#key-index #kvMark svg #mark_reveal {
  opacity: 0;
}

#key-index.is-anim #kvMark svg #mark_base {
  animation: kvBaseIn .5s ease forwards;
  animation-delay: 3.5s;
}

#key-index.is-anim #kvMark svg #mark_reveal {
  opacity: .9;
  clip-path: inset(100% 0 0 0);
  animation: kvRevealUp .5s ease forwards;
  animation-delay: 4s;
}

#key-index.is-anim h1 {
  animation: kvCopy .5s ease forwards;
  animation-delay: 5s;
}

@keyframes kvRevealUp {
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes kvBaseIn {
  to {
    opacity: .1;
  }
}

@keyframes kvCopy {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes scrollLineGrow {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
    transform: translateY(-6px);
  }

  18% {
    opacity: 1;
  }

  62% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    transform: translateY(10px);
  }
}

@supports not (clip-path: inset(100% 0 0 0)) {
  #key-index.is-anim #kvMark svg #mark_reveal {
    clip-path: none;
    opacity: 0;
    transform: translateY(18px);
    animation: kvRevealFallback .5s ease forwards;
    animation-delay: 4s;
  }

  @keyframes kvRevealFallback {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  #key-index #kvMark svg #mark_base {
    opacity: .1 !important;
    animation: none !important;
  }

  #key-index #kvMark svg #mark_reveal,
  #key-index h1 {
    opacity: .9 !important;
    transform: none !important;
    animation: none !important;
    clip-path: none !important;
  }

  #key-index .scroll {
    animation: none !important;
    clip-path: none !important;
    -webkit-clip-path: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 767px) {
  #key-index {
    min-height: 82vh;
  }

  #key-index h1 {
    margin-top: 100px
  }

  #key-index h1 .t1 {
    font-size: 11vw;
  }

  #key-index h1 .t2 {
    font-size: 5vw;
    margin: 0;
    margin-top: 32px
  }

  #key-index .kv-mark {
    position: absolute;
    top: -260px;
    right: -60px;
    bottom: 0;
    width: 400px;
    pointer-events: none;
    z-index: 0;
  }

  #key-index.is-anim #kvMark svg #mark_reveal {
    opacity: .75;
  }
}

/* TOPデジタルマーケティング */
@media screen and (max-width: 767px) {
  #service .group .service .service-main .info {
    display: flex;
    flex-direction: column;
  }

  #service .group .service .service-main .info .photo {
    order: -1;
    width: 100%;
    margin: 0 0 12px;
  }

  #service .group .service .service-main .info .txt {
    order: 0;
    width: 100%;
  }
}

/* 事例紹介 */
#casestudy .box {
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
  padding: 0;
}

#casestudy .photo {
  display: none;
}

#casestudy .content {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 12px 24px 16px;
  gap: 8px;
}

#casestudy .title {
  margin: 8px -24px 4px;
  padding: 12px 24px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  background: linear-gradient(90deg,
      #0a4f7a 0%,
      #0b5f8a 40%,
      #0c7f9a 100%);
}

#casestudy .issue {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

#casestudy .issue-label {
  font-weight: 700;
  color: #1f57a8;
}

#casestudy .comment {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  min-height: 3em;
}

#casestudy .result {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

#casestudy .result-label {
  font-weight: 700;
  color: #1f57a8;
}

#casestudy .sns {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#casestudy .sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#casestudy .sns img {
  width: auto;
  height: 30px;
  object-fit: contain;
  display: block;
}

#casestudy .js-full .item .box {
  padding: 0;
}

#casestudy .case-slider {
  position: relative;
  max-width: 1300px;
  margin: auto;
}

#casestudy .case-viewport {
  overflow: hidden;
}

#casestudy .case-track {
  display: flex;
  transition: transform .5s ease;
}

#casestudy .case-card {
  flex: 0 0 100%;
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  min-height: 460px;
  align-items: stretch;
}

#casestudy .case-img {
  height: 100%;
  overflow: hidden;
}

#casestudy .case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#casestudy .case-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 44px 48px;
  justify-content: space-between;
}

#casestudy .case-body h3 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

#casestudy .case-body .comment {
  font-size: 17px;
  line-height: 1.8;
  color: #111;
  margin: 0;
  flex: 0 0 auto;
}

#casestudy .combo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
}

#casestudy .combo .tag {
  background: #f2f4f6;
  padding: 30px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

#casestudy .combo .x {
  color: #777;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
}

#casestudy .case-body .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

#casestudy .case-body .sns img {
  width: auto;
  height: 48px;
  object-fit: contain;
  display: block;
}

#casestudy .dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

#casestudy .dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

#casestudy .dot.active {
  background: #000;
}

.case-body {
  text-align: center;
}

.case-body h3 {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  text-align: center;
  padding-top: 56px;
}

.case-body .quote {
  color: #1f6f97;
  font-size: 2.4em;
  font-weight: 700;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ナビ（PC/共通） */
#casestudy .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10;
  font-size: 0;
}

#casestudy .nav::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  background: url(https://wius.co.jp/hp_test2/wp-content/themes/WiUs/frontend/shared/img/shared/arow3.svg) no-repeat center / 100%;
}

#casestudy .nav.next {
  right: -70px;
}

#casestudy .nav.prev {
  left: -70px;
}

#casestudy .nav.prev::before {
  transform: rotate(180deg);
}

@media (max-width:767px) {
  #casestudy .case-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 15px;
  }

  #casestudy .case-body {
    padding: 24px 20px;
    justify-content: flex-start;
    gap: 14px;
  }

  #casestudy .case-body h3 {
    font-size: 24px;
  }

  #casestudy .case-body .comment {
    font-size: 15px;
    line-height: 1.75;
    min-height: calc(1.75em * 4);
  }

  #casestudy .combo {
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
    gap: 4px;
  }

  #casestudy .combo .tag {
    padding: 10px 14px;
    font-size: 14px;
  }

  #casestudy .combo .x {
    font-size: 14px;
  }

  #casestudy .case-track {
    padding: 15px;
    gap: 15px;
  }

  #casestudy .case-img img {
    border-radius: 20px;
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .combo {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  #casestudy .nav {
    top: auto;
    bottom: 0;
    transform: none;
  }

  #casestudy .dots {
    position: relative;
    margin-top: 20px;
  }

  #casestudy .nav.prev {
    left: calc(50% - 80px);
  }

  #casestudy .nav.next {
    right: calc(50% - 80px);
  }

  #casestudy .case-slider {
    display: grid !important;
    grid-template-columns: 16px 44px auto 44px 16px;
    grid-template-areas:
      "viewport viewport viewport viewport viewport"
      ".        prev     dots      next     .";
    row-gap: 12px;
    align-items: center;
  }

  #casestudy .case-viewport {
    grid-area: viewport;
  }

  #casestudy .nav {
    position: static !important;
    transform: none !important;
  }

  #casestudy .nav.prev {
    grid-area: prev;
  }

  #casestudy .nav.next {
    grid-area: next;
  }

  #casestudy .dots {
    grid-area: dots;
    margin-top: 0 !important;
    justify-self: center;
  }

  #casestudy .nav {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    line-height: 0 !important;
    justify-self: center;
    align-self: center;
  }

  #casestudy .nav::before {
    width: 44px !important;
    height: 44px !important;
    background-size: 100% 100% !important;
  }

  #casestudy .dots {
    align-self: center;
    justify-self: center;
  }


  .photo.sp img {
    height: 213px;
    object-fit: cover;
    object-position: center;
  }


  #casestudy .case-body h3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 0;
  }


  #casestudy .case-body .quote {
    font-size: 1.8em;
    font-weight: 700;
    color: #1f6f97;
    line-height: 1;
    position: static;
    transform: none;
  }

  #casestudy .case-body .sns img {
    height: 40px;
  }

}