@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 10px;
  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 */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  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-top-width: 1px;
  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] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
embed,
iframe,
img,
object {
  vertical-align: middle;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -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.
 */
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 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;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

/**
 * 追加
 */
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: auto;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  ._sp-only {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  ._sp-only {
    display: block;
    margin: auto;
  }
  ._pc-only {
    display: none;
  }
}
.js-ofi {
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  scroll-behavior: smooth;
}

img {
  max-height: 100%;
}

body {
  color: #202020;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  background: #fff;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 40px;
  }
}

h2 {
  position: relative;
  text-align: left;
  font-size: 3em;
  font-weight: bold;
  z-index: 5;
}
h2.teacher {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  h2.teacher {
    margin: 10px auto 0;
  }
}
h2.contact {
  position: relative;
  text-align: center;
  color: #0068b7;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  h2.contact {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    margin-bottom: 2em;
  }
}

a {
  color: #101010;
  text-decoration: none;
  color: #0068B7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
a span {
  color: #68111E;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
.link-button {
  display: block;
  margin: 3em auto 0;
  text-align: center;
  padding: 2px 10px;
  font-size: 1.6rem;
  color: #191919;
  background: #68111E;
  color: #fff;
  width: 200px;
  font-weight: bold;
}
.link-button.contact {
  margin: 5em auto 0;
  background: #68111E;
}
@media only screen and (max-width: 768px) {
  .link-button {
    font-size: 1.2rem;
  }
}

section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}
section.gray {
  background: #f7f7f7;
}

.adjust-width {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}
.adjust-width.-wide {
  max-width: 1300px;
}
@media only screen and (max-width: 1370px) {
  .adjust-width {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .adjust-width {
    padding: 0 2.2vw;
  }
}

/**
 * header 
 */
.l-header {
  z-index: 7000;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}
.l-header.-hide {
  opacity: 0;
}

.l-header__toggle {
  pointer-events: visible;
  position: relative;
  -webkit-box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0 0 10px 0;
}

.l-header__nav {
  z-index: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.l-header__bar {
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  padding: 10px 15px;
  line-height: 0;
}

.l-header__bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 0 0 10px 0;
}

.l-header__title {
  z-index: 11;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.l-header__logo {
  display: block;
  line-height: 0;
}

.l-header__service-site {
  display: block;
  line-height: 0;
  padding: 0 34px;
}

.l-header__hamburger {
  z-index: 11;
  position: relative;
  padding: 14px 26px;
  border-left: 1px solid rgba(56, 56, 58, 0.2);
  border-right: 1px solid rgba(56, 56, 58, 0.2);
}

.l-header__hamburger button {
  position: relative;
  top: 1px;
}

.l-header__menu {
  z-index: 11;
  position: relative;
}
.l-header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  padding: 0 10px;
}
.l-header__menu > ul > li {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 18px;
}
.l-header__menu > ul > li span {
  display: inline-block;
  color: #38383a;
}
.l-header__menu > ul > li span._sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header__menu > ul > li span._sp-only {
    display: inline-block;
  }
  .l-header__menu > ul > li span._pc-only {
    display: none;
  }
}

@media (min-width: 64.0625em) {
  .l-header__menu a span {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header__menu a:hover span {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    opacity: 0.4;
  }
}
@media (max-width: 64.0525em) {
  .l-header__bar {
    padding: 8px 14px 8px 10px;
  }
  .l-header__bar:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0 0 0 7px;
  }
  .l-header__title {
    position: relative;
    top: 1px;
    display: block;
    padding-right: 12px;
  }
  .l-header__logo img {
    width: 100px;
  }
  .l-header__service-site img {
    width: 46px;
  }
  .l-header__hamburger {
    padding: 10px 12px;
  }
  .l-header__hamburger button {
    top: 1px;
  }
  .l-header__menu > ul {
    padding: 0 0 0 3px;
  }
  .l-header__menu > ul > li {
    padding-left: 8px;
    font-size: 1.4rem;
    line-height: 16px;
  }
}
@media (max-width: 37.5em) {
  .l-header__menu > ul > li {
    font-size: 2.4154589372vw;
    line-height: 3.6231884058vw;
  }
}
@media (max-width: 37.5em) and (min-width: 51.75em) and (max-width: 64.0525em) {
  .l-header__menu > ul > li {
    font-size: 15px;
  }
}
@media (max-width: 37.5em) and (min-width: 51.75em) and (max-width: 64.0525em) {
  .l-header__menu > ul > li {
    line-height: 16.5px;
  }
}
.l-header__bar:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 0 0 10px 0;
}

