@charset "UTF-8";
@font-face {
    font-family: "MyFont";
    src: url("../font/NotoSansJP-Medium.woff2") format("woff2"),
         url("../font/NotoSansJP-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body {
  color: #111111;
  letter-spacing: 0.12rem;
  margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-family: "MyFont";
  font-size: 16px;
  line-height: 2;
}

a {
  color: #111111;
}
@media screen and (min-width: 768px) {
a:hover {
  cursor: pointer;
}
}
main {
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

img {
  width: auto;
  vertical-align: middle;
}

p {
  font-size: clamp(12px, 3vw, 16px);
}

.pc_app {
  display: block;
}

.sp_app {
  display: none;
}

.br_pc {
  display: block;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 1024px) {
	img {
  width: 100%;
  vertical-align: middle;
}
  .pc_app {
    display: none;
  }
  .sp_app {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
/* -------------------------- 共通 ------------------------- */
article h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(56px, 7vw, 80px);
  line-height: 1;
}

.ttl_en {
  display: block;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(56px, 7vw, 80px);
  line-height: 1;
}
.ttl_ja {
  display: block;
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: bold;
  margin-top: 8px;
}
.works_article .ttl_ja,
.recruit_article .ttl_ja {
  color: #fff;
}
.works_article .ttl_ja {
  margin-left: 10px;
}

.more_btn {
  position: relative;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out;
  width: 300px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111111;
  color: #ffd700;
  border-radius: 40px;
  font-size: clamp(14px, 3vw, 18px);
}
@media screen and (max-width: 768px) {
  .more_btn {
    margin: 0 auto;
  }
}

.more_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 72%;
  width: 6px;
  height: 6px;
  background-color: #ffd700;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  z-index: 0;
}

.more_btn::after {
  content: "";
  background: url(../img/top/btn_arrow.png);
  position: absolute;
  top: 50%;
  left: 71%;
  width: 14px;
  height: 10px;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 768px) {
.more_btn:hover::before {
  width: 700px;
  height: 700px;
}

.more_btn:hover::after {
  opacity: 1;
  left: 72%;
}

.more_btn:hover {
  background: #ffd700;
}
}
.more_btn span {
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
.more_btn:hover span {
  color: #111111;
}
}

.more_btn_yellow {
  color: #111111;
}

.more_btn_yellow span {
  color: #111111;
}
@media screen and (min-width: 768px) {
.more_btn_yellow:hover {
  background: #111111;
}

.more_btn_yellow:hover span {
  color: #ffffff;
}
}
.more_btn_yellow {
  background: #ffd700;
}

.more_btn_yellow::after {
  transition: all 0.3s ease-in-out;
}

.more_btn_yellow::before {
  background-color: #111111;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
.more_btn_yellow:hover::before {
  background-color: #111111;
}
.more_btn_yellow:hover::after {
  filter: brightness(0) invert(1);
	translateZ(0);
}
}
@media screen and (min-width: 768px) {
.more_btn_yellow:hover {
  background: #111111;
}
}

.more_btn_yellow_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 76%;
  width: 0px;
  height: 0px;
  background-color: #ffd700;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  z-index: 0;
}

.more_btn_yellow_arrow:after {
  content: "";
  background: url(../img/top/more.svg);
  position: absolute;
  top: 50%;
  left: 76%;
  width: 21px;
  height: 21px;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
  opacity: 1;
}
@media screen and (min-width: 768px) {
.more_btn_yellow_arrow:hover::after {
  opacity: 1;
  left: 76%;
}
}

.nav_contact {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffd700;
  height: 65%;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*
  a:before {
      content: "";
      display: block;
      position: absolute;
      left: 10%;
      background: url(../img/top/nav_contact_img.png) no-repeat;
      background-size: contain;
      width: 20px;
      height: 15px;
      margin-right: 10px;
  }
  a:after {
      content: "";
      display: block;
      position: absolute;
      left: 10%;
      background: url(../img/top/nav_contact_img.png) no-repeat;
      background-size: contain;
      width: 20px;
      height: 15px;
      margin-right: 10px;
  }
  */
  transition: all 0.3s ease-in-out;
}
.nav_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  /*
  p {
      margin-left: 40px;
  }
  */
}
.nav_contact a img {
  max-width: 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.nav_contact p {
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
.nav_contact:hover {
  background: #111111;
}
.nav_contact:hover p {
  color: #ffd700;
}
}
.nav_contact_img_black {
  display: block;
}

.nav_contact_img_yellow {
  display: none;
}
@media screen and (min-width: 768px) {
.nav_contact:hover .nav_contact_img_black {
  display: none;
}

.nav_contact:hover .nav_contact_img_yellow {
  display: block;
}
}

.more_btn_clear {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
  color: #111;
  margin-right: 0;
}
.more_btn_clear span {
  margin-right: 30px;
}

.more_btn_clear::before {
  left: auto;
  right: 0;
}

.more_btn_clear::after {
  left: auto;
  right: 0;
}
@media screen and (min-width: 768px) {
.more_btn_clear:hover {
  background: none;
}

.more_btn_clear:hover::before {
  width: 6px;
  height: 6px;
  opacity: 0;
}

.more_btn_clear:hover::after {
  left: auto;
  right: -5px;
}
}

/* -------------------------- 共通 ------------------------- */
/* -------------------------- HEADER ------------------------- */
header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
  padding-right: 15px;
  padding-left: 48px;
  background: #fff;
  transition: all 1s ease-in-out;
  z-index: 10;
  box-sizing:content-box;
}
@media screen and (max-width: 1400px) {
  header {
    width: 90%;
  }
}
@media screen and (max-width: 1290px) {
  header {
    display: none;
  }
}
header .header_logo {
  max-width: 120px;
}
header .header_logo img {
  margin-top: -20px;
}
header nav {
  height: 100%;
}
header nav ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
}
.nav_li_search {
    position: relative;
    overflow: hidden; /* フォームがはみ出さないようにする */
    display: flex;
    align-items: center;
}
#search-icon {
    width: 20px;
    cursor: pointer;
}
#search-form {
    display: flex; /* フォーム内の要素を横並びにするため */
    width: 0; /* 初期状態の幅を0に設定 */
    transform-origin: left; /* 左側から伸びるようにする */
    transition: width 0.5s ease, transform 0.5s ease; /* 幅と変形のアニメーション */
}
#search-form input {
    padding: 5px 5px;
    border-radius: 20px;
    border: 1px solid #000;
}

.header_pc nav ul li a {
  position: relative;
}
.header_pc nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/top/header_leg.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.header_pc nav ul li a:hover:before {
  opacity: 1;
}
.header_pc nav ul .nav_contact {
  margin-left: 20px;
}
.header_pc nav ul .nav_contact a::before {
  display: none;
}
.header_pc nav ul .nav_li_search a::before {
  display: none;
}

