@charset "UTF-8";
/*
// 適用前 (下向き矢印の動きを上下をループにする場合)
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes arrowDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Poppins);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;1,700&family=Rajdhani:wght@600;700&display=swap);
a img {
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}

a img:hover {
  opacity: 0.7;
}

/**
 * 環境指定変数
 *  ビルド時に適応したい環境値に設定してください。
 *   dev: 開発環境（設定したファイル名がそのまま反映されます）
 *   stg: はてなSTG環境
 *   prd: はてな本番環境
 */
/**
 * 環境別画像URL
 * 各環境毎に画像のURLを指定
 * フォトライフは本番/STGが共通のため、ファイルアップローダー移行時はそれぞれを指定する
 */
/* font */
/* initialize */
.page-entry.category-_XPJ #content-inner #wrapper .entry-content, .page-entry.category-_XPJ .entry-content p {
  line-height: initial;
}

.page-entry.category-_XPJ .sbn-module-article-social-button, .page-entry.category-_XPJ .entry-date, .page-entry.category-_XPJ .entry-title, .page-entry.category-_XPJ .logly-lift-anchor-widget, .page-entry.category-_XPJ .customized-footer .hatena-module:nth-child(2), .page-entry.category-_XPJ .customized-footer .hatena-module:nth-child(3), .page-entry.category-_XPJ #content-inner #wrapper .entry-header .entry-categories {
  display: none !important;
}

.page-entry.category-_XPJ #content-inner #wrapper .entry-content {
  min-height: 2620px;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ #content-inner #wrapper .entry-content {
    min-height: auto;
  }
}
.page-entry.category-_XPJ #content-inner #wrapper .entry-content .entry-paging .entry-paging-pagination .entry-paging-pagenum em, .page-entry.category-_XPJ #content-inner #wrapper .entry-content .entry-paging .entry-paging-pagination .entry-paging-pagenum a {
  padding: 0 !important;
}

.page-entry.category-_XPJ .contents-main p {
  font-weight: 400;
}

.page-entry.category-_XPJ #top-box .breadcrumb {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .page-entry.category-_XPJ #content-inner {
    max-width: 1440px;
    margin-top: 170px;
    padding-left: 110px;
    padding-right: 120px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ #content-inner {
    margin-top: 13.33vw;
  }
}
.page-entry.category-_XPJ ol, .page-entry.category-_XPJ ul {
  list-style: none;
}

.page-entry.category-_XPJ .entry {
  padding-top: 0 !important;
}

.page-entry.category-_XPJ #wrapper {
  max-width: 830px;
  padding-right: 0 !important;
}

.page-entry.category-_XPJ #content .entry-content a {
  color: inherit;
}

.page-entry.category-_XPJ #content .entry-content h3 {
  margin-top: 0;
}

.page-entry.category-_XPJ #content .entry-content .bul-c li {
  font-weight: normal;
}

.page-entry.category-_XPJ .breadcrumb {
  margin-bottom: 0;
}

.page-entry.category-_XPJ #content img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .page-entry.category-_XPJ a:hover {
    opacity: 0.7;
  }
}
.page-entry.category-_XPJ .disclaimer {
  margin-bottom: 50px !important;
}

/* utility */
@media screen and (min-width: 769px) {
  .u-pc-d-n {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sp-d-n {
    display: none !important;
  }
}
/* contents */
.page-entry.category-_XPJ .breadcrumb {
  margin-bottom: 0;
}

.page-entry.category-_XPJ .js-keyvisual {
  height: 49.8611111111vw;
  min-height: 718px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .js-keyvisual {
    height: 113.3333333333vw;
    min-height: initial;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.page-entry.category-_XPJ .contents-header, .page-entry.category-_XPJ .js-keyvisual-img {
  display: none;
}

.page-entry.category-_XPJ [data-sb-font-family=Rajdhani] {
  font-family: "Rajdhani";
}

.page-entry.category-_XPJ [data-sb-font-family=Poppins] {
  font-family: "Poppins";
}

.page-entry.category-_XPJ .contents-index-title {
  border-bottom: 6px solid #000;
  padding-left: 30px;
  padding-bottom: 7px;
  font-size: 20px;
  font-weight: bold !important;
  letter-spacing: 6px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-title {
    width: 100%;
    padding-left: 12px;
    padding-bottom: 9px;
    border-bottom: 4px solid #000;
    font-size: 18px;
  }
}
.page-entry.category-_XPJ .contents-index-title::after {
  content: none;
}

.page-entry.category-_XPJ .contents-index-title-en {
  margin-left: 7px;
  letter-spacing: initial;
  font-size: 15px;
  color: #979797;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-title-en {
    margin-left: 11px;
    font-size: 14px;
  }
}
.page-entry.category-_XPJ .contents-index-wrap {
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-wrap {
    margin-bottom: 100px !important;
  }
}
.page-entry.category-_XPJ .contents-index-list_item + .contents-index-list_item {
  border-top: 1px solid #dbdbdb;
}

.page-entry.category-_XPJ .contents-index-list-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding-left: 30px;
  padding-right: 65px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-list-link {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 17px 35px 17px 14px !important;
    min-height: inherit;
    font-size: 15px;
  }
}
.page-entry.category-_XPJ .contents-index-list-link::after {
  content: "";
  display: block;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-list-link::after {
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 8px;
    height: 8px;
    right: 17px;
    margin-top: -7px;
  }
}
.page-entry.category-_XPJ .contents-index-list_number {
  margin-right: 23px;
  font-size: 21px;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-index-list_number {
    margin-right: 20px;
    font-size: 20px;
    line-height: 1.1;
  }
}
.page-entry.category-_XPJ .text {
  margin-top: 35px;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .text {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
  }
  .page-entry.category-_XPJ .text + .text {
    margin-top: 40px !important;
  }
}
.page-entry.category-_XPJ .text:first-child {
  margin-top: 0;
}

.page-entry.category-_XPJ .profile-box, .page-entry.category-_XPJ .blockquote-box {
  position: relative;
  background: #f4f4f4;
  border-radius: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-box, .page-entry.category-_XPJ .blockquote-box {
    border-radius: 3px;
  }
}
.page-entry.category-_XPJ .profile-box {
  margin-top: 130px;
  padding: 45px 55px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-box {
    margin-top: 85px;
    padding: 40px 15px 45px;
  }
}
.page-entry.category-_XPJ .profile-box-title {
  position: absolute;
  top: -35px;
  left: 25px;
  font-size: 62px;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-box-title {
    top: -35px;
    left: 15px;
    font-size: 55px;
  }
}
.page-entry.category-_XPJ .profile-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list {
    display: block;
  }
}
.page-entry.category-_XPJ .profile-list_item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list_item {
    width: 100%;
  }
}
.page-entry.category-_XPJ .profile-list_item:only-child {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list_item:only-child {
    display: block;
  }
}
.page-entry.category-_XPJ .profile-list_item + .profile-list_item {
  margin-left: 85px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list_item + .profile-list_item {
    margin-top: 35px;
    margin-left: 0;
  }
}
.page-entry.category-_XPJ .profile-list_item:only-child .profile-image-wrap, .page-entry.category-_XPJ .profile-list_item:only-child .profile-text-wrap {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list_item:only-child .profile-image-wrap, .page-entry.category-_XPJ .profile-list_item:only-child .profile-text-wrap {
    width: 100%;
  }
}
.page-entry.category-_XPJ .profile-list_item:only-child .profile-image-wrap + .profile-text-wrap {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-list_item:only-child .profile-image-wrap + .profile-text-wrap {
    margin-left: 0;
  }
}
.page-entry.category-_XPJ .profile-name {
  margin-top: -20px;
  line-height: 1 !important;
}

