@charset "utf-8";
@import url(reset.css);
@import url(../main/pcmain.css);

.spResponsive {
  display: none;
}

.pcAboutBox {
  text-align: center;
  margin-top: 100px;
}

.pcWorkAboutText dd {
  margin-bottom: 20px;
}

/* slideshow */

.pcWorkAboutBox {
  width: 100%;
  height: 500px;
  margin: 50px auto;
  object-fit: contain;
  object-position: top;
  position: relative;
  overflow: hidden;
}

.slide {
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div {
  width: 33.33%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.pcWorkAboutBox .slide1 {
  transform: translateX(0);
}
.pcWorkAboutBox .slide2 {
  transform: translateX(-33.33%);
}
.pcWorkAboutBox .slide3 {
  transform: translateX(-66.66%);
}

.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #1f191d;
  border-right: solid 3px #1f191d;
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #1f191d;
  border-right: solid 3px #1f191d;
  transform: rotate(-135deg) translateY(-50%);
}

/* history */
.pcHistoryTytle {
  text-align: center;
  margin-bottom: 50px;
}

/* 縦横縦 */

.pcHistoryContainer {
  height: 400vh;
}
.pcHistoryWrap {
  height: 100vh;
  margin: 0 auto 50px;
   background-image: url(../../image/haikei02.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.scrollBox {
  position: absolute;
  top: 60%;
  left: 7%;
  width: 380vw;
  will-change: transform;
  display: flex;
  justify-content: space-between;
}

.scrollContents {
  width: 100%;
  padding-right: 20px;
}

.pcHistoryHeading {
  background-color: #02835f;
  padding-left: 10px;
}

.pcHistoryTime,
.pcHistoryText {
  background-color: #dee3ec70;
  padding: 10px;
}

.pcHistoryText {
  height: 130px;
}

/* accomplished */

.pcExperienceTytle {
  text-align: center;
}
.pcExperienceTytle p {
  margin-top: 10px;
}

.pcExperienceHeading {
  background-color: #02835f;
  padding-left: 10px;
}

.pcExperienceText,
.pcExperienceBox h3 {
  background-color: #dee3ec70;
  padding: 10px;
}

.pcExperienceContainer {
  padding: 20px;
  margin: 50px auto;
  background-image: url(../../image/haikei01.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: contain;
  background-position: right center;
}

.pcExperienceContainer h4 {
  font-size: larger;
}