@charset "UTF-8";
.sp-only {
  display: inline;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sp-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab-on {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .tab {
    display: none;
  }
}

.pc-only {
  display: inline;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.c-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0 auto;
}
.c-button .c-button__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #3b4061;
  font-weight: 600;
  margin-right: 20px;
}
.c-button .c-button__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button .c-button__icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #3b4061;
  border-radius: 100px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button .c-button__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 100px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button .c-button__icon svg {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.c-button .c-button__icon svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover svg {
  z-index: 100;
}
.c-button:hover svg path {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover .c-button__icon::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button:hover .c-button__link::before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-button--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0 0;
}
.c-button--top__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #3b4061;
  font-weight: 600;
  margin-right: 20px;
}
.c-button--top__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-button--top__icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.c-card {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition: 0.3s;
}
.c-card:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-card {
    max-width: 100%;
  }
}
.c-card__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__link:hover .c-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__link:hover .c-card__title {
  color: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__img {
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-card__img {
    margin-top: 5px;
  }
}
.c-card__img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}
.c-card__date {
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #b1b1b1;
}
@media (max-width: 767px) {
  .c-card__date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.c-card__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #404040;
  margin: 10px 0 15px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-card__title {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 15px 0 20px 0;
  }
}
.c-card__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card__icon i {
  display: block;
  width: 7px;
  height: 7px;
  background: #3b4061;
  border-radius: 100px;
  margin-right: 5px;
}

.c-tag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .c-tag__list {
    gap: 5px 10px;
  }
}

.c-category {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3b4061;
}

.c-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #797979;
}
@media (max-width: 767px) {
  .c-tag {
    font-size: 1.2rem;
  }
}

.c-tag a {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #797979;
}
@media (max-width: 767px) {
  .c-tag a {
    font-size: 1.2rem;
  }
}

.c-section-title {
  position: relative;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3b4061;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.c-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 97px;
  height: 1px;
  background: #3b4061;
}
@media (max-width: 767px) {
  .c-section-title {
    font-size: 1.8rem;
  }
}

.c-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-top: 78px;
  padding: 30px;
  background: rgba(59, 64, 97, 0.03);
}
@media (max-width: 767px) {
  .c-section-header {
    padding: 40px 20px 20px 20px;
    margin-top: 85px;
  }
}
.c-section-header__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.c-section-header__title {
  color: #3b4061;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-section-header__title {
    font-size: 2.4rem;
    padding: 0;
  }
}

.c-section__label {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #747990;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-section__label {
    padding: 0;
  }
}
.c-section__label::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  top: 50%;
  right: -20%;
  margin: 0 auto;
  border-radius: 100px;
  background: #747990;
}

.c-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.c-search__title {
  padding-right: 0;
}
.c-search__labe {
  font-size: 2.3rem;
  margin-left: 15px;
  color: #3b4061;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .c-search__labe {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.c-nav {
  grid-area: nav;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  align-self: start;
  margin-top: 37px;
}

.c-nav--category {
  width: clamp(0px, 100%, 240px);
}
.c-nav--category__title {
  color: #404040;
}
.c-nav--category__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 24px;
}
.c-nav--category__list-item a {
  color: #3b4061;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav--category__list-item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav--category__slash {
  font-size: 1.4rem;
  font-weight: 700;
  color: #b1b1b1;
  margin: 0 10px;
}

.c-nav--tags {
  margin-top: 60px;
}

.c-nav--category__list .c-nav--category__slash:nth-last-child(1) {
  display: none;
}

@media (max-width: 767px) {
  .swiper-slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.swiper-slide-active {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  padding: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .swiper-slide-active {
    padding: 0;
  }
}
.swiper-slide-active .c-card__icon i {
  background: #fff;
}
.swiper-slide-active .c-card__inner {
  padding: 20px;
  background: #3b4061;
  border-radius: 0 0 15px 15px;
}
.swiper-slide-active .c-card__img {
  border-radius: 0;
}
.swiper-slide-active .c-card__header {
  margin-top: 0;
}
.swiper-slide-active .c-card__date {
  color: rgba(177, 177, 177, 0.3);
}
@media (max-width: 767px) {
  .swiper-slide-active .c-card__date {
    color: #b1b1b1;
  }
}
.swiper-slide-active .c-card__category {
  color: #fff;
}
.swiper-slide-active .c-card__title {
  color: rgba(255, 255, 255, 0.9);
}
.swiper-slide-active .c-card__tag {
  color: rgba(255, 255, 255, 0.75);
}
.swiper-slide-active:hover .c-card__title {
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 270px !important;
  width: 45px !important;
  height: 45px !important;
  border: 1px solid #3b4061;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 100px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 15px;
  height: 14px;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  position: relative;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.swiper-button-next svg {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}

.swiper-button-prev svg {
  -webkit-transform: scale(-1, 1) translateX(2px);
          transform: scale(-1, 1) translateX(2px);
}

.c-paging {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #b1b1b1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-paging {
    font-size: 1rem;
  }
}
.c-paging span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-paging span {
    font-size: 1.4rem;
  }
}

