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

:where(.wp-block-columns) {
  margin-bottom: 0 !important;
}

.wp_contents > *:first-child,
.block-editor-block-list__layout > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .is-style-mt_none,
.block-editor-block-list__layout .is-style-mt_none {
  margin-top: 0 !important;
}
.wp_contents .is-style-mt_s,
.block-editor-block-list__layout .is-style-mt_s {
  margin-top: var(--mt-s) !important;
}
.wp_contents :where(h2, h3, h4, h5, h6),
.block-editor-block-list__layout :where(h2, h3, h4, h5, h6) {
  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-xl);
  margin-bottom: var(--mt-l);
  color: #fff;
  background: #007752;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  border-radius: 1000px;
  padding-block: 12px;
  padding-inline: 30px;
}
@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.6rem;
    padding-block: 16px;
  }
}
@media print, screen and (min-width: 920px) {
  .wp_contents h2:not(.not_parts),
  .block-editor-block-list__layout h2:not(.not_parts) {
    font-size: 3rem;
  }
}
.wp_contents h3:not(.not_parts),
.block-editor-block-list__layout h3:not(.not_parts) {
  position: relative;
  margin-top: calc(var(--mt-m) + 15px);
  font-size: 2rem;
  font-weight: 900;
  padding-bottom: 0.2em;
  padding-left: 32px;
  border-radius: 6px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h3:not(.not_parts),
  .block-editor-block-list__layout h3:not(.not_parts) {
    margin-top: calc(var(--mt-m) + 20px);
    padding-left: 40px;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 920px) {
  .wp_contents h3:not(.not_parts),
  .block-editor-block-list__layout h3:not(.not_parts) {
    font-size: 3rem;
  }
}
.wp_contents h3:not(.not_parts)::before,
.block-editor-block-list__layout h3:not(.not_parts)::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url(../img/common/h3_obj.svg) no-repeat 0 0;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h3:not(.not_parts)::before,
  .block-editor-block-list__layout h3:not(.not_parts)::before {
    top: 14px;
    width: 24px;
    height: 24px;
  }
}
.wp_contents h3:not(.not_parts) span,
.block-editor-block-list__layout h3:not(.not_parts) span {
  display: inline;
  background: linear-gradient(transparent 50%, #eef2d3 50%);
}
.wp_contents h4:not(.not_parts),
.block-editor-block-list__layout h4:not(.not_parts) {
  position: relative;
  margin-top: calc(var(--mt-m) + 15px);
  background: #fff;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h4:not(.not_parts),
  .block-editor-block-list__layout h4:not(.not_parts) {
    margin-top: calc(var(--mt-m) + 20px);
    padding-left: 24px;
    font-size: 2.4rem;
  }
}
.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: 100%;
  width: 4px;
  border-radius: 100px;
  background: #007752;
}
.wp_contents h4:not(.not_parts) span,
.block-editor-block-list__layout h4:not(.not_parts) span {
  display: block;
  padding-block: 10px;
  padding-right: 18px;
  border-top: 3px dotted #007752;
  border-bottom: 3px dotted #007752;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h4:not(.not_parts) span,
  .block-editor-block-list__layout h4:not(.not_parts) span {
    padding-block: 12px;
    padding-right: 24px;
  }
}
.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;
  font-weight: 900;
  border-top: 2px solid #007752;
  border-bottom: 2px solid #007752;
  padding-block: 8px;
}
@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: 2rem;
  }
}
.wp_contents h6:not(.not_parts),
.wp_contents .page_title_h6,
.block-editor-block-list__layout h6:not(.not_parts),
.block-editor-block-list__layout .page_title_h6 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h6:not(.not_parts),
  .wp_contents .page_title_h6,
  .block-editor-block-list__layout h6:not(.not_parts),
  .block-editor-block-list__layout .page_title_h6 {
    font-size: 1.9rem;
  }
}
.wp_contents h6:not(.not_parts) span,
.wp_contents .page_title_h6 span,
.block-editor-block-list__layout h6:not(.not_parts) span,
.block-editor-block-list__layout .page_title_h6 span {
  display: inline;
  background: linear-gradient(transparent 50%, #ffff80 50%);
}
.wp_contents :where(p),
.block-editor-block-list__layout :where(p) {
  margin-top: var(--mt-p);
  font-weight: 700;
  color: #3c3c3c;
}
.wp_contents :where(p) strong,
.block-editor-block-list__layout :where(p) strong {
  color: #ff6c00;
}
.wp_contents .has-small-font-size,
.block-editor-block-list__layout .has-small-font-size {
  font-size: 1.2rem !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.3rem !important;
  }
}
.wp_contents .has-medium-font-size,
.block-editor-block-list__layout .has-medium-font-size {
  font-size: 1.4rem !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.5rem !important;
  }
}
.wp_contents .has-large-font-size,
.block-editor-block-list__layout .has-large-font-size {
  font-size: 1.6rem !important;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-large-font-size,
  .block-editor-block-list__layout .has-large-font-size {
    font-size: 1.8rem !important;
  }
}
.wp_contents .has-x-large-font-size,
.block-editor-block-list__layout .has-x-large-font-size {
  font-size: 2rem !important;
  font-weight: 900;
}
@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.3rem !important;
  }
}
.wp_contents :where(p, li, table) a,
.block-editor-block-list__layout :where(p, li, table) a {
  color: #1383fd;
  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;
  }
}
@media (hover: none) {
  .wp_contents :where(p, li, table) a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout :where(p, li, table) a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    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: "\e908";
}
.wp_contents :where(p, li, table) a[href$=".pdf"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".pdf"]:after {
  content: "\e905";
}
.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: "\e906";
}
.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: "\e902";
}
.wp_contents .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  text-align: center;
  margin-top: var(--mt-m);
}
.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.2rem;
  line-height: 1.6;
  margin: 10px 12px 0;
  color: #3c3c3c;
}
@media print, screen and (min-width: 920px) {
  .wp_contents .wp-block-image figcaption,
  .block-editor-block-list__layout .wp-block-image figcaption {
    margin: 20px 20px 0;
    font-size: 1.3rem;
  }
}
.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;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-image a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-image a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    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: 920px) {
  .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: 920px) {
  .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_list,
.block-editor-block-list__layout .anchor_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: var(--mt-m);
}
@media print, screen and (min-width: 920px) {
  .wp_contents .anchor_list,
  .block-editor-block-list__layout .anchor_list {
    flex-flow: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px 20px;
  }
}
.wp_contents .anchor_list a,
.block-editor-block-list__layout .anchor_list a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 3px solid #007752;
  background: #fff;
  border-radius: 1000px;
  padding: 12px 45px 16px;
  color: #007752;
  text-decoration: none;
  font-weight: 900;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 920px) {
  .wp_contents .anchor_list a,
  .block-editor-block-list__layout .anchor_list a {
    text-align: center;
  }
}
@media (hover: hover) {
  .wp_contents .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
  }
}
@media (hover: none) {
  .wp_contents .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
  }
}
.wp_contents .anchor_list a::after,
.block-editor-block-list__layout .anchor_list 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: 28px;
  height: 28px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  content: "\e900";
  line-height: 1;
  font-size: 10px;
  border-radius: 100px;
  background: #007752;
  color: #fff;
}
@media (hover: hover) {
  .wp_contents .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    transform: scale(0.97);
  }
}
@media (hover: none) {
  .wp_contents .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .anchor_list a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    transform: scale(0.97);
  }
}
@media print, screen and (min-width: 920px) {
  .wp_contents .anchor_list.colm3 li,
  .block-editor-block-list__layout .anchor_list.colm3 li {
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 920px) {
  .wp_contents .anchor_list.colm4 li,
  .block-editor-block-list__layout .anchor_list.colm4 li {
    width: calc((100% - 60px) / 4);
  }
}
.wp_contents ul:not(.anchor_list, .not_parts),
.wp_contents ol,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts),
.block-editor-block-list__layout ol {
  margin-top: var(--mt-p);
  font-weight: 700;
  color: #3c3c3c;
}
.wp_contents ul:not(.anchor_list, .not_parts) strong,
.wp_contents ol strong,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) strong,
.block-editor-block-list__layout ol strong {
  color: #ff6c00;
}
.wp_contents ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts),
.wp_contents ul:not(.anchor_list, .not_parts) ol,
.wp_contents ol ul:not(.anchor_list, .not_parts),
.wp_contents ol ol,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts),
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ol,
.block-editor-block-list__layout ol ul:not(.anchor_list, .not_parts),
.block-editor-block-list__layout ol ol {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.wp_contents ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li,
.wp_contents ol ul:not(.anchor_list, .not_parts) li,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li,
.block-editor-block-list__layout ol ul:not(.anchor_list, .not_parts) li {
  padding-left: 1.4em;
}
.wp_contents ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li::before,
.wp_contents ol ul:not(.anchor_list, .not_parts) li::before,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li::before,
.block-editor-block-list__layout ol ul:not(.anchor_list, .not_parts) li::before {
  content: "" !important;
  background: #eef2d3 !important;
  border: 2px solid #007752 !important;
  top: 7px;
  top: calc(0.5lh - 6px);
  width: 12px;
  height: 12px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li::before,
  .wp_contents ol ul:not(.anchor_list, .not_parts) li::before,
  .block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ul:not(.anchor_list, .not_parts) li::before,
  .block-editor-block-list__layout ol ul:not(.anchor_list, .not_parts) li::before {
    top: 7px;
    top: calc(0.5lh - 6px);
    width: 14px;
    height: 14px;
  }
}
.wp_contents ul:not(.anchor_list, .not_parts) ol li,
.wp_contents ol ol li,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ol li,
.block-editor-block-list__layout ol ol li {
  padding-left: 1.7em;
}
.wp_contents ul:not(.anchor_list, .not_parts) ol li::before,
.wp_contents ol ol li::before,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) ol li::before,
.block-editor-block-list__layout ol ol li::before {
  display: grid;
  content: counter(li);
  background: #eef2d3 !important;
  border: 2px solid #007752 !important;
  color: #007752;
  top: 3px;
  width: 20px;
  height: 20px;
}
.wp_contents ul:not(.anchor_list, .not_parts) li,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) li {
  position: relative;
  padding-left: 1.4em;
}
.wp_contents ul:not(.anchor_list, .not_parts) li:not(:first-child),
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) li:not(:first-child) {
  margin-top: 0.65em;
}
.wp_contents ul:not(.anchor_list, .not_parts) li::before,
.block-editor-block-list__layout ul:not(.anchor_list, .not_parts) li::before {
  content: "";
  display: block;
  position: absolute;
  background: #007752;
  left: 0;
  top: 7px;
  top: calc(0.5lh - 6px);
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 0;
}
@media print, screen and (min-width: 768px) {
  .wp_contents ul:not(.anchor_list, .not_parts) li::before,
  .block-editor-block-list__layout ul:not(.anchor_list, .not_parts) li::before {
    top: 7px;
    top: calc(0.5lh - 6px);
    width: 14px;
    height: 14px;
  }
}
.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.7em;
  letter-spacing: 0;
}
.wp_contents ol li:not(:first-child),
.block-editor-block-list__layout ol li:not(:first-child) {
  margin-top: 0.65em;
}
.wp_contents ol li::before,
.block-editor-block-list__layout ol li::before {
  position: absolute;
  display: grid;
  place-items: center;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  content: counter(li);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  background: #007752;
  vertical-align: middle;
  border-radius: 100%;
  text-align: center;
}
.wp_contents .parts_emphasis,
.block-editor-block-list__layout .parts_emphasis {
  margin-top: var(--mt-m);
  background: #fff;
  border: 3px solid #007752;
  border-radius: 20px;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .parts_emphasis,
  .block-editor-block-list__layout .parts_emphasis {
    border-radius: 30px;
    padding: 40px 36px;
    border: 4px solid #007752;
  }
}
.wp_contents .parts_emphasis .wp-block-group__inner-container > *:first-child,
.block-editor-block-list__layout .parts_emphasis .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.wp_contents blockquote,
.block-editor-block-list__layout blockquote {
  position: relative;
  padding: 26px 20px;
  margin-top: var(--mt-m);
  border: 3px dotted #007752;
  background: #eaf8f1;
  border-radius: 20px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 60px;
    border-radius: 40px;
  }
}
.wp_contents blockquote > *:first-child,
.block-editor-block-list__layout blockquote > *:first-child {
  margin-top: 0 !important;
}
.wp_contents blockquote::before, .wp_contents blockquote::after,
.block-editor-block-list__layout blockquote::before,
.block-editor-block-list__layout blockquote::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 33px;
  background: no-repeat 0 0;
  background-size: 100%;
}
@media print, screen and (min-width: 768px) {
  .wp_contents blockquote::before, .wp_contents blockquote::after,
  .block-editor-block-list__layout blockquote::before,
  .block-editor-block-list__layout blockquote::after {
    width: 71px;
    height: 50px;
  }
}
.wp_contents blockquote::before,
.block-editor-block-list__layout blockquote::before {
  top: -15px;
  left: 20px;
  background-image: url(../img/common/blockquote_obj_top.png);
}
@media print, screen and (min-width: 768px) {
  .wp_contents blockquote::before,
  .block-editor-block-list__layout blockquote::before {
    top: -20px;
    left: 60px;
  }
}
.wp_contents blockquote::after,
.block-editor-block-list__layout blockquote::after {
  bottom: -15px;
  right: 20px;
  background-image: url(../img/common/blockquote_obj_bottom.png);
}
@media print, screen and (min-width: 768px) {
  .wp_contents blockquote::after,
  .block-editor-block-list__layout blockquote::after {
    bottom: -20px;
    right: 60px;
  }
}
.wp_contents .wp-block-buttons,
.block-editor-block-list__layout .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--mt-m);
  gap: 20px;
}
.wp_contents .wp-block-button,
.block-editor-block-list__layout .wp-block-button {
  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.color_bus01 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus01 .wp-block-button__link {
  border-color: #3780ae;
  box-shadow: 0 5px 0 #3780ae;
  color: #3780ae;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus01 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus01 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #3780ae;
    color: #fff;
    box-shadow: 0 0 0 #3780ae;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus01 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus01 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #3780ae;
    color: #fff;
    box-shadow: 0 0 0 #3780ae;
  }
}
.wp_contents .wp-block-button.color_bus02 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus02 .wp-block-button__link {
  border-color: #ff793e;
  box-shadow: 0 5px 0 #ff793e;
  color: #ff793e;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus02 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus02 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ff793e;
    color: #fff;
    box-shadow: 0 0 0 #ff793e;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus02 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus02 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ff793e;
    color: #fff;
    box-shadow: 0 0 0 #ff793e;
  }
}
.wp_contents .wp-block-button.color_bus03 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus03 .wp-block-button__link {
  border-color: #fe86ce;
  box-shadow: 0 5px 0 #fe86ce;
  color: #fe86ce;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus03 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus03 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #fe86ce;
    color: #fff;
    box-shadow: 0 0 0 #fe86ce;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus03 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus03 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #fe86ce;
    color: #fff;
    box-shadow: 0 0 0 #fe86ce;
  }
}
.wp_contents .wp-block-button.color_bus04 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus04 .wp-block-button__link {
  border-color: #33a134;
  box-shadow: 0 5px 0 #33a134;
  color: #33a134;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus04 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus04 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #33a134;
    color: #fff;
    box-shadow: 0 0 0 #33a134;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus04 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus04 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #33a134;
    color: #fff;
    box-shadow: 0 0 0 #33a134;
  }
}
.wp_contents .wp-block-button.color_bus05 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus05 .wp-block-button__link {
  border-color: #9376b4;
  box-shadow: 0 5px 0 #9376b4;
  color: #9376b4;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus05 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus05 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #9376b4;
    color: #fff;
    box-shadow: 0 0 0 #9376b4;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus05 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus05 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #9376b4;
    color: #fff;
    box-shadow: 0 0 0 #9376b4;
  }
}
.wp_contents .wp-block-button.color_bus06 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus06 .wp-block-button__link {
  border-color: #ebae14;
  box-shadow: 0 5px 0 #ebae14;
  color: #ebae14;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus06 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus06 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ebae14;
    color: #fff;
    box-shadow: 0 0 0 #ebae14;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus06 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus06 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ebae14;
    color: #fff;
    box-shadow: 0 0 0 #ebae14;
  }
}
.wp_contents .wp-block-button.color_bus07 .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button.color_bus07 .wp-block-button__link {
  border-color: #aac429;
  box-shadow: 0 5px 0 #aac429;
  color: #aac429;
  background-color: #fff;
}
@media (hover: hover) {
  .wp_contents .wp-block-button.color_bus07 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-button.color_bus07 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #aac429;
    color: #fff;
    box-shadow: 0 0 0 #aac429;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button.color_bus07 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button.color_bus07 .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #aac429;
    color: #fff;
    box-shadow: 0 0 0 #aac429;
  }
}
.wp_contents .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button__link {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  font-weight: 900;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 1000px;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 40px 10px 30px;
  text-align: center;
  background-color: #ffff80;
  box-shadow: 0 5px 0 #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
@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 {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
  .wp_contents .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover::after,
  .block-editor-block-list__layout .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):hover::after {
    transform: translateY(calc(-50% - 3px)) translateX(3px) rotate(-45deg);
  }
}
@media (hover: none) {
  .wp_contents .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
  .wp_contents .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active::after,
  .block-editor-block-list__layout .wp-block-button__link:where(:any-link, :enabled, summary, span, dt, div, li):active::after {
    transform: translateY(calc(-50% - 3px)) translateX(3px) rotate(-45deg);
  }
}
.wp_contents .wp-block-button__link:not([target=_blank])::after,
.block-editor-block-list__layout .wp-block-button__link:not([target=_blank])::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: "\e900";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 15px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.wp_contents .wp-block-button__link[target=_blank]::after,
.block-editor-block-list__layout .wp-block-button__link[target=_blank]::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: "\e908";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.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,
.block-editor-block-list__layout .wp-block-file a {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  margin-inline: auto;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 1000px;
  min-width: 240px;
  max-width: 100%;
  padding: 10px 45px 10px 20px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 5px 0 #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: 900;
}
@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 {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
  .wp_contents .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):hover::before,
  .block-editor-block-list__layout .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):hover::before {
    color: #fff;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
  .wp_contents .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):active::before,
  .block-editor-block-list__layout .wp-block-file a:where(:any-link, :enabled, summary, span, dt, div, li):active::before {
    color: #fff;
  }
}
.wp_contents .wp-block-file a::before,
.block-editor-block-list__layout .wp-block-file a::before {
  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: "\e90b";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 16px;
  transform: translateY(-50%);
  color: #007752;
}
.wp_contents .wp-block-file a[href$=".pdf"]::after, .wp_contents .wp-block-file a[href$=".doc"]::after, .wp_contents .wp-block-file a[href$=".docx"]::after, .wp_contents .wp-block-file a[href$=".xls"]::after, .wp_contents .wp-block-file a[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".xlsx"]::after {
  content: "";
  margin-left: auto;
  font-size: 1.2rem;
  font-weight: 700;
  background: #007752;
  color: #fff;
  line-height: 1;
  border-radius: 1000px;
  padding: 3px 10px;
  flex-shrink: 0;
}
.wp_contents .wp-block-file a[href$=".pdf"],
.block-editor-block-list__layout .wp-block-file a[href$=".pdf"] {
  color: #c44a4a;
  background-color: #ffe6e5;
}
.wp_contents .wp-block-file a[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".pdf"]::after {
  content: "PDF";
  background: #c44a4a;
}
@media (hover: hover) {
  .wp_contents .wp-block-file a[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #fff;
    background: #007752;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-file a[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a[href$=".pdf"]:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #fff;
    background: #007752;
  }
}
.wp_contents .wp-block-file a[href$=".doc"], .wp_contents .wp-block-file a[href$=".docx"],
.block-editor-block-list__layout .wp-block-file a[href$=".doc"],
.block-editor-block-list__layout .wp-block-file a[href$=".docx"] {
  color: #0078b7;
  background-color: #cef2ff;
}
.wp_contents .wp-block-file a[href$=".doc"]::after, .wp_contents .wp-block-file a[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".docx"]::after {
  content: "Word";
  background: #0078b7;
}
@media (hover: hover) {
  .wp_contents .wp-block-file a[href$=".doc"]:where(:any-link, :enabled, summary, span, dt, div, li):hover, .wp_contents .wp-block-file a[href$=".docx"]:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a[href$=".doc"]:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a[href$=".docx"]:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #fff;
    background: #007752;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-file a[href$=".doc"]:where(:any-link, :enabled, summary, span, dt, div, li):active, .wp_contents .wp-block-file a[href$=".docx"]:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a[href$=".doc"]:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a[href$=".docx"]:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #fff;
    background: #007752;
  }
}
.wp_contents .wp-block-file a[href$=".xls"], .wp_contents .wp-block-file a[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-file a[href$=".xls"],
.block-editor-block-list__layout .wp-block-file a[href$=".xlsx"] {
  background-color: #eaf8f1;
}
.wp_contents .wp-block-file a[href$=".xls"]::after, .wp_contents .wp-block-file a[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-file a[href$=".xlsx"]::after {
  content: "Excel";
}
@media (hover: hover) {
  .wp_contents .wp-block-file a[href$=".xls"]:where(:any-link, :enabled, summary, span, dt, div, li):hover, .wp_contents .wp-block-file a[href$=".xlsx"]:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a[href$=".xls"]:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-file a[href$=".xlsx"]:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    color: #fff;
    background: #007752;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-file a[href$=".xls"]:where(:any-link, :enabled, summary, span, dt, div, li):active, .wp_contents .wp-block-file a[href$=".xlsx"]:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a[href$=".xls"]:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-file a[href$=".xlsx"]:where(:any-link, :enabled, summary, span, dt, div, li):active {
    color: #fff;
    background: #007752;
  }
}
.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;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-gallery a:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-gallery a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    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: #007752;
  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;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-lazyblock-accordion .accordion_block .title:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title:where(:any-link, :enabled, summary, span, dt, div, li):active {
    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-details,
.block-editor-block-list__layout .wp-block-details {
  margin-top: var(--mt-m);
  border-radius: 12px;
  transition: 0.3s;
  padding-bottom: 4px;
}
.wp_contents .wp-block-details + .wp-block-details,
.block-editor-block-list__layout .wp-block-details + .wp-block-details {
  margin-top: var(--mt-s);
}
.wp_contents .wp-block-details[open] summary,
.block-editor-block-list__layout .wp-block-details[open] summary {
  background: #dce5af;
}
.wp_contents .wp-block-details[open] summary .summary-contents::before,
.block-editor-block-list__layout .wp-block-details[open] summary .summary-contents::before {
  transform: translateY(-50%) rotate(180deg);
}
.wp_contents .wp-block-details.parts_qa summary,
.block-editor-block-list__layout .wp-block-details.parts_qa summary {
  padding-left: 65px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details.parts_qa summary,
  .block-editor-block-list__layout .wp-block-details.parts_qa summary {
    padding-left: 80px;
  }
}
.wp_contents .wp-block-details.parts_qa summary::after,
.block-editor-block-list__layout .wp-block-details.parts_qa summary::after {
  content: "Q";
  position: absolute;
  top: 13px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #cef2ff;
  border-radius: 100%;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details.parts_qa summary::after,
  .block-editor-block-list__layout .wp-block-details.parts_qa summary::after {
    top: 18px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.wp_contents .wp-block-details.parts_qa .details-contents-inner,
.block-editor-block-list__layout .wp-block-details.parts_qa .details-contents-inner {
  position: relative;
  padding-left: 65px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details.parts_qa .details-contents-inner,
  .block-editor-block-list__layout .wp-block-details.parts_qa .details-contents-inner {
    padding-left: 80px;
  }
}
.wp_contents .wp-block-details.parts_qa .details-contents-inner::after,
.block-editor-block-list__layout .wp-block-details.parts_qa .details-contents-inner::after {
  content: "A";
  position: absolute;
  top: 15px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #007752;
  background-color: #fff;
  border-radius: 100%;
  font-family: "Alexandria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details.parts_qa .details-contents-inner::after,
  .block-editor-block-list__layout .wp-block-details.parts_qa .details-contents-inner::after {
    top: 21px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.wp_contents .wp-block-details summary,
.block-editor-block-list__layout .wp-block-details summary {
  position: relative;
  display: block;
  line-height: 1.6;
  padding: 12px 16px;
  font-size: 1.5rem;
  font-weight: 900;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border-radius: 1000px;
  border: 2px solid #007752;
  background-color: #fff;
  box-shadow: 0 3px 0 #007752;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details summary,
  .block-editor-block-list__layout .wp-block-details summary {
    padding: 18px 24px;
    font-size: 2rem;
  }
}
.wp_contents .wp-block-details summary .summary-contents,
.block-editor-block-list__layout .wp-block-details summary .summary-contents {
  position: relative;
  padding-right: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details summary .summary-contents,
  .block-editor-block-list__layout .wp-block-details summary .summary-contents {
    padding-right: 22px;
  }
}
.wp_contents .wp-block-details summary .summary-contents::after, .wp_contents .wp-block-details summary .summary-contents::before,
.block-editor-block-list__layout .wp-block-details summary .summary-contents::after,
.block-editor-block-list__layout .wp-block-details summary .summary-contents::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #007752;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details summary .summary-contents::after, .wp_contents .wp-block-details summary .summary-contents::before,
  .block-editor-block-list__layout .wp-block-details summary .summary-contents::after,
  .block-editor-block-list__layout .wp-block-details summary .summary-contents::before {
    width: 22px;
  }
}
.wp_contents .wp-block-details summary .summary-contents::before,
.block-editor-block-list__layout .wp-block-details summary .summary-contents::before {
  transform: translateY(-50%) rotate(90deg);
}
.wp_contents .wp-block-details summary::-webkit-details-marker,
.block-editor-block-list__layout .wp-block-details summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) {
  .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.99);
  }
  .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover .summary-contents::after, .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover .summary-contents::before,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover .summary-contents::after,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):hover .summary-contents::before {
    background-color: #fff;
  }
}
@media (hover: none) {
  .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.99);
  }
  .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active .summary-contents::after, .wp_contents .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active .summary-contents::before,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active .summary-contents::after,
  .block-editor-block-list__layout .wp-block-details summary:where(:any-link, :enabled, summary, span, dt, div, li):active .summary-contents::before {
    background-color: #fff;
  }
}
.wp_contents .wp-block-details .details-contents,
.block-editor-block-list__layout .wp-block-details .details-contents {
  overflow: hidden;
}
.wp_contents .wp-block-details .details-contents-inner,
.block-editor-block-list__layout .wp-block-details .details-contents-inner {
  background: #fefff5;
  padding: 24px 16px 16px;
}
.wp_contents .wp-block-details .details-contents-inner > *:first-child,
.block-editor-block-list__layout .wp-block-details .details-contents-inner > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details .details-contents-inner,
  .block-editor-block-list__layout .wp-block-details .details-contents-inner {
    padding: 34px 28px 28px;
  }
}
.wp_contents .wp-block-separator,
.block-editor-block-list__layout .wp-block-separator {
  border: 0;
  border-top: 2px solid #007752;
  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: 2px dotted #007752 !important;
}
.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 #007752 !important;
}
.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: #007752;
}
@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);
  }
}
@media (hover: none) {
  .wp_contents .event_card__btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .block-editor-block-list__layout .event_card__btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    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 .wp-block-lazyblock-margin .mt_l,
.block-editor-block-list__layout .wp-block-lazyblock-margin .mt_l {
  height: var(--mt-l);
}
.wp_contents .wp-block-lazyblock-margin .mt_m,
.block-editor-block-list__layout .wp-block-lazyblock-margin .mt_m {
  height: var(--mt-m);
}
.wp_contents .wp-block-lazyblock-margin .mt_s,
.block-editor-block-list__layout .wp-block-lazyblock-margin .mt_s {
  height: var(--mt-s);
}
.wp_contents .wp-block-flexible-table-block-table,
.block-editor-block-list__layout .wp-block-flexible-table-block-table {
  margin-top: var(--mt-m);
}
.wp_contents .is-scrollable,
.block-editor-block-list__layout .is-scrollable {
  overflow: hidden;
  overflow-x: auto;
}
.wp_contents .is-scrollable table,
.block-editor-block-list__layout .is-scrollable table {
  max-width: none;
  width: 1200px;
}
@media print, screen and (max-width: 768px) {
  .wp_contents .is-scroll-on-mobile,
  .block-editor-block-list__layout .is-scroll-on-mobile {
    overflow: hidden;
    overflow-x: auto;
  }
  .wp_contents .is-scroll-on-mobile table,
  .block-editor-block-list__layout .is-scroll-on-mobile table {
    max-width: none;
    width: 980px;
  }
}
.wp_contents table,
.block-editor-block-list__layout table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #007752;
  border-right: 1px solid #007752;
}
.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 #007752;
  border-left: 1px solid #007752;
  padding: 10px 20px;
  font-weight: 900;
  background: #fff;
  vertical-align: middle;
}
.wp_contents table th,
.block-editor-block-list__layout table th {
  background-color: #eef2d3;
}
.wp_contents table td,
.block-editor-block-list__layout table td {
  color: #3c3c3c;
  font-weight: 700;
}
.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: #d0f2e0;
  color: #007752;
}
.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%;
}
.wp_contents .parts_google_map,
.block-editor-block-list__layout .parts_google_map {
  margin-top: var(--mt-m);
}
.wp_contents .parts_google_map iframe,
.block-editor-block-list__layout .parts_google_map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4/1;
  object-fit: cover;
}
.wp_contents .is-provider-youtube,
.block-editor-block-list__layout .is-provider-youtube {
  margin-top: var(--mt-m);
}
.wp_contents .is-provider-youtube .wp-block-embed__wrapper,
.block-editor-block-list__layout .is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.wp_contents .is-provider-youtube .wp-block-embed__wrapper iframe,
.wp_contents .is-provider-youtube .wp-block-embed__wrapper video,
.block-editor-block-list__layout .is-provider-youtube .wp-block-embed__wrapper iframe,
.block-editor-block-list__layout .is-provider-youtube .wp-block-embed__wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-columns {
  margin-top: var(--mt-m);
  gap: 30px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-columns {
    gap: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  .wp-block-columns {
    gap: 48px;
  }
}

.wp-block-column > *:first-child {
  margin-top: 0 !important;
}

:root {
  --form-color-red: #ff6c00;
}

.address_box_item_head .require,
.address_box_item_head .optional, .form_title .require,
.form_title .optional {
  position: relative;
  top: -1px;
  display: inline-block;
  line-height: 1;
  padding: 4px 9px;
  background: #656565;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 900;
  margin-left: 8px;
  border-radius: 200px;
}
@media print, screen and (min-width: 920px) {
  .address_box_item_head .require,
  .address_box_item_head .optional, .form_title .require,
  .form_title .optional {
    position: absolute;
    top: 11px;
    right: 0;
    font-size: 1.4rem;
  }
}

.address_box_item_head .require, .form_title .require {
  background: var(--form-color-red);
  color: #fff;
}

a.text_link {
  color: var(--link-color);
}
a.text_link[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  a.text_link:hover {
    text-decoration: none;
  }
}

.text_red {
  color: var(--form-color-red);
}

.contact_form_wrap {
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  box-shadow: 10px 10px 0 #007752;
  overflow: hidden;
  padding: 30px 20px 50px;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .contact_form_wrap {
    order: 3;
    display: flex;
    gap: 60px;
    border-radius: 80px;
    padding: 40px 60px 80px;
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  .contact_form_wrap {
    padding: 60px 80px 80px;
    margin-top: 80px;
  }
}

.form_intro_text {
  margin: 40px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_intro_text {
    margin: 70px 0 20px;
    font-size: 2.1rem;
  }
}

.form_note_box,
.form_error_box {
  padding: 20px 30px;
  color: var(--form-color-red);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid var(--form-color-red);
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_note_box,
  .form_error_box {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.form_error_box {
  color: var(--form-color-red);
  border-color: var(--form-color-red);
}

.form_error {
  margin-top: 5px;
  color: var(--form-color-red);
  font-weight: bold;
  font-size: 1.4rem;
}

.form_contents {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .form_contents {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_contents.confirm {
    margin-top: 40px;
  }
}
.form_contents.thanks {
  margin-top: 0;
}

.form_contents_item {
  padding: 12px 0;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 20px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  color: #3c3c3c;
}
@media print, screen and (min-width: 920px) {
  .form_title {
    width: 260px;
    padding-top: 8px;
    padding-right: 50px;
    font-size: 1.5rem;
  }
}
.form_box {
  margin-top: 5px;
  font-weight: 700;
  color: #3c3c3c;
}
@media print, screen and (min-width: 920px) {
  .form_box {
    width: calc(100% - 260px);
    padding-left: 40px;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .form_box {
    padding-left: 60px;
  }
}
.form_box.colm2 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 768px) {
  .form_box.colm2 {
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print, screen and (min-width: 768px) {
  .form_box_item_box {
    padding-top: 7px;
  }
}

.address_box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.address_box_item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media print, screen and (min-width: 768px) {
  .address_box_item {
    gap: 20px;
    flex-direction: row;
  }
}

.address_box_item_head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  flex-shrink: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 7px;
    width: 160px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head .require,
  .address_box_item_head .optional {
    position: absolute;
    left: 0;
    right: auto;
    margin-left: 0;
    top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .address_box_item_head .text {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .en-US .address_box_item_head {
    width: 180px;
  }
}

.address_box_item_body {
  display: flex;
  flex-direction: column;
}

.form_box_in_text + .form_box_in_text {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text {
    display: flex;
  }
}
.form_box_in_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_text {
    padding-top: 10px;
    text-align: right;
    width: 125px;
  }
}
@media print, screen and (min-width: 920px) {
  .form_box_in_text .in_box {
    width: calc(100% - 125px);
    padding-left: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_box_colm2_text {
    display: flex;
  }
}
.form_box_colm2_text .in_item {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_box_colm2_text .in_item {
    display: flex;
    width: 50%;
    margin-top: 0;
    padding-right: 30px;
  }
}
.form_box_colm2_text .in_text {
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-top: 10px;
  width: 30px;
}
.form_box_colm2_text .in_box {
  width: calc(100% - 30px);
}

.form_list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media print, screen and (min-width: 1400px) {
  .form_list {
    row-gap: 14px;
  }
  .form_list.colm2 {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
  .form_list.colm2 li {
    width: 50%;
    padding: 0 7px;
  }
}

.form_contents_privacy {
  margin-top: 20px;
  font-weight: 700;
  color: #3c3c3c;
  text-align: left;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 40px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
}
.form_contents_privacy .privacy_checkbox span {
  padding: 14px 15px 14px 45px;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 35px;
  }
}

.privacy_head {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cbcbcb;
}

.privacy_text {
  font-size: 1.3rem;
}
.privacy_text a {
  color: #1383fd;
}
.privacy_text a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e908";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 920px) {
  .privacy_text {
    font-size: 1.5rem;
  }
  .privacy_text a:hover {
    text-decoration: none;
  }
}

.submit_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .submit_area {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 40px;
    margin: 60px auto 0;
  }
}

.submit_btn,
.back_btn {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.submit_btn .btn,
.back_btn .btn {
  position: relative;
  display: inline-block;
  margin-inline: auto;
  font-size: 1.5rem;
  font-weight: 900;
  color: #007752;
  border: 3px solid #007752;
  border-radius: 1000px;
  min-width: 250px;
  max-width: 100%;
  padding: 12px 40px;
  text-align: center;
  background-color: #ffff80;
  box-shadow: 0 5px 0 #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn,
  .back_btn .btn {
    min-width: 450px;
    font-size: 1.8rem;
    padding: 20px 40px;
  }
}
@media (hover: hover) {
  .submit_btn .btn:where(:any-link, :enabled, summary, span, dt, div, li):hover,
  .back_btn .btn:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
@media (hover: none) {
  .submit_btn .btn:where(:any-link, :enabled, summary, span, dt, div, li):active,
  .back_btn .btn:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #007752;
    color: #fff;
    box-shadow: 0 0 0 #007752;
    transform: translateY(5px) scale(0.965);
    will-change: translate, scale, background, color;
  }
}
.submit_btn .btn::after,
.back_btn .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: "\e900";
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%) rotate(-45deg);
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media print, screen and (min-width: 920px) {
  .submit_btn .btn::after,
  .back_btn .btn::after {
    font-size: 18px;
  }
}

.back_btn .btn {
  background: #eef2d3;
  color: #007752;
}

.submit_area__bottom_text {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit_area__bottom_text {
    margin-top: 60px;
  }
}

.form_notes {
  text-align: center;
}
.submit-btn + .form_notes {
  padding-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .submit-btn + .form_notes {
    padding-top: 60px;
  }
}
.form_notes .text {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text {
    font-size: 1.6rem;
  }
}
.form_notes .text a {
  color: #fd504f;
}
@media print, screen and (min-width: 920px) {
  .form_notes .text a:hover {
    text-decoration: none;
  }
}
.form_notes .info {
  display: block;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 1.8;
}
@media print, screen and (min-width: 920px) {
  .form_notes .info {
    font-size: 1.4rem;
  }
}

.form_radio {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.form_radio input {
  display: none;
}
.form_radio input:checked + span {
  background-color: color-mix(in srgb, var(--form-color-red), #fff 92%);
  border-color: var(--form-color-red);
  color: var(--form-color-red);
}
.form_radio input:checked + span:before {
  border-color: var(--form-color-red);
}
.form_radio input:checked + span:after {
  transform: scale(1, 1);
}
.form_radio span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  padding: 6px 20px 7px 38px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
.form_radio span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--color-white);
  border: 1px solid #9f9f9f;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_radio span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #fd504f;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.radio_etc_text {
  display: none;
  margin-top: 10px;
}
@media print, screen and (min-width: 1400px) {
  .radio_etc_text {
    margin-top: 14px;
  }
}

.form_checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.form_checkbox.type_agree {
  height: auto;
}
.form_checkbox.type_agree span {
  display: block;
  height: auto;
}
.form_checkbox input {
  display: none;
}
.form_checkbox input:checked + span {
  background-color: #eaf8f1;
  border-color: #007752;
  color: #007752;
}
.form_checkbox input:checked + span:before {
  border-color: #007752;
  background-color: #007752;
}
.form_checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}
.form_checkbox span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: var(--color-white);
  border: 1px solid #3c3c3c;
  border-radius: 6px;
  padding: 10px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 920px) {
  .form_checkbox span {
    font-size: 1.5rem;
  }
}
.form_checkbox span a {
  color: var(--link-color);
  text-decoration: underline;
}
@media (hover: hover) {
  .form_checkbox span a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .form_checkbox span a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.form_checkbox span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  padding: 10px;
  border-radius: 5px;
  min-height: 240px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 920px) {
  .form_textarea {
    padding: 12px 20px;
    font-size: 1.5rem;
    min-height: 320px;
  }
}
.form_textarea::placeholder {
  color: #8b8b8b;
}
.form_textarea::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #3c3c3c;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media print, screen and (min-width: 920px) {
  .form_input {
    padding: 7px 16px 8px;
    font-size: 1.5rem;
  }
}
.form_input.w_500 {
  max-width: 100%;
  width: 500px;
}
.form_input.w_300 {
  max-width: 100%;
  width: 300px;
}
.form_input.w_240 {
  max-width: 100%;
  width: 240px;
}
.form_input.w_100 {
  max-width: 100%;
  width: 100px;
}
.form_input::placeholder {
  color: #8b8b8b;
}
.form_input::-ms-input-placeholder {
  color: #8b8b8b;
}
.form_input:-ms-input-placeholder {
  color: #8b8b8b;
}

.form_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
}
.form_select.w_330 {
  width: 330px;
  max-width: 100%;
}
.form_select.w_400 {
  width: 400px;
  max-width: 100%;
}
.form_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 41px;
  padding: 0 36px 0 10px;
  font-size: 1.6rem;
  color: #333;
}
@media print, screen and (min-width: 920px) {
  .form_select select {
    height: 42px;
    font-size: 1.5rem;
    padding: 0 46px 0 20px;
  }
}
.form_select select::-ms-expand {
  display: none;
}
.form_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #d8d8d8;
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #3c3c3c;
  top: 16px;
  right: 12px;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .form_select:after {
    top: 17px;
    right: 14px;
  }
}

