/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
}
@media screen and (min-width: 1281px) and (max-width: px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
.btn-standard {
  width: min(32rem, 100%);
  height: 5.2rem;
  padding: 0 2rem;
  border-radius: 0.8rem;
  background: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.btn-standard:after {
  content: "";
  width: 0.8rem;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url(/assets/img/common/ico-chevron-right.svg) no-repeat center center/contain;
          mask: url(/assets/img/common/ico-chevron-right.svg) no-repeat center center/contain;
}
.btn-standard.navy {
  background: var(--color-navy);
}
.btn-standard:hover {
  transform: scale(1.1);
}

.btn-large {
  width: min(42rem, 100%);
  height: 11rem;
  padding: 0 2rem;
  border-radius: 0.8rem;
  background: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.btn-large.amatur:before {
  content: "";
  width: 2rem;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url(/assets/img/common/ico-amatur.svg) no-repeat center center/contain;
          mask: url(/assets/img/common/ico-amatur.svg) no-repeat center center/contain;
}
.btn-large.gear {
  background-color: var(--color-navy);
}
.btn-large.gear:before {
  content: "";
  width: 3.2rem;
  height: 100%;
  background-color: #fff;
  -webkit-mask: url(/assets/img/common/ico-gear.svg) no-repeat center center/contain;
          mask: url(/assets/img/common/ico-gear.svg) no-repeat center center/contain;
}
.btn-large:hover {
  transform: scale(1.1);
}

.btn-circle {
  width: min(16rem, 100%);
  aspect-ratio: 1;
  border-radius: 99rem;
  background: var(--color-green);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.btn-circle.navy {
  background: var(--color-navy);
}
.btn-circle:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .btn-standard {
    width: min(20rem, 100%);
    height: 4.4rem;
    padding: 0 1.6rem;
  }
  .btn-standard:after {
    width: 0.48rem;
  }
  .btn-large {
    width: 100%;
    height: 5.6rem;
    font-size: 1.8rem;
  }
  .btn-large.gear:before {
    width: 2.2rem;
  }
  .btn-large.amatur:before {
    width: 1.5rem;
  }
  .btn-circle {
    width: 10rem;
    font-size: 1.2rem;
  }
}
.page-header {
  padding: 16rem calc(50% - var(--size-viewport-content) / 2) 20rem;
  font-size: 1.6rem;
}
@media (max-width: 1280px) {
  .page-header {
    padding-inline: var(--size-viewport-side);
  }
}
.page-header h1 {
  flex: 0 0 auto;
  font-size: 4.8rem;
  color: #fff;
}
.page-header:not(.columns) h1 + p {
  margin-top: 19rem;
}
.page-header.columns {
  display: flex;
  align-items: center;
  gap: 10rem;
}

.heading-circle {
  font-size: 4rem;
  color: var(--color-green);
}
.heading-circle span {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  color: var(--color-base);
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.heading-circle span:before {
  content: "";
  flex: 0 0 0.8rem;
  height: 0.8rem;
  border-radius: 99rem;
  background-color: var(--color-green);
}
.heading-circle.navy {
  color: var(--color-navy);
}
.heading-circle.navy span:before {
  background-color: var(--color-navy);
}

.heading-border {
  font-size: 3.2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.heading-border:before {
  content: "";
  width: 0.6rem;
  height: 0.95em;
  border-radius: 99rem;
  background-color: var(--color-green);
}
.heading-border.navy {
  color: var(--color-navy);
}
.heading-border.navy:before {
  background-color: var(--color-navy);
}

@media (max-width: 768px) {
  .page-header {
    padding: 9rem var(--size-viewport-side) 10rem;
    font-size: 1.3rem;
    display: block !important;
  }
  .page-header h1 {
    font-size: 2rem;
  }
  .page-header h1 + p {
    margin-top: 7rem !important;
  }
  .heading-circle {
    font-size: 2.8rem;
  }
  .heading-circle span {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .heading-border {
    font-size: 2rem;
    gap: 1.2rem;
  }
  .heading-border:before {
    width: 0.4rem;
  }
}
/*=========================================
Global Default Settings
=========================================*/
:root {
  --color-base: #1a1a1a;
  --color-navy: #015baa;
  --color-green: #01aa7c;
  --color-pink: #db4e95;
  --color-grey: #b7bfc9;
  --color-grey-light: #e7f2ef;
  --color-grey-dark: #9099a5;
  --font-base: "Lato", "Noto Sans JP", sans-serif;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-lato: "Lato", sans-serif;
  --size-viewport-content: 120rem;
  --size-viewport-side: 5rem;
}

html {
  font-size: 62.5%;
  background-color: #edf0f3;
  background: url(/assets/img/common/bg-grid.svg) repeat center center/30rem auto, linear-gradient(to bottom, #edf0f3 0%, #edf0f3 calc(100% - 160rem), rgba(22, 123, 116, 0.4) 100%);
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: var(--font-base);
  color: var(--color-base);
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  overflow-x: hidden;
}

body:not(#top) {
  background: url(/assets/img/common/page-deco.webp) no-repeat left top/156rem auto;
}

main {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
  line-height: 1.3;
}

picture {
  display: block;
}

em {
  font-style: normal;
}

a:not([class*=btn-]) {
  color: var(--color-green);
  text-decoration: underline;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:not([class*=btn-]):hover {
    color: var(--color-grey);
  }
}

main [id] {
  scroll-margin-top: 6rem;
}

@media (max-width: 1280px) {
  :root {
    --size-viewport-side: 2.4rem;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    background: url(/assets/img/common/bg-grid.svg) repeat center center/16.4rem auto, linear-gradient(to bottom, #edf0f3 0%, #edf0f3 calc(100% - 160rem), rgba(22, 123, 116, 0.4) 100%);
  }
  body {
    font-size: 1.3rem;
  }
  body:not(#top) {
    background: url(/assets/img/common/page-deco.webp) no-repeat -14rem top/72.2rem auto;
  }
  .pc {
    display: none;
  }
}
/*=========================================
Global Classes & Components
=========================================*/
.center {
  margin-inline: auto;
  text-align: center;
}

.viewport-wrapper {
  width: 100%;
  max-width: var(--size-viewport-content);
  margin-inline: auto;
  position: relative;
}

@media (max-width: 1280px) {
  .viewport-wrapper {
    padding-inline: var(--size-viewport-side);
  }
}
.site-header > figure {
  width: 15.7rem;
  position: absolute;
  top: 2.8rem;
  left: var(--size-viewport-side);
  z-index: 8;
}
.site-header .global-navi {
  z-index: 9;
}
@media (min-width: 769px) {
  .site-header .global-navi {
    width: 100%;
    height: 8rem;
    padding: 2.8rem var(--size-viewport-side);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: flex-end;
    transition: background 0.3s;
  }
  .site-header .global-navi.sticky {
    background: #fff;
    box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.16);
    position: fixed;
    animation: showNav 0.3s;
  }
  @keyframes showNav {
    from {
      top: -8rem;
    }
    to {
      top: 0;
    }
  }
}
.site-header .global-navi .primary {
  display: flex;
  justify-content: flex-end;
  gap: 3rem;
}
.site-header .global-navi .primary a,
.site-header .global-navi .primary span {
  padding: 1rem 0;
  color: var(--color-base);
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.site-header .global-navi .primary a:after {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 99rem;
  background: transparent;
  position: absolute;
  top: 50%;
  right: -1.2rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: background-color 0.1s;
}
.site-header .global-navi .primary a:hover:after {
  background-color: var(--color-pink);
}
.site-header .global-navi .primary a.current:after {
  background-color: var(--color-base);
}
.site-header .global-navi .primary > li {
  position: relative;
}
.site-header .global-navi .primary > li:has(ul):hover ul {
  opacity: 1;
  pointer-events: auto;
}
.site-header .global-navi .primary > li ul {
  min-width: 18rem;
  padding: 2.4rem;
  border-radius: 0.8rem;
  background: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 0.5rem);
  opacity: 0;
  pointer-events: none;
}
.site-header .global-navi .primary > li ul li + li {
  margin-top: 0.8rem;
}
.site-header .menu {
  display: none;
}

@media (max-width: 768px) {
  .site-header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .site-header > figure {
    width: 10rem;
    position: relative;
    z-index: 8;
  }
  .site-header .global-navi {
    width: 100%;
    padding: 10.5rem 4.8rem 4.8rem;
    height: 100svh;
    min-height: 65rem;
    background: #fff url(/assets/img/common/logo-prefecture.png) no-repeat right 2rem bottom 2rem/11rem auto;
    position: fixed;
    top: 0rem;
    right: 0rem;
    font-size: 1.6rem;
    font-weight: bold;
    clip-path: ellipse(0 0 at right 5rem top 5rem);
    transition: clip-path 0.4s;
  }
  .site-header .global-navi.active {
    clip-path: ellipse(100rem 100rem at right 5rem top 5rem);
    transition: clip-path 0.7s;
  }
  .site-header .global-navi.active .primary > li {
    opacity: 1;
    transform: scaleX(1) translateX(0);
    transition: all 0.3s ease-out;
  }
  .site-header .global-navi.active .primary > li:nth-child(1) {
    transition-delay: 0.15s;
  }
  .site-header .global-navi.active .primary > li:nth-child(2) {
    transition-delay: 0.3s;
  }
  .site-header .global-navi.active .primary > li:nth-child(3) {
    transition-delay: 0.45s;
  }
  .site-header .global-navi.active .primary > li:nth-child(4) {
    transition-delay: 0.6s;
  }
  .site-header .global-navi.active .primary > li:nth-child(5) {
    transition-delay: 0.75s;
  }
  .site-header .global-navi .primary {
    display: block;
    border-bottom: 2px dotted var(--color-grey);
  }
  .site-header .global-navi .primary a,
  .site-header .global-navi .primary span {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .site-header .global-navi .primary a:after {
    display: block;
    position: static;
    transform: none;
  }
  .site-header .global-navi .primary span {
    color: var(--color-grey);
  }
  .site-header .global-navi .primary > li {
    position: relative;
    opacity: 0;
    transform: scaleX(0) translateX(-260px);
    transition: none;
  }
  .site-header .global-navi .primary > li > a,
  .site-header .global-navi .primary > li > span {
    padding: 2rem;
    border-top: 2px dotted var(--color-grey);
  }
  .site-header .global-navi .primary > li ul {
    margin-block: -0.5rem 1rem;
    padding: 0 4rem;
    box-shadow: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    font-size: 1.6rem;
  }
  .site-header .global-navi .primary > li ul li + li {
    margin-top: 0rem;
  }
  .site-header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6rem;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 999rem;
    position: fixed;
    right: 2rem;
    top: 2rem;
    z-index: 9;
  }
  .site-header .menu span {
    width: 2rem;
    height: 1px;
    background: #000;
    position: relative;
    transition: all 0.3s;
  }
  .site-header .menu span:before, .site-header .menu span:after {
    content: "";
    width: inherit;
    height: inherit;
    background: #000;
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all 0.3s;
  }
  .site-header .menu span:before {
    top: -0.5rem;
  }
  .site-header .menu span:after {
    bottom: -0.5rem;
  }
  .site-header .menu.active span {
    background: transparent;
  }
  .site-header .menu.active span:before {
    transform: rotate(45deg);
    top: 0;
  }
  .site-header .menu.active span:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}
.site-footer {
  margin-top: 20rem;
  padding: 0 var(--size-viewport-side) 5rem;
  min-height: 57rem;
  background: url(/assets/img/common/footer-dx.svg) no-repeat 10rem bottom/56rem auto, url(/assets/img/common/footer-quarter-round.svg) no-repeat right bottom/46rem auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.site-footer figure:nth-of-type(1) {
  flex: 0 0 15.7rem;
}
.site-footer figure:nth-of-type(2) {
  flex: 0 0 19rem;
}
.site-footer > p {
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .site-footer {
    margin-top: 12rem;
    padding: 16rem var(--size-viewport-side) 3rem;
    min-height: 49rem;
    background: url(/assets/img/common/footer-dx.svg) no-repeat center top/29rem auto, url(/assets/img/common/footer-quarter-round.svg) no-repeat right bottom/21rem auto;
    flex-direction: column;
    align-items: start;
    gap: 0;
    font-size: 1.2rem;
  }
  .site-footer figure:nth-of-type(1) {
    width: 12rem;
    flex: 0 0 auto;
    margin-bottom: 2.4rem;
  }
  .site-footer figure:nth-of-type(2) {
    width: 11.3rem;
    flex: 0 0 auto;
    margin-left: auto;
  }
}
#top .area-mainvisual {
  padding: 16rem 0 0;
  height: 120rem;
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
}
#top .area-mainvisual:before {
  content: "";
  inset: 0;
  position: absolute;
  background: url("/assets/img/top/mainvisual-dx.webp") no-repeat right -3rem/124rem auto;
  pointer-events: none;
}
#top .area-mainvisual .viewport-wrapper h1 {
  font-size: 5.6rem;
}
#top .area-mainvisual .viewport-wrapper h1 + p {
  margin: 3.2rem auto 6.4rem;
  font-size: 2.4rem;
}
#top .area-mainvisual .viewport-wrapper ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
  height: 11rem;
}
#top .area-mainvisual .viewport-wrapper ul li {
  flex: 0 1 42rem;
}
#top .area-mainvisual .viewport-wrapper ul + p {
  margin-top: 23rem;
}
#top .area-consultation {
  margin-top: -10rem;
  position: relative;
}
#top .area-consultation .inner {
  clip-path: ellipse(75% 100% at 50% 100%);
  padding: 30rem calc(50% - var(--size-viewport-content) / 2) 12rem;
  background: url(/assets/img/top/consultation-deco.png) #FFF no-repeat center 33rem/15.6rem auto;
}
@media (max-width: 1280px) {
  #top .area-consultation .inner {
    clip-path: ellipse(100rem 100% at 50% 100%);
    padding: 30rem var(--size-viewport-side) 12rem;
  }
}
#top .area-consultation ul {
  display: flex;
  gap: 4rem;
  margin: 6.4rem auto 0;
}
#top .area-consultation ul li {
  flex: 0 1 50%;
}
#top .area-consultation ul li figure img {
  border-radius: 0.8rem;
}
#top .area-consultation ul li h3 {
  margin: 2.4rem auto 1.6rem;
  color: var(--color-green);
  font-size: 2.4rem;
}
#top .area-consultation ul li a {
  margin: 3.2rem 0 0 auto;
}
#top .area-services {
  background: #fff;
}
#top .area-services .splide {
  visibility: visible;
  margin-block: 4rem 6.4rem;
}
@media (min-width: 769px) {
  #top .area-services .splide .splide__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
#top .area-services .splide .splide__list li figure {
  background: #b7bfc9;
  border-radius: 0.8rem;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#top .area-services .splide .splide__list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .area-services .splide .splide__list li h3 {
  margin-block: 2.4rem 1.6rem;
  font-size: 1.8rem;
}
#top .area-services .splide .splide__list li p {
  margin-block: 1.6rem 3.2rem;
  font-size: 1.4rem;
  color: var(--color-grey-dark);
}
#top .area-services .splide .splide__list li .terms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
#top .area-services .splide .splide__list li .terms span {
  padding: 0.8rem 1.6rem;
  border-radius: 99rem;
  border: 1px solid var(--color-grey-dark);
  color: var(--color-green);
  font-size: 1.2rem;
  line-height: 1;
}
#top .area-services .btn-standard {
  margin-left: auto;
}
#top .area-cases {
  padding-block: 12rem 25rem;
  background: #fff;
  clip-path: ellipse(75% 100% at 50% 0%);
}
@media (max-width: 1280px) {
  #top .area-cases {
    clip-path: ellipse(100rem 100% at 50% 0%);
  }
}
#top .area-cases .splide {
  visibility: visible;
  margin-block: 4rem 6.4rem;
}
@media (min-width: 769px) {
  #top .area-cases .splide .splide__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
#top .area-cases .splide .splide__list li {
  display: flex;
  gap: 3.2rem;
  background: #e7f2ef;
  border: 2px solid var(--color-green);
  border-radius: 1.2rem;
  padding: 3.2rem;
}
#top .area-cases .splide .splide__list li > figure {
  flex: 0 0 8rem;
}
#top .area-cases .splide .splide__list li .info {
  flex: 1 1 auto;
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
}
#top .area-cases .splide .splide__list li .info p:nth-of-type(2) {
  flex: 1 1 auto;
}
#top .area-cases .splide .splide__list li .info p + p {
  margin-top: 1rem;
}
#top .area-cases .splide .splide__list li .info p:has(strong) {
  font-size: 1.25em;
}
#top .area-cases .splide .splide__list li .info p:has(small) small {
  font-size: 0.85em;
}
#top .area-cases .btn-standard {
  margin-left: auto;
}
#top .area-cooporation {
  padding-top: 25rem;
}
#top .area-cooporation .viewport-wrapper {
  background: url(/assets/img/top/cooporation-deco.png) no-repeat right top/24rem auto;
}
#top .area-cooporation .flexbox {
  display: flex;
  align-items: center;
  margin-top: 6.4rem;
  padding: 8rem;
  gap: 7rem;
  background: #fff;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
}
#top .area-cooporation .flexbox figure {
  max-width: 48rem;
  flex: 0 0 40%;
}
#top .area-cooporation .flexbox figure img {
  border-radius: 0.8rem;
}
#top .area-cooporation .flexbox .info h3 {
  font-size: 2.4rem;
  color: var(--color-navy);
}
#top .area-cooporation .flexbox .info p {
  margin: 2.4rem 0 6.4rem;
}
#top .area-cooporation .flexbox .info a {
  margin-left: auto;
}