.page-numbers,
.pagination {
  grid-area: pagenavi;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  max-width: 1160px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  color: #262626;
  margin: 40px 0 0 auto;
}
.page-numbers .current,
.pagination .current {
  position: relative;
}
.page-numbers .current::after,
.pagination .current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #3b4061;
}
.page-numbers a,
.pagination a {
  color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-numbers a:hover,
.pagination a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-numbers .dots,
.pagination .dots {
  display: block;
  height: 10px;
  color: #b1b1b1;
}

.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.prev,
.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #3b4061;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev::before,
.next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 100px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev::after,
.next::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background: url(../../img/blue.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev:hover::before,
.next:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.prev:hover::after,
.next:hover::after {
  background: url(../../img/white.svg) no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nextpostslink,
.previouspostslink {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #3b4061;
  border-radius: 100px;
  background: #fff;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextpostslink::before,
.previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-radius: 100px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextpostslink svg path,
.previouspostslink svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextpostslink:hover svg,
.previouspostslink:hover svg {
  z-index: 100;
}
.nextpostslink:hover svg path,
.previouspostslink:hover svg path {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextpostslink:hover::before,
.previouspostslink:hover::before {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nextpostslink:hover::before,
.previouspostslink:hover::before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nextpostslink {
  margin-right: 0;
}

@media (max-width: 767px) {
  .nav-links,
  .pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    margin-bottom: 20px;
  }
}
.c-breadcrumb__item a {
  color: #b1b1b1;
}
.c-breadcrumb__item {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3b4061;
}
.c-breadcrumb__item--active {
  width: 148px;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3b4061;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumb span {
  color: #b1b1b1;
}

/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

ul li {
  list-style: none;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link,
a:visited {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body img {
  width: 100%;
}

.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 78px;
  background: #fff;
  z-index: 100;
}
.l-header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .l-header__wrap {
    height: 58px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.l-header__logo {
  position: relative;
  max-width: 208px;
  width: 100%;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__logo {
    max-width: 110px;
    margin-right: 0;
  }
}
.l-header__logo img {
  vertical-align: bottom;
}
.l-header__logo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo-label {
  font-size: 1.6rem;
  font-weight: lighter;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 21px;
}
.l-header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__archive-link {
  position: relative;
  font-size: 1.6rem;
  color: #262626;
  letter-spacing: 0.05em;
  margin-right: 40px;
}
.l-header__archive-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -27px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  background: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__archive-link:hover::after {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__search {
  position: relative;
  margin-right: 12px;
}
.l-header__search--box {
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #d4d4d4;
  background: #fff;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
}
.l-header__search--button {
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 90%;
  border-radius: 5px;
  margin-top: 3px;
}
.l-header__tel--pc {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  color: #3b4061;
  line-height: 22px;
}
.l-header__tel--pc-small {
  font-size: 1.6rem;
}
.l-header__tel--pc span {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__tel--pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-header__tel--pc {
    display: none;
  }
}
.l-header__tel--sp {
  display: none;
}
@media (max-width: 767px) {
  .l-header__tel--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    width: 125px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 5px;
    background: #ee7800;
//    background: #3b4061;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__tel--sp span {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .l-header__tel--sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44px;
    height: 44px;
    width: 125px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 5px;
    background: #ee7800;
//    background: #3b4061;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__tel--sp span {
    margin-left: 10px;
  }
}
.l-header__menu {
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 5px;
  background: #3b4061;
  margin-right: 10px;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__menu:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__bottom {
  width: 100%;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 15px;
}
.l-header__sp-nav {
  width: 100%;
  height: 100vh;
  padding: 60px 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background: rgba(59, 64, 97, 0.95);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header__sp-nav__search {
  position: relative;
  margin-right: 0;
}
.l-header__sp-nav__archive a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 30px;
}
.l-header__sp-nav__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 30px 0 15px 0;
}
.l-header__sp-nav--box {
  border-radius: 10px;
  background: #fff;
  padding: 20px 16px;
}
.l-header__sp-nav--box .c-nav--category__list {
  margin-top: 0;
}

.is-active-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__bottom {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.l-header__bottom-title {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #262626;
}

.l-footer {
  position: relative;
  width: 100%;
  background: #fff;
  margin-top: 50px;
  -webkit-box-shadow: 0 0 15px rgba(59, 64, 97, 0.08);
          box-shadow: 0 0 15px rgba(59, 64, 97, 0.08);
}
@media (max-width: 767px) {
  .l-footer {
    margin-top: 70px;
  }
}
.l-footer__top {
  position: absolute;
  top: -43px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 110px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3b4061;
  -webkit-box-shadow: 0 0 15px rgba(59, 64, 97, 0.08);
          box-shadow: 0 0 15px rgba(59, 64, 97, 0.08);
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  background: #fff;
}
.l-footer__top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 10px;
  background: #fff;
}
.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 20px;
  }
}
.l-footer__logo {
  position: relative;
  max-width: 208px;
  width: 100%;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__logo:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-footer__logo {
    max-width: 146px;
  }
}
.l-footer__logo img {
  vertical-align: bottom;
}
.l-footer__logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__logo-label {
  font-size: 1.6rem;
  font-weight: 300;
  color: #262626;
  letter-spacing: 0.05em;
  line-height: 21px;
}
.l-footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .l-footer__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    gap: 15px;
  }
}
.l-footer__list-item svg {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .l-footer__list-item:nth-child(1) {
    width: 100%;
  }
}
.l-footer__list a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #3b4061;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer__list a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-footer__list a {
    font-size: 1.2rem;
  }
}
.l-footer__copy {
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 16px;
  background: #3b4061;
}
.l-footer__link {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #3b4061;
  padding-top: 10px;
}

.p-top {
  width: 100%;
}
.p-top-fv {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: 100%;
  padding: 100px 0 20px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-top-fv {
    min-height: auto;
    padding: 75px 0 20px 0;
  }
}
.p-top-fv::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 90%;
  background: rgba(59, 64, 97, 0.03);
}
.p-top-fv__list {
  position: relative;
  width: 100%;
  padding: 60px 0 20px 0;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}
@media (max-width: 767px) {
  .p-top-fv__list {
    padding: 80px 0 20px 0;
  }
}
.p-top-wrap {
  display: grid;
  gap: 0 46px;
  grid-template: "new nav" auto "popularity nav" auto/4fr 1fr;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .p-top-wrap {
    display: block;
    margin-top: 40px;
  }
}
.p-top-new {
  grid-area: new;
  max-width: 835px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-top-new {
    margin: 40px 0 0 0;
  }
}
.p-top-popularity {
  grid-area: popularity;
  width: 100%;
  margin: 80px 0;
}
@media (max-width: 767px) {
  .p-top-popularity {
    margin-top: 60px;
  }
}

.c-nav--category {
  grid-area: nav;
  max-width: 240px;
  width: 100%;
  position: -webkit-sticky;
  /* position: sticky; */
  top: 90px;
  align-self: start;
}

.c-no-post {
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #3b4061;
  letter-spacing: 0.05rem;
}

.c-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 20px;
}
@media (max-width: 767px) {
  .c-list {
    gap: 40px 11px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-list--popularity {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}
@media (max-width: 767px) {
  .c-list--popularity {
    gap: 40px 11px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-content-wrap {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  gap: 0 46px;
  grid-template: "paging nav" auto "list nav" auto "pagenavi nav" auto/4fr 1fr;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-content-wrap {
    display: block;
    margin-top: 40px;
    gap: 0;
  }
}

.p-archive .c-paging {
  grid-area: paging;
}
.p-archive .c-list {
  grid-area: list;
}

.animate {
  -webkit-animation: myAnimation 1s ease;
          animation: myAnimation 1s ease;
}

@-webkit-keyframes myAnimation {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

@keyframes myAnimation {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}
.p-search .c-content-wrap {
  grid-template: "inner nav" auto "inner nav" auto/4fr 1fr;
}
.p-search .c-content-wrap .p-search__inner {
  grid-area: inner;
}
.p-search__no-title {
  font-size: 18px;
  color: #404040;
  letter-spacing: 0.05rem;
  margin-bottom: 80px;
}

.p-not-found {
  margin-top: 180px;
}
.p-not-found__title {
  font-size: 10rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #3b4061;
  padding: 0 20px;
  font-family: "Lato", sans-serif;
}
@media (max-width: 767px) {
  .p-not-found__title {
    font-size: 5rem;
    letter-spacing: -1px;
  }
}
.p-not-found__text {
  font-size: 2.8rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #3b4061;
  margin-bottom: 100px;
  padding: 0 20px;
  font-size: 1.4rem;
}
.p-not-found__list {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.p-not-found__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-not-found .c-list {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .p-not-found .c-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-button--top .c-button__icon {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  margin-right: 20px;
}

.p-single {
  position: relative;
}
@media (max-width: 767px) {
  .p-single {
    display: block;
  }
}
.p-single::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  background: rgba(59, 64, 97, 0.03);
  z-index: -1;
}
@media (max-width: 767px) {
  .p-single::after {
    display: none;
  }
}
.p-single__wrap {
  width: 75%;
}
@media (max-width: 767px) {
  .p-single__wrap {
    width: 100%;
  }
}
.p-single__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-single__inner {
    display: inline;
  }
}
.p-single__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 42px;
  margin: 12px 0 30px 0;
}
@media (max-width: 767px) {
  .p-single__title {
    position: relative;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 27px;
    margin: 15px 0 25px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #b1b1b1;
  }
  .p-single__title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: rgba(59, 64, 97, 0.03);
    z-index: -1;
  }
  .p-single__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 63px;
    height: 1px;
    background: #3b4061;
  }
}
.p-single__img {
  margin: 30px 0;
}
.p-single__content__header {
  max-width: 780px;
  width: 100%;
  margin-top: 120px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-single__content__header {
    padding: 20px 20px 0 20px;
    margin: 100px auto 0 auto;
  }
}
.p-single__content__header h1 {
  color: #404040;
}
.p-single__content__header .c-card__date {
  margin: 0;
  color: #b1b1b1 !important;
}
.p-single__content__header img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__content {
  max-width: 780px;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
}
.p-single__content p {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 28px;
  color: #262626;
  margin: 10px 0 40px 0;
}
@media (max-width: 767px) {
  .p-single__content p {
    font-size: 1.5rem;
    line-height: 26px;
    margin: 10px 0 30px 0;
  }
}
.p-single__content p a {
  text-decoration: underline !important;
}
.p-single__content figure {
  margin: 40px 0;
}
@media (max-width: 767px) {
  .p-single__content figure {
    margin: 30px 0;
  }
}
.p-single__content img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single__content .wp-block-columns figure {
  margin: 0 !important;
}
.p-single__content .wp-block-columns figure + p {
  font-size: 1.2rem;
  text-align: center;
  margin: 0;
}
.p-single__content .wp-block-columns .is-layout-flex {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.p-single__content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  line-height: 30px;
  padding: 20px;
  color: #3b4061;
  background: rgba(59, 64, 97, 0.05);
  margin: 60px 0 30px 0;
}
@media (max-width: 767px) {
  .p-single__content h2 {
    font-size: 1.8rem;
    padding: 12px 10px;
    margin: 40px 0 25px 0;
    letter-spacing: 0.02em;
  }
}
.p-single__content h3 {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #262626;
  margin: 30px 0 10px 0;
  padding-left: 27px;
}
@media (max-width: 767px) {
  .p-single__content h3 {
    font-size: 1.5rem;
    margin: 25px 0 10px 0;
  }
}
.p-single__content h3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background: #3b4061;
}
.p-single__content h4 {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #262626;
}
.p-single__content h5 {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #262626;
}
.p-single__content h6 {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 24px;
  color: #262626;
}
.p-single__content .no_bullets {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  width: 100% !important;
  background: rgba(59, 64, 97, 0.02) !important;
  border: 1px solid #d4d4d4 !important;
  padding: 20px !important;
  margin: 60px 0;
}
@media (max-width: 767px) {
  .p-single__content .no_bullets {
    margin: 40px 0;
  }
}
.p-single__content .no_bullets p {
  color: #3b4061;
}
.p-single__content .no_bullets .toc_toggle a,
.p-single__content .no_bullets .toc_brackets {
  color: #797979 !important;
}
.p-single__content .no_bullets .toc_list a {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #797979;
  line-height: 22px;
  margin: 10px 0 !important;
}
.p-single__content ul,
.p-single__content ol {
  padding-left: 20px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .p-single__content ul,
  .p-single__content ol {
    margin: 20px 0;
  }
}
.p-single__content ul li {
  list-style: disc;
  padding-left: 10px;
}
.p-single__content ol li {
  padding-left: 30px;
}
.p-single__content ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: li_count;
}
.p-single__content ol li::before {
  content: "";
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li_count;
  content: counter(li_count) "";
  border-radius: 3px;
  border: 1px solid #3b4061;
  color: #3b4061;
  padding: 0 3px;
}
.p-single__content li {
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 24px;
  margin: 10px 0;
}
.p-single__content ol ul,
.p-single__content ul ul,
.p-single__content ul ol {
  margin: 0;
}
.p-single__content ol ol li,
.p-single__content ol ul li,
.p-single__content ul ul li,
.p-single__content ul ol li {
  padding-left: 0;
}
.p-single__content ol ol li::before,
.p-single__content ol ul li::before,
.p-single__content ul ul li::before,
.p-single__content ul ol li::before {
  display: none;
}
.p-single__content ol ol li {
  list-style: inside;
}
.p-single__nav {
  grid-area: nav;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  max-width: 300px;
  width: 100%;
  margin-top: 303px;
  align-self: start;
}
.p-single__post-wrap {
  grid-area: post;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-single__post-wrap {
    margin-top: 80px;
  }
}
.p-single__post-wrap .p-single__post {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-single__post-wrap .p-single__post {
    margin-bottom: 50px;
  }
}
.p-single .wp-block-table {
  position: relative;
}
@media (max-width: 767px) {
  .p-single .wp-block-table {
    width: 100%;
    height: auto;
  }
}
.p-single .wp-block-table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #3b4061;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-single .wp-block-table::before {
    width: 700px;
  }
}
.p-single .wp-block-table table {
  min-width: 700px;
  width: 100%;
}
.p-single .wp-block-table tbody {
  display: block;
  border: 1px solid #b1b1b1;
  border-radius: 0 0 15px 15px;
}
.p-single .wp-block-table tr {
  display: block;
  border-bottom: 1px solid #b1b1b1;
  margin: 0 10px;
}
.p-single .wp-block-table table td {
  border: 1px solid #b1b1b1;
  border-radius: 0 0 15px 15px;
  border: none;
}
.p-single .wp-block-table tr:nth-last-child(1) {
  border-bottom: none;
}
.p-single .wp-block-table tr:nth-last-child(1) td {
  padding: 10px 20px 20px 20px !important;
}
.p-single .wp-block-table tr td:first-child {
  position: relative;
  width: 150px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 25px 20px 10px 20px;
  color: #3b4061;
}
@media (max-width: 767px) {
  .p-single .wp-block-table tr td:first-child {
    font-size: 1.5rem;
  }
}
.p-single .wp-block-table tr td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 90%;
  background: #b1b1b1;
}
.p-single .wp-block-table tr td:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 25px 20px 10px 20px;
  color: #262626;
}
@media (max-width: 767px) {
  .p-single .wp-block-table tr td:nth-child(2) {
    font-size: 1.5rem;
  }
}

