.firstview_pc_title {
  position: relative;
  display: flex;
  gap: 24px;
  background: url("../img/firstview/pc/bg.png") no-repeat center;
  background-size: cover;
  padding: 2.2222222222% 0;
}
@media (max-width: 1023px) {
  .firstview_pc_title {
    display: none;
  }
}
.firstview_pc_title_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 50%;
  padding-left: 7.1428571429%;
}
.firstview_pc_heading {
  display: flex;
  flex-direction: column;
}
.firstview_pc_heading_img_1 {
  width: fit-content;
  margin: auto;
}
.firstview_pc_heading_img_2 {
  margin-top: 48px;
}
.firstview_pc_title_img {
  width: 50%;
}
.firstview_sp_title {
  display: none;
}
@media (max-width: 1023px) {
  .firstview_sp_title {
    display: block;
    position: relative;
  }
}
.firstview_sp_title_img {
  width: 100%;
}
.firstview_btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .firstview_btns {
    align-items: center;
    position: absolute;
    inset-inline: 0;
    bottom: 4.3165467626%;
  }
}
.firstview_achievement {
  background-color: #313A4A;
  color: #fff;
}
.firstview_achievement_row {
  display: flex;
  align-items: center;
  padding-block: 32px;
}
@media (max-width: 1279px) {
  .firstview_achievement_row {
    flex-direction: column;
  }
}
.firstview_achievement_text {
  font-family: Noto Serif JP, serif;
  font-size: 28px;
}
@media (max-width: 1279px) {
  .firstview_achievement_text {
    text-align: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .firstview_achievement_text {
    font-size: 20px;
  }
}
.firstview_achievement_text_br {
  display: none;
}
@media (max-width: 575px) {
  .firstview_achievement_text_br {
    display: block;
  }
}
.firstview_achievement_images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-left: auto;
}
@media (max-width: 1279px) {
  .firstview_achievement_images {
    margin-left: initial;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .firstview_achievement_img {
    height: 80px;
  }
}
@media (max-width: 575px) {
  .firstview_achievement_img {
    height: 60px;
  }
}

.problem_list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 0;
}
@media (max-width: 767px) {
  .problem_list {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .problem_list {
    gap: 40px;
  }
}
.problem_item {
  flex: 1;
}
@media (max-width: 767px) {
  .problem_item {
    display: flex;
    gap: 10px;
  }
  .problem_item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 575px) {
  .problem_item {
    flex-direction: column !important;
  }
}
@media (max-width: 767px) {
  .problem_item_figure {
    flex: none;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .problem_item_figure {
    width: 100%;
  }
}
.problem_item_img {
  margin: auto;
  width: 100%;
}
.problem_item_heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .problem_item_heading {
    font-size: 22px;
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .problem_item_heading {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .problem_item_heading {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .problem_item_heading_br {
    display: none;
  }
}
.problem_item_text {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .problem_item_text {
    font-size: 14px;
    margin-top: 8px;
  }
}

.solution {
  background-color: #F2F8FF;
}
.solution_list {
  overflow-x: hidden;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .solution_list {
    gap: 40px;
  }
}
.solution_item {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1279px) {
  .solution_item {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .solution_item {
    gap: 28px;
  }
}
@media (max-width: 575px) {
  .solution_item {
    flex-direction: column;
    gap: 20px;
  }
}
.solution_item:nth-child(odd) {
  padding-right: 120px;
}
@media (max-width: 1279px) {
  .solution_item:nth-child(odd) {
    padding-right: 0;
  }
}
.solution_item:nth-child(even) {
  flex-direction: row-reverse;
  padding-left: 120px;
}
@media (max-width: 1279px) {
  .solution_item:nth-child(even) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .solution_item:nth-child(even) {
    flex-direction: column;
  }
}
.solution_item_figure {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .solution_item_figure {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .solution_item_figure {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .solution_item_figure {
    width: 100%;
  }
}
.solution_item_img {
  aspect-ratio: 19/12;
  height: 100%;
  margin: auto;
  width: 380px;
  border: 1px solid rgba(19, 131, 220, 0.50);
  border-radius: 10px;
}
.solution_item_heading {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .solution_item_heading {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .solution_item_heading {
    font-size: 18px;
  }
}
.solution_item_text {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .solution_item_text {
    font-size: 14px;
    margin-top: 12px;
  }
}

.point {
  background-color: #fff;
}
.point_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  padding: 0;
  margin: 0 -20px;
}
@media (max-width: 1023px) {
  .point_list {
    gap: 40px 0;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .point_list {
    margin: 0;
    gap: 48px 16px;
  }
}
.point_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.3333%;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .point_item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .point_item {
    width: calc(50% - 8px);
    padding: 0;
  }
}
@media (max-width: 575px) {
  .point_item {
    width: 100%;
  }
}
.point_item_baloon {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: #F1F1F1;
  padding: 24px 30px;
  margin-bottom: 28px;
  height: 100%;
}
@media (max-width: 1023px) {
  .point_item_baloon {
    padding: 12px 16px;
    margin-bottom: 20px;
  }
}
.point_item_baloon::after {
  content: "";
  position: absolute;
  bottom: -16px;
  inset-inline: 0;
  margin-inline: auto;
  width: fit-content;
  height: fit-content;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #F1F1F1;
}
.point_item_text {
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1023px) {
  .point_item_text {
    font-size: 14px;
  }
}
.point_item_text_color {
  color: var(--color-red-f76);
}
.point_item_img {
  height: 100%;
  margin: auto;
}
.point_text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .point_text {
    font-size: 16px;
    margin-top: 40px;
  }
}
.point_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 32px;
}
@media (max-width: 1023px) {
  .point_btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
}

.reason {
  background: url("../img/reason/bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.reason_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .reason_list {
    gap: 20px;
  }
}
.reason_item {
  padding: 40px;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .reason_item {
    background-size: 60px auto !important;
  }
}
@media (max-width: 767px) {
  .reason_item {
    background-position-x: 60px !important;
  }
}
@media (max-width: 575px) {
  .reason_item {
    background-image: none !important;
    padding: 20px 36px;
  }
}
.reason_item:nth-child(1) {
  background: rgba(255, 255, 255, 0.9) url("../img/reason/icon-reason-1.svg") no-repeat 80px center;
}
@media (max-width: 575px) {
  .reason_item:nth-child(1) .reason_item_heading {
    background: url("../img/reason/icon-reason-1.svg") 0 center no-repeat;
  }
}
.reason_item:nth-child(2) {
  background: rgba(255, 255, 255, 0.9) url("../img/reason/icon-reason-2.svg") no-repeat 80px center;
}
@media (max-width: 575px) {
  .reason_item:nth-child(2) .reason_item_heading {
    background: url("../img/reason/icon-reason-2.svg") 0 center no-repeat;
  }
}
.reason_item:nth-child(3) {
  background: rgba(255, 255, 255, 0.9) url("../img/reason/icon-reason-3.svg") no-repeat 80px center;
}
@media (max-width: 575px) {
  .reason_item:nth-child(3) .reason_item_heading {
    background: url("../img/reason/icon-reason-3.svg") 0 center no-repeat;
  }
}
.reason_item_inner {
  margin-left: 240px;
}
@media (max-width: 1023px) {
  .reason_item_inner {
    margin-left: 160px;
  }
}
@media (max-width: 767px) {
  .reason_item_inner {
    margin-left: 120px;
  }
}
@media (max-width: 575px) {
  .reason_item_inner {
    margin-left: initial;
  }
}
.reason_item_heading {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .reason_item_heading {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .reason_item_heading {
    background-size: 40px auto !important;
    padding-block: 12px;
    padding-left: 60px;
    font-size: 18px;
  }
}
.reason_item_text {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .reason_item_text {
    font-size: 14px;
    margin-top: 12px;
  }
}

.effect {
  background-color: #fff;
}
.effect_list {
  list-style: none;
  display: flex;
  gap: 60px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1023px) {
  .effect_list {
    gap: 32px;
  }
}
@media (max-width: 575px) {
  .effect_list {
    flex-direction: column;
  }
}
.effect_item {
  flex: 1;
  width: 100%;
}
.effect_item_img {
  margin: auto;
}
@media (max-width: 767px) {
  .effect_item_img {
    width: min(100%, 380px);
  }
}
.effect_item_heading {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .effect_item_heading {
    font-size: 18px;
    margin-top: 12px;
  }
}
.effect_item_text {
  font-size: 18px;
  text-align: justify;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .effect_item_text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.effect_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .effect_btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}

.voice {
  background-color: #F5F5F5;
}
.voice_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 0;
  margin: 0;
}
@media (max-width: 575px) {
  .voice_list {
    flex-direction: row;
    gap: 24px;
  }
}
.voice_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media (max-width: 1023px) {
  .voice_item {
    gap: 20px;
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .voice_item {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
}
@media (max-width: 1279px) {
  .voice_item_img {
    width: 360px;
  }
}
@media (max-width: 1023px) {
  .voice_item_img {
    width: 240px;
  }
}
@media (max-width: 575px) {
  .voice_item_img {
    width: 100%;
  }
}
.voice_item_col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 1023px) {
  .voice_item_col {
    gap: 8px;
  }
}
.voice_item_heading {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  .voice_item_heading {
    font-size: 18px;
  }
}
.voice_item_text {
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1023px) {
  .voice_item_text {
    font-size: 14px;
  }
}
.voice_item_company_name {
  color: #8C8C8C;
}
@media (max-width: 1023px) {
  .voice_item_company_name {
    font-size: 12px;
  }
}

.payment_scroll_help {
  display: none;
  margin-bottom: 12px;
  text-align: right;
}

@media (max-width: 767px) {
  .payment_scroll_help {
    display: block;
    font-size: 12px;
    margin-bottom: 8px;
  }
}
.payment_table_wrap {
  overflow-x: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .payment_table_wrap {
    width: calc(100% + 24px);
    padding-right: 24px;
  }
}
@media (max-width: 575px) {
  .payment_table_wrap {
    width: calc(100% + 16px);
    padding-right: 16px;
  }
}
.payment_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .payment_table {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment_table {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .payment_table {
    min-width: 600px;
  }
}
@media (max-width: 575px) {
  .payment_table {
    min-width: 480px;
    font-size: 14px;
  }
}

.payment_table_th, .payment_table_td {
  padding: 24px 20px;
  border: 1px solid #C9C8C8;
}

@media (max-width: 575px) {
  .payment_table_th, .payment_table_td {
    padding: 8px 4px;
  }
}
.payment_table_head_th-title {
  background-color: #D5D1D1;
  padding: 8px 20px;
}
.payment_table_head_th-plan1 {
  background-color: #96C3CC;
  padding: 8px 20px;
  font-size: 20px;
  width: 33.3%;
}
.payment_table_head_th-plan2 {
  background-color: #749CF5;
  padding: 8px 20px;
  font-size: 20px;
  width: 33.3%;
}
.payment_table_head_th-plan3 {
  background-color: #F67E6E;
  padding: 8px 20px;
  font-size: 20px;
  width: 33.3%;
}

@media (max-width: 1023px) {
  .payment_table_head_th-plan1,
  .payment_table_head_th-plan2,
  .payment_table_head_th-plan3 {
    font-size: 18px;
  }
}

.payment_table_recruitment_bg {
  background-color: #F8F8F8;
}
.payment_table_hilight_bg {
  background-color: #FFFFCB;
}
.payment_table_br {
  display: none;
}
.payment_table_recruitment_price {
  font-size: 24px;
}
.payment_table_recruitment_annotation {
  font-size: 12px;
}
@media (max-width: 767px) {
  .payment_table_br {
    display: block;
  }
}
.payment_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .payment_btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
  }
}
