@charset "UTF-8";
/*  Theme Name:  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, form, label, caption, article, canvas, footer, header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  position: relative;
  line-height: 1;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','メイリオ',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, footer, header, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  color: inherit;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

a:link {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top !important;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc{
    display: none;
  }
}

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

/* header */
.l-header{
  position: initial;
  max-width: 100%;
  height: auto;
  background: #074B96;
  padding: 0;
  border: none!important;
  background: url(../images/member/BgFV.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .l-header{
    padding: 0!important;
  }
}

.l-header::before,.l-header::after{
  display: none;
}

.l-header__inner{
  position: relative;
  width: 1200px;
  height: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__inner{
    height: 600px;
    background-size: cover;
  }
}
@media screen and (max-width: 582px) {
  .l-header__inner{
    height: 567px;
  }
}

.l-header__inner-logo{
  margin-top: 40px;
  margin-left: 110px;
}
@media screen and (max-width: 582px) {
  .l-header__inner-logo{
    text-align: center;
    margin-top: 33px;
    margin-left: 0;
  }
}

.header-content{
  position: relative;
  max-width: 800px;
  background-color: rgba(0, 38, 129, 85%);
  margin-top: 72px;
  padding: 63px 94px 49px 110px;
}
@media screen and (max-width: 767px) {
  .header-content{
    max-width: 100%;
    width: 62%;
    padding: 63px 25px 40px;
  }
}
@media screen and (max-width: 582px) {
  .header-content{
    width: 100%;
    margin-top: 101px;
    padding: 40px 25px 60px;
  }
}


.header-content__title{
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  max-width: 600px;
  text-align: center;
  padding: 6px 18px;
  background: #FFFFFF;
}
@media screen and (max-width: 582px) {
  .header-content__title{
    max-width: 270px;
    top: -10%;
    background: initial;
  }
}

.header-content__title-wrap{
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .header-content__title-wrap{
    flex-direction: column;
    align-items: center; 
  }
}
@media screen and (max-width: 582px) {
  .header-content__title-wrap{
    gap: 12px;
  }
}

.header-content__title-gray{
  font-size: 28px;
  font-weight: 700;
  line-height: 40.54px;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .header-content__title-gray{
    font-size: 24px;
    line-height: 32px;
    padding: 5px 15px;
  }
}
@media screen and (max-width: 582px) {
  .header-content__title-gray{
    width: 270px;
    background: #FFFFFF;
    padding: 3px 5px 5px;
  }
}

.header-content__title-blue{
  font-size: 36px;
  font-weight: 700;
  line-height: 52.13px;
  color: #074B96;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .header-content__title-blue{
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (max-width: 582px) {
  .header-content__title-blue{
    width: 270px;
    background: #FFFFFF;
    padding: 8px 5px;
  }
}

.header-content__text{
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #FFFFFF;
}
@media screen and (max-width: 582px) {
  .header-content__text{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.97px;
  }
}

.header-content__image-container{
  position: absolute;
  top: -34%;
  right: 0;
  translate: 80% 0%;
}
@media screen and (max-width: 767px) {
  .header-content__image-container{
    width: 60%;
    top: 0;
    right: 0;
    translate: 95% 0%;
  }
}
@media screen and (max-width: 582px) {
  .header-content__image-container{
    width: 100%;
    top: initial;
    right: initial;
    left: 50%;
    translate: -50% 10%;
    width: 326px;
  }
}

/* common */
.c-content__inner{
  max-width: 980px;
  margin: 0 auto;
}

.c-content__headline{
  font-size: 32px;
  color: #074B96;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-content__headline{
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.c-content__border{
  width: 60px;
  margin: 0 auto 40px;
  border-bottom: solid 4px #074B96;
}
@media screen and (max-width: 767px) {
  .c-content__border{
    width: 32px;
    margin-bottom: 12px;
    border-bottom: solid 2px #074B96;
  }
}

/* benefits */
.benefits{
  padding: 72px 0 69px;
  background: #074B96;
}
@media screen and (max-width: 767px) {
  .benefits{
    padding: 32px 10px 12px;
  }
}

.benefits__text{
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .benefits__text{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 32px;
  }
}

.benefits__content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 84px;
}
@media screen and (max-width: 762px) {
  .benefits__content{
    align-items: center;
    flex-direction: column;
    margin-bottom: 95px;
  }
}

.c-benefits__item{
  display: flex;
  flex-direction: column;
  max-width: 480px;
  padding: 26px;
  background: #E3F0FF;
}
@media screen and (max-width: 767px) {
  .c-benefits__item{
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-benefits__item-image{
    width: 100%!important;
  }
}

.c-benefits__item-content{
  flex-grow: 1;
  padding: 24px 36px 29px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-benefits__item-content{
    padding: 24px 25px;
  }
}

.c-benefits__item-title{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  padding-bottom: 18px;
  border-bottom: solid 1px #C4DAF3;
}
@media screen and (max-width: 767px) {
  .c-benefits__item-title{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.84px;
    padding-bottom: 16px;
  }
}

.c-benefits__item-list{
  padding: 18px 25px 0;
}
@media screen and (max-width: 767px) {
  .c-benefits__item-list{
    padding: 16px 0 0;
  }
}

.c-benefits__item-list-item{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .c-benefits__item-list-item{
    gap: 16px;
    font-size: 16px;
  }
}

.c-benefits__item-list-item:last-child{
  margin: 0;
}

.c-benefits__item-list-item-icon{
  vertical-align: sub;
}

.benefits__benefit{
  position: relative;
}

.benefits__benefit-title{
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  width: 440px;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #3D3D3D;
  background: #FFFFE3;
  padding: 32px 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-title{
    translate: -50% -70%;
    width: 94%;
    font-size: 24px;
    padding: 16px 0;
  }
}

.benefits__benefit-title-blue{
  font-size: 40px;
  font-weight: 700;
  line-height: 32px;
  color: #074B96;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-title-blue{
    font-size: 32px;
  }
}

.benefits__benefit-title-image{
  position: absolute;
  left: 50%;
  translate: -50% -100%;
}

.benefits__benefit-title-border{
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0%;
  width: 60px;
  border-bottom: solid 4px #074B96;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-title-border{
    border-bottom: solid 2px #074B96;
  }
}

.benefits__benefit-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
  background: #E3F0FF;
  padding: 73px 28px 34px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-content{
    flex-direction: column;
    row-gap: 16px;
    padding: 32px 10px 18px;
  }
}

.c-benefits__benefit-item{
  display: flex;
  flex-direction: column;
  width: calc(100% / 2 - 14px);
}
@media screen and (max-width: 767px) {
  .c-benefits__benefit-item{
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-benefits__benefit-item-image{
    width: 100%;
  }
}

.c-benefits__benefit-item-content{
  flex-grow: 1;
  padding: 14px 32px 23px;
  background: #FFFFFF;
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .c-benefits__benefit-item-content{
    padding: 18px 16px 24px;
  }
}

.c-benefits__benefit-item-header{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-benefits__benefit-item-header{
    margin-bottom: 12px;
  }
}

.c-benefits__benefit-item-header-text{
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #074B96;
}
@media screen and (max-width: 767px) {
  .c-benefits__benefit-item-header-text{
    font-size: 18px;
  }
}

.c-benefits__benefit-item-description{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .c-benefits__benefit-item-description{
    font-size: 14px;
    line-height: 20px;
  }
}

.benefits__benefit-item{
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.benefits__benefit-item-content{
  display: flex;
  gap: 24px;
  padding: 32px 32px 24px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-content{
    flex-direction: column;
    padding: 18px 16px 24px;
  }
}

@media screen and (max-width: 767px) {
  .benefits__benefit-item-image{
    display: none;
  }
}

.benefits__benefit-item-features{
  margin-bottom: 24px;
  padding: 0 48px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features{
    padding: 0 16px;
  }
}

.benefits__benefit-item-features-title{
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  color: #074B96;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-title{
    font-size: 18px;
  }
}

.benefits__benefit-item-features-list{
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-list{
    flex-direction: column;
    gap: 8px;
  }
}

.benefits__benefit-item-features-list-item{
  width: calc(100% / 3);
  text-align: center;
  padding: 19px 20px;
  background: #FFFFE3;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-list-item{
    width: 100%;
    padding: 8px;
  }
}

.benefits__benefit-item-features-list-item-content{
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-list-item-content{
    justify-content: center;
    margin-bottom: 0;
  }
}

.benefits__benefit-item-features-list-item-content-text{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #3D3D3D;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-list-item-content-text{
    font-size: 16px;
  }
}

.benefits__benefit-item-features-list-item-image{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefits__benefit-item-features-list-item-image{
    display: none;
  }
}

.benefits__benefit-item-picture{
  border-radius: 8px;
  background: #FFFFE3;
}


/* point */
.point{
  padding: 80px 20px 44px;
  color: #3D3D3D;
  background: #E3F0FF;
}
@media screen and (max-width: 767px) {
  .point{
    padding: 28px 20px 40px;
  }
}

