@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------
	プロジェクトストーリー TOPcss
  ---------------------------------------------*/
.main_area {
  background: url("/assets/img/business/project/main_image.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 350px;
}
@media all and (max-width: 480px) {
  .main_area {
    padding-top: 100px;
  }
}
.main_area h2 {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 20px;
  opacity: 0;
  filter: blur(10px);
  clip-path: inset(0 100% 0 0);
  animation: h2Anim 0.8s 1s ease-in-out;
  animation-fill-mode: forwards;
}
@media all and (max-width: 480px) {
  .main_area h2 {
    padding: 0 10px;
  }
}

/*---------------------------------------------
コンテンツ
  ---------------------------------------------*/
article {
  position: relative;
  height: 710px;
}
@media all and (max-width: 480px) {
  article {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
article .text_area {
  opacity: 0;
  filter: blur(10px);
  transition: 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media all and (max-width: 480px) {
  article .text_area {
    position: static;
    width: 100%;
  }
}
article .text_area h3 span {
  display: block;
  width: 150px;
  background-color: #fff;
  padding: 5px 10px 3px;
  margin-bottom: -30px;
}
@media all and (max-width: 480px) {
  article .text_area h3 span {
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
  }
}
article .text_area.isAnimate {
  opacity: 1;
  filter: blur(0);
}
article .photo01 {
  width: 700px;
  height: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
@media all and (max-width: 480px) {
  article .photo01 {
    position: static;
    width: 60%;
    height: auto;
  }
}
article .photo02 {
  width: 380px;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 160px;
}
@media all and (max-width: 480px) {
  article .photo02 {
    position: static;
    width: 39%;
    height: auto;
  }
}
@media all and (max-width: 480px) {
  article .grad_shadow:after {
    display: none;
  }
}

article:nth-of-type(2) .text_area {
  left: auto;
  right: 0;
}
article:nth-of-type(2) .photo01 {
  left: auto;
  right: 0;
}
article:nth-of-type(2) .photo02 {
  right: auto;
  left: 0;
}

.under_link_area a {
  background: url("/assets/img/business/project/under_link.jpg") center no-repeat;
  background-size: cover;
}

/*---------------------------------------------
	プロジェクトストーリー 下層ページcss
  ---------------------------------------------*/
/* ------------ 共通 ------------ */
.main_area.project {
  text-align: center;
  height: 740px;
}
@media all and (max-width: 480px) {
  .main_area.project {
    height: 109vw;
  }
}
.main_area.project .text_area {
  display: block;
  width: 100%;
  background: rgba(59, 212, 242, 0.65);
  background: linear-gradient(315deg, rgba(59, 212, 242, 0.65) 0%, rgba(5, 58, 124, 0.65) 44%, rgba(86, 87, 252, 0.65) 71%, rgba(5, 23, 138, 0.65) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 0;
}
@media all and (max-width: 480px) {
  .main_area.project .text_area {
    padding: 30px 15px 15px;
    background: rgb(59, 212, 242);
    background: linear-gradient(315deg, rgb(59, 212, 242) 0%, rgb(5, 58, 124) 44%, rgb(86, 87, 252) 71%, rgb(5, 23, 138) 100%);
  }
}
.main_area.project .text_area .project_number {
  width: 150px;
  color: #061643;
  background-color: #fff;
  position: absolute;
  line-height: 1em;
  padding: 8px 0 3px;
  top: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .main_area.project .text_area .project_number {
    text-align: center;
  }
}
.main_area.project .text_area h2 {
  background-color: transparent;
  border: none;
  display: block;
  backdrop-filter: none;
  color: #fff;
}
@media all and (max-width: 480px) {
  .main_area.project .text_area h2 {
    line-height: 1.5em;
  }
}
.main_area.project .text_area p {
  color: #ffffff;
}
@media all and (max-width: 480px) {
  .main_area.project .text_area p {
    text-align: left;
  }
}

.outline_member {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media all and (max-width: 480px) {
  .outline_member {
    display: block;
  }
}
.outline_member dt {
  width: 270px;
  position: relative;
}
@media all and (max-width: 480px) {
  .outline_member dt {
    width: 100%;
  }
}
.outline_member dt:after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #061643;
  position: absolute;
  right: 5px;
  top: 17px;
  transform: rotate(45deg);
}
@media all and (max-width: 480px) {
  .outline_member dt:after {
    display: none;
  }
}
.outline_member dd {
  padding-top: 0;
  width: 710px;
  display: flex;
}
@media all and (max-width: 480px) {
  .outline_member dd {
    width: 100%;
    flex-wrap: wrap;
  }
}
.outline_member dd figure {
  width: 160px;
  margin-right: 25px;
}
@media all and (max-width: 480px) {
  .outline_member dd figure {
    width: 48%;
    margin-right: 4%;
  }
}
@media all and (max-width: 480px) {
  .outline_member dd figure:nth-of-type(even) {
    margin-right: 0;
  }
}
.outline_member dd figure:last-of-type {
  margin-right: 0;
}

.story_wrap {
  width: 100%;
}
.story_wrap.elem {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.story_wrap dt {
  width: 100%;
  min-width: 1000px;
  height: 30vw;
  min-height: 350px;
  color: #fff;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .story_wrap dt {
    min-width: 100%;
    height: 50vw;
    min-height: 50vw;
  }
}
.story_wrap dt:after {
  content: "";
  width: 20vw;
  height: 20vw;
  min-width: 222px;
  min-height: 247px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: elemAnim 4s infinite;
  will-change: transform;
}
@media all and (max-width: 480px) {
  .story_wrap dt:after {
    width: 40vw;
    height: 40vw;
    min-width: 40vw;
    min-height: 40vw;
  }
}
.story_wrap dt:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.story_wrap dt p {
  display: inline-block;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media all and (max-width: 480px) {
  .story_wrap dt p {
    top: 22%;
  }
}
.story_wrap dt h3 {
  display: inline-block;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media all and (max-width: 480px) {
  .story_wrap dt h3 {
    width: 100%;
  }
}
.story_wrap dt h3:before {
  content: "";
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .story_wrap dt h3:before {
    width: 20px;
    height: 20px;
    bottom: -25px;
  }
}
.story_wrap dt h3:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
}
@media all and (max-width: 480px) {
  .story_wrap dt h3:after {
    width: 5px;
    height: 5px;
    bottom: -17px;
  }
}
.story_wrap dt h3.open:after {
  transform: rotate(-135deg);
  bottom: -38px;
}
@media all and (max-width: 480px) {
  .story_wrap dt h3.open:after {
    bottom: -20px;
  }
}
.story_wrap dt:hover:before {
  opacity: 0;
}
.story_wrap dt.stay h3:after {
  transform: rotate(-135deg);
  bottom: -38px;
}
@media all and (max-width: 480px) {
  .story_wrap dt.stay h3:after {
    bottom: -20px;
  }
}
.story_wrap dt.stay h3.open:after {
  transform: rotate(45deg);
  bottom: -35px;
}
@media all and (max-width: 480px) {
  .story_wrap dt.stay h3.open:after {
    bottom: -17px;
  }
}
.story_wrap dd {
  padding: 50px;
  background-color: #fff;
  display: none;
}
@media all and (max-width: 480px) {
  .story_wrap dd {
    padding: 20px;
  }
}
.story_wrap dd p {
  width: 920px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .story_wrap dd p {
    width: 100%;
  }
}
.story_wrap dd.stay {
  display: block;
}

.story_wrap.isAnimate {
  opacity: 1;
  transform: translateY(0);
}

.future_wrap {
  opacity: 0;
  filter: blur(10px);
  transition: 1s;
  width: 800px;
  margin: 0 auto;
}
@media all and (max-width: 480px) {
  .future_wrap {
    width: 90%;
  }
}
.future_wrap h3 {
  text-align: center;
}

.future_wrap.isAnimate {
  opacity: 1;
  filter: blur(0);
}

@keyframes elemAnim {
  0% {
    top: 50%;
  }
  10% {
    top: 53%;
  }
  15% {
    top: 50%;
  }
  100% {
    top: 50%;
  }
}
/* ------------ インフィオーラ開発・販促プロジェクト ------------ */
.infiora .main_area.project {
  background: url("/assets/img/business/project/infiora/main_image.jpg") center no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .infiora .main_area.project {
    background-position: top center;
    background-size: contain;
  }
}

.infiora .story_wrap dt {
  background: url("/assets/img/business/project/infiora/01_bg.jpg") center no-repeat;
  background-size: cover;
}
.infiora .story_wrap dt:after {
  background: url("/assets/img/business/project/infiora/01_element.png") center no-repeat;
  background-size: contain;
}

.infiora .story_wrap:nth-of-type(2) dt {
  background: url("/assets/img/business/project/infiora/02_bg.jpg") center no-repeat;
  background-size: cover;
}
.infiora .story_wrap:nth-of-type(2) dt:after {
  background: url("/assets/img/business/project/infiora/02_element.png") center no-repeat;
  background-size: contain;
}

.infiora .story_wrap:nth-of-type(3) dt {
  background: url("/assets/img/business/project/infiora/03_bg.jpg") center no-repeat;
  background-size: cover;
}
.infiora .story_wrap:nth-of-type(3) dt:after {
  background: url("/assets/img/business/project/infiora/03_element.png") center no-repeat;
  background-size: contain;
}

.infiora .story_wrap:nth-of-type(4) dt {
  background: url("/assets/img/business/project/infiora/04_bg.jpg") center no-repeat;
  background-size: cover;
}
.infiora .story_wrap:nth-of-type(4) dt:after {
  background: url("/assets/img/business/project/infiora/04_element.png") center no-repeat;
  background-size: contain;
}

.infiora .under_link_area a {
  background: url("/assets/img/business/project/infiora/under_link.jpg") center no-repeat;
  background-size: cover;
}

/* ------------ マイクロプリズム用途拡販プロジェクト ------------ */
.microprism .main_area.project {
  background: url("/assets/img/business/project/microprism/main_image.jpg") center no-repeat;
  background-size: cover;
}
@media all and (max-width: 480px) {
  .microprism .main_area.project {
    background-position: top center;
    background-size: contain;
  }
}

.microprism .story_wrap dt {
  background: url("/assets/img/business/project/microprism/01_bg.jpg") center no-repeat;
  background-size: cover;
}
.microprism .story_wrap dt:after {
  background: url("/assets/img/business/project/microprism/01_element.png") center no-repeat;
  background-size: contain;
}

.microprism .story_wrap:nth-of-type(2) dt {
  background: url("/assets/img/business/project/microprism/02_bg.jpg") center no-repeat;
  background-size: cover;
}
.microprism .story_wrap:nth-of-type(2) dt:after {
  background: url("/assets/img/business/project/microprism/02_element.png") center no-repeat;
  background-size: contain;
}

.microprism .story_wrap:nth-of-type(3) dt {
  background: url("/assets/img/business/project/microprism/03_bg.jpg") center no-repeat;
  background-size: cover;
}
.microprism .story_wrap:nth-of-type(3) dt:after {
  background: url("/assets/img/business/project/microprism/03_element.png") center no-repeat;
  background-size: contain;
}

.microprism .story_wrap:nth-of-type(4) dt {
  background: url("/assets/img/business/project/microprism/04_bg.jpg") center no-repeat;
  background-size: cover;
}
.microprism .story_wrap:nth-of-type(4) dt:after {
  background: url("/assets/img/business/project/microprism/04_element.png") center no-repeat;
  background-size: contain;
}

.microprism .under_link_area a {
  background: url("/assets/img/business/project/microprism/undedr_link.jpg") center no-repeat;
  background-size: cover;
}/*# sourceMappingURL=project.css.map */