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

.wp_contents > *:first-child,
.block-editor-block-list__layout > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .is-style-mt_l,
.block-editor-block-list__layout .is-style-mt_l {
  margin-top: var(--mt-l) !important;
}
.wp_contents :where(h2, h3, h4, h5),
.block-editor-block-list__layout :where(h2, h3, h4, h5) {
  line-height: 1.4;
  margin-top: var(--mt-l);
}
.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: #373737;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 26px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h2:not(.not_parts),
  .block-editor-block-list__layout h2:not(.not_parts) {
    font-size: 3rem;
    padding-left: 35px;
  }
}
@media print, screen and (min-width: 920px) {
  .wp_contents h2:not(.not_parts),
  .block-editor-block-list__layout h2:not(.not_parts) {
    font-size: 3.6rem;
  }
}
.wp_contents h2:not(.not_parts)::after, .wp_contents h2:not(.not_parts)::before,
.block-editor-block-list__layout h2:not(.not_parts)::after,
.block-editor-block-list__layout h2:not(.not_parts)::before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 4px;
  height: calc(100% - 0.35em);
  background: #00a0e9;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h2:not(.not_parts)::after, .wp_contents h2:not(.not_parts)::before,
  .block-editor-block-list__layout h2:not(.not_parts)::after,
  .block-editor-block-list__layout h2:not(.not_parts)::before {
    width: 5px;
  }
}
.wp_contents h2:not(.not_parts)::after,
.block-editor-block-list__layout h2:not(.not_parts)::after {
  left: 8px;
  background: #0158a7;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h2:not(.not_parts)::after,
  .block-editor-block-list__layout h2:not(.not_parts)::after {
    left: 11px;
  }
}
.wp_contents h3:not(.not_parts),
.block-editor-block-list__layout h3:not(.not_parts) {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #009fe8;
  padding-bottom: 10px;
  background: #eff5f9;
  background: linear-gradient(90deg, rgba(239, 245, 249, 0) 0%, rgb(239, 245, 249) 100%);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h3:not(.not_parts),
  .block-editor-block-list__layout h3:not(.not_parts) {
    font-size: 2.8rem;
    padding-bottom: 12px;
  }
}
.wp_contents h4:not(.not_parts),
.block-editor-block-list__layout h4:not(.not_parts) {
  position: relative;
  padding-bottom: 9px;
  color: #009fe8;
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h4:not(.not_parts),
  .block-editor-block-list__layout h4:not(.not_parts) {
    font-size: 2.4rem;
  }
}
.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: bold;
  padding-bottom: 10px;
}
@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;
    padding-bottom: 12px;
  }
}
.wp_contents h5:not(.not_parts)::before,
.wp_contents .page_title_h5::before,
.block-editor-block-list__layout h5:not(.not_parts)::before,
.block-editor-block-list__layout .page_title_h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 2px;
  background: #009fe8;
}
@media print, screen and (min-width: 768px) {
  .wp_contents h5:not(.not_parts)::before,
  .wp_contents .page_title_h5::before,
  .block-editor-block-list__layout h5:not(.not_parts)::before,
  .block-editor-block-list__layout .page_title_h5::before {
    width: 57px;
  }
}
.wp_contents :where(p),
.block-editor-block-list__layout :where(p) {
  margin-top: var(--mt-m);
}
.wp_contents .has-small-font-size,
.block-editor-block-list__layout .has-small-font-size {
  font-size: 1.1rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-small-font-size,
  .block-editor-block-list__layout .has-small-font-size {
    font-size: 1.2rem !important;
  }
}
.wp_contents .has-medium-font-size,
.block-editor-block-list__layout .has-medium-font-size {
  font-size: 1.3rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-medium-font-size,
  .block-editor-block-list__layout .has-medium-font-size {
    font-size: 1.4rem !important;
  }
}
.wp_contents .has-large-font-size,
.block-editor-block-list__layout .has-large-font-size {
  font-size: 1.8rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-large-font-size,
  .block-editor-block-list__layout .has-large-font-size {
    font-size: 2rem !important;
  }
}
.wp_contents .has-x-large-font-size,
.block-editor-block-list__layout .has-x-large-font-size {
  font-size: 2rem !important;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .has-x-large-font-size,
  .block-editor-block-list__layout .has-x-large-font-size {
    font-size: 2.4rem !important;
  }
}
.wp_contents .note_text,
.block-editor-block-list__layout .note_text {
  background-color: #eff5f9;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .note_text,
  .block-editor-block-list__layout .note_text {
    padding: 30px 50px;
  }
}
.wp_contents :where(p, li, table) a,
.block-editor-block-list__layout :where(p, li, table) a {
  color: #0058ff;
  text-decoration: underline;
}
.wp_contents :where(p, li, table) a:hover,
.block-editor-block-list__layout :where(p, li, table) a:hover {
  text-decoration: none;
}
.wp_contents :where(p, li, table) a[target=_blank]:after, .wp_contents :where(p, li, table) a[href$=".pdf"]:after, .wp_contents :where(p, li, table) a[href$=".doc"]:after, .wp_contents :where(p, li, table) a[href$=".docx"]:after, .wp_contents :where(p, li, table) a[href$=".xls"]:after, .wp_contents :where(p, li, table) a[href$=".xlsx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[target=_blank]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".pdf"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".doc"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".docx"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xls"]:after,
.block-editor-block-list__layout :where(p, li, table) a[href$=".xlsx"]:after {
  font-family: "icomoon" !important;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1em;
  line-height: 1;
  background: none;
}
.wp_contents :where(p, li, table) a[target=_blank]:after,
.block-editor-block-list__layout :where(p, li, table) a[target=_blank]:after {
  content: "\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.25rem;
  line-height: 1.6;
  margin: 5px 0 0 0;
}
.wp_contents .wp-block-image a img,
.block-editor-block-list__layout .wp-block-image a img {
  transition: opacity 0.3s ease;
}
@media not all and (hover: none) {
  .wp_contents .wp-block-image a,
  .block-editor-block-list__layout .wp-block-image a {
    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_link,
.block-editor-block-list__layout .anchor_link {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wp_contents .anchor_link a,
.block-editor-block-list__layout .anchor_link a {
  position: relative;
  display: block;
  border: 1px solid #3bb9b7;
  border-radius: 100px;
  padding: 8px 34px 8px 18px;
  color: #373737;
  text-decoration: none;
}
.wp_contents .anchor_link a::after,
.block-editor-block-list__layout .anchor_link a::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 12px;
  content: "\e900";
  line-height: 1;
  font-size: 7px;
  border-radius: 100px;
  background: #3bb9b7;
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  .wp_contents .anchor_link a::after,
  .block-editor-block-list__layout .anchor_link a::after {
    right: 12px;
  }
}
@media not all and (hover: none) {
  .wp_contents .anchor_link a,
  .block-editor-block-list__layout .anchor_link a {
    transform: scale(0.97);
  }
}
.wp_contents ul,
.wp_contents ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  margin-top: var(--mt-m);
}
.wp_contents ul ul,
.wp_contents ul ol,
.wp_contents ol ul,
.wp_contents ol ol,
.block-editor-block-list__layout ul ul,
.block-editor-block-list__layout ul ol,
.block-editor-block-list__layout ol ul,
.block-editor-block-list__layout ol ol {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
}
.wp_contents ul ul li::before,
.wp_contents ol ul li::before,
.block-editor-block-list__layout ul ul li::before,
.block-editor-block-list__layout ol ul li::before {
  content: "" !important;
  background: #fff;
  border: 1px solid #009fe8;
  left: 2px;
  top: 0.75em;
}
.wp_contents ul ol li::before,
.wp_contents ol ol li::before,
.block-editor-block-list__layout ul ol li::before,
.block-editor-block-list__layout ol ol li::before {
  content: counter(li) ")";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
}
.wp_contents ul:not(.anchor_link) li,
.block-editor-block-list__layout ul:not(.anchor_link) li {
  position: relative;
  padding-left: 1em;
}
.wp_contents ul:not(.anchor_link) li::before,
.block-editor-block-list__layout ul:not(.anchor_link) li::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  background: #009fe8;
}
.wp_contents ol,
.block-editor-block-list__layout ol {
  counter-reset: li;
}
.wp_contents ol li,
.block-editor-block-list__layout ol li {
  position: relative;
  counter-increment: li;
  padding-left: 1.1em;
}
.wp_contents ol li::before,
.block-editor-block-list__layout ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(li) ".";
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
  color: #009fe8;
}
.wp_contents .parts_notes,
.block-editor-block-list__layout .parts_notes {
  padding: 12px 18px;
  margin-top: var(--mt-m);
  border: 2px solid #fde1e3;
  border-radius: 6px;
}
.wp_contents .parts_notes > *:first-child,
.block-editor-block-list__layout .parts_notes > *:first-child {
  margin-top: 0 !important;
}
.wp_contents .wp-block-buttons,
.block-editor-block-list__layout .wp-block-buttons {
  margin-top: var(--mt-m);
  margin-bottom: 0;
}
.wp_contents .wp-block-button,
.block-editor-block-list__layout .wp-block-button {
  width: 100%;
  display: block;
}
.wp_contents .wp-block-button.alignleft,
.block-editor-block-list__layout .wp-block-button.alignleft {
  text-align: left;
}
.wp_contents .wp-block-button.aligncenter,
.block-editor-block-list__layout .wp-block-button.aligncenter {
  text-align: center;
}
.wp_contents .wp-block-button.alignright,
.block-editor-block-list__layout .wp-block-button.alignright {
  text-align: right;
}
.wp_contents .wp-block-button__link,
.block-editor-block-list__layout .wp-block-button__link {
  width: 345px !important;
  max-width: calc(100% - 40px) !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 40px 8px 20px;
  color: #fff;
  border-radius: 100px;
  background-color: #009fe8;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.4;
  text-align: left;
  transition: transform 0.3s cubic-bezier(0.45, -0.5, 0.25, 1.6), opacity 0.2s;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link,
  .block-editor-block-list__layout .wp-block-button__link {
    min-height: 50px;
    padding: 10px 45px 10px 28px;
    font-size: 1.8rem;
  }
}
.wp_contents .wp-block-button__link:hover,
.block-editor-block-list__layout .wp-block-button__link:hover {
  opacity: 0.5;
}
.wp_contents .wp-block-button__link::after,
.block-editor-block-list__layout .wp-block-button__link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  content: "\e909";
  line-height: 1;
  font-size: 7px;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link::after,
  .block-editor-block-list__layout .wp-block-button__link::after {
    right: 16px;
  }
}
@media not all and (hover: none) {
  .wp_contents .wp-block-button__link,
  .block-editor-block-list__layout .wp-block-button__link {
    transform: scale(0.97);
  }
}
.wp_contents .wp-block-button__link[target=_blank],
.block-editor-block-list__layout .wp-block-button__link[target=_blank] {
  border: 1px solid #009fe8;
  color: #009fe8;
  background: none;
}
.wp_contents .wp-block-button__link[target=_blank]::after,
.block-editor-block-list__layout .wp-block-button__link[target=_blank]::after {
  content: "\e908";
  width: auto;
  height: auto;
  transform: translateY(-50%);
  font-size: 12px;
  right: 16px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[target=_blank]::after,
  .block-editor-block-list__layout .wp-block-button__link[target=_blank]::after {
    font-size: 13px;
  }
}
.wp_contents .wp-block-button__link[href$=".pdf"], .wp_contents .wp-block-button__link[href$=".doc"], .wp_contents .wp-block-button__link[href$=".docx"], .wp_contents .wp-block-button__link[href$=".xls"], .wp_contents .wp-block-button__link[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"],
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"],
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"] {
  border: 0;
  color: #fff;
}
.wp_contents .wp-block-button__link[href$=".pdf"]::after, .wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after, .wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  right: 16px;
  border-radius: 0;
  background: none;
  color: #fff;
}
.wp_contents .wp-block-button__link[href$=".pdf"],
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"] {
  background: #ff8888;
}
.wp_contents .wp-block-button__link[href$=".pdf"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after {
  content: "\e905";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".pdf"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".pdf"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-button__link[href$=".doc"], .wp_contents .wp-block-button__link[href$=".docx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"],
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"] {
  background: #4fb3f2;
}
.wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after {
  content: "\e906";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".doc"]::after, .wp_contents .wp-block-button__link[href$=".docx"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".doc"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".docx"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-button__link[href$=".xls"], .wp_contents .wp-block-button__link[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"],
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"] {
  background: #53a09f;
}
.wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
.block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
  content: "\e907";
  font-size: 18px;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-button__link[href$=".xls"]::after, .wp_contents .wp-block-button__link[href$=".xlsx"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".xls"]::after,
  .block-editor-block-list__layout .wp-block-button__link[href$=".xlsx"]::after {
    font-size: 20px;
  }
}
.wp_contents .wp-block-file,
.block-editor-block-list__layout .wp-block-file {
  display: block;
  margin-top: var(--mt-m);
}
.wp_contents .wp-block-file a:not(.wp-block-file__button),
.block-editor-block-list__layout .wp-block-file a:not(.wp-block-file__button) {
  color: #0058ff;
}
@media not all and (hover: none) {
  .wp_contents .wp-block-file a,
  .block-editor-block-list__layout .wp-block-file a {
    text-decoration: none;
  }
}
.wp_contents .wp-block-file .wp-block-file__button,
.block-editor-block-list__layout .wp-block-file .wp-block-file__button {
  padding: 0 10px 1px;
  line-height: 1;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".pdf"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".pdf"] {
  background: #ff8888;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".doc"], .wp_contents .wp-block-file .wp-block-file__button[href$=".docx"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".doc"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".docx"] {
  background: #4fb3f2;
}
.wp_contents .wp-block-file .wp-block-file__button[href$=".xls"], .wp_contents .wp-block-file .wp-block-file__button[href$=".xlsx"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".xls"],
.block-editor-block-list__layout .wp-block-file .wp-block-file__button[href$=".xlsx"] {
  background: #53a09f;
}
.wp_contents .wp-block-gallery,
.block-editor-block-list__layout .wp-block-gallery {
  margin-top: var(--mt-m);
}
@media not all and (hover: none) {
  .wp_contents .wp-block-gallery a,
  .block-editor-block-list__layout .wp-block-gallery a {
    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: #373737;
  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 not all and (hover: none) {
  .wp_contents .wp-block-lazyblock-accordion .accordion_block .title,
  .block-editor-block-list__layout .wp-block-lazyblock-accordion .accordion_block .title {
    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: 1px solid #c4c4c4;
  border-radius: 10px;
  transition: 0.3s;
}
.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 .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: #00a0e9;
  border-radius: 100%;
  font-family: "Inter", 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: #373737;
  background-color: #fff;
  border-radius: 100%;
  font-family: "Inter", 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: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .wp-block-details summary,
  .block-editor-block-list__layout .wp-block-details summary {
    padding: 24px;
    font-size: 1.8rem;
  }
}
.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: 2px;
  background: #00a0e9;
}
@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 not all and (hover: none) {
  .wp_contents .wp-block-details summary,
  .block-editor-block-list__layout .wp-block-details summary {
    color: var(--key-color);
    background-color: color-mix(in srgb, var(--key-color), #fff 92%);
  }
}
.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: #f6f7f7;
  padding: 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: 28px;
  }
}
.wp_contents .wp-block-separator,
.block-editor-block-list__layout .wp-block-separator {
  border: 0;
  border-top: 1px solid #67a3a3;
  margin-block: var(--mt-m);
}
.wp_contents .wp-block-separator.is-style-dots,
.block-editor-block-list__layout .wp-block-separator.is-style-dots {
  border-top: 1px dotted #dbdbdb;
}
.wp_contents .wp-block-separator.is-style-dots::before,
.block-editor-block-list__layout .wp-block-separator.is-style-dots::before {
  content: none;
}
.wp_contents .wp-block-separator.is-style-wide,
.block-editor-block-list__layout .wp-block-separator.is-style-wide {
  border-top: 4px solid #dbdbdb;
}
.wp_contents .event_card,
.block-editor-block-list__layout .event_card {
  margin-top: var(--mt-m);
  display: block;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
  text-decoration: none;
  padding-left: 28px;
  padding-bottom: 15px;
  color: #373737;
}
@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: #009fe8;
}
.wp_contents .event_card.is_upcoming .event_card__status,
.block-editor-block-list__layout .event_card.is_upcoming .event_card__status {
  background-color: #009fe8;
}
.wp_contents .event_card.is_upcoming .event_card__title,
.block-editor-block-list__layout .event_card.is_upcoming .event_card__title {
  color: #009fe8;
  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: #009fe8;
  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 not all and (hover: none) {
  .wp_contents .event_card__btn,
  .block-editor-block-list__layout .event_card__btn {
    transform: scale(0.97);
  }
}
.wp_contents .qa_title,
.block-editor-block-list__layout .qa_title {
  position: relative;
  border-radius: 20px;
  background: #ffc1c4;
  border: 1px solid #fd7f85;
  padding: 3px;
  line-height: 1.6;
}
.wp_contents .qa_title::before,
.block-editor-block-list__layout .qa_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: -5px;
  width: 53px;
  height: 71px;
  background: url(../img/common/qa.svg) no-repeat 0 0;
  background-size: 100%;
}
.wp_contents .qa_title span,
.block-editor-block-list__layout .qa_title span {
  display: flex;
  background: #fff;
  border-radius: 17px;
  padding: 18px 20px 18px 80px;
  border: 1px solid #fd7f85;
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .qa_title span,
  .block-editor-block-list__layout .qa_title span {
    font-size: 2.3rem;
  }
}
.wp_contents .balloon_comment,
.block-editor-block-list__layout .balloon_comment {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-top: var(--mt-m);
}
.wp_contents .balloon_comment.reverse,
.block-editor-block-list__layout .balloon_comment.reverse {
  flex-direction: row-reverse;
}
.wp_contents .balloon_comment.reverse .balloon_comment__text::before,
.block-editor-block-list__layout .balloon_comment.reverse .balloon_comment__text::before {
  left: auto;
  right: -15px;
  border-right: none;
  border-left: 16px solid #f7f7f7;
}
.wp_contents .balloon_comment__img,
.block-editor-block-list__layout .balloon_comment__img {
  width: 80px;
  flex-shrink: 0;
}
.wp_contents .balloon_comment__img figcaption,
.block-editor-block-list__layout .balloon_comment__img figcaption {
  padding-top: 4px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .wp_contents .balloon_comment__img figcaption,
  .block-editor-block-list__layout .balloon_comment__img figcaption {
    font-size: 1.1rem;
  }
}
.wp_contents .balloon_comment__text,
.block-editor-block-list__layout .balloon_comment__text {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 0;
  background: #f7f7f7;
  border-radius: 16px;
  padding: 15px;
  font-size: 1.4rem;
}
.wp_contents .balloon_comment__text::before,
.block-editor-block-list__layout .balloon_comment__text::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #f7f7f7;
  z-index: 1;
}
.wp_contents table,
.block-editor-block-list__layout table {
  margin-top: var(--mt-m);
  width: calc(100% - var(--contents-inner-pd) * 2) !important;
  table-layout: fixed;
  border-bottom: 1px solid #c4c4c4;
}
.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 #c4c4c4;
  border-right: 1px solid #c4c4c4;
  padding: 6px 10px;
}
@media print, screen and (min-width: 920px) {
  .wp_contents table td,
  .wp_contents table th,
  .block-editor-block-list__layout table td,
  .block-editor-block-list__layout table th {
    padding: 15px;
  }
}
.wp_contents table td:last-child,
.wp_contents table th:last-child,
.block-editor-block-list__layout table td:last-child,
.block-editor-block-list__layout table th:last-child {
  border-right: none;
}
.wp_contents table th,
.block-editor-block-list__layout table th {
  background-color: #f7f7f7;
}
.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-block-columns {
  margin-top: var(--mt-l);
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

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

.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 6px;
  background: #656565;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 8px;
}
@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 {
  padding-block: 60px;
  background: #fff;
  border-radius: 20px;
}
@media print, screen and (min-width: 920px) {
  .contact_form_wrap {
    padding-block: 90px;
  }
}

