/* ============================================ */
/* このファイルは、以下のhtmlファイルで使用されます。 */
/*  - recruitinfo/personality.html */
/* ============================================ */
@charset "utf-8";

.mt-10 {
  margin-top: calc(10 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .mt-10 {
    margin-top: 10px;
  }
}

.disp-sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .disp-sp {
    display: none;
  }
}

.p__lead {
  color: #fff;
  background: #7a7a7a;
  font-size: calc(28 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
}

.p__lead-all {
  background: #0068b7;
}

.p__lead-general {
  background: #5c96fd;
}

.p__lead-professional {
  background: #35aef3;
}

.p__lead-kosen {
  background: #6bcef9;
}

@media screen and (min-width: 960px) {
  .p__lead {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.p__text {
  font-size: calc(28 / 750 * 100vw);
  margin-bottom: calc(80 / 750 * 100vw);
  font-weight: 400;
}

@media screen and (min-width: 960px) {
  .p__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 960px) {
  .p__text-mb0 {
    margin-bottom: 0;
  }
}

.mv {
  display: block;
  width: 100%;
  background: url(../img/top-kv_sp.jpg) no-repeat center top;
  background-size: cover;
  padding: 26.66667vw 0 13.33333vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv-personality {
  background: url(../img/personality-kv_sp.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (min-width: 960px) {
  .mv {
    height: 480px;
    background: url(../img/top-kv_pc.jpg) no-repeat left top;
    background-size: cover;
    padding: 90px 10px 0;
  }

  .mv-personality {
    background: url(../img/personality-kv_pc.jpg) no-repeat center top;
    background-size: cover;
  }
}

.mv__title {
  font-size: 6.4vw;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

@media screen and (min-width: 960px) {
  .mv__title {
    font-size: 36px;
  }
}

.recruitinfo_lead {
  margin-inline: auto;
  padding: calc(75 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  width: calc(500 / 750 * 100vw);
}

.recruitinfo_lead.recruitinfo_lead-personality {
  margin-inline: auto;
  padding: calc(75 / 750 * 100vw) 5% calc(150 / 750 * 100vw);
  line-height: 1.75;
  font-weight: normal;
  font-size: calc(28 / 750 * 100vw);
  width: 100%;
}

@media screen and (min-width: 960px) {
  .recruitinfo_lead {
    padding: 75px 0 90px;
    max-width: 450px;
  }

  .recruitinfo_lead.recruitinfo_lead-personality {
    padding: 100px 10px 90px;
    max-width: 1020px;
    font-size: 18px;
    width: auto;
  }
}

.recruitinfo_btn-text {
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  margin-bottom: calc(16 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .recruitinfo_btn-text {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.btn {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  background-color: #0068b7;
  height: calc(100 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .btn {
    padding: 25px 0;
    font-size: 20px;
    letter-spacing: 0.14em;
    transition: opacity 150ms ease-out;
    height: 100%;
  }
}

.btn::before {
  position: absolute;
  top: 0;
  right: calc(50 / 750 * 100vw);
  bottom: 0;
  z-index: 0;
  display: block;
  width: calc(18 / 750 * 100vw);
  height: calc(18 / 750 * 100vw);
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: auto 0;
}

@media screen and (min-width: 960px) {
  .btn::before {
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 7px;
    height: 7px;
    transition: all 150ms ease-out;
  }
}

@media screen and (min-width: 960px) {
  .btn:hover::before {
    right: 2px;
  }
}

/* f_footerMenuLstItem:nth-child(3) .f_footerMenuLink {
    background-color: #4a8ce2;
} */
@media screen and (min-width: 960px) {
  .btn:hover {
    opacity: 0.7;
  }
}

/* -----------------------------------

recruitinfo TABS

-----------------------------------*/

.recruitinfo_tab {
  width: 100%;
}

.tab_list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-inline: auto;
  width: 95%;
}

@media screen and (min-width: 960px) {
  .tab_list {
    max-width: 1000px;
  }
}

.tab_list button {
  flex: 1;
  padding: calc(10 / 750 * 100vw);
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .tab_list button {
    font-size: 20px;
    padding: 25px;
  }
}

.tab_list a {
  flex: 1;
  padding: calc(10 / 750 * 100vw);
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: calc(24 / 750 * 100vw);
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 960px) {
  .tab_list a {
    font-size: 20px;
    padding: 25px;
  }
}

/* IDごとの背景色指定 */
[data-tab='general'] {
  background-color: #5c96fd;
}

[data-tab='kosen'] {
  background-color: #6bcef9;
}

[data-tab='professional'] {
  background-color: #35aef3;
}

/* アクティブ時の色連動（親の data-active-tab に基づく） */
.recruitinfo_tab[data-active-tab='general'] [data-tab='general'] {
  background-color: #5c96fd;
}

.recruitinfo_tab[data-active-tab='kosen'] [data-tab='kosen'] {
  background-color: #6bcef9;
}

/* デフォルトと同じですがアクティブ明示 */
.recruitinfo_tab[data-active-tab='professional'] [data-tab='professional'] {
  background-color: #35aef3;
}

.tab_content-wrapper {
  background-color: #f0f0f0;
  border-top: calc(10 / 750 * 100vw) solid #5c96fd;
  transition: border-color 0.3s ease;
}

@media screen and (min-width: 960px) {
  .tab_content-wrapper {
    border-top: 10px solid #5c96fd;
  }
}

.tab_link {
  width: calc(520 / 750 * 100vw);
  margin-inline: auto;
  display: flex;
  gap: calc(40 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto calc(86 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .tab_link {
    max-width: 520px;
    gap: 40px;
    margin: 60px auto 86px;
  }
}

.tab_link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: calc(4 / 750 * 100vw);
  background: #fff;
  font-size: calc(20 / 750 * 100vw);
  color: #5c96fd;
  text-decoration: none;
  box-sizing: border-box;
}

.recruitinfo_tab[data-active-tab='kosen'] .tab_link a {
  color: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .tab_link a {
  color: #35aef3;
}

@media screen and (min-width: 960px) {
  .tab_link a {
    padding: 10px;
    font-size: 14px;
  }
}

.tab_link a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 1px;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 8px solid #1a7bbf;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.recruitinfo_tab[data-active-tab='kosen'] .tab_link a::after {
  border-top: 8px solid #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .tab_link a::after {
  border-top: 8px solid #35aef3;
}

.recruitinfo_tab[data-active-tab='kosen'] .tab_content-wrapper {
  border-color: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .tab_content-wrapper {
  border-color: #35aef3;
}

.recruitinfo_tab[data-active-tab='kosen'] .tab_title-1 {
  color: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .tab_title-1 {
  color: #35aef3;
}

.tab_panel {
  display: none;
  animation: fadeIn 0.5s ease;
}

.tab_panel.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: calc(30 / 750 * 100vw);
  color: #5c96fd;
  transition: color 0.3s ease;
  padding-top: calc(90 / 750 * 100vw);
  margin: calc(-90 / 750 * 100vw) auto calc(30 / 750 * 100vw);
  font-size: calc(50 / 750 * 100vw);
  font-weight: 500;
}

.recruitinfo_tab[data-active-tab='kosen'] .title-h2 {
  color: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .title-h2 {
  color: #35aef3;
}

@media screen and (min-width: 960px) {
  .title-h2 {
    padding-top: 90px;
    margin: -90px auto 30px;
    font-size: 28px;
  }
}

.title-h2-personality {
  color: #0068b7;
  padding-bottom: 0.2em;
  border-bottom: 1px solid;
  text-align: left;
  padding-top: 0;
  font-size: calc(48 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .title-h2-personality {
    font-size: 28px;
  }
}

.title-h3 {
  color: #5c96fd;
  padding-left: calc(7 / 750 * 100vw);
  border-left: calc(6 / 750 * 100vw) solid #5c96fd;
  font-weight: 500;
  margin-bottom: calc(16 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
}

.recruitinfo_tab[data-active-tab='kosen'] .title-h3 {
  color: #6bcef9;
  border-color: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .title-h3 {
  color: #35aef3;
  border-color: #35aef3;
}

@media screen and (min-width: 960px) {
  .title-h3 {
    padding-left: 7px;
    border-left: 6px solid #5c96fd;
    margin-bottom: 16px;
    font-size: 16px;
  }
}

.title-h3-personality {
  color: #000000;
  padding-left: calc(7 / 750 * 100vw);
  border-left: calc(6 / 750 * 100vw) solid #5c96fd;
  font-weight: 500;
  margin-bottom: calc(32 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
}

.title-h3-personality-type2 {
  border-left: calc(6 / 750 * 100vw) solid #35aef3;
}

.title-h3-personality-type3 {
  border-left: calc(6 / 750 * 100vw) solid #5c96fd;
}

.title-h3-personality-type4 {
  border-left: calc(6 / 750 * 100vw) solid #6bcef9;
}

@media screen and (min-width: 960px) {
  .title-h3-personality {
    padding-left: 10px;
    border-left: 6px solid #0068b7;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .title-h3-personality-type2 {
    border-left: 6px solid #35aef3;
  }

  .title-h3-personality-type3 {
    border-left: 6px solid #5c96fd;
  }

  .title-h3-personality-type4 {
    border-left: 6px solid #6bcef9;
  }
}

.title-h3-mt {
  margin-top: 30px;
}

.requirements_content {
  margin-inline: auto;
  background: #fff;
  width: 95%;
  padding: calc(50 / 750 * 100vw) calc(25 / 750 * 100vw) calc(90 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .requirements_content {
    max-width: 840px;
    padding: 50px 50px 90px;
  }
}

.requirements_body {
  margin: 0;
}

@media screen and (min-width: 960px) {
  .requirements_body {
    margin-left: 1em;
  }
}

.requirements_text {
  display: block;
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75;
  margin-bottom: calc(32 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .requirements_text {
    font-size: 12px;
    margin-bottom: 32px;
  }
}

.requirements_ul {
  margin-bottom: calc(32 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .requirements_ul {
    margin-bottom: 32px;
  }
}

.requirements_li {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.75;
}

@media screen and (min-width: 960px) {
  .requirements_li {
    display: flex;
    font-size: 12px;
  }
}

.requirements_li-left {
  margin-right: 1em;
}

.requirements_li-right {
  flex: 1;
}

.requirements_strong {
  margin-bottom: calc(5 / 750 * 100vw);
  display: block;
  font-weight: bold;
  font-size: calc(28 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .requirements_strong {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.requirements_note {
  font-size: calc(20 / 750 * 100vw);
  display: block;
}

@media screen and (min-width: 960px) {
  .requirements_note {
    font-size: 10px;
  }
}

.job-table {
  border-top: 1px solid #5c96fd;
  margin: 0 calc(14 / 750 * 100vw) calc(30 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
  line-height: 1.75;
}

.recruitinfo_tab[data-active-tab='kosen'] .job-table {
  border-top: 1px solid #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .job-table {
  border-top: 1px solid #35aef3;
}

@media screen and (min-width: 960px) {
  .job-table {
    margin: 0 14px 30px;
    font-size: 12px;
  }
}

.job-table_row {
  display: flex;
  gap: 10px;
  padding: calc(24 / 750 * 100vw) 0;
  border-bottom: 1px solid #5c96fd;
}

.recruitinfo_tab[data-active-tab='kosen'] .job-table_row {
  border-bottom: 1px solid #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .job-table_row {
  border-bottom: 1px solid #35aef3;
}

@media screen and (min-width: 960px) {
  .job-table_row {
    padding: 24px 0;
  }
}

.job-table_term {
  width: calc(120 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .job-table_term {
    width: 90px;
  }
}

.job-table_desc {
  flex: 1;
  line-height: 1.75;
}

.job-table_desc p+p {
  margin-top: 4px;
}

@media screen and (min-width: 960px) {
  .job-table_list b {
    font-weight: normal;
  }
}

.deftable {
  font-size: calc(24 / 750 * 100vw);
  font-weight: normal;
  margin: calc(10 / 750 * 100vw) 0;
}

@media screen and (min-width: 960px) {
  .deftable {
    font-size: 12px;
    margin: 10px 0 10px;
  }
}

@media screen and (min-width: 960px) {
  .deftable-type2 {
    font-size: 12px;
    margin: 10px 0 10px;
  }
}

.youthArea--02 th {
  text-align: left;
  background: #eff4ff;
  padding: 10px;
}

.youthArea--01 table,
.youthArea--02 table,
.youthArea--03 table {
  margin-top: 2%;
  margin-bottom: 3%;
}

.youthArea--01-02 {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .youthArea--01-02 {
    width: auto;
  }
}

.youthArea--01-02 th {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .youthArea--01-02 th {
    width: 296px;
  }
}

.youthArea--01-02 td {
  width: 147px;
}

/*  .youthArea--01-02{
	width: 36%;
} */

.youthArea--02 td {
  width: 60%;
  font-weight: normal;
  background: #deeaff;
  padding: 10px;
}

.recruitinfo_tab[data-active-tab='kosen'] .youthArea--02 td {
  background: #c7f4ff;
}

.recruitinfo_tab[data-active-tab='professional'] .youthArea--02 td {
  background: #c5eaff;
}

.youthArea--02 th {
  /* width: 34%; */
  font-weight: normal;
}

.youthArea--02 .deftable_s {
  width: 100%;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .youthArea--02 .deftable_s {
    font-size: 12px;
  }
}

.youthArea--01 .deftable,
.youthArea--02 .deftable,
.youthArea--03 .deftable {
  border-spacing: 2px;
}

.youthArea--03 table {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .youthArea--03 table {
    margin-bottom: 1%;
  }
}

.youthArea--03 th {
  width: 296px;
}

.youthArea--03 td {
  width: 147px;
}

.youthArea--03-01 th {
  width: 40%;
}

.youthArea--01-01 th {
  width: 147px;
}

.youthArea--01 .subTitle {
  background: #eff4ff;
  width: 147px;
  padding: 10px;
}

.deftable th {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  /* background-color: #f0f0f0; */
}

.deftable-s {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .deftable-s {
    max-width: 420px;
    font-weight: normal;
  }
}

.deftable-s th {
  padding: 10px;
  background-color: #f0f0f0;
  font-weight: normal;
  /* width: 268px; */
}

.deftable-s th:first-child {
  width: 50%;
}

@media screen and (min-width: 960px) {
  .deftable-s th:first-child {
    width: 268px;
  }
}

.deftable-s td {
  padding: 10px;
  background-color: #fafafa;
  /* white-space: nowrap; */
}

.deftable-m {
  width: 80%;
}

.deftable .col {
  background: #deeaff;
}

.deftable th {
  background: #eff4ff;
}

.deftable th:first-child {
  /* width: 268px; */
}

.deftable .col-space {
  background: #deeaff;
}

.recruitinfo_tab[data-active-tab='kosen'] .deftable .col-space {
  background: #c7f4ff;
}

.recruitinfo_tab[data-active-tab='professional'] .deftable .col-space {
  background: #c5eaff;
}

.deftable .col-space-top {
  background: #adcafe;
}

.recruitinfo_tab[data-active-tab='kosen'] .deftable .col-space-top {
  background: #9ce0f2;
}

.recruitinfo_tab[data-active-tab='professional'] .deftable .col-space-top {
  background: #69cbf7;
}

.deftable .deftable_td {
  background: #deeaff;
  padding: 10px;
}

.recruitinfo_tab[data-active-tab='kosen'] .deftable .deftable_td {
  background: #c7f4ff;
}

.recruitinfo_tab[data-active-tab='professional'] .deftable .deftable_td {
  background: #c5eaff;
}

.border {
  height: 1px;
  background-color: #5c96fd;
}

.recruitinfo_tab[data-active-tab='kosen'] .border {
  border-top: 1px solid #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .border {
  border-top: 1px solid #35aef3;
}

@media screen and (min-width: 960px) {
  .border {
    margin-right: 14px;
  }
}

.border-bottom {
  margin-bottom: 20px;
}

.step {
  display: flex;
  align-items: center;
  align-items: start;
  gap: 10px;
  margin: calc(15 / 750 * 100vw) calc(10 / 750 * 100vw) calc(16 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .step {
    gap: 10px;
    margin: 15px 10px 16px;
    font-size: 12px;
  }
}

.step_title {
  width: calc(120 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .step_title {
    width: 90px;
  }
}

.step_body {
  flex: 1;
}

/* -----------------------------------

recruitinfo FAQ

-----------------------------------*/
.recruitinfo_faq {
  background: #fff;
  margin-top: calc(180 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .recruitinfo_faq {
    margin-top: 180px;
  }
}

.faq_bg {
  width: 95%;
  margin-inline: auto;
}

@media screen and (min-width: 960px) {
  .faq_bg {
    width: 100%;
  }
}

.faq_inner {
  max-width: 1000px;
  margin-inline: auto;
}

.faq_title {
  background: #5c96fd;
  color: #fff;
  padding: calc(4 / 750 * 100vw) calc(22 / 750 * 100vw);
  font-size: calc(34 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
}

.recruitinfo_tab[data-active-tab='kosen'] .faq_title {
  background: #6bcef9;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_title {
  background: #35aef3;
}

@media screen and (min-width: 960px) {
  .faq_title {
    padding: 4px 22px;
    font-size: 22px;
    margin-top: 60px;
  }
}

.faq_width {
  max-width: 960px;
  margin-inline: auto;
}

.faq_strong {
  font-size: calc(32 / 750 * 100vw);
  margin: calc(48 / 750 * 100vw) auto calc(20 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_strong {
    font-size: 18px;
    margin: 48px auto 20px;
  }
}

.faq_strong-color {
  color: #5c96fd;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_strong-color {
  color: #35aef3;
}

.faq_list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  border: 1px solid #000;
  font-size: calc(28 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_list {
    margin: 0 0 40px;
    font-size: 14px;
  }
}

.faq_list-color {
  border: 1px solid #5c96fd;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_list-color {
  border: 1px solid #35aef3;
}

.faq_item {
  border-bottom: 1px solid #000000;
}

.faq_list-color .faq_item {
  border-bottom: 1px solid #5c96fd;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_list-color .faq_item {
  border-bottom: 1px solid #35aef3;
}

.faq_item:last-child {
  border-bottom: none;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_list-color .faq_item:last-child {
  border-bottom: none;
}

.faq_header {
  width: 100%;
  display: flex;
  align-items: center;

  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding: calc(30 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_header {
    padding: 30px;
  }
}

.faq_content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_content {
    font-size: 14px;
  }
}

.faq_content-inner {
  display: flex;
  padding: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_content-inner {
    padding: 0 30px 30px 30px;
  }
}

.faq_q-icon,
.faq_a-icon {
  margin-right: calc(20 / 750 * 100vw);
  width: calc(20 / 750 * 100vw);
  flex-shrink: 0;
}

@media screen and (min-width: 960px) {

  .faq_q-icon,
  .faq_a-icon {
    margin-right: 10px;
    width: 15px;
  }
}

.faq_q-icon img,
.faq_a-icon img {
  display: block;
  width: 100%;
}

.faq_a-icon img {
  margin-top: 7px;
}

.faq_question-text {
  font-weight: 700;
  font-size: calc(24 / 750 * 100vw);
}

@media screen and (min-width: 960px) {
  .faq_question-text {
    font-size: 14px;
  }
}

.faq_answer-body {
  flex: 1;
}

.faq_answer-text {
  margin: 0;
  line-height: 1.8;
  /* font-size: 15px; */
  color: #333;
}

.faq_answer-text small {
  display: block;
  font-size: 10px;
}

/* --- ＋ーアイコン --- */
.faq_toggle-icon {
  position: relative;
  width: calc(24 / 750 * 100vw);
  height: calc(24 / 750 * 100vw);
  margin-left: auto;
  flex-shrink: 0;
}

@media screen and (min-width: 960px) {
  .faq_toggle-icon {
    width: 18px;
    height: 18px;
  }
}

.faq_toggle-icon::before,
.faq_toggle-icon::after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.faq_list-color .faq_toggle-icon::before,
.faq_list-color .faq_toggle-icon::after {
  background-color: #5c96fd;
}

.recruitinfo_tab[data-active-tab='professional'] .faq_list-color .faq_toggle-icon::before,
.recruitinfo_tab[data-active-tab='professional'] .faq_list-color .faq_toggle-icon::after {
  background-color: #35aef3;
}

.faq_toggle-icon::before {
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.faq_toggle-icon::after {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%);
}

.faq_item.is-active .faq_toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* -----------------------------------

recruitinfo PERSONALITY

-----------------------------------*/
.personality__section {
  margin-inline: auto;
  padding: 0 5%;
}

@media screen and (min-width: 960px) {
  .personality__section {
    max-width: 1020px;
    padding: 100px 10px 35px;
  }
}

@media screen and (min-width: 960px) {
  .personality__inner {
    margin-bottom: 65px;
  }
}

.personality__note {
  padding: 0 5%;
  margin-inline: auto;
}

@media screen and (min-width: 960px) {
  .personality__note {
    max-width: 1020px;
    padding: 0;
  }
}

.personality__note-inner {
  margin-inline: auto;
  padding: 5%;
  border: 1px solid #0068b7;
}

@media screen and (min-width: 960px) {
  .personality__note-inner {
    padding: 35px 20px;
  }
}

.personality__note ul {
  margin-inline: auto;
  font-weight: normal;
  line-height: 1.75;
}

@media screen and (min-width: 960px) {
  .personality__note ul {
    font-size: 18px;
  }
}
