
@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
@charset "UTF-8";
/*
font-family: 'Noto Sans JP', sans-serif;
thin 100
light 300
regular 400
medium 500
bold 700
black 900
*/
/*
font-family: 'Poppins', sans-serif;
thin 100
thin 100 Italic
extra-light 200
extra-light 200 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
medium 500
medium 500 Italic
semi-bold 600
semi-bold 600 Italic
bold 700
bold 700 Italic
extra-bold 800
extra-bold 800 Italic
black 900
black 900 Italic
*/
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/*
z-index
-------------------- */
/*
margin
-------------------- */
/*
font
-------------------- */
/*
link line
-------------------- */
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%;
  overflow-y: scroll;
  background: url(../images/bg_body.gif) repeat 50% 50%; }
body {
  font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000; }
_:-ms-input-placeholder body, :root body {
  font-weight: 500; }
a {
  color: #000;
  text-decoration: none; }
svg {
  vertical-align: bottom; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.04em; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
html, body {
  width: 100%;
  height: 100%; }
.l-breadcrumb {
  position: relative;
  margin-top: 180px; }
.l-breadcrumb::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #000;
    margin-bottom: 20px; }
.l-breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.l-breadcrumb ol::before {
      content: "";
      width: 20px;
      height: 20px;
      background: url("../images/i-home.svg") no-repeat 50% 50%;
      background-size: contain;
      margin-right: 5px;
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px); }
.l-breadcrumb ol li {
      font-size: 1.2rem; }
.l-breadcrumb ol li + li {
        margin-left: 15px; }
.l-breadcrumb ol li + li::before {
          content: ">";
          margin-right: 15px; }
.l-breadcrumb ol li a {
        position: relative; }
.l-footer {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  margin-top: 150px;
  font-weight: 600; }
.l-footer__copy {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 40px;
    color: #fff; }
.loading {
  width: 100%;
  height: 100%;
  overflow: hidden; }
.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5001;
  height: 100%;
  width: 100%;
  overflow: hidden; }
.l-loading__bg {
    position: absolute;
    top: -10%;
    left: 0;
    height: 120%;
    width: 100%;
    background-color: #111;
    -webkit-transform: skewY(-3deg);
            transform: skewY(-3deg); }
.l-loading__logo {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    width: 290px;
    height: 350px;
    margin: auto; }
.l-loading__logo img {
      width: 100%; }
.l-loading__logo span {
      position: absolute;
      left: 0;
      top: 0;
      display: block; }
.l-loading__logo span:nth-of-type(2) {
        display: none; }
.l-loading__logo span:nth-of-type(2) svg {
          width: 174px;
          height: 163.2px; }
.l-main {
  line-height: 1.6;
  padding-top: 100px; }
menu {
  padding: 0;
  margin: 0; }
.l-menu {
  z-index: 3999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform ease-out .4s;
  transition: -webkit-transform ease-out .4s;
  transition: transform ease-out .4s;
  transition: transform ease-out .4s, -webkit-transform ease-out .4s; }
.l-menu__wrap {
    border-top: 1px solid #dfdfdf;
    height: 100%;
    background-color: white;
    overflow-y: auto; }
.l-menu.open {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
.l-menuList__item {
  border-bottom: 1px solid #dfdfdf;
  font-size: 1.5rem; }
.l-menuList__link, .l-menuList__link--icon {
  position: relative;
  display: block;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: color ease-out .2s;
  transition: color ease-out .2s; }
.l-menuList__link span, .l-menuList__link--icon span {
    display: block; }
.l-menuList__link--icon::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: -2px;
    right: 30px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-top: .15rem solid;
    border-right: .15rem solid;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s; }
.l-menuList__link.open::after, .open.l-menuList__link--icon::after {
    -webkit-transform: rotate(-45deg) translate(-2px, 2px);
            transform: rotate(-45deg) translate(-2px, 2px); }
.l-menuList__item ul {
  display: none;
  padding-left: 80px; }
.l-menuList__item ul li {
    margin-bottom: 20px; }
.l-menuFix-btn {
  display: none;
  z-index: 4610;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #002b5e;
  padding: 24px 18px; }
.l-menuFix-btn__border {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer; }
.l-menuFix-btn__border span {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      display: block;
      width: 100%;
      height: 2px;
      margin: auto;
      color: #fff;
      background-color: currentColor;
      -webkit-transition: color ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      transition: color ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      transition: color ease-out .1s, transform ease-out .1s, width ease-out .2s;
      transition: color ease-out .1s, transform ease-out .1s, width ease-out .2s, -webkit-transform ease-out .1s;
      -webkit-transform-origin: right;
              transform-origin: right; }
.l-menuFix-btn__border span:nth-of-type(1) {
        margin-top: 0; }
.l-menuFix-btn__border span:nth-of-type(2) {
        margin-bottom: 0; }
.l-menuFix-btn.active span {
    -webkit-transform-origin: center;
            transform-origin: center; }
