@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1439px) and (min-width: 767px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #101010;
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  line-height: normal;
  position: relative;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #101010;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

img,
svg {
  width: 100%;
  height: 100%;
}

button {
  color: inherit;
  background: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
/*  list-style: none;*/
}

li,
dd {
/*  list-style-type: none;*/
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: middle;
}

.l-archive {
  background-color: #f5f5f4;
  padding-top: 78px;
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 1100px) {
  .l-archive {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-archive {
    padding-top: 70px;
    padding-bottom: 2.125rem;
  }
}

.l-archive__inner {
  width: min(90rem, 100%);
  padding-inline: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-archive__inner {
    max-width: 23.4375rem;
    padding-inline: 0.75rem;
  }
}

.l-footer {
  background-color: #1c2242;
  padding-block: 1.75rem 2.375rem;
  margin-top: -1rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 0.875rem 1.1875rem;
  }
}

.l-footer__inner {
  padding-inline: 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding-inline: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  padding: 1.125rem 4.9375rem;
  display: grid;
  grid-template-columns: 30.125rem 1fr;
  gap: 10rem;
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 8px 0px;
    height: 70px;
  }
  .l-header__inner {
    height: 56px;
    position: relative;
    padding: 10px 15px;
    display: block;
    gap: 5rem;
  }
}

.l-header__inner {
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    width: 100%;
  }
}

.l-single {
  padding-top: 2.125rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .l-single {
/*    margin-top: 2.5625rem;*/
/*padding-top: 5.125rem;*/
  }
}

.l-single__inner {
  width: min(90rem, 100%);
  padding-inline: 5rem;
  margin-inline: auto;
  padding-block: 2.5625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-single__inner {
    max-width: 23.4375rem;
    padding-inline: 0.625rem;
    padding-top: 0.9375rem;
  }
}

