#case {
  padding-top: 102px;
  padding-bottom: 81px;
  background-color: #f0f3f6;
  overflow-x: clip;
  position: relative;
}

@media screen and (max-width: 999px) {
  #case {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

#case::before {
  position: absolute;
  display: block;
  content: "CASE";
  top: 2%;
  right: -5%;
  font-family: Outfit;
  font-weight: normal;
  font-size: 187px;
  letter-spacing: 0.1em;
  text-align: left;
  color: #fff;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 999px) {
  #case::before {
    display: none;
  }
}

.case__container {
  max-width: 1302px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 999px) {
  .case__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.case__message {
  margin-top: 19px;
  margin-bottom: 35px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 30px;
  text-align: center;
  color: #1f1f1f;
}

@media screen and (max-width: 999px) {
  .case__message {
    margin-top: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.case__itemsWrapper {
}

.case__items {
  display: flex;
}

.case__items .slick-track {
  display: flex;
  gap: 30px;
}

.case__item {
  width: 384px !important;
  position: relative;
}

@media screen and (min-width: 1000px) {
  .case__item {
    height: 426px;
  }
}

@media screen and (max-width: 999px) {
  .case__item {
    width: 335px !important;
  }
}

.case__itemImage {
  width: 100%;
  position: relative;
}

.case__cat {
  position: absolute;
  bottom: 0;
  left: 20px;
  transform: translateY(50%);
  border-radius: 100px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding: 3.5px 12px;
  background-color: #fd442d;
}

.case__itemText {
  background: #ffffff;
  padding-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  height: 226px;
}

.case__itemTextHead {
  font-family: "Zen Kaku Gothic Antique";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #101d2b;
  margin-bottom: 13px;
}

.case__itemTextContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 24px;
  text-align: left;
  color: #101d2b;
}

.case__itemTextMoreWrapper {
  text-align: right;
}

.case__itemTextMore {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 45px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #101d2b;
  border-bottom: 1px solid #101d2b;
  padding-bottom: 5px;
}

.case__itemTextMore p {
}

.case__itemTextMore img {
}

#pcase {
  padding-top: 80px;
  padding-bottom: 73px;
}

@media screen and (max-width: 999px) {
  #pcase {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pcase__container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 999px) {
  .pcase__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.pcase__itemsWrapper {
}

.pcase__items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

@media screen and (max-width: 999px) {
  .pcase__items {
    gap: 25px;
  }
}

.pcase__item a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .pcase__item a {
    flex-direction: column;
    gap: 20px;
  }
}

.pcase__itemImage {
  width: 30%;
}

@media screen and (max-width: 999px) {
  .pcase__itemImage {
    width: 100%;
  }
}

.pcase__itemImage img {
  width: 100%;
}

.pcase__itemText {
  width: 64.85%;
}

@media screen and (max-width: 999px) {
  .pcase__itemText {
    width: 100%;
  }
}

.pcase__itemLabel {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #fff;
  line-height: 1;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 9.5px;
  padding-right: 9.5px;
  text-align: center;
  background-color: #f3313b;
  display: inline-block;
}

.pcase__itemHead {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding-bottom: 10.5px;
  margin-bottom: 15.5px;
  border-bottom: 1px solid #707070;
  margin-top: 7px;
}

@media screen and (max-width: 999px) {
  .pcase__itemHead {
    font-size: 16px;
  }
}

.pcase__itemContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 30px;
  text-align: left;
  color: #000;
  line-height: 2.14285714286;
  margin-bottom: 41px;
}

@media screen and (max-width: 999px) {
  .pcase__itemContent {
    margin-bottom: 20px;
  }
}

.pcase__itemMoreWrapper {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #c3c3c3;
}

@media screen and (max-width: 999px) {
  .pcase__itemMoreWrapper {
    margin-left: auto;
  }
}

.pcase__itemMore {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  gap: 13px;
}

.pcase__itemMore p {
}
