<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: inherit;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * 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;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

/**
 * 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 {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
a:focus,
button:focus {
  outline: none !important;
}

html {
  position: inherit;
  font-family: serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

ul {
  padding: 0;
  list-style: 0;
}

img, svg {
  display: inline-block;
}

body,
#app {
  margin: 0;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

mark {
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}
h2 {
  font-size: inherit;
}

h3 {
  font-size: inherit;
}

p {
  margin: 0;
}

pre {
  margin: 0;
  font-family: unset !important;
  font-size: unset !important;
  font-weight: unset !important;
  line-height: unset !important;
  color: #333;
  text-align: left;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

textarea {
  width: 100%;
}

ul {
  list-style-type: none;
}

#app {
  /*
  .drawer--right .drawer-nav {
    -webkit-transition: right 1s cubic-bezier(.19, 1, .22, 1);
    transition: right 1s cubic-bezier(.19, 1, .22, 1);
  }

  .drawer--top .drawer-nav {
    -webkit-transition: top 1s cubic-bezier(.19, 1, .22, 1);
    transition: top 1s cubic-bezier(.19, 1, .22, 1);
  }
  */
  /* component */
  /* elementor */
  /*
  * サイドバー
  */
}
#app .header {
  z-index: 600;
  transition: all 0.3s;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.6);
}
#app .header.scrolled {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#app .header.scrolled .header-nav__link {
  color: black;
}
#app .header:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#app .header-nav {
  width: 100%;
  height: 100%;
}
#app .header-nav__wrap {
  width: 100%;
  height: 100%;
}
#app .header-nav &gt; .header-nav__item {
  margin: 0 0.5rem;
  position: relative;
  transition: all 0.2s ease-out;
  text-align: center;
  display: flex;
  align-items: center;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu {
  background-color: #fff;
  position: absolute;
  top: 90%;
  display: none;
  transform: translateX(-50%);
  left: 50%;
  min-width: 150px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 2;
  text-align: left;
  padding: 10px;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu li {
  padding: 10px;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu .menu-item-has-children {
  padding-bottom: 0;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu .menu-item-has-children &gt; a {
  margin-bottom: 10px;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu a {
  display: block;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu a::before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  transform: scale(0.4);
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a {
  padding-left: 1em;
}
#app .header-nav &gt; .header-nav__item &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a::before {
  content: "-";
  transform: scale(1);
}
#app .header-nav &gt; .header-nav__item:hover {
  transition: all 0.2s ease-out;
}
#app .header-nav &gt; .header-nav__item:hover .header-nav-nest-menu,
#app .header-nav &gt; .header-nav__item:hover ul.sub-menu {
  display: block;
}
#app .header-nav__link {
  color: black;
}
#app .header__logo {
  font-size: 1.5rem;
  position: absolute;
  z-index: 1;
  padding: 5px;
}
#app .header__logo svg, #app .header__logo img {
  width: auto;
  max-height: 100%;
}
@media (min-width: 1024px) {
  #app .header__logo {
    height: 100%;
    font-size: 23px;
    position: initial;
  }
}
@media (min-width: 1280px) {
  #app .header__logo {
    font-size: 37px;
  }
}
#app .header__right {
  align-items: center;
  max-width: 1200px;
}
#app .header__tel {
  padding: 0 12px;
}
#app .header__tel .tel-header-button {
  padding-right: 10px;
  line-height: 1.3;
}
#app .header__tel .tel-header-button .text {
  font-size: 1.25em;
}
#app .header__tel .link {
  letter-spacing: 1px;
  font-size: 1.5em;
}
#app .header__tel .link svg {
  margin-right: 10px;
  width: 0.6em;
}
#app .header__tel--text {
  font-size: 0.813em;
  white-space: nowrap;
}
#app .header .sns-header-button {
  position: relative;
  width: 3.5em;
  height: 3.5em;
  border: 1px solid #fff;
  border-radius: 5px;
}
#app .header .sns-header-button .arrow-button {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#app .header .sns-header-button .arrow-button .arrow {
  display: inline-block;
  transform: rotate(45deg);
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6px;
  height: 6px;
  margin-bottom: 5px;
}
#app .header .sns-header-button .arrow-button .arrow.open {
  transform: rotate(-135deg);
  position: relative;
  top: 3px;
}
#app .header .sns-header-button .arrow-button .text {
  font-size: 1em;
}
#app .header .sns-header-button .sns-list {
  position: relative;
  top: -1px;
  margin: -1px;
  border: 1px solid #fff;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#app .header .sns-header-button .sns-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15%;
  width: 70%;
  display: inline-block;
  border-top: 1px solid #fff;
}
#app .header .sns-header-button .sns-list .isons {
  width: 45%;
  margin: 0 auto;
  padding-top: 20px;
}
#app .header .sns-header-button .sns-list .isons a {
  display: inline-block;
  margin-bottom: 10px;
}
#app .hero-front__title {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  #app .hero-front__title {
    padding: 10px;
  }
}
#app .hero-front__title h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
  margin-top: -30px;
}
@media (min-width: 768px) {
  #app .hero-front__title h1 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 1.5em;
  }
}
@media (min-width: 1024px) {
  #app .hero-front__title h1 {
    font-size: 40px;
    letter-spacing: 0.35rem;
  }
}
#app .hero-front .slide-inner {
  position: relative;
  color: #02489A;
}
#app .hero-front .slide-inner.slide2 {
  color: #643919;
}
#app .hero-front .slick-dots li:only-child {
  display: none;
}
#app .hero-front .hero-footer {
  position: absolute;
  bottom: 45px;
  width: 100%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #app .hero-front .hero-footer {
    left: auto;
    left: unset;
    bottom: 200px;
    max-width: 1200px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    padding: 10px;
    text-align: left;
  }
}
#app .hero-front .btn-secondary {
  border-radius: 3em;
  font-size: 14px;
  display: inline-block;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1.1rem 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  #app .hero-front .btn-secondary {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    font-size: 18px;
    padding: 25px 40px;
  }
}
#app .hero_subpage {
  height: 250px;
  padding-top: 75px;
}
@media (min-width: 768px) {
  #app .hero_subpage {
    height: 300px;
    padding-top: 100px;
  }
}
#app .top-slider_slide {
  height: 480px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #app .top-slider_slide {
    height: 700px;
  }
}
#app .top-slider .slick-dots {
  position: relative;
  top: -3rem;
  z-index: 2;
  margin-bottom: -34px;
}
#app .top-slider .slick-dots.slick-slider {
  margin-bottom: 0 !important;
}
#app .top-slider .slick-dots li button::before {
  font-size: 14px;
}
#app .top-slider .event-slider .slick-dots {
  bottom: -2.5rem;
}
#app .top-slider .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
#app .footer {
  background-color: var(--root-norad-footer-color);
}
#app .menu-block {
  -moz-column-count: 2;
       column-count: 2;
}
@media (min-width: 768px) {
  #app .menu-block {
    -moz-column-count: 1;
         column-count: 1;
    display: flex;
  }
}
@media (min-width: 768px) {
  #app .footer-nav {
    padding-left: 3em;
  }
}
@media (min-width: 1024px) {
  #app .footer-nav {
    padding-left: 4em;
  }
}
#app .footer-nav &gt; ul {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
#app .footer-nav &gt; li {
  position: relative;
  padding: 0 0 25px 0;
  margin: 0;
  font-weight: bold;
  width: 50%;
}
@media (min-width: 768px) {
  #app .footer-nav &gt; li {
    width: 100%;
  }
}
#app .footer-nav &gt; li a {
  display: block;
  position: relative;
  padding: 0;
}
#app .footer-nav &gt; li a::before {
  content: "■";
  display: inline-block;
  margin-right: 3px;
  transform: scale(0.6);
}
#app .footer-nav &gt; li &gt; .sub-menu {
  padding-top: 5px;
}
#app .footer-nav &gt; li &gt; .sub-menu a {
  padding-top: 8px;
  font-weight: normal;
}
@media (min-width: 768px) {
  #app .footer-nav &gt; li &gt; .sub-menu {
    padding-top: 5px;
  }
  #app .footer-nav &gt; li &gt; .sub-menu a {
    padding-top: 0;
  }
}
#app .footer-nav &gt; li &gt; .sub-menu &gt; li &gt; a::before {
  content: "●";
  transform: scale(0.25);
}
#app .footer-nav &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a {
  padding-left: 1em;
}
#app .footer-nav &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a::before {
  content: "-";
  transform: scale(1);
}
#app .footer-nav .footer-copy {
  text-align: center;
}
@media (min-width: 768px) {
  #app .footer-nav .footer-copy {
    text-align: left;
  }
}
#app .drawer-hamburger {
  z-index: 556;
  top: -2px;
}
#app .drawer-nav {
  z-index: 555;
  -webkit-transform: translateZ(0);
  background-color: transparent;
  top: 5%;
  height: 95%;
  overflow: auto;
  /*
    .sub-menu
    {
      li::before {
        content: "-";
        display: inline-block;
      }
      a {
        padding-left: 0.3em;
        display: inline-block;
      }
    }
    */
}
#app .drawer-overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 554;
}
#app .drawer-menu {
  background-color: var(--root-norad-menu-color1);
  min-height: 100%;
  padding-bottom: 1rem;
}
#app .drawer-menu .sub-menu {
  display: none;
}
#app .drawer-menu .inner .menu-item-has-children &gt; a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  margin-top: -0.25em;
  width: 0.5em;
  height: 0.5em;
  border-right-width: 1px;
  border-bottom-width: 1px;
  transform: rotate(45deg);
  border-color: #fff;
}
#app .drawer-menu .inner &gt; ul &gt; li {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ffffffcc;
}
#app .drawer-menu .inner &gt; ul &gt; li a {
  display: block;
  position: relative;
  padding: 15px 25px;
}
#app .drawer-menu .inner &gt; ul &gt; li a::before {
  content: "■";
  display: inline-block;
  margin-right: 3px;
  transform: scale(0.4);
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu {
  background-color: var(--root-norad-menu-color2);
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu &gt; li:first-child {
  border-top: 1px solid #ffffffcc;
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu &gt; li &gt; a::before {
  content: "●";
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a {
  padding-left: 3em;
}
#app .drawer-menu .inner &gt; ul &gt; li &gt; .sub-menu &gt; li &gt; .sub-menu &gt; li &gt; a::before {
  content: "-";
  transform: scale(1);
}
#app .drawer-hamburger {
  width: 3rem;
  padding: 0.75rem 0.5rem 0.5rem;
  top: 15px;
  right: 15px !important;
  background-color: #ffa41c;
  border-radius: 10px;
  margin-left: 5px;
}
@media (min-width: 1024px) {
  #app .drawer-hamburger {
    display: none !important;
  }
}
#app .drawer-hamburger .open-text {
  display: inline-block;
}
#app .drawer-hamburger .close-text {
  display: none;
}
#app .drawer-hamburger:hover {
  background-color: #ffa41c;
}
#app .drawer-hamburger-icon, #app .drawer-hamburger-icon::before, #app .drawer-hamburger-icon::after {
  width: 2rem;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
}
#app .drawer-hamburger-text {
  margin-top: 1rem;
  font-size: 0.7rem;
}
#app .drawer__menu {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
#app.drawer-open .drawer-overlay {
  display: block;
}
#app.drawer-open .drawer-nav {
  width: 16rem;
  overflow: auto;
}
#app.drawer-open .drawer-hamburger .open-text {
  display: none;
}
#app.drawer-open .drawer-hamburger .close-text {
  display: inline-block;
}
#app.drawer-open .drawer-hamburger-icon::before {
  top: 0;
  transform: rotate(40deg);
}
#app.drawer-open .drawer-hamburger-icon:after {
  top: 0;
  transform: rotate(-40deg);
}
#app .container, #app .container_s {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  #app .container, #app .container_s {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #app .container, #app .container_s {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #app .container, #app .container_s {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  #app .container, #app .container_s {
    max-width: 1200px;
  }
}
#app .container_s {
  width: 90%;
}
@media (min-width: 768px) {
  #app .container_s {
    width: 80%;
  }
}
@media (min-width: 640px) {
  #app .container_s {
    max-width: 640px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #app .container_s {
    max-width: 768px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #app .container_s {
    max-width: 1000px;
    padding: 0;
  }
}
@media (min-width: 1280px) {
  #app .container_s {
    max-width: 1024px;
    padding: 0;
  }
}
#app .container.w-full, #app .w-full.container_s {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#app .container.w-full .inner, #app .w-full.container_s .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  #app .container.w-full .inner, #app .w-full.container_s .inner {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #app .container.w-full .inner, #app .w-full.container_s .inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #app .container.w-full .inner, #app .w-full.container_s .inner {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  #app .container.w-full .inner, #app .w-full.container_s .inner {
    max-width: 1200px;
  }
}
#app .container.w-full .inner.w-1000, #app .w-full.container_s .inner.w-1000 {
  max-width: 1000px;
}
#app .container.w-full .inner.w-1200, #app .w-full.container_s .inner.w-1200 {
  max-width: 1200px;
}
#app .container.w-1000, #app .w-1000.container_s, #app .container .w-1000, #app .container_s .w-1000 {
  max-width: 1000px;
}
#app .container.w-1200, #app .w-1200.container_s, #app .container .w-1200, #app .container_s .w-1200 {
  max-width: 1200px;
}
#app .alignfull {
  width: 100%;
}
#app .alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  #app .alignwide {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  #app .alignwide {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  #app .alignwide {
    max-width: 1000px;
  }
}
@media (min-width: 1280px) {
  #app .alignwide {
    max-width: 1200px;
  }
}
#app .elementor-button {
  background-color: #ffa41c;
  border-radius: 10px;
}
#app .block-title {
  font-size: 22px;
  font-weight: bold;
}
#app .block-subtitle {
  font-size: 18px;
  font-weight: bold;
}
#app .template2__movie .elementor-container {
  max-width: 100% !important;
}
#app .template3.elementor-section.elementor-top-section {
  padding-top: 0 !important;
}
#app .template4__list .eael-entry-wrapper {
  padding: 0 0 15px !important;
}
#app .template4__list .eael-entry-wrapper .eael-grid-post-excerpt,
#app .template4__list .eael-entry-wrapper .eael-entry-meta {
  padding: 0 15px;
}
#app .template4__list .post-carousel-categories {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#app .template4__list .post-meta-categories {
  display: flex;
  align-items: center;
  margin-top: 10px !important;
}
#app .template4__list .post-meta-categories i, #app .template4__list .post-meta-categories a {
  font-size: 1rem;
  color: #333 !important;
}
#app .template4__list .eael-entry-title {
  height: 218px;
  overflow: auto;
}
#app .template4__list .eael-entry-title .eael-grid-post-link {
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  display: block;
  padding: 15px 15px 0;
}
#app .template4__list .eael-entry-content,
#app .template4__list .eael-entry-meta {
  position: relative;
  top: -120px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#app .template4__list .eael-post-grid,
#app .template4__list .eael-post-grid2 {
  height: auto;
}
@media (max-width: 768px) {
  #app .template4__list .slick-slider {
    height: auto !important;
  }
}
#app .template4__list .slick-list {
  height: 100%;
}
#app .template4__list .slick-list article {
  position: initial !important;
}
#app .template4__list .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 55%;
  z-index: 1;
}
#app .template4__list .slick-arrow.prev {
  left: -5px;
}
#app .template4__list .slick-arrow.next {
  right: -5px;
}
@media (max-width: 768px) {
  #app .template5 .elementor-column:first-child .elementor-element-populated {
    padding-bottom: 0 !important;
  }
  #app .template5 .elementor-column:last-child .elementor-element-populated {
    padding-top: 0 !important;
  }
}
#app .template6 {
  position: relative;
}
#app .template6_btn {
  position: absolute;
  right: 10px;
  bottom: -200px;
}
@media (max-width: 768px) {
  #app .template6_btn {
    bottom: -150px;
  }
}
#app .template8 {
  text-align: left;
}
#app .template8 h2 {
  font-weight: bold !important;
}
#app .template8 h2 * {
  font-weight: bold !important;
}
#app .template8 strong {
  width: 55px;
  height: 55px;
  display: inline-block;
  font-weight: 400;
  color: white;
}
#app .template8 .question strong {
  padding-top: 5px;
}
@media (max-width: 1024px) {
  #app .template8 .question,
#app .template8 .answer {
    width: 57px;
  }
}
@media (max-width: 768px) {
  #app .template8 .question .elementor-element-populated,
#app .template8 .answer .elementor-element-populated {
    padding-bottom: 0 !important;
  }
}
#app .template8 .question .elementor-widget-container,
#app .template8 .answer .elementor-widget-container {
  text-align: start;
}
#app .template8 .question-text {
  align-items: center;
}
@media (max-width: 1024px) {
  #app .template8 .elementor-section .elementor-container {
    flex-wrap: nowrap;
  }
}
#app .template9__shortcode {
  opacity: 0;
  height: 0;
}
@media (max-width: 768px) {
  #app .template10__point .image_3-4s .elementor-widget-container {
    max-width: 70% !important;
    padding-top: 52.5% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
#app .template12-1 .elementor-container {
  flex-wrap: nowrap;
}
#app .template12-1 .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#app .template12-1__number {
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: var(--root-norad-base-color1);
}
@media (max-width: 768px) {
  #app .template12-1__number {
    width: 20%;
  }
}
#app .template12-2 .elementor-container {
  flex-wrap: nowrap;
}
#app .template12-2 .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#app .template12-2__left {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--root-norad-base-color1);
}
@media (max-width: 768px) {
  #app .template12-2__left {
    width: 20%;
  }
}
#app .template12-2__number {
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.25;
  background-color: var(--root-norad-base-color1);
  font-size: 25px;
}
@media (max-width: 768px) {
  #app .template12-2__number {
    width: 20%;
  }
}
#app .template12-2__right {
  border-bottom: 1px solid var(--root-norad-base-color1);
}
#app .template12-3 {
  background-color: #CFE5D8;
  border-bottom: 3px solid var(--root-norad-base-color1);
  padding: 10px 5px;
}
#app .template12-4 {
  background-color: var(--root-norad-base-color1);
}
#app .template12-4::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  position: absolute;
  bottom: -0.5rem;
  left: 3rem;
  background-color: var(--root-norad-base-color1);
}
#app .template12-5 {
  text-align: center;
  align-items: center;
}
#app .template12-5::before, #app .template12-5::after {
  content: "";
  width: 20%;
  height: 1px;
  border-top: 1px solid var(--root-norad-base-color1);
}
@media (max-width: 768px) {
  #app .template12-5::before, #app .template12-5::after {
    width: 10%;
  }
}
#app .template12-5::before {
  margin-left: 2rem;
}
@media (max-width: 768px) {
  #app .template12-5::before {
    margin-left: 0;
  }
}
#app .template12-5::after {
  margin-right: 2rem;
}
@media (max-width: 981px) {
  #app .template12-5::after {
    margin-right: 0;
  }
}
#app .template12-6 {
  border-top: 1px solid var(--root-norad-base-color1);
  border-bottom: 1px solid var(--root-norad-base-color1);
  padding: 10px;
  margin: 0 10px;
}
#app .template12-6::before {
  content: "";
  position: absolute;
  border-left: 1px solid var(--root-norad-base-color1);
  height: calc(100% + 14px);
  top: -6px;
  left: 6px;
}
#app .template12-6::after {
  content: "";
  position: absolute;
  border-right: 1px solid var(--root-norad-base-color1);
  height: calc(100% + 14px);
  top: -6px;
  right: 6px;
}
@media (max-width: 768px) {
  #app .template_p1 {
    position: relative;
  }
  #app .template_p1 .elementor-column,
#app .template_p1 .elementor-widget-wrap {
    position: initial;
  }
  #app .template_p1 .elementor-widget-image {
    padding-bottom: 60px;
    margin-top: -20px;
  }
  #app .template_p1 .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
  }
  #app .template_p1 .elementor-button-wrapper {
    text-align: center;
  }
  #app .template_p1 .elementor-widget-button {
    position: absolute;
    bottom: 10px;
    z-index: 1;
  }
  #app .template_p1-r .elementor-container.elementor-column-gap-default {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  #app .template_p2 {
    position: relative;
  }
  #app .template_p2 p {
    margin-bottom: -20px;
  }
  #app .template_p2 .elementor-column,
#app .template_p2 .elementor-widget-wrap {
    position: initial;
  }
  #app .template_p2 .elementor-container.elementor-column-gap-default {
    padding-bottom: 50px;
    flex-direction: column;
  }
  #app .template_p2 .elementor-button-wrapper {
    text-align: center;
  }
  #app .template_p2 .elementor-widget-button {
    position: absolute;
    bottom: 10px;
    z-index: 1;
  }
  #app .template_p2-l .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #app .template_p9 .elementor-column:first-child {
    padding-right: 7.5px;
  }
  #app .template_p9 .elementor-column:last-child {
    padding-left: 7.5px;
  }
}
#app .template_p9 .elementor-widget-wrap {
  position: relative;
}
#app .template_p9 .elementor-widget-button {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#app .template_p13-image .elementor-element-populated {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#app .template_p13-image .elementor-element-populated section {
  height: calc(100% + 20px);
}
@media (max-width: 768px) {
  #app .template_p13 .elementor-column-gap-default {
    flex-direction: column-reverse;
  }
  #app .template_p13 .elementor-column-gap-default section {
    margin-bottom: -10px !important;
  }
}
@media (max-width: 768px) {
  #app .template_p13_l .elementor-column-gap-default {
    flex-direction: column;
  }
}
#app .template_p18 &gt; .elementor-container {
  flex-wrap: wrap;
}
#app .template_p18 &gt; .elementor-container &gt; .elementor-column {
  width: calc( 100% / 3 );
}
@media (max-width: 768px) {
  #app .template_p18 &gt; .elementor-container &gt; .elementor-column {
    width: 100%;
  }
}
#app .template_p18 .elementor-column-gap-default {
  height: 100%;
}
#app .link-list-item {
  display: block;
  height: 70px;
  border: 1px solid var(--root-norad-base-color1);
  position: relative;
}
#app .link-list-item .elementor-container {
  flex-wrap: nowrap;
}
#app .link-list-item::after {
  width: 1rem;
  content: "&gt;";
  background-color: var(--root-norad-base-color1);
  color: white;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2px;
}
#app .link-list-item .elementor-column {
  align-items: center;
}
#app .link-list-item .elementor-widget-image {
  padding-right: calc(1rem - 1px);
}
#app .link-list-item .image-wrap .elementor-widget-wrap {
  padding: 0;
}
#app .link-list-item .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
#app .border-b {
  border-bottom-width: 1px;
}
#app .border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
#app .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
#app .text-black {
  color: black;
}
#app .elementor-heading-title {
  line-height: 1.5;
}
#app .mincho,
#app .font-serif {
  font-family: "Noto Serif JP", serif !important;
}
#app .fa-folder-open {
  font-family: "Font Awesome 5 Free" !important;
}
#app .ab-icon {
  font-family: dashicons !important;
}
#app .font-base3 {
  font-size: 14px;
}
#app .font-base {
  font-size: 16px;
}
#app .font-base2 {
  font-size: 16px;
}
#app .font-sub {
  font-size: 18px;
}
#app .font-sub2 {
  font-size: 20px;
}
#app .font-title {
  font-size: 22px;
}
#app .font-title-l {
  font-size: 28px;
}
#app .font-title-l2 {
  font-size: 40px;
}
#app .font-20px {
  font-size: 20px;
}
#app .ls-50 {
  letter-spacing: 0.05em;
}
#app .ls-100 {
  letter-spacing: 0.1em;
}
#app .ls-150 {
  letter-spacing: 0.15em;
}
#app .font-medium {
  font-weight: 500;
}
@media (min-width: 768px) {
  #app .md\:font-base3 {
    font-size: 14px;
  }
  #app .font-base {
    font-size: 16px;
  }
  #app .font-base2 {
    font-size: 18px;
  }
  #app .font-sub {
    font-size: 24px;
  }
  #app .font-sub2 {
    font-size: 28px;
  }
  #app .font-title {
    font-size: 30px;
  }
  #app .font-title-l {
    font-size: 40px;
  }
  #app .md\:font-base {
    font-size: 18px;
  }
  #app .md\:font-sub {
    font-size: 24px;
  }
  #app .md\:font-sub2 {
    font-size: 28px;
  }
  #app .md\:font-title {
    font-size: 30px;
  }
  #app .md\:font-title-l {
    font-size: 40px;
  }
  #app .md\:font-20px {
    font-size: 20px;
  }
  #app .md\:font-30px {
    font-size: 30px;
  }
  #app .md\:ls-50 {
    letter-spacing: 0.05em;
  }
  #app .md\:ls-100 {
    letter-spacing: 0.1em;
  }
  #app .md\:ls-150 {
    letter-spacing: 0.15em;
  }
}
#app .color-base {
  color: var(--root-norad-text-base);
}
#app .color-sub {
  color: var(--root-norad-text-sub);
}
#app .color-sub2 {
  color: var(--root-norad-text-sub2);
}
#app .bg-blue {
  background-color: #D4EBFA;
}
#app .bg-blue2 {
  background-color: #EFF8FE;
}
#app .bg-blue3 {
  background-color: #02489A;
}
#app .bg-blue4 {
  background-color: #4BB7FA;
}
#app .bg-gray {
  background-color: #F7F7F7;
}
#app .mx-10px {
  margin-right: 10px;
  margin-left: 10px;
}
#app .px-10px {
  padding-right: 10px;
  padding-left: 10px;
}
#app .flex-box {
  display: flex;
  flex-wrap: wrap;
}
#app .image_3-4s .elementor-widget-container {
  position: relative;
  padding-top: 75% !important;
  overflow: hidden;
}
#app .image_3-4s .elementor-widget-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}
#app .image_3-4s--wrap {
  width: 100%;
  padding-top: 75% !important;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  #app .image_3-4s--wrap {
    padding-top: 75% !important;
  }
}
#app .image_3-4s--wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 4/3;
}
#app img.image_3-4s {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
#app .image_67s .elementor-widget-container {
  position: relative;
  padding-top: 66.72% !important;
  overflow: hidden;
}
#app .image_67s .elementor-widget-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#app .title-bar {
  background-color: #CFE5D8;
  padding: 2rem 1rem;
}
#app .title-bar2 {
  background-color: #eee;
  border-bottom: 2px solid black;
  padding: 10px;
}
#app .overlay_white {
  mix-blend-mode: overlay;
  background-color: #fff;
}
#app .error-message {
  left: 0;
}
#app .post-card__thumbnail {
  width: 100%;
}
#app .lazyloaded {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#app .sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  #app .sp-only {
    display: block !important;
  }
}
#app .btn-block {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#app .btn, #app .btn-white, #app .btn-secondary {
  letter-spacing: inherit;
}
#app .btn-success {
  box-shadow: none;
}
#app .dropdown-toggle.active span {
  display: inline-block;
  transform: rotate(180deg);
}
#app .heading-primary__sub-title {
  display: block;
  margin-top: 7px;
  letter-spacing: 2px;
  font-size: 22px;
}
#app .single-btn_wrap a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 15px 2rem;
  line-height: 24px;
  transition: all 0.2s ease;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  #app .single-btn_wrap a {
    padding: 15px 0.8rem;
    font-size: 14px;
  }
}
#app .single-btn_wrap a:hover {
  opacity: 0.8;
}
#app .page-header {
  height: auto !important;
  padding-top: 100px;
}
#app .page-header__title {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  #app .page-header__title h1 {
    font-size: 1.2rem;
  }
}
#app .elementor-section.elementor-top-section {
  scroll-padding-top: 60px !important;
  -webkit-scroll-padding-top: 60px !important;
  padding-bottom: 25px !important;
}
#app .elementor-section.elementor-top-section.no-pt {
  padding-top: 10px !important;
}
@media (max-width: 820px) {
  #app .max-specify img {
    max-width: 100% !important;
  }
}
#app .after-triangle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
}
@media (max-width: 981px) {
  #app .after-triangle {
    padding-right: 0.5rem;
  }
}
#app .after-triangle::after {
  content: "▼";
  color: black;
  font-size: 1rem;
  right: 1rem;
  top: 0;
  margin-left: 5px;
}
#app .link-list-item {
  display: block;
  height: 70px;
  border: 1px solid var(--root-norad-base-color1);
  position: relative;
}
#app .link-list-item .elementor-container {
  flex-wrap: nowrap;
}
#app .link-list-item::after {
  width: 1rem;
  content: "&gt;";
  background-color: var(--root-norad-base-color1);
  color: white;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2px;
}
#app .link-list-item .elementor-column {
  align-items: center;
}
#app .link-list-item .elementor-widget-image {
  padding-right: calc(1rem - 1px);
}
#app .link-list-item .image-wrap .elementor-widget-wrap {
  padding: 0;
}
#app .link-list-item .image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
#app .eael-grid-post-excerpt p {
  display: none;
}
#app .elementor-button-text,
#app .elementor-button,
#app .eael-post-elements-readmore-btn {
  font-size: 16px !important;
}
#app .elementor-button-link:hover,
#app .elementor-button:hover {
  transform: translateY(3px);
  text-decoration: none;
}
#app .archive-section {
  display: flex;
  margin-top: 2rem;
}
@media (max-width: 981px) {
  #app .archive-section {
    display: block;
    margin-top: 1rem;
  }
}
#app .archive-body {
  width: calc(100% / 3 * 2);
  max-width: 100%;
}
@media (max-width: 981px) {
  #app .archive-body {
    width: 100%;
  }
}
#app .archive-side {
  width: 25%;
}
@media (max-width: 981px) {
  #app .archive-side {
    width: 100%;
  }
}
#app .common-slider .slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  z-index: 1;
}
#app .common-slider .slick-arrow.prev {
  left: 0;
}
#app .common-slider .slick-arrow.next {
  right: 0;
}
#app .common-slider .slick-dots {
  bottom: -15px;
}
#app .archive__list li {
  border-bottom: 2px solid #d1d5db;
  padding: 0.5rem 0;
}
#app .category-bar.customize-base_color1,
#app .title-bar.customize-base_color1,
#app .bg-primary.customize-base_color1,
#app .pager__numbers--active.customize-base_color1 {
  background-color: var(--root-norad-base-color1);
}
#app .category-bar.customize-base_color2,
#app .title-bar.customize-base_color2 {
  background-color: var(--root-norad-base-color2);
}
#app .title-bar2.customize-base_color3 {
  background-color: var(--root-norad-base-color3);
}
#app .works-category__tag.customize-work_cat_label, #app .customize-work_cat_label {
  background-color: var(--root-norad-work-cat-label);
}
#app .btn-transparent__black.customize-button_color1 {
  border: 1px solid var(--root-norad-button-color1);
  color: var(--root-norad-button-color1);
}
#app .btn-transparent__black.customize-button_color1:hover {
  border: 1px solid var(--root-norad-button-color1);
  background-color: var(--root-norad-button-color1);
  color: white;
}
#app .text-primary {
  color: var(--root-norad-text-contact);
}
#app .entry-bottom-border {
  border-bottom: 1px solid var(--root-norad-staff-border);
}
#app .infographics {
  text-align: center;
}
#app .panel-link {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  text-indent: -9999px;
  text-align: left;
  z-index: 1;
}
#app .breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  display: flex;
  flex-wrap: wrap;
}
#app .breadcrumb__item + #app .breadcrumb__item::before {
  content: "＞";
  margin: 0 0.5rem;
}
#app .breadcrumb a {
  color: #333;
}
#app .pagenation {
  width: 100%;
  margin: auto;
}
#app .pager {
  text-align: center;
  margin: auto;
  padding-top: 3rem;
}
#app .pager__numbers {
  padding: 5px 10px;
  margin-right: 15px;
  color: black;
}
#app .pager__numbers--active {
  background-color: var(--root-norad-base-color1);
  color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
}
#app .floating-side {
  top: 120px;
  pointer-events: none;
  width: 80px;
}
#app .floating-side a {
  pointer-events: initial;
}
#app .floating-side__banner {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 100%;
}
#app .floating-side__banner--link {
  padding: 20px 0;
  height: 100%;
  width: 100%;
}
#app .floating-side__banner--line {
  background-color: #00B900;
  -ms-writing-mode: initial;
      writing-mode: initial;
  font-size: 12px;
  height: 80px;
}
#app .floating-side__banner--line .floating-side__banner--link {
  padding: 0;
}
#app .floating-side__banner--tenken, #app .floating-side__banner--contact {
  background-color: rgba(51, 51, 51, 0.6);
  line-height: 1.3;
  margin-top: 12px;
  transition: all 0.2s;
}
#app .floating-side__banner--tenken:hover, #app .floating-side__banner--contact:hover {
  background-color: #333;
}
#app .floating-side__banner--tenken svg, #app .floating-side__banner--contact svg {
  fill: #fff;
  width: 30px;
  margin-bottom: 10px;
}
#app .floating-side__banner--tenken span, #app .floating-side__banner--contact span {
  font-size: 20px;
}
#app .floating-side__banner--contact {
  background-color: rgba(51, 51, 51, 0.6);
  line-height: 1.3;
}
#app .floating-side__banner--contact:hover {
  background-color: #333;
}
#app .floating-side__banner--contact svg {
  width: 35px;
}
#app .floating-btn {
  display: none;
  position: fixed;
  bottom: 4rem;
  right: 1rem;
  z-index: 50;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  font-size: 11px;
  line-height: 1.3;
  background-color: var(--root-norad-base-color1);
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  #app .floating-btn {
    width: 80px;
    height: 80px;
    font-size: 14px;
  }
}
#app .floating-btn.is-displayed {
  display: block;
}
#app .floating-btn .floating-btn__item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#app .floating-btn .floating-btn__item .item-text {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#app .floating-btn .floating-btn__item .item-text .up {
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  font-weight: normal;
  transform: rotate(45deg);
  display: inline-block;
}
@media (min-width: 768px) {
  #app .floating-btn {
    bottom: 1rem;
    left: initial;
  }
}
#app .floating-btn__btn {
  text-align: center;
  padding: 0.7rem;
}
#app .floating-btn__restaurant {
  position: fixed;
  bottom: 0;
  background-color: #7d7d7d;
  width: 100%;
}
#app .floating-btn__online {
  color: black;
  background-color: #f8f8f8;
  width: 50%;
}
#app .floating-btn__tel {
  color: white;
  background-color: #434343;
  width: 50%;
}
#app .footer-floating-btn {
  height: 60px;
}
#app .footer-floating-btn img {
  display: inline-block;
}
#app .footer-floating-btn a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .footer-floating-btn a .small {
  font-size: 11px;
}
#app .footer-floating-btn a .inner {
  display: inline-block;
}
#app .footer-floating-btn a .text {
  display: inline-block;
  line-height: 1.2;
}
#app .footer-floating-btn .line {
  width: 20%;
  background-color: #00B900;
}
#app .footer-floating-btn .line .inner {
  text-align: center;
}
#app .footer-floating-btn .line .text {
  width: 100%;
}
#app .footer-floating-btn .line img {
  width: 15px;
  height: auto;
}
#app .footer-floating-btn .tel {
  width: 44%;
  background-color: #4BB7FA;
  border-left: 1px solid #fff;
}
#app .footer-floating-btn .tel .inner {
  display: flex;
  align-items: center;
}
#app .footer-floating-btn .tel img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
#app .footer-floating-btn .form {
  width: 36%;
  background-color: #4BB7FA;
  border-left: 1px solid #fff;
}
#app .footer-floating-btn .form .inner {
  display: flex;
  align-items: center;
}
#app .footer-floating-btn .form img {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
#app .navmenu_link-item:hover {
  color: var(--root-norad-base-color1);
  transition: all 0.3s;
}
#app .contact input, #app .contact textarea {
  max-width: calc(100vw - 1.5rem);
}
#app .contact-label::after {
  content: attr(data-title);
  display: block;
  color: #959595;
  font-size: 0.8rem;
  letter-spacing: 0.1px;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  #app .contact-label::after {
    margin-left: 0;
  }
}
#app .wpcf7-submit::after {
  content: attr(data-title);
  display: block;
}
#app .list_disc li::before {
  content: "●";
  font-weight: normal;
}
#app .list_whitedisc li::before {
  content: "○";
  font-weight: normal;
}
#app .heading__front {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 22px;
  font-weight: bold;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  #app .heading__front {
    font-size: 30px;
    letter-spacing: 0.35rem;
    align-items: center;
    margin-top: 0;
  }
}
#app .heading__front svg {
  width: 30px;
  fill: var(--root-norad-base-color1);
  transform: rotate(-15deg);
  margin-right: 5px;
}
@media (min-width: 768px) {
  #app .heading__front svg {
    margin-right: 1rem;
  }
}
#app .heading__front::after {
  position: absolute;
  content: attr(data-title);
  color: var(--root-norad-base-color1);
  font-weight: 100;
  font-size: 1rem;
  right: 0;
  bottom: 0;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  #app .heading__front::after {
    margin-right: 1rem;
    font-size: 20px;
    right: -45px;
  }
}
#app .heading__sub {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  #app .heading__sub {
    font-size: 22px;
  }
}
#app .heading-primary {
  margin: 1rem 0;
}
#app .heading-primary pre {
  font-size: 25px !important;
  font-weight: bold !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  #app .heading-primary pre {
    font-size: 32px !important;
  }
}
#app .btn, #app .btn-white, #app .btn-secondary {
  padding: 0.55rem 2.2rem 0.7rem 1.5rem;
  max-width: 100%;
  border-radius: 2em;
  transition: all 0.1s ease;
  border-color: #000;
  position: relative;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 768px) {
  #app .btn, #app .btn-white, #app .btn-secondary {
    padding-right: 2.2rem;
    padding-left: 1.5rem;
  }
}
#app .btn svg, #app .btn-white svg, #app .btn-secondary svg {
  display: inline-block;
}
#app .btn.btn-small, #app .btn-small.btn-white, #app .btn-small.btn-secondary {
  font-size: 0.8125em;
}
@media (min-width: 768px) {
  #app .btn.md\:btn-normal, #app .md\:btn-normal.btn-white, #app .md\:btn-normal.btn-secondary {
    font-size: 1em;
  }
}
#app .btn::after, #app .btn-white::after, #app .btn-secondary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  margin-top: -0.23em;
  width: 0.5em;
  height: 0.5em;
  border-right-width: 1px;
  border-top-width: 1px;
  transform: rotate(45deg);
  border-color: inherit;
  transition: border-color 0.1s ease;
}
@media (min-width: 768px) {
  #app .btn::after, #app .btn-white::after, #app .btn-secondary::after {
    right: 1.5rem;
  }
}
#app .btn.noarrow::after, #app .noarrow.btn-white::after, #app .noarrow.btn-secondary::after {
  content: none;
}
#app .btn.arrow, #app .arrow.btn-white, #app .arrow.btn-secondary,
#app .btn .arrow,
#app .btn-white .arrow,
#app .btn-secondary .arrow {
  position: relative;
}
#app .btn.arrow::after, #app .arrow.btn-white::after, #app .arrow.btn-secondary::after,
#app .btn .arrow::after,
#app .btn-white .arrow::after,
#app .btn-secondary .arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -0.7em !important;
  margin-top: -0.2em;
  width: 0.5em;
  height: 0.5em;
  border-right-width: 1px;
  border-top-width: 1px;
  transform: rotate(45deg);
  border-color: currentColor;
  transition: border-color 0.1s ease;
}
#app .btn-secondary {
  background-color: #ffa41c;
  transition: all 0.3s ease;
}
#app .btn-secondary:hover {
  transform: translateY(3px);
  text-decoration: none;
  background-color: #FF8F00;
}
#app .btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  transition: all 0.25s;
}
#app .btn-white:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
#app .btn-transparent__white {
  border: 1px solid white;
  border-radius: 10px;
  color: white;
}
#app .btn-transparent__white:hover {
  background-color: white;
  color: black;
}
#app .btn-transparent__black {
  border: 1px solid var(--root-norad-base-color1);
  border-radius: 10px;
  color: var(--root-norad-base-color1);
}
#app .btn-transparent__black:hover {
  background-color: var(--root-norad-base-color1);
  border: 1px solid var(--root-norad-base-color1);
  color: white;
}
#app .btn-transparent__black:hover::after {
  border-color: #fff;
}
#app .btn--confirm {
  text-align: center;
  margin: 1rem auto;
  cursor: pointer;
  color: #FFFFFF;
  background-color: #FFA41C;
  border-radius: 2em;
  padding: 10px 32px;
}
#app .btn--confirm::after {
  border-color: #fff;
}
#app .btn-privacy {
  white-space: nowrap;
}
@media (max-width: 340px) {
  #app .btn-privacy {
    width: 100% !important;
  }
}
#app .btn.style1, #app .style1.btn-secondary, #app .style1.btn-white {
  color: #000;
  border-color: #000;
  border: none;
  background-color: var(--root-norad-button-color1);
}
#app .btn.style1::before, #app .style1.btn-secondary::before, #app .style1.btn-white::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #ff0000;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
#app .btn.style1:hover, #app .style1.btn-secondary:hover, #app .style1.btn-white:hover {
  transform: translateY(3px);
}
#app .btn.style1:hover::before, #app .style1.btn-secondary:hover::before, #app .style1.btn-white:hover::before {
  opacity: 0.1;
}
#app .btn.style2, #app .style2.btn-secondary, #app .style2.btn-white {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color2);
}
#app .btn.style2::after, #app .style2.btn-secondary::after, #app .style2.btn-white::after {
  border-color: #fff;
}
#app .btn.style2:hover, #app .style2.btn-secondary:hover, #app .style2.btn-white:hover, #app .btn.style2.style-reverse, #app .style2.style-reverse.btn-secondary, #app .style2.style-reverse.btn-white {
  border: 2px solid var(--root-norad-button-color2);
  background-color: #fff;
  color: var(--root-norad-button-color2);
}
#app .btn.style2:hover::after, #app .style2.btn-secondary:hover::after, #app .style2.btn-white:hover::after, #app .btn.style2.style-reverse::after, #app .style2.style-reverse.btn-secondary::after, #app .style2.style-reverse.btn-white::after {
  border-color: var(--root-norad-button-color2);
}
#app .btn.style2.style-reverse:hover, #app .style2.style-reverse.btn-secondary:hover, #app .style2.style-reverse.btn-white:hover {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color2);
}
#app .btn.style2.style-reverse:hover::after, #app .style2.style-reverse.btn-secondary:hover::after, #app .style2.style-reverse.btn-white:hover::after {
  border-color: #fff;
}
#app .btn.style3, #app .style3.btn-secondary, #app .style3.btn-white {
  color: var(--root-norad-button-color3);
  border: 2px solid var(--root-norad-button-color3);
  background-color: #fff;
}
#app .btn.style3:hover, #app .style3.btn-secondary:hover, #app .style3.btn-white:hover, #app .btn.style3.style-reverse, #app .style3.style-reverse.btn-secondary, #app .style3.style-reverse.btn-white {
  border-color: transparent;
  background-color: var(--root-norad-button-color3);
  color: #fff;
}
#app .btn.style3:hover::after, #app .style3.btn-secondary:hover::after, #app .style3.btn-white:hover::after, #app .btn.style3.style-reverse::after, #app .style3.style-reverse.btn-secondary::after, #app .style3.style-reverse.btn-white::after {
  border-color: #fff;
}
#app .btn.style3.style-reverse:hover, #app .style3.style-reverse.btn-secondary:hover, #app .style3.style-reverse.btn-white:hover {
  color: var(--root-norad-button-color3);
  border: 2px solid var(--root-norad-button-color3);
  background-color: #fff;
}
#app .btn.style4, #app .style4.btn-secondary, #app .style4.btn-white {
  color: var(--root-norad-button-color4);
  border: 2px solid var(--root-norad-button-color4);
  background-color: #fff;
}
#app .btn.style4:hover, #app .style4.btn-secondary:hover, #app .style4.btn-white:hover, #app .btn.style4.style-reverse, #app .style4.style-reverse.btn-secondary, #app .style4.style-reverse.btn-white {
  border-color: transparent;
  background-color: var(--root-norad-button-color4);
  color: #fff;
}
#app .btn.style4:hover::after, #app .style4.btn-secondary:hover::after, #app .style4.btn-white:hover::after, #app .btn.style4.style-reverse::after, #app .style4.style-reverse.btn-secondary::after, #app .style4.style-reverse.btn-white::after {
  border-color: #fff;
}
#app .btn.style4.style-reverse:hover, #app .style4.style-reverse.btn-secondary:hover, #app .style4.style-reverse.btn-white:hover {
  color: var(--root-norad-button-color4);
  border: 2px solid var(--root-norad-button-color4);
  background-color: #fff;
}
#app .btn.style5, #app .style5.btn-secondary, #app .style5.btn-white {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color5);
}
#app .btn.style5::after, #app .style5.btn-secondary::after, #app .style5.btn-white::after {
  border-color: #fff;
}
#app .btn.style5:hover, #app .style5.btn-secondary:hover, #app .style5.btn-white:hover, #app .btn.style5.style-reverse, #app .style5.style-reverse.btn-secondary, #app .style5.style-reverse.btn-white {
  color: var(--root-norad-button-color5);
  border: 2px solid var(--root-norad-button-color5);
  background-color: #fff;
}
#app .btn.style5:hover::after, #app .style5.btn-secondary:hover::after, #app .style5.btn-white:hover::after, #app .btn.style5.style-reverse::after, #app .style5.style-reverse.btn-secondary::after, #app .style5.style-reverse.btn-white::after {
  border-color: var(--root-norad-button-color5);
}
#app .btn.style5.style-reverse:hover, #app .style5.style-reverse.btn-secondary:hover, #app .style5.style-reverse.btn-white:hover {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color5);
}
#app .btn.style5.style-reverse:hover::after, #app .style5.style-reverse.btn-secondary:hover::after, #app .style5.style-reverse.btn-white:hover::after {
  border-color: #fff;
}
#app .btn.style6, #app .style6.btn-secondary, #app .style6.btn-white {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color6);
}
#app .btn.style6::after, #app .style6.btn-secondary::after, #app .style6.btn-white::after {
  border-color: #fff;
}
#app .btn.style6:hover, #app .style6.btn-secondary:hover, #app .style6.btn-white:hover, #app .btn.style6.style-reverse, #app .style6.style-reverse.btn-secondary, #app .style6.style-reverse.btn-white {
  color: var(--root-norad-button-color6);
  border: 2px solid var(--root-norad-button-color6);
  background-color: #fff;
}
#app .btn.style6:hover::after, #app .style6.btn-secondary:hover::after, #app .style6.btn-white:hover::after, #app .btn.style6.style-reverse::after, #app .style6.style-reverse.btn-secondary::after, #app .style6.style-reverse.btn-white::after {
  border-color: var(--root-norad-button-color6);
}
#app .btn.style6.style-reverse:hover, #app .style6.style-reverse.btn-secondary:hover, #app .style6.style-reverse.btn-white:hover {
  color: #fff;
  border: 2px solid transparent;
  background-color: var(--root-norad-button-color6);
}
#app .btn.style6.style-reverse:hover::after, #app .style6.style-reverse.btn-secondary:hover::after, #app .style6.style-reverse.btn-white:hover::after {
  border-color: #fff;
}
#app .zoom {
  display: block;
  overflow: hidden;
  position: relative;
}
#app .zoom-item {
  top: 0;
  width: 100%;
  height: auto;
  transition: all 1s ease-out;
}
#app .zoom-blend, #app .zoom-blend_dark {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-color: var(--root-norad-base-color1);
  opacity: 0.5;
  transition: all 0.5s ease-out;
}
#app .zoom-blend_dark {
  opacity: 0.7;
}
#app .zoom:hover .zoom-item {
  filter: brightness(100%);
  opacity: 1;
  transform: scale(1.1);
}
#app .zoom:hover .zoom-blend, #app .zoom:hover .zoom-blend_dark {
  opacity: 0.2;
  transition: all 0.5s ease-out;
}
#app .fuwafuwa {
  -webkit-animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 5s infinite ease-in-out 0.8s alternate;
}
#app .fuwafuwa_t {
  -webkit-animation: fuwafuwa_t 5s infinite ease-in-out 0.1s alternate;
          animation: fuwafuwa_t 5s infinite ease-in-out 0.1s alternate;
  position: relative;
  top: -15px;
}
#app .fuwafuwa2 {
  -webkit-animation: fuwafuwa2 5.5s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa2 5.5s infinite ease-in-out 0.8s alternate;
}
#app .fuwafuwa3 {
  -webkit-animation: fuwafuwa3 7s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa3 7s infinite ease-in-out 0.8s alternate;
}
@-webkit-keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa3 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 60px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa_t {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 18px);
  }
}
@keyframes fuwafuwa_t {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 18px);
  }
}
#app .box {
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
#app .form-control {
  padding: 0.5rem;
}
#app .form__selectbox {
  background-color: white;
}
#app #mw_wp_form_mw-wp-form-414 .error {
  display: none !important;
}
#app #mw_wp_form_mw-wp-form-414 .contact-form .error {
  display: block !important;
}
#app .contact-form .error {
  display: block !important;
  position: absolute;
  top: -42px;
  font-size: 12px !important;
  background-color: rgba(255, 0, 0, 0.7);
  color: #fff !important;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  #app .contact-form .error {
    top: -55px;
    text-align: left;
  }
}
#app .contact-form .error::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent;
}
#app .contact-form__required {
  display: inline-block;
  color: white;
  background-color: #d60008;
  font-size: 0.8rem;
  padding: 5px;
  border-radius: 5px;
}
#app .contact-form__dl {
  display: flex;
  border-collapse: collapse;
}
@media (max-width: 981px) {
  #app .contact-form__dl {
    flex-wrap: wrap;
  }
}
#app .contact-form__dt, #app .contact-form__dd {
  border: 2px solid white;
  margin: 0;
  padding: 1rem;
}
@media (max-width: 981px) {
  #app .contact-form__dt, #app .contact-form__dd {
    width: 100%;
    flex: initial !important;
  }
}
#app .contact-form__dt {
  background-color: #f5f5f5;
  flex: 0 0 30%;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 981px) {
  #app .contact-form__dt {
    text-align: left;
  }
}
#app .contact-form__dd {
  background-color: #fafafa;
  position: relative;
  flex: 0 0 70%;
}
#app .contact-form__dd .placeholder {
  color: gray;
  padding-left: 2rem;
}
#app .contact-form__dd .error {
  display: block;
}
#app .unfilled_item {
  background-color: #d60008;
  padding: 0.5rem 1rem;
  max-width: 450px;
  width: 100%;
  margin: 1rem auto;
  color: white;
  text-align: center;
}
#app .unfilled_item {
  max-width: calc(100% - 20px);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  cursor: pointer;
}
#app select[name=year] {
  width: 108px;
}
#app select[name=month] {
  width: 75px;
}
#app select[name=day] {
  width: 75px;
}
#app .form-control--unfilled {
  background-color: #ffdddd;
}
#app .form__selectbox--unfilled {
  background-color: #ffdddd;
}
#app .form__gender .mwform-radio-field.horizontal-item input[type=radio] {
  display: none;
}
#app .form__gender .mwform-radio-field.horizontal-item:first-child input[type=radio]:checked + .mwform-radio-field-text {
  color: #fff;
  background-color: #4c6bbe;
}
#app .form__gender .mwform-radio-field.horizontal-item:nth-child(2) input[type=radio]:checked + .mwform-radio-field-text {
  color: #fff;
  background-color: #ff8080;
}
#app .form__gender .mwform-radio-field.horizontal-item .mwform-radio-field-text {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid lightgray;
  padding: 0.5rem 2rem;
}
#app .form__gender .mwform-radio-field.horizontal-item .mwform-radio-field-text--unfilled {
  background-color: #ffdddd;
}
#app .error--sei,
#app .error--mei {
  left: 3rem;
}
#app .error-message {
  display: block;
  position: absolute;
  top: -50px;
  font-size: 11px;
  background-color: rgba(255, 0, 0, 0.7);
  color: #fff;
  padding: 9px;
  text-align: center;
  width: auto;
}
@media (max-width: 768px) {
  #app .error-message {
    font-size: 12px;
    padding: 5px;
  }
}
#app .error-message::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: rgba(255, 0, 0, 0.7) transparent transparent transparent;
}
#app .post-card {
  max-width: calc( 100% - 2rem );
  width: 100%;
  margin: 1rem;
  border: 1px solid #ccc;
  background-color: white;
}
@media (min-width: 768px) {
  #app .post-card {
    max-width: calc( 100% / 3 - 2rem );
  }
}
#app .post-card__thumbnail {
  aspect-ratio: 4/3;
  padding-top: 65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #app .common-slider .post-card {
    max-width: calc( 100% - 2rem );
  }
}
#app .blog-card {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #app .blog-card {
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  #app .blog-card .flex {
    display: block;
  }
}
#app .blog-card .flex time {
  font-size: 14px;
}
@media (max-width: 768px) {
  #app .blog-card .flex time {
    font-size: 13px;
  }
}
#app .blog-card__category {
  font-size: 14px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-left: 1px solid black;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  #app .blog-card__category {
    font-size: 13px;
    display: block;
    border-left: none;
    border-bottom: 1px solid black;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
