@charset "UTF-8";
/* CSS Document */

/*---------- ページ全体の指定 ----------*/

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width:1023px) {
  .bgsa_pcnone {
    display: block;
  }

  .bgsa_spnone {
    display: none;
  }
}

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

  .bgsa_spnone {
    display: block;
  }
}


/*------------------------SP・メインビジュアル・TOP----------------------------*/
.bgsa_top_contents {
  margin: 0 auto;
  padding: 5px 0 2%;
  margin-top: -10px;
  background: #f1f5f9 url("../images/front/main_sp.webp") no-repeat top;
  background-size: contain;
}

.bgsa_box {
  margin: 0;
  padding: 0;
}

.bgsa_main_copy {
  margin: 2.8% 0 8px 0;
  padding: 0 0 0 6%;
  font-size: 27px;
  font-weight: 600;
  text-shadow: 1px 2px 3px #aaa;
  color: #006AB0;
  line-height: 130%;
}

.bgsa_main_copy_background {
  background: rgba(241, 245, 249,0.5);
}

.bgsa_sub_copy {
  padding: 0 0 0 6%;
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.bgsa_sub_copy span {
  padding: 5px 10px;
  width: 45vw;
  text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
}

.bgsa_box_flex {
  margin: 74% 0 0 0;
  padding: 0 6% 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  box-sizing: border-box;
}

.bgsa_copy {
  max-width: 130px;
  margin: 0 5px 15px 0;
  background: #0070C0;
  border-radius: 10px;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
}

.bgsa_mini {
  height: 60%;
  margin: 0 12px 0 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 9.5px;
}

.bgsa_mini18{
  font-size: 12.8px;
}

.bgsa_price_area {
  height: 30%;
  background-color: #DAE3F3;
  border-radius: 0 0 10px 10px;
  text-align: center;
  color: #000000;
  padding: 10px 10px;
  position: relative;
  top: -5px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgsa_btn {
  margin: 3% 0 0;
  padding: 0 6% 0 0;
  text-align: right;
}

.bgsa_orange_grada_btn {
  background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
}

.bgsa_orange_grada_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 5%;
  top: 33%;
  transform: scale(0.7);
}

.bgsa_orange_grada_btn:hover {
  text-shadow: 0 0 8px lightyellow;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  transition: 0.5s;
}

.bgsa_icon_flex {
  margin: 5.5% 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.bgsa_icon_pic {
  margin: 10px 5px;
  padding: 0;
  font-size: 11px;
  line-height: 140%;
  color: #333;
  text-align: center;
  width: 22%;
}

.bgsa_icon_pic img {
  margin-bottom: 5px;
  width: 90%;
}

.bgsa_icon_pic a{
  text-decoration: none;
  color:black;
}

.bgsa_icon_pic span{
  font-size: 9px;
}

.bgsa_icon_pic:hover{
  transition: .5s;
  transform: translateY(-5px);
}

.bgsa_new_box {
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
}

.bgsa_new_box::after {
  content: "NEW";
  padding: 5px;
  background: #F28E00;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 12px;
  position: absolute;
  top: -8px;
  right: 2px;
  transition: .8s;
}

.bgsa_btn_tell {
  background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  padding: 12px 28px;
  margin-top: -1%;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
}

.bgsa_btn_tell_item a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

.bgsa_btn_tell_area {
  padding: 5px;
  color: #FAC94B;
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
}


/*------------------------PC・メインビジュアル・TOP----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_top_contents {
    margin: 0 auto;
    padding: 50px 0 2%;
    margin-top: -45px;
    background: #f1f5f9 url("../images/front/main_pc-1.webp") no-repeat top;
    background-size: contain;
  }

  .bgsa_box {
    margin: 0;
    padding: 0;
  }

  .bgsa_main_copy {
    margin: 2% 0 10px 0;
    padding: 0 0 0 6%;
    font-size: 42px;
    font-weight: 600;
    text-shadow: 1px 2px 3px #aaa;
    color: #006AB0;
  }

  .bgsa_main_copy_background {
    background: rgba(241, 245, 249,0);
  }

  .bgsa_sub_copy {
    padding: 0 0 0 6%;
    font-size: 22px;
    font-weight: 600;
    color: #555;
  }

  .bgsa_sub_copy span {
    padding: 0 15px;
    width: 45vw;
    text-shadow: 1px 1px 0 white, -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white;
  }

  .bgsa_box_flex {
    margin: 3.5% 0 0 0;
    padding: 0 0 0 6%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .bgsa_copy {
    width: 165px;
    min-width: 165px;
    margin: 0 10px 0 0;
    padding: 5px 20px 10px;
    background: #0070C0;
    border-radius: 10px;
    display: inline-block;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-align: center;
  }

  .bgsa_mini {
    height: 50%;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 12.8px;
    line-height: 12.8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bgsa_mini18{
    font-size: 18.8px;
  }

  .bgsa_price_area{
    width: 165px;
    height: 30%;
    background-color: #DAE3F3;
    border-radius: 0 0 10px 10px;
    text-align: center;
    color: #000000;
    padding: 10px 20px;
    position: relative;
    top: 7px;
    left: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bgsa_btn {
    margin: 3% 0 0;
    padding: 0 0 0 6%;
    width: 40vw;
    text-align: left;
  }

  .bgsa_orange_grada_btn {
    background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  }

  .bgsa_orange_grada_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 5%;
    top: 33%;
    transform: scale(0.7);
  }

  .bgsa_orange_grada_btn:hover {
    text-shadow: 0 0 8px lightyellow;
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
    transition: 0.5s;
  }

  .bgsa_icon_flex {
    margin: 5% 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }

  .bgsa_icon_pic {
    margin: 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 140%;
    color: #333;
    text-align: center;
    width: 8%;
  }

  .bgsa_icon_pic img {
    margin-bottom: 10px;
    width: 90%;
  }

  .bgsa_icon_pic a{
    text-decoration: none;
    color:black;
  }
  .bgsa_icon_pic span{
    font-size: 12px;
  }

  .bgsa_icon_pic:hover{
    transition: .5s;
    transform: translateY(-5px);
  }

  .bgsa_new_box {
    margin: 0;
    padding: 0;
    position: relative;
  }

  .bgsa_new_box::after {
    content: "NEW";
    padding: 5px;
    background: #F28E00;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 12px;
    position: absolute;
    top: -8px;
    right: 2px;
    transition: .8s;
  }

  .bgsa_btn_tell {
    background-image: linear-gradient(90deg, rgba(254, 220, 64, 1), rgba(247, 93, 139, 1));
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 20%;
    margin-top: -2.5%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 30%);
  }

  .bgsa_btn_tell_item {
    margin: 0 0 10px 0;
    white-space:nowrap;
  }

  .bgsa_btn_tell_item a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
  }

  .bgsa_btn_tell_area {
    padding: 5px;
    color: #FAC94B;
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
  }
}


/*------------------------SP・新着情報----------------------------*/
.bgsa_info_contents {
  margin: 0;
  padding: 0;
  background: #006AB0;
  border-radius: 5px;
  color: #fff;
}


.bgsa_info_box_flex {
  margin: 0 auto;
  padding: 10px 20px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  align-items: center;
}

.bgsa_info_text {
  font-size: 16px;
}

.bgsa_orange_Box span {
  margin: 0 10px;
  padding: 5px 0;
  border-radius: 5px;
  background: rgba(242, 142, 0, 0.8);
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  width: 125px;
}

.bgsa_info_main a {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 1px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}


.bgsa_blue_btn {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.bgsa_blue_grada_btn {
  background-image: linear-gradient(90deg, rgba(0, 153, 207, 1), rgba(207, 253, 157, 1));
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 40px;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
}

.bgsa_blue_grada_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  right: 5%;
  top: 33%;
  transform: scale(0.7);
}

.bgsa_blue_grada_btn:hover {
  text-shadow: 0 0 8px lightyellow;
  transition: 0.5s;
}


/*------------------------PC・新着情報----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_info_contents {
    margin: 0 5px;
    padding: 0;
    background: #006AB0;
    border-radius: 5px;
    color: #fff;
  }


  .bgsa_info_box_flex {
    margin: 0 auto;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
  }

  .bgsa_info_text {
    font-size: 16px;
  }

  .bgsa_orange_Box span {
    margin: 0 10px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(242, 142, 0, 0.8);
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 165px;
  }

  .bgsa_info_main a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }


  .bgsa_blue_btn {
    margin: 0 0 0 20px;
    padding: 0;
    width: 25vw;
  }

  .bgsa_blue_grada_btn {
    background-image: linear-gradient(90deg, rgba(0, 153, 207, 1), rgba(207, 253, 157, 1));
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 15px 15%;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 10px rgb(0 0 0 / 30%);
  }

  .bgsa_blue_grada_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 5%;
    top: 33%;
    transform: scale(0.7);
  }

  .bgsa_blue_grada_btn:hover {
    text-shadow: 0 0 8px lightyellow;
    transition: 0.5s;
  }
}


/*------------------------SP・４つのサービス----------------------------*/
.bgsa_service_contents {
  margin: 40px auto;
}

.bgsa_title {
  margin-bottom: 10px;
  font-size: 24px;
  color: #333;
  text-align: center;
  font-weight: 600;
}

.bgsa_service_box_flex {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.bgsa_service_box_box {
  margin: 20px 20px 0;
  width: 100%;
  border: 1px solid #ccc;
}

.bgsa_service_box_item {
  margin: 0 auto -6px;
  padding: 0;
}

.bgsa_service_box_item img {
  width: 100%;
}

.bgsa_service_box_copy {
  margin: 0;
  padding: 20px 20px;
  font-size: 14px;
}

.bgsa_kashi,
.bgsa_kashi a:hover {
  color: #006AB0;
}

.bgsa_share,
.bgsa_share a:hover {
  color: #0081a0;
}

.bgsa_tele,
.bgsa_tele a:hover {
  color: #0099cf;
}

.bgsa_virtual,
.bgsa_virtual a:hover {
  color: #007c76;
}

.bgsa_service_main {
  font-size: 24px;
  font-weight: 600;
}

.bgsa_service_sub_copy {
  margin: 10px 0 20px;
  line-height: 180%;
}

.bgsa_kashi_Box {
  background: url("../images/front/number_01.webp") no-repeat;
  background-size: 28%;
  background-position: right 8% top 8%;
}

.bgsa_share_Box {
  background: url("../images/front/number_02.webp") no-repeat;
  background-size: 31%;
  background-position: right 8% top 8%;
}

.bgsa_tele_Box {
  background: url("../images/front/number_03.webp") no-repeat;
  background-size: 31%;
  background-position: right 8% top 8%;
}

.bgsa_virtual_Box {
  background: url("../images/front/number_04.webp") no-repeat;
  background-size: 31%;
  background-position: right 8% top 8%;
}

.bgsa_service_btn {
  margin: 0;
  padding: 0 10px 0 0;
  text-align: right;
  font-weight: 600;
  color: #333;
  position: relative;
  letter-spacing: 1px;
}

.bgsa_service_btn::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  right: -3%;
  top: 5%;
  transform: scale(0.6);
}

.bgsa_service_btn a {
  color: #333;
}


/*------------------------PC・４つのサービス----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_service_contents {
    margin: 80px auto;
  }

  .bgsa_title {
    margin-bottom: 20px;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 600;
  }

  .bgsa_service_box_flex {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .bgsa_service_box_box {
    margin: 40px 20px 0;
    width: 40%;
    border: 1px solid #ccc;
  }

  .bgsa_service_box_item {
    margin: 0 auto -6px;
    padding: 0;
  }

  .bgsa_service_box_item img {
    width: 100%;
  }

  .bgsa_service_box_copy {
    margin: 0;
    padding: 20px 30px;
  }

  .bgsa_kashi,
  .bgsa_kashi a:hover {
    color: #006AB0;
  }

  .bgsa_share,
  .bgsa_share a:hover {
    color: #0081a0;
  }

  .bgsa_tele,
  .bgsa_tele a:hover {
    color: #0099cf;
  }

  .bgsa_virtual,
  .bgsa_virtual a:hover {
    color: #007c76;
  }

  .bgsa_service_main {
    font-size: 28px;
    font-weight: 600;
  }

  .bgsa_service_sub_copy {
    margin: 10px 0 20px;
    line-height: 180%;
  }

  .bgsa_kashi_Box {
    background: url("../images/front/number_01.webp") no-repeat;
    background-size: 25%;
    background-position: right 8% top 15%;
  }

  .bgsa_share_Box {
    background: url("../images/front/number_02.webp") no-repeat;
    background-size: 28%;
    background-position: right 8% top 15%;
  }

  .bgsa_tele_Box {
    background: url("../images/front/number_03.webp") no-repeat;
    background-size: 28%;
    background-position: right 8% top 15%;
  }

  .bgsa_virtual_Box {
    background: url("../images/front/number_04.webp") no-repeat;
    background-size: 28%;
    background-position: right 8% top 15%;
  }

  .bgsa_service_btn {
    margin: 0;
    padding: 0 10px 0 0;
    text-align: right;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: 1px;
  }

  .bgsa_service_btn::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: -3%;
    top: 5%;
    transform: scale(0.7);
  }

  .bgsa_service_btn a {
    color: #333;
  }
}


/*------------------------SP・全国30拠点300スペース----------------------------*/
.bgsa_map_contents {
  margin: 0 auto;
  padding: 20px 0 40px;
  text-align: center;
}

.bgsa_big {
  font-size: 36px;
}

.bgsa_sub {
  margin-top: 0px;
  font-size: 18px;
}

.bgsa_chice_service_flex {
  margin: 30px 0 0 0;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}

.bgsa_map_contents p {
  text-align: center;
  line-height: 180%;
  position: relative;
  font-size: 14px;
}

.bgsa_btn_size {
  margin: 60px 0 0 0;
  width: 100vw;
  text-align: center;
}


/*------------------------PC・全国30拠点300スペース----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_map_contents {
    margin: 0 auto;
    padding: 40px 0 80px;
    text-align: center;
  }

  .bgsa_big {
    font-size: 54px;
  }

  .bgsa_sub {
    margin-top: -5px;
    font-size: 28px;
  }

  .bgsa_chice_service_flex {
    margin: 3.5% 0 0 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .bgsa_map_contents p {
    text-align: center;
    line-height: 180%;
    position: relative;
    font-size: 16px;
  }

  .bgsa_btn_size {
    margin: 60px 0 0 0;
    width: 100vw;
    text-align: center;
  }
}


/*------------------------------ お問い合わせ・SP------------------------------*/
.bgsa_contact_contents {
  margin: 0 0 0;
  padding: 40px 0 30px;
  background: linear-gradient(90deg, rgb(254, 220, 64) 0%, rgb(247, 93, 139) 100%);
}

.bgsa_contact_box {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}

.bgsa_flex_box {
  display: block;
}

.bgsa_flex_box .bgsa_contact_center{
  width: auto;
  margin: 0 auto;
}

.bgsa_contact_text {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.bgsa_contact_box1 {
  margin: 30px 0 0 0;
}

.bgsa_contact_item {
  margin: 0 0 20px 0;
  padding: 20px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
}

.bgsa_contact_item_text {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.bgsa_contact_item_tell {
  margin: 0 0 10px 0;
  white-space:nowrap;
}

.bgsa_midle {
  margin-top: 3px;
}

.bgsa_tell_area {
  margin: 0 10px 0 0;
  padding: 5px;
  color: #FAC94B;
  font-size: 13px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 42px;
}

.bgsa_contact_item_tell a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
}

.bgsa_contact_item_tell p {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.bgsa_contact_mail_btn,
.bgsa_contact_reserve_btn {
  margin: 0;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 40px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  width: 60%;
  position: relative;
}

.bgsa_contact_mail_btn:hover,
.bgsa_contact_reserve_btn:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.bgsa_contact_mail_btn{
  text-decoration: none;
  color: #fa9e64;
}

.bgsa_contact_mail_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 33%;
  color: #fa9e64;
}

.bgsa_contact_reserve_btn{
  text-decoration: none;
  color: #f87e77;
}

.bgsa_contact_reserve_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 33%;
  color: #f87e77;
}

.bgsa_tell,
.bgsa_mail,
.bgsa_reserve {
  position: relative;
}

.bgsa_tell::before {
  content: "\f095";
  font-family: FontAwesome;
  position: relative;
  margin-right: 1%;
  color: #fff;
}

.bgsa_mail::before {
  content: "\f0e0";
  font-family: FontAwesome;
  position: relative;
  margin-right: 1%;
  color: #fff;
}

.bgsa_reserve::before {
  content: "\f07a";
  font-family: FontAwesome;
  position: relative;
  margin-right: 1%;
  color: #fff;
}


/*------------------------------ お問い合わせ・PC------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_pcnone {
    display: none;
  }

  .bgsa_contact_contents {
    margin: 0 auto;
    padding: 80px 0;
    background: linear-gradient(90deg, rgb(254, 220, 64) 0%, rgb(247, 93, 139) 100%);
  }

  .bgsa_contact_box {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    text-align: center;
  }

  .bgsa_flex_box {
    display: flex;
    flex-direction: row;
    align-content: center;
  }

  .bgsa_flex_box .bgsa_contact_center {
    width: 32%;
  }

  .bgsa_contact_text {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
  }

  .bgsa_contact_box1 {
    margin: 60px 0 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bgsa_contact_item {
    margin: 0;
    padding: 20px 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    width: 32%;
  }
  
  .bgsa_contact_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bgsa_contact_item_text {
    margin: 0 0 10px;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
  }

  .bgsa_contact_item_tell {
    margin: 0 0 10px 0;
    white-space:nowrap;
  }

  .bgsa_midle {
    margin-top: 3px;
  }

  .bgsa_tell_area {
    margin: 0 10px 0 0;
    padding: 5px;
    color: #FAC94B;
    font-size: 13px;
    background-color: #fff;
    border-radius: 3px;
  }

  .bgsa_contact_item_tell a {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
  }

  .bgsa_contact_item_tell p {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    pointer-events: none;
  }

  .bgsa_contact_mail_btn,
  .bgsa_contact_reserve_btn {
    margin: 0;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    width: 60%;
  }

  .bgsa_contact_mail_btn:hover,
  .bgsa_contact_reserve_btn:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }

  .bgsa_contact_mail_btn{
    text-decoration: none;
    color: #fa9e64;
  }

  .bgsa_contact_mail_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #fa9e64;
  }

  .bgsa_contact_reserve_btn{
    text-decoration: none;
    color: #f87e77;
  }

  .bgsa_contact_reserve_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #f87e77;
  }

  .bgsa_tell,
  .bgsa_mail,
  .bgsa_reserve {
    position: relative;
  }

  .bgsa_tell::before {
    content: "\f095";
    font-family: FontAwesome;
    position: relative;
    margin-right: 1%;
    color: #fff;
  }

  .bgsa_mail::before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: relative;
    margin-right: 1%;
    color: #fff;
  }

  .bgsa_reserve::before {
    content: "\f07a";
    font-family: FontAwesome;
    position: relative;
    margin-right: 1%;
    color: #fff;
  }

  .bgsa_mgtop_white {
    color: #fff;
  }
}


/*------------------------------ SP・「場所」に関するこんなお悩みはありませんか？------------------------------*/
.bgsa_worry_contens {
  margin: 0 auto;
  padding: 40px 0;
}

.bgsa_worry_box_sp {
  margin: 0 20px;
}

.bgsa_worry_box_sp img {
  margin: 10px 0 0;
  width: 100%;
}

.bgsa_worry_box {
  margin: 0;
  padding: 10px 0 0;
}

.bgsa_balloon1-left-top {
  margin: 0 auto;
  padding: 15px 20px;
  display: block;
  width: 90%;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background: #0088C7;
  opacity: 0.9;
  border-radius: 5px;
  box-sizing: border-box;
}

.bgsa_balloon2-right-top {
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px 20px;
  display: block;
  width: 90%;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background: #0099CF;
  opacity: 0.9;
  border-radius: 5px;
  box-sizing: border-box;
}

.bgsa_balloon3-left-bottom {
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px 20px;
  display: block;
  width: 90%;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background: #00A1B8;
  opacity: 0.9;
  border-radius: 5px;
  box-sizing: border-box;
}

.bgsa_balloon4-right-bottom {
  margin: 0 auto;
  margin-top: 10px;
  padding: 15px 20px;
  display: block;
  width: 90%;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  background: #009D99;
  opacity: 0.9;
  border-radius: 5px;
  box-sizing: border-box;
}

.bgsa_ym {
  font-size: 16px;
  color: yellow;
  font-weight: 600;
}

/*------------------------------ PC・「場所」に関するこんなお悩みはありませんか？------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_worry_contens {
    margin: 0 auto;
    padding: 80px 0;
  }

  .bgsa_worry_box {
    margin: 0 auto;
    background: url("../images/front/problem.webp") no-repeat center;
    position: relative;
    height: 550px;
    width: 1000px;
  }

  .bgsa_balloon1-left-top {
    margin: 0 20%;
    padding: 4% 5px;
    position: absolute;
    display: inline-block;
    width: 235px;
    height: 235px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #0088C7;
    opacity: 0.9;
    border-radius: 50%;
    box-sizing: border-box;
    top: -10px;
    left: -160px;
  }

  .bgsa_balloon1-left-top::before {
    content: "";
    position: absolute;
    bottom: 17px;
    right: 1px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 20px solid #0088C7;
    z-index: 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }

  .bgsa_balloon2-right-top {
    margin: 0 20%;
    padding: 4% 5px;
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #0099CF;
    opacity: 0.9;
    border-radius: 50%;
    box-sizing: border-box;
    top: -10px;
    right: -145px;
  }

  .bgsa_balloon2-right-top::before {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 1px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 20px solid #0099CF;
    z-index: 0;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }

  .bgsa_balloon3-left-bottom {
    margin: 0 20%;
    padding: 6% 5px;
    position: absolute;
    display: inline-block;
    width: 250px;
    height: 250px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #00A1B8;
    opacity: 0.9;
    border-radius: 50%;
    box-sizing: border-box;
    top: 320px;
    left: -140px;
  }

  .bgsa_balloon3-left-bottom::before {
    content: "";
    position: absolute;
    top: 35px;
    right: 1px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 20px solid #00A1B8;
    z-index: 0;
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }

  .bgsa_balloon4-right-bottom {
    margin: 0;
    padding: 5% 5px;
    position: absolute;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #009D99;
    opacity: 0.9;
    border-radius: 50%;
    box-sizing: border-box;
    top: 330px;
    right: 85px;
  }

  .bgsa_balloon4-right-bottom::before {
    content: "";
    position: absolute;
    top: 27px;
    left: 1px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 20px solid #009D99;
    z-index: 0;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  .bgsa_ym {
    font-size: 22px;
    color: yellow;
  }
}


/*------------------------------ SP・あなたのビジネスにオフィスパークがお応えします------------------------------*/
.bgsa_need_contens {
  margin: 0 auto;
  padding: 40px 0 20px;
  background: #f1f5f9;
}

.bgsa_need_box_flex {
  margin: 30px 20px 0;
  padding: 0;
}

.bgsa_need_item {
  text-align: center;
}

.bgsa_need_item img {
  margin-bottom: 10px;
  width: 90%;
}

.bgsa_need_text {
  margin: 20px 0;
  text-align: left;
  line-height: 180%;
}

.bgsa_need_copy {
  margin-top: 20px;
  font-size: 15px;
}

.bgsa_left {
  text-align: left;
}

.bgsa_need_movie_btn {
  margin: 20px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: right;
}

.bgsa_need_movie_btn a {
  color: #333;
  text-decoration: none;
  border-bottom: 2px solid #333;
  padding-bottom: 8px;
}

.fas {
  padding: 0 5px 0 0;
}

.bgsa_need_movie_btn a:hover {
  color: #F28E00;
  border-bottom: 2px solid #F28E00;
}

.bgsa_need_movie_btn:hover {
  transform: translateY(10px);
  transition: 1s;
}


/*------------------------------ PC・あなたのビジネスにオフィスパークがお応えします------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_need_contens {
    margin: 0 auto;
    padding: 80px 0;
    background: #f1f5f9;
  }

  .bgsa_need_box_flex {
    margin: 4% 0 0;
    padding: 0 6%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
  }

  .bgsa_need_item {
    width: 35%;
  }

  .bgsa_need_item img {
    width: 90%;
  }

  .bgsa_need_text {
    margin: 0;
    width: 45%;
    text-align: left;
    line-height: 180%;
  }

  .bgsa_map_left {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: left;
  }

  .bgsa_map_right {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    margin-left: -3px;
  }

  .bgsa_map_right b {
    color: blue;
  }

  .bgsa_need_movie_btn {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .bgsa_need_movie_btn a {
    color: #333;
    text-decoration: none;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
  }

  .fas {
    padding: 0 5px 0 0;
  }

  .bgsa_need_movie_btn a:hover {
    color: #F28E00;
    border-bottom: 2px solid #F28E00;
  }

  .bgsa_need_movie_btn:hover {
    transform: translateY(10px);
    transition: 1s;
  }
}


/*------------------------------SP・オフィスパークを使った自由な働き方のイメージ------------------------------*/
.bgsa_image_contens {
  margin: 0 auto;
  padding: 40px 0 20px;
}

.bgsa_image_pic {
  margin: 0 10px;
  padding: 0;
  text-align: center;
}

.bgsa_image_pic img {
  width: 100%;
}

.bgsa_video_box {
  text-align: center;
}

.bgsa_video_box video {
  margin: 40px auto 0;
  padding: 0 0 20px 0;
  display: block;
  aspect-ratio: 16 / 9;
  width: 90%;
  height: auto;
}


/*------------------------------PC・オフィスパークを使った自由な働き方のイメージ------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_image_contens {
    margin: 0 auto;
    padding: 80px 0;
  }

  .bgsa_image_pic {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .bgsa_image_pic img {
    width: 75%;
  }

  .bgsa_video_box {
    text-align: center;
  }

  .bgsa_video_box video {
    margin: 40px auto 0;
    padding: 0;
    display: block;
    aspect-ratio: 16 / 9;
    width: 40%;
    height: auto;
  }
}


/*------------------------------SP・とは言え、会場探しは面倒で・・・------------------------------*/
.bgsa_concierge_contens {
  margin: 0 20px;
  padding: 40px 0;
}

.bgsa_blue1 {
  margin: 30px 0 -40px;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
}

.bgsa_blue2,
.bgsa_blue3,
.bgsa_blue4 {
  margin: 60px 0 -40px;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  position: relative;
}


.bgsa_blue1 {
  background: #006AB0;
}

.bgsa_blue2 {
  background: #0088C7;
}

.bgsa_blue3 {
  background: #0099CF;
}

.bgsa_blue4 {
  background: #00A1B8;
}


.fa-comment-dots:before {
  font-size: 20px;
  padding: 0 5px 0 0;
  vertical-align: middle;
}

.bgsa_blue1::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #006AB0 transparent transparent transparent;
  border-width: 10px 20px 0 20px;
}

.bgsa_blue2::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #0088C7 transparent transparent transparent;
  border-width: 10px 20px 0 20px;
}