.point__text{
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .point__text{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

.point__details{
  display: flex;
  margin-bottom: 49px;
}
@media screen and (max-width: 582px) {
  .point__details{
    flex-direction: column;
    margin-bottom: 0;
  }
}

.point__detail{
  width: calc(100% / 2);
}
@media screen and (max-width: 767px) {
  .point__detail{
    width: 100%;
  }
}

.point__detail:first-child{
  padding-right: 24px;
}
@media screen and (max-width: 582px) {
  .point__detail:first-child{
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.point__detail:last-child{
  padding-left: 25px;
  border-left: solid 2px #FFFFFF;
}
@media screen and (max-width: 582px) {
  .point__detail:last-child{
    border: none;
    padding-left: 0;
  }
}

.point__detail-title{
  font-size: 24px;
  font-weight: 700; 
  line-height: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 582px) {
  .point__detail-title{
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.point__detail-list{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 7px;
  padding-left: 16px;
  list-style: disc;
}
@media screen and (max-width: 582px) {
  .point__detail-list{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 22px;
  }
}

.point__detail-item::marker{
  font-size: 24px;
  color: #074B96;
}

/* faq */
.faq{
  padding: 80px 20px 52px;
  background: #EBEFF2;
}
@media screen and (max-width: 767px) {
  .faq{
    padding: 40px 20px;
  }
}

.faq__inner{
  max-width: 888px;
}

@media screen and (max-width: 767px) {
  .faq__border{
    margin-bottom: 25px;
  }
}

.faq__item{
  display: flex;
  color: #3D3D3D;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq__item{
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}

.faq__item:last-child{
  margin-bottom: 0;
}

.faq__item-content{
  display: flex;
  gap: 20px;
  width: calc(100% / 2);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .faq__item-content{
    width: 100%;
    padding: 0 25px;
  }
}

.faq__item-question{
  background: #FFFFFF;
  margin-right: 44px;
  padding: 20px 35px;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .faq__item-question{
    margin: 0;
    padding: 12px 25px;
  }
}

.faq__item-icon{
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .faq__item-icon{
    font-size: 20px;
  }
}

.faq__item-question-icon{
  color: #074B96;
}

.faq__item-question-text{
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .faq__item-question-text{
    font-size: 14px;
    line-height: 20px;
  }
}

.faq__item-answer-text{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .faq__item-answer-text{
    font-size: 14px;
  }
}

/* contact */
#contact{
  padding: 124px 10px;
}
@media screen and (max-width: 767px) {
  #contact{
    padding: 50px 10px 84px;
  }
}

.contact__headline{
  font-size: 32px;
  font-weight: 700;
  color: #3D3D3D;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .contact__headline{
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* form */
#contact #mrc_webform table.mrc_webform_questionnaire, #contact #mrc_download table.mrc_webform_questionnaire{
  border: solid 1px #979797!important;
}

#contact #mrc_webform .mrc_webform_row td{
  padding: 0!important;
}

#contact #mrc_webform .mrc_webform_custtitle th, #contact #mrc_webform .mrc_webform_custinfo th, 
#contact #mrc_download .mrc_webform_custtitle th, #contact #mrc_download .mrc_webform_custinfo th, #contact .mrc_webform_row .mrc_webform_q{
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 24px!important;
  vertical-align: middle;
  padding: 24px 20px!important;
  border: none!important;
}
@media screen and (max-width: 767px) {
  #contact #mrc_webform .mrc_webform_custtitle th, #contact #mrc_webform .mrc_webform_custinfo th, 
  #contact #mrc_download .mrc_webform_custtitle th, #contact #mrc_download .mrc_webform_custinfo th, #contact .mrc_webform_row .mrc_webform_q{
    display: block;
    padding: 8.5px 15px!important;
  }
}

.mrc_webform_custtitle{
  display: none!important;
}

#contact #mrc_webform .mrc_webform_custinfo td, #contact #mrc_download .mrc_webform_custinfo td, #contact .mrc_webform_row .mrc_webform_a{
  font-size: 16px!important;
  font-weight: 400!important;
  line-height: 24px!important;
  padding: 12px 0 12px 17px!important;
  border: none!important;
}
@media screen and (max-width: 767px) {
  #contact #mrc_webform .mrc_webform_custinfo td, #contact #mrc_download .mrc_webform_custinfo td, #contact .mrc_webform_row .mrc_webform_a{
    display: block;
    padding: 12px 0 12px 11px!important;
  }
}

#contact tr.mrc_webform_row.mrc_webform_company_r.mrc_webform_custinfo{
  border-top: solid 1px #979797!important;
}

