@charset "UTF-8";
/* CSS Document */
.single .page-header .single-page-tit {
  position: relative;
}

.single-page-tit .section_full {
  max-width: none;
}

.single .page-header .single-page-tit .single-page-kv {
  position: relative;
  height: calc(var(--basevw) * 430);
  display: flex;
  justify-content: center;
  align-items: center;
}

.single.single-works .page-header .single-page-tit .single-page-kv:before, .single.single-post .page-header .single-page-tit .single-page-kv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 7, 13, 0.4);
}

.single.single-post .page-header .single-page-tit.blue-section .single-page-kv:before {
  background: rgba(0, 7, 13, 0);
}

.single .page-header .single-page-tit .title-box {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: 0;
  top: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 11.25%;
  padding-bottom: calc(var(--basevw) * 70);
}

.single .page-header .single-page-tit .title-box * {
  color: #fff;
}

.single .page-header .single-page-tit .title-box time {
  margin-left: 1em;
}

.post-template-default.single .page-header .page-kv.single-page-kv {
  background: var(--corp-color);
}

.page-header .page-kv.single-page-kv img {
  /*  opacity: 1;*/
  /*  animation: none;*/
}

.single .page-header .single-page-tit .title-box .note {
  font-family: Helvetica Neue, "Open Sans", "sans-serif";
  letter-spacing: 0.1em;
  font-size: calc(var(--baseft) * 1.16);
}

.article-list__article__title {
  font-size: calc(var(--baseft) * 2);
  line-height: 1.45;
}

.single-page-section .sect-top {
  padding: calc(var(--basevw) * 128) 0;
}

.single-page-section .sect-bottom .cont-left {
  padding: calc(var(--basevw) * 150) 6.25%;
  width: 65%;
}

.single-page-section .sect-bottom .cont-right {
  padding: calc(var(--basevw) * 150) 6.25% calc(var(--basevw) * 170);
  width: 35%;
}

.single-works .single-page-section .sect-top .page_bn_title-block {
  width: 48.57%;
}

.single-works .single-page-section .sect-top .page_bn_cont-block {
  width: 51.43%;
}

.single-page-section .page_bn_title-block .index-tit_box h4.en {
  font-size: calc(var(--baseft) * 1.16);
  letter-spacing: 0.1em;
}

.single-page-section .page_bn_title-block .index-txt_box h4.en {
  margin-bottom: calc(var(--basevw) * 150);
  font-size: calc(var(--baseft) * 1.16);
  letter-spacing: 0.1em;
}

.single-page-section .page_bn_title-block .index-txt_box h5,
.single-page-section .page_bn_title-block .index-tit_box h5 {
  font-size: calc(var(--baseft) * 1.16);
  margin-top: calc(var(--basevw) * 20);
  line-height: 1;
}

.single-page-section .page_bn_cont-block .index-txt_box h4 {
  margin-bottom: calc(var(--basevw) * 35);
}

.single-page-section .page_bn_cont-block .index-txt_box h5 {
  font-size: calc(var(--baseft) * 1.5);
  line-height: 1.75;
  margin-bottom: calc(var(--basevw) * 25);
}

.single-page-section .page_bn_cont-block .index-txt_box p {
  margin-bottom: 3rem;
  font-size: calc(var(--baseft) * 1.333333);
  line-height: 2.42;
  letter-spacing: 0.1em;
}

.single-page-section .page_bn_cont-block .index-txt_box h5 + p {
  margin-top: 0;
}

.single-page-section .sect-bottom .page_bn_cont-block .index-tit_box h4,
.single-page-section .sect-bottom .page_bn_cont-block .index-txt_box h4 {
  color: var(--main-tit-color);
  margin-bottom: calc(var(--basevw) * 30);
}

.single-page-section .sect-bottom .page_bn_cont-block .index-tit_box h4 .ja,
.single-page-section .sect-bottom .page_bn_cont-block .index-txt_box h4 .ja {
  color: var(--main-txt-color);
  font-size: calc(var(--baseft) * 1);
  margin-left: calc(var(--basevw) * 15);
}

.single-page-section .sect-bottom .cont-right .index-txt_box h5,
.single-page-section .sect-bottom .cont-right .index-tit_box h5 {
  font-size: calc(var(--baseft) * 1.5);
  color: var(--main-tit-color);
  line-height: 1.11;
  letter-spacing: 0.1em;
}

.single-page-section .sect-bottom .cont-right .index-txt_box h5 + h6,
.single-page-section .sect-bottom .cont-right .index-tit_box h5 + h6 {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: calc(var(--baseft) * 0.8333);
}

.single-page-section .sect-bottom .cont-right .index-tit_box {
  margin-bottom: calc(var(--basevw) * 30);
  /*	padding-bottom: calc(var(--basevw) * 30);*/
  /* border-bottom: rgba(0, 9, 15, 0.1) 1px solid;*/
}

