/* 20240115追加 */
#form {
  scroll-margin-top: 100px;
}

/* 20240620追加 */

.float-banner {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 12px;
  cursor: pointer;
}

.float-banner a:hover {
  opacity: 1 !important;
}

.float-banner-img {
  width: 378px;
}

.float-banner .float-banner-close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(40%, -28%);
  cursor: pointer;
  width: 32px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 640px) {
  .float-banner {
    bottom: 12px;
    right: 12px;
  }

  .float-banner .float-banner-close {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(100%, -42%);
    cursor: pointer;
    width: 24px;
    aspect-ratio: 1/1;
  }

  .float-banner-img {
    width: 220px;
  }
}

/* 20240904 */

.campaign-disabled {
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 199;
}

.disabled-wrap {
  background-color: #333;
  padding: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
}

.disabled-box {
  border: #727272 1px solid;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  text-align: center;
  padding: 2.5rem 6rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.disabled-ttl {
  font-size: 32px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 0.5px;
  margin: 0 auto 2rem;
}

.disabled-txt {
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 900px) {
  .disabled-box {
    padding: 2rem;
  }

  .disabled-ttl {
    font-size: 20px;
    text-underline-offset: 10px;
    line-height: 4rem;
  }

  .disabled-txt {
    font-size: 14px;
  }
}

/* 20241129 */
#home-jabra .about-biz {
  margin-top: 0;
  margin-right: -108px;
  width: 52%;
}

@media screen and (max-width: 1250px) {
  #home-jabra .about-biz {
    margin-right: -32px;
  }
}

@media screen and (max-width: 768px) {
  #home-jabra .about-biz {
    margin: 0 auto;
    width: 100%;
  }
}

.cmn-table.__t-center td {
  text-align: center;
}

/* 20250207 */

.home-edition__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 72px;
  gap: 16px;
}

.home-edition__cont {
  max-width: calc((100% - (24px * 2)) / 3);
  width: 100%;
  text-align: center;
  position: relative;
}

.home-edition__img {
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 24px;
  width: 100%;
  height: auto;
  aspect-ratio: 344/200;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.home-edition__deco {
  max-width: 100px;
  width: 100%;
  aspect-ratio: 100 / 32;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  top: -8px;
  left: 0;
}

.home-edition__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 28px;
}

.home-edition__ttl span {
  color: #e12f2f;
}

.home-edition__txt {
  padding-top: 16px;
}

.home-edition__cont .cmn-text-btn {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .home-edition__wrap {
    flex-direction: column;
    gap: 32px;
  }

  .home-edition__cont {
    max-width: 100%;
  }
}

/* 20250218 */
.fixed-banner {
  width: 400px;
  height: 72px;
  position: fixed;
  left: 0;
  bottom: 115px;
  z-index: 11;
}

.fixed-banner button {
  position: absolute;
  top: -23px;
  right: -23px;
  z-index: 2;
}

/* 20250317 */
.jabra-inst-wrap>div {
  padding: 64px 32px 32px !important;
}

/* 20250327 */
.pc-banner {
  display: block;
}

.sp-banner {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-banner {
    display: none;
  }

  .sp-banner {
    display: block;
  }

  .fixed-banner {
    width: 230px;
    height: 0px;
    position: fixed;
    right: 0;
    bottom: 115px;
    z-index: 11;
  }
}

.outer .column_right a {
  display: block;
}

.outer .column_right a:not(:first-child) {
  margin-top: 16px;
}

/* 20250627 */
.section_wrap>.flex .split .left_wrap ul.flex li {
  width: calc((100% - 48px) / 3);
}

@media screen and (max-width: 767px) {
  .section_wrap>.flex .split .left_wrap ul.flex li {
    width: 100%;
  }
}

.ranking .related_post_container li:not(:last-child) {
  margin-bottom: 16px;
}

.ranking .related_post_container .flex {
  align-items: center;
  gap: 0 16px;
}

.ranking .related_post_container .flex img {
  width: 120px;
  height: 80px !important;
  background-size: cover;
}

.ranking .related_post_container .flex .text {
  width: calc(100% - 136px);
}

