@charset "UTF-8";
/*----------------------------------------------------------
更新日：2025年12月12日
-------------------------------------------------------------*/
/* ------------------------------------------------------------------
	企業情報
-------------------------------------------------------------------*/
/* =企業情報index
----------------------------------------*/
#company-top {
  margin-bottom: 3em;
}
#company-top .list-tile li {
  background-color: #EEE;
  border-radius: 6px;
  overflow: hidden;
}
#company-top .list-tile li a {
  transition: 0.5s;
  position: relative;
  display: block;
}
#company-top .list-tile li a p {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5em;
  padding: 0 2em 0 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 0 0 3px 3px;
}
#company-top .list-tile li a .arrow::before {
  content: "";
  position: absolute;
  top: 46%;
  right: 6%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 12px;
  background-image: url("/asset/img/common/arrow_white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* = トップメッセージ
----------------------------------------*/
#topmessage {
  margin-bottom: 3em;
}
#topmessage .fv {
  margin: 0 0 2em;
}
#topmessage p {
  margin-bottom: 1.5em;
}
#topmessage p.emptxt {
  font-size: 1.5em;
  font-weight: 700;
}
#topmessage p.name {
  text-align: right;
  margin: 3em 0 0;
}
#topmessage p.name span {
  font-size: 1.5em;
}
#topmessage p.partition {
  height: 1px;
  width: 10em;
  background-color: #07112e;
  margin: 2.5em 0;
}

/* = 会社概要
----------------------------------------*/
#overview {
  margin-bottom: 3em;
}

/* = 企業理念
----------------------------------------*/
#vision {
  text-align: center;
  margin-bottom: 3em;
}
#vision .v-philosophy {
  margin-bottom: 4em;
}
#vision .v-philosophy .sub-title {
  display: table;
  margin: 3em auto 0.5em;
  padding: 0;
  font-weight: 700;
  background: linear-gradient(45deg, #2b55d6, #9d4bf1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.1em;
  position: relative;
}
#vision .v-philosophy .sub-title::before, #vision .v-philosophy .sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6em;
  height: 1px;
  background-color: #2b55d6;
}
#vision .v-philosophy .sub-title::before {
  right: 100%;
  margin-right: 1.5em;
  background: linear-gradient(to left, #2b55d6, transparent);
}
#vision .v-philosophy .sub-title::after {
  left: 100%;
  margin-left: 1.5em;
  background: linear-gradient(to right, #2b55d6, transparent);
}
#vision .v-philosophy .vision-main {
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  background: linear-gradient(45deg, #2b55d6, #9d4bf1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#vision .v-philosophy .vision-message {
  margin: 0 auto 2em;
  text-align: center;
}
#vision .v-philosophy .vision-list {
  text-align: left;
  padding: 0;
  width: 70%;
  margin: 0 auto 2em;
}
#vision .v-philosophy .vision-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.2em;
  font-size: 1.125em;
  font-weight: 700;
}
#vision .v-philosophy .vision-list li .note {
  font-size: 0.625em;
  color: #a0aec0;
  font-weight: normal;
  line-height: 1.4;
}
#vision .v-philosophy .vision-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 2px solid #2b55d6;
  border-radius: 2px;
  box-sizing: border-box;
}
#vision .v-philosophy .vision-list li::after {
  content: '';
  position: absolute;
  left: 0.35em;
  top: 0.15em;
  width: 0.5em;
  height: 1em;
  border: solid #2b55d6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  animation: checkLoop 4s ease infinite;
}
#vision .v-philosophy .vision-list li:nth-child(1)::after {
  animation-delay: 0s;
}
#vision .v-philosophy .vision-list li:nth-child(2)::after {
  animation-delay: 0.2s;
}
#vision .v-philosophy .vision-list li:nth-child(3)::after {
  animation-delay: 0.4s;
}
#vision .v-philosophy .vision-img {
  z-index: 1;
  margin-top: 4em;
}
#vision .v-philosophy .vision-img img {
  max-width: 100%;
  height: auto;
}
#vision .v-values {
  padding: 2em 1em;
  background: #ebf5ff;
}
#vision .v-values h2 {
  font-size: 1.5em;
  color: #0e68cd;
  margin-bottom: 1em;
  font-weight: 700;
}
#vision .v-values ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
  width: 90%;
  margin: 0 auto 1.5em;
}
#vision .v-values ul li {
  line-height: 1.6;
  padding: 1.5em 1em;
  background-color: #FFF;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#vision .v-values ul li span {
  font-size: 1.25em;
  font-weight: 700;
}
#vision .v-values p {
  text-align: left;
  width: 90%;
  margin: 0 auto;
}