.bgsa_blue3::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #0099CF transparent transparent transparent;
  border-width: 10px 20px 0 20px;
}

.bgsa_blue4::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #00A1B8 transparent transparent transparent;
  border-width: 10px 20px 0 20px;
}

.bgsa_concierge_item {
  margin: 80px 0 0;
  padding: 0;
  text-align: center;
}

.bgsa_concierge_item img {
  width: 100%;
}


/*------------------------------PC・とは言え、会場探しは面倒で・・・------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_concierge_contens {
    margin: 0 auto;
    padding: 80px 0;
  }

  .bgsa_blue1,
  .bgsa_blue2,
  .bgsa_blue3,
  .bgsa_blue4 {
    margin: 60px 15% -35px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
  }

  .bgsa_blue1 {
    background: #006AB0;
  }

  .bgsa_blue2 {
    background: #0088C7;
  }

  .bgsa_blue3 {
    background: #0099CF;
  }

  .bgsa_blue4 {
    background: #00A1B8;
  }


  .fa-comment-dots:before {
    font-size: 30px;
    padding: 0 5px 0 0;
    vertical-align: middle;
  }

  .bgsa_blue1::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #006AB0 transparent transparent transparent;
    border-width: 20px 40px 0 40px;
  }

  .bgsa_blue2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #0088C7 transparent transparent transparent;
    border-width: 20px 40px 0 40px;
  }

  .bgsa_blue3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #0099CF transparent transparent transparent;
    border-width: 20px 40px 0 40px;
  }

  .bgsa_blue4::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #00A1B8 transparent transparent transparent;
    border-width: 20px 40px 0 40px;
  }

  .bgsa_concierge_item {
    margin: 140px auto 0;
    padding: 0;
    width: 70%;
    text-align: center;
  }

  .bgsa_concierge_item img {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}


/*------------------------------サービスの流れ------------------------------*/
.bgsa_step_contens {
  margin: 0;
  padding: 40px 0;
  background: #f1f5f9;
  text-align: center;
}