.ranking .related_post_container .flex .text .title {
  font-size: 14px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.ranking .related_post_container .post-category {
  font-size: 12px;
  font-weight: 500;
  min-width: 90px;
  padding: 0 8px;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
  background-color: #333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .ranking .related_post_container li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.section_wrap .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 80px;
}

.section_wrap .category-list li {
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #333;
}

.section_wrap .category-list li a {
  display: block;
  padding: 2px 16px;
  border: 1px solid #333;
}

.section_wrap .category-list li.is-active {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 640px) {
  .section_wrap .category-list {
    gap: 12px;
  }

  .section_wrap .category-list li {
    font-size: 14px;
  }

  .section_wrap .category-list li a {
    padding: 2px 12px;
  }
}

.section_wrap>.flex .split {
  padding-top: 64px;
}

.section_wrap>.flex aside {
  padding-top: 64px;
}

@media screen and (max-width: 640px) {
  .download-white .cmn_sec_desc {
    text-align: left;
  }
}

/* 20250901 */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

main {
  margin-top: 0;
}

.breadcrumbs {
  margin-top: 80px;
  border-top: 0;
  padding: 16px 0;
}

.outer.breadcrumb {
  margin: 0 auto;
}

.outer._single {
  width: 1320px;
}

@media screen and (max-width: 1439px) {
  .outer._single {
    width: 100%;
    max-width: 1320px;
  }
}

@media screen and (max-width: 767px) {
  .outer._single.flex {
    flex-wrap: wrap;
  }
}

.software .outer,
.case_archive,
.case_single,
.manual,
.news_archive,
.news_single,
.contact {
  margin-bottom: 100px;
}

.product-regulations.page .footer_contact,
.terms.page .footer_contact,
.privecy.page .footer_contact,
.sitemap .footer_contact {
  margin-top: 100px;
}

main.single section.related {
  margin: 100px 0 0;
}

@media screen and (max-width: 1099px) {
  main {
    margin-top: 0;
  }

  .breadcrumbs {
    margin-top: 64px;
    padding: 16px 0;
  }

  .software .outer,
  .case_archive,
  .case_single,
  .manual,
  .news_archive,
  .news_single,
  .contact {
    margin-bottom: 64px;
  }

  .terms.page .footer_contact,
  .privecy.page .footer_contact,
  .sitemap .footer_contact {
    margin-top: 64px;
  }
}

@media screen and (max-width: 919px) {
  main.single section.related {
    margin: 64px 0 0;
  }
}

@media screen and (max-width: 640px) {
  main.single .column_right .fix_form {
    margin-bottom: 64px;
  }
}

.case_single .outer.flex {
  gap: 0 60px;
}

.case_single .flex aside {
  width: 304px;
}

.case_single .flex aside div {
  margin-top: 40px;
}

.case_single .flex aside div p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.case_single .flex aside div.new ul li:not(:last-of-type) {
  margin-bottom: 24px;
}

.case_single .flex aside div.new ul li a {
  display: block;
}

.case_single .flex aside div.new ul li a.img {
  width: 120px;
}

.case_single .flex aside div.new ul li a.text {
  width: calc(100% - 136px);
  margin-top: 0;
}

.case_single .flex aside div.new ul li a.text .title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  font-weight: 400;
  margin-bottom: 0;
}

.case_contents {
  width: calc(100% - 364px);
}

.outer .case_right a:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 919px) {
  .case_single .outer.flex {
    gap: 0 36px;
  }

  .case_single .flex aside div {
    margin-top: 24px;
  }

  .case_single .flex aside {
    width: 240px;
  }

  .case_contents {
    width: calc(100% - 276px);
  }
}

@media screen and (max-width: 767px) {
  .case_single .flex aside {
    width: 100%;
    padding-top: 64px;
  }

  .case_contents {
    width: 100%;
  }

  .case_right a {
    display: block;
  }

  .case_right a img {
    width: 100%;
  }
}

/* サイトマップページ */

.sitemap .sitemap-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
}

.sitemap .sitemap-list__wrap .sitemap-list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.sitemap .sitemap-list .sitemap-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
}

.sitemap .sitemap-list .sitemap-btn::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: url(../../img/common/icon_arw_circle.svg) no-repeat center center / 100% auto;
  margin-left: 10px;
  transform: scale(1);
  transition: transform 0.2s;
}

.sitemap .sitemap-list .sitemap-btn:hover::after {
  transform: scale(1.2);
}

.sitemap .sitemap-list .sitemap-btn .text {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 1099px) {
  .sitemap .sitemap-list .sitemap-btn .text .br-mid {
    display: none;
  }
}

.sitemap .sitemap-list__wrap .sitemap-list__lower {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  margin-left: 16px;
}

.sitemap .sitemap-list .sitemap-btn__lower {
  display: flex;
  align-items: center;
}

.sitemap .sitemap-list .sitemap-btn__lower::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: url(../../img/common/icon_arw_circle_line.svg) no-repeat center center / 100% auto;
  margin-left: 10px;
  transform: scale(1);
  transition: transform 0.2s;
}

.sitemap .sitemap-list .sitemap-btn__lower:hover::after {
  transform: scale(1.2);
}

.sitemap .sitemap-list .sitemap-btn__lower .text {
  font-size: 1.4rem;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 2px;
}

@media screen and (max-width: 1099px) {
  .sitemap .sitemap-list__wrap {
    gap: 56px;
  }

  .sitemap .sitemap-list .sitemap-btn .text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .sitemap .sitemap-list__wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .sitemap .sitemap-list__wrap .sitemap-list {
    gap: 32px;
  }
}

.fixed-banner.--right {
  position: fixed;
  right: 0;
  bottom: 115px;
  left: auto;
}

.fixed-banner.--right button.pc {
  left: -23px;
  right: auto;
}

.item .content.content__flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.item .content.content__flex .content__field {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .item .content.content__flex {
    display: block;
  }

  .item .content.content__flex .content__field:first-of-type {
    margin-bottom: 10px;
  }
}

/* 20251023 */
.fix_form img {
  margin-bottom: 24px;
}

/**********************
20251118
404 ページのレイアウト修正
**********************/
.nopage {
  padding-bottom: 40px;
}

/**********************
20251118
製品サポート Support ページのCSS
**********************/

/* 納品までの流れ - Flow Section */
.flow-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}

.flow-item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas:
    "number icon title"
    "number icon desc";
  border: 1px solid #cccccc;
  padding-block: 16px;
  padding-inline: 40px;
  position: relative;
}

.flow-item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 40px;
  height: 20px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #e12f2f;
}

.flow-step-number {
  grid-area: number;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 65px;
  width: 64px;
  position: relative;
}

.flow-step-number::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
  width: 1px;
  height: 80px;
  background: #cccccc;
}

.flow-step-label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #e12f2f;
}

.flow-step-num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 41px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #e12f2f;
}

.flow-step-icon {
  grid-area: icon;
  width: 80px;
  margin-right: 24px;
  place-content: center;
}

.flow-step-title {
  font-family: "Noto Sans JP", sans-serif;
  grid-area: title;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  place-content: center;
}

