#page.in.index .link_btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
#page.in.index .link_btn a {
  display: block;
  border: 1px solid #333333;
  text-align: center;
  padding: 25px 0;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #page.in.index .link_btn a:hover {
    background-color: #333333;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
#page.in.index #text-anime {
  white-space: pre-line;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#page.in.index #text-anime.fade-in {
  opacity: 1;
}
#page.in.index .eachTextAnime span {
  opacity: 0;
}
#page.in.index .eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1.5s ease-out forwards;
          animation: text_anime_on 1.5s ease-out forwards;
}
@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .link_btn {
    max-width: 200px;
  }
  #page.in.index .link_btn a {
    padding: 18px 0;
    font-size: 13px;
  }
}
#page.in.index .first_view {
  position: relative;
}
#page.in.index .first_view #scroll-down {
  display: block;
  position: absolute;
  left: 3.8%;
  bottom: 0;
  text-align: center;
}
#page.in.index .first_view #scroll-down::before {
  -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 300px;
  background: #4adae7;
  content: " ";
}
@-webkit-keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
@keyframes elasticus {
  0% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  50% {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50.1% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }
}
#page.in.index .first_view #scroll-text {
  font-size: 13px;
  font-weight: 600;
  font-family: "font-grotesk-bold";
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 320px;
  left: 6px;
  right: 0;
  margin: auto;
  color: #4adae7;
}
#page.in.index .first_view .arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 300px;
  position: absolute;
  bottom: 0;
}
#page.in.index .first_view .arrow-down:after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border-top: 1px solid #4adae7;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 1px;
  left: -6px;
}
#page.in.index .first_view .first_view_wrap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
#page.in.index .first_view .fv_text {
  position: absolute;
  top: 45px;
  left: 45px;
}
#page.in.index .first_view .fv_text .fv_text_top p {
  font-size: 22px;
  font-family: "font-grotesk-bold";
  font-weight: 600;
}
#page.in.index .first_view .fv_text .fv_text_list {
  padding-left: 30px;
}
#page.in.index .first_view .fv_text .fv_text_list p {
  font-size: 14px;
  font-family: "font-grotesk-bold";
  font-weight: 600;
  position: relative;
}
#page.in.index .first_view .fv_text .fv_text_list p::after {
  content: "";
  background-color: #333333;
  width: 23px;
  height: 1px;
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.in.index .first_view .fv_title {
  position: absolute;
  bottom: -120px;
  left: 50px;
  height: 275px;
}
#page.in.index .first_view .fv_title p {
  font-size: 76px;
  font-weight: 600;
  color: #4adae7;
  line-height: 1.2;
}
#page.in.index .first_view .first_view_box {
  position: relative;
}
#page.in.index .first_view .first_view_box_content {
  position: absolute;
  right: 0;
  bottom: 50px;
  background-color: #f4f4f4;
  padding: 30px 25px;
  width: 100%;
  max-width: 380px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#page.in.index .first_view .first_view_box_content:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
