@charset "UTF-8";
/* -----------------------------------------------
main
----------------------------------------------- */

@media screen and (min-width: 960px) {
  main {
    padding-bottom: 0;
  }
}

main .l-wrapper img {
  width: revert-layer;
}

main .main-content {
  color: #343434;
  line-height: calc(41 / 15);
  overflow: hidden;
}

.more__link a {
  background-color: #fe5021;
  color: #fff;
}

/* ヘッダー周り */
.eyecatch {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.main-content .main-content-inner p {
  font-size: 18px;
  color: #004ba5;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  main .main-content {
    padding: 0 25px;
  }
  main .c-pageHeading .eyecatch {
    display: none;
  }
  .eyecatch.sp-only {
    margin: 20px 30px;
  }
  .main-content .main-content-inner p {
    line-height: 1.66;
  }
}
@media screen and (min-width: 960px) {
  .eyecatch.sp-only {
    display: none;
  }
  main .c-pageHeading {
    /* display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center; */
    position: relative;
  }
  main .c-pageHeading .c-pageHeading__heading {
    width: auto;
    padding-left: 590px;
    max-width: 100%;
  }
  main .c-pageHeading .eyecatch {
    position: absolute;
    top: 32%;
  }
  main .main-content {
    margin: 50px auto 0;
    min-height: 124px;
    width: 100%;
    max-width: 1440px;
    padding: 0 25px;
  }
  main .main-content-inner {
    padding-left: 620px;
    max-width: 1260px;
  }
  .main-content .main-content-inner p {
    line-height: 2.11;
  }

  main > .l-wrapper {
    padding-top: 100px;
  }
  .more__link a {
    max-width: 340px;
  }
}

@media screen and (max-width: 959px) {
  main > .searvice__search__wrap,
  main .consul__wrap {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 960px) {
  main > .searvice__search__wrap,
  main .consul__wrap {
    margin-bottom: 124px;
  }
}
.main-content .l-contentsArea--narrow-service {
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  padding-top: 58px;
  padding-bottom: 126px;
  gap: 60px;
}
@media screen and (max-width: 959px) {
  .main-content .l-contentsArea--narrow-service {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.l-contentsArea--narrow-service a {
  color: #004ba6;
  text-decoration: underline;
}
.side-content {
  display: flex;
  flex-direction: column;
  gap: 47px;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 959px) {
  .sp-only {
    display: block;
  }
}
/* カスタムブロック */
/* H2見出し */
.h2-heading {
  margin: 2rem 0;
}

.h2-heading__title {
  font-size: clamp(28px, 11.664px + 1.69vw, 36px);
  font-weight: bold;
  line-height: 1.4;
  color: #343434;
  position: relative;
  padding-top: 38px;
}
.h2-heading__title::before {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background-color: #004ba5;
  position: absolute;
  top: 0;
  left: 0;
}
.h3-heading__title {
  font-size: clamp(20px, 11.664px + 1.69vw, 28px);
  font-weight: bold;
  line-height: 1.4;
  color: #343434;
  position: relative;
  padding: 21px 0 21px 54px;
  margin-top: 60px;
}
.h3-heading__title::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fe5021;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  border-radius: 100%;
}
.h3-heading__title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .h3-heading__title {
    padding: 21px 0 21px 24px;
  }
  .h3-heading__title::before {
    left: 0;
  }
  .h3-heading__title::after {
    width: 100vw;
    margin: 0px calc(50% - 50vw);
  }
  .h3-heading__title::before {
    top: 33px;
  }
}

.h4-heading__title {
  font-size: clamp(18px, 11.664px + 1.69vw, 28px);
  font-weight: bold;
  line-height: 1.4;
  color: #343434;
  padding: 21px 0 21px 54px;
  background-color: #f5f5f5;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .h4-heading__title {
    margin-top: 30px;
  }
}
.main-visual {
  margin-top: 47px;
}
.main-visual__image {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: 40px;
  }
  .main-visual__image img {
    height: 100%;
    object-fit: cover;
  }
}