.linkcard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background: #d4d4d4;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .linkcard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
  }
}
.linkcard .lkc-external-wrap {
  width: 100%;
}
.linkcard .lkc-external-wrap,
.linkcard .lkc-internal-wrap,
.linkcard .lkc-this-wrap {
  max-width: none;
}
.linkcard .lkc-content {
  display: grid;
  grid-template: "img title" auto "img link" auto/auto auto;
  margin: 0;
  height: auto;
}
@media (max-width: 767px) {
  .linkcard .lkc-content {
    grid-template: "img " auto "title" auto "link" auto/1fr auto;
    padding-bottom: 20px;
  }
}
.linkcard .lkc-thumbnail {
  max-width: 100%;
  max-height: 100%;
}
.linkcard .lkc-thumbnail .lkc-thumbnail-img {
  max-width: 100%;
  max-height: 164px;
  width: 100%;
  height: 100%;
}
.linkcard .lkc-thumbnail .lkc-thumbnail-img img {
  width: 100%;
  height: 100%;
}
.linkcard figure {
  grid-area: img;
  width: 100%;
  height: 100%;
  margin: 0 20px 0 0;
}
.linkcard figure img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
@media (max-width: 767px) {
  .linkcard figure {
    margin: 0;
  }
}
.linkcard .lkc-card {
  margin: 0;
}
.linkcard .lkc-title {
  grid-area: title;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px;
}
@media (max-width: 767px) {
  .linkcard .lkc-title {
    font-size: 16rem;
    margin: 15px 0;
    padding: 0 10px;
  }
}
.linkcard .lkc-url {
  grid-area: link;
  font-size: 1.4rem;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .linkcard .lkc-url {
    margin-left: 10px;
  }
}

