@charset "utf-8";
/* CSS Document */


body {background: #23355e;}
#container::before {
  content: "";
  position: fixed;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  background: rgba(35,53,94,1);
  pointer-events: none;
  transition: all 0.9s ease;
}
#container.loaded::before {background: rgba(35,53,94,0.2);}
#container.loaded.bgbr::before {background: rgba(35,53,94,0.6);}
#container::after {
  content: "";
  width: 1500px;
  height: 100%;
  margin-left: -750px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: -2;
  display: block;
  background: url(/img/spec/bg_galaxy.webp) center center no-repeat;
  background-size: 90%;
  transition: all 0.9s ease;
}
#container.loaded::after {background-size: 100%;}

#container .delayed {
  filter: opacity(0);
  will-change: filter;
}

#entrance {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  will-change: filter;
  transition: all 0.5s ease;
}
#entrance.show {filter: opacity(1);}
#entrance h1 {
  width: 100%;
  line-height: 1.4em;
  font-size: 34px;
  text-align: center;
  text-shadow: 0 0 30px #74cbff;
  font-weight: 1000;
}
#entrance .slogan {
  padding: 40px 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
  font-size: 18px;
  text-shadow: 0 0 20px #74cbff;
  font-weight: 700;
}
#entry-form {
  margin: 0 15px;
  padding: 18px 15px 5px;
  background: rgba(255,255,255,0.7);
  border-radius: 30px;
  box-shadow: 0 0 30px 0 #29a9e8;
}
#entry-form dt {
  padding: 0 15px 15px;
  border-bottom: 1px solid #245da1;
  line-height: 1.3em;
  text-align: center;
  font-size: 12px;
  color: #111;
}
#entry-form dt span {display: inline-block;}
#entry-form dd {
  width: 100%;
  padding: 10px 0 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
}
#entry-form dd::before {
  content: "";
  width: 130px;
  min-width: 130px;
  height: 150px;
  margin: 10px 20px 0;
  display: block;
  background: url(/img/spec/spec_logo.svg) 0 0 no-repeat;
  background-size: 100%;
}
#entry-form dd div {padding: 15px 0;}
#entry-form dd input[type="password"] {
  width: 180px;
  margin: 0 15px 15px;
  padding: 7px 10px;
  display: block;
  background: #fff;
  border: 2px solid #245da1;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  outline: none;
}
#entry-form dd input[type="password"]::placeholder {
  font-size: 14px;
  color: #95bddf;
}
#entry-form dd input[type="submit"] {
  width: 140px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ea6411;
  border: none;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #fff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
#entry-form dd form.error::before {
  content: "※パスワードが入力されていません";
  padding-bottom: 8px;
  display: block;
  text-align: center;
  text-shadow: 0 0 5px #fff;
  font-size: 13px;
  font-weight: 500;
  color: #f30;
}

#lp-wrap a {
    text-decoration: none;
}
#lp-wrap * {
    font-weight: bold;
}

#lp-wrap section .inquiry {
  padding: 20px 0;
  position: relative;
}
#lp-wrap section .inquiry a {
  width: 320px;
  height: 65px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 #fff;
  border-radius: 30px;
}
#lp-wrap section .inquiry a span {
  padding-left: 10px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
#lp-wrap section .inquiry a::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  background: #ea5624;
  border-radius: 30px;
  transition: all 0.3s ease;
}
#lp-wrap section .inquiry a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: relative;
  transform: rotate(45deg);
}

#lp-wrap section .ctg-set {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
#lp-wrap section .ctg-set h2 {
  padding: 25px 15px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#lp-wrap section .ctg-set h2 i {
  padding: 0 0 20px;
  display: block;
  font-size: 70px;
  font-weight: 1000;
  text-shadow: 0 0 30px #74cbff;
}
#lp-wrap section .ctg-set h2 span {
  width: calc(100% - 30px);
  padding: 15px;
  position: relative;
  background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.7) 50%, rgba(255,255,255,0));
  text-align: center;
  font-size: 30px;
  color: #26235e;
}
#lp-wrap section .ctg-set dl.sentence {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  text-shadow: 0 0 30px #74cbff;
}
#lp-wrap section .ctg-set dl.sentence dt {
  padding: 15px;
  line-height: 1.4em;
  text-align: center;
  font-size: 26px;
}
#lp-wrap section .ctg-set dl.sentence dd {
  padding: 15px;
  line-height: 1.5em;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
