ul.welfare-content-wrap {
  padding: 10vh 0 4vh;
}

ul.welfare-content-wrap li {
  margin-bottom: 2vh;
}

ul.welfare-content-wrap li dl {
  border: 1px solid #000;
}

ul.welfare-content-wrap li dl dt {
  display: flex;
  justify-content: space-between;
  padding: 3vh 10% 3vh 0;
  min-height: 18vh;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

ul.welfare-content-wrap li dl dt > * {
  display: flex;
  align-items: center;
}

ul.welfare-content-wrap li dl dt span.num {
  flex-direction: column;
  justify-content: center;
  width: 10%;
  text-align: center;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 4rem;
}

ul.welfare-content-wrap li dl dt span.num::before {
  content: "WELFARE";
  font-size: 1.1rem;
  display: block;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}

ul.welfare-content-wrap li dl dt p.title {
  width: 25%;
  font-size: 2rem;
  font-weight: 600;
}

ul.welfare-content-wrap li dl dt p.text {
  width: 55%;
  line-height: 1.7em;
}

ul.welfare-content-wrap li dl dt p.text::before {
  content: "";
  position: absolute;
  top: calc(50% - 1.5vw);
  right: calc(2vw + 1.5vw);
  width: 2px;
  height: 3vw;
  background: #FFF;
  transform-origin: center center;
  transition: all 0.3s ease;
}

ul.welfare-content-wrap li dl dt p.text::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 2vw;
  width: 3vw;
  height: 2px;
  background: #FFF;
}