dl.expertise_data {
  margin-bottom: calc(var(--basevw) * 50);
}

dl.expertise_data dt {
  font-size: calc(var(--baseft) * 1.16);
  line-height: 1.42;
}

dl.expertise_data dd {
  padding-top: calc(var(--basevw) * 30);
}

ul.b_a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.b_a li {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Crimson Text, serif;
  color: var(--main-tit-color);
  font-size: calc(var(--baseft) * 4.16);
  line-height: 1.4;
}

ul.b_a li.before:before {
  content: "Before";
  font-family: Helvetica Neue, "Open Sans", "sans-serif";
  position: absolute;
  top: calc(var(--basevw) * -14);
  left: 0;
  font-size: calc(var(--baseft) * 1);
  color: var(--main-txt-color);
}

ul.b_a li.after:before {
  content: "After";
  font-family: Helvetica Neue, "Open Sans", "sans-serif";
  position: absolute;
  top: calc(var(--basevw) * -14);
  left: 0;
  font-size: calc(var(--baseft) * 1);
  color: var(--main-txt-color);
}

ul.b_a li .arrow__icon {
  fill: var(--corp-color);
  width: calc(var(--basevw) * 19.54);
  height: calc(var(--basevw) * 10.6);
  margin: auto calc(var(--basevw) * 20);
}

ul.b_a li {
  font-size: calc(var(--baseft) * 1.6666);
}

ul.b_a li + li {
  padding-top: calc(var(--basevw) * 10);
}

ul.b_a {
  display: block;
}

.single .page-header .page-kv.single-page-kv.experts-kv {
  height: calc(var(--basevw) * 610);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-header .page-kv.single-page-kv.experts-kv img {
  width: 100%;
  max-width: none;
  height: auto;
  opacity: 0;
}

.single-experts main {
  background-color: transparent;
}

#AboutExpert {
  background: #FFF;
}

.page-kv.single-page-kv.experts-kv + .page_bn_title-block {
  display: flex;
}

.page-kv.single-page-kv.experts-kv + .page_bn_title-block .inner {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 12.5%;
  padding: calc(var(--basevw) * 80);
}

/*
.single-experts main {
  padding-top: 60px;
}
*/
#Profile {
  padding-top: 60px;
}

.experts.single .single-page-tit .index-tit_box .index-tit_h2,
.single .single-page-tit .index-tit_box .index-tit_h2 {
  font-size: calc(var(--baseft) * 3.666666);
}

.experts.single .single-page-tit .index-tit_box .index-tit_h2 span.ja,
.single .single-page-tit .index-tit_box .index-tit_h2 span.ja {
  font-family: "Noto Sans JP", "sans-serif";
  font-size: calc(var(--baseft) * 1.333333);
  color: var(--main-txt-color);
  line-height: 1.875;
  letter-spacing: 0.1em;
  display: block;
}

.experts.single .single-page-tit .index-tit_box,
.single .single-page-tit .index-tit_box {
  padding-bottom: calc(var(--basevw) * 36);
}

.experts.single .single-page-tit .index-tit_box:after,
.single .single-page-tit .index-tit_box:after {
  content: "";
  width: calc(var(--basevw) * 13);
  height: 1px;
  background: var(--sub-blue);
  position: absolute;
  left: 0;
  bottom: 0;
}

.single-experts .single-page-tit .page_bn_title-block .index-txt_box {
  margin-top: calc(var(--basevw) * 36);
}

.experts.single .single-page-tit .page_bn_title-block .index-txt_box p,
.single .single-page-tit .page_bn_title-block .index-txt_box p {
  font-size: calc(var(--baseft) * 3);
  line-height: 1.22;
}

.experts.single .sect-top,
.single .sect-top {
  padding: calc(var(--basevw) * 112) 0;
}

.experts.single .sect-top .page_bn_title-block,
.single .sect-top .page_bn_title-block {
  width: 29.1%;
}

.experts.single .sect-top .page_bn_cont-block,
.single .sect-top .page_bn_cont-block {
  width: 70.9%;
}

.experts.single .sect-top .index-txt_box p,
.single .sect-top .index-txt_box p {
  margin-bottom: 0;
}

.single .sect-bottom h4.index-tit_h2.f40 {
  color: var(--main-tit-color);
  margin-bottom: 0;
}

.single .sect-bottom .index-tit_box {
  margin-bottom: calc(var(--basevw) * 50);
}

.single .sect-bottom .index-txt_box p {
  margin-bottom: calc(var(--basevw) * 30);
  font-size: calc(var(--baseft) * 1.16);
  line-height: 2.42;
  letter-spacing: 0.1em;
}

