@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap);
@charset "UTF-8"; /*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

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

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #1a1a1a;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  text-justify: inter-ideograph;
  width: 100%;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button {
  height: 30px;
  width: 30px;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/slide_arrow_r.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 100px;
  opacity: 1 !important;
  width: 30px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 50px;
    width: 15px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev {
  left: -45px !important;
}
@media screen and (max-width: 1030px) {
  .slick-prev {
    left: -22px !important;
  }
}

.slick-next {
  right: -45px !important;
}
@media screen and (max-width: 1030px) {
  .slick-next {
    right: -22px !important;
  }
}

.slick-prev,
.slick-next {
  height: 100px !important;
  top: 38% !important;
  width: 30px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 50px !important;
    top: 35% !important;
    width: 15px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 10px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 10px);
}
.control-style1 .slick-dots {
  bottom: -30px;
  left: 80px;
  text-align: left;
}

.el_btn {
  background: #FFFFFF;
  border: 3px solid #000;
  border-radius: 50px;
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 110px;
  position: relative;
  text-align: center;
  transition: ease 0.2s;
}
.el_btn span {
  color: #000;
  position: relative;
  z-index: 3;
}
.el_btn .arrow_r {
  fill: #000;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 27px;
}
.el_btn .arrow_l {
  fill: #000;
  left: 15px;
  position: absolute;
  top: 6px;
  width: 27px;
}
@media screen and (max-width: 768px) {
  .el_btn {
    padding: 10px 67px;
  }
}
.el_btn::before {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  width: 100%;
  z-index: 2;
}
.el_btn:hover {
  border: 3px solid #fff;
}
.el_btn:hover span {
  color: #fff;
}
.el_btn:hover .arrow_r {
  fill: #fff;
}
.el_btn:hover .arrow_l {
  fill: #fff;
}
.el_btn:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.el_btn.--black {
  border-color: #1a1a1a;
}

.el_line-btn {
  align-items: center;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 50px;
  color: #3EB157;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.el_line-btn .icon {
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
@media screen and (max-width: 768px) {
  .el_line-btn .icon {
    height: 26px;
    width: 26px;
  }
}
@media screen and (min-width: 769px) {
  .el_line-btn:hover {
    background-color: #1a1a1a;
    border-color: #fff;
  }
}

body {
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .gr {
  color: #00a99d;
  font-weight: bold;
}
body .gr_bg {
  background-color: #00a99d;
  color: #FFFFFF;
}
body .gr_block {
  background-color: #ebebeb;
}
body .bk_block {
  background-color: #1a1a1a;
  color: #fff;
}
body .wh_block {
  background-color: #fff;
  color: #1a1a1a;
}

header {
  position: relative;
  width: 100%;
}
header .logo {
  left: 20px;
  max-width: 302px;
  position: absolute;
  top: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 45%;
  }
}

.contentArea .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .inner {
    width: 90%;
  }
}
.contentArea .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .flexbox {
    display: block;
  }
}

footer {
  background-color: #1a1a1a;
  color: #fff;
}
footer .footerbox {
  padding: 50px 0;
  text-align: center;
}
footer .footerbox .ft_logo {
  margin-bottom: 30px;
  text-align: center;
}
footer .footerbox .ft_logo .b_logo {
  border-right: solid 1px #fff;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  vertical-align: middle;
  width: 260px;
}
@media screen and (max-width: 768px) {
  footer .footerbox .ft_logo .b_logo {
    width: 35%;
  }
}
footer .footerbox .ft_logo .m_logo {
  display: inline-block;
  vertical-align: middle;
  width: 210px;
}
@media screen and (max-width: 768px) {
  footer .footerbox .ft_logo .m_logo {
    width: 35%;
  }
}
footer .ft_btm {
  padding-bottom: 10px;
  text-align: center;
}
footer .ft_btm small {
  display: block;
  text-align: center;
}

main {
  margin-top: 0;
}

.gray {
  color: #808080;
}

.contents {
  width: 100%;
}
.contents .contentArea {
  width: 100%;
}
.contents .topArea {
  background: linear-gradient(45deg, #4d4d4d 0%, #1a1a1a 45%, #1a1a1a 45%);
  position: relative;
  width: 100%;
}
.contents .topArea .c_ttl {
  margin-top: 50px;
}
.contents .mv {
  height: 85vh;
  min-height: 550px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .mv {
    height: 70vh;
    min-height: auto;
  }
}
.contents .mv .ttlArea {
  left: 10%;
  position: absolute;
  top: 20%;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .contents .mv .ttlArea {
    left: 10%;
    top: 15%;
    width: 65%;
    z-index: 20;
  }
}
.contents .mv .ttlArea h1 {
  max-width: 482px;
}
@media screen and (max-width: 768px) {
  .contents .mv .ttlArea h1 {
    width: 100%;
  }
}
.contents .mv .ttlArea .txt {
  margin-top: 75px;
  max-width: 402px;
}
@media screen and (max-width: 768px) {
  .contents .mv .ttlArea .txt {
    margin-top: 40px;
    width: 70%;
  }
}
.contents .mv .mv_obj {
  max-width: 730px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .contents .mv .mv_obj {
    right: 0;
    top: 40%;
    width: 65%;
  }
}
.contents .mv .scrolldown {
  bottom: 10px;
  position: absolute;
  right: 30px;
  width: 9px;
  z-index: 100;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (max-width: 768px) {
  .contents .mv .scrolldown {
    display: none;
  }
}
.contents .mv .scrolldown span {
  display: block;
  position: absolute;
  right: 4px;
  top: -170px;
  width: 9px;
}
.contents .mv .scrolldown::before {
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
          animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
  background: #00a99d;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 10px;
  left: -4px;
  /*描画位置*/
  position: absolute;
  /*丸の形状*/
  width: 10px;
}
@-webkit-keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 65px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.contents .mv .scrolldown::after {
  background: #00a99d;
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  /*描画位置*/
  position: absolute;
  /*線の形状*/
  width: 1px;
}
.contents .c_ttl {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
.contents .c_ttl span {
  display: block;
  font-size: 0.7em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .contents .c_ttl {
    font-size: 4vw;
    margin-bottom: 25px;
  }
}
.contents .sec .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contents .sec .inner {
    width: 90%;
  }
}
.contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contents .sec .flexbox {
    display: block;
  }
}
.contents .sec .ttlArea {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contents .sec .ttlArea {
    width: 90%;
  }
}
.contents .sec .txtArea .lead {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contents .sec .txtArea .lead {
    font-size: 3.8vw;
    margin-bottom: 30px;
  }
}
.contents .sec .txtArea .txt {
  font-size: 0.8em;
}
.contents .contactBtn {
  max-width: 143px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .contents .contactBtn {
    left: 0;
    margin: auto;
    max-width: 100%;
    position: relative;
    top: 6vh;
    width: 90%;
  }
}
.contents .grd_block {
  color: #FFFFFF;
  padding-bottom: 200px;
  position: relative;
  width: 100%;
}
.contents .grd_block::before {
  background: linear-gradient(to bottom, #bcbcbc 0%, #1a1a1a 32%);
  content: "";
  display: block;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .grd_block::before {
    height: 106%;
    top: -6%;
  }
}
.contents .grd_block .c_ttl {
  padding-top: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .grd_block .c_ttl {
    padding-top: 20px;
  }
}
.contents .grd_block .slideArea {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  width: 100%;
}
.contents .grd_block .slideArea .slider {
  display: flex;
  justify-content: space-around;
  /*.slick-slide{
    width: 23%;
        margin: 20px auto;
        @include g.mq-down(md) {
          width: 260px;
          margin: auto 10px;
        }
        @include g.mq-down(sm) {

        }

  }*/
}
@media screen and (max-width: 768px) {
  .contents .grd_block .slideArea .slider {
    display: block;
  }
}
.contents .grd_block .slideArea .slider li {
  margin: 0 auto;
  max-width: 300px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 768px) {
  .contents .grd_block .slideArea .slider li {
    margin: auto 10px;
    width: 260px;
  }
}
.contents .grd_block .slideArea .slider li .img {
  margin-bottom: 10px;
}
.contents .grd_block .slideArea .slider li .caption {
  font-size: 0.95em;
}
.contents .grd_block .slideArea .slick-dots {
  bottom: -50px;
}
.contents .grd_block .slideArea .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.contents .grd_block .inner {
  margin: 0 auto;
  max-width: 1080px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .contents .grd_block .inner {
    width: 80%;
  }
}
.contents .grd_block .inner .btm_txt {
  bottom: -240px;
  left: 0;
  position: absolute;
}
.contents .grd_block .inner .btm_txt span {
  color: #fff;
  display: inline-block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 2px 15px;
}
@media screen and (max-width: 768px) {
  .contents .grd_block .inner .btm_txt span {
    font-size: 4.8vw;
  }
}
.contents .solution_sec {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .solution_sec {
    padding: 80px 0 50px;
  }
}
.contents .solution_sec .sec_ttl {
  margin-bottom: 50px;
  max-width: 381px;
}
@media screen and (max-width: 768px) {
  .contents .solution_sec .sec_ttl {
    margin-bottom: 30px;
    width: 50%;
  }
}
.contents .solution_sec .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .contents .solution_sec .inner {
    width: 90%;
  }
}
.contents .solution_sec .inner .movieArea {
  margin: 0 auto 70px;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.contents .solution_sec .inner .movieArea iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.contents .solution_sec .inner .solArea .flexbox {
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents .solution_sec .inner .solArea .flexbox li {
  border-bottom: solid 2px #1a1a1a;
  margin-bottom: 30px;
  max-width: 520px;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contents .solution_sec .inner .solArea .flexbox li {
    width: 100%;
  }
}
.contents .solution_sec .inner .solArea .flexbox li .icon {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
.contents .solution_sec .inner .solArea .flexbox li .icon figure {
  margin-right: 20px;
  width: 80px;
}
@media screen and (max-width: 768px) {
  .contents .solution_sec .inner .solArea .flexbox li .icon figure {
    margin-right: 15px;
    width: 50px;
  }
}
.contents .solution_sec .inner .solArea .flexbox li .icon .txt {
  font-size: 1.1em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contents .solution_sec .inner .solArea .flexbox li .icon .txt {
    font-size: 4vw;
  }
}
.contents .solution_sec .inner .solArea .flexbox li .caption {
  padding: 10px 0 20px;
}
.contents .case_sec {
  padding: 140px 0 100px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .case_sec {
    padding: 80px 0 70px;
  }
}
.contents .case_sec .sec_ttl {
  max-width: 205px;
  position: absolute;
  top: 100px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .sec_ttl {
    top: 60px;
    width: 25%;
  }
}
.contents .case_sec .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .contents .case_sec .inner {
    width: 90%;
  }
}
.contents .case_sec .inner .case_box {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case_box {
    padding-bottom: 50px;
  }
}
.contents .case_sec .inner .case_box .imgArea {
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case_box .imgArea {
    margin-bottom: 25px;
  }
}
.contents .case_sec .inner .case_box .flexbox {
  justify-content: space-between;
}
.contents .case_sec .inner .case_box .flexbox li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case_box .flexbox li {
    margin-bottom: 50px;
    width: 100%;
  }
}
.contents .case_sec .inner .case_box .flexbox li .num {
  margin-bottom: 15px;
  width: 58px;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case_box .flexbox li .num {
    width: 44px;
  }
}
.contents .case_sec .inner .arrow_down {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 144px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .arrow_down {
    top: -30px;
    width: 25%;
  }
}
.contents .case_sec .inner .case2 {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case2 {
    padding-top: 20px;
  }
}
.contents .case_sec .inner .case2 .txtArea {
  margin-top: 25px;
}
.contents .case_sec .inner .case2 .txtArea p {
  margin-top: 35px;
}
.contents .case_sec .inner .case2 .txtArea p .gr {
  font-size: 1.3em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contents .case_sec .inner .case2 .txtArea p .gr {
    font-size: 4.5vw;
    line-height: 1.75;
  }
}
.contents .plan_sec {
  padding: 100px 0 150px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec {
    padding: 70px 0 50px;
  }
}
.contents .plan_sec .c_ttl {
  margin: 0 auto 70px;
  max-width: 210px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .c_ttl {
    width: 25%;
  }
}
.contents .plan_sec .flexbox {
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1080px;
}
.contents .plan_sec .flexbox .planBox {
  box-sizing: border-box;
  max-width: 520px;
  position: relative;
  width: 48%;
}
.contents .plan_sec .flexbox .planBox::before {
  border: 20px solid #00a99d;
  border-bottom-color: transparent;
  border-right-color: transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox {
    margin-bottom: 50px;
    width: 100%;
  }
}
.contents .plan_sec .flexbox .planBox .planttlArea {
  border-bottom: solid 1px #fff;
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
.contents .plan_sec .flexbox .planBox .planttlArea h3 {
  font-size: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .planttlArea h3 {
    font-size: 5.5vw;
    margin-bottom: 5px;
  }
}
.contents .plan_sec .flexbox .planBox .planttlArea span {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .planttlArea span {
    font-size: 4vw;
  }
}
.contents .plan_sec .flexbox .planBox .plantxtArea {
  padding: 35px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .plantxtArea {
    padding: 15px 20px;
  }
}
.contents .plan_sec .flexbox .planBox .plantxtArea .exArea {
  border-bottom: dashed 1px #fff;
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .plantxtArea .exArea {
    font-size: 3.5vw;
  }
}
.contents .plan_sec .flexbox .planBox .plantxtArea .programArea dl {
  margin-bottom: 20px;
}
.contents .plan_sec .flexbox .planBox .plantxtArea .programArea dl dt {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .plantxtArea .programArea dl dt {
    font-size: 4vw;
  }
}
.contents .plan_sec .flexbox .planBox .plantxtArea .programArea dl dd ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .plantxtArea .programArea dl dd {
    font-size: 3.5vw;
  }
}
.contents .plan_sec .flexbox .planBox .plantxtArea .programArea .program dd ul {
  display: flex;
  flex-wrap: wrap;
}
.contents .plan_sec .flexbox .planBox .plantxtArea .programArea .program dd ul li {
  margin-bottom: 10px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .flexbox .planBox .plantxtArea .programArea .program dd ul li {
    width: 50%;
  }
}
.contents .plan_sec .btm_txt {
  margin: 50px auto 10px;
  text-align: center;
}
.contents .plan_sec .btm_txt p {
  border-bottom: solid 4px #00a99d;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 600;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contents .plan_sec .btm_txt p {
    font-size: 4.5vw;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
.contents .flow_sec {
  padding: 100px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec {
    margin-bottom: 0px;
  }
}
.contents .flow_sec .sec_ttl {
  max-width: 210px;
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .sec_ttl {
    top: -10px;
    width: 25%;
  }
}
.contents .flow_sec .flowtopArea {
  border-bottom: solid 1px #999999;
  margin-bottom: 70px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .flowtopArea {
    margin-bottom: 50px;
    margin-top: -20px;
    padding-bottom: 50px;
  }
}
.contents .flow_sec .flowArea h3 {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .flowArea h3 {
    font-size: 4vw;
  }
}
.contents .flow_sec .flowArea ul li {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .flowArea ul li {
    align-items: flex-start;
  }
}
.contents .flow_sec .flowArea ul li .num {
  margin-right: 25px;
  position: relative;
  width: 70px;
}
.contents .flow_sec .flowArea ul li .num::after {
  background-color: #b3b3b3;
  bottom: -25px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 4px;
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .flowArea ul li .num::after {
    bottom: -85%;
    height: 85%;
  }
}
@media screen and (max-width: 768px) {
  .contents .flow_sec .flowArea ul li .txt {
    width: calc(100% - 100px);
  }
}
.contents .flow_sec .flowArea ul li .txt .bold {
  font-weight: bold;
}
.contents .flow_sec .flowArea ul li .txt span {
  font-size: 0.9em;
}
.contents .flow_sec .flowArea ul li:last-child .num::after {
  content: none;
}
.contents .format_sec {
  position: relative;
  width: 100%;
  z-index: 2;
}
.contents .format_sec::after {
  background: url(/assets/images/common/format_bg.png) no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 641px;
  position: absolute;
  right: 0;
  width: 480px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents .format_sec::after {
    background-size: 100%;
    height: 480px;
    width: 360px;
  }
}
.contents .formatArea {
  margin: 0 auto;
  max-width: 1240px;
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .contents .formatArea {
    padding: 50px 0 50px;
  }
}
.contents .formatArea .c_ttlArea {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .formatArea .c_ttlArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents .formatArea .c_ttlArea .c_ttl {
    margin-bottom: 15px;
  }
}
.contents .formatArea .c_ttlArea p {
  font-size: 1.15em;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contents .formatArea .c_ttlArea p {
    font-size: 3.5vw;
  }
}
.contents .formatArea .format_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contents .formatArea .format_list {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
}
.contents .formatArea .format_list li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contents .formatArea .format_list li {
    margin-bottom: 25px;
    width: 100%;
  }
}
.contents .content-sec {
  border-bottom: solid 1px #fff;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .contents .content-sec {
    padding-top: 60px;
  }
}
.contents .content-sec .midashi {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .content-sec .midashi {
    font-size: 5.2vw;
    margin-bottom: 20px;
  }
}
.contents .content-sec #container {
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container {
    width: 90%;
  }
}
.contents .content-sec #container dl {
  margin-bottom: 20px;
}
.contents .content-sec #container dl dt {
  border: none;
  float: none;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container dl dt {
    font-size: 1.3rem;
  }
}
.contents .content-sec #container dl dd {
  border: none;
  font-size: 1.6rem;
  padding: 0;
  width: 100%;
}
.contents .content-sec #container input[type=text],
.contents .content-sec #container input[type=email],
.contents .content-sec #container input[type=tel],
.contents .content-sec #container select {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 15px 20px;
  width: 100%;
}
.contents .content-sec #container .textarea {
  background: #ebebeb;
  border: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 100%;
  padding: 15px 20px;
  width: 100% !important;
}
.contents .content-sec #container .must {
  background: none;
  border: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 1.4rem;
  margin: 0;
  text-shadow: none;
  vertical-align: top;
}
.contents .content-sec #container .select-wrap {
  position: relative;
  width: 100%;
}
.contents .content-sec #container .select-wrap::after {
  border-bottom: 12px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 17px;
  -webkit-transform: scaleY(0.6);
          transform: scaleY(0.6);
  width: 12px;
}
.contents .content-sec #container .select-wrap::before {
  border-bottom: 12px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 17px;
  content: "";
  height: 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  -webkit-transform: scaleY(0.6) rotate(180deg);
          transform: scaleY(0.6) rotate(180deg);
  width: 12px;
}
.contents .content-sec #container .radio-wrap {
  display: flex;
  gap: 1.8518518519%;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .radio-wrap {
    display: block;
  }
}
.contents .content-sec #container .radio-wrap .box {
  width: 50%;
  /* ラジオボタン */
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .radio-wrap .box {
    margin-bottom: 20px;
    width: 100%;
  }
  .contents .content-sec #container .radio-wrap .box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
