@charset "UTF-8";

.secService__img6{
  max-width: 420px;
  width: 42%;
  flex-shrink: 0;
  margin: 0 auto;
}
.secService__img6 img{
  width: 100%;
}
@media screen and (max-width: 599px) {
  .secService__img6{
    width: 100%;
    margin: 0 auto 10px;
  }
}
.secServiceBtn{
  margin-top: 3rem;
}
.moreBtn{
  padding: 1rem 2rem;
  background: #514A49;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: .08em;
  transition: background .3s ease;
  font-size: 1.3rem;
  width: 96%;
  box-sizing: border-box;
}
.moreBtn > span{
  transition: transform .3s ease;
  transform: scale(1);
  display: flex;
  flex-direction: column;
}
.moreBtn > span > span{
  font-size: 1.1rem;
  margin-top: 5px;
  text-align: center;
}
@media(min-width: 600px){
  .moreBtn:hover{
    background: #352f2f;
  }
  .moreBtn:hover > span{
    transform: scale(1.08);
  }
}
@media screen and (max-width: 599px) {
  .secServiceBtn{
    width: 100%;
    margin: 0;
  }
  .moreBtn{
    width: 100%;
    border-radius: 0;
    margin-top: 20px;
    padding: 8px 20px;
    font-size: 1.7rem;
  }
  .moreBtn > span{
    position: static;
  }
  .moreBtn > span > span{
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.serviceTxt{
  font-size: 1.4rem;
    color: #4e4846;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    margin: 60px 0 0;
    line-height: 2.1;
}
.nextBar{
  display: block;
  margin: 40px auto;
  width: 1px;
  height: 100px;
  background-color: #4e4846;
  transform: scale(0);
  transition: 1.3s cubic-bezier(0.4, 0, 0.2, 1) 700ms;
  transform-origin: center;
}
.nextBar[data-scroll="in"]{
  transform: scale(1);
}
@media screen and (max-width: 599px) {
  .serviceTxt{
    font-size: 2rem;
  }
}

.secSystem{
  padding-bottom: 0 !important;
}
.serviceInner{
  max-width: 1000px;
  margin: 0 auto;
  width: 92%;
}
.pos{
  margin-bottom: 100px;
}
.posTtl{
  font-size: 2.3rem;
  letter-spacing: .08em;
  font-weight: 600;
  text-align: center;
  color: #4e4846;
  margin-bottom: 30px;
}
.posImg{
  margin: 0 auto;
  text-align: center;
}
.posImg img{
  width: 100%;
  max-width: 800px;
  height: auto;
}


.systemCon{
  position: relative;
  background-color: #efeded;
  padding: 100px 0 120px;
}
.systemItem{
  max-width: 1040px;
  margin: 0 auto 80px;
  width: 92%;
  display: flex;
  min-height: 240px;
}
.systemItem__left{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  flex-shrink: 0;
  background: #faf7f7;
  border-left: solid 1px #2e2624;
  padding: 4rem 3rem;
  box-sizing: border-box;
}
.systemItem__left__ttl{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.4rem;
  font-weight: 900;
  color: #2e2624;
}
.systemItem__left__ttl span{
  color: #898989;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.systemItem__con{
  width: 50%;
  padding: 4rem 3rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.systemItem__con p{
  font-size: 1.4rem;
    color: #4e4846;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 2.1;
}
.systemItem__con p:not(:last-child){
  margin-bottom: 20px;
}


@media screen and (max-width: 599px) {
  .systemCon .scroll{
    margin-bottom: 40px;
  }
  .systemItem{
    display: block;
    margin: 0 auto 60px;
  }
  .systemItem__left,
  .systemItem__con{
    width: 100%;
  }
  .systemItem__left{
    border: none;
    border-top: solid 1px #2e2624;
  }
  .systemItem__left__ttl{
    font-size: 2.6rem;
  }

  .systemItem__con p{
    font-size: 2rem;
  }

}