.wp-block-button {
  max-width: 357px;
  width: 100%;
}
.wp-block-button .wp-block-button__link {
  position: relative;
  max-width: 357px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 24px;
  border-radius: 5px;
  background: #3b4061;
  padding-right: 55px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-button .wp-block-button__link:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .wp-block-button .wp-block-button__link {
    font-size: 1.5rem;
  }
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 20px;
  width: 30px;
  height: 30px;
  background: url(../../img/btn.png) no-repeat center/cover;
}

.custom-table {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  margin: 30px 0 40px 0;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .custom-table {
    width: 100%;
    overflow: scroll;
  }
}
.custom-table::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #3b4061;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-table::before {
    width: 700px;
  }
}
.custom-table table {
  position: relative;
  table-layout: auto;
  width: 100%;
  border-collapse: collapse;
}
.custom-table table::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 15px 15px;
  border: 1px solid #b1b1b1;
}
@media (max-width: 767px) {
  .custom-table table {
    min-width: 700px;
    width: 100%;
  }
}
.custom-table table tbody {
  width: 100%;
}
.custom-table table tbody tr {
  border-bottom: 1px dashed #b1b1b1;
  margin: 0 !important;
}
.custom-table table tbody tr:first-child {
  font-size: 1.6rem;
  background: rgba(59, 64, 97, 0.02);
  border-bottom: 1px solid #b1b1b1;
}
.custom-table table tbody tr td {
  width: 184px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #3b4061;
  padding: 15px 20px;
  border-right: 1px dashed #b1b1b1;
}
.custom-table table tbody tr td:first-child {
  width: 188px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #797979;
  background: rgba(59, 64, 97, 0.02);
  border-right: 1px solid #b1b1b1;
}
.custom-table table tbody tr:first-child td {
  font-weight: 400;
  color: #797979 !important;
  padding: 5p 17px;
  margin: 5px 17px;
  border-right: 1px solid #b1b1b1;
}
.custom-table table tbody tr:first-child td:nth-last-child(1) {
  border-right: none;
}
.custom-table table tbody tr:nth-last-child(1) {
  border: none !important;
}
.custom-table table tbody td:nth-last-child(1) {
  border-right: none;
}

