#mainWrap {
  overflow: hidden;
}

#wrap.bg_kv #fixedLeftContentWrap #fixedTitle {
  left: 0;
}
#wrap.bg_news #fixedLeftContentWrap #fixedTitle {
  left: -1.5em;
}
#wrap.bg_service #fixedLeftContentWrap #fixedTitle {
  left: -3em;
}
#wrap.bg_knowledgeContent #fixedLeftContentWrap #fixedTitle {
  left: -4.5em;
}
#wrap.afterProductSection #fixedLeftContentWrap #fixedTitle, #wrap.bg_seminar #fixedLeftContentWrap #fixedTitle {
  left: -6em;
}

#fixedLeftContentWrap #fixedTitle {
  position: relative;
  left: 0;
  display: flex;
  flex-direction: column;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  width: 4em;
}
#fixedLeftContentWrap #fixedTitle span {
  margin-left: 15px;
}
#fixedLeftContentWrap #fixedTitle span.num {
  padding: 0 0.5em;
}

.sectionTitleWrap .sectionTitle {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sectionTitleWrap .sectionTitle {
    font-size: 4.6875vw;
    line-height: 1.8;
  }
}

.arrowLink .text {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .arrowLink .text {
    font-size: 3.6458333333vw;
  }
}

#motion {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#motion .movieWrap {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: #d2bda6;
}
@media only screen and (max-width: 767px) {
  #motion .movieWrap {
    background-color: #ccb69d;
  }
}
#motion .movieWrap .movie {
  width: 100%;
  overflow: hidden;
}
#motion .movieWrap .movie video {
  width: 100%;
}
#motion .logo {
  z-index: 1;
  position: fixed;
  top: 12%;
  left: 12%;
  width: 15.28vw;
  transition: 0.6s ease 0s;
}
@media only screen and (max-width: 767px) {
  #motion .logo {
    top: 30%;
  }
}
#motion .logo img {
  width: 100%;
}
#motion .logo.active {
  top: 30px;
  left: 20px;
  width: 110px;
}
@media only screen and (max-width: 767px) {
  #motion .logo.active {
    width: 27.34375vw;
  }
}

#kv {
  position: relative;
  padding: 90px 0 80px;
}
@media only screen and (max-width: 767px) {
  #kv {
    padding: 0 0 22.1354166667vw;
  }
}
#kv > .largeInner {
  padding-left: min(50px, 3.4vw);
  width: calc(90% - 150px);
}
@media only screen and (max-width: 1079px) {
  #kv > .largeInner {
    padding-left: 0;
    width: 90%;
  }
}
#kv .titleWrap .title img {
  display: block;
}
#kv .titleWrap .title img:first-of-type {
  margin-bottom: 25px;
  margin-left: min(-40px, -2.7vw);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .titleWrap .title img:first-of-type {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kv .titleWrap .title img:first-of-type {
    margin: 0 0 2.6041666667vw;
  }
}
#kv .contentWrap {
  position: relative;
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .contentWrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap {
    margin-top: 6.5104166667vw;
  }
}
#kv .contentWrap .imageWrap {
  z-index: 1;
  position: absolute;
  top: 50px;
  right: calc(50% - 50vw);
  width: 100vw;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .contentWrap .imageWrap {
    top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap .imageWrap {
    position: relative;
    top: 0;
    right: 0;
  }
}
#kv .contentWrap .imageWrap .image {
  margin-left: auto;
  width: 49.3055555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .contentWrap .imageWrap .image {
    width: 45vw;
  }
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap .imageWrap .image {
    width: 100vw;
  }
}
#kv .contentWrap .imageWrap .image img {
  width: 100%;
  max-width: 710px;
}
#kv .contentWrap .textWrap {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap .textWrap {
    margin-top: 7.8125vw;
  }
}
#kv .contentWrap .textWrap > .text {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.4;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #kv .contentWrap .textWrap > .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap .textWrap > .text {
    font-size: 4.1666666667vw;
  }
}
#kv .contentWrap .textWrap .arrowLink {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #kv .contentWrap .textWrap .arrowLink {
    margin-top: 13.0208333333vw;
  }
}
#kv .scrollWrap {
  position: absolute;
  bottom: 0;
  float: left;
  width: 150px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1079px) {
  #kv .scrollWrap {
    display: none;
  }
}
#kv .scrollWrap .scroll {
  position: absolute;
  left: 50%;
  bottom: 175px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #72c5d0;
  transform: translateX(-50%);
  -webkit-animation: scroll 1.5s ease 0s infinite;
          animation: scroll 1.5s ease 0s infinite;
}
#kv .scrollWrap .scroll .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
#kv .scrollWrap .scroll .icon::before {
  content: "";
  position: absolute;
  left: -7.5px;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(135deg);
}

