@charset "UTF-8";

/*@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,800,900);*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Manrope', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #292929;
}

a {
  display: block;
  text-decoration: none;
  color: #292929;
}

img {
  display: block;
  width: 100%;
}

ul {
  list-style-type: none;
}

span {
  display: inline-block;
}

.italic {
  font-style: italic;
}

.w60 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.w80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.sp {
  display: block;
}

.pc {
  display: none;
}

.center {
  text-align: center;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3.5%;
}

.note {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.9rem;
}

.text_box {
  padding: 16px 3.5%;
  background-color: #fff;
}

.text_box .note {
  margin-bottom: 0;
}

.text_box img {
  margin-bottom: 16px;
}

.bg_black {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 5px;
  font-weight: 500;
}

h3 {
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  background-color: #9B010C;
  padding: 0 1em;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.sticky {
  position: sticky;
  top: 0;
}

.cta_btn_box {
  max-width: 900px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow {
  position: absolute;
  bottom: 40%;
  right: 10%;
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cta_btn_box:hover .arrow {
  right: 9%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .note {
    font-size: 1.2rem;
  }

  .bg_black {
    font-size: 2.8rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text_box {
    padding: 24px 3.5%;
    text-align: center;
  }

  .text_box img {
    margin-bottom: 24px;
  }

  h3 {
    font-size: 2.8rem;
  }

  .arrow {
    position: absolute;
    bottom: 37%;
    right: 12%;
    width: 18px;
  }

  .cta_btn_box:hover .arrow {
    right: 11%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 8px 3%;
}

header h1 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 16px;
}

header img {
  width: 60px;
}

.text_link {
  text-decoration: underline;
  color: #187FC4;
  display: inline;
  font-weight: 600;
}

.bbiqlite_logo {
  max-width: 420px;
  margin: 0 auto;
}

#fv,
#sv,
#tab,
#reason {
  background-color: #e8e8e8;
}

#fv {
  background-image: url(../img/sakura_bg_sp.webp);
  background-color: #5cc5ee;
  background-size: cover;
  padding: 40px 3.5% 32px;
}

#fv .note {
  margin-bottom: 30px;
}

#fv .cta_btn_box {
  max-width: 800px;
  margin-bottom: 30px;
}

#sv {
  padding-bottom: 16px;
}

#sv #attention a {
  display: inline;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  header {
    max-width: 1000px;
    margin: 0 auto;
    padding: 8px 0;
  }

  header h1 {
    font-size: 1.6rem;
  }

  header img {
    width: 120px;
  }

  /*
  #fv img,
  #fv p {
    max-width: 800px;
    margin: 0 auto;
  }*/

  #fv .cp_logo {
    max-width: 700px;
    margin: 0 auto;
  }

  #fv h2 img {
    max-width: 800px;
    margin: 0 auto;
  }

  #fv p {
    max-width: 800px;
    margin: 0 auto;
  }

  #fv {
    background-image: url(../img/sakura_bg.webp);
  }

  #sv {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #fv .note {
    padding-top: 14px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  #fv .cta_btn_box {
    margin-bottom: 50px;
  }

  #fv #attention {
    max-width: 800px;
    margin: 0 auto;
  }

  /*
  #sv p {
    text-align: center;
  }*/
}

#tab {
  padding-top: 30px;
  /*background-color: #ECF7FD !important;*/
}

#tab .tab_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#tab .tab_switch {
  width: 49%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_switch:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.tab_switch .on {
  display: none;
}

.tab_switch.active .off {
  display: none;
}

.tab_switch.active .on {
  display: block;
}

#house,
.mansion,
.mansion_benefit,
.cost_bg {
  background-color: #9B010C;
}

#house {
  padding-top: 24px;
}

#house .price {
  margin-bottom: 40px;
}

.house_benefit {
  margin-bottom: 48px;
}

.price .note {
  color: #fff;
}

.benefit_head {
  font-size: 1.6rem;
  margin-bottom: 16px;
  text-align: center;
}

.cost_inner {
  border: #fff solid 2px;
  border-radius: 5px;
  padding: 0 3.5% 16px;
  text-align: center;
  margin-top: 40px;
}

.cost_inner img {
  margin-bottom: 16px;
}

.cost_inner img:first-of-type {
  margin-top: -20px;
}

#attention {
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
}

#attention_inner {
  background-color: #fff;
  height: 150px;
  overflow-y: scroll;
  text-align: left;
}

#attention .attention_head {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 0.5em;
  text-align: center;
}

