@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

.page-recruit_culture {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic,
    "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 2.1;
  background: rgba(255, 255, 255, 1);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.culture {
  background-color: #fff;
  padding: 150px 0 0 0;
}

.culture-wrapper {
}

.culture-img {
  margin: 0 auto 60px auto;
  max-width: 900px;
  width: 90%;
}

.culture-txt {
  text-align: center;
  margin: 0 0 50px;
}

.culture-txt-en {
  color: #FFDC28;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 12px;
}

.culture-txt-ttl {
  color: #000;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 17px;
}

.culture-txt-editing {
  color: #6EC800;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
}

.culture .-headline {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: bold;
}

.culture .-item {
  margin: 0 0 100px 0;
}

.culture .-item:last-child {
  margin: 0;
}

.culture .-link {
  color: #FF1E6E;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.culture .-link:hover {
  text-decoration: none;
  color: #FFDC28;
}

@media screen and (max-width: 768px) {
  
  .culture {
    padding: 0 0 20% 0;
  }

  .culture-img {
    width: 100%;
  }

  .culture .-headline {
    text-align: center;
    margin: 0 0 6% 0;
    font-size: 6vw;
    line-height: 1.6;  
  }
  
  .culture .-item {
    margin: 0 0 14% 0;
    font-size: 4vw;
  }
}

.back-item {
  background-color: #FFDC28;
}

.-flow {
  margin-top: 1em;
}