.bgsa_step_box_flex {
  margin: 40px 0 0;
  padding: 0 30px;
  text-align: center;
}

.bgsa_step_item {
  margin: 60px 0 0 0;
  padding: 10px 0 0;
  background: #fff;
  border: solid 1px #838383;
  width: 100%;
}

.bgsa_step_title {
  margin: 35px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #0099CF;
}

.bgsa_step_pic {
  margin: 10px 0 0;
  padding: 0 -20px 0 0;
}

.bgsa_step_pic img {
  width: 80%;
}

.bgsa_step_copy {
  width: 80%;
  color: #838383;
  text-align: left;
  margin: 0 auto;
}

.bgsa_step_copy ul {
  /*margin-left: 30px;*/
  font-size: 15px;
}


.bgsa_step_1,
.bgsa_step_2,
.bgsa_step_3,
.bgsa_step_4 {
  position: relative;
}

.bgsa_step_1::before {
  content: url("../images/front/top-step01.webp");
  position: absolute;
  margin: auto;
  display: inline-block;
  top: -16.5%;
  left: 0;
  right: 0;
  transform: scale(0.6);
}

.bgsa_step_2::before {
  content: url("../images/front/top-step02.webp");
  position: absolute;
  margin: auto;
  display: inline-block;
  top: -14.5%;
  left: 0;
  right: 0;
  transform: scale(0.6);
}

