@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.pace {
  padding-top: 50px;
  padding-bottom: 110px;
  background: url(../img/guide/main_bg.webp) no-repeat bottom;
  background-size: 100% 70%;
}
@media screen and (max-width: 1000px) {
  .pace {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 818px) {
  .pace {
    padding-bottom: 0;
    padding-top: 30px;
    background: url(../img/guide/main_bg_sp.webp) no-repeat bottom;
    background-size: 100% 89%;
  }
}
.pace .pace_ttl {
  text-align: center;
  color: #3C996D;
  font-weight: 500;
  font-size: 35px;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 70px;
}
@media screen and (max-width: 818px) {
  .pace .pace_ttl {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.pace dl {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 950px) {
  .pace dl {
    align-items: end;
  }
}
@media screen and (max-width: 818px) {
  .pace dl {
    display: block;
  }
}
.pace dl dt {
  width: 42%;
  padding-right: 125px;
}
@media screen and (max-width: 1300px) {
  .pace dl dt {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .pace dl dt {
    padding-right: 30px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dt {
    width: 100%;
    padding-right: 20px;
  }
}
.pace dl dt img {
  border-radius: 0 80px 0 0;
}
.pace dl dd {
  color: #3C996D;
  width: 58%;
  text-align: left;
  max-width: 560px;
  padding-right: 20px;
}
@media screen and (max-width: 1100px) {
  .pace dl dd {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd {
    max-width: 100%;
    margin-top: 19px;
    width: 100%;
    line-height: 1.466;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.pace dl dd .dd01 {
  text-align: left;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 30px;
  line-height: 1.59;
  font-weight: 500;
}
@media screen and (max-width: 1380px) {
  .pace dl dd .dd01 {
    font-size: 28px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd .dd01 {
    font-size: 22px;
  }
}
.pace dl dd p {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  margin-top: 32px;
}
@media screen and (max-width: 1380px) {
  .pace dl dd p {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .pace dl dd p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 818px) {
  .pace dl dd p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
  }
}
.service {
  position: relative;
  z-index: 50;
}
.service::after {
  position: absolute;
  content: "";
  width: 88.125%;
  height: 100%;
  left: 0;
  bottom: -9px;
  z-index: 1;
  background: url(../img/top/service_after.png) no-repeat bottom;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service::after {
    bottom: 158px;
    width: 100%;
    height: 130px;
    background: url(../img/contact/other_after_sp.png) no-repeat bottom;
    background-size: 100% auto;
  }
}
.service .inner {
  padding-top: 85px;
  padding-bottom: 155px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 818px) {
  .service .inner {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}
.service .other_sub {
  text-align: center;
  color: #E78338;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
}
@media screen and (max-width: 818px) {
  .service .other_sub {
    font-size: 16px;
  }
}
.service .other_sub span {
  font-size: 20px;
}
@media screen and (max-width: 818px) {
  .service .other_sub span {
    font-size: 13px;
  }
}
.service .other_ttl {
  text-align: center;
  color: #3C996D;
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .service .other_ttl {
    line-height: 1.2;
    font-size: 25px;
  }
}
.service .other_ul {
  display: flex;
  margin: auto;
  margin-top: 25px;
  column-gap: 33px;
}
@media screen and (max-width: 818px) {
  .service .other_ul {
    margin-top: 16px;
    display: block;
    max-width: 100%;
  }
}
.service .other_ul li {
  width: calc(33.3333% - 22px);
  border-radius: 20px;
}
@media screen and (max-width: 818px) {
  .service .other_ul li {
    width: 100%;
    border-radius: 10px;
  }
  .service .other_ul li + li {
    margin-top: 20px;
  }
}
.service .other_ul li .ttl {
  border-radius: 20px 20px 0 0;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.25;
  text-align: center;
  background: #3C996D;
}
@media screen and (max-width: 818px) {
  .service .other_ul li .ttl {
    font-size: 18px;
    height: 70px;
  }
}
.service .other_ul li:nth-child(2) .ttl {
  background: #A0C916;
}
.service .other_ul li .img img {
  border-radius: 0 0 20px 20px;
}
.service .other_btn {
  margin: auto;
  margin-top: 45px;
  display: flex;
  column-gap: 33px;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 818px) {
  .service .other_btn {
    display: block;
    margin-top: 35px;
  }
}
.service .other_btn .btn {
  max-width: 380px;
  line-height: 60px;
  border-radius: 60px;
  position: relative;
  display: block;
  background: #E78338;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  padding-left: 72px;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .service .other_btn .btn {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 44px;
    font-size: 14px;
    padding-left: 0;
    text-align: center;
  }
  .service .other_btn .btn + .btn {
    margin-top: 10px;
  }
}
.service .other_btn .btn::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 32px;
  left: 27px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/yellow_after_big.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .service .other_btn .btn::after {
    width: 24px;
    height: 24px;
    left: 20px;
  }
}
.point .inner {
  padding-top: 90px;
  padding-bottom: 127px;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 818px) {
  .point .inner {
    padding-top: 45px;
    padding-bottom: 70px;
  }
}
.point .point_ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  line-height: 1.45;
}
@media screen and (max-width: 818px) {
  .point .point_ttl {
    font-size: 25px;
  }
}
.point .point_ttl span {
  font-size: 25px;
}
@media screen and (max-width: 818px) {
  .point .point_ttl span {
    font-size: 17px;
    letter-spacing: -0.05em;
  }
}
.point .point_list {
  margin-top: 78px;
}
@media screen and (max-width: 818px) {
  .point .point_list {
    margin-top: 40px;
  }
}
.point .point_list li:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .point .point_list li:nth-child(2) {
    margin-top: 45px;
  }
}
.point .point_list li:nth-child(even) dl {
  flex-direction: row-reverse;
}
.point .point_list li:nth-child(even) dl dt {
  padding-right: 0;
  padding-left: 45px;
}
@media screen and (max-width: 820px) {
  .point .point_list li:nth-child(even) dl dt {
    padding-left: 0;
  }
}
.point .point_list li:nth-child(even) dl dt img {
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 820px) {
  .point .point_list li:nth-child(even) dl dt img {
    border-radius: 0 40px 0 0;
  }
}
.point .point_list li:nth-child(even) dl dd {
  padding-left: 0;
  padding-right: 45px;
  justify-content: end;
}
@media screen and (max-width: 820px) {
  .point .point_list li:nth-child(even) dl dd {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.point .point_list li:nth-child(3) {
  margin-top: 110px;
}
@media screen and (max-width: 820px) {
  .point .point_list li:nth-child(3) {
    margin-top: 40px;
  }
}
.point .point_list li dl {
  display: flex;
  align-items: end;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl {
    display: block;
  }
}
.point .point_list li dl dt {
  width: 50%;
  padding-right: 45px;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.point .point_list li dl dt img {
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dt img {
    border-radius: 0 40px 0 0;
  }
}
.point .point_list li dl dd {
  width: 50%;
  padding-left: 45px;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dd {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.point .point_list li dl dd .dd_box {
  max-width: 525px;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dd .dd_box {
    max-width: 100%;
  }
}
.point .point_list li dl dd .dd_box .icon {
  background: #D3939D;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  font-size: 40px;
  font-family: "Kiwi Maru", serif;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.01;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dd .dd_box .icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.point .point_list li dl dd .dd_box .ttl {
  text-align: left;
  font-size: 35px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  line-height: 1.45;
  margin-bottom: 28px;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dd .dd_box .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.point .point_list li dl dd .dd_box p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  max-width: 490px;
}
@media screen and (max-width: 820px) {
  .point .point_list li dl dd .dd_box p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 100%;
  }
}
.heya {
  position: relative;
}
.heya::after {
  background: #FAECE0;
  position: absolute;
  content: "";
  border-radius: 0 200px 0 200px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
}
@media screen and (max-width: 818px) {
  .heya::after {
    border-radius: 0 60px 0 60px;
  }
}
.heya .inner {
  position: relative;
  z-index: 10;
  padding-bottom: 90px;
}
@media screen and (max-width: 818px) {
  .heya .inner {
    padding-bottom: 60px;
  }
}
.heya .greenbg_ttl {
  background: #3C996D;
  color: #ffffff;
  line-height: 89px;
  border-radius: 0 20px 20px 0;
  max-width: 544px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 35px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  position: relative;
}
.heya .greenbg_ttl::after {
  background: #3C996D;
  position: absolute;
  content: "";
  border-radius: 0 20px 20px 0 ;
  bottom: 0;
  right: 0;
  width: 500%;
  height: 100%;
}
@media screen and (max-width: 818px) {
  .heya .greenbg_ttl {
    font-size: 22px;
    max-width: 250px;
    line-height: 59px;
  }
}
.heya .greenbg_ttl span {
  position: relative;
  z-index: 10;
}
.heya .heya_box {
  margin: auto;
  margin-top: 55px;
  max-width: 840px;
}
@media screen and (max-width: 818px) {
  .heya .heya_box {
    margin-top: 35px;
  }
}
.heya .heya_box .img_txt {
  line-height: 56px;
  text-align: center;
  color: #3C996D;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  background: #ffffff;
}
@media screen and (max-width: 818px) {
  .heya .heya_box .img_txt {
    font-size: 18px;
    line-height: 48px;
  }
}
.heya .heya_box .heya_box_ttl {
  margin-top: 20px;
  text-align: left;
  color: #3C996D;
  font-size: 35px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  margin-bottom: 28px;
}
@media screen and (max-width: 818px) {
  .heya .heya_box .heya_box_ttl {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 24px;
  }
}
.heya .heya_box p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 818px) {
  .heya .heya_box p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.6;
  }
}
.heya .heya_box .sub_p {
  margin-top: 20px;
}
.heya .heya_box .p_key {
  max-width: 548px;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 818px) {
  .heya .heya_box .p_key {
    gap: 5px;
    column-gap: 5px;
    max-width: 100%;
    margin-top: 15px;
  }
}
.heya .heya_box .p_key span {
  display: block;
  background: #91C961;
  line-height: 1.01;
  color: #ffffff;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 80px;
}
@media screen and (max-width: 818px) {
  .heya .heya_box .p_key span {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.other01 {
  margin-top: 40px;
}
.other01::after {
  background: #FAF4E0;
}
.other01 .heya_box {
  max-width: 100%;
  margin-top: 35px;
}
.other01 .other_list {
  padding: 40px 15px 0 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 818px) {
  .other01 .other_list {
    gap: 20px;
    column-gap: 20px;
    padding: 30px 0 0 0;
  }
}
.other01 .other_list li {
  width: calc(50% - 15px);
  background: #ffffff;
  border-radius: 20px;
  padding: 20px 30px 22px 30px;
}
@media screen and (max-width: 818px) {
  .other01 .other_list li {
    padding: 20px 15px 22px 15px;
    width: 100%;
  }
  .other01 .other_list li img {
    border-radius: 20px;
  }
}
.other01 .other_list li .list_ttl {
  text-align: center;
  margin-top: 22px;
  font-size: 25px;
  font-family: "Kiwi Maru", serif;
  color: #3C996D;
  font-weight: 500;
  line-height: 1.44;
}
@media screen and (max-width: 818px) {
  .other01 .other_list li .list_ttl {
    font-size: 18px;
    margin-top: 12px;
  }
}
.other02::after {
  background: #FBECE0;
}
.addr .inner {
  padding-top: 90px;
  padding-bottom: 60px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 818px) {
  .addr .inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.addr .addr_ttl {
  text-align: center;
  color: #3C996D;
  font-family: "Kiwi Maru", serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.43;
  margin-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .addr .addr_ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.addr dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .addr dl {
    display: block;
  }
}
.addr dl dt {
  width: calc(100% - 500px);
}
@media screen and (max-width: 818px) {
  .addr dl dt {
    margin-bottom: 30px;
    width: 100%;
  }
}
.addr dl dt iframe {
  width: 100%;
  height: 430px;
  border: none;
  border-radius: 0 80px 0 0;
}
@media screen and (max-width: 818px) {
  .addr dl dt iframe {
    height: 250px;
    border-radius: 0 40px 0 0;
  }
}
.addr dl dd {
  width: 500px;
  padding-left: 60px;
  padding-right: 130px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .addr dl dd {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.addr dl dd ul {
  width: 100%;
}
.addr dl dd ul li + li {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #3C996D;
}
@media screen and (max-width: 818px) {
  .addr dl dd ul li + li {
    margin-top: 35px;
    padding-top: 25px;
  }
}
.addr dl dd ul li .add {
  padding-left: 50px;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
}
.addr dl dd ul li .add::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 36px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/guide/addr_icon01.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.addr dl dd ul li .add p {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #3C996D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .addr dl dd ul li .add p {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.addr dl dd ul li .add a {
  display: block;
  line-height: 52px;
  text-align: center;
  border-radius: 52px;
  border: 1px solid #3C996D;
  color: #3C996D;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .addr dl dd ul li .add a {
    line-height: 45px;
  }
}
.addr dl dd ul li .tel {
  display: block;
  padding-left: 50px;
  position: relative;
  text-align: left;
  color: #3C996D;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.01;
  font-family: "Kiwi Maru", serif;
  width: fit-content;
}
.addr dl dd ul li .tel::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/guide/addr_icon02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.addr dl dd ul li .tel span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
.about {
  background: #E5F0CD;
}
.about .inner {
  padding-top: 65px;
  padding-bottom: 65px;
}
.about .about_ttl {
  text-align: center;
  color: #3C996D;
  font-size: 46px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .about .about_ttl {
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 25px;
  }
}
.about .about_box {
  background: #ffffff;
  border-radius: 20px;
  padding: 55px 20px 90px 20px;
}
@media screen and (max-width: 818px) {
  .about .about_box {
    padding: 35px 20px 40px 20px;
  }
}
.about .about_box .about_item {
  width: 100%;
  max-width: 940px;
  margin: auto;
}
.about .about_box .about_img {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 818px) {
  .about .about_box .about_img {
    display: block;
  }
}
.about .about_box .about_img img {
  width: calc(50% - 10px);
}
@media screen and (max-width: 818px) {
  .about .about_box .about_img img {
    width: 100%;
  }
  .about .about_box .about_img img + img {
    margin-top: 20px;
  }
}
.about .about_box ul {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .about .about_box ul {
    margin-top: 25px;
  }
}
.about .about_box ul li + li {
  margin-top: 20px;
}
.about .about_box ul dl {
  font-size: 20px;
  display: flex;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px solid #3C996D;
}
@media screen and (max-width: 818px) {
  .about .about_box ul dl {
    font-size: 15px;
  }
}
.about .about_box ul dl dt {
  padding-bottom: 20px;
  width: 160px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 818px) {
  .about .about_box ul dl dt {
    padding-bottom: 15px;
    width: 90px;
  }
}
.about .about_box ul dl dt::after {
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #3C996D;
}
.about .about_box ul dl dd {
  width: calc(100% - 160px);
  padding-bottom: 20px;
  padding-left: 50px;
  overflow-wrap: break-word;
}
@media screen and (max-width: 818px) {
  .about .about_box ul dl dd {
    padding-bottom: 15px;
    width: calc(100% - 90px);
    padding-left: 10px;
  }
}
.pdf {
  display: block;
  width: fit-content;
  max-width: 370px;
  width: 100%;
  color: #ffffff !important;
  background: #E78338;
  position: relative;
  line-height: 50px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Kiwi Maru", serif;
  text-align: center;
}
.pdf + .pdf {
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .pdf {
    line-height: 1.2;
    font-size: 13px;
    min-height: 50px;
    display: flex;
    align-items: ju;
    align-items: center;
    text-align: left;
    padding-left: 43px;
    letter-spacing: -0.5px;
  }
}
.pdf::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  left: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/plan/pdf_icon01.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pdf::after {
    left: 18px;
    width: 22px;
    height: 22px;
  }
}
.pdf::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 24px;
  right: 46px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/plan/pdf_icon02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .pdf::before {
    right: 22px;
    width: 14px;
    height: 18.6px;
  }
}
