@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;
  }
}
img {
  vertical-align: bottom;
}

button {
  font-family: "LINE Seed JP";
}

body {
  padding-bottom: 88px;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  h2 {
    font-size: min(10vw, 40px);
  }
}

.crrem_btn {
  width: 536px;
  height: 65px;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0;
}
@media screen and (max-width: 959px) {
  .crrem_btn {
    width: min(85vw, 340px);
    height: min(17.75vw, 67px);
    text-align: left;
    margin-left: min(5vw, 30px);
  }
}
.crrem_btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  border-radius: 100px;
  background: #fcd200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.crrem_btn a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.07);
          filter: brightness(1.07);
}
@media screen and (max-width: 959px) {
  .crrem_btn a {
    font-size: min(4vw, 16px);
    line-height: 1.3;
  }
}
.crrem_btn a span {
  display: block;
  position: relative;
  padding-left: 84px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .crrem_btn a span {
    padding-left: min(19.75vw, 79px);
  }
}
.crrem_btn a span::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/crrem_btn_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .crrem_btn a span::before {
    width: min(10vw, 40px);
    height: min(10vw, 40px);
    left: min(6.5vw, 26px);
  }
}
.crrem_btn a span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  width: 14px;
  height: 14px;
  margin: auto;
  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;
}
@media screen and (max-width: 959px) {
  .crrem_btn a span::after {
    right: -30px;
  }
}

.kv {
  width: 100%;
  position: relative;
  background-size: cover;
  background-image: url(../images/top/kv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 959px) {
  .kv {
    background-size: 959px;
    background-image: url(../images/top/kv_sp_959.png);
    background-position: center top min(10.75vw, 43px);
  }
}
.kv .kv_innr {
  max-width: 1500px;
  margin: auto;
  padding: 90px 138px 121px 144px;
  position: relative;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .kv .kv_innr {
    padding: 90px 138px 121px 3.14%;
  }
}
@media screen and (max-width: 959px) {
  .kv .kv_innr {
    padding: min(16.5vw, 66px) 0 min(53.75vw, 215px) 0;
  }
}
.kv .kv_subttl {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 81px;
}
@media screen and (max-width: 959px) {
  .kv .kv_subttl {
    font-size: min(4.5vw, 16px);
    margin: 0 0 min(14.9vw, 39px) min(7.5vw, 30px);
  }
}
.kv .kv_logo {
  width: 51.56%;
  max-width: 556px;
  position: absolute;
  left: 117px;
  top: 100px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .kv .kv_logo {
    width: 495px;
    top: 106px;
    left: 0.5%;
  }
}
@media screen and (max-width: 959px) {
  .kv .kv_logo {
    width: min(87.5vw, 350px);
    max-width: unset;
    top: min(19vw, 76px);
    left: min(3vw, 12px);
  }
}
.kv .kv_ttl {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl {
    font-size: min(9.5vw, 38px);
    margin-left: min(7.5vw, 30px);
    margin-bottom: min(2.75vw, 11px);
  }
}
.kv .kv_ttl p {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl p {
    display: block;
  }
}
.kv .kv_ttl p .white_bg {
  background-color: #fff;
  padding: 9px 10px 7px;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl p .white_bg {
    margin-bottom: min(1.85vw, 5px);
    padding: min(1.75vw, 7px) min(2.5vw, 10px);
  }
}
.kv .kv_ttl p .white_bg .blue_txt {
  color: #298cd5;
}
.kv .kv_ttl p span {
  display: inline-block;
}
.kv .kv_ttl p:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl p:first-of-type {
    margin-bottom: 0;
  }
}
.kv .kv_ttl p:first-of-type .white_bg:first-of-type {
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl p:first-of-type .white_bg:first-of-type {
    padding-right: min(2.5vw, 10px);
  }
}
.kv .kv_ttl p:first-of-type .white_bg:last-of-type {
  padding-left: 0;
}
@media screen and (max-width: 959px) {
  .kv .kv_ttl p:first-of-type .white_bg:last-of-type {
    padding-left: min(2.5vw, 10px);
  }
}
.kv .kv_news {
  width: 100%;
  height: 89px;
  position: relative;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 959px) {
  .kv .kv_news {
    position: absolute;
    padding: min(5.5vw, 22px) min(7vw, 28px);
    height: unset;
    bottom: 0;
    left: 0;
  }
}
.kv .kv_news .kv_news_innr {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 157px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .kv .kv_news .kv_news_innr {
    padding-left: 3.5%;
  }
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr {
    padding-left: 0;
    display: block;
  }
}
.kv .kv_news .kv_news_innr div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr div {
    margin-bottom: min(1vw, 4px);
  }
}
.kv .kv_news .kv_news_innr div .news_icon {
  font-family: "Inter";
  font-weight: 400;
  margin-right: 18px;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr div .news_icon {
    margin-right: min(4.625vw, 18.5px);
  }
}
.kv .kv_news .kv_news_innr div .news_date {
  font-family: "Inter";
  font-weight: 300;
  margin-right: 28px;
  letter-spacing: 0.05em;
}
.kv .kv_news .kv_news_innr .news_ttl {
  font-weight: 400;
  position: relative;
  padding-right: 17px;
  margin-right: 26px;
  min-width: 466px;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr .news_ttl {
    min-width: unset;
    margin: 0 0 min(3.125vw, 12.5px);
    padding-right: 0;
  }
}
.kv .kv_news .kv_news_innr .news_ttl a span {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) no-repeat;
  background: linear-gradient(#fff, #fff) no-repeat;
  background-size: 100% 1px;
  background-position: 0 85%;
}
.kv .kv_news .kv_news_innr .news_ttl a:hover {
  text-decoration: none;
}
.kv .kv_news .kv_news_innr .news_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr .news_ttl::after {
    display: none;
  }
}
.kv .kv_news .kv_news_innr a:visited {
  color: #fff;
}
.kv .kv_news .kv_news_innr button {
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: none;
  font-family: "LINE Seed JP";
  padding: 0;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr button {
    width: min(35vw, 140px);
    height: min(7.5vw, 30px);
    font-size: min(3.5vw, 14px);
  }
}
.kv .kv_news .kv_news_innr button a {
  width: 153px;
  height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr button a {
    width: min(35vw, 140px);
    height: min(7.5vw, 30px);
    border: min(0.25vw, 1px) solid #fff;
  }
}
.kv .kv_news .kv_news_innr button a:hover {
  background-color: #fff;
  color: #298cd5;
  text-decoration: none;
}
.kv .kv_news .kv_news_innr button a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .kv .kv_news .kv_news_innr button a::after {
    width: min(1.75vw, 7px);
    height: min(1.75vw, 7px);
    border-top: min(0.25vw, 1px) solid #fff;
    border-right: min(0.25vw, 1px) solid #fff;
  }
}
.kv .kv_news .kv_news_innr button a:hover::after {
  border-top: 1px solid #298cd5;
  border-right: 1px solid #298cd5;
}

