@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?l9p240");
  src: url("../font/icomoon.eot?l9p240#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?l9p240") format("truetype"), url("../font/icomoon.woff?l9p240") format("woff"), url("../font/icomoon.svg?l9p240#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow::before {
  content: "\e900";
}

/* Verification
   ========================================================================== */
*, *::before, *::after {
  /* outline: 1px solid red; */
  /* outline-offset: -1px; */
}

/* Root
   ========================================================================== */
:root {
  --theme-color: #66bfcb;
  --accent-color-01: #fa8f05;
  --gutter: 20px;
  --header-height: 60px;
}

/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 * 2. Smooth scroll.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * 1. Line feed processing.
 * 2. Remove the margin in all browsers.
 */
body {
  color: var(--color);
  font-family: "Noto Sans JP", sans-serif;
  /* 1 */
  word-wrap: break-word;
  /* 1 */
  overflow-wrap: break-word;
  min-inline-size: 23.4375rem;
  padding-block-start: 3.75rem;
  padding-block-start: var(--header-height);
  /* 2 */
  margin: 0;
}
@media (min-width: 48rem) {
  body {
    min-inline-size: 67.5rem;
  }
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  block-size: 0;
  /* 2 */
  overflow: visible;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  color: var(--theme-color);
  /* 1 */
  background-color: transparent;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

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

/**
 * 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 {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/**
 * 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 {
  inset-block-end: -0.25em;
}

sup {
  inset-block-start: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Eliminate the gap.
 * 2. Fluid image.
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
  /* 3 */
  border-style: none;
}

a img {
  transition: opacity 0.2s linear;
}
a:hover img {
  opacity: 0.5;
}

svg {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
  /* 2 */
  block-size: auto;
}

/**
 * 1. Eliminate the gap.
 * 2. Fluid iframe.
 */
iframe {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-inline-size: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 2 */
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-inline-size: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
}

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

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Eliminate the gap.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: bottom;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

/* 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;
}
summary::-webkit-details-marker {
  display: none;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Video
   ========================================================================== */
/**
 * Fluid video.
 */
video {
  max-inline-size: 100%;
  block-size: auto;
}

/* List
   ========================================================================== */
li[class] {
  list-style: none;
}

/* id
   ========================================================================== */
[id] {
  scroll-margin-block-start: 3.75rem;
}
@media (min-width: 48rem) {
  [id] {
    scroll-margin-block-start: 6.25rem;
  }
}

/* Button
   ========================================================================== */
button {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/* YouTube
   ========================================================================== */
/**
 * Fluid YouTube.
 */
@supports (aspect-ratio: 16 / 9) {
  iframe[src*=youtube] {
    aspect-ratio: 16 / 9;
    max-inline-size: 100%;
    block-size: 100%;
  }
}

/************************************************
    Screen Reader
*************************************************/
.sr-only {
  white-space: nowrap;
  inline-size: 1px;
  block-size: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/************************************************
    Display
*************************************************/
/*  inline
------------------------------------------------*/
.inline {
  display: inline;
}

@media (min-width: 48rem) {
  .mq-M-inline {
    display: inline;
  }
}
/*  inline-block
------------------------------------------------*/
.i-blk {
  display: inline-block;
}

@media (min-width: 48rem) {
  .mq-M-i-blk {
    display: inline-block;
  }
}
/*  block
------------------------------------------------*/
.blk {
  display: block;
}

@media (min-width: 48rem) {
  .mq-M-blk {
    display: block;
  }
}
/************************************************
    Sticky Polyfill
*************************************************/
.sticky {
  position: sticky;
}
.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/************************************************
    Toggle
*************************************************/
/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  line-height: 1em;
  background-color: var(--theme-color);
  padding-block: 0.9375rem;
}
@supports not (padding-block: 0.9375rem) {
  .toggle {
    padding-block-start: 0.9375rem;
    padding-block-end: 0.9375rem;
  }
}
.toggle {
  padding-inline: 0.625rem;
}
@supports not (padding-inline: 0.625rem) {
  .toggle {
    padding-inline-start: 0.625rem;
    padding-inline-end: 0.625rem;
  }
}
.toggle {
  border: none;
  cursor: pointer;
  position: relative;
}
.toggle .hamburger {
  display: block;
  inline-size: 2.5rem;
  block-size: 1.875rem;
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .toggle .hamburger {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.toggle .hamburger {
  position: relative;
  transition: all 0.4s;
}
.toggle .line {
  display: block;
  background-color: white;
  inline-size: 100%;
  block-size: 0.1875rem;
  border-radius: 0.09375rem;
  position: absolute;
  inset-inline-start: 0;
}
@supports not (inset-inline-start: 0) {
  .toggle .line {
    left: 0;
  }
}
.toggle .line {
  transition: all 0.4s;
}
.toggle .line:first-of-type {
  inset-block-start: 0;
}
@supports not (inset-block-start: 0) {
  .toggle .line:first-of-type {
    top: 0;
  }
}
.toggle .line:nth-of-type(2) {
  inset-block-start: 0;
}
@supports not (inset-block-start: 0) {
  .toggle .line:nth-of-type(2) {
    top: 0;
  }
}
.toggle .line:nth-of-type(2) {
  inset-block-end: 0;
}
@supports not (inset-block-end: 0) {
  .toggle .line:nth-of-type(2) {
    bottom: 0;
  }
}
.toggle .line:nth-of-type(2) {
  margin: auto;
  font-size: 0.625rem;
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.toggle .line:nth-of-type(2)::before {
  content: "MENU";
  color: white;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding-inline-start: 0.1em;
}
.toggle .line:last-of-type {
  inset-block-end: 0;
}
@supports not (inset-block-end: 0) {
  .toggle .line:last-of-type {
    bottom: 0;
  }
}

/* ハンバーガーボタンクリックアニメーション */
.open .toggle .line:first-of-type {
  transform: translateY(0.84375rem) rotate(-45deg);
}
.open .toggle .line:nth-of-type(2) {
  opacity: 0;
}
.open .toggle .line:last-of-type {
  transform: translateY(-0.84375rem) rotate(45deg);
}

/************************************************
    Button
*************************************************/
.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  display: inline-block;
}

/************************************************
    Content
*************************************************/
.content {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.625;
}
.section__title + .content {
  margin-block-start: 2.375em;
}
.content--center {
  text-align: center;
}
.content p {
  margin: 0;
}

/************************************************
    Address
*************************************************/
.address {
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.footer .address {
  margin-block-start: -2.75em;
}
.address p {
  margin: 0;
}

/************************************************
    Copyright
*************************************************/
.copyright {
  color: var(--theme-color);
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
  background-color: white;
  padding-block: 1.9583333333em;
}
@supports not (padding-block: 1.9583333333em) {
  .copyright {
    padding-block-start: 1.9583333333em;
    padding-block-end: 1.9583333333em;
  }
}
.copyright {
  padding-inline: 1em;
}
@supports not (padding-inline: 1em) {
  .copyright {
    padding-inline-start: 1em;
    padding-inline-end: 1em;
  }
}
.copyright {
  margin-block: 0;
}
@supports not (margin-block: 0) {
  .copyright {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
.copyright {
  margin-inline: calc(var(--gutter) * -1);
}
@supports not (margin-inline: calc(var(--gutter) * -1)) {
  .copyright {
    margin-inline-start: calc(var(--gutter) * -1);
    margin-inline-end: calc(var(--gutter) * -1);
  }
}
.footer .copyright {
  margin-block-start: 4.5833333333em;
}
.copyright small {
  font-size: 1em;
}

/************************************************
    Map
*************************************************/
.map {
  inline-size: 100%;
  block-size: calc(100vb - 3.75rem);
  max-block-size: 31.25em;
}

/************************************************
    Definition List
*************************************************/
.definitionList {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}
@supports (display: flow-root) {
  .definitionList {
    display: flow-root;
  }
}
@supports not (display: flow-root) {
  .definitionList::after {
    content: "";
    display: block;
    clear: both;
  }
}
_:-ms-lang(x)::-ms-backdrop, .definitionList::after {
  content: "";
  display: block;
  clear: both;
}

.definitionList {
  max-inline-size: 46.25em;
  margin-block: 0;
}
@supports not (margin-block: 0) {
  .definitionList {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
.definitionList {
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .definitionList {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.section__title + .definitionList {
  margin-block-start: 2.625em;
}
.definitionList .term {
  font-weight: inherit;
  padding-block: 1.375em;
}
@supports not (padding-block: 1.375em) {
  .definitionList .term {
    padding-block-start: 1.375em;
    padding-block-end: 1.375em;
  }
}
.definitionList .term {
  padding-inline: 0.125em 1em;
}
@supports not (padding-inline: 0.125em 1em) {
  .definitionList .term {
    padding-inline-start: 0.125em;
    padding-inline-end: 1em;
  }
}
.definitionList .term {
  float: inline-start;
}
@supports not (float: inline-start) {
  .definitionList .term {
    float: left;
  }
}
.definitionList .description {
  min-block-size: 1lh;
  padding-block: 1.375em;
}
@supports not (padding-block: 1.375em) {
  .definitionList .description {
    padding-block-start: 1.375em;
    padding-block-end: 1.375em;
  }
}
.definitionList .description {
  padding-inline: 9.625em 0.125em;
}
@supports not (padding-inline: 9.625em 0.125em) {
  .definitionList .description {
    padding-inline-start: 9.625em;
    padding-inline-end: 0.125em;
  }
}
.definitionList .description {
  border-block-end: 1px solid currentColor;
  margin: 0;
}

/************************************************
    wp-admin
*************************************************/
.admin-bar #wpadminbar {
  position: fixed;
}

/************************************************
    ヘッダー
*************************************************/
.header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  inline-size: 100%;
  padding-inline-start: 1.25rem;
  position: fixed;
  inset-block-start: 0;
}
@supports not (inset-block-start: 0) {
  .header {
    top: 0;
  }
}
.header {
  inset-inline-start: 0;
}
@supports not (inset-inline-start: 0) {
  .header {
    left: 0;
  }
}
.header {
  z-index: 10;
}
@media (min-width: 48rem) {
  .header {
    grid-template-columns: auto 1fr;
    padding-block: 0.4346875em;
  }
  @supports not (padding-block: 0.4346875em) {
    .header {
      padding-block-start: 0.4346875em;
      padding-block-end: 0.4346875em;
    }
  }
}
.admin-bar .header {
  inset-block-start: 32px;
}
@supports not (inset-block-start: 32px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    inset-block-start: 46px;
  }
  @supports not (inset-block-start: 46px) {
    .admin-bar .header {
      top: 46px;
    }
  }
}
.header .toggle {
  grid-column: 2;
  grid-row: 1;
}
@media (min-width: 48rem) {
  .header .toggle {
    display: none;
  }
}
.header__title {
  font-size: 1em;
  line-height: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: start;
  align-self: center;
  margin: 0;
}
@media (min-width: 48rem) {
  .header__title {
    grid-column: 1;
    grid-row: 1;
  }
}
.header__title img {
  inline-size: 15em;
}
@media (min-width: 48rem) {
  .header__title img {
    inline-size: 25.5958125em;
  }
}
.header-modal {
  font-size: 0.75em;
  background-color: white;
  padding-block: 3.3333333333em;
}
@supports not (padding-block: 3.3333333333em) {
  .header-modal {
    padding-block-start: 3.3333333333em;
    padding-block-end: 3.3333333333em;
  }
}
.header-modal {
  padding-inline: var(--gutter);
}
@supports not (padding-inline: var(--gutter)) {
  .header-modal {
    padding-inline-start: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
.header-modal {
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset-block-start: 3.75rem;
}
@supports not (inset-block-start: 3.75rem) {
  .header-modal {
    top: 3.75rem;
  }
}
.header-modal {
  inset-inline-end: 0;
}
@supports not (inset-inline-end: 0) {
  .header-modal {
    right: 0;
  }
}
@media (min-width: 48rem) {
  .header-modal {
    font-size: 1em;
    grid-column: 2;
    grid-row: 1;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-block: 0;
  }
  @supports not (padding-block: 0) {
    .header-modal {
      padding-block-start: 0;
      padding-block-end: 0;
    }
  }
  .header-modal {
    padding-inline: 1.25em 0;
  }
  @supports not (padding-inline: 1.25em 0) {
    .header-modal {
      padding-inline-start: 1.25em;
      padding-inline-end: 0;
    }
  }
  .header-modal {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: static;
  }
}
.open .header-modal {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header-navigation {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.header-navigation-list {
  padding: 0;
  margin: 0;
}
@media (min-width: 48rem) {
  .header-navigation-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-inline: 1em;
  }
  @supports not (padding-inline: 1em) {
    .header-navigation-list {
      padding-inline-start: 1em;
      padding-inline-end: 1em;
    }
  }
}
.header-navigation__item {
  padding-block: 0.625em;
}
@supports not (padding-block: 0.625em) {
  .header-navigation__item {
    padding-block-start: 0.625em;
    padding-block-end: 0.625em;
  }
}
.header-navigation__item {
  padding-inline: 1em;
}
@supports not (padding-inline: 1em) {
  .header-navigation__item {
    padding-inline-start: 1em;
    padding-inline-end: 1em;
  }
}
@media (min-width: 48rem) {
  .header-navigation__item {
    padding-block: 0.125em;
  }
  @supports not (padding-block: 0.125em) {
    .header-navigation__item {
      padding-block-start: 0.125em;
      padding-block-end: 0.125em;
    }
  }
}
.header-navigation__item a {
  color: inherit;
  text-decoration: none;
}

/************************************************
    フッター
*************************************************/
.footer {
  color: white;
  font-size: 0.875em;
  background-color: var(--theme-color);
  padding-block-start: 4.0625em;
  padding-inline: var(--gutter);
}
@supports not (padding-inline: var(--gutter)) {
  .footer {
    padding-inline-start: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
.footer {
  overflow: hidden;
}
@media (min-width: 48rem) {
  .footer {
    font-size: 1em;
  }
}
.footer__title {
  font-size: 1em;
  text-align: center;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-block: 0;
}
@supports not (margin-block: 0) {
  .footer__title {
    margin-block-start: 0;
    margin-block-end: 0;
  }
}
.footer__title {
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .footer__title {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.footer__title {
  transform: translateX(-38%);
}
.footer__title img {
  inline-size: 25.2915625em;
}

/************************************************
    Section
*************************************************/
.section {
  font-size: 0.8125em;
  padding-block: 5em;
}
@supports not (padding-block: 5em) {
  .section {
    padding-block-start: 5em;
    padding-block-end: 5em;
  }
}
.section {
  padding-inline: var(--gutter);
}
@supports not (padding-inline: var(--gutter)) {
  .section {
    padding-inline-start: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
@media (min-width: 48rem) {
  .section {
    font-size: 1em;
  }
}
.section__title {
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.6964285714;
  text-align: center;
  margin: 0;
}
@media (min-width: 48rem) {
  .section__title {
    font-size: 1em;
  }
}
.section__title .text {
  font-size: 2.375em;
  letter-spacing: 0.1em;
  display: block;
  padding-inline-start: 0.1em;
}
.section__title .after {
  font-size: 1.125em;
  display: block;
}

/************************************************
    放課後等デイサービス　nicoとは
*************************************************/
.section-WhatIs {
  background-image: url("../img/nico/cloud_03.svg"), url("../img/nico/cloud_04.svg"), url("../img/nico/section-WhatIs.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 30.5em) 1.375em, calc(50% + 28.8125em) 4.875em, center bottom 20em;
  background-size: 10.66775em auto, 13.511375em auto, 120em auto;
}
@media (min-width: 48rem) {
  .section-WhatIs {
    background-position: calc(50% - 30.5em) 1.375em, calc(50% + 28.8125em) 4.875em, center bottom 13.4375em;
  }
}
.section-WhatIs__content {
  font-size: 1em;
  font-weight: 500;
  line-height: 2;
  max-inline-size: 36em;
  margin-block-start: 3.125em;
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .section-WhatIs__content {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.section-WhatIs__content p {
  margin: 0;
}
.section-WhatIs-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-inline-size: 34.375em;
  grid-gap: 0.625em;
  padding: 0;
  margin-block: 7.8125em 0;
}
@supports not (margin-block: 7.8125em 0) {
  .section-WhatIs-gallery {
    margin-block-start: 7.8125em;
    margin-block-end: 0;
  }
}
.section-WhatIs-gallery {
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .section-WhatIs-gallery {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
@media (min-width: 48rem) {
  .section-WhatIs-gallery {
    grid-template-columns: repeat(4, 1fr);
    max-inline-size: 69.375em;
  }
}
/************************************************
    nico ４つの特色
*************************************************/
.section-Feature {
  padding-block-end: 0;
}
.section-Feature-features {
  padding: 0;
  margin-block: 4.6875em 0;
}
@supports not (margin-block: 4.6875em 0) {
  .section-Feature-features {
    margin-block-start: 4.6875em;
    margin-block-end: 0;
  }
}
.section-Feature-features {
  margin-inline: calc(var(--gutter) * -1);
}
@supports not (margin-inline: calc(var(--gutter) * -1)) {
  .section-Feature-features {
    margin-inline-start: calc(var(--gutter) * -1);
    margin-inline-end: calc(var(--gutter) * -1);
  }
}
@media (min-width: 48rem) {
  .section-Feature-features {
    margin-block-start: 10.9375em;
  }
}
.section-Feature-feature {
  color: white;
  text-align: center;
  background-color: var(--theme-color);
  padding-block: 3.125em;
}
@supports not (padding-block: 3.125em) {
  .section-Feature-feature {
    padding-block-start: 3.125em;
    padding-block-end: 3.125em;
  }
}
.section-Feature-feature {
  padding-inline: var(--gutter);
}
@supports not (padding-inline: var(--gutter)) {
  .section-Feature-feature {
    padding-inline-start: var(--gutter);
    padding-inline-end: var(--gutter);
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature {
    display: grid;
    grid-template-rows: auto 1fr;
    padding-block: 2.5em 3.4375em;
  }
  @supports not (padding-block: 2.5em 3.4375em) {
    .section-Feature-feature {
      padding-block-start: 2.5em;
      padding-block-end: 3.4375em;
    }
  }
}
.section-Feature-feature + .section-Feature-feature {
  margin-block-start: 6.25em;
}
@media (min-width: 48rem) {
  .section-Feature-feature + .section-Feature-feature {
    margin-block-start: 10.75em;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(odd) {
    grid-template-columns: 1fr 39.375em 28.125em 1fr;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(even) {
    grid-template-columns: 1fr 28.125em 39.375em 1fr;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:first-of-type {
    background: var(--theme-color) url("../img/nico/cloud_01.svg") no-repeat calc(50% - 42.25em) 8.5em / 12.5621875em auto;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(3) {
    background: var(--theme-color) url("../img/nico/cloud_02.svg") no-repeat calc(50% + 40.6875em) 10.625em / 9.423125em auto;
  }
}
.section-Feature-feature__title {
  font-size: 0.875em;
  line-height: 1.25;
  -js-display: flex;
  display: flex;
  margin: 0;
}
@media (min-width: 48rem) {
  .section-Feature-feature__title {
    font-size: 1em;
    grid-row: 1;
    justify-self: start;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(odd) .section-Feature-feature__title {
    grid-column: 2;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(even) .section-Feature-feature__title {
    grid-column: 3;
    flex-direction: row-reverse;
    margin-inline-start: 6.25rem;
  }
}
.section-Feature-feature__title .order {
  color: #3d3d3d;
  font-size: 3em;
  font-weight: 700;
  margin-inline-end: 0.1em;
  transform: translateY(0.1em);
}
.section-Feature-feature__title .order .number {
  font-size: 1.75em;
  vertical-align: -0.03em;
}
.section-Feature-feature__title .text {
  color: #f38200;
  font-size: 2em;
  text-align: center;
  display: inline-block;
  background: url("../img/nico/cloud_05.svg") no-repeat center / contain;
  inline-size: 8.3769375em;
  padding-block: 1.754375em 0.285625em;
}
@supports not (padding-block: 1.754375em 0.285625em) {
  .section-Feature-feature__title .text {
    padding-block-start: 1.754375em;
    padding-block-end: 0.285625em;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(even) .section-Feature-feature__title .order {
    margin-inline-start: 0.1em;
  }
}
.section-Feature-feature .content {
  text-align: start;
  margin-block-start: 0.5em;
}
@media (min-width: 48rem) {
  .section-Feature-feature .content {
    grid-row: 2;
    max-inline-size: 27.25em;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(odd) .content {
    grid-column: 2;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(even) .content {
    grid-column: 3;
    margin-inline-start: 6.25rem;
  }
}
.section-Feature-feature__thumbnail {
  display: block;
  margin-block-start: 2em;
}
@media (min-width: 48rem) {
  .section-Feature-feature__thumbnail {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / -1;
    margin-block-start: -7.5em;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(odd) .section-Feature-feature__thumbnail {
    grid-column: 3;
  }
}
@media (min-width: 48rem) {
  .section-Feature-feature:nth-of-type(even) .section-Feature-feature__thumbnail {
    grid-column: 2;
  }
}

/************************************************
    スタッフ紹介
*************************************************/
.section-Staff {
  background-color: #d3eef2;
}
.section-Staff-staffs {
  font-size: 0.875em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.625em;
  max-inline-size: 31.125em;
  padding: 0;
  margin-block: 4.25em 0;
}
@supports not (margin-block: 4.25em 0) {
  .section-Staff-staffs {
    margin-block-start: 4.25em;
    margin-block-end: 0;
  }
}
.section-Staff-staffs {
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .section-Staff-staffs {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
@media (min-width: 48rem) {
  .section-Staff-staffs {
    font-size: 1em;
    grid-template-columns: repeat(4, 1fr);
    max-inline-size: 63.875em;
  }
}
.section-Staff-staff {
  background-color: white;
  padding-block-end: 1.125em;
  padding-inline: 1.125em;
}
@supports not (padding-inline: 1.125em) {
  .section-Staff-staff {
    padding-inline-start: 1.125em;
    padding-inline-end: 1.125em;
  }
}
.section-Staff-staff__title {
  color: white;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  background-color: var(--theme-color);
  padding-block: 0.21875em;
}
@supports not (padding-block: 0.21875em) {
  .section-Staff-staff__title {
    padding-block-start: 0.21875em;
    padding-block-end: 0.21875em;
  }
}
.section-Staff-staff__title {
  padding-inline: 1em;
}
@supports not (padding-inline: 1em) {
  .section-Staff-staff__title {
    padding-inline-start: 1em;
    padding-inline-end: 1em;
  }
}
.section-Staff-staff__title {
  border-radius: 999px;
  margin-block: 0.625em 0;
}
@supports not (margin-block: 0.625em 0) {
  .section-Staff-staff__title {
    margin-block-start: 0.625em;
    margin-block-end: 0;
  }
}
.section-Staff-staff__title .position {
  font-size: 1.0625em;
  margin-inline-end: 0.8235294118em;
}
.section-Staff-staff__title .name {
  font-size: 1.375em;
}
.section-Staff-staff .content {
  margin-block-start: 0.4375em;
}

/************************************************
    代表者挨拶
*************************************************/
@media (min-width: 48rem) {
  .section-Greeting {
    display: grid;
    grid-template-columns: 1fr 27.3125em 5.8125em 41em 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media (min-width: 48rem) {
  .section-Greeting .section__title {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / -1;
    grid-row: 1;
  }
}
.section-Greeting__ceo {
  text-align: center;
  margin-block: 4.375em 0;
}
@supports not (margin-block: 4.375em 0) {
  .section-Greeting__ceo {
    margin-block-start: 4.375em;
    margin-block-end: 0;
  }
}
@media (min-width: 48rem) {
  .section-Greeting__ceo {
    grid-column: 2;
    grid-row: 2;
  }
}
.section-Greeting__ceo .caption {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-block-start: 0.875em;
}
.section-Greeting__ceo .caption p {
  margin: 0;
}
.section-Greeting .content {
  margin-block-start: 4.375em;
}
@media (min-width: 48rem) {
  .section-Greeting .content {
    grid-column: 4;
    grid-row: 2;
  }
}

/************************************************
    会社概要
*************************************************/
.section-Company {
  color: white;
  background-color: var(--theme-color);
  background-image: url("../img/nico/palmTree.svg"), url("../img/nico/cloud_01.svg");
  background-repeat: no-repeat;
  background-position: left calc(50% - 7.0625em) bottom -0.875em, left calc(50% + 5.5em) bottom 15.5em;
  background-size: 12.5621875em auto, 9.423125em auto;
  padding-block-end: 25em;
}
@media (min-width: 48rem) {
  .section-Company {
    background-position: left calc(50% - 25.8125em) bottom -0.875em, left calc(50% + 24.25em) bottom 17.375em;
    padding-block-end: 5em;
  }
}
.section-Company__picture {
  text-align: center;
  display: block;
  margin-block-start: 3.75em;
}
.section-Company__picture img {
  inline-size: min(100%, 32.75em);
}

/************************************************
    お問い合わせ
*************************************************/
.section-Contact {
  color: #3d3d3d;
}
.section-Contact__tel {
  color: white;
  font-size: 1.875em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2666666667;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: var(--accent-color-01);
  box-sizing: border-box;
  max-inline-size: 18.2666666667em;
  padding-block: 0.3666666667em;
}
@supports not (padding-block: 0.3666666667em) {
  .section-Contact__tel {
    padding-block-start: 0.3666666667em;
    padding-block-end: 0.3666666667em;
  }
}
.section-Contact__tel {
  padding-inline: 1.1em 1em;
}
@supports not (padding-inline: 1.1em 1em) {
  .section-Contact__tel {
    padding-inline-start: 1.1em;
    padding-inline-end: 1em;
  }
}
.section-Contact__tel {
  border-radius: 1.3333333333em;
  margin-block-start: 1.6666666667em;
  margin-inline: auto;
}
@supports not (margin-inline: auto) {
  .section-Contact__tel {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.section-Contact__tel {
  position: relative;
}
.section-Contact__tel::after {
  content: "\e900";
  font-family: "icomoon";
  font-weight: normal;
  font-size: 1.6666666667em;
  letter-spacing: 0;
  position: absolute;
  inset-block-start: 50%;
}
@supports not (inset-block-start: 50%) {
  .section-Contact__tel::after {
    top: 50%;
  }
}
.section-Contact__tel::after {
  inset-inline-end: 0.36em;
}
@supports not (inset-inline-end: 0.36em) {
  .section-Contact__tel::after {
    right: 0.36em;
  }
}
.section-Contact__tel::after {
  transform: translateY(-50%);
}
@media (min-width: 48rem) {
  .section-Contact__tel::after {
    inset-inline-end: 0.72em;
  }
  @supports not (inset-inline-end: 0.72em) {
    .section-Contact__tel::after {
      right: 0.72em;
    }
  }
}

/************************************************
    Slider
*************************************************/
.slider {
  overflow: hidden;
}
.slider .swiper {
  overflow: visible;
}
.slider .swiper-slide {
  width: 100%;
  max-width: 62.5rem;
}
.slider .swiper-slide img {
  width: 100%;
}
.slider .swiper-pagination-bullet {
  background-color: var(--accent-color-01);
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

/**
 * Swiper 11.1.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end *//*# sourceMappingURL=../maps/nico.css.map */
