@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
blockquote,
pre,
img,
figure,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
svg,
iframe,
audio,
video,
canvas {
  max-width: 100%;
}

img,
svg {
  vertical-align: bottom;
}

a,
button {
  cursor: pointer;
}

button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 1;
  background-color: transparent;
  border: 0;
  appearance: none;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=search]:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
  opacity: 0.4;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
:root,
[data-theme] {
  --color-primary-blue: hsl(205, 87%, 54%);
  --color-primary-blue-h: 205;
  --color-primary-blue-s: 87%;
  --color-primary-blue-l: 54%;
  --color-primary-orange: hsl(25, 87%, 54%);
  --color-primary-orange-h: 25;
  --color-primary-orange-s: 87%;
  --color-primary-orange-l: 54%;
}

[data-theme=s] {
  --theme-color: var(--color-primary-blue);
  --theme-color-h: var(--color-primary-blue-h);
  --theme-color-s: var(--color-primary-blue-s);
  --theme-color-l: var(--color-primary-blue-l);
}

[data-theme=m] {
  --theme-color: var(--color-primary-orange);
  --theme-color-h: var(--color-primary-orange-h);
  --theme-color-s: var(--color-primary-orange-s);
  --theme-color-l: var(--color-primary-orange-l);
}

:root {
  --color-text-dark: hsl(0, 0%, 7%);
  --color-text: hsl(0, 0%, 20%);
  --color-text-light: hsl(0, 0%, 34%);
  --color-gray-dark: hsl(0, 0%, 41%);
  --color-gray: hsl(0, 0%, 67%);
  --color-gray-light: hsl(0, 0%, 87%);
  --color-gray-lighter: hsl(0, 0%, 92%);
  --color-gray-lightest: hsl(0, 0%, 97%);
  --color-overlay-dark: hsla(0, 0%, 0%, .7);
  --color-overlay-light: hsla(0, 0%, 0%, .5);
  --color-link: hsl(208, 56%, 53%);
  --color-visited: hsl(281, 34%, 47%);
  --color-danger: hsl(355, 87%, 54%);
  --color-accent-yellow: hsl(54, 87%, 67%);
}

:root {
  --font-body: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, Hiragino Sans, Roboto, Meiryo, sans-serif;
  --font-hdg: Hiragino Maru Gothic ProN, HGMaruGothicMPRO, Roboto, sans-serif;
  --font-en: Verdana, Roboto, sans-serif;
  --font-num: Arial, sans-serif;
}

:root {
  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
}

@media screen and (min-width: 1025px) {
  .-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  :root {
    --container-width: 80%;
    --global-nav-width: 20%;
    --global-header-height: 5.6rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --container-width: 100%;
    --global-nav-width: 264px;
    --global-header-height: 4.8rem;
  }
}

@media screen and (min-width: 1601px) {
  :root {
    --content-width: 72%;
    --content-margin: 0 14%;
    --content-padding: 0 14%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1600px) {
  :root {
    --content-width: 80%;
    --content-margin: 0 10%;
    --content-padding: 0 10%;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --content-width: 88%;
    --content-margin: 0 6%;
    --content-padding: 0 6%;
  }
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--global-header-height);
  touch-action: manipulation;
}

