@charset "UTF-8";
.top_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#main_img {
  background: url(../images/top/top_pc.webp) right center / cover no-repeat;
  height: 600px;
  display: flex;
  align-items: center;
  padding-left: 5%;
}
#main_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 690px;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
  opacity: 0.8;
}
.main_text {
  max-width: 50%;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 1);
  z-index: 1;
}
.main_text1 {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.main_text1 span {
  display: inline-block;
  border-bottom: 4px solid var(--color-primary-default);
  padding-bottom: 15px;
}
.main_text2 {
  font-size: 2.2rem;
  font-weight: 500;
}
.main_text2 span {
  display: inline-block;
}
/* tab */
#top-tab {
  background: var(--color-bg-blue-dark);
  text-align: center;
  position: sticky;
  top: 40px;
  z-index: 100;
}
#top-tab .top_inner{
  padding-block: 20px;
}
.tabs-text {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0 70px;
  margin-bottom: 16px;
}
.tabs-text:before,
.tabs-text:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #666;
}
.tabs-text:before {
    left: 0;
}
.tabs-text:after {
    right: 0;
}
.tabs {
  display: flex;
  gap: 15px;
}
.tab-button {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  color: var(--color-primary-default);
  background-color: var(--color-primary-white);
  border: 3px solid var(--color-primary-default);
  border-radius: 6px;
}
.tab-button.is-current {
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
}
.content {
  display: none;
}
.content.is-current {
  display: block;
}
.top_inner {
  padding-block: 100px;
}
.module_page_ttl {
  font-weight: 700;
}
.module_page_ttl.default_blue::after{
  background-color: var(--color-primary-default);
}

/* お仕事情報 */
.job_info {
  background-color: var(--color-bg-blue-default);
  border-bottom: 4px solid var(--color-primary-white);
}
.top_job_info_list{
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 32px 50px;
  margin-bottom: 30px;
}
.top_job_info_list li {
  border-bottom: 1px solid var(--color-gray-line);
}
.top_job_info_list li:last-child {
  border-bottom: none;
}
.job_info .top_job_info_list li a{
  display: flex;
  align-items: center;
  opacity: 1;
  padding: 18px 20px;
}
.job_info .top_job_info_list li a:hover{
  background: var(--color-primary-light);
}
.job_info_list_area {
  background: #C6DAF7;
  min-width: 110px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  margin-right: 40px;
}
.job_info_list_new,.job_info_list_urgent{
  color: var(--color-primary-white);
  background: var(--color-secondary-default);
  min-width: 73px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  padding: 5px 10px;
  margin-right: 10px;
}

/* ボタン */
.btn_white_blue {
  width: 100%;
  max-width: 160px;
  text-align: center;
  font-weight: 500;
  margin: 30px auto 0;
}
.btn_white_blue a {
  border-radius: 100px;
  color: var(--color-primary-default);
  background-color: var(--color-primary-white);
  outline: 2px solid var(--color-gray-line);
  outline-offset: -2px;
  padding: 8px 0px;
  display: block;
  transition: 0.3s;
  position: relative;
}
.btn_white_blue a .btn_item {
  padding-right: 16px;
}
.btn_white_blue a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  right: 23px;
  background: url(../images/common/btn_arrow_blue.svg) center no-repeat;
}
.btn_white_blue a:hover {
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
  outline: 2px solid var(--color-primary-default);
  opacity: 1;
}
.btn_white_blue a:hover::after {
  background: url(../images/common/btn_arrow_white.svg) center no-repeat;
}