#attention p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

#mansion .price {
  padding-top: 24px;
  padding-bottom: 8px;
}

.price_description {
  background-color: #e8e8e8;
  padding-top: 16px;
  padding-bottom: 18px;
}

.price_description_head {
  font-size: 2rem;
  background-color: #c50525;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
}

.price_description_head::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 30%;
  right: 5%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper.active .price_description_head::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 40%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price_description_inner {
  background-color: #fff;
  padding: 0 13px;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper.active .price_description_inner {
  height: auto;
  padding: 24px 13px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price_description h5 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 16px;
}

.price_description img {
  margin-bottom: 16px;
}

.price_description .mb0 {
  margin-bottom: 0;
}

.price_description .note {
  margin-top: -8px;
  margin-bottom: 0;
}

.mansion_benefit {
  padding-top: 42px;
  padding-bottom: 48px;
}

.wrapper.cost {
  padding-bottom: 24px;
}

@media screen and (min-width: 767px) {
  /*
  #tab {
    background-color: #DBEFFD !important;
  }*/

  #house {
    padding-top: 40px;
  }

  #house .price {
    margin-bottom: 40px;
  }

  .house_benefit {
    margin-bottom: 80px;
  }

  #mansion .price {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .benefit_head {
    font-size: 2.4rem;
    margin-bottom: 24px;
    font-weight: 500;
  }

  .price_description {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price_description h5 {
    font-size: 3.6rem;
    margin-bottom: 0;
  }

  .price_description_head {
    font-size: 2.8rem;
    text-align: center;
  }

  .price_description_head::after {
    width: 12px;
    height: 12px;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    top: 30%;
    right: 5%;
  }

  .price_description_inner {
    padding: 0 60px;
  }

  .wrapper.active .price_description_inner {
    height: auto;
    padding: 32px 60px;
  }

  .mansion_benefit {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .wrapper.cost {
    padding-bottom: 56px;
  }

  #house .house_benefit img.w80,
  #mansion .mansion_benefit img.w80,
  #mansion .price_description img.w80 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
  }

  .cost_inner {
    padding: 0 60px 32px;
    margin-top: 80px;
  }

  .cost_list.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 8px;
  }

  .cost_list.pc img:first-of-type {
    width: 72.5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cost_list.pc img:last-of-type {
    width: 25.4%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  #attention .attention_head {
    font-size: 1.6rem;
  }

  #attention {
    padding: 20px 40px;
  }

  #attention_inner {
    height: 200px;
  }
}

#cta {
  background-color: #fff;
  max-width: 900px;
  padding-top: 32px;
  padding-bottom: 24px;
  margin-right: auto;
  margin-left: auto;
}

#read {
  background: url(../img/read_bg.webp) center/cover;
  margin: 0 auto;
  padding: 32px 24px;
}

#read p.note {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  #cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #read {
    background: url(../img/read_bg_pc.webp) center/cover;
    padding-top: 32px;
    padding-bottom: 8px;
  }

  #read div {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }

  #read .note {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

#reason {
  padding-bottom: 8px;
}

#reason .reason_list_head {
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}

#reason01,
#reason02,
#reason03 {
  border: #c50525 solid 3px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 32px;
}

#reason02 .reason_inner img,
#reason03 .reason_inner img {
  margin-bottom: 16px;
}

#reason02 .reason02_head {
  font-size: 2rem;
  margin-bottom: 16px;
}

#reason02 .wchange {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.reason_ttl {
  background-color: #c50525;
  padding: 16px;
}

.reason_inner {
  padding: 13px;
}

#accordion {
  margin-bottom: 16px;
}

.accordion_head {
  position: relative;
  width: 100%;
  background: #Fff;
  cursor: pointer;
  padding-bottom: 8px;
  border-bottom: #c50525 solid 2px;
}

.accordion_head h4 {
  font-size: 1.8rem;
  width: 90%;
  font-weight: 500;
  cursor: pointer;
}

.accordion_head h4::before {
  content: "■";
  color: #c50525;
  margin-right: 0.2em;
}

.accordion_head::before,
.accordion_head::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #c50525;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion_head::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_item.active .accordion_head::after {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accordion_item:nth-child(n+2) {
  margin-top: 10px;
}

.accordion_body {
  font-size: 1.2rem;
  background-color: #e8e8e8;
  padding: 0 13px;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion_item.active .accordion_body {
  height: auto;
  padding: 13px;
}

#reason h2 {
  margin-bottom: 16px;
}