.bgsa_step_3::before {
  content: url("../images/front/top-step03.webp");
  position: absolute;
  margin: auto;
  display: inline-block;
  top: -16.5%;
  left: 0;
  right: 0;
  transform: scale(0.6);
}

.bgsa_step_4::before {
  content: url("../images/front/top-step04.webp");
  position: absolute;
  margin: auto;
  display: inline-block;
  top: -17.5%;
  left: 0;
  right: 0;
  transform: scale(0.6);
}

@media screen and (max-width:1023px) {
  .bgsa_step_1::before {
    top: -58px;
  }

  .bgsa_step_2::before {
    top: -58px;
  }

  .bgsa_step_3::before {
    top: -58px;
  }

  .bgsa_step_4::before {
    top: -58px;
  }
}

.bgsa_concierge {
  margin-top: 10px;
  text-align: left;
  position: relative;
  font-size: 15px;
}

.bgsa_concierge::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  right: 5%;
  top: 5%;
  transform: scale(0.6);
}

.bgsa_concierge:hover {
  color: #1a73e8;
  transform: translateX(10px);
  transition: 1s;
}


/*------------------------------サービスの流れ------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_step_contens {
    margin: 0 auto;
    padding: 80px 0;
    background: #f1f5f9;
    text-align: center;
  }

  .bgsa_step_box_flex {
    margin: 80px 0 40px 0;
    padding: 0 6%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: stretch;
    text-align: center;
  }

  .bgsa_step_item {
    margin: 0 auto;
    padding: 10px 0 0;
    background: #fff;
    border: solid 1px #838383;
    width: 22%;
  }

  .bgsa_step_title {
    margin: 40px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #0099CF;
  }

  .bgsa_step_pic {
    margin: 10px 0 0;
    padding: 0 -20px 0 0;
  }

  .bgsa_step_pic img {
    width: 80%;
  }

  .bgsa_step_copy {
    width: 80%;
    color: #838383;
    text-align: left;
    margin: 0 auto;
  }

  .bgsa_step_copy ul {
    /*margin-left: 30px;*/
    font-size: 16px;
  }

  .bgsa_item_triangle {
    position: relative;
  }

  .bgsa_item_triangle::after {
    content: "\f04b";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: -25px;
    font-size: 20px;
    color: #F28E00;
  }

  .bgsa_step_1,
  .bgsa_step_2,
  .bgsa_step_3,
  .bgsa_step_4 {
    position: relative;
  }

  .bgsa_step_1::before {
    content: url("../images/front/top-step01.webp");
    position: absolute;
    margin: auto;
    display: inline-block;
    top: -15%;
    left: 0;
    right: 0;
    transform: scale(0.8);
  }

  .bgsa_step_2::before {
    content: url("../images/front/top-step02.webp");
    position: absolute;
    margin: auto;
    display: inline-block;
    top: -15%;
    left: 0;
    right: 0;
    transform: scale(0.8);
  }

  .bgsa_step_3::before {
    content: url("../images/front/top-step03.webp");
    position: absolute;
    margin: auto;
    display: inline-block;
    top: -15%;
    left: 0;
    right: 0;
    transform: scale(0.8);
  }

  .bgsa_step_4::before {
    content: url("../images/front/top-step04.webp");
    position: absolute;
    margin: auto;
    display: inline-block;
    top: -15%;
    left: 0;
    right: 0;
    transform: scale(0.8);
  }

  .bgsa_concierge {
    text-align: left;
    position: relative;
  }

  .bgsa_concierge::after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: unset;
    top: unset;
    padding-top: 2px;
    transform: scale(0.7);
  }

  .bgsa_concierge:hover {
    color: #1a73e8;
    transform: translateX(10px);
    transition: 1s;
  }
}


