@charset "utf-8";


.slider_wrap {
  position: relative;
}
.slider_wrap .slide_arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  filter: drop-shadow(3px 3px 5px rgba(0,0,0,.8));
  z-index: 10;
  cursor: pointer
}
.slider_wrap .slide_arrow.next {
  left: auto;
  right: 5%;
  transform: rotate(135deg);
}
.slider_wrap .slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
.slider_wrap .slick-dots li {
  width: 80px;
  height: 6px;
  background: #DFE1E0;
  border: none;
  text-indent: 100%;
  overflow: hidden;
  margin: 0 5px;
}
.slider_wrap .slick-dots li.slick-active {
  background: #45AC91;
}
.slider_wrap .slider .slider_contents img {
  width: 100%;
}
.slider_wrap .slick-dots li button {
  display: none;
}
.slider_wrap .movie_btn {
  display: none;
}
.proposal_area {
  background: #E7EBEA;
  text-align: center;
  padding: 10% 5%;
}
.proposal_area .inner .headtxt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #13937C;
  padding-bottom: 10px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.proposal_area .inner .headtxt::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #13937C;
  border-right: 2px solid #13937C;
  transform: rotate(45deg);
  background: #E7EBEA;
}
.proposal_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 20px;
}
.proposal_area .inner ul li {
  width: 100%;
  box-sizing: 0 0 10 rgba(0,0,0,.3);
  margin-bottom: 20px;
}
.proposal_area .inner ul li a {
  display: block;
  height: 100%;
}
.proposal_area .inner ul li a span:first-child {
  font-weight: bold;
  background: rgba(255,255,255,.5);
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.proposal_area .inner ul li a span:last-child {
  font-size: 12px;
  font-weight: bold;
  color: #0C5648;
  background: #fff;
  display: block;
  padding: 10px 20px 10px 10px;
  position: relative;
}
.proposal_area .inner ul li a span:last-child::before {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #239174;
}
.proposal_area .inner ul li a span:last-child::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
}
.proposal_area .inner .txt {
  display: none;
}
.reason_area .inner {
  padding: 15% 0 10%;
}
.reason_area .inner .headtxt {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  width: 90%;
  display: block;
  background: rgb(21,161,136);
  background: -moz-linear-gradient(left,  rgba(21,161,136,1) 0%, rgba(11,81,68,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(21,161,136,1) 0%,rgba(11,81,68,1) 100%);
  background: linear-gradient(to right,  rgba(21,161,136,1) 0%,rgba(11,81,68,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15a188', endColorstr='#0b5144',GradientType=1 );
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
}
.reason_area .inner .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  width: 100%;
  margin: 0 auto 30px;
}
.reason_area .inner .inbox>p {
  font-weight: bold;
  color: #15A188;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.reason_area .inner .inbox>p span {
  font-size: 25px;
  color: #EA7A14;
}
.reason_area .inner .inbox .graph01 {
  width: 90%;
  /* background: rgba(231, 231, 231,.25); */
  background: url(../img/strength/strength_graph01_n.png) no-repeat center/cover;
  /* padding: 5% 3%; */
  padding: 30% 3%;
  position: relative;
  margin: auto;
}
.reason_area .inner .inbox .graph01 p {
  font-weight: bold;
  color: #15A188;
  text-align: center;
}
.reason_area .inner .inbox .graph01>span:not(.balloon) {
  font-weight: bold;
  color: #15A188;
  line-height: 1.2;
  position: absolute;
  top: 25%;
  left: 15%;
  margin: auto;
}
.reason_area .inner .inbox .graph01>span:not(.balloon) strong {
  font-size: 33px;
  color: #EA7A14;
}
.reason_area .inner .inbox .graph01 ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  position: relative;
}
.reason_area .inner .inbox .graph01 ul::before {
  content: '';
  width: 55%;
  height: 65%;
  background: url(../img/arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: -5%;
  left: 10%;
  right: 0;
  margin: auto;
}
.reason_area .inner .inbox .graph01 ul li {
  width: 12.5%;
  text-align: center;
}
.reason_area .inner .inbox .graph01 ul li::before {
  content: '';
  width: 20px;
  background: #97CBC2;
  margin: 0 auto;
  display: block;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(1)::before {
  height: 25px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(2)::before {
  height: 35px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(3)::before {
  height: 55px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(4)::before {
  height: 85px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(5)::before {
  height: 105px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(6)::before {
  height: 120px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(7)::before {
  height: 135px;
}
.reason_area .inner .inbox .graph01 ul li:nth-child(8)::before {
  height: 175px;
}
.reason_area .inner .inbox .graph01 ul li span {
  font-weight: bold;
  color: #15A188;
  display: block;
  height: 2em;
  border-top: 1px solid #B9B2B2;
  font-size: 12px;
}
.reason_area .inner .inbox .graph01 .balloon {
  position: absolute;
  top: 10%;
  right: -5%;
  margin: auto;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,.2));
  width: 90px;
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: url(../img/balloon.svg) no-repeat center/contain;
}
.reason_area .inner .inbox>span {
  display: block;
  font-size: 12px;
  color: #969696;
  text-align: right;
  width: 90%;
  margin: auto;
}
.reason_area .inner .txt {
  margin-bottom: 100px;
  padding: 0 5%;
}
.reason_area .inner .txt p {
}
.reason_area .inner .txt p .marker,
.reason_area .inner>strong .marker {
  background: linear-gradient(transparent 40%, #ffff66 40%);
  font-weight: bold;
}
.reason_area .inner>strong {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}
.reason_area .inner .graph_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.reason_area .inner .graph_box .graph02 {
  width: 200px;
  margin: 0 25px 30px;
}
.reason_area .inner .graph_box .graph02 div {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #E3E3E3;
  background-image: linear-gradient(to right, transparent 50%, #97CBC2 0);
  position: relative;
}
.reason_area .inner .graph_box .graph02 div::before {
  content: '';
  display: block;
  margin-left: 50%;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: inherit;
  transform-origin: left;
  background-color: #97CBC2;
  transform: rotate(170deg);
}
.reason_area .inner .graph_box .graph02 div strong {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  width: 65%;
  height: 40%;
}
.reason_area .inner .graph_box .graph02 div strong::before {
  content: '';
  position: absolute;
  top: -50px;
  right: 0;
  margin: auto;
  background: url(../img/toppage/graph_icon.svg) no-repeat center/contain;
  width: 50px;
  height: 50px;
}
.reason_area .inner .graph_box .graph02 div strong>span {
  font-size: 50px;
  padding-left: 10px;
  color: #EA7A14;
}
.reason_area .inner .graph_box .graph02 div strong span span {
  font-size: 26px;
  color: #15A188;
}
.reason_area .inner .graph_box .graph02>span {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #15A188;
  margin-top: 10px;
}
.reason_area .inner .graph_box .graph03 {
  width: 250px;
  margin: 0 25px;
  position: relative;
  padding-top: 50px;
}
.reason_area .inner .graph_box .graph03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.reason_area .inner .graph_box .graph03 ul::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: -100%;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: url(../img/arrow02.svg) no-repeat center/contain;
}
.reason_area .inner .graph_box .graph03 ul li {
  width: 70px;
  margin: 0 10px;
}
.reason_area .inner .graph_box .graph03 ul li>span {
  display: block;
  text-align: center;
  color: #15A188;
}
.reason_area .inner .graph_box .graph03 ul li:last-child>span::after {
  content: '';
  width: 70px;
  height: 25px;
  background: #06705D;
  display: block;
  margin: auto;
}
.reason_area .inner .graph_box .graph03 ul li div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 85px;
  color: #fff;
  background: #97CBC2;
}
.reason_area .inner .graph_box .graph03 ul li:last-child div {
  background: #15A188;
}
.reason_area .inner .graph_box .graph03 ul li div span {
  font-size: 20px;
  line-height: 1.1;
}
/*210118ここから*/
.reason_area .inner .graph_box .graph03 ul li div.orange {
  background-color: #EA7A14 !important;
  height: 25px !important;
}
.reason_area .inner .graph_box .graph03 p.data {
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 80px;
}
.reason_area .inner .graph_box .graph03 p.data span {
  color: #EA7A14;
  font-size: 35px;
}
.reason_area .inner .graph_box .graph03 p.data span span {
  color: #15A188;
  font-size: 20px;
}
/*210118ここまで*/
.reason_area .inner .graph_box .graph03>span:not(.balloon) {
  font-weight: bold;
  text-align: center;
  display: block;
  color: #15A188;
  margin-top: 10px;
}
.reason_area .inner .graph_box .graph03 .balloon {
  position: absolute;
  top: -10%;
  right: -18%;
  margin: auto;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,.2));
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: url(../img/balloon.svg) no-repeat center/contain;
}
/*210118ここから*/
.reason_area .inner .graph_box .graph03 small {
  font-size: 10px;
  text-align: center;
  color: #969696;
  display: block;
}
/*210118ここまで*/
.strength_area {
  padding: 50px 5%;
  background: no-repeat center bottom/cover;
}
.strength_area.lazyloaded {
  background-image: url('/common/img/toppage/top_experiences_bg.jpg');
}
.strength_area .inner .headtxt {
  color: #15A188;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.strength_area .inner .headtxt + p {
  margin-bottom: 50px;
}
.strength_area .inner .data_box {
  width: 100%;
  background: #239174;
  padding: 50px 50px 30px;
  position: relative;
  margin-bottom: 10px;
}
/*210118ここから*/
.strength_area .inner small {
  display: block;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.070em;
  margin-bottom: 25px;
}
/*210118ここまで*/
.strength_area .inner .data_box::before,
.strength_area .inner .data_box::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 180px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
}
.strength_area .inner .data_box::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: scale(-1,-1);
}
.strength_area .inner .data_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
}
.strength_area .inner .data_box ul li {
  width: 100%;
}
.strength_area .inner .data_box ul li>span {
  display: block;
  text-align: center;
  background: #fff;
  color: #239174;
  padding: 5px 10px;
  font-weight: bold;
}
.strength_area .inner .data_box ul li>div {
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  line-height: .8;
  padding: 15px 4vw;
}
.strength_area .inner .data_box ul li>div>strong {
  font-size: 18vw;
  font-weight: bold;
  text-align: right;
  /* width: 42vw; */
  letter-spacing: 0;
}
.strength_area .inner .data_box ul li>div>span {
  font-size: 5vw;
  font-weight: bold;
  line-height: 1;
  width: 5vw;
}
.strength_area .inner .data_box ul li:last-child>div>strong {
  width: auto;
}
.strength_area .inner .data_box ul li:last-child>div>span {
  font-size: 10vw;
  width: auto;
}
.strength_area .inner .data_box>span {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 12px;
}
.case_area {
  padding: 10% 0;
}
.case_area .inner .headtxt {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.case_area .inner .headtxt + p {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 5%;
}
.owner_area {
  padding: 10% 0;
}
.owner_area .headtxt {
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.owner_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 50px;
}
.owner_area ul li {
  width: 49%;
  margin-bottom: 2%;
}
.owner_area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.owner_area ul li span:first-child {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 35% 0;
  display: block;
}
.owner_area ul li span:first-child img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.owner_area ul li div {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  padding: 5px;
}
.owner_area ul li strong {
  font-size: 10px;
  font-weight: bold;
  display: block;
}
.owner_area ul li div span {
  font-size: 10px;
  display: block;
  word-break: break-all;
}
.contact_area {
  background: #EFF3F1;
  padding: 10% 5%;
}
.contact_area .inner .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.contact_area .inner .inbox .left {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.contact_area .inner .inbox .left strong {
  font-size: 16px;
  font-weight: bold;
  color: #3A9C83;
  display: block;
  margin-bottom: 10px;
}
.contact_area .inner .inbox .left p {
  font-weight: bold;
  color: #3A9C83;
  margin-bottom: 10px;
  font-size: 13px;
}
.contact_area .inner .inbox .left .tel {
  font-size: 30px;
  font-weight: bold;
  color: #EA7A14;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contact_area .inner .inbox .left .tel::before {
  content: '';
  width: 52px;
  height: 37px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/ico_freetel.svg) no-repeat center/contain;
}
.contact_area .inner .inbox .right {
  width: 100%;
}
.contact_area .inner .inbox .right img {
  display: block;
  margin-bottom: 20px;
}
.contact_area .inner .inbox .right .btn {
  width: 100%;
}
.times_area {
  background: #EBEBEB;
  padding: 10% 5%;
}
.times_area div .headtxt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.times_area div .headtxt + p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: -0.07em;
}
.times_area div ul {
  margin-bottom: 80px;
}
.times_area div ul li {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.times_area div ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.times_area div ul li a>span {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 35% 0;
  display: block;
}
.times_area div ul li a>span img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  margin: auto;
  transform: translate(-50%,-50%);
}
.times_area div ul li a div {
  position: absolute;
  bottom: -14%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.times_area div ul li a div span {
  display: inline-block;
  padding: 0 10px;
  background: #EFE334;
  font-size: 12px;
}
.times_area div ul li a div p {
  font-weight: bold;
  padding: 10px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.viewing_area {
  padding: 10% 5%;
}
.viewing_area .headtxt {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.viewing_area div {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.viewing_area div + div {
  margin-top: 20px;
}
.viewing_area div a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.viewing_area div a::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #13A087;
}
.viewing_area div a::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: 2;
}
.viewing_area div a small {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 11px;
  color: #CEE3D8;
}
.viewing_area div a .img {
  width: 36%;
  position: relative;
  overflow: hidden;
  padding: 18% 0;
}
.viewing_area div a .img img {
  max-width: none;
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%,-50%);
}
.viewing_area div a p {
  width: 63%;
  padding: 3% 40px 3% 3%;
}
.news_area {
  padding: 10% 5%;
}
.news_area .inner .headtxt {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.news_area .recruit_btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #13A087;
  position: relative;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin-top: 50px;
}
.news_area .recruit_btn::after {
  content: '';
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #13A087;
}
.news_area .recruit_btn::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  z-index: 2;
}
.banner_area {
  padding: 5%;
  background: #EFEFEF;
}
.banner_area .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.banner_area .inner ul li {
  width: 49%;
  height: 60px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2%;
}
.banner_area .inner ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner_area .inner ul li a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.banner_area .inner ul li a span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,.5);
}

.graph_box ul {
  width: 100%;
  overflow: hidden;
}
.graph_box ul li {
  width: 70%;
  position: relative;
  margin: 0 auto 30px;
}
.graph_box ul li .balloon {
  position: absolute;
  top: 0;
  bottom: -20%;
  right: -22%;
  margin: auto;
  width: 100px;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #EA7A14;
  line-height: 1.2;
  background: url(../img/balloon.svg) no-repeat center/contain;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,.2));
}
