@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Poppins:400,600,700|IBM+Plex+Serif:wght:400,700|Nanum+Gothic:700|Julius+Sans+One:400");
.wp-block-button__link, .wp-block-file a:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 370px;
  max-width: 100%;
  padding: 22px 48px;
  border: 2px solid #fe7a00;
  border-radius: 16px;
  background-color: #fe7a00;
  color: #fff;
  font: normal 700 1.8rem/1.5 "Noto Sans JP", sans-serif;
  letter-spacing: 0.72px;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wp-block-button__link::before, .wp-block-file a:first-child::before, .wp-block-button__link::after, .wp-block-file a:first-child::after {
  content: "";
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.wp-block-button__link::before, .wp-block-file a:first-child::before {
  display: none;
}
.wp-block-button__link::after, .wp-block-file a:first-child::after {
  width: 28px;
  height: 9px;
  background: url(../img/common/arrow_w.svg) no-repeat right bottom/contain;
}
[target=_blank].wp-block-button__link, .wp-block-file a[target=_blank]:first-child {
  background-color: #fff;
  color: #fe7a00;
}
[target=_blank].wp-block-button__link::after, .wp-block-file a[target=_blank]:first-child::after {
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_external.svg) no-repeat center/contain;
}
.bg-white.wp-block-button__link, .wp-block-file a.bg-white:first-child {
  border-color: #fff;
  background-color: #fff;
  color: #fe7a00;
}
.bg-green.wp-block-button__link, .wp-block-file a.bg-green:first-child {
  border-color: #5cc28f;
  background-color: #5cc28f;
}
.bg-green[target=_blank].wp-block-button__link, .wp-block-file a.bg-green[target=_blank]:first-child {
  background-color: #5cc28f;
  color: #fff;
}
.download.wp-block-button__link, .wp-block-file a.download:first-child {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  padding: 17px;
  min-width: 339px;
  border: 2px solid #000;
  border-radius: 16px;
  background-color: #fff;
  font-size: 1.5rem;
  color: #313131;
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.download.wp-block-button__link::before, .wp-block-file a.download:first-child::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../img/common/icon_file.svg) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.download.wp-block-button__link::after, .wp-block-file a.download:first-child::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-button__link, .wp-block-file a:first-child {
    padding: 18px 24px;
    width: 100%;
    min-width: unset;
    font-size: 1.5rem;
  }
  .wp-block-button__link::after, .wp-block-file a:first-child::after {
    width: 19px;
    height: 6px;
  }
  .top.wp-block-button__link, .wp-block-file a.top:first-child {
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
  }
  .download.wp-block-button__link, .wp-block-file a.download:first-child {
    gap: 12px;
    padding: 13px;
    width: 74.8603351955%;
    min-width: unset;
    font-size: 1.3rem;
  }
  .download.wp-block-button__link::before, .wp-block-file a.download:first-child::before {
    width: 11px;
    height: 14px;
  }
}

