@charset "UTF-8";
:root {
  --headerHeight: 100px;
  --paddingSection: 40px;
  --paddingLR: 20px;
  --color_main: #0053B0;
  --color_main_hover: #3B78B4;
  --color_sub: #E4F0FF;
  --color_green: #167E51;
  --color_green_hover: #229e69;
  --color_red: #CF000E;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 60px;
    --paddingSection: 24px;
  }
}

strong {
  font-weight: 700;
}

.block-editor-iframe__body .wp-block {
  border: 1px solid #e6e6e6;
}

/*==========
余白
==========*/
.wp_post {
  padding-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post {
    padding-top: 1rem;
  }
}

.wp-block-columns + p:not(:first-child),
.wp-block-image.alignfull:not(:first-child),
.wp-block-flexible-table-block-table:not(:first-child),
.wp-block-columns:not(:first-child) {
  margin-top: 2.5rem;
}

.wp-block-list:not(:first-child),
.wp-block-image:not(:first-child) {
  margin-top: 0.5rem;
}
.wp-block-list:not(:last-child),
.wp-block-image:not(:last-child) {
  margin-bottom: 0.5rem;
}

.wp_post p + p {
  margin-top: 1.5em;
}

/*==========
タイトル
==========*/
.title_01 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--color_main);
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
.title_01:not(:first-child) {
  margin-top: 5rem;
}
@media screen and (max-width: 959px) {
  .title_01 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .title_01:not(:first-child) {
    margin-top: 5rem;
  }
}

.title_02 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
  color: var(--color_main);
  border-bottom: 4px solid #CDD6DD;
  position: relative;
}
.title_02::after {
  content: "";
  width: 20%;
  height: 4px;
  background-color: var(--color_main);
  position: absolute;
  bottom: -4px;
  left: 0;
}
.title_02:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .title_02 {
    font-size: 1.25rem;
  }
}

.wp_post h2,
.wp-block-post-content h2,
.title_05 {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.25;
  background-color: #E4F0FF;
  color: var(--color_main);
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
}
.wp_post h2:not(:first-child),
.wp-block-post-content h2:not(:first-child),
.title_05:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h2,
.wp-block-post-content h2,
.title_05 {
    font-size: 1.125rem;
  }
}

.wp_post h3,
.wp-block-post-content h3,
.title_03 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: var(--color_main);
}
.wp_post h3:not(:first-child),
.wp-block-post-content h3:not(:first-child),
.title_03:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h3,
.wp-block-post-content h3,
.title_03 {
    font-size: 1.125rem;
  }
}

.wp_post h4,
.wp-block-post-content h4,
.title_04 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1rem;
}
.wp_post h4:not(:first-child),
.wp-block-post-content h4:not(:first-child),
.title_04:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (max-width: 959px) {
  .wp_post h4,
.wp-block-post-content h4,
.title_04 {
    font-size: 1rem;
  }
}

.wp_post h5,
.wp-block-post-content h5 {
  font-weight: 700;
}

/*==========
WP
==========*/
.wp-block img,
.wp-block svg {
  max-width: 100%;
}

html :where(.wp-block)[data-align=full] {
  max-width: 840px;
}

html :where(.editor-styles-wrapper) .block-editor-block-list__layout.is-root-container > .wp-block[data-align=full] {
  margin-left: auto;
  margin-right: auto;
}

:root :where(.is-layout-flow) > * {
  margin-top: 0.5rem;
}

/*==========
レイアウト
==========*/
iframe[title*=YouTube],
iframe[class*=vimeo] {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.wp_post ul.wp-block-list > * {
  padding-left: 1em;
  position: relative;
}
.wp_post ul.wp-block-list > *::before {
  content: "・";
  color: var(--color_main);
  position: absolute;
  left: 0;
}
.wp_post ol.wp-block-list {
  counter-reset: ol;
}
.wp_post ol.wp-block-list > * {
  display: flex;
}
.wp_post ol.wp-block-list > *::before {
  counter-increment: ol;
  content: counter(ol) ".";
  color: var(--color_main);
  flex-shrink: 0;
  min-width: 1em;
}
.wp_post a:not(.no_icon)[href*=".pdf"] {
  background-position: bottom 0.25em right;
  background-size: 1.25em 1em;
  background-repeat: no-repeat;
  padding-right: 1.325em;
}
.wp_post a:not(.no_icon)[href*=".pdf"][target=_blank]::after {
  display: none;
}
.wp_post a:not(.no_icon)[href*=".pdf"] {
  background-image: url("../img/common/icon_pdf.svg");
}

.layout_pdf {
  border: 1px solid var(--color_main);
  padding: 1.25rem 2.5rem;
  display: flex;
  gap: 1rem 2.5rem;
}
.layout_pdf:not(:first-child) {
  margin-top: 1.5rem;
}
.layout_pdf:not(:last-child) {
  margin-bottom: 1.5rem;
}
.layout_pdf .title_area {
  flex-shrink: 0;
  padding-right: 1.25rem;
}
.layout_pdf .title_area .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color_main);
}
.layout_pdf .list_area {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
}
.layout_pdf .list_area .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.layout_pdf .list_area .btn::before {
  content: "";
  width: 2em;
  aspect-ratio: 32/38;
  background: center/contain url("../img/common/icon_pdf.svg") no-repeat;
  display: block;
}
@media screen and (min-width: 960px) {
  .layout_pdf .list_area .btn {
    transition: color 0.5s;
  }
  .layout_pdf .list_area .btn:hover {
    color: var(--color_main);
    opacity: 1;
  }
}
.layout_pdf .list_area a:not(.no_icon)[href*=".pdf"] {
  padding-right: 0;
  background: none;
}
@media screen and (max-width: 959px) {
  .layout_pdf {
    padding: var(--paddingLR) calc(var(--paddingLR) / 2);
    flex-direction: column;
  }
  .layout_pdf .title_area {
    padding-right: 0;
  }
  .layout_pdf .title_area .title {
    font-size: 1rem;
  }
  .layout_pdf .list_area {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .layout_pdf .list_area .btn {
    font-size: 0.875rem;
  }
}

.layout_flow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  --color_flow: var(--color_main);
}
.layout_flow:not(:first-child) {
  margin-top: 1.5rem;
}
.layout_flow > *:not(:first-child) {
  margin-top: 0.625rem;
}
.layout_flow .title_area {
  background-color: var(--color_flow);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0.125em var(--paddingLR);
}
.layout_flow .title_area .title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.layout_flow .list_area {
  padding: 1.25rem 2.5rem;
  border: 1px solid var(--color_flow);
}
.layout_flow .arrow {
  width: 300px;
  max-width: 60%;
  aspect-ratio: 300/30;
  margin-left: auto;
  margin-right: auto;
  background-color: #E4E4E4;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.layout_flow .list_checkmark {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 1rem 1.5rem;
}
.layout_flow .list_checkmark > * {
  display: flex;
  align-items: flex-start;
  gap: 0.25em;
}
.layout_flow .list_checkmark > * .icon {
  width: 1.25em;
  aspect-ratio: 1/1;
  display: block;
  flex-shrink: 0;
  margin-top: 0.2em;
}
.layout_flow .list_checkmark > * .icon svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .layout_flow .title_area {
    height: 40px;
  }
  .layout_flow .title_area .title {
    font-size: 1rem;
  }
  .layout_flow .list_area {
    padding: var(--paddingLR);
  }
}