@media (max-width: 768px) {
  #top .area-mainvisual {
    padding: 13rem 0 7rem;
    height: auto;
  }
  #top .area-mainvisual:before {
    background: url("/assets/img/top/mainvisual-dx.png") no-repeat -3rem 4.5rem/57.6rem auto;
  }
  #top .area-mainvisual .viewport-wrapper h1 {
    font-size: 3rem;
  }
  #top .area-mainvisual .viewport-wrapper h1 + p {
    margin: 2.4rem auto 4rem;
    font-size: 1.4rem;
  }
  #top .area-mainvisual .viewport-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin: 0 2rem;
    height: auto;
  }
  #top .area-mainvisual .viewport-wrapper ul li {
    flex: 0 0 auto;
  }
  #top .area-mainvisual .viewport-wrapper ul + p {
    margin-top: 3.2rem;
  }
  #top .area-consultation {
    margin-top: 8rem;
  }
  #top .area-consultation:before {
    content: "";
    width: 8rem;
    height: 12.4rem;
    background: url(/assets/img/top/consultation-deco.png) no-repeat center center/contain;
    position: absolute;
    right: 1rem;
    top: -3rem;
    z-index: 1;
  }
  #top .area-consultation .inner {
    clip-path: ellipse(170vw 100% at 50% 100%);
    padding: 8rem var(--size-viewport-side);
    background: #FFF;
  }
  #top .area-consultation ul {
    display: block;
    margin: 2.4rem auto 0;
  }
  #top .area-consultation ul li + li {
    margin-top: 4rem;
  }
  #top .area-consultation ul li figure img {
    width: 100%;
  }
  #top .area-consultation ul li h3 {
    margin: 1.6rem auto 0.8rem;
    font-size: 1.6rem;
  }
  #top .area-consultation ul li a {
    margin: 2.4rem 0 0 auto;
  }
  #top .area-services .splide {
    width: calc(100% + var(--size-viewport-side) * 2);
    margin-left: calc(-1 * var(--size-viewport-side));
    margin-block: 2.4rem 3.2rem;
  }
  #top .area-services .splide .splide__list li {
    width: 26rem;
  }
  #top .area-services .splide .splide__list li h3 {
    margin-block: 1.6rem 1rem;
    font-size: 1.4rem;
  }
  #top .area-services .splide .splide__list li p {
    margin-block: 1.2rem;
    font-size: 1.2rem;
  }
  #top .area-services .splide .splide__list li .terms {
    gap: 0.8rem;
  }
  #top .area-services .splide .splide__list li .terms span {
    padding: 0.4rem 1rem;
    font-size: 1rem;
  }
  #top .area-cases {
    padding-block: 8rem;
    clip-path: ellipse(150vw 100% at 50% 0%);
  }
  #top .area-cases .splide {
    width: calc(100% + var(--size-viewport-side) * 2);
    margin-left: calc(-1 * var(--size-viewport-side));
    margin-block: 2.4rem 3.2rem;
  }
  #top .area-cases .splide .splide__list li {
    width: 26rem;
    display: grid;
    grid-template-columns: 5rem 1fr;
    gap: 0.8rem 1.6rem;
    border-radius: 0.8rem;
    padding: 2.4rem;
  }
  #top .area-cases .splide .splide__list li .info {
    display: contents;
  }
  #top .area-cases .splide .splide__list li .info p:nth-of-type(2),
  #top .area-cases .splide .splide__list li .info p:nth-of-type(3) {
    grid-column: span 2;
  }
  #top .area-cases .splide .splide__list li .info p + p {
    margin-top: 0.5rem;
  }
  #top .area-cases .splide .splide__list li .info p:has(strong) {
    align-self: center;
    font-size: 1.6rem;
  }
  #top .area-cases .splide .splide__list li .info p:has(small) small {
    font-size: 1.2rem;
  }
  #top .area-cases .btn-standard {
    margin-left: auto;
  }
  #top .area-cooporation {
    padding-top: 8rem;
  }
  #top .area-cooporation .viewport-wrapper {
    background: url(/assets/img/top/cooporation-deco.png) no-repeat center 9.5rem/12.4rem auto;
  }
  #top .area-cooporation .flexbox {
    display: block;
    margin-top: 8rem;
    padding: 2rem;
    border-radius: 0.8rem;
  }
  #top .area-cooporation .flexbox figure img {
    width: 100%;
    border-radius: 0.8rem;
  }
  #top .area-cooporation .flexbox .info h3 {
    margin-top: 2.4rem;
    font-size: 1.6rem;
  }
  #top .area-cooporation .flexbox .info p {
    margin: 0.8rem 0 2.4rem;
  }
}
#pr-list .area-results {
  padding-inline: calc(50% - var(--size-viewport-content) / 2);
}
@media (max-width: 1280px) {
  #pr-list .area-results {
    padding-inline: var(--size-viewport-side);
  }
}
#pr-list .area-results .result-counts {
  margin-bottom: 4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#pr-list .area-results .result-counts em,
