@charset "utf-8";

/* ==============================
l__mv__sub__02_sp
===============================*/
@media screen and (max-width: 343px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    min-width: 320px;
    padding-top: 87px;
    padding-bottom: 95px;
    text-align: center;
    background-image: url(../images/bg_sub_mv_02_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 80% 9%;
    border-bottom-right-radius: 80% 9%;
    margin-top: 74px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
  }
}
/* ----------------------------
l__mv__sub___02_344-899
-----------------------------*/
@media screen and (min-width: 344px) and (max-width: 899px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 87px;
    padding-bottom: 95px;
    text-align: center;
    background-image: url(../images/bg_sub_mv_02_sp.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 80% 9%;
    border-bottom-right-radius: 80% 9%;
    margin-top: 74px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
  }
}
/* ----------------------------
l__mv__sub___02_pc__900-1278
-----------------------------*/
@media screen and (min-width: 900px) and (max-width: 1278px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 164px;
    padding-bottom: 161px;
    min-width: 900px;
    max-width: 1278px;
    text-align: left;
    background-image: url(../images/bg_sub_mv_02_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 89% 29%;
    border-bottom-right-radius: 89% 29%;
    margin-top: 74px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 6.2%;
  }
}

/* ----------------------------
l__mv__sub__02_pc
-----------------------------*/

@media screen and (min-width: 1279px) {
  .l__mv__sub__02 {
    width: 100%;
  }

  .l__mv__sub__02__inner {
    padding-top: 164px;
    padding-bottom: 162px;
    width: 100%;
    text-align: left;
    background-image: url(../images/bg_sub_mv_02_pc.svg);
    background-repeat: no-repeat;
    background-size: cover;
    /* 曲線の境界線 */
    position: relative;
    border-bottom-left-radius: 89% 29%;
    border-bottom-right-radius: 89% 29%;
    margin-top: 120px;
  }

  .l__mv__sub__02__title {
    font-family: "Shippori Mincho B1", serif;
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 1.41;
    letter-spacing: 0.09em;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 6.2%;
  }
}

/* ==============================
blog_sp
===============================*/
@media screen and (max-width: 343px) {
  .container {
    display: block;
  }

  .l__blog {
    width: 100%;
    min-width: 320px;
  }

  .l__blog__inner {
    display: block;
    padding: 59px 6.4% 112px;
    min-width: 282px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .l__blog__category {
    width: 100%;
  }

  .l__blog__category__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
  }

  .l__blog__category a {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }

  .l__blog__category a:hover,
  .l__blog__category .current-cat a {
    transition: 0.3s;
    background-color: #c6e6e6;
  }

  .l__blog__list {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 59px;
    min-width: 282px;
    margin: 0 auto;
  }

  .blog__item__wrap {
    min-width: 282px;
    height: auto;
    margin-top: 57px;
  }

  .blog__item__wrap:first-of-type {
    margin-top: 0;
  }

  .l__blog__item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
  }

  .l__blog__item:hover {
    opacity: 0.6;
  }

  .l__blog__item:first-of-type {
    margin-top: 0;
  }

  .l__blog__item__img {
    min-width: 282px;
    aspect-ratio: 130/87;
    border-radius: 11px;
    overflow: hidden;
  }

  .l__blog__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .l__blog__item__category {
    display: inline-block;
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    color: #8b8b8b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 23px;
  }

  .l__blog__item__txt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }

  .date__and__more {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l__blog__item__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.17em;
  }

  .l__blog__item__more {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
    position: relative;
  }

  .l__blog__item__more img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog__list__pagenation {
    min-width: 282px;
    max-width: 793px;
    margin: 89px auto 0;
  }

  .blog__list__pagenation__inner {
    min-width: 282px;
    max-width: 793px;
    margin: 0 auto;
    position: relative;

    display: flex;
    align-items: center;
  }

  /* ページネーションパーツ設定*/
  .prev {
    position: absolute;
    left: 0;
  }

  .next {
    position: absolute;
    right: 0;
  }

  .page-numbers {
    display: none;
  }

  .page-numbers.current,
  .prev,
  .next {
    display: inline-block;
  }

  .page-numbers.current {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }

  .blog__list__pagenation__inner a.page-numbers:hover {
    opacity: 0.6;
    transition: 0.3s;
  }

  .prev,
  .next {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
  }

  .prev {
    position: relative;
  }

  .prev img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }

  .next {
    position: relative;
  }

  .next img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* ページネーション分岐2ページ目以降 */
  .blog__list__pagenation__inner {
    justify-content: space-between;
  }

  /* ページネーション分岐1ページ目 */
  .blog__list__pagenation__inner:not(:has(.prev)) {
    justify-content: center;
    position: relative;
  }

  .blog__list__pagenation__inner:not(:has(.prev)) .next {
    position: absolute;
    right: 0;
  }

  /* ページネーション分岐最終ページ */
  .blog__list__pagenation__inner:not(:has(.next)) {
    justify-content: center;
    position: relative;
  }

  .blog__list__pagenation__inner:not(:has(.next)) .prev {
    position: absolute;
    left: 0;
  }
}