body {
  color: var(--color-text);
  font-size: 1.6rem;
  font-family: var(--font-body);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.preload * {
  transition: none !important;
}

.post-content a {
  text-decoration: underline;
}
.post-content a img {
  transition: opacity 0.2s ease-out;
  will-change: opacity;
}
.post-content a:link, .post-content a:visited {
  color: inherit;
}
.post-content a:hover, .post-content a:active, .post-content a:focus {
  text-decoration: none;
}
.post-content a:hover img, .post-content a:active img, .post-content a:focus img {
  opacity: 0.8;
}

.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: var(--global-nav-width);
  height: 100vh;
  background-color: #fff;
  box-shadow: 3px 0 7px -3px rgba(0, 0, 0, 0.15);
  contain: size layout style;
}
@media screen and (max-width: 1024px) {
  .global-nav {
    z-index: -1;
    box-shadow: none;
    transform: translate3d(calc(-1 * var(--global-nav-width)), 0, 0);
    visibility: hidden;
    transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    contain: strict;
  }
  .global-nav.is-nav-active {
    z-index: 999;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@media screen and (max-width: 1024px) {
  .nav-inner {
    height: 100vh;
    padding-bottom: 16rem;
    overflow-y: scroll;
    will-change: scroll-position;
  }
}

.nav-header {
  display: grid;
  gap: 1.6rem 0;
  padding: var(--global-header-height) 4rem 3.2rem 3.2rem;
}
.nav-header > .logo {
  width: 12.8rem;
}
.nav-header > .site-desc {
  font-size: 1.2rem;
}
@media screen and (max-width: 1280px) {
  .nav-header {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .nav-header {
    padding-bottom: 2.4rem;
  }
}

.nav-footer {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 1.6rem 0;
  font-size: 1.2rem;
  text-align: center;
  background-color: var(--color-gray-lightest);
}
.nav-footer > .qr-code {
  margin-top: 0.5rem;
  border: 10px solid #fff;
}

.container {
  display: flex;
  flex-direction: column;
  width: var(--container-width);
  min-height: 100vh;
  margin-left: auto;
  padding: var(--global-header-height) 0 6px;
  background: var(--color-gray-lightest) url("/image/common/line-rainbow.png") no-repeat left bottom/100% 6px;
}
[data-page=flow] .container, [data-page="404"] .container {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .container {
    transition: transform 0.5s ease-in-out;
  }
  .container.is-nav-active {
    position: fixed;
    transform: translate3d(var(--global-nav-width), 0, 0);
  }
}

main {
  flex: 1;
}

.global-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: var(--container-width);
  height: var(--global-header-height);
  background-color: #fff;
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.15);
  contain: size layout style;
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: var(--content-padding);
}
.header-inner.-mobile {
  margin: 0 -16px;
}
.header-inner.-mobile > .logo {
  width: 6.4rem;
  line-height: 1;
}

.search-modal {
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.6, 0, 0.41, 1);
}
.search-modal > .modal-inner {
  padding: var(--content-padding);
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
}
.search-modal .search-form {
  z-index: -1;
  max-width: 100%;
  visibility: hidden;
  transition: z-index 0.4s cubic-bezier(0.6, 0, 0.41, 1) 0.1s;
}
.search-modal.is-search-active {
  transform: translate3d(0, 0, 0);
}
.search-modal.is-search-active .search-form {
  z-index: 1;
  visibility: visible;
}

.content {
  padding: var(--content-padding);
  padding-top: 4rem;
  padding-bottom: 4.8rem;
}

.bg-white {
  background-color: #fff;
}

.bg-stripe {
  background-image: url("/image/common/border-bg.png");
}

.breadcrumb {
  padding: var(--content-padding);
  background-color: var(--color-gray-lightest);
}
.breadcrumb.-mobile {
  padding-bottom: 3.2rem;
  border-top: 1px solid var(--color-gray-light);
}

.global-footer {
  padding: var(--content-padding);
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background-color: var(--color-gray-lightest);
  border-top: 1px solid var(--color-gray-light);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100vh;
  background-color: var(--color-overlay-light);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.6, 0, 0.41, 1);
  pointer-events: none;
}
.overlay.is-search-active, .overlay.is-nav-active {
  opacity: 1;
  pointer-events: auto;
}

.menu-list {
  position: relative;
}
.menu-list a {
  position: relative;
  display: block;
  padding: 0.8rem 4rem 0.8rem 3.2rem;
  color: var(--color-text-dark);
  text-decoration: none;
  outline: none;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1280px) {
  .menu-list a {
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .menu-list a {
    line-height: 2.3571428571;
  }
  .menu-list a:hover, .menu-list a:active, .menu-list a:focus {
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  .menu-list > li > a {
    z-index: 1;
  }
  .menu-list > li > a:hover, .menu-list > li > a:active, .menu-list > li > a:focus {
    color: #fff;
    background-color: var(--color-gray-dark);
  }
  .menu-list > .accordion.is-open > a {
    color: #fff;
    background-color: var(--color-gray-dark);
  }
  .menu-list::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .menu-list > li:not(:last-child) {
    border-bottom: 1px solid var(--color-gray-lighter);
  }
}

.accordion-header::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  right: 1.6em;
}
@media screen and (max-width: 1024px) {
  .accordion-header::after {
    transform: rotate(135deg);
    transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
  .accordion.is-open > .accordion-header::after {
    transform: rotate(-45deg);
  }
}

.accordion {
  position: relative;
}

.accordion-content {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.accordion.is-open > .accordion-content {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .accordion-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .accordion.is-open > .accordion-content {
    left: 100%;
  }
  .accordion-content a:link, .accordion-content a:visited {
    color: #fff;
  }
  .accordion-content a:hover, .accordion-content a:active, .accordion-content a:focus {
    color: var(--color-text-dark);
    background-color: var(--color-gray-lightest);
  }
}
@media screen and (max-width: 1024px) {
  .accordion-content {
    max-height: 0;
    background-color: var(--color-gray-lightest);
  }
  .accordion.is-open > .accordion-content {
    max-height: 100vmax;
  }
  .accordion-content a {
    padding-left: 3.2rem;
  }
  .accordion-content > li:not(:last-child)::after {
    position: absolute;
    right: 0;
    width: calc(100% - 3.2rem);
    height: 1px;
    background-color: var(--color-gray-lighter);
    content: "";
  }
}

.accordion-bg {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  min-height: 100vmax;
  background-color: var(--color-overlay-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.accordion-bg.is-open {
  transform: scaleX(1);
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6666666667em 0;
  color: var(--color-text-dark);
  font-size: 1.2rem;
}
.breadcrumb-list > li {
  position: relative;
  padding-right: 2em;
  line-height: 1.6666666667;
}
.breadcrumb-list > li:not(:last-child)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5em;
  height: 0.5em;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  right: 0.8em;
}
@media screen and (max-width: 1024px) {
  .breadcrumb-list > li {
    line-height: 2;
  }
}

.footer-link-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16rem, auto));
  gap: 0.8rem 4rem;
  justify-content: center;
}

.footer-link-item {
  position: relative;
  padding-left: 2em;
  line-height: 2;
}
.footer-link-item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  content: "";
}
.footer-link-item[data-icon=question]::before {
  background-image: url("/image/icons/question.svg");
}
.footer-link-item[data-icon=idea]::before {
  background-image: url("/image/icons/idea.svg");
}