u {
  display: inline;
  position: relative;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: #fe7a00;
          text-decoration-color: #fe7a00;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

s {
  text-decoration: line-through;
}

iframe {
  display: block;
  margin: 50px 0;
  border: 0;
}
@media screen and (max-width: 1024px) {
  iframe {
    margin: 70px 0;
  }
}
iframe:first-child {
  margin-top: 0;
}
iframe:last-child {
  margin-bottom: 0;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}
small.indent {
  display: block;
  margin-top: 10px;
}
small.indent + small {
  margin-top: 0;
}

.block-editor-iframe__html {
  font-size: 62.5%;
}
.block-editor-iframe__html body {
  color: #313131;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .block-editor-iframe__html body {
    font-size: 1.6rem;
  }
}
.block-editor-iframe__html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.block-editor-iframe__html *::before, .block-editor-iframe__html *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-editor-iframe__html img {
  max-width: 100%;
  height: auto;
}
.block-editor-iframe__html :where(.wp-block) {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 100%;
}
.block-editor-iframe__html .is-root-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 946px;
}
.block-editor-iframe__html .hide {
  display: block;
  opacity: 0.3;
}
.block-editor-iframe__html .block-library-spacer__resize-container {
  background: #c6c6c6;
  position: relative;
}
.block-editor-iframe__html .block-library-spacer__resize-container::after {
  content: "スペーサー";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block-editor-iframe__html .block-library-spacer__resize-container.is-selected {
  background: #8f8f8f;
}
.block-editor-iframe__html .wp-block-group {
  outline: 1px dashed #c6c6c6;
}
.block-editor-iframe__html .wp-block-table table, .block-editor-iframe__html .wp-block-table th, .block-editor-iframe__html .wp-block-table td {
  border: 1px dashed #c6c6c6;
}
.block-editor-iframe__html .wp-block-table.is-selected table, .block-editor-iframe__html .wp-block-table.is-selected th, .block-editor-iframe__html .wp-block-table.is-selected td {
  border: none;
}
.block-editor-iframe__html :where(th) {
  text-align: inherit;
}

.editor-visual-editor__post-title-wrapper {
  margin: 0 auto 70px;
  padding: 0 80px;
}
@media screen and (max-width: 1024px) {
  .editor-visual-editor__post-title-wrapper {
    margin-bottom: 50px;
    padding: 0;
  }
}
.editor-visual-editor__post-title-wrapper h1 {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .editor-visual-editor__post-title-wrapper h1 {
    font-size: 2rem;
  }
}

.block-editor-block-list__layout .block-editor-block-list__block.tabs::after {
  content: none !important;
}

.editor-styles-wrapper :where(:not(.is-layout-flex, .is-layout-grid)) > .wp-block {
  margin-left: unset;
  margin-right: unset;
}
.editor-styles-wrapper .wp-block[data-align=left], .editor-styles-wrapper .wp-block[data-align=center], .editor-styles-wrapper .wp-block[data-align=right] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .editor-styles-wrapper .wp-block[data-align=left], .editor-styles-wrapper .wp-block[data-align=center], .editor-styles-wrapper .wp-block[data-align=right] {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.editor-styles-wrapper .wp-block[data-align=left] > *, .editor-styles-wrapper .wp-block[data-align=center] > *, .editor-styles-wrapper .wp-block[data-align=right] > * {
  float: unset;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .editor-styles-wrapper .wp-block[data-align=left] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.editor-styles-wrapper .wp-block[data-align=left] .wp-block-image {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .editor-styles-wrapper .wp-block[data-align=center] {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.editor-styles-wrapper .wp-block[data-align=center] .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .editor-styles-wrapper .wp-block[data-align=right] {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.editor-styles-wrapper .wp-block[data-align=right] .wp-block-image {
  margin-left: auto;
  margin-right: 0;
}

.hide {
  display: none;
}

.wp-block-heading {
  position: relative;
  color: #1b2038;
  font-weight: 700;
  line-height: 1.7;
}
.wp-block-heading:first-child {
  margin-top: 0;
}
.wp-block-heading + * {
  margin-top: 0 !important;
}
h2.wp-block-heading {
  margin: 80px 0 32px;
  padding-top: 16px;
  border-top: 2px solid #fe7a00;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  h2.wp-block-heading {
    font-size: 2rem;
  }
}

h3.wp-block-heading {
  margin: 56px 0 32px;
  padding-left: 40px;
  font-size: 2rem;
}
h3.wp-block-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 22px;
  height: 3px;
  background-color: #fe7a00;
}
@media screen and (max-width: 1024px) {
  h3.wp-block-heading {
    font-size: 1.8rem;
  }
}

h4.wp-block-heading {
  margin: 56px 0 32px;
  font-size: 1.8rem;
}
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.wp-block p,
.wp-block-paragraph {
  line-height: 1.875;
}
.wp-block p + p, .wp-block p + .wp-block-paragraph,
.wp-block-paragraph + p,
.wp-block-paragraph + .wp-block-paragraph {
  margin-top: 1.5em;
}
.wp-block p strong,
.wp-block-paragraph strong {
  font-weight: 700;
}

.wp-block-group {
  margin: 30px 0;
}
.wp-block-group:first-child, .wp-block-group > *:first-child {
  margin-top: 0 !important;
}
.wp-block-group:last-child, .wp-block-group > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .wp-block-group {
    margin: 50px 0;
  }
}
.wp-block-group.tabs > .wp-block-group {
  margin: 0;
}
.wp-block-group.tabs .tab_list {
  position: relative;
  margin-bottom: 25px;
}
.wp-block-group.tabs .tab_list::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 20px;
  height: 100%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 1024px) {
  .wp-block-group.tabs .tab_list::after {
    content: none;
  }
}
.wp-block-group.tabs .tab_list ~ .wp-block-group {
  margin-bottom: 0;
}
.wp-block-group.tabs .tab_list .wp-block-group__inner-container {
  overflow: hidden;
  overflow-x: auto;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.tabs .tab_list .wp-block-group__inner-container {
    padding-right: 0;
  }
}
.wp-block-group.tabs .tab_list .wp-block-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  margin: 0;
  padding: 0 0 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.tabs .tab_list .wp-block-list {
    min-width: 100%;
  }
}
.wp-block-group.tabs .tab_list .wp-block-list li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 0;
  min-width: 120px;
  min-height: 48px;
  border: 1px solid #5cc28f;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.wp-block-group.tabs .tab_list .wp-block-list li::before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.tabs .tab_list .wp-block-list li {
    min-width: unset;
    min-height: 56px;
  }
}
.wp-block-group.tabs .tab_list .wp-block-list li.selected {
  border-color: #fe7a00;
}
.wp-block-group.tabs .tab_list .wp-block-list li.selected::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 16px solid #fe7a00;
  border-bottom-width: 0;
}
.wp-block-group.tabs .tab_list .wp-block-list li.selected a {
  cursor: default;
  pointer-events: none;
  background-color: #fe7a00;
  color: #fff;
}
.wp-block-group.tabs .tab_list .wp-block-list li + li {
  margin-top: 0;
  border-left-width: 0;
}
.wp-block-group.tabs .tab_list .wp-block-list .rich-text {
  position: absolute;
  width: 100%;
  height: 100%;
}
.wp-block-group.tabs .tab_list .wp-block-list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #313131;
  text-decoration: none;
}