@media print, screen and (min-width: 920px) {
  .form_file {
    display: flex;
    padding-top: 10px;
  }
}

.form_file_select span {
  display: block;
}
.form_file_select span + span {
  margin-top: 10px;
}

.form_file_add {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add {
    margin-top: -2px;
    width: 140px;
  }
}
.form_file_add button {
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #3c3c3c;
  border-radius: 4px;
  color: #8d979d;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button {
    padding: 5px 0;
    border-radius: 30px;
  }
}
.form_file_add button span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span {
    padding: 0 0 0 15px;
  }
}
.form_file_add button span:before, .form_file_add button span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: var(--font-color);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .form_file_add button span:before, .form_file_add button span:after {
    width: 8px;
  }
}
.form_file_add button span:after {
  transform: translateY(-50%) rotate(90deg);
}

.form_file_text {
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_file_text {
    margin-top: 20px;
    font-size: 1.3rem;
    text-align: left;
  }
}

.form_file_upload {
  padding: 5px 0;
}
.form_file_upload::file-selector-button {
  font-size: 14px;
}

.form_thanks strong {
  display: block;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #0158a7;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .form_thanks strong {
    font-size: 3.2rem;
  }
}
.form_thanks p {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p {
    margin-top: 30px;
  }
}
.form_thanks p a {
  color: #cef2ff;
}
.form_thanks p a[target=_blank]:after {
  font-family: "icomoon" !important;
  content: "\e900";
  display: inline-block;
  margin-left: 3px;
}
@media print, screen and (min-width: 768px) {
  .form_thanks p a:hover {
    text-decoration: none;
  }
}