.search-form {
  position: relative;
  min-width: 280px;
  max-width: 560px;
}
.search-form.-small {
  --search-input-font-size: 1.2rem;
  --search-submit-btn-size: 3.2rem;
}
.search-form.-medium {
  --search-input-font-size: 1.6rem;
  --search-submit-btn-size: 4.8rem;
}
.search-form.-large {
  --search-input-font-size: 1.8rem;
  --search-submit-btn-size: 5.6rem;
}

.search-input {
  display: inline-block;
  width: calc(100% - 1rem);
  margin-right: 1rem;
  padding: 0.5em 1em;
  font-size: var(--search-input-font-size);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0.25em;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.search-submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--search-submit-btn-size);
  height: var(--search-submit-btn-size);
  margin: auto;
  background: var(--color-text-dark) url("/image/icons/search.svg");
  border-radius: 50%;
  transition: all 0.1s ease-out;
}
.search-submit-btn:hover, .search-submit-btn:focus, .search-submit-btn:active {
  box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.05) translateZ(0);
}
.search-submit-btn.-gray {
  background-color: var(--color-gray);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--btn-padding, 0.5em 1em);
  color: var(--btn-color, var(--color-text-dark));
  font-size: var(--btn-font-size, 1.6rem);
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: var(--radius-md);
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.15);
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color;
  will-change: color, background-color, border-color;
}
.btn:link, .btn:visited {
  color: var(--btn-color, var(--color-text-dark));
}

.btn-list {
  display: inline-grid;
  grid-auto-flow: column;
  gap: 0 1.6rem;
}

.btn-switch {
  --btn-padding: 0.5714285714em;
  --btn-font-size: 1.4rem;
  --btn-color: var(--theme-color);
  min-width: 9.6rem;
  box-shadow: none;
}
.btn-switch:hover, .btn-switch:active, .btn-switch:focus, .btn-switch.is-current {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.btn-home, .btn-more {
  --btn-padding: 0.7777777778em;
  --btn-font-size: 1.8rem;
  display: flex;
  min-width: 264px;
  max-width: 360px;
  font-family: var(--font-en);
  background-color: #fff;
  border-radius: var(--radius-lg);
}
.btn-home:hover, .btn-more:hover, .btn-home:active, .btn-more:active, .btn-home:focus, .btn-more:focus {
  color: #fff;
  background-color: var(--color-gray);
  border-color: var(--color-gray);
}
.btn-home > .text, .btn-more > .text {
  position: relative;
}
.btn-home > .text::after, .btn-more > .text::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  transition: right 0.4s ease-out, left 0.4s ease-out;
}

.btn-more {
  padding-right: 2.8rem;
}
.btn-more > .text::after {
  right: -1.6rem;
}
.btn-more:hover > .text::after, .btn-more:active > .text::after, .btn-more:focus > .text::after {
  right: -136%;
}

.btn-home {
  padding-left: 2.8rem;
}
.btn-home > .text::after {
  left: -1.6rem;
  transform: rotate(-135deg);
}
.btn-home:hover > .text::after, .btn-home:active > .text::after, .btn-home:focus > .text::after {
  left: -72%;
}

.btn-search, .btn-hamburger {
  display: inline-block;
  height: var(--global-header-height);
  padding: 12px 16px;
}
.btn-search > .icon-wrap, .btn-hamburger > .icon-wrap {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 24px;
}

.btn-search .cross::after, .btn-search .cross, .btn-hamburger .bar::after, .btn-hamburger .bar::before, .btn-hamburger .bar {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: var(--color-text-dark);
  border-radius: var(--radius-md);
  content: "";
}

.btn-hamburger .bar {
  top: 50%;
}
.btn-hamburger .bar::before {
  top: -8px;
}
.btn-hamburger .bar::after {
  bottom: -8px;
}