#app .blog-card__list {
  padding-right: 20px;
}
@media (max-width: 768px) {
  #app .blog-card__list {
    padding-right: 0;
  }
}
#app .blog-card__link {
  display: flex;
  align-items: flex-start;
}
#app .blog-card__image {
  width: 20%;
  padding-top: 20%;
}
@media (max-width: 768px) {
  #app .blog-card__image {
    width: 100px;
    height: 100px;
  }
}
#app .blog-card__content {
  width: 80%;
  padding: 1rem 2rem;
}
#app .blog-card__content h1 {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #app .blog-card__content h1 {
    min-height: 4rem;
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #app .blog-card__content {
    width: calc(100% - 100px);
    padding: 0 0.5rem 0.5rem;
  }
}
#app .blog-card .read-btn {
  bottom: 1.5rem;
  right: 10px;
}
@media (max-width: 768px) {
  #app .blog-card .read-btn {
    width: 100%;
    bottom: 10px;
  }
  #app .blog-card .read-btn .btn, #app .blog-card .read-btn .btn-secondary, #app .blog-card .read-btn .btn-white {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #app .single_btn {
    font-size: 15px;
  }
}
#app .single-header .blog-card__category {
  border-left: 1px solid black;
  border-bottom: none;
  margin-left: 10px;
  margin-bottom: 0;
  padding-left: 10px;
}
#app .accordion-menu__input {
  display: none;
}
#app .accordion-menu__label {
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#app .accordion-menu__label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
#app .accordion-menu__content {
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  height: 0;
}
#app .accordion-menu__input:checked + .accordion-menu__label + .accordion-menu__content {
  opacity: 1;
  padding: 10px;
  visibility: visible;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#app .accordion-menu__input:checked + .accordion-menu__label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
