@charset "shift-jis";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: /school/lp/taxsaving.html setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}
section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 65px;
}

img {
  max-width: 100%;
  height: auto;
}
.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }
  .tab {
    display: inherit ;
  }
  .sp {
    display: none ;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {display: none;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}

/* text */
.txt_bold {
  font-weight: bold;
}
.txt_orange {
  color: #e06f4d;
}
.txt_dblue {
  color: #1c2569
}
.txt_yellow {
  color: #d7ba41;
}

/* background */
.bg_white {
  background-color: #fff;
}
.bg_blue {
  background-color: #44a1c5;
}
.bg_dblue {
  background-color: #1c2569;
}
.bg_lblue {
  background-color: #e8eef2;
}
.bg_cream {
  background-color: #fbf8eb;
}
.bg_grid {
  background-image: linear-gradient(0deg, rgba(67, 161, 197, 0.05) calc(100% - 1px), rgba(67, 161, 197, 0.15) calc(100% - 1px)), linear-gradient(90deg, rgba(67, 161, 197, 0.05) calc(100% - 1px), rgba(67, 161, 197, 0.15) calc(100% - 1px));
  background-size: 18px 18px;
  background-repeat: repeat;
  background-position: center center;
}
.bg_arrow {
  position: relative;
}
.bg_arrow::after {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
  width: 80px;
  height: 80px;
  background: inherit;
  border-radius: 5px;
  content: '';
}

/* heading */
.heading_01 {
  margin-bottom: 2em;
  position: relative;
  color: #fff;
  font-size: 34px;
  text-align: center;
}
.heading_01 .ttl_inner {
  display: inline-block;
  position: inherit;
  z-index: 2;
  padding: 0 0.5em;
  background: #44a1c5;
}
.heading_01 .strong {
  color: #ffce00;
  font-size: 50px;
}
.heading_01::before,
.heading_01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22.71vw;
  height: 2px;
  background: #ffce00;
  content: '';
}
.heading_01::before {
  left: 0;
}
.heading_01::after {
  right: 0;
}
.heading_02 {
  display: flex;
  align-items: flex-end;
  max-width: 880px;
  margin: 0 auto 55px;
  padding: 0 0.5em;
  border-bottom: 2px dotted #1c2569;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  color: #1c2569;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.heading_02 .img {
  width: 25%;
}
.heading_02 .img img {
  width: auto;
  max-height: 130px;
}
.heading_02 .txt {
  width: 75%;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01 .strong {
    font-size: 32px;
  }
  .heading_01::before,
  .heading_01::after {
    width: 11.47vw;
  }
  .heading_02 {
    font-size: 20px;
  }
  .heading_02 .img {
    width: 30%;
  }
  .heading_02 .img img {
    max-height: 91px;
  }
  .heading_02 .txt {
    width: 70%;
  }
}

/* text */
.text_01 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.text_01 .strong {
  font-size: 34px;
}
.text_01 .strong {
  color: #e06f4d;
}
.text_01.white {
  color: #fff;
}
.text_01.white .strong {
  color: #d7ba41;
}
@media screen and (max-width: 599px) {
  .text_01 {
    font-size: 18px;
  }
  .text_01 .strong {
    font-size: 24px;
  }
}

/* default button */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.8em 35px 0.8em 1em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.btn_01:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .btn_01 {
    font-size: 16px;
  }
}

/* fixed button */
.btn_fixed {
  display: block;
  position: relative;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  padding: 0.8em 2.5em 0.8em;
  background: #ea5520;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.btn_fixed:hover{
  text-decoration: none;
  opacity: 0.7;
}
.btn_fixed::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.btn_fixed::after {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
@media screen and (max-width: 599px) {
  .btn_fixed {
    padding: 1.5em 30px 1.5em 1em;
    font-size: 15px;
  }
  .btn_fixed::before {
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .btn_fixed::after {
    right: 19px;
    border-left: 7px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  padding-bottom: 13px;
  background: url(/school/image/lp/taxsaving/mv.jpg) no-repeat bottom center / cover;
}
.mv::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 13px;
  background:repeating-linear-gradient(45deg,#d7ba41,#d7ba41 2px,transparent 2px,transparent 7px);
  content: '';
}
.mv .mv_inner {
  position: relative;
  max-width: 1440px;
  min-height: 636px;
  margin: 0 auto;
}
.mv .logo_pc {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 200px;
  height: auto;
}
.mv .logo_sp {
  display: none;
}
.mv .sub {
  color: #1c2569;
  font-size: 21px;
  letter-spacing: 0.28em;
}
.mv .sub .marker {
  padding-bottom: 0.1em;
  background: linear-gradient(transparent 40%, rgba(215, 186, 65, 0.3) 40%);
}
.mv .sub .txt_m {
  font-size: 26px;
}
.mv .sub .txt_l {
  font-size: 33px;
}
.mv .sub .txt_ll {
  font-size: 37px;
  letter-spacing: 0.22em;
  line-height: 1.2;
}
.mv h1 {
  margin-top: 5px;
  color: #fff;
  font-weight: normal;
}
.mv h1 .box_l,
.mv h1 .box_s {
  display: flex;
}
.mv h1 .box_s {
  justify-content: end;
}
.mv h1 .box_l > span,
.mv h1 .box_s > span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  line-height: 1;
  text-align: center;
}
.mv h1 .box_l > span {
  width: 116px;
  height: 116px;
  background: linear-gradient(45deg, #323a78 0%,#323a78 50%,#1c2569 50%,#1c2569 100%);
  font-size: 79px;
}
.mv h1 .box_s > span {
  width: 78px;
  height: 78px;
  background: #1c2569;
  font-size: 47px;
}
.mv .btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.mv .btn_wrap a,
.mv .btn_wrap span {
  display: block;
  width: 49.5%;
  padding: 0.6em;
  border-radius: 3px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.mv .btn_wrap a {
  background: #fff;
  color: #1f2774;
}
.mv .btn_wrap a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.mv .btn_wrap span {
  background: #44a1c5;
  color: #fff;
}
.mv .no1_img {
  margin-top: 30px;
}
.mv .no1_caution {
  margin-top: 1em;
  color: #1c236d;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .mv .mv_main {
    width: 464px;
    margin-left: 67px;
    padding-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    background: url(/school/image/lp/taxsaving/mv_sp.jpg) no-repeat top center / cover;
  }
  .mv .mv_inner {
    min-height: auto;
    padding: 50px 4% 15px;
  }
  .mv .logo_sp {
    display: block;
    position: absolute;
    top: 15px;
    right: 12px;
    width: 142px;
    height: auto;
  }
  .mv .logo_pc {
    display: none;
  }
  .mv .mv_main {
    width: 340px;
    margin: 0 auto;
  }
  .mv .sub {
    font-size: 15px;
    text-align: left;
  }
  .mv .sub .txt_m {
    font-size: 19px;
  }
  .mv .sub .txt_l {
    font-size: 23px;
  }
  .mv .sub .txt_ll {
    font-size: 27px;
  }
  .mv h1 .box_l > span {
    width: 86px;
    height: 86px;
    font-size: 55px;
  }
  .mv h1 .box_s > span {
    width: 58px;
    height: 58px;
    font-size: 32px;
  }
  .mv .btn_wrap {
    margin-top: 132px;
  }
  .mv .btn_wrap a,
  .mv .btn_wrap span {
    padding: 0.7em;
    font-size: 12px;
  }
  .mv .no1_img {
    margin-top: 25px;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro .intro_q {
  position: relative;
  padding: 100px 0 135px;
  background: #ccc;
  box-shadow: 0 8px 0 #b4b4b4;
}
.intro .intro_q.bg_arrow::after {
  width: 72px;
  height: 72px;
  box-shadow: 8px 8px 0 #b4b4b4;
}
.intro .intro_q .q_list {
  max-width: 556px;
  margin: 0 auto;
}
.intro .intro_q .q_list li {
  padding: 0.6em 1em 0.6em 80px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%3E%3Cg%20transform%3D%22translate(-396.656%20-6272.656)%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20transform%3D%22translate(399.656%206275.656)%22%20fill%3D%22%23e06f4d%22%2F%3E%3Cpath%20d%3D%22M18%2C0A18%2C18%2C0%2C1%2C0%2C36%2C18%2C18%2C18%2C0%2C0%2C0%2C18%2C0m0-3A20.994%2C20.994%2C0%2C0%2C1%2C32.849%2C32.849%2C21%2C21%2C0%2C1%2C1%2C9.825-1.348%2C20.871%2C20.871%2C0%2C0%2C1%2C18-3Z%22%20transform%3D%22translate(399.656%206275.656)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M-88.056-72.919a1.842%2C1.842%2C0%2C0%2C0-1.265.561l-8.372%2C8.418-4.78-4.807a1.842%2C1.842%2C0%2C0%2C0-2.605-.007%2C1.842%2C1.842%2C0%2C0%2C0-.007%2C2.605L-99-60.028a1.842%2C1.842%2C0%2C0%2C0%2C1.306.543%2C1.842%2C1.842%2C0%2C0%2C0%2C1.306-.543l9.678-9.732A1.842%2C1.842%2C0%2C0%2C0-86.3-71.8a1.842%2C1.842%2C0%2C0%2C0-1.754-1.118Z%22%20transform%3D%22translate(513.294%206361.231)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 23px center;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}
.intro .intro_q .q_list li + li {
  margin-top: 50px;
}
.intro .intro_img_01 {
  position: absolute;
  top: 40px;
  right: calc(50% + 315px);
  width: 145px;
  height: auto;
}
.intro .intro_img_02 {
  position: absolute;
  bottom: 50px;
  right: calc(50% + 317px);
  width: 184px;
  height: auto;
}
.intro .intro_img_03 {
  position: absolute;
  top: 160px;
  left: calc(50% + 318px);
  width: 146px;
  height: auto;
}
.intro h2 {
  padding: 140px 4% 110px;
  text-align: center;
}
.intro figure {
  text-align: center;
}
.intro figure img {
  width: 100%;
  max-width: 745.5px;
}
.intro .conclusion {
  padding: 80px 4% 40px;
  text-align: center;
}
.intro .conclusion .conclusion_inner {
  display: inline-block;
  text-align: left;
}
.intro .conclusion .text_01 + .text_01 {
  margin-top: 1em;
}
.intro .conclusion .conclusion_img {
  width: 109px;
  vertical-align: middle;
}
@media screen and (max-width: 929px) {
  .intro .intro_q {
    padding-top: 50px;
    padding-bottom: 310px;
  }
  .intro .intro_img_01 {
    top: auto;
    bottom: 50px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .intro .intro_img_02 {
    bottom: 50px;
    left: 20px;
    right: auto;
  }
  .intro .intro_img_03 {
    top: auto;
    bottom: 50px;
    left: auto;
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .intro .intro_q {
    padding: 50px 4% 220px;
  }
  .intro .intro_q .q_list li {
    padding: 0.6em 1em 0.6em 60px;
    font-size: 16px;
    background-size: 30px;
    background-position: 18px center;
  }
  .intro .intro_q .q_list li + li {
    margin-top: 30px;
  }
  .intro .intro_img_01 {
    bottom: 60px;
    width: 88px;
  }
  .intro .intro_img_02 {
    bottom: 60px;
    left: 10px;
    width: 106px;
  }
  .intro .intro_img_03 {
    bottom: 60px;
    width: 89px;
  }
  .intro h2 {
    padding: 100px 4% 75px;
  }
  .intro .conclusion {
    padding-left: 6%;
    padding-right: 6%;
  }
  .intro .conclusion .conclusion_img {
    width: 87px;
    vertical-align: top;
  }
}

/* ------------------------------
taxsaving
------------------------------ */
.taxsaving {
  padding-top: 80px;
}
.taxsaving h2 {
  position: relative;
  text-align: center;
}
.taxsaving h2 .ttl_inner {
  display: inline-block;
  position: inherit;
  z-index: 2;
  padding: 0 0.5em;
  background: #e8eef2;
}
.taxsaving h2 .strong {
  color: #1c2569;
}
.taxsaving h2::before,
.taxsaving h2::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 19.44vw;
  height: 2px;
  background: #1c2569;
  content: '';
}
.taxsaving h2::before {
  left: 0;
}
.taxsaving h2::after {
  right: 0;
}
.taxsaving .result_list li {
  background: #fff;
  border: 2px solid #333;
  border-radius: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  text-align: center;
  overflow: hidden;
}
.taxsaving .result_list li h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 115px;
  margin-bottom: 1.2em;
  padding: 0.5em;
  background: #44a1c5;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.taxsaving .result_list li .case {
  margin: 0 0.5em 0.8em;
  color: #1c2569;
  font-size: 24px;
  font-weight: bold;
}
.taxsaving .result_list li .result_ttl {
  width: 94%;
  max-width: 275px;
  margin: 0 auto 1em;
  background: #e06f4d;
  border-radius: 9999px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.taxsaving .result_list li .amount {
  color: #e06f4d;
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
.taxsaving .result_list li .amount .txt_s {
  font-size: 36px;
}
.taxsaving .result_list li .amount .txt_ss {
  font-size: 30px;
}
.taxsaving .result_list li .taxsaving_txt {
  padding: 0.5em;
  margin: 1.5em 1.8em 2.5em;
  border-top: 2px dotted #1c2569;
  border-bottom: 2px dotted #1c2569;
  color: #1c2569;
  font-size: 20px;
}
.taxsaving .conclusion {
  padding: 80px 4%;
  text-align: center;
}
.taxsaving .conclusion .conclusion_inner {
  display: inline-block;
  text-align: left;
}
.taxsaving .conclusion .text_01 + .text_01 {
  position: relative;
  margin-top: 2.5em;
  padding-right: 125px;
}
.taxsaving .conclusion .conclusion_img {
  position: absolute;
  top: -40px;
  right: -25px;
  width: 121px;
}
.taxsaving .all_conclusion {
  text-align: center;
}
.taxsaving .all_conclusion .therefore {
  margin: 1.3em 0;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .taxsaving .result_list {
    display: flex;
    justify-content: space-between;
  }
  .taxsaving .result_list li {
    width: 47%;
  }
}
@media screen and (max-width: 599px) {
  .taxsaving {
    padding-top: 60px;
  }
  .taxsaving .result_list li + li {
    margin-top: 30px;
  }
  .taxsaving .result_list li h4 {
    font-size: 22px;
  }
  .taxsaving .result_list li .case {
    font-size: 18px;
  }
  .taxsaving .result_list li .result_ttl {
    max-width: 205px;
    font-size: 18px;
  }
  .taxsaving .result_list li .amount {
    font-size: 34px;
  }
  .taxsaving .result_list li .amount .txt_s {
    font-size: 27px;
  }
  .taxsaving .result_list li .amount .txt_ss {
    font-size: 22px;
  }
  .taxsaving .result_list li .taxsaving_txt {
    font-size: 14px;
  }
  .taxsaving .conclusion {
    padding: 80px 4% 100px
  }
  .taxsaving .conclusion .text_01 + .text_01 {
    padding-right: 0;
  }
  .taxsaving .conclusion .conclusion_img {
    top: auto;
    bottom: -90px;
    width: 87px;
  }
  .taxsaving .all_conclusion .therefore {
    font-size: 18px;
  }
}

/* ------------------------------
separator
------------------------------ */
.separator {
  position: relative;
  padding: 6px 0;
}
.separator::before,
.separator::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, rgba(68,161,197,1) 0%,rgba(68,161,197,1) 15%,rgba(94,118,167,1) 15%,rgba(94,118,167,1) 29%,rgba(126,103,141,1) 29%,rgba(126,103,141,1) 43%,rgba(195,99,128,1) 43%,rgba(195,99,128,1) 57%,rgba(225,111,78,1) 57%,rgba(225,111,78,1) 71%,rgba(215,186,65,1) 71%,rgba(215,186,65,1) 85%,rgba(138,159,85,1) 85%,rgba(138,159,85,1) 100%);
  content: '';
}
.separator::before {
  top: 0;
}
.separator::after {
  bottom: 0;
}
.separator img {
  width: 100%;
}
.separator .img_sp {
  display: none;
}
@media screen and (min-width: 700px) {
  .separator::before,
  .separator::after {
    background: repeating-linear-gradient(to right, rgba(68,161,197,1) 0,rgba(68,161,197,1) 100px,rgba(94,118,167,1) 100px,rgba(94,118,167,1) 200px,rgba(126,103,141,1) 200px,rgba(126,103,141,1) 300px,rgba(195,99,128,1) 300px,rgba(195,99,128,1) 400px,rgba(225,111,78,1) 400px,rgba(225,111,78,1) 500px,rgba(215,186,65,1) 500px,rgba(215,186,65,1) 600px,rgba(138,159,85,1) 600px,rgba(138,159,85,1) 700px);
  }
}
@media screen and (max-width: 599px) {
  .separator .img_sp {
    display: block;
  }
  .separator .img_pc {
    display: none;
  }
}

/* ------------------------------
point
------------------------------ */
.point {
  padding: 80px 0 20px;
}
.point .point_list {
  display: grid;
}
.point .point_list li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 98%;
  max-width: calc(50vw + 500px);
  min-height: 228px;
  padding: 1em 220px 1em 1em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 25px center;
  border: 2px solid #d7ba41;
  border-left: 0;
  border-radius: 0 9999px 9999px 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
.point .point_list .point01 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22189%22%20height%3D%22189%22%20viewBox%3D%220%200%20189%20189%22%3E%3Cg%20transform%3D%22translate(-1004%20-5320)%22%3E%3Cpath%20d%3D%22M94.5%2C0A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(1004%205320)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M94.5%2C3A92.191%2C92.191%2C0%2C0%2C0%2C76.056%2C4.859%2C90.982%2C90.982%2C0%2C0%2C0%2C43.344%2C18.625a91.776%2C91.776%2C0%2C0%2C0-33.154%2C40.26%2C91.016%2C91.016%2C0%2C0%2C0-5.33%2C17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0%2C36.887%2C90.982%2C90.982%2C0%2C0%2C0%2C13.766%2C32.713%2C91.776%2C91.776%2C0%2C0%2C0%2C40.26%2C33.154%2C91.016%2C91.016%2C0%2C0%2C0%2C17.171%2C5.33%2C92.422%2C92.422%2C0%2C0%2C0%2C36.887%2C0%2C90.982%2C90.982%2C0%2C0%2C0%2C32.713-13.766%2C91.776%2C91.776%2C0%2C0%2C0%2C33.154-40.26%2C91.016%2C91.016%2C0%2C0%2C0%2C5.33-17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0-36.887%2C90.982%2C90.982%2C0%2C0%2C0-13.766-32.713%2C91.776%2C91.776%2C0%2C0%2C0-40.26-33.154%2C91.016%2C91.016%2C0%2C0%2C0-17.171-5.33A92.191%2C92.191%2C0%2C0%2C0%2C94.5%2C3m0-3A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(1004%205320)%22%20fill%3D%22%23d7ba41%22%2F%3E%3Cpath%20d%3D%22M150.233%2C155.274H115.219a2.312%2C2.312%2C0%2C0%2C0-.507-.176%2C13.738%2C13.738%2C0%2C0%2C1-11.451-11.517c-.176-1.057-.176-2.158-.264-3.259h-1.872c-.617%2C1.365-1.189%2C2.643-1.806%2C4.03a5.8%2C5.8%2C0%2C0%2C1%2C.837%2C6.783c-1.3%2C2.488-3.523%2C3.281-6.254%2C3.259-9.315-.044-18.63%2C0-27.968-.022a25%2C25%2C0%2C0%2C1-3.391-.176A14.988%2C14.988%2C0%2C0%2C1%2C49.77%2C140.739c-.484-7.553%2C3.854-13.94%2C10.835-15.9.837-.242%2C1.7-.374%2C2.6-.573a6.282%2C6.282%2C0%2C0%2C1%2C1.608-5.329c-.154-.2-.264-.33-.374-.484a5.776%2C5.776%2C0%2C0%2C1-.7-6.32%2C5.684%2C5.684%2C0%2C0%2C1%2C5.483-3.369h2.07V54.039c0-.661%2C0-1.321.066-1.982a10.066%2C10.066%2C0%2C0%2C1%2C6.893-8.963c.639-.242%2C1.321-.4%2C1.982-.595h41.2a12.021%2C12.021%2C0%2C0%2C1%2C6.43%2C3.523q4.559%2C4.922%2C9.227%2C9.756a11.224%2C11.224%2C0%2C0%2C1%2C3.281%2C8.236c-.044%2C4.691%2C0%2C9.4%2C0%2C14.094V79.32c2.378%2C0%2C4.581-.066%2C6.783.022a24.288%2C24.288%2C0%2C0%2C1%2C4.911.507c6.188%2C1.586%2C10.218%2C7.047%2C10.24%2C13.72q.033%2C23.718%2C0%2C47.435c0%2C.44%2C0%2C.881-.044%2C1.321a13.121%2C13.121%2C0%2C0%2C1-6.474%2C10.769A37.188%2C37.188%2C0%2C0%2C1%2C150.233%2C155.274ZM99.143%2C135.829c1.079%2C1.63%2C2.577.683%2C3.92.925v-1.5q0-20.745.022-41.489a17.277%2C17.277%2C0%2C0%2C1%2C.352-3.7%2C13.816%2C13.816%2C0%2C0%2C1%2C13.72-10.681c6.056-.044%2C12.112%2C0%2C18.168%2C0h1.431c-.066-5.946.088-11.782-.066-17.662H124.38c-1.916%2C0-2.422-.507-2.422-2.4V46.068H82.274c-4.691%2C0-7.487%2C2.775-7.487%2C7.443v54.042c0%2C.4.044.771.066%2C1.233h1.3c6.21%2C0%2C12.4-.022%2C18.608%2C0a5.87%2C5.87%2C0%2C0%2C1%2C5.946%2C5.109%2C6.1%2C6.1%2C0%2C0%2C1-1.564%2C5.043c2.268%2C2.863%2C2.2%2C5.682%2C0%2C8.434C101.389%2C130.279%2C101.389%2C132.679%2C99.143%2C135.829ZM158.888%2C117.4V93.943a14.116%2C14.116%2C0%2C0%2C0-.176-2.731c-1.035-5.175-5.219-8.5-10.769-8.522q-15.261-.033-30.5%2C0c-6.607%2C0-11.033%2C4.448-11.055%2C11.055V140.96a11.967%2C11.967%2C0%2C0%2C0%2C.11%2C1.982%2C10.44%2C10.44%2C0%2C0%2C0%2C10.681%2C9.007c10.174.022%2C20.326-.088%2C30.5.044a10.842%2C10.842%2C0%2C0%2C0%2C11.253-11.275C158.756%2C132.966%2C158.888%2C125.17%2C158.888%2C117.4ZM70.911%2C127.548a11.771%2C11.771%2C0%2C1%2C0%2C11.672%2C11.76A11.834%2C11.834%2C0%2C0%2C0%2C70.911%2C127.548Zm11.033-15.239H69.5c-1.784%2C0-2.885.947-2.841%2C2.466.022%2C1.453%2C1.1%2C2.378%2C2.841%2C2.378H94.364c1.784%2C0%2C2.907-.947%2C2.929-2.422%2C0-1.475-1.1-2.422-2.907-2.422Zm.022%2C8.412H69.3a2.435%2C2.435%2C0%2C0%2C0-2.621%2C2.026c-.2%2C1.211.066%2C1.519%2C1.277%2C1.5%2C3.017-.044%2C6.034-.066%2C8.853%2C1.233a1.4%2C1.4%2C0%2C0%2C0%2C.529.066c5.88%2C0%2C11.738.022%2C17.617-.022a2.319%2C2.319%2C0%2C0%2C0%2C2.268-2.665A2.477%2C2.477%2C0%2C0%2C0%2C94.5%2C120.7C90.334%2C120.7%2C86.15%2C120.722%2C81.966%2C120.722Zm-1.057%2C30.1c4.647%2C0%2C9.337.022%2C14.006-.022a2.412%2C2.412%2C0%2C1%2C0-.132-4.823c-3.259-.044-6.518-.022-9.778%2C0a1.224%2C1.224%2C0%2C0%2C0-.881.44C83.045%2C147.852%2C82.032%2C149.306%2C80.909%2C150.825Zm1.277-21.714c.859%2C1.453%2C1.7%2C2.775%2C2.4%2C4.162a1.145%2C1.145%2C0%2C0%2C0%2C1.167.727c2.973-.022%2C5.924%2C0%2C8.9-.022a2.416%2C2.416%2C0%2C0%2C0%2C2.621-2.356%2C2.468%2C2.468%2C0%2C0%2C0-2.533-2.488C90.576%2C129.09%2C86.414%2C129.112%2C82.186%2C129.112Zm3.523%2C13.3c3.149%2C0%2C6.188.044%2C9.227-.022a2.386%2C2.386%2C0%2C0%2C0%2C2.356-2.422%2C2.354%2C2.354%2C0%2C0%2C0-2.378-2.378c-2.819-.066-5.638-.044-8.456-.044a1.729%2C1.729%2C0%2C0%2C0-.484.11C85.864%2C139.242%2C85.8%2C140.761%2C85.709%2C142.413Zm48.624-84.3c-2.995-3.149-5.792-6.122-8.743-9.227v9.227ZM56.42%2C143.977c-.2-.925-.374-1.762-.573-2.643h-2.51C53.293%2C143.8%2C53.8%2C144.241%2C56.42%2C143.977Zm-3.281-6.1h2.643c.154-.837.286-1.652.418-2.466C53.381%2C135.146%2C53.6%2C134.926%2C53.139%2C137.877Zm6.981-9.337a9.1%2C9.1%2C0%2C0%2C0-4.228%2C3.435%2C3.348%2C3.348%2C0%2C0%2C0%2C2.048-.529A26.254%2C26.254%2C0%2C0%2C0%2C60.12%2C128.539Zm-.308%2C21.581c.044-.088.11-.176.154-.264a11.223%2C11.223%2C0%2C0%2C1-1.3-1.608c-.529-.991-1.277-.969-2.312-.529C57.521%2C148.513%2C58.667%2C149.306%2C59.812%2C150.121Z%22%20transform%3D%22translate(990.267%205314.826)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M359.544%2C283.069a10.854%2C10.854%2C0%2C0%2C1-11.253%2C11.275c-10.174-.132-20.326-.022-30.5-.044a10.458%2C10.458%2C0%2C0%2C1-10.681-9.007%2C11.833%2C11.833%2C0%2C0%2C1-.11-1.982V236.1c0-6.607%2C4.448-11.055%2C11.055-11.055q15.261-.033%2C30.5%2C0c5.527%2C0%2C9.734%2C3.325%2C10.769%2C8.522a14.116%2C14.116%2C0%2C0%2C1%2C.176%2C2.731C359.5%2C244.112%2C359.368%2C275.3%2C359.544%2C283.069Zm-26.272-54.262c-5.109%2C0-10.2-.022-15.305%2C0-3.656.022-5.9%2C2.29-5.924%2C5.924%2C0%2C1.872-.022%2C3.744%2C0%2C5.616a5.544%2C5.544%2C0%2C0%2C0%2C5.616%2C5.682c1.872.044%2C3.744.022%2C5.616%2C0%2C1.255-.022%2C2.026-.683%2C2-1.7-.022-.969-.749-1.586-1.96-1.608-1.828-.022-3.678.022-5.505-.022a2.259%2C2.259%2C0%2C0%2C1-2.444-2.488q-.033-2.808%2C0-5.616a2.194%2C2.194%2C0%2C0%2C1%2C2.444-2.466q15.426-.033%2C30.831%2C0c1.674%2C0%2C2.466.815%2C2.51%2C2.533.044%2C1.7.022%2C3.369%2C0%2C5.065%2C0%2C2.224-.749%2C2.995-2.973%2C2.995H331.664c-.4%2C0-.9-.132-1.189.066-.529.374-1.211.881-1.255%2C1.409s.484%2C1.189.925%2C1.63c.242.242.837.2%2C1.255.2%2C5.682%2C0%2C11.385.022%2C17.067%2C0a5.6%2C5.6%2C0%2C0%2C0%2C5.99-5.88c.022-1.7%2C0-3.369%2C0-5.065-.022-4.052-2.224-6.276-6.254-6.276Zm21.383%2C48.272h0c0-2.973.022-5.946-.022-8.919a4.187%2C4.187%2C0%2C0%2C0-3.986-4.316%2C27.024%2C27.024%2C0%2C0%2C0-4.625%2C0%2C4.261%2C4.261%2C0%2C0%2C0-4.008%2C4.426q-.033%2C8.688%2C0%2C17.4a4.752%2C4.752%2C0%2C0%2C0%2C4.889%2C4.867c.881.022%2C1.762%2C0%2C2.643%2C0a4.769%2C4.769%2C0%2C0%2C0%2C5.087-5.109C354.677%2C282.651%2C354.655%2C279.854%2C354.655%2C277.079Zm-15.063-6.893c0-.925.022-1.828%2C0-2.753a3.418%2C3.418%2C0%2C0%2C0-3.391-3.612%2C53.556%2C53.556%2C0%2C0%2C0-5.946%2C0%2C3.318%2C3.318%2C0%2C0%2C0-3.281%2C3.347c-.066%2C1.938-.066%2C3.9%2C0%2C5.836a3.4%2C3.4%2C0%2C0%2C0%2C3.457%2C3.413q2.808.066%2C5.616%2C0a3.481%2C3.481%2C0%2C0%2C0%2C3.523-3.59C339.592%2C271.948%2C339.592%2C271.067%2C339.592%2C270.186Zm0%2C14.028c0-.881.022-1.762%2C0-2.643a3.47%2C3.47%2C0%2C0%2C0-3.546-3.678q-2.742-.1-5.483%2C0a3.4%2C3.4%2C0%2C0%2C0-3.59%2C3.612q-.066%2C2.742%2C0%2C5.483a3.437%2C3.437%2C0%2C0%2C0%2C3.568%2C3.523q2.742.066%2C5.483%2C0a3.525%2C3.525%2C0%2C0%2C0%2C3.568-3.568C339.614%2C286.042%2C339.57%2C285.139%2C339.592%2C284.214Zm-27.549-14.2h0c0%2C.947-.022%2C1.894%2C0%2C2.863a3.437%2C3.437%2C0%2C0%2C0%2C3.435%2C3.546c1.894.066%2C3.81.066%2C5.7%2C0a3.45%2C3.45%2C0%2C0%2C0%2C3.457-3.523c.022-1.894.044-3.81%2C0-5.7a3.232%2C3.232%2C0%2C0%2C0-2.929-3.281%2C48.517%2C48.517%2C0%2C0%2C0-6.695%2C0%2C3.235%2C3.235%2C0%2C0%2C0-2.951%2C3.281C312.021%2C268.094%2C312.043%2C269.063%2C312.043%2C270.01Zm12.6%2C14.226c0-.925.022-1.828%2C0-2.753a3.381%2C3.381%2C0%2C0%2C0-3.391-3.568q-2.907-.132-5.814%2C0a3.381%2C3.381%2C0%2C0%2C0-3.391%2C3.568q-.033%2C2.742%2C0%2C5.483a3.424%2C3.424%2C0%2C0%2C0%2C3.435%2C3.546c1.894.044%2C3.81.044%2C5.7%2C0a3.451%2C3.451%2C0%2C0%2C0%2C3.435-3.546C324.662%2C286.064%2C324.64%2C285.161%2C324.64%2C284.236Zm8.633-22.682h0c.947%2C0%2C1.916.044%2C2.863%2C0a3.4%2C3.4%2C0%2C0%2C0%2C3.435-3.435c.066-1.916.066-3.81%2C0-5.726a3.452%2C3.452%2C0%2C0%2C0-3.347-3.435q-2.973-.1-5.946%2C0A3.3%2C3.3%2C0%2C0%2C0%2C327%2C252.062a61.776%2C61.776%2C0%2C0%2C0%2C0%2C6.386%2C3.242%2C3.242%2C0%2C0%2C0%2C3.171%2C3.061C331.2%2C261.6%2C332.237%2C261.554%2C333.272%2C261.554Zm21.361-6.32h0c0-.991.044-1.982-.022-2.973a3.391%2C3.391%2C0%2C0%2C0-3.347-3.281c-1.938-.044-3.9-.044-5.836%2C0a3.417%2C3.417%2C0%2C0%2C0-3.391%2C3.369c-.044%2C1.938-.044%2C3.9%2C0%2C5.836a3.377%2C3.377%2C0%2C0%2C0%2C3.259%2C3.369c2.026.066%2C4.03.066%2C6.056%2C0a3.347%2C3.347%2C0%2C0%2C0%2C3.281-3.347C354.677%2C257.215%2C354.633%2C256.224%2C354.633%2C255.233Zm-42.59%2C0c0%2C.947-.022%2C1.916%2C0%2C2.863a3.339%2C3.339%2C0%2C0%2C0%2C3.281%2C3.435c2.026.066%2C4.03.066%2C6.056%2C0a3.328%2C3.328%2C0%2C0%2C0%2C3.237-3.369c.044-1.916.044-3.81%2C0-5.726a3.426%2C3.426%2C0%2C0%2C0-3.391-3.479c-1.938-.044-3.9-.044-5.836%2C0a3.417%2C3.417%2C0%2C0%2C0-3.347%2C3.413C312.021%2C253.318%2C312.043%2C254.286%2C312.043%2C255.233Z%22%20transform%3D%22translate(789.655%205172.497)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M103.948%2C428.7A11.76%2C11.76%2C0%2C1%2C1%2C92.1%2C440.371%2C11.82%2C11.82%2C0%2C0%2C1%2C103.948%2C428.7Zm.859%2C13.852c.242-1.035.7-1.453%2C1.608-1.321a1.637%2C1.637%2C0%2C0%2C0%2C.859.022%2C5.462%2C5.462%2C0%2C0%2C0%2C.947-.815%2C9.309%2C9.309%2C0%2C0%2C0-.9-.727%2C2.121%2C2.121%2C0%2C0%2C0-.727-.066c.749-1.123%2C1.409-2.158%2C2.092-3.193.418-.617.617-1.211-.176-1.674-.771-.44-1.123.132-1.475.683-.749%2C1.211-1.5%2C2.444-2.29%2C3.634-.573.881-1.167.881-1.762%2C0-.815-1.189-1.586-2.378-2.356-3.59-.374-.595-.749-1.211-1.542-.7-.771.484-.44%2C1.1-.044%2C1.7.7%2C1.013%2C1.365%2C2.048%2C2.136%2C3.193a4.655%2C4.655%2C0%2C0%2C0-1.277.022%2C3.469%2C3.469%2C0%2C0%2C0-.815.7c.286.286.506.7.837.793a3.377%2C3.377%2C0%2C0%2C0%2C1.409%2C0c.925-.11%2C1.321.374%2C1.5%2C1.321a23.033%2C23.033%2C0%2C0%2C0-2.775.044c-.352.044-.661.484-.991.749.308.264.617.727.969.771a23.694%2C23.694%2C0%2C0%2C0%2C2.819.044v2.312c0%2C.7.352%2C1.145%2C1.057%2C1.1.661-.022.947-.44.925-1.1-.022-.749%2C0-1.5%2C0-2.312a18.21%2C18.21%2C0%2C0%2C0%2C2.488-.044c.33-.044.617-.462.9-.7-.308-.286-.573-.749-.9-.815A23.519%2C23.519%2C0%2C0%2C0%2C104.807%2C442.552Z%22%20transform%3D%22translate(957.23%205013.675)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M141.882%2C359.5h12.442c1.806%2C0%2C2.907.947%2C2.907%2C2.422s-1.123%2C2.422-2.929%2C2.422H129.44c-1.718%2C0-2.8-.925-2.841-2.378-.022-1.52%2C1.057-2.466%2C2.841-2.466Z%22%20transform%3D%22translate(930.329%205067.635)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M141.879%2C397.681h12.552a2.477%2C2.477%2C0%2C0%2C1%2C2.731%2C2.158%2C2.331%2C2.331%2C0%2C0%2C1-2.268%2C2.665c-5.88.044-11.738.022-17.617.022a1.4%2C1.4%2C0%2C0%2C1-.529-.066c-2.819-1.3-5.836-1.3-8.853-1.233-1.211.022-1.453-.308-1.277-1.5a2.42%2C2.42%2C0%2C0%2C1%2C2.621-2.026C133.445%2C397.659%2C137.673%2C397.681%2C141.879%2C397.681Z%22%20transform%3D%22translate(930.353%205037.867)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M191.3%2C517.155c1.1-1.52%2C2.136-2.973%2C3.215-4.4a1.224%2C1.224%2C0%2C0%2C1%2C.881-.44c3.259-.022%2C6.518-.044%2C9.778%2C0a2.412%2C2.412%2C0%2C1%2C1%2C.132%2C4.823C200.637%2C517.2%2C195.969%2C517.155%2C191.3%2C517.155Z%22%20transform%3D%22translate(879.876%204948.497)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M197.1%2C435.78c4.206%2C0%2C8.39-.022%2C12.552.022a2.455%2C2.455%2C0%2C0%2C1%2C2.533%2C2.488%2C2.416%2C2.416%2C0%2C0%2C1-2.621%2C2.356c-2.973.022-5.924%2C0-8.9.022a1.145%2C1.145%2C0%2C0%2C1-1.167-.727C198.8%2C438.555%2C197.959%2C437.234%2C197.1%2C435.78Z%22%20transform%3D%22translate(875.353%205008.158)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M213.1%2C478.928c.088-1.652.154-3.171.22-4.757a3.123%2C3.123%2C0%2C0%2C1%2C.484-.11c2.819%2C0%2C5.638-.044%2C8.456.044a2.4%2C2.4%2C0%2C0%2C1%2C.022%2C4.8C219.288%2C478.972%2C216.249%2C478.928%2C213.1%2C478.928Z%22%20transform%3D%22translate(862.876%204978.312)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M402.943%2C80.727H394.2V71.5C397.129%2C74.605%2C399.948%2C77.578%2C402.943%2C80.727Z%22%20transform%3D%22translate(721.658%205292.212)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M69.242%2C493.943c-2.621.264-3.127-.176-3.061-2.643h2.51C68.867%2C492.181%2C69.044%2C493.018%2C69.242%2C493.943Z%22%20transform%3D%22translate(977.446%204964.86)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M65.2%2C466.36c.462-2.951.242-2.731%2C3.061-2.466-.132.815-.286%2C1.63-.418%2C2.466Z%22%20transform%3D%22translate(978.206%204986.343)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M81.85%2C433.2a21.881%2C21.881%2C0%2C0%2C1-2.2%2C2.885%2C3.348%2C3.348%2C0%2C0%2C1-2.048.529A9.368%2C9.368%2C0%2C0%2C1%2C81.85%2C433.2Z%22%20transform%3D%22translate(968.537%205010.166)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M83.335%2C521.674c-1.145-.793-2.29-1.608-3.435-2.4%2C1.035-.44%2C1.784-.462%2C2.312.529a9.891%2C9.891%2C0%2C0%2C0%2C1.3%2C1.608C83.446%2C521.5%2C83.4%2C521.586%2C83.335%2C521.674Z%22%20transform%3D%22translate(966.743%204943.272)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M275.068%2C186.425H261.855a7.447%2C7.447%2C0%2C0%2C1-1.211-.066%2C1.543%2C1.543%2C0%2C0%2C1-1.343-1.63%2C1.488%2C1.488%2C0%2C0%2C1%2C1.3-1.542%2C7.3%2C7.3%2C0%2C0%2C1%2C1.211-.088h26.867c1.5.022%2C2.246.573%2C2.268%2C1.652.022%2C1.1-.749%2C1.674-2.224%2C1.674H275.068Z%22%20transform%3D%22translate(826.85%205205.189)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M215.222%2C253.383c.484.022.793.044%2C1.123.044.7.022%2C1.233.418%2C1.079%2C1.057a1.79%2C1.79%2C0%2C0%2C1-1.123%2C1.057%2C3.691%2C3.691%2C0%2C0%2C1-1.63.022c-1.123-.132-1.564.484-1.85%2C1.63h3.105c.815-.022%2C1.542.132%2C1.542%2C1.123s-.749%2C1.1-1.564%2C1.1c-.947-.022-1.894%2C0-3.017%2C0%2C0%2C1.057-.022%2C2.07%2C0%2C3.061.022.947-.374%2C1.52-1.321%2C1.5-.925%2C0-1.365-.573-1.343-1.5.022-.991%2C0-1.96%2C0-3.061-1.277%2C0-2.488-.022-3.678%2C0-.815.022-1.409-.22-1.387-1.145.022-.859.595-1.079%2C1.365-1.079%2C1.211.022%2C2.4%2C0%2C3.634%2C0-.2-1.321-.551-1.63-1.762-1.63-.617%2C0-1.255.022-1.872.044-.749.022-1.343-.242-1.365-1.079-.022-.859.529-1.123%2C1.3-1.079.418.022.859%2C0%2C1.5%2C0-1.1-1.63-2.136-3.061-3.017-4.536a2.042%2C2.042%2C0%2C0%2C1-.154-1.674c.44-.9%2C1.564-.771%2C2.18.176%2C1.167%2C1.784%2C2.312%2C3.568%2C3.479%2C5.351.683%2C1.057%2C1.5%2C1.057%2C2.18-.022q1.619-2.477%2C3.171-5.021c.661-1.079%2C1.189-1.343%2C1.982-.859.837.484.9%2C1.123.2%2C2.246C217.137%2C250.476%2C216.213%2C251.885%2C215.222%2C253.383Z%22%20transform%3D%22translate(869.453%205155.651)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M221.561%2C149H207.048a1.684%2C1.684%2C0%2C0%2C1-1.85-1.608c-.022-.969.727-1.652%2C1.894-1.7h28.364c1.7%2C0%2C2.488.529%2C2.51%2C1.63.022%2C1.123-.793%2C1.674-2.444%2C1.674Z%22%20transform%3D%22translate(869.038%205234.353)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M209.37%2C186.464c-.837%2C0-1.7.022-2.533%2C0a1.681%2C1.681%2C0%2C0%2C1-1.74-1.63%2C1.632%2C1.632%2C0%2C0%2C1%2C1.7-1.652c1.718-.044%2C3.457-.044%2C5.175%2C0a1.6%2C1.6%2C0%2C0%2C1%2C1.718%2C1.63c.022.991-.639%2C1.63-1.784%2C1.674C211.066%2C186.486%2C210.229%2C186.464%2C209.37%2C186.464Z%22%20transform%3D%22translate(869.116%205205.15)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M372.8%2C148.964c-.7%2C0-1.387.044-2.092%2C0a1.641%2C1.641%2C0%2C0%2C1-.022-3.281q2.147-.066%2C4.294%2C0a1.641%2C1.641%2C0%2C1%2C1-.088%2C3.281c-.7.022-1.387%2C0-2.092%2C0Z%22%20transform%3D%22translate(741.23%205234.392)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M351.226%2C242.165H366.2c4.052%2C0%2C6.254%2C2.224%2C6.254%2C6.276%2C0%2C1.7.022%2C3.369%2C0%2C5.065a5.589%2C5.589%2C0%2C0%2C1-5.99%2C5.88H349.4c-.44%2C0-1.013.044-1.255-.2-.44-.44-.991-1.123-.925-1.63.044-.507.749-1.035%2C1.255-1.409.286-.2.793-.066%2C1.189-.066h16.516c2.2%2C0%2C2.951-.749%2C2.973-2.995%2C0-1.7.022-3.369%2C0-5.065-.044-1.7-.837-2.533-2.51-2.533q-15.426-.033-30.831%2C0a2.185%2C2.185%2C0%2C0%2C0-2.444%2C2.466q-.033%2C2.808%2C0%2C5.616a2.249%2C2.249%2C0%2C0%2C0%2C2.444%2C2.488c1.828.044%2C3.678%2C0%2C5.505.022%2C1.211.022%2C1.938.639%2C1.96%2C1.608.022%2C1.013-.749%2C1.7-2%2C1.7-1.872.022-3.744.044-5.616%2C0a5.544%2C5.544%2C0%2C0%2C1-5.616-5.682q-.033-2.808%2C0-5.616c.022-3.634%2C2.246-5.9%2C5.924-5.924C341.008%2C242.143%2C346.117%2C242.165%2C351.226%2C242.165Z%22%20transform%3D%22translate(771.7%205159.138)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M478.66%2C414.262c0%2C2.8.022%2C5.572%2C0%2C8.368a4.769%2C4.769%2C0%2C0%2C1-5.087%2C5.109c-.881%2C0-1.762.022-2.643%2C0a4.778%2C4.778%2C0%2C0%2C1-4.889-4.867q-.033-8.688%2C0-17.4a4.232%2C4.232%2C0%2C0%2C1%2C4.008-4.426%2C27.024%2C27.024%2C0%2C0%2C1%2C4.625%2C0%2C4.187%2C4.187%2C0%2C0%2C1%2C3.986%2C4.316c.022%2C2.951%2C0%2C5.924%2C0%2C8.9Zm-3.325-.066V405.85c0-1.3-.242-1.52-1.542-1.542H470.6a1.089%2C1.089%2C0%2C0%2C0-1.233%2C1.211v17.265a1.469%2C1.469%2C0%2C0%2C0%2C1.564%2C1.608c.837.044%2C1.7.022%2C2.532%2C0%2C1.387-.022%2C1.872-.484%2C1.872-1.85Z%22%20transform%3D%22translate(665.65%205035.313)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M410.221%2C407.272c0%2C.881.022%2C1.762%2C0%2C2.643a3.494%2C3.494%2C0%2C0%2C1-3.523%2C3.59q-2.808.066-5.616%2C0a3.412%2C3.412%2C0%2C0%2C1-3.457-3.413c-.066-1.938-.066-3.9%2C0-5.836a3.318%2C3.318%2C0%2C0%2C1%2C3.281-3.347%2C53.571%2C53.571%2C0%2C0%2C1%2C5.946%2C0%2C3.418%2C3.418%2C0%2C0%2C1%2C3.391%2C3.612C410.221%2C405.422%2C410.221%2C406.347%2C410.221%2C407.272Zm-9.249%2C2.929c1.85%2C0%2C3.568.022%2C5.285-.022.22%2C0%2C.595-.418.617-.639q.066-2.312%2C0-4.625a.9.9%2C0%2C0%2C0-.595-.661c-1.74-.044-3.5-.022-5.307-.022C400.972%2C406.237%2C400.972%2C408.131%2C400.972%2C410.2Z%22%20transform%3D%22translate(719.026%205035.411)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M410.143%2C471.323c0%2C.925.022%2C1.828%2C0%2C2.753a3.512%2C3.512%2C0%2C0%2C1-3.568%2C3.568q-2.742.066-5.483%2C0a3.449%2C3.449%2C0%2C0%2C1-3.568-3.523q-.1-2.742%2C0-5.483a3.427%2C3.427%2C0%2C0%2C1%2C3.59-3.612q2.742-.1%2C5.483%2C0a3.482%2C3.482%2C0%2C0%2C1%2C3.545%2C3.678Zm-3.325-2.907h-5.88v5.9c1.806%2C0%2C3.523.022%2C5.241-.022a.885.885%2C0%2C0%2C0%2C.617-.529C406.818%2C472.005%2C406.818%2C470.266%2C406.818%2C468.416Z%22%20transform%3D%22translate(719.104%204985.388)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M329.822%2C407.193c0-.947-.022-1.894%2C0-2.863a3.25%2C3.25%2C0%2C0%2C1%2C2.951-3.281%2C56.577%2C56.577%2C0%2C0%2C1%2C6.695%2C0%2C3.2%2C3.2%2C0%2C0%2C1%2C2.929%2C3.281c.044%2C1.894.022%2C3.81%2C0%2C5.7a3.437%2C3.437%2C0%2C0%2C1-3.457%2C3.523c-1.894.066-3.81.066-5.7%2C0a3.437%2C3.437%2C0%2C0%2C1-3.435-3.546c0-.925.022-1.872.022-2.819Zm3.369%2C2.951h5.858v-5.77h-5.858Z%22%20transform%3D%22translate(771.876%205035.313)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M342.516%2C471.364c0%2C.925.022%2C1.828%2C0%2C2.753a3.464%2C3.464%2C0%2C0%2C1-3.435%2C3.545c-1.894.044-3.81.044-5.7%2C0a3.451%2C3.451%2C0%2C0%2C1-3.435-3.545q-.033-2.742%2C0-5.483a3.355%2C3.355%2C0%2C0%2C1%2C3.391-3.568q2.907-.132%2C5.814%2C0a3.381%2C3.381%2C0%2C0%2C1%2C3.391%2C3.568C342.538%2C469.536%2C342.516%2C470.439%2C342.516%2C471.364Zm-9.205-2.929v5.9c1.784%2C0%2C3.457.022%2C5.131-.022a1.042%2C1.042%2C0%2C0%2C0%2C.7-.683c.066-1.718.022-3.435.022-5.2Z%22%20transform%3D%22translate(771.778%204985.368)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M403.862%2C346.277c-1.035%2C0-2.048.044-3.083%2C0a3.226%2C3.226%2C0%2C0%2C1-3.171-3.061%2C61.776%2C61.776%2C0%2C0%2C1%2C0-6.386%2C3.3%2C3.3%2C0%2C0%2C1%2C3.281-3.105q2.973-.1%2C5.946%2C0a3.452%2C3.452%2C0%2C0%2C1%2C3.347%2C3.435c.066%2C1.916.066%2C3.81%2C0%2C5.726a3.4%2C3.4%2C0%2C0%2C1-3.435%2C3.435c-.991%2C0-1.938-.044-2.885-.044Zm-2.907-9.249v5.836h5.792v-5.836Z%22%20transform%3D%22translate(719.065%205087.773)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M478.58%2C339.937c0%2C.991.044%2C1.982%2C0%2C2.973a3.347%2C3.347%2C0%2C0%2C1-3.281%2C3.347c-2.026.066-4.03.066-6.056%2C0a3.377%2C3.377%2C0%2C0%2C1-3.259-3.369c-.044-1.938-.044-3.9%2C0-5.836a3.432%2C3.432%2C0%2C0%2C1%2C3.391-3.369c1.938-.044%2C3.9-.044%2C5.836%2C0a3.391%2C3.391%2C0%2C0%2C1%2C3.347%2C3.281c.066.991.022%2C1.982.022%2C2.973Zm-3.413%2C2.929v-5.814h-5.814v5.814Z%22%20transform%3D%22translate(665.709%205087.792)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M329.865%2C339.829c0-.947-.022-1.916%2C0-2.863a3.432%2C3.432%2C0%2C0%2C1%2C3.347-3.413c1.938-.066%2C3.9-.044%2C5.836%2C0a3.412%2C3.412%2C0%2C0%2C1%2C3.391%2C3.479c.022%2C1.916.044%2C3.81%2C0%2C5.726a3.329%2C3.329%2C0%2C0%2C1-3.237%2C3.369c-2.026.066-4.03.066-6.056%2C0a3.339%2C3.339%2C0%2C0%2C1-3.281-3.435C329.843%2C341.744%2C329.865%2C340.776%2C329.865%2C339.829Zm9.205%2C2.951v-5.836h-5.814v5.836Z%22%20transform%3D%22translate(771.833%205087.901)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M127.875%2C463.566a15.584%2C15.584%2C0%2C0%2C1%2C2.51.044c.33.044.617.529.9.815-.308.242-.573.661-.9.7a18.057%2C18.057%2C0%2C0%2C1-2.488.044c0%2C.815-.022%2C1.564%2C0%2C2.312.022.661-.264%2C1.079-.925%2C1.1-.727.022-1.057-.4-1.057-1.1v-2.312a23.781%2C23.781%2C0%2C0%2C1-2.819-.044c-.352-.044-.639-.484-.969-.771.33-.264.639-.7.991-.749a23.033%2C23.033%2C0%2C0%2C1%2C2.775-.044c-.176-.947-.573-1.431-1.5-1.321a3.789%2C3.789%2C0%2C0%2C1-1.409%2C0c-.33-.11-.573-.529-.837-.793a3.47%2C3.47%2C0%2C0%2C1%2C.815-.7%2C3.913%2C3.913%2C0%2C0%2C1%2C1.277-.022c-.771-1.167-1.453-2.18-2.136-3.193-.4-.595-.727-1.211.044-1.7.793-.507%2C1.167.11%2C1.542.7.771%2C1.211%2C1.542%2C2.4%2C2.356%2C3.59.617.881%2C1.189.881%2C1.762%2C0%2C.793-1.189%2C1.542-2.422%2C2.29-3.634.352-.551.7-1.123%2C1.475-.683.793.462.595%2C1.057.176%2C1.674-.683%2C1.035-1.365%2C2.07-2.092%2C3.193.33.022.573-.044.727.066a9.318%2C9.318%2C0%2C0%2C1%2C.9.727%2C5.462%2C5.462%2C0%2C0%2C1-.947.815%2C1.637%2C1.637%2C0%2C0%2C1-.859-.022C128.58%2C462.113%2C128.118%2C462.531%2C127.875%2C463.566Z%22%20transform%3D%22translate(934.161%204992.66)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M487.133%2C426.053V434.4c0%2C1.365-.484%2C1.828-1.872%2C1.85-.837.022-1.7.022-2.532%2C0a1.469%2C1.469%2C0%2C0%2C1-1.564-1.608c-.022-5.748%2C0-11.5%2C0-17.265a1.08%2C1.08%2C0%2C0%2C1%2C1.233-1.211c1.057%2C0%2C2.136-.022%2C3.193%2C0%2C1.321.022%2C1.542.242%2C1.542%2C1.542Z%22%20transform%3D%22translate(653.852%205023.457)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M413%2C422.248V416.28c1.806%2C0%2C3.568-.022%2C5.307.022.22%2C0%2C.595.418.595.661q.066%2C2.312%2C0%2C4.625a.9.9%2C0%2C0%2C1-.617.639C416.568%2C422.27%2C414.85%2C422.248%2C413%2C422.248Z%22%20transform%3D%22translate(706.998%205023.363)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M419.08%2C480.6c0%2C1.85.022%2C3.59-.022%2C5.351%2C0%2C.2-.4.529-.617.529-1.718.044-3.435.022-5.241.022v-5.9Z%22%20transform%3D%22translate(706.842%204973.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M345.2%2C422.27V416.5h5.858v5.77Z%22%20transform%3D%22translate(759.867%205023.188)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M345.3%2C480.6h5.88c0%2C1.784.022%2C3.5-.022%2C5.2%2C0%2C.242-.44.661-.7.683-1.674.066-3.369.022-5.131.022C345.3%2C484.476%2C345.3%2C482.538%2C345.3%2C480.6Z%22%20transform%3D%22translate(759.789%204973.204)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M413.1%2C348.9h5.792v5.836H413.1Z%22%20transform%3D%22translate(706.92%205075.901)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M487.214%2C354.914H481.4V349.1h5.814Z%22%20transform%3D%22translate(653.661%205075.745)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M351.114%2C354.936H345.3V349.1h5.814Z%22%20transform%3D%22translate(759.789%205075.745)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M16%2C0A16%2C16%2C0%2C1%2C1%2C0%2C16%2C16%2C16%2C0%2C0%2C1%2C16%2C0Z%22%20transform%3D%22translate(1043%205438)%22%20fill%3D%22%23d7ba41%22%20opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Amultiply%3Bisolation%3Aisolate%22%2F%3E%3Cpath%20d%3D%22M0%2C0H33V44H0Z%22%20transform%3D%22translate(1056%205426)%22%20fill%3D%22%23d7ba41%22%20opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Amultiply%3Bisolation%3Aisolate%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.point .point_list .point02 {
  justify-content: flex-start;
  justify-self: end;
  padding: 1em 1em 1em 240px;
  border-right: 0;
  border-radius: 9999px 0 0 9999px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22189%22%20height%3D%22189%22%20viewBox%3D%220%200%20189%20189%22%3E%3Cg%20transform%3D%22translate(-245%20-5610)%22%3E%3Cpath%20d%3D%22M94.5%2C0A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(245%205610)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M94.5%2C3A92.191%2C92.191%2C0%2C0%2C0%2C76.056%2C4.859%2C90.982%2C90.982%2C0%2C0%2C0%2C43.344%2C18.625a91.776%2C91.776%2C0%2C0%2C0-33.154%2C40.26%2C91.016%2C91.016%2C0%2C0%2C0-5.33%2C17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0%2C36.887%2C90.982%2C90.982%2C0%2C0%2C0%2C13.766%2C32.713%2C91.776%2C91.776%2C0%2C0%2C0%2C40.26%2C33.154%2C91.016%2C91.016%2C0%2C0%2C0%2C17.171%2C5.33%2C92.422%2C92.422%2C0%2C0%2C0%2C36.887%2C0%2C90.982%2C90.982%2C0%2C0%2C0%2C32.713-13.766%2C91.776%2C91.776%2C0%2C0%2C0%2C33.154-40.26%2C91.016%2C91.016%2C0%2C0%2C0%2C5.33-17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0-36.887%2C90.982%2C90.982%2C0%2C0%2C0-13.766-32.713%2C91.776%2C91.776%2C0%2C0%2C0-40.26-33.154%2C91.016%2C91.016%2C0%2C0%2C0-17.171-5.33A92.191%2C92.191%2C0%2C0%2C0%2C94.5%2C3m0-3A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(245%205610)%22%20fill%3D%22%23d7ba41%22%2F%3E%3Cpath%20d%3D%22M167.031%2C140.541c-.969%2C3.158-3.22%2C4.784-6.316%2C5.565a54.232%2C54.232%2C0%2C0%2C0-5.784%2C1.876%2C3.282%2C3.282%2C0%2C0%2C0-1.595%2C1.219A37.987%2C37.987%2C0%2C0%2C1%2C138.8%2C162.8a2.062%2C2.062%2C0%2C0%2C0-1.188%2C1.563c-.688%2C3.908-1.469%2C7.817-2.22%2C11.725a4.284%2C4.284%2C0%2C0%2C1-4.565%2C3.814c-2.533.031-5.065.031-7.629%2C0a4.269%2C4.269%2C0%2C0%2C1-4.534-3.689c-.438-2.095-.813-4.19-1.188-6.159-6.159.125-12.256.25-18.541.344-.313%2C1.595-.688%2C3.5-1.063%2C5.409-.532%2C2.783-2.032%2C4.065-4.815%2C4.1H85.8a4.412%2C4.412%2C0%2C0%2C1-4.784-4c-.688-3.627-1.376-7.285-2.126-10.912a2.2%2C2.2%2C0%2C0%2C0-.907-1.313c-9.5-5.534-15.445-13.569-17.228-24.513-.5-3.1-.532-6.284-.782-9.661-.438-.281-.719.125-1.063.688a12.771%2C12.771%2C0%2C0%2C1-7.66%2C5.972%2C11.909%2C11.909%2C0%2C0%2C1-1.845.25A2.244%2C2.244%2C0%2C0%2C1%2C47%2C135.163v-1.188a2.763%2C2.763%2C0%2C0%2C1%2C2.22-1.251%2C8.5%2C8.5%2C0%2C0%2C0%2C6.378-3.846c-.438-.125-.782-.188-1.094-.313a27.313%2C27.313%2C0%2C0%2C1-3.158-1.188c-3-1.532-3.783-4.127-2.157-6.785%2C1.782-2.876%2C4.846-3.564%2C7.535-1.595A8.392%2C8.392%2C0%2C0%2C1%2C60.1%2C125.19a1.313%2C1.313%2C0%2C0%2C0%2C.406.875c.094-.344.219-.657.281-1A32.986%2C32.986%2C0%2C0%2C1%2C77.109%2C101.49c1.157-.688%2C2.22-.532%2C2.751.406.563.938.219%2C1.876-1%2C2.6-5.972%2C3.6-10.568%2C8.442-12.944%2C15.07-3.439%2C9.661-3.252%2C19.26%2C1.376%2C28.546a28.75%2C28.75%2C0%2C0%2C0%2C12.256%2C12.381%2C5.057%2C5.057%2C0%2C0%2C1%2C2.845%2C4.065c.563%2C3.6%2C1.376%2C7.129%2C2.032%2C10.693a1.21%2C1.21%2C0%2C0%2C0%2C1.407%2C1.188c2.376-.031%2C4.784-.031%2C7.16%2C0%2C.938.031%2C1.313-.375%2C1.47-1.251.313-1.939.719-3.846%2C1.063-5.753.406-2.251%2C1.376-3.064%2C3.627-2.845a76.7%2C76.7%2C0%2C0%2C0%2C18.353-.406c1.751-.25%2C2.939.719%2C3.283%2C2.564.406%2C2.095.844%2C4.221%2C1.188%2C6.347.156%2C1%2C.532%2C1.407%2C1.595%2C1.376%2C2.314-.063%2C4.627-.063%2C6.91%2C0%2C1.063.031%2C1.438-.438%2C1.595-1.407.75-4.1%2C1.563-8.192%2C2.314-12.319a3.384%2C3.384%2C0%2C0%2C1%2C1.845-2.533%2C34.931%2C34.931%2C0%2C0%2C0%2C14.289-13.163%2C5.527%2C5.527%2C0%2C0%2C1%2C3.314-2.47c2.314-.719%2C4.627-1.47%2C6.91-2.189%2C2.126-.688%2C2.783-1.563%2C2.783-3.752v-7.285a3.052%2C3.052%2C0%2C0%2C0-2.376-3.314c-1.407-.469-2.814-.938-4.221-1.376a5.908%2C5.908%2C0%2C0%2C1-4.158-4.1%2C27.333%2C27.333%2C0%2C0%2C0-4.6-8.629c-.219-.281-.5-.563-.813-.969-.219.469-.375.813-.532%2C1.157-1.626%2C4.19-4.846%2C5.909-9.192%2C5.878-8-.031-13.82-5.69-13.945-13.663-.031-2.095.219-4.19.375-6.472-.782-.188-1.72-.438-2.658-.594a.887.887%2C0%2C0%2C0-.688.313c-1.063%2C1.188-2%2C2.5-3.127%2C3.627-1.094%2C1.094-2.376%2C2-3.658%2C3.064.938.281%2C1.813.563%2C2.689.844%2C1.251.438%2C1.72%2C1.251%2C1.407%2C2.282a1.774%2C1.774%2C0%2C0%2C1-2.5%2C1.032%2C46.305%2C46.305%2C0%2C0%2C0-14.289-2.282%2C45.226%2C45.226%2C0%2C0%2C0-13.976%2C2.095c-.375.125-.75.219-1.126.313a1.723%2C1.723%2C0%2C0%2C1-1.032-3.283c.969-.375%2C2-.625%2C3.127-1-.344-.281-.563-.469-.782-.625A23.853%2C23.853%2C0%2C1%2C1%2C121.976%2C74.6c.813%2C1.47.688%2C2.5-.375%2C3.064-1%2C.532-1.845.094-2.689-1.313-4.158-7.129-10.38-10.756-18.635-10.6a20.311%2C20.311%2C0%2C0%2C0-7%2C39.083%2C3.966%2C3.966%2C0%2C0%2C0%2C1.813.188%2C50.6%2C50.6%2C0%2C0%2C1%2C11.912%2C0%2C4.052%2C4.052%2C0%2C0%2C0%2C1.938-.219c7.379-3.345%2C11.537-9.036%2C12.381-17.134a4.829%2C4.829%2C0%2C0%2C1%2C.125-.938%2C1.63%2C1.63%2C0%2C0%2C1%2C1.876-1.376%2C1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.751c-.438%2C2.533-1%2C5.034-1.532%2C7.535a9.042%2C9.042%2C0%2C0%2C1-.5%2C1.313c1.72.25%2C3.158%2C1.094%2C5.034.125a58.631%2C58.631%2C0%2C0%2C1%2C14.038-5.159l1.032-.188c4-.5%2C5.69.75%2C6.316%2C4.815a38.867%2C38.867%2C0%2C0%2C1-.532%2C12.475%2C1.925%2C1.925%2C0%2C0%2C0%2C.406%2C1.532%2C32.349%2C32.349%2C0%2C0%2C1%2C6.972%2C11.819%2C2.693%2C2.693%2C0%2C0%2C0%2C1.97%2C1.938c.907.25%2C1.782.625%2C2.689.813%2C3.1.719%2C5.378%2C2.376%2C6.316%2C5.534C167.031%2C133.35%2C167.031%2C136.946%2C167.031%2C140.541ZM146.114%2C99.989c-.125-1.407-.219-2.814-.406-4.19-.25-1.688-.563-1.876-2.282-1.563-5.128.969-9.88%2C3.1-14.57%2C5.284a2.333%2C2.333%2C0%2C0%2C0-1.157%2C1.595%2C31.425%2C31.425%2C0%2C0%2C0-.438%2C6.159%2C9.309%2C9.309%2C0%2C0%2C0%2C7.848%2C8.973c6.066%2C1.126%2C7.566-.532%2C9.067-4.971A40.7%2C40.7%2C0%2C0%2C0%2C146.114%2C99.989ZM56.6%2C125.627c-.25-1.938-.875-3.252-2.314-4.033-.844-.469-1.595-.125-2.189.875-.532.907-.031%2C1.438.688%2C1.751C53.972%2C124.721%2C55.16%2C125.1%2C56.6%2C125.627Z%22%20transform%3D%22translate(232.485%205577.406)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M338.632%2C269.043a5.726%2C5.726%2C0%2C0%2C1-5.753-5.221%2C1.822%2C1.822%2C0%2C0%2C1%2C1.5-2.157%2C1.7%2C1.7%2C0%2C0%2C1%2C1.97%2C1.657c.25%2C1.469%2C1.032%2C2.251%2C2.251%2C2.22%2C1.219%2C0%2C1.939-.782%2C2.22-2.251a1.709%2C1.709%2C0%2C0%2C1%2C1.907-1.626%2C1.78%2C1.78%2C0%2C0%2C1%2C1.595%2C2.064A5.8%2C5.8%2C0%2C0%2C1%2C338.632%2C269.043Z%22%20transform%3D%22translate(35.996%205440.307)%22%2F%3E%3Cpath%20d%3D%22M213.308%2C113.77a1.6%2C1.6%2C0%2C0%2C0-1.595-1.438%2C1.227%2C1.227%2C0%2C0%2C0-1.063.657c-.969%2C1.782-2.783%2C4.627-4.283%2C6.785-.063.094-.063.063-.219.094h-1.063c-.156-.031-.188%2C0-.25-.094-1.688-2.5-3.377-4.971-4.409-6.753a1.309%2C1.309%2C0%2C0%2C0-1.157-.719%2C1.482%2C1.482%2C0%2C0%2C0-1.47%2C1.438%2C1.306%2C1.306%2C0%2C0%2C0%2C.281.844c3.564%2C5.253%2C3.564%2C5.284%2C3.564%2C5.284s0%2C.031-.219.031c-.75%2C0-1.344-.031-1.751-.031h-.063a1.132%2C1.132%2C0%2C0%2C0-1.157%2C1.157%2C1.161%2C1.161%2C0%2C0%2C0%2C1.251%2C1.188c.875-.031%2C2-.063%2C3.283-.063.125%2C0%2C.281.063.938%2C1.157a1.118%2C1.118%2C0%2C0%2C1%2C.156.719c-.031.125-.031.156-.188.156-1.813%2C0-3.471%2C0-4.252-.031h-.063a1.2%2C1.2%2C0%2C0%2C0%2C.094%2C2.408c1.063-.063%2C2.6-.063%2C4.252-.063.094%2C0%2C.125.063.125.156v3.564a1.4%2C1.4%2C0%2C0%2C0%2C1.5%2C1.407%2C1.313%2C1.313%2C0%2C0%2C0%2C1.438-1.313c0-1.157-.031-2.439-.031-3.627a.115.115%2C0%2C0%2C1%2C.125-.125c1.313%2C0%2C2.6.031%2C3.721.031h.031a1.207%2C1.207%2C0%2C0%2C0%2C1.251-1.219%2C1.183%2C1.183%2C0%2C0%2C0-1.251-1.188h-.031c-.782.031-2.157.031-3.689.031-.125%2C0-.156-.031-.188-.125a1.5%2C1.5%2C0%2C0%2C1%2C.344-1.063l.469-.625c.094-.156.063-.125.281-.156l2.783.031h.031a1.173%2C1.173%2C0%2C0%2C0%2C1.219-1.188%2C1.132%2C1.132%2C0%2C0%2C0-1.219-1.157H209.65c-.094%2C0-.125%2C0-.125-.031s.031-.063.063-.094C213.308%2C114.238%2C213.308%2C114.207%2C213.308%2C113.77Z%22%20transform%3D%22translate(128.834%205542.959)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M20%2C0A20%2C20%2C0%2C1%2C1%2C0%2C20%2C20%2C20%2C0%2C0%2C1%2C20%2C0Z%22%20transform%3D%22translate(310%205646)%22%20fill%3D%22%23d7ba41%22%20opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Amultiply%3Bisolation%3Aisolate%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: left 25px center;
}
.point .point_list .point03 {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22189%22%20height%3D%22189%22%20viewBox%3D%220%200%20189%20189%22%3E%3Cg%20transform%3D%22translate(-1004%20-5891)%22%3E%3Cpath%20d%3D%22M94.5%2C0A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(1004%205891)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M94.5%2C3A92.191%2C92.191%2C0%2C0%2C0%2C76.056%2C4.859%2C90.982%2C90.982%2C0%2C0%2C0%2C43.344%2C18.625a91.776%2C91.776%2C0%2C0%2C0-33.154%2C40.26%2C91.016%2C91.016%2C0%2C0%2C0-5.33%2C17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0%2C36.887%2C90.982%2C90.982%2C0%2C0%2C0%2C13.766%2C32.713%2C91.776%2C91.776%2C0%2C0%2C0%2C40.26%2C33.154%2C91.016%2C91.016%2C0%2C0%2C0%2C17.171%2C5.33%2C92.422%2C92.422%2C0%2C0%2C0%2C36.887%2C0%2C90.982%2C90.982%2C0%2C0%2C0%2C32.713-13.766%2C91.776%2C91.776%2C0%2C0%2C0%2C33.154-40.26%2C91.016%2C91.016%2C0%2C0%2C0%2C5.33-17.171%2C92.422%2C92.422%2C0%2C0%2C0%2C0-36.887%2C90.982%2C90.982%2C0%2C0%2C0-13.766-32.713%2C91.776%2C91.776%2C0%2C0%2C0-40.26-33.154%2C91.016%2C91.016%2C0%2C0%2C0-17.171-5.33A92.191%2C92.191%2C0%2C0%2C0%2C94.5%2C3m0-3A94.5%2C94.5%2C0%2C1%2C1%2C0%2C94.5%2C94.5%2C94.5%2C0%2C0%2C1%2C94.5%2C0Z%22%20transform%3D%22translate(1004%205891)%22%20fill%3D%22%23d7ba41%22%2F%3E%3Cpath%20d%3D%22M174.8%2C109.589a11.006%2C11.006%2C0%2C0%2C0-2.931%2C0c-.435.029-.871.087-1.306.087a.3.3%2C0%2C0%2C1-.29-.29V102.1a.274.274%2C0%2C0%2C1%2C.29-.29%2C6.662%2C6.662%2C0%2C0%2C1%2C1.074.058c.987.029%2C1.625-.116%2C1.974-.929.348-.842-.087-1.364-.784-2.061-1.422-1.422-2.873-2.873-4.3-4.325-2.844-2.844-5.776-5.8-8.707-8.678-.639-.639-1.1-.9-1.509-.9s-.842.29-1.451.929c-.813.842-1.625%2C1.712-2.409%2C2.554-.261.29-.551.58-.813.9a.271.271%2C0%2C0%2C1-.377.029.633.633%2C0%2C0%2C1-.145-.116c-.058-.029-.116-.087-.174-.116a.264.264%2C0%2C0%2C1-.116-.232V66.315c0-1.828-.377-2.206-2.235-2.206H134.6c-1.683%2C0-2.09.406-2.09%2C2.119V84.716a.274.274%2C0%2C0%2C1-.29.29h-1.683c-1.625%2C0-3.164%2C0-4.7-.029a1.789%2C1.789%2C0%2C0%2C1-1.219-.842c-.348-.609-.668-1.19-.958-1.8a22.939%2C22.939%2C0%2C0%2C0-1.248-2.206%2C2.074%2C2.074%2C0%2C0%2C1-.174-2.235c.987-2.264%2C1.916-4.586%2C2.844-6.85.319-.755.609-1.538.929-2.293.639-1.509.493-2.67-.493-3.57-.929-.842-2.032-.929-3.512-.2a8.106%2C8.106%2C0%2C0%2C0-.813.464c-.7.435-1.451.9-2.09.726-.7-.174-1.161-.9-1.654-1.625a7.851%2C7.851%2C0%2C0%2C0-.522-.726%2C3.14%2C3.14%2C0%2C0%2C0-2.177-1.335%2C3.012%2C3.012%2C0%2C0%2C0-2.322%2C1.016c-.58.58-1.161%2C1.161-1.741%2C1.77-.2.232-.435.464-.668.7a.33.33%2C0%2C0%2C1-.232.087.244.244%2C0%2C0%2C1-.2-.116c-.639-.871-1.19-1.6-1.741-2.293a2.961%2C2.961%2C0%2C0%2C0-2.061-1.161%2C2.924%2C2.924%2C0%2C0%2C0-2.177.871%2C11.7%2C11.7%2C0%2C0%2C0-.987%2C1.074%2C5.848%2C5.848%2C0%2C0%2C1-2.554%2C2.061%2C5.741%2C5.741%2C0%2C0%2C1-3.309-.639c-.464-.174-.871-.348-1.306-.464a2.733%2C2.733%2C0%2C0%2C0-3.251.755%2C2.812%2C2.812%2C0%2C0%2C0-.116%2C3.425c1.538%2C2.786%2C3.077%2C5.66%2C4.557%2C8.417l.319.639a.967.967%2C0%2C0%2C0%2C.087.174.267.267%2C0%2C0%2C1-.029.29c-.348.464-.7.929-1.045%2C1.364a24.711%2C24.711%2C0%2C0%2C0-1.683%2C2.322C90.051%2C89.33%2C88.338%2C97.2%2C89.035%2C106.8a7.733%2C7.733%2C0%2C0%2C0%2C.261%2C1.335A10.145%2C10.145%2C0%2C0%2C0%2C99.542%2C115.8h66.406a.258.258%2C0%2C0%2C1%2C.232.145.264.264%2C0%2C0%2C1%2C0%2C.29l-.116.232c-1.161%2C2.38-2.264%2C4.615-3.4%2C6.85a1.323%2C1.323%2C0%2C0%2C1-.58.551c-2.554%2C1.132-5.137%2C2.206-7.6%2C3.28l-1.509.639a.343.343%2C0%2C0%2C1-.29-.029%2C2.116%2C2.116%2C0%2C0%2C1-.2-.174l-.029-.029a1.538%2C1.538%2C0%2C0%2C1-.232-.435%2C8.308%2C8.308%2C0%2C0%2C0-8.33-5.485h-6.3c-6.182%2C0-12.567%2C0-18.836.029a46.982%2C46.982%2C0%2C0%2C0-21.042%2C5.108c-.929.464-1.887.987-2.873%2C1.509l-.871.464a.264.264%2C0%2C0%2C1-.29%2C0%2C.3.3%2C0%2C0%2C1-.145-.261v-3.57a3.178%2C3.178%2C0%2C0%2C0-3.309-3.28c-1.712%2C0-3.425-.029-5.137-.029s-3.4%2C0-5.108.029a3.155%2C3.155%2C0%2C0%2C0-3.28%2C3.28v38.108a3.169%2C3.169%2C0%2C0%2C0%2C3.367%2C3.309c3.367.029%2C6.763.029%2C10.129%2C0a3.153%2C3.153%2C0%2C0%2C0%2C3.338-3.338v-3.338a.274.274%2C0%2C0%2C1%2C.29-.29h10.768c9.2%2C0%2C18.72%2C0%2C28.066-.029a47.118%2C47.118%2C0%2C0%2C0%2C7.952-.639c14.222-2.467%2C25.222-10.042%2C32.71-22.551%2C3.135-5.224%2C5.137-11.406%2C6.3-19.5A5.991%2C5.991%2C0%2C0%2C0%2C174.8%2C109.589ZM95.536%2C69.827c-.145-.348-.29-.639-.551-1.132a.311.311%2C0%2C0%2C1%2C.029-.319.278.278%2C0%2C0%2C1%2C.29-.087l.261.058c1.335.348%2C2.467.668%2C3.6%2C1.016a2.966%2C2.966%2C0%2C0%2C0%2C3.28-.842c.929-.958%2C1.858-1.916%2C2.844-2.931a.33.33%2C0%2C0%2C1%2C.232-.087.244.244%2C0%2C0%2C1%2C.2.116l.2.29c.551.755%2C1.016%2C1.393%2C1.538%2C2a2.994%2C2.994%2C0%2C0%2C0%2C2.09%2C1.219%2C2.863%2C2.863%2C0%2C0%2C0%2C2.148-.871%2C23.151%2C23.151%2C0%2C0%2C0%2C1.654-1.741c.232-.261.435-.493.668-.726a.281.281%2C0%2C0%2C1%2C.406%2C0c.406.406.784.813%2C1.161%2C1.19a12.027%2C12.027%2C0%2C0%2C0%2C2.525%2C2.264c.987.58%2C1.858.087%2C2.9-.493a7.855%2C7.855%2C0%2C0%2C1%2C1.509-.7.317.317%2C0%2C0%2C1%2C.29.058.231.231%2C0%2C0%2C1%2C.058.29%2C1%2C1%2C0%2C0%2C0-.087.348c-.029.087-.058.2-.087.29l-.755%2C1.858c-.842%2C2.032-1.712%2C4.15-2.525%2C6.24a1.2%2C1.2%2C0%2C0%2C1-1.277.9h-.116c-.784-.029-1.6%2C0-2.467%2C0h-1.422a.259.259%2C0%2C0%2C1-.232-.145.343.343%2C0%2C0%2C1-.029-.29c.551-1.161%2C1.074-2.235%2C1.654-3.4l.406-.842c-.871-.435-1.712-.842-2.612-1.306-.174.377-.377.726-.551%2C1.074-.668%2C1.277-1.277%2C2.5-1.858%2C3.744a1.589%2C1.589%2C0%2C0%2C1-1.8%2C1.074%2C2.817%2C2.817%2C0%2C0%2C0-.987%2C0%2C1.462%2C1.462%2C0%2C0%2C1-1.712-1.045c-.406-.929-.842-1.828-1.306-2.757-.174-.377-.377-.755-.551-1.132-.58.29-1.161.58-1.741.842-.261.145-.551.261-.842.406.319.639.61%2C1.248.871%2C1.858.2.435.406.842.58%2C1.277a.288.288%2C0%2C0%2C1-.145.377c-.029.029-.058.029-.087.058a.551.551%2C0%2C0%2C1-.261.087c-2.873.116-2.989.058-4.354-2.467C97.568%2C73.629%2C96.552%2C71.684%2C95.536%2C69.827Zm21.245%2C17.037v25.686a.274.274%2C0%2C0%2C1-.29.29H99.019a7.2%2C7.2%2C0%2C0%2C1-7.227-7.2v-.7c-.058-4.266-.116-8.678%2C1.306-12.887a33.5%2C33.5%2C0%2C0%2C1%2C5.05-9.926%2C3.041%2C3.041%2C0%2C0%2C1%2C2.612-1.277c5.776.058%2C11.638.058%2C17.414%2C0a2.024%2C2.024%2C0%2C0%2C1%2C2.061%2C1.219l.029.029c.406.726.784%2C1.48%2C1.306%2C2.409a.264.264%2C0%2C0%2C1%2C0%2C.29.3.3%2C0%2C0%2C1-.261.145H118.7C117.246%2C84.977%2C116.782%2C85.441%2C116.782%2C86.863ZM132.4%2C112.491a.274.274%2C0%2C0%2C1-.29.29H120.061a.274.274%2C0%2C0%2C1-.29-.29V88.228a.274.274%2C0%2C0%2C1%2C.29-.29h12.045a.274.274%2C0%2C0%2C1%2C.29.29Zm-41.765%2C50.5a.274.274%2C0%2C0%2C1-.29.29H80.009a.274.274%2C0%2C0%2C1-.29-.29V124.8a.274.274%2C0%2C0%2C1%2C.29-.29H90.341a.274.274%2C0%2C0%2C1%2C.29.29Zm55.667-50.53a.312.312%2C0%2C0%2C1-.29.29H135.676a.274.274%2C0%2C0%2C1-.29-.29V67.3a.274.274%2C0%2C0%2C1%2C.29-.29h13.873a.274.274%2C0%2C0%2C1%2C.29.29v1.161c0%2C7.6%2C0%2C15.47.029%2C23.19a2.518%2C2.518%2C0%2C0%2C1-.842%2C2c-1.335%2C1.306-2.7%2C2.641-3.976%2C3.947l-1.335%2C1.335c-.7.7-.987%2C1.219-.668%2C1.974.319.7.871.958%2C1.887.9h1.132a.274.274%2C0%2C0%2C1%2C.29.29C146.357%2C105.642%2C146.357%2C109.008%2C146.3%2C112.462Zm2.554-13.815a.265.265%2C0%2C0%2C1%2C.058-.319q2.264-2.307%2C4.615-4.615c1.538-1.538%2C3.106-3.106%2C4.644-4.673a.263.263%2C0%2C0%2C1%2C.2-.087h0a.264.264%2C0%2C0%2C1%2C.2.087c2.873%2C2.873%2C6.124%2C6.124%2C9.259%2C9.288a.265.265%2C0%2C0%2C1%2C.058.319.279.279%2C0%2C0%2C1-.261.174H149.114A.294.294%2C0%2C0%2C1%2C148.853%2C98.647Zm11.406%2C13.873a.274.274%2C0%2C0%2C1-.29.29h-3.338a.274.274%2C0%2C0%2C1-.29-.29v-5.137a.274.274%2C0%2C0%2C1%2C.29-.29h3.338a.274.274%2C0%2C0%2C1%2C.29.29Zm3.28.232a.274.274%2C0%2C0%2C1-.29-.29v-6.879a1.436%2C1.436%2C0%2C0%2C0-1.451-1.451c-2.293-.029-4.644-.029-6.966%2C0-.929.029-1.451.61-1.451%2C1.654v6.7a.274.274%2C0%2C0%2C1-.29.29c-1.248%2C0-2.322%2C0-3.425-.029a.312.312%2C0%2C0%2C1-.29-.29V102.13a.274.274%2C0%2C0%2C1%2C.29-.29h17.3a.274.274%2C0%2C0%2C1%2C.29.29v10.332a.274.274%2C0%2C0%2C1-.29.29h-3.425Zm13.206%2C3.628c-.087.493-.174.987-.261%2C1.451-.087.522-.174%2C1.016-.261%2C1.538-2.264%2C13.206-9.055%2C23.48-20.171%2C30.533a41.3%2C41.3%2C0%2C0%2C1-22.087%2C6.472c-5.6.029-11.261.058-16.892.058H93.882a.274.274%2C0%2C0%2C1-.29-.29v-1.016c0-7.053%2C0-14.367-.029-21.565a1.691%2C1.691%2C0%2C0%2C1%2C.9-1.625%2C44.472%2C44.472%2C0%2C0%2C1%2C24.119-7.43c6.066-.058%2C12.277-.058%2C18.256-.029h7.314a5.554%2C5.554%2C0%2C0%2C1%2C5.718%2C5.485%2C5.368%2C5.368%2C0%2C0%2C1-1.538%2C3.86%2C5.872%2C5.872%2C0%2C0%2C1-4.208%2C1.683H116.84v2.9h27.079a8.424%2C8.424%2C0%2C0%2C0%2C8.678-6.7%2C1.993%2C1.993%2C0%2C0%2C1%2C1.045-1.074c3.744-1.654%2C6.85-2.989%2C9.694-4.15a3.519%2C3.519%2C0%2C0%2C0%2C1.916-1.8c1.451-3.018%2C3.047-6.24%2C5.2-10.419a3.284%2C3.284%2C0%2C0%2C1%2C4.063-1.77A3.242%2C3.242%2C0%2C0%2C1%2C176.745%2C116.381Z%22%20transform%3D%22translate(974.137%205873.785)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M79.525%2C118.383H76.1v-3.454h3.425L79.5%2C114.9v3.512Z%22%20transform%3D%22translate(974.562%205836.577)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M99.8%2C114.929h3.425v3.454H99.8l.029.029V114.9Z%22%20transform%3D%22translate(957.741%205836.577)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M382.1%2C124.638V121.3h3.367v3.338Z%22%20transform%3D%22translate(757.375%205832.035)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M91.283%2C126.9v3.425H87.829V126.9l-.029.029h3.512Z%22%20transform%3D%22translate(966.258%205828.06)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M385.525%2C76.383H382.1V72.929h3.425L385.5%2C72.9v3.512Z%22%20transform%3D%22translate(757.375%205866.388)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M424.2%2C103.1h3.309v3.4H424.2Z%22%20transform%3D%22translate(727.494%205844.952)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M87.829%2C106.625V103.2h3.454v3.425l.029-.029H87.8Z%22%20transform%3D%22translate(966.258%205844.882)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M76%2C166.567V163.2h3.338v3.367Z%22%20transform%3D%22translate(974.633%205802.296)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M393.829%2C64.625V61.2h3.454v3.425l.029-.029H393.8Z%22%20transform%3D%22translate(749.071%205874.691)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M397.283%2C84.9v3.425h-3.454V84.9l-.029.029h3.512Z%22%20transform%3D%22translate(749.071%205857.87)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M100.1%2C61.1h3.338v3.338H100.1Z%22%20transform%3D%22translate(957.528%205874.763)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M405.8%2C72.929h3.425v3.454H405.8l.029.029V72.9Z%22%20transform%3D%22translate(740.554%205866.388)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M293.7%2C118.6h-1.6v-3.4h1.6Z%22%20transform%3D%22translate(821.254%205836.364)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M310.2%2C115.1h1.567v3.4H310.2Z%22%20transform%3D%22translate(808.407%205836.436)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M292%2C142.567V139.2h1.654v3.367Z%22%20transform%3D%22translate(821.325%205819.33)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M310.2%2C91.1h1.6v3.4h-1.6Z%22%20transform%3D%22translate(808.407%205853.47)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M292.1%2C91h1.6v3.4h-1.6Z%22%20transform%3D%22translate(821.254%205853.541)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M311.7%2C142.5h-1.6v-3.4h1.6Z%22%20transform%3D%22translate(808.478%205819.401)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M100%2C300.379V295.3h3.367v5.079Z%22%20transform%3D%22translate(957.599%205708.536)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M292.2%2C166.567h1.6V163.2h-1.6Z%22%20transform%3D%22translate(821.183%205802.296)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M311.7%2C163.2h-1.6v3.4h1.6Z%22%20transform%3D%22translate(808.478%205802.296)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M239.7%2C163.1h-1.6v3.4h1.6Z%22%20transform%3D%22translate(859.581%205802.366)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M256.1%2C166.567h1.6V163.2h-1.6Z%22%20transform%3D%22translate(846.805%205802.296)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M238.1%2C190.538h1.625V187.2H238.1Z%22%20transform%3D%22translate(859.581%205785.262)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M256.1%2C190.7h1.6v-3.4h-1.6Z%22%20transform%3D%22translate(846.805%205785.19)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M238.1%2C214.6h1.6v-3.4h-1.6Z%22%20transform%3D%22translate(859.581%205768.227)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M256.1%2C214.567h1.6V211.2h-1.6Z%22%20transform%3D%22translate(846.805%205768.227)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M178.826%2C160.661a1.23%2C1.23%2C0%2C0%2C0-1.219-1.1.906.906%2C0%2C0%2C0-.813.493%2C57.617%2C57.617%2C0%2C0%2C1-3.251%2C5.108c-.058.087-.058.058-.145.087h-.813c-.116-.029-.145%2C0-.2-.087-1.277-1.887-2.554-3.744-3.309-5.108a.965.965%2C0%2C0%2C0-.871-.551%2C1.137%2C1.137%2C0%2C0%2C0-1.1%2C1.074%2C1.106%2C1.106%2C0%2C0%2C0%2C.2.639l2.67%2C3.976s0%2C.029-.145.029c-.551%2C0-1.016-.029-1.335-.029h-.029a.836.836%2C0%2C0%2C0-.871.871.872.872%2C0%2C0%2C0%2C.929.9c.639-.029%2C1.509-.029%2C2.467-.029.087%2C0%2C.2.029.7.871a.863.863%2C0%2C0%2C1%2C.116.522c-.029.087-.029.116-.145.116-1.364%2C0-2.612%2C0-3.193-.029h-.029a.844.844%2C0%2C0%2C0-.871.9.863.863%2C0%2C0%2C0%2C.929.929c.813-.029%2C1.945-.029%2C3.193-.029.087%2C0%2C.087.029.087.116V173a1.058%2C1.058%2C0%2C0%2C0%2C1.132%2C1.045%2C1.006%2C1.006%2C0%2C0%2C0%2C1.1-.987c0-.871-.029-1.828-.029-2.728a.077.077%2C0%2C0%2C1%2C.087-.087c.987%2C0%2C1.945.029%2C2.786.029h.029a.914.914%2C0%2C1%2C0%2C0-1.828h-.029c-.58.029-1.625.029-2.786.029a.134.134%2C0%2C0%2C1-.145-.087%2C1.062%2C1.062%2C0%2C0%2C1%2C.261-.813l.348-.493c.087-.116.058-.087.2-.116l2.09.029h.029a.891.891%2C0%2C0%2C0%2C.929-.9.87.87%2C0%2C0%2C0-.929-.871h-.9c-.087%2C0-.087%2C0-.087-.029s.029-.029.029-.087C178.826%2C161.009%2C178.826%2C160.98%2C178.826%2C160.661Z%22%20transform%3D%22translate(909.974%205804.922)%22%20fill%3D%22%231c2569%22%2F%3E%3Cpath%20d%3D%22M8%2C0H23a8%2C8%2C0%2C0%2C1%2C8%2C8v8A18%2C18%2C0%2C0%2C1%2C13%2C34H8a8%2C8%2C0%2C0%2C1-8-8V8A8%2C8%2C0%2C0%2C1%2C8%2C0Z%22%20transform%3D%22translate(1066%205954.5)%22%20fill%3D%22%23d7ba41%22%20opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Amultiply%3Bisolation%3Aisolate%22%2F%3E%3Cpath%20d%3D%22M8%2C0H19a8%2C8%2C0%2C0%2C1%2C0%2C16H8A8%2C8%2C0%2C0%2C1%2C8%2C0Z%22%20transform%3D%22translate(1070%205938.5)%22%20fill%3D%22%23d7ba41%22%20opacity%3D%220.5%22%20style%3D%22mix-blend-mode%3Amultiply%3Bisolation%3Aisolate%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.point .point_list li + li {
  margin-top: 50px;
}
.point .point_list li .point_sp {
  display: none;
}
.point .point_list li dt svg {
  margin-right: 20px;
}
.point .point_list li dd {
  color: #1c2569;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .point .point_list li dl {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 750px;
  }
  .point .point_list li dt {
    width: 135px;
  }
}
@media screen and (max-width: 599px) {
  .point {
    padding: 60px 0 0;
  }
  .point .point_list li {
    min-height: 155px;
    padding: 1em 140px 1em 1.5em;
    background-position: right 15px center;
    background-size: 113px auto;
  }
  .point .point_list li + li {
    margin-top: 45px;
  }
  .point .point_list .point02 {
    padding: 1em 1em 1em 150px;
    background-position: left 15px center;
  }
  .point .point_list li .point_pc {
    display: none;
  }  
  .point .point_list li .point_sp {
    display: block;
  }  
  .point .point_list li dt {
    margin-bottom: 1em;
  }
  .point .point_list li dd {
    font-size: 18px;
  }
  .point .point_list li dd span {
    display: inline-block;
  }
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn {
  padding-top: 80px;
}
.canlearn .canlearn_list li {
  padding: 30px 20px;
  background: #fff;
  border: 2px solid #d7ba41;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.canlearn .canlearn_list li .img {
  position: relative;
}
.canlearn .canlearn_list li .img::before {
  position: absolute;
  top: -14px;
  left: -8px;
  width: 44px;
  height: 44px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2247%22%20viewBox%3D%220%200%2047%2047%22%3E%3Cg%20transform%3D%22translate(-396.656%20-6272.656)%22%3E%3Cpath%20d%3D%22M20.5%2C0A20.5%2C20.5%2C0%2C1%2C1%2C0%2C20.5%2C20.5%2C20.5%2C0%2C0%2C1%2C20.5%2C0Z%22%20transform%3D%22translate(399.656%206275.656)%22%20fill%3D%22%23d7ba41%22%2F%3E%3Cpath%20d%3D%22M20.5%2C0A20.5%2C20.5%2C0%2C1%2C0%2C41%2C20.5%2C20.5%2C20.5%2C0%2C0%2C0%2C20.5%2C0m0-3A23.494%2C23.494%2C0%2C0%2C1%2C37.117%2C37.117%2C23.5%2C23.5%2C0%2C1%2C1%2C11.352-1.152%2C23.356%2C23.356%2C0%2C0%2C1%2C20.5-3Z%22%20transform%3D%22translate(399.656%206275.656)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M-85.335-72.919a2.128%2C2.128%2C0%2C0%2C0-1.461.648l-9.669%2C9.723-5.521-5.551a2.128%2C2.128%2C0%2C0%2C0-3.009-.008A2.128%2C2.128%2C0%2C0%2C0-105-65.1l7.029%2C7.068a2.128%2C2.128%2C0%2C0%2C0%2C1.509.627%2C2.128%2C2.128%2C0%2C0%2C0%2C1.509-.627l11.178-11.24a2.128%2C2.128%2C0%2C0%2C0%2C.47-2.356%2C2.128%2C2.128%2C0%2C0%2C0-2.026-1.292Z%22%20transform%3D%22translate(514.536%206363.192)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.canlearn .canlearn_list li .img img {
  border-radius: 5px;
}
.canlearn .canlearn_list li .img_sp {
  display: none;
}
.canlearn .canlearn_list li .txt {
  margin-top: 1em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.canlearn .difference {
  padding: 100px 4% 45px;
  text-align: center;
}
.canlearn .difference p + p {
  margin-top: 1.5em;
}
.canlearn .difference .antonym {
  font-size: 34px;
  font-weight: bold;
  line-height: 2;
}
.canlearn .difference .antonym span {
  display: inline-block;
  padding: 0 0.5em;
  background: #d7ba41;
  border-radius: 5px;
  line-height: 1.6;
}
.canlearn .difference .difference_img {
  width: 273px;
  margin-top: 15px;
}
@media screen and (min-width: 600px) {
  .canlearn .canlearn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 130px;
  }
  .canlearn .canlearn_list li {
    width: 31%;
    margin: 0 1%;
  }
  .canlearn .canlearn_list li:nth-child(n + 4) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .canlearn {
    padding-top: 60px;
  }
  .canlearn .canlearn_list {
    width: 92%;
    margin: 0 auto 100px;
  }
  .canlearn .canlearn_list li + li {
    margin-top: 40px;
  }
  .canlearn .canlearn_list li .img_sp {
    display: block;
  }
  .canlearn .canlearn_list li .img_pc {
    display: none;
  }
  .canlearn .canlearn_list li .txt {
    font-size: 20px;
  }
  .canlearn .difference {
    padding: 80px 4% 45px;
  }
  .canlearn .difference .antonym {
    font-size: 26px;
  }
}

/* ------------------------------
feature
------------------------------ */
.feature {
  padding-top: 80px;
}
.feature .inner {
  padding-top: 0;
}
.feature .feature_list_box {
  padding: 80px 4%;
  background: #fff;
  border-radius: 10px;
}
.feature .feature_list {
  max-width: 530px;
  margin: 0 auto;
}
.feature .feature_list li {
  min-height: 41px;
  padding-left: 70px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2241%22%20height%3D%2241%22%20viewBox%3D%220%200%2041%2041%22%3E%3Cg%20transform%3D%22translate(-399.656%20-6275.656)%22%3E%3Cpath%20d%3D%22M20.5%2C0A20.5%2C20.5%2C0%2C1%2C1%2C0%2C20.5%2C20.5%2C20.5%2C0%2C0%2C1%2C20.5%2C0Z%22%20transform%3D%22translate(399.656%206275.656)%22%20fill%3D%22%23d7ba41%22%2F%3E%3Cpath%20d%3D%22M-85.335-72.919a2.128%2C2.128%2C0%2C0%2C0-1.461.648l-9.669%2C9.723-5.521-5.551a2.128%2C2.128%2C0%2C0%2C0-3.009-.008A2.128%2C2.128%2C0%2C0%2C0-105-65.1l7.029%2C7.068a2.128%2C2.128%2C0%2C0%2C0%2C1.509.627%2C2.128%2C2.128%2C0%2C0%2C0%2C1.509-.627l11.178-11.24a2.128%2C2.128%2C0%2C0%2C0%2C.47-2.356%2C2.128%2C2.128%2C0%2C0%2C0-2.026-1.292Z%22%20transform%3D%22translate(514.536%206363.192)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  border-bottom: 2px dashed #44a1c5;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.4;
}
@media screen and (max-width: 599px) {
  .feature {
    padding-top: 60px;
  }
  .feature .feature_list_box {
    padding: 30px 4%;
  }
  .feature .feature_list li {
    min-height: 32px;
    padding-left: 52px;
    background-size: 30.83px auto;
    font-size: 16px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher .inner {
  padding-top: 40px;
  background: linear-gradient(to bottom, transparent 20%, #fff 20%, #fff 40%, transparent 40%);
}
.teacher h2 {
  position: relative;
  padding: 1.3em 0;
  background: #fff;
  border-radius: 10px 10px 0 0;
  color: #1c2569;
  font-size: 34px;
  text-align: center;
}
.teacher h2::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #1c2569;
  content: '';
}
.teacher h2 span {
  position: inherit;
  z-index: 2;
  padding: 0 1em;
  background: #fff;
}
.teacher .profile_outer {
  padding: 0 5% 60px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.teacher .profile_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.teacher .profile_box dt {
  max-width: 200px;
}
.teacher .profile_box .name {
  font-size: 24px;
}
.teacher .profile_box .name span {
  margin-left: 0.5em;
  font-size: 20px;
}
.teacher .profile_box .career_pc {
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .teacher .profile_box .career_sp {
    display: none;
  }
  .teacher .profile_box dt {
    width: 20%;
    max-width: 200px;
  }
  .teacher .profile_box dd {
    width: 75%;
    text-align: left;
  }
  .teacher .btn_profile {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .teacher .inner {
    padding-top: 0px;
  }
  .teacher h2 {
    font-size: 20px;
  }
  .teacher .profile_outer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }
  .teacher .profile_box dt {
    width: 45%;
  }
  .teacher .profile_box dd {
    width: 53%;
  }
  .teacher .profile_box .name {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .teacher .profile_box .name span {
    display: block;
    margin-left: 0;
    font-size: 14px;
  }
  .teacher .profile_box .career_pc {
    display: none;
  }
  .teacher .profile_box .career_sp {
    margin-top: 1em;
    font-size: 12px;
    text-align: center;
  }
  .teacher .sp_non {
    display: none;
  }
  .teacher .btn_profile {
    position: relative;
    margin: 10px auto 0;
    width: 26px;
    height: 26px;
    border: 2px solid #ea5520;
    border-radius: 50%;
    text-align: center;
  }
  .teacher .btn_profile::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .btn_profile::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 16px;
    width: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .teacher_detail {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 90%;
    padding: 30px 5% 20px;
    border-radius: 15px;
    background: #fff;
  }
  .teacher .teacher_detail .btn_close {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 34px;
    height: 34px;
    border: 2px solid #ea5520;
    border-radius: 50%;
  }
  .teacher .teacher_detail .btn_close span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .teacher .teacher_detail .btn_close span::before,
  .teacher .teacher_detail .btn_close span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 3px;
    border-radius: 9999px;
    background: #ea5520;
    content: '';
  }
  .teacher .teacher_detail .btn_close span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .teacher .teacher_detail .btn_close span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .teacher .teacher_detail figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .teacher .teacher_detail figure img {
    width: 50%;
  }
  .teacher .teacher_detail figure figcaption {
    width: 40%;
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
  }
  .teacher .teacher_detail figure figcaption span {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .teacher .teacher_detail .profile {
    margin-top: 1em;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for {
  position: relative;
  padding-bottom: 80px;
}
.recommended_for .recommended_list {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.recommended_for .recommended_list li {
  width: 100%;
  margin-bottom: 20px;
  padding: 1em;
  background: #fff;
  border: 1px solid;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.recommended_for .recommended_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 231px;
}
@media screen and (min-width: 890px) {
  .recommended_for .recommended_list li {
    max-width: 406px;
  }
  .recommended_for .recommended_list li:nth-child(odd) {
    float: left;
  }
  .recommended_for .recommended_list li:nth-child(even) {
    float: right;
  }
  .recommended_for .recommended_list li:nth-child(1) {
    padding: 1em 0.7em;
  }
  .recommended_for .recommended_list li:nth-child(1),
  .recommended_for .recommended_list li:nth-child(4),
  .recommended_for .recommended_list li:nth-child(5),
  .recommended_for .recommended_list li:nth-child(8),
  .recommended_for .recommended_list li:nth-child(9) {
    border-color: #2681c4;
    color: #2681c4;
  }
  .recommended_for .recommended_list li:nth-child(2),
  .recommended_for .recommended_list li:nth-child(3),
  .recommended_for .recommended_list li:nth-child(6),
  .recommended_for .recommended_list li:nth-child(7) {
    border-color: #e16f4e;
    color: #e16f4e;
  }
}
@media screen and (max-width: 1079px) {
  .recommended_for .recommended_img {
    width: 150px;
  }
}
@media screen and (max-width: 989px) {
  .recommended_for {
    padding-bottom: 180px;
  }
  .recommended_for .recommended_img {
    width: 143px;
  }
}
@media screen and (max-width: 889px) {
  .recommended_for .recommended_list li:nth-child(odd) {
    border-color: #2681c4;
    color: #2681c4;
  }
  .recommended_for .recommended_list li:nth-child(even) {
    border-color: #e16f4e;
    color: #e16f4e;
  }
}
@media screen and (max-width: 599px) {
  .recommended_for .recommended_list li {
    margin-bottom: 12px;
    padding: 1em;
    font-size: 14px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .inner {
  padding: 175px 0 80px;
}
.entry  .entry_box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry h2 {
  position: relative;
  padding-bottom: 25px;
  background: #1c2569;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.entry h2::before {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 652px;
  height: 544px;
  background: linear-gradient(to bottom, #1c2569, #1c2569 20%, transparent 20%, transparent 100%);
  border-radius: 50%;
  content: '';
}
.entry h2::after {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  content: '';
}
.entry h2 .ttl_inner {
  display: block;
  position: inherit;
  z-index: 2;
  width: 100%;
  padding-bottom: 0.6em;
  border-bottom: 3px solid #d7ba41;
}
.entry .entry_body {
  position: relative;
  padding: 0 28px 45px;
  background: #fff;
}
.entry .entry_body::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 94.5%;
  height: calc(100% - 45px);
  border: 2px solid #1c2569;
  border-top: none;
  border-radius: 0 0 8px 8px;
  content: '';
}
.entry .entry_body_inner {
  width: 92%;
  max-width: 690px;
  margin: 0 auto;
  padding: 55px 0 70px;
}
.entry .entry_body .txt {
  margin-top: 1.8em;
}
.entry .entry_body .detail_list {
  display: grid;
  grid-template-columns: 10em auto;
  margin-top: 2em;
  border-top: 1px solid #1c2569;
  border-bottom: 1px solid #1c2569;
}
.entry .entry_body .detail_list dt,
.entry .entry_body .detail_list dd {
  padding: 1.5em;
}
.entry .entry_body .detail_list dt {
  background: rgba(28, 37, 105, 0.1);
  text-align: center;
}
.entry .entry_body .detail_list dt:not(:first-of-type),
.entry .entry_body .detail_list dd:not(:first-of-type) {
  border-top: 1px dashed #1c2569;
}
.entry .btn_area {
  margin-top: 35px;
  text-align: center;
}
.entry .entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #e16f4e;
  font-size: 14px;
  line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #1c236d;
  content: '';
}
.entry .entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.entry .btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 324px;
  margin: 10px auto 0;
  padding: 1em 40px 1em 60px;
  background-color: #e60012;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.04%22%20height%3D%2234.839%22%20viewBox%3D%220%200%2036.04%2034.839%22%3E%3Cg%20transform%3D%22translate(-16%20-40)%22%3E%3Cpath%20d%3D%22M51.439%2C41.8h-1.8V40.6a.6.6%2C0%2C0%2C0-.6-.6H36.423a3%2C3%2C0%2C0%2C0-2.4%2C1.2%2C3%2C3%2C0%2C0%2C0-2.4-1.2H19a.6.6%2C0%2C0%2C0-.6.6v1.2H16.6a.6.6%2C0%2C0%2C0-.6.6V65.829a.6.6%2C0%2C0%2C0%2C.6.6H41.228v6.607a1.8%2C1.8%2C0%2C0%2C0%2C1.8%2C1.8h2.4a1.8%2C1.8%2C0%2C0%2C0%2C1.8-1.8V66.429h4.2a.6.6%2C0%2C0%2C0%2C.6-.6V42.4A.6.6%2C0%2C0%2C0%2C51.439%2C41.8ZM19.6%2C61.624H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.7%2C1.2H19.6Zm23.842-9.611h1.571l.788%2C2.4H42.658Zm.394-1.2.392-1.195.392%2C1.195ZM41.228%2C62.825h-6.5a1.8%2C1.8%2C0%2C0%2C1%2C1.7-1.2h4.805Zm1.2-7.208h1.2V67.631h-1.2Zm0%2C13.215h3.6v1.2h-3.6Zm3.6-1.2h-1.2V55.617h1.2Zm1.2-6.007h1.2v1.2h-1.2ZM36.423%2C41.2H48.436V60.423h-1.2V55.017c0-.01%2C0-.02%2C0-.031s0-.015%2C0-.023a.6.6%2C0%2C0%2C0-.009-.062.006.006%2C0%2C0%2C0%2C0%2C0%2C.586.586%2C0%2C0%2C0-.018-.067v0L45.372%2C49.24a1.2%2C1.2%2C0%2C0%2C0-2.281%2C0l-1.833%2C5.589v0a.583.583%2C0%2C0%2C0-.018.067.006.006%2C0%2C0%2C1%2C0%2C0%2C.6.6%2C0%2C0%2C0-.009.062c0%2C.008%2C0%2C.015%2C0%2C.023s0%2C.02%2C0%2C.031v5.406H36.423a2.987%2C2.987%2C0%2C0%2C0-1.8.6V43A1.8%2C1.8%2C0%2C0%2C1%2C36.423%2C41.2ZM19.6%2C41.2H31.617a1.8%2C1.8%2C0%2C0%2C1%2C1.8%2C1.8V61.025a2.988%2C2.988%2C0%2C0%2C0-1.8-.6H19.6ZM17.2%2C65.228V43h1.2V63.426a.6.6%2C0%2C0%2C0%2C.6.6H41.228v1.2Zm28.832%2C7.809a.6.6%2C0%2C0%2C1-.6.6h-2.4a.6.6%2C0%2C0%2C1-.6-.6v-1.8h3.6Zm4.805-7.809h-3.6v-1.2h1.8a.6.6%2C0%2C0%2C0%2C.6-.6V43h1.2Z%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C209.2h6.007a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M194.4%2C208h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-162.785%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M143.208%2C272.6a.6.6%2C0%2C0%2C0-.6-.6H136.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h6.007A.6.6%2C0%2C0%2C0%2C143.208%2C272.6Z%22%20transform%3D%22translate(-110.99%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M82.4%2C272H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2Z%22%20transform%3D%22translate(-59.195%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C241.2H90.812a.6.6%2C0%2C0%2C0%2C0-1.2H80.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-59.195%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C177.2h5.406a.6.6%2C0%2C1%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C145.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M336.6%2C81.2h6.007a.6.6%2C0%2C1%2C0%2C0-1.2H336.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-295.973%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C81.2h1.8a.6.6%2C0%2C1%2C0%2C0-1.2h-1.8a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C145.2h4.805a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C113.2h10.211a.6.6%2C0%2C0%2C0%2C0-1.2H280.6a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C209.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-155.386)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C273.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-214.581)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C241.2h3a.6.6%2C0%2C0%2C0%2C0-1.2h-3a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-184.983)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M280.6%2C177.2h4.2a.6.6%2C0%2C0%2C0%2C0-1.2h-4.2a.6.6%2C0%2C0%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-244.178%20-125.789)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C83.6H83a.6.6%2C0%2C0%2C0%2C.6-.6V80.6A.6.6%2C0%2C0%2C0%2C83%2C80H80.6a.6.6%2C0%2C0%2C0-.6.6V83A.6.6%2C0%2C0%2C0%2C80.6%2C83.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M80.6%2C147.6H83a.6.6%2C0%2C0%2C0%2C.6-.6v-2.4a.6.6%2C0%2C0%2C0-.6-.6H80.6a.6.6%2C0%2C0%2C0-.6.6V147A.6.6%2C0%2C0%2C0%2C80.6%2C147.6Zm.6-2.4h1.2v1.2H81.2Z%22%20transform%3D%22translate(-59.195%20-96.191)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C113.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-66.594)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M144.6%2C81.2h5.406a.6.6%2C0%2C0%2C0%2C0-1.2H144.6a.6.6%2C0%2C1%2C0%2C0%2C1.2Z%22%20transform%3D%22translate(-118.389%20-36.997)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: 20px 19px;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d7d7d7;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}
.entry .btn_entry::before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.entry .btn_entry::after {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}
.entry .btn_entry:hover {
  opacity: 0.8;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .entry .inner {
    width: 100%;
    padding: 120px 0 60px;
  }
  .entry h2 {
    padding-bottom: 15px;
    border-radius: 3px 3px 0 0;
  }
  .entry h2::before {
    top: -45px;
    width: 285px;
    height: 204px;
    background: linear-gradient(to bottom, #1c2569, #1c2569 30%, transparent 30%, transparent 100%);
  }
  .entry h2::after {
    top: -30px;
    width: 14px;
    height: 14px;
    border-width: 1px;
  }
  .entry h2 .ttl_inner {
    border-width: 2px;
  }
  .entry .entry_body {
    padding: 0 2.75% 45px;
  }
  .entry .entry_body_inner {
    padding: 45px 0 50px;
  }
  .entry .btn_entry {
    max-width: none;
    font-size: 17px;
  }
}

/* ------------------------------
juko_kiyaku
------------------------------ */
.juko_kiyaku_area {
  margin-top: 40px;
  padding: 0 25px 0 0;
  background: #fff;
  border: 25px solid #fff;
  border-right: none;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 599px) {
  .entry .juko_kiyaku_area {
    width: 96%;
    margin: 35px auto 0;
    padding: 0 20px 0 0;
    border: 15px solid #fff;
    border-right: none;
    height: 245px;
  }
}

/* ------------------------------
modal
------------------------------ */
.modal_wrap {
  display: none;
}
@media screen and (max-width: 599px) {
  .modal_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .modal_wrap .modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(68, 161, 197, 0.5);
  }
}
