@charset "UTF-8";

.mv {
  padding: 60px 3%;
  background-image: url(../img/back_Illust02.jpg);
  background-color: rgb(255 255 255 / 38%);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.mv p {
  text-align: center;
  font-size: 16px;
}


/* 合同企業説明会一覧 */

.sec {
  padding: 40px 4%;
}

.sec_tit {
  font-size: 24px;
  font-weight: bold;
  border-left: 4px solid #f15a24;
  padding-left: 10px;
  margin-bottom: 30px;
}

.sec .inner {
  max-width: 1280px;
  margin: 0 auto;
}

.item {
  width: 100%;
  border: 1px solid #b6b6b6;
  background-color: #fff;
  padding: 30px 4%;
  margin-bottom: 30px;
  border-radius: 10px;
}

.item_tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.yoyaku_icon {
  background-color: #ff3333;
  font-size: 13px;
  color: #fff;
  padding: 4px 8px;
  vertical-align: bottom;
  border-radius: 2px;
}

.detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.area_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px 2%;
  border-bottom: 1px solid #d6d6d6;
  max-width: 1080px;
  margin: 0 auto;
}

.area_list:last-of-type {
  border-bottom: none;
}

.item .icon {
  width: 20px;
  margin-right: 6px;
}

.item .date,
.item .location {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
  color: #f15a24;
}

.item_img {
  display: block;
  margin-right: 3%;
  width: 44%;
}

.item_img img {
  width: 100%;
}

.item_txt {
  width: 56%;
}

.date p {
  font-size: 22px;
  font-weight: bold;
}

.location p {
  font-size: 14px;
  max-width: 94%;
  line-height: 1.2;
  font-weight: bold;
}

.comment {
  margin-top: 20px;
}

/* 予約・詳細ボタン */

.btn_area {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.detail_btn,
.yoyaku_btn {
  font-size: 18px;
  display: block;
  width: 300px;
  max-width: 49%;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 4px;
  font-weight: bold;
}

.detail_btn {
  background-color: #07abb3;
  margin-right: 4%;
}

.yoyaku_btn {
  background-color: #f15a24;

}

@media screen and (max-width:1024px) {
  .detail {
    display: block;
  }

  .item_img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;

  }

  .item_txt {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .btn_area {
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .mv {
    padding: 40px 3%;
  }

  h1 {
    font-size: 24px;
  }

  .mv p {
    font-size: 14px;
  }

  .yoyaku_icon {
    font-size: 12px;
  }

  .detail_btn,
  .yoyaku_btn {
    padding: 16px 3%;
    font-size: 16px;
  }

  .item .date {
    margin-bottom: 14px;
  }


  .date p {
    font-size: 20px;
  }

  .location p {
    font-size: 12px;
    max-width: 92%;
  }

  .item .date,
  .item .location {
    align-items: center;
  }

  .comment {
    font-size: 13px;
  }

  .sec_tit {
    font-size: 20px;
  }

}

@media screen and (max-width:480px) {

  .mv {
    padding: 24px 3%;
  }

  h1 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .mv p {
    font-size: 12px;
    text-align: left;

  }

  .sec_tit {
    font-size: 18px;
  }

  .yoyaku_icon {
    font-size: 11px;
    padding: 4px;
  }

  .location p {
    max-width: 90%;
    line-height: 1.3;
    font-size: 12px;
  }

  .item .date {
    margin-bottom: 10px;
  }

  .item .icon {
    width: 18px;
  }

  .item_tit {
    font-size: 18px;
  }

  .comment {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.4;
  }

}