/* ポイントリスト */
.points-list {
  counter-reset: point;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 50px;
}
.points-list__item {
  border-radius: 10px;
  padding-left: 60px;
  display: flex;
  padding: 30px 10px 30px 20px;
  background-color: #f4f8ff;
}
.points-list__label {
  position: relative;
  padding: 20px 0;
  background-color: #f4f8ff;
  z-index: 2;
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
}
.points-list__label-number {
  position: absolute;
  top: 50%;
  left: 65px;
  transform: translate(-50%, -50%);
  counter-increment: point;
  font-weight: bold;
  margin-left: 8px;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  border: 3px solid #004ba5;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(point);
  z-index: 0;
  color: #004ba5;
}
.points-list__label-text {
  z-index: 1;
  position: relative;
  background-color: #f4f8ff;
  color: #004ba5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.points-list__text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-left: 8%;
  color: #333;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  max-width: 90%;
}
@media screen and (max-width: 1200px) {
  .points-list__label-number {
    width: 6rem;
    height: 6rem;
    left: 45px;
  }
  .points-list__label-text {
    font-size: 10px;
  }
  .points-list__text {
    padding-left: 14%;
  }
}
@media screen and (max-width: 768px) {
  .points-list {
    margin-top: 30px;
  }
  .points-list__item {
    padding: 7px 20px 7px 10px;
    display: grid;
    grid-template-columns: 27% 1fr;
  }
  .points-list__text {
    font-size: 16px;
    max-width: 100%;
    padding-left: 0;
  }
  .points-list__label {
    display: flex;
    align-items: center;
    width: 27%;
  }
  .points-list__label-number {
    width: 5rem;
    height: 5rem;
    font-size: 22px;
    left: 40px;
  }
  .points-list__label-text {
    font-size: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }
}

/* 特長ブロック */

.features-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 50px;
}

.numbered-feature__title {
  font-size: 20px;
  font-weight: bold;
  color: #004ba5;
  line-height: 2;
}
.numbered-feature__body {
  display: grid;
}
/* 画像左 */
.image-left .numbered-feature__body {
  grid-template-areas:
    "image number title"
    "image desc desc";
  grid-template-columns: 0.8fr 0.1fr 1fr;
  grid-template-rows: 0.7fr 1fr;
  column-gap: 20px;
}
/* 画像右 */
.image-right .numbered-feature__body {
  grid-template-areas:
    "number title image"
    "desc desc image";
  grid-template-columns: 0.1fr 1fr 0.8fr;
  grid-template-rows: 0.7fr 1fr;
  column-gap: 20px;
}

/* 画像上 */
.image-above .numbered-feature__body {
  grid-template-areas:
    "image image"
    "number title"
    "desc desc";
  grid-template-columns: 0.1fr 1fr;
}

/* 画像なし */
.numbered-feature.image-none .numbered-feature__body {
  grid-template-areas:
    "number title"
    ". desc";
  grid-template-columns: 0.1fr 1fr;
  grid-template-rows: 0.7fr 1fr;
  column-gap: 10px;
}

.numbered-feature__image {
  grid-area: image;
  max-width: 100%;
  width: 100%;
}
.numbered-feature__image img {
  width: 100%;
  height: 100%;
  height: 100%;
  object-fit: cover;
}

.numbered-feature__number {
  grid-area: number;
}
.numbered-feature__title {
  grid-area: title;
}
.numbered-feature__desc {
  grid-area: desc;
}

.numbered-feature.image-none .numbered-feature__body {
  flex-direction: column;
  align-items: flex-start;
}
.numbered-feature__image {
  width: 100%;
  max-width: 100%;
}
.numbered-feature.image-above .numbered-feature__image {
  max-width: 80%;
  margin-inline: auto;
}
.numbered-feature__content {
  flex: 1;
  position: relative;
}

.numbered-feature__number {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  background: #fe5021;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .numbered-feature__title {
    font-size: 18px;
  }
  .features-list {
    margin-top: 30px;
    gap: 45px;
  }
  .numbered-feature__number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .image-above .numbered-feature__body,
  .image-right .numbered-feature__body,
  .image-left .numbered-feature__body {
    grid-template-areas:
      "number title"
      "image image"
      "desc desc";
    grid-template-columns: 0.1fr 1fr;
    grid-template-rows: none;
    row-gap: 10px;
    column-gap: 10px;
  }
}

