@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
#root, #__next {
  isolation: isolate;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:active {
  text-decoration: none !important;
  color: inherit;
}
a:focus {
  text-decoration: none !important;
  color: inherit;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: inherit;
}
.headerPosition {
  position: relative;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 8%;
  z-index: 100;
  padding: 45px 80px;
  color: #724f17;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
header.onEase {
  transition: 0.5s all ease-in-out;
}
@media (max-width: 768px) {
  header {
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    height: 100vh;
    gap: 0 0;
  }
  header.active {
    visibility: visible;
  }
  header.active .headerLc .headerLogo__caption {
    opacity: 0;
    pointer-events: none;
  }
  header.active .headerRc {
    background-color: #fcf7ef;
  }
  header.active .headerInnerLinks {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerOuterLinks {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerSnsLinks {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerSubLinks {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerInnerLinks__parent__children {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerInnerBanner {
    visibility: visible;
    opacity: 1;
  }
  header.active .headerInnerCopyRight {
    visibility: visible;
    opacity: 1;
  }
}
header .headerLc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
  height: 40px;
  margin: auto;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
@media (max-width: 768px) {
  header .headerLc {
    top: 40px;
    left: 30px;
    height: 30px;
    bottom: auto;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  header .headerLc {
    top: 20px;
  }
}
header .headerRc {
  width: 100%;
  height: 100%;
  display: flex;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 768px) {
  header .headerRc {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 20px 120px;
    height: 100vh;
    flex-direction: column;
    overflow-y: scroll;
  }
}
header .headerLogo {
  display: block;
  height: 100%;
  transition: 0.5s all ease-in-out;
  visibility: visible;
}
header .headerLogo__img {
  transition: 0.5s all ease-in-out;
  height: 100%;
}
header .headerLogo__img source, header .headerLogo__img img, header .headerLogo__img picture {
  object-fit: contain;
  height: 100%;
}
@media (max-width: 768px) {
  header .headerLogo {
    gap: 0 10px;
  }
}
header .headerLogo__text {
  font-size: 24px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .headerLogo__text {
    font-size: 18px;
  }
}
header .headerLogo__subText {
  font-size: 11px;
}
@media (max-width: 768px) {
  header .headerLogo__subText {
    transform: scale(0.7);
    transform-origin: left center;
  }
}
header .toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px 0;
  width: 50px;
  height: 50px;
  transition: 0.5s all ease-in-out;
  background: linear-gradient(90deg, #ff834b 0%, #ffc441 100%);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .toggle {
    display: flex;
    visibility: visible;
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  header .toggle {
    top: 20px;
  }
}
header .toggle__line {
  display: inline-block;
  left: 0;
  width: 20px;
  height: 1px;
  transition: 0.5s all ease-in-out;
  background-color: white;
}
header .toggle__line:nth-of-type(1) {
  -webkit-animation: btn07-bar01 0.75s forwards;
  animation: btn-bar01 0.75s forwards;
}
header .toggle__line:nth-of-type(2) {
  -webkit-animation: btn-bar03 0.75s forwards;
  animation: btn-bar03 0.75s forwards;
}
@keyframes btn-bar01 {
  0% {
    transform: translateY(4px) rotate(25deg);
  }
  50% {
    transform: translateY(4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes btn-bar03 {
  0% {
    transform: translateY(-4px) rotate(-25deg);
  }
  50% {
    transform: translateY(-4px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
header .toggle__label {
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  font-size: 11px;
  text-align: center;
  transform: scale(0.7);
}
header .toggle.active .toggle__line:nth-of-type(1) {
  -webkit-animation: active-btn-bar01 0.75s forwards;
  animation: active-btn-bar01 0.75s forwards;
}
header .toggle.active .toggle__line:nth-of-type(2) {
  -webkit-animation: active-btn-bar03 0.75s forwards;
  animation: active-btn-bar03 0.75s forwards;
}
@keyframes active-btn-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(3px) rotate(0);
  }
  100% {
    transform: translateY(3px) rotate(22deg);
  }
}
@keyframes active-btn-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(-3px) rotate(-22deg);
  }
}
header .headerInnerLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px 40px;
  transition: 0.5s all ease-in-out;
  padding: 0 0 0 250px;
}
@media (min-width: 767px) {
  header .headerInnerLinks--sub {
    display: none;
  }
}
@media (max-width: 768px) {
  header .headerInnerLinks--sub {
    padding: 30px 0 0 0 !important;
  }
}
header .headerInnerLinks.whited {
  color: white;
}
@media (max-width: 768px) {
  header .headerInnerLinks.whited {
    color: inherit;
  }
}
@media (max-width: 768px) {
  header .headerInnerLinks {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 0;
    font-size: 14px;
    padding: 120px 0 0 0;
    visibility: hidden;
    opacity: 0;
  }
}
header .headerInnerLinks__parent {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  gap: 0 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
header .headerInnerLinks__parent.pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent.pc-hidden {
    display: inline-flex;
  }
}
header .headerInnerLinks__parent__subheader {
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: #ff8f1f;
}
header .headerInnerLinks__parent__jp {
  font-size: 12px;
}
header .headerInnerLinks__parent__img {
  width: 12px;
  height: 12px;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
}
header .headerInnerLinks__parent span.pc-hidden {
  display: none;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent span.pc-hidden {
    display: block;
  }
}
header .headerInnerLinks__parent span.sp-hidden {
  display: block;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent span.sp-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent.active {
    opacity: 0.6;
  }
}
header .headerInnerLinks__parent.active::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8f1f;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent.active::before {
    display: none;
  }
}
header .headerInnerLinks__parent.noLink {
  margin: 0 10px 0 0;
}
header .headerInnerLinks__parent.noLink.active {
  opacity: 1;
}
header .headerInnerLinks__parent.noLink:hover .headerInnerLinks__parent__arrow {
  transform: rotate(-180deg);
}
header .headerInnerLinks__parent.noLink:hover .headerInnerLinks__parent__children {
  opacity: 1;
  visibility: visible;
}
header .headerInnerLinks__parent__arrow {
  position: absolute;
  width: 7px;
  height: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 10px);
  transition: 0.3s transform ease-in-out, 0.5s opacity ease-in-out, 0.5s filter ease-in-out;
}
@media (max-width: 768px) {
  header .headerInnerLinks__parent__arrow {
    display: none;
  }
}
header .headerInnerBanner {
  transition: 0.5s all ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 60px auto;
  align-items: center;
}
@media (min-width: 769px) {
  header .headerInnerBanner {
    display: none;
  }
}
@media (max-width: 768px) {
  header .headerInnerBanner {
    visibility: hidden;
    opacity: 0;
  }
}
header .headerInnerBanner__item {
  max-width: 280px;
}
header .headerInnerCopyRight {
  transition: 0.5s all ease-in-out;
  text-align: center;
  font-size: 12px;
  margin: 50px 0 0;
}
@media (min-width: 769px) {
  header .headerInnerCopyRight {
    display: none;
  }
}
@media (max-width: 768px) {
  header .headerInnerCopyRight {
    visibility: hidden;
    opacity: 0;
  }
}
main {
  position: relative;
  letter-spacing: 0.1em;
  background-color: #fcf7ef;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.pageIntro {
  background-color: #fffdfa;
  padding: 130px 20px 60px;
  text-align: center;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 768px) {
  .pageIntro {
    padding: 200px 20px 60px;
  }
}
.pageIntro__heading {
  color: #724f17;
  font-size: 32px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .pageIntro__heading {
    font-size: 28px;
  }
}
.pageIntro__subHeading {
  color: #ff8f1f;
  font-size: 12px;
  margin: 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.breadcrumb {
  max-width: 1000px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  font-size: 13px;
  color: #724f17;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 0 40px;
    font-size: 11px;
  }
}
.breadcrumb a, .breadcrumb span {
  margin: 0 7px;
}
@media (max-width: 768px) {
  .breadcrumb a, .breadcrumb span {
    margin: 0 5px;
  }
}
.breadcrumb .active {
  color: #8c8c8c;
}
.contact {
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: white;
  background-image: url(../media/img/contact_bg.jpeg);
  background-size: cover;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.contact::before {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.contact__heading {
  position: relative;
  margin: 0 0 10px 0;
}
.contact__heading__heading {
  font-size: 34px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .contact__heading__heading {
    font-size: 28px;
  }
}
.contact__heading__subHeading {
  font-size: 15px;
  padding: 10px 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .contact__heading__subHeading {
    font-size: 13px;
  }
}
.contact__desc {
  position: relative;
  display: inline-block;
  margin: 25px 0;
  padding: 0 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  letter-spacing: 0.2em;
}
.contact__desc::before, .contact__desc::after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  width: 2px;
  height: 30px;
}
.contact__desc::before {
  bottom: 0;
  left: 0;
  transform-origin: bottom right;
  transform: rotate(-15deg);
}
.contact__desc::after {
  bottom: 0;
  right: 0;
  transform-origin: bottom left;
  transform: rotate(15deg);
}
.contact__viewMoreWrap {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.contact__viewMoreWrap__viewMore {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  gap: 15px;
  color: white;
  font-size: 16px;
  background-color: #62c6de;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.2em;
}
#front {
  background-color: #fcf7ef;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
#front .firstView {
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  #front .firstView {
    position: relative;
    max-height: 800px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  #front .firstView--pc {
    display: none;
  }
  #front .firstView--sp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #front .firstView--sp__bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 320px);
    margin: auto;
    z-index: 0;
  }
  #front .firstView--sp__bg .sp {
    display: none;
  }
  #front .firstView--sp__bg .tablet {
    display: block;
  }
  #front .firstView--sp__bg img, #front .firstView--sp__bg picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .firstView--sp__bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #front .firstView--sp__intro {
    position: relative;
    height: calc(100% - 320px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding-top: 20px;
    gap: 10px 0;
  }
  #front .firstView--sp__intro__heading {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--sp__intro__logo {
    position: relative;
    z-index: 1;
    max-width: 250px;
  }
  #front .firstView--sp__description {
    position: relative;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #front .firstView--sp__description__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -5px;
    left: 0;
    z-index: 0;
    object-fit: fill;
  }
  #front .firstView--sp__description__bg img, #front .firstView--sp__description__bg picture {
    width: 100%;
    height: 100%;
  }
  #front .firstView--sp__description__balloon {
    position: absolute;
    top: -37px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    z-index: 1;
  }
  #front .firstView--sp__description__balloon img, #front .firstView--sp__description__balloon picture {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  #front .firstView--sp__description__icons {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 30px;
    z-index: 1;
  }
  #front .firstView--sp__description__icons__icon {
    text-align: center;
    font-size: 11px;
    color: #724f17;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
    gap: 5px;
  }
  #front .firstView--sp__description__links {
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #front .firstView--sp__description__links__link {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    gap: 15px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--sp__description__links__link--contact {
    background: linear-gradient(90deg, #ff834b 0%, #ffc441 100%);
  }
  #front .firstView--sp__description__links__link--case {
    background: linear-gradient(90deg, #62c6de 0%, #62dec1 100%);
  }
  #front .firstView--sp__description__links__link--movie {
    background: linear-gradient(90deg, #62c6de 0%, #62dec1 100%);
    font-size: 12px;
  }
  #front .firstView--sp__description__links__link__thumbnail {
    position: relative;
    width: 60px;
    height: 40px;
    flex-shrink: 0;
  }
  #front .firstView--sp__description__links__link__thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .firstView--sp__description__links__link__thumbnail::before, #front .firstView--sp__description__links__link__thumbnail::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #front .firstView--sp__description__links__link__thumbnail::before {
    content: "";
    background-color: #999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  #front .firstView--sp__description__links__link__thumbnail::after {
    content: "▶︎";
    color: white;
    z-index: 2;
    transform: translateX(2px);
  }
  #front .firstView--sp__news {
    position: relative;
    background-color: #f3b03f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    color: #724f17;
  }
  #front .firstView--sp__news__inner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    padding: 0 15px 0 15px;
    gap: 0 20px;
    line-height: 1.2;
  }
  #front .firstView--sp__news__inner__icon {
    position: absolute;
    top: 0;
    left: 10px;
    bottom: 0;
    margin: auto;
    content: "!";
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #f3b03f;
    border-radius: 50%;
  }
  #front .firstView--sp__news__inner__arrow {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    content: "!";
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #front .firstView--sp__news__inner__items__item {
    margin: 0 20px;
    padding: 15px 0;
  }
  #front .firstView--sp__news__inner__items__item__inner {
    display: flex;
    align-items: center;
  }
  #front .firstView--sp__news__inner__items__item__inner__label {
    display: inline-block;
    background-color: #f3b03f;
    padding: 3px 6px;
    margin: 0 5px 0 0;
    border-radius: 5px;
    font-size: 11px;
    color: white;
    white-space: nowrap;
    flex-shrink: 0;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--sp__news__inner__items__item__inner__line {
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
  }
  #front .firstView--sp__news__inner__items__item__inner__line__date {
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--sp__news__inner__items__item__inner__line__title {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__bg {
    height: calc(100% - 220px);
  }
}
@media (max-width: 768px) and (max-width: 430px) {
  #front .firstView--sp__bg .sp {
    display: block;
  }
  #front .firstView--sp__bg .tablet {
    display: none;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__intro {
    height: calc(100% - 220px);
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__intro__heading {
    font-size: 14px;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__intro__logo {
    max-width: 200px;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__description {
    height: 220px;
    gap: 10px;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__description__balloon img, #front .firstView--sp__description__balloon picture {
    max-width: 250px;
  }
}
@media (max-width: 768px) and (max-height: 580px) {
  #front .firstView--sp__description__links__link {
    font-size: 14px;
    padding: 10px 10px;
  }
}
@media (min-width: 769px) {
  #front .firstView--sp {
    display: none;
  }
  #front .firstView--pc {
    position: relative;
  }
  #front .firstView--pc__intro {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 80px 40px 150px;
  }
  #front .firstView--pc__intro__bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 0;
  }
  #front .firstView--pc__intro__bg img, #front .firstView--pc__intro__bg picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .firstView--pc__intro__bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
  }
  #front .firstView--pc__intro__inner {
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 0 10%;
    transform: translateY(-30px);
  }
  #front .firstView--pc__intro__inner.heightWide {
    transform: translateY(0);
  }
  #front .firstView--pc__intro__inner__lc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  #front .firstView--pc__intro__inner__lc__heading {
    position: relative;
    z-index: 1;
    font-size: 24px;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
    letter-spacing: 0.15em;
  }
  #front .firstView--pc__intro__inner__lc__logo {
    position: relative;
    z-index: 1;
  }
  #front .firstView--pc__intro__inner__lc__logo img, #front .firstView--pc__intro__inner__lc__logo picture {
    width: 350px;
  }
  #front .firstView--pc__intro__inner__lc__links {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #front .firstView--pc__intro__inner__lc__links__link {
    border-radius: 5px;
    background: linear-gradient(90deg, #ff834b 0%, #ffc441 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    gap: 15px;
    color: white;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--pc__intro__inner__lc__links__link--contact {
    background: linear-gradient(90deg, #ff834b 0%, #ffc441 100%);
  }
  #front .firstView--pc__intro__inner__lc__links__link--case {
    background: linear-gradient(90deg, #62c6de 0%, #62dec1 100%);
  }
  #front .firstView--pc__intro__inner__lc__links__link--movie {
    background: linear-gradient(90deg, #62c6de 0%, #62dec1 100%);
    font-size: 14px;
  }
  #front .firstView--pc__intro__inner__lc__links__link__thumbnail {
    position: relative;
    width: 60px;
    height: 40px;
    flex-shrink: 0;
  }
  #front .firstView--pc__intro__inner__lc__links__link__thumbnail img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #front .firstView--pc__intro__inner__lc__links__link__thumbnail::before, #front .firstView--pc__intro__inner__lc__links__link__thumbnail::after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #front .firstView--pc__intro__inner__lc__links__link__thumbnail::before {
    content: "";
    background-color: #999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 1;
  }
  #front .firstView--pc__intro__inner__lc__links__link__thumbnail::after {
    content: "▶︎";
    color: white;
    z-index: 2;
    transform: translateX(2px);
  }
  #front .firstView--pc__intro__inner__rc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  #front .firstView--pc__intro__inner__rc__description {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  #front .firstView--pc__intro__inner__rc__description__balloon {
    margin: auto;
    text-align: center;
  }
  #front .firstView--pc__intro__inner__rc__description__balloon img, #front .firstView--pc__intro__inner__rc__description__balloon picture {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #front .firstView--pc__intro__inner__rc__description__icons {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #front .firstView--pc__intro__inner__rc__description__icons__icon {
    width: 120px;
    height: 120px;
    text-align: center;
    font-size: 11px;
    color: #724f17;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
    gap: 5px;
    padding: 20px;
    border-radius: 50%;
    background-color: #fcf7ef;
  }
  #front .firstView--pc__intro__inner__rc__description__links {
    width: 100%;
    max-width: 300px;
  }
  #front .firstView--pc__intro__inner__rc__description__links__link {
    border-radius: 5px;
    background: linear-gradient(90deg, #ff834b 0%, #ffc441 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    gap: 15px;
    color: white;
    font-size: 18px;
  }
  #front .firstView--pc__intro__news {
    background-color: #f3b03f;
    color: #724f17;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #front .firstView--pc__intro__news__inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
    margin: 0 auto;
    padding: 0 50px 0 50px;
  }
  #front .firstView--pc__intro__news__inner__icon {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    content: "!";
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #f3b03f;
    border-radius: 50%;
    z-index: 10;
    font-size: 12px;
  }
  #front .firstView--pc__intro__news__inner__arrow {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    content: "!";
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #front .firstView--pc__intro__news__inner__items .slick-slide > div {
    display: flex;
    align-items: center;
  }
  #front .firstView--pc__intro__news__inner__items__item {
    padding: 12px 0;
  }
  #front .firstView--pc__intro__news__inner__items__item__inner {
    display: flex;
    align-items: center;
    gap: 0 20px;
  }
  #front .firstView--pc__intro__news__inner__items__item__inner__label {
    background-color: #f3b03f;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: white;
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--pc__intro__news__inner__items__item__inner__line {
    display: inline-flex;
    align-items: center;
    gap: 0 20px;
    font-size: 13px;
  }
  #front .firstView--pc__intro__news__inner__items__item__inner__line__date {
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
  #front .firstView--pc__intro__news__inner__items__item__inner__line__title {
    font-weight: bold;
    font-family: "TsukuARdGothicStd-B";
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .firstView--pc__intro__inner__lc__heading {
    font-size: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .firstView--pc__intro__inner__lc__links__link {
    font-size: 16px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .firstView--pc__intro__inner__rc__description__balloon img, #front .firstView--pc__intro__inner__rc__description__balloon picture {
    max-width: 250px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .firstView--pc__intro__inner__rc__description__icons__icon {
    width: 110px;
    height: 110px;
    font-size: 10px;
  }
}
#front .banners {
  margin: 50px auto 0;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #front .banners {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#front .banners__banner {
  width: calc((100% - 40px) / 3);
  background-color: #62c6de;
}
@media (max-width: 768px) {
  #front .banners__banner {
    width: 100%;
    max-width: 300px;
  }
}
#front .banners__banner--download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background-color: #62c7de;
  border-radius: 10px;
  padding: 10px 20px;
  color: white;
}
#front .banners__banner--download .left {
  text-align: left;
}
#front .banners__banner--download .right {
  margin: 0 20px;
}
#front .banners__banner--video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: #62c7de;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  color: white;
}
#front .banners__banner--video .left {
  text-align: left;
}
#front .banners__banner--video .right {
  position: relative;
  width: 90px;
  height: 60px;
  flex-shrink: 0;
}
#front .banners__banner--video .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front .banners__banner--video .right::before, #front .banners__banner--video .right::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#front .banners__banner--video .right::before {
  content: "";
  background-color: #999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
}
#front .banners__banner--video .right::after {
  content: "▶︎";
  color: white;
  z-index: 2;
  transform: translateX(2px);
}
@media (max-width: 768px) {
  #front .banners__banner--pc {
    display: none;
  }
}
@media (min-width: 769px) {
  #front .banners__banner--pc {
    display: block;
  }
}
@media (max-width: 768px) {
  #front .banners__banner--sp {
    display: block;
  }
}
@media (min-width: 769px) {
  #front .banners__banner--sp {
    display: none;
  }
}
#front .whats {
  position: relative;
  margin: 120px 0 0;
}
#front .whats .color-orange {
  color: #ff8f1f;
}
#front .whats__heading {
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .whats__heading__heading {
  color: #724f17;
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.2em;
}
#front .whats__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .whats__desc {
  position: relative;
  margin: 40px auto 80px;
  padding: 0 40px;
  color: #724f17;
}
@media (min-width: 769px) {
  #front .whats__desc {
    margin: 80px auto;
    padding: 20px 500px 20px 40px;
  }
}
#front .whats__desc__caption {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 22px;
  line-height: 1.8em;
  max-width: 600px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  #front .whats__desc__caption {
    font-size: 32px;
  }
}
#front .whats__desc__imgs {
  margin: 30px 0;
  height: 200px;
  width: calc(100% + 40px);
}
@media (min-width: 769px) {
  #front .whats__desc__imgs {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: auto;
    width: 50%;
    max-width: 800px;
    height: auto;
    transform: translateX(0);
  }
}
#front .whats__desc__imgs .slick-list {
  height: 100%;
}
#front .whats__desc__imgs .slick-list * {
  height: 100%;
}
#front .whats__desc__imgs__img {
  height: 100%;
}
#front .whats__desc__imgs__img img, #front .whats__desc__imgs__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: right;
}
@media (max-width: 769px) {
  #front .whats__desc__imgs__img img, #front .whats__desc__imgs__img picture {
    max-width: 500px;
  }
}
#front .whats__desc__subcaption {
  line-height: 1.8em;
  font-size: 17px;
  max-width: 600px;
  font-family: "TsukuARdGothicStd-B";
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  #front .whats__desc__subcaption {
    margin: 50px auto 0;
    line-height: 2.5;
  }
}
#front .whats__slider {
  margin: 100px 0 0;
  line-height: 0;
}
#front .whats__slider__items__item {
  padding: 0 5px;
}
#front .whats__slider__items__item img, #front .whats__slider__items__item picture {
  height: 170px;
}
#front .point {
  position: relative;
  background-color: #f9edd1;
  padding: 130px 0 100px;
}
#front .point::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  #front .point::after {
    border-top: 50px solid #f9edd1;
  }
}
#front .point__heading {
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .point__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .point__heading__heading {
    font-size: 32px;
  }
}
#front .point__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .point__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #front .point__items {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
#front .point__items__item {
  width: 100%;
  max-width: 500px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 60px 20px;
}
@media (min-width: 769px) {
  #front .point__items__item {
    width: calc(100% / 3);
  }
}
#front .point__items__item__label {
  position: absolute;
  top: -30px;
  left: 0;
  width: 80px;
}
#front .point__items__item__heading {
  font-size: 28px;
  font-family: "TsukuARdGothicStd-B";
  color: #ff8f1f;
  text-align: center;
  margin: 0 0 20px 0;
  letter-spacing: 0.2em;
  font-weight: bold;
}
#front .point__items__item__subHeading {
  color: #724f17;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
