@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "palt";
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  line-height: 1;
}
.slick-next:before {
  content: ">";
}
.slick-prev:before {
  content: "<";
}
.slick-next:before, .slick-prev:before {
  display: inline-block;
  color: #8D8D8D;
  font-weight: 100;
  font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
  vertical-align: super;
}
.current-item span {
  color: #15B87B;
}
section {
  position: relative;
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.down-to-top {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateY(50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}
.left-to-right {
  opacity: 0;
  /*不透明度を指定*/
  transform: translateX(-50rem);
  /*transformプロパティの値に関数を指定することで、移動、回転、伸縮、傾斜の設定が可能*/
  transition: all 1s;
  /*変化の時間*/
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translateX(0);
}
#to_top_scrollup {
  border: 2px solid #FF7F27;
}
@media screen and (min-width: 769px) {
  a {
    transition-duration: 0.5s;
  }
  a:hover {
    opacity: 0.6;
  }
  html {
    font-size: calc(100vw / 1400);
  }
  body {
    font-size: 20rem;
    width: 100%;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 30rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .sp {
    display: none !important;
  }
  section.news {
    padding-top: 80rem;
    padding-bottom: 115rem;
    font-size: 20rem;
    line-height: 1.4;
  }
  section.news div {
    display: flex;
    align-items: flex-start;
    margin: 30rem 0 15rem;
  }
  section.news .cat {
    background-color: #000;
    color: #fff;
    width: 160rem;
    text-align: center;
    display: inline-block;
  }
  section.news .ymd {
    padding-left: 50rem;
  }
  section.news .news_title {
    text-decoration: underline;
  }
}
/*
  .slick-slide{
    
  }
  .slick-next{
    
  }
  .slick-prev{
    
  }
  .slick-prev, .slick-next{
    
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 0.8rem;
  }
  .breadcrumbs{
    margin-top: 0.1rem;
  }*/
@media screen and (max-width: 768px) {
  /*.slick-slide{
    margin:0 0.05rem;
  }
  .slick-next{
    right:-1rem;
  }
  .slick-prev{
    left:-1rem;
  }
  .slick-prev, .slick-next{
    width: 0.6rem;
    height: 0.6rem;
    top:50%;
  }
  .slick-next:before,
  .slick-prev:before{
    transform: scale(0.5,1) translateY(-0.2rem);
    font-size: 1.2rem;
  }*/
  html {
    font-size: calc(100vw / 750);
  }
  body {
    font-size: 25rem;
    min-width: 320px;
  }
  html, body {
    height: 100%;
    min-height: 100%;
  }
  html.fixed {
    position: fixed;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  html.fixed .entryHeader {
    background: #fff;
    transition: 0.5s;
  }
  h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 40rem;
    text-align: center;
    font-weight: 300;
    font-style: italic;
  }
  .pc {
    display: none !important;
  }
  .breadcrumbs {
    margin-top: 0.5rem;
  }
}
.siteHeader {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .siteHeader {
    padding: 46rem 0 0 86rem;
  }
  .siteHeader-siteBranding {
    display: block;
    background: url(/wp-content/uploads/2025/05/logo_new.png) no-repeat 0 0 /contain;
    width: 257.77rem;
    height: 76.31rem;
  }
  .siteHeader nav {
    background: #fff;
    border-radius: 100rem;
    width: 901rem;
    height: 66rem;
    position: absolute;
    left: 420rem;
    top: 46rem;
    padding-top: 19rem;
  }
  .siteHeader nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 40rem;
    transform: rotate(0.03deg);
    font-size: 16rem;
    text-align: center;
  }
  .siteHeader nav ul span {
    font-family: 'Noto sans JP';
    font-size: 10rem;
    font-weight: 400;
    color: #2DA511;
    display: block;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .siteHeader {
    padding: 26rem 0 30rem 34rem;
    width: 100%;
    /*********************************
    ハンバーガーメニュー
    *********************************/
  }
  .siteHeader-siteBranding {
    background: url(/wp-content/uploads/2025/05/logo_new.png) no-repeat 0 0 /contain;
    display: block;
    width: 392.1rem;
    height: 116.08rem;
  }
  .siteHeader-humberger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100rem;
    height: 100rem;
    transition: 0.5s;
    z-index: 2000;
    font-size: 23rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
    background: #2DA511;
    padding: 23rem 0 9rem;
  }
  .siteHeader-humberger span {
    background: #fff;
    height: 2rem;
    border-radius: 50px;
    width: 45.38rem;
    transition: 0.4s;
    margin: 0 auto;
  }
  .siteHeader-humberger p {
    text-align: center;
    color: #fff;
  }
  .siteHeader-humberger.close span:nth-of-type(1) {
    transform: translateY(10rem) rotate(-135deg);
    width: 60%;
  }
  .siteHeader-humberger.close span:nth-of-type(2) {
    opacity: 0;
  }
  .siteHeader-humberger.close span:nth-of-type(3) {
    transform: translateY(-13rem) rotate(135deg);
    width: 60%;
  }
  .siteHeader-spMenu {
    display: none;
    background: #fff;
    width: 100vw;
    height: 91vh;
    position: fixed;
    top: 9vh;
    left: 0;
    color: #000;
    z-index: 240;
    overflow: auto;
    padding-bottom: 200rem;
  }
  .siteHeader-spMenu > ul {
    padding: 0rem 40rem 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
  }
  .siteHeader-spMenu > ul li {
    border-bottom: 1px solid #2DA511;
    font-size: 32rem;
    line-height: 2.5;
  }
  .siteHeader-spMenu > ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .siteHeader-spMenu > ul li a::after {
    content: '>';
    transform: scale(0.5, 1);
    font-size: 40rem;
    font-weight: bold;
    color: #2DA511;
  }
  .siteHeader-spMenu-tel {
    display: block;
    position: relative;
    width: 5.35rem;
    margin: 0.6rem auto 0;
    border-radius: 5rem;
    text-align: center;
    padding: 0.4rem 0;
    background: #15B87B;
    color: #fff;
  }
  .siteHeader-spMenu-tel::after {
    position: absolute;
    content: '>';
    transform: scale(0.5, 1);
    font-size: 0.8rem;
    font-weight: normal;
    right: 0.45rem;
    top: 0.19rem;
  }
  .siteHeader-spMenu .contact {
    display: block;
    background: url(../img/common/contact.png) no-repeat 0 0 /contain;
    margin: 50rem auto 0;
    width: 430rem;
    height: 84rem;
    font-size: 34rem;
    color: #fff;
    padding: 23rem 0 0 145rem;
  }
  .siteHeader-spMenu .service {
    padding: 0 57rem 0;
    margin-top: 50rem;
  }
  .siteHeader-spMenu .service h4 {
    font-size: 26rem;
    color: #2DA511;
  }
  .siteHeader-spMenu .service ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20rem;
  }
  .siteHeader-spMenu .service ul li {
    font-family: 'Noto sans JP';
    font-size: 18rem;
    font-weight: 500;
    width: 50%;
  }
  .siteHeader-spMenu .service ul li a {
    display: flex;
    align-items: center;
  }
  .siteHeader-spMenu .service ul li a::before {
    content: '>';
    transform: scale(0.5, 1);
    font-size: 40rem;
    font-weight: normal;
    color: #2DA511;
    margin-right: 10rem;
  }
  .siteHeader-spMenu .service.last h4 {
    color: #ff7f27;
  }
  .siteHeader-spMenu .service.last ul li a::before {
    color: #ff7f27;
  }
  .siteHeader-spMenu .inf {
    display: block;
    width: 700rem;
    margin: 50rem auto 0;
  }
}
.siteFooter .last h4, .siteFooter .last a::before {
  color: #FF7F27 !important;
}
@media screen and (min-width: 769px) {
  .siteFooter {
    position: relative;
    background: url(../img/common/f_bg.png) no-repeat 0 0 /100vw;
    padding: 220rem 0 0;
  }
  .siteFooter nav {
    background: #D5F3CE;
    border-radius: 100rem;
    margin: 0 auto;
    width: 806rem;
    height: 66rem;
    padding-top: 19rem;
  }
  .siteFooter nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 40rem;
    transform: rotate(0.03deg);
    font-size: 16rem;
    text-align: center;
  }
  .siteFooter nav ul span {
    font-family: 'Noto sans JP';
    font-size: 10rem;
    font-weight: 400;
    color: #2DA511;
    display: block;
    margin-top: 5rem;
  }
  .siteFooter .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 800rem;
    margin: 0 auto;
    padding-left: 40rem;
  }
  .siteFooter .box .service {
    padding: 0 0 0 0rem;
    margin-top: 50rem;
  }
  .siteFooter .box .service h4 {
    font-size: 17rem;
    color: #2DA511;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
  }
  .siteFooter .box .service ul {
    padding-top: 10rem;
  }
  .siteFooter .box .service ul li {
    font-family: 'Noto sans JP';
    font-size: 12rem;
    font-weight: 500;
  }
  .siteFooter .box .service ul li a {
    display: flex;
    align-items: center;
  }
  .siteFooter .box .service ul li a::before {
    content: '>';
    transform: scale(0.5, 1);
    font-size: 20rem;
    font-weight: normal;
    color: #2DA511;
    margin-right: 3rem;
  }
  .siteFooter .box .row {
    width: 25%;
  }
  .siteFooter .box .row .half:nth-of-type(2) {
    margin-top: 20rem;
  }
  .siteFooter .logo {
    display: block;
    width: 257.77rem;
    height: 76.31rem;
    position: absolute;
    top: 130rem;
    left: 50%;
    margin-left: -280rem;
  }
  .siteFooter .contact {
    display: block;
    background: url(../img/common/contact.png) no-repeat 0 0 /contain;
    width: 220rem;
    height: 43rem;
    font-size: 18rem;
    color: #fff;
    padding: 12rem 0 0 85rem;
    font-weight: bold;
    position: absolute;
    top: 155rem;
    left: 50%;
    margin-left: 30rem;
  }
  .siteFooter-copy {
    height: 80rem;
    background: #2DA511;
    color: #fff;
    text-align: center;
    padding: 20rem 0;
    font-size: 10rem;
    margin-top: 38rem;
  }
  .siteFooter-copy ul {
    display: flex;
    justify-content: center;
    font-size: 12rem;
    font-weight: 400;
    margin-bottom: 20rem;
  }
  .siteFooter-copy ul li {
    border-right: 1px solid #fff;
    padding-right: 20rem;
    margin-left: 20rem;
  }
  .siteFooter-copy ul li:last-child {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .siteFooter {
    background: url(../img/common/f_bg_sp.png) no-repeat 0 0 /100vw;
    padding: 200rem 0 0;
  }
  .siteFooter .service {
    padding: 0 40rem 0;
    display: flex;
    flex-flow: column wrap;
  }
  .siteFooter .service h4 {
    font-size: 26rem;
    color: #2DA511;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
  }
  .siteFooter .service ul {
    display: flex;
    flex-flow: column wrap;
    padding-top: 10rem;
    height: 390rem;
  }
  .siteFooter .service ul li {
    font-family: 'Noto sans JP';
    font-size: 18rem;
    font-weight: 500;
    width: 50%;
  }
  .siteFooter .service ul li a {
    display: flex;
    align-items: center;
  }
  .siteFooter .service ul li a::before {
    content: '>';
    transform: scale(0.5, 1);
    font-size: 32rem;
    font-weight: normal;
    color: #2DA511;
    margin-right: 10rem;
  }
  .siteFooter .last {
    margin-top: 0rem;
  }
  .siteFooter .last ul {
    height: 290rem;
  }
  .siteFooter .half {
    display: inline-block;
    width: 44%;
    margin-top: 0rem;
    margin-bottom: 30rem;
    padding-right: 0;
  }
  .siteFooter .half ul {
    height: inherit;
  }
  .siteFooter .half ul li {
    width: 100%;
  }
  .siteFooter .logo {
    display: block;
    width: 392rem;
    height: 116.11rem;
    margin: 0rem auto 0;
  }
  .siteFooter .contact {
    display: block;
    background: url(../img/common/contact.png) no-repeat 0 0 /contain;
    margin: 50rem auto 0;
    width: 430rem;
    height: 84rem;
    font-size: 34rem;
    color: #fff;
    padding: 23rem 0 0 145rem;
  }
  .siteFooter-copy {
    background: #2DA511;
    color: #fff;
    text-align: center;
    padding: 20rem 0;
    font-size: 16rem;
    margin-top: 170rem;
  }
}
.home {
  counter-reset: number 0;
  /* number のカウンタを 0 にセット */
}
.home section {
  transform: rotate(0.03deg);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
.home section > h2 {
  background: #2DA511;
  color: #fff;
  position: relative;
  z-index: 10;
}
.home section > h2 span {
  position: absolute;
  color: #2DA511;
  font-family: 'Noto sans JP';
  font-weight: 400;
}
.home section > h2::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: "0" counter(number);
  position: absolute;
  color: #2DA511;
  font-family: 'Noto sans JP';
  font-weight: 400;
}
.home section .inner {
  background: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .home {
    overflow-x: hidden;
  }
  .home .entryHeader {
    background: url(../img/top/homeheader.png) no-repeat 0 0/contain;
    height: 940rem;
    padding-top: 180rem;
  }
  .home .entryHeader .flag {
    position: relative;
  }
  .home .entryHeader .flag a {
    position: absolute;
    width: 225rem;
    height: 234rem;
    background: url(../img/top/sf1_pc.png) no-repeat 0 0 /contain;
    top: -25rem;
    left: 83rem;
    text-indent: -2000rem;
  }
  .home .entryHeader .flag a:hover {
    opacity: 1;
  }
  .home .entryHeader .flag a:nth-of-type(1):hover {
    background: url(../img/top/sf1_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entryHeader .flag a:nth-of-type(2) {
    background: url(../img/top/sf3_pc.png) no-repeat 0 0 /contain;
    top: 377rem;
    left: 93rem;
  }
  .home .entryHeader .flag a:nth-of-type(2):hover {
    background: url(../img/top/sf3_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entryHeader .flag a:nth-of-type(3) {
    background: url(../img/top/sf4_pc.png) no-repeat 0 0 /contain;
    top: 477rem;
    left: 511rem;
  }
  .home .entryHeader .flag a:nth-of-type(3):hover {
    background: url(../img/top/sf4_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entryHeader .flag a:nth-of-type(4) {
    background: url(../img/top/sf2_pc.png) no-repeat 0 0 /contain;
    top: -40rem;
    left: 966rem;
  }
  .home .entryHeader .flag a:nth-of-type(4):hover {
    background: url(../img/top/sf2_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entryHeader .flag a:nth-of-type(5) {
    background: url(../img/top/sf5_pc.png) no-repeat 0 0 /contain;
    top: 341rem;
    left: 965rem;
  }
  .home .entryHeader .flag a:nth-of-type(5):hover {
    background: url(../img/top/sf5_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content section {
    padding: 0 200rem;
    position: relative;
  }
  .home .entry-content section > h2 {
    font-size: 29rem;
    height: 53rem;
    padding: 15rem 0 0 20rem;
    margin: 0rem 0 0 auto;
    right: 0rem;
  }
  .home .entry-content section > h2::before {
    font-size: 100rem;
    left: -120rem;
    top: -45rem;
  }
  .home .entry-content section > h2 span {
    font-size: 20rem;
    top: -30rem;
    left: 0;
  }
  .home .entry-content .movie {
    background: url(../img/top/m_bg.png) no-repeat 0 0/ 100vw;
    padding-top: 80rem;
    padding-bottom: 130rem;
  }
  .home .entry-content .movie h3 {
    background: url(../img/top/m_h3.png) no-repeat 0 0/contain;
    width: 564rem;
    height: 76.46rem;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 30rem;
    text-align: center;
    padding-top: 14rem;
    margin: 0 auto;
  }
  .home .entry-content .movie iframe {
    width: 700rem;
    height: 394rem;
    margin: 10rem auto 0;
    display: block;
  }
  .home .entry-content .about {
    background: url(../img/top/about_bg.png) no-repeat left top 460rem /206rem;
    padding-top: 0rem;
    padding-bottom: 80rem;
  }
  .home .entry-content .about > h2 {
    top: -55rem;
    margin-bottom: -40rem;
    right: -100rem;
    width: 1084rem;
  }
  .home .entry-content .about .box {
    position: relative;
  }
  .home .entry-content .about .box h3 {
    color: #2DA511;
    border-bottom: 2rem dashed #2DA511;
    padding-bottom: 10rem;
    margin-top: 50rem;
    font-size: 26rem;
  }
  .home .entry-content .about .box p {
    margin-top: 20rem;
    font-size: 18.8rem;
    line-height: 1.6;
  }
  .home .entry-content .about .box:nth-of-type(2) {
    width: 522rem;
  }
  .home .entry-content .about .box:nth-of-type(2) p {
    padding-right: 10rem;
  }
  .home .entry-content .about .box:nth-of-type(2) img {
    position: absolute;
    display: block;
    max-width: inherit;
    width: 697rem;
    height: auto;
    top: 70rem;
    right: -674rem;
    z-index: -1;
  }
  .home .entry-content .about a {
    display: block;
    margin: 0rem 0 0 auto;
    width: 220rem;
    height: 43rem;
    color: #fff;
    font-size: 18rem;
    padding: 13rem 0 0 39rem;
    background: url(../img/top/about2_sp.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .service {
    background: #D5F3CE url(../img/top/wave.png) no-repeat 0 0 /contain;
    padding-top: 100rem;
    padding-bottom: 100rem;
    /*&::before{
          content: '';
          position: absolute;
          display: block;
          width: 532.91rem;
          height: 335.66rem;
          background: url(../img/top/service.png) no-repeat 0 0 /contain;
          top: -120rem;
          left: 5rem;
        }*/
  }
  .home .entry-content .service > img {
    width: 532rem;
    display: block;
    position: absolute;
    top: -100rem;
    left: 57rem;
    z-index: 2;
  }
  .home .entry-content .service h2 {
    margin-bottom: -30rem;
    right: -200rem;
    width: 594rem;
  }
  .home .entry-content .service .inner {
    padding: 70rem 257rem 30rem 83rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200rem;
    background: #fff url(../img/top/s_bg.png) no-repeat right -12rem top 120rem /185rem;
  }
  .home .entry-content .service .inner::after {
    content: '';
    width: 161rem;
    height: 177rem;
    background: url(../img/top/s_hiro.png) no-repeat 0 0 /contain;
    position: absolute;
    bottom: -30rem;
    left: -110rem;
    z-index: 100;
  }
  .home .entry-content .service .inner h3 {
    color: #FF7F27;
    font-size: 24rem;
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
  .home .entry-content .service .inner h3 span {
    position: relative;
    z-index: 2;
  }
  .home .entry-content .service .inner h3 span::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: #FFE600;
    bottom: 0rem;
    left: 0rem;
    z-index: -1;
  }
  .home .entry-content .service .inner .box {
    background-repeat: no-repeat;
    background-position: center 30rem;
    background-size: 185.86rem;
    width: 260rem;
    margin: 20rem 0 0rem;
    position: relative;
    padding: 10rem 0 0;
  }
  .home .entry-content .service .inner .box a {
    display: block;
    width: 211rem;
    height: 221rem;
    text-indent: -1000rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .home .entry-content .service .inner .box a:hover {
    opacity: 1;
  }
  .home .entry-content .service .inner .box:nth-of-type(1) {
    background-image: url(../img/top/s3.png);
    order: 3;
  }
  .home .entry-content .service .inner .box:nth-of-type(1) a {
    background-image: url(../img/top/sf3_pc.png);
    margin-left: 7rem;
  }
  .home .entry-content .service .inner .box:nth-of-type(1) a:hover {
    background: url(../img/top/sf3_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content .service .inner .box:nth-of-type(2) {
    background-image: url(../img/top/s4.png);
    order: 4;
  }
  .home .entry-content .service .inner .box:nth-of-type(2) a {
    background-image: url(../img/top/sf4_pc.png);
    margin-left: 24rem;
  }
  .home .entry-content .service .inner .box:nth-of-type(2) a:hover {
    background: url(../img/top/sf4_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content .service .inner .box:nth-of-type(3) {
    background-image: url(../img/top/s5.png);
    order: 5;
  }
  .home .entry-content .service .inner .box:nth-of-type(3) a {
    background-image: url(../img/top/sf5_pc.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(3) a:hover {
    background: url(../img/top/sf5_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content .service .inner .box:nth-of-type(4) {
    background-image: url(../img/top/s2.png);
    width: 309rem;
    margin-right: 101rem;
    order: 2;
  }
  .home .entry-content .service .inner .box:nth-of-type(4) a {
    background-image: url(../img/top/sf2_pc.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(4) a:hover {
    background: url(../img/top/sf2_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content .service .inner .box:nth-of-type(5) {
    background-image: url(../img/top/s1.png);
    order: 1;
    width: 276rem;
    margin-left: 134rem;
  }
  .home .entry-content .service .inner .box:nth-of-type(5) a {
    background-image: url(../img/top/sf1_pc.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(5) a:hover {
    background: url(../img/top/sf1_h.png) no-repeat 0 0 /contain;
    transform: rotate(5deg);
  }
  .home .entry-content .service .inner .box p {
    font-size: 16rem;
    line-height: 1.5;
    margin-top: 5rem;
  }
  .home .entry-content .sdgs {
    background: #D5F3CE;
    padding: 10rem 200rem 120rem 0;
  }
  .home .entry-content .sdgs h2 {
    margin: 0 0 -30rem 310rem;
    width: 576rem;
  }
  .home .entry-content .sdgs .inner {
    padding: 60rem 70rem 50rem 200rem;
    width: 1200rem;
    position: relative;
    background: #fff url(../img/top/rec2.png) no-repeat -15rem 860rem / 140rem;
  }
  .home .entry-content .sdgs .inner::before {
    content: '';
    display: block;
    width: 347rem;
    height: 181.61rem;
    margin: 0 auto;
    background: url(../img/top/sdgs.png) no-repeat 0 0 /contain;
    position: absolute;
    right: -75rem;
    top: -25rem;
  }
  .home .entry-content .sdgs .inner::after {
    content: '';
    width: 192rem;
    height: 192rem;
    background: url(../img/top/sdgs_hiro.png) no-repeat 0 0 /contain;
    position: absolute;
    bottom: -50rem;
    right: -70rem;
  }
  .home .entry-content .sdgs .inner a {
    display: block;
    margin: 10rem auto 0;
    width: 380rem;
    height: 43rem;
    color: #fff;
    font-size: 18rem;
    padding: 13rem 0 0 30rem;
    background: url(../img/top/about3.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .sdgs .inner p {
    font-size: 19rem;
    line-height: 1.6;
  }
  .home .entry-content .sdgs .inner > p {
    margin-top: 0rem;
    width: 678rem;
  }
  .home .entry-content .sdgs .inner .box h3 {
    color: #2DA511;
    border-bottom: 2rem dashed #2DA511;
    padding-bottom: 10rem;
    margin-top: 50rem;
    font-size: 22rem;
  }
  .home .entry-content .sdgs .inner .box p {
    margin-top: 10rem;
    font-size: 16rem;
  }
  .home .entry-content .sdgs .inner .box img {
    display: block;
    height: 94rem;
    margin-top: 20rem;
  }
  .home .entry-content .recruit {
    background: #D5F3CE;
    padding-top: 0rem;
    padding-bottom: 50rem;
    z-index: 1;
  }
  .home .entry-content .recruit::after {
    content: '';
    position: absolute;
    width: 223rem;
    height: 227rem;
    background: url(../img/top/rec3.png) no-repeat 0 0 /contain;
    top: 190rem;
    right: 0rem;
    z-index: 10;
  }
  .home .entry-content .recruit h2 {
    margin: 0 0 -30rem auto;
    width: 594rem;
    right: -200rem;
  }
  .home .entry-content .recruit > img {
    width: 475rem;
    height: 339.64rem;
    position: absolute;
    top: -70rem;
    left: 150rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner {
    padding: 80rem 0rem 60rem 50rem;
    position: relative;
    width: 1200rem;
  }
  .home .entry-content .recruit .inner::before {
    content: '';
    position: absolute;
    width: 173rem;
    height: 167rem;
    background: url(../img/top/rec2.png) no-repeat 0 0 /contain;
    top: 3rem;
    left: -40rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner::after {
    content: '';
    position: absolute;
    width: 139rem;
    height: 181rem;
    background: url(../img/top/rec_hiro.png) no-repeat 0 0 /contain;
    bottom: -50rem;
    left: -97rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner > h3 {
    font-size: 26rem;
    color: #FF7F27;
    margin-left: 210rem;
  }
  .home .entry-content .recruit .inner > h3 span {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 16rem;
    margin-top: 5rem;
    margin-bottom: -150rem;
  }
  .home .entry-content .recruit .inner > h3:nth-of-type(1) {
    margin-left: 425rem;
  }
  .home .entry-content .recruit .inner > h3 + p {
    font-size: 19rem;
    margin-top: 20rem;
    margin-left: 425rem;
    line-height: 1.6;
    margin-bottom: 80rem;
    width: 520rem;
  }
  .home .entry-content .recruit .inner > h4 {
    font-size: 29rem;
    color: #2DA511;
    background: url(../img/top/rec_h4.png) no-repeat center top/contain;
    text-align: center;
    width: 191rem;
    height: 191rem;
    margin-top: 30rem;
    padding-top: 80rem;
    position: relative;
    margin-bottom: -70rem;
    left: -10rem;
  }
  .home .entry-content .recruit .inner .box {
    position: relative;
    border: 1px solid #2DA511;
    width: 900rem;
    background: #fff;
    margin-top: 30rem;
    display: flex;
  }
  .home .entry-content .recruit .inner .box h4 {
    background: #2DA511;
    color: #fff;
    font-size: 20rem;
    text-align: center;
    padding: 25rem 0 0;
    width: 250rem;
    line-height: 1.2;
  }
  .home .entry-content .recruit .inner .box .text {
    width: 650rem;
    padding: 20rem 40rem;
  }
  .home .entry-content .recruit .inner .box .text h3 {
    color: #2DA511;
    font-size: 20rem;
  }
  .home .entry-content .recruit .inner .box .text h3 span {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 12rem;
    margin-top: 5rem;
  }
  .home .entry-content .recruit .inner .box .text p {
    font-size: 19rem;
    line-height: 1.2;
    margin: 10rem 0 0;
  }
  .home .entry-content .recruit .inner .box .text a {
    display: block;
    font-size: 12rem;
    padding: 9rem 0 0 21rem;
    color: #2DA511;
    width: 150rem;
    height: 30rem;
    position: absolute;
    bottom: 10rem;
    left: 48rem;
    background: url(../img/top/r_about.png) no-repeat 0 0/contain;
  }
  .home .entry-content .recruit .inner .tab {
    width: 900rem;
    position: relative;
    margin-top: 40rem;
  }
  .home .entry-content .recruit .inner .tab > a {
    font-family: 'Noto sans JP';
    font-weight: 400;
    color: #2DA511;
    font-size: 16rem;
    display: block;
    margin-top: 20rem;
    margin-left: auto;
    width: 140rem;
    text-align: right;
  }
  .home .entry-content .recruit .inner .tab .tab-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .home .entry-content .recruit .inner .tab .tab-news li {
    width: 145rem;
    background: #FF7F27;
    color: #fff;
    text-align: center;
    border-radius: 10rem 10rem 0 0;
    font-size: 19rem;
    padding: 10rem 0;
    cursor: pointer;
    transition-duration: 0.5s;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:hover {
    opacity: 0.6;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(2) {
    background: #F58EBB;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(3) {
    background: #B08EF5;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(4) {
    background: #279AFF;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(5) {
    background: #58CCC0;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(6) {
    background: #71D227;
  }
  .home .entry-content .recruit .inner .tab .content-news {
    border: 1px solid #FF7F27;
    padding: 20rem 0 30rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list {
    font-family: 'Noto sans JP';
    font-weight: 400;
    padding: 0 37rem 0rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list li {
    margin-top: 13rem;
    display: flex;
    align-items: center;
    font-size: 16rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .news-cat {
    width: 120rem;
    height: 24rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding-top: 3rem;
    font-weight: 400;
    order: 1;
    margin-left: 10rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .kangosi {
    background: #FF7F27;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .jyunkango {
    background: #F58EBB;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .helper {
    background: #B08EF5;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .rigakuryouhousi {
    background: #279AFF;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .yakuzaisi {
    background: #58CCC0;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .doctor {
    background: #71D227;
  }
  .home .entry-content .recruit .inner .tab .content-news .list time {
    display: inline-block;
  }
  .home .entry-content .recruit .inner .tab .content-news .list a {
    display: block;
    order: 2;
    margin-left: 10rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .hide {
    display: none;
  }
  .home .entry-content .health {
    background: #D5F3CE;
    padding: 80rem 0rem 0rem;
  }
  .home .entry-content .health > img {
    width: 576.32rem;
    height: 363rem;
    position: absolute;
    top: 0rem;
    right: 95rem;
    z-index: 10;
  }
  .home .entry-content .health > h2 {
    margin-bottom: -30rem;
    width: 576rem;
    margin-left: 310rem;
  }
  .home .entry-content .health .inner {
    padding: 80rem 0rem 50rem 200rem;
    background: #fff;
    width: 1200rem;
  }
  .home .entry-content .health .inner p {
    font-size: 19rem;
    margin: 0rem 0 0;
    line-height: 1.6;
    width: 480rem;
  }
  .home .entry-content .health .inner img {
    display: block;
    position: relative;
    width: 747rem;
    margin-left: 120rem;
  }
  .home .entry-content .health .media-area {
    margin: 0 auto;
    padding: 100rem 0 50rem;
    width: 1000rem;
  }
  .home .entry-content .health .media-area h3 {
    font-size: 45rem;
    text-align: center;
    color: #2DA511;
    font-weight: 500;
    letter-spacing: 3rem;
    margin-bottom: 30rem;
  }
  .home .entry-content .health .media-area p {
    text-align: center;
    margin-top: 20rem;
  }
  .home .entry-content .health .media-area a {
    display: block;
    margin: 20rem auto 0;
    width: 220rem;
    height: 43rem;
    color: #fff;
    font-size: 18rem;
    padding: 13rem 0 0 39rem;
    background: url(../img/top/about2_sp.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .information {
    background: #EEF9EB;
    background-image: url(../img/top/wave2_pc.png), url(../img/top/wave3_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: contain;
    padding-top: 140rem;
    padding-bottom: 70rem;
    font-family: 'Noto sans JP';
    font-weight: 400;
    margin-bottom: -85rem;
  }
  .home .entry-content .information > a {
    font-family: 'Noto sans JP';
    font-weight: 400;
    color: #2DA511;
    font-size: 16rem;
    display: block;
    margin-top: 20rem;
    margin-left: auto;
    width: 140rem;
    text-align: right;
  }
  .home .entry-content .information h3 {
    font-size: 45rem;
    text-align: center;
    color: #2DA511;
    font-weight: 500;
    letter-spacing: 3rem;
  }
  .home .entry-content .information ul {
    margin-top: 60rem;
  }
  .home .entry-content .information ul li {
    display: flex;
    align-items: center;
    margin-top: 15rem;
    font-size: 16rem;
  }
  .home .entry-content .information ul li time {
    display: block;
  }
  .home .entry-content .information ul li p {
    margin-left: 20rem;
  }
  .home .entry-content .information ul li p span {
    display: inline-block;
    width: 207rem;
    height: 24rem;
    color: #fff;
    padding: 3rem 0 0 20rem;
  }
  .home .entry-content .information ul li p .tomohirokai, .home .entry-content .information ul li p .kabu-tomohirokai {
    background: #F9924B;
  }
  .home .entry-content .information ul li p .orthogroup {
    background: #2DA511;
  }
  .home .entry-content .information ul li p .tm {
    background: #5FC6B1;
  }
  .home .entry-content .information ul li p .dining {
    background: #cfa3ff;
  }
  .home .entry-content .information ul li p .sleep-acad {
    background: #122264;
  }
  .home .entry-content .information ul li p .curere {
    background: #000000;
  }
  .home .entry-content .information ul li p a {
    display: inline-block;
    margin-left: 10rem;
  }
  .home .entry-content .fix-btn {
    position: fixed;
    right: 0;
    top: 185rem;
    z-index: 9999;
    width: 120rem;
  }
  .home .entry-content .fix-btn a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    width: 55rem;
    height: 235rem;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #2da511;
    z-index: 2;
    border-radius: 20rem 0 0 20rem;
    font-size: 19rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    border: solid 5rem #2da511;
    justify-content: center;
    align-items: center;
    border-right: none;
  }
  .home .entry-content .fix-btn img {
    width: 75rem;
    z-index: 1;
    transform: rotate(-0.1turn);
    position: absolute;
    top: -70rem;
    right: 15rem;
  }
  .home .siteFooter {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .home .site {
    overflow: hidden;
  }
  .home .entryHeader {
    background: url(../img/top/homeheader_sp.png) no-repeat 0 0/100vw;
    height: 1510rem;
    padding-top: 410rem;
  }
  .home .entryHeader .flag {
    position: relative;
  }
  .home .entryHeader .flag a {
    position: absolute;
    width: 288rem;
    height: 315rem;
    background: url(../img/top/sf1.png) no-repeat 0 0 /contain;
    top: 690rem;
    left: 14rem;
    text-indent: -1000rem;
  }
  .home .entryHeader .flag a:nth-of-type(2) {
    background: url(../img/top/sf3.png) no-repeat 0 0 /contain;
    top: -60rem;
    left: 14rem;
  }
  .home .entryHeader .flag a:nth-of-type(3) {
    background: url(../img/top/sf4.png) no-repeat 0 0 /contain;
    top: 110rem;
    left: 385rem;
  }
  .home .entryHeader .flag a:nth-of-type(4) {
    background: url(../img/top/sf2.png) no-repeat 0 0 /contain;
    top: 525rem;
    left: 385rem;
  }
  .home .entryHeader .flag a:nth-of-type(5) {
    background: url(../img/top/sf5.png) no-repeat 0 0 /contain;
    top: 290rem;
    left: 14rem;
  }
  .home .entry-content {
    width: 100vw;
    position: relative;
  }
  .home .entry-content section {
    padding: 0 40rem;
    position: relative;
  }
  .home .entry-content section > h2 {
    font-size: 39rem;
    width: 542rem;
    height: 74rem;
    padding: 15rem 0 0 10rem;
    margin: 0rem 0 0 auto;
    right: -40rem;
  }
  .home .entry-content section > h2::before {
    font-size: 120rem;
    left: -150rem;
    top: -40rem;
  }
  .home .entry-content section > h2 span {
    font-size: 27rem;
    top: -35rem;
    left: 0;
  }
  .home .entry-content .movie {
    background: url(../img/top/m_bg_sp.png) no-repeat 0 0/ 100vw;
    padding-top: 100rem;
    padding-bottom: 130rem;
  }
  .home .entry-content .movie::after {
    content: '';
    width: 149.31rem;
    height: 211.67rem;
    position: absolute;
    bottom: 60rem;
    left: 10rem;
    background: url(../img/top/m1.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .movie h3 {
    background: url(../img/top/m_h3.png) no-repeat 0 0/contain;
    width: 670rem;
    height: 89.16rem;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 40rem;
    text-align: center;
    padding-top: 17rem;
    margin: 0 auto;
  }
  .home .entry-content .movie iframe {
    width: 100%;
    height: 377rem;
    margin-top: 0rem;
  }
  .home .entry-content .about {
    background: url(../img/top/about_bg.png) no-repeat left bottom 40rem /206rem;
    padding-bottom: 150rem;
  }
  .home .entry-content .about > h2 {
    top: -40rem;
    margin-bottom: -40rem;
  }
  .home .entry-content .about .box h3 {
    color: #2DA511;
    border-bottom: 2rem dashed #2DA511;
    padding-bottom: 10rem;
    margin-top: 50rem;
    font-size: 40rem;
  }
  .home .entry-content .about .box p {
    margin-top: 20rem;
    font-size: 31rem;
    line-height: 1.4;
  }
  .home .entry-content .about .box img {
    display: block;
    margin-top: 10rem;
  }
  .home .entry-content .about a {
    display: block;
    margin: 50rem auto 0;
    width: 430rem;
    height: 84rem;
    color: #fff;
    font-size: 34rem;
    padding: 26rem 0 0 80rem;
    background: url(../img/top/about2_sp.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .service {
    background: #D5F3CE url(../img/top/wave_sp.png) no-repeat 0 0 /contain;
    padding-top: 260rem;
    padding-bottom: 100rem;
    /*&::before{
          content: '';
          position: absolute;
          display: block;
          width: 532.91rem;
          height: 335.66rem;
          background: url(../img/top/service.png) no-repeat 0 0 /contain;
          top: -120rem;
          left: 5rem;
        }*/
  }
  .home .entry-content .service > img {
    width: 532rem;
    display: block;
    position: absolute;
    top: -120rem;
    left: 5rem;
  }
  .home .entry-content .service h2 {
    margin-bottom: -30rem;
  }
  .home .entry-content .service .inner {
    padding: 70rem 0rem 100rem;
  }
  .home .entry-content .service .inner::after {
    content: '';
    width: 189rem;
    height: 207.38rem;
    background: url(../img/top/s_hiro.png) no-repeat 0 0 /contain;
    position: absolute;
    bottom: -100rem;
    right: -20rem;
    z-index: 100;
  }
  .home .entry-content .service .inner h3 {
    color: #FF7F27;
    font-size: 34rem;
    text-align: center;
    line-height: 1.2;
  }
  .home .entry-content .service .inner h3 span {
    position: relative;
    z-index: 2;
  }
  .home .entry-content .service .inner h3 span::after {
    content: '';
    position: absolute;
    height: 50%;
    width: 100%;
    background: #FFE600;
    bottom: 0rem;
    left: 0rem;
    z-index: -1;
  }
  .home .entry-content .service .inner .box {
    background-image: url(../img/top/s3.png);
    background-repeat: no-repeat;
    background-position: center 30rem;
    background-size: 342rem;
    width: 560rem;
    margin: 60rem auto 0rem;
    position: relative;
  }
  .home .entry-content .service .inner .box a {
    display: block;
    width: 395.82rem;
    height: 412.02rem;
    text-indent: -1000rem;
    background-image: url(../img/top/sf3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    margin-left: 30rem;
  }
  .home .entry-content .service .inner .box:nth-of-type(2) {
    background-image: url(../img/top/s4.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(2) a {
    background-image: url(../img/top/sf4.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(3) {
    background-image: url(../img/top/s5.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(3) a {
    background-image: url(../img/top/sf5.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(4) {
    background-image: url(../img/top/s2.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(4) a {
    background-image: url(../img/top/sf2.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(4)::before {
    content: '';
    display: block;
    width: 185rem;
    height: 218rem;
    background: url(../img/top/s_bg.png) no-repeat 0 0 /contain;
    position: absolute;
    top: -40rem;
    right: -80rem;
  }
  .home .entry-content .service .inner .box:nth-of-type(5) {
    background-image: url(../img/top/s1.png);
  }
  .home .entry-content .service .inner .box:nth-of-type(5) a {
    background-image: url(../img/top/sf1.png);
  }
  .home .entry-content .service .inner .box p {
    text-align: center;
    font-size: 31rem;
    line-height: 1.5;
  }
  .home .entry-content .sdgs {
    background: #D5F3CE;
    padding-top: 10rem;
    padding-bottom: 140rem;
  }
  .home .entry-content .sdgs h2 {
    margin-bottom: -30rem;
  }
  .home .entry-content .sdgs .inner {
    padding: 80rem 55rem 100rem;
  }
  .home .entry-content .sdgs .inner::before {
    content: '';
    display: block;
    width: 347rem;
    height: 181.61rem;
    margin: 0 auto;
    background: url(../img/top/sdgs.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .sdgs .inner::after {
    content: '';
    width: 215rem;
    height: 215rem;
    background: url(../img/top/sdgs_hiro.png) no-repeat 0 0 /contain;
    position: absolute;
    bottom: -140rem;
    left: -50rem;
  }
  .home .entry-content .sdgs .inner a {
    display: block;
    margin: 50rem -40rem 0;
    width: 640rem;
    height: 80rem;
    color: #fff;
    font-size: 32rem;
    padding: 26rem 0 0 30rem;
    background: url(../img/top/about3_sp.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .sdgs .inner p {
    font-size: 31rem;
    line-height: 1.4;
  }
  .home .entry-content .sdgs .inner > p {
    margin-top: 40rem;
  }
  .home .entry-content .sdgs .inner .box h3 {
    color: #2DA511;
    border-bottom: 2rem dashed #2DA511;
    padding-bottom: 10rem;
    margin-top: 50rem;
    font-size: 40rem;
  }
  .home .entry-content .sdgs .inner .box p {
    margin-top: 10rem;
  }
  .home .entry-content .sdgs .inner .box img {
    display: block;
    height: 168rem;
    margin-top: 20rem;
  }
  .home .entry-content .recruit {
    background: #D5F3CE;
    padding-top: 310rem;
    z-index: 1;
  }
  .home .entry-content .recruit::after {
    content: '';
    position: absolute;
    width: 223rem;
    height: 227rem;
    background: url(../img/top/rec3.png) no-repeat 0 0 /contain;
    top: 800rem;
    right: 0rem;
    z-index: 10;
  }
  .home .entry-content .recruit h2 {
    margin-bottom: -334rem;
  }
  .home .entry-content .recruit > img {
    width: 475rem;
    height: 339.64rem;
    position: absolute;
    top: -100rem;
    right: 40rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner {
    padding: 380rem 55rem 90rem;
    position: relative;
  }
  .home .entry-content .recruit .inner::before {
    content: '';
    position: absolute;
    width: 173rem;
    height: 167rem;
    background: url(../img/top/rec2.png) no-repeat 0 0 /contain;
    top: 3rem;
    left: -40rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner::after {
    content: '';
    position: absolute;
    width: 169rem;
    height: 220rem;
    background: url(../img/top/rec_hiro.png) no-repeat 0 0 /contain;
    bottom: -90rem;
    right: -40rem;
    z-index: 10;
  }
  .home .entry-content .recruit .inner > h3 {
    font-size: 42rem;
    color: #FF7F27;
  }
  .home .entry-content .recruit .inner > h3 span {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 24rem;
  }
  .home .entry-content .recruit .inner > h3 + p {
    font-size: 31rem;
    margin-top: 20rem;
    line-height: 1.6;
    margin-bottom: 40rem;
  }
  .home .entry-content .recruit .inner > h4 {
    font-size: 36rem;
    color: #2DA511;
    background: url(../img/top/rec_h4.png) no-repeat center top/contain;
    text-align: center;
    width: 255rem;
    height: 255rem;
    margin-top: 30rem;
    padding-top: 70rem;
    position: relative;
    margin-bottom: -150rem;
  }
  .home .entry-content .recruit .inner .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 620rem;
    left: -30rem;
    position: relative;
  }
  .home .entry-content .recruit .inner .box {
    border: 1px solid #2DA511;
    width: 300rem;
    height: 550rem;
    background: #fff;
    margin-top: 30rem;
    padding-bottom: 20rem;
    position: relative;
  }
  .home .entry-content .recruit .inner .box h4 {
    background: #2DA511;
    color: #fff;
    font-size: 30rem;
    text-align: center;
    padding: 10rem 0;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90rem;
  }
  .home .entry-content .recruit .inner .box h3 {
    color: #2DA511;
    font-size: 34rem;
    margin: 12rem 12rem 0;
  }
  .home .entry-content .recruit .inner .box h3 span {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 20rem;
    margin-top: 10rem;
    line-height: 1.3;
  }
  .home .entry-content .recruit .inner .box p {
    font-size: 24rem;
    line-height: 1.3;
    margin: 20rem 12rem 0;
  }
  .home .entry-content .recruit .inner .box a {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 24rem;
    color: #2DA511;
    width: 190rem;
    position: absolute;
    bottom: 45rem;
    left: 50%;
    margin-left: -95rem;
  }
  .home .entry-content .recruit .inner .box a::after {
    content: '→';
  }
  .home .entry-content .recruit .inner .tab {
    width: 620rem;
    position: relative;
    left: -30rem;
    margin-top: 40rem;
  }
  .home .entry-content .recruit .inner .tab > a {
    font-family: 'Noto sans JP';
    font-weight: 400;
    color: #2DA511;
    display: inline-block;
    margin-top: 20rem;
  }
  .home .entry-content .recruit .inner .tab .tab-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .home .entry-content .recruit .inner .tab .tab-news li {
    width: 32%;
    background: #FF7F27;
    color: #fff;
    text-align: center;
    border-radius: 10rem 10rem 0 0;
    height: 97rem;
    font-size: 25rem;
    padding-top: 12rem;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(2) {
    background: #F58EBB;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(3) {
    background: #B08EF5;
    margin-right: 13rem;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(4) {
    background: #279AFF;
    margin-left: 10rem;
    height: 47rem;
    position: absolute;
    bottom: 0;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(5) {
    background: #58CCC0;
    height: 47rem;
    position: absolute;
    bottom: 0;
    left: 212rem;
  }
  .home .entry-content .recruit .inner .tab .tab-news li:nth-of-type(6) {
    background: #71D227;
    height: 47rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .home .entry-content .recruit .inner .tab .content-news {
    border: 1px solid #FF7F27;
  }
  .home .entry-content .recruit .inner .tab .content-news .list {
    font-family: 'Noto sans JP';
    font-weight: 400;
    padding: 0 30rem 60rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list li {
    margin-top: 40rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .news-cat {
    width: 212rem;
    height: 40rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24rem;
    padding-top: 5rem;
    font-weight: 400;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .kangosi {
    background: #FF7F27;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .jyunkango {
    background: #F58EBB;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .helper {
    background: #B08EF5;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .rigakuryouhousi {
    background: #279AFF;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .yakuzaisi {
    background: #58CCC0;
  }
  .home .entry-content .recruit .inner .tab .content-news .list .doctor {
    background: #71D227;
  }
  .home .entry-content .recruit .inner .tab .content-news .list time {
    font-size: 20rem;
    display: inline-block;
    margin-left: 10rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .list a {
    display: block;
    font-size: 24rem;
    margin-top: 10rem;
  }
  .home .entry-content .recruit .inner .tab .content-news .hide {
    display: none;
  }
  .home .entry-content .health {
    background: #D5F3CE;
    padding: 470rem 40rem 100rem;
  }
  .home .entry-content .health > img {
    width: 576.32rem;
    height: 363rem;
    position: absolute;
    top: 40rem;
    left: 0rem;
    z-index: 10;
  }
  .home .entry-content .health > h2 {
    margin-bottom: -340rem;
  }
  .home .entry-content .health .inner {
    padding: 380rem 15rem 50rem;
    background: #fff;
    /*a{
            display: block;
            margin: 50rem auto 0;
            width: 430rem;
            height: 84rem;
            color: #fff;
            font-size: 34rem;
            padding: 26rem 0 0 80rem;
            background: url(../img/top/about2_sp.png) no-repeat 0 0 /contain;
          }*/
  }
  .home .entry-content .health .inner p {
    font-size: 31rem;
    margin: 20rem auto 0;
    line-height: 1.6;
    width: 566rem;
  }
  .home .entry-content .health .inner img {
    display: block;
    position: relative;
  }
  .home .entry-content .health .media-area {
    margin: 0 auto;
    padding: 100rem 0 50rem;
    width: 100%;
  }
  .home .entry-content .health .media-area h3 {
    font-size: 45rem;
    text-align: center;
    color: #2DA511;
    font-weight: 500;
    letter-spacing: 3rem;
    margin-bottom: 30rem;
  }
  .home .entry-content .health .media-area p {
    text-align: center;
    margin-top: 20rem;
  }
  .home .entry-content .health .media-area a {
    display: block;
    margin: 50rem auto 0;
    width: 430rem;
    height: 84rem;
    color: #fff;
    font-size: 34rem;
    padding: 26rem 0 0 80rem;
    background: url(../img/top/about2_sp.png) no-repeat 0 0 /contain;
  }
  .home .entry-content .information {
    background: #EEF9EB;
    background-image: url(../img/top/wave2.png), url(../img/top/wave3.png);
    background-repeat: no-repeat;
    background-position: 0 0, 0 bottom;
    background-size: contain;
    padding-top: 100rem;
    padding-bottom: 170rem;
    font-family: 'Noto sans JP';
    font-weight: 400;
    margin-bottom: -170rem;
  }
  .home .entry-content .information > a {
    font-family: 'Noto sans JP';
    font-weight: 400;
    display: block;
    font-size: 24rem;
    margin: 10rem 25rem 0 auto;
    color: #2DA511;
    width: 190rem;
    text-align: right;
  }
  .home .entry-content .information h3 {
    font-size: 50rem;
    text-align: center;
    color: #2DA511;
  }
  .home .entry-content .information ul {
    margin-top: 50rem;
  }
  .home .entry-content .information ul li {
    display: flex;
    margin-top: 30rem;
  }
  .home .entry-content .information ul li time {
    font-size: 20rem;
    display: block;
    margin-top: 7rem;
  }
  .home .entry-content .information ul li p {
    margin-left: 20rem;
  }
  .home .entry-content .information ul li p span {
    display: block;
    width: 300rem;
    height: 40rem;
    color: #fff;
    padding: 5rem 0 5rem 20rem;
  }
  .home .entry-content .information ul li p .tomohirokai, .home .entry-content .information ul li p .kabu-tomohirokai {
    background: #F9924B;
  }
  .home .entry-content .information ul li p .orthogroup {
    background: #2DA511;
  }
  .home .entry-content .information ul li p .tm {
    background: #5FC6B1;
  }
  .home .entry-content .information ul li p .dining {
    background: #cfa3ff;
  }
  .home .entry-content .information ul li p .sleep-acad {
    background: #122264;
  }
  .home .entry-content .information ul li p .curere {
    background: #000000;
  }
  .home .entry-content .information ul li p a {
    font-size: 24rem;
    line-height: 1.4;
    display: block;
    margin-top: 10rem;
  }
  .home .entry-content .fix-wo {
    position: fixed;
    display: flex;
    align-items: center;
    top: 35rem;
    left: 667rem;
    width: 85rem;
    height: 500rem;
    right: 0;
    white-space: pre;
    writing-mode: vertical-rl;
    font-size: 31rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #2da511;
    font-weight: bold;
    z-index: 10000;
  }
  .home .entry-content .fix-btn {
    position: fixed;
    right: 0;
    top: 215rem;
    z-index: 9999;
    width: 120rem;
  }
  .home .entry-content .fix-btn a {
    width: 85rem;
    height: 335rem;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #2da511;
    z-index: 2;
    border-radius: 20rem 0 0 20rem;
    font-size: 31rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    border: solid 5rem #2da511;
    justify-content: center;
    align-items: center;
    border-right: none;
    padding-right: 12px;
    writing-mode: vertical-rl;
  }
  .home .entry-content .fix-btn a div {
    white-space: pre;
  }
  .home .entry-content .fix-btn img {
    width: 95rem;
    z-index: -1;
    transform: rotate(-0.1turn);
    position: absolute;
    top: -90rem;
    right: 35rem;
  }
  .home .entry-content _:lang(x) + _:-webkit-full-screen-document, .home .entry-content .fix-btn a {
    padding-right: 35rem;
  }
  .home .siteFooter {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .sub {
    /* 名鑑追加設定 */
  }
  .sub .entryHeader {
    background: url(../img/common/pageheader.png) no-repeat 0 0/contain;
    height: 480rem;
  }
  .sub .entryHeader h1 {
    font-size: 23rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.03deg);
    text-align: center;
    position: absolute;
    top: 220rem;
    left: 100rem;
  }
  .sub .entryHeader h1 span {
    display: block;
    color: #2DA511;
    font-size: 14rem;
    font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
    margin-top: 10rem;
  }
  .sub .entry-content {
    padding: 0 200rem;
    background: url(../img/common/bg.png) no-repeat center 30rem / 100vw;
  }
  .sub .entry-content .content > h2, .sub .entry-content .content .job-flow h2 {
    text-align: center;
    background: #2DA511;
    color: #fff;
    border-bottom: 3rem solid #FFD500;
    padding: 14rem 0 14rem;
    font-size: 26rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .sub .entry-content .content > h2 + p, .sub .entry-content .content .job-flow h2 + p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 21rem;
    margin-top: 20rem;
    line-height: 1.9;
    text-align: center;
  }
  .sub .entry-content .content .box {
    margin-top: 60rem;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .sub .entry-content .content .box h3 {
    width: 100%;
    font-size: 23rem;
    color: #2DA511;
    border-top: 1px solid #2DA511;
    border-bottom: 1px solid #2DA511;
    background: linear-gradient(to top, #E3F5D8 0%, #fff 100%);
    line-height: 1.2;
    padding: 10rem 10rem 10rem 45rem;
    position: relative;
    margin-bottom: 35rem;
  }
  .sub .entry-content .content .box h3::before {
    content: '〇';
    font-size: 23rem;
    position: absolute;
    top: 8rem;
    left: 12rem;
    font-weight: 900;
  }
  .sub .entry-content .content .box h4 {
    width: 100%;
    font-size: 22rem;
    color: #2DA511;
    margin: 30rem 0 15rem;
  }
  .sub .entry-content .content .box h4:first-of-type {
    margin-top: 0;
  }
  .sub .entry-content .content .box img {
    width: 500rem;
    height: auto;
    order: 2;
  }
  .sub .entry-content .content .box p {
    width: 450rem;
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .box a {
    text-decoration: underline;
    color: blue;
  }
  .sub .entry-content .content .page-btn {
    display: flex;
    justify-content: space-evenly;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 10rem;
  }
  .sub .entry-content .content .page-btn a {
    display: block;
    background: #ff7f27;
    color: #fff;
    padding: 20rem 70rem;
    border-radius: 50rem;
  }
  .sub .entry-content .content .gaiyou_tb {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    width: 100%;
    margin-top: 35rem;
    border-collapse: collapse;
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .gaiyou_tb th, .sub .entry-content .content .gaiyou_tb td {
    border: solid 1px #2da511;
    padding: 15rem 25rem;
  }
  .sub .entry-content .content .gaiyou_tb th {
    background: #2da511;
    color: #fff;
    border-bottom-color: #fff;
    width: 20%;
    text-align: center;
  }
  .sub .entry-content .content .gaiyou_tb tr:last-child th {
    border-color: #2da511;
  }
  .sub .entry-content .content .gaiyou_tb dl dt, .sub .entry-content .content .gaiyou_tb dl dd {
    border-bottom: dotted 2px #2da511;
    display: inline-block;
    width: 50%;
    padding: 5rem 0;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb th {
    width: 30%;
    text-align: left;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb th span {
    background: #f00;
    padding: 5rem 8rem;
    border-radius: 5rem;
    margin-left: 10rem;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td input[type="text"], .sub .entry-content .content .gaiyou_tb.cf_tb td textarea {
    border: solid 1px #dadada;
    width: 100%;
    padding: 0 5rem;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td input[type="text"]:focus, .sub .entry-content .content .gaiyou_tb.cf_tb td textarea:focus {
    background: #eaffe5;
    border: solid 1px #b7b7b7;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td .mwform-checkbox-field label, .sub .entry-content .content .gaiyou_tb.cf_tb td .mwform-radio-field label {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .cf_btnarea {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30rem;
  }
  .sub .entry-content .content .cf_btnarea .cf_btn {
    display: block;
    background: #ff7f27;
    color: #fff;
    height: 50rem;
    width: 200rem;
    text-align: center;
    border-radius: 50rem;
    transition-duration: 0.5s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .cf_btnarea .cf_btn:hover {
    opacity: 0.6;
  }
  .sub .entry-content .content .cp_timeline04 {
    position: relative;
    margin: 0rem auto;
    padding: 15rem 0 75rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .cp_timeline04::before {
    position: absolute;
    top: 0px;
    left: 40rem;
    width: 3px;
    height: 100%;
    content: '';
    background: #2da511;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item {
    margin: 0rem 0 0 70rem;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .time {
    font-family: serif;
    font-size: 100rem;
    font-weight: bold;
    position: relative;
    margin: 0;
    letter-spacing: 3px;
    color: rgba(45, 165, 17, 0.16);
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .time::before {
    position: absolute;
    top: 50%;
    left: -34.5rem;
    width: 10rem;
    height: 10rem;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #2da511;
    background: #fff;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag {
    font-size: 32rem;
    font-weight: bold;
    margin: 0;
    margin-top: -70rem;
    color: #2da511;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag span {
    font-size: 23rem;
    margin-right: 20rem;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag span.ryoho {
    color: #ff7f27;
    margin-left: 20rem;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag:first-of-type {
    margin-top: 0;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 0rem;
    margin-left: 15rem;
    padding: 10rem 0rem 10rem 15rem;
    border-left: 1px solid #2da511;
  }
  .sub .entry-content .content .con_btn {
    display: flex;
    justify-content: space-evenly;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    width: 100%;
    margin-top: 35rem;
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .con_btn a {
    display: block;
    background: #ff7f27;
    color: #fff;
    width: 300rem;
    text-align: center;
    padding: 15rem 0;
  }
  .sub .entry-content .content .full-width-content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .sub .entry-content .content .full-width-content img {
    width: 100%;
  }
  .sub .entry-content .content .msg-catch {
    text-align: center;
    font-size: 40rem;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 0.7;
    margin: -125rem 0 50rem;
  }
  .sub .entry-content .content .msg-catch span {
    font-size: 17rem;
  }
  .sub .entry-content .content .youtube {
    position: relative;
    width: 70%;
    padding-top: 39.375%;
    margin: auto;
  }
  .sub .entry-content .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .sub .entry-content .content .recruit-btn_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .sub .entry-content .content .recruit-btn_area .recruit-btn {
    margin-bottom: 30rem;
    width: 40%;
  }
  .sub .entry-content .content .recruit-btn_area .recruit-btn img {
    width: 100%;
  }
  .sub .entry-content .content .recruit-catch {
    margin: 50rem 0 80rem;
    font-size: 35rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .sub .entry-content .content .job-flow {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    width: 70%;
    margin: auto;
  }
  .sub .entry-content .content .job-flow img {
    width: 100%;
    height: 400rem;
    object-fit: cover;
    object-position: 0 0rem;
  }
  .sub .entry-content .content .job-flow:nth-of-type(2) img {
    object-position: 0 0rem;
  }
  .sub .entry-content .content .job-flow:nth-of-type(3) img {
    object-position: 0 -50rem;
  }
  .sub .entry-content .content .job-flow:nth-of-type(4) img {
    object-position: 0 -50rem;
  }
  .sub .entry-content .content .job-flow dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50rem;
  }
  .sub .entry-content .content .job-flow dl dt {
    text-align: right;
    width: 8.5em;
    padding: 0 1em 0.5em 0.5em;
    position: relative;
    color: #2da511;
  }
  .sub .entry-content .content .job-flow dl dt:after {
    content: '';
    position: absolute;
    right: -2.05em;
    top: 0px;
    width: 20rem;
    height: 20rem;
    border: 3px solid #2da511;
    background-color: #ffffff;
    border-radius: 100%;
  }
  .sub .entry-content .content .job-flow dl dd {
    width: calc(100% - 10em);
    padding: 0 0em 3em 2em;
    border-left: 2px solid #2da511;
  }
  .sub .entry-content .content .job-flow dl dd:last-child {
    border: none;
    padding-bottom: 0;
  }
  .sub .entry-content .content .job-flow dl dd h4 {
    color: #2da511;
    margin-bottom: 10rem;
  }
  .sub .entry-content .content .job-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
  }
  .sub .entry-content .content .job-tabs input[name="tab_item"] {
    display: none;
  }
  .sub .entry-content .content .job-tabs .tab_item {
    width: 24%;
    height: auto;
    line-height: 1.4;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.3s ease;
    order: -1;
  }
  .sub .entry-content .content .job-tabs .tab_item img {
    border-radius: 10rem;
  }
  .sub .entry-content .content .job-tabs .job-flow {
    display: none;
  }
  .sub .entry-content .content .job-tabs .tab-switch:checked + .tab_item + .job-flow {
    margin-top: 50rem;
    display: block;
  }
  .sub .entry-content .content .job-tabs .tab-switch:checked + .tab_item {
    margin-top: -20rem;
  }
  .sub .entry-content .content .rdr-flex {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 19rem;
    line-height: 1.6;
    display: flex;
  }
  .sub .entry-content .content .rdr-flex div {
    width: 25%;
    padding-right: 25rem;
  }
  .sub .entry-content .content .rdr-flex .under-g {
    border-bottom: solid 3px #2da511;
    margin-bottom: 10rem;
  }
  .sub .post .entry-content .content p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .post .entry-content .content p a {
    text-decoration: underline;
    color: blue;
  }
  .sub .mso {
    width: 800rem;
    margin: 0 auto;
  }
  .sub .mso iframe {
    width: 100%;
    height: 450rem;
    display: block;
    margin: 0 auto;
  }
  .sub .tmo {
    width: 850rem;
    margin: 40rem auto 0;
  }
  .sub .tmo .slick-track {
    display: flex;
    justify-content: space-between;
    width: inherit;
  }
  .sub .tmo .slick-track .slick-slide {
    width: 250rem !important;
    padding-top: 5px;
  }
  .sub .tmo .slick-track .slick-slide:hover {
    transform: translate(0, -5px);
    transition: 0.3s;
  }
  .sub .tmo .slick-track p {
    text-align: center;
    line-height: 1.4;
    margin-top: 5rem;
    font-size: 19rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #2da511;
  }
  .sub .tmo .slick-track img {
    border-radius: 10rem;
  }
  .sub .directory {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
  }
  .sub .directory p {
    font-size: 19rem;
    line-height: 1.6;
  }
  .sub .directory-h2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15rem 0;
    border-bottom: solid 1px;
    margin-bottom: 50rem;
  }
  .sub .directory-h2 h2 {
    display: block;
    padding: 10rem 20rem 13rem;
    font-size: 26rem;
    position: relative;
  }
  .sub .directory-h2 .directory-sns {
    display: flex;
    justify-content: right;
  }
  .sub .directory-h2 .directory-sns img {
    width: 40rem;
    margin-left: 10rem;
  }
  .sub .directory-h2 h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 10rem;
    background: #2da511;
  }
  .sub .directory-80 {
    width: 80%;
    margin: auto;
  }
  .sub .directory-80 img {
    width: 80%;
    margin: 10rem auto;
    display: block;
  }
  .sub .directory-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .sub .directory-80 .directory-gallery img {
    width: 250rem;
  }
  .sub .directory p.directory-catch {
    color: #2da511;
    font-size: 36rem;
    margin: 50rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .sub .directory p.directory-catch span {
    text-align: right;
    display: block;
  }
  .sub table.directory-tb {
    margin-top: 50rem;
    line-height: 1.6;
    font-size: 19rem;
  }
  .sub table.directory-tb th {
    width: 180rem;
    text-align: right;
    padding-top: 25rem;
    position: relative;
    padding-right: 20rem;
    font-size: 24rem;
    color: #2da511;
    line-height: 1.3;
  }
  .sub table.directory-tb th::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20rem;
    right: 0;
    width: 4px;
    height: 40rem;
    border-radius: 10rem;
    background: #2da511;
  }
  .sub table.directory-tb tr:last-child th::before {
    height: 73rem;
  }
  .sub table.directory-tb td {
    padding: 25rem 0 25rem 20rem;
  }
  .sub table.directory-tb td .cp_box1 table td {
    padding: 10rem 20rem 10rem 0;
  }
  .sub table.directory-tb td .cp_box1 table td a {
    text-decoration: underline;
  }
  .sub .cp_box1 {
    position: relative;
  }
  .sub .cp_box1 input {
    display: none;
  }
  .sub .cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -20px;
    width: 100%;
    height: 80rem;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
  .sub .cp_box1 input:checked + label {
    background: inherit;
  }
  .sub .cp_box1 .cp_container {
    overflow: hidden;
    height: 250rem;
    transition: all 0.5s;
  }
  .sub .cp_box1 label:after, .sub .cp_box1 label::before {
    content: '';
    position: absolute;
  }
  .sub .cp_box1 label:after {
    z-index: 2;
    bottom: 0rem;
    width: 280rem;
    content: '詳しく見る';
    color: #ffffff;
    background: #2da511;
    border-radius: 50rem;
    padding: 5rem;
  }
  .sub .cp_box1 input:checked + label:after {
    content: '閉じる';
  }
  .sub .cp_box1 input:checked + label:before {
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
  }
  .sub .cp_box1 input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 50rem;
    transition: all 0.5s;
  }
  .sub .directory-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .sub .directory-list .directory-icon {
    width: 22%;
    text-align: center;
    margin-bottom: 50rem;
  }
  .sub .directory-list .directory-icon a, .sub .directory-list .directory-icon a img {
    display: block;
    border-radius: 100%;
  }
  .sub .directory-list .directory-icon a:hover {
    border: solid 5px #2da511;
    transition: 0.3s;
  }
  .sub .directory-list .directory-icon p {
    display: block;
    font-size: 16rem;
    margin-top: 20rem;
  }
  .sub .directory-list .directory-icon p span {
    display: block;
    text-decoration: underline;
    font-size: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .sub {
    /* 名鑑追加設定 */
  }
  .sub .entryHeader {
    background: url(../img/common/pageheader_sp.png) no-repeat 0 0/contain;
    height: 510rem;
  }
  .sub .entryHeader h1 {
    font-size: 30rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    position: absolute;
    top: 165rem;
    left: 65rem;
  }
  .sub .entryHeader h1 span {
    display: block;
    color: #2DA511;
    font-size: 17rem;
    font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
  }
  .sub .entry-content {
    padding: 0 40rem;
  }
  .sub .entry-content .content > h2, .sub .entry-content .content .job-flow h2 {
    text-align: center;
    background: #2DA511;
    color: #fff;
    border-bottom: 3rem solid #FFD500;
    /*height: 65rem;*/
    padding: 14rem 0;
    font-size: 35rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .sub .entry-content .content > h2 + p, .sub .entry-content .content .job-flow h2 + p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 33rem;
    margin-top: 20rem;
    line-height: 1.4;
  }
  .sub .entry-content .content .box {
    margin-top: 60rem;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .sub .entry-content .content .box h3 {
    font-size: 33rem;
    color: #2DA511;
    border-top: 1px solid #2DA511;
    border-bottom: 1px solid #2DA511;
    background: linear-gradient(to top, #E3F5D8 0%, #fff 100%);
    line-height: 1.2;
    padding: 10rem 10rem 10rem 45rem;
    position: relative;
  }
  .sub .entry-content .content .box h3::before {
    content: '〇';
    font-size: 25rem;
    position: absolute;
    top: 14rem;
    left: 12rem;
  }
  .sub .entry-content .content .box h4 {
    width: 100%;
    font-size: 30rem;
    color: #2DA511;
    margin: 40rem 0 -10rem;
  }
  .sub .entry-content .content .box img {
    display: block;
    margin-top: 40rem;
  }
  .sub .entry-content .content .box p {
    font-size: 30rem;
    line-height: 1.4;
    margin-top: 40rem;
  }
  .sub .entry-content .content .box a {
    text-decoration: underline;
    color: blue;
  }
  .sub .entry-content .content .page-btn {
    justify-content: space-evenly;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 10rem;
    text-align: center;
  }
  .sub .entry-content .content .page-btn a {
    display: block;
    background: #ff7f27;
    color: #fff;
    padding: 25rem;
    border-radius: 50rem;
    margin: 0 auto 20rem;
    width: 80%;
    font-size: 35rem;
  }
  .sub .entry-content .content .gaiyou_tb {
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    width: 100%;
    margin-top: 35rem;
    border-collapse: collapse;
    font-size: 30rem;
    line-height: 1.4;
  }
  .sub .entry-content .content .gaiyou_tb th, .sub .entry-content .content .gaiyou_tb td {
    border: solid 1px #2da511;
    padding: 15rem 20rem;
  }
  .sub .entry-content .content .gaiyou_tb th {
    background: #2da511;
    color: #fff;
    border-bottom-color: #fff;
    width: 30%;
    text-align: center;
  }
  .sub .entry-content .content .gaiyou_tb tr:last-child th {
    border-color: #2da511;
  }
  .sub .entry-content .content .gaiyou_tb dl dt {
    padding-top: 15rem;
  }
  .sub .entry-content .content .gaiyou_tb dl dd {
    border-bottom: dotted 2px #2da511;
    padding-bottom: 15rem;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb th, .sub .entry-content .content .gaiyou_tb.cf_tb td {
    display: block;
    width: 100%;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb th {
    text-align: left;
    border-bottom: none;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb th span {
    background: #f00;
    padding: 5rem 8rem;
    border-radius: 5rem;
    margin-left: 10rem;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td input[type="text"], .sub .entry-content .content .gaiyou_tb.cf_tb td textarea {
    border: solid 1px #dadada;
    width: 100%;
    padding: 0 5rem;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td input[type="text"]:focus, .sub .entry-content .content .gaiyou_tb.cf_tb td textarea:focus {
    background: #eaffe5;
    border: solid 1px #b7b7b7;
  }
  .sub .entry-content .content .gaiyou_tb.cf_tb td .mwform-checkbox-field label, .sub .entry-content .content .gaiyou_tb.cf_tb td .mwform-radio-field label {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 30rem;
    line-height: 1.4;
  }
  .sub .entry-content .content .cf_btnarea {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30rem;
  }
  .sub .entry-content .content .cf_btnarea .cf_btn {
    display: block;
    background: #ff7f27;
    color: #fff;
    height: 75rem;
    width: 250rem;
    text-align: center;
    border-radius: 50rem;
    transition-duration: 0.5s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 30rem;
    line-height: 1.4;
  }
  .sub .entry-content .content .cf_btnarea .cf_btn:hover {
    opacity: 0.6;
  }
  .sub .entry-content .content .cp_timeline04 {
    position: relative;
    margin: 0rem auto;
    padding: 30rem 0 75rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 35rem;
    line-height: 1.6;
  }
  .sub .entry-content .content .cp_timeline04::before {
    position: absolute;
    top: 0px;
    left: 40rem;
    width: 3px;
    height: 100%;
    content: '';
    background: #2da511;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item {
    margin: 0rem 0 0 70rem;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .time {
    font-family: serif;
    font-size: 90rem;
    font-weight: bold;
    position: relative;
    margin: 0;
    letter-spacing: 3px;
    color: rgba(45, 165, 17, 0.16);
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .time::before {
    position: absolute;
    top: 50%;
    left: -36.5rem;
    width: 20rem;
    height: 20rem;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 3px solid #2da511;
    background: #fff;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag {
    font-size: 40rem;
    font-weight: bold;
    margin: 0;
    margin-top: -65rem;
    color: #2da511;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag span {
    font-size: 33rem;
    margin-right: 20rem;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag span.ryoho {
    color: #ff7f27;
    display: block;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .time_date .flag:first-of-type {
    margin-top: 0;
  }
  .sub .entry-content .content .cp_timeline04 .timeline_item .desc {
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 0rem;
    margin-left: 15rem;
    padding: 10rem 0rem 10rem 15rem;
    border-left: 1px solid #2da511;
  }
  .sub .entry-content .content .con_btn {
    display: block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    width: 100%;
    margin-top: 35rem;
    font-size: 30rem;
    line-height: 1.4;
  }
  .sub .entry-content .content .con_btn a {
    display: block;
    background: #ff7f27;
    color: #fff;
    width: 85%;
    text-align: center;
    padding: 20rem 0;
    margin: 0 auto 30rem;
  }
  .sub .entry-content .content .full-width-content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .sub .entry-content .content .full-width-content img {
    width: 100%;
  }
  .sub .entry-content .content .msg-catch {
    text-align: center;
    font-size: 65rem;
    font-weight: 900;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    line-height: 0.7;
    margin: 100rem 0 100rem;
  }
  .sub .entry-content .content .msg-catch span {
    font-size: 30rem;
  }
  .sub .entry-content .content .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .sub .entry-content .content .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .sub .entry-content .content .recruit-btn_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .sub .entry-content .content .recruit-btn_area .recruit-btn {
    margin-bottom: 30rem;
    width: 46%;
  }
  .sub .entry-content .content .recruit-btn_area .recruit-btn img {
    width: 100%;
  }
  .sub .entry-content .content .recruit-catch {
    margin: 50rem 0 80rem;
    font-size: 40rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .sub .entry-content .content .job-flow {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
  }
  .sub .entry-content .content .job-flow img {
    width: 100%;
    height: 400rem;
    object-fit: cover;
    object-position: 0 -50rem;
  }
  .sub .entry-content .content .job-flow:nth-of-type(2) img {
    object-position: 0 0rem;
  }
  .sub .entry-content .content .job-flow:nth-of-type(3) img {
    object-position: 0 -15rem;
  }
  .sub .entry-content .content .job-flow dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50rem;
  }
  .sub .entry-content .content .job-flow dl dt {
    text-align: right;
    width: 5.5em;
    padding: 0 1em 0.5em 0.5em;
    position: relative;
    color: #2da511;
  }
  .sub .entry-content .content .job-flow dl dt:after {
    content: '';
    position: absolute;
    right: -1.05em;
    top: 0px;
    width: 20rem;
    height: 20rem;
    border: 3px solid #2da511;
    background-color: #ffffff;
    border-radius: 100%;
  }
  .sub .entry-content .content .job-flow dl dd {
    width: calc(100% - 6em);
    padding: 0 0em 3em 2em;
    border-left: 2px solid #2da511;
  }
  .sub .entry-content .content .job-flow dl dd:last-child {
    border: none;
    padding-bottom: 0;
  }
  .sub .entry-content .content .job-flow dl dd h4 {
    color: #2da511;
    font-weight: bold;
    margin-bottom: 10rem;
  }
  .sub .entry-content .content .job-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
  }
  .sub .entry-content .content .job-tabs input[name="tab_item"] {
    display: none;
  }
  .sub .entry-content .content .job-tabs .tab_item {
    margin-bottom: 50rem;
    width: 49%;
    height: auto;
    line-height: 1.4;
    text-align: center;
    color: #000;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.3s ease;
    order: -1;
  }
  .sub .entry-content .content .job-tabs .tab_item img {
    border-radius: 10rem;
  }
  .sub .entry-content .content .job-tabs .job-flow {
    display: none;
  }
  .sub .entry-content .content .job-tabs .tab-switch:checked + .tab_item + .job-flow {
    margin-top: 50rem;
    display: block;
  }
  .sub .entry-content .content .job-tabs .tab-switch:checked + .tab_item {
    margin-top: -20rem;
  }
  .sub .entry-content .content .rdr-flex {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 30rem;
    line-height: 1.4;
    display: block;
    margin-top: 40rem;
  }
  .sub .entry-content .content .rdr-flex div {
    width: 100%;
    padding-bottom: 25rem;
  }
  .sub .entry-content .content .rdr-flex .under-g {
    border-bottom: solid 3px #2da511;
    margin-bottom: 10rem;
  }
  .sub .post .entry-content .content p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 30rem;
    line-height: 1.4;
    margin-top: 40rem;
  }
  .sub .post .entry-content .content p a {
    text-decoration: underline;
    color: blue;
  }
  .sub .mso {
    width: 100%;
    margin: 0 auto;
  }
  .sub .mso iframe {
    width: 100%;
    height: 350rem;
    display: block;
    margin: 0 auto;
  }
  .sub .tmo {
    width: 100%;
    margin: 40rem auto 0;
  }
  .sub .tmo .slick-track {
    display: flex;
    justify-content: space-between;
    width: inherit;
  }
  .sub .tmo .slick-track .slick-slide {
    width: 215rem !important;
  }
  .sub .tmo .slick-track p {
    text-align: center;
    line-height: 1.4;
    margin-top: 5rem;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    color: #2da511;
  }
  .sub .tmo .slick-track img {
    border-radius: 10rem;
  }
  .sub .directory {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
  }
  .sub .directory p {
    font-size: 30rem;
    line-height: 1.4;
  }
  .sub .directory-h2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 15rem 0;
    border-bottom: solid 1px;
    margin-bottom: 50rem;
  }
  .sub .directory-h2 h2 {
    display: block;
    padding: 15rem 25rem 15rem;
    font-size: 35rem;
    position: relative;
  }
  .sub .directory-h2 .directory-sns {
    display: flex;
    justify-content: right;
  }
  .sub .directory-h2 .directory-sns img {
    width: 50rem;
    margin-left: 10rem;
  }
  .sub .directory-h2 h2::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 10rem;
    background: #2da511;
  }
  .sub .directory-80 {
    width: 100%;
    margin: auto;
  }
  .sub .directory-80 img {
    width: 80%;
    margin: 10rem auto;
    display: block;
  }
  .sub .directory-gallery {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .sub .directory-80 .directory-gallery img {
    width: 210rem;
  }
  .sub .directory p.directory-catch {
    color: #2da511;
    font-size: 33rem;
    margin: 50rem 20rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .sub .directory p.directory-catch span {
    text-align: right;
    display: block;
  }
  .sub table.directory-tb {
    margin-top: 50rem;
    line-height: 1.6;
    font-size: 30rem;
  }
  .sub table.directory-tb th {
    width: 200rem;
    text-align: right;
    padding-top: 25rem;
    position: relative;
    padding-right: 20rem;
    font-size: 30rem;
    color: #2da511;
    line-height: 1.3;
  }
  .sub table.directory-tb th::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20rem;
    right: 0;
    width: 4px;
    height: 48rem;
    border-radius: 10rem;
    background: #2da511;
  }
  .sub table.directory-tb tr:last-child th::before {
    height: 87rem;
  }
  .sub table.directory-tb td {
    padding: 25rem 0 25rem 20rem;
  }
  .sub table.directory-tb td .cp_box1 table td {
    padding: 10rem 20rem 10rem 0;
  }
  .sub table.directory-tb td .cp_box1 table td a {
    text-decoration: underline;
  }
  .sub .cp_box1 {
    position: relative;
  }
  .sub .cp_box1 input {
    display: none;
  }
  .sub .cp_box1 label {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    bottom: -15px;
    width: 100%;
    height: 125rem;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  }
  .sub .cp_box1 input:checked + label {
    background: inherit;
  }
  .sub .cp_box1 .cp_container {
    overflow: hidden;
    height: 350rem;
    transition: all 0.5s;
  }
  .sub .cp_box1 label:after, .sub .cp_box1 label::before {
    content: '';
    position: absolute;
  }
  .sub .cp_box1 label:after {
    z-index: 2;
    bottom: 0rem;
    width: 280rem;
    content: '詳しく見る';
    color: #ffffff;
    background: #2da511;
    border-radius: 50rem;
    padding: 5rem;
  }
  .sub .cp_box1 input:checked + label:after {
    content: '閉じる';
  }
  .sub .cp_box1 input:checked + label:before {
    left: calc(50% - 2.5em);
    transform: scale(1, -1);
  }
  .sub .cp_box1 input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80rem;
    transition: all 0.5s;
  }
  .sub .directory-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sub .directory-list .directory-icon {
    width: 47%;
    text-align: center;
    margin-bottom: 50rem;
  }
  .sub .directory-list .directory-icon a, .sub .directory-list .directory-icon a img {
    display: block;
    border-radius: 100%;
  }
  .sub .directory-list .directory-icon p {
    display: block;
    font-size: 25rem;
    margin-top: 25rem;
  }
  .sub .directory-list .directory-icon p span {
    display: block;
    text-decoration: underline;
    font-size: 35rem;
    margin-top: 10rem;
  }
}
@media screen and (min-width: 769px) {
  .archive .entryHeader {
    background: url(../img/common/pageheader.png) no-repeat 0 0/contain;
    height: 480rem;
  }
  .archive .entryHeader h1 {
    font-size: 23rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    transform: rotate(0.03deg);
    text-align: center;
    position: absolute;
    top: 220rem;
    left: 100rem;
  }
  .archive .entryHeader h1 span {
    display: block;
    color: #2DA511;
    font-size: 14rem;
    font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
    margin-top: 10rem;
  }
  .archive .entry-content {
    padding: 0 200rem;
    background: url(../img/common/bg.png) no-repeat center 30rem / 100vw;
  }
  .archive .entry-content .content > h2 {
    text-align: center;
    background: #2DA511;
    color: #fff;
    border-bottom: 3rem solid #FFD500;
    height: 56rem;
    padding: 14rem 0 0;
    font-size: 30rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: -40rem;
  }
  .archive .entry-content .content > h2 + p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 30rem;
    margin-top: 20rem;
    line-height: 1.4;
  }
  .archive .entry-content .content .box {
    margin-top: 80rem;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: #FFF7DB;
    border-radius: 20rem;
    padding: 35rem 60rem 60rem;
  }
  .archive .entry-content .content .box::before {
    content: '';
    position: absolute;
  }
  .archive .entry-content .content .box h3 {
    font-size: 26rem;
    color: #2DA511;
    border-bottom: 1px dashed #2DA511;
    line-height: 1.2;
    padding: 10rem 10rem 10rem 26rem;
    position: relative;
    width: 563rem;
    margin: 0 0 0 auto;
  }
  .archive .entry-content .content .box h3::before {
    content: '〇';
    font-size: 22rem;
    position: absolute;
    top: 13rem;
    left: -1rem;
  }
  .archive .entry-content .content .box h3 + p {
    margin: 10rem 0 0 auto;
    font-size: 16rem;
    line-height: 1.4;
    height: 50rem;
    width: 563rem;
    overflow: hidden;
  }
  .archive .entry-content .content .box:nth-of-type(even) h3 {
    margin: 0;
    width: 583rem;
  }
  .archive .entry-content .content .box:nth-of-type(even) h3 + p {
    margin: 10rem 0 0;
    width: 583rem;
  }
  .archive .entry-content .content .box .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive .entry-content .content .box .flex::after {
    content: '';
    width: 260rem;
  }
  .archive .entry-content .content .box .flex a {
    display: block;
    width: 260rem;
    margin: 40rem 0 0;
    position: relative;
    z-index: 2;
  }
  .archive .entry-content .content .box .flex a h4 {
    background: #DBF2CD;
    color: #2DA511;
    font-size: 14rem;
    line-height: 2;
    padding: 0 20rem;
  }
  .archive .entry-content .content .box .flex a p {
    background: #fff;
    font-family: 'Noto sans JP';
    font-weight: 400;
    font-size: 12rem;
    line-height: 1.4;
    padding: 10rem 20rem;
    height: 70rem;
    overflow: hidden;
  }
  .archive .entry-content .content .area::before {
    width: 329.43rem;
    height: 232.54rem;
    top: -40rem;
    left: 0rem;
    background: url(../img/sub/service1.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .procedure::before {
    width: 313.5rem;
    height: 265.27rem;
    top: -80rem;
    right: 0rem;
    background: url(../img/sub/service2.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .rest::before {
    width: 332.22rem;
    height: 245.33rem;
    top: -70rem;
    left: 0rem;
    background: url(../img/sub/service3.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .nutrition::before {
    width: 353.17rem;
    height: 248.91rem;
    top: -80rem;
    right: -16rem;
    background: url(../img/sub/service4.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .motion::before {
    width: 323.17rem;
    height: 263.39rem;
    top: -80rem;
    left: 0rem;
    background: url(../img/sub/service5.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .comic_bn {
    width: 50%;
    margin: 50rem auto 0;
  }
}
@media screen and (max-width: 768px) {
  .archive .entryHeader {
    background: url(../img/common/pageheader_sp.png) no-repeat 0 0/contain;
    height: 510rem;
  }
  .archive .entryHeader h1 {
    font-size: 30rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    position: absolute;
    top: 165rem;
    left: 65rem;
  }
  .archive .entryHeader h1 span {
    display: block;
    color: #2DA511;
    font-size: 17rem;
    font-family: 'Noto sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, sans-serif;
  }
  .archive .entry-content {
    padding: 0 40rem;
    overflow-x: hidden;
  }
  .archive .entry-content .content > h2 {
    text-align: center;
    background: #2DA511;
    color: #fff;
    border-bottom: 3rem solid #FFD500;
    height: 56rem;
    padding: 14rem 0 0;
    font-size: 30rem;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
  }
  .archive .entry-content .content > h2 + p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-size: 30rem;
    margin-top: 20rem;
    line-height: 1.4;
  }
  .archive .entry-content .content .box {
    margin-top: 60rem;
    font-weight: bold;
    transform: rotate(0.03deg);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background: #FFF7DB;
    border-radius: 20rem;
    padding: 10rem 0 60rem;
  }
  .archive .entry-content .content .box::before {
    content: '';
    position: absolute;
  }
  .archive .entry-content .content .box h3 {
    font-size: 30rem;
    color: #2DA511;
    border-bottom: 1px dashed #2DA511;
    line-height: 1.2;
    padding: 10rem 10rem 10rem 45rem;
    position: relative;
    margin: 0 20rem 0 285rem;
  }
  .archive .entry-content .content .box h3::before {
    content: '〇';
    font-size: 25rem;
    position: absolute;
    top: 14rem;
    left: 12rem;
  }
  .archive .entry-content .content .box h3 + p {
    margin: 10rem 10rem 0 285rem;
    font-size: 24rem;
    line-height: 1.4;
    height: 120rem;
  }
  .archive .entry-content .content .box:nth-of-type(even) h3 {
    margin-left: 50rem;
    width: 364.12rem;
  }
  .archive .entry-content .content .box:nth-of-type(even) h3 + p {
    margin-left: 50rem;
    width: 364.12rem;
  }
  .archive .entry-content .content .box a {
    display: block;
    width: 560rem;
    margin: 40rem auto 0;
  }
  .archive .entry-content .content .box a h4 {
    background: #DBF2CD;
    color: #2DA511;
    font-size: 28rem;
    line-height: 2;
    padding-left: 40rem;
  }
  .archive .entry-content .content .box a p {
    background: #fff;
    font-family: 'Noto sans JP';
    font-weight: 400;
    font-size: 24rem;
    line-height: 1.4;
    padding: 10rem 40rem;
    height: 152rem;
  }
  .archive .entry-content .content .area::before {
    width: 329.43rem;
    height: 232.54rem;
    top: -30rem;
    left: -40rem;
    background: url(../img/sub/service1.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .procedure::before {
    width: 313.5rem;
    height: 265.27rem;
    top: -60rem;
    right: -60rem;
    background: url(../img/sub/service2.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .rest::before {
    width: 332.22rem;
    height: 245.33rem;
    top: -50rem;
    left: -56rem;
    background: url(../img/sub/service3.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .nutrition::before {
    width: 353.17rem;
    height: 248.91rem;
    top: -95rem;
    right: -80rem;
    background: url(../img/sub/service4.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .motion::before {
    width: 323.17rem;
    height: 263.39rem;
    top: -50rem;
    left: -50rem;
    background: url(../img/sub/service5.png) no-repeat 0 0 /contain;
  }
  .archive .entry-content .content .comic_bn {
    width: 85%;
    margin: 50rem auto 0;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.ortho-g.co.jp%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2Fstyle.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_config.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_reset.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_init.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_media.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_top.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fh_standard2.1%2Fscss%2F_archive.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BACGA%3BAAGA%3BACHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFtBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEmCA%3BAAAA%3BAAAA%3BAFnCA%3BAAAA%3BAAAA%3BAE2CA%3BAAAA%3BAAAA%3BAF3CA%3BAAAA%3BAEkDA%3BAAAA%3BAAAA%3BAFlDA%3BAAAA%3BAEiEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFjEA%3BAAAA%3BAEgFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhFA%3BAAAA%3BAE0FA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAF9FA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE0GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAF1GA%3BAAAA%3BAAAA%3BAAAA%3BAEyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAF9HA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEyIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzIA%3BAAAA%3BAAAA%3BAAAA%3BAEoJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFpJA%3BAAAA%3BAAAA%3BAE6JA%3BAAAA%3BAAAA%3BAF7JA%3BAAAA%3BAAAA%3BAAAA%3BAEuKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFvKA%3BAAAA%3BAAAA%3BAEkLA%3BAAAA%3BAAAA%3BAFlLA%3BAAAA%3BAAAA%3BAAAA%3BAE2LA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAFvMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkNA%3BAAAA%3BAAAA%3BAFlNA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFhOA%3BAAAA%3BAAAA%3BAEsPA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAF3PA%3BAAAA%3BAAAA%3BAAAA%3BAEqQA%3BAAAA%3BAAAA%3BAAAA%3BAFrQA%3BAAAA%3BAAAA%3BAAAA%3BAEgRA%3BAAAA%3BAAAA%3BAAAA%3BAFhRA%3BAAAA%3BAAAA%3BAE0RA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAFnSA%3BAAAA%3BAAAA%3BAE8SA%3BAAAA%3BAAAA%3BAAAA%3BAF9SA%3BAAAA%3BAAAA%3BAE0TA%3BAAAA%3BAAAA%3BAF1TA%3BAAAA%3BAAAA%3BAEqUA%3BAAAA%3BAAAA%3BAFrUA%3BAAAA%3BAAAA%3BAE6UA%3BAAAA%3BAAAA%3BAF7UA%3BAAAA%3BAAAA%3BAEqVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFrVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEkWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFlWA%3BAAAA%3BAAAA%3BAE8WA%3BAAAA%3BAAAA%3BAF9WA%3BAAAA%3BAAAA%3BAEsXA%3BAAAA%3BAAAA%3BAFtXA%3BAAAA%3BAAAA%3BAE8XA%3BAAAA%3BAAAA%3BAF9XA%3BAAAA%3BAAAA%3BAEuYA%3BAAAA%3BAAAA%3BAAAA%3BAFvYA%3BAAAA%3BAAAA%3BAE%2BYA%3BAAAA%3BAAAA%3BAF%2FYA%3BAAAA%3BAAAA%3BAAAA%3BAEwZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFxZA%3BAAAA%3BAAAA%3BAEiaA%3BAAAA%3BAAAA%3BAFjaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE4aA%3BAAAA%3BAAAA%3BAF5aA%3BAAAA%3BAAAA%3BAEobA%3BAAAA%3BAAAA%3BAFpbA%3BAAAA%3BAAAA%3BAE4bA%3BAAAA%3BAAAA%3BAF5bA%3BAAAA%3BAEmcA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAFldA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE8dA%3BAAAA%3BAAAA%3BAF9dA%3BAAAA%3BAAAA%3BAEseA%3BAAAA%3BAAAA%3BACneA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BACnEE%3BADwEA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAH7HJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAE7LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADDE%3BAAAA%3BAAAA%3BAAAA%3BACOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzBN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACuCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAMM%3BAAAA%3BAAAA%3BAAQV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjNF%3BAAAA%3BAAAA%3BAFCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAFtHR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEgIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChNJ%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAHvBF%3BAAAA%3BAAAA%3BAAAA%3BAG8BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAH30BF%3BAGi1BD%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBL%3BAAAA%3BAAAA%3BAAIK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAHzlDF%3BAAAA%3BAAAA%3BAAAA%3BAIDE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ7vBE%3BAAAA%3BAAAA%3BAAAA%3BAIswBE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJ3%2FCE%3BAKDE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALrKN%3BAK6KE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */