@charset "UTF-8";
/* ------------------------------　　
詳細ページ　entry
------------------------------ */
/* ------------------------------　　
▲▲▲詳細ページ　entry
------------------------------ */
/* ------------------------------　　
FAQ
------------------------------ */
/*  faq一覧
------------------------------ */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:500,700|Exo+2:600,700|Yellowtail&display=swap);
/* line 16, ../sass/_basic.scss */
.RootCategory__faq .summaryCustomEntryWrap .summaryEntryTitle :before {
  content: "Q.";
  color: #ea1921;
  font-weight: 800;
}

/*  faq詳細
------------------------------ */
/* line 24, ../sass/_basic.scss */
.acms-page-header .FaqEntry__title {
  font-size: 4vw;
  line-height: 1.5;
  display: flex;
  margin-bottom: -10px;
}

/* line 30, ../sass/_basic.scss */
.FaqEntry__titleIconQ {
  background: #ea1921;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-right: 0.25em;
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0.5em;
}

/* line 42, ../sass/_basic.scss */
.FaqEntry__questionText {
  background: rgba(234, 25, 33, 0.075);
  padding: 1em;
  border-radius: 0 0 1.5em 0;
}

/* line 47, ../sass/_basic.scss */
.FaqEntry__answerWrap {
  background: rgba(240, 241, 246, 0.75);
  padding: 1em 0.5em;
}

/* line 51, ../sass/_basic.scss */
.entry-column .FaqEntry__answerTitle {
  margin-top: 2em;
  padding-left: 0;
  font-size: 4vw;
  line-height: 1.5;
  margin-bottom: 0px;
  background: none;
  border: none;
  display: flex;
  color: #3C4D8C;
}

/* line 62, ../sass/_basic.scss */
.FaqEntry__answerTitleIconA {
  background-color: #3C4D8C;
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
  margin-right: 0.25em;
  min-width: 40px;
  min-height: 40px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0.5em;
}

/* line 74, ../sass/_basic.scss */
.RootCategory__faq .entry-column h2.bgNone {
  color: #3C4D8C;
}

@media (min-width: 1024px) {
  /* line 78, ../sass/_basic.scss */
  .acms-page-header .FaqEntry__title, .entry-column .FaqEntry__answerTitle {
    font-size: 22px;
  }
}
/* ------------------------------　　
▲▲▲　FAQ
------------------------------ */
/*  サイドカラム side
------------------------------ */
/* line 92, ../sass/_basic.scss */
.Category__service .js-pretty-scroll {
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 10px 0 10px;
  border-radius: 10px 0 10px 0;
}

/* line 1, ../sass/_reset.scss */
html {
  overflow: hidden;
  overflow-y: scroll;
}

/* line 5, ../sass/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* line 11, ../sass/_reset.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}
/* line 15, ../sass/_reset.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 19, ../sass/_reset.scss */
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 30, ../sass/_reset.scss */
small {
  font-size: 12px;
}

@media (max-width: 1000px) {
  /* line 34, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  /* line 42, ../sass/_reset.scss */
  p,
  li,
  dl,
  table {
    line-height: 1.6;
  }
}
/* line 49, ../sass/_reset.scss */
tr {
  word-break: break-all;
}

/* line 52, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 57, ../sass/_reset.scss */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 62, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* line 65, ../sass/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 70, ../sass/_reset.scss */
select option {
  padding: 0px 5px;
}

/* line 73, ../sass/_reset.scss */
form label {
  cursor: pointer;
}

/* line 76, ../sass/_reset.scss */
input:placeholder {
  color: #999;
}

/* line 79, ../sass/_reset.scss */
input:-ms-input-placeholder {
  color: #999;
}

/*! normalize.css v6.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../sass/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 25, ../sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 52, ../sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 62, ../sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 71, ../sass/_normalize.scss */
hr {
  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.
 */
/* line 82, ../sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 95, ../sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 124, ../sass/_normalize.scss */
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.
 */
/* line 134, ../sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 145, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 153, ../sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 162, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 179, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 183, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 194, ../sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 212, ../sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 220, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
/* line 231, ../sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 244, ../sass/_normalize.scss */
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.
 */
/* line 254, ../sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 276, ../sass/_normalize.scss */
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.
 */
/* line 288, ../sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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.
 */
/* line 302, ../sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 316, ../sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 325, ../sass/_normalize.scss */
textarea {
  overflow: auto;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 344, ../sass/_normalize.scss */
[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.
 */
/* line 354, ../sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 363, ../sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[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.
 */
/* line 373, ../sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 386, ../sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 395, ../sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 406, ../sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 414, ../sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 425, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* VARIABLE COLOR */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
/* line 3, ../sass/_loader.scss */
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
}

/* line 15, ../sass/_loader.scss */
.loader {
  position: relative;
  display: inline-block;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 47, ../sass/_loader.scss */
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

/* line 51, ../sass/_loader.scss */
.ball-clip-rotate-pulse > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

/* line 58, ../sass/_loader.scss */
.ball-clip-rotate-pulse > div:first-child {
  background: #8194bf;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -7px;
  -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

/* line 66, ../sass/_loader.scss */
.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #8194bf;
  width: 30px;
  height: 30px;
  left: -16px;
  top: -2px;
  background: transparent;
  border: 2px solid;
  border-color: #8194bf transparent #8194bf transparent;
  -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 16, ../sass/custom.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #2c3f6a;
  font-family: "M PLUS Rounded 1c","Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 26, ../sass/custom.scss */
.no-scroll {
  height: 100%;
  overflow: hidden;
}

/* line 30, ../sass/custom.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* LINK */
/* line 35, ../sass/custom.scss */
a, a:link, a:visited, a img {
  color: #2c3f6a;
  transition: .3s;
}

/* line 39, ../sass/custom.scss */
a:hover {
  color: #8194bf;
  text-decoration: none;
}

/* line 43, ../sass/custom.scss */
a:hover img {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}

/* line 46, ../sass/custom.scss */
.page-title-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  /* line 46, ../sass/custom.scss */
  .page-title-wrapper {
    margin-top: 55px;
  }
}

/* line 52, ../sass/custom.scss */
.actionAdd.-marginNormal .ActionAddBox__btnlist a {
  color: #fff;
}

/* ------------------------------
　　Top
------------------------------ */
/* scroll efect */
/* line 7, ../sass/_top.scss */
.effect-fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 800ms;
}

/* line 12, ../sass/_top.scss */
.module-section.effect-fadein {
  transition-delay: 800ms;
}

/* line 15, ../sass/_top.scss */
.effect-fadein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 20, ../sass/_top.scss */
.topMain {
  width: 100%;
  height: 720px;
  background: url(../images/main.jpg) center center;
  background-size: cover;
  margin-top: 80px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* line 32, ../sass/_top.scss */
.topMain h2 {
  font-family: "Yellowtail", cursive;
  font-size: 90px;
  font-weight: normal;
  opacity: 0;
  z-index: 20;
}
/* line 38, ../sass/_top.scss */
.topMain h2 span {
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 30px !important;
  font-size: 1.85rem !important;
  font-weight: bold;
  display: block;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  /* line 38, ../sass/_top.scss */
  .topMain h2 span {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 46, ../sass/_top.scss */
.topMain svg {
  height: 120px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
/* line 53, ../sass/_top.scss */
.topMain:before {
  z-index: 10;
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

/* line 68, ../sass/_top.scss */
.content-on .topMain h2 {
  animation: fadeIn 1s ease 5.5s 1 forwards;
}
/* line 70, ../sass/_top.scss */
.content-on .topMain h2 span {
  animation: fadeIn 1s ease 6.5s 1 forwards;
}
/* line 74, ../sass/_top.scss */
.content-on .topMain:before {
  animation: fadeOut 4s ease 2s 1 forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wrapMove2 {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  5% {
    opacity: 1;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 103, ../sass/_top.scss */
.topNews_entrylist {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  /* line 103, ../sass/_top.scss */
  .topNews_entrylist {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 107, ../sass/_top.scss */
.topNews_entrylist h2:after {
  content: "NEWS";
  top: -150px;
  left: -7%;
}
/* line 113, ../sass/_top.scss */
.topNews_entrylist time {
  width: 8em;
  float: left;
  color: #8194bf;
}
/* line 118, ../sass/_top.scss */
.topNews_entrylist h3 {
  margin-left: 8em;
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 1em;
}
/* line 123, ../sass/_top.scss */
.topNews_entrylist h3 a {
  color: #2c3f6a;
  position: relative;
  text-decoration: none;
}
/* line 92, ../sass/_snippet.scss */
.topNews_entrylist h3 a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2c3f6a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
/* line 105, ../sass/_snippet.scss */
.topNews_entrylist h3 a:hover::after {
  transform: scale(1, 1);
}
/* line 128, ../sass/_top.scss */
.topNews_entrylist .topNewsIn {
  margin-right: 300px;
}
/* line 132, ../sass/_top.scss */
.topNews_entrylist .topBtn a {
  margin: -5em 0 0 auto;
}

/* line 138, ../sass/_top.scss */
.topBtn a {
  width: 100%;
  max-width: 300px;
  display: block;
  color: #fff;
  background: #a3cb25;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 1.25em 0;
  margin: 0 auto;
  border-radius: 3em;
}
/* line 150, ../sass/_top.scss */
.topBtn a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}

/* line 155, ../sass/_top.scss */
.topttl1 {
  font-family: "Exo 2", sans-serif;
  margin: 0 0 50px;
  font-size: 50px;
  font-size: 3.1rem;
  color: #f15660;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 155, ../sass/_top.scss */
  .topttl1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 58, ../sass/_snippet.scss */
.topttl1:after {
  z-index: -10;
  top: -150px;
  left: 0;
  position: absolute;
  font-family: "Exo 2", sans-serif;
  font-size: 210px;
  color: #f2f3f7;
  letter-spacing: 0;
}
/* line 68, ../sass/_snippet.scss */
.topttl1 span {
  display: block;
  font-size: 18px;
  font-size: 1.1rem;
  color: #a5a8b1;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  padding-top: 1em;
}
@media screen and (max-width: 768px) {
  /* line 76, ../sass/_snippet.scss */
  .topttl1:after {
    top: -80px;
    font-size: 130px;
  }
}
@media screen and (max-width: 600px) {
  /* line 155, ../sass/_top.scss */
  .topttl1 {
    margin: 0 0 15px;
  }
  /* line 83, ../sass/_snippet.scss */
  .topttl1:after {
    top: 0;
    font-size: 60px;
  }
}

/* line 158, ../sass/_top.scss */
.topPromise {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  text-align: left;
  background: url(../images/pic_promise.jpg) center right no-repeat;
  background-size: 72.5% auto;
}
@media screen and (max-width: 768px) {
  /* line 158, ../sass/_top.scss */
  .topPromise {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 163, ../sass/_top.scss */
.topPromise h2 {
  font-family: "Exo 2", sans-serif;
  margin: 0 0 50px;
  color: #8194bf;
  font-size: 100px;
  line-height: 1;
}
/* line 169, ../sass/_top.scss */
.topPromise h2 span {
  font-size: 50px;
  font-size: 3.1rem;
  color: #365496;
  display: block;
}
@media screen and (max-width: 768px) {
  /* line 169, ../sass/_top.scss */
  .topPromise h2 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 175, ../sass/_top.scss */
.topPromise p {
  font-size: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* line 175, ../sass/_top.scss */
  .topPromise p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 179, ../sass/_top.scss */
.topChallenge_banner {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  /* line 179, ../sass/_top.scss */
  .topChallenge_banner {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 183, ../sass/_top.scss */
.topChallenge_banner h2:after {
  content: "CHALLENGES";
  left: -10%;
  width: 120%;
}

/* line 190, ../sass/_top.scss */
.topChalleIn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 90px;
}
@media screen and (max-width: 600px) {
  /* line 190, ../sass/_top.scss */
  .topChalleIn {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 193, ../sass/_top.scss */
.topChalleIn .topChallePic {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
  margin-bottom: 90px;
  position: relative;
}
/* line 198, ../sass/_top.scss */
.topChalleIn .topChallePic:after {
  z-index: -10;
  position: absolute;
  content: "";
  background: #f2f3f7;
  width: 100%;
  height: 100%;
  top: 90px;
  left: 90px;
}
/* line 209, ../sass/_top.scss */
.topChalleIn .topChalleTxt {
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
}
/* line 212, ../sass/_top.scss */
.topChalleIn .topChalleTxt dt {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  /* line 212, ../sass/_top.scss */
  .topChalleIn .topChalleTxt dt {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
/* line 216, ../sass/_top.scss */
.topChalleIn .topChalleTxt dd {
  margin: 1em 0 1.5em;
  text-align: left;
}
/* line 221, ../sass/_top.scss */
.topChalleIn:nth-of-type(even) {
  flex-direction: row-reverse;
}
/* line 224, ../sass/_top.scss */
.topChalleIn:nth-of-type(even) .topChallePic:after {
  left: auto;
  right: 90px;
}

/* line 232, ../sass/_top.scss */
.topService_banner {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  margin-top: -80px;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 232, ../sass/_top.scss */
  .topService_banner {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 238, ../sass/_top.scss */
.topService_banner h2:after {
  content: "SERVICE";
  width: 100%;
  text-align: right;
}
/* line 243, ../sass/_top.scss */
.topService_banner h2 span {
  padding-left: 10%;
}
/* line 247, ../sass/_top.scss */
.topService_banner:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 71%;
  height: auto;
  top: 400px;
  bottom: 0;
  left: 0;
  background: #f15660;
}

/* line 259, ../sass/_top.scss */
.topServIn {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  /* line 259, ../sass/_top.scss */
  .topServIn {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 268, ../sass/_top.scss */
.topServIn .topServTn {
  -webkit-flex-basis: 45%;
  flex-basis: 45%;
  background: #f2f3f7;
  margin-bottom: 100px;
}
/* line 273, ../sass/_top.scss */
.topServIn .topServTn:nth-of-type(even) {
  margin-top: 90px;
}
/* line 277, ../sass/_top.scss */
.topServIn .topServPic {
  overflow: hidden;
}
/* line 279, ../sass/_top.scss */
.topServIn .topServPic a:hover img {
  transform: scale(1.05);
}
/* line 283, ../sass/_top.scss */
.topServIn .topServTxt {
  padding: 1.5em 5%;
}
/* line 285, ../sass/_top.scss */
.topServIn .topServTxt dt {
  font-size: 24px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  /* line 285, ../sass/_top.scss */
  .topServIn .topServTxt dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 289, ../sass/_top.scss */
.topServIn .topServTxt dt a {
  text-decoration: none;
  color: #365496;
}
/* line 294, ../sass/_top.scss */
.topServIn .topServTxt dd {
  margin: .5em 0 1em;
  text-align: left;
}

/* line 301, ../sass/_top.scss */
.topCase_Summary {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  /* line 301, ../sass/_top.scss */
  .topCase_Summary {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 305, ../sass/_top.scss */
.topCase_Summary h2:after {
  content: "CASE";
  width: 100%;
}

/* line 311, ../sass/_top.scss */
.topCaseIn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  /* line 311, ../sass/_top.scss */
  .topCaseIn {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 316, ../sass/_top.scss */
.topCaseIn .topCaseTn {
  -webkit-flex-basis: 30%;
  flex-basis: 30%;
  margin-bottom: 50px;
  text-align: left;
}
/* line 321, ../sass/_top.scss */
.topCaseIn .topCaseTn dt {
  font-size: 24px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin: .5em 0;
}
@media screen and (max-width: 768px) {
  /* line 321, ../sass/_top.scss */
  .topCaseIn .topCaseTn dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 326, ../sass/_top.scss */
.topCaseIn .topCaseTn dt a {
  text-decoration: none;
  color: #365496;
}
/* line 332, ../sass/_top.scss */
.topCaseIn .topCasePic {
  overflow: hidden;
  position: relative;
}
/* line 335, ../sass/_top.scss */
.topCaseIn .topCasePic p {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #365496;
  font-size: 13px;
  font-size: .8rem;
  color: #fff;
  padding: .2em .7em;
}
/* line 345, ../sass/_top.scss */
.topCaseIn .topCasePic a {
  text-decoration: none;
}
/* line 347, ../sass/_top.scss */
.topCaseIn .topCasePic a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
/* line 351, ../sass/_top.scss */
.topCaseIn .topCasePic a:hover img {
  transform: scale(1.05);
}

/* line 357, ../sass/_top.scss */
.topFaq_Summary {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 357, ../sass/_top.scss */
  .topFaq_Summary {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 363, ../sass/_top.scss */
.topFaq_Summary h2:after {
  content: "QUESTION";
}
/* line 367, ../sass/_top.scss */
.topFaq_Summary:after {
  content: "";
  position: absolute;
  z-index: -20;
  width: 71%;
  height: auto;
  top: 0;
  bottom: 80px;
  right: 0;
  background: #eaebf0;
}

/* line 379, ../sass/_top.scss */
.topFaqIn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  /* line 379, ../sass/_top.scss */
  .topFaqIn {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 386, ../sass/_top.scss */
.topFaqIn dl {
  -webkit-flex-basis: 41%;
  flex-basis: 41%;
  margin-bottom: 50px;
  text-align: left;
  background: #f2f3f7;
  padding: 2em 3%;
}
/* line 393, ../sass/_top.scss */
.topFaqIn dl:nth-of-type(even) {
  margin-top: 80px;
}
/* line 397, ../sass/_top.scss */
.topFaqIn dt {
  font-size: 18px;
  font-size: 1.1rem;
  position: relative;
}
/* line 400, ../sass/_top.scss */
.topFaqIn dt span {
  font-size: 13px;
  font-size: .8rem;
  position: absolute;
  top: -3.5em;
  left: 0;
  font-weight: bold;
  display: block;
  background: #a5a8b1;
  color: #fff;
  padding: .2em 1em;
  border-radius: 30px;
}
/* line 413, ../sass/_top.scss */
.topFaqIn dt, .topFaqIn dd {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
/* line 417, ../sass/_top.scss */
.topFaqIn dt:before, .topFaqIn dd:before {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: .05em;
  left: 0;
  content: 'Q';
  color: #f15660;
}
@media screen and (max-width: 768px) {
  /* line 417, ../sass/_top.scss */
  .topFaqIn dt:before, .topFaqIn dd:before {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 428, ../sass/_top.scss */
.topFaqIn dd {
  margin-bottom: 0;
}
/* line 430, ../sass/_top.scss */
.topFaqIn dd:before {
  content: 'A';
  color: #3c8dd8;
}

@media screen and (max-width: 768px) {
  /* line 438, ../sass/_top.scss */
  .topMain {
    margin-top: 55px;
  }

  /* line 443, ../sass/_top.scss */
  .topNews_entrylist h2:after {
    top: -80px;
    left: -5%;
  }
  /* line 448, ../sass/_top.scss */
  .topNews_entrylist .topNewsIn {
    margin-right: 0;
  }
  /* line 452, ../sass/_top.scss */
  .topNews_entrylist .topBtn a {
    margin: 1em auto -20px;
  }

  /* line 457, ../sass/_top.scss */
  .topChalleIn {
    padding-bottom: 50px;
  }
  /* line 459, ../sass/_top.scss */
  .topChalleIn .topChallePic {
    margin-bottom: 50px;
  }
  /* line 461, ../sass/_top.scss */
  .topChalleIn .topChallePic:after {
    top: 50px;
    left: 50px;
  }
  /* line 468, ../sass/_top.scss */
  .topChalleIn:nth-of-type(even) .topChallePic:after {
    left: auto;
    right: 50px;
  }

  /* line 476, ../sass/_top.scss */
  .topServIn .topServTn {
    margin-bottom: 50px;
  }
  /* line 478, ../sass/_top.scss */
  .topServIn .topServTn:nth-of-type(even) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  /* line 486, ../sass/_top.scss */
  .topMain {
    height: 400px;
  }
  /* line 488, ../sass/_top.scss */
  .topMain h2 {
    font-size: 50px;
  }

  /* line 492, ../sass/_top.scss */
  .topNews_entrylist {
    padding-top: 30px;
  }
  /* line 495, ../sass/_top.scss */
  .topNews_entrylist h2:after {
    top: -40px;
    left: -2%;
  }
  /* line 500, ../sass/_top.scss */
  .topNews_entrylist time {
    float: none;
  }
  /* line 503, ../sass/_top.scss */
  .topNews_entrylist h3 {
    margin-left: 0;
  }

  /* line 507, ../sass/_top.scss */
  .topPromise {
    background: url(../images/pic_promise.jpg) 150% 20px no-repeat;
    background-size: 72.5% auto;
    padding-bottom: 0;
  }
  /* line 511, ../sass/_top.scss */
  .topPromise h2 {
    margin: 0 0 10px;
    font-size: 50px;
  }
  /* line 514, ../sass/_top.scss */
  .topPromise h2 span {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) {
  /* line 514, ../sass/_top.scss */
  .topPromise h2 span {
    font-size: 26px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  /* line 518, ../sass/_top.scss */
  .topPromise p {
    font-size: 18px;
    font-size: 1.1rem;
  }

  /* line 522, ../sass/_top.scss */
  .topChalleIn {
    padding-bottom: 30px;
  }
  /* line 524, ../sass/_top.scss */
  .topChalleIn .topChallePic {
    margin-bottom: 20px;
  }
  /* line 526, ../sass/_top.scss */
  .topChalleIn .topChallePic:after {
    top: 30px;
    left: 30px;
  }
  /* line 531, ../sass/_top.scss */
  .topChalleIn:nth-of-type(even) {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
  /* line 535, ../sass/_top.scss */
  .topChalleIn:nth-of-type(even) .topChallePic:after {
    left: auto;
    right: 30px;
  }
  /* line 542, ../sass/_top.scss */
  .topChalleIn .topChalleTxt dt {
    line-height: 1.3;
  }
  /* line 545, ../sass/_top.scss */
  .topChalleIn .topChalleTxt dd {
    margin-top: .5em;
  }

  /* line 550, ../sass/_top.scss */
  .topService_banner {
    margin-top: -50px;
  }
  /* line 553, ../sass/_top.scss */
  .topService_banner h2 span {
    padding-left: 0;
  }
  /* line 557, ../sass/_top.scss */
  .topService_banner:after {
    width: 100%;
    height: auto;
    top: 400px;
  }

  /* line 564, ../sass/_top.scss */
  .topServIn .topServTn {
    margin-bottom: 25px;
  }
  /* line 566, ../sass/_top.scss */
  .topServIn .topServTn:nth-of-type(even) {
    margin-top: 0;
  }
  /* line 571, ../sass/_top.scss */
  .topServIn .topServTxt dt {
    line-height: 1.3;
  }

  /* line 577, ../sass/_top.scss */
  .topCaseIn .topCaseTn {
    margin-bottom: 30px;
  }
  /* line 579, ../sass/_top.scss */
  .topCaseIn .topCaseTn dt {
    line-height: 1.3;
  }

  /* line 584, ../sass/_top.scss */
  .topFaq_Summary {
    padding-bottom: 50px;
  }
  /* line 587, ../sass/_top.scss */
  .topFaq_Summary h2:after {
    width: 100%;
  }
  /* line 591, ../sass/_top.scss */
  .topFaq_Summary:after {
    width: 100%;
  }

  /* line 596, ../sass/_top.scss */
  .topFaqIn dl {
    width: 90%;
    padding: 1.5em 5%;
    margin-bottom: 25px;
    background: #fff;
  }
  /* line 601, ../sass/_top.scss */
  .topFaqIn dl:nth-of-type(even) {
    margin-top: 0;
  }
  /* line 605, ../sass/_top.scss */
  .topFaqIn dt {
    line-height: 1.3;
  }
  /* line 607, ../sass/_top.scss */
  .topFaqIn dt span {
    top: -2.5em;
  }
}
/* HEADER */
/* line 2, ../sass/_header.scss */
#header {
  width: 100%;
  height: 80px;
  z-index: 1400;
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: .3s;
}
/* line 12, ../sass/_header.scss */
#header:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 15, ../sass/_header.scss */
#header .logo {
  width: 240px;
  height: 61px;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 5000;
}
/* line 23, ../sass/_header.scss */
#header .logo a {
  width: 240px;
  height: 61px;
  display: block;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 32, ../sass/_header.scss */
#header .logo a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
/* line 37, ../sass/_header.scss */
#header .navCont {
  width: 100%;
  text-align: right;
  padding: 23px 0 0;
}
/* line 41, ../sass/_header.scss */
#header .navCont ul {
  padding-right: 20px;
}
/* line 44, ../sass/_header.scss */
#header .navCont li {
  display: inline-block;
}
/* line 47, ../sass/_header.scss */
#header .navCont li a {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-size: 1.1rem;
  color: #2c3f6a;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 0 10px;
}
/* line 57, ../sass/_header.scss */
#header .navCont li a:after {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 33%;
  right: 33%;
  display: block;
  content: "";
  background: none;
  transition: .3s;
}
/* line 68, ../sass/_header.scss */
#header .navCont li a:hover {
  color: #2c3f6a;
}
/* line 71, ../sass/_header.scss */
#header .navCont li a:hover:after {
  left: 0;
  right: 0;
  background: #2c3f6a;
}
/* line 79, ../sass/_header.scss */
#header .navtop .stay {
  display: none;
}
/* line 83, ../sass/_header.scss */
#header .nav-open {
  display: block;
}
/* line 85, ../sass/_header.scss */
#header .nav-open span {
  display: none;
}

/* line 158, ../sass/_header.scss */
#header.smallhead {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  /* line 162, ../sass/_header.scss */
  #header, #header.smallhead {
    height: 55px;
  }
  /* line 164, ../sass/_header.scss */
  #header .logo, #header.smallhead .logo {
    width: 160px;
    height: 41px;
    top: 8px;
    left: 10px;
  }
  /* line 169, ../sass/_header.scss */
  #header .logo a, #header.smallhead .logo a {
    width: 160px;
    height: 41px;
    background-size: auto 41px;
  }
  /* line 91, ../sass/_header.scss */
  #header .navCont, #header.smallhead .navCont {
    z-index: -1;
    opacity: 0;
    transition: .3s;
    position: fixed;
    padding: 0;
    box-shadow: 0 0 160px #2c3f6a inset;
  }
  /* line 98, ../sass/_header.scss */
  #header .navCont ul, #header.smallhead .navCont ul {
    position: absolute;
    transform: translateY(-100%);
    width: 100%;
  }
  /* line 103, ../sass/_header.scss */
  #header .navCont li, #header.smallhead .navCont li {
    width: 100%;
    padding-top: 1em;
  }
  /* line 106, ../sass/_header.scss */
  #header .navCont li a, #header.smallhead .navCont li a {
    font-size: 40px;
    font-size: 2.5rem;
    text-shadow: 4px 4px 0px #2c3f6a;
    display: none;
    color: #fff;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* line 106, ../sass/_header.scss */
  #header .navCont li a, #header.smallhead .navCont li a {
    font-size: 26px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 111, ../sass/_header.scss */
  #header .navCont li a:after, #header.smallhead .navCont li a:after {
    display: none;
  }
  /* line 114, ../sass/_header.scss */
  #header .navCont li a:active, #header.smallhead .navCont li a:active {
    transform: scale(0.9);
  }
  /* line 120, ../sass/_header.scss */
  #header .nav-open, #header.smallhead .nav-open {
    width: 60px;
    height: 55px;
    background: #2c3f6a;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    z-index: 9999;
  }
  /* line 130, ../sass/_header.scss */
  #header .nav-open span, #header.smallhead .nav-open span {
    display: none;
  }
  /* line 133, ../sass/_header.scss */
  #header .nav-open i, #header.smallhead .nav-open i {
    display: block;
    width: 30px;
    height: 3px;
    background: #fff;
    margin-left: 15px;
  }
  /* line 140, ../sass/_header.scss */
  #header .nav-open i:nth-child(1), #header.smallhead .nav-open i:nth-child(1) {
    margin-top: 12px;
  }
  /* line 143, ../sass/_header.scss */
  #header .nav-open i:nth-child(2), #header.smallhead .nav-open i:nth-child(2) {
    margin-top: 7px;
    opacity: 1;
  }
  /* line 147, ../sass/_header.scss */
  #header .nav-open i:nth-child(3), #header.smallhead .nav-open i:nth-child(3) {
    margin-top: 7px;
  }
  /* line 150, ../sass/_header.scss */
  #header .nav-open span, #header.smallhead .nav-open span {
    display: block;
    font-size: 8px;
    color: #fff;
    margin-top: 5px;
  }
}
/* line 178, ../sass/_header.scss */
#nav:checked + .nav-open {
  transform: rotate(45deg);
  position: fixed;
  background: none;
}

/* line 183, ../sass/_header.scss */
#nav:checked + .nav-open i {
  transition: transform 0.2s ease;
}

/* line 186, ../sass/_header.scss */
#nav:checked + .nav-open span {
  display: none;
}

/* line 189, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(10px) rotate(180deg);
}

/* line 192, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

/* line 195, ../sass/_header.scss */
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-10px) rotate(90deg);
}

/* line 198, ../sass/_header.scss */
#nav:checked ~ .navCont {
  background: #365496;
  z-index: 9990;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
/* line 208, ../sass/_header.scss */
#nav:checked ~ .navCont ul {
  transform: translateY(-50%);
  top: 50%;
}
/* line 212, ../sass/_header.scss */
#nav:checked ~ .navCont li a {
  display: block;
  color: #fff;
}

/* line 217, ../sass/_header.scss */
.hidden {
  display: none;
}

/* FOOTER */
/* line 2, ../sass/_footer.scss */
.footContact {
  width: 85%;
  margin: 0 auto;
  padding: 80px 7.5%;
  overflow: hidden;
  text-align: center;
  overflow: visible;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../images/conta_bg.gif) center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 2, ../sass/_footer.scss */
  .footContact {
    width: 88%;
    padding: 30px 6%;
  }
}
/* line 10, ../sass/_footer.scss */
.footContact:after {
  content: '';
  background: url(../images/plus.png);
  background-size: cover;
  width: 173px;
  height: 290px;
  position: absolute;
  top: -290px;
  left: 5%;
  z-index: 0;
}

/* line 24, ../sass/_footer.scss */
.js-acms-offcanvas-body .footContact:after {
  width: 44px;
  height: 73px;
  top: -73px;
  left: 2%;
}

/* line 32, ../sass/_footer.scss */
.footContIn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  /* line 32, ../sass/_footer.scss */
  .footContIn {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 37, ../sass/_footer.scss */
.footContIn dl {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  text-align: left;
}
/* line 42, ../sass/_footer.scss */
.footContIn dt {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5em;
}
@media screen and (max-width: 768px) {
  /* line 42, ../sass/_footer.scss */
  .footContIn dt {
    font-size: 26px;
    font-size: 1.6rem;
  }
}
/* line 49, ../sass/_footer.scss */
.footContIn dd {
  color: #fff;
}
/* line 52, ../sass/_footer.scss */
.footContIn ul {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
/* line 56, ../sass/_footer.scss */
.footContIn .footTel {
  font-size: 24px;
  font-size: 1.4rem;
  font-family: "Exo 2", sans-serif;
  color: #fff;
  font-weight: bold;
  margin-bottom: .5em;
}
@media screen and (max-width: 768px) {
  /* line 56, ../sass/_footer.scss */
  .footContIn .footTel {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 62, ../sass/_footer.scss */
.footContIn .footTel span {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  /* line 62, ../sass/_footer.scss */
  .footContIn .footTel span {
    font-size: 26px;
    font-size: 1.6rem;
  }
}
/* line 65, ../sass/_footer.scss */
.footContIn .footTel a {
  display: none;
}
/* line 69, ../sass/_footer.scss */
.footContIn .topBtn a {
  font-size: 18px;
  font-size: 1.1rem;
}

/* line 73, ../sass/_footer.scss */
#footer {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #324775;
}
@media screen and (max-width: 600px) {
  /* line 73, ../sass/_footer.scss */
  #footer {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 79, ../sass/_footer.scss */
#footer ul {
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  text-align: left;
  padding: 120px 5% 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
@media screen and (max-width: 600px) {
  /* line 79, ../sass/_footer.scss */
  #footer ul {
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
  }
}
/* line 88, ../sass/_footer.scss */
#footer li {
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  margin-bottom: 1em;
  line-height: 1.3;
  color: #fff;
}
/* line 94, ../sass/_footer.scss */
#footer li a {
  position: relative;
  text-decoration: none;
  color: #fff;
}
/* line 92, ../sass/_snippet.scss */
#footer li a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #2c3f6a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .4s;
}
/* line 105, ../sass/_snippet.scss */
#footer li a:hover::after {
  transform: scale(1, 1);
}
/* line 97, ../sass/_footer.scss */
#footer li a:after {
  background: #fff;
}

#footer ul.BannerFooter{
	padding: 0;	
	flex-basis: 100%;
}
#footer .BannerFooter li{
	flex-basis: 92%;
}
@media (max-width: 1023px){
	#footer .BannerFooter li{
		flex-basis: 92%;
	}
}
@media (max-width: 798px){
	#footer .footL{order: 2;}
	#footer .footerNavi__Ul{order: 3;}
	#footer .BannerFooter__wrap{order: 1;padding-top: 20px;}
}


.BannerFooter__wrap{
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* line 102, ../sass/_footer.scss */
#footer .footL {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
  background: #2c3f6a;
  padding: 120px 5% 160px;
  position: relative;
}
/* line 109, ../sass/_footer.scss */
#footer .footlogo {
  width: 240px;
  height: 61px;
}
/* line 112, ../sass/_footer.scss */
#footer .footlogo a {
  width: 240px;
  height: 61px;
  display: block;
  background: url(../images/logo_foot.png) no-repeat;
  background-size: contain;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 121, ../sass/_footer.scss */
#footer .footlogo a:hover {
  opacity: 0.6 !important;
  filter: alpha(opacity=60) !important;
}
/* line 126, ../sass/_footer.scss */
#footer .copy {
  color: #fff;
  font-size: 13px;
  font-size: .8rem;
  position: absolute;
  left: 17%;
  bottom: 30px;
}

