@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
変数 fonts.scss
===========================================*/
/*===================================
userSS 追加
=====================================*/
/*==========================================
#header
===========================================*/
#header.fixed {
  position: absolute;
}
#header.fixed .header_inner {
  height: clamp(50px, 9vw, 90px);
}
@media screen and (min-width: 961px) {
  #header.fixed .header-logo-block {
    width: auto;
    max-width: none;
  }
}

/*==========================================
archive
===========================================*/
.archive-blog .cts-ttl-en {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(5rem, 5.2083333333vw, 10rem);
  line-height: 0.9;
  font-weight: 800;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .archive-blog .cts-ttl-en {
    font-size: clamp(4rem, 5.2083333333vw, 5rem);
  }
}
.archive-blog .cts-ttl-en .txtB {
  display: block;
}
.archive-blog .cts-ttl-ja {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.1em;
  font-weight: normal;
}
@media screen and (max-width: 960px) {
  .archive-blog .cts-ttl-ja {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.archive-blog .blog-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-wrap {
    display: block;
  }
}
.archive-blog .blog-sidebar {
  width: 22%;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-sidebar {
    width: 100%;
    position: static;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-sidebar .cate-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-sidebar .cate-list li {
    width: 48%;
  }
}
.archive-blog .blog-sidebar .cate-list li .cate-link {
  display: block;
  padding: 0.5em 0;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  color: #000;
  transition: 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-sidebar .cate-list li .cate-link {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
    padding: 0.8em 0;
  }
}
.archive-blog .blog-sidebar .cate-list li .cate-link.is-active {
  color: #FF4E00;
  font-weight: 600;
}
.archive-blog .blog-sidebar .cate-list li .cate-link.is-active::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #FF4E00;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}
@media (hover: hover) {
  .archive-blog .blog-sidebar .cate-list li .cate-link:hover {
    opacity: 0.6;
    padding-left: 5px;
  }
}
.archive-blog .blog-main {
  width: calc(100% - clamp(24rem, 15.625vw, 30rem));
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-main {
    width: 100%;
  }
}
.archive-blog .blog-main .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4rem, 3.125vw, 6rem) clamp(2rem, 1.5625vw, 3rem);
}
@media screen and (max-width: 768px) {
  .archive-blog .blog-main .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive-blog .blog-main .blog-item.basic a {
  display: block;
  color: #000;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .archive-blog .blog-main .blog-item.basic a:hover .item-img img {
    transform: scale(1.05);
  }
}
.archive-blog .blog-main .blog-item.basic .item-img {
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
}
.archive-blog .blog-main .blog-item.basic .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.archive-blog .blog-main .blog-item.basic .item-hoverGrd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.archive-blog .blog-main .blog-item.basic .item-writer {
  position: absolute;
  bottom: 1.2em;
  left: 1.2em;
  z-index: 3;
  width: clamp(40px, 5vw, 50px);
  height: clamp(40px, 5vw, 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive-blog .blog-main .blog-item.basic .item-writer {
    left: 0.5em;
  }
}
.archive-blog .blog-main .blog-item.basic .item-writer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-blog .blog-main .blog-item.basic .item-disc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.2em 1.2em 5em;
  text-align: right;
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .archive-blog .blog-main .blog-item.basic .item-disc {
    padding: 0 1em 1.2em 3.5em;
  }
}
.archive-blog .blog-main .blog-item.basic .item-disc .item-ttl {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-main .blog-item.basic .item-disc .item-ttl {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .archive-blog .blog-main .blog-item.basic .item-disc .item-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
}
.archive-blog .blog-main .blog-item.basic .item-disc .item-status {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.1rem, 0.625vw, 1.2rem);
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .archive-blog .blog-main .blog-item.basic .item-disc .item-status {
    font-size: clamp(1.1rem, 1.25vw, 1.2rem);
  }
}

