* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  font-family: "Hiragino Kaku Gothic Pro";
}

li::marker {
  content: "";
}

html {
  scroll-behavior: smooth;
}

.footerFixed__entryArea {
  justify-content: center !important;
}

/* セクション全体 */
.section-block {
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}

/* リード文 */
.section-lead {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #0E70B3;
  margin-bottom: 24px;
  text-align: center;
}

.section-lead {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  max-width: 1000px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-lead-bule {
  color: #005EAB;
  font-weight: 600;
}

.text {
  align-self: stretch;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.text-gap .text {
  margin-bottom: 20px;
  line-height: 1.6;
}

.text-gap .text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .section-block {
    padding: 30px 19px;
    margin: 0;
  }

  .whatIs{
    padding: 30px 19px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .section-lead {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .text-gap {
    margin-bottom: 30px;
  }

  .footerFixed__buttonText--bgWhite {
    font-size: 13px !important;
  }

  .footerFixed__buttonText {
    font-size: 13px !important;
    margin-right: 20px;
  }
}

.sp-ipad-only {
  display: none;
}

@media screen and (max-width: 800px) {
  .sp-ipad-only {
    display: inline;
  }
}


.br-ipad-mini {
  display: none;
}


.footerFixed__button {
  max-width: 380px !important;
}

/* ============================
     ここからenter
     ============================ */
.enter {
  background: #0061A8;
  padding: 40px 20px;
}

.enter-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.enter-text {
  margin-bottom: 25px;
}

.enter-title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}

.enter-button {
  display: inline-flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  background: #D10042;
  color: #fff;
  padding: 20px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 24px;
  line-height: 150%;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(211, 47, 47, 0.4);
}

.enter-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(211, 47, 47, 0.5);
}

.button-label {
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 4px;
  margin-right: 15px;
  color: #D10042;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}

.button-text {
  flex: 1;
}

.button-arrow {
  font-size: 28px;
  margin-left: 15px;
}

.free-badge {
  margin: 10px auto 0;
  padding: 8px 16px;
  border: 2px solid #fff;
}

/* メインテキスト */
.cta-text {
  font-size: 22px;
}

/* 右側の矢印 */
.cta-arrow {
  font-size: 20px;
  font-weight: 700;
}

.bottom {
  padding: 0 0 40px 0;
}


/* CTAボタン（赤） */
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #D10042;
  color: #fff;
  padding: 20px 32px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
}

/* 左側の「完全無料」ラベル */
.cta-label {
  background: #fff;
  color: #D10042;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
}

.cta-arrow-img {
  width: 8px;
  height: auto;
  display: block;
}

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

  .enter {
    padding: 32px 19px;
    text-align: center;
  }

  .enter-title {
    font-size: 15px;
    line-height: 1.7;
  }

  .free-badge {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 13px;
    border: 2px solid #fff;
  }

  .enter-button {
    width: 100%;
    justify-content: center;
    padding: 8px;
    font-size: 15px;
    gap: 8px;
  }

  .button-label {
    font-size: 15px;
    padding: 4px;
    line-height: 100%;
    margin-right: 0;
  }

  .button-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .button-arrow {
    font-size: 22px;
    margin-left: 8px;
  }
}

/* ============================
     ここまでenter
     ============================ */

/* ============================
     ここからmv
     ============================ */
/* MV全体の背景 */
.mv {
  background: #E6EFF6;
}

