@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@900&display=swap");
ol li, ul li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .pcOn {
    display: none !important;
  }
}

.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .spOn {
    display: block !important;
  }
}

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
}

p .bg-blue {
  background: #ACE1F7;
}

.anchor-offset {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 30px;
    margin-top: -30px;
  }
}

.article {
  overflow-x: hidden;
}

.article .container {
  max-width: none;
}

.single-block-contents {
  margin: 48px auto 0;
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.m-articleContents__box__inner ul li {
  list-style: none;
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1;
}

.m-articleContents__box p a:not([class*=btn]):not([href$=".jpg"]) {
  font-weight: 700;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.archive-block .container {
  max-width: 900px;
}

ol li {
  list-style: none !important;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

a.-pdf-link:not(.-no-icon)::after {
  content: none;
}

.bold {
  font-weight: 700;
}

.ribbon-tit {
  position: relative;
  background: #E6F4F2;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-top: 1px solid #212121;
  padding: 18px 0 22px 56px;
}
@media screen and (max-width: 640px) {
  .ribbon-tit {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1.375 !important;
    padding: 12px 12px 14px 44px;
  }
}
.ribbon-tit::before {
  content: "";
  background: url(../uploads/vol99-kyoyubu_ribbon-tit-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 10px;
  width: 25px;
  height: 47px;
}
@media screen and (max-width: 640px) {
  .ribbon-tit::before {
    width: 21px;
    height: 38px;
  }
}

.head-txt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .head-txt {
    margin-top: 16px;
  }
}

.system-type {
  position: relative;
  background: #F7F7F7;
  border-radius: 10px;
  padding: 98px 46px 30px 46px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .system-type {
    border-radius: 6px;
    padding: 76px 20px 20px;
    margin-top: 12px;
  }
}
.system-type--top {
  margin-top: 44px;
}
@media screen and (max-width: 640px) {
  .system-type--top {
    margin-top: 28px;
  }
}
.system-type__name {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1 !important;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 12px 24px 12px 42px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .system-type__name {
    font-size: 18px !important;
    top: 20px;
    padding: 11px 4px 11px 20px;
  }
}
.system-type__name--deterioration {
  background: #C3ECFF;
}
.system-type__name--deterioration::before {
  background: #C3ECFF;
}
.system-type__name--what-part {
  background: #CDEDD6;
}
.system-type__name--what-part::before {
  background: #CDEDD6;
}
.system-type__name::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 44px;
  height: 44px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .system-type__name::before {
    width: 40px;
    height: 40px;
  }
}
.system-type__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .system-type__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.system-type__flex__body {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 38%;
  padding: 24px 14px 18px;
}
@media screen and (max-width: 640px) {
  .system-type__flex__body {
    border-radius: 6px;
    width: 100%;
  }
}
.system-type__flex__body--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.system-type__flex__body--center .system-type__flex__list {
  width: 100%;
}
.system-type__flex__list li {
  line-height: 1 !important;
}
.system-type__flex__list li:first-child {
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .system-type__flex__list li:first-child {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.system-type__flex__list li:not(:first-child) {
  background: #EAF6FC;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .system-type__flex__list li:not(:first-child) {
    font-size: 13px;
    width: 84%;
    padding: 8px 0;
    margin: 6px auto 0;
  }
}
.system-type__flex__img {
  width: 59.5%;
}
@media screen and (max-width: 640px) {
  .system-type__flex__img {
    width: 100%;
  }
}
.system-type__wrap {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 36px 30px 44px;
  margin-top: 28px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap {
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 20px;
    margin-top: 20px;
  }
}
.system-type__wrap--adjust {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.system-type__wrap + .system-type__wrap {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap + .system-type__wrap {
    margin-top: 10px;
  }
}
.system-type__wrap__body {
  width: 52%;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__body {
    width: 100%;
  }
}
.system-type__wrap__tit {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.66 !important;
  border-bottom: 3px solid #212121;
  padding-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__tit {
    font-size: 16px !important;
    border-bottom: 2px solid #212121;
    padding-bottom: 2px;
  }
}
.system-type__wrap__txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__txt {
    margin-top: 16px;
  }
}
.system-type__wrap__img {
  width: 44.5%;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__img {
    width: 100%;
  }
}
.system-type__wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
    margin-top: 6px;
  }
}
.system-type__wrap__list li {
  line-height: 1 !important;
  text-align: center;
  border: 4px solid #F4EAB0;
  border-radius: 10px;
  width: calc((100% - 40px) / 3);
  padding: 22px 0 26px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__list li {
    text-align: left;
    border: 2px solid #F4EAB0;
    border-radius: 5px;
    width: 100%;
    padding: 12px 8px 14px 12px;
  }
}
.system-type__wrap__list-tit {
  color: #212121;
  background: #F4EAB0;
  font-weight: 700;
  line-height: 1 !important;
  display: inline-block;
  padding: 4px 10px 5px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__list-tit {
    font-size: 13px !important;
    padding: 4px 6px;
  }
}
.system-type__wrap__list-txt {
  font-size: 14px !important;
  line-height: 1.28 !important;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .system-type__wrap__list-txt {
    font-size: 13px !important;
    margin-top: 6px;
  }
}
.system-type__bottom-txt {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .system-type__bottom-txt {
    margin-top: 20px;
  }
}

.green-head {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-left: 6px solid #22A57D;
  padding: 9px 10px 11px;
}
@media screen and (max-width: 640px) {
  .green-head {
    font-size: 16px !important;
    line-height: 1.375 !important;
    padding: 4px 10px 6px;
  }
}

.head-txt__body {
  font-size: 16px;
  line-height: 1.875 !important;
}
@media screen and (max-width: 640px) {
  .head-txt__body {
    font-size: 14px;
    line-height: 1.5 !important;
    letter-spacing: 0.04em;
  }
}
.head-txt__note {
  font-size: 12px !important;
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
}
@media screen and (max-width: 640px) {
  .head-txt__note {
    line-height: 1.5 !important;
    -webkit-margin-before: 16px;
            margin-block-start: 16px;
  }
}

.what {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .what {
    margin-top: 40px;
  }
}
.what .deterioration {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .what .deterioration {
    margin-top: 24px;
  }
}
.what .deterioration .top-txt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .what .deterioration .top-txt {
    margin-top: 16px;
  }
}
.what .what-part {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .what .what-part {
    margin-top: 40px;
  }
}
.what .what-part .top-txt {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .what .what-part .top-txt {
    margin-top: 16px;
  }
}
.what .what-part__top-img {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .what .what-part__top-img {
    margin-top: 18px;
  }
}
.what .what-part__head {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66;
  margin-top: 80px;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .what .what-part__head {
    font-size: 16px;
    border-bottom: 1px solid #212121;
    padding-bottom: 4px;
    margin-top: 44px;
  }
}
.what .what-part__head::before {
  content: "";
  background: #212121;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .what .what-part__head::before {
    content: none;
  }
}
.what .what-part__head span {
  background: #fff;
  display: inline-block;
  padding-right: 10px;
}
@media screen and (max-width: 640px) {
  .what .what-part__head span {
    padding-right: 0;
  }
}
.what .what-part .system-type {
  padding: 56px 46px;
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type {
    padding: 76px 20px 20px;
  }
}
.what .what-part .system-type--top {
  padding: 98px 46px 56px 46px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type--top {
    padding: 76px 20px 20px;
  }
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type__name {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type__name::before {
    width: 38px;
    height: 38px;
  }
}
.what .what-part .system-type__flex {
  margin-top: 0;
}
.what .what-part .system-type__flex__txt {
  width: 48%;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type__flex__txt {
    width: 100%;
    margin-top: 0;
  }
}
.what .what-part .system-type__flex__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .what .what-part .system-type__flex__img {
    width: 100%;
  }
}
.what .what-part .green-head {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .what .what-part .green-head {
    margin-top: 40px;
  }
}
.what .what-part .green-head-sub {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .what .what-part .green-head-sub {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .what .what-part__graph-wrap {
    overflow-y: hidden !important;
    margin-top: 18px;
  }
}
.what .what-part__graph-img {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .what .what-part__graph-img {
    width: 729px;
    height: 416px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 640px) {
  .what .what-part__graph-img img {
    margin: 0;
  }
}
.what .what-part__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .what .what-part__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 12px;
  }
}
.what .what-part__flex__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .what .what-part__flex__txt {
    width: 100%;
  }
}
.what .what-part__flex__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .what .what-part__flex__img {
    width: 100%;
  }
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 150px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  height: 188px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 50px 25px 25px 25px;
}
@media screen and (max-width: 640px) {
  .scroll-hint-icon {
    top: calc(50% - 62px);
    left: calc(50% - 98px);
    width: 200px;
    height: 125px;
    border-radius: 10px;
    padding: 30px 15px 15px 15px;
  }
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .scroll-hint-text {
    font-size: 13px;
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 62px;
  height: 62px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}
@media screen and (max-width: 640px) {
  .scroll-hint-icon:before {
    width: 52px;
    height: 52px;
  }
}

.scroll-hint-icon:after {
  content: "";
  width: 62px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 640px) {
  .scroll-hint-icon:after {
    top: 16px;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.flow {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .flow {
    margin-top: 48px;
  }
}
.flow__top-txt {
  margin-top: 56px;
}
@media screen and (max-width: 640px) {
  .flow__top-txt {
    margin-top: 16px;
  }
}
.flow__wrap {
  position: relative;
  background: #FCF9E7;
  padding: 76px 44px 32px 52px;
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
  .flow__wrap {
    background: transparent;
    padding: 0;
    margin-top: 108px;
  }
}
.flow__wrap::before {
  content: "";
  background: url(../uploads/vol101-kyoyubu_flow-start.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -15px;
  left: 22px;
  width: 151px;
  height: 59px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .flow__wrap::before {
    top: -64px;
    left: 16px;
    width: 72px;
    height: 30px;
  }
}
.flow__wrap::after {
  content: "";
  background: url(../uploads/vol101-kyoyubu_flow-border.png) repeat-y;
  background-size: contain;
  position: absolute;
  top: 120px;
  left: 64px;
  width: 65px;
  height: 99.8%;
}
@media screen and (max-width: 640px) {
  .flow__wrap::after {
    background: url(../uploads/vol101-kyoyubu_flow-border_sp.png) repeat-y;
    background-size: contain;
    top: 0px;
    left: 26px;
    width: 24px;
    height: 100.41%;
  }
}
@media screen and (max-width: 640px) {
  .flow__wrap__step {
    position: relative;
    background: #FCF9E7;
    padding: 60px 24px 30px 18px;
    margin-left: 60px;
  }
}
@media screen and (max-width: 640px) {
  .flow__wrap__step--02, .flow__wrap__step--03, .flow__wrap__step--04 {
    margin-top: 68px;
  }
}
.flow__wrap__step .tit {
  position: relative;
  background: #E8E37D;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1 !important;
  border-radius: 40px;
  padding: 18px 18px 18px 146px;
  margin-top: 64px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit {
    font-size: 18px !important;
    line-height: 1.33 !important;
    text-align: center;
    border-radius: 60px;
    position: absolute;
    top: -38px;
    left: -18px;
    width: 100%;
    padding: 15px 0;
    margin-top: 0;
  }
}
.flow__wrap__step .tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 142px;
  height: 142px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit::before {
    left: -36px;
    width: 102px;
    height: 102px;
  }
}
.flow__wrap__step .tit--01 {
  margin-top: 0;
}
.flow__wrap__step .tit--01::before {
  background: url(../uploads/vol101-kyoyubu_flow-step01.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit--01::before {
    background: url(../uploads/vol101-kyoyubu_flow-step01_sp.png) no-repeat;
    background-size: contain;
  }
}
.flow__wrap__step .tit--02::before {
  background: url(../uploads/vol101-kyoyubu_flow-step02.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit--02::before {
    background: url(../uploads/vol101-kyoyubu_flow-step02_sp.png) no-repeat;
    background-size: contain;
  }
}
.flow__wrap__step .tit--03::before {
  background: url(../uploads/vol101-kyoyubu_flow-step03.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit--03::before {
    background: url(../uploads/vol101-kyoyubu_flow-step03_sp.png) no-repeat;
    background-size: contain;
  }
}
.flow__wrap__step .tit--04::before {
  background: url(../uploads/vol101-kyoyubu_flow-step04.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit--04::before {
    background: url(../uploads/vol101-kyoyubu_flow-step04_sp.png) no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .tit span {
    display: inline-block;
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}
.flow__wrap__step .txt {
  line-height: 1.875;
  padding: 24px 44px 0 146px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .txt {
    line-height: 1.57;
    padding: 0;
  }
}
.flow__wrap__step .img {
  border: none;
  padding: 0 36px 0 146px;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__step .img {
    padding: 0;
    margin-top: 16px;
  }
}
.flow__wrap__system {
  position: relative;
  background: #fff;
  border-radius: 10px;
  max-width: 522px;
  padding: 82px 30px 36px 30px;
  margin: 24px auto 0;
  -webkit-transform: translateX(52px);
          transform: translateX(52px);
}
@media screen and (max-width: 640px) {
  .flow__wrap__system {
    border-radius: 6px;
    max-width: none;
    padding: 66px 14px 28px;
    margin: 18px auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.flow__wrap__system .system-tit {
  color: #fff;
  background: #36AD71;
  font-weight: 700;
  line-height: 1;
  border-radius: 0 40px 40px 0;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 12px 32px 12px 30px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__system .system-tit {
    font-size: 15px;
    border-radius: 0 100px 100px 0;
    top: 20px;
    padding: 8px 20px;
  }
}
.flow__wrap__system .system-tit::before {
  content: "";
  background: #F0C7A9;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .flow__wrap__system .system-tit::before {
    content: none;
  }
}
.flow__wrap__system .system-txt {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .flow__wrap__system .system-txt {
    font-size: 14px;
    line-height: 1.57;
  }
}
.flow__wrap__system .system-img {
  max-width: 452px;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__system .system-img {
    max-width: none;
    margin-top: 16px;
  }
}
.flow__wrap__note {
  font-size: 13px !important;
  padding: 0 64px 0 200px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .flow__wrap__note {
    line-height: 1.46 !important;
    padding: 0 0 0 60px;
    margin-top: 24px;
  }
}

.pdf-link {
  text-align: center;
  margin-top: 92px;
}
@media screen and (max-width: 640px) {
  .pdf-link {
    margin-top: 48px;
  }
}
.pdf-link__comment {
  font-weight: 700;
}
.pdf-link__comment span {
  position: relative;
  display: inline-block;
}
.pdf-link__comment span::before, .pdf-link__comment span::after {
  content: "";
  background: #212121;
  position: absolute;
  top: 4px;
  width: 2px;
  height: 26px;
}
@media screen and (max-width: 640px) {
  .pdf-link__comment span::before, .pdf-link__comment span::after {
    top: auto;
    bottom: -2px;
    height: 24px;
  }
}
.pdf-link__comment span::before {
  left: -18px;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
@media screen and (max-width: 640px) {
  .pdf-link__comment span::before {
    right: 16px;
    -webkit-transform: rotate(-32deg);
            transform: rotate(-32deg);
  }
}
.pdf-link__comment span::after {
  right: -10px;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
@media screen and (max-width: 640px) {
  .pdf-link__comment span::after {
    right: -6px;
    -webkit-transform: rotate(32deg);
            transform: rotate(32deg);
  }
}
.pdf-link__btn {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .pdf-link__btn {
    margin-top: 8px;
  }
}
.pdf-link__btn a {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  border: 1px solid #212121;
  border-radius: 40px;
  display: inline-block;
  max-width: 542px;
  width: 100%;
  padding: 14px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .pdf-link__btn a {
    font-size: 13px;
    line-height: 1.3;
    max-width: none;
    padding: 12px 0 10px;
  }
}
.pdf-link__btn a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .pdf-link__btn a:hover {
    opacity: 1;
  }
}
.pdf-link__btn a::before {
  content: "";
  background: url(../uploads/vol99-kyoyubu_ico-arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 640px) {
  .pdf-link__btn a::before {
    right: 16px;
    width: 22px;
    height: 22px;
  }
}
.pdf-link__btn a span {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
}
@media screen and (max-width: 640px) {
  .pdf-link__btn a span {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
}
.pdf-link__btn a span::before {
  content: "";
  background: url(../uploads/vol99-kyoyubu_ico-pdf.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  width: 14px;
  height: 17px;
}
@media screen and (max-width: 640px) {
  .pdf-link__btn a span::before {
    top: auto;
    right: 8%;
    bottom: 1px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 12px;
    height: 15px;
  }
}