@import url(https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap);
@charset "UTF-8";
/*!
Theme Name: PCT Official Theme
Theme URI: https://kyosyu.pctc.co.jp/
Description: PCTの公式WordPressテーマ
Version: 1.0.0
Author: 株式会社BREXA PCT
Author URI: https://kyosyu.pctc.co.jp/
*/
*,
*::after,
*::before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  padding: 0;
  margin: 0;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 1px solid currentcolor;
  outline-offset: 0.125em;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  ::before,
  ::after,
  ::backdrop {
    background-attachment: scroll !important;
    transition-delay: 0s !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-delay: 0s !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
:where(html) {
  width: 100%;
  height: 100%;
  scrollbar-gutter: stable;
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

:where(body) {
  margin: 0;
}

:where(main) {
  display: block;
}

:where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6) {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

:where(ul, ol) {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

:where(dd) {
  margin-left: 0;
}

:where(hr) {
  clear: both;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  color: inherit;
  border-top-width: 0;
}

:where(pre) {
  font-family: monospace, monospace;
  font-size: inherit;
}

:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: inherit;
}

:where(address) {
  font-style: inherit;
}

:where(:-moz-any-link) {
  cursor: pointer;
  text-decoration-color: color-mix(in srgb, currentcolor, transparent 40%);
  text-underline-offset: 0.25em;
}

:where(:any-link) {
  cursor: pointer;
  text-decoration-color: color-mix(in srgb, currentcolor, transparent 40%);
  text-underline-offset: 0.25em;
}

:where(a) {
  color: currentcolor;
  text-decoration: none;
  background-color: transparent;
}

:where(abbr[title]) {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  cursor: help;
}

@media (forced-colors: active) {
  mark {
    color: HighlightText;
    background-color: Highlight;
  }
}
:where(b, strong) {
  font-weight: bolder;
}

:where(small) {
  font-size: 100%;
}

:where(sub, sup) {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

:where(sub) {
  bottom: -0.25em;
}

:where(sup) {
  top: -0.5em;
}

:where(svg, img, embed, object, iframe) {
  vertical-align: middle;
}

:where(audio, iframe, img, svg, video) {
  max-inline-size: 100%;
  max-block-size: 100%;
}

:where(img) {
  display: block;
  max-width: 100%;
  height: auto;
}

:where(button, input, optgroup, select, textarea) {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: middle;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button[aria-disabled=true],
[type=button][aria-disabled=true],
[type=reset][aria-disabled=true],
[type=submit][aria-disabled=true]) {
  cursor: default;
}

:where(select, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(:-moz-focusring) {
  outline: auto;
}

:where(select:disabled) {
  opacity: inherit;
}

:where(option) {
  padding: 0;
}

:where(fieldset) {
  min-width: 0;
  min-inline-size: 0;
  padding: 0;
  margin: 0;
}

:where(legend) {
  padding: 0;
}

:where(label[for]) {
  cursor: pointer;
}

:where(label):has(+ :where(textarea, input, select)) {
  display: block;
}

:where(textarea:not([rows])) {
  min-block-size: 6em;
}

:where(progress) {
  vertical-align: baseline;
}

:where(textarea) {
  overflow: auto;
}

:where(textarea, select, input) {
  field-sizing: content;
}

:where([type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button) {
  height: auto;
}

:where([type=search]) {
  outline-offset: -2px;
}

:where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: textfield;
          appearance: textfield;
}

:where(::-webkit-file-upload-button) {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

:where([type=number]) {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

:where(details) {
  display: block;
}

:where(summary) {
  cursor: pointer;
  display: list-item;
}

:where([contenteditable]:focus) {
  outline: auto;
}

:where(table) {
  border-collapse: collapse;
  border-color: inherit;
}

:where(caption) {
  text-align: left;
}

:where(td, th) {
  padding: 0;
  vertical-align: top;
}

:where(th) {
  font-weight: bold;
  text-align: left;
}

:where(del, ins, s)::before,
:where(del, ins, s)::after {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  content: "test";
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
}

:where(s)::before {
  content: "stricken text start ";
}

:where(s)::after {
  content: " stricken text end";
}

:where(del)::before {
  content: "deletion start ";
}

:where(del)::after {
  content: " deletion end";
}

:where(ins)::before {
  content: "insertion start ";
}

:where(ins)::after {
  content: " insertion end";
}

@supports (-webkit-touch-callout: none) {
  :where([type=search]) {
    background-color: canvas;
    border: 1px solid -apple-system-secondary-label;
  }
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:-moz-placeholder) {
  direction: ltr;
}
:where([type=tel], [type=url], [type=email], [type=number]):not(:placeholder-shown) {
  direction: ltr;
}

:where(dialog)::backdrop {
  background: oklch(0% 0 0deg / 0.3);
}

:where(dialog),
:where(dialog)::backdrop {
  opacity: 0;
  transition: opacity 300ms ease-out, display 300ms allow-discrete, overlay 300ms allow-discrete;
}

:where(dialog[open]),
:where(dialog[open])::backdrop {
  opacity: 1;
}

@starting-style {
  :where(dialog[open]),
  :where(dialog[open])::backdrop {
    opacity: 0;
  }
}
.el-head {
  display: inline-grid;
  row-gap: 8px;
}
.el-head__en {
  position: relative;
  padding-left: 22px;
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #0063b2;
}
@media screen and (max-width: 48rem) {
  .el-head__en {
    font-size: 0.8125rem;
  }
}
.el-head__en::before {
  position: absolute;
  left: 0;
  width: 14px;
  aspect-ratio: 1/1;
  content: "";
  background-color: #0063b2;
  border-radius: 0.125em;
}
.el-head__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 48rem) {
  .el-head__ja {
    font-size: 1.5rem;
  }
}

.el-description {
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 48rem) {
  .el-description {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.el-button {
  display: inline-grid;
  grid-auto-flow: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 23px 40px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  color: #ec661b;
  letter-spacing: 0.04em;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 40rem) {
  .el-button {
    padding-block: 20px;
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .el-button:hover {
    color: #fff;
    background-color: #ec661b;
  }
}
.el-button:focus-visible {
  color: #fff;
  background-color: #ec661b;
}
.el-button__icon {
  width: 16px;
  aspect-ratio: 1/1;
  fill: currentcolor;
  transition: fill 0.3s;
}
.el-button--small {
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 8px 24px;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 48rem) {
  .el-button--small {
    padding-inline: 13px;
  }
}
.el-button--small .el-button__icon {
  width: 12px;
}
.el-button--long {
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 4px 16px;
  font-size: 0.875rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}

.bl-search {
  display: grid;
  width: 960px;
  padding: 16px 8px 8px;
  background-color: #555;
  border-radius: 0.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  /* stylelint-disable selector-pseudo-element-no-unknown */
  /* stylelint-enable selector-pseudo-element-no-unknown */
}
@media screen and (max-width: 64rem) {
  .bl-search {
    width: 100%;
    padding: 12px 4px 4px;
    border-radius: 0.5em;
  }
}
.bl-search__lead {
  margin-left: 24px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 64rem) {
  .bl-search__lead {
    padding-right: 7px;
    padding-left: 8px;
    margin-left: 0;
    font-size: 0.9375rem;
  }
}
.bl-search__container {
  display: flex;
  align-items: center;
  padding-block: 9px;
  margin-top: 16px;
  font-size: 1.125rem;
  color: #7a7a7a;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: 0.5em;
}
@media screen and (max-width: 64rem) {
  .bl-search__container {
    flex-direction: column;
    height: 114px;
    padding-block: 0;
    margin-top: 12px;
    font-size: 0.9375rem;
    border-radius: 0.5em;
  }
}
.bl-search__container.is-active {
  border-bottom-color: #7a7a7a;
  border-radius: 0.75em 0.75em 0 0;
}
@media screen and (max-width: 64rem) {
  .bl-search__container.is-active {
    border-radius: 0.5em 0.5em 0 0;
  }
}
.bl-search__select-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 64rem) {
  .bl-search__select-wrapper {
    width: 100%;
    border-right: none;
  }
}
.bl-search__select {
  position: relative;
  display: grid;
  align-items: center;
  width: 240px;
  height: 100%;
  padding-left: 56px;
}
@media screen and (max-width: 64rem) {
  .bl-search__select {
    width: 100%;
    padding-block: 16px;
  }
}
.bl-search__select::picker-icon {
  content: none;
}
@media (any-hover: hover) {
  .bl-search__select:hover .bl-search__button {
    color: #ec661b;
  }
}
.bl-search__select:focus-visible {
  outline-offset: -0.125em;
}
.bl-search__select:focus-visible .bl-search__button {
  color: #ec661b;
}
.bl-search select,
.bl-search ::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
}
.bl-search ::picker(select) {
  padding: 8px;
  font-size: 1rem;
  color: #555;
  border: none;
  border-radius: 0.5em;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}
.bl-search__option {
  padding: 12px;
  border-radius: 0.5em;
  transition: background-color 0.3s;
}
.bl-search__option + .bl-search__option {
  margin-top: 2px;
}
@media (any-hover: hover) {
  .bl-search__option:hover {
    background-color: rgba(236, 102, 27, 0.15);
  }
}
.bl-search__option:focus-visible {
  background-color: rgba(236, 102, 27, 0.15);
}
.bl-search__option:checked {
  color: #fff;
  background-color: #ec661b;
}
.bl-search__option::checkmark {
  content: none;
}
.bl-search__select-toggle {
  position: absolute;
  right: 24px;
  display: grid;
  place-items: center;
  width: 16px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 64rem) {
  .bl-search__select-toggle {
    right: 16px;
  }
}
.bl-search__select-toggle::before {
  position: absolute;
  width: 2px;
  height: 12px;
  content: "";
  background-color: currentcolor;
  border-radius: 0.0625em;
  rotate: 90deg;
}
.bl-search__select-toggle::after {
  position: absolute;
  width: 2px;
  height: 12px;
  content: "";
  background-color: currentcolor;
  border-radius: 0.0625em;
}
.bl-search__select-toggle.is-active {
  cursor: pointer;
}
.bl-search__select-toggle.is-active::after {
  rotate: 90deg;
}
.bl-search__keyword {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  max-width: 704px;
  height: 100%;
  padding-inline: 24px;
}
@media screen and (max-width: 64rem) {
  .bl-search__keyword {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 8px 8px 8px 16px;
  }
  .bl-search__keyword::before {
    position: absolute;
    top: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    content: "";
    background-color: #e0e1e2;
  }
}
.bl-search__icon {
  width: 24px;
  aspect-ratio: 1/1;
}
.bl-search__icon--card {
  position: absolute;
  left: 24px;
  pointer-events: none;
}
@media screen and (max-width: 64rem) {
  .bl-search__icon--card {
    left: 16px;
  }
}
.bl-search__icon--search {
  margin-right: 8px;
}
@media screen and (max-width: 64rem) {
  .bl-search__icon--clear {
    width: 16px;
  }
}
.bl-search__input {
  width: 100%;
  max-width: calc(100% - 80px);
  padding: 8px;
  caret-color: rgba(0, 99, 178, 0.5);
  border-radius: 0.25em;
}
@media screen and (max-width: 64rem) {
  .bl-search__input {
    max-width: calc(100% - 64px);
  }
}
.bl-search__input:focus-visible {
  outline-color: rgba(0, 99, 178, 0.5);
  box-shadow: 0 2px 8px 0 rgba(0, 99, 178, 0.15);
}
.bl-search__input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.bl-search__clear-button {
  position: absolute;
  top: 50%;
  right: 40px;
  display: none;
  translate: 0 -50%;
}
@media screen and (max-width: 64rem) {
  .bl-search__clear-button {
    right: 16px;
  }
}
.bl-search__result {
  display: none;
  overflow: clip;
  border-radius: 0 0 0.75em 0.75em;
}
@media screen and (max-width: 64rem) {
  .bl-search__result {
    border-radius: 0 0 0.5em 0.5em;
  }
}
.bl-search__result-count {
  padding: 8px 16px;
  font-size: 0.8125rem;
  color: #7a7a7a;
  background-color: #f4f4f4;
}
.bl-search__result-list {
  max-height: 300px;
  padding-inline: 16px;
  padding-bottom: 16px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-color: #ec661b #f4f4f4;
  scrollbar-width: thin;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-top: none;
  container-type: inline-size;
}
@media not (forced-colors: active) {
  .bl-search__result-list::-webkit-scrollbar {
    border-radius: 0.75em;
  }
  .bl-search__result-list::-webkit-scrollbar-button {
    display: none;
  }
  .bl-search__result-list::-webkit-scrollbar-track {
    background: #f4f4f4;
  }
  .bl-search__result-list::-webkit-scrollbar-thumb {
    background-color: #ec661b;
    border-radius: 0.5em;
  }
}
@media screen and (max-width: 64rem) {
  .bl-search__result-list {
    max-height: 208px;
  }
}
.bl-search__result-link {
  position: relative;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  padding: 12px;
  font-size: 0.875rem;
  transition: color 0.3s;
}
.bl-search__result-link::before, .bl-search__result-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: #e0e1e2;
}
.bl-search__result-link::after {
  background-color: #ec661b;
  transform-origin: left;
  scale: 0 1;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .bl-search__result-link:hover {
    color: #ec661b;
  }
  .bl-search__result-link:hover::after {
    scale: 1 1;
  }
}
.bl-search__result-link:focus-visible {
  color: #ec661b;
}
.bl-search__result-link:focus-visible::after {
  scale: 1 1;
}
.bl-search__result-text {
  flex: 1;
}
.bl-search__result-icon {
  width: 16px;
  aspect-ratio: 1/1;
  fill: currentcolor;
  transition: fill 0.3s;
}
.bl-search__nonexistent {
  padding: 24px;
}
@media screen and (max-width: 64rem) {
  .bl-search__nonexistent {
    padding: 20px 4px 4px;
  }
}
.bl-search__nonexistent-title {
  font-size: 1rem;
  font-weight: 700;
}
.bl-search__nonexistent-text {
  margin-top: 8px;
  font-size: 0.875rem;
}

.el-breadcrumb {
  font-size: 0.875rem;
}
.el-breadcrumb__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.el-breadcrumb__item {
  display: flex;
  align-items: center;
}
.el-breadcrumb__item::before {
  flex-shrink: 0;
  width: 12px;
  aspect-ratio: 1/1;
  margin-inline-end: 8px;
  content: "";
  background-image: url("/wp-content/themes/my-theme/dist/assets/icons/icon_arrow-right-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.el-breadcrumb__item:last-child {
  overflow: hidden;
}
.el-breadcrumb__item:first-child::before {
  content: none;
}
.el-breadcrumb__link {
  margin-right: 8px;
  transition: opacity 0.3s;
}
@media (any-hover: hover) {
  .el-breadcrumb__link:hover {
    opacity: 0.7;
  }
}
.el-breadcrumb__link:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 48rem) {
  .el-breadcrumb__link {
    font-size: 0.8125rem;
  }
}
.el-breadcrumb__current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ec661b;
  white-space: nowrap;
}
@media screen and (max-width: 48rem) {
  .el-breadcrumb__current {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 0.8125rem;
    -webkit-box-orient: vertical;
  }
}

.el-telButton {
  display: inline-flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ec661b;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 64rem) {
  .el-telButton {
    justify-content: flex-start;
    font-weight: 500;
  }
}
@media (any-hover: hover) {
  .el-telButton:hover {
    color: #fff;
    background-color: #ec661b;
  }
}
.el-telButton:focus-visible {
  color: #fff;
  background-color: #ec661b;
}
.el-telButton__icon {
  width: 12px;
  aspect-ratio: 1/1;
  fill: currentcolor;
  transition: fill 0.3s;
}
@media screen and (max-width: 64rem) {
  .el-telButton__icon {
    width: 16px;
  }
}
.el-telButton__text {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.ly-news--primary {
  margin-block: 140px;
}
@media screen and (max-width: 64rem) {
  .ly-news--primary {
    margin-top: 120px;
    margin-bottom: 112px;
  }
}
.ly-news--secondary {
  margin-top: 140px;
}
@media screen and (max-width: 64rem) {
  .ly-news--secondary {
    margin-top: 120px;
  }
}

/**
 * TOP ニュースコンポーネント
 */
.bl-news {
  position: relative;
}
@media screen and (max-width: 64rem) {
  .bl-news {
    padding-inline: 20px;
  }
}
.bl-news__wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 48rem) {
  .bl-news__wrapper {
    max-width: 100%;
  }
}
.bl-news__list {
  margin-block: 40px 64px;
}
@media screen and (max-width: 64rem) {
  .bl-news__list {
    max-width: calc(100vw - 40px);
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
.bl-news__important-badge {
  max-width: 55px;
  padding: 4px 8px;
  margin-left: 16px;
  color: #ec661b;
  background-color: rgba(236, 102, 27, 0.15);
  border-radius: 0.125em;
}
@media screen and (max-width: 64rem) {
  .bl-news__important-badge {
    max-width: 35px;
    padding: 2px 5px;
    margin-right: 0;
    margin-left: 12px;
    font-size: 0.6875rem;
    line-height: 1.6;
  }
}
.bl-news__link {
  position: relative;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 24px 8px;
  font-size: 1rem;
}
.bl-news__link::before, .bl-news__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: #e0e1e2;
}
.bl-news__link::after {
  background-color: #ec661b;
  transform-origin: left;
  scale: 0 1;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .bl-news__link:hover::after {
    scale: 1 1;
  }
}
.bl-news__link:focus-visible::after {
  scale: 1 1;
}
@media screen and (max-width: 64rem) {
  .bl-news__link {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bl-news__info {
  display: flex;
  align-items: center;
}
.bl-news__date {
  width: 104px;
  color: #ec661b;
}
@media screen and (max-width: 64rem) {
  .bl-news__date {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.bl-news__title {
  margin-right: 8px;
}
.bl-news__title-wrapper {
  display: flex;
  flex: 1;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 64rem) {
  .bl-news__title-wrapper {
    margin-top: 8px;
  }
  .bl-news__title-wrapper.hp-internal {
    width: 100%;
  }
}
.bl-news__icon {
  width: 16px;
  aspect-ratio: 1/1;
}
.bl-news__btn {
  display: grid;
  inline-size: 360px;
  margin-inline: auto;
}
@media screen and (max-width: 40rem) {
  .bl-news__btn {
    inline-size: auto;
    margin-inline: unset;
  }
}

.bl-single {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 140px;
}
@media screen and (max-width: 48rem) {
  .bl-single {
    margin-top: 84px;
  }
}
.bl-single.has_thumbnail {
  margin-top: 0;
}
.bl-single__date {
  margin-bottom: 16px;
}
.bl-single__title {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ec661b;
}
.bl-single__wrapper {
  width: 100%;
  max-width: 960px;
}
.bl-single__thumbnail {
  position: relative;
  max-width: 100%;
  height: auto;
  margin-block: 32px;
}
@media screen and (max-width: 48rem) {
  .bl-single__thumbnail {
    margin-block: 16px;
  }
}
.bl-single__thumbnail::before {
  position: absolute;
  inset-block: -358px 0;
  inset-inline-start: 50%;
  z-index: -1;
  width: 100vw;
  height: calc(100% + 500px);
  content: "";
  background: top left/100% no-repeat url("/wp-content/themes/my-theme/dist/assets/bg/news_thumbnail.png");
  transform: translateX(-50%);
}
@media screen and (max-width: 48rem) {
  .bl-single__thumbnail::before {
    display: none;
  }
}
.bl-single__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0.5em;
}
.bl-single__btn-wrapper {
  display: grid;
  inline-size: 320px;
  margin-inline: auto;
  margin-top: 140px;
  margin-bottom: 198px;
}
@media screen and (max-width: 48rem) {
  .bl-single__btn-wrapper {
    inline-size: auto;
    margin-top: 80px;
    margin-bottom: 132px;
  }
}

/**
 * ニュース一覧ページ用のコンポーネント
 */
.bl-news-list__link {
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  padding: 24px 16px;
}
.bl-news-list__link::before, .bl-news-list__link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background-color: #e0e1e2;
}
.bl-news-list__link::after {
  background-color: #ec661b;
  transform-origin: left;
  scale: 0 1;
  transition: scale 0.3s;
}
@media (any-hover: hover) {
  .bl-news-list__link:hover::after {
    scale: 1 1;
  }
}
.bl-news-list__link:focus-visible::after {
  scale: 1 1;
}
@media screen and (max-width: 48rem) {
  .bl-news-list__link {
    flex-direction: column;
    grid-template-columns: 1fr;
    row-gap: 8px;
    align-items: flex-start;
    padding: 24px 8px;
  }
}
.bl-news-list__date {
  padding-right: 16px;
  color: #ec661b;
}
@media screen and (max-width: 48rem) {
  .bl-news-list__date {
    padding-right: 12px;
    font-size: 0.75rem;
  }
}
.bl-news-list__title-wrapper {
  display: inline-flex;
  align-items: center;
}
.bl-news-list__title {
  width: auto;
  line-height: 1.6;
}
.bl-news-list__important-badge {
  padding: 4px 8px;
  margin-right: 16px;
  color: #ec661b;
  background-color: rgba(236, 102, 27, 0.15);
  border-radius: 0.125em;
}
@media screen and (max-width: 48rem) {
  .bl-news-list__important-badge {
    padding: 2px 5px;
    margin-right: 0;
    font-size: 0.6875rem;
    line-height: 1.6;
  }
}
.bl-news-list__icon {
  width: 16px;
  aspect-ratio: 1/1;
  margin-left: 8px;
}
.bl-news-list__pagination {
  display: grid;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 48rem) {
  .bl-news-list__pagination {
    margin-top: 32px;
  }
}
.bl-news-list__pagination-list {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
}
.bl-news-list__pagination-item {
  display: grid;
}
.bl-news-list__pagination-item:first-child {
  margin-right: 4px;
}
.bl-news-list__pagination-item:last-child {
  margin-left: 4px;
}
.bl-news-list__pagination-item:has(.bl-news-list__pagination-dots) {
  align-items: flex-end;
  height: 1.5em;
}
.bl-news-list__pagination-link {
  font-family: "Jost", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.3s;
}
@media screen and (max-width: 48rem) {
  .bl-news-list__pagination-link {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .bl-news-list__pagination-link:hover {
    color: #ec661b;
  }
}
.bl-news-list__pagination-link:focus-visible {
  color: #ec661b;
}
.bl-news-list__pagination-link.current {
  color: #ec661b;
}
.bl-news-list__pagination-arrow {
  display: grid;
  place-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  color: #ec661b;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: 50%;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: color 0.3s, background-color 0.3s;
}
@media (any-hover: hover) {
  .bl-news-list__pagination-arrow:hover {
    color: #fff;
    background-color: #ec661b;
  }
}
.bl-news-list__pagination-arrow:focus-visible {
  color: #fff;
  background-color: #ec661b;
}
.bl-news-list__pagination-arrow.is-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.bl-news-list__pagination-arrow-icon {
  width: 16px;
  aspect-ratio: 1/1;
  fill: currentcolor;
  transition: fill 0.3s;
}
.bl-news-list__pagination-dots {
  line-height: 1;
}

.bl-single h2,
.bl-single h3,
.bl-single h4,
.bl-single h5,
.bl-single h6 {
  margin-bottom: 32px;
  font-weight: 700;
}
@media screen and (max-width: 48rem) {
  .bl-single h2,
  .bl-single h3,
  .bl-single h4,
  .bl-single h5,
  .bl-single h6 {
    margin-bottom: 16px;
  }
}
.bl-single h2 {
  position: relative;
  padding-left: 30px;
  font-size: 1.75rem;
}
.bl-single h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #0063b2;
  transform: translateY(-50%);
}
@media screen and (max-width: 48rem) {
  .bl-single h2 {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
.bl-single h3 {
  padding-bottom: 8px;
  font-size: 1.5rem;
  border-bottom: 1px solid #e0e1e2;
}
@media screen and (max-width: 48rem) {
  .bl-single h3 {
    font-size: 1.25rem;
  }
}
.bl-single h4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 48rem) {
  .bl-single h4 {
    font-size: 1rem;
  }
}
.bl-single h5 {
  font-size: 1.125rem;
}
@media screen and (max-width: 48rem) {
  .bl-single h5 {
    font-size: 1rem;
  }
}
.bl-single p:has(+ h1), .bl-single p:has(+ h2), .bl-single p:has(+ h3), .bl-single p:has(+ h4), .bl-single p:has(+ h5), .bl-single p:has(+ h6) {
  margin-bottom: 48px;
}
.bl-single p + p {
  margin-top: 8px;
  font-size: 1rem;
}
.bl-single a {
  color: #ec661b;
  text-decoration: underline;
  transition: text-decoration-color 0.3s;
}
@media (any-hover: hover) {
  .bl-single a:hover {
    text-decoration-color: transparent;
  }
}
.bl-single a:focus-visible {
  text-decoration-color: transparent;
}
.bl-single > ul {
  margin-block: 24px;
  margin-left: 32px;
  list-style: disc;
}
@media screen and (max-width: 48rem) {
  .bl-single > ul {
    margin-block: 16px;
  }
}
.bl-single > ul ul {
  margin-left: 32px;
  list-style: circle;
}
.bl-single > ul:has(+ h1), .bl-single > ul:has(+ h2), .bl-single > ul:has(+ h3), .bl-single > ul:has(+ h4), .bl-single > ul:has(+ h5), .bl-single > ul:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single > ul:has(+ h1), .bl-single > ul:has(+ h2), .bl-single > ul:has(+ h3), .bl-single > ul:has(+ h4), .bl-single > ul:has(+ h5), .bl-single > ul:has(+ h6) {
    margin-bottom: 40px;
  }
}
.bl-single > ol {
  margin-block: 24px;
  margin-left: 32px;
  list-style: decimal;
}
@media screen and (max-width: 48rem) {
  .bl-single > ol {
    margin-block: 16px;
  }
}
.bl-single > ol ol {
  margin-left: 32px;
  list-style: decimal;
}
.bl-single > ol:has(+ h1), .bl-single > ol:has(+ h2), .bl-single > ol:has(+ h3), .bl-single > ol:has(+ h4), .bl-single > ol:has(+ h5), .bl-single > ol:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single > ol:has(+ h1), .bl-single > ol:has(+ h2), .bl-single > ol:has(+ h3), .bl-single > ol:has(+ h4), .bl-single > ol:has(+ h5), .bl-single > ol:has(+ h6) {
    margin-bottom: 40px;
  }
}
.bl-single pre {
  padding: 16px;
  font-family: monospace;
  background-color: #ddd;
}
@media not (forced-colors: active) {
  .bl-single pre::-webkit-scrollbar {
    overflow: hidden;
    background: transparent;
    border-radius: 0.25em;
  }
  .bl-single pre::-webkit-scrollbar:horizontal {
    height: 4px;
  }
  .bl-single pre::-webkit-scrollbar-button {
    display: none;
  }
  .bl-single pre::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 0.25em;
  }
}
.bl-single pre.wp-block-code {
  margin: 24px 0;
  background-color: #f4f4f4;
  border-radius: 4px;
}
.bl-single pre.wp-block-code:has(+ h1), .bl-single pre.wp-block-code:has(+ h2), .bl-single pre.wp-block-code:has(+ h3), .bl-single pre.wp-block-code:has(+ h4), .bl-single pre.wp-block-code:has(+ h5), .bl-single pre.wp-block-code:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single pre.wp-block-code:has(+ h1), .bl-single pre.wp-block-code:has(+ h2), .bl-single pre.wp-block-code:has(+ h3), .bl-single pre.wp-block-code:has(+ h4), .bl-single pre.wp-block-code:has(+ h5), .bl-single pre.wp-block-code:has(+ h6) {
    margin-bottom: 40px;
  }
}
.bl-single details {
  margin-block: 24px;
}
@media screen and (max-width: 48rem) {
  .bl-single details {
    margin-block: 16px;
  }
}
.bl-single blockquote {
  position: relative;
  padding: 32px 40px 32px 64px;
  margin-block: 24px;
  font-size: 1rem;
  color: #757575;
  background-color: #f5f5f5;
  border-left: 4px solid #bdbdbd;
}
@media screen and (max-width: 48rem) {
  .bl-single blockquote {
    padding: 32px 24px 24px 40px;
    margin-block: 16px;
    font-size: 0.875rem;
  }
}
.bl-single blockquote::before {
  position: absolute;
  top: -16px;
  left: 24px;
  font-family: FontAwesome, sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #bdbdbd;
  content: "“";
}
@media screen and (max-width: 48rem) {
  .bl-single blockquote::before {
    font-size: 4.5rem;
  }
}
.bl-single blockquote p:not(:last-child) {
  margin-bottom: 16px;
}
.bl-single .wp-block-image {
  margin-block: 24px;
}
.bl-single .wp-block-image:has(+ h1), .bl-single .wp-block-image:has(+ h2), .bl-single .wp-block-image:has(+ h3), .bl-single .wp-block-image:has(+ h4), .bl-single .wp-block-image:has(+ h5), .bl-single .wp-block-image:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single .wp-block-image:has(+ h1), .bl-single .wp-block-image:has(+ h2), .bl-single .wp-block-image:has(+ h3), .bl-single .wp-block-image:has(+ h4), .bl-single .wp-block-image:has(+ h5), .bl-single .wp-block-image:has(+ h6) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 48rem) {
  .bl-single .wp-block-image {
    margin-block: 24px;
  }
}
.bl-single figure {
  max-width: 100%;
}
.bl-single figcaption {
  margin-top: 6px;
  font-size: 0.75rem;
  line-height: 1.3;
  color: #757575;
}
.bl-single .wp-block-table {
  margin-block: 24px;
}
.bl-single .wp-block-table:has(+ h1), .bl-single .wp-block-table:has(+ h2), .bl-single .wp-block-table:has(+ h3), .bl-single .wp-block-table:has(+ h4), .bl-single .wp-block-table:has(+ h5), .bl-single .wp-block-table:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single .wp-block-table:has(+ h1), .bl-single .wp-block-table:has(+ h2), .bl-single .wp-block-table:has(+ h3), .bl-single .wp-block-table:has(+ h4), .bl-single .wp-block-table:has(+ h5), .bl-single .wp-block-table:has(+ h6) {
    margin-bottom: 40px;
  }
}
.bl-single .wp-block-table table {
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
}
.bl-single .wp-block-table table th {
  font-weight: 500;
  color: #fff;
  background-color: #63696e;
  border-top: 1px solid #e0e1e2;
  border-right: 1px solid #e0e1e2;
  border-bottom: 1px solid #e0e1e2;
  border-left: none;
}
.bl-single .wp-block-table table th:first-child,
.bl-single .wp-block-table table td:first-child {
  border-left: 1px solid #e0e1e2;
}
.bl-single .wp-block-table table td {
  border-top: none;
  border-right: 1px solid #e0e1e2;
  border-bottom: 1px solid #e0e1e2;
  border-left: none;
}
.bl-single .wp-block-table table th:first-child {
  border-top-left-radius: 0.625em;
}
.bl-single .wp-block-table table th:last-child {
  border-top-right-radius: 0.625em;
}
.bl-single .wp-block-table table tr:last-child td:first-child {
  border-bottom-left-radius: 0.625em;
}
.bl-single .wp-block-table table tr:last-child td:last-child {
  border-bottom-right-radius: 0.625em;
}
.bl-single .wp-block-table table tr > td:first-child {
  background-color: #f4f4f4;
}
.bl-single .wp-block-image {
  max-width: 720px;
  margin-inline: auto;
}
.bl-single img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.bl-single img:has(+ h1), .bl-single img:has(+ h2), .bl-single img:has(+ h3), .bl-single img:has(+ h4), .bl-single img:has(+ h5), .bl-single img:has(+ h6) {
  margin-bottom: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-single img:has(+ h1), .bl-single img:has(+ h2), .bl-single img:has(+ h3), .bl-single img:has(+ h4), .bl-single img:has(+ h5), .bl-single img:has(+ h6) {
    margin-bottom: 40px;
  }
}
.bl-single a[target=_blank] {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s;
}
.bl-single a[target=_blank]::after {
  margin-left: 8px;
  content: url("/wp-content/themes/my-theme/dist/assets/icons/icon_window.svg");
}
@media (any-hover: hover) {
  .bl-single a[target=_blank]:hover {
    text-decoration-color: currentcolor;
  }
}
.bl-single a[target=_blank]:focus-visible {
  text-decoration-color: currentcolor;
}
.bl-single a[target=_blank].is-media-link::after {
  margin-left: 8px;
  content: url("/wp-content/themes/my-theme/dist/assets/icons/icon_pdf.svg");
}
.bl-single strong {
  color: #ec661b;
}
.bl-single u {
  text-decoration: underline;
  text-underline-offset: 0.25em;
}
.bl-single small {
  font-size: 0.875rem;
}
.bl-single .is-style-annotation-color-conversion-text {
  color: #d83323;
}
.bl-single .is-style-annotation-text {
  font-size: 0.875rem;
  color: #555;
}

.ly-qualifications {
  padding-top: 140px;
  overflow-x: clip;
}
@media screen and (max-width: 48rem) {
  .ly-qualifications {
    padding-top: 120px;
  }
}
.ly-qualifications__wrapper {
  width: 100%;
  max-width: 960px;
  margin-inline: auto;
}
@media screen and (max-width: 64rem) {
  .ly-qualifications__wrapper {
    max-width: 100%;
    padding-inline: 20px;
  }
}

.bl-qualifications__list {
  padding: 32px;
  margin-top: 64px;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: 0.5em;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__list {
    padding: 24px 16px;
    margin-top: 40px;
  }
}
.bl-qualifications__group {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e1e2;
}
.bl-qualifications__group:not(:first-child) {
  padding-top: 16px;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__group--pc {
    display: none;
  }
}
.bl-qualifications__group--sp {
  display: none;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__group--sp {
    display: grid;
  }
}
.bl-qualifications__details {
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e1e2;
}
.bl-qualifications__details:not(:first-of-type) {
  padding-top: 24px;
}
.bl-qualifications__details::details-content {
  overflow: clip;
  transition-duration: 0.3s;
  transition-property: content-visibility, block-size;
  transition-behavior: allow-discrete;
  interpolate-size: allow-keywords;
}
.bl-qualifications__details:not(:open)::details-content {
  block-size: 0;
}
.bl-qualifications__details:open .bl-qualifications__summary-toggle::after {
  rotate: 0deg;
}
.bl-qualifications__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  background-color: rgba(0, 99, 178, 0.1);
  border-radius: calc(infinity * 1px);
}
.bl-qualifications__summary::-webkit-details-marker {
  display: none;
}
.bl-qualifications__summary-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0063b2;
}
.bl-qualifications__summary-toggle {
  position: relative;
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.bl-qualifications__summary-toggle::before, .bl-qualifications__summary-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #0063b2;
  translate: -50% -50%;
}
.bl-qualifications__summary-toggle::after {
  rotate: 90deg;
  transition: rotate 0.3s;
}
.bl-qualifications__group-title {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 160px;
  padding-block: 12px;
  font-size: 1rem;
  font-weight: 700;
  color: #0063b2;
  background-color: rgba(0, 99, 178, 0.1);
  border-radius: 0.5em;
}
.bl-qualifications__tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-self: center;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__tags {
    margin-top: 16px;
  }
}
.bl-qualifications__foreign {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, auto);
  row-gap: 8px;
  padding: 24px;
  margin-top: 32px;
  background-color: #63696e;
  border-radius: 0.5em;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__foreign {
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(1, auto);
    row-gap: 0;
    padding: 20px;
    margin-top: 24px;
  }
}
.bl-qualifications__foreign-title {
  grid-column: span 2;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__foreign-title {
    grid-column: auto;
    font-size: 0.875rem;
  }
}
.bl-qualifications__foreign-text {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__foreign-text {
    margin-top: 8px;
  }
}
.bl-qualifications__foreign-btn {
  display: grid;
  justify-self: end;
  inline-size: 164px;
  min-block-size: 48px;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__foreign-btn {
    justify-self: auto;
    inline-size: auto;
    min-block-size: 40px;
    margin-top: 16px;
  }
}
.bl-qualifications__found {
  display: grid;
  row-gap: 16px;
  justify-content: center;
  margin-top: 64px;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__found {
    row-gap: 14px;
    justify-content: initial;
    margin-top: 40px;
  }
}
.bl-qualifications__found-text {
  font-size: 0.875rem;
  text-align: center;
}
.bl-qualifications__found-btn {
  display: grid;
  inline-size: 411px;
  min-block-size: 72px;
}
@media screen and (max-width: 48rem) {
  .bl-qualifications__found-btn {
    inline-size: auto;
    min-block-size: 64px;
  }
}

