@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"Faq"

Cascading Style Sheet Setting File

Ver.20240118

------------------------------------------------------------------------------------------------------------------------

/** | Faq | ***************************************************************************************** **/

.faq-mai{
  padding: 240px 0 120px;
}
.faq-cnt{
  padding: 0 0 120px;
}
.faq-cnt-inn {
  max-width: 1000px;
  margin:auto;
  padding:0;
}
.faq-aco-lst {
  position: relative;
  width: 100%;
  margin: 20px auto;
  border-radius: 10px;
  letter-spacing: 0;
  background: #f5f5f5;
}
.faq-aco-lst dt {
  position: relative;
  text-align: left;
  font-size: 20px;
  color: #000;
  padding: 25px 100px 25px 100px;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 600;
}
.faq-aco-lst-q {
  position: absolute;
  top: calc(50% - 20px);
  left: 25px;
  background: #F03;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
}
.faq-aco-lst dt.open {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.faq-aco-lst dt::before {
  content: " ";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  background: #FF0033;
  right: 30px;
  top: calc(50% - 1px);
}
.faq-aco-lst dt::after {
  content: " ";
  display: block;
  position: absolute;
  width: 2px;
  height: 16px;
  background: #FF0033;
  right:37px;
  top: calc(50% - 8px);
}
.faq-aco-lst dt.open::after {
  display: none;
}
.faq-aco-lst dt br {
  display: none;
}
.faq-aco-lst dd {
  position: relative;
  overflow: hidden;
  height: 0;
  text-align: left;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  line-height: 1.8;
  width: 100%;
  transition:height 0.3s ease-in-out;
}
.faq-aco-lst dd span{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  box-sizing: border-box;
  display: block;
  padding:30px 30px 30px 100px;
}

.faq-cnt-ttl {
    text-align: left;
    font-size: 20px;
    padding-top: 100px;
    font-weight: bold;
}

.faq-intro-list {
  display:flex;
  justify-content:center;
}

.faq-intro-list li {
  width:170px;
}

.faq-intro-list li+li {
  margin-left:20px;
}
.faq-intro-link {
  display:block;
  width:100%;
  position:relative;
  text-align:center;
  line-height:43px;
  border:1px solid #eee;
  border-radius:23px;
  font-family:'Poppins', sans-serif;
  color:#333;
  font-size:14px;
  font-weight:bold;
  background:#fff;
}

.faq-intro-link::before, .faq-intro-link::after {
  content:"";
  display:block;
  position:absolute;
  top:50%;
}

.faq-intro-link::before {
  left:18px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#FF0033;
  transform:translateY(-50%);
}

.faq-intro-link::after {
  left:23px;
  width:5px;
  height:5px;
  border-right:1px solid #fff;
  border-bottom:1px solid #fff;
  transform:translateY(-60%) rotate(45deg);
}

.faq-btn-wrap {
    display: table;
    margin: 30px 0 0;
}
.faq-btn {
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: #F03;
    border: 1px solid #FF0033;
    padding: 0 60px 0 30px;
    position: relative;
    border-radius: 20px;
    background: #fff;
}
.faq-btn::before,
.faq-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}
.faq-btn::before {
    right: 15px;
    width: 17px;
    height: 17px;
    background: #FF0033;
    border-radius: 50%;
    transform: translateY(-50%);
}
.faq-btn::after {
    right: 21px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: translateY(-50%) rotate(45deg);
}
.faq-aco-lst dd span.faq-marker {
    position: relative;
    background: url(/recruit/newgraduate/img/faq/faq-marker.png) repeat-x bottom;
    background-size: 5px 5px;
    display: inline-block;
    width: auto;
    padding: 0;
    line-height: 1;
}

@media (max-width:640px) {
  .faq-mai{
    padding:15% 0;
  }
  .faq-cnt{
    padding:0 0 20%;
  }
  .faq-cnt-inn {
    padding:0;
  }
  .faq-aco-lst {
    margin:15px auto;
  }
  .faq-aco-lst dt {
    font-size: 16px;
    padding: 20px 40px 20px 60px;
  }
  .faq-aco-lst dt::before {
    right:20px;
  }
  .faq-aco-lst dt::after {
    right:27px;
  }
  .faq-aco-lst-q {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: calc(50% - 15px);
    left:15px;
    font-size: 16px;
  }
  .faq-aco-lst dd{
    font-size: 16px;
  }
  .faq-aco-lst dd span{
    padding:20px 20px 20px 60px;
  }
    .faq-cnt-ttl {
        padding-top: 15%;
    }
  .faq-intro-list {
      display: block;
  }
  .faq-intro-list li {
    width: calc(100% - 30px);
    margin: auto;
  }
  .faq-intro-list li+li {
    margin-left:0;
    margin: auto;
    margin-top: 5%;
  }
.faq-btn-wrap {
display: block;
margin: 7% 0 0;
width: 100%;
}
}
