@charset "utf-8";

body {
  padding: 0 !important;
}

html {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
body {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
* {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  letter-spacing: 0.1rem;
}
*:focus {
  outline: none !important;
}
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.font-noto-g {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif !important;
}

.font-noto-m {
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.container-fluid {
  width: 100%;
  max-width: 100vw !important;
}
.container {
  width: 100%;
  max-width: 1400px !important;
}
.drawer-hamburger {
  position: relative;
  z-index: 1100 !important;
}
.drawer-nav {
  position: relative;
  z-index: 1090 !important;
}
.drawer-overlay {
  position: relative;
  z-index: 1080 !important;
}

/*
------------------------------
トップ
------------------------------
*/
section#top-image {
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-image: url("https://www.daily-tohoku.news/wp-content/themes/understrap-child-dtnews/hr-hacker/images/top-bg01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

section#top-image:before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

.top-image-wrapper {
  width: 100%;
  max-width: 1200px;
  position: relative;
  height: 100%;
  max-height: 1024px;
  margin: auto;
}

.top-image-str__wrapper {
  height: 100%;
  text-align: center;
  position: relative;

}

.top-image-str-item__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
}

.top-image-str-item {
  color: #ffffff;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
}

/*
------------------------------
ヘッダー
------------------------------
*/
.header-icon {
  height: 60px !important;
}
.navbar {
  padding: 10px 1.0rem !important;
  height: 80px !important;
  z-index: 1070 !important;
}
@media (min-width: 992px) {
  .navbar {
    padding: 10px 1.0rem !important;
    height: 80px !important;
  }
}
a.dropdown-item:active {
  background: #212121 !important;
  color: #ffffff !important;
}

/*
------------------------------
記事部
------------------------------
*/
main {
  position: relative;
}

.main-content-wrapper {
  padding: 3.0rem 3.0rem 3.0rem 0;
}
@media (min-width: 992px) {
  .main-content-wrapper {
    padding: 3.0rem 3.0rem;
  }
}
.top-content-article {
  line-height: 240% !important;
  margin: auto;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.article-container {
  width: 100%;
  max-width: 1200px;
}
.article-container-title {
  font-size: 32px;
}
.article-wrapper {
  margin: 0 auto 3.0rem auto;
}
.card {
  border: none !important;
}
.card-title {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  font-weight: 400;
  margin-bottom: 1.5rem !important;
  position: relative;
}
.card-title-date {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: 400;
  color: #757575;
  margin: 0.25rem auto;

}
.card-img-top {
  width: 100% !important;
  margin: auto;
}
.card-text {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 180%;
  margin: 0.5rem auto 0.5rem auto;
}
a.list-link {
  color: #212121;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.list-link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #212121;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.list-link:hover {
  color: #212121;
  text-decoration: none;
}
a.list-link:hover::after {
  transform: scale(1, 1);
}
.float-image {
  width: 100%;
}
@media(min-width:991px) {
  .float-image {
    width: 500px;
  }
}

/*
------------------------------
メニュー
------------------------------
*/

/*
------------------------------
トップへ戻る
------------------------------
*/
.page-top-image {
  width: 45px;
}
#page_top {
  display: none;
  position: fixed;
  bottom: 1.25rem;
  right: 0.75rem;
}
/*
#page_top a {
  background: rgba(0, 42, 49, 0.75);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.25rem;
  transition: .6s;
  letter-spacing: 0.1rem;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
#page_top a:hover {
  background: rgba(0, 42, 49, 0.5);
  text-decoration: none;
}
*/
