@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);
.spmenu_fsc {
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 301;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  background: #fffac3;
  padding-top: 3.0625rem;
  --typo-sp-width: 1017px;
}
.spmenu_fsc__typo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 71px;
  bottom: 0;
  background: url(../images/spmenu_typo.svg) repeat-x 0 center/var(--typo-sp-width) 71px;
  left: 0;
  -webkit-animation: spmenuTypo 28s infinite linear;
          animation: spmenuTypo 28s infinite linear;
}
.spmenu_fsc .-scrollable {
  overflow-y: auto;
}
.spmenu_fsc__inner {
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 80px;
}
.spmenu_fsc_content {
  position: relative;
  z-index: 301;
  height: 100vh;
}
.spmenu_fsc__ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px;
  padding-bottom: 8px;
  min-height: 4.375rem;
}
.spmenu_fsc__ttlarea {
  padding-top: 50px;
}
.spmenu_fsc.is-opened {
  opacity: 1;
  pointer-events: auto;
}
.spmenu_fsc__nav {
  margin-top: 50px;
  border-left: 4px solid #ffe567;
}
.spmenu_fsc__menu {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.spmenu_fsc__menu a {
  display: block;
  position: relative;
  padding-left: 3.375rem;
}
.spmenu_fsc__menu a::before {
  content: "";
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0.2rem;
  z-index: 2;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../images/ico_arrow01.svg) no-repeat center center/contain;
}
.spmenu_fsc__menu > li + li {
  margin-top: 13px;
}
.spmenu_fsc__close-btn {
  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;
  border: none !important;
  border-radius: 3.125rem;
  width: 5.625rem;
  margin-right: -2px !important;
  padding: 6px 13px 6px 16px !important;
  color: #fff;
  background-color: #222 !important;
}
.spmenu_fsc__close-btn__txt {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
.spmenu_fsc__close-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
}
.spmenu_fsc__close-btn__icon span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: currentColor;
  width: 100%;
  height: 2px;
}
.spmenu_fsc__close-btn__icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spmenu_fsc__close-btn__icon span:nth-child(2) {
  opacity: 0;
}
.spmenu_fsc__close-btn__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.spmenu_fsc__btn {
  display: inline-block;
  line-height: 1.4;
  font-size: 0.875rem;
  border-radius: 5px;
  background: #f7f1b3;
  padding: 10px 15px;
  margin-top: 46px;
  margin-left: -12px;
  letter-spacing: 0.07em;
}

@-webkit-keyframes spmenuTypo {
  from {
    background-position: 0 center;
  }
  to {
    background-position: calc(var(--typo-sp-width) * -1) center;
  }
}

@keyframes spmenuTypo {
  from {
    background-position: 0 center;
  }
  to {
    background-position: calc(var(--typo-sp-width) * -1) center;
  }
}
.pcside_fsc {
  position: sticky;
  top: 0;
  padding: 0 10px 13px 10px;
  width: 414px;
  height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pcside_fsc__logo {
  display: block;
  width: 186px;
}
.inner_fsc {
  padding-left: 30px;
  padding-right: 30px;
}

.font-inter-exbold_fsc {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

.main_fsc {
  --color-text-base: #222;
  --color-gray-light: #f9f9f9;
  position: relative;
  color: var(--color-text-base);
  background-color: #fffac3;
  font-family: "ゴシックMB101 R", sans-serif;
}
.main_fsc button {
  background: 0 0;
  border: none;
  font: inherit;
  margin: 0;
  padding: 0;
}
.main_fsc img,
.main_fsc svg {
  width: 100%;
  height: auto;
  display: block;
}
.main_fsc__inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.header_fsc {
  position: sticky;
  top: 0;
  z-index: 5;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-gray-light);
  border-radius: 0px 0px 30px 30px;
  -webkit-box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: -4.375rem;
}
.header_fsc__inner {
  position: relative;
  z-index: 2;
  min-height: 4.375rem;
  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;
  padding-top: 3px;
  padding-bottom: 8px;
}
.header_fsc__logo {
  display: block;
  width: 10.1875rem;
}
.header_fsc__menu-btn {
  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;
  border: 1px solid !important;
  border-radius: 3.125rem;
  width: 5.625rem;
  margin-right: -2px !important;
  padding: 6px 13px 6px 16px !important;
}
.header_fsc__menu-btn__txt {
  font-size: 0.8125rem;
  line-height: 1;
  padding-top: 0.6px;
}
.header_fsc__menu-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 0.625rem;
  height: 0.625rem;
}
.header_fsc__menu-btn__icon span {
  display: block;
  background-color: currentColor;
  width: 100%;
  height: 2px;
}