.bl-info-panel {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 48rem) {
  .bl-info-panel {
    flex-direction: column;
  }
}
.bl-info-panel__item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
  padding: 16px;
  border: 1px solid #e0e1e2;
  border-radius: 0.5em;
}
.bl-info-panel__heading {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 22px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0063b2;
  word-break: keep-all;
}
@media screen and (max-width: 48rem) {
  .bl-info-panel__heading {
    font-size: 1rem;
  }
}
.bl-info-panel__heading::before {
  position: absolute;
  inset-inline-start: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #0063b2;
  border-radius: 0.125em;
}
.bl-info-panel__content {
  font-size: 0.875rem;
}
.bl-info-panel__content + .bl-info-panel__heading {
  margin-top: 8px;
}

.bl-accordion {
  display: none;
}
@media screen and (max-width: 48rem) {
  .bl-accordion {
    display: block;
    margin-top: 16px;
  }
}
.bl-accordion::details-content {
  overflow: clip;
  transition-duration: 0.3s;
  transition-property: content-visibility, block-size;
  transition-behavior: allow-discrete;
  interpolate-size: allow-keywords;
}
.bl-accordion:not(:open)::details-content {
  block-size: 0;
}
.bl-accordion:first-of-type {
  margin-top: 32px;
}
.bl-accordion:open .bl-accordion__heading-line::before {
  transform: rotate(0deg);
}
@media screen and (max-width: 48rem) {
  .bl-accordion__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    border: 1px solid #e0e1e2;
    border-radius: 6.1875em;
  }
}
.bl-accordion__heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 16px;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__heading-wrapper {
    -moz-column-gap: 12px;
         column-gap: 12px;
    justify-content: flex-start;
    padding: 0;
  }
}
.bl-accordion__heading {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 22px;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__heading {
    padding-right: 0;
  }
}
.bl-accordion__heading::before {
  position: absolute;
  inset-inline-start: 0;
  width: 14px;
  height: 14px;
  content: "";
  background-color: #0063b2;
  border-radius: 0.125em;
}
.bl-accordion__heading--no-icon {
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #ec661b;
}
.bl-accordion__heading--no-icon::before {
  content: none;
}
.bl-accordion__time {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__time {
    font-size: 1rem;
  }
}
.bl-accordion__icon {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__icon {
    font-size: 0.8125rem;
    line-height: 1;
  }
}
.bl-accordion__heading-line {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 12px;
  height: 2px;
  background-color: #ec661b;
  border-radius: calc(infinity * 1px);
  transition: transform 0.3s;
}
.bl-accordion__heading-line::before {
  position: absolute;
  top: 0;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #ec661b;
  border-radius: calc(infinity * 1px);
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.bl-accordion__content {
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e1e2;
}
.bl-accordion__detail {
  margin-top: 16px;
  white-space: pre-line;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__detail {
    font-size: 0.875rem;
  }
}
.bl-accordion__note {
  margin: 40px 32px 0;
  font-size: 0.875rem;
  white-space: pre-line;
}
@media screen and (max-width: 48rem) {
  .bl-accordion__note {
    margin: 24px 0 0;
    font-size: 0.8125rem;
  }
}

*,
*::after,
*::before {
  scroll-behavior: smooth;
}

:where(body) {
  min-height: 100svh;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  font-feature-settings: normal;
  line-height: 1.6;
  color: #555;
  letter-spacing: 0.04em;
  word-break: normal;
  overflow-wrap: anywhere;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-break: strict;
}
@media screen and (max-width: 48rem) {
  :where(body) {
    font-size: 0.9375rem;
  }
}
:where(body).is-open {
  overflow: hidden;
}

:where(::-moz-selection) {
  color: #fff;
  background: #ec661b;
}

:where(::selection) {
  color: #fff;
  background: #ec661b;
}

[id],
:focus {
  scroll-margin-block-start: var(--header-height-sass);
}

.ly-footer {
  position: relative;
  top: 100%;
  display: grid;
  justify-content: center;
  padding-block: 64px;
  background-color: #e0e1e2;
}
@media screen and (max-width: 64rem) {
  .ly-footer {
    justify-content: initial;
    padding: 56px 20px 126px;
  }
}
.ly-footer::before {
  position: absolute;
  inset-block-start: -88px;
  inset-inline: 0;
  z-index: -1;
  width: 100%;
  height: 388px;
  content: none;
  background: top -68px left/auto no-repeat url("/wp-content/themes/my-theme/dist/assets/bg/footer_sp.png");
}
@media screen and (max-width: 80rem) {
  .ly-footer::before {
    content: "";
  }
}
.ly-footer__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  justify-content: center;
  width: 1056px;
}
@media screen and (max-width: 64rem) {
  .ly-footer__wrapper {
    width: 100%;
  }
}
.ly-footer__head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 64rem) {
  .ly-footer__head {
    flex-direction: column;
    row-gap: 40px;
  }
}
.ly-footer__branding {
  display: grid;
  row-gap: 16px;
  align-content: center;
}
@media screen and (max-width: 64rem) {
  .ly-footer__branding {
    place-items: center;
  }
}
.ly-footer__logo {
  width: 130px;
  aspect-ratio: 10/3;
}
.ly-footer__company {
  font-size: 0.875rem;
}
@media screen and (max-width: 48rem) {
  .ly-footer__company {
    font-size: 0.8125rem;
  }
}
.ly-footer__guides {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 64rem) {
  .ly-footer__guides {
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
  }
}
.ly-footer__btn {
  display: grid;
  inline-size: auto;
  max-block-size: 48px;
}
@media screen and (max-width: 64rem) {
  .ly-footer__btn {
    inline-size: 320px;
    max-block-size: 66px;
  }
}
@media screen and (max-width: 40rem) {
  .ly-footer__btn {
    inline-size: 100%;
  }
}
.ly-footer__btn .el-button {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 64rem) {
  .ly-footer__btn .el-button {
    padding: 20px 32px;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 64rem) {
  .ly-footer__btn .el-button__icon {
    width: 16px;
  }
}
.ly-footer__line {
  height: 1px;
  background-color: #fff;
}
.ly-footer__body {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media screen and (max-width: 48rem) {
  .ly-footer__body {
    flex-direction: column;
    row-gap: 48px;
  }
}
.ly-footer__title {
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
  color: #ec661b;
  transition: opacity 0.3s;
}
@media screen and (max-width: 48rem) {
  .ly-footer__title {
    margin-bottom: 24px;
    font-size: 0.9375rem;
  }
}
@media (any-hover: hover) {
  .ly-footer__title:hover {
    opacity: 0.7;
  }
}
.ly-footer__title:focus-visible {
  opacity: 0.7;
}
.ly-footer__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 8px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-content: start;
  font-size: 0.875rem;
}
.ly-footer__list--school {
  grid-template-rows: repeat(9, auto);
  grid-template-columns: 0.8fr 1.2fr;
  grid-auto-flow: column;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 48rem) {
  .ly-footer__list--school {
    grid-template-rows: repeat(6, auto);
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 48rem) {
  .ly-footer__list--qualification {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.ly-footer__list--resource {
  row-gap: 16px;
  font-size: 1rem;
  color: #ec661b;
}
@media screen and (max-width: 48rem) {
  .ly-footer__list--resource .ly-footer__link {
    font-size: 0.9375rem;
  }
}
.ly-footer__list--policy {
  row-gap: 8px;
  font-size: 0.875rem;
}
@media screen and (max-width: 48rem) {
  .ly-footer__list--policy {
    row-gap: 16px;
  }
}
.ly-footer__link {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: baseline;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
  overflow-wrap: break-word;
  transition: opacity 0.3s;
}
.ly-footer__link:has(.ly-footer__note) {
  flex-wrap: wrap;
  -moz-column-gap: 0;
       column-gap: 0;
  align-items: baseline;
}
@media screen and (max-width: 48rem) {
  .ly-footer__link {
    width: 100%;
    padding-bottom: 12px;
    font-size: 0.875rem;
    border-bottom: 1px solid #fff;
  }
}
@media (any-hover: hover) {
  .ly-footer__link:hover {
    opacity: 0.7;
  }
}
.ly-footer__link:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 48rem) {
  .ly-footer__note {
    font-size: 0.8125rem;
  }
}
.ly-footer__icon {
  width: 12px;
  aspect-ratio: 1/1;
}
.ly-footer__school {
  width: 187px;
}
@media screen and (max-width: 48rem) {
  .ly-footer__school {
    width: 100%;
  }
}
.ly-footer__policy {
  display: grid;
  margin-left: auto;
}
@media screen and (max-width: 48rem) {
  .ly-footer__policy {
    row-gap: 56px;
    margin-left: 0;
  }
  .ly-footer__policy .ly-footer__list .ly-footer__link {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.ly-footer__copyright {
  place-self: flex-end;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
}
@media screen and (max-width: 48rem) {
  .ly-footer__copyright {
    place-self: initial;
    font-size: 0.8125rem;
  }
}

.ly-content {
  max-width: 1000px;
  padding-inline: 20px;
  padding-top: 64px;
  margin-inline: auto;
}
@media screen and (max-width: 48rem) {
  .ly-content {
    padding-top: 40px;
  }
}
.ly-content__title {
  font-size: 2rem;
  font-weight: 700;
  color: #ec661b;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 48rem) {
  .ly-content__title {
    font-size: 1.75rem;
  }
}
.ly-content__description {
  margin-top: 16px;
  font-size: 1.125rem;
}
@media screen and (max-width: 48rem) {
  .ly-content__description {
    font-size: 1rem;
  }
}
.ly-content__wrapper {
  margin-top: 96px;
  margin-bottom: 140px;
}
@media screen and (max-width: 48rem) {
  .ly-content__wrapper {
    margin-top: 48px;
    margin-bottom: 128px;
  }
}
.ly-content__heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 30px;
  margin-bottom: 32px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 48rem) {
  .ly-content__heading {
    padding-left: 22px;
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
.ly-content__heading::before {
  position: absolute;
  inset-inline-start: 0;
  width: 14px;
  height: 14px;
  margin-top: 15px;
  content: "";
  background-color: #0063b2;
  border-radius: 0.125em;
}
@media screen and (max-width: 48rem) {
  .ly-content__heading::before {
    margin-top: 12px;
  }
}

.ly-cookie {
  position: fixed;
  bottom: 0;
  z-index: 999;
  display: none;
  grid-template-areas: "head agree" "text agree";
  grid-template-rows: repeat(2, auto);
  grid-template-columns: 708px auto;
  row-gap: 16px;
  -moz-column-gap: 56px;
       column-gap: 56px;
  align-items: end;
  justify-content: center;
  width: 100%;
  padding-block: 32px;
  background-color: #fff;
  box-shadow: 0 -4px 6px -2px rgba(0, 0, 0, 0.05), 0 -10px 15px -3px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 64rem) {
  .ly-cookie {
    grid-template-areas: "head" "text" "agree";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
}
.ly-cookie.is-visible {
  display: grid;
}
.ly-cookie__head {
  grid-area: head;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 64rem) {
  .ly-cookie__head {
    font-size: 1rem;
  }
}
.ly-cookie__text {
  grid-area: text;
  font-size: 1rem;
}
@media screen and (max-width: 64rem) {
  .ly-cookie__text {
    font-size: 0.8125rem;
  }
}
.ly-cookie__link {
  color: #ec661b;
  text-decoration: underline;
  transition: text-decoration-color 0.3s;
}
@media (any-hover: hover) {
  .ly-cookie__link:hover {
    text-decoration-color: transparent;
  }
}
.ly-cookie__link:focus-visible {
  text-decoration-color: transparent;
}
.ly-cookie__agree {
  display: grid;
  grid-area: agree;
  place-content: center;
  max-height: 72px;
  padding: 24px 40px;
  font-weight: 700;
  color: #ec661b;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: calc(infinity * 1px);
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 64rem) {
  .ly-cookie__agree {
    min-height: 40px;
    padding-block: 10px;
    font-weight: 500;
  }
}
@media (any-hover: hover) {
  .ly-cookie__agree:hover {
    color: #fff;
    background-color: #ec661b;
  }
}
.ly-cookie__agree:focus-visible {
  color: #fff;
  background-color: #ec661b;
}

.ly-reservation-btn {
  position: fixed;
  inset-block-end: 24px;
  inset-inline-end: 24px;
  z-index: 997;
}
@media screen and (max-width: 64rem) {
  .ly-reservation-btn {
    display: none;
  }
}
.ly-reservation-btn--sp {
  display: none;
}
@media screen and (max-width: 64rem) {
  .ly-reservation-btn--sp {
    inset-block-end: 20px;
    inset-inline: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

.bl-reservation-btn {
  display: grid;
  place-content: center;
  place-items: center;
  width: 120px;
  padding: 24px 16px;
  pointer-events: auto;
  background-color: #ec661b;
  border: 1px solid #ec661b;
  border-radius: 1.5em;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 64rem) {
  .bl-reservation-btn {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    width: 100%;
    padding: 12px 16px;
    color: #fff;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  }
}
@media (any-hover: hover) {
  .bl-reservation-btn:hover {
    color: #ec661b;
    background-color: #fff;
  }
  .bl-reservation-btn:hover .bl-reservation-btn__txt {
    color: #ec661b;
  }
  .bl-reservation-btn:hover .bl-reservation-btn__icon {
    filter: brightness(0) saturate(100%) invert(44%) sepia(96%) saturate(1028%) hue-rotate(354deg) brightness(98%) contrast(95%);
  }
  .bl-reservation-btn:hover .bl-reservation-btn__guide-txt {
    color: #fff;
    background-color: #ec661b;
    border: #ec661b;
  }
}
.bl-reservation-btn:focus-visible {
  color: #ec661b;
  background-color: #fff;
}
.bl-reservation-btn:focus-visible .bl-reservation-btn__txt {
  color: #ec661b;
}
.bl-reservation-btn:focus-visible .bl-reservation-btn__icon {
  filter: brightness(0) saturate(100%) invert(44%) sepia(96%) saturate(1028%) hue-rotate(354deg) brightness(98%) contrast(95%);
}
.bl-reservation-btn:focus-visible .bl-reservation-btn__guide-txt {
  color: #fff;
  background-color: #ec661b;
  border: #ec661b;
}
.bl-reservation-btn__icon {
  width: 16px;
  aspect-ratio: 1/1;
  transition: filter 0.3s;
}
.bl-reservation-btn__txt {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  transition: color 0.3s;
}
@media screen and (max-width: 64rem) {
  .bl-reservation-btn__txt {
    margin: 0;
  }
}
.bl-reservation-btn__guide-txt {
  display: grid;
  place-content: center;
  width: 72px;
  aspect-ratio: 3/1;
  padding: 0;
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #ec661b;
  letter-spacing: 0.08em;
  overflow-wrap: normal;
  background-color: #fff;
  border: 1px solid #e0e1e2;
  border-radius: calc(infinity * 1px);
  transition: color 0.3s, background-color 0.3s;
}

.bl-back-to-top-btn {
  display: none;
}
@media screen and (max-width: 64rem) {
  .bl-back-to-top-btn {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    color: #ec661b;
    background-color: #fff;
    border: 1px solid #e0e1e2;
    border-radius: 1.5em;
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  }
}
.bl-back-to-top-btn__icon {
  transform: rotate(180deg);
}
.bl-back-to-top-btn__txt {
  font-size: 0.875rem;
  font-weight: 700;
}

.bl-tel-accordion {
  display: none;
}
@media screen and (max-width: 48rem) {
  .bl-tel-accordion {
    position: absolute;
    inset-block-start: 127px;
    inset-inline-end: 0;
    z-index: 996;
    display: flex;
    justify-content: flex-end;
    width: 43px;
    overflow-x: hidden;
    font-size: 0.875rem;
    color: #ec661b;
    filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0 10px 4px rgba(0, 0, 0, 0.06));
    transition: width 0.3s;
  }
}
.bl-tel-accordion__inner {
  display: flex;
  transform: translateX(254px);
  transition: transform 0.3s;
}
.bl-tel-accordion.is-open {
  width: 100%;
}
.bl-tel-accordion.is-open .bl-tel-accordion__inner {
  transform: translateX(0);
}
.bl-tel-accordion.is-open .bl-tel-accordion__arrow-icon {
  transform: rotate(0deg);
}
.bl-tel-accordion.is-open .bl-tel-accordion__list {
  pointer-events: auto;
}
.bl-tel-accordion__btn {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding: 16px 9px 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #fff;
  border: 2px solid #ec661b;
  border-right: 1px solid #e0e1e2;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  writing-mode: vertical-rl;
}
.bl-tel-accordion__arrow-icon {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.bl-tel-accordion__list {
  display: grid;
  flex-direction: column;
  row-gap: 16px;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-width: 254px;
  font-size: 0.875rem;
  pointer-events: none;
  background-color: #fff;
  border-top: 2px solid #ec661b;
  border-bottom: 2px solid #ec661b;
}
.bl-tel-accordion__list-item {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.bl-tel-accordion__link {
  text-decoration: underline;
}

.hp-pt48 {
  padding-top: 48px;
}

.hp-mb48 {
  margin-bottom: 48px;
}

.hp-mAuto {
  margin-inline: auto;
}

.hp__lg-only {
  display: none;
}
@media screen and (max-width: 64rem) {
  .hp__lg-only {
    display: block;
  }
}

.hp__md-only {
  display: none;
}
@media screen and (max-width: 48rem) {
  .hp__md-only {
    display: block;
  }
}

.hp__sp-only {
  display: block;
}
@media screen and (max-width: 48rem) {
  .hp__sp-only {
    display: none;
  }
}