.l-menuFix-btn.active span:nth-of-type(1) {
      -webkit-transform: rotate(-45deg) !important;
              transform: rotate(-45deg) !important;
      margin: auto; }
.l-menuFix-btn.active span:nth-of-type(2) {
      -webkit-transform: rotate(45deg) !important;
              transform: rotate(45deg) !important;
      width: 100%;
      margin: auto; }
.banner {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.banner__item {
    background-color: #fff; }
.company {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.75; }
.company::before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(/common/images/logo-lording.png) no-repeat 0% 0%;
    background-size: contain; }
.company__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px; }
.company__map {
    margin-top: 50px; }
.company__map iframe {
      width: 100%;
      height: 500px; }
.contents {
  position: relative;
  width: 100%;
  max-width: 1300px;
  min-height: 585px;
  margin: 0 auto;
  margin-bottom: 200px;
  font-size: 1.6rem;
  line-height: 1.75;
  /*  moton */
  /*  -- moton */ }
.contents::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/img_about2.jpg) repeat 50% 50%; }
.contents__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.contents__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.contents__title span {
      font-size: 1.5rem;
      margin-left: 15px; }
.contents__pix {
    position: relative; }
.contents__pix img {
      width: 100%; }
.contents__body {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 60px; }
.contents__body::before {
      content: "";
      display: block;
      width: 90px;
      height: 90px;
      background: url(/common/images/logo-lording.png) no-repeat 0% 0%;
      background-size: contain; }
.contents__pix {
    clip: rect(0px, 0px, 9999px, 0px);
    -webkit-transition: ease-out 1.2s .4s;
    transition: ease-out 1.2s .4s; }
.contents.inview .contents__pix {
    clip: rect(0px, 1000px, 9999px, 0px); }
.contents__body {
    position: relative;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
    -webkit-transition: ease-out .6s 1s;
    transition: ease-out .6s 1s; }
.contents.inview .contents__body {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
.contents::before {
    opacity: 0;
    -webkit-transition: ease-out .6s 1s;
    transition: ease-out .6s 1s; }
.contents.inview::before {
    opacity: 1; }
.info {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 60px;
  margin-top: 100px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
  line-height: 1.75; }
.info::before {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    background: url(/common/images/logo-lording.png) no-repeat 0% 0%;
    background-size: contain; }
.info__title {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 15px; }
.info__body {
    background-color: #fff;
    padding: 20px 60px; }
.mainVs {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.mainVs__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    z-index: 10;
    width: 340px;
    height: 490px;
    margin: auto;
    text-align: center; }
.mainVs__logo img, .mainVs__logo svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.mainVs__logo span {
      display: block; }
.mainVs__logo span:nth-of-type(1) {
        margin-bottom: 0px;
        -webkit-transition: ease-out 2s .8s;
        transition: ease-out 2s .8s;
        opacity: 0; }
.mainVs__logo span:nth-of-type(2) {
        -webkit-transition: ease-out 2s 1s;
        transition: ease-out 2s 1s;
        opacity: 0; }
.mainVs__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    width: 101%;
    height: 101%;
    background: url(../images/img_main.jpg) no-repeat 50% 50%;
    background-size: cover;
    -webkit-transform: scale(1.1) rotate(0.01deg);
            transform: scale(1.1) rotate(0.01deg);
    -webkit-transition: -webkit-transform ease-out 2s;
    transition: -webkit-transform ease-out 2s;
    transition: transform ease-out 2s;
    transition: transform ease-out 2s, -webkit-transform ease-out 2s; }
.mainVs::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 7;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
.start .mainVs__logo span {
  opacity: 1; }
.start .mainVs__bg {
  -webkit-transform: scale(1) rotate(0.01deg);
          transform: scale(1) rotate(0.01deg); }
.scroll {
  position: absolute;
  left: 50px;
  bottom: 20px;
  width: 60px;
  z-index: 10;
  margin: 0 auto;
  overflow: hidden;
  pointer-events: all; }
.scroll a {
    position: relative;
    display: block;
    width: 100px;
    padding-top: 155px;
    display: block;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    color: #fff; }
.scroll a span {
      display: block;
      position: relative;
      z-index: 10;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em;
      font-size: 1.3rem; }
.scroll a::before {
      content: "";
      position: absolute;
      bottom: 25px;
      left: 3px;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #eee; }
.scroll a::after {
      content: "";
      position: absolute;
      top: 0;
      left: 3px;
      display: block;
      width: 1px;
      height: 25px;
      background-color: #dc6c19;
      -webkit-transform: translate(0, 0px) scale(1, 1);
              transform: translate(0, 0px) scale(1, 1);
      -webkit-transform-origin: left bottom;
              transform-origin: left bottom; }
@-webkit-keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  10% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(0, 120px);
            transform: translate(0, 120px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 125px);
            transform: translate(0, 125px);
    opacity: 0; } }
@keyframes scroll_down {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  10% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(0, 120px);
            transform: translate(0, 120px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 125px);
            transform: translate(0, 125px);
    opacity: 0; } }