.content_fsc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

.visual_fsc {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #efecd1;
  background-color: #fffde8;
  --typo-sp-width: 671px;
}
.visual_fsc__typo {
  position: absolute;
  z-index: 1;
  width: 43px;
  height: 100%;
  top: 0;
  background: url(../images/visual_typo.svg) repeat-y center 0/43px var(--typo-sp-width);
}
.visual_fsc__typo--1 {
  left: 0;
  -webkit-animation: visualTypo 28s infinite linear;
          animation: visualTypo 28s infinite linear;
}
.visual_fsc__typo--2 {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: visualTypo 28s infinite linear;
          animation: visualTypo 28s infinite linear;
}
.visual_fsc__inner {
  position: relative;
  max-width: calc(414px - 30px - 30px);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(140.33vw + 4.375rem);
  padding-top: 4.375rem;
  padding-bottom: 11.59vw;
}
.visual_fsc__body {
  position: relative;
  z-index: 2;
}
.visual_fsc__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: url(../images/visual_balloon.png) no-repeat center center/contain;
  line-height: 1.4;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-size: 3.86vw;
  width: 52.65vw;
  height: 12.8vw;
  padding-top: 2.41vw;
}
.visual_fsc__ttl {
  font-family: roboto, "A1ゴシック B", sans-serif;
  line-height: 1.1;
  font-weight: 600;
  margin-top: -0.49vw;
  margin-left: -0.97vw;
  letter-spacing: 0.04em;
  font-size: 14.25vw;
}
.visual_fsc__ttl__wide {
  letter-spacing: 0.14em;
}
.visual_fsc__txt {
  margin-top: 4.1vw;
  letter-spacing: 0.06em;
  margin-left: 0.3em;
}
.visual_fsc__img {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.visual_fsc__img--1 {
  width: 19.32vw;
  top: 27.53vw;
  left: 18.11vw;
}
.visual_fsc__img--2 {
  width: 16.42vw;
  top: 25.36vw;
  left: 44.44vw;
}
.visual_fsc__img--3 {
  width: 16.42vw;
  top: 35.99vw;
  left: 66.42vw;
}
.visual_fsc__img--4 {
  width: 20.28vw;
  top: 91.54vw;
  left: 65.45vw;
}
.visual_fsc__img--5 {
  width: 18.59vw;
  top: 118.35vw;
  left: 64.73vw;
}
.visual_fsc__img--6 {
  width: 14vw;
  top: 124.39vw;
  left: 46.13vw;
}
.visual_fsc__img--7 {
  width: 14.73vw;
  top: 115.21vw;
  left: 24.39vw;
}
.visual_fsc__img--8 {
  width: 17.63vw;
  top: 121.25vw;
  left: -0.25vw;
}

@-webkit-keyframes visualTypo {
  from {
    background-position: center 0;
  }
  to {
    background-position: center calc(var(--typo-sp-width) * -1);
  }
}

@keyframes visualTypo {
  from {
    background-position: center 0;
  }
  to {
    background-position: center calc(var(--typo-sp-width) * -1);
  }
}
@-webkit-keyframes fixedbgTypo {
  from {
    background-position: center 0;
  }
  to {
    background-position: center calc(var(--typo-pc-width) * -1);
  }
}
@keyframes fixedbgTypo {
  from {
    background-position: center 0;
  }
  to {
    background-position: center calc(var(--typo-pc-width) * -1);
  }
}
.result_fsc {
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -1.21vw;
}
.result_fsc__inner {
  min-height: 89.37vw;
  background: url(../images/result_bg.png) no-repeat center top/100% auto;
  padding: 65px 10px 10px;
  padding: 18% 10px 6%;
}
.result_fsc__ttl {
  text-align: center;
  margin-bottom: 10px;
}
.result_fsc__ttl__rounded {
  display: inline-block;
  line-height: 1.3;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: bold;
  padding: 3px 20px;
  border-radius: 1.25rem;
  border: 1px solid #cecece;
  background-color: #e4e4e4;
}
.result_fsc__ttl__rounded--pd-large {
  padding: 5px 30px;
}
.result_fsc__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 29px;
  margin-bottom: 9%;
  font-family: "ゴシックMB101 DB", sans-serif;
  line-height: 1;
}
.result_fsc__num__number {
  display: inline-block;
  margin-top: 2%;
  font-size: 11.59vw;
  line-height: 0.7;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-weight: 900;
  color: #ff994e;
  -webkit-text-stroke: 1px #000;
}
.result_fsc__num__number--blue {
  color: #86ccda;
}
.result_fsc__num img {
  width: auto;
  max-height: 10.38vw;
}
.result_fsc__num__unit {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 2px;
}
.result_fsc__num__unit--indent-1 {
  text-indent: -1em;
}
.result_fsc__cap {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 43px;
  letter-spacing: 0.03em;
}