.form_contents h2 {
  background: #f8f8f8;
  font-size: 2rem;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.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: 20px 0;
}
.form_contents_item + .form_contents_item {
  border-top: 1px solid #dfe0e6;
}
@media print, screen and (min-width: 920px) {
  .form_contents_item {
    display: flex;
    padding: 24px 0;
  }
}

.form_title {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
@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: 500;
}
@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: 1540px) {
  .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: 500;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy {
    margin-top: 40px;
  }
}
.form_contents_privacy .privacy_checkbox {
  margin: 15px auto 0;
  max-width: 280px;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .form_contents_privacy .privacy_checkbox {
    margin-top: 20px;
  }
}

.privacy_text {
  text-align: center;
  font-size: 1.3rem;
}
.privacy_text a {
  color: var(--key-color);
}
.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: 20px;
}
@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;
  width: min(80%, 640px);
  max-width: 100%;
}
.submit_btn .btn,
.back_btn .btn {
  text-align: center;
  padding: 15px 20px;
  width: 100%;
  max-width: 100%;
  transition: 0.3s;
  font-size: 1.8rem;
  border-radius: 200px;
  color: #fff;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .submit_btn .btn,
  .back_btn .btn {
    padding: 20px 60px;
    font-size: 2.3rem;
  }
}

