@charset "utf-8";

@media screen and (max-width: 1150px) {
}

@media (max-width: 992px){
  main{
        max-width: 1170px;
        margin: 0 auto;
}
div.content-subinner{
  width:95%;
}

}



@media (max-width: 768px){

/* 【共通】section全体 ↓↓↓ */
section div.content-inner{
  width:100%;
}

/* 【共通】section全体 ↑↑↑ */



/* h1 ↓↓↓ */
h1.h1-normal > img{
    width: 90%;
}
/* h1 ↑↑↑ */



/* 【共通】 h2 ↓↓↓ */
h2.h2-normal{
font-size: 2.0rem;
margin-bottom: 1.5rem;
}
h2.h2-normal > span{
    font-size: 1.2rem;
}
/* 【共通】 h2 ↑↑↑ */




/* 【共通】 h3 ↓↓↓ */
h3.h3-irregular{
  margin-bottom: 10px;
}
/* 【共通】 h3 ↑↑↑ */


/* 動き ↓↓↓ */
.img-move-left::before , .img-move-right::after{
content: none;
}
/* 動き ↑↑↑ */



/* 実績 ↓↓↓ */
ul.data-list {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.data-wrapper{
  padding: 10px;
}
/* 実績 ↑↑↑ */



/* 募集職種 ↓↓↓ */
/* slider */
.slider .slick-slide {
    transform: scale(1); /* 小さくしない */
    opacity: 1;         /* 透過させない */
  }

  /* 左右の矢印が画像に被って邪魔な場合、少し内側に寄せるか非表示にする */
  .slick-prev { left: 10px; }
  .slick-next { right: 10px; }
  
  /* スライダー下の余白調整 */
  .slider {
    margin-bottom: 20px;
  }






.tab-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    border-bottom: none;
    grid-gap: 10px;
    margin-bottom: 20px;
}

.tab-button {
    border-radius: 5px;
    position: relative;
    padding:10px 40px 10px 10px;
    font-size: 16px;
}

.tab-button::after{
  content: "";
  position: absolute;
  /* vertical-align: middle;
  color: #fff;
  line-height: 1; */
  width: 24px;
  height: 24px;
  /* border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: rotate(135deg); */
background: url(../images/arrow-down.svg);
background-repeat: no-repeat;
background-size: contain;
top: 50%;
transform: translateY(-50%);
right: 10px;
transition: top 0.3s ease, transform 0.3s ease;
}

/* ホバー時の挙動 */
.tab-button:hover::after {
  top: 60%; /* 40%から50%に増やすことで下に下がる */
}


.tab_title{
  background: none;
  color: #ef7e00;
  margin-bottom:20px;
  padding: 0;
}

.job-content > div{
  padding: 0;
  background: #fff;
  display: block;
        margin-bottom: 20px;
        border: 1px solid #ef7e00;
}

.job-content > div:last-child{
  margin-bottom: 0px;
  border: 1px solid #ef7e00;
}

.job-content > div > span{
    padding: 5px;
    background: #ef7e00;
    text-align: center;
    color: #fff;
    display: block;
}
.job-content > div > ul{
  padding: 10px;
}
/* 募集職種 ↑↑↑ */



/* 選考フロー ↓↓↓ */
ul.flow-list {
    display: block;
    }

    ul.flow-list  > li::after{
      width: 100%;
    height: 20px;
    right: 0;
    bottom: -20px;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    }

    ul.flow-list > li:not(:first-child) {
    padding-top: 30px;
    padding-left: 10px;
}


/* 選考フロー ↑↑↑ */



/* 企業理念 ↓↓↓ */

div.policy-left {
text-align: center;
}
div.policy-left > p.big-concept{
font-size: 1.8rem;
}
div.policy-left > p {
text-align: left!important;         /* 本文は左揃えを維持 */
}

div.policy-right img{
width: 85%;
height: auto;
}

div.content-inner div.policy-wrapper {
grid-template-columns: repeat(1,1fr);
gap: 20px;
}

div.full-width{
grid-column: auto;
}
/* 企業理念 ↑↑↑ */






/* 求める人物像 ↓↓↓ */

.blockwrapper{
        margin-bottom: 50px;
    }

    .blockwrapper, 
    .blockwrapper.is-reverse {
        display: block;
    }

    .img_side {
        width: 100%;
        height: 200px;
    }

    /* 3. テキストエリアのリセット */
    .text-block {
        width: 90%; 
        margin: -30px auto 0;
        padding: 20px;
        position: relative;
        left: auto;
        transform: none;
        z-index: 10;
    }

    /* 4. STEPアイコンの位置調整 */
    .text-block > span {
        width: 60px;
        height: 60px;
        font-size: 12px;
    }
    .top_inner p {
        font-size: 14px;
    }
    
    .top_inner h4 {
        font-size: 18px;
    }
    .blockwrapper.is-reverse .text-block,
    .introduce:nth-child(even) .text-block {
        margin-left: auto;
        margin-right: auto;
    }
p.number-icon{
        left: 0;
}
    p.number-icon::after {
        border-right: 15px solid #ef7e00;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 0;              
}
/* 求める人物像 ↑↑↑ */






/* 社員の声 ↓↓↓ */

ul.interview-list {
grid-template-columns: repeat(1, 1fr);
gap:40px;
}


/* ポップアップ関連 */
.popup-message {
  margin: 0 auto;
  width: 100%;
}


.popup-message > .popup-content {
  width: 90%;
  margin: 0 auto;
}

.popup-img{
  margin: 0 auto;
}

.popup-imgtext{
  grid-template-columns: 1fr;
  gap: 10px;
}


 div.popup-text >p.popup-name{
  font-size: 1.2rem;
  text-align: center;
 }
 /* span.join-year{
  font-size: 1.0rem;
  display: inline-block;
  margin-left:10px;
 } */
/* 社員の声 ↑↑↑ */





/* Time Schedule ↓↓↓ */
.flow-wrapper > ul >li{
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}

.flow-wrapper > ul >li:before ,.flow-wrapper > ul >li:after{
  position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.flow-wrapper > ul >li:before{
    border-left: solid 2px #fff;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    left: 0;
}
.flow-wrapper > ul >li:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    right: 0;
}

.left-content{
  padding: 0;
  /* justify-content: normal; */
  justify-content: center;
      align-items: center;
}
.left-content h3{
  font-size: 1.8rem;
}

.right-content::before , .right-content > ul::before , .right-content > ul::after{
  content: none;
}

.right-content{
  padding: 0;
}
.right-content > ul > li{
  margin-bottom: 20px;
  padding: 0;
}
.right-content > ul > li p.right-content_title{
  text-align: center;
  display: block;
  padding-bottom: 10px;
}
/* Time Schedule ↑↑↑ */



/* SNS ↓↓↓ */
div.sns-content > ul {
    grid-template-columns: 1fr;
}
/* SNS ↑↑↑ */



/* 質問 ↓↓↓ */
ul.qa-wrapper > li > div{
padding: 0.8rem;
display: flex;
        justify-content: space-between;
}
ul.qa-wrapper > li > div > div{
    display: block;
    width: 90%;
}
ul.qa-wrapper > li > div > div > span{

padding: 2px;
width: auto;
height: auto;
display: block;
text-align: center;
border-radius: 0;
margin-bottom: 10px;
}
ul.qa-wrapper > li > div > div > p{
margin-left:0;
}
/* 質問 ↑↑↑ */


/* 会社概要 ↓↓↓ */
  table.company-explain-table tr td,table.company-explain-table tr th{
  display: block;
  }

      table.company-explain-table tr th{
  color: #fff;
  background: #ef7e00;
  }

  table.company-explain-table tr{
  border-bottom:none;
  }

    table.company-explain-table tr th{
  padding: 5px 10px;
  }
/* 会社概要 ↑↑↑ */



/* form ↓↓↓ */
div.full-width{
  grid-column: auto;
}
div.contact-method{
      padding: 1.0rem;
}
.contact-buttun span {
display: block;
margin:2px 0 0 0;
font-size:1.0rem;
}
.contact-buttun {
text-align: center;
font-size: 1.2rem;
}
/* form ↑↑↑ */



.br-sp{
  display: block;
}
.br-pc{
  display: none;
}
  }
  

@media (max-width: 530px){
  /* 企業理念 ↓↓↓ */
/* ul.policy-list > li > p > span{
      display: block;
      margin-left: 0;
    } */
/* 企業理念 ↑↑↑ */
}

@media screen and (max-width: 250px) {
  .principal-img img{
  width: 100%;
  height: auto;
}
}