/* ----------------------------
blog__344-900
-----------------------------*/
@media screen and (min-width: 344px) and (max-width: 900px) {
  .container {
    display: block;
  }

  .l__blog {
    width: 100%;
  }

  .l__blog__inner {
    display: block;
    padding: 59px 6.4% 112px;
    min-width: 282px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .l__blog__category {
    width: 100%;
  }

  .l__blog__category__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 10px;
  }

  .l__blog__category a {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: 0.3s ease;
  }

  .l__blog__category a:hover,
  .l__blog__category .current-cat a {
    transition: 0.3s ease;
    background-color: #c6e6e6;
  }

  .l__blog__list {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 59px;
    min-width: 282px;
    margin: 0 auto;
  }

  .blog__item__wrap {
    min-width: 282px;
    height: auto;
    margin-top: 57px;
  }

  .blog__item__wrap:first-of-type {
    margin-top: 0;
  }

  .l__blog__item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
  }

  .l__blog__item:hover {
    opacity: 0.6;
  }

  .l__blog__item:first-of-type {
    margin-top: 0;
  }

  .l__blog__item__img {
    min-width: 282px;
    aspect-ratio: 130/87;
    border-radius: 11px;
    overflow: hidden;
  }

  .l__blog__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .l__blog__item__category {
    display: inline-block;
    padding: 8px 11px;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    color: #8b8b8b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 23px;
  }

  .l__blog__item__txt {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 20px;
  }

  .date__and__more {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .l__blog__item__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.17em;
  }

  .l__blog__item__more {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
    position: relative;
  }

  .l__blog__item__more img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog__list__pagenation {
    min-width: 282px;
    max-width: 793px;
    margin: 89px auto 0;
  }

  .blog__list__pagenation__inner {
    min-width: 282px;
    max-width: 793px;
    margin: 0 auto;
    position: relative;

    display: flex;
    align-items: center;
  }

  /* ページネーションパーツ設定*/
  .prev {
    position: absolute;
    left: 0;
  }

  .next {
    position: absolute;
    right: 0;
  }

  .page-numbers {
    display: none;
  }

  .page-numbers.current,
  .prev,
  .next {
    display: inline-block;
  }

  .page-numbers.current {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }

  .blog__list__pagenation__inner a.page-numbers:hover {
    opacity: 0.6;
    transition: 0.3s;
  }

  .prev,
  .next {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
  }

  .prev {
    position: relative;
  }

  .prev img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }

  .next {
    position: relative;
  }

  .next img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  /* ページネーション分岐2ページ目以降 */
  .blog__list__pagenation__inner {
    justify-content: space-between;
  }

  /* ページネーション分岐1ページ目 */
  .blog__list__pagenation__inner:not(:has(.prev)) {
    justify-content: center;
    position: relative;
  }

  .blog__list__pagenation__inner:not(:has(.prev)) .next {
    position: absolute;
    right: 0;
  }

  /* ページネーション分岐最終ページ */
  .blog__list__pagenation__inner:not(:has(.next)) {
    justify-content: center;
    position: relative;
  }

  .blog__list__pagenation__inner:not(:has(.next)) .prev {
    position: absolute;
    left: 0;
  }
}

