@charset "utf-8";

body {
  background-color: #fff;
}

body.active {
  overflow: hidden;
}
body.active.scr_start,
body.active.scr_start2,
body.active.scr_start3,
body.active.scr_start4 {
  overflow: auto;
}

main {
  overflow: hidden;
  background-color: #fff;
  padding-top: 0;
}

/*============================
オープニング
============================*/
.p-opening{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-opening__logo {
  color: #fff;
  font-size: 50px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  opacity: 0;
}

.p-opening__mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: top right;
  background-color: #fff;
  backdrop-filter: blur(10px);
  z-index: 1;
}
/*============================
loarding
============================*/
.loading__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  /* display: none; */
}

.loading__wrapper .loading__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2vmin;
  font-family: "Red Rose", sans-serif;
  color: #fff;
}

.loading__wrapper .loading__text--inner {
  animation: blink 1s infinite alternate-reverse;
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.6;
  }
}

.loading__wrapper .text__wrapper {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  font-display: swap;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .loading__wrapper .text__wrapper {
    font-size: 0.6rem;
  }
}

.loading__wrapper .text__wrapper .text__row {
  display: block;
}

.loading__wrapper .text__wrapper .text__row .text {
  display: block;
  user-select: none;
  opacity: 0;
}

.loading__wrapper .text__wrapper .text__row:nth-child(1) {
  clip-path: polygon(0% 75%, 100% 75%, 100% 100%, 0% 100%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(2) {
  clip-path: polygon(0% 50%, 100% 50%, 100% 75.5%, 0% 75.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(3) {
  clip-path: polygon(0% 25%, 100% 25%, 100% 50.5%, 0% 50.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(4) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 25.5%, 0% 25.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(5) {
  clip-path: polygon(0% -25%, 100% -25%, 100% 0.5%, 0% 0.5%);
}

.loading__wrapper .text__wrapper .text__row:nth-child(6) {
  clip-path: polygon(0% -50%, 100% -50%, 100% -24.5%, 0% -24.5%);
}

.loading__wrapper .text__wrapper .text__row.text__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
}

.loading__wrapper .bg__transition--slide {
  background: #00019d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*============================
MV
============================*/
#mv {
  position: relative;
  padding-top: 2.2rem;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #mv {
    padding-top: 1rem;
  }
}

#mv .in {
  max-width: 14rem;
}

#mv .lead {
  /* font-family: "Radio Canada Big", sans-serif; */
  position: relative;
  z-index: 1;
}

#mv .lead .tit {
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #00019d;
  padding-left: 0.5rem;
}

@media screen and (max-width: 640px) {
  #mv .lead .tit {
    font-size: 0.4rem;
    line-height: 1;
    padding-left: 0.15rem;
  }
}

#mv .lead .tit span {
  display: inline-block;
	/* overflow: hidden; */
	/* bottom: -1.30rem;
	padding-bottom: 0.10rem; */
}


#mv .video_wrap {
  width: calc(100% - (100% - 12.8rem) / 2);
  position: relative;
  z-index: 0;
  top: -0.8rem;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  #mv .video_wrap {
    width: calc(100% - 0.2rem);
    height: 3rem;
    top: -0.6rem;
  }
}

#mv .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============================
ミッション
============================*/
#mission {
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
  z-index: 1;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #mission {
    padding: 0.8rem 0 0.9rem;
    position: relative;
    z-index: 1;
    z-index: 1;
    background-color: #fff;
  }
}

.hero {
  /* height: 100vh; */
  visibility: hidden;
}

.hero .container {
  /* width: 1440px;
	min-width: 1440px;
	margin: 0 auto; */
  position: relative;
}

.hero .container .hero-inner {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* margin: 0 24px;
	height: 100vh; */
  position: relative;
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner {
    flex-flow: column-reverse;
  }
}

.hero .container .hero-inner .hero-content {
  width: 50%;
  margin-top: 3rem;
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner .hero-content {
    width: 100%;
    margin-top: 3.3rem;
  }
}