.confirm .form_box {
  margin-top: 5px;
  font-size: 1.5rem;
}
.confirm .form_title .require,
.confirm .form_title .optional {
  top: -1px;
}
@media print, screen and (min-width: 768px) {
  .confirm .form_title .require,
  .confirm .form_title .optional {
    top: 9px;
  }
}

.grecaptcha-badge {
  bottom: 85px !important;
  z-index: 5 !important;
}
@media print, screen and (min-width: 920px) {
  .grecaptcha-badge {
    bottom: 135px !important;
  }
}

.form_text_notes {
  display: block;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .form_text_notes {
    font-size: 1.2rem;
  }
}
.form_text_notes.mt_5 {
  margin-top: 5px;
}
.form_text_notes a {
  position: relative;
  color: var(--link-color);
  text-decoration: underline;
}
.form_text_notes a[target=_blank]: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;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin-left: 5px;
  content: "\e90a";
}
@media (hover: hover) {
  .form_text_notes a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .form_text_notes a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    text-decoration: none;
  }
}

.main_contents {
  padding-block: 30px 60px;
}
@media print, screen and (min-width: 920px) {
  .main_contents {
    padding-block: 60px 120px;
  }
}

.page_head_title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 140px;
  padding-bottom: 10px;
  background-size: cover;
  background: #eaf8f1;
  margin-right: 20px;
  padding-left: 20px;
  padding-block: 20px;
  border-radius: 0 0 40px 0;
  border: 4px solid #007752;
  border-left: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .page_head_title {
    margin-right: 96px;
    padding-left: 100px;
    border-radius: 0 0 80px 0;
    min-height: 300px;
  }
}
.page_head_title:has(.page_main_img) {
  min-height: 230px;
}
@media print, screen and (min-width: 920px) {
  .page_head_title:has(.page_main_img) {
    min-height: 440px;
  }
}
.page_head_title:has(.page_main_img) .page_main_title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #007752;
  padding: 20px 24px 8px 20px;
  border-radius: 0 40px 0 0;
}
@media print, screen and (min-width: 920px) {
  .page_head_title:has(.page_main_img) .page_main_title {
    padding: 28px 48px 14px 42px;
  }
}
.page_head_title:has(.page_main_img) .page_main_title .en,
.page_head_title:has(.page_main_img) .page_main_title .ja {
  color: #fff;
}
.page_head_title.type_b {
  background: none;
  border-right: 0;
  border-bottom: 0;
  padding-top: 36px;
  min-height: 100px;
  padding-left: 5px;
}
@media print, screen and (min-width: 920px) {
  .page_head_title.type_b {
    padding-top: 46px;
    padding-left: 100px;
    min-height: 200px;
  }
}

