@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bk: #111;
  --wh: #fff;
  --lgpink: #bfb2ab;
  --text-color-dark: #111;
  --text-color-light: #ffffff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
BLOG List
==================================================== */
.blog .under-mv__title img {
  max-width: 124px;
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 2.5rem;
}
@media screen and (max-width: 1200px) {
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 2rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
@media screen and (max-width: 499px) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 3.5rem 0;
  }
}
.blog__list-title {
  font-size: 1.6rem;
}
.blog__list-thumb {
  overflow: hidden;
}
.blog__list-item img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__list-item:hover img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}
.blog__list-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.5rem 0 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 499px) {
  .blog__list-meta {
    margin: 1rem 0 0;
    gap: 0.5rem;
  }
}
.blog__list-date {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}
.blog__list-category {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 499px) {
  .blog__list-category {
    flex-wrap: wrap;
  }
}

/* ====================================================
BLOG Detail
==================================================== */
.blog {
  padding-bottom: 10rem;
}
@media screen and (max-width: 1200px) {
  .blog {
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .blog {
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .blog {
    padding-bottom: 4rem;
  }
}
.blog__content {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 1rem;
  padding: 8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .blog__content {
    padding: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__content {
    padding: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__content {
    padding: 2rem;
  }
}
.blog__ttl {
  border-bottom: 1px solid #333;
  padding-bottom: 5rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1200px) {
  .blog__ttl {
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__ttl {
    padding-bottom: 3rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__ttl {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.blog__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.blog__date {
  font-family: "Inter", sans-serif;
}
.blog__category-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.blog__category-link {
  display: inline-block;
  padding: 2px 10px 3px;
  border: 1px solid #333;
  border-radius: 100vmax;
}
@media screen and (max-width: 499px) {
  .blog__category-link {
    padding: 1px 8px 2px;
  }
}
.blog__heading {
  font-size: 2.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 834px) {
  .blog__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__heading {
    font-size: 2rem;
  }
}
.blog__thumb {
  padding: 0 7rem;
}
@media screen and (max-width: 1200px) {
  .blog__thumb {
    padding: 0 5rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__thumb {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__thumb {
    padding: 0 1rem;
  }
}
.blog__excerpt {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .blog__excerpt {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__excerpt {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__excerpt {
    margin-top: 3rem;
  }
}
.blog__body {
  margin-top: 6rem;
}
@media screen and (max-width: 1200px) {
  .blog__body {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 834px) {
  .blog__body {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__body {
    margin-top: 3rem;
  }
}
.blog__back-to-list {
  margin-top: 7rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .blog__back-to-list {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__back-to-list {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog__back-to-list {
    margin-top: 3rem;
  }
}
.blog__back-to-list a {
  background-color: #333;
  color: var(--wh);
  font-size: 1.6rem;
  border-radius: 100vmax;
  width: 100%;
  max-width: 30rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media screen and (max-width: 640px) {
  .blog__back-to-list a {
    font-size: 1.4rem;
    max-width: 23.5rem;
    height: 3rem;
  }
}
.blog__back-to-list a:hover {
  background-color: #555;
  transform: translateY(-1px);
  transition: all 0.3s ease;
}

/* ====================================================
INDEX
==================================================== */
div#ez-toc-container {
  border-radius: 1.5rem;
  background-color: var(--wh);
  padding: 3rem;
  border: none;
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  div#ez-toc-container {
    padding: 2.5rem;
    gap: 4rem;
  }
}
@media screen and (max-width: 834px) {
  div#ez-toc-container {
    padding: 2rem;
    gap: 2rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  div#ez-toc-container {
    padding: 1.5rem;
    gap: 1rem;
  }
}
div#ez-toc-container a {
  color: var(--text-color-dark) !important;
}
div#ez-toc-container .ez-toc-title-container {
  width: -moz-fit-content;
  width: fit-content;
}
div#ez-toc-container nav {
  display: block;
  width: 100%;
}
div#ez-toc-container .ez-toc-title {
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: var(--text-color-dark) !important;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 1.8rem;
    writing-mode: horizontal-tb;
  }
}
@media screen and (max-width: 640px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 1.6rem;
  }
}
div#ez-toc-container ez-toc-list {
  width: 100%;
}
div#ez-toc-container .ez-toc-heading-1 {
  border-bottom: 1px solid #333;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.8rem !important;
}
div#ez-toc-container .ez-toc-heading-1::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #baacac;
  margin: 0 1rem;
  transform: translateY(2px);
}
@media screen and (max-width: 1200px) {
  div#ez-toc-container .ez-toc-heading-1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  div#ez-toc-container .ez-toc-heading-1 {
    font-size: 1.4rem !important;
  }
}
div#ez-toc-container .ez-toc-heading-1,
div#ez-toc-container .ez-toc-heading-2,
div#ez-toc-container .ez-toc-heading-3,
div#ez-toc-container .ez-toc-heading-4,
div#ez-toc-container .ez-toc-heading-5,
div#ez-toc-container .ez-toc-heading-6 {
  line-height: 1.8;
  font-size: 1.8rem !important;
}
@media screen and (max-width: 1200px) {
  div#ez-toc-container .ez-toc-heading-1,
  div#ez-toc-container .ez-toc-heading-2,
  div#ez-toc-container .ez-toc-heading-3,
  div#ez-toc-container .ez-toc-heading-4,
  div#ez-toc-container .ez-toc-heading-5,
  div#ez-toc-container .ez-toc-heading-6 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  div#ez-toc-container .ez-toc-heading-1,
  div#ez-toc-container .ez-toc-heading-2,
  div#ez-toc-container .ez-toc-heading-3,
  div#ez-toc-container .ez-toc-heading-4,
  div#ez-toc-container .ez-toc-heading-5,
  div#ez-toc-container .ez-toc-heading-6 {
    font-size: 1.4rem !important;
  }
}
div#ez-toc-container .ez-toc-list-level-3 {
  margin-left: 0 !important;
}

/* ====================================================
BLOCK
==================================================== */
h2.wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  h2.wp-block-heading {
    font-size: 2rem !important;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  h2.wp-block-heading {
    font-size: 1.8rem !important;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  h2.wp-block-heading {
    font-size: 1.6rem !important;
    margin: 1rem 0;
  }
}
h2.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-color: rgba(51, 51, 51, 0.5);
  margin-right: 1rem;
}

h3.wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 0.8rem 2rem 1rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  h3.wp-block-heading {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  h3.wp-block-heading {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  h3.wp-block-heading {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}

h4.wp-block-heading {
  font-size: 2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  h4.wp-block-heading {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  h4.wp-block-heading {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  h4.wp-block-heading {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
h4.wp-block-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgb(51, 51, 51);
  margin-top: 0.5rem;
}

h5.wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  h5.wp-block-heading {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  h5.wp-block-heading {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  h5.wp-block-heading {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
h5.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100vmax;
  background-color: #baacac;
  margin-right: 1rem;
}

h6.wp-block-heading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  margin: 3rem 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  h6.wp-block-heading {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 834px) {
  h6.wp-block-heading {
    font-size: 1.8rem;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  h6.wp-block-heading {
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
h6.wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 5rem;
  height: 1px;
  background-color: #333;
  margin-right: 1.5rem;
}

/* ====================================================
BLOG Sidebar
==================================================== */
.blog-sidebar {
  position: relative;
  z-index: 3;
  margin: 0 auto 8.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .blog-sidebar {
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 834px) {
  .blog-sidebar {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 640px) {
  .blog-sidebar {
    margin: 0 auto 3rem;
  }
}
.blog-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.blog-sidebar__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.6rem;
  border: 1px solid var(--wh);
  border-radius: 30px;
  padding: 0.5rem 3rem 0.4rem 1.6rem;
  color: var(--wh);
  font-size: 1.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .blog-sidebar__select {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .blog-sidebar__select {
    font-size: 1.4rem;
    padding: 0.4rem 2.5rem 0.3rem 1.4rem;
    background-size: 1.2rem;
  }
}
@media screen and (max-width: 499px) {
  .blog-sidebar__select {
    font-size: 1.3rem;
    padding: 0.3rem 2.2rem 0.2rem 1rem;
    background-size: 1.2rem;
  }
}
.blog-sidebar__select:hover, .blog-sidebar__select:focus {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}
.blog-sidebar__select option {
  background-color: #fff;
  color: #333;
  padding: 0.8rem;
}/*# sourceMappingURL=blog.css.map */