.hero .container .hero-inner .hero-content .hero-content-inner {
  width: 5.6rem;
  margin-left: calc(100% - 5.6rem);
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner .hero-content .hero-content-inner {
    width: calc(100% - 0.2rem);
    margin: 0 0.1rem;
  }
}

/* タイトル */
.hero .container .title {
  font-size: 1.28rem;
  font-weight: bold;
  color: #00019d;
  position: absolute;
  top: 0.5rem;
  left: calc((100% - 11.2rem) / 2);
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .hero .container .title {
    font-size: 0.5rem;
    top: 1rem;
    left: 0.2rem;
    z-index: 10;
  }
}

.hero .container .title span {
  display: inline-block;
  overflow: hidden;
}

/* サブタイトル */
.hero .container .sub_title {
  font-size: 0.46rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .hero .container .sub_title {
    font-size: 0.3rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 0.08rem;
  }
}

.hero
  .container
  .hero-inner
  .hero-content
  .hero-content-inner
  .title
  .hero-content-line {
  margin: 0;
  overflow: hidden;
}

.hero .container .hero-inner .hero-content .hero-content-inner p {
  font-size: 0.16rem;
  line-height: 2;
  padding-top: 0.3rem;
  padding-left: 0.7rem;
  padding-right: 0.8rem;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner .hero-content .hero-content-inner p {
    font-size: 0.15rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    box-sizing: border-box;
    text-align: justify;
  }
}

/* ボタン */
.hero .container .hero-inner .hero-content .hero-content-inner .btn_common {
  padding-left: 0.8rem;
  padding-top: 0.5rem;
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner .hero-content .hero-content-inner .btn_common {
    padding-left: 0;
    padding-top: 0.5rem;
  }

  .hero .container .hero-inner .hero-content .hero-content-inner .btn_common a {
    margin: auto;
  }
}

.hero .container .hero-inner .hero-images {
  width: 50%;
  /* height: 100vh; */
  position: relative;
}

@media screen and (max-width: 640px) {
  .hero .container .hero-inner .hero-images {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }
}

.hero .container .hero-inner .hero-images .hero-images-inner .hero-image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  max-height: 7.5rem;
}

.hero .container .hero-inner .hero-images .hero-images-inner .hero-image img {
  width: 100%;
  width: 100%;
  object-fit: cover;
}

/* .hero .container .hero-inner .hero-images .hero-images-inner .hero-image.mission_img {
	top: 0;
	right: 0;
	width: 45%;
	height: 50%;
} */

.hero .container .hero-inner .hero-images .hero-images-inner .hero-image.boy {
  bottom: 24px;
  left: 0px;
  width: 52%;
  height: 65%;
}

/* .hero .container .hero-inner .hero-images .hero-images-inner .hero-image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
} */

/*============================
ビジネス
============================*/
#business {
  position: relative;
  z-index: 0;
}

#business .cont_box {
  position: relative;
  height: 100dvh;
}
@media screen and (max-width: 640px) {
  #business .cont_box {
    position: relative;
    height: 150dvh;
  }
}

#business .cont_box .bg_wrap {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

#business .cont_box .bg_wrap .bg {
  background-size: auto 130vh;
  background-repeat: no-repeat;
}

/* 左エリア */
#business .cont_box.active .bg_wrap .-left {
  width: calc(50vw - 5rem);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  background-position: left;
  animation: business_left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 中央エリア */
#business .cont_box.active .bg_wrap .-center {
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50vw - 5rem);
  transition: all 0.5s;
  background-position: center;
  animation: business_center 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}
@media screen and (max-width: 640px) {
  #business .cont_box.active .bg_wrap .-center {
    left: 0;
    animation: business_center 1s cubic-bezier(0.86, 0, 0.07, 1) 0s 1 normal
      forwards;
  }
}