@-webkit-keyframes scroll {
  0% {
    bottom: 170px;
  }
  50% {
    bottom: 160px;
  }
  100% {
    bottom: 170px;
  }
}

@keyframes scroll {
  0% {
    bottom: 170px;
  }
  50% {
    bottom: 160px;
  }
  100% {
    bottom: 170px;
  }
}
#service > .sectionInner {
  padding: 170px 0 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #service > .sectionInner {
    padding: 120px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  #service > .sectionInner {
    padding: 14.3229166667vw 0 13.0208333333vw;
  }
}
#service > .sectionInner > .sectionContentWrap {
  z-index: 2;
  position: relative;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #service > .sectionInner > .sectionContentWrap {
    margin-top: 3.90625vw;
  }
}
#service > .sectionInner > .sectionContentWrap .textWrap .text {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #service > .sectionInner > .sectionContentWrap .textWrap .text {
    font-size: 3.6458333333vw;
  }
}
#service > .sectionInner > .sectionContentWrap .arrowLink {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #service > .sectionInner > .sectionContentWrap .arrowLink {
    margin-top: 5.2083333333vw;
  }
}
#service .serviceInfoContentWrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap {
    margin-top: 11.71875vw;
    display: block;
  }
}
#service .serviceInfoContentWrap .imageWrap {
  margin-right: -50px;
  width: 485px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #service .serviceInfoContentWrap .imageWrap {
    margin-right: -5%;
    width: 375px;
  }
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .imageWrap {
    margin-right: 0;
    width: 100%;
  }
}
#service .serviceInfoContentWrap .imageWrap .image {
  position: relative;
  width: 100%;
}
#service .serviceInfoContentWrap .imageWrap .image.image_consulting::before {
  top: 0;
  left: 49.6%;
  transform: translateX(-50%) scale(1);
}
#service .serviceInfoContentWrap .imageWrap .image.image_researchAnalytics::before {
  top: 26%;
  right: -0.1%;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .imageWrap .image.image_researchAnalytics::before {
    right: 0;
  }
}
#service .serviceInfoContentWrap .imageWrap .image.image_communication::before {
  bottom: 0;
  right: 12.9%;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .imageWrap .image.image_communication::before {
    right: 13%;
  }
}
#service .serviceInfoContentWrap .imageWrap .image.image_pdca::before {
  bottom: 0;
  left: 13.2%;
}
#service .serviceInfoContentWrap .imageWrap .image.image_dataSolution::before {
  top: 26%;
  left: 0;
}
#service .serviceInfoContentWrap .imageWrap .image::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 32%;
  height: 32%;
  border-radius: 50%;
  background-color: #f1ebe4;
}
#service .serviceInfoContentWrap .imageWrap .image img {
  width: 100%;
}
#service .serviceInfoContentWrap .contentWrap {
  position: relative;
  margin-top: 100px;
  width: calc(100% - 485px);
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #service .serviceInfoContentWrap .contentWrap {
    margin-top: 50px;
    height: 350px;
    width: calc(100% - 375px);
  }
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .contentWrap {
    margin-top: 13.0208333333vw;
    width: 100%;
    height: 88.5416666667vw;
  }
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .contentWrap .switchingBtnWrap {
    margin-top: 0;
  }
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap .switchingList {
  display: flex;
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap li {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .contentWrap .switchingBtnWrap li {
    margin-right: 3.90625vw;
  }
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap li:last-of-type {
  margin-right: 0;
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap li a {
  font-size: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#service .serviceInfoContentWrap .contentWrap .switchingBtnWrap li a.active {
  font-weight: bold;
}
#service .serviceInfoContentWrap .sectionContent {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50px);
  opacity: 0;
}
#service .serviceInfoContentWrap .sectionContent.active {
  z-index: 2;
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#service .serviceInfoContentWrap .sectionContent .titleWrap .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .titleWrap .title {
    font-size: 6.25vw;
  }
}
#service .serviceInfoContentWrap .sectionContent .titleWrap .enTitle {
  margin-top: 10px;
  font-size: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .titleWrap .enTitle {
    margin-top: 2.6041666667vw;
    font-size: 3.125vw;
  }
}
#service .serviceInfoContentWrap .sectionContent .infoWrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .infoWrap {
    margin-top: 7.8125vw;
    height: 11.5em;
  }
}
#service .serviceInfoContentWrap .sectionContent .infoWrap .flexWrap .linkListWrap:last-of-type {
  border-left: none;
}
#service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap {
  padding-left: 15px;
  border-left: 1px solid #221e1f;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap {
    padding-left: 3.90625vw;
  }
}
#service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap li {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap li {
    font-size: 4.1666666667vw;
  }
}
#service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap li .link {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #service .serviceInfoContentWrap .sectionContent .infoWrap .linkListWrap li .link {
    font-size: 4.1666666667vw;
  }
}
#service .scrollSpacerWrap {
  position: relative;
}
#service .scrollSnapWrap {
  position: absolute;
  top: -17.5vh;
}
@media only screen and (max-width: 767px) {
  #service .scrollSnapWrap {
    top: 0;
  }
}
#service .scrollSnapWrap.before {
  position: absolute;
  top: -17.5vh;
}
@media only screen and (max-width: 767px) {
  #service .scrollSnapWrap.before {
    top: 0;
  }
}
#service .scrollSnapWrap.after {
  position: absolute;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #service .scrollSnapWrap.after {
    bottom: -12vh;
  }
}
#service .scrollSnapWrap.active {
  position: fixed;
  top: 0;
}
#service .infoWrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #knowledgeContent .sectionInner {
    padding-bottom: 0;
  }
}
#knowledgeContent .flexWrap {
  align-items: center;
  width: 95vw;
  max-width: 1020px;
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .flexWrap {
    width: 90vw;
  }
}
#knowledgeContent .imageWrap .image {
  width: 35.1390922401vw;
  max-width: 480px;
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .imageWrap .image {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#knowledgeContent .imageWrap .image img {
  width: 100%;
}
#knowledgeContent .contentWrap {
  margin-left: min(90px, 6.6vw);
  padding-right: 5%;
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .contentWrap {
    padding-right: 0;
    margin: 14.3229166667vw 0 0;
  }
}
#knowledgeContent .sectionContentWrap {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #knowledgeContent .sectionContentWrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .sectionContentWrap {
    margin-top: 3.90625vw;
  }
}
#knowledgeContent .sectionContentWrap > .textWrap .text {
  font-size: 20px;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #knowledgeContent .sectionContentWrap > .textWrap .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .sectionContentWrap > .textWrap .text {
    font-size: 3.6458333333vw;
  }
}
#knowledgeContent .sectionContentWrap .arrowLink {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #knowledgeContent .sectionContentWrap .arrowLink {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #knowledgeContent .sectionContentWrap .arrowLink {
    margin-top: 5.2083333333vw;
  }
}