.single .sect-bottom .index-txt_box p.cap {
  font-size: 0.8333333em;
  margin-top: calc(var(--basevw) * 10);
  margin-bottom: 0;
}

.experts.single dl.expertise_data,
.single dl.expertise_data {
  margin-bottom: calc(var(--basevw) * 30);
  padding-bottom: calc(var(--basevw) * 30);
  border-bottom: rgba(0, 9, 15, 0.1) 1px solid;
}

.experts.single dl.expertise_data dd,
.single dl.expertise_data dd {
  padding-top: calc(var(--basevw) * 20);
}

.single .sect-bottom .index-txt_box > dl.expertise_data:last-child {
  border-bottom: none;
}

.single .sect-bottom .index-txt_box {
  margin-bottom: calc(var(--basevw) * 60);
}

.single .sect-bottom .index-txt_box:last-child {
  margin-bottom: 0;
}

.history_data {
  display: flex;
  flex-flow: wrap;
  line-height: 1.666;
}

.history_data dt {
  width: 7.5em;
}

.history_data dd {
  width: calc(100% - 7.5em);
  padding-bottom: 1em;
}

.history_data > dd:last-child {
  padding-bottom: 0;
}

.experts.single .top__news-bg-wrap,
.single .top__news-bg-wrap {
  padding-bottom: calc(var(--basevw) * 200);
}

.single-works.single .page-header .single-page-tit .single-page-kv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0, 7, 13, 0.4);
}

.single-cases .page-section.single-page-section .section.blog-cont-section,
.news.single .page-section.single-page-section .section.blog-cont-section,
.single-format-standard.single .page-section.single-page-section .section.blog-cont-section,
.category .page-section.single-page-section .section.blog-cont-section {
  background: #fff;
  position: relative;
  top: calc(var(--basevw) * -80);
  padding: 0;
  margin: 0 6.25% calc(var(--basevw) * -80);
}

.news.single .page-section.single-page-section .section.blog-cont-section .section-inner,
.single-format-standard.single .page-section.single-page-section .section.blog-cont-section .section-inner,
.category .page-section.single-page-section .section.blog-cont-section .section-inner {
  padding: calc(var(--basevw) * 80) 8.048% 0;
}

.single-cases .page-section.single-page-section .section.blog-cont-section .section-inner {
  padding: calc(var(--basevw) * 80) 8.048% calc(var(--basevw) * 80);
}

.single-cases .page-section.single-page-section .section.blog-cont-section .section-inner p,
.news.single .page-section.single-page-section .section.blog-cont-section .section-inner p,
.single-format-standard.single .page-section.single-page-section .section.blog-cont-section .section-inner p,
.category .page-section.single-page-section .section.blog-cont-section .section-inner p {
  font-size: calc(var(--baseft) * 1.16);
  line-height: 2.42;
  margin-bottom: 1em;
}

.single-cases .page-section.single-page-section .section.blog-cont-section .section-inner h3,
.news.single .page-section.single-page-section .section.blog-cont-section .section-inner h3,
.single-format-standard.single .page-section.single-page-section .section.blog-cont-section .section-inner h3,
.category .page-section.single-page-section .section.blog-cont-section .section-inner h3 {
  font-size: calc(var(--baseft) * 1.5);
  padding-left: 1em;
  position: relative;
  line-height: 1.88;
  margin-bottom: calc(var(--basevw) * 30);
}

.single-cases .page-section.single-page-section .section.blog-cont-section .section-inner h3:before,
.news.single .page-section.single-page-section .section.blog-cont-section .section-inner h3:before,
.single-format-standard.single .page-section.single-page-section .section.blog-cont-section .section-inner h3:before,
.category .page-section.single-page-section .section.blog-cont-section .section-inner h3:before {
  content: "";
  width: calc(var(--basevw) * 5);
  height: 100%;
  background: var(--corp-color);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-image {
  margin: calc(var(--basevw) * 80) 0;
}

.section-inner > .page_bn_cont-block > .wp-block-image:first-child {
  margin-top: 0;
}

.wp-block-columns {
  display: flex;
  margin: 0 calc(var(--basevw) * -16);
}

.wp-block-columns .wp-block-column {
  padding: 0 calc(var(--basevw) * 16);
  flex: 1 1 auto;
}

.wp-block-columns + .wp-block-image {
  margin: 0 0 calc(var(--basevw) * 80) 0;
}

.news.single .page-section.single-page-section .section.prof-block,
.single-format-standard.single .page-section.single-page-section .section.prof-block,
.category .page-section.single-page-section .section.prof-block {
  top: 0;
  margin: calc(var(--basevw) * 100) 0 calc(var(--basevw) * 200);
  padding: 0 6.25%;
}

h4.index-tit_h2.f40 {
  font-size: calc(var(--baseft) * 3.33);
  color: var(--main-tit-color);
}

.section.prof-block h4.index-tit_h2.f40 {
  text-align: center;
}

.single-cases .page-section.single-page-section .section.prof-block .prof-box,
.news.single .page-section.single-page-section .section.prof-block .prof-box,
.single-format-standard.single .page-section.single-page-section .section.prof-block .prof-box,
.category .page-section.single-page-section .section.prof-block .prof-box {
  margin: calc(var(--basevw) * 40) auto 0;
  width: 79.3%;
  border: var(--border-color) 1px solid;
}

.single .page-section.single-page-section .section.prof-block .prof-box a,
.single-format-standard.single .page-section.single-page-section .section.prof-block .prof-box a,
.category .page-section.single-page-section .section.prof-block .prof-box a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: calc(28 * var(--basevw)) calc(35 * var(--basevw));
}

