@charset "UTF-8";
.fontMont {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*---------------------------------------------
共通部分
---------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #efefef;
}

body * {
  letter-spacing: 0.1em;
  line-height: 120%;
}

a {
  color: #209CC6;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

.commonWidth {
  margin: 0 auto;
}

.footerWidth {
  margin: 0 auto;
}

.noLink {
  opacity: 0.5;
  pointer-events: none;
  cursor: inherit;
}

.icoCircle {
  background: linear-gradient(157deg, #209cc6 0%, #7dc3c8 49%, #f1d3d2 100%) 0% 0% no-repeat padding-box;
  border-radius: 50%;
  display: inline-block;
}

.topTitleArea .titleJp {
  border-bottom: solid 1.5px #000000;
}
.topTitleArea .titleJp .titleJpText {
  font-weight: 700;
}

.errorText {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .wrapWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .commonWidth {
    width: 92.3vw;
  }
  .commonWidthSp {
    width: 92.3vw;
    margin: 0 auto;
  }
  .footerWidth {
    width: 92.3vw;
    margin: 0 auto;
  }
  .icoCircle {
    width: 12px;
    height: 12px;
  }
  .topTitleArea .titleEn {
    font-size: clamp(30px, 12.82vw, 50px);
  }
  .topTitleArea .titleJp {
    padding-top: 10px;
    padding-bottom: min(9.2vw, 36px);
    padding-left: min(7.7vw, 30px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 8px;
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .contentArea {
    padding-bottom: 80px;
  }
  .errorText {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .wrapWidth {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .wrapWidthPc {
    width: clamp(712px, 92.7vw, 1780px);
    margin: 0 auto;
  }
  .commonWidth {
    width: 90vw;
    max-width: 1200px;
  }
  .commonWidthPc {
    width: 90vw;
    max-width: 1200px;
    margin: 0 auto;
  }
  .footerWidth {
    width: 78vw;
    max-width: 1500px;
  }
  .icoCircle {
    width: 16px;
    height: 16px;
  }
  .topTitleArea .titleEn {
    font-size: min(7.8vw, 150px);
  }
  .topTitleArea .titleJp {
    padding-bottom: min(5.2vw, 100px);
  }
  .topTitleArea .titleJp .titleJpText {
    padding: 0 0 0 20px;
    font-size: clamp(15px, 1.67vw, 24px);
  }
  .contentArea {
    padding-bottom: min(10.4vw, 200px);
  }
  .errorText {
    font-size: clamp(14px, 1.39vw, 20px);
  }
}
/*---------------------------------------------
secHeader
---------------------------------------------*/
.secHeader {
  background: #efefef;
}

/*---------------------------------------------
secFooter
---------------------------------------------*/
.secFooter {
  background-color: #191919;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  position: relative;
  z-index: 200;
}

@media only screen and (max-width: 767px) {
  .secFooter {
    padding: 31px 0 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .secFooter {
    padding: 11px 0 10px;
  }
}
/*---------------------------------------------
テキスト分割アニメーション
---------------------------------------------*/
.txtSplitAnim {
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.txtSplitAnim.spanComp {
  opacity: 1;
}
.txtSplitAnim span {
  position: relative;
  opacity: 0;
  top: 1.5em;
  transition: opacity 1s, top 0.8s;
  transition-timing-function: cubic-bezier(0, 1.21, 0.39, 1.07);
}
.txtSplitAnim.animated span {
  opacity: 1;
  top: 0em;
}

/*---------------------------------------------
エラー系テキスト
---------------------------------------------*/
.commonErrorText {
  line-height: 200%;
  text-align: justify;
}

@media only screen and (max-width: 767px) {
  .commonErrorText {
    font-size: clamp(14px, 4.61vw, 18px);
  }
}
@media only screen and (min-width: 768px) {
  .commonErrorText {
    font-size: clamp(14px, 1.53vw, 22px);
  }
}
/*---------------------------------------------
制作実績(一覧)
---------------------------------------------*/
.worksListArea .worksList {
  display: block;
  text-decoration: none;
  color: #000000;
}
.worksListArea .worksList .imgArea {
  overflow: hidden;
}
.worksListArea .worksList .imgArea img {
  -o-object-fit: cover;
     object-fit: cover;
}
.worksListArea .worksList .customer {
  color: #9B9B9B;
}
.worksListArea .worksList .category {
  color: #209CC6;
}

@media only screen and (max-width: 767px) {
  .worksListArea .worksList {
    margin-bottom: 30px;
  }
  .worksListArea .worksList .imgArea {
    margin-bottom: 15px;
  }
  .worksListArea .worksList .imgArea img {
    height: min(80.7vw, 315px);
  }
  .worksListArea .worksList .customer {
    font-size: clamp(14px, 4.1vw, 16px);
    padding-bottom: 8px;
  }
  .worksListArea .worksList .title {
    font-size: clamp(14px, 5.13vw, 20px);
    padding-bottom: 8px;
  }
  .worksListArea .worksList .category {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .worksListArea {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .worksListArea .worksList {
    width: 31.46%;
    margin-right: 2.8%;
    margin-bottom: 50px;
  }
  .worksListArea .worksList:nth-of-type(3n) {
    margin-right: 0;
  }
  .worksListArea .worksList .imgArea {
    margin-bottom: 25px;
  }
  .worksListArea .worksList .imgArea img {
    height: min(16.4vw, 315px);
  }
  .worksListArea .worksList .customer {
    font-size: clamp(14px, 1.11vw, 16px);
    padding-bottom: 15px;
  }
  .worksListArea .worksList .title {
    font-size: clamp(14px, 1.53vw, 22px);
    padding-bottom: 20px;
  }
  .worksListArea .worksList .category {
    font-size: clamp(14px, 1.11vw, 16px);
  }
}/*# sourceMappingURL=common.css.map */