@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -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 {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*====================================================
*
*	Base
*
====================================================*/
/*===================================================
*       html
===================================================*/
/* To use "rem" for font size */
html {
  font-size: 62.5%;
  /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
}

/* ユーザー選択時の色 */
::-moz-selection {
  background: #00a5a8;
  color: #fff;
}
::selection {
  background: #00a5a8;
  color: #fff;
}

:focus {
  outline: none;
}

/*===================================================
*        body
===================================================*/
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/*===================================================
*        Hyperlink
===================================================*/
a {
  color: #00a5a8;
  outline: none;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a::before, a::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

a * {
  text-decoration: inherit;
}

/*===================================================
*        Media
===================================================*/
img {
  max-width: 100%;
  height: auto;
}

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

iframe {
  max-width: 100%;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

figcaption {
  margin-top: 0.5em;
}

/*===================================================
*        Form parts
===================================================*/
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button::before, button::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

textarea {
  vertical-align: top;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

@media screen and (max-width: 959px) {
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/* Safari対策 */
_:lang(x) + _:-webkit-full-screen-document,
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time] {
  word-break: normal;
}

/*===================================================
*        Heading
===================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 700;
}

/*===================================================
*        Font
===================================================*/
b,
strong {
  font-weight: 700;
}

/*===================================================
*        Block parts
===================================================*/
/* table -------------------------*/
th {
  font-weight: 700;
}

/* list --------------------------*/
ul,
ol {
  padding-left: 2em;
}

/* dl */
dt {
  font-weight: 700;
}

dd {
  margin-left: 1em;
}

dt + dd {
  margin-top: 0.5em;
}

dd + dt {
  margin-top: 1.5em;
}

/*====================================================
*
*	Header
*
====================================================*/
.l-header {
  width: 100%;
  padding: 0.5em 1em;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 600px) {
  .l-header {
    padding: 1em;
  }
}
.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.l-header__logo {
  width: 240px;
  margin: 0;
  font-size: initial;
}
.l-header__catch {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header__catch {
    display: block;
    font-size: 1.5rem;
    margin: 0 0 0 2em;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__tel {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .l-header__tel {
    margin: 0 0 0 2em;
  }
}
.l-header__reserve {
  display: none;
}
@media screen and (min-width: 600px) {
  .l-header__reserve {
    display: block;
  }
}
.l-header__reserve .c-btn {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.l-header__links {
  display: none;
}
@media screen and (min-width: 1600px) {
  .l-header__links {
    display: block;
    margin-right: 2em;
  }
}
.l-header__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header__links ul li {
  display: inline-block;
}
.l-header__links ul li:not(:first-child) {
  margin-left: 2em;
}
.l-header__links ul a {
  text-decoration: none;
  color: #333;
}
.l-header__links ul a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff6600;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
@media screen and (min-width: 960px) {
  .l-header__links ul a:hover {
    color: #999999;
  }
}

.l-navbtn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .l-navbtn {
    margin-left: 1em;
  }
}
@media screen and (min-width: 960px) {
  .l-navbtn {
    width: 70px;
    height: 70px;
  }
  .l-navbtn:hover .l-navbtn__bar--top {
    -webkit-transform: translateY(-14px);
        -ms-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  .l-navbtn:hover .l-navbtn__bar--bottom {
    -webkit-transform: translateY(14px);
        -ms-transform: translateY(14px);
            transform: translateY(14px);
  }
}
.l-navbtn__inner {
  width: 30px;
  height: 50px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-navbtn__inner {
    width: 50px;
    height: 70px;
  }
}
.l-navbtn__bar {
  width: 100%;
  height: 2px;
  display: block;
  background: #ff6600;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.l-navbtn__bar--top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.l-navbtn__bar--middle {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  background: none;
}
.l-navbtn__bar--middle::before, .l-navbtn__bar--middle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #ff6600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-navbtn__bar--bottom {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (min-width: 960px) {
  .l-navbtn.is-open:hover {
    background-color: #fff0e6;
  }
}
.l-navbtn.is-open .l-navbtn__bar--top {
  opacity: 0;
}
.l-navbtn.is-open .l-navbtn__bar--middle::before, .l-navbtn.is-open .l-navbtn__bar--middle::after {
  left: 0;
}
.l-navbtn.is-open .l-navbtn__bar--middle::before {
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.l-navbtn.is-open .l-navbtn__bar--middle::after {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.l-navbtn.is-open .l-navbtn__bar--bottom {
  opacity: 0;
}

.l-navwrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f8f8f8;
  z-index: 1;
}
.l-navwrap__inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
@media screen and (min-width: 1280px) {
  .l-navwrap__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-navimage {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-navimage {
    display: block;
    width: 50%;
    background: url(../img/common/bg-nav.png) no-repeat 100% 0%/cover;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .l-navimage .e-swallow {
    width: 380px;
    position: absolute;
    right: 10%;
    bottom: 7%;
    -webkit-transition: 0.4s 0.2s ease-out;
    transition: 0.4s 0.2s ease-out;
    -webkit-transform: translate(-600px, -200px) rotate(25deg);
        -ms-transform: translate(-600px, -200px) rotate(25deg);
            transform: translate(-600px, -200px) rotate(25deg);
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) {
  .l-navwrap.is-open .l-navimage .e-swallow {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
  }
}

.l-navcont {
  padding: 4vw 4vw 4vw;
}
@media screen and (min-width: 600px) {
  .l-navcont {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .l-navcont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 50%;
    overflow: auto;
    padding-left: 0;
  }
}
.l-navcont__inner {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .l-navcont__inner {
    margin: auto;
  }
}
.l-navcont__catch {
  font-size: 1.3rem;
  margin-top: 0;
}
.l-navcont__head {
  border-bottom: 1px dashed #bbb;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .l-navcont__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
}
.l-navcont__logo {
  width: 240px;
}
.l-navcont__tel {
  margin: 1.6em auto 0;
}
@media screen and (min-width: 600px) {
  .l-navcont__tel {
    margin: 0 0 0 4em;
  }
}
.l-navcont__cta {
  margin: 1.5em 0 0;
}
@media screen and (min-width: 600px) {
  .l-navcont__cta {
    margin: 2.5em 0 0;
  }
}
.l-navcont__cta ul {
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 600px) {
  .l-navcont__cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-navcont__cta ul li {
  margin-top: 1.2em;
}
.l-navcont__cta ul li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .l-navcont__cta ul li {
    width: calc(50% - 1em);
  }
  .l-navcont__cta ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  .l-navcont__cta ul li.m-line {
    width: 100%;
  }
}
.l-navcont__cta ul li.m-line a {
  background-color: #02c755;
  padding: 0;
  position: relative;
}
.l-navcont__cta ul li.m-line a .e-icon {
  width: 60px;
}
.l-navcont__cta ul li.m-line a .e-qr {
  width: 50px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 959px) {
  .l-navcont__cta ul li.m-line a .e-qr {
    display: none;
  }
}
.l-navcont__cta ul li a {
  width: 100%;
}
.l-navcont__cta .e-line-btn {
  margin-top: 2em;
  display: block;
  background-color: #02c755;
  padding: 0;
  position: relative;
}
.l-navcont__banner {
  margin-top: 3em;
}
.l-navcont__sns {
  margin: 2em 0;
}
@media screen and (max-width: 599px) {
  .l-navcont__sns .c-sns-icon-list {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .l-navcont__sns .c-sns-icon-list > li {
    margin: 0 6px;
  }
}

.l-gnav__list {
  font-size: 1.5rem;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .l-gnav__list {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 600px) {
  .l-gnav__list li {
    width: 50%;
  }
}
.l-gnav__list a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 15px 10px;
}
.l-gnav__list a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff6600;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
@media screen and (min-width: 960px) {
  .l-gnav__list a:hover {
    color: #999999;
  }
}

/*====================================================
*
*	Content
*
====================================================*/
.l-content {
  overflow: hidden;
  background: #fff;
  padding-top: 75px;
  padding-bottom: 5em;
}
.l-content::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 600px) {
  .l-content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .l-content {
    padding-top: 100px;
  }
}

/*====================================================
*
*	Main
*
====================================================*/
.l-main::after {
  content: "";
  display: block;
  clear: both;
}
.l-main.m-news {
  position: relative;
  z-index: 90;
}

/*====================================================
*
*	Sidebar
*
====================================================*/
.l-sidebar {
  padding: 2em 6vw;
  background-color: #f5f5f5;
  font-size: 0.94em;
  margin-top: 5em;
  margin-right: 12%;
  border-radius: 0 3em 3em 0;
  max-width: 1200px;
}
@media screen and (min-width: 1600px) {
  .l-sidebar {
    width: 240px;
    position: fixed;
    top: 100px;
    left: 0;
    overflow: auto;
    max-height: calc(100% - 100px);
    padding: 3em 2em;
    z-index: 20;
  }
}
.l-sidebar .e-widget-box {
  margin-bottom: 2em;
}
.l-sidebar .e-widget-box:last-child {
  margin-bottom: 0;
}
.l-sidebar .e-widget-box .e-box-ttl {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.8em;
}
.l-sidebar .e-widget-box .e-box-list {
  margin: 0;
}
.l-sidebar .e-widget-box ul {
  padding: 0;
  list-style-type: none;
}
.l-sidebar .e-widget-box ul.children {
  padding-left: 1em;
}
.l-sidebar .e-widget-box ul a {
  text-decoration: none;
  color: #333;
  padding: 0.5em 0 0.5em 1.2em;
  display: block;
  position: relative;
}
.l-sidebar .e-widget-box ul a::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 2px solid #00a5a8;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (min-width: 960px) {
  .l-sidebar .e-widget-box ul a:hover {
    color: #999999;
  }
}

/*====================================================
*
*	Footer
*
====================================================*/
.l-footer-wrap {
  overflow: hidden;
  padding-top: 70px;
}
@media screen and (min-width: 960px) {
  .l-footer-wrap {
    padding-top: 120px;
  }
}

.l-footer {
  background-color: #efefef;
  font-size: 0.94em;
  position: relative;
  z-index: 10;
}
.l-footer::before {
  content: "";
  background-color: #efefef;
  width: 120%;
  height: 80px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position: absolute;
  top: -70px;
  left: -10%;
}
@media screen and (min-width: 960px) {
  .l-footer {
    padding: 0;
  }
  .l-footer::before {
    height: 200px;
    top: -120px;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-footer__left {
    max-width: 630px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .l-footer__left {
    width: 65%;
    max-width: 720px;
    padding-right: 4%;
  }
}
.l-footer__right {
  margin: 4em 0 0;
}
@media screen and (min-width: 960px) {
  .l-footer__right {
    width: 35%;
    margin: 0;
  }
}
.l-footer__logo {
  width: 240px;
}
.l-footer__address {
  font-style: normal;
}
.l-footer__sns {
  margin-top: 1em;
}
.l-footer__insurance {
  margin-top: 2em;
}
.l-footer__insurance .e-ttl {
  font-weight: 700;
  color: #777;
  border-bottom: 2px solid #00a5a8;
  padding-bottom: 0.3em;
  margin: 0 0 1em;
}
@media screen and (min-width: 600px) {
  .l-footer__insurance .e-colbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer__insurance .e-company-dl {
  margin: 0;
}
.l-footer__insurance .e-company-dl:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .l-footer__insurance .e-company-dl:not(:first-child) {
    margin: 0 0 0 2em;
  }
}
.l-footer__insurance .e-company-dl dt {
  font-weight: 700;
}
.l-footer__insurance .e-company-dl dd {
  font-size: 0.94em;
  position: relative;
  padding-left: 1em;
  margin-left: 0;
}
.l-footer__insurance .e-company-dl dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer__banner .e-banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .l-footer__banner .e-banner-list {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-footer__banner .e-banner-list {
    max-width: 630px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__banner .e-banner-list > li {
  margin-top: 1.5em;
}
.l-footer__banner .e-banner-list > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .l-footer__banner .e-banner-list > li {
    width: 48%;
    margin-top: 4%;
  }
  .l-footer__banner .e-banner-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.l-footer__banner .e-banner-list > li a {
  display: block;
}
.l-footer__banner .e-banner {
  display: block;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .l-footer__banner .e-banner.m-sp {
    display: none;
  }
}
.l-footer__banner .e-banner.m-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footer__banner .e-banner.m-pc {
    display: block;
  }
}
.l-footer__banner-2 {
  margin-top: 3em;
}
.l-footer__nav {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-footer__nav {
    display: block;
    background-color: #fff;
    padding: 1em;
  }
}
.l-footer__nav ul {
  list-style: none;
  text-align: center;
  font-size: 0.85em;
  margin: 0;
  padding: 0;
}
.l-footer__nav li {
  display: inline-block;
}
.l-footer__nav li:not(:first-child) {
  margin-left: 3em;
}
.l-footer__nav a {
  color: #777;
  text-decoration: none;
}
.l-footer__nav a::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #ff6600;
  margin-right: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -0.05em;
}
@media screen and (min-width: 960px) {
  .l-footer__nav a:hover {
    color: #a0a0a0;
  }
}
.l-footer__copy {
  color: #777;
  font-size: 1.1rem;
  padding: 2em 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .l-footer__copy {
    text-align: right;
  }
}

/*====================================================
*
*	Container
*
====================================================*/
.c-container {
  width: 100%;
  padding: 0 4vw;
  position: relative;
}
.c-container::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 960px) {
  .c-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
  }
}

/*====================================================
*
*	Section
*
====================================================*/
.c-sec {
  margin: 6em auto;
  position: relative;
}
.c-sec:first-child {
  margin-top: 0;
}
.c-sec:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .c-sec {
    margin: 9em auto;
  }
}

/*====================================================
*
*	Title
*
====================================================*/
.c-page-ttl {
  font-family: "Mulish", sans-serif;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  margin: 1.2em 0 1.8em;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .c-page-ttl {
    font-size: 3em;
  }
}
.c-page-ttl small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.c-page-ttl.is-visible {
  opacity: 1;
}
.c-page-ttl.is-visible small {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-page-1-ttl {
  font-size: 1.6em;
  text-align: center;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-color: #efefef;
  padding: 1em;
}
@media screen and (min-width: 960px) {
  .c-page-1-ttl {
    font-size: 2em;
  }
}

.c-page-subttl {
  margin: 2em 0;
}
.c-page-subttl small {
  margin-left: 0.3em;
}

.c-block-ttl {
  border: 3px solid #333;
  padding: 0.3em 2em;
  text-align: center;
  display: table;
  margin: 0 auto 2em;
  font-size: 1.4em;
  background-color: #fff;
}

/*====================================================
*
*	Button
*
====================================================*/
.c-btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #ff6600;
  font-size: 1.1em;
  font-weight: 700;
  padding: calc(0.7em + 2px) calc(2em + 2px);
  text-decoration: none;
  border-radius: 9999px;
}
@media screen and (min-width: 960px) {
  .c-btn:hover {
    -webkit-box-shadow: 0 5px 0 0 #e1e1e1;
            box-shadow: 0 5px 0 0 #e1e1e1;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.c-btn.m-outline {
  color: #ff6600;
  background-color: #fff;
  padding: 0.7em 2em;
  border: 2px solid;
}

.c-wp-btn a {
  background-color: #ff6600;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .c-wp-btn a:hover {
    -webkit-box-shadow: 0 5px 0 0 #e1e1e1;
            box-shadow: 0 5px 0 0 #e1e1e1;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.c-wp-btn.is-style-outline a {
  color: #ff6600 !important;
  background-color: #fff !important;
}

/*====================================================
*
*	List
*
====================================================*/
.c-kome-list {
  padding-left: 1em;
  font-size: 0.9em;
}
.c-kome-list li {
  list-style: none;
}
.c-kome-list li + li {
  margin-top: 1em;
}
.c-kome-list li::before {
  content: "※";
  margin-left: -1em;
}

/*====================================================
*
*	Flowchart
*
====================================================*/
.c-flowchart {
  max-width: 900px;
  margin: 0 auto;
}
.c-flowchart .wp-block-columns.e-step-cols {
  position: relative;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-flowchart .wp-block-columns.e-step-cols:last-child .e-image-col {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-flowchart .wp-block-columns.e-step-cols:last-child .e-image-col::before {
  content: none;
}
.c-flowchart .wp-block-columns.e-step-cols:last-child .e-text-col {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.c-flowchart .wp-block-columns.e-step-cols .e-image-col {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.c-flowchart .wp-block-columns.e-step-cols .e-image-col::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-top: 0;
  border-right: 0;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-image-col {
    -ms-flex-preferred-size: 70px !important;
        flex-basis: 70px !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-image-col {
    -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-image-col::before {
    -webkit-transform: translateX(-50%) rotate(-45deg) scale(1.2);
        -ms-transform: translateX(-50%) rotate(-45deg) scale(1.2);
            transform: translateX(-50%) rotate(-45deg) scale(1.2);
  }
}
.c-flowchart .wp-block-columns.e-step-cols .e-image-col .e-image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.c-flowchart .wp-block-columns.e-step-cols .e-image-col .e-image::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: #efefef;
  border-radius: 50%;
}
.c-flowchart .wp-block-columns.e-step-cols .e-image-col .e-image img {
  width: 100%;
  max-width: 170px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-flowchart .wp-block-columns.e-step-cols .e-text-col {
  border-bottom: 1px dashed #333;
  margin-bottom: 2em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 599px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-text-col {
    -ms-flex-preferred-size: calc(100% - 95px) !important;
        flex-basis: calc(100% - 95px) !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-text-col {
    -ms-flex-preferred-size: 80% !important;
        flex-basis: 80% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media screen and (min-width: 960px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-text-col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.c-flowchart .wp-block-columns.e-step-cols .e-step-ttl {
  font-size: 1.1em;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 960px) {
  .c-flowchart .wp-block-columns.e-step-cols .e-step-ttl {
    font-size: 1.3em;
  }
}
.c-flowchart .wp-block-columns.e-step-cols .e-step-desc {
  font-size: 1.5rem;
  margin: 0;
}

/*====================================================
*
*	Form
*
====================================================*/
.wpcf7 form.c-form {
  max-width: 900px;
  margin: 0 auto;
}
.wpcf7 form.c-form input:not([type=submit]),
.wpcf7 form.c-form textarea {
  width: 100%;
  height: 60px;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #bbb;
  border-radius: 0;
  -webkit-appearance: none;
}
.wpcf7 form.c-form input[type=date] {
  position: relative;
}
.wpcf7 form.c-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  opacity: 0;
}
.wpcf7 form.c-form input[type=file] {
  width: auto;
  padding: 0;
  border: 0;
  height: auto;
  background-color: transparent;
}
.wpcf7 form.c-form .your-file + .notes {
  display: block;
  margin-top: 0.5em;
}
.wpcf7 form.c-form textarea {
  height: 250px;
}
.wpcf7 form.c-form select {
  width: 100%;
  height: 60px;
  padding: 10px 41px 10px 10px;
  background: #fff url(../img/common/icon-select.png) no-repeat right 14px top 50%;
  background-size: 13px;
  border: 2px solid #bbb;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.wpcf7 form.c-form select::-ms-expand {
  display: none;
}
.wpcf7 form.c-form ::-webkit-input-placeholder {
  color: #888;
  font-size: 1.4rem;
  vertical-align: middle;
}
.wpcf7 form.c-form ::-moz-placeholder {
  color: #888;
  font-size: 1.4rem;
  vertical-align: middle;
}
.wpcf7 form.c-form :-ms-input-placeholder {
  color: #888;
  font-size: 1.4rem;
  vertical-align: middle;
}
.wpcf7 form.c-form ::-ms-input-placeholder {
  color: #888;
  font-size: 1.4rem;
  vertical-align: middle;
}
.wpcf7 form.c-form ::placeholder {
  color: #888;
  font-size: 1.4rem;
  vertical-align: middle;
}
.wpcf7 form.c-form .e-choice {
  display: block;
  margin: -10px 0 0 -40px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .e-choice {
    margin-top: -20px;
  }
}
.wpcf7 form.c-form .e-choice .wpcf7-list-item {
  margin: 10px 0 0 40px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .e-choice .wpcf7-list-item {
    margin-top: 20px;
  }
}
.wpcf7 form.c-form .e-choice label {
  cursor: pointer;
  display: inline-block;
}
.wpcf7 form.c-form .e-choice label span {
  padding-left: 44px;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  position: relative;
}
.wpcf7 form.c-form .e-choice label span::before {
  content: "";
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #00a5a8;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #bbb;
}
.wpcf7 form.c-form .e-choice input[type=radio], .wpcf7 form.c-form .e-choice input[type=checkbox] {
  display: none;
}
.wpcf7 form.c-form .e-choice input[type=radio] + span::before {
  border-radius: 50%;
}
.wpcf7 form.c-form .e-choice input[type=checkbox] + span::before {
  border-radius: 0;
}
.wpcf7 form.c-form .e-choice input[type=checkbox] + span:after {
  content: "✓";
  font-size: 32px;
  color: #ff6600;
  position: absolute;
  top: -2px;
  left: 7px;
  visibility: hidden;
}
.wpcf7 form.c-form .e-choice input[type=radio] + span:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc((36px - 20px) / 2);
  left: calc((36px - 20px) / 2);
  background-color: #ff6600;
  border-radius: 50%;
  visibility: hidden;
}
.wpcf7 form.c-form .e-choice input[type=radio]:checked + span:after, .wpcf7 form.c-form .e-choice input[type=checkbox]:checked + span:after {
  visibility: visible;
}
.wpcf7 form.c-form .your-year {
  margin: 0 0.3em;
}
.wpcf7 form.c-form .your-year input {
  width: 90px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .your-year input {
    width: 150px;
  }
}
.wpcf7 form.c-form .your-month,
.wpcf7 form.c-form .your-day {
  margin: 0 0.3em;
}
.wpcf7 form.c-form .your-month input,
.wpcf7 form.c-form .your-day input {
  width: 60px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .your-month input,
  .wpcf7 form.c-form .your-day input {
    width: 100px;
  }
}
.wpcf7 form.c-form .your-zip {
  margin-left: 0.5em;
}
.wpcf7 form.c-form .your-zip input {
  max-width: 180px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .your-zip input {
    max-width: 240px;
  }
}
.wpcf7 form.c-form .your-address {
  display: block;
  margin-top: 1em;
}
.wpcf7 form.c-form .e-form-item + .e-form-item {
  margin-top: 2em;
}
.wpcf7 form.c-form .e-form-item > .e-head {
  font-weight: 700;
  font-size: 1.1em;
}
.wpcf7 form.c-form .e-form-item > .e-cont {
  margin-top: 0.5em;
}
.wpcf7 form.c-form .e-form-item .e-reqd {
  display: inline-block;
  background-color: #f00;
  font-size: 1.2rem;
  border-radius: 100px;
  color: #fff;
  line-height: 1;
  padding: 0.3em 0.5em;
  margin-left: 0.5em;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .e-datetime-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wpcf7 form.c-form .e-datetime-box + .e-datetime-box {
  margin-top: 2em;
}
.wpcf7 form.c-form .e-datetime-box .wpcf7-not-valid-tip {
  white-space: nowrap;
  font-size: 0.88em;
}
.wpcf7 form.c-form .e-datetime-head .e-priority {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-weight: 700;
  padding: 0.2em 1.2em;
  border-radius: 9999px;
}
.wpcf7 form.c-form .e-datetime-cont {
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .wpcf7 form.c-form .e-datetime-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .e-datetime-cont {
    margin: 0 0 0 3em;
  }
}
.wpcf7 form.c-form .e-datetime-cont .e-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 form.c-form .e-datetime-cont .e-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5em;
}
@media screen and (min-width: 600px) {
  .wpcf7 form.c-form .e-datetime-cont .e-time {
    margin: 0 0 0 2em;
  }
}
.wpcf7 form.c-form .e-datetime-cont .your-date, .wpcf7 form.c-form .e-datetime-cont .your-date2, .wpcf7 form.c-form .e-datetime-cont .your-date3,
.wpcf7 form.c-form .e-datetime-cont .your-time, .wpcf7 form.c-form .e-datetime-cont .your-time2, .wpcf7 form.c-form .e-datetime-cont .your-time3 {
  width: 78%;
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .wpcf7 form.c-form .e-datetime-cont .your-date, .wpcf7 form.c-form .e-datetime-cont .your-date2, .wpcf7 form.c-form .e-datetime-cont .your-date3,
  .wpcf7 form.c-form .e-datetime-cont .your-time, .wpcf7 form.c-form .e-datetime-cont .your-time2, .wpcf7 form.c-form .e-datetime-cont .your-time3 {
    width: 200px;
    margin-left: 0.5em;
  }
}
@media screen and (min-width: 960px) {
  .wpcf7 form.c-form .e-datetime-cont .your-date, .wpcf7 form.c-form .e-datetime-cont .your-date2, .wpcf7 form.c-form .e-datetime-cont .your-date3,
  .wpcf7 form.c-form .e-datetime-cont .your-time, .wpcf7 form.c-form .e-datetime-cont .your-time2, .wpcf7 form.c-form .e-datetime-cont .your-time3 {
    width: 240px;
  }
}
.wpcf7 form.c-form .e-form-btn-box {
  margin-top: 3em;
}
.wpcf7 form.c-form .e-form-btn-box .e-acceptance {
  margin: 1em 0;
}
@media screen and (min-width: 600px) {
  .wpcf7 form.c-form .e-form-btn-box .e-acceptance {
    text-align: center;
  }
}
.wpcf7 form.c-form .e-form-btn-box .e-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form.c-form .e-form-btn {
  text-align: center;
}
.wpcf7 form.c-form .e-form-btn .c-btn {
  border: 0;
  width: 100%;
  max-width: 380px;
  font-size: 1.3em;
}
.wpcf7 form.c-form .wpcf7-spinner {
  display: none;
}
.wpcf7 form.c-form.submitting .wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}
.wpcf7 form.c-form .wpcf7-not-valid-tip {
  color: #f00;
}
.wpcf7 form.c-form .wpcf7-response-output {
  border: 0;
  background-color: rgba(255, 0, 0, 0.1);
  color: #f00;
  padding: 1.5em 1em;
}
@media screen and (min-width: 600px) {
  .wpcf7 form.c-form .wpcf7-response-output {
    text-align: center;
  }
}
.wpcf7 form.c-form.sent .wpcf7-response-output {
  font-weight: 700;
  font-size: 1.1em;
}

/*====================================================
*
*	Page Links
*   ページ分割された投稿のページリンク
*
====================================================*/
.c-page-links {
  text-align: center;
  margin: 2em 0;
}

/*====================================================
*
*	Post Tag
*
====================================================*/
.c-post-tag {
  margin-top: 4em;
}
.c-post-tag a {
  display: inline-block;
  margin: 0 0.7em 0 0;
  text-decoration: none;
  line-height: 1.3;
  font-size: 0.9em;
}
.c-post-tag a::before {
  content: "#";
}
@media screen and (min-width: 960px) {
  .c-post-tag a:hover {
    opacity: 0.6;
  }
}

/*====================================================
*
*	Post Links
*   前後の投稿へのリンク（投稿詳細ページにて使用）
*
====================================================*/
.c-post-links {
  max-width: 900px;
  margin: 4em auto 0;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed #bbb;
  font-weight: 700;
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  .c-post-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-post-links .e-link-item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (min-width: 600px) {
  .c-post-links .e-link-item {
    -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
  }
}
.c-post-links .e-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0.7em 0;
}
.c-post-links .e-link-item.m-index {
  min-width: 140px;
  margin: 0 1em;
}
@media screen and (min-width: 600px) {
  .c-post-links .e-link-item.m-index {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 2em;
  }
}
.c-post-links .e-link-item.m-index a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #00a5a8;
  border-radius: 9999px;
}
@media screen and (min-width: 960px) {
  .c-post-links .e-link-item.m-index a:hover {
    -webkit-box-shadow: 0 5px 0 0 #e1e1e1;
            box-shadow: 0 5px 0 0 #e1e1e1;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}
@media screen and (min-width: 960px) {
  .c-post-links .e-link-item.m-prev a:hover {
    -webkit-transform: translateX(-1em);
        -ms-transform: translateX(-1em);
            transform: translateX(-1em);
  }
}
.c-post-links .e-link-item.m-next a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 960px) {
  .c-post-links .e-link-item.m-next a:hover {
    -webkit-transform: translateX(1em);
        -ms-transform: translateX(1em);
            transform: translateX(1em);
  }
}
.c-post-links .e-link-item.m-prev a::before, .c-post-links .e-link-item.m-next a:after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-gn.png) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
@media screen and (min-width: 600px) {
  .c-post-links .e-link-item.m-prev a::before, .c-post-links .e-link-item.m-next a:after {
    width: 32px;
    height: 32px;
  }
}
.c-post-links .e-link-item.m-prev a::before {
  margin-right: 0.7em;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-post-links .e-link-item.m-next a:after {
  margin-left: 0.7em;
}

/*====================================================
*
*	Arrival Point
*
====================================================*/
.c-arr-point {
  margin-top: -120px;
  position: absolute;
}
.p-entry-content .c-arr-point {
  visibility: hidden;
}

/*====================================================
*
*	WP-PageNavi
*   ※プラグイン WP-PageNavi によるページナビゲーション
*
====================================================*/
.wp-pagenavi {
  text-align: center;
  margin: 5em auto 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi a:hover {
  border-color: #00a5a8;
}
.wp-pagenavi span.current {
  background-color: #00a5a8;
  color: #fff;
  border-color: #00a5a8;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  color: transparent;
  position: relative;
  border-color: transparent;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  border-color: #00a5a8;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-gn.png) no-repeat 50% 50%/contain;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wp-pagenavi .previouspostslink::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.wp-pagenavi .extend {
  font-size: 0.8em;
  font-weight: 400;
  padding: 0;
  border: 0;
  width: auto;
}

/*====================================================
*
*	SNS Icon List
*
====================================================*/
.c-sns-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-sns-icon-list > li {
  display: inline-block;
  margin-right: 12px;
}
@media screen and (min-width: 960px) {
  .c-sns-icon-list > li a:hover .e-icon {
    -webkit-animation: sns-icon-anima 0.5s ease 2;
            animation: sns-icon-anima 0.5s ease 2;
  }
}
.c-sns-icon-list > li .e-icon {
  width: 30px;
}

/* keyframes アニメーション */
@-webkit-keyframes sns-icon-anima {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sns-icon-anima {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*====================================================
*
*	Banner List
*
====================================================*/
.c-banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .c-banner-list {
    max-width: 420px;
    margin: 0 auto;
  }
}
.c-banner-list > li {
  margin-top: 1.5em;
}
.c-banner-list > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .c-banner-list > li a:hover .e-banner {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
.c-banner-list .e-banner {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .c-banner-list .e-banner.m-sp {
    display: none;
  }
}
.c-banner-list .e-banner.m-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .c-banner-list .e-banner.m-pc {
    display: block;
  }
}

/*====================================================
*
*	Various
*
====================================================*/
.c-tel-box {
  display: table;
  text-align: center;
}
.c-tel-box .e-tel-link {
  color: #00a5a8;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}
.c-tel-box .e-time {
  display: block;
  color: #777;
}

.c-policy-copy {
  text-align: right;
  font-size: 0.9em;
  margin-top: 3em;
}

.c-policy-index-link {
  margin: 3em 0 0;
}
.c-policy-index-link .wp-block-button {
  margin: 0;
  font-size: 0.9em;
}
.c-policy-index-link .wp-block-button a {
  color: #333;
  background-color: #fff;
  border: 2px solid;
}
.c-policy-index-link .wp-block-button a::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-or.png) no-repeat 50% 50%/contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 0.7em;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 960px) {
  .c-policy-index-link .wp-block-button a:hover {
    -webkit-box-shadow: 0 5px 0 0 #e1e1e1;
            box-shadow: 0 5px 0 0 #e1e1e1;
    -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
}

body:not(.page-id-13):not(.page-id-15):not(.page-id-3139) .grecaptcha-badge {
  display: none !important;
}

.c-scroll-hint {
  font-size: 0.85em;
  margin: 0.5em 0 0;
  opacity: 0.7;
  text-shadow: 0 0 3px #ffed51;
  -webkit-animation: scroll-hint-anima 2s ease-in-out infinite alternate;
          animation: scroll-hint-anima 2s ease-in-out infinite alternate;
}
.c-scroll-hint::before {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-pointing.png) no-repeat 50% 50%/contain;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.25em;
  position: relative;
  top: -2px;
}

/* keyframes アニメーション */
@-webkit-keyframes scroll-hint-anima {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes scroll-hint-anima {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(8px, 0, 0);
            transform: translate3d(8px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*====================================================
*
*	Entry Content（WPのエディタより出力するエリア）
*	※ブロックエディタ対応
*
====================================================*/
.p-entry-content {
  max-width: 900px;
  margin: 0 auto;
}
.p-entry-content::after {
  content: "";
  display: block;
  clear: both;
}

/*====================================================
*
*	Home
*
====================================================*/
body.home .l-header {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.home .l-header.is-animation {
  background-color: #fff;
}
body.home .l-content {
  padding-top: 0;
}

.p-home-sec-ttl {
  font-family: "Mulish", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 2em;
}
@media screen and (min-width: 960px) {
  .p-home-sec-ttl {
    font-size: 2.4em;
  }
}
.p-home-sec-ttl small {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

/*---------------------------------------
*    home-cover
---------------------------------------*/
#home-cover {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}
#home-cover::before, #home-cover::after {
  content: "";
  width: 35%;
  height: 150%;
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0.5;
}
#home-cover::before {
  background-color: #4dc0c2;
  z-index: 2;
}
#home-cover::after {
  background-color: #80d2d4;
  left: 10%;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #home-cover::before, #home-cover::after {
    top: 90px;
  }
}
#home-cover .e-image-area {
  background: url(../img/home/cover-sky-ptn.jpg) repeat 0 0;
  -webkit-animation: home-cover-sky-anima 30s linear infinite;
          animation: home-cover-sky-anima 30s linear infinite;
  padding: 100px 0 0;
  position: relative;
}
#home-cover .e-text-area {
  padding: 2em 1.5em 160px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  #home-cover .e-text-area {
    padding-bottom: 2em;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-text-area {
    padding: 3em 1.5em;
  }
}
#home-cover .e-catch {
  display: table;
  padding: 0 1em 0 4vw;
  font-family: serif;
  font-weight: 700;
  font-size: 7.5vw;
  margin: 1em 0 0;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #1aaeb1;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  position: relative;
  z-index: 10;
}
#home-cover .e-catch::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  opacity: 0.9;
}
@media screen and (min-width: 600px) {
  #home-cover .e-catch {
    font-size: 7vw;
    text-shadow: 3px 3px 0 #1aaeb1;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-catch {
    font-size: 5vw;
    margin-top: 70px;
  }
}
#home-cover .e-subcatch {
  color: #ff6600;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-weight: 400;
  font-size: 4.4vw;
  padding: 1em 0 1em 4vw;
  margin: 0;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  #home-cover .e-subcatch {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-subcatch {
    font-size: 2.6vw;
  }
}
#home-cover .e-exterior {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  #home-cover .e-exterior {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1280px) {
  #home-cover .e-exterior {
    margin-top: -250px;
  }
}
#home-cover .e-exterior img {
  width: 100%;
}
#home-cover .e-badge {
  position: relative;
  top: 1em;
  right: 4vw;
  width: 22%;
  min-width: 120px;
  max-width: 200px;
  margin: -70px 0 0 auto;
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  z-index: 11;
  -webkit-animation: home-cover-badge-anima-1 1s 1s ease both, home-cover-badge-anima-2 8s 8s ease infinite;
          animation: home-cover-badge-anima-1 1s 1s ease both, home-cover-badge-anima-2 8s 8s ease infinite;
}
@media screen and (min-width: 600px) {
  #home-cover .e-badge {
    margin-top: -120px;
    width: 18%;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-badge {
    position: absolute;
    top: 25%;
    right: 10%;
    margin: 0;
  }
}
#home-cover .e-swallow {
  width: 30px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: home-cover-swallow-anima 6s steps(14) infinite;
          animation: home-cover-swallow-anima 6s steps(14) infinite;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #home-cover .e-swallow {
    width: 40px;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-swallow {
    -webkit-animation-duration: 9s;
            animation-duration: 9s;
    -webkit-animation-timing-function: steps(21);
            animation-timing-function: steps(21);
  }
}
@media screen and (min-width: 600px) {
  #home-cover .e-inner-cont {
    padding-left: 22%;
  }
}
#home-cover .e-licence-area {
  margin-top: -45px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  #home-cover .e-licence-area {
    margin-top: -70px;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-licence-area > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em;
  }
}
#home-cover .e-licence-box {
  max-width: 320px;
  margin: 1em auto 0;
  padding: 0.6em 1em;
  background-color: #f4f4f4;
}
#home-cover .e-licence-box:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  #home-cover .e-licence-box {
    max-width: 460px;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-licence-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
#home-cover .e-licence-box > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#home-cover .e-licence-box .e-text {
  text-align: center;
  font-size: 0.76em;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  line-height: 1.6;
  margin: 0;
}
#home-cover .e-licence-box .e-text strong {
  font-size: 1.1em;
}
#home-cover .e-licence-box .e-mark {
  width: 50px;
  margin: 0 0 0 1em;
}
@media screen and (min-width: 1280px) {
  #home-cover .e-licence-box .e-mark {
    width: 60px;
  }
}
#home-cover .e-wellbeing-area {
  max-width: 740px;
  margin: 2em auto;
  background-color: #f4f4f4;
  padding: 1.4em;
}
#home-cover .e-wellbeing-area .e-catch-box {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  #home-cover .e-wellbeing-area .e-catch-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home-cover .e-wellbeing-area .e-catch-box .e-word {
  color: #fefc95;
  text-shadow: 1px 1px 1px #777, -1px 1px 1px #777, 1px -1px 1px #777, -1px -1px 1px #777, 1px 0px 1px #777, 0px 1px 1px #777, -1px 0px 1px #777, 0px -1px 1px #777;
  line-height: 1;
  font-weight: 700;
}
#home-cover .e-wellbeing-area .e-catch-box .e-word.m-en {
  font-size: 3.3rem;
}
@media screen and (min-width: 1280px) {
  #home-cover .e-wellbeing-area .e-catch-box .e-word.m-en {
    font-size: 5rem;
  }
}
#home-cover .e-wellbeing-area .e-catch-box .e-word.m-ja {
  font-size: 2.6rem;
}
@media screen and (min-width: 1280px) {
  #home-cover .e-wellbeing-area .e-catch-box .e-word.m-ja {
    font-size: 3.6rem;
  }
}
#home-cover .e-wellbeing-area .e-catch-box .e-word .e-kanji {
  display: block;
  margin-top: 0.2em;
  font-size: 0.95em;
  letter-spacing: 0.15em;
}
#home-cover .e-wellbeing-area .e-catch-box .e-word .e-bracket {
  color: #777;
  text-shadow: none;
  font-weight: 400;
}
#home-cover .e-wellbeing-area .e-catch-box .e-equal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 0.8em;
}
#home-cover .e-wellbeing-area .e-catch-box .e-equal::before, #home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
  content: "";
  width: 4px;
  height: 20px;
  display: inline-block;
  background-color: #ff6600;
}
#home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
  margin-left: 4px;
}
@media screen and (min-width: 960px) {
  #home-cover .e-wellbeing-area .e-catch-box .e-equal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0.8em;
  }
  #home-cover .e-wellbeing-area .e-catch-box .e-equal::before, #home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
    width: 20px;
    height: 4px;
  }
  #home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
    margin: 4px 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #home-cover .e-wellbeing-area .e-catch-box .e-equal {
    margin: 0 1.4em;
  }
  #home-cover .e-wellbeing-area .e-catch-box .e-equal::before, #home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
    width: 30px;
    height: 6px;
  }
  #home-cover .e-wellbeing-area .e-catch-box .e-equal::after {
    margin: 6px 0 0 0;
  }
}
#home-cover .e-wellbeing-area .e-desc {
  text-align: center;
  font-weight: 700;
  font-size: 1.05em;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  margin: 1em 0 0;
  line-height: 1.5;
}
#home-cover .e-wellbeing-area .e-desc strong {
  color: #00a5a8;
  font-size: 1.2em;
}
@media screen and (min-width: 960px) {
  #home-cover .e-wellbeing-area .e-desc {
    margin: 0.6em 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #home-cover .e-wellbeing-area .e-desc {
    font-size: 1.2em;
  }
}
#home-cover .e-lead {
  margin: 0;
  position: relative;
  z-index: 10;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
