@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_mgtop_pcnone {
    display: block;
  }

  .bgsa_mgtop_spnone {
    display: none;
  }
}

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

  .bgsa_mgtop_spnone {
    display: block;
  }
}

.bgsa_mgtop_kaisei {
  font-family: 'Kaisei Decol', serif;
}


/*------------------------SP・間借りTOP----------------------------*/
.bgsa_mgtop_top_contents {
  margin: 0 auto;
  padding: 50px 0 20%;
  background: #fff url("../img/magari-main-back.webp") no-repeat top;
  background-size: cover;
}

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

.bgsa_mgtop_top_pic img {
  width: 100%;
}


/*------------------------PC・間借りTOP----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_top_contents {
    margin: 0 auto;
    padding: 160px 0 20%;
    background: #fff url("../img/magari-main-back.webp") no-repeat top;
    background-size: cover;
  }

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

  .bgsa_mgtop_top_pic img {
    width: 77%;
  }
}


/*------------------------SP・間借りオフィスとは？----------------------------*/
.bgsa_mgtop_about_contents {
  margin: 0;
  padding: 40px 0;
}


.bgsa_mgtop_about_box {
  margin: 0 20px;
  padding: 0;
}

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

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

.bgsa_mgtop_about_box_text {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}

.bgsa_mgtop_red {
  color: #c72937;
}

.bgsa_mgtop_main_copy {
  margin: 0;
  padding: 0;
  font-size: 38px;
  font-weight: bold;
}

.bgsa_mgtop_mini {
  font-size: 28px;
}

.bgsa_mgtop_orange_line {
  background: linear-gradient(transparent 70%, rgba(242, 142, 0, 0.5) 0%);
}

.bgsa_mgtop_sub_copy {
  margin: 30px 0 0 0;
  padding: 0;
  line-height: 180%;
  font-size: 17px;
}

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

.bgsa_mgtop_about_box_pic {
  margin: 30px 30px 0;
  padding: 0;
}

.bgsa_mgtop_about_box_pic img {
  width: 100%;
}


/*------------------------PC・間借りオフィスとは？----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_about_contents {
    margin: 0;
    padding: 120px 0 80px;
  }


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

  .bgsa_mgtop_about_box_flex {
    margin: 0 auto;
    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: space-between;
    box-sizing: border-box;
    width: 900px;
  }

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

  .bgsa_mgtop_about_box_text {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .bgsa_mgtop_red {
    color: #c72937;
  }

  .bgsa_mgtop_main_copy {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: bold;
  }

  .bgsa_mgtop_mini {
    font-size: 28px;
  }

  .bgsa_mgtop_orange_line {
    background: linear-gradient(transparent 70%, rgba(242, 142, 0, 0.5) 0%);
  }

  .bgsa_mgtop_sub_copy {
    margin: 40px 0 0 0;
    padding: 0;
    line-height: 180%;
    font-size: 18px;
  }

  .bgsa_mgtop_about_box_right {
    margin: 0;
    padding: 0;
    width: 45%;
  }

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

  .bgsa_mgtop_about_box_pic img {
    width: 100%;
  }
}


/*------------------------SP・間借り３つの無料----------------------------*/
.bgsa_mgtop_free_contents {
  margin: 0 auto;
  padding: 40px 0;
  background: #f7f5f4;
}


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