#lp-wrap section .ctg-set dl.sentence dt span ,
#lp-wrap section .ctg-set dl.sentence dd span {display: inline-block;}

#lp-wrap section .ctg-set figure.main-icon {
  width: 200px;
  height: 190px;
  margin: 10px auto;
  position: relative;
  pointer-events: none;
  user-select: none;
}
#lp-wrap section .ctg-set figure.main-icon::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  filter: blur(50px);
}
#lp-wrap section .ctg-set figure.main-icon i {
  width: 180px;
  height: 180px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#lp-wrap section#partner-module .ctg-set figure.main-icon i {
  background: url(/img/spec/icon_partner.svg) center center no-repeat;
  background-size: auto 100%;
}
#lp-wrap section#challenger-module .ctg-set figure.main-icon i {
  background: url(/img/spec/icon_challenger.svg) center center no-repeat;
  background-size: auto 100%;
}
#lp-wrap section#service-module .ctg-set figure.main-icon i {
  width: 140px;
  background: url(/img/common/jinjibu-inc_logo.svg) 8px center no-repeat;
  background-size: 50em;
}
#lp-wrap section#vision-module .ctg-set figure.main-icon i {
  background: url(/img/spec/icon_vision.svg) center center no-repeat;
  background-size: 100%;
}


#lp-wrap section .ctg-set .diagram {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
}
#lp-wrap section .ctg-set .diagram figure i {
  width: 340px;
  height: 340px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#lp-wrap section .ctg-set .diagram figure ,
#lp-wrap section .ctg-set .diagram figure::before ,
#lp-wrap section .ctg-set .diagram figure::after ,
#lp-wrap section .ctg-set .diagram figure .ac1::before ,
#lp-wrap section .ctg-set .diagram figure .ac2::before ,
#lp-wrap section .ctg-set .diagram figure .ac3::before ,
#lp-wrap section .ctg-set .diagram figure .ac4::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255,555,255,0.5);
  border-radius: 50%;
}
#lp-wrap section .ctg-set .diagram figure {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
  border: none;
  user-select: none;
  transition: all 0.3s ease;
}
#lp-wrap section .ctg-set .diagram figure::before {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: #fff;
  box-shadow: 0 0 20px 10px #fff;
}
#lp-wrap section .ctg-set .diagram figure::after {
  width: 470px;
  height: 470px;
  margin: -235px 0 0 -235px;
  filter: opacity(0.5);
}
#lp-wrap section .ctg-set .diagram figure .ac1::before {
  content: "";
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
}
#lp-wrap section .ctg-set .diagram figure .ac2::before {
  width: 210px;
  height: 210px;
  margin: -105px 0 0 -105px;
}
#lp-wrap section .ctg-set .diagram figure .ac3::before {
  content: "";
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
}
#lp-wrap section .ctg-set .diagram figure .ac4::before {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
#lp-wrap section .ctg-set .diagram figure .ac1::after ,
#lp-wrap section .ctg-set .diagram figure .ac2::after ,
#lp-wrap section .ctg-set .diagram figure .ac3::after ,
#lp-wrap section .ctg-set .diagram figure .ac4::after ,
#lp-wrap section .ctg-set .diagram figure .ac5::before ,
#lp-wrap section .ctg-set .diagram figure .ac5::after {
  content: "";
  display: block;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 10px 2px #fff;
}
#lp-wrap section .ctg-set .diagram figure .ac1::after {
  width: 15px;
  height: 15px;
  top: 88px;
  left: 164px;
}
#lp-wrap section .ctg-set .diagram figure .ac2::after {
  width: 30px;
  height: 30px;
  right: 63px;
  bottom: 99px;
}
#lp-wrap section .ctg-set .diagram figure .ac3::after {
  width: 20px;
  height: 20px;
  left: 81px;
  bottom: 50px;
}
#lp-wrap section .ctg-set .diagram figure .ac4::after {
  width: 38px;
  height: 38px;
  top: 72px;
}
#lp-wrap section .ctg-set .diagram figure .ac5::before {
  width: 22px;
  height: 22px;
  top: 45px;
  right: 86px;
}
#lp-wrap section .ctg-set .diagram figure .ac5::after {
  width: 16px;
  height: 16px;
  bottom: -60px;
  right: 84px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.diagram .ac1 {animation: rotate 27s infinite linear;}
