/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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


/* ===============================================
# mixins
=============================================== */
/* BREAK-POINT
=========================== */
/* ===============================================
# setting
=============================================== */
/* ===============================================
# common
=============================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.82;
  font-size: 62.5%;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.6;
}

.section-txt {
  font-size: 18px;
  letter-spacing: -0.05em;
  text-align: justify;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  .section-txt {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .section-txt {
    font-size: 18px;
  }
}

@media (min-width: 1000px) {
  .sm-br {
    display: none;
  }
}

.pc-br {
  display: none;
}
@media (min-width: 1000px) {
  .pc-br {
    display: block;
  }
}

/* ===============================================
# header
=============================================== */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 96px;
  display: none;
  padding: 0 20px;
  background-color: #fff;
  z-index: 9999;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 293px;
  height: auto;
}
.header__contact {
  display: flex;
}
.header__tel {
  margin-right: 5px;
}
.header__tel img, .header__mail img {
  width: auto;
  height: 73px;
}
@media (min-width: 1000px) {
  .header {
    display: block;
  }
}

/* ===============================================
# top
=============================================== */
@media (min-width: 1000px) {
  .top {
    margin-top: 96px;
  }
}

.top-inner {
  background: #f6d0d5;
  background: linear-gradient(0deg, #f6d0d5 0%, white 100%);
}
@media (min-width: 1000px) {
  .top-inner {
    display: none;
  }
}

.top-pc-img {
  display: none;
}
@media (min-width: 1000px) {
  .top-pc-img {
    display: block;
  }
}
.top-pc-img img {
  width: 100%;
  height: auto;
}

.top-text {
  background: #de3f52;
  padding-bottom: 22px;
}

.lead-txt {
  font-size: 6vw;
  line-height: 1.29;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 21px;
  text-align: center;
}
@media (min-width: 600px) {
  .lead-txt {
    font-size: 39px;
  }
}

.sub-txt {
  width: 93vw;
  background: #fff;
  font-weight: bold;
  color: #de3f52;
  font-size: 6.5vw;
  line-height: 1.29;
  margin: 12px auto;
  text-align: center;
}
@media (min-width: 600px) {
  .sub-txt {
    font-size: 28px;
  }
}

.top-ttl {
  font-size: 32px;
  line-height: 1.07;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .top-ttl {
    margin-top: 47px;
  }
}
.top-ttl span {
  color: #de3f52;
}

.top-ttl-sub {
  text-align: center;
  font-size: 13vw;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.43;
  letter-spacing: -0.1em;
}
@media (min-width: 600px) {
  .top-ttl-sub {
    margin-top: 41px;
    font-size: 85px;
  }
}

.top-logo {
  margin-left: 3.75%;
  margin-top: 110px;
  width: 49.69%;
}
.top-logo img {
  width: 280px;
  height: auto;
}

.top-fv img {
  width: 100%;
  height: auto;
}

.top .mail-btn {
  width: 93vw;
  margin: 16px auto 0 auto;
}
.top .mail-btn img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .top .mail-btn {
    display: none;
  }
}
.top .tel-btn {
  width: 94vw;
  margin: 10px auto 0 auto;
}
.top .tel-btn img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .top .tel-btn {
    display: none;
  }
}

/* ===============================================
# intro
=============================================== */
.intro__ttl {
  text-align: center;
}
@media (min-width: 1000px) {
  .intro__ttl {
    margin-top: 44px;
  }
}
.intro__ttl img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .intro .intro-ttl-sm {
    display: none;
  }
}
.intro .intro-ttl-pc {
  display: none;
}
@media (min-width: 1000px) {
  .intro .intro-ttl-pc {
    display: block;
  }
}
.intro .intro-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.intro .intro-item {
  margin: 30px 5px 0 5px;
  width: 42vw;
}
@media (min-width: 1000px) {
  .intro .intro-item {
    margin: 22px 15px 0 15px;
    width: 167px;
  }
}
.intro .intro-item p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 600px) {
  .intro .intro-item p {
    font-size: 37px;
  }
}
@media (min-width: 600px) {
  .intro .intro-item p {
    font-size: 22px;
  }
}
.intro .intro-item img {
  width: 100%;
  height: auto;
}
.intro__subtitle {
  width: 93vw;
  margin: 38px auto 0 auto;
  font-size: 52px;
  font-weight: bold;
  color: #de3f52;
  line-height: 1.172;
}
@media (min-width: 600px) {
  .intro__subtitle {
    font-size: 64px;
  }
}
.intro__subtitle2 {
  width: 93vw;
  margin: 9px auto 0 auto;
  font-size: 44px;
  line-height: 1.172;
  font-weight: bold;
}
.intro__subtitle2 span {
  color: #de3f52;
  border-bottom: 1px solid #de3f52;
}
.intro .intro-2nd-pic {
  margin-top: 11px;
}
.intro .intro-2nd-pic img {
  width: 100%;
  height: auto;
}
.intro .intro-3rd-ttl img {
  width: 100%;
  height: auto;
}
.intro__txt {
  width: 93vw;
  margin: 45px auto 0 auto;
}