.c-btn__black {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 1rem 3.875rem;
  border: 0rem solid transparent;
  border-radius: 100vmax;
  width: fit-content;
  background: #2a2927;
}
@media (any-hover: hover) {
  .c-btn__black:hover {
    background: linear-gradient(126deg, #4081c3 6.48%, #52b87d 48.45%, #f3cf3d 97.26%);
  }
  .c-btn__black:hover .c-btn__arrow-wrap-black {
    translate: 0.1875rem;
  }
}

.c-btn__text-black {
  position: relative;
  color: #f8f8f8;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
.c-btn__text-black::after {
  content: "";
  position: absolute;
  border-radius: 100vmax;
  top: 0%;
  left: 110%;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #f8f8f8;
  z-index: 90;
}

.c-btn__arrow-wrap-black {
  transition: all 0.3s ease;
  position: relative;
  top: -0.625rem;
  left: 0.4375rem;
  width: 0.8125rem;
  height: 0.625rem;
  aspect-ratio: 1/1;
  z-index: 100;
}

.c-btn__gray {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding: 1rem 1.5rem;
  border: 0rem solid transparent;
  border-radius: 100vmax;
  width: fit-content;
  background: #fff;
}
@media (any-hover: hover) {
  .c-btn__gray:hover {
    background: linear-gradient(126deg, #4081c3 6.48%, #52b87d 48.45%, #f3cf3d 97.26%);
  }
  .c-btn__gray:hover .c-btn__arrow-wrap-white:after {
    transform: translateX(0.1875rem);
    background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/common_icon_vector_right_black.svg);
  }
  .c-btn__gray:hover .c-btn__arrow-wrap-white {
    background-color: #f8f8f8;
  }
  .c-btn__gray:hover .c-btn__text-gray {
    color: #f8f8f8;
  }
  .c-btn__gray:hover .c-btn__text-gray::after {
    background: #f8f8f8;
  }
}

.c-btn__text-gray {
  color: #101010;
  width: fit-content;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-btn__rainbow {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border: 0.0625rem solid transparent;
  border-radius: 100vmax;
  width: fit-content;
  background: #f8f8f8;
}
@media (any-hover: hover) {
  .c-btn__rainbow:hover {
    background: var(--btn-grad, linear-gradient(126deg, #4081c3 6.48%, #52b87d 48.45%, #f3cf3d 97.26%));
  }
  .c-btn__rainbow:hover .c-btn__text-rainbow {
    background: #f8f8f8;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
}

.c-btn__text-rainbow {
  background: linear-gradient(130deg, #4081c3 32.86%, #52b87d 61.28%, #f3cf3d 94.32%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  width: fit-content;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
}

.c-btn__arrow-wrap-white {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 100vmax;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #2a2927;
}
.c-btn__arrow-wrap-white::after {
  content: "";
  position: absolute;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/common_icon_vector_right_white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 0.8125rem;
  height: 0.625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease;
}

.c-btn__line {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  padding-bottom: 0.625rem;
  width: fit-content;
  position: relative;
}
.c-btn__line::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  background-color: #2a2927;
  bottom: 0;
  left: 0rem;
}
@media screen and (max-width: 767px) {
  .c-btn__line {
    column-gap: 0.3125rem;
    padding-inline: 0.4375rem 0.4375rem;
    padding-bottom: 0.375rem;
  }
}
@media (any-hover: hover) {
  .c-btn__line:hover .c-btn__line-arrow-wrap svg {
    transform: translateX(0.1875rem);
  }
  .c-btn__line:hover .c-btn__line-text {
    background: linear-gradient(126deg, #4081c3 6.48%, #52b87d 48.45%, #f3cf3d 97.26%);
    background-clip: text;
    color: transparent;
  }
}

.c-btn__line-text {
  color: #101010;
  width: fit-content;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-btn__line-text {
    font-size: 0.9375rem;
  }
}

.c-btn__line-arrow-wrap {
  position: relative;
  background-color: #2a2927;
  border-radius: 100vmax;
  width: 1.75rem;
  height: 1.75rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .c-btn__line-arrow-wrap {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.c-btn__line-arrow-wrap svg {
  transition: all 0.3s ease;
  position: absolute;
  width: 0.8125rem;
  height: 0.625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-btn__line-arrow-wrap svg {
    width: 0.4375rem;
    height: 0.3125rem;
  }
}

.c-logo {
  font-size: max(12px, 0.75rem);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 1.25rem;
  border: 0.0625rem solid #101010;
  padding: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-logo {
    padding: 0.25rem 1rem;
  }
}

.c-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.c-title span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-title span.en {
    font-size: 3.75rem;
  }
}
.c-title span.ja {
  left: 17.125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-title span.ja {
    font-size: 0.9375rem;
  }
}

.c-title__flow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.c-title__flow span.en {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 100%;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .c-title__flow span.en {
    font-size: 3.75rem;
  }
}
.c-title__flow span.ja {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-title__flow span.ja {
    font-size: 0.9375rem;
  }
}

.c-title__flow span {
  color: #f8f8f8;
}

.c-title__flow.force-black span {
  color: #2a2927 !important;
}

.c-title__space {
  margin-block: 6.25rem;
  border: 1px solid #2a2927;
  width: 100%;
}

.c-cta {
  position: relative;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-block: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-block: 5rem 10.75rem;
  }
}

.c-cta__inner {
  width: 100%;
  padding-inline: 5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 0.625rem;
  }
}

.c-cta__clock {
  position: absolute;
  background-image: url(https://web-development.biz/chan-website.com/wp-content/themes/portforio/assets/img/cta_img_clock_pc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30.4375rem;
  height: 28.375rem;
  bottom: -6.5rem;
  left: -5.8125rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock {
    width: 14.6875rem;
    height: 13.6875rem;
    bottom: -3.875rem;
    left: unset;
    right: -4.5rem;
  }
}

.c-cta__clock_staple {
  position: relative;
  width: 14.375rem;
  height: 11.25rem;
  top: 5.625rem;
  left: 7.375rem;
}
@media screen and (max-width: 767px) {
  .c-cta__clock_staple {
    width: 6.9375rem;
    height: 5.375rem;
    top: 2.1875rem;
    left: 3.375rem;
  }
}

.c-cta__clock-long {
  position: absolute;
  width: 23.5rem;
  height: 1.875rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-long {
    width: 11.25rem;
    height: 0.9375rem;
    top: 122%;
    left: 105%;
  }
}

.c-cta__clock-short {
  position: absolute;
  width: 16.5rem;
  height: 1.5625rem;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-cta__clock-short {
    width: 7.9375rem;
    height: 0.75rem;
    top: 118%;
    left: 107%;
  }
}

.c-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    gap: 1.25rem;
  }
}

.c-cta__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-cta__en {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(125deg, #4081c3 7.46%, #52b87d 42.95%, #f3cf3d 84.23%);
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-cta__en {
    font-size: 3.75rem;
  }
}

.c-cta__ja,
.c-cta__lead {
  color: #f8f8f8;
}

.c-cta__ja {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-cta__lead {
    padding-inline: 2.875rem;
  }
}

.c-cta__text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    font-size: max(12px, 0.9375rem);
    font-weight: 500;
    line-height: 1.6;
  }
}

.p-archive__banner {
  position: relative;
}
@media (min-width: 1441px) {
  .p-archive__banner {
    height: 131px;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive__banner {
    height: 10.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__banner {
    background-image: url(../img/archive_img_banner.png);
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
    width: 100vw;
    height: 151px;
  }
  .p-archive__banner img {
    display: none;
  }
}

.p-archive__banner-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 70px;
  left: 4.875rem;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.5833333333;
}
@media (min-width: 1441px) {
  .p-archive__banner-text {
    left: unset;
    right: calc(50% + 130px);
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .p-archive__banner-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-archive__banner-text {
    left: 0.75rem;
    font-size: 20px;
    height: 66px;
  }
}
@media screen and (max-width: 440px) {
  .p-archive__banner-text {
    left: 0.75rem;
    font-size: 20px;
    height: 96px;
  }
}

.p-archive__wrap {
  display: flex;
  margin-top: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-archive__wrap {
    flex-direction: column;
    margin-top: 0.6875rem;
  }
}

.p-archive__main {
  width: 68.75%;
}
@media screen and (max-width: 767px) {
  .p-archive__main {
    width: 100%;
  }
}

.p-archive__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-archive__title {
    font-size: 15px;
  }
}

.p-archive__main-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 2.1875rem 2.5rem;
  margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-archive__main-wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 0.5625rem;
  }
}

.p-archive__main-card{
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.p-archive__main-link {
  display: block;
}

.p-archive__main-thumnail {
  width: 100%;
}
.p-archive__main-thumnail img {
  width: 26.25rem;
  height: auto;
  aspect-ratio: 192/108;
  object-fit: cover;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-archive__main-thumnail img {
    width: 100%;
  }
}

.p-archive__main-body {
  padding: 1.4375rem 1.25rem 1.875rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-archive__main-body {
    padding: 0.6875rem 0.625rem 0.9375rem 0.625rem;
    gap: 0.4375rem;
  }
}

.p-archive__main-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-archive__cat {
  border-radius: 0.25rem;
  width: fit-content;
  background-color: #878494;
  padding: 0.25rem 0.6875rem;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-archive__cat {
    border-radius: 0.125rem;
    padding: 0.125rem 0.375rem 0.125rem 0.375rem;
    font-size: 13px;
  }
}

.p-archive__main-date {
  font-size: 13px;
  font-weight: 500;
  color: #878494;
  line-height: 2.1538461538;
}
@media screen and (max-width: 767px) {
  .p-archive__main-date {
    font-size: 13px;
  }
}

.p-archive__main-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5555555556;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .p-archive__main-title {
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.pagination {
  margin-top: 3.125rem;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 1.5625rem;
    font-size: 15px;
  }
}
.pagination a {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center; /* 横＆縦 両方中央揃え */
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagination a {
    width: 2.5rem;
    height: auto;
    aspect-ratio: 1;
  }
}

.pagination .page-numbers.current {
  background-color: #2bb6a6;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers.current {
    width: 2.5rem;
    height: auto;
    aspect-ratio: 1;
  }
}

.page-numbers.dots {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-numbers.dots {
    width: 1.25rem;
    height: auto;
    aspect-ratio: 1;
  }
}

.page-numbers {
  color: #2bb6a6;
  border: 0.0625rem solid #2bb6a6;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-numbers {
    padding: 0.375rem;
  }
}

.pagination .page-numbers:first-child {
  border-radius: 0.3125rem 0 0 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:first-child {
    border-radius: 0.1875rem 0 0 0.1875rem;
  }
}

.pagination .page-numbers:last-child {
  border-radius: 0 0.3125rem 0.3125rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers:last-child {
    border-radius: 0 0.1875rem 0.1875rem 0;
  }
}

.fas.fa-angle-left,
.fas.fa-angle-right {
  display: inline-flex;
  align-items: center;
}
.fas.fa-angle-left img,
.fas.fa-angle-right img {
  width: 0.4375rem;
  height: 0.75rem;
}
@media screen and (max-width: 767px) {
  .fas.fa-angle-left img,
  .fas.fa-angle-right img {
    width: 0.25rem;
    height: 0.375rem;
  }
}

.p-drawer__icon {
  display: none;
  z-index: 140;
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 25px;
    right: 20px;
    width: 35px;
    height: 22px;
    transition: opacity 0.1s ease;
  }
}
.p-drawer__icon.js-color::before {
  background-color: #f8f8f8;
}

.p-drawer__icon--bar {
  width: 100%;
  height: 1px;
  background: #2a2927;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 30deg;
  translate: 0 10px;
  background: #ffffff;
}
@media screen and (max-width: 499px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
    translate: 0 10px;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -30deg;
  translate: 0 -11px;
  background: #ffffff;
}
@media screen and (max-width: 499px) {
  .p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
    translate: 0 -11px;
  }
}