#pr-list .area-results .result-counts small {
  color: var(--color-green);
}
#pr-list .area-results .result-counts em {
  font-size: 4.8rem;
  font-weight: normal;
  font-style: normal;
}
#pr-list .area-results .result-list li {
  padding: 6rem;
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
}
#pr-list .area-results .result-list li + li {
  margin-top: 8rem;
}
#pr-list .area-results .result-list li .flexbox {
  display: flex;
  gap: 6rem;
}
#pr-list .area-results .result-list li .flexbox > figure {
  flex: 0 0 24rem;
  height: 24rem;
  border-radius: 0.8rem;
  background-color: var(--color-grey);
  overflow: hidden;
}
#pr-list .area-results .result-list li .flexbox > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pr-list .area-results .result-list li .flexbox .info {
  flex: 1 1 auto;
  font-size: 1.6rem;
  text-align: justify;
}
#pr-list .area-results .result-list li .flexbox .info .slogan {
  font-weight: bold;
}
#pr-list .area-results .result-list li .flexbox .info h2 {
  margin: 0.8rem auto 3.2rem;
  font-size: 3.2rem;
  font-weight: bold;
}
#pr-list .area-results .result-list li .flexbox .info .organization {
  margin-top: 3.2rem;
  color: var(--color-grey);
}
#pr-list .area-results .result-list li .flexbox .info .terms {
  margin-top: 3.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