/* line 134, ../sass/_footer.scss */
#pageTop {
  bottom: 2.25%;
  right: 2.25%;
  display: block;
  position: fixed;
}
/* line 139, ../sass/_footer.scss */
#pageTop a {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  display: block;
  color: #fff;
  font-size: 30px;
  background: rgba(44, 63, 106, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 999;
}
/* line 150, ../sass/_footer.scss */
#pageTop a:hover {
  background: rgba(44, 63, 106, 0.4);
}
/* line 152, ../sass/_footer.scss */
#pageTop a:hover:after {
  margin-top: -8px;
}
/* line 156, ../sass/_footer.scss */
#pageTop a:after {
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -8px;
  transform: rotate(-45deg);
  transition: .3s;
}

@media screen and (max-width: 768px) {
  /* line 176, ../sass/_footer.scss */
  .footContact:after {
    width: 88px;
    height: 147px;
    top: -147px;
    left: 2%;
  }

  /* line 184, ../sass/_footer.scss */
  #footer ul {
    padding: 60px 5% 80px;
  }
  /* line 187, ../sass/_footer.scss */
  #footer li {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  /* line 191, ../sass/_footer.scss */
  #footer .footL {
    padding: 60px 5% 80px;
  }
}
@media screen and (max-width: 600px) {
  /* line 198, ../sass/_footer.scss */
  .footContact:after {
    left: -10px;
  }

  /* line 203, ../sass/_footer.scss */
  .footContIn dt {
    font-size: 50px;
    font-size: 3.1rem;
    text-align: center;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) {
  /* line 203, ../sass/_footer.scss */
  .footContIn dt {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  /* line 207, ../sass/_footer.scss */
  .footContIn ul {
    width: 100%;
  }
  /* line 210, ../sass/_footer.scss */
  .footContIn .footTel {
    font-size: 30px !important;
    font-size: 1.85rem !important;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) {
  /* line 210, ../sass/_footer.scss */
  .footContIn .footTel {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 600px) {
  /* line 213, ../sass/_footer.scss */
  .footContIn .footTel span {
    display: none;
  }
  /* line 216, ../sass/_footer.scss */
  .footContIn .footTel a {
    font-size: 40px;
    font-size: 2.5rem;
    display: inline-block;
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (max-width: 600px) and (max-width: 768px) {
  /* line 216, ../sass/_footer.scss */
  .footContIn .footTel a {
    font-size: 26px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 228, ../sass/_footer.scss */
  #footer ul {
    width: 90%;
    padding: 30px 5% 20px;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
  }
  /* line 234, ../sass/_footer.scss */
  #footer .footL {
    width: 90%;
    padding: 30px 5% 60px;
  }

  /* line 239, ../sass/_footer.scss */
  #pageTop {
    bottom: 15%;
    right: -3%;
  }
}