.overview_fsc {
  padding-top: 58px;
  padding-bottom: 100px;
}
.overview_fsc__message {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}
.overview_fsc__message p {
  margin-bottom: 1.7em;
}
.overview_fsc__img {
  width: 3.875rem;
  margin: -0.5rem auto 10px;
}
.overview_fsc__list {
  padding: 0;
  list-style: none;
  counter-reset: none;
}
.overview_fsc__list::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  bottom: 0;
  left: 0;
}
.overview_fsc__list::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: 0;
  right: 0;
}
.overview_fsc__list-wrap {
  position: relative;
  margin-top: 25px;
  padding: 30px 10px 14px;
}
.overview_fsc__list-wrap::before {
  top: 0;
  left: 0;
}
.overview_fsc__list-wrap::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  right: 0;
}
.overview_fsc__list-wrap::before, .overview_fsc__list-wrap::after, .overview_fsc__list::before, .overview_fsc__list::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 2px 0 0 0;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
.overview_fsc__list > li {
  counter-increment: overview-list-num;
}
.overview_fsc__list > li + li {
  margin-top: 0.4rem;
}
.overview_fsc__list__ttl {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.8rem;
}
.overview_fsc__list__ttl::before {
  content: counter(overview-list-num);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  width: 1.625rem;
  height: 1.625rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-right: 0.4em;
  background-color: #caebf2;
}
.overview_fsc__list__box {
  background-color: #f1f1f1;
  padding: 18px 20px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  border-radius: 10px;
  max-width: 17.5rem;
  margin-bottom: 0.7rem;
}
.overview_fsc__list__box p {
  margin-bottom: 0;
}
.overview_fsc__list__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overview_fsc__list__arrow {
  width: 12px;
  margin-bottom: 0.5rem;
}