.bgsa_mgtop_circle_box {
  margin: 30px 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_mgtop_box1 {
  margin: 0px 6px 0;
  padding: 0;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F28E01 50%, #F28E00 100%);
  border: 5px solid #F28E01;
  border-radius: 50%;
  color: #F28E01;
  font-size: 22px;
  text-align: center;
  width: 150px;
  height: 150px;
}

.bgsa_mgtop_circle_text {
  margin-top: 25px;
}

.bgsa_mgtop_text_free {
  margin-top: 35px;
}


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



/*------------------------PC・間借り３つの無料----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_free_contents {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f5f4;
  }


  .bgsa_mgtop_free_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 850px;
  }

  .bgsa_mgtop_circle_box {
    margin: 30px auto 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;
    width: 850px;
  }

  .bgsa_mgtop_box1 {
    margin: 20px 20px 0 0;
    padding: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #F28E01 50%, #F28E00 100%);
    border: 5px solid #F28E01;
    border-radius: 50%;
    color: #F28E01;
    font-size: 24px;
    text-align: center;
    width: 200px;
    height: 200px;
  }

  .bgsa_mgtop_circle_text {
    margin-top: 40px;
  }

  .bgsa_mgtop_text_free {
    margin-top: 50px;
  }

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


/*------------------------SP・こんなニーズ----------------------------*/
.bgsa_mgtop_needs_contents {
  margin: 0;
  padding: 40px 0;
}

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

.bgsa_mgtop_blue {
  color: #003366;
}

.bgsa_mgtop_needs_box_flex {
  margin: 40px 0 0;
  padding: 0;
  box-sizing: border-box;
}

.bgsa_mgtop_needs_box_item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bgsa_mgtop_needs_box_item2 {
  margin: 0;
  padding: 0;
  width: 100%;
}

.bgsa_mgtop_needs_box_pic {
  margin: 0 auto 20px;
  text-align: center;
}

.bgsa_mgtop_needs_box_pic img {
  width: 77%;
  margin: 0 auto;
}

.bgsa_mgtop_needs_box_text {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}

.bgsa_mgtop_needs_text_pic {
  width: 100%;
}

.bgsa_mgtop_needs_text_pic img {
  width: 100%;
}

.bgsa_mgtop_t32 {
  font-size: 32px;
}

.bgsa_mgtop_needs_copy {
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 180%;
  font-size: 18px;
  text-align: left;
}

.bgsa_mgtop_needs_copy i {
  margin: 0 30px 0 0;
  padding: 0;
  position: relative;
}

.bgsa_mgtop_needs_copy i::before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 28%;
  top: 0%;
  color: #0099cf;
}

.bgsa_mgtop_btn_orange {
  margin: 30px 0 0 0;
  padding: 15px 30px;
  background-color: #F28E00;
  border-radius: 40px;
  display: inline-block;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  width: 85%;
  cursor: pointer;
  color: #fff;
}

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


.bgsa_mgtop_matching_pic {
  margin: 40px 0 0;
  padding: 0;
}

.bgsa_mgtop_matching_pic img {
  width: 50%;
}

.bgsa_mgtop_left {
  margin: 0 -60px 0 60px;
}


/*------------------------PC・こんなニーズ----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_needs_contents {
    margin: 0 auto;
    padding: 80px 0;
  }

  .bgsa_mgtop_needs_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 850px;
  }

  .bgsa_mgtop_blue {
    color: #003366;
  }

  .bgsa_mgtop_needs_box_flex {
    margin: 60px auto 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;
    width: 850px;
  }

  .bgsa_mgtop_needs_box_item {
    margin: 0 68px 0 0;
    padding: 0;
    width: 40%;
  }

  .bgsa_mgtop_needs_box_item2 {
    margin: 0 0 0 68px;
    padding: 0;
    width: 40%;
  }

  .bgsa_mgtop_needs_box_pic {
    margin: 0;
  }

  .bgsa_mgtop_needs_box_pic img {
    width: 100%;
  }

  .bgsa_mgtop_needs_box_text {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 40%;
  }

  .bgsa_mgtop_needs_text_pic {
    width: 100%;
  }

  .bgsa_mgtop_needs_text_pic img {
    width: 100%;
  }

  .bgsa_mgtop_t32 {
    font-size: 32px;
  }

  .bgsa_mgtop_needs_copy {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 180%;
    font-size: 18px;
  }

  .bgsa_mgtop_needs_copy i {
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
  }

  .bgsa_mgtop_needs_copy i::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 28%;
    top: 0%;
    color: #0099cf;
  }

  .bgsa_mgtop_btn_orange {
    margin: 30px 0 0 0;
    padding: 15px 30px;
    background-color: #F28E00;
    border-radius: 40px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    width: 85%;
    cursor: pointer;
    color: #fff;
  }

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


  .bgsa_mgtop_matching_pic {
    margin: 60px 0;
    padding: 0;
  }

  .bgsa_mgtop_matching_pic img {
    width: 20%;
  }

  .bgsa_mgtop_left {
    margin: 0 -60px 0 60px;
  }
}


/*------------------------SP・間借りオフィスの使い方----------------------------*/
.bgsa_mgtop_use_contents {
  margin: 0;
  padding: 40px 0;
  background: #f7f5f4;
}


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

.bgsa_mgtop_use_box_flex {
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}

.bgsa_mgtop_use_box_left,
.bgsa_mgtop_use_box_right {
  margin: 0 0 20px;
  padding: 30px 20px 40px;
  background: #fff;
  border-radius: 20px;

}