.contents .content-sec #container .radio-wrap .box .komidashi {
  font-weight: 700;
  margin-bottom: 10px;
}
.contents .content-sec #container .radio-wrap .box .radio-btns p {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .radio-wrap .box .radio-btns p {
    margin-bottom: 5px;
  }
}
.contents .content-sec #container .radio-wrap .box .radio-btns input[type=radio] {
  display: none;
}
.contents .content-sec #container .radio-wrap .box .radio-btns label {
  background: #ebebeb;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 20px 40px;
  position: relative;
}
.contents .content-sec #container .radio-wrap .box .radio-btns input[type=radio] ~ .label::before {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
.contents .content-sec #container .radio-wrap .box .radio-btns input[type=radio] ~ .label::after {
  background: #1a1a1a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 18px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.1s;
  width: 14px;
}
.contents .content-sec #container .radio-wrap .box .radio-btns input[type=radio]:checked ~ .label::after {
  opacity: 1;
}
.contents .content-sec #container .mfp_buttons {
  margin: 60px auto 120px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .mfp_buttons {
    margin: 30px auto 50px;
  }
}
.contents .content-sec #container .pp-check {
  background: #ebebeb;
  color: #000;
  margin: 60px 0 40px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .pp-check {
    margin: 40px 0 20px;
    padding: 20px 0;
  }
}
.contents .content-sec #container .pp-check dl dt {
  text-align: center;
}
.contents .content-sec #container .pp-check dl dd {
  text-align: center;
}
.contents .content-sec #container .pp-check dl dd label {
  font-weight: 700;
  margin-bottom: 20px;
}
.contents .content-sec #container .pp-check dl dd .mfp_err {
  color: red;
  margin-bottom: 5px;
  margin-top: -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .content-sec #container .pp-check dl dd p {
    font-size: 1.3rem;
  }
}
.contents .content-sec #container .pp-check dl dd p a {
  display: inline-block;
  margin-right: 0.5em;
  text-decoration: underline;
}
.contents .content-sec #container .pp-check dl dd p a:hover {
  text-decoration: none;
}
.contents .thanksArea {
  padding: 50px 0 150px;
}
.contents .thanksArea .content-sec .inner .midashi {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 20px;
}
.contents .thanksArea .content-sec .inner .thanksmessage {
  text-align: center;
}
.contents .thanksArea .content-sec .inner #mfp_thanks {
  display: none;
}
.contents .thanksArea .content-sec .inner .btn-wrap {
  margin-top: 40px;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
  opacity: 0;
}

.formrun-embed iframe {
  background-color: #1a1a1a !important;
}

.ft_bnr {
  max-width: 324px;
  position: fixed;
  right: 20px;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .ft_bnr {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 80%;
  }
}
.ft_bnr .ft_close {
  height: 26px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 26px;
  z-index: 1002;
}
.ft_bnr a {
  display: block;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=app.css.map*/