.details_fsc {
  border-radius: 10px;
  background-color: #efefef;
  position: relative;
  z-index: 2;
  margin-top: -10px;
  margin-bottom: -10px;
  padding-top: 59px;
  padding-bottom: 82px;
}
.details_fsc__total-num {
  text-align: center;
  margin-bottom: 2px;
}
.details_fsc__total-num__balloon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 5.125rem;
  height: 2.1875rem;
  background: url(../images/details_balloon01.png) no-repeat center center/contain;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  padding-top: 0.1875rem;
}
.details_fsc__list {
  list-style: none;
  padding: 0;
  margin-top: 17vw;
}
.details_fsc__list > li {
  position: relative;
  padding: 16.3% 30px 59px;
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid #f7e00e;
  background-color: #fff;
}
.details_fsc__list > li + li {
  margin-top: 22.4%;
}
.details_fsc__list__num {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  font-weight: bold;
  line-height: 1;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-size: 1.25rem;
  white-space: nowrap;
}
.details_fsc__list__num__large {
  font-size: 4.125rem;
  display: inline-block;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.details_fsc__list__sttl {
  margin-bottom: 10px;
}
.details_fsc__list__sttl__rounded {
  display: inline-block;
  font-family: "ゴシックMB101 DB", sans-serif;
  line-height: 1.3;
  font-weight: bold;
  padding: 3px 15px;
  border-radius: 1.25rem;
  border: 1px solid;
}
.details_fsc__list__ttl {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
.details_fsc__list__ttl2 {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
.details_fsc__list__hr {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.9rem;
  margin-bottom: 1.2rem;
}
.details_fsc__list__hr:before, .details_fsc__list__hr::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
}
.details_fsc__list__hr::before {
  width: 219px;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.details_fsc__list__hr::after {
  width: 70px;
}
.details_fsc__list__txt {
  letter-spacing: 0.05em;
}
.details_fsc__list__date {
  border-top: 1px dashed;
  border-bottom: 1px dashed;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  padding-top: 9px;
  padding-bottom: 14px;
}
.details_fsc__list__date__main {
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.details_fsc__list__date__block {
  display: block;
  line-height: 1.1;
  margin-top: 0.5rem;
}
.details_fsc__list__date__time {
  margin-bottom: 0;
}
.details_fsc__list__price {
  text-align: center;
}
.details_fsc__list__price__main {
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
.details_fsc__list__price__main__large {
  display: inline-block;
  font-size: 1.875rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.details_fsc__list__price__cap {
  color: #666;
  font-size: 0.875rem;
}
.details_fsc__list__btn {
  margin-top: 40px;
}
.details_fsc__list__img {
  position: absolute;
  z-index: 1;
}
.details_fsc__list__img--1 {
  width: 20.28vw;
  top: -2.42vw;
  right: 23.91vw;
}
.details_fsc__list__img--2 {
  width: 15.45vw;
  top: -7.73vw;
  right: 4.83vw;
}
.details_fsc__list__img--3 {
  width: 16.66vw;
  top: -4.84vw;
  right: 25.6vw;
}
.details_fsc__list__img--4 {
  width: 13.76vw;
  top: -9.67vw;
  right: 8.21vw;
}
.details_fsc__list__img--5 {
  width: 18.35vw;
  top: -7.25vw;
  right: 7.72vw;
}
.details_fsc__list__img--6 {
  width: 10.38vw;
  top: -9.18vw;
  right: 22.22vw;
}
.details_fsc__list__img--7 {
  width: 14.25vw;
  top: -4.84vw;
  right: 5.31vw;
}

.instructors_fsc {
  padding-top: 100px;
  padding-bottom: 70px;
}
.instructors_fsc__box {
  border-radius: 10px;
  background-color: #f7e7e7;
  padding: 30px 30px 53px;
  margin-top: 42px;
}
.instructors_fsc__img {
  border-radius: 10px;
  overflow: hidden;
}
.instructors_fsc__name {
  text-align: center;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 33px;
  margin-bottom: 4px;
}
.instructors_fsc__position {
  text-align: center;
}
.instructors_fsc__body {
  letter-spacing: 0.06em;
  border-top: 1px dashed;
  margin-top: 27px;
  padding-top: 30px;
}
.instructors_fsc__body p + p {
  margin-top: 1.5rem;
}

.message_fsc {
  border-radius: 10px;
  background: #efefef url(../images/message_bg.png) no-repeat center top/100% auto;
  position: relative;
  z-index: 2;
  margin-top: -10px;
  padding-top: 60px;
  padding-bottom: 58px;
}
.message_fsc__logo {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
.message_fsc__logo img {
  width: 226px;
}
.message_fsc__ttl {
  text-align: center;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 41px;
  margin-bottom: 4px;
}
.message_fsc__body {
  letter-spacing: 0.06em;
  margin-top: 29px;
  text-align: center;
  line-height: 1.7;
}
.message_fsc__body p + p {
  margin-top: 1.65rem;
}
.message_fsc__btn {
  margin-top: 40px;
}

.voice_fsc {
  padding-top: 87px;
}
.voice_fsc__box {
  border-radius: 10px;
  background: #d0e8e1;
  position: relative;
  z-index: 2;
  margin: 45px -30px 0;
  padding: 50px 30px 43px;
}
.voice_fsc__list {
  list-style: none;
  padding: 0;
}
.voice_fsc__list > li {
  position: relative;
}
.voice_fsc__list > li + li {
  margin-top: 49px;
}
.voice_fsc__list__balloon {
  position: relative;
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 30px 30px 20px 30px;
  letter-spacing: 0.06em;
}
.voice_fsc__list__balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 95px;
  bottom: -12px;
  z-index: 2;
  width: 31px;
  height: 14px;
  background: url(../images/voice_balloon.svg) no-repeat center top/contain;
}
.voice_fsc__list__balloon p {
  margin-bottom: 0;
}
.voice_fsc__list__balloon__name {
  margin-top: 10px;
  text-align: right;
  font-size: 0.875rem;
}
.voice_fsc__list__balloon__img {
  width: 61px;
  position: absolute;
  left: 24px;
  bottom: -23px;
}
.voice_fsc__ttl {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  margin-top: 41px;
  margin-bottom: 4px;
}
.voice_fsc__body {
  letter-spacing: 0.06em;
  margin-top: 29px;
  text-align: center;
  line-height: 1.7;
}
.voice_fsc__body p + p {
  margin-top: 1.65rem;
}
.voice_fsc__btn {
  margin-top: 40px;
}

.faq_fsc {
  padding-top: 87px;
  padding-bottom: 87px;
  color: #000;
}
.faq_fsc * {
  color: inherit;
}
.faq_fsc__list {
  padding: 0;
  list-style: none;
  margin-top: 15px;
}
.faq_fsc__list > dt {
  position: relative;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
  padding-left: 2.5rem;
  padding-top: 33px;
}
.faq_fsc__list > dt::before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.4em;
  text-indent: 0.03em;
  background-color: #caebf2;
  position: absolute;
  left: 0;
  top: 30px;
}
.faq_fsc__list > dd {
  position: relative;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 0.8rem;
  padding-left: 2.5rem;
  margin-top: 24px;
  word-break: break-all;
}
.faq_fsc__list > dd a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq_fsc__list > dd::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-family: roboto, "ゴシックMB101 DB", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
  margin-right: 0.4em;
  text-indent: 0.03em;
  background-color: #f2d4d4;
  position: absolute;
  left: 0;
  top: 2px;
}
.faq_fsc__list > dd + dt {
  border-top: 1px dashed;
  margin-top: 26px;
}
.faq_fsc__btn {
  margin-top: 90px;
}

.mailmaga_fsc {
  padding-top: 55px;
  padding-bottom: 61px;
  border-radius: 10px;
  background: #ffed95;
}
.mailmaga_fsc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mailmaga_fsc__icon {
  display: block;
  width: 75px;
}
.mailmaga_fsc__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 8.1875rem;
  height: 3.1875rem;
  background: url(../images/mailmaga_balloon.png) no-repeat center center/contain;
  font-family: "ゴシックMB101 DB", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  padding-top: 0.5625rem;
  margin-bottom: 0;
}
.mailmaga_fsc__copy {
  text-align: center;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: -2px;
}
.mailmaga_fsc__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}
.mailmaga_fsc__ttl__txt {
  font-size: 7.72vw;
  color: #f88601;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-thickness: 0.5625rem;
  text-underline-offset: -0.125rem;
}
.mailmaga_fsc__ttl:before, .mailmaga_fsc__ttl:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2em;
  background-color: currentColor;
  margin-top: 14px;
}
.mailmaga_fsc__ttl:before {
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
  margin-right: 0.6em;
}
.mailmaga_fsc__ttl::after {
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
  margin-left: 0.6em;
}
.mailmaga_fsc__list {
  list-style: none;
  padding: 0;
  margin-top: 29px;
}
.mailmaga_fsc__list > li {
  border-radius: 10px;
  background: #fffdf3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 70px;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 13px 10px;
}
.mailmaga_fsc__list > li + li {
  margin-top: 10px;
}
.mailmaga_fsc__memo {
  color: #616161;
  font-family: "ゴシックMB101 R", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  margin-top: 4px;
  margin-bottom: 0;
}
.mailmaga_fsc__txt {
  text-align: center;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 40px;
}
.mailmaga_fsc__img {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mailmaga_fsc__img img {
  width: 234px;
}
.mailmaga_fsc__btn {
  margin-top: 38px;
}

.navi_fsc {
  padding-top: 61px;
  padding-bottom: 53px;
  border-radius: 10px;
  background: #efefef;
  margin-top: 90px;
  margin-bottom: 50px;
}
.navi_fsc__ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.navi_fsc__ttl__large {
  font-size: 5.79vw;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
}
.navi_fsc__ttl sup {
  display: inline-block;
  margin-right: 0.5rem;
}
.navi_fsc__list {
  list-style: none;
  padding: 0;
  margin-top: 29px;
}
.navi_fsc__list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 10px;
  background: #f9f9f9;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 13px 50px 13px 20px;
}
.navi_fsc__list > li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 24px;
  height: 24px;
  background: url(../images/ico_arrow01.svg) no-repeat center center/contain;
}
.navi_fsc__list > li + li {
  margin-top: 10px;
}
.navi_fsc__list__cap {
  font-family: "ゴシックMB101 R", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
}