#page.in.index .first_view .first_view_box_content_title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
#page.in.index .first_view .first_view_box_content_text {
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page.in.index .first_view .slick-dots {
  top: unset;
  bottom: -85px;
  text-align: right;
}
#page.in.index .first_view .slick-dots li {
  display: inline-block;
  margin: 0;
}
#page.in.index .first_view .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  width: 1px;
  border: unset;
  height: 40px;
  display: block;
  background: #80cad2;
  cursor: pointer;
  margin-left: auto;
}
#page.in.index .first_view .slick-dots button::before {
  display: none;
}
#page.in.index .first_view .slick-active button {
  background: #333333;
}
@media (min-width: 1px) and (max-width: 1800px) {
  #page.in.index .first_view {
    padding-left: 5%;
  }
  #page.in.index .first_view .first_view_wrap {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  #page.in.index .first_view .fv_title {
    bottom: -90px;
    height: 200px;
  }
  #page.in.index .first_view .fv_title p {
    font-size: 54px;
  }
  #page.in.index .first_view .first_view_box_content {
    max-width: 300px;
    padding: 20px 25px;
  }
  #page.in.index .first_view .first_view_box_content_title {
    font-size: 18px;
  }
  #page.in.index .first_view .first_view_box_content_text {
    font-size: 12px;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #page.in.index .first_view #scroll-down:before {
    height: 200px;
  }
  #page.in.index .first_view #scroll-text {
    bottom: 210px;
  }
  #page.in.index .first_view .arrow-down {
    height: 200px;
  }
  #page.in.index .first_view .fv_title {
    bottom: -55px;
    height: 130px;
  }
  #page.in.index .first_view .fv_title p {
    font-size: 36px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .first_view {
    padding-left: 14%;
  }
  #page.in.index .first_view #scroll-down {
    bottom: unset;
    top: 320px;
    left: 7%;
  }
  #page.in.index .first_view #scroll-down:before {
    height: 250px;
  }
  #page.in.index .first_view #scroll-text {
    top: -320px;
    bottom: unset;
  }
  #page.in.index .first_view .arrow-down {
    height: 250px;
  }
  #page.in.index .first_view .first_view_wrap {
    width: 100%;
  }
  #page.in.index .first_view .first_view_box_img img {
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #page.in.index .first_view .fv_text {
    top: 115px;
    left: 35px;
  }
  #page.in.index .first_view .fv_text .fv_text_top p {
    font-size: 15px;
  }
  #page.in.index .first_view .fv_text .fv_text_list {
    padding-left: 22px;
  }
  #page.in.index .first_view .fv_text .fv_text_list p {
    font-size: 10px;
    line-height: 1.4;
  }
  #page.in.index .first_view .fv_text .fv_text_list p:after {
    width: 16px;
    left: -22px;
  }
  #page.in.index .first_view .first_view_box_content {
    max-width: 100%;
    bottom: unset;
    top: 0;
    left: 35px;
    padding: 12px 12px;
  }
  #page.in.index .first_view .first_view_box_content_title {
    font-size: 15px;
    margin-bottom: 10px;
  }
  #page.in.index .first_view .first_view_box_content_text {
    font-size: 10px;
    padding-right: 40px;
  }
  #page.in.index .first_view .fv_title {
    bottom: -130px;
    left: -35px;
    height: 160px;
  }
  #page.in.index .first_view .fv_title p {
    font-size: 44px;
  }
  #page.in.index .first_view .slick-dots {
    bottom: -160px;
    right: 20px;
  }
  #page.in.index .first_view .slick-dots li {
    width: 12px;
  }
  #page.in.index .first_view .slick-dots button {
    height: 26px;
  }
}
#page.in.index .contents_top {
  padding: 140px 0 0 0;
}
#page.in.index .contents_top .contents_top_logo {
  width: 100%;
  max-width: 410px;
  margin: 0 auto 30px auto;
}
#page.in.index .contents_top .contents_top_title {
  text-align: center;
  margin-bottom: 25px;
}
#page.in.index .contents_top .contents_top_title p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.54;
}
#page.in.index .contents_top .contents_top_text {
  text-align: center;
}
#page.in.index .contents_top .contents_top_text p {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .contents_top {
    padding: 180px 0 0 0;
  }
  #page.in.index .contents_top .contents_top_logo {
    max-width: 330px;
  }
  #page.in.index .contents_top .contents_top_title p {
    font-size: 18px;
  }
  #page.in.index .contents_top .contents_top_text p {
    font-size: 15px;
  }
}
#page.in.index .works {
  padding: 160px 20px 0 20px;
}
#page.in.index .works .works_total_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
#page.in.index .works .works_total_number p:first-child {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 1.24;
}
#page.in.index .works .works_total_number p:nth-child(2) {
  font-size: 134px;
  font-weight: 600;
  line-height: 1;
  font-family: "font-grotesk-bold";
  margin: 0 10px 0 20px;
  position: relative;
  bottom: -20px;
  color: #4adae7;
}
#page.in.index .works .works_total_number p:nth-child(2) span {
  font-size: 113px;
  position: relative;
  bottom: 10px;
}
#page.in.index .works .works_total_number p:last-child {
  font-size: 61px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