@media (min-width: 1000px) {
  .intro-txt-sm {
    display: none;
  }
}

.intro-txt-pc {
  display: none;
}
@media (min-width: 1000px) {
  .intro-txt-pc {
    display: block;
  }
}
.intro-txt-pc img {
  width: 100%;
  height: auto;
}

.intro-3rd__list {
  margin-top: 85px;
}

.intro-3rd-txt {
  text-align: center;
  color: #de3f52;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .intro-3rd-txt {
    font-size: 37px;
  }
}

.intro-3rd-item {
  margin-top: 30px;
}
@media (min-width: 600px) {
  .intro-3rd-txt {
    margin-top: 80px;
  }
}
.intro-3rd-item img {
  width: 100%;
  height: auto;
}

.intro-4th-person img {
  width: 100%;
  height: auto;
}

.intro-4th-content {
  width: 93vw;
  margin: -50px auto 0 auto;
}

.intro-4th-ttl {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .intro-3rd-txt {
    margin-top: 111px;
  }
}
.intro-4th-ttl img {
  width: 100%;
  height: auto;
}

.intro-4th-sub-ttl {
  width: auto;
  color: #fff;
}
.intro-4th-sub-ttl span {
  display: inline-block;
  padding: 5px 25px;
  background-color: #de3f52;
}

.intro-alert {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
}

