@charset "UTF-8";
/*------------------------------------------- 一覧*/
.purpose__box {
  margin-bottom: 60px;
}
.purpose__box:last-child {
  margin-bottom: 0;
}
.purpose__box .title + p {
  margin-bottom: 0;
}

.purpose__list > ul > li {
  margin-bottom: 20px;
}
.purpose__list > ul > li:last-child {
  margin-bottom: 0;
}

.purpose__item {
  padding: 13.5px 50px 13.5px 15px;
  position: relative;
  background-color: #ddedf9;
}
.purpose__item > p {
  color: #3788c6;
  line-height: 1.5333;
}
.purpose__item .icon--arrow {
  color: #3788c6;
  font-size: 1.1rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .purpose__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .purpose__article {
    position: relative;
  }
  .purpose__article::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ddedf9;
    -webkit-transition: background-color 0.6s, -webkit-transform 0.6s;
    transition: background-color 0.6s, -webkit-transform 0.6s;
    transition: background-color 0.6s, transform 0.6s;
    transition: background-color 0.6s, transform 0.6s, -webkit-transform 0.6s;
    pointer-events: none;
  }
  .purpose__article:hover::before {
    background-color: #3788c6;
    z-index: 1;
    -webkit-transform: scale(1.05, 1.25);
            transform: scale(1.05, 1.25);
  }
  .purpose__article:hover .purpose__item > p {
    color: #fff;
  }
  .purpose__article:hover .purpose__item .icon--arrow {
    color: #fff;
  }

  .purpose__item {
    position: relative;
    background-color: transparent;
    z-index: 1;
  }
  .purpose__item > p {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
}
@media screen and (min-width: 1200px) {
  .purpose__box {
    margin-bottom: 90px;
  }
  .purpose__box .title3 {
    margin-bottom: 40px;
  }

  .purpose__item {
    padding: 18px 50px 18px 30px;
  }
  .purpose__item > p {
    font-size: 2rem;
    line-height: 1.4444;
  }
  .purpose__item .icon--arrow {
    right: 30px;
  }
}
/*------------------------------------------- 詳細*/
.details__purpose-inner {
  margin-bottom: 60px;
}

.purpose_success__box {
  margin-bottom: 60px;
}
.purpose_success__box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .content--purpose__success .archive--list__area > ul > li:first-child .archive--card__item {
    border-top: none;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .details__purpose-inner {
    margin-bottom: 70px;
  }

  .purpose_success__box {
    margin-bottom: 90px;
  }
}
/*------------------------------------------- 使用するZoho製品*/
.use_product__area {
  border: 10px solid #ddedf9;
  padding: 35px 20px 20px;
  position: relative;
}
.use_product__area .title8 {
  font-size: 1.8rem;
  white-space: nowrap;
  background-color: #fff;
  padding: 0 15px;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
}

.use_product__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -30px -5px 0;
}
.use_product__list > ul > li {
  width: 50%;
  padding: 30px 5px 0;
}

.use_product__icons {
  padding-top: 100px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.use_product__icons > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.use_product__title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: -4px;
}

.use_product__txt {
  text-align: center;
  font-size: 1.3rem;
  color: #3788c6;
  margin-top: 10px;
  line-height: 1.2;
}
.use_product__txt span {
  border-bottom: 1px solid #3788c6;
}

@media screen and (min-width: 768px) {
  .use_product__list > ul > li {
    width: 25%;
  }
}
@media screen and (min-width: 992px) {
  .use_product__icons > img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .use_product__title {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }

  .use_product__txt {
    -webkit-transition: color 0.6s;
    transition: color 0.6s;
  }
  .use_product__txt span {
    -webkit-transition: border-bottom-color 0.6s;
    transition: border-bottom-color 0.6s;
  }

  .use_product__item:hover .use_product__icons > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .use_product__item:hover .use_product__title {
    color: #125fa7;
  }
  .use_product__item:hover .use_product__txt {
    color: #125fa7;
  }
  .use_product__item:hover .use_product__txt span {
    border-bottom-color: transparent;
  }
}
@media screen and (min-width: 1200px) {
  .use_product__area {
    padding: 35px 20px 40px;
  }
  .use_product__area .title8 {
    font-size: 2.6rem;
    padding: 0 40px;
    top: -30px;
  }

  .use_product__icons {
    padding-top: 132px;
  }

  .use_product__title {
    font-size: 2rem;
  }

  .use_product__txt {
    font-size: 1.4rem;
  }
}