.p-drawer {
  display: none;
  z-index: 120;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 80px);
    height: 100vh;
    height: 100svh;
    overflow-y: scroll;
    translate: 120%;
    transition: all 0.5s ease;
    box-shadow: -3px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .p-drawer.js-show {
    translate: 0;
  }
}

.p-drawer__body {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 60px 20px 30px 20px;
  background-color: #2bb6a6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.p-drawer__list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.p-drawer__list li{
  list-style: none;
}
.p-drawer__list li a,
.p-drawer__list li p {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.p-drawer__list li {
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  padding: 10px 0px;
}

.p-drawer__list li:nth-child(2) {
  border-block: 1px solid #fff;
}

.p-drawer__list li:nth-child(3),
.p-drawer__list li:nth-child(4),
.p-drawer__list li:nth-child(5) {
  border-bottom: 1px solid #fff;
}

.p-drawer__category {
  cursor: pointer;
}

.p-drawer__list li a{
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.p-drawer__list li p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

.p-drawer__category__list {
  margin-top: 0rem;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.p-drawer__category__list.is-open {
  margin-top: 0.625rem;
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.5s ease;
  padding-left: 20px;
}
.p-drawer__category__list.is-open a.p-single__sub-cat{
  border-top: 1px solid #fff;
}
button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.modal__open-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.modal__content {
  opacity: 1;
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
}

.modal__content {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: min(37.5rem, 95%);
  height: 100%;
  background: #fff;
}

.modal__inner {
  overflow-y: scroll;
  height: 100%;
  position: relative;
}

.modal__body {
  height: fit-content;
}
.modal__body h3 {
  padding: 1.5rem 0rem 0rem 1.5rem;
  font-size: 20px;
  font-weight: 500;
}

.modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 30px;
  outline: none;
}

.p-footer__list ul {
  display: flex;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 0.625rem 0.3125rem;
    text-align: center;
  }
}

.p-footer__list li{
  list-style: none;
}
.p-footer__list li a {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__list li a {
    font-size: 10px;
  }
}

.p-footer__copyright {
  opacity: 0.3;
  font-size: 11px;
  color: #fff;
  line-height: 2.3636363636;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 10px;
    margin-top: 0.625rem;
  }
}