.ttl_fsc-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -3px;
  margin-right: -3px;
}
.ttl_fsc-line__txt {
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.ttl_fsc-line__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.ttl_fsc-line__line--left {
  margin-right: 0.5rem;
}
.ttl_fsc-line__line--right {
  margin-left: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.ttl_fsc-line__line::before, .ttl_fsc-line__line::after {
  content: "";
  display: block;
}
.ttl_fsc-line__line::before {
  width: 4px;
  height: 4px;
  margin: 0 3px;
  border: 1px solid;
  border-radius: 50%;
}
.ttl_fsc-line__line::after {
  width: 100%;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: currentColor;
}

.txt_fsc-marker {
  text-decoration: underline;
  -webkit-text-decoration-color: #d8f1f9;
          text-decoration-color: #d8f1f9;
  text-decoration-thickness: 0.625rem;
  text-underline-offset: -0.1875rem;
}

.btn_fsc-rounded {
  display: block;
  position: relative;
}
.btn_fsc-rounded__txt {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.41vw 12.07vw 2.41vw 7.24vw;
  font-family: "ゴシックMB101 DB", sans-serif;
  font-size: 4.34vw;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-indent: 0.06em;
}
.btn_fsc-rounded::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 33%;
  background: url(../images/btn_bg.svg) no-repeat center center/contain;
}
.btn_fsc-rounded::after {
  content: "";
  display: block;
  position: absolute;
  right: 26px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 5.79vw;
  height: 5.79vw;
  background: url(../images/ico_arrow01.svg) no-repeat center center/contain;
}
.btn_fsc-rounded--narrow::before {
  background-image: url(../images/btn_bg2.svg);
  padding-top: 27%;
}
.btn_fsc-rounded--white::before {
  background-image: url(../images/btn_bg2_wt.svg);
}
.btn_fsc-rounded--disabled {
  color: #666666;
  pointer-events: none;
}
.btn_fsc-rounded--disabled::before {
  background-image: url(../images/btn_bg_gy.svg);
}
.btn_fsc-rounded--disabled::after {
  content: none;
}
.btn_fsc-rounded--disabled .btn_fsc-rounded__txt {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-right: 7.24vw;
}

.fixedbg_fsc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fffac3;
  z-index: 1;
  --typo-pc-width: 1358px;
}
.fixedbg_fsc__img {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.fixedbg_fsc__img--1 {
  width: 110px;
  top: 28.7vh;
  right: -2.3vw;
}
.fixedbg_fsc__img--2 {
  width: 88px;
  top: 14vh;
  right: 12.3vw;
}
.fixedbg_fsc__img--3 {
  width: 126px;
  width: 102px;
  top: 62vh;
  right: -0.5vw;
}
.fixedbg_fsc__img--4 {
  width: 136px;
  width: 159px;
  top: 16.5vh;
  left: 13.7vw;
}
.fixedbg_fsc__img--5 {
  width: 169px;
  width: 160px;
  top: 75.8vh;
  left: 15.2vw;
}
.fixedbg_fsc__img--6 {
  width: 109px;
  width: 120px;
  top: 20.6vh;
  left: -1.8vw;
}
.fixedbg_fsc__img--7 {
  width: 106px;
  width: 101px;
  top: 65.6vh;
  left: -2vw;
}
.fixedbg_fsc__typo {
  position: absolute;
  z-index: 1;
  width: 87px;
  height: 100%;
  top: 0;
  background: url(../images/fixedbg_typo.svg) repeat-y center 0/87px var(--typo-pc-width);
  left: 0;
  -webkit-animation: fixedbgTypo 24s infinite linear;
          animation: fixedbgTypo 24s infinite linear;
}

#footercontent .fsc_gfooter__breadcrumb {
  display: none;
}