.diagram .ac2 {animation: rotate 28s infinite linear;}
.diagram .ac3 ,
.diagram .ac5 {animation: rotate 29s infinite linear;}
.diagram .ac4 {animation: rotate 30s infinite linear;}

#lp-wrap section .ctg-set ul.industry-list {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
}
#lp-wrap section .ctg-set ul.industry-list li {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(5px);
  }
}



#top-module {
  padding: 70px 0;
  color: #fff;
  transition: all 0.5s ease;
}
#top-module .encase {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.8s ease-out forwards;
}
#top-module .logo {
  width: 220px;
  margin: 0 20px 20px;
  position: relative;
}
#top-module .logo img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#top-module .logo::after {
  content: "";
  width: 260px;
  height: 290px;
  display: block;
  background: rgba(255,255,255,0.8);
  border-radius: 60% 36% 60% 36%;
  position: absolute;
  top: -22px;
  left: -24px;
  filter: blur(50px);
}
#top-module .encase h2 {
  width: 100%;
  padding: 10px 15px;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0 0 30px #74cbff;
  font-size: 46px;
  font-weight: 1000;
}
#top-module .encase p {
  width: 100%;
  padding: 10px 15px;
  line-height: 1.2em;
  text-align: center;
  text-shadow: 0 0 30px #74cbff;
  font-size: 22px;
  font-weight: 700;
}
#top-module .encase span {display: inline-block;}
#top-module ul.lp-menu {
  width: calc(100% - 10px);
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 5px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
#top-module ul.lp-menu li {
  width: calc(25% - 28px);
  margin: 0 14px;
}
#top-module ul.lp-menu li a {
  display: block;
  position: relative;
  background: rgba(255,255,255,0.8);
  border-radius: 60% 46% 60% 46%;
  overflow: hidden;
  box-shadow: 0 0 30px 0 #29a9e8;
}
#top-module ul.lp-menu li a::before {
  content: "";
  padding-top: 90%;
  display: block;
}
#top-module ul.lp-menu li a::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: -16px;
  display: block;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: rotate(135deg);
  border-top: 3px solid #ea5624;
  border-right: 3px solid #ea5624;
}
#top-module ul.lp-menu li p.category-name {
  width: calc(100% - 5%);
  position: absolute;
  bottom: 23%;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 18px;
  color: #111;
}
#top-module ul.lp-menu li figure {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 15%;
  left: 31%;
  z-index: 1;
}
#top-module ul.lp-menu li figure img {
  width: auto;
  height: 100%;
  user-select: none;
}
#top-module ul.lp-menu li.ico-partner figure img {margin-left: 4px;}
#top-module ul.lp-menu li.ico-challenger figure img {margin-left: -3px;}
#top-module ul.lp-menu li.ico-vision figure img {margin-left: -4px;}
#top-module ul.lp-menu li.ico-service figure::before {
  content: "";
  width: 70%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 15%;
  background: url(/img/common/jinjibu-inc_logo.svg) 0 0 no-repeat;
  background-size: auto 100%;
}


#attractive-module {
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
#attractive-module::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  filter: blur(50px);
  will-change: filter;
}
#attractive-module .encase {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 15px;
  position: relative;
  z-index: 1;
}
#attractive-module h2 {
  margin: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 56px;
  font-weight: 200;
  text-shadow: 0 0 10px #56b8ff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#attractive-module h2::before ,
#attractive-module h2::after {
  content: "";
  width: 100%;
  height: 2px;
  margin: 0 15px;
  display: block;
  background: #25235b;
}
#attractive-module ul {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  border-bottom: 2px solid #25235b;
}
#attractive-module ul li {
  width: 33.33%;
}
#attractive-module ul li figure {
  width: 250px;
  height: 230px;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  pointer-events: none;
  user-select: none;
}
#attractive-module ul li figure::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 20px 15px #fff;
  z-index: -1;
}
#attractive-module ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#attractive-module ul li p {
  padding: 10px 5px;
  line-height: 1.3em;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 0 0 10px #fff;
}
#attractive-module ul li p span {display: inline-block;}