.page_main_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_main_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_main_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_main_title .en {
  font-family: "Alexandria", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 920px) {
  .page_main_title .en {
    font-size: 2rem;
  }
}
.page_main_title .ja {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .page_main_title .ja {
    font-size: 5.6rem;
  }
}

.breadcrumb {
  position: relative;
  margin-top: 10px;
  margin-right: 25px;
}
@media print, screen and (min-width: 920px) {
  .breadcrumb {
    margin-top: 30px;
    margin-right: 100px;
  }
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.1rem;
  font-weight: 900;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list {
    font-size: 1.3rem;
  }
}
.page_breadcrumb_list li {
  position: relative;
  color: #afd4bf;
}
.page_breadcrumb_list li:not(:first-child) {
  padding-left: 21px;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list li:not(:first-child) {
    padding-left: 22px;
  }
}
.page_breadcrumb_list li:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 2px;
  background: #007752;
  transform: translateY(-50%) rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list li:not(:first-child)::before {
    top: 13px;
    left: 5px;
  }
}
.page_breadcrumb_list li a {
  color: #007752;
  text-decoration: underline;
}
.page_breadcrumb_list li a:hover {
  text-decoration: none;
}

.recruitment_filter_title {
  font-size: 3rem;
  font-weight: bold;
}

.recruitment_filter_box {
  margin-top: 20px;
}