#reason_list {
  padding-top: 40px;
  padding-bottom: 24px;
}

#reason .reason_nav {
  margin-bottom: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reason_nav:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#award .award_head {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}

#award p {
  font-size: 1.6rem;
}

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

#award img {
  width: 20%;
}

#reason02 .reason_inner .mcafee {
  margin-bottom: 0;
}

#reason02 .note {
  margin-bottom: 0;
}

.adjust {
  padding-top: 90px;
  margin-top: -90px;
}

#reason03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#reason03 li {
  width: 33%;
}

#reason03 li:hover {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#reason03 #ent,
#reason03 #tel {
  margin-bottom: 32px;
}

#reason03 #tel .note,
#reason03 #set .note {
  margin-top: -8px;
}

.icon {
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 767px) {
  #reason .reason_list_head {
    margin-bottom: 60px;
    max-width: 685px;
    width: 100%;
  }

  #reason01,
  #reason02,
  #reason03 {
    margin-bottom: 60px;
    border: #c50525 solid 4px;
  }

  #reason_list {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  #reason_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #reason_list li {
    width: 31%;
  }

  .reason_ttl {
    padding: 8px 60px;
  }

  .reason_inner {
    padding: 40px 60px;
  }

  .accordion_head h4 {
    font-size: 2rem;
    font-weight: 600;
  }

  #accordion {
    margin-bottom: 24px;
  }

  .accordion_head {
    padding-bottom: 16px;
  }

  #accordion p {
    font-size: 1.6rem;
  }

  .accordion_body {
    padding: 0 40px;
  }

  .accordion_item.active .accordion_body {
    padding: 24px 40px;
  }

  #award .award_head {
    font-size: 3.2rem;
    margin-bottom: 16px;
  }

  #award img {
    margin-left: 32px;
  }

  #reason02 img.w90 {
    width: 60%;
  }

  #reason02 .reason02_head {
    font-size: 2.4rem;
  }

  #reason02 .reason02_head .fz36 {
    font-size: 3.6rem;
  }

  #reason02 .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #reason02 .flex_box img {
    width: 48%;
  }

  #reason02 .flex_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #reason02 .flex_box2 .sec {
    width: 35%;
    margin-left: 40px;
  }

  #reason02 .flex_box2 .wchange {
    width: 80%;
  }

  #reason02 .reason_inner img,
  #reason03 .reason_inner img {
    margin-bottom: 24px;
  }

  #reason02 .italic.reason02_head {
    font-size: 2.3rem;
  }

  #reason02 .reason_inner .mcafee {
    width: 40%;
  }

  #reason03 .w480 {
    width: 100%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  #reason03 .w600 {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }

  #reason03 .w500 {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .adjust {
    padding-top: 100px;
    margin-top: -100px;
  }

  #reason03 #ent {
    margin-bottom: 60px;
  }

  #reason03 #tel {
    margin-bottom: 60px;
  }

  #reason03 .w60.w80 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  #reason03 .w70 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

#banner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  background-color: #fff;
}

#about {
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 24px;
}

#about .about_head {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.about_inner {
  background-color: #e8e8e8;
  padding: 16px;
}

.about_inner p {
  font-size: 1.3rem;
}

#footer_tel {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 24px;
}

#footer_tel h6 {
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

#footer_tel h7 {
  font-size: 1.3rem;
  font-weight: 600;
}

#footer_tel .bb {
  border-bottom: #c50525 solid 2px;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 16px;
}

#footer_tel .tel_no {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 8px;
  cursor: pointer;
  letter-spacing: 0.05em;
}

footer {
  background-color: #e8e8e8;
  position: relative;
}

.footer_inner {
  padding: 32px 3.5% 120px;
}

footer ul {
  margin-bottom: 32px;
}

footer li {
  display: inline-block;
  border-right: #292929 solid 1px;
  padding: 0 1em;
  text-decoration: underline;
}

footer li:last-of-type {
  border: none;
}

footer li:hover {
  text-decoration: none;
}

#pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  /*bottom: 27vw;*/
  right: 3.5%;
  cursor: pointer;
  background: #c50525;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
  transform: translateY(20%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#pagetop:hover .pagetop_arrow {
  -webkit-transform: translateY(-30%) rotate(-45deg);
  transform: translateY(-30%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#fixed_btn {
  background-color: #c50525;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fixed_btn_inner {
  padding-top: 8px;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fixed_btn_inner a {
  width: 70%;
}

.fixed_btn_inner picture {
  width: 68%;
}

.arrow_bl {
  position: absolute;
  width: 9px;
  bottom: 26%;
  right: 10%;
}

@media only screen and (min-width: 767px) {
  .arrow_bl {
    right: 8%;
    width: 12px;
    bottom: 27%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.cta_btn_box:hover .arrow_bl {
  right: 9%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#btn_cookie {
  cursor: pointer;
}

#btn_tel {
  cursor: pointer;
  margin-top: 4px;
}

@media only screen and (min-width: 767px) {
  #btn_tel {
    margin-top: 0;
  }
}

.modal_inner h7 {
  font-size: 1.4rem;
  font-weight: 900;
}

.modal_inner dl {
  font-size: 1.4rem;
}

.modal_inner dt {
  font-weight: 600;
}

.modal_h6 {
  max-width: 300px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.cookie,
.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -10;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie.visible,
.tel.visible {
  z-index: 20;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie button,
.tel button {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  height: 40px;
  margin: 0 auto;
  border: none;
  background: none;
  cursor: pointer;
}

.cookie button::after,
.cookie button::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 2px;
  margin: auto;
  background: #fff;
  content: "";
}

.tel button::after,
.tel button::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 2px;
  margin: auto;
  background: #fff;
  content: "";
}

.cookie button::before,
.tel button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookie button::after,
.tel button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cookie>div,
.tel>div {
  position: relative;
  width: 90vw;
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  background: #fff;
  cursor: auto;
}

.cookie>div div,
.tel>div div {
  position: relative;
  padding: 0 10.6666666667%;
  overflow: hidden scroll;
}

.cookie>div h7,
.tel>div h7 {
  display: block;
}

.cookie>div {
  height: calc(80vh - 50px);
  margin: 0 auto;
}

.cookie>div div {
  height: 100%;
}

.cookie>div h7 {
  text-align: center;
}

.cookie>div dl {
  margin: 1.8rem auto;
  border-top: 2px solid #c50525;
  text-align: left;
}

.cookie>div dl dt {
  margin-top: 1.8rem;
}

.cookie>div dl dd,
.cookie>div dl dt {
  margin-bottom: 0.4em;
}

.cookie>div small {
  font-size: 1rem;
}

.tel>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55vh;
  text-align: center;
}

.tel>div div {
  width: 100%;
  padding-top: 20px;
}

.tel>div h7 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #c50525;
}

.tel>div b {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 3rem;
}

.tel>div p {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.tel>div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border: 3px solid #c50525;
  border-radius: 9px;
  font-weight: 900;
  font-size: 15px;
}

.tel>div a:-moz-any-link {
  text-decoration: none;
}

.tel>div a:-moz-any-link,
.tel>div a:active,
.tel>div a:any-link,
.tel>div a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  #banner {
    padding-top: 40px;
  }

  #about {
    margin-bottom: 60px;
  }

  .about_inner {
    padding: 40px 60px;
  }

  #about .about_head {
    font-size: 26px;
  }

  .about_inner p {
    font-size: 1.4rem;
    line-height: 2;
  }

  #footer_tel {
    margin-bottom: 40px;
  }

  .footer_tel_inner {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }

  #footer_tel h6 {
    max-width: 300px;
    margin-bottom: 10px;
  }

  #footer_tel h7 {
    font-size: 1.8rem;
  }

  #footer_tel .tel_no {
    font-size: 4rem;
  }

  footer li {
    font-size: 1.4rem;
  }

  footer small {
    font-size: 1.2rem;
  }

  #pagetop {
    width: 44px;
    height: 44px;
    bottom: 140px;
  }

  .fixed_btn_inner {
    padding-top: 10px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .fixed_btn_inner a {
    width: 40%;
  }

  .fixed_btn_inner picture {
    width: 36%;
  }

  .cta_btn_box:hover .arrow_bl {
    right: 7%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .tel>div b {
    font-size: 6rem;
  }

  .tel>div p {
    font-size: 1.6rem;
  }

  .tel>div a {
    display: none;
  }

  .cookie button,
  .tel button {
    height: 60px;
  }

  .cookie>div,
  .tel>div {
    padding: 40px 0;
  }

  #note {
    text-align: center;
  }
}

@media screen and (min-width: 1000px) {
  .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

#flow {
  margin-bottom: 35px;
}