/*------------------------------SP・お問い合わせ・電話------------------------------*/
.bgsa_nagoya_osaka {
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.bgsa_nagoya_osaka_text {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 18px;
  color: #fff;
}

.bgsa_tell_nagoya_osaka {
  margin-right: 10px;
  padding: 4px;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  color: #faa360;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  width: 62px;
}

.bgsa_nagoya_osaka_tell a {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.bgsa_nagoya_osaka_tell .bgsa_nagoya_osaka_text_area {
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}

.bgsa_nagoya_osaka::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  color: #fff;
  right: 3%;
  top: 40%;
  transform: scale(0.8);
}

.bgsa_nagoya_osaka_p {
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.bgsa_nagoya_osaka_p::after {
  font-size: 20px;
  position: absolute;
  color: #fff;
  right: 3%;
  top: 40%;
  transform: scale(0.8);
}

.bgsa_m20 {
  margin-bottom: 20px;
}

.bgsa_btn_pink {
  margin: 30px auto 40px;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.bgsa_btn_pink i {
  padding-right: 20px;
}

.bgsa_mgtop_white {
  color: #fff;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: 1px;
}



/*------------------------------PC・お問い合わせ・電話------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_nagoya_osaka {
    margin: 0 auto;
    padding: 20px 0;
    width: 900px;
    background: #fff;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    position: relative;
    text-align: center;
  }

  .bgsa_nagoya_osaka_text {
    margin: 0;
    padding: 0;
    font-size: 27px;
    color: #fff;
  }

  .bgsa_tell_nagoya_osaka {
    margin-right: 10px;
    margin-bottom: 8px;
    padding: 4px 2px;
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    color: #faa360;
    font-size: 20px;
    font-weight: bold;
    width: 75px;
    vertical-align: middle;
  }

  .bgsa_nagoya_osaka_tell a {
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
  }

  .bgsa_nagoya_osaka_tell .bgsa_nagoya_osaka_text_area {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    margin: 20px 0;
  }

  .bgsa_nagoya_osaka::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    color: #fff;
    right: 3%;
    top: 43%;
    transform: scale(1.5);
  }

  .bgsa_nagoya_osaka_p {
    margin: 0 auto;
    padding: 20px 0;
    width: 32%;
    background: #fff;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    position: relative;
    text-align: center;
  }

  .bgsa_nagoya_osaka_p::after {
    font-size: 20px;
    position: absolute;
    color: #fff;
    right: 3%;
    top: 40%;
    transform: scale(0.8);
  }

  .bgsa_btn_pink {
    margin: 60px auto 80px;
    padding: 0;
    text-align: center;
    width: 45vw;
    box-sizing: border-box;
  }

  .bgsa_btn_pink i {
    padding-right: 20px;
  }

  .bgsa_mgtop_white {
    color: #fff;
  }
}


/*------------------------------お客様の声------------------------------*/
.bgsa_voice_box {
  margin: 30px 20px 20px;
  padding: 10px 20px;
  background: #fff;
  box-sizing: border-box;
}

.bgsa_balloon_left,
.bgsa_balloon_right {
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  /*   align-items: center; */
}

.bgsa_balloon_right {
  justify-content: flex-end;
}

.bgsa_face_icon img {
  width: 60px;
  height: auto;
}

.bgsa_balloon_right .bgsa_face_icon {
  margin-left: 25px;
}

.bgsa_balloon_left .bgsa_face_icon {
  margin-right: 25px;
}

.bgsa_balloon_right .bgsa_face_icon {
  order: 2 !important;
}

.bgsa_voixe_text_left span {
  padding-right: 15%;
  font-size: 10px;
}

.bgsa_voixe_text_right span {
  padding-left: 15%;
  font-size: 10px;
}

.bgsa_says {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #00a1b8;
  color: #fff;
  box-sizing: border-box;
  margin: 0 !important;
  text-align: left;
  /*   align-items: center; */
}

.bgsa_says p {
  margin: 8px 0 0 !important;
  font-size: 15px;
}

.bgsa_says p:first-child {
  margin-top: 0 !important;
}

.bgsa_says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */
}

.bgsa_balloon_left .bgsa_says:after {
  left: -26px;
  border-right: 22px solid #00a1b8;
}

.bgsa_balloon_right .bgsa_says:after {
  right: -26px;
  border-left: 22px solid #00a1b8;
}


/*------------------------------お客様の声------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_voice_box {
    margin: 60px auto 50px;
    padding: 40px 30px;
    background: #fff;
    width: 900px;
    box-sizing: border-box;
  }

  .bgsa_balloon_left,
  .bgsa_balloon_right {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /*   align-items: center; */
  }

  .bgsa_balloon_right {
    justify-content: flex-end;
  }

  .bgsa_face_icon img {
    width: 80px;
    height: auto;
  }

  .bgsa_balloon_right .bgsa_face_icon {
    margin-left: 25px;
  }

  .bgsa_balloon_left .bgsa_face_icon {
    margin-right: 25px;
  }

  .bgsa_balloon_right .bgsa_face_icon {
    order: 2 !important;
  }

  .bgsa_voixe_text_left span {
    padding-left: 5px;
    font-size: 12px;
  }

  .bgsa_voixe_text_right span {
    padding-left: 56%;
    font-size: 12px;
  }

  .bgsa_says {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #00a1b8;
    color: #fff;
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 180%;
    text-align: left;
    /*   align-items: center; */
  }

  .bgsa_says p {
    margin: 8px 0 0 !important;
  }

  .bgsa_says p:first-child {
    margin-top: 0 !important;
  }

  .bgsa_says:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    /*   margin-top:-3px;  */
  }

  .bgsa_balloon_left .bgsa_says:after {
    left: -26px;
    border-right: 22px solid #00a1b8;
  }

  .bgsa_balloon_right .bgsa_says:after {
    right: -26px;
    border-left: 22px solid #00a1b8;
  }
}


/*------------------------------SP・よくある質問------------------------------*/
.bgsa_faq_contens {
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}

.bgsa_faq {
  margin: 30px 20px 20px;
  padding: 0;
}

.bgsa_faq dd p {
  font-size: 17px;
  padding-top: 0px;
  margin: 20px 0;
}

.bgsa_faq dt {
  margin: 0 0 15px 0;
  padding: 10px 15px 10px 20px;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 180%;
  cursor: pointer;
  color: #fff;
  background-color: #006ab0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
}

.bgsa_faq dt span {
  color: #fff;
}

.bgsa_faq dt:hover {
  text-decoration: none;
}

.bgsa_faq dd {
  margin: -15px 0 0 0;
  padding: 1px 0 10px 40px;
  display: none;
  position: relative;
  text-align: left;
}

.bgsa_faq dd a {
  color: blue;
}

.bgsa_faq dd:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "A.";
  font-size: 18px;
  color: #F28E00;
  font-family: 'Noto Sans JP', sans-serif;
}

/*------------------------------PC・よくある質問------------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_faq_contens {
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
  }

  .bgsa_faq {
    width: 900px;
    margin: 60px auto 50px;
    padding: 0;
  }

  .bgsa_faq p {
    font-size: 16px;
  }

  .bgsa_faq dt {
    margin: 0 0 15px 0;
    padding: 20px 15px 20px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 180%;
    cursor: pointer;
    color: #fff;
    background-color: #006ab0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
  }

  .bgsa_faq dt span {
    color: #fff;
  }

  .bgsa_faq dt:hover {
    text-decoration: none;
  }

  .bgsa_faq dd {
    margin: -15px 0 0 0;
    padding: 1px 20px 10px 50px;
    display: none;
    position: relative;
  }

  .bgsa_faq dd a {
    color: blue;
  }

  .bgsa_faq dd:after {
    position: absolute;
    top: 15px;
    left: 20px;
    content: "A.";
    font-size: 24px;
    color: #F28E00;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

/*-------------------------SP・３つの割引----------------------------*/
.bgsa_three_service_contents {
  margin: 0 auto;
  padding: 50px 0 50px 0;
  background-color: #f1f5f9;
}

