@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:root {
  --clPD: #13364d;
  --clP: #2d5f80;
  --clPW: #4a81a5;
  --clSD: #a74957;
  --clS: #bb7983;
  --clSW: #c38891;
  --clAD: #8f6e1d;
  --clA: #ab8f49;
  --clAW: #bca363;
  --clW: #ffffff;
  --clBGG: #f6f6f6;
  --clBGP: #f1f5f8;
  --clBGS: #f7edef;
  --clBGCV: #f7f5f0;
  --clBD: #e0e0e0;
  --clBDW: #efefef;
  --clText: #454545;
  --clTextW: #a1a1a1;
  --clTextR: #d44c00;
  --clHL: #fff492;
  --clLink: #3d74c2;
  --clLinkH: #7994ca;
  --clSelect: #cccccc;
}

:root {
  --fontF: Noto Sans JP, sans-serif;
  --fontAccent: Noto Serif JP, serif;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}
@media screen and (max-width: 639px) {
  .null > * {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .null {
    flex-direction: column;
  }
}

:is(.entry-content, .editor-styles-wrapper) .has-primary-color {
  color: #2d5f80 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-primary-background-color {
  background-color: #2d5f80 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-primary-light-color {
  color: #4a81a5 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-primary-light-background-color {
  background-color: #4a81a5 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-primary-dark-color {
  color: #13364d !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-primary-dark-background-color {
  background-color: #13364d !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-color {
  color: #bb7983 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-background-color {
  background-color: #bb7983 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-light-color {
  color: #c38891 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-light-background-color {
  background-color: #c38891 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-dark-color {
  color: #a74957 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-secondary-dark-background-color {
  background-color: #a74957 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-color {
  color: #ab8f49 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-background-color {
  background-color: #ab8f49 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-light-color {
  color: #bca363 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-light-background-color {
  background-color: #bca363 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-dark-color {
  color: #8f6e1d !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-accent-dark-background-color {
  background-color: #8f6e1d !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-text-background-color {
  background-color: #454545 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-text-light-color {
  color: #a1a1a1 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-text-light-background-color {
  background-color: #a1a1a1 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-cl-bd-color {
  color: #e0e0e0 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-cl-bd-background-color {
  background-color: #e0e0e0 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-gray-color {
  color: #f6f6f6 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-gray-background-color {
  background-color: #f6f6f6 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-primary-color {
  color: #f1f5f8 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-primary-background-color {
  background-color: #f1f5f8 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-secondary-color {
  color: #f7edef !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-background-secondary-background-color {
  background-color: #f7edef !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-white-color {
  color: #ffffff !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-white-background-color {
  background-color: #ffffff !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-alert-color {
  color: #d44c00 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-alert-background-color {
  background-color: #d44c00 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-highlight-color {
  color: #fff492 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-highlight-background-color {
  background-color: #fff492 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-line-color {
  color: #19b902 !important;
}
:is(.entry-content, .editor-styles-wrapper) .has-line-background-color {
  background-color: #19b902 !important;
}

.entry-content > *:not(h1, h2, h3, h4, h5, h6) {
  margin-top: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
}
.entry-content h2:not(.heading01):not(.has-text-color) {
  font-size: clamp(26px, 24.1818181818px + 0.4848484848vw, 30px);
  margin-top: clamp(64px, 53.0909090909px + 2.9090909091vw, 88px);
  margin-bottom: clamp(34px, 29.4545454545px + 1.2121212121vw, 44px);
  color: var(--clP);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
.entry-content > h2:not(.heading01):not(.has-text-color):first-of-type {
  margin-top: clamp(70px, 65.4545454545px + 1.2121212121vw, 80px);
}
:is(.entry-content, .editor-styles-wrapper) p.subtitle {
  position: relative;
  width: fit-content;
  margin-top: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  margin-bottom: 8px;
  margin-inline: auto;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(19px, 16.7272727273px + 0.6060606061vw, 24px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--clP);
}
:is(.entry-content, .editor-styles-wrapper) p.subtitle::before, :is(.entry-content, .editor-styles-wrapper) p.subtitle::after {
  position: absolute;
  top: 58%;
  width: 0.8em;
  height: 1px;
  content: "";
  background-color: var(--clP);
  transform: translateY(-50%);
}
:is(.entry-content, .editor-styles-wrapper) p.subtitle::before {
  left: -1.2em;
}
:is(.entry-content, .editor-styles-wrapper) p.subtitle::after {
  right: -1em;
}
@media screen and (max-width:639px) {
  :is(.entry-content, .editor-styles-wrapper) p.subtitle {
    max-width: calc(100% - 48px);
  }
  :is(.entry-content, .editor-styles-wrapper) p.subtitle::before {
    left: -24px;
  }
  :is(.entry-content, .editor-styles-wrapper) p.subtitle::after {
    right: -24px;
  }
}

:is(.entry-content, .editor-styles-wrapper) h2:not(.heading01):not(.has-text-color):has(+ p.subtitle) {
  margin-bottom: 8px;
}

.entry-content h3:not(.heading03) {
  border-bottom: 2px solid var(--clP);
  font-size: clamp(21px, 20.0909090909px + 0.2424242424vw, 23px);
  margin-top: clamp(56px, 52.3636363636px + 0.9696969697vw, 64px);
  margin-bottom: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
  padding-bottom: clamp(10px, 9.0909090909px + 0.2424242424vw, 12px);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.1em;
}
:is(.entry-content, .editor-styles-wrapper) h3:not(.heading03) .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-right: 0.6em;
  padding: 0.2em 0.7em;
  border-radius: 2px;
  color: var(--clW);
  background-color: var(--clP);
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(12px, 11.0909090909px + 0.2424242424vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  vertical-align: 0.12em;
}

.entry-content h4:not(.has-text-color) {
  font-size: clamp(15px, 14.0909090909px + 0.2424242424vw, 17px);
  margin-top: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
  margin-bottom: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
  color: var(--clP);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.entry-content p {
  line-height: 1.85;
}
.entry-content p strong {
  background: linear-gradient(transparent 60%, #fff492 60%);
  font-size: 1.05em;
  font-weight: 700;
}
.entry-content p.has-text-color strong,
.entry-content .has-text-color p strong {
  background: none;
  font-size: inherit;
}
.entry-content a:not(.wp-block-button__link):not([href^="tel:"]) {
  color: var(--clLink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.entry-content a:not(.wp-block-button__link):not([href^="tel:"]):hover {
  color: var(--clLinkH);
}
.entry-content .wp-block-image a {
  text-decoration: none;
}
.entry-content a:not(.wp-block-button__link)[target=_blank]:not([href^="tel:"])::after {
  position: relative;
  top: 0.1em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.4em;
  content: "";
  background: url("../img/cmn/ico_blank.svg") center/contain no-repeat;
}
.entry-content iframe {
  display: block;
  margin-inline: auto;
}
.entry-content .wp-block-columns.flex-reverse-tb {
  flex-direction: row-reverse;
}
.entry-content .wp-block-group.has-background, .entry-content .wp-block-group.has-border-color {
  padding-block: clamp(21px, 19.6363636364px + 0.3636363636vw, 24px);
  padding-inline: clamp(24px, 16.7272727273px + 1.9393939394vw, 40px);
  border-radius: 8px;
}
.entry-content .wp-block-list {
  padding-left: 0;
  list-style: none;
}
.entry-content .wp-block-list li {
  line-height: 1.5;
}
.entry-content ul.wp-block-list {
  padding-left: 0.5em;
}
.entry-content ul.wp-block-list li {
  position: relative;
  padding-left: 0.75em;
}
.entry-content ul.wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
.entry-content ul.wp-block-list li::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  content: "";
  background-color: var(--clText);
}
.entry-content ul.wp-block-list.list-check {
  padding-left: 0;
}
.entry-content ul.wp-block-list.list-check li {
  padding-left: 1.5em;
}
.entry-content ul.wp-block-list.list-check li::before {
  top: 0;
  width: 1em;
  height: auto;
  border-radius: 0;
  color: var(--clP);
  content: "✓";
  background-color: transparent;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.entry-content ul.wp-block-list.career-timeline {
  --career-marker-size: 14px;
  padding-left: 0;
}
.entry-content ul.wp-block-list.career-timeline li {
  position: relative;
  padding-left: clamp(30px, 27.2727272727px + 0.7272727273vw, 36px);
  line-height: 1.7;
}
.entry-content ul.wp-block-list.career-timeline li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  z-index: 1;
  width: var(--career-marker-size);
  height: var(--career-marker-size);
  box-sizing: border-box;
  border: 3px solid var(--clPW);
  border-radius: 50%;
  content: "";
  background-color: var(--clW);
}
.entry-content ul.wp-block-list.career-timeline li:not(:last-child) {
  margin-bottom: 0;
  padding-bottom: clamp(22px, 19.2727272727px + 0.7272727273vw, 28px);
}
.entry-content ul.wp-block-list.career-timeline li:not(:last-child)::after {
  position: absolute;
  top: calc(0.45em + var(--career-marker-size) / 2);
  bottom: calc(-0.45em - var(--career-marker-size) / 2);
  left: calc(var(--career-marker-size) / 2 - 1px);
  width: 2px;
  content: "";
  background-color: var(--clBD);
}
.entry-content ol.wp-block-list {
  padding-left: 0;
  counter-reset: num;
}
.entry-content ol.wp-block-list > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 1.9em;
  counter-increment: num;
}
.entry-content ol.wp-block-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  content: counter(num) ". ";
  text-align: right;
}
.entry-content ol.wp-block-list > li > ol.wp-block-list {
  counter-reset: alpha;
}
.entry-content ol.wp-block-list > li > ol.wp-block-list > li {
  padding-left: 1.7em;
  counter-increment: alpha;
}
.entry-content ol.wp-block-list > li > ol.wp-block-list > li::before {
  content: counter(alpha, lower-alpha) ". ";
}
.entry-content blockquote {
  color: var(--clTextW);
  border-left: 4px solid var(--clP);
  font-size: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  padding-block: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  padding-inline: clamp(24px, 16.7272727273px + 1.9393939394vw, 40px);
  line-height: 1.8;
}
.entry-content .wp-block-image > figcaption.wp-element-caption {
  display: block;
  color: var(--clTextW);
  padding-top: clamp(10px, 9.0909090909px + 0.2424242424vw, 12px);
  font-size: clamp(12.5px, 11.8181818182px + 0.1818181818vw, 14px);
  font-weight: 500;
  line-height: 1.5;
}
.entry-content .wp-block-table {
  overflow-x: auto;
}
.entry-content .wp-block-table table {
  width: 100%;
  border: 1px solid var(--clBD);
  border-collapse: collapse;
  table-layout: auto;
}
.entry-content .wp-block-table tr {
  border-top: 1px solid var(--clBD);
}
.entry-content .wp-block-table thead {
  border-bottom: 0;
}
.entry-content .wp-block-table th,
.entry-content .wp-block-table td {
  border: 1px solid var(--clBD);
  background-color: var(--clW);
  font-size: clamp(16px, 15.5454545455px + 0.1212121212vw, 17px);
  padding: clamp(21px, 19.6363636364px + 0.3636363636vw, 24px);
  line-height: 1.5;
  text-align: center;
}
.entry-content .wp-block-table thead th,
.entry-content .wp-block-table tbody th {
  color: var(--clW);
  font-weight: 700;
  background-color: var(--clP);
}
.entry-content .wp-block-table thead th,
.entry-content .wp-block-table thead th a {
  text-decoration: none;
}
@media screen and (max-width:639px) {
  .entry-content .wp-block-table.scroll::before {
    position: sticky;
    left: 0;
    z-index: 1;
    display: block;
    margin-bottom: 5px;
    color: var(--clTextW);
    content: "横にスクロールできます→";
    font-size: 85%;
    text-align: right;
  }
  .entry-content .wp-block-table.scroll th,
  .entry-content .wp-block-table.scroll td {
    white-space: nowrap;
  }
}
.entry-content .wp-block-table.sticky th:first-child,
.entry-content .wp-block-table.sticky td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.entry-content .wp-block-table.sticky tbody th:first-child,
.entry-content .wp-block-table.sticky tbody td:first-child {
  background-color: var(--clBGG);
}
@media screen and (max-width:639px) {
  .entry-content .wp-block-table.stack {
    overflow-x: visible;
  }
  .entry-content .wp-block-table.stack table {
    min-width: 0;
    width: 100%;
  }
  .entry-content .wp-block-table.stack th,
  .entry-content .wp-block-table.stack td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .entry-content .wp-block-table.stack th {
    text-align: center;
  }
  .entry-content .wp-block-table.stack td {
    text-align: left;
  }
  .entry-content .wp-block-table.stack td {
    border-top: 0;
  }
}
.entry-content .wp-block-table.card tbody th:first-child,
.entry-content .wp-block-table.card tbody td:first-child {
  background-color: var(--clBGG);
}
@media screen and (max-width:639px) {
  .entry-content .wp-block-table.card {
    overflow-x: visible;
  }
  .entry-content .wp-block-table.card table {
    min-width: 0;
    width: 100%;
  }
  .entry-content .wp-block-table.card thead {
    display: none;
  }
  .entry-content .wp-block-table.card th,
  .entry-content .wp-block-table.card td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .entry-content .wp-block-table.card td::before {
    display: block;
    margin-bottom: 4px;
    color: #2d5f80;
    content: attr(data-label);
    font-size: 0.85em;
    font-weight: 700;
  }
  .entry-content .wp-block-table.card td:first-child::before {
    content: none;
  }
  .entry-content .wp-block-table.card tbody td:first-child {
    color: var(--clW);
    background-color: var(--clP);
    font-weight: 700;
    text-align: center;
  }
  .entry-content .wp-block-table.card td.is-empty,
  .entry-content .wp-block-table.card td:empty {
    display: none;
  }
  .entry-content .wp-block-table.card th:first-child,
  .entry-content .wp-block-table.card td:first-child {
    position: static;
  }
}
.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
  background-color: var(--clBGP);
}
.entry-content.entry-content-page .wp-block-table table {
  border: 0;
  border-collapse: separate;
  border-spacing: 3px;
}
.entry-content.entry-content-page .wp-block-table tr {
  border: 0;
}
.entry-content.entry-content-page .wp-block-table th,
.entry-content.entry-content-page .wp-block-table td {
  border: 0;
  padding: 12px 8px;
}
.entry-content.entry-content-page .wp-block-table th {
  color: var(--clW);
  background-color: var(--clP);
  text-align: center;
}
.entry-content.entry-content-page .wp-block-table td {
  background-color: var(--clBGP);
  text-align: left;
}
.entry-content.entry-content-page .wp-block-table .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .entry-content.entry-content-page .wp-block-table th {
    padding: 12px 5px;
  }
}
@media screen and (max-width:639px) {
  .entry-content.entry-content-page .wp-block-table th,
  .entry-content.entry-content-page .wp-block-table td {
    display: block;
    width: 100%;
  }
  .entry-content.entry-content-page .wp-block-table.scroll table {
    min-width: 700px;
    border-spacing: 0;
  }
  .entry-content.entry-content-page .wp-block-table.scroll th,
  .entry-content.entry-content-page .wp-block-table.scroll td {
    display: table-cell;
    width: auto;
  }
  .entry-content.entry-content-page .wp-block-table.stack table {
    min-width: 0;
    width: 100%;
    border-spacing: 3px;
  }
  .entry-content.entry-content-page .wp-block-table.stack th,
  .entry-content.entry-content-page .wp-block-table.stack td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .entry-content.entry-content-page .wp-block-table.stack th {
    text-align: center;
  }
  .entry-content.entry-content-page .wp-block-table.stack td {
    text-align: left;
  }
  .entry-content.entry-content-page .wp-block-table.card table {
    min-width: 0;
    width: 100%;
    border-spacing: 3px;
  }
  .entry-content.entry-content-page .wp-block-table.card thead {
    display: none;
  }
  .entry-content.entry-content-page .wp-block-table.card th,
  .entry-content.entry-content-page .wp-block-table.card td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .entry-content.entry-content-page .wp-block-table.card td:first-child::before {
    content: none;
  }
  .entry-content.entry-content-page .wp-block-table.card tbody td:first-child {
    color: var(--clW);
    background-color: var(--clP);
    font-weight: 700;
    text-align: center;
  }
  .entry-content.entry-content-page .wp-block-table.card td.is-empty,
  .entry-content.entry-content-page .wp-block-table.card td:empty {
    display: none;
  }
}
.entry-content #ez-toc-container {
  padding-block: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  padding-inline: clamp(28px, 26.1818181818px + 0.4848484848vw, 32px);
  border: none;
  border-radius: 8px;
  background-color: var(--clBGP);
  box-shadow: none;
}
.entry-content #ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.entry-content #ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: clamp(16px, 15.0909090909px + 0.2424242424vw, 18px);
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.entry-content #ez-toc-container .ez-toc-title::before {
  display: inline-block;
  flex-shrink: 0;
  width: 4px;
  height: 20px;
  margin-right: 10px;
  border-radius: 2px;
  content: "";
  background-color: var(--clP);
}
.entry-content #ez-toc-container .ez-toc-title-toggle {
  cursor: pointer;
}
.entry-content #ez-toc-container nav .ez-toc-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.entry-content #ez-toc-container nav .ez-toc-list.ez-toc-list-level-1 {
  counter-reset: toc-counter;
}
.entry-content #ez-toc-container nav .ez-toc-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
  counter-increment: toc-counter;
  gap: clamp(6px, 5.0909090909px + 0.2424242424vw, 8px);
  line-height: 1.6;
}
.entry-content #ez-toc-container nav .ez-toc-list li::marker {
  content: none;
}
.entry-content #ez-toc-container nav .ez-toc-list li::before {
  display: inline-block;
  flex-shrink: 0;
  width: 1.5em;
  color: var(--clTextW);
  content: counter(toc-counter) ". ";
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(12.5px, 11.8181818182px + 0.1818181818vw, 14px);
}
.entry-content #ez-toc-container nav .ez-toc-list .ez-toc-link {
  color: var(--clP);
  font-size: clamp(12.5px, 11.8181818182px + 0.1818181818vw, 14px);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.entry-content #ez-toc-container nav .ez-toc-list .ez-toc-link:hover {
  opacity: 0.7;
}
.entry-content .flow-timeline {
  --flow-accent: var(--clP);
  --flow-line: var(--clBD);
  --flow-marker-size: clamp(40px, 38.1818181818px + 0.4848484848vw, 44px);
}
.entry-content .flow-timeline .flow-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: var(--flow-marker-size) minmax(0, 1fr) minmax(208px, 300px);
  column-gap: clamp(16px, 8.7272727273px + 1.9393939394vw, 32px);
  row-gap: clamp(16px, 14.1818181818px + 0.4848484848vw, 20px);
  padding-bottom: clamp(40px, 36.3636363636px + 0.9696969697vw, 48px);
}
.entry-content .flow-timeline .flow-timeline__item:not(:last-child)::before {
  position: absolute;
  top: var(--flow-marker-size);
  bottom: 0;
  left: calc(var(--flow-marker-size) / 2 - 1px);
  width: 2px;
  content: "";
  background: var(--flow-line);
}
.entry-content .flow-timeline .flow-timeline__item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width:1024px) {
  .entry-content .flow-timeline .flow-timeline__item {
    grid-template-columns: var(--flow-marker-size) minmax(0, 1fr);
  }
}
.entry-content .flow-timeline .flow-timeline__marker {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
}
.entry-content .flow-timeline .flow-timeline__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--flow-marker-size);
  aspect-ratio: 1;
  margin: 0;
  border-radius: 50%;
  color: var(--clW);
  background: var(--clPW);
  font-size: clamp(18px, 17.0909090909px + 0.2424242424vw, 20px);
  font-weight: 700;
  line-height: 1;
}
.entry-content .flow-timeline .flow-timeline__content {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  margin-top: 0.2em;
}
.entry-content .flow-timeline .flow-timeline__title {
  margin: 0;
  margin-bottom: clamp(10px, 9.0909090909px + 0.2424242424vw, 12px);
  padding-bottom: 0;
  border-bottom: 0;
  color: var(--flow-accent);
  font-family: var(--fontF);
  text-align: left;
}
.entry-content .flow-timeline .flow-timeline__image {
  grid-column: 3;
  grid-row: 1;
  align-self: start;
  margin: 0;
}
.entry-content .flow-timeline .flow-timeline__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
@media screen and (max-width:1024px) {
  .entry-content .flow-timeline .flow-timeline__image {
    grid-column: 2;
    grid-row: 2;
  }
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  text-align: inherit;
  cursor: inherit;
  transition: none;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn::before, :is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn::after {
  display: none;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn:hover {
  color: inherit;
  opacity: 1;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: var(--button-padding) !important;
  border: var(--button-border-width) solid var(--button-border-color) !important;
  border-radius: var(--button-border-radius) !important;
  color: var(--button-color) !important;
  background-color: var(--button-bg) !important;
  font-size: var(--button-font-size) !important;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn .wp-block-button__link::after {
  display: inline-block;
  margin-left: var(--icon-spacing);
  content: var(--icon-url);
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn .wp-block-button__link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-back .wp-block-button__link::after {
  display: none;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-back .wp-block-button__link::before {
  display: inline-block;
  margin-right: var(--icon-spacing);
  content: var(--icon-url);
  transform: scaleX(-1);
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-arrow-down .wp-block-button__link::after {
  transform: rotate(90deg);
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-filled .wp-block-button__link {
  color: var(--clW) !important;
  background-color: var(--button-border-color) !important;
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-filled .wp-block-button__link::after, :is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-filled .wp-block-button__link::before {
  filter: contrast(0%) brightness(1000%);
}
:is(.entry-content, .editor-styles-wrapper) .wp-block-button.btn.btn-filled .wp-block-button__link:hover {
  color: var(--clW);
}

:is(.entry-content, .editor-styles-wrapper) .heading-box {
  margin-bottom: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
}
:is(.entry-content, .editor-styles-wrapper) .heading-box > .wp-block-group {
  margin: 0;
}
:is(.entry-content, .editor-styles-wrapper) .heading-box > .wp-block-group:first-child {
  padding: 0;
  background-color: transparent;
}
:is(.entry-content, .editor-styles-wrapper) .heading-box > .wp-block-group:last-child {
  padding-block: clamp(21px, 19.6363636364px + 0.3636363636vw, 24px);
  padding-inline: clamp(24px, 16.7272727273px + 1.9393939394vw, 40px);
  border: 1px solid var(--clBD);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
:is(.entry-content, .editor-styles-wrapper) .heading-box > .wp-block-group:last-child > :last-child {
  margin-bottom: 0;
}
:is(.entry-content, .editor-styles-wrapper) .heading-box > .wp-block-group:first-child :is(h2, h3, p),
:is(.entry-content, .editor-styles-wrapper) .heading-box > :is(h2, h3, p.heading-box__title):first-child {
  font-size: clamp(17px, 16.0909090909px + 0.2424242424vw, 19px);
  margin: 0;
  padding-block: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  padding-inline: 16px;
  border: 0;
  border-radius: 8px 8px 0 0;
  color: var(--clW);
  background-color: var(--clP);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

:is(.entry-content, .editor-styles-wrapper) .article-summary {
  margin-bottom: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
}
:is(.entry-content, .editor-styles-wrapper) .article-summary > .wp-block-group {
  margin: 0;
}
:is(.entry-content, .editor-styles-wrapper) .article-summary > .wp-block-group:first-child {
  padding: 0;
  border-radius: 8px 8px 0 0;
  background-color: var(--clP);
}
:is(.entry-content, .editor-styles-wrapper) .article-summary > .wp-block-group:last-child {
  padding-block: clamp(21px, 19.6363636364px + 0.3636363636vw, 24px);
  padding-inline: clamp(24px, 16.7272727273px + 1.9393939394vw, 40px);
  border: 4px solid var(--clBDW);
  border-top: 0;
  border-radius: 0 0 8px 8px;
}
:is(.entry-content, .editor-styles-wrapper) .article-summary h2,
:is(.entry-content, .editor-styles-wrapper) .article-summary h2:not(.heading01):not(.has-text-color) {
  font-size: clamp(17px, 16.0909090909px + 0.2424242424vw, 19px);
  margin: 0;
  padding-block: clamp(14px, 13.0909090909px + 0.2424242424vw, 16px);
  padding-inline: 16px;
  border: 0;
  border-radius: 8px 8px 0 0;
  color: var(--clW);
  background-color: var(--clP);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
:is(.entry-content, .editor-styles-wrapper) .article-summary ul.wp-block-list {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  margin-inline: auto;
  padding-left: 0;
}
:is(.entry-content, .editor-styles-wrapper) .article-summary ul.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
}
:is(.entry-content, .editor-styles-wrapper) .article-summary ul.wp-block-list li::before {
  top: 0;
  left: 0;
  width: 1em;
  height: auto;
  border-radius: 0;
  color: var(--clP);
  content: "✓";
  background-color: transparent;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

:is(.entry-content, .editor-styles-wrapper) .specialist-point {
  margin-bottom: clamp(34px, 31.2727272727px + 0.7272727273vw, 40px);
  margin-top: clamp(41px, 37.8181818182px + 0.8484848485vw, 48px);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point.wp-block-columns {
  align-items: center;
  gap: clamp(12px, 1.0909090909px + 2.9090909091vw, 36px);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point > .wp-block-columns {
  align-items: center;
  margin: 0;
  gap: clamp(12px, 1.0909090909px + 2.9090909091vw, 36px);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col {
  flex: 0 0 17%;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col p {
  display: none;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col .wp-block-image {
  margin: 0;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col img {
  display: block;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  margin-inline: auto;
  border-radius: 50%;
  object-fit: cover;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__body-col {
  flex: 1 1 0;
  min-width: 0;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__bubble {
  position: relative;
  padding-block: clamp(24px, 22.1818181818px + 0.4848484848vw, 28px);
  padding-inline: clamp(34px, 29.4545454545px + 1.2121212121vw, 44px);
  border-radius: 8px;
  background-color: var(--clBGP);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__bubble::before {
  position: absolute;
  top: 58px;
  left: -18px;
  width: 36px;
  height: 36px;
  content: "";
  background-color: var(--clBGP);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__title {
  margin-bottom: clamp(20px, 18.1818181818px + 0.4848484848vw, 24px);
  font-size: clamp(19px, 17.6363636364px + 0.3636363636vw, 22px);
  color: var(--clP);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__text {
  color: var(--clText);
  line-height: 2;
  letter-spacing: 0.08em;
  opacity: 0.8;
  font-size: clamp(14.5px, 13.5909090909px + 0.2424242424vw, 16.5px);
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__title,
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__text {
  margin-top: 0;
}
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__title:last-child,
:is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  :is(.entry-content, .editor-styles-wrapper) .specialist-point.wp-block-columns,
  :is(.entry-content, .editor-styles-wrapper) .specialist-point > .wp-block-columns {
    flex-direction: column;
    gap: 0;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: -72px;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__image-col img {
    max-width: 130px;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__body-col {
    width: 100%;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__bubble {
    padding-top: 92px;
    padding-inline: 24px;
    padding-bottom: 32px;
    text-align: center;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__bubble::before {
    content: none;
  }
  :is(.entry-content, .editor-styles-wrapper) .specialist-point .specialist-point__text {
    text-align: left;
    line-height: 1.7;
  }
}

.entry-content-page #ez-toc-container {
  display: none;
}

/*# sourceMappingURL=entry-content.css.map */