#page.in.index .works .works_category_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 90px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.in.index .works .works_category_list:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
#page.in.index .works .works_category_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  border: 1px solid #333333;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page.in.index .works .works_category_list_item:nth-of-type(n + 5) {
  margin-top: 20px;
}
#page.in.index .works .works_category_list_item p {
  font-size: 15px;
  font-weight: 600;
}
@media (hover: hover) {
  #page.in.index .works .works_category_list_item:hover {
    background-color: #333333;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
#page.in.index .works .works_achievements_list {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#page.in.index .works .works_achievements_list_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  position: relative;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  overflow: hidden;
}
#page.in.index .works .works_achievements_list_img:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#page.in.index .works .works_achievements_list_img:nth-of-type(n + 4) {
  margin-top: 55px;
}
#page.in.index .works .works_achievements_list_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 18px 10px 17px;
  font-size: 14px;
  text-align: center;
  width: 190px;
  color: #fff;
}
#page.in.index .works .works_achievements_list_tag--ecsite {
  background-color: #e24a4a;
}
#page.in.index .works .works_achievements_list_tag--landingpage {
  background-color: #4ae2a4;
}
#page.in.index .works .works_achievements_list_tag--corporatesite {
  background-color: #4a9ce2;
}
#page.in.index .works .works_achievements_list_tag--banner {
  background-color: #e24a94;
}
#page.in.index .works .works_achievements_list_tag--branding {
  background-color: #e2944a;
}
#page.in.index .works .works_achievements_list_tag--furusato-lp {
  background-color: #a4e24a;
}
#page.in.index .works .works_achievements_list_tag--printing {
  background-color: #e2bb4a;
}
#page.in.index .works .works_achievements_list_tag--recruitsite {
  background-color: #4a65e2;
}
#page.in.index .works .works_achievements_list_tag--photography {
  background-color: #844ae2;
}
@media (min-width: 1px) and (max-width: 1650px) {
  #page.in.index .works .works_achievements_list {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 1200px) {
  #page.in.index .works .works_category_list {
    width: 90%;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .works {
    padding: 90px 0 0 0;
  }
  #page.in.index .works .works_title {
    margin-bottom: 35px;
  }
  #page.in.index .works .works_total_number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 30px;
  }
  #page.in.index .works .works_total_number p:first-child {
    font-size: 19px;
    line-height: 1.7;
  }
  #page.in.index .works .works_total_number p:nth-child(2) {
    font-size: 68px;
    margin: 0;
    margin-right: 5px;
    position: unset;
  }
  #page.in.index .works .works_total_number p:nth-child(2) span {
    font-size: 57px;
    bottom: 0;
  }
  #page.in.index .works .works_total_number p:last-child {
    font-size: 30px;
    position: relative;
    bottom: 2px;
  }
  #page.in.index .works .works_category_list {
    width: 92%;
    margin: 0 auto 40px auto;
  }
  #page.in.index .works .works_category_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    padding: 12px 0;
  }
  #page.in.index .works .works_category_list_item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  #page.in.index .works .works_category_list_item p {
    font-size: 13px;
  }
  #page.in.index .works .works_achievements_list {
    gap: 20px;
    margin: 0 auto 40px auto;
    width: 92%;
  }
  #page.in.index .works .works_achievements_list_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
  #page.in.index .works .works_achievements_list_img img {
    width: 100%;
  }
  #page.in.index .works .works_achievements_list_img:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #page.in.index .works .works_achievements_list_tag {
    padding: 8px 2px;
    font-size: 10px;
    width: 100%;
  }
}
#page.in.index .service {
  padding: 195px 0 195px 0;
}
#page.in.index .service .service_title {
  margin-bottom: 40px;
}
#page.in.index .service .service_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}
#page.in.index .service .service_category_list_item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.7%;
          flex: 0 0 16.7%;
  height: 160px;
  position: relative;
}
#page.in.index .service .service_category_list_item:nth-of-type(n + 6) {
  margin-top: 40px;
}
#page.in.index .service .service_category_list_item:before {
  content: "";
  display: block;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}
#page.in.index .service .service_category_list_item:after {
  content: "";
  display: block;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 140px;
}
#page.in.index .service .service_category_list_item p {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  position: relative;
  bottom: 5px;
}
#page.in.index .service .service_category_list_item:nth-child(1) .service_category_list_item_img {
  width: 100%;
  max-width: 40px;
}
#page.in.index .service .service_category_list_item:nth-child(2) .service_category_list_item_img {
  width: 100%;
  max-width: 42px;
}
#page.in.index .service .service_category_list_item:nth-child(3) .service_category_list_item_img {
  width: 100%;
  max-width: 44px;
}
#page.in.index .service .service_category_list_item:nth-child(4) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(7) .service_category_list_item_img {
  width: 100%;
  max-width: 36px;
}
#page.in.index .service .service_category_list_item:nth-child(5) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(6) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(8) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(10) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(11) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(12) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(13) .service_category_list_item_img, #page.in.index .service .service_category_list_item:nth-child(15) .service_category_list_item_img {
  width: 100%;
  max-width: 38px;
}
#page.in.index .service .service_category_list_item:nth-child(9) .service_category_list_item_img {
  width: 100%;
  max-width: 34px;
}
#page.in.index .service .service_category_list_item:nth-child(14) .service_category_list_item_img {
  width: 100%;
  max-width: 28px;
}
#page.in.index .service .service_category_list_item_img {
  height: 105px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 1px) and (max-width: 1200px) {
  #page.in.index .service .service_category_list {
    width: 95%;
  }
}
@media (min-width: 1px) and (max-width: 1000px) {
  #page.in.index .service .service_category_list:after {
    content: "";
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  #page.in.index .service .service_category_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  #page.in.index .service .service_category_list_item:nth-of-type(n + 5) {
    margin-top: 30px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  #page.in.index .service {
    padding: 110px 0 140px 0;
  }
  #page.in.index .service .service_category_list {
    width: 92%;
    margin: 0 auto 40px auto;
  }
  #page.in.index .service .service_category_list_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #page.in.index .service .service_category_list_item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}