.is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .is-layout-flex {
    gap: 20px 30px;
  }
}
.is-layout-flex.is-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.is-layout-flex.is-content-justification-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-layout-flex .wp-block-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .is-layout-flex .wp-block-image figure.size-full {
    margin-left: -16px;
    margin-right: 0;
    width: calc(100% + 32px);
    max-width: 100svw;
  }
}
@media screen and (max-width: 1024px) {
  .is-layout-flex .wp-block-image figure.size-full .wp-element-caption {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .is-layout-flex > .wp-block-list {
    max-width: 47%;
  }
}
.is-layout-flex > .wp-block-buttons, .is-layout-flex > .wp-block-file {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .is-layout-flex > .wp-block-buttons, .is-layout-flex > .wp-block-file {
    margin: 0;
  }
}

.wp-block-columns {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 56px 4.8625792812%;
  margin: 56px 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wp-block-columns:first-child {
  margin-top: 0;
}
.wp-block-columns:last-child {
  margin-bottom: 0;
}
.wp-block-columns-is-layout-flex {
  row-gap: 56px;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns-is-layout-flex {
    row-gap: 46px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-columns.is-not-stacked-on-mobile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.wp-block-columns .wp-block-image + .wp-block-heading {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns .wp-block-image + .wp-block-heading {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.wp-block-columns iframe {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-columns iframe {
    margin: 40px 0;
  }
}

.wp-block-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .wp-block-column {
    width: auto;
  }
}
.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}

.wp-block-image {
  width: 100%;
}
.wp-block-image:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .wp-block-image:not(:first-child) {
    margin-top: 25px;
  }
}
.wp-block-image:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .wp-block-image:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-image {
    margin: 30px 0;
  }
}
.wp-block-image.alignleft,
.wp-block-image .alignleft {
  margin-left: 0;
  margin-right: auto;
}
.wp-block-image.alignleft img,
.wp-block-image .alignleft img {
  margin-left: 0;
  margin-right: auto;
}
.wp-block-image.aligncenter,
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.aligncenter img,
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignright,
.wp-block-image .alignright {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-image.alignright img,
.wp-block-image .alignright img {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-image .wp-element-caption {
  margin-top: 15px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .wp-block-image .wp-element-caption {
    margin-top: 10px;
  }
}
.wp-block-image figure {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-buttons {
  row-gap: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .wp-block-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wp-block-button__link {
  gap: 16px;
  padding: 16px 24px;
  min-width: 207px;
  border-radius: 16px;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (hover: hover) {
  .wp-block-button__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-button__link {
    padding: 11px 24px;
    font-size: 1.4rem;
  }
}

.wp-block-list {
  margin: 56px 0;
  padding: 0 0 0 25px;
}
.wp-block-list li {
  position: relative;
  line-height: 1.7;
}
.wp-block-list li::before {
  position: absolute;
  left: 0;
}
.wp-block-list li + li {
  margin-top: 12px;
}
.wp-block-list li .wp-block-list {
  margin: 10px 0 0;
}
.wp-block-list li .wp-block-list li + li {
  margin-top: 5px;
}
ul.wp-block-list {
  list-style: disc outside;
}
ol.wp-block-list {
  counter-reset: num;
  list-style: decimal outside;
}
ol.wp-block-list li {
  counter-increment: num;
}

.wp-block-list.anchors {
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-list.anchors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px 2.5806451613%;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-list.anchors.centering {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.wp-block-list.anchors li {
  margin: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #fe7a00;
  line-height: 1.6;
}
.wp-block-list.anchors li::before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-list.anchors li {
    width: 23.064516129%;
  }
}
.wp-block-list.anchors li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .wp-block-list.anchors li + li {
    margin-top: 0;
  }
}
.wp-block-list.anchors a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #fe7a00;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
}
.wp-block-list.anchors a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 18px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wp-block-table table {
  border: 0;
}
.wp-block-table th, .wp-block-table td {
  padding: 10px 0;
  border: 0;
  background: none transparent;
  text-align: left;
  vertical-align: top;
}
.wp-block-table th:first-child, .wp-block-table td:first-child {
  width: auto;
  min-width: 3em;
  padding-right: 1em;
}
.wp-block-table th:first-child strong, .wp-block-table td:first-child strong {
  color: #313131;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .wp-block-table th:first-child strong, .wp-block-table td:first-child strong {
    font-size: 1.8rem;
  }
}
.wp-block-flexible-table-block-table {
  margin: 25px 0;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table {
    margin: 40px 0;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile {
  overflow-x: auto;
  padding-bottom: 5px;
  width: 100%;
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile table {
  table-layout: fixed;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 1240px;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
    table-layout: auto;
    width: auto;
    max-width: 100%;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile th, .wp-block-flexible-table-block-table.is-scroll-on-mobile td {
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table.is-scroll-on-mobile th, .wp-block-flexible-table-block-table.is-scroll-on-mobile td {
    white-space: normal;
  }
}
.wp-block-flexible-table-block-table.is-scroll-on-mobile th:first-child {
  min-width: 187px;
}
.wp-block-flexible-table-block-table.bdr_none table {
  border: 0;
}
.wp-block-flexible-table-block-table.bdr_none th, .wp-block-flexible-table-block-table.bdr_none td {
  padding: 10px 0;
  border: 0;
  background: none transparent;
  text-align: left;
  vertical-align: top;
}
.wp-block-flexible-table-block-table.bdr_none th:first-child {
  width: auto;
  min-width: 3em;
  padding-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table.bdr_none th {
    font-size: 1.8rem;
  }
  .wp-block-flexible-table-block-table.bdr_none th:first-child {
    white-space: nowrap;
  }
}
.wp-block-flexible-table-block-table table {
  border-collapse: collapse;
  border-left: 1px solid #5cc28f;
  border-top: 1px solid #5cc28f;
}
.wp-block-flexible-table-block-table thead th {
  border-right-color: #fff;
  border-bottom-color: #fff;
  background-color: #fe7a00;
  color: #fff;
  text-align: center;
}
.wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table td {
  padding: 10px;
  border-right: 1px solid #5cc28f;
  border-bottom: 1px solid #5cc28f;
  font-size: inherit;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table th, .wp-block-flexible-table-block-table td {
    padding: 10px;
  }
}
.wp-block-flexible-table-block-table th {
  background-color: #5cc28f;
  font-weight: 700;
}
.wp-block-flexible-table-block-table td {
  background-color: #fff;
}
.wp-block-flexible-table-block-table .tel {
  width: 145px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table .tel {
    width: 180px;
  }
}
.wp-block-flexible-table-block-table .tel strong {
  color: #fe7a00;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .wp-block-flexible-table-block-table .tel strong {
    font-size: 2rem;
  }
}

.fsb-flexible-spacer {
  padding: 0;
  height: 0;
  line-height: 0;
}
.fsb-flexible-spacer__device {
  padding: 0;
  height: 0;
  line-height: 1;
}

.wp-block-details {
  position: relative;
  margin: 25px 0;
  background-color: #5cc28f;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 63, 171, 0.2);
          box-shadow: 3px 3px 0 rgba(0, 63, 171, 0.2);
}
@media screen and (max-width: 1024px) {
  .wp-block-details {
    margin: 40px 0;
    -webkit-box-shadow: 6px 6px 0 rgba(0, 63, 171, 0.2);
            box-shadow: 6px 6px 0 rgba(0, 63, 171, 0.2);
  }
}
.wp-block-details:first-child {
  margin-top: 0;
}
.wp-block-details:last-child {
  margin-bottom: 0;
}
.wp-block-details[open] {
  padding-bottom: 1px;
}
.wp-block-details[open] summary::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.wp-block-details[open] summary + * {
  margin: 15px;
  padding: 15px;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .wp-block-details[open] summary + * {
    margin: 20px;
    padding: 25px;
  }
}
@supports selector(::details-content) {
  .wp-block-details[open] summary + * {
    margin: unset;
    padding: unset;
  }
  @media screen and (max-width: 1024px) {
    .wp-block-details[open] summary + * {
      margin: unset;
      padding: unset;
    }
  }
  .wp-block-details[open]::details-content {
    margin: 15px;
    padding: 15px;
  }
  @media screen and (max-width: 1024px) {
    .wp-block-details[open]::details-content {
      margin: 20px;
      padding: 25px;
    }
  }
}
.wp-block-details summary {
  list-style: none;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 15px 50px 15px 20px;
  border-left: 4px solid #fe7a00;
  color: #fe7a00;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wp-block-details summary::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .wp-block-details summary {
    padding: 20px 90px 20px 35px;
    border-left-width: 8px;
    font-size: 1.8rem;
  }
  .wp-block-details summary::after {
    right: 40px;
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (hover: hover) {
  .wp-block-details summary:hover {
    opacity: 0.5;
  }
}
.wp-block-details summary + .wp-block-columns {
  margin-top: 0;
}
.wp-block-details summary + * {
  margin: 0 15px;
  padding: 0 15px;
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .wp-block-details summary + * {
    margin: 0 20px;
    padding: 0 25px;
  }
}
@supports selector(::details-content) {
  .wp-block-details summary + * {
    margin: unset;
    padding: unset;
    border-radius: unset;
    background-color: transparent;
  }
  @media screen and (max-width: 1024px) {
    .wp-block-details summary + * {
      margin: unset;
      padding: unset;
    }
  }
  .wp-block-details::details-content {
    margin: 0 15px;
    padding: 0 15px;
    background-color: #fff;
    border-radius: 12px;
  }
  @media screen and (max-width: 1024px) {
    .wp-block-details::details-content {
      margin: 0 20px;
      padding: 0 25px;
    }
  }
}
.wp-block-details .wp-block {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-file a {
  text-decoration: none;
}
.wp-block-file a::after {
  content: none;
}
.wp-block-file a:first-child {
  gap: 16px;
  padding: 16px 24px;
  min-width: 207px;
  border-color: #fff1e5;
  border-radius: 16px;
  background-color: #fff1e5;
  color: #fe7a00;
  font-size: 1.5rem;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-file a:first-child::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon_file2.svg);
}
@media (hover: hover) {
  .wp-block-file a:first-child:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1024px) {
  .wp-block-file a:first-child {
    padding: 11px 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
  }
}
.wp-block-file a:first-child[target=_blank] {
  background-color: #fff1e5;
}
.wp-block-file a:first-child[target=_blank]::after {
  width: 18px;
  height: 18px;
  background-image: url(../img/common/icon_file2.svg);
}
.wp-block-file .wp-block-file__button-richtext-wrapper {
  display: block;
}
.wp-block-file .wp-block-file:not(.wp-element-button) {
  font-size: inherit;
}
.wp-block-file .wp-block-file__button {
  display: none;
}

.uploads {
  margin: 20px 0;
  padding: 20px 0;
  border: 1px solid #5cc28f;
}
@media screen and (max-width: 1024px) {
  .uploads {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.uploads:first-child {
  margin-top: 0;
}
.uploads:last-child {
  margin-bottom: 0;
}
.uploads .wp-block-group__inner-container {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .uploads .wp-block-group__inner-container {
    padding: 0 40px;
  }
}
.uploads h4.wp-block-heading {
  position: relative;
  left: -20px;
  margin-top: -20px;
  padding-left: 24px;
  width: calc(100% + 40px);
  max-width: unset;
  background-color: #fe7a00;
  color: #fff;
}
.uploads h4.wp-block-heading::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  .uploads h4.wp-block-heading {
    left: -40px;
    margin-top: -40px;
    padding-left: 30px;
    width: calc(100% + 80px);
  }
  .uploads h4.wp-block-heading::before {
    left: 16px;
    top: 12px;
    bottom: 12px;
    width: 4px;
  }
}
.uploads .wp-block-list {
  margin: 20px 0;
}
@media screen and (max-width: 1024px) {
  .uploads .wp-block-list {
    margin-bottom: 40px;
  }
}
.uploads .wp-block-list:last-child {
  margin-bottom: 0;
}
.uploads .wp-block-list li {
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .uploads .wp-block-list li {
    font-size: 1.4rem;
  }
}
.uploads .wp-block-list a {
  display: inline-block;
  position: relative;
  padding-right: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  color: #313131;
}
.uploads .wp-block-list a::after {
  content: "file";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 1px;
  margin-left: 5px;
  width: 52px;
  height: 20px;
  border-radius: 66px;
  background-color: #5cc28f;
  color: #fe7a00;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
}
.uploads .wp-block-list a[href$=".doc"]::after, .uploads .wp-block-list a[href$=".docx"]::after {
  content: "Word";
  background-color: #eaf8ff;
  color: #2498d5;
}
.uploads .wp-block-list a[href$=".xls"]::after, .uploads .wp-block-list a[href$=".xlsx"]::after {
  content: "Excel";
  background-color: #e6f0e7;
  color: #47764e;
}
.uploads .wp-block-list a[href$=".pdf"]::after {
  content: "PDF";
  background-color: #fcefef;
  color: #ad3739;
}

.editable_area {
  margin: 0 auto;
  max-width: 946px;
}
.editable_area p a {
  color: #fe7a00;
}
@media (hover: hover) {
  .editable_area p a:hover {
    text-decoration: underline;
  }
}

.page_contents {
  padding: 110px 80px 170px;
}
@media screen and (max-width: 1024px) {
  .page_contents {
    padding: 100px 16px 200px;
  }
}

@media screen and (max-width: 1024px) {
  .news-list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .news-list time {
    font-size: 1.3rem;
  }
  .news-list strong {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  body.single .page_title_container .jp {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.eyecatch {
  overflow: hidden;
  margin: 0 auto 80px;
  max-width: 100%;
  max-height: 630px;
  border-radius: 16px;
}
.eyecatch img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .eyecatch {
    margin-bottom: 40px;
  }
}

.post_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 64px;
  margin-top: 107px;
  padding-top: 98px;
  border-top: 1px solid #c6c6c6;
  text-align: center;
}
.post_links .prev,
.post_links .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 700;
  line-height: 1.7;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .post_links .prev:not(.inactive):hover,
  .post_links .next:not(.inactive):hover {
    color: #fe7a00;
  }
}
.post_links .prev.inactive,
.post_links .next.inactive {
  cursor: default;
  opacity: 0.5;
}
.post_links .prev::before,
.post_links .next::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 8px;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_links .prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (hover: hover) {
  .post_links .prev:not(.inactive):hover::before {
    -webkit-transform: scaleX(-1) translateX(5px);
            transform: scaleX(-1) translateX(5px);
  }
}
@media (hover: hover) {
  .post_links .next:not(.inactive):hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 1024px) {
  .post_links {
    gap: 0 24px;
    margin-top: 64px;
    padding-top: 64px;
  }
  .post_links .prev,
  .post_links .next {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 0 12px;
    min-height: 44px;
  }
}

.btn.index {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  padding: 16px 48px;
  min-width: 174px;
  font-size: 1.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.index::after {
  content: none;
}
@media screen and (max-width: 1024px) {
  .btn.index {
    margin-top: 24px;
    padding: 12px 48px;
    min-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
  }
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 75px;
}
.pagination .screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.pagination .nav-links {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  padding: 0 160px;
}
.pagination .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  color: #fe7a00;
  background-color: #fff3e8;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .pagination .page-numbers:hover {
    background-color: #fe7a00;
    color: #fff;
  }
}
.pagination .page-numbers.current {
  background-color: #fe7a00;
  color: #fff;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  gap: 0 16px;
  position: absolute;
  top: 0;
  width: 110px;
  background-color: transparent;
  color: #313131;
  font-weight: 600;
}
@media (hover: hover) {
  .pagination .page-numbers.prev:not(.inactive):hover, .pagination .page-numbers.next:not(.inactive):hover {
    color: #fe7a00;
  }
}
.pagination .page-numbers.prev.inactive, .pagination .page-numbers.next.inactive {
  cursor: default;
  opacity: 0.5;
}
.pagination .page-numbers.prev {
  left: 0;
}
@media (hover: hover) {
  .pagination .page-numbers.prev:not(.inactive):hover::before {
    -webkit-transform: scaleX(-1) translateX(5px);
            transform: scaleX(-1) translateX(5px);
  }
}
.pagination .page-numbers.next {
  right: 0;
}
@media (hover: hover) {
  .pagination .page-numbers.next:not(.inactive):hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 8px;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination .page-numbers.prev::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 1024px) {
  .pagination {
    margin-top: 48px;
  }
  .pagination .nav-links {
    gap: 8px;
    padding: 0 93px;
  }
  .pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: 1.3rem;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    gap: 0 8px;
    width: 77px;
    font-size: 1.4rem;
  }
  .pagination .page-numbers.prev::before, .pagination .page-numbers.next::after {
    width: 19px;
    height: 6.6px;
  }
}