/* フリーテキスト */
.block-free-text {
  margin-top: 52px;
  font-size: 15px;
  line-height: calc(41 / 15);
  color: #343434;
}
@media screen and (max-width: 768px) {
  .block-free-text {
    margin-top: 10px;
    line-height: calc(38 / 14);
  }
}

/* 注釈テンプレ */
.block-annotation {
  margin-top: 55px;
  font-size: 14px;
  line-height: calc(34 / 14);
  color: #707070;
}
@media screen and (max-width: 768px) {
  .block-annotation {
    margin-top: 30px;
  }
}
.block-annotation a {
  color: #004ba6;
  text-decoration: underline;
}
.block-annotation a img {
  display: inline-block;
}

/* 課題ブロック */
.block-problems {
  margin-top: 50px;
  padding: 0;
}
.problem-list {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.problem-item {
  position: relative;
}
.problem-item::before {
  content: "";
  display: block;
  width: 96%;
  height: 1px;
  background-color: #fe5021;
  position: absolute;
  top: 0px;
  right: 0;
}
.problem-label {
  background: #fe5021;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 6px 30px;
  border-radius: 5px;
  display: inline-block;
}

.problem-title {
  font-size: 18px;
  font-weight: bold;
  color: #343434;
  display: inline-block;
  padding-left: 20px;
}

.solution-label {
  color: #014ca7;
  background: #fff;
  border: 1px solid #014ca7;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 26px;
  border-radius: 24px;
  display: block;
  width: fit-content;
  margin-top: 20px;
  transform: translateY(20px);
}

.problem-desc {
  background: #f4f8ff;
  color: #343434;
  border-radius: 6px;
  padding: 35px 35px 30px 35px;
  font-size: 15px;
  line-height: 1.7;
}

.recommend-label {
  font-weight: bold;
  color: #fff;
  background: #004ba6;
  display: inline-block;
  padding: 0px 24px;
  border-radius: 50px;
  font-size: 18px;
}
.recommend-label-wrap {
  position: relative;
  margin-top: 75px;
  width: 100%;
}
.recommend-label-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004ba6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.recommend-genres {
  margin-top: 27px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.recommend-annotation {
  padding-left: 20px;
  position: relative;
  margin-top: 12px;
}
.recommend-annotation::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #fe5021;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
}
.genre {
  display: inline-block;
  background: #f4f8ff;
  color: #004ba6;
  border-radius: 23px;
  padding: 6px 18px;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 768px) {
  .problem-item {
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .problem-title,
  .solution-label,
  .problem-desc {
    margin-left: 10px;
    margin-right: 10px;
  }
  .solution-label {
    font-size: 14px;
    padding: 0px 16px;
    margin-top: 10px;
    transform: translateY(10px);
    line-height: 1.8;
  }
  .block-problems {
    margin-top: 30px;
  }
  .problem-title {
    font-size: 18px;
    line-height: 1.8;
  }
  .problem-label {
    font-size: 18px;
    padding: 0px 20px;
    line-height: 1.8;
  }
  .problem-desc {
    padding: 16px 10px;
  }
  .recommend-label-wrap {
    margin-top: 25px;
    text-align: center;
  }
  .recommend-label {
    font-size: 14px;
    padding: 6px 20px;
    line-height: 1.6;
    border-radius: 30px;
  }
  .genre {
    font-size: 13px;
    padding: 0px 12px;
  }
  .recommend-genres {
    margin-top: 20px;
  }
  .recommend-annotation::before {
    top: 18px;
  }
}

/* 導入事例ブロック */
.case-study-label {
  font-weight: bold;
  color: #fff;
  background: #004ba6;
  display: inline-block;
  padding: 0px 24px;
  border-radius: 20px;
  font-size: 18px;
}
.case-study-label-wrap {
  position: relative;
  margin-top: 75px;
}
.case-study-label-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #004ba6;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.case-study-content {
  font-size: 15px;
  line-height: calc(41 / 15);
  color: #343434;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {

  .case-study-label-wrap {
    width: 100%;
    text-align: center;
  }
  .case-study-label {
    padding: 6px 20px;
    border-radius: 50px;
    line-height: 1.6;
    font-size: 14px;
  }
  .case-study-content {
    margin-top: 20px;
  }
}

/* 利用開始までの流れ */
.steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.step-item {
  margin-bottom: 40px;
  background-color: #f4f8ff;
  padding: 17px 30px 20px 0;
  position: relative;
}
.step-item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 110%;
  left: 10%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #004ba6;
}

