@charset "UTF-8";
/* common */
html {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 16px; } }

body {
  /*font-family: "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  color: #000;
  line-height: 1.6;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  width: 100%;
  vertical-align: bottom; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4 {
  margin-bottom: 0; }

a {
  text-decoration: none;
  display: block;
  color: #000;
  transition: 0.6s;
  outline: none; }

dl, dd {
  margin: 0; }

a:hover {
  text-decoration: none;
  opacity: 0.8; }

a[href*="tel:"] {
  display: block; }
  @media screen and (min-width: 769px) {
    a[href*="tel:"] {
      pointer-events: none;
      cursor: default;
      text-decoration: none; } }

/*-common------------------------*/
.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: block; } }

.sp_only {
  display: block; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }

.md_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .md_none {
      display: none; } }

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

.sm_none {
  display: block; }
  @media screen and (max-width: 530px) {
    .sm_none {
      display: none; } }

.sm_only {
  display: none; }
  @media screen and (max-width: 530px) {
    .sm_only {
      display: block; } }

.wr {
  word-wrap: break-word;
  display: inline-block; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

header {
  width: 100%;
  margin: auto;
  background: #fff; }
  @media screen and (max-width: 768px) {
    header {
      height: auto; } }
  header .gnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1366px;
    margin: auto; }
    header .gnavi nav ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul {
          justify-content: flex-end; } }
      header .gnavi nav ul li {
        margin-right: 22px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li {
            margin-right: 0.25rem; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li {
            margin-right: 0.125rem; } }
      @media screen and (max-width: 530px) {
        header .gnavi nav ul li.webmart {
          margin-right: 0; } }
      header .gnavi nav ul li.webmart a {
        font-size: 18px;
        font-weight: 700;
        padding: 0.25rem 0.5rem;
        border-radius: 4px;
        color: #000; }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li.webmart a {
            font-size: 10px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li.webmart a {
            padding: 0.25rem 0.125rem; } }
        header .gnavi nav ul li.webmart a:before {
          content: "\f0da";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 100%;
          display: inline-block;
          margin-right: 5px; }
        header .gnavi nav ul li.webmart a:hover {
          background: rgba(0, 0, 0, 0.1); }
      header .gnavi nav ul li img {
        width: 37px; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li img {
            width: 30px; } }
        @media screen and (max-width: 530px) {
          header .gnavi nav ul li img {
            width: 24px; } }
        @media screen and (max-width: 376px) {
          header .gnavi nav ul li img {
            width: 20px; } }
      @media screen and (max-width: 768px) {
        header .gnavi nav ul li.windows_logo {
          max-width: 30%; } }
      header .gnavi nav ul li.windows_logo img {
        width: auto; }
        @media screen and (max-width: 768px) {
          header .gnavi nav ul li.windows_logo img {
            width: 100%; } }
    header .gnavi h1 {
      font-size: 0;
      margin-top: 1rem;
      margin-bottom: 1rem;
      margin-left: 1rem;
      margin-right: auto; }
    header .gnavi h1 img {
      width: 122px; }
      @media screen and (max-width: 768px) {
        header .gnavi h1 img {
          height: 20px;
          width: auto; } }
    header .gnavi h2 {
      background: #0080cc;
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center; }
  header div.snavi {
    background: #000;
    display: flex;
    align-items: center;
    padding: 0px 70px;
    position: relative;
    width: calc(100% - 140px); }
    @media screen and (max-width: 1024px) {
      header div.snavi {
        padding: 10px 10px;
        width: calc(100% - 20px);
        justify-content: space-between; } }
    @media screen and (max-width: 768px) {
      header div.snavi {
        height: 22px; } }
    header div.snavi.fixed {
      position: fixed;
      top: 0;
      z-index: 5000; }
    header div.snavi ul {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      @media screen and (max-width: 768px) {
        header div.snavi ul {
          display: none;
          position: absolute;
          top: 42px;
          background: #000;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 500; } }
      @media screen and (max-width: 768px) {
        header div.snavi ul.tab_over {
          display: none; } }
      header div.snavi ul.tab_under {
        display: none; }
    header div.snavi li a {
      color: #fff;
      padding: 20px 15px; }
      @media screen and (max-width: 1024px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 992px) {
        header div.snavi li a {
          font-size: 2vw; } }
      @media screen and (max-width: 530px) {
        header div.snavi li a {
          padding: 10px 0.5rem;
          font-size: 14px; } }
      @media screen and (max-width: 376px) {
        header div.snavi li a span {
          display: none; } }
    header div.snavi li a:hover {
      color: #000;
      background: #fff; }
    header div.snavi h1 {
      font-size: 0;
      margin-left: 1rem;
      margin-right: 3rem; }
      @media screen and (max-width: 768px) {
        header div.snavi h1 {
          margin-left: 0rem;
          margin-right: 0rem; } }
    header div.snavi h1 img {
      width: 122px; }
      @media screen and (max-width: 1024px) {
        header div.snavi h1 img {
          height: 20px;
          width: auto; } }
      @media screen and (max-width: 530px) {
        header div.snavi h1 img {
          height: 15px; } }
  header .snavi .menu {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-flex;
    width: 50px;
    height: 42px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none; }
    @media screen and (max-width: 768px) {
      header .snavi .menu {
        display: flex; } }
  header .snavi .menu.open span.border {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header .snavi .menu.open span.border::before, header .snavi .menu.open span.border::after {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  header .snavi .menu .border {
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -10px;
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before, header .snavi .menu .border::after {
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    content: '';
    transition: all ease .3s;
    background: #fff; }
  header .snavi .menu .border::before {
    top: -5px; }
  header .snavi .menu .border::after {
    top: 5px; }
  header .snavi .menu .text {
    font-size: .5rem !important;
    line-height: 1;
    position: absolute;
    bottom: 8px;
    left: 0;
    box-sizing: border-box;
    width: 50px;
    height: auto;
    margin: 0;
    color: #fff;
    text-align: center;
    text-indent: 0 !important;
    background: none; }

footer {
  position: relative;
  min-width: 1024px;
  margin: 40px auto 0; }
  @media screen and (max-width: 768px) {
    footer {
      min-width: initial;
      /*    min-width: inherit;*/ } }

footer .fmv {
  background: #000;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    footer .fmv {
      padding: 6vw 4.66667vw; } }
  footer .fmv a {
    display: inline; }
  footer .fmv a:hover {
    opacity: 1; }

footer .fmv div {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    footer .fmv div {
      margin-bottom: 6.66667vw; } }

footer .fmv div:last-child {
  margin-bottom: 0px; }

footer .fmv dl {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 0 auto;
  padding: 25px 0 20px 0;
  font-size: 14px;
  max-width: 775px;
  width: 90%; }
  @media screen and (max-width: 768px) {
    footer .fmv dl {
      font-size: 11px;
      width: 100%; } }
  footer .fmv dl:hover {
    border: 2px solid #000;
    color: #000;
    background: #fff; }

footer .fmv dl dt {
  font-size: 24px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    footer .fmv dl dt {
      font-size: 18px; } }

footer .copyright {
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.8rem;
  background: #000;
  font-weight: 300; }

footer .windows {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 696px;
  width: 90%;
  padding: 25px 0 30px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    footer .windows {
      display: block;
      width: 84%;
      padding: 7vw 0 0; } }
  footer .windows figure:first-child {
    width: auto;
    margin-right: 30px;
    margin-bottom: 0px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      footer .windows figure:first-child {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto; } }
  footer .windows figure:last-child {
    margin-left: 0px; }
    @media screen and (max-width: 768px) {
      footer .windows figure:last-child {
        margin-right: auto;
        margin-left: auto;
        width: 58%;
        text-align: center; } }

img {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
  /* animation時の文字にじみ防止 */
  -moz-osx-font-smoothing: grayscale;
  /* animation時の文字にじみ防止 */ }

span.wr {
  word-wrap: break-word;
  display: inline-block; }

sup {
  position: relative;
  top: -3px; }

.contents {
  /*max-width: 1366px;*/
  margin: auto;
  color: #6a6a6a; }
  .contents .inner {
    width: 1000px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .contents .inner {
        width: auto;
        margin: auto 10px; } }
  .contents .main_visual {
    min-width: 1000px; }
    @media screen and (max-width: 1366px) {
      .contents .main_visual img {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .contents .main_visual {
        min-width: inherit; } }


/* GCB 190160
-----------------------------------------------*/
.contents p,
.contents h2,
.contents h3{
  margin: 0;
}
@media screen and (min-width: 769px){

.contents{
  width: 95%;
  margin: 0px auto;
  min-width: 850px;
  max-width: 1366px;
  zoom: 100%;
}

.contents .main_visual img{
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  width: 100%;
}
.gcb_contents.gcb_highschool{
  padding-top: 37px;
  min-width: 1000px;
  color: #5f6368;
}

.gcb_contents .gcb_timetable_contents{
  padding-top: 78px;
}
.gcb_contents .gcb_timetable_lead{
  padding: 100px;
}
.gcb_contents .gcb_timetable_leadtext{
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.84;
  text-align: center;
  letter-spacing: 0.1em;
  color: #5f6368;
}
.gcb_contents .gcb_timetable_leadtext img{
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  width: 100% !important;
}
.gcb_contents .gcb_timetable_subttl p{
  margin: 579px 0 196px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #5f6368;
}

.gcb_contents .gcb_timetable_lead{
  margin-bottom: 84px;
}
.gcb_contents .gcb_timetable_content{
  margin-bottom: 250px;
  padding-top: 1px;
  background-repeat: no-repeat;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_ttl{
  margin: 0 0 0 80px;
}
.gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_ttl{
  margin: 0 37px 0 0;
}
.gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_ttl{
  margin: 0 0 0 141px;
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_ttl{
  margin: 0 30px 0 0;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_ttl{
  margin: 0 0 0 127px;
}
.gcb_contents .gcb_timetable_number{
  display: block;
  margin-top: -145px;
  font-size: 58px;
  letter-spacing: 0.05em;
  color: #5f6368;
}
.gcb_contents .gcb_timetable_number_big{
  font-size: 373px;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_number_big{
  color: #db4437;
}
.gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_number_big{
  color: #4285f4;
}
.gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_number_big{
  color: #ffcd40;
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_number_big{
  color: #34a853;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_number_big{
  font-size: 296px;
  color: #f29c97;
}
.gcb_contents .gcb_timetable_ttl_text{
  display: block;
  margin: -136px 0 38px 13px;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_ttl_text{
  display: block;
  margin: -136px 0 38px 69px;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_ttl_text{
  display: block;
  margin: -136px 0 38px 4px;
}
.gcb_contents .gcb_timetable_text{
  position: relative;
  margin-top: -8%;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #5f6368;
}
.gcb_contents .gcb_timetable_text.lines{
  margin-top: -11%;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_text{
  margin-left: 12%;
  width: 36%;
}
.gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_text{
  margin-left: 151px;
  width: 37%;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_text{
  margin-left: 130px;
}
.gcb_contents .gcb_timetable_content:nth-of-type(even) .gcb_timetable_text{
  margin-left: 60.7%;
}
.gcb_contents .gcb_timetable_qa{
  display: flex;
  display: -webkit-box;
  align-items: stretch;
  -webkit-box-align: stretch;
  justify-content: center;
  -webkit-box-pack: center;
  position: relative;
  margin: 70px auto 0;
  width: 940px;
}
/* .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa{
  padding-bottom: 124px;
} */
.gcb_contents .gcb_timetable_qa_content{
  border: 1px solid #5F6368;
  border-radius: 13px;
}
.gcb_contents .gcb_timetable_qa_content:first-of-type{
  margin-right: 20px;
}
.gcb_contents .gcb_timetable_qa_content h3{
  position: relative;
  margin: -16px 41px 0;
  padding: 4px 13px 2px;
  border-radius: 9px;
  font-size: 19px;
  line-height: 1.7;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07em;
}
.gcb_contents .gcb_timetable_qa_content h3:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_qa_content h3{
  background-color: #EA4334;
}
.gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content h3{
  background-color: #4285f4;
}
.gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_qa_content h3{
  background-color: #ffcd40;
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content h3{
  background-color: #34a853;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content h3{
  background-color: #f29c97;
}
.gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_qa_content h3:after{
  background-image: url(../img/timetable/timetable_firstlessontail.png);
}
.gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content h3:after{
  background-image: url(../img/timetable/timetable_secondlessontail.png);
}
.gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_qa_content h3:after{
  background-image: url(../img/timetable/timetable_thirdlessontail.png);
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content h3:after{
  background-image: url(../img/timetable/timetable_fourthlessontail.png);
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content h3:after{
  background-image: url(../img/timetable/timetable_afterschooltail.png);
}
.gcb_contents .gcb_timetable_qa_box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px 26px 33px;
}
.gcb_contents .gcb_timetable_qa_box.line_two{
  padding: 27px 17px 31px;
}
.gcb_contents .gcb_timetable_qa_box.line_three{
  padding: 47px 17px 46px;
}
.gcb_contents .gcb_timetable_qa_box.line_add{
  padding: 93px 17px 46px;
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box{
  padding: 50px 15px 56px;
}
.gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content:nth-of-type(2) .gcb_timetable_qa_box{
  padding: 46px 38px 54px;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box{
  padding: 27px 29px 25px;
}
.gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content:nth-of-type(2) .gcb_timetable_qa_box{
  padding: 42px 29px 25px;
}
.gcb_contents .gcb_timetable_qa_box source,
.gcb_contents .gcb_timetable_qa_box img{
  width: 93%;
  height: auto;
}
.gcb_contents .gcb_timetable_qa_box p{
  margin-left: 19px;
  font-size: 13px;
  line-height: 2;
  font-weight: bold;
  color: #5f6368;
}
.gcb_contents .gcb_timetable_qa_small{
  display: block;
  font-size: 8px;
  line-height: 1.8;
}
.gcb_contents .gcb_timetable_qa_small.sp_only{
  display: none;
}
.gcb_contents .ga_add_text{
  position: absolute;
  top: 192px;
  right: 0;
  margin: 20px 43px 0 0;
  width: 41%;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
  color: #5f6368;
}

.gcb_contents .gcb_points_ttl{
  position: relative;
  margin: 0 auto 86px;
  width: 956px;
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5f6368;
}
.gcb_contents .gcb_points_subttl{
  margin-bottom: 102px;
  text-align: center;
  font-size: 32px;
  line-height: 1.7;
}
.gcb_contents .gcb_points_contents{
  display: flex;
  justify-content: space-around;
  /* margin: 0 -25px 0 25px; */
}
.gcb_contents .gcb_points_content{
  width: 366px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.gcb_contents .gcb_points_content source,
.gcb_contents .gcb_points_content img{
  width: auto;
}
.gcb_contents .gcb_points_content:first-of-type{
  background-image: url(../img/points/point_bg01.png);
}
.gcb_contents .gcb_points_content:nth-of-type(2){
  margin-left: 13px;
  background-image: url(../img/points/point_bg02.png);
}
.gcb_contents .gcb_points_content:last-of-type{
  background-image: url(../img/points/point_bg03.png);
}
.gcb_contents .gcb_points_number{
  margin: 23% auto 30px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
}
.gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_number{
  margin-bottom: 47px;
}
.gcb_contents .gcb_points_content:last-of-type .gcb_points_number{
  margin-bottom: 38px;
}
.gcb_contents .gcb_points_number picture:first-of-type{
  display: block;
  margin: 12px auto 9%;
  width: 110px;
  height: 110px;
}
.gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_icon source,
.gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_icon img{
  width: 58%;
}
.gcb_contents .gcb_points_text{
  margin: 30px 0 140px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  color: #fff;
}
.gcb_contents .gcb_points_content:first-of-type .gcb_points_text{
  margin-bottom: 20px;
}
.gcb_contents .gcb_points_content:first-of-type .gcb_points_text:nth-of-type(2){
  font-size: 11px;
}
.gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_text{
  margin-top: 48px;
}
.gcb_contents .gcb_points_content:last-of-type .gcb_points_text{
  margin-top: 27px;
}

.gcb_contents .gcb_howtouse_ttl{
  position: relative;
  margin: 180px auto 86px;
  width: 854px;
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5f6368;
}
.gcb_contents .gcb_howtouse_content{
  display: block;
  position: relative;
  padding: 101px 0 163px 100px;
  width: 678px;
  background-size: contain;
  background-repeat: no-repeat;
}
.gcb_contents .gcb_howtouse_content picture source,
.gcb_contents .gcb_howtouse_content picture img{
  width: auto;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(odd){
  margin: 0 0 0 auto;
}
.gcb_contents .gcb_howtouse_content:first-of-type{
  background-image: url(../img/howtouse/howtouse_bg01.png);
}
.gcb_contents .gcb_howtouse_content:nth-of-type(2){
  background-image: url(../img/howtouse/howtouse_bg02.png);
  padding: 137px 100px 124px 175px;
  right: 14px;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(3){
  background-image: url(../img/howtouse/howtouse_bg03.png);
  padding: 138px 10px 124px 120px;
  width: 740px;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(4){
  background-image: url(../img/howtouse/howtouse_bg04.png);
  padding: 122px 100px 124px 175px;
  right: 20px;
}
.gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_subttl{
  color: #db4437;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_subttl{
  color: #ffcd40;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_subttl{
  color: #34a853;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_subttl{
  color: #4285f4;
}
.gcb_contents .gcb_howtouse_subttl .gcb_howtouse_img{
  width: 68.8%;
  height: auto;
}
.gcb_contents .gcb_howtouse_box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 29px 0 0 20px;
}
.gcb_contents .gcb_howtouse_img{
  text-align: center;
}
.gcb_contents .gcb_howtouse_img picture{
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
.gcb_contents .gcb_howtouse_img p{
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_img p{
  margin-top: 26px;
}
.gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_img p{
  color: #db4437;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_img p{
  color: #ffcd40;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_img p{
  color: #34a853;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_img p{
  color: #4285f4;
}
.gcb_contents .gcb_howtouse_text{
  margin-left: 27px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_text{
  color: #db4437;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_text{
  color: #ffcd40;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_text{
  color: #34a853;
}
.gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_text{
  color: #4285f4;
}

.gcb_contents .gcb_reccomend_ttl{
  position: relative;
  margin: 100px auto;
  width: 854px;
  font-size: 31px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #5f6368;
}
.gcb_contents .gcb_reccomend_contents{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto 130px;
  width: 958px;
}
.gcb_contents .gcb_reccomend_content{
  width: 45%;
}
.gcb_contents .gcb_reccomend_lead{
  font-size: 22px;
  line-height: 1.89;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: bold;
}
.gcb_contents .gcb_reccomend_content:nth-of-type(2) .gcb_reccomend_lead{
  padding: 21px 0;
}
.gcb_contents .gcb_reccomend_content h3{
  margin-bottom: 42px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.07em;
}
.gcb_contents .gcb_reccomend_text{
  margin-bottom: 69px;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.07em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.gcb_contents .gcb_reccomend_btn{
  padding: 32px 0;
  border-radius: 11px;
  background-color: #5f6368;
  text-align: center;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #fff;
}


}

@media screen and (max-width: 768px) {
  .gcb_contents {
    padding-top: 4vw;
    width: auto;
  }
  .gcb_contents .gcb_highschool_kv{
    position: relative;
  }
  .gcb_contents .gcb_students_ttl{
    position: absolute;
    top: 44%;
    width: 100%;
    font-size: 6.8vw;
    line-height: 1.6;
    letter-spacing: 0.14em;
    color: #5f6368;
  }
  .gcb_contents .gcb_timetable_lead{
    padding: 5.73vw;
  }
  .gcb_contents .gcb_timetable_leadtext{
    margin-bottom: 3.6vw;
    font-size: 3.47vw;
    line-height: 1.84;
    text-align: center;
    letter-spacing: 0.1em;
    color: #5f6368;
  }
  .gcb_contents .gcb_timetable_subttl p{
    margin: 44.2vw 0 20vw;
    font-size: 3.47vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.73;
    color: #5f6368;
  }

  .gcb_contents .gcb_timetable_contents{
    padding-top: 19vw;
  }
  .gcb_contents .gcb_timetable_lead{
    margin-bottom: 84px;
  }
  .gcb_contents .gcb_timetable_content{
    margin-bottom: 27.47vw;
    padding-top: 1px;
    background-repeat: no-repeat;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(odd){
    background-position: right top;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(even){
    background-position: left top;
  }
  .gcb_contents .gcb_timetable_ttl{
    font-size: 6.13vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(odd) .gcb_timetable_ttl{
    margin-left: 7vw;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(even) .gcb_timetable_ttl{
    margin-right: 8vw;
  }
  .gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_ttl{
    color: #db4437;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_ttl{
    color: #4285f4;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_ttl{
    color: #ffcd40;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_ttl{
    color: #34a853;
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_ttl{
    color: #f29c97;
    margin-left: 3vw;
  }

  .gcb_contents .gcb_timetable_number{
    display: block;
    /* margin-top: -145px; */
    font-size: 8.4vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #5f6368;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(even) .gcb_timetable_number{
    margin-left: 57.53vw;
    text-align: center;
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_number{
    text-align: right;
    line-height: 1.1;
    margin-right: 58vw;
  }
  .gcb_contents .gcb_timetable_ttl_text{
    display: block;
    margin-bottom: 3.2vw;
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_ttl_text{
    margin: 4vw 0 3.2vw -1.5vw;
  }
  .gcb_contents .gcb_timetable_text{
    padding: 6vw 6.67vw 3vw;
    font-size: 3.47vw;
    line-height: 1.72;
    letter-spacing: 0.03em;
    font-weight: bold;
    color: #5f6368;
  }

  .gcb_contents .gcb_timetable_qa{
    position: relative;
    margin: 6.67vw auto 0;
    padding: 0 6.67vw;
  }
  .gcb_contents .gcb_timetable_qa_content{
    border: 1px solid #5F6368;
    border-radius: 13px;
  }
  .gcb_contents .gcb_timetable_qa_content:not(:first-of-type){
    margin-top: 9vw;
  }
  .gcb_contents .gcb_timetable_qa_content h3{
    position: relative;
    margin: -3.13vw 3.8vw 0;
    padding: 1vw 2vw 0.5vw;
    border-radius: 8px;
    font-size: 3.47vw;
    line-height: 1.7;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .gcb_contents .gcb_timetable_qa_content h3:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.5vw;
    transform: translateY(-50%);
    width: 3.73vw;
    height: 3.73vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_qa_content h3{
    background-color: #EA4334;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content h3{
    background-color: #4285f4;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_qa_content h3{
    background-color: #ffcd40;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content h3{
    background-color: #34a853;
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content h3{
    background-color: #f29c97;
  }
  .gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_qa_content h3:after{
    background-image: url(../img/timetable/timetable_firstlessontail.png);
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content h3:after{
    background-image: url(../img/timetable/timetable_secondlessontail.png);
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(3) .gcb_timetable_qa_content h3:after{
    background-image: url(../img/timetable/timetable_thirdlessontail.png);
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content h3:after{
    background-image: url(../img/timetable/timetable_fourthlessontail.png);
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content h3:after{
    background-image: url(../img/timetable/timetable_afterschooltail.png);
  }

  .gcb_contents .gcb_timetable_qa_box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8.8vw 2vw 6.8vw;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box{
    padding: 8.8vw 1vw 6.8vw;
  }
  .gcb_contents .gcb_timetable_content:last-of-type .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box,
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content:last-of-type .gcb_timetable_qa_box{
    padding-bottom: 2.8vw;
  }
  .gcb_contents .gcb_timetable_qa_box source,
  .gcb_contents .gcb_timetable_qa_box img{
    width: 80%;
    height: auto;
  }
  .gcb_contents .gcb_timetable_qa_box p{
    width: 54.8vw;
    font-size: 2.93vw;
    line-height: 1.72;
    font-weight: bold;
    color: #5f6368;
  }
  .gcb_contents .gcb_timetable_content:first-of-type .gcb_timetable_qa_box p{
    width: 49.8vw;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(2) .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box p{
    width: 57.8vw;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content:first-of-type .gcb_timetable_qa_box p{
    width: 56.8vw;
  }
  .gcb_contents .gcb_timetable_content:nth-of-type(4) .gcb_timetable_qa_content:nth-of-type(2) .gcb_timetable_qa_box p{
    width: 68.8vw;
  }
  .gcb_contents .gcb_timetable_qa_small{
    margin: 0;
    padding: 0 6vw 6.8vw;
    font-size: 2.93vw;
    line-height: 1.72;
    font-weight: bold;
    color: #5f6368;
  }
  .gcb_contents .ga_add_text{
    margin-top: 3.8vw;
    font-size: 2.33vw;
    line-height: 1.72;
    font-weight: bold;
    color: #5f6368;
  }

  .gcb_contents .gcb_points_ttl{
    position: relative;
    margin: 0 auto 7.2vw;
    width: 75.4vw;
    font-size: 3.47vw;
    text-align: center;
    line-height: 1.84;
    letter-spacing: 0.05em;
    color: #5f6368;
  }
  .gcb_contents .gcb_points_subttl{
    margin-bottom: 4vw;
    text-align: center;
    font-size: 5.33vw;
    line-height: 1.7;
  }

  .gcb_contents .gcb_points_content{
    padding: 0 6.67vw;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
  }
  .gcb_contents .gcb_points_content:not(:first-of-type){
    margin-top: 5.33vw;
  }
  .gcb_contents .gcb_points_content:first-of-type{
    background-image: url(../img/points/point_bg01_sp.png);
    background-size: 90%;
  }
  .gcb_contents .gcb_points_content:nth-of-type(2){
    background-image: url(../img/points/point_bg02_sp.png);
    background-size: 91%;
  }
  .gcb_contents .gcb_points_content:last-of-type{
    background-image: url(../img/points/point_bg03_sp.png);
    background-size: 90%;
  }
  .gcb_contents .gcb_points_number{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0 auto 4vw;
    padding: 24vw 0 0;
    font-size: 3.47vw;
    line-height: 1.2;
    color: #fff;
  }
  .gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_number{
    margin-bottom: 7vw;
    padding: 22vw 0 0;
  }
  .gcb_contents .gcb_points_content:last-of-type .gcb_points_number{
    padding: 23vw 0 0;
  }
  .gcb_contents .gcb_points_number span{
    display: block;
    margin: 2vw 0 4vw;
    width: 100%;
    font-size: 3.47vw;
    font-weight: bold;
  }
  .gcb_contents .gcb_points_number picture:first-of-type source,
  .gcb_contents .gcb_points_number picture:first-of-type img{
    width: 20.4vw;
    height: 20.4vw;
  }
  .gcb_contents .gcb_points_number picture:nth-of-type(2) source,
  .gcb_contents .gcb_points_number picture:nth-of-type(2) img{
    margin-top: 5vw;
    height: auto;
  }
  .gcb_contents .gcb_points_content:first-of-type .gcb_points_number picture:nth-of-type(2) source,
  .gcb_contents .gcb_points_content:first-of-type .gcb_points_number picture:nth-of-type(2) img{
    width: 68.8vw;
  }
  .gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_number picture:nth-of-type(2) source,
  .gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_number picture:nth-of-type(2) img{
    width: 66vw;
  }
  .gcb_contents .gcb_points_content:nth-of-type(3) .gcb_points_number picture:nth-of-type(2) source,
  .gcb_contents .gcb_points_content:nth-of-type(3) .gcb_points_number picture:nth-of-type(2) img{
    width: 60vw;
  }
  .gcb_contents .gcb_points_icon source,
  .gcb_contents .gcb_points_icon img{
    width: 40.27vw;
    height: auto;
  }
  .gcb_contents .gcb_points_content:last-of-type .gcb_points_icon source,
  .gcb_contents .gcb_points_content:last-of-type .gcb_points_icon img{
    width: 27.2vw;
  }
  .gcb_contents .gcb_points_text{
    margin: 5.33vw 0 0;
    padding-bottom: 15vw;
    font-size: 3.47vw;
    line-height: 1.8;
    font-weight: bold;
    color: #fff;
  }
  .gcb_contents .gcb_points_content:first-of-type .gcb_points_text{
    margin: 4.33vw 0 0;
    padding-bottom: 0;
  }
  .gcb_contents .gcb_points_content:first-of-type .gcb_points_text:nth-of-type(2){
    margin: 1.33vw 0 0;
    padding-bottom: 10vw;
    font-size: 3.2vw;
  }
  .gcb_contents .gcb_points_content:nth-of-type(2) .gcb_points_text{
    margin-top: 6.33vw;
  }


  .gcb_contents .gcb_howtouse_wrapper{
    overflow: hidden;
  }
  .gcb_contents .gcb_howtouse_ttl{
    position: relative;
    margin: 19.33vw auto 10vw;
    width: 75.4vw;
    font-size: 3.47vw;
    text-align: center;
    line-height: 1.84;
    letter-spacing: 0.05em;
    color: #5f6368;
  }
  .gcb_contents .gcb_howtouse_content{
    display: block;
    position: relative;
    margin: 0 2px;
    padding: 16.07vw 0 16.73vw 13.9vw;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type{
    background-image: url(../img/howtouse/howtouse_bg01_sp.png);
    /* margin-left: 3vw;
    background-size: 101%; */
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2){
    background-image: url(../img/howtouse/howtouse_bg02_sp.png);
    margin: 7.6vw 3vw 0 2vw;
    padding-left: 15.2vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3){
    background-image: url(../img/howtouse/howtouse_bg03_sp.png);
    margin: 7.6vw 1vw 0 1vw;
    padding: 13.07vw 0 16.73vw 15.6vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4){
    background-image: url(../img/howtouse/howtouse_bg04_sp.png);
    margin: 7.6vw 2px 0;
    padding: 14.07vw 0 16.73vw 15.6vw;
  }
  .gcb_contents .gcb_howtouse_subttl{
    font-size: 6.13vw;
    line-height: 1.36;
    letter-spacing: 0.05em;
  }
  .gcb_contents .gcb_howtouse_subttl span{
    display: block;
    font-size: 3.47vw;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_subttl{
    color: #db4437;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_subttl{
    color: #ffcd40;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_subttl{
    color: #34a853;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_subttl{
    color: #4285f4;
  }
  .gcb_contents .gcb_howtouse_content .gcb_howtouse_subttl picture{
    display: block;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_subttl picture{
    width: 62.8vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_subttl picture{
    width: 56vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_subttl picture{
    width: 60.2vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_subttl picture{
    width: 59.8vw;
  }
  .gcb_contents .gcb_howtouse_box{
    margin: 3.8vw 0 0 0;
  }
  .gcb_contents .gcb_howtouse_box .gcb_howtouse_img{
    position: absolute;
    top: -2%;
    right: 10%;
    text-align: center;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_box .gcb_howtouse_img{
    top: -1%;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_box .gcb_howtouse_img{
    top: -6%;
  }
  .gcb_contents .gcb_howtouse_img picture{
    margin: 0 auto;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_box .gcb_howtouse_img picture source,
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_box .gcb_howtouse_img picture img{
    width: 14vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_box .gcb_howtouse_img picture source,
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_box .gcb_howtouse_img picture img{
    width: 16vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_box .gcb_howtouse_img picture source,
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_box .gcb_howtouse_img picture img{
    width: 14.53vw;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_box .gcb_howtouse_img picture source,
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_box .gcb_howtouse_img picture img{
    width: 10.8vw;
  }
  .gcb_contents .gcb_howtouse_img p{
    margin-top: 1.3vw;
    font-size: 2.93vw;
    font-weight: bold;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_img p{
    color: #db4437;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_img p{
    color: #ffcd40;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_img p{
    color: #34a853;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_img p{
    color: #4285f4;
  }
  .gcb_contents .gcb_howtouse_text{
    font-size: 3.47vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .gcb_contents .gcb_howtouse_content:first-of-type .gcb_howtouse_text{
    color: #db4437;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(2) .gcb_howtouse_text{
    color: #ffcd40;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(3) .gcb_howtouse_text{
    color: #34a853;
  }
  .gcb_contents .gcb_howtouse_content:nth-of-type(4) .gcb_howtouse_text{
    color: #4285f4;
  }

  .gcb_contents .gcb_reccomend{
    margin-top: 14vw;
  }
  .gcb_contents .gcb_reccomend_ttl{
    position: relative;
    margin: 7.2vw auto;
    width: 75.4vw;
    font-size: 3.47vw;
    text-align: center;
    line-height: 1.84;
    letter-spacing: 0.05em;
    color: #5f6368;
  }
  .gcb_contents .gcb_reccomend_contents{
    margin: 14.13vw auto 24.8vw;
    padding: 0 6.67vw;
  }
  .gcb_contents .gcb_reccomend_content:not(:first-of-type){
    margin-top: 24.8vw;
  }
  .gcb_contents .gcb_reccomend_lead{
    font-size: 3.47vw;
    line-height: 1.72;
    letter-spacing: 0.07em;
    text-align: center;
    font-weight: bold;
  }
  .gcb_contents .gcb_reccomend_content h3{
    margin-bottom: 4.8vw;
    text-align: center;
    font-size: 5.47vw;
    letter-spacing: 0.07em;
  }
  .gcb_contents .gcb_reccomend_text{
    margin-bottom: 8.53vw;
    font-size: 2.93vw;
    line-height: 1.81;
    letter-spacing: 0.07em;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: bold;
  }
  .gcb_contents .gcb_reccomend_btn{
    padding: 4.6vw 0;
    border-radius: 6px;
    background-color: #5f6368;
    text-align: center;
    font-size: 4.97vw;
    line-height: 1.6;
    letter-spacing: 0.07em;
    color: #fff;
  }
}