.btn-search .glass {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid var(--color-text-dark);
  border-radius: 50%;
  opacity: 1;
  transition: transform 0.2s ease-out;
  will-change: transform, opacity;
}
.btn-search .glass::after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 10px;
  height: 2px;
  margin-top: 8px;
  background-color: var(--color-text-dark);
  border-radius: var(--radius-md);
  transform: rotate(40deg);
  content: "";
}
.btn-search .cross {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg) scale(0.5);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.2s ease-out;
  will-change: transform, opacity;
}
.btn-search .cross::after {
  transform: rotate(90deg);
}
.btn-search.is-search-active .glass {
  transform: scale(0.5);
  opacity: 0;
}
.btn-search.is-search-active .cross {
  transform: rotate(135deg) scale(1);
  opacity: 1;
}

.btn-top {
  position: fixed;
  right: 16px;
  bottom: 96px;
  z-index: 996;
  width: 64px;
  height: 64px;
  background-image: url("/image/icons/arrow-up.svg");
  border-radius: 50%;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, bottom 0.2s ease-out;
  will-change: visibility, opacity, bottom;
}
.btn-top[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.btn-top:hover, .btn-top:active, .btn-top:focus {
  bottom: 116px;
}
.btn-top:hover::after, .btn-top:active::after, .btn-top:focus::after {
  color: #000;
}
.btn-top::after {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  margin: auto;
  color: transparent;
  font-size: 1rem;
  font-family: var(--font-en);
  text-align: center;
  transition: color 0.2s ease-out;
  content: "PAGE TOP";
}

.hdg {
  position: relative;
  display: block;
  font-weight: normal;
  font-family: var(--font-hdg);
  text-align: center;
  font-size: 3.2rem;
}
.hdg::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 216px;
  height: 6px;
  margin: auto;
  background-image: url("/image/common/hdg-underline.png");
  background-size: 100% 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .hdg::after {
    bottom: -5px;
    width: 160px;
    height: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .hdg {
    font-size: 2.4rem;
  }
}

.section-header {
  padding-top: 9.6rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .section-header {
    padding-top: 2.4rem;
  }
}

.section-header > .hdg {
  padding-bottom: 0.75em;
  background: var(--hdg-image) no-repeat bottom 0.25em center/auto 0.5625em;
}
.section-header > .hdg::before {
  position: absolute;
  top: -64%;
  right: 0;
  left: 0;
  width: 4px;
  height: 4rem;
  margin: auto;
  background-color: var(--theme-color);
  content: "";
}
.section-header > .hdg.-new {
  --hdg-image: url("/image/common/hdg-new.png");
}
.section-header > .hdg.-flow {
  --hdg-image: url("/image/common/hdg-flow.png");
}
.section-header > .hdg.-categories {
  --hdg-image: url("/image/common/hdg-categories.png");
}
@media screen and (max-width: 1024px) {
  .section-header > .hdg {
    padding-bottom: 0;
    background: none;
  }
  .section-header > .hdg::before {
    display: none;
  }
}

.primary-header {
  padding: var(--content-padding);
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
  text-align: center;
  background-color: #fff;
}
.primary-header > .search-form {
  margin: 3.2rem auto 0.8rem;
}
.primary-header > .search-result {
  margin-top: 1.6rem;
}
.primary-header + * .secondary-header {
  margin-top: -2rem;
}
[data-page=flow] .primary-header {
  padding-bottom: 0;
}
[data-page=news] .primary-header {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  [data-page=news] .primary-header {
    padding-bottom: 0;
  }
}

.secondary-header {
  background-color: #fff;
}
.secondary-header > h2 {
  border-bottom: 4px solid var(--color-gray-lighter);
  position: relative;
  margin: var(--content-margin);
  padding: 0.6em 0.4em 0.2em 1.6em;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .secondary-header > h2 {
    border-width: 2px;
  }
}
.secondary-header > h2::before {
  position: absolute;
  top: 0.6em;
  left: 0.4em;
  content: "▼";
}
@media screen and (max-width: 1024px) {
  .secondary-header > h2 {
    font-size: 1.8rem;
  }
}
.secondary-header + .content {
  padding-top: 2.4rem;
}

.tertiary-header {
  border-bottom: 4px solid var(--color-gray-lighter);
  margin-bottom: 2.4rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .tertiary-header {
    border-width: 2px;
  }
}
.tertiary-header h2 {
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
.tertiary-header .date {
  align-self: flex-end;
}
@media screen and (max-width: 642px) {
  .tertiary-header {
    padding-bottom: 1rem;
  }
  .tertiary-header h2 {
    flex: 0 0 100%;
  }
}

.category-card, .card {
  background-color: #fff;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  will-change: box-shadow, transform;
}
.category-card > a, .card > a {
  display: block;
  text-decoration: none;
  backface-visibility: hidden;
}
.category-card:hover, .card:hover, .category-card:active, .card:active, .category-card:focus, .card:focus {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
  transform: scale(1.05) translateZ(0);
}

.card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(264px, 1fr));
  gap: 1.5em;
  margin-bottom: -1.5em;
}
.card-list::before, .card-list::after {
  display: block;
  order: 12;
  content: "";
}
.card-list + .btn-more,
.card-list + [aria-label=Pagination] {
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 642px) {
  .card-list {
    margin-bottom: -3em;
  }
}
@media screen and (min-width: 1328px) {
  .card-list > :only-child {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  .card-list.-mobile-noimage .card-thumbnail,
  .card-list.-mobile-noimage .card-label {
    display: none;
  }
}

.card {
  --card-padding: 2.4rem;
  display: flex;
  flex-direction: column;
}
.card > .card-link {
  flex: 1;
}
.card > .tag-list {
  padding: 0 var(--card-padding) calc(var(--card-padding) * 0.75);
}
.card .date {
  font-size: 1.3rem;
}

.card-thumbnail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 236px;
  overflow: hidden;
}
.card-thumbnail > img {
  position: absolute;
  width: 100%;
  height: auto;
}
.card-thumbnail::before {
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
  content: "";
}

