h1 {
  position: relative;
}

h1 span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

.remodal-wrapper {
  padding: 10px 10px 0;
  padding: 0.625rem 0.625rem 0;
  text-align: initial;
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  /* background: #fff; */
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  right: 10px;
  right: 0.625rem;
  top: 20px;
  top: 1.25rem;
  display: block;
  overflow: visible;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 35px;
  line-height: 2.1875rem;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  width: 2.1875rem;
  content: "\00d7";
  text-align: center;
}

.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  padding: 0.75rem 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
  width: 43.75rem;
}

.bz-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}

.remodal {
}

.remodal-is-initialized {
}

.remodal-is-opened {
}

.bz-voice__modal {
  height: 90vh;
  display: flex;
  flex-direction: column;
}

.bz-voice__modal-box {
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 50px 20px 30px;
  padding: 3.125rem 1.25rem 1.875rem;
  overflow-y: scroll;
  flex: 1;
  min-width: 0;
}

.bz-voice__modal-box-pic {
  border-radius: 8px;
  border-radius: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.bz-voice__modal-box h3 {
  border-left: 2px solid #222;
  border-left: 0.125rem solid #222;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.bz-voice__modal-box h4 {
  display: flex;
  color: #0084de;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.bz-voice__modal-box h4:before {
  content: "";
  display: block;
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  background-color: #26a4e4;
  min-width: 20px;
  margin-top: 0.8em;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.bz-voice__modal-box p {
  font-size: 14px;
  font-size: 0.875rem;
}

.bz-voice__modal-box p + h4 {
  margin-top: 38px;
  margin-top: 2.375rem;
}
.bz-voice__modal-box p + h3 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.bz-voice__modal-box p + .bz-voice__modal-box h3 {
}

.bz-voice__modal-btn {
  padding: 10px 0;
  padding: 0.625rem 0;
  max-width: 370px;
  margin: auto;
}

.bz-btn {
}

.bz-voice__modal-btn a {
}

.bz-voice__modal-btn a img {
}

.bz {
  overflow-x: hidden;
  /* width: 100%; */
}

@media screen and (min-width: 769px) {
  .bz-header-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 999;
    transition: transform 0.3s ease-in-out;
  }
}

/* bz-header
============================ */
.bz-header {
  /* padding: 15px 0 12px; */
  /* padding: 0.3375rem 0 0.45rem; */
}

.bz-header__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.bz-header__logo {
  width: 184px;
  width: 11.5rem;
  margin: auto;
  font-size: 0;
  max-width: 220px;
  width: 44%;
  margin: auto 0;
  margin-left: 0.4rem;
}

.bz-header__logo img {
}

.bz-header__btn {
  width: 47%;
}

.bz-header__btn a {
}

.bz-header__btn a:hover {
  opacity: 0.8;
}
.bz-header__btn a span {
}

.bz-main {
}

.bz-fv {
}

.bz-fv__inner {
}

.bz-fv__ttl {
  width: 84%;
  margin: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.bz-fv__ttl img {
}
.bz-fv__main {
  position: relative;
}
.bz-fv__main-pic {
}

.bz-fv__mv {
  position: relative;
  height: 71vw;
}

.bz-fv__mv-item {
  position: absolute;
  top: 0;
}

.bz-fv__mv-item:nth-child(1) {
  left: 0;
  width: 28%;
}

.bz-fv__mv-item:nth-child(2) {
  width: 37%;
  left: 18%;
}

.bz-fv__mv-item:nth-child(3) {
  width: 37%;
  left: 45%;
}

.bz-fv__mv-item:nth-child(4) {
  width: 28.4%;
  right: 0;
}

.bz-fv__mv-item-b {
  position: absolute;
  top: 0;
  animation: slide1 5s 0s cubic-bezier(0, 0, 0.4, 0.42) infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  47% {
    transform: translateX(20%);
    opacity: 0;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  97% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-20%);
    opacity: 0;
  }
}

.bz-fv__mv-item-b img {
}

.bz-fv__mv-item-a {
}

.bz-fv__mv-item-a img {
}

.bz-fv__txt {
  margin-left: 5%;
  margin-right: -6%;
  margin-top: -6vw;
  position: relative;
  margin-bottom: -1.5vw;
}

.bz-fv__txt img {
}

.bz-fv__box {
  width: 90%;
  margin: auto;
  position: relative;
  margin-top: -0.3rem;
}

.bz-fv__box2 {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.bz-fv__tyusyaku {
}
.bz-fv__tyusyaku-inner {
  font-size: 10px;
  font-size: 0.525rem;
  font-size: 2vw;
  letter-spacing: 0.05em;
  color: white;
  opacity: 0.8;
}

.bz-cta-box {
}

.bz-cta-box__inner {
}

.bz-cta-box__box {
  background-color: white;
  border-radius: 9px;
  border-radius: 0.9625rem;
  overflow: hidden;
  margin-bottom: 10px;
  margin-bottom: 1.2vw;
  border: solid white 0.2rem;
}

.bz-cta-box__ttl {
  background-color: #176be0;
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 5vw;
  /* font-size: min(5.6vw, 1.3rem); */
  padding: 14px 0 11px;
  padding: 0.675rem 0 0.6875rem;
  padding: 3vw 0 2.2vw 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.bz-cta-box__ttl span {
  background-color: white;
  color: #176be0;
  display: inline-block;
  font-size: 20px;
  font-size: 1.05rem;
  /* font-size: min(5vw, 1.25rem); */
  border-radius: 50px;
  border-radius: 3.125rem;
  padding: 2px 15px 2px 15px;
  padding: 0.225rem 0.9375rem 0.225rem 0.9375rem;
  /* margin-right: 5px;
  /* margin-right: 0.3125rem;
  /* margin-right: 5px;
  /* margin-right: 0.3125rem; */
  letter-spacing: 0.15em;
  margin-bottom: 4px;
  margin-bottom: 1.2vw;
}

.bz-cta-box__body {
  padding: 20px 25px 15px;
  padding: 0.55rem 1.5625rem 0.5375rem;
  padding: 2.2vw 6.4vw 3.1vw;
}

.bz-cta-box__chat {
  display: flex;
  align-items: flex-start;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bz-cta-box__chat-img {
  width: 83%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.225rem;
}

.bz-cta-box__chat-icon {
  width: 55px;
  width: 3.4375rem;
}

.bz-cta-box__chat-icon img {
}

.bz-cta-box__chat-fukidasi {
  flex: 1;
  min-width: 0;
  position: relative;
  display: inline-block;
  padding: 7px 9px;
  padding: 0.4375rem 0.5625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  background: #fff;
  border: solid 2px #333;
  box-sizing: border-box;
  border-radius: 5px;
  border-radius: 0.3125rem;
  text-align: center;
  font-weight: bold;
  min-width: 0;
  /* margin-left: 13px;
  /* margin-left: 0.8125rem;
  /* margin-left: 13px;
  /* margin-left: 0.8125rem; */
  /* margin-top: 1px;
  /* margin-top: 0.0625rem;
  /* margin-top: 1px;
  /* margin-top: 0.0625rem; */
}

.bz-cta-box__chat-fukidasi:before {
  content: "";
  position: absolute;
  bottom: -12.8px;
  bottom: -0.8rem;
  left: 46.9%;
  margin-top: 0px;
  margin-top: 0rem;
  border: 5px solid transparent;
  border-right: 11px solid #fff;
  border-right: 0.6875rem solid #fff;
  z-index: 2;
  transform: rotate(-90deg);
}

.bz-cta-box__chat-fukidasi:after {
  content: "";
  position: absolute;
  bottom: -18px;
  bottom: -1.125rem;
  left: 46.2%;
  z-index: 1;
  border: 7px solid transparent;
  border-right: 13px solid #333;
  border-right: 0.8125rem solid #333;
  transform: rotate(-90deg);
}

.bz-cta-form {
}

.bz-cta-form__chekbox {
  width: 100%;
}

.bz-cta-form__btn {
  text-align: center;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.bz-cta-form__btn input {
  background-color: #e25134;
  color: white;
  border: none;
  border-radius: 7px;
  border-radius: 0.4375rem;
  width: 150px;
  width: 9.375rem;
  text-align: center;
  padding: 8px 0;
  padding: 0.5rem 0;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  letter-spacing: 0.1em;
}

.bz-cta-form__btn input:hover {
  opacity: 0.8;
}

.bz-review {
  background-color: #eef7fd;
  padding: 10px 0 30px;
  padding: 3.225rem 0 1.875rem;
}

.bz-review__inner {
  /* width: 90%; */
  margin: auto;
}
.bz-review__pic {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.bz-review__pic img {
}
.bz-review__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.bz-review__head-tensuu {
  font-size: 78px;
  font-size: 4.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.bz-review__head-cont {
  /* flex: 1; */
  min-width: 0;
}

.bz-review__head-hosi {
  width: 120px;
  width: 7.5rem;
}

.bz-review__head-hosi img {
}

.bz-review__head-txt {
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.8;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.bz-review__head-txt-2 {
  font-size: 10px;
  font-size: 0.625rem;
  opacity: 0.5;
}
.bz-review__swiper-wrap {
  position: relative;
  width: 90%;
  margin: auto;
}

.bz-review__cont {
}

.bz-review__cont-item {
  background-color: white;
  box-shadow: 0 0 10px rgb(0 0 0 / 8%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 8%);
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 15px 22px 20px;
  padding: 0.9375rem 1.375rem 1.25rem;
}

.bz-review__cont-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.bz-review__cont-item-pop {
  background-color: white;
  padding: 26px 25px;
  padding: 1.625rem 1.5625rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  position: relative;
}

.bz-review__cont-item-icon {
  width: 40px;
  width: 2.5rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}

.bz-review__cont-item-icon img {
}

.bz-review__cont-item-body {
  flex: 1;
  min-width: 0;
}

.bz-review__cont-item-name {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.2;
}

.bz-review__cont-item-hosi {
  width: 70px;
  width: 4.375rem;
  font-size: 0;
}

.bz-review__cont-item-hosi img {
}

.bz-review__cont-item-body {
}

.bz-review__cont-item-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  text-align: left;
}

.bz-review__cont-item-body a {
  text-decoration: none;
  color: #222;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
  display: block;
  opacity: 0.4;
}

.bz-review__notes {
  font-size: 10px;
  font-size: 0.625rem;
  opacity: 0.6;
  width: 90%;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
}

/* bz-heade-contactr
============================ */
.bz-header-contact {
  padding: 15px 0 12px;
  padding: 0.9375rem 0 0.75rem;
}
.bz-header-contact__inner {
  margin: auto;
  width: 93%;
  max-width: 610px;
}
.bz-header-contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bz-header-contact__wrap {
}
.bz-header-contact__logo {
  width: 148px;
  width: 9.25rem;
  font-size: 0;
}
.bz-header-contact__logo a {
}
.bz-header-contact__logo a img {
}
.bz-header-contact__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
.bz-header-contact__txt span {
  display: block;
  border: solid 1px;
}

/* bz-op
============================ */
.bz-op {
}

.bz-op__inner {
}

.bz-op__ttl {
  font-weight: 400;
  padding-top: 25px;
  padding-top: 1.5625rem;
}

.bz-op__ttl img {
  width: 190px;
  width: 11.875rem;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.bz-op__ttl em {
  color: #0084de;
}

.bz-op__cont {
  background-color: #f0f8fd;
  padding: 22px 0 20px;
  padding: 1.375rem 0 1.25rem;
  /* width: 90%; */
  /* margin: auto; */
}

.bz-op__cont-zu {
  width: 80%;
  margin: auto;
}

.bz-op__cont-zu img {
}

/* bz-voice
============================ */
.bz-voice {
  padding: 46px 0 66px;
  padding: 2.875rem 0 4.125rem;
}

.bz-voice__inner {
  width: 90%;
  margin: auto;
}

.bz-voice__ttl {
}

.bz-voice__ttl span {
  color: #0084de;
  font-weight: 600;
  border-bottom: 0.07em solid #0084de;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}

.bz-voice__ttl div {
  font-weight: 400;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: min(4.5vw, 18px);
}

.bz-voice__ttl div em {
}

.bz-voice__list {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  overflow: initial;
}

.swiper {
}

.swiper-initialized {
}

.swiper-horizontal {
}

.swiper-pointer-events {
}

.swiper-backface-hidden {
}

/* swiper-wrapper-ec471c364f34d865
============================ */
.bz-voice__list-inner {
}

.swiper-wrapper {
}

.bz-voice__item {
  border-radius: 10px;
  border-radius: 0.625rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 12%);
  /* overflow: hidden; */
  background-color: white;
  position: relative;
}

.swiper-slide {
}

.swiper-slide-active {
}

.bz-voice__item-thum {
  position: relative;
  border-radius: 10px 10px 0 0;
  border-radius: 0.625rem 0.625rem 0 0;
  overflow: hidden;
}

.bz-voice__item-thum img {
}

.bz-voice__item-icon {
  position: absolute;
  top: -3%;
  left: -4%;
  width: 23%;
  z-index: 2;
}

.bz-voice__item-icon-02 {
  width: 49%;
}

.bz-voice__item-body {
  padding: 10px 19px 50px;
  padding: 0.625rem 1.1875rem 3.125rem;
}

.bz-voice__item-name {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.bz-voice__item-ttl {
  line-height: 1.7;
  font-size: 16.5px;
  font-size: 1.03125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.bz-voice__item-ttl span {
  color: #0084de;
  font-weight: bold;
}
.bz-voice__item-ttl-ao {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  border-bottom: solid 1px #0084de61;
  border-bottom: solid 0.0625rem #0084de61;
  padding: 0 0 6px;
  padding: 0 0 0.375rem;
}
.bz-voice__item-body p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}

.bz-voice__item-next {
  width: 33px;
  width: 2.0625rem;
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  right: 20px;
  right: 1.25rem;
}

.bz-voice__item-next img {
  /* width: 29px;
  /* width: 1.8125rem;
  /* width: 29px;
  /* width: 1.8125rem; */
}

.swiper-slide-next {
}

.swiper-notification {
}

.bz-voice__btn {
  max-width: 330px;
  margin: auto;
  width: 90%;
}

.bz-btn {
}

.bz-voice__btn a {
}

.bz-voice__btn a img {
}

.bz-btn:hover {
  opacity: 0.8;
}

.bz-btn:active {
  opacity: 0.8;
}
/* bz-nayami
============================ */
.bz-nayami {
  padding: 46px 0 34px;
  padding: 2.875rem 0 2.125rem;
  background-color: #eef7fd;
}

.bz-nayami__inner {
  width: 90%;
  margin: auto;
}

.bz-nayami__inner h2 {
  font-weight: normal;
  line-height: 1.9;
  margin-bottom: 24px;
  margin-bottom: 0.4rem;
  font-size: min(5vw, 18px);
}

.bz-nayami__inner h2 span {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: solid 2px;
  border-bottom: solid 0.125rem;
}

.bz-nayami__inner h2 em {
  font-weight: 600;
  border-bottom: 2px solid #0084de;
  border-bottom: 0.125rem solid #0084de;
  color: #0084de;
}

.bz-nayami__list {
}

.bz-nayami__ttl {
}
.bz-nayami__ttl-small {
  font-size: 0.6rem;
  text-align: center;
  margin-bottom: 2rem;
}
.bz-nayami__ttl-tyuuki {
  font-size: 0.7em !important;
  display: inline-block;
  border-bottom: initial !important;
  position: relative;
  top: -0.6em;
}

.bz-nayami__item {
  display: flex;
  align-items: flex-start;
  background-color: white;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
  box-shadow: 0 0 12px rgb(0 0 0 / 9%);
  box-shadow: 0 0 0.75rem rgb(0 0 0 / 9%);
  border-radius: 8px;
  border-radius: 0.5rem;
  padding: 18px 16px 17px;
  padding: 1.125rem 1rem 1.0625rem;
  font-size: min(3.7vw, 18px);
}

.bz-nayami__item img {
  min-width: 20px;
  width: 20px;
  width: 1.25rem;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.bz-deaeru__ttl {
  font-weight: 500;
  margin-top: 48px;
  margin-top: 3rem;
}

.bz-deaeru__ttl img {
  width: 160px;
  width: 10rem;
  display: block;
  margin: auto;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.bz-deaeru__ttl em {
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: solid 2px;
  border-bottom: solid 0.125rem;
}

.bz-deaeru__list {
}

.bz-deaeru__item {
  background-color: white;
  border-radius: 20px;
  border-radius: 1.25rem;
  padding: 20px 30px 20px;
  padding: 1.25rem 1.875rem 1.25rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 13%);
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.bz-deaeru__item-thum {
  display: flex;
  align-items: center;
  transform: translate(-4.5%, -10%);
}

.bz-deaeru__item {
  /* padding: 40px 80px 30px;
  /* padding: 2.5rem 5rem 1.875rem;
  /* padding: 40px 80px 30px;
  /* padding: 2.5rem 5rem 1.875rem; */
  /* margin-bottom: 30px;
  /* margin-bottom: 1.875rem;
  /* margin-bottom: 30px;
  /* margin-bottom: 1.875rem; */
}

.bz-deaeru__item h3 {
  /* text-align: center; */
  /* font-size: 21px;
  /* font-size: 1.3125rem;
  /* font-size: 21px;
  /* font-size: 1.3125rem; */
  /* margin-bottom: 25px;
  /* margin-bottom: 1.5625rem;
  /* margin-bottom: 25px;
  /* margin-bottom: 1.5625rem; */
  text-align: center;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  font-size: min(5vw, 1.8rem);
}

.bz-deaeru__item h3 em {
  color: #0084de;
  line-height: 1.8;
}

.bz-deaeru__item p {
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.bz-deaeru__item img {
  width: 420px;
  width: 19.25rem;
  display: block;
  margin: auto;
}

.bz-deaeru__item-thum h3 {
  text-align: left;
  font-size: 17px;
  font-size: 1.0625rem;
  font-size: min(3.8vw, 17px);
  min-width: 0;
  flex: 1;
  padding: 19px 0 20px;
  padding: 1.1875rem 0 1.25rem;
  line-height: 1.5;
  margin-left: 85px;
  margin-left: 5.3125rem;
}

.bz-deaeru__item-thum h3 em {
  color: #0084de;
  line-height: 1.5;
}

.bz-deaeru__item-thum img {
  position: absolute;
  width: 95px;
  width: 5.9375rem;
  transform: translate(-24%, -6px);
}

.bz-deaeru__item p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/* bz-support
============================ */
.bz-support {
  padding: 55px 0 30px;
  padding: 3.4375rem 0 1.875rem;
}

.bz-support__inner {
  width: 88%;
  margin: auto;
  position: relative;
}

.bz-support__ttl {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}

.bz-support__ttl img {
  width: 130px;
  width: 8.125rem;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.bz-support__list {
}

.bz-support__item {
}

.bz-support__item-pic {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}

.bz-support__item-pic img {
}

.bz-support__item-body {
}

.bz-support__item-name {
  font-family: var(--font-family__mincho);
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  letter-spacing: 0.1em;
}

.bz-support__item-body p {
}

.bz-swiper-btn {
  position: relative;
  scale: 0.5;
}
.bz-swiper-btn-arrow {
  position: absolute;
  bottom: -53px;
  bottom: -3.3125rem;
  left: 50%;
}

/* bz-flow
============================ */
.bz-flow {
  padding: 50px 0 60px;
  padding: 3.125rem 0 3.75rem;
  background-color: #f0f8fd;
}

.bz-flow__inner {
  width: 88%;
  margin: auto;
}

.bz-flow__ttl {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.bz-flow__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.bz-flow__item {
  position: relative;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 13%);
  border-radius: 13px;
  border-radius: 0.8125rem;
  width: 100%;
  position: relative;
  padding: 20px 25px 20px 15px;
  padding: 1.25rem 1.5625rem 1.25rem 0.9375rem;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  display: flex;
  gap: 16px;
  gap: 1rem;
  background-color: white;
  align-items: center;
}

.bz-flow__item:after {
  content: "";
  position: absolute;
  background-image: url(../../img/sankaku.png);
  background-size: 100% auto;
  width: 16px;
  width: 1rem;
  height: 18px;
  height: 1.125rem;
  transform: translate(-50%, 0) rotate(210deg);
  background-repeat: no-repeat;
  z-index: 3;
  bottom: -16%;
  left: 50%;
}
.bz-flow__item:last-child:after {
  display: none;
}

.bz-flow__item:nth-child(1) {
}

.bz-flow__item:nth-child(2) {
}

.bz-flow__item:nth-child(3) {
}

.bz-flow__item:nth-child(4) {
}

.bz-flow__item:nth-child(2),
.bz-flow__item:nth-child(4) {
  /* position: relative; */
  /* top: 60px;
  /* top: 3.75rem;
  /* top: 60px;
  /* top: 3.75rem; */
}

.bz-flow__item-no {
  background-image: url(../../img/flow_list.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-35%, -35%);
  font-weight: 800;
}

.bz-flow__item-icon {
  width: 26%;
  margin: auto;
  /* margin-bottom: 18px;
  /* margin-bottom: 1.125rem;
  /* margin-bottom: 18px;
  /* margin-bottom: 1.125rem; */
}

.bz-flow__item-icon img {
}

.bz-flow__item-body {
  flex: 1;
  min-width: 0;
}

.bz-flow__item-body h3 {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-align: left;
}

.bz-flow__item-body p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.7;
}

/* bz-faq
============================ */
.bz-faq {
  background-image: url(../../img/fv_bg-sp.jpg);
  padding: 60px 0 50px;
  padding: 3.75rem 0 3.125rem;
}

.bz-faq__inner {
  width: 90%;
  margin: auto;
}

.bz-faq__ttl {
  font-size: 24px;
  font-size: 1.5rem;
  color: white;
}

.bz-faq__ttl img {
  width: 160px;
  width: 10rem;
  display: block;
  margin: auto;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}

.bz-faq__list {
}

.c-faq {
}

.c-faq dl {
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

.c-faq dl dt {
}

.c-faq dl dd {
}

.bz-cta {
  background-color: #f0f8fd;
  padding: 0 0 23px 0;
  padding: 0 0 1.4375rem 0;
}

.bz-cta__inner {
  width: 90%;
  margin: auto;
}

.bz-end {
  padding: 46px 0 34px;
  padding: 3rem 0 2.125rem;
  background-color: #eef7fd;
}
.bz-end__ttl {
  letter-spacing: 0.08em;
  font-size: 1.4rem !important;
  margin-bottom: 0.2rem !important;
}
.bz-end-waku {
  padding: 0.2rem 0.6rem;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bz-end-waku:before {
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  top: 9%;
  left: calc(-6% + 3px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #0084de;
  -webkit-clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0%, 88% 100% 100%, 0% 100%);
  z-index: -1;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(-10deg);
  transform: skew(9deg);
}
.bz-end-line {
  border-bottom: solid 0.15rem;
}
.bz-end__inner {
}
.bz-end__person {
  width: 79%;
  margin: auto;
}
.c-footer {
}

.c-footer__inner {
}

.c-footer__link {
}

.c-footer__link-item {
}

.c-footer__copyright {
}

/* slide============ */
.bz-slider {
  margin: 32px auto 8px;
  margin: 2rem auto 0.5rem;
}

.bz-slider img {
  padding: 0 8px;
  padding: 0 0.5rem;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  object-fit: contain;
}

/* bz-thanks
============================ */
.bz-thanks {
  background-color: #eef7fd;
  padding: 0 0 30px;
  padding: 0 0 1.875rem;
}
.bz-thanks_inner {
  width: 85%;
  max-width: 600px;
  margin: auto;
  padding: 1rem 0 0;
}

.bz-thanks__main {
}

.bz-thanks__bg {
  background-image: url(../../img/fv_bg-sp.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 30px 0 30px;
  padding: 1.875rem 0 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-thanks__bg h2 {
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}
.bz-thanks__txt {
  text-align: center;
  color: white;
  letter-spacing: 0.05em;
}
.bz-thanks_inner h3 {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.bz-thanks_inner h3 span {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 600;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: inline-block;
}
.bz-thanks__tel-small {
  font-size: 0.8em;
  display: inline-block;
}
.bz-thanks_inner h3 strong {
  display: inline-block;
  border-bottom: solid 1px;
}
.bz-thanks__box {
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  border: solid 2px #0084de;
  padding: 100px 10px 15px;
  padding: 2.25rem 0.625rem 1.0375rem;
}

.bz-thanks__box img {
  width: 84%;
  margin: auto;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0;
}
.bz-thanks__box-txt {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 2;
  margin-bottom: 20px;
  margin-bottom: 1.925rem;
}

.bz-thanks__box-txt-02 {
  margin-top: 1.3rem;
}
.bz-thanks__box-txt-02:after {
  content: "";
  display: block;
  height: 1px;
  width: 50%;
  margin: 30px auto;
  background-color: #0476d8;
}

.bz-thanks__box-txt span {
  font-weight: 600;
}

.bz-mail_ad {
  font-weight: 600;
  font-size: 18px;
}

/* bz-afterfllow
============================ */
.bz-afterfllow {
  background-color: #eef7fd;
  padding: 46px 0 30px;
  padding: 2.875rem 0 1.875rem;
}
.bz-afterfllow__inner {
  width: 90%;
  margin: auto;
}
.bz-afterfllow__ttl {
  font-size: 22px;
  font-size: 1.375rem;
}
.bz-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-afterfllow__ttl img {
  width: 160px;
  width: 10rem;
  display: block;
  margin: auto;
}
.bz-afterfllow__cont {
}
.bz-afterfllow__item {
  background-color: white;
  border-radius: 20px;
  border-radius: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 5%);
  position: relative;
}
.bz-afterfllow__item-no {
  background-image: url(../../img/flow_list.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 55px;
  width: 3.4375rem;
  height: 55px;
  height: 3.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20%, -19%);
  font-weight: 800;
}

.bz-afterfllow__item-pic {
  overflow: hidden;
  margin: auto;
  border-radius: 20px 20px 0 0;
  border-radius: 1.25rem 1.25rem 0 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-top: 0.5rem;
  width: 85%;
}
.bz-afterfllow__item-pic img {
}
.bz-afterfllow__item-body {
  padding: 0 25px 22px;
  padding: 0 1.5625rem 1.375rem;
}
.bz-afterfllow__item-body h3 {
  font-size: 18px;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.bz-afterfllow__item-body h3 em {
  color: #0084de;
}
.bz-afterfllow__item-body p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

/* bz-shoukai
============================ */

.bz-syoukai {
  /* background-color: #eef7fd; */
  padding: 46px 0 30px;
  padding: 2.075rem 0 1.875rem;
}
.bz-syoukai__txt {
  color: #0084de;
  border-bottom: solid 0.1em #0084de;
  font-size: 1.2em;
}
.bz-syoukai__item-tag-wrap {
  margin-bottom: 10px;
  margin-bottom: 0.325rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.bz-syoukai__item-tag {
  background-color: #0084de;
  display: inline-block;
  padding: 3px 13px 4px;
  padding: 0.1875rem 0.8125rem 0.25rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  color: white;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: min(3vw, 0.875rem);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.bz-syoukai__modal-box {
}

.bz-syoukai__modal-box h3 {
  border-left: initial;
  padding-left: 0;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.bz-syoukai__modal-box h4:before {
  display: none;
}
.bz-shoukai__item-tag-wrap {
}
.bz-shoukai__item-tag {
}
.bz-syoukai__item {
  border-top: solid 1px #dcdddf;
  border-top: solid 0.0625rem #dcdddf;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
.bz-syoukai__item h4 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.bz-syoukai__item p {
}
.bz-syoukai__item-listbox {
}
.bz-syoukai__item-listbox ul {
  background-color: #f1f8fd;
  padding: 15px 15px 15px 15px;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
  margin-top: 13px;
  margin-top: 0.8125rem;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.bz-syoukai__item-listbox ul li {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.bz-syoukai__small {
  font-size: 12px;
  font-size: 0.75rem;
  border-top: solid 1px #dcdddf;
  border-top: solid 0.0625rem #dcdddf;
  padding: 20px 10px 0;
  padding: 1.25rem 0.625rem 0;
}
.bz-deaeru {
  padding: 40px 0 50px;
  padding: 2.5rem 0 3.125rem;
  background-color: #f0f8fd;
}
.bz-deaeru___inner {
  width: 90%;
  margin: auto;
}
/* bz-nouhau
============================ */
.bz-nouhau {
  background-color: #eef7fd;
  padding: 46px 0 66px;
  padding: 2.875rem 0 4.125rem;
}
.bz-nouhau___inner {
  width: 90%;
  margin: auto;
}
.bz-nouhau__ttl {
  font-size: 22px;
  font-size: 1.375rem;
}
.bz-nouhau__ttl img {
  width: 160px;
  width: 10rem;
  display: block;
  margin: auto;
}
.bz-nouhau__wrap {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.bz-nouhau__wrap-main {
}
.bz-nouhau__wrap-side {
}

.bz-nouhau__item {
  background-color: white;
  border-radius: 10px;
  border-radius: 0.625rem;
  display: flex;
  padding: 8px;
  padding: 0.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 10%);
  align-items: center;
  position: relative;
}

.bz-nouhau__item-osusume {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 0%;
  left: 0%;
  transform: translate(-20%, -20%);
}
.bz-nouhau__item-thum {
  width: 54%;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.bz-nouhau__item-thum img {
}
.bz-nouhau__item h3 {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
  color: var(--color__main);
}

/* bz-adviser
============================ */
.bz-adviser {
  padding: 50px 0 0;
  padding: 3.125rem 0 0;
}
.bz-adviser___inner {
  width: 90%;
  margin: auto;
  text-align: center;
}
.bz-adviser__ttl {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.bz-adviser__ttl img {
  width: 160px;
  width: 10rem;
  display: block;
  margin: auto;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.bz-adviser__txt {
  text-align: center;
  display: inline-block;
  border-bottom: solid 1.6px #0084de;
  border-bottom: solid 0.1rem #0084de;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.bz-adviser__pic {
}
.bz-adviser__pic img {
}

@media only screen and (min-width: 768px) {
  /* slide============ */
  .bz-slider {
    margin: 50px auto 0;
    margin: 6.125rem auto 3rem;
  }

  .bz-slider img {
    padding: 0 30px;
    padding: 0 1.875rem;
    width: 100%;
    height: 80px;
    height: 5rem;
    object-fit: contain;
  }
}

@media only screen and (min-width: 768px) {
  .remodal-bg.remodal-is-opening,
  .remodal-bg.remodal-is-opened {
  }

  .remodal-overlay {
  }

  .remodal-overlay.remodal-is-opening,
  .remodal-overlay.remodal-is-closing {
  }

  .remodal-overlay.remodal-is-opening {
  }

  .remodal-overlay.remodal-is-closing {
  }

  .remodal-wrapper {
  }

  .remodal {
  }

  .remodal.remodal-is-opening,
  .remodal.remodal-is-closing {
  }

  .remodal.remodal-is-opening {
  }

  .remodal.remodal-is-closing {
  }

  .remodal,
  .remodal-wrapper:after {
  }

  .remodal-close {
  }

  .remodal-close:hover,
  .remodal-close:focus {
  }

  .remodal-close:before {
  }

  .remodal-confirm,
  .remodal-cancel {
  }

  .remodal-confirm {
  }

  .remodal-confirm:hover,
  .remodal-confirm:focus {
  }

  .remodal-cancel {
  }

  .remodal-cancel:hover,
  .remodal-cancel:focus {
  }

  .remodal-confirm::-moz-focus-inner,
  .remodal-cancel::-moz-focus-inner,
  .remodal-close::-moz-focus-inner {
  }

  @-webkit-keyframes remodal-opening-keyframes {
    from {
    }

    to {
    }
  }

  @keyframes remodal-opening-keyframes {
    from {
    }

    to {
    }
  }

  @-webkit-keyframes remodal-closing-keyframes {
    from {
    }

    to {
    }
  }

  @keyframes remodal-closing-keyframes {
    from {
    }

    to {
    }
  }

  @-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
    }

    to {
    }
  }

  @keyframes remodal-overlay-opening-keyframes {
    from {
    }

    to {
    }
  }

  @-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
    }

    to {
    }
  }

  @keyframes remodal-overlay-closing-keyframes {
    from {
    }

    to {
    }
  }

  @media only screen and (min-width: 641px) {
    .remodal {
    }
  }

  .lt-ie9 .remodal-overlay {
  }

  .lt-ie9 .remodal {
  }

  .bz-ttl {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.7;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .remodal {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .remodal-is-initialized {
  }

  .remodal-is-opened {
  }

  .bz-voice__modal {
  }

  .bz-voice__modal-box {
    padding: 50px 40px 30px;
    padding: 3.125rem 2.5rem 1.875rem;
  }

  .bz-voice__modal-box-pic {
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }

  .bz-voice__modal-box h3 {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }

  .bz-voice__modal-box h4 {
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-voice__modal-box h4:before {
  }

  .bz-voice__modal-box p {
  }

  .bz-voice__modal-box p + h4 {
  }

  .bz-voice__modal-box p + .bz-voice__modal-box h3 {
  }

  .bz-voice__modal-btn {
  }

  .bz-btn {
  }

  .bz-voice__modal-btn a {
  }

  .bz-voice__modal-btn a img {
  }

  .bz {
  }

  /* bz-header
============================ */
  .bz-header {
    /* padding: 12px 0; */
    /* padding: 0.75rem 0; */
  }

  .bz-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .bz-header__logo {
    margin: 0;
    width: 220px;
    width: 13.75rem;
  }

  .bz-header__logo img {
  }

  .bz-header__btn {
    width: 26%;
  }

  .bz-header__btn a {
  }

  .bz-main {
  }

  .bz-fv {
    padding: 1rem 0 6rem;
    background-image: url(../../img/fv-pc-back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    color: white;
  }

  .bz-fv__inner {
    /* max-width: 1000px; */
    margin: auto;
  }

  .bz-fv__main-pic {
    margin: auto;
    max-width: 1240px;
  }

  .bz-fv__ttl {
    max-width: 620px;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }

  .bz-fv__ttl img {
  }

  .bz-fv__mv {
    margin-left: -4%;
    height: 0;
    padding-bottom: 53%;
  }

  .bz-fv__mv-item {
    width: 30.3% !important;
  }

  .bz-fv__mv-item:nth-child(1) {
    top: 4%;
  }

  .bz-fv__mv-item:nth-child(2) {
    left: 23.5%;
  }

  .bz-fv__mv-item:nth-child(3) {
    left: 46.2%;
    top: 4%;
  }

  .bz-fv__mv-item:nth-child(4) {
  }

  .bz-fv__mv-item-b {
  }

  .bz-fv__mv-item-b img {
  }

  .bz-fv__mv-item-a {
  }

  .bz-fv__mv-item-a img {
  }

  .bz-fv__txt {
    width: 66%;
    margin-left: 19%;
    margin-right: 0%;
    margin-top: -7%;
    margin-bottom: -2%;
  }

  .bz-fv__txt img {
  }

  .bz-fv__box {
    max-width: 840px;
    top: 67.5%;
    width: 69%;
  }

  .bz-fv__box2 {
  }
  .bz-fv__tyusyaku {
    text-align: center;
    font-size: initial;
  }
  .bz-fv__tyusyaku-inner {
    text-align: left;
    font-size: 0.65rem;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.6;
  }

  .bz-cta-box {
  }

  .bz-cta-box__inner {
  }

  .bz-cta-box__box {
    margin-bottom: 0.6rem;
  }

  .bz-cta-box__ttl {
    font-size: 32px;
    font-size: 1.4rem;
    padding: 20px 0 18px;
    padding: 1.25rem 0 1.125rem;
    display: flex;
    gap: 1rem;
    flex-direction: row;
    letter-spacing: 0.1em;
  }
  .bz-cta-box__ttl span {
    font-size: 25px;
    font-size: 1.0625rem;
    display: inline;
    margin-bottom: initial;
  }

  .bz-cta-box__body {
    padding: 35px 72px 20px;
    padding: 1.1875rem 0.5rem 1.65rem;
  }

  .bz-cta-box__chat {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .bz-cta-box__chat-img {
    width: 48%;
    margin-bottom: 0.6rem;
  }

  .bz-cta-box__chat-icon {
    width: 80px;
    width: 5rem;
  }

  .bz-cta-box__chat-icon img {
  }

  .bz-cta-box__chat-fukidasi {
    min-width: 0;
    position: relative;
    display: inline-block;
    padding: 14px 22px;
    padding: 0.875rem 1.375rem;
    font-size: 18px;
    font-size: 1.125rem;
    background: #fff;
    border: solid 3px #e8e8e8;
    box-sizing: border-box;
    border-radius: 10px;
    border-radius: 0.625rem;
    text-align: left;
    font-weight: bold;
    min-width: 0;
    margin-left: 23px;
    margin-left: 1.4375rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }

  @media screen and (min-width: 767.1px) and (max-width: 898.9px) {
    .bz-fv {
      padding: 0.2rem 0 8rem;
    }

    .bz-fv__box2 {
      /* width: 77vw; */
    }
    .bz-cta-box__body {
      /* padding: 16rem 4.5rem 1rem; */
    }
    .bz-fv__tyusyaku-inner {
      font-size: 0.6rem;
    }
  }

  .bz-cta-box__chat-fukidasi:before {
  }

  .bz-cta-box__chat-fukidasi:after {
  }

  .bz-cta-form {
    max-width: 730px;
    margin: auto;
  }

  .c-form {
  }

  .bz-cta-form__chekbox {
    /* gap: 12px; */
    gap: 0.75rem;
    /* margin-bottom: 13px; */
    /* margin-bottom: 0.8125rem; */
    display: flex;
    width: 95%;
    margin: auto;
  }

  .c-select-form__checkbox-label {
  }

  .input {
  }

  .bz-cta-form__btn {
  }

  .bz-cta-form__btn input {
    background-color: #e25134;
    border-radius: 7px;
    border-radius: 0.4375rem;
    width: 170px;
    width: 10.625rem;
    padding: 12px 0;
    padding: 0.75rem 0;
    font-size: 18px;
    font-size: 1.325rem;
    border: solid 0.1rem white;
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
  }

  .bz-review {
    /* padding: 10px 0 70px; */
    /* padding: 0.625rem 0 4.375rem; */
    margin-top: -1rem;
  }

  .bz-review__inner {
    max-width: 1200px;
  }

  .bz-review__head {
  }

  .bz-review__head-tensuu {
  }

  .bz-review__head-cont {
  }

  .bz-review__head-hosi {
  }

  .bz-review__head-hosi img {
  }

  .bz-review__head-txt {
  }

  .bz-review__head-txt-2 {
  }

  .bz-review__cont {
  }

  .bz-review__cont-item {
  }

  .bz-review__cont-item-head {
  }

  .bz-review__cont-item-pop {
    padding: 40px 45px;
    padding: 2.5rem 2.8125rem;
    border-radius: 15px;
    border-radius: 0.9375rem;
  }

  .bz-review__cont-item-icon {
  }

  .bz-review__cont-item-icon img {
  }

  .bz-review__cont-item-body {
  }

  .bz-review__cont-item-name {
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
  }

  .bz-review__cont-item-hosi {
    width: 70px;
    width: 4.375rem;
  }

  .bz-review__cont-item-hosi img {
  }

  .bz-review__cont-item-body {
  }

  .bz-review__cont-item-body p {
  }

  .bz-review__cont-item-body a {
  }

  .bz-review__notes {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  /* bz-heade-contactr
============================ */
  .bz-header-contact {
  }
  .bz-header-contact__inner {
  }
  .bz-header-contact__wrap {
  }
  .bz-header-contact__logo {
    width: 205px;
    width: 12.8125rem;
  }
  .bz-header-contact__logo a {
  }
  .bz-header-contact__logo a img {
  }
  .bz-header-contact__txt {
    font-size: 17px;
    font-size: 1.0625rem;
    letter-spacing: 0.1em;
  }
  .bz-header-contact__txt span {
  }
  /* bz-op
============================ */
  .bz-op {
  }

  .bz-op__inner {
  }

  .bz-op__ttl {
    padding-top: 55px;
    padding-top: 3.4375rem;
    font-size: 34px;
    font-size: 2.125rem;
  }

  .bz-op__ttl img {
    width: 250px;
    width: 15.625rem;
    margin-bottom: 9px;
    margin-bottom: 0.5625rem;
  }

  .bz-op__ttl em {
  }

  .bz-op__cont {
  }

  .bz-op__cont-zu {
    width: 500px;
    width: 31.25rem;
  }

  .bz-op__cont-zu img {
  }

  /* bz-voice
============================ */
  .bz-voice {
    padding: 60px 0;
    padding: 3.75rem 0;
  }

  .bz-voice__inner {
    max-width: 1240px;
  }

  .bz-voice__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 37px;
    margin-bottom: 2.3125rem;
  }

  .bz-voice__ttl div {
  }

  .bz-voice__ttl div em {
  }

  .bz-voice__list {
  }

  .swiper {
  }

  .swiper-initialized {
  }

  .swiper-horizontal {
  }

  .swiper-pointer-events {
  }

  .swiper-backface-hidden {
  }

  /* swiper-wrapper-ec471c364f34d865
============================ */
  .bz-voice__list-inner {
    display: flex;
    justify-content: space-between;
  }

  .swiper-wrapper {
  }

  .bz-voice__item {
    width: 31.6%;
  }

  .swiper-slide {
  }

  .swiper-slide-active {
  }

  .bz-voice__item-thum {
  }

  .bz-voice__item-thum img {
  }

  .bz-voice__item-body {
    padding: 20px 23px 50px;
    padding: 1.25rem 1.4375rem 3.125rem;
  }

  .bz-voice__item-name {
  }

  .bz-voice__item-ttl {
    font-size: 17.6px;
    font-size: 1.1rem;
  }

  .bz-voice__item-body p {
    font-size: 16px;
    font-size: 1rem;
  }

  .bz-voice__item-next {
  }

  .bz-voice__item-next img {
  }

  .swiper-slide-next {
  }

  .swiper-notification {
  }

  .bz-voice__btn {
    max-width: 380px;
  }

  .bz-btn {
    max-width: 440px;
    margin: auto;
  }

  .bz-voice__btn a {
  }

  .bz-voice__btn a img {
  }

  /* bz-nayami
============================ */
  .bz-nayami {
    padding: 70px 0 60px;
    padding: 4.375rem 0 3.75rem;
  }

  .bz-nayami__inner {
    max-width: 700px;
  }

  .bz-nayami__inner h2 {
    line-height: 1.8;
    /* margin-bottom: 52px;
    /* margin-bottom: 3.25rem;
    /* margin-bottom: 52px;
    /* margin-bottom: 3.25rem; */
    /* font-size: 34px;
    /* font-size: 2.125rem;
    /* font-size: 34px;
    /* font-size: 2.125rem; */
    font-size: 37.2px;
    font-size: 2.325rem;
  }

  .bz-nayami__inner h2 span {
  }

  .bz-nayami__inner h2 em {
  }

  .bz-nayami__list {
    margin-bottom: 96px;
    margin-bottom: 6rem;
    margin-top: 48px;
    margin-top: 3rem;
  }
  .bz-nayami__ttl {
  }
  .bz-nayami__ttl-small {
    font-size: 0.9rem;
  }
  .bz-nayami__ttl-tyuuki {
  }

  .bz-nayami__item {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 32px 26px 32px;
    padding: 2rem 1.625rem 2rem;
    font-size: 22px;
    font-size: 1.375rem;
    /* border: solid 4px #eef7fd;
    /* border: solid 0.25rem #eef7fd;
    /* border: solid 4px #eef7fd;
    /* border: solid 0.25rem #eef7fd; */
    /* background-color: #eef7fd; */
  }

  .bz-nayami__item img {
    min-width: 30px;
    width: 30px;
    width: 1.875rem;
    margin-right: 16px;
    margin-right: 1rem;
    margin-top: 3px;
    margin-top: 0.1875rem;
  }

  .bz-deaeru__ttl {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }

  .bz-deaeru__ttl img {
    width: 210px;
    width: 13.125rem;
  }

  .bz-deaeru__ttl em {
  }

  .bz-deaeru__list {
  }

  .bz-deaeru__item {
    padding: 40px 80px 30px;
    padding: 2.5rem 5rem 1.875rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-deaeru__item-thum {
    display: flex;
    align-items: center;
    transform: translate(-6%, 10%);
    margin-top: -36px;
    margin-top: -2.25rem;
  }

  .bz-deaeru__item:nth-child(2) .bz-deaeru__item-thum {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    transform: translate(-6%, 30%);
  }

  .bz-deaeru__item-thum h3 {
    font-size: 24px;
    font-size: 1.5rem;
    /* padding-top: 36.8px;
    /* padding-top: 2.3rem;
    /* padding-top: 36.8px;
    /* padding-top: 2.3rem; */
    padding: 30px 0 30px;
    padding: 1.875rem 0 1.875rem;
    margin-left: 155px;
    margin-left: 9.6875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .bz-deaeru__item-thum h3 em {
    color: #0084de;
    line-height: 1.8;
  }

  .bz-deaeru__item-thum img {
    width: 150px;
    width: 9.375rem;
    transform: translate(-13%, -16px);
  }

  .bz-deaeru__item p {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  /* bz-support
============================ */
  .bz-support {
    padding: 80px 0 80px;
    padding: 5rem 0 5rem;
  }

  .bz-support__inner {
    /* max-width: 860px;
    /* max-width: 53.75rem;
    /* max-width: 860px;
    /* max-width: 53.75rem; */
    max-width: 1240px;
  }

  .bz-support__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }

  .bz-support__ttl img {
    width: 180px;
    width: 11.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }

  .bz-support__list {
    cursor: default;
  }
  .bz-support__list > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bz-support__item {
    width: 30%;
    /* width: 47%; */
  }

  .bz-support__item-pic {
  }

  .bz-support__item-pic img {
  }

  .bz-support__item-body {
  }

  .bz-support__item-name {
  }

  .bz-support__item-body p {
    font-size: 16px;
    font-size: 1rem;
  }

  /* bz-flow
============================ */
  .bz-flow {
    padding: 70px 0 120px;
    padding: 4.375rem 0 7.5rem;
  }

  .bz-flow__inner {
    max-width: 1040px;
  }

  .bz-flow__ttl {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    font-size: 34px;
    font-size: 2.125rem;
  }

  .bz-flow__list {
    display: flex;
    flex-direction: row;
  }

  .bz-flow__item {
    width: 23%;
    padding: 20px 20px 20px;
    padding: 1.25rem 1.25rem 1.25rem;
    display: flex;
    flex-direction: column;
  }
  .bz-flow__item:after {
    content: "";
    position: absolute;
    background-image: url(../../img/sankaku.png);
    background-size: 100% auto;
    width: 31.8px;
    width: 1.9875rem;
    height: 37.8px;
    height: 2.3625rem;
    right: 0;
    top: 50%;
    transform: translate(79%, -20%);
    background-repeat: no-repeat;
    z-index: 3;
    left: initial;
  }
  .bz-flow__item:last-child:after {
    display: none;
  }
  .bz-flow__item:nth-child(1) {
  }

  .bz-flow__item:nth-child(2) {
  }

  .bz-flow__item:nth-child(3) {
  }

  .bz-flow__item:nth-child(4) {
  }

  .bz-flow__item:nth-child(2),
  .bz-flow__item:nth-child(4) {
    position: relative;
    top: 60px;
    top: 3.75rem;
  }

  .bz-flow__item-no {
  }

  .bz-flow__item-icon {
    width: 55%;
    margin: auto;
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .bz-flow__item-icon img {
  }

  .bz-flow__item-body {
  }

  .bz-flow__item-body h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .bz-flow__item-body p {
    font-size: 14px;
    font-size: 0.875rem;
  }

  /* bz-faq
============================ */
  .bz-faq {
    padding: 80px 0 50px;
    padding: 5rem 0 3.125rem;
  }

  .bz-faq__inner {
    max-width: 700px;
  }

  .bz-faq__ttl {
    font-size: 34px;
    font-size: 2.125rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-faq__ttl img {
    width: 220px;
    width: 13.75rem;
    margin-bottom: 3px;
    margin-bottom: 0.1875rem;
  }

  .bz-faq__list {
  }

  .c-faq {
  }

  .c-faq dl {
  }

  .c-faq dl dt {
  }

  .c-faq dl dd {
  }

  .bz-cta {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }

  .bz-cta__inner {
    max-width: 960px;
  }

  .bz-end {
    padding: 3rem 0 2.125rem;
  }
  .bz-end__inner {
  }
  .bz-end__ttl {
    font-size: 2rem !important;
    margin-bottom: 0.5rem !important;
  }
  .bz-end-waku {
    padding: 0.2rem 1.4rem 0.2rem 0.9rem;
  }
  .bz-end-line {
  }
  .bz-end__person {
    width: 70%;
    max-width: 530px;
  }

  .c-footer {
  }

  .c-footer__inner {
  }

  .c-footer__link {
  }

  .c-footer__link-item {
  }

  .c-footer__copyright {
  }
}

.c-chat {
  display: none;
}

.c-chat.is-active,
.c-chat.js-scroll {
  display: block;
}

.c-chat__item {
  opacity: 0;
  transition: 0.7s;
  transform: translate(0, 10px);
}
.bz-contact__form-item-doui {
  text-align: center;
}
.c-chat.is-active .c-chat__item {
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.c-chat__item:first-child {
  animation-delay: 0.5s;
}

.c-chat__item:nth-child(2) {
  animation-delay: 1.2s;
}

.c-chat__item:nth-child(3) {
  animation-delay: 1.9s;
}

.c-chat__item:nth-child(4) {
  animation-delay: 2.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(0, 10px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.c-form-item + .c-form-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.c-radio__item {
  display: block;
  border: 1px solid #acacac;
  border-radius: 8px;
  border-radius: 0.5rem;
  padding: 15px;
  padding: 0.9375rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

.c-form-item__ttl {
  font-size: 14.4px;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
  line-height: 1.7;
}

.c-radio__item small {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
  display: inline-block;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.c-input {
  padding: 18px;
  padding: 1.125rem;
  border: 1px solid #acacac;
  border-radius: 7px;
  border-radius: 0.4375rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  background-color: white;
}

.c-radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
  margin: -0.0625rem;
}

.c-radio__item {
  position: relative;
  cursor: pointer;
  padding-left: 44px;
  padding-left: 2.75rem;
}

.bz-contact__doui {
  text-align: center;
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.bz-contact__doui label {
  border: none;
  display: inline-block;
  margin-bottom: -4px;
  margin-bottom: -0.25rem;
}

.c-radio label::after,
.c-radio label::before {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 27px;
  top: 1.6875rem;
}

.c-radio label::before {
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  left: 16px;
  left: 1rem;
}

.c-radio label::after {
  background-color: #0b7287;
  border-radius: 50%;
  opacity: 0;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  left: 19px;
  left: 1.1875rem;
}

.c-radio input:checked + label + label::after,
.c-radio input:checked + label::after {
  opacity: 1;
}

.c-form-item__kakunin {
  font-size: 14px;
  font-size: 0.875rem;
}

.bz-contact__tyusyaku {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media only screen and (min-width: 769px) {
  .c-form-item + .c-form-item {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .c-radio__item {
    padding: 25px 25px 25px 53px;
    padding: 1.5625rem 1.5625rem 1.5625rem 3.3125rem;
  }

  .c-input {
    padding: 25px;
    padding: 1.5625rem;
  }

  .c-radio label::after,
  .c-radio label::before {
    top: 38px;
    top: 2.375rem;
  }

  .c-radio label::before {
    left: 24px;
    left: 1.5rem;
  }

  .c-radio label::after {
    left: 27px;
    left: 1.6875rem;
  }
  .bz-contact__tyusyaku {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

.c-cta-btn {
  max-width: 574px;
  display: inline-block;
  width: 100%;
}

.c-cta-btn__pop {
  width: 90%;
  margin: auto auto -5%;
  animation: 0.6s ease-in-out infinite alternate move-y;
  max-width: 325px;
  position: relative;
  z-index: 2;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(4px);
  }
}

.c-cta-btn__btn {
  border-radius: 15px;
  border-radius: 0.9375rem;
  background: #ffcd45;
  background: linear-gradient(260deg, #ffcd45 0, #f2e913 100%);
  color: #222;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  box-shadow: 0 0 8px rgb(0 0 0 / 13%);
  box-shadow: 0 0 0.5rem rgb(0 0 0 / 13%);
  border: 4px solid #fff;
  padding: 35px 27px;
  padding: 2.1875rem 1.6875rem;
  display: block;
  max-width: 574px;
  text-align: center;
  transition: 0.2s;
}

.c-cta-btn__btn:hover {
  box-shadow: none;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .scroll-hint {
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }

  .c-cta-btn {
    max-width: 88vw;
  }

  .c-cta-btn__pop {
    width: 76%;
    margin-bottom: -7%;
  }

  .c-cta-btn__btn {
    font-size: 16px;
    font-size: 1rem;
    padding: 26px 10px;
    padding: 1.625rem 0.625rem;
  }
}

.c-moji-ani {
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  display: flex;
}

.c-moji-ani picture {
  height: 100%;
}

.c-moji-ani img {
  max-width: initial;
  height: 100%;
  width: auto;
}

.c-moji-ani div:first-child {
  animation: 240s linear -120s infinite scroll-loop;
}

.c-moji-ani div:last-child {
  animation: 240s linear infinite scroll-loop2;
}

@keyframes scroll-loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes scroll-loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.c-list li:before {
  content: "";
  position: relative;
  left: -1em;
  margin-right: -1em;
}

.c-select-form-box {
  box-shadow: 0 0 25px rgb(0 0 0 / 16%);
  box-shadow: 0 0 1.5625rem rgb(0 0 0 / 16%);
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 28px 35px;
  padding: 1.75rem 2.1875rem;
  text-align: center;
  background-color: #fff;
}

.c-select-form-box__label {
  color: var(--color__green);
  border: 1px solid var(--color__green);
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  display: inline-block;
  padding: 6px 27px;
  padding: 0.375rem 1.6875rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.c-select-form-box__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}

.c-select-form-box__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.c-select-form__checkbox {
  justify-content: space-between;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.c-select-form__checkbox-label {
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 15.4px 17px;
  padding: 0.9625rem 1.0625rem;
  text-align: left;
  border-radius: 7px;
  border-radius: 0.4375rem;
  border: 1px solid #ccc;
  display: block;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  cursor: pointer;
}

.c-select-form__checkbox-label input {
  margin-right: 10px;
  margin-right: 0.625rem;
  cursor: pointer;
}
.c-select-form__checkbox-btn {
  display: block;
  margin-bottom: 14px;
  margin-bottom: 0.075rem;
  border: none;
  cursor: pointer;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
  /* box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%); */
  overflow: hidden;
  /* border-radius: 7px; */
  /* border-radius: 0.4375rem; */
}
.c-select-form__checkbox-btn input {
  width: 100%;
  box-shadow: 0 0 7px rgb(0 0 0 / 19%);
  box-shadow: 0 0 0.4375rem rgb(0 0 0 / 19%);
  overflow: hidden;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.c-select-form__submin {
  text-align: center;
}

.c-select-form__submin input {
  background: #e3da00;
  background: linear-gradient(180deg, #e3da00 0, rgb(231 203 57) 100%);
  color: #222;
  border: none;
  width: 192px;
  width: 12rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  border-radius: 100px;
  border-radius: 6.25rem;
  padding: 12.8px;
  padding: 0.8rem;
}

@media only screen and (min-width: 769px) {
  .c-select-form-box {
    padding: 32px 35px;
    padding: 2rem 2.1875rem;
  }

  .c-select-form-box__label {
    font-size: 16px;
    font-size: 1rem;
    padding: 11px 45px;
    padding: 0.6875rem 2.8125rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }

  .c-select-form-box__ttl {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }

  .c-select-form-box__txt {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }

  .c-select-form__checkbox {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .c-select-form__checkbox.--flex {
    display: flex;
  }

  .c-select-form__checkbox-label {
    /* max-width: 270px;
    /* max-width: 16.875rem;
    /* max-width: 270px;
    /* max-width: 16.875rem; */
    margin-left: auto;
    margin-right: auto;
    padding: 21.8px 17px;
    padding: 1.3625rem 1.0625rem;
  }

  .c-select-form__checkbox.--flex .c-select-form__checkbox-label {
    margin-right: 10px;
    margin-right: 0.625rem;
  }

  .c-select-form__checkbox.--flex.c-select-form__checkbox-label:last-child {
    margin-right: 0;
  }

  .c-select-form__submin input {
    width: 220px;
    width: 13.75rem;
    padding: 15px;
    padding: 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-contact {
  background-color: var(--color__main);
  padding-top: 58.4px;
  padding-top: 3.65rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.c-contact__inner {
  width: 94%;
  max-width: 800px;
  margin: auto;
}

.c-contact__ttl {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.c-contact__txt {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.c-contact__box {
  background-color: #fff;
  padding: 29px 16px;
  padding: 1.8125rem 1rem;
  border-radius: 10px;
  border-radius: 0.625rem;
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0.125rem 0.625rem rgb(0 0 0 / 10%);
}

@media only screen and (min-width: 769px) {
  .c-contact {
    padding-top: 100px;
    padding-top: 6.25rem;
  }

  .c-contact__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .c-contact__txt {
    font-size: 16px;
    font-size: 1rem;
  }

  .c-contact__box {
    padding: 60px;
    padding: 3.75rem;
  }
}

.c-w100 {
  width: 100%;
}

.c-fukidashi-ttl {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  background: #fff;
  border: 2px solid #242424;
  box-sizing: border-box;
  border-radius: 40px;
  border-radius: 2.5rem;
  padding: 22px 30px;
  padding: 1.375rem 1.875rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.c-fukidashi-ttl:before {
  content: "";
  position: absolute;
  bottom: -32px;
  bottom: -2rem;
  left: 50%;
  margin-left: -14px;
  margin-left: -0.875rem;
  border: 12px solid transparent;
  border-top: 20px solid #fff;
  border-top: 1.25rem solid #fff;
  z-index: 2;
}

.c-fukidashi-ttl:after {
  content: "";
  position: absolute;
  bottom: -38px;
  bottom: -2.375rem;
  left: 50%;
  margin-left: -16px;
  margin-left: -1rem;
  border: 14px solid transparent;
  border-top: 23px solid #242424;
  border-top: 1.4375rem solid #242424;
  z-index: 1;
}

.c-yellow-maker {
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    #feeb02 50%
  );
}

.c-fukidashi {
  display: flex;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.c-fukidashi__icon {
  width: 70px;
  width: 4.375rem;
}

.c-fukidashi__icon img {
  width: 100%;
}

.c-fukidashi__balloon {
  position: relative;
  display: inline-block;
  padding: 11px 15px;
  padding: 0.6875rem 0.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
  border: 4px solid #ffe004;
  box-sizing: border-box;
  border-radius: 10px;
  border-radius: 0.625rem;
  text-align: left;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  flex: 1;
  min-width: 0;
  margin-left: 23px;
  margin-left: 1.4375rem;
  margin-top: 1px;
  margin-top: 0.0625rem;
}

.c-fukidashi__balloon:before {
  content: "";
  position: absolute;
  top: 11px;
  top: 0.6875rem;
  left: -9px;
  left: -0.5625rem;
  margin-top: 0;
  border: 9px solid transparent;
  border-right: 9px solid #fff;
  border-right: 0.5625rem solid #fff;
  z-index: 2;
  transform: rotate(135deg);
}

.c-fukidashi__balloon:after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  left: -1rem;
  z-index: 1;
  border: 16px solid transparent;
  border-right: 16px solid #ffe004;
  border-right: 1rem solid #ffe004;
  transform: rotate(135deg);
}

.c-faq dl {
  /* padding: 0 0 29px;
  /* padding: 0 0 1.8125rem;
  /* padding: 0 0 29px;
  /* padding: 0 0 1.8125rem; */
}

.c-faq dl dt {
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
  display: flex;
  padding-right: 22px;
  padding-right: 2.375rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.c-faq dl dt:before {
  /* content: "Q"; */
  background-color: #0796b1;
  color: #fff;
  border-radius: 100px;
  border-radius: 6.25rem;
  width: 35px;
  width: 2.1875rem;
  min-width: 35px;
  height: 35px;
  height: 2.1875rem;
  min-height: 35px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: -0.5em;
}

.c-faq dl dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.c-faq dl dd {
  display: none;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 45px;
  margin-left: 2.8125rem;
  line-height: 1.9;
  padding-right: 2.5rem;
}

.c-faq dl dt:after {
  content: "\002B";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.c-faq dl.is-active dt:after {
  content: "\2212";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.c-faq dl dd {
}

.c-faq dl.is-active dd {
  display: block;
}

@media only screen and (min-width: 769px) {
  .c-fukidashi {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .c-fukidashi__icon {
    width: 100px;
    width: 6.25rem;
  }

  .c-fukidashi__balloon {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 20px;
    padding: 1.25rem;
  }

  .c-faq {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .c-faq dl {
    /* padding: 0 0 31.2px;
    /* padding: 0 0 1.95rem;
    /* padding: 0 0 31.2px;
    /* padding: 0 0 1.95rem; */
  }

  .c-faq dl dt {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .c-faq dl dt:before {
    width: 40px;
    width: 2.5rem;
    min-width: 40px;
    height: 40px;
    height: 2.5rem;
    min-height: 40px;
    margin-top: -6px;
    margin-top: -0.375rem;
    margin-right: 20px;
    margin-right: 1.25rem;
  }

  .c-faq dl dd {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 62px;
    margin-left: 3.875rem;
  }
}

.c-form__item {
  margin-bottom: 19.8px;
  margin-bottom: 1.2375rem;
}

.c-form__item-label {
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.c-form__item-label-txt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  display: inline;
}

.c-form__item-label-hissu,
.c-form__item-label-nini {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  padding: 1px 8px 2px;
  padding: 0.0625rem 0.5rem 0.125rem;
  border-radius: 100px;
  border-radius: 6.25rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  display: inline;
  position: relative;
  top: -0.1em;
}

.c-form__item-label-hissu {
  background-color: #ff5236;
}

.c-form__item-label-nini {
  background-color: #949494;
}

.c-form__item-hosoku {
  opacity: 0.7;
  font-size: 0.9em;
}

.c-form__item-input {
  display: flex;
  flex-wrap: wrap;
}

.c-form__item-input-wrap {
  flex: 1;
}

.c-form__item-input-wrap + .c-form__item-input-wrap {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.c-form__item-input input,
.c-form__item-input textarea {
  width: 100%;
  margin: 3px 0;
  margin: 0.1875rem 0;
  padding: 19px 20px;
  padding: 1.1875rem 1.25rem;
  border: 1px solid #c7cbcd;
  border-radius: 5px;
  border-radius: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
}

.c-form__item-select {
  display: inline-block;
  border: 1px solid #cdcdcd;
  padding-right: 10px;
  padding-right: 0.625rem;
  border-radius: 6px;
  border-radius: 0.375rem;
}

.c-form__item-select label.error {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.c-form__item-select select {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border: none;
}

.c-form__item-checkbox {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-form__item-checkbox .wpcf7-list-item {
  margin: 0 0.5em 0.5em 0;
}

.c-form__item-checkbox label {
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  border: 1px solid #d8d1d1;
  border-radius: 70px;
  border-radius: 4.375rem;
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}

.c-form__item-checkbox label span {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  line-height: 1.4;
}

.c-form__item-checkbox input {
  margin-right: 6px;
  margin-right: 0.375rem;
  margin-top: 3.2px;
  margin-top: 0.2rem;
}

.c-form__submit {
  position: relative;
  margin: 10px auto auto;
  margin: 0.625rem auto auto;
}

.c-form__submit:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  width: 0.4375rem;
  height: 12px;
  height: 0.75rem;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.516%22%20height%3D%2212.994%22%3E%3Cpath%20d%3D%22M.985%200a.924.924%200%2000-.608%201.637l4.8%204.845-4.8%204.843a.924.924%200%20101.2%201.4l5.615-5.539a.924.924%200%20000-1.406L1.577.235A.924.924%200%2000.985.002z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  top: 50%;
  right: 15px;
  right: 0.9375rem;
  transform: translate(0, -50%);
}

.c-form__submit input {
  background: #ff8500;
  background: linear-gradient(54deg, #ff8500 0, #ff4f73 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  border-radius: 0.25rem;
  padding: 19px;
  padding: 1.1875rem;
  width: 100%;
  border: none;
  text-shadow: 0 0 6px rgb(0 0 0 / 10%);
  text-shadow: 0 0 0.375rem rgb(0 0 0 / 10%);
  box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0.1875rem 0 rgb(0 0 0 / 10%);
}

.c-form__policy {
  border: 1px solid #ccc;
  overflow-y: scroll;
  height: 100px;
  height: 6.25rem;
  padding: 10px;
  padding: 0.625rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.c-form__policy * {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.c-form__item-doui {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.c-form__item-doui-label {
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
}

.c-form__item-doui-label input {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.c-form label.error {
  color: red;
  font-size: 0.9em;
  border: none;
  padding: 0;
  margin: 0;
}

label.error {
  display: block !important;
}

@media only screen and (min-width: 769px) {
  .c-form__submit input {
    max-width: 320px;
    margin: auto;
  }

  .c-form__policy {
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
    margin-top: 25.6px;
    margin-top: 1.6rem;
  }
}

.c-page {
  padding: 60px 0;
  padding: 3.75rem 0;
}

.c-page__inner {
  max-width: 800px;
  width: 90%;
  margin: auto;
}

.c-page__inner h1 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.c-page__inner p {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.c-page__inner h2 {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.c-page__inner ul {
  margin: 16px 0;
  margin: 1rem 0;
}

.c-page__inner ul li {
  list-style: circle;
  margin-left: 1.3em;
}

.c-footer {
  padding: 20px;
  padding: 1.25rem;
  text-align: center;
}

.c-footer__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
}

.c-footer__link {
  margin-bottom: 5.2px;
  margin-bottom: 0.325rem;
}

.c-footer__link-item {
  font-size: 11.8px;
  font-size: 0.7375rem;
  margin: 0 10px;
  margin: 0 0.625rem;
}

.c-anime-img {
  position: relative;
  overflow: hidden;
}

.c-anime-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transform-origin: left;
  background-color: #fff;
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.1s;
}

.c-anime-img-bg-ao:before {
  background-color: var(--color-ao);
}

.c-anime-img.is-active:before {
  transform: translateX(100%);
}

.c-anime-img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-ao);
  z-index: 1;
  transform-origin: left;
  transition: transform 0.75s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0ms;
}

.c-anime-img-bg-ao:after {
  background-color: #fff;
}

.c-anime-img.is-active:after {
  transform: scaleX(1) translateX(101%);
}

.bz-contact__inner {
  max-width: 600px;
  width: 88%;
  margin: auto;
}

.bz-contact__op {
  padding: 40px 0 50px;
  padding: 2.5rem 0 3.125rem;
}

.bz-contact__heading {
  text-align: center;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.bz-contact__heading-ttl {
  font-family: var(--font-family__serif);
  border-bottom: 1px solid #222;
  border-bottom: 0.0625rem solid #222;
  display: inline-block;
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 2;
}

.bz-contact__op-list {
  max-width: 670px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.bz-contact__op-item {
  width: 28%;
}

.bz-contact__op-item-thum {
  width: 90%;
  margin: auto auto 17px;
  margin: auto auto 1.0625rem;
}

.bz-contact__op-item-txt {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.bz-contact__form {
  padding: 30px 0 50px;
  padding: 1.875rem 0 3.125rem;
  background-image: url(../../img/c_bg-ao-l@2x.jpg);
}

.bz-contact__form-inner {
  max-width: 840px;
  width: 96%;
  margin: auto;
}

.bz-contact__form-cont {
  background-color: #f5f5f5;
}

.bz-contact__form-header {
  background-image: url(../../img/contact_box-head@2x.png);
  background-size: 100% 100%;
  height: 116px;
  height: 7.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-size: 1.5rem;
}

.bz-contact__form-body {
  padding: 40px 84px 50px;
  padding: 2.5rem 5.25rem 3.125rem;
}

.bz-contact__form-ava {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.bz-contact__form-ava-icon {
  width: 100px;
  width: 6.25rem;
}

.bz-contact__form-ava-fukidasi {
  flex: 1;
  min-width: 0;
  position: relative;
  padding: 19px 25px;
  padding: 1.1875rem 1.5625rem;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  border: 2px solid #585858;
  margin-left: 41px;
  margin-left: 2.5625rem;
  border-radius: 15px;
  border-radius: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}

.bz-contact__form-ava-fukidasi:before {
  content: "";
  position: absolute;
  top: 37px;
  top: 2.3125rem;
  left: -23px;
  left: -1.4375rem;
  margin-top: -12px;
  margin-top: -0.75rem;
  border: 11px solid transparent;
  border-right: 14px solid #fff;
  border-right: 0.875rem solid #fff;
  z-index: 2;
}
/* .bz-contact__form-ava-fukidasi:before {
  content: "";
  position: absolute;
  top: 39px;
  top: 2.4375rem;
  left: -21px;
  left: -1.3125rem;
  margin-top: -12px;
  margin-top: -0.75rem;
  border: 9px solid transparent;
  border-right: 12px solid #fff;
  border-right: 0.75rem solid #fff;
  z-index: 2;
} */

.bz-contact__form-ava-fukidasi:after {
  content: "";
  position: absolute;
  top: 39px;
  top: 2.4375rem;
  left: -26px;
  left: -1.625rem;
  margin-top: -14px;
  margin-top: -0.875rem;
  border: 11px solid transparent;
  border-right: 14px solid #585858;
  border-right: 0.875rem solid #585858;
  z-index: 1;
}

.bz-contact__form-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  border-radius: 0.625rem;
  padding: 30px 35px;
  padding: 1.875rem 2.1875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bz-contact__form-btn {
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.bz-contact__form-btn input {
  font-size: 19px;
  font-size: 1.1875rem;
  border: 2px solid #fff;
  padding: 27px 47px;
  padding: 1.6875rem 2.9375rem;
  display: block;
  max-width: 574px;
  text-align: center;
  margin: auto;
}

.bz-contact__form-privacy {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #888;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .bz-header-page {
    padding: 10px 0;
    padding: 0.625rem 0;
  }

  .bz-header-page__logo {
    width: 60px;
    width: 3.75rem;
  }

  .bz-contact__op {
    padding: 20px 0;
    padding: 1.25rem 0;
  }

  .bz-contact__heading {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }

  .bz-contact__heading-ttl {
    font-size: 5vw;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }

  .bz-contact__op-item {
    width: 32%;
  }

  .bz-contact__op-item-thum {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }

  .bz-contact__op-item-txt {
    font-size: 12px;
    font-size: 0.75rem;
  }

  .bz-contact__form {
    padding: 20px 0 30px;
    padding: 1.25rem 0 1.875rem;
  }

  .bz-contact__form-header {
    height: 86px;
    height: 5.375rem;
    font-size: 18px;
    font-size: 1.125rem;
  }

  .bz-contact__form-body {
    padding: 20px 20px 40px;
    padding: 1.25rem 1.25rem 2.5rem;
  }

  .bz-contact__form-ava {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
    align-items: flex-start;
  }

  .bz-contact__form-ava-icon {
    width: 65px;
    width: 4.0625rem;
  }

  .bz-contact__form-ava-fukidasi {
    padding: 13px 18px;
    padding: 0.8125rem 1.125rem;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 26px;
    margin-left: 1.625rem;
    border-radius: 10px;
    border-radius: 0.625rem;
    line-height: 1.5;
    min-height: 72px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
    justify-content: center;
  }

  .bz-contact__form-item {
    padding: 20px 22px;
    padding: 1.25rem 1.375rem;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .bz-contact__form-btn input {
    font-size: 16px;
    font-size: 1rem;
    padding: 26px 37px;
    padding: 1.625rem 2.3125rem;
  }

  .bz-contact__form-privacy {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
  }
}

.bz {
}

/* mail_form
============================ */
.c-form {
}
.c-form input {
}
.bz-contact__bar {
  background-color: #ffdf5a;
  text-align: center;
  padding: 13px 0;
  padding: 0.8125rem 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
.bz-contact__bar span {
  background-color: #333;
  color: white;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  border-radius: 50px;
  border-radius: 3.125rem;
  padding: 4px 10px 4px 17px;
  padding: 0.25rem 0.625rem 0.25rem 1.0625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  letter-spacing: 0.05em;
}
.bz-contact {
  background-color: #f1f8fe;
  padding: 25px 0 40px;
  padding: 1.5625rem 0 2.5rem;
  padding-bottom: 10vh;
}
.bz-contact__inner {
}

/* c-chat-1
============================ */
.c-chat {
}
.js-scroll {
}
.bz-contact__form-ava {
}
.c-chat__item {
}
.bz-contact__form-ava-icon {
}
.bz-contact__form-ava-icon img {
}
.bz-contact__form-ava-fukidasi {
}
.bz-contact__form-item {
  background-color: #dfeef7;
  border: 2px solid #50a3c3;
}
.c-form-item {
}
.c-select-form__checkbox-label {
}
.input {
}
.c-chat__item-btn {
  background-color: #50a3c3;
  color: white;
  text-align: center;
  width: 160px;
  width: 10rem;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  cursor: pointer;
}

/* c-chat-2
============================ */
.c-chat {
}
.bz-contact__form-ava {
}
.bz-contact__form-ava-icon {
}
.bz-contact__form-ava-icon img {
}
.bz-contact__form-ava-fukidasi {
}
.bz-contact__form-item {
}
.c-form-item {
}
.c-form-item__ttl {
}
.c-form-item__col {
  display: flex;
}
.c-form-item__col > * + * {
  margin-left: 8px;
  margin-left: 0.5rem;
}

.c-form-item__celect {
}
.c-select {
}
.c-form-item__celect select {
}
.c-form-item__celect select option {
}

/* error_3
============================ */
#error_3 {
}
.c-chat__item-btn {
}

/* c-chat-3
============================ */
.c-chat {
}
.bz-contact__form-ava {
}
.bz-contact__form-ava-icon {
}
.bz-contact__form-ava-icon img {
}
.bz-contact__form-ava-fukidasi {
}
.bz-contact__form-item {
}
.c-form-item {
}
.c-form-item__ttl {
}
.c-form-item__col {
}
.c-form-item__celect {
}
.c-form-item__celect select {
}
.c-form-item__celect select option {
}
.c-chat__item-btn {
}

/* c-chat-4
============================ */
.c-chat {
}
.bz-contact__form-ava {
}
.bz-contact__form-ava-icon {
}
.bz-contact__form-ava-icon img {
}
.bz-contact__form-ava-fukidasi {
}
.bz-contact__form-item {
}
.c-form-item {
}
.c-form-item__ttl {
}
.c-input {
}
.bz-contact__form-last {
  text-align: center;
}
.bz-contact__form-item-doui {
}
.bz-contact__form-item-doui a {
}
.c-chat__item-btn {
}
.c-footer {
  padding: 18.4px;
  padding: 1.15rem;
}
.c-footer__inner {
}
.c-footer__link {
}
.c-footer__link-item {
}
.c-footer__copyright {
}

.bz-cta-form__btn-last {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.bz-cta-form__btn-last input {
  padding: 20px 0;
  padding: 1.65rem 0;
  width: 270px;
  width: 22.875rem;
  transition: all 0.3s ease 0s;
}
.bz-cta-form__btn-last input:hover {
  opacity: 0.7 !important;
}

@media only screen and (min-width: 768px) {
  /* bz-thanks
============================ */
  .bz-thanks {
  }
  .bz-thanks_inner {
    padding: 2rem 0 0;
  }
  .bz-thanks__main {
    background-image: url(../../img/thanks-fv-pc-back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    text-align: center;
    color: white;
  }

  .bz-thanks__main img {
    max-width: 800px;
    margin: auto;
  }

  .bz-thanks__bg {
    padding: 60px 0 60px;
    padding: 3.75rem 0 3.75rem;
    background-image: url(../../img/fv_bg-pc.jpg);
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .bz-thanks__bg h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .bz-thanks__txt {
  }
  .bz-thanks_inner h3 {
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem;
    font-size: 17.6px;
    font-size: 1.1rem;
  }
  .bz-thanks_inner h3 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .bz-thanks__box {
    padding: 36px 26px 26.2px;
    padding: 2.25rem 1.625rem 1.6375rem;
    max-width: 550px;
    margin-inline: auto;
  }
  .bz-thanks__box img {
  }
  .bz-thanks__box-txt {
    font-size: 16px;
    font-size: 1rem;
  }
  .bz-thanks__box-txt-02 {
    font-size: 19.2px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .bz-thanks__box-txt span {
  }
  .bz-thanks__box-txt em {
  }

  .bz-review__pic {
    max-width: 370px;
  }
  .bz-voice__ttl {
    font-size: 26px;
    font-size: 1.625rem;
    margin-bottom: 37px;
    margin-bottom: 2.3125rem;
  }
  .bz-voice__ttl span {
    font-size: 1.7em;
    letter-spacing: 0.1em;
  }
  .bz-voice__item-body {
    padding: 20px 23px 30px;
    padding: 1.25rem 1.4375rem 1.875rem;
  }

  /* bz-afterfllow
============================ */
  .bz-afterfllow {
    padding: 46px 0 46px;
    padding: 2.875rem 0 2.875rem;
  }
  .bz-afterfllow__inner {
    max-width: 660px;
  }
  .bz-afterfllow__ttl {
  }
  .bz-ttl {
  }
  .bz-afterfllow__ttl img {
    width: 220px;
    width: 13.75rem;
  }
  .bz-afterfllow__cont {
  }
  .bz-afterfllow__item {
    margin-bottom: 2rem;
  }
  .bz-afterfllow__item-no {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
  }

  .bz-afterfllow__item-pic img {
  }
  .bz-afterfllow__item-body {
    padding: 0 35px 30px;
    padding: 0 4.1875rem 2.375rem;
  }
  .bz-afterfllow__item-body h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .bz-afterfllow__item-body h3 em {
  }
  .bz-afterfllow__item-body p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  /* bz-shoukai
============================ */

  .bz-syoukai {
  }
  .bz-syoukai__txt {
  }
  .bz-syoukai__item-tag-wrap {
  }
  .bz-syoukai__item-tag {
  }

  .bz-syoukai__modal-box {
  }

  .bz-syoukai__modal-box h3 {
  }

  .bz-syoukai__modal-box h4:before {
  }
  .bz-shoukai__item-tag-wrap {
  }
  .bz-shoukai__item-tag {
  }
  .bz-syoukai__item {
  }
  .bz-syoukai__item h4 {
  }
  .bz-syoukai__item p {
  }
  .bz-syoukai__item-listbox {
  }
  .bz-syoukai__item-listbox ul {
  }
  .bz-syoukai__item-listbox ul li {
  }
  .bz-syoukai__small {
  }
  .bz-deaeru {
    padding: 70px 0 90px;
    padding: 4.375rem 0 5.625rem;
  }
  .bz-deaeru___inner {
    max-width: 700px;
  }
  /* bz-nouhau
============================ */
  .bz-nouhau {
    padding: 90px 0 120px;
    padding: 5.625rem 0 7.5rem;
  }
  .bz-nouhau___inner {
    max-width: 1200px;
  }
  .bz-nouhau__ttl {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .bz-nouhau__ttl img {
    width: 220px;
    width: 13.75rem;
  }
  .bz-nouhau__wrap {
    display: flex;
    gap: 2%;
    align-content: stretch;
    align-items: stretch;
    height: 100%;
  }
  .bz-nouhau__wrap-main {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-content: stretch;
  }
  .bz-nouhau__wrap-side {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .bz-nouhau__item {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    padding: 10px;
    padding: 0.625rem;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .bz-nouhau__item-osusume {
    width: 4.5rem;
    height: 4.5rem;
  }
  .bz-nouhau__item-thum {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .bz-nouhau__item-thum img {
  }
  .bz-nouhau__item h3 {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
  .bz-nouhau__wrap-main a {
    width: 49%;
  }
  .bz-nouhau__wrap-main a .bz-nouhau__item {
    padding: 16px;
    padding: 1rem;
    height: 97%;
  }
  .bz-nouhau__wrap-main a .bz-nouhau__item .bz-nouhau__item-thum {
  }
  .bz-nouhau__wrap-main a .bz-nouhau__item h3 {
    font-size: 17px;
    font-size: 1.0625rem;
    font-size: min(1.8vw, 17px);
    letter-spacing: 0.05em;
  }
  .bz-nouhau__wrap-side a .bz-nouhau__item {
    display: flex;
    flex-direction: row;
    padding: 2px 10px;
    padding: 0.125rem 0.625rem;
    height: 100%;
    align-items: center;
  }
  .bz-nouhau__wrap-side a .bz-nouhau__item .bz-nouhau__item-thum {
    width: 46%;
    margin-bottom: 0;
    margin-right: 7px;
    margin-right: 0.4375rem;
  }
  .bz-nouhau__wrap-side a .bz-nouhau__item h3 {
    flex: 1;
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-size: min(1.4vw, 14px);
  }

  /* bz-adviser
============================ */
  .bz-adviser {
    padding: 70px 0 0;
    padding: 4.375rem 0 0;
  }
  .bz-adviser___inner {
    max-width: 850px;
  }
  .bz-adviser__ttl {
    margin-bottom: 0;
  }
  .bz-adviser__ttl img {
    width: 220px;
    width: 13.75rem;
  }
  .bz-adviser__txt {
    border-bottom: solid 1.6px #0084de;
    border-bottom: solid 0.1rem #0084de;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .bz-adviser__pic {
  }
  .bz-adviser__pic img {
  }
  .bz-adviser__wrap {
    display: flex;
    align-items: center;
  }
  .bz-adviser__wrap-txt {
    flex: 1;
    min-width: 0;
    transform: translate(0, 20%);
  }
  .bz-adviser__wrap-txt img {
  }
  .bz-adviser__wrap-pic {
    width: 64%;
  }
  .bz-adviser__wrap-pic img {
  }

  /* mail_form
============================ */
  .c-form {
  }
  .c-form input {
  }
  .bz-contact__bar {
    padding: 21px 0;
    padding: 1.3125rem 0;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .bz-contact__bar span {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bz-contact {
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .bz-contact__inner {
  }
}

.bz-contact__ttl {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-size: 4.7vw;
}

.bz-contact__txt p {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .bz-contact__ttl {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    font-size: 25px;
    font-size: 1.5625rem;
  }

  .bz-contact__txt p {
    text-align: center;
  }
}
.swiper-button-next {
  background-image: url(../../img/btn-right.png);
  background-size: 100% auto;
  width: 40px;
  width: 2.5rem;
  background-repeat: no-repeat;
  transform: translate(60%, 0%);
  /* opacity: 0.5; */
}
.swiper-button-prev {
  background-image: url(../../img/btn-left.png);
  background-size: 100% auto;
  width: 40px;
  width: 2.5rem;
  background-repeat: no-repeat;
  transform: translate(-60%, 0%);
  /* opacity: 0.5; */
}
.swiper-button-prev.swiper-button-disabled {
  opacity: initial;
  background-image: url(../../img/btn-left_light.png);
}
.swiper-button-next.swiper-button-disabled {
  opacity: initial;
  background-image: url(../../img/btn-right_light.png);
}

.bz__inner {
  margin-top: 54px;
  margin-top: 3.375rem;
  position: relative;
}
.bz-step {
  height: 54px;
  height: 3.375rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 12%);
  box-shadow: 0 0 0.625rem rgb(0 0 0 / 12%);
  position: fixed;
  background-color: white;
  z-index: 2;
  top: 0;
  width: 100%;
}
.bz-step__flex {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}
.bz-step__bar {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow: hidden;
}
.s2 .bz-step__bar-bg {
  width: 21.8%;
}
.s3 .bz-step__bar-bg {
  width: 37.3%;
}
.s4 .bz-step__bar-bg {
  width: 52.7%;
}
.s5 .bz-step__bar-bg {
  width: 67.3%;
}
.s6 .bz-step__bar-bg {
  width: 83.3%;
}
.s7 .bz-step__bar-bg {
  width: 98.3%;
}

.bz-step__bar img {
  position: relative;
  z-index: 2;
}
.bz-step__nokori {
  white-space: nowrap;
  color: #50a3c3;
  font-weight: bold;
  margin-left: 2%;
  margin-right: 1%;
}
.bz-step__nokori span {
}

.bz-step__bar-bg {
  background-color: #50a3c3;
  position: absolute;
  top: 1px;
  left: 0;
  width: 6.6%;
  height: 98%;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) {
  .bz__inner {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .bz-step {
    height: 100px;
    height: 6.25rem;
  }
  .bz-step__flex {
    width: 580px;
    width: 36.25rem;
  }
  .bz-step__bar {
  }
  .s2 .bz-step__bar-bg {
  }
  .s3 .bz-step__bar-bg {
  }
  .s4 .bz-step__bar-bg {
  }
  .s5 .bz-step__bar-bg {
  }
  /* .s6 .bz-step__bar-bg {
  }
  .s7 .bz-step__bar-bg {
  } */

  .bz-step__bar img {
  }
  .bz-step__nokori {
  }
  .bz-step__nokori span {
  }

  .bz-step__bar-bg {
  }
}

.bz-contact__cv-bar {
  background-color: #626262;
  width: 88%;
  position: fixed;
  bottom: 10%;
  left: 50%;
  border-radius: 5px;
  border-radius: 0.3125rem;
  color: white;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  padding: 9px 0;
  padding: 0.5625rem 0;
  transition: all 0.8s ease 0s;
  transform: translate(-45%, 0%);
  opacity: 0;
  max-width: 500px;
}
.bz-contact__cv-bar.in {
  transform: translate(-50%, 0%);
  opacity: 1;
}
.bz-contact__cv-bar.out {
  transform: translate(-50%, 40%);
  opacity: 0;
}

.bz-contact__cv-bar__bell {
  display: inline-block;
  width: 4%;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -1px;
  top: -0.0625rem;
}

.c-select-form__checkbox-label:hover {
  border: 1px solid white;
  background-color: #e7f4fd;
}
.c-select:hover {
  border: 1px solid white;
  background-color: #e7f4fd;
}

input[type="text"]:focus {
  border: 1px solid white;
  background-color: #e7f4fd;
}
input[type="email"]:focus {
  border: 1px solid white;
  background-color: #e7f4fd;
}
input[type="tel"]:focus {
  border: 1px solid white;
  background-color: #e7f4fd;
}

a:hover {
  opacity: 0.85;
}
button:hover {
  opacity: 0.85;
}
.bz-nouhau__wrap-side a:hover,
.bz-nouhau__wrap-main a:hover {
  opacity: 0.6;
}

.item__ttl_tyuusyaku {
  font-size: 0.8rem;
  font-weight: 400;
  list-style: 1.2;
}

* {
  -webkit-tap-highlight-color: transparent !important;
}

/* kotei======= */

/* Fixed Bottom Button
------------------------------ */
@media screen and (min-width: 769px) {
  .kotei-btn {
    display: none;
  }
}
.kotei-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  background-color: #fffffff0;
  padding: 0.6rem 0.7rem;
}

.kotei-btn.is-active {
  transform: translateY(0);
  bottom: 0;
}

.kotei-btn.is-hidden {
  transform: translateY(200%);
}

.kotei-cta__btn a {
  margin: auto;
  color: white;
  height: 49px;
  height: 4.5625rem;
  background: #e25134;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  border-radius: 0.6rem;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  border: solid 0.2rem white;
}