.flow-step-description {
  font-family: "Noto Sans JP", sans-serif;
  grid-area: desc;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  place-content: center;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .flow-container {
    gap: 18px;
  }

  .flow-item {
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "number icon title"
      "desc desc desc";
    padding-inline: 16px;
  }

  .flow-item:not(:last-of-type)::after {
    bottom: -10px;
    width: 20px;
    height: 10px;
  }

  .flow-step-number {
    width: 48px;
    margin-right: 25px;
  }

  .flow-step-label {
    font-size: 13px;
  }

  .flow-step-num {
    font-size: 29px;
    margin-top: -4px;
  }

  .flow-step-number::after {
    right: -8px;
    height: 55px;
  }

  .flow-step-icon {
    width: 48px;
    margin-right: 8px;
  }

  .flow-step-title {
    font-size: 16px;
  }

  .flow-step-description {
    font-size: 14px;
    margin-top: 15px;
  }
}

/**********************
20251119
パートナー募集ページのCSS
**********************/
.partner-about .cmn-text-btn {
  justify-content: center;
}

/* こんな方におすすめ */
.partner-recommend__wrap {
  position: relative;
  background-color: #f6f6f6;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.2);
  padding: 40px;
  overflow: hidden;
}

.partner-recommend__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 734px;
  height: 392px;
  background: url(../../img/common/section_bg_img_wht.svg) no-repeat center center / contain;
}

.partner-recommend__heading {
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  color: #000000;
  position: relative;
}

.partner-recommend__heading::before,
.partner-recommend__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
  width: 2px;
  height: 44px;
  background-color: #333333;
  rotate: -27deg;
  flex-shrink: 0;
}

.partner-recommend__heading::after {
  left: auto;
  right: -14px;
  rotate: 27deg;
}

.partner-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 490px;
  margin-top: 32px;
  margin-inline: auto;
  position: relative;
}

.partner-recommend__item {
  display: flex;
  gap: 16px;
}

.partner-recommend__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.partner-recommend__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #000000;
  margin: 0;
}

.partner-recommend__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 40px;
  position: relative;
}

.cmn-btn-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 70px;
  text-decoration: none;
  position: relative;
}

.cmn-btn-gradient-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(../../img/common/btn-arw.svg);
  mask-image: url(../../img/common/btn-arw.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  background: #ffffff;
  transition: 0.3s ease;
}

.cmn-btn-gradient-text {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #ffffff;
  transition: 0.3s ease;
  z-index: 1;
  display: grid;
  place-content: center;
  border: 1px solid transparent;
}

.cmn-btn-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(225, 47, 47, 1) 0%, rgba(251, 103, 103, 1) 100%);
  transition: 0.3s ease;
}

.cmn-btn-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transition: 0.3s ease;
  opacity: 0;
}

@media (any-hover: hover) {
  .cmn-btn-gradient:hover {
    opacity: 1;
  }

  .cmn-btn-gradient:hover .cmn-btn-gradient-text {
    color: #e12f2f;
    border: 1px solid #e12f2f;
  }

  .cmn-btn-gradient:hover::before {
    opacity: 0;
  }

  .cmn-btn-gradient:hover::after {
    opacity: 1;
  }

  .cmn-btn-gradient:hover .cmn-btn-gradient-text::after {
    background: #e12f2f;
  }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .partner-recommend__wrap {
    padding: 40px 24px;
  }

  .partner-recommend__wrap::before {
    width: 350px;
    height: 187px;
  }

  .partner-recommend__heading {
    font-size: 24px;
  }

  .partner-recommend__list {
    gap: 12px;
    margin-top: 24px;
  }

  .partner-recommend__item {
    gap: 8px;
  }

  .partner-recommend__icon {
    width: 24px;
    height: 24px;
  }

  .partner-recommend__text {
    font-size: 16px;
  }

  .partner-recommend__button {
    margin-top: 32px;
  }

  .cmn-btn-gradient {
    width: 280px;
    height: 60px;
  }
}

/* 販売パートナープログラムについて */
.partner-system .cmn_h3 {
  text-align: center;
}

/* 販売パートナーのメリット */
.partner-merit {
  background-image: url(../../img/common/section_bg_bk_dot.webp);
  background-size: cover;
}

.partner-merit__list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partner-merit__item {
  background: #fff;
  border: 1px solid #cccccc;
  padding-block: 24px;
  padding-inline: 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "number title"
    "number list";
}

.partner-merit__number {
  grid-area: number;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #e12f2f;
  position: relative;
  margin-right: 49px;
  place-content: center;
  padding-left: 12px;
  width: 100px;
}

.partner-merit__number::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}

.partner-merit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  color: #333333;
}

.partner-merit__ul {
  grid-area: list;
  margin-top: 16px;
}

.partner-merit__li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #333333;
  position: relative;
  padding-left: 1em;
}

.partner-merit__li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .partner-merit__list {
    margin-top: 24px;
    gap: 8px;
  }

  .partner-merit__item {
    padding-block: 16px;
    padding-inline: 16px;
    grid-template-areas:
      "number title"
      "list list";
  }

  .partner-merit__number {
    font-size: 26px;
    padding-left: 0;
    width: 32px;
    margin-right: 32px;
  }

  .partner-merit__number::before {
    right: -16px;
  }

  .partner-merit__title {
    font-size: 16px;
    place-content: center;
  }

  .partner-merit__ul {
    margin-top: 10px;
  }

  .partner-merit__li {
    font-size: 14px;
  }
}

/* 販売パートナー契約までの流れ */
.partner-flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px 16px;
  margin-top: 70px;
}