@media screen and (min-width: 960px) {
  #home-cover .e-lead {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #home-cover .e-lead {
    font-size: 1.1em;
  }
}
#home-cover .e-man {
  width: 180px;
  max-width: 640px;
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 1em;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #home-cover .e-man {
    width: 40%;
    left: -2%;
    bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #home-cover .e-man {
    bottom: -60px;
    left: 1em;
  }
}

/* keyframes アニメーション */
@-webkit-keyframes home-cover-sky-anima {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px -1080px;
  }
}
@keyframes home-cover-sky-anima {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px -1080px;
  }
}
@-webkit-keyframes home-cover-swallow-anima {
  0% {
    top: 75%;
    left: -100px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 55%;
    left: 45%;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  37% {
    top: 50%;
    left: 55%;
    -webkit-transform: scale(1) translateY(80px);
            transform: scale(1) translateY(80px);
  }
  50% {
    top: 10%;
    left: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 10%;
    left: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes home-cover-swallow-anima {
  0% {
    top: 75%;
    left: -100px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    top: 55%;
    left: 45%;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  37% {
    top: 50%;
    left: 55%;
    -webkit-transform: scale(1) translateY(80px);
            transform: scale(1) translateY(80px);
  }
  50% {
    top: 10%;
    left: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    top: 10%;
    left: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes home-cover-badge-anima-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes home-cover-badge-anima-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes home-cover-badge-anima-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  15% {
    opacity: 1;
    -webkit-transform: rotate(12deg) scale(1);
            transform: rotate(12deg) scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes home-cover-badge-anima-2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  15% {
    opacity: 1;
    -webkit-transform: rotate(12deg) scale(1);
            transform: rotate(12deg) scale(1);
  }
  100% {
    opacity: 1;
  }
}
/*---------------------------------------
*    home-service
---------------------------------------*/
#home-service {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #f5f5f5;
  padding: 2em 0;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #home-service {
    padding: 4em 0;
  }
}
#home-service .e-logomark {
  margin: 0;
  position: absolute;
  bottom: 98%;
  right: 1em;
  width: 40%;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  #home-service .e-logomark {
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  #home-service .e-logomark {
    width: 380px;
    bottom: calc(100% - 100px);
  }
}
#home-service .e-sec-ttl {
  color: #00a5a8;
  text-shadow: 2px 2px 0 #fff;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #home-service .e-sec-ttl {
    font-size: 4vw;
  }
}
@media screen and (min-width: 960px) {
  #home-service .e-sec-ttl {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 600px) {
  #home-service .e-sec-ttl br {
    display: none;
  }
}
#home-service .e-summary-box {
  background-color: #bbf2f2;
  padding: 1px 1em 1em;
  margin-top: 100px;
  position: relative;
  z-index: 0;
}
#home-service .e-summary-box::before {
  content: "";
  background-color: #bbf2f2;
  width: 120%;
  height: 80px;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  position: absolute;
  top: -70px;
  left: -10%;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #home-service .e-summary-box {
    margin-top: 150px;
  }
  #home-service .e-summary-box::before {
    height: 200px;
    top: -120px;
  }
}
#home-service .e-summary-box > .wp-block-group__inner-container {
  margin-top: -30px;
}
@media screen and (min-width: 960px) {
  #home-service .e-summary-box > .wp-block-group__inner-container {
    margin-top: -60px;
  }
}
#home-service .e-summary-ttl {
  font-size: 1.3em;
  color: #ff7d26;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  #home-service .e-summary-ttl {
    font-size: 1.45em;
  }
}
@media screen and (min-width: 960px) {
  #home-service .e-summary-ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 600px) {
  #home-service .e-summary-ttl br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #home-service .e-summary-text {
    text-align: center;
  }
}
#home-service .e-service-figure-wrap {
  overflow: hidden;
  background-color: #fff;
}
#home-service .e-service-figure-wrap:hover {
  cursor: pointer;
}
#home-service .e-service-figure-wrap:hover .e-service-figure {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#home-service .e-service-figure-wrap > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#home-service .e-service-figure {
  width: 200%;
  padding: 0 10px;
  border-right: 2px dotted #ccc;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: home-service-figure-anima 25s infinite linear 1s both;
          animation: home-service-figure-anima 25s infinite linear 1s both;
}
@media screen and (min-width: 600px) {
  #home-service .e-service-figure {
    width: 100%;
  }
}
#home-service .e-service-figure img {
  width: 100%;
  height: auto;
}
#home-service .e-area-btns {
  margin-top: 3em;
}
#home-service .e-area-btns .wp-block-button a {
  background-color: #50c2c3;
  font-weight: 700;
  font-size: 1em;
}
#home-service .e-area-btns .wp-block-button a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-w.png) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 0.5em;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 960px) {
  #home-service .e-area-btns .wp-block-button a {
    font-size: 1.3em;
    padding-left: 3em;
    padding-right: 3em;
  }
  #home-service .e-area-btns .wp-block-button a::after {
    width: 32px;
    height: 32px;
    top: -3px;
  }
  #home-service .e-area-btns .wp-block-button a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#home-service .e-area-notes {
  color: #777;
  font-size: 0.8em;
  padding: 0 4vw;
  margin-top: 3em;
}
@media screen and (min-width: 960px) {
  #home-service .e-area-notes {
    text-align: center;
  }
}