.intro-alert2 {
  font-size: 49px;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media (min-width: 600px) {
  .intro-alert2  {
    margin-top: 90px;
  }
}

.intro-q {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.intro-q img {
  width: 100%;
  height: auto;
}

/* ===============================================
# about
=============================================== */
.about {
  margin-top: 50px;
}
@media (min-width: 1000px) {
  .about {
    margin-top: 113px;
  }
}

@media (min-width: 1000px) {
  .about-inner-sm {
    display: none;
  }
}

.about-inner-pc {
  display: none;
}
@media (min-width: 1000px) {
  .about-inner-pc {
    display: block;
  }
}
.about-inner-pc img {
  width: 100%;
  height: auto;
}

.about-logo img {
  width: 100%;
  height: auto;
}

.about-ttl {
  margin-top: 27px;
  color: #fff;
  background-color: #de3f52;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 600px) {
  .about-ttl {
    font-size: 52px;
  }
}

.about-content {
  background: #f6d0d5;
  background: linear-gradient(0deg, #f6d0d5 0%, white 100%);
  padding-bottom: 72px;
}

.about-body-ly {
  margin-top: 30px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.about-body-ly img {
  width: 100vw;
  height: auto;
}

.about-txt-ly {
  position: relative;
  padding: 0 3vw;
}

.about-txt {
  margin-top: 50px;
  padding: 13px 20px;
  background-color: #fff;
}

.about-txt-img {
  position: absolute;
  top: -20%;
  right: 5%;
}
.about-txt-img img {
  width: 100px;
  height: auto;
}
@media (min-width: 600px) {
  .about-txt-img img {
    width: 175px;
  }
}

.about-info {
  margin-top: 60px;
}

.about-info-logo {
  width: 93vw;
  margin: 0 auto;
}
.about-info-logo img {
  width: 100%;
  height: auto;
}

.about-info__list {
  margin-top: 46px;
}

.about-info-label {
  width: 68vw;
  margin: 24px auto 0 auto;
  text-align: center;
}
.about-info-label img {
  width: 100%;
  height: auto;
}

.about-info-txt-ly {
  margin-top: 55px;
  padding-top: 65px;
  background-color: #fae9eb;
}

.about-info-txt__list {
  padding: 0 3vw;
}

.about-info-txt-item {
  margin-top: 40px;
}

.about-info-txt-ly-img {
  width: 65vw;
  margin: 0 auto;
}
.about-info-txt-ly-img img {
  width: 100%;
  height: auto;
}

.about-info-txt {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 35px;
  letter-spacing: -0.05em;
}
@media (min-width: 600px) {
  .about-info-txt {
    font-size: 35px;
  }
}
.about-info-txt span {
  color: #de3f52;
}

.about-info-txt::before {
  content: "";
  display: inline-block;
  background-image: url(../img/about/check02.png);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 600px) {
  .about-info-txt::before {
    width: 35px;
    height: 35px;
  }
}

.about-contact-ttl-1 {
  width: 93vw;
  margin: 74px auto 0 auto;
}
.about-contact-ttl-1 img {
  width: 100%;
  height: auto;
}

.about-contact-f {
  width: 94vw;
  margin: 35px auto 0 auto;
}
.about-contact-f img {
  width: 100%;
  height: auto;
}

.about-contact-txt {
  font-size: 32px;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-align: center;
  line-height: 1.413;
}

.about-contact-btn {
  padding: 40px 0;
  background-color: #229873;
}
.about-contact-btn .mail-btn {
  width: 93vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .about-contact-btn .mail-btn {
    width: 100%;
    max-width: 780px;
  }
}
.about-contact-btn .mail-btn img {
  width: 100%;
  height: auto;
}
.about-contact-btn .mail-btn img.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .about-contact-btn .mail-btn img.sp-only {
    display: none;
  }
  .about-contact-btn .mail-btn img.pc-only {
    display: block;
  }
}
.about-contact-btn .tel-btn {
  width: 93vw;
  margin: 10px auto 0 auto;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .about-contact-btn .tel-btn {
    width: 100%;
    max-width: 720px;
  }
}
.about-contact-btn .tel-btn img {
  width: 100%;
  height: auto;
}
.about-contact-btn .tel-btn img.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .about-contact-btn .tel-btn img.sp-only {
    display: none;
  }
  .about-contact-btn .tel-btn img.pc-only {
    display: block;
  }
}
@media (min-width: 600px) {
  .about-contact-btn {
    margin-top: 26px;
  }
}

/* ===============================================
# flow
=============================================== */
.flow {
  margin-top: 50px;
  padding: 93px 0 61px 0;
  background-color: #f1f1f1;
}
@media (min-width: 1000px) {
  .flow {
    margin-top: 0;
  }
}

.flow-inner {
  width: 93vw;
  margin: 0 auto;
  padding: 48px 14px 64px 14px;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .flow-inner {
    width: 780px;
    padding: 47px 45px;
  }
}

.flow-ttl {
  padding-left: 10px;
  font-size: 28px;
  font-weight: bold;
  border-left: 2px solid #de3f52;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 42px;
}
@media (min-width: 600px) {
  .flow-ttl {
    font-size: 44px;
  }
}
@media (min-width: 1000px) {
  .flow-ttl {
    margin-bottom: 86px;
    font-size: 54px;
  }
}

.flow-item {
  margin-top: 24px;
}

@media (min-width: 1000px) {
  .flow-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media (min-width: 1000px) {
  .flow-item-inner-left {
    width: calc(69.5652173913% - 32px);
  }
}

@media (min-width: 1000px) {
  .flow-item-inner-right {
    width: 30.4347826087%;
  }
}

.flow-item-ttl {
  color: #de3f52;
  font-size: 24px;
  font-weight: bold;
  line-height: 38px;
}
@media (min-width: 600px) {
  .flow-item-ttl {
    font-size: 38px;
  }
}
@media (min-width: 1000px) {
  .flow-item-ttl {
    font-size: 30px;
  }
}

.flow-item-ttl::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: sub;
}
@media (min-width: 600px) {
  .flow-item-ttl::before {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1000px) {
  .flow-item-ttl::before {
    width: 36px;
    height: 36px;
  }
}

.flow-item-ttl1::before {
  background-image: url(../img/flow/flow-number1.png);
}

.flow-item-ttl2::before {
  background-image: url(../img/flow/flow-number2.png);
}

.flow-item-ttl3::before {
  background-image: url(../img/flow/flow-number3.png);
}

.flow-item-ttl4::before {
  background-image: url(../img/flow/flow-number4.png);
}

.flow-item-ttl5::before {
  background-image: url(../img/flow/flow-number5.png);
}

.flow-circle {
  margin-left: 10px;
  width: 17px;
  height: 17px;
  margin-top: 15px;
  border-radius: 50%;
  background-color: #f6d0d5;
}
@media (min-width: 1000px) {
  .flow-circle {
    width: 7.65px;
    height: 7.65px;
  }
}

.flow-item-txt {
  margin-top: 34px;
}
@media (min-width: 1000px) {
  .flow-item-txt {
    margin-top: 12px;
  }
}

.flow-item-pic {
  margin-top: 36px;
  width: 100%;
}
@media (min-width: 1000px) {
  .flow-item-pic {
    margin-top: 0;
  }
}
.flow-item-pic.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .flow-item-pic.sp-only {
    display: none;
  }
  .flow-item-pic.pc-only {
    display: block;
  }
}

.flow-logo {
  margin: 60px auto 0 auto;
  text-align: center;
}
.flow-logo img {
  width: 60vw;
  height: auto;
}
@media (min-width: 1000px) {
  .flow-logo img {
    width: 250px;
  }
}

/* ===============================================
# works
=============================================== */
.works {
  margin-top: 105px;
}

.works-title-img img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .work-inner-sm {
    display: none;
  }
}

.work-inner-pc {
  display: none;
}
@media (min-width: 1000px) {
  .work-inner-pc {
    display: block;
  }
}
.work-inner-pc img {
  width: 100%;
  height: auto;
}

.works-txt {
  width: 93vw;
  margin: 45px auto 0 auto;
}

.works__list {
  width: 93vw;
  margin: 63px auto 0 auto;
}

.works-item {
  margin-top: 65px;
}
.works-item img {
  width: 100%;
  height: auto;
}

.works-item-ttl {
  margin-top: 25px;
  text-align: center;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 600px) {
  .works-item-ttl {
    font-size: 41px;
  }
}

/* ===============================================
# cmt
=============================================== */
.cmt {
  margin-top: 92px;
}

.cmt-ttl-img img {
  width: 100%;
  height: auto;
}

.cmt__list {
  width: 93vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .cmt__list {
    width: 100%;
    max-width: 700px;
    margin-top: 77px;
  }
}

.cmt-item {
  margin-top: 90px;
}
.cmt-item img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .cmt-item img {
    max-width: 246px;
  }
}
@media (min-width: 1000px) {
  .cmt-item {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
  }
}
@media (min-width: 1000px) {
  .cmt-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .cmt-item:nth-child(2n) .cmt-body {
    padding-left: 0;
    padding-right: 18px;
  }
}