.recruitment_filter_box__item {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #c4c4c4;
  padding-block: 10px;
}

.recruitment_filter_box__name {
  font-size: 1.8rem;
  font-weight: 600;
  width: 7em;
}

.recruitment_filter_box__category_list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}
.recruitment_filter_box__category_list label {
  line-height: 1.4;
  cursor: pointer;
}
.recruitment_filter_box__category_list label:has([type=radio]) {
  display: inline-block;
  border: 1px solid #cef2ff;
  border-radius: 100px;
  padding: 1px 15px 2px;
  color: #cef2ff;
}
.recruitment_filter_box__category_list label:has([type=radio]:checked) {
  background: #cef2ff;
  color: #fff;
  pointer-events: none;
}
.recruitment_filter_box__category_list label:has([type=checkbox]) {
  position: relative;
  padding-left: 25px;
}
.recruitment_filter_box__category_list label:has([type=checkbox])::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  background: #fff;
  vertical-align: middle;
  margin-right: 6px;
  transition: border-color 0.2s, background 0.2s;
}
.recruitment_filter_box__category_list label:has([type=checkbox])::after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #cef2ff;
  border-left: 2px solid #cef2ff;
  top: 7px;
  left: 4px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}
.recruitment_filter_box__category_list label:has([type=checkbox]:checked)::before {
  border-color: #cef2ff;
}
.recruitment_filter_box__category_list label:has([type=checkbox]:checked)::after {
  transform: scale(1, 1) rotate(-45deg);
}

