@charset "UTF-8";
body {
  font-family: ryo-gothic-plusn, YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  color: #222;
}

/* フォントファミリー */
.gothic {
  font-family: ryo-gothic-plusn, YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
  font-style: normal;
}

.fw_l {
  font-weight: 300;
}

.fw_r {
  font-weight: 400;
}

.fw_m, .topics-detail .topics-content h3 {
  font-weight: 500;
}

.fw_b {
  font-weight: 700;
}

.mincho, .common-ttl-wrap .morebtn, .single-pager .pager__item a, .navigation .nav-links a, .topics-detail .topics-content h2, .navigation .nav-links {
  font-family: 'Sawarabi Mincho', 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', sans-serif;
}

/* メディアクエリ */
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 共通 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  width: 100%;
  height: auto;
}

.common-ttl-wrap .morebtn, .single-pager .pager__item a, .navigation .nav-links a {
  line-height: 1.375;
  letter-spacing: 0.2em;
  background-color: #fff;
  color: #e13f1a;
  border: 1px solid #e13f1a;
  display: inline-block;
  margin: 0 auto;
}

.common-ttl-wrap .morebtn:hover, .single-pager .pager__item a:hover, .navigation .nav-links a:hover {
  background-color: #e13f1a;
  color: #fff;
}

.arrow_wrap {
  position: relative;
}

.arrow_wrap .arrow {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-67%);
          transform: translateY(-67%);
}

.arrow_wrap .arrow > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  right: 10px;
}

.arrow_wrap .arrow > span::after, .arrow_wrap .arrow > span::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.arrow_wrap .arrow > span::before {
  width: 30px;
  height: 1px;
  background-color: #e13f1a;
  right: 0;
}

@media screen and (max-width: 600px) {
  .arrow_wrap .arrow > span::before {
    width: 20px;
    right: -1;
  }
}

.arrow_wrap .arrow > span::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  -webkit-transform: rotate(45deg) translateY(-70%);
          transform: rotate(45deg) translateY(-70%);
  right: 4px;
}

.arrow_wrap:hover .arrow > span::before {
  background-color: #fff;
}

.arrow_wrap:hover .arrow > span::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.card_link_wrap {
  position: relative;
}

.card_link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  outline: none;
}

/* フォントサイズ*/
.fz_10 {
  font-size: 10px;
}

.fz_11 {
  font-size: 11px;
}

.fz_12 {
  font-size: 12px;
}

.fz_14 {
  font-size: 16px;
}

.fz_16, .common-ttl-wrap .morebtn, .single-pager .pager__item a, .navigation .nav-links a, .topics-detail .topics-content h3, .page-none {
  font-size: 16px;
}

.fz_18, .navigation .nav-links {
  font-size: 18px;
}

.fz_20, .topics-detail .topics-content h2 {
  font-size: 20px;
}

.fz_24 {
  font-size: 24px;
}

.fz_25 {
  font-size: 25px;
}

.fz_30 {
  font-size: 30px;
}

.fz_36 {
  font-size: 36px;
}

.fz_46 {
  font-size: 46px;
}

@media screen and (max-width: 767px) {
  .fz_12 {
    font-size: 12px;
  }
  .fz_14 {
    font-size: 16px;
  }
  .fz_18, .navigation .nav-links {
    font-size: 16px;
  }
  .fz_20, .topics-detail .topics-content h2 {
    font-size: 18px;
  }
  .fz_24 {
    font-size: 16px;
  }
  .fz_25 {
    font-size: 20px;
  }
  .fz_30 {
    font-size: 28px;
  }
  .fz_36 {
    font-size: 30px;
  }
  .fz_46 {
    font-size: 32px;
  }
}

/* フォントカラー*/
.c_white {
  color: #fff;
}

.c_red {
  color: #e13f1a;
}

/* ヘッダー */
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 50;
}

span.height {
  height: 100px;
  display: block;
}