.p-header__logoes {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 440px) {
  .p-header__logoes {
    display:block;
  }
}

.p-header__logo {
  width: 93px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 90px;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.6;
  }
}

.p-header__logo-sub {
  font-size: 14px;
  letter-spacing: 1px;
  color: #1c2242;
}
@media screen and (max-width: 767px) {
  .p-header__logo-sub {
    font-size: 13px;
    line-height: 20px;
  }
}

.p-header__nav {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
  align-items: center;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.p-header__list li{
  list-style: none;
}
.p-header__list li a {
  font-size: 15px;
  line-height: 3;
  color: #1c2242;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-header__list li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 1100px) {
  .p-header__list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__list {
    display: none;
  }
}

.p-header__list li:nth-of-type(3) {
  width: 15.8125rem;
}

.head-label label {
  position: relative;
}
.head-label label::before {
  content: "";
  position: absolute;
  background-image: url(../img/header_logo_search_re.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  width: 40px;
  height: 100%;
  transition: opacity 0s ease;
}
@media screen and (max-width: 767px) {
  .head-label label::before {
    background-size: 0.625rem 0.625rem;
    width: 0.9375rem;
    height: 0.9375rem;
  }
}
.head-label label.is-focused::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .head-label label.is-focused::before {
    opacity: 0;
  }
}

.drawer-label label {
  position: relative;
}
.drawer-label label::before {
  content: "";
  position: absolute;
  background-image: url(../img/header_logo_search_re.svg);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-size: 2.8125rem 2.8125rem;
  width: 5rem;
  height: 5rem;
  transition: opacity 0s ease;
}
@media screen and (max-width: 767px) {
  .drawer-label label::before {
    background-size: 20px 20px;
    width: 45px;
    height: 100%;
  }
}
@media screen and (max-width: 499px) {
  .drawer-label label::before {
    background-position: center;
  }
}
.drawer-label label.is-focused::before {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .drawer-label label.is-focused::before {
    opacity: 0;
  }
}

#is-search-input-133 {
  height: 2.1875rem;
}
@media screen and (max-width: 767px) {
  #is-search-input-133 {
    height: 1.25rem;
    border-radius: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  #is-search-input-133 {
    height: 1.25rem;
    border-radius: 0.625rem;
    padding-left: 1.0625rem;
  }
}

.is-search-input {
  font-size: 1.875rem !important;
}
.is-search-input::placeholder {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .is-search-input::placeholder {
    font-size: 0.8125rem;
  }
}

.p-single__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-single__wrap {
    flex-direction: column;
  }
}

.p-single__main {
  width: 68.75%;
}
@media screen and (max-width: 1100px) {
  .p-single__main {
    padding-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main {
    width: 100%;
    padding-top: 1.25rem;
  }
}

.p-single__breadcrumbs {
  font-size: 12px;
  line-height: 1.2;
  color: #686868;
}
@media screen and (max-width: 767px) {
  .p-single__breadcrumbs {
    font-size: 12px;
  }
}

.p-single__main-wrap {
  background-color: #fff;
  margin-top: 1.1875rem;
  padding: 1.0625rem 3.125rem 3.125rem 3.125rem;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-single__main-wrap {
    margin-top: 0.5625rem;
    padding: 0.5rem 0.75rem 1.5625rem 0.75rem;
  }
}

.p-single__main-date {
  display: flex;
  align-items: center;
}

.p-single__main-date-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1538461538;
  color: #878494;
}
@media screen and (max-width: 767px) {
  .p-single__main-date-text {
    font-size: 13px;
  }
}

.entry-item-published {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.1538461538;
  color: #878494;
}
@media screen and (max-width: 767px) {
  .entry-item-published {
    font-size: 13px;
  }
}

.p-single__main-title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-title {
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0.375rem;
  }
}

.p-single__main-cat {
  display: inline-block;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-cat {
    margin-top: 0rem;
  }
}

.p-single__cat {
  border-radius: 0.5rem;
  width: fit-content;
  background-color: #767988;
  padding: 0.25rem 0.6875rem 0.25rem 0.6875rem;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-single__cat {
/*    padding: 0.125rem 0.3125rem 0.125rem 0.3125rem;*/
    font-size: 13px;
  }
}

.p-single__main-head {
  margin-top: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__main-head {
    margin-top: 0.625rem;
    justify-content: space-between;
  }
}

.p-single__main-writer-box {
  display: flex;
  gap: 0.8125rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-single__main-writer-box {
    gap: 0.375rem;
  }
}

.p-single__main-writer-icon {
  width: 2.5625rem;
  height: 2.5625rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .p-single__main-writer-icon {
    width: 1.6rem;
    height: 1.6rem;
    aspect-ratio: 1;
  }
}
.p-single__main-writer-icon img {
  border-radius: 100vmax;
}

.p-single__main-writer {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .p-single__main-writer {
    font-size: 13px;
  }
}

.addtoany_share_save_container.addtoany_content.addtoany_content_top {
  margin: 0;
}