/* ヘッダー（ロゴ部分） */
.mv-header {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.mv-logo {
  padding: 15px;
  display: block;
  margin: auto;
}

/* MVメインエリア */
.mv-main {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* 左右の人物イラスト（PC表示） */
.mv-illust-left,
.mv-illust-right {
  position: absolute;
  bottom: 0;
}

.mv-illust-left {
  left: 0;
}

.mv-illust-right {
  right: 0;
}

.mv-illust-left img,
.mv-illust-right img {
  width: 100%;
  height: auto;
}

/* 上部の6つの小円点（装飾） */
.mv-dots {
  position: relative;
  width: 250px;
  left: 180px;
}

/* 吹き出し（白背景＋角丸＋影） */
.mv-balloon {
  position: relative;
  background: #fff;
  border-radius: 40px;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto 40px;
}

.balloon-text {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  text-align: center;
}

.balloon-text-bule {
  color: #0061A8;
}

/* 吹き出しの三角（画像） */
.balloon-tail-left {
  position: absolute;
  bottom: -10px;
  transform: translateX(-50%);
}

.balloon-tail-right {
  position: absolute;
  bottom: -10px;
  transform: scaleX(-1);
  left: 670px;
}

/* タイトルブロック（3点装飾＋タイトル） */
.mv-title-block {
  text-align: center;
}

.mv-title-dots {
  position: absolute;
  width: 60px;
  top: 60px;
  right: 60px;
}

.mv-title {
  font-size: 40px;
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mv-title-small {
  font-size: 36px;
}

.mv-title-bule {
  color: #0E70B3;
}

.highlight-blue {
  color: #0061A8;
  background: linear-gradient(transparent 70%, #FFDC50 61%);
  font-size: 46px;
}

/* ナビゲーション全体（青背景） */
.mv-nav {
  background: #0E70B3;
  padding: 40px 0;
}

/* 内側コンテナ（中央揃え＋折り返し） */
.mv-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* ナビボタン（白背景） */
.mv-nav-item {
  width: 326px;
  height: 73px;
  border-radius: 40px;
  border: 2px solid #333;
  background: #FFF;
  box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.40);
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.mv-nav-item {
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease;
}

.mv-nav-arrow {
  transition: transform 0.25s ease;
}


/* 右側の矢印（画像） */
.mv-nav-arrow {
  height: auto;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.mv-title-up {
  margin-bottom: -70px;
}

.sp-only {
  display: none;
}

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

  .mv-title-line .mv-title-small {
    font-size: 26px;
  }

  .mv-title-line{
    font-size: 26px;
  }

  .sp-only {
    display: inline;
  }

  .mv-logo {
    padding: 10px;
    width: 220px;
    height: auto;
  }

  .mv-header {
    margin-bottom: 10px;
  }

  .mv-main {
    max-width: 100%;
    padding: 0 19px;
  }

  .mv-dots {
    width: 120px;
    left: 21%;
    transform: translateX(-50%);
  }

  /* タイトル */
  .mv-title {
    font-size: 18px;
    line-height: 1.5;
  }

  .mv-title-small {
    font-size: 15px;
  }

  .highlight-blue {
    font-size: 28px;
  }

  .mv-title-dots {
    width: 36px;
    top: 86px;
    right: 10px;
  }

  .mv-title-down {
    margin-top: 50px;
  }

  .mv-title-down .mv-title-small {
    font-size: 24px;
  }

  .mv-title-block .mv-title-down {
    font-size: 26px;
  }

  .mv-illust-left {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 19px;
  }

  .mv-illust-left img {
    width: 100px;
  }

  .mv-illust-right {
    display: none;
  }

  /* 吹き出し */
  .mv-balloon {
    max-width: 100%;
    padding: 20px;
    margin: 0 0 0 110px;
    position: relative;
    top: 70px;
  }

  .balloon-tail-left {
    bottom: 50px;
    transform: translateX(-110%) rotate(15deg);
  }

  .balloon-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .balloon-tail-right {
    display: none;
  }

  /* CTA ボタン */
  .cta-btn {
    width: 100%;
    justify-content: center;
    padding: 8px;
    font-size: 15px;
    gap: 8px;
    position: relative;
    bottom: 146px;
  }

  .cta-text {
    font-size: 15px;
  }

  .cta-label {
    font-size: 15px;
    padding: 4px;
    line-height: 100%;
  }

  .cta-arrow {
    font-size: 18px;
  }

  .mv-nav {
    padding: 20px 19px;
  }
}

/* ============================
     ここまでmv 
     ============================ */

/* ============================
     ここからマイナビ転職とマイナビ転職エージェントの違い
     ============================ */
.page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.content-wrapper {
  width: 100%;
  max-width: 1000px;
}

.header-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.header-card {
  border-radius: 15px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-card.red {
  background-color: #E7000B;
  height: 100px;
  justify-content: center;
}

.header-card.blue {
  background-color: #005EAB;
  height: 100px;
  justify-content: center;
}

.logo-box {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image {
  width: 58px;
  height: auto;
  object-fit: contain;
}

.header-text {
  color: white;
}

.header-title {
  font-size: 20px;
  font-weight: bold;
}

.header-subtitle {
  font-size: 20px;
}

.compare-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.compare-row {
  position: relative;
  width: 100%;
}

.white-label,
.white-label-2 {
  background: #fff;
  padding: 20px 0;
  width: 230px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.white-label {
  top: 20px;
}

.white-label-2 {
  top: 14px;
}

.compare-cells {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100px;
}

.cell {
  flex: 1;
  border-radius: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.cell.red {
  background: #FFF1F1;
  padding: 16px 128px 16px 16px;
  text-align: left;
}

.cell.blue {
  background: #E3F2FF;
  padding: 16px 16px 16px 128px;
  text-align: left;
}

.compare-cells .cell {
  display: flex;
  align-items: center;
  gap: 20px;
}

.summary-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 16px 0;
  font-weight: 600;
}

.summary-card {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.summary-card.pink {
  background-color: #FDE4E4;
}

.summary-card.blue {
  background-color: #C1DBF1;
}

.summary-content {
  color: #333;
}

.summary-intro {
  margin-bottom: 8px;
}

.highlight-wrapper {
  position: relative;
  display: inline-block;
  letter-spacing: -0.75px;
}

.highlight-text {
  position: relative;
  z-index: 10;
}

.highlight-text.red {
  color: #D10042;
  background: linear-gradient(transparent 60%, #FFDC50 61%);
}

.highlight-text.bule {
  color: #005EAB;
  background: linear-gradient(transparent 60%, #FFDC50 61%);
}

.summary-outro {
  margin-top: 8px;
  font-size: 15px;
}

/* 詳しく知りたいボタン全体 */
.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F3F3;
  padding: 14px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  gap: 20px;
}

.more-text {
  text-align: left;
}

.more-arrow {
  height: auto;
  flex-shrink: 0;
}

.pc-only {
  display: inline;
}

.more-btn {
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.2s ease,
    color 0.25s ease;
}

.more-arrow {
  transition: transform 0.25s ease;
}

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

  .header-grid {
    gap: 8px;
    margin-bottom: 8px;
  }

  .header-card.red {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 14px;
    height: auto;
  }

  .header-card.blue {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 12px 10px;
    height: auto;
  }

  .logo-box {
    width: 76px;
  }

  .header-title {
    font-size: 15px;
    line-height: 18px;
  }

  .header-subtitle {
    font-size: 14px;
  }

  .more-btn {
    width: 296px;
    height: 30px;
    border-radius: 5px;
    gap: 30px;
  }

  .highlight-wrapper {
    letter-spacing: -1.5px;
  }

  .compare-cells {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: auto;
  }

  .cell {
    flex-direction: column;
  }

  .icon-placeholder {
    height: 36px;
    width: auto;
  }

  .white-label,
  .white-label-2 {
    position: static;
    transform: none;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    padding: 4px;
  }

  .compare-cells .cell {
    padding: 8px;
    font-size: 15px;
    gap: 4px;
    letter-spacing: -1.6px;
  }

  .compare-wrapper {
    gap: 8px;
  }

  .summary-grid {
    gap: 8px;
    margin-top: 12px;
  }

  .pc-only {
    display: none;
  }
}

/* ============================
     ここまでマイナビ転職とマイナビ転職エージェントの違い
     ============================ */

/* ============================
     ここからマイナビ転職とマイナビ転職エージェントは併用可能！併用のメリットを解説
     ============================ */
.merit-section {
  background: #E6F2FB;
  padding: 60px 0;
  text-align: center;
}

.merit-cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* カード本体 */
.merit-card {
  border-radius: 16px;
  width: 300px;
  position: relative;
}

.merit-container {
  display: flex;
  gap: 24px;
  overflow: visible;
}

.merit-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 16px;
  right: -25px;
  width: 1px;
  z-index: 1;
  height: 100%;

  background: repeating-linear-gradient(to bottom,
      #0E70B3 0 4px,
      transparent 4px 8px);
}

/* カード内の画像 */
.merit-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.merit-title {
  font-size: 18px;
  font-weight: 700;
  color: #0E70B3;
  margin-bottom: 12px;
  line-height: 1.5;
}

.merit-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: left;
  padding: 0 0 30px;
}

.merit-text-bule {
  color: #005EAB;
  font-weight: 600;
}

@media screen and (max-width: 948px) {
  .merit-card:not(:last-child)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .merit-text {
    padding: 0;
  }

  .merit-section {
    padding: 60px 19px;
  }

  .merit-card {
    padding: 0;
  }

  .merit-cards {
    flex-direction: column;
    align-items: center;
  }

  .merit-card {
    width: 100%;
  }
}

/* ============================
     ここまでマイナビ転職とマイナビ転職エージェントは併用可能！併用のメリットを解説
     ============================ */

/* ============================
     ここからマイナビ転職エージェント活用のメリット
     ============================ */
.support-section {
  max-width: 1000px;
  margin: 60px auto;
}

.support-h3-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.support-h3-number {
  width: 42px;
  height: 42px;
  background: #FF575F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  flex-shrink: 0;
}

.support-h3-title {
  font-size: 24px;
  font-weight: 700;
  color: #0E70B3;
  line-height: 1.6;
}

.support-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  justify-content: center;
  margin-bottom: 60px;
}

.support-card {
  background: #E6EFF6;
  width: 318px;
  text-align: left;
}

.support-img {
  height: auto;
  margin: 0 auto 20px;
  display: block;
  height: 87px;
}

.support-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #005EAB;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.support-card-content {
  padding: 20px;
  height: 280px;
}

.support-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.ba-section {
  margin: 60px 0;
}

.ba-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-items: stretch;
}

.ba-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  flex: 1;
}

.ba-status {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.ba-status-before span {
  color: #333;
  font-weight: 700;
}

.ba-status-after span {
  color: #0E70B3;
  font-weight: 700;
}

.ba-status-icon {
  height: auto;
}

.ba-card {
  width: 100%;
  padding: 10px;
}

.ba-card-before {
  background: #E6E6E6;
}

.ba-card-after {
  background: #0E70B3;
}

.ba-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
}

.ba-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ba-card-label {
  margin-bottom: 4px;
}

.ba-doc-icon {
  height: auto;
}

.ba-card-label {
  font-size: 16px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
}

.ba-card-label-before {
  color: #fff;
  background-color: #606060;
}

.ba-card-label-after {
  color: #0E70B3;
  background-color: #fff;
}

.ba-card-label-after {
  color: #0E70B3;
}

.ba-title {
  font-size: 18px;
}

.ba-title-black {
  color: #333;
}

.ba-title-white {
  color: #fff;
}

.ba-text {
  font-size: 15px;
  line-height: 1.7;
}

.ba-text-crad {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #FFF;
  height: 330px;
  padding: 20px;
}

.ba-text-crad2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #FFF;
  padding: 20px;
  height: 360px;
  justify-content: center;
}

.ba-point {
  padding: 20px;
  height: 310px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ba-point-after {
  border: 1px solid #0E70B3;
}

.point-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
  padding: 6px 4px;
  width: 120px;
  border-radius: 20px;
}

.point-title-before {
  color: #fff;
  background-color: #606060;
}

.point-title-after {
  color: #0E70B3;
  background-color: #FFF;
}

.point-text-left {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px 0 0;
  color: #333;
}

.point-text-right {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 20px 0 0;
  color: #fff;
}

.ba-arrow {
  display: flex;
  align-items: center;
}

.ba-arrow-img {
  height: auto;
}

.point-left {
  flex: 1;
}

.point-img {
  height: auto;
  margin-top: 40px;
}

.blue-bold {
  color: #0E70B3;
  font-weight: 700;
}

.yellow-underline {
  background: linear-gradient(transparent 60%, #FFDC50 60%);
}

.yellow-bg-blue {
  background-color: #FFDC50;
  color: #333;
  font-weight: 700;
  padding: 0 4px;
}

.text-bule {
  color: #005EAB;
  font-weight: 600;
}

.img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin: 60px 0;
}

.img-wrap img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .ba-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .support-card-content {
    height: auto;
  }

  .support-section {
    padding: 30px 19px;
    margin: 0;
  }

  .support-h3-number {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .support-h3-title {
    font-size: 22px;
  }

  .support-h3-wrap {
    margin: 30px 0;
  }

  .support-cards {
    margin: 0;
  }

  .support-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .support-card {
    width: 100%;
  }

  .ba-text-crad,
  .ba-point,
  .ba-text-crad2 {
    height: auto;
  }

  .ba-section {
    margin: 30px 0;
  }

  .point-img {
    display: none;
  }

  .point-text-left,
  .point-text-right {
    padding: 0;
  }

  .ba-status-icon {
    width: 26px;
  }

  .ba-status-before span,
  .ba-status-after span {
    font-size: 20px;
  }

  .ba-arrow {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .ba-arrow img {
    transform: rotate(90deg);
    width: 16px;
  }

  .img-wrap {
    margin: 30px 0;
  }

  .ba-section {
    margin: 0;
  }
}

/* ============================
     ここまでマイナビ転職エージェント活用のメリット
     ============================ */

/* ============================
     ここからご利用者の声
     ============================ */
.voice-section {
  background: #E6EFF6;
  padding: 60px 0;
  text-align: center;
}

.voice-title {
  font-size: 32px;
  font-weight: 700;
  color: #0E70B3;
}

.voice-subtitle {
  font-size: 16px;
  margin-top: 10px;
  color: #333;
}

.voice-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.voice-card {
  display: flex;
  gap: 20px;
  background: #fff;
  padding: 24px;
}

.voice-card-left {
  width: 120px;
  text-align: center;
}

.voice-meta {
  margin-top: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.voice-card-right {
  flex: 1;
  text-align: left;
}

.voice-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0E70B3;
}

.voice-card-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

@media screen and (max-width: 767px) {
  .voice-section {
    padding: 30px 19px;
  }

  .voice-cards {
    margin: 0;
  }

  .voice-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  .voice-card-left {
    width: auto;
    text-align: center;
  }

  .voice-card-right {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .voice-card-title {
    text-align: center;
  }

  .voice-card-text {
    text-align: left;
  }

  .voice-img {
    width: 70px;
  }

  .whatIs {
    padding: 30px 19px;
  }
}

/* ============================
     ここまでご利用者の声
     ============================ */

/* ============================
     ここからよくあるご質問
     ============================ */
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.faq-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #0E70B3;
  margin-bottom: 60px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.faq-item {
  border: 2px solid #0061A8;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 7px 19.4px rgba(192, 192, 192, 0.25);
}

.faq-item.faq-open {
  border-color: #8b5cf6;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.2);
}

.faq-question {
  background: #EBF8FF;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.faq-q-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0061A8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 46px;
}

.faq-question-text {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}

.faq-toggle-btn {
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  color: #999;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 16px;
  pointer-events: none;
  transition: color 0.2s ease;
}

.faq-item[open] .faq-toggle-btn::before {
  content: "−";
}

.faq-item:not([open]) .faq-toggle-btn::before {
  content: "＋";
}

.faq-question:hover .faq-toggle-btn {
  color: #0066cc;
}

.faq-answer {
  display: flex;
  padding: 46px 24px;
  background-color: #fff;
  border-top: 1px solid #eee;
  animation: fadeIn 0.3s ease;
}

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

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

.faq-a-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0061A8;
  color: #0061A8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  flex-shrink: 0;
  margin-right: 46px;
}

.faq-answer-text {
  flex: 1;
  font-size: 20px;
  line-height: 1.8;
  color: #555;
}

.faq-answer-text p {
  margin: 0;
}

.faq-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.faq-q-icon {
  width: 50px;
  height: auto;
}

.faq-toggle::before {
  content: "+";
  font-size: 28px;
  color: #0061A8;
}

.faq-item[open] .faq-question {
  background: #0061A8;
  color: #fff;
}

.faq-item[open] .faq-toggle::before {
  content: "−";
  color: #fff;
}

.faq-item[open] .faq-q-icon {
  content: url("/img/q-bubble-white.png");
}

.faq-a-icon {
  width: 50px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .faq-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .faq-list {
    gap: 20px;
    padding: 0 20px;
  }

  .faq-answer-text p {
    font-size: 15px;
  }

  .faq-q-circle,
  .faq-a-circle {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  }

}

.whatIs {
  padding: 60px 19px;
}

.list__content--question {
  border: 2px solid #005eab !important;
  box-shadow: none !important;
}


/* ============================
     ここまでよくあるご質問
     ============================ */

.cta-btn,
.enter-button {
  position: relative;
  overflow: hidden;
}

.cta-btn::before,
.enter-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .15);
  transform: skewX(-45deg);
  transition: .5s ease-in-out;
}