/* keyframes アニメーション */
@-webkit-keyframes home-service-figure-anima {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes home-service-figure-anima {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*---------------------------------------
*    home-cta
---------------------------------------*/
#home-cta {
  padding: 3em 0 0;
  position: relative;
}
#home-cta::before {
  content: "";
  display: inline-block;
  background: url(../img/home/bg-swallow.png) no-repeat 50% 50%/contain;
  width: 35vw;
  height: 35vw;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  #home-cta {
    padding: 3em 0;
  }
  #home-cta::before {
    max-width: 300px;
    max-height: 300px;
    left: -40px;
    bottom: -100px;
  }
}
@media screen and (min-width: 960px) {
  #home-cta {
    padding: 5em 0;
  }
  #home-cta::before {
    left: -100px;
  }
}
@media screen and (min-width: 1280px) {
  #home-cta::before {
    left: -200px;
    bottom: -100px;
  }
}
@media screen and (min-width: 1600px) {
  #home-cta::before {
    max-width: 450px;
    max-height: 450px;
    left: -420px;
    bottom: -180px;
  }
}
#home-cta .e-catch {
  font-size: 1.2em;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #home-cta .e-catch {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 960px) {
  #home-cta .e-catch {
    font-size: 1.8em;
  }
}
#home-cta .e-catch strong {
  color: #ff6600;
}
#home-cta .e-tel-box {
  margin: 2em 0;
}
#home-cta .e-tel-box .e-time {
  margin: 0;
  color: #777;
  font-size: 0.8em;
}
#home-cta .e-tel-link {
  margin: 0;
}
#home-cta .e-tel-link a {
  color: #00a5a8;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  #home-cta .e-tel-link a {
    font-size: 3.8rem;
  }
}
#home-cta .e-cta-btns {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  #home-cta .e-cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  #home-cta .e-cta-btns {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  #home-cta .e-cta-btns {
    max-width: none;
  }
}
#home-cta .e-cta-btns .c-wp-btn {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #home-cta .e-cta-btns .c-wp-btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #home-cta .e-cta-btns .c-wp-btn {
    width: 48%;
    margin-bottom: 0;
  }
}
#home-cta .e-cta-btns .c-wp-btn a {
  display: block;
}
@media screen and (min-width: 960px) {
  #home-cta .e-cta-btns .c-wp-btn a {
    font-size: 1.3em;
  }
}
#home-cta .e-man {
  width: 160px;
  margin: 1em 0 0 auto;
}
@media screen and (min-width: 600px) {
  #home-cta .e-man {
    width: 280px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -40px;
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  #home-cta .e-man {
    right: -60px;
  }
}
@media screen and (min-width: 1280px) {
  #home-cta .e-man {
    width: 300px;
    right: -180px;
  }
}
@media screen and (min-width: 1600px) {
  #home-cta .e-man {
    width: 400px;
    right: -330px;
  }
}
#home-cta.is-visible::before {
  -webkit-animation: home-cta-swallow-anima 1s 0.5s ease both;
          animation: home-cta-swallow-anima 1s 0.5s ease both;
}

/* keyframes アニメーション */
@-webkit-keyframes home-cta-swallow-anima {
  0% {
    -webkit-transform: translate(-500px, 0px) scale(0.3);
            transform: translate(-500px, 0px) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
@keyframes home-cta-swallow-anima {
  0% {
    -webkit-transform: translate(-500px, 0px) scale(0.3);
            transform: translate(-500px, 0px) scale(0.3);
  }
  100% {
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
  }
}
/*---------------------------------------
*    home-staff
---------------------------------------*/
#home-staff {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../img/home/staff-bg.jpg) no-repeat 50% 50%/cover;
  padding: 6em 4vw;
  margin-top: 0;
  margin-bottom: 0;
}
#home-staff .e-staff-cols {
  margin: 0;
}
#home-staff .e-staff-cols:first-of-type > .wp-block-column:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  #home-staff .e-staff-cols:first-of-type > .wp-block-column:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  #home-staff .e-staff-cols {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#home-staff .e-staff-cols > .wp-block-column {
  position: relative;
  max-width: 400px;
  margin: 4em auto 0;
}
@media screen and (min-width: 600px) {
  #home-staff .e-staff-cols > .wp-block-column {
    padding-bottom: 70px;
    -ms-flex-preferred-size: 45% !important;
        flex-basis: 45% !important;
    margin: 4em 0 0 8%;
  }
  #home-staff .e-staff-cols > .wp-block-column:first-child {
    margin-left: 0;
  }
}
#home-staff .e-staff-cols .e-image {
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#home-staff .e-staff-cols .e-image img {
  border: 8px dotted #ff6600;
  border-radius: 50%;
  padding: 1em;
}
#home-staff .e-staff-cols .e-post {
  font-size: 0.8em;
  margin: 0 0 1em;
}
#home-staff .e-staff-cols .e-name {
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}
#home-staff .e-staff-cols .e-name-en {
  color: #777;
  margin: 0;
  font-size: 0.95em;
}
#home-staff .e-staff-cols .e-licence {
  font-size: 0.9em;
  margin: 1.5em 0;
}
#home-staff .e-staff-cols .e-btns {
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  #home-staff .e-staff-cols .e-btns {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
#home-staff .e-staff-cols .e-btns .c-wp-btn {
  margin: 0;
}
#home-staff .e-staff-cols .e-btns .c-wp-btn a {
  font-size: 0.9em;
  min-width: 240px;
}
#home-staff .e-banner-animal {
  margin-top: 6em;
  text-align: center;
}
#home-staff .e-banner-animal .e-banner {
  margin: 0 auto;
}
#home-staff .e-banner-animal .e-banner.m-sp {
  max-width: 400px;
}
@media screen and (min-width: 600px) {
  #home-staff .e-banner-animal .e-banner.m-sp {
    display: none;
  }
}
#home-staff .e-banner-animal .e-banner.m-pc {
  display: none;
  max-width: 800px;
}
@media screen and (min-width: 600px) {
  #home-staff .e-banner-animal .e-banner.m-pc {
    display: block;
  }
}
#home-staff .e-banner-animal .e-banner > a {
  display: block;
}
@media screen and (min-width: 960px) {
  #home-staff .e-banner-animal .e-banner > a:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*---------------------------------------
*    home-owner
---------------------------------------*/
#home-owner {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  #home-owner:hover .e-man img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  #home-owner:hover .e-text-area {
    background-color: #4dc0c2;
  }
  #home-owner:hover .e-text-area::before {
    background-color: #4dc0c2;
  }
  #home-owner:hover .e-arrow {
    -webkit-transform: translate(20px, 50%);
        -ms-transform: translate(20px, 50%);
            transform: translate(20px, 50%);
  }
}
#home-owner * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-owner *::before, #home-owner *::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  #home-owner > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#home-owner .e-link {
  text-indent: -9999px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
#home-owner .e-link > a {
  display: block;
  width: 100%;
  height: 100%;
}
#home-owner .e-image-area {
  background: url(../img/owner/cover-bg.jpg) no-repeat 50% 50%/cover;
  height: 240px;
  position: relative;
}
@media screen and (min-width: 600px) {
  #home-owner .e-image-area {
    width: 40%;
    height: auto;
    min-height: 280px;
  }
}
@media screen and (min-width: 960px) {
  #home-owner .e-image-area {
    width: 45%;
  }
}
#home-owner .e-text-area {
  background-color: #00a5a8;
  color: #fff;
  padding: 1em 4vw 4em;
  position: relative;
  z-index: 0;
}
#home-owner .e-text-area::before {
  content: "";
  background-color: #00a5a8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
          transform: skewY(-8deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #home-owner .e-text-area {
    width: 60%;
    padding: 2.5em 4vw 4em 0;
  }
  #home-owner .e-text-area::before {
    -webkit-transform: skewX(-16deg);
        -ms-transform: skewX(-16deg);
            transform: skewX(-16deg);
  }
}
@media screen and (min-width: 960px) {
  #home-owner .e-text-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55%;
    padding: 2em 4vw 2em 0;
  }
}
#home-owner .e-text-area > .wp-block-group__inner-container {
  margin-top: -80px;
}
@media screen and (min-width: 600px) {
  #home-owner .e-text-area > .wp-block-group__inner-container {
    margin-top: 0;
  }
}
#home-owner .e-man {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 340px;
}
@media screen and (min-width: 600px) {
  #home-owner .e-man {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (min-width: 960px) {
  #home-owner .e-man {
    width: 420px;
  }
}
#home-owner .e-man img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
#home-owner .e-name-box {
  width: 220px;
  padding: 0.5em 1.5em;
  margin: 0 1em;
  position: relative;
  z-index: 1;
  color: #333;
}
@media screen and (min-width: 600px) {
  #home-owner .e-name-box {
    display: table;
    width: auto;
    margin: 0 0 0 -40px;
  }
}
@media screen and (min-width: 960px) {
  #home-owner .e-name-box {
    margin: 0 0 0 -80px;
  }
}
#home-owner .e-name-box > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #home-owner .e-name-box > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#home-owner .e-name-box::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 1;
}
#home-owner .e-name {
  margin: 0;
}
@media screen and (min-width: 600px) {
  #home-owner .e-name {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  #home-owner .e-name {
    width: 220px;
  }
}
#home-owner .e-post {
  font-size: 0.85em;
  font-family: serif;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 600px) {
  #home-owner .e-post {
    margin: 0 0 0 1em;
  }
}
#home-owner .e-desc {
  margin: 1.5em 0 0;
  font-family: serif;
  font-size: 0.85em;
}
@media screen and (min-width: 960px) {
  #home-owner .e-desc {
    font-size: 1em;
  }
}
#home-owner .e-desc br {
  display: none;
}
@media screen and (min-width: 960px) {
  #home-owner .e-desc br {
    display: block;
  }
}
#home-owner .e-arrow {
  width: 180px;
  margin: 0;
  text-indent: -9999px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 30px;
  right: 1em;
}
#home-owner .e-arrow::before {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30px;
  position: absolute;
  bottom: -1px;
  right: 0;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media screen and (min-width: 960px) {
  #home-owner .e-arrow {
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    width: 20%;
    right: 3vw;
  }
}

/*---------------------------------------
*    home-voice, home-news 共通
---------------------------------------*/
#home-voice .e-sec-btns,
#home-news .e-sec-btns {
  margin-top: 4em;
}
#home-voice .e-sec-btns .c-wp-btn,
#home-news .e-sec-btns .c-wp-btn {
  margin: 0;
}
#home-voice .e-sec-btns .c-wp-btn a,
#home-news .e-sec-btns .c-wp-btn a {
  min-width: 240px;
}

/*---------------------------------------
*    home-voice
---------------------------------------*/
#home-voice {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fafafa url(../img/common/ptn-dot-gy.png) repeat;
  padding: 6em 4vw;
}

