/* ------------------------------------------------------------
   Variables
------------------------------------------------------------ */
/* ----- Breakpoint ----- */
/* ----- Content width ----- */
/* ----- Font family ----- */
/* ------------------------------------------------------------
   mixin
------------------------------------------------------------ */
/* ----- Media Queries ----- */
/* ----- image filter ----- */
/* ----- diagonal filter ----- */
/* ------------------------------------------------------------
   Function
------------------------------------------------------------ */
/* ------------------------------------------------------------
   Page
------------------------------------------------------------ */
main {
  min-height: 480px;
}

.subpage {
  position: relative;
  background: #EDF1F7;
  z-index: 1;
  /* ------------------------------------------------------------
     common
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     contact
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     ourvalue
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     ourvalue
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     topics
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     cases
  ------------------------------------------------------------ */
  /* archive */
  /* single */
  /* ------------------------------------------------------------
     recruit
  ------------------------------------------------------------ */
  /* ------------------------------------------------------------
     column
  ------------------------------------------------------------ */
  /* archive */
  /* single */
  /* ------------------------------------------------------------
     products
  ------------------------------------------------------------ */
  /* archive */
  /* single */
  /* single */
  /* ------------------------------------------------------------
     catalog
  ------------------------------------------------------------ */
}
.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.--privacy::before {
  background: -webkit-image-set(url(../../../img/privacy/sub_head.webp) 1x, url(../../../img/privacy/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/privacy/sub_head.webp) 1x, url(../../../img/privacy/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--ov::before {
  background: -webkit-image-set(url(../../../img/ourvalue/sub_head.webp) 1x, url(../../../img/ourvalue/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/ourvalue/sub_head.webp) 1x, url(../../../img/ourvalue/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--rec::before {
  background: -webkit-image-set(url(../../../img/recruit/sub_head.webp) 1x, url(../../../img/recruit/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/recruit/sub_head.webp) 1x, url(../../../img/recruit/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--com::before {
  background: -webkit-image-set(url(../../../img/company/sub_head.webp) 1x, url(../../../img/company/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/company/sub_head.webp) 1x, url(../../../img/company/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--cases::before {
  background: -webkit-image-set(url(../../../img/cases/sub_head.webp) 1x, url(../../../img/cases/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/cases/sub_head.webp) 1x, url(../../../img/cases/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--column::before {
  background: -webkit-image-set(url(../../../img/column/sub_head.webp) 1x, url(../../../img/column/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/column/sub_head.webp) 1x, url(../../../img/column/sub_head@2x.webp) 2x) no-repeat right center;
  background-size: cover;
  background-position: center;
}
.subpage .sub-header.--products::before {
  background: -webkit-image-set(url(../../../img/products/sub_head.webp) 1x, url(../../../img/products/sub_head@2x.webp) 2x) no-repeat right center;
  background: image-set(url(../../../img/products/sub_head.webp) 1x, url(../../../img/products/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;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url(../../../img/common/bg_svg_wh.svg) no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: -1;
}
.subpage .p-contact-head dl {
  border-top: 1px solid #9bacb6;
  padding: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(20px, 4.5454545455vw, 5rem);
}
.subpage .p-contact-head dl dt {
  font-weight: bold;
  font-size: 1.5625rem;
  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;
}
.subpage .icon_tel {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #222d3c;
  border-radius: 50%;
  position: relative;
}
.subpage .icon_tel::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../../img/common/icon_phone.svg) no-repeat;
  background-size: contain;
}
.subpage .icon_mail {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #222d3c;
  border-radius: 50%;
  position: relative;
}
.subpage .icon_mail::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../../../img/common/icon_mail.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-strength {
  padding: 120px 15px 100px;
  position: relative;
  background: url(../../../img/ourvalue/strength_bg@2x.webp) no-repeat;
  background-size: cover;
}
.subpage .p-ov-strength::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.subpage .p-ov-strength .c-text-autoscroll {
  position: absolute;
  top: 0;
  z-index: 0;
}
.subpage .p-ov-strength .c-text-autoscroll ._looptxt {
  color: rgba(155, 172, 182, 0.3);
  font-size: 11.4583333333vw;
  font-family: "Oswald", sans-serif;
}
.subpage .p-ov-content {
  color: #fff;
  position: relative;
  z-index: 2;
}
.subpage .p-ov-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.subpage .p-ov-listItem {
  max-width: 400px;
  width: 100%;
  position: relative;
  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;
}
.subpage .p-ov-listItem._1 {
  left: clamp(5px, 1.6666666667vw, 20px);
}
.subpage .p-ov-listItem._3 {
  right: clamp(5px, 1.6666666667vw, 20px);
}
.subpage .p-ov-circle {
  max-width: 400px;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.subpage .p-ov-circle._1 {
  border: 4px solid #19c5e0;
}
.subpage .p-ov-circle._2 {
  border: 4px solid #27b6f2;
}
.subpage .p-ov-circle._3 {
  border: 4px solid #1976e0;
}
.subpage .p-ov-circle span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 52.25%;
  width: 100%;
  font-weight: bold;
}
.subpage .p-ov-circle-icon {
  display: inline-block;
  width: 4.8958333333vw;
  height: 4.8958333333vw;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subpage .p-ov-circle-icon::before {
  content: "";
  width: 94px;
  height: 94px;
  aspect-ratio: 1/1;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.subpage .p-ov-circle-icon._1::before {
  background: url(../../../img/common/icon_onestop.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-circle-icon._2::before {
  background: url(../../../img/common/icon_good.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-circle-icon._3::before {
  background: url(../../../img/common/icon_psni.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-board {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 85%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  margin: 60px auto 0;
  padding: 30px clamp(15px, 2.5vw, 30px) 72px;
  position: relative;
}
.subpage .p-ov-board::before, .subpage .p-ov-board::after {
  content: "";
  position: absolute;
}
.subpage .p-ov-board::before {
  bottom: 100%;
  width: 2px;
  height: clamp(80px, 9.1666666667vw, 110px);
  background: rgba(237, 241, 247, 0.5);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subpage .p-ov-board::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: calc(100% + clamp(80px, 9.1666666667vw, 110px) + 2.5px);
}
.subpage .p-ov-btm-arw {
  width: 36px;
  height: 36px;
  background: url(../../../img/common/bottom_arrow_wh.svg) no-repeat;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.subpage .p-ov-bottom {
  padding: 100px 15px 140px;
}
.subpage .p-ov-st-box {
  width: 100%;
  min-height: 480px;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 20px clamp(20px, 4.1666666667vw, 60px);
  -webkit-box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #222d3c;
}
.subpage .p-ov-st-box::before {
  content: "";
  height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  position: absolute;
  left: 22%;
  top: 0;
  background: #222d3c;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.subpage .p-ov-st-box__head {
  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: clamp(15px, 2.0833333333vw, 30px);
}
.subpage .p-ov-st-box__ttl {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.subpage .p-ov-st-box-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 78%;
  height: 100%;
  z-index: -2;
}
.subpage .p-ov-st-box-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subpage .p-ov-icon {
  display: inline-block;
  width: 4.4270833333vw;
  height: 4.4270833333vw;
  aspect-ratio: 1/1;
  background: #222d3c;
  border: 2px solid #1976e0;
  border-radius: 50%;
  position: relative;
}
.subpage .p-ov-icon::before {
  content: "";
  width: 2.5520833333vw;
  height: 2.5520833333vw;
  aspect-ratio: 1/1;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.subpage .p-ov-icon._1::before {
  background: url(../../../img/common/icon_onestop.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-icon._2::before {
  background: url(../../../img/common/icon_good.svg) no-repeat;
  background-size: contain;
}
.subpage .p-ov-icon._3::before {
  background: url(../../../img/common/icon_psni.svg) no-repeat;
  background-size: contain;
}
.subpage .p-philosophy {
  background: var(--themegrd);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 3.125vw;
  padding-bottom: 4.1666666667vw;
}
.subpage .p-phil-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.subpage .p-phil-listItem {
  width: 35%;
  position: relative;
}
.subpage .p-phil-listItem._2 {
  right: 10px;
}
.subpage .p-phil-listItem._3 {
  right: 20px;
}
.subpage .p-phil-listItem figure {
  width: 105%;
  margin-right: auto;
}
.subpage .p-history-listItem article {
  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;
  position: relative;
  gap: 20px;
}
.subpage .p-history-listItem article::before {
  content: "";
  width: 2px;
  height: calc(100% - 18px);
  background: #222d3c;
  position: absolute;
  bottom: 0;
  left: 142px;
}
.subpage .p-history-listItem:nth-child(n+2) article {
  padding-top: 1.8229166667vw;
}
.subpage .p-history-listItem:nth-child(n+2) article::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #222d3c;
  position: absolute;
  bottom: 0;
  left: 142px;
}
.subpage .p-history-head {
  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: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 215px;
}
.subpage .p-history-ttl {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: var(--themecolor2);
  font-size: 2.4375rem;
  min-width: 85px;
}
.subpage .p-history-content__month {
  font-weight: bold;
  color: var(--themecolor2);
  white-space: nowrap;
  position: relative;
  padding-left: 36px;
  min-width: 140px;
}
.subpage .p-history-content__month::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--themegrd);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-history-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 15px 20px;
  max-width: 810px;
  margin-left: auto;
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.subpage .p-office-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-office-listItem {
  width: calc((100% - 40px) / 2);
  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;
}
.subpage .p-office-cont-head {
  background: #222d3c;
  padding: 0 clamp(20px, 1.3888888889vw, 40px);
}
.subpage .p-office-cont-head span {
  font-weight: bold;
  color: #fff;
}
.subpage .p-office-cont-body {
  background: #fff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px clamp(20px, 1.3888888889vw, 40px) 40px;
}
.subpage .p-office-gmap {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
}
.subpage .p-office-gmap span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 36px;
  color: #1976e0;
}
.subpage .p-office-gmap .gmapicon {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1976e0;
  -webkit-transition: all 0.2 var(--linear);
  transition: all 0.2 var(--linear);
  position: relative;
}
.subpage .p-office-gmap .gmapicon::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../../img/common/icon_pin_wh.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.subpage .p-topics-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  gap: 5px;
}
.subpage .p-topics-parent li {
  line-height: 46px;
  background: #9bacb6;
}
.subpage .p-topics-parent li a {
  display: block;
}
.subpage .p-topics-parent li span {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}
.subpage .p-topics-parent li._active {
  background: -webkit-gradient(linear, left top, right top, from(#1976e0), to(#19c5e0));
  background: -webkit-linear-gradient(left, #1976e0 0%, #19c5e0 100%);
  background: linear-gradient(90deg, #1976e0 0%, #19c5e0 100%);
  border: none;
  position: relative;
}
.subpage .p-topics-parent li._active span {
  color: #fff;
}
.subpage .p-topics-parent li._active::before {
  content: "";
  width: 14px;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#199de0), to(#19a2e0));
  background: -webkit-linear-gradient(left, #199de0 0%, #19a2e0 100%);
  background: linear-gradient(90deg, #199de0 0%, #19a2e0 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.subpage .p-topics-listItem:nth-of-type(n + 2) {
  margin-top: 1.0416666667vw;
}
.subpage .p-topics__ttl {
  cursor: pointer;
  padding: 25px clamp(20px, 3.4722222222vw, 50px);
}
.subpage .p-topics__ttl ._day span {
  font-weight: 500;
  font-size: 0.875rem;
}
.subpage .p-topics__ttl ._ttl {
  font-weight: bold;
  font-size: 1.125rem;
  padding-right: 30px;
}
.subpage .p-topics__ttl-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}
.subpage .p-topics__ttl-field::before, .subpage .p-topics__ttl-field::after {
  content: "";
}
.subpage .p-topics__ttl-field::before {
  width: 24px;
  height: 24px;
  background: #222d3c;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-topics__ttl-field::after {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 7px;
  height: 7px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 8px;
  top: 48%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: var(--trans02s);
  transition: var(--trans02s);
}
.subpage .p-topics__ttl.open .p-topics__ttl-field::after {
  top: 52%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.subpage .p-topics__content {
  padding: 0 clamp(20px, 3.4722222222vw, 50px) 25px;
}
.subpage .p-topics__content-in {
  border-top: 1px solid rgba(155, 172, 182, 0.5);
  padding-top: 25px;
}
.subpage .p-topics__column.--head {
  min-width: 272px;
  position: relative;
}
.subpage .p-topics__column.--content {
  -webkit-flex-basis: 66.6%;
  -ms-flex-preferred-size: 66.6%;
  flex-basis: 66.6%;
}
.subpage .p-topics-listItem {
  background: #fff;
  border: 1px solid #9bacb6;
}
.subpage .p-topics-listItem:nth-child(n+2) {
  margin-top: 5px;
}
.subpage .p-cases-arc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(30px, 5vw, 60px) clamp(20px, 6.6666666667vw, 80px);
}
.subpage .p-cases-arc-listItem {
  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;
  width: calc((100% - clamp(20px, 6.6666666667vw, 80px)) / 2);
  position: relative;
}
.subpage .p-cases-arc-listItem figure {
  overflow: hidden;
  aspect-ratio: 14/9;
}
.subpage .p-cases-arc-listItem figure img {
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-cases-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #222d3c;
  color: #fff;
  padding: clamp(10px, 1.6666666667vw, 20px) clamp(20px, 2.7777777778vw, 40px) 68px;
}
.subpage .p-cases-content .c-btn-arrow {
  position: absolute;
  right: 4.8%;
  bottom: 7.8125%;
}
.subpage .p-cases-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-cases-sub p {
  display: inline-block;
  background: #222d3c;
  color: #fff;
}
.subpage .p-cases-sub ._year {
  padding: 5px 5px 5px 0;
}
.subpage .p-cases-sub ._att {
  background: #222d3c;
  padding: 5px 0.78125vw 5px 0;
}
.subpage .p-cases-sub ._att span {
  background: #fff;
  color: #222d3c;
  font-weight: 500;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 18px;
  padding: 0 10px;
}
.subpage .p-cases-arc-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.subpage .p-cases-arc-tag li {
  color: var(--themecolor);
  font-weight: 500;
  font-size: 0.75rem;
  color: #19c5e0;
}
.subpage .p-cases-single-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.subpage .p-cases-single-sub p {
  display: inline-block;
}
.subpage .p-cases-single-sub ._year {
  padding: 5px 5px 5px 0;
}
.subpage .p-cases-single-sub ._att span {
  color: #fff;
  font-weight: 500;
  background: #222d3c;
  display: inline-block;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 19px;
  padding: 0 10px;
}
.subpage .p-cases-single-arc-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.subpage .p-cases-single-arc-tag li {
  color: var(--themecolor2);
  font-weight: 500;
  font-size: 0.75rem;
}
.subpage .p-cases-single-img figcaption {
  background: #222d3c;
  padding: 20px clamp(20px, 5vw, 60px);
}
.subpage .p-cases-single-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(20px, 5vw, 60px);
}
.subpage .p-cases-single-box._layout2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 5vw, 60px);
}
.subpage .p-cases-single-box._layout2 .p-cases-single-box__column.--txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subpage .p-cases-single-box._layout2 .p-cases-single-box__column.--img {
  -webkit-flex-basis: 41.6666%;
  -ms-flex-preferred-size: 41.6666%;
  flex-basis: 41.6666%;
}
.subpage .p-cases-single-oversea {
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(20px, 5vw, 60px);
  background: #9bacb6;
}
.subpage .p-cases-single-overseaInner {
  background: #fff;
  padding: clamp(20px, 3.3333333333vw, 40px);
}
.subpage .p-msg {
  padding: 6.25vw 15px 5.2083333333vw;
  position: relative;
  background: url(../../../img/recruit/message_bg@2x.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.subpage .p-msg::before {
  content: "";
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.subpage .p-msg-content {
  position: relative;
  color: #fff;
  max-width: 1200px;
  margin: auto;
}
.subpage .p-msg-txtbox {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-msg-txtbox p {
  width: 50%;
}
.subpage .p-work-content {
  background: #fff;
  -webkit-box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 20px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 40px clamp(20px, 6.4166666667vw, 77px) clamp(30px, 5.4166666667vw, 65px);
  width: 100%;
  position: relative;
}
.subpage .p-work-content::after {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  top: 0;
  right: calc(45% - 1px);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.subpage .p-work-content__img {
  width: 55%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.subpage .p-work-content__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subpage .p-work-contentInner {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.subpage .p-work-head {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.subpage .p-work-content__ttl {
  font-size: clamp(1.5rem, 3.25vw, 2.4375rem);
  position: relative;
}
.subpage .p-work-content__ttl span {
  color: var(--themecolor2);
}
.subpage .p-work-icon {
  width: clamp(48px, 7.5vw, 90px);
  height: clamp(48px, 7.5vw, 90px);
  display: inline-block;
  aspect-ratio: 1/1;
  background: #fff;
  border: 2px solid #222d3c;
  border-radius: 50%;
  position: relative;
  margin-right: clamp(12px, 2.0833333333vw, 25px);
}
.subpage .p-work-icon::before {
  content: "";
  width: clamp(36px, 4.3333333333vw, 52px);
  height: clamp(36px, 4.3333333333vw, 52px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.subpage .p-work-icon.--const::before {
  background: url(../../../img/recruit/icon_const.svg) no-repeat;
  background-size: cover;
}
.subpage .p-work-icon.--sales::before {
  background: url(../../../img/recruit/icon_sales.svg) no-repeat;
  background-size: cover;
}
.subpage .p-work-icon.--pg::before {
  background: url(../../../img/recruit/icon_prog.svg) no-repeat;
  background-size: cover;
}
.subpage .p-work-content__detail {
  background: #f1f4f8;
  padding: 30px 25px;
}
.subpage .p-work-content__detail ul > li {
  font-size: 1.125rem;
  font-weight: 500;
}
.subpage .p-work-content__detail ul > li:nth-child(n+2) {
  margin-top: 12px;
}
.subpage .p-recruit {
  margin-top: 5.2083333333vw;
}
.subpage .p-recruit-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 5vw, 60px);
}
.subpage .p-recruit-nav__group {
  min-width: 300px;
}
.subpage .p-recruit-nav__group h3 {
  line-height: 46px;
  padding: 0 clamp(10px, 1.6666666667vw, 20px);
}
.subpage .p-recruit-nav__group h3.--osaka {
  background: var(--themecolor2);
}
.subpage .p-recruit-nav__group h3.--tokyo {
  background: var(--themecolor);
}
.subpage .p-recruit-nav__group h3 span {
  color: #fff;
}
.subpage .p-recruit-nav__group ul {
  padding: 20px 0 50px 20px;
}
.subpage .p-recruit-nav__group ul li {
  font-weight: 500;
}
.subpage .p-recruit-nav__group ul li:nth-child(n+2) {
  margin-top: 12px;
}
.subpage .p-recruit-nav__group ul a {
  padding-left: 18px;
  position: relative;
}
.subpage .p-recruit-nav__group ul a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9bacb6;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.subpage ul.--osaka li a.active::before {
  background: var(--themecolor2);
}
.subpage ul.--osaka li a.active::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #222d3c;
  position: absolute;
  left: -2px;
  top: calc(0.5em - 2px);
  z-index: -1;
}
.subpage ul.--tokyo li a.active::before {
  background: var(--themecolor);
}
.subpage ul.--tokyo li a.active::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #222d3c;
  position: absolute;
  left: -2px;
  top: calc(0.5em - 2px);
  z-index: -1;
}
.subpage .p-recruit-table {
  width: 100%;
}
.subpage .p-entry-btn {
  max-width: 720px;
  width: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
  background: -webkit-gradient(linear, left top, right top, from(#1976e0), color-stop(60%, #1976e0), to(#19c5e0)) #1976e0;
  background: -webkit-linear-gradient(left, #1976e0 0%, #1976e0 60%, #19c5e0 100%) #1976e0;
  background: linear-gradient(90deg, #1976e0 0%, #1976e0 60%, #19c5e0 100%) #1976e0;
  background-size: 100% auto;
  position: relative;
  border-radius: 38px;
}
.subpage .p-entry-btn span {
  line-height: clamp(54px, 6.3333333333vw, 76px);
  color: #fff;
  font-weight: bold;
}
.subpage .p-entry-btn-arrow {
  display: inline-block;
  width: clamp(70px, 9vw, 108px);
  height: 36px;
  border-radius: 18px;
  background: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-entry-btn-arrow::before {
  content: "";
  background: url(../../../img/common/arrow_r.svg) no-repeat;
  background-size: contain;
  width: 24.72px;
  height: 15.26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.subpage .p-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-column-listItem {
  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;
  position: relative;
}
.subpage .p-column-listItem figure {
  overflow: hidden;
}
.subpage .p-column-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-column-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-column-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-column-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: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-column-meta ._cat {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  background: #9bacb6;
  min-width: 80px;
  text-align: center;
  padding: 0 4px;
  line-height: 1.5;
}
.subpage .p-sol-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  gap: clamp(8px, 1.6666666667vw, 20px);
}
.subpage .p-sol-parent li {
  background: #9bacb6;
}
.subpage .p-sol-parent li a {
  display: block;
}
.subpage .p-sol-parent li span {
  font-weight: bold;
  color: #1e242c;
  line-height: clamp(54px, 6.6666666667vw, 80px);
}
.subpage .p-sol-parent li._active {
  background: var(--themegrd);
  position: relative;
}
.subpage .p-sol-parent li._active::before {
  content: "";
  width: 24px;
  height: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#199DE0), to(#199FE0));
  background: -webkit-linear-gradient(left, #199DE0 0%, #199FE0 100%);
  background: linear-gradient(90deg, #199DE0 0%, #199FE0 100%);
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.subpage .p-sol-parent li._active span {
  color: #fff;
}
.subpage .p-pro-search-field {
  margin-top: 28px;
  background: #fff;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px clamp(20px, 6.6666666667vw, 80px) 80px;
  -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-pro-search-ttl {
  line-height: clamp(42px, 4.6666666667vw, 56px);
  background: #222d3c;
  padding: 0px clamp(15px, 3.3333333333vw, 40px);
}
.subpage .p-pro-search-ttl span {
  font-size: 1.25rem;
  color: #fff;
  padding-left: 24px;
  display: inline-block;
  position: relative;
}
.subpage .p-pro-search-ttl span::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #27b6f2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subpage .p-pro-search-select {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.subpage .p-pro-search-selectItem {
  background: #fff;
  border: 1px solid #9bacb6;
  width: 100%;
  aspect-ratio: 5/3;
  position: relative;
}
.subpage .p-pro-search-selectItem label {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.subpage .p-pro-search-selectItem .checkBoxWrap {
  margin: auto;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 8.333%;
  width: 100%;
}
.subpage .p-pro-search-selectItem input[type=checkbox] {
  margin: 0;
}
.subpage .p-pro-search-selectItem:has(input[type=checkbox]:checked) {
  border: 2px solid #1976e0;
}
.subpage .p-pro-search-selectItem:has(input[type=checkbox]:checked) .p-pro-cat {
  font-weight: bold;
  color: #1976e0;
  font-size: 1.0625rem;
}
.subpage .p-pro-search-logo {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100px;
  top: 23%;
}
.subpage .p-pro-cat {
  font-weight: 500;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16.666%;
}
.subpage .p-pro-results__txt {
  font-weight: bold;
  text-align: right;
  font-size: 1.25rem;
}
.subpage .p-pro-results__txt span {
  margin-right: 5px;
  font-size: 1.75rem;
}
.subpage .p-pro-results-list {
  border-top: 1px solid rgba(155, 172, 182, 0.4);
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 24px;
}
.subpage .p-pro-results-listItem {
  position: relative;
  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;
}
.subpage .p-pro-results-listItem figure {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.subpage .p-pro-results-listItem figure img {
  width: 100%;
  aspect-ratio: 121/85;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-pro-results-listItem figure figcaption {
  font-weight: bold;
}
.subpage .p-pro-results-listItem figure p {
  font-size: 0.9375rem;
}
.subpage .p-pro-results-listItem a {
  font-weight: bold;
}
.subpage .p-pro-results-listItem ._thumblogo {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30%;
  max-width: 100px;
}
.subpage .p-pro-results-listItem ._thumblogo img {
  aspect-ratio: auto;
}
.subpage .p-pro-results-listItem ._thumblogo.shure {
  max-width: 74px;
}
.subpage .p-pro-results-arrow {
  margin-top: auto;
  text-align: right;
  display: block;
  line-height: 1;
}
.subpage .p-pro-results-arrow .c-btn-arrow {
  display: inline-block;
  margin-top: 12px;
  -webkit-transition: all 0.2s var(--linear);
  transition: all 0.2s var(--linear);
}
.subpage .p-products-logo {
  max-width: 200px;
}
.subpage .p-products-logo.shure {
  max-width: 109px;
}
.subpage .p-product-features {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(20px, 5vw, 60px);
}
.subpage .p-product-features hr {
  margin-top: clamp(15px, 2.0833333333vw, 25px);
  margin-bottom: clamp(15px, 2.0833333333vw, 25px);
}
.subpage .p-product-features:first-of-type {
  margin-top: 32px;
}
.subpage .p-product-features:nth-of-type(n+2) {
  margin-top: 20px;
}
.subpage .p-product-features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 3.3333333333vw, 40px);
}
.subpage .p-product-features-content p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subpage .p-product-features-content .p-product-features-img {
  -webkit-flex-basis: 37.037%;
  -ms-flex-preferred-size: 37.037%;
  flex-basis: 37.037%;
}
.subpage .p-ex-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subpage .p-ex-listItem {
  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-ex-listItem figure {
  overflow: hidden;
}
.subpage .p-ex-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-ex-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-ex-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 .spec-table table {
  margin-top: 30px;
}
.subpage .spec-table table th {
  background: #222D3C;
  color: #fff;
  padding: 26px 20px;
  width: 26%;
  font-size: 1.125rem;
  font-weight: bold;
  border-top: 1px solid #9bacb6;
  border-bottom: 1px solid #9bacb6;
  text-align: left;
}
.subpage .spec-table table td {
  padding: 2.0833333333vw 22px;
  border-top: 1px solid #9bacb6;
  border-right: 1px solid #9bacb6;
  border-bottom: 1px solid #9bacb6;
  font-size: 1.125rem;
  padding: 26px 20px;
  background: #fff;
}
.subpage .spec-table table td ul li {
  padding-left: 12px;
  position: relative;
  font-weight: normal;
}
.subpage .spec-table table td ul li::before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0.7em;
  line-height: 1;
  background: #1976e0;
}
.subpage .spec-table table td strong {
  font-weight: bold;
}
.subpage .p-catalog-field {
  background: #fff;
  padding: clamp(20px, 3.3333333333vw, 40px) clamp(20px, 5vw, 60px);
  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: clamp(20px, 3.3333333333vw, 40px);
}
.subpage .p-catalog-field__img {
  -webkit-flex-basis: 55.5555%;
  -ms-flex-preferred-size: 55.5555%;
  flex-basis: 55.5555%;
}
.subpage .p-catalog-field__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.subpage .p-catalog-field__btn .u-icon-pdf {
  margin-right: 7%;
}
.subpage .p-other-product {
  background: #9bacb6;
  padding: 80px 15px;
}
.subpage .p-product-bottom {
  padding: 0 15px 6.25vw;
}
.subpage .p-other-product-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
}
.subpage .p-other-product-listItem {
  padding: 20px;
  background: #fff;
  width: 100%;
  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: 130px;
}
.subpage .p-other-product-listItem ._thumblogo img {
  aspect-ratio: auto;
}
.subpage .p-other-product-listItem ._thumblogo.shure {
  max-width: 74px;
}
.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;
}
.subpage .p-catalog-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 24px;
}
.subpage .p-catalog-bnr-btn {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.subpage .p-catalog-listItem {
  background: #f3f3f3;
  padding: 25px 20px 20px;
  position: relative;
}
.subpage .p-catalog-img {
  width: 75%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: auto;
}
.subpage .p-catalog-img:hover {
  opacity: 0.8;
}
.subpage .p-catalog-ttl {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
.subpage .p-catalog-issue {
  border-top: 1px solid #b3b3b3;
  padding-top: 8px;
  gap: 4px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}
.subpage .p-catalog-issue dt {
  font-size: 0.8125rem;
}
.subpage .p-catalog-issue dd {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 0.75rem;
}
@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;
  }
}
@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-ov-strength .c-text-autoscroll {
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .subpage .p-ov-strength .c-text-autoscroll ._looptxt {
    font-size: 21.484375vw;
  }
  .subpage .p-ov-circle-icon {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .subpage .p-ov-circle-icon::before {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .subpage .p-ov-icon {
    width: 6.4453125vw;
    height: 6.4453125vw;
  }
  .subpage .p-ov-icon::before {
    width: 3.7109375vw;
    height: 3.7109375vw;
  }
  .subpage .p-history-listItem article::before {
    left: 112px;
  }
  .subpage .p-history-listItem:nth-child(n+2) article::before {
    left: 112px;
  }
  .subpage .p-history-head {
    min-width: 180px;
    gap: 20px;
  }
  .subpage .p-history-ttl {
    font-size: 2rem;
  }
  .subpage .p-work-content {
    padding-top: 44vw;
  }
  .subpage .p-work-content::after {
    content: none;
  }
  .subpage .p-work-content__img {
    width: 100%;
    height: 40vw;
  }
  .subpage .p-work-contentInner {
    max-width: 100%;
    margin-left: 0;
  }
  .subpage .p-recruit {
    margin-top: 3.125vw;
  }
  .subpage .p-recruit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .subpage .p-entry-btn-arrow {
    right: 10px;
    height: 32px;
  }
  .subpage .p-column-list {
    width: 100%;
    gap: 32px 20px;
  }
  .subpage .p-column-listItem {
    width: calc((100% - 20px) / 2);
  }
  .subpage .p-column-btn .c-btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-pro-search-select {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .subpage .p-pro-results-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .subpage .p-ex-btn .c-btn {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .subpage .p-catalog-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
  }
  .subpage .p-catalog-listItem {
    padding: 18px 15px 18px;
  }
}
@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-contact-head dl {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
  .subpage .icon_tel {
    width: 44px;
    height: 44px;
  }
  .subpage .icon_tel::before {
    width: 27px;
    height: 27px;
  }
  .subpage .icon_mail {
    width: 44px;
    height: 44px;
  }
  .subpage .icon_mail::before {
    width: 27px;
    height: 27px;
  }
  .subpage .p-ov-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .subpage .p-ov-listItem {
    margin: auto;
    max-width: 360px;
  }
  .subpage .p-ov-listItem._1 {
    left: auto;
  }
  .subpage .p-ov-listItem._3 {
    right: auto;
  }
  .subpage .p-ov-circle-icon::before {
    width: 10.4302477184vw;
    height: 10.4302477184vw;
  }
  .subpage .p-ov-bottom {
    padding: 50px 0px 70px;
  }
  .subpage .p-ov-st-box {
    min-height: auto;
    padding: 20px clamp(20px, 4.1666666667vw, 60px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .subpage .p-ov-st-box::before {
    content: none;
  }
  .subpage .p-ov-st-box-img {
    width: 100%;
    position: relative;
    margin-top: 25px;
  }
  .subpage .p-phil-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
  }
  .subpage .p-phil-listItem {
    width: 100%;
  }
  .subpage .p-phil-listItem._1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .subpage .p-phil-listItem._2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    top: -20%;
  }
  .subpage .p-phil-listItem._3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    top: -20%;
  }
  .subpage .p-phil-listItem._2 {
    right: auto;
  }
  .subpage .p-phil-listItem._3 {
    right: 5%;
  }
  .subpage .p-phil-listItem figure._1 {
    width: 52.5%;
    margin: auto;
  }
  .subpage .p-office-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .subpage .p-office-listItem {
    width: 100%;
  }
  .subpage .p-topics__column.--head .c-ttl1 {
    text-align: center;
  }
  .subpage .p-pro-search-select {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .subpage .p-ex-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .p-ex-listItem {
    width: 100%;
  }
  .subpage .p-other-product-listItem {
    width: 100%;
  }
  .subpage .p-catalog-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 600px) {
  main {
    min-height: 480px;
  }
  .subpage .sub-header__sub {
    line-height: 1.2;
  }
  .subpage .p-ov-listItem {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.65);
    padding: 20px 20px 45px;
  }
  .subpage .p-ov-listItem::before, .subpage .p-ov-listItem::after {
    content: "";
    position: absolute;
  }
  .subpage .p-ov-listItem::before {
    width: 100%;
    height: 25px;
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 0;
  }
  .subpage .p-ov-listItem::after {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
  }
  .subpage .p-ov-circle {
    border-radius: 0;
    border: none;
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    max-width: 100%;
    aspect-ratio: unset;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subpage .p-ov-circle._1 {
    border: none;
  }
  .subpage .p-ov-circle._2 {
    border: none;
  }
  .subpage .p-ov-circle._3 {
    border: none;
  }
  .subpage .p-ov-circle span {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .subpage .p-ov-circle-icon {
    width: 70px;
    height: 70px;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
  }
  .subpage .p-ov-circle-icon._1 {
    border: 2px solid #19c5e0;
  }
  .subpage .p-ov-circle-icon._2 {
    border: 2px solid #27b6f2;
  }
  .subpage .p-ov-circle-icon._3 {
    border: 2px solid #1976e0;
  }
  .subpage .p-ov-circle-icon::before {
    width: 40px;
    height: 40px;
  }
  .subpage .p-ov-circle-icon._1 {
    top: 0;
  }
  .subpage .p-ov-board {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  .subpage .p-ov-board::before, .subpage .p-ov-board::after {
    content: none;
  }
  .subpage .p-ov-board p {
    margin-top: 15px;
  }
  .subpage .p-ov-btm-arw {
    display: none;
  }
  .subpage .p-ov-icon {
    width: 10vw;
    height: 10vw;
  }
  .subpage .p-ov-icon::before {
    width: 5.6666666667vw;
    height: 5.6666666667vw;
  }
  .subpage .p-ov-icon._1 {
    top: 0;
  }
  .subpage .p-phil-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .subpage .p-phil-listItem._1 {
    grid-area: auto;
  }
  .subpage .p-phil-listItem._2 {
    grid-area: auto;
    top: auto;
  }
  .subpage .p-phil-listItem._3 {
    grid-area: auto;
    top: auto;
  }
  .subpage .p-phil-listItem._3 {
    right: auto;
  }
  .subpage .p-phil-listItem figure {
    width: 100%;
    max-width: 360px;
    margin: auto;
  }
  .subpage .p-phil-listItem figure._1 {
    width: 100%;
    margin-bottom: -5%;
  }
  .subpage .p-phil-listItem figure._2 {
    width: 100%;
    margin-bottom: -5%;
  }
  .subpage .p-history-listItem article {
    gap: 8px;
  }
  .subpage .p-history-listItem article::before {
    left: 7px;
  }
  .subpage .p-history-listItem:nth-child(n+2) article::before {
    left: 7px;
  }
  .subpage .p-history-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    min-width: 100px;
  }
  .subpage .p-history-ttl {
    padding-left: 25px;
    position: relative;
  }
  .subpage .p-history-ttl::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--themegrd);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .subpage .p-history-content__month {
    padding-left: 25px;
  }
  .subpage .p-history-content__month::before {
    content: none;
  }
  .subpage .p-cases-arc-listItem {
    width: 100%;
  }
  .subpage .p-cases-single-box._layout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-cases-single-box._layout2 .p-cases-single-box__column.--img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .subpage .p-msg-txtbox p {
    width: 100%;
  }
  .subpage .p-column-listItem {
    width: 100%;
  }
  .subpage .p-sol-parent li span._none {
    display: none;
  }
  .subpage .p-pro-search-select {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .p-pro-results-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .p-product-features-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subpage .p-product-features-content .p-product-features-img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 40vw;
  }
  .subpage .p-product-features-content .p-product-features-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .subpage .p-ex-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .subpage .spec-table table th {
    display: block;
    width: 100%;
    border: none;
    padding: 13px 20px;
  }
  .subpage .spec-table table td {
    display: block;
    width: 100%;
    border-left: 1px solid #9bacb6;
    border-bottom: none;
    padding: 13px 20px;
  }
  .subpage .spec-table table tr:last-of-type td {
    border-bottom: 1px solid #9bacb6;
  }
  .subpage .p-catalog-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .subpage .p-catalog-field__img {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .subpage .p-catalog-field__btn {
    width: 100%;
  }
  .subpage .p-other-product-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .subpage .p-catalog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  main {
    min-height: 480px;
  }
}
@media (hover: hover) {
  .subpage .p-office-gmap:hover .gmapicon {
    background: -webkit-linear-gradient(315deg, #1976e0 0%, #1976e0 60%, #19c5e0 100%);
    background: linear-gradient(135deg, #1976e0 0%, #1976e0 60%, #19c5e0 100%);
    background-size: 200% auto;
    background-position: right center;
  }
  .subpage .p-cases-arc-listItem:hover figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .subpage .p-cases-arc-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-cases-arc-listItem:hover .c-btn-arrow::before {
    -webkit-filter: var(--fil-wh);
    filter: var(--fil-wh);
  }
  .subpage ul.--osaka li a:hover {
    color: var(--themecolor2);
  }
  .subpage ul.--osaka li a:hover::before {
    background: var(--themecolor2);
  }
  .subpage ul.--tokyo li a:hover {
    color: var(--themecolor);
  }
  .subpage ul.--tokyo li a:hover::before {
    background: var(--themecolor);
  }
  .subpage .p-entry-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#27b6f2), color-stop(40%, #27b6f2), to(#27f2c9));
    background: -webkit-linear-gradient(left, #27b6f2 0%, #27b6f2 40%, #27f2c9 100%);
    background: linear-gradient(90deg, #27b6f2 0%, #27b6f2 40%, #27f2c9 100%);
    background-size: 200% auto;
    background-position: right center;
  }
  .subpage .p-column-listItem:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .subpage .p-column-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-column-listItem:hover .c-btn-arrow::before {
    -webkit-animation: btnArrow2 0.2s var(--linear);
    animation: btnArrow2 0.2s var(--linear);
  }
  .subpage .p-sol-parent li a:hover {
    background: var(--themegrd);
  }
  .subpage .p-sol-parent li a:hover span {
    color: #fff;
  }
  .subpage .p-pro-results-listItem:hover figure > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .subpage .p-pro-results-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-ex-listItem:hover figure img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .subpage .p-ex-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-catalog-field__btn:hover .u-icon-pdf::after {
    content: "";
    background: url(../../../img/common/icon_pdf_bl.svg) no-repeat;
    background-size: contain;
  }
  .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/page.css.map */