#contact #mrc_webform .mrc_webform_row input[type='text'], #contact #mrc_webform .mrc_webform_row input[type='date'], #contact #mrc_webform .mrc_webform_row input[type='number'], #contact #mrc_webform .mrc_webform_row input[type='email'], #mrc_webform .mrc_webform_row input[type='tel'], #contact #mrc_webform .mrc_webform_row select,
#contact #mrc_download .mrc_webform_row input[type='text'], #contact #mrc_download .mrc_webform_row input[type='date'], #contact #mrc_download .mrc_webform_row input[type='number'], #contact #mrc_download .mrc_webform_row input[type='email'], #mrc_download .mrc_webform_row input[type='tel'], #contact #mrc_download .mrc_webform_row select{
  margin-bottom: 0 !important;
}

#contact #mrc_webform .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input, #contact #mrc_download .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input{
  width: calc(98% - 60px)!important;
  padding: 10px!important;
  border-style: solid!important;
  border-width: 1px!important;
  border-color: #AAA #CCC #CCC #AAA!important;
  border-radius: 8px!important;
}
@media screen and (max-width: 767px) {
  #contact #mrc_webform .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input, #contact #mrc_download .mrc_webform_row.mrc_webform_custinfo .mrc_webform_a input{
    padding: 9px!important;
  }
}

#contact #mrc_webform span.mrc_webform_req, #contact #mrc_download span.mrc_webform_req{
  font-size: 14px!important;
  font-weight: 500!important;
  line-height: 24px!important;
  margin-left: 10px!important;
  padding: 0 6px!important;
  border-radius: 4px!important;
}

#contact #mrc_webform .mrc_webform_row .mrc_webform_a label, #contact #mrc_download .mrc_webform_row .mrc_webform_a label{
  margin: 12px 25px 12px 0!important;
}
@media screen and (max-width: 767px) {
  #contact #mrc_webform .mrc_webform_row .mrc_webform_a label, #contact #mrc_download .mrc_webform_row .mrc_webform_a label{
    display: block!important;
    margin: 0!important;
    padding: 0px 0px 12px 20px!important;
  }
}

#contact #mrc_webform .mrc_webform_row .mrc_webform_a input[type='checkbox'], #contact #mrc_download .mrc_webform_row .mrc_webform_a input[type='checkbox']{
  margin: 3px 8px 5px 0 !important;
}
@media screen and (max-width: 767px) {
  #contact #mrc_webform .mrc_webform_row .mrc_webform_a input[type='checkbox'], #contact #mrc_download .mrc_webform_row .mrc_webform_a input[type='checkbox']{
    margin: 3px 8px 5px 4px !important; 
  }
}

#contact #mrc_webform .mrc_webform_button, #contact #mrc_download .mrc_webform_button{
  max-width: 427px;
  margin: 68px auto 0!important;
}

#contact #mrc_webform .mrc_webform_button button, #contact #mrc_download .mrc_webform_button button{
  width: 100%!important;
  font-size: 20px!important;
  font-weight: 700!important;
  line-height: 28.96px!important;
  padding: 20px!important;
  border: solid 2px #074B96!important;
  border-radius: 50px!important;
}

#contact .mrc_webform_spacer{
  display: none;
}

/* footer */
.l-footer{
  color: #FFFFFF;
  background: #074B96;
  padding: 20px 18px;
}
@media screen and (max-width: 767px) {
  .l-footer{
    padding: 29px 18px 14px;
  }
}

.l-footer__logo{
  text-align: center;
  margin-bottom: 32px;
  @media screen and (max-width: 767px) {
    margin-bottom: 42px;
  }
}

.l-footer__copyright{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

/* floating */
.floating-container {
  position: fixed;
  top: 50%; /* 画面の中央に配置 */
  transform: translateY(-50%);
  right: 0; /* 右端に配置 */
}
@media screen and (max-width: 582px) {
  .floating-container {
    position: sticky;
    top: initial;
    bottom: 3%;
  }
}

.floating-content {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  color: #3D3D3D;
  background-color: #FFDA16;
  padding: 20px 14px 16px 16px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: none;
  border-radius: 16px 0 0 16px;
  text-align: center;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 582px) {
  .floating-content {
    display: none!important;
  }
}

.floating-content:hover{
  background: #CCAC06;
  opacity: 1;
}

.floating__button{
  display: none!important;
}
@media screen and (max-width: 582px) {
  .floating__button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 330px;
    color: #3D3D3D;
    text-align: center;
    background: #FFDA16;
    margin: 0 auto;
    padding: 6px 24px 6px 54px;
    border: solid 1px #3D3D3D;
    border-radius: 35px;
    z-index: 1;
  }
}

.floating__button:hover{
  background: #CCAC06;
  opacity: 1;
}

.floating__button-text{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.floating__button-text span, .floating__button span{
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.floating__button-icon{
  position: absolute;
  top: 50%;
  right: 5%;
  translate: -50% -50%;
}
