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

  Style Info: /school/lp/goichi.html setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}

body {
  color: #333;
  font-size: 16px;
}

img {
  max-width: 100%;
}

section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (max-width: 599px) {
  section .inner {
    padding: 50px 0;
  }
}

/* ------------------------------
display
------------------------------ */
.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;
  }
  .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;
  }
}

/* ------------------------------
background
------------------------------ */
.bg_lblue {
  background-color: rgba(98, 118, 163, 0.1);
}
.bg_blue_grd {
  background: linear-gradient(to bottom, #ecf2f8 0%,#ecf2f8 30%,#ffffff 100%);
}
.bg_yellow_grd {
  background: linear-gradient(to bottom, #f7f2de 0%,#ffffff 100%);
}

/* ------------------------------
text
------------------------------ */
.txt_bold {
  font-weight: bold;
}
.txt_gold {
  color: #c0ad7b;
}
.txt_strong_01 {
  background: linear-gradient(transparent 40%, rgba(229, 212, 134, 0.5) 40%);
  font-weight: bold;
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  margin-bottom: 1.5em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.heading_01.txt_white {
  color: #fff;
}
.heading_01 .strong {
  color: #b49c71;
  font-size: 42px;
}
.heading_01 .strong .txt_s {
  font-size: 36px;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 24px;
  }
  .heading_01 .strong {
    font-size: 30px;
  }
  .heading_01 .strong .txt_s {
    font-size: 24px;
  }
}

/* heading_02 */
.heading_02 {
  position: relative;
  width: 100%;
  max-width: 406px;
  margin: 0 auto 2em;
  padding-bottom: 0.5em;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.heading_02::before,
.heading_02::after {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #333;
  content: '';
}
.heading_02::before {
  width: 45px;
  left: 0;
}
.heading_02::after {
  width: 342px;
  right: 0;
}
.heading_02 .deco::before {
  position: absolute;
  bottom: -30px;
  left: 48px;
  transform: rotate(-20deg);
  height: 31px;
  border-left: 2px solid #333;
  content: '';
}
.heading_02 .strong {
  color: #b49c71;
  font-size: 42px;
}
@media screen and (max-width: 599px) {
  .heading_02 {
    font-size: 24px;
  }
  .heading_02::before {
    width: 10%;
  }
  .heading_02::after {
    width: 85%;
  }
  .heading_02 .deco::before {
    bottom: -24px;
    left: 10.8%;
    height: 25px;
  }
  .heading_02 .strong {
    font-size: 30px;
  }
  .heading_02 .txt_l_sp {
    font-size: 30px;
  }
}

/* ------------------------------
button
------------------------------ */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 1em;
  background: linear-gradient(135deg, #da5a3a 0%,#e24667 100%);
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  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_btn */
.fixed-btn {
  min-height: 80px;
  padding: 10px 70px 10px 10px;
}
.fixed-btn .btn_01 {
  font-weight: normal;
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  min-height: 728px;
  padding-bottom: 32px;
  background: url(/school/image/lp/goichi/mv.png) #333 no-repeat bottom 32px right / cover;
  color: #fff;
}
.mv::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #44a1c5 0%, #44a1c5 15%, #5e76a7 15%, #5e76a7 29%, #7e678d 29%, #7e678d 43%, #c36380 43%, #c36380 57%, #e16f4e 57%, #e16f4e 71%, #d7ba41 71%, #d7ba41 85%, #8a9f55 85%, #8a9f55 100%);
  content: '';
}
.mv .mv_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.mv h1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 41px;
  line-height: 1.5;
  letter-spacing: 0.3em;
}
.mv h1 .txt_m {
  font-size: 43px;
}
.mv h1 .txt_l {
  font-size: 52px;
}
.mv h1 .txt_ll {
  font-size: 64px;
}
.mv h1 .brackets {
  display: inline-block;
  position: relative;
  margin: 0 0.2em 0.4em 0;
  padding: 0.5em 0 0.15em;
  line-height: 1.4;
}
.mv h1 .brackets::before,
.mv h1 .brackets::after {
  position: absolute;
  width: 38px;
  height: 19px;
  content: '';
}
.mv h1 .brackets::before {
  top: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.mv h1 .brackets::after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.mv .catch {
  display: inline-block;
  padding: 80px 0.7em 50px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22167.157%22%20height%3D%2251.195%22%20viewBox%3D%220%200%20167.157%2051.195%22%3E%3Cg%20transform%3D%22translate(0.001%200.001)%22%3E%3Cpath%20d%3D%22M15.309%2C45.889c4.459.293%2C5.74-5.339%2C4.218-8.687-.953-2.64-3.437-3.936-6.117-4.154A11.343%2C11.343%2C0%2C0%2C0%2C3.019%2C38.222C.278%2C42.934%2C2.24%2C49.55%2C6.26%2C53.014A14.678%2C14.678%2C0%2C0%2C0%2C13.7%2C56.385c20.24%2C2.564%2C40.689-3.05%2C59.223-10.906%2C2.306-1%2C5.6-2.61%2C7.883-3.755a206.681%2C206.681%2C0%2C0%2C1%2C41.316-15.159c8.948-2.026%2C18.3-4.1%2C27.527-2.6%2C5.563%2C1.13%2C10.992%2C3.98%2C14.323%2C8.712%2C5.91%2C8.61%2C3.513%2C19.2-6.534%2C23.109-4.878%2C2.021-11.911%2C2.033-15.122-2.921a9.732%2C9.732%2C0%2C0%2C1%2C1.267-11.372c2.394-2.728%2C6.416-2.56%2C9.208-.6a.962.962%2C0%2C0%2C1-1.036%2C1.62c-6.968-4.872-11.873%2C6.336-6.576%2C10.752%2C5.825%2C4.517%2C16.146.429%2C19.064-5.868%2C1.958-4.441.932-9.731-1.809-13.643-2.805-4.01-7.414-6.581-12.12-7.727a34.2%2C34.2%2C0%2C0%2C0-10.618-.574%2C107.671%2C107.671%2C0%2C0%2C0-17.136%2C2.9A209.112%2C209.112%2C0%2C0%2C0%2C77.671%2C45.3%2C147.761%2C147.761%2C0%2C0%2C1%2C39.927%2C57.37a92.164%2C92.164%2C0%2C0%2C1-22.069%2C1.244c-1.48-.165-2.939-.273-4.435-.487A15.538%2C15.538%2C0%2C0%2C1%2C.392%2C46.461C-.526%2C42.668.1%2C38.254%2C3.015%2C35.453c.391-.393.845-.83%2C1.267-1.2%2C6.844-5.725%2C18.292-3.222%2C17.544%2C7.008-.258%2C3.65-2.837%2C6.094-6.366%2C6.77a1.086%2C1.086%2C0%2C1%2C1-.15-2.141%22%20transform%3D%22translate(-0.001%20-7.625)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M190.666%2C17.444c5.076-1.983%2C9.378-8.189%2C6.437-13.413-1.96-3.348-8.323-3.235-9.307.79a2.431%2C2.431%2C0%2C0%2C0%2C.938%2C2.862.917.917%2C0%2C0%2C1%2C.441%2C1.219c-1.01%2C1.561-2.865-.765-3.088-1.813A5.647%2C5.647%2C0%2C0%2C1%2C189.451.524%2C8.2%2C8.2%2C0%2C0%2C1%2C194.4.252c5.452%2C1.211%2C6.329%2C8.151%2C3.842%2C12.336a14.026%2C14.026%2C0%2C0%2C1-7.043%2C6.1.675.675%2C0%2C0%2C1-.529-1.242%22%20transform%3D%22translate(-60.447)%22%20fill%3D%22%23b7a664%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E'), url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22177.085%22%20height%3D%2244.409%22%20viewBox%3D%220%200%20177.085%2044.409%22%3E%3Cg%20transform%3D%22translate(0.001%200)%22%3E%3Cpath%20d%3D%22M13.028%2C23.955c3.989-.9%2C2.48-7.009-.8-7.957a8.364%2C8.364%2C0%2C0%2C0-5.817.351A7.35%2C7.35%2C0%2C0%2C0%2C2.521%2C20.71C.47%2C26.98%2C2.1%2C33.987%2C8.62%2C36.75c4.057%2C1.9%2C8.577.926%2C12.9.63%2C4.159-.378%2C15.8-1.371%2C20.135-1.741%2C31.338-2.739%2C62.875-3.8%2C94.278-1.49%2C4.486.362%2C8.97.814%2C13.428%2C1.56a36.772%2C36.772%2C0%2C0%2C1%2C9.872%2C2.757l.774.456a5.941%2C5.941%2C0%2C0%2C1%2C1.4%2C1.282l.459.771a6.071%2C6.071%2C0%2C0%2C1%2C.91%2C3.538c-.512%2C4.532-5.956%2C5.169-9.017%2C2.565a.888.888%2C0%2C0%2C1%2C1.062-1.424c1.64%2C2.9%2C6.458%2C2.22%2C6.8-1.242a4.948%2C4.948%2C0%2C0%2C0-.767-2.872l-.4-.676a4.891%2C4.891%2C0%2C0%2C0-1.081-.973c-3.082-1.8-6.712-2.384-10.2-3.036C106.9%2C31.3%2C63.919%2C34.846%2C21.655%2C38.865c-2.249.2-4.446.442-6.755.559C8.986%2C39.777%2C2.755%2C36.387.768%2C30.618-1.347%2C23.793.731%2C14.257%2C9.185%2C13.692c5.675-.909%2C10.462%2C4.937%2C7.8%2C10.238C16.315%2C25.391%2C12.8%2C27.886%2C12%2C25.484a1.277%2C1.277%2C0%2C0%2C1%2C1.03-1.529%22%20transform%3D%22translate(-0.001%20-4.198)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M51.121%2C20.314a3.5%2C3.5%2C0%2C0%2C0-1.575-2.534%2C4.547%2C4.547%2C0%2C0%2C0-5.086%2C1.253%2C5.859%2C5.859%2C0%2C0%2C0-1.022%2C2.6c-.516%2C3.813%2C2.767%2C6.581%2C6.071%2C7.727%2C5.749%2C2.361%2C12.067.235%2C17.873-1.087%2C4.774-1.329%2C9.754-2.238%2C14.573-3.318%2C19.338-4.717%2C37.666-12.818%2C56.615-18.89C148.106%2C3.1%2C157.811.1%2C167.914.005a23.661%2C23.661%2C0%2C0%2C1%2C14.42%2C4.352%2C17.184%2C17.184%2C0%2C0%2C1%2C4.69%2C23.979c-2.7%2C4.408-7.961%2C7.789-13.247%2C6.522-3.805-.613-7.9-2.117-10.006-5.567-2.018-3.4-2.122-8.572%2C1.131-11.234a6.852%2C6.852%2C0%2C0%2C1%2C7.86-.881c1.194.664%2C3.939%2C3.765%2C2.224%2C4.574a1%2C1%2C0%2C0%2C1-1.366-.621c-1.468-5.106-8.333-3.72-9.525.762A8.507%2C8.507%2C0%2C0%2C0%2C168.868%2C31.9a17.342%2C17.342%2C0%2C0%2C0%2C8.631%2C1.7c7.162-1.329%2C11.53-9.341%2C11.1-16.239-.344-7.446-6.718-13.086-13.492-15.15-16.525-4.528-47.675%2C9.365-64.32%2C14.951-11.717%2C4.2-23.58%2C8.351-35.845%2C10.634-4.853%2C1.088-9.627%2C2.59-14.55%2C3.494-3.695.7-7.812.98-11.408-.562-5.048-1.725-8.838-6.354-6.513-11.8a6.588%2C6.588%2C0%2C0%2C1%2C8.6-3.089%2C6.861%2C6.861%2C0%2C0%2C1%2C2.94%2C3.579%2C1.528%2C1.528%2C0%2C1%2C1-2.9.9%22%20transform%3D%22translate(-12.897%200)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M200.041%2C34.822a.5.5%2C0%2C0%2C1-.358-.151%2C77.413%2C77.413%2C0%2C0%2C0-9.656-8.363%2C75.71%2C75.71%2C0%2C0%2C0-9.734-6.076%2C52.871%2C52.871%2C0%2C0%2C0-8.6-3.626%2C18.6%2C18.6%2C0%2C0%2C0-6.208-1.028%2C10.008%2C10.008%2C0%2C0%2C0-5.832%2C2.366%2C10.611%2C10.611%2C0%2C0%2C0-3.125%2C4.393%2C8.447%2C8.447%2C0%2C0%2C0%2C1.073%2C7.4%2C6.039%2C6.039%2C0%2C0%2C0%2C4.9%2C2.773%2C5.49%2C5.49%2C0%2C0%2C0%2C5.109-2.567c.774-1.468.524-3.228-.7-4.958a.5.5%2C0%2C0%2C1%2C.815-.579%2C6.807%2C6.807%2C0%2C0%2C1%2C1.3%2C3.175%2C4.882%2C4.882%2C0%2C0%2C1-.523%2C2.829%2C6.473%2C6.473%2C0%2C0%2C1-6.011%2C3.1%2C7.014%2C7.014%2C0%2C0%2C1-5.71-3.2A9.476%2C9.476%2C0%2C0%2C1%2C155.582%2C22a11.476%2C11.476%2C0%2C0%2C1%2C3.423-4.823%2C11%2C11%2C0%2C0%2C1%2C6.412-2.6c3.45-.219%2C9.184%2C1.562%2C15.338%2C4.764a76.709%2C76.709%2C0%2C0%2C1%2C9.863%2C6.156%2C78.417%2C78.417%2C0%2C0%2C1%2C9.781%2C8.471.5.5%2C0%2C0%2C1-.358.849Z%22%20transform%3D%22translate(-48.039%20-4.65)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M139.219%2C36.726h-.039a.5.5%2C0%2C0%2C1%2C0-1h.037a12.656%2C12.656%2C0%2C0%2C0%2C8.547-3.432%2C5.539%2C5.539%2C0%2C0%2C0%2C1.86-3.752%2C5.309%2C5.309%2C0%2C0%2C0-.788-2.757%2C6.038%2C6.038%2C0%2C0%2C0-1.956-1.966%2C4.409%2C4.409%2C0%2C0%2C0-4.23-.477%2C4.741%2C4.741%2C0%2C0%2C0-2.657%2C3.947%2C2.616%2C2.616%2C0%2C0%2C0%2C1.415%2C2.463.5.5%2C0%2C1%2C1-.475.88%2C3.619%2C3.619%2C0%2C0%2C1-1.94-3.363%2C5.336%2C5.336%2C0%2C0%2C1%2C.894-2.759%2C5.863%2C5.863%2C0%2C0%2C1%2C2.323-2.066%2C5.393%2C5.393%2C0%2C0%2C1%2C5.2.526%2C7.043%2C7.043%2C0%2C0%2C1%2C2.28%2C2.294%2C6.309%2C6.309%2C0%2C0%2C1%2C.934%2C3.277A6.511%2C6.511%2C0%2C0%2C1%2C148.472%2C33a12.732%2C12.732%2C0%2C0%2C1-4.115%2C2.677A13.6%2C13.6%2C0%2C0%2C1%2C139.219%2C36.726Z%22%20transform%3D%22translate(-42.971%20-6.945)%22%20fill%3D%22%23b7a664%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 2.2;
  letter-spacing: 0.4em;
}
.mv .txt_01 {
  display: inline-block;
  padding: 1.3em 1.5em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222.655%22%20height%3D%223.347%22%20viewBox%3D%220%200%202.655%203.347%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%2249.221%22%20y1%3D%221%22%20x2%3D%22-21.764%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f5ebcf%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e5d486%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M5.894.094a.309.309%2C0%2C0%2C1%2C.443%2C0L7.443%2C1.22v.906L6.338%2C3.253a.309.309%2C0%2C0%2C1-.443%2C0L4.788%2C2.126V1.22Zm.222.68-.884.9.884.9L7%2C1.673Z%22%20transform%3D%22translate(-4.788)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E'),url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222.655%22%20height%3D%223.347%22%20viewBox%3D%220%200%202.655%203.347%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%2249.221%22%20y1%3D%221%22%20x2%3D%22-21.764%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23f5ebcf%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e5d486%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M5.894.094a.309.309%2C0%2C0%2C1%2C.443%2C0L7.443%2C1.22v.906L6.338%2C3.253a.309.309%2C0%2C0%2C1-.443%2C0L4.788%2C2.126V1.22Zm.222.68-.884.9.884.9L7%2C1.673Z%22%20transform%3D%22translate(-4.788)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: repeat-x;
  background-position: top, bottom;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.2em;
}
.mv .fa_logo {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 157.31px;
  height: auto;
}
.mv .ico_no1 {
  width: 100%;
  max-width: 431.4px;
  height: auto;
}
.mv .no1_caution {
  display: inline-block;
  width: 100%;
  max-width: 438px;
  margin-top: 1em;
  font-size: 10px;
  text-align: left;
  line-height: 1.6;
}
.mv .btn_txt {
  margin-bottom: 0.8em;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.mv .btn_txt .txt_l {
  font-size: 26px;
}
.mv .btn_list {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 428px;
}
.mv .btn_list li {
  width: 48%;
}
.mv .btn_mv {
  display: block;
  width: 100%;
  padding: 0.6em 0.5em;
  background-color: #fff;
  border-radius: 3px;
  color: #274a72;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.mv .btn_mv:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width: 760px) {
  .mv .mv_inner {
    height: 696px;
  }
  .mv .parts1 {
    position: absolute;
    top: 42px;
    right: 0;
  }
  .mv .parts2 {
    position: absolute;
    top: 42px;
    left: 50%;
    width: 245px;
    text-align: center;
  }
  .mv .parts3 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50%;
    text-align: center;
  }
  .mv .parts4 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 50%;
    text-align: center;
  }
  .mv .parts5 {
    position: absolute;
    top: calc(50% + 120px);
    left: 0;
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 760px) and (max-width: 939px) {
  .mv .parts2 {
    left: 40%;
  }
  .mv .parts3 {
    top: 40%;
    width: 40%;
    padding-left: 2%;
  }
  .mv .parts4 {
    left: 40%;
    width: 60%;
  }
  .mv .parts5 {
    width: 40%;
    padding-left: 2%;
  }
  .mv .txt_01 {
    display: inline-block;
    padding: 1.3em 1em;
  }
}
@media screen and (max-width: 759px) {
  .mv .mv_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    max-width: 600px;
    padding: 30px 4% 10px;
  }
  .mv .parts1 {
    grid-column: 2/3;
    grid-row: 1/2;
    width: 100%;
    white-space: nowrap;
  }
  .mv .parts2 {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
    text-align: center;
    white-space: nowrap;
  }
  .mv .parts3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .mv .parts4 {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 90%;
    margin-bottom: 20px;
    text-align: center;
  }
  .mv .parts5 {
    grid-column: 1/3;
    grid-row: 4/5;
    text-align: center;
  }
  .mv h1 {
    font-size: 35px;
  }
  .mv h1 .txt_m {
    font-size: 37px;
  }
  .mv h1 .txt_l {
    font-size: 46px;
  }
  .mv h1 .txt_ll {
    font-size: 54px;
  }
  .mv h1 .brackets::before,
  .mv h1 .brackets::after {
    position: absolute;
    width: 32px;
    height: 15px;
    content: '';
  }
  .mv .catch {
    background-size: contain;
    font-size: 20px;
  }
  .mv .txt_01 {
    background: none;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    background-image: url(/school/image/lp/goichi/mv_sp.png);
  }
  .mv .mv_inner {
    width: 100%;
    max-width: 450px;
  }
  .mv h1 {
    font-size: 27px;
  }
  .mv h1 .txt_m {
    font-size: 27px;
  }
  .mv h1 .txt_l {
    font-size: 33px;
  }
  .mv h1 .txt_ll {
    font-size: 40px;
  }
  .mv h1 .brackets::before,
  .mv h1 .brackets::after {
    width: 23px;
    height: 12px;
  }
  .mv .catch {
    padding: 50px 0.7em 30px;
    font-size: 16px;
  }
  .mv .txt_01 {
    padding: 1em 1.5em 1.3em;
    font-size: 12px;
  }
  .mv .btn_txt {
    font-size: 12px;
  }
  .mv .btn_txt .txt_l {
    font-size: 18px;
  }
  .mv .btn_list li {
    width: 48.5%;
  }
  .mv .btn_mv {
    font-size: 16px;
  }
  .mv .ico_no1 {
    max-width: 96%;
  }
  .mv .no1_caution {
    margin-top: 0.5em;
  }
}

/* ------------------------------
rule
------------------------------ */
.rule p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.rule p + p {
  margin-top: 2em;
}
.rule .img_01,
.rule .img_02 {
  margin-top: 50px;
  text-align: center;
}
.rule .img_01 {
  margin-bottom: 50px;
}
.rule .img_01 img,
.rule .img_02 img {
  width: 100%;
  max-width: 519px;
}
@media screen and (max-width: 599px) {
  .rule p {
    font-size: 16px;
    line-height: 2.0;
  }
  .rule .img_01,
  .rule .img_02 {
    margin-top: 30px;
  }
  .rule .img_01 {
    margin-bottom: 30px; 
  }
}

/* ------------------------------
if
------------------------------ */
.if {
  background: url(/school/image/lp/goichi/bg_if.png) rgba(98, 118, 163, 0.1) no-repeat bottom center / cover;
}
.if .inner {
  padding-bottom: 180px;
}
.if h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 171px;
  margin-bottom: 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22484%22%20height%3D%22170.042%22%20viewBox%3D%220%200%20484%20170.042%22%3E%3Cg%20transform%3D%22translate(56%20-3971.195)%22%3E%3Cpath%20d%3D%22M0%2C0H13.108V2.9H0Z%22%20transform%3D%22translate(-14.557%204139.492)%20rotate(-52.978)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M411.8%2C1096.065l-1.745-2.316c4.671-3.518%2C9.377-7.128%2C13.989-10.727l1.783%2C2.285C421.2%2C1088.916%2C416.485%2C1092.535%2C411.8%2C1096.065Z%22%20transform%3D%22translate(-446.414%203032.809)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M404.894%2C1073.107l-1.068-2.7a58.658%2C58.658%2C0%2C0%2C0%2C9.645-4.964l1.549%2C2.45A61.457%2C61.457%2C0%2C0%2C1%2C404.894%2C1073.107Z%22%20transform%3D%22translate(-446.203%203033.402)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M399.638%2C1051.712c-2.74%2C0-5.572-.064-8.54-.191l.126-2.9c5.405.234%2C10.345.251%2C15.1.054l.12%2C2.9C404.226%2C1051.667%2C401.965%2C1051.712%2C399.638%2C1051.712Z%22%20transform%3D%22translate(-445.774%203033.969)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M403.969%2C1032.342c-3.079-.271-6.032-.587-8.78-.936l.367-2.876c2.71.347%2C5.627.657%2C8.667.926Z%22%20transform%3D%22translate(-445.912%203034.647)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2.9V13.108H0Z%22%20transform%3D%22translate(-55.47%204043.238)%20rotate(-83.103)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M406.062%2C988.1c-5.415-2.193-10.91-4.474-16.333-6.779l1.134-2.669c5.407%2C2.3%2C10.887%2C4.575%2C16.286%2C6.761Z%22%20transform%3D%22translate(-445.729%203036.33)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M415.908%2C969.96a61.27%2C61.27%2C0%2C0%2C1-9.553-6.176l1.806-2.268a58.556%2C58.556%2C0%2C0%2C0%2C9.1%2C5.882Z%22%20transform%3D%22translate(-446.29%203036.908)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M425.9%2C954.282c-2.668-4.24-5.163-8.594-7.626-13.311l2.569-1.342c2.427%2C4.648%2C4.883%2C8.936%2C7.51%2C13.109Z%22%20transform%3D%22translate(-446.692%203037.646)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M441.317%2C942.5c-1.232-2.642-2.434-5.344-3.572-8.033l2.669-1.13c1.126%2C2.657%2C2.313%2C5.328%2C3.531%2C7.938Z%22%20transform%3D%22translate(-447.349%203037.859)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H13.108V2.9H0Z%22%20transform%3D%22matrix(-0.602%2C%20-0.798%2C%200.798%2C%20-0.602%2C%20384.241%2C%204141.236)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M424.082%2C1096.065l1.745-2.316c-4.671-3.518-9.377-7.128-13.989-10.727l-1.783%2C2.285C414.68%2C1088.916%2C419.4%2C1092.535%2C424.082%2C1096.065Z%22%20transform%3D%22translate(-17.471%203032.809)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M413.952%2C1073.107l1.068-2.7a58.66%2C58.66%2C0%2C0%2C1-9.645-4.964l-1.549%2C2.45A61.458%2C61.458%2C0%2C0%2C0%2C413.952%2C1073.107Z%22%20transform%3D%22translate(-0.644%203033.401)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M397.907%2C1051.712c2.74%2C0%2C5.572-.064%2C8.54-.191l-.126-2.9c-5.405.234-10.345.251-15.1.054l-.12%2C2.9C393.319%2C1051.667%2C395.581%2C1051.712%2C397.907%2C1051.712Z%22%20transform%3D%22translate(20.229%203033.969)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M395.443%2C1032.342c3.079-.271%2C6.032-.587%2C8.78-.936l-.367-2.876c-2.71.347-5.627.657-8.667.926Z%22%20transform%3D%22translate(18.499%203034.646)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2.9V13.108H0Z%22%20transform%3D%22matrix(-0.12%2C%20-0.993%2C%200.993%2C%20-0.12%2C%20414.456%2C%204044.813)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M390.817%2C988.1c5.415-2.193%2C10.91-4.474%2C16.333-6.779l-1.134-2.669c-5.407%2C2.3-10.887%2C4.575-16.286%2C6.761Z%22%20transform%3D%22translate(20.851%203036.33)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M407.708%2C969.96a61.27%2C61.27%2C0%2C0%2C0%2C9.553-6.176l-1.806-2.268a58.558%2C58.558%2C0%2C0%2C1-9.1%2C5.882Z%22%20transform%3D%22translate(-5.326%203036.908)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M420.726%2C954.282c2.668-4.24%2C5.163-8.594%2C7.626-13.311l-2.569-1.342c-2.427%2C4.648-4.884%2C8.936-7.51%2C13.109Z%22%20transform%3D%22translate(-27.934%203037.646)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M440.372%2C942.5c1.232-2.642%2C2.434-5.344%2C3.572-8.033l-2.669-1.13c-1.126%2C2.657-2.313%2C5.328-3.531%2C7.938Z%22%20transform%3D%22translate(-62.341%203037.859)%22%20fill%3D%22%23b49c71%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
}
.if p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.if h3 {
  margin: 4em 0 2em;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.if h3 span {
  position: relative;
  padding: 0 2.2em;
}
.if h3 span::before,
.if h3 span::after {
  position: absolute;
  bottom: 0;
  height: 110%;
  border-left: 1px solid #070207;
  content: '';
}
.if h3 span::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.if h3 span::after {
  right: 0.5em;
  transform: rotate(30deg);
}
.if .dream_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.if .dream_list li.reverse {
  flex-direction: row-reverse;
}
.if .dream_list li .img {
  width: 170px;
}
.if .dream_list li p {
  width: 208px;
  padding: 0.5em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.if .dream_list li p .txt_l {
  font-size: 22px;
}
.if .dream_marker {
  background: linear-gradient(transparent 60%, rgba(229, 212, 134, 0.5) 60%);
}
.if .if_arrow {
  margin: 40px 0;
  text-align: center;
}
.if .result_txt {
  padding: 1.9em 1.5em;
  background: #fff;
  text-align: center;
}
.if .result_txt p {
  display: inline-block;
  font-size: 22px;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .if .dream_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    max-width: 776px;
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 599px) {
  .if {
    background-image: url(/school/image/lp/goichi/bg_if_sp.png);
  }
  .if .inner {
    padding-bottom: 90px;
  }
  .if h2 {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22344.999%22%20height%3D%22170.042%22%20viewBox%3D%220%200%20344.999%20170.042%22%3E%3Cg%20transform%3D%22translate(-15%20-3971.195)%22%3E%3Cpath%20d%3D%22M0%2C0H13.108V2.9H0Z%22%20transform%3D%22translate(56.443%204139.491)%20rotate(-52.978)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M411.8%2C1096.065l-1.745-2.316c4.671-3.518%2C9.377-7.128%2C13.989-10.727l1.783%2C2.285C421.2%2C1088.916%2C416.485%2C1092.535%2C411.8%2C1096.065Z%22%20transform%3D%22translate(-375.414%203032.81)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M404.894%2C1073.107l-1.068-2.7a58.658%2C58.658%2C0%2C0%2C0%2C9.645-4.964l1.549%2C2.45A61.457%2C61.457%2C0%2C0%2C1%2C404.894%2C1073.107Z%22%20transform%3D%22translate(-375.203%203033.401)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M399.638%2C1051.712c-2.74%2C0-5.572-.064-8.54-.191l.126-2.9c5.405.234%2C10.345.251%2C15.1.054l.12%2C2.9C404.226%2C1051.667%2C401.965%2C1051.712%2C399.638%2C1051.712Z%22%20transform%3D%22translate(-374.773%203033.97)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M403.969%2C1032.342c-3.079-.271-6.032-.587-8.78-.936l.367-2.876c2.71.347%2C5.627.657%2C8.667.926Z%22%20transform%3D%22translate(-374.912%203034.647)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2.9V13.108H0Z%22%20transform%3D%22translate(15.531%204043.238)%20rotate(-83.103)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M406.062%2C988.1c-5.415-2.193-10.91-4.474-16.333-6.779l1.134-2.669c5.407%2C2.3%2C10.887%2C4.575%2C16.286%2C6.761Z%22%20transform%3D%22translate(-374.729%203036.33)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M415.908%2C969.96a61.27%2C61.27%2C0%2C0%2C1-9.553-6.176l1.806-2.268a58.556%2C58.556%2C0%2C0%2C0%2C9.1%2C5.882Z%22%20transform%3D%22translate(-375.289%203036.908)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M425.9%2C954.282c-2.668-4.24-5.163-8.594-7.626-13.311l2.569-1.342c2.427%2C4.648%2C4.883%2C8.936%2C7.51%2C13.109Z%22%20transform%3D%22translate(-375.691%203037.646)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M441.317%2C942.5c-1.232-2.642-2.434-5.344-3.572-8.033l2.669-1.13c1.126%2C2.657%2C2.313%2C5.328%2C3.531%2C7.938Z%22%20transform%3D%22translate(-376.35%203037.859)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H13.108V2.9H0Z%22%20transform%3D%22matrix(-0.602%2C%20-0.798%2C%200.798%2C%20-0.602%2C%20316.24%2C%204141.237)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M424.082%2C1096.065l1.745-2.316c-4.671-3.518-9.377-7.128-13.989-10.727l-1.783%2C2.285C414.68%2C1088.916%2C419.4%2C1092.535%2C424.082%2C1096.065Z%22%20transform%3D%22translate(-85.471%203032.809)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M413.952%2C1073.107l1.068-2.7a58.66%2C58.66%2C0%2C0%2C1-9.645-4.964l-1.549%2C2.45A61.458%2C61.458%2C0%2C0%2C0%2C413.952%2C1073.107Z%22%20transform%3D%22translate(-68.645%203033.401)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M397.907%2C1051.712c2.74%2C0%2C5.572-.064%2C8.54-.191l-.126-2.9c-5.405.234-10.345.251-15.1.054l-.12%2C2.9C393.319%2C1051.667%2C395.581%2C1051.712%2C397.907%2C1051.712Z%22%20transform%3D%22translate(-47.771%203033.969)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M395.443%2C1032.342c3.079-.271%2C6.032-.587%2C8.78-.936l-.367-2.876c-2.71.347-5.627.657-8.667.926Z%22%20transform%3D%22translate(-49.502%203034.646)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M0%2C0H2.9V13.108H0Z%22%20transform%3D%22matrix(-0.12%2C%20-0.993%2C%200.993%2C%20-0.12%2C%20346.457%2C%204044.813)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M390.817%2C988.1c5.415-2.193%2C10.91-4.474%2C16.333-6.779l-1.134-2.669c-5.407%2C2.3-10.887%2C4.575-16.286%2C6.761Z%22%20transform%3D%22translate(-47.15%203036.331)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M407.708%2C969.96a61.27%2C61.27%2C0%2C0%2C0%2C9.553-6.176l-1.806-2.268a58.558%2C58.558%2C0%2C0%2C1-9.1%2C5.882Z%22%20transform%3D%22translate(-73.326%203036.909)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M420.726%2C954.282c2.668-4.24%2C5.163-8.594%2C7.626-13.311l-2.569-1.342c-2.427%2C4.648-4.884%2C8.936-7.51%2C13.109Z%22%20transform%3D%22translate(-95.934%203037.647)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M440.372%2C942.5c1.232-2.642%2C2.434-5.344%2C3.572-8.033l-2.669-1.13c-1.126%2C2.657-2.313%2C5.328-3.531%2C7.938Z%22%20transform%3D%22translate(-130.34%203037.859)%22%20fill%3D%22%23b49c71%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }
  .if p {
    font-size: 16px;
    line-height: 2.0;
  }
  .if h3 {
    margin-top: 2.5em;
    font-size: 18px;
  }
  .if .dream_list {
    max-width: 400px;
    margin: 0 auto 50px;
  }
  .if .dream_list li + li {
    margin-top: 25px;
  }
  .if .dream_list li .img {
    width: 140px;
  }
  .if .dream_list li p {
    width: calc(100% - 140px);
  }
  .if .if_arrow {
    margin: 30px 0;
  }
  .if .result_txt {
    padding: 1.5em 1em;
  }
  .if .result_txt p {
    font-size: 16px;
  }
}

/* ------------------------------
point
------------------------------ */
.point .point_list {
  max-width: 880px;
  margin: 100px auto 0;
}
.point .point_list li {
  position: relative;
  padding: 70px 8.5% 45px;
  background: #fff;
  border: 1px solid #b49c71;
  border-radius: 4px;
}
.point .point_list li + li {
  margin-top: 110px;
}
.point .point_list li .ico_point {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 92px;
  padding-top: 17px;
  background-color: #b49c71;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2284%22%20height%3D%2284%22%20viewBox%3D%220%200%2084%2084%22%3E%3Cpath%20d%3D%22M42%2C0h.17c.181%2C0%2C.361%2C0%2C.542.006h.074l.214%2C0-.023%2C1C42.653%2C1%2C42.324%2C1%2C42%2C1V0Zm2%2C.047c.312.015.621.033.931.054H45l-.07%2C1c-.323-.023-.651-.042-.975-.057l.047-1Zm2%2C.141L46.119.2h0l.156.015h0l.015%2C0h0l.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.015%2C0%2C.016%2C0h.015l.418.046h0l.016%2C0%2C.017%2C0h.016l.017%2C0%2C.017%2C0%2C.018%2C0%2C.018%2C0h0l.034%2C0-.118.993c-.322-.038-.648-.073-.971-.1Zm1.986.235.246.036.015%2C0%2C.015%2C0%2C.015%2C0%2C.015%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.015%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.032%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.017%2C0%2C.016%2C0%2C.017%2C0%2C.017%2C0h0l.344.056-.165.986c-.319-.053-.644-.1-.965-.149Zm1.973.329c.261.05.523.1.783.158h0l.014%2C0%2C.015%2C0%2C.008%2C0%2C.007%2C0%2C.015%2C0%2C.015%2C0%2C.015%2C0%2C.013%2C0h0l.014%2C0h0l.076.016-.212.977c-.316-.069-.638-.134-.956-.2Zm1.954.423q.486.118.969.247l-.258.966c-.313-.084-.631-.165-.946-.241l.235-.972Zm1.932.517q.48.141.956.293l-.3.953c-.308-.1-.622-.195-.933-.286Zm1.9.609.056.02h0l.009%2C0%2C.014%2C0%2C.014%2C0%2C.009%2C0h0l.011%2C0h0l.012%2C0h0l.012%2C0h0l.012%2C0h0l.013%2C0h0l.013%2C0h0l.013%2C0h0l.013%2C0h0l.014%2C0h0l.013%2C0h0l.013%2C0h0l.013%2C0h0l.013%2C0h0l.013%2C0h0l.012%2C0h0l.012%2C0h0l.012%2C0h0l.012%2C0h0l.011%2C0%2C0%2C0%2C.01%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.014.005.014.005.009%2C0%2C.006%2C0%2C.01%2C0h0l.306.111h0l.014.005h0l.013%2C0h0l.012%2C0h0l.011%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.014.005.014.005.012%2C0h0l.018.007-.35.937c-.3-.113-.612-.224-.918-.33Zm1.874.7c.209.084.419.17.627.257h0l.013.006h0l.012%2C0%2C0%2C0%2C.01%2C0%2C.006%2C0%2C.008%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C0%2C0%2C.011%2C0h0l.2.085-.394.919c-.3-.128-.6-.253-.9-.374Zm1.838.788.1.045h0l.012.005h0l.011.005%2C0%2C0%2C.01%2C0%2C0%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.009%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.011.005%2C0%2C0%2C.011%2C0%2C0%2C0%2C.011.005%2C0%2C0%2C.012.006h0l.012.006h0l.013.006h0l.013.006h0L59.921%2C4h0c.146.069.293.14.439.211l-.438.9c-.291-.142-.588-.282-.883-.417Zm1.8.875.035.018h0l.012.006h0l.01.005.006%2C0%2C.007%2C0%2C.008%2C0%2C0%2C0%2C.011.006h0l.012.006h0q.221.115.44.232h0l.011.006%2C0%2C0%2C.009.005%2C0%2C0%2C.008%2C0%2C.006%2C0%2C.006%2C0%2C.008%2C0%2C0%2C0%2C.01.005%2C0%2C0L61.893%2C5h0l.012.006h0l.013.007h0l.014.007h0l.2.109-.48.877c-.284-.156-.574-.31-.862-.458l.459-.888Zm1.754.96q.433.251.859.511l-.521.853c-.276-.169-.559-.337-.839-.5Zm1.706%2C1.043.069.044h0l.012.008%2C0%2C0%2C.009.006%2C0%2C0%2C.008.005.007%2C0%2C.006%2C0%2C.008.005%2C0%2C0%2C.009.006%2C0%2C0%2C.01.006%2C0%2C0%2C.01.007%2C0%2C0%2C.01.007%2C0%2C0%2C.01.007%2C0%2C0%2C.01.007%2C0%2C0%2C.01.007%2C0%2C0%2C.011.007%2C0%2C0%2C.011.007%2C0%2C0%2C.01.007%2C0%2C0%2C.01.006%2C0%2C0L65%2C6.852l0%2C0%2C.009.006%2C0%2C0%2C.008.005.006%2C0%2C.007%2C0%2C.006%2C0%2C.007%2C0%2C.007%2C0%2C.006%2C0%2C.007%2C0%2C.005%2C0%2C.009.006%2C0%2C0%2C.01.006%2C0%2C0%2C.011.007h0l.012.008h0c.141.093.282.187.421.282l-.561.828c-.268-.182-.542-.363-.814-.538ZM66.37%2C7.789l.1.07h0l.012.009h0l.012.009h0l.011.008h0l.011.008%2C0%2C0%2C.011.008%2C0%2C0%2C.011.008h0l.011.008h0l.011.008%2C0%2C0%2C.01.008%2C0%2C0%2C.01.007%2C0%2C0%2C.009.007%2C0%2C0%2C.009.006%2C0%2C0%2C.009.006%2C0%2C0%2C.008.006.005%2C0%2C.008.005.005%2C0L66.668%2C8l.005%2C0%2C.008.005.005%2C0%2C.006%2C0%2C.007%2C0%2C.005%2C0%2C.008.006%2C0%2C0%2C.009.006%2C0%2C0%2C.009.007%2C0%2C0%2C.009.007%2C0%2C0%2C.008.006%2C0%2C0%2C.008.006%2C0%2C0%2C.009.007h0l.15.11h0l.01.007%2C0%2C0%2C.008.006.005%2C0%2C.006%2C0%2C.007%2C0%2C.006%2C0%2C.007.005%2C0%2C0L67%2C8.249l0%2C0%2C.008.006%2C0%2C0%2C.008.006%2C0%2C0%2C.008.006%2C0%2C0%2C.009.007%2C0%2C0%2C.01.007%2C0%2C0%2C.011.008h0l.012.009h0l.085.064-.6.8c-.259-.194-.524-.388-.788-.576Zm1.6%2C1.2.147.116%2C0%2C0%2C.009.007%2C0%2C0%2C.008.007.01.008h0l.27.217h0l.049.039h0l.011.009h0l.011.009%2C0%2C0%2C.01.008%2C0%2C0%2C.01.008%2C0%2C0%2C.009.007%2C0%2C0%2C.01.008%2C0%2C0%2C.009.008%2C0%2C0%2C.009.007%2C0%2C0%2C.009.007%2C0%2C0%2C.009.007%2C0%2C0%2C.009.007%2C0%2C0%2C.009.007%2C0%2C0%2C.008.007%2C0%2C0%2C.009.007%2C0%2C0%2C.009.008%2C0%2C0%2C.009.008%2C0%2C0%2C.009.007%2C0%2C0%2C.01.008%2C0%2C0%2C.01.008h0l.01.008%2C0%2C0%2C.011.009h0l.012.01h0l.007.006-.637.771c-.25-.206-.505-.413-.76-.613Zm1.541%2C1.274.083.072.011.01h0q.329.287.654.582l-.673.74c-.24-.218-.485-.436-.73-.648Zm1.479%2C1.346q.362.345.715.7L71%2C13.015c-.229-.229-.464-.459-.7-.682ZM72.4%2C13.024q.323.339.639.685h0l.009.01%2C0%2C0%2C.007.008%2C0%2C0%2C.005.006.006.007%2C0%2C0%2C0%2C.005-.74.673c-.218-.24-.442-.48-.665-.715Zm1.345%2C1.48q.142.164.283.33l0%2C0%2C.006.007%2C0%2C.005%2C0%2C0%2C.007.008h0c.1.12.2.24.3.361v0l.008.009%2C0%2C0%2C.006.007.005.006%2C0%2C.005.007.009v0l-.771.637c-.206-.25-.418-.5-.631-.745Zm1.274%2C1.542.068.086%2C0%2C0%2C.007.009.007.01%2C0%2C0q.236.3.466.607h0l.009.012h0l.008.011%2C0%2C0%2C.007.01%2C0%2C0%2C.007.009%2C0%2C0%2C.006.008%2C0%2C0%2C.005.007%2C0%2C0-.8.6c-.194-.259-.394-.52-.595-.774Zm1.2%2C1.6%2C0%2C0%2C0%2C0%2C.007.01%2C0%2C.006%2C0%2C.007.006.008%2C0%2C0%2C.007.009%2C0%2C0%2C.007.01%2C0%2C0%2C.008.011v0l.009.012h0l.009.012h0q.167.236.331.474h0l.009.013h0l.008.012v0l.008.011%2C0%2C0%2C.007.01%2C0%2C0%2C.006.009%2C0%2C0%2C.006.008%2C0%2C0%2C.005.008%2C0%2C.006%2C0%2C.007%2C0%2C.007%2C0%2C.006.006.009%2C0%2C0%2C.007.011v0l.072.106-.828.561c-.182-.268-.369-.538-.557-.8ZM77.344%2C19.3l0%2C0%2C.006.009%2C0%2C0%2C.007.011h0q.147.229.291.459v0l0%2C.007%2C0%2C.007%2C0%2C0%2C.006.01h0c.068.11.137.22.2.331l-.854.521c-.169-.276-.343-.555-.518-.827Zm1.042%2C1.707.01.017h0l.007.012%2C0%2C0%2C.005.009%2C0%2C.006%2C0%2C.008%2C0%2C.008%2C0%2C.005.005.009%2C0%2C0%2C.006.011v0l.007.012v0l.007.012h0l.007.013h0l.108.19h0l.007.013h0l.007.013h0l.007.012v0l.006.011%2C0%2C0%2C.006.01%2C0%2C0%2C.005.009%2C0%2C0%2C.005.009%2C0%2C.006%2C0%2C.007%2C0%2C.007%2C0%2C.006%2C0%2C.009%2C0%2C0%2C.005.009%2C0%2C0%2C.006.011v0l.007.012h0q.1.185.206.371l-.877.48c-.155-.284-.316-.57-.478-.851Zm.959%2C1.755.028.054v0l.005.01%2C0%2C0%2C0%2C.008%2C0%2C.007%2C0%2C.005.005.01v0l.006.012h0q.108.21.213.422l0%2C0%2C0%2C.007%2C0%2C.007h0q.083.167.165.336l-.9.437c-.142-.291-.289-.585-.437-.873Zm.875%2C1.8c.05.11.1.218.149.329h0l.012.028v0l.005.012v0l0%2C.011%2C0%2C0%2C0%2C.011v0l.005.012v0l.005.012v0l.006.013v0l.006.013h0l.006.013v0l.006.013h0l.006.013v0l.006.013h0l.006.014h0q.084.19.166.381l-.919.394c-.128-.3-.26-.6-.4-.893Zm.787%2C1.838.02.051h0l.005.014v0l0%2C.012%2C0%2C0%2C0%2C.01%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.007%2C0%2C.006%2C0%2C.01%2C0%2C0%2C0%2C.011v0l.005.013h0q.08.2.158.406h0L81.24%2C27h0l.005.014h0l.005.014h0l.005.013v0l0%2C.013h0l.005.013v0l.005.013h0l0%2C.013v0l0%2C.012v0l0%2C.012v0l0%2C.012v0l0%2C.012v0l0%2C.012v0l0%2C.013v0l0%2C.013h0l.005.014v0l.043.115-.937.349c-.113-.3-.231-.61-.352-.91l.928-.372Zm.7%2C1.874c.071.207.142.415.21.623v0l0%2C.012%2C0%2C.007%2C0%2C.008%2C0%2C.009%2C0%2C.006%2C0%2C.012v0l0%2C.014h0l.082.253-.953.3c-.1-.309-.2-.62-.308-.926l.945-.327Zm.608%2C1.905q.092.314.179.631h0l0%2C.014v0l0%2C.012v0l0%2C.011v0l0%2C.01v.005l0%2C.01%2C0%2C.006%2C0%2C.008%2C0%2C.008%2C0%2C.007%2C0%2C.009%2C0%2C.006%2C0%2C.01v0l0%2C.012v0l0%2C.014h0l.046.171-.966.258c-.083-.313-.172-.629-.263-.94Zm.516%2C1.932v0l0%2C.011v0l0%2C.01%2C0%2C.007%2C0%2C.008%2C0%2C.009v.006l0%2C.011v0l0%2C.014h0c.07.294.138.591.2.887l-.977.211c-.068-.317-.142-.637-.218-.951Zm.422%2C1.955.012.064v0l0%2C.013v.006l0%2C.009%2C0%2C.009v.006l0%2C.01v.005l0%2C.011v0l0%2C.013v0l0%2C.014h0q.076.406.144.815l-.986.164c-.053-.32-.111-.643-.172-.961l.982-.188Zm.329%2C1.973q.023.162.045.324h0l0%2C.014v0l0%2C.013v0l0%2C.012v.031l0%2C.011v0q.038.287.072.575l-.993.117c-.038-.322-.08-.648-.126-.968Zm.234%2C1.986v.04l0%2C.051v.11h0v.014h0v.031l.006.073v.138h0c.015.179.028.356.041.535l-1%2C.07c-.023-.323-.049-.651-.08-.973Zm.14%2C2c.015.332.027.666.035%2C1l-1%2C.023c-.007-.324-.019-.653-.034-.976l1-.046Zm-.954%2C2h1c0%2C.1%2C0%2C.19%2C0%2C.286v.1h0c0%2C.2-.005.407-.01.611l-1-.024C83%2C42.671%2C83%2C42.343%2C83%2C42.018Zm-.047%2C1.953%2C1%2C.047v.042h0q-.009.185-.019.369h0v.107q-.014.24-.031.479l-1-.071C82.919%2C44.623%2C82.938%2C44.295%2C82.953%2C43.971Zm-.138%2C1.948%2C1%2C.094c-.012.127-.025.253-.038.38h0v.119q-.026.247-.056.494l-.993-.118C82.75%2C46.568%2C82.785%2C46.242%2C82.815%2C45.919Zm-.23%2C1.939.99.142c-.047.33-.1.661-.153.988l-.986-.165C82.489%2C48.5%2C82.539%2C48.178%2C82.585%2C47.858Zm-.322%2C1.925.982.189q-.022.115-.045.23h0l0%2C.013v0l0%2C.01v.006l0%2C.009%2C0%2C.008v.007l0%2C.01v.005l0%2C.012v0l0%2C.014h0c-.043.217-.088.431-.135.647l-.977-.212C82.135%2C50.423%2C82.2%2C50.1%2C82.262%2C49.783Zm-.414%2C1.908.972.235c-.04.165-.08.327-.122.491v0l0%2C.013v0l0%2C.01%2C0%2C.006%2C0%2C.009%2C0%2C.008%2C0%2C.007%2C0%2C.01v0l0%2C.012v0q-.05.2-.1.391l-.966-.259C81.691%2C52.323%2C81.772%2C52.005%2C81.848%2C51.69Zm-.505%2C1.885.959.282c-.094.319-.192.64-.293.956l-.952-.3C81.156%2C54.2%2C81.252%2C53.887%2C81.343%2C53.576Zm-.595%2C1.859.945.328-.068.194%2C0%2C0%2C0%2C.01%2C0%2C.007%2C0%2C.007%2C0%2C.009%2C0%2C.006%2C0%2C.011v0l0%2C.013h0q-.12.339-.246.675l-.937-.35C80.531%2C56.05%2C80.642%2C55.741%2C80.748%2C55.435Zm-.683%2C1.828.928.372q-.122.3-.249.607h0l-.006.014h0l0%2C.012v0l0%2C.011v0l0%2C.01%2C0%2C0%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.008%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.006%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C.006%2C0%2C.009%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.01%2C0%2C0%2C0%2C.011h0l-.919-.395C79.819%2C57.867%2C79.945%2C57.564%2C80.065%2C57.263Zm-.77%2C1.794.909.416-.007.014%2C0%2C.008%2C0%2C.007-.006.012v0l0%2C.01%2C0%2C0%2C0%2C.009%2C0%2C.005%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.007%2C0%2C.008%2C0%2C.007%2C0%2C.008%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.006%2C0%2C.009%2C0%2C.005%2C0%2C.009%2C0%2C.005%2C0%2C.01%2C0%2C0%2C0%2C.01%2C0%2C0-.005.011v0l-.006.012v0l-.006.013h0l-.006.013h0l-.007.014h0l-.007.014h0q-.121.258-.246.514l-.9-.438C79.02%2C59.648%2C79.16%2C59.351%2C79.295%2C59.057Zm-.855%2C1.755.888.459q-.1.194-.2.388h0l-.007.013v0l-.006.012%2C0%2C.005%2C0%2C.008-.005.009%2C0%2C0-.007.013h0c-.076.142-.153.286-.231.427l-.877-.481C78.137%2C61.389%2C78.291%2C61.1%2C78.44%2C60.811ZM77.5%2C62.523l.865.5c-.136.234-.274.468-.414.7l0%2C0-.005.008-.089.147L77%2C63.362C77.171%2C63.086%2C77.339%2C62.8%2C77.5%2C62.523Zm-1.019%2C1.665.84.542-.128.2h0l-.007.01%2C0%2C0-.005.008%2C0%2C.005%2C0%2C.006%2C0%2C.007%2C0%2C0-.006.01%2C0%2C0L77.151%2C65h0q-.187.286-.379.569L75.944%2C65C76.126%2C64.735%2C76.308%2C64.461%2C76.483%2C64.189Zm-1.1%2C1.615.814.581-.207.287h0l-.009.013h0l-.009.012h0l-.008.011%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.008.01%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.007.01%2C0%2C0-.008.011h0l-.009.012h0c-.084.114-.168.228-.253.341l-.8-.6C75%2C66.332%2C75.2%2C66.067%2C75.386%2C65.8Zm-1.172%2C1.561.785.619-.039.049h0l-.009.012h0l-.009.011v0l-.008.01v0l-.008.01%2C0%2C0-.007.009%2C0%2C0-.008.01%2C0%2C0-.008.01%2C0%2C0-.008.01%2C0%2C0-.007.009%2C0%2C0-.007.009%2C0%2C0-.007.009%2C0%2C0-.007.009%2C0%2C0-.007.009%2C0%2C0-.008.01%2C0%2C0-.008.01h0l-.009.011h0q-.215.268-.434.533l-.77-.638C73.807%2C67.875%2C74.014%2C67.62%2C74.214%2C67.365Zm-1.245%2C1.5.755.656-.005.006%2C0%2C0-.008.009%2C0%2C0-.009.01%2C0%2C0-.01.011h0l-.009.011h0q-.3.349-.616.691L72.32%2C69.6C72.539%2C69.359%2C72.757%2C69.114%2C72.969%2C68.869Zm-1.315%2C1.444.723.691-.065.068h0l-.01.01%2C0%2C0-.008.008%2C0%2C0-.006.006-.005.005-.006.006-.006.007%2C0%2C0-.007.008%2C0%2C0-.008.009%2C0%2C0-.009.009%2C0%2C0-.01.01h0q-.267.276-.539.548l-.707-.708C71.2%2C70.782%2C71.431%2C70.547%2C71.654%2C70.313Zm-1.382%2C1.38.69.724q-.358.341-.722.672h0l-.008.007-.672-.74C69.8%2C72.14%2C70.038%2C71.916%2C70.273%2C71.693Zm-1.445%2C1.313.655.756q-.176.152-.353.3l0%2C0%2C0%2C0-.282.237h0l-.008.007%2C0%2C0%2C0%2C0-.008.006%2C0%2C0-.093.077-.637-.771C68.332%2C73.43%2C68.583%2C73.217%2C68.828%2C73.005Zm-1.506%2C1.243.618.786%2C0%2C0-.007.005-.008.006%2C0%2C0-.01.008h0c-.251.2-.5.39-.759.581l-.6-.8C66.807%2C74.648%2C67.067%2C74.449%2C67.322%2C74.248Zm-1.563%2C1.17.58.815-.063.045h0l-.006%2C0-.008.005h0c-.146.1-.292.205-.439.307h0l-.012.008%2C0%2C0-.01.007%2C0%2C0-.008.006%2C0%2C0-.008.005-.006%2C0-.006%2C0-.008.005%2C0%2C0-.009.006%2C0%2C0-.01.007%2C0%2C0-.011.008h0l-.193.132-.561-.828C65.225%2C75.794%2C65.5%2C75.606%2C65.759%2C75.418Zm-1.617%2C1.095.541.841-.1.067%2C0%2C0-.01.006%2C0%2C0-.008.005-.006%2C0-.006%2C0-.008.005%2C0%2C0-.01.007h0l-.012.008h0q-.254.161-.509.319l-.01.006%2C0%2C0-.147.09-.521-.854C63.591%2C76.862%2C63.87%2C76.688%2C64.142%2C76.513Zm-1.667%2C1.016.5.866-.139.08h0l-.012.007%2C0%2C0-.009%2C0-.008%2C0%2C0%2C0-.011.006h0q-.3.17-.6.336h0l-.012.007-.069.038-.479-.878C61.909%2C77.852%2C62.195%2C77.691%2C62.476%2C77.529Zm-1.713.936.458.889-.043.022-.005%2C0-.009%2C0-.009%2C0%2C0%2C0-.012.006h0l-.278.141h0l-.014.007h0l-.013.007h0l-.012.006h0l-.011.006%2C0%2C0-.011.005%2C0%2C0-.01.005%2C0%2C0-.009%2C0-.006%2C0-.008%2C0-.007%2C0-.007%2C0-.008%2C0-.006%2C0-.009%2C0%2C0%2C0-.01.005%2C0%2C0-.012.006h0l-.014.007h0l-.34.167-.437-.9C60.181%2C78.76%2C60.474%2C78.613%2C60.762%2C78.465Zm-1.756.853.415.91c-.22.1-.439.2-.661.3h0l-.012.005h0l-.011%2C0-.005%2C0-.009%2C0-.007%2C0-.007%2C0-.009%2C0%2C0%2C0-.01%2C0%2C0%2C0-.012.005h0l-.157.068-.393-.919C58.411%2C79.585%2C58.712%2C79.452%2C59.006%2C79.318Zm-1.795.768.371.929q-.359.143-.72.28h0l-.014.005h0l-.013%2C0h0l-.012%2C0h0l-.01%2C0-.014.005-.014.005-.014.005-.008%2C0-.005%2C0-.01%2C0h0l-.012%2C0h0l-.072.027-.349-.937C56.6%2C80.324%2C56.911%2C80.206%2C57.212%2C80.086Zm-1.829.681.326.945-.4.135h0l-.014%2C0h0l-.014%2C0h0l-.014%2C0h0q-.252.084-.505.164l-.3-.953C54.765%2C80.976%2C55.077%2C80.872%2C55.383%2C80.767Zm-1.86.592.281.96-.321.092h0l-.014%2C0h0l-.013%2C0h0l-.012%2C0-.015%2C0-.015%2C0-.015%2C0-.015%2C0-.015%2C0-.015%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.014%2C0-.01%2C0h0l-.011%2C0h0l-.071.02-.013%2C0-.013%2C0-.014%2C0-.01%2C0h-.005l-.01%2C0h0l-.011%2C0h0l-.011%2C0h0l-.013%2C0h0l-.014%2C0h0l-.236.064-.257-.966C52.9%2C81.538%2C53.212%2C81.45%2C53.523%2C81.359Zm-1.886.5.234.972c-.323.078-.649.152-.975.222l-.211-.978C51%2C82.01%2C51.322%2C81.937%2C51.637%2C81.861Zm-1.908.411.187.982-.014%2C0-.016%2C0-.016%2C0h0l-.016%2C0-.015%2C0-.014%2C0h0l-.013%2C0h0l-.016%2C0-.014%2C0h0l-.014%2C0h0l-.015%2C0h0l-.015%2C0h0q-.291.054-.583.1h0l-.016%2C0-.017%2C0-.017%2C0-.017%2C0h0l-.146.024-.164-.986C49.087%2C82.391%2C49.411%2C82.333%2C49.729%2C82.273Zm-1.926.32.14.99q-.253.036-.506.069l-.014%2C0-.015%2C0-.015%2C0-.016%2C0-.016%2C0-.016%2C0-.015%2C0-.016%2C0-.016%2C0-.016%2C0-.016%2C0-.315.038-.117-.993C47.157%2C82.68%2C47.482%2C82.638%2C47.8%2C82.593Zm-1.939.228.093%2C1-.123.011H45.67l-.018%2C0-.021%2C0h-.2l-.133.011-.033%2C0h-.033l-.271.02-.069-1C45.214%2C82.877%2C45.542%2C82.851%2C45.864%2C82.82Zm-1.948.136.046%2C1-.136.006h-.145l-.374.013h-.345l-.022-1C43.264%2C82.982%2C43.593%2C82.971%2C43.916%2C82.956Zm-2.929.032c.324.008.652.012.976.012v1l-.488%2C0h-.322l-.19%2C0Zm-1.951-.093c.323.023.651.043.975.058l-.048%2C1-.426-.022h-.107l-.466-.031Zm-1.944-.185c.321.038.648.073.971.1l-.095%2C1q-.444-.042-.885-.094h0l-.016%2C0-.016%2C0-.016%2C0h-.016l-.016%2C0-.016%2C0h-.012Zm-1.932-.277c.319.054.644.1.965.15l-.142.99-.307-.045-.014%2C0-.015%2C0h-.007l-.017%2C0-.017%2C0-.017%2C0-.017%2C0h0q-.289-.044-.576-.093Zm-1.917-.369c.316.069.638.135.956.2l-.189.982-.338-.066h0l-.015%2C0h0l-.016%2C0-.015%2C0-.016%2C0-.013%2C0h0l-.017%2C0-.012%2C0h0l-.016%2C0-.017%2C0-.009%2C0-.048-.01h0l-.44-.093Zm-1.9-.461c.313.084.631.165.946.242l-.236.972q-.261-.063-.52-.13h0l-.014%2C0h0l-.012%2C0-.015%2C0-.015%2C0-.015%2C0-.015%2C0-.015%2C0-.014%2C0-.015%2C0-.015%2C0-.012%2C0h0l-.014%2C0h0l-.271-.072Zm-1.872-.551c.308.1.622.2.933.287l-.282.959q-.48-.141-.956-.294Zm-1.844-.64c.3.114.612.225.918.331l-.328.945c-.186-.065-.37-.13-.555-.2h0l-.014-.005h0l-.013%2C0h0l-.012%2C0h0l-.01%2C0-.005%2C0-.009%2C0-.014%2C0-.013%2C0-.289-.107Zm-1.811-.728c.3.128.6.254.9.375l-.373.928-.051-.021-.009%2C0c-.228-.092-.453-.185-.678-.281h0l-.011%2C0-.007%2C0-.007%2C0-.01%2C0h0l-.013-.006h0l-.129-.055Zm-1.774-.814c.291.142.588.283.882.417l-.417.909q-.455-.209-.9-.428Zm-1.733-.9c.284.156.574.31.861.459l-.46.888-.2-.1h0l-.013-.007h0l-.013-.007h0l-.012-.006h0l-.011-.006%2C0%2C0-.01-.005%2C0%2C0-.01-.005-.005%2C0-.009%2C0-.005%2C0-.009%2C0-.005%2C0-.009%2C0%2C0%2C0-.009%2C0-.005%2C0-.009%2C0-.005%2C0-.009%2C0-.005%2C0-.009%2C0-.005%2C0-.008%2C0-.006%2C0-.008%2C0-.005%2C0-.009%2C0-.005%2C0-.009%2C0-.005%2C0-.009%2C0-.006%2C0-.008%2C0-.006%2C0-.008%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.006%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.006%2C0-.008%2C0-.005%2C0-.008%2C0L22.1%2C79l-.009%2C0%2C0%2C0-.011-.006h0l-.012-.006h0l-.233-.127Zm-1.689-.979c.276.169.558.337.839.5l-.5.865-.081-.047h0l-.012-.007h0l-.01-.006%2C0%2C0-.009-.005%2C0%2C0-.008%2C0-.006%2C0-.007%2C0-.007%2C0-.005%2C0-.008%2C0%2C0%2C0-.009-.005%2C0%2C0-.01-.006%2C0%2C0-.011-.006h0l-.012-.007h0l-.013-.008h0q-.314-.185-.624-.375Zm-1.64-1.059c.268.182.542.363.814.539l-.542.84q-.33-.213-.657-.433h0l-.011-.007%2C0%2C0-.01-.006%2C0%2C0-.008-.005-.006%2C0-.006%2C0-.008-.006%2C0%2C0-.01-.006%2C0%2C0-.011-.008h0l-.09-.061ZM17.394%2C74.8c.259.195.524.389.787.577l-.582.813c-.272-.194-.54-.391-.807-.591Zm-1.533-1.21c.249.207.5.413.759.614l-.62.785c-.208-.164-.413-.329-.619-.5h0l-.01-.008%2C0%2C0-.006-.005-.007-.006h0l-.131-.108Zm-1.474-1.281c.239.218.485.437.729.649l-.656.755q-.377-.328-.747-.665Zm-1.411-1.349c.229.229.464.459.7.683l-.691.723c-.238-.228-.475-.459-.708-.692l-.007-.007ZM11.63%2C69.544c.218.24.441.48.665.715l-.724.689q-.258-.272-.512-.548h0l-.01-.01%2C0%2C0-.008-.009%2C0-.005-.005-.006-.009-.01v0l-.127-.14Zm-1.278-1.477c.206.25.418.5.63.746l-.756.654-.071-.083h0l-.009-.011%2C0%2C0-.008-.009%2C0%2C0-.008-.009%2C0%2C0-.007-.008%2C0%2C0-.006-.007%2C0-.005-.006-.006%2C0-.006-.005-.006L10.08%2C69.3l0-.006-.006-.007%2C0%2C0-.007-.008%2C0%2C0-.007-.009%2C0%2C0-.008-.009%2C0%2C0-.008-.01v0l-.009-.01v0l-.009-.011h0L10%2C69.2h0l-.02-.023h0l-.02-.024h0q-.189-.222-.374-.447ZM9.146%2C66.533c.194.259.394.52.594.775l-.786.618L8.9%2C67.857h0l-.008-.01%2C0%2C0-.007-.009%2C0%2C0-.006-.008%2C0%2C0-.005-.007%2C0-.006%2C0-.006-.006-.007%2C0%2C0-.007-.009%2C0%2C0-.007-.01%2C0%2C0-.008-.011h0q-.239-.308-.473-.62ZM8.014%2C64.942c.181.268.369.538.557.8l-.815.58-.138-.195q-.219-.312-.432-.627ZM6.959%2C63.3c.168.277.343.555.518.828l-.841.54L6.464%2C64.4h0l-.007-.011%2C0%2C0-.006-.01%2C0%2C0L6.44%2C64.36l0-.005%2C0-.007%2C0-.007%2C0-.006-.005-.008%2C0%2C0-.006-.01%2C0%2C0L6.4%2C64.3v0l-.008-.012h0q-.145-.232-.288-.465Zm-.976-1.691c.155.284.316.571.478.851l-.866.5q-.234-.406-.459-.817h0l-.007-.013v0l-.006-.011%2C0-.007%2C0-.006-.006-.011v0ZM5.09%2C59.873c.141.291.288.585.437.873l-.889.458-.069-.135%2C0%2C0%2C0-.007%2C0-.007%2C0%2C0-.005-.01v0l-.006-.013h0l-.007-.013h0l-.057-.113h0l-.021-.042h0l-.007-.013h0l-.007-.013h0l-.007-.014h0L4.43%2C60.8v0l-.006-.012v0l-.006-.012v0l-.006-.012v0L4.4%2C60.739v0l-.005-.011%2C0%2C0-.005-.01%2C0%2C0-.005-.01%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0-.005%2C0-.009%2C0%2C0-.005-.01%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0%2C0L4.331%2C60.6l0%2C0-.006-.011v0l-.006-.012v0l-.006-.012v0l-.118-.242ZM4.28%2C58.1c.127.3.26.6.394.893l-.91.415q-.156-.343-.307-.689h0L3.452%2C58.7l0-.005%2C0-.009%2C0-.008%2C0-.006%2C0-.01v0l-.074-.171Zm-.724-1.813c.113.3.231.61.351.911l-.929.371-.046-.115v0l-.005-.013v0l0-.012v0l0-.011v0l0-.011%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0-.006%2C0-.009%2C0-.006%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.007%2C0-.007%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.008%2C0-.007%2C0-.008%2C0-.006%2C0-.009%2C0-.006%2C0-.01%2C0%2C0%2C0-.011v0l-.006-.015%2C0%2C0%2C0-.011%2C0-.005%2C0-.01%2C0%2C0%2C0-.01v0l0-.011%2C0%2C0%2C0-.01%2C0-.005%2C0-.01%2C0-.005%2C0-.01%2C0%2C0%2C0-.01%2C0%2C0%2C0-.011v0l0-.012v0l0-.013h0l-.005-.014h0L2.7%2C56.847h0l-.08-.215Zm-.636-1.845c.1.309.2.62.307.926l-.945.326-.044-.129h0l0-.014h0l0-.012v0l0-.01%2C0-.005%2C0-.008%2C0-.008v0q-.127-.375-.248-.754Zm-.547-1.874c.083.313.171.629.262.94l-.96.28q-.041-.142-.082-.284h0l0-.011v0l0-.009%2C0-.007%2C0-.008%2C0-.008%2C0-.006%2C0-.009v-.005l0-.011v0l0-.012v0l0-.013v0l0-.013v0l0-.014h0l0-.015h0q-.073-.259-.142-.52Zm-.456-1.9c.068.317.141.637.217.952l-.972.234q-.051-.212-.1-.425h0l0-.014v0l0-.013v0l0-.012v0l0-.011v0l0-.011v0l0-.011v0l0-.011v0l0-.011V51.3l0-.01v0l0-.01v-.005l0-.01v0l0-.01v0l0-.011h0l0-.015h0L1%2C51.157v-.005l0-.009v-.006l0-.008%2C0-.008%2C0-.008%2C0-.007%2C0-.009%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.009%2C0-.007%2C0-.008%2C0-.007%2C0-.008%2C0-.008%2C0-.008%2C0-.007%2C0-.008%2C0-.008%2C0-.007%2C0-.008%2C0-.007%2C0-.009v-.006l0-.009v-.006l0-.01V50.9l0-.012v-.006ZM1.553%2C48.75c.053.32.11.643.171.961L.741%2C49.9q-.093-.49-.175-.985ZM1.28%2C46.817c.038.322.08.648.125.968l-.99.14-.021-.149h0l0-.015h0l0-.015v0l0-.015h0l0-.015v0l-.007-.049h0l0-.015v-.222L.34%2C47.372v0l0-.012v-.129l0-.013v0l0-.014h0Q.3%2C47.065.287%2C46.933ZM1.1%2C44.873c.022.323.049.651.079.973l-1%2C.093q-.017-.185-.033-.371v-.119h0c-.006-.072-.012-.144-.017-.216h0v-.016h0V45.2h0v-.016h0V45.1Q.107%2C45.022.1%2C44.942ZM1.01%2C42.922c.007.324.018.653.033.976l-1%2C.046%2C0-.077v-.075Q.02%2C43.369.01%2C42.944Zm-1-1.978%2C1%2C.025C1%2C41.292%2C1%2C41.62%2C1%2C41.945H0c0-.2%2C0-.391%2C0-.587H0V41.34h0v-.032h0v-.015h0v-.094h0Q.01%2C41.068.013%2C40.943Zm.1-2%2C1%2C.072c-.023.323-.043.651-.059.975l-1-.048q.012-.25.027-.5h0v-.015h0v-.092l0-.032v-.218h0v-.061h0v-.015h0ZM.3%2C36.955l.993.119c-.038.321-.074.648-.1.971l-1-.1q.044-.458.1-.914v-.057l0-.014h0v-.008Zm.285-1.979.986.166c-.054.319-.1.644-.151.964l-.99-.142q.047-.325.1-.648v0l0-.011v-.028l0-.011v0l0-.014h0c.015-.091.029-.18.045-.27Zm.379-1.964.977.213c-.069.316-.135.638-.2.956l-.982-.19q.089-.461.188-.918h0l0-.009%2C0-.007v-.005l0-.011v0l0-.014h0Zm.473-1.943.966.26c-.084.313-.165.631-.242.946l-.972-.236q.043-.175.086-.349h0l0-.013v0l0-.01%2C0-.007%2C0-.008%2C0-.011v0c.035-.136.07-.271.105-.407v0l0-.011V31.2ZM2%2C29.15l.952.306c-.1.308-.2.622-.287.933l-.959-.283Q1.849%2C29.626%2C2%2C29.15Zm.657-1.889.936.351c-.114.3-.225.612-.332.918L2.319%2C28.2q.072-.206.145-.411v0l0-.013v0l0-.012v0l0-.011%2C0%2C0%2C0-.01%2C0-.005%2C0-.009%2C0-.005%2C0-.01%2C0-.005%2C0-.01%2C0%2C0%2C0-.01%2C0-.005%2C0-.009%2C0-.005%2C0-.01%2C0-.005%2C0-.01%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0%2C0%2C0-.011v0l0-.012v0l0-.013h0l0-.014h0Q2.607%2C27.4%2C2.659%2C27.262Zm.747-1.855.919.4c-.128.3-.254.6-.375.9l-.928-.373Q3.208%2C25.865%2C3.405%2C25.406Zm.835-1.817.9.439c-.142.291-.283.588-.418.882l-.909-.417.017-.038h0l.005-.012%2C0%2C0%2C0-.009%2C0-.007%2C0-.005%2C0-.01v0q.091-.2.184-.394h0L4.042%2C24v0l0-.01%2C0%2C0%2C0-.009%2C0-.005%2C0-.008%2C0-.007%2C0-.007%2C0-.008%2C0-.006%2C0-.009%2C0%2C0%2C0-.01%2C0%2C0%2C0-.01%2C0%2C0%2C.006-.012v0l.006-.013h0l.006-.013v0l.007-.014h0l.1-.214h0l.006-.012v0l0-.01%2C0-.005Zm.92-1.775.877.481c-.156.284-.311.574-.46.861l-.888-.46q.108-.208.218-.415h0l.007-.013h0l.007-.013h0l.007-.013h0l.007-.013h0l.014-.027h0l.015-.027h0l.015-.027h0Q5.07%2C21.978%2C5.16%2C21.813Zm1-1.729.853.523c-.169.276-.338.558-.5.838l-.865-.5q.122-.209.246-.417h0l.007-.012v0l.007-.011%2C0%2C0%2C.006-.01%2C0%2C0%2C.006-.009%2C0%2C0%2C0-.008%2C0-.006%2C0-.007%2C0-.007%2C0-.006%2C0-.008%2C0%2C0%2C.006-.01%2C0%2C0%2C.007-.011h0l.008-.013h0l.182-.3ZM7.25%2C18.4l.827.563c-.182.268-.364.542-.539.814l-.84-.543q.271-.42.553-.833Zm1.164-1.626.8.6c-.195.259-.389.524-.578.787l-.813-.582.166-.231h0L8%2C17.341H8l.008-.011v0l.008-.011%2C0%2C0%2C.007-.01%2C0%2C0%2C.007-.009%2C0%2C0%2C.007-.009%2C0%2C0%2C.006-.008%2C0%2C0%2C.006-.008%2C0%2C0%2C.006-.008%2C0%2C0%2C.006-.008%2C0-.005.005-.007%2C0-.006L8.1%2C17.2l0-.006%2C0-.007%2C0-.006%2C0-.007%2C0-.006%2C0-.006%2C0-.007%2C0-.006.005-.007%2C0-.005.006-.008%2C0%2C0%2C.006-.008%2C0%2C0%2C.006-.009%2C0%2C0%2C.007-.009%2C0%2C0%2C.007-.009%2C0%2C0%2C.008-.01v0l.008-.011v0l.008-.011v0l.008-.011h0l.009-.012h0L8.245%2C17h0Zm1.24-1.569.77.638c-.207.249-.413.5-.614.759l-.785-.62q.31-.393.629-.777ZM10.966%2C13.7l.739.674c-.218.239-.437.485-.649.729l-.754-.656.18-.205h0l.01-.011h0l.01-.011h0l.01-.011h0l.009-.01v0l.009-.01%2C0%2C0%2C.009-.01h0l.009-.01%2C0%2C0%2C.009-.01%2C0%2C0%2C.008-.009%2C0%2C0%2C.008-.009%2C0%2C0%2C.008-.009%2C0%2C0%2C.008-.01%2C0%2C0%2C.009-.01%2C0%2C0%2C.009-.01h0l.009-.011h0l.01-.011h0l.009-.01v0l.01-.011h0l.01-.011h0c.1-.107.19-.212.287-.318Zm1.383-1.445.706.708c-.229.229-.459.463-.683.7l-.723-.691q.178-.186.359-.37h0l.011-.011h0l.01-.01h0l.009-.01%2C0%2C0%2C.008-.008%2C0%2C0%2C.007-.007%2C0%2C0%2C.006-.007%2C0-.005.006-.006.006-.006%2C0%2C0%2C.006-.006%2C0%2C0%2C.007-.007%2C0%2C0%2C.007-.007%2C0%2C0%2C.007-.008%2C0%2C0%2C.008-.008%2C0%2C0%2C.009-.009%2C0%2C0%2C.009-.009%2C0%2C0%2C.01-.01h0l.009-.009%2C0%2C0L12.2%2C12.4l0%2C0%2C.009-.009%2C0%2C0%2C.009-.009%2C0%2C0%2C.008-.008%2C0%2C0%2C.007-.008%2C0%2C0%2C.007-.007%2C0%2C0%2C.006-.006.005-.005%2C0%2C0%2C.007-.007%2C0%2C0%2C.009-.009h0ZM13.8%2C10.877l.672.741c-.24.218-.481.441-.715.664l-.689-.725.193-.182h0l.01-.01%2C0%2C0%2C.009-.009%2C0%2C0%2C.008-.008%2C0%2C0%2C.008-.007%2C0%2C0%2C.007-.006.005-.005.006-.005.006-.006%2C0%2C0%2C.007-.007%2C0%2C0%2C.008-.007%2C0%2C0%2C.008-.008%2C0%2C0%2C.008-.008%2C0%2C0%2C.009-.008%2C0%2C0%2C.009-.008%2C0%2C0%2C.01-.009%2C0%2C0%2C.01-.01h0l.011-.01h0l.011-.01h0l.01-.01h0l.01-.01h0l.01-.009%2C0%2C0%2C.01-.009h0l.01-.009%2C0%2C0%2C.009-.009%2C0%2C0%2C.009-.008%2C0%2C0%2C.008-.008%2C0%2C0%2C.008-.008%2C0%2C0%2C.008-.007%2C0%2C0%2C.007-.006.005%2C0%2C.006-.006.005%2C0%2C.006-.006.006-.006.005%2C0%2C.006-.006%2C0%2C0%2C.007-.007%2C0%2C0%2C.008-.008%2C0%2C0%2C.01-.009h0l.011-.01h0ZM15.31%2C9.569l.636.772c-.25.206-.5.418-.746.63l-.654-.757h0l.008-.007%2C0%2C0%2C.007-.006.005%2C0%2C.006-.005.006-.005.005%2C0%2C.007-.006%2C0%2C0%2C.008-.007%2C0%2C0%2C.009-.008%2C0%2C0%2C.01-.009h0l.011-.01h0c.183-.157.367-.312.553-.467h0l.009-.008%2C0%2C0%2C.007-.006.006%2C0%2C0%2C0%2C.009-.008h0Zm1.573-1.235.6.8c-.259.194-.52.394-.775.594l-.617-.787.122-.1%2C0%2C0%2C.009-.007%2C0%2C0%2C.006-.005.007-.006%2C0%2C0%2C.009-.007%2C0%2C0%2C.011-.009h0q.248-.192.5-.38l0%2C0%2C0%2C0%2C.008-.006h0Zm1.63-1.159.56.829c-.268.181-.538.368-.8.556l-.579-.815c.221-.157.445-.313.669-.466l0%2C0%2C.01-.007%2C0%2C0%2C.008-.005.007%2C0%2C.006%2C0%2C.009-.006%2C0%2C0%2C.012-.008h0ZM20.2%2C6.1l.52.854c-.277.168-.555.342-.828.517l-.54-.842q.335-.215.675-.424h0l.012-.007%2C0%2C0%2C.009-.005.007%2C0%2C.006%2C0%2C.011-.007h0L20.2%2C6.1Zm1.733-1%2C.479.878c-.284.155-.571.316-.851.477l-.5-.866.4-.225h0l.027-.015h0l.013-.007h0l.013-.007h0l.012-.007h0l.011-.006%2C0%2C0%2C.01-.006%2C0%2C0%2C.011-.006%2C0%2C0%2C.01-.006%2C0%2C0%2C.01-.006%2C0%2C0%2C.01-.006%2C0%2C0%2C.01-.006%2C0%2C0%2C.009-.005%2C0%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.005%2C0%2C.008%2C0%2C.006%2C0%2C.008%2C0%2C.006%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.007%2C0%2C.008%2C0%2C.006%2C0%2C.009%2C0%2C0%2C0%2C.01-.005%2C0%2C0%2C.01-.006%2C0%2C0%2C.011-.006h0l.012-.007h0l.013-.007h0Zm1.778-.915.436.9c-.291.141-.585.288-.873.436l-.457-.889.208-.107q.227-.115.455-.227h0l.014-.007h0l.012-.006h0l.011-.005%2C0%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.007%2C0%2C.006%2C0%2C.009%2C0%2C0%2C0%2C.011-.005h0l.012-.006h0Zm1.82-.829.393.92c-.3.127-.6.26-.893.394l-.414-.91c.3-.138.609-.273.915-.4Zm1.858-.741.348.938c-.3.113-.61.231-.911.351l-.37-.929.261-.1h0l.013-.005h0l.012%2C0h0l.011%2C0%2C0%2C0%2C.009%2C0%2C.006%2C0%2C.008%2C0%2C.014-.005.014-.006.014-.005.012%2C0h0l.013-.005h0c.177-.068.353-.135.531-.2Zm1.891-.651.3.953c-.309.1-.62.2-.927.306l-.325-.946q.236-.081.473-.16h0l.029-.01h0l.015%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.015%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.014%2C0h0l.013%2C0h0l.013%2C0h0l.011%2C0%2C0%2C0%2C.01%2C0%2C.015%2C0%2C.008%2C0%2C.006%2C0%2C.013%2C0h0ZM31.2%2C1.4l.257.967c-.313.083-.629.171-.94.262l-.28-.96h0l.016%2C0h.005l.011%2C0h0l.013%2C0h0l.015%2C0h0c.3-.086.6-.169.9-.249ZM33.141.936l.21.978c-.317.068-.637.141-.952.216l-.233-.972c.323-.078.649-.152.975-.222ZM35.106.563l.163.987c-.32.053-.643.11-.961.171L34.121.738l.012%2C0%2C.015%2C0%2C.015%2C0%2C.015%2C0%2C.483-.088.016%2C0%2C.015%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.015%2C0%2C.016%2C0%2C.016%2C0%2C.016%2C0%2C.015%2C0%2C.016%2C0%2C.017%2C0%2C.017%2C0h0l.064-.011.016%2C0%2C.016%2C0%2C.016%2C0L35%2C.58l.016%2C0h0l.086-.014Zm1.98-.279.116.993c-.322.038-.648.079-.968.125l-.139-.99L36.326.38h0l.023%2C0h.007c.243-.033.485-.063.73-.092ZM39.077.1l.069%2C1c-.323.022-.651.049-.973.078l-.092-1h.008l.017%2C0%2C.017%2C0%2C.016%2C0h.069l.042%2C0H38.4l.018%2C0h0Q38.748.123%2C39.077.1Zm2-.09.022%2C1c-.324.007-.653.018-.976.033l-.045-1%2C.1%2C0h.1l.067%2C0h.338l.4-.01Z%22%20transform%3D%22translate(0)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  font-family: 'Josefin Slab', serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 1.2;
}
.point .point_list li .ico_point .number {
  font-size: 43px;
  line-height: 1;
}
.point h3 {
  margin-bottom: 1.5em;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.point .point_list .sentence p {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.point .point_list .sentence p + p {
  margin-top: 2em;
}
.point .point_list .list_img {
  width: 100%;
  max-width: 348px;
}
.point .box_inner {
  display: grid;
  grid-template-columns: 50% 50%;
}
.point .area1 {
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
}
.point .area2 {
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: center;
  align-self: center;
}
.point .area3 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 2em;
}
.point .area4 {
  grid-column: 1/3;
  grid-row: 4/4;
}
.point .txt_deco_01 {
  width: 300px;
  height: 233px;
  padding: 40px 20px 35px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22299.876%22%20height%3D%22234.046%22%20viewBox%3D%220%200%20299.876%20234.046%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22a%22%20cx%3D%220.5%22%20cy%3D%220.5%22%20r%3D%220.781%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fffbeb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-37.561%20-464.978)%22%3E%3Cpath%20d%3D%22M2%2C31.282A11.161%2C11.161%2C0%2C0%2C1%2C.66%2C31.2a.75.75%2C0%2C0%2C1-.647-.882c1.1-5.885%2C4.427-8.51%2C10.795-8.51.3%2C0%2C.621.006.945.018A20.54%2C20.54%2C0%2C0%2C0%2C13.32%2C14.8a11.784%2C11.784%2C0%2C0%2C1-1.915-.269%2C13.978%2C13.978%2C0%2C0%2C1-7.92-5A9.8%2C9.8%2C0%2C0%2C1%2C1.293%2C1.894a.75.75%2C0%2C0%2C1%2C.6-.6%2C7.629%2C7.629%2C0%2C0%2C1%2C1.391-.126%2C10.589%2C10.589%2C0%2C0%2C1%2C6.858%2C2.825%2C14.146%2C14.146%2C0%2C0%2C1%2C4.388%2C7.413%2C11.783%2C11.783%2C0%2C0%2C1%2C.269%2C1.915%2C20.573%2C20.573%2C0%2C0%2C0%2C7.29-1.679%2C20.634%2C20.634%2C0%2C0%2C1%2C.575-5.4%2C9.113%2C9.113%2C0%2C0%2C1%2C2.173-4.107A7.52%2C7.52%2C0%2C0%2C1%2C30.454%2C0a.75.75%2C0%2C0%2C1%2C.745.66%2C10.1%2C10.1%2C0%2C0%2C1-1.99%2C7.478%2C15.436%2C15.436%2C0%2C0%2C1-5.6%2C4.45%2C62.358%2C62.358%2C0%2C0%2C0%2C1.942%2C12.059.75.75%2C0%2C0%2C1-.908.908A74.039%2C74.039%2C0%2C0%2C0%2C12.7%2C23.38%2C16.1%2C16.1%2C0%2C0%2C1%2C8.71%2C28.756%2C10.176%2C10.176%2C0%2C0%2C1%2C2%2C31.282ZM1.66%2C29.776q.169.006.336.006A8.715%2C8.715%2C0%2C0%2C0%2C7.741%2C27.61a14.206%2C14.206%2C0%2C0%2C0%2C3.319-4.3h-.253C5.46%2C23.308%2C2.755%2C25.2%2C1.66%2C29.776Zm11.669-7.851a73.977%2C73.977%2C0%2C0%2C1%2C10.482%2C1.885%2C63.065%2C63.065%2C0%2C0%2C1-1.668-10.565%2C22.059%2C22.059%2C0%2C0%2C1-7.323%2C1.577A22.022%2C22.022%2C0%2C0%2C1%2C13.329%2C21.925ZM2.694%2C2.7A8.585%2C8.585%2C0%2C0%2C0%2C4.672%2C8.61a12.474%2C12.474%2C0%2C0%2C0%2C7.071%2C4.46%2C10.128%2C10.128%2C0%2C0%2C0%2C1.551.225%2C10.129%2C10.129%2C0%2C0%2C0-.225-1.551A12.634%2C12.634%2C0%2C0%2C0%2C9.154%2C5.121a9.226%2C9.226%2C0%2C0%2C0-5.87-2.453C3.085%2C2.668%2C2.888%2C2.677%2C2.694%2C2.7Zm27.075-1.17a5.718%2C5.718%2C0%2C0%2C0-3.858%2C1.66C24.429%2C4.7%2C23.65%2C7.3%2C23.591%2C10.911a13.508%2C13.508%2C0%2C0%2C0%2C4.415-3.669A8.611%2C8.611%2C0%2C0%2C0%2C29.769%2C1.525Z%22%20transform%3D%22translate(37.561%20464.977)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M2%2C187.542H2a10.177%2C10.177%2C0%2C0%2C1%2C6.713%2C2.526%2C16.1%2C16.1%2C0%2C0%2C1%2C3.991%2C5.376%2C74.049%2C74.049%2C0%2C0%2C0%2C11.945-2.176.75.75%2C0%2C0%2C1%2C.908.908%2C62.355%2C62.355%2C0%2C0%2C0-1.942%2C12.059%2C15.437%2C15.437%2C0%2C0%2C1%2C5.6%2C4.45%2C10.1%2C10.1%2C0%2C0%2C1%2C1.99%2C7.478.75.75%2C0%2C0%2C1-.745.66%2C7.52%2C7.52%2C0%2C0%2C1-5.618-2.136%2C9.112%2C9.112%2C0%2C0%2C1-2.173-4.107%2C20.636%2C20.636%2C0%2C0%2C1-.575-5.4%2C20.574%2C20.574%2C0%2C0%2C0-7.29-1.68%2C11.785%2C11.785%2C0%2C0%2C1-.269%2C1.915%2C14.147%2C14.147%2C0%2C0%2C1-4.389%2C7.414%2C10.589%2C10.589%2C0%2C0%2C1-6.859%2C2.825%2C7.628%2C7.628%2C0%2C0%2C1-1.39-.126.75.75%2C0%2C0%2C1-.6-.6A9.8%2C9.8%2C0%2C0%2C1%2C3.485%2C209.3a13.981%2C13.981%2C0%2C0%2C1%2C7.92-5.005%2C11.79%2C11.79%2C0%2C0%2C1%2C1.916-.268A20.536%2C20.536%2C0%2C0%2C0%2C11.753%2C197c-.324.012-.641.018-.945.018-6.368%2C0-9.7-2.624-10.795-8.509a.75.75%2C0%2C0%2C1%2C.647-.882A11.159%2C11.159%2C0%2C0%2C1%2C2%2C187.542Zm9.064%2C7.972a14.2%2C14.2%2C0%2C0%2C0-3.318-4.3A8.716%2C8.716%2C0%2C0%2C0%2C2%2C189.042H2q-.167%2C0-.336.006c1.095%2C4.58%2C3.8%2C6.467%2C9.147%2C6.467Zm11.082%2C10.065a63.058%2C63.058%2C0%2C0%2C1%2C1.668-10.565A73.994%2C73.994%2C0%2C0%2C1%2C13.33%2C196.9a22.018%2C22.018%2C0%2C0%2C1%2C1.49%2C7.1A22.064%2C22.064%2C0%2C0%2C1%2C22.142%2C205.579ZM3.283%2C216.156a9.226%2C9.226%2C0%2C0%2C0%2C5.87-2.453%2C12.635%2C12.635%2C0%2C0%2C0%2C3.916-6.624%2C10.128%2C10.128%2C0%2C0%2C0%2C.225-1.551%2C10.131%2C10.131%2C0%2C0%2C0-1.551.225%2C12.477%2C12.477%2C0%2C0%2C0-7.071%2C4.461%2C8.586%2C8.586%2C0%2C0%2C0-1.978%2C5.916C2.888%2C216.147%2C3.085%2C216.156%2C3.283%2C216.156ZM29.769%2C217.3a8.61%2C8.61%2C0%2C0%2C0-1.762-5.717%2C13.509%2C13.509%2C0%2C0%2C0-4.415-3.669c.059%2C3.611.837%2C6.207%2C2.319%2C7.726A5.718%2C5.718%2C0%2C0%2C0%2C29.769%2C217.3Z%22%20transform%3D%22translate(37.561%20480.201)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M0%2C154.05a.75.75%2C0%2C0%2C1-.75-.75V0A.75.75%2C0%2C0%2C1%2C0-.75.75.75%2C0%2C0%2C1%2C.75%2C0V153.3A.75.75%2C0%2C0%2C1%2C0%2C154.05Z%22%20transform%3D%22translate(44.771%20505.35)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M277.715%2C31.282h0A10.178%2C10.178%2C0%2C0%2C1%2C271%2C28.755a16.1%2C16.1%2C0%2C0%2C1-3.992-5.376%2C74.047%2C74.047%2C0%2C0%2C0-11.947%2C2.176.75.75%2C0%2C0%2C1-.908-.908A62.341%2C62.341%2C0%2C0%2C0%2C256.1%2C12.589a15.433%2C15.433%2C0%2C0%2C1-5.6-4.45A10.1%2C10.1%2C0%2C0%2C1%2C248.512.661a.75.75%2C0%2C0%2C1%2C.745-.66%2C7.518%2C7.518%2C0%2C0%2C1%2C5.617%2C2.136%2C9.112%2C9.112%2C0%2C0%2C1%2C2.173%2C4.107%2C20.636%2C20.636%2C0%2C0%2C1%2C.575%2C5.4%2C20.574%2C20.574%2C0%2C0%2C0%2C7.29%2C1.68%2C11.783%2C11.783%2C0%2C0%2C1%2C.268-1.915%2C14.145%2C14.145%2C0%2C0%2C1%2C4.388-7.413%2C10.589%2C10.589%2C0%2C0%2C1%2C6.859-2.825%2C7.631%2C7.631%2C0%2C0%2C1%2C1.391.126.75.75%2C0%2C0%2C1%2C.6.6%2C9.8%2C9.8%2C0%2C0%2C1-2.192%2C7.633%2C13.977%2C13.977%2C0%2C0%2C1-7.92%2C5%2C11.782%2C11.782%2C0%2C0%2C1-1.916.269%2C20.54%2C20.54%2C0%2C0%2C0%2C1.568%2C7.026c.324-.012.639-.018.944-.018%2C6.367%2C0%2C9.7%2C2.624%2C10.795%2C8.51a.75.75%2C0%2C0%2C1-.647.882A11.146%2C11.146%2C0%2C0%2C1%2C277.715%2C31.282ZM268.65%2C23.31a14.207%2C14.207%2C0%2C0%2C0%2C3.319%2C4.3%2C8.717%2C8.717%2C0%2C0%2C0%2C5.745%2C2.172c.113%2C0%2C.223%2C0%2C.336-.006-1.1-4.58-3.8-6.467-9.147-6.467ZM257.567%2C13.244A63.047%2C63.047%2C0%2C0%2C1%2C255.9%2C23.809a73.985%2C73.985%2C0%2C0%2C1%2C10.483-1.885%2C22.023%2C22.023%2C0%2C0%2C1-1.491-7.1A22.058%2C22.058%2C0%2C0%2C1%2C257.567%2C13.244ZM276.426%2C2.668a9.226%2C9.226%2C0%2C0%2C0-5.87%2C2.453%2C12.634%2C12.634%2C0%2C0%2C0-3.915%2C6.623%2C10.126%2C10.126%2C0%2C0%2C0-.225%2C1.551%2C10.126%2C10.126%2C0%2C0%2C0%2C1.552-.225%2C12.473%2C12.473%2C0%2C0%2C0%2C7.071-4.46A8.586%2C8.586%2C0%2C0%2C0%2C277.016%2C2.7C276.822%2C2.677%2C276.625%2C2.668%2C276.426%2C2.668ZM249.942%2C1.525A8.61%2C8.61%2C0%2C0%2C0%2C251.7%2C7.242a13.5%2C13.5%2C0%2C0%2C0%2C4.415%2C3.669C256.06%2C7.3%2C255.282%2C4.7%2C253.8%2C3.185A5.717%2C5.717%2C0%2C0%2C0%2C249.942%2C1.525Z%22%20transform%3D%22translate(57.728%20464.977)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M221.482.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H221.482a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C221.482.75Z%22%20transform%3D%22translate(76.759%20472.186)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M263.572%2C229.409a4.468%2C4.468%2C0%2C0%2C1-3.453-1.87%2C5.469%2C5.469%2C0%2C0%2C1-.919-4.806%2C5.573%2C5.573%2C0%2C0%2C1%2C.333-.893H39.7a5.575%2C5.575%2C0%2C0%2C1%2C.333.893%2C5.469%2C5.469%2C0%2C0%2C1-.919%2C4.805%2C4.469%2C4.469%2C0%2C0%2C1-3.453%2C1.871%2C3.584%2C3.584%2C0%2C0%2C1-2.567-1.109%2C3.755%2C3.755%2C0%2C0%2C1-.743-3.959%2C5.324%2C5.324%2C0%2C0%2C1%2C2-2.554%2C7.615%2C7.615%2C0%2C0%2C1%2C2.618-1.147%2C14.764%2C14.764%2C0%2C0%2C0-4.722-2.913%2C22.575%2C22.575%2C0%2C0%2C0-8.292-1.624%2C15.741%2C15.741%2C0%2C0%2C0-7.271%2C1.623.75.75%2C0%2C0%2C1-1.012-1.012%2C14.683%2C14.683%2C0%2C0%2C0%2C1.558-5.739%2C21.3%2C21.3%2C0%2C0%2C0-.478-6.157%2C18.166%2C18.166%2C0%2C0%2C0-4.017-8.3%2C7.144%2C7.144%2C0%2C0%2C1-1.711%2C3.241A4.752%2C4.752%2C0%2C0%2C1%2C7.616%2C201.3a3.518%2C3.518%2C0%2C0%2C1-2.517-1%2C3.649%2C3.649%2C0%2C0%2C1-.8-4.093%2C5.022%2C5.022%2C0%2C0%2C1%2C1.828-2.194%2C5.216%2C5.216%2C0%2C0%2C1%2C2.93-.9%2C5.313%2C5.313%2C0%2C0%2C1%2C1.637.262%2C5.882%2C5.882%2C0%2C0%2C1%2C.863.36s0%2C0%2C0%2C0V39.666s0%2C0%2C0%2C0a5.884%2C5.884%2C0%2C0%2C1-.863.36%2C5.316%2C5.316%2C0%2C0%2C1-1.637.262%2C5.216%2C5.216%2C0%2C0%2C1-2.93-.9A5.021%2C5.021%2C0%2C0%2C1%2C4.3%2C37.186a3.65%2C3.65%2C0%2C0%2C1%2C.8-4.094%2C3.518%2C3.518%2C0%2C0%2C1%2C2.517-1%2C4.752%2C4.752%2C0%2C0%2C1%2C3.409%2C1.543%2C7.143%2C7.143%2C0%2C0%2C1%2C1.711%2C3.241%2C18.167%2C18.167%2C0%2C0%2C0%2C4.017-8.3%2C21.3%2C21.3%2C0%2C0%2C0%2C.478-6.157%2C14.681%2C14.681%2C0%2C0%2C0-1.558-5.739.75.75%2C0%2C0%2C1%2C1.012-1.013A15.741%2C15.741%2C0%2C0%2C0%2C23.957%2C17.3a22.574%2C22.574%2C0%2C0%2C0%2C8.292-1.624%2C14.764%2C14.764%2C0%2C0%2C0%2C4.722-2.913%2C7.615%2C7.615%2C0%2C0%2C1-2.618-1.147%2C5.325%2C5.325%2C0%2C0%2C1-2-2.554A3.755%2C3.755%2C0%2C0%2C1%2C33.091%2C5.1a3.584%2C3.584%2C0%2C0%2C1%2C2.567-1.109%2C4.469%2C4.469%2C0%2C0%2C1%2C3.453%2C1.871%2C5.469%2C5.469%2C0%2C0%2C1%2C.919%2C4.805%2C5.573%2C5.573%2C0%2C0%2C1-.333.893H259.533a5.574%2C5.574%2C0%2C0%2C1-.333-.893%2C5.469%2C5.469%2C0%2C0%2C1%2C.919-4.806%2C4.468%2C4.468%2C0%2C0%2C1%2C3.453-1.87A3.586%2C3.586%2C0%2C0%2C1%2C266.139%2C5.1a3.755%2C3.755%2C0%2C0%2C1%2C.743%2C3.96%2C5.325%2C5.325%2C0%2C0%2C1-2%2C2.554%2C7.615%2C7.615%2C0%2C0%2C1-2.618%2C1.147%2C14.764%2C14.764%2C0%2C0%2C0%2C4.722%2C2.913%2C22.564%2C22.564%2C0%2C0%2C0%2C8.291%2C1.624%2C15.743%2C15.743%2C0%2C0%2C0%2C7.271-1.623.75.75%2C0%2C0%2C1%2C1.012%2C1.013A14.681%2C14.681%2C0%2C0%2C0%2C282%2C22.427a21.3%2C21.3%2C0%2C0%2C0%2C.478%2C6.157%2C18.166%2C18.166%2C0%2C0%2C0%2C4.018%2C8.3%2C7.144%2C7.144%2C0%2C0%2C1%2C1.711-3.242%2C4.751%2C4.751%2C0%2C0%2C1%2C3.409-1.544%2C3.517%2C3.517%2C0%2C0%2C1%2C2.517%2C1%2C3.649%2C3.649%2C0%2C0%2C1%2C.8%2C4.093%2C5.022%2C5.022%2C0%2C0%2C1-1.828%2C2.194%2C5.216%2C5.216%2C0%2C0%2C1-2.93.9%2C5.312%2C5.312%2C0%2C0%2C1-1.637-.262%2C5.885%2C5.885%2C0%2C0%2C1-.862-.359V193.737a5.885%2C5.885%2C0%2C0%2C1%2C.861-.359%2C5.314%2C5.314%2C0%2C0%2C1%2C1.637-.262%2C5.217%2C5.217%2C0%2C0%2C1%2C2.93.9%2C5.021%2C5.021%2C0%2C0%2C1%2C1.828%2C2.194%2C3.649%2C3.649%2C0%2C0%2C1-.8%2C4.093%2C3.518%2C3.518%2C0%2C0%2C1-2.516%2C1%2C4.75%2C4.75%2C0%2C0%2C1-3.409-1.544%2C7.145%2C7.145%2C0%2C0%2C1-1.711-3.242%2C18.165%2C18.165%2C0%2C0%2C0-4.017%2C8.3%2C21.305%2C21.305%2C0%2C0%2C0-.478%2C6.157%2C14.684%2C14.684%2C0%2C0%2C0%2C1.557%2C5.74.75.75%2C0%2C0%2C1-1.012%2C1.012%2C15.74%2C15.74%2C0%2C0%2C0-7.271-1.623%2C22.57%2C22.57%2C0%2C0%2C0-8.291%2C1.624%2C14.765%2C14.765%2C0%2C0%2C0-4.722%2C2.913%2C7.614%2C7.614%2C0%2C0%2C1%2C2.618%2C1.147%2C5.325%2C5.325%2C0%2C0%2C1%2C2%2C2.554%2C3.755%2C3.755%2C0%2C0%2C1-.743%2C3.96A3.586%2C3.586%2C0%2C0%2C1%2C263.572%2C229.409Zm-2.4-7.453a4.478%2C4.478%2C0%2C0%2C0-.531%2C1.176%2C3.98%2C3.98%2C0%2C0%2C0%2C.667%2C3.5%2C2.972%2C2.972%2C0%2C0%2C0%2C2.26%2C1.279%2C2.09%2C2.09%2C0%2C0%2C0%2C1.506-.67%2C2.277%2C2.277%2C0%2C0%2C0%2C.39-2.4C264.94%2C223.35%2C263.351%2C222.29%2C261.177%2C221.956Zm-223.123%2C0c-2.175.334-3.763%2C1.394-4.292%2C2.885a2.276%2C2.276%2C0%2C0%2C0%2C.39%2C2.4%2C2.089%2C2.089%2C0%2C0%2C0%2C1.506.67%2C2.973%2C2.973%2C0%2C0%2C0%2C2.26-1.28%2C3.98%2C3.98%2C0%2C0%2C0%2C.667-3.5A4.477%2C4.477%2C0%2C0%2C0%2C38.053%2C221.956Zm1.612-1.616h219.9c.308%2C0%2C.612.01.908.031a14.964%2C14.964%2C0%2C0%2C1%2C5.944-4.035%2C24.105%2C24.105%2C0%2C0%2C1%2C8.855-1.734%2C18.363%2C18.363%2C0%2C0%2C1%2C6.167%2C1.008%2C17.176%2C17.176%2C0%2C0%2C1-.936-4.524%2C23.363%2C23.363%2C0%2C0%2C1%2C2.676-12.467%2C13.733%2C13.733%2C0%2C0%2C1%2C3.029-3.893c-.025-.323-.037-.655-.037-.992V39.666c0-.337.012-.67.037-.992a13.735%2C13.735%2C0%2C0%2C1-3.029-3.893A23.366%2C23.366%2C0%2C0%2C1%2C280.5%2C22.314a17.175%2C17.175%2C0%2C0%2C1%2C.936-4.524%2C18.369%2C18.369%2C0%2C0%2C1-6.167%2C1.008%2C24.1%2C24.1%2C0%2C0%2C1-8.855-1.734%2C14.963%2C14.963%2C0%2C0%2C1-5.944-4.035c-.3.02-.6.031-.908.031H39.665c-.308%2C0-.612-.01-.908-.031a14.963%2C14.963%2C0%2C0%2C1-5.944%2C4.034A24.11%2C24.11%2C0%2C0%2C1%2C23.957%2C18.8%2C18.365%2C18.365%2C0%2C0%2C1%2C17.79%2C17.79a17.174%2C17.174%2C0%2C0%2C1%2C.936%2C4.523%2C22.821%2C22.821%2C0%2C0%2C1-.509%2C6.6%2C22.76%2C22.76%2C0%2C0%2C1-2.166%2C5.87%2C13.737%2C13.737%2C0%2C0%2C1-3.029%2C3.893c.025.323.037.655.037.993V193.734c0%2C.338-.012.67-.037.993a13.736%2C13.736%2C0%2C0%2C1%2C3.029%2C3.893%2C22.757%2C22.757%2C0%2C0%2C1%2C2.166%2C5.87%2C22.821%2C22.821%2C0%2C0%2C1%2C.509%2C6.6%2C17.175%2C17.175%2C0%2C0%2C1-.937%2C4.523%2C18.363%2C18.363%2C0%2C0%2C1%2C6.167-1.008%2C24.109%2C24.109%2C0%2C0%2C1%2C8.856%2C1.734%2C14.962%2C14.962%2C0%2C0%2C1%2C5.944%2C4.035C39.053%2C220.35%2C39.357%2C220.34%2C39.665%2C220.34ZM287.8%2C195.4a6.094%2C6.094%2C0%2C0%2C0%2C1.491%2C3.319%2C3.313%2C3.313%2C0%2C0%2C0%2C2.328%2C1.084%2C2.031%2C2.031%2C0%2C0%2C0%2C1.456-.557%2C2.151%2C2.151%2C0%2C0%2C0%2C.472-2.458%2C3.7%2C3.7%2C0%2C0%2C0-3.372-2.172%2C3.816%2C3.816%2C0%2C0%2C0-1.175.189A4.864%2C4.864%2C0%2C0%2C0%2C287.8%2C195.4ZM9.061%2C194.617a3.71%2C3.71%2C0%2C0%2C0-3.372%2C2.173%2C2.151%2C2.151%2C0%2C0%2C0%2C.471%2C2.458%2C2.031%2C2.031%2C0%2C0%2C0%2C1.456.557%2C3.315%2C3.315%2C0%2C0%2C0%2C2.329-1.084%2C6.093%2C6.093%2C0%2C0%2C0%2C1.491-3.318%2C4.864%2C4.864%2C0%2C0%2C0-1.2-.6A3.816%2C3.816%2C0%2C0%2C0%2C9.061%2C194.617ZM287.8%2C38a4.864%2C4.864%2C0%2C0%2C0%2C1.2.6%2C3.815%2C3.815%2C0%2C0%2C0%2C1.175.189%2C3.71%2C3.71%2C0%2C0%2C0%2C3.372-2.173%2C2.151%2C2.151%2C0%2C0%2C0-.471-2.458%2C2.03%2C2.03%2C0%2C0%2C0-1.456-.557%2C3.314%2C3.314%2C0%2C0%2C0-2.328%2C1.084A6.093%2C6.093%2C0%2C0%2C0%2C287.8%2C38ZM7.616%2C33.6a2.031%2C2.031%2C0%2C0%2C0-1.456.557%2C2.151%2C2.151%2C0%2C0%2C0-.471%2C2.459%2C3.7%2C3.7%2C0%2C0%2C0%2C3.372%2C2.172%2C3.817%2C3.817%2C0%2C0%2C0%2C1.175-.189%2C4.865%2C4.865%2C0%2C0%2C0%2C1.2-.6A6.092%2C6.092%2C0%2C0%2C0%2C9.945%2C34.68%2C3.315%2C3.315%2C0%2C0%2C0%2C7.616%2C33.6Zm28.042-28.1a2.089%2C2.089%2C0%2C0%2C0-1.506.67%2C2.276%2C2.276%2C0%2C0%2C0-.39%2C2.4c.528%2C1.492%2C2.117%2C2.552%2C4.292%2C2.885a4.476%2C4.476%2C0%2C0%2C0%2C.531-1.176%2C3.98%2C3.98%2C0%2C0%2C0-.667-3.5A2.972%2C2.972%2C0%2C0%2C0%2C35.658%2C5.491Zm227.914%2C0a2.972%2C2.972%2C0%2C0%2C0-2.26%2C1.279%2C3.98%2C3.98%2C0%2C0%2C0-.667%2C3.5%2C4.479%2C4.479%2C0%2C0%2C0%2C.531%2C1.176c2.174-.334%2C3.763-1.394%2C4.291-2.885a2.276%2C2.276%2C0%2C0%2C0-.39-2.4A2.09%2C2.09%2C0%2C0%2C0%2C263.572%2C5.491Z%22%20transform%3D%22translate(37.885%20465.301)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M277.712%2C187.542a11.159%2C11.159%2C0%2C0%2C1%2C1.337.082.75.75%2C0%2C0%2C1%2C.647.882c-1.1%2C5.885-4.428%2C8.509-10.8%2C8.509-.3%2C0-.621-.006-.944-.018a20.536%2C20.536%2C0%2C0%2C0-1.567%2C7.025%2C11.785%2C11.785%2C0%2C0%2C1%2C1.916.268%2C13.98%2C13.98%2C0%2C0%2C1%2C7.92%2C5.005%2C9.805%2C9.805%2C0%2C0%2C1%2C2.192%2C7.634.75.75%2C0%2C0%2C1-.6.6%2C7.632%2C7.632%2C0%2C0%2C1-1.39.126%2C10.589%2C10.589%2C0%2C0%2C1-6.859-2.825%2C14.147%2C14.147%2C0%2C0%2C1-4.388-7.414%2C11.79%2C11.79%2C0%2C0%2C1-.268-1.915%2C20.577%2C20.577%2C0%2C0%2C0-7.29%2C1.68%2C20.635%2C20.635%2C0%2C0%2C1-.575%2C5.4%2C9.112%2C9.112%2C0%2C0%2C1-2.173%2C4.106%2C7.518%2C7.518%2C0%2C0%2C1-5.617%2C2.136.75.75%2C0%2C0%2C1-.745-.66%2C10.1%2C10.1%2C0%2C0%2C1%2C1.989-7.477%2C15.437%2C15.437%2C0%2C0%2C1%2C5.6-4.45%2C62.335%2C62.335%2C0%2C0%2C0-1.943-12.059.75.75%2C0%2C0%2C1%2C.908-.908%2C74.056%2C74.056%2C0%2C0%2C0%2C11.947%2C2.176A16.1%2C16.1%2C0%2C0%2C1%2C271%2C190.068%2C10.175%2C10.175%2C0%2C0%2C1%2C277.712%2C187.542Zm.337%2C1.506q-.169-.006-.337-.006a8.713%2C8.713%2C0%2C0%2C0-5.744%2C2.172%2C14.207%2C14.207%2C0%2C0%2C0-3.318%2C4.3h.252C274.248%2C195.516%2C276.954%2C193.629%2C278.049%2C189.049ZM266.38%2C196.9a73.99%2C73.99%2C0%2C0%2C1-10.482-1.885%2C63.04%2C63.04%2C0%2C0%2C1%2C1.669%2C10.565A22.062%2C22.062%2C0%2C0%2C1%2C264.89%2C204%2C22.019%2C22.019%2C0%2C0%2C1%2C266.38%2C196.9Zm10.636%2C19.23a8.588%2C8.588%2C0%2C0%2C0-1.978-5.916%2C12.477%2C12.477%2C0%2C0%2C0-7.071-4.461%2C10.128%2C10.128%2C0%2C0%2C0-1.552-.225%2C10.13%2C10.13%2C0%2C0%2C0%2C.225%2C1.551%2C12.636%2C12.636%2C0%2C0%2C0%2C3.915%2C6.624%2C9.227%2C9.227%2C0%2C0%2C0%2C5.871%2C2.453C276.625%2C216.156%2C276.822%2C216.147%2C277.016%2C216.129ZM249.942%2C217.3a5.717%2C5.717%2C0%2C0%2C0%2C3.857-1.66c1.482-1.519%2C2.26-4.115%2C2.319-7.726a13.508%2C13.508%2C0%2C0%2C0-4.414%2C3.669A8.609%2C8.609%2C0%2C0%2C0%2C249.942%2C217.3Z%22%20transform%3D%22translate(57.728%20480.201)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M221.482.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H221.482a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C221.482.75Z%22%20transform%3D%22translate(76.759%20691.814)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M0%2C154.05a.75.75%2C0%2C0%2C1-.75-.75V0A.75.75%2C0%2C0%2C1%2C0-.75.75.75%2C0%2C0%2C1%2C.75%2C0V153.3A.75.75%2C0%2C0%2C1%2C0%2C154.05Z%22%20transform%3D%22translate(330.23%20505.35)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M-18063.809%2C7228.709l-27.277%2C26.139v154.579l27.277%2C25.964h219.365l26.58-25.964V7254.848l-26.58-26.139Z%22%20transform%3D%22translate(18142%20-6750)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.point .txt_deco_02 {
  width: 300px;
  height: 168px;
  padding: 40px 20px 35px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22299.879%22%20height%3D%22169.176%22%20viewBox%3D%220%200%20299.879%20169.176%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22a%22%20cx%3D%220.5%22%20cy%3D%220.5%22%20r%3D%220.781%22%20gradientUnits%3D%22objectBoundingBox%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fffbeb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fff%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cg%20transform%3D%22translate(-37.561%20-1824.269)%22%3E%3Cpath%20d%3D%22M2%2C31.282A11.161%2C11.161%2C0%2C0%2C1%2C.66%2C31.2a.75.75%2C0%2C0%2C1-.647-.882c1.1-5.885%2C4.427-8.51%2C10.795-8.51.3%2C0%2C.621.006.945.018A20.54%2C20.54%2C0%2C0%2C0%2C13.32%2C14.8a11.784%2C11.784%2C0%2C0%2C1-1.915-.269%2C13.978%2C13.978%2C0%2C0%2C1-7.92-5A9.8%2C9.8%2C0%2C0%2C1%2C1.293%2C1.894a.75.75%2C0%2C0%2C1%2C.6-.6%2C7.629%2C7.629%2C0%2C0%2C1%2C1.391-.126%2C10.589%2C10.589%2C0%2C0%2C1%2C6.858%2C2.825%2C14.146%2C14.146%2C0%2C0%2C1%2C4.388%2C7.413%2C11.785%2C11.785%2C0%2C0%2C1%2C.269%2C1.915%2C20.573%2C20.573%2C0%2C0%2C0%2C7.29-1.679%2C20.634%2C20.634%2C0%2C0%2C1%2C.575-5.4%2C9.113%2C9.113%2C0%2C0%2C1%2C2.173-4.107A7.52%2C7.52%2C0%2C0%2C1%2C30.454%2C0a.75.75%2C0%2C0%2C1%2C.745.66%2C10.1%2C10.1%2C0%2C0%2C1-1.99%2C7.478%2C15.437%2C15.437%2C0%2C0%2C1-5.6%2C4.45%2C62.358%2C62.358%2C0%2C0%2C0%2C1.942%2C12.059.75.75%2C0%2C0%2C1-.908.908A74.039%2C74.039%2C0%2C0%2C0%2C12.7%2C23.38%2C16.1%2C16.1%2C0%2C0%2C1%2C8.71%2C28.756%2C10.176%2C10.176%2C0%2C0%2C1%2C2%2C31.282ZM1.66%2C29.776q.169.006.336.006A8.715%2C8.715%2C0%2C0%2C0%2C7.741%2C27.61a14.206%2C14.206%2C0%2C0%2C0%2C3.319-4.3h-.253C5.46%2C23.308%2C2.755%2C25.2%2C1.66%2C29.776Zm11.669-7.851a73.977%2C73.977%2C0%2C0%2C1%2C10.482%2C1.885%2C63.065%2C63.065%2C0%2C0%2C1-1.668-10.565%2C22.059%2C22.059%2C0%2C0%2C1-7.323%2C1.577A22.022%2C22.022%2C0%2C0%2C1%2C13.329%2C21.925ZM2.694%2C2.7A8.585%2C8.585%2C0%2C0%2C0%2C4.672%2C8.61a12.474%2C12.474%2C0%2C0%2C0%2C7.071%2C4.46%2C10.128%2C10.128%2C0%2C0%2C0%2C1.551.225%2C10.129%2C10.129%2C0%2C0%2C0-.225-1.551A12.634%2C12.634%2C0%2C0%2C0%2C9.154%2C5.121a9.226%2C9.226%2C0%2C0%2C0-5.87-2.453C3.085%2C2.668%2C2.888%2C2.677%2C2.694%2C2.7Zm27.075-1.17a5.718%2C5.718%2C0%2C0%2C0-3.858%2C1.66C24.429%2C4.7%2C23.65%2C7.3%2C23.591%2C10.911a13.508%2C13.508%2C0%2C0%2C0%2C4.415-3.669A8.611%2C8.611%2C0%2C0%2C0%2C29.769%2C1.525Z%22%20transform%3D%22translate(37.561%201824.268)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M1.994%2C127.542H2a10.18%2C10.18%2C0%2C0%2C1%2C6.713%2C2.526%2C16.1%2C16.1%2C0%2C0%2C1%2C3.992%2C5.376%2C74.038%2C74.038%2C0%2C0%2C0%2C11.946-2.176.75.75%2C0%2C0%2C1%2C.908.908%2C62.358%2C62.358%2C0%2C0%2C0-1.942%2C12.059%2C15.436%2C15.436%2C0%2C0%2C1%2C5.6%2C4.45%2C10.1%2C10.1%2C0%2C0%2C1%2C1.99%2C7.478.75.75%2C0%2C0%2C1-.745.66%2C7.52%2C7.52%2C0%2C0%2C1-5.618-2.136%2C9.113%2C9.113%2C0%2C0%2C1-2.173-4.107%2C20.634%2C20.634%2C0%2C0%2C1-.575-5.4A20.573%2C20.573%2C0%2C0%2C0%2C14.8%2C145.5a11.784%2C11.784%2C0%2C0%2C1-.269%2C1.915%2C14.146%2C14.146%2C0%2C0%2C1-4.388%2C7.413%2C10.589%2C10.589%2C0%2C0%2C1-6.858%2C2.825%2C7.629%2C7.629%2C0%2C0%2C1-1.391-.126.75.75%2C0%2C0%2C1-.6-.6A9.8%2C9.8%2C0%2C0%2C1%2C3.485%2C149.3a13.978%2C13.978%2C0%2C0%2C1%2C7.92-5%2C11.784%2C11.784%2C0%2C0%2C1%2C1.915-.269A20.54%2C20.54%2C0%2C0%2C0%2C11.752%2C137c-.324.012-.64.018-.945.018-6.367%2C0-9.7-2.624-10.795-8.51a.75.75%2C0%2C0%2C1%2C.647-.882A11.148%2C11.148%2C0%2C0%2C1%2C1.994%2C127.542Zm9.065%2C7.972a14.2%2C14.2%2C0%2C0%2C0-3.319-4.3A8.718%2C8.718%2C0%2C0%2C0%2C2%2C129.042c-.111%2C0-.223%2C0-.336.006%2C1.095%2C4.58%2C3.8%2C6.467%2C9.147%2C6.467ZM22.142%2C145.58a63.065%2C63.065%2C0%2C0%2C1%2C1.668-10.565A73.976%2C73.976%2C0%2C0%2C1%2C13.329%2C136.9%2C22.022%2C22.022%2C0%2C0%2C1%2C14.82%2C144%2C22.056%2C22.056%2C0%2C0%2C1%2C22.142%2C145.58ZM3.284%2C156.156a9.226%2C9.226%2C0%2C0%2C0%2C5.87-2.453%2C12.634%2C12.634%2C0%2C0%2C0%2C3.915-6.623%2C10.127%2C10.127%2C0%2C0%2C0%2C.225-1.551%2C10.13%2C10.13%2C0%2C0%2C0-1.551.225%2C12.475%2C12.475%2C0%2C0%2C0-7.071%2C4.46%2C8.585%2C8.585%2C0%2C0%2C0-1.978%2C5.915C2.888%2C156.147%2C3.085%2C156.156%2C3.284%2C156.156ZM29.769%2C157.3a8.611%2C8.611%2C0%2C0%2C0-1.762-5.717%2C13.508%2C13.508%2C0%2C0%2C0-4.415-3.669c.059%2C3.611.837%2C6.207%2C2.319%2C7.726A5.718%2C5.718%2C0%2C0%2C0%2C29.769%2C157.3Z%22%20transform%3D%22translate(37.561%201834.621)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M0%2C89.18a.75.75%2C0%2C0%2C1-.75-.75V0A.75.75%2C0%2C0%2C1%2C0-.75.75.75%2C0%2C0%2C1%2C.75%2C0V88.43A.75.75%2C0%2C0%2C1%2C0%2C89.18Z%22%20transform%3D%22translate(44.771%201864.641)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M277.717%2C31.282h0A10.18%2C10.18%2C0%2C0%2C1%2C271%2C28.755a16.1%2C16.1%2C0%2C0%2C1-3.992-5.376%2C74.039%2C74.039%2C0%2C0%2C0-11.946%2C2.176.75.75%2C0%2C0%2C1-.908-.908A62.359%2C62.359%2C0%2C0%2C0%2C256.1%2C12.589a15.436%2C15.436%2C0%2C0%2C1-5.6-4.45%2C10.1%2C10.1%2C0%2C0%2C1-1.99-7.478.75.75%2C0%2C0%2C1%2C.745-.66%2C7.52%2C7.52%2C0%2C0%2C1%2C5.618%2C2.136%2C9.112%2C9.112%2C0%2C0%2C1%2C2.173%2C4.107%2C20.636%2C20.636%2C0%2C0%2C1%2C.575%2C5.4%2C20.577%2C20.577%2C0%2C0%2C0%2C7.29%2C1.679%2C11.786%2C11.786%2C0%2C0%2C1%2C.269-1.915%2C14.146%2C14.146%2C0%2C0%2C1%2C4.388-7.413%2C10.589%2C10.589%2C0%2C0%2C1%2C6.858-2.825%2C7.628%2C7.628%2C0%2C0%2C1%2C1.391.126.75.75%2C0%2C0%2C1%2C.6.6%2C9.8%2C9.8%2C0%2C0%2C1-2.192%2C7.634%2C13.977%2C13.977%2C0%2C0%2C1-7.919%2C5%2C11.788%2C11.788%2C0%2C0%2C1-1.916.269%2C20.54%2C20.54%2C0%2C0%2C0%2C1.568%2C7.026c.324-.012.64-.018.945-.018%2C6.367%2C0%2C9.7%2C2.624%2C10.795%2C8.51a.75.75%2C0%2C0%2C1-.647.882A11.148%2C11.148%2C0%2C0%2C1%2C277.717%2C31.282Zm-9.066-7.972a14.2%2C14.2%2C0%2C0%2C0%2C3.319%2C4.3%2C8.718%2C8.718%2C0%2C0%2C0%2C5.745%2C2.172h0q.166%2C0%2C.334-.006c-1.095-4.58-3.8-6.467-9.147-6.467ZM257.569%2C13.244A63.068%2C63.068%2C0%2C0%2C1%2C255.9%2C23.809a73.977%2C73.977%2C0%2C0%2C1%2C10.482-1.885%2C22.022%2C22.022%2C0%2C0%2C1-1.491-7.1A22.061%2C22.061%2C0%2C0%2C1%2C257.569%2C13.244ZM276.427%2C2.668a9.226%2C9.226%2C0%2C0%2C0-5.87%2C2.453%2C12.634%2C12.634%2C0%2C0%2C0-3.915%2C6.623%2C10.126%2C10.126%2C0%2C0%2C0-.225%2C1.551%2C10.129%2C10.129%2C0%2C0%2C0%2C1.552-.225%2C12.473%2C12.473%2C0%2C0%2C0%2C7.07-4.46A8.585%2C8.585%2C0%2C0%2C0%2C277.017%2C2.7C276.823%2C2.677%2C276.626%2C2.668%2C276.427%2C2.668ZM249.942%2C1.525A8.61%2C8.61%2C0%2C0%2C0%2C251.7%2C7.242a13.506%2C13.506%2C0%2C0%2C0%2C4.415%2C3.669c-.059-3.611-.837-6.207-2.319-7.726A5.718%2C5.718%2C0%2C0%2C0%2C249.942%2C1.525Z%22%20transform%3D%22translate(57.729%201824.268)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M221.482.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H221.482a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C221.482.75Z%22%20transform%3D%22translate(76.759%201831.477)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M263.572%2C164.538a4.468%2C4.468%2C0%2C0%2C1-3.453-1.87%2C5.469%2C5.469%2C0%2C0%2C1-.919-4.806%2C5.577%2C5.577%2C0%2C0%2C1%2C.333-.893H39.7a5.575%2C5.575%2C0%2C0%2C1%2C.333.893%2C5.468%2C5.468%2C0%2C0%2C1-.919%2C4.805%2C4.469%2C4.469%2C0%2C0%2C1-3.453%2C1.871%2C3.584%2C3.584%2C0%2C0%2C1-2.567-1.109%2C3.755%2C3.755%2C0%2C0%2C1-.743-3.959%2C5.324%2C5.324%2C0%2C0%2C1%2C2-2.554%2C7.615%2C7.615%2C0%2C0%2C1%2C2.618-1.147%2C14.763%2C14.763%2C0%2C0%2C0-4.722-2.913%2C22.573%2C22.573%2C0%2C0%2C0-8.292-1.624%2C15.741%2C15.741%2C0%2C0%2C0-7.271%2C1.623.75.75%2C0%2C0%2C1-1.012-1.012%2C14.683%2C14.683%2C0%2C0%2C0%2C1.558-5.739%2C21.3%2C21.3%2C0%2C0%2C0-.478-6.157%2C18.166%2C18.166%2C0%2C0%2C0-4.017-8.3%2C7.145%2C7.145%2C0%2C0%2C1-1.711%2C3.241%2C4.752%2C4.752%2C0%2C0%2C1-3.409%2C1.544%2C3.518%2C3.518%2C0%2C0%2C1-2.517-1%2C3.649%2C3.649%2C0%2C0%2C1-.8-4.093%2C5.022%2C5.022%2C0%2C0%2C1%2C1.828-2.194%2C5.216%2C5.216%2C0%2C0%2C1%2C2.93-.9%2C5.313%2C5.313%2C0%2C0%2C1%2C1.637.262%2C5.885%2C5.885%2C0%2C0%2C1%2C.863.36s0%2C0%2C0%2C0v-89.2s0%2C0%2C0%2C0a5.884%2C5.884%2C0%2C0%2C1-.862.36%2C5.316%2C5.316%2C0%2C0%2C1-1.637.262%2C5.216%2C5.216%2C0%2C0%2C1-2.93-.9A5.022%2C5.022%2C0%2C0%2C1%2C4.3%2C37.186a3.65%2C3.65%2C0%2C0%2C1%2C.8-4.094%2C3.518%2C3.518%2C0%2C0%2C1%2C2.517-1%2C4.752%2C4.752%2C0%2C0%2C1%2C3.409%2C1.543%2C7.144%2C7.144%2C0%2C0%2C1%2C1.711%2C3.241%2C18.167%2C18.167%2C0%2C0%2C0%2C4.017-8.3%2C21.3%2C21.3%2C0%2C0%2C0%2C.478-6.157%2C14.68%2C14.68%2C0%2C0%2C0-1.558-5.739.75.75%2C0%2C0%2C1%2C1.012-1.013A15.741%2C15.741%2C0%2C0%2C0%2C23.957%2C17.3a22.575%2C22.575%2C0%2C0%2C0%2C8.292-1.624%2C14.764%2C14.764%2C0%2C0%2C0%2C4.722-2.913%2C7.615%2C7.615%2C0%2C0%2C1-2.618-1.147%2C5.325%2C5.325%2C0%2C0%2C1-2-2.554A3.755%2C3.755%2C0%2C0%2C1%2C33.091%2C5.1a3.584%2C3.584%2C0%2C0%2C1%2C2.567-1.109%2C4.469%2C4.469%2C0%2C0%2C1%2C3.453%2C1.871%2C5.469%2C5.469%2C0%2C0%2C1%2C.919%2C4.805%2C5.573%2C5.573%2C0%2C0%2C1-.333.893H259.533a5.577%2C5.577%2C0%2C0%2C1-.333-.893%2C5.469%2C5.469%2C0%2C0%2C1%2C.919-4.806%2C4.468%2C4.468%2C0%2C0%2C1%2C3.453-1.87A3.586%2C3.586%2C0%2C0%2C1%2C266.139%2C5.1a3.755%2C3.755%2C0%2C0%2C1%2C.743%2C3.96%2C5.324%2C5.324%2C0%2C0%2C1-2%2C2.554%2C7.615%2C7.615%2C0%2C0%2C1-2.618%2C1.147%2C14.766%2C14.766%2C0%2C0%2C0%2C4.722%2C2.913%2C22.565%2C22.565%2C0%2C0%2C0%2C8.291%2C1.624%2C15.743%2C15.743%2C0%2C0%2C0%2C7.271-1.623.75.75%2C0%2C0%2C1%2C1.012%2C1.012A14.681%2C14.681%2C0%2C0%2C0%2C282%2C22.427a21.306%2C21.306%2C0%2C0%2C0%2C.478%2C6.157%2C18.167%2C18.167%2C0%2C0%2C0%2C4.018%2C8.3%2C7.144%2C7.144%2C0%2C0%2C1%2C1.711-3.242%2C4.751%2C4.751%2C0%2C0%2C1%2C3.409-1.544%2C3.517%2C3.517%2C0%2C0%2C1%2C2.517%2C1%2C3.649%2C3.649%2C0%2C0%2C1%2C.8%2C4.093%2C5.022%2C5.022%2C0%2C0%2C1-1.828%2C2.194%2C5.217%2C5.217%2C0%2C0%2C1-2.93.9%2C5.313%2C5.313%2C0%2C0%2C1-1.637-.262%2C5.883%2C5.883%2C0%2C0%2C1-.861-.359v89.2a5.884%2C5.884%2C0%2C0%2C1%2C.861-.359%2C5.314%2C5.314%2C0%2C0%2C1%2C1.637-.262%2C5.217%2C5.217%2C0%2C0%2C1%2C2.93.9%2C5.021%2C5.021%2C0%2C0%2C1%2C1.828%2C2.194%2C3.65%2C3.65%2C0%2C0%2C1-.8%2C4.093%2C3.518%2C3.518%2C0%2C0%2C1-2.516%2C1%2C4.75%2C4.75%2C0%2C0%2C1-3.409-1.544%2C7.145%2C7.145%2C0%2C0%2C1-1.711-3.242%2C18.165%2C18.165%2C0%2C0%2C0-4.018%2C8.3A21.306%2C21.306%2C0%2C0%2C0%2C282%2C146.1a14.684%2C14.684%2C0%2C0%2C0%2C1.557%2C5.74.75.75%2C0%2C0%2C1-1.012%2C1.012%2C15.74%2C15.74%2C0%2C0%2C0-7.271-1.623%2C22.57%2C22.57%2C0%2C0%2C0-8.291%2C1.624%2C14.766%2C14.766%2C0%2C0%2C0-4.722%2C2.913%2C7.615%2C7.615%2C0%2C0%2C1%2C2.618%2C1.148%2C5.325%2C5.325%2C0%2C0%2C1%2C2%2C2.554%2C3.755%2C3.755%2C0%2C0%2C1-.743%2C3.959A3.586%2C3.586%2C0%2C0%2C1%2C263.572%2C164.538Zm-2.4-7.453a4.477%2C4.477%2C0%2C0%2C0-.531%2C1.176%2C3.98%2C3.98%2C0%2C0%2C0%2C.666%2C3.5%2C2.972%2C2.972%2C0%2C0%2C0%2C2.26%2C1.279%2C2.091%2C2.091%2C0%2C0%2C0%2C1.506-.67%2C2.276%2C2.276%2C0%2C0%2C0%2C.39-2.4C264.94%2C158.48%2C263.351%2C157.419%2C261.177%2C157.085Zm-223.123%2C0c-2.175.334-3.763%2C1.394-4.292%2C2.885a2.276%2C2.276%2C0%2C0%2C0%2C.39%2C2.4%2C2.089%2C2.089%2C0%2C0%2C0%2C1.506.67%2C2.972%2C2.972%2C0%2C0%2C0%2C2.26-1.28%2C3.98%2C3.98%2C0%2C0%2C0%2C.667-3.5A4.476%2C4.476%2C0%2C0%2C0%2C38.053%2C157.085Zm1.612-1.616h219.9c.308%2C0%2C.612.01.908.031a14.964%2C14.964%2C0%2C0%2C1%2C5.944-4.034%2C24.105%2C24.105%2C0%2C0%2C1%2C8.855-1.734%2C18.362%2C18.362%2C0%2C0%2C1%2C6.167%2C1.008%2C17.176%2C17.176%2C0%2C0%2C1-.936-4.524%2C23.364%2C23.364%2C0%2C0%2C1%2C2.676-12.467%2C13.734%2C13.734%2C0%2C0%2C1%2C3.029-3.893c-.025-.322-.037-.655-.037-.992v-89.2c0-.337.012-.669.037-.992a13.735%2C13.735%2C0%2C0%2C1-3.029-3.893A23.364%2C23.364%2C0%2C0%2C1%2C280.5%2C22.314a17.174%2C17.174%2C0%2C0%2C1%2C.936-4.524%2C18.369%2C18.369%2C0%2C0%2C1-6.167%2C1.008%2C24.1%2C24.1%2C0%2C0%2C1-8.855-1.734%2C14.964%2C14.964%2C0%2C0%2C1-5.944-4.035c-.3.02-.6.031-.908.031H39.665c-.308%2C0-.612-.01-.908-.031a14.962%2C14.962%2C0%2C0%2C1-5.944%2C4.034A24.111%2C24.111%2C0%2C0%2C1%2C23.957%2C18.8%2C18.365%2C18.365%2C0%2C0%2C1%2C17.79%2C17.79a17.171%2C17.171%2C0%2C0%2C1%2C.936%2C4.523%2C22.821%2C22.821%2C0%2C0%2C1-.509%2C6.6%2C22.76%2C22.76%2C0%2C0%2C1-2.166%2C5.87%2C13.737%2C13.737%2C0%2C0%2C1-3.029%2C3.893c.025.323.037.655.037.993v89.2c0%2C.338-.012.67-.037.993a13.736%2C13.736%2C0%2C0%2C1%2C3.029%2C3.893%2C22.759%2C22.759%2C0%2C0%2C1%2C2.166%2C5.87%2C22.821%2C22.821%2C0%2C0%2C1%2C.509%2C6.6%2C17.174%2C17.174%2C0%2C0%2C1-.937%2C4.524%2C18.363%2C18.363%2C0%2C0%2C1%2C6.167-1.008%2C24.109%2C24.109%2C0%2C0%2C1%2C8.856%2C1.734%2C14.961%2C14.961%2C0%2C0%2C1%2C5.944%2C4.035C39.053%2C155.48%2C39.357%2C155.469%2C39.665%2C155.469ZM287.8%2C130.532a6.093%2C6.093%2C0%2C0%2C0%2C1.491%2C3.319%2C3.313%2C3.313%2C0%2C0%2C0%2C2.328%2C1.084%2C2.031%2C2.031%2C0%2C0%2C0%2C1.456-.557%2C2.151%2C2.151%2C0%2C0%2C0%2C.472-2.459%2C3.7%2C3.7%2C0%2C0%2C0-3.372-2.172%2C3.816%2C3.816%2C0%2C0%2C0-1.175.189A4.864%2C4.864%2C0%2C0%2C0%2C287.8%2C130.532ZM9.061%2C129.746a3.71%2C3.71%2C0%2C0%2C0-3.372%2C2.173%2C2.151%2C2.151%2C0%2C0%2C0%2C.471%2C2.458%2C2.031%2C2.031%2C0%2C0%2C0%2C1.456.557%2C3.315%2C3.315%2C0%2C0%2C0%2C2.329-1.084%2C6.093%2C6.093%2C0%2C0%2C0%2C1.491-3.318%2C4.864%2C4.864%2C0%2C0%2C0-1.2-.6A3.815%2C3.815%2C0%2C0%2C0%2C9.061%2C129.746ZM287.8%2C38a4.864%2C4.864%2C0%2C0%2C0%2C1.2.6%2C3.815%2C3.815%2C0%2C0%2C0%2C1.175.189%2C3.71%2C3.71%2C0%2C0%2C0%2C3.372-2.173%2C2.151%2C2.151%2C0%2C0%2C0-.471-2.458%2C2.03%2C2.03%2C0%2C0%2C0-1.456-.557%2C3.314%2C3.314%2C0%2C0%2C0-2.328%2C1.084A6.093%2C6.093%2C0%2C0%2C0%2C287.8%2C38ZM7.616%2C33.6a2.031%2C2.031%2C0%2C0%2C0-1.456.557%2C2.151%2C2.151%2C0%2C0%2C0-.471%2C2.459%2C3.7%2C3.7%2C0%2C0%2C0%2C3.372%2C2.172%2C3.817%2C3.817%2C0%2C0%2C0%2C1.175-.189%2C4.865%2C4.865%2C0%2C0%2C0%2C1.2-.6A6.092%2C6.092%2C0%2C0%2C0%2C9.945%2C34.68%2C3.315%2C3.315%2C0%2C0%2C0%2C7.616%2C33.6Zm28.042-28.1a2.089%2C2.089%2C0%2C0%2C0-1.506.67%2C2.276%2C2.276%2C0%2C0%2C0-.39%2C2.4c.528%2C1.492%2C2.117%2C2.552%2C4.291%2C2.885a4.476%2C4.476%2C0%2C0%2C0%2C.531-1.176%2C3.98%2C3.98%2C0%2C0%2C0-.667-3.5A2.972%2C2.972%2C0%2C0%2C0%2C35.658%2C5.491Zm227.914%2C0a2.972%2C2.972%2C0%2C0%2C0-2.26%2C1.279%2C3.98%2C3.98%2C0%2C0%2C0-.667%2C3.5%2C4.48%2C4.48%2C0%2C0%2C0%2C.531%2C1.176c2.174-.334%2C3.763-1.394%2C4.291-2.885a2.276%2C2.276%2C0%2C0%2C0-.39-2.4A2.09%2C2.09%2C0%2C0%2C0%2C263.572%2C5.491Z%22%20transform%3D%22translate(37.885%201824.592)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M277.715%2C127.542a11.16%2C11.16%2C0%2C0%2C1%2C1.336.082.75.75%2C0%2C0%2C1%2C.647.882c-1.1%2C5.885-4.427%2C8.51-10.795%2C8.51-.3%2C0-.621-.006-.945-.018a20.54%2C20.54%2C0%2C0%2C0-1.568%2C7.026%2C11.786%2C11.786%2C0%2C0%2C1%2C1.916.269%2C13.977%2C13.977%2C0%2C0%2C1%2C7.919%2C5%2C9.8%2C9.8%2C0%2C0%2C1%2C2.192%2C7.634.75.75%2C0%2C0%2C1-.6.6%2C7.626%2C7.626%2C0%2C0%2C1-1.391.126%2C10.589%2C10.589%2C0%2C0%2C1-6.858-2.825%2C14.146%2C14.146%2C0%2C0%2C1-4.388-7.413%2C11.789%2C11.789%2C0%2C0%2C1-.268-1.915%2C20.58%2C20.58%2C0%2C0%2C0-7.29%2C1.679%2C20.636%2C20.636%2C0%2C0%2C1-.575%2C5.4%2C9.112%2C9.112%2C0%2C0%2C1-2.173%2C4.107%2C7.52%2C7.52%2C0%2C0%2C1-5.618%2C2.136.75.75%2C0%2C0%2C1-.745-.66%2C10.1%2C10.1%2C0%2C0%2C1%2C1.99-7.478%2C15.436%2C15.436%2C0%2C0%2C1%2C5.6-4.45%2C62.358%2C62.358%2C0%2C0%2C0-1.942-12.059.75.75%2C0%2C0%2C1%2C.908-.908%2C74.038%2C74.038%2C0%2C0%2C0%2C11.946%2C2.176A16.1%2C16.1%2C0%2C0%2C1%2C271%2C130.068%2C10.176%2C10.176%2C0%2C0%2C1%2C277.715%2C127.542Zm.336%2C1.506q-.169-.006-.336-.006a8.715%2C8.715%2C0%2C0%2C0-5.745%2C2.172%2C14.206%2C14.206%2C0%2C0%2C0-3.319%2C4.3h.253C274.251%2C135.516%2C276.956%2C133.629%2C278.051%2C129.048ZM266.382%2C136.9a73.975%2C73.975%2C0%2C0%2C1-10.482-1.885%2C63.069%2C63.069%2C0%2C0%2C1%2C1.668%2C10.566A22.065%2C22.065%2C0%2C0%2C1%2C264.891%2C144%2C22.021%2C22.021%2C0%2C0%2C1%2C266.382%2C136.9Zm10.635%2C19.229a8.585%2C8.585%2C0%2C0%2C0-1.978-5.915%2C12.473%2C12.473%2C0%2C0%2C0-7.07-4.46%2C10.131%2C10.131%2C0%2C0%2C0-1.552-.225%2C10.13%2C10.13%2C0%2C0%2C0%2C.225%2C1.551%2C12.634%2C12.634%2C0%2C0%2C0%2C3.915%2C6.623%2C9.226%2C9.226%2C0%2C0%2C0%2C5.87%2C2.453C276.626%2C156.156%2C276.823%2C156.147%2C277.017%2C156.129Zm-27.075%2C1.17a5.718%2C5.718%2C0%2C0%2C0%2C3.858-1.66c1.482-1.519%2C2.26-4.115%2C2.319-7.726a13.508%2C13.508%2C0%2C0%2C0-4.415%2C3.669A8.611%2C8.611%2C0%2C0%2C0%2C249.942%2C157.3Z%22%20transform%3D%22translate(57.729%201834.621)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M221.482.75H0A.75.75%2C0%2C0%2C1-.75%2C0%2C.75.75%2C0%2C0%2C1%2C0-.75H221.482a.75.75%2C0%2C0%2C1%2C.75.75A.75.75%2C0%2C0%2C1%2C221.482.75Z%22%20transform%3D%22translate(76.759%201986.234)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M0%2C89.18a.75.75%2C0%2C0%2C1-.75-.75V0A.75.75%2C0%2C0%2C1%2C0-.75.75.75%2C0%2C0%2C1%2C.75%2C0V88.43A.75.75%2C0%2C0%2C1%2C0%2C89.18Z%22%20transform%3D%22translate(330.23%201864.641)%22%20fill%3D%22%23b7a664%22%2F%3E%3Cpath%20d%3D%22M-18063.809%2C7228.709l-27.277%2C17.382v102.793l27.277%2C17.266h219.365l26.58-17.266V7246.091l-26.58-17.382Z%22%20transform%3D%22translate(18142%20-5388.965)%22%20fill%3D%22url(%23a)%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Hiragino Mincho ProN W6", "ƒqƒ‰ƒMƒm–¾’© ProN W6", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
}
.point .proverb {
  color: #5f5f5f;
  font-size: 22px;
  text-align: center;
  line-height: 1.4;
}
.point .author {
  margin-top: 1em;
  color: #b7a664;
  font-size: 16px;
  text-align: center;
}
.point .txt_deco_02 .proverb {
  font-size: 20px;
}
.point p.author .txt_s {
  font-size: 14px;
}
@media screen and (max-width: 899px) {
  .point .point_list li {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media screen and (max-width: 729px) {
  .point .box_inner {
    grid-template-columns: 100%;
  }
  .point .area1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .point .area2 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-top: 1.5em;
  }
  .point .area3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .point .area4 {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 599px) {
  .point .point_list li {
    padding: 70px 5% 25px;
  }
  .point .point_list li + li {
    margin-top: 80px;
  }
  .point h3 {
    margin-bottom: 1em;
  }
  .point .point_list .sentence p {
    line-height: 2.0;
  }
}

/* ------------------------------
suitable_person
------------------------------ */
.suitable_person {
  text-align: center;
}
.suitable_person h2 {
  max-width: 435px;
  margin: 0 auto 2em;
  padding: 0.5em;
  background: #b49c71;
  border-radius: 5px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.suitable_person .suitable_person_list {
  display: inline-block;
  max-width: 820px;
}
.suitable_person .suitable_person_list li {
  min-height: 21px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left top 0.4em;
  font-size: 18px;
  text-align: left;
}
.suitable_person .suitable_person_list li + li {
  margin-top: 1em;
}
.suitable_person .suitable_person_list li:nth-child(odd) {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.816%22%20height%3D%2221%22%20viewBox%3D%220%200%2026.816%2021%22%3E%3Cg%20transform%3D%22translate(-15%20-886)%22%3E%3Cpath%20d%3D%22M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2%2C1A1%2C1%2C0%2C0%2C0%2C1%2C2V19a1%2C1%2C0%2C0%2C0%2C1%2C1H19a1%2C1%2C0%2C0%2C0%2C1-1V2a1%2C1%2C0%2C0%2C0-1-1H2M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M-84.132-72.919a2.254%2C2.254%2C0%2C0%2C0-1.547.686l-10.242%2C10.3-5.848-5.88a2.254%2C2.254%2C0%2C0%2C0-3.187-.009%2C2.254%2C2.254%2C0%2C0%2C0-.009%2C3.187l7.446%2C7.487a2.254%2C2.254%2C0%2C0%2C0%2C1.6.664%2C2.254%2C2.254%2C0%2C0%2C0%2C1.6-.664l11.841-11.906a2.254%2C2.254%2C0%2C0%2C0%2C.5-2.5%2C2.254%2C2.254%2C0%2C0%2C0-2.146-1.368Z%22%20transform%3D%22translate(123.621%20959.702)%22%20fill%3D%22%230f0099%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.suitable_person .suitable_person_list li:nth-child(even) {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.816%22%20height%3D%2221%22%20viewBox%3D%220%200%2026.816%2021%22%3E%3Cg%20transform%3D%22translate(-15%20-950)%22%3E%3Cpath%20d%3D%22M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20950)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2%2C1A1%2C1%2C0%2C0%2C0%2C1%2C2V19a1%2C1%2C0%2C0%2C0%2C1%2C1H19a1%2C1%2C0%2C0%2C0%2C1-1V2a1%2C1%2C0%2C0%2C0-1-1H2M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20950)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M-84.132-72.919a2.254%2C2.254%2C0%2C0%2C0-1.547.686l-10.242%2C10.3-5.848-5.88a2.254%2C2.254%2C0%2C0%2C0-3.187-.009%2C2.254%2C2.254%2C0%2C0%2C0-.009%2C3.187l7.446%2C7.487a2.254%2C2.254%2C0%2C0%2C0%2C1.6.664%2C2.254%2C2.254%2C0%2C0%2C0%2C1.6-.664l11.841-11.906a2.254%2C2.254%2C0%2C0%2C0%2C.5-2.5%2C2.254%2C2.254%2C0%2C0%2C0-2.146-1.368Z%22%20transform%3D%22translate(123.621%201023.702)%22%20fill%3D%22%23da5f34%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 810px) {
  .suitable_person .suitable_person_list {
    column-count: 2;
  }
  .suitable_person .suitable_person_list li:nth-child(n + 4) {
    margin-left: 1em;
  }
}
@media screen and (max-width: 599px) {
  .suitable_person h2 {
    max-width: none;
    font-size: 20px;
  }
  .suitable_person .suitable_person_list li {
    font-size: 16px;
  }
}

/* ------------------------------
goichi_cta
------------------------------ */
.goichi_cta {
  background: url(/school/image/lp/goichi/mv.png) no-repeat center / cover;
}
.goichi_cta .goichi_bnr {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.goichi_cta .goichi_bnr .btn_txt {
  margin: 3em 0 1em;
  color: #ea5520;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.goichi_cta .goichi_bnr .btn_txt span {
  position: relative;
  padding: 0 3.5em;
}
.goichi_cta .goichi_bnr .btn_txt span::before,
.goichi_cta .goichi_bnr .btn_txt span::after {
  position: absolute;
  bottom: -0.1em;
  height: 1.5em;
  border-left: 1px dashed #ea5520;
  content: '';
}
.goichi_cta .goichi_bnr .btn_txt span::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.goichi_cta .goichi_bnr .btn_txt span::after {
  right: 0.5em;
  transform: rotate(30deg);
}
@media screen and (max-width: 599px) {
  .goichi_cta {
    background-image: url(/school/image/lp/goichi/mv_sp.png);
  }
  .goichi_cta .goichi_bnr {
    padding: 25px 20px;
  }
  .goichi_cta .goichi_bnr .btn_txt {
    margin-top: 2em;
    font-size: 14px;
  }
}

/* ------------------------------
fa_achievement
------------------------------ */
.fa_achievement {
  background: url(/school/image/lp/goichi/bg_fa_achievement.png) no-repeat center bottom / cover;
}
.fa_achievement h2 svg {
  margin-top: 0.3em;
}
.fa_achievement .body_box {
  max-width: 880px;
  margin: 0 auto;
  padding: 50px 6% 60px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
}
.fa_achievement .body_box li {
  padding-bottom: 2em;
  border-bottom: 1px solid #b97900;
}
.fa_achievement .body_box li + li {
  padding-top: 2em;
}
.fa_achievement h3 {
  margin-bottom: 1.5em;
  padding-top: 25px;
  background: url(/school/image/lp/goichi/ico_crown.png) no-repeat top center / 29px auto;
  color: #070207;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.fa_achievement h3 .strong {
  margin-left: 0.4em;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(to bottom, #e3ba30 0%,#b97900 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fa_achievement .img_annv {
  width: 100%;
  max-width: 323.2px;
  height: auto;
}
.fa_achievement .txt_anniv {
  width: 100%;
  max-width: 400px;
  margin: 15px auto 28px;
  padding: 0.4em 1em;
  border: 1px solid #1c2569;
  border-radius: 9999px;
  color: #1c2569;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.fa_achievement .txt_anniv .strong {
  color: #ee5d46;
}
.fa_achievement .body_box .txt_01 {
  margin-top: 1.5em;
  letter-spacing: 0.05em;
  text-align: left;
}
.fa_achievement .body_box .txt_02 {
  margin-top: 3em;
  letter-spacing: 0.05em;
  text-align: center;
}
.fa_achievement .body_box .txt_02 .strong {
  font-size: 18px;
  font-weight: bold;
}
.fa_achievement .img_achievement_s {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 599px) {
  .fa_achievement .heading_01 {
    font-size: 18px;
  }
  .fa_achievement h2 svg {
    width: 180px;
    height: auto;
  }
  .fa_achievement .body_box {
    padding: 20px 4% 25px;
  }
  .fa_achievement h3 {
    margin-bottom: 1em;
  }
  .fa_achievement .img_annv {
    width: 240px;
    height: auto;
  }
  .fa_achievement .txt_anniv {
    width: 96%;
    font-size: 14px;
  }
  .fa_achievement .body_box .txt_01 {
    font-size: 14px;
    line-height: 2.0;
  }
  .fa_achievement .body_box .txt_02 {
    font-size: 14px;
    line-height: 2.0;
  }
  .fa_achievement .body_box .txt_02 .strong {
    font-size: 16px;
  }
}

/* ------------------------------
flow_seminar
------------------------------ */
.flow_seminar h2 {
  margin-bottom: 0.8em;
  color: #1c236d;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.flow_seminar .ttl_seminar {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 25px;
  padding: 0.3em 1em;
  border: 1px solid #1b2669;
  border-radius: 9999px;
  color: #1b2669;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.flow_seminar .list .item > div {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 19px;
}
.flow_seminar .list .step {
  color: #1b2669;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 8px;
  display: flex;
  align-items: self-end;
  position: relative;
  top: -16px;
}
.flow_seminar .list .step .num {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  background: #1b2669;
  border-radius: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
  padding-top: 7px;
  margin-right: 9px;
}
.flow_seminar .list .step .num .en {
  font-family: 'Josefin Slab', serif;
  font-size: 40px;
  letter-spacing: 0;
}
.flow_seminar .list .txt{
  margin: 0 15px;
}
@media screen and (min-width: 600px) {
  .flow_seminar .list {
    display: grid;
    grid-template-columns: repeat(3, 31%);
    gap: 3.5%;
  }
}
@media screen and (max-width: 599px) {
  .flow_seminar h2 {
    font-size: 30px;
  }
  .flow_seminar .ttl_seminar {
    max-width: 265px;
    padding: 0.5em 1em;
    font-size: 20px;
  }
  .flow_seminar .list {
    margin: 0 auto 20px;
  }
  .flow_seminar .list .item {
    padding: 0 5px;
  }
  .flow_seminar .list .slick-dots {
    bottom: -40px;
  }
  .flow_seminar .list .slick-dots li {
    width: 26px;
    height: 26px;
    margin: 0 10px;
  }
  .flow_seminar .list .slick-dots li button {
    width: 100%;
    height: 100%;
    background-color: #DAD5D0;
    border-radius: 100%;
    color: #fff;
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow_seminar .list .slick-dots li button::before {
    content: none;
  }
  .flow_seminar .list .slick-dots li.slick-active button {
    background-color: #6276a3;
  }
}

/* ------------------------------
faq
------------------------------ */
.faq {
  padding-bottom: 120px;
}
.faq .faq_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 5%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faq .faq_list dd + dt {
  border-top: 1px dotted #b49c71;
}
.faq .faq_list dt,
.faq .faq_list dd {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 43px;
  padding-left: 80px;
  padding-right: 70px;
}
.faq .faq_list dt {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.faq .faq_list dd {
  display: none;
  padding-bottom: 20px;
}
.faq .faq_list dt:hover {
  text-decoration: underline;
}
.faq .faq_list dt::before,
.faq .faq_list dd::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.faq .faq_list dt::before {
  top: 50%;
  transform: translateY(-50%);
  background: #b49c71;
  content: 'Q';
}
.faq .faq_list dd::before {
  top: 0;
  background: #1b2669;
  content: 'A';
}
.faq .faq_list dt::after {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #000;
  font-size: 17px;
  content: '{';
}
.faq .faq_list dd {
  font-size: 14px;
}
.faq .faq_list dt.show::after {
  content: '[';
}
.faq .faq_list dt.show + dd {
  display: inline-flex;
}
@media screen and (max-width: 599px) {
  .faq {
    padding-bottom: 70px;
  }
  .faq .faq_list dt,
  .faq .faq_list dd {
    padding-left: 50px;
  }
  .faq .faq_list dt {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    line-height: 1.6;
  }
  .faq .faq_list dd {
    padding-right: 5px;
    padding-bottom: 20px;
  }
  .faq .faq_list dt::before,
  .faq .faq_list dd::before {
    left: 0;
    width: 39px;
    height: 39px;
  }
  .faq .faq_list dt::after {
    right: 0;
    font-size: 14px;
  }
}

/* ------------------------------
voice
------------------------------ */
.voice .lead {
  margin-bottom: 3em;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
}
.voice .voice_box .voice_list {
  padding: 0.6em 1.5em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.voice .voice_box .voice_list li {
  min-height: 21px;
  padding: 15px 10px 15px 40px;
  background-repeat: no-repeat;
  background-position: left center;
}
.voice .voice_box .voice_list li + li {
  border-top: 1px dotted #b49c71;
}
.voice .voice_box .voice_list li:nth-child(odd) {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.816%22%20height%3D%2221%22%20viewBox%3D%220%200%2026.816%2021%22%3E%3Cg%20transform%3D%22translate(-15%20-886)%22%3E%3Cpath%20d%3D%22M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2%2C1A1%2C1%2C0%2C0%2C0%2C1%2C2V19a1%2C1%2C0%2C0%2C0%2C1%2C1H19a1%2C1%2C0%2C0%2C0%2C1-1V2a1%2C1%2C0%2C0%2C0-1-1H2M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M-84.132-72.919a2.254%2C2.254%2C0%2C0%2C0-1.547.686l-10.242%2C10.3-5.848-5.88a2.254%2C2.254%2C0%2C0%2C0-3.187-.009%2C2.254%2C2.254%2C0%2C0%2C0-.009%2C3.187l7.446%2C7.487a2.254%2C2.254%2C0%2C0%2C0%2C1.6.664%2C2.254%2C2.254%2C0%2C0%2C0%2C1.6-.664l11.841-11.906a2.254%2C2.254%2C0%2C0%2C0%2C.5-2.5%2C2.254%2C2.254%2C0%2C0%2C0-2.146-1.368Z%22%20transform%3D%22translate(123.621%20959.701)%22%20fill%3D%22%230f0099%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.voice .voice_box .voice_list li:nth-child(even) {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226.816%22%20height%3D%2221%22%20viewBox%3D%220%200%2026.816%2021%22%3E%3Cg%20transform%3D%22translate(-15%20-886)%22%3E%3Cpath%20d%3D%22M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20d%3D%22M2%2C1A1%2C1%2C0%2C0%2C0%2C1%2C2V19a1%2C1%2C0%2C0%2C0%2C1%2C1H19a1%2C1%2C0%2C0%2C0%2C1-1V2a1%2C1%2C0%2C0%2C0-1-1H2M2%2C0H19a2%2C2%2C0%2C0%2C1%2C2%2C2V19a2%2C2%2C0%2C0%2C1-2%2C2H2a2%2C2%2C0%2C0%2C1-2-2V2A2%2C2%2C0%2C0%2C1%2C2%2C0Z%22%20transform%3D%22translate(15%20886)%22%20fill%3D%22%23b49c71%22%2F%3E%3Cpath%20d%3D%22M-84.132-72.919a2.254%2C2.254%2C0%2C0%2C0-1.547.686l-10.242%2C10.3-5.848-5.88a2.254%2C2.254%2C0%2C0%2C0-3.187-.009%2C2.254%2C2.254%2C0%2C0%2C0-.009%2C3.187l7.446%2C7.487a2.254%2C2.254%2C0%2C0%2C0%2C1.6.664%2C2.254%2C2.254%2C0%2C0%2C0%2C1.6-.664l11.841-11.906a2.254%2C2.254%2C0%2C0%2C0%2C.5-2.5%2C2.254%2C2.254%2C0%2C0%2C0-2.146-1.368Z%22%20transform%3D%22translate(123.621%20959.701)%22%20fill%3D%22%23ea5520%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 600px) {
  .voice .voice_box {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 735px;
    margin: 0 auto;
  }
  .voice .voice_box .voice_list {
    width: 47%;
  }
}
@media screen and (max-width: 599px) {
  .voice .lead {
    margin-bottom: 2em;
    font-size: 16px;
  }
  .voice .voice_box .voice_list {
    margin: 0 5px 10px;
  }
  .voice .slick-prev {
    left: -5px;
    z-index: 5;
  }
  .voice .slick-next {
    right: -5px;
    z-index: 5;
  }
  .voice .slick-prev:before,
  .voice .slick-next:before {
    display: block;
    transform: rotate(45deg);
    z-index: 5;
    width: 20px;
    height: 20px;
    border: 3px solid #b49c71;
    content: '';
  }
  .voice .slick-prev:before {
    border-width: 0 0 3px 3px;
  }
  .voice .slick-next:before {
    border-width: 3px 3px 0 0;
  }
}

/* ------------------------------
tail_img
------------------------------ */
.tail_img {
  margin-top: 60px;
  text-align: center;
}
.tail_img img {
  width: 100%;
  max-width: 513px;
}
@media screen and (max-width: 599px) {
  .tail_img {
    margin: 15px 0 30px;
  }
}

/* ------------------------------
entry
------------------------------ */
@media screen and (max-width: 599px) {
  .entry .entry_ttl {
    letter-spacing: 0.05em;
  }
}

/* ------------------------------
web_movie_thumbnail
------------------------------ */
.web_movie_thumbnail {
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .web_movie_thumbnail {
    margin: 30px auto;
  }
}

/* ------------------------------
campaign
------------------------------ */
.campaign .campaign_inner {
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .campaign {
    padding-top: 40px;
  }
}

/* ------------------------------
recomend
------------------------------ */
.recomend h2 {
  font-size: 27px;
  letter-spacing: .15em;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
.recomend h2::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 115px;
  margin: 20px auto 85px;
}
.recomend article {
  padding-right: 0;
  padding-left: 0;
}
.recomend_list{
  width: 100%;
}
.recomend_list li{
  border: 1px solid #1c236d;
  background-color: #fff;
}
.recomend_list .school_ttl{
  padding: 10px;
  background-color: #1c236d;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.recomend_list .kabu{ border-color: #5e76a7;}
.recomend_list .kabu .school_ttl{ background-color: #5e76a7;}
.recomend_list .fudo{ border-color: #44a1c5;}
.recomend_list .fudo .school_ttl{ background-color: #44a1c5;}
.recomend_list .mf{ border-color: #8a9f55;}
.recomend_list .mf .school_ttl{ background-color: #8a9f55;}
.recomend_list .catch{
  margin: 20px 1em;
  color: #1c236d;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.recomend_list .txt{
  margin: 20px 1em;
  font-size: 14px;
}
.recomend_list .tbl_detail{
  background-color: #F8F8F8;
  font-size: 13px;
  padding: 1em;
  display: grid;
  grid-template-columns: auto 100px;
}
.recomend_list .tbl_detail dt,
.recomend_list .tbl_detail dd{
  border-bottom: 1px solid #707070;
  letter-spacing: 0;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #1c236d;
}
.recomend_list .tbl_detail dt:last-of-type,
.recomend_list .tbl_detail dd:last-of-type{
  margin-bottom: 0;
}
.recomend_list .tbl_detail dt{
  text-align: left;
}
.recomend_list .tbl_detail .txt_s {
  font-size: 12px;
}
.recomend_list .link_school{
  text-align: center;
  margin: 1em auto;
}
.recomend_list .link_school a{
  text-decoration: underline;
}
.recomend_list .link_school a:hover{
  text-decoration: none;
}
.recomend .note_txt {
  font-size: 12px;
}
@media screen and (min-width: 700px) {
  .recomend_list{
    display: flex;
    justify-content: space-between;
  }
  .recomend_list li{
    flex: 0 0 48.5%;
  }
  .recomend_list .catch{
    min-height: 58px;
  }
}
@media screen and (max-width: 699px) {
  .recomend_list li + li{
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recomend h2 {
    font-size: 20px;
  }
  .recomend h2::after {
    width: 80px;
    margin: 15px auto 40px;
  }
}
