@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
.editor-style {
  word-wrap: break-word;
}
@media all and (-ms-high-contrast: none) {
  .editor-style {
    word-break: break-all;
  }
}
.editor-style p {
  line-height: 2;
  min-height: 1em;
  /*&:not(:last-child){
  	margin-bottom: 1em;
  }*/
}
@media screen and (max-width: 767px) {
  .editor-style p {
    line-height: 1.8;
  }
}
.editor-style a {
  color: #000;
  text-decoration: underline !important;
}
.editor-style a img {
  transition: 0.3s;
}
.editor-style a:hover {
  text-decoration: none !important;
}
.editor-style a:hover img {
  opacity: 0.8;
}
.editor-style img {
  height: auto;
}
.editor-style h2 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
  margin: 1em auto;
}
.editor-style h2::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.editor-style h3 {
  font-size: min(4.8vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0 0 0 1em;
  border-left: 4px solid #e72f18;
  position: relative;
}
.editor-style h3::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  margin: 0 0 0 -4px;
}
.editor-style strong {
  font-weight: bold;
}
.editor-style em {
  font-style: italic;
}
.editor-style ul {
  margin: 1em 0;
}
.editor-style ul li {
  position: relative;
  padding: 0 0 0 1em;
}
.editor-style ul li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.editor-style ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}
.editor-style ol li {
  padding: 0;
}
.editor-style ol li:not(:last-child) {
  margin-bottom: 0.7em;
}
.editor-style .blocks-gallery-grid, .editor-style .wp-block-gallery {
  margin: 0;
}
.editor-style li.blocks-gallery-item {
  padding-left: 0;
}
.editor-style li.blocks-gallery-item::before {
  display: none;
}