.bgsa_three_service_box {
  margin: 0 20px;
  padding: 0;
  font-family: "Noto Sans JP";
  text-align: center;
}

.bgsa_three_service_text {
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 24px;
  font-weight: 700;
}

.bgsa_three_service_pic {
  margin: 0 0 30px 0;
}

.bgsa_three_service_pic img {
  width: 100%;
}

.bgsa_blue_gradation_btn {
  margin: 0 auto;
  padding: 10px 40px;
  background-image: linear-gradient(90deg, rgba(0, 153, 207, 1), rgba(207, 253, 157, 1));
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-size: 13.6px;
  position: relative;
  text-align: center;
  max-width: 500px;
}

.bgsa_blue_gradation_btn{
  color: #fff;
  text-decoration: none;
}

.bgsa_blue_gradation_btn:hover {
  text-shadow: -6px 0px 15px rgb(255 255 240 / 83%), 6px 0px 15px rgb(255 255 240 / 83%);
  transition: .3s;
}

.bgsa_blue_gradation_btn:hover {
  box-shadow: 0 0 8px gray;
  transition: .3s;
}

.bgsa_blue_gradation_btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 5%;
  top: 35%;
  color: #fff;
  transform: scale(0.8);
}


/*-------------------------PC・３つのサービス----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_three_service_contents {
    margin: 0 auto;
    padding: 120px 0 60px 0;
    background-color: #f1f5f9;
  }

  .bgsa_three_service_box {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    font-family: "Noto Sans JP";
    text-align: center;
  }

  .bgsa_three_service_text {
    margin: 0;
    padding: 0 0 60px 0;
    font-size: 36px;
    font-weight: 700;
  }

  .bgsa_three_service_pic {
    margin: 0 0 50px 0;
  }

  .bgsa_three_service_pic img {
    width: 100%;
  }

  .bgsa_blue_gradation_btn {
    margin: 0 auto;
    padding: 15px 0;
    background-image: linear-gradient(90deg, rgba(0, 153, 207, 1), rgba(207, 253, 157, 1));
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    max-width: 500px;
    width: 80%;
  }

  .bgsa_blue_gradation_btn{
    color: #fff;
    text-decoration: none;
  }

  .bgsa_blue_gradation_btn:hover {
    text-shadow: -6px 0px 15px rgb(255 255 240 / 83%), 6px 0px 15px rgb(255 255 240 / 83%);
    transition: .3s;
  }

  .bgsa_blue_gradation_btn:hover {
    box-shadow: 0 0 8px gray;
    transition: .3s;
  }

  .bgsa_blue_gradation_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5%;
    top: 33%;
    color: #fff;
  }
}


/*-------------------------SP・関連リンク----------------------------*/
.bgsa_link_service_contents {
  margin: 0 auto;
  padding: 50px 0;
}

.bgsa_link_service_box {
  margin: 0 20px;
  padding: 0;
  font-family: "Noto Sans JP";
  text-align: center;
}

.bgsa_link_service_box2 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.bgsa_link_service_pic {
  margin: 0 0 10px 0;
  width: 49%;
  box-shadow: 0px 0px 10px 3px #ccc;
  display: inline-block;
}

.bgsa_link_service_pic img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}


/*-------------------------PC・関連リンク----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_link_service_contents {
    margin: 0 auto;
    padding: 120px 0;
  }

  .bgsa_link_service_box {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    font-family: "Noto Sans JP";
    text-align: center;
  }

  .bgsa_link_service_box2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .bgsa_link_service_pic {
    margin: 0 0 30px 0;
    width: 32.8%;
    box-shadow: 0px 0px 10px 3px #ccc;
    border-radius: 10px;
    display: inline-block;
  }

  .bgsa_link_service_pic img {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
  }
}

/*-------------------------SNSリンク＿fix----------------------------*/
.bgsa_fixed_btn {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 8px gray;
  position: fixed;
  list-style: none;
  padding: 15px 10px 10px 15px;
  right: 0px;
  top: 180px;
  z-index: 2;
}

.bgsa_fb i.fab.fa-facebook {
  color: #1877f2;
  transform: scale(1.6);
  padding-bottom: 12px
}

.bgsa_tw i.fab.fa-x-twitter {
  color: rgba(30, 48, 80);
  transform: scale(1.6);
  padding-bottom: 8px
}

.bgsa_you i.fab.fa-youtube {
  color: #DA1725;
  transform: scale(1.6);
  padding-bottom: 8px
}

.bgsa_insta i.fab.fa-instagram {
  color:#fff;
  background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
  border-radius:20%;
  transform: scale(1.6);
}

.bgsa_line i.fab.fa-line {
  color: #00B900;
  transform: scale(1.6);
  padding-top: 8px
}



/*-------------------------SNSリンク＿fix----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_fixed_btn {
    background: #fff;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 8px gray;
    position: fixed;
    list-style: none;
    padding: 15px 10px 10px 15px;
    right: 0px;
    top: 180px;
    z-index: 2;
    opacity: 1;
  }

  .bgsa_fb i.fab.fa-facebook {
    color: #1877f2;
    transform: scale(1.6);
    padding-bottom: 12px
  }

  .bgsa_tw i.fab.fa-x-twitter {
    color: rgba(30, 48, 80);
    transform: scale(1.6);
    padding-bottom: 8px
  }

  .bgsa_you i.fab.fa-youtube {
    color: #DA1725;
    transform: scale(1.6);
  }

  .bgsa_insta i.fab.fa-instagram {
    color:#fff;
    background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
    border-radius:20%;
    transform: scale(1.6);
  }

  .bgsa_line i.fab.fa-line {
    color: #00B900;
    transform: scale(1.6);
  }
}

/*-------------------------ページ戻る----------------------------*/
#bgsa_pagetop {
  position: fixed;
  bottom: 95px;
  right: 20px;
  font-size: 20px;
}

#bgsa_pagetop a {
  display: block;
  z-index: 9999;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #1e73be;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#bgsa_pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#bgsa_pagetop a i.fa.fa-chevron-up {
  position: relative;
  top: 4px;
}

/* ----------- 地図表示のcss ---------------- */

#bgsa_top_map_content{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px;
}

#bgsa_top_map_content p{
  text-align: left;
}

section.bgsa_top_map_section {
  margin-bottom: 30px;
}

@media(max-width: 600px) {
  section.bgsa_top_map_section {
    margin-bottom: 30px;
  }
}


.bgsa_top_map_blue_ttl {
  font-size: 28px;
  font-weight: bold;
  background-color: #003366;
  color: #fff;
  padding: 5px 0 5px 30px;
  margin-bottom: 50px;
  line-height: 180%;
  margin-top: 160px;
}

@media(max-width: 600px) {
  .bgsa_top_map_blue_ttl {
    margin-top: 120px;
    font-size: 22px;
    margin-bottom: 0;
  }
}