.partner-flow__item {
  display: grid;
  gap: 16px;
  position: relative;
  background: #f6f6f6;
  padding-block: 32px 24px;
  padding-inline: 16px;
}

.partner-flow__number {
  position: absolute;
  top: -32px;
  left: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #e12f2f;
}

.partner-flow__number span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 41px;
  line-height: 1;
  color: #e12f2f;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 4px;
}

.partner-flow__icon {
  width: 80px;
  margin-inline: auto;
}

.partner-flow__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.partner-flow__button {
  margin-top: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .partner-flow__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .partner-flow__list {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 24px;
  }

  .partner-flow__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "icon number"
      "icon title";
    padding-block: 8px;
    gap: 8px 24px;
  }

  .partner-flow__number {
    position: static;
    grid-area: number;
    font-size: 14px;
    margin-top: 4px;
  }

  .partner-flow__number span {
    font-size: 20px;
    top: 2px;
    margin-left: 4px;
  }

  .partner-flow__icon {
    grid-area: icon;
    width: 64px;
    margin-inline: 0;
  }

  .partner-flow__title {
    grid-area: title;
    font-size: 16px;
    text-align: left;
    place-content: center;
  }

  .partner-flow__button {
    margin-top: 32px;
  }
}

/* ミライタッチBizの活用事例 */
.home-usage {
  background: #f6f6f6;
  margin-bottom: 0;
}

.home-usage__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.home-usage__tab-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  border-bottom: none;
}

.home-usage__tab-list .item {
  width: 100%;
  height: 61px;
  background: #fff;
  font-size: 14px;
  color: #999999;
}

.home-usage__tab-list .item h3 {
  text-align: center;
}

.home-usage__tab-list .item span {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: inherit;
}

.home-usage__tab-list .item.is-current {
  border-bottom: 2px solid #333;
  background: transparent;
}

.home-usage__block .block-row .info {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .home-usage__tab-list {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }

  .home-usage__tab-list .item {
    font-size: 13px;
  }

  .home-usage__tab-list .item span {
    font-size: 10px;
  }
}

/* よくある質問調整 */
.cmn-faq__list .row-a .text a {
  text-decoration: underline;
}

.feature-faq__btn a {
  background-color: #e12f2f;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  width: calc((100% - 38px) / 2);
  height: 140px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-inline: auto;
  transition: 0.3s ease;
  border: 1px solid #e12f2f;
}

.feature-faq__btn a img {
  display: block;
  margin: 0 auto 16px;
  border: 1px solid #e12f2f;
  border-radius: 50%;
}

@media (any-hover: hover) {
  .feature-faq__btn a:hover {
    background-color: #fff;
    color: #e12f2f;
  }
}

@media screen and (max-width: 768px) {
  .feature-faq__btn {
    margin-top: 40px;
    width: 100%;
  }

  .feature-faq__btn a {
    width: 100%;
  }
}

/* パートナー募集ページのフォーム */
.partner-form {
  padding-top: 0;
}

.partner-form-container {
  background: #f6f6f6;
  padding-block: 80px;
}

.partner-form .cmn_h3 {
  text-align: center;
}

.partner-form .form-wrap {
  max-width: 640px;
  width: 100%;
  margin-inline: auto;
  margin-top: 24px;
}

.partner-form .form-wrap .item {
  flex-direction: column;
  align-items: flex-start;
}

.partner-form.form form .item .content input[type="text"],
.partner-form.form form .item .content input[type="email"],
.partner-form.form form .item .content textarea,
.partner-form.form form .item .content select {
  background-color: #fff;
}

.partner-form.form form .item .content {
  width: 100%;
}

.partner-form.form form .item p.title span {
  font-size: 14px;
  margin-left: 8px;
  padding: 2px 8px 0px;
}

@media screen and (max-width: 768px) {
  .partner-form-container {
    padding-block: 60px;
  }

  .partner-form.form form .item p.title span {
    font-size: 12px;
    margin-left: 8px;
    padding: 1px 5px;
  }
}

/**********************
20251120
TOPページの改修
**********************/
/* 達成事績 */
.home-achievement {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.home-achievement__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .home-achievement {
    padding-bottom: 64px;
  }
}