.submit_btn .btn {
  background: #00a0e9;
}
.submit_btn .btn:hover {
  color: #00a0e9;
  background-color: #f7f7f7;
}

.back_btn .btn {
  background: #f7f7f7;
  color: #373737;
  border: 1px solid #c4c4c4;
}
.back_btn .btn:hover {
  color: #fff;
  background-color: #c4c4c4;
}

.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: 1540px) {
  .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: color-mix(in srgb, var(--form-color-red), #fff 92%);
  border-color: var(--form-color-red);
}
.form_checkbox input:checked + span:before {
  border-color: var(--form-color-red);
}
.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 #9f9f9f;
  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 not all and (hover: none) {
  .form_checkbox span a {
    text-decoration: none;
  }
}
.form_checkbox span:before {
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: var(--color-white);
  border: 1px solid #9f9f9f;
  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 var(--form-color-red);
  border-left: 2px solid var(--form-color-red);
  top: -3px;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.form_textarea {
  width: 100%;
  background-color: #f8f9fa;
  border: 1px solid #9f9f9f;
  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: #f8f9fa;
  border: 1px solid #9f9f9f;
  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_300 {
  max-width: 100%;
  width: 300px;
}
.form_input.w_240 {
  max-width: 100%;
  width: 240px;
}
.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 #9f9f9f;
  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: #f7f7f7;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #9f9f9f;
  pointer-events: none;
}
.form_select:after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 9px solid #373737;
  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 #9f9f9f;
  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: #00a0e9;
}
.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 not all and (hover: none) {
  .form_text_notes a {
    text-decoration: none;
  }
}

.main_contents {
  padding-block: 80px;
}
@media print, screen and (min-width: 920px) {
  .main_contents {
    padding-block: 120px;
  }
}
.main_contents:has(.contact_form_wrap) {
  background: #f7f7f7;
}

.page_head_title {
  padding-bottom: 10px;
  background: url(../img/common/page_main_title.jpg) no-repeat 0 0;
  background-size: cover;
}
@media print, screen and (min-width: 920px) {
  .page_head_title {
    padding-bottom: 20px;
  }
}

.page_main_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 140px;
  padding-block: 20px;
}
@media print, screen and (min-width: 920px) {
  .page_main_title {
    min-height: 300px;
  }
}
.page_main_title .en {
  font-family: "Inter", sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media print, screen and (min-width: 920px) {
  .page_main_title .en {
    font-size: 6rem;
  }
}
.page_main_title .ja {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 920px) {
  .page_main_title .ja {
    font-size: 2.3rem;
  }
}

.breadcrumb {
  position: relative;
}

.page_breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list {
    font-size: 1.3rem;
  }
}
.page_breadcrumb_list li {
  position: relative;
}
.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: 8px;
  height: 1px;
  background: #373737;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .page_breadcrumb_list li:not(:first-child)::before {
    top: 13px;
    left: 6px;
  }
}
.page_breadcrumb_list li a {
  color: #373737;
  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;
  background-color: #eff5f9;
  padding: 20px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_box {
    padding: 30px 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .recruitment_filter_box {
    padding: 40px 50px;
  }
}
@media print, screen and (min-width: 1280px) {
  .recruitment_filter_box {
    padding: 40px 60px;
  }
}

.recruitment_filter_box__item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #c4c4c4;
  padding-block: 14px;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_box__item {
    flex-direction: row;
    gap: 30px;
    padding-block: 10px;
  }
}