.recruitment_filter_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.recruitment_filter_list__item {
  padding: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
}
.recruitment_filter_list__item .status {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
.recruitment_filter_list__item .status .job {
  padding: 5px 10px 6px;
  background: #0158a7;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.recruitment_filter_list__item .status .type {
  color: #cef2ff;
  font-size: 1.4rem;
  font-weight: bold;
}
.recruitment_filter_list__item .title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
.recruitment_filter_list__item .workplace {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 2px;
}
.recruitment_filter_list__item .work_location {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 12px;
}

.requirements_title {
  padding-bottom: 40px;
  border-bottom: 1px solid #007752;
}

.requirements_title__status {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1;
}
.requirements_title__status .job {
  padding: 10px;
  background: #0158a7;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.requirements_title__status .type {
  color: #cef2ff;
  font-size: 1.6rem;
  font-weight: bold;
}

.requirements_title__title {
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 16px;
  line-height: 1.4;
}

.requirements_title__workplace {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

.requirements_block {
  border-bottom: 1px solid #007752;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .requirements_block {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.requirements_block .requirements_block__title {
  font-size: 1.8rem;
  font-weight: 600;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .requirements_block .requirements_block__title {
    margin-top: 1px;
    width: calc(25% + 60px);
    padding-right: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .requirements_block .requirements_block__title {
    padding-right: 60px;
  }
}
.requirements_block .requirements_block__text {
  margin-top: 8px;
}
@media print, screen and (min-width: 920px) {
  .requirements_block .requirements_block__text {
    margin-top: 0;
  }
}
.requirements_block .requirements_block__text > *:first-child {
  margin-top: 0 !important;
}

.enrollment_menu_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: var(--mt-l);
}
@media print, screen and (min-width: 920px) {
  .enrollment_menu_list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}

.enrollment_menu_list__item {
  border: 3px solid #007752;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 40px 20px;
}
@media print, screen and (min-width: 768px) {
  .enrollment_menu_list__item {
    border-width: 4px;
    padding: 50px 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .enrollment_menu_list__item {
    width: calc((100% - 40px) / 2);
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .enrollment_menu_list__item {
    width: calc((100% - 80px) / 3);
    padding: 50px 40px;
  }
}

.enrollment_menu_list__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #007752;
  margin-bottom: 30px;
}
.enrollment_menu_list__title .icon_img {
  width: 98px;
}
.enrollment_menu_list__title .title {
  margin-top: 0;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .enrollment_menu_list__title .title {
    font-size: 3rem;
  }
}

.enrollment_menu_list__btns {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .enrollment_menu_list__btns {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .enrollment_menu_list__btns {
    padding: 0 40px;
  }
}
.enrollment_menu_list__btns .wp-block-button {
  width: 100%;
}

.facilities_img_wrap {
  margin-top: var(--mt-l);
  border-radius: 40px;
  background: #eef2d3;
  padding: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .facilities_img_wrap {
    padding: 54px;
  }
}
.facilities_img_wrap img {
  width: 1083px;
}

.facilities_floor_map_block {
  position: relative;
  padding-block: 60px;
}
@media print, screen and (min-width: 920px) {
  .facilities_floor_map_block {
    padding-block: 90px;
  }
}
.facilities_floor_map_block.bg_white {
  background: #fff;
}
.facilities_floor_map_block.bg_white::before, .facilities_floor_map_block.bg_white::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
}
.facilities_floor_map_block.bg_white::before {
  left: -100%;
}
.facilities_floor_map_block.bg_white::after {
  right: -100%;
}

.facilities_floor_map_block__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .facilities_floor_map_block__title {
    font-size: 2.4rem;
  }
}
.facilities_floor_map_block__title .floor_img {
  width: 60px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .facilities_floor_map_block__title .floor_img {
    margin-bottom: 12px;
    width: 100px;
  }
}

.facilities_floor_map_block__area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: var(--mt-l);
  gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .facilities_floor_map_block__area {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}

.facilities_floor_map_block__area_item {
  position: relative;
  text-align: center;
}
.facilities_floor_map_block__area_item .photo {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: -20px;
}
@media print, screen and (min-width: 920px) {
  .facilities_floor_map_block__area_item .photo {
    border-radius: 40px;
    margin-bottom: -30px;
  }
}
.facilities_floor_map_block__area_item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facilities_floor_map_block__area_item .title {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  background: #007752;
  border-radius: 2000px;
  width: 90%;
  padding: 5px 20px;
  border: 2px solid #fff;
}
@media print, screen and (min-width: 920px) {
  .facilities_floor_map_block__area_item .title {
    width: 440px;
    max-width: 90%;
    font-size: 2.6rem;
  }
}
.facilities_floor_map_block__area_item .text {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .facilities_floor_map_block__area_item .text {
    margin-top: 20px;
  }
}

.message_archive_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .message_archive_list {
    gap: 34px;
  }
}

.message_archive_list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 40px;
  border: 4px solid #007752;
  box-shadow: 6px 6px 0 #007752;
  padding: 25px 20px;
}
@media print, screen and (min-width: 920px) {
  .message_archive_list__item {
    padding: 40px 40px;
    border-radius: 60px;
    gap: 30px;
    flex-direction: row;
    box-shadow: 8px 8px 0 #007752;
  }
}
@media print, screen and (min-width: 1200px) {
  .message_archive_list__item {
    padding: 40px 80px;
  }
}

.message_archive_list__profile {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 14em;
  flex-shrink: 0;
}
.message_archive_list__profile .icon {
  width: 65px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .message_archive_list__profile .icon {
    width: 95px;
  }
}
.message_archive_list__profile .date {
  margin-top: 10px;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
}
.message_archive_list__profile .name {
  font-weight: 900;
}

.message_archive_list__text {
  flex: 1;
}
.message_archive_list__text img {
  width: 100%;
}

.enquete_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin-top: var(--mt-m);
}
@media print, screen and (min-width: 920px) {
  .enquete_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}

.senior_message_title {
  text-align: center;
  margin-top: var(--mt-xl);
}
.senior_message_title .inner {
  position: relative;
  display: inline-block;
  padding-inline: 30px;
}
@media print, screen and (min-width: 920px) {
  .senior_message_title .inner {
    padding-inline: 20px;
  }
}
.senior_message_title .inner::before, .senior_message_title .inner::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 2px;
  height: 100%;
  background: #007752;
  z-index: 1;
}
.senior_message_title .inner::before {
  left: 0;
  transform: rotate(-30deg);
}
.senior_message_title .inner::after {
  right: 0;
  transform: rotate(30deg);
}
.senior_message_title span {
  position: relative;
  display: inline;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
  background: linear-gradient(transparent 60%, #eef2d3 40%);
}
@media print, screen and (min-width: 768px) {
  .senior_message_title span {
    font-size: 2.4rem;
  }
}

.senior_message {
  position: relative;
  margin-top: var(--mt-m);
  padding-bottom: 190px;
}
@media print, screen and (min-width: 768px) {
  .senior_message {
    padding-bottom: 240px;
  }
}
@media print, screen and (min-width: 920px) {
  .senior_message {
    padding-inline: 260px;
    padding-bottom: 60px;
  }
}

.senior_message__obj01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  .senior_message__obj01 {
    width: 220px;
  }
}
@media print, screen and (min-width: 920px) {
  .senior_message__obj01 {
    width: 250px;
  }
}
@media print, screen and (min-width: 1580px) {
  .senior_message__obj01 {
    left: 90px;
  }
}

.senior_message__obj02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
}
@media print, screen and (min-width: 768px) {
  .senior_message__obj02 {
    width: 175px;
  }
}
@media print, screen and (min-width: 920px) {
  .senior_message__obj02 {
    width: 212px;
  }
}
@media print, screen and (min-width: 1580px) {
  .senior_message__obj02 {
    right: 90px;
  }
}

.senior_message__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-top: var(--mt-m);
}
.senior_message__text .set {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .senior_message__text .set {
    font-size: 2rem;
  }
}
.senior_message__text .set span {
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .senior_message__text .set span {
    font-size: 1.6rem;
  }
}

.message_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: var(--mt-l);
}
@media print, screen and (min-width: 768px) {
  .message_pagination {
    gap: 14px;
  }
}
.message_pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Alexandria", sans-serif;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #007752;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .message_pagination .page-numbers {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}
.message_pagination .page-numbers.next, .message_pagination .page-numbers.prev {
  background-color: #ffff80;
  border: 2px solid #007752;
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .message_pagination .page-numbers.next, .message_pagination .page-numbers.prev {
    border: 3px solid #007752;
    width: 80px;
    height: 80px;
  }
}
.message_pagination .page-numbers.next::before, .message_pagination .page-numbers.prev::before {
  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: "\e900";
  font-size: 12px;
  color: #007752;
}
@media print, screen and (min-width: 768px) {
  .message_pagination .page-numbers.next::before, .message_pagination .page-numbers.prev::before {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .message_pagination .page-numbers.next:where(:any-link, :enabled, summary, span, dt, div, li):hover, .message_pagination .page-numbers.prev:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .message_pagination .page-numbers.next:where(:any-link, :enabled, summary, span, dt, div, li):active, .message_pagination .page-numbers.prev:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
    transform: scale(1.1);
  }
}
.message_pagination .page-numbers.next {
  margin-left: 5px;
}
@media print, screen and (min-width: 768px) {
  .message_pagination .page-numbers.next {
    margin-left: 20px;
  }
}
.message_pagination .page-numbers.prev {
  margin-right: 5px;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .message_pagination .page-numbers.prev {
    margin-right: 20px;
  }
}
@media (hover: hover) {
  .message_pagination .page-numbers.prev:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
    transform: rotate(180deg) scale(1.1);
  }
}
@media (hover: none) {
  .message_pagination .page-numbers.prev:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
    transform: rotate(180deg) scale(1.1);
  }
}
.message_pagination .page-numbers.dots {
  background: none;
  width: auto;
  border-radius: 0;
  color: #007752;
}
.message_pagination .page-numbers.current {
  background-color: #eef2d3;
  color: #007752;
}
.message_pagination a {
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media (hover: hover) {
  .message_pagination a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: #ffff30;
    color: var(--key-color);
    transform: scale(1.12);
  }
}
@media (hover: none) {
  .message_pagination a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: #ffff30;
    color: var(--key-color);
    transform: scale(1.12);
  }
}