@-webkit-keyframes scroll_down_sp {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  10% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    opacity: 0; } }
@keyframes scroll_down_sp {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    opacity: 0; }
  10% {
    opacity: 1; }
  95% {
    -webkit-transform: translate(0, 70px);
            transform: translate(0, 70px);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0, 75px);
            transform: translate(0, 75px);
    opacity: 0; } }
.sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.mainVs .sns {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 50px;
    -webkit-transition: ease-out 2s .8s;
    transition: ease-out 2s .8s;
    opacity: 0; }
.sns__item {
    width: 50px;
    height: 50px; }
.sns__item + .sns__item {
      margin-left: 20px; }
.sns__item a {
      width: 100%;
      height: 100%;
      display: block;
      border: 1px solid #fff;
      color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.sns__item a svg {
        width: 24px;
        fill: currentColor; }
.start .sns {
  opacity: 1; }
.c-bg, .c-bg--w, .c-bg--p, .c-bg--g {
  margin-top: 100px;
  padding: 100px 0; }
.c-bg + .c-bg, .c-bg--w + .c-bg, .c-bg--p + .c-bg, .c-bg--g + .c-bg, .c-bg + .c-bg--w, .c-bg--w + .c-bg--w, .c-bg--p + .c-bg--w, .c-bg--g + .c-bg--w, .c-bg + .c-bg--p, .c-bg--w + .c-bg--p, .c-bg--p + .c-bg--p, .c-bg--g + .c-bg--p, .c-bg + .c-bg--g, .c-bg--w + .c-bg--g, .c-bg--p + .c-bg--g, .c-bg--g + .c-bg--g {
    margin-top: 0; }
.c-bg--w:last-of-type {
    padding-bottom: 0; }
.c-bg--p {
    background-image: linear-gradient(-45deg, #ffeff0 25%, #ffebed 25%, #ffebed 50%, #ffeff0 50%, #ffeff0 75%, #ffebed 75%, #ffebed);
    background-size: 20px 20px; }
.c-bg--g {
    background-image: linear-gradient(-45deg, #defefb 25%, #e4fefc 25%, #e4fefc 50%, #defefb 50%, #defefb 75%, #e4fefc 75%, #e4fefc);
    background-size: 20px 20px; }
.c-btn {
  display: inline-block; }
.c-btn a {
    position: relative;
    min-width: 210px;
    height: 50px;
    border-radius: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #7fe3ff;
    color: #002b5e;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.c-btn a::after {
      content: "";
      position: absolute;
      bottom: 0;
      top: -2px;
      right: 20px;
      margin: auto;
      display: block;
      width: 8px;
      height: 8px;
      border-top: .15rem solid;
      border-right: .15rem solid;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.c-btn--prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
.c-btn--prev span {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-btn--about a {
    background-color: #002b5e;
    color: #fff;
    min-width: 300px;
    height: 64px;
    border-radius: 32px; }
_:-ms-input-placeholder .c-btn a, :root .c-btn a {
  padding-top: 4px; }
.c-btn-faq a {
  position: relative;
  width: 100%;
  height: 74px;
  border-radius: 40px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #002b5e;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: ease-out .4s;
  transition: ease-out .4s; }
.c-btn-faq a::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: -2px;
    right: 20px;
    margin: auto;
    display: block;
    width: 8px;
    height: 8px;
    border-top: .15rem solid;
    border-right: .15rem solid;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s; }
_:-ms-input-placeholder .c-btn-faq a, :root .c-btn-faq a {
  padding-top: 4px; }
.c-btn-plus {
  display: inline-block; }
.c-btn-plus a, .c-btn-plus div {
    cursor: pointer;
    position: relative;
    min-width: 300px;
    height: 64px;
    border-radius: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    color: #002b5e;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.c-btn-plus a::before, .c-btn-plus a::after, .c-btn-plus div::before, .c-btn-plus div::after {
      content: "";
      position: absolute;
      bottom: 0;
      top: -2px;
      right: 23px;
      margin: auto;
      display: block;
      width: 17px;
      height: 3px;
      background-color: currentColor; }
.c-btn-plus a::after, .c-btn-plus div::after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
.s-product .c-btn-plus a, .s-product .c-btn-plus div {
    background-color: #002b5e;
    color: #fff; }
.s-achievement .c-btn-plus a, .s-achievement .c-btn-plus div {
    background-color: #002b5e;
    color: #fff; }
.c-btn-banner {
  display: inline-block; }
.c-btn-banner a {
    position: relative;
    min-width: 300px;
    height: 84px;
    border-radius: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    color: #002b5e;
    font-size: 1.6rem;
    text-decoration: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.c-btn-banner a i {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 16px;
      height: 16px;
      line-height: 14px; }
.c-btn-banner a i img {
        width: 14px;
        height: 14px;
        vertical-align: bottom; }
.c-btn-banner a i svg {
        fill: currentColor; }
.c-btn-arrow a {
  max-width: 319px;
  display: block;
  text-decoration: none;
  background: url(../images/top/arrow.png) no-repeat 100% 7px;
  background-size: auto 8px; }
.c-ctt + .c-ctt {
  margin-top: 100px; }
.c-ctt__inner {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.6rem;
  line-height: 1.75; }
.c-ctt__inner + .c-ctt__inner {
    margin-top: 80px; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-formThanks {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  display: none; }
.c-formThanks__ttl {
    padding-top: 100px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #002b5e;
    margin-bottom: 20px; }
.c-formThanks__txt {
    font-size: 1.8rem;
    margin-top: 40px; }
.c-form {
  font-size: 1.6rem;
  line-height: 1.75; }
.c-form .hissu {
    color: #ff0096; }
.c-form .error-comment {
    font-size: 1.6rem;
    color: #ff0096;
    margin-top: 5px;
    display: block; }
.c-form .att {
    font-size: 11px;
    color: #aaa;
    font-weight: 400; }
.c-form__lead {
    text-align: center;
    margin-bottom: 70px; }
.c-form__inner {
    font-size: 1.8rem; }
.c-form__inner dl input + input {
      margin-top: 10px; }
.c-form__inner dl .c-formItem-clm2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.c-form__inner dl .c-formItem-clm2 input {
        width: 49%; }
.c-form__inner dl .c-formItem-clm2 input + input {
          margin-top: 0;
          margin-left: 2%; }
.c-formBlock {
  margin-top: 75px;
  text-align: center; }
.c-formBlock__text--confirm {
    text-align: left; }
.c-formBlock__text--confirm span {
      color: #002b5e; }
.c-formBlock ul {
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.c-formPpolcy {
  margin-top: 40px;
  text-align: left; }
.c-formPpolcy__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-formPpolcy__ttl {
    font-weight: 600;
    color: #002b5e; }
.c-formPpolcy__btn {
    margin-bottom: 20px; }
.c-formPpolcyInline {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0; }
.c-formPpolcyInline__inner {
    overflow-x: hidden;
    height: 300px;
    font-size: 1.4rem; }
.c-formPpolcyInline__inner h5 {
      font-size: 1.4rem;
      margin-top: 15px; }
.c-formPpolcyInline__inner .madoguti {
      margin-top: 40px; }
.c-formBtn {
  margin-top: 48px; }
.c-formBtn__item + .c-formBtn__item {
    margin-left: 20px; }
.c-formBtn__item input {
    cursor: pointer;
    background-color: #002b5e;
    border: none;
    color: #fff;
    padding: 22px;
    width: 300px;
    border-radius: 50px;
    -webkit-appearance: none; }
.c-formBtn__item.prev input {
    background-color: #fff;
    color: #002b5e;
    border: 2px solid; }
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=number],
.c-form input[type=email] {
  width: 100%;
  padding: 20px;
  border: none;
  background-color: #f2f5fa;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
  -webkit-appearance: none; }
.c-form input[type=text]:focus,
  .c-form input[type=tel]:focus,
  .c-form input[type=number]:focus,
  .c-form input[type=email]:focus {
    outline: 0; }
.c-form input[type=text].error,
  .c-form input[type=tel].error,
  .c-form input[type=number].error,
  .c-form input[type=email].error {
    background-color: #fff2fa; }
.c-form textarea {
  width: 100%;
  padding: 20px;
  line-height: 1.6;
  border: none;
  background-color: #f2f5fa;
  -webkit-appearance: none;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
  vertical-align: bottom;
  height: 302px; }
.c-form textarea:focus {
    outline: 0; }
.c-form .item-select {
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5; }
.c-form .item-select::before, .c-form .item-select::after {
    content: '';
    position: absolute;
    right: 0.8em;
    border: 4px solid transparent; }
.c-form .item-select::before {
    bottom: .8em;
    border-top: 6px solid #000;
    pointer-events: none; }
.c-form .item-select::after {
    top: .8em;
    border-bottom: 6px solid #000;
    pointer-events: none; }
.c-form .item-select select {
    width: 100%;
    padding: 20px;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.c-form .item-select select::-ms-expand {
      display: none; }
.c-form .item-radio {
  display: none;
  position: relative; }
.c-form .item-radio + label {
  position: relative;
  padding-left: 50px;
  margin-right: 50px;
  line-height: 1.4; }
.c-form .item-radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #f2f5fa;
  border: 1px solid #999999;
  border-radius: 50%; }
.c-form .item-radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #000;
  border-radius: 50%; }
.c-form .item-checkbox {
  display: none; }
.c-form .item-checkbox + label {
  position: relative;
  padding-left: 50px;
  margin-right: 50px;
  line-height: 1.4; }
.c-form .item-checkbox + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background-color: #f2f5fa;
  border: 1px solid #999999;
  border-radius: 4px; }
.c-form .item-checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 10px;
  margin: auto;
  width: 9px;
  height: 14px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg); }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-inview-fade {
  opacity: 0;
  -webkit-transition: opacity ease-out .5s .0s;
  transition: opacity ease-out .5s .0s; }
.c-inview-fade.inview {
    opacity: 1; }
.c-inview-pix::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 102%;
  height: 102%;
  background-color: #fff;
  -webkit-transition: ease-out .5s .2s;
  transition: ease-out .5s .2s;
  -webkit-transform-origin: right;
          transform-origin: right; }
.c-inview-pix.inview::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); }
.c-inview-slide {
  opacity: 0;
  -webkit-transform: translate(-50px, -30px);
          transform: translate(-50px, -30px);
  -webkit-transition: opacity ease-out .6s .2s, -webkit-transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, -webkit-transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, transform ease-out 1.5s .2s;
  transition: opacity ease-out .6s .2s, transform ease-out 1.5s .2s, -webkit-transform ease-out 1.5s .2s; }
.c-inview-slide.inview {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0); }
.c-inview-up {
  opacity: 0;
  -webkit-transform: translateY(40px) scale(1);
          transform: translateY(40px) scale(1);
  -webkit-transition: opacity ease-out .8s .2s, -webkit-transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, -webkit-transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, transform ease-out .6s .2s;
  transition: opacity ease-out .8s .2s, transform ease-out .6s .2s, -webkit-transform ease-out .6s .2s; }
.c-inview-up.inview {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
@-webkit-keyframes uneune1 {
  0% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; }
  20% {
    border-radius: 45% 60% 45% 60% / 50% 55% 45% 50%; }
  50% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; }
  72% {
    border-radius: 45% 60% 45% 55% / 50% 55% 45% 50%; }
  100% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; } }
@keyframes uneune1 {
  0% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; }
  20% {
    border-radius: 45% 60% 45% 60% / 50% 55% 45% 50%; }
  50% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; }
  72% {
    border-radius: 45% 60% 45% 55% / 50% 55% 45% 50%; }
  100% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; } }