.p-single__taxonomy {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .p-single__taxonomy {
    margin: 25px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .p-single__sp-nav {
    position: inherit;
    display: block;
    width: 90%;
    height: 100%;
    text-align: center;
    margin: 40px auto 0 auto;
    padding-top: 20px;
    border-top: 1px solid #d4d4d4;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-single__sp-nav {
    padding-top: 0;
  }
}

.p-single__sns {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
@media (max-width: 767px) {
  .p-single__sns {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.p-single__sns::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 63px;
  height: 1px;
  background: #3b4061;
}
@media (max-width: 767px) {
  .p-single__sns::after {
    display: none;
  }
}

.p-single__sns-title {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  color: #797979;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-single__sns-title {
    width: 100%;
    margin-top: 20px;
  }
}

.p-single__taxonomy {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-single__taxonomy {
    margin-top: 0;
  }
}
.p-single__taxonomy-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #d4d4d4;
  margin: 20px 0 12px 0;
}
@media (max-width: 767px) {
  .p-single__taxonomy-title {
    font-size: 1.4rem;
    margin: 15px 0 5px 0;
  }
}
.p-single__taxonomy-category a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #3b4061;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single__taxonomy-category a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-single__taxonomy-category a {
    font-size: 1.2rem;
  }
}

.sns__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .sns__container {
    gap: 0 25px;
  }
}
.sns__container iframe {
  display: block;
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.sns__container a {
  display: block;
  width: 35px;
  height: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns__container a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns__container .line-it-button img {
  width: 35px !important;
  height: 35px !important;
}
@media (max-width: 767px) {
  .sns__container {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=map/style.css.map */