@charset "UTF-8";

a:hover {
  color: #001616;
}

.header-contact-web:hover {
  color: #00a0a0;
}

.footer01 a:hover {
  color: #fff;
}

/*------------------------------------
 .fv
------------------------------------*/
.h1-ttl {
  width: 90%;
  max-width: 1440px;
  font-size: 1.2rem;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: right;
}

.fv {
  width: 100%;
  height: auto;
  padding: 200px 0 80px 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.fv-ttl {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

.fv-ttl>h2 {
  font-size: 1.4rem;
  font-weight: normal;
}

.fv-ttl__sub {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

/*------------------------------------
 .wp adjust
------------------------------------*/
nav>ul {
  padding-left: 0;
}

.container {
  width: 100%;
}

.content {
  margin-top: 0;
}

.content-in {
  padding-top: 80px;
}

.content-in.wrap {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}

.main {
  width: calc(100% - 410px);
}

.article-header {
  width: initial;
  position: initial;
  top: initial;
  left: initial;
  z-index: initial;
}

.footer-in.wrap {
  width: 100%;
}

.footer {
  width: 100vw;
  padding: 0;
  margin: 0 calc(50% - 50vw);
}

.footer-in {
  display: none;
}

.footer-nav>ul {
  padding-left: 0;
}

.copyright {
  margin-top: 0;
}

/*------------------------------------
 .wp adjust2
------------------------------------*/
.main {
  padding-top: 0;
}

.container {
  position: relative;
}

.content-in {
  padding-bottom: 100px;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb {
  position: relative;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
  margin-top: 10px;
}

.entry-card-title {
  font-size: 1.8rem;
}

.related-entry-card-title {
  font-size: 1.4rem;
}

.entry-card-title {
  border-bottom: 1px solid #ccc;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 1.2rem;
  line-height: 1.8;
}

.entry-card-meta,
.related-entry-card-meta {
  position: relative;
  bottom: initial;
  right: initial;
  margin-top: 8px;
}

.article h1 {
  border-bottom: 1px solid #545454;
  padding-bottom: 10px;
  font-size: 2.4rem;
}

.entry-content {
  margin-bottom: 80px;
}

.related-entry-heading {
  font-size: 1.6rem;
}

.related-list p {
  font-size: 1.4rem;
}

.sidebar h2,
.sidebar h3 {
  font-size: 1.4rem;
  background: #F7F7F7;
}

.sidebar h3 {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #232323;
}

.widget_popular_entries h3::after,
.widget_new_entries h3::after,
.widget_archive h3::after,
.widget_categories h3::after {
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ccc;
}

.widget_popular_entries h3::after {
  content: '人気記事';
}

.widget_new_entries h3::after {
  content: '新着記事';
}

.widget_archive h3::after {
  content: 'アーカイブ';
}

.widget_categories h3::after {
  content: 'カテゴリー';
}

.widget-title::after {
  content: 'コンテンツ';
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  color: #ccc;
}

.widget-entry-cards .a-wrap:nth-of-type(n+2),
.cat-item:nth-of-type(n+2),
.widget_archive li:nth-of-type(n+2) {
  border-top: 1px dashed #ccc;
}

.wp-block-search__label {
  display: none;
}

.widget_block ul li a {
  font-size: 1.4rem;
}

.widget-entry-cards .a-wrap {
  width: 100%;
  height: auto;
}

.widget-entry-card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.widget-entry-card-thumb {
  float: initial;
}

.widget-entry-cards figure {
  width: 45%;
  height: auto;
  position: relative;
}

.widget-entry-cards figure::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.widget-entry-cards figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.widget-entry-card-content {
  width: 50%;
  margin-left: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding: 8px 0;
}

.widget-entry-card-date.display-none {
  display: block;
}

.widget-entry-card-post-date.post-date {
  color: #ccc !important;
  font-weight: bold;
}

.widget-entry-card-post-date.post-date {
  display: block;
  font-size: 1rem;
  color: #ccc;
}

.widget-entry-card-title {
  font-size: 1.2rem;
}

.sidebar-link {
  width: 100%;
  height: auto;
}

.sidebar-link a {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar-link a:nth-of-type(n+2) {
  margin-top: 10px;
}

.sidebar-link a>img {
  display: block;
  width: 100%;
  height: auto;
}


#blog_category_list {
  width: 100%;
  height: auto;
  padding-top: 80px;
}

.blog_category_list ul {
  width: 90%;
  height: auto;
  max-width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.blog_category_list ul li:nth-of-type(n+2) {
  margin-left: 10px;
}

.blog_category_list ul li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #0ecc8a;
  color: #fff;
  font-weight: bold;
  border-radius: 50vh;
}

.article h2 {
  font-size: 1.8rem;
  background: #EFF7F4;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-bottom: 20px;
}

.article h3,
.article h4,
.article h5,
.article h6 {
  width: 100%;
  font-size: 1.8rem;
  border: none;
  border-bottom: 3px solid #EFF7F4;
  position: relative;
  padding-left: 10px;
}

.article h3::before,
.article h4::before,
.article h5::before,
.article h6::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 6px;
}

.article h3::after,
.article h4::after,
.article h5::after,
.article h6::after {
  content: '';
  background-color: #94CDB4;
  width: 3em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.article p {
  font-size: 1.6rem;
  text-align: justify;
}

.entry-date {
  font-size: 1.2rem;
}

.entry-categories a {
  color: #fff !important;
}

.toc {
  width: 100%;
}

.post-update {
  display: none;
}

.sns-follow-buttons a {
  width: calc(100%/4);
}

@media screen and (max-width: 1360px) {
  .article h1 {
    width: 100%;
    max-width: initial;
  }
}

@media screen and (max-width: 1255px) {
  .main {
    width: 67.4%;
    padding: 0;
  }
}

@media screen and (max-width:480px) {
  .h1-ttl {
    font-size: 1rem;
  }

  .fv {
    padding: 160px 0 40px 0;
  }

  .fv-ttl__sub {
    font-size: 3rem;
  }

  /*---wp adjust---*/
  main.main,
  div.sidebar {
    padding: 0;
  }

  .content-in.wrap {
    width: 100%;
  }

  .article h1 {
    padding: 0 3px 10px 3px;
    box-sizing: border-box;
    font-size: 2rem;
  }

  .no-sp-snippet .entry-card-snippet {
    display: block;
  }

  .ect-vertical-card.sp-entry-card-1-column .entry-card-wrap:nth-of-type(n+2) {
    margin-top: 20px !important;
  }

  .sns-follow-buttons a {
    width: 49.5%;
  }
}