#partner-module {
  width: 100%;
  padding: 40px 0;
  position: relative;
  transition: all 0.5s ease;
}
#partner-module .diagram {height: 550px;}
#partner-module ul.industry-list {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#partner-module ul.industry-list li {
  width: 210px;
  height: 210px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 25px #74cbff;
  transition: all 0.3s ease;
}
#partner-module .diagram ul li:first-child {top: 25px; left: 26%;}
#partner-module .diagram ul li:nth-child(2) {top: 175px; left: 5%;}
#partner-module .diagram ul li:nth-child(3) {bottom: 25px; left: 26%;}
#partner-module .diagram ul li:nth-child(4) {top: 25px; right: 26%;}
#partner-module .diagram ul li:nth-child(5) {top: 175px; right: 5%;}
#partner-module .diagram ul li:nth-child(6) {bottom: 25px; right: 26%;}
#partner-module ul.industry-list li img {
  width: 135px;
  margin: 10% auto 0;
  display: block;
  pointer-events: none;
  user-select: none;
}
#partner-module ul.industry-list li:nth-child(4) img {width: 125px;}
#partner-module ul.industry-list li p {
  height: 40px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 27px;
  bottom: 32px;
  left: 27px;
  font-size: 16px;
}
#partner-module ul.industry-list li span {
  display: inline-block;
}


#challenger-module {
  width: 100%;
  padding: 40px 0;
  position: relative;
  transition: all 0.5s ease;
}
#challenger-module .diagram {height: 600px;}
#challenger-module ul.industry-list {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#challenger-module ul.industry-list li {
  width: 210px;
  height: 210px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 25px #74cbff;
  transition: all 0.3s ease;
}
#challenger-module ul.industry-list li:first-child {top: 25px; left: 26%;}
#challenger-module ul.industry-list li:nth-child(2) {top: 133px; left: 4%;}
#challenger-module ul.industry-list li:nth-child(3) {bottom: 35px; left: 12%;}
#challenger-module ul.industry-list li:nth-child(4) {top: 25px; right: 26%;}
#challenger-module ul.industry-list li:nth-child(5) {top: 133px; right: 4%;}
#challenger-module ul.industry-list li:nth-child(6) {bottom: 35px; right: 12%;}
#challenger-module ul.industry-list li:nth-child(7) {
  bottom: 54px;
  right: 50%;
  margin-right: -105px;
}

#challenger-module ul.industry-list li img {
  width: 135px;
  margin: 10% auto 0;
  display: block;
  pointer-events: none;
  user-select: none;
}
#challenger-module ul.industry-list li:nth-child(4) img {margin-top: 8%;}
#challenger-module ul.industry-list li:nth-child(2) img ,
#challenger-module ul.industry-list li:nth-child(5) img {
  width: 145px;
  margin-top: 8%;
}
#challenger-module ul.industry-list li p {
  height: 40px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 27px;
  bottom: 32px;
  left: 27px;
  font-size: 16px;
}
#challenger-module ul.industry-list li span {
  display: inline-block;
}


