@charset "UTF-8";
/* terms style_page_newsroom 260403_01 */
html {
  scroll-padding-top: 7em;
}

#breadcrumb .container_space {
  max-width: 1348px !important;
  margin-right: auto;
  margin-left: auto;
}

.container_double .double_main .ctmp_member02 {
  margin: 5em 0;
}
.container_double .double_main .ctmp_banner_m01 {
  display: none;
}
.container_double .double_main .ctmp_banner_m01 ul {
  list-style: none;
  padding: 0 !important;
}
.container_double .double_sub {
  font-size: 3.25vw;
}
.container_double .double_sub section {
  padding: 0;
}
.container_double .double_sub a {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container_double .double_sub a:hover {
  opacity: .6;
}
.container_double .double_sub #sub_newsroom_pickup {
  display: none;
  margin: 0 0 5em;
}
.container_double .double_sub #sub_newsroom_pickup h2 {
  margin: 0;
  padding: 1em;
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
}
.container_double .double_sub #sub_newsroom_pickup ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: inherit;
}
.container_double .double_sub #sub_newsroom_pickup ul li {
  width: 100%;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
.container_double .double_sub #sub_newsroom_pickup ul a {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
}
.container_double .double_sub #sub_newsroom_pickup ul a .text {
  order: 2;
  width: 100%;
  padding: 1em;
}
.container_double .double_sub #sub_newsroom_pickup ul a .title {
  margin: 0 0 .5em;
  padding: 0;
  background: none;
  color: inherit;
  font-size: inherit;
  word-break: break-all;
}
.container_double .double_sub #sub_newsroom_pickup ul a .category {
  text-align: left;
}
.container_double .double_sub #sub_newsroom_pickup ul a .category span {
  display: inline-block;
  padding: .5em;
  margin: .5em .5em 0 0;
  background: #fc5030;
  color: #ffffff;
  font-size: .8em;
  font-weight: bold;
  line-height: 1;
}
.container_double .double_sub #sub_newsroom_pickup ul a .category span:before {
  display: inline-block;
  content: "#";
}
.container_double .double_sub #sub_newsroom_pickup ul a img {
  width: 100%;
  order: 1;
}
.container_double .double_sub #sub_newsroom_pickup ul a:hover {
  opacity: .6;
}
.container_double .double_sub #sub_newsroom_posts {
  margin: 0 0 5em;
}
.container_double .double_sub #sub_newsroom_posts h2 {
  margin: 0;
  padding: 1em;
  background: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
}
.container_double .double_sub #sub_newsroom_posts h3 {
  font-size: inherit;
}
.container_double .double_sub #sub_newsroom_posts ul {
  padding: 0;
  font-size: inherit;
  list-style: none;
}
.container_double .double_sub #sub_newsroom_posts ul li {
  text-align: left;
}
.container_double .double_sub #sub_newsroom_posts ul li + li {
  margin-top: 1em;
}
.container_double .double_sub #sub_newsroom_posts ul li a {
  text-decoration: underline;
}
.container_double .double_sub .ctmp_banner_s01 {
  display: none;
}
.container_double .double_sub .ctmp_banner_m01 {
  display: block;
  margin-right: -3vw !important;
  margin-left: -3vw !important;
}
.container_double .double_sub .ctmp_banner_m01 img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .container_double .double_sub {
    font-size: 16px;
  }
  .container_double .double_sub #sub_newsroom_pickup {
    margin: 5em 0;
  }
  .container_double .double_sub #sub_newsroom_posts {
    margin: 5em 0;
  }
}
@media screen and (min-width: 1120px) {
  html {
    scroll-padding-top: 8em;
  }

  .container_space {
    max-width: 1090px;
    padding-left: 0;
    padding-right: 0;
  }

  .container_double {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .container_double .double_main .ctmp_banner_m01 {
    display: block;
  }
  .container_double .double_sub {
    width: 320px;
    min-width: 320px;
    margin-left: 80px !important;
  }
  .container_double .double_sub #sub_newsroom_pickup {
    display: block;
    margin: 0 0 1.5em;
  }
  .container_double .double_sub #sub_newsroom_pickup ul li + li {
    margin-top: 1.5em;
  }
  .container_double .double_sub #sub_newsroom_posts {
    margin: 0 0 2em;
  }
  .container_double .double_sub .ctmp_banner_s01 {
    display: block;
    margin: 0 0 1.5em;
  }
  .container_double .double_sub .ctmp_banner_m01 {
    display: none;
  }
}
.post-type-archive-newsroom .list_newsroom,
.tax-newsroom-cat .list_newsroom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-type-archive-newsroom .list_newsroom li,
.tax-newsroom-cat .list_newsroom li {
  width: 100%;
  margin-bottom: 2em;
  border-radius: 1em;
  box-shadow: 0 2px 5px #e7e7e7;
  background: #ffffff;
  overflow: hidden;
}
.post-type-archive-newsroom .list_newsroom a,
.tax-newsroom-cat .list_newsroom a {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #ffffff;
  color: inherit;
  text-decoration: none;
}
.post-type-archive-newsroom .list_newsroom a:hover,
.tax-newsroom-cat .list_newsroom a:hover {
  opacity: .6;
}
.post-type-archive-newsroom .list_newsroom a .text,
.tax-newsroom-cat .list_newsroom a .text {
  order: 2;
  display: block !important;
  /* grid を無効化 */
  width: 100%;
  min-width: 0 !important;
  /* flex子要素を縮められるようにする（最重要） */
  max-width: 100%;
  padding: 1em;
  box-sizing: border-box;
  flex: 1 1 auto !important;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.post-type-archive-newsroom .list_newsroom a .title,
.tax-newsroom-cat .list_newsroom a .title {
  display: block;
  max-width: 100%;
  margin: 0 0 .5em 0;
  background: none;
  color: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
  line-height: 1.4;
  grid-row: 1;
}
.post-type-archive-newsroom .list_newsroom a .title a,
.tax-newsroom-cat .list_newsroom a .title a {
  display: block;
  max-width: 100%;
}
.post-type-archive-newsroom .list_newsroom a .category,
.tax-newsroom-cat .list_newsroom a .category {
  text-align: left;
  grid-row: 3;
  margin: 0;
}
.post-type-archive-newsroom .list_newsroom a .category span,
.tax-newsroom-cat .list_newsroom a .category span {
  display: inline-block;
  padding: .5em;
  margin: .5em .5em 0 0;
  background: #fc5030;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
}
.post-type-archive-newsroom .list_newsroom a .category span:before,
.tax-newsroom-cat .list_newsroom a .category span:before {
  display: inline-block;
  content: "#";
}
.post-type-archive-newsroom .list_newsroom a img,
.tax-newsroom-cat .list_newsroom a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  order: 1;
}