/*==========================================
 TOP
===========================================*/
.blog-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.blog-list .blog-item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}
.blog-list .blog-item a {
  display: block;
  color: #4d4d4d;
  padding: 1.6em 0;
}
@media (hover: hover) {
  .blog-list .blog-item a:hover:hover {
    background: #f5f5f5;
  }
  .blog-list .blog-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
}
.blog-list .blog-item .item-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .blog-list .blog-item .item-row {
    align-items: center;
  }
}
.blog-list .blog-item .item-head {
  width: 28%;
}
@media screen and (min-width: 768px) {
  .blog-list .blog-item .item-head {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-head {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .blog-list .blog-item .item-head .item-cat {
    display: none;
  }
}
.blog-list .blog-item .item-body {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-body {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-body .item-cat {
    display: none;
  }
}
.blog-list .blog-item .item-img {
  overflow: hidden;
}
.blog-list .blog-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.497005988;
  transition: all 0.8s ease;
}
.blog-list .blog-item .item-date {
  font-size: min(2.8vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: 500;
}
.blog-list .blog-item .item-ttl {
  font-size: min(3.6vw, 2rem);
  letter-spacing: 0.06em;
  margin: 0.2em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-ttl {
    -webkit-line-clamp: 4;
  }
}
.blog-list .blog-item .item-writer {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-writer {
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .blog-list .blog-item .item-writer.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item .item-writer.pc {
    display: none;
  }
}
.blog-list .blog-item .item-writer .writer-img {
  min-width: 2.5em;
  width: 2.5em;
}
.blog-list .blog-item .item-writer .writer-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.blog-list .blog-item .item-writer .writer-data {
  width: 100%;
  letter-spacing: 0.06em;
  padding: 0 0 0 0.5em;
}
.blog-list .blog-item .item-writer .writer-job {
  color: #e72f18;
  font-size: min(3vw, 1.2rem);
}
.blog-list .blog-item .item-writer .writer-name {
  font-weight: bold;
  font-size: min(3vw, 1.6rem);
}

.archive-block {
  margin: 120px auto;
  background: url("../img/common/bg-wallW.jpg");
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .archive-block {
    margin: 5em auto;
  }
}
.archive-block .block-ttl {
  text-align: center;
  font-size: min(4vw, 2rem);
  letter-spacing: 0.06em;
  margin-bottom: 2em;
}
.archive-block .block-ttl .ttl-en {
  font-family: "Adobe Arabic", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: min(9vw, 7rem);
  letter-spacing: 0.05em;
  line-height: 0.7;
}
.archive-block .block-ttl .ttl-ja {
  font-weight: 500;
}
.archive-block .archive-year {
  font-size: min(3vw, 1.6rem);
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .archive-block .archive-year {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .archive-block .archive-year::before, .archive-block .archive-year::after {
    content: "";
    width: 25%;
    display: block;
  }
  .archive-block .archive-year::before {
    order: 1;
  }
}
.archive-block .archive-year li {
  display: inline-block;
  border-right: 1px solid #ddd;
}
.archive-block .archive-year li:first-child {
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .archive-block .archive-year li {
    width: 25%;
  }
}
.archive-block .archive-year li a {
  display: block;
  padding: 0.2em 3em;
}
@media screen and (max-width: 767px) {
  .archive-block .archive-year li a {
    padding: 0.2em 0;
  }
}
.archive-block .archive-year li a span {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
}
.archive-block .archive-year li a.current {
  color: #e72f18;
}
.archive-block .archive-year li a.current span {
  border-color: #e72f18;
}
@media (hover: hover) {
  .archive-block .archive-year li a:hover:hover {
    color: #e72f18;
  }
  .archive-block .archive-year li a:hover:hover span {
    border-color: #e72f18;
  }
}
.archive-block .archive-month {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  font-size: min(2.5vw, 1.2rem);
}
.archive-block .archive-month li {
  width: 15.3333333333%;
}
.archive-block .archive-month li:nth-of-type(n+7) {
  margin-top: 1.5%;
}
@media screen and (max-width: 767px) {
  .archive-block .archive-month li {
    width: 30.6666666667%;
  }
  .archive-block .archive-month li:nth-of-type(n+4) {
    margin-top: 4%;
  }
}
.archive-block .archive-month li a {
  display: block;
  border: 1px solid #000;
  background: #fff;
  padding: 0.2em 0;
}
.archive-block .archive-month li a.current {
  border-color: #e72f18;
  background: #e72f18;
  color: #fff;
}
@media (hover: hover) {
  .archive-block .archive-month li a:hover:hover {
    border-color: #e72f18;
    background: #e72f18;
    color: #fff;
  }
}
.archive-block .archive-month li .num {
  font-size: min(3.3vw, 1.6rem);
}

.blog-archive .blog-body {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .blog-archive .blog-body {
    padding: 2em 0 0;
  }
}
.blog-archive .btn-grdG {
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .blog-archive .btn-grdG {
    margin: 4em auto 0;
  }
}

/*==========================================
 SINGLE
===========================================*/
.blog-single .blog-article {
  margin: 5em auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article {
    margin: 120px auto 0;
    display: flex;
    justify-content: space-between;
  }
}
.blog-single .blog-article .article-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article .article-main {
    padding: 0 25px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .blog-single .blog-article .article-main {
    padding: 0 100px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article .article-side {
    min-width: 200px;
    width: 200px;
  }
}
.blog-single .blog-article .article-date {
  color: #555;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: min(4vw, 1.5rem);
}
.blog-single .blog-article .article-ttl {
  font-weight: bold;
  font-size: min(6vw, 3.2rem);
  border-bottom: 1px solid #d9d9d9;
}
.blog-single .blog-article .article-writer {
  border: 2px solid #9b9b9b;
  padding: 1.5em;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article .article-writer {
    position: sticky;
    top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .blog-article .article-writer {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .blog-single .blog-article .article-writer {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .blog-article .article-writer .writer-head {
    min-width: 7em;
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .blog-article .article-writer .writer-body {
    width: 100%;
    padding: 0 0 0 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.blog-single .blog-article .article-writer .writer-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.blog-single .blog-article .article-writer .writer-data {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article .article-writer .writer-data {
    margin: 1em 0 2em;
  }
}
.blog-single .blog-article .article-writer .writer-job {
  color: #e72f18;
  font-size: min(2.8vw, 1.4rem);
}
.blog-single .blog-article .article-writer .writer-nameJa {
  font-weight: bold;
  font-size: min(4vw, 1.8rem);
}
.blog-single .blog-article .article-writer .writer-nameEn {
  font-family: "Adobe Arabic", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  color: #9b9b9b;
  font-size: min(3.4vw, 1.6rem);
}
.blog-single .blog-article .article-writer .writer-staff {
  font-size: min(3vw, 1.2rem);
}
@media screen and (min-width: 768px) {
  .blog-single .blog-article .article-writer .writer-staff {
    text-align: center;
  }
}
.blog-single .blog-article .article-writer .writer-staff a {
  border-bottom: 2px solid #000;
}
@media (hover: hover) {
  .blog-single .blog-article .article-writer .writer-staff a:hover:hover {
    color: #e72f18;
    border-color: #e72f18;
  }
}
@media screen and (min-width: 768px) {
  .blog-single .other-block .other-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .blog-single .other-block .other-list::after {
    content: "";
    display: block;
    width: 30.6666666667%;
    max-width: 340px;
  }
}
@media screen and (min-width: 768px) {
  .blog-single .other-block .other-list .blog-item {
    width: 30.6666666667%;
    max-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
}
.blog-single .other-block .other-list .blog-item a {
  display: block;
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item a {
    padding: 1em 0;
  }
}
@media (hover: hover) {
  .blog-single .other-block .other-list .blog-item a:hover:hover .item-img img {
    transform: scale(1.1, 1.1);
  }
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item .item-row {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item .item-head {
    width: 50%;
  }
}
.blog-single .other-block .other-list .blog-item .item-body {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item .item-body {
    margin-top: 0;
    width: 48%;
  }
}
.blog-single .other-block .other-list .blog-item .item-img {
  overflow: hidden;
}
.blog-single .other-block .other-list .blog-item .item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1.4977973568;
  transition: all 0.8s ease;
}
.blog-single .other-block .other-list .blog-item .item-date {
  font-size: min(2.8vw, 1.5rem);
  letter-spacing: 0.06em;
  font-weight: 500;
}
.blog-single .other-block .other-list .blog-item .item-ttl {
  font-size: min(3.6vw, 2rem);
  letter-spacing: 0.06em;
  margin: 0.2em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item .item-ttl {
    -webkit-line-clamp: 4;
  }
}
.blog-single .other-block .other-list .blog-item .item-writer {
  display: flex;
  align-items: center;
  margin-top: 1em;
}
.blog-single .other-block .other-list .blog-item .writer-img {
  min-width: 2.5em;
  width: 2.5em;
}
@media screen and (min-width: 768px) {
  .blog-single .other-block .other-list .blog-item .writer-img {
    min-width: 3em;
    width: 3em;
  }
}
.blog-single .other-block .other-list .blog-item .writer-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1;
}
.blog-single .other-block .other-list .blog-item .writer-data {
  width: 100%;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 0 0 0 0.8em;
}
.blog-single .other-block .other-list .blog-item .writer-job {
  color: #e72f18;
  font-size: min(3vw, 1.2rem);
}
.blog-single .other-block .other-list .blog-item .writer-name {
  font-size: min(3vw, 1.8rem);
}
.blog-single .other-block .other-list .blog-item .writer-name span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .blog-single .other-block .other-list .blog-item .writer-name span {
    display: block;
  }
}
.blog-single .other-block .other-list .blog-item .writer-name .ja {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .blog-single .other-block .other-list .blog-item .writer-name .ja::after {
    content: "|";
    margin: 0 1em;
  }
}
@media screen and (min-width: 768px) {
  .blog-single .other-block .other-list .blog-item .writer-name .en {
    font-size: min(3vw, 1.2rem);
    color: #9b9b9b;
  }
}/*# sourceMappingURL=blog.css.map */