/* アニメーション */
@keyframes checkLoop {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  10% {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
    /* 勢いよく出る */
  }
  15% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    /* 定位置に戻る */
  }
  85% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    /* しばらく表示したまま */
  }
  95% {
    opacity: 0;
    transform: rotate(45deg) scale(0.5);
    /* 小さくなって消える */
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
    /* 次のループまで待機 */
  }
}
/* = スマホ = */
@media screen and (max-width: 768px) {
  #vision .v-philosophy {
    margin-bottom: 3em;
  }
  #vision .v-philosophy .vision-main {
    font-size: 1.5em;
  }
  #vision .v-philosophy .vision-list {
    width: 90%;
  }
  #vision .v-philosophy .vision-img {
    margin-top: 2em;
  }
  #vision .v-values ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
/* = 役員紹介
----------------------------------------*/
#officer {
  margin-bottom: 3em;
}
#officer .list-tile figure {
  border-radius: 6px;
  overflow: hidden;
}
#officer .list-tile p {
  margin-top: 1em;
}
#officer .list-tile p span {
  font-weight: 700;
}
#officer .nestTable {
  margin-top: 0.5em;
}
#officer .nestTable tr {
  border: 0;
  padding: 0 0 0.5em;
}
@media screen and (max-width: 768px) {
  #officer .nestTable tr {
    display: inherit;
  }
}
#officer .nestTable tr td {
  padding: 0.5em 1em;
  border: solid 1px #d4dbe3;
}

/* = アクセス
----------------------------------------*/
#access {
  margin-bottom: 3em;
}
#access .parking {
  max-width: 770px;
  margin-top: 1em;
}
#access .gmap {
  position: relative;
  width: 100%;
  padding-top: 42.85%;
  margin-bottom: 2em;
  height: 0;
}
#access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* = パートナー企業
----------------------------------------*/
#partner {
  margin-bottom: 3em;
}
#partner .mbspace {
  margin-bottom: 6em;
}
#partner .col-table tr th {
  vertical-align: middle;
  padding: 1em 2em 1em 1.5em;
  width: 30%;
}
#partner .col-table tr td {
  vertical-align: middle;
  padding: 1em 0.5em 1em 1.5em;
}
#partner .col-table tr td .btn {
  width: 100%;
}
#partner .col-table tr td:last-child {
  width: 30%;
}

/* = スマホ = */
@media screen and (max-width: 768px) {
  #partner .col-table {
    text-align: center;
  }
  #partner .col-table tr th {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #partner .col-table tr td {
    padding: 0 1em;
  }
  #partner .col-table tr td .btn {
    max-width: 100%;
    margin-top: 1.5em;
  }
  #partner .col-table tr td:last-child {
    width: 100%;
  }
}
/* ------------------------------------------------------------------
	パートナー企業 PXRLABS 引継ぎ
-------------------------------------------------------------------*/
/* modal
------------------*/
.modal {
  position: relative;
  z-index: 99999;
}

.modalMain {
  overflow: auto;
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  max-width: 700px;
  max-height: 80%;
  background: #FFF;
  z-index: 1;
}

.modalMain .txt {
  padding: 1em;
}

.modalMain .txt > * {
  margin-bottom: 1em;
  line-height: 1.6;
  color: #000;
}

.modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal .close {
  position: fixed;
  top: 17px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
}

.modal .close:before,
.modal .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  margin: -20px 0 0 -1px;
  background: #FFF;
}

.modal .close:before {
  transform: rotate(45deg);
}

.modal .close:after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .modalMain {
    max-width: 80%;
    max-height: 80%;
  }

  .modal .close {
    top: 0;
    right: 0;
  }

  .modal .close:before,
  .modal .close:after {
    height: 27px;
    margin: -14px 0 0 -1px;
  }
}
/* = partner-pxr.html
----------------------------------------*/
#pxr {
  max-width: none;
  padding-top: 0;
  border: 0;
  background: #1e1e1e;
  color: #FFF;
}

#pxr .flex {
  display: flex;
}

#pxr #keyv .flex,
#pxr .sec,
#pxr #company .flex {
  max-width: 960px;
  margin: 0 auto;
}

#pxr #keyv {
  background: url("../img/company/pxr/bg_keyv.png") no-repeat;
  background-size: cover;
}

#pxr #keyv .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

#pxr #keyv .logo {
  width: 100%;
  max-width: 380px;
}

#pxr #keyv .txt p {
  margin: 2em 0 0;
}

