@media screen and (min-width: 960px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
body {
  padding-bottom: 88px;
}

.gbss {
  overflow-x: hidden;
  /*=== kv ===*/
  /*=== hero ===*/
  /*=== main ===*/
  /*=== support ===*/
  /*=== simulation ===*/
}
@media screen and (max-width: 959px) {
  .gbss {
    margin: 40px 0 0;
  }
}
.gbss img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gbss .u-align-left {
  text-align: left;
}
.gbss .u-align-right {
  text-align: right;
}
.gbss .u-align-center {
  text-align: center;
}
.gbss .js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.gbss .js-fadeUp.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.gbss .view--sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .gbss .view--sp {
    display: block;
  }
}
.gbss .view--pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .gbss .view--pc {
    display: none;
  }
}
.gbss p:last-child {
  margin-bottom: 0;
}
.gbss .kv {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 959px) {
  .gbss .kv {
    width: 100%;
    height: min(288px, 60vw);
  }
}
.gbss .kv .kv__inner {
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
  padding: 100px 0 70px;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__inner {
    width: 100%;
    padding: min(50.4px, 10.5vw) min(36px, 7.5vw) min(67.2px, 14vw);
  }
}
.gbss .kv .kv__heading {
  position: relative;
  display: inline-block;
}
.gbss .kv .kv__heading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#12b5aa), color-stop(#59c7e6), to(#298cd5));
  background: -webkit-linear-gradient(left, #12b5aa, #59c7e6, #298cd5);
  background: linear-gradient(to right, #12b5aa, #59c7e6, #298cd5);
  opacity: 0.75;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__heading:after {
    top: min(19.2px, 4vw);
    left: min(19.2px, 4vw);
  }
}
.gbss .kv .kv__heading__text {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 30px 25px;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__heading__text {
    padding: min(28.8px, 6vw) min(30px, 6.3vw);
    font-size: min(33.6px, 7vw);
    line-height: 1.28;
    min-width: min(360px, 75vw);
  }
}
.gbss .kv .kv__heading__text:before {
  content: "";
  display: block;
  width: 70px;
  height: 54px;
  background-image: url("/fcs/service/GBSS/assets/images/common/kv_heading_deco.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -18px;
  top: -30px;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__heading__text:before {
    width: min(67.2px, 14vw);
    height: min(50.4px, 10.5vw);
    left: max(-18px, -3.8vw);
    top: max(-24px, -5vw);
  }
}
.gbss .kv .kv__heading__text span {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#0f8a7e), to(#189fde));
  background: -webkit-linear-gradient(left, #0f8a7e, #189fde);
  background: linear-gradient(to right, #0f8a7e, #189fde);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 15px;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__heading__text span {
    font-size: min(19.2px, 4vw);
    margin: 0 0 min(18px, 3.8vw);
  }
}
.gbss .kv .kv__heading__text span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#13b3a3), to(#1cb7ff));
  background: -webkit-linear-gradient(left, #13b3a3, #1cb7ff);
  background: linear-gradient(to right, #13b3a3, #1cb7ff);
  margin: 10px 0 0;
}
@media screen and (max-width: 959px) {
  .gbss .kv .kv__heading__text span:after {
    margin: min(12px, 2.5vw) 0 0;
  }
}
.gbss .hero {
  position: relative;
  padding: 148px 0 162px;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .gbss .hero {
    padding: min(54px, 11.3vw) 0 min(116.4px, 24.3vw);
  }
}
.gbss .hero .hero__inner {
  padding-right: 4.58%;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .hero .hero__inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__inner {
    padding-right: 0;
  }
}
.gbss .hero .hero__contents {
  position: relative;
  padding: 100px 0 0;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .hero .hero__contents {
    padding: 250px 0 0;
  }
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.gbss .hero .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 738px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .hero .hero__img {
    left: -15%;
  }
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__img {
    position: relative;
    width: 80.75%;
    max-width: 738px;
    margin: 0 auto;
    left: max(-6px, -1.3vw);
  }
}
.gbss .hero .hero__img img {
  width: 100%;
}
.gbss .hero .hero__img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#298cd5), color-stop(#59c7e6), to(#12b5aa));
  background: -webkit-linear-gradient(left, #298cd5, #59c7e6, #12b5aa);
  background: linear-gradient(to right, #298cd5, #59c7e6, #12b5aa);
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__img::after {
    top: min(15.6px, 3.3vw);
    left: min(15.6px, 3.3vw);
  }
}
.gbss .hero .hero__img .hero__img__inner {
  position: relative;
  z-index: 10;
}
.gbss .hero .hero__heading {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__heading br.view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .gbss .hero .hero__heading br.view--sp {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__heading {
    font-size: min(38.4px, 8vw);
  }
}
.gbss .hero .hero__heading span {
  color: #0096df;
}
.gbss .hero .hero__text {
  position: relative;
  z-index: 10;
  width: 55.7%;
  max-width: 800px;
  min-width: 720px;
  background-color: #fff;
  padding: 55px 80px 60px;
  margin-left: auto;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .hero .hero__text {
    padding: 40px;
    min-width: 690px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__text {
    width: 85%;
    max-width: 100%;
    min-width: initial;
    padding: 0;
    margin: 0 auto min(36px, 7.5vw);
    background-color: transparent;
  }
}
.gbss .hero .hero__text p {
  font-size: 18px;
  line-height: 2.7;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .gbss .hero .hero__text p {
    font-size: min(16.8px, 3.5vw);
  }
}
.gbss .main {
  position: relative;
  padding: 110px 0 130px;
}
@media screen and (max-width: 959px) {
  .gbss .main {
    padding: min(96px, 20vw) 0 min(108px, 22.5vw);
  }
}
.gbss .main:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ebf4f7;
  z-index: -1;
}
.gbss .main .main__inner {
  width: 90%;
  max-width: 1216px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__inner {
    width: 85%;
  }
}
.gbss .main .main__inner.main__inner--s {
  max-width: 960px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__inner.main__inner--s {
    width: 85%;
  }
}
.gbss .main .main__section {
  margin: 0 0 135px;
}
.gbss .main .main__section:last-child {
  margin-bottom: 0;
}
.gbss .main .main__contents {
  margin: 0 0 50px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__contents {
    margin: 0 0 min(60px, 12.5vw);
  }
}
.gbss .main .main__contents:last-child {
  margin-bottom: 0;
}
.gbss .main .main__heading {
  text-align: center;
}
.gbss .main .main__heading--2 {
  position: relative;
  display: inline-block;
  margin: 0 auto 40px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2 {
    margin: 0 auto min(54px, 11.3vw);
  }
}
.gbss .main .main__heading--2:before, .gbss .main .main__heading--2:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 46px;
  opacity: 0.3;
  position: absolute;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2:before, .gbss .main .main__heading--2:after {
    width: min(45.6px, 9.5vw);
    height: min(44.4px, 9.3vw);
  }
}
.gbss .main .main__heading--2:before {
  top: -18px;
  left: -28px;
  background: -webkit-gradient(linear, left top, right top, from(#15d653), color-stop(#59e6d3), to(#29ccd5));
  background: -webkit-linear-gradient(left, #15d653, #59e6d3, #29ccd5);
  background: linear-gradient(to right, #15d653, #59e6d3, #29ccd5);
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2:before {
    top: max(-19.2px, -4vw);
    left: max(-27.6px, -5.8vw);
  }
}
.gbss .main .main__heading--2:after {
  width: 26px;
  height: 25px;
  bottom: -14px;
  right: -16px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(#12b5aa), color-stop(#59c7e6), to(#298cd5));
  background: -webkit-linear-gradient(left, #12b5aa, #59c7e6, #298cd5);
  background: linear-gradient(to right, #12b5aa, #59c7e6, #298cd5);
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2:after {
    width: min(25.2px, 5.3vw);
    height: min(24px, 5vw);
    bottom: max(-14.4px, -3vw);
    right: max(-14.4px, -3vw);
  }
}
.gbss .main .main__heading--2 span {
  position: relative;
  z-index: 5;
  display: inline-block;
  background-color: #fff;
  padding: 15px 40px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2 span {
    font-size: min(38.4px, 8vw);
    padding: min(24px, 5vw) min(36px, 7.5vw);
  }
}
.gbss .main .main__heading--2 rt {
  font-size: 14px;
  ruby-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--2 rt {
    font-size: min(13.2px, 2.8vw);
  }
}
.gbss .main .main__heading--grad {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, right top, from(#0f8a7e), to(#189fde));
  background: -webkit-linear-gradient(left, #0f8a7e, #189fde);
  background: linear-gradient(to right, #0f8a7e, #189fde);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__heading--grad {
    font-size: min(24px, 5vw);
  }
}
.gbss .main .main__heading--underline {
  position: relative;
  display: inline-block;
}
.gbss .main .main__heading--underline:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#15d653), color-stop(#59e6d3), to(#29ccd5));
  background: -webkit-linear-gradient(left, #15d653, #59e6d3, #29ccd5);
  background: linear-gradient(to right, #15d653, #59e6d3, #29ccd5);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 80%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.gbss .main .main__heading--underline span {
  position: relative;
  z-index: 2;
}
.gbss .main h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .gbss .main h3 {
    font-size: min(24px, 5vw);
  }
}
.gbss .main small {
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .gbss .main small {
    font-size: min(14.4px, 3vw);
  }
}
.gbss .main a[target=_blank] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: underline;
}
.gbss .main a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_blank.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-left: 5px;
}
.gbss .main .main__img {
  position: relative;
  text-align: center;
}
.gbss .main .main__img .main__img__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__img .main__img__title {
    font-size: min(19.2px, 4vw);
    margin: 0 0 min(24px, 5vw);
  }
}
.gbss .main .main__img .main__img__inner {
  position: relative;
  z-index: 2;
}
.gbss .main .main__img .main__img__caption {
  font-size: 12px;
  text-align: right;
  margin: 18px 0 0;
  color: #4d4d4d;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__img .main__img__caption {
    font-size: min(14.4px, 3vw);
    text-align: center;
    margin: min(18px, 3.8vw) 0 0;
  }
}
@media screen and (max-width: 959px) {
  .gbss .main .main__img .main__img__scroll {
    overflow-x: auto;
  }
  .gbss .main .main__img .main__img__scroll img {
    min-width: 484px;
  }
}
.gbss .main .main__img.main__imgBg {
  padding: 32px 40px 40px;
  background-color: #fff;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__img.main__imgBg {
    padding: min(36px, 7.5vw);
  }
}
.gbss .main .main__img.main__imgBg .main__img__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__img.main__imgBg .main__img__title {
    margin-bottom: min(24px, 5vw);
  }
}
.gbss .main .main__img.main__imgBg.main__imgBg--grd::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#12b5aa), color-stop(#59c7e6), to(#298cd5));
  background: -webkit-linear-gradient(left, #12b5aa, #59c7e6, #298cd5);
  background: linear-gradient(to right, #12b5aa, #59c7e6, #298cd5);
  opacity: 0.4;
}
.gbss .main .main__acmenu .main__acmenu__check {
  display: none;
}
.gbss .main .main__acmenu .main__acmenu__item {
  position: relative;
  margin: 0 0 30px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__acmenu .main__acmenu__item {
    margin: 0 0 min(36px, 7.5vw);
    border-radius: min(18px, 3.8vw);
  }
}
.gbss .main .main__acmenu .main__acmenu__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#12b5aa), color-stop(#59c7e6), to(#298cd5));
  background: -webkit-linear-gradient(left, #12b5aa, #59c7e6, #298cd5);
  background: linear-gradient(to right, #12b5aa, #59c7e6, #298cd5);
  opacity: 0.3;
}
.gbss .main .main__acmenu .main__acmenu__item:last-child {
  margin-bottom: 0;
}
.gbss .main .main__acmenu .main__acmenu__label {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  padding: 34px 30px;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__acmenu .main__acmenu__label {
    font-size: min(24px, 5vw);
    padding: min(24px, 5vw) min(18px, 3.8vw) min(24px, 5vw) min(24px, 5vw);
  }
}
.gbss .main .main__acmenu .main__acmenu__label::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_acmenu_close.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__acmenu .main__acmenu__label::after {
    width: min(21.6px, 4.5vw);
    height: min(21.6px, 4.5vw);
  }
}
.gbss .main .main__acmenu .main__acmenu__label span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff));
  background: -webkit-linear-gradient(transparent 70%, #fff 0%);
  background: linear-gradient(transparent 70%, #fff 0%);
}
.gbss .main .main__acmenu .main__acmenu__label.is-active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_acmenu_open.png");
}
.gbss .main .main__acmenu .main__acmenu__hide {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0 30px 25px;
  margin: 0;
  font-size: 16px;
  line-height: 1.875;
  display: none;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__acmenu .main__acmenu__hide {
    font-size: min(19.2px, 4vw);
    padding: 0 min(24px, 5vw) min(24px, 5vw);
  }
}
.gbss .main .main__acmenu .main__acmenu__check:checked + .main__acmenu__label {
  padding-bottom: 0;
}
.gbss .main .main__acmenu .main__acmenu__check:checked + .main__acmenu__label::after {
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_acmenu_open.png");
}
@media screen and (min-width: 960px) {
  .gbss .main .main__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .gbss .main .main__row .main__row__item {
    width: 47.9%;
    margin-right: 3.87%;
  }
  .gbss .main .main__row .main__row__item:nth-child(even),
  .gbss .main .main__row .main__row__item:last-child {
    margin-right: 0;
  }
}
.gbss .main .main__box--border {
  padding: 30px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__box--border {
    padding: min(24px, 5vw);
  }
}
.gbss .main .main__box--bg-white {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__box--bg-white {
    padding: min(24px, 5vw);
  }
}
.gbss .main .main__box--bg-blue {
  padding: 30px;
  background: #ebf4f7;
}
@media screen and (max-width: 959px) {
  .gbss .main .main__box--bg-blue {
    padding: min(24px, 5vw);
  }
}
.gbss .main .tooltip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.gbss .main .tooltip:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_ques.png");
  padding: 0 5px 0 3px;
}
.gbss .main .tooltip-text {
  width: 250px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.58;
  background: #3b8499;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  pointer-events: none;
}
.gbss .main .tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.gbss .support {
  width: 100%;
  max-width: 1500px;
  margin: 58px auto 74px;
  padding: 28px 0 26px;
}
@media screen and (max-width: 959px) {
  .gbss .support {
    padding: 0 0 min(90px, 18.8vw);
    margin: min(69.6px, 14.5vw) auto min(54px, 11.3vw);
  }
}
.gbss .support .support__inner {
  width: 90%;
  max-width: 1214px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__inner {
    width: 85%;
  }
}
.gbss .support .support__heading {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 50px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .support .support__heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .support .support__heading {
    font-size: min(38.4px, 8vw);
    margin: 0 0 min(48px, 10vw);
  }
}
.gbss .support .support__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__list {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.gbss .support .support__item {
  position: relative;
  width: 19.7%;
  height: 352px;
  margin: 0 0.4% 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item {
    display: block;
    width: 100%;
    height: min(204px, 42.5vw);
    margin: 0 0 min(7.2px, 1.5vw);
  }
}
@media screen and (max-width: 959px) and (min-width: 769px) {
  .gbss .support .support__item {
    background-size: auto 120%;
    background-position: center right;
  }
}
.gbss .support .support__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item:last-child {
    margin-bottom: 0;
  }
}
.gbss .support .support__item:before, .gbss .support .support__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gbss .support .support__item:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(21, 137, 194)), to(rgba(24, 159, 222, 0.3)));
  background: -webkit-linear-gradient(bottom, rgb(21, 137, 194), rgba(24, 159, 222, 0.3));
  background: linear-gradient(0deg, rgb(21, 137, 194), rgba(24, 159, 222, 0.3));
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(21, 137, 194)), to(rgba(24, 159, 222, 0)));
    background: -webkit-linear-gradient(left, rgb(21, 137, 194), rgba(24, 159, 222, 0));
    background: linear-gradient(90deg, rgb(21, 137, 194), rgba(24, 159, 222, 0));
  }
}
@media screen and (max-width: 959px) and (min-width: 769px) {
  .gbss .support .support__item:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(21, 137, 194)), to(rgba(24, 159, 222, 0)));
    background: -webkit-linear-gradient(left, rgb(21, 137, 194) 40%, rgba(24, 159, 222, 0));
    background: linear-gradient(90deg, rgb(21, 137, 194) 40%, rgba(24, 159, 222, 0));
  }
}
.gbss .support .support__item:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
.gbss .support .support__item a {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 20px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .support .support__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item a {
    font-size: min(14.4px, 3vw);
    padding: min(54px, 11.3vw) min(18px, 3.8vw) min(18px, 3.8vw);
  }
}
@media screen and (min-width: 960px) {
  .gbss .support .support__item a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 137, 194, 0.8)), to(rgba(24, 159, 222, 0)));
    background: -webkit-linear-gradient(bottom, rgba(21, 137, 194, 0.8), rgba(24, 159, 222, 0));
    background: linear-gradient(0deg, rgba(21, 137, 194, 0.8), rgba(24, 159, 222, 0));
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
}
.gbss .support .support__item.screening {
  background-image: url("/fcs/service/GBSS/assets/images/common/support_screening.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.screening {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_screening-sp.png");
  }
}
.gbss .support .support__item.screening:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_screening_text.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.screening:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_screening_text-sp.png");
  }
}
.gbss .support .support__item.survey {
  background-image: url("/fcs/service/GBSS/assets/images/common/support_survey.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.survey {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_survey-sp.png");
  }
}
.gbss .support .support__item.survey:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_survey_text.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.survey:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_survey_text-sp.png");
  }
}
.gbss .support .support__item.renovation {
  background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.renovation {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation-sp.png");
  }
}
.gbss .support .support__item.renovation:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation_text.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.renovation:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation_text-sp.png");
  }
}
.gbss .support .support__item.certification {
  background-image: url("/fcs/service/GBSS/assets/images/common/support_certification.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.certification {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_certification-sp.png");
  }
}
.gbss .support .support__item.certification:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_certification_text.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.certification:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_certification_text-sp.png");
  }
}
.gbss .support .support__item.improvement {
  background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.improvement {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement-sp.png");
  }
}
.gbss .support .support__item.improvement:after {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement_text.png");
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item.improvement:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement_text-sp.png");
  }
}
.gbss .support .support__item__inner {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 87.8%;
  height: 210px;
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item__inner {
    position: static;
    width: 100%;
    height: auto;
  }
}
.gbss .support .support__item__inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("/fcs/service/GBSS/assets/images/common/icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 18px;
  right: 3px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .support .support__item__inner:after {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .support .support__item__inner:after {
    width: min(36px, 7.5vw);
    height: min(36px, 7.5vw);
    bottom: min(16.8px, 3.5vw);
    right: auto;
    left: min(16.8px, 3.5vw);
  }
}
.gbss .support .support__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  min-height: 58px;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .support .support__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .support .support__title {
    display: block;
    font-size: min(24px, 5vw);
    min-height: initial;
    margin: 0 0 min(6px, 1.3vw);
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .support .support__text br {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .gbss .support .support__item:hover {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .gbss .support .support__item:hover:before {
    opacity: 0;
  }
  .gbss .support .support__item:hover a:before {
    opacity: 1;
  }
  .gbss .support .support__item:hover .support__item__inner:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/icon_arrow_on.png");
  }
}
.gbss .simulation {
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("/fcs/service/GBSS/assets/images/common/simulation_bg.png");
  color: #fff;
}
@media screen and (max-width: 959px) {
  .gbss .simulation {
    padding: min(79.2px, 16.5vw) 0 min(72px, 15vw);
    background-image: url("/fcs/service/GBSS/assets/images/common/simulation_bg-sp.png");
    text-align: center;
  }
}
.gbss .simulation .simulation__inner {
  width: 94.7%;
  max-width: 1220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__inner {
    width: auto;
    max-width: 85%;
    display: inline-block;
    text-align: left;
  }
}
.gbss .simulation .simulation__img {
  width: 42.5%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 2%;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .simulation .simulation__img {
    width: 50.2%;
  }
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__img {
    width: min(408px, 85vw);
    margin: 0 auto;
  }
}
.gbss .simulation .simulation__contents {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.gbss .simulation .simulation__heading {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0px 10px;
  margin: 0 0 28px;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__heading {
    font-size: min(19.2px, 4vw);
    padding: min(9.6px, 2vw) min(24px, 5vw);
    margin: 0 0 min(24px, 5vw);
  }
}
.gbss .simulation .simulation__text {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 0 0 29px;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__text {
    font-size: min(38.4px, 8vw);
    margin: 0 0 min(19.2px, 4vw);
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .simulation .simulation__text br.view--sp {
    display: block;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  .gbss .simulation .simulation__text br.view--sp {
    display: none;
  }
}
.gbss .simulation .simulation__btn {
  display: block;
  max-width: 535px;
  background: #fcd200;
  border: 1px solid #fff;
  border-radius: 65px;
  padding: 11px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .simulation .simulation__btn {
    max-width: 409px;
  }
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__btn {
    max-width: 535px;
    border-radius: min(80.4px, 16.8vw);
    padding: min(14.4px, 3vw) min(24px, 5vw);
    margin: 0 0 min(36px, 7.5vw);
  }
}
.gbss .simulation .simulation__btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__btn span {
    font-size: min(19.2px, 4vw);
  }
}
.gbss .simulation .simulation__btn span:before, .gbss .simulation .simulation__btn span:after {
  content: "";
  display: block;
}
.gbss .simulation .simulation__btn span:before {
  width: 40px;
  height: 40px;
  background-image: url("/fcs/service/GBSS/assets/images/common/crrem_btn_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__btn span:before {
    width: min(48px, 10vw);
    height: min(48px, 10vw);
    margin: 0 min(12px, 2.5vw) 0 0;
  }
}
.gbss .simulation .simulation__btn span:after {
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 15px;
}
@media screen and (max-width: 959px) {
  .gbss .simulation .simulation__btn span:after {
    width: min(16.8px, 3.5vw);
    height: min(16.8px, 3.5vw);
    margin: 0 0 0 min(18px, 3.8vw);
  }
}
@media screen and (min-width: 960px) {
  .gbss .simulation .simulation__btn span br {
    display: none;
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .gbss .simulation .simulation__btn span br {
    display: block;
  }
}
.gbss .simulation .simulation__btn:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.07);
          filter: brightness(1.07);
}

.footer_gbss {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #1aa7e8;
  width: 100%;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "LINE Seed JP";
  z-index: 777;
}
.footer_gbss p {
  font-size: min(2vw, 24px);
  color: #fff;
  font-weight: 700;
  margin-right: 23px;
  margin-bottom: 0;
}
.footer_gbss .footer_gbss_btn {
  background: #fff;
  width: 219px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 80px;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_gbss .footer_gbss_btn:visited{
        color: #000 !important;
    }

@media screen and (max-width: 959px) {
  .footer_gbss .footer_gbss_btn {
    width: min(50vw, 200px);
    height: min(12vw, 48px);
    font-size: min(4vw, 16px);
    border-radius: min(20vw, 80px);
  }
}
.footer_gbss .footer_gbss_btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer_gbss .footer_gbss_btn::after {
    width: min(2.75vw, 11px);
    height: min(2.75vw, 11px);
    right: min(5vw, 20px);
  }
}
@media screen and (min-width: 960px) {
  .footer_gbss .footer_gbss_btn:hover {
    text-decoration: none;
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

.g-pagetop {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #47e6a4), color-stop(34%, #59c7e6), to(#5973e6));
  background-image: -webkit-linear-gradient(left, #47e6a4 1%, #59c7e6 34%, #5973e6 100%);
  background-image: linear-gradient(90deg, #47e6a4 1%, #59c7e6 34%, #5973e6 100%);
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  right: 9%;
  z-index: 888;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .g-pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .g-pagetop {
    width: min(64.8px, 13.5vw);
    height: min(64.8px, 13.5vw);
    padding-top: min(64.8px, 13.5vw);
    right: min(12px, 2.5vw);
  }
}
.g-pagetop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding: 0;
}
@media screen and (max-width: 959px) {
  .g-pagetop::before {
    top: min(27.6px, 5.8vw);
    width: min(15.6px, 3.3vw);
    height: min(15.6px, 3.3vw);
    border-top: min(4.8px, 1vw) solid #fff;
    border-right: min(4.8px, 1vw) solid #fff;
  }
}


/*ターゲットリンク設定*/
.gbss .main  a:has(.tgblank--normal)[target=_blank]:after,
.gbss .main  a:has(.tgblank--blue)[target=_blank]:after {
display: none;
}

.gbss .main a:has(.tgblank--normal) ,
.gbss .main a:has(.tgblank--blue) {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: anchor-center;
}

.gbss .main a:has(.tgblank--normal)[target=_blank] {
    text-decoration: none;
    padding-left: 10px;
    color: #000;
}
.gbss .main a:has(.tgblank--blue)[target=_blank] {
    text-decoration: none;
    padding-left: 10px;
    color: #0096df;
}
.gbss .main a[target=_blank]:hover .tgblank--normal,
.gbss .main a[target=_blank]:hover .tgblank--blue{
 text-decoration: underline;
}

.gbss .main a[target=_blank]:hover span.material-symbols-outlined{
 text-decoration: none;
}

.gbss .main a:has(.tgblank--normal)[target=_blank]::before{
  position: relative;
  content:"";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: -1px;
  left: -10px;
}

.gbss .main a:has(.tgblank--blue)[target=_blank]::before{
  position: relative;
  content:"";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #0096df;
  border-right: 1px solid #0096df;
  top: -1px;
  left: -10px;
}


/*アイコンフォント設定*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,  'wght' 200,  'GRAD' 0, 'opsz' 24;
  font-size: 20px;

}