#pr-list .area-results .result-list li .flexbox .info .terms > span {
  padding: 0.8rem 1.6rem;
  border-radius: 99rem;
  border: 1px solid var(--color-grey-dark);
  color: var(--color-green);
  font-size: 1.2rem;
  line-height: 1;
}
#pr-list .area-results .result-list li .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 2px dotted var(--color-grey);
}
#pr-list .area-results .result-list li .btns .pdf {
  border: 1px solid var(--color-green);
  background: #fff;
  color: var(--color-base);
}
#pr-list .area-results .result-list li .btns .pdf:after {
  background: var(--color-green);
}
#pr-list .filter-container {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  display: none;
}
#pr-list .filter-container .inner {
  width: 100%;
  max-width: var(--size-viewport-content);
  background-color: #edf0f3;
  border-radius: 1.2rem;
  position: relative;
}
#pr-list .filter-container .inner > p {
  height: 8rem;
  line-height: 8rem;
  background-color: var(--color-grey);
  border-radius: 1.2rem 1.2rem 0 0;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}
#pr-list .filter-container .inner .grid-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4rem;
  padding: 4rem 5rem;
}
#pr-list .filter-container .inner .grid-block .terms-filter > p {
  padding-bottom: 1.6rem;
  margin-bottom: 2.4rem;
  color: var(--color-green);
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid var(--color-grey);
}
#pr-list .filter-container .inner .grid-block .terms-filter ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.6rem;
}
#pr-list .filter-container .inner .grid-block .terms-filter ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
#pr-list .filter-container .inner .grid-block .terms-filter ul li input[type=checkbox] {
  flex: 0 0 2.4rem;
  aspect-ratio: 1;
  border-radius: 0.4rem;
  background: #fff;
  border: 2px solid var(--color-green);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#pr-list .filter-container .inner .grid-block .terms-filter ul li input[type=checkbox]:checked {
  background: url(/assets/img/common/ico-check.svg) var(--color-green) no-repeat center center/1.2rem auto;
}
#pr-list .filter-container .inner .grid-block .action-btns {
  display: grid;
  grid-template-columns: 1fr 32rem;
  align-items: end;
  gap: 1rem;
}
#pr-list .filter-container .inner .grid-block .action-btns .btn-submit {
  padding: 1.2rem 0;
  background-color: var(--color-green);
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0.8rem;
  text-align: center;
  cursor: pointer;
}
#pr-list .filter-container .inner .grid-block .action-btns .btn-clear {
  padding: 1.2rem 0;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s;
}
#pr-list .filter-container .inner .grid-block .action-btns .btn-clear:hover {
  color: var(--color-green);
}
#pr-list .filter-container .inner .grid-block .relation-toggle {
  display: none;
}
#pr-list .filter-container .inner .grid-block .keyword-filter {
  display: none;
}
#pr-list .filter-container .inner .grid-block .keyword-filter input {
  width: 100%;
  background: #fff;
}
#pr-list .filter-container .inner .btn-close {
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 999rem;
  background: url(/assets/img/common/ico-close.svg) #fff no-repeat center center/2.4rem auto;
  position: absolute;
  right: -1.6rem;
  top: -1.6rem;
}
#pr-list .btn-filter {
  flex-direction: column;
  gap: 0.8rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  z-index: 3;
  box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.16);
  transition: bottom 0.2s;
}
#pr-list .btn-filter:before {
  content: "";
  display: block;
  width: 5rem;
  margin-top: -2rem;
  aspect-ratio: 1;
  background: url(/assets/img/common/ico-search-filter.svg) no-repeat center center/contain;
}
#pr-list .btn-filter.offset {
  bottom: 12rem;
}
#pr-list #viewmore {
  margin-top: 8rem;
}

