* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

html,
body {
  font-family: "meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.footerFixed__entryArea {
  justify-content: center;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline;
}

.pc {
  display: inline;
}

.pc-margin {
  display: inline;
}


@media screen and (max-width: 767px) {

  .sp-only {
    display: inline;
  }

  .pc-only {
    display: none;
  }

  .pc-margin {
    display: none;
  }

  .pc {
    display: none;
  }
}

/* ============================
     ここからenter
     ============================ */
.enter {
  background: #0061A8;
  padding: 32px 19px;
}

.enter-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.enter-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: 700;
}

.enter-button,
.enter-button-2 {
  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: transform 0.3s ease, box-shadow 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: 14px;
  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;
}

.free-badge {
  margin: 10px auto 0;
  padding: 4px 20px;
  border: 2px solid #fff;
  position: absolute;
  right: 0px;
  top: 10px;
  color: #FFF;
}

.mv .enter-text {
  position: relative;
  right: 20px;
  max-width: 620px;
  margin: 0 auto;
  font-weight: 700;
}

@media screen and (max-width: 767px) {

  .mv .enter-text {
    right: 0;
  }

  .enter {
    padding: 24px 19px;
    text-align: center;
  }

  .enter-title {
    font-size: 15px;
    line-height: 1.7;
  }

  .free-badge {
    display: inline-block;
    font-size: 13px;
    border: 2px solid #fff;
    position: relative;
    top: 60px;
    left: 0;
  }

  .enter-button-2 {
    width: 100%;
    padding: 18px 8px;
    font-size: 13px;
    gap: 8px;
    position: relative;
    bottom: 50px;
  }

  .enter-button {
    width: 100%;
    padding: 18px 8px;
    font-size: 13px;
    gap: 8px;
  }

  .button-label {
    margin-right: -6px;
    padding: 2px 10px;
    font-size: 12px;
  }

  .button-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .button-arrow {
    font-size: 22px;
    margin-left: 8px;
  }
}

/* ============================
     ここまでenter
     ============================ */

/* ============================
     ここからmv
     ============================ */
.top {
  width: 100%;
  background-color: #DEF1FF;
}

.top-mv {
  position: relative;
}

/* Header */
.mv-header {
  text-align: center;
  background-color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

.mv-logo {
  display: block;
  margin: auto;
  padding: 15px;
}

/* Subtitle */
.mv-subtitle {
  color: #444;
  text-align: center;
  font-weight: 700;
  line-height: 170%;
  font-size: 28px;
  margin-bottom: 24px;
}

/* MV main visual */
.mv {
  overflow: hidden;
}

.mv-main {
  position: relative;
  min-height: 420px;
}

/* 左の人物ブロック（PC） */
.illust-left {
  position: absolute;
  left: -360px;
  bottom: -1px;
  width: 348px;
}

/* 吹き出し（PC） */
.question-left {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 40px;
  z-index: -1;
}

/* 右人物（PC） */
.person-right {
  position: absolute;
  right: -440px;
  width: auto;
  height: 326px;
  bottom: -4px;
}

/* Content */
.mv-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 0;
}

.mv-title {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
}

.highlight-blue {
  position: relative;
  color: #0061A8;
}

.highlight-blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  width: 100%;
  height: 0.35em;
  background: #FFDC50;
  z-index: -1;
}

.mv-buttons {
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 30px 0 60px;
}

.mv-button {
  background-color: #fff;
  border-radius: 61px;
  padding: 20px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-shadow: 0 3.337px 3.337px rgba(255, 255, 255, 0.25);
  font-size: 15px;
  font-weight: 700;
  height: 76px;
}

.mv-button span {
  flex: 1;
}

.arrow-down-icon {
  margin-left: 10px;
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}

.mv-button:hover {
  border-color: #0066cc;
  box-shadow: 0 4px 12px rgba(0, 102, 204, 0.2);
  transform: translateY(-2px);
}

.mv-subtitle {
  display: block;
}

