@charset "utf-8";

*, *::before, *::after {
  box-sizing: border-box;
}

body{
font-size:16px;
background: url(../images/p0188_l_remake.jpg);
  background-size: contain;
  background-repeat: repeat;
  /* background: #fff; */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  overflow-x: hidden;
}

main{
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 30px;
}
 iframe{
          width: 100%;
          margin-bottom: 40px;
        }



/* 【共通】section全体 ↓↓↓ */
.special-background{
  position: relative;
}
.special-background::before{
  position: absolute;
    inset: 0;
    content: "";
    display: block;
    background-size: cover;
    background-repeat: repeat;
    z-index: -1;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    height: calc(100%);
  }

 .special-background::before{
        /* background-image: repeating-linear-gradient(135deg, #ffae61, #ffae61 4px, #ffb877 4px, #ffb877 8px); */
        background: url(../images/23993955_remake.jpg);
  }



div.padding-tb{
    padding: 70px 0 70px !important;
}
div.padding-t{
    padding: 70px 0 0 !important;
}



ul.check-list{
  list-style: none;
}

ul.check-list > li{
  margin-bottom:5px;
  position: relative;
  padding-left: 20px;
}

ul.check-list > li:last-child{
  margin-bottom: 0;
}
ul.check-list > li > svg{
  position: absolute;
content: "";
left: 0;
width: 15px;
height: 15px;
top: 0.3rem;
}

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



/* slider ↓↓↓ */
/* slider ↑↑↑ */


/* 【共通】h1 ↓↓↓ */
h1.h1-normal {
   font-size: 2.4rem;
    text-align: center;
    color: #ef7e00;
    position: relative;
margin-bottom:15px;
position: relative;
    margin-bottom: 50px;
}

h1.h1-normal > span {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    text-align: left;
    font-size: 1.5rem;
    color: #ef7e00;
}
/* 【共通】h1 ↑↑↑ */



/* 【共通】h2 ↓↓↓ */
h2.h2-normal {
      position: relative;
    text-align: left;
    margin-bottom: 30px;
    font-size: 30px;
}



h2.h2-normal > span {
  font-family: "Merriweather", serif;
  /* font-family: "Bungee", sans-serif; */
display: block;
font-size: 20px;
color: #ef7e00;
margin-top: 5px;
}

/* 【共通】h2 ↑↑↑ */



/* 【共通】h3 ↓↓↓ */

