/* =======================================
ベース
======================================= */

/* =======================================
レイアウト
======================================= */
.ly_article {
  background-color: #f7f0df;
}

.ly_cont {
  max-width: 1182px;
  margin: 0 auto;
  padding: 60px 50px;
  background-color: #fff;
}

.ly_cont.ly_cont__top {
  padding: 60px 50px 30px;
}

/* =======================================
モジュール　ブロック
======================================= */

.bl_pageTitle {
  background-color: #ececec;
}

.bl_pageTitle_inner {
  padding: 64px 15px;
  max-width: 1182px;
  margin: 0 auto;
}

.bl_media {
  display: flex;
  flex-direction: column;
}

.bl_mediaUnit {
  display: flex;
  column-gap: 1.736111111%;
  flex-wrap: wrap;
  row-gap: 60px;
}

.bl_mediaUnit.bl_mediaUnit__col2>.bl_media {
  width: 49.131944444444444%;
}

.bl_mediaUnit.bl_mediaUnit__col3>.bl_media {
  width: 32.1759259259259%;
}

.bl_mediaUnit.bl_mediaUnit__col4>.bl_media {
  width: 23.69%;
}

.bl_media_imgCont {
  display: block;
  position: relative;
}

.bl_media_imgCont__height14vw {
  height: 14.2140625vw;
  max-height: 205px;
}

.bl_media_img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bl_media_img.bl_media_img__contain {
  background-color: #f5f5f5;
  object-fit: contain;
  max-height: 475px;
  width: 100%;
}

.bl_media_hoverTxt {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: bold;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.bl_media_hoverTxt:hover {
  opacity: 1;
  transition: .5s;
}

.bl_media_txtUnit {
  background-color: #f5f5f5;
  padding: 20px;
  flex-grow: 1;
}

.bl_media_txt {
  margin-bottom: 20px;
  word-break: break-all;
}

.bl_media_txtTitle {
  background-color: #eee;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

.bl_media_btn {
  display: inline-block;
  border: 1px solid #282828;
  padding: .5em;
  text-decoration: none;
  color: #282828;
}

.bl_mediaWide {
  display: flex;
  column-gap: 1.736111111%;
}

.bl_mediaWide_img {
  width: 100%;
}

.bl_mediaWide_item.bl_mediaWide_item__Third {
  width: 32.754629629666667%;
}

.bl_mediaWide_item.bl_mediaWide_item__TwoThird {
  width: 65.50925925933334%;
}

.bl_mediaWide_item.bl_mediaWide_item__txtUnit {
  padding: 20px;
  background-color: #f5f5f5;
}

.bl_mediaWide_txtItem {
  padding: 0 0 20px 0;
}

.bl_mediaWide_txtItem:last-child {
  padding: 0;
}

.bl_mediaWide_txtTitle {
  background-color: #eee;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}

.bl_lv4HeadingUnit.bl_lv4HeadingUnit__borderbottom {
  border-bottom: 1px solid #282828;
}

.bl_lv4HeadingUnit {
  margin: 0 0 20px 0;
}

/* =======================================
モジュール　エレメント
======================================= */
.el_lv2Heading {
  font-size: 3rem;
  font-weight: bold;
}

.el_lv3Heading {
  background: #282828;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  padding: 0.225em 1.5em 0.225em 0.8em;
  position: relative;
}

.el_lv3Heading::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 0.975em 0.4em;
  content: "";
  height: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  z-index: 1;
}

.el_lv4Heading {
  font-size: 2rem;
  font-weight: bold;
}

.el_lv5Heading {
  font-size: 1.25rem;
  font-weight: bold;
}

.el_beforeIcon::before {
  display: inline;
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
  font-weight: bold;
  margin-right: 0.3em;
}

.el_beforeIcon.el_beforeIcon__crown::before {
  content: "\f521";
}

.el_beforeIcon.el_beforeIcon__medal::before {
  content: "\f5a2";
}

.el_beforeIcon.el_beforeIcon__pen::before {
  content: "\f5ad";
}

.el_beforeIcon.el_beforeIcon__comment::before {
  content: "\f075";
  font-weight: 400;
  font-size: 1em;
}

.el_btn__s {
  position: relative;
  text-align: center;
  margin: 20px auto;
}

.el_btn__s_link {
  background-color: #fff;
  color: #282828;
  display: inline-block;
  font-weight: bold;
  font-size: .875rem;
  padding: .5em 1.25em;
  text-decoration: none;
  border: 2px solid #282828;
  width: 100%;
}

.el_btn__s_link::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: .5em;
  height: .5em;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.el_btn__s_link:hover {
  background-color: #282828;
  color: #fff;
  transition: .5s;
}

/* =======================================
ヘルパー
======================================= */
.hp_fwBold {
  font-weight: bold;
}

.hp_dispInline {
  display: inline;
}

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

  /* =======================================
  SPレイアウト
  ======================================= */
  .ly_cont {
    padding: 60px 15px;
  }

  .ly_cont.ly_cont__top {
    padding: 60px 15px 0;
  }

  /* =======================================
  SPモジュール　ブロック
  ======================================= */
  .bl_mediaUnit.bl_mediaUnit__col2>.bl_media,
  .bl_mediaUnit.bl_mediaUnit__col3>.bl_media {
    width: auto;
  }

  .bl_mediaUnit.bl_mediaUnit__col4>.bl_media {
    width: 49.131944444444444%;
  }

  .bl_media_imgCont__height14vw {
    height: 28.428125vw;
  }

  .bl_mediaWide {
    flex-direction: column;
  }

  .bl_mediaWide_item.bl_mediaWide_item__Third,
  .bl_mediaWide_item.bl_mediaWide_item__TwoThird {
    width: 100%;
  }

  /* =======================================
  SPモジュール　エレメント
  ======================================= */

  .el_lv3Heading {
    font-size: 1.75rem;
  }

  .el_lv4Heading {
    font-size: 1.75rem;
  }

  .el_beforeIcon::before {
    font-size: 1.75rem;
  }

  .el_btn__s_link {
    font-size: 0.875em;
  }

}