.page-entry.category-_XPJ .profile-name.vertical-bottom {
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-name {
    margin-top: -20px !important;
    line-height: 1.2 !important;
  }
  .page-entry.category-_XPJ .profile-name.vertical-bottom {
    margin-top: 0 !important;
  }
}
.page-entry.category-_XPJ .profile-name-ja, .page-entry.category-_XPJ .profile-name-en {
  color: #fff;
  background: #1a1a1a;
  padding: 0 5px;
}

.page-entry.category-_XPJ .profile-name-ja {
  font-size: 28px;
}

.page-entry.category-_XPJ .profile-name-en {
  font-size: 12px;
  font-weight: bold !important;
}

.page-entry.category-_XPJ .profile-position {
  position: relative;
  margin-top: 25px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: bold !important;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .page-entry.category-_XPJ .profile-list_item:only-child .profile-position {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .profile-position {
    margin-top: 23px;
    font-size: 15px;
  }
}
.page-entry.category-_XPJ .profile-position::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  border-top: solid 2px #000;
  width: 45px;
  height: 2px;
}

.page-entry.category-_XPJ .profile-career {
  font-size: 16px;
  line-height: 1.66;
}

.page-entry.category-_XPJ .section-container, .page-entry.category-_XPJ .section-inner {
  margin-top: 150px;
}

.page-entry.category-_XPJ .section-inner[id^=page] {
  margin-top: 120px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .section-container, .page-entry.category-_XPJ .section-inner {
    margin-top: 115px;
  }
}
.page-entry.category-_XPJ .contents-main > .section-container:first-child {
  margin-top: 0;
}

.page-entry.category-_XPJ .contents-main > .section-container:first-child .title-lv2 {
  margin-top: 0 !important;
}

.page-entry.category-_XPJ .section-container .section-container {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .section-container .section-container {
    margin-top: 70px;
  }
}
.page-entry.category-_XPJ .section-container .section-container .section-container {
  margin-top: 50px;
}

.page-entry.category-_XPJ .title-lv2 {
  padding: 0 !important;
  font-size: 34px !important;
  font-weight: bold !important;
  line-height: 1.317 !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .title-lv2 {
    font-size: 27px !important;
    line-height: 1.4 !important;
  }
}
.page-entry.category-_XPJ .title-lv2 + * {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .title-lv2 + * {
    margin-top: 55px;
  }
}
.page-entry.category-_XPJ .title-lv3 {
  position: relative;
  padding-left: 23px;
  font-size: 20px !important;
  line-height: 1.6 !important;
  font-weight: bold !important;
}

.page-entry.category-_XPJ .title-lv3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-left: solid 7px #babcbe;
  height: 37px;
}

.page-entry.category-_XPJ .title-lv4 {
  font-size: 18px !important;
  font-weight: bold;
}

.page-entry.category-_XPJ .text-interviewer {
  position: relative;
  margin-top: 55px !important;
  padding-left: 85px;
  color: #6c6db7;
  font-weight: 500 !important;
  line-height: 1.773;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .text-interviewer {
    margin-top: 35px !important;
    padding-left: 0;
    font-size: 15px;
  }
}
.page-entry.category-_XPJ .text-interviewer::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  border-top: solid 2px #6c6db7;
  width: 60px;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .text-interviewer::after {
    content: none;
  }
}
.page-entry.category-_XPJ .text-interviewer + .text-interviewer {
  margin-top: 15px !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .text-interviewer + .text-interviewer {
    margin-top: 35px !important;
  }
}
.page-entry.category-_XPJ .text-interviewer + .text-interviewer::after {
  content: none;
}

.page-entry.category-_XPJ .interviewee-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-box {
    display: block;
    margin-top: 30px;
  }
}
.page-entry.category-_XPJ .interviewee-box-inner {
  margin-top: 0;
}