@-webkit-keyframes uneune2 {
  0% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; }
  27% {
    border-radius: 45% 60% 45% 55% / 50% 55% 45% 50%; }
  50% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; }
  70% {
    border-radius: 45% 60% 45% 60% / 50% 55% 45% 50%; }
  100% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; } }
@keyframes uneune2 {
  0% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; }
  27% {
    border-radius: 45% 60% 45% 55% / 50% 55% 45% 50%; }
  50% {
    border-radius: 60% 50% 60% 50% / 55% 50% 55% 55%; }
  70% {
    border-radius: 45% 60% 45% 60% / 50% 55% 45% 50%; }
  100% {
    border-radius: 55% 50% 55% 50% / 60% 45% 55% 50%; } }
.c-link--icon {
  padding-left: 10px;
  display: block;
  position: relative; }
.c-link--icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid; }
.c-pager__inner {
  margin-top: 100px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-pager__next {
  margin-left: 50px; }
.c-ruleTxt {
  background-color: #f2f5fa;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 82px 80px; }
.c-ruleTxt ol > li {
    text-indent: -1.3em;
    padding-left: 1.3em; }
.c-ruleTxt ol > li + li {
      margin-top: 30px; }
.c-ruleTxt ol ul > li {
    text-indent: -1em;
    padding-left: 1em; }
.c-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #002b5e; }
.c-tbl th, .c-tbl td {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 300; }
.c-tbl tbody th, .c-tbl tbody td {
    background-color: #fff;
    border-top: 2px solid #fff;
    padding: 26px; }
.c-tbl tbody th {
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    background-color: #002b5e; }
.c-tbl tbody td {
    background-color: #f2f5fa; }
.c-title {
  position: relative;
  margin-bottom: 40px; }
.c-title p {
    margin-top: 22px;
    line-height: 1.75; }
.c-title::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 25px auto 0;
    background-color: #7fe3ff; }
.modal-guide .c-title::after {
      margin-top: 40px; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post__title {
  margin-bottom: 42px; }
.c-wp-post__title span {
    font-size: 2rem;
    font-weight: 600; }
.c-wp-post__article {
  font-size: 1.6rem;
  line-height: 1.75; }
.c-wp-post__article a {
    text-decoration: underline; }
.c-wp-post__article a:hover {
      text-decoration: none; }
.c-wp-post__article > * {
    margin: 1.8em 0 0 0; }
.c-wp-post__article strong {
    font-weight: bold; }
.c-wp-post__article em {
    font-style: italic; }
.c-wp-post__article ul {
    margin-left: 1em;
    display: block;
    list-style-type: disc !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post__article ol {
    display: block;
    list-style-type: decimal !important;
    margin-before: 1em;
    margin-after: 1em;
    margin-start: 0px;
    margin-end: 0px;
    padding-start: 40px; }
.c-wp-post__article li {
    display: list-item;
    text-align: match-parent; }
.c-wp-post__article img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto; }
.c-wp-post__article .alignleft {
    display: inline;
    float: left; }
.c-wp-post__article .alignright {
    display: inline;
    float: right; }
.c-wp-post__article .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
.c-wp-post__article blockquote.alignleft,
  .c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article img.alignleft {
    margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post__article blockquote.alignright,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article img.alignright {
    margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post__article blockquote.aligncenter,
  .c-wp-post__article .wp-caption.aligncenter,
  .c-wp-post__article img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }
.c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article .wp-caption.aligncenter {
    margin-bottom: 1.2em; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.5; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: -00px;
  display: none; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 814px) {
  .mediaQuerySetting {
    display: block; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
          .l-breadcrumb ol li a {
            -webkit-transition: color ease-out .24s;
            transition: color ease-out .24s; }
            .l-breadcrumb ol li a:hover {
              color: #002b5e; }
    .l-menuList__link:hover, .l-menuList__link--icon:hover {
      color: #002b5e; }
      .l-menuList__item ul li a {
        -webkit-transition: color ease-out .2s;
        transition: color ease-out .2s; }
      .l-menuList__item ul li a:hover {
        color: #002b5e; }
      .banner__item:nth-of-type(n+2) {
        margin-top: 30px; }
    .banner a {
      -webkit-transition: opacity ease-out .2s;
      transition: opacity ease-out .2s; }
      .banner a:hover {
        opacity: 0.5; }
      .company::before {
        position: absolute;
        top: -45px;
        left: 55px; }
    .company dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .company dl dt, .company dl dd {
        margin-top: 15px; }
      .company dl dt {
        width: 150px; }
      .company dl dd {
        position: relative;
        width: calc(100% - 150px); }
        .company dl dd::before {
          content: "：";
          position: absolute;
          top: 0;
          left: -1em; }
      .contents::before {
        bottom: -100px;
        left: 20%;
        width: 60%;
        height: 100%; }
      .contents__pix {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%; }
      .contents__body {
        width: 650px; }
        .contents__body::before {
          position: absolute;
          top: -45px;
          left: 55px; }
      .info::before {
        position: absolute;
        top: -45px;
        left: 55px; }
    .info dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px; }
      .info dl + dl {
        border-top: 1px dotted #ccc; }
      .info dl dt {
        width: 150px; }
      .info dl dd {
        position: relative;
        width: calc(100% - 150px); }
    .mainVs {
      min-height: 700px; }
        .scroll a::after {
          -webkit-animation: scroll_down 3.2s linear infinite;
                  animation: scroll_down 3.2s linear infinite; }
      .scroll a:hover {
        color: #dc6c19; }
        .sns__item a:hover {
          color: #000;
          background-color: #fff; }
      .c-btn a:hover {
        background-color: #bff1ff; }
        .c-btn a:hover::after {
          -webkit-transform: rotate(45deg) translate(3px, -3px);
                  transform: rotate(45deg) translate(3px, -3px); }
      .c-btn--prev {
        margin-right: 60px; }
      .c-btn--about a:hover {
        background-color: #7f95ae; }
    .c-btn-faq a:hover {
      background-color: #7f95ae; }
      .c-btn-faq a:hover::after {
        -webkit-transform: rotate(135deg) translate(3px, -3px);
                transform: rotate(135deg) translate(3px, -3px); }
      .c-btn-plus a, .c-btn-plus div {
        -webkit-transition: opacity ease-out .2s;
        transition: opacity ease-out .2s; }
        .c-btn-plus a:hover, .c-btn-plus div:hover {
          opacity: 0.5; }
      .c-btn-banner a {
        -webkit-transition: opacity ease-out .2s;
        transition: opacity ease-out .2s; }
        .c-btn-banner a:hover {
          opacity: 0.5; }
    .c-btn-arrow a {
      -webkit-transition: opacity ease-out .2s;
      transition: opacity ease-out .2s; }
      .c-btn-arrow a:hover {
        opacity: 0.5; }
      .c-form .att {
        margin-left: 10px; }
      .c-form__inner dl {
        text-align: left; }
        .c-form__inner dl.column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .c-form__inner dl.column dt {
            width: 200px;
            margin-bottom: 0;
            padding-top: 14px; }
            .s-confirm .c-form__inner dl.column dt {
              padding-top: 0; }
          .c-form__inner dl.column dd {
            width: calc(100% - 200px); }
        .c-form__inner dl + dl {
          margin-top: 50px; }
        .c-form__inner dl dt {
          margin-bottom: 16px; }
        .c-form__inner dl dd {
          color: #002b5e; }
        .c-form__inner dl.type-textarea {
          margin-top: 68px; }
        .c-formBlock__text--confirm span {
          padding-left: 50px;
          font-weight: 600;
          font-size: 2.0rem; }
    .c-formBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-formBtn__item input {
        -webkit-transition: opacity ease-out .2s;
        transition: opacity ease-out .2s; }
        .c-formBtn__item input:hover {
          opacity: 0.5; }
      .c-tbl tbody th {
        width: 240px; }
    .c-wp-post__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .c-wp-post__title span {
        width: calc(100% - 150px); }
  .c-wp-post__date {
    width: 150px;
    text-align: right; }
  .for-mobile {
    display: none; } }
@media (max-width: 1100px) {
  .mediaQuerySetting {
    display: block; }
    .l-menuFix-btn {
      display: block; } }
@media (max-width: 813px) {
  .mediaQuerySetting {
    display: block; }
    body {
      font-size: 1.3rem; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-breadcrumb {
      margin-top: 100px; }
      .l-breadcrumb::before {
        width: 100%; }
      .l-breadcrumb ol {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .l-breadcrumb ol::before {
          width: 16px;
          height: 16px; }
        .l-breadcrumb ol li {
          font-size: 1.1rem;
          letter-spacing: 0; }
          .l-breadcrumb ol li + li {
            margin-left: 10px; }
            .l-breadcrumb ol li + li::before {
              margin-right: 10px; }
    .l-footer {
      margin-top: 80px; }
      .l-footer__copy {
        font-size: 1.1rem; }
      .l-loading__logo {
        width: 174px;
        height: 210px; }
    .l-main {
      padding-top: 50px; }
    .l-menuFix-btn {
      width: 60px;
      height: 60px;
      padding: 23px 20px; }
    .banner {
      padding: 0 5%;
      margin-bottom: 50px; }
      .banner__item {
        width: 100%; }
        .banner__item + .banner__item {
          margin-top: 15px; }
        .banner__item img {
          width: 100%;
          max-width: none; }
    .company {
      padding: 40px 20px; }
    .company {
      font-size: 1.4rem; }
      .company::before {
        position: absolute;
        top: -45px;
        left: 20px;
        width: 70px;
        height: 70px; }
      .company__title {
        margin-bottom: 12px;
        font-size: 2rem; }
    .company dl dt::before {
      content: "■";
      margin-right: 2px; }
    .company dl dd {
      margin-bottom: 10px; }
        .company__map iframe {
          height: 300px; }
    .contents {
      font-size: 1.4rem; }
    .contents {
      height: auto;
      padding: 0 0 0 5%;
      margin-bottom: 80px; }
      .contents::before {
        top: 100px;
        left: 0%;
        width: 100%;
        height: 50%; }
      .contents__inner {
        padding-top: 65%; }
      .contents__title {
        margin-top: 15px;
        margin-bottom: 12px;
        font-size: 2rem; }
        .contents__title img {
          width: 150px; }
        .contents__title span {
          line-height: 1; }
      .contents__pix {
        position: absolute;
        top: 0;
        left: 0;
        width: 95%; }
      .contents__body {
        padding: 15px 20px; }
        .contents__body::before {
          position: absolute;
          top: -40px;
          left: 20px;
          width: 70px;
          height: 70px; }
    .info {
      font-size: 1.4rem; }
    .info {
      padding: 40px 20px;
      margin-top: 80px; }
      .info::before {
        position: absolute;
        top: -45px;
        left: 20px;
        width: 70px;
        height: 70px; }
      .info__title {
        margin-bottom: 12px;
        font-size: 2rem; }
      .info__body {
        padding: 20px; }
    .info dl + dl {
      border-top: 1px dotted #ccc;
      margin-top: 10px;
      padding-top: 10px; }
      .mainVs__logo {
        width: 240px;
        height: 340px; }
          .mainVs__logo span:nth-of-type(2) img {
            width: 70%; }
    .scroll {
      left: 20px; }
      .scroll a {
        padding-top: 105px; }
        .scroll a span {
          font-size: 1.2rem; }
        .scroll a::after {
          -webkit-animation: scroll_down_sp 2.5s linear infinite;
                  animation: scroll_down_sp 2.5s linear infinite; }
      .sns__item {
        width: 40px;
        height: 40px; }
        .sns__item + .sns__item {
          margin-left: 10px; }
          .sns__item a svg {
            width: 18px; }
    .c-bg, .c-bg--w, .c-bg--p, .c-bg--g {
      margin-top: 60px;
      padding: 60px 0; }
      .c-btn a {
        min-width: 158px;
        height: 37px;
        font-size: 1.4rem; }
      .c-btn--prev {
        margin-bottom: 20px; }
    .c-btn--about {
      width: 100%; }
      .c-btn--about a {
        min-width: 285px;
        height: 66px;
        font-size: 1.4rem; }
    .c-btn-faq a {
      height: 37px;
      font-size: 1.4rem; }
        .c-btn-plus a::before, .c-btn-plus a::after, .c-btn-plus div::before, .c-btn-plus div::after {
          width: 14px;
          height: 2px; }
        .c-btn-banner a i {
          right: 24px;
          width: 14px;
          height: 14px; }
    .c-btn-arrow a {
      text-align: right;
      padding-bottom: 15px;
      background: url(../images/top/arrow.png) no-repeat 100% 100%;
      background-size: auto 8px; }
    .c-ctt + .c-ctt {
      margin-top: 50px; }
      .c-ctt__inner + .c-ctt__inner {
        margin-top: 50px; }
    .c-ctt__inner {
      padding-left: 0;
      padding-right: 0; }
    .c-ctt__inner {
      font-size: 1.4rem; }
    .c-formThanks {
      font-size: 1.4rem; }
      .c-formThanks__ttl {
        font-size: 2rem; }
      .c-formThanks__txt {
        font-size: 1.6rem;
        text-align: left; }
        .c-formThanks__txt br {
          display: none; }
    .c-form {
      font-size: 1.4rem; }
      .c-form .error-comment {
        font-size: 1rem; }
      .c-form .att {
        font-size: 1rem;
        display: block; }
      .c-form__lead {
        margin-bottom: 30px; }
      .c-form__inner {
        font-size: 1.4rem; }
      .c-form__inner dl + dl {
        margin-top: 28px; }
      .c-form__inner dl dt {
        text-align: left;
        margin-bottom: 10px; }
      .c-form__inner dl dd {
        color: #002b5e; }
    .c-formBlock {
      text-align: left;
      font-size: 1.4rem;
      margin-top: 35px; }
    .c-formBlock strong {
      display: block;
      text-align: center;
      font-weight: 300; }
        .c-formBlock__text--confirm span {
          display: block;
          margin-top: 15px; }
      .c-formBlock ul {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-top: 10px; }
      .c-formBlock ul li + li {
        margin-left: 30px; }
    .c-formPpolcy {
      margin-top: 20px; }
      .c-formPpolcyInline__inner {
        font-size: 1.3rem; }
    .c-formBtn {
      margin-top: 40px;
      text-align: center; }
      .c-formBtn__item + .c-formBtn__item {
        margin-left: 0;
        margin-top: 15px; }
      .c-formBtn__item input {
        padding: 25px; }
    .c-form input[type=text],
    .c-form input[type=tel],
    .c-form input[type=number],
    .c-form input[type=email] {
      padding: 15px; }
    .c-form textarea {
      padding: 15px;
      height: 180px; }
      .c-form .item-select::before {
        bottom: .5em; }
      .c-form .item-select::after {
        top: .5em; }
      .c-form .item-select select {
        padding: 15px; }
    .c-form .item-radio + label {
      padding-left: 24px;
      margin-right: 24px;
      margin-right: 0; }
    .c-form .item-radio + label::before {
      width: 18px;
      height: 18px; }
    .c-form .item-radio:checked + label::after {
      left: 4px;
      width: 10px;
      height: 10px; }
    .c-form .item-checkbox + label {
      display: block;
      padding-left: 26px;
      margin-right: 0; }
    .c-form .item-checkbox + label::before {
      top: 0px;
      bottom: auto;
      width: 18px;
      height: 18px; }
    .c-form .item-checkbox:checked + label::after {
      top: 3px;
      bottom: auto;
      left: 6px;
      width: 6.3px;
      height: 9.8px;
      border-bottom: 2px solid #000;
      border-right: 2px solid #000; }
    .c-pager__inner {
      margin-top: 60px;
      padding-top: 30px; }
    .c-pager__next {
      margin-left: 10px; }
    .c-ruleTxt {
      font-size: 1.4rem; }
    .c-ruleTxt {
      padding: 25px 25px;
      line-height: 1.5; }
        .c-ruleTxt ol > li + li {
          margin-top: 20px; }
      .c-tbl th, .c-tbl td {
        font-size: 1.4rem; }
      .c-tbl th, .c-tbl td {
        line-height: 1.5; }
      .c-tbl tbody th, .c-tbl tbody td {
        padding: 14px 15px;
        display: block; }
      .c-tbl tbody td {
        text-align: left; }
    .c-title {
      margin-bottom: 30px; }
      .c-title p {
        margin-top: 20px;
        line-height: 2; }
      .c-title::after {
        margin: 29px auto 0; }
        .modal-guide .c-title::after {
          margin-top: 30px; }
    .c-wp-post__title {
      margin-bottom: 15px; }
      .c-wp-post__title span {
        font-size: 1.9rem;
        line-height: 1.5; }
  .c-wp-post__date {
    margin-top: 7px; }
    .c-wp-post__article {
      font-size: 1.4rem; }
    .c-wp-post__article {
      line-height: 1.5; }
      .c-wp-post__article > * {
        margin-top: 1.65em; }
  .for-pc {
    display: none; } }
@media (min-width: 814px) and (max-width: 1100px) {
  .mediaQuerySetting {
    display: block; }
    .contents {
      min-height: 0; } }
@media (max-width: 320px) {
  .mediaQuerySetting {
    display: block; }
    .company {
      font-size: 1.3rem; }
    .contents {
      font-size: 1.3rem; }
    .info {
      font-size: 1.3rem; }
      .c-btn-plus a, .c-btn-plus div {
        min-width: 280px; }
      .c-btn-banner a {
        min-width: 280px; }
    .c-ctt__inner {
      font-size: 1.3rem; }
    .c-formThanks {
      font-size: 1.3rem; }
    .c-form {
      font-size: 1.3rem; }
    .c-ruleTxt {
      font-size: 1.3rem; }
      .c-tbl th, .c-tbl td {
        font-size: 1.3rem; }
    .c-wp-post__article {
      font-size: 1.3rem; } }
@media (max-width: 813px) and (max-width: 320px) {
    .c-btn--about a {
      min-width: 0;
      width: 100%; } }
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
