
@import url("https://fonts.googleapis.com/css?family=Abel|Anton|Oswald:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
@charset "UTF-8";
/*! 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;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
/* Styling for Small-Screen Devices */
.wf-1 {
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.02em;
  font-weight: normal; }
.wf-2 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal; }
.wf-3 {
  font-family: 'Abel', sans-serif;
  font-weight: normal; }
.f-h {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/** 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%; }
body {
  font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #333; }
a {
  color: #000; }
a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  color: #001761;
  text-decoration: none; }
*, *: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;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em; }
strong {
  font-weight: 600; }
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 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  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; }
.breadcrumbs {
  font-size: 12px;
  width: 1000px;
  margin: 0 auto 50px; }
.breadcrumbs strong {
    color: #a4a4a4;
    font-weight: normal; }
.breadcrumbs a::after {
    content: ">";
    margin: 0 5px; }
.breadcrumbs.non_mg {
    margin-bottom: 10px; }
/*
base
------------------------------------ */
html, body {
  width: 100%;
  height: 100%; }
/*
main
------------------------------------ */
main {
  padding: 15px 0 0 0px; }
.s-top main {
    padding-top: 100px; }
.s-company .company-lead {
  text-align: center; }
.s-company .ctt1 {
  width: 1000px;
  margin: 0 auto; }
.s-company .ctt1 table {
    width: 100%; }
.s-company .ctt1 table th, .s-company .ctt1 table td {
      text-align: left;
      vertical-align: top;
      border-bottom: 1px dotted #ccc;
      padding: 10px 0;
      font-weight: normal; }
.s-company .ctt1 table th {
      width: 160px; }
.s-company .ctt1 table th:before {
        content: "■";
        font-size: 80%;
        color: #001761;
        padding-right: 6px; }
.s-company .ctt2 .lead {
  width: 1000px;
  margin: 0 auto; }
.s-company #map {
  margin-top: 20px; }
.s-company #map iframe {
    width: 100%;
    height: 500px; }
/* form用 */
#inquiry-form-input .form_txt {
  margin-bottom: 20px;
  text-align: center; }
#inquiry-form-input .form-error-message {
  display: none;
  font-size: 114.3%;
  padding: 10px 5px;
  margin-bottom: 10px;
  color: red;
  text-align: center; }
#inquiry-form-input .form-confirm-message {
  display: none;
  font-size: 114.3%;
  padding: 35px 5px 25px;
  text-align: center; }
#inquiry-form-input .error-message {
  font-size: 12px;
  margin-bottom: 5px;
  color: red; }
#inquiry-form-input .error-field {
  background-color: #fff8a5; }
#inquiry-form-input .input-field-group label {
  margin-right: 15px; }
#inquiry-form-input .invalidate-message {
  color: #CD0003; }
#inquiry-form-thanks {
  font-size: 128.6%;
  line-height: 2;
  padding: 25px;
  text-align: center;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid #ccc; }