/* キャッチフレーズ */
.home-catchphrase {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.home-catchphrase span {
  display: inline;
  font-family: inherit;
  color: #e12f2f;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

@media screen and (max-width: 768px) {
  .home-catchphrase {
    font-size: min(2rem, 5.6vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

/* 無料診断 */
.home-shindan__content a {
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  .home-shindan__content a:hover {
    opacity: 0.7;
  }
}

/* ミライタッチBizでできること */
.home-capabilities__top {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "title button"
    "catchphrase catchphrase";
}

.home-capabilities__title {
  grid-area: title;
}

.home-capabilities__catchphrase {
  grid-area: catchphrase;
}

.home-capabilities__button {
  grid-area: button;
  place-self: end;
}

.home-capabilities__content {
  display: flex;
  gap: 40px 20px;
  justify-content: space-between;
  background: #f6f6f6;
  padding-inline: 72px 32px;
  padding-block: 40px;
}

/* 左側 - アイコンアニメーション */
.home-capabilities__circleWrapper {
  width: 400px;
  height: 400px;
  position: relative;
  background: conic-gradient(from 219.1deg at 50% 50%, rgba(225, 47, 47, 0.5) 0deg, rgba(225, 47, 47, 0) 90deg, rgba(225, 47, 47, 0.5) 180deg, rgba(225, 47, 47, 0) 270deg, rgba(225, 47, 47, 0.5) 360deg);
  border-radius: 50%;
  align-self: center;
  margin-top: 40px;
  flex-shrink: 0;
}

.home-capabilities__circleWrapper::before {
  content: "";
  position: absolute;
  inset: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #f6f6f6;
  border-radius: 50%;
}

/* 中央の画像 */
.home-capabilities__centerImage {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 257px;
  z-index: 1;
}

/* アイコンコンテナ */
.home-capabilities__iconsContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 個別のアイコン */
.home-capabilities__iconItem {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -70px 0 0 -50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  transition:
    opacity 0.3s,
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-capabilities__iconItem.is-active {
  opacity: 1;
}

/* アイコンの初期配置(円周上に3つ均等配置) */
.home-capabilities__iconItem:nth-child(1) {
  transform: translate(0, -160px);
}

.home-capabilities__iconItem:nth-child(2) {
  transform: translate(138px, 80px);
}

.home-capabilities__iconItem:nth-child(3) {
  transform: translate(-138px, 80px);
}

/* 右側 - スライダー */
.home-capabilities__sliderWrapper {
  position: relative;
  width: 476px;
  background: #fff;
}

.home-capabilities__swiper {
  width: 100%;
  padding: 40px 0;
}

.home-capabilities__swiper .swiper-slide {
  width: 100%;
  box-sizing: border-box;
  padding-block: 64px;
  padding-inline: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}

.home-capabilities__swiper .swiper-slide-active {
  opacity: 1;
}

.home-capabilities__swiper .slide-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.home-capabilities__swiper .slide-number {
  font-family: "Poppins", sans-serif;
  color: #e12f2f;
  font-size: 16px;
  font-weight: 600;
  margin-top: 32px;
  text-align: center;
}

.home-capabilities__swiper .slide-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}

.home-capabilities__swiper .slide-title .highlight {
  color: #e12f2f;
}

.home-capabilities__swiper .slide-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 14px;
}

/* カスタム矢印 */
.home-capabilities__swiper .swiper-button-prev,
.home-capabilities__swiper .swiper-button-next {
  width: 20px;
  top: 27%;
}

.home-capabilities__swiper .swiper-button-prev {
  left: 20px;
  rotate: 180deg;
}

.home-capabilities__swiper .swiper-button-next {
  right: 20px;
}

.home-capabilities__swiper .swiper-button-prev:after,
.home-capabilities__swiper .swiper-button-next:after {
  display: none;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
  .home-capabilities__content {
    padding-inline: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .home-capabilities__button {
    grid-area: button;
    place-self: center;
  }

  .home-capabilities__content {
    flex-direction: column;
    align-items: center;
    padding-inline: 20px;
    padding-block: 40px;
    max-width: 650px;
    margin-inline: auto;
  }

  .home-capabilities__circleWrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .home-capabilities__top {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "title"
      "catchphrase"
      "button";
  }
}

@media screen and (max-width: 600px) {
  .home-capabilities__circleWrapper {
    width: 300px;
    height: 300px;
  }

  .home-capabilities__circleWrapper::before {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .home-capabilities__centerImage {
    width: 210px;
  }

  .home-capabilities__iconItem {
    width: 80px;
    height: 80px;
    margin: -60px 0 0 -40px;
  }

  .home-capabilities__sliderWrapper {
    width: 100%;
  }

  .home-capabilities__swiper .swiper-button-prev,
  .home-capabilities__swiper .swiper-button-next {
    top: 22%;
  }

  .home-capabilities__swiper .swiper-slide {
    padding-block: 32px;
    padding-inline: 20px;
  }

  .home-capabilities__swiper .slide-icon {
    width: 100px;
  }

  .home-capabilities__swiper .slide-number {
    margin-top: 24px;
  }

  .home-capabilities__swiper .slide-title {
    font-size: 20px;
    margin-top: 8px;
  }

  .home-capabilities__swiper .slide-description {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* 導入事例 */
.home-case__lead {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.home-case__swiper {
  margin-top: 40px;
}

.home-case__swiper .swiper-slide {
  width: 344px !important;
}

.home-case__swiper .slide-img {
  aspect-ratio: 344 / 229;
  overflow: hidden;
}

.home-case__swiper .slide-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-case__swiper .slide-category {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  min-width: 90px;
  padding: 3px 8px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #333333;
  margin-top: 24px;
}

.home-case__swiper .slide-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-case__swiper .slide-name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #cccccc;
}

.home-case__swiper .slide-type {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.home-case__swiper .swiper-button-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.home-case__swiper .swiper-button-wrapper .swiper-button-prev,
.home-case__swiper .swiper-button-wrapper .swiper-button-next,
.home-case__swiper .swiper-button-wrapper .swiper-pagination {
  position: static;
  flex-shrink: 0;
}

.home-case__swiper .swiper-button-wrapper .swiper-button-prev,
.home-case__swiper .swiper-button-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.home-case__swiper .swiper-button-wrapper .swiper-button-prev img,
.home-case__swiper .swiper-button-wrapper .swiper-button-next img {
  -o-object-fit: contain;
  object-fit: contain;
}

.home-case__swiper .swiper-button-wrapper .swiper-button-prev {
  rotate: 180deg;
}

.home-case__swiper .swiper-button-wrapper .swiper-button-prev::after,
.home-case__swiper .swiper-button-wrapper .swiper-button-next::after {
  display: none;
}

.home-case__swiper .swiper-button-wrapper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.home-case__swiper .swiper-button-wrapper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 1;
  margin: 0 8px !important;
}

.home-case__swiper .swiper-button-wrapper .swiper-pagination-bullet-active {
  background: #e12f2f;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .home-case__lead {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 374px) {
  .home-case__swiper .swiper-slide {
    width: 300px !important;
  }
}

/**********************
20251121
ミライタッチ Biz とは ページの改修
**********************/
/* 充実した機能で快適な会議をサポート feature-popup */
.feature-popup-section {
  margin-top: 50px;
}

.feature-popup__block {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 16px 32px;
}

.feature-popup__block__img {
  aspect-ratio: 540 / 382;
  width: 540px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.feature-popup__block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-popup__block-content {
  width: 476px;
  margin-top: 10px;
}

.feature-popup__block-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.feature-popup__block-title .accent {
  display: block;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 900;
  font-size: 41px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

.feature-popup__block-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

.feature-popup__trigger {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border: 1px solid #cccccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 24px;
  text-align: left;
  color: #333333;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition:
    color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-font-smoothing: antialiased;
}

.feature-popup__trigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 100%;
  background-color: #e12f2f;

  transform: skewX(-20deg) translateX(-100%);
  transform-origin: top left;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
  will-change: transform;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
}

.feature-popup__trigger .accent {
  color: #e12f2f;
  transition: color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (any-hover: hover) {
  .feature-popup__trigger:hover {
    color: #fff;
    border-color: #e12f2f;
  }

  .feature-popup__trigger:hover .accent {
    color: #fff;
  }

  .feature-popup__trigger:hover::before {
    transform: skewX(-20deg) translateX(-25%);
  }
}

.feature-popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  padding: 40px 20px;
  transition: 0.3s ease;
}

.feature-popup__close {
  position: absolute;
  top: -16px;
  right: -40px;
  background: none;
  border: none;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.feature-popup.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-popup__inner {
  position: relative;
  background: #fff;
  max-width: 560px;
  width: 96%;
  padding: 40px;
}

.feature-popup__img {
  aspect-ratio: 480 / 277;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-popup__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.feature-popup__title .highlight {
  color: #e12f2f;
}

.feature-popup__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .feature-popup__block {
    flex-direction: column;
  }

  .feature-popup__block__img {
    width: 100%;
  }

  .feature-popup__block-content {
    width: 100%;
    margin-top: 0;
  }

  .feature-popup__block-title {
    font-size: 14px;
  }

  .feature-popup__block-title .accent {
    font-size: 32px;
    margin-top: 4px;
  }

  .feature-popup__block-list {
    margin-top: 16px;
  }

  .feature-popup__trigger {
    font-size: 16px;
    padding: 16px;
  }

  .feature-popup__inner {
    padding: 20px;
  }

  .feature-popup__title {
    font-size: 20px;
    margin-top: 16px;
    padding-bottom: 12px;
  }

  .feature-popup__desc {
    font-size: 14px;
    margin-top: 12px;
  }

  .feature-popup__close {
    top: -36px;
    right: -24px;
    font-size: 30px;
  }
}

/* 会議に特化した機能で効率化を図る feature-function */
.feature-function__inner {
  position: relative;
}

.feature-function__textBlocks {
  width: 428px;
  height: 382px;
  margin-top: 32px;
  position: relative;
}

.feature-function__textBlock {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.feature-function__textBlock.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-function__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #000;
}

.feature-function__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

.feature-function__swiper {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 560px;
}

.feature-function__swiper .swiper-slide {
  aspect-ratio: 540 / 382;
}

.feature-function__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-function .swiper-button-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}

.feature-function .swiper-button-wrapper .swiper-button-prev,
.feature-function .swiper-button-wrapper .swiper-button-next,
.feature-function .swiper-button-wrapper .swiper-pagination {
  position: static;
  flex-shrink: 0;
}

.feature-function .swiper-button-wrapper .swiper-button-prev,
.feature-function .swiper-button-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: 0;
}

.feature-function .swiper-button-wrapper .swiper-button-prev img,
.feature-function .swiper-button-wrapper .swiper-button-next img {
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.4s ease;
}

.feature-function .swiper-button-wrapper .swiper-button-prev {
  rotate: 180deg;
}

@media (any-hover: hover) {

  .feature-function .swiper-button-wrapper .swiper-button-prev:hover img,
  .feature-function .swiper-button-wrapper .swiper-button-next:hover img {
    transform: rotateY(360deg);
  }
}

.feature-function .swiper-button-wrapper .swiper-button-prev::after,
.feature-function .swiper-button-wrapper .swiper-button-next::after {
  display: none;
}

.feature-function .swiper-button-wrapper .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.feature-function .swiper-button-wrapper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #cccccc;
  opacity: 1;
  margin: 0 8px !important;
}

.feature-function .swiper-button-wrapper .swiper-pagination-bullet-active {
  background: #e12f2f;
  opacity: 1;
}

@media screen and (min-width: 1025px) {
  .feature-function__swiper .swiper-slide {
    width: 540px !important;
  }
}

@media screen and (max-width: 1440px) {
  .feature-function__textBlocks {
    width: 29.72222222222222vw;
  }

  .feature-function__swiper {
    left: 38.88888888888889vw;
  }
}

@media screen and (max-width: 1024px) {
  .feature-function__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: 32px;
    max-width: 600px;
  }

  .feature-function__textBlocks {
    width: 100%;
    height: 275px;
    margin-top: 0;
  }

  .feature-function__swiper {
    position: static !important;
  }

  .feature-function .swiper-button-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .feature-function__textBlocks {
    height: 345px;
  }
}

@media screen and (max-width: 374px) {
  .feature-function__textBlocks {
    height: 385px;
  }
}

/* feature-feature */
.feature-feature__img {
  text-align: center;
}

/* 会議室の大きさに合わせた最適な提案 feature-room */
.feature-room {
  padding: 100px 0 150px;
}

.feature-room__grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "tabs contents"
    "images contents";
  gap: 26px 48px;
  margin-top: 32px;
}

.feature-room__tabs {
  grid-area: tabs;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.feature-room__tab {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  background: #fff;
  text-align: center;
  padding: 4px 16px;
  border: 1px solid #333333;
}

.feature-room__tab span {
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.feature-room__tab.is-active {
  color: #fff;
  background: #333333;
}

.feature-room__images {
  grid-area: images;
  aspect-ratio: 540 / 382;
  position: relative;
}

.feature-room__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.feature-room__image.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-room__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-room__contents {
  grid-area: contents;
  position: relative;
}

.feature-room__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.feature-room__content.is-active {
  opacity: 1;
  visibility: visible;
}

.feature-room__size {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #e12f2f;
  padding: 4px 8px;
  display: inline-block;
}

.feature-room__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.feature-room__row {
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-top: 24px;
}

.feature-room-info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  place-content: center;
}

.feature-room__functions {
  margin-top: 24px;
}

.feature-room__functions-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.feature-room__function {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-left: 4px solid #e12f2f;
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas:
    "icon title"
    "icon description";
  gap: 4px 16px;
}

.feature-room__function-icon {
  grid-area: icon;
  width: 40px;
  height: 40px;
  place-self: center;
}

.feature-room__function-title {
  grid-area: title;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.feature-room__function-description {
  grid-area: description;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .feature-room {
    padding: 100px 0;
  }

  .feature-room__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "tabs"
      "images"
      "contents";
    gap: 16px;
    margin-top: 24px;
    max-width: 600px;
    margin-inline: auto;
  }

  .feature-room__contents {
    min-height: 540px;
  }
}

@media screen and (max-width: 768px) {
  .feature-room {
    padding: 64px 0;
  }

  .feature-room__size {
    font-size: 12px;
  }

  .feature-room__title {
    font-size: 20px;
    margin-top: 10px;
  }

  .feature-room__row {
    gap: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
  }

  .feature-room-info {
    font-size: 14px;
  }

  .feature-room__functions {
    margin-top: 20px;
  }

  .feature-room__function {
    gap: 4px 12px;
  }

  .feature-room__function-description {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .feature-room__contents {
    min-height: 600px;
  }

  .feature-room__tab {
    padding: 4px;
  }
}

/* feature-ba */
.feature-ba__container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.feature-ba__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
}

.feature-ba__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

.feature-ba__title span {
  display: inline;
  font: inherit;
  color: #e12f2f;
}

.feature-ba__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
}

.feature-ba__body {
  margin-top: 32px;
}

.feature-ba__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.feature-ba__card--before::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  width: 37px;
  height: 74px;
  background: linear-gradient(270deg, #e12f2f 0%, rgba(225, 47, 47, 0.2) 100%);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.feature-ba__card-head {
  display: flex;
  align-items: center;
  gap: 32px;
}

.feature-ba__tag {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  padding: 8px 20px;
  position: relative;
  height: 100%;
  place-content: center;
}

.feature-ba__tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 20px;
  height: 100%;
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}

.feature-ba__tag--before {
  background: #999999;
}

.feature-ba__tag--after {
  background: #e12f2f;
}

.feature-ba__subcopy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.feature-ba__card-body {
  background: #fff;
  box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.2);
  flex: 1;
}

.feature-ba__image {
  aspect-ratio: 480 / 297;
}

.feature-ba__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-ba__card-foot {
  padding: 24px;
}

.feature-ba__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 1em;
  position: relative;
}

.feature-ba__list li .accent {
  display: inline;
  font: inherit;
  color: #e12f2f;
}

.feature-ba__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .feature-ba__body {
    gap: 64px;
  }

  .feature-ba__card--before::after {
    right: -50px;
    width: 30px;
    height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .feature-ba__title {
    font-size: 28px;
  }

  .feature-ba__lead {
    font-size: 14px;
    margin-top: 16px;
  }

  .feature-ba__body {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .feature-ba__card-head {
    gap: 25px;
  }

  .feature-ba__tag {
    font-size: 16px;
    padding: 8px 16px;
  }

  .feature-ba__tag::after {
    right: -15px;
    width: 16px;
    -webkit-clip-path: polygon(100% 0, 0 0, 0 105%);
    clip-path: polygon(100% 0, 0 0, 0 105%);
  }

  .feature-ba__subcopy {
    font-size: 14px;
  }

  .feature-ba__card-foot {
    padding: 16px;
  }

  .feature-ba__list li {
    font-size: 14px;
  }

  .feature-ba__card--before::after {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    width: 60px;
    height: 30px;
  }
}

/**********************
20251121
製品情報 ページの改修
**********************/
/* ヘッダー */
.productinfo-main {
  padding: 100px 0 0;
  position: relative;
}

/* 多機能で高解像度 high-resolution */
.high-resolution__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
}

.high-resolution__info {
  place-content: center;
}

.high-resolution__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.high-resolution__img {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .high-resolution__container {
    grid-template-columns: 1fr;
  }

  .high-resolution__text {
    font-size: 14px;
    margin-top: 24px;
  }
}

/* 製品ラインナップ product-lineup */
.product-lineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
  margin-top: 32px;
}

.product-lineup__item-img {
  aspect-ratio: 516 / 319;
}

.product-lineup__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-lineup__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.product-lineup__item-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}

