@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: 1920px !important;
  position: relative;
}
.container {
  width: 100%;
  max-width: 991px !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 {
  height: auto !important;
}
.spacer {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

/*
------------------------------
トップ
------------------------------
*/
/*
section#top-image {
  width: 100% !important;
  height: 100%;
  background-image: url("./images/top-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

@media (min-width: 992px) {
  section#top-image {
    width: 100% !important;
    max-width: 1920px;
    height: 100vh;
    max-height: 1280px;
    background-image: url("./images/top-min.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
}
*/
.top-title-wrapper {
  width: 100%;
  max-width: 991px;
  position: relative;
  margin: auto;
  height:60px;
  display: grid;
  place-items: center;
  height: 100vh;
  max-height: 768px;
}
.top-title {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  font-weight: 500;
  color: #212121;
  line-height: 150%;
  text-align: center;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
  -1px 1px 0 #FFF, 2px -2px 0 #FFF,
  0px 2px 0 #FFF,  0 -2px 0 #FFF,
  -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.top-title__image-lt {
  width: 30%;
  max-width: 270px;
  opacity: 0.85;
  position :absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}
@media (min-width: 992px) {
  .top-title__image-lt {
    width: 30%;
    max-width: 270px;
    opacity: 0.85;
    position :absolute;
    top: 30px;
    left: 30px;
    z-index: 1000;
  }
}

.top-title__image-lc {
}
.top-title__image-lb {
}
.top-title__image-ct {
}
.top-title__image-cc {
}
.top-title__image-cb {
}
.top-title__image-rt {
}
.top-title__image-rc {
}
.top-title__image-rb {
}



/*
------------------------------
ヘッダー
------------------------------
*/
.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;
}
.top-content-article {
  line-height: 240% !important;
  margin: auto;
  font-size: 16px;
}
.article-container {
  width: 100%;
  max-width: 768px;
  margin: auto;
}
.article-container-title {
  font-size: 32px;
}
.article-item-date {
  margin-right: 1.5rem;
  max-width: 8.0rem;
}

a.article-item-link {
  color: #0062ac;
  transition: .3s;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.article-item-link::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0062ac;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
a.article-item-link:hover {
  color: #0062ac;
  opacity: 0.85;
  text-decoration: none;
}
a.article-item-link:hover::after {
  transform: scale(1, 1);
}


.card {
  border: none !important;
}
.card-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
  position: relative;
}
.card-title__border {
  border : 1px solid #212121;
  padding: 0.5rem 0.5rem;
}
.card-title-date {
  font-size: 16px;
  font-weight: 400;
  color: #757575;
}
.card-img-top {
  width: 100% !important;
  height: auto !important;
  margin: auto;
}
.card-text {
  font-size: 14px !important;
  line-height: 180%;
  margin: 1.5rem auto 1.5rem auto;
}
@media (min-width: 992px) {
  .card-text {
    font-size: 16px !important;
  }
}

a.list-link {
  color: #212121;
  font-size: 16px;
  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);
}

/*
------------------------------
トップへ戻る
------------------------------
*/
.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: 14px;
}
#page_top a:hover {
  background: rgba(0, 42, 49, 0.5);
  text-decoration: none;
}
*/
