﻿header .header-top .logo-box .logo a {
  display: flex;
}
.filter-categories_item:nth-of-type(3) .filter-categories_parent::after {
  display: none;
}
.results .m-txt-ttl02-2 {
  display: none;
}
.results-ornament {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  color: #fff;
  font-size: 0.9rem;
  border: none;
  background: #000;
  transition: .3s;
  z-index: 1;
}
.results-ornament_arrow {
  display: block;
  margin-left: 20px;
  stroke: #fff;
  transition: .3s;
}
.results-ornament::before, .results-ornament::after, .results-link:hover .results-ornament::before, .results-link:hover .results-ornament:hover::after {
  content: "";
  transition: .3s;
  z-index: -1;
}
.results-link .results-ornament::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #005eb8;
}
.results-link:hover .results-ornament::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #005eb8;
}
.results-link:hover .results-ornament {
  background: rgba(0, 94, 184, .00);
  transition: .3s;
}
.results-link {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  margin: 10px;
  padding: 30px;
  padding-bottom: 90px;
  border: 1px solid #eee;
  box-shadow: 3px 3px 35px rgba(0, 0, 0, .09);
  box-sizing: border-box;
  transition: .3s;
}
.results-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1%;
  height: 1%;
  border-left: 5px solid #005eb8;
  border-top: 5px solid #005eb8;
  transition: .3s;
  opacity: 0;
}
.results-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1%;
  height: 1%;
  border-right: 5px solid #005eb8;
  border-bottom: 5px solid #005eb8;
  transition: .3s;
  opacity: 0;
}
.results-link:hover {
  text-decoration: none;
  background: #fff;
  transition: .6s .4s ease;
}
.results-link:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-left: 5px solid #005eb8;
  transition: .3s;
  opacity: 1;
}
.results-link:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-right: 5px solid #005eb8;
  transition: .3s;
  opacity: 1;
}
.results-title {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-size: 31px;
}
.results-link:hover .results-title {
  color: #005eb8;
  transition: .3s;
}
#content .results-wrap figure.results-thumbnail {
  aspect-ratio: 1.3 / 1;
}
#content .results-wrap .results-thumbnail img {
  max-width: 100%;
  width: auto;
  object-fit: contain;
}
.results-spec {
  border-top: 1px solid #ddd;
}
.results-spec:first-of-type {
  margin-top: 15px;
}
.results-spec:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  box-sizing: border-box;
}
.results-spec dt, .results-spec dd {
  padding: 7px 0;
}
#content .m-box-fixed figure {
  margin: 0;
}
#content .m-box-fixed figure img {
  width: 100%;
}
.has-small-font-size {
  font-size: 0.5rem;
}
.main-visual picture img {
  width: 100%;
  max-width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.normal {
  white-space: normal;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .results-link {
    width: calc((100% - 30px) / 2);
    margin: 5px;
    padding: 10px;
    padding-bottom: 60px;
  }
  .results-new {
    width: 35px;
    height: 17px;
    font-size: 10px;
    margin: 0 0 5px 0;
  }
  .results-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
    font-size: 4vw;
  }
  .results-sub_title {
    font-size: 14px;
  }
  #content .results-wrap {
    width: calc(100vw - 17px);
  }
  #content .results-wrap .results-thumbnail img {
    max-width: 90%;
  }
  .results-spec dt, .results-spec dd {
    line-height: 1.3;
  }
  .results-spec dt {
    width: 100%;
    padding: 9px 0 5px;
    font-size: 2.7vw;
  }
  .results-spec dt br {
    display: none;
  }
  .results-spec dd {
    width: 100%;
    margin-left: 0;
    padding: 0 0 9px;
    font-size: 3.5vw;
  }
  .results-ornament {
    font-size: 2.7vw;
  }
  .results-ornament {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: calc(100% - 20px);
  }
  .results-ornament_arrow {
    margin-left: 2vw;
  }
  .sp-w50 img {
    width: 50vw !important;
    height: auto;
  }
  .sp-w60 img {
    width: 60vw !important;
    height: auto;
  }
  .sp-w70 img {
    width: 70vw !important;
    height: auto;
  }
}
.movie-area {
  padding: 30px 30px 85px;
  background: #e5eef7;
  position: relative;
  overflow: hidden;
  margin: 0 0 80px;
}
.first-line .movie-area {
  padding: 30px 30px 30px;
}
.movie-area .m-txt-ttl03 {
  margin-top: 0;
}
.movie-area .movie-list {
  display: flex;
  flex-wrap: wrap;
}
.movie-area .movie-list > * {
  width: calc((100% / 4) - 15px);
  margin-right: 20px;
}
.movie-area .movie-list > *:nth-child(4n) {
  margin-right: 0;
}
.movie-area .movie-list > *:nth-child(n + 5) {
  margin-top: 40px;
}
.movie-area .movie-list .item a {
  transition: 0.3s;
  display: block;
}
.movie-area .movie-list .item a:hover {
  opacity: 0.7;
}
.movie-area .movie-list .item dl {
  margin-top: 15px;
}
.movie-area .movie-list .item dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
figure.movies-list_image {
  margin: 0;
  padding: 0;
}
.movies-list_item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 80px) / 4);
  margin: 8px;
  padding: 20px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: .3s;
}