#seminar > .sectionInner {
  padding: 130px 0 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #seminar > .sectionInner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #seminar > .sectionInner {
    padding: 22.1354166667vw 0 20.8333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #seminar .sectionTitleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#seminar .sectionTitleWrap .arrowLink {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #seminar .sectionTitleWrap .arrowLink {
    margin-top: 0;
  }
}
#seminar .sectionContentWrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #seminar .sectionContentWrap {
    margin-top: 7.8125vw;
  }
}
#seminar .numAndSliderWrap {
  width: 95vw;
  max-width: none;
}
#seminar .numAndSliderWrap .columnBox {
  margin-right: 15px;
  width: 25.55vw;
  max-width: 368px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #seminar .numAndSliderWrap .columnBox {
    width: 39.0625vw;
  }
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox {
    margin-right: 3.90625vw;
    width: 83.3333333333vw;
  }
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea {
  margin-bottom: 15px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #221e1f;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .articleInfoArea {
    margin-bottom: 3.90625vw;
    padding-top: 2.6041666667vw;
  }
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea .date {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .articleInfoArea .date {
    font-size: 3.125vw;
  }
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel {
  padding: 5px;
  width: 70px;
  text-align: center;
  background-color: #72c5d0;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel {
    padding: 1.3020833333vw;
    width: 18.2291666667vw;
  }
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel.state_end {
  background-color: #e0e0e0;
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel.state_end span {
  color: #757575;
}
#seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel span {
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .articleInfoArea .stateLabel span {
    font-size: 3.125vw;
  }
}
#seminar .numAndSliderWrap .columnBox .photo {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .photo {
    margin-bottom: 3.90625vw;
  }
}
#seminar .numAndSliderWrap .columnBox .photo .img {
  width: 100%;
  height: 14.37vw;
  max-height: 207px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #seminar .numAndSliderWrap .columnBox .photo .img {
    height: 21.875vw;
  }
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .photo .img {
    height: 53.90625vw;
  }
}
#seminar .numAndSliderWrap .columnBox .photo .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#seminar .numAndSliderWrap .columnBox .titleWrap .normalTitle {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .columnBox .titleWrap .normalTitle {
    font-size: 3.6458333333vw;
  }
}
#seminar .numAndSliderWrap .slick-num {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  #seminar .numAndSliderWrap .slick-num {
    margin-top: 10.4166666667vw;
  }
}