.steps .step-main {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  justify-content: space-between;
}
.steps .step-num {
  min-width: 80px;
  font-size: 15px;
  color: #004ba6;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
}
.steps .step-num span::before {
  content: "0" counter(step);
  counter-increment: step;
  display: block;
  font-size: 42px;
  line-height: 1;
}
.steps {
  counter-reset: step;
  margin-top: 70px;
}
.step-heading {
  font-weight: bold;
  font-size: 18px;
  color: #004ba6;
}
.step-white-box {
  background: #fff;
  border-radius: 6px;
  padding: 27px 30px;
  margin-top: 20px;
  font-weight: bold;
}
.step-desc {
  font-size: 14px;
  margin-top: 40px;
}
.step-text {
  color: #666;
  font-size: 0.95em;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .steps {
    margin-top: 30px;
  }
  .steps .step-main {
    grid-template-columns: 0.1fr 1fr;
    gap: 10px;
  }
  .steps .step-num {
    justify-content: flex-start;
  }
  .steps .step-num {
    font-size: 10px;
    min-width: 40px;
  }
  .steps .step-num span::before {
    font-size: 28px;
  }
  .step-item {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .step-item:not(:last-child)::before {
    top: 105%;
    left: 50%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #004ba6;
  }
  .step-heading {
    font-size: 16px;
    line-height: calc(26 / 16);
    margin-top: 5px;
  }
  .step-white-box {
    padding: 10px 10px;
    line-height: calc(26 / 16);
    margin-top: 10px;
  }
  .step-desc {
    margin-top: 10px;
    line-height: 2;
  }
  .step-text {
    font-size: 12px;
    line-height: calc(20 / 12);
  }
}
/* 枠囲いテキスト */
.block-bordered-text {
  margin-top: 35px;
  font-size: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 30px 30px 25px 30px;
}
@media screen and (max-width: 768px) {
  .block-bordered-text {
    font-size: 14px;
    padding: 5px 10px 25px 15px;
  }
}
/* サイドメニュー料金ブロック */
.side-menu-price-block {
  border-radius: 8px;
  background: #fff;
  margin: 0 auto;
  width: 100%;
}

/* 見出し */
.side-menu-heading {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  line-height:1.5;
}
.side-menu-heading::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #005bac;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 0.35lh;
}

/* ボタン */
.side-menu-price-block .side-menu-price-btn {
  display: block;
  width: 100%;
  background: #005bac;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  margin-top: 8px;
  position: relative;
}

.side-menu-price-btn::after {
  content: "›";
  font-size: 1.2em;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.side-menu-price-btn:hover {
  background: #003e7e;
}

/* テーブル */
.side-menu-price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}
.side-menu-price-table th,
.side-menu-price-table td {
  padding: 8px 6px 8px 0;
  border-bottom: 1px solid #e2e4e7;
  font-size: 0.98em;
  line-height: 1.7;
}
.side-menu-price-table th {
  color: #005bac;
  font-weight: bold;
  text-align: left;
  width: 40%;
  border-top: 2px solid #005bac;
  border-bottom: 2px solid #005bac;
}
.side-menu-price-table td {
  color: #707070;
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  font-size: 15px;
  letter-spacing: 0.1px;
}
.side-menu-price-table tr:last-child th,
.side-menu-price-table tr:last-child td {
  border-bottom: none;
}