h3.h3-irregular{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
h3.h3-irregular::before {
}


h3.h3-normal{
  display: flex;
  text-align: left;
  font-weight: 700;
  background: #ef7e00;
  border-radius: 999px;
      align-items: center;
justify-content: normal;
        color: #fff;
    font-size: 24px;
    padding: 5px 20px;
    position: relative;
    margin-bottom: 25px;
}

/* h3.h3-normal::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #ef7e00;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
} */

/* 【共通】h3 ↑↑↑ */



/*【共通】h2直下のdiv ↓↓↓ */
section div.content-inner , div.content-subinner{
margin: 0 auto;
}

div.content-inner{
text-align:left;
}

div.content-inner > p.sub-text{
margin:0 0 2.2rem 0;
text-align:center;
}
div.content-inner img.map{
width: 100%;
}

div.content-inner,div.content-subinner{
  width:90%;
}

/* 【共通】h2直下のdiv ↑↑↑ */





/* 動き ↓↓↓ */
@keyframes jiggleY {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-12px); }
  50%  { transform: translateY(6px); }
  75%  { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

.img-move-left::before{
  left: 60px;
  background: url(../images/260116_image-left.png);
}

.img-move-right::after{
  right: 60px;
  background: url(../images/260128_image-right.png);
}



.img-move-left::before,.img-move-right::after{
  animation: jiggleY 2s infinite ease-in-out;
  position: absolute;
  content: "";
  top: 15px;
  width: 200px;
  height: 200px;
  background-size: contain;
}



section.img-move-left , section.img-move-right{
  position: relative;
}
/* 動き ↑↑↑ */





/* 制作実績 ↓↓↓ */
.slider img { width: 100%; height: auto; }

/* 左右の画像：80%サイズ ＆ 透過50% */
.slider .slick-slide {
  transform: scale(0.8);
  opacity: 0.5;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* 中央の画像：等倍 ＆ 透過なし */
.slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2; /* 追加 */
}

/* それ以外のスライド */
.slider .slick-slide {
  z-index: 1; /* 追加 */
}

/* 下のドット */
.slick-dots { display: flex; justify-content: center; list-style: none; padding: 0; }
.slick-dots li { margin: 0 5px; }
.slick-dots button { font-size: 0; width: 10px; height: 10px; border-radius: 50%; border: none; background: #fff193;}
.slick-dots .slick-active button { background: #ef7e00; }
/* スライダー本体は全画面 */
.slider {
width: 100vw;
margin-left: calc(50% - 50vw);
overflow: hidden;
}

/* 矢印の親となる要素を画面中央に固定 */
.slider-outer {
position: relative;
width: 90%; /* 矢印を置きたい有効幅 */
max-width: 1200px; /* 広がりすぎ防止 */
margin: 0 auto;
}

/* 矢印の設定（slider-outerを基準にする） */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-top: 3px solid #ef7e00;
  border-right: 3px solid #ef7e00;
  z-index: 10;
  background: none;
  border-bottom: none;
  border-left: none;
  padding: 0;
  outline: none;
}

/* 矢印を内側に入れる */
.slick-prev { left: 25px;transform: translateY(-50%) rotate(-135deg); }
.slick-next { right: 25px;transform: translateY(-50%) rotate(45deg); }

ul.slider > li{
  position: relative;
}
span.works-icon{
  display:inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.web{
  background: #15991c;
}
.graphic{
  background: #2e1a88;
}
/* 制作実績 ↑↑↑ */



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

.blockwrapper {
    display: flex;
    align-items: stretch; /* これで画像とテキストの高さが常に一致する */
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.blockwrapper:last-child {
    margin-bottom: 0;
}

/* 逆転用の設定 */
.blockwrapper.is-reverse {
    flex-direction: row-reverse; /* これで左右が入れ替わる */
}

/* 重なり（ネガティブマージン）の調整 */
.blockwrapper.is-reverse .text-block {
    margin-left: 0;
    margin-right: -10%; /* 右側を画像に重ねる */
}

/* 偶数番目のブロックは左右反転 */
.introduce:nth-child(even) .blockwrapper {
    flex-direction: row-reverse;
}

/* 画像エリア */
.img_side {
    width: 60%; /* 画像の占める幅 */
    flex-shrink: 0; /* 幅を固定 */
}

.img_side img {
    width: 100%;
    height: 100%;      /* 親の高さ（テキスト量）に自動追従 */
    object-fit: cover; /* 画像を綺麗に収める */
    display: block;
}

/* テキストエリア（ここが重要！） */
.text-block {
    width: 50%; /* 重なり分を含めて少し広めに設定 */
    margin-left: -10%; /* 画像の上に10%分重ねる */
    margin-top: 50px;  /* 上下に余白を作って「浮いている感」を出す */
    margin-bottom: 50px;
    padding: 3.5rem 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 浮遊感を強調 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

p.number-icon{
  display: flex;
  text-align: center;
  font-weight: 700;
  background: #ef7e00;
  width: 75px;
  height: 75px;
  border-radius: 50%;
      align-items: center;
    justify-content: center;
    position: absolute;
        left: 50%;
        color: #fff;
        transform: translateX(-50%);
    top: -35px;
}

p.number-icon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 15px solid #ef7e00;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
}

.text-block > p > span{
  display: inline-block;
  font-size: 28px;
}
.top_inner{
  text-align: center;
}

.top_inner h4{
  color: #ef7e00;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.top_inner p{
  text-align: left;
}

/* 左右反転時のマージン調整 */
.introduce:nth-child(even) .text-block {
    margin-left: 0;
    margin-right: -10%;
}




a.detail-btn{
  box-sizing: border-box;
  padding: 10px 50px 10px 25px;
  display: inline-block;
  border-radius: 999px;
background: #ef7e00;
  border: 1px solid #ef7e00;
  position: relative;
  transition: all 0.3s;
  color: #fff;
  margin-top: 15px;
 }

  a.detail-btn:hover{
  background: #fff;
  color: #ef7e00;
 }

 a.detail-btn .arrow{
 fill:#fff;
 position: absolute;
 content: "";
 top: 50%;
 transform: translateY(-50%);
 right: 15px;
 transition: all 0.3s;
}

a.detail-btn:hover .arrow{
  fill: #ef7e00;
  right: 10px;
 }
/* 求める人物像 ↑↑↑ */



/* 募集職種 ↓↓↓ */

/* メインカラーを#ef7e00に合わせる場合 */
.tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* margin-bottom: 30px; */
    border-bottom: 5px solid #ef7e00; /* メインカラー */
    grid-gap: 10px;
}

.tab-button {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding:10px;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    transition: 0.3s;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.tab-panel{
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 浮遊感を強調 */
}

.tab_title{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  background: #ef7e00;
  padding: 5px 15px;
      border-radius: 9999px;
  color: #fff;
}


.job-content{
  list-style: none;
  text-align: left!important;
}

.job-content > div{
  padding: 20px;
  background: #fff;
  /* margin-bottom: 20px; */
  display: grid;
    grid-template-columns: 1fr 5fr;
        gap: 20px;
        border-bottom: 1px dotted #ef7e00;
}

.job-content > div:last-child{
  margin-bottom: 0px;
  border-bottom:none;
}

.job-content > div > span{
      display: flex;
    text-align: center;
    color: #ef7e00;
    box-sizing: border-box;
    font-weight: 700;
}

/* 選択されている時 */
.tab-switch-active {
    background: #ef7e00;
    box-sizing: border-box;
    /* border: 1px solid #ef7e00; */
    transition: all 0.3s;
}
/* .tab-switch-active:hover  {
    background: #fff;
    color: #ef7e00;
} */

/* 選択されていない時 */
.tab-switch-negative {
    background: #9d9d9d;
    /* border: 1px solid #9d9d9d; */
    transition: all 0.3s;
}

.tab-switch-negative:hover {
    background: #808080;
    /* border: 1px solid #808080; */
}

/* 募集職種 ↑↑↑ */




/* 選考の流れ ↓↓↓ */
ul.flow-list {
    list-style: none;
    display: flex; /* 横並び */
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; */
    /* text-align: center; */
    text-align: left;
    }

    ul.flow-list  > li{
      /* background-image: linear-gradient(-125deg, #595c88, #ef7e00); */
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    /* font-size: 1.5rem; */
    position: relative;
    padding: 10px;
    }


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

    ul.flow-list > li:not(:first-child) {
    /* 矢印（20px）の分を考慮して、上側の余白を広げる */
    padding-left: 30px; 
}

    /* 共通設定：1〜3番目は文字色を読みやすく */
ul.flow-list > li {
    background-image: none;
    color: #333;
}

/* 1番目 */
ul.flow-list > li:nth-child(1) , ul.flow-list > li:nth-child(1)::after {
    background: #ffce9d;
}

/* 2番目 */
ul.flow-list > li:nth-child(2) , ul.flow-list > li:nth-child(2)::after {
    background: #ffb877;
}

/* 3番目 */
ul.flow-list > li:nth-child(3) , ul.flow-list > li:nth-child(3)::after {
    background: #ffae61;
}

/* 4番目：確定のデザイン（内定） */
ul.flow-list > li:nth-child(4) {
    background-image: repeating-linear-gradient(135deg, #ffae61, #ffae61 4px, #ffb877 4px, #ffb877 8px);
}

/* 1番目〜3番目の見出しだけメインカラーにする（オプション） */
/* ul.flow-list > li:not(:last-child) h3 { }*/
ul.flow-list > li > h3 {
    /* padding-bottom: 2px; */
    padding: 3px 15px;
    /* border-bottom: 2px solid #fff; */
    margin-bottom: 5px;
    background: #fff;
    border-radius: 9999px;
}
ul.flow-list > li:last-child::after {
    display: none;
}
/* 選考の流れ ↑↑↑ */



/* 企業理念 ↓↓↓ */

div.policy-left > p.big-concept{
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

div.policy-left > p.big-concept::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background: repeating-linear-gradient(
  -45deg,
  rgba(255, 174, 97, 0.4),
  rgba(255, 174, 97, 0.4) 2px,
  rgba(255, 255, 255, 0.4),
  rgba(255, 255, 255, 0.4) 4px
);
}

div.policy-left > p{
  line-height: 1.7;
}

div.policy-wrapper {
display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 30px;
    /* margin-bottom: 50px; */
}
div.full-width{
  grid-column: 1 / -1;
}

div.policy-right img{
  width: 100%;
  height: auto;
}
div.policy-right{
  text-align: center;
}





/* 実績 */
.data-wrapper{
  background: url(../images/p0259_l_remake.jpg);
  background-size: cover;
  background-repeat: repeat;
  padding: 20px;
  border-radius:5px;
}
ul.data-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    }

    ul.data-list > li{
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    }

    ul.data-list > li > p{
      font-size: 24px;
    color: #ef7e00;
    font-weight: 700;
    }

    ul.data-list > li > p > span{
      font-size: 35px;
    }


    ul.data-list > li > h4{
      display: block;
    }


/* 企業理念 ↑↑↑ */










/* 社員の声 ↓↓↓ */
ul.interview-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    }

    ul.interview-list > li{
      position: relative;
    box-sizing: border-box;
    justify-content: flex-start;
    /* overflow: hidden; */
    }
    
    div.interview-img > img{
    height: auto;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  height: auto;
    }

    div.interview-img {
      position: relative;
box-sizing: border-box;

overflow: hidden;
background: #fff2cf;
border-radius: 5px;
text-align: center;
transition: background-color 0.3s ease;
    }

    div.interview-down{
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
          /* align-items: center; */
              align-items: flex-start;
              gap: 10px;
    }

    div.interview-name{
      /* padding: 15px; */
    text-align: center;
    font-weight:700;
    position: relative;
    text-align: left;
    }

    div.interview-name > p{
     font-size:1rem;
     font-weight: 400;
    }

    div.interview-name > span{
     display: block;
     font-size:1.2rem;
     font-weight: 700;
    }

        /* ul.interview-list > li:hover{
      transition: all 0.3s;
    }
    ul.interview-list  > li:hover img{
      opacity: 0.7;
    } */




    a.view-detail {
  /* display: inline-block; */
  /* text-decoration: none; */
  cursor: pointer;
      display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ef7e00; */
    border-radius: 50%;
    padding: 5px;
    background: #ffae61;
    border: 1px solid #ffae61;
        width: 60px!important;
    height: 60px!important;
    transition:0.3s ease;
}

/* li全体をポインターにする */
.interview-item {
  cursor: pointer;
}


.interview-item:hover a.view-detail {
  transform: scale(1.15);
  background-color: #ef7e00;
  border: 1px solid #ef7e00;
}

/* 社員カード全体ホバー */
.interview-item:hover div.interview-img {
  background-color: #ef7e00; /* ホバー時の背景色 */
}



/* ポップアップ関連 */
     .popup-message {
  display: none; /* 初めは非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s ease-in-out;
  background: #000000cc;
}


.popup-content {
  /* background: #ef7e00; */
  background: url(../images/p0188_l_remake.jpg);
  background-size: contain;
  /* padding: 20px; */
  text-align: left;
  width: 750px;
  position: relative;
  line-height: 1.5;
}


 .popup-position {
  font-size: 1.6rem;
  padding: 20px;
  background: #ef7e00;
  text-align: center;
  font-weight: 700;
  color: #fff;
}


 div.popup-text >p.popup-name{
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
 }
 span.join-year{
  font-size: 1.0rem;
  display: inline-block;
  margin-left:10px;
 }
.popup-content > div{
  padding: 20px;
}

.popup-imgtext{
  margin-bottom:20px;
      display: grid;
  grid-template-columns: 1fr 3fr;
  gap:20px;
  align-items: center;
}

.popup-img{
   width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#ffae61;
}

.popup-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;}


.close-btn {
  padding: 10px 20px;
  background-color: #ef7e00;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border: 1px solid #ef7e00;
  color: #fff;
  transition: all 0.3s;
  width: 90%;
}

.close-btn:hover {
  background-color: #fff;
  border: 1px solid #ef7e00;
  color: #ef7e00;
}

/* 社員の声 ↑↑↑ */




/* Time Schedule ↓↓↓ */
.flow-wrapper {
    position: relative;
    margin: 0 auto;
}

.flow-wrapper > ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
        flex-direction: column;
}


.flow-wrapper > ul >li {
        display: grid;
        grid-template-columns: 1fr 5fr;
        gap:40px;
    box-sizing: border-box;

    }



/* Time Schedule ↑↑↑ */




/* SNS ↓↓↓ */
div.sns-content ul > li > a{
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: 100%;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border: #fff solid 1px;
  background: #ef7e00;
 }
 div.sns-content ul > li > a:hover{
  background: #08081f;
  /* border: #08081f solid 1px; */
 }
 div.sns-content ul > li > a > p{
  padding: 1rem;
 }
  div.sns-content ul > li > a > svg{
  width: 50px;
  height: auto;
 }
  div.sns-content > ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:20px;
  list-style-type: none;
 }