.single-newsroom main {
  background: #ffffff !important;
}
.single-newsroom header {
  border-bottom: 1px solid #e7e7e7;
}
.single-newsroom article.entry-content {
  margin-top: 0;
  padding: 1.5em 0 0;
  font-size: 3.25vw;
  letter-spacing: 0;
  line-height: 2;
  color: #1e1e1e;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo" , Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
}
.single-newsroom article.entry-content .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
}
.single-newsroom article.entry-content .wp-block-group {
  margin-top: 2em;
  padding-left: .5em;
}
.single-newsroom article.entry-content .wp-block-group p {
  margin-top: 1.5em;
}
.single-newsroom article.entry-content .wp-block-group + .wp-block-group {
  margin-top: 3em;
}
.single-newsroom article.entry-content .body .wp-block-group:first-child {
  padding-left: 0;
}
.single-newsroom article.entry-content .body .wp-block-group:first-child + .wp-block-group, .single-newsroom article.entry-content .body .wp-block-group:first-child + .wp-block-group + .wp-block-group, .single-newsroom article.entry-content .body .wp-block-group:first-child + .wp-block-group + .wp-block-group + .wp-block-group, .single-newsroom article.entry-content .body .wp-block-group:first-child + .wp-block-group + .wp-block-group + .wp-block-group + .wp-block-group {
  padding-left: 0;
}
.single-newsroom article.entry-content h2 + .wp-block-group, .single-newsroom article.entry-content h2 + .wp-block-group + .wp-block-group, .single-newsroom article.entry-content h2 + .wp-block-group + .wp-block-group + .wp-block-group, .single-newsroom article.entry-content h2 + .wp-block-group + .wp-block-group + .wp-block-group + .wp-block-group {
  padding-left: 0;
}
.single-newsroom article.entry-content .body .wp-block-group:first-child figure {
  max-width: 100% !important;
}
.single-newsroom article.entry-content .body .wp-block-group:first-child figure img {
  width: 100% !important;
}
.single-newsroom article.entry-content h1 {
  color: #1e1e1e;
  font-size: 6vw;
  letter-spacing: .15em;
  line-height: 1.6;
  word-break: break-all;
}
.single-newsroom article.entry-content h2.wp-block-heading {
  margin: 3.8em 0 1.5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #1e1e1e;
  font-size: 5vw;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
  word-break: break-word;
}
.single-newsroom article.entry-content h3.wp-block-heading {
  margin-top: 3em;
  padding: 1em;
  background: #f5f6f7;
  border-left: solid 6px #999999;
  font-size: 4.5vw;
  letter-spacing: .1em;
  text-align: left;
}
.single-newsroom article.entry-content h3.bcss_point, .single-newsroom article.entry-content h3.bcss_point1, .single-newsroom article.entry-content h3.bcss_point2 {
  padding: 0 0 0 .5em !important;
  background: transparent;
  border: none;
}
.single-newsroom article.entry-content h3.bcss_point::before, .single-newsroom article.entry-content h3.bcss_point1::before, .single-newsroom article.entry-content h3.bcss_point2::before {
  margin: 0 0 .5em -.5em;
}
.single-newsroom article.entry-content .bcss_point::before,
.single-newsroom article.entry-content .bcss_point1::before,
.single-newsroom article.entry-content .bcss_point2::before {
  display: block;
  content: " ";
  background-image: url(/wp-content/uploads/blog_25093001.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 4em;
  height: 1.5em;
  margin: 0 .5em 0 0;
  vertical-align: bottom;
}
.single-newsroom article.entry-content .bcss_point::before {
  display: inline-block;
  /* ← blockではなくinline-blockが重要！ */
  background-image: url(/wp-content/uploads/blog_20251106_point.png);
}
.single-newsroom article.entry-content .bcss_point1::before {
  background-image: url(/wp-content/uploads/blog_25093001.png);
}
.single-newsroom article.entry-content .bcss_point2::before {
  background-image: url(/wp-content/uploads/blog_25093002.png);
}
.single-newsroom article.entry-content p.is-style-sticky-gray {
  margin-top: 3em;
  padding: 1em;
  font-size: 4.5vw;
  letter-spacing: .1em;
}
.single-newsroom article.entry-content p {
  line-height: 2;
}
.single-newsroom article.entry-content a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-newsroom article.entry-content a:hover {
  opacity: .6;
  text-decoration: none;
}
.single-newsroom article.entry-content figure {
  margin: 2em auto;
  max-width: 80% !important;
}
.single-newsroom article.entry-content figure img {
  display: block;
  margin: auto;
  width: 100%;
}
.single-newsroom article.entry-content ol, .single-newsroom article.entry-content ul {
  margin: 1em auto;
  text-align: left;
}
.single-newsroom article.entry-content ol li + li, .single-newsroom article.entry-content ul li + li {
  margin-top: .2em;
}
.single-newsroom article.entry-content ul {
  list-style: disc;
}
.single-newsroom article.entry-content ol {
  padding-left: 2em;
  list-style: auto;
}
.single-newsroom article.entry-content ul {
  padding-left: 1.5em !important;
}
.single-newsroom article.entry-content ul.is-style-icon-list-check {
  padding-left: .5em !important;
}
.single-newsroom article.entry-content ul.is-style-icon-list-check.has-border {
  margin: 2em 0;
  padding: 1.5em .5em 1.5em .75em !important;
}
.single-newsroom article.entry-content ul.is-style-icon-list-check.has-border li + li {
  margin-top: 1em;
}
.single-newsroom main .category {
  text-align: left;
}
.single-newsroom main .category a {
  display: inline-block;
  padding: .5em;
  margin: .5em .5em 0 0;
  background: #fc5030;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
.single-newsroom main .category a:before {
  display: inline;
  content: "#";
}
.single-newsroom main .read-time {
  border: none;
  color: #1e1e1e;
  font-size: 1.4em;
  text-align: right;
  vertical-align: bottom;
}
.single-newsroom main .read-time .fas {
  display: none;
}
.single-newsroom main .read-time .bold {
  display: inline-block;
  margin: 0 .25em;
  font-size: 1.6em;
  color: #fc5030;
  line-height: 1;
  vertical-align: top;
}
.single-newsroom main .read-time + .sns-share {
  display: none;
}
.single-newsroom main .sns-share {
  text-align: right;
}
.single-newsroom main .sns-share .share-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 1em;
  list-style: none;
}
.single-newsroom main .sns-share .share-buttons li + li {
  margin-top: 0;
}
.single-newsroom main .sns-share .share-buttons li a {
  color: #1e1e1e;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
}
.single-newsroom main .sns-share .share-buttons li a span {
  display: inline-block;
  height: 2em;
  width: 2em;
  margin-right: .5em;
  border-radius: 50%;
  background: #cccccc;
  background-size: contain !important;
  vertical-align: middle;
}
.single-newsroom main .sns-share .btn_share_f a span {
  background: url(/wp-content/uploads/btn_share_f.png) center center no-repeat !important;
}
.single-newsroom main .sns-share .btn_share_x a span {
  background: url(/wp-content/uploads/btn_share_x.png) center center no-repeat !important;
}
.single-newsroom main .sns-share .btn_share_c a span {
  background: url(/wp-content/uploads/btn_share_c.png) center center no-repeat !important;
}
.single-newsroom main #toc {
  width: 100%;
  margin: 5em 0 2em;
  padding: 1em 1em 1em 0;
  background: #f5f6f7;
  font-size: inherit;
  text-align: left;
  border: none;
}
.single-newsroom main #toc .toc-title {
  padding: .5em 2em 0;
  margin-bottom: .5em;
  font-weight: bold;
  text-align: left;
}
.single-newsroom main #toc a {
  padding-left: 1em;
  color: #1e1e1e;
  text-decoration: underline;
}
.single-newsroom main #toc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
}
.single-newsroom main #toc ol li {
  margin-top: 0;
  border: none;
}
.single-newsroom main #toc ol li a {
  display: block;
  padding: .5em 0 .5em 1em;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  .post-type-archive-newsroom .list_newsroom,
  .tax-newsroom-cat .list_newsroom {
    gap: 3%;
  }
  .post-type-archive-newsroom .list_newsroom li,
  .tax-newsroom-cat .list_newsroom li {
    width: 48%;
    margin-bottom: 2em;
  }
  .post-type-archive-newsroom .list_newsroom a .text,
  .tax-newsroom-cat .list_newsroom a .text {
    padding: 2em;
  }
  .post-type-archive-newsroom .list_newsroom a .title,
  .tax-newsroom-cat .list_newsroom a .title {
    min-height: 5em;
    margin-bottom: 2em;
  }

  .single-newsroom article.entry-content {
    font-size: 16px;
  }
  .single-newsroom article.entry-content h1 {
    font-size: 28px;
  }
  .single-newsroom article.entry-content h2.wp-block-heading {
    margin: 3.8em 0 1.5em;
    padding-bottom: .5em;
    font-size: 1.6em;
  }
  .single-newsroom article.entry-content h3.wp-block-heading {
    margin-top: 3em;
    padding: 1em 1em;
    font-size: 1.2em;
  }
  .single-newsroom article.entry-content p.is-style-sticky-gray {
    margin-top: 3em;
    padding: 1em;
    font-size: 1.2em;
  }
  .single-newsroom article.entry-content figure {
    margin: 2em auto;
    max-width: 80% !important;
  }
  .single-newsroom article.entry-content ol, .single-newsroom article.entry-content ul {
    padding-left: 1.5em !important;
  }
  .single-newsroom article.entry-content ul.is-style-icon-list-check.has-border {
    margin: 1.5em 0;
    padding: 1.5em 1em 1.5em !important;
  }
  .single-newsroom main .read-time {
    font-size: 1.4em;
    text-align: right;
    vertical-align: bottom;
  }
  .single-newsroom main .read-time .fas {
    display: none;
  }
  .single-newsroom main .read-time .bold {
    font-size: 1.6em;
    color: #fc5030;
    line-height: 1;
    vertical-align: top;
  }
  .single-newsroom main .read-time + .sns-share {
    display: block;
  }
  .single-newsroom main .body {
    margin-bottom: 2em;
  }
  .single-newsroom main #toc {
    font-size: 1.2em;
  }
  .single-newsroom main #toc .toc-title {
    font-weight: bold;
  }
  .single-newsroom main #toc .toc-title:after {
    font-weight: normal;
  }
}
