@charset "UTF-8";
/* CSS Document */
/* ====== 事業紹介 ===== */
.top-gallery,
.gallery-swiper {
  /* 左ボタン */
  /* 右ボタン */
  /* ボタン内のアイコンスタイル */
}
.top-gallery h6,
.gallery-swiper h6 {
  margin-top: 50px;
}
.top-gallery .BTN_type04 a,
.gallery-swiper .BTN_type04 a {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.top-gallery .swiper-slide:not(.swiper-slide-active),
.gallery-swiper .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.8);
  /* 80%サイズ */
  opacity: 0.5;
  /* 薄くする場合 */
}
@media screen and (max-width: 567px) {
  .top-gallery .swiper-slide:not(.swiper-slide-active),
  .gallery-swiper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(1);
    opacity: 1;
  }
}
.top-gallery .swiper-button-prev,
.gallery-swiper .swiper-button-prev {
  left: initial;
  right: calc(25.5% + 50px);
  top: initial;
  bottom: -15px;
  /* スライドの左寄りに配置 */
  z-index: 99;
  width: 40px;
}
@media screen and (max-width: 1024px) {
  .top-gallery .swiper-button-prev,
  .gallery-swiper .swiper-button-prev {
    right: calc(15% + 50px);
  }
}
@media screen and (max-width: 768px) {
  .top-gallery .swiper-button-prev,
  .gallery-swiper .swiper-button-prev {
    display: none;
  }
}
.top-gallery .swiper-button-next,
.gallery-swiper .swiper-button-next {
  width: 40px;
  left: initial;
  right: 25.5%;
  top: initial;
  bottom: -15px;
  /* スライドの右寄りに配置 */
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .top-gallery .swiper-button-next,
  .gallery-swiper .swiper-button-next {
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery .swiper-button-next,
  .gallery-swiper .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-gallery .swiper-button-prev::after,
  .top-gallery .swiper-button-next::after,
  .gallery-swiper .swiper-button-prev::after,
  .gallery-swiper .swiper-button-next::after {
    height: 35px;
    /* アイコンの高さ */
    width: 35px;
  }
}
@media screen and (max-width: 567px) {
  .top-gallery .h3__type01,
  .gallery-swiper .h3__type01 {
    line-height: 1;
  }
  .top-gallery .h3__type01 div,
  .gallery-swiper .h3__type01 div {
    padding-top: 5px;
  }
}

.office-service .col_2 {
  align-items: stretch;
  justify-content: center;
  padding: 25px 0;
  box-sizing: border-box;
  gap: 5%;
}
.office-service .col_2:after {
  width: 45%;
  content: "";
  display: block;
}
.office-service .col_2 li {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0 0 75px;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .office-service .col_2 li {
    width: 100%;
    max-width: 500px;
  }
}
.office-service .col_2 li strong {
  font-size: 2rem;
  font-weight: 700;
  border-left: solid 8px #b71c26;
  line-height: 1;
  padding: 0 0 3px 15px;
  margin-bottom: 10px;
}
.office-service .col_2 li img {
  flex: 1;
  display: flex;
  margin-bottom: 0;
  aspect-ratio: 3/1.8;
  -o-object-fit: cover;
     object-fit: cover;
}
.office-service .col_2 li p {
  flex-grow: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .office-partner h3 {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5%;
  }
}
.office-partner .col_4 {
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .office-partner .col_4:after {
    width: 32%;
    display: block;
    content: "";
  }
}
.office-partner .col_4 li {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .office-partner .col_4 li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .office-partner .col_4 li {
    width: 48%;
  }
  .office-partner .col_4 li img {
    max-width: 225px;
  }
}
.office-partner .col_4 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.office-partner .col_4 li img {
  padding: 0;
  width: 95%;
  margin: 0 auto;
  display: block;
}
.office-partner .col_4 li span {
  font-size: 1.5rem;
  display: block;
}
.office-partner p {
  width: 70%;
  margin: 0 auto;
  font-size: 1.5rem;
  padding-top: 25px;
  padding-bottom: 0;
}

/*=========== 事例紹介 ===========*/
.gallery__slider {
  max-width: 860px;
  margin: 0 auto 120px;
  padding-bottom: 60px;
  position: relative;
  /* 左ボタン */
  /* 右ボタン */
  /* スクロールバー全体のスタイル */
  /* スクロールバーのつまみ部分 */
  /* スクロールバーのトラック部分（背景） */
}
.gallery__slider .swiper-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.gallery__slider .swiper-container.slider-01, .gallery__slider .swiper-container.slider-02, .gallery__slider .swiper-container.slider-03 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.gallery__slider .swiper-container.slider-01 div, .gallery__slider .swiper-container.slider-02 div, .gallery__slider .swiper-container.slider-03 div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .gallery__slider .swiper-container.slider-01 div img, .gallery__slider .swiper-container.slider-02 div img, .gallery__slider .swiper-container.slider-03 div img {
    aspect-ratio: 4/3.2;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.gallery__slider .swiper-container.slider-01 div p, .gallery__slider .swiper-container.slider-02 div p, .gallery__slider .swiper-container.slider-03 div p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  line-height: 1;
  font-size: clamp(1.3rem, 1.1636rem + 0.9091vw, 1.6rem);
  padding: 1.5% 0;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: initial;
}
@media screen and (max-width: 819px) {
  .gallery__slider .swiper-container.slider-01 div p, .gallery__slider .swiper-container.slider-02 div p, .gallery__slider .swiper-container.slider-03 div p {
    background: #ffffff;
    padding: 2% 0;
  }
}
.gallery__slider .swiper-container.slider-thumbnail-01, .gallery__slider .swiper-container.slider-thumbnail-02, .gallery__slider .swiper-container.slider-thumbnail-03 {
  width: 100%;
  overflow-x: scroll;
  max-width: 1080px;
}
@media screen and (max-width: 299px) {
  .gallery__slider .swiper-container.slider-thumbnail-01, .gallery__slider .swiper-container.slider-thumbnail-02, .gallery__slider .swiper-container.slider-thumbnail-03 {
    display: none;
  }
}
.gallery__slider .swiper-container.slider-thumbnail-01 .swiper-wrapper .swiper-slide img, .gallery__slider .swiper-container.slider-thumbnail-02 .swiper-wrapper .swiper-slide img, .gallery__slider .swiper-container.slider-thumbnail-03 .swiper-wrapper .swiper-slide img {
  opacity: 0.5;
  /* デフォルトの透明度 */
}
.gallery__slider .swiper-container.slider-thumbnail-01 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img, .gallery__slider .swiper-container.slider-thumbnail-02 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img, .gallery__slider .swiper-container.slider-thumbnail-03 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  /* アクティブなスライドの透明度 */
}
.gallery__slider .swiper-button-prev {
  left: 0;
  top: initial;
  bottom: 0;
  /* スライドの左寄りに配置 */
  z-index: 99;
}
@media screen and (max-width: 567px) {
  .gallery__slider .swiper-button-prev {
    width: 40px;
  }
}
.gallery__slider .swiper-button-next {
  left: initial;
  left: 50px;
  top: initial;
  bottom: 0;
  /* スライドの右寄りに配置 */
  z-index: 99;
}
@media screen and (max-width: 567px) {
  .gallery__slider .swiper-button-next {
    width: 40px;
    left: 45px;
  }
}
.gallery__slider .swiper-horizontal {
  overflow: hidden;
}
.gallery__slider ::-webkit-scrollbar {
  height: 10px;
  /* スクロールバー全体の高さ */
}
.gallery__slider ::-webkit-scrollbar-thumb {
  background-color: #3a3a3c;
  /* つまみの色 */
  border-radius: 50px;
  /* 角丸 */
  width: 50px !important;
  /* つまみの幅（横スクロール） */
}
.gallery__slider ::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  /* トラックの背景色 */
  border-radius: 20px;
  /* トラックの角丸（見た目を統一） */
}