/* -------------------------- HEADER ------------------------- */
/* -------------------------- FV ------------------------- */
.fv_article {
  background: rgb(255, 221, 40);
  background: linear-gradient(0deg, rgb(255, 221, 40) 0%, rgb(255, 255, 255) 100%);
  position: relative;
	z-index:1;
  /* -------------------------- 流れるテキスト -------------------------- */
  /*全共通*/
  /*左右のアニメーション*/
  /* -------------------------- 流れるテキスト -------------------------- */
  /* -------------------------- マウス追従 -------------------------- */
  /* -------------------------- マウス追従 -------------------------- */
}
.fv_article .fv_section01_ttl {
  position: relative;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.fv_article .fv_section01 {
  padding-top: 15vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section01 {
	 height: calc(var(--vh, 1vh) * 100);
    padding-top: 0;
  }
}
.fv_article .fv_section01 .fv_section01_ttl {
  width: 100%;
  max-width: 685px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section01 .fv_section01_ttl {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section01 .fv_section01_ttl img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}
.fv_article .fv_section01 .fv_section01_ttl_ja {
  font-size: clamp(16px, 3vw, 24px);
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
	white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section01 .fv_section01_ttl_ja {
    margin-top: 4%;
  }
}
.fv_article .fv_section02 {
  margin-top: 10vw;
  padding-bottom: 10vw;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section02 {
    margin-top: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .fv_article .fv_section02 {
    margin-top: 40vw;
    padding-bottom: 20%;
  }
}
.fv_article .fv_section02 .fv_section02_p {
  font-size: 18px;
  font-size: clamp(14px, 3vw, 18px);
  text-align: center;
  line-height: 4vw;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_section02 .fv_section02_p {
    line-height: 2;
  }
}
.fv_article .fv_item {
  position: absolute;
  transition: transform 0.2s ease-out;
  top: 90%;
  /* 慣性スクロール中の微細な計算の飛びを0.1秒の余韻で吸収する */
    transition: transform 0.1s ease-out;
    /* 描画の最適化 */
    will-change: transform;
    /* iOS Safariでのちらつき防止 */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fv_article .fv_item01 {
  max-width: 30%;
  top: -4vw;
  left: 32%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item01 {
    max-width: 40%;
    top: -6vh;
    left: -2%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item01 {
    max-width: 50%;
  }
}
.fv_article .fv_item02 {
  max-width: 32%;
  top: -2vw;
  left: -9%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item02 {
    top: 10vh;
    left: -2%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item02 {
    max-width: 42%;
  }
}
.fv_article .fv_item03 {
  max-width: 28%;
  top: 7vw;
  right: -5%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item03 {
    max-width: 50%;
    top: 5vh;
    right: -5%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item03 {
    max-width: 60%;
  }
}
.fv_article .fv_item04 {
  max-width: 18%;
  top: 14vw;
  left: 20%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item04 {
    max-width: 18%;
    top: 40vh;
    left: -4%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item04 {
    max-width: 20%;
  }
}
.fv_article .fv_item05 {
  max-width: 15%;
  top: 21vw;
  right: 12%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item05 {
    max-width: 18%;
    top: 21vh;
    right: 7%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item05 {
    max-width: 28%;
  }
}
.fv_article .fv_item06 {
  max-width: 30%;
  top: 32vw;
  left: -2%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item06 {
    max-width: 37%;
    top: 52vh;
    left: -2%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item06 {
    max-width: 47%;
  }
}
.fv_article .fv_item07 {
  max-width: 30%;
  top: 36vw;
  right: 20%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item07 {
    max-width: 36%;
    top: 50vh;
    right: -2%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item07 {
    max-width: 46%;
  }
}
.fv_article .fv_item08 {
  max-width: 18%;
  top: 53vw;
  right: 1%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item08 {
    max-width: 20%;
    top: 80vh;
    right: 8%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item08 {
    max-width: 30%;
  }
}
.fv_article .fv_item09 {
  max-width: 28%;
  top: 66vw;
  left: 10%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item09 {
    max-width: 36%;
    top: 86vh;
    left: 10%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item09 {
    max-width: 46%;
  }
}
.fv_article .fv_item10 {
  max-width: 28%;
  top: 69vw;
  left: -11%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item10 {
    max-width: 34%;
    top: 95vh;
    left: -10%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item10 {
    max-width: 44%;
  }
}
.fv_article .fv_item11 {
  max-width: 14%;
  top: 67vw;
  right: -8%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item11 {
    max-width: 18%;
    top: 67vh;
    right: -8%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item11 {
    max-width: 28%;
  }
}
.fv_article .fv_item12 {
  max-width: 15%;
  top: 87vw;
  left: 6%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item12 {
    max-width: 15%;
    top: 115vh;
    left: -2%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item12 {
    max-width: 25%;
  }
}
.fv_article .fv_item13 {
  max-width: 30%;
  top: 90vw;
  right: -7%;
}
@media screen and (max-width: 1024px) {
  .fv_article .fv_item13 {
    max-width: 53%;
    top: 120vh;
    right: -16%;
  }
}
@media screen and (max-width: 576px) {
  .fv_article .fv_item13 {
    max-width: 50%;
  }
}
.fv_article .slide-in {
  overflow: hidden;
  display: inline-block;
}
.fv_article .slide-in_inner {
  display: inline-block;
}
.fv_article .leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}
.fv_article .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.fv_article .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.fv_article .fv_article_img_box {
  position: relative;
  perspective: 1000px;
}
.fv_article .fv_item {
  transition: transform 0.1s ease-out;
}

/* -------------------------- FV ------------------------- */
/* -------------------------- SERVICE ------------------------- */
.service_article {
  /*padding-bottom: 120px;*/
  background: rgb(255, 221, 40);
}
.service_article .service_article_inner {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .service_article .service_article_inner {
    padding: 12% 4%;
  }
}
.service_article .service_article_ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .service_article .service_article_ttl_box {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .service_article .service_article_ttl_box .service_article_ttl {
    margin-bottom: 6%;
  }
}
.service_article .service_section .service_section_content .service_section_box {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box {
    height: 220px;
    padding: 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_box {
    height: 120px;
    border-radius: 10px;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner h3 {
    width: 50%;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner img {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner img {
    margin: 0;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_img {
  width: 100px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_img {
    width: 40px;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_en {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(20px, 3vw, 40px);
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_en {
    text-align: left;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_ja {
  display: block;
  margin: 0 auto;
  font-size: clamp(12px, 3vw, 16px);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_ja {
    text-align: left;
  }
}
.service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_arrow {
  display: none;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_arrow {
    display: block;
    max-width: 100%;
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_box .service_section_inner .service_section_ttl_arrow {
    width: 40px;
  }
}
.service_article .service_section .service_section_content .service_section_box_flex {
  display: flex;
  margin: 20px auto;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_box_flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_box_flex {
    margin: 10px auto;
  }
}
.service_article .service_section .service_section_content .service_section_marketing {
  margin: 0 20px;
}
@media screen and (max-width: 1024px) {
  .service_article .service_section .service_section_content .service_section_marketing {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_marketing {
    margin: 10px auto;
  }
}
.service_article .service_section .service_section_content .service_section_all {
  background: #111111;
  height: 100px;
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  transition: 3s all ease-in-out;
}
.service_article .service_section .service_section_content .service_section_all{
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .service_article .service_section .service_section_content .service_section_all {
    height: 60px;
    font-size: clamp(16px, 3vw, 24px);
  }
}
.service_article .service_section .service_section_content .service_section_web img {
  max-width: 84px;
}
.service_article .service_section .service_section_content .service_section_movie img {
  max-width: 67px;
}
.service_article .service_section .service_section_content .service_section_marketing img {
  max-width: 105px;
}
.service_article .service_section .service_section_content .service_section_consulzting img {
  max-width: 79px;
}
@media only screen and (min-width: 768px) {
.service_article .service_section .service_section_content .service_section_all.more_btn:hover:before {
  width: 2000px;
  height: 2000px;
}
}
.service_article .service_section .service_section_content .service_section_all.more_btn h3 {
  position: relative;
}
@media only screen and (min-width: 768px) {
.service_article .service_section .service_section_content .service_section_all.more_btn:hover {
  color: #111;
}
}

/* -------------------------- SERVICE ------------------------- */
/* -------------------------- WORKS ------------------------- */
.works_article {
    background: linear-gradient(to bottom, rgb(255, 221, 40), #ffee90) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  /* 進行状況バーのスタイル */
}
@media screen and (max-width: 1024px) {
  .works_article {
    width: 100% !important;
  }
}
.works_article .works_article_center {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .works_article .works_article_inner {
    padding: 0 4%;
  }
}
.works_article .works_article_ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .works_article .works_article_ttl_box {
    width: 92vw;
    margin: 0 auto;
    margin-bottom: 6%;
  }
}
.works_article .works_article_ttl_box .works_article_ttl {
  color: #fff;
	font-size: clamp(40px, 7vw, 80px);
}
.works_article .works_article_ttl_box .works_article_a {
  font-size: clamp(14px, 3vw, 16px);
  font-weight: bold;
  color: #ffd700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.works_article .works_article_ttl_box .works_article_ttl_img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: auto;
  left: -20%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .works_article .works_article_ttl_box .works_article_ttl_img {
    width: 80%;
    left: 0;
  }
}
.works_article .scrollitem {
  width: 460px;
  background: #fff;
  border-radius: 20px;
}
.works_article .works_article_img_box {
  width: 100%;
  height: 340px;
  background: #ccc;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.works_article .works_article_img_box img {
  height: auto;
  transform: scale(1);
  transition: 0.6s ease;
}
@media only screen and (min-width: 768px) {
.works_article .scrollitem:hover  .works_article_img_box img {
  height: auto;
  transform: scale(1.078);
  transition: 0.6s ease;
}
}
#service .works_article .works_article_img_box{
	height:auto;
  overflow: hidden;
}
.works_article .works_article_p_box {
  padding: 15px 20px;
}
.works_article .works_article_p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.works_article .h-scroll {
  height: 100vh;
  overflow: hidden;
  /* 追加: 横スクロール用のオーバーフロー隠し */
}
.works_article .h-scroll-list {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* 追加: 横スクロールの高さを設定 */
  width: -moz-max-content;
  width: max-content;
  /* 追加: コンテンツ幅を適切に設定 */
}
.works_article .scrollitem {
  margin-right: 20px;
}
.works_article .h-scroll {
  height: 100vh;
  overflow: hidden;
  /* 横スクロール用のオーバーフロー隠し */
}
.works_article .h-scroll-inner {
  position: relative;
  height: 100%;
  /* 内部コンテンツの高さを設定 */
}
.works_article .h-scroll-list {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /* 横スクロールの高さを設定 */
  width: -moz-max-content;
  width: max-content;
  /* コンテンツ幅を適切に設定 */
}
.works_article .scrollitem {
  margin-right: 20px;
}
.works_article .progress-bar-container {
  width: 100%;
  max-width: 1000px;
  position: fixed;
  bottom: calc(50% - 320px);
  left: 0;
  right: 0;
  height: 5px;
  background-color: #fff;
  z-index: 10;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .works_article .progress-bar-container {
    display: block;
    width: 92vw;
    margin: 0 auto;
  }
}
.works_article .progress-bar {
  height: 100%;
  width: 0;
  background-color: #007BFF;
  transition: width 0.25s ease-out;
}
.works_article .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #ffd700;
}
.works_article .h-scroll-list {
  position: static;
}
/*
@media screen and (max-width: 1024px) {
  .works_article .h-scroll-inner {
    margin-left: 8%;
  }
  .works_article .progress-bar-container {
    margin-left: 6%;
  }
}
*/
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .works_article .progress-bar-container {
    margin: 0 auto;
  }
}

/* -------------------------- WORKS ------------------------- */
/* -------------------------- CULTURE ------------------------- */
.culture_article {
  padding-top: 30vw;
  padding-bottom: 160px;
  /*background: url(../img/top/culture_bg.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;*/
	position:relative;
}
.culture_article video{
position:absolute;
            top: 0;
            left: -10%;
	width:120%;
	height:100%;
            object-fit: cover;
	z-index:-1;
}
@media screen and (max-width: 1024px) {
  .culture_article {
    padding-bottom: 30%;
    /*background: url(../img/top/culture_bg_sp.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;*/
  }
}
@media screen and (max-width: 1024px) {
  .culture_article .culture_article_inner {
    padding: 0 4%;
  }
}
.culture_article section p {
  margin: 80px auto;
}
@media screen and (max-width: 1024px) {
  .culture_article section p {
    margin: 8% auto;
  }
}
@media screen and (max-width: 768px) {
  .culture_article section p {
    margin: 12% auto;
  }
}
@media screen and (max-width: 1825px) {
  .culture_article {
    padding-top: 45vw;
  }
}
@media screen and (max-width: 1550px) {
  .culture_article {
    padding-top: 20vw;
  }
}

/* -------------------------- CULTURE ------------------------- */
/* -------------------------- RECRUIT ------------------------- */
.recruit_article {
  height: 770px;
  /*background: url(../img/top/recruite_bg.jpg) no-repeat;
  background-position: top;
  background-size: cover;*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
	position:relative;
}
.recruit_article video{
position:absolute;
            top: 0;
            left: 0;
	width:100%;
	height:100%;
            object-fit: cover;
	z-index:-1;
}
@media screen and (max-width: 1024px) {
  .recruit_article {
    padding-bottom: 16%;
  }
}
@media screen and (max-width: 768px) {
  .recruit_article {
    height: auto;
    padding-top: 30%;
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_article .recruit_article_inner {
    padding: 0 4%;
  }
}
.recruit_article .recruit_article_inner {
  width: 100%;
}
.recruit_article .recruit_article_ttl {
  color: #fff;
}
.recruit_article section p {
  margin: 80px auto;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .recruit_article section p {
    margin: 8% auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit_article section p {
    margin: 12% auto;
  }
}

/* -------------------------- RECRUIT ------------------------- */
/* -------------------------- BLOG ------------------------- */
.blog_article {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
  /* -------------------------- swiper -------------------------- */
  /* 1024px以下の時のページネーションバーのスタイル */
  /* -------------------------- swiper -------------------------- */
}
@media screen and (max-width: 1024px) {
  .blog_article .blog_article_inner {
    margin: 0 4%;
  }
}
.blog_article .blog_section {
  margin-top: -40px;
}
.blog_article .blog_article_ttl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .blog_article .blog_article_ttl {
    margin-bottom: 12%;
  }
}
.blog_article .swiper-pagination-lock {
  display: block;
}
.blog_article .swiper-button-lock {
  display: block;
}
.blog_article .swiper-pagination {
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}
.blog_article .swiper-button-prev {
  position: static;
  width: 54px;
  height: 54px;
  margin: 0 15px;
  margin-top: 0;
}
.blog_article .swiper-button-next {
  position: static;
  width: 54px;
  height: 54px;
  margin-top: 0;
}
.blog_article .swiper-button-prev:after {
  content: "";
  display: block;
  background: url(../img/top/arrow_prev.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 54px;
  height: 54px;
}
.blog_article .swiper-button-next:after {
  content: "";
  display: block;
  background: url(../img/top/arrow_next.svg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 54px;
  height: 54px;
}
.blog_article .swiper_nav {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 40px;
}
.blog_article .swiper_blog {
  overflow: hidden;
  padding: 10px;
}
.blog_article .swiper-wrapper_blog {
  width: 100%;
  /* ここでoverflow設定を明示的にしておく */
}
.blog_article .swiper-slide_blog_img_box {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.blog_article .swiper-slide_blog_category_box {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog_article .swiper-slide_blog_category_box .blog_cat {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 5px;
}
.blog_article .swiper-slide_blog_category {
  padding: 2px 15px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: clamp(10px, 3vw, 12px);
margin-right:5px;
}
.blog_article .swiper-slide_blog_date {
  color: #c1c1c1;
  font-size: clamp(10px, 3vw, 14px);
}
.blog_article .swiper-slide_blog_p_box {
  box-sizing: border-box;
  padding: 15px 20px;
}
.blog_article .works_article_p {
  margin-top: 5px;
	
}
.blog_article .swiper-slide_blog {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.blog_article .swiper-pagination_sp {
  display: none;
}
@media (max-width: 1024px) {
  .blog_article .swiper-pagination-progressbar {
    background: #fff;
    /* ゲージの背景色 */
  }
  .blog_article .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ffd700;
    /* ゲージの色 */
  }
  .blog_article .swiper-pagination_pc {
    display: none;
  }
  .blog_article .swiper-button-prev,
  .blog_article .swiper-button-next {
    display: none;
  }
  .blog_article .swiper-pagination_sp {
    display: block;
    margin-top: 4%;
    height: 5px !important;
  }
}
.blog_article .more_btn {
  margin: 0 auto;
  margin-top: 40px;
}

/* -------------------------- BLOG ------------------------- */
/* -------------------------- NEWS ------------------------- */
.news_article {
  padding-top: 100px;
  padding-bottom: 10px;
}
.news_article a {
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .news_article .news_article_inner {
    /* margin: 0 4%; */
    margin: 0 6%;
  }
}
.news_article .news_article_ttl_box {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_article .news_section_dl {
  padding: 50px 70px;
  display: flex;
  border-bottom: 3px solid #f7f7f7;
  cursor: pointer;
    letter-spacing: 0.05rem;
}
@media screen and (max-width: 1024px) {
  .news_article .news_section_dl {
    padding: 6% 0;
  }
}
.news_article .news_section_dl dt {
  margin-right: 70px;
  color: #c1c1c1;
  cursor: pointer;
  font-size: clamp(12px, 3vw, 16px);
}
.news_article .news_section_dl dd {
  font-weight: bold;
  cursor: pointer;
  font-size: clamp(12px, 3vw, 16px);
}
.news_article .news_section_dl:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .news_article .news_section_dl dt {
    margin-right: 20px;
  }
}

/* -------------------------- NEWS ------------------------- */
/* -------------------------- BANNER ------------------------- */
.banner_article {
  padding-bottom: 100px;
}
.banner_article .banner_section ul {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .banner_article .banner_section ul {
    margin: 0 4%;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.banner_article .banner_section ul li a {
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.banner_article .banner_section ul li a img {
  cursor: pointer;
}
.banner_article .banner_section ul li a:hover {
  opacity: 0.7;
}

/* -------------------------- BANNER ------------------------- */
/* -------------------------- CONTACT ------------------------- */
.contact_article {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #ffd700;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact_article {
    border-radius: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contact_article {
    border-radius: 30px;
    height: 140vw;
  }
}
.contact_article .contact_article_inner {
  position: relative;
  z-index: 1;
}
.contact_article .contact_article_ttl_box .contact_article_ttl {
  color: #fff;
}
.contact_article .contact_article_ttl_box .contact_article_ttl_sub {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact_article .contact_article_ttl_box .contact_article_ttl_sub {
    display: none;
  }
}
.contact_article .contact_article_ttl_box .more_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .contact_article .contact_article_ttl_box .more_btn {
    display: flex;
    margin: 0 auto;
    margin-top: 6%;
  }
}
.contact_article .contact_article_ttl_box .more_btn:after {
  left: 90%;
}
.contact_article .contact_article_ttl_box .more_btn::before {
  left: 90%;
}
.contact_article .contact_section {
  position: relative;
}
.contact_article .leg_box{
	display:none;
}
@media screen and (min-width: 768px) {
	.contact_article .leg_box{
	display:block;
}
.contact_article .leg_box {
  width: 100%;
  position: absolute;
  top: -25%;
  left: 55%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-width: 1000px;
}
}
@media screen and (max-width: 576px) {
  .contact_article .leg_box {
    width: 117%;
    top: 7%;
    left: -10%;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
.contact_article .leg_box .leg_ripple {
  position: absolute;
}
.contact_article .leg_box .leg2,
.contact_article .leg_box .leg3,
.contact_article .leg_box .leg4 {
  top: 0;
  transition: 2.5s all ease-in-out;
}
.contact_article .leg_box .leg2,
.contact_article .leg_box .leg3,
.contact_article .leg_box .leg4 {
  animation: ripple 2.5s infinite;
  transform: scale(0.95);
  opacity: 0;
}
.contact_article .leg_box .leg1 {
  animation: ripple_center 2.5s infinite;
  transform: scale(0.95);
  opacity: 1;
}
.contact_article .leg_box .leg2 {
  animation: ripple 2.5s infinite;
  transform: scale(0.95);
  opacity: 0;
  animation-delay: 0.4s;
}
.contact_article .leg_box .leg3 {
  animation: ripple 2.5s infinite;
  transform: scale(0.95);
  opacity: 0;
  animation-delay: 0.2s;
}
.contact_article .leg_box .leg4 {
  animation: ripple 2.5s infinite;
  transform: scale(0.95);
  opacity: 0;
  animation-delay: 0s;
}

.contact_article_bg {
  position: relative;
}
.contact_article_bg .contact_article_bg_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  z-index: 0;
  background: #111;
}


@keyframes ripple {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple_center {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 1;
  }
}
}



@media screen and (max-width: 768px) {
	.contact_article{
			background: url(../img/top/contactbg_sp2025.jpg);
	background-position:center;
	background-size:cover;
			}
}
/* -------------------------- CONTACT ------------------------- */
/* -------------------------- FOOTER ------------------------- */
footer {
  background: #111111;
  width: 100%;
  position: relative;
  overflow:hidden;
  /* --------------------------  アコーディオン -------------------------- */
  /* --------------------------  アコーディオン -------------------------- */
}
footer .footer_inner {
  max-width: 1000px;
  padding-top: 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner {
    display: block;
    margin: 0 4%;
  }
}
footer .footer_inner .footer_left {
  margin-right: 70px;
}
footer .footer_inner .footer_left .footer_logo {
  max-width: 270px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left .footer_logo {
    max-width: 200px;
    width: 50vw;
    margin-top: -9%;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left {
    margin-right: 0px;
    margin-bottom: 12%;
  }
}
footer .footer_inner .footer_left .sns {
  display: flex;
  margin-bottom: 80px;
}
footer .footer_inner .footer_left .sns a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left .sns a {
    margin-right: 10%;
  }
}
footer .footer_inner .footer_left .sns a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left .sns {
    margin-bottom: 0;
  }
}
footer .footer_inner .footer_left .footer_left_a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left .footer_left_a {
    margin-top: 10%;
  }
}
footer .footer_inner .footer_left .footer_left_a span {
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  padding-bottom: 3px;
  transition: 0.3s all ease-in-out;
}
footer .footer_inner .footer_left .footer_left_a img {
  width: 20px;
  margin-left: 10px;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 768px) {
footer .footer_inner .footer_left .footer_left_a:hover {
  color: #ffd700;
}
footer .footer_inner .footer_left .footer_left_a:hover span {
  border-bottom: 1px solid #ffd700;
}
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_left .footer_left_sp_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .footer_inner .footer_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_right {
    display: block;
  }
}
footer .footer_inner .footer_right ul li {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_right ul li {
    margin-bottom: 0%;
  }
}
footer .footer_inner .footer_right ul li a {
  display: block;
  color: #a6a6a6;
  width: 100%;
  position: relative;
}
footer .footer_inner .footer_right ul li a span {
  transition: 0.3s all ease-in-out !important;
  margin-right: 3px;
}
footer .footer_inner .footer_right ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  width: 6px;
  height: 6px;
  background-color: #ffd700;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  z-index: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
footer .footer_inner .footer_right ul li a:hover {
  color: #ffde00;
}
footer .footer_inner .footer_right ul li a:hover span {
  display: block;
  margin-left: 3px;
  margin-right: 0;
}
footer .footer_inner .footer_right ul li a:hover:before {
  opacity: 1;
}
}
footer .footer_inner .footer_right .footer_right_ttl {
  display: block;
  font-size: 24px;
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .footer_right .footer_right_ttl {
    border-top: 1px solid #fff;
    background: none;
    padding: 4% 0;
    margin-bottom: 0;
  }
}
footer .footer_inner .footer_right .footer_right_ttl a {
  color: #ffF;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 768px) {
footer .footer_inner .footer_right .footer_right_ttl a:hover {
  color: #ffde00;
}
}
footer .footer_inner .footer_right .footer_right_ttl_simple {
  display: block;
  color: #fff;
  width: 100%;
  position: relative;
  transition: 0.1s all ease-in-out !important;
}
footer .footer_inner .footer_right .footer_right_ttl_simple span {
  transition: 0.1s all ease-in-out !important;
  margin-right: 3px;
}
footer .footer_inner .footer_right .footer_right_ttl_simple:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7%;
  width: 6px;
  height: 6px;
  background-color: #ffd700;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease-in-out;
  z-index: 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
footer .footer_inner .footer_right .footer_right_ttl_simple:hover {
  color: #ffde00;
}
footer .footer_inner .footer_right .footer_right_ttl_simple:hover span {
  display: block;
  margin-left: 3px;
  margin-right: 0;
}
footer .footer_inner .footer_right .footer_right_ttl_simple:hover:before {
  opacity: 1;
}
}
footer a {
  color: #fff;
}
footer .accordion {
  width: 100%;
}
footer .accordion__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  footer {
    margin-bottom: 4%;
    /* CSS for CodePen */
  }
  footer .accordion__container {
    display: block;
  }
  footer .accordion {
    margin-top: 10px;
  }
  footer .accordion__container {
    width: 100%;
    margin: 0 auto;
  }
  footer .accordion__title {
    background-color: #000;
    color: #fff;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  footer .accordion__title::before,
  footer .accordion__title::after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }
  footer .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  footer .accordion__title:hover,
  footer .accordion__title:active,
  footer .accordion__title.is-active {
    background-color: #00aaa7;
  }
	
  footer .accordion__title.is-active::before {
    opacity: 0;
  }
  footer .accordion__title.is-active::after {
    transform: rotate(0);
  }
  footer .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  footer .accordion__content.is-open {
    line-height: normal;
    /* numberに書き換える*/
    height: auto;
    opacity: 1;
  }
  footer .footer_right_ttl_first {
    border-top: none !important;
  }
  footer .accordion__content.is-open {
    margin-bottom: 4%;
  }
}
footer small {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
}
footer small .small_inner {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  flex-direction: row-reverse;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  footer small .small_inner {
    display: block;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 4%;
  }
  footer small .small_inner p {
    text-align: right;
  }
}
footer small p {
  font-size: clamp(10px, 3vw, 12px);
}
@media screen and (max-width: 1024px) {
  footer small p {
    margin-top: 10px;
    color: #919191;
  }
}
footer small a {
  font-size: clamp(10px, 3vw, 12px);
  border-bottom: 1px solid #fff;
  transition: 0.3s all ease-in-out;
}
footer small a:hover {
  color: #ffd700;
  border-bottom: 1px solid #ffd700;
}
footer .btn_top {
  position: absolute;
  right: 4%;
  bottom: 16%;
  display: block;
  width: 80px;
  height: 80px;
}
footer .btn_top img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer .btn_top {
    display: none;
  }
}

/* -------------------------- FOOTER ------------------------- */
/* -------------------------- ヘッダ- 隠れる -------------------------- */
.hidden-header {
  transform: translateY(-200px);
  transition: transform 0.3s ease-in-out;
}

/* -------------------------- 進捗状況バー -------------------------- */
/* -------------------------- 進捗状況バー -------------------------- */
/* -------------------------- スクロールすると縁が広がる -------------------------- */
.circle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000000;
  /* 黒色の円 */
  width: 0;
  height: 0;
  border-radius: 50%;
  opacity: 1;
  /* 不透明度は1に設定 */
  transition: width 0.5s ease, height 0.5s ease;
  z-index: -1;
}

.h-scroll {
  overflow: visible !important;
}

/* -------------------------- スクロールすると縁が広がる -------------------------- */
/* -------------------------- ボタンの波動 -------------------------- */
.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffd700;
  box-shadow: 0 0 20px #ffd700;
  cursor: pointer;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
	.pulse-btn{
		width:10px;
		height:10px;
	}
}

.pulse-btn img {
  width: 60%;
}

.pulse-btn::before,
.pulse-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #ffd700;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 2s linear infinite;
}

.pulse-btn::after {
  animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
.works_article_a:hover .pulse-btn {
  width: 25px;
  height: 25px;
  margin-right: -10px;
}
}

/* -------------------------- ボタンの波動 -------------------------- */
/* -------------------------- お問い合わせ ホバー -------------------------- */
.contact_article {
  position: relative;
  /* 必要に応じて他のスタイルを追加 */
}

.contact_article a {
  cursor: none !important;
}

.contact_article:hover {
  cursor: none !important;
}

.contact_circle {
  width: 110px;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transition: transform 0.1s, opacity 0.3s;
  opacity: 0;
  z-index: 1000;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none !important;
  cursor: none !important;
}

.contact_circle img {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none !important;
  cursor: none !important;
}

/* -------------------------- お問い合わせ ホバー -------------------------- */
/* --------------------------  ハンバーガーメニュー -------------------------- */
.menu-btn {
  position: fixed;
  top: 45px;
  right: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}

.menu-btn__burger {
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu-btn__burger {
    width: 20px;
    height: 1px;
  }
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .menu-btn__burger::before,
  .menu-btn__burger::after {
    width: 20px;
    height: 1px;
  }
}

.menu-btn__burger::before {
  transform: translateY(-10px);
}
@media screen and (max-width: 768px) {
  .menu-btn__burger::before {
    transform: translateY(-8px);
  }
}

.menu-btn__burger::after {
  transform: translateY(10px);
}
@media screen and (max-width: 768px) {
  .menu-btn__burger::after {
    transform: translateY(8px);
  }
}

.menu-btn.open {
  background: none;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
  background-color: #fff;
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
  background-color: #fff;
}

.nav {
  position: fixed;
  top: 30px;
  left: auto;
  right: 30px;
  width: 90%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background: #111111;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .nav {
    top: 15px;
    left: auto;
    right: 15px;
    border-radius: 25px;
  }
}

.nav.open {
  opacity: 1;
  visibility: visible;
}

.nav__content {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 5% 20%;
  margin-left: 0;
	box-sizing:border-box;
}

@media screen and (max-width: 768px) {
	.nav__content{
		padding: 10% 20%;
	}
}

.nav__content .nav_contact {
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
	.nav__content .nav_contact {
  width: 100%;
  height: 60px;
}
}
.nav__content .nav_contact p {
  font-size: clamp(20px, 3vw, 24px);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #333;
}

.nav__list {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-bottom: 12%;
}

.nav__item {
  margin:0;
  margin-left: 0;
  margin-right: auto;
}

.nav__link {
  display: block;
  text-decoration: none;
  font-size: clamp(24px, 3vw, 32px);
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  transition: color 0.3s ease-in-out;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.nav__link:hover {
  color: #007BFF;
}

.nav .sns_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 6%;
}
.nav .sns_box a {
  margin-right: 20px;
}
.nav .sns_box img {
  width: 27px;
}
.nav .sns {
  width: 100%;
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  margin-top: 12%;
  margin-bottom: 12%;
}
.nav .sns a {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
  margin: 0 15px;
}

.menu-btn {
  display: none;
}
@media screen and (max-width: 1290px) {
  .menu-btn {
    display: flex;
  }
}

.nav_contact_sp {
  display: none;
}
@media screen and (max-width: 1290px) {
  .nav_contact_sp {
    display: block;
    width: 30%;
    position: fixed;
    top: 45px;
    right: 130px;
    height: 70px;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1290px) and (max-width: 768px) {
  .nav_contact_sp {
    width: 40%;
    position: fixed;
    top: 20px;
    right: 85px;
    height: 55px;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
}

/* --------------------------  横スクロール -------------------------- */
.h-scroll {
  height: 100vh;
  overflow: hidden;
  /* 追加: 横スクロール用のオーバーフロー隠し */
}

.h-scroll-inner {
  position: relative;
  height: 100%;
  /* 追加: 内部コンテンツの高さを設定 */
}

.h-scroll-list {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  /* 追加: 横スクロールの高さを設定 */
  width: -moz-max-content;
  width: max-content;
  /* 追加: コンテンツ幅を適切に設定 */
}

.scrollitem {
  margin-right: 20px;
}


/* 進行状況バーのスタイル */
.progress-bar-container {
  width: 100%;
  max-width: 1000px;
  position: static;
  bottom: calc(50% - 320px);
  left: 0;
  right: 0;
  height: 5px;
  background-color: #fff;
  z-index: 10;
  margin: auto;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #007BFF;
  transition: width 0.25s ease-out;
}

.progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background: #ffd700;
}

/* --------------------------  横スクロール -------------------------- */
.workpage_content_category {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 50px;
  background: #111;
  color: #fff;
}

.act-cat-res-landing-page {
  background: #ec5757;
}

.act-cat-res-corporate-site {
  background: #e975b4;
}

.act-cat-res-online-shop-site {
  background: #9563c3;
}

.act-cat-res-banner {
  background: #e98535;
}

.act-cat-res-banner {
  background: #e98535;
}

.act-cat-res-dtp {
  background: #41c341;
}

.act-cat-res-web_app {
  background: #506ad9;
}

.act-cat-res-package-design {
  background: #2e8b99;
}

.act-cat-res-business-card {
  background: #844C1F;
}

.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
}
.breadcrumb ul li::after {
  content: ">";
  padding: 0 20px;
  color: #111;
}
.breadcrumb a {
  color: #111;
  font-weight: bold;
}


/*20240911*/ 

 .swiper-slide_blog_img_box img {
    width: 100%;
	 height: 220px;
-o-object-fit: cover;
object-fit: cover;
}

.blog_article .swiper-slide_blog_p_box{
	min-height:160px;
}

/*20240911*/ 


/*20240927*/ 



.btn_top {
    transition: all 0.6s ease-in-out;
}
@media only screen and (min-width: 768px) {
.btn_top:hover {
    animation-duration: 0.3s;
    animation-name: pagetop;
	animation-fill-mode: forwards;
}

@keyframes pagetop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
	 100% {
        transform: scale(1.1);
    }
}
}
@media screen and (max-width: 1024px) {
  .works_article .scrollitem {
    width: 40%;
  }
	.works_article .works_article_img_box{
		height:auto;
	}
}
@media screen and (max-width: 768px) {
  .works_article .scrollitem {
    width: 7%;
    margin-right: 10px;
  }
	.works_article .scrollitem:first-child{
		margin-left:0;
	}
}

@media screen and (max-width: 768px) {
.works_article .h-scroll-inner {
width:100%;
  position: relative;
  height: 100%;
  /* 内部コンテンツの高さを設定 */
}
	}


/*20240927*/ 

/*20241009*/ 

/* fvの足跡 */ 
.fv_section02{
	position:relative;
}
.fv_section02 .service_ripple_r1,
.fv_section02 .service_ripple_l,
.fv_section02 .service_ripple_r2 {
  width: 25%;
  position: absolute;
  animation: rippleAnimation 2s ease-in-out infinite;
	display:none;
}

@media screen and (max-width: 1024px) {
.fv_section02 .service_ripple_r1,
.fv_section02 .service_ripple_l,
.fv_section02 .service_ripple_r2 {
	display:block;
	}
}
.fv_section02 .service_ripple_r1 {
  top: 10%;
  left: calc(50% - 40%);
  animation-delay: 1s; /* 最後にアニメーション開始 */
}
.fv_section02 .service_ripple_l {
  top: 40%;
  left: calc(50% - 20%);
  animation-delay: 0.5s; /* 次にアニメーション開始 */
}

.fv_section02 .service_ripple_r2 {
  top: 50%;
  left: calc(50% + 22%);
  animation-delay: 0s; /* 最初にアニメーション開始 */
}
/* fvの足跡 */ 

/* サービスの足跡 */

.service_article {
  position: relative;
}
.service_article_bg {
  position: relative;
}

@media screen and (max-width: 768px) {
  .service_article .service_article_bg {
    background: none;
  }
}

.service_ripple_r1,
.service_ripple_l,
.service_ripple_r2 {
  width: 20%;
  position: absolute;
  animation: rippleAnimation 2s ease-in-out infinite;
}
.service_ripple_r1 {
  top: 10%;
  left: calc(50% - 40%);
  animation-delay: 1s; /* 最後にアニメーション開始 */
}
.service_ripple_l {
  top: 50%;
  left: calc(50% - 10%);
  animation-delay: 0.5s; /* 次にアニメーション開始 */
}

.service_ripple_r2 {
  top: 50%;
  left: calc(50% + 22%);
  animation-delay: 0s; /* 最初にアニメーション開始 */
}
@media only screen and (min-width: 768px) {
/* アニメーションの定義 */
@keyframes rippleAnimation {
  0% {
    transform: scale(1); /* 元のサイズ */
	opacity:0;
  }
  50% {
    transform: scale(1); /* 縮小 */
	opacity:1;
  }
100% {
    transform: scale(1.5); /* 元のサイズに戻る */
	opacity:0;
  }
}
}
/* サービスの足跡 */

.service_section_box{
	transition: background-color 0.3s ease-in-out;
	cursor:pointer;
}
@media only screen and (min-width: 768px) {
.service_section_web:hover{
background-color: rgba(255, 255, 255, 0);
	background: url(../img/top/service_section_web.jpg);
	background-position:center;
	background-size:cover;
}

.service_section_movie:hover{
background-color: rgba(255, 255, 255, 0);
	background: url(../img/top/service_section_movie.jpg);
	background-position:center;
	background-size:cover;
}

.service_section_marketing:hover{
background-color: rgba(255, 255, 255, 0);
	background: url(../img/top/service_section_marketing.jpg);
	background-position:center;
	background-size:cover;
}
.service_section_consulzting:hover{
background-color: rgba(255, 255, 255, 0);
	background: url(../img/top/service_section_application.jpg);
	background-position:center;
	background-size:cover;
	
}
}
@media only screen and (min-width: 768px) {
.service_section_box .service_section_ttl_img {
	transition: filter 0.2s ease-in-out;  
	translateZ(0);
}
.service_section_box:hover .service_section_ttl_img {
  filter: invert(1) brightness(2);
	translateZ(0);
}

.service_section_box h3{
	transition: all 0.2s ease-in-out;  
}
.service_section_box:hover h3{
	color:#fff;
}
	}
@media only screen and (min-width: 768px) {
.service_section_ttl_arrow{
	transition: filter 0.2s ease-in-out; 
	translateZ(0);
}
.service_section_box:hover .service_section_ttl_arrow{
	filter: invert(1) brightness(2);
	translateZ(0);
}
}
.news_article a .news_section_dl{
	transition: all 0.2s ease-in-out;  
}
.news_article a:hover .news_section_dl{
border-bottom: 3px solid #ffd700;	
}

  
/*20241009*/ 

/*20241011 全ページ下部サービスバナー swiper*/ 
	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  gap: 20px;
	padding:120px 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0;
	border-radius:10px;
	cursor:pointer;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
	margin:0 28px;
	    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, width 0.3s ease; /* スムーズなアニメーションを設定 */
}
.scroll-infinity__item>img {
  width: 100%;
}
.scroll-infinity__item:hover {
  transform: translateY(-20px); /* ホバー時に10px上に移動 */
}

@media screen and (max-width: 768px) {
	.scroll-infinity__wrap{
		padding:12% 0;
	}
	.scroll-infinity__list {
		border-radius:3px;
	}
	.scroll-infinity__item {
		width: calc(100vw / 3);
		margin:0 5px;	
				border-radius:3px;
	}
	
}
/*20241011 全ページ下部サービスバナー swiper*/ 

footer .footer_inner .footer_left .sns a{
	box-sizing:border-box;
	transition: all 0.3s ease-in-out;
	border:1px solid #111111;
}
@media only screen and (min-width: 768px) {
footer .footer_inner .footer_left .sns a img{
	transition: filter 0.3s ease-in-out;
	translateZ(0);
}
footer .footer_inner .footer_left .sns a:hover img{
-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
	translateZ(0);
}
}
footer .footer_inner .footer_left .sns a:hover{
	background:#111111;
	border:1px solid #fff;
}
/*20241011 トップのスクロールバーの不具合 swiper*/ 
.progress-bar-container {
    display: none; /* 初期状態で非表示 */
}
/*20241011 トップのスクロールバーの不具合 swiper*/ 


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

/* 20241210 全ページ共通の制作実績のCSS */ 
	main{
		overflow:visible;
	}
	main article{
		overflow:hidden;
	}
	.circle_box{
		width:100%;
		position:relative;
				overflow-x:hidden;
		overflow-y:clip;
clip-path: inset(0 0 0 0); /* 親要素内に限定 */
	}
	.circle{
		position:absolute;
		z-index:-1;
	}
	.works_article{
		overflow:visible;
		display:block;
	}
    .horizontal_scroll {
        --sticky-container-height: 100vh;
        height: var(--sticky-container-height);
        min-height: 100vh;
        box-sizing: border-box;
    }
    
    .horizontal_scroll .sticky {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
		overflow: hidden;
    }
    
    .horizontal_scroll .scroller {
        display: flex;
        overflow: auto;
		
		padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
    }
    
    .horizontal_scroll .scroller.nobar {
        overflow: hidden;
	
    }
    
    .horizontal_scroll .scroller>* {
		max-width:1000px;
        flex-basis: 36%;
        flex-shrink: 0;
        /*aspect-ratio: 1 / 1;*/
    }
    
    .horizontal_scroll .scroller>*:not(:first-child) {
        margin-left: 1%;
    }
	.works_article .works_article_ttl_box{
	width: 100%;
    max-width: 1000px;
    display: flex;
		justify-content: space-between;
		margin:0 auto;
		margin-bottom:60px;
	}
	.works_article .works_article_img_box{
		height:auto;
	}
	.works_article .scrollitem{
		margin:0;
		margin-right:5px;
	}
	.works_article .scrollitem:last-child{
		margin-right:0px;
	}
	@media screen and (max-width: 1024px) {
	.works_article .works_article_inner{
		padding:0;
	}
	}
	@media screen and (max-width: 1024px) {
	.horizontal_scroll .scroller.nobar{
		padding:0 4%;
		}
	.horizontal_scroll .scroller>*{
		flex-basis: 70%;
		flex-shrink: 0;
        aspect-ratio: 1 / 1;
		}
		.works_article .works_article_ttl_box{
			box-sizing: border-box;
			padding:0 4%;
		}
	}
    .culture_article {
        padding-top:0px;
		height:770px;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		padding-bottom: 0;
    }
	.culture_article .culture_article_inner{
			width:100%;
		}
	@media screen and (max-width: 1024px) {
    .culture_article {
        padding-top: 0;
    }
}
	.scrollbar-container {
    left: 0;
    width: 100%;
		max-width:1000px;
		margin:0 auto;
    height: 5px;
    background-color: rgba(255, 215, 0, 0.1); /* 背景 */
    z-index: 1000; /* 上位に表示 */
position: static;
		margin-top:30px;
		margin-bottom:0;
		
}

.scrollbar-progress {
    height: 100%;
    background-color: rgba(255, 215, 0, 1); /* 背景 */
    width: 0%; /* 初期値は0 */
    transition: width 0.1s linear; /* なめらかな更新 */
}

/*20241011 トップのスクロールバーの不具合 swiper*/ 

/* 20241210 全ページ共通 制作実績 */ 

.scroll-infinity{
	/* background:#f7f7f7; */
}
	main{
		overflow:visible;
	}
	main article{
		overflow:hidden;
	}
	.circle_box{
		width:100%;
		position:relative;
				overflow-x:hidden;
		overflow-y:clip;
clip-path: inset(0 0 0 0); /* 親要素内に限定 */
	}
	.circle{
		position:absolute;
		z-index:-1;
	}
	.works_article{
		overflow:visible;
		display:block;
	}
    .horizontal_scroll {
        --sticky-container-height: 100vh;
        height: var(--sticky-container-height);
        min-height: 100vh;
        box-sizing: border-box;
    }
    
    .horizontal_scroll .sticky {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100vh;
		overflow: hidden;
    }
    
    .horizontal_scroll .scroller {
        display: flex;
        overflow: auto;
		
		padding-left: calc(50% - 500px);
    padding-right: calc(50% - 500px);
    }
    
    .horizontal_scroll .scroller.nobar {
        overflow: hidden;
	
    }
    
    .horizontal_scroll .scroller>* {
		max-width:1000px;
        flex-basis: 36%;
        flex-shrink: 0;
        /*aspect-ratio: 1 / 1;*/
    }
    
    .horizontal_scroll .scroller>*:not(:first-child) {
        margin-left: 1%;
    }
	.works_article .works_article_ttl_box{
	width: 100%;
    max-width: 1000px;
    display: flex;
		justify-content: space-between;
		margin:0 auto;
		margin-bottom:60px;
	}
	.works_article .works_article_img_box{
		height:auto;
	}
	.works_article .scrollitem{
		margin:0;
		margin-right:5px;
	}
	.works_article .scrollitem:last-child{
		margin-right:0px;
	}
	@media screen and (max-width: 1024px) {
	.works_article .works_article_inner{
		padding:0;
	}
	}
	@media screen and (max-width: 1024px) {
	.horizontal_scroll .scroller.nobar{
		padding:0 4%;
		}
	.horizontal_scroll .scroller>*{
		flex-basis: 70%;
		flex-shrink: 0;
        aspect-ratio: 1 / 1;
		}
		.works_article .works_article_ttl_box{
			box-sizing: border-box;
			padding:0 4%;
		}
	}
    .culture_article {
        padding-top:0px;
		height:770px;
		display:flex;
		justify-content:flex-start;
		align-items:center;
		padding-bottom: 0;
    }
	.culture_article .culture_article_inner{
			width:100%;
		}
	@media screen and (max-width: 1024px) {
    .culture_article {
        padding-top: 0;
    }
}
	.scrollbar-container {
    left: 0;
    width: 100%;
		max-width:1000px;
		margin:0 auto;
    height: 5px;
    background-color: rgba(255, 215, 0, 0.1); /* 背景 */
    z-index: 1000; /* 上位に表示 */
position: static;
		margin-top:30px;
		margin-bottom:0;
}

.scrollbar-progress {
    height: 100%;
    background-color: rgba(255, 215, 0, 1); /* 背景 */
    width: 0%; /* 初期値は0 */
    transition: width 0.1s linear; /* なめらかな更新 */
}
#service .more_btn::after{
	margin-left:20px;
}
#service .more_btn::before{
	margin-left:20px;
}
@media screen and (max-width: 1024px) {
    .scrollbar-container {
		width:92%;
    }
}
/* 20241210 全ページ共通 制作実績 */ 

/* 20241211 全ページ共通 FV動画 */ 
.fv_item01,
.fv_item02,
.fv_item03,
.fv_item06,
.fv_item07,
.fv_item09,
.fv_item13{
	border-radius:20px;
}
/* 20241211 全ページ共通 FV動画 */ 
/* 20241211 全ページ共通 ローディングアニメーション */ 
        /* ローディング画面のスタイル */
        #loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
        #loading video {
            width:300px; /* ロゴサイズを調整 */
            height: auto;
			@media screen and (max-width: 768px) {
				.scrollbar-container {
					width:40%;
				}
			}
        }
        /* ページが読み込み中のスクロール禁止 */
        body.loading {
            overflow: hidden;
        }
.logo_gif{
	display:none;
	width:250px; /* ロゴサイズを調整 */
            height: auto;
	margin-bottom:100px;
}
/* 20241211 全ページ共通 ローディングアニメーション */ 

/* 20241211 メンバーページ */ 
#member_detail .swiper-slide_blog_img_box img{
	 height: auto;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 1.5 / 1;
}
#member_detail .blog_article .swiper-slide_blog{
	height:auto;
}
#member_detail .blog_article .swiper-slide_blog_img_box img{
	height:auto;
}
/* 20241211 メンバーページ */ 


@media screen and (max-width: 1024px) {
    footer {
        margin-bottom: 0% !important;
    }
}

.menu-btn {
    box-sizing: content-box;
}


/* 20250120 共通パーツ */ 

.under_fv_wrapper {
  position: relative;
  background-size: cover;
}
.under_fv_wrapper .under_fv_wrapper_inr {
  max-width: 1000px;
  margin: auto;
}
.under_fv_wrapper .under_fv_wrapper_inr .under_fv_txt_box {
  position: absolute;
  top: 35%;
	z-index:1;
}
@media only screen and (max-width: 999px) {
  .under_fv_wrapper .under_fv_wrapper_inr .under_fv_txt_box {
    left: 10%;
  }
}
.under_fv_wrapper .under_fv_wrapper_inr p {
  color: #fff;
}
.under_fv_wrapper .under_fv_wrapper_inr img {
  width: auto;
}
@media only screen and (max-width: 600px) {
  .under_fv_wrapper .under_fv_wrapper_inr img {
    width: 70%;
  }
}

.breadcrumb ul {
  display: flex;
}
.breadcrumb ul li {
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.breadcrumb ul li::after {
  content: ">";
  padding: 0 20px;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
  font-weight: bold;
}

.page_title {
  font-family: "montserrat", sans-serif;
  font-size: clamp(56px, 7vw, 80px);
  color: #fff;
  line-height: initial;
  margin-bottom: 10px;
}

.under_contents_wrapper {
  background: #f7f7f7;
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .under_contents_wrapper {
    border-radius: 20px;
  }
}
html{
	margin:0 !important;
	padding:0 !important;
	margin-top:0 !important;
}
.aioseo-breadcrumb a,
.aioseo-breadcrumbs{
	color:#fff !important;
}

@media only screen and (max-width: 999px) {
	.under_fv_wrapper .under_fv_wrapper_inr .under_fv_txt_box{
		left: 0% !important;
        padding: 20px !important;
	}
}

.page_title {
    font-family: "montserrat", sans-serif;
    font-size: clamp(42px, 7vw, 65px) !important;
    color: #fff;
    line-height: initial;
    margin-bottom: 10px;
}

.page_title p{
	margin-top:10px;
}

/* 20250120 フォント */ 
.fv_article .fv_section02 .fv_section02_p{
	font-weight:100;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
/* 20250120 フォント */ 

/* 20250120 共通パーツ */ 

.works_article .scrollitem:hover .works_article_img_box img{
	width:100%;
}
.works_article .works_article_img_box img{
	width:100%;
}
.scroll-infinity__item img{
	width:100%;
}

.pm-login-box{
	margin-top:200px !important;
}
@media only screen and (max-width: 1024px) {
.swiper-slide_blog_img_box img{
	    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1 / 0.75;
    box-sizing: border-box;
}
}
.blog_article .works_article_p{
 display: -webkit-box;          /* Flexbox の一種 */
  -webkit-line-clamp: 3;         /* 3行目は表示し、4行目以降を省略 */
  -webkit-box-orient: vertical;  /* 縦方向の表示を指定 */
  overflow: hidden;              /* はみ出した部分を隠す */
  text-overflow: ellipsis;       /* 省略記号「...」を表示 */
  white-space: normal;           /* 複数行を許可 */
}