.bgsa_mgtop_step {
  margin: 20px 0 0;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.bgsa_mgtop_step span {
  padding: 3px 5%;
  background: #009D99;
  border-radius: 50px;
}

.bgsa_mgtop_midashi {
  font-size: 19px;
  font-weight: 600;
}

.bgsa_mgtop_step::after {
  content: "";
  border-top: 2px solid #ddd;
  flex-grow: 1;
}

.bgsa_mgtop_step:after {
  margin-left: 0;
}


.bgsa_mgtop_step_text,
.bgsa_mgtop_step_text2 {
  margin: 10px 0 0 0;
  padding-left: 40px;
  text-align: left;
  position: relative;
}

.bgsa_mgtop_step_text::before {
  content: "";
  display: inline-block;
  height: 100%;
  border-left: dashed 4px #ddd;
  position: absolute;
  top: 0;
  left: 20px;
}

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

.bgsa_mgtop_step_box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 14px;
  border-style: solid;
  border-width: 17px 8px 0 8px;
  border-color: #ddd transparent transparent transparent;
}

.bgsa_mgtop_step_text p {
  margin: 10px 0;
}

.bgsa_mgtop_btnsize {
  margin-top: 10px;
  width: 80%;
}


/*------------------------PC・間借りオフィスの使い方----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_use_contents {
    margin: 0 auto;
    padding: 80px 0;
    background: #f7f5f4;
  }


  .bgsa_mgtop_use_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 850px;
  }

  .bgsa_mgtop_use_box_flex {
    margin: 60px auto 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: space-between;
    box-sizing: border-box;
    width: 850px;
  }

  .bgsa_mgtop_use_box_left,
  .bgsa_mgtop_use_box_right {
    margin: 0 20px 0 0;
    padding: 30px 20px 40px;
    background: #fff;
    border-radius: 20px;
    width: 42%;
  }

  .bgsa_mgtop_step {
    margin: 20px 0 0;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
  }

  .bgsa_mgtop_step span {
    padding: 3px 5%;
    background: #009D99;
    border-radius: 50px;
  }

  .bgsa_mgtop_midashi {
    font-size: 19px;
    font-weight: 600;
  }

  .bgsa_mgtop_step::after {
    content: "";
    border-top: 2px solid #ddd;
    flex-grow: 1;
  }

  .bgsa_mgtop_step:after {
    margin-left: 0;
  }


  .bgsa_mgtop_step_text,
  .bgsa_mgtop_step_text2 {
    margin: 10px 0 0 0;
    padding-left: 40px;
    text-align: left;
    position: relative;
  }

  .bgsa_mgtop_step_text::before {
    content: "";
    display: inline-block;
    height: 100%;
    border-left: dashed 4px #ddd;
    position: absolute;
    top: 0;
    left: 20px;
  }

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

  .bgsa_mgtop_step_box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 14px;
    border-style: solid;
    border-width: 17px 8px 0 8px;
    border-color: #ddd transparent transparent transparent;
  }

  .bgsa_mgtop_step_text p {
    margin: 10px 0;
  }

  .bgsa_mgtop_btnsize {
    margin-top: 10px;
    width: 60%;
  }
}


/*------------------------SP・よくあるご質問----------------------------*/
.bgsa_mgtop_faq_contents {
  margin: 0;
  padding: 40px 0;
}


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

.bgsa_mgtop_mini32 {
  font-size: 32px;
}

.bgsa_mgtop_skyblue {
  color: #0099cf;
}

.bgsa_mgtop_faq_teble {
  margin: 40px 0 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
}

.bgsa_mgtop_faq_teble table.bgsa_mgtop_faq th {
  padding-right: 20px;
  font-size: 32px;
  font-weight: 400;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 120%;
}

.bgsa_mgtop_faq_teble table.bgsa_mgtop_faq th.bgsa_mgtop_q,
.bgsa_mgtop_faq_teble table.bgsa_mgtop_faq td.bgsa_mgtop_question {
  padding-top: 30px;
  padding-bottom: 8px;
}


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


  .bgsa_mgtop_faq_box {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 850px;
  }

  .bgsa_mgtop_mini32 {
    font-size: 32px;
  }

  .bgsa_mgtop_skyblue {
    color: #0099cf;
  }

  .bgsa_mgtop_faq_teble {
    margin: 40px 0 0;
    padding: 0;
    text-align: left;
    font-size: 18px;
  }

  .bgsa_mgtop_faq_teble table.bgsa_mgtop_faq th {
    padding-right: 20px;
    font-size: 32px;
    font-weight: 400;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 120%;
  }

  .bgsa_mgtop_faq_teble table.bgsa_mgtop_faq th.bgsa_mgtop_q,
  .bgsa_mgtop_faq_teble table.bgsa_mgtop_faq td.bgsa_mgtop_question {
    padding-top: 30px;
  }
}