@media (min-width: 1000px) {
  .cmt-body {
    flex: 1 1 auto;
    padding-left: 18px;
  }
}

.cmt-item-ttl {
  margin-top: 28px;
  text-align: center;
  color: #de3f52;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 600px) {
  .cmt-item-ttl {
    font-size: 33px;
  }
}
@media (min-width: 1000px) {
  .cmt-item-ttl {
    margin-top: 0;
    margin-bottom: 18px;
    text-align: left;
    font-size: 26px;
  }
}

.cmt-txt {
  margin-top: 32px;
}
@media (min-width: 1000px) {
  .cmt-txt {
    margin-top: -0.25em;
    margin-bottom: -0.25em;
  }
}

/* ===============================================
# qa
=============================================== */
.qa {
  margin-top: 132px;
}
@media (min-width: 1000px) {
  .qa {
    margin-top: 92px;
  }
}

.qa-ttl {
  text-align: center;
  color: #fff;
  background-color: #de3f52;
  font-size: 62px;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .qa-ttl {
    font-size: 69px;
    line-height: 96/69;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.qa_items {
  width: 93vw;
  margin: 70px auto 0 auto;
}
@media (min-width: 1000px) {
  .qa_items {
    width: 100%;
    max-width: 780px;
    margin-top: 88px;
  }
}

.qa_item {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 1000px) {
  .qa_item {
    margin-top: 0;
  }
}

.qa-item-inner {
  display: flex;
}

.qa-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  padding: 29px 0;
  color: #fff;
  background-color: #de3f52;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 600px) {
  .qa-icon {
    font-size: 29px;
  }
}
@media (min-width: 1000px) {
  .qa-icon {
    width: 60px;
    padding: 0;
    font-size: 34px;
  }
}
@media (min-width: 1000px) {
  .qa-icon > div {
    position: relative;
    left: 0.025em;
    top: -0.1em;
  }
}

.qa-box_q {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  color: #de3f52;
  background-color: #f1f1f1;
  padding: 29px 0;
}
@media (min-width: 1000px) {
  .qa-box_q {
    justify-content: flex-start;
    width: 100%;
    padding: 14px 20px;
  }
}

.qa-box_q-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.345;
}
@media (min-width: 600px) {
  .qa-box_q-txt {
    font-size: 25px;
    font-weight: bold;
  }
}

