@charset "utf-8";
/* CSS Document */


 /*FV*/
.section-top-wrapper {
  margin: 0 calc(50% - 50vw) 0;
  position: relative;
}
.section-top {
  position: relative;
  margin: -174px auto 0;
  padding-top: 75px;
}
.top-images {
  /*max-width: 1920px;*/
  height: auto;
  margin: 0 auto;
  transform: translateY(5px);
  position: relative;
  z-index: 1;
}
.top-images-sp {
  display: none;
}
.top-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* 左の人物 */
.person-left {
  position: absolute;
  width: 20%;
  left: 11%;
  bottom: -8%;
  z-index: 10;
  transform-origin: bottom center;
  animation: swayLeft 4s steps(4, end) infinite;
}
.person-left img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes swayLeft {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(-8deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}
/* 右の人物 */
.person-right {
  position: absolute;
  width: 20%;
  right: 8%;
  bottom: -11%;
  z-index: 10;
  transform-origin: bottom center;
  animation: swayRight 4s steps(4, end) infinite;
}
.person-right img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes swayRight {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(8deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-8deg); }
  100% { transform: rotate(0deg); }
}

/* 中央のテキスト画像 */
.center-text {
  position: absolute;
  width: 39%; /* PC時の幅 */
  top: 56%;
  left: 50%; /* 中央揃えのため50%に戻す */
  transform: translate(-50%, -50%);
  z-index: 5;
  margin-top: -87px;
}
.center-text img {
  width: 100%;
  height: auto;
  display: block;
}

/* レスポンシブ対応（タブレット） */
@media screen and (max-width: 1000px) {
  .section-top-wrapper::after {
    top: 56%;
  }
  .top-images {
    display: none;
  }
  .top-images-sp {
    display: block;
  }
  .top-images-sp img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  /* タブレット時の人物画像サイズ調整 */
  .person-left{
    width: 28%;
    left: 5%;
    bottom: -5%;
  }
  
  .person-right{
    width: 28%;
    right: 7%;
    bottom: -8%;
  }
  
  /* タブレット時の中央テキスト */
  .center-text {
    width: 70%; /* タブレット時は大きめ */
    margin-top: 0;
    top: 50%;
  }
}

/* スマホ対応 */
@media (max-width: 768px) {
  .person-left {
    width: 25%;
    left: 6%;
    bottom: -3%;
  }
  
  .person-right {
    width: 25%;
    right: 6%;
    bottom: -5%;
  }
  
  /* スマホ時の中央テキスト */
  .center-text {
    width: 76%; /* スマホ時はさらに大きく */
    padding: 0 20px;
    top: 60%;
  }
}



/*見出しスタイル*/
h2{
  margin-bottom: 100px;
}

.section_hl-main{
  display: block;
  font-size: 5.6rem;
  color: #2C33BD;
  font-weight: 900;
  padding-bottom: 15px;
}

.section_hl-sub{
  font-family: "Jost", sans-serif;
  display: block;
  font-size: 2.5rem;
  color: #F67F11;
  font-weight: 600;
  transform: translateY(14px);
}

.bold-font{
  font-weight: 700;
  color: #353535;
}

/* SP版レスポンシブ対応 */
@media screen and (max-width: 1000px){
  h2{
    margin-bottom: 20px;
    line-height: 0.6;
  }
  .section_hl-main{
    font-size: 2.8rem;
    padding-bottom: 0;
    line-height: 1.0;
  }
  .section_hl-sub{
    font-size: 1.8rem;
    transform: translateY(-5px);
  }
  .pc-br{
    display: none;
  }
}


/*三角のbg*/
.section-bottom-style{
  position: relative;
}


.gradient-button {
  background: linear-gradient(45deg, #E9528E,#F888B1, #B6C3F0);
  border: none;
  border-radius: 5px;
  padding: 16px 32px;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  margin: 0 auto;
}

.gradient-button:hover {
  transform: translateY(-4px);
}

.gradient-button:active {
  transform: translateY(0);
}

.button-text {
  font-size: 1.8rem;
  flex-grow: 1;
  text-align: center;
}

.arrow {
  font-size: 8px;
  transition: transform 0.3s ease;
}

.gradient-button:hover .arrow {
  transform: translateX(4px);
}




/*コンサスってどんな会社？*/

#whatsconsuss{
  position: relative;
  z-index: 20;
  background: #fff;
}