/* ビジネスサポートのパート業務 */
.business {
  background-color: var(--color-bg-blue-default);
  border-bottom: 4px solid var(--color-primary-white);
}
.top_business_list {
  margin-bottom: 100px;
}
.top_business_list:last-child  {
  margin-bottom: 0;
}
.top_business_list_ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.top_business_list_text {
  text-align: center;
  margin-bottom: 40px;
}
/* ３つの業務 */
.ttl_tasks {
  background: url(../images/top/top_tasks_ttl.webp) center top no-repeat;
  background-size: 76px 60px;
  padding-top: 76px;
}
.tasks_wrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.tasks_wrap .tasks_inner {
  width: calc(100% / 3);
  position: relative;
  border-left: 1px dashed var(--color-primary-default);
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.tasks_wrap .tasks_inner:nth-child(2n) {
  border-left: 1px dashed var(--color-black);
}
.tasks_wrap .tasks_inner:last-child {
  border-right: 1px dashed var(--color-black);
}
.tasks_ttl {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  top: -60px;
  left: -22px;
}
.br1100 {
  display: none;
}
.tasks_num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.tasks_num.--black {
  background-color: var(--color-black);
}
.tasks_img {
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tasks_img img {
  width: 50%;
}
.tasks_text_box {
  display: flex;
  flex-direction: column;
  /* height: 280px; */
  width: 80%;
  margin: 10px auto;
  flex: 1;
}
.tasks_text {
  margin-bottom: 20px;
  flex: 1;
}
.tasks_text_box .btn_white_blue {
  margin: 0 0 0 auto;
}

/* ビジネスサポートの魅力 */
.ttl_appeal {
  background: url(../images/top/top_appeal_ttl.webp) center top no-repeat;
  background-size: 66px 74px;
  padding-top: 90px;
}

.appeal_wrap {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}
.appeal_inner {
  width: calc((100% - 20px) / 2);
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 50px;
  text-align: center;
}
.appeal_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 40px;
}
.appeal_img img {
  height: 100%;
}
.appeal_ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* お仕事開始までの流れ */
.ttl_flow {
  background: url(../images/top/top_flow_ttl.webp) center top no-repeat;
  background-size: 92px 50px;
  padding-top: 66px;
}

.flow_wrap {
  display: grid;
  margin-top: 60px;
}
.flow_wrap.col3{
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.flow_wrap.col4{
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.flow_wrap li + li::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/first_time/icon_arrow_flow.svg) left center no-repeat;
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.flow_wrap.col3 li + li::after {
  left: -52px;
}
.flow_wrap.col3 li:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/first_time/icon_arrow_flow.svg) left center no-repeat;
  background-size: 24px 40px;
  width: 24px;
  height: 40px;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
}
.flow_wrap .flow_item {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 20px;
  position: relative;
}
.flow_wrap.col3 .flow_item {
  padding: 20px 20px 40px;
}
.flow_wrap .flow_item .step {
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: var(--color-primary-default);
  width: 72px;
  height: 72px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow_wrap .flow_item .step .step_text {
  color: var(--color-primary-white);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}
.flow_wrap .flow_item .step .step_text .step_text_num {
  font-size: 2.4rem;
  line-height: 1.2em;
  display: block;
}
.flow_wrap .flow_item .flow_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}
.flow_wrap .flow_item .flow_img img {
  width: auto;
}
.flow_wrap .flow_item .flow_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.flow_wrap .flow_item .flow_text {
  padding-top: 16px;
}
@media (width <= 1100px) {
  .br1100 {
    display: block;
  }
  .flow_scroll {
    overflow: scroll;
    padding: 0 20px 20px;
  }
  .flow_wrap {
    margin-top: 0;
  }
  .flow_wrap.col3{
    display: flex;
    padding-right: 0;
  }
  .flow_wrap.col3 li:nth-child(3)::before {
    display: none;
  }
  .flow_wrap .flow_item{
    min-width: 200px;
    padding: 0 0 40px 0;
  }
  .flow_wrap.col3 .flow_item {
    min-width: 240px;
    padding: 0 0 40px 0;
  }
  .flow_wrap .flow_item .step {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
    top: 0;
    left: 0;
    outline: 2px solid var(--color-primary-default);
  }
  .flow_wrap .flow_item .step .step_text {
    font-size: 1.4rem;
    padding: 6px 0;
  }
  .flow_wrap .flow_item .step .step_text .step_text_num {
    font-size: 2.2rem;
    display: inline-block;
    padding-left: 0.1em;
  }
  .flow_wrap .flow_item .flow_img {
    height: 120px;
    padding: 12px 0;
    margin: 32px auto 20px;
  }
  .flow_wrap .flow_ttl {
    padding: 0 20px;
  }
  .flow_wrap .flow_text {
    padding: 0 20px;
  }
}

/* 働いている人の声 */
.voice {
  background-color: var(--color-primary-light);
  border-bottom: 4px solid var(--color-primary-white);
}
.voice_box {
  display: flex;
  align-items: center;
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
}
.voice_icon {
  width: 130px;
  height: auto;
  margin-right: 30px;
}
.voice_text {
  width: calc(100% - 180px);
}
.voice_name {
  text-align: right;
}
/* 企業からのお知らせ一覧 */
#news {
  background-color: var(--color-bg-gray);
}
.top_news_list {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 15px 50px;
}
.top_news_list li {
  border-bottom: 1px solid var(--color-gray-line);
}
.top_news_list li:last-child {
  border-bottom: none;
}
.top_news_list li a{
  display: flex;
  align-items: center;
  opacity: 1;
  padding: 25px 20px;
}
.top_news_list li a:hover{
  background: var(--color-primary-light);
}
.update_date {
  margin-right: 40px;
}

