/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
  width: 100%;
  overflow: clip;
  padding-top: 29.1666666667vw;
  padding-bottom: 6.25vw;
  background-image: url(../images/bgimg-wave01.png);
  background-size: cover;
}
@media screen and (max-width: 1599px) {
  #main-visual {
    padding-top: 31.25vw;
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 1199px) {
  #main-visual {
    padding-top: 400px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    padding-top: 400px;
    padding-bottom: 72px;
  }
}
#main-visual .mv-catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 15rem;
  margin-left: 3.125vw;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch {
    margin-top: 200px;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-catch {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch {
    margin-top: 160px;
    margin-left: 20px;
  }
}
#main-visual .mv-catch .mv-catch-wrap {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateX(-30px);
  animation: mvCatch 12s ease infinite;
}
@keyframes mvCatch {
  0%, 2% {
    transform: translateX(-30px);
    opacity: 0;
  }
  8%, 45% {
    transform: translateX(0);
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
#main-visual .mv-catch .mv-catch-wrap h2 {
  color: #204483;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-catch .mv-catch-wrap h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .mv-catch-wrap h2 {
    font-size: min(7.5vw, 2.5em);
    line-height: 1.6em;
  }
}
#main-visual .mv-catch .mv-catch-wrap h2 .__mc-txtAnimation {
  display: inline-block;
  white-space: nowrap;
  background: linear-gradient(90deg, #204483 0%, #89d6f6 15%, #204483 30%, #204483 100%);
  background-size: 200% 100%;
  background-position: -80% 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: revealText 6s cubic-bezier(0.06, 0.41, 0.4, 0.97) infinite, textColorFlow 6s ease infinite;
}
@keyframes revealText {
  0%, 10% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  25%, 100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes textColorFlow {
  0%, 20% {
    background-position: 100% 0;
  }
  60%, 100% {
    background-position: -100% 0;
  }
}
#main-visual .mv-catch .mv-catch-wrap p {
  color: #204483;
  font-size: 1.25em;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
  #main-visual .mv-catch .mv-catch-wrap p {
    font-size: 1em;
    margin-top: 2em;
  }
}
#main-visual .mv-catch .mv-catch-wrap:nth-of-type(1) {
  animation-delay: 0s;
}
#main-visual .mv-catch .mv-catch-wrap:nth-of-type(1) .__mc-txtAnimation {
  animation-delay: 0s;
}
#main-visual .mv-catch .mv-catch-wrap:nth-of-type(2) {
  animation-delay: 6s;
}
#main-visual .mv-catch .mv-catch-wrap:nth-of-type(2) .__mc-txtAnimation {
  animation-delay: 6s;
}
#main-visual .mv-slider {
  display: flex;
  width: 100%;
  overflow: hidden;
}
#main-visual .mv-slider .slider-flowing {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
#main-visual .mv-slider .slider-flowing:nth-of-type(1) {
  animation: loop_01 80s -40s linear infinite;
}
#main-visual .mv-slider .slider-flowing:nth-of-type(2) {
  animation: loop_02 80s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
#main-visual .mv-slider .slider-flowing .slide-img {
  width: 18vw;
  aspect-ratio: 1/1;
  margin: 0 1em;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slider .slider-flowing .slide-img {
    width: 32vw;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-slider .slider-flowing .slide-img {
    width: 48vw;
    margin: 0 0.6em;
  }
}
#main-visual .mv-slider .slider-flowing .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-aboutus {
  background-image: url(../images/bgimg-wave02.png);
  background-size: cover;
}

.sec-works {
  padding-top: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .sec-works {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 991px) {
  .sec-works {
    padding-top: 48px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works {
    padding-bottom: 80px;
  }
}
.sec-works::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  margin-bottom: 15rem;
  background-color: #f2feff;
  width: calc(100% - (100vw - 82.5 * 1rem) / 2 + 5.625rem);
  height: calc(100% - 25rem);
}
@media screen and (max-width: 1199px) {
  .sec-works::before {
    margin-bottom: 80px;
    height: calc(100% - 200px);
  }
}
@media screen and (max-width: 991px) {
  .sec-works::before {
    margin-bottom: 60px;
    width: calc(100% - (100vw - (100% - 80px)) / 2 - 60px);
  }
}
@media screen and (max-width: 767px) {
  .sec-works::before {
    margin-bottom: 40px;
    height: calc(100% - 180px);
  }
}
.sec-works .__content-wrap {
  flex-direction: row-reverse;
}
.sec-works .__content-wrap .sec-content .__linkbtn {
  margin-top: 4em;
}
@media screen and (max-width: 991px) {
  .sec-works .__content-wrap .sec-content .__linkbtn {
    margin-top: 3em;
    margin-bottom: 4em;
    margin-left: auto;
  }
}
.sec-works .__content-wrap .sec-img {
  margin-right: 0;
  margin-left: -5.625rem;
}
@media screen and (max-width: 991px) {
  .sec-works .__content-wrap .sec-img {
    margin-left: 0;
  }
}

.business-company {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .business-company {
    display: block;
  }
}
.business-company .sec-content {
  padding: 0;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .business-company .sec-content {
    width: 100%;
  }
}
.business-company .sec-content a .sec-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 6.25vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .business-company .sec-content a .sec-inner {
    padding: 0 7.5rem;
  }
}
@media screen and (max-width: 991px) {
  .business-company .sec-content a .sec-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .business-company .sec-content a .sec-inner {
    padding: 0 20px;
  }
}
.business-company .sec-content a .sec-inner .sec-ttl .__ttltxt span.__en {
  font-size: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .business-company .sec-content a .sec-inner .sec-ttl .__ttltxt span.__en {
    font-size: 3em;
  }
}
@media screen and (max-width: 767px) {
  .business-company .sec-content a .sec-inner .sec-ttl .__ttltxt span.__en {
    font-size: min(10vw, 2.5em);
  }
}
.business-company .sec-content a .sec-inner .btn-icon {
  position: relative;
  color: #fff;
  font-size: 1.5em;
}
.business-company .sec-content a .sec-inner .btn-icon::before {
  content: "";
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  border: solid 1px #e9e9e9;
}
@media screen and (max-width: 1199px) {
  .business-company .sec-content a .sec-inner .btn-icon::before {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .business-company .sec-content a .sec-inner .btn-icon::before {
    width: min(15vw, 2.5em);
    height: min(15vw, 2.5em);
  }
}
.business-company .sec-content a .sec-inner .btn-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.business-company .sec-content a .sec-bgimg {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 1199px) {
  .business-company .sec-content a .sec-bgimg {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .business-company .sec-content a .sec-bgimg {
    height: 240px;
  }
}
.business-company .sec-content a .sec-bgimg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c4c89;
  opacity: 0;
  transition: all 0.48s cubic-bezier(0.24, 0.35, 0.4, 0.97);
}
.business-company .sec-content a .sec-bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-company .sec-content a:hover .sec-bgimg::before {
  opacity: 0.6;
}/*# sourceMappingURL=index.css.map */