@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#wrap {
  overflow: initial;
}

.head {
  text-align: center;
}

.head--02 {
  padding-top: 105px;
}

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

.head__green {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #275fba;
  background: #7ce800;
  border-radius: 18.76px;
  padding: 9px 23px 2px;
  min-width: 116px;
  height: 38px;
  margin: 0 auto 33px;
}

@media (max-width: 767px) {
  .head__green {
    font-size: 14px;
    height: 28px;
    min-width: 100px;
    margin-bottom: 15px;
    padding: 7px 18px 1px;
  }
}

.head__green::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #7ce800;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.head__ttl {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #275fba;
}

@media (max-width: 767px) {
  .head__ttl {
    font-size: 26px;
  }
}
.datawrap {
  padding: 94px 0 0;
  position: relative;
}

.datawrap:before {
  content: '';
  width: 100%;
  height: calc(100% - 44px);
  background: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
}

.datawrap .inner {
  position: relative;
}

@media (max-width: 767px) {
  .datawrap {
    padding: 64px 0 0;
  }
  .datawrap:before {
    height: calc(100% - 32px);
  }
}

@media (min-width: 768px) {
  .block01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 68px auto 25px;
  }
}

@media (max-width: 767px) {
  .block01 {
    margin: 47px auto 15px;
  }
}

@media (min-width: 768px) {
  .block01__left {
    width: 35%;
  }
}

@media (min-width: 768px) {
  .block01__right {
    width: 62.7%;
  }
}

@media (max-width: 767px) {
  .block01__right {
    margin-top: 15px;
  }
}

.boxcm {
  border-radius: 10px;
  border: 2px solid #eaeaea;
}

.boxcm__ttl {
  height: 59px;
  border-radius: 10px 10px 0px 0px;
  background: #275fba;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100% + 4px);
  left: -2px;
  top: -2px;
}

@media (max-width: 767px) {
  .boxcm__ttl {
    height: 51px;
    font-size: 18px;
  }
}

.boxcm__body {
  padding: 33px 40px 35px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

@media (max-width: 767px) {
  .boxcm__body {
    padding: 18px 20px 28px;
  }
  .boxcm__body__inner {
    max-width: 305px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .anchor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 85px auto 80px;
  }
}

@media (max-width: 767px) {
  .anchor {
    margin: 52px auto 45px;
  }
}

@media (min-width: 768px) {
  .anchor li {
    width: calc(33.33% - 33px);
  }
}

@media (max-width: 767px) {
  .anchor li + li {
    margin-top: 20px;
  }
}

.anchor li a {
  width: 100%;
  position: relative;
  display: block;
  border-bottom: 2px solid #275fba;
  padding-bottom: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #275fba;
  cursor: pointer;
}

@media (min-width: 768px) {
  .anchor li a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .anchor li a {
    padding-bottom: 20px;
  }
}

.anchor li a:after {
  position: absolute;
  content: '';
  background: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/requirements/ar-down.svg") no-repeat;
  width: 23px;
  height: 24px;
  top: 2px;
  right: 0;
  transition: margin-top 0.3s;
}

@media only screen and (min-width: 1025px) {
  .anchor li a:hover:after {
    margin-top: 4px;
  }
}

.stable__ctn {
  position: relative;
}

@media (max-width: 767px) {
  .stable__ctn {
    width: 270px;
    margin: 0 auto;
  }
}

.stable__ctn .img {
  position: absolute;
  top: 5px;
  left: -5px;
}

@media (max-width: 767px) {
  .stable__ctn .img {
    width: 66px;
    left: 0;
  }
}

.stable__ctn .subttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: right;
  padding: 0 18px;
  position: relative;
  margin-bottom: 9px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .stable__ctn .subttl {
    font-size: 15px;
  }
}

.stable__ctn .subttl:before {
  position: absolute;
  content: '';
  background: #275fba;
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(-28deg);
  top: 50%;
  margin-left: -17px;
}

.stable__ctn .subttl:after {
  position: absolute;
  content: '';
  background: #275fba;
  width: 2px;
  height: 18px;
  transform: translateY(-50%) rotate(28deg);
  top: 50%;
  right: 0;
}

.stable__ctn .ttl {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 0.05em;
  text-align: right;
  color: #275fba;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .stable__ctn .ttl {
    font-size: 30px;
  }
}

.employees {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .employees {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .employees .boxcm__body {
    padding: 25px 20px 40px;
  }
}

.employees__txt {
  position: relative;
}

.employees__txt .momney {
  font-weight: 900;
  font-size: 30px;
  margin: 23px auto 25px;
  text-align: right;
}

@media (max-width: 767px) {
  .employees__txt .momney {
    font-size: 25px;
    margin: 10px auto 15px;
    padding-right: 35px;
  }
}

.employees__txt .momney .num {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 72px;
  text-align: left;
  color: #275fba;
  position: relative;
  bottom: -2px;
}

@media (max-width: 767px) {
  .employees__txt .momney .num {
    font-size: 55px;
  }
}

.employees__txt .txt {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  color: #275fba;
  border-radius: 5px;
  border: 2px solid #275fba;
  background: #fff;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .employees__txt .txt {
    height: 46.55px;
  }
}

.employees__txt .txt .img {
  position: absolute;
  top: -100px;
  left: 0;
  width: 90px;
}

@media (max-width: 767px) {
  .employees__txt .txt .img {
    width: 67px;
    top: -75px;
    left: 25px;
  }
}

.employees__txt .txt:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12'%3E%3Cg id='Polygon_18' data-name='Polygon 18' fill='%23fff'%3E%3Cpath d='M 12.25896263122559 11 L 1.741037487983704 11 L 7 1.984635710716248 L 12.25896263122559 11 Z' stroke='none'/%3E%3Cpath d='M 7 3.969271659851074 L 3.482074737548828 10 L 10.51792526245117 10 L 7 3.969271659851074 M 7 0 L 14 12 L 0 12 L 7 0 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center top;
  top: -10px;
  right: 85px;
}

.employees__txt .note {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #848484;
  position: absolute;
  width: 100%;
  bottom: -33px;
  right: -25px;
}

@media (max-width: 767px) {
  .employees__txt .note {
    right: 0;
  }
}

.trends .consecutive {
  position: relative;
  text-align: right;
  padding-right: 82px;
  margin-top: 10px;
}

.trends .consecutive .ttl2{
  width: 100%;
}

@media (max-width: 767px) {
  .trends .consecutive {
    padding-right: 40px;
    display: flex;
    justify-content: center;
    max-width: 277px;
    margin: 10px auto 0;
  }
}
@media (max-width: 374px) {
  .trends .consecutive {
    padding-right: 17px;
  }
}

.trends .consecutive .fiscal {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='127' viewBox='0 0 130.87 126.443'%3E%3Cg id='Union_67' data-name='Union 67' transform='translate(23.467) rotate(13)' fill='%23fff'%3E%3Cpath d='M 52.19841384887695 103.3212356567383 C 45.28608322143555 103.3212356567383 38.58106994628906 101.9686431884766 32.26962661743164 99.30106353759766 C 26.17305564880371 96.72430419921875 20.69758415222168 93.03524780273438 15.99529933929443 88.33635711669922 C 11.29309940338135 83.63754272460938 7.601442337036133 78.16616058349609 5.022871017456055 72.07417297363281 C 2.353485107421875 65.76761627197266 0.9999994039535522 59.0678596496582 0.9999994039535522 52.16098785400391 C 0.9999994039535522 45.25393295288086 2.353485107421875 38.55403137207031 5.022871017456055 32.24736022949219 C 7.601442337036133 26.15528869628906 11.29309940338135 20.68381690979004 15.99531364440918 15.98496055603027 C 20.69758415222168 11.28604602813721 26.17305564880371 7.596960544586182 32.26962661743164 5.020174980163574 C 38.58106994628906 2.35258936882019 45.28607177734375 1.000003576278687 52.19841384887695 1.000003576278687 C 59.11075592041016 1.000003576278687 65.81575775146484 2.35258936882019 72.127197265625 5.020174980163574 C 78.22377014160156 7.596960544586182 83.69924163818359 11.28604602813721 88.40151214599609 15.98496055603027 C 93.10372924804688 20.68381690979004 96.79538726806641 26.15528869628906 99.37395477294922 32.24736022949219 C 102.043342590332 38.55403137207031 103.3968276977539 45.25393295288086 103.3968276977539 52.16098785400391 C 103.3968276977539 55.04583358764648 103.1546859741211 57.9384765625 102.677131652832 60.758544921875 L 102.6052017211914 61.18328857421875 L 102.8644561767578 61.5273323059082 L 108.3964538574219 68.86844635009766 L 100.8158721923828 69.86009979248047 L 100.2256164550781 69.93731689453125 L 100.0121154785156 70.49301910400391 C 98.185302734375 75.247802734375 95.65675354003906 79.69863128662109 92.49668884277344 83.72187805175781 C 89.36485290527344 87.70915985107422 85.67096710205078 91.20343017578125 81.51763916015625 94.10762023925781 C 72.89745330810547 100.1352157592773 62.75902938842773 103.3212356567383 52.19841384887695 103.3212356567383 Z' stroke='none'/%3E%3Cpath d='M 52.19841384887695 102.3212356567383 C 62.55299758911133 102.3212356567383 72.49326324462891 99.19761657714844 80.94459533691406 93.28809356689453 C 85.01718139648438 90.44035339355469 88.63927459716797 87.01399993896484 91.71025848388672 83.10417175292969 C 94.80860137939453 79.15952301025391 97.28767395019531 74.79584503173828 99.07862854003906 70.13435363769531 L 99.50563049316406 69.02297210693359 L 106.5648727416992 68.09952545166016 L 101.5472869873047 61.44106292724609 L 101.6911544799805 60.59157180786133 C 102.1594009399414 57.82657241821289 102.3968276977539 54.99010848999023 102.3968276977539 52.16098785400391 C 102.3968276977539 45.38858795166016 101.069953918457 38.81981658935547 98.45304107666016 32.63715744018555 C 95.92494964599609 26.6642951965332 92.30530548095703 21.29967880249023 87.69465637207031 16.69232559204102 C 83.08392333984375 12.08486366271973 77.71527862548828 8.467694282531738 71.73789215087891 5.941279411315918 C 65.55030822753906 3.326033115386963 58.97627639770508 2.000002384185791 52.19841384887695 2.000002384185791 C 45.42055130004883 2.000002384185791 38.84651947021484 3.326033115386963 32.658935546875 5.941279411315918 C 26.68155288696289 8.467694282531738 21.31290626525879 12.08486366271973 16.70216751098633 16.69232559204102 C 12.09152126312256 21.29967880249023 8.471875190734863 26.6642951965332 5.943782806396484 32.63715744018555 C 3.32687520980835 38.81981658935547 1.999998331069946 45.38858795166016 1.999998331069946 52.16098785400391 C 1.999998331069946 58.93320083618164 3.32687520980835 65.5018310546875 5.943767547607422 71.68438720703125 C 8.471875190734863 77.65715789794922 12.09152126312256 83.02169799804688 16.70215225219727 87.62900543212891 C 21.31290626525879 92.23641967773438 26.68155288696289 95.85356903076172 32.658935546875 98.37995910644531 C 38.84651947021484 100.9952011108398 45.42055130004883 102.3212356567383 52.19841384887695 102.3212356567383 M 52.19841384887695 104.3212356567383 C 23.36973762512207 104.3212356567383 -1.712740413495339e-06 80.96795654296875 -1.712740413495339e-06 52.16098785400391 C -1.712740413495339e-06 23.35327911376953 23.36973762512207 2.443753828629269e-06 52.19841384887695 2.443753828629269e-06 C 81.02709197998047 2.443753828629269e-06 104.3968276977539 23.35327911376953 104.3968276977539 52.16098785400391 C 104.3968276977539 55.14823150634766 104.1457214355469 58.07552719116211 103.6630783081055 60.92551040649414 L 110.22802734375 69.63737487792969 L 100.9455795288086 70.85164642333984 C 93.42472076416016 90.42684936523438 74.43576812744141 104.3212356567383 52.19841384887695 104.3212356567383 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 131px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #275fba;
  position: absolute;
  top: -80px;
  left: -10px;
}

@media (max-width: 767px) {
  .trends .consecutive .fiscal {
    font-size: 13px;
    width: 88px;
    height: 86px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='119.446' height='118.138' viewBox='0 0 119.446 118.138'%3E%3Cg id='Union_67' data-name='Union 67' transform='translate(46.495) rotate(34)' fill='%23fff'%3E%3Cpath d='M 41.60358047485352 82.14727783203125 L 41.60360336303711 82.14727783203125 C 36.12162780761719 82.14727783203125 30.80419158935547 81.07463073730469 25.79898071289062 78.95914459228516 C 20.96402740478516 76.91561889648438 16.62160491943359 73.98993682861328 12.892333984375 70.26334381103516 C 9.163086891174316 66.53678894042969 6.235321998596191 62.19754409790039 4.190357208251953 57.36614608764648 C 2.07340407371521 52.36465072631836 1.000004172325134 47.05113220214844 1.000004172325134 41.57319259643555 C 1.000004172325134 36.09585189819336 2.073474645614624 30.7827091217041 4.190592288970947 25.78135681152344 C 6.235698223114014 20.95013236999512 9.163603782653809 16.6109447479248 12.89300441741943 12.88432121276855 C 16.62241554260254 9.157686233520508 20.96487426757812 6.231909275054932 25.79974555969238 4.188297748565674 C 30.80491065979004 2.072697639465332 36.12205123901367 1.000003576278687 41.60349655151367 1.000003576278687 L 41.60352325439453 1.000003576278687 C 47.08547592163086 1.000003576278687 52.40290832519531 2.072650671005249 57.40813446044922 4.188133239746094 C 62.24307632446289 6.23163890838623 66.58551025390625 9.15729808807373 70.31478118896484 12.88383865356445 C 74.04402923583984 16.61033248901367 76.97179412841797 20.94949722290039 79.01675415039062 25.78079223632812 C 81.13371276855469 30.78215599060059 82.20709991455078 36.09550857543945 82.20709991455078 41.57324981689453 C 82.20709991455078 44.04143905639648 81.98367309570312 46.51379013061523 81.54302978515625 48.92162704467773 L 81.44655609130859 49.44873428344727 L 81.83203125 49.82098007202148 L 86.06517028808594 53.90887069702148 L 80.11305236816406 55.6669807434082 L 79.64221954345703 55.80604934692383 L 79.46430206298828 56.26361465454102 C 78.00566101074219 60.01489639282227 75.99508666992188 63.52528762817383 73.48841857910156 66.697265625 C 71.00350952148438 69.84169769287109 68.07669830322266 72.59673309326172 64.78925323486328 74.88584136962891 C 57.96696853637695 79.63630676269531 49.94950866699219 82.14727783203125 41.60360336303711 82.14727783203125 L 41.60358047485352 82.14727783203125 Z' stroke='none'/%3E%3Cpath d='M 41.60347366333008 2.000015258789062 C 36.25650024414062 2.000015258789062 31.07033920288086 3.046157836914062 26.18906021118164 5.109397888183594 C 21.47335052490234 7.102653503417969 17.23772430419922 9.956504821777344 13.59983062744141 13.59170532226562 C 9.962005615234375 17.22682189941406 7.106109619140625 21.45917129516602 5.111473083496094 26.17118453979492 C 3.046859741210938 31.04851913452148 2.000007629394531 36.23050689697266 2.000007629394531 41.57320022583008 C 2.000007629394531 46.9164924621582 3.046791076660156 52.0988655090332 5.111259460449219 56.97635650634766 C 7.105766296386719 61.68854522705078 9.961509704589844 65.92094421386719 13.59918975830078 69.55598449707031 C 17.2369384765625 73.19110870361328 21.47252655029297 76.04487609863281 26.18829727172852 78.03804016113281 C 31.06966018676758 80.10117340087891 36.25611114501953 81.14726257324219 41.60360717773438 81.14726257324219 C 49.74417877197266 81.14726257324219 57.56404495239258 78.69831848144531 64.21781921386719 74.065185546875 C 67.42469787597656 71.83218383789062 70.27980804443359 69.1446533203125 72.70383453369141 66.07723999023438 C 75.14875030517578 62.98338317871094 77.10972595214844 59.55967712402344 78.53228759765625 55.90119934082031 L 78.88812255859375 54.98607635498047 L 84.13593292236328 53.43600082397461 L 80.36641693115234 49.79582595825195 L 80.55934906005859 48.74160003662109 C 80.98916625976562 46.39298629760742 81.20709991455078 43.98119735717773 81.20709991455078 41.5732536315918 C 81.20709991455078 36.23015975952148 80.16032409667969 31.04795837402344 78.09584808349609 26.17058563232422 C 76.10134887695312 21.45851898193359 73.24559020996094 17.2261962890625 69.60792541503906 13.59120941162109 C 65.97016906738281 9.95611572265625 61.73458099365234 7.102371215820312 57.01880645751953 5.109237670898438 C 52.13743209838867 3.046104431152344 46.95096588134766 2.000015258789062 41.60347366333008 2.000015258789062 M 41.60347747802734 1.52587890625e-05 C 41.60487747192383 1.52587890625e-05 41.60212326049805 1.52587890625e-05 41.6035270690918 1.52587890625e-05 C 64.58038330078125 2.288818359375e-05 83.20708465576172 18.61281585693359 83.20709991455078 41.5732536315918 C 83.20709991455078 44.14350509643555 82.97344970703125 46.66037368774414 82.52667236328125 49.10163879394531 L 87.99439239501953 54.38173294067383 L 80.39632415771484 56.62601470947266 C 74.36172485351562 72.14559936523438 59.26679229736328 83.14726257324219 41.60361099243164 83.14726257324219 C 41.60253143310547 83.14726257324219 41.60465621948242 83.14726257324219 41.60358047485352 83.14726257324219 C 18.62673950195312 83.14726257324219 1.52587890625e-05 64.53447723388672 7.62939453125e-06 41.57320022583008 C -7.62939453125e-06 18.61414337158203 18.62857055664062 1.52587890625e-05 41.60347747802734 1.52587890625e-05 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center center;
    top: -88px;
    left: -35px;
  }
}

.trends .consecutive .fiscal p {
  text-align: center;
}

@media (min-width: 768px) {
  .trends .consecutive .fiscal p {
    padding-right: 5px;
  }
}

.trends .consecutive .fiscal__num {
  font-family: "Rubik", sans-serif;
  font-size: 27px;
  line-height: 1;
  display: block;
  position: relative;
  top: 5px;
}

@media (max-width: 767px) {
  .trends .consecutive .fiscal__num {
    font-size: 22px;
  }
}

.trends .consecutive .num {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 57px;
  padding-right: 5px;
  color: #7ce800;
}

@media (max-width: 767px) {
  .trends .consecutive .num {
    font-size: 42px;
  }
}

@media only screen and (max-width: 374px) {
  .trends .consecutive .num {
    font-size: 32px;
  }
}