@media only screen and (min-width: 767px) {
  #flow {
    margin-bottom: 60px;
    max-width: 858px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flow_head {
  color: #FFFFFF;
  background-color: #c50525;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  padding: 8px 0;
  margin-bottom: 0 !important;
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media only screen and (min-width: 767px) {
  .flow_head {
    font-size: 26px;
    padding: 16px 0;
    margin-bottom: 24px !important;
  }
}

.flow_head.js_flow_accordion {
  cursor: pointer;
  position: relative;
}

.flow_head.js_flow_accordion::after,
.flow_head.js_flow_accordion::before {
  content: "";
  position: absolute;
}

.flow_head.js_flow_accordion::before {
  top: 50%;
  right: 18px;
  width: 3px;
  height: 15px;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 767px) {
  .flow_head.js_flow_accordion::before {
    width: 4px;
    height: 30px;
    right: 57px;
  }
}

.flow_head.js_flow_accordion::after {
  top: 50%;
  right: 12px;
  width: 15px;
  height: 3px;
  background-color: #FFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 767px) {
  .flow_head.js_flow_accordion::after {
    height: 4px;
    width: 30px;
    right: 44px;
  }
}

.flow_head.js_flow_accordion+* {
  display: none;
}

.flow_head.js_flow_accordion.active::before {
  display: none;
}

.flow_inner {
  padding: 16px;
}

@media only screen and (min-width: 767px) {
  .flow_inner {
    padding: 24px 44px;
  }
}

.flow-section {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
  font-size: 12px;
}

@media only screen and (min-width: 767px) {
  .flow-section {
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 24px;
    line-height: 1.8;
  }
}

.flow-section-header {
  color: #FFF;
  background-color: #383838;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media only screen and (min-width: 767px) {
  .flow-section-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.flow-section-title {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  -webkit-transform: none;
  transform: none;
}

@media only screen and (min-width: 767px) {
  .flow-section-title {
    font-size: 20px;
    padding: 4px 16px;
  }
}

.flow-section-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  gap: 4px;
  white-space: nowrap;
  margin-left: 8px;
  margin-top: 2px;
}

@media only screen and (min-width: 767px) {
  .flow-section-tags {
    margin-right: 0;
    margin-top: 0;
    gap: 8px;
  }
}

.flow-section-tag {
  background-color: #fff;
  color: #292929;
  font-weight: 700;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 767px) {
  .flow-section-tag {
    padding: 2px 20px;
    font-size: 14px;
    border-radius: 100px;
    min-width: 92px;
  }
}

.flow-section-tag.bg-bbiq {
  background-color: #f7bec7;
}

.flow-section-content {
  padding: 12px 16px;
}

.flow-button-area {
  text-align: center;
  margin-bottom: 12px;
  margin-top: 20px;
}

.flow-area-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  text-decoration: none;
  min-width: 240px;
  height: 28px;
  text-align: center;
  background-image: url("../img/arrow_flow_button.png");
  background-size: 4px 8px;
  background-color: #c50525;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  font-size: 13px;
}

@media only screen and (min-width: 767px) {
  .flow-area-button {
    min-width: 270px;
    height: 42px;
    background-size: 6px 11px;
    background-position: calc(100% - 20px) center;
  }
}

.flow-tel {
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 767px) {
  .flow-tel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.flow-tel dt,
.flow-tel dd {
  margin-bottom: 0;
}

.flow-tel .flow-tel-dd {
  font-size: 22px;
}

@media only screen and (min-width: 767px) {
  .flow-tel .flow-tel-dd {
    font-size: 32px;
  }
}

.flow_arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  background-color: #BBB;
  width: 44px;
  height: 16px;
  clip-path: polygon(0 0, 50% 100%, 100% 0%);
}

@media only screen and (min-width: 767px) {
  .flow_arrow {
    margin-bottom: 24px;
  }
}

.flow_outro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #c50525;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (min-width: 767px) {
  .flow_outro {
    font-size: 24px;
  }
}

.flow_outro_text {
  border-bottom: 1px solid #c50525;
}

@media only screen and (min-width: 767px) {
  .flow_outro_text {
    border-bottom-width: 2px;
  }
}

#faq {
  margin-bottom: 35px;
}

@media only screen and (min-width: 767px) {
  #faq {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 767px) {
  .faq_header {
    margin-bottom: 44px;
  }
}

.faq_head {
  text-align: center;
  font-size: 20px;
}

@media only screen and (min-width: 767px) {
  .faq_head {
    font-size: 34px;
  }
}