.course_menu_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: var(--mt-l);
}
@media print, screen and (min-width: 920px) {
  .course_menu_list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 44px;
  }
}

.course_menu_list__item {
  border: 3px solid #007752;
  background: #fff;
  border-radius: 40px;
  text-align: center;
  padding-inline: 20px;
  padding-bottom: 40px;
  overflow: hidden;
  box-shadow: 4px 4px 0 #007752;
}
@media print, screen and (min-width: 768px) {
  .course_menu_list__item {
    border-width: 4px;
    padding-inline: 40px;
    padding-bottom: 50px;
    box-shadow: 8px 8px 0 #007752;
  }
}
@media print, screen and (min-width: 920px) {
  .course_menu_list__item {
    width: calc((100% - 44px) / 2);
    padding-inline: 20px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1400px) {
  .course_menu_list__item {
    width: calc((100% - 44px) / 2);
    padding-inline: 40px;
    padding-bottom: 50px;
  }
}

.course_menu_list__img {
  margin-left: -20px;
  margin-right: -20px;
}
@media print, screen and (min-width: 768px) {
  .course_menu_list__img {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media print, screen and (min-width: 920px) {
  .course_menu_list__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media print, screen and (min-width: 1400px) {
  .course_menu_list__img {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.course_menu_list__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #007752;
  margin-top: 20px;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .course_menu_list__title {
    margin-top: 26px;
    font-size: 3rem;
  }
}

.course_menu_list__btns {
  text-align: center;
  justify-content: center;
  margin-top: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .course_menu_list__btns {
    margin-top: 24px !important;
  }
}

.about_head_title {
  position: relative;
  overflow: hidden;
  background: url(../img/about/about_mv_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 600px;
  color: #fff;
}
@media print, screen and (min-width: 1660px) {
  .about_head_title {
    padding-bottom: 36.5vw;
  }
}
.about_head_title .breadcrumb {
  margin-top: 20px;
  margin-right: 20px;
}
@media print, screen and (min-width: 920px) {
  .about_head_title .breadcrumb {
    right: 100px;
  }
}
.about_head_title .breadcrumb li::before {
  background-color: #fff;
}
.about_head_title .breadcrumb a {
  color: #fff;
}
.about_head_title .breadcrumb span {
  color: #fff;
}

.about_head_title__obj01 {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -60vw;
  width: min(35vw, 220px);
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .about_head_title__obj01 {
    top: 80px;
    left: 50%;
    margin-left: -710px;
    width: 312px;
  }
}

.about_head_title__obj02 {
  position: absolute;
  width: min(34vw, 208px);
  top: 60px;
  right: 50%;
  margin-right: -62vw;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .about_head_title__obj02 {
    width: 304px;
    top: 210px;
    right: 50%;
    margin-right: -720px;
  }
}

.about_main_title {
  text-align: center;
  margin-top: 45px;
}
.about_main_title .en {
  font-family: "Alexandria", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media print, screen and (min-width: 920px) {
  .about_main_title .en {
    font-size: 2rem;
  }
}
.about_main_title .ja {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 920px) {
  .about_main_title .ja {
    font-size: 5.6rem;
  }
}

.about_intro_catch {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top: 58px;
  text-shadow: 0 0 6px #4c7096;
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px) {
  .about_intro_catch {
    font-size: 2.4rem;
  }
}

.about_intro_text {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  padding-inline: 20px;
  margin-top: 36px;
  text-align: center;
  text-shadow: 0 0 6px #4c7096;
}

@media print, screen and (min-width: 920px) {
  .about_driving_fun {
    display: flex;
    gap: 60px;
  }
}

@media print, screen and (min-width: 920px) {
  .about_driving_fun__contents,
  .about_driving_fun__video {
    width: 50%;
  }
}

.about_driving_fun__contents .catch {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  color: #007752;
  text-align: center;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .about_driving_fun__contents .catch {
    font-size: 2.4rem;
  }
}
.about_driving_fun__contents .tag_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.about_driving_fun__contents .tag_list li {
  position: relative;
  font-weight: 900;
  line-height: 1;
  padding: 8px 10px;
  background: #fff;
  border: 3px solid #007752;
  border-radius: 10px;
  flex-grow: 1;
  text-align: center;
}
.about_driving_fun__contents .tag_list li::before {
  content: "#";
  color: #ff6c00;
}

.about_driving_fun__video {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .about_driving_fun__video {
    margin-top: 0;
  }
}
.about_driving_fun__video .video {
  width: 100%;
  aspect-ratio: 16/9;
}
.about_driving_fun__video .video iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 920px) {
  .about_pickup {
    margin-top: 100px;
  }
}

.about_pickup__head {
  position: relative;
  border-radius: 40px;
  background: #007752;
  padding: 0 20px 20px 20px;
  margin-top: 80px;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__head {
    border-radius: 80px;
    margin-top: 120px;
    padding: 0 30px 30px 30px;
  }
}
@media print, screen and (min-width: 1430px) {
  .about_pickup__head {
    margin-top: 0;
  }
}

.about_pickup__head_obj01 {
  position: absolute;
  top: -25px;
  left: 20px;
  width: 110px;
  z-index: 1;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__head_obj01 {
    top: -58px;
    left: 50px;
    width: 248px;
  }
}
@media print, screen and (min-width: 1400px) {
  .about_pickup__head_obj01 {
    top: -65px;
    width: 298px;
  }
}
@media print, screen and (min-width: 1430px) {
  .about_pickup__head_obj01 {
    left: 100px;
  }
}

.about_pickup__head_obj02 {
  position: absolute;
  top: -42px;
  left: 116px;
  width: 72px;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__head_obj02 {
    top: -76px;
    left: 275px;
    width: 129px;
  }
}
@media print, screen and (min-width: 1400px) {
  .about_pickup__head_obj02 {
    top: -106px;
    left: 310px;
    width: 179px;
  }
}
@media print, screen and (min-width: 1430px) {
  .about_pickup__head_obj02 {
    left: 360px;
  }
}

.about_pickup__title {
  position: relative;
  top: -18px;
  width: 358px;
  max-width: 100%;
  margin-inline: auto;
}
.about_pickup__title img {
  width: 100%;
}

.about_pickup__btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__btns {
    flex-direction: row;
    gap: 16px;
  }
}

.about_pickup__btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 35px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__btn {
    border-radius: 40px;
    padding: 32px 20px 50px;
  }
}
.about_pickup__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: 34px;
  height: 34px;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  content: "\e900";
  line-height: 1;
  font-size: 10px;
  border-radius: 100px;
  border: 2px solid #007752;
  background: #ffff80;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .about_pickup__btn::after {
    width: 45px;
    height: 45px;
    font-size: 16px;
    bottom: -20px;
  }
}
.about_pickup__btn .icon.icon01 {
  width: 90px;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__btn .icon.icon01 {
    width: 106px;
  }
}
.about_pickup__btn .icon.icon02 {
  width: 38px;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__btn .icon.icon02 {
    width: 44px;
  }
}
.about_pickup__btn .icon.icon03 {
  width: 51px;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__btn .icon.icon03 {
    width: 61px;
  }
}
.about_pickup__btn .title {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.4;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__btn .title {
    font-size: 2.6rem;
  }
}

.about_pickup_section {
  padding-block: var(--mt-xl);
}
.about_pickup_section.bg_white {
  position: relative;
  background: #fff;
}
.about_pickup_section.bg_white::before, .about_pickup_section.bg_white::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #fff;
}
.about_pickup_section.bg_white::before {
  left: -100%;
}
.about_pickup_section.bg_white::after {
  right: -100%;
}

.about_pickup__sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
.about_pickup__sec_title .icon.icon01 {
  width: 106px;
}
.about_pickup__sec_title .icon.icon02 {
  width: 44px;
}
.about_pickup__sec_title .icon.icon03 {
  width: 61px;
}
.about_pickup__sec_title .en {
  font-family: "Alexandria", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__sec_title .en {
    font-size: 1.6rem;
  }
}
.about_pickup__sec_title .title {
  display: flex;
  text-align: center;
  align-items: center;
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .about_pickup__sec_title .title {
    font-size: 3rem;
  }
}

.about_pickup_section01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: var(--mt-l);
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section01 {
    gap: 60px;
    flex-direction: row;
  }
}

.about_pickup_section01__img {
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section01__img {
    width: 65%;
    border-radius: 40px;
  }
}

.about_pickup_section01__contents {
  flex-grow: 1;
  text-align: center;
}
.about_pickup_section01__contents .text {
  margin-top: 0;
}
.about_pickup_section01__contents .car {
  width: 260px;
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section01__contents .car {
    width: 331px;
    margin-top: 40px;
  }
}

.about_pickup_section02 {
  margin-top: var(--mt-l);
}

.about_pickup_section02__img {
  overflow: hidden;
  border-radius: 20px;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02__img {
    border-radius: 40px;
  }
}

.about_pickup_section02_service {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-top: var(--mt-m);
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_service {
    gap: 40px;
    flex-wrap: nowrap;
  }
}

.about_pickup_section02_service_item {
  width: calc(50% - 10px);
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_service_item {
    width: auto;
  }
}
.about_pickup_section02_service_item .img {
  border-radius: 20px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_service_item .img {
    border-radius: 40px;
  }
}
.about_pickup_section02_service_item .title {
  margin-top: 20px;
}
.about_pickup_section02_service_item p {
  margin-top: 10px;
}