/*---------------------------------------
*    home-news
---------------------------------------*/
#home-news {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 4vw;
}
#home-news .p-post-list > li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #home-news .p-post-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 1em;
  }
  #home-news .p-post-list > li {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #home-news .p-post-list > li:nth-child(2n+1) {
    margin-left: 6%;
  }
  #home-news .p-post-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #home-news .p-post-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}

/*---------------------------------------
*    home-supplement
---------------------------------------*/
#home-supplement {
  font-size: 0.8em;
  border: 1px solid #bbb;
  padding: 1.5em;
}
#home-supplement p:first-child {
  margin-top: 0;
}
#home-supplement p:last-child {
  margin-bottom: 0;
}

/*====================================================
*
*	Shop
*
====================================================*/
body.page-id-7 .c-page-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
body.page-id-7 .l-content {
  padding-bottom: 0;
}
body.page-id-7 .l-footer-wrap {
  margin-top: -40px;
}
@media screen and (min-width: 960px) {
  body.page-id-7 .l-footer-wrap {
    margin-top: -90px;
  }
}

.p-shop-sec-ttl-1 {
  color: #fff;
  margin: 1em 0;
}
.p-shop-sec-ttl-1 small {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media screen and (min-width: 960px) {
  .p-shop-sec-ttl-1 {
    font-size: 1.8em;
  }
}

.p-shop-sec-ttl-2 {
  font-size: 1.3em;
  position: relative;
  display: table;
  margin: 1em auto 1.8em;
}
.p-shop-sec-ttl-2::before {
  content: "";
  background: url(../img/common/swallow.png) no-repeat 50% 50%/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -40px;
  top: -20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translate(-100px, -30px);
      -ms-transform: translate(-100px, -30px);
          transform: translate(-100px, -30px);
}
@media screen and (min-width: 960px) {
  .p-shop-sec-ttl-2 {
    font-size: 1.5em;
  }
}
.p-shop-sec-ttl-2.is-visible::before {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*---------------------------------------
*    shop-greeting
---------------------------------------*/
#shop-greeting {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../img/shop/cover-bg.jpg) no-repeat 60% 0%/cover;
  padding: 150px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #shop-greeting {
    padding: 200px 0 0;
  }
}
@media screen and (min-width: 960px) {
  #shop-greeting > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 4vw;
    max-width: 1400px;
    margin: 0 auto;
  }
}
#shop-greeting .e-text-box {
  padding: 0 4vw;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
}
@media screen and (min-width: 960px) {
  #shop-greeting .e-text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    padding-bottom: 4em;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  #shop-greeting .e-text-box {
    padding: 4em 0 5em 4em;
  }
}
#shop-greeting .e-text-box p {
  font-size: 0.9em;
}
#shop-greeting .e-text-box p:first-child {
  margin-top: 0;
}
#shop-greeting .e-text-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #shop-greeting .e-text-box p {
    font-size: 1em;
  }
}
#shop-greeting .e-image-box {
  position: relative;
  max-width: 680px;
  margin: 2em auto 0;
}
@media screen and (min-width: 960px) {
  #shop-greeting .e-image-box {
    margin: 0;
    width: 40%;
  }
}
#shop-greeting .e-bubble {
  margin: 0;
  width: 33%;
  position: absolute;
  top: 0;
  left: 1em;
}
@media screen and (min-width: 960px) {
  #shop-greeting .e-bubble {
    width: 50%;
    max-width: 220px;
    right: 10%;
    left: auto;
  }
}
@media screen and (min-width: 1600px) {
  #shop-greeting .e-bubble {
    max-width: 240px;
    right: 0;
  }
}
#shop-greeting .e-man {
  width: 60%;
  margin: 0 1em 0 auto;
}
@media screen and (min-width: 960px) {
  #shop-greeting .e-man {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    margin: 0;
  }
}
@media screen and (min-width: 1600px) {
  #shop-greeting .e-man {
    max-width: 520px;
  }
}

/*---------------------------------------
*    shop-philos
*    shop-vision
*    共通レイアウト
---------------------------------------*/
#shop-philos,
#shop-vision {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 960px) {
  #shop-philos,
  #shop-vision {
    margin-bottom: 12em;
  }
}
@media screen and (min-width: 960px) {
  #shop-philos > .wp-block-group__inner-container,
  #shop-vision > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
  }
}
#shop-philos .p-shop-sec-ttl-1,
#shop-vision .p-shop-sec-ttl-1 {
  margin-top: 0.5em;
}
#shop-philos .e-image,
#shop-vision .e-image {
  margin-right: 4vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  #shop-philos .e-image,
  #shop-vision .e-image {
    margin-right: 40vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #shop-philos .e-image,
  #shop-vision .e-image {
    margin-right: 0;
    width: 45%;
    max-width: 1000px;
  }
}
#shop-philos .e-image img,
#shop-vision .e-image img {
  width: 100%;
}
#shop-philos .e-text-box,
#shop-vision .e-text-box {
  background-color: #3bb7b9;
  color: #fff;
  padding: 1.8em;
  margin-left: 4vw;
  border-top: 4px solid #ff6600;
  position: relative;
}
#shop-philos .e-text-box::before,
#shop-vision .e-text-box::before {
  content: "";
  border-top: 3px solid #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (min-width: 600px) {
  #shop-philos .e-text-box,
  #shop-vision .e-text-box {
    margin-left: 20vw;
    margin-top: -40px;
  }
}
@media screen and (min-width: 960px) {
  #shop-philos .e-text-box,
  #shop-vision .e-text-box {
    margin-left: -100px;
    margin-top: 0;
    width: 55%;
    padding: 1.8em 1.8em 1.8em calc(100px + 1.8em);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    z-index: -1;
    top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#shop-philos .e-list li,
#shop-vision .e-list li {
  font-weight: 700;
}
#shop-philos .e-list li::marker,
#shop-vision .e-list li::marker {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 960px) {
  #shop-philos .e-list li,
  #shop-vision .e-list li {
    font-size: 1.1em;
  }
}
#shop-philos .e-list li + li,
#shop-vision .e-list li + li {
  margin-top: 1em;
}

/*---------------------------------------
*    shop-philos
---------------------------------------*/
@media screen and (min-width: 960px) {
  #shop-philos .e-text-box {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-right: -100px;
    padding-left: 1.8em;
    padding-right: calc(100px + 1.8em);
  }
}
#shop-philos .e-logomark {
  width: 60%;
  margin: 0;
  position: absolute;
  top: -50px;
  right: 5px;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #shop-philos .e-logomark {
    right: 3%;
  }
}
@media screen and (min-width: 960px) {
  #shop-philos .e-logomark {
    right: auto;
    left: 3%;
    top: -120px;
    max-width: 680px;
  }
}

/*---------------------------------------
*    shop-branding
---------------------------------------*/
#shop-branding {
  background: #fafafa url(../img/common/ptn-dot-gy.png) repeat 50% 50%;
  padding: 3em 4vw;
  position: relative;
  counter-reset: shop-branding-num;
  margin-bottom: 9em;
}
#shop-branding::before, #shop-branding::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
#shop-branding::before {
  border-width: 30px 30px 0 0;
  border-color: #ff6600 transparent transparent transparent;
  left: 0;
}
#shop-branding::after {
  border-width: 0 30px 30px 0;
  border-color: transparent #ff6600 transparent transparent;
  right: 0;
}
@media screen and (min-width: 600px) {
  #shop-branding::before {
    border-width: 50px 50px 0 0;
  }
  #shop-branding::after {
    border-width: 0 50px 50px 0;
  }
}
@media screen and (min-width: 960px) {
  #shop-branding {
    padding: 3em 3em;
  }
}
#shop-branding > .wp-block-group__inner-container::before, #shop-branding > .wp-block-group__inner-container::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
}
#shop-branding > .wp-block-group__inner-container::before {
  border-width: 30px 0 0 30px;
  border-color: transparent transparent transparent #ff6600;
  left: 0;
}
#shop-branding > .wp-block-group__inner-container::after {
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #ff6600 transparent;
  right: 0;
}
@media screen and (min-width: 600px) {
  #shop-branding > .wp-block-group__inner-container::before {
    border-width: 50px 0 0 50px;
  }
  #shop-branding > .wp-block-group__inner-container::after {
    border-width: 0 0 50px 50px;
  }
}
#shop-branding .e-branding-cols {
  margin-bottom: 3.5em;
}
#shop-branding .e-branding-cols:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#shop-branding .e-branding-cols .e-image-col::before {
  content: counter(shop-branding-num, decimal-leading-zero);
  counter-increment: shop-branding-num;
  display: block;
  text-align: center;
  color: #aaa;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-cols .e-image-col {
    -ms-flex-preferred-size: 30% !important;
        flex-basis: 30% !important;
  }
}
@media screen and (min-width: 960px) {
  #shop-branding .e-branding-cols .e-image-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#shop-branding .e-branding-cols .e-image {
  width: 140px;
  margin: 0 auto;
}
#shop-branding .e-branding-cols .e-text-col {
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-cols .e-text-col {
    -ms-flex-preferred-size: 70% !important;
        flex-basis: 70% !important;
    margin-top: 0;
  }
}
#shop-branding .e-branding-ttl {
  color: #00a5a8;
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-ttl {
    text-align: left;
  }
}
#shop-branding .e-branding-ttl strong {
  font-size: 1.4em;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-ttl br {
    display: none;
  }
}
#shop-branding .e-branding-sub-ttl {
  color: #999;
  font-weight: 700;
  text-align: center;
  margin-top: 0.5em;
}
#shop-branding .e-branding-sub-ttl::before, #shop-branding .e-branding-sub-ttl::after {
  content: "-";
  display: inline-block;
}
#shop-branding .e-branding-sub-ttl::before {
  margin-right: 0.5em;
}
#shop-branding .e-branding-sub-ttl::after {
  margin-left: 0.5em;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-sub-ttl {
    text-align: left;
  }
  #shop-branding .e-branding-sub-ttl::after {
    content: none;
  }
}
#shop-branding .e-branding-desc {
  font-weight: 700;
  text-align: center;
  margin: 0.5em 0;
  line-height: 1.5;
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-desc {
    text-align: left;
  }
}
@media screen and (min-width: 600px) {
  #shop-branding .e-branding-desc br {
    display: none;
  }
}

/*---------------------------------------
*    shop-company
---------------------------------------*/
#shop-company {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#shop-company .e-company-cols {
  max-width: 1900px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  #shop-company .e-company-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  #shop-company .e-company-cols > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
#shop-company .e-company-cols > .e-image-col {
  max-width: 860px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  #shop-company .e-company-cols > .e-image-col {
    max-width: 680px;
    margin: 0 auto 3em;
    margin-bottom: 3em;
  }
}
#shop-company .e-company-cols > .e-table-col {
  padding: 0 4vw;
}
@media screen and (max-width: 959px) {
  #shop-company .e-company-cols > .e-table-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}
#shop-company .e-company-image {
  margin: 0;
}
#shop-company .e-prof-table {
  overflow: visible;
}
#shop-company .e-prof-table table {
  border-top: 1px solid #bbb;
}
#shop-company .e-prof-table tr:first-child td:first-child::after {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #00a5a8;
  position: absolute;
  left: 0;
  bottom: -2px;
  bottom: auto;
  top: -2px;
}
#shop-company .e-prof-table td {
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 1.2em 0.5em;
  position: relative;
}
#shop-company .e-prof-table td:first-child {
  min-width: 120px;
}
#shop-company .e-prof-table td:first-child::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #00a5a8;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 599px) {
  #shop-company .e-prof-table td {
    display: block;
  }
  #shop-company .e-prof-table td:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  #shop-company .e-prof-table td:first-child::before {
    content: none;
  }
  #shop-company .e-prof-table td:last-child::before {
    content: "";
    width: 14px;
    height: 3px;
    background-color: #00a5a8;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
}

/*---------------------------------------
*    shop-staff
---------------------------------------*/
#shop-staff {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff1e5 url(../img/common/bg-swallow-alpha.png) no-repeat 100% 540px/70% auto;
  padding: 4em 0 5em;
  position: relative;
}
@media screen and (min-width: 600px) {
  #shop-staff {
    background-size: 50%;
  }
}
@media screen and (min-width: 782px) {
  #shop-staff {
    background-size: 40%;
    background-position: 100% 200px;
  }
}
@media screen and (min-width: 1600px) {
  #shop-staff {
    background-size: 500px;
    background-position: calc(50% + 460px) 10%;
  }
}
#shop-staff .e-staff-single {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 4vw;
  border-bottom: 1px dashed #ff6600;
}
#shop-staff .e-staff-single:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 781px) {
  #shop-staff .e-staff-single > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (max-width: 781px) {
  #shop-staff .e-staff-single .e-text-col {
    max-width: 560px;
    margin: 0 auto;
  }
}
#shop-staff .e-staff-single .e-image {
  text-align: center;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#shop-staff .e-staff-single .e-image img {
  border: 8px dotted #ff6600;
  border-radius: 50%;
  padding: 1em;
}
#shop-staff .e-staff-single .e-post {
  font-size: 0.8em;
  text-align: center;
  margin: 0 0 1em;
}
@media screen and (min-width: 782px) {
  #shop-staff .e-staff-single .e-post {
    text-align: left;
  }
}
#shop-staff .e-staff-single .e-name-box {
  text-align: center;
}
@media screen and (min-width: 782px) {
  #shop-staff .e-staff-single .e-name-box {
    text-align: left;
  }
}
#shop-staff .e-staff-single .e-name {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0;
}
@media screen and (min-width: 782px) {
  #shop-staff .e-staff-single .e-name {
    display: inline-block;
  }
}
@media screen and (min-width: 960px) {
  #shop-staff .e-staff-single .e-name {
    font-size: 1.5em;
  }
}
#shop-staff .e-staff-single .e-name-en {
  color: #777;
  margin: 0;
  font-size: 0.95em;
}
@media screen and (min-width: 782px) {
  #shop-staff .e-staff-single .e-name-en {
    display: inline-block;
    margin-left: 1em;
  }
}
#shop-staff .e-staff-single .e-licence {
  font-size: 0.9em;
  margin: 2em 0;
}
#shop-staff .e-staff-single .e-btns {
  margin-top: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 782px) {
  #shop-staff .e-staff-single .e-btns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#shop-staff .p-shop-animal {
  margin-top: 8em;
}
@media screen and (min-width: 600px) {
  #shop-staff .p-shop-animal {
    margin-top: 6em;
  }
}
#shop-staff .p-shop-animal #a-staff-animal.c-arr-point {
  margin-top: -160px;
}
#shop-staff .p-shop-animal .e-animal-ttl {
  position: relative;
  display: table;
  font-size: 1.3em;
  margin: 0 auto 1em;
}
@media screen and (min-width: 960px) {
  #shop-staff .p-shop-animal .e-animal-ttl {
    font-size: 1.5em;
  }
}
#shop-staff .p-shop-animal .e-animal-ttl img {
  position: absolute;
  bottom: 100%;
  left: -80px;
}
@media screen and (min-width: 600px) {
  #shop-staff .p-shop-animal .e-animal-ttl img {
    bottom: 50%;
    left: -100px;
  }
}
#shop-staff .p-shop-animal .e-animal-cols {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 4vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
@media screen and (max-width: 599px) {
  #shop-staff .p-shop-animal .e-animal-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 959px) {
  #shop-staff .p-shop-animal .e-animal-cols {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 960px) {
  #shop-staff .p-shop-animal .e-animal-cols {
    padding: 0 20px;
    gap: 1em;
  }
}
#shop-staff .p-shop-animal .e-animal-col {
  -ms-flex-preferred-size: 330px !important;
      flex-basis: 330px !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  margin: 0 auto;
}
#shop-staff .p-shop-animal .e-animal-col .e-card {
  background: url(../img/shop/bg-dog-card.png) no-repeat 50% 0/contain;
  width: 330px;
  max-width: 100%;
  height: 480px;
  padding: 65px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #shop-staff .p-shop-animal .e-animal-col .e-card:hover {
    -webkit-animation: shop-animal-card-anima 1s ease both;
            animation: shop-animal-card-anima 1s ease both;
  }
}
#shop-staff .p-shop-animal .e-animal-col .e-image {
  width: 75%;
  max-width: 280px;
  margin: 0 auto 1em;
}
#shop-staff .p-shop-animal .e-animal-col .e-name {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.5em 0;
}
#shop-staff .p-shop-animal .e-animal-col .e-desc {
  font-size: 1.44rem;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  #shop-staff .p-shop-animal .e-animal-col .e-desc {
    font-size: 1.3rem;
  }
}

/* keyframes アニメーション */
@-webkit-keyframes shop-animal-card-anima {
  20% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shop-animal-card-anima {
  20% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  40% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
/*---------------------------------------
*    shop-covid
---------------------------------------*/
#shop-covid {
  background-color: #e5f6f6;
  padding: 1em;
  position: relative;
}
@media screen and (min-width: 960px) {
  #shop-covid {
    width: auto;
    max-width: 100vw;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    clear: both;
    padding: 1em 2em;
  }
}
#shop-covid .e-sec-ttl {
  display: table;
  margin: 0.5em auto;
  color: #fff600;
  -webkit-text-stroke-width: 10px;
  position: relative;
}
#shop-covid .e-sec-ttl::before {
  content: "コロナ対策実施中！";
  color: #00a5a8;
  -webkit-text-stroke-width: 0;
  position: absolute;
  left: 0;
  z-index: 20;
}
#shop-covid .e-sec-ttl::after {
  content: "コロナ対策実施中！";
  color: #fff;
  -webkit-text-stroke-width: 6px;
  position: absolute;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 600px) {
  #shop-covid .e-sec-ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 960px) {
  #shop-covid .e-sec-ttl {
    font-size: 2em;
  }
}
#shop-covid .e-sec-subttl {
  text-align: center;
  color: #00a5a8;
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  #shop-covid .e-sec-subttl {
    font-size: 1em;
  }
}
@media screen and (min-width: 960px) {
  #shop-covid .e-sec-subttl {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 959px) {
  #shop-covid .e-gallery {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  #shop-covid .e-gallery .wp-block-image {
    width: 100% !important;
    margin: 0 0 1.5em 0 !important;
  }
}
#shop-covid .e-gallery .wp-block-image figure {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#shop-covid .e-gallery .wp-block-image figcaption {
  position: static;
  padding: 0;
  background: none;
  color: inherit;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  #shop-covid .e-gallery .wp-block-image figcaption {
    font-size: 0.9em;
  }
}

