@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

@font-face {
  font-family: 'PRISTINA';
  src: url("../fonts/pristina.ttf");
}

@font-face {
  font-family: 'ShipporiMincho-OTF-SemiBold';
  src: url("../fonts/ShipporiMincho-OTF-SemiBold.otf");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #333333;
  font-family: "小塚ゴシック Pr6N","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^='tel'] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 0 0px 29px;
  }
  .header__main--left .slogan {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.04em;
  }
  .header__main--left .logo {
    display: inline-block;
    line-height: 0;
    margin-top: 5px;
  }
  .header__main--left .logo a {
    display: inline-block;
    line-height: 0;
    width: 107px;
  }
  .header__main--left .logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
  }
  .header__main--right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main--right ul li a {
    font-size: 18px;
    line-height: 21px;
    color: #000;
  }
  .header__main--right ul li + li {
    margin-left: 40px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main--right {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 41px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__main--right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 0 0;
    width: 100%;
  }
  .header__main--right ul li {
    width: 100%;
  }
  .header__main--right ul li a {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 16px;
    border-bottom: 1px solid #000;
  }
  .header__main--right ul li + li {
    margin-top: 16px;
    margin-left: auto;
  }
}

@media screen and (min-width: 769px), print {
  .header__main .btnTel {
    margin-left: 40px;
    width: 170px;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main .btnTel {
    margin-left: auto;
  }
}

@media screen and (min-width: 769px), print {
  .header__main .btnTel a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    font-family: "メイリオ", Meiryo, sans-serif;
    background: #0e211f;
  }
  .header__main .btnTel a::before {
    content: "";
    width: 19.5px;
    height: 19px;
    background: url("../img/headerPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 9px;
  }
  .header__main .btnLine {
    line-height: 0;
    display: block;
    width: 70px;
  }
  .header__main .btnLine a {
    display: block;
    line-height: 0;
    width: 70px;
    height: 70px;
  }
  .header__main .btnLine a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__main .menu_icon {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header__main .menu_icon {
    margin-left: 15px;
    margin-right: 15px;
    width: 30px;
    height: 21px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
    z-index: 99;
  }
  .header__main .menu_icon .menu_icon_in {
    width: 30px;
    height: 21px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger,
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 30px;
    height: 21px;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #131311;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #131311;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #131311;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #131311;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
}

@media screen and (min-width: 769px), print {
  .footer {
    background: #222222;
  }
  .footer__main {
    max-width: 1300px;
  }
  .footer__main--link {
    padding: 37px 0 34px;
    border-bottom: 1px solid #b3b3b3;
  }
  .footer__main--link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__main--link ul li a {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .footer__main--link ul li + li {
    margin-left: 42px;
  }
  .footer__main--bottom {
    margin-top: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--bottom .left {
    width: 421px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom .left {
    width: 100%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom .left .logo {
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--bottom .left .logo a {
    display: inline-block;
    line-height: 0;
    width: 208px;
  }
  .footer__main--bottom .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--bottom .left .name {
    font-size: 14px;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0.08em;
    margin-top: 23px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom .left .name {
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--bottom .left address {
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "メイリオ", Meiryo, sans-serif;
    margin-top: 10px;
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom .left address {
    text-align: center;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--bottom .right {
    width: 786px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .footer__main--bottom .right {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .footer__main--bottom .right dl {
    width: 355px;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  .footer__main--bottom .right dl dt {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
  }
  .footer__main--bottom .right dl dd {
    margin-top: 9px;
  }
  .footer__main--bottom .right dl dd address {
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
  }
  .footer__main--bottom .right dl dd p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #999999;
    margin-top: 9px;
  }
  .footer__main--bottom .right dl dd p a {
    color: #999999;
  }
  .footer__copy {
    margin-top: 100px;
    background: #555555;
    padding: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .fv {
    background: #e5ffff url("../img/fvBg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .fv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .fv__main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 290px;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#59dbea), to(#2e9eb4));
    background: -webkit-linear-gradient(left, #59dbea 0%, #2e9eb4 100%);
    background: -moz- oldlinear-gradient(left, #59dbea 0%, #2e9eb4 100%);
    background: linear-gradient(90deg, #59dbea 0%, #2e9eb4 100%);
    z-index: -2;
  }
  .pTop .fv__main::after {
    position: absolute;
    content: attr(data-enjoy);
    font-family: "PRISTINA";
    font-size: 60px;
    line-height: 78px;
    letter-spacing: 0.1em;
    color: #9ddcf5;
    left: 50%;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -15px;
    z-index: -1;
  }
  .pTop .fv__main--top {
    max-width: 1230px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 178px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .fv__main--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__main--top .left h2 {
    line-height: 0;
  }
  .pTop .fv__main--top .left h2 img {
    width: 494px;
    height: auto;
  }
  .pTop .fv__main--top .left p {
    font-size: 18px;
    line-height: 30px;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 36px;
  }
  .pTop .fv__main--top .right {
    width: 520px;
    margin-right: -100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .pTop .fv__main--top .right {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .pTop .fv__main--top .right {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .fv__main--top .right ul li {
    width: 100%;
  }
  .pTop .fv__main--top .right ul li + li {
    margin-top: 30px;
  }
  .pTop .fv__main--top .right ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    color: #fff;
    -moz-border-radius: 35px;
         border-radius: 35px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
         box-shadow: 0 4px 2px rgba(0, 0, 0, 0.3);
  }
  .pTop .fv__main--top .right ul li a.st1 {
    background: -webkit-gradient(linear, left top, right top, from(#e32300), to(#c50000));
    background: -webkit-linear-gradient(left, #e32300 0%, #c50000 100%);
    background: -moz- oldlinear-gradient(left, #e32300 0%, #c50000 100%);
    background: linear-gradient(90deg, #e32300 0%, #c50000 100%);
  }
  .pTop .fv__main--top .right ul li a.st2 {
    background: -webkit-gradient(linear, left top, right top, from(#409bdd), to(#1f4fa0));
    background: -webkit-linear-gradient(left, #409bdd 0%, #1f4fa0 100%);
    background: -moz- oldlinear-gradient(left, #409bdd 0%, #1f4fa0 100%);
    background: linear-gradient(90deg, #409bdd 0%, #1f4fa0 100%);
  }
  .pTop .fv__main--bot {
    max-width: 1230px;
    margin-top: 55px;
  }
  .pTop .fv__main--bot ul {
    margin: -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .fv__main--bot ul li {
    width: 390px;
    margin: 15px;
  }
  .pTop .fv__main--bot ul li figure {
    position: relative;
    width: 100%;
    height: 270px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main--bot ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .fv__main--bot ul li figure figcaption {
    position: absolute;
    width: 100%;
    bottom: -10px;
    text-align: center;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pTop .fv__main--bot ul li figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 60px;
    bottom: -10px;
    left: 0;
    background: #313C40;
    mix-blend-mode: multiply;
  }
  .pTop .about {
    background: url("../img/topBg02.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 68px 0 57px;
    text-align: center;
  }
  .pTop .about p {
    font-size: 24px;
    line-height: 48px;
    font-family: "ShipporiMincho-OTF-SemiBold";
    color: #4d4d4d;
    font-weight: 600;
  }
  .pTop .about p span {
    font-size: 18px;
    line-height: 48px;
  }
  .pTop .about p + p {
    margin-top: 47px;
  }
  .pChild__main {
    padding-bottom: 120px;
  }
  .pChild__main--fv {
    background: #e5ffff url("../img/fvChild.png") right top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 82px 0 80px;
  }
  .pChild__main--fv h2 {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #333333;
  }
  .pChild__main--company {
    max-width: 1000px;
    width: 100%;
    margin: 55px auto 0;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  .pChild__main--company > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #b3b3b3;
  }
  .pChild__main--company > dl:first-of-type {
    border-top: 1px solid #b3b3b3;
  }
  .pChild__main--company > dl > dt {
    background: #f2f2f2;
    width: 200px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 14px 14px 14px 29px;
  }
  .pChild__main--company > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    padding: 14px 14px 14px 29px;
  }
  .pChild__main--company > dl > dd > dl > dt {
    font-weight: 700;
  }
  .pChild__main--company > dl > dd > dl > dd {
    margin-top: 10px;
  }
  .pChild__main--company > dl > dd > dl > dd address {
    font-style: normal;
  }
  .pChild__main--company > dl > dd > dl + dl {
    margin-top: 40px;
  }
  .pChild__main--company > dl > dd a.spec {
    font-weight: 700;
  }
  .pChild__main--company > dl > dd a.spec::after {
    content: "";
    width: 19px;
    height: 19px;
    background: url("../img/icBlank.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 15px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body .container {
    overflow: hidden;
  }
  body {
    padding-top: var(--header-height);
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
  }
  .header__main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.62319vw;
  }
  .header__main--left .slogan {
    font-size: 2.89855vw;
    line-height: 3.38164vw;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0.04em;
  }
  .header__main--left .logo {
    display: inline-block;
    line-height: 0;
    margin-top: 1.20773vw;
  }
  .header__main--left .logo a {
    display: inline-block;
    line-height: 0;
    width: 25.84541vw;
  }
  .header__main--left .logo a img {
    width: 100%;
    height: auto;
  }
  .header__main--right {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 99;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0 9.90338vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__main--right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 11.5942vw 0 0;
    width: 100%;
  }
  .header__main--right ul li {
    width: 100%;
  }
  .header__main--right ul li a {
    font-size: 4.34783vw;
    line-height: 5.07246vw;
    color: #000;
    display: block;
    width: 100%;
    padding: 0 0 3.86473vw;
    border-bottom: 1px solid #000;
  }
  .header__main--right ul li + li {
    margin-top: 3.86473vw;
  }
  .header__main .btnTel {
    width: 14.49275vw;
    line-height: 0;
    margin-left: auto;
  }
  .header__main .btnTel a {
    width: 100%;
    height: 14.49275vw;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 5.07246vw;
    font-weight: 400;
    font-family: "メイリオ", Meiryo, sans-serif;
    background: #0e211f;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: block;
  }
  .header__main .btnTel a::before {
    position: absolute;
    content: "";
    width: 6.28019vw;
    height: 6.11916vw;
    background: url("../img/headerPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header__main .btnLine {
    line-height: 0;
    display: block;
    width: 14.49275vw;
  }
  .header__main .btnLine a {
    display: block;
    line-height: 0;
    width: 14.49275vw;
    height: 14.49275vw;
  }
  .header__main .btnLine a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .header__main .menu_icon {
    margin-left: 3.62319vw;
    width: 7.24638vw;
    height: 5.07246vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
    z-index: 99;
  }
  .header__main .menu_icon .menu_icon_in {
    width: 7.24638vw;
    height: 5.07246vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger,
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger {
    position: relative;
    width: 7.24638vw;
    height: 5.07246vw;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    background-color: #131311;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main .menu_icon .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 0px);
    top: -moz-calc(100% - 0px);
    top: calc(100% - 0px);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #131311;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #131311;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #131311;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .footer {
    background: #222222;
  }
  .footer__main--link {
    padding: 8.9372vw 0 8.21256vw;
    border-bottom: 1px solid #b3b3b3;
  }
  .footer__main--link ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: -4.83092vw;
  }
  .footer__main--link ul li {
    width: 50%;
    margin-bottom: 4.83092vw;
  }
  .footer__main--link ul li a {
    font-size: 4.34783vw;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    color: #ffffff;
    letter-spacing: 0.1em;
  }
  .footer__main--bottom {
    margin-top: 6.03865vw;
  }
  .footer__main--bottom .left {
    width: 100%;
  }
  .footer__main--bottom .left .logo {
    text-align: center;
  }
  .footer__main--bottom .left .logo a {
    display: inline-block;
    line-height: 0;
    width: 50.24155vw;
  }
  .footer__main--bottom .left .logo a img {
    width: 100%;
    height: auto;
  }
  .footer__main--bottom .left .name {
    font-size: 3.38164vw;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0.08em;
    margin-top: 5.55556vw;
  }
  .footer__main--bottom .left address {
    font-style: normal;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 400;
    font-family: "メイリオ", Meiryo, sans-serif;
    margin-top: 2.41546vw;
    color: #fff;
  }
  .footer__main--bottom .right {
    width: 100%;
    margin-top: 4.83092vw;
  }
  .footer__main--bottom .right dl {
    width: 100%;
    font-family: "メイリオ", Meiryo, sans-serif;
  }
  .footer__main--bottom .right dl + dl {
    margin-top: 4.83092vw;
  }
  .footer__main--bottom .right dl dt {
    font-size: 4.83092vw;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
  }
  .footer__main--bottom .right dl dd {
    margin-top: 2.17391vw;
  }
  .footer__main--bottom .right dl dd address {
    font-style: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
  }
  .footer__main--bottom .right dl dd p {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #999999;
    margin-top: 2.17391vw;
  }
  .footer__main--bottom .right dl dd p a {
    color: #999999;
  }
  .footer__copy {
    margin-top: 12.07729vw;
    background: #555555;
    padding: 5.31401vw;
    text-align: center;
    font-size: 3.86473vw;
    line-height: 1;
    font-weight: 400;
    color: #fff;
  }
  .pTop .fv {
    background: #e5ffff url("../img/fvBg.png") 0 0 no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pTop .fv__main {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 31.40097vw;
  }
  .pTop .fv__main::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70.04831vw;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#59dbea), to(#2e9eb4));
    background: -webkit-linear-gradient(left, #59dbea 0%, #2e9eb4 100%);
    background: -moz- oldlinear-gradient(left, #59dbea 0%, #2e9eb4 100%);
    background: linear-gradient(90deg, #59dbea 0%, #2e9eb4 100%);
    z-index: -2;
  }
  .pTop .fv__main::after {
    position: absolute;
    content: attr(data-enjoy);
    font-family: "PRISTINA";
    font-size: 9.66184vw;
    line-height: 1;
    letter-spacing: 0.1em;
    white-space: nowrap;
    color: #9ddcf5;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.41546vw;
    z-index: -1;
  }
  .pTop .fv__main--top {
    padding-top: 12.07729vw;
  }
  .pTop .fv__main--top .left h2 {
    line-height: 0;
  }
  .pTop .fv__main--top .left h2 img {
    width: 79.54911vw;
    height: auto;
  }
  .pTop .fv__main--top .left p {
    font-size: 4.34783vw;
    line-height: 7.24638vw;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 400;
    color: #333333;
    margin-top: 8.69565vw;
  }
  .pTop .fv__main--top .right {
    width: 100%;
    margin-top: 7.24638vw;
  }
  .pTop .fv__main--top .right ul li {
    width: 100%;
  }
  .pTop .fv__main--top .right ul li + li {
    margin-top: 7.24638vw;
  }
  .pTop .fv__main--top .right ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 16.90821vw;
    color: #fff;
    -moz-border-radius: 8.45411vw;
         border-radius: 8.45411vw;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.1em;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 0.96618vw 0.48309vw rgba(0, 0, 0, 0.3);
         box-shadow: 0 0.96618vw 0.48309vw rgba(0, 0, 0, 0.3);
  }
  .pTop .fv__main--top .right ul li a.st1 {
    background: -webkit-gradient(linear, left top, right top, from(#e32300), to(#c50000));
    background: -webkit-linear-gradient(left, #e32300 0%, #c50000 100%);
    background: -moz- oldlinear-gradient(left, #e32300 0%, #c50000 100%);
    background: linear-gradient(90deg, #e32300 0%, #c50000 100%);
  }
  .pTop .fv__main--top .right ul li a.st2 {
    background: -webkit-gradient(linear, left top, right top, from(#409bdd), to(#1f4fa0));
    background: -webkit-linear-gradient(left, #409bdd 0%, #1f4fa0 100%);
    background: -moz- oldlinear-gradient(left, #409bdd 0%, #1f4fa0 100%);
    background: linear-gradient(90deg, #409bdd 0%, #1f4fa0 100%);
  }
  .pTop .fv__main--bot {
    margin-top: 8.45411vw;
  }
  .pTop .fv__main--bot ul {
    margin: -3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .pTop .fv__main--bot ul li {
    width: 94.2029vw;
    margin: 3.62319vw;
  }
  .pTop .fv__main--bot ul li figure {
    position: relative;
    width: 100%;
    height: 65.21739vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .fv__main--bot ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pTop .fv__main--bot ul li figure figcaption {
    position: absolute;
    width: 100%;
    bottom: -2.41546vw;
    text-align: center;
    color: #fff;
    font-size: 5.07246vw;
    line-height: 1;
    font-weight: 700;
    font-family: "メイリオ", Meiryo, sans-serif;
    height: 14.49275vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.1em;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 2;
  }
  .pTop .fv__main--bot ul li figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 14.49275vw;
    bottom: -2.41546vw;
    left: 0;
    background: #313C40;
    mix-blend-mode: multiply;
  }
  .pTop .about {
    background: url("../img/topBg02.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 16.42512vw 3.62319vw 13.76812vw;
    text-align: center;
  }
  .pTop .about p {
    font-size: 3.86473vw;
    line-height: 2;
    font-family: "ShipporiMincho-OTF-SemiBold";
    color: #4d4d4d;
    font-weight: 600;
  }
  .pTop .about p span {
    font-size: 4.34783vw;
    line-height: 11.5942vw;
  }
  .pTop .about p + p {
    margin-top: 11.35266vw;
  }
  .pChild__main {
    padding-bottom: 28.98551vw;
  }
  .pChild__main--fv {
    background: #e5ffff url("../img/fvChild.png") right top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 10.14493vw 0 9.66184vw;
  }
  .pChild__main--fv h2 {
    text-align: center;
    font-size: 7.72947vw;
    line-height: 1;
    font-family: "メイリオ", Meiryo, sans-serif;
    font-weight: 700;
    color: #333333;
  }
  .pChild__main--company {
    max-width: 241.54589vw;
    width: 100%;
    margin: 13.28502vw auto 0;
    font-family: "メイリオ", Meiryo, sans-serif;
    padding: 0 3.62319vw;
  }
  .pChild__main--company > dl {
    padding: 1.20773vw 0;
    border-bottom: 1px solid #b3b3b3;
  }
  .pChild__main--company > dl:first-of-type {
    border-top: 1px solid #b3b3b3;
  }
  .pChild__main--company > dl > dt {
    background: #f2f2f2;
    width: 100%;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 400;
    padding: 3.38164vw 3.38164vw 3.38164vw 7.00483vw;
  }
  .pChild__main--company > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 4.34783vw;
    line-height: 1.5;
    font-weight: 400;
    padding: 3.38164vw 3.38164vw 3.38164vw 7.00483vw;
  }
  .pChild__main--company > dl > dd > dl > dt {
    font-weight: 700;
  }
  .pChild__main--company > dl > dd > dl > dd {
    margin-top: 2.41546vw;
  }
  .pChild__main--company > dl > dd > dl > dd address {
    font-style: normal;
  }
  .pChild__main--company > dl > dd > dl + dl {
    margin-top: 9.66184vw;
  }
  .pChild__main--company > dl > dd a.spec {
    font-weight: 700;
    display: inline;
  }
  .pChild__main--company > dl > dd a.spec::after {
    content: "";
    width: 4.58937vw;
    height: 4.58937vw;
    background: url("../img/icBlank.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-left: 3.62319vw;
    display: inline-block;
  }
}

.pTop .faq__main .list dl dd {
  display: none;
}

.wrapCheck .error {
  text-align: center;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(120%);
         transform: translateX(120%);
  }
  100% {
    -moz-transform: translateX(-120%);
         transform: translateX(-120%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(120%);
       -moz-transform: translateX(120%);
            transform: translateX(120%);
  }
  100% {
    -webkit-transform: translateX(-120%);
       -moz-transform: translateX(-120%);
            transform: translateX(-120%);
  }
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
   -ms-transform: translateY(100%);
       transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
       animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
       animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
       animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
     -moz-animation-name: textShow;
          animation-name: textShow;
}

.effect,
.isFull,
.isPar {
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.delay01 {
  -webkit-transition-delay: 0.1s;
     -moz-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.delay02 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
     -moz-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
     -moz-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
     -moz-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay11 {
  -webkit-transition-delay: 1.1s;
     -moz-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.delay12 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay13 {
  -webkit-transition-delay: 1.3s;
     -moz-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.delay14 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.delay15 {
  -webkit-transition-delay: 1.5s;
     -moz-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
     -moz-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
     -moz-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
     -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
     -moz-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
     -moz-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
     -moz-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
     -moz-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
            transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  from {
    top: -10%;
  }
  to {
    top: 110%;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
         transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
         transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
            transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-moz-keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@keyframes shine {
  50% {
    background-position-x: 150%;
  }
  51% {
    background-position-x: -100%;
  }
  100% {
    background-position-x: 50%;
  }
}

@-webkit-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-moz-keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@keyframes shine2 {
  50% {
    background-position-x: 150%;
    background-position-y: -150%;
  }
  51% {
    background-position-x: -100%;
    background-position-y: 150%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 50%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}