.card-text {
  position: relative;
  padding: var(--card-padding);
}

.card-label {
  position: absolute;
  top: -1.65rem;
  right: var(--card-padding);
  max-width: 62%;
  padding: 0.7692307692em 1.2307692308em;
  overflow: hidden;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: var(--theme-color);
}

.card-title {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}

.ranking-card-list {
  display: grid;
  gap: 2em;
  counter-reset: num;
}

.ranking-card {
  --card-padding: 0 0 0 1em;
  position: relative;
  transition: 0.2s opacity ease-in-out;
}
.ranking-card:hover, .ranking-card:active, .ranking-card:focus {
  opacity: 0.7;
}
.ranking-card:hover img, .ranking-card:active img, .ranking-card:focus img {
  opacity: 1;
}
.ranking-card::before {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 4.4rem;
  height: 2.8rem;
  font-weight: bold;
  font-size: 2.2rem;
  font-family: var(--font-num);
  font-style: italic;
  white-space: pre;
  background-color: var(--color-accent-yellow);
  content: "  " counter(num);
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  counter-increment: num;
}
.ranking-card .card-link {
  display: flex;
  text-decoration: none;
}
.ranking-card .card-thumbnail {
  flex: 0 0 19.5rem;
  align-self: flex-start;
}
.ranking-card .card-label {
  padding: 0.4166666667em 0.6666666667em;
  font-size: 1.2rem;
}
.ranking-card .date {
  font-size: 1.2rem;
}
.ranking-card .card-title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 643px) {
  .ranking-card .card-label {
    position: static;
    display: block;
    width: max-content;
    margin-bottom: 0.3333333333em;
  }
}
@media screen and (max-width: 642px) {
  .ranking-card {
    --card-padding: 1em 0 0.5em;
  }
  .ranking-card .card-link {
    flex-direction: column;
  }
  .ranking-card .card-thumbnail {
    flex: 0 0 auto;
    width: 100%;
  }
  .ranking-card .card-label {
    top: -1.1rem;
    right: 1.4rem;
  }
}

.category-card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 1em;
}

.category-image {
  display: block;
  width: 66.6%;
  object-fit: cover;
}

.category-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6.4% 6.4% 6.4% 40%;
}

.category-title {
  font-size: 1.8rem;
  line-height: 1.3333333333;
}

.category-desc {
  margin-top: 0.6rem;
  color: var(--color-text-dark);
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

.site-desc {
  display: inline-block;
  color: var(--color-text-light);
  font-size: 1.4rem;
  font-family: var(--font-hdg);
}

.date {
  display: flex;
  align-items: center;
  color: var(--color-text-light);
  font-size: 1.4rem;
  font-family: var(--font-num);
}
.date::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4285714286em;
  background-image: url("/image/icons/clock.svg");
  content: "";
}

.search-result {
  display: block;
}
.search-result > .count {
  padding: 0 0.25em;
  font-family: var(--font-num);
}

.message {
  max-width: max-content;
  margin: auto;
  padding: 1em 1.5em;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: var(--radius-md);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem -0.8rem 0;
}
.tag-list > li {
  margin: 0 0.8rem 0.8rem 0;
}

.tag {
  display: inline-block;
  padding: 0.6666666667em 1em;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  background-color: var(--color-gray-lighter);
  border-radius: var(--radius-md);
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  will-change: color, background-color;
}
.tag::before {
  display: inline-block;
  margin-right: 0.1428571429em;
  content: "#";
}
.tag:hover, .tag:active, .tag:focus {
  color: #fff;
  background-color: var(--color-gray-dark);
}