.product-lineup__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

.product-lineup__item-btn {
  margin-top: 8px;
  justify-content: center;
}

.product-lineup__btn {
  text-align: center;
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .product-lineup__list {
    grid-template-columns: 1fr;
  }

  .product-lineup__item-title {
    font-size: 20px;
    margin-top: 16px;
    padding-bottom: 12px;
  }

  .product-lineup__item-subtitle {
    font-size: 14px;
    margin-top: 12px;
  }

  .product-lineup__item-text {
    font-size: 14px;
    margin-top: 4px;
  }

  .product-lineup__btn {
    margin-top: 48px;
  }
}

/* 設置方法 productinfo-set */
.productinfo-set {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .productinfo-set {
    padding-bottom: 64px;
  }
}

/* オプション productinfo-option */
.productinfo-option {
  padding-bottom: 100px;
}

.productinfo-option__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.productinfo-option__item {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 30px 24px 24px;
}

.productinfo-option__item-icon {
  text-align: center;
}

.productinfo-option__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 16px;
}

.productinfo-option__item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 8px;
}

.productinfo-option__item-btn {
  justify-content: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .productinfo-option {
    padding-bottom: 64px;
  }

  .productinfo-option__list {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .productinfo-option__item {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 20px;
  }

  .productinfo-option__item-title {
    font-size: 16px;
    margin-top: 12px;
  }

  .productinfo-option__item-text {
    font-size: 14px;
    margin-top: 4px;
  }

  .productinfo-option__item-btn {
    margin-top: 12px;
  }
}

/* 製品仕様 productinfo-spec */
.productinfo-spec .cmn-table th,
.productinfo-spec.cmn-table td {
  vertical-align: middle;
}

.productinfo-spec .cmn-table th {
  width: 160px;
}

.productinfo-spec__figure img {
  margin-top: 8px;
  margin-bottom: 16px;
}

.productinfo-spec__figure-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e12f2f;
}

