@charset "UTF-8";


/* ==================================================================================
# first-view-sub
================================================================================== */

.work-soft-bg {
  background-image: url("../../img/work-soft/work-soft01.jpg");
  background-size: cover;
}

.work-soft01-text {
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 60px;
}

/* ==================================================================================
# work-soft01
================================================================================== */

.work-soft01 {
  margin: 130px 0 0;
}


@media screen and (max-width: 767px) {

  .work-soft01 {
    margin: 60px 0 0;
  }

}

/* ==================================================================================
# work-soft02
================================================================================== */

.work-soft02 {
  margin: 146px 0 0;
  background-color: #F7F7F7;
  padding: 59px 0 99px;
}

.work-soft02 .section-title {
  margin: 20px 0 38px 0;
}

.work-soft02-text {
  font-size: 18px;
  text-align: center;
}

.work-soft02-content {
  background-color: #ffffff;
  width: 408px;
  min-height: 360px;
  padding: 30px 40px;
  position: relative;
  margin-top: 154px;
}

.work-soft02-content::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 140px;
}

.work-soft02-01::before {
  background-image: url("../../img/work-soft/work-soft03.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -100px;
  left: 0;
}

.work-soft02-02 {
  margin-left: auto;
  margin-top: 139px;
}

.work-soft02-02::before {
  background-image: url("../../img/work-soft/work-soft05.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: -70px;
  right: 0;
}

.work-soft02-title {
  color: #FFA500;
  font-size: 20px;
  margin-top: 63px;
}

.work-soft02-text1 {
  margin-top: 24px;
}

.work-soft02-bg01 {
  background-image: url("../../img/work-soft/work-soft04.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  min-height: 460px;
  margin-top: -403px;
}

.work-soft02-bg02 {
  background-image: url("../../img/work-soft/work-soft06.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  min-height: 460px;
  margin-top: -400px;
}

@media screen and (max-width: 767px) {

  .work-soft02 {
    margin: 75px 0 0;
  }

  .work-soft02-content {
    width: 80%;
    padding: 20px 30px;
    min-height: auto;
  }

  .work-soft02-content::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 120px;
  }

  .work-soft02-01::before {
    top: -60px;
  }

  .work-soft02-02 {
    margin-top: 40px;
  }

  .work-soft02-02::before {
    top: -60px;
  }

  .work-soft02-bg01 {
    min-height: 480px;
    margin-top: -120px;
  }

  .work-soft02-bg02 {
    min-height: 480px;
    margin-top: -120px;
  }

}

@media screen and (max-width: 480px) {

  .work-soft02-content {
    width: 100%;
    margin-top: 100px;
  }

  .work-soft02-bg01 {
    background-size: cover;
    background-position: center;
    margin-top: 0;
    min-height: 240px;
  }

  .work-soft02-bg02 {
    background-size: cover;
    background-position: center;
    margin-top: 0;
    min-height: 240px;
  }

  .work-soft02-02 {
    margin-top: 130px;
  }

  .work-soft02-content::before {
    width: 120px;
    height: 100px;
  }

  .work-soft02-01::before {
    top: -40px;
  }

  .work-soft02-02::before {
    top: -40px;
  }



}

/* ==================================================================================
# work-soft03
================================================================================== */

.work-soft03 {
  margin: 75px 0 0;
}

.work-soft03 .section-title {
  margin: 20px 0 39px 0;
}


.work-soft03-subtext {
  text-align: center;
  font-size: 18px;
  letter-spacing: -.8px;
  line-height: 2.4;
}

.work-soft03-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.work-soft03-content {
  width: 30.6%;
  margin-top: 20px;
  padding: 23px 0 35px;
}

.work-soft03-01 {
  background-color: #ffd8b8;
  position: relative;
}

.work-soft03-02 {
  background-color: #ffe2b8;
  position: relative;
}

.work-soft03-03 {
  background-color: #ffe8bd;
  position: relative;
}

.work-soft03-num {
  font-size: 25px;
  text-align: center;
  margin-top: -68px;
}

.work-soft03-num img {}

.work-soft03-subtitle {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: -1.5px;
  padding: 0 5px;
}

.work-soft03-text {
  margin-top: 12px;
  letter-spacing: -1.3px;
  min-height: 84px;
  font-size: 14px;
  line-height: 2;
  padding: 0 28px;
}

.work-soft03-img {
  text-align: center;
  padding: 0 32px;
  margin-top: 20px;

}

@media screen and (max-width: 767px) {

  .work-soft03-flex {
    flex-wrap: wrap;
  }

  .work-soft03-content {
    width: 80%;
    margin: auto;
    margin-top: 80px;
  }

  .work-soft03-subtitle {
    font-size: 22px;
  }

}

@media screen and (max-width: 480px) {

  .work-soft03-content {
    width: 90%;
    margin: auto;
    margin-top: 70px;
  }

  .work-soft03-subtitle {
    font-size: 20px;
  }

  .work-soft03-flex {
    margin-top: 20px;
  }

}


/* ==================================================================================
# work-soft04
================================================================================== */

.work-soft04 {
  margin: 76px 0 87px;
}

.work-soft04 .section-title {
  margin: 20px 0 77px 0;
  font-weight: 800;
  font-size: 34px;
}

.work-soft04-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.work-soft04-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.work-soft04-content {
  width: 890px;
  max-width: 100%;
  margin: auto;
}

.work-soft04-img {
  margin-top: 96px;
  width: 781px;
  max-width: 100%;
}

.work-soft04-img img {
  margin-left: 85px;
}

.work-soft04-text {
  font-size: 36px;
  text-align: center;
  margin-top: 74px;
  margin-left: 71px;
  letter-spacing: 3.6px;
}

.work-soft04-btn {
  width: 440px;
  max-width: 100%;
  margin: auto;
  margin-top: 68px;
}

.work-soft04-btn .c-btn02 {
  padding: 26px 33px;
  border-radius: 50px;
  font-size: 20px;
}

.work-soft04-btn .c-btn02:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 100px solid #fff;
  transition: 0.5s ease-in-out;
  z-index: -1;
  transform: translateX(-100%);
}

.work-soft04-btn .c-btn02:hover:after {
  transform: translateX(0);
}

@media screen and (max-width: 1100px) {

  .work-soft04-img {
    margin: 96px auto 0;
  }

  .work-soft04-img img {
    margin-left: 0;
  }

  .work-soft04-text {
    margin-left: 0;
  }

}


@media screen and (max-width: 767px) {

  .work-soft04-text {
    font-size: 28px;
  }

}

@media screen and (max-width: 480px) {

  .work-soft04 .section-title {
    font-size: 26px;
  }

  .work-soft04-text {
    font-size: 24px;
  }

}