#service-module {
  width: 100%;
  padding: 40px 0;
  position: relative;
  transition: all 0.5s ease;
}
#service-module h3 {
  padding: 15px;
  text-align: center;
  text-shadow: 0 0 20px #74cbff;
  font-size: 30px;
  color: #fff;
}
#service-module .flow {
  padding: 20px 0 40px;
}
#service-module .flow ol {
  max-width: 800px;
  margin: 15px auto;
  list-style-type: none;
}
#service-module .flow ol li {
  margin: 0 0 25px;
  padding: 20px;
  position: relative;
}
#service-module .flow ol li:nth-child(-n+2)::after {
  content: "";
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: rotate(135deg);
  border-top: 1px solid rgba(255,255,255,0.9);
  border-right: 1px solid rgba(255,255,255,0.9);
}
#service-module .flow ol li .service_step {
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
  background: rgba(0,0,0,0.4);
  border-radius: 5px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
}
#service-module .flow ol li .service_step::before {
  content: "STEP."attr(no);
  width: 120px;
  height: 56px;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #ea5624;
  letter-spacing: normal;
  white-space: nowrap;
}
#service-module .flow ol li .service_step::after {
  content: "";
  width: 150px;
  background: #f0f0f0;
  position: absolute;
  top: -25px;
  left: -28px;
  bottom: -20px;
  transform: rotate(10deg);
}
#service-module .flow ol li p {
  padding: 10px 10px 10px 15px;
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 0 0 10px #74cbff;
  color: #fff;
}
#service-module ul.link-btn {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#service-module ul.link-btn li a {
  width: 220px;
  height: 60px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 #fff inset;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease;
}
#service-module ul.link-btn li a::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: 5px;
  right: 24px;
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#service-module .faq .qa-list {
  max-width: 850px;
  margin: 15px auto 0;
  position: relative;
}
#service-module .faq .qa-list dl dd.answer i {color: #ea6411;}
#service-module .faq .qa-list dl {
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}
#service-module .faq .qa-list dl:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
#service-module .faq .qa-list dl i {
  width: 38px;
  min-width: 38px;
  margin: 0 20px 8px 0;
  display: block;
  font-size: 36px;
  font-weight: 1000;
  font-style: italic;
  white-space: nowrap;
}
#service-module .faq .qa-list dl dt.question {
  min-height: 75px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.3em;
  font-size: 20px;
  cursor: pointer;
}
#service-module .faq .qa-list dl dt.question::after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: -15px;
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
#service-module .faq .qa-list dl.show dt.question::after {
  margin-top: -5px;
  transform: rotate(-45deg);
}
#service-module .faq .qa-list dl dd.answer {display: none;}
#service-module .faq .qa-list dl dd.answer p {
  padding: 7px 35px 25px 0;
  display: flex;
  line-height: 1.6em;
  font-size: 17px;
  font-weight: 400;
}


#vision-module {
  width: 100%;
  padding: 40px 0;
  position: relative;
  transition: all 0.5s ease;
}
#vision-module .operating-company {
  max-width: 650px;
  margin: 35px auto;
  padding: 20px 20px 10px;
  position: relative;
}
#vision-module .operating-company::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
}
#vision-module .operating-company h3 {
  padding: 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  color: #fff;
}
#vision-module .operating-company table {
  width: 100%;
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: #fff;
}
#vision-module .operating-company table tr th ,
#vision-module .operating-company table tr td {
  border-top: 1px solid rgba(255,255,255,0.3);
}
#vision-module .operating-company table th {
  padding: 15px;
  line-height: 1.3em;
  font-weight: 600;
  vertical-align: middle;
}
#vision-module .operating-company table span {display: inline-block;}
#vision-module .operating-company table td {
  padding: 20px 15px;
  line-height: 1.3em;
  font-weight: 400;
  vertical-align: middle;
}
#vision-module .operating-company table td dl dt {
  margin-bottom: 4px;
  padding: 9px 14px;
  line-height: 1em;
  background-image: linear-gradient(90deg, rgba(255,255,255,0.6), rgba(0,0,0,0));
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #000;
}
#vision-module .operating-company table td dl.tokyo-base {
  margin-top: 20px;
}