/*
contact
------------------------------ */
.contact {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px; }
.contact .hissu {
    color: #e60000; }
/*
contact_item
------------------------------ */
.contact_item dl {
  padding: 15px 10px;
  margin: 0 auto;
  width: 900px;
  border-top: 1px solid #ddd; }
.contact_item dl dt {
    vertical-align: middle;
    width: 230px;
    font-weight: bold;
    padding: 6px 0px; }
.contact_item dl dt:before {
      content: "■";
      padding-right: 5px;
      color: #001761;
      font-size: 80%; }
.contact_item dl dt strong {
      display: inline-block;
      vertical-align: middle;
      padding-left: 38px; }
.contact_item dl dt strong.hissu {
        background: url(../images/hissu.png) left 4px no-repeat; }
.contact_item dl dt .require {
      background: #ff7676;
      border-radius: 5px;
      color: #fff;
      margin-left: 10px;
      padding: 0.2em 0.4em; }
.contact_item dl dd {
    min-height: 20px;
    width: 650px; }
.contact_item dl dd .att {
      display: block;
      margin-top: 5px;
      font-size: 12px; }
.contact_item input[type=text] {
  border-style: none;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
.contact_item input[type=email] {
  border-style: none;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
.contact_item input[type=tel] {
  border-style: none;
  padding: 8px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%; }
.contact_item textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%; }
.form-buttons {
  border-top: 1px dotted #ccc;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px; }
.form-buttons li {
    display: inline-block; }
.form-buttons li + li {
      margin-left: 20px; }
.form-buttons span {
    margin: 0 10px; }
.form-buttons a {
    display: inline-block;
    width: 200px;
    border-radius: 6px;
    border: 1px solid #001761;
    background-color: #001761;
    color: #fff;
    padding: 10px;
    cursor: pointer; }
.form-buttons a:hover {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #001761;
      background-color: #fff;
      text-decoration: none; }
/*
@media 767px
------------------------------------------------------------------------ */
/*
オリジナル
-------------------------- */
.s-contact .ctt1 {
  width: 1000px;
  margin: 0 auto;
  text-align: center; }
.s-contact .ctt1 h3 {
    margin-bottom: 20px;
    color: #001761;
    font-size: 30px;
    line-height: 1.4; }
.s-contact .ctt1 .pp {
    margin-top: 25px; }
.s-contact .ctt1 .pp a:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px;
      margin-bottom: 8px;
      width: 18px;
      height: 18px;
      background: url(../images/icon_lock.svg) no-repeat 50% 50%; }
.s-contact .ctt1 .pp a:hover {
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      color: #001761;
      text-decoration: none; }
.s-contact .ctt1 .pp a:hover:before {
        background: url(../images/icon_lock.svg) no-repeat 50% 50%; }
.s-contact .ctt1 .contact_tel {
    margin: 30px 0;
    padding: 30px 0;
    margin-top: 50px;
    border: 2px solid #c0eafd;
    border-left: none;
    border-right: none; }
.s-contact .ctt1 .contact_tel dl dt {
      color: #fff;
      border-radius: 5px;
      background-color: #c0eafd;
      margin-right: 10px;
      font-size: 16px;
      padding: 13px 10px;
      font-weight: bold; }
.s-contact .ctt1 .contact_tel dl dd {
      line-height: 1;
      padding-bottom: 4px;
      text-align: left; }
.s-contact .ctt1 .contact_tel dl dd strong {
        font-size: 32px; }
.s-contact .ctt1 .contact_tel dl dd span {
        display: block;
        font-size: 13px;
        margin-top: 5px; }
.ctt + .ctt {
  margin-top: 70px; }
.ctt .ttl {
  font-weight: bold; }
.ctt .ttl1 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #001761;
  font-weight: bold; }
.ctt .ttl1:after {
    margin-top: 10px;
    content: "";
    display: block;
    background-color: #000;
    width: 50px;
    height: 2px; }
/*
f_info
------------------------------------ */
.f_info {
  background: #fdfede url(../images/f_info.png) no-repeat 96% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  width: 640px;
  margin: 60px auto 0 auto;
  padding: 30px 40px;
  margin-bottom: 60px; }
.s-contact .f_info {
    display: none; }
.f_info .lead {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px; }
.f_info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.f_info .box_tel, .f_info .box_mail {
    width: 350px;
    padding-bottom: 5px; }
.f_info .ic {
    color: #001761;
    font-weight: bold;
    padding-right: 3px; }
.f_info .head {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px; }
.f_info .box_tel dl {
    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; }
.f_info .box_tel dl dt {
      color: #fff;
      border-radius: 5px;
      background-color: #c0eafd;
      margin-right: 10px;
      font-size: 16px;
      padding: 13px 10px;
      font-weight: bold; }
.f_info .box_tel dl dd {
      line-height: 1;
      padding-bottom: 4px; }
.f_info .box_tel dl dd strong {
        font-size: 32px; }
.f_info .box_tel dl dd span {
        display: block;
        font-size: 13px;
        margin-top: 5px; }
.f_info .box_tel dl dd a {
        color: #000; }
.f_info .box_mail .btn {
    background-color: #fff;
    text-align: center; }
.f_info .box_mail .btn a {
      border: 1px solid #001761;
      background-color: #fff;
      border-radius: 5px;
      color: #001761;
      font-size: 16px;
      font-weight: bold;
      padding: 10px 18px;
      display: block;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
.f_info .box_mail .btn a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 4px;
        width: 20px;
        height: 20px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: url(../images/icon_mail3.svg) no-repeat 50% 50%; }
.s-flow .ctt {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
.flow__item {
  position: relative;
  text-align: left;
  border: 1px solid #ccc;
  padding: 20px; }
.flow__item + .flow__item {
    margin-top: 30px; }
.flow__item + .flow__item::before {
      content: "";
      position: absolute;
      top: -24px;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 14px;
      border: 30px solid transparent;
      border-top: 14px solid #ccc; }
.flow__body {
  width: 700px; }
.flow__body h3 {
    position: relative;
    background-color: #000;
    padding: 4px 10px;
    padding-left: 50px;
    color: #fff;
    margin-bottom: 14px; }
.flow__body h3 i {
      position: absolute;
      left: -13px;
      top: -11px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 56px;
      height: 56px;
      line-height: 1.2;
      color: #fff;
      background-color: #001761;
      border-radius: 50%; }
.flow__body h3 i span {
        display: block;
        font-style: normal; }
.flow__body h3 i span:nth-of-type(1) {
          font-size: 1.2rem; }
.flow__body p {
    padding-right: 30px; }
.flow__pix {
  width: calc(100% - 720px); }
.flow__pix img {
    width: 100%;
    height: auto; }
/*
footer
------------------------------------ */
footer {
  background-color: #c0eafd;
  position: relative;
  padding: 40px 0 20px 0; }
footer .wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative; }
footer .wrap address {
      font-style: normal;
      padding: 20px 0 20px; }
footer .wrap address .tel,
      footer .wrap address .fax {
        display: inline-block; }
footer .wrap address .fax {
        margin-left: 20px; }
footer .wrap .f_contact {
      position: absolute;
      right: 0;
      top: 0; }
footer .wrap .f_contact .pp {
        margin-top: 12px; }
footer .wrap .f_contact .pp a {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
footer .wrap .f_contact .pp a:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 2px;
            margin-bottom: 8px;
            width: 18px;
            height: 18px;
            background: url(../images/icon_lock.svg) no-repeat 50% 50%; }
footer .wrap .f_contact .btn {
        border-radius: 5px;
        text-align: center; }
footer .wrap .f_contact .btn a {
          border: 1px solid #001761;
          background-color: #001761;
          border-radius: 5px;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          padding: 10px 18px;
          display: block;
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
footer .wrap .f_contact .btn a:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 4px;
            width: 20px;
            height: 20px;
            background: url(../images/icon_mail2.svg) no-repeat 50% 50%;
            -webkit-transition: all .3s ease;
            transition: all .3s ease; }
footer .copy {
    text-align: center;
    font-size: 12px; }
.gallery {
  background-size: cover; }
.gallery__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.gallery__item {
    height: auto;
    width: 48%;
    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;
    background-color: #fff;
    margin-left: 4%; }
.gallery__item img {
      width: 100%; }
/* h_info */
.h_info {
  position: absolute;
  top: 30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.h_info .box_tel, .h_info .box_mail {
    padding-bottom: 5px; }
.h_info .box_tel dl {
    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; }
.h_info .box_tel dl dt {
      width: 50px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 5px;
      background-color: #001761;
      margin-right: 8px;
      padding: 10px 10px; }
.h_info .box_tel dl dd {
      line-height: 1.2; }
.h_info .box_tel dl dd strong {
        font-size: 32px; }
.h_info .box_tel dl dd span {
        display: block;
        font-size: 13px; }
.h_info .box_mail {
    margin-left: 30px; }
.h_info .box_mail .btn {
      border-radius: 5px;
      text-align: center; }
.h_info .box_mail .btn a {
        border: 1px solid #001761;
        background-color: #001761;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 18px;
        display: block; }
.h_info .box_mail .btn a:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          margin-bottom: 4px;
          width: 20px;
          height: 20px;
          background: url(../images/icon_mail2.svg) no-repeat 50% 50%; }
.h_info .box_mail .btn a:hover {
          -webkit-transition: all .3s ease;
          transition: all .3s ease;
          color: #001761;
          background-color: #fff;
          text-decoration: none; }
.h_info .box_mail .btn a:hover:before {
            background: url(../images/icon_mail3.svg) no-repeat 50% 50%; }
/*
menu_box
------------------------------------ */
header .main_area {
  background: url(../images/top/main.jpg) no-repeat 50% 50%;
  background-size: cover; }
.sec header .main_area {
    background-image: none; }
header .main_area .main_wrap {
    position: relative;
    z-index: 1010;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0px 0px;
    width: 1000px;
    height: 440px;
    /* lead */ }
.sec header .main_area .main_wrap {
      display: none; }
header .main_area .main_wrap .lead {
      padding: 160px 0 0 475px; }
header .main_area .main_wrap .lead .ttl {
        margin-bottom: 20px; }
header .main_area .main_wrap .lead .ct {
        font-weight: bold;
        font-size: 17px; }
body {
  -webkit-transition: right ease-out .2s;
  transition: right ease-out .2s; }
body.activeMenu {
    right: 240px; }
.menu_box {
  display: none; }
/* nav_area */
.nav_area {
  width: 100%;
  background-color: #c0eafd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.nav_area .nav_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0;
    width: 1000px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
.sec .nav_area .nav_wrap {
      width: 96%; }
.nav_area h1 {
    padding: 29px 0 0;
    margin: 0;
    font-size: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
/* nav */
nav.g_nav ul li {
  line-height: 1;
  position: relative; }
nav.g_nav ul li + li {
    margin-left: 25px; }
nav.g_nav ul li span {
    display: block;
    font-size: 16px;
    margin-bottom: 4px; }
nav.g_nav ul li small {
    font-size: 10px; }
nav.g_nav ul li a {
    display: block;
    padding-bottom: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
nav.g_nav ul li ul li {
    display: block;
    white-space: nowrap; }
nav.g_nav ul li ul li a {
      width: auto;
      display: block;
      padding: 10px;
      color: #fff;
      font-size: 13px; }
nav.g_nav ul li ul li + li {
      margin: 0; }
nav.g_nav ul .on a {
  color: #001761; }
nav.g_nav ul .on ul li a {
  color: #fff; }
nav.g_nav ul .on ul li a:hover {
    color: #001761; }
.s-price .ctt {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
.s-price .ctt1 {
  text-align: center; }
.s-price .ctt1 h3 {
    color: #001761;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px; }
.s-price .ctt2 .tbl_nm1 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
.s-price .ctt2 .tbl_nm1 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
.s-price .ctt2 .tbl_nm1 table th, .s-price .ctt2 .tbl_nm1 table td {
      text-align: left;
      vertical-align: top;
      border: 1px solid #ccc;
      padding: 10px;
      vertical-align: middle; }
.s-price .ctt2 .tbl_nm1 table .head th {
      background-color: #ddd;
      font-weight: bold; }
.s-price .ctt2 .tbl_nm1 table th {
      text-align: center;
      background-color: #eee;
      font-weight: normal; }
.s-price .ctt2 .tbl_nm1 table td {
      text-align: right; }
.s-price .ctt2 .tbl_nm1 .att {
    margin-top: 10px; }
.s-privacy .ctt {
  width: 1000px;
  margin: 0 auto; }
.s-privacy .ctt1 h3 {
  color: #001761;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px; }
.s-privacy .ctt1 dl {
  margin-top: 50px; }
.s-privacy .ctt1 p + ol,
.s-privacy .ctt1 ol + p {
  margin-top: 20px; }
.s-privacy .ctt1 ul {
  padding: 0 0 0 1.5em; }
.s-privacy .ctt1 ul > li {
    list-style: disc; }
.s-privacy .ctt1 ol {
  margin: 0;
  padding: 0 0 0 1.5em; }
.s-privacy .ctt1 ol > li {
    margin: 0;
    padding: 0;
    list-style-type: decimal; }
.s-service {
  /*
  service_main
  ---------------------------- */ }
.s-service .ctt {
    width: 1000px;
    margin-left: auto;
    margin-right: auto; }
.s-service .ctt1 {
    text-align: center; }
.s-service .ctt1 h3 {
      color: #001761;
      font-size: 26px;
      font-weight: bold;
      line-height: 1.5;
      margin-bottom: 20px; }
.s-service .ctt1 figure {
      margin: 30px auto 0;
      width: 500px; }
.s-service .ctt2 {
    margin-top: 70px; }
.s-service .ctt2 .list_pd1 {
      text-align: center; }
.s-service .ctt2 .list_pd1 ul li {
        background-color: #fff;
        text-align: left; }
.s-service .ctt2 .list_pd1 ul li + li {
          margin-top: 50px; }
.s-service .ctt2 .list_pd1 ul li .pix {
          background-color: #ccc;
          text-align: center;
          width: 30%;
          height: 180px;
          background-size: cover; }
.s-service .ctt2 .list_pd1 ul li:nth-child(1) .pix {
          background-image: url(../images/top/p1.jpg); }
.s-service .ctt2 .list_pd1 ul li:nth-child(2) .pix {
          background-image: url(../images/top/p2.jpg); }
.s-service .ctt2 .list_pd1 ul li:nth-child(3) .pix {
          background-image: url(../images/top/p3.jpg); }
.s-service .ctt2 .list_pd1 ul li .dtl {
          width: 68%;
          margin-left: 2%; }
.s-service .ctt2 .list_pd1 ul li .dtl h3 {
            font-size: 18px;
            line-height: 1.2;
            margin: 0 0 10px 0; }
.s-service .ctt2 .list_pd1 ul li .dtl .txt {
            margin-bottom: 15px; }
.s-service .ctt2 .list_pd1 ul li .dtl .btn_s a {
            border: 1px solid #001761;
            color: #001761;
            display: inline-block;
            padding: 5px;
            text-align: center;
            width: 110px;
            font-size: 75%; }
.s-service .ctt2 .list_pd1 ul li .dtl .btn_s a:hover {
              -webkit-transition: all .3s ease;
              transition: all .3s ease;
              color: #fff;
              text-decoration: none;
              background-color: #001761; }
.s-service .service_main {
    text-align: center;
    margin-bottom: 60px; }
.s-service .service_main .wrap {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: url(../images/service/t_bg.png) no-repeat 50% 0;
      padding: 110px 0 0;
      height: 300px; }
.s-service .service_main h2 {
      color: #000;
      font-size: 30px;
      display: inline-block;
      padding: 0 15px 15px; }
.s-service .service_main h2 small {
        font-size: 14px;
        display: block;
        color: #001761;
        font-weight: bold; }
.s-service .service_main.s01 {
      background: url(../images/top/p1.jpg) 50% 50%;
      background-size: cover; }
.s-service .service_main.s02 {
      background: url(../images/top/p2.jpg) 50% 100%;
      background-size: cover; }
.s-service .service_main.s03 {
      background: url(../images/top/p3.jpg) 50% 100%;
      background-size: cover; }
.s-service .ctt_s1 .ttl1 {
    width: 100%; }
.s-service .ctt_s1 .pix {
    max-width: 320px;
    text-align: right; }
.s-service .ctt_s1 .pix img {
      width: 100%;
      height: auto; }
.s-service .ctt_s1 .dtl {
    width: 100%; }
.s-service .ctt_s1 .btn {
    margin-top: 20px; }
.s-service .ctt_s1 .btn a {
      border: 2px solid #001761;
      color: #001761;
      font-weight: bold;
      display: inline-block;
      padding: 10px;
      text-align: center;
      width: 200px; }
.s-service .ctt_s1 .btn a:before {
        content: "→ "; }
.s-service .ctt_s1 .btn a:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #fff;
        text-decoration: none;
        background-color: #001761; }
.s-service .ctt_s2 figure {
    margin-top: 50px;
    text-align: center; }
.s-service .ctt_s2 figure img {
      width: 650px; }
.service-lead {
  text-align: center; }
.service-flow__item {
  position: relative;
  text-align: left;
  border: 1px solid #ccc;
  padding: 20px; }
.service-flow__item + .service-flow__item {
    margin-top: 30px; }
.service-flow__item + .service-flow__item::before {
      content: "";
      position: absolute;
      top: -24px;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 14px;
      border: 30px solid transparent;
      border-top: 14px solid #ccc; }
.service-flow__body {
  width: 700px; }
.service-flow__body h3 {
    position: relative;
    background-color: #000;
    padding: 4px 10px;
    padding-left: 50px;
    color: #fff;
    margin-bottom: 14px; }
.service-flow__body h3 i {
      position: absolute;
      left: -13px;
      top: -11px;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 56px;
      height: 56px;
      line-height: 1.2;
      color: #fff;
      background-color: #001761;
      border-radius: 50%; }
.service-flow__body h3 i span {
        display: block;
        font-style: normal; }
.service-flow__body h3 i span:nth-of-type(1) {
          font-size: 1.2rem; }
.service-flow__body p {
    padding-right: 50px; }
.service-flow__pix {
  width: calc(100% - 720px); }
.service-flow__pix img {
    width: 100%;
    height: auto; }
.s-top {
  /*
  pix detail
  ---------------- */ }
.s-top .ctt .btn a {
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #001761;
    display: block;
    width: 200px;
    border: 2px solid #001761;
    padding: 8px 0;
    margin: 0 auto;
    margin-top: 40px; }
.s-top .ctt .btn a:hover {
      background-color: #fff;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none;
      color: #001761; }
.s-top .ctt1 {
    text-align: center; }
.s-top .ctt1 hgroup {
      margin-bottom: 40px; }
.s-top .ctt1 hgroup h2 {
        font-size: 50px;
        line-height: 1.2;
        color: #001761;
        font-weight: 600; }
.s-top .ctt1 hgroup h3 {
        font-size: 18px;
        font-weight: bold; }
.s-top .ctt2 {
    text-align: center;
    background-color: #f5f4f4;
    padding: 100px 0;
    margin-top: 100px; }
.s-top .ctt2 .ttl {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 30px; }
.s-top .ctt3 {
    text-align: center;
    margin-top: 60px; }
.s-top .ctt3 .ttl {
      font-size: 36px;
      line-height: 1;
      margin-bottom: 30px; }
.s-top .list_pd1 {
    text-align: center; }
.s-top .list_pd1 ul {
      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; }
.s-top .list_pd1 ul li {
        background-color: #fff;
        text-align: left;
        width: 300px;
        vertical-align: top; }
.s-top .list_pd1 ul li + li {
          margin-left: 50px; }
.s-top .list_pd1 ul li .pix {
          background-color: #ccc;
          text-align: center;
          height: 160px; }
.s-top .list_pd1 ul li:nth-child(1) .pix {
          background-image: url(../images/top/p1.jpg);
          background-size: cover; }
.s-top .list_pd1 ul li:nth-child(2) .pix {
          background-image: url(../images/top/p2.jpg);
          background-size: cover; }
.s-top .list_pd1 ul li:nth-child(3) .pix {
          background-image: url(../images/top/p3.jpg);
          background-size: cover; }
.s-top .list_pd1 ul li .dtl {
          padding: 20px;
          padding-bottom: 25px; }
.s-top .list_pd1 ul li .dtl h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            margin: 0 0 10px 0; }
.s-top .list_pd1 ul li .dtl .txt {
            margin-bottom: 15px; }
.s-top .list_pd1 ul li .dtl .btn_s {
            text-align: center; }
.s-top .list_pd1 ul li .dtl .btn_s a {
              border: 1px solid #001761;
              color: #001761;
              display: inline-block;
              padding: 5px 10px;
              text-align: center;
              width: 110px;
              font-size: 75%; }
.s-top .list_pd1 ul li .dtl .btn_s a:hover {
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
                color: #fff;
                text-decoration: none;
                background-color: #001761; }
/*
@media 767px
------------------------------------------------------------------------ */
.ttl_area {
  text-align: center;
  margin-bottom: 50px; }
.ttl_area h2 {
    color: #000;
    font-size: 36px;
    display: inline-block;
    padding: 0 15px 10px; }
.ttl_area h2 small {
      font-size: 14px;
      font-weight: bold;
      display: block;
      color: #001761; }
.c-btn {
  display: inline-block; }
.c-btn a {
    position: relative;
    min-width: 270px;
    height: 60px;
    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: #001761;
    color: #fff;
    padding: 0 40px;
    text-decoration: none;
    -webkit-transition: ease-out .4s;
    transition: ease-out .4s; }
.c-btn a span {
      position: relative; }
.c-btn a i.blank svg {
      width: 17px; }
.c-btn a i.arrow svg {
      width: 20px; }
.c-btn a svg {
      stroke: #Ffff; }
.c-btn a i {
      display: block;
      line-height: 1;
      margin-left: 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; }
.l-footer .c-btn a {
    min-width: 200px;
    height: 50px; }
.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; }
.form-group {
  font-size: 1.4rem;
  line-height: 1.8; }
.form-group + .form-group {
    margin-top: 25px; }
.form-group__dt {
    font-weight: 600; }
.form-group .text-danger {
    margin-left: 135px;
    font-size: 1.2rem; }
.form-group .c-form__polcy .text-danger {
    margin-left: 0; }
.c-form {
  margin-top: 30px; }
.c-form__inner {
    background-color: #fff;
    padding: 58px 130px;
    border-radius: 20px;
    color: #fff; }
.c-form__polcy {
    margin-top: 40px;
    text-align: center;
    width: 100%;
    color: #fff; }
.c-form__polcy a {
      text-decoration: underline; }
.c-form__btnText {
    width: 100%;
    display: block;
    border: none;
    background-color: #001761;
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem; }
.c-form__btn {
    margin-top: 34px;
    text-align: center; }
.c-form__btn button.border-gradient {
      width: 100%;
      height: 110px;
      max-width: 500px;
      border-radius: 60px;
      border: none;
      background: -webkit-gradient(linear, right top, left top, from(#eb63ad), color-stop(#fbd66c), to(#00afe0));
      background: linear-gradient(to left, #eb63ad, #fbd66c, #00afe0);
      padding: 3px;
      color: #000;
      cursor: pointer;
      outline: none; }
.c-form__btn .child {
      position: relative;
      background-color: #3f4276;
      border-radius: 50px;
      height: 100%;
      color: #fff;
      text-align: center;
      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;
      -webkit-transition: background-color cubic-bezier(0.035, 0.775, 0.49, 1) 0.5s;
      transition: background-color cubic-bezier(0.035, 0.775, 0.49, 1) 0.5s; }
.c-form__btn .child::before {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 110px;
        display: block;
        width: 71px;
        height: 65px;
        background: url(../images/teaser/btn_icon.png) no-repeat 50% 50%;
        background-size: contain; }
.c-form__btn button.border-gradient .child:hover {
      background-color: rgba(0, 0, 0, 0); }
.c-form__btn svg {
      width: 146px;
      fill: #fff; }
.c-form input, .c-form textarea, .c-form button {
    outline: none; }
.c-form input[type=radio],
  .c-form input[type=checkbox] {
    margin-right: 5px; }
.c-form .vertical-item + .vertical-item {
    margin-left: 20px; }
.c-form .horizontal-item + .horizontal-item {
    margin-left: 20px; }
.c-form label + label {
    display: inline-block;
    margin-left: 20px; }
.c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=number],
  .c-form input[type=email] {
    width: 100%;
    padding: 13px;
    border: none;
    border: 1px solid #001761;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    font-size: 1.3rem;
    -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 .cp_ipselect {
    overflow: hidden;
    width: 200px;
    text-align: center;
    font-size: 1.3rem; }
.c-form .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    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 .cp_ipselect select::-ms-expand {
    display: none; }
.c-form .cp_ipselect.cp_sl04 {
    position: relative;
    border: 1px solid #001761;
    background: #ffffff; }
.c-form .cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 1.3em;
    right: 0.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #001761;
    pointer-events: none; }
.c-form .cp_ipselect.cp_sl04 select {
    padding: 13px 38px 13px 8px; }
.c-form textarea {
    width: 100%;
    padding: 10px;
    line-height: 1.6;
    background-color: #ddd;
    border: 1px solid #ddd;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s; }
.c-form textarea:focus {
      border: 1px solid #ccc;
      background-color: #fff;
      outline: 0; }
.form-radio {
  display: none; }
.form-radio + label {
  padding-left: 25px;
  position: relative;
  margin-right: 25px; }
.form-radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 1px solid #85e3ca;
  border-radius: 50%; }
.form-radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #85e3ca;
  border-radius: 50%; }
.form-checkbox {
  display: none; }
.form-checkbox + label {
  padding-left: 25px;
  position: relative;
  margin-right: 25px; }
.form-checkbox + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #fff; }
.form-checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../images/teaser/check_on.png) no-repeat 50% 50%;
  background-size: contain; }
.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-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); }
.c-inview-rocket {
  opacity: 0;
  -webkit-transform: translate(-40px, 40px) scale(1);
          transform: translate(-40px, 40px) scale(1);
  -webkit-transition: opacity ease-out .5s .2s, -webkit-transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, -webkit-transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, transform ease-out .8s .2s;
  transition: opacity ease-out .5s .2s, transform ease-out .8s .2s, -webkit-transform ease-out .8s .2s; }
.c-inview-rocket.inview {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1); }
.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-tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
.c-tbl th, .c-tbl td {
    border: 1px solid #666;
    padding: 10px;
    line-height: 1.5; }
.c-tbl th {
    background-color: #2B2525;
    color: #fff; }
.c-tbl td {
    text-align: center; }
.c-tbl .c-tbl__ttl {
    background-color: #1D1818; }
.c-title {
  margin-bottom: 40px; }
.c-title span, .c-title small {
    line-height: 1.4;
    display: block; }
.c-title span {
    font-size: 4rem; }
.c-title small {
    font-size: 1.4rem;
    font-weight: normal; }
.c-title-s {
  position: relative;
  z-index: 10;
  margin-bottom: 30px; }
.c-title-s span, .c-title-s small {
    line-height: 1.4;
    display: block; }
.c-title-s span {
    font-size: 3.4rem; }
.c-title-s small {
    font-size: 1.4rem;
    font-weight: normal; }
/**
 * 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; }
.type_sp {
  display: none; }
/**
 * 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 all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@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: #65A5D5; }
    html, body {
      min-width: 1060px; }
    .contact_item dl {
      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; }
      .s-contact .ctt1 .contact_tel dl {
        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; }
        .f_info .box_mail .btn a:hover {
          color: #fff;
          background-color: #001761;
          text-decoration: none; }
          .f_info .box_mail .btn a:hover:before {
            background: url(../images/icon_mail2.svg) no-repeat 50% 50%; }
    .flow__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
            footer .wrap .f_contact .pp a:hover {
              color: #001761;
              text-decoration: none; }
            footer .wrap .f_contact .btn a:hover {
              color: #001761;
              background-color: #fff;
              text-decoration: none; }
              footer .wrap .f_contact .btn a:hover:before {
                background: url(../images/icon_mail3.svg) no-repeat 50% 50%; }
      .gallery__item {
        border: 1px solid #ddd;
        padding: 10px 20px; }
        .gallery__item:nth-of-type(2n-1) {
          margin-left: 0; }
        .gallery__item:nth-of-type(n+3) {
          margin-top: 40px; }
      .gallery__item a {
        -webkit-transition: .2s;
        transition: .2s; }
        .gallery__item a:hover {
          opacity: 0.8; }
          header .main_area .main_wrap .lead .ttl {
            margin-left: -8px; }
  nav.g_nav {
    position: absolute;
    top: 34px;
    right: 0; }
  nav.g_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
      nav.g_nav ul li a:hover {
        text-decoration: none;
        color: #001761; }
    nav.g_nav ul li ul {
      background-color: #001761;
      display: none;
      position: absolute; }
      nav.g_nav ul li ul li {
        border-bottom: 1px solid #fff; }
        nav.g_nav ul li ul li a {
          -webkit-transition: all .3s ease;
          transition: all .3s ease; }
          nav.g_nav ul li ul li a:hover {
            text-decoration: none;
            color: #001761;
            background-color: #c7d9f0; }
          .s-service .ctt2 .list_pd1 ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
    .s-service .ctt_s1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .service-flow__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .c-btn a:hover {
        opacity: 0.8; }
  .c-btn-arrow {
    -webkit-transition: opacity ease-out .4s;
    transition: opacity ease-out .4s; }
    .c-btn-arrow:hover {
      opacity: 0.7; }
    .form-group {
      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; }
      .form-group__dt {
        width: 135px; }
    .form-group__dd {
      width: calc(100% - 135px); }
      .c-form input[type=radio],
      .c-form input[type=checkbox] {
        -webkit-transform: translateY(-2px);
                transform: translateY(-2px); }
    .p-access .c-title {
      margin-bottom: 20px; }
  .for-mobile {
    display: none; } }
@media (max-width: 1260px) {
  .mediaQuerySetting {
    display: block; } }
@media (max-width: 813px) {
  .mediaQuerySetting {
    display: block; }
    body {
      font-size: 1.4rem; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-breadcrumb {
      padding-left: 0;
      padding-right: 0; }
    .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; }
    .breadcrumbs {
      width: 94%;
      margin: 0 auto 20px; }
  body {
    position: relative;
    right: 0;
    overflow-x: hidden; }
      .s-top main {
        padding-top: 50px; }
    main {
      padding: 10px 0px 0; }
    .s-company .company-lead {
      text-align: left; }
    .s-company .ctt1 {
      width: 100%;
      margin: 0 auto; }
      .s-company .ctt1 table th, .s-company .ctt1 table td {
        display: block;
        text-align: left;
        vertical-align: top;
        border-bottom: none;
        padding: 6px 2%; }
      .s-company .ctt1 table th {
        width: auto;
        background-color: #eee; }
        .s-company .ctt1 table th:before {
          content: "■";
          font-size: 80%;
          color: #001761;
          padding-right: 6px; }
    .s-company .ctt2 .lead {
      width: 100%;
      margin: 0 auto; }
    .s-company #map {
      margin: 15px auto 0; }
      .s-company #map iframe {
        width: 100%;
        height: 300px; }
    .contact {
      width: 100%;
      padding-bottom: 40px; }
  #inquiry-form-input {
    margin: 20px 0 0; }
    #inquiry-form-input .form_txt {
      margin: 0 3% 10px;
      text-align: center; }
    #inquiry-form-input .form-error-message {
      display: none;
      font-size: 114.3%;
      padding: 10px 5px;
      margin-bottom: 10px;
      color: red;
      text-align: center; }
    #inquiry-form-input .form-confirm-message {
      display: none;
      font-size: 114.3%;
      padding: 35px 5px 25px;
      text-align: center; }
    #inquiry-form-input .error-message {
      font-size: 12px;
      margin-bottom: 5px;
      color: red; }
    #inquiry-form-input .error-field {
      background-color: #fff8a5; }
    #inquiry-form-input #inquiry-form-thanks {
      font-size: 128.6%;
      line-height: 2;
      padding: 25px;
      text-align: center; }
  /*
  contact
  ------------------------------ */
  .contact {
    width: 100%;
    margin: 0 auto; }
  /*
  contact_item
  ------------------------------ */
  .contact_item dl {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px;
    margin: 0 auto;
    width: 100%;
    border-top: 1px solid #ddd; }
    .contact_item dl dt {
      display: block;
      vertical-align: middle;
      width: auto;
      font-weight: bold;
      padding: 0px; }
      .contact_item dl dt:before {
        content: "■";
        padding-right: 5px;
        color: #001761;
        font-size: 80%; }
      .contact_item dl dt strong {
        display: inline-block;
        vertical-align: middle;
        padding-left: 38px; }
        .contact_item dl dt strong.hissu {
          background: url(../images/hissu.png) left 4px no-repeat; }
      .contact_item dl dt .require {
        background: #ff7676;
        border-radius: 5px;
        color: #fff;
        margin-left: 10px;
        padding: 0.2em 0.4em; }
    .contact_item dl dd {
      display: block;
      min-height: 20px;
      vertical-align: middle;
      width: auto; }
      .contact_item dl dd .att {
        display: block;
        margin-top: 5px;
        font-size: 12px; }
  .form-buttons {
    border-top: 1px dotted #ccc;
    text-align: center;
    margin: 20px 0 30px;
    padding-top: 20px; }
    .form-buttons li {
      display: inline-block; }
      .form-buttons li + li {
        margin: 10px 0 0; }
    .form-buttons span {
      margin: 0 10px; }
    .form-buttons a {
      display: inline-block;
      width: 200px;
      border-radius: 6px;
      border: 1px solid #001761;
      background-color: #001761;
      color: #fff;
      padding: 10px;
      cursor: pointer; }
      .form-buttons a:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #001761;
        background-color: #fff;
        text-decoration: none; }
  .s-contact .ctt1 {
    width: 94%;
    margin: 0 auto;
    text-align: left; }
    .s-contact .ctt1 h3 {
      text-align: center;
      margin-bottom: 15px;
      color: #001761;
      font-size: 20px;
      line-height: 1.4; }
    .s-contact .ctt1 .pp {
      margin-top: 15px; }
      .s-contact .ctt1 .pp a:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
        margin-bottom: 8px;
        width: 18px;
        height: 18px;
        background: url(../images/icon_lock.svg) no-repeat 50% 50%; }
      .s-contact .ctt1 .pp a:hover {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #001761;
        text-decoration: none; }
        .s-contact .ctt1 .pp a:hover:before {
          background: url(../images/icon_lock.svg) no-repeat 50% 50%; }
    .s-contact .ctt1 .contact_tel {
      margin: 20px 0;
      padding: 20px 0;
      margin-top: 30px;
      border-left: none;
      border-right: none; }
      .s-contact .ctt1 .contact_tel dl dt,
      .s-contact .ctt1 .contact_tel dl dd {
        display: block;
        text-align: center; }
      .s-contact .ctt1 .contact_tel dl dt {
        width: 100%;
        padding: 10px 0px;
        text-align: center; }
      .s-contact .ctt1 .contact_tel dl dd {
        margin-top: 5px; }
        .s-contact .ctt1 .contact_tel dl dd strong {
          font-size: 35px; }
        .s-contact .ctt1 .contact_tel dl dd span {
          font-size: 80%; }
  .ctt {
    padding: 0 3%; }
    .ctt + .ctt {
      margin-top: 50px; }
    .ctt .ttl1 {
      margin-bottom: 15px; }
      .ctt .ttl1:after {
        margin-top: 5px;
        width: 40px; }
    .f_info {
      background-image: none;
      padding: 20px 3%;
      width: auto;
      margin: 0;
      margin-top: 50px; }
      .f_info .lead {
        margin-bottom: 10px;
        text-align: center;
        line-height: 1.5; }
      .f_info .box_tel, .f_info .box_mail {
        float: none;
        width: 100%;
        font-size: 100%;
        padding-bottom: 5px; }
      .f_info .ic {
        font-size: 90%; }
      .f_info .head {
        font-size: 14px;
        margin-bottom: 5px; }
    .f_info .box_tel {
      border-top: 1px solid #ccc;
      padding: 10px 0 0;
      margin: 10px 0 0; }
      .f_info .box_tel dl dt {
        width: 100%;
        padding: 10px 0px;
        text-align: center;
        margin-right: 0; }
      .f_info .box_tel dl dd {
        width: 100%;
        margin-top: 5px;
        text-align: center; }
        .f_info .box_tel dl dd strong {
          font-size: 35px; }
        .f_info .box_tel dl dd span {
          font-size: 80%; }
    .flow__body {
      width: 100%; }
      .flow__body p {
        padding-right: 0; }
    .flow__pix {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px; }
    footer {
      padding: 20px 3% 10px;
      font-size: 1.3rem; }
    footer .f_logo {
      width: 200px; }
      footer .wrap {
        width: auto; }
        footer .wrap address {
          padding: 10px 0 10px; }
          footer .wrap address .fax {
            margin-left: 15px; }
        footer .wrap .f_contact {
          position: relative;
          right: auto;
          top: auto;
          text-align: center;
          margin-bottom: 10px; }
      footer .copy {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #999;
        text-align: center;
        font-size: 1rem; }
      .gallery__item {
        border: solid #fff 2px;
        width: 96%;
        margin: 0 auto; }
      .gallery__item {
        border: 1px solid #ddd;
        padding: 8px 15px; }
        .gallery__item:nth-of-type(n+2) {
          margin-top: 20px; }
    .h_info {
      top: 10px; }
        .h_info .box_tel dl dt {
          width: 44px;
          height: 44px;
          margin-right: 0;
          padding: 5px; }
          .h_info .box_tel dl dt img {
            padding-bottom: 5px; }
        .h_info .box_tel dl dd {
          display: none; }
      .h_info .box_mail {
        margin-left: 10px; }
        .h_info .box_mail .btn {
          border-radius: 0px; }
          .h_info .box_mail .btn a {
            padding: 0px;
            padding-top: 6px;
            width: 44px;
            height: 44px; }
            .h_info .box_mail .btn a:before {
              margin-right: 0px;
              margin-bottom: 0px;
              width: 30px;
              height: 30px; }
          .h_info .box_mail .btn a span {
            display: none; }
  header {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 0px; }
    header .main_area {
      background: url(../images/top/main.jpg) no-repeat 35% 50%;
      background-size: cover; }
      header .main_area .main_wrap {
        width: 94%;
        height: 280px; }
      header .main_area .main_wrap .lead {
        padding: 80px 0 0 50%; }
        header .main_area .main_wrap .lead .ttl {
          margin-bottom: 10px;
          max-width: 250px; }
        header .main_area .main_wrap .lead .ct {
          font-size: 12px; }
          header .main_area .main_wrap .lead .ct br {
            display: none; }
  .menu_box {
    border-radius: 5px;
    border: 1px solid #fff;
    display: block;
    height: 38px;
    right: 3%;
    position: absolute;
    top: 11px;
    width: 38px;
    z-index: 110; }
    .menu_box .menu_btn {
      cursor: pointer;
      height: 14px;
      margin: 0 auto;
      margin: 10px auto 0;
      position: relative;
      width: 18px; }
      .menu_box .menu_btn span {
        background: #001761;
        border-radius: 5px;
        display: block;
        font-size: 0;
        height: 3px;
        left: 0;
        line-height: 1;
        opacity: 1;
        position: absolute;
        -webkit-transition: all 0s ease 0s, all 0.35s ease 0s;
        transition: all 0s ease 0s, all 0.35s ease 0s;
        width: 20px; }
  .menu_box .menu_btn span:nth-child(1) {
    top: 0px; }
  .menu_box .menu_btn span:nth-child(2) {
    top: 6px; }
  .menu_box .menu_btn span:nth-child(3) {
    top: 12px; }
  .menu_box .menu_btn.on span:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(6px) rotate(225deg);
            transform: translateY(6px) rotate(225deg); }
  .menu_box .menu_btn.on span:nth-child(2) {
    opacity: 0; }
  .menu_box .menu_btn.on span:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(-6px) rotate(-225deg);
            transform: translateY(-6px) rotate(-225deg); }
    .nav_area {
      height: auto; }
      .nav_area .nav_wrap {
        width: 94%; }
        .sec .nav_area .nav_wrap {
          width: 100%;
          padding: 0 3%; }
      .nav_area h1 {
        padding: 20px 0;
        font-size: 10px;
        width: 240px; }
  nav.g_nav {
    position: fixed;
    right: -240px;
    top: 0;
    width: 240px;
    height: 100vh;
    z-index: 10000;
    background-color: #001761;
    -webkit-transition: right ease-out .2s;
    transition: right ease-out .2s; }
    .activeMenu nav.g_nav {
      right: 0; }
  nav.g_nav ul {
    padding-top: 10px; }
    nav.g_nav ul li {
      display: block; }
      nav.g_nav ul li + li {
        margin: 0px 0px; }
      nav.g_nav ul li span {
        font-size: 14px;
        margin-bottom: 3px; }
      nav.g_nav ul li small {
        display: none; }
      nav.g_nav ul li a {
        padding: 10px 20px;
        border-bottom: 1px solid #fff;
        color: #fff; }
    nav.g_nav ul li ul {
      padding-top: 0;
      display: block !important; }
        nav.g_nav ul li ul li a {
          width: auto;
          padding-left: 40px; }
  nav.g_nav ul .on a {
    color: #fff; }
    .s-price .ctt {
      width: 100%; }
    .s-price .ctt1 {
      text-align: left; }
      .s-price .ctt1 h3 {
        font-size: 20px;
        margin-bottom: 15px; }
        .s-price .ctt1 h3 br {
          display: none; }
    .s-price .ctt2 .tbl_nm1 {
      width: 100%; }
      .s-price .ctt2 .tbl_nm1 table {
        border-bottom: 1px solid #ccc; }
        .s-price .ctt2 .tbl_nm1 table th, .s-price .ctt2 .tbl_nm1 table td {
          display: block;
          vertical-align: top;
          border-bottom: none;
          padding: 6px 2%; }
      .s-price .ctt2 .tbl_nm1 table .head {
        display: none; }
        .s-price .ctt2 .tbl_nm1 table .head th {
          width: auto;
          background-color: #eee; }
        .s-price .ctt2 .tbl_nm1 table th br {
          display: none; }
        .s-price .ctt2 .tbl_nm1 table td span {
          display: inline-block;
          width: 50%;
          text-align: left; }
        .s-price .ctt2 .tbl_nm1 table td .fr {
          text-align: right; }
    .s-privacy .ctt {
      width: 100%;
      margin: 0 auto; }
      .s-service .ctt {
        width: 100%; }
      .s-service .ctt1 {
        text-align: left; }
        .s-service .ctt1 h3 {
          font-size: 20px;
          margin-bottom: 15px; }
          .s-service .ctt1 h3 br {
            display: none; }
        .s-service .ctt1 figure {
          width: 100%; }
            .s-service .ctt2 .list_pd1 ul li + li {
              margin-top: 40px; }
            .s-service .ctt2 .list_pd1 ul li .pix {
              width: 100%; }
            .s-service .ctt2 .list_pd1 ul li .dtl {
              width: 100%;
              margin: 10px 0 0;
              padding: 0; }
              .s-service .ctt2 .list_pd1 ul li .dtl .txt {
                margin-bottom: 10px; }
            .s-service .ctt2 .list_pd1 ul li .dtl .btn_s {
              text-align: center; }
      .s-service .service_main {
        margin-bottom: 40px; }
        .s-service .service_main .wrap {
          padding: 60px 0 0;
          height: 180px;
          background-size: auto 100%; }
        .s-service .service_main h2 {
          font-size: 20px;
          padding: 0 15px 10px; }
          .s-service .service_main h2 small {
            font-size: 12px; }
      .s-service .service_main p {
        font-size: 13px; }
      .s-service .ctt_s1 .pix {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
      .s-service .ctt_s1 .dtl {
        margin-bottom: 10px;
        width: auto; }
        .s-service .ctt_s2 figure img {
          width: 100%; }
    .service-lead {
      text-align: left; }
    .service-flow__body {
      width: 100%; }
      .service-flow__body p {
        padding-right: 0; }
    .service-flow__pix {
      width: 100%;
      margin: 0 auto;
      margin-top: 20px; }
            .s-top .list_pd1 ul li + li {
              margin-left: 0; }
  .s-top .ctt .btn a {
    font-weight: bold;
    display: block;
    width: 200px;
    padding: 8px 0;
    margin: 0 auto;
    margin-top: 20px; }
    .s-top .ctt .btn a:hover {
      text-decoration: none; }
  .s-top .ctt1 {
    text-align: center; }
    .s-top .ctt1 hgroup {
      margin-bottom: 15px; }
      .s-top .ctt1 hgroup h2 {
        font-size: 30px;
        line-height: 1.2; }
      .s-top .ctt1 hgroup h3 {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 5px; }
    .s-top .ctt1 p {
      text-align: left; }
      .s-top .ctt1 p br {
        display: none; }
  .s-top .ctt2 {
    text-align: center;
    background-color: #f5f4f4;
    padding: 50px 3%;
    margin-top: 50px; }
    .s-top .ctt2 .ttl {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 20px; }
  .s-top .ctt3 {
    margin-top: 50px; }
    .s-top .ctt3 .ttl {
      font-size: 30px;
      line-height: 1;
      margin-bottom: 20px; }
    .s-top .ctt3 p {
      text-align: left; }
  .list_pd1 {
    text-align: center; }
    .list_pd1 ul li {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      text-align: left;
      width: 100%;
      padding: 0px; }
      .list_pd1 ul li + li {
        margin: 20px 0 0; }
      .list_pd1 ul li .pix {
        text-align: center;
        width: 100%;
        float: none; }
      .list_pd1 ul li .dtl {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin: 10px 0 0;
        padding: 5px 12px 15px;
        float: none; }
        .list_pd1 ul li .dtl h3 {
          line-height: 1.2;
          margin: 0 0 10px; }
        .list_pd1 ul li .dtl .txt {
          margin-bottom: 10px; }
        .list_pd1 ul li .dtl .btn {
          text-align: right; }
          .list_pd1 ul li .dtl .btn a {
            display: inline-block;
            padding: 5px;
            text-align: center;
            width: 100px;
            font-size: 75%; }
    .ttl_area {
      margin-bottom: 20px; }
      .ttl_area h2 {
        line-height: 1.4;
        padding: 0; }
      .c-btn a {
        height: 60px;
        min-width: 250px;
        font-size: 1.3rem; }
    .c-btn-arrow a {
      text-align: right;
      padding-bottom: 15px;
      background: url(../images/top/arrow.png) no-repeat 100% 100%;
      background-size: auto 8px; }
    .form-group {
      font-size: 1.2rem; }
      .form-group + .form-group {
        margin-top: 15px; }
      .form-group__dt {
        font-size: 1.35rem; }
    .form-group__dd {
      margin-top: 2px; }
    .c-form {
      margin-top: 20px; }
      .c-form__inner {
        padding: 20px 30px;
        padding-bottom: 50px; }
      .c-form__polcy {
        font-size: 1.35rem;
        margin-top: 30px; }
      .c-form__btn {
        margin-top: 25px; }
        .c-form__btn button.border-gradient {
          width: 90%;
          height: 80px; }
          .c-form__btn .child::before {
            top: 0;
            bottom: 0px;
            margin: auto;
            left: calc(100vw / 750 * 80);
            width: 49.7px;
            height: 45.5px; }
        .c-form__btn svg {
          width: 110px; }
    .c-tbl {
      width: 100%; }
      .c-tbl th, .c-tbl td {
        padding: 5px 8px;
        font-size: 1.2rem; }
    .c-title {
      margin-bottom: 30px; }
      .p-access .c-title {
        margin-bottom: 10px; }
      .c-title span {
        font-size: 3rem; }
    .c-title-s {
      margin-bottom: 20px; }
      .c-title-s span {
        font-size: 2.6rem; }
  .for-pc {
    display: none; }
  .type_pc {
    display: none; }
  .type_sp {
    display: block; } }
@media (max-width: 320px) {
  .mediaQuerySetting {
    display: block; } }

/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