.recruitment_filter_box__name {
  font-size: 1.6rem;
  font-weight: 600;
  width: 100px;
  flex-shrink: 0;
}

.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 input[type=radio] {
  width: 0;
  height: 0;
}
.recruitment_filter_box__category_list label:has([type=radio]) {
  display: inline-block;
  border: 1px solid #00a0e9;
  border-radius: 100px;
  padding: 1px 15px 2px;
  color: #00a0e9;
  font-size: 1.5rem;
  transition: 0.3s;
}
.recruitment_filter_box__category_list label:has([type=radio]):hover {
  color: #fff;
  background-color: #00a0e9;
}
.recruitment_filter_box__category_list label:has([type=radio]:checked) {
  background: #00a0e9;
  color: #fff;
  pointer-events: none;
}
.recruitment_filter_box__category_list label:has([type=checkbox]) {
  position: relative;
  padding-left: 24px;
  font-size: 1.4rem;
}
.recruitment_filter_box__category_list label:has([type=checkbox])::before {
  content: "";
  position: absolute;
  top: 1px;
  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 #00a0e9;
  border-left: 2px solid #00a0e9;
  top: 5px;
  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: #00a0e9;
}
.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(2, 1fr);
  gap: 10px;
  margin-top: 60px;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_list {
    gap: 20px;
  }
}

.recruitment_filter_list__item {
  padding: 15px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_list__item {
    padding: 20px;
  }
}
.recruitment_filter_list__item:hover {
  background-color: #eff5f9;
}
.recruitment_filter_list__item::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: "\e909";
  color: #005bab;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_list__item::after {
    bottom: 24px;
    right: 20px;
  }
}
.recruitment_filter_list__item .status {
  display: flex;
  gap: 10px;
  flex-direction: column;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_list__item .status {
    flex-direction: row;
    align-items: center;
  }
}
.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: #00a0e9;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #00a0e9;
  padding: 4px 10px 5px;
  background-color: #fff;
}
.recruitment_filter_list__item .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .recruitment_filter_list__item .title {
    font-size: 2.2rem;
  }
}
.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__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: #00a0e9;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 10px;
  border: 1px solid #009fe8;
}

.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 #373737;
  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 > * {
  margin-top: 10px;
}
.requirements_block .requirements_block__text > *:first-child {
  margin-top: 0 !important;
}

/* ----------------- single ----------------- */
.interview_single_main {
  background-color: #f7f7f7;
}

.interview_single_mv {
  aspect-ratio: 5/2;
  overflow: hidden;
}
.interview_single_mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.interview_single_title_area {
  background-color: #009fe8;
}

.interview_single_title_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding-block: 10px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .interview_single_title_flex {
    padding-block: 20px;
  }
}

.interview_single_title {
  color: #fff;
  font-size: 3.8rem;
  line-height: 1;
  margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_title {
    margin-right: 60px;
    font-size: 6rem;
  }
}

.interview_single_occupation {
  color: #009fe8;
  font-size: 1.6rem;
  line-height: 1.4;
  transform: translateY(-7px);
}
@media print, screen and (min-width: 768px) {
  .interview_single_occupation {
    margin-right: 20px;
    font-size: 2.3rem;
  }
}
.interview_single_occupation span {
  display: inline-block;
  background-color: #fff;
  padding: 1px 20px 2px;
}

.interview_single_company {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  margin-top: 8px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_company {
    margin-right: 20px;
    width: auto;
    font-size: 2rem;
    margin-top: 0;
  }
}

.interview_single_year {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_year {
    width: auto;
    font-size: 2rem;
    margin-top: 0;
  }
}

.interview_single_breadcrumb {
  font-weight: bold;
  padding: 20px 0;
}

.interview_single_white {
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 5px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_white {
    padding: 100px 0;
  }
}

.interview_single_section:not(:first-child) {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_section:not(:first-child) {
    margin-top: 64px;
  }
}

.interview_single_h2 {
  color: #184098;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_h2 {
    font-size: 2.8rem;
    margin-bottom: 28px;
  }
}
.interview_single_h2 span {
  font-size: 2.1rem;
  margin-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_h2 span {
    font-size: 3.6rem;
  }
}

.interview_single_challenging_img {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.interview_single_challenging_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.interview_single_message {
  margin-top: 48px;
  padding: 30px 20px 40px;
  background: #009fe8;
  background: linear-gradient(90deg, rgb(0, 159, 232) 0%, rgb(0, 91, 172) 100%);
}
@media print, screen and (min-width: 768px) {
  .interview_single_message {
    padding: 50px 40px 70px;
    margin-top: 60px;
  }
}

.interview_single_message_title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .interview_single_message_title {
    font-size: 3.2rem;
  }
}

.interview_single_message_text {
  color: #fff;
  margin-top: 22px;
}
@media print, screen and (min-width: 768px) {
  .interview_single_message_text {
    margin-top: 36px;
  }
}

.interview_single_back {
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .interview_single_back {
    margin-top: 50px;
  }
}

.interview_single_back_btn {
  display: inline-block;
  position: relative;
  font-weight: 600;
  padding-block: 3px;
  padding-right: 65px;
}
@media print, screen and (min-width: 920px) {
  .interview_single_back_btn {
    font-size: 1.8rem;
    padding-right: 98px;
  }
}
.interview_single_back_btn:hover {
  color: #00a0e9;
}
.interview_single_back_btn:hover::after {
  color: #00a0e9;
  background-color: #f7f7f7;
  padding-left: 14px;
}
.interview_single_back_btn::after {
  pointer-events: none;
  position: absolute;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
  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: "\e909";
  color: #fff;
  background: #00a0e9;
  line-height: 1;
  padding: 6px 10px;
  width: 52px;
  border-radius: 100px;
  font-size: 8px;
  text-align: center;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .interview_single_back_btn::after {
    font-size: 10px;
    width: 80px;
    padding-block: 10px;
  }
}