/* SMP layout
──────────────────────────────────────*/
@media screen and (max-width: 930px) {

  #container {padding-top: 70px;}
  #container::after {
    width: 1400px;
    margin-left: -700px;
    height: 200%;
    top: -50%;
    transform: scale(120%) rotate(20deg);
  }

  #entrance {
    padding: 50px 0 70px;
  }
  #entrance h1 span {display: block;}

  #top-module ul.lp-menu li {
    width: calc(25% - 14px);
    margin: 0 7px;
  }

  #attractive-module h2 {margin: 0 -10px 40px;}
  #attractive-module ul {margin: 0 5px;}
  #attractive-module ul li figure {
    width: 210px;
    height: 190px;
  }
  #attractive-module ul li p {font-size: 21px;}
  
  #lp-wrap section .ctg-set h2 i {font-size: 50px;}
  #lp-wrap section .ctg-set h2 span {font-size: 24px;}
  #lp-wrap section .ctg-set dl.sentence dt {font-size: 18px;}
  #lp-wrap section .ctg-set dl.sentence dd {font-size: 15px;}

  #partner-module ul.industry-list li:first-child {top: 50px; left: 6%;}
  #partner-module ul.industry-list li:nth-child(2) {top: 300px; left: 6%;}
  #partner-module ul.industry-list li:nth-child(3) {bottom: 25px; left: 37%;}
  #partner-module ul.industry-list li:nth-child(4) {top: 25px; right: 35%;}
  #partner-module ul.industry-list li:nth-child(5) {top: 50px; right: 3%;}
  #partner-module ul.industry-list li:nth-child(6) {bottom: 40px; right: 4%;}

  #challenger-module ul.industry-list li:first-child {top: 25px; left: 20%;}
  #challenger-module ul.industry-list li:nth-child(2) {top: 189px; left: 2%;}
  #challenger-module ul.industry-list li:nth-child(3) {bottom: 25px; left: 18%;}
  #challenger-module ul.industry-list li:nth-child(4) {top: 25px; right: 20%;}
  #challenger-module ul.industry-list li:nth-child(5) {top: 189px; right: 2%;}
  #challenger-module ul.industry-list li:nth-child(6) {bottom: 25px; right: 18%;}
  #challenger-module ul.industry-list li:nth-child(7) {bottom: 192px; right: 50%;}


  @media screen and (max-width: 750px) {

    #container::after {
      width: 1100px;
      margin-left: -550px;
      transform: rotate(90deg);
    }

    #top-module .logo {width: 180px;}
    #top-module .logo::after {
      width: 230px;
      height: 240px;
    }

    #top-module ul.lp-menu {
      width: calc(100% - 20px);
      margin: 20px 10px;
      padding: 7px 0;
      background: rgba(255,255,255,0.8);
      border-radius: 10px;
      box-shadow: 0 0 30px 0 #29a9e8;
    }
    #top-module ul.lp-menu li {
      width: 25%;
      margin: 0;
      position: relative;
    }
    #top-module ul.lp-menu li:nth-child(n+2)::before {
      content: "";
      width: 1px;
      position: absolute;
      top: 5px;
      bottom: 5px;
      left: 0;
      background: #bbb;
      box-shadow: 0 0 3px 0 #fff;
    }
    #top-module ul.lp-menu li a {
      background: none;
      border-radius: 0;
      box-shadow: 0 0 0 0;
    }
    #top-module ul.lp-menu li a::before {display: none;}
    #top-module ul.lp-menu li a::after {
      width: 10px;
      height: 10px;
      margin: 0 0 6px -5px;
      position: relative;
    }
    #top-module ul.lp-menu li figure {
      width: 50px;
      height: 50px;
      margin: 6px auto 4px;
      position: static;
      text-align: center;
    }
    #top-module ul.lp-menu li figure img {
      width: 96%;
      margin-left: 0!important;
    }
    #top-module ul.lp-menu li p.category-name {
      width: 100%;
      padding-bottom: 3px;
      position: static;
      font-size: 14px;
    }

    #attractive-module h2 {
      margin: 0 -15px 20px;
      font-size: 36px;
      font-weight: 300;
      letter-spacing: normal;
    }
    #attractive-module h2::before ,
    #attractive-module h2::after {height: 1px;}
    #attractive-module ul {
      margin: 0;
      display: block;
      border: none;
    }
    #attractive-module ul li {
      width: calc(100% - 20px);
      padding: 15px 10px;
    }
    #attractive-module ul li {border-bottom: 1px solid #25235b;}
    #attractive-module ul li p {font-size: 22px;}

    #lp-wrap section .ctg-set dl.sentence dt span ,
    #lp-wrap section .ctg-set dl.sentence dd span {display: inline;}
    
    #partner-module ul.industry-list {
      max-width: 450px;
      margin: 0 auto;
    }
    #partner-module ul.industry-list li {
      width: 150px;
      height: 150px;
    }
    #partner-module ul.industry-list li img {width: 90px;}
    #partner-module ul.industry-list li:nth-child(4) img {width: 80px;}
    #partner-module ul.industry-list li p {
      height: 30px;
      right: 7px;
      bottom: 28px;
      left: 7px;
      font-size: 12px;
    }
    #partner-module ul.industry-list li:first-child {top: 23px; left: 7%;}
    #partner-module ul.industry-list li:nth-child(2) {top: 200px; left: 4%;}
    #partner-module ul.industry-list li:nth-child(3) {bottom: 28px; left: 7%;}
    #partner-module ul.industry-list li:nth-child(4) {top: 23px; right: 7%;}
    #partner-module ul.industry-list li:nth-child(5) {top: 200px; right: 4%;}
    #partner-module ul.industry-list li:nth-child(6) {bottom: 28px; right: 7%;}

    #challenger-module ul.industry-list {
      max-width: 450px;
      margin: 0 auto;
    }
    #challenger-module ul.industry-list li {
      width: 150px;
      height: 150px;
    }
    #challenger-module ul.industry-list li img {width: 90px;}
    #challenger-module ul.industry-list li:nth-child(2) img ,
    #challenger-module ul.industry-list li:nth-child(5) img {width: 100px;}
    #challenger-module ul.industry-list li p {
      height: 30px;
      right: 7px;
      bottom: 28px;
      left: 7px;
      font-size: 12px;
    }
    #challenger-module ul.industry-list li:first-child {top: 23px; left: 8%;}#challenger-module ul.industry-list li:nth-child(2) {top: 179px; left: 2%;}
    #challenger-module ul.industry-list li:nth-child(3) {bottom: 23px; left: 4%;}#challenger-module ul.industry-list li:nth-child(4) {top: 23px; right: 8%;}#challenger-module ul.industry-list li:nth-child(5) {top: 179px; right: 2%;}#challenger-module ul.industry-list li:nth-child(6) {bottom: 23px; right: 4%;}#challenger-module ul.industry-list li:nth-child(7) {bottom: 150px; margin-right: -75px;}


    #service-module .flow ol li .service_step {
      font-size: 18px;
      letter-spacing: normal;
    }
    #service-module .flow ol li .service_step::before {
      width: 90px;
      margin-right: 15px;
      font-size: 18px;
    }
    #service-module .flow ol li .service_step::after {left: -60px;}
    #service-module .flow ol li p {
      line-height: 1.5em;
      font-size: 16px;
    }
    #service-module .faq .qa-list dl {padding: 5px;}
    #service-module .faq .qa-list dl dt.question {
      padding-right: 40px;
      font-size: 17px;
    }
    #service-module .faq .qa-list dl dt.question::after {right: 5px;}
    #service-module .faq .qa-list dl dd.answer p {
      padding-right: 10px;
      font-size: 16px;
    }

    #service-module ul.link-btn li a {
      max-width: calc(180px - 26px);
      margin: 0 5px;
      padding-left: 16px;
    }
    #service-module ul.link-btn li a::after {
      width: 16px;
      height: 16px;
      top: 6px;
      right: 20px;
    }

  }
  

}