/*---------------------------------------
*    shop-gallery
---------------------------------------*/
#shop-gallery {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#shop-gallery .e-sec-ttl {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  #shop-gallery .e-sec-ttl {
    font-size: 1.8em;
  }
}
#shop-gallery .e-photo-area {
  padding: 0 4vw;
}
#shop-gallery .e-photo-area > .wp-block-group__inner-container {
  max-width: 1660px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  #shop-gallery .e-photo-gallery .wp-block-image {
    width: calc(33.33333% - 0.66667em) !important;
  }
  #shop-gallery .e-photo-gallery .wp-block-image:nth-of-type(4n) {
    margin-right: 1em !important;
  }
  #shop-gallery .e-photo-gallery .wp-block-image:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 960px) {
  #shop-gallery .e-photo-gallery .wp-block-image a {
    position: relative;
  }
  #shop-gallery .e-photo-gallery .wp-block-image a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/common/icon-zoom-w.png) no-repeat 96% 96%/30px, linear-gradient(325deg, rgba(0, 165, 168, 0.6) 0%, rgba(0, 165, 168, 0.1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #shop-gallery .e-photo-gallery .wp-block-image a:hover::before {
    opacity: 1;
  }
}

/*---------------------------------------
*    shop-map
---------------------------------------*/
#shop-map {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 6em;
}
#shop-map .e-top-bar {
  background-color: #00a5a8;
  color: #fff;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  #shop-map .e-top-bar {
    padding: 0 130px 0 0;
  }
}
@media screen and (min-width: 960px) {
  #shop-map .e-top-bar {
    padding: 0;
  }
}
#shop-map .e-inner-cont {
  position: relative;
  padding: 15px 0.5em 0.5em;
}
@media screen and (min-width: 600px) {
  #shop-map .e-inner-cont {
    padding: 1.5em 1.5em 1.5em 100px;
    display: table;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  #shop-map .e-inner-cont {
    padding: 1.5em;
  }
}
#shop-map .e-mark-parking {
  background-color: #fff;
  color: #ff6600;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -70px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin: 0;
}
#shop-map .e-mark-parking::before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 6px dotted #ff6600;
  border-radius: 50%;
}
@media screen and (min-width: 600px) {
  #shop-map .e-mark-parking {
    top: -30px;
  }
}
@media screen and (min-width: 960px) {
  #shop-map .e-mark-parking {
    width: 110px;
    height: 110px;
    font-size: 1.2em;
    left: -120px;
  }
}
#shop-map .e-desc {
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  #shop-map .e-desc {
    text-align: center;
  }
}
#shop-map .e-gmap-link {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 600px) {
  #shop-map .e-gmap-link {
    width: 130px;
    height: 100%;
  }
}
#shop-map .e-gmap-link a {
  display: block;
  background-color: #ff6600;
  padding: 0.5em 1em;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
#shop-map .e-gmap-link a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-w.png) no-repeat 50% 50%/contain;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-left: 0.5em;
}
@media screen and (min-width: 600px) {
  #shop-map .e-gmap-link a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #shop-map .e-gmap-link a::after {
    margin: 0.5em 0 0;
  }
}
@media screen and (min-width: 960px) {
  #shop-map .e-gmap-link a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#shop-map .e-gmap iframe {
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 960px) {
  #shop-map .e-gmap iframe {
    height: 600px;
  }
}

/*====================================================
*
*	Service
*
====================================================*/
.p-service-items {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fafafa url(../img/common/ptn-dot-gy.png) repeat 50% 50%;
  padding: 3em 4vw;
}
@media screen and (min-width: 960px) {
  .p-service-items {
    padding: 5em 40px;
  }
}
.p-service-items > .wp-block-group__inner-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.p-service-items .wp-block-columns.e-item-cols {
  margin: 0;
}
.p-service-items .wp-block-columns.e-item-cols:first-child .e-item-col:first-child {
  margin-top: 0;
}
@media screen and (min-width: 782px) {
  .p-service-items .wp-block-columns.e-item-cols:first-child .e-item-col:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-service-items .wp-block-columns.e-item-cols .e-item-col {
  background-color: #fff;
}
.p-service-items .wp-block-columns.e-item-cols .e-item-col:empty {
  background-color: transparent;
}
@media screen and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col:empty {
    margin-top: 0;
  }
}
@media screen and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col {
    margin-top: 3em;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 782px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col {
    margin-top: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col:not(:first-child) {
    margin-left: 3em;
  }
}
.p-service-items .wp-block-columns.e-item-cols .e-item-col .e-text-box {
  padding: 1em;
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-col .e-text-box {
    width: 70%;
  }
}
.p-service-items .wp-block-columns.e-item-cols .e-item-image {
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-image {
    width: 30%;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  .p-service-items .wp-block-columns.e-item-cols .e-item-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.p-service-items .wp-block-columns.e-item-cols .e-item-ttl {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
.p-service-items .wp-block-columns.e-item-cols .e-item-desc {
  font-size: 1.5rem;
  margin: 0;
}
.p-service-items .wp-block-columns.e-item-cols .e-item-notes {
  font-size: 1.1rem;
  margin: 1em 0 0;
}
.p-service-items .wp-block-columns.e-item-cols .e-item-type {
  font-size: 1.3rem;
  margin: 1em 0 0;
}
.p-service-items .wp-block-columns.e-item-cols .e-item-type strong {
  font-size: 1.2em;
}
.p-service-items .e-supplement {
  margin-top: 3em;
}

/*---------------------------------------
*    service-tab
---------------------------------------*/
#service-tab {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 4px solid #ff6600;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (min-width: 600px) {
  #service-tab {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
#service-tab .e-tab {
  margin-bottom: 0;
}
#service-tab .e-tab a {
  background-color: #fff;
  border: 4px solid #ff6600;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  color: #ff6600;
  font-weight: 700;
  padding: 0.5em 1em;
}
@media screen and (min-width: 600px) {
  #service-tab .e-tab a {
    font-size: 1.36em;
    padding: 0.5em 2em;
  }
}
@media screen and (min-width: 960px) {
  #service-tab .e-tab a:hover {
    background-color: #fff0e6;
  }
}
#service-tab .e-tab.is-active a {
  background-color: #ff6600;
  color: #fff;
}

/*---------------------------------------
*    service-indivi
---------------------------------------*/
/*---------------------------------------
*    service-corpo
---------------------------------------*/
#service-corpo {
  display: none;
}

/*---------------------------------------
*    service-flow
---------------------------------------*/
#service-flow {
  padding: 6em 0;
}

/*---------------------------------------
*    service-cta
---------------------------------------*/
#service-cta {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fafafa url(../img/common/ptn-dot-gy.png) repeat 50% 50%;
  padding: 3em 4vw;
}
@media screen and (min-width: 960px) {
  #service-cta {
    padding: 5em 40px;
  }
}
#service-cta .e-catch {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.4em;
}
#service-cta .e-catch::before, #service-cta .e-catch::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #333;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
#service-cta .e-catch::before {
  margin-right: 0.7em;
}
#service-cta .e-catch::after {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 0.7em;
}
@media screen and (min-width: 600px) {
  #service-cta .e-catch {
    font-size: 1.4em;
  }
  #service-cta .e-catch::before {
    margin-right: 1em;
  }
  #service-cta .e-catch::after {
    margin-left: 1em;
  }
}
#service-cta .e-catch strong {
  color: #ff6600;
}
#service-cta .e-cta-cols {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  #service-cta .e-cta-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  #service-cta .e-cta-cols {
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  #service-cta .e-cta-cols .e-btn-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  #service-cta .e-cta-cols .e-tel-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0;
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 960px) {
  #service-cta .e-cta-cols .e-tel-col {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
#service-cta .e-cta-cols .e-tel-col .e-time {
  margin: 0;
  color: #777;
  font-size: 0.8em;
}
@media screen and (max-width: 599px) {
  #service-cta .e-cta-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 600px) {
  #service-cta .e-cta-btns {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media screen and (min-width: 960px) {
  #service-cta .e-cta-btns {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
#service-cta .e-cta-btns .c-wp-btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  #service-cta .e-cta-btns .c-wp-btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  #service-cta .e-cta-btns .c-wp-btn {
    width: 48%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  #service-cta .e-cta-btns .c-wp-btn {
    width: calc(50% - 1em);
  }
}
#service-cta .e-cta-btns .c-wp-btn a {
  display: block;
}
@media screen and (min-width: 960px) {
  #service-cta .e-cta-btns .c-wp-btn a {
    font-size: 1.1em;
  }
}
#service-cta .e-tel-link {
  margin: 0;
}
#service-cta .e-tel-link a {
  color: #00a5a8;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}

/*====================================================
*
*	Faq
*
====================================================*/
/*---------------------------------------
*    faq-items
---------------------------------------*/
@media screen and (min-width: 960px) {
  #faq-items {
    width: auto;
    max-width: 100vw;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    clear: both;
  }
}
#faq-items .c-accordion__item {
  border: 2px solid #333;
  border-top: 0;
  max-width: 1080px;
  margin: 0 auto;
}
#faq-items .c-accordion__item:first-child {
  border-top: 2px solid #333;
}
#faq-items .c-accordion__item.is-open .c-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
@media screen and (min-width: 960px) {
  #faq-items .c-accordion__item.is-open .c-accordion__title::after {
    -webkit-transform: translateY(-50%) rotate(-135deg) scale(1.3);
        -ms-transform: translateY(-50%) rotate(-135deg) scale(1.3);
            transform: translateY(-50%) rotate(-135deg) scale(1.3);
  }
}
#faq-items .c-accordion__title::before, #faq-items .c-accordion__content::before {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4px;
}
@media screen and (min-width: 960px) {
  #faq-items .c-accordion__title::before, #faq-items .c-accordion__content::before {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    left: 20px;
  }
}
#faq-items .c-accordion__title {
  margin: 0;
  padding: 1.3em 25px 1.3em 50px;
  font-size: 1.1em;
}
#faq-items .c-accordion__title::before {
  content: "Q";
  color: #fff;
  background-color: #00a5a8;
  top: 20px;
}
#faq-items .c-accordion__title::after {
  content: "";
  right: 10px;
  border: 2px solid #00a5a8;
  border-left: 0;
  border-top: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.18s;
  transition: 0.18s;
}
@media screen and (min-width: 960px) {
  #faq-items .c-accordion__title {
    padding-left: 70px;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #faq-items .c-accordion__title::after {
    -webkit-transform: translateY(-50%) rotate(45deg) scale(1.3);
        -ms-transform: translateY(-50%) rotate(45deg) scale(1.3);
            transform: translateY(-50%) rotate(45deg) scale(1.3);
    right: 20px;
  }
  #faq-items .c-accordion__title:hover {
    background-color: #fff7f2;
  }
}
#faq-items .c-accordion__content {
  padding: 1.5em 1em 1.5em 50px;
  background-color: #f5f5f5;
  position: relative;
}
#faq-items .c-accordion__content::before {
  content: "A";
  color: #ff6600;
  border: 2px solid #ff6600;
  background-color: #fff;
  top: 24px;
}
@media screen and (min-width: 960px) {
  #faq-items .c-accordion__content {
    padding-left: 70px;
  }
}
#faq-items .c-accordion__content *:first-child {
  margin-top: 0;
}
#faq-items .c-accordion__content *:last-child {
  margin-bottom: 0;
}

/*====================================================
*
*	Voice
*   「お客様の声」一覧
*
====================================================*/
body.post-type-archive-voice .l-content {
  padding-bottom: 0;
}
body.post-type-archive-voice .l-footer-wrap {
  margin-top: -40px;
}
@media screen and (min-width: 960px) {
  body.post-type-archive-voice .l-footer-wrap {
    margin-top: -90px;
  }
}

.p-voice-post-list-area {
  background: #fafafa url(../img/common/ptn-dot-gy.png) repeat;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 5em 4vw 12em;
}

.p-voice-post-list {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.p-voice-post-list > li {
  margin-top: 4em;
}
.p-voice-post-list > li:first-child {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .p-voice-post-list > li {
    margin-top: 5em;
  }
}
.p-voice-post-list > li > a {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 600px) {
  .p-voice-post-list > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .p-voice-post-list > li > a {
    padding: 0.5em;
  }
  .p-voice-post-list > li > a:hover {
    background-color: #fff;
  }
}
.p-voice-post-list .e-image-box {
  width: calc(100% - 10px);
  margin: 0 10px 10px 0;
  position: relative;
  z-index: 0;
}
.p-voice-post-list .e-image-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url(../img/common/ptn-stripe-or.png) repeat;
  z-index: -1;
}
.p-voice-post-list .e-image-box::after {
  content: "";
  position: absolute;
  top: -30px;
  left: -10px;
  background: url(../img/common/icon-speak-or.png) no-repeat 50% 50%/contain;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 600px) {
  .p-voice-post-list .e-image-box {
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .p-voice-post-list .e-image-box {
    width: 27%;
  }
}
.p-voice-post-list .e-text-box {
  padding: 0 10px;
  margin-top: 1.5em;
}
@media screen and (min-width: 600px) {
  .p-voice-post-list .e-text-box {
    width: 62%;
    padding: 0;
    margin: 0 0 0 4%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.p-voice-post-list .e-post-image {
  padding-top: 66.6666%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-voice-post-list .e-catch {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 960px) {
  .p-voice-post-list .e-catch {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
}
.p-voice-post-list .e-post-ttl {
  margin: 0.5em 0;
}
.p-voice-post-list .e-more-text {
  font-weight: 700;
  color: #ff6600;
  margin: 1em 0 0;
  text-align: right;
}
.p-voice-post-list .e-more-text::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-or.png) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-left: 0.5em;
  position: relative;
  top: -2px;
}

/*====================================================
*
*	Voice Single
*   「お客様の声」詳細
*
====================================================*/
.p-voice-post-header {
  max-width: 900px;
  margin: 0 auto 3em;
  padding-top: 1em;
}
.p-voice-post-header .e-main-image {
  width: calc(100% - 10px);
  margin: 0 10px 10px 0;
  position: relative;
  z-index: 0;
}
.p-voice-post-header .e-main-image::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url(../img/common/ptn-stripe-or.png) repeat;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .p-voice-post-header .e-main-image {
    width: calc(100% - 20px);
    margin: 0 20px 20px 0;
  }
  .p-voice-post-header .e-main-image::before {
    top: 20px;
    left: 20px;
  }
}
.p-voice-post-header .e-post-ttl {
  font-weight: 700;
  border: 2px solid #333;
  background-color: #fff;
  font-size: 1em;
  padding: 0.5em 1em;
  display: table;
  position: absolute;
  top: -20px;
  left: -10px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin: 0;
}
@media screen and (min-width: 960px) {
  .p-voice-post-header .e-post-ttl {
    font-size: 1.2em;
  }
}
.p-voice-post-header .e-post-image {
  padding-top: 66.6666%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.p-voice-post-header .e-quest-image {
  height: 90px;
  overflow: hidden;
  padding: 10px 10px 0;
  margin: 30px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .p-voice-post-header .e-quest-image {
    max-width: 80%;
    height: 200px;
    margin-top: 50px;
  }
}

.p-voice-catch {
  max-width: 900px;
  margin: 0 auto 1em;
  color: #ff6600;
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .p-voice-catch {
    font-size: 1.6em;
  }
}

/*====================================================
*
*	News
*   投稿一覧
*
====================================================*/
.p-post-list {
  max-width: 1200px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .p-post-list > li {
    width: 100%;
    margin-top: 2.5em;
  }
  .p-post-list > li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .p-post-list > li {
    width: 47%;
    margin: 2.5em 0 0 6%;
  }
  .p-post-list > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-post-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  .p-post-list > li {
    width: 30%;
    margin: 2.5em 0 0 5%;
  }
  .p-post-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-post-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.p-post-list > li > a {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 960px) {
  .p-post-list > li > a:hover {
    color: #00a5a8;
  }
  .p-post-list > li > a:hover .e-post-image::before {
    opacity: 1;
  }
}
.p-post-list .e-image-box {
  width: calc(100% - 10px);
  margin: 0 10px 10px 0;
  position: relative;
  z-index: 0;
}
.p-post-list .e-image-box::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: url(../img/common/ptn-stripe-or.png) repeat;
  z-index: -1;
}
.p-post-list .e-text-box {
  padding: 0 10px;
  margin-top: 1em;
}
.p-post-list .e-post-image {
  padding-top: 66.6666%;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 960px) {
  .p-post-list .e-post-image {
    position: relative;
  }
  .p-post-list .e-post-image::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(325deg, rgba(0, 165, 168, 0.6) 0%, rgba(0, 165, 168, 0.1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.p-post-list .e-post-date {
  font-size: 0.9em;
}
.p-post-list .e-post-ttl {
  font-size: 1.2em;
  margin: 0 0 0.5em;
  font-weight: 700;
  line-height: 1.6;
}
.p-post-list .e-post-cat {
  color: #777;
  font-size: 0.84em;
}

/*====================================================
*
*	News Single
*   投稿詳細
*
====================================================*/
.p-post-article {
  max-width: 900px;
  margin: 0 auto;
}

.p-post-header {
  margin-bottom: 3em;
}
.p-post-header .e-post-date {
  font-size: 0.9em;
}
.p-post-header .e-post-ttl {
  font-size: 1.7em;
  margin: 0.5em 0 1em;
}
.p-post-header .e-post-cat {
  color: #777;
  font-size: 0.84em;
}
.p-post-header .e-post-cat a {
  color: inherit;
  text-decoration: none;
}
.p-post-header .e-post-cat a:hover {
  text-decoration: underline;
}

/*====================================================
*
*	Contact
*
====================================================*/
/*---------------------------------------
*    contact-xxx
---------------------------------------*/
/*====================================================
*
*	Reserve
*
====================================================*/
/*---------------------------------------
*    reserve-intro
---------------------------------------*/
@media screen and (min-width: 960px) {
  #reserve-intro .e-lead {
    text-align: center;
  }
}
#reserve-intro .e-app-cols {
  background-color: #f5f5f5;
  margin-top: 3em;
}
@media screen and (max-width: 959px) {
  #reserve-intro .e-app-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  #reserve-intro .e-app-cols {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
#reserve-intro .e-app-cols .e-ttl-col {
  border-bottom: 1px dotted #333;
  margin: 0 4vw;
  padding: 1.5em 0;
}
@media screen and (max-width: 959px) {
  #reserve-intro .e-app-cols .e-ttl-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  #reserve-intro .e-app-cols .e-ttl-col {
    border-bottom: 0;
    border-right: 1px dotted #333;
    padding: 0 1em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#reserve-intro .e-app-cols .e-cont-col {
  margin: 0 4vw;
  padding: 1.5em 0;
}
@media screen and (max-width: 959px) {
  #reserve-intro .e-app-cols .e-cont-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  #reserve-intro .e-app-cols .e-cont-col {
    padding: 0 2em;
    margin: 0;
  }
}
#reserve-intro .e-app-cols .e-ttl {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}
#reserve-intro .e-app-cols .e-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -1.5em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  #reserve-intro .e-app-cols .e-list {
    margin: 0 0 0 -2.5em;
  }
}
@media screen and (min-width: 960px) {
  #reserve-intro .e-app-cols .e-list {
    text-align: left;
  }
}
#reserve-intro .e-app-cols .e-list li {
  display: inline-block;
  margin-left: 1.5em;
}
@media screen and (min-width: 600px) {
  #reserve-intro .e-app-cols .e-list li {
    margin-left: 2.5em;
  }
}
#reserve-intro .e-app-cols .e-list a {
  font-weight: 700;
  text-decoration: none;
  color: #ff6600;
  font-size: 1.1em;
}
#reserve-intro .e-app-cols .e-list a[target=_blank]::after {
  content: "";
  background: url(../img/common/icon-window-or.png) no-repeat 50% 50%/contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 0.5em;
}
#reserve-intro .e-app-cols .e-notes {
  font-size: 0.9em;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  #reserve-intro .e-app-cols .e-notes {
    text-align: center;
  }
}

