@charset "UTF-8";
/* =================================================================================================

　プロセス導入支援サービス

================================================================================================= */
/* CSS Document */
/* ----------------------------------------------------------------------------
　ページタイトル
---------------------------------------------------------------------------- */
#second_title02 {
  margin-bottom: 5rem;
}

#second_title02 .bg:after {
  background: url("../img/second_title_bg.jpg") center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 592px) {
  #second_title02 .bg:after {
    background: url("../img/second_title_bg_sp.jpg") center 0 no-repeat;
    background-size: cover;
  }
}

/* ----------------------------------------------------------------------------
　lead
---------------------------------------------------------------------------- */
#lead {
  width: 960px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 1040px) {
  #lead {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #lead {
    width: 90%;
    margin-bottom: 5rem;
  }
}

#lead h2 {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #lead h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  #lead h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 592px) {
  #lead h2 {
    margin-bottom: 2rem;
  }
}

#lead .text {
  text-align: center;
  line-height: 200%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 592px) {
  #lead .text {
    text-align: left;
  }
}

#lead h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  margin: 0 auto 3rem;
  position: relative;
  background-color: #800080;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 592px) {
  #lead h3 {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
#lead h3:after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc((100% - 20px) / 2);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 0;
  border-color: transparent #800080 transparent transparent;
}

#lead h4 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 592px) {
  #lead h4 {
    font-size: 1.5rem;
  }
}

#lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  #lead ul {
    display: block;
  }
}

#lead ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  background-color: #826f93;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 180%;
  padding: 1.5rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 592px) {
  #lead ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.lead_photo {
  width: 960px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 1040px) {
  .lead_photo {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  .lead_photo {
    width: 90%;
    margin-bottom: 5rem;
  }
}
.lead_photo img {
  width: 88.5416667%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 592px) {
  .lead_photo img {
    width: 100%;
  }
}

#feature {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  #feature {
    width: 95%;
  }
}
@media screen and (max-width: 592px) {
  #feature {
    width: 90%;
  }
}

#feature h2 {
  text-align: center;
  color: #402f4d;
  font-size: 3.5rem;
  font-weight: 600;
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  #feature h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 592px) {
  #feature h2 {
    margin-bottom: 6rem;
  }
}

#feature dl {
  margin: 0 auto 7.5rem;
  position: relative;
}
@media screen and (max-width: 592px) {
  #feature dl {
    margin-bottom: 5rem;
  }
}
#feature dl:last-child {
  margin-bottom: 2rem;
}

#feature dl dd h3 {
  color: #493759;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 2rem;
  position: relative;
  /*&:after{
  	content: "";
  	position: absolute;
  	top: 0.5rem;
  	left: -4.5rem;
  	width: 40px;
  	height: 15px;
  	background-color: #800080;

  	// 592px以下（sd）ここからスマホ
  	@include mq(sd){
  		width: 15px;
  		height: 15px;
  		left: -2rem;
  	}
  }*/
}
@media screen and (max-width: 592px) {
  #feature dl dd h3 {
    line-height: 150%;
  }
}
#feature dl dd h3 sup {
  font-size: 0.8rem;
}

#feature dl dd .copy {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3);
}

#feature dl dd .copy .title {
  background-color: #826f93;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 600;
}

#feature dl dd .copy .text {
  padding: 1.5rem;
}

#feature dl dd .copy .text ul li {
  margin-bottom: 0.3rem;
  line-height: 180%;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 800px) {
  #feature dl dd .copy .text ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 592px) {
  #feature dl dd .copy .text ul li {
    font-size: 1.5rem;
    line-height: 180%;
  }
}
#feature dl dd .copy .text ul li span {
  color: #800080;
}

#feature dl dd .cap {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: right;
}

#feature dl dd .chart {
  width: 63%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart {
    width: 100%;
  }
}
#feature dl dd .chart img {
  width: 100%;
}

#feature dl dd .chart.long {
  width: 98.7654321%;
}
#feature dl dd .chart.long img {
  width: 100%;
}

#feature dl dd > .text {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 180%;
}

#feature dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 592px) {
  #feature dl dd .flex {
    display: block;
  }
}

#feature dl dd .flex .copy {
  width: 49%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .flex .copy {
    width: 100%;
    margin-bottom: 1rem;
  }
}

#feature dl dd .flex .copy ul {
  display: block;
}

#feature dl dd .flex .photo_box {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 592px) {
  #feature dl dd .flex .photo_box {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#feature dl dd .flex .photo_box img {
  width: 100%;
}

#feature dl dd .flex .photo_box .cap {
  text-align: right;
  font-size: 0.7rem;
  position: absolute;
  top: 100%;
  right: 0rem;
}

#feature dl dd .constitution_box {
  margin-bottom: 3.5rem;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.3);
  padding-bottom: 0.5rem;
}
#feature dl dd .constitution_box:last-child {
  margin-bottom: 0rem;
}

#feature dl dd h4 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 1rem;
  background-color: #826f93;
  color: #fff;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 592px) {
  #feature dl dd h4 {
    font-size: 1.6rem;
  }
}

#feature dl dd .list {
  margin: 0 1.5rem 2rem;
}

#feature dl dd .list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5rem;
  line-height: 180%;
}
#feature dl dd .list li span {
  color: #800080;
}

#feature dl dd .chart01 {
  width: 82%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart01 {
    width: 100%;
  }
}

#feature dl dd .chart02 {
  width: 100%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart02 {
    width: 100%;
  }
}

#feature dl dd .chart03 {
  width: 44%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart03 {
    width: 90%;
  }
}

#feature dl dd .chart04,
#feature dl dd .chart05 {
  width: 50%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart04,
  #feature dl dd .chart05 {
    width: 90%;
  }
}

#feature dl dd .chart06 {
  width: 57%;
}
@media screen and (max-width: 592px) {
  #feature dl dd .chart06 {
    width: 90%;
  }
}