.side-menu-json-title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
  display: flex;
  line-height:1.5;
}
.side-menu-json-title::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #005bac;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 0.35lh;

}
.side-menu-json-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.side-menu-json-item a {
  text-decoration: none;
}
.side-menu-json-item-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  display: block;
  line-height: 1.5;
  margin-top: 10px;
}

/* ツール導入相談ブロック */
.tool-intro-block {
  margin-top: 70px;
  background: #f7f7f7;
  padding: 60px 0 80px 0;
}
.tool-intro-block__inner {
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tool-intro-block__title {
  font-size: 36px;
  font-weight: bold;
}

.tool-intro-block__image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 43px;
}
.tool-intro-block__image img {
  width: 100%;
  max-width: 900px;
  height: 100%;
  margin-inline: auto;
  object-fit: cover;
}

.tool-intro-block__text {
  font-size: 15px;
  color: #343434;
  max-width: 700px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.tool-intro-btn {
  margin-top: 72px;
  display: inline-block;
  padding: 18px 48px;
  border: 1.5px solid #222;
  border-radius: 32px;
  background: #fff;
  color: #222;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  position: relative;
}

.tool-intro-btn::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: ">";
  display: inline-block;
  margin-left: 16px;
  font-size: 1.2em;
  vertical-align: middle;
  transition: opacity 0.2s;
}
.tool-intro-block .tool-intro-btn {
  color: #343434;
  text-decoration: none;
  margin-inline: auto;
  display: block;
  width: fit-content;
}
.tool-intro-btn:hover::after {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .tool-intro-block {
    margin-top: 40px;
  }
  .tool-intro-block__title {
    font-size: 28px;
  }
  .tool-intro-block__image {
    margin-top: 15px;
  }
  .tool-intro-block__image img {
    margin-top: 20px;
  }
  .tool-intro-block__text {
    margin-top: 40px;
    font-size: 14px;
    line-height: 2;
  }
  .tool-intro-btn {
    margin-top: 45px;
    font-size: 15px;
    padding: 35px 60px;
    border-radius: 50px;
  }
}

/* 目次ブロック */
.toc-block {
  max-width: 100%;
  margin-top: 120px;
}

/* 目次タイトル */
.toc-block__title {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  padding: 0px 41px 0px 40px;
  text-align: center;
  display: inline-block;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
}

/* 目次リスト */
.toc-block__list {
  border: 4px solid #f5f5f5;
  border-radius: 0px 10px 10px 10px;
  padding: 20px 60px;
}

/* 目次リストの各項目 */
.toc-block__list li {
  border-bottom: 1px solid #f0f0f0;
  font-size: 1em;
  display: flex;
  align-items: center;
}

/* 最後の項目の下線を消す */
.toc-block__list li:last-child {
  border-bottom: none;
}

/* 目次リンク */
.toc-block__list a {
  color: #343434;
  text-decoration: none;
  transition: color 0.2s;
  display: block;
  width: 100%;
  position: relative;
  padding-left: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  transition: opacity 0.2s;
}
.toc-block__list a:hover {
  opacity: 0.7;
}

/* ドット（●）を左に表示 */
.toc-block__list a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #fe5021;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .toc-block {
    margin-top: 80px;
  }
  .toc-block__title {
    font-size: 14px;
  }
  .toc-block__list {
    padding: 20px 20px;
  }
}
/* ホバー時 */
.toc-block__list a:hover {
  color: #004ba6;
  text-decoration: underline;
}
/* 外部リンクアイコン */
.external-link-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 4px;
}
.main-visual__image img {
  max-width: 100%;
}
.side-menu-json-item-image img {
  max-width: 100%;
}
/* 既存ボタン */

.wp-block-buttons>.wp-block-button .wp-block-button__link {
  display: block;
  background: #005bac;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 60px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: 0.05em;
  transition: background 0.2s;
  margin-top: 8px;
  position: relative;
  font-size: 24px;
  border-radius:50px;
}

.wp-block-buttons>.wp-block-button .wp-block-button__link::after {
  content: ">";
  font-size: 1.2em;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.wp-block-button__link:hover {
  background: #003e7e;
}
