:root {
  --mt-xs: 6px;
  --mt-s: 12px;
  --mt-m: 24px;
  --mt-l: 46px;
  --mt-xl: 60px;
  --contents-inner-pd: 13px;
}
@media print, screen and (min-width: 768px) {
  :root {
    --contents-inner-pd: 15px;
  }
}

.wp_contents > *:first-child,
.block-editor-block-list__layout > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .is-style-mt_l,
.block-editor-block-list__layout .is-style-mt_l {
  margin-top: var(--mt-l) !important;
}
.wp_contents .margin_in,
.block-editor-block-list__layout .margin_in {
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
}
.wp_contents :where(h2, h3, h4, h5),
.block-editor-block-list__layout :where(h2, h3, h4, h5) {
  line-height: 1.4;
  margin-top: var(--mt-m);
}
.wp_contents h2:not(.not_parts),
.block-editor-block-list__layout h2:not(.not_parts) {
  position: relative;
  margin-top: var(--mt-l);
  background: #fd7f85;
  color: #fff;
  font-size: 2rem;
  padding: 13px 12px 14px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h2:not(.not_parts),
  .block-editor-block-list__layout h2:not(.not_parts) {
    font-size: 2.4rem;
  }
}
.wp_contents h2:not(.not_parts)::after, .wp_contents h2:not(.not_parts)::before,
.block-editor-block-list__layout h2:not(.not_parts)::after,
.block-editor-block-list__layout h2:not(.not_parts)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.wp_contents h2:not(.not_parts)::after,
.block-editor-block-list__layout h2:not(.not_parts)::after {
  top: 1px;
}
.wp_contents h2:not(.not_parts)::before,
.block-editor-block-list__layout h2:not(.not_parts)::before {
  bottom: 1px;
}
.wp_contents h3:not(.not_parts),
.block-editor-block-list__layout h3:not(.not_parts) {
  font-size: 1.7rem;
  padding: 13px 12px 13px;
  background: #fde1e3;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h3:not(.not_parts),
  .block-editor-block-list__layout h3:not(.not_parts) {
    font-size: 2rem;
  }
}
.wp_contents h4:not(.not_parts),
.block-editor-block-list__layout h4:not(.not_parts) {
  position: relative;
  border-bottom: 1px solid #019c9a;
  padding-bottom: 9px;
  padding-left: 12px;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h4:not(.not_parts),
  .block-editor-block-list__layout h4:not(.not_parts) {
    font-size: 1.8rem;
  }
}
.wp_contents h4:not(.not_parts)::after,
.block-editor-block-list__layout h4:not(.not_parts)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 8px);
  width: 4px;
  border-radius: 100px;
  background: #019c9a;
}
.wp_contents h5:not(.not_parts),
.wp_contents .page_title_h5,
.block-editor-block-list__layout h5:not(.not_parts),
.block-editor-block-list__layout .page_title_h5 {
  position: relative;
  font-size: 1.5rem;
  color: #019c9a;
  padding-left: 14px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h5:not(.not_parts),
  .wp_contents .page_title_h5,
  .block-editor-block-list__layout h5:not(.not_parts),
  .block-editor-block-list__layout .page_title_h5 {
    font-size: 1.6rem;
  }
}
.wp_contents h5:not(.not_parts)::before,
.wp_contents .page_title_h5::before,
.block-editor-block-list__layout h5:not(.not_parts)::before,
.block-editor-block-list__layout .page_title_h5::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 8px;
  height: 4px;
  border-radius: 100px;
  background: #019c9a;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h5:not(.not_parts)::before,
  .wp_contents .page_title_h5::before,
  .block-editor-block-list__layout h5:not(.not_parts)::before,
  .block-editor-block-list__layout .page_title_h5::before {
    height: 5px;
  }
}
.wp_contents :where(p),
.block-editor-block-list__layout :where(p) {
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
}
.wp_contents .has-small-font-size,
.block-editor-block-list__layout .has-small-font-size {
  font-size: 1.1rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-small-font-size,
  .block-editor-block-list__layout .has-small-font-size {
    font-size: 1.2rem !important;
  }
}
.wp_contents .has-medium-font-size,
.block-editor-block-list__layout .has-medium-font-size {
  font-size: 1.3rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-medium-font-size,
  .block-editor-block-list__layout .has-medium-font-size {
    font-size: 1.4rem !important;
  }
}
.wp_contents .has-large-font-size,
.block-editor-block-list__layout .has-large-font-size {
  font-size: 1.8rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-large-font-size,
  .block-editor-block-list__layout .has-large-font-size {
    font-size: 2rem !important;
  }
}
.wp_contents .has-x-large-font-size,
.block-editor-block-list__layout .has-x-large-font-size {
  font-size: 2rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-x-large-font-size,
  .block-editor-block-list__layout .has-x-large-font-size {
    font-size: 2.4rem !important;
  }
}
.wp_contents :where(p, li, table) a,
.block-editor-block-list__layout :where(p, li, table) a {
  color: #0058ff;
  text-decoration: underline;
}
@media (hover: hover) {
  .wp_contents :where(p, li, table) a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout :where(p, li, table) a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
.wp_contents :where(p, li, table) a[target=_blank]:after, .wp_contents :where(p, li, table) a[href$=".pdf"]:after, .wp_contents :where(p, li, table) a[href$=".doc"]:after, .wp_contents :where(p, li, table) a[href$=".docx"]:after, .wp_contents :where(p, li, table) a[href$=".xls"]:after, .wp_contents :where(p, li, table) a[href$=".xlsx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[target=_blank]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".pdf"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".doc"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".docx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xls"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xlsx"]:after {
  font-family: "icomoon" !important;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1em;
  line-height: 1;
  background: none;
}
.wp_contents :where(p, li, table) a[target=_blank]:after,
.block-editor-block-list__layout :where(p, li, table) a[target=_blank]:after {
  content: "\e906";
}
.wp_contents :where(p, li, table) a[href$=".pdf"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".pdf"]:after {
  content: "\e909";
}
.wp_contents :where(p, li, table) a[href$=".doc"]:after, .wp_contents :where(p, li, table) a[href$=".docx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".doc"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".docx"]:after {
  content: "\e908";
}
.wp_contents :where(p, li, table) a[href$=".xls"]:after, .wp_contents :where(p, li, table) a[href$=".xlsx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xls"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xlsx"]:after {
  content: "\e907";
}
.wp_contents .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  text-align: center;
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
}
.wp_contents .wp-block-image::after,
.block-editor-block-list__layout .wp-block-image::after {
  content: "";
  clear: both;
  display: block;
}
.wp_contents .wp-block-image figcaption,
.block-editor-block-list__layout .wp-block-image figcaption {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.6;
  margin: 5px 0 0 0;
}
.wp_contents .wp-block-image a img,
.block-editor-block-list__layout .wp-block-image a img {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .wp_contents .wp-block-image a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-image a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
.wp_contents .wp-block-image .alignright,
.wp_contents .wp-block-image .alignleft,
.wp_contents .wp-block-image .aligncenter,
.block-editor-block-list__layout .wp-block-image .alignright,
.block-editor-block-list__layout .wp-block-image .alignleft,
.block-editor-block-list__layout .wp-block-image .aligncenter {
  display: block;
  margin: 0;
}
.wp_contents .wp-block-image .alignright figcaption,
.wp_contents .wp-block-image .alignleft figcaption,
.wp_contents .wp-block-image .aligncenter figcaption,
.block-editor-block-list__layout .wp-block-image .alignright figcaption,
.block-editor-block-list__layout .wp-block-image .alignleft figcaption,
.block-editor-block-list__layout .wp-block-image .aligncenter figcaption {
  text-align: center;
  display: block;
}
.wp_contents .wp-block-image .alignright,
.block-editor-block-list__layout .wp-block-image .alignright {
  text-align: right;
}
.wp_contents .wp-block-image .alignleft,
.block-editor-block-list__layout .wp-block-image .alignleft {
  text-align: left;
}
.wp_contents .wp-block-image .aligncenter,
.block-editor-block-list__layout .wp-block-image .aligncenter {
  text-align: center;
}
.wp_contents .wp-block-image.is-style-sp,
.wp_contents .wp-block-image .is-style-sp,
.block-editor-block-list__layout .wp-block-image.is-style-sp,
.block-editor-block-list__layout .wp-block-image .is-style-sp {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .wp_contents .wp-block-image.is-style-sp,
  .wp_contents .wp-block-image .is-style-sp,
  .block-editor-block-list__layout .wp-block-image.is-style-sp,
  .block-editor-block-list__layout .wp-block-image .is-style-sp {
    display: none;
  }
}
.wp_contents .wp-block-image.is-style-pc,
.wp_contents .wp-block-image .is-style-pc,
.block-editor-block-list__layout .wp-block-image.is-style-pc,
.block-editor-block-list__layout .wp-block-image .is-style-pc {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .wp_contents .wp-block-image.is-style-pc,
  .wp_contents .wp-block-image .is-style-pc,
  .block-editor-block-list__layout .wp-block-image.is-style-pc,
  .block-editor-block-list__layout .wp-block-image .is-style-pc {
    display: block;
  }
}
.wp_contents .anchor_link,
.block-editor-block-list__layout .anchor_link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wp_contents .anchor_link a,
.block-editor-block-list__layout .anchor_link a {
  position: relative;
  display: block;
  border: 1px solid #3bb9b7;
  border-radius: 100px;
  padding: 8px 34px 8px 18px;
  color: #393d3c;
  text-decoration: none;
}
.wp_contents .anchor_link a::after,
.block-editor-block-list__layout .anchor_link a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 12px;
  content: "\e900";
  line-height: 1;
  font-size: 7px;
  border-radius: 100px;
  background: #3bb9b7;
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .wp_contents .anchor_link a::after,
  .block-editor-block-list__layout .anchor_link a::after {
    right: 12px;
  }
}
@media (hover: hover) {
  .wp_contents .anchor_link a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .anchor_link a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.97);
  }
}
.wp_contents ul,
.wp_contents ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
}
.wp_contents ul ul,
.wp_contents ul ol,
.wp_contents ol ul,
.wp_contents ol ol,
.block-editor-block-list__layout ul ul,
.block-editor-block-list__layout ul ol,
.block-editor-block-list__layout ol ul,
.block-editor-block-list__layout ol ol {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.wp_contents ul ul li::before,
.wp_contents ol ul li::before,
.block-editor-block-list__layout ul ul li::before,
.block-editor-block-list__layout ol ul li::before {
  content: "" !important;
  background: #fff;
  border: 1px solid #019c9a;
  left: 2px;
  top: 0.75em;
}
.wp_contents ul ol li::before,
.wp_contents ol ol li::before,
.block-editor-block-list__layout ul ol li::before,
.block-editor-block-list__layout ol ol li::before {
  content: counter(li) ")";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.wp_contents ul:not(.anchor_link) li,
.block-editor-block-list__layout ul:not(.anchor_link) li {
  position: relative;
  padding-left: 1em;
}
.wp_contents ul:not(.anchor_link) li::before,
.block-editor-block-list__layout ul:not(.anchor_link) li::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #019c9a;
}
.wp_contents ol,
.block-editor-block-list__layout ol {
  counter-reset: li;
}
.wp_contents ol li,
.block-editor-block-list__layout ol li {
  position: relative;
  counter-increment: li;
  padding-left: 1.1em;
}
.wp_contents ol li::before,
.block-editor-block-list__layout ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  color: #019c9a;
}
.wp_contents .parts_notes,
.block-editor-block-list__layout .parts_notes {
  padding: 12px 18px;
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
  border: 2px solid #fde1e3;
  border-radius: 6px;
}
.wp_contents .parts_notes > *:first-child,
.block-editor-block-list__layout .parts_notes > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .wp-block-buttons,
.block-editor-block-list__layout .wp-block-buttons {
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
}
.wp_contents .wp-block-button,
.block-editor-block-list__layout .wp-block-button {
  width: 100%;
  display: block;
}
.wp_contents .wp-block-button.alignleft,
.block-editor-block-list__layout .wp-block-button.alignleft {
  text-align: left;
}
.wp_contents .wp-block-button.aligncenter,
.block-editor-block-list__layout .wp-block-button.aligncenter {
  text-align: center;
}
.wp_contents .wp-block-button.alignright,
.block-editor-block-list__layout .wp-block-button.alignright {
  text-align: right;
}
.wp_contents .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button__link {
  width: 345px !important;
  max-width: calc(100% - 40px) !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 40px;
  color: #fff;
  border-radius: 100px;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #64dede 0%, #3bb9b7 100%);
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link,
  .block-editor-block-list__layout .wp-block-button__link {
    min-height: 50px;
    padding: 10px 45px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.wp_contents .wp-block-button__link::after,
.block-editor-block-list__layout .wp-block-button__link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 12px;
  content: "\e900";
  line-height: 1;
  font-size: 7px;
  border-radius: 100px;
  background: #fff;
  color: #3bb9b7;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link::after,
  .block-editor-block-list__layout .wp-block-button__link::after {
    right: 16px;
  }
}
@media (hover: hover) {
  .wp_contents .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.97);
  }
}
.wp_contents .wp-block-button__link[target=_blank],
.block-editor-block-list__layout .wp-block-button__link[target=_blank] {
  border: 1px solid #019c9a;
  color: #019c9a;
  background: none;
}
.wp_contents .wp-block-button__link[target=_blank]::after,
.block-editor-block-list__layout .wp-block-button__link[target=_blank]::after {
  content: "\e906";
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-size: 12px;
  right: 16px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[target=_blank]::after,
  .block-editor-block-list__layout .wp-block-button__link[target=_blank]::after {
    font-size: 13px;
  }
}
.wp_contents .wp-block-button__link[href$=".pdf"], .wp_contents .wp-block-button__link[href$=".doc"], .wp_contents .wp-block-button__link[href$=".docx"], .wp_contents .wp-block-button__link[href$=".xls"], .wp_contents .wp-block-button__link[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"],
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"],
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"] {
  border: 0;
  color: #fff;
}
.wp_contents .wp-block-button__link[href$=".pdf"]::after, .wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after, .wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  right: 16px;
  border-radius: 0;
  background: none;
  color: #fff;
}
.wp_contents .wp-block-button__link[href$=".pdf"],
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"] {
  background: #ff8888;
}
.wp_contents .wp-block-button__link[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after {
  content: "\e909";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".pdf"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-button__link[href$=".doc"], .wp_contents .wp-block-button__link[href$=".docx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"],
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"] {
  background: #4fb3f2;
}
.wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after {
  content: "\e908";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-button__link[href$=".xls"], .wp_contents .wp-block-button__link[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"] {
  background: #53a09f;
}
.wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
  content: "\e907";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-file,
.block-editor-block-list__layout .wp-block-file {
  display: block;
  margin-top: var(--mt-m);
}
.wp_contents .wp-block-file a:not(.wp-block-file__button),
.block-editor-block-list__layout .wp-block-file a:not(.wp-block-file__button) {
  color: #0058ff;
}
@media (hover: hover) {
  .wp_contents .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
.wp_contents .wp-block-file .wp-block-file__button,
.block-editor-block-list__layout .wp-block-file .wp-block-file__button {
  padding: 0 10px 1px;
  line-height: 1;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".pdf"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".pdf"] {
  background: #ff8888;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".doc"], .wp_contents .wp-block-file .wp-block-file__button[href$=".docx"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".doc"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".docx"] {
  background: #4fb3f2;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".xls"], .wp_contents .wp-block-file .wp-block-file__button[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".xls"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".xlsx"] {
  background: #53a09f;
}
.wp_contents .wp-block-gallery,
.block-editor-block-list__layout .wp-block-gallery {
  margin-top: var(--mt-m);
}
@media (hover: hover) {
  .wp_contents .wp-block-gallery a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-gallery a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    opacity: 0.7;
  }
}
.wp_contents .wp-block-lazyblock-accordion,
.block-editor-block-list__layout .wp-block-lazyblock-accordion {
  margin-top: var(--mt-m);
}
.wp_contents .wp-block-lazyblock-accordion + .wp-block-lazyblock-accordion,
.block-editor-block-list__layout .wp-block-lazyblock-accordion + .wp-block-lazyblock-accordion {
  margin-top: -1px;
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block {
  border-bottom: 1px solid #67a3a3;
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .title,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #393d3c;
  padding: 18px 26px 18px 12px;
  border-top: 1px solid #67a3a3;
  transition: 0.3s;
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .title::before, .wp_contents .wp-block-lazyblock-accordion .accordion_block .title::after,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title::before,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 2px;
  background: #68a3a3;
  transition: transform 0.3s;
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .title::before,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title::before {
  transform: translateY(-50%) rotate(0deg);
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .title::after,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title::after {
  transform: translateY(-50%) rotate(90deg);
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .title.active::after,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title.active::after {
  transform: translateY(-50%) rotate(0deg);
}
@media (hover: hover) {
  .wp_contents .wp-block-lazyblock-accordion .accordion_block .title:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #67a3a3;
    background: #f6ffff;
  }
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .content,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .content {
  display: none;
  padding: 4px 12px 18px;
}
.wp_contents .wp-block-lazyblock-accordion .accordion_block .content > *:first-child,
.block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .content > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .wp-block-separator,
.block-editor-block-list__layout .wp-block-separator {
  border: 0;
  border-top: 1px solid #67a3a3;
  margin-block: var(--mt-m);
}
.wp_contents .wp-block-separator.is-style-dots,
.block-editor-block-list__layout .wp-block-separator.is-style-dots {
  border-top: 1px dotted #dbdbdb;
}
.wp_contents .wp-block-separator.is-style-dots::before,
.block-editor-block-list__layout .wp-block-separator.is-style-dots::before {
  content: none;
}
.wp_contents .wp-block-separator.is-style-wide,
.block-editor-block-list__layout .wp-block-separator.is-style-wide {
  border-top: 4px solid #dbdbdb;
}
.wp_contents .event_card,
.block-editor-block-list__layout .event_card {
  margin-top: var(--mt-m);
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  text-decoration: none;
  padding-left: 28px;
  padding-bottom: 15px;
  color: #393d3c;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card,
  .block-editor-block-list__layout .event_card {
    padding-left: 34px;
    padding-bottom: 20px;
  }
}
.wp_contents .event_card:has(.event_card__img),
.block-editor-block-list__layout .event_card:has(.event_card__img) {
  min-height: min(40vw, 249px);
}
@media print, screen and (min-width: 560px) {
  .wp_contents .event_card:has(.event_card__img),
  .block-editor-block-list__layout .event_card:has(.event_card__img) {
    min-height: 249px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card:has(.event_card__img),
  .block-editor-block-list__layout .event_card:has(.event_card__img) {
    min-height: 254px;
  }
}
.wp_contents .event_card:has(.event_card__img) .event_card__title,
.wp_contents .event_card:has(.event_card__img) .event_card__text,
.wp_contents .event_card:has(.event_card__img) .event_card__btn_wrap,
.block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__title,
.block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__text,
.block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__btn_wrap {
  padding-right: calc(min(22vw, 149px) + 30px);
}
@media print, screen and (min-width: 560px) {
  .wp_contents .event_card:has(.event_card__img) .event_card__title,
  .wp_contents .event_card:has(.event_card__img) .event_card__text,
  .wp_contents .event_card:has(.event_card__img) .event_card__btn_wrap,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__title,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__text,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__btn_wrap {
    padding-right: 179px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card:has(.event_card__img) .event_card__title,
  .wp_contents .event_card:has(.event_card__img) .event_card__text,
  .wp_contents .event_card:has(.event_card__img) .event_card__btn_wrap,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__title,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__text,
  .block-editor-block-list__layout .event_card:has(.event_card__img) .event_card__btn_wrap {
    padding-right: 189px;
  }
}
.wp_contents .event_card.is_going,
.block-editor-block-list__layout .event_card.is_going {
  border-color: #fd7f85;
}
.wp_contents .event_card.is_going .event_card__status,
.block-editor-block-list__layout .event_card.is_going .event_card__status {
  background-color: #fd7f85;
}
.wp_contents .event_card.is_going .event_card__title,
.block-editor-block-list__layout .event_card.is_going .event_card__title {
  color: #fd7f85;
  background-color: #fde1e3;
}
.wp_contents .event_card.is_upcoming,
.block-editor-block-list__layout .event_card.is_upcoming {
  border-color: #019c9a;
}
.wp_contents .event_card.is_upcoming .event_card__status,
.block-editor-block-list__layout .event_card.is_upcoming .event_card__status {
  background-color: #019c9a;
}
.wp_contents .event_card.is_upcoming .event_card__title,
.block-editor-block-list__layout .event_card.is_upcoming .event_card__title {
  color: #019c9a;
  background-color: #e5f4ee;
}
.wp_contents .event_card.is_applications,
.block-editor-block-list__layout .event_card.is_applications {
  border-color: #fca357;
}
.wp_contents .event_card.is_applications .event_card__status,
.block-editor-block-list__layout .event_card.is_applications .event_card__status {
  background-color: #fca357;
}
.wp_contents .event_card.is_applications .event_card__title,
.block-editor-block-list__layout .event_card.is_applications .event_card__title {
  color: #fca357;
  background-color: #fdecda;
}
.wp_contents .event_card.is_ended,
.block-editor-block-list__layout .event_card.is_ended {
  border-color: #727171;
}
.wp_contents .event_card.is_ended .event_card__status,
.block-editor-block-list__layout .event_card.is_ended .event_card__status {
  background-color: #727171;
}
.wp_contents .event_card.is_ended .event_card__title,
.block-editor-block-list__layout .event_card.is_ended .event_card__title {
  color: #727171;
  background-color: #dbdbdb;
}
.wp_contents .event_card__status,
.block-editor-block-list__layout .event_card__status {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 28px;
  height: 100%;
  padding-top: 15px;
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: pre-line;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__status,
  .block-editor-block-list__layout .event_card__status {
    width: 34px;
    padding-top: 20px;
    font-size: 1.6rem;
  }
}
.wp_contents .event_card__img,
.block-editor-block-list__layout .event_card__img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: min(22vw, 149px);
  aspect-ratio: 1/1.4142;
  background: #ddd;
  overflow: hidden;
}
@media print, screen and (min-width: 560px) {
  .wp_contents .event_card__img,
  .block-editor-block-list__layout .event_card__img {
    width: 149px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__img,
  .block-editor-block-list__layout .event_card__img {
    top: 20px;
    right: 20px;
  }
}
.wp_contents .event_card__img img,
.block-editor-block-list__layout .event_card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wp_contents .event_card__category,
.block-editor-block-list__layout .event_card__category {
  margin-top: var(--mt-s);
  padding-inline: 15px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__category,
  .block-editor-block-list__layout .event_card__category {
    padding-inline: 20px;
  }
}
.wp_contents .event_card__category span,
.block-editor-block-list__layout .event_card__category span {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  padding: 4px 8px;
  border-radius: 100px;
  background: #ffcdc9;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__category span,
  .block-editor-block-list__layout .event_card__category span {
    font-size: 1.3rem;
  }
}
.wp_contents .event_card__title,
.block-editor-block-list__layout .event_card__title {
  background: #e5f4ee;
  color: #019c9a;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__title,
  .block-editor-block-list__layout .event_card__title {
    padding: 20px;
    font-size: 1.8rem;
  }
}
.wp_contents .event_card__text,
.block-editor-block-list__layout .event_card__text {
  margin-top: var(--mt-s);
  margin-inline: 0;
  padding-inline: 15px;
  line-height: 1.6;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__text,
  .block-editor-block-list__layout .event_card__text {
    padding-inline: 20px;
    font-size: 1.4rem;
  }
}
.wp_contents .event_card__btn_wrap,
.block-editor-block-list__layout .event_card__btn_wrap {
  margin-top: var(--mt-s);
  padding-inline: 15px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__btn_wrap,
  .block-editor-block-list__layout .event_card__btn_wrap {
    padding-inline: 20px;
  }
}
.wp_contents .event_card__btn,
.block-editor-block-list__layout .event_card__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 3px 35px 3px 15px;
  color: #fff;
  border-radius: 100px;
  font-size: 1.1rem;
  background: linear-gradient(90deg, #64dede 0%, #3bb9b7 100%);
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6);
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__btn,
  .block-editor-block-list__layout .event_card__btn {
    min-height: 43px;
    font-size: 1.3rem;
    padding: 3px 42px 3px 26px;
  }
}
.wp_contents .event_card__btn::after,
.block-editor-block-list__layout .event_card__btn::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 10px;
  content: "\e900";
  line-height: 1;
  font-size: 6px;
  border-radius: 100px;
  background: #fff;
  color: #3bb9b7;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .wp_contents .event_card__btn::after,
  .block-editor-block-list__layout .event_card__btn::after {
    width: 21px;
    height: 21px;
    font-size: 7px;
  }
}
@media (hover: hover) {
  .wp_contents .event_card__btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .event_card__btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.97);
  }
}
.wp_contents .qa_title,
.block-editor-block-list__layout .qa_title {
  position: relative;
  border-radius: 20px;
  background: #ffc1c4;
  border: 1px solid #fd7f85;
  padding: 3px;
  line-height: 1.6;
}
.wp_contents .qa_title::before,
.block-editor-block-list__layout .qa_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -5px;
  width: 53px;
  height: 71px;
  background: url(../img/common/qa.svg) no-repeat 0 0;
  background-size: 100%;
}
.wp_contents .qa_title span,
.block-editor-block-list__layout .qa_title span {
  display: flex;
  background: #fff;
  border-radius: 17px;
  padding: 18px 20px 18px 80px;
  border: 1px solid #fd7f85;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .qa_title span,
  .block-editor-block-list__layout .qa_title span {
    font-size: 2.3rem;
  }
}
.wp_contents .balloon_comment,
.block-editor-block-list__layout .balloon_comment {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-top: var(--mt-m);
}
.wp_contents .balloon_comment.reverse,
.block-editor-block-list__layout .balloon_comment.reverse {
  flex-direction: row-reverse;
}
.wp_contents .balloon_comment.reverse .balloon_comment__text::before,
.block-editor-block-list__layout .balloon_comment.reverse .balloon_comment__text::before {
  left: auto;
  right: -15px;
  border-right: none;
  border-left: 16px solid #f7f7f7;
}
.wp_contents .balloon_comment__img,
.block-editor-block-list__layout .balloon_comment__img {
  width: 80px;
  flex-shrink: 0;
}
.wp_contents .balloon_comment__img figcaption,
.block-editor-block-list__layout .balloon_comment__img figcaption {
  padding-top: 4px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .balloon_comment__img figcaption,
  .block-editor-block-list__layout .balloon_comment__img figcaption {
    font-size: 1.1rem;
  }
}
.wp_contents .balloon_comment__text,
.block-editor-block-list__layout .balloon_comment__text {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 0;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 15px;
  font-size: 1.4rem;
}
.wp_contents .balloon_comment__text::before,
.block-editor-block-list__layout .balloon_comment__text::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #f7f7f7;
  z-index: 1;
}
.wp_contents table,
.block-editor-block-list__layout table {
  margin-top: var(--mt-m);
  margin-left: var(--contents-inner-pd);
  margin-right: var(--contents-inner-pd);
  width: calc(100% - var(--contents-inner-pd) * 2) !important;
  table-layout: fixed;
  border-bottom: 1px solid #c8cfd6;
  border-right: 1px solid #c8cfd6;
}
.wp_contents table td,
.wp_contents table th,
.block-editor-block-list__layout table td,
.block-editor-block-list__layout table th {
  border-top: 1px solid #c8cfd6;
  border-left: 1px solid #c8cfd6;
  padding: 6px 10px;
}
.wp_contents table th,
.block-editor-block-list__layout table th {
  background-color: #e5f4ee;
}
.wp_contents table thead td,
.wp_contents table thead th,
.block-editor-block-list__layout table thead td,
.block-editor-block-list__layout table thead th {
  background-color: #53a09f;
  color: #fff;
}
.wp_contents .wp-block-video,
.block-editor-block-list__layout .wp-block-video {
  margin-top: var(--mt-m);
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.wp_contents .wp-block-video iframe,
.wp_contents .wp-block-video video,
.block-editor-block-list__layout .wp-block-video iframe,
.block-editor-block-list__layout .wp-block-video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  padding-block: 14px 18px;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding-block: 18px 30px;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list {
    font-size: 1.2rem;
  }
}
.page_breadcrumb_list li {
  position: relative;
}
.page_breadcrumb_list li:not(:first-child) {
  padding-left: 1.5em;
}
.page_breadcrumb_list li:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 5px;
  width: 0.6em;
  height: 1px;
  background: #393d3c;
  transform: translateY(-50%);
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list li:not(:first-child)::before {
    top: 13px;
    left: 6px;
  }
}
.page_breadcrumb_list li a,
.page_breadcrumb_list li span {
  font-weight: 500;
}
.page_breadcrumb_list li a {
  color: #0058ff;
  text-decoration: underline;
}
@media (hover: hover) {
  .page_breadcrumb_list li a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}

.page_head_main_title {
  position: relative;
  text-align: center;
  width: 550px;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 35px;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title {
    margin-top: 30px;
    padding-block: 43px;
  }
}
.page_head_main_title::after, .page_head_main_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 67px;
  height: 31px;
  background: url(../img/common/head_main_title_obj03.svg) no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title::after, .page_head_main_title::before {
    width: 84px;
    height: 38px;
  }
}
.page_head_main_title::after {
  top: 0;
  right: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title::after {
    right: 60px;
  }
}
.page_head_main_title::before {
  bottom: 0;
  left: 40px;
  transform: scale(1, -1);
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title::before {
    left: 60px;
  }
}
.page_head_main_title .en {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  color: #2d4557;
  text-shadow: 0 3px 0 #fff;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title .en {
    font-size: 6.4rem;
  }
}
.page_head_main_title .main {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #2d4557;
}
@media print, screen and (min-width: 768px) {
  .page_head_main_title .main {
    font-size: 1.8rem;
  }
}

.page_title_bottom_text {
  width: 550px;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .page_title_bottom_text {
    font-size: 1.7rem;
  }
}

.single_title {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .single_title {
    margin-bottom: 40px;
  }
}

.single_title__date_cat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single_title__date_cat .date {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .single_title__date_cat .date {
    font-size: 1.5rem;
  }
}
.single_title__date_cat .cat {
  display: inline-block;
  line-height: 1;
  font-size: 1.1rem;
  padding: 4px 8px;
  border-radius: 100px;
  background: #ffcdc9;
}
@media print, screen and (min-width: 768px) {
  .single_title__date_cat .cat {
    font-size: 1.2rem;
  }
}

.single_title__title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
}
@media print, screen and (min-width: 768px) {
  .single_title__title {
    font-size: 2.4rem;
    margin-top: 5px;
    padding-bottom: 12px;
  }
}