.l-header__title {
  z-index: 11;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.l-header__logo {
  display: block;
  line-height: 0;
}

.l-header__service-site {
  display: block;
  line-height: 0;
  padding: 0 34px;
}
.l-header__service-site img {
  width: 84px;
}

.l-header__hamburger {
  z-index: 11;
  position: relative;
  padding: 14px 26px;
  border-left: 1px solid rgba(56, 56, 58, 0.2);
  border-right: 1px solid rgba(56, 56, 58, 0.2);
}

.l-header__hamburger button {
  position: relative;
  top: 1px;
}

.l-header__menu {
  z-index: 11;
  position: relative;
}

.l-header__menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  padding: 0 10px;
}

.l-header__menu > ul > li {
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 18px;
}

.l-header__menu > ul > li span {
  display: inline-block;
  color: #191919;
  font-weight: 500;
}

@media (min-width: 64.0625em) {
  .l-header__menu a span {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .l-header__menu a:hover span {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    opacity: 0.4;
  }
}
@media (max-width: 64.0525em) {
  .l-header__bar {
    padding: 8px 14px 8px 10px;
  }
  .l-header__bar:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0 0 7px 0;
  }
  .l-header__title {
    position: relative;
    top: 1px;
    display: block;
    padding-right: 12px;
  }
  .l-header__logo img {
    width: 100px;
  }
  .l-header__service-site {
    padding: 0 0 0;
  }
  .l-header__service-site img {
    width: 46px;
  }
  .l-header__hamburger {
    padding: 12px 12px;
  }
  .l-header__hamburger button {
    top: 1px;
  }
  .l-header__menu > ul {
    padding: 0 0 0 3px;
  }
  .l-header__menu > ul > li {
    padding-left: 8px;
    font-size: 1.4rem;
    line-height: 16px;
  }
}
@media (max-width: 37.5em) {
  .l-header__menu > ul > li {
    font-size: 2.4154589372vw;
    line-height: 3.6231884058vw;
  }
}
@media (max-width: 37.5em) and (min-width: 51.75em) and (max-width: 64.0525em) {
  .l-header__menu > ul > li {
    font-size: 15px;
  }
}
@media (max-width: 37.5em) and (min-width: 51.75em) and (max-width: 64.0525em) {
  .l-header__menu > ul > li {
    line-height: 16.5px;
  }
}
.c-hamburger {
  pointer-events: visible;
  position: relative;
  display: block;
  width: 40px;
  height: 17px;
}