/* SNS ↑↑↑ */


/* 質問 ↓↓↓ */
ul.qa-wrapper > li {
  border:#ffae61 1px solid;
  /* border-radius: 10px; */
  box-sizing: border-box;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}

ul.qa-wrapper > li:last-child {
  margin-bottom: 0;
}

/* 質問部分 */
ul.qa-wrapper > li > div {
      display: flex;
  align-items: center;
  padding: 15px;
  justify-content: space-between;
  transition: all 0.3s;
}
ul.qa-wrapper > li > div.question {
  background:#ffae61;
  color: #333;
  cursor: pointer; /* ← クリックできることを示す */
}
ul.qa-wrapper > li > div.question:hover svg{
  transition: transform 0.5s ease-out;
}

/* ホバーで色変更（自然） */
ul.qa-wrapper > li > div.question:hover {
  background:#ef7e00;
  box-sizing: border-box;
}
ul.qa-wrapper > li > div.question:hover svg{
  transition: transform 0.3s ease-in; 
  transform: scale(1.5);
}

/* 回答部分 */
ul.qa-wrapper > li > .answer {
  /* background-image: repeating-linear-gradient(135deg, #ffae61, #ffae61 4px, #ef7e00 4px, #ef7e00 8px); */
  /* color: #000; */
  background: url(../images/23993955_remake.jpg);
background-size: cover !important;
  max-height: 0;            /* ← 初期は閉じている */
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 15px;          /* 開く前は縦パディングなし */
}
ul.qa-wrapper > li > div.answer{
    width: 100%!important;
    display: block!important;
}
ul.qa-wrapper > li > div.answer> div{
    width: 100%!important;
}

