@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  color: #384158;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 2;
  word-wrap: break-word;
}

.markdown-body ol {
  list-style: number;
}
.markdown-body ul {
  list-style: disc;
}
.markdown-body ul ul {
  list-style: circle;
}
.markdown-body ul ul ul {
  list-style: square;
}

.markdown-body .octicon {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

.markdown-body h1:hover .anchor .octicon-link:before,
.markdown-body h2:hover .anchor .octicon-link:before,
.markdown-body h3:hover .anchor .octicon-link:before,
.markdown-body h4:hover .anchor .octicon-link:before,
.markdown-body h5:hover .anchor .octicon-link:before,
.markdown-body h6:hover .anchor .octicon-link:before {
  width: 16px;
  height: 16px;
  content: " ";
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
  mask-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' aria-hidden='true'><path fill-rule='evenodd' d='M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z'></path></svg>");
}

.markdown-body details,
.markdown-body figcaption,
.markdown-body figure {
  display: block;
}

.markdown-body summary {
  display: list-item;
}

.markdown-body [hidden] {
  display: none !important;
}

.markdown-body a {
  background-color: transparent;
  color: #0969da;
  text-decoration: none;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

.markdown-body b,
.markdown-body strong {
  font-weight: 600;
}

.markdown-body dfn {
  font-style: italic;
}

.markdown-body h1 {
  margin: 0.67em 0;
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #d8dee4;
}

.markdown-body mark {
  background-color: #fff8c5;
  color: #24292f;
}

.markdown-body small {
  font-size: 90%;
}

.markdown-body sub,
.markdown-body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.markdown-body sub {
  bottom: -0.25em;
}

.markdown-body sup {
  top: -0.5em;
}

.markdown-body img {
  border-style: none;
  max-width: 100%;
  box-sizing: content-box;
  background-color: #ffffff;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre,
.markdown-body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body figure {
  margin: 1em 40px;
}

.markdown-body hr {
  box-sizing: content-box;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid #d8dee4;
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #d0d7de;
  border: 0;
}

.markdown-body input {
  font: inherit;
  margin: 0;
  overflow: visible;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.markdown-body [type=button],
.markdown-body [type=reset],
.markdown-body [type=submit] {
  -webkit-appearance: button;
}

.markdown-body [type=button]::-moz-focus-inner,
.markdown-body [type=reset]::-moz-focus-inner,
.markdown-body [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.markdown-body [type=button]:-moz-focusring,
.markdown-body [type=reset]:-moz-focusring,
.markdown-body [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.markdown-body [type=checkbox],
.markdown-body [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body [type=number]::-webkit-inner-spin-button,
.markdown-body [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.markdown-body [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.markdown-body [type=search]::-webkit-search-cancel-button,
.markdown-body [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.markdown-body ::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

.markdown-body ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.markdown-body a:hover {
  text-decoration: underline;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  width: max-content;
  max-width: 100%;
  overflow: auto;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body details summary {
  cursor: pointer;
}

.markdown-body details:not([open]) > *:not(summary) {
  display: none !important;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  line-height: 10px;
  color: #24292f;
  vertical-align: middle;
  background-color: #f6f8fa;
  border: solid 1px rgba(175, 184, 193, 0.2);
  border-bottom-color: rgba(175, 184, 193, 0.2);
  border-radius: 6px;
  box-shadow: inset 0 -1px 0 rgba(175, 184, 193, 0.2);
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.markdown-body h2 {
  font-weight: 600;
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #d8dee4;
}

.markdown-body h3 {
  font-weight: 600;
  font-size: 1.25em;
}

.markdown-body h4 {
  font-weight: 600;
  font-size: 1em;
}

.markdown-body h5 {
  font-weight: 600;
  font-size: 0.875em;
}

.markdown-body h6 {
  font-weight: 600;
  font-size: 0.85em;
  color: #57606a;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
  padding: 0 1em;
  color: #57606a;
  border-left: 0.25em solid #d0d7de;
}

.markdown-body ul,
.markdown-body ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body tt,
.markdown-body code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  font-size: 12px;
  word-wrap: normal;
}

.markdown-body .octicon {
  display: inline-block;
  overflow: visible !important;
  vertical-align: text-bottom;
  fill: currentColor;
}

.markdown-body ::placeholder {
  color: #6e7781;
  opacity: 1;
}

.markdown-body input::-webkit-outer-spin-button,
.markdown-body input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

.markdown-body .pl-c {
  color: #6e7781;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0550ae;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #8250df;
}

.markdown-body .pl-smi,
.markdown-body .pl-s .pl-s1 {
  color: #24292f;
}

.markdown-body .pl-ent {
  color: #116329;
}

.markdown-body .pl-k {
  color: #cf222e;
}

.markdown-body .pl-s,
.markdown-body .pl-pds,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sre,
.markdown-body .pl-sr .pl-sra {
  color: #0a3069;
}

.markdown-body .pl-v,
.markdown-body .pl-smw {
  color: #953800;
}

.markdown-body .pl-bu {
  color: #82071e;
}

.markdown-body .pl-ii {
  color: #f6f8fa;
  background-color: #82071e;
}

.markdown-body .pl-c2 {
  color: #f6f8fa;
  background-color: #cf222e;
}

.markdown-body .pl-sr .pl-cce {
  font-weight: bold;
  color: #116329;
}

.markdown-body .pl-ml {
  color: #3b2300;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  font-weight: bold;
  color: #0550ae;
}

.markdown-body .pl-mi {
  font-style: italic;
  color: #24292f;
}

.markdown-body .pl-mb {
  font-weight: bold;
  color: #24292f;
}

.markdown-body .pl-md {
  color: #82071e;
  background-color: #FFEBE9;
}

.markdown-body .pl-mi1 {
  color: #116329;
  background-color: #dafbe1;
}

.markdown-body .pl-mc {
  color: #953800;
  background-color: #ffd8b5;
}

.markdown-body .pl-mi2 {
  color: #eaeef2;
  background-color: #0550ae;
}

.markdown-body .pl-mdr {
  font-weight: bold;
  color: #8250df;
}

.markdown-body .pl-ba {
  color: #57606a;
}

.markdown-body .pl-sg {
  color: #8c959f;
}

.markdown-body .pl-corl {
  text-decoration: underline;
  color: #0a3069;
}

.markdown-body [data-catalyst] {
  display: block;
}

.markdown-body g-emoji {
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-style: normal !important;
  font-weight: 400;
  line-height: 1;
  vertical-align: -0.075em;
}

.markdown-body g-emoji img {
  width: 1em;
  height: 1em;
}

.markdown-body::before {
  display: table;
  content: "";
}

.markdown-body::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .absent {
  color: #cf222e;
}

.markdown-body .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre,
.markdown-body details {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body sup > a::before {
  content: "[";
}

.markdown-body sup > a::after {
  content: "]";
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #24292f;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 tt,
.markdown-body h1 code,
.markdown-body h2 tt,
.markdown-body h2 code,
.markdown-body h3 tt,
.markdown-body h3 code,
.markdown-body h4 tt,
.markdown-body h4 code,
.markdown-body h5 tt,
.markdown-body h5 code,
.markdown-body h6 tt,
.markdown-body h6 code {
  padding: 0 0.2em;
  font-size: inherit;
}

.markdown-body ul.no-list,
.markdown-body ol.no-list {
  padding: 0;
  list-style-type: none;
}

.markdown-body ol[type="1"] {
  list-style-type: decimal;
}

.markdown-body ol[type=a] {
  list-style-type: lower-alpha;
}

.markdown-body ol[type=i] {
  list-style-type: lower-roman;
}

.markdown-body div > ol:not([type]) {
  list-style-type: decimal;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body li + li {
  margin-top: 0.25em;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body table th {
  font-weight: 600;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #d0d7de;
}

.markdown-body table tr {
  background-color: #ffffff;
  border-top: 1px solid #d8dee4;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}

.markdown-body table img {
  background-color: transparent;
}

.markdown-body img[align=right] {
  padding-left: 20px;
}

.markdown-body img[align=left] {
  padding-right: 20px;
}

.markdown-body .emoji {
  max-width: none;
  vertical-align: text-top;
  background-color: transparent;
}

.markdown-body span.frame {
  display: block;
  overflow: hidden;
}

.markdown-body span.frame > span {
  display: block;
  float: left;
  width: auto;
  padding: 7px;
  margin: 13px 0 0;
  overflow: hidden;
  border: 1px solid #d0d7de;
}

.markdown-body span.frame span img {
  display: block;
  float: left;
}

.markdown-body span.frame span span {
  display: block;
  padding: 5px 0 0;
  clear: both;
  color: #24292f;
}

.markdown-body span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-center > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: center;
}

.markdown-body span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.markdown-body span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.markdown-body span.align-right > span {
  display: block;
  margin: 13px 0 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body span.align-right span img {
  margin: 0;
  text-align: right;
}

.markdown-body span.float-left {
  display: block;
  float: left;
  margin-right: 13px;
  overflow: hidden;
}

.markdown-body span.float-left span {
  margin: 13px 0 0;
}

.markdown-body span.float-right {
  display: block;
  float: right;
  margin-left: 13px;
  overflow: hidden;
}

.markdown-body span.float-right > span {
  display: block;
  margin: 13px auto 0;
  overflow: hidden;
  text-align: right;
}

.markdown-body code,
.markdown-body tt {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(175, 184, 193, 0.2);
  border-radius: 6px;
}

.markdown-body code br,
.markdown-body tt br {
  display: none;
}

.markdown-body del code {
  text-decoration: inherit;
}

.markdown-body pre code {
  font-size: 100%;
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 6px;
}

.markdown-body pre code,
.markdown-body pre tt {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body .csv-data td,
.markdown-body .csv-data th {
  padding: 5px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.markdown-body .csv-data .blob-num {
  padding: 10px 8px 9px;
  text-align: right;
  background: #ffffff;
  border: 0;
}

.markdown-body .csv-data tr {
  border-top: 0;
}

.markdown-body .csv-data th {
  font-weight: 600;
  background: #f6f8fa;
  border-top: 0;
}

.markdown-body .footnotes {
  font-size: 12px;
  color: #57606a;
  border-top: 1px solid #d0d7de;
}

.markdown-body .footnotes ol {
  padding-left: 16px;
}

.markdown-body .footnotes li {
  position: relative;
}

.markdown-body .footnotes li:target::before {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -24px;
  pointer-events: none;
  content: "";
  border: 2px solid #0969da;
  border-radius: 6px;
}

.markdown-body .footnotes li:target {
  color: #24292f;
}

.markdown-body .footnotes .data-footnote-backref g-emoji {
  font-family: monospace;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item label {
  font-weight: 400;
}

.markdown-body .task-list-item.enabled label {
  cursor: pointer;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item .handle {
  display: none;
}

.markdown-body .task-list-item-checkbox {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
  margin: 0 -1.6em 0.25em 0.2em;
}

.markdown-body ::-webkit-calendar-picker-indicator {
  filter: invert(50%);
}

.container {
  overflow: hidden;
}

.rounded-image {
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
}

@media (max-width: 600px) {
  .rounded-image {
    border-radius: 10px;
  }
}
.inline-block {
  display: inline-block;
}

.is--XL, .is--XL-LG, .is--XL-Pc, .is--XL-MD, .is--XL-Tb, .is--XL-SM, .is--XL-Sp, .is--XL-XS {
  display: block;
}

.is--LG, .is--LG-Pc, .is--LG-MD, .is--LG-Tb, .is--LG-SM, .is--LG-Sp, .is--LG-XS, .is--Pc, .is--Pc-MD, .is--Pc-Tb, .is--Pc-SM, .is--Pc-Sp, .is--Pc-XS, .is--MD, .is--MD-Tb, .is--MD-SM, .is--MD-Sp, .is--MD-XS, .is--Tb, .is--Tb-SM, .is--Tb-Sp, .is--Tb-XS, .is--SM, .is--SM-Sp, .is--SM-XS, .is--Sp, .is--Sp-XS, .is--XS {
  display: none;
}

@media (max-width: 1400px) {
  .is--XL {
    display: none;
  }

  .is--LG, .is--LG-Pc, .is--LG-MD, .is--LG-Tb, .is--LG-SM, .is--LG-Sp, .is--LG-XS {
    display: block;
  }
}
@media (max-width: 1200px) {
  .is--XL-LG, .is--LG {
    display: none;
  }

  .is--Pc, .is--Pc-MD, .is--Pc-Tb, .is--Pc-SM, .is--Pc-Sp, .is--Pc-XS {
    display: block;
  }
}
@media (max-width: 960px) {
  .is--XL-Pc, .is--LG-Pc, .is--Pc {
    display: none;
  }

  .is--MD, .is--MD-Tb, .is--MD-SM, .is--MD-Sp, .is--MD-XS {
    display: block;
  }
}
@media (max-width: 768px) {
  .is--XL-MD, .is--LG-MD, .is--Pc-MD, .is--MD {
    display: none;
  }

  .is--Tb, .is--Tb-SM, .is--Tb-Sp, .is--Tb-XS {
    display: block;
  }
}
@media (max-width: 600px) {
  .is--XL-Tb, .is--LG-Tb, .is--Pc-Tb, .is--MD-Tb, .is--Tb {
    display: none;
  }

  .is--SM, .is--SM-Sp, .is--SM-XS {
    display: block;
  }
}
@media (max-width: 414px) {
  .is--XL-SM, .is--LG-SM, .is--Pc-SM, .is--MD-SM, .is--Tb-SM, .is--SM {
    display: none;
  }

  .is--Sp, .is--Sp-XS {
    display: block;
  }
}
@media (max-width: 374px) {
  .is--XL-Sp, .is--LG-Sp, .is--Pc-Sp, .is--MD-Sp, .is--Tb-Sp, .is--SM-Sp, .is--Sp, .is--Sp-XS {
    display: none;
  }

  .is--XS {
    display: block;
  }
}
.text__xs {
  font-size: 0.6em;
}
.text__sm {
  font-size: 0.8em;
}
.text__lg {
  font-size: 1.2em;
}
.text__xl {
  font-size: 1.4em;
}
.text__left {
  text-align: left;
}
.text__center {
  text-align: center;
}
.text__right {
  text-align: right;
}
.text__red-500 {
  color: #ef4445;
}
.text__blue-500 {
  color: #1d73bb;
}
.text__green-500 {
  color: #00974b;
}
.text__gray-300 {
  color: #ebebeb;
}
.text__gray-400 {
  color: #e6e6e6;
}
.text__gray-500 {
  color: #e0e0e0;
}
.text__gray-600 {
  color: #dadada;
}

.bg__gray-50 {
  background-color: #fcfcfc;
}
.bg__gray-100 {
  background-color: #f6f6f6;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  color: #384158;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  font-size: 14px;
  font-size: 1.4em;
  min-width: 320px;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2em;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #00974b;
}
a:hover {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

input {
  cursor: auto;
}

button {
  cursor: pointer;
}

main {
  display: block;
}

.article {
  position: relative;
}
.article > *:last-child {
  padding-bottom: calc(5.2857142857em + 4em);
}

.font__en {
  font-family: "Heebo", serif;
}

.header {
  background-color: #ffffff;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  max-width: 295px;
  width: 100%;
  margin-left: 14px;
}
.header__logo a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.header__logo img {
  width: 100%;
}
.header__nav-list {
  display: flex;
  align-items: stretch;
}
.header__nav-item.item--health {
  margin-left: 20px;
}
.header__nav-item.item--health a {
  background-color: #00974b;
  color: #ffffff;
  padding-left: 23px;
  padding-right: 23px;
}
.header__nav-item.item--info a {
  background-color: #1d73bb;
  color: #ffffff;
  padding-left: 23px;
  padding-right: 23px;
}
.header__nav-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 24px 10px;
  line-height: 1.33;
  color: #384158;
  transition: all 200ms;
  text-decoration: none;
}
.header__nav-item:not(.item--health):not(.item--info) a:hover {
  color: #00974b;
}
.header__nav-item.item--health a:hover {
  background-color: rgba(0, 151, 75, 0.7);
}
.header__nav-item.item--info a:hover {
  background-color: rgba(29, 115, 187, 0.7);
}
.header__nav-annotation {
  font-size: 1.2rem;
}
.header__nav-body {
  opacity: 0;
}

@media (max-width: 960px) {
  .header {
    position: relative;
    z-index: 10000;
  }
  .header__container {
    align-items: stretch;
  }
  .header__logo a {
    padding: 14px 16px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header__nav-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 82px;
    background: #00974b;
  }
  .header__nav-icon-wrap:hover .header__nav-icon-lines {
    transform: scale(1.2);
  }
  .header__nav-icon-lines {
    width: 20px;
    height: 20px;
    position: relative;
    transition: all 200ms;
  }
  .header__nav-icon-lines div {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1000px;
    position: absolute;
    transform-origin: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 400ms;
  }
  .header__nav-icon-lines div:nth-child(1) {
    transform: translateY(-8px);
  }
  .header__nav-icon-lines div:nth-child(3) {
    transform: translateY(8px);
  }
  .header__nav-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background: #ffffff;
    opacity: 0;
    transition: all 400ms;
    padding-bottom: 80px;
    overflow: auto;
  }
  .header__nav-list {
    flex-direction: column;
  }
  .header__nav-inner {
    padding: 112px 40px 0;
  }
  .header__nav-item:not(.item--highlight) a {
    font-size: 1.8rem;
    color: #00974b;
    height: auto;
    padding: 13px 0px;
    justify-content: space-between;
  }
  .header__nav-item:not(.item--highlight) a::after {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(0, 151, 75, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .header__nav-item.item--highlight {
    margin-left: 0;
    margin-top: 33px;
    font-size: 1.6rem;
  }
  .header__nav-item.item--highlight + .header__nav-item.item--highlight {
    margin-top: 16px;
  }
  .header__nav-item.item--highlight a {
    padding-block: 19px;
    justify-content: flex-start;
  }
  .header__nav-annotation {
    display: inline-block;
    font-size: 1.6rem;
  }

  .is--open {
    overflow: hidden;
  }
  .is--open .header__nav-icon-lines div:nth-child(1) {
    transform: rotate(45deg);
  }
  .is--open .header__nav-icon-lines div:nth-child(2) {
    opacity: 0;
  }
  .is--open .header__nav-icon-lines div:nth-child(3) {
    transform: rotate(-45deg);
  }
  .is--open .header__nav-body {
    opacity: 1;
  }
}
@media (max-width: 600px) {
  .header__logo {
    max-width: 191px;
    margin-left: 0px;
  }
  .header__nav-icon-wrap {
    width: 52px;
    height: 52px;
  }
}
.footer {
  background-color: #00974b;
  color: #ffffff;
  padding-block: 74px;
}
.footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  gap: 12px 20px;
}
.footer small {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  display: block;
  margin-inline: auto;
}

@media (max-width: 414px) {
  .footer {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .footer__links {
    width: fit-content;
    justify-content: flex-start;
    margin: 0 auto 18px;
    gap: 7px;
  }
}
.section--fullheight {
  height: 100%;
}
.section--bg-gray {
  background-color: #f6f6f6;
}
.section--bg-blue {
  background-color: #1d73bb;
  color: #ffffff;
}
.section__container {
  max-width: calc(1040px + 16px + 16px);
  margin-inline: auto;
  padding-inline: 16px;
}
.section__width--sm {
  max-width: 680px;
  margin-inline: auto;
}
.section__lower {
  padding-block: 5.2857142857em;
}
.section__head + .section__body {
  margin-top: 2.4375em;
}
.section__copy {
  text-align: center;
  color: #00974b;
  font-weight: 600;
  font-size: 1.8rem;
}
.section__copy + .section__title {
  margin-top: 1.25em;
}
.section__title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3928125;
  letter-spacing: 0.05em;
}
.section__h3-title {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.3928125;
  letter-spacing: 0.05em;
  overflow: hidden;
  color: #00974b;
}
.section__h3-title span {
  position: relative;
  display: inline-block;
  padding-right: 1.2857142857em;
}
.section__h3-title span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin-block: auto;
  width: 100vw;
  height: 1px;
  background-color: #e0e0e0;
}
.section__h4-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3928125;
  letter-spacing: 0.05em;
  color: #00974b;
}
.section__body {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.section__block + .section__block {
  margin-top: 2.5em;
}
.section__block > * + * {
  margin-top: 1.4285714286em;
}
.section__block > * + .section__block-in-body {
  margin-top: 3.1428571429em;
}
.section__block-in-body > * + * {
  margin-top: 2.0714285714em;
}
.section__row {
  display: flex;
  gap: 3.7142857143em;
  flex-wrap: wrap;
}
.section__row-item--three {
  width: calc((100% - 3.7142857143em * 2) / 3);
}
.section__contents {
  padding-top: 32px;
}
.section__contents-image {
  width: 180px;
  height: 180px;
  background-color: #00974b;
  border-radius: 10000px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__contents-image img {
  width: 80px;
  height: 80px;
}
.section__contents-image + .section__contents-body {
  margin-top: 21px;
}
.section__contents-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #00974b;
  text-align: center;
}
.section__contents-title + .section__contents-text {
  margin-top: 10px;
}
.section__contents-text {
  font-size: 1.4rem;
}
.section__comment {
  background-color: #f6f6f6;
  padding: 24px;
  border-radius: 4px;
}
.section__comment-title {
  font-weight: 700;
}
.section__comment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin-inline: auto;
}
.section__comment-item {
  width: fit-content;
}
.section__text--justify {
  text-align: justify;
}

@media (max-width: 768px) {
  .section__copy {
    font-size: 1.4rem;
  }
  .section__title {
    font-size: 2.2rem;
  }
  .section__h3-title {
    font-size: 2rem;
  }
  .section__h4-title {
    font-size: 1.6rem;
  }
  .section__body {
    font-size: 1.4rem;
  }
  .section__row {
    flex-direction: column;
  }
  .section__row-item--three {
    display: flex;
    width: 100%;
    gap: 32px;
  }
  .section__contents-image {
    width: 100px;
    height: 100px;
  }
  .section__contents-image img {
    width: 50%;
  }
  .section__contents-image + .section__contents-body {
    margin-top: 0;
  }
  .section__contents-body {
    width: calc(100% - 32px - 100px);
  }
  .section__contents-title {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .section__comment-row {
    flex-direction: column;
  }
}
@media (max-width: 414px) {
  .section__container {
    padding-inline: 16px;
  }
  .section__copy {
    text-align: left;
  }
  .section__title {
    text-align: left;
  }
  .section__row-item--three {
    gap: 16px;
  }
  .section__contents-image {
    width: 60px;
    height: 60px;
  }
  .section__contents-body {
    width: calc(100% - 16px - 60px);
  }
}
.hero {
  height: calc(100vh - 83px);
  min-height: 600px;
  position: relative;
}
.hero__title {
  max-width: 1072px;
  margin-inline: auto;
  padding-inline: 16px;
  width: 100%;
  font-size: 7.6rem;
  font-weight: 700;
  color: #00974b;
  text-shadow: 0px 0px 2px #ffffff, 0px 0px 5px #ffffff;
  position: absolute;
  inset: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero__title-body {
  width: 100%;
}
.hero__image {
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 960px) {
  .hero__title {
    font-size: 5.4rem;
  }
}
@media (max-width: 600px) {
  .hero {
    height: 500px;
    min-height: 500px;
  }
  .hero__title {
    font-size: 3.4rem;
    width: fit-content;
    margin-inline: auto;
  }
  .hero__title-body {
    margin-top: -111px;
    line-height: 1.4782352941;
    letter-spacing: 0.03em;
  }
}
.topics {
  position: relative;
  margin-top: -111px;
}
.topics__body {
  background: #ffffff;
  max-width: 1040px;
  margin-inline: auto;
  border-radius: 16px;
  padding: 49px 53px 51px;
  box-shadow: 0 16px 64px rgba(20, 24, 67, 0.05);
}
.topics__title {
  font-size: 2rem;
  color: #00974b;
  font-weight: 500;
  letter-spacing: 0.19em;
}
.topics__time {
  font-size: 1.2rem;
  margin-top: -1px;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
  display: block;
}
.topics__text {
  line-height: 2.2857142857;
  letter-spacing: 0.09em;
}

@media (max-width: 960px) {
  .topics__body {
    padding: 32px 40px;
  }
}
@media (max-width: 600px) {
  .topics {
    margin-top: -157px;
  }
  .topics__body {
    padding: 24px 32px;
  }
}
.news {
  padding-top: 70px;
  padding-bottom: 90px;
}
.news__container {
  display: flex;
}
.news__head {
  width: 234px;
}
.news__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #00974b;
  letter-spacing: 0.05em;
}
.news__body {
  width: calc(100% - 234px);
}
.news__list {
  padding-top: 23px;
}
.news__item + .news__item {
  border-top: 1px solid #cdcdcd;
}
.news__item a {
  display: inline-flex;
  padding-block: 10px;
  text-decoration: none;
  color: #384158;
}
.news__item a:hover {
  text-decoration: underline;
}
.news__item-date {
  width: 100px;
  line-height: 2.2857142857;
}
.news__item-date time {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.news__item-text {
  line-height: 2.2857142857;
  letter-spacing: 0.09em;
  width: calc(100% - 100px);
}
.news__btn {
  margin-top: 84px;
}

@media (max-width: 768px) {
  .news__container {
    flex-direction: column;
    padding-inline: 32px;
  }
  .news__head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news__btn {
    margin-top: 0;
  }
  .news__body {
    width: 100%;
  }
  .news__item a {
    display: flex;
  }
  .news__item-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (max-width: 414px) {
  .news {
    padding-top: 60px;
    padding-bottom: 38px;
  }
  .news__container {
    flex-direction: column;
    padding-inline: 32px;
  }
  .news__list {
    padding-top: 22px;
  }
  .news__item + .news__item {
    margin-top: 0;
    border-top: 1px solid #cdcdcd;
  }
  .news__item a {
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 9px;
  }
  .news__item-date {
    line-height: initial;
  }
  .news__item-text {
    width: 100%;
  }
}
@media (max-width: 374px) {
  .news__title {
    font-size: 2.4rem;
  }
}
.links {
  padding-bottom: 80px;
}
.links__grid {
  display: grid;
  gap: min(3vw, 32px) 3.076923077%;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.links__grid-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border-radius: 16px;
  overflow: hidden;
  height: 0;
  position: relative;
  transition: all 400ms;
}
.links__grid-item.grid-col-1 {
  padding-top: 97.88135593%;
}
.links__grid-item.grid-col-2 {
  padding-top: 45.83333333%;
}
.links__grid-item:hover {
  background-size: 102% auto;
}
.links__grid-item a {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5384615385;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(2, 95, 48, 0.3);
  width: 100%;
  height: 100%;
  transition: all 200ms;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.links__grid-item a:hover {
  background-color: rgba(2, 95, 48, 0);
}
.links__grid-item.item--enlist {
  grid-area: 1/1/2/3;
  background-image: url(/assets/images/toppage/links_enlist_img.jpg);
  background-position: center top;
}
.links__grid-item.item--gaiyou {
  grid-area: 1/3/2/4;
  background-image: url(/assets/images/toppage/links_gaiyou_img.jpg);
}
.links__grid-item.item--katsudou {
  grid-area: 1/4/2/5;
  background-image: url(/assets/images/toppage/links_katsudou_img.jpg);
}
.links__grid-item.item--health {
  grid-area: 2/1/3/2;
  background-image: url(/assets/images/toppage/links_health_img.jpg);
  background-position: center bottom;
}
.links__grid-item.item--info {
  grid-area: 2/2/3/3;
  background-image: url(/assets/images/toppage/links_info_img.jpg);
  background-position: center top;
}
.links__grid-item.item--training {
  grid-area: 2/3/3/5;
  background-image: url(/assets/images/toppage/links_training_img.jpg);
  background-position: center top;
}

@media (max-width: 960px) {
  .links__grid-item a {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .links__grid-item a {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .links__grid {
    gap: min(3.8vw, 18px) 4.373177843%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    max-width: 600px;
    margin-inline: auto;
  }
  .links__grid-item.item--enlist {
    grid-area: 1/1/2/3;
  }
  .links__grid-item.item--gaiyou {
    grid-area: 2/1/3/2;
  }
  .links__grid-item.item--katsudou {
    grid-area: 2/2/3/3;
  }
  .links__grid-item.item--health {
    grid-area: 3/1/3/2;
  }
  .links__grid-item.item--info {
    grid-area: 3/2/3/3;
  }
  .links__grid-item.item--training {
    grid-area: 4/1/5/3;
  }
  .links__grid-item.grid-col-1 {
    padding-top: 67.68292683%;
  }
  .links__grid-item.grid-col-2 {
    padding-top: 32.36151603%;
  }
  .links__grid-item a {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  .links {
    padding-bottom: 55px;
  }
  .links__bg {
    height: 250px;
  }
  .links__grid-item {
    min-height: 110px;
  }
}
.access {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 70px;
}
.access__title {
  font-size: 3.2rem;
  color: #00974b;
  text-align: center;
  font-weight: 700;
}
.access__body {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 64px;
}
.access__map {
  width: 488px;
  height: 336px;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__detail {
  width: calc(100% - 488px - 64px);
}
.access__logo {
  max-width: 300px;
}
.access__address {
  line-height: 2.2857142857;
  margin-top: 21px;
  letter-spacing: 0.05em;
}

@media (max-width: 960px) {
  .access__body {
    flex-direction: column;
  }
  .access__map {
    max-width: 488px;
    width: 100%;
  }
  .access__detail {
    width: fit-content;
  }
  .access__logo {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .access__logo {
    width: 250px;
  }
}
@media (max-width: 414px) {
  .access {
    padding-top: 45px;
  }
  .access__title {
    font-size: 3.2rem;
  }
  .access__body {
    margin-top: 22px;
    flex-direction: column;
    gap: 32px;
  }
  .access__map {
    max-width: 100%;
    height: 276px;
  }
  .access__detail {
    padding-inline: 16px;
  }
  .access__logo {
    padding: 24px;
    max-width: 298px;
  }
  .access__address {
    margin-top: 13px;
  }
}
@media (max-width: 374px) {
  .access__title {
    font-size: 2.4rem;
  }
}
.lower-head {
  background-color: #f5f8f7;
  padding-bottom: 1px;
}

@media (max-width: 600px) {
  .lower-head > .breadcrumb + .inpage-contents {
    margin-top: 0;
  }
}
.lower-hero {
  position: relative;
  padding-top: 20px;
  margin-bottom: 16px;
}
.lower-hero__title {
  margin: auto;
  display: flex;
  align-items: center;
  max-width: calc(1400px + 40px + 40px);
  padding-inline: 40px;
}
.lower-hero__title--infomation {
  justify-content: center;
}
.lower-hero__title--infomation .lower-hero__title-body {
  font-size: 3.2rem;
  color: #1d73bb;
}
.lower-hero__title-body {
  font-size: 3.6rem;
  color: #00974b;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lower-hero__image {
  margin-inline: 40px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  height: 418px;
  display: none;
}
.lower-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lower-hero__image.is--bottom img {
  object-position: center bottom;
}

@media (max-width: 768px) {
  .lower-hero {
    padding-top: 12px;
    margin-bottom: 8px;
  }
  .lower-hero__title--infomation .lower-hero__title-body {
    font-size: 2rem;
  }
  .lower-hero__title-body {
    font-size: 2rem;
  }
  .lower-hero__image {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .lower-hero__title {
    padding-inline: 16px;
  }
  .lower-hero__title-body {
    font-size: 2rem;
    border-radius: 8px;
  }
  .lower-hero__image {
    margin-inline: 16px;
    height: 140px;
  }
}
.breadcrumb {
  padding-bottom: 32px;
}
.breadcrumb__container {
  max-width: calc(1400px + 40px + 40px);
  margin-inline: auto;
  padding-inline: 40px;
  padding-bottom: 0.15em;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 0;
}
.breadcrumb__item {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding-left: 1.75em;
  padding-right: 0.75em;
  position: relative;
}
.breadcrumb__item::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: calc(.8em - .5em);
  left: 0;
  margin-block: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(56, 65, 88, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.breadcrumb__item:first-child {
  padding-left: 0px;
}
.breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb__item a {
  text-underline-offset: 0.4em;
  transition: all 200ms;
  color: #384158;
}
.breadcrumb__item a:hover {
  color: #00974b;
}

@media (max-width: 768px) {
  .breadcrumb {
    padding-bottom: 0;
  }
  .breadcrumb__container {
    padding-bottom: 16px;
  }
}
@media (max-width: 600px) {
  .breadcrumb__container {
    padding-inline: 16px;
  }
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.inpage-contents {
  margin-bottom: 32px;
}
.inpage-contents__container {
  max-width: calc(1400px + 40px + 40px);
  margin-inline: auto;
  padding-inline: 40px;
}
.inpage-contents__list {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  border-radius: 10000px;
  overflow: hidden;
}
.inpage-contents__item {
  position: relative;
  text-align: center;
}
.inpage-contents__item::before, .inpage-contents__item::after {
  content: "";
  width: 1px;
  height: calc(100% - 1.7142857143em);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  z-index: 1;
}
.inpage-contents__item::before {
  left: 0;
  background-color: rgba(0, 202, 100, 0.5);
}
.inpage-contents__item::after {
  right: 0;
  background-color: rgba(0, 100, 50, 0.5);
}
.inpage-contents__item:first-child::before {
  display: none;
}
.inpage-contents__item:last-child::after {
  display: none;
}
.inpage-contents__item a {
  display: flex;
  align-items: center;
  gap: 0.9285714286em;
  padding: 1.5em 2.2857142857em;
  background-color: #00974b;
  color: #ffffff;
  letter-spacing: 0.05em;
  transition: all 200ms;
  position: relative;
  text-decoration: none;
}
.inpage-contents__item a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(255, 255, 255, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.inpage-contents__item:first-child a {
  padding-left: 4.0714285714em;
}
.inpage-contents__item:last-child a {
  padding-right: 4.0714285714em;
}
.inpage-contents__item a:hover {
  background-color: #00793c;
}

@media (max-width: 768px) {
  .inpage-contents {
    margin-bottom: 16px;
    background-color: #00974b;
  }
  .inpage-contents__container {
    background-color: #00974b;
    padding-inline: 0;
  }
  .inpage-contents__list {
    border-radius: 0;
  }
  .inpage-contents__item a {
    font-size: 1.2rem;
  }
  .inpage-contents__item:first-child a {
    padding-left: 2.2857142857em;
  }
  .inpage-contents__item:last-child a {
    padding-right: 2.2857142857em;
  }
}
@media (max-width: 600px) {
  .inpage-contents__list {
    width: 100%;
    flex-direction: column;
  }
  .inpage-contents__item {
    width: 100%;
    text-align: left;
  }
  .inpage-contents__item::before, .inpage-contents__item::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    margin-block: auto;
  }
  .inpage-contents__item::before {
    top: 0;
  }
  .inpage-contents__item::after {
    bottom: 0;
  }
  .inpage-contents__item:first-child a, .inpage-contents__item:last-child a, .inpage-contents__item a {
    justify-content: space-between;
    width: 100%;
    padding: 1em 16px;
  }
}
.enlist__member-list {
  border-top: 1px solid #e0e0e0;
}
.enlist__member-item {
  display: flex;
  justify-content: space-between;
  gap: 8px 32px;
  align-items: center;
  padding-block: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.enlist__member-head {
  width: 45%;
}
.enlist__member-name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
.enlist__member-address {
  margin-top: 0.5em;
}
.enlist__member-data-list {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
  background-color: #f6f6f6;
  padding: 16px 24px;
  width: calc(55% - 32px);
  border-radius: 4px;
}
.enlist__member-data-item {
  position: relative;
  min-width: calc((100% - 16px) / 2);
  width: fit-content;
  font-size: 1.4rem;
}
.enlist__member-data-title {
  font-size: 0.8em;
  font-weight: 700;
  color: #00974b;
}
.enlist__member-data-text {
  font-weight: 700;
  margin-top: -0.25em;
  line-height: 1.35;
}
.enlist__search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background-color: #f6f6f6;
  padding: 24px;
}
.enlist__search-input {
  max-width: 300px;
  width: 100%;
}

.section--bg-gray .enlist__area-item a {
  background-color: #ffffff;
}
.section--bg-gray .enlist__list {
  border-top: 1px solid #e0e0e0;
}
.section--bg-gray .enlist__item {
  border-bottom: 1px solid #e0e0e0;
}
.section--bg-gray .enlist__data-list {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .enlist__search {
    flex-direction: column;
    gap: 16px;
  }
  .enlist__member-item {
    flex-direction: column;
  }
  .enlist__member-head, .enlist__member-data-list {
    width: 100%;
  }
  .enlist__member-data-list {
    padding: 16px;
  }
}
@media (max-width: 600px) {
  .enlist__member-data-item {
    font-size: 1.2rem;
  }
}
.support__member-list {
  border-top: 1px solid #e0e0e0;
}
.support__member-item {
  padding-block: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.support__member-name {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
.support__member-address {
  margin-top: 0.5em;
}
.support__table {
  background-color: #f6f6f6;
  padding: 24px;
  margin-top: 1em;
  border-radius: 8px;
}
.support__table .table__row > * + * {
  border-left: 0px;
}
.support__table .table__row:first-child {
  border-top: 0px;
}
.support__table .table__row:last-child {
  border-bottom: 0px;
}
.support__table .table__head {
  vertical-align: top;
  color: #00974b;
  width: fit-content;
}
.support__table .table__head,
.support__table .table__description {
  padding: 0.3875em 0.875em 0.3875em 0.5em;
}
.support__table .markdown-body {
  background-color: transparent;
}
.support__search {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background-color: #f6f6f6;
  padding: 24px;
}
.support__search-input {
  max-width: 300px;
  width: 100%;
}

.section--bg-gray .support__area-item a {
  background-color: #ffffff;
}
.section--bg-gray .support__list {
  border-top: 1px solid #e0e0e0;
}
.section--bg-gray .support__item {
  border-bottom: 1px solid #e0e0e0;
}
.section--bg-gray .support__data-list {
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .support__table .markdown-body {
    font-size: 1.4rem;
  }
  .support__search {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .support__table {
    padding: 16px;
  }
  .support__table .table__description {
    padding-top: 0;
  }
}
.katsudou__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 56px;
}
.katsudou__head time {
  font-weight: 700;
  color: #00974b;
  font-size: 1.3rem;
}
.katsudou__head time + h2 {
  margin-top: 0.5em;
}
.katsudou__body {
  margin-top: 1em;
  display: flex;
  gap: 3.076923077%;
}
.katsudou__detail {
  width: calc(100% - 3.076923077% - 38.46153846%);
}
.katsudou__image {
  width: 38.46153846%;
}

@media (max-width: 960px) {
  .katsudou__item {
    max-width: 680px;
    margin-inline: auto;
  }
  .katsudou__body {
    flex-direction: column;
  }
  .katsudou__detail, .katsudou__image {
    width: 100%;
  }
  .katsudou__image {
    margin-top: 1em;
  }
}
.sitemap__body {
  margin: auto;
  column-gap: 16px;
}
.sitemap__body > .sitemap__list > li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
.sitemap__list .sitemap__list > li {
  padding-left: 1.5em;
  position: relative;
}
.sitemap__list .sitemap__list > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cacaca;
  position: absolute;
  top: 0;
  left: 0.5em;
}
.sitemap__list .sitemap__list > li::after {
  content: "";
  width: 0.5em;
  height: 1px;
  position: absolute;
  top: calc(.5em + .5em);
  left: 0.5em;
  background-color: #cacaca;
}
.sitemap__list .sitemap__list > li:last-child::before {
  height: 50%;
}

.contents {
  padding-bottom: 32px;
  font-size: 1.6rem;
}
.contents__container {
  max-width: calc(1040px + 16px + 16px);
  margin-inline: auto;
  padding-inline: 16px;
}
.contents__link {
  display: flex;
  justify-content: center;
  gap: 56px;
}
.contents__link-item {
  width: calc((100% - 56px) / 2);
}
.contents__link-item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1em 1.5em 1em 2.5em;
}
.contents__link-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  margin-block: auto;
  border-radius: 10000px;
  width: 3px;
  height: 30%;
  background-color: #1d73bb;
}
.contents__link-item .btn--disactive {
  opacity: 0.6;
}
.contents__link-item-icon {
  width: 2em;
  display: block;
  margin-right: 0.5em;
}
.contents__link-item-icon svg {
  width: 100%;
  height: 100%;
  stroke: #1d73bb;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .contents {
    padding-bottom: 16px;
  }
  .contents__link {
    gap: 24px;
  }
  .contents__link-item a {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .contents {
    font-size: 1.4rem;
  }
  .contents__link {
    gap: 8px;
  }
  .contents__link-item {
    width: 100%;
  }
  .contents__link-item a {
    padding: 1em 1em 1em 1em;
  }
  .contents__link-item a::before {
    display: none;
  }
  .contents__link-item-icon {
    display: inline-block;
    vertical-align: middle;
  }
  .contents__link-item-text {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (max-width: 414px) {
  .contents__link-item a {
    font-size: 1rem;
  }
}
.news-list__item {
  padding-top: 6px;
  padding-bottom: 30px;
}
.news-list__item:first-child {
  padding-top: 0;
}
.news-list__item + .news-list__item {
  border-top: 1px solid #d8dee4;
}
.news-list__item-title {
  position: sticky;
  top: 0;
  z-index: 1;
  padding-top: 24px;
}
.news-list__item-title + * {
  margin-top: 16px;
}
.news-list__item-title h2 {
  margin-top: 0;
  border-bottom: 0;
}

.download__tab-category-title {
  padding-right: 1em;
  vertical-align: middle;
}
.download__tab-list .tab__list {
  justify-content: center;
}
.download .tab__item .btn.is--active {
  background-color: #1d73bb;
}
.download .tab__child-list {
  border-color: #1d73bb;
}
.download .tab__child-item .btn.is--active {
  background-color: #1d73bb;
}
.download .section__h4-title {
  color: #1d73bb;
}
.download .pagination__item.is--active .btn {
  background-color: #1d73bb;
}
.download__list {
  font-size: 87.5%;
}

@media (max-width: 600px) {
  .download__tab, .download__tab-category, .download__tab-category-title, .download__tab-list {
    display: block;
  }
  .download__tab-list {
    margin-top: 8px;
    padding-block: 0;
  }
}
.kensyu .section__h3-title {
  color: #00974b;
}
.kensyu .section__h4-title {
  color: #00974b;
}
.kensyu a {
  color: #00974b;
}
.kensyu__event-list {
  border-top: 1px solid #e0e0e0;
}
.kensyu__event-item {
  padding-block: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.kensyu__event-name {
  background-color: #e4fff1;
  color: #00974b;
  font-weight: 700;
  padding: 0.5em 1.5em;
  font-size: 2rem;
}
.kensyu__event-body {
  margin-top: 0.5em;
}
.kensyu__event-data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.kensyu__event-data-item {
  display: flex;
  align-items: flex-start;
}
.kensyu__event-data-item.item--date, .kensyu__event-data-item.item--place {
  width: calc((100% - 1.5em) / 2);
}
.kensyu__event-data-item.item--other {
  width: 100%;
}
.kensyu__event-data-title, .kensyu__event-data-text {
  padding: 0.25em 0;
}
.kensyu__event-data-title {
  width: 3.5em;
}
.kensyu__event-data-title-icon {
  display: block;
  text-align: center;
  border-radius: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00974b;
  background-color: #e4fff1;
  padding: 0.15em 0.5em;
}
.kensyu__event-data-text {
  padding-left: 1em;
  width: calc(100% - 3.5em);
}

@media (max-width: 768px) {
  .kensyu__event-name {
    padding: 0.5em;
  }
}
@media (max-width: 600px) {
  .kensyu__event-data-item.item--date, .kensyu__event-data-item.item--place {
    width: 100%;
  }
}
.auth__actions {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: calc(1040px + 16px + 16px);
  margin-inline: auto;
  padding: 32px 16px 0;
  display: flex;
  justify-content: flex-end;
}

.banner {
  background-color: #f6f6f6;
  padding-block: 74px;
}
.banner__list {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.banner__list a {
  display: block;
  transition: all 200ms;
}
.banner__list a:hover {
  transform: scale(1.04);
}

@media (max-width: 414px) {
  .banner {
    padding-block: 24px;
  }
  .banner__list {
    gap: 24px;
  }
}
.organization__table .table__head {
  min-width: 18em;
}

@media (max-width: 600px) {
  .organization__table .table__head {
    min-width: 0;
  }
}
.btn {
  font-weight: 700;
  padding: 0.5em 1.5em;
  display: inline-block;
  position: relative;
  transition: all 200ms;
  border-radius: 0.5714285714em;
  text-decoration: none;
  color: #384158;
}
.btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(20, 24, 67, 0.1);
}
.btn--disactive {
  cursor: default;
  pointer-events: none;
}
.btn--white {
  background-color: #ffffff;
}
.btn--gray-100 {
  background-color: #f6f6f6;
}
.btn--gray-100:hover {
  background-color: #ffffff;
}
.btn--gray-500 {
  background-color: #e0e0e0;
}
.btn--gray-500:hover {
  transform: scale(1);
  box-shadow: none;
  background-color: #f6f6f6;
}
.btn--gray-800 {
  background-color: #7d8aac;
  color: #ffffff;
}
.btn--gray-800:hover {
  background-color: #9ca6c0;
}
.btn--green {
  color: #ffffff;
  background-color: #00974b;
}
.btn--rounded {
  border-radius: 10000px;
}
.btn__icon {
  min-width: 186px;
  padding: 1em 2.3571428571em 1em 2.3571428571em;
}
.btn__icon::after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms;
}
.btn__icon--circle-arrow::after {
  border-radius: 10000px;
  box-shadow: 3px 3px 5px rgba(0, 95, 47, 0.5), -3px -3px 5px rgba(255, 255, 255, 0.2), inset 0px 0px 0px rgba(0, 95, 47, 0.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(255, 255, 255, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 1em;
}
.btn__icon--circle-arrow:hover::after {
  box-shadow: 0 0 0px rgba(0, 95, 47, 0.5), 0 0 0px rgba(255, 255, 255, 0.2), inset 3px 3px 5px rgba(0, 95, 47, 0.5);
}
.btn__icon--right {
  padding: 1em 4.2142857143em 1em 2.3571428571em;
}
.btn__icon--right::after {
  right: 17px;
}
.btn__icon--left {
  padding: 1em 2.3571428571em 1em 4.2142857143em;
  text-align: right;
}
.btn__icon--left::after {
  left: 17px;
}

@media (max-width: 600px) {
  .btn__icon {
    min-width: 160px;
  }
}
@media (max-width: 374px) {
  .btn__icon {
    min-width: 140px;
  }
}
.link {
  font-weight: 700;
  letter-spacing: 0.13em;
  display: inline-block;
  text-decoration: none;
}
.link--black {
  color: #384158;
}
.link--white {
  color: #ffffff;
}
.link__icon {
  position: relative;
  padding: 0.5em;
  display: inline-block;
}
.link__icon--left {
  padding-left: 3.2142857143em;
}
.link__icon--left::before {
  left: 0;
}
.link__icon--left:hover {
  text-decoration: underline;
}
.link__icon--left:hover::before {
  left: 0.5em;
}
.link__icon--right {
  padding-right: 3.2142857143;
}
.link__icon--right::before {
  right: 0;
}
.link__icon--circle-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  display: block;
  width: 2em;
  height: 2em;
  background-color: #ffffff;
  border-radius: 10000px;
  transition: all 200ms;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(0, 151, 75, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 1.2em;
  box-shadow: 3px 3px 5px rgba(0, 95, 47, 0.5);
}
.link__icon--circle-arrow.link__icon--green::before {
  background-color: #00974b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(255, 255, 255, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 1.2em;
  box-shadow: 3px 3px 5px rgba(56, 65, 88, 0.1);
}
.link__icon--pdf::before {
  content: "";
  position: absolute;
  top: calc(1em - 0.2em);
  margin-block: auto;
  display: block;
  width: 3em;
  height: 1.5em;
  transition: all 200ms;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(179, 12, 0, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012h6m-6%204h6m2%205H7a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5.586a1%201%200%200%201%20.707.293l5.414%205.414a1%201%200%200%201%20.293.707V19a2%202%200%200%201-2%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.link__icon--excel::before {
  content: "";
  position: absolute;
  top: calc(1em - 0.2em);
  margin-block: auto;
  display: block;
  width: 3em;
  height: 1.5em;
  transition: all 200ms;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(17, 126, 67, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012h6m-6%204h6m2%205H7a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5.586a1%201%200%200%201%20.707.293l5.414%205.414a1%201%200%200%201%20.293.707V19a2%202%200%200%201-2%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.link__icon--word::before {
  content: "";
  position: absolute;
  top: calc(1em - 0.2em);
  margin-block: auto;
  display: block;
  width: 3em;
  height: 1.5em;
  transition: all 200ms;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(28, 88, 189, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2012h6m-6%204h6m2%205H7a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2h5.586a1%201%200%200%201%20.707.293l5.414%205.414a1%201%200%200%201%20.293.707V19a2%202%200%200%201-2%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.table {
  width: 100%;
}
.table__row {
  border-top: 1px solid #e0e0e0;
}
.table__row:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.table__row > * + * {
  border-left: 1px solid #e0e0e0;
}
.table__head, .table__description {
  padding: 1.55em 3.5em 1.55em 2em;
}
.table__head {
  font-weight: 700;
}

@media (max-width: 768px) {
  .table__head, .table__description {
    padding: 0.8em 1em 0.8em 1em;
  }
}
@media (max-width: 600px) {
  .table__head, .table__description {
    display: block;
  }
  .table__head {
    padding-bottom: 0.5em;
  }
  .table__description {
    padding-top: 0;
  }
  .table__row > * + * {
    border-left: 0px;
  }
}
.list__disc li {
  padding-left: 1.5em;
  position: relative;
}
.list__disc li::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 10000px;
  background-color: #384158;
  position: absolute;
  left: calc(.75em - .15em);
  top: calc(.5em + .5em - 0.125em);
}
.list__order-number {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.5em;
}
.list__order-number li {
  padding-left: 1.5em;
  position: relative;
}
.list__order-number li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.list__order-kakkonum {
  counter-reset: kakkonum;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.5em;
}
.list__order-kakkonum li {
  padding-left: 3em;
  position: relative;
}
.list__order-kakkonum li::before {
  counter-increment: kakkonum;
  content: "（" counter(kakkonum) "）";
  position: absolute;
  top: 0;
  left: 0;
}
.list--border-y {
  border-top: 1px solid #e0e0e0;
}
.list--border-y > li {
  border-bottom: 1px solid #e0e0e0;
}
.list--border-y > li a {
  padding-block: 0.5em;
  display: block;
  width: fit-content;
}
.list--border-y > li a:hover {
  text-decoration: none;
}

.pagination {
  padding-block: 1.5em;
}
.pagination__list {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin-inline: auto;
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item .btn {
  width: 3.5em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0;
}
.pagination__item.is--disactive .btn {
  pointer-events: none;
  background-color: transparent;
}
.pagination__item.is--active .btn {
  background-color: #00974b;
  color: #ffffff;
}
.pagination__item.is--break {
  width: 1.5em;
  padding-inline: 0.5em;
  pointer-events: none;
  background-color: transparent;
}

@media (max-width: 600px) {
  .pagination__list {
    width: 100%;
    padding-bottom: calc(3em + 8px);
    position: relative;
  }
  .pagination__item-prev, .pagination__item-next {
    position: absolute;
    bottom: 0;
    width: calc((100% - 8px) / 2);
  }
  .pagination__item-prev .btn, .pagination__item-next .btn {
    width: 100%;
    height: 2em;
    box-sizing: content-box;
  }
  .pagination__item-prev {
    left: 0;
  }
  .pagination__item-next {
    right: 0;
  }
}
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
}
.icon__arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(56, 65, 88, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon--180deg {
  transform: rotate(180deg);
}

.tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.tab__item .btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 87.5%;
  line-height: 1.65;
}
.tab__item .btn.is--active {
  background-color: #00974b;
  color: #ffffff;
}
.tab__item .btn.is--active:hover {
  transform: scale(1);
  box-shadow: none;
  cursor: default;
}
.tab__child-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  background-color: #e6f2fb;
  padding: 2em;
}
.tab__child-item.is--new .btn::before {
  content: "NEW";
  background-color: #ef4445;
  color: #ffffff;
  font-size: 1rem;
  z-index: 1;
  line-height: 1;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  margin-right: 0.5em;
  font-weight: 700;
}
.tab__child-item.is--new .btn.is--active::before {
  background-color: #ffffff;
  color: #ef4445;
}
.tab__child-item .btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  line-height: 1.65;
  font-weight: normal;
}
.tab__child-item .btn.is--active {
  background-color: #00974b;
  color: #ffffff;
}
.tab__child-item .btn.is--active:hover {
  transform: scale(1);
  box-shadow: none;
  cursor: default;
}
.tab__btn-list {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 8px;
}
.tab__btn {
  border-radius: 4px 4px 0 0;
  border: 1px solid #e0e0e0;
  position: relative;
  bottom: -1px;
  font-weight: 700;
  padding: 0.5em 1.5em;
  background-color: #f6f6f6;
  color: #cacaca;
  transition: all 200ms;
}
.tab__btn.is--active {
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: inherit;
  pointer-events: none;
}
.tab__btn:hover {
  background-color: #fcfcfc;
  color: #606f96;
}
.tab__anchor-target {
  position: absolute;
  margin-top: -10px;
}

@media (max-width: 600px) {
  .tab__list {
    justify-content: flex-start;
  }
  .tab__item.tab__item--full {
    width: 100%;
  }
  .tab__item.tab__item--half {
    width: calc((100% - 8px * 1) / 2);
  }
  .tab__item.tab__item--one-third {
    width: calc((100% - 8px * 2) / 3);
  }
  .tab__item .btn {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .tab__item .btn br {
    display: none;
  }
  .tab__child-list {
    padding: 8px;
    gap: 8px;
  }
  .tab__btn-list {
    flex-direction: column;
    border-bottom: 0;
  }
  .tab__btn-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
  }
  .tab__btn-item .tab__list {
    padding: 8px;
  }
  .tab__btn {
    text-align: left;
    width: 100%;
    border: 0px;
    bottom: 0;
  }
}
.form {
  max-width: 400px;
  margin-inline: auto;
  border-radius: 8px;
  padding: 32px 40px;
  box-shadow: 0 16px 64px rgba(20, 24, 67, 0.05);
  background-color: #ffffff;
}
.form__title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3928125;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
.form__error {
  color: #ef4445;
  font-size: 1.2rem;
  font-weight: 700;
}
.form .input {
  width: 100%;
}
.form .btn {
  width: 100%;
}

@media (max-width: 768px) {
  .form__title {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
}
.input {
  border: 1px solid #e0e0e0;
  border-radius: 0.375em;
  padding: 0.5714285714em 0.8571428571em;
  transition: all 200ms;
  box-shadow: 0 0 0 0px rgba(0, 151, 75, 0.2);
  background-color: #ffffff;
}
.input:focus {
  box-shadow: 0 0 0 3px rgba(0, 151, 75, 0.2);
  border-color: #00974b;
}
.input::placeholder {
  color: #cacaca;
}

@media (max-width: 600px) {
  .input {
    min-width: 160px;
  }
}
@media (max-width: 374px) {
  .input {
    min-width: 140px;
  }
}
.checkbox {
  border: 1px solid #e0e0e0;
  border-radius: 0.375em;
  width: 1.3em;
  height: 1.3em;
  vertical-align: center;
}
.checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
  background-color: #00974b;
}
.checkbox--green:checked {
  background-color: #00974b;
}
.checkbox--red:checked {
  background-color: #ef4445;
}
.checkbox--blue:checked {
  background-color: #1d73bb;
}
.checkbox--orange:checked {
  background-color: #ef7444;
}
.checkbox--yellow:checked {
  background-color: #efa344;
}
.checkbox--pink:checked {
  background-color: #E4427C;
}
.checkbox--indigo:checked {
  background-color: #6a44ef;
}
.checkbox--purple:checked {
  background-color: #cd44ef;
}
.checkbox--sky:checked {
  background-color: #44a1ef;
}
.checkbox__label {
  display: flex;
  align-items: center;
}
.checkbox__text {
  margin-left: 0.5em;
}

.select {
  border: 1px solid #e0e0e0;
  border-radius: 0.375em;
  padding: 0.5714285714em 2.7142857142em 0.5714285714em 0.8571428571em;
  transition: all 200ms;
  box-shadow: 0 0 0 0px rgba(0, 151, 75, 0.2);
  background-color: #ffffff;
  cursor: pointer;
  color: #384158;
}
.select:hover {
  background-color: #f6f6f6;
}
.select--no-border {
  border: 0px;
}
.select__label {
  position: relative;
}
.select__label::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.8571428571em;
  margin: auto;
  transform: rotate(90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(56, 65, 88, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.calendar__container {
  overflow: hidden;
  margin-inline: auto;
  border-radius: 0.5714285714em;
  box-shadow: 0 16px 64px rgba(20, 24, 67, 0.15);
}
.calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 1.5em 1.5em;
}
.calendar__filter {
  padding: 0 1.5em 1em;
}
.calendar__filter-list {
  display: flex;
  gap: 8px 32px;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
}
.calendar__body {
  margin-inline: -1px;
  margin-bottom: -1px;
}
.calendar__select {
  font-weight: 700;
  font-size: 2rem;
}
.calendar__head-arrow {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  gap: 1px;
  position: relative;
  border-radius: 0.5714285714em;
}
.calendar__head-arrow::before {
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  background-color: #e0e0e0;
  position: absolute;
  inset: 0;
  margin: auto;
}
.calendar__head-prev, .calendar__head-next {
  width: 1em;
  height: 1em;
  padding: 1em;
  position: relative;
  z-index: 1;
}
.calendar__head-prev::before, .calendar__head-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(56, 65, 88, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 1em;
}
.calendar__head-prev::after, .calendar__head-next::after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #f1f1f1;
  opacity: 0;
  transition: all 200ms;
  z-index: -1;
  border-radius: 0 0.5714285714em 0.5714285714em 0;
}
.calendar__head-prev:hover::after, .calendar__head-next:hover::after {
  opacity: 1;
}
.calendar__head-prev {
  transform: rotate(180deg);
}
.calendar__week-table-cell {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.5em;
}
.calendar__day-table-cell {
  border-top: 1px solid #e0e0e0;
}
.calendar__day-table-cell + .calendar__day-table-cell {
  border-left: 1px solid #e0e0e0;
}
.calendar__day-table-cell-body {
  min-height: 44px;
  padding: 0.5em 1em;
  position: relative;
  display: flex;
}
.calendar__day-table-date-body {
  display: inline-block;
  padding-inline: 0.5em;
}
.calendar__day-table-date {
  font-weight: 700;
  width: 6em;
}
.calendar__day-table-date.is--current .calendar__day-table-date-body {
  position: relative;
  z-index: 1;
  background-color: #e4fff1;
  color: #00974b;
}
.calendar__day-table-date .date-small {
  font-size: 0.8em;
}
.calendar__day-table-event {
  width: calc(100% - 6em);
}
.calendar__event + .calendar__event {
  margin-top: 1em;
}
.calendar__event-wrap {
  padding-inline: 0.5em;
}
.calendar__event-item {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #e6f2fb;
  padding-inline: 0.5em;
  border-radius: 0.3333333333em;
  z-index: 10;
  position: relative;
}
.calendar__event-item--green {
  border-color: #00974b;
  background-color: #00974b;
  color: #ffffff;
}
.calendar__event-item--red {
  border-color: #ef4445;
  background-color: #ef4445;
  color: #ffffff;
}
.calendar__event-item--blue {
  border-color: #1d73bb;
  background-color: #1d73bb;
  color: #ffffff;
}
.calendar__event-item--orange {
  border-color: #ef7444;
  background-color: #ef7444;
  color: #ffffff;
}
.calendar__event-item--yellow {
  border-color: #efa344;
  background-color: #efa344;
  color: #ffffff;
}
.calendar__event-item--pink {
  border-color: #E4427C;
  background-color: #E4427C;
  color: #ffffff;
}
.calendar__event-item--indigo {
  border-color: #6a44ef;
  background-color: #6a44ef;
  color: #ffffff;
}
.calendar__event-item--purple {
  border-color: #cd44ef;
  background-color: #cd44ef;
  color: #ffffff;
}
.calendar__event-item--sky {
  border-color: #44a1ef;
  background-color: #44a1ef;
  color: #ffffff;
}
.calendar__event-blank {
  font-size: 1.2rem;
  height: 24px;
  opacity: 0;
  margin-bottom: 0.25em;
}
.calendar__event-item-name {
  font-size: 1.4rem;
  color: #1d73bb;
}

@media (max-width: 600px) {
  .calendar__head-prev, .calendar__head-next {
    padding: 1.5em;
  }
  .calendar__select {
    font-size: 1.6rem;
  }
  .calendar__filter-list {
    font-size: 1.2rem;
    gap: 4px 16px;
  }
  .calendar__event-item {
    font-size: 0.9rem;
  }
  .calendar__day-table-date {
    width: 5em;
  }
  .calendar__day-table-event {
    width: calc(100% - 5em);
  }
  .calendar__event-blank {
    font-size: 0.9rem;
    height: 20px;
    margin-bottom: 0.25em;
  }
  .calendar__event-item-name {
    font-size: 1.2rem;
  }
}
.modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
  padding-inline: 16px;
  overflow: auto;
  z-index: 1000000;
  overscroll-behavior: none;
}
.modal__bg {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background-color: rgba(202, 202, 202, 0.7);
  z-index: -1;
}
.modal__item {
  box-shadow: 0 16px 64px rgba(20, 24, 67, 0.25);
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  transition: all 700ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal__header {
  background-color: #1d73bb;
  color: #ffffff;
  padding: 0.75em 1.5em;
  font-weight: 700;
  font-size: 2rem;
}
.modal--green .modal__header, .modal--green .modal__date-head {
  background-color: #00974b;
  color: #ffffff;
}
.modal--red .modal__header, .modal--red .modal__date-head {
  background-color: #ef4445;
  color: #ffffff;
}
.modal--orange .modal__header, .modal--orange .modal__date-head {
  background-color: #ef7444;
  color: #ffffff;
}
.modal--blue .modal__header, .modal--blue .modal__date-head {
  background-color: #1d73bb;
  color: #ffffff;
}
.modal--indigo .modal__header, .modal--indigo .modal__date-head {
  background-color: #6a44ef;
  color: #ffffff;
}
.modal--purple .modal__header, .modal--purple .modal__date-head {
  background-color: #cd44ef;
  color: #ffffff;
}
.modal--yellow .modal__header, .modal--yellow .modal__date-head {
  background-color: #efa344;
  color: #ffffff;
}
.modal--sky .modal__header, .modal--sky .modal__date-head {
  background-color: #44a1ef;
  color: #ffffff;
}
.modal--pink .modal__header, .modal--pink .modal__date-head {
  background-color: #E4427C;
  color: #ffffff;
}
.modal__body {
  padding: 1em 1.5em;
}
.modal__date {
  padding: 1em 1.5em;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  display: flex;
  gap: 0.5em 1.5em;
  flex-wrap: wrap;
  line-height: 1.5;
}
.modal__date-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal__date-head {
  font-size: 1.2rem;
  font-weight: 600;
  background-color: #1d73bb;
  color: #ffffff;
  padding: 0.25em 0.5em;
  border-radius: 4px;
}
.modal__date-text {
  font-weight: 700;
  font-size: 1.4rem;
}
.modal__detail {
  padding-block: 1em;
  font-size: 1.4rem;
}
.modal__footer {
  padding: 1em 1.5em;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
}
.modal-enter, .modal-leave-to {
  opacity: 0;
}
.modal-enter-to, .modal-leave {
  opacity: 1;
}
.modal-enter .modal__item, .modal-leave-to .modal__item {
  opacity: 0;
  transform: translateY(-100px);
}
.modal-enter-to .modal__item, .modal-leave .modal__item {
  opacity: 1;
  transform: translateY(0px);
}

@media (max-width: 768px) {
  .modal {
    align-items: flex-start;
    padding-block: 60px;
  }
}
.pagetop {
  position: sticky;
  bottom: 0;
  z-index: 9999;
}
.pagetop__body {
  max-width: calc(1040px + 16px + 16px);
  margin-inline: auto;
  padding-inline: 16px;
  position: relative;
}
.pagetop__btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 4em;
  height: 4em;
  border-radius: 8px;
  background-color: #00974b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 200ms;
}
.pagetop__btn:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 24px rgba(20, 24, 67, 0.1);
}
.pagetop__btn span {
  width: 1.4em;
  height: 1.4em;
  display: block;
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20class%3D%22h-6%20w-6%22%20fill%3D%22none%22%20viewBox%3D%220%200%2024%2024%22%20stroke%3D%22rgba(255, 255, 255, 0.9999)%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205%207%207-7%207%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#app {
  transition: all 400ms;
  opacity: 1;
}
#app.is--hidden {
  opacity: 0;
}

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