/* pankuz */
.pankuz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #202020;
  font-weight: 400;
  margin-top: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .pankuz {
    margin-top: 1rem;
    max-width: 900px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.pankuz .current-item {
  position: relative;
  padding-left: 2.40625rem;
  color: #C10D14;
  margin-right: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
}

.pankuz .current-item::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1px;
  background: #C10D14;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.pankuz span a {
  text-decoration: none;
  color: #C10D14;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
}

.pankuz span:nth-child(n+2) a {
  padding-left: 2.40625rem;
  position: relative;
}

.pankuz span:nth-child(n+2) a::before {
  content: "";
  position: absolute;
  width: 1.875rem;
  height: 1px;
  background: #C10D14;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.pankuz span:not(:last-child) {
  margin-right: 10px;
}

.pankuz__arrow {
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
}

.single-post-css {
  display: none;
}

/* single-page */
.single {
  color: #000;
  padding: 1.2rem 20px 5rem;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .single {
    max-width: 900px;
    padding-top: 1.75rem;
    padding: 1.75rem 25px 5rem;
  }
}

.single__title {
  font-size: 1.325rem;
  border-bottom: 1px solid #3B3B3B;
  line-height: 1.5;
  letter-spacing: .08em;
  padding-bottom: 1.4375rem;
}
@media screen and (min-width: 780px) {
  .single__title {
    font-size: 1.625rem;
    padding-bottom: 1.9375rem;
  }
}

.single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.875rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 780px) {
  .single__label {
    margin-bottom: 1.5rem;
  }
}

.single__category-link {
  display: inline-block;
  width: 4.6875rem;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border-radius: 80px;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__category-link {
    width: 6.5rem;
    font-size: 0.75rem;
    height: 1.8125rem;
    line-height: 1.8125rem;
  }
}

.single__time {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__time {
    margin-left: 1.25rem;
  }
}

.single__time span {
  position: relative;
  padding-left: 0.9375rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #8F8F8F;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__time span {
    font-size: 0.9375rem;
    padding-left: 1.25rem;
  }
}

.single__time span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_time.svg) no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single__name {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 780px) {
  .single__name {
    margin-left: 1.25rem;
  }
}

.single__name span {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 780px) {
  .single__name span {
    font-size: 0.875rem;
    padding-left: 1.25rem;
  }
}

.single__name span::before {
  position: absolute;
  content: "";
  background: url(../img/icon_name.svg) no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single__image {
  margin-top: 2.5rem;
}
@media screen and (min-width: 780px) {
  .single__image {
    margin-top: 5.4375rem;
  }
}

.single__text {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__text {
    font-size: 0.9375rem;
    margin-top: 3.125rem;
  }
}

.single__content h2 {
  background: #F4F4F4;
  border-left: 4px solid #D94B51;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 2.0526315789;
  letter-spacing: 0.08em;
  padding: 0.5rem 0.9375rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__content h2 {
    padding: 0.625rem 1.5rem;
    font-size: 1.1875rem;
    margin-top: 3.125rem;
  }
}

.single__content h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.2352941176;
  letter-spacing: 0.08em;
  border-left: 4px solid #989898;
  margin-top: 1rem;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 780px) {
  .single__content h3 {
    font-size: 1.0625rem;
  }
}

.single__content p {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 780px) {
  .single__content p {
    font-size: 0.9375rem;
    margin-top: 10px;
  }
}

.single__content figure {
  width: 100%;
  margin-top: 1.875rem;
}
@media screen and (min-width: 780px) {
  .single__content figure {
    margin-top: 3.125rem;
  }
}

.single__content figure img {
  object-fit: cover;
}

.single__btn {
  margin-top: 3.575rem;
  text-align: center;
}

.wp-block-quote {
  background: #F4F4F4;
  margin: 2rem 0 0;
  padding: 57px 16px 45px;
  position: relative;
}

.wp-block-quote::after {
  content: "“";
  font-size: 1000%;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: rgb(255, 255, 255);
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
}

.wp-block-quote p {
  margin-top: initial;
  margin-bottom: 20px;
}

cite {
  font-size: .875rem;
}

cite a {
  position: relative;
  padding-left: 3.5rem;
}
@media screen and (min-width: 780px) {
  cite a {
    padding-left: 3.5rem;
  }
}