/* 右エリア */
#business .cont_box.active .bg_wrap .-right {
  width: calc(50vw - 5rem);
  position: absolute;
  right: 0;
  bottom: 0;
  background-position: right;
  transition: all 0.5s;
  animation: business_right 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 左エリア（写真用） */
#business .cont_box.active .bg_wrap .-ph_left {
  width: 100vw;
  position: absolute;
  left: -50vw;
  top: 0;
  transition: height 0.5s;
  background-position: 50vw;
  animation: business_left 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 右エリア（写真用） */
#business .cont_box.active .bg_wrap .-ph_right {
  width: 100vw;
  position: absolute;
  right: -50vw;
  bottom: 0;
  background-position: -50vw;
  transition: height 0.5s;
  animation: business_right 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 左のアニメーション（通常） */
@keyframes business_left {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

/* 中央のアニメーション（通常） */
@keyframes business_center {
  0% {
    width: 0;
  }

  100% {
    width: 10rem;
  }
}

/* 右のアニメーション（通常） */
@keyframes business_right {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

/* 左エリア（戻るとき） */
#business .cont_box.active.complete .bg_wrap .-ph_left {
  bottom: 0;
  animation: business_left_back 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 右エリア（戻るとき） */
#business .cont_box.active.complete .bg_wrap .-ph_right {
  top: 0;
  animation: business_right_back 1s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}

/* 左のアニメーション */
@keyframes business_left_back {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

/* 右のアニメーション */
@keyframes business_right_back {
  0% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

#business .cont_box {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#business .cont_box.active {
  z-index: 10;
}
#business .cont_box.next.complete {
  animation: business_cont_back 3s cubic-bezier(0.86, 0, 0.07, 1) 0.5s 1 normal
    forwards;
}
/* 戻るときの挙動 */
@keyframes business_cont_back {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

#business .cont_box .txt_box {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}

/* 01〜03 */
#business .cont_box .txt_box .num_wrap {
  font-family: "Inter", sans-serif;
  font-size: 0.2rem;
  color: #fff;
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #business .cont_box .txt_box .num_wrap {
    font-size: 0.14rem;
  }
}

#business .cont_box .txt_box .num_wrap .mask {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#business .cont_box .txt_box .num_wrap .line {
  display: block;
  width: 0.68rem;
  height: 1px;
  background-color: #fff;
  margin: 0 0.15rem;
}

#business .cont_box .txt_box .business_tit_wrap {
  padding: 0.3rem 0 0.8rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #business .cont_box .txt_box .business_tit_wrap {
    padding: 0.3rem 0 0.6rem;
  }
}

#business .cont_box .txt_box .business_tit_wrap .tit {
  font-size: 0.47rem;
  font-weight: 700;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  #business .cont_box .txt_box .business_tit_wrap .tit {
    font-size: 0.3rem;
    line-height: 1.3;
  }
}

#business .cont_box .txt_box .business_tit_wrap .tit .mask {
  overflow: hidden;
  display: inline-block;
  position: relative;
  bottom: -0.6rem;
}

#business .cont_box .txt_box .business_tit_wrap .txt {
  padding-top: 0.3rem;
  font-size: 0.18rem;
  line-height: 2;
  font-weight: 500;
  opacity: 0;
  animation: fade_in_txt 1s 2.6s forwards;
}

@media screen and (max-width: 640px) {
  #business .cont_box .txt_box .business_tit_wrap .txt {
    padding-top: 0.2rem;
    font-size: 0.15rem;
  }
}

#business .cont_box .txt_box .btn_common {
  position: relative;
  z-index: 10;
}

#business .cont_box .txt_box .btn_common a {
  margin: auto;
  border: 1px solid #fff;
  color: #fff;
}

#business .cont_box .txt_box .btn_common a:hover {
  border: 1px solid #00019d;
}

#business .cont_box.active .txt_box .num_wrap .mask {
  animation: pop_in 1s 1.2s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