/* ----------------- archive ----------------- */
.interview_archive_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_list {
    column-gap: 20px;
    row-gap: 20px;
  }
}

.interview_archive_item {
  width: calc((100% - 10px) / 2);
  border-radius: 12px;
  border: 1px solid #eaf8ff;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_item {
    width: calc((100% - 40px) / 3);
    border-radius: 20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .interview_archive_item {
    width: calc((100% - 60px) / 4);
  }
}

.interview_archive_item_link {
  display: block;
  height: 100%;
}
.interview_archive_item_link:hover {
  filter: brightness(1.1);
}
.interview_archive_item_link:hover .interview_archive_thumb img {
  transform: scale(1.05);
}

.interview_archive_thumb {
  aspect-ratio: 285/308;
  overflow: hidden;
}
.interview_archive_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.interview_archive_info {
  background-color: #009fe8;
  padding: 15px;
  height: 100%;
}

.interview_archive_name {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_name {
    font-size: 2.4rem;
  }
}

.interview_archive_occupation {
  color: #009fe8;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 6px;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_occupation {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.interview_archive_occupation span {
  display: inline-block;
  background-color: #fff;
  padding: 1px 5px;
}

.interview_archive_company {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_company {
    margin-top: 6px;
  }
}
@media print, screen and (min-width: 920px) {
  .interview_archive_company {
    font-size: 1.5rem;
  }
}

.interview_archive_year {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .interview_archive_year {
    font-size: 1.4rem;
    margin-top: 6px;
  }
}