@charset "UTF-8";

.global-nav__logo {
  display: flex;
}

.global-nav__logo-cp {
  display: block;
  width: auto;
  height: 36px;
  flex-shrink: 0;
  margin-left: 20px;
  margin-top: 5px;
}

.global-nav__logo-cp>a,
.global-nav__logo-cp>a>img {
  display: block;
  height: 100%;
  width: auto;
}

.navigation {
  white-space: nowrap;
}

.nav-insta>a {
  width: auto;
}

.nav-insta>a>img {
  width: 22px;
}

/*---h1調整---*/
#heading {
  top: 10px;
}

.header01-title {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  box-sizing: border-box;
}

.header01-title>br {
  display: none;
}

/*---余白調整---*/
nav>ul,
.navigation>nav>ul,
.navi__menuSub>ul,
#mobile-nav>ul,
.footer-nav__bottom>ul {
  padding-left: 0;
}

/*---container調整---*/
.container {
  width: initial;
  max-width: initial;
}

/*---contact調整---*/
.contact {
  padding: 100px 0;
}

/*----------------------------------------------------
  fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  margin-top: 80px;
}

.fv::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 20%;
}

.fv__inner {
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fdf6eb;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fv__ttl {
  width: 100%;
}

.fv__ttl>h2 {
  width: auto;
  margin: 0 auto 20px auto;
}

.fv__ttl>h2>picture,
.fv__ttl>h2>picture img,
.fv__ttl>h2>img {
  width: auto;
  height: 80px;
  margin: 0 auto;
}

.fv__ttl-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fv__ttl-tab>span {
  background: #F5A613;
  color: #fff;
  font-weight: 700;
  padding: 0 14px;
  border-radius: 50vh;
  font-size: 1.6rem;
}

.fv__ttl-tab-administration {
  background: #91C3A1 !important;
}

.fv__ttl-tab-cp {
  background: #B4D3E9 !important;
}

.fv__ttl-tab-personal {
  background: #CFA9D1 !important;
}

.fv__ttl-tab>span:not(:last-of-type) {
  margin-right: 10px;
}

.fv-deco {
  width: 17.5%;
  position: absolute;
  top: 40%;
  right: -7.5%;
  z-index: 2;
}

.fv-bg--left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}

.fv-bg--right {
  position: absolute;
  right: 20px;
  top: 0;
  width: 40%;
}

.fv-bg--right>img {
  border-radius: 0 20px 0 0;
}

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

.container {
  position: relative;
}

.content {
  margin-top: 0;
  padding-top: 100px;
}

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

.content-in.wrap {
  width: 95%;
  max-width: 1280px;
  justify-content: space-between;
}

.main {
  width: 65%;
  padding: 0 0 30px 0;
}

.sidebar {
  width: 31.5%;
  box-sizing: border-box;
}

.ect-vertical-card {
  justify-content: space-between;
}

.entry-card-wrap {
  padding: 0;
  border: none !important;
}

.a-wrap:hover {
  background-color: initial;
  transition: none;
  color: initial;
}

.ect-vertical-card .entry-card-wrap {
  width: 48%;
}

.ect-vertical-card .entry-card-wrap:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 30px;
}

.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 {
  width: 95%;
  margin: 10px auto 0 auto;
}

.entry-card-title,
.related-entry-card-title {
  font-size: 1.6rem;
  color: #8E8673;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}

.entry-card-snippet {
  display: none;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #8E8673;
}

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

.article h1 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-left: 30px;
}

.article h1::before {
  display: block;
  content: '';
  width: 6px;
  height: 100%;
  margin-right: 5px;
  background: linear-gradient(to bottom, #EFF21B 0%, #EFF21B 50%, #F2A71B 50%, #F2A71B 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

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

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

/*---sidebar------------------------------------*/