@media screen and (max-width: 1000px) {
  span.height {
    height: 55px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  height: 100px;
}

.header__inner .left .logo {
  max-width: 400px;
}

.header__inner .left .logo a:hover {
  opacity: .7;
}

@media screen and (max-width: 1200px) {
  .header__inner .left .logo {
    max-width: 280px;
  }
}

.header__inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__inner .right .header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header__inner .right .header_nav li a {
  display: block;
  line-height: 3;
  position: relative;
  letter-spacing: 0.12em;
  margin-right: 45px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media all and (-ms-high-contrast: none) {
  .header__inner .right .header_nav li a {
    padding-top: 8px;
  }
}

.header__inner .right .header_nav li a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #e13f1a;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner .right .header_nav li a:hover {
  opacity: .7;
}

.header__inner .right .header_tel > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.08em;
  padding: 0 50px;
  background-color: #e13f1a;
  border: 1px solid #e13f1a;
}

@media all and (-ms-high-contrast: none) {
  .header__inner .right .header_tel > a {
    padding-top: 20px;
  }
}

.header__inner .right .header_tel > a:hover {
  opacity: .7;
}

.header__inner .right .header_tel .num {
  padding-bottom: 13px;
}

@media screen and (max-width: 1300px) {
  .header__inner .right .header_nav li a {
    margin-right: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .header__inner {
    display: none;
  }
}

.header__inner__sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__inner__sp {
    display: block;
  }
}

.header__inner__sp .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.header__inner__sp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}

.header__inner__sp__wrap .logo {
  width: 235px;
}

.header__inner__sp__wrap .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header__inner__sp__wrap .right > div {
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__inner__sp__wrap .right > div.tel {
  background-color: #e13f1a;
}

.header__inner__sp__wrap .right > div.menu {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__inner__sp__wrap .right > div.menu:hover {
  opacity: .7;
}

.header__inner__sp__wrap .right > div img {
  height: 28px;
  width: auto;
}

@media screen and (max-width: 355px) {
  .header__inner__sp__wrap {
    padding-left: 5px;
  }
  .header__inner__sp__wrap .logo {
    width: 190px;
  }
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
  opacity: 0;
  visibility: hidden;
}

.sp-nav .close {
  display: block;
  position: fixed;
  width: 55px;
  height: 55px;
  top: 0;
  right: -3px;
  z-index: 250;
  background-color: #fff;
  cursor: pointer;
}

.sp-nav .close::before, .sp-nav .close::after {
  content: "";
  display: block;
  height: 3px;
  width: 20px;
  position: absolute;
  background-color: #202020;
  border-radius: 3px;
  top: 25px;
  right: 20px;
}

.sp-nav .close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sp-nav .close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp-nav .header_nav {
  font-size: 16px;
  padding: 40px 20px;
}

.sp-nav .header_nav li {
  border-bottom: 1px solid #eee;
}

.sp-nav .header_nav li a {
  display: block;
  padding: 18px 30px;
}

.sp-nav .header_nav li:first-child {
  border-top: 1px solid #eee;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  opacity: 1;
  visibility: visible;
}

/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.7;
  visibility: visible;
}

/* フッター */
#a-header {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 22px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  #a-header {
    right: 5%;
  }
}

.p-pagetop {
  cursor: pointer;
  z-index: 49;
  -webkit-transition: 0s;
  transition: 0s;
  width: 47px;
  height: 47px;
}

.p-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47px;
  height: 47px;
  border: 2px solid #e13f1a;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.p-pagetop a svg {
  fill: #e13f1a;
}

.p-pagetop a:hover {
  background-color: #e13f1a;
}

.p-pagetop a:hover svg {
  fill: #fff;
}

.footer .contact {
  background-color: #e13f1a;
}

.footer_contact {
  padding: 100px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.footer_contact .footer_note {
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 105px;
  position: relative;
}

.footer_contact .footer_note::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 80px;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
}

.footer_contact .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer_contact .btn .left,
.footer_contact .btn .right {
  width: calc((100% - 10%) / 2);
}