.mv-subtitle-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .mv-main {
    min-height: 360px;
  }

  .question-left {
    top: -20px;
    left: 10px;
    transform: rotate(-50deg);
    width: 24px;
  }

  .mv-subtitle {
    display: none;
  }

  .mv-subtitle-sp {
    display: block;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
  }

  .top-mv {
    padding: 0;
  }

  .mv-logo {
    padding: 20px;
    width: 200px;
  }

  .mv-subtitle {
    font-size: 12px;
    margin-top: 10px;
  }

  .mv-main {
    padding: 10px;
  }

  .person-left {
    width: 170px;
    position: relative;
    right: 106px;
    top: 10px;
    z-index: -1;
  }

  .person-right {
    width: auto;
    height: 130px;
    right: -30px;
    bottom: 220px;
  }

  .mv-content {
    max-width: 100%;
    padding: 0 10px;
  }

  .mv-title {
    font-size: 22px;
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
  }

  .mv-buttons {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0 0px 110px;
    margin: 0 auto;
  }

  .mv-button:nth-child(4),
  .mv-button:nth-child(5),
  .mv-button:nth-child(6) {
    display: none;
  }

  .mv-button {
    font-size: 12px;
    border-radius: 50px;
    height: 50px;
  }

  .arrow-down-icon {
    margin-left: 8px;
    height: auto;
    width: 18px;
  }

  .illust-left {
    left: 0;
    z-index: -1;
  }
}

/* ============================
     ここまでmv 
     ============================ */

/* ============================
     ここからその悩み、転職のプロに相談しませんか？
     ============================ */
/* 共通 */
.worry {
  background-color: #E9F1F8;
}

.worry-container {
  padding: 60px 0;
  max-width: 1000px;
  margin: 0 auto;
}

.worry-title {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 60px;
  font-weight: bold;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.worry-card {
  background-color: #fff;
  overflow: hidden;
}

.worry-card-title {
  background-color: #0061A8;
  color: #fff;
  padding: 20px 25px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}

.worry-card-content {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background-color: #fff;
}

.worry-card-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.text-link {
  color: #0985E0;
}

.worry-illustration {
  width: 80px;
  height: auto;
}

.worry-card-title::after {
  content: none;
}

@media screen and (max-width: 767px) {

  .worry-container {
    padding: 48px 19px;
  }

  .worry-card-title {
    text-align: center;
  }

  .worry-title {
    font-size: 24px;
    padding: 0 30px;
    margin-bottom: 48px;
  }

  .worry-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .worry-card {
    border: 1px solid #ddd;
  }

  .worry-card-content {
    flex-direction: column-reverse;
    align-items: center;
    padding: 18px 16px;
    gap: 16px;
  }

  .worry-card-content p {
    font-size: 14px;
    text-align: left;
  }

  .worry-illustration {
    width: 100px;
    margin: 0 auto;
  }

  #content1 .worry-card-content,
  #content2 .worry-card-content,
  #content3 .worry-card-content {
    display: flex;
  }

  #content4 .worry-card-content,
  #content5 .worry-card-content,
  #content6 .worry-card-content {
    display: none;
  }

  #content4:target .worry-card-content,
  #content5:target .worry-card-content,
  #content6:target .worry-card-content {
    display: block;
  }

  .worry-card summary {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    text-align: center;
  }

  .worry-card summary::-webkit-details-marker {
    display: none;
  }

  .worry-card-text {
    text-align: center;
    font-weight: 700;
  }

  .worry-card summary::after {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/resource/it/combined_tenshoku/img/arrow-worry-card.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 40%;
    transition: transform .3s ease;
  }

  .worry-card[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (min-width: 768px) {

  .worry-card-title a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
  }

  #content4 .worry-card-content,
  #content5 .worry-card-content,
  #content6 .worry-card-content {
    display: flex;
  }

  .worry-card summary {
    list-style: none;
    cursor: pointer;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .worry-card summary::-webkit-details-marker {
    display: none;
  }

  .worry-card-text {
    text-align: center;
    font-weight: 700;
  }

  .worry-card-title {
    position: relative;
  }

  .worry-card[open] .worry-card-title::after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/* ============================
     ここまでその悩み、転職のプロに相談しませんか？
     ============================ */

/* ============================
     ここからマイナビ転職との違い
     ============================ */
/* Secondary Navigation */
.secondary-navigation {
  background-color: #fff;
  padding: 60px;
}

.secondary-nav-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.secondary-nav-button {
  background-color: #fff;
  border: 2px solid #0061A8;
  border-radius: 8px;
  width: 290px;
  padding: 16px 40px 16px 16px;
  font-size: 20px;
  color: #0061A8;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.secondary-nav-button:hover {
  background-color: #f3f9ff;
  border-color: #3384c4;
  color: #3384c4;
}

.secondary-nav-button::after {
  content: "";
  width: 12px;
  height: 20px;
  background-image: url("/resource/it/combined_tenshoku/img/arrow-down.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 16px;
  top: 60%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .secondary-nav-container {
    flex-direction: column;
    align-items: center;
  }

  .secondary-nav-button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .secondary-nav-button::after {
    right: 8px;
    top: 61%;
  }
}

@media screen and (max-width: 767px) {

  .secondary-nav-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    max-width: 320px;
    margin: 0 auto;
  }

  .secondary-navigation {
    padding: 48px 19px;
  }

  .secondary-nav-container a:nth-child(1) {
    grid-column: 1 / 3;
  }

  .secondary-nav-button {
    width: 100%;
    padding: 14px 18px;
    font-size: 14px;
  }

  .secondary-nav-button span {
    flex: 1;
    text-align: center;
  }

  .secondary-nav-button img {
    width: 12px;
  }

}

/* Difference Section */
.tenshoku__difference img {
  position: absolute;
  top: 30px;
}

.difference-section {
  position: relative;
  padding: 0 0 60px;
  scroll-margin-top: 20px;
  overflow: hidden;
}

.difference-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.difference-content {
  position: relative;
  margin: 0 auto;
}

.difference-title {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.difference-subtitle {
  text-align: center;
  font-size: 19px;
  color: #333;
  margin-bottom: 60px;
  font-weight: 700;
}

.top-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  /* 不要背景色 */
}

.left-area,
.right-area {
  background: transparent;
}

.left-area {
  background: #FFF1F1;
  box-sizing: border-box;

}

.card-white {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 40px;
  position: relative;
}

.top-bar {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-bar-red {
  background: #FFF1F1;
}

.top-bar-blue {
  background: #EBF8FF;
}

.top-logo {
  height: 40px;
  width: auto;
}

.card-content-red {
  background: #FDE4E4;
  height: calc(100% - 120px);
  border-radius: 10px 0 0 10px;
  padding: 40px 80px;
  box-sizing: border-box;
  width: 684px;
}

.card-content-blue {
  background: #CCEDFF;
  height: calc(100% - 120px);
  border-radius: 0 10px 10px 0;
  padding: 40px 80px;
  box-sizing: border-box;
  width: 684px;
}

.right-area {
  background: #EBF8FF;
}

.person-red {
  position: absolute;
  top: -60px;
  left: 40px;
}

.person-blue {
  position: absolute;
  top: -60px;
  right: 20px;
}

.top-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #FFF1F1;
  z-index: -1;
}

.top-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #EBF8FF;
  z-index: -1;
}