/*---------------------------------------
*    reserve-flow
---------------------------------------*/
#reserve-flow {
  padding: 4em 1em 3em;
  border: 3px solid #333;
  border-radius: 20px;
  margin: 6em auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  #reserve-flow {
    padding: 3.5em 2em 3em;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1280px) {
  #reserve-flow {
    margin-left: -100px;
    margin-right: -100px;
  }
}
#reserve-flow .c-block-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  #reserve-flow .c-block-ttl {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/*---------------------------------------
*    reserve-form
---------------------------------------*/
#reserve-form .e-sec-ttl {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #00a5a8;
  color: #fff;
  padding: 1em 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
  #reserve-form .e-sec-ttl {
    font-size: 1.6em;
  }
}

/*====================================================
*
*	Recruit
*
====================================================*/
body.page-id-1580 .l-header {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-1580 .l-header.is-animation {
  background-color: #fff;
}
body.page-id-1580 .l-content {
  padding-top: 0;
}
body.page-id-1580 .c-page-ttl {
  position: absolute;
  top: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 960px) {
  body.page-id-1580 .c-page-ttl {
    top: 100px;
  }
}

.p-recruit-sepa {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 3px solid rgba(255, 102, 0, 0.7) !important;
}

.p-recruit-sec-ttl-1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.8em;
}
.p-recruit-sec-ttl-1::before, .p-recruit-sec-ttl-1::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-leaf.png) no-repeat 0% 50%/contain;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.p-recruit-sec-ttl-1::after {
  margin-left: 0.5em;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-recruit-entry-link .c-wp-btn {
  display: block;
  width: 100%;
  max-width: 900px;
}
.p-recruit-entry-link .c-wp-btn a {
  width: 100%;
  font-size: 1.3em;
  position: relative;
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.p-recruit-entry-link .c-wp-btn a::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-w.png) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .p-recruit-entry-link .c-wp-btn a:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*---------------------------------------
*    recruit-cover
---------------------------------------*/
#recruit-cover {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../img/recruit/cover-bg.jpg) no-repeat 50% 0%/cover;
  padding: 220px 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #recruit-cover {
    padding: 270px 0 0;
  }
}
#recruit-cover > .wp-block-group__inner-container {
  padding: 0 4vw;
  position: relative;
}
#recruit-cover .e-catch {
  text-align: center;
  color: #ff6600;
  font-size: 1.6em;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1280px) {
  #recruit-cover .e-catch {
    font-size: 2em;
  }
}
@media screen and (min-width: 600px) {
  #recruit-cover .e-catch br {
    display: none;
  }
}
#recruit-cover .e-bubbles-sp {
  max-width: 460px;
  margin: 0 auto 1em;
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-bubbles-sp {
    display: none;
  }
}
#recruit-cover .e-bubbles-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-bubbles-pc {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    position: relative;
    bottom: -40px;
    z-index: 10;
  }
}
#recruit-cover .e-text-box {
  max-width: 680px;
  margin: 1em auto;
  background-color: #fff;
  padding: 1em 1.2em;
  border-bottom: 10px solid #fbe12f;
  border-radius: 30px 30px 0 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-text-box {
    margin-bottom: 0;
    position: relative;
    bottom: -40px;
    z-index: 10;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-cover .e-text-box {
    max-width: 960px;
    padding: 2em 3em;
    font-size: 1.1em;
  }
}
#recruit-cover .e-man-1 {
  width: 50%;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #recruit-cover .e-man-1 {
    max-width: 300px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-man-1 {
    width: 30%;
    max-width: 500px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  #recruit-cover .e-man-1 {
    left: calc(50% - 900px);
  }
}
#recruit-cover .e-man-1 img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-man-1 img {
    height: auto;
  }
}
#recruit-cover .e-man-2 {
  width: 38%;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 4vw;
}
@media screen and (min-width: 600px) {
  #recruit-cover .e-man-2 {
    max-width: 230px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-man-2 {
    width: 22%;
    max-width: 400px;
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  #recruit-cover .e-man-2 {
    right: calc(50% - 850px);
  }
}
#recruit-cover .e-man-2 img {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (min-width: 960px) {
  #recruit-cover .e-man-2 img {
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-cover .e-man-2 img {
    height: 420px;
  }
}

/*---------------------------------------
*    recruit-intro
---------------------------------------*/
#recruit-intro {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fffbe8;
  padding: 6em 0;
}
@media screen and (min-width: 960px) {
  #recruit-intro {
    padding: 8em 0 6em;
  }
}
#recruit-intro > .wp-block-group__inner-container {
  padding: 0 4vw;
}
#recruit-intro .e-image-cols {
  max-width: 1400px;
  margin: 0 auto 6em;
}
#recruit-intro .e-image-cols .wp-block-column {
  position: relative;
  margin-top: 1em;
}
#recruit-intro .e-image-cols .wp-block-column:first-child {
  margin-top: 0;
}
#recruit-intro .e-image-cols .wp-block-image {
  margin: 0;
}
#recruit-intro .e-image-cols .e-col-2 .e-caption {
  top: auto;
  bottom: -3em;
  left: auto;
  right: -0.5em;
}
@media screen and (min-width: 600px) {
  #recruit-intro .e-image-cols .e-col-2 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-intro .e-image-cols .e-col-2 {
    margin-left: 4em;
  }
}
#recruit-intro .e-image-cols .e-caption {
  font-size: 1.1em;
  margin: 0;
  position: absolute;
  top: -1em;
  left: -0.5em;
}
@media screen and (min-width: 1280px) {
  #recruit-intro .e-image-cols .e-caption {
    font-size: 1.3em;
  }
}
#recruit-intro .e-image-cols .e-caption span {
  display: inline;
  background-color: rgba(0, 165, 168, 0.9);
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  padding: 0.1em 0;
}
#recruit-intro .e-catch {
  text-align: center;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #00a5a8;
  -webkit-text-stroke: 1px #a8a8a8;
  text-stroke: 1px #a8a8a8;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  #recruit-intro .e-catch {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 600px) {
  #recruit-intro .e-catch br {
    display: none;
  }
}
#recruit-intro .p-recruit-entry-link {
  margin-top: 3em;
}

/*---------------------------------------
*    recruit-area-sky
---------------------------------------*/
#recruit-area-sky {
  background: url(../img/recruit/bg-sky.jpg) no-repeat 50% 0%/100%;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4em 0;
}
@media screen and (min-width: 1280px) {
  #recruit-area-sky {
    padding: 6em 0;
  }
}

/*---------------------------------------
*    recruit-staff
---------------------------------------*/
#recruit-staff {
  background: url(../img/recruit/bg-swallow.png) no-repeat 90% 98%/250px;
  padding: 0 0 9em;
}
@media screen and (min-width: 960px) {
  #recruit-staff {
    background-size: 400px;
  }
}
#recruit-staff .e-sec-ttl {
  font-size: 1.5em;
  margin: 0 0 2em;
}
#recruit-staff .e-sec-ttl::before, #recruit-staff .e-sec-ttl::after {
  content: "";
  display: inline-block;
  border-top: 2px solid #ff6600;
  width: 1.8em;
  vertical-align: middle;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
  margin-right: 0.5em;
}
#recruit-staff .e-sec-ttl::after {
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
  margin-left: 0.5em;
}
#recruit-staff .e-staff-single {
  padding: 0 4vw;
  margin-bottom: 2.5em;
}
#recruit-staff .e-staff-single:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  #recruit-staff .e-staff-single {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 960px) {
  #recruit-staff .e-staff-single {
    max-width: 1220px;
    margin: 0 auto 4em;
    padding: 0 40px;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  #recruit-staff .e-staff-single .e-image-col {
    -ms-flex-preferred-size: 33.33% !important;
        flex-basis: 33.33% !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 781px) {
  #recruit-staff .e-staff-single .e-text-col {
    -ms-flex-preferred-size: 66.66% !important;
        flex-basis: 66.66% !important;
  }
}
@media screen and (max-width: 959px) {
  #recruit-staff .e-staff-single .e-text-col {
    font-size: 0.95em;
  }
}
#recruit-staff .e-staff-single .e-image {
  max-width: 230px;
  margin: 0 auto;
}
#recruit-staff .e-staff-single .e-name {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0.5em 0;
}
#recruit-staff .e-staff-single .e-post {
  background-color: #fbe12f;
  display: table;
  margin: 0.5em auto;
  padding: 0 2em;
  line-height: 1.6;
  font-size: 0.86em;
}

/*---------------------------------------
*    recruit-guide
---------------------------------------*/
#recruit-guide .e-guide-cols {
  padding: 0 4vw;
  margin: 0 auto 3em;
}
#recruit-guide .e-guide-cols:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  #recruit-guide .e-guide-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 680px;
  }
}
@media screen and (min-width: 960px) {
  #recruit-guide .e-guide-cols {
    max-width: 1400px;
  }
  #recruit-guide .e-guide-cols:nth-child(2n) .e-image-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #recruit-guide .e-guide-cols:nth-child(2n) .e-text-col {
    margin-left: 0;
    margin-right: var(--wp--style--block-gap, 2em);
  }
  #recruit-guide .e-guide-cols:nth-child(2n) .e-ttl {
    margin-left: 0;
    padding-left: 0;
    margin-right: -80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 959px) {
  #recruit-guide .e-guide-cols .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 0 !important;
  }
}
#recruit-guide .e-guide-cols .e-image {
  margin: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
#recruit-guide .e-guide-cols .e-ttl {
  font-size: 1.3em;
  border-bottom: 4px solid #ff6600;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 960px) {
  #recruit-guide .e-guide-cols .e-ttl {
    margin-left: -80px;
    padding-left: 80px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-guide .e-guide-cols .e-ttl {
    font-size: 1.5em;
  }
}

/*---------------------------------------
*    recruit-message
---------------------------------------*/
#recruit-message {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fffbe8;
  padding: 4em 0;
}
#recruit-message > .wp-block-group__inner-container {
  padding: 0 4vw;
}
#recruit-message .e-desc-box {
  max-width: 1000px;
  margin: 0 auto;
}
#recruit-message .e-ttl {
  font-size: 1.8em;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2px 2px 0 #1aaeb1;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
  margin-top: 0;
}
#recruit-message .e-ttl em {
  display: block;
  font-size: 1.5em;
  font-style: normal;
}
@media screen and (min-width: 600px) {
  #recruit-message .e-ttl em {
    display: inline;
  }
}
#recruit-message .e-image-cols {
  max-width: 1200px;
  margin: 3em auto 1.5em;
}
@media screen and (min-width: 960px) {
  #recruit-message .e-image-cols > .wp-block-column:nth-child(2) {
    margin-top: 3em;
    margin-left: 4em;
  }
}
#recruit-message .e-image-cols .e-image {
  margin-bottom: 1.5em;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  #recruit-message .e-image-cols .e-image {
    margin-bottom: 0;
  }
}

/*---------------------------------------
*    recruit-future
---------------------------------------*/
#recruit-future {
  padding: 4em 0;
}
#recruit-future .e-idea-cols {
  margin-top: 2em;
}

/*---------------------------------------
*    recruit-holiday
---------------------------------------*/
@media screen and (max-width: 959px) {
  #recruit-holiday .e-item-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  #recruit-holiday .e-item-col {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
  }
}
#recruit-holiday .e-others-box {
  background-color: #fcf5ee;
  padding: 1em;
  border-radius: 30px;
  margin-bottom: 2em;
}
@media screen and (min-width: 600px) {
  #recruit-holiday .e-others-box {
    padding: 1em 2em;
  }
}
@media screen and (max-width: 959px) {
  #recruit-holiday .e-others-box {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-holiday .e-others-box {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media screen and (max-width: 959px) {
  #recruit-holiday .e-others-item-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  #recruit-holiday .e-others-item-col {
    -ms-flex-preferred-size: 48% !important;
        flex-basis: 48% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 2em 0 0;
  }
  #recruit-holiday .e-others-item-col:nth-child(-n+2) {
    margin-top: 0;
  }
}
#recruit-holiday .e-others-item-col .e-image {
  width: 80%;
  max-width: 180px;
  margin: 0 auto;
}
#recruit-holiday .e-others-item-col .e-ttl {
  color: #ff6600;
  font-weight: 700;
  line-height: 1.4;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#recruit-holiday .e-others-item-col .e-desc {
  margin: 0;
}

/*---------------------------------------
*    recruit-skill
---------------------------------------*/
#recruit-skill {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#recruit-skill .e-skill-cols {
  background-color: #fcf5ee;
}
@media screen and (max-width: 959px) {
  #recruit-skill .e-skill-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit-skill .e-skill-cols > .wp-block-column {
  margin: 0;
}
@media screen and (max-width: 959px) {
  #recruit-skill .e-skill-cols > .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (max-width: 959px) {
  #recruit-skill .e-skill-cols .e-image-col {
    max-height: 240px;
    overflow: hidden;
  }
}
#recruit-skill .e-skill-cols .e-image-col .wp-block-image {
  margin: 0;
}
@media screen and (min-width: 960px) {
  #recruit-skill .e-skill-cols .e-image-col .wp-block-image {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  #recruit-skill .e-skill-cols .e-image-col .wp-block-image img {
    height: 100%;
    max-height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#recruit-skill .e-skill-cols .e-text-col {
  padding: 1em;
}
#recruit-skill .e-skill-cols .e-text-1 em {
  color: #00a5a8;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
}
#recruit-skill .e-skill-cols .e-text-1 strong {
  display: inline-block;
  color: #ff6600;
  font-weight: 700;
  font-size: 1.3em;
}
/*---------------------------------------
*    recruit-various
---------------------------------------*/
@media screen and (max-width: 959px) {
  #recruit-various .e-item-cols {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  #recruit-various .e-item-cols {
    margin-left: -100px;
    margin-right: -100px;
  }
}
#recruit-various .e-item-col {
  background-color: #fcf5ee;
  border-top: 4px solid #fbe12f;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #recruit-various .e-item-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin-left: 0;
    margin-top: 2em;
  }
  #recruit-various .e-item-col:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 960px) {
  #recruit-various .e-item-col {
    padding-bottom: 100px;
  }
}
#recruit-various .e-item-col .e-image {
  margin: 0;
}
#recruit-various .e-item-col .e-text-box {
  padding: 1em 1em 0;
}
#recruit-various .e-item-col .e-ttl {
  color: #ff6600;
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1.4;
  margin: 0 0 0.4em;
}
#recruit-various .e-item-col .e-desc {
  font-size: 0.9em;
  margin: 0;
}
#recruit-various .e-item-col .e-notes {
  margin: 0;
}
#recruit-various .e-item-col .e-btns {
  padding: 25px 0 0;
}
@media screen and (min-width: 960px) {
  #recruit-various .e-item-col .e-btns {
    position: absolute;
    bottom: 25px;
    width: 100%;
  }
}
#recruit-various .e-item-col .e-btns .c-wp-btn {
  margin: 0;
}
#recruit-various .e-item-col .e-btns .c-wp-btn a {
  font-size: 0.9em;
  min-width: 240px;
}

/*====================================================
*
*	Recruit Entry
*
====================================================*/
body.page-id-3139 {
  background: url(../img/recruit-entry/cover-bg.jpg) no-repeat 50% 0%;
}
@media screen and (min-width: 960px) {
  body.page-id-3139 {
    background-size: 100%;
  }
}
body.page-id-3139 .l-header {
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.page-id-3139 .l-header.is-animation {
  background-color: #fff;
}
body.page-id-3139 .l-content {
  background-color: transparent;
}

/*---------------------------------------
*    recruit-entry-guide
---------------------------------------*/
#recruit-entry-guide {
  background-color: #fff;
  padding: 4em 1em 2em;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  margin: 6em auto;
}
@media screen and (min-width: 600px) {
  #recruit-entry-guide {
    padding: 4em 2em 2em;
  }
}
@media screen and (min-width: 960px) {
  #recruit-entry-guide {
    padding: 4em 3em 3em;
  }
}
#recruit-entry-guide .e-sec-ttl {
  font-size: 1.3em;
  background-color: #fbe12f;
  padding: 0.5em;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#recruit-entry-guide .e-guide-single {
  margin-bottom: 4em;
}
#recruit-entry-guide .e-guide-single:last-child {
  margin-bottom: 0;
}
#recruit-entry-guide .e-guide-single .e-ttl {
  position: relative;
  padding-left: 40px;
}
#recruit-entry-guide .e-guide-single .e-ttl::before {
  content: "";
  background: url(../img/common/swallow.png) no-repeat 50% 50%/contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  #recruit-entry-guide .e-guide-single .e-table:last-child {
    border-bottom: 1px solid #bbb;
  }
}
#recruit-entry-guide .e-guide-single .e-table td {
  padding: 1em;
  border-color: #bbb;
  border-left: 0;
  border-right: 0;
}
#recruit-entry-guide .e-guide-single .e-table td:first-child {
  width: 20%;
  color: #777;
  background-color: #f7f7f7;
}
@media screen and (max-width: 599px) {
  #recruit-entry-guide .e-guide-single .e-table td {
    display: block;
  }
  #recruit-entry-guide .e-guide-single .e-table td:first-child {
    width: 100%;
    border-bottom: 0;
    padding: 0.5em 1em;
  }
  #recruit-entry-guide .e-guide-single .e-table td:last-child {
    border: 0;
  }
}

/*---------------------------------------
*    recruit-entry-form
---------------------------------------*/
#recruit-entry-form .e-sec-ttl {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #00a5a8;
  color: #fff;
  padding: 1em 0.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 960px) {
  #recruit-entry-form .e-sec-ttl {
    font-size: 1.6em;
  }
}

/*====================================================
*
*	Owner
*
====================================================*/
body.page-id-2359 .l-content {
  padding-bottom: 0;
}
body.page-id-2359 .l-footer-wrap {
  margin-top: -40px;
}
@media screen and (min-width: 960px) {
  body.page-id-2359 .l-footer-wrap {
    margin-top: -90px;
  }
}