#pxr #keyv .pic {
  flex-shrink: 0;
  width: 380px;
  margin-left: 3em;
}

#pxr h2 {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
}

#pxr #contents {
  margin-bottom: 70px;
}

#pxr #contents .sec {
  padding: 50px 0 0;
}

#pxr #contents .flex {
  flex-wrap: wrap;
}

#pxr #contents .box {
  position: relative;
  width: 300px;
  margin: 0 30px 30px 0;
}

#pxr #contents #vr-simulator .box {
  width: calc(50% - 15px);
}

#pxr #contents #vr-safety .box:nth-child(3n),
#pxr #contents #vr-simulator .box:nth-child(2n) {
  margin-right: 0;
}

#pxr #contents .box a span,
#pxr #contents .box a p {
  position: absolute;
  color: #FFF;
  opacity: 1;
  z-index: 1;
}

#pxr #contents .box a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 40px;
  border-radius: 0 0 20px 0;
  padding: 0 1em;
  line-height: 1;
  font-size: 1.2em;
  font-weight: 500;
}

#pxr #contents .box a span.vr {
  background: #ce4a9c;
}

#pxr #contents .box a span.pc {
  background: #151515;
}

#pxr #contents .box a p {
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

#pxr #contents .box a p:after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}

#pxr .modalMain .gallery,
#pxr .modalMain .galleryNav {
  margin-bottom: 0;
}

#pxr .modalMain .galleryNav {
  padding: 1em;
}

#pxr .modalMain .galleryNav li {
  margin: 0 0.5em 0 0;
}

#pxr .modalMain .galleryNav li img {
  cursor: pointer;
  opacity: 0.6;
}

#pxr .modalMain .galleryNav .slick-current img {
  opacity: 1;
}

#pxr .modalMain .galleryNav .slick-track {
  transform: none !important;
}

#pxr #company {
  padding: 3em 0;
  background: url("../img/company/pxr/bg_company.png") no-repeat;
  background-size: cover;
}

#pxr #company .flex {
  align-items: center;
  padding: 2em;
  background: rgba(0, 0, 0, 0.8);
}

#pxr #company .logo {
  flex-shrink: 0;
  width: 230px;
  margin-right: 60px;
}

#pxr #company .txt dl {
  margin: 0;
}

#pxr #company .txt dt {
  margin-bottom: 1em;
  border-bottom: 1px solid;
  font-size: 1.2em;
  font-weight: 500;
}

#pxr #company .txt dd {
  margin: 0;
  font-size: 0.875em;
}

#pxr #company .txt a {
  text-decoration: underline;
  color: #c74a9c;
}

#pxr #company .txt a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 960px) {
  #pxr #keyv .flex {
    padding-left: 20px;
  }

  #pxr #contents {
    padding: 0 20px;
  }

  #pxr #contents .box {
    width: calc(33.333% - 20px);
  }

  #pxr #company {
    padding: 2em;
  }

  #pxr #company .flex {
    padding: 2em;
  }

  #pxr #company .logo {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #pxr #keyv {
    background: url("../img/company/pxr/bg_keyv.png") no-repeat;
    background-size: cover;
  }

  #pxr #keyv .flex {
    display: block;
    padding: 50px 30px 10px;
  }

  #pxr #keyv .logo {
    width: 70%;
    margin: 0 auto;
  }

  #pxr #keyv .txt p {
    margin: 1em 0 0;
  }

  #pxr #keyv .pic {
    width: 60%;
    margin: 1em auto;
  }

  #pxr h2 {
    font-size: 1.4em;
  }

  #pxr #contents {
    margin-bottom: 3em;
  }

  #pxr #contents .sec {
    padding: 2em 0 0;
  }

  #pxr #contents .box {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }

  #pxr #contents #vr-simulator .box {
    width: calc(50% - 10px);
  }

  #pxr #contents #vr-safety .box:nth-child(3n) {
    margin-right: 10px;
  }

  #pxr #contents #vr-safety .box:nth-child(2n),
  #pxr #contents #vr-simulator .box:nth-child(2n) {
    margin-right: 0;
  }

  #pxr #contents .box a span {
    height: 30px;
    border-radius: 0 0 15px 0;
    font-size: 1em;
  }

  #pxr #contents .box a p:after {
    right: 0.5em;
  }

  #pxr #company {
    padding: 2em 20px;
  }

  #pxr #company .flex {
    display: block;
    padding: 2em 20px 20px;
  }

  #pxr #company .logo {
    width: 160px;
    margin: 0 0 1em 0;
  }
}
@media only screen and (max-width: 500px) {
  #pxr #contents .box {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