/* PC layout
──────────────────────────────────────*/
@media screen and (min-width: 931px) {

  #entrance {
    max-width: 1300px;
    margin: 70px auto 100px;
  }
  #entrance h1 {
    padding: 35px 15px;
    font-size: 64px;
  }
  #entrance h1 span {
    display: inline-block;
  }
  #entrance .slogan {
    padding: 20px 15px 60px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  #entrance .slogan span {display: inline-block;}

  #entry-form dt {font-size: 16px;}
  #entry-form dd input[type="submit"]:hover {
    background: #26235e;
  }

  #lp-wrap section .inquiry a span {font-size: 18px;}
  #lp-wrap section .inquiry a:hover::before {
    background: #26235e;
  }

  #top-module {
    max-width: 1300px;
    margin: 30px auto 0;
  }
  #top-module .logo {width: 240px;}
  #top-module .logo::after {
    width: 280px;
    height: 315px;
    top: -24px;
    left: -25px;
  }
  #top-module .encase h2 {font-size: 62px;}
  #top-module .encase p {font-size: 28px;}
  #top-module ul.lp-menu li a {transition: all 0.3s ease;}
  #top-module ul.lp-menu li a:hover {background: rgba(255,255,255,1);}
  #top-module ul.lp-menu li p.category-name {font-size: 22px;}
  #top-module ul.lp-menu li.ico-challenger figure img {margin-left: -6px;}
  #top-module ul.lp-menu li.ico-vision figure img {margin-left: -8px;}

  #attractive-module ul {margin: 0 15px;}

  #service-module ul.link-btn li a {width: 250px;}
  #service-module ul.link-btn li a:hover {
    box-shadow: 0 0 20px 0 #fff inset;
  }
  
  #vision-module .operating-company h3 {font-size: 28px;}
  #vision-module .operating-company table {
    width: calc(100% - 20px);
    margin: 20px 10px 0;
    font-size: 15px;
  }

  @media screen and (min-width: 1400px) {
    #container.loaded::after {
      transform: scale(120%);
    }
  }


}