cite a::before {
  position: absolute;
  content: '引用元：';
  left: 0;
  top: 0;
  color: #000;
  pointer-events: none;
}

.wp-block-post-author {
  align-items: center;
  border: 1px solid #D6D6D6;
  padding: 1.625rem;
  margin-top: 2rem;
  flex-wrap: nowrap;
  text-align: center;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author {
    display: flex;
    padding: 2.625rem;
    text-align: left;
  }
}

.wp-block-post-author__avatar {
  width: 5.75rem;
  max-width: 100%;
  margin: 0 auto;
}

.wp-block-post-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__avatar {
    margin-right: 3.125rem;
    margin-left: 0;
  }
}

.wp-block-post-author__avatar::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 7.375rem;
  background: #EDECED;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.wp-block-post-author__content {
  width: 35rem;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 780px) {
  .wp-block-post-author__content {
    padding-left: 2.75rem;
  }

  .wp-block-post-author__content::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 7.375rem;
    background: #EDECED;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}


.wp-block-post-author__name {
  margin-top: initial !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
}


/* 著者のボックス */
.saboxplugin-gravatar {
  position: relative;
}
@media screen and (min-width: 780px) {
  .saboxplugin-gravatar {
    position: relative;
    padding:  20px 40px 20px 20px !important;
    margin-right: 40px;
  }
}

@media screen and (min-width: 780px) {
  .saboxplugin-gravatar::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 7.375rem;
    background: #EDECED;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.sab-profile-edit,
.sab-edit-settings {
  display: none;
}

.saboxplugin-wrap .saboxplugin-authorname a, .saboxplugin-wrap .saboxplugin-authorname span {
  font-weight: 700;
}
/* 著者のボックス */



/* same-category */
.same-category {
  padding-bottom: 2.5rem;
  padding-right: 20px;
  padding-left: 20px;
  color: #000;
  margin-inline: auto;
}
@media screen and (min-width: 780px) {
  .same-category {
    max-width: 900px;
    padding-bottom: 4.375rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.same-category__inner {
  position: relative;
}

.same-category__inner::after {
  position: absolute;
  /* content: "same"; */
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: -3.125rem;
  right: -17.8125rem;
}

.same-category__inner::before {
  position: absolute;
  /* content: "category"; */
  text-transform: uppercase;
  font-size: 5.875rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.15;
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: -3.125rem;
  right: -11.5625rem;
}

.same-categoty__content {
  padding: .58125rem 0.84375rem .51875rem;
}

@media screen and (min-width: 780px) {
  .same-categoty__content {
    padding: 1.48125rem 0.84375rem 1.48125rem;
  }
}

/* 目次 */

.toc_white {
  border: 1px solid #D6D6D6;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  margin-top: 3.75rem;
}
@media screen and (min-width: 780px) {
  .toc_white {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.toc_white::before {
  position: absolute;
  content: '';
  width: 100%;
  background: #C10C15;
  height: 5px;
  top: 0;
  left: 0;
}

.toc_title {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 2.167 !important;
  letter-spacing: .08em !important;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
  margin-top: initial !important;
}

.toc_toggle {
  display: none;
}

.toc_list {
  margin-top: 1rem;
  width: 46.875rem;
  max-width: 100%;
  margin-inline: auto;
  padding: 0;
}
@media screen and (min-width: 780px) {
  .toc-list {
    margin-top: 2rem;
  }
}

.toc_list > li {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 1rem;
  list-style: none;
}

.toc_list > li a {
  text-decoration: none;
}

@media screen and (min-width: 780px) {
  .toc-list > li {
    padding-bottom: 1.3125rem;
  }
}

.toc_list ul {
  margin-left: 1.25rem;
  margin-top: 1rem;
  padding: 0;
}

.toc_list ul li {
  list-style: none;
}

.toc_list > li:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (min-width: 780px) {
  .toc_list > li:nth-child(n+2) {
  margin-top: 1.3125rem;
}
}

.toc_list a {
  font-size: 0.8125rem;
  color: #000;
}

.toc_number {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-family: "Manrope", sans-serif;
  padding-right: 1.25rem;
}

/*-------------------------
  ブログカード
-------------------------*/
.wp-block-table td, .wp-block-table th {
  border: none;
}
.blog-card {
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px #ddd;
  display: block;
  padding: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
  margin-inline: auto;
  margin-top: 1.5rem;
}
@media screen and (min-width: 780px) {
  .blog-card {
    height: 13.75rem;
    width: 80%;
    padding-bottom: 0;
  }
}
.blog-card::before {
background-color: #505050;
border: solid 1px #939393;
color: #FFF;
content: '合わせて読みたい';
font-size: 12px;
display: block;
padding: 4px 20px;
position: absolute;
top: -13px;
left: 25px;
}
.blog-card::after {
border: solid 1px #939393;
color: #939393;
content: '続きを読む';
font-size: 14px;
display: block;
padding: 5px 20px;
position: absolute;
bottom: 10px;
right: 20px;
}
.blog-card:hover {
box-shadow: none;
opacity: .8;
}
.blog-card a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
text-decoration: none;
}
.blog-card-title {
font-size: 18px;
font-weight: 600;
color: #428bca;
padding-bottom: 5px;
}
.blog-card-thumbnail {
flex: 1;
margin-right: 15px;
padding-top: 5px;
}
.blog-card-thumbnail img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 780px) {
  .blog-card-thumbnail {
    height: 10rem;
  }
  .blog-card-thumbnail img {
    height: inherit;
  }
}
.blog-card-content {
flex: 2.5;
}
.blog-card-excerpt {
color: #a4a4a4;
font-size: 13px;
padding-bottom: 15px;
}
@media screen and (min-width: 1150px) {
  .blog-card-excerpt {
    border-bottom: dashed 1px #a4a4a4;
  }
}
.blog-card-site {
color: #b2b2b2;
font-size: 11px;
padding-left: 5px;
}
.blog-card-site img {
  margin-right: 5px;
  vertical-align: bottom;
  width: 20px;
}
@media (max-width: 980px) {
  .blog-card-excerpt {
    border: none;
  }
}
@media (max-width: 640px) {
  a.blog-card {
    padding: 10px 10px 20px 10px;
  }
  a.blog-card::before {
    font-size: 11px;
    padding: 2.5px 8px;
    top: -15px;
    left: 10px;
  }
  a.blog-card::after {
    font-size: 12px;
    padding: 2px 13px;
    right: 10px;
  }
  .blog-card-thumbnail {
    margin-right: 10px;
    padding-top: 10px;
  }
  .blog-card-title {
    font-size: 14px;
  }
  .blog-card-excerpt {
    display: none;
  }
}

.top-blog__items {
  padding: 0;
  display: grid;
  row-gap: 1.25rem;
}

@media screen and (min-width: 780px) {
  .top-blog__items {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.25rem;
  }
}

.top-blog__items li {
  list-style: none;
}

.top-blog__item {
  background-color: #F5F5F5;
}

.top-blog__item a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}

.top-blog__image {
  margin: 0;
}

.top-blog__image img {
  width: 100%;
  vertical-align: bottom;
}

.top-blog__title {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.top-blog__text {
  font-size: 0.75rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin: 0.625rem 0 0;
}

.section__title-en span {
  padding-left: 3.4375rem;
  position: relative;
  font-size: 0.625rem;
  line-height: 1.2;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-transform: uppercase;
}

.section__title-en-black span::before {
  content: "";
  position: absolute;
  width: 2.8125rem;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #000;
}

.section__title-jp {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.65625rem;
  position: relative;
  width: 25rem;
  max-width: 100%;
}

.btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 220px;
  font-size: 16px;
  border-radius: 999px;
  border: 1.5px solid #333;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 8px;
  letter-spacing: .05em;
  transition: color .3s ease-out, background-color .3s ease-out;
  margin-inline: auto;
  text-decoration: none;
}

.btn__link:hover {
  background-color: #fff;
  color: #333;
}

@media screen and (min-width: 780px) {
  .section__title-en span {
    padding-left: 5.3125rem;
  }

  .section__title-en-black span::before {
    width: 4.6875rem;
  }

  .section__title-jp {
    margin-top: 1.46875rem;
    font-size: 2.25rem;
  }

  .btn__link {
    font-size: 18px;
    max-width: 300px;
    padding: 12px 0;
  }
}