.a2a_kit.a2a_kit_size_32.addtoany_list {
  display: flex;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list {
    gap: 0.3125rem;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background-color: #101010;
  color: #fff;
  padding: 0rem 0.5rem;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x {
    gap: 0.1875rem;
    padding: 0rem 0.25rem;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x .a2a_svg.a2a_s__default.a2a_s_x {
  width: 1.625rem;
  height: auto;
  aspect-ratio: 26/26;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x .a2a_svg.a2a_s__default.a2a_s_x {
    width: 0.75rem;
    height: auto;
    aspect-ratio: 12/12;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x .addtoany_header {
  margin-bottom: 0rem;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x .addtoany_header {
    font-size: 10px;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background-color: #0866ff;
  color: #fff;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook {
    gap: 0.1875rem;
    padding: 0rem 0.25rem;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook .a2a_svg.a2a_s__default.a2a_s_facebook {
  width: 1.625rem;
  height: auto;
  aspect-ratio: 26/26;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook .a2a_svg.a2a_s__default.a2a_s_facebook {
    width: 0.75rem;
    height: auto;
    aspect-ratio: 12/12;
  }
}
.a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook .addtoany_header {
  margin-bottom: 0rem;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook .addtoany_header {
    font-size: 10px;
  }
}

.addtoany_share_save_container.addtoany_content.addtoany_content_top.another {
  margin-top: 1.6875rem;
}
@media screen and (max-width: 767px) {
  .addtoany_share_save_container.addtoany_content.addtoany_content_top.another {
    margin-top: 0.875rem;
  }
}

.a2a_kit.a2a_kit_size_32.addtoany_list.another {
  display: flex;
  justify-content: center;
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .a2a_kit.a2a_kit_size_32.addtoany_list.another {
    gap: 0.6875rem;
  }
}

.p-single__thumbnail {
  margin-top: 0.75rem;
  width: 100%;
}
.p-single__thumbnail img {
  object-fit: cover;
  width: 48.75rem;
  height: auto;
/*  aspect-ratio: 780/420;*/
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    margin-top: 0.5rem;
  }
  .p-single__thumbnail img {
    width: 100%;
  }
}

.p-single__main-content {
  margin-top: 1.625rem;
}
.p-single__main-content p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.p-single__main-tags {
  padding-top: 5.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__main-tags {
    padding-top: 2.5rem;
  }
}
.p-single__main-tags::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d2d2d2;
  top: 44px;
}
@media screen and (max-width: 767px) {
  .p-single__main-tags::before {
    height: 1px;
    top: 22px;
  }
}

.p-single__main-tag-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.6666666667;
}
@media screen and (max-width: 767px) {
  .p-single__main-tag-title {
    font-size: 18px;
    line-height: 2.6666666667;
  }
}

.p-single__main-tag-wrap {
  margin-top: 0.3125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-tag-wrap {
    margin-top: 0.1875rem;
    gap: 0.375rem;
  }
}

.p-single__main-tag {
  padding: 4px 13px 4px 33px;
  border-radius: 17px;
  border: 0.1875rem solid #767988;
  background-image: url(../img/side_logo_1.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 13px 9px;
  font-size: 13px;
  font-weight: 600;
  color: #767988;
  line-height: 1.6923076923;
  height: fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-single__main-tag {
    border: 0.0625rem solid #767988;
    background-position: 7px center;
    background-size: 13px 9px;
    padding: 4px 13px 4px 25px;
    font-size: 13px;
  }
}

.p-single__sub {
  width: 28.125%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-single__sub {
    width: 100%;
    margin-left: unset;
    margin-top: 2.4375rem;
  }
}

.popular-posts.wpp-ajax h2 {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .popular-posts.wpp-ajax h2 {
    font-size: 15px;
  }
}

.p-single__popular {
  margin-top: 3.9375rem;
}

.widget-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.popular-posts {
  padding-top: 2.0rem;
  border-top: 0.125rem solid #dbdbdc;
}
@media screen and (max-width: 767px) {
  .popular-posts {
    border-top: unset;
    padding-top: 0.9375rem;
  }
}

.p-single__popular-wrap {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .p-single__popular-wrap {
    margin-top: 0.625rem;
  }
}

.p-single__popular-card {
  display: flex;
  align-items: center;
  background-color: #fff;
  gap: 1rem;
  cursor: pointer !important;
  padding: 1.0625rem 0.8125rem 0.8125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card {
    padding: 0.625rem 0.375rem;
    gap: 0.3125rem;
  }
}

.p-single__popular-card:first-child {
  border-radius: 0.5rem 0.5rem 0rem 0rem;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card:first-child {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
  }
}
.p-single__popular-card:last-child {
/*  border-radius: 0rem 0rem 0.5rem 0.5rem;*/
}
@media screen and (max-width: 767px) {
  .p-single__popular-card:last-child {
/*    border-radius: 0rem 0rem 0.25rem 0.25rem;*/
  }
}

.p-single__popular-card:not(:first-of-type) {
  border-top: 1px solid #dbdbdc;
}

.p-single__popular-card:nth-of-type(1) .p-single__popular-card-img::before {
  content: "1";
}
.p-single__popular-card:nth-of-type(2) .p-single__popular-card-img::before {
  content: "2";
}
.p-single__popular-card:nth-of-type(3) .p-single__popular-card-img::before {
  content: "3";
}
.p-single__popular-card:nth-of-type(4) .p-single__popular-card-img::before {
  content: "4";
}
.p-single__popular-card:nth-of-type(5) .p-single__popular-card-img::before {
  content: "5";
}
.p-single__popular-card:nth-of-type(6) .p-single__popular-card-img::before {
  content: "6";
}
.p-single__popular-card:nth-of-type(7) .p-single__popular-card-img::before {
  content: "7";
}
.p-single__popular-card:nth-of-type(8) .p-single__popular-card-img::before {
  content: "8";
}
.p-single__popular-card:nth-of-type(9) .p-single__popular-card-img::before {
  content: "9";
}
.p-single__popular-card:nth-of-type(10) .p-single__popular-card-img::before {
  content: "10";
}
.p-single__popular-card .p-single__popular-card-img {
  width: 28%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card .p-single__popular-card-img {
    width: 5.9375rem;
    height: auto;
    aspect-ratio: 95/36;
  }
}
.p-single__popular-card .p-single__popular-card-img::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: #fff;
  padding: 0rem 0.3125rem;
  background-color: #767988;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card .p-single__popular-card-img::before {
    font-size: 10px;
    padding: 0rem 0.125rem;
  }
}
.p-single__popular-card .p-single__popular-card-img a img {
  width: 5.75rem;
/*  height: 3.875rem;*/
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card .p-single__popular-card-img a img {
    margin: 0;
  }
}

.p-single__popular-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-single__popular-body {
    gap: 0rem;
  }
}

.p-single__popular-card-head {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__popular-card-head {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__popular-card-head {
    font-size: 13px;
  }
}

.p-single__popular-card-date {
  font-size: 10px;
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-single__popular-card-date {
    font-size: 10px;
    line-height: 2;
  }
}

.p-single__sub-cats {
  margin-top: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-single__sub-cats {
    margin-top: 1.25rem;
  }
}

.p-single__sub-cat-title {
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-single__sub-cat-title {
    font-size: 15px;
  }
}

.p-single__sub-cat-container {
  margin-top: 1rem;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.p-single__sub-cat-container .p-single__sub-cat:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-single__sub-cat-container {
    margin-top: 0.5rem;
    border-radius: 4px;
  }
}

.p-single__sub-cat {
  padding-block: 0.75rem;
  padding-left: 1.25rem;
  color: #767988;
  font-size: 1.875rem;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}
.p-single__sub-cat-container .p-single__sub-cat {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-single__sub-cat {
    padding: 10px 20px 10px 0px;
    font-size: 10px;
  }
  .p-single__sub-cat-container .p-single__sub-cat {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
  }
}
.p-single__sub-cat:not(:last-child) {
/*  border-bottom: 1px solid #e0e0e0;*/
}

.p-single__sub-tags {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__sub-tags {
    margin-top: 1.25rem;
  }
}

.p-single__sub-tag-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align-last: left;
}
@media screen and (max-width: 767px) {
  .p-single__sub-tag-title {
    font-size: 15px;
  }
}

.p-single__sub-tag-container {
  margin-top: 1.3125rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1.625rem 1.5rem 1.6875rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-single__sub-tag-container {
    margin-top: 0.625rem;
    padding: 0.8125rem 0.75rem;
    gap: 0.5625rem 0.375rem;
    border-radius: 0.25rem;
  }
  #modal__text1 .p-single__sub-tag-container{
    box-shadow: inherit;
  }
}

.p-single__sub-tag {
  padding: 0.3rem 0.8125rem 0.3rem 1.8rem;
  border-radius: 1.5rem;
  border: 2px solid #767988;
  background-image: url(../img/side_logo_1.png);
  background-repeat: no-repeat;
  background-position: 0.7rem center;
  background-size: 0.7rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
  color: #767988;
  line-height: 1.6923076923;
}
@media screen and (max-width: 767px) {
  .p-single__sub-tag {
    border: 2px solid #767988;
    background-position: 0.8rem center;
    background-size: 0.8rem;
    padding: 0.125rem 1rem 0.125rem 2rem;
    font-size: 10px;
  }
  .p-drawer__list li a.p-single__sub-tag{
    font-size: 15px;
    color: #767988;
  }
  .p-single__sub-tag-container .p-single__sub-tag {
    font-size: 13px;
  }
}

.p-single__main-related {
  width: 68.75%;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-related {
    width: 100%;
    margin-top: 0.9375rem;
  }
}

.p-single__main-related-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-single__main-related-title {
    font-size: 15px;
  }
}