.anchor-link {
  position: relative;
  display: inline-block;
  padding-right: 2.4rem;
}
.anchor-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.7rem;
  height: 1.7rem;
  margin: auto;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
}
.anchor-link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(135deg);
  top: -0.1rem;
  right: 0.6rem;
}

.pagination {
  display: grid;
  grid-auto-flow: column;
  gap: 0 1.2rem;
  justify-content: center;
}
.pagination .btn {
  --btn-padding: 0.375em 0.75em;
}
.pagination .btn:hover, .pagination .btn:focus, .pagination .btn:active, .pagination .btn[aria-current=page] {
  color: #fff;
  background-color: var(--color-gray-dark);
  border-color: var(--color-gray-dark);
}

.btn-prev {
  position: relative;
  padding-left: 1.5em;
}
.btn-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(-135deg);
  left: 0.75em;
}

.btn-next {
  position: relative;
  padding-right: 1.5em;
}
.btn-next::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
  right: 0.75em;
}

.post-count {
  margin: 0.8rem 0 0;
  color: var(--color-text-dark);
  font-size: 1.4rem;
  text-align: center;
}

.flex {
  --flex-gap: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--flex-gap) * -1) calc(var(--flex-gap) * -1) 0;
}
.flex > * {
  margin: 0 var(--flex-gap) var(--flex-gap) 0;
}
.flex.-justify-between {
  justify-content: space-between;
}

.masthead {
  background: #fff url("/image/common/masthead.png") no-repeat center center/cover;
  border-bottom: 1px solid var(--color-gray-lighter);
}

.masthead-inner {
  padding: 6.4rem 0;
  text-align: center;
}
.masthead-inner .logo {
  width: 22rem;
  margin: auto;
}
.masthead-inner .search-form {
  margin: 4.8rem auto 4rem;
}
.masthead-inner .anchor-link:last-child {
  margin-left: 3.2rem;
}