.qa-box_q-btn {
  position: relative;
  width: 26px;
  height: auto;
}
@media (min-width: 1000px) {
  .qa-box_q-btn {
    right: -5px;
    margin-left: auto;
  }
}
.qa-box_q-btn::before, .qa-box_q-btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
}
.qa-box_q-btn::before {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1000px) {
  .qa-box_q-btn::before {
    width: 30px;
    height: 30px;
  }
}
.qa-box_q-btn::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #de3f52 transparent transparent transparent;
}

.qa-box_a {
  display: flex;
  justify-content: center;
  height: 0;
  overflow: hidden;
  transition: all 0.6s;
}
@media (min-width: 1000px) {
  .qa-box_a {
    margin-top: 26px;
  }
}
.qa-box_a-icon {
  margin-top: 26px;
}
@media (min-width: 1000px) {
  .qa-box_a-icon {
    margin-top: 0;
  }
}
.qa-box_a-icon img {
  display: block;
  width: 42px;
  height: auto;
}
@media (min-width: 600px) {
  .qa-box_a-icon img {
    width: 72px;
  }
}
@media (min-width: 1000px) {
  .qa-box_a-icon img {
    width: 54px;
  }
}

.qa_box_content {
  margin-top: 30px;
  padding-left: 18px;
}
@media (min-width: 1000px) {
  .qa_box_content {
    margin-top: 0;
  }
}

.acd-check {
  display: none;
}
.acd-check + .acd-label .qa-box_q-btn::after {
  transition: all 0.2s ease;
}
.acd-check:checked + .acd-label .qa-box_q-btn::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.acd-check:checked + .acd-label + .qa-box_a {
  height: 150px;
}
@media (min-width: 600px) {
  .acd-check:checked + .acd-label + .qa-box_a {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  .acd-check:checked + .acd-label + .qa-box_a {
    height: 100px;
  }
}

/* ===============================================
# area
=============================================== */
.area {
  margin-top: 150px;
  background-color: #f1f1f1;
}
@media (min-width: 1000px) {
  .area {
    margin-top: 92px;
    background-color: #f1f1f1;
  }
}

@media (min-width: 1000px) {
  .area-ttl-body {
    display: flex;
    align-items: center;
    width: 700px;
    margin: 0 auto;
    padding-top: 77px;
  }
}

.area-ttl {
  text-align: center;
  color: #de3f52;
  font-size: 16vw;
  font-weight: bold;
}
@media (min-width: 600px) {
  .area-ttl {
    font-size: 79px;
  }
}
@media (min-width: 1000px) {
  .area-ttl {
    line-height: 1;
  }
}

.area-ttl-sub {
  width: 93vw;
  margin: 20px auto 0 auto;
  padding-left: 15px;
  font-size: 28px;
  font-weight: bold;
  border-left: 1px solid #de3f52;
}
@media (min-width: 600px) {
  .area-ttl-sub {
    font-size: 34px;
  }
}
@media (min-width: 1000px) {
  .area-ttl-sub {
    font-size: 22px;
    line-height: 1.35;
    width: 288px;
    padding-left: 20px;
    margin: 0 0 0 20px;
    border-left: 3px solid #de3f52;
  }
}

.area-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 1000px) {
  .area-img {
    margin-top: 21px;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

.area__list {
  width: 93vw;
  margin: 23px auto 0 auto;
  padding: 33.5px 15px;
  border: 1px solid #de3f52;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .area__list {
    background: #fff url(../img/area/area02.png) no-repeat;
    background-position: top 11px right 11px;
    background-size: 120px;
    width: 100%;
    max-width: 700px;
    padding: 30px 46px;
  }
}

@media (min-width: 1000px) {
  .area-item {
    display: flex;
    align-items: flex-start;
  }
}

.area-item-ttl {
  margin-top: 35px;
  width: 160px;
  color: #fff;
  background-color: #de3f52;
  border-radius: 5.66px;
}
@media (min-width: 600px) {
  .area-item-ttl {
    width: 200px;
  }
}
@media (min-width: 1000px) {
  .area-item-ttl {
    width: 143px;
    margin-top: 30px;
  }
}
.area-item-ttl span {
  display: block;
  padding: 5px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 600px) {
  .area-item-ttl span {
    font-size: 31px;
    padding: 13px 0;
  }
}
@media (min-width: 1000px) {
  .area-item-ttl span {
    flex: 0 1 144px;
    width: 144px;
    font-size: 22px;
    padding: 9px 0;
  }
}

.area-item-txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .area-item-txt {
    font-size: 26px;
  }
}
@media (min-width: 1000px) {
  .area-item-txt {
    font-size: 20px;
    margin-top: 30px;
    margin-left: 14px;
  }
}