.badge {
  position: relative;
  bottom: 36px;
  border-radius: 31px;
  display: inline-flex;
  padding: 5px 13px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
}

.badge-red {
  background: #E7000B;
}

.badge-blue {
  background: #005EAB;
}

.type-box {
  padding: 3px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  font-size: 15px;
}

.type-box-red {
  color: #E7000B;
  background: #FFF1F1;
}

.type-box-blue {
  color: #005EAB;
  background: #D3F0FF;
}

.example {
  border-radius: 50px;
  display: inline-flex;
  padding: 4px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  margin: 20px;
}

.red-example {
  background: #E7000B;
}

.blue-example {
  background: #005EAB;
}

.content__arrowborder img {
  margin-top: 8px;
}

.content__tenshoku-text p {
  text-align: center;
}

.type-boxes {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .difference-subtitle {
    font-size: 16px;
    margin-bottom: 48px;
    padding: 0 30px;
    font-weight: 400;
  }

  .difference-title {
    font-size: 24px;
    padding: 0 30px;
  }

  .card-content-red,
  .card-content-blue {
    width: auto;
    height: auto;
  }

  .card-content-red {
    padding: 96px 0 24px 19px;
    border-radius: 0;
    height: 656px;
  }

  .person-red img {
    width: 85px;
    height: auto;
    position: relative;
    left: 6px;
    top: 10px;
  }

  .person-blue img {
    width: 85px;
    height: auto;
    position: relative;
    left: 6px;
    top: 10px;
  }

  .card-content-blue {
    padding: 96px 19px 24px 0;
    border-radius: 0;
    height: 656px;
  }

  .card-content-red .card-white {
    padding: 10px 6px;
  }

  .request_btn:after {
    top: 30%;
  }

  .card-content-blue .card-white {
    padding: 9px 6px 10px 6px;
  }

  .card-white .red {
    border-radius: 0 0 10px 10px;
  }

  .difference-section {
    padding: 0 0 48px;
  }

  .left-area {
    padding: 0;
  }

  .right-area {
    padding: 0;
  }

  .badge-red {
    top: -120px;
    font-size: 15px;
    padding: 5px 36px;
    position: relative;
    right: 6px;
  }

  .badge-blue {
    bottom: 120px;
    position: relative;
    left: 10px;
  }

  .badge {
    font-size: 15px;
  }

  .top-bar {
    height: 160px;
  }

  .person-red {
    top: -60px;
    left: 40px;
  }

  .person-blue {
    top: -60px;
    right: 30px;
  }

  .type-box {
    padding: 2px 1px;
    margin-bottom: 4px;
    font-size: 14px;
    text-align: center;
  }

  .top-bar.top-bar-red img {
    width: 80px;
    height: auto;
    position: relative;
    bottom: 6px;
  }

  .top-bar.top-bar-blue img {
    width: 60px;
    height: auto;
    position: relative;
    bottom: 6px;
    left: 3px;
  }

  .type-box-blue {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .example {
    width: 100px;
    margin: 16px 0;
    font-size: 14px;
    width: 120px;
    height: 36px;
  }

  .test {
    font-size: 14px;
  }

  .card-white {
    border-radius: 0;
  }

  .card-content-red .card-white {
    border-radius: 10px 0 0 10px;
  }

  .card-content-blue .card-white {
    border-radius: 0 10px 10px 0;
  }

  .card-white-red {
    left: 100%;
    width: 300px;
    padding: 10px 150px 20px 10px;
  }

  .type-boxes {
    display: block;
    margin: 10px 0;
  }
}

/* Flow Section */
.flow-section {
  background-color: #fff;
  padding: 60px 20px;
}

.flow-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.flow-title {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.highlight-yellow {
  background: linear-gradient(transparent 60%, #fff59d 60%);
}

.flow-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .flow-title {
    font-size: 24px;
  }
}

/* ============================
     ここまでマイナビ転職との違い
     ============================ */

/* ============================
     ここからご利用者の声
     ============================ */
.reviews-container {
  max-width: 1400px;
  padding: 60px 0;
  margin: 0 auto;
}

.reviews-title {
  text-align: center;
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}

.reviews-subtitle {
  text-align: center;
  font-size: 19px;
  color: #333;
  margin-bottom: 60px;
  font-weight: 700;
}

.review-card {
  background-color: #E7F0F8;
  border-radius: 12px;
  padding: 30px 20px;
}

.review-top {
  display: flex;
  height: 80px;
}

.review-person {
  margin-right: 15px;
  flex-shrink: 0;
}

.review-title-area {
  flex: 1;
}

.review-card-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  font-weight: 700;
  line-height: 150%;
  padding: 0 12px;
}

.review-info {
  margin-bottom: 15px;
}

.review-age {
  font-size: 14px;
  color: #333;
  margin-left: 6px;
}

.review-content {
  margin-bottom: 20px;
}

.review-text {
  font-size: 16px;
  color: #333;
  padding: 16px 0;
  height: 150px;
}

.review-divider {
  width: 100%;
  height: 3px;
  background-color: #d32f2f;
  margin: 25px 0;
}

.review-comparison {
  display: block;
}

.comparison-headers {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comparison-header-before {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  background-color: #E6E3E3;
  padding: 8px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid #BDBDBD;
  text-align: left;
}

.comparison-header-after {
  flex: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0061A8;
  padding: 8px;
  border-radius: 3px;
  text-align: left;
}

.comparison-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
}

.comparison-row:last-child {
  margin-bottom: 0;
}

.comparison-label-top {
  font-size: 12px;
  color: #333;
  text-align: left;
  margin-left: 8px;
  font-weight: 700;
}

.comparison-label-top-none {
  background-color: transparent;
  margin-bottom: 28px;
}

.comparison-value-blue-font {
  display: contents;
  font-size: 10px;
  letter-spacing: -1px;
}

.comparison-before-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.comparison-arrow-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  flex-shrink: 0;
}

