/* section1 */

.section1 {
  padding-top: 45px;
  background-image: url("../../assets/img/bg/bg_white.png");
  background-size: contain;
  position: relative;
  z-index: 5;
}

@media (max-width: 767px) {
  .section1 {
    padding-top: 20px;
  }
}

.section1:after {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/sec01_Arrow_pc.png);
  width: 502px;
  height: 55px;
  background-size: contain;
  left: 50%;
  bottom: -40px;
  margin-left: -258px;
  z-index: -1;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section1:after {
    background-image: url(../../assets/img/sec01_Arrow_sp.png);
    width: 273px;
    height: 25px;
    background-size: contain;
    left: 50%;
    bottom: -25px;
    margin-left: -136.5px;
    z-index: -1;
  }
}

.sec01_title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sec01_title {
    margin-bottom: 0px;
  }
}

.sec01_title .pc {
  width: 94.5%;
  max-width: 1037px;
  margin: auto;
}

.sec01_title .sp {
  max-width: 657px;
  width: 90%;
}

.sec01_titleIllust .pc {
  max-width: 1031px;
  width: 90%;
  margin: auto;
  transform: translateY(15px);
}

.sec01_titleIllust .sp {
  max-width: 657px;
  width: 96%;
  margin: auto;
  transform: translateY(20px);
}

@media (mAX-width: 767px) {
  .sec01_titleIllust .sp {
    transform: translateY(16px);
  }
}

/* section2 */

.section2 {
  background-image: url("../../assets/img/bg/bg_lightgreen.png");
  background-size: contain;
  position: relative;
  z-index: 4;
}

.section2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-image: url("../../assets/img/bg/sectionline_lightgreen_pc.png");
  background-size: contain;
  bottom: -15px;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .section2:after {
    width: 100%;
    height: 15px;
    background-image: url("../../assets/img/bg/sectionline_lightgreen_sp.png");
  }
}

.sec02_beige {
  padding-top: 90px;
  background-image: url("../../assets/img/bg/bg_beige.png");
}

@media (max-width: 767px) {
  .sec02_beige {
    padding-top: 60px;
  }
}

.sec02_title {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .sec02_title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sec02_title {
    margin-bottom: 34px;
  }
}

.sec02_title .pc {
  max-width: 740px;
  width: 90%;
}

.sec02_title .sp {
  width: 70%;
}

@media (max-width: 767px) {
  .sec02_title .sp {
    max-width: 306px;
    width: 90%;
  }
}