.footer_contact .btn .left a,
.footer_contact .btn .right a {
  background-color: #fff;
  width: 100%;
  text-align: center;
  height: 92px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_contact .btn .left a:hover,
.footer_contact .btn .right a:hover {
  color: #fff;
  background-color: #e13f1a;
}

.footer_contact .btn .left {
  letter-spacing: 0.08em;
}

.footer_contact .btn .left .tel {
  padding-bottom: 13px;
}

.footer_contact .btn .right {
  letter-spacing: 0.3em;
}

.footer_contact .btn .right a {
  position: relative;
  letter-spacing: 0.19em;
}

@media screen and (max-width: 1000px) {
  .footer_contact .btn .left,
  .footer_contact .btn .right {
    width: calc(98% / 2);
  }
}

@media screen and (max-width: 800px) {
  .footer_contact .btn .right a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer_contact {
    padding: 50px 0;
  }
  .footer_contact .footer_note {
    font-size: 16px;
    margin-bottom: 75px;
  }
  .footer_contact .footer_note::after {
    width: 40px;
    height: 2px;
    bottom: -15px;
  }
  .footer_contact .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_contact .btn .left,
  .footer_contact .btn .right {
    width: 100%;
    max-width: 400px;
  }
  .footer_contact .btn .left a,
  .footer_contact .btn .right a {
    height: 70px;
  }
  .footer_contact .btn .left {
    margin-bottom: 15px;
  }
  .footer_contact .btn .left .tel {
    padding-bottom: 6px;
  }
  .footer_contact .btn .right a {
    font-size: 15px;
  }
}

@media screen and (max-width: 355px) {
  .footer_contact .btn .right a {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding-left: 20px;
  }
  .footer_contact .btn .right a .arrow > span {
    right: 0px;
  }
}

.footer .nav {
  background-color: #f5f5f5;
}

.footer_nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
}

.footer_nav > figure {
  max-width: 475px;
  margin: 0 auto 40px;
}

.footer_nav .nav_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.footer_nav .nav_ul a:hover {
  opacity: .7;
}

.footer_nav .nav_ul li:not(:last-child) {
  margin-right: 45px;
}

.footer_nav .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_nav .sns li {
  width: 37px;
}

.footer_nav .sns li a:hover {
  opacity: .7;
}