/*==========================================
single
===========================================*/
.single-blog .flex-side {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .single-blog .flex-side {
    display: block;
  }
}
.single-blog .left-side {
  width: 20%;
}
@media screen and (max-width: 960px) {
  .single-blog .left-side {
    width: 100%;
  }
}
.single-blog .left-side .blog-head .page-ttlRgl {
  writing-mode: vertical-rl;
  display: block;
  position: relative;
  padding-bottom: clamp(13rem, 7.5520833333vw, 14.5rem);
}
@media screen and (max-width: 960px) {
  .single-blog .left-side .blog-head .page-ttlRgl {
    writing-mode: horizontal-tb;
    padding-bottom: 0;
  }
}
.single-blog .left-side .blog-head .cts-ttl-en {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(5rem, 5.2083333333vw, 10rem);
  line-height: 0.9;
  font-weight: 800;
  text-orientation: mixed;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .single-blog .left-side .blog-head .cts-ttl-en {
    font-size: clamp(4rem, 5.2083333333vw, 5rem);
    margin-bottom: 10px;
    white-space: normal;
  }
}
.single-blog .left-side .blog-head .cts-ttl-en .txtB {
  display: block;
}
.single-blog .left-side .blog-head .cts-ttl-ja {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  letter-spacing: 0.1em;
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .single-blog .left-side .blog-head .cts-ttl-ja {
    position: static;
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.single-blog .right-side {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side {
    width: 100%;
  }
}
.single-blog .right-side .blog-article .article-header {
  margin-bottom: clamp(6rem, 4.1666666667vw, 8rem);
}
.single-blog .right-side .blog-article .article-header .article-tag {
  color: #FF4E00;
  font-size: clamp(1.2rem, 0.7291666667vw, 1.4rem);
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .article-header .article-tag {
    font-size: clamp(1.2rem, 1.4583333333vw, 1.4rem);
  }
}
.single-blog .right-side .blog-article .article-header .article-ttl {
  font-size: clamp(2rem, 1.5625vw, 3rem);
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .article-header .article-ttl {
    font-size: clamp(2rem, 3.125vw, 3rem);
  }
}
.single-blog .right-side .blog-article .article-header .article-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.single-blog .right-side .blog-article .article-header .article-meta .item-writer {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.single-blog .right-side .blog-article .article-header .article-meta .item-writer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog .right-side .blog-article .article-header .article-meta .item-date {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.1rem, 0.625vw, 1.2rem);
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .article-header .article-meta .item-date {
    font-size: clamp(1.1rem, 1.25vw, 1.2rem);
  }
}
.single-blog .right-side .blog-article .editor-style {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  color: #000;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .editor-style {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.single-blog .right-side .blog-article .editor-style p {
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
  color: #000;
  margin-bottom: 2em;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .editor-style p {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
.single-blog .right-side .blog-article .editor-style h2 {
  background: #000;
  color: #fff;
  font-size: clamp(2rem, 1.3541666667vw, 2.6rem);
  font-weight: 400;
  padding: 0.5em 0.6em;
  margin: 2em 0 1.5em;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .editor-style h2 {
    font-size: clamp(2rem, 2.7083333333vw, 2.6rem);
  }
}
.single-blog .right-side .blog-article .editor-style h2::after {
  content: none;
}
.single-blog .right-side .blog-article .editor-style h3 {
  font-size: clamp(1.8rem, 1.25vw, 2.4rem);
  font-weight: 400;
  color: #000;
  padding: 0 0 0.5em;
  margin: 2em 0 1.5em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .editor-style h3 {
    font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  }
}
.single-blog .right-side .blog-article .editor-style h3::after {
  content: "";
  width: 130px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: none;
}
.single-blog .right-side .blog-article .editor-style h4 {
  font-size: clamp(1.6rem, 1.0416666667vw, 2rem);
  font-weight: 400;
  color: #000;
  padding-left: 0.8em;
  margin: 2em 0 1.5em;
  line-height: 1.4;
  border-left: 3px solid #FF4E00;
}
@media screen and (max-width: 960px) {
  .single-blog .right-side .blog-article .editor-style h4 {
    font-size: clamp(1.6rem, 2.0833333333vw, 2rem);
  }
}
.single-blog .sec-other-blog {
  margin-top: clamp(8rem, 6.25vw, 12rem);
}
.single-blog .sec-other-blog .other-news-ttl {
  font-size: clamp(2.4rem, 1.5625vw, 3rem);
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.single-blog .sec-other-blog .other-news-ttl::before {
  content: "";
  display: block;
  width: 138px;
  height: 1px;
  background: #000;
  margin-bottom: 20px;
}
.single-blog .sec-other-blog .blog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(4rem, 3.125vw, 6rem) clamp(3rem, 2.6041666667vw, 5rem);
}
@media screen and (max-width: 768px) {
  .single-blog .sec-other-blog .blog-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.single-blog .sec-other-blog .blog-item.basic a {
  display: block;
  color: #000;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .single-blog .sec-other-blog .blog-item.basic a:hover .item-img img {
    transform: scale(1.05);
  }
}
.single-blog .sec-other-blog .blog-item.basic .item-img {
  overflow: hidden;
  aspect-ratio: 3/4;
  position: relative;
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-item.basic .item-img {
    aspect-ratio: 16/9;
  }
}
.single-blog .sec-other-blog .blog-item.basic .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.single-blog .sec-other-blog .blog-item.basic .item-hoverGrd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.single-blog .sec-other-blog .blog-item.basic .item-writer {
  position: absolute;
  bottom: 1.2em;
  left: 1.2em;
  z-index: 3;
  width: clamp(40px, 5vw, 50px);
  height: clamp(40px, 5vw, 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .single-blog .sec-other-blog .blog-item.basic .item-writer {
    left: 0.5em;
  }
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-item.basic .item-writer {
    width: 35px;
    height: 35px;
    bottom: 1em;
    left: 1em;
  }
}
.single-blog .sec-other-blog .blog-item.basic .item-writer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-blog .sec-other-blog .blog-item.basic .item-disc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.2em 1.2em 5em;
  text-align: right;
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc {
    padding: 0 1em 1.2em 3.5em;
  }
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc {
    padding: 0 1em 1em 60px;
  }
}
.single-blog .sec-other-blog .blog-item.basic .item-disc .item-ttl {
  font-family: "Yu Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 5px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 960px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc .item-ttl {
    font-size: clamp(1.6rem, 1.875vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc .item-ttl {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc .item-ttl {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 3px;
  }
}
.single-blog .sec-other-blog .blog-item.basic .item-disc .item-status {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: clamp(1.1rem, 0.625vw, 1.2rem);
  letter-spacing: 0.05em;
  color: #fff;
  opacity: 0.8;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc .item-status {
    font-size: clamp(1.1rem, 1.25vw, 1.2rem);
  }
}
@media screen and (max-width: 576px) {
  .single-blog .sec-other-blog .blog-item.basic .item-disc .item-status {
    font-size: 10px;
  }
}

/*# sourceMappingURL=blog.css.map */
