@charset "UTF-8";
/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Solution
------------------------------------------------------------ */
main {
  min-height: 480px;
}

.subpage {
  position: relative;
  overflow: hidden;
  background: #EDF1F7;
  z-index: 1;
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     archive
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     Parent
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     system
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     product
  ------------------------------------------------------------ */
}
.subpage .subheader-boxWrap {
  position: relative;
  height: var(--subhead-pc_h);
  background: transparent;
  -webkit-box-shadow: 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 0 rgba(0, 0, 0, 0.1);
}
.subpage .subheader-box {
  height: var(--subhead-pc_h);
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.subpage .subheader-box::before {
  content: "";
  background: #edf1f7;
  aspect-ratio: 1/1;
  width: calc(var(--subhead-pc_h) + 1px);
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 3;
}
.subpage .subheader-box::after {
  content: "";
  background: #EDF1F7;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.subpage .sub-header {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 15px;
  background: #EDF1F7;
}
.subpage .sub-header::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.subpage .sub-header.--solution::before {
  background: -webkit-image-set(url(../../../img/solution/sub_head.webp) 1x, url(../../../img/solution/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/solution/sub_head.webp) 1x, url(../../../img/solution/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.sub-header-anim {
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
  transition: transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s, -webkit-transform 1.2s cubic-bezier(0.57, 0.1, 0.04, 0.76) 0.1s;
}
.subpage .sub-header__head {
  z-index: 5;
  position: absolute;
  left: 8.3333%;
  top: 45.263157%;
}
.subpage .sub-header__ttl {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  position: relative;
  line-height: 1;
}
.subpage .sub-header__sub {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  transition: opacity 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99), -webkit-transform 0.8s cubic-bezier(0.32, 0.13, 0.21, 0.99);
  line-height: 1;
  display: block;
  position: relative;
}
.subpage .sub-header__ttl-anim {
  position: relative;
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.subpage .sub-header__ttl-anim._shortdelay {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .sub-header__sub-anim {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.subpage .sub-header__sub-anim._shortdelay {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.subpage .subpage-main {
  position: relative;
  padding-top: 20px;
  background: #f0f0f0;
  z-index: -1;
}
.subpage .subpage-main::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.subpage .p-system-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-system-listItem {
  width: calc((100% - 60px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.subpage .p-system-listItem._3 {
  width: calc((100% - 40px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}
.subpage .p-system-listItem figure {
  overflow: hidden;
}
.subpage .p-system-listItem figure img {
  -webkit-transition: -webkit-transform 0.2s var(--linear);
  transition: -webkit-transform 0.2s var(--linear);
  transition: transform 0.2s var(--linear);
  transition: transform 0.2s var(--linear), -webkit-transform 0.2s var(--linear);
}
.subpage .p-system-listItem.swiper-slide {
  height: auto;
}
.subpage .p-system-detail {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: clamp(15px, 1.4204545455vw, 25px) clamp(15px, 1.4204545455vw, 25px) 80px;
  position: relative;
  background: #fff;
}
.subpage .p-system-detail .c-btn-arrow {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  position: relative;
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-system-detail p {
  font-size: 0.9375rem;
}
.subpage .p-system-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-system-meta ._cat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  background: #9bacb6;
  text-align: center;
  padding: 0 10px;
  line-height: 1.5;
}
.subpage .p-system-meta ._cat.conference_room, .subpage .p-system-meta ._cat.low_budget, .subpage .p-system-meta ._cat.lecture_room, .subpage .p-system-meta ._cat.hall {
  background: var(--themecolor2);
}
.subpage .p-system-meta ._cat.presentation_room, .subpage .p-system-meta ._cat.ceiling_microphone, .subpage .p-system-meta ._cat.hall_lecture_hall, .subpage .p-system-meta ._cat.theater {
  background: var(--themecolor);
}
.subpage .p-system-meta ._cat.open_space, .subpage .p-system-meta ._cat.ceiling_speakers, .subpage .p-system-meta ._cat.hybrid-edu, .subpage .p-system-meta ._cat.exhibition_hall {
  background: #08afb8;
}
.subpage .p-system-meta ._cat.entrance, .subpage .p-system-meta ._cat.multi_display, .subpage .p-system-meta ._cat.teams_zoom_compatible-edu, .subpage .p-system-meta ._cat.entrance_lobby {
  background: #12987f;
}
.subpage .p-system-meta ._cat.reception_room, .subpage .p-system-meta ._cat.split_screen, .subpage .p-system-meta ._cat.no_preparation_required-edu, .subpage .p-system-meta ._cat.rental_conference_room {
  background: #82b127;
}
.subpage .p-system-meta ._cat.layout_free, .subpage .p-system-meta ._cat.contactless_microphone, .subpage .p-system-meta ._cat.improved_audio-edu, .subpage .p-system-meta ._cat.cafe {
  background: #f7bd0c;
}
.subpage .p-system-meta ._cat.web_conference, .subpage .p-system-meta ._cat.automatic_tracking, .subpage .p-system-meta ._cat.improving_the_video-edu, .subpage .p-system-meta ._cat.hybrid-com {
  background: #82b127;
}
.subpage .p-system-meta ._cat.hybrid, .subpage .p-system-meta ._cat.event_support, .subpage .p-system-meta ._cat.sound_leak_prevention-edu, .subpage .p-system-meta ._cat.digital_signage {
  background: #f06435;
}
.subpage .p-system-meta ._cat.teams_zoom_compatible, .subpage .p-system-meta ._cat.facility_operation_management, .subpage .p-system-meta ._cat.facility_operation_management-edu, .subpage .p-system-meta ._cat.projection_mapping {
  background: #f84848;
}
.subpage .p-system-meta ._cat.cloud, .subpage .p-system-meta ._cat.simultaneous_interpretation, .subpage .p-system-meta ._cat.easy_operation, .subpage .p-system-meta ._cat.bgm {
  background: #ef5b73;
}
.subpage .p-system-meta ._cat.web_distribution_recording, .subpage .p-system-meta ._cat.surveillance_camera {
  background: #dc589e;
}
.subpage .p-system-meta ._cat.no_preparation_required {
  background: #c05bb9;
}
.subpage .p-system-meta ._cat.improved_audio {
  background: #9c478e;
}
.subpage .p-system-meta ._cat.improving_the_video {
  background: #494290;
}
.subpage .p-system-meta ._cat.sound_leak_prevention {
  background: #486bd2;
}
.subpage .p-system-meta ._cat.reverberation_sound_reduction_sound_absorption {
  background: #396ca6;
}
.subpage .solution-swiper, .subpage .solution-swiper2, .subpage .solution-swiper3 {
  position: relative;
}
.subpage .solution-swiper .swiper-pagination, .subpage .solution-swiper2 .swiper-pagination, .subpage .solution-swiper3 .swiper-pagination {
  top: 100%;
}
.subpage .solution-swiper .swiper-button-prev, .subpage .solution-swiper .swiper-button-next, .subpage .solution-swiper2 .swiper-button-prev, .subpage .solution-swiper2 .swiper-button-next, .subpage .solution-swiper3 .swiper-button-prev, .subpage .solution-swiper3 .swiper-button-next {
  height: 34px;
  width: 34px;
  z-index: 3;
}
.subpage .solution-swiper .swiper-button-prev, .subpage .solution-swiper2 .swiper-button-prev, .subpage .solution-swiper3 .swiper-button-prev {
  left: 3%;
  background: url(../../../img/common/nav_prev_bk.svg) no-repeat;
  background-size: contain;
}
.subpage .solution-swiper .swiper-button-next, .subpage .solution-swiper2 .swiper-button-next, .subpage .solution-swiper3 .swiper-button-next {
  right: 3%;
  background: url(../../../img/common/nav_next_bk.svg) no-repeat;
  background-size: contain;
}
.subpage .p-solution-bottom {
  padding: 0 15px 6.25vw;
}
.subpage .sol-ttl {
  margin-left: 8.333vw;
}
.subpage .sol-box {
  position: relative;
}
.subpage .sol-box.--l {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}
.subpage .sol-box.--r {
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
}
.subpage .sol-box-img {
  position: relative;
  height: 100%;
  max-width: 87.5vw;
}
.subpage .sol-box-img.--l {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50% - 15px);
}
.subpage .sol-box-img.--l::before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  right: -20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.subpage .sol-box-img.--r {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50% - 15px);
}
.subpage .sol-box-img.--r::before {
  content: "";
  width: calc(100% + 20px);
  height: 100%;
  position: absolute;
  left: -20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.subpage .sol-box-img img {
  min-height: 240px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subpage .sol-box-img figcaption {
  position: absolute;
}
.subpage .sol-box-img figcaption.--l {
  left: 0;
  top: 0;
}
.subpage .sol-box-img figcaption.--r {
  right: 0;
  top: 0;
}
.subpage .sol-box-img figcaption p {
  position: relative;
  top: -0.5em;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: clamp(3.75rem, 7.1428571429vw, 7.5rem);
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}
.subpage .sol-box__menu {
  background: rgba(255, 255, 255, 0.92);
  width: 67.1875vw;
  min-width: 1290px;
  padding: 32px clamp(10px, 2.380952381vw, 40px);
  margin-top: -180px;
  position: relative;
  z-index: 2;
}
.subpage .sol-box__menu.--l {
  margin-left: auto;
  margin-right: calc(8.333vw - 15px);
}
.subpage .sol-box__menu.--r {
  margin-right: auto;
  margin-left: calc(8.333vw - 15px);
}
.subpage .sol-box-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 10px clamp(16px, 1.4285714286vw, 24px);
  width: 100%;
}
.subpage .sol-box-list a {
  font-weight: 500;
  border: 1px solid #222d3c;
  border-radius: 40px;
  width: 100%;
  display: block;
  padding: 8px 3px 8px 30px;
  position: relative;
  font-size: clamp(12px, 0.7738095238vw, 13px);
}
.subpage .sol-box-list a::before, .subpage .sol-box-list a::after {
  content: "";
  position: absolute;
}
.subpage .sol-box-list a::before {
  width: 16px;
  height: 16px;
  background: var(--themecolor2);
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .sol-box-list a::after {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.subpage .sol-box__menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.subpage .sol-box-sq-btn {
  width: 130px;
  height: 130px;
  aspect-ratio: 1/1;
  background: #222d3c;
  color: #fff;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 4px 15px;
  position: relative;
}
.subpage .sol-box-sq-btn h4 {
  font-family: "Oswald", sans-serif;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  line-height: 1;
}
.subpage .sol-box-sq-btn p {
  margin-top: auto;
  font-weight: bold;
  font-size: 15px;
}
.subpage .sol-box-sq-btn p::before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 100%;
}
.subpage .sol-box-sq-btn p::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../../../img/common/icon_search.svg) no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subpage .p-sol-search-field {
  background: #fff;
  padding: 120px clamp(24px, 4.7619047619vw, 80px) 60px;
  position: relative;
}
.subpage .p-sol-search-head {
  width: 380px;
  height: 120px;
  background: #222d3c;
  position: absolute;
  left: -20px;
  top: -20px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 64px;
}
.subpage .p-sol-search-head p {
  font-family: "Oswald", sans-serif;
  font-size: clamp(16px, 1.6666666667vw, 20px);
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-bottom: 54px;
}
.subpage .p-sol-search-head p::before {
  content: "";
  width: 46px;
  height: 46px;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.subpage .p-sol-search-head p::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../../../img/common/icon_search.svg) no-repeat;
  background-size: contain;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.subpage .p-sol-search-head h3 {
  font-size: clamp(16px, 1.6666666667vw, 20px);
  position: relative;
}
.subpage .p-sol-search-head h3::before {
  content: "";
  width: 1px;
  height: 70px;
  background: #fff;
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-sol-search-box {
  padding: 30px clamp(12px, 2.380952381vw, 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.subpage .p-sol-search-box._industry {
  background: rgba(25, 118, 224, 0.08);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-sol-search-box._keyword {
  background: rgba(25, 197, 224, 0.1);
}
.subpage .p-sol-search-btnList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(8px, 2.380952381vw, 40px);
  width: 100%;
}
.subpage .p-sol-search-btnList li .p-sol-search-btn {
  display: none; /* デフォルトのinputは非表示にする */
}
.subpage .p-sol-search-btnList li label {
  border: 1px solid #222d3c;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 56px;
}
.subpage .p-sol-search-btnList li .p-sol-search-btn:checked + label {
  color: #FFF;
  background: var(--themecolor2);
  border: 1px solid var(--themecolor2);
}
.subpage .p-sol-search-ttl {
  font-size: clamp(20px, 2.0833333333vw, 25px);
  font-weight: bold;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  position: relative;
  padding-left: 75px;
  white-space: nowrap;
}
.subpage .p-sol-search-ttl::before, .subpage .p-sol-search-ttl::after {
  content: "";
  position: absolute;
}
.subpage .p-sol-search-ttl::before {
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #222d3c;
  left: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-sol-search-ttl::after {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-sol-search-ttl._industry::after {
  background: url(../../../img/common/icon_industry.svg) no-repeat;
  background-size: contain;
}
.subpage .p-sol-search-ttl._keyword::after {
  background: url(../../../img/common/icon_key.svg) no-repeat;
  background-size: contain;
}
.subpage .p-private-list, .subpage .p-edu-list, .subpage .p-com-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px clamp(16px, 2.5vw, 30px);
  margin-top: 0.6em;
}
.subpage .p-private-list label, .subpage .p-edu-list label, .subpage .p-com-list label {
  cursor: pointer;
}
.subpage .p-sol-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-sol-icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: #222d3c;
  border-radius: 50%;
  border: 1px solid #1976e0;
  position: relative;
}
.subpage .p-sol-icon::before {
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-filter: var(--fil-wh);
  filter: var(--fil-wh);
}
.subpage .p-sol-icon.--com::before {
  background: url(../../../img/common/icon_office.svg) no-repeat;
  background-size: contain;
}
.subpage .p-sol-icon.--edu::before {
  background: url(../../../img/common/icon_education.svg) no-repeat;
  background-size: contain;
}
.subpage .p-sol-icon.--store::before {
  background: url(../../../img/common/icon_store.svg) no-repeat;
  background-size: contain;
}
.subpage .p-sol-thumb {
  -webkit-box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -20px 20px 0 rgba(0, 0, 0, 0.1);
}
.subpage .p-sol-features {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(12px, 3.75vw, 60px);
}
.subpage .p-sol-features hr {
  margin-top: clamp(15px, 2.0833333333vw, 25px);
  margin-bottom: clamp(15px, 2.0833333333vw, 25px);
}
.subpage .p-sol-features:first-of-type {
  margin-top: 32px;
}
.subpage .p-sol-features:nth-of-type(n+2) {
  margin-top: 20px;
}
.subpage .p-sol-features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 3.3333333333vw, 40px);
}
.subpage .p-sol-features-content .p-sol-features__l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subpage .p-sol-features-content .p-sol-features-img {
  -webkit-flex-basis: 37.037%;
  -ms-flex-preferred-size: 37.037%;
  flex-basis: 37.037%;
}
.subpage .p-sol-cands {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  position: relative;
}
.subpage .p-sol-assignment {
  background: #fff;
  position: relative;
}
.subpage .p-sol-assignment::after {
  content: "";
  height: 58px;
  width: 25px;
  background: #9bacb6;
  position: absolute;
  left: calc(100% + 28px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.subpage .p-sol-assignment ul {
  padding: clamp(16px, 2.5vw, 30px) clamp(15px, 3.3333333333vw, 40px);
}
.subpage .p-sol-assignment ul li {
  position: relative;
  padding-left: 32px;
}
.subpage .p-sol-assignment ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../img/common/icon_check.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.subpage .p-sol-assignment ul li:nth-child(n+2) {
  margin-top: clamp(8px, 1.6666666667vw, 20px);
}
.subpage .p-sol-assignment__head {
  background: #222d3c;
  min-height: 46px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
}
.subpage .p-sol-solution {
  background: #fff;
}
.subpage .p-sol-solution ul {
  padding: clamp(16px, 2.5vw, 30px) clamp(15px, 3.3333333333vw, 40px);
}
.subpage .p-sol-solution ul li {
  position: relative;
  padding-left: 32px;
}
.subpage .p-sol-solution ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../img/common/icon_check_grd.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.subpage .p-sol-solution ul li:nth-child(n+2) {
  margin-top: clamp(8px, 1.6666666667vw, 20px);
}
.subpage .p-sol-solution__head {
  background: var(--themecolor2);
  min-height: 46px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
}
.subpage .p-config {
  padding: 40px clamp(24px, 5vw, 60px);
  background: #fff;
}
.subpage .p-config-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 40px);
}
.subpage .p-config-main__column.--l {
  -webkit-flex-basis: 61.1111%;
  -ms-flex-preferred-size: 61.1111%;
  flex-basis: 61.1111%;
}
.subpage .p-config-main__column.--r {
  width: 100%;
  -webkit-flex-basis: 38.8889%;
  -ms-flex-preferred-size: 38.8889%;
  flex-basis: 38.8889%;
}
.subpage .p-config-main__column.--r ul {
  counter-reset: number 0;
}
.subpage .p-config-main__column.--r ul li {
  padding-left: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #9bacb6;
}
.subpage .p-config-main__column.--r ul li::before {
  counter-increment: number 1;
  content: counter(number, decimal);
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.4;
  z-index: 1;
}
.subpage .p-config-main__column.--r ul li::after {
  content: "";
  background: #222d3c;
  aspect-ratio: 1/1;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-config-main__column.--r ul li:first-child {
  border-top: 1px solid #9bacb6;
}
.subpage .p-config-main__column.--r ul li:nth-child(n+10)::before {
  left: 0.3em;
}
.subpage .p-other-sysytem-field {
  background: #9bacb6;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.subpage .p-other-sysytem-field-inner {
  padding: clamp(32px, 6.6666666667vw, 80px) 0;
}
.subpage .p-other-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px 24px;
}
.subpage .p-other-product-listItem {
  padding: 20px;
  background: #fff;
  width: calc((100% - 48px) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.subpage .p-other-product-listItem figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 115/76;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.subpage .p-other-product-listItem figure img {
  aspect-ratio: 115/76;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-other-product-listItem figcaption {
  font-weight: bold;
}
.subpage .p-other-product-listItem h3 {
  font-size: 1.125rem;
}
.subpage .p-other-product-listItem p {
  font-size: 0.9375rem;
}
.subpage .p-other-product-listItem ._thumblogo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 100px;
}
.subpage .p-other-product-listItem ._thumblogo img {
  aspect-ratio: auto;
}
.subpage .p-other-products-arrow {
  margin-top: auto;
  text-align: right;
  display: block;
  line-height: 1;
}
.subpage .p-more-btn {
  margin-left: auto;
  line-height: 24px;
  border-radius: 12px;
  background: #222d3c;
  display: inline-block;
  padding: 0 12px 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 108px;
  width: 100%;
  margin-top: 44px;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-more-btn span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
}
.subpage .p-more-btn .p-more-arrow {
  width: 16.04px;
  height: 9.9px;
  background: url(../../../img/common/arrow_r_wh.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  main {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1600px) {
  main {
    min-height: 480px;
  }
}
@media only screen and (max-width: 1280px) {
  main {
    min-height: 480px;
  }
  .subpage .sol-box__menu.--l {
    margin-right: auto;
  }
  .subpage .sol-box__menu.--r {
    margin-left: auto;
  }
  .subpage .sol-box__menu {
    margin-top: -90px;
    width: 100%;
    min-width: auto;
  }
  .subpage .sol-box__menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .sol-box-sq-btn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    min-height: 480px;
  }
  .subpage .sub-header__head {
    left: 5.33333%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .subpage .p-system-listItem {
    width: calc((100% - 20px) / 2);
  }
  .subpage .p-system-btn .c-btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .sol-box-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .sol-box__menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .sol-box-sq-btn {
    margin: 0 auto;
  }
  .subpage .p-sol-search-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .subpage .p-sol-search-box._keyword {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subpage .p-private-list, .subpage .p-edu-list, .subpage .p-com-list {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  main {
    min-height: 480px;
  }
  .subpage .subheader-boxWrap {
    height: var(--subhead-sp_h);
    -webkit-box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  .subpage .subheader-box {
    height: var(--subhead-sp_h);
  }
  .subpage .subheader-box::before {
    width: calc(var(--subhead-sp_h) + 1px);
    left: calc(37.3334% - 1px);
  }
  .subpage .subheader-box::after {
    width: 37.3334%;
  }
  .subpage .sub-header::before {
    width: 62.6666%;
  }
  .subpage .p-system-list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
  }
  .subpage .p-system-listItem {
    width: 100%;
  }
  .subpage .p-system-listItem._3 {
    width: 100%;
  }
  .subpage .sol-box-img.--l::before {
    right: auto;
    top: 10px;
    left: -10px;
    width: calc(100% + 10px);
  }
  .subpage .sol-box-img.--r::before {
    left: auto;
    top: 10px;
    right: -10px;
    width: calc(100% + 10px);
  }
  .subpage .sol-box-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-sol-search-box._industry {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subpage .p-sol-features-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .subpage .p-sol-cands {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-sol-assignment::after {
    width: 58px;
    height: 25px;
    left: 50%;
    top: calc(100% + 28px);
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .subpage .p-config-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-other-product-listItem {
    width: calc((100% - 48px) / 2);
  }
}
@media only screen and (max-width: 600px) {
  main {
    min-height: 480px;
  }
  .subpage .sub-header__sub {
    line-height: 1.2;
  }
  .subpage .sol-ttl {
    margin-left: 0px;
  }
  .subpage .sol-box-img figcaption p {
    font-size: 2.625rem;
  }
  .subpage .p-sol-search-head {
    left: -15px;
    top: -15px;
    width: auto;
    padding: 20px;
    gap: 32px;
  }
  .subpage .p-sol-search-head h3::before {
    left: -16px;
  }
  .subpage .p-sol-search-btnList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .p-sol-search-ttl {
    display: inline-block;
    padding-left: 60px;
  }
  .subpage .p-sol-search-ttl::before {
    width: 52px;
    height: 52px;
  }
  .subpage .p-sol-search-ttl::after {
    width: 28px;
    height: 28px;
  }
  .subpage .p-sol-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .subpage .p-sol-features-content .p-sol-features-img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 40vw;
  }
  .subpage .p-sol-features-content .p-sol-features-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .subpage .p-other-product-listItem {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main {
    min-height: 480px;
  }
}
@media (hover: hover) {
  .subpage .p-system-listItem:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .subpage .p-system-listItem:hover .c-btn-arrow {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .subpage .p-system-listItem:hover .c-btn-arrow::before {
    -webkit-animation: btnArrow2 0.2s var(--linear);
    animation: btnArrow2 0.2s var(--linear);
  }
  .subpage .sol-box-list a:hover {
    border: 1px solid #fff;
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .subpage .sol-box-list a:hover::before {
    background: #fff;
  }
  .subpage .sol-box-list a:hover::after {
    border-color: var(--themecolor2);
  }
  .subpage .sol-box-list a:hover span {
    color: #fff;
  }
  .subpage .sol-box-sq-btn:hover {
    background: -webkit-linear-gradient(315deg, #1976e0 0%, #1976e0 70%, #19c5e0 100%) #1976e0;
    background: linear-gradient(135deg, #1976e0 0%, #1976e0 70%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
  .subpage .p-other-product-listItem:hover figure > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .subpage .p-other-product-listItem:hover .p-more-btn {
    background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(80%, #1976e0), to(#19c5e0)) #1976e0;
    background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background: linear-gradient(90deg, #1976e0 0%, #1976e0 80%, #19c5e0 100%) #1976e0;
    background-size: 200% auto;
    background-position: right center;
  }
}
/*# sourceMappingURL=../../map/object/project/solution.css.map */