@charset "UTF-8";
/* casestudy用css */
/* parts */
/* _mixin */
/* media query */
/* layout */
/* padding, margin */
/* headline */
/* color */
/* flex */
/* font */
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Noto";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NotoSansJP-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Jost-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Oswald-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Oswald-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Oswald-Bold.woff2") format("woff2");
  font-display: swap;
}
/* other */
/* indiviual */
/* コンテンツ共通スタイル */
#headline-area .txt-area h1 {
  background-image: url(../img/icon/casestudy.png);
}

ul.casestudy-ul {
  gap: 4em 4em;
  justify-content: flex-start;
}
ul.casestudy-ul li {
  width: calc(33.3333333333% - 2.6666666667em);
  margin: 0 !important;
}
ul.casestudy-ul li h2 {
  font-size: 1.9em !important;
  margin-right: 0.75em;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  ul.casestudy-ul li h2 {
    font-size: 1.75em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  ul.casestudy-ul {
    width: 90%;
    margin: 2em auto 0 auto;
  }
  ul.casestudy-ul li {
    width: calc(50% - 2em);
  }
}/*# sourceMappingURL=casestudy.css.map */