
@import url("../variables.css");

section#partnershipWrap {
    width: 100%;
    margin-bottom: 80px;
  }
  section#partnershipWrap .cont {
    width: 100%;
    /* height: 100%; */
  }
  section#partnershipWrap .cont .mainVWrap {
    width: 100%;
    height: 80vh;
    position: relative;
  }
  section#partnershipWrap .cont .mainVWrap .photo {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section#partnershipWrap .cont .mainVWrap .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section#partnershipWrap .cont .mainVWrap .titleWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(63, 193, 224, 0.8);
    padding: 0 25px;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .mainVWrap .titleWrap {
      padding: 0 15px;
    }
  }
  
  @media screen and (max-width: 499px) {
    section#partnershipWrap .cont .mainVWrap .titleWrap {
      padding: 0 10px;
    }
  }
  
  
  section#partnershipWrap .cont .mainVWrap .titleWrap h1 {
    font-size: 5.75rem;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .mainVWrap .titleWrap h1 {
      font-size: 3rem;
    }
  }
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .mainVWrap {
      height: 45vh;
    }
  }
  section#partnershipWrap .cont .textWrapper {
    padding: 4% 4% 0 4%;
    box-sizing: border-box;
  }
      
  section#partnershipWrap .cont .textWrapper .photoWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 45px;
  }
  section#partnershipWrap .cont .textWrapper .photoWrap .photo {
    width: 33.3333333333%;
  }
  section#partnershipWrap .cont .textWrapper .photoWrap .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .textWrapper .photoWrap {
      gap: 5px;
      margin-bottom: 25px;
    }
  }
  section#partnershipWrap .cont .textWrapper .text {
    margin-bottom: 35px;
  }
  section#partnershipWrap .cont .textWrapper .text p {
    font-size: 1rem;
    line-height: 2.2em;
  }
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .textWrapper {
      padding: 35px 0 0 0;
    }
  }
  
  
  
  section#partnershipWrap .cont .mainVWrap .titleWrap h2 {
    font-size: 5.75rem;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  @media screen and (max-width: 767px) {
    section#partnershipWrap .cont .mainVWrap .titleWrap h2 {
      font-size: 2.4rem;
    }
  }
  
  @media screen and (max-width: 344px) {
    section#partnershipWrap .cont .mainVWrap .titleWrap h2 {
      font-size: 2.0rem;
    }
  }
  
  
section#partnershipWrap .cont .textWrapper .text h1.catch {
    font-size: 2.875rem;
    font-weight: 600;
    color: var(--skyblue-color);
    line-height: 1.4em;
    margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
    section#partnershipWrap .cont .textWrapper .text h1.catch {
        font-size: 2rem;
    }
}

@media screen and (max-width: 599px) {
    section#partnershipWrap .cont .textWrapper .text h1.catch {
        font-size: 1.875rem;
    }
}

section#partnershipWrap .cont .textWrapper .text h3.read {
    font-size: 1.8rem;
    margin-bottom: 1em;
}

@media screen and (max-width: 999px) {
    section#partnershipWrap .cont .textWrapper .text h3.read {
        font-size: 1.2rem;
    }
}



section#partnershipWrap .subTitleWrap {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    background: #e2f6fa;
    margin-bottom: 20px;
}

section#partnershipWrap .subTitleWrap h3 {
    font-size: 2rem;
    color: var(--skyblue-color);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    section#partnershipWrap .subTitleWrap h3 {
        font-size: 1.875rem;
    }
}

section#partnershipWrap .subTitleWrap h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: var(--skyblue-color);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

section#partnershipWrap .subTitleWrap p {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    section#partnershipWrap .subTitleWrap p {
        font-size: 1rem;
        padding: 0 4%;
        box-sizing: border-box;
    }
}




section#partnershipWrap .tbl_wrap {
/*     width: 100%; */
    padding-top: 35px;
}

@media screen and (max-width: 767px) {
    section#partnershipWrap .tbl_wrap {
        padding-top: 0;
    }
}

section#partnershipWrap .tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
}

section#partnershipWrap .tbl_wrap table th {
    width: 180px;
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    background: #f5fcfd;
    border-top: 1px solid var(--skyblue-color);
    font-size: 0.875rem;
    color: var(--skyblue-color);
}

@media screen and (max-width: 999px) {
    section#partnershipWrap .tbl_wrap table th {
        width: 120px;
    }
}

@media screen and (max-width: 399px) {
    section#partnershipWrap .tbl_wrap table th {
        width: 100%;
        display: block;
    }
}

section#partnershipWrap .tbl_wrap table tr:last-child th {
    border-bottom: 1px solid var(--skyblue-color);
}

section#partnershipWrap .tbl_wrap table td {
    width: calc( 100% - 180px );
    padding: 12px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 0.875rem;
    border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 999px) {
    section#partnershipWrap .tbl_wrap table td {
        width: calc( 100% - 120px );
    }
}

@media screen and (max-width: 399px) {
    section#partnershipWrap .tbl_wrap table td {
        width: 100%;
        display: block;
    }
}

section#partnershipWrap .tbl_wrap table tr:last-child td {
    border-bottom: 1px solid #d9d9d9;
}

section#partnershipWrap .tbl_wrap table td p {
    font-size: 0.875rem;
}

section#partnershipWrap .tbl_wrap table td p:last-child {
    margin-bottom: 0;
}

section#partnershipWrap .tbl_wrap table td ul {
    display: flex;
    flex-wrap: wrap;
}

section#partnershipWrap .tbl_wrap table td ul:last-child {
    margin-bottom: 0;
}

section#partnershipWrap .tbl_wrap table td.recruitmentArea ul li + li {
    margin-left: 0.3125rem;
}

section#partnershipWrap .tbl_wrap table td.recruitmentArea ul li + li::before {
    content: '/ ';
}




section#partnershipWrap .card_block_area {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 35px 0;
}

@media screen and (max-width: 767px) {
    section#partnershipWrap .card_block_area {
        flex-direction: column;
        gap: 20px;
    }
}

section#partnershipWrap .card_block_area.column_3 .card_box {
    width: 31%;
    border: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
    section#partnershipWrap .card_block_area.column_3 .card_box {
        width: 100%;
    }
}

section#partnershipWrap .card_block_area.column_3 .card_box .photo {
    margin-bottom: 15px;
}

section#partnershipWrap .card_block_area .photo img {
    max-width: 100%;
}

section#partnershipWrap .card_block_area.column_3 .card_box .text {
    margin: 0 15px;
}

section#partnershipWrap .card_block_area.column_3 .card_box .text h3 {
    margin-bottom: 12px;
    color: var(--skyblue-color);
    font-size: 1.25rem;
}

section#partnershipWrap .card_block_area.column_3 .card_box .text p {
    text-align: justify;
}