#front .point__items__item__img {
  margin: 30px auto;
  max-width: 400px;
}
#front .point__items__item__img img {
  margin: 0 auto;
}
#front .point__items__item__desc {
  max-width: 300px;
  margin: 0 auto;
}
#front .point__items__item__desc__line {
  position: relative;
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 15px;
  margin: 15px 0;
  padding: 0 0 0 20px;
}
#front .point__items__item__desc__line::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8f1f;
  margin: auto;
}
#front .point__viewMoreWrap {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
}
#front .point__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 20px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .point__viewMoreWrap__viewMore {
    padding: 15px 20px;
    max-width: 230px;
  }
}
#front .point__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#front .cando {
  position: relative;
  background-color: #fcf7ef;
  margin: 100px 0 100px;
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  #front .cando {
    margin: 100px 0 50px;
    padding: 50px 0 50px;
  }
}
#front .cando::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #fcf7ef;
  border-right: 49.5vw solid #f9edd1;
  border-left: 49.5vw solid #f9edd1;
}
@media (max-width: 768px) {
  #front .cando::after {
    border-top: 50px solid #fcf7ef;
  }
}
#front .cando__heading {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .cando__heading__heading {
  color: #724f17;
  font-size: 36px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .cando__heading__heading {
    font-size: 32px;
  }
}
#front .cando__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .cando__items {
  align-items: center;
  margin: 40px 0 80px;
}
#front .cando__items .slick-track {
  display: flex;
  margin: 0 0 20px;
}
#front .cando__items .slick-slide {
  width: 400px;
}
@media (max-width: 768px) {
  #front .cando__items .slick-slide {
    width: 320px;
  }
}
#front .cando__items .slick-slide > div {
  height: 100%;
}
#front .cando__items__item {
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 20px;
  padding: 30px 20px;
  max-width: calc(100% - 40px);
}
@media (max-width: 768px) {
  #front .cando__items__item {
    max-width: calc(100% - 20px);
  }
}
#front .cando__items__item__heading {
  font-size: 24px;
  color: #ff8f1f;
  text-align: center;
  margin: 30px 0 30px 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #front .cando__items__item__heading {
    font-size: 22px;
  }
}
#front .cando__items__item__img {
  margin: 0 auto;
  max-width: 400px;
  background-color: #fcf7ef;
  border-radius: 10px;
}
#front .cando__items__item__desc {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  #front .cando__items__item__desc {
    line-height: 1.5;
  }
}
#front .cando__items__item__desc span {
  display: inline-block;
}
#front .cando .slick-dots li.slick-active button:before {
  color: #ff8f1f;
}
#front .cando__viewMoreWrap {
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
  max-width: 1100px;
}
#front .cando__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 20px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .cando__viewMoreWrap__viewMore {
    padding: 15px 20px;
    max-width: 230px;
  }
}
#front .cando__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#front .service {
  position: relative;
  background-color: #f9edd1;
  padding: 100px 0;
}
#front .service::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  #front .service::after {
    border-top: 50px solid #f9edd1;
  }
}
#front .service__heading {
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .service__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .service__heading__heading {
    font-size: 32px;
  }
}
#front .service__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .service__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #front .service__items {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  #front .service__items--pc {
    display: none;
  }
}
@media (min-width: 769px) {
  #front .service__items--pc {
    display: flex;
  }
}
@media (max-width: 768px) {
  #front .service__items--sp {
    display: flex;
  }
}
@media (min-width: 769px) {
  #front .service__items--sp {
    display: none;
  }
}
@media (min-width: 769px) {
  #front .service__items {
    flex-direction: row;
  }
}
#front .service__items__item {
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
#front .cases {
  position: relative;
  background-color: #fcf7ef;
  margin: 100px 0 0;
  padding: 100px 0 0;
  /*
    &::after {
      position: absolute;
      top: 100%;
      right: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      border-top: 100px solid #fcf7ef;
      border-right: 49.5vw solid #f9edd1;
      border-left: 49.5vw solid #f9edd1;
      @media (max-width: 768px) {
        border-top: 50px solid #fcf7ef;
      }
    }
    */
}
@media (max-width: 768px) {
  #front .cases {
    margin: 100px 0 0;
    padding: 50px 0 0;
  }
}
#front .cases__heading {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .cases__heading__heading {
  color: #724f17;
  font-size: 36px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .cases__heading__heading {
    font-size: 32px;
  }
}
#front .cases__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .cases__items {
  align-items: center;
  margin: 40px 0 80px;
}
#front .cases__items .slick-track {
  display: flex;
  margin: 0 0 20px;
}
#front .cases__items .slick-slide {
  width: 400px;
}
@media (max-width: 768px) {
  #front .cases__items .slick-slide {
    width: 320px;
  }
}
#front .cases__items .slick-slide > div {
  height: 100%;
}
#front .cases__items__item {
  height: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 20px;
  max-width: calc(100% - 40px);
  overflow: hidden;
}
@media (max-width: 768px) {
  #front .cases__items__item {
    max-width: calc(100% - 20px);
  }
}
#front .cases__items__item__sumbnail {
  position: relative;
  width: 100%;
  padding-top: 66%;
}
#front .cases__items__item__sumbnail__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#front .cases__items__item__sumbnail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#front .cases__items__item__sumbnail__store {
  position: absolute;
  color: #724f17;
  right: 10px;
  bottom: 10px;
  background-color: white;
  padding: 3px 10px;
  margin: auto;
  border: 1px solid #724f17;
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
#front .cases__items__item__sumbnail__store span {
  color: #724f17;
}
#front .cases__items__item__description {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
#front .cases__items__item__description__store {
  font-size: 14px;
  color: #ff8f1f;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin-bottom: 8px;
}
#front .cases__items__item__description__copy {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 18px;
  margin-bottom: 20px;
}
#front .cases__items__item__description__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0 0;
}
#front .cases__items__item__description__tags__label {
  background-color: #724f17;
  color: white;
  padding: 2px 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
  border-radius: 3px;
}
#front .cases__items__item__description__tags__description {
  font-size: 12px;
  color: #724f17;
}
#front .cases .slick-dots li.slick-active button:before {
  color: #ff8f1f;
}
#front .cases__viewMoreWrap {
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
  max-width: 1100px;
}
#front .cases__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 20px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .cases__viewMoreWrap__viewMore {
    padding: 15px 20px;
    max-width: 230px;
  }
}
#front .cases__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#front .flow {
  position: relative;
  background-color: #fcf7ef;
  margin: 70px 0;
  padding: 120px 0 50px;
}
@media (max-width: 768px) {
  #front .flow {
    padding: 50px 0 50px;
  }
}
#front .flow__heading {
  margin: 0 auto 80px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .flow__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .flow__heading__heading {
    font-size: 32px;
  }
}
#front .flow__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .flow__inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #front .flow__inner {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    padding: 0 40px;
  }
}
#front .flow__inner__items {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  #front .flow__inner__items {
    align-items: flex-start;
  }
}
#front .flow__inner__items__item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: 100px 30px;
  max-width: 320px;
}
@media (min-width: 769px) {
  #front .flow__inner__items__item {
    grid-template-columns: 130px 1fr;
    grid-template-rows: 130px 50px;
    max-width: none;
  }
}
#front .flow__inner__items__item__img {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}
#front .flow__inner__items__item__img img, #front .flow__inner__items__item__img picture {
  width: 100%;
  height: 100%;
}
#front .flow__inner__items__item__title {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  display: flex;
  gap: 5px;
  flex-direction: column;
  grid-column: 2/3;
  grid-row: 1/2;
}
#front .flow__inner__items__item__title__label {
  font-size: 14px;
  color: #ff8f1f;
}
@media (min-width: 769px) {
  #front .flow__inner__items__item__title__label {
    font-size: 18px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .flow__inner__items__item__title__label {
    font-size: 16px;
  }
}
#front .flow__inner__items__item__title__heading {
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  #front .flow__inner__items__item__title__heading {
    font-size: 24px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #front .flow__inner__items__item__title__heading {
    font-size: 20px;
  }
}
#front .flow__inner__items__item__dot {
  width: 100%;
  height: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media (min-width: 769px) {
  #front .flow__inner__items__item__dot {
    height: 25px;
  }
}
#front .flow__inner__items__item__dot span {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d5a75b;
}
@media (max-width: 768px) {
  #front .flow__inner__items__item__dot .sp-hidden {
    display: none;
  }
}
#front .flow__viewMoreWrap {
  margin: 50px auto;
  text-align: center;
  font-size: 16px;
  max-width: 1100px;
}
#front .flow__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 20px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .flow__viewMoreWrap__viewMore {
    padding: 15px 20px;
    max-width: 230px;
  }
}
#front .flow__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#front .flow__slider {
  margin: 150px 0 0;
  line-height: 0;
}
#front .flow__slider__items {
  margin: 10px 0 0;
}
#front .flow__slider__items__item {
  padding: 0 5px;
}
#front .flow__slider__items__item img, #front .flow__slider__items__item picture {
  height: 170px;
}
#front .news {
  position: relative;
  background-color: #fcf7ef;
  margin: 50px 0 50px;
  padding: 0 0 80px;
}
#front .news::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #fcf7ef;
  border-right: 49.5vw solid #f9edd1;
  border-left: 49.5vw solid #f9edd1;
}
@media (max-width: 768px) {
  #front .news::after {
    border-top: 50px solid #fcf7ef;
  }
}
#front .news__inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  #front .news__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#front .news__inner__heading {
  margin: 0 auto;
  margin: 0 0 60px;
  padding: 0 20px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (min-width: 769px) {
  #front .news__inner__heading {
    width: 30%;
    text-align: left;
  }
}
#front .news__inner__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .news__inner__heading__heading {
    font-size: 32px;
  }
}
#front .news__inner__heading__subHeading {
  color: #ff8f1f;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