.abata-img {
  width: calc(125 * var(--basevw));
  height: calc(125 * var(--basevw));
  border-radius: calc(62.5 * var(--basevw));
  overflow: hidden;
  margin-right: calc(var(--basevw) * 30);
}

.abata-img img {
  width: 100%;
}

.arrow-box {
  width: calc(121 * var(--basevw));
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: var(--border-color) 1px solid;
  padding-left: calc(35 * var(--basevw));
}

.arrow-box .link_text__icon {
  width: 21.52px;
  height: 11.68px;
  fill: var(--corp-color);
  transform: translateX(0);
  transition: 0.5s;
}

a:hover .arrow-box .link_text__icon {
  transform: translateX(15%);
  transition: 0.5s;
}

.news.single .page-section.single-page-section .section.prof-block .prof-box .prof,
.single-format-standard.single .page-section.single-page-section .section.prof-block .prof-box .prof,
.category .page-section.single-page-section .section.prof-block .prof-box .prof {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news.single .page-section.single-page-section .section.prof-block .prof-box h5,
.single-format-standard.single .page-section.single-page-section .section.prof-block .prof-box h5,
.category .page-section.single-page-section .section.prof-block .prof-box h5 {
  font-size: calc(var(--baseft) * 1);
  margin-top: 0;
  margin-bottom: 0.8rem;
  line-height: 1;
}

.news.single .page-section.single-page-section .section.prof-block .pagination,
.single-format-standard.single .page-section.single-page-section .section.prof-block .pagination {
  justify-content: space-between;
  margin-top: calc(var(--basevw) * 150);
}

.category .page-section.single-page-section .section.prof-block .pagination {
  margin-top: calc(var(--basevw) * 150);
  justify-content: center !important;
}

.news.single .page-section.single-page-section .section.prof-block .pagination .link-txt,
.single-format-standard.single .page-section.single-page-section .section.prof-block .pagination .link-txt,
.category .page-section.single-page-section .section.prof-block .pagination .link-txt {
  position: relative;
  line-height: 1.2;
  margin-left: 10rem;
  margin-right: 10rem;
}

.news.single .page-section.single-page-section .section.prof-block .pagination .link-txt:before,
.single-format-standard.single .page-section.single-page-section .section.prof-block .pagination .link-txt:before,
.category .page-section.single-page-section .section.prof-block .pagination .link-txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--corp-color);
  display: block;
  transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.news.single .page-section.single-page-section .section.prof-block .pagination .link-txt:hover:before,
.single-format-standard.single .page-section.single-page-section .section.prof-block .pagination .link-txt:hover:before,
.category .page-section.single-page-section .section.prof-block .pagination .link-txt:hover:before {
  transform: scale(1);
  transition: 0.5s;
}

.single-cases .page-section.single-page-section .section.prof-block {
  top: 0;
  margin: calc(var(--basevw) * 10) 0 calc(var(--basevw) * 100);
  padding: 0 6.25%;
}

.single-cases .page-section.single-page-section .section.prof-block .pagination {
  justify-content: space-between;
  margin-top: 0;
}

.single-cases .page-section.single-page-section .section.prof-block .pagination .link-txt {
  position: relative;
  line-height: 1.2;
  margin-left: 10rem;
  margin-right: 10rem;
}

.single-cases .page-section.single-page-section .section.prof-block .pagination .link-txt:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--corp-color);
  display: block;
  transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.single-cases .page-section.single-page-section .section.prof-block .pagination .link-txt:hover:before {
  transform: scale(1);
  transition: 0.5s;
}

.pagination .disable {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .single-experts main {
    padding-top: calc(var(--basevw) * 60);
  }
  .single .page-header .page-kv.single-page-kv.experts-kv {
    height: auto;
  }
  #Profile {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .single .page-header .single-page-tit .single-page-kv {
    aspect-ratio: 375/200;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
  }
  .single-experts .page-header .single-page-tit .single-page-kv {
    width: 100%;
    height: auto;
  }
  .single-works .page-header .single-page-tit .single-page-kv img, .post-template-default .page-header .single-page-tit .single-page-kv img {
    min-height: calc(var(--basevw, 220px) * 220);
    max-width: none;
  }
  .single-people .page-header .section_full.page-kv img {
    min-height: calc(var(--basevw, 0.13vw) * 200);
    height: 100%;
    width: auto;
    max-width: none;
  }
  .experts.single .single-page-tit .index-tit_box .index-tit_h2, .single .single-page-tit .index-tit_box .index-tit_h2 {
    font-size: calc(var(--baseft) * 2.5);
  }
  .single .page-header .single-page-tit .title-box {
    padding: 0 5.33%;
  }
  .single .page-header .single-page-tit .title-box .note {
    font-size: calc(var(--baseft) * 1);
  }
  .article-list__article__title {
    font-size: calc(var(--baseft) * 1.66);
    line-height: 1.625;
  }
  .single-page-section .sect-top .is-flex,
.single-page-section .sect-bottom .is-flex {
    display: block;
    flex-flow: column;
  }
  .single-page-section .sect-top .page_bn_title-block,
.single-page-section .sect-top .page_bn_cont-block,
.single-page-section .sect-bottom .cont-left,
.single-page-section .sect-bottom .cont-right {
    width: 100% !important;
  }
  .single-page-section .sect-top {
    padding: calc(var(--basevw, 40px) * 40) 0 calc(var(--basevw, 60px) * 60);
  }
  .single-page-section .sect-top .page_bn_title-block {
    margin-bottom: calc(var(--basevw, 40px) * 40);
  }
  .single-page-section .page_bn_title-block .index-tit_box h4.en,
.single-page-section .page_bn_title-block .index-txt_box h4.en {
    margin-bottom: calc(var(--basevw, 10px) * 10);
    font-size: calc(var(--baseft) * 1);
  }
  .single-page-section .page_bn_title-block .index-txt_box h5,
.single-page-section .page_bn_title-block .index-tit_box h5 {
    font-size: calc(var(--baseft) * 1);
    margin-top: calc(var(--basevw, 13px) * 13);
  }
  .single-page-section .page_bn_cont-block .index-txt_box h4 {
    margin-bottom: calc(var(--basevw, 25px) * 25);
  }
  .index-tit_box h4.index-tit_h2 span.ja,
.single-page-section h4.index-tit_h2 span.ja,
.single-page-section .sect-bottom .page_bn_cont-block .index-tit_box h4 .ja,
.single-page-section .sect-bottom .page_bn_cont-block .index-txt_box h4 .ja {
    display: block;
    font-size: calc(var(--baseft) * 0.91);
    margin-left: 0;
    margin-top: calc(var(--basevw, 8px) * 8);
  }
  .single-page-section .page_bn_cont-block .index-txt_box h5 {
    font-size: calc(var(--baseft) * 1.16);
    line-height: 1.85;
    margin-bottom: calc(var(--basevw, 25px) * 25);
  }
  .single-page-section .page_bn_cont-block .index-txt_box p,
.single-page .sect-bottom .index-txt_box p {
    margin-bottom: calc(var(--basevw, 25px) * 25);
    font-size: calc(var(--baseft) * 1);
    line-height: 2.16;
  }
  .single-page-section .page_bn_cont-block .index-txt_box p:last-child,
.single-page .sect-bottom .index-txt_box p:last-child {
    margin-bottom: 0;
  }
  .single-works #work_index_section {
    padding: calc(var(--basevw, 60px) * 60) 0 calc(var(--basevw, 80px) * 80);
  }
  .single-page-section .sect-bottom .cont-left,
.single-page-section .sect-bottom .cont-right {
    padding: calc(var(--basevw, 60px) * 60) 5.33%;
  }
  .single .sect-bottom .index-tit_box,
.single-page-section .sect-bottom .cont-right .index-tit_box {
    margin-bottom: calc(var(--basevw, 25px) * 25);
  }
  dl.expertise_data {
    margin-bottom: calc(var(--basevw, 35px) * 35);
  }
  .index-txt_box > dl.expertise_data:last-child {
    margin-bottom: 0;
  }
  .single .page-header .page-kv.single-page-kv.experts-kv {
    height: 58.6vw;
    align-items: flex-start;
  }
  .single .page-header .page-kv.single-page-kv.experts-kv img {
    width: 100%;
    height: auto;
  }
  .page-kv.single-page-kv.experts-kv + .page_bn_title-block .inner {
    display: block;
    width: 100%;
    height: 100%;
    padding: calc(var(--basevw, 40px) * 40) 5.33% calc(var(--basevw, 60px) * 60);
  }
  .experts.single .single-page-tit .index-tit_box .index-tit_h2 {
    font-size: calc(var(--baseft, 1.2rem) * 2.5);
  }
  .experts.single .single-page-tit .index-tit_box .index-tit_h2 span.ja,