.masthead-inner > * {
  animation: 0.8s fade-in-up ease-in-out;
}
.masthead-inner > :nth-child(1) {
  animation-delay: 0.1s;
}
.masthead-inner > :nth-child(2) {
  animation-delay: 0.2s;
}
.masthead-inner > :nth-child(3) {
  animation-delay: 0.3s;
}
.masthead-inner > :nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fade-in-up {
  0% {
    transform: translate3d(0, 12px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.flow-list {
  display: grid;
  row-gap: 4rem;
}

.flow-list-item {
  display: grid;
  grid-template-areas: "job-title job-list";
  grid-template-columns: auto 1fr;
  align-items: end;
}
@media screen and (max-width: 1280px) {
  .flow-list-item {
    grid-template-areas: "job-title" "job-list";
    grid-template-columns: 100%;
    row-gap: 1.6rem;
    font-size: 1.4rem;
  }
}

.job-title {
  grid-area: job-title;
  text-align: center;
}

.job-title-label {
  width: 12rem;
  height: auto;
}

.job-title-avatar {
  width: 12rem;
  height: 12rem;
}

@media screen and (max-width: 642px) {
  .job-title-label {
    width: 10rem;
  }
  .job-title-avatar {
    width: 8rem;
    height: 8rem;
  }
}
.job-list {
  --list-icon-size: 6.4rem;
  --list-border-width: 6px;
  position: relative;
  display: flex;
  grid-area: job-list;
  margin: 0 var(--pull-side, 0) var(--pull-down, 0);
}
.job-list::after {
  position: absolute;
  top: calc(var(--list-icon-size) / 2);
  right: 0;
  left: 0;
  width: calc(100% - var(--list-item-width));
  height: var(--list-border-width);
  margin: auto;
  background-image: url("/image/common/border-flow.png");
  content: "";
}
.job-list.-col6 {
  --list-item-width: 16.6666666667%;
}
.job-list.-col5 {
  --list-item-width: 20%;
}
.job-list.-col4 {
  --list-item-width: 25%;
}
@media screen and (min-width: 1281px) {
  .job-list.-col6, .job-list.-col5 {
    --pull-down: -3.2rem;
  }
}
@media screen and (min-width: 481px) {
  .-m .job-list.-col4 {
    --pull-side: -4.1666666667%;
  }
  .-s .job-list.-col4 {
    --pull-side: -2.5%;
  }
}
@media screen and (max-width: 642px) {
  .job-list {
    --list-icon-size: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .job-list {
    display: grid;
    row-gap: 1.6rem;
  }
  .job-list::after {
    right: auto;
    left: calc((var(--list-icon-size) - var(--list-border-width)) / 2);
    width: var(--list-border-width);
    height: calc(100% - var(--list-icon-size));
  }
  .job-list br {
    display: none;
  }
}

.job-list-item {
  z-index: 1;
  display: flex;
  flex: 0 0 var(--list-item-width);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .job-list-item {
    flex-direction: row;
    text-align: left;
  }
}

.job-list-icon {
  width: var(--list-icon-size);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 480px) {
  .job-list-icon {
    margin: 0 1.6rem 0 0;
  }
}

.post-layout {
  --post-content-gap: 3.2rem;
  width: var(--content-width);
  margin: 0 auto 8rem;
  padding: 3.2rem 8% 6.4rem;
  background-color: #fff;
}
.post-layout:-webkit-any(aside) {
  margin-top: -1.6rem;
}
@media screen and (max-width: 1024px) {
  .post-layout {
    margin: 3.2rem auto 6.4rem;
    padding: 2.4rem 8% 4.8rem;
  }
}

.post-header {
  margin-bottom: var(--post-content-gap);
}
.post-header > * + * {
  margin-top: 0.8rem;
}

.post-title {
  font-size: 2.6rem;
  line-height: 1.5384615385;
}
@media screen and (max-width: 1024px) {
  .post-title {
    font-size: 2.2rem;
  }
}

.post-content {
  overflow: hidden;
  overflow-wrap: break-word;
}

.post-thumbnail:not(:empty) {
  margin-bottom: var(--post-content-gap);
}

.post-content::after {
  display: block;
  clear: both;
  content: "";
}
.post-content > :first-child {
  margin-top: 0 !important;
}
.post-content > :last-child {
  margin-bottom: 0 !important;
}
.post-content a:link {
  color: var(--color-link);
}
.post-content a:visited {
  color: var(--color-visited);
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin: 2em 0 1em;
  font-weight: normal;
}
.post-content h1 {
  font-size: 2.4rem;
}
.post-content h2 {
  font-size: 2.2rem;
}
.post-content h3 {
  font-size: 2rem;
}
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.8rem;
}
.post-content p {
  margin: 0 0 1.5em;
}
.post-content ul,
.post-content ol {
  margin-bottom: 1em;
}
.post-content ul > li,
.post-content ol > li {
  position: relative;
  padding-left: 1.5em;
}
.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
  margin-bottom: 0;
}
.post-content ul > li::before {
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  width: 0.3125em;
  height: 0.3125em;
  background-color: currentColor;
  border-radius: 50%;
  content: "";
}
.post-content ol {
  counter-reset: num;
}
.post-content ol > li::before {
  position: absolute;
  top: 0;
  left: 0.125em;
  content: counter(num) ". ";
  counter-increment: num;
}
.post-content ol > li:nth-child(n+10) {
  padding-left: 2em;
}
.post-content table,
.post-content table th,
.post-content table td,
.post-content table caption,
.post-content .mce-item-table,
.post-content .mce-item-table th,
.post-content .mce-item-table td,
.post-content .mce-item-table caption {
  border: 0;
}
.post-content table,
.post-content .mce-item-table {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 3em;
  word-break: break-word;
  border-top: 1px solid var(--color-gray);
  border-left: 1px solid var(--color-gray);
}
.post-content table th,
.post-content table td,
.post-content .mce-item-table th,
.post-content .mce-item-table td {
  padding: 0.25em 0.75em;
  border-right: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}
.post-content table th,
.post-content .mce-item-table th {
  font-weight: normal;
  background-color: var(--color-gray-lightest);
}
.post-content blockquote {
  margin: 2em 0;
  padding: 1em 1.5em;
  background-color: var(--color-gray-lightest);
  border: 1px dashed var(--color-gray);
}
.post-content blockquote > :last-child {
  margin-bottom: 0;
}
.post-content hr {
  margin: 0 0 1.5em;
}
.post-content .line-double, .post-content .line-dash, .post-content .line-asterisk {
  margin: 0 0 1.5em;
  border: 0;
}
.post-content .line-asterisk {
  height: 0.5em;
  background: url("/image/icons/asterisk.svg") repeat;
}
.post-content .line-dash {
  height: 1px;
  border-top: 1px dashed currentColor;
}
.post-content .line-double {
  height: 1px;
  border-top: double currentColor;
}
.post-content .box-toc, .post-content .box-point, .post-content .box-alert, .post-content .box-notice, .post-content .panel-column {
  margin: 2em 0 3em;
  padding: 1em 1.5em;
}
.post-content .panel-column {
  overflow: hidden;
  border: 1px solid var(--color-gray);
}
.post-content .panel-column::after {
  display: block;
  clear: both;
  content: "";
}
.post-content .panel-column > :first-child {
  margin-top: 0;
}
.post-content .panel-column > :last-child {
  margin-bottom: 0;
}
.post-content .panel-column > p {
  margin-bottom: 1em;
}
.post-content .panel-column > [class^=hdg-underline] {
  border-color: var(--color-gray);
}
.post-content .box-toc, .post-content .box-point, .post-content .box-alert, .post-content .box-notice {
  position: relative;
  border: 1px solid var(--box-color);
}
.post-content .box-toc::before, .post-content .box-point::before, .post-content .box-alert::before, .post-content .box-notice::before {
  position: absolute;
  top: -0.625em;
  left: 0.625em;
  padding: 0 0.4444444444em;
  color: var(--box-color);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  background-color: #fff;
  content: var(--box-content);
}
.post-content .box-toc:first-child, .post-content .box-point:first-child, .post-content .box-alert:first-child, .post-content .box-notice:first-child {
  margin-bottom: calc(3em + 0.625em);
  transform: translateY(0.625em);
}
.post-content .box-toc > *, .post-content .box-point > *, .post-content .box-alert > *, .post-content .box-notice > * {
  margin: 0;
}
.post-content .box-notice {
  --box-color: var(--color-primary-blue);
  --box-content: "お知らせ";
}
.post-content .box-alert {
  --box-color: var(--color-danger);
  --box-content: "注意";
}
.post-content .box-point {
  --box-color: var(--color-primary-orange);
  --box-content: "POINT";
}
.post-content .box-toc {
  --box-color: var(--color-text);
  --box-content: "目次";
}
.post-content .hdg-sideline, .post-content [class^=hdg-underline] {
  position: relative;
  line-height: 1.3636363636;
}
.post-content [class^=hdg-underline] {
  padding: 0 0.625em 0.5em;
  border-bottom: 1px solid currentColor;
}
.post-content .hdg-sideline {
  display: inline-block;
  padding: 0 3em;
}
.post-content .hdg-sideline::before, .post-content .hdg-sideline::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: currentColor;
  content: "";
}
.post-content .hdg-sideline::before {
  right: 0;
}
.post-content .hdg-sideline::after {
  left: 0;
}
.post-content .icon-video, .post-content .icon-docs, .post-content .icon-comment, .post-content .icon-check, .post-content .icon-arrow-right {
  position: relative;
  margin: 1.5em 0 0.5em;
  padding-left: 2em;
  font-size: 2rem;
}
.post-content .icon-video::before, .post-content .icon-docs::before, .post-content .icon-comment::before, .post-content .icon-check::before, .post-content .icon-arrow-right::before {
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  content: "";
}
.post-content .icon-checkbox, .post-content .icon-download, .post-content .icon-link {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.5em;
}
.post-content .icon-checkbox::before, .post-content .icon-download::before, .post-content .icon-link::before {
  position: absolute;
  top: 0.3125em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  content: "";
}
.post-content .icon-arrow-right::before {
  background: url("/image/icons/arrow-right.svg") no-repeat;
}
.post-content .icon-check::before {
  background: url("/image/icons/check.svg") no-repeat;
}
.post-content .icon-comment::before {
  background: url("/image/icons/comment.svg") no-repeat;
}
.post-content .icon-docs::before {
  background: url("/image/icons/docs.svg") no-repeat;
}
.post-content .icon-video::before {
  background: url("/image/icons/video.svg") no-repeat;
}
.post-content .icon-link::before {
  background: url("/image/icons/link.svg") no-repeat;
}
.post-content .icon-download::before {
  background: url("/image/icons/download.svg") no-repeat;
}
.post-content .icon-checkbox::before {
  background: url("/image/icons/checkbox.svg") no-repeat;
}
.post-content .icon-arrow-right,
.post-content .icon-docs {
  padding-left: 1.75em;
}
.post-content .mb0 {
  margin-bottom: 0 !important;
}
.post-content .mb3em {
  margin-bottom: 3em !important;
}
.post-content .mb4em {
  margin-bottom: 4em !important;
}
.post-content .clearfix {
  margin-bottom: 0;
}
.post-content .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.post-content img {
  max-width: 100%;
  height: auto;
}
.post-content img + br,
.post-content figure + br {
  display: none;
}
.post-content .aligncenter {
  display: block;
  margin: 1.5em auto;
}
.post-content .alignnone {
  margin: 1.5em 1.5em 1.5em 0;
}
.post-content .alignright,
.post-content .alignleft {
  max-width: 50%;
}
.post-content .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.post-content .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.post-content .wp-caption-text,
.post-content .wp-caption-dd {
  margin: 0.5em 0 0;
  color: var(--color-text-light);
  font-size: 1.4rem;
}
.post-content .wp-video {
  width: 100% !important;
  margin: 1em 0 4em;
}
.post-content .pdfemb-viewer {
  width: 100% !important;
  margin: 1em 0 4em;
  border: 1px solid var(--color-gray);
}

.content-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--content-padding);
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
.content-404 > * + * {
  margin-top: 2.4rem;
}
.content-404 > p {
  font-size: 2.2rem;
  font-family: var(--font-hdg);
}
.content-404 > .btn-home {
  width: 100%;
  font-family: var(--font-hdg);
}

/*# sourceMappingURL=style.css.map */