#app .works-content {
  padding-top: 48px;
}
@media (max-width: 768px) {
  #app .works-content {
    padding-top: 24px;
  }
}
#app .works-content .works-category__tag {
  display: block !important;
}
#app .works-category .category-bar {
  padding: 1rem;
  color: white;
}
#app .works-category__list {
  display: flex;
  flex-wrap: wrap;
}
#app .works-category__item {
  width: 20%;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  #app .works-category__item {
    width: 50%;
  }
}
#app .works-category__btn {
  display: block;
  font-size: 0.92rem;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #333;
  padding: 0.5rem 0;
  white-space: nowrap;
  transition: all 0.2s ease;
}
#app .works-category__btn.active {
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
}
#app .works-category__btn:hover {
  color: #333;
  background-color: #fff;
}
#app .works-category__tag {
  display: none;
  color: #fff;
  background-color: #333;
  padding: 0.2rem 1rem 0.25rem;
  margin-bottom: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#app .work {
  padding-bottom: 0.5rem;
}
#app .work-title {
  font-size: 22px;
  font-weight: bold;
  background-color: lightgray;
  padding: 10px;
}
#app .work-content {
  padding: 20px 0;
}
#app .work__movie {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
#app .work__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#app .work__movie--wrap {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
#app .work-image_list1__item {
  width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .work-image_list1__item {
    width: 100%;
  }
}
#app .work-data_list__item {
  width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .work-data_list__item {
    width: 100%;
  }
}
#app .work-data_list__box {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border: 1px solid black;
  border-radius: 1rem;
  background-color: #fff;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  #app .work-data_list__box h3 {
    font-size: 16px;
  }
}
#app .work-content_list1__item {
  width: calc(100% / 3);
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .work-content_list1__item {
    width: 100%;
  }
}
#app .work-content_list1__box {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid lightgray;
}
#app .work-content_list1__box p {
  padding: 0.5rem 1rem;
}
#app .work-content_list2__item {
  width: 50%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .work-content_list2__item {
    width: 100%;
  }
}
#app .work-content_list3__item {
  width: calc(100% / 3);
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .work-content_list3__item {
    width: 100%;
  }
}
#app .work-btn__prev {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #app .work-btn__prev {
    flex-direction: column;
  }
}
#app .work-btn__prev .btn, #app .work-btn__prev .btn-secondary, #app .work-btn__prev .btn-white {
  margin: 1rem 2rem 0;
}
@media (max-width: 768px) {
  #app .work-btn__prev .btn, #app .work-btn__prev .btn-secondary, #app .work-btn__prev .btn-white {
    margin: 1rem auto 0;
  }
}
#app .footer-banner img.banner {
  max-width: 580px;
  width: 100%;
  height: auto;
}
#app .staff-card {
  box-shadow: 0 0 7.5px lightgray;
  position: relative;
}
#app .staff-card__link {
  padding-bottom: 60px;
}
#app .staff-card .btn, #app .staff-card .btn-secondary, #app .staff-card .btn-white {
  position: absolute;
  bottom: 20px;
}
#app .staff-profile {
  margin-bottom: 3rem;
}
#app .staff-profile__image, #app .staff-profile__content {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .staff-profile__image, #app .staff-profile__content {
    width: 100%;
  }
}
#app .staff-profile__content {
  padding-top: 20px;
}
#app .staff-profile__category {
  width: 11rem;
}
@media (max-width: 960px) {
  #app .staff-profile__category {
    width: 100%;
    text-align: left;
  }
}
#app .staff-profile__text {
  width: calc(100% - 11rem);
}
@media (max-width: 960px) {
  #app .staff-profile__text {
    width: 100%;
  }
}
#app .staff-list1__item {
  width: calc(100% / 3);
  padding: 1rem;
}
@media (max-width: 768px) {
  #app .staff-list1__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #app .staff-list1__pc {
    display: none !important;
  }
}
#app .staff-list1__sp {
  display: none !important;
}
@media (max-width: 768px) {
  #app .staff-list1__sp {
    display: flex !important;
  }
}
#app .staff-faq h2 {
  margin: 2rem 0 -2rem;
}
@media (max-width: 768px) {
  #app .staff-faq h2 {
    margin-top: 5rem;
  }
}
#app .staff-faq__item {
  display: flex;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  #app .staff-faq__item {
    flex-direction: column;
  }
}
#app .staff-faq__item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #app .staff-faq__item:nth-child(2n) {
    flex-direction: column;
  }
}
#app .staff-faq__image, #app .staff-faq__content {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 960px) {
  #app .staff-faq__image, #app .staff-faq__content {
    width: 100%;
  }
}
#app .staff-review {
  padding-top: 5rem;
}
#app .staff-review h2 {
  padding-bottom: 2rem;
}
#app .staff-review__list .post-card {
  max-width: calc(100% - 2rem);
}
@media (max-width: 768px) {
  #app .staff-review__list .post-card {
    width: 100%;
  }
}
#app .staff-review__list .post-card h1 {
  height: 6rem;
  text-overflow: ellipsis;
}
#app .staff-others {
  padding-top: 5rem;
}
#app .staff-others h2 {
  padding-bottom: 2rem;
}
#app .staff-others__role {
  min-height: 3rem;
}
@media (max-width: 960px) {
  #app .staff-others__role {
    min-height: auto;
  }
}
#app .text-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  #app .text-title {
    font-size: 30px;
  }
}
#app .text-subtitle {
  font-size: 16px;
}
@media (min-width: 768px) {
  #app .text-subtitle {
    font-size: 20px;
  }
}/*# sourceMappingURL=common.css.map */</pre></body></html>