.comparison-after-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.comparison-value {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  padding: 12px;
  border-radius: 3px;
  line-height: 1.5;
  border: 1px solid #ddd;
  flex: 1;
  display: flex;
  align-items: center;
  line-height: 1;
}

.comparison-value-blue {
  font-size: 14px;
  color: #fff;
  background-color: #0061A8;
  padding: 8px;
  border-radius: 3px;
  line-height: 1.5;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
}

.reviews-slider {
  display: none;
}

.reviews-slider.swiper {
  display: none;
}

@media screen and (max-width: 767px) {

  .reviews-container {
    padding: 48px 19px;
  }

  .review-card {
    height: 800px;
  }

  .reviews-title {
    font-size: 24px;
  }

  .reviews-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 48px;
  }
}

@media (min-width: 1025px) {
  .slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    max-width: 1400px;
    margin: 0 auto;
  }
}

.slider img {
  display: block;
}

.slick-prev,
.slick-next {
  font-size: 0;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.slick-prev::before,
.slick-next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next::before {
  position: relative;
  left: 2px;
}

.slick-prev::before {
  background-image: url('/resource/it/combined_tenshoku/img/arrow-left.png');
}

.slick-next::before {
  background-image: url('/resource/it/combined_tenshoku/img/arrow-right.png');
}

.slick-prev {
  left: -15px;
}

.slick-next {
  right: -15px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  background: #E7F0F8;
  font-size: 0;
  border: none;

}

.slick-dots li.slick-active button {
  background: #9AC0DC;
}

@media screen and (max-width: 767px) {
  .review-card {
    overflow-y: auto;
    padding: 12px;
  }

  .review-text {
    font-size: 15px;
    padding: 4px 0;
    height: auto;
  }

  .review-card-title {
    font-size: 18px;
  }

  .slick-slide {
    height: 500px;
  }

}

/* ============================
     ここまでご利用者の声
     ============================ */

/* ============================
     ここからよくあるご質問
     ============================ */
.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

.faq-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 60px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.faq-item {
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 7px 19.4px 0 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 {
  display: flex;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  background-color: #EBF8FF;
}

.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: 400;
  color: #333;
  line-height: 1.5;
  flex: 1;
}

.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;
  transition: color 0.2s ease;
  pointer-events: none;
}