/*------------------------SP・知ってもらって価値を生む ----------------------------*/
.bgsa_mgtop_worth_text {
  margin: 0 auto;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background-image: url("../img/blurry-circle.webp");
  background-size: cover;
  width: fit-content;
  line-height: 150%;
  text-align: center;
}

.bgsa_mgtop_bg_green {
  margin: 0;
  padding: 0 12px;
  background: #009d99;
  color: #fff;
  border-radius: 8px;
  font-size: 38px;
}

.bgsa_mgtop_winpic {
  font-size: 16px;
  position: relative;
}

.bgsa_mgtop_winpic::after {
  content: url("../img/handshake.webp");
  position: absolute;
  display: inline-block;
  transform: scale(0.4);
  top: 20%;
  right: 60px;
}

.bgsa_mgtop_slider {
  margin: 150px 0 40px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.bgsa_mgtop_slider_pict img {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
}

.bgsa_more-info_link {
  text-align: center;
}

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

.bgsa_bill_btn a {
  color: #fff;
  font-family: "Noto Sans JP";
}

.bgsa_btn_orange {
  margin: 0;
  padding: 12px 50px;
  background-color: #F28E00;
  border-radius: 80px;
  display: inline-block;
  font-size: 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

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

/*------------------------PC・知ってもらって価値を生む ----------------------------*/
@media screen and (min-width:1024px) {
  .bgsa_mgtop_worth_text {
    margin: 0 auto;
    padding: 40px;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    background-image: url("../img/blurry-circle.webp");
    background-size: cover;
    width: fit-content;
    line-height: 150%;
  }

  .bgsa_mgtop_bg_green {
    margin: 0;
    padding: 0 12px;
    background: #009d99;
    color: #fff;
    border-radius: 8px;
  }

  .bgsa_mgtop_winpic {
    font-size: 38px;
    position: relative;
  }

  .bgsa_mgtop_winpic::after {
    content: url("../img/handshake.webp");
    position: absolute;
    display: inline-block;
    transform: scale(0.45);
    top: -150%;
    right: 0;
  }

  .bgsa_mgtop_slider {
    margin: 80px 0 40px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

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

  .bgsa_mgtop_slider_pict img {
    margin: 0 auto;
    width: 100%;
    border-radius: 10px;
  }

  .bgsa_bill_btn {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  
  .bgsa_bill_btn a {
    color: #fff;
    font-family: "Noto Sans JP";
  }
  
  .bgsa_btn_orange {
    margin: 0;
    padding: 12px 35px;
    background-color: #F28E00;
    border-radius: 40px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }
  
  .bgsa_btn_orange::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 3%;
    top: 36%;
    color: #fff;
  }

}



/*------------------------------ お問い合わせ・SP------------------------------*/
.bgsa_mgtop_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_mgtop_contact_box {
  margin: 0 20px;
  padding: 0;
  text-align: center;
}

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

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

.bgsa_mgtop_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_mgtop_contact_item_text {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.bgsa_mgtop_midle {
  margin-top: 3px;
}

.bgsa_mgtop_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_mgtop_contact_item_p  {
  margin: 0 0 10px 0;
  white-space: nowrap;
}

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

.bgsa_mgtop_contact_mail_btn,
.bgsa_mgtop_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_mgtop_contact_mail_btn:hover,
.bgsa_mgtop_contact_reserve_btn:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}



.bgsa_mgtop_contact_mail_btn {
  color: #fa9e64;
}

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

.bgsa_mgtop_contact_reserve_btn {
  color: #f87e77;
}

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

.bgsa_mgtop_tell,
.bgsa_mgtop_mail,
.bgsa_mgtop_reserve {
  position: relative;
}

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

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


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

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

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

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

  .bgsa_mgtop_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_mgtop_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_mgtop_contact_item_text {
    margin: 0 0 10px;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
  }

  .bgsa_mgtop_midle {
    margin-top: 3px;
  }

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

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

  .bgsa_mgtop_contact_mail_btn,
  .bgsa_mgtop_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_mgtop_contact_mail_btn:hover,
  .bgsa_mgtop_contact_reserve_btn:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  }

  .bgsa_mgtop_contact_mail_btn {
    color: #fa9e64;
  }

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

  .bgsa_mgtop_contact_reserve_btn {
    color: #f87e77;
  }

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

  .bgsa_mgtop_tell,
  .bgsa_mgtop_mail,
  .bgsa_mgtop_reserve {
    position: relative;
  }

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

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