@media screen and (max-width: 600px) {
  .footer_nav > figure {
    width: 80%;
    max-width: 400px;
    margin-bottom: 20px;
  }
  .footer_nav .nav_ul {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .footer_nav .nav_ul li:not(:last-child) {
    margin-right: 25px;
  }
  .footer_nav .sns li {
    width: 30px;
  }
  .footer_nav .sns li:not(:last-child) {
    margin-right: 25px;
  }
}

@media screen and (max-width: 600px) {
  .footer_nav {
    padding: 30px 0;
  }
}

.footer .cr {
  background-color: #4b4b4b;
}

.footer_cr {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center;
}

.footer_cr .privacy {
  letter-spacing: 0.12em;
}

.footer_cr .privacy:hover {
  opacity: .7;
}

.footer_cr .cr {
  letter-spacing: 0.12em;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_cr .cr > div {
  text-align: left;
  margin-left: 10px;
}

.footer_cr .cr > div .en {
  letter-spacing: 0em;
  font-weight: 200;
  padding-top: 5px;
}

@media screen and (max-width: 600px) {
  .footer_cr {
    padding: 30px 0;
  }
  .footer_cr .privacy {
    font-size: 14px;
  }
  .footer_cr .cr {
    margin-top: 20px;
  }
}

/* 記事一覧部分 */
.thumbnail-link {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.thumbnail-link:hover {
  opacity: .7;
}

.thumbnail-link .topics-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.thumbnail-link .topics-link:hover {
  opacity: .7;
}

.thumbnail-link .news-text .news-date {
  color: #949494;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.thumbnail-link .news-text .topics-cat .meta__cat {
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #e13f1a;
  display: inline-block;
  padding: 0 11px;
}

@media all and (-ms-high-contrast: none) {
  .thumbnail-link .news-text .topics-cat .meta__cat {
    padding-top: 8px;
    line-height: 1;
  }
}

.thumbnail-link .news-text .news-content {
  line-height: 1.57;
  letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none) {
  .thumbnail-link .news-text .news-content {
    padding-top: 8px;
  }
}

.thumbnail-link .news-text .news-content.top {
  line-height: 1.5;
}

.thumbnail-link.s01 .news-text .news-date {
  padding-top: 0px;
  margin-bottom: 5px;
}

.thumbnail-link.s01 .news-text .topics-cat {
  margin-bottom: 0px;
}

.thumbnail-link.s01 .news-text .topics-cat .meta__cat {
  margin: 0 5px 5px 0;
}

/* サイドバー */
.sidebar {
  width: 25%;
}

.sidebar .sidebar__widget {
  margin-bottom: 55px;
}

.sidebar-title {
  line-height: 1.1;
  letter-spacing: 0.22em;
  position: relative;
  padding-top: 10px;
  margin-bottom: 33px;
}

.sidebar-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e13f1a;
  bottom: -20px;
  left: 0;
}

.sidebar .category-list li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .category-list li a {
  display: block;
  padding: 15px 20px 15px 25px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar .category-list li a:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .sidebar .category-list li a {
    padding-top: 25px;
    padding-bottom: 10px;
  }
}

.sidebar .category-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #e13f1a;
  border-right: 1px solid #e13f1a;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -4px;
}

.sidebar .tag-list {
  padding: 17px 0 0 10px;
}

.sidebar .tag-list__item {
  display: inline-block;
  letter-spacing: 0.3em;
  position: relative;
  margin: 0 13px 18px 0;
}

.sidebar .tag-list__item::before {
  content: "#";
  color: #e13f1a;
  left: 0px;
}

.sidebar .tag-list__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar .tag-list__item a:hover {
  opacity: .7;
}

@media screen and (max-width: 900px) {
  .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sidebar .sidebar__widget:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ぱんくずりすと */
.bread-crumbs {
  background: #f5f5f5;
}

.bread-crumbs-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bread-crumbs .nav_p {
  letter-spacing: 0.08em;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: auto;
  padding: 9px 0;
}

.bread-crumbs .nav_p a {
  -webkit-transition: .3s;
  transition: .3s;
}

.bread-crumbs .nav_p a:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .bread-crumbs .nav_p {
    padding-top: 20px;
  }
}

/* 下層ページFV */
.underlayer-fv {
  position: relative;
  height: 250px;
  background: url(../img/common/index.jpg) no-repeat center/cover;
  margin-bottom: 90px;
}

.underlayer-fv-ttl {
  letter-spacing: 0.16em;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .underlayer-fv {
    background: url(../img/common/index.jpg) no-repeat left center/cover;
  }
  .underlayer-fv-ttl {
    font-size: 25px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .underlayer-fv {
    margin-bottom: 50px;
    height: 150px;
  }
}

@media screen and (max-width: 355px) {
  .underlayer-fv-ttl {
    font-size: 18px;
  }
}

.slick-slide {
  min-height: 450px;
  -webkit-transition: .3s;
  transition: .3s;
}

.slick-slide:not(.slick-current):not(.is-active-next) {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 600px) {
  .slick-slide {
    min-height: 300px;
  }
}

.top-slider.top-slider {
  margin-bottom: 40px;
}

.top-slider.top-slider .top-slider__item {
  position: relative;
}

.top-slider.top-slider .top-slider__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.6) 100%);
}

.top-slider.top-slider .top-slider__item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
}

.top-slider.top-slider .top-slider__item a:hover {
  background-color: rgba(225, 225, 225, 0.2);
}

.top-slider.top-slider .top-slider__text {
  position: absolute;
  bottom: 30px;
  z-index: 5;
  padding: 0 30px;
}

.top-slider.top-slider .top-slider__title {
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li {
  width: 10px;
}

.slick-dots li button {
  width: 10px;
}

.slick-dots li button:before {
  color: #cfcfcf;
}

.slick-dots li.active button:before {
  color: #999;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.wrap-inner {
  width: 69%;
}

@media screen and (max-width: 1200px) {
  .wrap-inner {
    width: 72%;
  }
}

@media screen and (max-width: 900px) {
  .wrap-inner {
    width: 100%;
  }
}

/* 記事一覧部分 */
.common-ttl-wrap {
  border-bottom: 3px solid #e13f1a;
  padding-bottom: 15px;
}

.common-ttl {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 600px) {
  .common-ttl {
    font-size: 18px;
  }
}

.common-ttl-wrap .morebtn {
  position: relative;
  margin-right: 0;
}

.common-ttl-wrap .morebtn a {
  height: 30px;
  width: 145px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.2em;
}

.common-ttl-wrap .morebtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 5px;
  background: url(../img/topics/more-arrow.png) no-repeat center/contain;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.common-ttl-wrap .morebtn:hover::after {
  background: url(../img/topics/more-arrow-hover.png) no-repeat center/contain;
}

@media screen and (max-width: 600px) {
  .common-ttl-wrap .morebtn a {
    width: 110px;
    font-size: 11px;
  }
  .common-ttl-wrap .morebtn::after {
    width: 10px;
    right: 7px;
  }
}

.topics-archive {
  margin-bottom: 40px;
}

.topics-archive.topics-archive--info {
  margin-bottom: 80px;
}

.topics-archive .common-ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .topics-archive .common-ttl-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}