.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;
}


/* Comparison Section */
.comparison-section {
  padding: 60px 20px;
  background-color: #f8f8f8;
}

@media screen and (max-width: 767px) {

  /* PC版の3カラムを非表示 */
  .faq-title {
    font-size: 24px;
    margin-bottom: 48px;
  }

  .faq-list {
    gap: 20px;
  }

  .faq-answer-text p {
    font-size: 15px;
  }

  .faq-q-circle,
  .faq-a-circle {
    margin-right: 12px;
    width: 40px;
    height: 40px;
  }

  .faq-container {
    padding: 48px 19px;
  }

  .faq-question-text {
    font-size: 15px;
  }
}

/* ============================
     ここまでよくあるご質問
     ============================ */
.enter-button-2,
.enter-button {
  position: relative;
  overflow: hidden;
}

.enter-button-2::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;
}


.enter-button-2:hover::before,
.enter-button:hover::before {
  left: 100%;
}

.enter-button-2,
.enter-button {
  transition: all 0.25s ease;
}

.enter-button-2:hover,
.enter-button:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .mv-buttons .mv-button:nth-child(n+4) {
    display: none;
  }

  .compare_list {
    max-width: 740px;
  }

  .person-red {
    position: absolute;
    top: -60px;
    left: -20px;
  }

  .person-blue {
    position: absolute;
    top: -60px;
    right: -60px;
  }

  .worry-grid {
    padding: 0 30px;
  }

  .type-boxes {
    display: flex;
    gap: 8px;
    margin: 16px 0;
    flex-direction: column;
    align-items: center;
  }

  .mv-buttons {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px;
    gap: 8px;
  }

  .person-right {
    position: absolute;
    left: 84%;
    width: 160px;
    height: auto;
    bottom: 130px;
    z-index: -1;
  }

  .illust-left {
    left: -100px;
    bottom: 130px;
  }

  .person-left {
    width: 140px;
  }

  .question-left {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 30px;
    z-index: -1;
  }

  .card-content-red {
    background: #FDE4E4;
    height: calc(100% - 120px);
    border-radius: 10px 0 0 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    width: 360px;
  }

  .card-content-blue {
    background: #CCEDFF;
    height: calc(100% - 120px);
    border-radius: 0 10px 10px 0;
    padding: 40px 20px;
    box-sizing: border-box;
    width: 360px;
  }

  .secondary-nav-button {
    padding: 8px;
    font-size: 15px;
  }

  .reviews-container {
    padding: 60px 19px;
  }

  .faq-container {
    padding: 60px 19px;
  }

  .pc-margin {
    margin-bottom: 0;
  }

  .agent__bubble img {
    position: relative;
    bottom: 40px;
  }

  .tenshoku__bubble {
    top: 30px;
  }

  .mv-subtitle {
    font-size: 20px;
  }
}

