@charset "utf-8";

* {
  box-sizing: border-box;
}

/*==================================
company_top部分
===================================*/
.company_top {
  text-align: center;
  padding: 40px 3%;
}

.company_logo {
  width: 20%;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 200px;
}

.company_logo:empty {
  display: none;
}

.company_name {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3em;
}

/*==================================
news部分
===================================*/
.news_container {
  padding: 0 2%;
}

.news_wrap {
  background: #efefef;
  padding: 30px 2% 60px;
  width: 100%;
  box-sizing: border-box;
}

.news_item {
  display: flex;
  background: #fff;
  padding: 2%;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto 20px;
  border: 1px solid #c5c5c5;
}

.news_img {
  width: 190px;
  overflow: hidden;
  margin-right: 2%;
  aspect-ratio: 5/3;
}

.news_img>a {
  display: block;
  height: 100%;
}

.news_img img {
  width: auto !important;
  vertical-align: middle;
}

.date {
  display: inline-block;
}

.newIcon {
  display: inline-block;
  position: relative;
  background-color: #ff0000;
  padding: 0 6px;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.news_txt {
  flex: 1;
}

.news_txt h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
}

.free_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  word-spacing: 0;
  margin-bottom: 10px;
}

.free_txt br {
  display: none;
}

.more_btn {
  text-align: right;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #f15a24;
  color: #f15a24;
  float: right;
  padding: 4px 20px;
  border-radius: 20px;
}

.more_btn:hover {
  background-color: #f15a24;
  color: #fff;
}



/*sns用個別ページ*/
.news_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

.sns_area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sns_area p {
  margin-left: 5px;
}

.sns_area img {
  display: block;
  width: 24px;
}

.sns_area a {
  display: block;
  width: 24px;
}

.news_keep {
  width: 24px;
}

.star {
  color: #ffd400;
}

.toTop {
  position: absolute;
  bottom: 100px;
  right: 40px;
  font-size: 24px;
}

/*==================================
right部分
===================================*/
.c1,
.c2,
.c3,
.c4,
.c5,
.c34 {
  background: #fff !important;
}

/* ニュース無い場合 */
.event_complete {
  width: 100%;
  margin: 0 auto;
  padding: 45px 20px;
}

.event_complete>h2 {
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  margin-bottom: 20px;
}

.event_complete>h3 {
  border-left: #f15a24 solid 4px;
  padding: 0 5px;
  font-size: 17px;
  margin: 0 auto 20px;
  width: 90%;
}

.event_complete>p {
  text-align: center;
}

.complete_text {
  font-size: 16px;
  margin-bottom: 30px;
}

.event_btn {
  width: 50%;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
  background-color: #f15a24;
  color: #fff;
  border: none;
  margin: 0 auto;
}



@media screen and (max-width: 1280px) {
  /*==================================
company_top部分
===================================*/

  .company_name {
    font-size: 22px;
  }

  .company_type>h3 {
    font-size: 13px;
  }

  .company_type>p {
    font-size: 14px;
  }

  .event_tit {
    font-size: 17px;
    padding: 13px 4%;
  }
}



@media screen and (max-width: 1024px) {

  .date {
    display: inline-block;
  }

  .company_top {
    padding: 20px 4% 30px;
  }

  .company_name {
    font-size: 17px;
  }

  .company_type>p {
    font-size: 12px;
  }


  /* ニュース */

  .news_wrap {
    margin-bottom: 30px;
  }

  .event_complete {
    width: 95%;
    margin: 30px auto;
    padding: 0;
  }

  .event_complete>h2 {
    font-weight: bold;
    text-align: center;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .event_complete>h3 {
    font-size: 14px;
  }

  .event_complete>p {
    text-align: center;
    font-size: 14px;
  }

  .complete_text {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {

  .news_item {
    width: 100%;
    padding: 10px 2%;
  }

  .news_img {
    width: 150px;
    height: 90px;
  }

  .news_top {
    margin-bottom: 7px;
  }

  .news_top p {
    font-size: 12px;
  }

  .free_txt>a {
    font-size: 12px;
    line-height: 1.3;
  }

  .newIcon {
    font-size: 10px;
  }

  .news_txt h3 {
    font-size: 13px;
    line-height: 1.3;
  }

  .sns_area a {
    width: 22px;
  }

  .more_btn {
    font-size: 12px;
    padding: 3px 16px;
  }

}

@media screen and (max-width: 480px) {

  .company_name {
    font-size: 17px;
  }

  .company_logo {
    width: 40%;
    margin-bottom: 16px;
    min-width: 100px;
  }

  .news_wrap {
    padding: 30px 4%;
  }

  .news_item {
    display: block;
  }

  .news_img {
    width: 200px;
    height: 120px;
    margin: 2% auto 0;
  }

  .news_txt {
    margin-left: 0;
    padding: 16px 3%;
  }

  .news_txt h3 {
    margin-bottom: 6px;
  }

  .date {
    font-size: 12px;
  }

  .free_txt {
    font-size: 13px;
    line-height: 1.4em;
  }

  .free_txt>a {
    margin-bottom: 20px;
  }

  .sns_area p {
    margin-left: 8px;
  }

  .sns_area img {
    width: 23px;
  }

  .sns_area a {
    width: 23px;
  }

  .more_btn {
    display: block;
    text-align: center;
    float: none;
    padding: 6px;
    max-width: 300px;
    margin: 0 auto;
  }


}