@media (max-width: 768px) {
  #pr-list .page-header {
    padding-bottom: 3rem;
  }
  #pr-list .area-results {
    padding-inline: var(--size-viewport-side);
  }
  #pr-list .area-results .result-counts {
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  #pr-list .area-results .result-counts em {
    font-size: 3.2rem;
  }
  #pr-list .area-results .result-list li {
    padding: 2rem;
    border-radius: 0.8rem;
  }
  #pr-list .area-results .result-list li + li {
    margin-top: 4rem;
  }
  #pr-list .area-results .result-list li .flexbox {
    display: block;
  }
  #pr-list .area-results .result-list li .flexbox > figure {
    width: 100%;
    height: auto;
    margin-bottom: 2.4rem;
    aspect-ratio: 16/9;
    border-radius: 0.4rem;
  }
  #pr-list .area-results .result-list li .flexbox .info {
    font-size: 1.3rem;
  }
  #pr-list .area-results .result-list li .flexbox .info h2 {
    margin: 0.8rem auto 1.6rem;
    font-size: 2rem;
  }
  #pr-list .area-results .result-list li .flexbox .info .organization {
    margin-top: 2rem;
  }
  #pr-list .area-results .result-list li .flexbox .info .terms {
    margin-top: 2rem;
    gap: 0.6rem 0.4rem;
  }
  #pr-list .area-results .result-list li .flexbox .info .terms > span {
    padding: 0.4rem 1.2rem;
    font-size: 1rem;
    font-weight: bold;
  }
  #pr-list .area-results .result-list li .btns {
    display: block;
    margin: 3rem 0 0;
    padding-top: 3rem;
  }
  #pr-list .area-results .result-list li .btns > a {
    width: 100%;
  }
  #pr-list .area-results .result-list li .btns > a + a {
    margin-top: 1.2rem;
  }
  #pr-list .filter-container {
    align-items: flex-start;
    padding-block: 5rem;
    overflow-y: scroll;
  }
  #pr-list .filter-container .inner {
    border-radius: 0.8rem;
    margin: 0 var(--size-viewport-side);
  }
  #pr-list .filter-container .inner > p {
    height: 5rem;
    line-height: 5rem;
    border-radius: 0.8rem 0.8rem 0 0;
    font-size: 1.6rem;
  }
  #pr-list .filter-container .inner .grid-block {
    display: block;
    padding: 2rem;
  }
  #pr-list .filter-container .inner .grid-block .grid + .grid {
    margin-top: 3.2rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter > p {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    border: none;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul {
    display: grid;
    gap: 0;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li {
    min-height: 5rem;
    padding: 0.5rem 1rem;
    gap: 0;
    position: relative;
    border: 1px solid var(--color-green);
    font-size: 1.2rem;
    line-height: 1.3;
    overflow: hidden;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:nth-of-type(n + 3) {
    border-top: none;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:nth-of-type(odd) + li {
    border-left: none;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:nth-of-type(1) {
    border-top-left-radius: 0.4rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:nth-of-type(2) {
    border-top-right-radius: 0.4rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:last-of-type {
    border-bottom-right-radius: 0.4rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:nth-last-of-type(2) {
    border-bottom-left-radius: 0.4rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li:only-of-type {
    border-radius: 0.4rem;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li input[type=checkbox] {
    position: absolute;
    inset: 0;
    aspect-ratio: initial;
    border-radius: 0;
    border: none;
    z-index: 0;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li input[type=checkbox]:checked {
    background: #e7f2ef;
  }
  #pr-list .filter-container .inner .grid-block .terms-filter ul li label {
    position: relative;
    z-index: 1;
  }
  #pr-list .filter-container .inner .grid-block .action-btns {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1rem;
  }
  #pr-list .filter-container .inner .grid-block .action-btns .btn-submit {
    width: 100%;
    padding: 0.8rem 0;
    border-radius: 0.4rem;
    font-size: 1.3rem;
  }
  #pr-list .filter-container .inner .grid-block .action-btns .btn-clear {
    padding: 1.2rem 0;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
  }
  #pr-list .filter-container .inner .grid-block .action-btns .btn-clear:hover {
    color: var(--color-green);
  }
  #pr-list .filter-container .inner .btn-close {
    width: 4rem;
    background: url(/assets/img/common/ico-close.svg) #fff no-repeat center center/1.6rem auto;
    right: -1rem;
    top: -rem;
  }
  #pr-list .btn-filter {
    gap: 0.4rem;
    right: 1rem;
    bottom: 2rem;
    font-size: 1rem;
  }
  #pr-list .btn-filter:before {
    width: 3.2rem;
    margin-top: -1rem;
  }
  #pr-list .btn-filter.offset {
    bottom: 7rem;
  }
}
#about .area-flow {
  padding-inline: calc(50% - var(--size-viewport-content) / 2);
}
@media (max-width: 1280px) {
  #about .area-flow {
    padding-inline: var(--size-viewport-side);
  }
}
#about .area-flow ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  margin-block: 6rem 8rem;
}
#about .area-flow ol li {
  counter-increment: num;
  position: relative;
}
#about .area-flow ol li h2 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
}
#about .area-flow ol li h2:before {
  content: counter(num);
  width: 4.8rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border-radius: 999rem;
  background-color: var(--color-green);
  text-align: center;
  color: #fff;
}
#about .area-flow ol li figure {
  position: relative;
}
#about .area-flow ol li + li figure:before {
  content: "";
  width: 9.4rem;
  height: 4.4rem;
  background: url(/assets/img/about/flow-arrow.svg) no-repeat center center/contain;
  position: absolute;
  left: -8rem;
  top: 50%;
  transform: translateY(-50%);
}
#about .area-flow ol li p {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.8rem;
}
#about .area-staff {
  padding: 20rem calc(50% - var(--size-viewport-content) / 2) 0;
}
@media (max-width: 1280px) {
  #about .area-staff {
    padding-inline: var(--size-viewport-side);
  }
}
#about .area-staff h2 + p {
  margin: 4rem auto 8rem;
}
#about .area-staff ul li {
  display: flex;
  gap: 5rem;
  padding: 4rem 6rem;
  background-color: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 0.3rem 2rem rgba(0, 0, 0, 0.1);
}
#about .area-staff ul li + li {
  margin-top: 4rem;
}
#about .area-staff ul li > figure {
  flex: 0 0 14rem;
  text-align: center;
  color: var(--color-green);
  font-size: 2rem;
  font-weight: bold;
}
#about .area-staff ul li > figure figcaption {
  margin-top: 0.8rem;
}
#about .area-staff ul li > div {
  flex: 1 1 auto;
}
#about .area-staff ul li > div p:first-of-type {
  margin-bottom: 3.2rem;
  font-size: 1.8rem;
}
#about .area-staff ul li > div strong {
  color: var(--color-grey);
}
#about .area-staff ul li > div .border {
  margin-top: 1.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--color-grey);
}
#about .area-staff ul li > div dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 0.4rem;
  margin-top: 1.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--color-grey);
}
#about .area-staff ul li > div dl dt {
  color: var(--color-grey);
  font-weight: normal;
}
#about .area-staff ul li > div dl dd:before {
  content: "：";
  color: var(--color-green);
}