/* ----------------------------
blog__901-1278
-----------------------------*/
@media screen and (min-width: 901px) and (max-width: 1278px) {
  .container {
    display: block;
  }

  .l__blog {
    width: 100%;
  }

  .l__blog__inner {
    display: block;
    padding: 118px 41px 206px;
    max-width: 1279px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .l__blog__category {
    max-width: 940px;
    margin: 0 auto;
  }

  .l__blog__category__inner {
    max-width: 882px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .l__blog__category a {
    display: inline-block;
    padding: 16px 39px 18px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    transition: 0.3s ease;
  }

  .l__blog__category a:hover,
  .l__blog__category .current-cat a {
    transition: 0.3s ease;
    background-color: #c6e6e6;
  }

  .l__blog__list {
    padding-top: 107px;
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 260px);
    justify-content: space-between;
    row-gap: 115px;
    margin: 0 auto;
  }

  .blog__item__wrap {
    max-width: 260px;
    height: 409px;
  }

  .l__blog__item {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
  }

  .l__blog__item:hover {
    opacity: 0.6;
  }

  .l__blog__item:first-of-type {
    margin-top: 0;
  }

  .l__blog__item__img {
    width: 260px;
    height: 174px;
    border-radius: 11px;
    overflow: hidden;
  }

  .l__blog__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .l__blog__item__category {
    display: inline-block;
    padding: 9px 12px;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    color: #8b8b8b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 32px;
    align-self: flex-start;
  }

  .l__blog__item__txt {
    width: 100%;
    height: 122px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 16px;
  }

  .date__and__more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }

  .l__blog__item__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.17em;
  }

  .l__blog__item__more {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
    position: relative;
  }

  .l__blog__item__more img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog__list__pagenation {
    max-width: 940px;
    margin: 98px auto;
  }

  .blog__list__pagenation__inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 29px;
  }

  .page-numbers,
  .prev,
  .next,
  .page-numbers.dots {
    display: inline-block;
  }

  .page-numbers {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }

  .blog__list__pagenation__inner .current {
    font-weight: 600;
  }

  .blog__list__pagenation__inner a.page-numbers:hover {
    opacity: 0.6;
    transition: 0.3s;
  }

  .prev,
  .next {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
  }

  .prev {
    position: relative;
  }

  .prev.page-numbers img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }

  .next {
    position: relative;
  }

  .next img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/*----------------------------
  blog__pc
----------------------------*/
@media screen and (min-width: 1279px) {
  .container {
    display: block;
  }

  .l__blog {
    width: 100%;
  }

  .l__blog__inner {
    display: block;
    padding-top: 121px;
    padding-bottom: 206px;
    max-width: 1279px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .l__blog__category {
    max-width: 940px;
    margin: 0 auto;
  }

  .l__blog__category__inner {
    max-width: 882px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    row-gap: 22px;
  }

  .l__blog__category__inner a {
    display: inline-block;
    padding: 16px 39px 18px;
    border-radius: 10px;
    border: 1px solid #333;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    transition: 0.3s ease;
  }

  .l__blog__category__inner a:hover,
  .l__blog__category__inner .current-cat a {
    transition: 0.3s ease;
    background-color: #c6e6e6;
  }

  .l__blog__list {
    padding-top: 107px;
    max-width: 940px;
    display: grid;
    grid-template-columns: repeat(3, 260px);
    justify-content: space-between;
    row-gap: 120px;
    margin: 0 auto;
  }

  .blog__item__wrap {
    max-width: 260px;
    height: 409px;
  }

  .l__blog__item {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    transition: opacity 0.3s ease;
  }

  .l__blog__item:hover {
    opacity: 0.6;
  }

  .l__blog__item:first-of-type {
    margin-top: 0;
  }

  .l__blog__item__img {
    width: 260px;
    height: 174px;
    border-radius: 11px;
    overflow: hidden;
  }

  .l__blog__item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .l__blog__item__category {
    display: inline-block;
    padding: 8px 11px;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    color: #8b8b8b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 31px;
    align-self: flex-start;
  }

  .l__blog__item__txt {
    width: 100%;
    height: 122px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-top: 16px;
  }

  .date__and__more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
  }

  .l__blog__item__date {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.17em;
  }

  .l__blog__item__more {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
    position: relative;
  }

  .l__blog__item__more img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .blog__list__pagenation {
    max-width: 940px;
    margin: 0 auto;
  }

  .blog__list__pagenation__inner {
    width: 100%;
    margin: 95px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 29px;
  }

  .page-numbers,
  .prev,
  .next,
  .page-numbers.dots {
    display: inline-block;
  }

  .page-numbers {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }

  .blog__list__pagenation__inner .current {
    font-weight: 600;
  }

  .blog__list__pagenation__inner a.page-numbers:hover {
    opacity: 0.6;
    transition: 0.3s;
  }

  .prev,
  .next {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    border: solid 1px #333;
  }

  .prev {
    position: relative;
  }

  .prev img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(-1, 1);
  }
  .next {
    position: relative;
  }

  .next img {
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* ==============================
single_sp
===============================*/
@media screen and (max-width: 899px) {
  .single {
    width: 100%;
    min-width: 320px;
  }

  .single__inner {
    padding: 58px 6.4% 56px;
    min-width: 282px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .single__date {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .single__category {
    display: inline-block;
    padding: 8px 12px;
    color: #8b8b8b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    margin-top: 32px;
    transition: opacity 0.3s ease;
  }

  .single__category:hover {
    opacity: 0.6;
  }

  .single__title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 29px;
    margin-bottom: 60px;
  }

  .single__contents__figure {
    margin: 51px 0;
  }

  .single__contents {
    font-size: 1.5rem;
    line-height: 2.11;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: #333;
  }

  .single__contents table {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .single__contents th,
  .single__contents td {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }

  .single__contents p,
  .wp-block-list {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
  }

  .single__contents h1,
  .single__contents h2,
  .single__contents h3,
  .single__contents h4,
  .single__contents h5,
  .single__contents h6 {
    text-align: left;
  }

  .single__contents h2 {
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 80px;
  }

  .single__contents h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .single__contents h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 4rem;
  }

  .single__contents h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .single__contents h4 {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .single__contents h5 {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .single__contents h6 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .vk_balloon_icon_name {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  .single__contents ul {
    list-style: disc !important;
    padding-left: 1.5em !important;
  }
  .single__contents ol {
    list-style: decimal !important;
    padding-left: 1.5em !important;
  }

  .single__contents a {
    color: #949494;
    border-bottom: 1px solid #949494;
  }

  .single__contents a:hover {
    border-bottom: none;
  }

  .single__pagenation {
    width: 100%;
    margin-top: 115px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 21px;
  }

  .single__pagenation__next {
    margin-left: auto;
  }

  .single__pagenation__before a,
  .single__pagenation__next a,
  .single__pagenation__list a {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #333;
    background: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    transition: opacity 0.3s ease;
  }

  .single__pagenation__before a:hover,
  .single__pagenation__next a:hover,
  .single__pagenation__list a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }

  .single__pagenation__before a,
  .single__pagenation__next a {
    width: clamp(137px, 43vw, 159px);
  }

  .single__pagenation__list {
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------
single.html__900-1278
-----------------------------*/
@media screen and (min-width: 900px) and (max-width: 1278px) {
  .sample {
    font-size: clamp(2.5rem, 3vw, 4rem);
  }
  .single {
    width: 100%;
  }

  .single__inner {
    padding: 118px 6% 276px;
    max-width: 1066px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .date__and__category {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .single__date {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .single__category {
    display: inline-block;
    padding: 8px 12px;
    color: #8b8b8b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    margin-top: 0;
    transition: opacity 0.3s ease;
  }

  .single__category:hover {
    opacity: 0.6;
  }

  .single__title {
    width: 100%;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.91;
    letter-spacing: 0.02em;
    margin-top: 29px;
    margin-bottom: 60px;
  }

  .single__contents__figure {
    margin: 60px 0;
    max-width: 893px;
    height: auto;
  }

  .single__contents__figure img {
    width: 100%;
    height: auto;
  }

  .single__contents h1,
  .single__contents h2,
  .single__contents h3,
  .single__contents h4,
  .single__contents h5,
  .single__contents h6 {
    text-align: left;
  }

  .single__contents {
    font-size: 1.6rem;
    line-height: 2.11;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-align: left;
    color: #333;
  }

  .single__contents table {
    font-size: 1.4rem;
    font-weight: 500;
  }

  .single__contents th,
  .single__contents td {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 500;
  }

  .single__contents p,
  .wp-block-list {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.02em;
    margin-bottom: 2rem;
  }

  .single__contents h2 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 99px;
  }

  .single__contents h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 23px;
    margin-bottom: 54px;
  }

  .single__contents h3 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 4rem;
  }

  .single__contents h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .single__contents h4 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .single__contents h5 {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .single__contents h6 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .vk_balloon_icon_name {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  .single__contents ul {
    list-style: disc !important;
    padding-left: 1.5em !important;
  }
  .single__contents ol {
    list-style: decimal !important;
    padding-left: 1.5em !important;
  }

  .single__contents a {
    color: #949494;
    border-bottom: 1px solid #949494;
  }

  .single__contents a:hover {
    border-bottom: none;
  }

  .single__pagenation {
    width: 100%;
    margin-top: 206px;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .single__pagenation__next {
    order: 3;
    position: absolute;
    right: 0;
  }

  .single__pagenation {
    position: relative;
  }

  .single__pagenation__before {
    position: absolute;
    left: 0;
  }

  .single__pagenation__list {
    order: 2;
  }

  .single__pagenation__before a,
  .single__pagenation__next a,
  .single__pagenation__list a {
    display: block;
    width: 159px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #333;
    background: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    transition: opacity 0.3s ease;
  }

  .single__pagenation__before a:hover,
  .single__pagenation__next a:hover,
  .single__pagenation__list a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }
}

/*----------------------------
  single__pc
----------------------------*/
@media screen and (min-width: 1279px) {
  .single {
    width: 100%;
  }

  .single__inner {
    padding: 118px 6% 276px;
    max-width: 1066px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 0 auto;
  }

  .date__and__category {
    display: flex;
    align-items: center;
    gap: 26px;
  }

  .single__date {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.09em;
  }

  .single__category {
    display: inline-block;
    padding: 8px 12px;
    color: #8b8b8b;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid #8b8b8b;
    background: #fff;
    margin-top: 0;
    transition: opacity 0.3s ease;
  }

  .single__category:hover {
    opacity: 0.6;
  }

  .single__title {
    width: 100%;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.91;
    letter-spacing: 0.02em;
    margin-top: 29px;
    margin-bottom: 60px;
  }

  .single__contents__figure {
    margin: 60px 0;
    max-width: 893px;
    height: auto;
  }

  .single__contents__figure img {
    width: 100%;
    height: auto;
  }

  .single__contents h1,
  .single__contents h2,
  .single__contents h3,
  .single__contents h4,
  .single__contents h5,
  .single__contents h6 {
    text-align: left;
  }

  .single__contents {
    font-size: 1.6rem;
    line-height: 2.11;
    letter-spacing: 0.02em;
    color: #333;
  }

  .single__contents table {
    font-size: 1.4rem;
  }

  .single__contents th,
  .single__contents td {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  .single__contents p,
  .wp-block-list {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.11;
    letter-spacing: 0.02em;
    margin-bottom: 4rem;
  }

  .single__contents h1 {
    width: 100%;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 99px;
  }

  .single__contents h2 {
    width: 100%;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 99px;
  }

  .single__contents h2::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 23px;
    margin-bottom: 54px;
  }

  .single__contents h3 {
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 4rem;
  }

  .single__contents h3::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-radius: 50px;
    background: linear-gradient(90deg, #95e7ea 42.31%, #dbf4eb 100%);
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .single__contents h4 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .single__contents h5 {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .single__contents h6 {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-top: 3rem;
  }

  .vk_balloon_icon_name {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
  }

  .single__contents ul {
    list-style: disc !important;
    padding-left: 1.5em !important;
  }
  .single__contents ol {
    list-style: decimal !important;
    padding-left: 1.5em !important;
  }
  .single__contents a {
    color: #949494;
    border-bottom: 1px solid #949494;
  }

  .single__contents a:hover {
    border-bottom: none;
  }

  .single__contents table {
    width: 100%;
    border-collapse: collapse;
  }

  .single__contents th,
  .single__contents td {
    border: 1px solid #ccc;
    padding: 10px;
  }

  .single__pagenation {
    width: 100%;
    margin-top: 206px;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .single__pagenation__next {
    order: 3;
    position: absolute;
    right: 0;
  }

  .single__pagenation {
    position: relative;
  }

  .single__pagenation__before {
    position: absolute;
    left: 0;
  }

  .single__pagenation__list {
    order: 2;
  }

  .single__pagenation__before a,
  .single__pagenation__next a,
  .single__pagenation__list a {
    display: block;
    width: 159px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 100px;
    border: 1px solid #333;
    background: #fff;
    padding-top: 22px;
    padding-bottom: 22px;
    text-align: center;
    transition: opacity 0.3s ease;
  }

  .single__pagenation__before a:hover,
  .single__pagenation__next a:hover,
  .single__pagenation__list a:hover {
    opacity: 0.6;
    transition: opacity 0.3s ease;
  }

  element.style {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #333;
  }
}
