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

  COLOR

==================================================================*/
/*==================================================================

  FONTS

==================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*==================================================================

  mixin

==================================================================*/
/* =========================================================
    SPECIAL
========================================================= */
.special_wrap {
  margin: 60px auto 17px;
  line-height: 28px;
}

@media (max-width: 769px) {
  .special_wrap {
    margin: 2px auto 40px;
    line-height: 24px;
    padding: 0;
  }
}

.special_in {
  font-size: 14px;
}

@media (max-width: 769px) {
  .special_in {
    font-size: 12px;
  }
}

/* =========================================================
    MAIN VISUAL & TEXT
========================================================= */
.special_tit_area .special_tit {
  font-size: 14px;
  margin-top: 24px;
  letter-spacing: 0.17em;
  line-height: 2em;
}

@media (max-width: 769px) {
  .special_tit_area .special_tit {
    font-size: 12px;
    padding: 0 15px;
    margin-top: 10px;
  }
}

/* =========================================================
    CATEGORY TAB
========================================================= */
.special__category {
  margin: 35px 0 39px;
}

@media (max-width: 769px) {
  .special__category {
    position: relative;
    margin: 19px 0;
  }
}

.special__category .special__category-list {
  display: flex;
  padding: 13px 0 11px 0;
  border-bottom: 1px solid #D8D8D8;
  border-top: 1px solid #D8D8D8;
}

@media (max-width: 769px) {
  .special__category .special__category-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
}

.special__category .special__category-item {
  position: relative;
  width: calc(100% / 6);
  padding: 0 8.5px 0 10.5px;
}

@media (max-width: 769px) {
  .special__category .special__category-item {
    width: calc(100% / 2 - 11px);
    border-left: none;
    padding: 5px 5px 6px;
  }
}

.special__category .special__category-item:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background: #E6E6E6;
}

@media (max-width: 769px) {
  .special__category .special__category-item:before {
    height: 30px;
  }
}

@media (max-width: 769px) {
  .special__category .special__category-item:nth-child(odd):before {
    content: none;
  }
}

@media (max-width: 769px) {
  .special__category .special__category-item:nth-child(-n + 4):after {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0px;
    width: calc(100% - 14px);
    height: 1px;
    background: #E6E6E6;
  }
  .special__category .special__category-item:nth-child(odd):after {
    left: 15px;
  }
  .special__category .special__category-item:nth-child(even):after {
    right: 15px;
  }
}

@media (min-width: 769px) {
  .special__category .special__category-item:last-child::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 1px;
    height: 46px;
    background: #E6E6E6;
  }
}

.special__category .special__category-item .special__category-item-link {
  width: 100%;
  padding: 15px 0 14px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #A7A7A7;
}

@media (max-width: 769px) {
  .special__category .special__category-item .special__category-item-link {
    padding: 13px 0 12px 0;
    letter-spacing: 0.16em;
  }
}

.special__category .tab__select.active .tab__select-item:before {
  border-top: 9px solid #4BC262;
}

@media (max-width: 769px) {
  .special__category .tab__select.active .tab__select-item:before {
    content: none;
  }
}

/* =========================================================
    SPECIAL ITEM LIST
========================================================= */
@media (min-width: 769px) {
  .special_item_wrap {
    padding: 0;
  }
}

.special_item_wrap .special_item_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.special_item_wrap .special_item_list:before, .special_item_wrap .special_item_list:after {
  content: "";
  display: block;
  width: 23.09091%;
  height: 0;
}

.special_item_wrap .special_item_list:before {
  order: 1;
}

.special_item_wrap .special_item {
  width: 23.09091%;
  margin-bottom: 40px;
  /*===============
            画像
        ================*/
  /*===============
            テキスト
        ================*/
}

@media (max-width: 769px) {
  .special_item_wrap .special_item {
    width: calc(100%/2 - 6.5px);
    margin-bottom: 17px;
    margin-right: 0;
  }
}

.special_item_wrap .special_item .item_img_area {
  margin-bottom: 3px;
}

.special_item_wrap .special_item .item_img_area .item_link {
  display: inline-block;
  width: 100%;
}

.special_item_wrap .special_item .item_text_area .item_tit {
  display: inline-block;
  color: #4BC262;
  line-height: 1.5em;
  font-weight: bold;
  padding-bottom: 9px;
  margin-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
  letter-spacing: 0.14em;
}

@media (max-width: 769px) {
  .special_item_wrap .special_item .item_text_area .item_tit {
    font-size: 12px;
    padding-bottom: 8px;
    margin-bottom: 7px;
  }
}

.special_item_wrap .special_item .item_text_area .item_txt1 {
  line-height: 1.5em;
  font-weight: bold;
  letter-spacing: 0.13em;
  margin-bottom: 2px;
}

@media (max-width: 769px) {
  .special_item_wrap .special_item .item_text_area .item_txt1 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}

.special_item_wrap .special_item .item_text_area .item_txt2 {
  font-size: 12px;
  line-height: 1.3em;
  letter-spacing: 0.15em;
}

@media (max-width: 769px) {
  .special_item_wrap .special_item .item_text_area .item_txt2 {
    font-size: 10px;
    line-height: 1.8em;
  }
}

/*# sourceMappingURL=map/special.css.map */