.p-single__main-related-list {
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-related-list {
    margin-top: 0.875rem;
  }
}

.yarpp-related-list {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .yarpp-related-list {
    gap: 0.6875rem;
  }
}

li.yarpp-related-item{
  list-style: none;
}

.yarpp-related-item a {
  border-radius: 8px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .yarpp-related-item a {
    border-radius: 0.25rem;
  }
}
.yarpp-related-item a img {
  border-radius: 0.25rem 0 0 0.25rem;
  width: 18rem;
  height: auto;
  aspect-ratio: 192/108;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .yarpp-related-item a img {
    width: 6.5625rem;
    height: auto;
    aspect-ratio: 105/70;
  }
}

.yarpp-related-link {
  display: flex;
  background-color: #fff;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .yarpp-thumb {
    width: 6.625rem;
  }
}
.yarpp-meta {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  padding: 0.3125rem 1.6875rem 0.3125rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .yarpp-meta {
    gap: 0.25rem;
    padding: 0.125rem 0.375rem 0.125rem 0.3125rem;
  }
}

.yarpp-cat {
  border-radius: 0.25rem;
  width: fit-content;
  background-color: #767988;
  padding: 0.25rem 0.6875rem 0.25rem 0.6875rem;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .yarpp-cat {
    padding: 0.125rem 0.3125rem;
    font-size: 10px;
  }
}

