@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************ 
 *	ホーム
 * ************************************************ */
ul.project_list {
  width: 100%;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 1024px) {
  ul.project_list {
    width: 46%;
    margin-bottom: 0;
  }
}

ul.project_list li {
  background-color: #fff;
  margin-bottom: 1px;
}

ul.project_list li.instagram {
  border-left: 8px solid #D5432C;
}

ul.project_list li.recruit {
  border-left: 8px solid #2B9094;
}

ul.project_list li.products {
  border-left: 8px solid #105403;
}

ul.project_list a {
  display: block;
  background: url(images/arrow-right.webp) no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 9px auto;
  padding: 20px;
}

ul.project_list span {
  display: block;
  color: #D5432C;
  font-size: 14px;
}

@media print, screen and (min-width: 1024px) {
  .calendar {
    width: 48%;
    margin-top: -35px;
  }
}

.calendar .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 1024px) {
  .calendar .slick-arrow:hover {
    opacity: 0.6;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.calendar .next-arrow {
  left: 105px;
}

.month {
  display: block;
  margin: 0 0 5px 35px;
}

.calendar_table_wrap {
  height: 120vw;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #484C50 #D6D6D6;
}

@media print, screen and (min-width: 768px) {
  .calendar_table_wrap {
    height: 80vw;
  }
}

@media print, screen and (min-width: 1024px) {
  .calendar_table_wrap {
    height: 650px;
  }
}

.calendar_table_wrap::-webkit-scrollbar {
  width: 10px;
}

.calendar_table_wrap::-webkit-scrollbar-track {
  background-color: #D6D6D6;
}

.calendar_table_wrap::-webkit-scrollbar-thumb {
  background-color: #484C50;
  border-radius: 5px;
}

.calendar_table_wrap table {
  width: 100%;
  background-color: #fff;
  font-size: 12px;
  border-collapse: collapse;
}

@media print, screen and (min-width: 768px) {
  .calendar_table_wrap table {
    font-size: 14px;
  }
}

.calendar_table_wrap table th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #2C2D2E;
  width: 42%;
  color: #fff;
  border-left: 1px solid #E7EAEB;
  border-right: 1px solid #E7EAEB;
  padding: 4px;
}

@media print, screen and (min-width: 768px) {
  .calendar_table_wrap table th {
    width: 44%;
  }
}

.calendar_table_wrap table th:first-child {
  width: 16%;
}

@media print, screen and (min-width: 768px) {
  .calendar_table_wrap table th:first-child {
    width: 12%;
  }
}

.calendar_table_wrap table td {
  border: 1px solid #E7EAEB;
  padding: 4px;
}

.calendar_table_wrap table td:first-child {
  text-align: center;
}

.calendar_table_wrap table td span {
  font-size: 10px;
  margin-left: 5px;
}

.calendar_table_wrap table td span.holiday {
  color: #951414;
}

.calendar_table_wrap table td span.saturday {
  color: #072177;
}

.calendar_table_wrap table td p {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 2px 6px;
}

@media print, screen and (min-width: 768px) {
  .calendar_table_wrap table td p {
    font-size: 12px;
  }
}

.calendar_table_wrap table td p.cal_instagram {
  background-color: #D5432C;
}

.calendar_table_wrap table td p.cal_recruit {
  background-color: #2B9094;
}
/*# sourceMappingURL=home.css.map */