/* ===============================================
# contact
=============================================== */
.contact {
  background-color: #f1f1f1;
  padding-top: 110px;
  padding-bottom: 37px;
}

.contact_inner {
  width: 93vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .contact_inner {
    width: 100%;
  }
}

.contact-ttl {
  color: #fff;
  background-color: #de3f52;
  font-size: 9vw;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  line-height: 1;
}
@media (min-width: 600px) {
  .contact-ttl {
    font-size: 60px;
  }
}

@media (min-width: 1000px) {
  .contact-content {
    position: relative;
    width: 100%;
    max-width: 780px;
    margin: 70px auto 0 auto;
  }
}

.contact-content-ttl {
  width: 93vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .contact-content-ttl {
    width: 100%;
  }
}
.contact-content-ttl img {
  width: 100%;
  height: auto;
}
.contact-content-ttl img.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .contact-content-ttl img.sp-only {
    display: none;
  }
  .contact-content-ttl img.pc-only {
    display: block;
  }
}

.triangle {
  text-align: center;
}
@media (min-width: 1000px) {
  .triangle {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.triangle img {
  width: 20vw;
  height: auto;
}
@media (min-width: 1000px) {
  .triangle img {
    width: 72px;
  }
}

.contact-tel {
  width: 93vw;
  margin: 20px auto 0 auto;
}
@media (min-width: 1000px) {
  .contact-tel {
    position: absolute;
    top: 110px;
    left: 0;
    width: 588px;
    margin: 0 0 10px 0;
  }
}
.contact-tel img {
  width: 100%;
  height: auto;
}
.contact-tel img.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .contact-tel img.sp-only {
    display: none;
  }
  .contact-tel img.pc-only {
    display: block;
  }
}

.contact-info {
  width: 93vw;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .contact-info {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contact-info br {
    display: none;
  }
}

@media (min-width: 1000px) {
  .contact-form {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
  }
}

.contact-list-ly {
  width: 93vw;
  margin: 64px auto 0 auto;
  padding: 10px 13px 40px;
  background-color: #fff;
}
@media (min-width: 1000px) {
  .contact-list-ly {
    position: relative;
    width: 100%;
    margin-top: 34px;
    padding: 56px 40px;
    background: #fff;
  }
}

.contact-form-txt {
  padding-left: 18px;
  border-left: 1px solid #de3f52;
}
@media (min-width: 1000px) {
  .contact-form-txt {
    position: relative;
    z-index: 2;
    margin-bottom: -80px;
    padding: 54px 40px 0 64px;
    border-left: none;
    background: #fff;
  }
  .contact-form-txt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    display: block;
    width: 4px;
    height: calc(100% - 54px);
    background: #de3f52;
  }
}

.contact-list {
  margin-top: 77px;
}

@media (min-width: 1000px) {
  .contact-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

@media (min-width: 1000px) {
  .contact-item + .contact-item {
    margin-top: 38px;
  }
}

.contact-item-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .contact-item-title {
    margin-top: 40px;
    font-size: 37px;
  }
}
@media (min-width: 1000px) {
  .contact-item-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 235px;
    margin-top: 0;
    padding-right: 18px;
    font-size: 18px;
  }
}
.contact-item-title .contact-item-title-f {
  display: inline-block;
  background-color: #f1f1f1;
  font-size: 18px;
  font-weight: bold;
  margin-left: 27px;
  padding: 0 10px;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .contact-item-title .contact-item-title-f {
    font-size: 28px;
    padding: 0 22px;
  }
}
@media (min-width: 1000px) {
  .contact-item-title .contact-item-title-f {
    margin-left: 16px;
    padding: 1px 12px;
    font-size: 15px;
  }
}
.contact-item-title .contact-item-title-inline {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-left: 27px;
  padding: 0 10px;
  color: #fff;
  background-color: #de3f52;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .contact-item-title .contact-item-title-inline {
    font-size: 28px;
    padding: 0 22px;
  }
}
@media (min-width: 1000px) {
  .contact-item-title .contact-item-title-inline {
    margin-left: 16px;
    padding: 1px 12px;
    font-size: 15px;
  }
}