/* 開いた状態 */
ul.qa-wrapper > li.open .answer {
  max-height: 500px;       /* 十分大きくして内容を収める */
  padding: 15px;           /* パディングも追加 */
}


/* Q / A マーク */
ul.qa-wrapper > li > div > div > span {
  /* background: #fff; */
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 50%; */
  /* color: #000; */
  /* transform: rotate(45deg); */
  position: relative;
}
/* 
ul.qa-wrapper > li > div > div > span::before{
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
} */

ul.qa-wrapper > li > div.question > div > span {
  background: #fff;
}
ul.qa-wrapper > li > div.answer > div > span {
  background: #ef7e00;
}

/* テキスト間のマージン */
ul.qa-wrapper > li > div > div > p {
  margin-left: 10px;
}

ul.qa-wrapper > li > div > div{
  display: flex;
  align-items: center;
}

/* 通常状態 */
ul.qa-wrapper > li .question svg {
  transition: transform 0.3s ease;
  transform: rotate(0deg) scale(1);
}

/* ホバー（閉じている時：＋が拡大） */
ul.qa-wrapper > li:not(.open) .question:hover svg {
  transform: rotate(0deg) scale(1.5);
}

/* 開いた状態（×） */
ul.qa-wrapper > li.open .question svg {
  transform: rotate(45deg) scale(1);
}