.single .single-page-tit .index-tit_box .index-tit_h2 span.ja {
    font-size: calc(var(--baseft, 1.2rem) * 1.16);
  }
  .experts.single .single-page-tit .index-tit_box,
.single .single-page-tit .index-tit_box {
    padding-bottom: calc(var(--basevw, 25px) * 25);
  }
  .single-experts .single-page-tit .page_bn_title-block .index-txt_box {
    margin-top: calc(var(--basevw) * 20);
  }
  .experts.single .single-page-tit .page_bn_title-block .index-txt_box p,
.single .single-page-tit .page_bn_title-block .index-txt_box p {
    font-size: calc(var(--baseft, 1.2rem) * 2);
    line-height: 1.25;
  }
  .experts.single .sect-top,
.single .sect-top {
    padding: calc(var(--basevw, 60px) * 60) 0;
  }
  .experts.single .sect-top .index-tit_box h4.index-tit_h2.f40 + h6,
.single .sect-top .index-tit_box h4.index-tit_h2.f40 + h6 {
    font-size: calc(var(--baseft, 1.2rem) * 0.916);
  }
  .experts.single .single-page-section .sect-top .page_bn_title-block,
.single .single-page-section .sect-top .page_bn_title-block {
    margin-bottom: calc(var(--basevw, 25px) * 25);
  }
  .experts.single .sect-bottom .index-tit_box,
.single-page-section .sect-bottom .cont-right .index-tit_box,
.single .sect-bottom .index-tit_box {
    margin-bottom: calc(var(--basevw, 20px) * 20);
  }
  .single .sect-bottom .index-txt_box {
    margin-bottom: calc(var(--basevw, 35px) * 35);
  }
  .experts.single .top__news-bg-wrap,