.faq_head::before,
.faq_head::after {
  content: "ー";
  margin: 0 8px;
}

.faq_item {
  background-color: #fff;
  padding: 12px 16px;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 4px 4px 8px rgba(121, 121, 121, 0.1);
  box-shadow: 4px 4px 8px rgba(121, 121, 121, 0.1);
  margin-bottom: 12px;
}

@media only screen and (min-width: 767px) {
  .faq_item {
    margin-bottom: 24px;
    padding: 20px 40px;
  }
}

.faq_question {
  font-size: 16px;
  padding-left: 28px;
}

@media only screen and (min-width: 767px) {
  .faq_question {
    font-size: 18px;
    padding-left: 40px;
  }
}

.faq_question.js_faq_accordion {
  position: relative;
  cursor: pointer;
}

.faq_question.js_faq_accordion::after,
.faq_question.js_faq_accordion::before {
  content: "";
  position: absolute;
}

.faq_question.js_faq_accordion::before {
  top: 50%;
  right: 6px;
  width: 3px;
  height: 15px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 767px) {
  .faq_question.js_faq_accordion::before {
    width: 4px;
    height: 30px;
    right: 13px;
  }
}

.faq_question.js_faq_accordion::after {
  top: 50%;
  right: 0;
  width: 15px;
  height: 3px;
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 767px) {
  .faq_question.js_faq_accordion::after {
    height: 4px;
    width: 30px;
  }
}

.faq_question.js_faq_accordion+* {
  display: none;
}

.faq_question.js_faq_accordion.active::before {
  display: none;
}

.faq_answer {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
  margin-top: 12px;
  line-height: 1.5;
}

@media only screen and (min-width: 767px) {
  .faq_answer {
    line-height: 1.8;
    font-size: 14px;
    padding-left: 40px;
    margin-top: 20px;
  }
}

.faq_answer strong {
  color: #c50525;
}

.faq_icon {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (min-width: 767px) {
  .faq_icon {
    font-size: 24px;
  }
}

.faq_icon.icon_a {
  color: #c01111;
  left: 1px;
}

@media only screen and (min-width: 767px) {
  .faq_icon.icon_a {
    top: 15px;
  }
}

.bbiqlite {
  margin: 6rem 0 5rem;
}

.bbiqlite h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.bbiqlite .detail {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}

.bbiqlite .detail a {
  text-decoration: underline;
  display: inline;
}

.bbiqlite .img_wrapper {
  padding-top: 2rem;
}

.poc {
  margin-bottom: 5rem;
}

.poc .title_block {
  width: 100%;
  margin: 0 auto;
}

.poc h2 {
  font-size: 1.8rem;
  color: #C40C2A;
  text-align: center;
}

.poc .title_border {
  border-top: 2px solid #C40C2A;
  margin: 1rem 0 2rem;
}

.poc .content_block {
  width: 100%;
  margin: 0 auto;
}

.poc .content_block_center {
  text-align: center;
}

.poc .content_block_center p:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.poc .content_block_center p:nth-of-type(2) {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.poc .content_block_center p:nth-of-type(3),
.poc .content_block_center p:nth-of-type(4) {
  font-size: 1.2rem;
}

.poc .content_block .content_unit {
  margin-bottom: 4rem;
}

.content_unit_title {
  font-size: 1.8rem;
  font-weight: 600;
}

.poc .content_block p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.poc .content_block p span {
  color: #c01111;
  font-weight: 600;
}

@media only screen and (min-width: 767px) {
  .bbiqlite h2 {
    font-size: 2.6rem;
  }

  .bbiqlite .img_wrapper {
    padding: 1rem 6rem 0;
  }

  .bbiqlite .detail {
    font-size: 1.6rem;
    padding: 0 6rem;
  }

  .poc h2 {
    font-size: 3rem;
  }

  .poc .title_block {
    width: 65%;
  }

  .poc .content_block {
    width: 50%;
  }

  .content_unit_title {
    font-size: 2rem;
  }

  .poc .content_block p {
    font-size: 1.6rem;
  }

  .poc .content_block_center p:nth-of-type(1) {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: -1rem;
  }

  .poc .content_block_center p:nth-of-type(2) {
    font-size: 5.2rem;
    font-weight: bold;
    margin-bottom: 0 !important;
  }

  .poc .content_block_center p:nth-of-type(3) {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.4rem;
  }

  .poc .content_block_center p:nth-of-type(4) {
    font-size: 1.4rem;
    font-weight: 500;
  }

}