.yarpp-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767px) {
  .yarpp-title {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.yarpp-contents {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .yarpp-contents {
    font-size: 10px;
    line-height: 1.3333333333;
  }
}

p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.p-single__main-content p a{
  text-decoration: underline;
  color: #2c7ac3;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 1.6666666667;
  }
}

p strong {
  font-weight: 700;
}

p.no-line {
  border-top: unset;
}

h2.wp-block-heading {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-block: 1.375rem;
  }
}
h2.wp-block-heading::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d2d2d2;
}
@media screen and (max-width: 767px) {
  h2.wp-block-heading::before {
    bottom: -0.5625rem;
  }
}

h3.wp-block-heading {
  font-size: 22px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 1.6rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3.wp-block-heading {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: normal;
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
  }
}

h4.wp-block-heading {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-top: 1.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  h4.wp-block-heading {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: normal;
    margin-top: 1.3rem;
    margin-bottom: 0.2rem;
  }
}

.ez-toc-v2_0_75.counter-hierarchy.ez-toc-counter.ez-toc-custom.ez-toc-container-direction {
  margin-top: 2.1875rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .ez-toc-v2_0_75.counter-hierarchy.ez-toc-counter.ez-toc-custom.ez-toc-container-direction {
    margin-top: 1.125rem;
  }
}

#ez-toc-container {
  padding: 1.5625rem 1.4375rem 1.0625rem 1.8125rem;
  border-radius: 0.75rem 0.75rem 0.375rem 0.375rem;
}
@media screen and (max-width: 767px) {
  #ez-toc-container {
    padding: 0.9375rem 0.875rem 1rem 0.875rem;
    border-radius: 0.375rem 0.375rem 0.1875rem 0.1875rem;
  }
}

div#ez-toc-container p.ez-toc-title {
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container p.ez-toc-title {
    font-size: 17px;
  }
}

div#ez-toc-container p.ez-toc-title .ez-toc-list.ez-toc-list-level-1 {
  margin-top: 29px;
}

nav {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  nav {
    margin-top: 0.6875rem;
  }
}

div#ez-toc-container ul li {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  div#ez-toc-container ul li {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  div#ez-toc-container ul li a:hover {
    text-decoration: none;
  }
}

.wp-block-list {
  margin: 15px 0px;
  padding: 2rem 1.6875rem 2.375rem 3.5625rem;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-list {
    gap: 0.8rem;
    padding: 1.1875rem 0.875rem 1.1875rem 1.6875rem;
  }
}
.wp-block-list li {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
  position: relative;
/*  list-style-type: initial;*/
}
.wp-block-list li a{
  vertical-align: top;
  text-decoration: underline;
  color: #2c7ac3;
}
.wp-block-list li strong{
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .wp-block-list li {
    font-size: 14px;
  }
}
.wp-block-list li::before {
  /*content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  background-color: #101010;
  border-radius: 100vmax;
  top: 55%;
  translate: 0 -50%;
  right: calc(100% + 1.1875rem);*/
}
@media screen and (max-width: 767px) {
  .wp-block-list li::before {
    right: calc(100% + 0.8125rem);
  }
}

.wp-block-list .wp-block-list{
  margin: 0;
  padding: 0.6rem 0rem 1rem 3rem;
  gap: 0.5rem;
}

.wp-block-group .wp-block-list{
  border: 1px solid #959595;
  padding: 1rem 1rem 1rem 2.5rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group .wp-block-list{
    margin: 8px 0px;
    padding: 0.8rem 1rem 0.8rem 2rem;
  }
}

.wp-block-list.p-single__list-safety {
  padding: 2rem 1.6875rem 2.375rem 3.5625rem;
  margin-block: 1.5rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .wp-block-list.p-single__list-safety {
    padding: 1.1875rem 0.875rem 1.1875rem 1.6875rem;
    margin-block: 0.625rem;
    margin-block: 0.625rem;
  }
}

.wp-block-list.p-single__list-specialty {
  padding: 2.375rem 1.625rem 2.375rem 3.5625rem;
}
@media screen and (max-width: 767px) {
  .wp-block-list.p-single__list-specialty {
    padding: 0.6875rem 0.8125rem 0.6875rem 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-list.p-single__list-specialty li::before {
    top: 50%;
  }
}

.wp-block-group {
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background-color: #f5f5f5;
  margin-block: 1rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
  }
}

.wp-block-group .wp-block-heading:first-child{
  margin-top: 0;
}