@media screen and (max-width: 768px) {
  .productinfo-spec__figure img {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .productinfo-spec__figure-caption {
    font-size: 16px;
  }
}

/**********************
20251121
導入事例 ページの改修
**********************/
.case-archive {
  padding: 80px 0 100px;
}

.case-archive__industry-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.case-archive__industry-item a {
  font-family: " Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  padding-inline: 16px;
  border: 1px solid #333333;
}

.case-archive__industry-item a.is-active {
  color: #fff;
  background: #333333;
  pointer-events: none;
}

.case-archive__list {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  gap: 40px 24px;
}

.case-archive__item-img {
  aspect-ratio: 334 / 229;
}

.case-archive__item-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-archive__item-category {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.case-archive__item-category-item {
  font-family: " Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #333333;
  padding: 4px 8px;
  display: inline-block;
}

.case-archive__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.case-archive__item-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #cccccc;
}

.case-archive__item-type {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .case-archive {
    padding: 32px 0 64px;
  }

  .case-archive__list {
    margin-top: 32px;
  }

  .case-archive__industry-item a {
    font-size: 14px;
    padding-inline: 8px;
  }

  .case-archive__item-category {
    margin-top: 16px;
  }

  .case-archive__item-title {
    margin-top: 10px;
  }
}

/* 20251125
フッターのバナーの改修
**********************/
.footer__bnr-list .item a {
  height: 100%;
}

.footer__bnr-list .item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 20251128
TOPページのFeatureの修正(SP)
**********************/
@media only screen and (max-width: 768px) {
  .home-feature__about .about-biz-list .item {
    width: 33%;
  }

  .home-feature__about .about-biz-list .item img {
    width: 100%;
  }

  .home-feature__about .about-logo .img img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .home-feature__about .about-biz-list .item {
    width: 50%;
  }
}

/* 20251205
ヘッダー、フッターの調整
**********************/
@media (max-width: 768px) {
  /* POINT 03 */
  #feature .feature_block__content:nth-child(3) .feature_block__content_title {
    display: block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
    max-width: 240px;
  }

  #feature .feature_block__content:nth-child(3) .feature_block__content_title span {
    display: inline-block;
    font-size: 24px;
    color: #EF4D4B;
    vertical-align: bottom;
  }

  #feature .feature_block__content:nth-child(3) .feature_block__content_title br {
    display: none;
  }

  #feature .feature_block__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f6f6;
    margin-bottom: 16vw;
    padding-bottom: 30px;
    border: none;
    position: relative;
    overflow: hidden;
  }

  #feature .feature_block__content:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 140px;
    border-color: transparent transparent #EF4D4B transparent;
    z-index: 1;
    pointer-events: none;
  }

  #feature .feature_block__inner_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    order: 1;
    z-index: 2;
  }

  #feature .feature_block__text_wrap {
    display: contents;
  }

  #feature .feature_block__num_wrap {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #EF4D4B;
    margin: 20px 2px 10px 20px;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
  }

  #feature .feature_block__content_title {
    order: 2;
    flex: 1;
    padding: 0 15px 0 0;
    margin: 22px 0 0 0;
    text-align: left;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    font-size: 24px;
    color: #333;
  }

  #feature .feature_block__content_title span {
    font-size: 24px;
    color: #EF4D4B;
  }

  #feature .feature_block__img_wrap {
    order: 2; 
    width: 96%; 
    margin: 10px auto 20px auto;
    position: relative;
    z-index: 2;
  }

  #feature .feature_block__img_wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  #feature .feature_block__content_text {
    order: 3;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
  }

  #feature .feature_block__num_wrap span:not(.feature_block__num) { 
    font-size: 10px; 
    color: #fff; 
    font-weight: bold; 
  }
  
  #feature .feature_block__num { 
    font-size: 26px;
    color: #fff; 
    font-weight: bold; 
    line-height: 1; 
  }

}