.br-ipad {
  display: none;
}

@media (max-width: 1024px) {
  .br-ipad {
    display: inline;
  }
}

.faq-question-text {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .footerFixed__buttonText--bgWhite {
    margin-right: 22px;
  }
}

@media screen and (min-width: 767px) {
  .footerFixed__button {
    max-width: 400px;
  }

  .list_row .list_left {
    letter-spacing: 0.01em;
  }

  .list_row .list_right {
    letter-spacing: 0.01em;
  }
}

@media screen and (width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .worry-card-title {
    padding: 20px;
    font-size: 15px;
  }

  .person-left {
    position: absolute;
    left: 80px;
    width: 130px;
    top: -130px;
  }

  .person-right {
    position: absolute;
    left: 600px;
  }

  .question-left {
    position: absolute;
    left: 180px;
    top: -120px;
    width: 20px;
    bottom: -40px;
  }

  .mv-button {
    font-size: 15px;
    height: 60px;
    padding: 10px;
  }
}

@media screen and (width: 768px) and (height: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .person-right {
    position: absolute;
    left: 660px;
    width: 150px;
    height: auto;
    z-index: -1;
  }

  .card-content-red {
    width: 360px;
  }

  .card-content-blue {
    width: 360px;
  }

  .person-red {
    left: -20px;
  }

  .person-blue {
    right: -44px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .review-card {
    margin: 0 10px;
  }

  .arrow-down-icon {
    height: 20px;
    width: 20px;
  }

  .arrow-down-icon {
    margin-left: 2px;
  }

  .secondary-nav-button::after {
    top: 70%;
  }

  .tenshoku__bubble {
    left: -25px;
    top: 95px;
  }

  .agent__bubble img {
    left: 80px;
    top: 22px;
  }

  .list_row {
    width: 90%;
  }

  .compare_list {
    width: 90%;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1180px) {
  .review-card-title {
    font-size: 17px;
  }
}

@media screen and (width: 820px) and (height: 1180px) {
  .person-right {
    left: 84%;
    width: 170px;
  }

  .person-left {
    width: 160px;
  }

  .illust-left {
    left: -120px;
  }

  .card-content-blue {
    width: 400px;
  }

  .card-content-red {
    width: 400px;
  }

  .person-blue {
    position: absolute;
    top: -60px;
    right: -30px;
  }

  .person-red {
    position: absolute;
    top: -60px;
    left: 0;
  }
}

.slick-initialized .slick-slide {
  height: auto;
}

.slick-track {
  display: flex;
}

.pc-margin {
  margin-bottom: 20px;
}

.footerFixed.footerFixed--pc.pc {
  display: none;
}

@media screen and (min-width: 853px) and (max-width: 853px) and (min-height: 1280px) and (max-height: 1280px) and (orientation: portrait) {
  .slider {
    gap: 15px;
    padding: 0 19px;
  }
}


@media screen and (min-width: 344px) and (max-width: 344px) and (min-height: 882px) and (max-height: 882px) and (orientation: portrait) {

  .badge {
    font-size: 13px;
  }

  .type-box {
    font-size: 13px;
  }

  .flow-title {
    font-size: 23px;
  }
}


@media screen and (width: 1024px) and (height: 1366px) {
  .card-content-red {
    width: 440px;
  }

  .card-content-blue {
    width: 440px;
  }

  .person-blue {
    right: -30px
  }

}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .review-card-title {
    font-size: 17px;
  }
}

.list_row {
  width: 100%;
}

@media screen and (min-width: 1025px) and (max-width: 1279.999px) {

  .card-content-blue,
  .card-content-red {
    width: 440px;
    padding: 40px 30px;
  }

  .person-red {
    left: -3px;
  }

  .person-blue {
    right: -29px;
  }

}