.sidebar h2,
.sidebar h3 {
  font-size: 1.4rem;
  background: linear-gradient(45deg, #F2F1EF, #EFF2F0);
  /*---背景色 変更部分---*/
}

.sidebar h3 {
  font-size: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8E8673;
  font-weight: 700;
  font-style: normal;
  /*---タイトル色 変更部分---*/
}

.widget_popular_entries h3::after,
.widget_new_entries h3::after,
.widget_archive h3::after,
.widget_categories h3::after {
  display: inline;
  font-size: 1.2rem;
  opacity: .7;
  color: #8E8673;
  /*---フォント指定 変更部分---*/
}

.widget_popular_entries h3::after {
  content: 'POPULAR';
}

.widget_new_entries h3::after {
  content: 'NEW POST';
}

.widget_archive h3::after {
  content: 'ARCHIVE';
}

.widget_categories h3::after {
  content: 'CATEGORY';
}

.widget-title::after {
  content: 'コンテンツ';
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
  color: #fff;
  /*---フォント色変更部分---*/
}

.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_block ul li a {
  font-size: 1.4rem;
  color: #5A5247;
}

.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: flex-end;
  padding: 8px 0;
}

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

.widget-entry-card-post-date.post-date {
  color: #5A5247;
  opacity: .7;
  /*---時間 色変更部分---*/
  font-weight: 500;
}

.widget-entry-card-post-date.post-date {
  display: block;
  font-size: 1.2rem;
  color: #5A5247;
  opacity: .7;
  /*---時間 色変更部分---*/
}

.widget-entry-card-title {
  color: #5A5247;
  font-size: 1.4rem;
}

.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: #9C6926;
  color: #fff;
  font-weight: 500;
  border-radius: 50vh;
}

.article h2 {
  font-size: 1.8rem;
  background: #F7F7F7;
  /*---記事の見出し色変更部分---*/
}

.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 #F9F9F9;
  /*---記事の見出しの罫線色変更部分---*/
  position: relative;
  padding-left: 10px;
}

.article h3::before,
.article h4::before,
.article h5::before,
.article h6::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  margin-right: 6px;
}

.article h3::after,
.article h4::after,
.article h5::after,
.article h6::after {
  content: '';
  background: #F9D99D;
  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.4rem;
}

.ect-vertical-card .entry-card-wrap .post-date {
  margin-right: auto;
  color: #8E8673;
  opacity: .7;
}

.ect-vertical-card .entry-card-wrap .post-date .fa {
  display: none;
}

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

.toc {
  width: 100%;
}

.post-update {
  display: none;
}

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

.copyright {
  margin-top: 0;
}


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

@media screen and (max-width:1024px) {
  .fv::before {
    padding-top: 30%;
  }
}

@media screen and (max-width:896px) {
  .fv::before {
    padding-top: 40%;
  }
}

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

@media screen and (max-width:680px) {
  .fv::before {
    padding-top: 55%;
  }
}

@media screen and (max-width:480px) {
  .global-nav__logo-cp {
    height: 30px;
    margin-left: 15px;
    margin-top: 3px;
  }

  /*---heading---*/
  #heading {
    position: absolute;
    z-index: 3;
    pointer-events: none;
  }

  .header01-title {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 90%;
    height: auto;
    transform: translate(-50%, 0) scale(.9);
    transform-origin: right;
    margin-top: auto;
    color: #b8b4b0;
    line-height: 1.8;
  }

  .header01-title>br {
    display: block;
  }

  /*---fv---*/
  .fv {
    margin-top: 60px;
  }

  .fv::before {
    padding-top: 75%;
  }

  .fv__inner {
    width: calc(100% - 20px);
  }

  .fv__ttl>h2 {
    margin-bottom: 14px;
  }

  .fv__ttl>h2>picture,
  .fv__ttl>h2>picture img,
  .fv__ttl>h2>img {
    height: 48px;
  }

  .fv__ttl-tab>span {
    font-size: 1.2rem;
    padding: 0 8px;
  }

  .fv__ttl-tab>span:not(:last-of-type) {
    margin-right: 5px;
  }

  .fv-deco {
    width: 30%;
    top: 50%;
    right: -12.5%;
  }

  .fv-bg--left {
    width: 60%;
  }

  .fv-bg--right {
    width: 55%;
    right: 14px;
  }

  /*---WP調整---*/
  .content {
    padding-top: 80px;
  }

  .content-in {
    padding: 0 0 50px 0;
  }

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

  main.main,
  div.sidebar {
    padding: 0;
  }

  .ect-vertical-card .entry-card-wrap {
    width: 100%;
  }

  .ect-vertical-card .entry-card-wrap:nth-child(2) {
    margin-top: 30px;
  }

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

  .article h1 {
    font-size: 2rem;
    padding-left: 20px;
    line-height: 1.8;
  }

  .related-entry-card-snippet {
    display: none;
  }

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