.bgsa_top_map_search_ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media(max-width: 600px) {
  .bgsa_top_map_search_ttl {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.bgsa_top_map_choice_Area {
  display: flex;
  padding-inline-start: 0;
  margin-bottom: 30px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

@media(max-width:600px) {
  .bgsa_top_map_choice_Area {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.bgsa_top_map_choice_Area li {
  display: block;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  max-width: 230px;
  padding: 12px 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #0099CF;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #0E6AB0;
  display: flex;
  align-items: center;
}

@media(max-width: 600px) {
  .bgsa_top_map_choice_Area li {
    font-size: 16px;
  }
}

.bgsa_top_map_choice_Area li::before {
  content: "";
  background-image: url('../images/front/map_icon_blue.webp');
  width: 21px;
  height: 29px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.bgsa_top_map_choice_Area li::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0E6AB0;
  border-bottom: 2px solid #0E6AB0;
  transform: rotate(-45deg);
}

.bgsa_top_map_choice_Area li:hover {
  background-color: #0E6AB0;
  border: 1px solid #0E6AB0;
  color: #fff;
  transition: .5s;
}

.bgsa_top_map_choice_Area li:hover::before {
  background-image: url('../images/front/map_icon_white.webp');
  transition: .5s;
}

.bgsa_top_map_choice_Area li:hover::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: .5s;
}

.bgsa_top_map_inner_Area {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-inline-start: 0;
  gap: 10px;
  white-space: nowrap;
}

@media(max-width: 500px) {
  .bgsa_top_map_inner_Area {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width: 355px) {
  .bgsa_top_map_inner_Area {
    grid-template-columns: repeat(2, 1fr);
  }
}


.bgsa_top_map_inner_Area li {
  display: none;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  /* width: calc(25% - 20px) */
  padding: 12px 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #0E6AB0;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0E6AB0;
}

@media(max-width:600px) {
  .bgsa_top_map_inner_Area li {
    font-size: 15px;
    /* width: 25%; */
  }
}

.bgsa_top_map_inner_Area li:hover {
  background-color: #0E6AB0;
  border: 1px solid #0E6AB0;
  color: #fff;
  transition: .5s;
}

@media screen and (max-width: 768px) {
  #bgsa_top_map_content{
    padding: 0 20px;
  }
}

.bgsa_top_map_nagoya2 {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .bgsa_top_map_google_map_container {
    height: 500px;
    width: 100%;
    border: 1px solid #0E6AB0;
  }

  .bgsa_top_map_google_map_container div {
    box-sizing: border-box;
  }

  .bgsa_top_map_google_map_content {
    height: 65%;
    width: 100%;
  }

  .bgsa_top_map_google_map_maker_container {
    height: 35%;
    width: 100%;
    overflow-x: scroll;
    display: flex;
    position: relative;
  }

  .bgsa_top_map_google_map_marker_item_box {
    margin: 5px 5px 0 0;
    padding: 5px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #c6c6c6;
    width:fit-content;
    min-width: 290px;
    height: 150px;
  }

  .bgsa_top_map_marker_item_content_box{
    display:flex;
    height: 120px;
  }

  .bgsa_top_map_marker_item_thumbnail_box {
    height: 100%;
    width: 45%;
    min-width: 120px;
    max-width: 150px;
    box-sizing: border-box;
    padding: 1%;
  }

  .bgsa_top_map_marker_item_building_main_image {
    height: 80%;
    margin-bottom: 1%;
  }

  .bgsa_top_map_marker_item_building_main_image img {
    width: 100%;
    height: 100%;
  }

  .bgsa_top_map_marker_item_building_catchcopy {
    height: 20%;
    width: 100%;
    background-color: #F28E00;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bgsa_top_map_marker_item_building_catchcopy p {
    color: #fff;
    font-size: 12px;
  }

  .bgsa_top_map_marker_item_building_caption_box {
    height: 100%;
    width: fit-content;
    box-sizing: border-box;
    padding: 1%;
  }

  .bgsa_top_map_marker_item_building_title p {
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: break-word;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-block-end: 5px;
    margin-left:40px;
  }

  .bgsa_top_map_marker_item_building_title {
    height: 25px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
  }

  .bgsa_top_map_marker_item_building_bottom_free_space p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    white-space: nowrap;
    margin-block-start: 5px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  }

  .bgsa_top_map_marker_item_building_bottom_free_space {
    height: 80%;
    width: 100%;
    margin: 0 3px 0 -7px;
  }

  .bgsa_map_left{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -1px;
    width: max-content;
    text-align: left;
  }

  .bgsa_map_right{
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    width: max-content;
    margin-left: -3px;
  }

  .bgsa_map_right b{
    color:blue;
  }
}

@media screen and (min-width: 769px) {
  .bgsa_top_map_google_map_container {
    height: 500px;
    width: 100%;
    display: flex;
    border: 1px solid #0E6AB0;
  }

  .bgsa_top_map_google_map_content {
    height: 500px;
    width: 55%;

  }

  .bgsa_top_map_google_map_maker_container {
    height: 500px;
    width: 45%;
    overflow-y: scroll;
  }

  .bgsa_top_map_google_map_marker_item_box {
    width: 100%;
    width: 420px;
    height: 150px;
    margin: 1%;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #c6c6c6;
  }

  .bgsa_top_map_marker_item_content_box{
    display:flex;
  }

  .bgsa_top_map_marker_item_thumbnail_box {
    height: 100%;
    width: 40%;
    max-width: 150px;
    box-sizing: border-box;
    padding: 1%;
  }

  .bgsa_top_map_marker_item_building_main_image {
    height: 100%;
    margin-bottom: 1%;
  }

  .bgsa_top_map_marker_item_building_main_image img {
    width: 100%;
    height: 100%;
  }

  .bgsa_top_map_marker_item_building_catchcopy {
    height: 20%;
    width: 100%;
    background-color: #F28E00;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bgsa_top_map_marker_item_building_catchcopy p {
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin: 0;
  }

  .bgsa_top_map_marker_item_building_caption_box {
    height: 100%;
    width: 65%;
    box-sizing: border-box;
    padding: 1%;
  }

  .bgsa_map_left {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: left;
  }

  .bgsa_map_right {
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0px;
    margin-left: -3px;
  }

  .bgsa_map_right b {
    color: blue;
  }

  .bgsa_top_map_marker_item_building_title p {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    margin-block-end: 5px;
    overflow-wrap: break-word;
    margin-left:40px;
  }

  .bgsa_top_map_marker_item_building_title {
    height: 25px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
  }

  .bgsa_top_map_marker_item_building_bottom_free_space p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin-block-start: 5px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  }

  .bgsa_top_map_marker_item_building_bottom_free_space {
    height: 80%;
    width: 100%;
  }

  .bgsa_table th{
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -2px;
    width: 80px;
  }

  .bgsa_table td{
    line-height: 21px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: -2px;
    width: 135px;
  }

  .bgsa_table b{
    color:blue;
  }

}

.bgsa_top_map_google_map_marker_item_box a {
  text-decoration: none;
  color:inherit;
}

.bgsa_top_map_google_map_marker_item_box a:hover {
  opacity: 0.8;
}

li.selected {
  background-color: #0E6AB0;
  color: #fff;
}

li.selected:hover {
  background-color: #0099CF;
  color: #fff;
}

li.current {
  background-color: #0E6AB0;
  color: #fff;
}

li.current:hover {
  background-color: #0099CF;
  color: #fff;
}

li.current::before {
  content: "";
  background-image: url('../images/front/map_icon_white.webp');
  width: 21px;
  height: 29px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
}

li.current::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.bgsa_top_map_google_map_maker_container .bgsa_top_map_google_map_marker_item_box {
  position: relative;
}

.bgsa_top_map_google_map_marker_item_box::before {
  background: #1699c9;
  content: attr(data-bgsaBuildingCounter);
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  width: 40px;
  height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
}

.bgsa_chice_service_ul {
  display: flex;
  padding-inline-start: 0;
  margin-bottom: 30px;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media(max-width:600px) {
  .bgsa_chice_service_ul {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 300px;
  }
}

.bgsa_chice_service_ul li {
  display: block;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  width: 300px;
  padding: 12px 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #0099CF;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #0099CF;
  align-items: center;
}

@media(max-width: 600px) {
  .bgsa_chice_service_ul li {
    font-size: 16px;
    width: 100%;
  }
}

.bgsa_chice_service_ul li:hover {
  background-color: #0099CF;
  border: 1px solid #0099CF;
  color: #fff;
  transition: .5s;
}

.bgsa_chice_service_ul li.bgsa_chice_service_selected{
  background-color: #0099CF;
  color: #fff;
  border: 1px solid #0099CF;
}

.bgsa_top_map_inner_Area {
  margin-block-start: 0;
  margin-block-end: 0;
}

/*---------- package introduction link SP ----------*/

.pkgintro_white {
  color: #fff !important;
}

h2.pkgintro_title_kv {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
}

h2 span.pkgintro_kv_mini {
  font-size: 22px;
}

div.pkgintro_header {
  background: #7dd2e3 url("../images/package_intro/top_fv.webp") no-repeat;
  background-size: 72%;
  background-position: center;
  background-position-x: 50%;
  background-position-y: 72%;
  position: relative;
  z-index: 1;
}

div.pkgintro_header::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}

.pkgintro_kv {
  margin: 0 auto;
  padding: 12% 0 12%;
  width: calc(100% - 20px);
  text-align: center;
  color: #fff;
}

.pkgintro_kv_box_flex {
  margin: 10em 0 0;
  box-sizing: border-box;
}

.pkgintro_kv_box_item {
  margin: 0 auto 4px;
  background: #fff;
  border-radius: 100px;
  width: 48%;
  display: inline-block;
  white-space: nowrap;
}

.pkgintro_kv_text {
  padding: 4px 2%;
  font-size: 15px;
  font-weight: 800;
  color: #44546a;
  text-align: center;
}

.pkgintro_kv_sub {
  margin: 0 auto;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

/*---------- package introduction link PC ----------*/
@media screen and (min-width:769px) {
  .pkgintro_white {
    color: #fff !important;
  }

  .pkgintro_pcnone {
    display: none;
  }

  h2.pkgintro_title_kv {
    margin: 0;
    font-weight: bold;
    font-size: 48px;
  }

  h2 span.pkgintro_kv_mini {
    font-size: 38px;
  }

  div.pkgintro_header {
    background: #7dd2e3 url("../images/package_intro/top_fv.webp") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    position: relative;
    z-index: 1;
  }

  div.pkgintro_header::after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
  }

  .pkgintro_kv {
    margin: 0 auto;
    padding: 8% 10px;
    width: calc(100% - 20px);
    max-width: 1080px;
    text-align: center;
    color: #fff;
  }

  .pkgintro_kv_box_flex {
    margin: 30px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    max-width: 900px;
  }

  .pkgintro_kv_box_item {
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
    width: 32%;
    display: inline-block;
  }

  .pkgintro_kv_text {
    padding: 8px 4%;
    font-size: 20px;
    font-weight: 800;
    color: #44546a;
    text-align: center;
  }

  .pkgintro_kv_sub {
    margin: 10px auto 0;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
}



.bgsa_reco_contens{
	    text-align: center;
    margin-top: 150px;
}

.bgsa-reco-ttl{
    background: #006AB0;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0;
	border-radius:10px;
}


.splide__track--draggable{
	padding: 35px 0;
	    background: #006AB0;
}


#image-slider {
  width: 90%;
  margin: 0 auto;
}
.splide__slide {
  display: flex;
  align-items: center;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
		position:relative;
}

.splide__slide--img {
	position:absolute!important;
	right:-15px;
	top:-20px;
	width:100px;
	height:auto;
	z-index: 99;
}
.splide__slide--img img{
	width:100%;
}



.splide__slide--item{
	  width: 100%;
}

.splide__slide.is-active {
  /* 真ん中のスライド */
  transform: scale(1.1);
  opacity: 1;
  z-index: 100;
}

.splide__slide:not(.is-active) {
  /* 他のスライド */
  opacity: 0.6;
  z-index: 1;
}

@media screen and (max-width: 767px) {
	
	.splide__slide--img {
	right:15px;
	top:-50px;
	width:50px;
}
  .splide_sc_map_google_map_container {
    height: 850px;
    width: 100%;
  }

  .splide_sc_map_google_map_container > div {
    width: calc(100% - 10px);
    box-sizing: border-box;
  }

  .splide_sc_map_google_map_content {
    height: 40%;
    width: 100%;
  }

  .splide_sc_map_google_map_maker_container {
    height: 60%;
    width: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .splide_sc_map_google_map_marker_item_box {
    margin: 1%;
    padding: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #c6c6c6;
    max-width: 360px;
  }

  .splide_sc_map_marker_item_content_box {
    display: flex;
  }

  .splide_sc_map_marker_item_thumbnail_box {
    height: 100%;
    width: 30%;
    box-sizing: border-box;
    padding: 1%;
  }

  .splide_sc_map_marker_item_building_main_image {
    height: 80%;
    margin-bottom: 1%;
  }

  .splide_sc_map_marker_item_building_main_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }

  .splide_sc_map_marker_item_building_catchcopy {
    width: 100%;
    background-color: #e75c6a;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .splide_sc_map_marker_item_building_catchcopy p {
    color: #fff;
    font-size: 14px;
  }

  .splide_sc_map_marker_item_building_caption_box {
    height: 100%;
    width: fit-content;
    box-sizing: border-box;
    padding: 1%;
  }

  .splide_sc_map_marker_item_building_title p {
    font-size: 14px;
    overflow-wrap: break-word;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-block-end: 5px;
    margin-left: 40px;
    overflow-x: auto;
  }

  .splide_sc_map_marker_item_building_title {
    height: 25px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
  }

  .splide_sc_map_maker_item_room_list {
    width: 100%;
    max-height: 160px;
    overflow: auto;
  }

  .splide_sc_map_marker_item_building_bottom_free_space p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    white-space: nowrap;
    margin-block-start: 5px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック",
      "MS PGothic", sans-serif;
  }

  .splide_sc_map_marker_item_building_bottom_free_space {
    height: 80%;
    width: 100%;
    margin: 0 3px 0 -7px;
  }
	.splide_sc_map_google_map_marker_item_box a{
		font-size:14px;
	}
}



@media screen and (min-width: 769px) {
  .splide_sc_map_google_map_container {
    height: 500px;
    width: 100%;
    display: flex;
  }

  .splide_sc_map_google_map_content {
    height: 500px;
    width: 55%;
  }

  .splide_sc_map_google_map_maker_container {
    height: 500px;
    width: 45%;
    min-width: 445px;
    overflow-y: scroll;
  }

  .splide_sc_map_google_map_marker_item_box {
    width: auto;
    margin: 3%;
    box-sizing: border-box;
    padding: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 1px #c6c6c6;
  }

  .splide_sc_map_marker_item_content_box {
    display: flex;
  }

  .splide_sc_map_marker_item_thumbnail_box {
    height: auto;
    width: 40%;
    box-sizing: border-box;
    padding: 1%;
  }

  .splide_sc_map_marker_item_building_main_image {
    height: 100%;
    margin-bottom: 1%;
  }

  .splide_sc_map_marker_item_building_main_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 11/6;
  }

  .splide_sc_map_marker_item_building_catchcopy {
    height: 50px;
    width: 100%;
    background-color: #e75c6a;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
  }

  .splide_sc_map_marker_item_building_catchcopy p {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .splide_sc_map_marker_item_building_catchcopy p b {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
  }

  .splide_sc_map_marker_item_building_caption_box {
    height: 100%;
    width: 60%;
    box-sizing: border-box;
    padding: 1%;
  }

  .splide_sc_map_marker_item_building_title p {
    font-size: 14px;
    line-height: 1.3;
    padding: 0;
    margin: 0;
    margin-block-end: 5px;
    overflow-wrap: break-word;
    margin-left: 40px;
    overflow-x: auto;
  }

  .splide_sc_map_marker_item_building_title {
    height: 25px;
    width: 100%;
    border-bottom: 1px dashed #bbb;
  }

  .splide_sc_map_maker_item_room_list {
    width: 100%;
    max-height: 160px;
    overflow: auto;
  }

  .splide_sc_map_marker_item_building_bottom_free_space p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    margin-block-start: 5px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro",
      "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS Pゴシック",
      "MS PGothic", sans-serif;
  }

  .splide_sc_map_marker_item_building_bottom_free_space {
    height: 80%;
    width: 100%;
  }

  .splide_map_right b {
    color: blue;
  }
}