/*---------------------------------------
*    owner-cover
---------------------------------------*/
#owner-cover {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../img/owner/cover-bg.jpg) no-repeat 50% 100%/cover;
  position: relative;
}
#owner-cover .e-man {
  margin: 0 0 0 -0.5em;
  max-width: 320px;
  padding-top: 9em;
}
@media screen and (min-width: 600px) {
  #owner-cover .e-man {
    max-width: 480px;
    width: 60%;
  }
}
@media screen and (min-width: 1280px) {
  #owner-cover .e-man {
    max-width: 800px;
    margin-left: calc(50% - 760px);
  }
}
#owner-cover .e-name-box {
  padding: 0.5em 1.5em;
  margin: 0 3em 0 2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #owner-cover .e-name-box {
    display: table;
  }
}
@media screen and (min-width: 960px) {
  #owner-cover .e-name-box {
    position: absolute;
    top: 40%;
    left: calc(50% - 100px);
    margin: 0;
  }
}
#owner-cover .e-name-box > .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  #owner-cover .e-name-box > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#owner-cover .e-name-box::before, #owner-cover .e-name-box:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 1;
}
#owner-cover .e-name-box:after {
  background-color: #00a5a8;
  top: 10px;
  left: 10px;
  z-index: 0;
}
#owner-cover .e-name {
  margin: 0;
}
@media screen and (min-width: 1280px) {
  #owner-cover .e-name img {
    width: 280px !important;
  }
}
#owner-cover .e-post {
  font-family: serif;
  margin: 0.5em 0 0;
}
@media screen and (min-width: 600px) {
  #owner-cover .e-post {
    margin: 0 0 0 1em;
  }
}

/*---------------------------------------
*    owner-biography
---------------------------------------*/
#owner-biography {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  z-index: 0;
  padding: 2em 0 10em;
}
#owner-biography::before {
  content: "";
  background-color: #ebf6f6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: skewY(-8deg);
      -ms-transform: skewY(-8deg);
          transform: skewY(-8deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
#owner-biography::after {
  content: "";
  background: url(../img/common/bg-swallow.png) no-repeat 50%/contain;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 30px;
  left: 1%;
  opacity: 0.9;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #owner-biography {
    padding: 10em 0 15em;
  }
  #owner-biography::after {
    width: 400px;
    height: 400px;
    bottom: 30%;
    left: calc(50% - 700px);
  }
}
@media screen and (min-width: 1280px) {
  #owner-biography {
    padding: 5em 0 15em;
  }
}
#owner-biography .e-outline-box {
  background-color: rgba(0, 165, 168, 0.9);
  color: #fff;
  padding: 2em 1em;
  position: relative;
  z-index: 10;
  margin: 0 0 4em 2em;
  font-family: serif;
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  #owner-biography .e-outline-box {
    padding: 2em;
    margin-left: 4em;
  }
}
@media screen and (min-width: 960px) {
  #owner-biography .e-outline-box {
    position: absolute;
    top: -170px;
    right: 0;
    min-width: 50%;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  #owner-biography .e-outline-box {
    top: -280px;
  }
}
#owner-biography .e-outline-box .e-history td {
  border: 0;
  vertical-align: top;
  padding: 0 0 0.5em;
}
#owner-biography .e-outline-box .e-history td:first-child {
  padding-left: 0;
  width: 120px;
}
#owner-biography .e-outline-box .e-history td:last-child {
  padding-right: 0;
}
@media screen and (max-width: 599px) {
  #owner-biography .e-outline-box .e-history td {
    display: block;
    padding: 0 0 0.8em;
  }
  #owner-biography .e-outline-box .e-history td:first-child {
    padding-bottom: 0;
  }
}
#owner-biography .e-outline-box .e-hobby:last-child {
  margin-bottom: 0;
}
#owner-biography .p-biography-items {
  padding: 0 4vw;
  max-width: 1200px;
  margin: 0 auto;
}
#owner-biography .p-biography-items .e-item-cols {
  position: relative;
  padding-left: 25px;
  margin: 0;
  padding-bottom: 3em;
}
#owner-biography .p-biography-items .e-item-cols::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 5px;
  background-color: #00a5a8;
}
#owner-biography .p-biography-items .e-item-cols::after {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #00a5a8;
  border-radius: 50%;
}
#owner-biography .p-biography-items .e-item-cols:last-child::before {
  content: none;
}
@media screen and (min-width: 600px) {
  #owner-biography .p-biography-items .e-item-cols {
    padding-left: 40px;
  }
}
@media screen and (max-width: 959px) {
  #owner-biography .p-biography-items .e-item-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  #owner-biography .p-biography-items .e-item-cols::before {
    top: 13px;
  }
  #owner-biography .p-biography-items .e-item-cols::after {
    top: 13px;
  }
}
@media screen and (max-width: 959px) {
  #owner-biography .p-biography-items .e-head-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
#owner-biography .p-biography-items .e-head-col .e-ttl {
  font-family: serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 1280px) {
  #owner-biography .p-biography-items .e-head-col .e-ttl {
    font-size: 1.8em;
  }
}
#owner-biography .p-biography-items .e-head-col .e-subttl {
  color: #00a5a8;
  font-family: serif;
  font-weight: 700;
  margin: 0.7em 0 0;
}
#owner-biography .p-biography-items .e-head-col .e-subttl::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
@media screen and (max-width: 959px) {
  #owner-biography .p-biography-items .e-cont-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    margin: 1em 0 0 0;
  }
}
#owner-biography .p-biography-items .e-cont-col .e-photo-cols {
  margin: 0;
}
#owner-biography .p-biography-items .e-cont-col p:first-child {
  margin-top: 0;
}
#owner-biography .p-biography-items .e-cont-col p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
*    owner-shop
---------------------------------------*/
#owner-shop {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
}
@media screen and (min-width: 960px) {
  #owner-shop {
    margin-top: -50px;
  }
}
@media screen and (min-width: 960px) {
  #owner-shop .e-shop {
    margin-left: 35%;
  }
}
#owner-shop .e-shop img {
  width: 100%;
}
#owner-shop .e-shop-sketch {
  width: 80%;
  max-width: 500px;
  margin: 1em auto 0;
}
@media screen and (min-width: 960px) {
  #owner-shop .e-shop-sketch {
    position: absolute;
    margin: 0;
    top: 20%;
    left: 1em;
    width: 35%;
    max-width: none;
  }
}
#owner-shop .e-shop-sketch figcaption {
  color: #00a5a8;
}
#owner-shop .e-shop-sketch img {
  width: 100%;
}
#owner-shop .e-text-box {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  #owner-shop .e-text-box {
    margin-left: 40%;
  }
}
#owner-shop .e-text-box .e-text-cols {
  margin: 0;
}
@media screen and (min-width: 600px) {
  #owner-shop .e-text-box .e-text-cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#owner-shop .e-text-box .e-text-col {
  padding: 0 4vw;
}
@media screen and (min-width: 600px) {
  #owner-shop .e-text-box .e-text-col {
    -ms-flex-preferred-size: 75% !important;
        flex-basis: 75% !important;
    padding: 0 0 4em 4vw;
  }
}
@media screen and (min-width: 960px) {
  #owner-shop .e-text-box .e-text-col {
    padding-left: 3em;
  }
}
@media screen and (min-width: 600px) {
  #owner-shop .e-text-box .e-image-col {
    -ms-flex-preferred-size: 25% !important;
        flex-basis: 25% !important;
  }
}
#owner-shop .e-text-box .e-image-col .e-image {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 599px) {
  #owner-shop .e-text-box .e-image-col .e-image {
    width: 50%;
    max-width: 240px;
  }
}
#owner-shop .e-ttl {
  font-family: serif;
  position: relative;
  padding: 30px 0 0 30px;
}
#owner-shop .e-ttl::before {
  content: "";
  background: url(../img/common/swallow.png) no-repeat 50% 50%/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -3px;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  -webkit-transform: translate(-100px, -30px);
      -ms-transform: translate(-100px, -30px);
          transform: translate(-100px, -30px);
}
@media screen and (min-width: 960px) {
  #owner-shop .e-ttl {
    padding: 40px 0 0 0;
    font-size: 1.8em;
  }
  #owner-shop .e-ttl::before {
    width: 44px;
    height: 44px;
    left: -40px;
  }
}
#owner-shop .e-ttl.is-visible::before {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/*---------------------------------------
*    owner-message
---------------------------------------*/
#owner-message {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fffbe8 url(../img/owner/message-bg.png) no-repeat 50% 0%/100%;
  padding: 4em 0;
}
@media screen and (min-width: 960px) {
  #owner-message {
    padding: 6em 0;
  }
}
#owner-message > .wp-block-group__inner-container {
  padding: 0 4vw;
  max-width: 1400px;
  margin: 0 auto;
}
#owner-message .e-ttl {
  font-family: serif;
  font-size: 6.5vw;
  border-bottom: 1px solid #00a5a8;
  padding-bottom: 0.3em;
  padding-left: 15vw;
  margin-bottom: 1.5em;
  position: relative;
  color: rgba(0, 0, 0, 0);
  text-shadow: -2px -2px 0 #000;
  -webkit-text-stroke: 1px #888;
  text-stroke: 1px #888;
}
#owner-message .e-ttl::before {
  content: "";
  display: inline-block;
  background: url(../img/common/illust-pen.png) no-repeat 50% 50%/contain;
  width: 15vw;
  height: 15vw;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
}
@media screen and (min-width: 600px) {
  #owner-message .e-ttl {
    font-size: 2.4em;
    padding-left: 90px;
  }
  #owner-message .e-ttl::before {
    width: 90px;
    height: 90px;
  }
}
#owner-message .e-text-box-wrap {
  position: relative;
  z-index: 0;
  padding-bottom: 160px;
}
#owner-message .e-text-box-wrap::before {
  content: "";
  display: inline-block;
  background: url(../img/common/illust-100years.png) no-repeat 50% 50%/contain;
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 0;
  right: -10px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  #owner-message .e-text-box-wrap {
    padding-bottom: 200px;
  }
  #owner-message .e-text-box-wrap::before {
    width: 220px;
    height: 220px;
  }
}
@media screen and (min-width: 960px) {
  #owner-message .e-text-box-wrap {
    padding-bottom: 220px;
  }
  #owner-message .e-text-box-wrap::before {
    width: 280px;
    height: 280px;
  }
}
@media screen and (min-width: 1280px) {
  #owner-message .e-text-box-wrap > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#owner-message .e-text-box {
  text-shadow: 0px 0px 7px #fff;
}
@media screen and (min-width: 1280px) {
  #owner-message .e-text-box {
    width: 47%;
  }
}

/*====================================================
*
*	SDGs
*
====================================================*/
body.page-id-3979 .c-page-1-ttl strong {
  font-size: 1.2em;
}

/*---------------------------------------
*    sdgs-summary
---------------------------------------*/
#sdgs-summary {
  margin-top: 4em;
}
@media screen and (min-width: 1280px) {
  #sdgs-summary {
    width: auto;
    max-width: 100vw;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    clear: both;
    margin-top: 6em;
  }
}
#sdgs-summary .e-item-cols {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  #sdgs-summary .e-item-cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sdgs-summary .e-item-col {
  margin-top: 3em;
}
#sdgs-summary .e-item-col:first-child {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  #sdgs-summary .e-item-col {
    -ms-flex-preferred-size: 46% !important;
        flex-basis: 46% !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: 0;
  }
}
#sdgs-summary .e-item-col .e-logo {
  text-align: center;
  margin-bottom: 1.4em;
}
@media screen and (min-width: 960px) {
  #sdgs-summary .e-item-col .e-logo {
    margin-bottom: 2.4em;
  }
}
#sdgs-summary .e-item-col .e-logo img {
  height: 80px;
  width: auto;
}
@media screen and (min-width: 960px) {
  #sdgs-summary .e-item-col .e-logo img {
    height: 120px;
  }
}

/*---------------------------------------
*    sdgs
*    esg
*    共通レイアウト
---------------------------------------*/
#sdgs,
#esg {
  position: relative;
  z-index: 0;
  padding: 3em 0 0;
}
#sdgs::before,
#esg::before {
  content: "";
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  background: url(../img/sdgs/sdgs-bg.jpg) no-repeat 50% 0/140% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  #sdgs::before,
  #esg::before {
    background-size: contain;
  }
}
@media screen and (min-width: 1280px) {
  #sdgs,
  #esg {
    padding-top: 6em;
  }
}
#sdgs .e-sec-ttl,
#esg .e-sec-ttl {
  text-align: center;
  margin: 0 0 0.6em;
  font-size: 3em;
  color: #fff;
  -webkit-transition: all 0.5s 0.1s linear;
  transition: all 0.5s 0.1s linear;
}
@media screen and (min-width: 1280px) {
  #sdgs .e-sec-ttl,
  #esg .e-sec-ttl {
    margin-bottom: 1em;
  }
}
#sdgs .e-sec-ttl.is-visible,
#esg .e-sec-ttl.is-visible {
  text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 0px 1px #333, 0px 1px 1px #333, -1px 0px 1px #333, 0px -1px 1px #333;
}
#sdgs .e-inner-sec,
#esg .e-inner-sec {
  margin: 0 auto 4em;
}
#sdgs .e-inner-sec:last-child,
#esg .e-inner-sec:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  #sdgs .e-inner-sec,
  #esg .e-inner-sec {
    margin-bottom: 6em;
  }
}
#sdgs .e-inner-sec-ttl,
#esg .e-inner-sec-ttl {
  text-align: center;
  font-size: 1.3em;
  margin: 0 0 1.2em;
}
@media screen and (min-width: 600px) {
  #sdgs .e-inner-sec-ttl,
  #esg .e-inner-sec-ttl {
    font-size: 1.7em;
  }
}
@media screen and (min-width: 960px) {
  #sdgs .e-inner-sec-ttl,
  #esg .e-inner-sec-ttl {
    font-size: 2em;
  }
}
@media screen and (min-width: 960px) {
  #sdgs .e-inner-sec-ttl br,
  #esg .e-inner-sec-ttl br {
    display: none;
  }
}

/*---------------------------------------
*    sdgs
---------------------------------------*/
#sdgs-doc {
  counter-reset: sdgs-doc-num;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
  border-radius: 30px;
  padding: 2em 30px;
}
@media screen and (min-width: 960px) {
  #sdgs-doc {
    padding: 2em 50px;
  }
}
#sdgs-doc .e-doc-item {
  margin-top: 3em;
}
#sdgs-doc .e-doc-item:first-of-type {
  margin-top: 2em;
}
#sdgs-doc .e-doc-item .e-field-list {
  list-style: none;
  padding: 0;
  margin: 0.8em 0;
}
#sdgs-doc .e-doc-item .e-field-list li {
  background: #fbe12f;
  border-radius: 9999px;
  line-height: 1;
  padding: 0.5em 0.8em;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 0.85em;
  margin-right: 0.5em;
}
#sdgs-doc .e-item-ttl {
  font-size: 1em;
  background: #00a5a8;
  color: #fff;
  position: relative;
  padding: 0.5em 0.5em 0.5em calc(30px + 0.5em);
  margin: 0 -30px;
  line-height: 1.8;
}
#sdgs-doc .e-item-ttl::before {
  counter-increment: sdgs-doc-num;
  content: counter(sdgs-doc-num);
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  #sdgs-doc .e-item-ttl {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 960px) {
  #sdgs-doc .e-item-ttl {
    font-size: 1.2em;
    padding: 0.5em 1em 0.5em calc(50px + 1em);
    margin: 0 -50px;
  }
  #sdgs-doc .e-item-ttl::before {
    width: 50px;
    font-size: 30px;
  }
}

/*---------------------------------------
*    esg
---------------------------------------*/
#esg::before {
  background-image: url(../img/sdgs/esg-bg.jpg);
}

#esg-doc {
  counter-reset: esg-doc-num;
}
#esg-doc .e-doc-item {
  margin-top: 3em;
}
#esg-doc .e-doc-item:first-of-type {
  margin-top: 2em;
}
#esg-doc .e-item-ttl {
  font-size: 1.1em;
  background: #fff;
  color: #ff3142;
  position: relative;
  padding: 0.5em 0.5em 0.5em calc(30px + 0.5em);
  border: 2px solid;
  margin: 0.8em 0;
}
#esg-doc .e-item-ttl::before {
  counter-increment: esg-doc-num;
  content: counter(esg-doc-num);
  background: #ff3142;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #fff;
}
@media screen and (min-width: 600px) {
  #esg-doc .e-item-ttl {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 960px) {
  #esg-doc .e-item-ttl {
    font-size: 1.4em;
    padding: 0.5em 1em 0.5em calc(50px + 1em);
  }
  #esg-doc .e-item-ttl::before {
    width: 50px;
    font-size: 30px;
  }
}
#esg-doc .e-doc-licence {
  margin-top: 4em;
  background-color: #f5f5f5;
  padding: 1.5em;
  font-size: 0.95em;
}
#esg-doc .e-doc-licence .e-licence-cols {
  margin: 0;
}
@media screen and (min-width: 600px) {
  #esg-doc .e-doc-licence .e-licence-cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#esg-doc .e-doc-licence .e-licence-cols *:first-child {
  margin-top: 0;
}
#esg-doc .e-doc-licence .e-licence-cols *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  #esg-doc .e-doc-licence .e-licence-cols > .wp-block-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (max-width: 599px) {
  #esg-doc .e-doc-licence .e-licence-cols .e-banner-col {
    margin-top: 1em;
  }
}
@media screen and (min-width: 600px) {
  #esg-doc .e-doc-licence .e-licence-cols .e-banner-col {
    margin-left: 1em;
  }
}
@media screen and (min-width: 960px) {
  #esg-doc .e-doc-licence .e-licence-cols .e-banner a:hover img {
    -webkit-filter: brightness(1.05) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
            filter: brightness(1.05) drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
#esg-doc .e-doc-licence .e-licence-cols .e-banner img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*====================================================
*
*	Error404
*
====================================================*/
.p-error404-ttl {
  text-align: center;
  font-size: 3.2em;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .p-error404-ttl {
    font-size: 4em;
  }
}
.p-error404-ttl small {
  display: block;
  font-size: 0.5em;
}
.p-error404-texts {
  text-align: center;
}
.p-error404-link {
  margin-top: 3em;
  text-align: center;
}

/*====================================================
*
*	Policy
*
====================================================*/
/*---------------------------------------
*    policy-buttons
---------------------------------------*/
#policy-buttons {
  display: block;
}
#policy-buttons .wp-block-button {
  display: block;
  margin-bottom: 2em;
}
#policy-buttons .wp-block-button__link {
  display: block;
  background-color: #fff;
  color: #333;
  border: 3px solid;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  text-align: left;
  line-height: 1.4;
  padding: 1em 60px 1em 0.8em;
}
#policy-buttons .wp-block-button__link::after {
  content: "";
  display: inline-block;
  background: url(../img/common/icon-arrow-circle-or.png) no-repeat 50% 50%/contain;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  #policy-buttons .wp-block-button__link:hover {
    background-color: #f5f5f5;
  }
}