.contact-item-input {
  width: 100%;
  margin-top: 22px;
  padding: 2% 5%;
  border: 1px solid #000;
  background-color: #fff8ea;
}
@media (min-width: 1000px) {
  .contact-item-input {
    max-width: calc(100% - 235px);
    margin-top: 0;
    padding: 4px 12px;
  }
}
.contact-item-input input {
  width: 100%;
  font-size: 18px;
}
@media (min-width: 600px) {
  .contact-item-input input {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .contact-item-input input {
    font-size: 16px;
  }
}

.contact-item-textarea {
  width: 100%;
  margin-top: 22px;
  height: 471px;
  padding: 2% 5%;
  border: 1px solid #000;
  background-color: #fff8ea;
}
@media (min-width: 1000px) {
  .contact-item-textarea {
    height: 240px;
    max-width: calc(100% - 235px);
    margin-top: 0;
    padding: 6px 12px;
  }
}
.contact-item-textarea textarea {
  width: 100% !important;
  height: 100% !important;
  font-size: 18px;
}
@media (min-width: 600px) {
  .contact-item-textarea textarea {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .contact-item-textarea textarea {
    resize: none;
    height: 100%;
    font-size: 16px;
  }
}

.address-input {
  background-color: #fff;
  border: none;
  padding: 0;
}
@media (min-width: 1000px) {
  .address-input > span {
    display: flex;
    align-items: center;
  }
}
.address-input input {
  display: inline-block;
  width: 30vw;
  border: 1px solid #000;
  background-color: #fff8ea;
  padding: 2% 5%;
}
@media (min-width: 1000px) {
  .address-input input {
    max-width: 92px;
    width: auto;
    padding: 6px 12px;
  }
}
.address-input input:nth-child(1) {
  margin-right: 18px;
}
.address-input input:nth-child(2) {
  margin-left: 18px;
}

.address-alert {
  margin-top: 39px;
  color: #de3f52;
}
@media (min-width: 1000px) {
  .address-alert {
    width: 100%;
    max-width: calc(100% - 235px);
    margin-top: 2px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .address-alert br {
    display: none;
  }
}

.contact-memo {
  margin-top: 51px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1;
  color: #de3f52;
}
@media (min-width: 600px) {
  .contact-memo {
    font-size: 47px;
  }
}
@media (min-width: 1000px) {
  .contact-memo {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  .contact-memo br {
    display: none;
  }
}

.contact-triangle {
  display: block;
  margin: 20px auto 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 39px 0 39px;
  border-color: #000 transparent transparent transparent;
}

.form-select {
  margin-top: 22px;
  padding: 2% 5%;
  border: 1px solid #000;
  background-color: #fff8ea;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 600px) {
  .form-select {
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  .form-select {
    position: relative;
    max-width: 206px;
    margin-top: 0;
    margin-right: auto;
    padding: 6px 12px;
    font-size: 16px;
    background-size: 19px 13px;
    background-position: right 14px top 16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2019%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m19%200-9.5%2013-9.5-13z%22%2F%3E%3C%2Fsvg%3E");
  }
}

option {
  width: 100%;
  background-color: #fff;
}

option[selected][disabled] {
  display: none;
}

.contact-radio-wrap {
  margin-top: 22px;
}
@media (min-width: 1000px) {
  .contact-radio-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 235px);
    margin-top: 0;
  }
}

.contact-radio-item {
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .contact-radio-item {
    font-size: 37px;
  }
}
@media (min-width: 1000px) {
  .contact-radio-item {
    display: flex;
    align-items: center;
    margin-right: 16px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .contact-radio-item input {
    width: 20px;
    height: 20px;conntact
    margin-right: 4px;
  }
}

.conntact-footer-flex {
  margin-top: 42px;
  display: flex;
  justify-content: space-around;
}
@media (min-width: 1000px) {
  .conntact-footer-flex {
    margin-top: 30px;
    justify-content: center;
    align-items: flex-start;
    /* align-items: center; */
  }
}

.contact-footer .contact-item-title-inline {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 0 18px;
  color: #fff;
  background-color: #de3f52;
}
@media (min-width: 600px) {
  .contact-footer .contact-item-title-inline {
    font-size: 24px;
  }
}
@media (min-width: 1000px) {
  .contact-footer .contact-item-title-inline {
    padding: 1px 12px;
    font-size: 15px;
  }
}

.contact-footer-text {
  font-size: 15px;
}
@media (min-width: 600px) {
  .contact-footer-text {
    font-size: 24px;
  }
}
@media (min-width: 1000px) {
  .contact-footer-text {
    font-size: 18px;
    font-weight: bold;
  }
}

@media (min-width: 1000px) {
  .contact-privacy {
    margin-left: 14px;
    margin-right: 5px;
  }
}

@media (min-width: 1000px) {
  .contact-privacy-input {
    position: relative;
    top: -2px;
    /* -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; */
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #8a8a8a;
    border-radius: 0;
  }
}

.contact-footer-submit {
  text-align: center;
}
@media (min-width: 1000px) {
  .contact-footer-submit {
    margin-top: 16px;
  }
}
.contact-footer-submit img {
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .contact-footer-submit img {
    max-width: 594px;
  }
}
.contact-footer-submit img.pc-only {
  display: none;
}
@media (min-width: 1000px) {
  .contact-footer-submit img {
    max-width: 700px;
  }
  .contact-footer-submit img.pc-only {
    display: block;
  }
  .contact-footer-submit img.sp-only {
    display: none;
  }
}

.privacy {
  margin-top: 110px;
  background-color: #fff;
  padding: 20px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #000;
}
@media (min-width: 1000px) {
  .privacy {
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0 auto;
  }
}

.privacy-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.privacy-block .section-ttl {
  font-size: 16px;
  font-weight: 700;
  color: #487396;
}

.privacy-block .section-txt {
  padding-left: 10px;
}

.contact-logo {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1000px) {
  .contact-logo {
    margin-top: 80px;
  }
}
.contact-logo img {
  width: 59vw;
  height: auto;
}
@media (min-width: 1000px) {
  .contact-logo img {
    width: 386px;
  }
}

.contact-address {
  margin-top: 47px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-weight: bold;
}
@media (min-width: 600px) {
  .contact-address {
    font-size: 32px;
  }
}
@media (min-width: 1000px) {
  .contact-address {
    margin-top: 20px;
    font-size: 25px;
  }
}
.contact-address br {
  display: none;
}
@media (min-width: 1000px) {
  .contact-address br {
    display: block;
  }
}

.footer {
  background-color: #fff;
}

.footer-copyright {
  text-align: center;
  font-size: 18px;
}
@media (min-width: 600px) {
  .footer-copyright {
    font-size: 25px;
  }
}
@media (min-width: 1000px) {
  .footer-copyright {
    font-size: 20px;
  }
}

.page-top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #3fefee;
  opacity: 0.9;
  border-radius: 50%;
  z-index: 2;
}

@media (min-width: 1000px) {
  .page-top{
    right: 20px;
    bottom: 20px;
  }
}

.page-top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  line-height: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



#fixed-contactbanner{
  display:block;
  position: fixed;
  width: 100%;
  padding: 15px 0;
  z-index: 0;
  background: #fff;
  text-align: center;
  bottom: 0;
  opacity: 0;
  box-shadow: 0 0 15px #ccc;
  transition: all 0.3s;
}

#fixed-contactbanner.view{
  opacity: 1;
}

#fixed-contactbanner ul{
  display: flex;
  justify-content: center;
  margin-right: 60px;
}

#fixed-contactbanner ul li{
  margin: 0 5px;
  width: 50%;
}
#fixed-contactbanner ul li img {
  max-width: 100%;
}

@media (min-width: 1000px) {
  #fixed-contactbanner{
    display: none;
  }

}