@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html,
body {
  color: rgb(0, 0, 0);
  font-size: 62.5%;
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "pkna";
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a,
a:visited {
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:visited:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
  opacity: 0.8;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

.l-header {
  width: 100%;
  height: 50px;
  padding: 20px;
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 768px) {
  .l-header {
    padding: 0;
    height: 50px;
  }
}
.l-header__logo {
  width: 68px;
  height: 20px;
  background: url(../../common/img/logo.png) center center no-repeat;
  background-size: cover;
  font-size: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-header__nav {
  font-size: 1.3rem;
  line-height: 1;
  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;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-header__nav > a:link,
.l-header__nav > a:visited {
  color: rgb(0, 0, 0);
}
.l-header__nav > a:hover {
  color: rgb(0, 0, 0);
}
.l-header__nav__item {
  position: relative;
  margin: 0 0 0 20px;
  width: auto;
  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;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-header__nav__item::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: rgb(0, 0, 0);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-header__nav__item:hover::after {
  width: 100%;
}
.l-header__nav__sns {
  margin: 0 0 0 20px;
}
.l-header__nav__sns img {
  width: 20px;
  height: 20px;
}
.l-header__nav__sns:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__rightcol {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: 50px;
  overflow: hidden;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__rightcol {
    display: block;
  }
}
.l-header__hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: auto;
  height: 50px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger .is-active .hamburger-inner,
.l-header__hamburger .is-active .hamburger-inner:before,
.l-header__hamburger .is-active .hamburger-inner:after {
  background-color: #fff !important;
}

.l-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: right;
}
.l-footer__copyright {
  font-size: 1rem;
  line-height: 1;
  color: #444;
}

main {
  display: block;
}

.l-gnav {
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 8;
}
.l-gnav__wrap {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.l-gnav__content {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-gnav__menu {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
.l-gnav__menu__item {
  opacity: 0;
  border-bottom: solid 1px rgb(130, 130, 130);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-gnav__menu__item:first-child {
  border-top: solid 1px rgb(130, 130, 130);
}
.l-gnav__menu__item > a {
  color: rgb(255, 255, 255) !important;
  display: block;
  padding: 25px 0;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-gnav__menu__item > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  color: rgb(130, 130, 130);
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.l-gnav__menu__item > a:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-gnav__sns {
  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;
  padding: 5px 0;
}
.l-gnav__sns__item {
  opacity: 0;
  line-height: 1;
  margin: 0 10px;
}
.l-gnav__sns__item img {
  width: 30px;
  height: 30px;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-gnav__sns__item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}
.l-gnav__submenu {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-left: 20px;
}
.l-gnav__submenu__item {
  opacity: 0;
  margin-bottom: 10px;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-gnav__submenu__item a {
  color: rgb(85, 85, 85);
  display: block;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.l-gnav__submenu__item a:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-gnav .js-slidein {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.l-gnav .js-slidein.is-active {
  opacity: 1 !important;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.l-wrapper {
  visibility: hidden;
}

.l-innerwrap {
  margin-left: auto;
  margin-right: auto;
}
.l-innerwrap--wide {
  max-width: 1080px;
}
@media screen and (max-width: 1080px) {
  .l-innerwrap--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-innerwrap--narrow {
  max-width: 768px;
}
@media screen and (max-width: 768px) {
  .l-innerwrap--narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-page-innerwrap {
  overflow: hidden;
}
.l-page-innerwrap__right {
  float: right;
  width: 20%;
  /*background-color: #fbdb65;*/
}
.l-page-innerwrap__left {
  float: left;
  width: 80%;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .l-page-innerwrap__right {
    float: none;
    width: 100%;
  }
  .l-page-innerwrap__left {
    float: none;
    width: 100%;
    padding: 0 20px;
  }
}

.l-sidebar__toggle-btn {
  color: rgb(0, 0, 0);
  font-size: 1.4rem;
  line-height: 1;
  padding: 40px 20px;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-top: solid 1px rgb(217, 217, 217);
  cursor: pointer;
}
.l-sidebar__toggle-btn.is-active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-sidebar__snav {
  /*親メニュー*/
}
.l-sidebar__snav__menu {
  /*子メニュー*/
}
.l-sidebar__snav__menu li {
  border-bottom: solid 1px rgb(217, 217, 217);
}
.l-sidebar__snav__menu li:first-child {
  border-top: solid 1px rgb(217, 217, 217);
}
.l-sidebar__snav__menu li a {
  padding: 20px;
  position: relative;
  z-index: 0;
}
.l-sidebar__snav__menu li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  z-index: -1;
}
.l-sidebar__snav__menu li a:hover {
  color: rgb(255, 255, 255);
}
.l-sidebar__snav__menu li a:hover::before {
  width: 100%;
}
.l-sidebar__snav__menu .children li:first-child {
  border-top: none;
}
.l-sidebar__snav__menu .children li:last-child {
  border-bottom: solid 1px rgb(217, 217, 217);
}
.l-sidebar__snav__menu .children li a {
  padding: 1em 1em 1em 3em;
  position: relative;
}
.l-sidebar__snav__menu .children li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 1px;
  background: rgb(217, 217, 217) !important;
}
.l-sidebar__snav__menu .children li a:hover {
  color: rgb(0, 0, 0);
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.l-sidebar__snav a {
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-sidebar__snav {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 16px 16px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-btn-underline-from-left {
  color: rgb(0, 0, 0);
  position: relative;
}
.c-btn-underline-from-left::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgb(0, 0, 0);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-underline-from-left::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(200, 200, 200);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-underline-from-left:hover::after {
  width: 100%;
}

.c-btn-underline-from-center {
  color: rgb(0, 0, 0);
  position: relative;
}
.c-btn-underline-from-center:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: rgb(0, 0, 0);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-underline-from-center:hover:after {
  width: 100%;
}

.c-btn-gotop {
  width: 50px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  color: rgb(255, 255, 255);
  background-color: rgb(62, 58, 57);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 30px;
  /*@include small {
      bottom: 0px;
      right: 0px;
      border-radius: 0px;
  }*/
}
.c-btn-gotop:hover {
  opacity: 0.8;
}
.c-btn-gotop span {
  width: 100%;
  height: 50px;
  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;
}

.c-btn-inline-bkline {
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(209, 207, 199);
  overflow: hidden;
}
.c-btn-inline-bkline > i {
  margin-right: 3px;
}
.c-btn-inline-bkline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-inline-bkline:hover {
  background-color: rgb(209, 207, 199);
  border: solid 1px rgb(209, 207, 199);
}
.c-btn-inline-bkline:hover::before {
  height: 0;
}
.c-btn-inline-bkline:visited {
  color: rgb(62, 58, 57);
}

.c-btn-squre-block-bkline {
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(209, 207, 199);
}
.c-btn-squre-block-bkline > i {
  margin-right: 3px;
}
.c-btn-squre-block-bkline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(209, 207, 199);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-squre-block-bkline:hover {
  background-color: rgb(209, 207, 199);
  border: solid 1px rgb(209, 207, 199);
}
.c-btn-squre-block-bkline:hover::before {
  height: 0;
}
.c-btn-squre-block-bkline:visited {
  color: rgb(62, 58, 57);
}

.c-btn-squre-block-bk {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 15px 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 0;
  background-color: rgb(62, 58, 57);
}
.c-btn-squre-block-bk > i {
  margin-right: 3px;
}
.c-btn-squre-block-bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(62, 58, 57);
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-squre-block-bk:hover {
  color: rgb(255, 255, 255) !important;
  background-color: rgb(130, 130, 130);
}
.c-btn-squre-block-bk:hover::before {
  opacity: 1;
}
.c-btn-squre-block-bk:visited {
  color: rgb(255, 255, 255);
}

.c-btn-toggle-bk {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 0;
  background-color: rgb(62, 58, 57);
}
.c-btn-toggle-bk > span {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-toggle-bk > span.is-active {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
.c-btn-toggle-bk::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: rgb(62, 58, 57);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-toggle-bk:hover {
  color: rgb(0, 0, 0) !important;
  background-color: rgb(209, 207, 199);
}
.c-btn-toggle-bk:hover::before {
  width: 0;
}

.c-btn-back {
  font-size: 1.3rem;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  border: solid 1px rgb(209, 207, 199);
  overflow: hidden;
}
.c-btn-back::after {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn-back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgb(255, 255, 255);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-btn-back:hover {
  background-color: rgb(209, 207, 199);
  border: solid 1px rgb(209, 207, 199);
}
.c-btn-back:hover::before {
  height: 0;
}
.c-btn-back:visited {
  color: rgb(62, 58, 57);
}

.c-btn-submit[type=submit] {
  font-size: 1.3rem;
  line-height: 2;
  color: rgb(255, 255, 255) !important;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 540px;
  height: 60px;
  margin: 0 auto;
  z-index: 0;
  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;
  position: relative;
  z-index: 0;
  background-color: rgb(62, 58, 57);
}
.c-btn-submit[type=submit]:hover {
  opacity: 0.8;
  background-color: rgb(62, 58, 57);
}

.c-column--left {
  float: left;
}
.c-column--right {
  float: right;
}
@media screen and (max-width: 480px) {
  .c-column--left {
    float: none;
  }
  .c-column--right {
    float: none;
  }
}

.c-column2 {
  margin-left: -30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-column2__col {
  width: calc(50% - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-column2 {
    margin-left: 0;
  }
  .c-column2__col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .c-column2__col:last-child {
    margin-bottom: 0px;
  }
}

.c-column3 {
  margin-left: -30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-column3__col {
  width: calc(33.333% - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 480px) {
  .c-column3 {
    margin-left: 0;
  }
  .c-column3__col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.c-column4 {
  margin-left: -40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-column4__col {
  width: calc(25% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .c-column4 {
    margin-left: -30px;
  }
  .c-column4__col {
    width: calc(25% - 30px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .c-column4 {
    margin-left: -20px;
  }
  .c-column4__col {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

.c-column6 {
  margin-left: -40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-column6__col {
  width: calc(16.666% - 40px);
  margin-left: 40px;
}
@media screen and (max-width: 1080px) {
  .c-column6 {
    margin-left: -30px;
  }
  .c-column6__col {
    width: calc(16.666% - 30px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .c-column6__col {
    width: calc(50% - 20px);
  }
}

.c-form .hidden {
  display: none;
}
.c-form__notice {
  font-size: 1.3rem;
  line-height: 2;
}
.c-form__ttl {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
.c-form__table {
  font-size: 1.3rem;
  line-height: 2;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.c-form__table tr {
  border-top: 1px solid rgb(239, 238, 236);
  border-bottom: 1px solid rgb(239, 238, 236);
}
.c-form__table th {
  font-weight: normal;
  font-weight: 300;
  width: 30%;
  text-align: left;
  padding: 10px 0;
  vertical-align: middle;
}
.c-form__table td {
  padding: 10px 0;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .c-form__table th {
    width: 100%;
    display: block;
    padding: 15px 0 0;
  }
  .c-form__table td {
    width: 100%;
    padding: 0 0 15px;
    display: block;
  }
}
.c-form__input-text {
  width: 100%;
  padding: 0.5em !important;
  background-color: rgb(239, 238, 236) !important;
  border: none !important;
}
.c-form__textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em !important;
  background-color: rgb(239, 238, 236) !important;
  border: none !important;
}
.c-form__select {
  font-size: 1.3rem;
  line-height: 1;
  max-width: 100%;
  padding: 10px 30px 10px 12px;
  background: url(../img/bars-solid.svg) center right 12px no-repeat;
  background-size: 10px 10px;
  border: solid 1px rgb(239, 238, 236);
  background-color: rgb(255, 255, 255);
}
.c-form__radio {
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: middle;
}
.c-form__checkbox-outer label {
  cursor: pointer;
}
.c-form__checkbox {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  border: none;
}
.c-form__checkbox:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 0.8rem;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #000;
  border-top-style: none;
  border-right-style: none;
}
.c-form__checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.c-form__checkbox:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  cursor: pointer;
  border: 2px solid rgb(217, 217, 217);
  background: #fff;
  -webkit-transform: translate(0, -55%);
          transform: translate(0, -55%);
}
.c-form__important {
  font-size: 1.3rem;
  line-height: 2;
  border: solid 1px red;
  padding: 10px;
}
.c-form__require::after {
  color: red;
  content: "＊";
}
@media screen and (max-width: 480px) {
  .c-form__input-text {
    font-size: 1.6rem;
    line-height: 1;
  }
  .c-form__textarea {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .c-form__select {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.mwform-radio-field label {
  cursor: pointer;
  background-color: rgb(239, 238, 236);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}

.mwform-radio-field label:hover {
  opacity: 0.7;
}

/*.c-form__noinput {
    pointer-events: none;
}*/
.mw_wp_form_input .c-form__input-hide {
  display: none !important;
}

.mw_wp_form_confirm .c-form__confirm-hide {
  display: none !important;
}

.mw_wp_form_confirm .c-form__require::after {
  content: none;
}

.mw_wp_form_send_error {
  font-size: 1.3rem;
  line-height: 2;
}

.c-form__privacy {
  border: solid 1px rgb(239, 238, 236);
  padding: 20px 40px;
  height: 160px;
  overflow: scroll;
}
@media screen and (max-width: 480px) {
  .c-form__privacy {
    padding: 40px 20px;
  }
}
.c-form__privacy__heading {
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.c-form__privacy__ttl {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 10px;
}
.c-form__privacy p {
  font-size: 1.1rem;
  line-height: 2;
}
.c-form__privacy ul {
  font-size: 1.1rem;
  line-height: 2;
  list-style-type: disc;
  padding-left: 1.5em;
}
.c-heading__pagettl-en {
  width: 100%;
  padding: 80px 0;
}
.c-heading__pagettl-en__body {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 3px 0;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .c-heading__pagettl-en {
    text-align: center;
  }
  .c-heading__pagettl-en__body {
    font-size: 2rem;
    line-height: 1;
  }
}

.c-heading__pagettl-ja {
  width: 100%;
  padding: 80px 0;
}
.c-heading__pagettl-ja__body {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
  padding: 3px 0;
  display: inline-block;
}

.c-heading__left {
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0 0 0 30px;
  margin: 0 auto 20px;
  position: relative;
}
.c-heading__left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgb(130, 130, 130);
}

.c-heading__center {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 20px 0;
  margin: 0 auto 20px;
  text-align: center;
}

.p-breadcrumb {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px rgb(209, 207, 199);
}
.p-breadcrumb__content {
  color: rgb(62, 58, 57);
  font-size: 1rem;
  line-height: 1.2;
}
.p-breadcrumb__content li {
  display: inline-block;
}
.p-breadcrumb__content li::after {
  content: "＞";
  padding: 0 3px;
}
.p-breadcrumb__content li:last-child::after {
  content: none;
}
.p-breadcrumb__content li a {
  text-decoration: none;
  display: inline-block;
}
.p-breadcrumb__content li a:hover {
  text-decoration: underline;
}

.p-block--higher {
  margin-bottom: 80px;
}

.p-block--lower {
  margin-bottom: 40px;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  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;
}

.p-loading__preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading5Wrap {
  width: 36px;
  height: 36px;
  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;
}

.loading5_1 {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  background: #777;
  border-radius: 100%;
  -webkit-animation: loading5_1 1s infinite cubic-bezier(0, 0, 0.5, 1);
          animation: loading5_1 1s infinite cubic-bezier(0, 0, 0.5, 1);
}

.loading5_2 {
  position: absolute;
  z-index: -1;
  width: 34px;
  height: 34px;
  border: 1px solid transparent;
  border-radius: 100%;
  -webkit-animation: loading5_2 1s infinite cubic-bezier(0, 0, 0.5, 1);
          animation: loading5_2 1s infinite cubic-bezier(0, 0, 0.5, 1);
}

@-webkit-keyframes loading5_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes loading5_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@-webkit-keyframes loading5_2 {
  0% {
    border: 1px solid transparent;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  10% {
    border: 2px solid #777;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    border: 1px solid transparent;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@keyframes loading5_2 {
  0% {
    border: 1px solid transparent;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  10% {
    border: 2px solid #777;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    border: 1px solid transparent;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.wp-pagenavi {
  font-size: 1.2rem;
  line-height: 1;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi span.pages {
  color: rgb(0, 0, 0);
  border-top: solid 1px rgb(209, 207, 199);
  border-left: solid 1px rgb(209, 207, 199);
  border-bottom: solid 1px rgb(209, 207, 199);
  padding: 10px 12px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.wp-pagenavi span.pages:last-child {
  border-right: solid 1px rgb(209, 207, 199);
}
.wp-pagenavi a,
.wp-pagenavi span.extend {
  color: rgb(0, 0, 0);
  border-top: solid 1px rgb(209, 207, 199);
  border-left: solid 1px rgb(209, 207, 199);
  border-bottom: solid 1px rgb(209, 207, 199);
  padding: 10px 12px;
  text-decoration: none;
  text-align: center;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.wp-pagenavi a:last-child,
.wp-pagenavi span.extend:last-child {
  border-right: solid 1px rgb(209, 207, 199);
}
.wp-pagenavi a:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(209, 207, 199);
}
.wp-pagenavi span.current {
  color: rgb(0, 0, 0);
  padding: 10px 12px;
  text-decoration: none;
  text-align: center;
  background-color: rgb(209, 207, 199);
  border: solid 1px rgb(209, 207, 199);
}

.p-sortnav {
  max-width: 740px;
  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: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  .p-sortnav {
    display: block;
    text-align: center;
  }
}
.p-sortnav__select {
  width: 100%;
  max-width: 200px;
  border-radius: 40px;
  margin: 5px;
}
.p-sortnav__btn {
  width: 100%;
  max-width: 300px;
  margin: 5px;
}

/*============================================================================================
↓wp Gutenbergの調整用CSS=======================================================================
============================================================================================*/
.editor-styles-wrapper {
  color: #000;
  font-size: 1.3rem;
  line-height: 2;
}
.editor-styles-wrapper p {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper p > a {
  text-decoration: underline;
  text-decoration-color: currentColor;
}
.editor-styles-wrapper p > a:hover {
  opacity: 0.5;
}
.editor-styles-wrapper h1 {
  font-size: 200%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h2 {
  font-size: 180%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h3 {
  font-size: 160%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h4 {
  font-size: 140%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h5 {
  font-size: 120%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper h6 {
  font-size: 110%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) {
  margin: 1.5em 0 1.5em 1.5em;
  list-style-type: disc;
  list-style-position: outside;
}
.editor-styles-wrapper ol {
  margin: 1.5em 0 1.5em 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
}
.editor-styles-wrapper .wp-block-quote {
  padding: 1.8em 2em;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-quote > p {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-quote > p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote cite::before {
  content: "ー";
  font-style: italic;
  margin-right: 5px;
}
.editor-styles-wrapper .wp-block-code {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-preformatted {
  font-family: inherit;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-table {
  margin-bottom: 1.5em !important;
}
.editor-styles-wrapper .wp-block-table figcaption {
  text-align: center;
}
.editor-styles-wrapper .wp-block-verse {
  font-family: inherit;
  font-style: italic;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-image {
  margin: 0 0 1em;
}
.editor-styles-wrapper .wp-block-image > figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin: 0 auto 1.5em;
}
.editor-styles-wrapper .wp-block-gallery > figcaption {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-media-text {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .is-type-wp-embed {
  width: 100% !important;
  height: auto !important;
}
.editor-styles-wrapper .is-type-wp-embed iframe {
  width: 100% !important;
  height: fit-contents !important;
}
.editor-styles-wrapper .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25%;
}
.editor-styles-wrapper .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.editor-styles-wrapper .wp-block-buttons {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-columns > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-columns.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-columns:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-column > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-column:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-group > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-group:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .more-link {
  display: block;
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages {
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links {
  padding: 1em;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .post-nav-links .post-nav-ttl {
  padding: 0 3px 0 0;
}
.editor-styles-wrapper .post-nav-links .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links .current {
  font-weight: bold;
}
.editor-styles-wrapper .wp-block-search {
  margin-bottom: 1.5em;
}
.editor-styles-wrapper .wp-block-social-links {
  margin: 0 auto 1.5em;
}
.editor-styles-wrapper .wp-block-calendar table th {
  text-align: center;
  border-right: solid 1px #fff;
}
.editor-styles-wrapper .wp-block-calendar table th:last-child {
  border-right: none;
}
.error404__body {
  font-size: 1.3rem;
  line-height: 1.5;
}
.error404__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404__btn > a {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 480px) {
  .error404__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .error404__btn > a {
    min-width: 180px;
    margin: 0 0 10px;
  }
}

.p-page__archive__heading {
  font-size: 2rem;
  line-height: 1.5;
}
.p-page__single__right {
  width: 75%;
}
.p-page__single__left {
  width: calc(25% - 30px);
}
@media screen and (max-width: 768px) {
  .p-page__single__right {
    width: 100%;
  }
  .p-page__single__left {
    width: 100%;
  }
}
.p-page__single__body__ttl {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.p-page__single__body__meta {
  color: rgb(133, 133, 133);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.p-page__single__body__meta__date {
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 10px;
}
.p-page__single__body__meta__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-page__single__body__meta__category__item {
  font-size: 1.2rem;
  line-height: 1;
  padding: 0 0 0 10px;
  margin-right: 10px;
  position: relative;
}
.p-page__single__body__meta__category__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 90%;
  background-color: rgb(133, 133, 133);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-page__single__body__meta__category__item:last-child {
  padding: 0 10px;
}
.p-page__single__body__meta__category__item:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90%;
  background-color: rgb(133, 133, 133);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-page__single__pagenation {
  font-size: 1.2rem;
  line-height: 1.3;
  width: 100%;
  height: 44px;
  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;
}
.p-page__single__pagenation__item {
  width: calc(50% - 20px);
}
.p-page__sidebar__ttl {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.p-page__sidebar__item {
  font-size: 1.3rem;
  line-height: 1.6;
  list-style: none;
}
.p-page__sidebar__item > li {
  margin-bottom: 5px;
}
.p-page__sidebar__item > li:last-child {
  margin-bottom: 0;
}
.p-page__sidebar__item > li > a {
  position: relative;
  padding: 3px 0;
  display: inline-block;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.p-page__sidebar__item > li > a::after {
  content: "";
  background-color: rgb(0, 0, 0);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.p-page__sidebar__item > li > a:hover {
  color: rgb(255, 255, 255);
  opacity: 1;
  padding: 3px 5px;
}
.p-page__sidebar__item > li > a:hover::before {
  background-color: rgb(255, 255, 255);
}
.p-page__sidebar__item > li > a:hover::after {
  width: 100%;
}

.u-f30 {
  font-size: 3rem;
  line-height: 2;
}

.u-f28 {
  font-size: 2.8rem;
  line-height: 2;
}

.u-f24 {
  font-size: 2.4rem;
  line-height: 2;
}

.u-f22 {
  font-size: 2.2rem;
  line-height: 2;
}

.u-f20 {
  font-size: 2rem;
  line-height: 2;
}

.u-f18 {
  font-size: 1.8rem;
  line-height: 2;
}

.u-f17 {
  font-size: 1.7rem;
  line-height: 2;
}

.u-f16 {
  font-size: 1.6rem;
  line-height: 2;
}

.u-f15 {
  font-size: 1.5rem;
  line-height: 2;
}

.u-f14 {
  font-size: 1.4rem;
  line-height: 2;
}

.u-f13 {
  font-size: 1.3rem;
  line-height: 2;
}

.u-f12 {
  font-size: 1.2rem;
  line-height: 2;
}

.u-f11 {
  font-size: 1.1rem;
  line-height: 2;
}

.u-f10 {
  font-size: 1rem;
  line-height: 2;
}

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

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

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

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

.u-align--top {
  vertical-align: top;
}

.u-align--middle {
  vertical-align: middle;
}

.u-align--bottom {
  vertical-align: bottom;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-mb5 {
  margin-bottom: 5px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mr0 {
  margin-right: 0px;
}

.u-mr5 {
  margin-right: 5px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-ml0 {
  margin-left: 0px;
}

.u-ml5 {
  margin-left: 5px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pr0 {
  padding-right: 0px;
}

.u-pr5 {
  padding-right: 5px;
}

.u-pr10 {
  padding-right: 10px;
}

.u-pr15 {
  padding-right: 15px;
}

.u-pr20 {
  padding-right: 20px;
}

.u-pr25 {
  padding-right: 25px;
}

.u-pr30 {
  padding-right: 30px;
}

.u-pr35 {
  padding-right: 35px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr45 {
  padding-right: 45px;
}

.u-pr50 {
  padding-right: 50px;
}

.u-pr55 {
  padding-right: 55px;
}

.u-pr60 {
  padding-right: 60px;
}

.u-pr65 {
  padding-right: 65px;
}

.u-pr70 {
  padding-right: 70px;
}

.u-pr75 {
  padding-right: 75px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pl0 {
  padding-left: 0px;
}

.u-pl5 {
  padding-left: 5px;
}

.u-pl10 {
  padding-left: 10px;
}

.u-pl15 {
  padding-left: 15px;
}

.u-pl20 {
  padding-left: 20px;
}

.u-pl25 {
  padding-left: 25px;
}

.u-pl30 {
  padding-left: 30px;
}

.u-pl35 {
  padding-left: 35px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl45 {
  padding-left: 45px;
}

.u-pl50 {
  padding-left: 50px;
}

.u-pl55 {
  padding-left: 55px;
}

.u-pl60 {
  padding-left: 60px;
}

.u-pl65 {
  padding-left: 65px;
}

.u-pl70 {
  padding-left: 70px;
}

.u-pl75 {
  padding-left: 75px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-float--clear {
  clear: both;
}

.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

.sp,
.tab {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 1080px) {
  .sp,
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 896px) {
  .sp,
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .pc,
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}