.whatsconsuss{
  background: linear-gradient(180deg, rgb(227 248 255), rgb(255 255 255 / 0%));
  margin: 0 -30px;
  padding: 0 30px;
}

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

.whatsconsuss-p{
  color: #5161CC;
  line-height: 3;
  font-size: 2.0rem;
}

.whatsconsuss-b{
  display: inline-block;
  margin-top: 60px;
  color: #5161CC;
  font-size: 3.0rem;
}

.highlighter {
  background: linear-gradient(transparent 35%, #FEFEA1 0%);
}

.whatsconsuss-img-wrapper{
  height: 524px;
  width: 524px;
  border-radius: 999px;
  position: relative;
  box-shadow: 18px -17px 0px 5px #C2EBF1;
}

.whatsconsuss-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  
  animation: image-switch-animation 15s infinite;
}

.src1 {
  background-image: url("../assets/img/whatsconsuss-img-1.jpg");
}
.src2 {
  background-image: url("../assets/img/whatsconsuss-img-2.jpg");
}
.src3 {
  background-image: url("../assets/img/whatsconsuss-img-3.jpg");
}

.whatsconsuss-img:nth-of-type(1) {
  animation-delay: 0s;
}
.whatsconsuss-img:nth-of-type(2) {
  animation-delay: 5s;
}
.whatsconsuss-img:nth-of-type(3) {
  animation-delay: 10s;
}

@keyframes image-switch-animation {
  0% { opacity: 0; }
  5% { opacity: 1; }
  30% { opacity: 1; }      /* 表示時間を少し延長 */
  35% { opacity: 0; }      /* フェードアウト終了を少し延長 */
  100% { opacity: 0; }
}

@media screen and (max-width: 1000px){
  .whatsconsuss{
    margin: 0 -15px;
    padding: 0 15px;
  }
  .whatsconsuss_contents_wrapper{
    flex-direction: column;
    row-gap: 50px;
  }
  .whatsconsuss-p{
    font-size: 1.4rem;
  }
  .whatsconsuss-b{
    margin-top: 20px;
    font-size: 2rem;
  }
  .whatsconsuss-img-wrapper{
    height: 270px;
    width: 270px;
    box-shadow: 7px -11px 0px 5px #C2EBF1;
    right: -70px;
  }
}



/*コンサスで働く理由*/
.ourmotivation-contents-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 40px;
  margin: 0 auto;
  align-items: stretch;
}