.single .top__news-bg-wrap {
    padding-bottom: calc(var(--basevw, 80px) * 80);
  }
  .single .top__news-bg-wrap .btn_viewmore_white.btn_white {
    margin-left: 5%;
  }
  .single-experts main {
    padding-top: calc(var(--basevw) * 50);
  }
  .single.single-format-standard .page-section.single-page-section .section.blog-cont-section {
    top: 0;
    padding: 0 5.33%;
    margin: 0;
  }
  .single.single-format-standard .page-section.single-page-section .section.blog-cont-section .section-inner {
    padding: calc(var(--basevw, 40px) * 40) 0 0;
  }
  .single.single-format-standard .page-section.single-page-section .section.blog-cont-section .section-inner p {
    font-size: calc(var(--baseft, 1.2rem) * 1);
    line-height: 2.16;
  }
  .wp-block-image {
    margin: calc(var(--basevw, 40px) * 40) 0;
  }
  .wp-block-columns + .wp-block-image {
    margin: 0 0 calc(var(--basevw, 40px) * 40) 0;
  }
  .wp-block-columns {
    display: block;
    margin: 0;
  }
  .wp-block-columns .wp-block-column {
    padding: 0;
  }
  .single.single-format-standard .page-section.single-page-section .section.blog-cont-section .section-inner h3 {
    font-size: calc(var(--baseft) * 1.25);
    margin-bottom: calc(var(--basevw, 15px) * 15);
  }
  .single.single-format-standard .page-section.single-page-section .section.blog-cont-section .section-inner h3:before {
    content: "";
    width: 3px;
    height: 100%;
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block {
    margin: calc(var(--basevw, 60px) * 60) 0 calc(var(--basevw, 80px) * 80);
    padding: 0 5.33%;
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .index-tit_box h4.index-tit_h2.f40,
h4.index-tit_h2.f40 {
    font-size: calc(var(--baseft, 1.2rem) * 2);
  }
  .single.single-format-standard .section.prof-block h4.index-tit_h2.f40 {
    text-align: center;
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .prof-box {
    margin: calc(var(--basevw, 10px) * 10) auto 0;
    width: 100%;
    max-width: 335px;
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .prof-box a {
    padding: calc(16 * var(--basevw)) calc(20 * var(--basevw));
  }
  .abata-img {
    width: calc(62 * var(--basevw));
    height: calc(62 * var(--basevw));
    border-radius: calc(31 * var(--basevw));
    margin-right: calc(var(--basevw, 15px) * 15);
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .prof-box h4.index-tit_h2 {
    font-size: calc(var(--baseft) * 1.5);
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .prof-box h5 {
    font-size: calc(var(--baseft) * 0.83);
    margin-bottom: 0;
  }
  .arrow-box {
    width: calc(68 * var(--basevw));
    padding-left: calc(20 * var(--basevw));
  }
  .arrow-box .link_text__icon {
    width: 10.87px;
    height: 5.9px;
  }
  .single.single-format-standard .page-section.single-page-section .section.prof-block .pagination {
    margin-top: calc(var(--basevw, 60px) * 60);
    flex-wrap: nowrap;
  }
  .single-cases .page-section.single-page-section .section.blog-cont-section {
    top: 0;
    padding: 0;
    margin: 0;
  }
  .single-cases .page-section.single-page-section .section.blog-cont-section .section-inner {
    padding: calc(var(--basevw) * 40) 8.048% calc(var(--basevw) * 80);
  }
}
@media (max-width: 576px) {
  .single .page-header .page-kv.single-page-kv.experts-kv {
    height: calc(270 * var(--basevw));
    align-items: flex-start;
  }
}
.rich-editor h2 {
  position: relative;
  padding-left: 15px;
  font-size: calc(var(--baseft) * 1.8);
  font-weight: 500;
  line-height: 1.8;
  color: var(--main-tit-color);
  margin-bottom: calc(var(--basevw, 0.078vw) * 20);
}
.rich-editor h2::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 5px;
  height: 1em;
  background: #06417F;
}
@media (max-width: 1280px) {
  .rich-editor h2 {
    font-size: calc(var(--baseft) * 1.85);
    padding-left: calc(var(--basevw, 0.078vw) * 15);
  }
}
@media (max-width: 768px) {
  .rich-editor h2 {
    font-size: calc(var(--baseft) * 1.9);
  }
}
.rich-editor h2 + h2, .rich-editor h2 + h3, .rich-editor h2 + h4, .rich-editor h2 + caption {
  margin-top: 1em;
}
.rich-editor h2 + iframe, .rich-editor h2 + p, .rich-editor h2 + ul, .rich-editor h2 + ol, .rich-editor h2 + table, .rich-editor h2 + .linkcard, .rich-editor h2 + .wp-block-table, .rich-editor h2 + blockquote {
  margin-top: 1em;
}
.rich-editor h3 {
  font-size: calc(var(--baseft) * 1.6);
  font-weight: 500;
  color: var(--main-tit-color);
  line-height: 1.8;
  margin-bottom: calc(var(--basevw, 0.078vw) * 10);
}
.rich-editor h3 + h2, .rich-editor h3 + h3, .rich-editor h3 + h4, .rich-editor h3 + caption {
  margin-top: 1em;
}
.rich-editor h3 + p, .rich-editor h3 + ul, .rich-editor h3 + ol, .rich-editor h3 + table, .rich-editor h3 + .linkcard, .rich-editor h3 + .wp-block-table, .rich-editor h3 + blockquote {
  margin-top: 1em;
}
.rich-editor h4 {
  font-size: calc(var(--baseft) * 1.4);
  font-weight: 500;
  color: #00070D;
  line-height: 1.6;
}
.rich-editor h4::before {
  content: "■";
  padding-right: calc(var(--basevw, 0.078vw) * 3);
}
.rich-editor h4 + h2, .rich-editor h4 + h3, .rich-editor h4 + h4, .rich-editor h4 + caption {
  margin-top: 1em;
}
.rich-editor h4 + iframe, .rich-editor h4 + p, .rich-editor h4 + ul, .rich-editor h4 + ol, .rich-editor h4 + table, .rich-editor h4 + .linkcard, .rich-editor h4 + .wp-block-table, .rich-editor h4 + blockquote {
  margin-top: 1em;
}
.rich-editor caption {
  font-size: calc(var(--baseft) * 1.4);
  color: #00070D;
  margin-bottom: calc(var(--basevw, 0.078vw) * 20);
}
.rich-editor caption::before {
  content: "■";
  padding-right: calc(var(--basevw, 0.078vw) * 3);
}
.rich-editor caption + h2, .rich-editor caption + h3, .rich-editor caption + h4, .rich-editor caption + caption {
  margin-top: 2em;
}
.rich-editor caption + iframe, .rich-editor caption + p, .rich-editor caption + ul, .rich-editor caption + ol, .rich-editor caption + table, .rich-editor caption + .linkcard, .rich-editor caption + .wp-block-table, .rich-editor caption + blockquote {
  margin-top: 1.5em;
}
.rich-editor p {
  font-size: calc(var(--baseft) * 1.166666);
  line-height: 2.42;
  letter-spacing: 0.1em;
}
.rich-editor p + h2, .rich-editor p + h3, .rich-editor p + h4, .rich-editor p + caption {
  margin-top: 2.5em;
}
.rich-editor p + iframe, .rich-editor p + p, .rich-editor p + ul, .rich-editor p + ol, .rich-editor p + table, .rich-editor p + .linkcard, .rich-editor p + .wp-block-table, .rich-editor p + blockquote {
  margin-top: 2em;
}
.rich-editor ul {
  list-style: disc;
  padding-left: 1em;
}
.rich-editor ul li {
  position: relative;
  font-weight: 400;
  font-size: calc(var(--baseft) * 1.166666);
  line-height: 2;
  /*&::after{
  	content: "";
  	position: absolute;
  	top: calc(var(--basevw, 0.078vw) * 12);
  	left: 0;
  	width: calc(var(--basevw, 0.078vw) * 4);
  	height: calc(var(--basevw, 0.078vw) * 4);
  	border-radius: 50%;
  	background-color: #9A9A9A;
  }*/
}
.rich-editor ul li::marker {
  color: #9A9A9A;
  font-size: 1em;
}
.rich-editor ul li + li {
  margin-top: calc(var(--basevw, 0.078vw) * 5);
}
.rich-editor ul + h2, .rich-editor ul + h3, .rich-editor ul + h4, .rich-editor ul + caption {
  margin-top: 2.5em;
}
.rich-editor ul + iframe, .rich-editor ul + p, .rich-editor ul + ul, .rich-editor ul + ol, .rich-editor ul + table, .rich-editor ul + .linkcard, .rich-editor ul + .wp-block-table, .rich-editor ul + blockquote {
  margin-top: 2em;
}
.rich-editor ol {
  font-weight: 400;
  counter-reset: item;
}
.rich-editor ol li {
  position: relative;
  font-size: calc(var(--baseft) * 1.166666);
  line-height: 2;
}
.rich-editor ol li + li {
  margin-top: calc(var(--basevw, 0.078vw) * 5);
}
.rich-editor ol li::before {
  counter-increment: item;
  content: "(" counter(item) "）";
}
.rich-editor ol + h2, .rich-editor ol + h3, .rich-editor ol + h4, .rich-editor ol + caption {
  margin-top: 2.5em;
}
.rich-editor ol + iframe, .rich-editor ol + p, .rich-editor ol + ul, .rich-editor ol + ol, .rich-editor ol + table, .rich-editor ol + .linkcard, .rich-editor ol + .wp-block-table, .rich-editor ol + blockquote {
  margin-top: 2em;
}
.rich-editor .wp-block-table + h2, .rich-editor .wp-block-table + h3, .rich-editor .wp-block-table + h4, .rich-editor .wp-block-table + caption {
  margin-top: 2.5em;
}
.rich-editor .wp-block-table + iframe, .rich-editor .wp-block-table + p, .rich-editor .wp-block-table + ul, .rich-editor .wp-block-table + ol, .rich-editor .wp-block-table + table, .rich-editor .wp-block-table + .linkcard, .rich-editor .wp-block-table + .wp-block-table, .rich-editor .wp-block-table + blockquote {
  margin-top: 2em;
}
.rich-editor table {
  width: 100%;
}
.rich-editor table caption {
  margin-bottom: calc(var(--basevw, 0.078vw) * 10);
}
.rich-editor table th, .rich-editor table td {
  padding: calc(var(--basevw, 0.078vw) * 20);
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  text-align: left;
  background-color: #E5EBF2;
}
.rich-editor table th:first-child, .rich-editor table td:first-child {
  border-left: 0;
}
.rich-editor table td {
  width: 67%;
}
.rich-editor table th {
  width: 33%;
  vertical-align: middle;
  font-weight: 700;
  background-color: #06417F;
  color: #fff;
  font-size: calc(var(--baseft) * 1.166666);
  line-height: 1.6;
}
.rich-editor table th p {
  line-height: 1.6;
  margin-bottom: 0;
}
.rich-editor table th strong {
  color: #fff;
  font-size: calc(var(--baseft) * 1.4);
}
.rich-editor table + h2, .rich-editor table + h3, .rich-editor table + h4, .rich-editor table + caption {
  margin-top: 1em;
}
.rich-editor table + iframe, .rich-editor table + p, .rich-editor table + ul, .rich-editor table + ol, .rich-editor table + table, .rich-editor table + .linkcard, .rich-editor table + .wp-block-table, .rich-editor table + blockquote {
  margin-top: 3em;
}
.rich-editor iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.rich-editor iframe + h2, .rich-editor iframe + h3, .rich-editor iframe + h4, .rich-editor iframe + caption {
  margin-top: 1em;
}
.rich-editor iframe + iframe, .rich-editor iframe + p, .rich-editor iframe + ul, .rich-editor iframe + ol, .rich-editor iframe + table, .rich-editor iframe + .linkcard, .rich-editor iframe + .wp-block-table, .rich-editor iframe + blockquote {
  margin-top: 2em;
}
.rich-editor hr {
  width: 100%;
  border-top: 1px solid rgba(0, 9, 15, 0.1);
  margin: calc(var(--basevw, 0.078vw) * 60) 0;
}
/*# sourceMappingURL=single.css.map */