@charset "utf-8";
/* CSS Document */
body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-weight: 700;
}
.navbar h1 {
  max-width: 80%;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px 10px;
}
.navbar h1 img {
  max-width: 100%;
}
.btn-success {
  --bs-btn-bg: #e85298;
  --bs-btn-border-color: #e85298;
  --bs-btn-hover-bg: #e85298;
  --bs-btn-hover-border-color: #e85298;
  --bs-btn-active-bg: #e85298;
  --bs-btn-active-border-color: #e85298;
  --bs-btn-disabled-bg: #e85298;
  --bs-btn-disabled-border-color: #e85298;
}
.text-success {
  color: #e85298 !important;
}
section {
  margin-bottom: 5vh;
}
.top {
  padding-top: 5vh;
  height: 70vh;
  background-image: url("../images/22233941-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 95% bottom;
}
@media (max-width:1543px) {
  .top {
    height: 80vh;
  }
}
@media (max-width:992px) {
  .top {
    height: 105vh;
    background-position: center bottom;
  }
}
@media (max-width:414px) {
  .top {
    padding-top: 0;
  }
}
.top-bg {
  background-color: #64c0ab99;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.catch {
  color: #FFF;
  background-color: #4d4398D9;
  border-radius: 15px;
  margin-top: 5vh;
  padding: 2rem;
}
@media (max-width:767px) {
  .catch {
    padding: 1rem;
  }
}
.text-sss {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e85298;
  line-height: 2;
  background-color: #fff;
}
@media (max-width:767px) {
  .text-sss {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: none !important;
  }
}
@media (min-width: 1579px) {
  .d-xxl-block {
    display: block !important;
  }
}
/* このようなお悩みありませんか */
h2.ribon {
  position: relative;
  color: #64c0ab;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
  font-weight: 700
}
h2.ribon::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 200px;
  height: 100px;
  border-radius: 50%;
  border: 8px solid #64c0ab4D;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1em 0.5em 0.5em 15px;
  padding: 7px 10px;
  color: #333;
  font-size: 1.2rem;
  background: #efefef;
  border-radius: 10px;
}
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #efefef;
}
.balloon1-left p {
  margin: 0;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width:767px) {
  .balloon1-left p {
    font-size: 1rem;
  }
  .balloon1-left {
    margin: 0.5em 0.5em 0.5em 15px;
  }
}
/* あんしんすまいるさぽーとぷろが選ばれる理由 */
.bg-grid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 40px 0 20px 0;
}
.bg-reason {
  display: block;
  background-color: #64c0ab80;
  border-radius: 25px;
  height: 100%;
  padding: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #e85298;
  font-weight: 700;
}
.heading04::before, .heading04::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #e85298;
}
.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.heading14 {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  color: #4d4398;
  font-weight: 700;
}
.heading14 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #4d4398;
}
.heading14 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #4d4398;
}
.marker {
  background: linear-gradient(transparent 60%, #ffccffCC 60%);
}
/* 機種ラインナップ */
.lineup {
  background-color: #F6D06F80;
  border-radius: 30px;
}
h2.underline {
  position: relative;
  padding: 1rem;
  text-align: center;
  font-weight: 700;
}
h2.underline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 130px);
  width: 260px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e85298;
}
.border-copy {
  border: 12px solid #EFEFEF;
  border-radius: 30px;
  background-color: #fff;
}
.roboto {
  font-size: 2.5rem;
  font-weight: 700;
}
.text-primary {
  color: #398ED1;
}
.text-danger {
  color: #ED7F90;
}
/* お客様の声 */
.bg-review {
  background-color: #64c0ab;
  color: #FFF;
  padding-top: 2rem;
}
.heading06 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.heading06:before, .heading06:after {
  content: '';
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 45px;
  height: 5px;
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
.heading06:before {
  left:0;
}
.heading06:after {
  right: 0;
}
.box-review {
  text-align: left;
  color: #333;
  background-color: #FFF;
  border-radius: 30px;
  padding: 2rem;
  margin-top: 20px
}
/* お申し込みまでの流れ */
.heading08 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.heading08::before, .heading08::after {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #fff;
}
.heading08::before {
  margin-right: 30px;
  transform: rotate(-35deg)
}
.heading08::after {
  margin-left: 30px;
  transform: rotate(35deg)
}
.text-primary {
  color: #4d4398 !important;
}
.bg-flow {
  background-color: #63A6DB;
  color: #FFF;
  padding: 2rem 0 4rem 0;
}
.box-flow {
  color: #333;
  background-color: #FFF;
  border-radius: 20px;
  padding: 1.5rem;
}
.box-flow h3 {
  color: #63A6DB;
  background-color: #FFF;
  border-radius: 20px;
}
.box-flow p {
  margin-bottom: 0;
}
.bg-flow i {
  font-size: 30px;
}
h2.diagonal {
  position: relative;
  padding: 0 1rem 1.5rem 1rem;
}
/* よくある質問 */
.Qa-Box {
  margin: 0 auto;
}
.Qa-Box .Qa dt, .Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 15px;
}
.Qa-Box .Qa dt {
  background: #F5F5F5;
}
.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}
.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #EA697C;
  width: 2em;
  height: 2em;
}
.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #63A6DB;
  width: 2em;
  height: 2em;
  font-weight: 700;
}
/* お問い合わせ */
#contact {
  background-color: #64c0ab;
  color: #FFF;
  padding: 3rem 0;
}
.box-contact {
  display: block;
  color: #333;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px;
}
/* メールフォーム */
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  form input[type="text"], form textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
small, .small {
  font-size: 0.75em;
}