#news .sectionInner {
  z-index: 2;
  position: relative;
  padding: 95px 0;
}
@media only screen and (max-width: 767px) {
  #news .sectionInner {
    padding: 14.3229166667vw 0;
  }
}
@media only screen and (max-width: 767px) {
  #news .sectionTitleWrap {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#news .sectionTitleWrap .arrowLink {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #news .sectionTitleWrap .arrowLink {
    margin-top: 0;
  }
}
#news .sectionContentWrap {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  #news .sectionContentWrap {
    margin-top: 7.8125vw;
  }
}
#news .newsListWrap .columnBox {
  padding: 25px 0;
  display: block;
  border-bottom: 1px solid #221e1f;
}
@media only screen and (max-width: 767px) {
  #news .newsListWrap .columnBox {
    padding: 6.5104166667vw 0;
  }
}
#news .newsListWrap .columnBox:first-of-type {
  border-top: 1px solid #221e1f;
}
#news .newsListWrap .columnBox .articleInfoArea {
  display: flex;
  align-items: center;
}
#news .newsListWrap .columnBox .articleInfoArea .date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
#news .newsListWrap .columnBox .articleInfoArea .categoryLabel {
  padding-top: 0.11em;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  #news .newsListWrap .columnBox .articleInfoArea .categoryLabel {
    margin-left: 3.90625vw;
  }
}
#news .newsListWrap .columnBox .titleWrap {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #news .newsListWrap .columnBox .titleWrap {
    margin-top: 3.90625vw;
  }
}
#news .newsListWrap .columnBox .titleWrap .normalTitle {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #news .newsListWrap .columnBox .titleWrap .normalTitle {
    font-size: 4.1666666667vw;
  }
}

.imageAndTxtLinkBlock {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .imageAndTxtLinkBlock {
    padding-top: 14.3229166667vw;
  }
}

#connectionService > .sectionInner {
  padding: 150px 0 100px;
}
@media only screen and (max-width: 767px) {
  #connectionService > .sectionInner {
    padding: 20.8333333333vw 0;
  }
}
#connectionService .sectionContentWrap {
  margin-top: 40px;
  width: 95vw;
}
@media only screen and (max-width: 767px) {
  #connectionService .sectionContentWrap {
    margin-top: 9.1145833333vw;
  }
}
#connectionService .numAndSliderServiceWrap .post {
  margin-right: 30px;
  width: 280px;
}
@media only screen and (max-width: 767px) {
  #connectionService .numAndSliderServiceWrap .post {
    margin-right: 3.90625vw;
    width: 69.7916666667vw;
  }
}
#connectionService .numAndSliderServiceWrap .post .logoWrap .logo,
#connectionService .numAndSliderServiceWrap .post .imageWrap .image {
  width: 100%;
}
#connectionService .numAndSliderServiceWrap .post .logoWrap .logo img,
#connectionService .numAndSliderServiceWrap .post .imageWrap .image img {
  width: 100%;
}
#connectionService .numAndSliderServiceWrap .post .logoWrap {
  border-bottom: 1px solid #221e1f;
}
@media only screen and (max-width: 767px) {
  #connectionService .numAndSliderServiceWrap .post .logoWrap {
    padding-bottom: 7.8125vw;
  }
}
#connectionService .numAndSliderServiceWrap .post .infoWrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #connectionService .numAndSliderServiceWrap .post .infoWrap {
    margin-top: 5.2083333333vw;
  }
}
#connectionService .numAndSliderServiceWrap .post .infoWrap * {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#connectionService .numAndSliderServiceWrap .post .infoWrap .textWrap .text {
  line-height: 1.8;
}
#connectionService .numAndSliderServiceWrap .post .infoWrap .textLink {
  margin-top: 20px;
  font-size: 16px;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #connectionService .numAndSliderServiceWrap .post .infoWrap .textLink {
    margin-top: 5.2083333333vw;
    font-size: 3.6458333333vw;
  }
}