#business .cont_box.active .txt_box .business_tit_wrap .tit .mask {
  animation: pop_in_tit 1.6s 1.6s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}

@keyframes pop_in {
  from {
    bottom: -0.3rem;
  }

  to {
    bottom: 0;
  }
}

@keyframes pop_in_tit {
  from {
    bottom: -0.6rem;
  }

  to {
    bottom: 0;
  }
}

@keyframes fade_in_txt {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* #business .cont_box::before {
	content: "";
	width: 1.00rem;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#business .cont_box::after {
	font-size: 0.16rem;
	font-weight: 600;
	position: absolute;
	top: 0.10rem;
	right: 0;
	z-index: 10;
} */

/* 00 イントロ */
#business .cont_box.-cont00::after {
  /* content: "00 イントロ ここから"; */
}

#business .cont_box.-cont00 .bg {
  background-color: #00019d;
}

#business .cont_box.-cont00 .txt_box .sec_tit_wrap {
  text-align: center;
  color: #fff;
}

#business .cont_box.-cont00 .txt_box {
  opacity: 0;
  transition: opacity 1s;
}
#business .cont_box.-cont00.anime_start .txt_box {
  opacity: 1;
}

#business .cont_box.-cont00 .txt_box .sec_tit_wrap .sec_tit {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all 1s 1.6s;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  #business .cont_box.-cont00 .txt_box .sec_tit_wrap .sec_tit {
    font-size: 0.3rem;
  }
}

#business .cont_box.-cont00 .txt_box .sec_tit_wrap .jp_txt {
  font-size: 0.27rem;
  font-weight: 700;
  padding-top: 0.2rem;
  transition: all 1s 2s;
  opacity: 0;
}

@media screen and (max-width: 640px) {
  #business .cont_box.-cont00 .txt_box .sec_tit_wrap .jp_txt {
    font-size: 0.2rem;
    padding-top: 0.1rem;
  }
}

#business .cont_box.-cont00.active .txt_box .sec_tit_wrap .sec_tit,
#business .cont_box.-cont00.active .txt_box .sec_tit_wrap .jp_txt {
  opacity: 1;
}

/* 01 システム開発受託 */
#business .cont_box.-cont01::after {
  /* content: "01 システム開発受託 ここから"; */
}

#business .cont_box.-cont01 .bg_wrap .bg {
  background-image: url(../img/top/business_bg_01.jpg);
}

#business .cont_box.-cont01 .txt_box {
  opacity: 0;
  top: calc(50% + 0.2rem);
  transform: translateY(-50%);
}

#business .cont_box.-cont01.active .txt_box {
  transition: all 0.6s 1.6s;
  opacity: 1;
}

#business .cont_box.-cont01.active.complete .txt_box {
  transition: all 0.6s 0s;
  opacity: 0;
  top: calc(50% - 0.2rem);
}

/* 02 X to Earnプラットフォーム事業 */
#business .cont_box.-cont02::after {
  /* content: "02 X to Earnプラットフォーム事業 ここから"; */
}

#business .cont_box.-cont02 .bg_wrap .bg {
  background-image: url(../img/top/business_bg_02.jpg);
}

#business .cont_box.-cont02 .txt_box {
  top: calc(50% + 0.2rem);
  opacity: 0;
}

#business .cont_box.-cont02.active .txt_box {
  transition: all 0.6s 1.6s;
  opacity: 1;
}

#business .cont_box.-cont02.active.complete .txt_box {
  transition: all 0.6s 0s;
  top: calc(50% - 0.2rem);
  opacity: 0;
}

/* 03 ANICANA事業 */
#business .cont_box.-cont03 {
  height: 120vw;
}
@media screen and (max-width: 640px) {
  #business .cont_box.-cont03 {
    height: 150vw;
  }
}
#business .cont_box.-cont03::after {
  /* content: "03 ANICANA事業 ここから"; */
}