ul.welfare-content-wrap li dl dt::before {
  content: "";
  width: 0;
  height: 100%;
  margin-right: auto;
  background: #48d597;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}

ul.welfare-content-wrap li dl dt.is-show::before {
  width: 100%;
}

ul.welfare-content-wrap li dl dt.is-show p.text::before {
  content: "";
  transform: rotate(90deg);
}

ul.welfare-content-wrap li dl dt.noopen {
  pointer-events: none;
}

ul.welfare-content-wrap li dl dt.noopen p.text::before,
ul.welfare-content-wrap li dl dt.noopen p.text::after {
  display: none;
}

ul.welfare-content-wrap li dl dd {
  display: none;
  padding: 2vh 5% 4vh;
  background: #FFF;
}

ul.welfare-content-wrap li:nth-of-type(1) dl dt p.title {
  background: url(../culture/images/welfare-icon01.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(2) dl dt p.title {
  background: url(../culture/images/welfare-icon02.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(3) dl dt p.title {
  background: url(../culture/images/welfare-icon03.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(4) dl dt p.title {
  background: url(../culture/images/welfare-icon04.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(5) dl dt p.title {
  background: url(../culture/images/welfare-icon05.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(6) dl dt p.title {
  background: url(../culture/images/welfare-icon06.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(7) dl dt p.title {
  background: url(../culture/images/welfare-icon07.png) no-repeat right center;
  background-size: 11vh;
}

ul.welfare-content-wrap li:nth-of-type(8) dl dt p.title {
  background: url(../culture/images/welfare-icon08.png) no-repeat right center;
  background-size: 11vh;
}

ul.develop-content-wrap {
  padding: 0;
}

ul.develop-content-wrap > li {
  display: flex;
  border: 2px solid #000;
  min-height: 12vw;
  margin-bottom: 4vh;
  position: relative;
}

ul.develop-content-wrap > li .develop-flow-title {
  width: 30%;
  position: relative;
  border-right: 1px dotted #000;
  padding: 3vh 1vw 0 5vw;
}

ul.develop-content-wrap > li .develop-flow-title span {
  display: block;
  font-family: "Chakra Petch", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1em;
  transform: rotate(90deg);
  transform-origin: left top;
  position: absolute;
  top: 1vw;
  left: 3vw;
}

ul.develop-content-wrap > li .develop-flow-title span::before {
  content: "TRAINING FLOW";
  font-family: "Chakra Petch", sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1em;
  margin-right: 0.4em;
  letter-spacing: 0;
}

ul.develop-content-wrap > li .develop-flow-title p {
  font-size: 2.4rem;
  font-weight: 500;
}

ul.develop-content-wrap > li ul.develop-flow-content {
  width: 70%;
  padding: 2vh 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.develop-content-wrap > li ul.develop-flow-content li {
  width: 32%;
  background: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1.5vh;
  height: 3.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.develop-content-wrap > li ul.develop-flow-content li.pickup-flow {
  width: 100%;
  background: #48d597;
  margin-top: 1vh;
  font-size: 1.8rem;
  font-weight: 500;
}

ul.develop-content-wrap > li ul.develop-flow-content li.spacer {
  background: none;
}

ul.develop-content-wrap > li::after {
  content: "";
  width: 2vw;
  height: 4vh;
  position: absolute;
  bottom: calc(-4vh - 2px );
  left: calc(50% - 1vw);
  background: #AAA;
}

ul.develop-content-wrap > li:last-of-type::after {
  display: none;
}

p.develop-flow-next {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2em;
  position: relative;
  width: 100%;
  padding: 6vw 0 0;
}

p.develop-flow-next::after {
  content: "";
  width: 3vw;
  height: 3vw;
  position: absolute;
  top: 0;
  left: calc(50% - 1.5vw);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
}

.develop-other-list-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.develop-other-list-tab li {
  width: 19%;
  height: 15vw;
  padding: 10vw 0 0;
  cursor: pointer;
  position: relative;
}

.develop-other-list-tab li:nth-of-type(1) {
  background: url(../culture/images/career-img01.jpg) no-repeat center center;
  background-size: cover;
}

.develop-other-list-tab li:nth-of-type(2) {
  background: url(../culture/images/career-img02.jpg) no-repeat center center;
  background-size: cover;
}

.develop-other-list-tab li:nth-of-type(3) {
  background: url(../culture/images/career-img03.jpg) no-repeat center center;
  background-size: cover;
}

.develop-other-list-tab li:nth-of-type(4) {
  background: url(../culture/images/career-img04.jpg) no-repeat center center;
  background-size: cover;
}

.develop-other-list-tab li:nth-of-type(5) {
  background: url(../culture/images/career-img05.jpg) no-repeat center center;
  background-size: cover;
}

.develop-other-list-tab li p {
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 3;
}

.develop-other-list-tab li::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(72, 213, 151, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease;
  mix-blend-mode: multiply;
  z-index: 1;
}

.develop-other-list-tab li:hover::after {
  opacity: 0.5;
}

.develop-other-list-tab li.active::after {
  content: "";
  opacity: 1;
}

.develop-other-list-text {
  position: relative;
  width: 100%;
  min-height: 40vh;
}

.develop-other-list-text li {
  width: 100%;
  position: absolute;
  top: 6vh;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.develop-other-list-text li dl {
  width: 100%;
}

.develop-other-list-text li dl dt {
  font-size: 3rem;
  padding-bottom: 0.4em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #000;
}

.develop-other-list-text li dl dd span {
  font-size: 1.3rem;
}

.develop-other-list-text li.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.4s ease;
}

ul.crosstalk-index-links {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.crosstalk-index-links > * {
  width: 49%;
}

ul.crosstalk-index-links li {
  margin-bottom: 30px;
}

ul.crosstalk-index-links li a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

ul.crosstalk-index-links li a img {
  width: 100%;
  z-index: 0;
}

ul.crosstalk-index-links li a p.crosstalk-index-number {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 20px 25px;
  font-size: 3rem;
  color: #0ac39b;
  font-weight: 600;
  top: 0;
  left: 0;
}

ul.crosstalk-index-links li a p.crosstalk-index-number span {
  font-size: 6rem;
  font-weight: 600;
}

ul.crosstalk-index-links li a p.more-cross {
  display: block;
  z-index: 2;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFF;
  text-align: right;
  padding: 20px 30px;
  bottom: 0;
  right: 0;
}

ul.crosstalk-index-links li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

ul.crosstalk-index-links li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

ul.crosstalk-person {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10vh 0 5vh;
}

ul.crosstalk-person li {
  width: 50%;
  display: flex;
  background: #FFF;
}

ul.crosstalk-person li dl {
  width: 50%;
  height: 100%;
  padding: 2vh 2vw 0;
  color: #000;
}

ul.crosstalk-person li dl dt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 2vh;
}

ul.crosstalk-person li dl dt span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
}

ul.crosstalk-person li dl dt span.job {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0;
}

ul.crosstalk-person li dl dd {
  font-size: 1.5rem;
}

ul.crosstalk-person li .person__photo {
  width: 50%;
}

ul.crosstalk-person li .person__photo img {
  width: 100%;
  display: block;
}

ul.crosstalk-person li:nth-of-type(2), ul.crosstalk-person li:nth-of-type(3) {
  background: #000;
}

ul.crosstalk-person li:nth-of-type(2) dl, ul.crosstalk-person li:nth-of-type(3) dl {
  color: #FFF;
}

.crosstalk-wrap {
  display: flex;
  justify-content: space-between;
}

.crosstalk-wrap ul.crosstalk-img {
  width: 37%;
}

.crosstalk-wrap ul.crosstalk-img li {
  width: 100%;
  margin-bottom: 20vh;
}

.crosstalk-wrap ul.crosstalk-img li img {
  width: 100%;
  display: block;
}

.crosstalk-wrap .crosstalk-text {
  width: 63%;
  padding: 0 3vw;
  margin-bottom: 14vh;
}

.crosstalk-wrap .crosstalk-text h4.crosstalk-title {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 2px solid #000;
}

.crosstalk-wrap .crosstalk-text span {
  display: inline-block;
  font-weight: 500;
  background: #000;
  margin-right: 0.5em;
  font-size: 1.4rem;
  color: #FFF;
  width: 4em;
  text-align: center;
}

.crosstalk-wrap:nth-of-type(2n) ul.crosstalk-img {
  order: 1;
}

.crosstalk-wrap:nth-of-type(2n) .crosstalk-text {
  order: 0;
}

p.paragraph {
  margin-bottom: 60px;
}

.workstyle-box {
  margin-bottom: 60px;
}

.workstyle-box dt {
  width: 100%;
  background: #48d597;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 20px;
  padding: 15px 20px;
}

.workstyle-box dd {
  border: 1px solid #000;
  padding: 40px;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  ul.welfare-content-wrap li dl dt {
    padding: 3vh 13% 3vh 1vh;
    flex-wrap: wrap;
  }

  ul.welfare-content-wrap li dl dt span.num {
    width: 30%;
  }

  ul.welfare-content-wrap li dl dt p.title {
    width: 65%;
  }

  ul.welfare-content-wrap li dl dt p.text {
    width: 100%;
  }

  ul.welfare-content-wrap li dl dt p.text::before {
    top: calc(50% - 2.5vw);
    right: calc(2vw + 2.5vw);
    height: 5vw;
  }

  ul.welfare-content-wrap li dl dt p.text::after {
    right: 2.5vw;
    width: 5vw;
  }

  ul.welfare-content-wrap li:nth-of-type(1) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(2) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(3) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(4) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(5) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(6) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(7) dl dt p.title {
    background-size: 8vh;
  }

  ul.welfare-content-wrap li:nth-of-type(8) dl dt p.title {
    background-size: 8vh;
  }

  ul.develop-content-wrap > li {
    flex-wrap: wrap;
  }

  ul.develop-content-wrap > li .develop-flow-title {
    width: 100%;
    border-right: 0px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 6vh 1vw 3vh 5vw;
  }

  ul.develop-content-wrap > li .develop-flow-title span {
    transform: rotate(0deg);
    top: 1.5vw;
  }

  ul.develop-content-wrap > li ul.develop-flow-content {
    width: 100%;
  }

  ul.develop-content-wrap > li ul.develop-flow-content li {
    width: 48%;
    font-size: 1.4rem;
    height: 10vw;
  }

  .develop-other-list-tab {
    flex-wrap: wrap;
  }

  .develop-other-list-tab li {
    width: 48%;
    height: 37vw;
    padding: 21vw 0 0;
    margin-bottom: 3vw;
    line-height: 1.6;
  }

  .develop-other-list-text {
    min-height: 47vh;
  }

  .develop-other-list-text li dl dd {
    line-height: 1.6;
  }

  ul.crosstalk-index-links > * {
    width: 100%;
  }

  ul.crosstalk-index-links li a p.crosstalk-index-number {
    padding: 12px 16px;
    font-size: 2rem;
  }

  ul.crosstalk-index-links li a p.crosstalk-index-number span {
    font-size: 4rem;
  }

  ul.crosstalk-index-links li a p.more-cross {
    padding: 10px 16px;
  }

  ul.crosstalk-person li {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  ul.crosstalk-person li dl {
    width: 100%;
    padding: 1vh 2vh;
    text-align: center;
  }

  ul.crosstalk-person li dl dt {
    font-size: 2.4rem;
    margin-bottom: 0.5vh;
  }

  ul.crosstalk-person li dl dt span {
    font-size: 1.4rem;
  }

  ul.crosstalk-person li dl dt span.job {
    font-size: 1.4rem;
  }

  ul.crosstalk-person li .person__photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 25vh;
  }

  ul.crosstalk-person li .person__photo img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .crosstalk-wrap {
    flex-wrap: wrap;
  }

  .crosstalk-wrap:last-child .crosstalk-text {
    margin-bottom: 0;
  }

  .crosstalk-wrap ul.crosstalk-img {
    width: 100%;
  }

  .crosstalk-wrap ul.crosstalk-img li {
    margin-bottom: 2vh;
    height: 33vh;
    overflow: hidden;
    position: relative;
  }

  .crosstalk-wrap ul.crosstalk-img li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .crosstalk-wrap .crosstalk-text {
    width: 100%;
    padding: 0;
  }

  .workstyle-box dt {
    font-size: 2rem;
  }

  .workstyle-box dd {
    padding: 20px;
  }
}
/*# sourceMappingURL=maps/culture.css.map */
.sp-br {
    display: none;
}

/* --- 画面幅 769px 以上の時（PC版）だけ適用 --- */
@media screen and (min-width: 769px) {


/* --- クラス指定がある時だけレイアウトを変更する --- */

/* 1. 【is-2column】常に2分割（4個なら 2+2） */
ul.develop-flow-content.is-2column {
    justify-content: flex-start !important;
    gap: 1.5% !important;
}
ul.develop-flow-content.is-2column li {
    width: auto !important;
    flex: 1 1 45% !important; /* 45%基準なので、1行に2つ入る */
}

/* 2. 【is-2column_ex】3カラムベースで、余った行（2個）だけ広げる */
ul.develop-flow-content.is-2column_ex {
    justify-content: flex-start !important;
    gap: 1.5% !important;
}
ul.develop-flow-content.is-2column_ex li {
    width: auto !important;
    flex: 1 1 30% !important; /* 30%基準なので、3つ入れば3カラム、2つなら2等分 */
}

/* 共通：pickup-flow は常に100% */
ul.develop-flow-content.is-2column li.pickup-flow,
ul.develop-flow-content.is-2column_ex li.pickup-flow {
    flex: 1 1 100% !important;
    width: 100% !important;
}

/* 1. 親要素：左寄せにして隙間を作る */
ul.develop-flow-content.is-mixed-layout {
    justify-content: flex-start !important;
    gap: 1.5% !important;
}

/* 2. 基本設定：このULの中のliは、基本は3カラム（30%） */
ul.develop-flow-content.is-mixed-layout li {
    width: auto !important;
    flex: 1 1 30% !important;
}

/* 3. 切り替え設定：2つ目以降の pickup-flow の後ろにある li だけ 2カラム（45%）にする */
/* 「pickup-flow があった後の、さらにもう一つの pickup-flow の後ろ」を狙う指定 */
ul.develop-flow-content.is-mixed-layout li.pickup-flow ~ li.pickup-flow ~ li {
    flex: 1 1 45% !important;
}

/* 4. 見出し(pickup-flow)自体は常に100%幅 */
ul.develop-flow-content.is-mixed-layout li.pickup-flow {
    flex: 1 1 100% !important;
    width: 100% !important;
}
}

/* スマホ版（768px以下）での微調整 */
@media screen and (max-width: 768px) {
    ul.develop-flow-content li.pickup-flow.twoline {
        min-height: 15vw !important; /* スマホでの最低の高さ（既存の高さに合わせる） */
        padding: 3.5vh 3vw !important; /* スマホでは少し広めに余白をとる */
//        font-size: 1.6rem !important; /* 折り返しに備えて少しだけ調整（お好みで） */
    }
.sp-br {
        display: inline; /* これで改行が有効になるよ */
    }

}