@charset "UTF-8";
/* mixin */
/*font読み込み*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@media (min-width: 1024px) {
  .hide-at-pc {
    display: none !important;
  }
}

@media (max-width: 1023.9px) {
  .hide-at-sp {
    display: none !important;
  }
}

/* base */
html {
  scroll-padding-top: 80px;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

/* style */
.parent {
  padding-bottom: 100px;
  background-color: #f5f5f5;
}

.heading-area {
  background: -webkit-gradient(linear, left top, right top, from(#cae8ff), to(#ffed92));
  background: linear-gradient(90deg, #cae8ff 0%, #ffed92 100%);
  padding-top: 78px;
  padding-bottom: 184px;
}
@media (max-width: 1023.9px) {
  .heading-area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.heading1 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media (max-width: 1023.9px) {
  .heading1 {
    font-size: 24px;
  }
}

.form-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding: 60px 100px 80px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 0px 20px 7px rgba(0, 0, 0, 0.03);
  margin-top: -114px;
}
@media (max-width: 1023.9px) {
  .form-wrap {
    padding: 50px 20px 40px;
    width: 92%;
    margin-top: -60px;
  }
}

.form__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 80px;
}
@media (max-width: 1023.9px) {
  .form__step {
    margin-bottom: 40px;
  }
}
.form__step:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ccc;
  top: 49%;
  z-index: 1;
}
.form__step li {
  width: 30%;
  height: 60px;
  background: #f1f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1023.9px) {
  .form__step li {
    font-size: 10.5px;
    height: 50px;
    width: 32%;
  }
}
.form__step li span {
  font-size: 80%;
  display: block;
  color: #e66f07;
}
.form__step li.-current {
  background: #e66f07;
  color: #FFF;
}
.form__step li.-current span {
  color: #FFF;
}

.form__block + .form__block {
  margin-top: 60px;
}
@media (max-width: 1023.9px) {
  .form__block + .form__block {
    margin-top: 30px;
  }
}

.form__label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 9px;
}

.form__required {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #fff;
  width: 50px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e66f07;
  border-radius: 5px;
}

.form__label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.form__select-wrap {
  position: relative;
  border-radius: 10px;
}
.form__select-wrap::before {
  content: "";
  display: block;
  height: 100%;
  width: 30px;
  background-color: #084574;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
  pointer-events: none;
}
.form__select-wrap::after {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxsaW5lIHgxPSIwLjM1MzU1MyIgeTE9IjAuNjQ2NDQ3IiB4Mj0iNS4zNTM1NSIgeTI9IjUuNjQ2NDUiIHN0cm9rZT0id2hpdGUiLz4KPGxpbmUgeDE9IjQuNjQ2NDUiIHkxPSI1LjY0NjQ1IiB4Mj0iOS42NDY0NSIgeTI9IjAuNjQ2NDQ3IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
}
.form__select-wrap.-none::before {
  content: none;
}
.form__select-wrap.-none::after {
  content: none;
}

.form__comfirmTxt {
  padding: 5px 0;
}
.form__comfirmTxt.-cen {
  text-align: center;
  line-height: 2;
}
.form__comfirmTxt.-cen .sp {
  display: none;
}
@media (max-width: 1023.9px) {
  .form__comfirmTxt.-cen {
    font-size: 13px;
  }
  .form__comfirmTxt.-cen .sp {
    display: block;
  }
}

.form__select {
  border-radius: 10px;
  background-color: #f1f4f6;
  border: none;
  width: 100%;
  padding: 15px 16px 13px;
  font-family: inherit;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
.form__select.placeholder {
  color: #000;
}

.form__input {
  border-radius: 10px;
  background-color: #f1f4f6;
  border: none;
  width: 100%;
  padding: 15px 16px 13px;
  font-family: inherit;
  display: block;
}
.form__input::-webkit-input-placeholder {
  color: #999;
}
.form__input::-moz-placeholder {
  color: #999;
}
.form__input:-ms-input-placeholder {
  color: #999;
}
.form__input::-ms-input-placeholder {
  color: #999;
}
.form__input::placeholder {
  color: #999;
}

.form__textarea {
  border-radius: 10px;
  background-color: #f1f4f6;
  border: none;
  width: 100%;
  padding: 15px 16px 13px;
  font-family: inherit;
  display: block;
  min-height: 200px;
}
.form__textarea::-webkit-input-placeholder {
  color: #999;
}
.form__textarea::-moz-placeholder {
  color: #999;
}
.form__textarea:-ms-input-placeholder {
  color: #999;
}
.form__textarea::-ms-input-placeholder {
  color: #999;
}
.form__textarea::placeholder {
  color: #999;
}

.form__input-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 9px;
}
@media (max-width: 1023.9px) {
  .form__input-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.form__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.form__input-wrap .form__input {
  max-width: 320px;
}
@media (max-width: 1023.9px) {
  .form__input-wrap .form__input {
    max-width: none;
    width: 80%;
  }
}
.form__input-wrap .form__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1023.9px) {
  .form__input-wrap .form__label {
    font-size: 14px;
  }
}

.form__agree {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
@media (max-width: 1023.9px) {
  .form__agree {
    gap: 5px;
  }
}

.form__agree-text-area {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.form__agree-text {
  cursor: pointer;
  color: #084574;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.form__policy {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media (max-width: 1023.9px) {
  .form__policy {
    font-size: 10px;
    margin-top: 8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.form__policy-link {
  color: #084574;
  text-decoration: underline;
}

.form__button-area {
  margin-top: 60px;
}
.form__button-area.-comfirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form__button-area.-comfirm .form__button {
  width: 47%;
}
@media (max-width: 1023.9px) {
  .form__button-area.-comfirm .form__button {
    width: 100%;
  }
}
@media (max-width: 1023.9px) {
  .form__button-area {
    margin-top: 40px;
  }
}

.form__button {
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #e66f07;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.05em;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
}
.form__button.-back {
  background: #f1f4f6;
  color: #000;
}
.form__button.-top {
  background: #000;
  color: #FFF;
}
@media (max-width: 1023.9px) {
  .form__button {
    width: 100%;
    font-size: 18px;
    height: 50px;
    margin-bottom: 15px;
  }
}
.form__button:hover {
  opacity: 0.6;
}

.form_complete {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 10px;
  letter-spacing: 5px;
}
@media (max-width: 1023.9px) {
  .form_complete {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 999px #f1f4f6 inset;
          box-shadow: 0 0 0px 999px #f1f4f6 inset;
}

.mv h2 {
  max-width: 52vw;
  top: 10vh;
  left: 50%;
  margin-left: -26vw;
  margin-bottom: -12vh;
  position: relative;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1023.9px) {
  .mv h2 {
    top: 30px;
    max-width: 74%;
    margin-left: -37%;
  }
}
.mv figure {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  opacity: 0;
  margin-top: 50px;
}
.mv figure img {
  height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023.9px) {
  .mv figure img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
}

.topNav {
  max-width: 690px;
  margin: -20px auto 0;
  position: relative;
  z-index: 3;
  opacity: 0;
}
@media (max-width: 1023.9px) {
  .topNav {
    margin-top: 0;
  }
}
.topNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.9px) {
  .topNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topNav li {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023.9px) {
  .topNav li {
    margin-top: 10px;
  }
}
.topNav a {
  position: relative;
  border-right: 1px solid #000;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 20px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 1023.9px) {
  .topNav a {
    font-size: 14px;
  }
}
.topNav a:hover {
  opacity: 0.4;
}
.topNav a.last {
  border: none;
}
.topNav a:after {
  content: "";
  background: url(../img/top/arrow.jpg);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-top: 10px;
}
@media (max-width: 1023.9px) {
  .topNav a:after {
    margin-top: 5px;
  }
  .topNav a.mid {
    border: none;
  }
}

.section {
  padding: 100px 0;
}
.section.-bg {
  background: #FFFBE6;
}
@media (max-width: 1023.9px) {
  .section {
    padding: 50px 0;
  }
}

.contents-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1023.9px) {
  .contents-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.contents-wrapper.-small {
  max-width: 900px;
}

h3 {
  font-size: clamp(2rem, 0.8311rem + 1.8265vw, 3rem);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1023.9px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: clamp(1.875rem, 1.4366rem + 0.6849vw, 2.25rem);
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1023.9px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: clamp(1.25rem, 0.8116rem + 0.6849vw, 1.625rem);
  font-weight: bold;
}
@media (max-width: 1023.9px) {
  h5 {
    font-size: 18px;
  }
  h5.-mb {
    margin-bottom: 20px;
  }
}

.lead {
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  letter-spacing: 0.5px;
  line-height: 1.8;
}
@media (max-width: 1023.9px) {
  .lead {
    font-size: 12px;
    margin: 10px 0 30px;
    letter-spacing: 0;
  }
}

.sentence {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}
.solution {
  margin: 70px auto 100px;
  position: relative;
}
@media (max-width: 1023.9px) {
  .solution {
    margin: 30px auto 0px;
  }
}

.solution__inner {
  position: absolute;
  top: 230px;
  left: 0;
}
.solution__inner .s01 {
  width: 1080px;
  margin: 0px auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution__inner .s01 li {
  width: 22%;
  font-size: 16px;
}
.solution__inner .s02 {
  width: 1080px;
  margin: 0px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution__inner .s02 li {
  width: 22%;
  font-size: 16px;
}
.solution__inner h5 {
  text-align: center;
  margin: 0 auto 360px;
  font-size: 28px;
}
.solution__inner h5 strong {
  font-size: 135%;
  font-weight: normal;
}

.ableImg {
  margin-top: -60px;
}
@media (max-width: 1023.9px) {
  .ableImg {
    margin-top: 23px;
  }
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media (max-width: 1023.9px) {
  .point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.point.-n2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 0;
}
@media (max-width: 1023.9px) {
  .point.-n2 {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.point__img {
  width: 45%;
}
@media (max-width: 1023.9px) {
  .point__img {
    width: 100%;
    margin-inline: auto;
  }
}

.point__txt {
  width: 50%;
}
@media (max-width: 1023.9px) {
  .point__txt {
    width: 100%;
  }
}

.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product li {
  width: 17%;
  margin-bottom: 40px;
}
@media (max-width: 1023.9px) {
  .product li {
    width: 32%;
  }
}

.spFlow-out {
  position: relative;
}
.spFlow-out p {
  position: absolute;
  z-index: 3;
  top: 20%;
  left: 36%;
  width: 100px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .spFlow-out p {
    display: none;
  }
}

@media (max-width: 1023.9px) {
  .spFlow {
    width: 100%;
    overflow: auto;
  }
  .spFlow img {
    max-width: 100%;
    min-width: 570px;
    vertical-align: top;
  }
}

@media (max-width: 1023.9px) {
  main {
    padding-top: 50px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px 30px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1023.9px) {
  .header {
    padding: 10px;
    position: fixed;
  }
}
.header h1 {
  width: 300px;
}
@media (max-width: 1023.9px) {
  .header h1 {
    width: 120px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inqBt {
  background: #E76F08;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  width: 230px;
  height: 64px;
  font-size: 17px;
  font-weight: bold;
  border: 1px solid #E76F08;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.inqBt:before {
  content: url(../img/common/mail.svg);
  width: 34px;
  height: 24px;
  margin-right: 25px;
}
.inqBt:hover {
  background: #FFF;
  color: #E76F08;
}
.inqBt:hover:before {
  content: url(../img/common/mail-w.svg);
  width: 34px;
  height: 24px;
  margin-right: 25px;
}
@media (max-width: 1023.9px) {
  .inqBt {
    display: none;
  }
}

.footer {
  background: #000;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: relative;
  z-index: 4;
}
@media (max-width: 1023.9px) {
  .footer {
    padding-bottom: 75px;
  }
}

.footer__inner {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.9px) {
  .footer__inner {
    display: block;
    padding: 30px 20px 20px;
  }
}
.footer__inner h1 {
  width: 22%;
}
@media (max-width: 1023.9px) {
  .footer__inner h1 {
    width: 50%;
    margin: 0 auto;
  }
}

.footer__btm {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023.9px) {
  .footer__btm {
    display: block;
    padding: 10px 20px 30px;
  }
}
.footer__btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.9px) {
  .footer__btm ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.footer__btm li {
  margin-right: 30px;
}
@media (max-width: 1023.9px) {
  .footer__btm li {
    margin: 0;
  }
}
.footer__btm a {
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.footer__btm a:hover {
  opacity: 0.6;
}
.footer__btm .copyright small {
  font-size: 11px;
  color: #FFF;
  text-align: right;
}
@media (max-width: 1023.9px) {
  .footer__btm .copyright small {
    text-align: center;
    margin-top: 30px;
    display: block;
  }
}

.footerFix {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  z-index: 10;
  opacity: 0;
}
.footerFix.active {
  opacity: 1;
}
.footerFix .inqBt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade_in01 {
  -webkit-animation: fadein 0.6s 0s forwards;
          animation: fadein 0.6s 0s forwards;
}

.fade_in02 {
  -webkit-animation: fadein 0.6s 0.6s forwards;
          animation: fadein 0.6s 0.6s forwards;
}

.fade_in03 {
  -webkit-animation: fadein 0.6s 1.2s forwards;
          animation: fadein 0.6s 1.2s forwards;
}

/* ボタン全体 */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #FFF;
  border-radius: 50%;
  z-index: 3;
  opacity: 0.8;
  -webkit-box-shadow: 2px 2px 6px #aaa;
          box-shadow: 2px 2px 6px #aaa;
}
@media (max-width: 1023.9px) {
  #page_top {
    bottom: 85px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

#page_top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 35px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

@media (max-width: 1023.9px) {
  #page_top::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 28px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}