/*====================================================
*
*	Privacy Policy
*
====================================================*/
/*---------------------------------------
*    privacy-doc
---------------------------------------*/
#privacy-doc {
  margin-top: 4em;
}
#privacy-doc .e-doc-item {
  margin-top: 3em;
}
#privacy-doc .e-doc-item:first-child {
  margin-top: 0;
}
#privacy-doc .e-item-ttl {
  font-size: 1.4em;
  border-bottom: 1px solid #bbb;
  padding-bottom: 0.5em;
  position: relative;
}
#privacy-doc .e-item-ttl::before {
  content: "";
  width: 10%;
  height: 3px;
  background-color: #00a5a8;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#privacy-doc .e-insurance-cat-ttl {
  margin-bottom: 0;
}
#privacy-doc .e-insurance-cat-ttl + .e-insurance-list {
  margin-top: 0;
}
#privacy-doc .e-insurance-list {
  list-style: none;
  padding: 0;
}
#privacy-doc .e-insurance-list > li {
  line-height: 1.4;
}
#privacy-doc .e-insurance-list > li ~ li {
  margin-top: 0.5em;
}
#privacy-doc .e-insurance-list .e-hp-text {
  display: block;
  font-size: 0.75em;
}
@media screen and (min-width: 600px) {
  #privacy-doc .e-insurance-list .e-hp-text {
    display: inline;
  }
}
#privacy-doc .e-contact-cols {
  border: 1px solid #bbb;
  margin: 2em 1em 0;
  font-size: 0.9em;
}
@media screen and (max-width: 959px) {
  #privacy-doc .e-contact-cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  #privacy-doc .e-contact-cols {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
#privacy-doc .e-contact-cols .e-ttl-col {
  border-bottom: 1px dashed #bbb;
  margin: 0 4vw;
  padding: 1.5em 0;
}
@media screen and (max-width: 959px) {
  #privacy-doc .e-contact-cols .e-ttl-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  #privacy-doc .e-contact-cols .e-ttl-col {
    border-bottom: 0;
    border-right: 1px dashed #bbb;
    padding: 0 1em;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#privacy-doc .e-contact-cols .e-cont-col {
  margin: 0 4vw;
  padding: 1.5em 0;
}
@media screen and (max-width: 959px) {
  #privacy-doc .e-contact-cols .e-cont-col {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
@media screen and (min-width: 960px) {
  #privacy-doc .e-contact-cols .e-cont-col {
    padding: 0 2em;
    margin: 0;
  }
}
#privacy-doc .e-contact-cols .e-ttl {
  font-weight: 700;
  font-size: 1.1em;
  margin: 0;
}
#privacy-doc .e-contact-cols .e-table {
  margin-bottom: 0;
}
#privacy-doc .e-contact-cols .e-table th, #privacy-doc .e-contact-cols .e-table td {
  border: 0;
}
@media screen and (max-width: 599px) {
  #privacy-doc .e-contact-cols .e-table th, #privacy-doc .e-contact-cols .e-table td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
#privacy-doc .e-contact-cols .e-table td:first-child {
  vertical-align: top;
  min-width: 80px;
}
@media screen and (max-width: 599px) {
  #privacy-doc .e-contact-cols .e-table td:first-child {
    padding-bottom: 0;
  }
  #privacy-doc .e-contact-cols .e-table td:not(:first-child) {
    padding-left: 0.5em;
  }
}

/*====================================================
*
*	Solicitation Policy
*
====================================================*/
/*---------------------------------------
*    solicitation-doc
---------------------------------------*/
#solicitation-doc .e-doc-item {
  margin-top: 3em;
}
#solicitation-doc .e-doc-item:first-child {
  margin-top: 0;
}
#solicitation-doc .e-item-ttl {
  position: relative;
  padding-left: 30px;
}
#solicitation-doc .e-item-ttl::before {
  content: "";
  border-top: 4px solid #00a5a8;
  width: 18px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/*====================================================
*
*	Sales Policy
*
====================================================*/
/*---------------------------------------
*    sales-suggest
---------------------------------------*/
#sales-suggest {
  margin: 3em 0;
}
@media screen and (max-width: 599px) {
  #sales-suggest .e-table table {
    border-bottom: 1px solid #bbb;
  }
}
#sales-suggest .e-table th, #sales-suggest .e-table td {
  border-color: #bbb;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-width: 599px) {
  #sales-suggest .e-table th, #sales-suggest .e-table td {
    display: block;
  }
}
#sales-suggest .e-table td:first-child {
  width: 20%;
  text-align: center;
  background-color: #fff1e5;
  font-weight: 700;
}
#sales-suggest .e-table td:not(:first-child) {
  padding: 1em;
  background-color: #fffcf9;
}
@media screen and (max-width: 599px) {
  #sales-suggest .e-table td:first-child {
    width: auto;
    border-bottom: 0;
  }
  #sales-suggest .e-table td:not(:first-child) {
    border: 0;
  }
}

/*====================================================
*
*	Explicit Authority
*
====================================================*/
/*====================================================
*
*	Management Policy
*
====================================================*/
/*---------------------------------------
*    management-doc
---------------------------------------*/
#management-doc {
  counter-reset: management-doc-num;
  margin-top: 3em;
}
#management-doc .e-doc-item {
  counter-reset: management-doc-inner-num;
  margin-top: 3em;
}
#management-doc .e-doc-item:first-child {
  margin-top: 0;
}
#management-doc .e-item-ttl {
  font-size: 1.4em;
  position: relative;
  padding-left: 1.3em;
}
#management-doc .e-item-ttl::before {
  counter-increment: management-doc-num;
  content: counter(management-doc-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #00a5a8;
}
#management-doc .e-doc-inner-item {
  margin-top: 1.5em;
}
#management-doc .e-doc-inner-item:first-child {
  margin-top: 0;
}
#management-doc .e-doc-inner-item p {
  margin: 0.5em 0;
}
#management-doc .e-doc-inner-item .e-inner-item-ttl {
  font-size: 1.1em;
  margin: 0;
  position: relative;
  padding-left: 2.5em;
}
#management-doc .e-doc-inner-item .e-inner-item-ttl::before {
  counter-increment: management-doc-inner-num;
  content: counter(management-doc-num) "-" counter(management-doc-inner-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #00a5a8;
}
#management-doc .e-doc-inner-item .e-inner-item-list {
  margin: 0.5em 0;
}

.e-doc-table-box {
  margin-top: 2em;
  background-color: #f5f5f5;
  padding: 1.5em;
  font-size: 0.9em;
}
@media screen and (min-width: 600px) {
  .e-doc-table-box {
    padding: 2em;
  }
}
.e-doc-table-box *:first-child {
  margin-top: 0;
}
.e-doc-table-box *:last-child {
  margin-bottom: 0;
}
.e-doc-table-box .e-doc-table-ttl {
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .e-doc-table-box .e-doc-table {
    overflow-x: scroll;
    padding-bottom: 6px;
    margin: 0;
  }
}
.e-doc-table-box .e-doc-table table {
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .e-doc-table-box .e-doc-table table {
    white-space: nowrap;
  }
}
.e-doc-table-box .e-doc-table table thead {
  border-bottom: 2px solid #333;
}
.e-doc-table-box .e-doc-table table th,
.e-doc-table-box .e-doc-table table td {
  border: 1px solid #333;
}
.e-doc-table-box .e-doc-table table th:first-child,
.e-doc-table-box .e-doc-table table td:first-child {
  font-weight: 700;
}
.e-doc-table-box .e-doc-table table th:empty,
.e-doc-table-box .e-doc-table table td:empty {
  position: relative;
}
.e-doc-table-box .e-doc-table table th:empty::before,
.e-doc-table-box .e-doc-table table td:empty::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 80px;
  border-top: 1px solid #333;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 600px) {
  .e-doc-table-box .e-doc-table + .c-scroll-hint {
    display: none !important;
  }
}
.e-doc-table-box .e-doc-table.m-kpi th,
.e-doc-table-box .e-doc-table.m-kpi td {
  width: 20%;
}
.e-doc-table-box .e-doc-table.m-kpi th:first-child,
.e-doc-table-box .e-doc-table.m-kpi td:first-child {
  width: 40%;
}
.e-doc-table-box .e-doc-table.m-noscroll {
  padding-bottom: 0;
}
.e-doc-table-box .e-doc-table.m-noscroll table {
  white-space: normal !important;
}
.e-doc-table-box .e-survey-period {
  margin: 0.5em 0;
  font-size: 0.85em;
}

/*====================================================
*
*	Action Policy
*
====================================================*/
/*====================================================
*
*	Antisocial Forces
*
====================================================*/
/*---------------------------------------
*    antisocial-doc
---------------------------------------*/
#antisocial-doc {
  counter-reset: antisocial-doc-num;
  margin-top: 4em;
}
#antisocial-doc .e-doc-item {
  margin-top: 3em;
}
#antisocial-doc .e-doc-item:first-child {
  margin-top: 0;
}
#antisocial-doc .e-item-ttl {
  font-size: 1.4em;
  position: relative;
  padding-left: 40px;
}
#antisocial-doc .e-item-ttl::before {
  counter-increment: antisocial-doc-num;
  content: counter(antisocial-doc-num);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #80d2d4;
  padding: 0 8px;
  text-align: center;
}

/*====================================================
*
*	Money Laundering
*
====================================================*/
/*---------------------------------------
*    money-doc
---------------------------------------*/
#money-doc {
  counter-reset: money-doc-num;
  margin-top: 3em;
}
#money-doc .e-doc-item {
  margin-top: 3em;
}
#money-doc .e-doc-item:first-child {
  margin-top: 0;
}
#money-doc .e-item-ttl {
  font-size: 1.4em;
  position: relative;
  border-bottom: 2px solid #00a5a8;
  padding: 0 0 0.2em 1.3em;
}
#money-doc .e-item-ttl::before {
  counter-increment: money-doc-num;
  content: counter(money-doc-num) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #00a5a8;
}

/*---------------------------------------
*    money-comment
---------------------------------------*/
#money-comment {
  margin-top: 5em;
  background-color: #efefef;
  padding: 3.5em 1em 1em;
  position: relative;
  counter-reset: money-comment-num;
  font-size: 0.95em;
}
#money-comment .e-comment-ttl {
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.4em 2em;
  border: 2px solid;
}
#money-comment .e-comment-item {
  margin-top: 4em;
}
#money-comment .e-comment-item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  #money-comment .e-comment-item {
    padding: 0 1em;
  }
}
#money-comment .e-comment-item .e-attention-list {
  counter-reset: money-comment-attention-num;
  padding: 0;
}
#money-comment .e-comment-item .e-attention-list > li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  line-height: 1.4;
  margin-top: 1em;
}
#money-comment .e-comment-item .e-attention-list > li::before {
  counter-increment: money-comment-attention-num;
  content: counter(money-comment-attention-num);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #333;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#money-comment .e-comment-item .e-attention-list > li:first-child {
  margin-top: 0;
}
#money-comment .e-comment-item.m-confirm .e-background-list li {
  line-height: 1.4;
  margin-top: 0.5em;
}
#money-comment .e-comment-item.m-confirm .e-background-list li:first-child {
  margin-top: 0;
}
#money-comment .e-comment-item.m-confirm .e-law-cols {
  border: 1px solid;
}
#money-comment .e-comment-item.m-confirm .e-law-col {
  padding: 1.5em;
  margin: 0;
}
@media screen and (min-width: 600px) {
  #money-comment .e-comment-item.m-confirm .e-law-col {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    border-left: 1px solid;
  }
  #money-comment .e-comment-item.m-confirm .e-law-col:first-child {
    border: 0;
  }
}
#money-comment .e-comment-item.m-confirm .e-law-col *:first-child {
  margin-top: 0;
}
#money-comment .e-comment-item.m-confirm .e-law-col *:last-child {
  margin-bottom: 0;
}
#money-comment .e-comment-item.m-confirm .e-law-col .e-ttl {
  border-bottom: 3px solid;
  padding-bottom: 0.5em;
}
#money-comment .e-comment-item.m-confirm .e-law-col .e-desc strong {
  border-bottom: 1px solid;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1em;
  margin-top: 1.5em;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-box *:first-child {
  margin-top: 0;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-box *:last-child {
  margin-bottom: 0;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-list {
  padding: 0;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-list > li {
  list-style: none;
  padding-left: 1em;
  position: relative;
  line-height: 1.4;
  margin-top: 0.5em;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-list > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: auto;
}
#money-comment .e-comment-item.m-confirm .e-highrisk-list > li:first-child {
  margin-top: 0;
}
#money-comment .e-comment-item.m-report .e-law-list {
  padding-left: 2.3em;
}
#money-comment .e-comment-item.m-report .e-law-list > li {
  list-style: katakana;
  line-height: 1.4;
  margin-top: 0.5em;
}
#money-comment .e-comment-item.m-report .e-law-list > li:first-child {
  margin-top: 0;
}
#money-comment .e-item-ttl {
  font-size: 1.2em;
  position: relative;
  border-bottom: 2px solid;
  padding: 0 0 0.2em 1.3em;
  margin: 0 0 1.5em;
}
#money-comment .e-item-ttl::before {
  counter-increment: money-comment-num;
  content: counter(money-comment-num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  #money-comment .e-item-ttl {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
#money-comment .e-item-inner-ttl {
  font-size: 1em;
  border-left: 4px solid #00a5a8;
  padding: 0.5em 0.5em 0.5em 0.8em;
  background-color: #fff;
  margin: 2.5em 0 1em;
}
#money-comment .e-item-inner-ttl:first-of-type {
  margin-top: 0;
}
#money-comment .e-comment-notes {
  margin-top: 2em;
  text-decoration: underline;
}

/*====================================================
*
*	Security Policy
*
====================================================*/
/*---------------------------------------
*    security-doc
---------------------------------------*/
#security-doc {
  counter-reset: security-doc-num;
}
#security-doc .e-doc-item {
  margin-top: 3em;
}
#security-doc .e-doc-item:first-child {
  margin-top: 0;
}
#security-doc .e-item-ttl {
  font-size: 1.4em;
  position: relative;
  padding-left: 60px;
}
#security-doc .e-item-ttl::before {
  counter-increment: security-doc-num;
  content: counter(security-doc-num);
  position: absolute;
  top: 0;
  left: 0;
  color: #00a5a8;
  width: 30px;
  text-align: center;
  font-size: 1.2em;
  white-space: nowrap;
  line-height: 1;
}
#security-doc .e-item-ttl::after {
  content: "";
  border-bottom: 2px solid #00a5a8;
  width: 30px;
  position: absolute;
  top: 35px;
  left: 25px;
  -webkit-transform: rotate(-55deg);
      -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

/*====================================================
*
*	General
*
====================================================*/
.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-clr {
  clear: both;
}

.u-inline-block {
  display: inline-block;
}

.u-ta-center {
  text-align: center;
}

.u-ta-left {
  text-align: left;
}

.u-ta-right {
  text-align: right;
}

.u-no-link {
  pointer-events: none;
}

/*====================================================
*
*	Font
*
====================================================*/
.u-fw-normal {
  font-weight: 400;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fs-normal {
  font-style: normal;
}

.u-fs-italic {
  font-style: italic;
}

.u-fz-smaller {
  font-size: smaller;
}

.u-fz-larger {
  font-size: larger;
}

.u-ff-en {
  font-family: "Mulish", sans-serif;
}

/*====================================================
*
*	Display
*
====================================================*/
.u-display-none {
  display: none;
}

.u-sp-none {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-sp-none {
    display: block;
  }
}

.u-sp-tb-none {
  display: none;
}
@media screen and (min-width: 960px) {
  .u-sp-tb-none {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .u-tb-pc-none {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .u-pc-none {
    display: none;
  }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.fast {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

.animated.faster {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/*====================================================
*
*	Waypoints Custom
*
*	Used with customized Animate.css.
====================================================*/
/* Waypoints Setting */
.way-zoomIn,
.way-flash,
.way-swing,
.way-bounce,
.way-bounceIn,
.way-bounceInUp,
.way-bounceInDown,
.way-bounceInLeft,
.way-bounceInRight,
.way-fadeIn,
.way-fadeInUp,
.way-fadeInDown,
.way-fadeInLeft,
.way-fadeInRight,
.way-flip,
.way-flipInX,
.way-flipInY,
.way-rotateIn,
.way-rotateInDownLeft,
.way-rotateInDownRight,
.way-rotateInUpLeft,
.way-rotateInUpRight,
.way-slideInUp,
.way-slideInDown,
.way-slideInLeft,
.way-slideInRight {
  visibility: hidden;
}

.zoomIn,
.flash,
.swing,
.bounce,
.bounceIn,
.bounceInUp,
.bounceInDown,
.bounceInLeft,
.bounceInRight,
.fadeIn,
.fadeInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight,
.flip,
.flipInX,
.flipInY,
.rotateIn,
.rotateInDownLeft,
.rotateInDownRight,
.rotateInUpLeft,
.rotateInUpRight,
.slideInUp,
.slideInDown,
.slideInLeft,
.slideInRight {
  visibility: visible !important;
}

.delay-300 {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.delay-600 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

.delay-900 {
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
}

.delay-1200 {
  -webkit-animation-delay: 1200ms;
          animation-delay: 1200ms;
}

.delay-1500 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

.delay-1800 {
  -webkit-animation-delay: 1800ms;
          animation-delay: 1800ms;
}

.delay-2100 {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.delay-2400 {
  -webkit-animation-delay: 2400ms;
          animation-delay: 2400ms;
}

.delay-2700 {
  -webkit-animation-delay: 2700ms;
          animation-delay: 2700ms;
}

.delay-3000 {
  -webkit-animation-delay: 3000ms;
          animation-delay: 3000ms;
}

/*---------------------------------------
		Site Original
---------------------------------------*/
.c-flowchart .wp-block-columns.e-step-cols {
  visibility: hidden;
}

#home-staff .e-staff-cols > .wp-block-column {
  visibility: hidden;
}

#shop-branding .e-branding-cols {
  visibility: hidden;
}

#shop-staff .e-staff-single {
  visibility: hidden;
}

#shop-staff .p-shop-animal .e-animal-col {
  visibility: hidden;
}

#shop-covid .e-gallery > .wp-block-image {
  visibility: hidden;
}

#shop-gallery .e-photo-gallery .wp-block-image {
  visibility: hidden;
}

.p-service-items .wp-block-columns.e-item-cols .e-item-col {
  visibility: hidden;
}

.p-voice-post-list > li {
  visibility: hidden;
}

.p-post-list > li {
  visibility: hidden;
}

.p-recruit-entry-link .c-wp-btn {
  visibility: hidden;
}

#recruit-staff .e-staff-single {
  visibility: hidden;
}

#recruit-guide .e-guide-cols {
  visibility: hidden;
}

#recruit-guide .e-guide-cols .e-ttl {
  visibility: hidden;
}

#owner-biography .p-biography-items .e-item-cols {
  visibility: hidden;
}

#sdgs-summary .e-item-col {
  visibility: hidden;
}

#sdgs-summary .e-item-col .e-logo {
  visibility: hidden;
}

#sdgs,
#esg {
  visibility: hidden;
}

#sdgs-doc .e-doc-item,
#esg-doc .e-doc-item {
  visibility: hidden;
}
/*# sourceMappingURL=styles.css.map */