/* ============================================
   JCI 東海地区協議会 - Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Montserrat:wght@400;600;700;800;900&family=Caveat:wght@700&display=swap');

/* ================================================
HERO SLIDER
================================================ */
   .hero {
    position: relative;
    width: 100%;
    height: 60vh;
    /* min-height: 600px; */
    overflow: hidden;
    /* background: #fff; */
    /* padding-top: 70px; */
  }
  .top_image{
    width: 88%;
  }
  .pan{
    display: flex;
    align-items: center;
    margin: 30px 0 100px 70px;
    margin-top: 30px;
  }
  .pan img:hover{
    filter: brightness(0) saturate(100%) invert(32%) sepia(94%) saturate(877%) hue-rotate(172deg) brightness(98%) contrast(97%);
  }
  .top_container{
    margin: 0;
  }
  .section-header_1{
    text-align: center;
    margin-bottom: 130px;
    padding-top: 30px;
    font-size: 188px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .section-header_1::after{
    /* content: ""; */
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
  }
  .group_01 {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    width: 80%;
    align-items: center;
    margin: 0 auto;
  }
  .group_01 img {
    width: 80%;
    object-fit: contain;
    margin-bottom: 50px;
  }
  .group_01 p{
    width: 80%;
  }
  /* ============================================
    Recruit
   ============================================ */
   .recruit{
    color: rgba(9, 124, 194, 0.11);
  }
  .recruit::after{
    content: "採用情報";
    font-size: 34px;
    bottom: 40px;
    color: rgba(9, 124, 194, 1);
  }
  .recruit_detail{
    margin: 0 auto;
    width: 60%;
  }
  /* テーブルスタイルは .recruit_detail 配下のみに適用（フッターテーブルへの影響を防ぐ） */
  .recruit_detail table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 100%;
  }
  .recruit_detail tr{
    border-bottom: .5px solid #0C415A;
  }
  .recruit_detail tr:last-child{
    border: 0;
  }
  .recruit_detail th{
    width: 30%;
    color: #097CC2;
    font-size: 18px;
    vertical-align: top;
    padding: 20px 0;
    text-align: justify;
  }
  .recruit_detail td{
    color: #3C3C3C;
    font-size: 16px;
    padding: 20px 0;
  }
  .recruit_detail td p{
    font-weight: normal;
    margin-bottom: 15px;
  }
  .bold{
    font-weight: 700;
  }
    /* ============================================
    Process
   ============================================ */
   .process{
    color: rgba(9, 124, 194, 0.11);
  }
  .process::after{
    content: "選考プロセス";
    font-size: 34px;
    bottom: 40px;
    color: rgba(9, 124, 194, 1);
  }
  .process_text{
    font-size: 16px;
    text-align: center;
  }
  .process_image{
    width: 80%;
    margin: 20px auto 100px;
  }
  .process_mm{
    color: #097CC2;
    font-size: 22px;
    text-align: center;
    background-image: url(../img/recruit/logo_wh.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 500px;
    background-position: top center;
    padding-top: 300px;
  }
  .process_mm p{
    margin-bottom: 20px;
  }

  .apply_btn {
    display: flex;
    justify-content: center;
    margin: 60px auto 80px;
  }

/* ============================================
   Responsive
   ============================================ */
   @media (max-width: 1024px) {



  }
  @media (max-width: 768px) {
    .top_image {
      margin: 0 auto;
      width: 95%;
    }

    .hero-slider{
      width: auto;
    }
    .section-header_1{
      font-size: 100px;
      margin-bottom: 100px;
    }
    .hero {
      padding: 10px 0;
      height: 30vh;
  }
  .group_01{
    width: 100%;
  }
  .group_01 img {
    width: 100%;
  }
  .group_01 p {
    width: 100%;
  }
  .page_2 {
    margin: 0;
  }
  .recruit_detail {
    width: 100%;
  }
  .recruit_detail th {
    font-size: 14px;
    line-height: 1.3rem;
  }
  .recruit_detail td {
    font-size: 15px;
  }
  .bold {
    font-size: 16px;
  }
  .recruit_detail td p {
    line-height: 1.5rem;
  }
  .process_mm{
    font-size: 16px;
    margin: 0 20px;
  }
  .process_image {
    width: 70%;
  }
  .recruit::after, .process::after{
    font-size: 25px;
    top: 130px;
  }
}