#business .cont_box.-cont03 .bg_wrap .bg {
  background-image: url(../img/top/business_bg_03.jpg);
}

#business .cont_box.-cont03 .txt_box {
  top: calc(50% + 0.2rem);
  opacity: 0;
}

#business .cont_box.-cont03.active .txt_box {
  transition: all 0.6s 1.6s;
  opacity: 1;
}

#business .cont_box.-cont03.active.complete .txt_box {
  transition: all 0.6s 0s;
  top: calc(50% - 0.2rem);
  opacity: 0;
}


/*============================
WORKS
============================*/
#works {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1.5rem 0;
}
@media screen and (max-width: 640px) {
  #works {
    padding: 0.9rem 0;
  }
}

#works .sec_tit_wrap {
  text-align: center;
}

#works .sec_tit_wrap .sec_tit {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  transition: all 1s 1.6s;
}

@media screen and (max-width: 640px) {
  #works .sec_tit_wrap .sec_tit {
    font-size: 0.3rem;
  }
}

#works .sec_tit_wrap .jp_txt {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.1rem;
  transition: all 1s 2s;
}

@media screen and (max-width: 640px) {
  #works .sec_tit_wrap .jp_txt {
    font-size: 0.15rem;
  }
}

#works .works_slides_wrap {
  padding: 0.8rem 0 0.4rem;
  position: relative;
}

#works .works_slides_wrap .slide .wrap_link {
  display: block;
  margin: 0 0.05rem;
  filter: blur(10px);
  opacity: 0.5;
  padding: 0.2rem 0;
  color: #222;
  /* transition: none; */
  max-width: 5.5rem;
  transform: scale(0.9);
}

@media screen and (max-width: 640px) {
  #works .works_slides_wrap .slide .wrap_link {
    max-width: 2.5rem;
  }
}

#works .works_slides_wrap .slide .wrap_link .ph_wrap {
  width: 100%;
  height: 3.7rem;
  overflow: hidden;
  box-shadow: 0 0.02rem 0.12rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  #works .works_slides_wrap .slide .wrap_link .ph_wrap {
    height: 1.7rem;
  }
}

#works .works_slides_wrap .slide .wrap_link .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#works .works_slides_wrap .slide .wrap_link .txt_box {
  padding: 0.2rem 0.4rem;
}

@media screen and (max-width: 640px) {
  #works .works_slides_wrap .slide .wrap_link .txt_box {
    padding: 0.1rem 0;
  }
}

#works .works_slides_wrap .slide .wrap_link .txt_box .date {
  font-size: 0.14rem;
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 640px) {
  #works .works_slides_wrap .slide .wrap_link .txt_box .date {
    font-size: 0.12rem;
  }
}

#works .works_slides_wrap .slide .wrap_link .txt_box .tit {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.65;
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  #works .works_slides_wrap .slide .wrap_link .txt_box .tit {
    font-size: 0.14rem;
    padding-top: 0.05rem;
    height: 0.7rem;
  }
}

/* 送りボタン */
#works .works_slides_wrap .slick-arrow {
  width: 0.5rem;
  height: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.6rem);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

#works .works_slides_wrap .slick-arrow.prev {
  left: calc(50% - 4.3rem);
  background-image: url(../img/common/slider_btn_prev.png);
}

#works .works_slides_wrap .slick-arrow.next {
  right: calc(50% - 4.3rem);
  background-image: url(../img/common/slider_btn_next.png);
}

/* ドット */
#works .works_slides_wrap .slick-dots {
  position: relative;
  /* padding-top: 0.20rem; */
  top: 0.2rem;
}

#works .works_slides_wrap .slick-dots li {
  width: 0.3rem;
}

#works .works_slides_wrap .slick-dots li button {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: #ccc;
  opacity: 1;
  padding: 0;
  transition: width 1s cubic-bezier(0.86, 0, 0.07, 1);
}

#works .works_slides_wrap .slick-dots li.slick-active button {
  width: 100%;
  background-color: #00019d;
}