.c-hamburger__line1,
.c-hamburger__line2,
.c-hamburger__line3 {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #38383a;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
          transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.c-hamburger__line1 {
  top: 0px;
}

.c-hamburger__line2 {
  top: 7px;
}

.c-hamburger__line3 {
  bottom: 0px;
}

.is-opened .c-hamburger__line1,
.type-close .c-hamburger__line1 {
  -webkit-transform: translateY(7px) rotateZ(30deg) !important;
          transform: translateY(7px) rotateZ(30deg) !important;
}

.is-opened .c-hamburger__line2,
.type-close .c-hamburger__line2 {
  opacity: 0;
}

.is-opened .c-hamburger__line3,
.type-close .c-hamburger__line3 {
  -webkit-transform: translateY(-7px) rotateZ(-30deg) !important;
          transform: translateY(-7px) rotateZ(-30deg) !important;
}

.c-hamburger--2lines .c-hamburger__line2 {
  display: none !important;
}

.c-hamburger.is-white .c-hamburger__line1,
.c-hamburger.is-white .c-hamburger__line2,
.c-hamburger.is-white .c-hamburger__line3 {
  background-color: #ffffff;
}

.c-hamburger.is-white-important .c-hamburger__line1,
.c-hamburger.is-white-important .c-hamburger__line2,
.c-hamburger.is-white-important .c-hamburger__line3 {
  background-color: #ffffff !important;
}

.c-hamburger.is-black-important .c-hamburger__line1,
.c-hamburger.is-black-important .c-hamburger__line2,
.c-hamburger.is-black-important .c-hamburger__line3 {
  background-color: #38383a !important;
}

@media (max-width: 64.0525em) {
  .c-hamburger {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 100% 0px;
            transform-origin: 100% 0px;
  }
}
.p-hamburger {
  width: 26px;
  height: 16px;
}

.p-hamburger__line1,
.p-hamburger__line2,
.p-hamburger__line3 {
  height: 1px;
  background-color: #38383a;
}

.p-hamburger__line2 {
  top: 7px;
}

.is-opened .p-hamburger__line1,
.type-close .p-hamburger__line1 {
  -webkit-transform: translateY(7px) rotateZ(45deg) !important;
          transform: translateY(7px) rotateZ(45deg) !important;
}

.is-opened .p-hamburger__line2,
.type-close .p-hamburger__line2 {
  opacity: 0;
}

.is-opened .p-hamburger__line3,
.type-close .p-hamburger__line3 {
  -webkit-transform: translateY(-7px) rotateZ(-45deg) !important;
          transform: translateY(-7px) rotateZ(-45deg) !important;
}

@media (min-width: 64.0625em) {
  .p-hamburger:hover .p-hamburger__line1 {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  .p-hamburger:hover .p-hamburger__line3 {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  .is-opened .p-hamburger:hover .c-hamburger__line1,
  .type-close .p-hamburger:hover .c-hamburger__line1 {
    -webkit-transform: translateY(7px) rotateZ(225deg) !important;
            transform: translateY(7px) rotateZ(225deg) !important;
  }
  .is-opened .p-hamburger:hover .c-hamburger__line3,
  .type-close .p-hamburger:hover .c-hamburger__line3 {
    -webkit-transform: translateY(-7px) rotateZ(-225deg) !important;
            transform: translateY(-7px) rotateZ(-225deg) !important;
  }
}
@media (max-width: 64.0525em) {
  .p-hamburger {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 13px;
    height: 8px;
  }
  .p-hamburger__line1,
  .p-hamburger__line2,
  .p-hamburger__line3 {
    height: 1px;
    background-color: #38383a;
  }
  .p-hamburger__line2 {
    top: 3.5px;
  }
  .is-opened .p-hamburger__line1,
  .type-close .p-hamburger__line1 {
    -webkit-transform: translateY(3.5px) rotateZ(45deg) !important;
            transform: translateY(3.5px) rotateZ(45deg) !important;
  }
  .is-opened .p-hamburger__line2,
  .type-close .p-hamburger__line2 {
    opacity: 0;
  }
  .is-opened .p-hamburger__line3,
  .type-close .p-hamburger__line3 {
    -webkit-transform: translateY(-3.5px) rotateZ(-45deg) !important;
            transform: translateY(-3.5px) rotateZ(-45deg) !important;
  }
}
.l-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

.l-nav__modal {
  position: relative;
  width: 100%;
}

.l-nav__modal__bg {
  z-index: 1;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
          transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.l-nav__modal__scroll {
  z-index: 2;
  position: relative;
  width: 100%;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.l-nav.is-opened .l-nav__modal__bg {
  opacity: 1;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  pointer-events: visible;
}

.l-nav.is-opened .l-nav__modal__scroll {
  opacity: 1;
  pointer-events: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 64.0525em) {
  .l-nav__modal {
    position: fixed;
    height: 100vh;
  }
  .l-nav.is-opened .l-nav__modal {
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
  }
}
.js-modal__trigger {
  pointer-events: visible;
  cursor: pointer;
}

.l-modal {
  z-index: 9000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.l-modal.is-opened {
  opacity: 1;
}

.l-modal__bg {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.l-modal__close {
  z-index: 3;
  position: absolute;
  right: 60px;
  top: 60px;
  cursor: pointer;
  line-height: 0;
}

.l-modal__content {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1240px;
  width: 77.5%;
  height: 100%;
  margin: 0 auto;
}

.l-modal__youtube {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #38383a;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  transition: transform 0.7s cubic-bezier(0.5, 0, 0, 1.3), -webkit-transform 0.7s cubic-bezier(0.5, 0, 0, 1.3);
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  border-radius: 10px;
}

.l-modal__youtube.is-active {
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.l-modal__youtube iframe,
.l-modal__youtube object,
.l-modal__youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-touch-action: none;
      touch-action: none;
}

.l-modal__page {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  width: 100%;
  height: 100%;
  padding-top: 15vh;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
          transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: opacity transform;
  transition-property: opacity transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.l-modal__page.is-active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.l-modal.is-opened .l-modal__bg,
.l-modal.is-opened .l-modal__close,
.l-modal.is-opened .l-modal__youtube {
  pointer-events: visible;
}

.l-modal.is-opened .l-modal__bg {
  opacity: 1;
}

@media (min-width: 64.0625em) {
  .l-modal__close:hover:before {
    -webkit-animation: l_modal_close_anim 0.25s;
    animation: l_modal_close_anim 0.25s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.07, 0, 1);
    animation-timing-function: cubic-bezier(0.15, 0.07, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  @-webkit-keyframes l_modal_close_anim {
    0% {
      -webkit-transform: rotateZ(0);
              transform: rotateZ(0);
    }
    100% {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
    }
  }
  @keyframes l_modal_close_anim {
    0% {
      -webkit-transform: rotateZ(0);
              transform: rotateZ(0);
    }
    100% {
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
    }
  }
}
@media (max-width: 64.0525em) {
  .l-modal__close {
    right: 7.4879227053vw;
    top: 50%;
    margin-top: -42%;
  }
  .l-modal__content {
    max-width: 100%;
    width: 100%;
    padding: 0 8.4541062802vw;
  }
  .l-modal__page {
    padding: 10vh 25px 0;
  }
  .l-modal__youtube {
    border-radius: 7px;
  }
}
.p-hamNav {
  width: 100%;
  padding: 100px 110px 60px;
  background-color: #ffffff;
  border-radius: 0 0 10px 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
          transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0.0001deg) translateY(-100%);
          transform: rotate(0.0001deg) translateY(-100%);
}

.p-hamNav__global {
  color: #191919;
}

.p-hamNav__global a {
  color: #191919;
  font-weight: 500;
}

.p-hamNav__sns {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: center;
}

.p-hamNav__sns a {
  display: block;
  padding: 10px;
  line-height: 0;
}

@media (max-width: 64.0525em) {
  .p-hamNav {
    padding: 60px 25px 80px;
    border-radius: 0 0 7px 0;
  }
  .p-hamNav__sns {
    right: 15px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .p-hamNav__sns a {
    padding: 10px;
  }
}
.js-nav.is-opened .p-hamNav {
  -webkit-transform: rotate(0.0001deg) translateY(0px);
          transform: rotate(0.0001deg) translateY(0px);
}

.p-pcNav {
  position: relative;
}

.p-pcNav a,
.p-pcNav button {
  pointer-events: visible;
  display: inline-block;
  padding: 10px 0;
  line-height: 0;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 18px;
}

.p-pcNav__accordion {
  position: relative;
}

.p-pcNav__accordion__toggle {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.p-pcNav__accordion__toggle__text {
  padding-right: 17px;
}

.p-pcNav__accordion__toggle__plus {
  position: relative;
  top: 2px;
}

.p-pcNav__accordion__height {
  padding-bottom: 5px;
}

.p-pcNav__accordion__height li {
  padding-left: 10px;
}

@media (min-width: 64.0625em) {
  .p-pcNav__accordion__toggle__text {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-pcNav__accordion__toggle:hover .p-pcNav__accordion__toggle__text {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    opacity: 0.4;
  }
  .p-pcNav__accordion__toggle:hover .p-plusToggle:before {
    -webkit-transform: rotate(0.0001deg) scale(1.5);
            transform: rotate(0.0001deg) scale(1.5);
  }
}
@media (max-width: 64.0525em) {
  .p-pcNav {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    overflow: hidden;
  }
}
.p-globalNav {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  width: 100%;
  font-size: 1.8rem;
  line-height: 20px;
}

.p-globalNav__col {
  width: 50%;
}

.p-globalNav__col--1 {
  width: 50%;
}

.p-globalNav__col--2 {
  width: 50%;
}

.p-globalNav__col > li:not(:last-child) {
  padding-bottom: 30px;
}

.p-globalNav__lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  width: 100%;
}

.p-globalNav__lv__2 {
  width: 55%;
}

.p-globalNav__lv__3 {
  width: 45%;
  font-size: 1.6rem;
  line-height: 18px;
}

.p-globalNav__lv__3 span.small {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .p-globalNav__lv__3 span.small {
    font-size: 1rem;
  }
}

.p-globalNav__lv__3 > li:not(:first-child) {
  padding-top: 30px;
}

.p-globalNav__lv--service .p-globalNav__lv__2 {
  width: 35%;
}
.p-globalNav__lv--service .p-globalNav__lv__2 span.small {
  display: block;
  padding: 3px 0 0;
  font-size: 1.4rem;
}

.p-globalNav__lv--service .p-globalNav__lv__3 {
  width: 65%;
}

.p-globalNav--white a {
  color: #ffffff;
}

.p-globalNav--white .p-globalNav__lv__3 a span {
  opacity: 0.5;
}

.p-globalNav--white .p-globalNav__lv__2 span {
  color: #ffffff;
}

@media (min-width: 64.0625em) {
  .p-globalNav__lv__3 a:before {
    content: "- ";
    display: inline;
  }
  .p-globalNav--white .p-globalNav__lv__3 a span {
    opacity: 0.5;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .p-globalNav--white .p-globalNav__lv__3 a:hover span {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    opacity: 0.3;
  }
  .p-globalNav--footer {
    font-size: 1.6rem;
    line-height: 18px;
  }
  .p-globalNav--footer .p-globalNav__col > li:not(:last-child) {
    padding-bottom: 20px;
  }
  .p-globalNav--footer .p-globalNav__lv__3 > li:not(:first-child) {
    padding-top: 20px;
  }
  .p-globalNav--no-dictionary .p-globalNav__col--2 {
    padding-top: 50px;
  }
}
@media (max-width: 79.99em) {
  .p-globalNav {
    font-size: 1.6rem;
    line-height: 18px;
  }
}
@media (max-width: 64.0525em) {
  .p-globalNav {
    display: block;
    font-size: 1.2rem;
    line-height: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-globalNav__col {
    width: 100%;
  }
  .p-globalNav__col--1 {
    width: 100%;
  }
  .p-globalNav__col--2 {
    width: 100%;
  }
  .p-globalNav__col > li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-globalNav__col > li:not(:last-child) {
    padding-bottom: 0px;
  }
  .p-globalNav__col > li > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-globalNav__col > li:not(:first-child) > a {
    padding-bottom: 15px;
  }
  .p-globalNav__col > li:not(:last-child) > a {
    padding-bottom: 15px;
  }
  .p-globalNav__lv {
    display: block;
    width: 100%;
  }
  .p-globalNav__lv__2 {
    width: 100%;
  }
  .p-globalNav__lv__2 > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-globalNav__lv__3 {
    width: 65%;
    margin-left: 35%;
    font-size: 1.2rem;
    line-height: 14px;
  }
  .p-globalNav__lv__3 > li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-globalNav__lv__3 > li:not(:first-child) {
    padding-top: 0px;
  }
  .p-globalNav__lv__3 > li > a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-globalNav__lv--service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .p-globalNav__lv--service .p-globalNav__lv__2 {
    width: 35%;
  }
  .p-globalNav__lv--service .p-globalNav__lv__2 span {
    display: inline-block;
    padding: 15px 0;
  }
  .p-globalNav__lv--service .p-globalNav__lv__2 span.small {
    padding: 3px 0 0;
    font-size: 1rem;
  }
  .p-globalNav__lv--service .p-globalNav__lv__3 {
    width: 65%;
    margin-left: 0;
  }
  .p-globalNav__lv--service .p-globalNav__lv__3 > li:first-child {
    border-top: none;
  }
  .p-globalNav--white {
    border-bottom-color: rgba(255, 255, 255, 0.2);
  }
  .p-globalNav--white .p-globalNav__col > li {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
  .p-globalNav--white .p-globalNav__lv__3 > li {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}
.p-hamNav {
  width: 100%;
  padding: 90px 70px 50px;
  background-color: #ffffff;
  border-radius: 0 0 10px 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
          transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0.0001deg) translateY(-100%);
          transform: rotate(0.0001deg) translateY(-100%);
}

.p-hamNav__global {
  color: #38383a;
}

.p-hamNav__global a {
  color: #38383a;
}
.p-hamNav__global a span {
  color: #38383a;
}

.p-hamNav__sns {
  position: absolute;
  right: 40px;
  bottom: 40px;
  text-align: center;
}
.p-hamNav__sns a {
  display: block;
  padding: 10px;
  line-height: 0;
}

@media (max-width: 64.0525em) {
  .p-hamNav {
    padding: 60px 25px 30px;
    border-radius: 0 0 7px 0;
  }
  .p-hamNav__sns {
    right: 15px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .p-hamNav__sns a {
    padding: 10px;
  }
}
/**
 * footer 
 */
footer {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 50px 0;
  font-size: 1.6rem;
  color: #191919;
  background: #ededed;
  margin-top: 150px;
}
footer ul li {
  margin-bottom: 0.25em;
}
footer a {
  color: #191919;
}
@media only screen and (max-width: 768px) {
  footer {
    font-size: 1.2rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 70px;
  }
}
footer p {
  text-align: center;
  color: #191919;
}
footer .copyright {
  font-size: 1.2rem;
  margin-top: 2em;
}

.js-fadein {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .js-fadein {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}
.js-fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-line-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 40%);
  background: linear-gradient(transparent 60%, #ffff00 40%);
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media only screen and (max-width: 768px) {
  .js-line-yellow {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    background-size: 100% 100%;
  }
}
.js-line-yellow.big {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 0%, #ffff00 0%);
  background: linear-gradient(transparent 0%, #ffff00 0%);
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
@media only screen and (max-width: 768px) {
  .js-line-yellow.big {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    background-size: 100% 100%;
  }
}
.js-line-yellow.active {
  background-size: 100% 100%;
}

.js-slidein {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  visibility: visible;
}
.js-slidein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-animation: flicker 0.4s linear forwards;
          animation: flicker 0.4s linear forwards;
}

.l-button {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  position: relative;
  color: #191919;
  font-weight: 500;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#026ab6), to(#2297b2));
  background: -webkit-linear-gradient(#026ab6, #2297b2);
  background: linear-gradient(#026ab6, #2297b2);
}

.swiper {
  padding-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  .swiper {
    padding-bottom: 10px;
  }
}
.swiper video {
  width: 100%;
  border-radius: 10px;
}
.swiper .swiper-slide p {
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 15px;
}
@media (max-width: 79.99em) {
  .swiper .swiper-slide p {
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide p {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 2.8985507246vw;
    line-height: 4.5893719807vw;
  }
}
.swiper .swiper-slide p a {
  position: relative;
  display: inline-block;
  margin: auto;
  background: #68111E;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px 36px 2px 24px;
  margin-top: 0.5em;
  cursor: pointer;
}
.swiper .swiper-slide p a::after {
  background-color: #fff; /* 横線の色 */
  content: "";
  position: absolute;
  height: 1px;
  width: 16px;
  top: 50%;
  margin-left: 4px;
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide p a::after {
    width: 8px;
    margin-left: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .swiper-slide p a {
    font-size: 2.8985507246vw;
    line-height: 4.5893719807vw;
    padding: 2px 10px;
  }
}
.swiper .p-videoCarousel__arrows {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
.swiper .p-videoCarousel__arrows .p-arrowButtons {
  width: 33.75vw;
  max-width: 648px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .swiper .p-videoCarousel__arrows .p-arrowButtons {
    width: 88%;
  }
}
.swiper .p-arrowButtons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  width: 100%;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
          transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #68111E;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 12px;
}
.swiper .swiper-button-prev:before,
.swiper .swiper-button-next:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #191919;
  border-radius: 40px;
  opacity: 0.1;
}
.swiper .swiper-button-prev > span,
.swiper .swiper-button-next > span {
  position: relative;
  display: block;
}
.swiper .swiper-button-prev > span:before,
.swiper .swiper-button-prev > span:after,
.swiper .swiper-button-next > span:before,
.swiper .swiper-button-next > span:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  width: 7px;
  height: 1px;
  background-color: #62b7e7;
}
.swiper .swiper-button-prev > span:before,
.swiper .swiper-button-next > span:before {
  top: -3px;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.swiper .swiper-button-prev > span:after,
.swiper .swiper-button-next > span:after {
  top: 2px;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.swiper .swiper-button-prev.slick-disabled,
.swiper .swiper-button-next.slick-disabled {
  -webkit-transform: rotate(0.0001deg) scale(0);
          transform: rotate(0.0001deg) scale(0);
  pointer-events: none;
}
.swiper .swiper-button-prev > span {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
@media (min-width: 64.0625em) {
  .swiper .swiper-button-prev:before,
  .swiper .swiper-button-next:before {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
            transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper .swiper-button-prev:hover:before,
  .swiper .swiper-button-next:hover:before {
    -webkit-transform: rotate(0.0001deg) scale(0.9);
            transform: rotate(0.0001deg) scale(0.9);
    opacity: 0.5;
  }
}
@media (max-width: 64.0525em) {
  .swiper .p-videoCarousel__arrows {
    bottom: 10px;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .swiper .swiper-button-prev:before,
  .swiper .swiper-button-next:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .swiper .swiper-button-prev > span:before,
  .swiper .swiper-button-prev > span:after,
  .swiper .swiper-button-next > span:before,
  .swiper .swiper-button-next > span:after {
    left: -3px;
    width: 7px;
    height: 1px;
  }
  .swiper .swiper-button-prev > span:before,
  .swiper .swiper-button-next > span:before {
    top: -3px;
  }
  .swiper .swiper-button-prev > span:after,
  .swiper .swiper-button-next > span:after {
    top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper .p-videoCarousel__arrows {
    bottom: 0;
  }
}

.remodal.movie {
  padding: 30px 5px 5px 5px;
}
.remodal.movie iframe {
  width: 100%;
}

.sample-image-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sample-image-list li {
  width: 48%;
  margin-right: 4%;
}
.sample-image-list li:nth-child(2n) {
  margin-right: 0;
}/*# sourceMappingURL=layout.css.map */