/* ======================================================================
 p-culture
====================================================================== */
.culture__listTtl {
  border-bottom: solid 2px #a69753;
  margin-top: 30px;
  padding-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-align: center;
}

.culture__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
  margin-top: 20px !important;
}
.culture__list li {
  width: calc((100% - 30px) / 2);
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .culture__list li {
    width: 100%;
  }
}
.culture__list li:nth-child(1) .culture__listCourse {
  background: linear-gradient(90deg, #e61b6c 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(2) .culture__listCourse {
  background: linear-gradient(90deg, #ec6c00 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(3) .culture__listCourse {
  background: linear-gradient(90deg, #004098 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(4) .culture__listCourse {
  background: linear-gradient(90deg, #00a040 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(5) .culture__listCourse {
  background: linear-gradient(90deg, #e70012 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(6) .culture__listCourse {
  background: linear-gradient(90deg, #01a29a 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list li:nth-child(7) .culture__listCourse {
  background: linear-gradient(90deg, #6357a3 70%, rgba(230, 230, 230, 0.5) 100%);
}
.culture__list p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.5;
}

.culture__listCourse {
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.dfx {
  display: flex;
}
@media screen and (max-width: 767px) {
  .dfx {
    display: block;
  }
}
.dfx.--half {
  gap: 0 40px;
}
.dfx.--half .boxA {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .dfx.--half .boxA {
    width: 100%;
  }
}
.dfx.--half .boxB {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .dfx.--half .boxB {
    width: 100%;
  }
}
.dfx.--book {
  gap: 0 28px;
}
.dfx.--book .boxA {
  width: 236px;
}
@media screen and (max-width: 767px) {
  .dfx.--book .boxA {
    width: 100%;
  }
}
.dfx.--book .boxB {
  width: calc(100% - 236px);
}
@media screen and (max-width: 767px) {
  .dfx.--book .boxB {
    width: 100%;
  }
}
.dfx p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.5;
}
.dfx a {
  display: block;
  transition: all ease 0.3s;
}
.dfx a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}

.culture__logoList {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .culture__logoList {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 0;
  }
}
.culture__logoList li:nth-child(1) {
  width: 18.5%;
}
@media screen and (max-width: 767px) {
  .culture__logoList li:nth-child(1) {
    width: 240px;
  }
}
.culture__logoList li:nth-child(2) {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .culture__logoList li:nth-child(2) {
    width: 100%;
  }
}
.culture__logoList li:nth-child(3) {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .culture__logoList li:nth-child(3) {
    width: 100%;
  }
}
.culture__logoList a {
  display: block;
  transition: all ease 0.3s;
}
.culture__logoList a:hover {
  opacity: 0.65;
  transition: all ease 0.3s;
}

.culture__vision {
  max-width: 460px;
  margin: 0 auto;
}/*# sourceMappingURL=p-culture.css.map */