.culture-item {
  display: block;
}
.culture-item > .image {
  border-radius: 8px;
  line-height: 0;
  margin: 0 auto 1rem;
  overflow: hidden;
  width: 6.25rem;
}
.culture-item > .site-heading-simple {
  margin-bottom: 0.25rem;
}

.culture-divide {
  background-color: #fafafa;
  height: 54.7vw;
  position: relative;
}
.culture-divide > img {
  position: absolute;
  z-index: 3;
}
.culture-divide > img:nth-child(1) {
  height: 22.8vw;
  width: 49vw;
}
.culture-divide > img:nth-child(2) {
  height: 26.5vw;
  width: 26.5vw;
}
.culture-divide > img:nth-child(3) {
  height: 26.3vw;
  width: 56.6vw;
}
.culture-divide::before, .culture-divide::after {
  content: "";
  display: block;
  height: 36.2vw;
  width: 100vw;
  position: absolute;
  top: 12vw;
  left: 0;
}
.culture-divide::before {
  background-color: #ffdc73;
  z-index: 1;
}
.culture-divide::after {
  background: url(../../images/common/pattern.png) center top repeat;
  background-size: 45px 15px;
  opacity: 0.03;
  z-index: 2;
}
.culture-divide.-divide01 > img:nth-child(1) {
  top: 0;
  left: 16vw;
}
.culture-divide.-divide01 > img:nth-child(2) {
  top: 17.5vw;
  right: 2.8vw;
}
.culture-divide.-divide01 > img:nth-child(3) {
  bottom: 0;
  left: 2.8vw;
}
.culture-divide.-divide02 > img:nth-child(1) {
  top: 0;
  right: 2.8vw;
}
.culture-divide.-divide02 > img:nth-child(2) {
  top: 17.5vw;
  left: 2.8vw;
}
.culture-divide.-divide02 > img:nth-child(3) {
  bottom: 0;
  right: 8.5vw;
}

.culture-content {
  background-color: #ffffff;
  overflow: hidden;
  padding: 2.5rem 20px 4.5rem;
}
.culture-content > .site-heading-combi > .site-heading-belt {
  margin-bottom: 2.5rem;
}
.culture-content.-culture01 {
  background-image: url(../../images/culture/text01.png);
  background-position: right -0.25rem bottom -0.25rem;
  background-repeat: no-repeat;
  background-size: 22.5625rem 3.9375rem;
}
.culture-content.-culture02 {
  background-image: url(../../images/culture/text02.png);
  background-position: left -0.25rem bottom -0.25rem;
  background-repeat: no-repeat;
  background-size: 23.5625rem 3.9375rem;
}
.culture-content.-culture03 {
  background-image: url(../../images/culture/text03.png);
  background-position: right -0.25rem bottom -0.25rem;
  background-repeat: no-repeat;
  background-size: 23.5625rem 3.9375rem;
}

.culture-list > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1.25rem -0.5rem;
}
.culture-list > .inner > .item {
  margin: 1.25rem 0.5rem;
  width: calc(100% - 1rem);
}