.cta-btn:hover::before,
.enter-button:hover::before {
  left: 100%;
}

.cta-btn,
.enter-button {
  transition: all 0.25s ease;
}

.cta-btn:hover,
.enter-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.yellow-dot {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.yellow-dot-inner {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-top: 14px;
  margin-left: -7px;
}

.yellow-dot-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #FDC81E;
  border-radius: 50%;
}

.yellow-dot-all {
  margin-right: -12px;
}

.mv-title {
  position: relative;
  display: inline-block;
}

.mv-title::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -20px;
  width: 42px;
  height: 42px;
  background-image: url(/resource/service/combined_tenshoku/img/title-dots.webp);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

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

  .mv-title::after {
    content: "";
    position: absolute;
    top: 60px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .yellow-dot-inner {
    margin-left: -5px;
  }

  .list__link {
    font-size: 14px !important;
  }

  .yellow-dot-inner::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }

  .yellow-dot-all {
    margin-right: -4px;
  }

  .mv-title-up {
    margin-top: 20px;
  }
}

.br-ipad {
  display: none;
}

@media (max-width: 1024px) {
  .br-ipad {
    display: inline;
  }

  .merit-card:not(:last-child)::after {
    right: -12px;
  }

  .merit-cards {
    justify-content: center;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-block {
    padding: 0 19px;
  }

  .support-section {
    padding: 0 19px;
  }

  .voice-section {
    padding: 60px 19px;
  }

  .header-card.red {
    padding: 24px;
  }

  .merit-section {
    padding: 60px 19px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {

  .mv-title::after {
    content: "";
    position: absolute;
    top: 130px;
    right: 40px;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
  }

  .mv-balloon {
    background: #fff;
    max-width: 550px;
    margin: 0 auto 40px;
    position: relative;
    top: 80px;
  }

  .balloon-tail-right {
    position: absolute;
    bottom: 40px;
    transform: scaleX(-1);
    left: 530px;
  }

  .cta-btn {
    position: relative;
    bottom: 150px;
  }

  .balloon-tail-left {
    position: absolute;
    bottom: 40px;
    transform: translateX(-30%);
    left: 0;
  }

  .ba-text-crad,
  .ba-point,
  .ba-text-crad2 {
    height: auto;
  }

  .point-img {
    height: auto;
    margin-top: 40px;
    width: 80px;
  }
}

.whatIs .list__content--question::before {
  content: "Q";
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}


@media screen and (max-width: 360px) {
  .cta-btn {
    position: relative;
    bottom: 129px;
  }

  .header-subtitle{
    font-size: 13px;
  }

  .support-card-title{
    font-size: 16px;
    height: 60px;
  }

  .cta-arrow-img {
    position: relative;
    left: 4px;
  }

  .footerFixed__buttonText {
    margin-right: 0;
    position: relative;
    bottom: 2px;
  }

  .button-text {
    font-size: 13px;
    bottom: 2px;
    position: relative;
  }

  .support-h3-title {
    font-size: 20px;
  }

  .section-title {
    font-size: 22px;
  }

  .section-lead {
    font-size: 15px;
  }

  .compare-cells .cell {
    font-size: 14px;
  }

  .summary-outro {
    font-size: 13px;
  }

  .sp-hide-360 {
    display: none;
  }

  .balloon-text {
    font-size: 13px;
  }

  .cta-text {
    font-size: 13px;
  }

  .mv-title-up {
    font-size: 18px;
  }

  .highlight-blue {
    font-size: 24px;
  }
}

.mv-nav-item:hover {
  background: #f5f5f5;
  border-color: #666;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.3);
}

.mv-nav-item:active {
  background: #eeeeee;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  transform: translateY(2px);
}

.more-btn:hover {
  background: #fafafa;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.more-btn:active {
  background: #eeeeee;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}

.footerPagetop:before {
  content: "▲" !important;
}

.compare-img {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .compare-img-red-01 {
    width: 25.062px;
    height: 31.504px;
  }

  .compare-img-red-02 {
    width: 34.189px;
    height: 33.355px;
  }

  .compare-img-red-03 {
    width: 34.189px;
    height: 32.848px;
  }

  .compare-img-red-04 {
    width: 33.017px;
    height: 35px;
  }

  .compare-img-red-05 {
    width: 34.12px;
    height: 35px;
  }

  .compare-img-red-06 {
    width: 35.487px;
    height: 35px;
  }

  .compare-img-bule-01 {
    width: 34.119px;
    height: 32.578px;
  }

  .compare-img-bule-02 {
    width: 40.819px;
    height: 31.54px;
  }

  .compare-img-bule-03 {
    width: 30.787px;
    height: 35px;
  }

  .compare-img-bule-04 {
    width: 39.364px;
    height: 30.009px;
  }

  .compare-img-bule-05 {
    width: 35.685px;
    height: 34.998px;
  }

  .compare-img-bule-05 {
    width: 30.533px;
    height: 35px;
  }

  .compare-img {
    height: 35px;
  }
}

.whatIs .list__content--question.open::before {
  left: -5px;
  top: -5px;
}