.sec02_titleIllust {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .sec02_titleIllust {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .sec02_titleIllust {
    margin-bottom: 30px;
  }
}

.sec02_titleIllust img {
  max-width: 473px;
  transform: translateY(114px);
  margin-top: -102px;
  z-index: 5;
}

@media (max-width: 991px) {
  .sec02_titleIllust img {
    /*max-width: 266px;*/
    width: 70%;
    transform: translateY(64px);
    margin-top: -76px;
    z-index: 5;
  }
}

@media (max-width: 767px) {
  .sec02_titleIllust img {
    max-width: 266px;
    width: 90%;
    transform: translateY(64px);
    margin-top: -76px;
    z-index: 5;
  }
}

.sec02_green {
  padding-top: 106px;
  padding-bottom: 80px;
  /*background-image: url("../../assets/img/bg/bg_lightgreen.png");*/
  z-index: -1;
  /*margin-left: calc(-50vw + 50%);*/
  /*margin-right: calc(-50vw + 50%);*/
  /*position: relative;*/
  /*left: 50%;*/
  /*width: 100vw;*/
  /*max-width: 100%;*/
  /*margin-left: -50%;*/
  /*position: relative;*/
  /*left: 50%;*/
  /*width: max(100vw, 100%);*/
  /*margin-left: calc(-50vw + 50%);*/
  /*margin-right: calc(-50vw + 50%);*/
  /*overflow-x: hidden;*/
}

@media (max-width: 767px) {
  .sec02_green {
    padding-top: 54px;
    padding-bottom: 24px;
    z-index: -1;
  }
}

.sec02_point {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .sec02_point {
    margin-bottom: 28px;
  }
}

.sec02_point .pc {
  max-width: 1074px;
  width: 90%;
  margin: auto;
}

.sec02_point .sp {
  width: 70%;
}

@media (max-width: 767px) {
  .sec02_point .sp {
    /*max-width: 316px;*/
    width: 100%;
  }
}

.sec02_text {
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .sec02_text {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .sec02_text {
    margin-bottom: 28px;
  }
}

.sec02_text .pc {
  max-width: 934px;
  width: 80%;
  margin: auto;
}

.sec02_text .sp {
  /*max-width: 258px;*/
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .sec02_text .sp {
    /*max-width: 258px;*/
    width: 80%;
    /*margin: auto;*/
  }
}

.sec02_tips .pc {
  max-width: 1060px;
  width: 90%;
  margin: auto;
}

.sec02_tips .sp {
  width: 70%;
  margin: auto;
}

@media (max-width: 767px) {
  .sec02_tips .sp {
    /*max-width: 312px;*/
    width: 96%;
  }
}

/* section3 */

.section3 {
  position: relative;
  background-image: url("../../assets/img/bg/bg_white.png");
  background-size: contain;
  z-index: 3;
  padding-top: 48px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section3 {
    padding-top: 24px;
    padding-bottom: 30px;
  }
}

.section3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-image: url("../../assets/img/bg/sectionline_white_pc.png");
  background-size: contain;
  bottom: -15px;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .section3:after {
    width: 100%;
    height: 15px;
    background-image: url("../../assets/img/bg/sectionline_white_sp.png");
  }
}

.sec03_title {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .sec03_title {
    margin-bottom: 14px;
  }
}

.sec03_title img {
  max-width: 724px;
  width: 90%;
}

@media (max-width: 991px) {
  .sec03_title img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec03_title img {
    max-width: 331px;
    width: 90%;
  }
}

.sec03_step {
  padding-left: 71px;
  margin-bottom: 42px;
}

@media (max-width: 991px) {
  .sec03_step {
    padding-left: 0px;
    margin-bottom: 42px;
  }
}

@media (max-width: 767px) {
  .sec03_step {
    padding-left: 10px;
    margin-bottom: 20px;
  }
}

.sec03_step .pc {
  max-width: 998px;
  width: 90%;
  margin: auto;
}

@media (max-width: 991px) {
  .sec03_step .sp {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec03_step .sp {
    width: 100%;
  }
}

.sec03_tips .pc {
  max-width: 1060px;
  width: 90%;
  margin: auto;
}

.sec03_tips .sp {
  width: 70%;
}

@media (max-width: 767px) {
  .sec03_tips .sp {
    /*max-width: 335px;*/
    width: 96%;
  }
}

/* section4 */

.section4 {
  position: relative;
  background-image: url("../../assets/img/bg/bg_lightgreen.png");
  background-size: contain;
  padding-top: 30px;
  padding-bottom: 89px;
  z-index: 2;
}

@media (max-width: 767px) {
  .section4 {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}

.section4:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background-image: url("../../assets/img/bg/sectionline_lightgreen_pc.png");
  background-size: contain;
  bottom: -15px;
  background-repeat: repeat-x;
}

@media (max-width: 767px) {
  .section4:after {
    width: 100%;
    height: 15px;
    background-image: url("../../assets/img/bg/sectionline_lightgreen_sp.png");
  }
}

.sec04_title {
  margin-bottom: 34px;
}

@media (max-width: 767px) {
  .sec04_title {
    margin-bottom: 10px;
  }
}

.sec04_title img {
  max-width: 724px;
  width: 90%;
}

@media (max-width: 991px) {
  .sec04_title img {
    /*max-width: 724px;*/
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec04_title img {
    max-width: 328px;
    width: 100%;
  }
}

.sec04_voice .pc {
  max-width: 1064px;
  width: 90%;
  margin: auto;
}

.sec04_voice .sp {
  width: 70%;
}

@media (max-width: 767px) {
  .sec04_voice .sp {
    /*max-width: 328px;*/
    width: 96%;
  }
}

/* section5 */

.section5 {
  position: relative;
  background-image: url("../../assets/img/bg/bg_white.png");
  background-size: 50px 50px;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 270px;
}

@media (max-width: 767px) {
  .section5 {
    padding-top: 20px;
    padding-bottom: 130px;
  }
}

.section5:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 151.5px;
  background-image: url("../../assets/img/sec06_linehouse_pc.png");
  background-position: bottom;
  background-size: cover;
  bottom: 0;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .section5:after {
    height: 76px;
    background-image: url("../../assets/img/sec06_linehouse_sp.png");
    background-position: bottom;
    background-size: cover;
    bottom: 0;
    background-repeat: no-repeat;
  }
}

.sec05_title {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sec05_title {
    margin-bottom: 10px;
  }
}

.sec05_title img {
  max-width: 724px;
  width: 90%;
}

.faq {
  background-color: #fff;
  padding-top: 52px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  border-radius: 60px;
  box-shadow: 2px 3px 3px 1px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
  .faq {
    /*min-height: 73px;*/
    padding-top: 20px;
    border-radius: 30px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.18);
  }
}

.faq:not(:last-child) {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .faq:not(:last-child) {
    margin-bottom: 20px;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  margin: 0;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
  color: #4b2e2e;
  padding-left: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .acd-label {
    padding-right: 60px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .acd-label {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 10px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .acd-label {
    padding-right: 36px;
  }
}

.acd-label:after {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background-size: contain;
  background-image: url("../../assets/img/sec05_open.png");
  right: 22px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .acd-label:after {
    width: 20px;
    height: 20px;
    right: 17px;
  }
}

.acd-check:checked + .acd-label:after {
  width: 44px;
  height: 44px;
  background-size: contain;
  background-image: url("../../assets/img/sec05_close.png");
  transition: 0.3s;
}

@media (max-width: 767px) {
  .acd-check:checked + .acd-label:after {
    width: 20px;
    height: 20px;
  }
}

.acd-label span {
  display: inline-block;
}

.acd-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  color: #4b2e2e;
  background-color: #eef6e1;
  padding-bottom: 49px;
  border-radius: 0 0 60px 60px;
}

@media (max-width: 767px) {
  .acd-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.3s;
    font-size: 14px;
    padding-bottom: 20px;
    border-radius: 0 0 30px 30px;
  }
}

.answer-contents {
  display: flex;
  padding: 37px 95px 0 34px;
}

@media (max-width: 991px) {
  .answer-contents {
    padding: 20px 45px 0 34px;
  }
}

@media (max-width: 767px) {
  .answer-contents {
    padding: 20px 21px 0 17px;
  }
}

.acd-check:checked + .acd-label + .acd-content {
  max-height: 360px;
  opacity: 1;
  transition: 0.3s;
  margin: 40px auto 0 auto;
}

@media (max-width: 991px) {
  .acd-check:checked + .acd-label + .acd-content {
    max-height: 430px;
    margin: 40px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .acd-check:checked + .acd-label + .acd-content {
    margin: 25px auto 0 auto;
  }
}

.question {
  width: 32px;
  margin-right: 20px;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .question {
    width: 17px;
    margin-right: 8px;
    margin-top: -2px;
  }
}

.answer {
  width: 32px;
  height: 32px;
  margin-right: 20px;
  margin-top: 7px;
}

@media (max-width: 767px) {
  .answer {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    margin-top: 5px;
  }
}

/* section6 */

.section6 {
  position: relative;
  background-image: url("../../assets/img/bg/bg_green.png");
  background-size: contain;
  z-index: 10;
  padding-top: 40px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section6 {
    padding-bottom: 30px;
  }
}

.sec06-box {
  background-color: #fff;
  border-radius: 40px;
  max-width: 1060px;
  padding-bottom: 68px;
  margin: auto;
}

@media (max-width: 1199px) {
  .sec06-box {
    background-color: #fff;
    border-radius: 40px;
    max-width: 879px;
    padding-bottom: 68px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  .sec06-box {
    padding-bottom: 36px;
  }
}

@media (max-width: 575px) {
  .sec06-box {
    max-width: 326px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .sec06_title {
    margin-bottom: -20px;
  }
}

.sec06_title .pc {
  max-width: 1106px;
  transform: translateY(-37px);
}

@media (max-width: 1199px) {
  .sec06_title .pc {
    max-width: 918px;
  }
}

.sec06_title .sp {
  width: 703px;
  transform: translateY(-33px);
}

@media (max-width: 767px) {
  .sec06_title .sp {
    width: 522px;
  }
}

@media (max-width: 575px) {
  .sec06_title .sp {
    width: 330px;
  }
}

@media (max-width: 359px) {
  .sec06_title .sp {
    width: 101%;
  }
}

.sec06_button_cta_box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec06_button_cta_box {
    margin-bottom: 20px;
  }
}

.sec06_text {
  max-width: 405px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .sec06_text {
    /*max-width: 205px;*/
    width: 60%;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .sec06_text {
    /*max-width: 225px;*/
    width: 64%;
  }
}

@media (max-width: 575px) {
  .sec06_button_box .sec06_text {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .sec06_tel_box .sec06_text {
    margin-bottom: 10px;
  }
}

.sec06_button_shop_box .sec06_text, .sec06_button_box .sec06_text {
  margin-bottom: 0;
}

.sec06_button_cta .pc img {
  max-width: 820px;
}

.sec06_button_cta .sp img {
  width: 70%;
}

@media (max-width: 575px) {
  .sec06_button_cta .sp img {
    width: 90%;
  }
}

.sec06_tel_box {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sec06_tel_box {
    margin-bottom: 17px;
  }
}

.sec06_tel .pc {
  max-width: 820px;
  margin: auto;
}

.sec06_tel .sp {
  width: 70%;
}

@media (max-width: 575px) {
  .sec06_tel .sp {
    width: 90%;
  }
}

.sec06_button_shop_box {
  padding: 0 30px 68px 30px;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .sec06_button_shop_box {
    padding: 0 30px 48px 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .sec06_button_shop_box {
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .sec06_button_shop_box {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.sec06_button_shop_box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../assets/img/sec06_linedot_pc.png);
}

@media (max-width: 1199px) {
  .sec06_button_shop_box:after {
    width: 90%;
    height: 5px;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .sec06_button_shop_box:after {
    width: 90%;
    height: 5px;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../../assets/img/sec06_linedot_sp.png");
  }
}

.sec06_button_shop img {
  max-width: 500px;
  height: auto;
  width: 100%;
}

@media (max-width: 991px) {
  .sec06_button_shop img {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .sec06_button_shop img {
    /*width: 70%;*/
  }
}

@media (max-width: 575px) {
  .sec06_button_shop img {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .sec06_shop_wrap {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .sec06_shop_wrap {
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .sec06_shop_wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .sec06_button_shop_wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sec06_button_shop_wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .shop_box {
    margin: auto;
    display: inline-block;
  }
}

.shop_list {
  display: flex;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}

@media (max-width: 767px) {
  .shop_list {
    font-size: 11px;
  }
}

.shopname.blue {
  color: #3671de;
}

.shopname.pink {
  color: #f7528c;
}

@media (max-width: 1199px) {
  .shopname.pink {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .shopname.pink {
    width: auto;
  }
}

.shopname.orange {
  color: #ffaa07;
}

@media (max-width: 1199px) {
  .shopname.orange {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .shopname.orange {
    width: auto;
  }
}

.shopname.yellow {
  color: #ffc600;
}

.shopname.red-orange {
  color: #ff6714;
}

.store span {
  display: inline-block;
}

.sec06_Imge_shop {
  max-width: 412px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sec06_Imge_shop {
    width: 66%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .sec06_Imge_shop {
    width: 78%;
  }
}

.office_address {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .office_address {
    font-size: 13px;
  }
}

.office_address .green {
  color: #335c04;
}

.sec06_button_box {
  padding: 0 30px;
}

@media (max-width: 991px) {
  .search_box {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .search_box {
    margin-bottom: 10px;
  }
}

.sec06_button img {
  max-width: 500px;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .sec06_button img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  .sec06_button img {
    width: 90%;
  }
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.block {
  max-width: 1000px;
  margin: 0 auto;
}

/* ==================== Footer ==================== */

.footer {
  padding: 20px 0;
  background-color: #009143;
  color: #fff;
  width: 100%;
  position: relative;
}

.footer-logo img {
  width: 345px;
}

@media (max-width: 575px) {
  .footer-logo img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .footer-logo img {
    width: 240px;
  }
}

.footer-text {
  text-align: left;
  margin-bottom: 10px;
}

.footer-text p {
  font-size: 15px;
}

@media (min-width: 768px) {
  .footer-text p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .footer-text {
    margin-top: 20px;
  }
}

.footer-list {
  text-align: left;
  padding-left: 0;
  font-size: 12px;
}

.footer li {
  display: inline-block;
}

.footer li:nth-child(odd) {
  margin-right: 1.5rem;
}

.contact-fix {
  position: fixed;
  left: 10px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(184, 211, 181, 0.9);
  padding: 20px;
  text-decoration: none;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 767px) {
  .contact-fix {
    padding: 1rem;
  }
}

.contact-fix.show {
  opacity: 1;
  visibility: visible;
}

.contact-fix-mail, .contact-fix-telephone {
  display: inline-block;
}

@media (max-width: 991px) {
  .contact-fix-mail, .contact-fix-telephone {
    /*width: 48%;*/
  }
}

.contact-fix-mail {
  margin-right: 60px;
}

@media (max-width: 991px) {
  .contact-fix-mail {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .contact-fix-mail {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .contact-fix-mail {
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .contact-fix-mail img, .contact-fix-telephone img {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .contact-fix-mail img, .contact-fix-telephone img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .contact-fix-mail img, .contact-fix-telephone img {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .contact-fix-mail img, .contact-fix-telephone img {
    width: 150px;
  }
}

@media (max-width: 359px) {
  .contact-fix-mail img, .contact-fix-telephone img {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .contact-fix-mail img.pc, .contact-fix-telephone img.pc {
    display: none;
  }
}

@media (min-width: 992px) {
  .contact-fix-mail .img-fluid.sp, .contact-fix-telephone .sp {
    display: none;
  }
}

.contact-fix-mail:hover, .contact-fix-telephone .sp:hover {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