/*******************************
関連コンテンツ
********************************/
.cases-list_link {
  border: none;
  box-shadow: 3px 3px 35px rgba(0, 0, 0, .09);
}
/* 4カラムに変更　タイトルが長い場合に対応 */
.cases-list_item, .relation-list_item {
    width: calc((100% - 160px) / 4);
    margin: 20px;
    border: none;
    background: #fff;
}
.cases-list_link {
  position: relative;
  transition: .3s;
  outline: 4px solid #fff;
}
.cases-list_link:hover {
  background: #fff;
  transition: .3s;
  outline: 4px solid #005EB8;
}
.cases-list_link img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.cases-list_wrap {
  padding: 10px;
}
.cases-list_button {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 30px;
  display: block;
  height: auto;
  margin: 0;
  padding: 5px 5px 6px;
  text-align: center;
  border-radius: 0;
  background: #000;
  transition: .3s;
}
.cases-list_rows {
  display: flex;
  padding: 8px 0;
  border-top: 1px solid #ddd;
}
.cases-list_rows:last-of-type {
  border-bottom: 1px solid #ddd;
}
.cases-list_title {
  display: block;
  text-align: center;
  font-size: 82%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .movies-list {
    margin-inline: -9px;
    margin-right: -15px;
  }
  .movies-list_item {
    position: relative;
    display: flex;
    width: calc(50% - 20px);
    flex-direction: inherit;
    justify-content: space-between;
    margin: 8px;
    padding: 20px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: .3s;
  }
  .movies-list_title {
    text-decoration: none !important;
    font-size: .8rem;
  }
  .movies-list_description {
    text-decoration: none !important;
    font-size: .8rem;
  }
  .cases-list {
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .cases-list_item {
    width: calc((100% - 60px) / 2);
  }
  .cases-list_link img {
    height: 30vw;
  }
  .cases-list_improvements {
    font-size: 14px;
  }
  .cases-list_title {
    font-size: 12px;
  }
}

/*******************************
PCとスマフォ切替
********************************/
.pc {
  display: block;
}
.sp {
  display: none !important;
}
.pc img {
  display: block;
}
.sp img {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc img {
    display: none !important;
  }
  .sp img {
    display: block !important;
  }
}
/*******************************

********************************/
.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #cedff1;
  z-index: 10;
  display: block;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
}
.first-line .grad-trigger {
  display: none;
}
.grad-wrap .none {
  display: none;
}
.grad-trigger::before {
  content: "さらに見る";
}
.grad-trigger::after {
  content: '';
  position: relative;
  top: -5px;
  margin-left: 15px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-right: 1px solid #015fb8;
  border-top: 1px solid #015fb8;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 370px;
  transition: 0.5s;
}
.grad-item.is-hide {
  height: 370px;
  transition: 0.5s;
}
.is-show + .grad-item {
  height: auto;
  transition: 0.5s;
}
.grad-wrap.one-piece .grad-item.is-hide {
  height: auto;
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.grad-trigger.is-show::before {
  content: "閉じる";
}
.grad-trigger.is-show::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 3px;
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .grad-item.is-hide {
    height: 390px;
  }
  .first-line .grad-item.is-hide {
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .movie-area, .first-line .movie-area {
    padding: 20px 20px 70px;
  }
  .movie-area.is-hide {
    padding: 20px 20px 25%;
  }
  .one-piece .movie-area {
    padding: 20px 20px 20px;
  }
  .movie-area .movie-list > * {
    width: 100%;
    margin-right: 0;
  }
  .movie-area .movie-list > *:nth-child(n + 2) {
    width: 100%;
    margin-top: 30px;
  }
  .first-line .grad-trigger {
    display: block;
  }
}
/*******************************
ブロックエディタ用 
********************************/
h2.wp-block-heading {
  color: #005eb8;
  margin: 25px 0;
  line-height: 1.2;
  font-size: 38px;
}
h3.wp-block-heading {
  width: 100%;
  margin: 95px 0 30px 0;
  padding: 12px 15px;
  background-color: #f2f7fb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 90px;
  line-height: 1.2;
  border-left: solid 3px #005eb8;
  font-size: 27px;
  color: #005eb8;
  box-sizing: border-box;
}
h4.wp-block-heading {
  margin: 10px 0 20px;
  font-size: 26px;
}
h5.wp-block-heading {
  margin: 10px 0 20px;
  font-size: 22px;
  color: #005eb8;
}
h6.wp-block-heading {
  display: block;
  font-size: 125%;
  text-align: left;
  text-transform: none;
  margin: 80px auto 20px;
  padding: 20px 0 0;
  color: #005eb8;
  border-top: 1px solid rgba(0, 94, 184, 0.3);
}
.m-box-fixed strong {
  font-weight: bold !important;
}
pre.wp-block-preformatted {
  margin-bottom: .7rem;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
}
#block-box p {
  margin-bottom: 1rem;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
}
figure.wp-block-flexible-table-block-table {
  margin: 1.5rem 0 0;
}
figure.wp-block-flexible-table-block-table td {
  font-size: 100%;
  ;
}
figure.wp-block-image {
  margin: 0;
}
/* ボーダーリセット */
#content .m-box-fixed #block-box table {
  border: none;
}
#content #block-box table tr td {
  padding: 2px;
  text-align: left;
  border: 1px solid #ccc;
}
.is-style-noborder-table table, .wp-block-flexible-table-block-table table, .is-style-default table {
  margin-bottom: 10px;
  border: none !important;
}
.wp-block-flexible-table-block-table td {
  border: none;
}
ul.wp-block-list {
  margin-top: 0;
  list-style: none;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 17px;
  line-height: 1.3;
}
ul.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50vw;
  background: #555;
}
ol.wp-block-list {
  margin-top: 0;
  list-style: decimal;
}
ol.wp-block-list li {
  position: relative;
  left: 20px;
  padding-left: 5px;
  line-height: 1.3;
}
ol.wp-block-list li::marker {}
.wp-block-button a {
  padding: 20px 40px 20px 30px;
  line-height: 1.2;
}
.wp-block-button a, .wp-block-button__width-50 a, .wp-block-button__width-75 a, .wp-block-button__width-100 a {
  position: relative;
  text-decoration: none !important;
  color: #005eb8 !important;
  background: #fff !important;
  border: 3px solid #005eb8;
  transition: .3s;
}
.wp-block-button a:hover, .wp-block-button__width-50 a:hover, .wp-block-button__width-75 a:hover, .wp-block-button__width-100 a:hover {
  text-decoration: none !important;
  color: #fff !important;
  background: #005eb8 !important;
  transition: .3s;
}
.wp-block-button a::before, .wp-block-button__width-50 a::before, .wp-block-button__width-75 a::before, .wp-block-button__width-100 a::before {
  content: "";
  position: absolute;
  top: calc(50% - 9px);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #005eb8;
  transition: .3s;
}
.wp-block-button a:hover::before, .wp-block-button__width-50 a:hover::before, .wp-block-button__width-75 a:hover::before, .wp-block-button__width-100 a:hover::before {
  border-color: transparent transparent transparent #fff;
  transition: .3s;
}
.wp-block-image.aligncenter, .wp-block-table.aligncenter, .wp-block-group.aligncenter, /* 他のブロックにも適用 */ {
  text-align: center; /* テキストコンテンツの場合 */
}
.wp-block-image.aligncenter img, .wp-block-table.aligncenter img, .wp-block-group.aligncenter img, /* 他のブロックにも適用 */ {
  display: block; /* インライン要素の場合 */
  margin-left: auto;
  margin-right: auto;
}
figure.aligncenter {
  display: block;
  width: 100%;
}
.aligncenter img {
  display: block; /* インライン要素の場合 */
  margin-left: auto;
  margin-right: auto;
}
.column-c {
  display: block; /* インライン要素の場合 */
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  h2.wp-block-heading {
    margin: 25px 0 15px;
    line-height: 1.4;
    font-size: 150%;
  }
  h2.wp-block-heading br {
    display: none;
  }
  h3.wp-block-heading {
    margin: 65px 0 15px;
    line-height: 1.4;
    font-size: 140%;
  }
  h4.wp-block-heading {
    margin-bottom: 20px;
    font-size: 125%;
  }
  h5.wp-block-heading {
    min-height: 60px;
    font-size: 120%;
  }
  pre.wp-block-preformatted {
    font-size: 120%;
  }
  figure.wp-block-flexible-table-block-table td {
    font-size: 90%;
    ;
  }
  .wp-block-button, .wp-block-button__width-50, .wp-block-button__width-75 {
    width: 90% !important;
    margin: 0 auto !important;
  }
  #block-box p {
    font-size: 90%;
  }
  .has-large-font-size {
    font-size: 114% !important;
  }
  .has-x-large-font-size {
    font-size: 128% !important;
  }
  .column-2 {
    flex-wrap: wrap !important;
  }
  .column-2 .wp-block-column {
    width: 40% !important;
  }
}
.wp-block-image.aligncenter, .wp-block-table.aligncenter, .wp-block-group.aligncenter, /* 他のブロックにも適用 */ {
  text-align: center; /* テキストコンテンツの場合 */
}
.wp-block-image.aligncenter img, .wp-block-table.aligncenter img, .wp-block-group.aligncenter img, /* 他のブロックにも適用 */ {
  display: block; /* インライン要素の場合 */
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover.alignwide, .wp-block-image.alignwide, .wp-block-gallery.alignwide, .wp-block-embed.alignwide, /* 他のブロックにも適用 */ {
  width: 100vw; /* ビューポートの幅を基準にする例 */
  max-width: 1200px; /* ある程度の最大幅を設定 */
  margin-left: calc(50% - 50vw); /* コンテンツエリアから左右にはみ出す計算 */
  margin-right: calc(50% - 50vw);
  /* あるいは、もっと簡単な方法として、親要素のpaddingを考慮して負のマージンを設定する */
}
/* 例: 親要素にpaddingがある場合 */
.entry-content {
  padding-left: 20px;
  padding-right: 20px;
}
.wp-block-group.alignwide {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); /* 左右のpadding分広げる */
}
.wp-block-cover.alignfull, .wp-block-image.alignfull, .wp-block-gallery.alignfull, .wp-block-embed.alignfull, /* 他のブロックにも適用 */ {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* `alignwide`と同様に、テーマのCSSで具体的に定義されます。 */
}
.has-primary-color { /* パレットで定義された色 */
  color: var(--wp--preset--color--primary); /* CSS変数を使用 */
}
.has-custom-color { /* カスタムで設定された色 */
  color: #ff0000; /* インラインスタイルで出力されることが多い */
}
.wp-block-paragraph a {
  color: var(--wp--preset--color--link); /* リンク色が設定されている場合 */
}
.has-small-font-size { /* パレットで定義されたサイズ */
  font-size: var(--wp--preset--font-size--small);
}
.has-custom-font-size { /* カスタムで設定されたサイズ */
  font-size: 1.2rem;
}
.has-custom-line-height {
  line-height: 1.8;
}
.has-custom-letter-spacing {
  letter-spacing: 0.1em;
}
.has-custom-padding {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 50px;
}
/* ショートハンドも可能 */
.wp-block-group.has-custom-padding {
  padding: var(--wp--custom--spacing--medium); /* CSS変数で出力されることも */
}
.has-custom-margin {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wp-block-cover.has-min-height {
  min-height: 400px;
}
.has-custom-border {
  border-width: 2px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 5px; /* 角丸 */
}
.wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #0073aa;
  border: 2px solid #0073aa;
}
.wp-block-button__link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #0073aa;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #0073aa;
  border: 2px solid #0073aa;
}
.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image.is-style-rounded img { /* 角丸スタイル */
  border-radius: 50%;
}
.wp-block-image.is-style-thumbnail img { /* サムネイル風 */
  border: 1px solid #ddd;
  padding: 5px;
}
.wp-block-social-links {
  list-style: none; /* リストの点などを消す */
  margin: 0;
  padding: 0;
  display: flex; /* アイコンを横並びにする */
  flex-wrap: wrap; /* 必要に応じて折り返す */
  justify-content: center; /* 中央揃えなどの配置 */
  gap: 15px; /* アイコン間の余白 */
}
.wp-block-social-links li {
  margin: 0; /* 親のmargin-rightなどと重複しないように */
  padding: 0;
}
.wp-block-social-link-anchor {
  display: flex; /* アイコンとテキストを縦または横に配置 */
  align-items: center; /* 垂直方向の中央揃え */
  text-decoration: none;
  color: inherit; /* 親のテキスト色を継承 */
  transition: transform 0.2s ease-in-out; /* ホバー時のアニメーション */
}
.wp-block-social-link-anchor:hover {
  transform: translateY(-2px); /* ホバーで少し浮き上がる */
}
.wp-block-social-link-icon {
  width: 24px; /* アイコンのサイズ */
  height: 24px;
  fill: currentColor; /* テキストの色をSVGの色として使う */
  margin-right: 5px; /* アイコンとテキストの間の余白 */
}
/* アイコンの背景を丸くするなどのデザイン */
.wp-block-social-link-anchor {
  background-color: #eee;
  border-radius: 50%; /* 丸くする */
  width: 40px; /* アイコンと背景のサイズ */
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-social-link-anchor .wp-block-social-link-icon {
  margin-right: 0; /* 背景とアイコンの間には不要 */
  fill: #333; /* 背景がある場合のアイコン色 */
}
.wp-block-social-link-anchor:hover .wp-block-social-link-icon {
  fill: #0073aa; /* ホバー時のアイコン色 */
}
.wp-block-social-link-label {
  font-size: 0.9em;
  font-weight: bold;
  /* ラベルを非表示にする場合 */
  /* display: none; */
  /* または、画面リーダーにのみ読み込ませる */
  /* position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0; */
}
.wp-block-social-links.is-style-logos-only .wp-block-social-link-label {
  display: none;
}
/* もしアイコンとラベルの間のマージンを設定している場合、アイコン単体ならマージンは不要 */
.wp-block-social-links.is-style-logos-only .wp-block-social-link-icon {
  margin-right: 0;
}
.wp-block-social-links.is-style-pill .wp-block-social-link-anchor {
  background-color: #0073aa; /* 背景色 */
  border-radius: 50%; /* 丸くする */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-social-links.is-style-pill .wp-block-social-link-anchor .wp-block-social-link-icon {
  fill: #fff; /* アイコンの色 */
}
.wp-block-social-links.is-style-pill .wp-block-social-link-anchor:hover {
  opacity: 0.8; /* ホバーで少し透明にする */
}
/* カスタム色の場合 */
.wp-block-social-link-anchor[style*="--icon-color"] .wp-block-social-link-icon {
  fill: var(--icon-color);
}
/* パレット色の場合（例：プライマリカラー） */
.wp-block-social-links.has-primary-icon-color .wp-block-social-link-icon {
  fill: var(--wp--preset--color--primary);
}
/* よくある共有ボタンのラッパー */
.plugin-social-share-buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 各ボタン */
.plugin-social-share-buttons .share-button {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease;
}
/* SNSごとの色 */
.plugin-social-share-buttons .share-button.facebook {
  background-color: #3b5998;
}
.plugin-social-share-buttons .share-button.twitter {
  background-color: #1da1f2;
}
.plugin-social-share-buttons .share-button.line {
  background-color: #00c300;
}
/* 他のSNS */
.plugin-social-share-buttons .share-button:hover {
  opacity: 0.8;
}
/* ソーシャルアイコンブロック全体の中央揃え */
.wp-block-social-links.aligncenter {
  justify-content: center; /* flexboxを使っている場合 */
  display: flex; /* アイコンを横並びにする */
  flex-wrap: wrap; /* アイコンが多い場合に折り返し */
  gap: 10px; /* アイコン間の余白 */
  margin-left: auto; /* ul要素を中央に寄せる */
  margin-right: auto; /* ul要素を中央に寄せる */
}
/* アイコン間の基本的なマージン */
.wp-social-link {
  margin: 0 5px; /* 左右に5pxの余白 */
}
/* アイコン自体のサイズ（SVGの場合） */
.wp-social-link svg {
  width: 30px; /* 幅 */
  height: 30px; /* 高さ */
  fill: currentColor; /* テキスト色を継承するように設定（後述） */
}
/* アイコンの色（リンクの色を適用） */
.wp-social-link a {
  color: #666; /* 全体のアイコン色を設定 */
}
/* ホバー時の色 */
.wp-social-link a:hover svg {
  fill: #0073aa; /* ホバー時にアイコンの色を変更 */
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a svg {
  fill: #333; /* ロゴ自体の色 */
}
.wp-block-social-links.is-style-logos-only .wp-social-link a:hover svg {
  fill: #0073aa; /* ホバー時の色 */
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  background-color: #eee;
  border-radius: 50px; /* カプセル形にするための大きなborder-radius */
  padding: 8px 12px; /* パディングで形を調整 */
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a svg {
  fill: #333;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a:hover {
  background-color: #ddd;
}
.wp-block-social-links.is-style-dark-gray .wp-social-link a {
  background-color: #333;
  border-radius: 4px;
  padding: 10px;
}
.wp-block-social-links.is-style-dark-gray .wp-social-link a svg {
  fill: #fff; /* アイコン色を白に */
}
.wp-block-social-links.is-style-dark-gray .wp-social-link a:hover {
  background-color: #555;
}
/* Facebook */
.wp-social-link-facebook a svg {
  fill: #1877f2; /* Facebookのブランドカラー */
}
.wp-social-link-facebook a:hover svg {
  fill: #0c5bbf;
}
/* Twitter (X) */
.wp-social-link-twitter a svg {
  fill: #000; /* Xのブランドカラー */
}
.wp-social-link-twitter a:hover svg {
  fill: #333;
}
/* Instagram */
.wp-social-link-instagram a svg {
  fill: #c13584; /* Instagramのブランドカラー */
}
.wp-social-link-instagram a:hover svg {
  fill: #9a2b6a;
}
/* 例: メインコンテンツのラッパーにパディングがある場合 */
.entry-content, .site-main .wp-block-group.is-layout-constrained > :where(:not(.alignwide):not(.alignfull)) {
  max-width: 960px; /* コンテンツの最大幅 */
  padding-left: 20px; /* 左右のパディング */
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
/* alignwide ブロックのCSS */
.alignwide {
  margin-left: -20px; /* 親要素の左パディングを相殺 */
  margin-right: -20px; /* 親要素の右パディングを相殺 */
  width: calc(100% + 40px); /* 100% + 左右パディングの合計 */
  max-width: 1000px; /* (960px + 20px + 20px) = 1000px に合わせた最大幅 */
}
/* 全幅 (alignfull) はビューポート幅まで広げる */
.alignfull {
  width: 100vw; /* ビューポートの幅まで広げる */
  margin-left: calc(50% - 50vw); /* 画面中央を基準に左右に広げる */
  margin-right: calc(50% - 50vw);
}
/* Youtube動画を埋め込みで使用 */
.yt {
  position: relative;
  width: 100%;
  /* 16:9のアスペクト比を維持するためのpadding-top */
  padding-top: 56.25%; /* (9 / 16) * 100% */
}
.yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bd-line-1 {
  border-bottom: none !important;
  border-right: 1px solid rgba(0, 94, 184, 0.3) !important;
}
.txt-r {
  text-align: right;
}
.txt-c {
  text-align: center;
}
.b-center {
  margin: 0 auto;
}
/*右側へ要素を広げる（1カラム）*/
.outside-r {
  margin-right: calc(50% - 50vw);
}
/*左側へ要素を広げる（1カラム）*/
.outside-l {
  margin-left: calc(50% - 50vw);
}
.b-1200 {
  max-width: 1200px;
}
.b-c, .b-c table {
  margin-left: auto !important;
  margin-right: auto !important;
}
figure.hover img, a.hover img {
  opacity: 1 !important;
  transition: .3s !important;
}
figure.hover img:hover, a.hover img:hover {
  opacity: .5 !important;
  transition: .3s !important;
}
img.aligncenter {
  float: none !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
img.alignleft {
  float: left;
  display: block !important;
}
img.alignright {
  float: right;
  display: block !important;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .bd-line-1 {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 94, 184, 0.3) !important;
    border-right: none !important;
  }
  .txt-r {
    text-align: left;
  }
  .txt-c {
    text-align: left;
  }
  .b-1200 {
    padding: 10px 20px;
  }
  img.aligncenter, img.alignleft, img.alignright {
    float: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.osp-class-1 {
  position: relative;
  top: -100px;
  margin-bottom: -100px !important;
  padding-top: 130px !important;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .osp-class-1 {
    position: relative;
    top: 0;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    padding-top: 30px !important;
    z-index: 0;
  }
}
@media (max-width: 781px) {
  .column-2:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 40% !important
  }
}
/* グラデーション背景 */
.g-blue-01 {
  margin-bottom: 0 !important;
  background-image: linear-gradient(90deg, transparent 23%, #00b8ee);
  background-repeat: repeat-y;
}
/* マージンボトム0 */
.mb-0, .mb-0 table {
  margin-bottom: 0 !important;
}
/* イメージ位置 */
.img-a-tr-1 img {
  position: absolute;
  top: 0;
  right: 10px;
}
@media (max-width: 781px) {
  .img-a-tr-1 img {
    top: 25px;
    width: 30vw !important;
  }
}
/* イメージ位置 */
.p-r {
  position: relative;
}
/* 矢印関連 */
.arrow-blue {
  position: relative;
}
.arrow-blue::after {
  content: "";
  position: absolute;
  top: 35%;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 22px;
  border-color: transparent transparent transparent #005eb8;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .arrow-blue::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 45%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: #005eb8 transparent transparent transparent;
  }
}
.arrow-blue2 {
  position: relative;
  color: #005eb8;
}
.arrow-blue2 a {
  color: #005eb8;
}
.arrow-blue2:after {
  border-right: 1px solid #005eb8;
  border-top: 1px solid #005eb8;
}
.arrow-blue2:after {
  border-right: 1px solid #005eb8;
  border-top: 1px solid #005eb8;
}
.arrow-blue2:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  width: 12px;
  height: 12px;
  background-color: transparent;
  border-right: 1px solid #005eb8;
  border-top: 1px solid #005eb8;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}