/* 開いた状態でホバー（×のまま拡大） ← これが今回の肝 */
ul.qa-wrapper > li.open .question:hover svg {
  transform: rotate(45deg) scale(1.5);
}


/* 質問 ↑↑↑ */



/* 会社概要 ↓↓↓ */
table.company-explain-table{
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  }
  table.company-explain-table tr td,table.company-explain-table tr th{
  padding: 10px;
  box-sizing: border-box;
  }
    table.company-explain-table tr th{
  /* background: #fff; */
  color: #ef7e00;
  }

      table.company-explain-table tr{
  border-bottom: #ffc294 1px dotted;
  }
   .company-explain-wrapper{
        background: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 20px;
   }
  /* 会社概要 ↑↑↑ */



/* form ↓↓↓ */

.contact-buttun svg {
position: absolute;
content:"";
transform: translateY(-50%);
top: 50%;
right: 15px;
}
.contact-buttun {
display: block;
background: #c09f1c;
border-radius: 5px;
font-size: 16px;
line-height: 1.0em;
font-weight: normal;
text-decoration: none;
color: #fff;
transition: all 0.3s;
border: solid 1px #c09f1c;
color: #000;
font-weight: 600;
position: relative;
padding: 10px 48px 10px 10px;
line-height: 1.5;
text-align: left;
margin: 0 auto;
box-sizing: border-box;
text-align: center;
margin-top:20px;
width: 90%;
}
.contact-buttun:hover {
border: solid 1px #9b7c00;
background: #fff;
color: #9b7c00;
}
.contact-buttun:hover svg{
fill: #9b7c00;
transition: all 0.3s;
}