@media (max-width: 768px) {
  #about .area-flow ol {
    display: block;
    margin-block: 2.4rem 4rem;
  }
  #about .area-flow ol li {
    display: grid;
    grid-template-columns: 14rem 1fr;
    gap: 0 1.2rem;
  }
  #about .area-flow ol li + li {
    margin-top: 2rem;
  }
  #about .area-flow ol li h2 {
    align-self: end;
    gap: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
  #about .area-flow ol li h2:before {
    content: counter(num);
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
  }
  #about .area-flow ol li figure {
    order: -1;
    grid-row: span 2;
  }
  #about .area-flow ol li + li figure:before {
    width: 3.5rem;
    height: 1.8rem;
    left: 5rem;
    top: -2rem;
    transform: rotate(90deg);
  }
  #about .area-flow ol li p {
    margin-top: 0;
    font-size: 1.3rem;
    text-align: justify;
  }
  #about .area-staff {
    padding: 8rem var(--size-viewport-side) 0;
  }
  #about .area-staff h2 + p {
    margin: 2.4rem auto 4rem;
  }
  #about .area-staff ul li {
    display: block;
    padding: 2rem 2rem 2.4rem;
  }
  #about .area-staff ul li + li {
    margin-top: 2rem;
  }
  #about .area-staff ul li > figure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    font-size: 1.6rem;
  }
  #about .area-staff ul li > figure img {
    width: 8rem;
  }
  #about .area-staff ul li > figure figcaption {
    margin-top: 0;
  }
  #about .area-staff ul li > div p:first-of-type {
    margin-block: 2rem 4rem;
    font-size: 1.4rem;
    text-align: justify;
  }
  #about .area-staff ul li > div dl {
    display: block;
    margin-top: 1rem;
    padding-top: 2rem;
  }
  #about .area-staff ul li > div dl dt:after {
    content: "：";
    color: var(--color-green);
  }
  #about .area-staff ul li > div dl dd:before {
    display: none;
  }
  #about .area-staff ul li > div dl dd + dt {
    margin-top: 1.6rem;
  }
}
.form-pages form {
  max-width: 120rem;
  margin: 0 auto;
  padding: 4rem;
  background: #fff;
}
.form-pages form dl {
  display: grid;
  grid-template-columns: 12rem 1fr;
  gap: 2rem 1rem;
}
.form-pages form dl select,
.form-pages form dl input {
  padding: 0.5rem;
  border: 1px solid #ccc;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form-pages form button {
  padding: 1rem 2rem;
  background: var(--color-green);
  margin: 2rem;
}

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