.ourmotivation-contents-wrapper li{
  min-height: 280px;
  background-color: var(--bg-color, #5161CC); /* デフォルト色 */
  border-radius: 18px;
  padding: 30px 40px;
  box-shadow: 3px 3px 5px rgb(0 0 0 / 26%);
}

.ourmotivation-contents-wrapper li:nth-child(1) { --bg-color: #5161CC; }
.ourmotivation-contents-wrapper li:nth-child(2) { --bg-color: #51CC93; }
.ourmotivation-contents-wrapper li:nth-child(3) { --bg-color: #F67F11; }
.ourmotivation-contents-wrapper li:nth-child(4) { --bg-color: #1DAFE3; }

.ourmotivation-contents-wrapper li h3{
  text-align: center;
  font-size: 3.5rem;
  color: #FFF926;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.3;
}

.ourmotivation-contents{
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}

.ourmotivation-contents p{
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.7;
}

.benefit-link {
  display: flex;
  align-items: center;
  width: fit-content; /* 内容に合わせた幅 */
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 2px;
  color: white;
  margin-top: 10px; /* 上の要素との間隔調整 */
}

.benefit-link::after {
  content: '';
  margin-left: 8px;
  margin-top: 3px;
  width: 8px;
  height: 8px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  border-radius: 2px;
  transform: rotate(45deg);
}

@media screen and (max-width: 1000px){
  .ourmotivation-contents-wrapper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ourmotivation-contents-wrapper li {
    border-radius: 10px;
    padding: 20px 25px;
    min-height: 0;
  }
  .ourmotivation-contents-wrapper li h3 {
    font-size: 2.3rem;
    margin: 10px 0 12px;
  }
  .ourmotivation-contents p{
    font-size: 1.4rem;
  }
  .benefit-link{
    margin: 0 auto;
  }
}

/* 社員紹介セクション */
.employee-voices-wrapper {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #F9F9F9 50%, #F9F9F9 100%);
  margin: 0 -30px;
  padding: 0 30px;
}

.color-white span {
  color: #ffffff !important;
}

.employee-voices {
  max-width: 1500px !important;
  background: linear-gradient(135deg, #4D9DF9, #A7C9FF);
  border-radius: 30px;
  padding: 80px 100px 150px !important;
  color: white;
}

/* PC・タブレット：Splideのスタイルを無効化してグリッド表示 */
@media (min-width: 769px) {
  .employee-voices .splide__track {
    overflow: visible !important;
    height: auto !important; 
  }
  
  .employee-voices .splide__slide {
    width: auto !important;
    visibility: visible !important; 
    opacity: 1 !important; 
  }
  
  .employee-voices .splide__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    list-style: none;
    padding: 0;
    transform: none !important;
    width: 100% !important;  
    height: auto !important; 
  }
  
  .employee-card:nth-child(1),
  .employee-card:nth-child(3) {
    transform: translateY(40px);
  }
}

/* 社員カード共通スタイル */
.employee-image-container {
  position: relative;
}

.employee-image-wrapper {
  position: relative;
}

.employee-image-wrapper::before {
  position: absolute;
  content: "";
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255);
  border-radius: 15px;
  z-index: 999;
}

.employee-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.employee-image img {
  border-radius: 15px;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.hover-style-image:hover .employee-image img {
  transform: scale(1.1);
}

.employee-name-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 15px;
  border-radius: 15px;
  z-index: 2;
  color: #2C33BD;
  font-size: 1.4rem;
}

.employee-info h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: white;
}

.employee-message {
  margin-top: 25px;
  padding-bottom: 25px;
  font-size: 1.8rem;
  border-bottom: solid 2px #ffffff;
}

.employee-department {
  font-size: 2.5rem;
  margin: 15px 0 5px;
  font-weight: 600;
}

.employee-team {
  font-size: 1.4rem;
  font-weight: 600;
}

.employee-description {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* タブレット対応 */
@media (max-width: 1024px) and (min-width: 769px) {
  .employee-voices .splide__list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 25px;
  }
}

/* スマートフォン対応：スライダー表示 */
@media (max-width: 768px) {
  .employee-voices{
    padding: 20px 15px !important;
    border-radius: 10px;
  }
  .employee-voices-wrapper{
    margin: 0 -15px;
    padding: 0;
  }
  .employee-voices .splide__list{
    display: flex !important;
    margin-top: 40px;
    list-style: none;
    padding: 0;
  }
  .employee-card{
    padding: 25px 15px;
  }
  .employee-info h3{
    font-size: 20px;
  }
  .employee-voices .splide__pagination {
    bottom: -3px;
  }
}

/*キャリアパス*/
.careerpath-wrapper,.datavisualize-wrapper{
  background-color: #F9F9F9;
  margin: 0 -30px;
  padding: 0 30px;
}

.accordion-container{
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.accordion-item{
   margin-bottom: 30px;
}

.accordion-item:last-child{
    border-bottom: none;
}

.accordion-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 100px;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
  color: white;
  transition: background-color 0.3s ease;
  position: relative;
  border: none;
  width: 100%;
  text-align: left;
  border-radius: 20px;
  z-index: 1;
}

.accordion-header.sales{
    background-color: #FF4B5E;
}

.accordion-header.technical{
  background-color: #269E18;
}

.fontsize-small{
  font-size: 20px;
}

.accordion-header:hover{
  opacity: 0.9;
}

.accordion-header:active{
  transform: translateY(1px);
}

.accordion-toggle{
  font-size: 50px;
  transition: transform 0.3s ease;
}

.accordion-item.active .accordion-toggle {
  transform: rotate(45deg);
}

.accordion-content{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #FFF5F5;
  border-radius: 0 0 20px 20px;
  transform: translateY(-15px);
}

#technical{
  background-color: #EEFFEE;
}

.accordion-item.active .accordion-content {
    max-height: 3000px;
}

.accordion-inner{
  max-width: 1000px;
  margin: 50px auto;
}

.career-title{
    margin-bottom: 25px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #ff6b7a;
    padding-bottom: 10px;
}

.technical .career-title{
    border-bottom-color: #4caf50;
}

/* タイムライン形式のスタイル */
.timeline-container{
    position: relative;
    padding-left: 130px;
}

.technical .timeline-container::before{
    background: linear-gradient(to bottom, #4caf50, #4caf50);
}

.career-item{
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    padding: 30px 40px;
    background-color: white;
    border-radius: 20px;
    position: relative;
}

.technical .career-item{
    border-left-color: #4caf50;
}

.career-item:last-child {
    margin-bottom: 0;
}

.career-year {
  position: absolute;
  left: -150px;
  top: 22px;
  padding: 10px 15px;
  font-size: 3.0rem;
  width: 150px; 
  text-align: center;
  z-index: 2;
}

.career-item:nth-child(1) .career-year { color: #FFA0AC; }
.career-item:nth-child(2) .career-year { color: #FF7585; }
.career-item:nth-child(3) .career-year { color: #FF4E61; }
.career-item:nth-child(4) .career-year { color: #FF263D; }

/*技術の年数*/
#technical .career-item:nth-child(1) .career-year { color: #88EB75; }
#technical .career-item:nth-child(2) .career-year { color: #55D989; }
#technical .career-item:nth-child(3) .career-year { color: #30BE6C; }
#technical .career-item:nth-child(4) .career-year { color: #059E4C; }

/* 1年目の下の縦点々（1年目→3年目まで） */
.career-item:nth-child(1) .career-year::after,.career-item:nth-child(2) .career-year::after  {
    content: "●\A●\A●\A●\A●\A●\A●";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #FF7585;
    font-size: 7px;
    line-height: 3.5;
    white-space: pre;
    text-align: center;
    margin-top: 15px;
}

/* 3年目の下の縦点々（3年目→5年目まで） */
.career-item:nth-child(2) .career-year::after {
    color: #FF4E61;
}

/* 5年目の下の縦点々（5年目→10年目まで） */
.career-item:nth-child(3) .career-year::after {
    content: "●\A●\A●";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #FF263D;
    font-size: 7px;
    line-height: 3.5;
    white-space: pre;
    text-align: center;
    margin-top: 15px;
}

/*技術の点々*/
/* 1年目の下の縦点々（1年目→3年目まで） */
#technical .career-item:nth-child(1) .career-year::after,#technical .career-item:nth-child(2) .career-year::after  {
    content: "●\A●\A●";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #55D989;
    font-size: 7px;
    line-height: 3.5;
    white-space: pre;
    text-align: center;
    margin-top: 15px;
}

/* 3年目の下の縦点々（3年目→5年目まで） */
#technical .career-item:nth-child(2) .career-year::after {
    color: #30BE6C;
}

/* 5年目の下の縦点々（5年目→10年目まで） */
#technical .career-item:nth-child(3) .career-year::after {
    content: "●\A●\A●\A●\A●\A●\A●";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #059E4C;
    font-size: 7px;
    line-height: 3.5;
    white-space: pre;
    text-align: center;
    margin-top: 15px;
}

/* 10年目は点々なし */
.career-item:nth-child(4) .career-year::after {
    content: "";
}


.technical .career-year{
  background-color: #4caf50;
}

.career-content{
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 70px;
}

.career-text{
  flex: 1;
  line-height: 1.6;
  color: #333;
}

.career-text strong{
  color: #2c3e50;
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.career-image{
  width: 31%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
    .accordion-container {
        margin: 0 10px;
    }

    .accordion-header {
        padding: 15px 20px;
        font-size: 16px;
    }

    .accordion-inner {
        padding: 20px;
    }

    .timeline-container {
        padding-left: 80px;
    }

    .timeline-container::before {
        left: 30px;
    }

    .career-item {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }

    .career-year {
        left: -70px;
        top: 15px;
        font-size: 14px;
        padding: 8px 12px;
        min-width: 60px;
    }

    .career-content {
        flex-direction: column;
        gap: 15px;
    }

    .career-image {
        width: 100%;
        max-width: 200px;
        height: auto;
    }
}


.careerpath{
  padding-top: 190px!important;
}

@media (max-width: 768px) {
  .accordion-header {
    padding: 15px 30px;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  .accordion-item{
    margin-bottom: 15px;
  }
  
  .fontsize-small {
    font-size: 1.4rem;
  }
  
  .accordion-toggle {
    font-size: 3.0rem;
  }
  
  .accordion-inner {
    padding: 30px 20px;
    margin: 0;
  }
  
  .timeline-container {
    padding-left: 0;
  }
  
  .career-item {
    display: block;
    padding: 0 0 30px 0;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .career-year {
    position: static;
    width: 100%;
    text-align: center;
    font-size: 2.0rem;
    padding: 0;
    margin-bottom: 10px;
    left: auto;
    top: auto;
  }
  
  /* 点々を完全に削除 */
  .career-item .career-year::after,
  #technical .career-item .career-year::after {
    content: "";
    display: none;
  }
  
  .career-content {
    display: block;
    padding: 15px 20px;
    background-color: white;
    border-radius: 10px;
  }
  
  .career-text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  
  .career-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
  }
  
  .career-item:last-child {
    padding-bottom: 0;
  }
  .careerpath{
    padding-top: 60px!important;
    padding-bottom: 50px;
  }
}


/*福利厚生*/
.benefits_wrapper{
  padding: 40px 50px 150px!important;
}
.benefits{
  background-color: #F7FEA1;
  margin: 0 -30px;
  padding: 0 30px;
}

.benefits h2 {
  transform: translateY(-50px); 
  margin-bottom: 10px; 
}

.benefits-p{
  font-size: 1.8rem;
}

.benefit-contents-wrapper-1 li{
  display: flex;
  margin-top: 90px;
  column-gap: 70px;
}

.benefit-contents{
  padding-left: 40px;
  border-left: solid 3px #F67F11;
}

.benefit-contents-sub-wrapper{
  display: flex;
  column-gap: 13px;
  align-items: center;
  margin-bottom: 30px;
}

.benefit-contents-sub-wrapper span{
  color: #2D3792;
}

.benefit-contents-number{
  font-family: "Oswald", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
}

.benefit-contents-sub-title{
  font-size: 2.0rem;
  font-weight: 600;
}

.benefit-contents h3,.benefit-contents-2 h3{
  font-size: 4.0rem;
  color: #F67F11;
  margin-bottom: 30px;
  line-height: 1.2;
}

.benefit-contents p{
  font-weight: 500;
}

.employee-vioce{
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #2D3792;
  padding: 13px 20px;
  color: #2D3792;
  margin-top: 20px;
}

.employee-vioce h4{
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.employee-vioce h4 img{
  margin-left: 6px;
}

.employee-vioce p{
  margin: 0;
}

.benefit-image{
  width: 100%;
  height: auto;
  max-width: 337px;
  border: solid 1px #2D3792;
  border-radius: 18px;
}

.benefit-image img{
  border-radius: 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}  

.benefit-contents-wrapper-2{
  margin-top: 90px;
}

.benefit-contents-2{
  display: flex;
  justify-content: space-between;
}

.benefit-contents-2 li{
  width: 47%;
}

.benefit-contents-2 h3{
  padding-bottom: 30px;
  border-bottom: solid 3px #F67F11;
}

.benefit-contents-wrapper-3{
  margin: 80px 0 0;
  padding: 50px 100px 40px;
  background-color: #FCFFD8;
  border-radius: 10px;
}

.benefit-contents-3{
  display: flex;
  color: #F67F11;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 2.1;
  column-gap: 75px;
  margin-bottom: 30px;
}

.benefit-contents-3 ul li{
  list-style-type: disc;
  margin-left: 25px;
}

@media (max-width: 1000px){
  .benefits{
    padding: 0 15px;
    margin: 0 -15px;
  }
  .benefits_wrapper{
    padding: 10px 0px 70px!important;
  }
  .benefits h2{
    transform: translateY(-23px);
  }
  .benefits-p{
    line-height: 1.8;
  }
  .benefit-contents-wrapper-1 li{
    margin-top: 30px;
    flex-direction: column;
    row-gap: 20px;
    align-items: 20px;
  }
  .benefit-contents{
    padding-left: 0;
    border-left: none;
  }
  .benefit-contents-number{
    font-size: 2.0rem;
  }
  .benefit-contents-sub-wrapper{
    margin-bottom: 14px;
  }
  .benefit-contents-sub-title{
    font-size: 1.8rem;
    column-gap: 7px;
  }
  .benefit-contents h3, .benefit-contents-2 h3{
    font-size: 2.8rem;
    padding-bottom: 10px;
    border-bottom: solid 2px #F67F11;
    margin-bottom: 20px;
  }
  .benefit-contents p, .benefit-contents-2 p{
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .employee-vioce{
    padding: 13px 15px;
  }
  .benefit-image{
    max-width: 400px;
    height: 310px;
    border-radius: 10px;
  }
  .benefit-image img{
    border-radius: 10px;
  }
  .benefit-contents-wrapper-2{
    margin-top: 30px;
  }
  .benefit-contents-2{
    flex-direction: column;
    row-gap: 20px;
    
  }
  .benefit-contents-2 li{
    width: 100%;
  }
  .benefit-contents-wrapper-3 {
    margin: 30px -15px 0;
    padding: 17px 15px 40px;
    border-radius: 0px;
  }
  .benefit-contents-3{
    flex-direction: column;
    font-size: 1.8rem;
    line-height: 2.3;
  }
  .employee-vioce p{
    line-height: 1.8;
  }
  .careerpath-wrapper, .datavisualize-wrapper{
    margin: 0 -15px;
    padding: 0 15px;
  }
}


/* 数字でみるコンサス */
.stats-container {
  margin: 0 auto;
}

.stats-row{
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  margin-bottom: 30px;
}

.stats-bottom{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
}

.stat-card {
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #333333;
  border-radius: 30px;
  padding: 2.5rem 1.5rem;
  max-width: 380px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-label {
  font-size: 2.0rem;
  margin-bottom: 0.5rem;
  color: #2C33BD;
  font-weight: 600;
}

.stat-sublabel {
  height: 10px;
  font-size: 1.5rem;
  color: #2D3792;
  margin-bottom: 1.5rem;
}

.stat-number {
  font-weight: 600;
  color: #333333;
  font-family: "Oswald", sans-serif;
  margin: 50px 0 20px;
}

.counter{
  font-size: 8.4rem;
}

.stat-unit {
  font-size: 2.5rem;
  margin-left: 0.3rem;
}

.stat-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  font-size: 3rem;
  margin-top: 1rem;
  opacity: 0.8;
}

/* アニメーション用のクラス */
.counting {
  animation: pulse 0.1s infinite alternate;
}

@keyframes pulse {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .section-title {
      font-size: 2rem;
  }

  .stat-number {
      font-size: 2.8rem;
  }

  .stats-container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
  }
}

@media (max-width: 768px){
  .stats-row{
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    margin-bottom: 20px;
  }
  .stats-bottom{
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}





/*お問い合わせ*/
.question {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  font-size: clamp(18px, 6.7vw, 30px);
  line-height: 1.4;
  border-top: 1px solid rgba(45, 40, 35, .1);
  padding-top: 50px;
}
.question:first-of-type{
  border-top: none;
  padding-top: 20px;
}
@media (min-width:600px) {
  .question {
    gap: 25px;
    align-items: center;
    padding-top: 40px
  }
}
.question::before {
  content: "Q";
  font-size: 25px;
  line-height: 1;
  background-color: #2C33BD;
  color: #fff;
  width: 56px;
  min-width: 56px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-family: "Dela Gothic One", sans-serif;
}
@media (min-width:600px) {
  .question::before {
    font-size: 45px;
    width: 100px;
    min-width: 100px
  }
}
.e-heading__section + .question{
  margin-top: 60px
}
@media (min-width:600px) {
  .e-heading__section + .question{
    margin-top: 85px
  }
}
.answer + .question{
  margin-top: 50px
}
.answer {
  margin-top: 40px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
  display: flex;
  gap: 22px
}
@media (min-width:600px) {
  .answer {
    font-size: 18px;
    line-height: 1.8
  }
}
.answer::before {
  content: "A";
  font-size: 25px;
  line-height: 1;
  color: #E61E26;
  width: 56px;
  min-width: 56px;
  text-align: center;
  padding-top: .5em;
  border-right: 2px solid #E61E26;
  font-family: "Dela Gothic One", sans-serif;
}
@media (min-width:600px) {
  .answer::before {
    font-size: 45px;
    width: 100px;
    min-width: 100px;
    padding-top: .1em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E61E26;
  }
}

/* フェードインアニメーション */
@keyframes fadeIn {
  from{
    opacity: 0;
    transform: translateY(10px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px){
  .question{
    font-size: clamp(18px, 6.4vw, 30px);
    font-weight: 500;
  }
  .question::before{
    font-size: 21px;
    width: 50px;
    min-width: 50px;
  }
  .answer{
    margin-top: 35px;
  }
  .answer:last-of-type{
    padding-bottom: 30px;
  }
}



/*募集要項*/

.job-description-wrapper{
  max-width: 1000px;
  margin: 0 auto 60px;
}

.job-description-wrapper dl{
  padding: 30px 0;
  border-bottom: solid 1px #B8D7FF;
  display: flex;
  font-size: 1.8rem;
}

.job-description-wrapper dl dt{
  width: 100px; 
  flex-shrink: 0;
  margin-right: 80px;
  color: #2C33BD
}

.job-description-wrapper dl dd{
  width: 75%;
}

.recruitingschool-wrapper{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #E9F3FF;
  border-radius: 10px;
  padding: 20px 30px;
}

.recruitingschool-wrapper h3{
  color: #2D3792;
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.recruitingschool{
  display: flex;
  column-gap: 40px;
}

.recruitingschool p{
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
  width: 97%;
}

.consuss-exterior img{
  width: 100%;
  border-radius: 15px;
}

@media(max-width:1000px){
  .job-description-wrapper dl{
    padding: 15px 0;
    flex-wrap: wrap;
    font-size: 1.5rem;
    row-gap: 9px;
  }
  .job-description-wrapper dl dd{
    width: 100%;
  }
  .recruitingschool{
    flex-direction: column;
    row-gap: 20px;
  }
  .recruitingschool-wrapper{
    padding: 20px 15px;
  }
  .recruitingschool-wrapper h3{
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .recruitingschool p{
    font-size: 1.5rem;
    width: 100%;
    line-height: 1.5;
  }
  .consuss-exterior{
    width: 50%;
    margin: 0 auto;
  }
}




/*エントリーページ*/

.entry-lead{
  font-size: 5.6rem;
  color: #2C33BD;
  font-weight: 700;
  margin-bottom: 40px; 
  line-height: 1.2;
}
.entry-image{
  margin-bottom: 40px;
}
.entry-image img{
  width: 100%;
  border-radius: 25px;
}
.entry-description{
  margin: 0 auto;
  text-align: center;
  color: #2C33BD;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 500;
}


.entrypage-form-wrapper{
  padding: 50px 30px 60px;
}

.entry-button-wrapper{
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.entry_copy{
  display: inline-block;
  font-size: 3.2rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background-color: #F67F11;
  border-radius: 50px;
  padding: 20px 60px;
  margin-bottom: 50px;
}


.entry-flex h4{
  font-size: 3.2rem;
  color: #2C33BD;
  margin-bottom: 15px;
}


.entry-link {
  display: inline-block;
  transition: all 0.3s ease;
}

.entry-link:hover {
  transform: translateY(5px);
}

.entry-link img {
  display: block;
  transition: opacity 0.5s ease;
}


@media(max-width:1000px){
  .entry-lead{
    font-size: 3.0rem;
    margin-bottom: 17px;
  }
  .entry-image{
    margin-bottom: 20px;
  }
  .entry-description{
    font-size: 1.5rem;
  }
  .entry_copy{
    font-size: 2.0rem;
    border-radius: 20px;
    padding: 20px 17px;
    margin-bottom: 25px;
  }
  .entry-button-wrapper{
    flex-direction: column;
    row-gap: 30px;
  }
  .entry-flex h4{
    font-size: 2.0rem;
    margin-bottom: 0;
  }
}

/* エントリーフォーム */
.select-date,
.select-date > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.select-date {
  gap: 12px;
}
.select-date > * {
  gap: 4px;
}

.form{
	background-color: #E9F3FF;
	border-radius: 20px;
	padding: 30px 100px 60px;
}

.form-lead{
	color:#2C33BD;
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 30px;
}

.form-container{
	margin-top: 60px;
}

.form-item{
	display: flex;
	margin-bottom: 20px;
}

.form-item-label{
	font-size: 1.8rem;
	font-weight: 700;
}

.form-item-label-Required{
	margin-left: 10px;
	color: #2C33BD;
	padding: 2px 5px;
	font-size: 1.2rem;
	border: solid 0.5px #2C33BD;
	border-radius: 8px;
}

.wpcf7-validates-as-required{
	border: none;
	padding: 10px 20px;
	border-radius: 7px;
	width: calc(140% + 20px);
}

/*10/08追記*/

.wpcf7 input::placeholder{
  color: #BEBEBE;
}

/* box-shadow:水平方向の距離 垂直方向の距離 ぼかし距離 広がり距離 影の色 inset;*/
input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #ffffff inset;
}

select:-webkit-autofill{
	box-shadow: 0 0 0px 1000px #ffffff inset;
}

.form-title{
	font-size: 2.0rem;
	color: #2C33BD;
	margin-bottom: 25px;
}

.form-item-label{
	width: 27%;
}

.form-item{
	column-gap: 20px;
}

.wpcf7-textarea{
	border: none;
	border-radius: 7px;
	height: 120%;
	width: calc(170% + 20px); 
}

.button-wrap{
	margin-top: 50px;
	text-align: center;
}

.button-wrap .wpcf7-submit{
	color: #ffffff;
  padding: 15px 100px; /* 右側にスペース確保 */
  background-color: #5161CC;
  border: none;
  border-radius: 18px;
  font-size: 2.5rem;
  font-weight: 700;
}

.submit-wrapper{
  position: relative; /* 追加 */
	display: inline-block; /* 追加 */
  transition: all 0.3s ease;
}

.submit-wrapper:hover{
	transform: translateY(5px);
}

.form-note {
  margin-left: calc(27% + 20px); /* ラベルの幅 + column-gap */
  display: block;
  margin-top: -15px;
	margin-bottom: 15px;
}

.submit-arrow{
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: 16px;
  right: 93px; /* 右端から20px */
	top: 50%; /* 上から50% */
	transform: translateY(-50%); /* 垂直中央揃え */
}

.submit-arrow::after{
	content: "";
  width: 0;
  height: 0;
  border-left: 4px solid #5161CC;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  margin-left: 2px;
}
.select-date{
	font-weight: 700;
}

.check{
  text-align: center;
  margin-top: 50px;
  line-height: 1.7;
}

.check-txt {
  margin-bottom: 15px;
}

.check-txt a{
  color: #2C33BD;
  border-bottom: solid 0.5px #2C33BD;
}

.check-txt a:hover{
  opacity: 0.5;
}


@media(max-width:1000px){
	.form {
    border-radius: 10px;
    padding: 15px 15px 40px;
	}
	.form-lead {
    font-size: 1.5rem;
	}
	.form-title {
    font-size: 1.5rem;
    margin-bottom: 11px;
	}
	.form-item {
    margin-bottom: 15px;
    flex-direction: column;
		row-gap: 12px;
	}
	.form-item-label {
		width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
	}
	.wpcf7-validates-as-required {
    width: 100%;
	}
	.form-container {
    margin-top: 30px;
	}
	.form-note {
    margin-left: 0;
	}
	.wpcf7-textarea {
    height: 120%;
    width:100%;
	}
	.button-wrap {
    margin-top: 40px;
	}
	.button-wrap .wpcf7-submit{
		width: 100%;
	}
	.submit-arrow {
    width: 17px;
    height: 17px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: 16px;
    transform: translateY(-127%);
    right: 23px;
	}
	.submit-arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid #5161CC;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-left: 2px;
	}
  .select-date {
    flex-wrap: wrap;
  }
}




