/* div.contact-method{
   background: #ffffff;
  padding: 20px;
  color: #ef7e00;
}

div.contact-method > div.contact-method-inner > span > a{
  color: #ef7e00!important;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}

div.contact-method > div.contact-method-inner > span{
  color: #ef7e00!important;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;

  padding-left: 40px;
}
div.contact-method > div.contact-method-inner > span > svg{
  position: absolute;
  content: "";
  top:50%;
  transform: translateY(-50%);
  width:30px;
  height: 30px;
  fill:#fff;
  left:0;
} */


form {
    background: #fff;
    padding: 20px;
    margin: 0 auto;
    /* border-radius: 10px; */
    text-align: left;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
input, textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
}
textarea {
    resize: vertical;
    height: 120px;
}
form button {
    background-color: #ef7e00;
    /* color: #000; */
    border: none;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    color: #fff;
}
form button:hover {
    background-color: #ba4700;
}
/* form ↑↑↑ */



/* 補足 ↓↓↓ */

body a{
text-decoration: none;
color:#fff;
}
.br-sp{
  display: none;
}
.br-pc{
  display: block;
}
.mb20{
    margin-bottom: 20px;
}

.mb40{
    margin-bottom: 40px;
}

/* ※付list */
div.annotation-content{
  margin-top: 10px;
 }
div.annotation-content > ul > li{
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
  padding-left:20px;
 }

div.annotation-content > ul > li:last-child{
  margin-bottom: 0;
 }

div.annotation-content > ul > li > span.annotation-icon{
  position: absolute;
  content: "";
  left: 0;
}
/* 補足 ↑↑↑ */



/* pagetop ↓↓↓ */
/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#ef7e00;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.0rem;
	transition:all 0.3s;
  flex-direction: column;
  border: 1px solid #ef7e00;
}

#page-top a::before {
    /* ④絶対必要 */
    content: "";
    display: block;

    /* ⑤三角のサイズ */
    width: 10px;
    height: 10px;

    /* ⑥三角の線と回転角度 */
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(-45deg);
}

#page-top a:hover{
	/* background: #ba4700; */
  background: #fff;
  color: #ef7e00;
  border: 1px solid #ef7e00;
}

#page-top a:hover::before{
	/* background: #ba4700; */
      border-top: 2px solid #ef7e00;
    border-right: 2px solid #ef7e00;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
/* pagetop ↑↑↑ */



/* ふわっと出現 ↓↓↓ */
/* スクロール前の状態 */
section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* 表示状態 */
section.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* すでに見えているFV用（最初のsectionなど） */
section:first-of-type {
  opacity: 1;
  transform: none;
}
/* ふわっと出現 ↑↑↑ */

