@charset "UTF-8";
#news_list .wrap {
  width: 1200px;
  margin: 4% auto 0 auto;
  padding: 0 0 8% 0;
  position: relative;
  line-height: 1.8rem;
}
#news_list .page-numbers {
  display: flex;
  margin: 0 auto;
}
#news_list .page-numbers {
  width: 20%;
  margin: 4% auto 0 auto;
}
#news_list .page-numbers li {
  padding: 2px;
  margin: 0 1%;
}
#news_list .news_list_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#news_list .news_list_box li {
  display: block;
  width: 42%;
  margin: 0 2% 4% 2%;
  padding: 2%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  border-radius: 15px;
}
#news_list .news_list_box li img {
  width: 100%;
}
#news_list .news_list_box li .date {
  background-color: #003969;
  color: #ffffff;
  padding: 2%;
  font-weight: bold;
}
#news_list .news_list_box .thumbnail-box {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
}
#news_list .news_list_box .date_box {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 6% 0;
}
#news_list .news_list_box .date_box .post-categories {
  background-color: #003969;
  color: #ffffff;
  padding: 6px 12px;
  margin: 0 1% 0 0;
}
#news_list .news_list_box .ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
#news_list .news_list_box .text {
  width: 98%;
  margin: 3% auto;
  height: 47px;
}

#page_list .wrap {
  width: 1200px;
  margin: 0 auto;
}
#page_list .wrap .breadcrumbs_box {
  display: flex;
}

.breadcrumbs {
  display: flex;
}
.breadcrumbs .arrow {
  margin: 0 7px;
}

#sec01 {
  width: 100%;
  overflow: hidden;
}
#sec01 .wrap {
  width: 1200px;
  margin: 4% auto 0 auto;
  padding: 0 0 2% 0;
  position: relative;
  line-height: 1.8rem;
}
#sec01 .main_img {
  width: 100%;
  aspect-ratio: 16/9; /* アスペクト比を保持してレスポンシブ */
  background-size: cover;
}
#sec01 .content_box {
  margin: 4% 0 4% 0;
}
#sec01 .ttl_box {
  width: 752px;
  margin: 9% auto 2% auto;
}
#sec01 .ttl_box h3 {
  font-size: 106px;
  font-weight: bold;
  color: #404040;
  text-align: center;
}
#sec01 .ttl_box .sub_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 43px;
}
#sec01 .department {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 3% 0 1% 0;
}

#sec02 {
  width: 100%;
  overflow: hidden;
  background-color: #f5f2ec;
}
#sec02 .wrap {
  width: 1200px;
  margin: 2% auto 0 auto;
  padding: 0 0 8% 0;
  position: relative;
  line-height: 1.8rem;
}
#sec02 .wrap .img_icon_box {
  display: block;
  margin: 0 2% 0 1%;
}
#sec02 .wrap .staff_name {
  color: #818181;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}
#sec02 .wrap .icon_img1 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 1% 0 0;
  background-position: center;
  background-size: cover;
  border: solid 3px #ededed;
}
#sec02 .wrap .icon_img2 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin: 0 1% 0 0;
  background-position: center;
  background-size: cover;
  border: solid 3px #ededed;
}
#sec02 .wrap .title_h3 {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: solid 1px #cfcfcf;
  padding: 0 0 1% 0;
  color: #f78b00;
  margin: 3% 0 2% 0;
  display: flex;
  align-items: center;
}
#sec02 .wrap .sub_img {
  width: 92%;
  margin: 5% auto 2% auto;
  aspect-ratio: 16/9;
  background-size: cover;
}
#sec02 .wrap .text_box {
  display: flex;
}
#sec02 .wrap .text_area {
  width: 92%;
  align-items: center;
}
#sec02 .wrap li {
  margin: 3% auto;
  padding: 2% 0;
  text-align: center;
  width: 100%;
  background-color: #ebebeb;
}
#sec02 .wrap .time_schedule {
  width: 80%;
  margin: 0 auto;
}
#sec02 .wrap .blue_text {
  color: #42aaff;
  font-weight: bold;
}

/* ===============================================
/*レスポンシブ関連▼
  =============================================== */
@media screen and (max-width: 1200px) {
  /* 1200pxまでの幅の場合に適用される(タブレット) */
  #sec01 .wrap {
    width: 100%;
  }
  #sec01 .wrap .ttl_box {
    width: 100%;
    margin: 12% auto 0 auto;
  }
  #sec01 .wrap .ttl_box h3 {
    font-size: 14vw;
  }
  #sec01 .wrap .ttl_box .sub_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 28px;
  }
  #sec01 .wrap .department {
    margin: 4% 0 2% 2%;
    font-size: 1.6rem;
  }
  #sec01 .wrap .name-yearandmoth {
    margin: 0 0 0 2%;
  }
  #sec01 .main_img {
    display: block;
    text-align: center;
  }
  #sec02 .wrap {
    width: 100%;
  }
  #sec02 .wrap .title_h3 {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 0 auto;
    width: 92%;
  }
  #sec02 .wrap .sub_img {
    margin: 4% auto;
  }
  #sec02 .wrap .text_area {
    width: 92%;
    margin: 2% auto 8% auto;
  }
  #sec02 .wrap .time_schedule {
    width: 100%;
    margin: 4% auto;
  }
  #sec02 .wrap .text_box {
    display: flex;
    width: 93%;
    margin: 2% auto;
  }
  #sec02 .wrap .icon_img1 {
    width: 80px;
    height: 80px;
  }
  #sec02 .wrap .icon_img2 {
    width: 80px;
    height: 80px;
  }
  #news_list .wrap {
    width: 100%;
  }
  #news_list .wrap .news_list_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #news_list .wrap li {
    display: block;
    margin: 6% auto;
  }
  #page_list .wrap {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  /* 736pxまでの幅の場合に適用される(スマホ) */
  #news_list .wrap {
    width: 100%;
  }
  #news_list .wrap .news_list_box {
    display: block;
  }
  #news_list .wrap li {
    display: block;
    width: 86%;
    margin: 6% auto;
  }
}