@media (width < 768px){
    br.pc{
      display: none;
    }
    .br1100 {
      display: none;
    }
    #main_img {
      background: url(../images/top/top_pc.webp) right -60px center / cover no-repeat;
      height: 400px;
      align-items: start;
      padding-left: 8%;
      padding-top: 10%;
    }
    #main_img::before {
      height: 460px;
    }
    .main_text1 {
      font-size: 2.5rem;
      text-align: left;
      margin-bottom: 20px;
    }
    .main_text1 span {
      padding-bottom: 5px;
    }
    .main_text2 {
      font-size: 1.2rem;
    }

    /* tab */
    #top-tab {
      top: 30px;
    }
    #top-tab .top_inner{
      padding-block: 13px;
    }
    .tabs-text {
      font-size: 1.4rem;
      padding: 0 30px;
      margin-bottom: 10px;
    }
    .tabs-text:before,
    .tabs-text:after {
        width: 25px;
    }
    .tab-button {
      font-size: 1.4rem;
      border: 2px solid var(--color-primary-default);
      padding: 3px;
    }

    .top_inner {
      padding-block: 60px;
    }
  /* お仕事情報 */
    .top_job_info_list{
      padding: 20px;
    }
    .job_info .top_job_info_list li a{
      display: block;
      padding: 16px 0;
    }
    .job_info_list_area,
    .job_info_list_new,.job_info_list_urgent{
      display:inline-block;
      width: 80px;
      height: 27px;
      font-size: 1.2rem;
      margin-right: 10px;
      margin-bottom: 8px;
    }
    .job_info_list_area_ttl {
      font-size: 1.2rem;
    }

  /* ビジネスサポートのパート業務 */
    .top_business_list {
      margin-bottom: 80px;
    }
    .top_business_list_ttl {
      font-size: 1.8rem;
      margin-bottom: 40px;
    }
  /* ３つのサービス */
    .tasks_text_box {
      height: auto;
      width: 100%;
      padding: 20px 10px;
    }
    .tasks_text {
      margin-bottom: 30px;
    }
  /* ３つの業務 */
    .ttl_tasks {
      background-size: 50px 37px;
      padding-top: 47px;
    }
    .tasks_wrap {
      display: block;
    }
    .tasks_wrap .tasks_inner {
      width: 100%;
      border-left: none;
      border-bottom: 1px dashed var(--color-primary-default);
      margin-top: 75px;
    }
    .tasks_wrap .tasks_inner:nth-child(2n) {
      border-left: none;
    }
    .tasks_wrap .tasks_inner:last-child {
      border-right: none;
    }
    .tasks_wrap .tasks_inner:last-child {
      border-bottom: 1px dashed var(--color-black);
    }

    .tasks_ttl {
      font-size: 1.8rem;
      top: -45px;
      left: 10px;
    }
    .tasks_img {
      height: auto;
      padding: 30px 0;
    }
    .tasks_img img {
      width: 30%;
    }

  /* ビジネスサポートの魅力 */
    .ttl_appeal {
      background-size: 44px 50px;
      padding-top: 60px;
    }

    .appeal_wrap {
      display: block;
    }
    .appeal_inner {
      width: 100%;
      padding: 40px 20px;
      margin-bottom: 20px;
    }
    .appeal_img {
      height: 80px;
    }
    .appeal_img img {
      width: auto;
    }
    .appeal_ttl {
      font-size: 1.6rem;
    }
    .appeal_text {
      text-align: left;
    }
  /* 働いている人の声 */
    .voice_box {
      align-items: start;
      padding: 20px;
      margin-bottom: 16px;
    }
    .voice_icon {
      width: 80px;
      margin-right: 20px;
    }
    .voice_text {
      width: calc(100% - 100px);
      font-size: 1.2rem;
    }
  /* 企業からのお知らせ一覧 */
    .top_news_list{
      padding: 0 20px;
    }
    .top_news_list li a {
      display: block;
      padding: 20px 5px;
    }
    .update_date {
      margin: 0 0 3px;
    }
  /* お仕事開始までの流れ */
    .ttl_flow {
      background-size: 55px 30px;
      padding-top: 40px;
    }
}
@media (width < 768px) and (width < 480px){
  .tasks_img img {
    width: 40%;
  }
}