/*アンカーリンク*/
.gallery_nav .col_3 {
  justify-content: center;
  gap: 2%;
  margin: 25px auto 100px;
}
@media screen and (max-width: 768px) {
  .gallery_nav .col_3 {
    gap: 0;
  }
  .gallery_nav .col_3:after {
    content: none;
  }
}
.gallery_nav .col_3 li {
  background: #b71c26;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  font-weight: 500;
  line-height: 1.4;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.gallery_nav .col_3 li:last-child {		
  background: #3a3a3c;
}
.gallery_nav .col_3 li .svg-inline--fa {
  padding-left: 10px;
}
.gallery_nav .col_3 li a {
  /*aタグ全体にかける*/
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .gallery_nav .col_3 li {
    padding: 15px 5%;
  }
  .gallery_nav .col_3 li {
    width: 48%;
    order: 1;
    margin-right: 2%;
  }

}
@media screen and (max-width: 319px) {
  .gallery_nav .col_3 li {
    width: 100%;
    margin-right: 0;
  }
}

#gs-01,
#gs-02,
#gs-03 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  #gs-01,
  #gs-02,
  #gs-03 {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/*===== アスクル事業-アスクルエージェント =====*/
/*導入*/
.askul-intro h5 {
  padding-bottom: 15px;
}
.askul-intro .intro-item {
  margin-bottom: 25px;
}
.askul-intro__nav .col_2 {
  margin: 0 auto;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 339px) {
  .askul-intro__nav .col_2 {
    flex-direction: column;
  }
}
.askul-intro__nav .col_2 li {
  width: 48%;
  max-width: 450px;
}
@media screen and (max-width: 339px) {
  .askul-intro__nav .col_2 li {
    width: 90%;
    margin: 0 auto 45px;
  }
}
.askul-intro__nav .col_2 li strong {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: black;
  display: block;
  padding-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 567px) {
  .askul-intro__nav .col_2 li strong {
    font-size: clamp(1.4rem, 1.1273rem + 1.8182vw, 2rem);
  }
}
.askul-intro__nav .col_2 li a {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 15px 5% 25px;
  margin: 0 auto;
  border-radius: 8px;
  background: white;
  filter: drop-shadow(0 1px 1px #d0d0d0);
  border: #ccc 1px solid;
}
.askul-intro__nav .col_2 li a img {
  width: 85%;
  margin: 0 auto 15px;
  display: block;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .askul-intro__nav .col_2 li a img {
    width: 100%;
  }
}
.askul-intro__nav .col_2 li p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .askul-intro__nav .col_2 li p {
    font-size: 2.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .askul-intro__nav .col_2 li p {
    font-size: 2.8rem;
    text-align: center;
  }
}
.askul-intro__nav .col_2 li p small {
  display: block;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 567px) {
  .askul-intro__nav .col_2 li p small {
    font-size: 1.4rem;
    text-align: center;
  }
}
.askul-intro__nav .col_2 li p .svg-inline--fa {
  padding-left: 10px;
  font-size: 2.4rem;
  color: #b71c26;
}
@media screen and (max-width: 768px) {
  .askul-intro__nav .col_2 li p .svg-inline--fa {
    display: block;
    padding-top: 10px;
    margin: 0 auto;
    font-size: 3rem;
  }
}

/*アスクルエージェント*/
#askul_01 {
  padding-top: 100px;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  #askul_01 {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.askul-agent {
  /*オフィスカテゴリ*/
  /*カタログの案内*/
}
.askul-agent__img {
  max-width: 860px;
  width: 100%;
  margin: 25px auto 100px;
}
.askul-agent__merit .askul-carousel {
  margin: 0 auto 100px;
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  padding: 0 10px 100px;
  overflow: visible;
  /* 左ボタン */
  /* 右ボタン */
}
.askul-agent__merit .askul-carousel .swiper-button-prev {
  left: 0;
  top: initial;
  bottom: 25px;
  /* スライドの左寄りに配置 */
  z-index: 99;
}
.askul-agent__merit .askul-carousel .swiper-button-next {
  left: initial;
  left: 50px;
  top: initial;
  bottom: 25px;
  /* スライドの右寄りに配置 */
  z-index: 99;
}
.askul-agent__merit .askul-carousel .swiper-slide {
  background: white;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 15px 0;
  z-index: 10;
  filter: drop-shadow(0 1px 2px #c6c6c6);
  border-bottom: 5px solid #b71c26;
}
.askul-agent__merit .askul-carousel .swiper-slide img {
  width: 90%;
  display: block;
  padding: 0 0 10px;
  max-width: 140px;
}
.askul-agent__merit .askul-carousel .swiper-slide strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5em;
  /* 行の高さを設定 */
  min-height: 3em;
  /* 2行分の高さを確保 */
  max-height: 3em;
  /* 2行以上は非表示に */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #b71c26;
  padding: 10px 0 0;
}
.askul-agent__merit .askul-carousel .swiper-slide p {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: -0.03em;
}
.askul-agent__merit .askul-carousel .swiper-slide p small {
  font-size: 13px;
  display: inline-block;
}
.askul-agent__category {
  padding-bottom: 100px;
}
.askul-agent__category .col_4 li {
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .askul-agent__category .col_4 li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .askul-agent__category .col_4 li {
    width: 48%;
  }
}

.askul-agent__category .col_4 li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: block;
}
.askul-agent__category .col_4 li a p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (max-width: 567px) {
  .askul-agent__category .col_4 li a {
    font-size: 1.5rem;
    width: 95%;
    line-height: 1.6;
  }
}
.askul-agent__category .col_4 li a img {
  box-sizing: border-box;
  padding: 5%;
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1/1;
  /* 円形にする */
  border-radius: 50%;
  border: #e5e5e5 solid 10px;
  /* 画像がはみ出さないようにする */
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .askul-agent__category .col_4 li a img {
    border: #e5e5e5 solid 8px;
  }
}
.askul-agent__category .col_4 li a .svg-inline--fa {
  padding-left: 10px;
}
.askul-agent__category .col_4 li a:hover {
  opacity: 1;
}
.askul-agent__category .col_4 li a:hover img {
  border: rgba(211, 234, 245, 0.8980392157) solid 10px;
  transition: border 0.5s ease;
}
@media screen and (max-width: 768px) {
  .askul-agent__category .col_4 li a:hover img {
    border: rgba(211, 234, 245, 0.8980392157) solid 8px;
  }
}
.askul-agent__category .col_4 li a img {
  transition: border 0.5s ease;
}
.askul-agent__category .col_4 li a {
  transition: opacity 0.5s ease;
}
.askul-agent__category .col_4 li:nth-child(2) img,
.askul-agent__category .col_4 li:nth-child(8) img {
  padding: 0;
}
.askul-agent__category .col_4 li.askul_link {
  align-self: flex-end;
}
.askul-agent__category .col_4 li.askul_link img {
  width: 100%;
  border: none;
  max-width: 220px;
  border-radius: initial;
}
.askul-agent__category .col_4 li.askul_link:hover img {
  border: none;
  opacity: 0.65;
}
.askul-agent__catalog {
  display: flex;
  gap: 3%;
  align-items: stretch;
  padding-bottom: 15px;
}
@media screen and (max-width: 819px) {
  .askul-agent__catalog {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .askul-agent__catalog .h3__type01_white {
    font-size: 4rem;
  }
}
.askul-agent__catalog .catalog-list {
  flex: 1;
}
@media screen and (max-width: 859px) {
  .askul-agent__catalog .catalog-list .col_4 {
    padding-top: 25px;
  }
}
.askul-agent__catalog .catalog-list .col_4 li {
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .askul-agent__catalog .catalog-list .col_4 li {
    width: 31%;
  }
  .askul-agent__catalog .catalog-list .col_4 li:last-child {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .askul-agent__catalog .catalog-list .col_4 li {
    width: 48%;
    margin-bottom: 15px;
  }
  .askul-agent__catalog .catalog-list .col_4 li:last-child {
    display: block;
  }
}
.askul-agent__catalog .catalog-list .col_4 li img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.askul-agent__catalog .catalog-list .col_4 li span {
  font-size: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  display: block;
  padding: 10px 5px;
  line-height: 1.2;
}

/*ソロエルアリーナ*/
.soloel__intro-img {
  max-width: 860px;
  width: 100%;
  margin: 25px auto;
}
.soloel__intro-img img {
  width: 100%;
}
.soloel__intro-list {
  padding-bottom: 100px;
}
.soloel__intro-list .col_2 {
  justify-content: center;
  max-width: 980px;
  margin: 0 auto;
  gap: 3%;
}
@media screen and (max-width: 567px) {
  .soloel__intro-list .col_2 {
    display: block;
  }
}
.soloel__intro-list li {
  width: 48%;
  padding: 0 0 25px 0;
  box-sizing: border-box;
  max-width: 400px;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media screen and (max-width: 567px) {
  .soloel__intro-list li {
    width: 90%;
    margin: 0 auto;
  }
}
.soloel__intro-list .svg-inline--fa {
  color: #b71c26;
  padding-right: 15px;
  font-size: 1.8rem;
}
.soloel h6 {
  margin-bottom: 15px;
}
.soloel h6 span span {
  padding-left: 0;
}
@media screen and (max-width: 567px) {
  .soloel h6 span span {
    display: none;
  }
}
.soloel__merit {
  /*フローチャート*/
}
.soloel__merit .flow-chart {
  width: 100%;
  position: relative;
  padding-top: 0;
}
.soloel__merit .flow-chart ul {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 567px) {
  .soloel__merit .flow-chart ul {
    padding-left: 10px;
  }
}
.soloel__merit .flow-chart ul li {
  /*-----変更箇所-----*/
  border: 1px solid #666;
  padding: 10px 20px 10px 15px;
}
.soloel__merit .flow-chart ul li .circle_number-black {
  margin-top: -20px;
}
.soloel__merit .flow-chart ul li img {
  /*-----変更箇所-----*/
  max-width: 100px;
  padding: 20px 0 10px;
}
.soloel__merit .flow-chart ul li strong {
  /*-----変更箇所-----*/
  padding-bottom: 10px;
  color: #b71c26;
}
.soloel__merit .flow-chart ul li p {
  /*-----変更箇所-----*/
  padding-bottom: 10px;
}
.soloel__merit .flow-chart ul .circle_number-black {
  width: 45px;
  height: 45px;
  font-size: 2.2rem;
  top: 5px;
  left: -25px;
}
.soloel__category {
  margin-bottom: 50px;
  /* 必要に応じてSwipersのスタイルを調整 */
}
.soloel__category .swiper-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 85px;
  /* 左ボタン */
  /* 右ボタン */
}
.soloel__category .swiper-carousel .swiper-slide div {
  /* 各スライドの背景色 */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  /* 子要素の高さを揃える */
  border: 1px solid #c6c6c6;
  border-radius: 8px;
  padding: 15px 8% 15px;
  box-sizing: border-box;
  height: 100%;
}
.soloel__category .swiper-carousel .swiper-slide div img {
  width: 90%;
  display: inline-block;
  margin: 0 auto;
}
.soloel__category .swiper-carousel .swiper-slide div strong {
  font-weight: 700;
  padding: 8px 0 0;
  margin-bottom: 15px;
  position: relative;
  /* 疑似要素の位置を相対的に調整するため */
}
.soloel__category .swiper-carousel .swiper-slide div strong::after {
  content: "";
  display: block;
  width: 20%;
  /* 下線の幅をテキストと同じに設定 */
  height: 3px;
  /* 下線の厚さ */
  background-color: #ccc;
  /* 下線の色 */
  position: absolute;
  bottom: -5px;
  /* strongタグから10px下に配置 */
  left: 40%;
}
.soloel__category .swiper-carousel .swiper-slide div p {
  font-size: 1.5rem;
  flex-grow: 1;
  /* テキストの高さを揃える */
  padding: 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  /* 最大3行に固定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soloel__category .swiper-carousel .swiper-button-prev {
  left: 0;
  top: initial;
  bottom: 25px;
  /* スライドの左寄りに配置 */
  z-index: 99;
  width: 40px;
  height: 40px;
}
.soloel__category .swiper-carousel .swiper-button-next {
  left: 50px;
  top: initial;
  bottom: 25px;
  /* スライドの右寄りに配置 */
  z-index: 99;
  width: 40px;
  height: 40px;
}

.soloel__other-merit {
  background: #ededed;
}
.soloel__other-merit__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 25px 5% 0px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__inner {
    max-width: 600px;
  }
}
.soloel__other-merit__inner h6 {
  padding-bottom: 50px;
}
@media screen and (max-width: 567px) {
  .soloel__other-merit__inner h6 {
    text-align: left;
    padding-bottom: 0;
  }
}
.soloel__other-merit__item, .soloel__other-merit__item-R {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item, .soloel__other-merit__item-R {
    flex-direction: column;
    max-width: 600px;
    margin: 0 auto 50px;
  }
}
.soloel__other-merit__item picture, .soloel__other-merit__item-R picture {
  width: 55%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item picture, .soloel__other-merit__item-R picture {
    width: 100%;
    padding-right: 0;
  }
}
.soloel__other-merit__item picture img, .soloel__other-merit__item-R picture img {
  width: 100%;
}
.soloel__other-merit__item__txt, .soloel__other-merit__item-R__txt {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding: 0;
  box-sizing: border-box;
  z-index: 99;
  margin-top: -10%;
  padding-right: 5%;
}
@media screen and (max-width: 1024px) {
  .soloel__other-merit__item__txt, .soloel__other-merit__item-R__txt {
    margin-top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item__txt, .soloel__other-merit__item-R__txt {
    width: 100%;
    padding-right: 0;
  }
}
.soloel__other-merit__item__txt strong, .soloel__other-merit__item-R__txt strong {
  font-size: 2.46rem;
  font-weight: 700;
  padding: 10% 0 5%;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item__txt strong, .soloel__other-merit__item-R__txt strong {
    padding: 0 0 10px;
  }
}
.soloel__other-merit__item__txt p, .soloel__other-merit__item-R__txt p {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item-R {
    flex-direction: column-reverse;
  }
}
.soloel__other-merit__item-R img {
  padding-right: 0;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item-R img {
    width: 100%;
    padding-left: 0;
  }
}
.soloel__other-merit__item-R__txt {
  padding-right: 0;
  padding-left: 5%;
}
@media screen and (max-width: 1024px) {
  .soloel__other-merit__item-R__txt {
    margin-top: -5%;
  }
}
@media screen and (max-width: 768px) {
  .soloel__other-merit__item-R__txt {
    width: 100%;
    padding-left: 0;
  }
}

/*===== G-lab ギャラリー =====*/
/*==なみなみの設定==*/
.bg-wave,
.bg-wave_R {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: initial;
  bottom: 0;
  z-index: 99;
  width: 105%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .bg-wave,
  .bg-wave_R {
    width: 150%;
  }
}
@media screen and (max-width: 768px) {
  .bg-wave,
  .bg-wave_R {
    width: 165%;
  }
}
@media screen and (max-width: 567px) {
  .bg-wave,
  .bg-wave_R {
    width: 250%;
  }
}

.bg-wave_R {
  left: 50%;
  top: -1px;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
}

/*==トップメインの設定==*/
.g-lab__main {
  margin: 0 auto 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .g-lab__main {
    margin: 60px auto 0;
  }
}
.g-lab__main-img {
  margin: 0 auto;
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
  /* フェードインのアニメーションを定義 */
}
@media screen and (max-width: 1259px) {
  .g-lab__main-img {
    height: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .g-lab__main-img {
    height: 600px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .g-lab__main-img {
    height: 550px;
  }
}
@media screen and (max-width: 567px) {
  .g-lab__main-img {
    height: auto;
    aspect-ratio: 1/1.1;
  }
}
.g-lab__main-img img.glab-bg {
  width: 100%;
  height: 750px;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1259px) {
  .g-lab__main-img img.glab-bg {
    height: 650px;
  }
}
@media screen and (max-width: 1024px) {
  .g-lab__main-img img.glab-bg {
    height: 600px;
  }
}
@media screen and (max-width: 768px) {
  .g-lab__main-img img.glab-bg {
    height: 550px;
  }
}
@media screen and (max-width: 567px) {
  .g-lab__main-img img.glab-bg {
    height: auto;
    aspect-ratio: 1/1.2;
  }
}
.g-lab__main-img .glab-logo {
  position: absolute;
  z-index: 99;
  width: 500px;
  top: 32%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* フェードインアニメーションを追加 */
}
@media screen and (max-width: 1259px) {
  .g-lab__main-img .glab-logo {
    top: 35%;
    width: 450px;
  }
}
@media screen and (max-width: 1024px) {
  .g-lab__main-img .glab-logo {
    top: 28%;
  }
}
@media screen and (max-width: 768px) {
  .g-lab__main-img .glab-logo {
    width: 350px;
  }
}
@media screen and (max-width: 567px) {
  .g-lab__main-img .glab-logo {
    width: 70%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.g-lab__main-txt {
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 1160px;
}
.g-lab__main-txt img {
  max-width: 100px;
  padding-bottom: 10px;
}
.g-lab__main-txt strong {
  font-size: 3.6rem;
  font-weight: 700;
  padding-bottom: 10px;
}
.g-lab__main-txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.g-lab__main-txt .img-01 {
  position: absolute;
  width: 24%;
  max-width: 320px;
  left: 10px;
  bottom: -10%;
  filter: drop-shadow(8px 8px 0px #e6e6e6);
}
@media screen and (max-width: 768px) {
  .g-lab__main-txt .img-01 {
    display: none;
  }
}
.g-lab__main-txt .img-02 {
  position: absolute;
  width: 24%;
  max-width: 320px;
  right: 10px;
  top: 5%;
  filter: drop-shadow(-8px 8px 0px #e6e6e6);
}
@media screen and (max-width: 768px) {
  .g-lab__main-txt .img-02 {
    display: none;
  }
}

/*==g-labギャラリーの設定==*/
.g-lab__gallery {
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
}
.g-lab__gallery .h3__type01 {
  margin: 0 auto 25px;
  width: 100%;
  position: relative;
  padding: 0 5%;
  max-width: 680px;
  box-sizing: border-box;
  overflow: visible;
  /* 左ボタン */
  /* 右ボタン */
  /* ボタン内のアイコンスタイル */
}
.g-lab__gallery .h3__type01 .swiper-button-prev {
  left: initial;
  right: calc(5% + 50px);
  top: 10px;
  z-index: 99;
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .h3__type01 .swiper-button-prev {
    top: 3.5em;
  }
}
.g-lab__gallery .h3__type01 .swiper-button-next {
  left: initial;
  right: 5%;
  top: 10px;
  /* スライドの右寄りに配置 */
  z-index: 99;
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .h3__type01 .swiper-button-next {
    top: 3.5em;
  }
}
.g-lab__gallery .h3__type01 .swiper-button-prev::after,
.g-lab__gallery .h3__type01 .swiper-button-next::after {
  height: 40px !important;
  /* アイコンの高さ */
  width: 40px !important;
}
.g-lab__gallery .swiper-notification {
  display: none;
}
.g-lab__gallery .swiper-slide {
  padding: 0;
  /* アクティブスライドの設定 */
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .swiper-slide {
    padding: 0 5%;
  }
}
.g-lab__gallery .swiper-slide .swiper-slide-active {
  opacity: 1;
  /* アクティブスライドは透明度100% */
}
.g-lab__gallery .swiper-slide .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.9);
  opacity: 0.5 !important;
  /* 薄くする場合 */
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .swiper-slide .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
    transform: scale(1);
  }
}
.g-lab__gallery .swiper-slide p {
  position: relative;
  width: 100%;
  border: 1px solid #ce7f85;
  padding: 0;
  margin: -10px auto 0;
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 20px 15px 20px;
  max-width: initial;
  background: white;
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .swiper-slide p {
    width: 100% !important;
    padding: 20px 20px 15px 20px;
  }
}
.g-lab__gallery .swiper-slide span {
  position: absolute;
  top: -14px;
  background: #b71c26;
  color: white;
  padding: 0 10px;
  display: inline-block;
  font-size: 1.6rem;
  height: 26px;
  line-height: 26px;
  margin-left: -21px;
}
@media screen and (max-width: 567px) {
  .g-lab__gallery .swiper-slide span {
    font-size: 1.4rem;
  }
}
.g-lab__gallery .swiper-slide span:after {
  content: "";
  /* 疑似要素を表示 */
  position: absolute;
  top: 50%;
  /* 親要素の中央に配置 */
  right: -13px;
  /* 親要素の右側に三角形を配置 */
  transform: translateY(-50%);
  /* 縦方向中央揃え */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 13px;
  /* 上、右、下、左 */
  border-color: transparent transparent transparent #b71c26;
  /* 三角形の色 */
}

/*== g-lab でできること ===*/
.g-lab__description {
  background: #e6e6e6;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  position: relative;
}
.g-lab__description__inner {
  max-width: 1260px;
  padding: 120px 5% 25px;
  margin: 0 auto;
}
.g-lab__description__inner h6 {
  margin-bottom: 50px;
  text-align: center;
}
.g-lab__description .circle-container {
  position: absolute;
  top: -90px;
  left: -60px;
  /*円の数字*/
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -99;
  /* draw-circleのアニメーション */
}
.g-lab__description .circle-container .circle {
  fill: none;
  /* 内部を白にする */
  stroke: #3a3a3c;
  /* 線の色 */
  stroke-width: 1;
  /* 線の太さ */
  stroke-dasharray: 314.16;
  /* 線の全長（2πr ≈ 314.16） */
  stroke-dashoffset: 314.16;
  /* 最初は描画されていない状態 */
  animation: draw-circle 4s linear infinite;
  animation-delay: 1s;
  /* 1秒の遅延 */
}
@keyframes draw-circle {
  0% {
    stroke-dashoffset: 314.16;
    /* 最初は円が描画されていない状態 */
  }
  50% {
    stroke-dashoffset: 0;
    /* 円が全て描画された状態 */
  }
  100% {
    stroke-dashoffset: 0;
    /* 完了状態を維持 */
  }
}
.g-lab__description .circle-container .circle-number {
  width: 100%;
  font-size: 4.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-align: center;
  position: absolute;
  top: 48%;
  left: -2%;
  transform: translateY(-49%);
  -webkit-transform: translateY(-49%);
  -ms-transform: translateY(-49%);
}
@media screen and (max-width: 768px) {
  .g-lab__description .circle-container .circle-number {
    font-size: 3.6rem;
  }
}
.g-lab__description__item, .g-lab__description__item-R {
  max-width: 1260px;
  margin: 25px auto 0;
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 0 75px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .g-lab__description__item, .g-lab__description__item-R {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .g-lab__description__item, .g-lab__description__item-R {
    flex-direction: column;
    max-width: 600px;
    padding: 0 5% 75px;
    box-sizing: border-box;
  }
}
.g-lab__description__item-img, .g-lab__description__item-R-img {
  width: 50%;
  z-index: 99;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-img, .g-lab__description__item-R-img {
    width: 100%;
    max-width: initial;
  }
  .g-lab__description__item-img clipPath, .g-lab__description__item-R-img clipPath {
    display: none;
  }
}
.g-lab__description__item-txt, .g-lab__description__item-R-txt {
  width: 50%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 50px;
}
.g-lab__description__item-txt p, .g-lab__description__item-R-txt p {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-txt, .g-lab__description__item-R-txt {
    width: 100%;
    padding-left: 0;
  }
  .g-lab__description__item-txt p, .g-lab__description__item-R-txt p {
    width: 100%;
  }
}
.g-lab__description__item-txt-lead, .g-lab__description__item-R-txt-lead {
  position: relative;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-txt-lead .circle-container, .g-lab__description__item-R-txt-lead .circle-container {
    position: absolute;
    top: -90px;
    left: initial;
    right: 15px;
  }
}
.g-lab__description__item-txt-lead strong, .g-lab__description__item-R-txt-lead strong {
  display: block;
  background: black;
  color: white;
  margin: -30px 0 30px 0;
  z-index: 99 !important;
  font-size: clamp(1.8rem, 0.7243rem + 2.244vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 150%;
  box-sizing: border-box;
  padding: 5px 0 5px 20px;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-txt-lead strong, .g-lab__description__item-R-txt-lead strong {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-R {
    flex-direction: column-reverse;
  }
}
.g-lab__description__item-R-txt {
  position: relative;
  width: 50%;
  /*ここ変更*/
  box-sizing: border-box;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-R-txt {
    width: 100%;
  }
  .g-lab__description__item-R-txt p {
    width: 100%;
  }
}
.g-lab__description__item-R-txt-lead {
  position: relative;
}
.g-lab__description__item-R-txt-lead .circle-container {
  position: absolute;
  top: -90px;
  left: initial;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-R-txt-lead .circle-container {
    right: 15px;
  }
}
.g-lab__description__item-R-txt-lead strong {
  display: block;
  background: black;
  color: white;
  z-index: 99 !important;
  font-size: clamp(1.8rem, 0.7243rem + 2.244vw, 2.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 145%;
  box-sizing: border-box;
  margin: -30px 0 30px -50%;
  padding: 5px 20px 5px 50%;
}
@media screen and (max-width: 768px) {
  .g-lab__description__item-R-txt-lead strong {
    width: 100%;
    margin: 0 auto 20px;
    padding: 5px 0 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  .g-lab__description__item:nth-child(2) {
    flex-direction: column-reverse;
  }
}

.g-lab__BN {
  /*100vwのsection*/
  max-width: initial;
  padding: 0;
  /*字幕のコード*/
  /* アニメーションキー */
}
.g-lab__BN .text-wrapper {
  overflow: hidden;
  /* テキストがはみ出ないようにする */
  white-space: nowrap;
  /* テキストを1行に固定 */
  position: relative;
  width: 1607px;
  /* 実寸幅に固定 */
  height: auto;
}
.g-lab__BN .caption {
  display: inline-block;
  /* アニメーションのためにインラインブロックに設定 */
  font-size: 7.2rem;
  line-height: 1;
  padding: 0;
  color: #e6e6e6;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
  animation: marquee 20s linear infinite;
  /* 10秒で1ループ */
}
@media screen and (max-width: 768px) {
	  animation: marquee 10s linear infinite;
  /* 10秒で1ループ */
}

@keyframes marquee {
  from {
    transform: translateX(1607px);
    /* 右端の外側からスタート */
  }
  to {
    transform: translateX(-1607px);
    /* 左端の外側へ移動 */
  }
}
.g-lab__BN .L-banner_gallery {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .g-lab__BN .L-banner_gallery {
    height: 350px;
  }
}
@media screen and (max-width: 567px) {
  .g-lab__BN .L-banner_gallery {
    height: 300px;
  }
}
.g-lab__BN .L-banner_gallery .swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}
.g-lab__BN .L-banner_gallery .swiper-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.g-lab__BN .L-banner_gallery .bg-wave {
  bottom: -1px;
}
.g-lab__BN__ttl {
  position: relative;
  overflow: hidden;
  /* デバイス幅を超える部分を非表示に */
  height: 80px;
  /* 高さを固定 */
  padding: 25px 0 15px;
}
@media screen and (max-width: 567px) {
  .g-lab__BN__ttl {
    height: 60px;
    padding: 15px 0;
  }
}
.g-lab__BN__ttl .image-wrapper {
  display: flex;
  position: absolute;
  width: 2924px;
  /* 画像の幅に基づいて2倍に設定 */
  animation: marquee2 45s linear infinite;
  /* アニメーション適用 */
}
@media screen and (max-width: 567px) {
  .g-lab__BN__ttl .image-wrapper {
    width: 2924px;
    /* スマホ版も同じ基準に */
    animation: marquee2_sp 45s linear infinite;
  }
}
.g-lab__BN__ttl .image-wrapper img {
  width: auto;
  height: 65px;
  flex-shrink: 0;
  /* サイズが変わらないように固定 */
}
@media screen and (max-width: 567px) {
  .g-lab__BN__ttl .image-wrapper img {
    height: 60px;
  }
}
@keyframes marquee2 {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-1462px);
    /* 画像幅分だけ動かして連続表示 */
  }
}
@keyframes marquee2_sp {
  0% {
    transform: translateX(0);
    /* 開始位置 */
  }
  100% {
    transform: translateX(-1462px);
    /* スマホ版も同様に幅分だけ動かす */
  }
}

.g-lab__main__scroll {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /*スクロール*/
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.g-lab__main__scroll p {
  font-size: 10px;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  /* 縦書き (右から左) */
  text-orientation: mixed;
  /* 縦書きでも英数字を回転しない */
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: black;
}
.g-lab__main__scroll p:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.5px;
  height: 0;
  /* 初期状態: 高さ0 */
  background: black;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  animation: lineGrow 4s linear infinite;
}

/* アニメーションキー */
@keyframes lineGrow {
  0% {
    height: 0;
    /* ラインが表示されない */
  }
  100% {
    height: 150px;
    /* ラインが完全に伸びる */
  }
}/*# sourceMappingURL=business.css.map */