#image-slider {
  width: 100%;
  margin: 0 auto 100px;
}
.splide__slide {
  display: flex;
  align-items: center;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
	margin:0 5%!important;
}

.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__slide.is-active {
  /* 真ん中のスライド */
  transform: scale(1.2);
  opacity: 1;
  z-index: 100;
}

.splide__slide:not(.is-active) {
  /* 他のスライド */
  opacity: 0.6;
  z-index: 1;
}

.splide_sc_map_google_map_marker_item_box a {
  text-decoration: none;
  color: inherit;
}

.splide_sc_map_google_map_marker_item_box a:hover {
  opacity: 0.8;
}

.splide_sc_map_choice_Area li.current::before {
  content: "";
  width: 21px;
  height: 29px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 10px;
}

.splide_sc_map_choice_Area li.current::after {
  content: "";
  display: inline-block;
  margin-left: 1em;
  width: 7px;
  height: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.splide_sc_map_google_map_marker_item_box {
  position: relative;
}

.splide_sc_map_google_map_marker_item_box::before {
  content: attr(data-splideBuildingCounter);
  font-size: 15px;
  line-height: 30px;
  width: 40px;
  height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background: #1699c9;
  color: #ffffff;
}

.splide_sc_map_chice_service_ul li:hover {
  transition: 0.5s;
}

.splide_sc_map_inner_Area {
  margin-block-start: 0;
  margin-block-end: 0;
}


@media screen and (max-width: 769px) {
	.splide__slide.is-active {
  /* 真ん中のスライド */
  transform: scale(1);
}
	.splide__slide{
		margin:0!important;
	}
	
}