.kv_prize {
  position: absolute;
  width: 220px;
  top: 163px;
  right: 133px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .kv_prize {
    right: 4.3%;
  }
}
@media screen and (max-width: 959px) {
  .kv_prize {
    position: relative;
    width: min(39.912vw, 159.6px);
    top: 0;
    left: 0;
    margin: min(5.225vw, 21px) auto min(17.25vw, 69px);
  }
}

section .sec_innr {
  max-width: 1214px;
  margin: auto;
}

.cont01 {
  padding: 103px 30px 134px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont01 {
    padding: 103px 30px 108px;
    background-position: left 195px bottom 37px;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media screen and (max-width: 959px) {
  .cont01 {
    padding: min(5.6vw, 22.4px) min(7.5vw, 30px) min(34.875vw, 139.5px);
    margin-bottom: 0;
    background-position: left min(-19.75vw, -79px) top min(210.25vw, 840px), right min(-10vw, -40px) top min(152vw, 608px);
    background-repeat: no-repeat;
    background-size: min(27.375vw, 109.5px), min(80.5px, 20.125vw);
  }
}
.cont01 .sec_innr {
  position: relative;
}
.cont01 .sec_innr .cont01_left .cont01_ttl {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0f8a7e), to(#189fde));
  background: linear-gradient(90deg, #0f8a7e, #189fde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_left .cont01_ttl {
    font-size: min(5vw, 20px);
    margin-bottom: min(6vw, 24px);
  }
}
.cont01 .sec_innr .cont01_left h2 {
  margin-bottom: 46px;
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_left h2 {
    text-align: justify;
    margin-bottom: min(9.25vw, 37px);
  }
}
.cont01 .sec_innr .cont01_left h2 span {
  color: #298cd5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.cont01 .sec_innr .cont01_left .cont01_txt {
  max-width: 604px;
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_left .cont01_txt {
    max-width: unset;
    margin-bottom: min(18.75vw, 75px);
  }
}
.cont01 .sec_innr .cont01_left .cont01_txt p {
  font-size: min(2vw, 18px);
  line-height: 2.77;
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_left .cont01_txt p {
    font-size: min(4vw, 16px);
  }
}
.cont01 .sec_innr .cont01_left .cont01_txt p span {
  font-weight: 700;
}
.cont01 .sec_innr .cont01_left .cont01_txt p:first-of-type {
  max-width: 558px;
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_left .cont01_txt p:first-of-type {
    max-width: unset;
  }
}
.cont01 .sec_innr .cont01_right {
  width: 720px;
  position: absolute;
  top: 0;
  left: 58%;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .cont01 .sec_innr .cont01_right {
    left: 56%;
  }
}
@media screen and (max-width: 959px) {
  .cont01 .sec_innr .cont01_right {
    position: relative;
    width: 70vw;
    max-width: 500px;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 400px) {
  .cont01 .sec_innr .cont01_right {
    width: 100%;
  }
}

.cont01::before {
  content: "";
  display: block;
  width: 100%;
  height: 44.767vw;
  background-image: url(../images/top/cont01_bg.png?1);
  background-position: center top 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont01::before {
    height: 672px;
    background-image: url(../images/top/cont01_bg_tb.png);
    background-position: center top 18px;
    background-size: 1220px;
  }
}
@media screen and (max-width: 959px) {
  .cont01::before {
    height: 672px;
    top: min(96vw, 384px);
    background-image: url(../images/top/cont01_bg_sp.png);
    background-position: center top;
    background-size: 959px;
  }
}

.cont02 {
  padding: 127px 0 94px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 {
    padding: 88px 0 94px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 {
    padding: 0 0 min(22vw, 88px);
  }
}
.cont02 .blue_box_top {
  max-width: 1214px;
  padding: 112px 40px 83px;
  text-align: center;
  background-color: #ebf4f7;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top {
    padding: min(16.75vw, 67px) min(7.5vw, 30px) min(16.25vw, 65px);
  }
}
.cont02 .blue_box_top::before, .cont02 .blue_box_top::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
}
@media screen and (max-width: 1499px) {
  .cont02 .blue_box_top::before, .cont02 .blue_box_top::after {
    z-index: -1;
  }
}
.cont02 .blue_box_top::before {
  left: calc(50% - 708px);
  top: 20px;
  width: 479px;
  height: 196px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_top::before {
    background-image: none;
  }
}
.cont02 .blue_box_top::after {
  right: calc(50% - 780px);
  top: 0;
  width: 139px;
  height: 440px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_top::after {
    background-image: none;
  }
}
.cont02 .blue_box_top .cont02_ttl {
  width: 96px;
  margin: 0 auto 22px;
  display: inline-block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#0f8a7e), to(#189fde));
  background: linear-gradient(90deg, #0f8a7e, #189fde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top .cont02_ttl {
    font-size: min(5vw, 20px);
  }
}
.cont02 .blue_box_top h2 {
  margin-bottom: 31px;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top h2 {
    text-align: center;
  }
}
.cont02 .blue_box_top h2 .view--400 {
  display: none;
}
@media screen and (max-width: 400px) {
  .cont02 .blue_box_top h2 .view--400 {
    display: block;
  }
}
.cont02 .blue_box_top h2 span {
  display: inline-block;
}
.cont02 .blue_box_top .cont02_desc {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 33px;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top .cont02_desc {
    font-size: min(4vw, 16px);
    text-align: left;
  }
}
.cont02 .blue_box_top .greenbill_about {
  max-width: 960px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_top .greenbill_about {
    max-width: unset;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top .greenbill_about {
    padding: min(6.75vw, 27px) min(7.5vw, 30px) min(8vw, 32px);
    margin: 0;
  }
}
.cont02 .blue_box_top .greenbill_about p {
  font-size: 16px;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top .greenbill_about p {
    line-height: 1.68;
    font-size: min(4vw, 16px);
  }
}
.cont02 .blue_box_top .greenbill_about p span {
  font-size: 17px;
  font-weight: 700;
  color: #27483b;
  margin-bottom: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_top .greenbill_about p span {
    font-size: min(4.2vw, 17px);
  }
}
.cont02 .blue_box_mid {
  position: relative;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid {
    background-color: #ebf4f7;
  }
}
.cont02 .blue_box_mid::before {
  content: "";
  display: block;
  position: absolute;
  max-width: 1214px;
  height: 385px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  background-color: #ebf4f7;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid::before {
    display: none;
  }
}
.cont02 .blue_box_mid {
  /*=== support ===*/
}
.cont02 .blue_box_mid .support {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  background-image: url("/fcs/service/GBSS/assets/images/common/support_bg.png");
  background-position: top center;
  background-size: 1500px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support {
    background-image: none;
    padding: 0;
    margin: 0;
  }
}
.cont02 .blue_box_mid .support .support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__list {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
}
.cont02 .blue_box_mid .support .support__item {
  position: relative;
  width: 19.7%;
  height: 385px;
  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) {
  .cont02 .blue_box_mid .support .support__item {
    display: block;
    width: 100%;
    height: min(204px, 42.5vw);
    margin: 0 0 min(7.2px, 1.5vw);
    background-position: center right;
    background-size: auto 120%;
  }
}
@media screen and (max-width: 400px) {
  .cont02 .blue_box_mid .support .support__item {
    height: min(170px, 42.5vw);
    background-size: auto 100%;
  }
}
.cont02 .blue_box_mid .support .support__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item:last-child {
    margin-bottom: 0;
  }
}
.cont02 .blue_box_mid .support .support__item:before, .cont02 .blue_box_mid .support .support__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cont02 .blue_box_mid .support .support__item:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(21, 137, 194)), to(rgba(24, 159, 222, 0.2)));
  background: linear-gradient(0deg, rgb(21, 137, 194), rgba(24, 159, 222, 0.2));
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item:before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(21, 137, 194)), to(rgba(24, 159, 222, 0)));
    background: linear-gradient(90deg, rgb(21, 137, 194), rgba(24, 159, 222, 0));
  }
}
.cont02 .blue_box_mid .support .support__item:after {
  background-size: 296px;
  background-position: top right;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item:after {
    background-size: contain;
    background-position: top left;
  }
}
.cont02 .blue_box_mid .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) {
  .cont02 .blue_box_mid .support .support__item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item a {
    padding: min(54px, 11.3vw) min(18px, 3.8vw) min(18px, 3.8vw);
  }
}
.cont02 .blue_box_mid .support .support__item a:before, .cont02 .blue_box_mid .support .support__item a:after {
  content: "";
  display: block;
  position: absolute;
}
.cont02 .blue_box_mid .support .support__item a::before {
  width: 100%;
  height: 100%;
  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: 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;
}
.cont02 .blue_box_mid .support .support__item a:after {
  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;
  bottom: 18px;
  right: 20px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item a:after {
    right: 12px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item a: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);
  }
}
.cont02 .blue_box_mid .support .support__item.screening {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_screening.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.screening {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_screening-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.screening:after {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_screening_text.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.screening:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_screening_text-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.survey {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_survey.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.survey {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_survey-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.survey:after {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_survey_text.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.survey:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_survey_text-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.renovation {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_renovation.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.renovation {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.renovation:after {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_renovation_text.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.renovation:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_renovation_text-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.renovation .support__item__inner .support__title {
  margin-top: 24px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item.renovation .support__item__inner .support__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.renovation .support__item__inner .support__title {
    margin-top: 0;
  }
}
.cont02 .blue_box_mid .support .support__item.certification {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_certification.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.certification {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_certification-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.certification:after {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_certification_text.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.certification:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_certification_text-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.improvement {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_improvement.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.improvement {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.improvement:after {
  background-image: url("/fcs/service/GBSS/assets/images/top/support_improvement_text.png");
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item.improvement:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/support_improvement_text-sp.png");
  }
}
.cont02 .blue_box_mid .support .support__item.improvement .support__item__inner .support__text {
  width: 85%;
}
.cont02 .blue_box_mid .support .support__item:nth-of-type(2) .support__item__inner {
  width: 89%;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item:nth-of-type(2) .support__item__inner {
    width: 100%;
  }
}
.cont02 .blue_box_mid .support .support__item__inner {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 234px;
  margin: auto;
  width: 87.8%;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item__inner {
    top: 212px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item__inner {
    position: static;
    width: 100%;
    height: auto;
  }
}
.cont02 .blue_box_mid .support .support__item__inner .support__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item__inner .support__title {
    font-size: 19px;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item__inner .support__title {
    display: block;
    font-size: min(24px, 5vw);
    min-height: initial;
    margin: 0 0 min(6px, 1.3vw);
  }
}
.cont02 .blue_box_mid .support .support__item__inner .support__title .view--tb {
  display: none;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item__inner .support__title .view--tb {
    display: block;
  }
}
.cont02 .blue_box_mid .support .support__item__inner .support__text {
  font-size: 14px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_mid .support .support__item__inner .support__text br {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_mid .support .support__item__inner .support__text {
    font-size: min(14.4px, 3vw);
  }
}
.cont02 .blue_box_mid .support .support__item__inner .support__text span {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .cont02 .blue_box_mid .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);
  }
  .cont02 .blue_box_mid .support .support__item:hover:before {
    opacity: 0;
  }
  .cont02 .blue_box_mid .support .support__item:hover a::before {
    opacity: 1;
  }
  .cont02 .blue_box_mid .support .support__item:hover a:after {
    background-image: url("/fcs/service/GBSS/assets/images/common/icon_arrow_on.png");
  }
  .cont02 .blue_box_mid .support .support__item:hover .support__item__inner .support__title {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
}
.cont02 .blue_box_bottom {
  position: relative;
}
.cont02 .blue_box_bottom .blue_box_bottom_innr {
  max-width: 1214px;
  padding: 60px;
  background-color: #ebf4f7;
  margin: 0 auto 51px;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_bottom .blue_box_bottom_innr {
    padding: min(16.25vw, 65px) 0;
    margin: 0 auto;
  }
}
.cont02 .blue_box_bottom .blue_box_bottom_innr .youtube_blue_box {
  max-width: 1000px;
  aspect-ratio: 16/9;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_bottom .blue_box_bottom_innr .youtube_blue_box {
    width: 85%;
  }
}
.cont02 .blue_box_bottom .blue_box_bottom_innr .youtube_blue_box iframe {
  width: 100%;
  height: 100%;
}
.cont02 .blue_box_bottom::before, .cont02 .blue_box_bottom::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top;
}
@media screen and (max-width: 1499px) {
  .cont02 .blue_box_bottom::before, .cont02 .blue_box_bottom::after {
    z-index: -1;
  }
}
@media screen and (max-width: 959px) {
  .cont02 .blue_box_bottom::before, .cont02 .blue_box_bottom::after {
    content: none;
  }
}
.cont02 .blue_box_bottom::before {
  left: calc(50% - 675px);
  top: 72px;
  width: 119px;
  height: 113px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_bottom::before {
    background-image: none;
  }
}
.cont02 .blue_box_bottom::after {
  right: calc(50% - 675px);
  top: 10px;
  width: 88px;
  height: 98px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont02 .blue_box_bottom::after {
    background-image: none;
  }
}

.cont03 {
  background: url(../images/common/crrem_bg_pc.png);
  background-repeat: repeat-x;
  background-size: 1500px;
  background-position: left 159% top;
  padding: 100px 30px 83px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 {
    background-position: left 48% top;
    padding-bottom: 49px;
  }
}
@media screen and (max-width: 959px) {
  .cont03 {
    background: url(../images/common/crrem_bg_sp.png);
    background-size: cover;
    background-position: left top;
    padding: min(16.5vw, 66px) min(7.5vw, 30px);
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top {
    margin: 0 auto min(3vw, 12px);
    max-width: 550px;
  }
}
.cont03 .sec_innr .cont03_top .crrem_subttl {
  max-width: 408px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
  padding: 15px 8px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_subttl {
    max-width: 327px;
    font-size: min(4vw, 16px);
    margin-bottom: min(6.25vw, 25px);
    padding: 10px 14px 10px 16px;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 37px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex {
    display: block;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left {
  margin-right: 30px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left {
    width: 50%;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left {
    margin-right: 0;
    margin-bottom: min(12.5vw, 50px);
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 {
    font-size: min(8vw, 32px);
    margin-bottom: min(3.5vw, 14px);
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 {
    margin-bottom: 7px;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 span {
  display: inline-block;
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 .view--1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 .view--1024 {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 .view--1024 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left h2 .view--1024 {
    display: block;
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn {
    width: 460px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn {
    width: 409px;
    height: 85px;
  }
}
@media screen and (min-width: 501px) and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a {
    font-size: 18px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a {
    font-size: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 501px) and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a {
    font-size: min(3.3vw, 20px);
  }
}
@media screen and (max-width: 500px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a {
    font-size: min(4vw, 16px);
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a .view--1024 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a .view--1024 {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a .view--1024 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn a .view--1024 {
    display: block;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span {
    padding-left: 75px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span {
    line-height: 1.3;
    padding-left: 84px;
  }
}
@media screen and (min-width: 601px) and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span {
    padding-left: 17%;
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span::before {
    width: 37px;
    height: 37px;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1220px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span::after {
    right: -20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span::after {
    right: -46px;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span br {
  display: none;
}
@media screen and (max-width: 1220px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span br {
    display: block;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span .view--400 {
  display: none;
}
@media screen and (max-width: 500px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_left .crrem_btn span .view--400 {
    display: block;
  }
}
.cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_right {
  width: 49%;
  max-width: 520px;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_right {
    min-width: 458px;
    max-width: unset;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .cont03_top .crrem_top_flex .cont03_top_right {
    min-width: unset;
    width: 100%;
  }
}
.cont03 .sec_innr .crrem_about {
  padding: 49px 50px;
  background-color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .crrem_about {
    padding: 49px 38px;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .crrem_about {
    display: block;
    padding: 0 0 min(5.75vw, 23px);
  }
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .cont03 .sec_innr .crrem_about .crrem_about_txt {
    margin-right: 17px;
  }
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .crrem_about .crrem_about_txt {
    margin-right: 0;
    padding: min(5.75vw, 23px);
  }
}
.cont03 .sec_innr .crrem_about .crrem_about_txt .crrem_about_ttl {
  width: 163px;
  margin-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .crrem_about .crrem_about_txt .crrem_about_ttl {
    width: min(40.5vw, 162px);
  }
}
.cont03 .sec_innr .crrem_about .crrem_about_txt p {
  font-size: 16px;
  max-width: 702px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .crrem_about .crrem_about_txt p {
    max-width: unset;
  }
}
.cont03 .sec_innr .crrem_about .crrem_logo {
  min-width: 367px;
  margin-top: 19px;
}
@media screen and (max-width: 959px) {
  .cont03 .sec_innr .crrem_about .crrem_logo {
    min-width: unset;
    width: min(75vw, 300px);
    margin: 0 auto;
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

.footer_gbss {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1aa7e8;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: 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;
}
.footer_gbss .footer_gbss_btn {
  background: #fff;
  width: 219px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 80px;
  position: relative;
  padding: 0;
}
@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 a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_gbss .footer_gbss_btn a:visited {
  color: #4c3c94;
}
.footer_gbss .footer_gbss_btn a:hover {
  text-decoration: none;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.footer_gbss .footer_gbss_btn a::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 a::after {
    width: min(2.75vw, 11px);
    height: min(2.75vw, 11px);
    right: min(5vw, 20px);
  }
}
.footer_gbss .footer_gbss_btn a:hover::after {
  border-top: 1px solid #4c3c94;
  border-right: 1px solid #4c3c94;
}

.g-pagetop {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, #47e6a4), color-stop(34%, #59c7e6), to(#5973e6));
  background-image: linear-gradient(90deg, #47e6a4 1%, #59c7e6 34%, #5973e6 100%);
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 54px;
  right: 9%;
}
@media screen and (max-width: 1220px) and (min-width: 960px) {
  .g-pagetop {
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .g-pagetop {
    right: min(2vw, 8px);
    bottom: 80px;
    z-index: 888;
  }
}

.g-pagetop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 18.6px;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding: 0;
}