.wp-block-group.p-single__group-problem {
  padding: 1.6875rem 0.8125rem 1.4375rem 4.375rem;
  margin-block: 1.25rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-problem {
    padding: 1.1875rem 0.8125rem 1.1875rem 1.75rem;
    margin-block: 0.625rem;
  }
}
.wp-block-group.p-single__group-problem p {
  position: relative;
  left: -3rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-problem p {
    left: -1.5rem;
  }
}
.wp-block-group.p-single__group-problem .wp-block-list {
  margin-top: 0.4375rem;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-problem .wp-block-list {
    gap: 0.6875rem;
  }
}
.wp-block-group.p-single__group-problem .wp-block-list li::before {
  content: "";
  position: absolute;
  right: calc(100% + 1.8125rem);
  width: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-problem .wp-block-list li::before {
    width: 0.25rem;
    height: auto;
    aspect-ratio: 1;
    top: 50%;
    right: calc(100% + 0.9375rem);
  }
}

.wp-block-group.p-single__group-counseling {
  padding: 1.4375rem 1.6875rem 0.8125rem 5.25rem;
  margin-block: 1.375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-counseling {
    padding: 0.6875rem 0.8125rem 0.6875rem 2.5rem;
    margin-block: 1.25rem 1.25rem;
  }
}
.wp-block-group.p-single__group-counseling p {
  position: relative;
  left: -3rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-counseling p {
    left: -1.4375rem;
  }
}
.wp-block-group.p-single__group-counseling .wp-block-list {
  margin-top: 0rem;
  gap: 0.6875rem;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-counseling .wp-block-list {
    margin-top: 1.875rem;
    gap: 1.25rem;
  }
}
.wp-block-group.p-single__group-counseling .wp-block-list li {
  counter-increment: item;
}
.wp-block-group.p-single__group-counseling .wp-block-list li::before {
  content: counter(item);
  position: absolute;
  right: calc(100% + 1.1875rem);
  font-size: 14px;
  background-color: transparent;
  border-radius: unset;
  top: 0.9375rem;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .wp-block-group.p-single__group-counseling .wp-block-list li::before {
    font-size: 14px;
    top: 0.875rem;
    right: calc(100% + 0.875rem);
  }
}

.wp-block-image.size-full {
  margin-block: 2.3125rem 2.6875rem;
  width: 30.25rem;
  height: auto;
  aspect-ratio: 968/516;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .wp-block-image.size-full {
    width: 14.0625rem;
    height: auto;
    aspect-ratio: 225/120;
    margin-block: 0.9375rem 0rem;
  }
}

.p-single__banner {
  display: flex;
  flex-direction: column;
/*  gap: 1.2rem;*/
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-single__banner {
/*    gap: 0.9375rem;*/
  }
}

.p-single__banner img {
  border-radius: 8px;
  overflow: hidden;
  width: 22.5rem;
  height: auto;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-single__banner img {
    width: 22.1875rem;
    height: auto;
  }
}

.ez-toc-link.ez-toc-heading-1 {
  display: block;
}
.ez-toc-link.ez-toc-heading-1::first-letter {
  color: #000;
}

.p-single__main-charge {
  margin-top: 5.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single__main-charge {
    margin-top: 2.8125rem;
  }
}
.p-single__main-charge::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #d2d2d2;
  top: -48px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge::before {
    top: -1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge::before {
    height: 2px;
    top: -1.5rem;
  }
}

.p-single__main-charge-wrap {
  display: flex;
  gap: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge-wrap {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-wrap {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
}

.p-single__main-charge-img {
  flex: 1;
  max-width: 87px;
  border-radius: 100vmax;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge-img {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-img {
    margin-inline: auto;
    max-width: 100%;
  }
}
.p-single__main-charge-img img {
  border-radius: 100vmax;
  background-size: cover;
  width: 87px;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge-img img {
    width: 150px;
    height: auto;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-img img {
    width: 40vw;
  }
}

.p-single__main-charge-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-box {
    gap: 0.25rem;
  }
}

.p-single__main-charge-head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-single__main-charge-head {
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-head {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
}

.p-single__main-charge-name {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge-name {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-name {
    font-size: 18px;
  }
}

.p-single__main-charge-title {
  padding-left: 1rem;
  font-size: 17px;
  font-weight: 600;
  color: #767988;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-single__main-charge-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main-charge-title {
    font-size: 15px;
    padding-left: 8px;
  }
}

.p-single__main-charge-genre {
  line-height: 1.6;
}
.p-single__main-charge-genre-title {
  font-weight: 600;
  font-size: 15px;
}

.p-single__main-charge-genre-body {
  font-size: 15px;
}

button.p-single__main-charge-btn {
  cursor: pointer;
  margin-top: 2.0625rem;
  padding: 10px 20px;
  text-align: center;
  background-color: #2bb6a6;
  border-radius: 27px;
  max-width: 390px;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  button.p-single__main-charge-btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  button.p-single__main-charge-btn {
    padding-block: 0.4375rem;
    padding-inline: 0.1875rem;
    margin-top: 0.5rem;
    border-radius: 14px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-inline: auto;
  }
}
button.p-single__main-charge-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  button.p-single__main-charge-btn a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wp-block-table {
    width: 100%;
    overflow-x: scroll;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .wp-block-table .has-fixed-layout {
    width: 1000px;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

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

.u-font {
  font-family: "Century Gothic", sans-serif;
}
.u-font__jp {
  font-family: "Century Gothic", sans-serif;
}
.u-font__en {
  font-family: "Montserrat", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}