.about_pickup_section02_bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: calc(var(--mt-m) + 20px);
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_bottom {
    flex-direction: row;
    gap: 60px;
  }
}

.about_pickup_section02_bottom_contents,
.about_pickup_section02_bottom_img {
  flex-grow: 1;
}

.about_pickup_section02_bottom_contents > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_bottom_contents {
    width: 50%;
  }
}

.about_pickup_section02_bottom_img {
  border-radius: 40px;
  overflow: hidden;
}
@media print, screen and (min-width: 920px) {
  .about_pickup_section02_bottom_img {
    width: 50%;
  }
}

.news_box,
.single_news_box {
  position: relative;
  border-radius: 40px;
  border: 4px solid #007752;
  background: #fff;
  box-shadow: 10px 10px 0 #007752;
  overflow: hidden;
  padding: 30px 20px;
}
.news_box > *:first-child,
.single_news_box > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 920px) {
  .news_box,
  .single_news_box {
    border-radius: 80px;
    padding: 40px 60px;
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news_box,
  .single_news_box {
    padding: 60px 80px;
  }
}

.news_select {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #007752;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .news_select {
    width: 300px;
    margin-bottom: 40px;
  }
}
.news_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  width: 100%;
  height: 41px;
  padding: 0 36px 0 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #007752;
}
@media print, screen and (min-width: 920px) {
  .news_select select {
    height: 50px;
    font-size: 1.7rem;
    padding: 0 46px 0 20px;
  }
}
.news_select select::-ms-expand {
  display: none;
}
.news_select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}
.news_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #007752;
  top: 16px;
  right: 12px;
  pointer-events: none;
}
@media print, screen and (min-width: 920px) {
  .news_select:after {
    border: 7px solid transparent;
    border-top: 12px solid #007752;
    top: 20px;
    right: 14px;
  }
}

@media print, screen and (min-width: 920px) {
  .single_news_box {
    display: block;
  }
}

.page_news_next_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: calc(var(--mt-l) + 10px);
  width: 912px;
  max-width: 100%;
  margin-inline: auto;
}
@media print, screen and (min-width: 920px) {
  .page_news_next_prev {
    gap: 20px;
  }
}

.page_news_next_prev__prev,
.page_news_next_prev__next {
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
}
@media print, screen and (min-width: 920px) {
  .page_news_next_prev__prev,
  .page_news_next_prev__next {
    font-size: 1.8rem;
  }
}
.page_news_next_prev__prev::before,
.page_news_next_prev__next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background-color: #ffff80;
  border: 2px solid #007752;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__prev::before,
  .page_news_next_prev__next::before {
    border: 3px solid #007752;
    width: 80px;
    height: 80px;
  }
}
.page_news_next_prev__prev::after,
.page_news_next_prev__next::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;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\e900";
  font-size: 12px;
  font-weight: 400;
  color: #007752;
  transition: 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__prev::after,
  .page_news_next_prev__next::after {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .page_news_next_prev__prev:where(:any-link, :enabled, summary, span, dt, div, li):hover::before,
  .page_news_next_prev__next:where(:any-link, :enabled, summary, span, dt, div, li):hover::before {
    background-color: #ffff30;
    transform: translateY(-50%) scale(1.1);
  }
}
@media (hover: none) {
  .page_news_next_prev__prev:where(:any-link, :enabled, summary, span, dt, div, li):active::before,
  .page_news_next_prev__next:where(:any-link, :enabled, summary, span, dt, div, li):active::before {
    background-color: #ffff30;
    transform: translateY(-50%) scale(1.1);
  }
}
.page_news_next_prev__prev.disabled,
.page_news_next_prev__next.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.page_news_next_prev__prev span,
.page_news_next_prev__next span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__prev span,
  .page_news_next_prev__next span {
    display: inline-block;
  }
}

.page_news_next_prev__back {
  min-width: 200px;
}
@media print, screen and (min-width: 360px) {
  .page_news_next_prev__back {
    min-width: 220px;
  }
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__back {
    min-width: 240px;
  }
}

.page_news_next_prev__prev {
  padding-left: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__prev {
    padding-left: 100px;
  }
}
.page_news_next_prev__prev::before {
  left: 0;
}
.page_news_next_prev__prev::after {
  left: 13px;
  transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__prev::after {
    left: 30px;
  }
}
@media (hover: hover) {
  .page_news_next_prev__prev:where(:any-link, :enabled, summary, span, dt, div, li):hover::after {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
  }
}
@media (hover: none) {
  .page_news_next_prev__prev:where(:any-link, :enabled, summary, span, dt, div, li):active::after {
    transform: translateY(-50%) rotate(180deg) scale(1.1);
  }
}

.page_news_next_prev__next {
  padding-right: 40px;
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__next {
    padding-right: 100px;
  }
}
.page_news_next_prev__next::before {
  right: 0;
}
.page_news_next_prev__next::after {
  right: 13px;
}
@media print, screen and (min-width: 768px) {
  .page_news_next_prev__next::after {
    right: 30px;
  }
}
@media (hover: hover) {
  .page_news_next_prev__next:where(:any-link, :enabled, summary, span, dt, div, li):hover::after {
    transform: translateY(-50%) scale(1.1);
  }
}
@media (hover: none) {
  .page_news_next_prev__next:where(:any-link, :enabled, summary, span, dt, div, li):active::after {
    transform: translateY(-50%) scale(1.1);
  }
}

.bus_schedule_table_wrap {
  overflow: hidden;
  overflow-x: auto;
  margin-top: var(--mt-m);
}
.bus_schedule_table_wrap .scroll-hint-icon {
  top: 200px;
}

.bus_schedule_table {
  width: 1300px !important;
  max-width: none;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table {
    width: 1450px !important;
  }
}
@media print, screen and (min-width: 1400px) {
  .bus_schedule_table {
    width: 1650px !important;
  }
}
.bus_schedule_table.bus01 {
  width: 1300px !important;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table.bus01 {
    width: 1450px !important;
  }
}
@media print, screen and (min-width: 1400px) {
  .bus_schedule_table.bus01 {
    width: 1650px !important;
  }
}
.bus_schedule_table.bus01 .sticky {
  width: 37vw;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table.bus01 .sticky {
    width: 320px;
  }
}
@media print, screen and (min-width: 1400px) {
  .bus_schedule_table.bus01 .sticky {
    width: 460px;
  }
}
.bus_schedule_table.bus04 .sticky {
  width: 37vw;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table.bus04 .sticky {
    width: 320px;
  }
}
@media print, screen and (min-width: 1400px) {
  .bus_schedule_table.bus04 .sticky {
    width: 500px;
  }
}
.bus_schedule_table th,
.bus_schedule_table td {
  text-align: center;
  line-height: 1.4;
  padding: 10px !important;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table th,
  .bus_schedule_table td {
    font-size: 1.5rem;
    padding: 15px !important;
  }
}
.bus_schedule_table th:hover:not(.sticky),
.bus_schedule_table td:hover:not(.sticky) {
  cursor: pointer;
}
.bus_schedule_table thead th,
.bus_schedule_table thead td {
  text-align: left;
  padding-inline: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table thead th,
  .bus_schedule_table thead td {
    text-align: center;
  }
}
.bus_schedule_table .sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  width: 37vw;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table .sticky {
    width: 320px;
  }
}
@media print, screen and (min-width: 1400px) {
  .bus_schedule_table .sticky {
    width: 460px;
  }
}
.bus_schedule_table .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-left: 1px solid #007752;
  border-bottom: 1px solid #007752;
  border-right: 1px solid #007752;
  background: #d0f2e0;
  z-index: -1;
}
.bus_schedule_table .stop {
  text-align: left;
  display: inline-block;
}
.bus_schedule_table .number {
  display: inline-block;
  padding-inline: 5px;
}
.bus_schedule_table .landmark {
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .bus_schedule_table .landmark {
    display: inline-block;
    padding-left: 5px;
  }
}
.bus_schedule_table .time_info {
  width: 70px;
  padding-inline: 5px;
}
.bus_schedule_table .note_text {
  text-align: left;
  font-weight: 500;
  padding-inline: 30px !important;
}

.access_bus_map {
  position: relative;
  margin-top: var(--mt-m);
}
.access_bus_map img {
  width: 100%;
}
.access_bus_map .bus_map_link01 {
  position: absolute;
  top: 5%;
  left: 10%;
  width: 12%;
  height: 15%;
}
.access_bus_map .bus_map_link02 {
  position: absolute;
  top: 49%;
  left: 5%;
  width: 12%;
  height: 15%;
}
.access_bus_map .bus_map_link03 {
  position: absolute;
  top: 2.5%;
  left: 42.5%;
  width: 14%;
  height: 15%;
}
.access_bus_map .bus_map_link04 {
  position: absolute;
  top: 17.4%;
  left: 77.3%;
  width: 13.6%;
  height: 15%;
}
.access_bus_map .bus_map_link05 {
  position: absolute;
  top: 62.1%;
  left: 19.5%;
  width: 13.5%;
  height: 15%;
}
.access_bus_map .bus_map_link06 {
  position: absolute;
  top: 82.6%;
  left: 58.1%;
  width: 13.5%;
  height: 15%;
}
.access_bus_map .bus_map_link07 {
  position: absolute;
  top: 47.8%;
  left: 85.8%;
  width: 13.4%;
  height: 15%;
}
@media (hover: hover) {
  .access_bus_map a:where(:any-link, :enabled, summary, span, dt, div, li):hover {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (hover: none) {
  .access_bus_map a:where(:any-link, :enabled, summary, span, dt, div, li):active {
    background-color: rgba(255, 255, 255, 0.5);
  }
}