.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.7%;
}

.archive-list li {
  padding: 0 1.7%;
  width: calc(100% / 3);
  margin-bottom: 36px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.archive-list li:hover {
  opacity: .7;
}

.archive-list li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.archive-list li img {
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.archive-list li .archive-text {
  padding-top: 5px;
}

.archive-list li .archive-meta__time {
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #949494;
  margin-bottom: 8px;
}

.archive-list li .archive-meta__cat span {
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #e13f1a;
  display: inline-block;
  padding: 0 11px;
  margin: 0 5px 5px 0;
}

@media all and (-ms-high-contrast: none) {
  .archive-list li .archive-meta__cat span {
    padding-top: 10px;
    line-height: 1;
  }
}

.archive-list li .archive-content {
  line-height: 1.57;
  letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast: none) {
  .archive-list li .archive-content {
    padding-top: 8px;
  }
}

@media screen and (max-width: 600px) {
  .archive-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .archive-list li:not(.new-item) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .archive-list li:not(.new-item) img {
    width: 180px;
    height: 100px;
    margin-right: 10px;
    min-width: 180px;
  }
  .archive-list li.new-item {
    margin-bottom: 20px;
  }
  .archive-list li.new-item img {
    height: 100px;
  }
  .archive-list li .archive-meta__time {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 500px) {
  .archive-list li:not(.new-item) img {
    width: 150px;
    min-width: 150px;
  }
}

@media screen and (max-width: 420px) {
  .archive-list li:not(.new-item) img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}

@media screen and (max-width: 600px) {
  .topics-archive--new .archive-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .topics-archive--new .archive-list li {
    width: 50%;
  }
}

/* お知らせ部分 */
.topics-archive--info.topics-archive .common-ttl-wrap {
  margin-bottom: 20px;
}

.info-list-wrap .info-list li {
  line-height: 1.75;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #e9e9e9;
}

.info-list-wrap .info-list li a {
  min-height: 75px;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.info-list-wrap .info-list li a .info-list__time {
  min-width: 155px;
  letter-spacing: 0.06em;
}

.info-list-wrap .info-list li a:hover {
  opacity: .7;
}

@media screen and (max-width: 600px) {
  .info-list-wrap .info-list li a .info-list__time {
    min-width: 85px;
    font-size: 14px;
  }
}

/* 記事詳細 */
.single-wrapper {
  padding-top: 90px;
}

@media screen and (max-width: 900px) {
  .single-wrapper {
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .single-wrapper {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .single-wrapper .fz_16, .single-wrapper .common-ttl-wrap .morebtn, .common-ttl-wrap .single-wrapper .morebtn, .single-wrapper .single-pager .pager__item a, .single-pager .pager__item .single-wrapper a, .single-wrapper .navigation .nav-links a, .navigation .nav-links .single-wrapper a, .single-wrapper .topics-detail .topics-content h3, .topics-detail .topics-content .single-wrapper h3, .single-wrapper .page-none {
    font-size: 16px;
  }
}

.topics-detail {
  padding-top: 10px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .topics-detail {
    padding-bottom: 30px;
  }
}

.topics-detail__img {
  display: none;
}

.topics-detail__time {
  color: #949494;
  line-height: 1.57;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

.topics-detail__cat {
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.topics-detail__cat a {
  display: inline-block;
  padding: 2px 11px;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #e13f1a;
  margin-right: 5px;
  margin-bottom: 5px;
}

.topics-detail__cat a:hover {
  opacity: .7;
}

@media all and (-ms-high-contrast: none) {
  .topics-detail__cat a {
    padding-top: 11px;
    line-height: 1;
  }
}

.topics-detail__title {
  letter-spacing: 0.15em;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.3;
}

.topics-detail__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #e13f1a;
  bottom: -20px;
  left: 0;
}

@media screen and (max-width: 600px) {
  .topics-detail__title {
    font-size: 24px;
  }
}

.topics-detail .tag-list__item {
  display: inline-block;
  letter-spacing: 0.3em;
  position: relative;
  margin: 0 13px 18px 0;
}

.topics-detail .tag-list__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.topics-detail .tag-list__item a:hover {
  opacity: .7;
}

.topics-detail .tag-list__item::before {
  content: "#";
  color: #e13f1a;
  left: 0px;
}

@media screen and (max-width: 600px) {
  .topics-detail .tag-list {
    margin-bottom: 10px;
  }
  .topics-detail .tag-list__item {
    margin: 0 10px 10px 0;
  }
}

.topics-detail .topics-content {
  letter-spacing: 0.03em;
  line-height: 2;
  padding-top: 20px;
  padding-bottom: 65px;
}

.topics-detail .topics-content > p {
  margin-bottom: 2em;
}

.topics-detail .topics-content > p.has-background {
  padding: 1.8em 2em;
  margin: 20px 0 35px;
}

.topics-detail .topics-content strong {
  font-weight: bold;
}

.topics-detail .topics-content ul, .topics-detail .topics-content ol {
  line-height: 2.5;
  padding: 0 0 0 1em;
}

.topics-detail .topics-content ul.has-background, .topics-detail .topics-content ol.has-background {
  padding: 1.8em 2em 1.8em 3em;
  margin: 20px 0 35px;
}

.topics-detail .topics-content ul li {
  list-style: disc;
}

.topics-detail .topics-content ol li {
  list-style: decimal;
}

.topics-detail .topics-content h2 {
  line-height: 1.5;
  letter-spacing: 0.22em;
  position: relative;
  padding-left: 17px;
  margin: 70px 0 33px;
}

.topics-detail .topics-content h2::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 20px;
  width: 3px;
  background-color: #e13f1a;
  left: 0;
  top: 4px;
}

.topics-detail .topics-content h3 {
  line-height: 2;
  letter-spacing: 0.12em;
  position: relative;
  padding-left: 20px;
  margin: 35px 0 25px;
  color: #e13f1a;
}

.topics-detail .topics-content h3::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #e13f1a;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  .topics-detail .topics-content h3::before {
    top: 23%;
  }
}

.topics-detail .topics-content figure {
  margin: 1em 0 1em;
}

.topics-detail .topics-content figure img {
  width: auto;
}

.topics-detail .topics-content a {
  color: #e13f1a;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
}

.topics-detail .topics-content a:hover {
  opacity: .7;
}

@media screen and (max-width: 600px) {
  .topics-detail .topics-content {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .topics-detail .topics-content > p {
    margin-bottom: 1em;
  }
  .topics-detail .topics-content > p.has-background {
    margin: 10px 0 20px;
    padding: 1em;
  }
  .topics-detail .topics-content h2 {
    margin: 35px 0 20px;
  }
  .topics-detail .topics-content h3 {
    margin: 20px 0 15px;
  }
  .topics-detail .topics-content ul, .topics-detail .topics-content ol {
    line-height: 2;
  }
  .topics-detail .topics-content ul.has-background, .topics-detail .topics-content ol.has-background {
    margin: 10px 0 20px;
    padding: 1em 1em 1em 2em;
  }
}

.topics-detail blockquote {
  position: relative;
  padding: 20px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  margin-bottom: 2em;
}

.topics-detail blockquote:before {
  display: inline-block;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 8px;
  left: 8px;
  background: url(../img/topics/blockquote.png) no-repeat center/contain;
}

.topics-detail blockquote p {
  padding: 0;
  margin: 10px 0;
}

.topics-detail blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.sns-share .sns-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sns-share .sns-icon-list li {
  width: calc((100% - 20px) / 3);
  text-align: center;
  letter-spacing: 0.12em;
}

.sns-share .sns-icon-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.sns-share .sns-icon-list li a:hover {
  opacity: .7;
}

.sns-share .sns-icon-list li img {
  height: 20px;
  width: auto;
  padding-right: 10px;
}

.sns-share .sns-icon-list li.line {
  background-color: #2fc120;
}

.sns-share .sns-icon-list li.facebook {
  background-color: #3d5c96;
}

.sns-share .sns-icon-list li.twitter {
  background-color: #33afe7;
}

@media all and (-ms-high-contrast: none) {
  .sns-share .sns-icon-list li a {
    padding: 10px 0;
  }
  .sns-share .sns-icon-list li img {
    margin-top: 4px;
  }
  .sns-share .sns-icon-list li span {
    padding-top: 6px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .sns-share .sns-icon-list li img {
    padding-right: 0;
  }
  .sns-share .sns-icon-list span {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .sns-share .sns-icon-list li a {
    padding: 10px 0;
  }
}

.single-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 110px;
}

.single-pager .pager__item {
  margin: 0;
}

.single-pager .pager__item .prev_no,
.single-pager .pager__item .next_no {
  display: none;
}

.single-pager .pager__item a {
  height: 32px;
  width: 150px;
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  letter-spacing: 0.3em;
  position: relative;
}

@media screen and (max-width: 355px) {
  .single-pager .pager__item a {
    width: 120px;
  }
}

.single-pager .pager__item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 5px;
  background: url(../img/topics/more-arrow.png) no-repeat center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.single-pager .pager__item a:hover::after {
  background: url(../img/topics/more-arrow-hover.png) no-repeat center/contain;
}

.single-pager .pager__item.pager__item--prev a::after {
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.single-pager .pager__item.pager__item--next a::after {
  right: 10px;
}

@media screen and (max-width: 600px) {
  .single-pager {
    padding-bottom: 70px;
  }
}

.single-archive .common-ttl-wrap {
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .single-archive .common-ttl-wrap {
    margin-bottom: 30px;
  }
}

.single-archive:not(:last-child) {
  margin-bottom: 45px;
}

/* カテゴリー一覧 */
.topics-category {
  padding-top: 12px;
  padding-bottom: 40px;
}

.topics-category .common-ttl-wrap {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .topics-category .common-ttl-wrap {
    margin-bottom: 10px;
  }
}

.topics-category .archive-list {
  margin: 0;
}

.topics-category .archive-list > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topics-category .archive-list > li:not(:last-child) {
  border-bottom: 2px solid #e9e9e9;
}

.topics-category .archive-list > li img {
  min-width: 260px;
  width: 260px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

.topics-category .archive-list > li .archive-meta__time {
  line-height: 1;
  letter-spacing: 0.06em;
}

.topics-category .archive-list > li .archive-text {
//  width: calc(100% - 290px);
  padding-top: 0;
}

.topics-category .archive-list > li .archive-content {
  margin-bottom: 20px;
}

.topics-category .archive-list > li .cat li {
  display: inline-block;
  letter-spacing: 0.12em;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0 20px 8px 0;
}

.topics-category .archive-list > li .cat li::before {
  content: "#";
  color: #e13f1a;
  left: 0;
}

@media screen and (max-width: 600px) {
  .topics-category .archive-list > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topics-category .archive-list > li img {
    width: 180px;
    min-width: 180px;
    margin-right: 10px;
  }
  .topics-category .archive-list > li .archive-text {
    width: auto;
  }
  .topics-category .archive-list > li .cat li {
    margin: 0 10px 5px 0;
  }
}

@media screen and (max-width: 500px) {
  .topics-category .archive-list > li {
    padding: 15px 0;
  }
  .topics-category .archive-list > li img {
    width: 150px;
    min-width: 150px;
  }
  .topics-category .archive-list > li .archive-content {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 420px) {
  .topics-category .archive-list > li img {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
}

.navigation .screen-reader-text {
  display: none;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  line-height: 45px;
  text-align: center;
}

.navigation .nav-links span, .navigation .nav-links a {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #e13f1a;
  margin: 0 5px;
  line-height: 45px;
}

.navigation .nav-links span {
  color: #e13f1a;
}

.navigation .nav-links span.current {
  color: #fff;
  background-color: #e13f1a;
}

.navigation .nav-links a {
  -webkit-transition: all 0s;
  transition: all 0s;
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (max-width: 600px) {
  .navigation .nav-links {
    line-height: 30px;
    font-size: 14px !important;
  }
  .navigation .nav-links span, .navigation .nav-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.page-none {
  line-height: 1.5;
}