#front .news__inner__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  #front .news__inner__items {
    width: 70%;
  }
}
#front .news__inner__items__item {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
  display: grid;
  background-color: #ffffff;
  padding: 20px 20px;
}
@media (min-width: 769px) {
  #front .news__inner__items__item {
    max-width: none;
  }
}
#front .news__inner__items__item__title {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
}
#front .news__inner__items__item__title__label {
  background-color: #f3b03f;
  padding: 5px 7px;
  color: white;
  font-size: 12px;
  border-radius: 5px;
  line-height: 1;
}
#front .news__inner__items__item__title__date {
  font-size: 12px;
}
#front .news__inner__items__item__desc {
  font-size: 15px;
  color: #724f17;
  font-family: "TsukuARdGothicStd-B";
}
#front .news__inner__items__viewMoreWrap {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) {
  #front .news__inner__items__viewMoreWrap {
    width: 100%;
  }
}
#front .news__inner__items__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 250px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  #front .news__inner__items__viewMoreWrap__viewMore {
    padding: 15px 20px;
    max-width: 230px;
  }
}
#front .news__inner__items__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
#front .faq {
  background-color: #f9edd1;
  padding: 200px 20px 150px;
}
@media (max-width: 768px) {
  #front .faq {
    padding: 100px 20px 50px;
  }
}
#front .faq__heading {
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
#front .faq__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  #front .faq__heading__heading {
    font-size: 32px;
  }
}
#front .faq__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
#front .faq__items {
  margin: 60px auto;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  color: #724f17;
  gap: 20px 0;
}
#front .faq__items__item__heading {
  border-radius: 5px;
  background-color: white;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  #front .faq__items__item__heading {
    padding: 20px 40px;
  }
}
#front .faq__items__item__heading__q {
  color: #62c6de;
  font-size: 18px;
  font-family: "TsukuARdGothicStd-B";
  align-self: flex-start;
}
@media (min-width: 769px) {
  #front .faq__items__item__heading__q {
    align-self: center;
  }
}
#front .faq__items__item__heading__text {
  font-size: 16px;
}
#front .faq__items__item__heading__plus {
  margin: 0 0 0 auto;
  color: #ff8f1f;
  font-size: 22px;
  line-height: 1;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "TsukuARdGothicStd-B";
}
#front .faq__items__item__desc {
  background-color: #fcf4e8;
  padding: 20px 20px;
  display: flex;
  gap: 0 20px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  #front .faq__items__item__desc {
    padding: 20px 40px;
  }
}
#front .faq__items__viewMoreWrap {
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 769px) {
  #front .faq__items__viewMoreWrap {
    width: 100%;
  }
}
#front .faq__items__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 250px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
#front .faq__items__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
.whatsSingle {
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
}
.whatsSingle .color-orange {
  color: #ff8f1f;
}
@media (max-width: 768px) {
  .whatsSingle::after {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    border-top: 50px solid #fcf7ef;
    border-right: 49.5vw solid #f9edd1;
    border-left: 49.5vw solid #f9edd1;
    z-index: 1;
  }
}
.whatsSingle__desc {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  color: #724f17;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 40px;
}
@media (max-width: 768px) {
  .whatsSingle__desc {
    flex-direction: column;
  }
}
.whatsSingle__desc__caption {
  width: 45%;
  font-family: "TsukuARdGothicStd-B";
  font-weight: bold;
  font-size: 26px;
  line-height: 1.8em;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media (max-width: 768px) {
  .whatsSingle__desc__caption {
    width: 100%;
    font-size: 22px;
    letter-spacing: 0.1em;
  }
}
.whatsSingle__desc__imgs {
  width: 55%;
  margin: 30px 0;
}
@media (max-width: 768px) {
  .whatsSingle__desc__imgs {
    transform: translateX(10px);
    width: calc(100% + 20px);
  }
}
.whatsSingle__desc__imgs__img img, .whatsSingle__desc__imgs__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .whatsSingle__desc__imgs__img img, .whatsSingle__desc__imgs__img picture {
    max-width: 600px;
    float: right;
  }
}
.pointSingle {
  position: relative;
  background-color: #f9edd1;
  margin: 0 auto;
  padding: 130px 0 50px;
}
.pointSingle::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  .pointSingle::after {
    border-top: 50px solid #f9edd1;
  }
}
.pointSingle__heading {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
.pointSingle__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.2em;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .pointSingle__heading__heading {
    font-size: 32px;
  }
}
.pointSingle__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0;
  font-family: "TsukuARdGothicStd-B";
}
.pointSingle__items {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .pointSingle__items {
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
}
.pointSingle__items__item {
  width: 100%;
  max-width: 500px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 60px 20px;
}
@media (min-width: 769px) {
  .pointSingle__items__item {
    width: calc(100% / 3);
  }
}
.pointSingle__items__item__label {
  position: absolute;
  top: -30px;
  left: 0;
  width: 80px;
}
.pointSingle__items__item__heading {
  font-size: 28px;
  font-family: "TsukuARdGothicStd-B";
  color: #ff8f1f;
  text-align: center;
  margin: 0 0 20px 0;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.pointSingle__items__item__subHeading {
  color: #724f17;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.pointSingle__items__item__img {
  margin: 30px auto;
  max-width: 400px;
}
.pointSingle__items__item__desc {
  max-width: 300px;
  margin: 0 auto;
}
.pointSingle__items__item__desc__line {
  position: relative;
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 15px;
  margin: 15px 0;
  padding: 0 0 0 20px;
}
.pointSingle__items__item__desc__line::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8f1f;
  margin: auto;
}
.candoSingle {
  position: relative;
  background-color: #fcf7ef;
  margin: 100px auto 100px;
  padding: 100px 0 50px;
}
@media (max-width: 768px) {
  .candoSingle {
    margin: 100px 0 50px;
    padding: 50px 0 50px;
  }
}
.candoSingle::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #fcf7ef;
  border-right: 49.5vw solid #f9edd1;
  border-left: 49.5vw solid #f9edd1;
}
@media (max-width: 768px) {
  .candoSingle::after {
    border-top: 50px solid #fcf7ef;
  }
}
.candoSingle__heading {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
.candoSingle__heading__heading {
  color: #724f17;
  font-size: 36px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .candoSingle__heading__heading {
    font-size: 32px;
  }
}
.candoSingle__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
.candoSingle__items {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 80px;
  padding: 0 20px;
  gap: 20px 0;
}
@media (max-width: 768px) {
  .candoSingle__items {
    max-width: 500px;
  }
}
.candoSingle__items .slick-track {
  display: flex;
  margin: 0 0 20px;
}
.candoSingle__items .slick-slide {
  width: 350px;
}
.candoSingle__items .slick-slide > div {
  height: 100%;
}
.candoSingle__items__item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .candoSingle__items__item {
    flex-direction: column;
    padding: 30px 30px;
  }
}
.candoSingle__items__item__img {
  width: 45%;
}
@media (max-width: 768px) {
  .candoSingle__items__item__img {
    width: 100%;
  }
}
.candoSingle__items__item__text {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 0;
}
@media (max-width: 768px) {
  .candoSingle__items__item__text {
    width: 100%;
    gap: 20px 0;
  }
}
.candoSingle__items__item__text__heading {
  font-size: 24px;
  color: #ff8f1f;
  text-align: center;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .candoSingle__items__item__text__heading {
    font-size: 22px;
  }
}
.candoSingle__items__item__text__desc {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .candoSingle__items__item__text__desc {
    font-size: 14px;
    font-size: 15px;
  }
}
.candoSingle .slick-dots li.slick-active button:before {
  color: #ff8f1f;
}
.serviceSingle {
  position: relative;
  background-color: #f9edd1;
  margin: 0 auto;
  padding: 100px 0;
  line-height: 2;
}
.serviceSingle::after {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  .serviceSingle::after {
    border-top: 50px solid #f9edd1;
  }
}
.serviceSingle__heading {
  max-width: 1100px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
  max-width: 1100px;
}
.serviceSingle__heading__heading {
  color: #724f17;
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .serviceSingle__heading__heading {
    font-size: 32px;
  }
}
.serviceSingle__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
.serviceSingle__links {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .serviceSingle__links {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .serviceSingle__links--pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .serviceSingle__links--pc {
    display: flex;
  }
}
@media (max-width: 768px) {
  .serviceSingle__links--sp {
    display: flex;
  }
}
@media (min-width: 769px) {
  .serviceSingle__links--sp {
    display: none;
  }
}
@media (min-width: 769px) {
  .serviceSingle__links {
    flex-direction: row;
  }
}
.serviceSingle__links__item {
  width: 100%;
  max-width: 400px;
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
.serviceSingle__links__item img, .serviceSingle__links__item picture {
  width: 100%;
}
.serviceSingle__items {
  max-width: 1100px;
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  color: #724f17;
  padding: 0 20px;
}
.serviceSingle__items__item {
  background-color: white;
  border-radius: 10px;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .serviceSingle__items__item {
    padding: 80px 20px;
  }
}
.serviceSingle__items__item--pos .serviceSingle__items__item__intro__label {
  background-color: #d95f31;
}
.serviceSingle__items__item--shift .serviceSingle__items__item__intro__label {
  background-color: #3361a8;
}
.serviceSingle__items__item--order .serviceSingle__items__item__intro__label {
  background-color: #1a6443;
}
.serviceSingle__items__item--order .serviceSingle__items__item__intro__img {
  max-width: 210px;
  margin: 0 auto;
}
.serviceSingle__items__item__intro {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
  margin: 0 auto;
  font-size: 16px;
}
.serviceSingle__items__item__intro__label {
  padding: 10px 30px;
  background-color: #acacac;
  color: white;
  border-radius: 5px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 768px) {
  .serviceSingle__items__item__intro__label {
    font-size: 16px;
  }
}
.serviceSingle__items__item__intro__logo {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 768px) {
  .serviceSingle__items__item__intro__logo {
    max-width: 230px;
  }
}
.serviceSingle__items__item__intro__logo img, .serviceSingle__items__item__intro__logo picture {
  width: 100%;
}
.serviceSingle__items__item__intro__img {
  width: 100%;
  max-width: 400px;
}
.serviceSingle__items__item__intro__img img, .serviceSingle__items__item__intro__img picture {
  width: 100%;
}
.serviceSingle__items__item__intro__heading {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .serviceSingle__items__item__intro__heading {
    font-size: 20px;
  }
}
.serviceSingle__items__item__intro__desc {
  font-size: 15px;
}
.serviceSingle__items__item__intro__add {
  border: 1px dashed #724f17;
  padding: 30px;
}
.serviceSingle__items__item__intro__add__heading {
  font-size: 16px;
  margin: 0 0 20px;
}
.serviceSingle__items__item__intro__add__desc {
  font-size: 14px;
}
.serviceSingle__items__item__detail {
  margin: 120px 0;
}
.serviceSingle__items__item__detail__heading {
  position: relative;
  text-align: center;
  background-color: #ffd067;
  border-radius: 5px;
  margin: 0 0 12px;
  padding: 8px 10px;
  color: white;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .serviceSingle__items__item__detail__heading {
    line-height: 1.2;
  }
}
.serviceSingle__items__item__detail__heading:after {
  border-top: 12px solid #ffd067;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.serviceSingle__items__item__detail__items {
  margin: 60px 0;
}
@media (min-width: 769px) {
  .serviceSingle__items__item__detail__items {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 30px;
  }
}
.serviceSingle__items__item__detail__items .slick-slide {
  margin: 0 10px;
}
.serviceSingle__items__item__detail__items .slick-prev, .serviceSingle__items__item__detail__items .slick-next {
  z-index: 100;
}
.serviceSingle__items__item__detail__items .slick-prev::before, .serviceSingle__items__item__detail__items .slick-next::before {
  color: #acacac;
  font-size: 25px;
}
.serviceSingle__items__item__detail__items .slick-dots li.slick-active button:before {
  color: #ff8f1f;
}
.serviceSingle__items__item__detail__items__item {
  width: calc((100% - 90px) / 3);
}
@media (max-width: 768px) {
  .serviceSingle__items__item__detail__items__item {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ececec;
    height: 100%;
  }
}
.serviceSingle__items__item__detail__items__item__img {
  background-color: #fcf7ef;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.serviceSingle__items__item__detail__items__item__img img, .serviceSingle__items__item__detail__items__item__img picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceSingle__items__item__detail__items__item__img--vertical {
  aspect-ratio: auto;
}
.serviceSingle__items__item__detail__items__item__img--vertical img, .serviceSingle__items__item__detail__items__item__img--vertical picture {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.serviceSingle__items__item__detail__items__item__heading {
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 15px 0;
}
.serviceSingle__items__item__detail__items__item__desc {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
.serviceSingle__items__item__detail__items__item__desc__notice {
  margin: 10px 0;
  font-size: 12px;
}
.subsidySingle {
  padding: 250px 0;
  color: #724f17;
  line-height: 2;
}
@media (max-width: 768px) {
  .subsidySingle {
    padding: 150px 0;
  }
}
.subsidySingle__heading {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .subsidySingle__heading {
    max-width: 500px;
  }
}
.subsidySingle__heading__heading {
  font-size: 36px;
  margin: 0 0 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .subsidySingle__heading__heading {
    font-size: 30px;
  }
}
.subsidySingle__heading__subHeading {
  color: #ff8f1f;
  font-size: 14px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 10px 0 0;
}
.subsidySingle__desc {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .subsidySingle__desc {
    max-width: 500px;
  }
}
.subsidySingle__viewMoreWrap {
  margin: 50px auto;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  max-width: 1100px;
}
@media (max-width: 768px) {
  .subsidySingle__viewMoreWrap {
    font-size: 14px;
  }
}
.subsidySingle__viewMoreWrap__viewMore {
  position: relative;
  width: 100%;
  max-width: 350px;
  display: inline-flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .subsidySingle__viewMoreWrap__viewMore {
    max-width: 250px;
  }
}
.subsidySingle__viewMoreWrap__viewMore i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
.newsWrap {
  background-color: #fcf7ef;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .newsWrap {
    padding: 100px 20px;
    gap: 0 40px;
  }
}
.newsCategory {
  margin: 0 auto;
}
.newsCategory--sp {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 769px) {
  .newsCategory--sp {
    display: none;
  }
}
.newsCategory--sp form {
  width: 100%;
}
.newsCategory--sp__title {
  color: #724f17;
  font-size: 12px;
  font-family: "TsukuARdGothicStd-B";
}
.newsCategory--sp__selector {
  position: relative;
  min-width: 200px;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  flex-grow: 1;
}
.newsCategory--sp__selector__selected {
  position: relative;
  width: 100%;
  text-align: left;
  background-color: white;
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 14px;
  color: #724f17;
}
.newsCategory--sp__selector__selected__icon {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
}
.newsCategory--sp__selector__selected__icon img, .newsCategory--sp__selector__selected__icon picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.newsCategory--sp__selector__dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  background-color: #f3b03f;
  border-radius: 5px;
  padding: 5px 0;
  z-index: 1;
}
.newsCategory--sp__selector__dropdown__item {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 10px 30px;
  text-align: left;
  font-size: 12px;
  color: #724f17;
  font-family: "TsukuARdGothicStd-B";
}
.newsCategory--sp__selector__dropdown__item:hover {
  background-color: #6aa0f9;
  color: white;
}
.newsCategory--sp__selector__dropdown__item:hover.active::after {
  background-image: url(../media/parts/check.png);
}
.newsCategory--sp__selector__dropdown__item.active::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../media/parts/check_blue.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.newsCategory--pc {
  position: sticky;
  top: 50px;
  max-width: 200px;
  width: 100%;
  color: #724f17;
  display: flex;
}
@media (max-width: 768px) {
  .newsCategory--pc {
    display: none;
  }
}
.newsCategory--pc__category {
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.newsCategory--pc__item {
  position: relative;
  display: block;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 20px 0;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.newsCategory--pc__item.active {
  color: #ff8f1f;
}
.newsCategory--pc__item.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #ff8f1f;
}
.newsList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .newsList {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .newsList {
    width: 70%;
    max-width: 800px;
  }
}
.newsList__item {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  color: #724f17;
}
.newsList__item__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .newsList__item__heading {
    gap: 10px 20px;
  }
}
.newsList__item__heading__category {
  background-color: #f3b03f;
  font-size: 11px;
  padding: 3px 7px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.newsList__item__heading__date {
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .newsList__item__heading__date {
    font-size: 13px;
  }
}
.newsList__item__desc {
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .newsList__item__desc {
    font-size: 16px;
  }
}
.newsPagenation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 150px 0;
  gap: 0 30px;
  width: 100%;
}
.newsPagenation .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.newsPagenation .page-numbers.current {
  background-color: #ffd067;
}
.newsPagenation .prev, .newsPagenation .next {
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
}
.newsPagenation .prev::after, .newsPagenation .next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: visible;
  content: "";
  background-image: url(../media/parts/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(28%) sepia(67%) saturate(519%) hue-rotate(358deg) brightness(96%) contrast(92%);
}
.newsPagenation .prev {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .newsPagenation .prev {
    margin: 0 10px 0 0;
  }
}
.newsPagenation .next {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .newsPagenation .next {
    margin: 0 0 0 10px;
  }
}
.newsSingle {
  width: 100%;
  padding: 120px 20px;
}
.newsSingle__post {
  max-width: 890px;
  margin: 0 auto;
  color: #724f17;
}
.newsSingle__post__subHeading {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .newsSingle__post__subHeading {
    gap: 10px 10px;
  }
}
.newsSingle__post__subHeading__category {
  background-color: #f3b03f;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: white;
  padding: 3px 7px;
}
.newsSingle__post__subHeading__date {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
}
.newsSingle__post__heading {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 30px;
  margin: 30px 0;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .newsSingle__post__heading {
    font-size: 22px;
  }
}
.newsSingle__post__descriptions {
  margin: 30px 0;
}
.newsSingle__post__snsBox {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  margin: 100px auto 0 auto;
}
.newsSingle__post__snsBox__heading {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.newsSingle__post__snsBox__items {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  margin: 20px 0 0 0;
}
.newsSingle__post__snsBox__items__img {
  width: 20px;
  height: 20px;
}
.newsSingle__post__snsBox__items__img img, .newsSingle__post__snsBox__items__img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.newsSingle__toList {
  text-align: center;
  margin: 80px 0;
}
.newsSingle__toList__link {
  position: relative;
  width: 100%;
  max-width: 230px;
  background-color: #ffd067;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #724f17;
  padding: 15px 15px;
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .newsSingle__toList__link {
    padding: 20px 15px;
    max-width: 200px;
  }
}
.newsSingle__toList__link__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.helpWrap {
  background-color: #fcf7ef;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 0 auto;
  padding: 50px 20px 100px;
}
@media (max-width: 768px) {
  .helpWrap {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .helpWrap {
    max-width: 800px;
  }
}
.helpWrap .helpSearch {
  margin: 0 auto 50px;
}
.helpWrap .helpSearch form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.helpWrap .helpSearch form input {
  height: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 10px 30px;
  width: 100%;
  border: 3px solid #aaaaaa;
}
.helpWrap .helpSearch form input[type="submit"] {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8f1f;
  color: white;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.helpWrap .helpCategory {
  margin: 50px auto;
  width: 100%;
  color: #724f17;
}
.helpWrap .helpCategory__title {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.helpWrap .helpCategory__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .helpWrap .helpCategory__items {
    gap: 10px;
  }
}
.helpWrap .helpCategory__items__item {
  position: relative;
  display: block;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  padding: 10px 50px;
  font-size: 22px;
  border-radius: 30px;
  background-color: white;
  color: #ff8f1f;
}
@media (max-width: 768px) {
  .helpWrap .helpCategory__items__item {
    padding: 5px 30px;
    font-size: 16px;
  }
}
.helpWrap .helpCategory__items__item.active {
  background-color: #ff8f1f;
  color: white;
}
.helpWrap .helpList {
  width: 100%;
  margin: 0 auto;
  color: #724f17;
}
.helpWrap .helpList__title {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.helpWrap .helpList__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.helpWrap .helpList__items__item {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  color: #724f17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.helpWrap .helpList__items__item__heading {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.helpWrap .helpList__items__item__heading__categories {
  display: flex;
  gap: 5px;
}
.helpWrap .helpList__items__item__heading__categories__category {
  background-color: #f3b03f;
  font-size: 11px;
  padding: 3px 7px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.helpWrap .helpList__items__item__heading__date {
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .helpWrap .helpList__items__item__heading__date {
    font-size: 13px;
  }
}
.helpWrap .helpList__items__item__desc {
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .helpWrap .helpList__items__item__desc {
    font-size: 16px;
  }
}
.helpWrap .helpList__more {
  text-align: center;
}
.helpWrap .helpList__more__link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 40px;
  margin: 30px auto 0;
  color: white;
  background-color: #f3b03f;
  border-radius: 30px;
  font-weight: 700;
  font-family: "TsukuARdGothicStd-B";
}
.allHelpWrap {
  background-color: #fcf7ef;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  padding: 50px 20px 100px;
}
.allHelpWrap .helpCategory {
  margin: 0 auto 40px;
  width: 100%;
  color: #724f17;
}
@media (max-width: 768px) {
  .allHelpWrap .helpCategory {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .allHelpWrap .helpCategory {
    max-width: 800px;
  }
}
.allHelpWrap .helpCategory__title {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.allHelpWrap .helpCategory__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .allHelpWrap .helpCategory__items {
    gap: 10px;
  }
}
.allHelpWrap .helpCategory__items__item {
  position: relative;
  display: block;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  padding: 10px 50px;
  font-size: 22px;
  border-radius: 30px;
  background-color: white;
  color: #ff8f1f;
}
@media (max-width: 768px) {
  .allHelpWrap .helpCategory__items__item {
    padding: 5px 30px;
    font-size: 16px;
  }
}
.allHelpWrap .helpCategory__items__item.active {
  background-color: #ff8f1f;
  color: white;
}
.allHelpWrap .helpList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .allHelpWrap .helpList {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .allHelpWrap .helpList {
    max-width: 800px;
  }
}
.allHelpWrap .helpList__item {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  color: #724f17;
}
.allHelpWrap .helpList__item__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
@media (min-width: 769px) {
  .allHelpWrap .helpList__item__heading {
    gap: 10px 20px;
  }
}
.allHelpWrap .helpList__item__heading__categories {
  display: flex;
  gap: 5px;
}
.allHelpWrap .helpList__item__heading__categories__category {
  background-color: #f3b03f;
  font-size: 11px;
  padding: 3px 7px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.allHelpWrap .helpList__item__heading__date {
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .allHelpWrap .helpList__item__heading__date {
    font-size: 13px;
  }
}
.allHelpWrap .helpList__item__desc {
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .allHelpWrap .helpList__item__desc {
    font-size: 16px;
  }
}
.allHelpWrap .helpPagenation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 0;
  gap: 0 30px;
  width: 100%;
}
.allHelpWrap .helpPagenation .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.allHelpWrap .helpPagenation .page-numbers.current {
  background-color: #ffd067;
}
.allHelpWrap .helpPagenation .prev, .allHelpWrap .helpPagenation .next {
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
}
.allHelpWrap .helpPagenation .prev::after, .allHelpWrap .helpPagenation .next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: visible;
  content: "";
  background-image: url(../media/parts/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(28%) sepia(67%) saturate(519%) hue-rotate(358deg) brightness(96%) contrast(92%);
}
.allHelpWrap .helpPagenation .prev {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .allHelpWrap .helpPagenation .prev {
    margin: 0 10px 0 0;
  }
}
.allHelpWrap .helpPagenation .next {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .allHelpWrap .helpPagenation .next {
    margin: 0 0 0 10px;
  }
}
.helpSingle {
  width: 100%;
  padding: 120px 20px;
}
.helpSingle__post {
  max-width: 890px;
  margin: 0 auto;
  color: #724f17;
}
.helpSingle__post__subHeading {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .helpSingle__post__subHeading {
    gap: 10px 10px;
  }
}
.helpSingle__post__subHeading__categories {
  display: flex;
  gap: 5px;
}
.helpSingle__post__subHeading__categories__category {
  background-color: #f3b03f;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: white;
  padding: 3px 7px;
}
.helpSingle__post__subHeading__date {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
}
.helpSingle__post__heading {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 30px;
  margin: 10px 0 30px;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .helpSingle__post__heading {
    font-size: 22px;
  }
}
.helpSingle__post__descriptions {
  margin: 30px 0;
}
.helpSingle__post__open {
  width: 100%;
  background-color: #ffd067;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px;
  border-radius: 10px;
}
.helpSingle__post__open__text {
  font-weight: 700;
  font-family: "TsukuARdGothicStd-B";
}
.helpSingle__post__pdf {
  position: relative;
  padding-bottom: 141%;
  height: 0;
  overflow: hidden;
  max-width: 750px;
  margin: 50px auto;
}
.helpSingle__post__pdf iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.helpSingle__post__images {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px auto;
}
@media (max-width: 425px) {
  .helpSingle__post__images {
    grid-template-columns: 1fr;
  }
}
@media ((min-width: 426px) and (max-width: 768px)) {
  .helpSingle__post__images {
    grid-template-columns: 1fr 1fr;
  }
}
.helpSingle__post__images__image {
  position: relative;
  border: 1px solid #ffd067;
  padding-top: 141%;
  border-radius: 10px;
  overflow: hidden;
}
.helpSingle__post__images__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helpSingle__post__snsBox {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  margin: 100px auto 0 auto;
}
.helpSingle__post__snsBox__heading {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.helpSingle__post__snsBox__items {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  margin: 20px 0 0 0;
}
.helpSingle__post__snsBox__items__img {
  width: 20px;
  height: 20px;
}
.helpSingle__post__snsBox__items__img img, .helpSingle__post__snsBox__items__img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.helpSingle__tags {
  color: #724f17;
}
.helpSingle__tags__title {
  font-weight: 700;
}
.helpSingle__tags__tag {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 15px;
  background-color: white;
  border-radius: 10px;
  font-size: 12px;
}
.helpSingle__toList {
  text-align: center;
  margin: 80px 0 0;
}
@media (max-width: 768px) {
  .helpSingle__toList {
    margin: 40px 0 0;
  }
}
.helpSingle__toList__link {
  position: relative;
  width: 100%;
  max-width: 230px;
  background-color: #ffd067;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #724f17;
  padding: 15px 15px;
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .helpSingle__toList__link {
    padding: 20px 15px;
    max-width: 200px;
  }
}
.helpSingle__toList__link__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.fancybox__container {
  z-index: 99999;
}
.caseWrap {
  background-color: #fcf7ef;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  max-width: 1000px;
  margin: 70px auto 0;
}
.caseCategory {
  position: relative;
  margin: 0 auto 100px;
  width: 100%;
  text-align: right;
  z-index: 1;
}
@media (max-width: 768px) {
  .caseCategory {
    margin: 0 auto 50px;
  }
}
.caseCategory__label {
  color: #724f17;
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-color: white;
  margin-left: auto;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .caseCategory__label {
    width: 100%;
  }
}
.caseCategory__label.active .caseCategory__label__arrow {
  transform: rotate(-90deg);
}
.caseCategory__label__search {
  height: 18px;
}
.caseCategory__label__search * {
  stroke: #724f17;
}
.caseCategory__label__arrow {
  height: 13px;
  transform: rotate(90deg);
  margin-left: 15px;
  transition: transform 0.3s ease-in-out;
}
.caseCategory__label__arrow * {
  fill: #724f17;
}
.caseCategory__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  background: white;
  padding: 20px 30px;
  text-align: left;
  border: 1px solid #724f17;
  width: 100%;
  max-width: 300px;
  margin: auto;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .caseCategory__dropdown {
    max-width: 100%;
  }
}
.caseCategory__dropdown.active {
  opacity: 1;
  pointer-events: all;
}
.caseCategory__dropdown__group {
  margin-bottom: 20px;
}
.caseCategory__dropdown__group:last-child {
  margin-bottom: 0;
}
.caseCategory__dropdown__group__label {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  margin-bottom: 5px;
  color: #ff8f1f;
}
.caseCategory__dropdown__group__item {
  display: inline-block;
  margin: 4px 4px 4px 0;
  padding: 2px 15px;
  font-size: 13px;
  background: #724f17;
  border-radius: 3px;
  color: white;
}
.caseList {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .caseList {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .caseList {
    grid-template-columns: 1fr;
  }
}
.caseList__item {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0a auto;
  overflow: hidden;
}
.caseList__item__sumbnail {
  position: relative;
  width: 100%;
  padding-top: 66%;
}
.caseList__item__sumbnail__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.caseList__item__sumbnail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.caseList__item__sumbnail__store {
  position: absolute;
  color: #724f17;
  right: 10px;
  bottom: 10px;
  background-color: white;
  padding: 3px 10px;
  margin: auto;
  border: 1px solid #724f17;
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.caseList__item__sumbnail__store span {
  color: #724f17;
}
.caseList__item__description {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.caseList__item__description__store {
  font-size: 14px;
  color: #ff8f1f;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin-bottom: 8px;
}
.caseList__item__description__copy {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  margin-bottom: 20px;
}
.caseList__item__description__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0 0;
}
.caseList__item__description__tags__label {
  background-color: #724f17;
  color: white;
  padding: 2px 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
  border-radius: 3px;
  flex-shrink: 0;
}
.caseList__item__description__tags__description {
  font-size: 12px;
  color: #724f17;
}
.casePagenation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0 150px 0;
  gap: 0 30px;
  width: 100%;
}
.casePagenation .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.casePagenation .page-numbers.current {
  background-color: #ffd067;
}
.casePagenation .prev, .casePagenation .next {
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
}
.casePagenation .prev::after, .casePagenation .next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: visible;
  content: "";
  background-image: url(../media/parts/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(28%) sepia(67%) saturate(519%) hue-rotate(358deg) brightness(96%) contrast(92%);
}
.casePagenation .prev {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .casePagenation .prev {
    margin: 0 10px 0 0;
  }
}
.casePagenation .next {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .casePagenation .next {
    margin: 0 0 0 10px;
  }
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
}
.caseSingle {
  width: 100%;
  padding: 120px 20px;
}
.caseSingle__post {
  max-width: 890px;
  margin: 0 auto;
  color: #724f17;
}
.caseSingle__post__subHeading {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
@media (max-width: 768px) {
  .caseSingle__post__subHeading {
    gap: 10px 10px;
  }
}
.caseSingle__post__subHeading__category {
  background-color: #f3b03f;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: white;
  padding: 3px 7px;
}
.caseSingle__post__subHeading__date {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
}
.caseSingle__post__heading {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 30px;
  margin: 30px 0;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .caseSingle__post__heading {
    font-size: 22px;
  }
}
.caseSingle__post__sumbnail {
  position: relative;
}
.caseSingle__post__sumbnail__image {
  position: relative;
  height: 400px;
  background-color: white;
}
@media (max-width: 768px) {
  .caseSingle__post__sumbnail__image {
    height: 200px;
  }
}
.caseSingle__post__sumbnail__image img {
  height: 100%;
  object-fit: contain;
}
.caseSingle__post__sumbnail__store {
  position: absolute;
  color: #724f17;
  right: 10px;
  bottom: 10px;
  background-color: white;
  padding: 3px 10px;
  margin: auto;
  border: 1px solid #724f17;
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.caseSingle__post__sumbnail__store span {
  color: #724f17;
}
.caseSingle__post__info {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .caseSingle__post__info {
    margin: 30px auto;
  }
}
.caseSingle__post__info__storeName {
  color: #ff8f1f;
  font-size: 13px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .caseSingle__post__info__storeName {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.caseSingle__post__info__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0 0;
}
.caseSingle__post__info__tags__label {
  background-color: #724f17;
  color: white;
  padding: 2px 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 13px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .caseSingle__post__info__tags__label {
    font-size: 12px;
  }
}
.caseSingle__post__info__tags__description {
  font-size: 13px;
  color: #724f17;
}
@media (max-width: 768px) {
  .caseSingle__post__info__tags__description {
    font-size: 12px;
  }
}
.caseSingle__post__descriptions {
  margin: 30px 0;
}
.caseSingle__post__snsBox {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  margin: 100px auto 0 auto;
}
.caseSingle__post__snsBox__heading {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.caseSingle__post__snsBox__items {
  display: flex;
  align-items: center;
  gap: 20px 30px;
  margin: 20px 0 0 0;
}
.caseSingle__post__snsBox__items__img {
  width: 20px;
  height: 20px;
}
.caseSingle__post__snsBox__items__img img, .caseSingle__post__snsBox__items__img picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.caseSingle__toList {
  text-align: center;
  margin: 80px 0;
}
.caseSingle__toList__link {
  position: relative;
  width: 100%;
  max-width: 230px;
  background-color: #ffd067;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #724f17;
  padding: 15px 15px;
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .caseSingle__toList__link {
    padding: 20px 15px;
    max-width: 200px;
  }
}
.caseSingle__toList__link__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: invert(25%) sepia(18%) saturate(5610%) hue-rotate(23deg) brightness(94%) contrast(82%);
}
.documentsWrap {
  background-color: #fcf7ef;
  padding: 50px 20px 100px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .documentsWrap {
    padding: 100px 20px 150px;
    gap: 0 40px;
  }
}
.documentsList {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .documentsList {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .documentsList {
    width: 70%;
    max-width: 800px;
  }
}
.documentsList__heading {
  margin: 100px 0 30px;
  font-weight: 700;
  text-align: center;
  font-family: "TsukuARdGothicStd-B";
  font-size: 36px;
  color: #724f17;
}
@media (max-width: 768px) {
  .documentsList__heading {
    margin: 50px 0 10px;
    font-size: 26px;
  }
}
.documentsList--series .documentsList__item {
  padding: 30px;
}
.documentsList--series .documentsList__item__headings {
  display: flex;
  text-align: left;
  align-items: center;
  width: 100%;
  max-width: 500px;
  gap: 30px;
  margin: 0 auto;
}
.documentsList--series .documentsList__item__headings__thumbnail {
  width: 30%;
  margin: 0;
  min-width: 150px;
}
.documentsList--series .documentsList__item__headings__link {
  width: 100%;
}
.documentsList__item {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  color: #724f17;
  text-align: center;
}
.documentsList__item__headings__thumbnail {
  aspect-ratio: 1.5;
  max-width: 500px;
  margin: 0 auto;
}
.documentsList__item__headings__thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.documentsList__item__headings__heading {
  margin: 20px 0;
  font-weight: 700;
  font-size: 18px;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .documentsList__item__headings__heading {
    font-size: 16px;
  }
}
.documentsList__item__headings__subtext {
  margin: 20px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .documentsList__item__headings__subtext {
    font-size: 12px;
  }
}
.documentsList__item__link {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  background-color: #f3b03f;
  color: white;
  font-weight: 700;
  margin: 20px auto 0;
  padding: 10px 40px;
  font-weight: 18px;
  text-align: center;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .documentsList__item__link {
    font-weight: 16px;
  }
}
.flowWrap {
  background-color: #fcf7ef;
  padding: 60px 20px 180px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .flowWrap {
    padding: 80px 40px 200px;
  }
}
.flow__steps {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto;
}
.flow__steps__item {
  position: relative;
  border-radius: 10px;
  background-color: white;
  margin: 40px 0 0;
  padding: 60px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .flow__steps__item {
    padding: 80px 100px;
  }
}
.flow__steps__item__label {
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.flow__steps__item__label img, .flow__steps__item__label picture {
  margin: 0 auto;
}
.flow__steps__item__heading {
  color: #724f17;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .flow__steps__item__heading {
    font-size: 26px;
  }
}
.flow__steps__item__desc {
  margin: 30px 0 0;
  font-size: 14px;
  color: #724f17;
  text-align: left;
}
@media (min-width: 768px) {
  .flow__steps__item__desc {
    font-size: 15px;
  }
}
.flow__steps__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #62c6de;
  color: white;
  max-width: 280px;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  cursor: pointer;
}
.flow__steps__dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .flow__steps__dots {
    padding: 25px 0;
  }
}
.flow__steps__dots__dot {
  width: 3px;
  height: 3px;
  background-color: #d5a75b;
  border-radius: 50%;
}
.subsidyAboutWrap {
  position: relative;
  background-color: #fcf7ef;
  padding: 40px 40px 80px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  overflow: hidden;
}
@media (min-width: 769px) {
  .subsidyAboutWrap {
    padding: 80px 40px 80px;
  }
}
.subsidy__about {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #724f17;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
}
.subsidy__about__balloon {
  position: relative;
}
@media (min-width: 768px) {
  .subsidy__about__balloon {
    width: 550px;
  }
}
.subsidy__about__balloon__bg {
  width: 100%;
}
.subsidy__about__balloon__bg img, .subsidy__about__balloon__bg picture {
  width: 100%;
}
.subsidy__about__balloon__desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 15px 0;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
}
@media (min-width: 768px) {
  .subsidy__about__balloon__desc {
    font-size: 28px;
  }
}
.subsidy__about__desc {
  font-size: 16px;
  margin: 30px 0;
  text-align: center;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .subsidy__about__desc {
    font-size: 22px;
    margin: 40px 0;
  }
}
.subsidy__about__img {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .subsidy__about__img {
    max-width: 700px;
  }
}
.subsidy__about__inner {
  padding: 30px;
  margin: 30px 0;
  font-size: 14px;
  border-radius: 10px;
  background-color: white;
}
@media (min-width: 768px) {
  .subsidy__about__inner {
    display: flex;
    align-items: center;
    margin: 30px 0 60px;
    gap: 0 20px;
  }
}
.subsidy__about__inner__img {
  background-color: white;
  padding: 40px 40px;
}
@media (min-width: 768px) {
  .subsidy__about__inner__img {
    width: 200px;
    padding: 30px 30px;
  }
}
.subsidy__about__inner__desc {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 12px;
}
@media (min-width: 768px) {
  .subsidy__about__inner__desc {
    font-size: 14px;
  }
}
.subsidy__about__linkBefore {
  position: relative;
  text-align: center;
  color: #724f17;
  font-size: 16px;
  margin: 10px 0;
  padding: 0 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
  margin: 15px 0;
}
.subsidy__about__linkBefore::before, .subsidy__about__linkBefore::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #724f17;
  height: 100%;
}
.subsidy__about__linkBefore::before {
  left: 0;
  transform-origin: bottom right;
  transform: rotate(-20deg);
}
.subsidy__about__linkBefore::after {
  right: 0;
  transform-origin: bottom left;
  transform: rotate(20deg);
}
.subsidy__about__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #62c6de;
  color: white;
  margin: 0 auto 0;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 320px;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .subsidy__about__link {
    padding: 20px;
  }
}
.subsidy__about__link i.subsidy__about__link__icon {
  position: relative !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.subsidy__about__link i {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.subsidyWhatsWrap {
  position: relative;
  background-color: #f9edd1;
  padding: 130px 20px 150px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .subsidyWhatsWrap {
    padding: 260px 40px 200px;
  }
}
.subsidyWhatsWrap::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #fcf7ef;
  border-right: 49.5vw solid #f9edd1;
  border-left: 49.5vw solid #f9edd1;
}
@media (max-width: 768px) {
  .subsidyWhatsWrap::before {
    border-top: 50px solid #fcf7ef;
  }
}
.subsidyWhatsWrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  .subsidyWhatsWrap::after {
    border-top: 50px solid #f9edd1;
  }
}
.subsidy__whats {
  display: flex;
  flex-direction: column;
  color: #724f17;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
}
.subsidy__whats__heading {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .subsidy__whats__heading {
    font-size: 30px;
  }
}
.subsidy__whats__subHeading {
  text-align: center;
  color: #ff8f1f;
  font-size: 12px;
  margin: 5px 0 0 0;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__whats__desc {
  font-size: 15px;
  margin: 40px 0;
  padding: 0 20px;
}
.subsidy__whats__img {
  max-width: 500px;
  margin: 0 auto;
}
.subsidy__whats__inner {
  border: 1px dashed #724f17;
  padding: 40px 60px;
  margin: 40px 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .subsidy__whats__inner {
    padding: 30px;
  }
}
.subsidy__whats__inner__heading {
  font-size: 20px;
  margin: 0 0 10px 0;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .subsidy__whats__inner__heading {
    font-size: 18px;
  }
}
.subsidy__whats__inner__desc {
  font-size: 15px;
}
@media (max-width: 768px) {
  .subsidy__whats__inner__desc {
    font-size: 14px;
  }
}
.subsidy__whats__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #76cea9;
  color: white;
  margin: 0 auto 0;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 280px;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
}
.subsidy__whats__link i {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.subsidyTargetWrap {
  position: relative;
  background-color: #fcf7ef;
  padding: 80px 20px 120px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .subsidyTargetWrap {
    padding: 180px 40px 200px;
  }
}
.subsidyTargetWrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #fcf7ef;
  border-right: 49.5vw solid #f9edd1;
  border-left: 49.5vw solid #f9edd1;
}
@media (max-width: 768px) {
  .subsidyTargetWrap::after {
    border-top: 50px solid #fcf7ef;
  }
}
.subsidy__target {
  display: flex;
  flex-direction: column;
  color: #724f17;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
}
.subsidy__target__heading {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (max-width: 768px) {
  .subsidy__target__heading {
    font-size: 30px;
  }
}
.subsidy__target__desc {
  font-size: 15px;
  margin: 30px 0;
  padding: 0 20px;
  text-align: center;
}
.subsidy__target__inner {
  background-color: white;
  padding: 40px 40px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .subsidy__target__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 40px;
  }
}
.subsidy__target__inner__heading {
  text-align: center;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 19px;
}
@media (min-width: 768px) {
  .subsidy__target__inner__heading {
    width: 100%;
    font-size: 26px;
  }
}
.subsidy__target__inner__item {
  margin: 40px 0;
  text-align: center;
}
.subsidy__target__inner__item__heading {
  text-align: center;
  background-color: #fcf7ef;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__target__inner__item__img {
  width: 130px;
  height: 130px;
  border: 1px solid #e5dccd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.subsidy__target__inner__item__img img, .subsidy__target__inner__item__img picture {
  width: 45px;
  margin: 0 auto;
}
.subsidy__target__inner__item__type {
  margin: 5px 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .subsidy__target__inner__item__type {
    font-size: 18px;
  }
}
.subsidy__target__inner__item__price {
  margin: 5px 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  text-align: center;
  font-size: 22px;
}
@media (min-width: 768px) {
  .subsidy__target__inner__item__price {
    margin: 10px 0;
    font-size: 28px;
  }
}
.subsidy__target__inner__item.or {
  font-size: 32px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__target__inner__add {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .subsidy__target__inner__add {
    width: 100%;
    text-align: center;
  }
}
.subsidy__target__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #76cea9;
  color: white;
  margin: 30px auto 0;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 280px;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
}
.subsidy__target__link i {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.subsidyRangeWrap {
  position: relative;
  background-color: #f9edd1;
  padding: 130px 20px 150px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .subsidyRangeWrap {
    padding: 160px 40px 200px;
  }
}
.subsidyRangeWrap::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  border-top: 100px solid #f9edd1;
  border-right: 49.5vw solid #fcf7ef;
  border-left: 49.5vw solid #fcf7ef;
}
@media (max-width: 768px) {
  .subsidyRangeWrap::after {
    border-top: 50px solid #f9edd1;
  }
}
.subsidy__range {
  display: flex;
  flex-direction: column;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
}
.subsidy__range__heading {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: #724f17;
}
@media (min-width: 768px) {
  .subsidy__range__heading {
    font-size: 36px;
  }
}
.subsidy__range__table--sp {
  border-top: 1px solid #724f17;
  color: #724f17;
  margin: 40px auto 0;
  font-size: 14px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .subsidy__range__table--sp {
    display: none;
  }
}
.subsidy__range__table--sp__row {
  display: grid;
  grid-template-columns: 40px 1fr 1fr;
}
.subsidy__range__table--sp__row__column1 {
  grid-column: 1/2;
  border-left: 1px solid #724f17;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 10px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--sp__row__column1.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--sp__row__column1.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--sp__row__column1.verticalCenter {
  display: flex;
  align-items: center;
}
.subsidy__range__table--sp__row__column1.tate {
  writing-mode: vertical-rl;
}
.subsidy__range__table--sp__row__column2 {
  grid-column: 2/4;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 25px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--sp__row__column2.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--sp__row__column2.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--sp__row__column2.verticalCenter {
  display: flex;
  align-items: center;
}
.subsidy__range__table--sp__row__column2-1 {
  grid-column: 2/3;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--sp__row__column2-2 {
  grid-column: 3/4;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--pc {
  border-top: 1px solid #724f17;
  color: #724f17;
  margin: 60px 0 0;
  font-size: 15px;
}
@media (max-width: 768px) {
  .subsidy__range__table--pc {
    display: none;
  }
}
.subsidy__range__table--pc__row {
  display: grid;
  grid-template-columns: 120px 1fr 1fr 1fr;
}
.subsidy__range__table--pc__row__column1 {
  grid-column: 1/2;
  border-left: 1px solid #724f17;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 10px 15px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  display: flex;
  align-items: center;
  justify-content: center;
}
.subsidy__range__table--pc__row__column1.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--pc__row__column1.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--pc__row__column1.verticalCenter {
  display: flex;
  align-items: center;
}
.subsidy__range__table--pc__row__column1.tate {
  writing-mode: vertical-rl;
}
.subsidy__range__table--pc__row__column2 {
  grid-column: 2/3;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--pc__row__column2.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--pc__row__column2.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--pc__row__column2.verticalCenter {
  display: flex;
  align-items: center;
}
.subsidy__range__table--pc__row__column3 {
  grid-column: 3/4;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--pc__row__column3.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--pc__row__column3.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--pc__row__column4 {
  grid-column: 4/5;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--pc__row__column4.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--pc__row__column4.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidy__range__table--pc__row__column3-4 {
  grid-column: 3/5;
  border-bottom: 1px solid #724f17;
  border-right: 1px solid #724f17;
  padding: 15px 20px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__range__table--pc__row__column3-4.heading {
  background-color: #fcf7ef;
}
.subsidy__range__table--pc__row__column3-4.alignCenter {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}
.subsidyStepsWrap {
  background-color: #fcf7ef;
  padding: 80px 20px 140px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .subsidyStepsWrap {
    padding: 180px 40px 240px;
  }
}
.subsidy__steps {
  display: flex;
  flex-direction: column;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .subsidy__steps {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.subsidy__steps__heading {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: #724f17;
}
@media (min-width: 768px) {
  .subsidy__steps__heading {
    width: 100%;
    font-size: 36px;
  }
}
.subsidy__steps__subHeading {
  text-align: center;
  color: #ff8f1f;
  font-size: 12px;
  margin: 5px 0 0 0;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .subsidy__steps__subHeading {
    width: 100%;
  }
}
.subsidy__steps__item {
  position: relative;
  border-radius: 10px;
  background-color: white;
  margin: 80px auto 0;
  padding: 60px 20px;
  text-align: center;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 768px) {
  .subsidy__steps__item {
    width: calc((100% - 60px) / 3);
  }
}
.subsidy__steps__item__label {
  width: 50px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.subsidy__steps__item__label img, .subsidy__steps__item__label picture {
  margin: 0 auto;
}
.subsidy__steps__item__heading {
  color: #724f17;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.3;
}
.subsidy__steps__item__img {
  margin: 30px 0 0;
}
.subsidy__steps__item__img img, .subsidy__steps__item__img picture {
  margin: 0 auto;
}
.subsidy__steps__item__desc {
  margin: 30px 0 0;
  font-size: 14px;
  color: #724f17;
  text-align: left;
}
@media (min-width: 768px) {
  .subsidy__steps__item__desc {
    font-size: 15px;
  }
}
.subsidy__steps__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #62c6de;
  color: white;
  margin: 30px auto 0;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 320px;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .subsidy__steps__link {
    padding: 20px;
  }
}
.contactWrap {
  background-color: #fcf7ef;
  padding: 40px 40px 150px;
  font-size: 14px;
  line-height: 2;
  color: #724f17;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .contactWrap {
    padding: 60px 120px 200px;
  }
}
.contactWrap__inner {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: white;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .contactWrap__inner {
    padding: 80px 40px;
  }
}
.contact__heading .previewHeading, .contact__heading .errorHeading {
  display: none;
  margin: 30px 0 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "TsukuARdGothicStd-B";
  color: #ff8f1f;
}
@media (min-width: 768px) {
  .contact__heading {
    max-width: 700px;
    margin: 0 auto 10px;
  }
}
.contact__formItem {
  max-width: 1000px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .contact__formItem {
    max-width: 700px;
  }
}
.contact__formItem .error {
  width: 100%;
  background-color: #ff8f1f;
  color: white;
  margin: 10px 0;
  padding: 0 10px;
  border-radius: 5px;
}
.contact__formItem__label {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  margin: 5px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact__formItem__label__required {
  background-color: #ff8f1f;
  padding: 3px 7px;
  color: white;
  line-height: 1;
  border-radius: 5px;
  font-size: 11px;
}
.contact__formItem__field {
  position: relative;
}
.contact__formItem__field input[type="text"], .contact__formItem__field textarea, .contact__formItem__field select {
  width: 100%;
  padding: 13px;
  border: 1px solid #e5dccd;
  border-radius: 5px;
  color: #724f17;
}
.contact__formItem__field input[type="checkbox"] {
  transform: scale(1.5);
  border: 1px solid #e5dccd;
  accent-color: #724f17;
}
.contact__formItem__field .back_rewrite {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 50px;
  padding: 15px 20px;
  text-align: center;
  color: white;
  background-color: #bbbbbb;
  border: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  cursor: pointer;
  display: block;
  max-width: 280px;
  margin: 40px auto;
}
.contact__formItem__field input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 50px;
  padding: 15px 20px;
  text-align: center;
  color: white;
  background-color: #62c6de;
  border: none;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  cursor: pointer;
  display: block;
  max-width: 230px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .contact__formItem__field input[type="submit"] {
    max-width: 280px;
  }
}
.contact__formItem__field select {
  background-color: #fcf7ef;
  border: none;
  appearance: none;
  border: 1px solid #e5dccd;
}
.contact__formItem__field.select::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url("../media/parts/under_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  filter: invert(32%) sepia(14%) saturate(2228%) hue-rotate(358deg) brightness(93%) contrast(92%);
}
.contact__formItem__field .mwform-checkbox-field {
  font-family: "TsukuARdGothicStd-B";
}
.contact__formItem__field.w50 {
  display: flex;
  flex-wrap: wrap;
}
.contact__formItem__field.w50 .mwform-checkbox-field {
  width: 50%;
  margin: 0;
}
.contact__formItem__field ::placeholder {
  color: #dbdbdb;
}
.contact__formItem__field__privacy {
  font-family: "TsukuARdGothicStd-B";
}
.contact__formItem__field__privacy a {
  color: #00abe1;
  text-decoration: underline;
  padding: 0 0 3px 0;
}
.contact__formItem__field__required {
  background-color: #ff8f1f;
  padding: 3px 7px;
  color: white;
  line-height: 1;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 10px;
  font-family: "TsukuARdGothicStd-B";
}
.mw_wp_form_error .errorHeading {
  display: block;
}
.mw_wp_form_error .description {
  display: none;
}
.mw_wp_form_confirm .previewHeading, .mw_wp_form_preview .previewHeading {
  display: block;
}
.mw_wp_form_confirm .description, .mw_wp_form_preview .description {
  display: none;
}
.mw_wp_form_confirm .select::after, .mw_wp_form_preview .select::after {
  content: "";
  display: none;
}
.privacyWrap {
  background-color: #fcf7ef;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #724f17;
  font-size: 14px;
  line-height: 2;
  padding: 40px 40px 80px;
}
@media (min-width: 768px) {
  .privacyWrap {
    padding: 80px 40px 100px;
    font-size: 15px;
  }
}
.privacy__main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .privacy__main {
    padding: 0 0;
  }
}
.privacy__main__line {
  margin: 30px 0;
}
.privacy__main__mark {
  margin: 40px 0;
  padding: 30px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 30px 50px;
}
@media (max-width: 768px) {
  .privacy__main__mark {
    font-size: 12px;
    gap: 30px 20px;
    padding: 20px;
  }
}
.privacy__main__mark__img {
  width: 80px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .privacy__main__mark__desc {
    font-size: 12px;
    line-height: 1.5;
  }
}
.privacy__lists {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .privacy__lists {
    padding: 0 0;
  }
}
.privacy__lists__item {
  margin: 80px 0;
}
.privacy__lists__item__heading {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 20px;
  color: #ff8f1f;
  line-height: 1.5;
}
.privacy__lists__item__line {
  margin: 30px 0;
}
.privacy__lists__item__lists__item {
  position: relative;
  padding: 0 0 0 10px;
  margin: 20px 0;
}
.privacy__lists__item__lists__item::before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #724f17;
  position: absolute;
  top: 14px;
  left: 0;
  margin: 0 auto;
}
.privacy__contact {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: white;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .privacy__contact {
    padding: 40px 60px;
    width: 100%;
    transform: translateX(0);
  }
}
.privacy__contact__heading {
  text-align: center;
  color: #ff8f1f;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 400px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .privacy__contact__heading {
    font-size: 28px;
  }
}
.privacy__contact__label {
  text-align: right;
  font-size: 12px;
  margin: 10px;
  max-width: 400px;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .privacy__contact__label {
    font-size: 14px;
  }
}
.privacy__contact__address {
  font-size: 12px;
  margin: 10px;
  max-width: 400px;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .privacy__contact__address {
    font-size: 14px;
  }
}
.privacy__contact__phone {
  font-size: 26px;
  margin: 10px auto 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .privacy__contact__phone {
    font-size: 34px;
  }
}
.privacy__contact__phone__label {
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .privacy__contact__phone__label {
    font-size: 24px;
  }
}
.privacy__contact__time {
  width: 100%;
  border-radius: 10px;
  background-color: #fcf7ef;
  text-align: center;
  font-size: 11px;
  margin: 0 auto 10px;
  padding: 3px 10px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .privacy__contact__time {
    font-size: 13px;
  }
}
.privacy__contact__link {
  background-color: #62c6de;
  margin: 30px auto 0;
  padding: 10px 40px;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 13px;
  display: block;
  max-width: 400px;
}
@media (min-width: 768px) {
  .privacy__contact__link {
    font-size: 15px;
  }
}
.privacy__meta {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 40px;
  text-align: right;
}
@media (max-width: 768px) {
  .privacy__meta {
    padding: 0 0;
  }
}
.privacy__meta__more {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  background-color: #62c6de;
  border-radius: 30px;
  color: white;
  padding: 10px 40px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 50px auto;
}
.privacy__meta__more i {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}
.companyWrap {
  background-color: #fcf7ef;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #724f17;
  font-size: 14px;
  line-height: 2;
  padding: 40px 40px 80px;
}
@media (min-width: 768px) {
  .companyWrap {
    padding: 100px 40px 120px;
    font-size: 15px;
  }
}
.company__about {
  padding: 0 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.company__about__table {
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .company__about__table {
    padding: 0 0 80px;
  }
}
.company__about__table__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #e5dccd;
}
@media (min-width: 768px) {
  .company__about__table__row {
    flex-direction: row;
  }
}
.company__about__table__row__heading {
  color: #ff8f1f;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .company__about__table__row__heading {
    width: 200px;
  }
}
.company__history {
  padding: 0 0 40px;
  max-width: 1000px;
  margin: 0 auto;
}
.company__history__heading {
  font-size: 24px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.company__history__line {
  margin: 0 0 30px;
}
.company__history__table {
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
}
.company__history__table__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px 0;
  border-bottom: 1px solid #e5dccd;
}
.company__history__table__row:first-child {
  border-top: 1px solid #e5dccd;
}
@media (min-width: 768px) {
  .company__history__table__row {
    flex-direction: row;
  }
}
.company__history__table__row__heading {
  font-size: 16px;
  color: #ff8f1f;
}
@media (min-width: 768px) {
  .company__history__table__row__heading {
    width: 200px;
  }
}
.announceWrap {
  background-color: #fcf7ef;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #724f17;
  font-size: 14px;
  line-height: 2;
  padding: 40px 40px 80px;
}
@media (min-width: 768px) {
  .announceWrap {
    padding: 100px 40px 120px;
    font-size: 15px;
  }
}
.announce__about {
  max-width: 1000px;
  margin: 0 auto;
}
.announce__about__heading {
  font-size: 18px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  line-height: 1.5;
}
@media (min-width: 768px) {
  .announce__about__heading {
    text-align: center;
    font-size: 26px;
    margin: 0 0 40px;
  }
}
.announce__about__line {
  padding: 20px 0;
}
.announce__about__table {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
}
.announce__about__table__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px 0;
}
.announce__about__table__row__heading {
  color: #ff8f1f;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 18px;
}
@media (min-width: 768px) {
  .announce__about__table__row__heading {
    margin: 30px 0 0;
    font-size: 20px;
  }
}
.announce__about__table__row__desc {
  padding: 20px 0;
}
.announce__about__table__row__table {
  border-top: 1px solid #e5dccd;
  font-size: 12px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .announce__about__table__row__table {
    font-size: 14px;
  }
}
.announce__about__table__row__table__row {
  display: grid;
  grid-template-columns: 30px 1fr 1fr;
}
.announce__about__table__row__table__row__column1 {
  border-bottom: solid 1px #e5dccd;
  border-left: solid 1px #e5dccd;
  grid-column: 1/2;
  text-align: center;
  padding: 10px 5px;
}
@media (min-width: 768px) {
  .announce__about__table__row__table__row__column1 {
    padding: 30px 5px;
  }
}
.announce__about__table__row__table__row__column1.tableHeading {
  text-align: center;
}
.announce__about__table__row__table__row__column2 {
  border-bottom: solid 1px #e5dccd;
  border-left: solid 1px #e5dccd;
  grid-column: 2/3;
  padding: 10px;
}
@media (min-width: 768px) {
  .announce__about__table__row__table__row__column2 {
    padding: 30px;
  }
}
.announce__about__table__row__table__row__column2.tableHeading {
  text-align: center;
}
.announce__about__table__row__table__row__column3 {
  border-bottom: solid 1px #e5dccd;
  border-left: solid 1px #e5dccd;
  border-right: solid 1px #e5dccd;
  grid-column: 3/4;
  padding: 10px;
}
@media (min-width: 768px) {
  .announce__about__table__row__table__row__column3 {
    padding: 30px;
  }
}
.announce__about__table__row__table__row__column3.tableHeading {
  text-align: center;
}
.announce__about__table__row__listAbc {
  font-size: 12px;
}
.announce__about__table__row__listAbc__row {
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 10px 0;
}
.announce__contact {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px 20px;
  background-color: white;
  width: calc(100% + 40px);
  transform: translateX(-20px);
}
@media (min-width: 768px) {
  .announce__contact {
    padding: 40px 60px;
    width: 100%;
    transform: translateX(0);
  }
}
.announce__contact__heading {
  text-align: center;
  color: #ff8f1f;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  max-width: 400px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .announce__contact__heading {
    font-size: 28px;
  }
}
.announce__contact__label {
  text-align: right;
  font-size: 12px;
  margin: 10px;
  max-width: 400px;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .announce__contact__label {
    font-size: 14px;
  }
}
.announce__contact__address {
  font-size: 12px;
  margin: 10px;
  max-width: 400px;
  margin: 0 auto;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .announce__contact__address {
    font-size: 14px;
  }
}
.announce__contact__phone {
  font-size: 26px;
  margin: 10px auto 0;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .announce__contact__phone {
    font-size: 34px;
  }
}
.announce__contact__phone__label {
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 768px) {
  .announce__contact__phone__label {
    font-size: 24px;
  }
}
.announce__contact__time {
  width: 100%;
  border-radius: 10px;
  background-color: #fcf7ef;
  text-align: center;
  font-size: 11px;
  margin: 0 auto 10px;
  padding: 3px 10px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .announce__contact__time {
    font-size: 13px;
  }
}
.announce__contact__link {
  background-color: #62c6de;
  margin: 30px auto 0;
  padding: 10px 40px;
  color: white;
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 14px;
  display: block;
  max-width: 400px;
}
@media (min-width: 768px) {
  .announce__contact__link {
    font-size: 15px;
  }
}
.announce__request {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .announce__request {
    padding: 60px 20px;
  }
}
.announce__request__heading {
  margin: 20px 0;
  font-weight: bold;
  font-size: 16px;
}
.announce__request__subHeading {
  font-size: 16px;
  margin: 20px 0 0;
}
.announce__request__line {
  margin: 20px 0;
}
.announce__request__line.reverse {
  text-align: right;
}
.announce__request__line.date {
  margin: 60px 0;
}
.announce__request__line__list {
  padding: 10px 0 10px 25px;
}
.announce__request__line__list__line {
  position: relative;
  padding: 0 0 0 10px;
}
.announce__request__line__list__line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #724f17;
  border-radius: 10px;
}
.searchWrap {
  background-color: #fcf7ef;
  padding: 0 20px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 0 auto;
  padding: 50px 20px 100px;
}
@media (max-width: 768px) {
  .searchWrap {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .searchWrap {
    max-width: 800px;
  }
}
.searchWrap .searchSearch {
  margin: 0 auto 50px;
}
.searchWrap .searchSearch form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.searchWrap .searchSearch form input {
  height: 100%;
  height: 45px;
  border-radius: 10px;
  padding: 10px 30px;
  width: 100%;
  border: 3px solid #aaaaaa;
}
.searchWrap .searchSearch form input[type="submit"] {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff8f1f;
  color: white;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.searchWrap .helpCategory {
  margin: 50px auto;
  width: 100%;
  color: #724f17;
}
.searchWrap .helpCategory__title {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.searchWrap .helpCategory__items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .searchWrap .helpCategory__items {
    gap: 10px;
  }
}
.searchWrap .helpCategory__items__item {
  position: relative;
  display: block;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  padding: 10px 50px;
  font-size: 22px;
  border-radius: 30px;
  background-color: white;
  color: #ff8f1f;
}
@media (max-width: 768px) {
  .searchWrap .helpCategory__items__item {
    padding: 5px 30px;
    font-size: 16px;
  }
}
.searchWrap .helpCategory__items__item.active {
  background-color: #ff8f1f;
  color: white;
}
.searchWrap .searchList {
  width: 100%;
  margin: 0 auto;
  color: #724f17;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .searchWrap .searchList {
    margin-bottom: 30px;
  }
}
.searchWrap .searchList__title {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.searchWrap .searchList__items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.searchWrap .searchList__items__item {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  color: #724f17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.searchWrap .searchList__items__item__heading {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.searchWrap .searchList__items__item__heading__categories {
  display: flex;
  gap: 5px;
}
.searchWrap .searchList__items__item__heading__categories__category {
  background-color: #f3b03f;
  font-size: 11px;
  padding: 3px 7px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
.searchWrap .searchList__items__item__heading__categories__category--post_type {
  border: 1px solid #f3b03f;
  color: #f3b03f;
  background: transparent;
}
.searchWrap .searchList__items__item__heading__date {
  font-size: 11px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .searchWrap .searchList__items__item__heading__date {
    font-size: 13px;
  }
}
.searchWrap .searchList__items__item__desc {
  font-size: 14px;
  font-family: "TsukuARdGothicStd-B";
}
@media (min-width: 769px) {
  .searchWrap .searchList__items__item__desc {
    font-size: 16px;
  }
}
.searchWrap .searchList__items__null {
  text-align: center;
  margin: 20px auto;
  font-size: 24px;
  font-weight: 700;
}
.searchWrap .searchList__more {
  text-align: center;
}
.searchWrap .searchList__more__link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 15px 40px;
  margin: 30px auto 0;
  color: white;
  background-color: #f3b03f;
  border-radius: 30px;
  font-weight: 700;
  font-family: "TsukuARdGothicStd-B";
}
.searchWrap .searchList .pagenation {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  width: 100%;
}
.searchWrap .searchList .pagenation .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.searchWrap .searchList .pagenation .page-numbers.current {
  background-color: #ffd067;
}
.searchWrap .searchList .pagenation .prev, .searchWrap .searchList .pagenation .next {
  position: relative;
  visibility: hidden;
  width: 15px;
  height: 15px;
}
.searchWrap .searchList .pagenation .prev::after, .searchWrap .searchList .pagenation .next::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: visible;
  content: "";
  background-image: url(../media/parts/right_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(28%) sepia(67%) saturate(519%) hue-rotate(358deg) brightness(96%) contrast(92%);
}
.searchWrap .searchList .pagenation .prev {
  margin: 0 20px 0 0;
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .searchWrap .searchList .pagenation .prev {
    margin: 0 10px 0 0;
  }
}
.searchWrap .searchList .pagenation .next {
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  .searchWrap .searchList .pagenation .next {
    margin: 0 0 0 10px;
  }
}
.footer {
  position: relative;
  z-index: 99999;
  margin: 0 auto;
  background-color: #fcf7ef;
  text-align: center;
  padding: 100px 40px 60px;
  font-family: "TsukuARdGothicStd-R", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    padding: 150px 150px;
    align-content: space-between;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  .footer {
    padding: 150px 50px;
  }
}
.footer__heading {
  text-align: center;
}
@media (min-width: 768px) {
  .footer__heading {
    text-align: left;
    width: 35%;
    order: 1;
    max-width: 500px;
  }
}
.footer__heading__heading {
  color: #724f17;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media (max-width: 1024px) {
  .footer__heading__heading {
    font-size: 14px;
  }
}
.footer__heading__subHeading {
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .footer__heading__subHeading {
    max-width: 150px;
  }
}
.footer__heading__subHeading img, .footer__heading__subHeading picture {
  width: 100%;
}
.footer__banners {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin: 30px auto;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__banners {
    width: 30%;
    order: 3;
    margin: 0;
    max-width: 500px;
    align-items: flex-end;
  }
}
.footer__banners__banner {
  max-width: 280px;
}
.footer__banners__banner--download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background-color: #62c7de;
  border-radius: 10px;
  width: 100%;
  height: 94px;
  padding: 10px 20px;
  color: white;
}
.footer__banners__banner--download .left {
  text-align: left;
}
.footer__banners__banner--download .right {
  padding: 0 20px;
}
.footer__banners__banner--video {
  position: relative;
  margin: 30px 0 40px;
}
.footer__banners__banner--video::before, .footer__banners__banner--video::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.footer__banners__banner--video::before {
  content: "";
  background-color: #999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.footer__banners__banner--video::after {
  content: "▶︎";
  color: white;
  z-index: 2;
}
.footer__links {
  text-align: left;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .footer__links {
    width: 35%;
    order: 2;
    padding: 0 0;
    max-width: 500px;
  }
}
.footer__links__group {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .footer__links__group {
    padding: 0 0;
  }
}
.footer__links__group__line {
  display: block;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  color: #724f17;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .footer__links__group__line {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .footer__links__group__line {
    margin: 0 0 20px;
  }
}
.footer__Outerlinks {
  width: 100%;
  order: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #724f17;
  gap: 30px 0;
  max-width: 1500px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer__Outerlinks {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__Outerlinks__group {
  display: flex;
  align-items: center;
  gap: 0 40px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .footer__Outerlinks__group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__Outerlinks__group__line {
  font-weight: bold;
  font-family: "TsukuARdGothicStd-B";
  padding: 10px;
  font-size: 16px;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .footer__Outerlinks__group__line {
    font-size: 14px;
  }
}
.footer__Outerlinks__copyRight {
  font-size: 14px;
  align-self: center;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .footer__Outerlinks__copyRight {
    margin: 80px 0 0;
    padding: 0 20px;
  }
}
.footer__pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 768px) {
  .footer__pageTop {
    position: absolute;
    right: 20px;
  }
}
.lh_wiswig_style {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .lh_wiswig_style {
    font-size: 14px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22http%3A%2F%2Flocalhost%3A8888%2Ftsunagune%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Freset.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fheader.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fglobal.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Findex.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fabout.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fnews.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fnews-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fhelp.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fall_help.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fhelp-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fcase.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fcase-single.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fdocuments.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fflow.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fsubsidy.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fcontact.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fprivacy.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fcompany.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fannounce.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fsearch.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Ffooter.scss%22%2C%22wp-content%2Fthemes%2Ftwentytwentyone-child%2Fscss%2Fmodules%2Fwiswig.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvDA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClJJ%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA9RV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA8BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA%2BBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiGV%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBE%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAnQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAuFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA4HlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcV%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh3DV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAWd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrrBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAoBV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpRJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClGN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzKN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBN%3BAAAA%3BAAAA%3BACnMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACtQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7KN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChHN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpFJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxyBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC9MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClFV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClPV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */