@charset "UTF-8";
/*----------------------------------------------------------------

  INTERNSHIP / COMPANY TOUR 用 CSS

----------------------------------------------------------------*/
/*
.page_internship {
*/
  :root {
    --color-white: #ffffff;
    --color-gray: #555555;
    --color-gray2: #e3e5e9;
    --color-gray3: #797879;
    --color-gray4: #f4f5f7;
    --color-gray5: #cecfd0;
    --color-red: #d0333b;
    --color-red2: #fef7f7;
    --color-red3: #eeb4b7;
    --color-blue: #1165b3;
  }

  .pc_only { display: block; }
  .sp_only { display: none; }

  .contents_header--wrap {
    width: 469px;
  }


  /* ------------------------------- */
  /* -- layout                    -- */
  /* ------------------------------- */

  /* -- l-content */
  .l-content {
    width: calc(100% - 50px);
    max-width: 980px;
    margin: 0 auto;
    padding-top: 60px;
    color: var(--color-gray);
  }


  /* ------------------------------- */
  /* -- component                 -- */
  /* ------------------------------- */

  /* -- c-title */
  .c-title {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 22px;
  }

  .c-title__text {
      font-size: 32px;
      line-height: 44px;
      font-weight: bold;
      padding-bottom: 11px;
  }

  /* -- c-figure */
  .c-figure {
    padding-bottom: 30px;
  }

  .c-figure__img {
    width: 100%;
  }

  /* -- c-card */
  .c-card {
    padding-bottom: 30px;
  }

  .c-card__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .c-card__item {
    border: solid 1px var(--color-gray2);
    border-radius: 5px;
    padding: 30px;
  }

  .c-card__item__head {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 17px;
  }

  .c-card__item__category {
    line-height: 25px;
    background-color: var(--color-gray3);
    color: var(--color-white);
    padding: 0 14px;
    border-radius: 3px;
    font-weight: bold;
  }

  .c-card__item__category.c-card__item__category--red {
    background-color: var(--color-red);
  }

  .c-card__item__title {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
  }
  .c-card__item__figure {
    padding-bottom: 14px;
  }

  .c-card__item__img {
    width: 100%;
  }

  .c-card__item__item {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 0;
    padding-left: 1.5em;
  }

  .c-card__item__item::before {
    content: "●";
    font-size: 10px;
    position: absolute;
    left: 0;
    color: var(--color-red);
  }

  .c-card__item__item .c-card__item__item {
    font-size: 12px;
    line-height: 12px;
    padding-left: 1em;
  }

  .c-card__item__item .c-card__item__item::before {
    content: "・";
    font-size: 12px;
    color: var(--color-gray);
  }

  .c-card__item__notice {
    padding-top: 20px;
    font-size: 12px;
    padding-left: 1.5em;
    position: relative;
  }

  .c-card__item__notice::before {
    content: "※";
    position: absolute;
    left: 0;
  }

  /* -- c-text */
  .c-text {
    padding-bottom: 35px;
  }

  .c-text__p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--color-red);
    background-color: var(--color-red2);
    border: solid 1px var(--color-red3);
    border-radius: 5px;
    padding: 20px 10px;
  }

  /* -- c-posts */
  .c-posts {
    padding-bottom: 70px;
  }

  /* -- c-posts__category */
  .c-posts__category {
    padding-bottom: 20px;
  }

  .c-posts__category__list {
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  .c-posts__category__item {
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    border: solid 2px var(--color-gray2);
    border-radius: 26px;
    padding: 0 34px;
    cursor: pointer;
  }

  .c-posts__category__item.is-selected {
    background-color: var(--color-gray);
    color: var(--color-white);
    border-color: var(--color-gray);
  }

  .c-posts__category__item:hover {
    background-color: var(--color-gray);
    color: var(--color-white);
    border-color: var(--color-gray);
  }

  /* -- c-posts__notice */
  .c-posts__notice {
    font-size: 12px;
    line-height: 1;
    text-align: right;
    position: relative;
    padding-bottom: 20px;
  }

  /* -- c-posts__list / c-posts__item */
  .c-posts__list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .c-posts__item {
    width: 100%;
  }

  .c-posts__item__inner {
    width: 100%;
    height: 147px;
    display: flex;
    justify-content: flex-start;
    border: solid 2px var(--color-gray2);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.062);
  }

  .c-posts__item__col--date {
    width: 192px;
    border-right: solid 1px var(--color-gray2);
    background-color: var(--color-gray4);
    padding-top: 22px;
    text-align: center;
  }

  .c-posts__item__col--title {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 30px;
  }

  .c-posts__item__col--place {
    width: 225px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .c-posts__item__col--button {
    width: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .c-posts__item__year {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding-bottom: 16px;
  }

  .c-posts__item__date {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: var(--color-red);
    padding-bottom: 10px;
  }

  .c-posts__item__time {
    width: 150px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 12px;
    border-radius: 12.5px;
    background: var(--color-white);
    border: solid 1px var(--color-gray2);
  }

  .c-posts__item__limit {
    font-size: 12px;
    line-height: 1;
    color: var(--color-red);
  }

  .c-posts__item__category__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
    padding-bottom: 14px;
  }

  .c-posts__item__category__item {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-white);
    background-color: var(--color-gray3);
    line-height: 25px;
    border-radius: 3px;
    padding: 0 10px;
  }

  .c-posts__item__category__item.c-posts__item__category__item--red {
    background-color: var(--color-red);
  }

  .c-posts__item__category__item.c-posts__item__category__item--blue {
    background-color: var(--color-blue);
  }

  .c-posts__item__subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }

  .c-posts__item__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }

  .c-posts__item__place {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 4px;
  }

  .c-posts__item__address {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 7px;
  }

  .c-posts__item__map-p {
    position: relative;
    line-height: 15px;
    font-size: 12px;
    border-bottom: solid 1px;
    display: inline-block;
    margin-left: 19px;
  }

  .c-posts__item__map-p::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url('../../internship/images/icon_map.png');
    background-size: cover;
    background-repeat: no-repeat;
    left: -17px;
    top: 0;
  }
  
  .c-posts__item__online-p {
    position: relative;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .c-posts__item__online-p::before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url('../../internship/images/icon_zoom.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    left: -25px;
    top: 1.5px;
  }

  .c-posts__item__button {
    display: flex;
    width: 105px;
    height: 41px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: var(--color-red);
    color: var(--color-white);
  }

  .c-posts__item__button.c-posts__item__button--disabled {
    background-color: var(--color-gray5);
  }

  /* -- c-contact */
  .c-contact {
    padding-bottom: 75px;
  }

  .c-contact__text {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 19px;
  }

  .c-contact__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 41px;
    background-color: var(--color-red);
    color: var(--color-white);
    border-radius: 3px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
  }

  @media screen and (max-width: 960px) {
    .c-posts__item__col--date {
      width: 145px;
    }

    .c-posts__item__col--place {
      width: 160px;
    }

    .c-posts__item__col--button {
      width: 100px;
    }

    .c-posts__item__time {
      width: 120px;
    }

    .c-posts__item__button {
      width: 80px;
    }
  }

  @media screen and (max-width: 768px) {
    .pc_only { display: none; }
    .sp_only { display: block; }

    .contents_header--wrap {
      width: 75%;
    }

    /* ------------------------------- */
    /* -- layout                    -- */
    /* ------------------------------- */
    
    /* -- l-content */
    .l-content {
      padding-top: 48px;
    }


    /* ------------------------------- */
    /* -- component                 -- */
    /* ------------------------------- */

    /* -- c-title */
    .c-title {
      padding-bottom: 17px;
      line-height: 22px;
    }

    .c-title__text {
      font-size: 20px;
      padding-bottom: 8px;
    }

    /* -- c-figure */
    .c-figure {
      padding-bottom: 17px;
    }

    /* -- c-card */
    .c-card__list {
      grid-template-columns: 1fr;
    }

    .c-card__item__head {
      justify-content: center;
    }

    .c-card__item__title {
      width: 100%;
      text-align: center;
    }
    
    .c-card__item__item {
      line-height: 18px;
      padding-block: 5px;
    }

    .c-card__item__item .c-card__item__item {
      line-height: 15px;
      padding-top: 5px;
      padding-bottom: 0;
    }

    .c-card {
      padding-bottom: 25px;
    }

    /* -- c-text */
    .c-text {
      padding-bottom: 28px;
    }

    /* -- c-posts */
    .c-posts {
      padding-bottom: 60px;
    }

    /* -- c-posts__category */
    .c-posts__category__item {
      padding: 0;
      flex: 1;
      text-align: center;
    }

    .c-posts__category__item:first-child {
      flex: 0.5;
    }

    /* -- c-posts__notice */
    .c-posts__notice {
      padding-bottom: 12px;
    }

    /* -- c-posts__list / c-posts__item */
    .c-posts__item__inner {
      display: block;
      height: auto;
      border: solid 1px var(--color-gray2);
    }

    .c-posts__item__col--date {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding-top: 15px;
      padding-bottom: 20px;
      gap: 12px;
      border-bottom: solid 1px var(--color-gray2);
    }

    .c-posts__item__year {
      grid-column: 1/3;
      padding-bottom: 0;
    }

    .c-posts__item__time {
      width: 150px;
      margin-left: 0;
      margin-bottom: 0;
    }

    .c-posts__item__date {
      font-size: 18px;
      text-align: right;
      padding: 0;
      line-height: 25px;
    }

    .c-posts__item__limit {
      grid-column: 1/3;
    }

    .c-posts__item__col--title {
      justify-content: center;
      padding-top: 28px;
      padding-bottom: 18px;
    }

    .c-posts__item__category__list {
      justify-content: center;
      padding-bottom: 12px;
    }

    .c-posts__item__subtitle {
      text-align: center;
    }

    .c-posts__item__col--place {
      width: 100%;
      justify-content: center;
      padding-bottom: 23px;
    }

    .c-posts__item__place {
      padding-bottom: 7px;
    }

    .c-posts__item__address {
      padding-bottom: 10px;
    }

    .c-posts__item__col--button {
      width: 100%;
      padding-bottom: 28px;
    }

    /* -- c-contact */
    .c-contact {
      padding-bottom: 38px;
    }

    .c-contact__text {
      font-size: 14px;
    }
  }
/*
}
*/