.trends .consecutive .txt {
  color: #275fba;
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .trends .consecutive .txt {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .trends .consecutive .txt {
    font-size: 18px;
  }
}

.trends .consecutive .icon {
  position: absolute;
  bottom: 8px;
  right: 15px;
}

@media (max-width: 767px) {
  .trends .consecutive .icon {
    bottom: 6px;
  }
  .trends .consecutive .icon img {
    width: 29px;
  }
}

@media only screen and (max-width: 374px) {
  .trends .consecutive .icon {
    position: relative;
    right: -7px;
  }
}

.trends__img {
  margin-top: 13px;
}

@media (max-width: 767px) {
  .trends__img {
    margin-top: 18px;
    position: relative;
  }
  .trends__img:after {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 174px;
    height: 135px;
    background-image: url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/recruit/data/ico_scroll_instruction.svg");
    background-size: contain;
  }
  .trends__img.scrolled:after {
    animation: fadeout 1s;
    opacity: 0;
  }
  .trends__img .scroll {
    margin-right: -40px;
    height: 335px;
  }
  .trends__img .scroll__inner {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
  }
  .trends__img .scroll img {
    display: block;
    height: 298px;
    max-width: unset;
  }
  .trends__img .os-scrollbar-horizontal {
    width: calc(100% - 38px);
    height: 5px;
    border: 1px solid #DEDEDE;
    border-radius: 4em;
    padding: 0;
    background: #E4E4E4;
    border: none;
  }
  .trends__img .os-scrollbar-handle {
    background: #275FBA !important;
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.block02 {
  margin: 25px auto;
}

@media (min-width: 768px) {
  .block02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .block02 {
    margin: 15px auto;
  }
}

@media (min-width: 768px) {
  .block02__left {
    width: 60.5%;
  }
}

@media (min-width: 768px) {
  .block02__left .manu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}

.block02__left .manu__item {
  border-radius: 10px;
  padding: 35px 35px 50px 35px;
}

@media (min-width: 768px) {
  .block02__left .manu__item {
    width: calc(50% - 4px);
  }
}

@media (max-width: 767px) {
  .block02__left .manu__item {
    padding: 25px 20px 35px 20px;
  }
}

.block02__left .manu__item:nth-child(1) {
  background: #e2f6fe url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/recruit/data/bg_domestic.svg") no-repeat center center;
}

.block02__left .manu__item:nth-child(1) .ttl {
  color: #1cb9ff;
}

.block02__left .manu__item:nth-child(1) .ttl span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.126' height='19.688' viewBox='0 0 16.126 19.688'%3E%3Cg id='旗のフリーアイコン' transform='translate(-46.317)'%3E%3Cpath id='Path_137406' data-name='Path 137406' d='M142.317,16c5.14.949,4.982,3.48,9.251,3.163,1.423,0,2.883-.754,3.163-.474.237.237-1.581,4.9-4.744,6.246-2.579,1.1-6.01,1.186-7.67.08Z' transform='translate(-92.308 -15.385)' fill='%231cb9ff'/%3E%3Cpath id='Path_137407' data-name='Path 137407' d='M47.548,19.689a1.231,1.231,0,0,1-1.231-1.231V1.231a1.231,1.231,0,0,1,2.461,0V18.458A1.231,1.231,0,0,1,47.548,19.689Z' fill='%231cb9ff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.block02__left .manu__item:nth-child(2) {
  background: #f3fce8 url("//23961337.fs1.hubspotusercontent-na1.net/hubfs/23961337/raw_assets/public/iwama-shokki/growth-iwama-shokki/assets/img/recruit/data/bg_abroad.svg") no-repeat center center;
}

@media (max-width: 767px) {
  .block02__left .manu__item:nth-child(2) {
    margin-top: 15px;
    margin-bottom: -10px;
  }
}

.block02__left .manu__item:nth-child(2) .ttl {
  color: #5dc40e;
  border-color: #5dc40e;
}

.block02__left .manu__item:nth-child(2) .ttl span {
  padding-left: 25px;
}

.block02__left .manu__item:nth-child(2) .ttl span:before {
  width: 24.77px;
  height: 19.48px;
  left: -6px;
  margin-top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.773' height='19.477' viewBox='0 0 24.773 19.477'%3E%3Cg id='飛行機アイコン' transform='translate(0)'%3E%3Cpath id='Path_137398' data-name='Path 137398' d='M.239,61.466a.976.976,0,0,1,1.039-.291l2.9.835a2.231,2.231,0,0,0,1.673-.121L9.18,60.257,6.224,56.344a.728.728,0,0,1,.712-1.209L12.8,57.7l-1.142.56.785.393,1.195-.585,5.123-2.511c2.829-1.391,5.135-.935,5.86.542s-1.287,2.39-2.763,3.116l-5.114,2.518L14.094,73.483a.9.9,0,0,1-1.783-.089l-1.643-8.668-3.56,1.753c-2.278,1.051-4.706.95-5.431-.525L.1,62.537A.975.975,0,0,1,.239,61.466Z' transform='translate(0 -54.725)' fill='%235dc40e'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.block02__left .manu__item:nth-child(2) .list:after {
  color: #5dc40e;
}

.block02__left .manu__item:nth-child(2) .list li {
  border-bottom-color: #D2E3BC;
}

.block02__left .manu__item:nth-child(2) .list li:after {
  background: #5dc40e;
}

.block02__left .manu__item .ttl {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #1cb9ff;
  text-align: center;
  padding-bottom: 18px;
}

@media (max-width: 767px) {
  .block02__left .manu__item .ttl {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

.block02__left .manu__item .ttl span {
  padding-left: 8px;
  position: relative;
}

.block02__left .manu__item .ttl span:before {
  content: '';
  position: absolute;
  width: 16.13px;
  height: 19.69px;
  background-repeat: no-repeat;
  background-position: left center;
  transform: translateY(-50%);
  top: 50%;
  left: -15px;
}

.block02__left .manu__item .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-top: 8px;
  position: relative;
}

.block02__left .manu__item .list:after {
  content: 'etc…';
  position: absolute;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #1cb9ff;
  bottom: -30px;
  right: 5px;
}

.block02__left .manu__item .list li {
  width: calc(50% - 6px);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 10px;
  position: relative;
  border-bottom: 1px solid #c2d5f4;
  padding: 5px 0 8px 10px;
}

@media (max-width: 767px) {
  .block02__left .manu__item .list li {
    width: calc(33.33% - 6px);
  }
}

@media only screen and (max-width: 374px) {
  .block02__left .manu__item .list li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 340px) {
  .block02__left .manu__item .list li {
    font-size: 10px;
  }
}

.block02__left .manu__item .list li:after {
  position: absolute;
  content: '';
  width: 5.22px;
  height: 5.22px;
  border-radius: 50%;
  background: #1cb9ff;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

@media (min-width: 768px) {
  .block02__right {
    width: 37%;
  }
}

@media (max-width: 767px) {
  .block02__right {
    margin-top: 15px;
  }
}

.block02__right .produced {
  position: relative;
}

.block02__right .txt {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  position: absolute;
  margin-top: -5px;
}

.block02__right .txt__txt01 {
  letter-spacing: 0.1em;
}

.block02__right .txt__txt02 {
  margin-top: 25px;
}

.block02__right .txt__txt02 .num {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 66px;
  letter-spacing: 0;
  color: #275fba;
  position: relative;
  bottom: -3px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .block02__right .txt__txt02 .num {
    font-size: 64px;
    margin-right: 5px;
  }
}

.block02__right .txt__txt02 .txtcolor01 {
  font-weight: 900;
  font-size: 35px;
  color: #275fba;
}

@media (max-width: 767px) {
  .block02__right .txt__txt02 .txtcolor01 {
    font-size: 34px;
  }
}

.block02__right .txt__txt02 .txtcolor02 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .block02__right .txt__txt02 .txtcolor02 {
    font-size: 26px;
  }
}

.block02__right .txt + img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block03 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 25px auto;
  }
}

@media (max-width: 767px) {
  .block03 {
    margin: 15px auto;
  }
}

@media (min-width: 768px) {
  .block03__item {
    width: calc(33.33% - 14px);
  }
}

@media (max-width: 767px) {
  .block03__item + .block03__item {
    margin-top: 15px;
  }
}

.block03__item .results {
  position: relative;
}

.block03__item .results .ttl {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 18px;
  position: relative;
  width: fit-content;
  margin: -5px auto -2px;
}

.block03__item .results .ttl:before {
  position: absolute;
  content: '';
  background: #275fba;
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(-28deg);
  top: 50%;
  left: 0;
}

.block03__item .results .ttl:after {
  position: absolute;
  content: '';
  background: #275fba;
  width: 2px;
  height: 18px;
  transform: translateY(-50%) rotate(28deg);
  top: 50%;
  right: 0;
}

.block03__item .results .ctn {
  font-weight: bold;
  font-size: 34px;
  padding-left: 56px;
  height: 93px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .block03__item .results .ctn {
    font-size: 36px;
    padding-left: 70px;
  }
}

.block03__item .results .ctn .num {
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 78px;
  color: #275fba;
  position: relative;
  bottom: -3px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .block03__item .results .ctn .num {
    font-size: 70px;
  }
}

.block03__item .results .ctn img {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.block03__item .results .note {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #848484;
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: -17px;
  right: -14px;
}

@media (max-width: 767px) {
  .block03__item .results .note {
    right: -5px;
    bottom: -8px;
  }
}

.block03__item .boxcm__body {
  padding-bottom: 20px;
}

.block03__item:nth-child(1) .results .ctn img {
  margin-top: -3px;
  left: -10px;
}

@media (max-width: 767px) {
  .block03__item:nth-child(1) .results .ctn img {
    margin-top: -6px;
    left: 17px;
    width: 65px;
  }
}

.block03__item:nth-child(2) .results .ctn img {
  margin-top: 3px;
  left: -6px;
}

@media (max-width: 767px) {
  .block03__item:nth-child(2) .results .ctn img {
    margin-top: -1px;
    left: 22px;
    width: 58.59px;
  }
}

.block03__item:nth-child(3) .results .ctn img {
  margin-top: 5px;
  left: 10px;
}

@media (max-width: 767px) {
  .block03__item:nth-child(3) .results .ctn img {
    margin-top: 3px;
    left: 17px;
    width: 72.95px;
  }
}

@media (min-width: 768px) {
  .block04 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 69px auto 25px;
  }
}

@media (max-width: 767px) {
  .block04 {
    margin: 50px auto 25px;
  }
}

@media (min-width: 768px) {
  .block04__left {
    width: 56.5%;
  }
}

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

.block04__left .boxcm__body {
  position: relative;
  padding-bottom: 13px;
}

.block04__left .composition {
  margin-top: -5px;
  margin-left: 3px;
}

.block04__left .composition .age {
  width: 198px;
  height: 187px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='198.702' height='187.293' viewBox='0 0 198.702 187.293'%3E%3Cg id='Union_104' data-name='Union 104' transform='translate(3.21 187.293) rotate(-91)' fill='%23fff'%3E%3Cpath d='M 64.68104553222656 193.5830535888672 L 61.20052719116211 177.94140625 L 61.08190155029297 177.4083099365234 L 60.56927871704102 177.2199554443359 C 51.9629020690918 174.0579223632812 43.89665222167969 169.6123504638672 36.59457778930664 164.0067596435547 C 29.36445426940918 158.4563598632812 23.02295303344727 151.8774261474609 17.74625396728516 144.4526824951172 C 12.40215301513672 136.9330596923828 8.254427909851074 128.6894989013672 5.418328285217285 119.9509811401367 C 2.486553430557251 110.9176254272461 1.000003337860107 101.4759521484375 1.000003337860107 91.88820648193359 C 1.000003337860107 85.72097778320312 1.621703386306763 79.55790710449219 2.847878217697144 73.57018280029297 C 4.042753219604492 67.73515319824219 5.825703144073486 61.99562835693359 8.147152900695801 56.51102828979492 C 10.42657852172852 51.12575531005859 13.24792861938477 45.93157958984375 16.53282928466797 41.07278060913086 C 19.78670310974121 36.25988006591797 23.52360343933105 31.73400497436523 27.63970375061035 27.62085342407227 C 31.75580406188965 23.50770378112793 36.28495407104492 19.77347946166992 41.1013298034668 16.52190399169922 C 45.96365356445312 13.23932933807373 51.16160202026367 10.41997909545898 56.55080413818359 8.142153739929199 C 62.03940200805664 5.822329044342041 67.78314971923828 4.040629386901855 73.62245178222656 2.846579074859619 C 79.61455535888672 1.621279120445251 85.78215026855469 1.000004172325134 91.95390319824219 1.000004172325134 C 98.12577819824219 1.000004172325134 104.29345703125 1.621279120445251 110.2856521606445 2.846579074859619 C 116.1250534057617 4.040629386901855 121.8688507080078 5.822329044342041 127.3575286865234 8.142153739929199 C 132.7467803955078 10.41997909545898 137.9447784423828 13.23932933807373 142.8071594238281 16.52190399169922 C 147.6235809326172 19.77347946166992 152.1527709960938 23.50770378112793 156.2689056396484 27.62085342407227 C 160.3850250244141 31.73400497436523 164.1219329833984 36.25988006591797 167.3758239746094 41.07278060913086 C 170.6607513427734 45.93157958984375 173.4821014404297 51.12575531005859 175.7615356445312 56.51102828979492 C 178.0830078125 61.99562835693359 179.8659515380859 67.73515319824219 181.0608215332031 73.57018280029297 C 182.2870025634766 79.55790710449219 182.9087066650391 85.72097778320312 182.9087066650391 91.88820648193359 C 182.9087066650391 98.05542755126953 182.2870025634766 104.218505859375 181.0608215332031 110.2061767578125 C 179.8659515380859 116.0411758422852 178.0830078125 121.7806777954102 175.7615356445312 127.2652282714844 C 173.4821014404297 132.6504516601562 170.6607513427734 137.8445739746094 167.3758239746094 142.7033233642578 C 164.1219329833984 147.5161743164062 160.3850250244141 152.0420074462891 156.2689056396484 156.1551055908203 C 152.1527709960938 160.2682037353516 147.6235961914062 164.0023498535156 142.8071746826172 167.2538757324219 C 137.9448089599609 170.5364074707031 132.7467803955078 173.3556976318359 127.3575286865234 175.6334838867188 C 121.8688507080078 177.9532775878906 116.1250534057617 179.7349243164062 110.2856521606445 180.9289855957031 C 104.29345703125 182.1542358398438 98.12577819824219 182.7754974365234 91.95390319824219 182.7754974365234 C 87.21660614013672 182.7754974365234 82.45687866210938 182.4079742431641 77.80693054199219 181.6831359863281 L 77.32167816162109 181.6074981689453 L 76.96515655517578 181.9452514648438 L 64.68104553222656 193.5830535888672 Z' stroke='none'/%3E%3Cpath d='M 65.27400970458984 191.6437835693359 L 76.99045562744141 180.5437927246094 L 77.96096038818359 180.695068359375 C 82.55995941162109 181.4120025634766 87.26785278320312 181.7754974365234 91.95390319824219 181.7754974365234 C 98.05861663818359 181.7754974365234 104.158935546875 181.1610565185547 110.0853271484375 179.9492340087891 C 115.8600921630859 178.7684173583984 121.5403289794922 177.0065002441406 126.9682464599609 174.7123718261719 C 132.2980346679688 172.4597320556641 137.4387817382812 169.6714630126953 142.2476654052734 166.425048828125 C 147.0113525390625 163.2091522216797 151.4909515380859 159.5158386230469 155.5620574951172 155.4477386474609 C 159.6331634521484 151.3796234130859 163.3291625976562 146.9033660888672 166.5474090576172 142.1432342529297 C 169.796142578125 137.3379974365234 172.5864105224609 132.2011871337891 174.8406372070312 126.8754425048828 C 177.1363830566406 121.4517059326172 178.8995361328125 115.7758636474609 180.0811920166016 110.0055770874023 C 181.2938537597656 104.0837631225586 181.9087219238281 97.98820495605469 181.9087219238281 91.88820648193359 C 181.9087219238281 85.7882080078125 181.2938537597656 79.692626953125 180.0811920166016 73.77078247070312 C 178.8995361328125 68.00047302246094 177.1363830566406 62.3245735168457 174.8406372070312 56.90081024169922 C 172.5864105224609 51.57502365112305 169.796142578125 46.43815231323242 166.5474090576172 41.63286590576172 C 163.3291625976562 36.8726806640625 159.6331634521484 32.39636611938477 155.5620574951172 28.32820701599121 C 151.4909515380859 24.26002311706543 147.0113220214844 20.56668090820312 142.2476501464844 17.35070610046387 C 137.4387817382812 14.1042594909668 132.2980041503906 11.31594371795654 126.9682235717773 9.063259124755859 C 121.5403289794922 6.769101619720459 115.8600921630859 5.00712776184082 110.0853271484375 3.826285839080811 C 104.1589050292969 2.61444354057312 98.05861663818359 1.999996304512024 91.95390319824219 1.999996304512024 C 85.84930419921875 1.999996304512024 79.74911499023438 2.61444354057312 73.82279968261719 3.826285839080811 C 68.04811859130859 5.00712776184082 62.36795806884766 6.769101619720459 56.94011688232422 9.063259124755859 C 51.61037826538086 11.31594371795654 46.46969604492188 14.10423278808594 41.66085433959961 17.35070610046387 C 36.89722061157227 20.56668090820312 32.41764450073242 24.26002311706543 28.34653663635254 28.32820701599121 C 24.27548408508301 32.39636611938477 20.57951164245605 36.8726806640625 17.36127471923828 41.63286590576172 C 14.1125373840332 46.43815231323242 11.32230091094971 51.57502365112305 9.068063735961914 56.90081024169922 C 6.772353172302246 62.3245735168457 5.009169101715088 68.00047302246094 3.827537536621094 73.77078247070312 C 2.614879608154297 79.692626953125 2.000011205673218 85.7882080078125 2.000011205673218 91.88820648193359 C 2.000011205673218 101.3709716796875 3.470116376876831 110.7087860107422 6.369484901428223 119.6422882080078 C 9.174221992492676 128.2841339111328 13.27616882324219 136.4366302490234 18.56138038635254 143.8733978271484 C 23.78032684326172 151.2168884277344 30.05245780944824 157.7238616943359 37.20351028442383 163.2135467529297 C 44.42532730102539 168.7575531005859 52.4027214050293 173.1541748046875 60.91414260864258 176.2812805175781 L 61.93940734863281 176.6579895019531 L 65.27400970458984 191.6437835693359 M 64.08811950683594 195.5223083496094 L 60.22440719604492 178.1585998535156 C 25.07490539550781 165.2445220947266 1.122725643654121e-05 131.4918060302734 1.122725643654121e-05 91.88820648193359 C 1.122725643654121e-05 41.139892578125 41.16958999633789 -3.719932237800094e-06 91.95390319824219 -3.719932237800094e-06 C 142.7391204833984 -3.719932237800094e-06 183.9087219238281 41.139892578125 183.9087219238281 91.88820648193359 C 183.9087219238281 142.6364898681641 142.7391204833984 183.7754974365234 91.95390319824219 183.7754974365234 C 87.09030151367188 183.7754974365234 82.31219482421875 183.3975219726562 77.65290832519531 182.6712036132812 L 64.08811950683594 195.5223083496094 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #275fba;
  top: -26px;
  left: 38px;
}

@media (max-width: 767px) {
  .block04__left .composition .age {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='162.649' height='162.31' viewBox='0 0 162.649 162.31'%3E%3Cg id='Union_120' data-name='Union 120' fill='%23fff'%3E%3Cpath d='M 80.62971496582031 161.3099975585938 C 75.22683715820312 161.3099975585938 69.82760620117188 160.7621917724609 64.58202362060547 159.6817932128906 C 59.47019195556641 158.6289520263672 54.4420051574707 157.0579376220703 49.63710784912109 155.0124206542969 C 44.91910934448242 153.0038757324219 40.36846160888672 150.5177917480469 36.11161041259766 147.6232147216797 C 31.89479637145996 144.755859375 27.92944145202637 141.4628295898438 24.3256721496582 137.8356170654297 C 20.72177505493164 134.2082977294922 17.44987869262695 130.2169342041016 14.60085868835449 125.9724349975586 C 11.72458744049072 121.6873321533203 9.254213333129883 117.1064376831055 7.25833797454834 112.3569793701172 C 5.225587844848633 107.5198135375977 3.664400339126587 102.4577713012695 2.618108749389648 97.31147766113281 C 1.544421195983887 92.03037261962891 1.000004529953003 86.59454345703125 1.000004529953003 81.15499877929688 C 1.000004529953003 75.7154541015625 1.544421195983887 70.27964782714844 2.618108749389648 64.99854278564453 C 3.664400339126587 59.85222625732422 5.225587844848633 54.79018783569336 7.25833797454834 49.95301818847656 C 9.254213333129883 45.20358276367188 11.72458744049072 40.62266540527344 14.60085868835449 36.33758163452148 C 17.44987869262695 32.09305953979492 20.72177505493164 28.10170745849609 24.3256721496582 24.47437286376953 C 27.92944145202637 20.84716606140137 31.89479637145996 17.55416488647461 36.11161041259766 14.68681144714355 C 40.36846160888672 11.79222774505615 44.91910934448242 9.306123733520508 49.63710784912109 7.297582149505615 C 54.4420051574707 5.252061367034912 59.47019195556641 3.681040525436401 64.58202362060547 2.628207206726074 C 69.82760620117188 1.547811269760132 75.22683715820312 0.9999988079071045 80.62971496582031 0.9999988079071045 C 86.03281402587891 0.9999988079071045 91.43221282958984 1.547811269760132 96.67798614501953 2.628207206726074 C 101.7899627685547 3.681061267852783 106.8183135986328 5.252061367034912 111.6233139038086 7.297582149505615 C 116.341438293457 9.306123733520508 120.8921890258789 11.79222774505615 125.1491317749023 14.68681144714355 C 129.3659973144531 17.55416488647461 133.3314361572266 20.84718704223633 136.9352722167969 24.47439384460449 C 140.5392150878906 28.10170745849609 143.8111724853516 32.09305953979492 146.6602172851562 36.33758163452148 C 149.5364990234375 40.62266540527344 152.0068969726562 45.20355987548828 154.0027923583984 49.95301818847656 C 156.0355529785156 54.79018783569336 157.5967559814453 59.85222625732422 158.6430511474609 64.99854278564453 C 159.7167358398438 70.27962493896484 160.2611541748047 75.7154541015625 160.2611541748047 81.15499877929688 C 160.2611541748047 90.32410430908203 158.7357788085938 99.31600189208984 155.7273559570312 107.8809585571289 L 155.5736846923828 108.3184585571289 L 155.8083648681641 108.7184143066406 L 160.9027709960938 117.4011840820312 L 152.2864379882812 117.4011840820312 L 151.6761474609375 117.4011840820312 L 151.3971099853516 117.9439392089844 C 144.7873992919922 130.7996826171875 134.8280639648438 141.6385345458984 122.5957565307617 149.2886810302734 C 116.4274597167969 153.1463775634766 109.7736892700195 156.130126953125 102.8192749023438 158.1570434570312 C 95.64109039306641 160.2491912841797 88.17544555664062 161.3099975585938 80.62971496582031 161.3099975585938 Z' stroke='none'/%3E%3Cpath d='M 80.62972259521484 2 C 75.29446411132812 2 69.96311187744141 2.5408935546875 64.78376770019531 3.607650756835938 C 59.73692321777344 4.647109985351562 54.77263641357422 6.198150634765625 50.02880859375 8.217666625976562 C 45.37042236328125 10.20085144042969 40.87718200683594 12.65557861328125 36.67391967773438 15.51373291015625 C 32.50979614257812 18.34526062011719 28.59391784667969 21.59719848632812 25.03504943847656 25.17919921875 C 21.47596740722656 28.76142883300781 18.2447509765625 32.70315551757812 15.43115234375 36.89488983154297 C 12.59074401855469 41.12656402587891 10.15118408203125 45.65030670166016 8.180252075195312 50.34043121337891 C 6.172943115234375 55.11708831787109 4.631271362304688 60.11580657958984 3.598052978515625 65.19776153564453 C 2.53765869140625 70.41343688964844 2 75.78221893310547 2 81.15499877929688 C 2 86.52777862548828 2.53765869140625 91.89656066894531 3.598052978515625 97.11223602294922 C 4.631271362304688 102.1941986083984 6.172943115234375 107.1929168701172 8.180252075195312 111.9695587158203 C 10.15118408203125 116.6596984863281 12.59074401855469 121.1834335327148 15.43115234375 125.4151077270508 C 18.2447509765625 129.6068420410156 21.47596740722656 133.5485687255859 25.03504943847656 137.1307983398438 C 28.59391784667969 140.7127990722656 32.50979614257812 143.9647369384766 36.67391967773438 146.7962646484375 C 40.87718200683594 149.6544189453125 45.37042236328125 152.1091461181641 50.02880859375 154.0923309326172 C 54.77263641357422 156.1118469238281 59.73692321777344 157.6628875732422 64.78376770019531 158.7023468017578 C 69.96311187744141 159.7691040039062 75.29446411132812 160.3099975585938 80.62972259521484 160.3099975585938 C 88.08072662353516 160.3099975585938 95.45222473144531 159.2626342773438 102.5394592285156 157.1969909667969 C 109.4056396484375 155.1957855224609 115.9751358032227 152.2497863769531 122.0655059814453 148.4408416748047 C 134.1452026367188 140.8861236572266 143.9803771972656 130.1823425292969 150.5077667236328 117.4866714477539 L 151.0658721923828 116.4011688232422 L 159.1566314697266 116.4011688232422 L 154.4765319824219 108.424560546875 L 154.7838745117188 107.5495452880859 C 157.7547607421875 99.09138488769531 159.2611389160156 90.21097564697266 159.2611389160156 81.15499877929688 C 159.2611389160156 75.78221893310547 158.7234649658203 70.41343688964844 157.6630706787109 65.19776153564453 C 156.6298828125 60.11580657958984 155.0881958007812 55.11708831787109 153.0808715820312 50.34043121337891 C 151.1099243164062 45.65030670166016 148.6703338623047 41.12656402587891 145.8298950195312 36.89488983154297 C 143.0162963867188 32.70317077636719 139.7850341796875 28.76142883300781 136.2258758544922 25.17919921875 C 132.6669616699219 21.59719848632812 128.7510070800781 18.34526062011719 124.5868377685547 15.51373291015625 C 120.3834609985352 12.65557861328125 115.8901138305664 10.20085144042969 111.2316131591797 8.217697143554688 C 106.487678527832 6.198150634765625 101.5232467651367 4.647109985351562 96.47624206542969 3.607650756835938 C 91.29674530029297 2.5408935546875 85.96520233154297 2 80.62972259521484 2 M 80.62972259521484 0 C 125.1609802246094 0 161.2611389160156 36.33384704589844 161.2611389160156 81.15499877929688 C 161.2611389160156 90.64228057861328 159.6433258056641 99.74967193603516 156.6708526611328 108.2123413085938 L 162.64892578125 118.4011688232422 L 152.2864379882812 118.4011688232422 C 138.8762817382812 144.4836883544922 111.8209609985352 162.3099975585938 80.62972259521484 162.3099975585938 C 36.10013580322266 162.3099975585938 0 125.9761505126953 0 81.15499877929688 C 0 36.33384704589844 36.10013580322266 0 80.62972259521484 0 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 164px;
    height: 164px;
    top: -35px;
    left: -30px;
  }
}

.block04__left .composition .age__inner {
  width: 124px;
}

@media (max-width: 767px) {
  .block04__left .composition .age__inner {
    width: 124px;
  }
}

.block04__left .composition .age .numtxt {
  border-bottom: 2px solid #275fba;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .block04__left .composition .age .numtxt {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

.block04__left .composition .age .numtxt .num {
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  color: #7ce800;
  position: relative;
  bottom: -6px;
  left: -3px;
}

@media (max-width: 767px) {
  .block04__left .composition .age .numtxt .num {
    font-size: 32px;
    bottom: -5px;
    left: -5px;
  }
}

.block04__left .composition .age .numtxt .txt {
  font-size: 20px;
}

@media (max-width: 767px) {
  .block04__left .composition .age .numtxt .txt {
    font-size: 15px;
  }
}

.block04__left .composition .age .txtxt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .block04__left .composition .img {
    margin-top: 12px;
  }
}

.block04__left .composition .note {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #848484;
  position: relative;
  right: -20px;
  bottom: -7px;
}

@media (max-width: 767px) {
  .block04__left .composition .note {
    right: -5px;
  }
}

@media (min-width: 768px) {
  .block04__right {
    width: 41%;
  }
}

.block04__right .boxcm__body {
  padding: 20px 0 0 15px;
}

@media (max-width: 767px) {
  .block04__right .boxcm__body {
    padding-right: 25px;
  }
}

.block04__right .ratio {
  position: relative;
  left: -5px;
}

.block04__right .ratio .txt {
  position: absolute;
  width: 124px;
  height: 75px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='123.482' height='74.495' viewBox='0 0 123.482 74.495'%3E%3Cg id='Group_124671' data-name='Group 124671' transform='translate(-14.999 -1)'%3E%3Cg id='Union_90' data-name='Union 90' transform='translate(14.999 1)' fill='%23fff'%3E%3Cpath d='M 24.97870254516602 72.33047485351562 L 24.97870254516602 65.35169982910156 L 24.97870254516602 64.35169982910156 L 23.97870254516602 64.35169982910156 L 4.999502182006836 64.35169982910156 C 2.794168710708618 64.35169982910156 1.000001907348633 62.55713653564453 1.000001907348633 60.35130310058594 L 1.000001907348633 5.000401973724365 C 1.000001907348633 2.794568777084351 2.794168710708618 1.000002145767212 4.999502182006836 1.000002145767212 L 118.4813995361328 1.000002145767212 C 120.6872329711914 1.000002145767212 122.481803894043 2.794568777084351 122.481803894043 5.000401973724365 L 122.481803894043 60.35130310058594 C 122.481803894043 62.55713653564453 120.6872329711914 64.35169982910156 118.4813995361328 64.35169982910156 L 34.72073364257812 64.35169982910156 L 34.35278701782227 64.35169982910156 L 34.07258605957031 64.59020233154297 L 24.97870254516602 72.33047485351562 Z' stroke='none'/%3E%3Cpath d='M 25.97870254516602 70.16612243652344 L 33.98482894897461 63.35169219970703 L 118.4813919067383 63.35169219970703 C 120.1358261108398 63.35169219970703 121.4818115234375 62.00572967529297 121.4818115234375 60.35131072998047 L 121.4818115234375 5.000401973724365 C 121.4818115234375 3.345983982086182 120.1358261108398 2.000002145767212 118.4813919067383 2.000002145767212 L 4.999502182006836 2.000002145767212 C 3.345574617385864 2.000002145767212 2.000010967254639 3.345983982086182 2.000010967254639 5.000401973724365 L 2.000010967254639 60.35131072998047 C 2.000010967254639 62.00572967529297 3.345574617385864 63.35169219970703 4.999502182006836 63.35169219970703 L 25.97870254516602 63.35169219970703 L 25.97870254516602 70.16612243652344 M 23.97870254516602 74.49480438232422 L 23.97870254516602 65.35169219970703 L 4.999502182006836 65.35169219970703 C 2.238301992416382 65.35169219970703 1.103793056245195e-05 63.11251068115234 1.103793056245195e-05 60.35131072998047 L 1.103793056245195e-05 5.000401973724365 C 1.103793056245195e-05 2.239202260971069 2.238301992416382 2.191162138842628e-06 4.999502182006836 2.191162138842628e-06 L 118.4813919067383 2.191162138842628e-06 C 121.2425918579102 2.191162138842628e-06 123.4818115234375 2.239202260971069 123.4818115234375 5.000401973724365 L 123.4818115234375 60.35131072998047 C 123.4818115234375 63.11251068115234 121.2425918579102 65.35169219970703 118.4813919067383 65.35169219970703 L 34.72073745727539 65.35169219970703 L 23.97870254516602 74.49480438232422 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.25;
  padding-top: 11px;
  text-align: center;
  color: #275fba;
  top: 75px;
  left: 51px;
}

@media (max-width: 767px) {
  .block04__right .ratio .txt {
    font-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122.443' height='68.307' viewBox='0 0 122.443 68.307'%3E%3Cg id='Group_124713' data-name='Group 124713' transform='translate(0)'%3E%3Cg id='Union_90' data-name='Union 90' transform='translate(0 0)' fill='%23fff'%3E%3Cpath d='M 40.26160430908203 66.2476806640625 L 40.26160430908203 59.92290115356445 L 40.26160430908203 58.92290115356445 L 39.26160430908203 58.92290115356445 L 4.999503612518311 58.92290115356445 C 2.794170141220093 58.92290115356445 1.000003337860107 57.12873458862305 1.000003337860107 54.92340087890625 L 1.000003337860107 5.000401973724365 C 1.000003337860107 2.794568777084351 2.794170141220093 1.000002145767212 4.999503612518311 1.000002145767212 L 117.4428024291992 1.000002145767212 C 119.6486358642578 1.000002145767212 121.4432067871094 2.794568777084351 121.4432067871094 5.000401973724365 L 121.4432067871094 54.92340087890625 C 121.4432067871094 57.12873458862305 119.6486358642578 58.92290115356445 117.4428024291992 58.92290115356445 L 49.91448593139648 58.92290115356445 L 49.56815338134766 58.92290115356445 L 49.2960205078125 59.13710403442383 L 40.26160430908203 66.2476806640625 Z' stroke='none'/%3E%3Cpath d='M 41.26160430908203 64.18803405761719 L 49.22182083129883 57.92290496826172 L 117.4428024291992 57.92290496826172 C 119.0972213745117 57.92290496826172 120.4432067871094 56.57732391357422 120.4432067871094 54.92339706420898 L 120.4432067871094 5.000397682189941 C 120.4432067871094 3.345979452133179 119.0972213745117 1.999997615814209 117.4428024291992 1.999997615814209 L 4.999494075775146 1.999997615814209 C 3.345566987991333 1.999997615814209 2.000003337860107 3.345979452133179 2.000003337860107 5.000397682189941 L 2.000003337860107 54.92339706420898 C 2.000003337860107 56.57732391357422 3.345566987991333 57.92290496826172 4.999494075775146 57.92290496826172 L 41.26160430908203 57.92290496826172 L 41.26160430908203 64.18803405761719 M 39.26160430908203 68.30730438232422 L 39.26160430908203 59.92290496826172 L 4.999494075775146 59.92290496826172 C 2.238294363021851 59.92290496826172 3.393554607100668e-06 57.68459701538086 3.393554607100668e-06 54.92339706420898 L 3.393554607100668e-06 5.000397682189941 C 3.393554607100668e-06 2.239197731018066 2.238294363021851 -2.354292519157752e-06 4.999494075775146 -2.354292519157752e-06 L 117.4428024291992 -2.354292519157752e-06 C 120.2049102783203 -2.354292519157752e-06 122.4432067871094 2.239197731018066 122.4432067871094 5.000397682189941 L 122.4432067871094 54.92339706420898 C 122.4432067871094 57.68459701538086 120.2049102783203 59.92290496826172 117.4428024291992 59.92290496826172 L 49.91447448730469 59.92290496826172 L 39.26160430908203 68.30730438232422 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 122.44px;
    height: 68.31px;
    top: 50px;
    left: 30px;
  }
}

@media (min-width: 768px) {
  .block05 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 25px auto;
  }
}

@media (min-width: 768px) {
  .block05__left {
    width: 52.6%;
  }
}

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

.block05__left .boxcm__body {
  padding-right: 0;
  padding-bottom: 0;
}

.block05__left .service {
  position: relative;
}

.block05__left .service .txtwrap {
  width: 183px;
  height: 93px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='182.398' height='92.455' viewBox='0 0 182.398 92.455'%3E%3Cg id='Union_90' data-name='Union 90' transform='translate(182.398 92.132) rotate(180)' fill='%23fff'%3E%3Cpath d='M 177.3972015380859 91.13209533691406 L 4.998610973358154 91.13209533691406 C 2.793277502059937 91.13209533691406 0.9991108775138855 89.3375244140625 0.9991108775138855 87.13169097900391 L 0.9991108775138855 16.30800247192383 C 0.9991108775138855 14.10266971588135 2.793277502059937 12.30850315093994 4.998610973358154 12.30850315093994 L 130.0935211181641 12.30850315093994 L 130.4133911132812 12.30850315093994 L 130.6738891601562 12.12283611297607 L 145.4138031005859 1.61759078502655 L 145.4138031005859 11.30850315093994 L 145.4138031005859 12.30850315093994 L 146.4138031005859 12.30850315093994 L 177.3972015380859 12.30850315093994 C 179.6030426025391 12.30850315093994 181.3976135253906 14.10266971588135 181.3976135253906 16.30800247192383 L 181.3976135253906 87.13169097900391 C 181.3976135253906 89.3375244140625 179.6030426025391 91.13209533691406 177.3972015380859 91.13209533691406 Z' stroke='none'/%3E%3Cpath d='M 177.3972015380859 90.13210296630859 C 179.0516204833984 90.13210296630859 180.3975982666016 88.78612518310547 180.3975982666016 87.13170623779297 L 180.3975982666016 16.30800247192383 C 180.3975982666016 14.65407752990723 179.0516204833984 13.30850315093994 177.3972015380859 13.30850315093994 L 144.4138031005859 13.30850315093994 L 144.4138031005859 3.55828595161438 L 130.7332763671875 13.30850315093994 L 4.998599052429199 13.30850315093994 C 3.344674110412598 13.30850315093994 1.999099016189575 14.65407752990723 1.999099016189575 16.30800247192383 L 1.999099016189575 87.13170623779297 C 1.999099016189575 88.78612518310547 3.344674110412598 90.13210296630859 4.998599052429199 90.13210296630859 L 177.3972015380859 90.13210296630859 M 177.3972015380859 92.13210296630859 L 4.998599052429199 92.13210296630859 C 2.237399101257324 92.13210296630859 -0.0009010009816847742 89.89290618896484 -0.0009010009816847742 87.13170623779297 L -0.0009010009816847742 16.30800247192383 C -0.0009010009816847742 13.54680252075195 2.237399101257324 11.30850315093994 4.998599052429199 11.30850315093994 L 130.093505859375 11.30850315093994 L 146.4138031005859 -0.3230971395969391 L 146.4138031005859 11.30850315093994 L 177.3972015380859 11.30850315093994 C 180.1593017578125 11.30850315093994 182.3975982666016 13.54680252075195 182.3975982666016 16.30800247192383 L 182.3975982666016 87.13170623779297 C 182.3975982666016 89.89290618896484 180.1593017578125 92.13210296630859 177.3972015380859 92.13210296630859 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  right: 37px;
  top: 12px;
}

@media (max-width: 767px) {
  .block05__left .service .txtwrap {
    width: 133.74px;
    height: 68.73px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='133.739' height='68.732' viewBox='0 0 133.739 68.732'%3E%3Cg id='Union_90' data-name='Union 90' transform='translate(133.739 68.732) rotate(180)' fill='%23fff'%3E%3Cpath d='M 128.7396087646484 67.73210906982422 L 4.999497890472412 67.73210906982422 C 2.79417085647583 67.73210906982422 1.000007152557373 65.93794250488281 1.000007152557373 63.73259735107422 L 1.000007152557373 13.64670562744141 C 1.000007152557373 11.4413595199585 2.79417085647583 9.647195816040039 4.999497890472412 9.647195816040039 L 95.38816833496094 9.647195816040039 L 95.71166229248047 9.647195816040039 L 95.97386169433594 9.457723617553711 L 106.3547134399414 1.956366777420044 L 106.3547134399414 8.647195816040039 L 106.3547134399414 9.647195816040039 L 107.3547134399414 9.647195816040039 L 128.7396087646484 9.647195816040039 C 130.9449462890625 9.647195816040039 132.7391204833984 11.4413595199585 132.7391204833984 13.64670562744141 L 132.7391204833984 63.73259735107422 C 132.7391204833984 65.93794250488281 130.9449462890625 67.73210906982422 128.7396087646484 67.73210906982422 Z' stroke='none'/%3E%3Cpath d='M 128.7396087646484 66.73210906982422 C 130.3935394287109 66.73210906982422 131.7391204833984 65.38652038574219 131.7391204833984 63.73259735107422 L 131.7391204833984 13.64670562744141 C 131.7391204833984 11.99277782440186 130.3935394287109 10.64719581604004 128.7396087646484 10.64719581604004 L 105.3547134399414 10.64719581604004 L 105.3547134399414 3.912750482559204 L 96.03517150878906 10.64719581604004 L 4.999497890472412 10.64719581604004 C 3.345570802688599 10.64719581604004 2.000007152557373 11.99277782440186 2.000007152557373 13.64670562744141 L 2.000007152557373 63.73259735107422 C 2.000007152557373 65.38652038574219 3.345570802688599 66.73210906982422 4.999497890472412 66.73210906982422 L 128.7396087646484 66.73210906982422 M 128.7396087646484 68.73210906982422 L 4.999497890472412 68.73210906982422 C 2.238298177719116 68.73210906982422 7.157759227993665e-06 66.49381256103516 7.157759227993665e-06 63.73259735107422 L 7.157759227993665e-06 13.64670562744141 C 7.157759227993665e-06 10.88550567626953 2.238298177719116 8.647195816040039 4.999497890472412 8.647195816040039 L 95.38816833496094 8.647195816040039 L 107.3547134399414 -3.825239673460601e-06 L 107.3547134399414 8.647195816040039 L 128.7396087646484 8.647195816040039 C 131.5008087158203 8.647195816040039 133.7391204833984 10.88550567626953 133.7391204833984 13.64670562744141 L 133.7391204833984 63.73259735107422 C 133.7391204833984 66.49381256103516 131.5008087158203 68.73210906982422 128.7396087646484 68.73210906982422 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
    right: 20px;
    top: 0;
  }
}

.block05__left .service .txtwrap .txt {
  color: #275fba;
  font-weight: bold;
  text-align: left;
  padding-top: 12px;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .block05__left .service .txtwrap .txt {
    font-size: 14px;
    line-height: 1.2;
  }
}

.block05__left .service .txtwrap .txt .txt01 {
  color: #5DC40E;
  font-size: 21px;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .block05__left .service .txtwrap .txt .txt01 {
    font-weight: bold;
    font-size: 15px;
  }
}

.block05__left .service .txtwrap .txt .txt02 {
  font-family: "Rubik", sans-serif;
  font-size: 19px;
}

@media (max-width: 767px) {
  .block05__left .service .txtwrap .txt .txt02 {
    font-size: 16px;
  }
}

.block05__left .service .note {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #848484;
  position: absolute;
  left: -15px;
  bottom: 14px;
}

@media (max-width: 767px) {
  .block05__left .service .note {
    left: 0;
    bottom: 5px;
  }
}

@media (min-width: 768px) {
  .block05__right {
    width: 45%;
  }
}

.block05__right .occupation {
  margin-top: -23px;
  padding-bottom: 37px;
  position: relative;
}

@media (max-width: 767px) {
  .block05__right .occupation {
    margin-top: -18px;
    padding-bottom: 17px;
  }
}

.block05__right .occupation__item {
  font-size: 29px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .block05__right .occupation__item {
    padding: 18px 16px;
  }
}

@media (max-width: 767px) {
  .block05__right .occupation__item:nth-child(1) .img {
    width: 57px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .block05__right .occupation__item:nth-child(2) .img {
    width: 62px;
    padding-right: 10px;
  }
}

.block05__right .occupation__item .txtwrap {
  width: 264px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .block05__right .occupation__item .txtwrap {
    width: calc(100% - 65px);
  }
}

.block05__right .occupation__item .txtwrap .txt1 {
  font-size: 25px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .block05__right .occupation__item .txtwrap .txt1 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .block05__right .occupation__item .txtwrap .txt2 {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .block05__right .occupation__item .txtwrap .txt2 {
    font-size: 25px;
  }
}

.block05__right .occupation__item .txtwrap .txt2 .num {
  font-family: "Rubik", sans-serif;
  font-size: 62px;
  color: #275fba;
  position: relative;
  margin-right: 4px;
  bottom: -5px;
}

@media (max-width: 767px) {
  .block05__right .occupation__item .txtwrap .txt2 .num {
    font-size: 44px;
    bottom: -2px;
    margin-right: 10px;
  }
}

.block05__right .occupation .note {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  width: 100%;
  color: #848484;
  position: absolute;
  bottom: -23px;
}

@media (min-width: 768px) {
  .block05__right .occupation .note {
    left: 18px;
  }
}

.block05__right .occupation .note span {
  padding-right: 11px;
}

@media (min-width: 768px) {
  .block06 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 25px auto;
  }
}

@media (max-width: 767px) {
  .block06 {
    margin: 15px auto;
  }
}

@media (min-width: 768px) {
  .block06__left {
    width: 46.2%;
  }
}

.block06__left .cafeteria {
  position: relative;
}

@media (min-width: 768px) {
  .block06__left .cafeteria {
    top: -3px;
    left: 27px;
  }
}

.block06__left .cafeteria .txtwrap {
  width: 173px;
  height: 75.16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='173' height='75.16' viewBox='0 0 173 75.16'%3E%3Cg id='Union_90' data-name='Union 90' transform='translate(6.001 -8)' fill='%23fff'%3E%3Cpath d='M 39.42911148071289 81.13098907470703 L 39.42911148071289 74.00070953369141 L 39.42911148071289 73.00070953369141 L 38.42911148071289 73.00070953369141 L -1.000797033309937 73.00070953369141 C -3.206637859344482 73.00070953369141 -5.001205921173096 71.20613861083984 -5.001205921173096 69.00030517578125 L -5.001205921173096 13.00050640106201 C -5.001205921173096 10.79466533660889 -3.206637859344482 9.000097274780273 -1.000797033309937 9.000097274780273 L 161.9991149902344 9.000097274780273 C 164.2044525146484 9.000097274780273 165.9986114501953 10.79466533660889 165.9986114501953 13.00050640106201 L 165.9986114501953 69.00030517578125 C 165.9986114501953 71.20613861083984 164.2044525146484 73.00070953369141 161.9991149902344 73.00070953369141 L 50.35397720336914 73.00070953369141 L 50.01424789428711 73.00070953369141 L 49.74483871459961 73.2076416015625 L 39.42911148071289 81.13098907470703 Z' stroke='none'/%3E%3Cpath d='M 40.42910766601562 79.10197448730469 L 49.674560546875 72.00069427490234 L 161.9991149902344 72.00069427490234 C 163.6530303955078 72.00069427490234 164.9986114501953 70.65471649169922 164.9986114501953 69.00031280517578 L 164.9986114501953 13.00050354003906 C 164.9986114501953 11.3460750579834 163.6530303955078 10.00009918212891 161.9991149902344 10.00009918212891 L -1.000797033309937 10.00009918212891 C -2.655225515365601 10.00009918212891 -4.001201629638672 11.3460750579834 -4.001201629638672 13.00050354003906 L -4.001201629638672 69.00031280517578 C -4.001201629638672 70.65471649169922 -2.655225515365601 72.00069427490234 -1.000797033309937 72.00069427490234 L 40.42910766601562 72.00069427490234 L 40.42910766601562 79.10197448730469 M 38.42910766601562 83.16000366210938 L 38.42910766601562 74.00069427490234 L -1.000797033309937 74.00069427490234 C -3.761987447738647 74.00069427490234 -6.001201629638672 71.76150512695312 -6.001201629638672 69.00031280517578 L -6.001201629638672 13.00050354003906 C -6.001201629638672 10.23840808868408 -3.761987447738647 8.000099182128906 -1.000797033309937 8.000099182128906 L 161.9991149902344 8.000099182128906 C 164.7602996826172 8.000099182128906 166.9986114501953 10.23840808868408 166.9986114501953 13.00050354003906 L 166.9986114501953 69.00031280517578 C 166.9986114501953 71.76150512695312 164.7602996826172 74.00069427490234 161.9991149902344 74.00069427490234 L 50.35398864746094 74.00069427490234 L 38.42910766601562 83.16000366210938 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  padding-top: 13px;
  top: 61px;
  right: 35px;
}

@media (max-width: 767px) {
  .block06__left .cafeteria .txtwrap {
    top: 25px;
    right: 0;
  }
}

.block06__left .cafeteria .txtwrap .txt {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.357;
  width: fit-content;
  margin: auto;
  color: #275fba;
}

.block06__left .cafeteria .txtwrap .txt .txtcl {
  color: #5DC40E;
}

@media (min-width: 768px) {
  .block06__right {
    width: 51.2%;
  }
}

@media (max-width: 767px) {
  .block06__right {
    margin-top: 15px;
  }
}

.block06__right .educational {
  position: relative;
  top: -3px;
  left: 4px;
}

.block06__right .educational .txtwrap {
  width: 202.97px;
  height: 97.38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='202.973' height='97.379' viewBox='0 0 202.973 97.379'%3E%3Cg id='Union_84' data-name='Union 84' transform='translate(6643.973 96) rotate(180)' fill='%23fff'%3E%3Cpath d='M 6638.97216796875 94.99990081787109 L 6446 94.99990081787109 C 6443.7939453125 94.99990081787109 6441.99951171875 93.20523834228516 6441.99951171875 90.99932098388672 L 6441.99951171875 15.41026782989502 C 6441.99951171875 13.20434665679932 6443.7939453125 11.40968894958496 6446 11.40968894958496 L 6608.12890625 11.40968894958496 L 6608.50244140625 11.40968894958496 L 6608.7841796875 11.16497802734375 L 6620.71435546875 0.8127983212471008 L 6620.71435546875 10.40968894958496 L 6620.71435546875 11.40968894958496 L 6621.71435546875 11.40968894958496 L 6638.97216796875 11.40968894958496 C 6641.17822265625 11.40968894958496 6642.97265625 13.20434665679932 6642.97265625 15.41026782989502 L 6642.97265625 90.99932098388672 C 6642.97265625 93.20523834228516 6641.17822265625 94.99990081787109 6638.97216796875 94.99990081787109 Z' stroke='none'/%3E%3Cpath d='M 6638.97216796875 93.99992370605469 C 6640.62646484375 93.99992370605469 6641.97265625 92.65386962890625 6641.97265625 90.99931335449219 L 6641.97265625 15.4102840423584 C 6641.97265625 13.75575637817383 6640.62646484375 12.40970039367676 6638.97216796875 12.40970039367676 L 6619.71435546875 12.40970039367676 L 6619.71435546875 3.004519462585449 L 6608.87548828125 12.40970039367676 L 6446 12.40970039367676 C 6444.345703125 12.40970039367676 6442.99951171875 13.75575637817383 6442.99951171875 15.4102840423584 L 6442.99951171875 90.99931335449219 C 6442.99951171875 92.65386962890625 6444.345703125 93.99992370605469 6446 93.99992370605469 L 6638.97216796875 93.99992370605469 M 6638.97216796875 95.99992370605469 L 6446 95.99992370605469 C 6443.23876953125 95.99992370605469 6440.99951171875 93.76222991943359 6440.99951171875 90.99931335449219 L 6440.99951171875 15.4102840423584 C 6440.99951171875 12.64903354644775 6443.23876953125 10.40970039367676 6446 10.40970039367676 L 6608.12890625 10.40970039367676 L 6621.71435546875 -1.378966212272644 L 6621.71435546875 10.40970039367676 L 6638.97216796875 10.40970039367676 C 6641.73486328125 10.40970039367676 6643.97265625 12.64903354644775 6643.97265625 15.4102840423584 L 6643.97265625 90.99931335449219 C 6643.97265625 93.76222991943359 6641.73486328125 95.99992370605469 6638.97216796875 95.99992370605469 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
  position: absolute;
  padding-top: 16px;
  top: 14px;
  right: 20px;
}

@media (max-width: 767px) {
  .block06__right .educational .txtwrap {
    width: 154.4px;
    height: 73.01px;
    padding-top: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='154.4' height='73.009' viewBox='0 0 154.4 73.009'%3E%3Cg id='Union_110' data-name='Union 110' transform='translate(154.4 73.009) rotate(180)' fill='%23fff'%3E%3Cpath d='M 149.3991088867188 72.0089111328125 L 5.000392913818359 72.0089111328125 C 2.794572830200195 72.0089111328125 0.9999927878379822 70.21433258056641 0.9999927878379822 68.00849151611328 L 0.9999927878379822 13.83839130401611 C 0.9999927878379822 11.63257217407227 2.794572830200195 9.838011741638184 5.000392913818359 9.838011741638184 L 127.1335144042969 9.838011741638184 L 127.502815246582 9.838011741638184 L 127.7834548950195 9.597991943359375 L 136.4678192138672 2.171020746231079 L 136.4678192138672 8.838011741638184 L 136.4678192138672 9.838011741638184 L 137.4678192138672 9.838011741638184 L 149.3991088867188 9.838011741638184 C 151.6049346923828 9.838011741638184 153.3995056152344 11.63257217407227 153.3995056152344 13.83839130401611 L 153.3995056152344 68.00849151611328 C 153.3995056152344 70.21433258056641 151.6049346923828 72.0089111328125 149.3991088867188 72.0089111328125 Z' stroke='none'/%3E%3Cpath d='M 149.3991088867188 71.0089111328125 C 151.0535278320312 71.0089111328125 152.3995056152344 69.66293334960938 152.3995056152344 68.00849151611328 L 152.3995056152344 13.83841037750244 C 152.3995056152344 12.18397235870361 151.0535278320312 10.83799362182617 149.3991088867188 10.83799362182617 L 135.4678192138672 10.83799362182617 L 135.4678192138672 4.342059135437012 L 127.8721084594727 10.83799362182617 L 5.000398635864258 10.83799362182617 C 3.345982074737549 10.83799362182617 2.000002861022949 12.18397235870361 2.000002861022949 13.83841037750244 L 2.000002861022949 68.00849151611328 C 2.000002861022949 69.66293334960938 3.345982074737549 71.0089111328125 5.000398635864258 71.0089111328125 L 149.3991088867188 71.0089111328125 M 149.3991088867188 73.0089111328125 L 5.000398635864258 73.0089111328125 C 2.239190340042114 73.0089111328125 2.807617192956968e-06 70.76969909667969 2.807617192956968e-06 68.00849151611328 L 2.807617192956968e-06 13.83841037750244 C 2.807617192956968e-06 11.07720184326172 2.239190340042114 8.837993621826172 5.000398635864258 8.837993621826172 L 127.1335220336914 8.837993621826172 L 137.4678192138672 -6.581624347745674e-06 L 137.4678192138672 8.837993621826172 L 149.3991088867188 8.837993621826172 C 152.1603088378906 8.837993621826172 154.3995056152344 11.07720184326172 154.3995056152344 13.83841037750244 L 154.3995056152344 68.00849151611328 C 154.3995056152344 70.76969909667969 152.1603088378906 73.0089111328125 149.3991088867188 73.0089111328125 Z' stroke='none' fill='%23275fba'/%3E%3C/g%3E%3C/svg%3E%0A");
    top: 5px;
    right: 5px;
  }
}

.block06__right .educational .txtwrap .txt {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.02em;
  line-height: 1.357;
  width: fit-content;
  margin: auto;
  color: #275fba;
}

@media (max-width: 767px) {
  .block06__right .educational .txtwrap .txt {
    font-size: 14px;
    line-height: 1.2;
  }
}

.block06__right .educational .txtwrap .txt .txtcl {
  font-size: 24px;
  color: #5DC40E;
}

@media (max-width: 767px) {
  .block06__right .educational .txtwrap .txt .txtcl {
    font-size: 18px;
  }
}

.block06__right .note {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: right;
  width: 100%;
  color: #848484;
  position: absolute;
  bottom: -23px;
}

@media (min-width: 768px) {
  .block06__right .note {
    left: -7px;
  }
}

@media (max-width: 767px) {
  .block06__right .note {
    right: -5px;
  }
}

@media (min-width: 768px) {
  .block07 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin: 25px auto;
  }
}

@media (min-width: 768px) {
  .block07__left {
    width: 55.2%;
  }
}

.block07__left .boxcm__body {
  padding: 23px 50px 0;
}

@media (max-width: 767px) {
  .block07__left .boxcm__body {
    padding: 16px 10px 0 30px;
  }
}

@media (min-width: 768px) {
  .block07__right {
    width: 42.4%;
  }
}

@media (max-width: 767px) {
  .block07__right {
    margin-top: 15px;
    position: relative;
    z-index: 10;
  }
}

.block07__right .boxcm__body {
  padding: 23px 0 0 41px;
}

@media (max-width: 767px) {
  .block07__right .boxcm__body {
    padding: 16px 0 0 20px;
  }
}

.gBtn {
  max-width: 846px;
  margin: 98px auto 96px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .gBtn {
    margin-top: 50px;
    margin-bottom: 60px;
    display: block;
  }
  .gBtn .c-btn01-recruit {
    margin: 0 auto;
  }
  .gBtn .c-btn01-recruit:last-child {
    margin-top: 25px;
  }
}

.privacywrap {
  background: #1cb9ff;
  padding-top: 78px;
  padding-bottom: 80px;
  margin-top: -70px;
  position: relative;
  z-index: -1;
}

.privacywrap:before {
  content: '';
  width: 100%;
  max-width: 1321px;
  height: 319px;
  position: absolute;
  top: 80px;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1320.331' height='318.855' viewBox='0 0 1320.331 318.855'%3E%3Cg id='Group_124906' data-name='Group 124906' transform='translate(-50 -3900.638)'%3E%3Cg id='Group_124613' data-name='Group 124613' transform='translate(1183.669 4034.883)' opacity='0.16'%3E%3Cpath id='Path_139377' data-name='Path 139377' d='M127.586,454.11a.589.589,0,0,0,.256.109Z' transform='translate(-76.648 -419.242)' fill='%23fff'/%3E%3Cpath id='Path_139378' data-name='Path 139378' d='M118.758,451.53c.033.05.062.1.057.111C118.823,451.622,118.8,451.58,118.758,451.53Z' transform='translate(-77.265 -419.422)' fill='%23fff'/%3E%3Cpath id='Path_139380' data-name='Path 139380' d='M130.826,454.106a.522.522,0,0,0-.049.021A.243.243,0,0,0,130.826,454.106Z' transform='translate(-76.425 -419.242)' fill='%23fff'/%3E%3Cpath id='Path_139381' data-name='Path 139381' d='M112.6,451.582l.087-.11A.415.415,0,0,0,112.6,451.582Z' transform='translate(-77.694 -419.426)' fill='%23fff'/%3E%3Cpath id='Path_139382' data-name='Path 139382' d='M114.062,450.412a1.109,1.109,0,0,0,.107-.047A.311.311,0,0,0,114.062,450.412Z' transform='translate(-77.593 -419.503)' fill='%23fff'/%3E%3Cpath id='Path_139383' data-name='Path 139383' d='M119.559,454.287a.6.6,0,0,1,0,.158C119.572,454.359,119.577,454.3,119.559,454.287Z' transform='translate(-77.209 -419.229)' fill='%23fff'/%3E%3Cpath id='Path_139386' data-name='Path 139386' d='M133.073,450.927a.606.606,0,0,1,0,.159C133.086,451,133.091,450.936,133.073,450.927Z' transform='translate(-76.265 -419.464)' fill='%23fff'/%3E%3Cpath id='Path_139387' data-name='Path 139387' d='M127.576,447.053s.051-.022.106-.048C127.617,447.027,127.575,447.046,127.576,447.053Z' transform='translate(-76.649 -419.738)' fill='%23fff'/%3E%3Cpath id='Path_139388' data-name='Path 139388' d='M132.273,448.171c.032.05.061.1.056.111C132.337,448.262,132.312,448.221,132.273,448.171Z' transform='translate(-76.321 -419.657)' fill='%23fff'/%3E%3Cpath id='Path_139389' data-name='Path 139389' d='M114.328,457.579c-.086-.036-.171-.073-.256-.11A.575.575,0,0,0,114.328,457.579Z' transform='translate(-77.592 -419.007)' fill='%23fff'/%3E%3Cpath id='Path_139390' data-name='Path 139390' d='M128.6,454.42l-.009,0C128.555,454.417,128.545,454.418,128.6,454.42Z' transform='translate(-76.58 -419.22)' fill='%23fff'/%3E%3Cpath id='Path_139391' data-name='Path 139391' d='M126.117,448.223l.087-.111A.428.428,0,0,0,126.117,448.223Z' transform='translate(-76.751 -419.661)' fill='%23fff'/%3E%3Cpath id='Path_139392' data-name='Path 139392' d='M128.6,454.42c.143.034.26.055.272.033s-.071-.022-.151-.029H128.7Z' transform='translate(-76.578 -419.22)' fill='%23fff'/%3E%3Cpath id='Path_139393' data-name='Path 139393' d='M237.072,537.237a.169.169,0,0,1,.051.028C237.108,537.233,237.09,537.228,237.072,537.237Z' transform='translate(-69.002 -413.437)' fill='%23fff'/%3E%3Cpath id='Path_139394' data-name='Path 139394' d='M240.117,517.079c-.081.081-.1.133,0,0Z' transform='translate(-68.794 -414.844)' fill='%23fff'/%3E%3Cpath id='Path_139395' data-name='Path 139395' d='M249.722,503.282c-.056.013-.067.034-.063.058A.138.138,0,0,1,249.722,503.282Z' transform='translate(-68.123 -415.808)' fill='%23fff'/%3E%3Cpath id='Path_139397' data-name='Path 139397' d='M117.312,457.466a.4.4,0,0,0-.048.02A.288.288,0,0,0,117.312,457.466Z' transform='translate(-77.369 -419.007)' fill='%23fff'/%3E%3Cpath id='Path_139398' data-name='Path 139398' d='M115.084,457.78l-.009,0C115.041,457.777,115.032,457.778,115.084,457.78Z' transform='translate(-77.524 -418.986)' fill='%23fff'/%3E%3Cpath id='Path_139399' data-name='Path 139399' d='M115.082,457.78c.143.034.26.055.272.033s-.071-.022-.149-.029h-.017Z' transform='translate(-77.521 -418.985)' fill='%23fff'/%3E%3Cpath id='Path_139401' data-name='Path 139401' d='M255.029,500.719a5.619,5.619,0,0,0-5.249,1.219l-4.244,3.129-7.488,5.52-17.07-6.969c.432-.886.83-1.792,1.253-2.661q2.638-5.422,5.277-10.843l9.394-19.3a7.4,7.4,0,0,0,.7-5.7,6.733,6.733,0,0,0-10.536-3.1,2.827,2.827,0,0,0-.479.37L215.474,473.04q-8.523,8.171-17.047,16.341a35.081,35.081,0,0,0-3.571,3.574l-10.138-4.139-7.44-3.037a20.838,20.838,0,0,0-6.222-1.749c-4.5-.393-9.577,1.628-11.643,5.857-2.034,4.164-.9,8.806,2.051,12.212,3.387,3.916,9.112,5.126,13.818,6.752l12.044,4.163a36.408,36.408,0,0,0,.315,4.164l.928,10.737q1.046,12.106,2.093,24.211c.149,1.715.225,3.453.478,5.157a6.726,6.726,0,0,0,8.386,5.376,6.883,6.883,0,0,0,4.676-4.83c1.768-6.121,3.369-12.3,5.052-18.44,1.567-5.718,3.238-11.422,4.721-17.164l16.474,5.694,1.314.455,1.573,7.2q.6,2.752,1.2,5.5a7.9,7.9,0,0,0,1.492,3.877,7.568,7.568,0,0,0,3.251,1.858,11.735,11.735,0,0,0,2.708.843c3.025.368,5.074-1.814,5.408-4.633.4-3.37.761-6.744,1.14-10.115q.34-3.012.679-6.023a11.058,11.058,0,0,0,.074-2.242,5.866,5.866,0,0,0,.842-.937c.2-.279.395-.567.592-.851l2.8-4.028,6.412-9.212a5.015,5.015,0,0,0,.836-5.1C259.8,502.271,257.216,501.392,255.029,500.719Zm1.068,5.543a.138.138,0,0,0-.063.058C256.029,506.3,256.041,506.275,256.1,506.262Zm-13.529,36.326c.018-.01.036,0,.051.028A.17.17,0,0,0,242.567,542.588Zm3.253-21.566c-.1.133-.081.081,0,0Zm8.546-12.274q-2.783,4-5.563,7.993-1.117,1.6-2.232,3.206c-.215.31-.432.618-.646.929l0,0a2.558,2.558,0,0,0-1.579,4.3,8.236,8.236,0,0,1-.208,1.7q-.263,2.338-.527,4.677l-1.149,10.19-.087.766c-.383-.136-1.1-.362-1.27-.428l-1.24-.466-.029-.01a.112.112,0,0,0,0-.057c-.338-2.413-1.056-4.831-1.576-7.211l-1.9-8.684a2.145,2.145,0,0,0-2.14-1.8l-18.691-6.46-2.758-.954c-1.672-.578-3.1.917-3.217,2.45a26.388,26.388,0,0,1-1.24,4.669l-2.9,10.59q-2.834,10.346-5.669,20.692c-.157.574-.28,1.175-.476,1.737a1.6,1.6,0,0,1-2.865.571,2.715,2.715,0,0,1-.358-1.471q-.125-1.463-.252-2.928-.974-11.26-1.946-22.52c-.48-5.553-1.067-11.108-1.441-16.67a3.259,3.259,0,0,1,.259-1.557c.537-1.331-.6-2.72-1.774-3.126l-11.089-3.832c-3.621-1.252-7.339-2.355-10.9-3.767-3.113-1.235-5.933-4.379-5.447-7.7.466-3.174,4.1-4.685,7.224-4.5a15.874,15.874,0,0,1,5.029,1.507l6.729,2.746,12.847,5.244a2.568,2.568,0,0,0,3.126-1.774c.394-1.319,2.268-2.552,3.215-3.459l7.432-7.125q8.549-8.192,17.1-16.387l4.025-3.858a1.621,1.621,0,0,1,2.589,1.74,12.156,12.156,0,0,1-.686,1.41l-3.746,7.694-10.187,20.931q-.884,1.817-1.768,3.633a8.244,8.244,0,0,1-.859,1.667,2.586,2.586,0,0,0,1.121,4.246l11.83,4.829,7.285,2.974c1.433.585,2.676,1.356,4.179.367,4.151-2.728,8.053-5.938,12.052-8.886a6.043,6.043,0,0,1,1.281-.945c.739-.249,1.809.592,2.653.855a.589.589,0,0,1-.056.092A26.1,26.1,0,0,0,254.367,508.748Z' transform='translate(-74.497 -418.788)' fill='%23fff'/%3E%3Cpath id='Path_139402' data-name='Path 139402' d='M114.3,434.088a12.558,12.558,0,0,1,3.181,1.609,2.683,2.683,0,0,0,.526-1.346,3.236,3.236,0,0,0-1.674-.263,3.236,3.236,0,0,1,1.674.263,2.321,2.321,0,0,0-.708-2.024c-5.378-4.7-12.384-5.331-19.211-4.385-6.3.874-11.937,3.7-15.586,9.037a2.522,2.522,0,0,0,.2,2.822,2.639,2.639,0,0,0,2.67.91,33.532,33.532,0,0,1,12.275.047c.658.145,1.305.321,1.948.508-.072.037-.145.064-.217.1a25.451,25.451,0,0,0-8.714,7.132c-2.729,3.832-3.977,9.035-4.2,13.693-.111,2.357,2.779,3.143,4.338,1.8.1-.085.2-.166.3-.247l.363-.287c-.472.377-.116.091.125-.087a38.523,38.523,0,0,1,3.446-2.256,32.028,32.028,0,0,1,11.184-4.063,2.29,2.29,0,0,0,1.728-1.7,7.553,7.553,0,0,1-4.825-1.951,7.553,7.553,0,0,0,4.825,1.951,2.507,2.507,0,0,0-3.078-3.2,35.816,35.816,0,0,0-12.337,4.486,18.468,18.468,0,0,1,1.859-4.552c1.394-2.348,3.851-4.071,6.236-5.564,2.817-1.763,5.813-2.66,8.924-1.051,2.909,1.461,5.481-2.88,2.564-4.388-4.29-2.155-8.72-4.308-13.45-5.295a32.6,32.6,0,0,0-6.79-.646,20.829,20.829,0,0,1,7.194-2.247c5.013-.669,10.65-.459,14.639,3.027a2.6,2.6,0,0,0,3.594,0,2.148,2.148,0,0,0,.182-.224A12.558,12.558,0,0,0,114.3,434.088Z' transform='translate(-79.821 -421.095)' fill='%23fff'/%3E%3Cpath id='Path_139403' data-name='Path 139403' d='M116.054,435.526a1.069,1.069,0,0,0-.066-.378c-.15.419-.285.842-.408,1.269a31.442,31.442,0,0,1,3.523,3.174,31.442,31.442,0,0,0-3.523-3.174c-.133.461-.249.925-.346,1.394a2.605,2.605,0,0,0,1.775,3.126,2.565,2.565,0,0,0,3.125-1.775,15.925,15.925,0,0,1,8.622-11.2,14.968,14.968,0,0,1,10.108-.934,41.913,41.913,0,0,0-4.937,2.729,28.343,28.343,0,0,0-7.966,7.942c-1.518,2.245,1.375,4.553,3.476,3.477a15.491,15.491,0,0,1,7.206-2.124,12.946,12.946,0,0,1,6.874,2.463,16.466,16.466,0,0,1,5.037,5.57,23.093,23.093,0,0,0-2.884-.953,10.239,10.239,0,0,0-3.387-.454,2.628,2.628,0,0,0-2.521,2.337,7.725,7.725,0,0,0,2.717-.291,7.725,7.725,0,0,1-2.717.291c-.005.068-.02.133-.02.2a2.558,2.558,0,0,0,2.541,2.541,5.326,5.326,0,0,1,.6,0c.091,0,.183.017.274.023.387.086.778.148,1.163.245a27.966,27.966,0,0,1,7.549,3.457c2.035,1.239,4.108-.8,3.732-2.869a22.6,22.6,0,0,0-9.836-14.7,17.7,17.7,0,0,0-8.986-2.938c.1-.062.182-.135.278-.195a74.3,74.3,0,0,1,9.359-4.622c1.853-.825,1.444-3.456,0-4.388a20.859,20.859,0,0,0-19.885-1.359,20.631,20.631,0,0,0-10.541,11.735' transform='translate(-77.515 -421.518)' fill='%23fff'/%3E%3Cpath id='Path_139404' data-name='Path 139404' d='M116.1,450.09c.39.142.226.034,0,0Z' transform='translate(-77.45 -419.522)' fill='%23fff'/%3E%3Cpath id='Path_139405' data-name='Path 139405' d='M115.083,457.78l.106,0h.017l-.132-.006Z' transform='translate(-77.522 -418.986)' fill='%23fff'/%3E%3Cpath id='Path_139406' data-name='Path 139406' d='M129.618,446.73c.391.142.226.034,0,0Z' transform='translate(-76.506 -419.757)' fill='%23fff'/%3E%3Cpath id='Path_139407' data-name='Path 139407' d='M128.6,454.42l.106,0h.015l-.129-.006Z' transform='translate(-76.578 -419.22)' fill='%23fff'/%3E%3Cpath id='Path_139408' data-name='Path 139408' d='M136.769,444.181a9.339,9.339,0,0,0-10.718-.913,9.132,9.132,0,0,0-3.771,4.484,9.151,9.151,0,0,0-15.1,6.65c.479.017.94.021,1.352.021-.412,0-.873,0-1.352-.021a9.576,9.576,0,0,0,.151,2.344,9.045,9.045,0,0,0,3.046,5.049c-3.16,9.25-3.8,19.292-3.851,28.989a2.329,2.329,0,0,0,2.007,2.4v0a2.475,2.475,0,0,0,3.075-2.4c.045-9.038.627-18.271,3.434-26.914a9.334,9.334,0,0,0,6.021-1.189c.227-.138.418-.309.629-.463-.259,2.056-.479,4.118-.675,6.178a100.007,100.007,0,0,0-.2,21.578c.447,3.616,1.132,7.335,3.005,10.518a2.306,2.306,0,0,0,2.291,1.2c-.613-2.329-.958-4.782-2.333-6.616,1.376,1.834,1.72,4.287,2.333,6.616a2.521,2.521,0,0,0,2.1-3.766c-.152-.259-.3-.52-.432-.787-.046-.092-.24-.523-.278-.595-.246-.612-.457-1.24-.641-1.873a32.369,32.369,0,0,1-.934-4.512c-.013-.114-.077-.617-.09-.731q-.069-.621-.125-1.245-.12-1.353-.184-2.711c-.088-1.821-.11-3.645-.087-5.468.044-3.521.252-7.038.564-10.545q.2-2.274.461-4.541.114-1,.238-1.991.058-.456.117-.91c.016-.128.033-.258.05-.385l.006-.053v0c.089-.644.178-1.287.272-1.93a8.346,8.346,0,0,0,2.087.6,9.073,9.073,0,0,0,10.06-5.641,3,3,0,0,0,.235-.518,9.34,9.34,0,0,0-.827-7.614c-2-.164-4.053-.313-5.776.836,1.723-1.149,3.771-1,5.776-.836A8.434,8.434,0,0,0,136.769,444.181Zm-17.1,8.126c.005-.012-.024-.061-.057-.111C119.646,452.247,119.675,452.3,119.669,452.308ZM114.7,450.95a1.073,1.073,0,0,1-.107.047A.313.313,0,0,1,114.7,450.95Zm-1.581,1.184-.087.11A.416.416,0,0,1,113.114,452.134Zm1.485,6.416c.085.037.17.074.256.11A.575.575,0,0,1,114.6,458.55Zm3.415.017a.408.408,0,0,1,.048-.02A.408.408,0,0,0,118.014,458.567Zm2.437-3.426c-.009.157-.011.236-.009.271-.078.326-.252.846-.277.92-.01.025-.011.031-.017.049-.081.152-.153.306-.24.455-.057.1-.117.2-.179.292l-.1.142q-.239.334.094-.106c-.014.149-.462.518-.567.618-.019.019-.149.15-.251.242l-.139.091a6.668,6.668,0,0,1-.713.418l-.126.064c-.132.045-.319.1-.34.111-.243.074-.49.123-.738.175-.18-.013-.381.025-.561.023s-.327-.015-.491-.021c.078.006.155.015.149.029s-.128,0-.272-.033c-.052,0-.044,0-.009,0-.224-.055-.509-.141-.568-.158s-.146-.035-.243-.061c-.1-.045-.2-.091-.3-.14-.16-.082-.844-.367-.877-.537.013.066.385.334.116.083-.123-.113-.251-.221-.371-.339s-.226-.246-.342-.366c-.224-.229-.032.015.051.1a2.638,2.638,0,0,1-.42-.664c-.082-.144-.152-.293-.23-.44l-.006-.013c-.006-.024-.009-.036-.018-.069-.085-.294-.18-.58-.24-.879,0,0-.007-.068-.018-.142s-.01-.118-.012-.177a8.247,8.247,0,0,1,.015-.845v0h0c.041-.169.071-.341.116-.509s.109-.337.158-.507l0-.011c.138-.266.269-.533.432-.785,0,0,.035-.06.076-.124s.094-.113.143-.169.637-.731.721-.694l-.252.193c.089-.066.179-.13.271-.193s.184-.121.279-.178c.141-.086.286-.166.433-.24l.151-.077c.217-.072.592-.177.635-.187.107-.028.215-.051.324-.074l.087-.015.064-.005c.282,0,.56-.022.842-.006a.629.629,0,0,1,.078.01l-.074-.028a2.61,2.61,0,0,0,.34.064c.2.044.89.127,1.012.3-.009-.012-.557-.276-.122-.047.2.107.41.209.608.329.1.06.19.125.287.186l.026.018c.042.035.085.07.125.106.071.063.372.321.554.514.013.027.039.071.093.157.1.164.213.322.308.49.08.14.149.286.224.429l0,.014c.1.319.2.631.266.958l.009.046c.006.126.027.422.028.441C120.464,454.8,120.461,454.974,120.451,455.142Zm.015.163a.6.6,0,0,0,0-.158C120.488,455.155,120.482,455.218,120.466,455.3Zm8.686-7.949c-.055.026-.1.049-.106.048S129.087,447.378,129.152,447.355Zm-1.58,1.184-.087.111A.428.428,0,0,1,127.572,448.54Zm1.485,6.417.256.109A.59.59,0,0,1,129.057,454.957Zm3.414.017a.528.528,0,0,1,.049-.021A.528.528,0,0,0,132.471,454.974Zm2.456-3.422c.018.008.013.073,0,.159A.607.607,0,0,0,134.927,451.551Zm-.8-2.837c.005-.012-.024-.061-.056-.111C134.1,448.653,134.132,448.7,134.127,448.714ZM133,447.682c.1.06.19.125.287.186l.026.018c.042.035.085.07.125.106.071.063.372.321.554.515.013.026.039.07.093.156.1.164.213.322.308.49.08.141.149.286.224.429l0,.015c.1.319.2.63.266.958l.009.046c.006.126.027.422.028.441q0,.254-.01.507c-.009.156-.011.235-.009.27-.078.326-.252.846-.277.92-.01.025-.011.031-.017.05-.081.151-.154.3-.24.454-.057.1-.117.2-.179.293l-.1.141q-.239.334.094-.106c-.014.149-.462.518-.567.618-.019.019-.15.15-.251.243-.035.021-.079.05-.139.09a6.786,6.786,0,0,1-.712.418l-.126.064c-.132.045-.319.1-.34.111-.243.074-.49.123-.738.175-.181-.013-.38.025-.561.023-.165,0-.328-.015-.493-.021.08.006.157.015.151.029s-.128,0-.272-.033c-.053,0-.044,0-.009,0-.224-.054-.509-.141-.568-.158s-.146-.034-.243-.061c-.1-.044-.2-.091-.3-.14-.16-.082-.844-.366-.877-.537.013.066.385.334.116.083-.123-.113-.251-.221-.371-.339s-.226-.246-.342-.366c-.224-.229-.033.015.051.1a2.6,2.6,0,0,1-.42-.664c-.082-.143-.152-.293-.23-.44l-.006-.012c-.006-.025-.009-.036-.018-.07-.085-.293-.18-.579-.24-.879,0,0-.007-.068-.018-.141s-.01-.119-.012-.178a8.252,8.252,0,0,1,.015-.845v0h0c.041-.169.071-.34.116-.509s.109-.336.158-.506l0-.012c.138-.266.269-.533.432-.785,0,0,.035-.06.076-.124s.094-.113.143-.168.637-.732.721-.7l-.253.193c.089-.066.179-.13.271-.193s.184-.121.279-.178q.212-.128.433-.24l.151-.077c.216-.072.592-.177.635-.187q.16-.04.324-.074l.087-.015.064-.005c.282,0,.56-.022.843-.006a.626.626,0,0,1,.077.01l-.074-.027a2.808,2.808,0,0,0,.34.063c.2.044.89.127,1.012.3-.009-.012-.557-.275-.122-.047C132.592,447.459,132.8,447.561,133,447.682Z' transform='translate(-78.119 -420.088)' fill='%23fff'/%3E%3Cpath id='Path_139409' data-name='Path 139409' d='M81.787,531a2.568,2.568,0,0,0,3.115-1.742H80.078A2.4,2.4,0,0,0,81.787,531Z' transform='translate(-79.966 -413.993)' fill='%23fff'/%3E%3Cpath id='Path_139410' data-name='Path 139410' d='M160.541,528.769q-1.17-3.866-2.417-7.708c-.488-1.507-.968-3.038-1.474-4.563h-5.411q.642,1.818,1.243,3.649,1.646,4.964,3.159,9.973c0,.012.01.021.014.033h0C156.627,533.228,161.488,531.9,160.541,528.769Z' transform='translate(-74.996 -414.885)' fill='%23fff'/%3E%3Cpath id='Path_139411' data-name='Path 139411' d='M98.252,492.571c-5.377,2.109-9.01,6.418-11.226,11.629a96.522,96.522,0,0,0-4.872,15.934c-.8,3.442-1.537,6.908-2.134,10.391a3.18,3.18,0,0,0,.065,1.384h4.824c0-.012.009-.021.011-.033.782-4.563,1.747-9.124,2.91-13.622h0c.6-2.308,1.228-4.6,1.948-6.865,1.236-3.89,2.371-7.54,5.253-10.664a13.713,13.713,0,0,1,12.6-4.068,17.454,17.454,0,0,1,2.754.765v-5.336A19.545,19.545,0,0,0,98.252,492.571Z' transform='translate(-79.973 -416.641)' fill='%23fff'/%3E%3Cpath id='Path_139412' data-name='Path 139412' d='M157.156,511.84a21.324,21.324,0,0,0-11.375-10.295,16.078,16.078,0,0,0-7.375-1.1,44.787,44.787,0,0,0-6.045,1.216c-1.369.353-2.731.734-4.09,1.131a7.658,7.658,0,0,0,3.5,2,7.658,7.658,0,0,1-3.5-2q-2.308.674-4.6,1.407c-.759-.783-1.471-1.613-2.155-2.461-2.238-2.769-4.256-5.313-7.333-7.216a21.726,21.726,0,0,0-5.79-2.484v5.336a17.311,17.311,0,0,1,3.9,1.972c2.432,1.647,4.02,4.024,5.857,6.267a23.108,23.108,0,0,0,3,3.205c1.342,1.113,2.569.68,4.016.224a111.279,111.279,0,0,1,12.185-3.323c.374-.073.75-.136,1.127-.195.108-.01.536-.061.644-.067a11.919,11.919,0,0,1,3.871.51,15.214,15.214,0,0,1,6.956,4.39,17.852,17.852,0,0,1,2.294,3.084c.212.358.4.719.584,1.092.068.14.128.286.191.428-.309-.692.039.1.093.236.4.993.763,2,1.118,3.008h5.411A52.041,52.041,0,0,0,157.156,511.84Z' transform='translate(-77.988 -416.593)' fill='%23fff'/%3E%3Cpath id='Path_139413' data-name='Path 139413' d='M146.736,515.467H92.6a2.3,2.3,0,0,0-2.055,1.1h58.245A2.3,2.3,0,0,0,146.736,515.467Z' transform='translate(-79.235 -414.957)' fill='%23fff'/%3E%3Cpath id='Path_139414' data-name='Path 139414' d='M90.573,516.5a2.553,2.553,0,0,0,2.055,3.979h54.134a2.555,2.555,0,0,0,2.056-3.979Z' transform='translate(-79.261 -414.885)' fill='%23fff'/%3E%3Cpath id='Path_139415' data-name='Path 139415' d='M154.355,526.224H90.444a2.481,2.481,0,0,0-2.358,3.25h68.626A2.479,2.479,0,0,0,154.355,526.224Z' transform='translate(-79.413 -414.205)' fill='%23fff'/%3E%3Cpath id='Path_139416' data-name='Path 139416' d='M88.08,529.262a2.32,2.32,0,0,0,2.358,1.832h63.911a2.322,2.322,0,0,0,2.357-1.832Z' transform='translate(-79.407 -413.993)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_124614' data-name='Group 124614' transform='translate(201.979 3901.39)' opacity='0.16'%3E%3Cpath id='Path_139417' data-name='Path 139417' d='M104.68,195.467c-.044.361-.005.694,0,0Z' transform='translate(-32.335 -122.517)' fill='%23fff'/%3E%3Cpath id='Path_139418' data-name='Path 139418' d='M108.919,196.911a.328.328,0,0,0,.156.032Z' transform='translate(-32.038 -122.416)' fill='%23fff'/%3E%3Cpath id='Path_139421' data-name='Path 139421' d='M96.228,192.709c-.325.019-.134.019,0,0Z' transform='translate(-32.937 -122.709)' fill='%23fff'/%3E%3Cpath id='Path_139422' data-name='Path 139422' d='M111.087,196.7c.08-.033.114-.052,0,0Z' transform='translate(-31.886 -122.433)' fill='%23fff'/%3E%3Cpath id='Path_139424' data-name='Path 139424' d='M134.326,188.229c.006.036.011.073.014.109.012.137.05.068.112-.183Z' transform='translate(-30.263 -123.027)' fill='%23fff'/%3E%3Cpath id='Path_139425' data-name='Path 139425' d='M104.574,194.589l.022.024a.572.572,0,0,0-.124-.2C104.505,194.459,104.546,194.533,104.574,194.589Z' transform='translate(-32.348 -122.591)' fill='%23fff'/%3E%3Cpath id='Path_139426' data-name='Path 139426' d='M93.657,192.376c.12.051.327.113,0,0Z' transform='translate(-33.104 -122.733)' fill='%23fff'/%3E%3Cpath id='Path_139428' data-name='Path 139428' d='M191.654,221.739a1.277,1.277,0,0,0,.1-.362A1.923,1.923,0,0,1,191.654,221.739Z' transform='translate(-26.26 -120.707)' fill='%23fff'/%3E%3Cpath id='Path_139429' data-name='Path 139429' d='M195.162,261.819a1.252,1.252,0,0,1,.28.013A.638.638,0,0,0,195.162,261.819Z' transform='translate(-26.015 -117.884)' fill='%23fff'/%3E%3Cpath id='Path_139431' data-name='Path 139431' d='M195.608,262.427c-.04.225-.061.461-.12.681-.194.72.422-.518.189-1.071C195.654,262.167,195.632,262.3,195.608,262.427Z' transform='translate(-25.995 -117.868)' fill='%23fff'/%3E%3Cpath id='Path_139432' data-name='Path 139432' d='M150.186,148.836a60.755,60.755,0,1,0,39.227,66.733,64.308,64.308,0,0,0,.777-9.635,60.856,60.856,0,0,0-11.166-35.087A61.572,61.572,0,0,0,150.186,148.836Zm34.922,57.1a55.662,55.662,0,0,1-98.7,35.3A55.366,55.366,0,0,1,73.96,210.373a55.676,55.676,0,0,1,110.526-12.895A55.36,55.36,0,0,1,185.107,205.935Z' transform='translate(-34.846 -126.027)' fill='%23fff'/%3E%3Cpath id='Path_139433' data-name='Path 139433' d='M218.866,159.707c-5.571-.917-9.565,3.805-12.3,8.011-3.934,6.048-6.6,12.97-9.012,19.732a306.551,306.551,0,0,0-10.205,36.037c-.091.4-.194.809-.269,1.215-.47,2.529,1.383,4.411,3.769,4.889,2.337.468,4.69.858,7.043,1.255l-5.713,32.4c-.327,1.858-.669,3.716-.983,5.577a4.066,4.066,0,0,0,1.956,4.512c1.419.831,3.33.948,4.924,1.2,2.254.362,4.929-.216,5.56-2.77.113-.457.166-.939.247-1.4q.624-3.543,1.25-7.085,3.343-18.96,6.686-37.919,2.537-14.393,5.075-28.787,2.768-15.694,5.535-31.388a5.186,5.186,0,0,0,.065-2.5A4.668,4.668,0,0,0,218.866,159.707Zm-26.791,65.985a1.276,1.276,0,0,1-.1.362A1.92,1.92,0,0,0,192.075,225.692Zm3.937,43.278a1.253,1.253,0,0,0-.28-.013A.638.638,0,0,1,196.012,268.97Zm.066,1.293c.059-.22.08-.457.12-.681.024-.129.046-.26.07-.389C196.5,269.746,195.885,270.983,196.078,270.263Zm20.637-101.825-.69,3.91q-1.632,9.263-3.266,18.525-2.865,16.243-5.728,32.488-2.8,15.892-5.6,31.786-1.269,7.2-2.54,14.4c-.476-.08-.952-.18-1.422-.262-.266-.047-.752-.19-1.166-.274q.185-1.053.371-2.105l6.441-36.534c.055-.307.108-.613.163-.919.22-1.251-.324-2.87-1.775-3.126l-8.27-1.458c-.309-.055-.63-.132-.947-.172q1.374-6.121,2.975-12.189c1.792-6.838,3.759-13.638,6.023-20.337,1.193-3.53,2.469-7.033,3.89-10.478l.231-.56.054-.128.064-.15q.234-.546.472-1.089.536-1.218,1.1-2.422c.7-1.474,1.431-2.929,2.226-4.351a43.053,43.053,0,0,1,2.46-3.935q.154-.217.312-.432c.024-.032.17-.224.249-.328.041-.051.078-.1.088-.109.141-.167.278-.339.422-.506a17.872,17.872,0,0,1,1.274-1.35c.209-.2.43-.38.642-.573.046-.043.071-.067.093-.09s.079-.049.146-.093c.459-.3.934-.535,1.407-.807-.726.417-.131.06.155-.024.211-.062.449-.078.655-.15l-.173.059a1.232,1.232,0,0,1,.263-.034l.074,0q-.172.977-.344,1.955Z' transform='translate(-26.584 -125.022)' fill='%23fff'/%3E%3Cpath id='Path_139434' data-name='Path 139434' d='M215.1,164.328c-.231.05-.369.122,0,0Z' transform='translate(-24.638 -124.691)' fill='%23fff'/%3E%3Cpath id='Path_139435' data-name='Path 139435' d='M150.031,230.741a13.588,13.588,0,0,0,8.507-3.3,15.212,15.212,0,0,0,4.278-7.824,19.365,19.365,0,0,0-4.3-16.8,15.661,15.661,0,0,0-2.74-2.393,2.638,2.638,0,0,0-.57-.393,2.673,2.673,0,0,0-.618-.293c-6.359-3.013-13.528-3.58-20.48-3.111a59.872,59.872,0,0,0-10.984,1.634q-2.271.586-4.522,1.267a19.829,19.829,0,0,0,1.314-2.2c.616-1.188,1.5-2.184,2.2-3.31a8.658,8.658,0,0,0,1.28-4.829,2.534,2.534,0,0,0-.07-.535,7.625,7.625,0,0,0-4.422-5.935,10.169,10.169,0,0,0-8.589-.033,13.937,13.937,0,0,0-2.609,1.519,10.27,10.27,0,0,0-.517-4.474,2.908,2.908,0,0,0-.216-.594,7.119,7.119,0,0,0-5.249-3.688,8.455,8.455,0,0,0-6.82,2.1,46.449,46.449,0,0,0-4.5,4.2,15.938,15.938,0,0,0-3.514,5.235c-1.65,4.344.932,9.319,5.07,11.132a10.515,10.515,0,0,0,6.559.65,8.64,8.64,0,0,0,2.541-1.017,6.578,6.578,0,0,0,2.18,2.671,15,15,0,0,0,5.639,2.838,30.464,30.464,0,0,0-10.776,8.7,23.486,23.486,0,0,0-4.589,12.17,20.3,20.3,0,0,0,1.727,10.242,14.076,14.076,0,0,0,13.482,8.223c7.312-.435,13.1-5.046,19.416-8.182a33.036,33.036,0,0,1,10.719-3.069C142.579,230.9,146.309,231.024,150.031,230.741Zm-37.22-32.55c.114-.052.08-.033,0,0Zm-6.975-2.271c-.028-.056-.068-.129-.1-.181a.572.572,0,0,1,.124.2Zm-11.672-2.355c.327.113.12.051,0,0Zm2.738.356c-.134.019-.325.019,0,0Zm3.27-2.177q-.14.218-.293.427c-.043.05-.113.136-.133.155-.265.27-.523.542-.812.785-.045.031-.1.067-.123.081-.228.124-.446.262-.676.382a.471.471,0,0,0-.05.029l-.058.017c-.142.044-.28.1-.424.136-.214.062-.432.1-.648.155l-.05.009a10.463,10.463,0,0,1-1.053.029c-.149-.006-.3-.021-.446-.032.571.042-.075-.02-.208-.049a9.349,9.349,0,0,1-1.045-.307l-.03-.014c-.2-.1-.395-.2-.585-.319-.079-.047-.155-.1-.232-.151-.061-.043-.184-.131-.234-.177-.137-.126-.272-.252-.4-.388-.025-.026-.417-.489-.3-.34a7.1,7.1,0,0,1-.683-1.13c.048.1.125.409-.022-.059-.057-.182-.11-.364-.16-.548a2.851,2.851,0,0,1-.047-.294c0-.072-.011-.142-.012-.213,0-.152.011-.3.021-.453.013-.066.037-.214.067-.331.034-.137.074-.274.118-.408,0,0,.065-.172.109-.291s.141-.3.14-.3c.067-.132.139-.261.213-.388.19-.328.4-.639.618-.951l.059-.086c.158-.2.323-.4.49-.591a42.051,42.051,0,0,1,3.261-3.246c.37-.341.736-.687,1.11-1.023q.209-.188.422-.371c-.021.019.389-.3.426-.335.208-.145.42-.286.641-.411.111-.063.641-.264.448-.211.079-.026.156-.051.236-.073a2.448,2.448,0,0,1,.317-.051c.163,0,.326,0,.488-.01a.949.949,0,0,0,.1-.011c.024.008.039.013.074.022.138.036.278.062.415.1.1.028.194.062.29.1a2.822,2.822,0,0,0,.457.261c.037.021.059.03.081.041s.034.048.067.087c.056.066.119.128.18.19-.083-.071.155.274.259.441a5.013,5.013,0,0,0,.151.536c0,.019.027.169.04.24a8.113,8.113,0,0,1-.016,1.359c0,.008-.025.187-.032.259-.035.223-.078.443-.124.662-.108.527-.238,1.051-.37,1.572-.2.792-.41,1.581-.652,2.361-.114.37-.236.738-.37,1.1,0,0-.148.374-.177.457-.086.195-.175.388-.271.579A11.121,11.121,0,0,1,100.173,191.744Zm5.784,5.128c-.005.694-.044.361,0,0Zm.128-.7q.406-2.1.813-4.206a34.1,34.1,0,0,1,3.31-3.3,12.344,12.344,0,0,1,1.833-1.191c.171-.09.346-.176.523-.256.06-.019.284-.1.348-.125.215-.072.431-.139.65-.195l.285-.064c.12-.013.33-.04.337-.04.147-.008.294-.011.442-.009.185,0,.368.019.553.028.017,0,.021,0,.033,0l.061.016c.362.089.713.186,1.07.288.035.011.055.015.079.021l.025.014c.162.082.323.159.481.25s.3.187.454.285a.328.328,0,0,0,.034.019l.036.037c.1.1.205.187.3.288.074.076.322.43.221.266.043.065.087.129.125.2.007.013.071.157.117.257.029.1.071.243.081.273a.5.5,0,0,0,.02.052c0,.031,0,.059,0,.111,0,.236,0,.471-.007.707a.592.592,0,0,0,0,.116c-.006.028-.011.044-.019.081-.055.232-.124.458-.2.684-.037.039-.257.5-.309.588-.2.33-.428.643-.655.955-.415.57-.839,1.134-1.206,1.737-.432.712-.737,1.487-1.158,2.2-.141.243-.3.476-.462.705-.059.061-.27.313-.352.4-.1.106-.606.486-.512.444-.188.119-.376.237-.57.349-.03.017-.062.03-.093.045a1.369,1.369,0,0,1-.152.053c-.233.058-.486.111-.715.184l-.025.007-.1,0c-.3.011-.592.017-.89,0-.035,0-.1,0-.16,0l-.049-.013c-.235-.059-.477-.093-.714-.153s-.468-.128-.7-.205c-.123-.041-.341-.128-.46-.173a16.862,16.862,0,0,1-2.25-1.3l-.022-.021c-.148-.129-.3-.256-.438-.392Zm4.564,2.274a.328.328,0,0,1-.156-.032ZM112.27,236.8a12.075,12.075,0,0,1-7.034.347,9.374,9.374,0,0,1-5.054-4.3c-.136-.229-.264-.463-.383-.7-.053-.106-.209-.479-.255-.58a16.631,16.631,0,0,1-.537-1.677c-.076-.294-.143-.592-.2-.89-.027-.136-.123-.763-.143-.85a19.82,19.82,0,0,1-.136-2.21,21.942,21.942,0,0,1,.129-2.356c.005-.048.006-.068.01-.1s.01-.055.018-.1c.025-.149.048-.3.075-.445q.143-.791.346-1.571a15.715,15.715,0,0,1,2.037-4.838,24.306,24.306,0,0,1,10.079-8.811,57.5,57.5,0,0,1,9.893-3.636A58.621,58.621,0,0,1,131.8,201.9c6.94-.679,14.473-.69,20.846,2.517,3.869,2.514,5.706,7.325,5.528,11.786a11.818,11.818,0,0,1-2.1,6.381,7.315,7.315,0,0,1-5.343,3.007c-3.311.431-6.721.2-10.053.484a44.512,44.512,0,0,0-10.638,2.069C123.757,230.3,118.608,234.871,112.27,236.8Z' transform='translate(-33.611 -123.921)' fill='%23fff'/%3E%3Cpath id='Path_139436' data-name='Path 139436' d='M148.317,237.969a27.625,27.625,0,0,1-11.771,3.325c-3.256.157-3.275,5.24,0,5.082,17.654-.854,31.863-16.1,34.618-33.065a37.853,37.853,0,0,0-.447-14.859c-.752-3.181-5.653-1.835-4.9,1.351C169.272,214.422,161.49,230.837,148.317,237.969Z' transform='translate(-30.279 -122.435)' fill='%23fff'/%3E%3Cpath id='Path_139437' data-name='Path 139437' d='M159.6,187.528c3.271,0,3.276-5.082,0-5.082S156.329,187.528,159.6,187.528Z' transform='translate(-28.669 -123.426)' fill='%23fff'/%3E%3Cpath id='Path_139438' data-name='Path 139438' d='M153.569,176.484c3.271,0,3.276-5.082,0-5.082S150.294,176.484,153.569,176.484Z' transform='translate(-29.091 -124.197)' fill='%23fff'/%3E%3Cpath id='Path_139439' data-name='Path 139439' d='M142.06,169.056c3.269,0,3.275-5.082,0-5.082S138.784,169.056,142.06,169.056Z' transform='translate(-29.895 -124.716)' fill='%23fff'/%3E%3Cpath id='Path_139440' data-name='Path 139440' d='M133.556,194.073c1.71.4,3.912.939,5.526-.005,1.492-.873,2.047-2.831,2.492-4.387a9.673,9.673,0,0,0-.657-7.616c-1.569-2.776-4.226-5.174-6.5-7.369a118.391,118.391,0,0,0-9.44-8.073c-2.3-1.866-4.018-4.6-7.221-4.906-3.337-.32-6.012,2.231-6.992,5.233-2.166,6.633,4.023,12.53,8.013,16.968C122.816,188.4,127.52,192.652,133.556,194.073Zm2.461-3.887c0-.036-.007-.073-.014-.109l.126-.074C136.067,190.255,136.028,190.323,136.016,190.186Zm-20.285-22.056a2.382,2.382,0,0,1,1.144-1.306.916.916,0,0,1,.88.1c1.4.732,2.4,2.294,3.633,3.291a111.061,111.061,0,0,1,12.8,11.52c.564.6,1.372,1.474,1.741,1.976a9.327,9.327,0,0,1,.723,1.148c.029.056.065.131.087.172.061.169.107.34.164.51.026.077.058.23.074.3a5.39,5.39,0,0,1,.026.557,4.02,4.02,0,0,1-.086.936,13.307,13.307,0,0,1-.47,1.711c-.049.147-.107.294-.158.443a11.959,11.959,0,0,1-1.757-.409,16.072,16.072,0,0,1-2.223-.729,19.723,19.723,0,0,1-4.478-2.7,62.591,62.591,0,0,1-8.2-8.452C117.666,174.924,114.354,171.394,115.731,168.131Z' transform='translate(-31.94 -124.876)' fill='%23fff'/%3E%3Cpath id='Path_139441' data-name='Path 139441' d='M76.075,131.572l-.046-.033c-.035-.021-.067-.045-.1-.064a1.917,1.917,0,0,0-.76-.331L72.1,130.6a2.626,2.626,0,0,0-3.125,1.775l-2.044,5.778q-.223-3.211-.448-6.422a2.594,2.594,0,0,0-1.865-2.45l-.967-.17a2.6,2.6,0,0,0-2.869,1.167q-1.245,2.8-2.492,5.6.093-2.778.184-5.557a2.555,2.555,0,0,0-1.866-2.45l-3.064-.54a2.619,2.619,0,0,0-3.126,1.775q-2.009,6.066-3.746,12.224c-.824,2.912-1.617,5.843-2.21,8.812a27.392,27.392,0,0,0-.3,9.434A24.211,24.211,0,0,0,46.395,167a14.356,14.356,0,0,0,2.665,3.952q-2.155,12.227-4.311,24.453-3.367,19.087-6.731,38.174-.379,2.146-.756,4.292c-.491,2.784-.192,5.545,1.978,7.616a7.437,7.437,0,0,0,12.3-3.839c.172-.834.3-1.681.444-2.519q3.132-17.76,6.264-35.52,2.661-15.094,5.322-30.189c.067-.032.131-.051.2-.087a16.521,16.521,0,0,0,2.9-1.979,21.649,21.649,0,0,0,4.355-5.081,26.246,26.246,0,0,0,3.736-9.255,158.957,158.957,0,0,0,1.973-18.493c.111-1.643.216-3.287.3-4.932A2.165,2.165,0,0,0,76.075,131.572Zm-5.344,17.783c-.152,1.411-.318,2.8-.466,3.83a27.016,27.016,0,0,1-1.694,6.894c-1.53,3.56-3.867,6.935-7.32,8.8a2.367,2.367,0,0,0-2.342,1.8q-2.219,12.594-4.441,25.186l-6.7,38.007-.879,4.985a5.927,5.927,0,0,1-.826,2.792,2.312,2.312,0,0,1-3.986-1.956c.138-1.121.4-2.24.592-3.352q3.165-17.952,6.33-35.9l5.215-29.575.09-.509a2.625,2.625,0,0,0-1.6-3.069,16.562,16.562,0,0,1-3.685-9.607,22.629,22.629,0,0,1-.017-4.153l0-.02c.013-.089.026-.176.04-.264q.059-.369.123-.736c.11-.618.234-1.235.367-1.849.97-4.516,2.264-8.967,3.626-13.386l-.379,11.483c-.079,2.394,3.689,3.633,4.735,1.283l4.461-10.023.732,10.491a2.554,2.554,0,0,0,4.991.676q1.906-5.389,3.812-10.775c-.11,1.49-.223,2.979-.352,4.468S70.892,147.864,70.731,149.355Z' transform='translate(-37.056 -127.279)' fill='%23fff'/%3E%3Cpath id='Path_139442' data-name='Path 139442' d='M120.445,206.5a2.583,2.583,0,0,0-3.125,1.774q-1.555,6.055-3.109,12.108a2.542,2.542,0,0,0,4.9,1.351q1.553-6.055,3.108-12.108A2.575,2.575,0,0,0,120.445,206.5Z' transform='translate(-31.674 -121.751)' fill='%23fff'/%3E%3Cpath id='Path_139443' data-name='Path 139443' d='M130.053,206.383a2.587,2.587,0,0,0-3.125,1.775q-1.391,5.11-2.782,10.218a2.542,2.542,0,0,0,4.9,1.351q1.39-5.11,2.781-10.218A2.573,2.573,0,0,0,130.053,206.383Z' transform='translate(-30.98 -121.759)' fill='%23fff'/%3E%3Cpath id='Path_139444' data-name='Path 139444' d='M138.371,218.119,140.653,210l.327-1.16a2.542,2.542,0,1,0-4.9-1.351l-2.282,8.115-.326,1.161a2.541,2.541,0,1,0,4.9,1.35Z' transform='translate(-30.329 -121.806)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_124615' data-name='Group 124615' transform='translate(1026.5 3910.723) rotate(-10)' opacity='0.16'%3E%3Cpath id='Path_139446' data-name='Path 139446' d='M7.844,0,0,1.383.565,4.59,8.41,3.206Q8.128,1.6,7.844,0Z' transform='translate(8.973 5.428)' fill='%23fff'/%3E%3Cpath id='Path_139447' data-name='Path 139447' d='M7.034,0,0,1.24q.165.934.33,1.868c.021.12.043.24.063.359L7.427,2.226Q7.231,1.114,7.034,0Z' transform='translate(10.822 13.689)' fill='%23fff'/%3E%3Cpath id='Path_139449' data-name='Path 139449' d='M56.454,114.43q-2.187-12.408-4.376-24.817-1.9-10.745-3.789-21.492c-.273-1.544-.494-3.115-.869-4.639A23.9,23.9,0,0,0,28.645,45.739Q26.277,32.3,23.907,18.863a2.639,2.639,0,0,0,.128-1.641Q22.85,10.489,21.662,3.759q-.17-.969-.341-1.937C21.067.382,19.438-.173,18.2.046L5.367,2.309c-1.439.254-1.994,1.882-1.775,3.125L5.966,18.9q.17.968.341,1.936a1.948,1.948,0,0,0,.612,1.1q2.133,12.1,4.267,24.2.226,1.29.455,2.58A24.36,24.36,0,0,0,.787,63.019a26.318,26.318,0,0,0-.261,11.67q1.6,9.086,3.205,18.174Q6,105.737,8.27,118.611c.784,4.444,1.423,8.943,2.361,13.357a13.514,13.514,0,0,0,14.97,10.35c2.805-.387,5.594-.966,8.382-1.458L45.72,138.79A20.036,20.036,0,0,0,49.2,138a13.585,13.585,0,0,0,7.364-6.275c1.725-3.243,1.771-6.626,1.152-10.131Q57.085,118.012,56.454,114.43ZM8.973,6.811l7.844-1.383q.284,1.6.566,3.206L9.538,10.017ZM11.152,16.8q-.164-.934-.33-1.868l7.034-1.24q.2,1.114.393,2.226l-7.034,1.241C11.194,17.036,11.173,16.917,11.152,16.8ZM46.674,133.46c-2.553.623-5.209.941-7.795,1.4l-11.653,2.055c-3.247.572-6.484.8-9.111-1.692-1.87-1.775-2.478-3.965-2.9-6.384q-.627-3.551-1.253-7.1-2.1-11.883-4.191-23.766L6,76.582c-.242-1.376-.488-2.751-.727-4.127A19.054,19.054,0,0,1,8.993,57.7a19.81,19.81,0,0,1,6.736-5.462A2.6,2.6,0,0,0,16.9,49.373l-4.8-27.234L19.127,20.9Q21.165,32.454,23.2,44.01q.379,2.142.756,4.286a2.516,2.516,0,0,0,.046.262l.009.047a2.458,2.458,0,0,0,2.3,1.837c.051.007.1.022.152.029a19.118,19.118,0,0,1,13.591,8.6,22.38,22.38,0,0,1,2.972,8.348l3.1,17.6L50.5,109.828c.831,4.72,1.775,9.435,2.5,14.172A8.441,8.441,0,0,1,46.674,133.46Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_139450' data-name='Path 139450' d='M34.146,6.764q-.435-2.471-.872-4.944C33.021.381,31.394-.173,30.149.046L5.348,4.419l-3.527.623C.382,5.295-.173,6.922.046,8.166Q3.184,25.96,6.322,43.755q.435,2.471.871,4.943c.255,1.44,1.882,1.994,3.126,1.775L35.12,46.1l3.527-.623a2.562,2.562,0,0,0,1.775-3.125Q37.285,24.558,34.146,6.764ZM11.7,45.091Q8.757,28.425,5.818,11.759q-.2-1.107-.39-2.216L27.972,5.568c.267-.047.534-.093.8-.141q2.938,16.667,5.878,33.333.194,1.107.39,2.216L12.495,44.951Z' transform='translate(9.255 74.969)' fill='%23fff'/%3E%3Cpath id='Path_139451' data-name='Path 139451' d='M31.39,13.25c.019-3.57,0-7.14,0-10.709A2.578,2.578,0,0,0,28.849,0H2.548A2.578,2.578,0,0,0,.007,2.541c0,3.543-.016,7.088,0,10.631A13.18,13.18,0,0,0,12.478,26.416c1.964.1,3.948.015,5.914.015A13.182,13.182,0,0,0,31.39,13.25ZM7.18,18.795C4.388,15.823,5.089,11.356,5.089,7.61V5.082H26.308V12.6a9.031,9.031,0,0,1-1.37,5.291,7.979,7.979,0,0,1-6.545,3.454C14.433,21.35,10.165,21.972,7.18,18.795Z' transform='translate(83.49 64.286)' fill='%23fff'/%3E%3Cpath id='Path_139452' data-name='Path 139452' d='M33.091,62.193C44.608,60.752,53.778,50.4,52.774,38.48l-2.276-27q-.377-4.469-.753-8.936A2.6,2.6,0,0,0,47.2,0H5.594A2.6,2.6,0,0,0,3.053,2.541Q2.114,13.67,1.177,24.8.642,31.155.106,37.508A23.235,23.235,0,0,0,2.145,49.76,22.5,22.5,0,0,0,19.707,62.186V81.393c-2.1-.042-4.208-.094-6.284.057A12.491,12.491,0,0,0,1.8,93.747a2.574,2.574,0,0,0,2.541,2.541H48.457A2.573,2.573,0,0,0,51,93.747,12.5,12.5,0,0,0,38.676,81.425H33.091V62.193ZM45.42,91.206H7.376a7.359,7.359,0,0,1,6.906-4.7c2.655-.016,5.311,0,7.966,0a2.578,2.578,0,0,0,2.541-2.541V59.825a2.58,2.58,0,0,0-2.541-2.541A17.5,17.5,0,0,1,6.907,47.943a18.011,18.011,0,0,1-1.73-10.3Q6.3,24.286,7.428,10.933q.246-2.925.493-5.851H44.877l1.557,18.466q.546,6.472,1.09,12.944c.274,3.247.415,6.088-.69,9.288a17.444,17.444,0,0,1-16.284,11.5,2.58,2.58,0,0,0-2.541,2.541V83.966a2.578,2.578,0,0,0,2.541,2.541h8.125A7.313,7.313,0,0,1,45.42,91.206Z' transform='translate(72.711 38.827)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_124616' data-name='Group 124616' transform='translate(50 4023.554)' opacity='0.16'%3E%3Cpath id='Path_139453' data-name='Path 139453' d='M221.861,396.739l-14.185,2.5c-1.008.179-2.018.349-3.025.534-2.455.45-4.913,2.468-4.5,5.244a3.706,3.706,0,0,1,.036.446,2.791,2.791,0,0,1,.174.393c1.508,4.564,6.379,2.936,9.79,2.334l26.444-4.663q-.79-4.554-1.556-9.113Z' transform='translate(-180.189 -299.397)' fill='%23fff'/%3E%3Cpath id='Path_139454' data-name='Path 139454' d='M305.136,399.747c-.012-.067-.013-.135-.02-.2l-5.648.995L262.812,407l-14.184,2.5c-1.009.178-2.019.349-3.025.534-2.455.45-4.914,2.467-4.5,5.243a3.724,3.724,0,0,1,.036.447,2.739,2.739,0,0,1,.174.393c1.508,4.564,6.379,2.935,9.79,2.333l34.439-6.072,21.162-3.732Z' transform='translate(-177.329 -299.039)' fill='%23fff'/%3E%3Cpath id='Path_139456' data-name='Path 139456' d='M314.2,404.958a1.88,1.88,0,0,0-.235-.611,3.249,3.249,0,0,0,.262-1.927l-5.052-28.648q-4-22.664-7.993-45.329-.916-5.2-1.834-10.4c-.254-1.439-1.882-1.994-3.125-1.775l-29.151,5.139-8.8,1.551q-.453-2.569-.906-5.139-.916-5.2-1.834-10.4c-.254-1.439-1.882-1.994-3.126-1.775l-29.15,5.141-33.789,5.958a9.471,9.471,0,0,0-7.211,5.374,10.954,10.954,0,0,0-.491,6.6q.982,5.573,1.965,11.149,3.691,20.929,7.381,41.857c1.705,9.672,3.19,19.415,5.121,29.046.031.155.056.312.082.469l.234,1.329a1.9,1.9,0,0,0,.086.267,2.766,2.766,0,0,0,.126.572A9.877,9.877,0,0,0,208,420.141c.818-.135,1.635-.289,2.452-.432l13.7-2.416,14.625-2.579c.407,2.232.824,4.461,1.269,6.682.031.155.056.312.083.469l.234,1.329a1.691,1.691,0,0,0,.084.267,2.8,2.8,0,0,0,.126.572,9.877,9.877,0,0,0,11.238,6.73c.818-.134,1.635-.288,2.452-.432l13.7-2.416,37.363-6.588,9.146-1.612c1.439-.254,1.994-1.882,1.775-3.126ZM190.241,321.746c9.826-1.947,19.752-3.482,29.617-5.222l31.172-5.5,2.259,12.811-20.009,3.528a9.474,9.474,0,0,0-7.212,5.374,10.971,10.971,0,0,0-.491,6.6q.982,5.575,1.965,11.149l7.381,41.857c.193,1.092.376,2.187.564,3.28l-27.8,4.9c-1.079.19-2.164.361-3.239.571a9.787,9.787,0,0,0-4.411,2.085l-3.03-17.183q-3.721-21.109-7.444-42.22-1.257-7.119-2.511-14.238c-.17-.965-.385-1.933-.512-2.9A4.34,4.34,0,0,1,190.241,321.746Zm50.576,74.883q-3.721-21.111-7.444-42.22-1.257-7.12-2.511-14.24c-.17-.964-.385-1.932-.512-2.9a4.338,4.338,0,0,1,3.7-4.9c1.583-.315,3.173-.6,4.761-.9l10.967,59.685q1.6,8.7,3.2,17.4a2.564,2.564,0,0,0,3.125,1.775,2.6,2.6,0,0,0,1.775-3.126l-11.147-60.666q-1.468-7.99-2.936-15.979c6.62-1.168,13.26-2.251,19.873-3.417l31.173-5.5,4.654,26.392,7.992,45.329q.677,3.837,1.353,7.672l-22.747,4.011-34.6,6.1c-1.079.19-2.164.361-3.239.571a9.8,9.8,0,0,0-4.411,2.084Zm-29.364,17.765c-3.411.6-8.282,2.23-9.79-2.334a2.789,2.789,0,0,0-.174-.393,3.7,3.7,0,0,0-.036-.446c-.414-2.776,2.043-4.794,4.5-5.244,1.008-.185,2.018-.355,3.026-.534l14.185-2.5,13.18-2.324q.769,4.558,1.556,9.113Zm78.25,4.55-34.439,6.072c-3.411.6-8.282,2.231-9.79-2.333a2.738,2.738,0,0,0-.174-.393,3.728,3.728,0,0,0-.036-.447c-.414-2.776,2.044-4.793,4.5-5.243,1.007-.185,2.017-.356,3.026-.534l14.184-2.5,36.656-6.464,5.648-.995c.008.067.009.135.02.2l1.569,8.9Z' transform='translate(-181.489 -305.6)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_139664' data-name='Path 139664' d='M677.059,546.418a21.41,21.41,0,0,1-20.962-16.69c-.382-1.581-.739-3.143-1.088-4.677l-.045-.188c-2.18-9.567-4.063-17.836-9.476-19.7l-32.911-11.332a7.034,7.034,0,0,0-2.3-.375c-4.936,0-10.656,4.656-17.28,10.049l-.163.134c-1.221.993-2.466,2.007-3.737,3.014a21.517,21.517,0,0,1-27.277-.134,18.756,18.756,0,0,1-4.948-23.909l6.209-12.055c5.932-11.54,11.8-22.934,18.351-35.428,6.017-11.474,12.8-16.591,21.984-16.591,4.094,0,8.885.993,15.079,3.125l66.758,22.987c9.281,3.2,14.648,6.5,17.947,11.055,3.841,5.3,4.784,12.411,2.968,22.374-2.516,13.81-4.864,26.151-7.35,39.216,0,0-1.713,9-2.527,13.31a18.76,18.76,0,0,1-18.583,15.806C677.468,546.415,677.263,546.418,677.059,546.418Zm-66.815-59.147a13.329,13.329,0,0,1,4.34.734L647.5,499.333c8.655,2.98,11,13.273,13.481,24.17.367,1.616.726,3.189,1.108,4.775a15.35,15.35,0,0,0,9.922,11.115,15.868,15.868,0,0,0,5.16.861l.35,0c5.185-.128,11.247-3.029,12.715-10.79l2.529-13.314c2.672-14.013,4.908-25.795,7.342-39.169,3.056-16.764-2.466-21.54-16.856-26.495l-66.76-22.987c-5.736-1.975-9.59-2.818-12.886-2.818-6.907,0-11.748,3.859-16.707,13.318-5.96,11.366-11.25,21.637-16.85,32.512l-7.685,14.924c-3.621,7.02-.63,13.038,3.377,16.329a15.85,15.85,0,0,0,4.869,2.717,15.252,15.252,0,0,0,14.668-2.656c1.273-1.008,2.525-2.027,3.752-3.028C596.3,492.865,603.173,487.271,610.244,487.271Zm56.437,5.578a4.812,4.812,0,1,1,4.551-3.245A4.818,4.818,0,0,1,666.681,492.849Zm-41.193-11.525,1.7-4.939,17.527,6.035-1.7,4.938Zm57.63,3.507a4.806,4.806,0,0,1-1.563-.262l-.112-.039a4.814,4.814,0,1,1,1.675.3Zm-24.456-8.421a4.809,4.809,0,0,1-1.56-.261l-.123-.042a4.818,4.818,0,1,1,1.683.3Zm16.439-8.017a4.81,4.81,0,1,1,4.552-3.244A4.808,4.808,0,0,1,675.1,468.393Zm-72.945-3.123,2.987-8.672-8.671-2.986,2.11-6.128,8.672,2.987,2.986-8.673,6.129,2.111-2.986,8.672,8.672,2.986-2.11,6.128-8.672-2.987-2.986,8.673Z' transform='translate(407.463 3652.464)' fill='%23fff' opacity='0.16'/%3E%3Cg id='Group_124636' data-name='Group 124636' transform='translate(246.245 4061.833) rotate(-14)' opacity='0.16'%3E%3Cpath id='Path_139667' data-name='Path 139667' d='M75.267,72.249A2.331,2.331,0,0,1,73.56,71.1L63.387,53.485a2.33,2.33,0,0,1,.854-3.184l22.932-13.24a2.331,2.331,0,0,1,3.185.853L100.53,55.533a2.331,2.331,0,0,1,.138,2.05L98.308,63.34l10.936,18.941L120.466,75.8a16.634,16.634,0,0,1,24.946,13.9l.01.42c.034,2.112.037,4.033.04,5.792.011,8.821.016,12.847,3.8,16.476,4.258,4.089,9.086,6.357,14.2,8.757,7.338,3.447,14.925,7.011,20.225,16.191,9.949,17.233,1.424,37.736-21.187,51.417l-3.093,1.816c-9.881,5.705-19.743,8.661-28.785,8.661a39.669,39.669,0,0,1-4.111-.211c-10.448-1.089-18.634-6.278-23.673-15.005-5.3-9.18-4.593-17.533-3.909-25.611.476-5.626.927-10.941-.485-16.672-1.253-5.088-4.737-7.105-12.37-11.527-1.523-.881-3.185-1.844-4.994-2.929l-.362-.22A16.634,16.634,0,0,1,81.146,98.5l11.222-6.479L81.432,73.083ZM87.486,42.264,75.945,48.926h0l-7.354,4.245,8.435,14.61,4.045.547a2.361,2.361,0,0,1,.218-.156l12.838-7.412a2.324,2.324,0,0,1,.245-.11l1.549-3.777Zm-4.008,60.279a11.972,11.972,0,0,0-.315,20.551l.306.186c1.79,1.072,3.433,2.024,4.937,2.9,8,4.635,12.834,7.432,14.56,14.446,1.6,6.476,1.091,12.427.6,18.181-.652,7.7-1.268,14.974,3.3,22.886,4.261,7.38,11.218,11.771,20.118,12.7,9.136.951,19.537-1.763,30.081-7.85l1.684-.972c21.255-12.277,29.649-30.717,20.889-45.891-4.568-7.913-11.174-11.017-18.169-14.3-5.227-2.456-10.633-4.994-15.444-9.614-5.21-5-5.217-10.585-5.23-19.834,0-1.738-.005-3.636-.039-5.722l-.009-.357a11.972,11.972,0,0,0-17.954-10L111.575,86.32l12.672,21.948c.2.045.406.077.608.131a14.435,14.435,0,0,1-3.711,28.375,14.518,14.518,0,0,1-3.758-.5,14.4,14.4,0,0,1-10.01-18.258L94.7,96.063Zm29.184,24.678a9.763,9.763,0,1,0,3.575-13.342A9.7,9.7,0,0,0,112.661,127.22ZM109.976,113.2a14.248,14.248,0,0,1,8.795-5.088L94.439,65.965l-8.8,5.08Z' transform='translate(-63.075 -36.747)' fill='%23fff'/%3E%3Cpath id='Path_139669' data-name='Path 139669' d='M106.827,194.336l28.5-16.455a2.331,2.331,0,0,1,3.184.853l4.533,7.852a2.331,2.331,0,0,1-.853,3.184l-28.5,16.454a2.329,2.329,0,0,1-3.185-.853l-4.532-7.85a2.332,2.332,0,0,1,.853-3.185Zm6.552,6.685L137.841,186.9l-2.2-3.813-24.462,14.123Z' transform='translate(-49.193 -76.548)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1321px) {
  .privacywrap:before {
    left: 50%;
  }
}

@media (max-width: 767px) {
  .privacywrap {
    z-index: 1;
    margin-top: -35px;
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .privacywrap:before {
    height: 198px;
    top: 43px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='374.236' height='191.36' viewBox='0 0 374.236 191.36'%3E%3Cg id='Group_124907' data-name='Group 124907' transform='translate(0 -5648.666)'%3E%3Cg id='Group_124814' data-name='Group 124814' transform='translate(0 5657.321)' opacity='0.16'%3E%3Cpath id='Path_139417' data-name='Path 139417' d='M104.67,195.467c-.023.186,0,.359,0,0Z' transform='translate(-67.263 -157.747)' fill='%23fff'/%3E%3Cpath id='Path_139418' data-name='Path 139418' d='M108.919,196.911a.169.169,0,0,0,.081.017Z' transform='translate(-69.166 -158.392)' fill='%23fff'/%3E%3Cpath id='Path_139421' data-name='Path 139421' d='M96.141,192.709c-.168.01-.069.01,0,0Z' transform='translate(-63.416 -156.515)' fill='%23fff'/%3E%3Cpath id='Path_139422' data-name='Path 139422' d='M111.087,196.686c.041-.017.059-.027,0,0Z' transform='translate(-70.135 -158.284)' fill='%23fff'/%3E%3Cpath id='Path_139424' data-name='Path 139424' d='M134.326,188.193c0,.019.006.038.007.056.006.071.026.035.058-.095Z' transform='translate(-80.519 -154.48)' fill='%23fff'/%3E%3Cpath id='Path_139425' data-name='Path 139425' d='M104.525,194.5l.012.012a.3.3,0,0,0-.064-.106C104.489,194.435,104.51,194.473,104.525,194.5Z' transform='translate(-67.179 -157.274)' fill='%23fff'/%3E%3Cpath id='Path_139426' data-name='Path 139426' d='M93.657,192.376c.062.027.169.059,0,0Z' transform='translate(-62.347 -156.366)' fill='%23fff'/%3E%3Cpath id='Path_139428' data-name='Path 139428' d='M191.654,221.564a.66.66,0,0,0,.05-.187A.994.994,0,0,1,191.654,221.564Z' transform='translate(-106.134 -169.324)' fill='%23fff'/%3E%3Cpath id='Path_139429' data-name='Path 139429' d='M195.162,261.814a.651.651,0,0,1,.145.007A.33.33,0,0,0,195.162,261.814Z' transform='translate(-107.702 -187.39)' fill='%23fff'/%3E%3Cpath id='Path_139431' data-name='Path 139431' d='M195.532,262.239c-.02.116-.032.238-.062.352-.1.372.218-.268.1-.554C195.556,262.1,195.544,262.172,195.532,262.239Z' transform='translate(-107.831 -187.493)' fill='%23fff'/%3E%3Cpath id='Path_139432' data-name='Path 139432' d='M110.838,147.08a31.414,31.414,0,1,0,20.283,34.505,33.253,33.253,0,0,0,.4-4.982,31.466,31.466,0,0,0-5.773-18.143A31.837,31.837,0,0,0,110.838,147.08ZM128.9,176.6a28.781,28.781,0,0,1-51.036,18.254A28.628,28.628,0,0,1,71.425,178.9a28.788,28.788,0,0,1,57.149-6.667A28.625,28.625,0,0,1,128.9,176.6Z' transform='translate(-51.2 -135.286)' fill='%23fff'/%3E%3Cpath id='Path_139433' data-name='Path 139433' d='M203.479,159.651c-2.88-.474-4.946,1.968-6.36,4.142a48.5,48.5,0,0,0-4.66,10.2,158.5,158.5,0,0,0-5.277,18.634c-.047.209-.1.418-.139.628a2.21,2.21,0,0,0,1.949,2.528c1.208.242,2.425.444,3.642.649l-2.954,16.751c-.169.961-.346,1.921-.508,2.884a2.1,2.1,0,0,0,1.011,2.333,7.419,7.419,0,0,0,2.546.622c1.166.187,2.548-.112,2.875-1.432.059-.236.086-.486.128-.725q.323-1.832.646-3.664,1.728-9.8,3.457-19.607l2.624-14.885q1.431-8.115,2.862-16.23a2.682,2.682,0,0,0,.034-1.291A2.414,2.414,0,0,0,203.479,159.651ZM189.627,193.77a.659.659,0,0,1-.05.187A.992.992,0,0,0,189.627,193.77Zm2.036,22.378a.647.647,0,0,0-.145-.007A.33.33,0,0,1,191.662,216.147Zm.034.669c.03-.114.041-.236.062-.352.012-.067.024-.134.036-.2C191.915,216.548,191.6,217.188,191.7,216.816Zm10.671-52.65-.357,2.022q-.844,4.789-1.689,9.579-1.481,8.4-2.962,16.8-1.45,8.217-2.9,16.435-.656,3.724-1.313,7.447c-.246-.041-.492-.093-.735-.136-.138-.024-.389-.1-.6-.142q.1-.544.192-1.089l3.331-18.89c.028-.159.056-.317.084-.475a1.334,1.334,0,0,0-.918-1.616l-4.276-.754c-.16-.028-.326-.068-.49-.089q.71-3.165,1.538-6.3c.927-3.536,1.944-7.052,3.114-10.515.617-1.825,1.277-3.637,2.011-5.418l.119-.289.028-.066.033-.077q.121-.282.244-.563.277-.63.571-1.252c.36-.762.74-1.515,1.151-2.25a22.265,22.265,0,0,1,1.272-2.035q.08-.112.162-.223l.129-.17.045-.056c.073-.086.144-.175.218-.262a9.24,9.24,0,0,1,.659-.7c.108-.1.222-.2.332-.3l.048-.046.075-.048c.237-.157.483-.277.727-.417-.376.216-.067.031.08-.012.109-.032.232-.04.339-.077l-.09.03a.636.636,0,0,1,.136-.018h.038q-.089.505-.178,1.011Z' transform='translate(-104.057 -141.717)' fill='%23fff'/%3E%3Cpath id='Path_139434' data-name='Path 139434' d='M214.994,164.328c-.119.026-.191.063,0,0Z' transform='translate(-116.511 -143.833)' fill='%23fff'/%3E%3Cpath id='Path_139435' data-name='Path 139435' d='M119.3,203.992a7.026,7.026,0,0,0,4.4-1.7,7.865,7.865,0,0,0,2.212-4.045,10.013,10.013,0,0,0-2.222-8.688,8.1,8.1,0,0,0-1.417-1.237,1.364,1.364,0,0,0-.295-.2,1.382,1.382,0,0,0-.32-.152,21.289,21.289,0,0,0-10.589-1.609,30.956,30.956,0,0,0-5.679.845q-1.174.3-2.338.655a10.254,10.254,0,0,0,.679-1.138c.319-.614.773-1.129,1.14-1.712a4.477,4.477,0,0,0,.662-2.5,1.31,1.31,0,0,0-.036-.277,3.942,3.942,0,0,0-2.286-3.069,5.258,5.258,0,0,0-4.441-.017,7.207,7.207,0,0,0-1.349.786,5.31,5.31,0,0,0-.267-2.313,1.5,1.5,0,0,0-.112-.307,3.681,3.681,0,0,0-2.714-1.907,4.372,4.372,0,0,0-3.526,1.084,24.015,24.015,0,0,0-2.328,2.173,8.241,8.241,0,0,0-1.817,2.707,4.7,4.7,0,0,0,2.621,5.756,5.437,5.437,0,0,0,3.392.336,4.467,4.467,0,0,0,1.314-.526,3.4,3.4,0,0,0,1.127,1.381,7.758,7.758,0,0,0,2.916,1.468,15.752,15.752,0,0,0-5.572,4.5,12.144,12.144,0,0,0-2.373,6.293,10.5,10.5,0,0,0,.893,5.3,7.278,7.278,0,0,0,6.971,4.252c3.781-.225,6.771-2.609,10.04-4.231a17.082,17.082,0,0,1,5.542-1.587C115.444,204.073,117.373,204.139,119.3,203.992Zm-19.245-16.83c.059-.027.041-.017,0,0Zm-3.607-1.174c-.014-.029-.035-.067-.053-.093a.3.3,0,0,1,.064.106ZM90.41,184.77c.169.059.062.027,0,0Zm1.416.184c-.069.01-.168.01,0,0Zm1.691-1.126q-.072.113-.152.221c-.022.026-.059.07-.069.08-.137.139-.27.28-.42.406-.023.016-.05.035-.064.042-.118.064-.231.136-.35.2a.246.246,0,0,0-.026.015l-.03.009c-.074.023-.145.049-.219.07-.111.032-.223.053-.335.08l-.026,0a5.413,5.413,0,0,1-.544.015c-.077,0-.153-.011-.231-.017.3.022-.039-.01-.107-.025a4.833,4.833,0,0,1-.54-.159l-.015-.007c-.1-.054-.2-.1-.3-.165-.041-.024-.08-.051-.12-.078s-.1-.067-.121-.091c-.071-.065-.141-.131-.206-.2-.013-.013-.216-.253-.157-.176a3.671,3.671,0,0,1-.353-.584c.025.05.065.211-.012-.03-.029-.094-.057-.188-.083-.283A1.473,1.473,0,0,1,89.01,183c0-.037-.006-.074-.006-.11,0-.079.006-.157.011-.234.007-.034.019-.111.035-.171s.038-.142.061-.211l.056-.15c.03-.061.073-.154.072-.153.035-.068.072-.135.11-.2.1-.17.209-.33.32-.492l.03-.044c.082-.1.167-.205.253-.305a21.744,21.744,0,0,1,1.686-1.678c.191-.176.381-.355.574-.529q.108-.1.218-.192c-.011.01.2-.154.22-.173.107-.075.217-.148.331-.212.058-.033.331-.137.232-.109.041-.013.081-.027.122-.038a1.268,1.268,0,0,1,.164-.027c.084,0,.169,0,.252,0a.488.488,0,0,0,.053-.006l.038.012c.071.019.144.032.215.053.051.014.1.032.15.05a1.46,1.46,0,0,0,.236.135c.019.011.03.015.042.021s.018.025.035.045.061.066.093.1c-.043-.037.08.142.134.228a2.591,2.591,0,0,0,.078.277c0,.01.014.087.02.124a4.2,4.2,0,0,1-.008.7s-.013.1-.017.134c-.018.115-.04.229-.064.342-.056.273-.123.543-.191.813-.1.409-.212.818-.337,1.221-.059.191-.122.382-.191.57,0,0-.076.194-.091.236-.044.1-.091.2-.14.3A5.751,5.751,0,0,1,93.517,183.828Zm2.99,2.651c0,.359-.023.186,0,0Zm.066-.361q.21-1.087.42-2.175a17.63,17.63,0,0,1,1.712-1.708,6.383,6.383,0,0,1,.948-.616c.089-.046.179-.091.271-.132.031-.01.147-.054.18-.065.111-.037.223-.072.336-.1l.147-.033.174-.02c.076,0,.152-.006.228,0,.1,0,.19.01.286.014h.017l.032.008c.187.046.368.1.553.149l.041.011.013.007c.084.043.167.082.249.129s.157.1.235.147l.018.01.019.019c.051.051.106.1.156.149s.167.222.115.138c.022.034.045.067.065.1,0,.007.037.081.06.133s.037.126.042.141a.255.255,0,0,0,.011.027c0,.016,0,.03,0,.058,0,.122,0,.243,0,.366a.305.305,0,0,0,0,.06l-.01.042c-.028.12-.064.237-.1.353-.019.02-.133.259-.16.3-.1.17-.221.332-.339.494-.215.295-.434.586-.623.9-.223.368-.381.769-.6,1.14-.073.126-.154.246-.239.365-.03.032-.139.162-.182.206s-.313.251-.265.23c-.1.061-.194.123-.295.18-.015.009-.032.016-.048.023a.71.71,0,0,1-.079.028c-.121.03-.251.058-.37.1l-.013,0-.054,0c-.154.006-.306.009-.46,0-.018,0-.05,0-.083,0l-.025-.007c-.122-.03-.247-.048-.369-.079s-.242-.066-.361-.106c-.064-.021-.176-.066-.238-.09a8.717,8.717,0,0,1-1.163-.672l-.012-.011c-.076-.067-.153-.132-.226-.2Zm2.36,1.176a.169.169,0,0,1-.081-.017Zm.839,19.832a6.243,6.243,0,0,1-3.637.179,4.847,4.847,0,0,1-2.613-2.223c-.07-.118-.137-.24-.2-.363-.028-.055-.108-.248-.132-.3a8.6,8.6,0,0,1-.278-.867c-.039-.152-.074-.306-.105-.46-.014-.07-.064-.394-.074-.44a10.247,10.247,0,0,1-.07-1.143,11.345,11.345,0,0,1,.067-1.218c0-.025,0-.035,0-.052s0-.028.009-.054c.013-.077.025-.153.039-.23q.074-.409.179-.812a8.125,8.125,0,0,1,1.053-2.5,12.568,12.568,0,0,1,5.211-4.556,29.73,29.73,0,0,1,5.115-1.88,30.311,30.311,0,0,1,5.526-1.125c3.588-.351,7.483-.357,10.779,1.3a6.94,6.94,0,0,1,2.858,6.094,6.111,6.111,0,0,1-1.087,3.3,3.782,3.782,0,0,1-2.763,1.555c-1.712.223-3.475.1-5.2.25a23.015,23.015,0,0,0-5.5,1.07C105.712,203.763,103.049,206.128,99.772,207.128Z' transform='translate(-59.1 -148.76)' fill='%23fff'/%3E%3Cpath id='Path_139436' data-name='Path 139436' d='M141.45,218.008a14.284,14.284,0,0,1-6.087,1.719c-1.683.081-1.693,2.709,0,2.628,9.129-.441,16.475-8.325,17.9-17.1a19.573,19.573,0,0,0-.231-7.683c-.389-1.645-2.923-.949-2.534.7C152.285,205.832,148.261,214.32,141.45,218.008Z' transform='translate(-80.417 -158.269)' fill='%23fff'/%3E%3Cpath id='Path_139437' data-name='Path 139437' d='M158.419,185.074a1.315,1.315,0,0,0,0-2.628A1.315,1.315,0,0,0,158.419,185.074Z' transform='translate(-90.717 -151.929)' fill='%23fff'/%3E%3Cpath id='Path_139438' data-name='Path 139438' d='M152.384,174.03a1.315,1.315,0,0,0,0-2.628A1.315,1.315,0,0,0,152.384,174.03Z' transform='translate(-88.021 -146.994)' fill='%23fff'/%3E%3Cpath id='Path_139439' data-name='Path 139439' d='M140.875,166.6a1.315,1.315,0,0,0,0-2.628A1.315,1.315,0,0,0,140.875,166.6Z' transform='translate(-82.878 -143.675)' fill='%23fff'/%3E%3Cpath id='Path_139440' data-name='Path 139440' d='M122.334,178.433a4.04,4.04,0,0,0,2.857,0,3.635,3.635,0,0,0,1.288-2.269,5,5,0,0,0-.34-3.938,18.384,18.384,0,0,0-3.358-3.81,61.218,61.218,0,0,0-4.881-4.174c-1.189-.965-2.078-2.378-3.734-2.537a3.623,3.623,0,0,0-3.616,2.706c-1.12,3.43,2.08,6.479,4.143,8.773C116.781,175.5,119.213,177.7,122.334,178.433Zm1.272-2.01c0-.019,0-.038-.007-.056l.065-.038C123.633,176.459,123.613,176.495,123.607,176.424Zm-10.489-11.4a1.231,1.231,0,0,1,.591-.675.474.474,0,0,1,.455.051,13.507,13.507,0,0,1,1.879,1.7,57.425,57.425,0,0,1,6.619,5.957c.292.312.709.762.9,1.022a4.82,4.82,0,0,1,.374.594l.045.089c.032.087.055.176.085.264.013.04.03.119.038.155a2.787,2.787,0,0,1,.013.288,2.078,2.078,0,0,1-.044.484,6.882,6.882,0,0,1-.243.885c-.025.076-.055.152-.082.229a6.184,6.184,0,0,1-.908-.211,8.312,8.312,0,0,1-1.149-.377,10.2,10.2,0,0,1-2.316-1.4,32.364,32.364,0,0,1-4.238-4.37C114.118,168.532,112.406,166.707,113.118,165.02Z' transform='translate(-69.792 -142.654)' fill='%23fff'/%3E%3Cpath id='Path_139441' data-name='Path 139441' d='M57.232,129.5l-.024-.017c-.018-.011-.035-.023-.053-.033a.991.991,0,0,0-.393-.171L55.177,129a1.358,1.358,0,0,0-1.616.918L52.5,132.9q-.115-1.66-.232-3.321a1.341,1.341,0,0,0-.964-1.267l-.5-.088a1.346,1.346,0,0,0-1.484.6l-1.288,2.894q.048-1.436.1-2.873a1.321,1.321,0,0,0-.965-1.267l-1.584-.279a1.354,1.354,0,0,0-1.616.918q-1.039,3.136-1.937,6.321c-.426,1.506-.836,3.021-1.143,4.557a14.164,14.164,0,0,0-.154,4.878,12.518,12.518,0,0,0,1.152,3.838,7.423,7.423,0,0,0,1.378,2.043q-1.114,6.322-2.229,12.644-1.741,9.869-3.481,19.738-.2,1.109-.391,2.219a4.142,4.142,0,0,0,1.023,3.938,3.845,3.845,0,0,0,6.358-1.985c.089-.431.153-.869.23-1.3q1.62-9.183,3.239-18.366,1.376-7.8,2.752-15.609c.035-.017.067-.027.1-.045a8.543,8.543,0,0,0,1.5-1.023,11.194,11.194,0,0,0,2.252-2.627,13.571,13.571,0,0,0,1.932-4.786,82.19,82.19,0,0,0,1.02-9.562c.058-.85.112-1.7.155-2.55A1.12,1.12,0,0,0,57.232,129.5Zm-2.763,9.195c-.079.73-.164,1.448-.241,1.98a13.969,13.969,0,0,1-.876,3.565,9.06,9.06,0,0,1-3.785,4.55,1.224,1.224,0,0,0-1.211.933q-1.148,6.512-2.3,13.023L42.595,182.4l-.455,2.578a3.065,3.065,0,0,1-.427,1.444,1.2,1.2,0,0,1-2.061-1.011c.071-.58.2-1.158.306-1.733q1.636-9.283,3.273-18.565l2.7-15.292.046-.263a1.357,1.357,0,0,0-.825-1.587A8.563,8.563,0,0,1,43.244,143a11.7,11.7,0,0,1-.009-2.147v-.011c.007-.046.013-.091.02-.137q.031-.191.064-.381c.057-.32.121-.638.19-.956.5-2.335,1.171-4.637,1.875-6.921l-.2,5.937c-.041,1.238,1.907,1.879,2.448.663l2.307-5.183.378,5.424a1.32,1.32,0,0,0,2.581.35l1.971-5.572c-.057.771-.115,1.541-.182,2.31S54.552,137.923,54.469,138.694Z' transform='translate(-37.057 -127.279)' fill='%23fff'/%3E%3Cpath id='Path_139442' data-name='Path 139442' d='M117.4,206.467a1.336,1.336,0,0,0-1.616.917l-1.608,6.261a1.314,1.314,0,0,0,2.534.7l1.607-6.261A1.332,1.332,0,0,0,117.4,206.467Z' transform='translate(-71.497 -162.646)' fill='%23fff'/%3E%3Cpath id='Path_139443' data-name='Path 139443' d='M127.161,206.349a1.338,1.338,0,0,0-1.616.918l-1.438,5.283a1.314,1.314,0,1,0,2.534.7l1.438-5.283A1.33,1.33,0,0,0,127.161,206.349Z' transform='translate(-75.933 -162.593)' fill='%23fff'/%3E%3Cpath id='Path_139444' data-name='Path 139444' d='M135.963,212.1l1.18-4.2.169-.6a1.314,1.314,0,0,0-2.534-.7l-1.18,4.2-.169.6a1.314,1.314,0,1,0,2.534.7Z' transform='translate(-80.099 -162.296)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_124815' data-name='Group 124815' transform='translate(0 5758.505) rotate(-14)' opacity='0.16'%3E%3Cpath id='Path_139667' data-name='Path 139667' d='M6.3,18.357a1.205,1.205,0,0,1-.882-.592L.162,8.654A1.2,1.2,0,0,1,.6,7.008L12.46.162A1.205,1.205,0,0,1,14.107.6l5.26,9.11a1.206,1.206,0,0,1,.072,1.06L18.218,13.75l5.655,9.794,5.8-3.35a8.6,8.6,0,0,1,12.9,7.188l.005.217c.018,1.092.019,2.085.021,2.995.006,4.561.009,6.643,1.963,8.519A25.626,25.626,0,0,0,51.9,43.642c3.794,1.782,7.717,3.625,10.457,8.372,5.144,8.911.736,19.512-10.955,26.586l-1.6.939a30.224,30.224,0,0,1-14.884,4.478,20.512,20.512,0,0,1-2.126-.109,15.389,15.389,0,0,1-12.24-7.759c-2.74-4.747-2.375-9.066-2.021-13.242a25.629,25.629,0,0,0-.251-8.621c-.648-2.631-2.449-3.674-6.4-5.96-.787-.455-1.647-.954-2.582-1.514L9.12,46.7a8.6,8.6,0,0,1,.224-14.765l5.8-3.35L9.492,18.788Zm6.318-15.5L6.655,6.3h0l-3.8,2.2,4.361,7.554,2.092.283a1.221,1.221,0,0,1,.113-.081l6.638-3.832a1.2,1.2,0,0,1,.126-.057l.8-1.953ZM10.55,34.02a6.19,6.19,0,0,0-.163,10.626l.158.1c.925.555,1.775,1.046,2.553,1.5,4.138,2.4,6.636,3.843,7.529,7.469a27.9,27.9,0,0,1,.313,9.4c-.337,3.981-.656,7.742,1.706,11.834a13.064,13.064,0,0,0,10.4,6.566C37.771,82,43.15,80.6,48.6,77.45l.871-.5C60.462,70.6,64.8,61.065,60.273,53.219c-2.362-4.092-5.778-5.7-9.394-7.395a27.9,27.9,0,0,1-7.986-4.971c-2.694-2.587-2.7-5.473-2.7-10.255,0-.9,0-1.88-.02-2.959l0-.184a6.19,6.19,0,0,0-9.283-5.173l-5.8,3.35L31.63,36.981c.1.023.21.04.314.068A7.464,7.464,0,0,1,30.025,51.72a7.506,7.506,0,0,1-1.943-.257,7.443,7.443,0,0,1-5.176-9.44L16.352,30.67ZM25.64,46.78a5.048,5.048,0,1,0,1.848-6.9A5.018,5.018,0,0,0,25.64,46.78Zm-1.389-7.252A7.367,7.367,0,0,1,28.8,36.9L16.217,15.107l-4.55,2.627Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_139669' data-name='Path 139669' d='M.6,8.67,15.339.162A1.205,1.205,0,0,1,16.986.6l2.344,4.06a1.205,1.205,0,0,1-.441,1.647L4.152,14.817a1.2,1.2,0,0,1-1.647-.441L.162,10.317A1.206,1.206,0,0,1,.6,8.67ZM3.99,12.127l12.649-7.3L15.5,2.853l-12.648,7.3Z' transform='translate(29.198 52.234)' fill='%23fff'/%3E%3C/g%3E%3Cg id='Group_124615' data-name='Group 124615' transform='translate(285.853 5654.725) rotate(-10)' opacity='0.16'%3E%3Cpath id='Path_139446' data-name='Path 139446' d='M4.712,0,0,.831.339,2.757l4.713-.831Q4.883.963,4.712,0Z' transform='translate(5.391 3.261)' fill='%23fff'/%3E%3Cpath id='Path_139447' data-name='Path 139447' d='M4.226,0,0,.745q.1.561.2,1.122c.013.072.026.144.038.216l4.226-.746Q4.344.669,4.226,0Z' transform='translate(6.502 8.224)' fill='%23fff'/%3E%3Cpath id='Path_139449' data-name='Path 139449' d='M33.916,68.747Q32.6,61.292,31.287,53.837q-1.139-6.456-2.277-12.912c-.164-.927-.3-1.872-.522-2.787a14.356,14.356,0,0,0-11.279-10.66q-1.423-8.073-2.847-16.147a1.585,1.585,0,0,0,.077-.986Q13.727,6.3,13.014,2.258q-.1-.582-.205-1.164A1.557,1.557,0,0,0,10.931.028L3.224,1.387A1.557,1.557,0,0,0,2.158,3.265l1.426,8.088q.1.581.205,1.163a1.17,1.17,0,0,0,.368.66Q5.438,20.444,6.72,27.713q.136.775.273,1.55a14.635,14.635,0,0,0-6.52,8.6,15.811,15.811,0,0,0-.157,7.011Q1.279,50.33,2.242,55.79,3.6,63.524,4.969,71.258c.471,2.67.855,5.373,1.419,8.024A8.119,8.119,0,0,0,15.381,85.5c1.685-.233,3.361-.58,5.036-.876l7.051-1.243a12.037,12.037,0,0,0,2.091-.475,8.162,8.162,0,0,0,4.424-3.77,9.1,9.1,0,0,0,.692-6.087Q34.3,70.9,33.916,68.747ZM5.391,4.092,10.1,3.261q.171.963.34,1.926L5.73,6.018Zm1.309,6q-.1-.561-.2-1.122l4.226-.745q.118.669.236,1.338l-4.226.746C6.725,10.235,6.712,10.163,6.7,10.091ZM28.041,80.18c-1.534.374-3.129.566-4.683.839l-7,1.235c-1.951.344-3.9.48-5.473-1.017A6.406,6.406,0,0,1,9.139,77.4q-.377-2.134-.753-4.266Q7.128,66,5.869,58.857L3.6,46.009c-.145-.827-.293-1.652-.437-2.48A11.447,11.447,0,0,1,5.4,34.667a11.9,11.9,0,0,1,4.047-3.281,1.562,1.562,0,0,0,.7-1.724L7.266,13.3l4.225-.746Q12.715,19.5,13.939,26.44q.228,1.287.454,2.575a1.511,1.511,0,0,0,.028.157l.005.028a1.477,1.477,0,0,0,1.381,1.1c.031,0,.06.013.091.017a11.486,11.486,0,0,1,8.165,5.168A13.445,13.445,0,0,1,25.849,40.5l1.865,10.574,2.628,14.9c.5,2.836,1.066,5.668,1.5,8.514A5.071,5.071,0,0,1,28.041,80.18Z' transform='translate(0 0)' fill='%23fff'/%3E%3Cpath id='Path_139450' data-name='Path 139450' d='M20.514,4.064q-.261-1.485-.524-2.97A1.556,1.556,0,0,0,18.113.028L3.213,2.655l-2.119.374A1.557,1.557,0,0,0,.028,4.906Q1.913,15.6,3.8,26.287q.261,1.485.523,2.969A1.557,1.557,0,0,0,6.2,30.322L21.1,27.7l2.119-.374a1.539,1.539,0,0,0,1.066-1.877Q22.4,14.754,20.514,4.064ZM7.026,27.089Q5.261,17.077,3.5,7.064,3.378,6.4,3.261,5.733L16.8,3.345l.481-.085q1.765,10.013,3.531,20.026.117.665.235,1.331L7.507,27.005Z' transform='translate(5.56 45.039)' fill='%23fff'/%3E%3Cpath id='Path_139451' data-name='Path 139451' d='M18.858,7.96c.012-2.145,0-4.29,0-6.434A1.549,1.549,0,0,0,17.332,0H1.531A1.549,1.549,0,0,0,0,1.526c0,2.129-.01,4.258,0,6.387A7.918,7.918,0,0,0,7.5,15.87c1.18.059,2.372.009,3.553.009A7.919,7.919,0,0,0,18.858,7.96ZM4.314,11.291C2.636,9.506,3.057,6.823,3.057,4.572V3.053H15.805V7.572a5.425,5.425,0,0,1-.823,3.179,4.794,4.794,0,0,1-3.932,2.075C8.671,12.826,6.107,13.2,4.314,11.291Z' transform='translate(50.158 38.621)' fill='%23fff'/%3E%3Cpath id='Path_139452' data-name='Path 139452' d='M19.88,37.364A13.488,13.488,0,0,0,31.705,23.118L30.338,6.9q-.227-2.685-.452-5.369A1.559,1.559,0,0,0,28.359,0h-25A1.563,1.563,0,0,0,1.834,1.526Q1.27,8.212.707,14.9.386,18.717.064,22.534a13.959,13.959,0,0,0,1.225,7.361A13.517,13.517,0,0,0,11.84,37.36V48.9c-1.26-.025-2.528-.057-3.775.034a7.5,7.5,0,0,0-6.983,7.388,1.546,1.546,0,0,0,1.526,1.526h26.5a1.546,1.546,0,0,0,1.526-1.526,7.507,7.507,0,0,0-7.4-7.4H19.88V37.364Zm7.407,17.43H4.431A4.421,4.421,0,0,1,8.58,51.971c1.6-.01,3.191,0,4.786,0a1.549,1.549,0,0,0,1.526-1.526v-14.5a1.55,1.55,0,0,0-1.526-1.526A10.513,10.513,0,0,1,4.149,28.8,10.82,10.82,0,0,1,3.11,22.614q.676-8.023,1.352-16.046.148-1.758.3-3.515h22.2L27.9,14.147q.328,3.888.655,7.776a12.756,12.756,0,0,1-.415,5.58,10.48,10.48,0,0,1-9.783,6.911,1.55,1.55,0,0,0-1.526,1.526v14.5a1.549,1.549,0,0,0,1.526,1.526h4.882A4.394,4.394,0,0,1,27.287,54.794Z' transform='translate(43.683 23.326)' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Path_139664' data-name='Path 139664' d='M618.056,484.834a11.1,11.1,0,0,1-10.867-8.653c-.2-.82-.383-1.629-.564-2.425l-.023-.1c-1.13-4.96-2.106-9.247-4.913-10.213l-17.062-5.875a3.647,3.647,0,0,0-1.191-.194c-2.559,0-5.524,2.414-8.958,5.21l-.085.069c-.633.515-1.279,1.04-1.937,1.563a11.155,11.155,0,0,1-14.141-.069,9.724,9.724,0,0,1-2.565-12.4l3.219-6.25c3.075-5.983,6.117-11.89,9.514-18.367,3.119-5.948,6.634-8.6,11.4-8.6a24.468,24.468,0,0,1,7.817,1.62l34.609,11.917c4.812,1.657,7.594,3.371,9.3,5.731,1.991,2.749,2.48,6.434,1.539,11.6-1.3,7.16-2.522,13.558-3.81,20.331,0,0-.888,4.667-1.31,6.9a9.726,9.726,0,0,1-9.634,8.194C618.268,484.833,618.162,484.834,618.056,484.834ZM583.417,454.17a6.91,6.91,0,0,1,2.25.381l17.063,5.873c4.487,1.545,5.7,6.881,6.989,12.53.19.838.376,1.653.574,2.476a7.958,7.958,0,0,0,5.144,5.762,8.227,8.227,0,0,0,2.675.446l.181,0a6.6,6.6,0,0,0,6.592-5.594l1.311-6.9c1.385-7.265,2.544-13.373,3.806-20.307,1.584-8.691-1.278-11.167-8.739-13.736l-34.61-11.917a20.953,20.953,0,0,0-6.68-1.461c-3.581,0-6.091,2-8.661,6.9-3.09,5.892-5.832,11.217-8.736,16.855l-3.984,7.737a6.6,6.6,0,0,0,1.751,8.466,8.218,8.218,0,0,0,2.524,1.409,7.907,7.907,0,0,0,7.6-1.377c.66-.523,1.309-1.051,1.945-1.57C576.19,457.071,579.751,454.17,583.417,454.17Zm29.259,2.892a2.494,2.494,0,1,1,2.359-1.682A2.5,2.5,0,0,1,612.676,457.062Zm-21.356-5.975.881-2.561,9.087,3.129-.881,2.56Zm29.877,1.818a2.492,2.492,0,0,1-.81-.136l-.058-.02a2.5,2.5,0,1,1,.868.156Zm-12.679-4.366a2.493,2.493,0,0,1-.809-.135l-.064-.022a2.5,2.5,0,1,1,.872.157Zm8.523-4.156a2.494,2.494,0,1,1,2.36-1.682A2.492,2.492,0,0,1,617.041,444.384Zm-37.817-1.619,1.549-4.5-4.5-1.548,1.094-3.177,4.5,1.549,1.548-4.5,3.178,1.094-1.548,4.5,4.5,1.548-1.094,3.177-4.5-1.549-1.548,4.5Z' transform='translate(-263.458 5351.666)' fill='%23fff' opacity='0.16'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.privacywrap .head {
  padding-top: 105px;
  margin-bottom: 50px;
}

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

.privacywrap .head__green {
  color: #1cb9ff;
  background: #fff;
}

.privacywrap .head__green::before {
  border-top-color: #fff;
}

.privacywrap .head__ttl {
  color: #fff;
}

.privacywrap .pribox {
  border-radius: 10px;
  background: #fff;
  padding: 17px 39px 37px 39px;
}

@media (max-width: 767px) {
  .privacywrap .pribox {
    padding: 14px 20px 20px 20px;
  }
}

.privacywrap .pribox__ttl {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #275fba;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 50px;
  border-bottom: 2px solid #275fba;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .privacywrap .pribox__ttl {
    font-size: 18px;
    padding-left: 40px;
    height: 50px;
    margin-bottom: 18px;
  }
}

.privacywrap .pribox__ttl:after {
  content: 'Q';
  position: absolute;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #275fba;
  transform: translateY(-50%);
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .privacywrap .pribox__ttl:after {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .privacywrap .pribox__body__inner {
    max-width: 305px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-top: 70px;
  }
}

.privacywrap .faqwrap > li {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(1) {
    width: 48.78%;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(2) {
    width: 48.78%;
  }
  .privacywrap .faqwrap > li:nth-child(2) .pribox {
    padding-bottom: 0;
  }
  .privacywrap .faqwrap > li:nth-child(2) .pribox .pribox__body {
    margin-: 4px;
  }
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(2) .pribox {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(3) {
    width: 53.26%;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning {
    margin-top: 40px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li {
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li {
    width: calc(50% - 8px);
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(1) {
  color: #fab700;
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(1) .txth {
  background: #fab700;
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(1) .txt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.119' height='69.299' viewBox='0 0 74.119 69.299'%3E%3Cg id='Group_79201' data-name='Group 79201' transform='translate(-720.526 -1286.583)'%3E%3Cpath id='Path_139099' data-name='Path 139099' d='M788.633,1302.7a1.281,1.281,0,0,0-1.749.371,1.282,1.282,0,0,0,.337,1.78c3.993,2.6,4.841,5.061,4.848,6.66a48.5,48.5,0,0,1-3.1,14.52,36.231,36.231,0,0,1-6.784,11.375,29.25,29.25,0,0,1-12.8,8.311,1.283,1.283,0,0,0-.887,1.221,1.245,1.245,0,0,0,.482.977l-.347,1.362-.072.137c-1.182,1.873-5.124,3.889-10.98,3.889-5.6,0-9.766-1.955-10.981-3.887l-.048-.064-.16-.617a41.82,41.82,0,0,0,10.811,1.357h.023a1.287,1.287,0,1,0,0-2.574c-7.681,0-14.244-1.87-19.5-5.56A31.405,31.405,0,0,1,727.6,1329.7a48.586,48.586,0,0,1-4.505-18.2,7.253,7.253,0,0,1,3.068-5.339,1.287,1.287,0,1,0-1.542-2.061,9.691,9.691,0,0,0-4.1,7.269v.13a50.082,50.082,0,0,0,4.718,19.227,34.032,34.032,0,0,0,10.949,13.313,31.434,31.434,0,0,0,7.431,3.83,1.219,1.219,0,0,0,.022.511l.452,1.751a1.335,1.335,0,0,0,.088.245,9.562,9.562,0,0,0,5.142,4.053,22.524,22.524,0,0,0,7.991,1.461h.541a22.6,22.6,0,0,0,8.006-1.467,9.5,9.5,0,0,0,5.1-4.005,1.233,1.233,0,0,0,.11-.284l.448-1.742a1.234,1.234,0,0,0-.038-.687,31.878,31.878,0,0,0,12.662-8.619,38.9,38.9,0,0,0,7.269-12.234,50.164,50.164,0,0,0,3.231-15.347C794.645,1307.458,791.377,1304.485,788.633,1302.7Z' fill='%23fab700'/%3E%3Cpath id='Path_139100' data-name='Path 139100' d='M726.991,1316.223c2.765,3.281,8.811,5.279,13.4,6.378a98.561,98.561,0,0,0,21.6,2.395h0l.933,0c10.913,0,21.193-1.489,28.207-4.085a1.316,1.316,0,0,0,.812-1.751,1.516,1.516,0,0,0-1.416-.871,1.65,1.65,0,0,0-.54.09c-6.671,2.469-16.531,3.884-27.056,3.884l-.942,0a95.281,95.281,0,0,1-20.8-2.3c-5.764-1.387-10.066-3.365-11.805-5.43a1.579,1.579,0,0,0-1.2-.529,1.63,1.63,0,0,0-.933.29,1.337,1.337,0,0,0-.573.91A1.265,1.265,0,0,0,726.991,1316.223Z' transform='matrix(0.999, -0.035, 0.035, 0.999, -47.495, 25.35)' fill='%23fab700'/%3E%3Cpath id='Path_139101' data-name='Path 139101' d='M751.1,1292.495a1.269,1.269,0,0,0,.441.08,1.3,1.3,0,0,0,1.212-.86,3.186,3.186,0,0,1,2.5-1.994,4.036,4.036,0,0,1,3.916,1.793,1.252,1.252,0,0,0,.411.4,1.274,1.274,0,0,0,1.76-.429c.015-.024,1.513-2.349,3.348-2.349a2.135,2.135,0,0,1,.32.023c2.186.337,3.791,3.215,3.806,3.243a1.266,1.266,0,0,0,1.119.673,1.075,1.075,0,0,0,.182-.014,3.27,3.27,0,0,1,.416-.026,3.2,3.2,0,0,1,3.146,2.732l.012.1a1.279,1.279,0,0,0,1.3,1.171l.1-.01a1.285,1.285,0,0,0,1.166-1.388l-.024-.207a5.792,5.792,0,0,0-5.292-4.957l-.3-.023-.178-.25c-.831-1.174-2.591-3.2-5.035-3.579a5.515,5.515,0,0,0-.677-.042,5.573,5.573,0,0,0-3.947,1.639l-.6.556-.434-.328a6.665,6.665,0,0,0-3.989-1.335,6.845,6.845,0,0,0-.9.059,5.789,5.789,0,0,0-4.545,3.672,1.285,1.285,0,0,0,.768,1.649Z' fill='%23fab700'/%3E%3Cpath id='Path_139102' data-name='Path 139102' d='M729.089,1310.673h.025a1.119,1.119,0,0,0,.133-.008,1.273,1.273,0,0,0,.854-.492,1.3,1.3,0,0,0,.252-.976,9.278,9.278,0,0,1,.138-2.681,4.141,4.141,0,0,1,2.524-3.362,1.305,1.305,0,0,0,.826-1.016,7.741,7.741,0,0,1,1.156-2.653,4.989,4.989,0,0,1,4.156-2.22,4.75,4.75,0,0,1,.859.075c.047,0,.092.008.139.008a1.286,1.286,0,0,0,1.177-.769,6.006,6.006,0,0,1,5.506-3.6l.228,0a1.287,1.287,0,1,0-.01-2.575l-.229,0a8.519,8.519,0,0,0-7.254,4.013l-.19.3h-.358a7.4,7.4,0,0,0-6.123,3.273,10.306,10.306,0,0,0-1.353,2.777l-.074.237-.217.128a6.809,6.809,0,0,0-3.282,4.861,11.677,11.677,0,0,0-.168,3.555A1.292,1.292,0,0,0,729.089,1310.673Z' fill='%23fab700'/%3E%3Cpath id='Path_139103' data-name='Path 139103' d='M745.982,1309.884a5.445,5.445,0,0,0-.99.092,8.791,8.791,0,0,0-1.146.238l-.353.1-.267-.252a7.182,7.182,0,0,0-3.9-1.868,5.371,5.371,0,0,0-5.208,2.588,1.291,1.291,0,0,0,.438,1.767,1.282,1.282,0,0,0,1.768-.439,2.849,2.849,0,0,1,2.423-1.367,2.622,2.622,0,0,1,.3.018,4.591,4.591,0,0,1,3.005,1.851,1.289,1.289,0,0,0,1.048.54,1.315,1.315,0,0,0,.6-.149,5.862,5.862,0,0,1,1.558-.451,2.8,2.8,0,0,1,.725-.094,2.85,2.85,0,0,1,2.006.827,1.286,1.286,0,0,0,.755.382h.166a1.288,1.288,0,0,0,.931-2.177A5.469,5.469,0,0,0,745.982,1309.884Z' fill='%23fab700'/%3E%3Cpath id='Path_139104' data-name='Path 139104' d='M747.893,1302.118a1.286,1.286,0,0,0,2.352.354,2.848,2.848,0,0,1,2.423-1.365c.084,0,.17,0,.3.015a4.607,4.607,0,0,1,3.005,1.851,1.281,1.281,0,0,0,1.043.54h.01a1.287,1.287,0,0,0,1.041-2.043,7.246,7.246,0,0,0-4.819-2.915,5.415,5.415,0,0,0-5.207,2.589A1.274,1.274,0,0,0,747.893,1302.118Z' fill='%23fab700'/%3E%3Cpath id='Path_139106' data-name='Path 139106' d='M747.893,1302.118a1.286,1.286,0,0,0,2.352.354,2.848,2.848,0,0,1,2.423-1.365c.084,0,.17,0,.3.015a4.607,4.607,0,0,1,3.005,1.851,1.281,1.281,0,0,0,1.043.54h.01a1.287,1.287,0,0,0,1.041-2.043,7.246,7.246,0,0,0-4.819-2.915,5.415,5.415,0,0,0-5.207,2.589A1.274,1.274,0,0,0,747.893,1302.118Z' transform='translate(1223.987 -138.538) rotate(47)' fill='%23fab700'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(1) .txt {
    background-size: 45px 42px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(2) {
  color: #1cb9ff;
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(2) .txth {
  background: #1cb9ff;
}

.privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(2) .txt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75.78' height='71.973' viewBox='0 0 75.78 71.973'%3E%3Cpath id='Path_139105' data-name='Path 139105' d='M826.455,1360.905a3.3,3.3,0,0,1-2.48-1.123,3.342,3.342,0,0,1-.743-2.694l4.661-31.069-.043-.052a7.3,7.3,0,0,1-1.637-5.657c.463-3.083,3.045-6.022,7.27-8.278l.1-.054.048-.042.129-.082a39.4,39.4,0,0,1,6.072-3.293l.116-.051-.03-.123a8.372,8.372,0,0,1-.245-1.858c0-2.638,1.513-5.154,4.375-7.277l.079-.059.032-.043c3.66-3.316,11.278-10.218,30.867-10.218,6.51,0,12.562,1.3,17.041,3.656,4.449,2.342,6.9,5.493,6.9,8.874a8.191,8.191,0,0,1-2.491,5.625l-.045.044v27.817a4.907,4.907,0,0,1-2.172,4.081l-10.769,7.251-.086.054a3.619,3.619,0,0,1-2.039.625h-7.813l-1.542,9.735a4.89,4.89,0,0,1-4.8,4.143l-5.131.06Zm25.4-50.717c-11.849,0-22.579,4.79-23.429,10.459a5.213,5.213,0,0,0,1.495,4.315,1.113,1.113,0,0,1,.257.9l-4.734,31.557a1.119,1.119,0,0,0,.221.9,1.05,1.05,0,0,0,.781.35l34.924,0,.667-.008a1.962,1.962,0,0,0,1.769-1.568l4.737-31.564a1.115,1.115,0,0,1,.383-.687,7.734,7.734,0,0,0,2.932-4.514,5.193,5.193,0,0,0-1.417-4.263C867.366,1312.492,860.073,1310.188,851.855,1310.188Zm14.163,47.228a3.953,3.953,0,0,1-.3.985l-.1.216,1.568-.019a2.661,2.661,0,0,0,2.617-2.254s5.017-31.707,5.075-32.088a1.113,1.113,0,0,1,.382-.689,7.738,7.738,0,0,0,2.933-4.514,4.822,4.822,0,0,0,.02-1.236l-.023-.2-.185.082a1.143,1.143,0,0,1-.442.094H876.3a1.119,1.119,0,0,1,0-2.237h1.2l-.136-.227a8.6,8.6,0,0,0-.828-1.156,15.232,15.232,0,0,0-5.285-3.759l-.177-.075-.03.189a1.1,1.1,0,0,1-1.078.925h-1.873l.444.264a13.951,13.951,0,0,1,3.615,2.893,7.4,7.4,0,0,1,1.926,6.037,9.49,9.49,0,0,1-3.332,5.577l-.045.037Zm15.354-12.7a1.422,1.422,0,0,0,1.418-1.418v-31.564a1.121,1.121,0,0,1,.34-.8,6.236,6.236,0,0,0,2.2-4.4c0-5.58-9.94-10.3-21.706-10.3s-21.7,4.714-21.7,10.293a5.648,5.648,0,0,0,.111,1.03l.034.166.161-.053a50.385,50.385,0,0,1,15.736-2.119l.6,0c8.43.081,15.965,2.828,19.668,7.169a8.254,8.254,0,0,1,2.175,6.649,9.5,9.5,0,0,1-3.336,5.577l-.044.036-3.121,19.73Zm3.647-2.175,7.991-5.384a2.679,2.679,0,0,0,1.183-2.224v-25.916l-2.2,1.791a1.1,1.1,0,0,1-.7.251,1.118,1.118,0,0,1-.706-1.986l3.961-3.224a8.234,8.234,0,0,0,1.522-1.975l.153-.277a3.922,3.922,0,0,0,.469-1.522c.038-.386.039-.409.041-.519,0-5.678-9.935-10.4-21.7-10.4l-.686.013v-.032q-.561-.01-1.106-.01c-9.989,0-16.5,2.784-17.425,3.2l.087.322a45.358,45.358,0,0,1,7.686-.658c11.727,0,21.406,4.167,23.541,10.133l.052.147.143-.057a1.135,1.135,0,0,1,.39-.08h1.263a1.119,1.119,0,0,1,0,2.238h-1.414l-.005.162a8.151,8.151,0,0,1-2.491,5.611l-.044.044ZM855.9,1308.133a32.419,32.419,0,0,1,11.625,3.04l.22-.283a1.054,1.054,0,0,1-.15-.763,1.043,1.043,0,0,1,.445-.671l.264-.178-.307-.09a33.965,33.965,0,0,0-9.457-1.4l-.548,0c-.717,0-1.411.011-2.086.028Zm16.6-14.433a1.12,1.12,0,0,1-1.118-1.118,1.1,1.1,0,0,1,.843-1.054l1.639-.041a1.108,1.108,0,0,1-.081,2.213Z' transform='translate(-823.188 -1288.932)' fill='%231cb9ff'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li:nth-child(2) .txt {
    background-size: 47px 44px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li .txth {
  color: #fff;
  border-radius: 18.5px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  height: 37px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li .txth {
    font-size: 14px;
    height: 24px;
    padding-bottom: 1px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li .txt {
  font-family: "Rubik", sans-serif;
  height: 75px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 80px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li .txt {
    padding-left: 50px;
    height: 52px;
    margin-top: 10px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li .txt .num {
  font-weight: bold;
  font-size: 72px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li .txt .num {
    font-size: 44px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .morning li .txt .percent {
  font-size: 39px;
  position: relative;
  bottom: -10px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .morning li .txt .percent {
    bottom: -6px;
    font-size: 24px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.667' height='28.285' viewBox='0 0 12.667 28.285'%3E%3Cpath id='Path_138139' data-name='Path 138139' d='M-5975.242,3995.286l-10.8,27.556' transform='translate(5986.978 -3994.921)' fill='none' stroke='%23bfbfbf' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  background-color: #f4f4f4;
  height: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  color: #646464;
  font-weight: bold;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .menu {
    margin-top: 10px;
    padding: 0 17px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.724' height='18.229' viewBox='0 0 8.724 18.229'%3E%3Cpath id='Path_139849' data-name='Path 139849' d='M-5979.185,3995.286l-6.862,17.5' transform='translate(5986.978 -3994.921)' fill='none' stroke='%23bfbfbf' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: 52.5% center;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .menu__item .txt {
  letter-spacing: 0.05em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.556' height='1' viewBox='0 0 25.556 1'%3E%3Cline id='Line_1686' data-name='Line 1686' x2='25.556' transform='translate(0 0.5)' fill='none' stroke='%23383838' stroke-width='1' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right center;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .menu__item .txt {
    font-size: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.23' height='1' viewBox='0 0 16.23 1'%3E%3Cline id='Line_1686' data-name='Line 1686' x2='16.23' transform='translate(0 0.5)' fill='none' stroke='%23383838' stroke-width='1' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
    padding-right: 25px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .menu__item .num {
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  letter-spacing: 0.06em;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .menu__item .num {
    font-size: 18px;
  }
}

.privacywrap .faqwrap > li:nth-child(3) .menu__item .percent {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
}

@media (max-width: 767px) {
  .privacywrap .faqwrap > li:nth-child(3) .menu__item .percent {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(4) {
    width: 44.29%;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(5) {
    width: 42.34%;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(6) {
    width: 55.12%;
  }
}

@media (min-width: 768px) {
  .privacywrap .faqwrap > li:nth-child(7) {
    width: 100%;
  }
}

.privacywrap .faqwrap > li:nth-child(7) .pribox {
  padding-bottom: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .sports__list {
    margin-top: -5px;
  }
}

.sports__list li {
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #d9d9d9;
  height: 62px;
  padding-left: 5px;
  align-items: center;
}

@media (max-width: 767px) {
  .sports__list li {
    height: 52px;
  }
}

.sports__list li .numwrap {
  width: 95px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .sports__list li .numwrap {
    width: 75px;
  }
}

.sports__list li .numwrap .num {
  font-family: Rubik;
  font-size: 36px;
  position: relative;
  bottom: -2px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .sports__list li .numwrap .num {
    font-size: 29px;
  }
}

.sports__list li .txt {
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .sports__list li .txt {
    font-size: 18px;
  }
}

.sports__list li:nth-child(1) {
  color: #275fba;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .sports__list li:nth-child(1) {
    height: 60px;
  }
}

.sports__list li:nth-child(1) .numwrap {
  font-size: 30px;
  padding-left: 0;
}

@media (max-width: 767px) {
  .sports__list li:nth-child(1) .numwrap {
    font-size: 24px;
  }
}

.sports__list li:nth-child(1) .numwrap .num {
  font-size: 60px;
  bottom: -4px;
}

@media (max-width: 767px) {
  .sports__list li:nth-child(1) .numwrap .num {
    font-size: 49px;
    bottom: -3px;
  }
}

.sports__list li:nth-child(1) .txt {
  font-size: 41px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='71.083' height='71.084' viewBox='0 0 71.083 71.084'%3E%3Cg id='Group_124667' data-name='Group 124667' transform='translate(17.906 -534.287)'%3E%3Cg id='Group_124665' data-name='Group 124665' transform='translate(-17.906 534.287)'%3E%3Ccircle id='Ellipse_23415' data-name='Ellipse 23415' cx='25.132' cy='25.132' r='25.132' transform='translate(0 35.542) rotate(-45)' fill='%23fff'/%3E%3Cpath id='Path_139812' data-name='Path 139812' d='M350.521,878.918a42.806,42.806,0,0,0-2.557-4.254,35.8,35.8,0,0,0,.407-6.771,8.161,8.161,0,0,1,3.32,1.093,25.274,25.274,0,0,0-2.641-2.908,11.029,11.029,0,0,0-2.1-.013,30.219,30.219,0,0,0-7.808-4.652c-.195-.511-.526-1.313-.653-1.541a24.956,24.956,0,0,0-3.23-.766,4.89,4.89,0,0,1,1.807,2.165,27.924,27.924,0,0,0-6.023,2.848,38.031,38.031,0,0,0-11.594.155c-.445.077-.861.157-1.247.239l-.7-1.609a25.141,25.141,0,0,0-10.963,16.868,12.874,12.874,0,0,1,2.963-.843,36.053,36.053,0,0,0,5.271,11.1,34.393,34.393,0,0,0-.644,8,5.464,5.464,0,0,1-3.889-.477,25.209,25.209,0,0,0,1.837,2.483c.213.019.433.03.661.03a8.791,8.791,0,0,0,2.259-.309,24.4,24.4,0,0,0,8.262,5.187,10.569,10.569,0,0,0,1.661,3.25,25.017,25.017,0,0,0,3.214.625,9.383,9.383,0,0,1-2.855-3.8,54.7,54.7,0,0,0,6.686-4.7l-.02.139a48.375,48.375,0,0,0,6.444.4,46.725,46.725,0,0,0,7.467-.573,18.105,18.105,0,0,1,1.021,3.353,25.109,25.109,0,0,0,9.326-16.1h-2.423A33.58,33.58,0,0,0,350.521,878.918Zm-34.417,9.75a36.394,36.394,0,0,1-5.1-11.357,59.408,59.408,0,0,1,6.834-10.786c.571-.137,1.239-.278,1.991-.406a36.064,36.064,0,0,1,9.851-.273l4.819,8.91L326.19,888.5Zm30.338,9.607a49.129,49.129,0,0,1-14.2.328l-4.486-9.052,8.223-13.6,10.923.516c1.362,2.1,4.317,7.118,5.2,12.3A44.665,44.665,0,0,1,346.442,898.274Z' transform='translate(-295.795 -848.347)' fill='%23275fba'/%3E%3C/g%3E%3Cg id='Group_124666' data-name='Group 124666' transform='translate(-8.59 543.588)'%3E%3Cpath id='Path_139813' data-name='Path 139813' d='M314.215,832.16A26.268,26.268,0,1,0,289.6,867.618h0a26.372,26.372,0,0,0,11.849-2.811,26.224,26.224,0,0,0,14.42-22.757,26.4,26.4,0,0,0-1.655-9.89Zm.288,9.856a24.9,24.9,0,0,1-24.9,24.235h0a24.855,24.855,0,0,1-23.291-16.168,24.964,24.964,0,0,1-.983-14.153,24.732,24.732,0,0,1,4.033-9.022,25,25,0,0,1,4.126-4.5,24.817,24.817,0,0,1,10.392-5.26,25.067,25.067,0,0,1,5.767-.674,24.855,24.855,0,0,1,23.291,16.168,25.031,25.031,0,0,1,1.57,9.379Z' transform='translate(-263.363 -815.102)' fill='%23275fba'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: calc(100% - 95px);
  height: 52px;
}

@media (max-width: 767px) {
  .sports__list li:nth-child(1) .txt {
    font-size: 34px;
    background-size: 59px 59px;
    background-position: calc(100% + 5px) center;
  }
}

.sports__list li:nth-child(2) {
  color: #1cb9ff;
}

.sports__list li:nth-child(2) .txt {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.655' height='46.253' viewBox='0 0 45.655 46.253'%3E%3Cg id='野球アイコン1' transform='translate(-3.307 0)'%3E%3Cpath id='Path_139821' data-name='Path 139821' d='M48.853,6.185a7.68,7.68,0,0,0-2.271-3.8A8.043,8.043,0,0,0,43.2.214,5.209,5.209,0,0,0,40.753.091,7.161,7.161,0,0,0,37.79,1.5a21.21,21.21,0,0,0-2.162,1.964l-8.259,8.259a24.509,24.509,0,0,0-2.718,3.451c-1.377,2.022-2.8,4.394-4.19,6.573A34.053,34.053,0,0,1,16.5,27.093l-7.89,7.89A3.745,3.745,0,0,0,4.4,41.039l3.52,3.519a3.745,3.745,0,0,0,6.055-4.209l7.89-7.89a23.966,23.966,0,0,1,3.255-2.579c1.982-1.362,4.35-2.786,6.544-4.182a34.754,34.754,0,0,0,5.57-4.106c3.259-3.26,6.084-6.086,8.259-8.259a23.8,23.8,0,0,0,1.749-1.889,9,9,0,0,0,1.155-1.8A5.433,5.433,0,0,0,48.853,6.185ZM11.62,42.948a1.477,1.477,0,0,1-2.087,0l-3.52-3.52A1.476,1.476,0,0,1,8.1,37.342l3.519,3.519A1.475,1.475,0,0,1,11.62,42.948Zm.923-4.384L10.4,36.418l.929-.929,3.067,1.226Zm3.018-3.017-3.067-1.227,1.783-1.784,3.067,1.227ZM18.513,32.6,15.446,31.37l2.56-2.56,2.146,2.147ZM46.633,7.787A4.936,4.936,0,0,1,45.644,9.8a19.226,19.226,0,0,1-1.759,1.927l-8.259,8.259a22.672,22.672,0,0,1-3.12,2.446c-1.942,1.321-4.3,2.736-6.52,4.155a45.8,45.8,0,0,0-4.713,3.346L19.03,27.688c.643-.763,1.282-1.624,1.927-2.559,1.42-2.067,2.852-4.453,4.226-6.612a33.133,33.133,0,0,1,3.8-5.182l8.259-8.259a21.165,21.165,0,0,1,1.7-1.585,6.794,6.794,0,0,1,1.343-.868,3.135,3.135,0,0,1,2.031-.285A5.45,5.45,0,0,1,44.973,3.99,5.814,5.814,0,0,1,46.562,6.4,2.923,2.923,0,0,1,46.633,7.787Z' transform='translate(0 0)' fill='%231cb9ff'/%3E%3Cpath id='Path_139822' data-name='Path 139822' d='M284.518,314.325a8.96,8.96,0,0,0-.938-1.176l0,0-.1-.1a9.106,9.106,0,0,0-9.1-2.374,8.9,8.9,0,0,0-2.106.925l.006,0-.009.005a9.1,9.1,0,0,0-4.421,7.814,9.049,9.049,0,0,0,1.334,4.742,8.578,8.578,0,0,0,.789,1.1v0s0,0,0,0c.116.139.237.277.363.411a9.113,9.113,0,0,0,12.879.364,8.7,8.7,0,0,0,1.147-1.315,9.066,9.066,0,0,0,1.706-5.3v-.028a9.039,9.039,0,0,0-1.552-5.066ZM271.027,323.2l-.042.034a7.089,7.089,0,0,1,.621-8.491,5.829,5.829,0,0,0-.033.626,6.843,6.843,0,0,0,.24,1.763,9.962,9.962,0,0,1,.345,2.59,7.437,7.437,0,0,1-.159,1.6,3.587,3.587,0,0,1-.863,1.778Zm5.933,3.3a7.029,7.029,0,0,1-5.143-2.2l.052-.042a3.51,3.51,0,0,0,.538-.568,5.1,5.1,0,0,0,.857-1.851,8.659,8.659,0,0,0,.242-2.112,11.379,11.379,0,0,0-.391-2.945,5.379,5.379,0,0,1-.194-1.407,5.214,5.214,0,0,1,.345-1.85.771.771,0,0,0,.061-.208,7.085,7.085,0,0,1,8.788,1.218c.147.156.283.316.414.48l-.058.092a3.794,3.794,0,0,1-1.684,1.279,7.16,7.16,0,0,0-3.294,2.815,7.055,7.055,0,0,0-1.064,3.664,4.909,4.909,0,0,0,.925,3.015,3.381,3.381,0,0,0,.531.56l0,0A7.022,7.022,0,0,1,276.96,326.5Zm4.871-1.938a7.338,7.338,0,0,1-1.942,1.313,2.172,2.172,0,0,1-.743-.209,2.229,2.229,0,0,1-1-1.049,3.96,3.96,0,0,1-.374-1.756,5.71,5.71,0,0,1,.86-2.956,5.865,5.865,0,0,1,2.681-2.287,5.334,5.334,0,0,0,1.964-1.369l.021-.024a7.1,7.1,0,0,1-1.47,8.338Z' transform='translate(-240.642 -282.264)' fill='%231cb9ff'/%3E%3Cpath id='Path_139823' data-name='Path 139823' d='M282.614,463.683s0,0,0,0h0Z' transform='translate(-254.075 -421.793)' fill='%231cb9ff'/%3E%3Cpath id='Path_139824' data-name='Path 139824' d='M450.627,469.891h0l0,0Z' transform='translate(-406.908 -427.442)' fill='%231cb9ff'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 47px;
  padding-right: 80px;
}

.sports__list li:nth-child(3) {
  color: #5dc40e;
}

.others {
  border-radius: 10px;
  background: #f4f4f4;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  margin-top: 18px;
  color: #646464;
}

@media (max-width: 767px) {
  .others {
    padding: 10px 20px;
    margin-top: 14px;
  }
}

.others__lb {
  border-right: 2px solid #bfbfbf;
  font-size: 15px;
  width: 70px;
  height: 33.45px;
  display: flex;
  align-items: center;
}

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

.others__list {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: calc(100% - 90px);
}

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

@media only screen and (max-width: 374px) {
  .others__list {
    font-size: 10px;
  }
}

.others__list li {
  position: relative;
  padding-left: 10px;
}

.others__list li:nth-child(1), .others__list li:nth-child(3) {
  width: 80px;
}

@media (max-width: 767px) {
  .others__list li:nth-child(1), .others__list li:nth-child(3) {
    width: 70px;
  }
}

.others__list li:nth-child(2), .others__list li:nth-child(4) {
  width: calc(100% - 80px);
}

@media (max-width: 767px) {
  .others__list li:nth-child(2), .others__list li:nth-child(4) {
    width: calc(100% - 70px);
  }
}

.others__list li:before {
  position: absolute;
  content: '';
  width: 5.22px;
  height: 5.22px;
  background: #275fba;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

.typecar {
  position: relative;
}

@media (min-width: 768px) {
  .typecar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% + 15px);
    left: -15px;
    padding-bottom: 12px;
  }
}

@media (min-width: 768px) {
  .typecar__img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .typecar__img {
    width: 229.15px;
    margin: 0 auto;
  }
}

.typecar__list {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .typecar__list {
    width: 45.5%;
  }
}

.typecar__list li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='96' height='1' viewBox='0 0 96 1'%3E%3Cpath id='Path_138802' data-name='Path 138802' d='M-5795,790.5h96' transform='translate(5794.999 -790)' fill='none' stroke='%23000' stroke-width='1' stroke-dasharray='2'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: repeat-x;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 7px;
}

.typecar__list li + li {
  margin-top: 7px;
}

.typecar__list li .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: fit-content;
  position: relative;
  padding-left: 20px;
  padding-right: 12px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .typecar__list li .txt {
    font-size: 15px;
    padding-left: 35px;
  }
}

.typecar__list li .txt:before {
  position: absolute;
  content: '';
  width: 14.94px;
  height: 14.94px;
  border-radius: 2px;
  background: #083680;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}

@media (max-width: 767px) {
  .typecar__list li .txt:before {
    left: 14px;
  }
}

.typecar__list li .numwrap {
  font-family: "Rubik", sans-serif;
  width: 60px;
  font-size: 21px;
  letter-spacing: 0.05em;
  background-color: #fff;
  text-align: right;
}

.typecar__list li:nth-child(2) .txt:before {
  background: #275fba;
}

.typecar__list li:nth-child(3) .txt:before {
  background: #1cb9fa;
}

.typecar__list li:nth-child(4) .txt:before {
  background: #93defc;
}

.typecar__list li:nth-child(5) .txt:before {
  background: #a6cee3;
}

.typecar__list li:nth-child(6) .txt:before {
  background: #8d8d8d;
}

/*# sourceMappingURL=maps/data.min.css.map */