#works .works_slides_wrap .slick-dots li button::before {
  display: none;
}

/* スライドアクティブ時 */
#works .works_slides_wrap .slide.is--active .wrap_link {
  filter: blur(0);
  opacity: 1;
  transform: scale(1.2);
  position: relative;
  z-index: 10;
}

#works .works_slides_wrap .slide .wrap_link {
  transition: all 0.3s !important;
}

/* view more */
#works .btn a {
  margin: auto;
}

/*============================
service
============================*/
#service {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0.5rem;
}
@media screen and (max-width: 640px) {
  #service {
    padding:0;
  }
}

#service .sec_tit_wrap {
  text-align: center;
}

#service .sec_tit_wrap .sec_tit {
  font-family: "Inter", sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  transition: all 1s 1.6s;
  color: #00019d;
}

@media screen and (max-width: 640px) {
  #service .sec_tit_wrap .sec_tit {
    font-size: 0.3rem;
  }
}

#service .sec_tit_wrap .jp_txt {
  font-size: 0.2rem;
  font-weight: 700;
  padding-top: 0.1rem;
  transition: all 1s 2s;
}

@media screen and (max-width: 640px) {
  #service .sec_tit_wrap .jp_txt {
    font-size: 0.15rem;
  }
}

#service .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.16rem;
  gap: 1.8rem 0
}
@media screen and (max-width: 640px) {
  #service .list {
    /* margin-top: 0.8rem; */
    gap: 0.8rem 0;
  }
}

#service .list .item {
  width: 47%;
  background: #eeeef8;
  box-sizing: border-box;
  padding: 0.35rem 0.7rem;
  border-radius: 0.2rem;
  position: relative;
  left: 0.2rem;
}
@media screen and (max-width: 640px) {
  #service .list .item {
    width: 100%;
    padding: 0.2rem 0.2rem 0.35rem;
    left: 0;
  }
}

#service .list .item:nth-child(2),
#service .list .item:nth-child(4) {
  position: relative;
  top: 1rem;
}
@media screen and (max-width: 640px) {
  #service .list .item:nth-child(2),
  #service .list .item:nth-child(4) {
    top: 0
  }
}

#service .list .item .no {
  position: absolute;
  top: -0.5rem;
  left: -0.2rem;
}
@media screen and (max-width: 640px) {
  #service .list .item .no {
    width: 0.7rem;
    top: -0.3rem;
    left: -0.1rem;
  }
}

#service .list .item .list_title {
  font-size: 0.27rem;
  font-weight: bold;
  color: #00019d;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
	#service .list .item .list_title {
		font-size: 0.2rem;
		margin-bottom: 0.3rem;
	}	
}


#service .list .item .ph_wrap {
  text-align: center;
  margin-bottom: 0.2rem;
}

#service .list .item .text {
  font-size: 0.16rem;
  line-height: 2;
}
@media screen and (max-width: 640px) {
	#service .list .item .text {
		font-size: 0.14rem;
		line-height: 2;
	}	
}

#service .btn_common {
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  #service .btn_common {
    margin-top: 0.5rem;
  }
}


#service .btn_common a {
  margin: auto;
}



/*============================
テキストアニメーション
============================*/
#deco {
  padding-top: 0.8rem;
  position: relative;
  bottom: -0.5rem;
}
@media screen and (max-width: 640px) {
  #deco {
    bottom: -0.3rem;
  }
}

.horizontal {
  display: flex;
  overflow: hidden;
}

#deco .horizontal {
  flex-flow: row-reverse;
}

.horizontal .horizontal-text {
  color: #ebebf7;
  display: inline-block;
  font-size: 2.15rem;
  font-weight: 900;
  /* opacity: 0.1; */
  white-space: nowrap;
  margin-right: 0.8rem;
}
@media screen and (max-width: 640px) {
	.horizontal .horizontal-text {
		font-size: 1.15rem;
	}	
}