@media not all and (min-width: 481px){
  .main_fsc__inner {
    overflow: visible;
  }
}
@media screen and (min-width: 481px){
  .main_fsc {
    padding-bottom: 80px;
  }
  .main_fsc__inner {
    overflow: visible;
  }
  .header_fsc {
    display: none;
  }
  .content_fsc {
    max-width: 414px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
  }
  .visual_fsc {
    margin-top: -60px;
  }
  .visual_fsc__inner {
    height: 40.6875rem;
    padding-bottom: 3rem;
  }
  .visual_fsc__balloon {
    font-size: 1rem;
    width: 13.625rem;
    height: 3.3125rem;
    padding-top: 0.625rem;
  }
  .visual_fsc__ttl {
    margin-top: -0.125rem;
    margin-left: -0.25rem;
    font-size: 3.6875rem;
  }
  .visual_fsc__txt {
    margin-top: 1.0625rem;
  }
  .visual_fsc__img--1 {
    width: 5rem;
    top: 7.125rem;
    left: 4.6875rem;
  }
  .visual_fsc__img--2 {
    width: 4.25rem;
    top: 6.5625rem;
    left: 11.5rem;
  }
  .visual_fsc__img--3 {
    width: 4.25rem;
    top: 9.3125rem;
    left: 17.1875rem;
  }
  .visual_fsc__img--4 {
    width: 5.25rem;
    top: 23.6875rem;
    left: 16.9375rem;
  }
  .visual_fsc__img--5 {
    width: 4.8125rem;
    top: 30.625rem;
    left: 16.75rem;
  }
  .visual_fsc__img--6 {
    width: 3.625rem;
    top: 32.1875rem;
    left: 11.9375rem;
  }
  .visual_fsc__img--7 {
    width: 3.8125rem;
    top: 29.8125rem;
    left: 6.3125rem;
  }
  .visual_fsc__img--8 {
    width: 4.5625rem;
    top: 31.375rem;
    left: -0.0625rem;
  }
  .result_fsc {
    margin-top: -5px;
  }
  .result_fsc__inner {
    min-height: 360px;
  }
  .result_fsc__num__number {
    font-size: 3rem;
  }
  .result_fsc__num img {
    height: 43px;
  }
  .details_fsc__list {
    margin-top: 70px;
  }
  .details_fsc__list__img--1 {
    width: 84px;
    top: -10px;
    right: 99px;
  }
  .details_fsc__list__img--2 {
    width: 64px;
    top: -32px;
    right: 20px;
  }
  .details_fsc__list__img--3 {
    width: 69px;
    top: -20px;
    right: 106px;
  }
  .details_fsc__list__img--4 {
    width: 57px;
    top: -40px;
    right: 34px;
  }
  .details_fsc__list__img--5 {
    width: 76px;
    top: -30px;
    right: 32px;
  }
  .details_fsc__list__img--6 {
    width: 43px;
    top: -38px;
    right: 92px;
  }
  .details_fsc__list__img--7 {
    width: 59px;
    top: -20px;
    right: 22px;
  }
  .mailmaga_fsc__ttl__txt {
    font-size: 2rem;
  }
  .navi_fsc {
    margin-bottom: 0;
  }
  .navi_fsc__ttl__large {
    font-size: 1.5rem;
  }
  .btn_fsc-rounded__txt {
    font-size: 1.125rem;
    padding: 10px 50px 10px 30px;
  }
  .btn_fsc-rounded::after {
    width: 24px;
    height: 24px;
  }
  .btn_fsc-rounded--disabled .btn_fsc-rounded__txt {
    font-size: 1.125rem;
    padding-right: 30px;
  }
  .fsc_gfooter__breadcrumb {
    position: relative;
    z-index: 100;
  }
  .fsc_gfooter__breadcrumb::before {
    content: "";
    display: block;
    position: absolute;
    top: -3.125rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 3.125rem;
  }
  #footercontent {
    position: relative;
    z-index: 100;
  }
}
@media screen and (min-width: 481px) and (max-width: 1140px){
  .main_fsc {
    padding-top: 80px;
  }
  .main_fsc__inner {
    max-width: 414px;
  }
}
@media not all and (min-width: 769px){
  .fixedbg_fsc {
    display: none;
  }
}
@media not all and (min-width: 1140px){
  .pcside_fsc {
    display: none;
  }
  .fixedbg_fsc__img {
    display: none;
  }
}
@media screen and (min-width: 1140px){
  .spmenu_fsc {
    position: sticky !important;
    top: 0;
    opacity: 1 !important;
    width: 414px;
    height: 100vh;
    padding-top: 0;
    background: transparent;
    pointer-events: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .spmenu_fsc::before, .spmenu_fsc:after {
    content: "";
    display: block;
    min-height: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .spmenu_fsc__typo {
    display: none;
  }
  .spmenu_fsc .-scrollable {
    overflow-y: visible;
  }
  .spmenu_fsc__inner {
    padding: 110px 24px 0 50px;
  }
  .spmenu_fsc_content {
    height: auto;
  }
  .spmenu_fsc__ctrl {
    display: none;
  }
  .spmenu_fsc__ttlarea {
    padding-top: 40px;
  }
  .spmenu_fsc__ttlarea .visual_fsc__balloon {
    font-size: 0.625rem;
    width: 8.625rem;
    height: 2.125rem;
    padding-top: 0.4375rem;
  }
  .spmenu_fsc__ttlarea .visual_fsc__ttl {
    display: block;
    margin-top: 0.1875rem;
    margin-left: -0.25rem;
    font-size: 2.3rem;
    margin-bottom: 0.3125rem;
  }
  .spmenu_fsc__ttlarea .visual_fsc__txt {
    margin-top: 0.3125rem;
    font-size: 0.625rem;
  }
  .spmenu_fsc__nav {
    border-left: none;
    margin-top: 43px;
  }
  .spmenu_fsc__menu {
    font-size: 0.9375rem;
  }
  .spmenu_fsc__menu a {
    padding-left: 1.875rem;
  }
  .spmenu_fsc__menu a::before {
    top: 0;
    left: 2px;
  }
  .spmenu_fsc__menu > li + li {
    margin-top: 11px;
  }
  .spmenu_fsc__btn {
    margin-left: 0;
    margin-top: 46px;
  }
  .main_fsc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1242px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .content_fsc {
    margin-top: 133px;
  }
}
@media not all and (min-width: 1440px){
  .fixedbg_fsc__typo {
    display: none;
  }
}
@media screen and (min-width: 1440px){
  .fixedbg_fsc__img--1 {
    top: 28.7vh;
    right: 2.2vw;
  }
  .fixedbg_fsc__img--2 {
    top: 14vh;
    right: 13.8vw;
  }
  .fixedbg_fsc__img--3 {
    width: 102px;
    top: 62vh;
    right: 3.8vw;
  }
  .fixedbg_fsc__img--4 {
    width: 159px;
    top: 16.5vh;
    left: 20.6vw;
  }
  .fixedbg_fsc__img--5 {
    width: 160px;
    top: 75.8vh;
    left: 21.7vw;
  }
  .fixedbg_fsc__img--6 {
    width: 120px;
    top: 20.6vh;
    left: 8.2vw;
  }
  .fixedbg_fsc__img--7 {
    width: 101px;
    top: 65.6vh;
    left: 8.2vw;
  }
}
@media screen and (min-width: 1920px){
  .spmenu_fsc__inner {
    padding: 110px 6px 0 50px;
  }
  .pcside_fsc {
    padding: 0 40px 13px 10px;
  }
}