.page-entry.category-_XPJ .interviewee-box-inner + .interviewee-box-inner {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-box-inner + .interviewee-box-inner {
    margin-left: 0;
  }
}
.page-entry.category-_XPJ .interviewee-box-inner:first-child {
  min-width: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-box-inner:first-child {
    min-width: initial;
    text-align: initial;
  }
}
.page-entry.category-_XPJ .interviewee-icon-wrap {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
}
.page-entry.category-_XPJ .interviewee-icon {
  width: 50px;
  line-height: 1;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-icon {
    width: 32px;
    margin: initial;
  }
}
.page-entry.category-_XPJ .interviewee-name {
  display: inline-block;
  color: #fff;
  min-width: 42px;
  background: #1a1a1a;
  padding: 0 5px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-name {
    min-width: 38px;
  }
}
.page-entry.category-_XPJ .interviewee-icon + .interviewee-name {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-icon + .interviewee-name {
    margin-top: 0 !important;
    margin-left: 9px;
  }
}
.page-entry.category-_XPJ .interviewee-box .text {
  margin-top: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .interviewee-box .text {
    font-size: 15px;
  }
}
.page-entry.category-_XPJ .contents-image {
  margin-top: 60px;
}

.page-entry.category-_XPJ .contents-image-caption {
  margin-top: 10px;
  color: #979797;
  font-size: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .contents-image-caption {
    margin-top: 2px;
    font-size: 12px;
  }
}
.page-entry.category-_XPJ .link-text-list {
  margin-top: 35px !important;
}

.page-entry.category-_XPJ .link-text-list_item:not(:first-child) {
  margin-top: 10px;
}

.page-entry.category-_XPJ .link-text, .page-entry.category-_XPJ .link-quote-source {
  text-decoration: none;
  color: #7992d0 !important;
}

.page-entry.category-_XPJ .link-text[target=_blank] {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114636.png") no-repeat center right;
  background-size: 21px 16px;
  padding-right: 27px;
}

.page-entry.category-_XPJ .blockquote-box {
  margin-top: 95px;
  padding: 55px 80px 45px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .blockquote-box {
    margin-top: 85px;
    padding: 60px 15px 30px;
  }
}
.page-entry.category-_XPJ .blockquote-box::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 40px;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114740.png") no-repeat top left;
  background-size: contain;
  width: 84px;
  height: 74px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .blockquote-box::after {
    top: -40px;
    left: 15px;
    width: 68px;
    height: 59px;
  }
}
.page-entry.category-_XPJ .blockquote-box .text, .page-entry.category-_XPJ .blockquote-box .quote-source {
  color: #454545;
  font-size: 14px;
  line-height: 1.7;
}

.page-entry.category-_XPJ .blockquote-box .text {
  font-style: italic;
}

.page-entry.category-_XPJ .blockquote-box .quote-source {
  margin-top: 35px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .blockquote-box .quote-source {
    font-size: 12px;
  }
}
.page-entry.category-_XPJ .pagination-text {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-text {
    font-size: 13px;
  }
}
.page-entry.category-_XPJ .pagination-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold !important;
  line-height: 1.777;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-title {
    margin-top: 12px;
    font-size: 16px;
  }
}
.page-entry.category-_XPJ .pagination-next-link-container {
  position: relative;
  margin-top: 16px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link-container {
    display: inline-block;
    margin-top: 16px;
    padding-left: 69.8666666667vw;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  .page-entry.category-_XPJ .pagination-next-link-container {
    padding-left: 65.8666666667vw;
  }
}
.page-entry.category-_XPJ .pagination-next-link-container::before, .page-entry.category-_XPJ .entry-paging.page-end::before {
  content: "";
  position: absolute;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114744.png") repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link-container::before, .page-entry.category-_XPJ .entry-paging.page-end::before {
    background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114747.png") repeat left center;
  }
}
.page-entry.category-_XPJ .pagination-next-link-container::before {
  top: 50%;
  left: 0;
  width: 663px;
  height: 3px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link-container::before {
    width: 67.8666666667vw;
    height: 0.4vw;
  }
}
@media screen and (max-width: 374px) {
  .page-entry.category-_XPJ .pagination-next-link-container::before {
    width: 63.2vw;
  }
}
.page-entry.category-_XPJ .entry-paging.page-end::before {
  top: -10px;
  left: 50%;
  width: 830px;
  height: 3px;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .entry-paging.page-end::before {
    top: 0;
    width: 100%;
    height: 0.4vw;
  }
}
.page-entry.category-_XPJ .pagination-next-link a {
  position: relative;
  padding-right: 27px;
  color: #000;
  text-decoration: none;
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link a {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link {
    padding-right: 5px;
    font-size: 13px;
  }
}
.page-entry.category-_XPJ .pagination-next-link::after {
  position: absolute;
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  top: calc(50% + 1px);
  right: 2px;
  box-sizing: border-box;
  background-color: #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .pagination-next-link::after {
    width: 6px;
    height: 6px;
    right: -5px;
  }
}
.page-entry.category-_XPJ .entry-paging {
  position: relative;
  padding: 35px 40px 22px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  margin-top: 140px !important;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .entry-paging {
    margin-top: 110px;
    padding: 25px 15px 20px;
    border-radius: 6px;
  }
}
.page-entry.category-_XPJ .entry-paging.page-end {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.page-entry.category-_XPJ .entry-paging-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 0 !important;
  padding-top: 15px;
}

.page-entry.category-_XPJ .entry-paging-pagenum + .entry-paging-pagenum {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .entry-paging-pagenum + .entry-paging-pagenum {
    margin-left: 10px;
  }
}
.page-entry.category-_XPJ .entry-paging-pagenum a, .page-entry.category-_XPJ .entry-paging-pagenum em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-weight: bold !important;
  font-style: normal;
  text-decoration: none !important;
  font-family: "Rajdhani";
  font-size: 16px;
}

.page-entry.category-_XPJ .entry-paging-pagenum a {
  color: #000 !important;
}

.page-entry.category-_XPJ .entry-paging-pagenum em {
  color: #fff !important;
  background: #000;
}

.page-entry.category-_XPJ .entry-paging-pagination .entry-paging-pagenum a:before {
  border-left: none !important;
}

.page-entry.category-_XPJ .nex-contents-banner {
  position: relative;
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .nex-contents-banner {
    margin-top: 95px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.page-entry.category-_XPJ .nex-contents-banner::after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  display: block;
  border-left: solid 2px #000;
  height: 72px;
  transform: translateX(-50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .nex-contents-banner::after {
    top: -35px;
    height: 55px;
  }
}
/* SNS button */
.page-entry.category-_XPJ .sbn-header-bottom-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114736.png") no-repeat center center;
  background-size: contain;
  left: 0;
  width: 58px;
  height: 292px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share a {
  margin-bottom: 8px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share-toggle {
  margin: 0;
}

.page-entry.category-_XPJ .sbn-header-bottom-share-toggle {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328134444.png") no-repeat center center;
  background-size: contain;
  width: 27px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share a.sbn-header-bottom-share-twitter {
  background: url("https://cdn.blog.st-hatena.com/files/6653812171401033452/6801883189052804201") no-repeat center center;
  background-size: contain;
  width: 27px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share a.sbn-header-bottom-share-facebook {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114640.png") no-repeat center center;
  background-size: contain;
  width: 27px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share a.sbn-header-bottom-share-hatena {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114643.png") no-repeat center center;
  background-size: contain;
  width: 27px;
}

.page-entry.category-_XPJ .sbn-header-bottom-share a.sbn-header-bottom-share-pinterest {
  background: url("https://cdn-ak.f.st-hatena.com/images/fotolife/s/sbn-de/20230328/20230328114719.png") no-repeat center center;
  background-size: contain;
  width: 27px;
}

.page-entry.category-_XPJ .layout-box-inner {
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-entry.category-_XPJ .layout-box-inner {
    align-items: unset;
  }
}
.editor {
  margin-top: 35px;
  text-align: right;
}