.u-media-query {
  display: none;
  font-family: 'sp'
}
@media all and (min-width: 740px) {
  .u-media-query {
    font-family: 'pc'
  }
}
@media all and (max-width: 739px) {
  .u-view-pc {
    display: none !important
  }
}
@media all and (min-width: 740px) {
  .u-view-sp {
    display: none !important
  }
}
.u-alpha {
  display: block;
  text-decoration: none
}
@media all and (min-width: 740px) {
  .u-alpha {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .u-alpha:hover {
    opacity: .7
  }
}
.u-cf:after {
  content: "";
  display: block;
  clear: both
}
.u-inner {
  box-sizing: border-box
}
@media all and (max-width: 739px) {
  .u-inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
@media all and (min-width: 740px) {
  .u-inner {
    width: 100%;
    max-width: 1100px;
    margin: auto
  }
}
.u-blue {
  color: #39bbe6
}
.u-orange {
  color: #f8a91b
}
.u-yellow {
  color: #f6ee33
}
.u-uppercase {
  text-transform: uppercase
}
.c-head01 {
  text-align: center;
  font-weight: 700
}
.c-head01__sub {
  font-size: 12px;
  margin-bottom: 5px
}
@media all and (min-width: 740px) {
  .c-head01__sub {
    margin-top: 10px;
    font-size: 20px
  }
}
.c-head01__main {
  font-size: 24px;
  line-height: 1.4
}
@media all and (min-width: 740px) {
  .c-head01__main {
    font-size: 43px
  }
}
.c-head01__main.main-skyblue {
  color: #39bbe6
}
.c-head01__main.main-red {
  color: #f47c5c
}
.c-head01.head-white {
  color: #fff
}
.c-head02 {
  position: relative;
  margin-bottom: 23px;
  padding: 7px 0 10px;
  text-align: center;
  border-top: 2px solid #50bae7;
  border-bottom: 2px solid #50bae7;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700
}
@media all and (min-width: 740px) {
  .c-head02 {
    margin-bottom: 40px;
    padding: 17px 0;
    border-width: 3px;
    font-size: 27px
  }
}
.c-head02:before, .c-head02:after {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media all and (min-width: 740px) {
  .c-head02:before, .c-head02:after {
    border-width: 12px
  }
}
.c-head02:before {
  z-index: 1;
  border-top-color: #fff;
  margin-top: -3px
}
@media all and (min-width: 740px) {
  .c-head02:before {
    margin-top: -4px
  }
}
.c-head02:after {
  z-index: 0;
  border-top-color: #50bae7
}
.c-head02.is-green {
  border-color: #56bf81
}
.c-head02.is-green:after {
  border-top-color: #56bf81
}
#mainImg {
  position: relative;
  height: 505px;
  background: none;
  padding: 0;
  overflow: hidden
}
#mainImg:before {
  content: '';
  position: absolute;
  z-index: 3;
  top: -3px;
  right: 0;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 30px);
  background: url(../img/gigaschool_support/bg_mv01_sp.jpg) no-repeat center/cover
}
#mainImg:after {
  content: '';
  position: absolute;
  top: 28px;
  left: 15px;
  z-index: 2;
  display: block;
  width: calc(100% - 15px);
  height: 478px;
  background-color: #5bc4e7
}
#mainImg .bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 306px;
  background-color: #eafbff
}
#mainImg .head {
  position: relative;
  z-index: 3;
  padding-top: 40px
}
#mainImg .copy {
  width: 227px
}
#mainImg .tit {
  margin-top: -28px;
  width: 85%
}
#mainImg .list {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px
}
#mainImg .list__item {
  position: relative;
  width: 32%;
  min-height: 82px;
  padding: 41px 0 16px;
  background-color: #fff;
  border-radius: 5px;
  color: #327cd1;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3), inset 0px 0px 0px 8px rgba(255, 234, 60, 0.004);
  letter-spacing: 0em
}
#mainImg .list__item:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ffea3c;
  border-radius: 5px;
  box-sizing: border-box
}
#mainImg .list__item:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center
}
#mainImg .list__item:first-child:after {
  top: -7px;
  height: 41px;
  background-image: url(../img/gigaschool_support/ico_mv01.png)
}
#mainImg .list__item:nth-child(2):after {
  top: -7px;
  height: 44px;
  background-image: url(../img/gigaschool_support/ico_mv02.png)
}
#mainImg .list__item:nth-child(3):after {
  top: -4px;
  height: 42px;
  background-image: url(../img/gigaschool_support/ico_mv05.png)
}
#mainImg .list__item:nth-child(4) {
  margin-top: 14px
}
#mainImg .list__item:nth-child(4):after {
  top: -4px;
  height: 42px;
  background-image: url(../img/gigaschool_support/ico_mv03.png)
}
#mainImg .list__item:nth-child(5) {
  margin-top: 14px
}
#mainImg .list__item:nth-child(5):after {
  top: -5px;
  height: 42px;
  background-image: url(../img/gigaschool_support/ico_mv04.png)
}
#mainImg .list__item:last-child {
  margin-top: 14px
}
#mainImg .list__item:last-child:after {
  top: -5px;
  height: 42px;
  background-image: url(../img/gigaschool_support/ico_mv06.png)
}
#mainImg .scroll {
  position: absolute;
  z-index: 4;
  right: 34px;
  bottom: 0;
  color: #327cd1;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/gigaschool_support/bg_scroll01_sp.png) no-repeat top center/100%
}
#mainImg .scroll__line {
  position: relative;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #327cd1;
  margin: auto
}
#mainImg .scroll__line:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-animation: scroll_down_sp 2s infinite;
  animation: scroll_down_sp 2s infinite;
  background-color: #327cd1
}
@media all and (min-width: 740px) {
  #mainImg {
    height: 790px
  }
  #mainImg:before {
    top: 0;
    width: calc(100% - 560px);
    max-width: 1360px;
    height: 750px;
    background: url(../img/gigaschool_support/bg_mv01_pc.jpg) no-repeat center/cover
  }
  #mainImg:after {
    top: 40px;
    left: auto;
    right: 40px;
    width: calc(100% - 560px);
    height: 750px
  }
  #mainImg .inner {
    position: relative
  }
  #mainImg .bg:before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1620px;
    height: 612px
  }
  #mainImg .head {
    padding-top: 80px
  }
  #mainImg .copy {
    width: 429px
  }
  #mainImg .tit {
    width: 700px;
    margin-top: -40px
  }
  #mainImg .list {
    width: 650px;
    margin-top: 52px
  }
  #mainImg .list__item {
    width: 210px;
    min-height: 133px;
    padding: 68px 0 25px;
    border-radius: 10px;
    font-size: 16px
  }
  #mainImg .list__item:before {
    top: 4px;
    left: 4px;
    display: block;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #ffea3c;
    border-radius: 10px
  }
  #mainImg .list__item:after {
    width: 100px
  }
  #mainImg .list__item:first-child:after {
    top: -13px;
    height: 69px
  }
  #mainImg .list__item:nth-child(2):after {
    top: -14px;
    height: 75px
  }
  #mainImg .list__item:nth-child(3):after {
    top: -10px;
    height: 71px
  }
  #mainImg .list__item:nth-child(4) {
    margin-top: 21px
  }
  #mainImg .list__item:nth-child(4):after {
    top: -8px;
    height: 71px
  }
  #mainImg .list__item:nth-child(5) {
    margin-top: 21px
  }
  #mainImg .list__item:nth-child(5):after {
    top: -8px;
    height: 71px
  }
  #mainImg .list__item:last-child {
    margin-top: 21px
  }
  #mainImg .list__item:last-child:after {
    top: -10px;
    height: 71px
  }
  #mainImg .scroll {
    bottom: -60px;
    font-size: 18px;
    background: url(../img/gigaschool_support/bg_scroll01_pc.png) no-repeat top center/100%;
    padding: 20px 40px 0 35px
  }
  #mainImg .scroll .txt {
    box-sizing: border-box
  }
  #mainImg .scroll__line {
    width: 2px;
    height: 80px;
    margin-top: 19px
  }
  #mainImg .scroll__line:before {
    top: 0;
    left: -4px;
    -webkit-animation: scroll_down_pc 2s infinite;
    animation: scroll_down_pc 2s infinite
  }
}
@media (min-width: 1500px) {
  #mainImg .copy {
    margin-left: -200px
  }
}
@-webkit-keyframes scroll_down_sp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  50%, 100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
}
@keyframes scroll_down_sp {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  50%, 100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
}
@-webkit-keyframes scroll_down_pc {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  50%, 100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
}
@keyframes scroll_down_pc {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }
  50%, 100% {
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
}
#main {
  margin-top: 0
}
.gigaschool__inner {
  box-sizing: border-box
}
@media all and (max-width: 739px) {
  .gigaschool__inner {
    padding-left: 15px;
    padding-right: 15px
  }
}
.gigaschool__head {
  margin-bottom: 30px;
  color: #39bbe6;
  font-size: 35px;
  text-align: center;
  line-height: 1.5
}
@media all and (max-width: 340px) {
  .gigaschool__head {
    font-size: 30px
  }
}
.gigaschool__head-sub {
  font-size: 20px
}
.gigaschool__head-txt {
  font-size: 14px;
  color: #0092e6;
  display: inline-block;
  position: relative
}
.gigaschool__head-txt:before, .gigaschool__head-txt:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #0092e6;
  top: 0
}
.gigaschool__head-txt:before {
  left: -15px;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg)
}
.gigaschool__head-txt:after {
  right: -15px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg)
}
.gigaschool__head-txt .is-dot {
  display: inline-block;
  position: relative
}
.gigaschool__head-txt .is-dot:before {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #0092e6;
  font-size: 15px;
  content: "・"
}
.gigaschool__head-color {
  position: relative
}
.gigaschool__head-color:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: -3px;
  right: 0;
  z-index: -1;
  display: block;
  width: calc(100% + 6px);
  height: 14px;
  background-color: #ffea3c
}
.gigaschool__head-line {
  margin: auto;
  font-size: 25px;
  text-align: center
}
.gigaschool__head-line.is-black {
  color: #4c4c4c
}
.gigaschool__head-line span {
  display: block;
  width: fit-content;
  margin: auto;
  background: linear-gradient(to top, #fdf68d 0, #fdf68d 10px, transparent 10.1px)
}
.gigaschool__btn {
  width: 100%
}
.gigaschool__btn-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 286px;
  margin: auto;
  padding: 13px 0;
  background-color: #fff;
  border: 2px solid #0092e6;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #0092e6
}
.gigaschool__btn-link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #007bff
}
@media all and (min-width: 740px) {
  .gigaschool__inner {
    width: 100%;
    max-width: 1222px;
    margin: auto
  }
  .gigaschool__head {
    margin-bottom: 60px;
    font-size: 64px;
    line-height: 1.2
  }
  .gigaschool__head-sub {
    font-size: 40px
  }
  .gigaschool__head-txt {
    font-size: 32px
  }
  .gigaschool__head-txt:before, .gigaschool__head-txt:after {
    width: 3px;
    height: 35px;
    top: 5px
  }
  .gigaschool__head-txt:before {
    left: -20px
  }
  .gigaschool__head-txt:after {
    right: -20px
  }
  .gigaschool__head-txt .is-dot:before {
    top: -15px;
    font-size: 20px
  }
  .gigaschool__head-color:after {
    bottom: 14px;
    left: -7px;
    width: calc(100% + 14px);
    height: 27px
  }
  .gigaschool__head-line {
    font-size: 56px
  }
  .gigaschool__head-line span {
    display: inline;
    background: linear-gradient(to top, #fdf68d 0, #fdf68d 20px, transparent 20.1px)
  }
  .gigaschool__btn {
    width: 100%
  }
  .gigaschool__btn-link {
    max-width: 300px;
    margin: 0 auto 0 0;
    padding: 15px 0;
    border-radius: 32px;
    font-size: 18px
  }
  .gigaschool__btn-link:after {
    right: 24px;
    border-width: 6px 0 6px 8px
  }
}
.gigaschool-intro {
  position: relative;
  overflow-x: hidden
}
.gigaschool-intro:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  display: block;
  height: 770px;
  background-color: #eafbff
}
@media all and (min-width: 740px) {
  .gigaschool-intro {
    margin-top: -40px
  }
  .gigaschool-intro:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1620px;
    height: 1036px
  }
  .gigaschool-intro__inner {
    padding-top: 40px
  }
  .gigaschool-intro__txt {
    text-align: center
  }
}
.gigaschool-problem {
  position: relative;
  background-color: #e8f9fd;
  overflow: hidden
}
.gigaschool-problem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 212px;
  height: 323px;
  background: url(../img/gigaschool_support/bg_problem02.png) no-repeat center/contain
}
.gigaschool-problem:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 292px;
  background-color: #fff
}
.gigaschool-problem__inner {
  padding-top: 35px;
  padding-bottom: 20px
}
.gigaschool-problem__box {
  position: relative;
  z-index: 2;
  padding: 48px 25px 240px;
  background: #fff url(../img/gigaschool_support/bg_problem01.png) no-repeat center bottom 35px/271px 190px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05)
}
.gigaschool-problem__head {
  color: #4c4c4c;
  font-size: 20px
}
.gigaschool-problem__head-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65.1%, #ffea3c));
  background: linear-gradient(transparent 65%, #ffea3c 65.1%);
  font-size: 28px;
  color: #39bbe6
}
.gigaschool-problem-list__item {
  position: relative;
  height: 63px;
  max-width: 295px;
  margin: 4px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5
}
.gigaschool-problem-list__item:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 63px
}
.gigaschool-problem-list__item.is-small {
  font-size: 12px
}
.gigaschool-problem-list__item:nth-child(odd):before {
  background: url(../img/gigaschool_support/bg_problem01_sp.png) no-repeat center/contain
}
.gigaschool-problem-list__item:nth-child(even):before {
  background: url(../img/gigaschool_support/bg_problem02_sp.png) no-repeat center/contain
}
.gigaschool-problem-list__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-bottom: 12px;
  box-sizing: border-box;
  text-decoration: none;
  color: #4c4c4c
}
.gigaschool-problem-list__link:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 6px 0 6px;
  border-color: #5bc4e7 transparent transparent transparent
}
@media all and (max-width: 340px) {
  .gigaschool-problem__head {
    font-size: 18px
  }
  .gigaschool-problem__head-color {
    font-size: 22px
  }
  .gigaschool-problem-list__item {
    font-size: 12px
  }
  .gigaschool-problem-list__link:after {
    right: 16px
  }
}
@media all and (min-width: 740px) {
  .gigaschool-problem {
    background: none
  }
  .gigaschool-problem:before {
    width: 1620px;
    height: 400px;
    background: #eafbff;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .gigaschool-problem__inner {
    background: url(../img/gigaschool_support/bg_problem01.png) no-repeat left 375px bottom 90px/505px 288px;
    padding-top: 66px
  }
  .gigaschool-problem__box {
    padding: 60px 55px 92px;
    background: #fff url(../img/gigaschool_support/bg_problem01.png) no-repeat center bottom 60px/360px 252px
  }
  .gigaschool-problem__head {
    font-size: 30px
  }
  .gigaschool-problem__head-line {
    position: relative;
    display: inline-block;
    width: fit-content;
    border-bottom: 4px solid #5bc4e7;
    margin: 0 auto 10px
  }
  .gigaschool-problem__head-line:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 13px 0 13px;
    border-color: #5bc4e7 transparent transparent transparent
  }
  .gigaschool-problem__head-color {
    background: none;
    font-size: 40px
  }
  .gigaschool-problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .gigaschool-problem-list__item {
    position: relative;
    z-index: 2;
    width: 50%;
    max-width: 50%;
    height: 64px;
    margin-top: 20px;
    padding: 10px 0;
    border-radius: 30px;
    font-size: 16px;
    box-sizing: border-box
  }
  .gigaschool-problem-list__item:before {
    height: 64px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }
  .gigaschool-problem-list__item:nth-child(1):before, .gigaschool-problem-list__item:nth-child(2):before, .gigaschool-problem-list__item:nth-child(3):before {
    background: url(../img/gigaschool_support/bg_problem01_pc.png) no-repeat left center/352px 64px
  }
  .gigaschool-problem-list__item:nth-child(1) .gigaschool-problem-list__link, .gigaschool-problem-list__item:nth-child(2) .gigaschool-problem-list__link, .gigaschool-problem-list__item:nth-child(3) .gigaschool-problem-list__link {
    margin-right: auto
  }
  .gigaschool-problem-list__item:nth-child(1) .gigaschool-problem-list__link:after, .gigaschool-problem-list__item:nth-child(2) .gigaschool-problem-list__link:after, .gigaschool-problem-list__item:nth-child(3) .gigaschool-problem-list__link:after {
    right: 40px
  }
  .gigaschool-problem-list__item:nth-child(1):before, .gigaschool-problem-list__item:nth-child(3):before {
    background-position: left 30px center
  }
  .gigaschool-problem-list__item:nth-child(1) .gigaschool-problem-list__link, .gigaschool-problem-list__item:nth-child(3) .gigaschool-problem-list__link {
    margin-left: 15px
  }
  .gigaschool-problem-list__item:nth-child(1) .gigaschool-problem-list__link:after, .gigaschool-problem-list__item:nth-child(3) .gigaschool-problem-list__link:after {
    right: 25px
  }
  .gigaschool-problem-list__item:nth-child(n+4):before {
    background: url(../img/gigaschool_support/bg_problem02_pc.png) no-repeat right center/352px 64px
  }
  .gigaschool-problem-list__item:nth-child(n+4) .gigaschool-problem-list__link {
    margin-left: auto
  }
  .gigaschool-problem-list__item:nth-child(4):before, .gigaschool-problem-list__item:nth-child(6):before {
    background-position: right 30px center
  }
  .gigaschool-problem-list__item:nth-child(4) .gigaschool-problem-list__link, .gigaschool-problem-list__item:nth-child(6) .gigaschool-problem-list__link {
    margin-right: 30px
  }
  .gigaschool-problem-list__item:nth-child(4) .gigaschool-problem-list__link:after, .gigaschool-problem-list__item:nth-child(6) .gigaschool-problem-list__link:after {
    right: 30px
  }
  .gigaschool-problem-list__item:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .gigaschool-problem-list__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .gigaschool-problem-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .gigaschool-problem-list__item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .gigaschool-problem-list__item:nth-child(5) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .gigaschool-problem-list__item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .gigaschool-problem-list__item:hover:nth-child(1):before, .gigaschool-problem-list__item:hover:nth-child(2):before, .gigaschool-problem-list__item:hover:nth-child(3):before {
    background-image: url(../img/gigaschool_support/bg_problem01_pc_hover.png)
  }
  .gigaschool-problem-list__item:hover:nth-child(n+4):before {
    background-image: url(../img/gigaschool_support/bg_problem02_pc_hover.png)
  }
  .gigaschool-problem-list__item:hover .gigaschool-problem-list__link {
    color: #fff
  }
  .gigaschool-problem-list__item:hover .gigaschool-problem-list__link:after {
    border-color: #fff transparent transparent transparent
  }
  .gigaschool-problem-list__link {
    max-width: 352px;
    padding-bottom: 8px
  }
  .gigaschool-problem-list__link:after {
    top: 16px;
    border-width: 8px 7px 0 7px
  }
}
.gigaschool-target:after {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  background-color: #5bc4e7
}
.gigaschool-target-top {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #5bc4e7;
  clip-path: polygon(0% 0%, 16% 0%, 50% 10%, 84% 0%, 100% 0%, 100% 100%, 0% 100%)
}
.gigaschool-target-top:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 83px;
  background: url(../img/gigaschool_support/bg_service02_sp.png) no-repeat center/cover
}
.gigaschool-target__lead {
  position: relative;
  font-weight: bold
}
.gigaschool-target__lead:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 10px;
  width: 154px;
  height: 168px;
  background: url(../img/gigaschool_support/bg_service01_sp.png) no-repeat center/contain
}
@media all and (max-width: 340px) {
  .gigaschool-target__lead:before {
    width: 90px;
    height: 98px
  }
}
.gigaschool-target__lead-sub {
  color: #ffea3c;
  font-size: 18px
}
.gigaschool-target__lead-sub span {
  display: inline-block;
  position: relative
}
.gigaschool-target__lead-sub span:after {
  content: '';
  position: absolute;
  bottom: 2px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffea3c
}
.gigaschool-target__lead-main {
  margin-top: 10px;
  font-size: 30px
}
.gigaschool-target__lead-main span {
  display: inline-block;
  position: relative;
  padding: 0 7px
}
.gigaschool-target__lead-main span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  display: block;
  width: 100%;
  height: 15px;
  background-color: #ffea3c;
  z-index: -1
}
.gigaschool-target__lead-txt {
  margin-top: 20px;
  font-size: 18px;
  color: #fff
}
@media all and (max-width: 340px) {
  .gigaschool-target__lead-txt {
    font-size: 16px
  }
}
.gigaschool-target-detail {
  padding-top: 86px;
  padding-bottom: 35px
}
.gigaschool-target-detail-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.gigaschool-target-detail-dlist {
  position: relative;
  width: 45%;
  max-width: 160px;
  border: 2px solid;
  border-radius: 5px;
  background-color: #fff
}
.gigaschool-target-detail-dlist__term {
  padding: 12px 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center
}
.gigaschool-target-detail-dlist__term-label {
  position: absolute;
  color: #4c4c4c;
  font-size: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 10px
}
.gigaschool-target-detail-dlist__term-label.is-item01 {
  top: -50px;
  left: 10px
}
.gigaschool-target-detail-dlist__term-label.is-item02 {
  top: -48px;
  right: 10px
}
.gigaschool-target-detail-dlist__desc {
  padding: 14px;
  font-size: 13px
}
.gigaschool-target-detail-dlist:before {
  content: '';
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 124px;
  height: 55px;
  z-index: -1
}
.gigaschool-target-detail-dlist.is-item01 {
  border-color: #f5aa1b
}
.gigaschool-target-detail-dlist.is-item01:before {
  background: url(../img/gigaschool_support/ico_target01_sp.png) no-repeat center/contain
}
.gigaschool-target-detail-dlist.is-item01 .gigaschool-target-detail-dlist__term {
  background-color: #f5aa1b
}
.gigaschool-target-detail-dlist.is-item02 {
  border-color: #8dc73f
}
.gigaschool-target-detail-dlist.is-item02:before {
  background: url(../img/gigaschool_support/ico_target02_sp.png) no-repeat center/contain
}
.gigaschool-target-detail-dlist.is-item02 .gigaschool-target-detail-dlist__term {
  background-color: #8dc73f
}
.gigaschool-target-detail-dlist.is-item03 {
  border-color: #6acbea
}
.gigaschool-target-detail-dlist.is-item03:before {
  background: url(../img/gigaschool_support/ico_target03_sp.png) no-repeat center/contain
}
.gigaschool-target-detail-dlist.is-item03 .gigaschool-target-detail-dlist__term {
  background-color: #6acbea
}
.gigaschool-target-detail-dlist.is-item04 {
  border-color: #ff5f69
}
.gigaschool-target-detail-dlist.is-item04:before {
  background: url(../img/gigaschool_support/ico_target04_sp.png) no-repeat center/contain
}
.gigaschool-target-detail-dlist.is-item04 .gigaschool-target-detail-dlist__term {
  background-color: #ff5f69
}
.gigaschool-target-detail__area-img {
  position: relative;
  z-index: 2;
  margin: -22px -15px
}
.gigaschool-target-detail__area-img-txt {
  position: absolute;
  top: 132px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: bold;
  color: #fff
}
@media all and (max-width: 340px) {
  .gigaschool-target-detail__area-img-txt {
    font-size: 16px
  }
}
.gigaschool-target-detail__txt {
  position: absolute;
  top: 63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 8px 1px;
  background-color: #0092e6;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  z-index: 5
}
@media all and (max-width: 739px) {
  .gigaschool-target-detail__txt {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl
  }
}
.gigaschool-target-detail__txt:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 45px;
  height: 13px;
  background: url(../img/gigaschool_support/ico_arw01_sp.png) no-repeat center/contain;
  z-index: -1
}
@media all and (min-width: 740px) {
  .gigaschool-target:after {
    content: none
  }
  .gigaschool-target-top {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    clip-path: polygon(0% 0%, 43% 0%, 50% 5%, 56% 0%, 100% 0%, 100% 100%, 0% 100%)
  }
  .gigaschool-target-top:after {
    bottom: 0;
    height: 257px;
    background: url(../img/gigaschool_support/bg_service02_pc.png) no-repeat center/cover
  }
  .gigaschool-target__lead {
    width: calc(100% - 420px);
    padding-left: 15px
  }
  .gigaschool-target__lead:before {
    top: -30px;
    right: -380px;
    z-index: 3;
    width: 420px;
    height: 574px;
    background: url(../img/gigaschool_support/bg_service01_pc.png) no-repeat center/contain
  }
  .gigaschool-target__lead-sub {
    font-size: 40px
  }
  .gigaschool-target__lead-main {
    margin-top: 20px;
    font-size: 80px;
    line-height: 1.5
  }
  .gigaschool-target__lead-main span {
    padding: 0 12px
  }
  .gigaschool-target__lead-main span.pc {
    padding-left: 0
  }
  .gigaschool-target__lead-main span:after {
    bottom: 14px;
    height: 30px
  }
  .gigaschool-target__lead-txt {
    margin-top: 32px;
    font-size: 50px;
    line-height: 1.5;
    white-space: nowrap
  }
  .gigaschool-target-detail {
    background-color: #57bee3;
    margin-top: -1px;
    padding-top: 70px;
    padding-bottom: 120px
  }
  .gigaschool-target-detail__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 50px 70px;
    background-color: #fff
  }
  .gigaschool-target-detail-box {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px
  }
  .gigaschool-target-detail-dlist {
    width: 100%;
    max-width: 100%;
    border: 4px solid;
    border-radius: 10px
  }
  .gigaschool-target-detail-dlist__term {
    margin-top: -1px;
    padding: 8px 0;
    font-size: 22px;
    text-align: center
  }
  .gigaschool-target-detail-dlist__term-label {
    font-size: 15px
  }
  .gigaschool-target-detail-dlist__term-label.is-item01 {
    top: -42px;
    left: 60px
  }
  .gigaschool-target-detail-dlist__term-label.is-item02 {
    top: -45px;
    right: 113px
  }
  .gigaschool-target-detail-dlist__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 22px;
    font-size: 16px
  }
  .gigaschool-target-detail-dlist:before {
    top: -53px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 188px;
    height: 106px;
    z-index: 5
  }
  .gigaschool-target-detail-dlist.is-item01 {
    margin-top: -18px
  }
  .gigaschool-target-detail-dlist.is-item01:before {
    background: url(../img/gigaschool_support/ico_target01_pc.png) no-repeat center/contain;
    left: -28px
  }
  .gigaschool-target-detail-dlist.is-item01 .gigaschool-target-detail-dlist__term {
    padding-left: 125px
  }
  .gigaschool-target-detail-dlist.is-item02 {
    margin-top: 140px
  }
  .gigaschool-target-detail-dlist.is-item02:before {
    background: url(../img/gigaschool_support/ico_target02_pc.png) no-repeat center/contain;
    left: 30px
  }
  .gigaschool-target-detail-dlist.is-item02 .gigaschool-target-detail-dlist__term {
    padding-left: 134px
  }
  .gigaschool-target-detail-dlist.is-item03 {
    margin-top: 26px
  }
  .gigaschool-target-detail-dlist.is-item03:before {
    background: url(../img/gigaschool_support/ico_target03_pc.png) no-repeat center/contain;
    left: -10px
  }
  .gigaschool-target-detail-dlist.is-item03 .gigaschool-target-detail-dlist__term {
    padding-left: 134px
  }
  .gigaschool-target-detail-dlist.is-item04 {
    margin-top: 230px
  }
  .gigaschool-target-detail-dlist.is-item04:before {
    background: url(../img/gigaschool_support/ico_target04_pc.png) no-repeat center/contain;
    left: 60px
  }
  .gigaschool-target-detail-dlist.is-item04 .gigaschool-target-detail-dlist__term {
    padding-left: 200px
  }
  .gigaschool-target-detail__area-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 448px;
    flex: 0 0 448px;
    margin: 0 -36px 0 -48px
  }
  .gigaschool-target-detail__area-img-txt {
    top: 164px;
    font-size: 20px
  }
  .gigaschool-target-detail__txt {
    width: 200px;
    top: 208px;
    padding: 5px 0;
    font-size: 24px;
    text-align: center;
    letter-spacing: .06em
  }
  .gigaschool-target-detail__txt:before {
    width: 37px;
    height: 153px;
    background: url(../img/gigaschool_support/ico_arw01_pc.png) no-repeat center/contain
  }
}
@media screen and (min-width: 1630px) {
  .gigaschool-target__lead {
    width: 100%
  }
  .gigaschool-target__lead:before {
    right: -206px;
    width: 483px;
    height: 658px
  }
}
.gigaschool-service__inner {
  padding-top: 40px;
  padding-bottom: 40px
}
.gigaschool-service__lead {
  text-align: center;
  margin-top: 10px
}
@media all and (min-width: 740px) {
  .gigaschool-service__inner {
    padding-top: 60px;
    padding-bottom: 100px
  }
  .gigaschool-service__lead {
    margin-top: 30px;
    font-size: 18px
  }
}
.gigaschool-service-list {
  margin: 20px 15px 0
}
.gigaschool-service-list__item {
  position: relative;
  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;
  margin-top: 5px;
  padding: 15px 0;
  background-color: #eafbff;
  border-radius: 10px;
  min-height: 78px;
  box-sizing: border-box;
  cursor: pointer
}
.gigaschool-service-list__item.is-active {
  background-color: #0092e6
}
.gigaschool-service-list__item.is-active .gigaschool-service-list__item-txt {
  color: #fff
}
.gigaschool-service-list__item-in {
  width: 100%
}
.gigaschool-service-list__item-ico {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px
}
@media all and (max-width: 340px) {
  .gigaschool-service-list__item-ico {
    left: 10px
  }
}
.gigaschool-service-list__item-txt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #39bbe6;
  line-height: 1.5
}
@media all and (max-width: 340px) {
  .gigaschool-service-list__item-txt {
    font-size: 14px
  }
}
@media all and (min-width: 740px) {
  .gigaschool-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0
  }
  .gigaschool-service-list__item {
    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;
    width: 360px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 26px 0;
    border-radius: 20px
  }
  .gigaschool-service-list__item:nth-child(3n) {
    margin-right: 0
  }
}
.gigaschool-service-content {
  padding-top: 88px
}
.gigaschool-service-content__inner {
  padding: 50px 15px 40px
}
.gigaschool-service-content__item {
  position: relative;
  display: none;
  margin: 0 -15px;
  border: 5px solid #0092e6;
  background: url(../img/gigaschool_support/bg_service03_sp.png) repeat;
  background-size: 10px
}
.gigaschool-service-content__item.is-active {
  display: block
}
.gigaschool-service-content__head {
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  margin: auto;
  padding: 10px 0;
  background-color: #0092e6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  width: calc(100% - 30px)
}
@media all and (max-width: 340px) {
  .gigaschool-service-content__head {
    font-size: 13px
  }
}
.gigaschool-service-content__head:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0092e6 transparent transparent transparent
}
.gigaschool-service-content-set__head {
  margin-bottom: 20px;
  text-align: center;
  font-size: 19px;
  color: #0092e6;
  font-weight: bold;
  letter-spacing: .06em
}
.gigaschool-service-content-set__head span {
  background: linear-gradient(to top, #fdf68d 14px, transparent 14.1px)
}
.gigaschool-service-content__areaImg img {
  border-radius: 10px
}
.gigaschool-service-content__areaTxt {
  margin-top: 20px
}
.gigaschool-service-content__areaTxt-txt {
  font-weight: bold
}
.gigaschool-service-content-point {
  position: relative;
  margin-top: 35px
}
.gigaschool-service-content-point__box {
  background-color: #fff;
  padding: 38px 15px
}
.gigaschool-service-content-point__label {
  position: absolute;
  top: -20px;
  width: 99px;
  height: 46px;
  background: url(../img/gigaschool_support/ico_flag01.png) no-repeat center/contain;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}
.gigaschool-service-content-point__label span {
  position: absolute;
  top: 5px;
  left: 20px;
  display: block;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg)
}
.gigaschool-service-content__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -28px;
  z-index: 5
}
@media all and (min-width: 740px) {
  .gigaschool-service-content {
    padding-top: 120px
  }
  .gigaschool-service-content__inner {
    padding: 86px 50px 55px
  }
  .gigaschool-service-content__item {
    position: relative;
    margin: 0;
    border: 10px solid #0092e6;
    background: url(../img/gigaschool_support/bg_service03_pc.png) repeat;
    background-size: 20px
  }
  .gigaschool-service-content__head {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -40px;
    padding: 13px 37px;
    font-size: 32px;
    width: 860px;
    max-width: 100%;
    min-width: 600px
  }
  .gigaschool-service-content__head.is-large {
    width: 1060px
  }
  .gigaschool-service-content__head:after {
    bottom: -19px;
    border-width: 20px 20px 0 20px
  }
  .gigaschool-service-content-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .gigaschool-service-content-set__head {
    text-align: left;
    font-size: 32px
  }
  .gigaschool-service-content__areaImg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
  }
  .gigaschool-service-content__areaImg img {
    border-radius: 20px
  }
  .gigaschool-service-content__areaTxt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    margin-top: 0
  }
  .gigaschool-service-content-point {
    margin-top: 78px
  }
  .gigaschool-service-content-point__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 42px 26px 34px 40px
  }
  .gigaschool-service-content-point__label {
    top: -50px;
    left: 0;
    width: 157px;
    height: 73px;
    font-size: 26px
  }
  .gigaschool-service-content-point__label span {
    top: 6px;
    left: 32px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg)
  }
  .gigaschool-service-content__btn {
    bottom: -36px
  }
  .gigaschool-service-content__btn-link {
    max-width: 360px;
    margin: auto
  }
}
.gigaschool-service-content-list {
  margin: -4px 0 0
}
.gigaschool-service-content-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px
}
.gigaschool-service-content-list__item:before {
  content: '・';
  color: #39bbe6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px
}
.gigaschool-service-content-list__item.is-large:before {
  margin-top: 5px
}
.gigaschool-service-content-list__item .color {
  position: relative;
  z-index: 2;
  background: linear-gradient(to top, #fdf68d 10px, transparent 10.1px);
  font-size: 17px;
  font-weight: bold
}
.gigaschool-service-content-list__item-txt .is-small {
  font-size: 11px
}
@media all and (min-width: 740px) {
  .gigaschool-service-content-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 446px;
    flex: 0 0 446px;
    margin: -18px 0 0 10px
  }
  .gigaschool-service-content-list__item {
    margin-top: 18px
  }
  .gigaschool-service-content-list__item:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px
  }
  .gigaschool-service-content-list__item.is-large:before {
    margin-top: 7px
  }
  .gigaschool-service-content-list__item .color {
    background: linear-gradient(to top, #fdf68d 14px, transparent 14.1px);
    font-size: 20px
  }
  .gigaschool-service-content-list__item-txt .is-small {
    font-size: 13px
  }
}
.gigaschool-service-content-case {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 21px
}
.gigaschool-service-content-case__head {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  background-color: #5bc4e7;
  padding: 1px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .06em
}
.gigaschool-service-content-case-box {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff
}
.gigaschool-service-content-case__area-txt {
  padding: 20px 0
}
.gigaschool-service-content-case__area-txt + .gigaschool-service-content-case__area-txt {
  border-top: 1px solid #5bc4e7
}
.gigaschool-service-content-case__ico {
  width: 90px;
  margin: 0 auto 18px
}
@media all and (min-width: 740px) {
  .gigaschool-service-content-case {
    padding: 0;
    margin-top: 50px
  }
  .gigaschool-service-content-case__head {
    padding: 2px 0;
    width: 110px;
    font-size: 18px
  }
  .gigaschool-service-content-case-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 5px 5px 0 #f1f6f6;
    padding: 30px 10px
  }
  .gigaschool-service-content-case__area-txt {
    width: 50%;
    padding: 0 30px
  }
  .gigaschool-service-content-case__area-txt + .gigaschool-service-content-case__area-txt {
    border-top: none;
    border-left: 1px solid #5bc4e7
  }
  .gigaschool-service-content-case__ico {
    width: 120px;
    margin: 0 auto 28px
  }
}
.gigaschool-service-content-subject {
  margin-top: 20px
}
.gigaschool-service-content-subject__head {
  display: inline-block;
  padding: 3px 25px;
  text-align: center;
  color: #fff;
  background: #5bc4e7;
  font-weight: bold;
  font-size: 15px;
  border-radius: 10px 10px 0 0
}
.gigaschool-service-content-subject__box {
  background: #fff;
  padding: 25px
}
.gigaschool-service-content-subject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px
}
.gigaschool-service-content-subject__item {
  width: calc(50% - 40px);
  margin: 20px;
  box-sizing: border-box;
  position: relative
}
.gigaschool-service-content-subject__item + .gigaschool-service-content-subject__item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #5bc4e7;
  top: 0;
  left: -20px
}
.gigaschool-service-content-subject__item:nth-child(2n+1):before {
  display: none
}
.gigaschool-service-content-subject__item.is-off .gigaschool-service-content-subject__txt {
  opacity: .5
}
.gigaschool-service-content-subject__item.is-off .gigaschool-service-content-subject__ico {
  opacity: .5;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%)
}
.gigaschool-service-content-subject__txt {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-top: 10px
}
@media all and (min-width: 740px) {
  .gigaschool-service-content-subject__box {
    padding: 40px 0
  }
  .gigaschool-service-content-subject__list {
    margin: 0
  }
  .gigaschool-service-content-subject__item {
    width: 25%;
    margin: 0;
    padding: 0 40px
  }
  .gigaschool-service-content-subject__item + .gigaschool-service-content-subject__item:before {
    left: 0
  }
  .gigaschool-service-content-subject__item:nth-child(2n+1):before {
    display: block
  }
}
.gigaschool-about {
  background-color: #f1f6f6
}
.gigaschool-about__inner {
  padding-top: 30px;
  padding-bottom: 30px
}
.gigaschool-about__txt {
  margin-top: 20px
}
@media all and (min-width: 740px) {
  .gigaschool-about__inner {
    padding-top: 100px;
    padding-bottom: 60px
  }
  .gigaschool-about__txt {
    margin-top: 28px;
    text-align: center
  }
}
.gigaschool-about-list {
  margin-top: 35px;
  padding: 0 10px
}
.gigaschool-about-list__item + .gigaschool-about-list__item {
  margin-top: 50px
}
.gigaschool-about-list__areaImg {
  position: relative
}
.gigaschool-about-list__areaImg img {
  border-radius: 10px
}
.gigaschool-about-list__areaImg-num {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  font-size: 30px;
  color: #39bbe6;
  font-weight: bold
}
.gigaschool-about-list__areaTxt {
  margin-top: 20px;
  font-weight: bold
}
.gigaschool-about-list__areaTxt-head {
  color: #0092e6;
  font-size: 18px;
  text-align: center;
  letter-spacing: .06em
}
.gigaschool-about-list__areaTxt-txt {
  margin-top: 10px
}
.gigaschool-about-list__areaTxt-btn {
  width: 100%;
  margin-top: 5px
}
.gigaschool-about-list__areaTxt-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #0092e6;
  color: #0092e6;
  text-decoration: none;
  letter-spacing: .06em
}
.gigaschool-about-list__areaTxt-link:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #007bff
}
@media all and (min-width: 740px) {
  .gigaschool-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    padding: 0
  }
  .gigaschool-about-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 340px
  }
  .gigaschool-about-list__item + .gigaschool-about-list__item {
    margin-top: 0
  }
  .gigaschool-about-list__item:nth-child(n+4) {
    margin-top: 100px
  }
  .gigaschool-about-list__areaImg img {
    border-radius: 20px
  }
  .gigaschool-about-list__areaImg-num {
    top: -16px;
    font-size: 40px
  }
  .gigaschool-about-list__areaTxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
  }
  .gigaschool-about-list__areaTxt-head {
    font-size: 20px
  }
  .gigaschool-about-list__areaTxt-txt {
    margin-top: 20px;
    margin-bottom: 15px
  }
  .gigaschool-about-list__areaTxt-btn {
    margin-top: auto
  }
  .gigaschool-about-list__areaTxt-link {
    padding: 10px 0
  }
  .gigaschool-about-list__areaTxt-link:after {
    border-width: 7px 0 7px 8px
  }
}
.gigaschool-flow {
  background-color: #f1f6f6
}
.gigaschool-flow__inner {
  padding-top: 50px;
  padding-bottom: 50px
}
.gigaschool-flow__head {
  text-align: center;
  font-size: 20px;
  line-height: 1.3
}
@media all and (max-width: 340px) {
  .gigaschool-flow__head {
    font-size: 18px
  }
}
.gigaschool-flow-list {
  margin-top: 40px;
  padding-left: 15px
}
.gigaschool-flow-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px
}
.gigaschool-flow-list__item:not(:last-child):before {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50px;
  display: block;
  width: 2px;
  height: 19px;
  background-color: #5bc4e7
}
.gigaschool-flow-list__item:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 47px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #5bc4e7 transparent transparent transparent
}
.gigaschool-flow-list__area-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 15px;
  background-color: #5bc4e7;
  border-radius: 50%
}
.gigaschool-flow-list__txt {
  font-weight: bold
}
@media all and (min-width: 740px) {
  .gigaschool-flow__inner {
    padding-top: 100px;
    padding-bottom: 100px
  }
  .gigaschool-flow__head {
    font-size: 40px
  }
  .gigaschool-flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
  }
  .gigaschool-flow-list__item {
    display: block;
    margin-top: 0;
    width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px
  }
  .gigaschool-flow-list__item:not(:last-child):before {
    content: '';
    top: 74px;
    bottom: auto;
    left: auto;
    right: -66px;
    width: 66px;
    height: 4px
  }
  .gigaschool-flow-list__item:not(:last-child):after {
    bottom: auto;
    left: auto;
    top: 68px;
    right: -78px;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #5bc4e7
  }
  .gigaschool-flow-list__area-img {
    margin-right: 0
  }
  .gigaschool-flow-list__txt {
    width: 180px;
    margin: 10px 0 0 -15px;
    text-align: center
  }
}
.gigaschool-flow-detail {
  margin-top: 30px;
  padding: 30px 25px;
  background-color: #fff
}
.gigaschool-flow-detail__head {
  margin-bottom: 10px;
  text-align: center;
  font-size: 18px
}
.gigaschool-flow-detail-dlist + .gigaschool-flow-detail-dlist {
  margin-top: 20px
}
.gigaschool-flow-detail-dlist__term {
  margin-bottom: 10px;
  font-weight: bold
}
.gigaschool-flow-detail-list {
  margin-top: 5px
}
.gigaschool-flow-detail-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px
}
.gigaschool-flow-detail-list__item:before {
  content: '・';
  color: #5bc4e7
}
.gigaschool-flow-detail__area-img {
  margin-top: 15px
}
.gigaschool-flow-detail-note {
  margin-top: 20px
}
.gigaschool-flow-detail-note__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  font-size: 12px
}
.gigaschool-flow-detail-note__item:before {
  content: '※'
}
@media all and (min-width: 740px) {
  .gigaschool-flow-detail {
    margin-top: 80px;
    padding: 30px 56px 40px 56px
  }
  .gigaschool-flow-detail__head {
    margin-bottom: 30px;
    font-size: 26px
  }
  .gigaschool-flow-detail-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .gigaschool-flow-detail-dlist + .gigaschool-flow-detail-dlist {
    margin-top: 30px
  }
  .gigaschool-flow-detail-dlist__term {
    font-size: 18px
  }
  .gigaschool-flow-detail-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px
  }
  .gigaschool-flow-detail-list__item {
    margin-top: .7em
  }
  .gigaschool-flow-detail-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 475px;
    flex: 0 0 475px;
    margin-left: 40px
  }
  .gigaschool-flow-detail__area-img {
    margin-top: 0
  }
  .gigaschool-flow-detail-note__item {
    font-size: 14px
  }
}
.gigaschool-faq__inner {
  padding-top: 50px;
  padding-bottom: 20px
}
@media all and (min-width: 740px) {
  .gigaschool-faq__inner {
    padding-top: 80px;
    padding-bottom: 60px
  }
}
.formBox01 dt {
  position: relative
}
.formBox01 .em01 {
  display: inline-block;
  background: #fd666a;
  padding: 0 5px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.formBox01 .formBtn {
  margin-top: 14px
}
.formBox01 .formBtn input {
  font-size: 11px
}
.formBox01 .support-form-agree__txt {
  background: url(../img/common/ico_arw14.png) left center no-repeat;
  background-size: 6px 10px;
  padding-left: 16px;
  display: inline-block
}
.formBox01 .support-form-agree__txt a {
  color: #56bf81
}
.formBox01 .support-form__note {
  margin-top: 6px;
  color: #fd666a;
  font-size: 10px
}
.formBox01 .support-form__note:before {
  content: '※'
}
.formBox01 .nini01 {
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media all and (min-width: 740px) {
  .formBox01 .em01 {
    padding: 1px 5px;
    right: 20px;
    font-size: 15px
  }
  .formBox01 .formBtn {
    margin-top: 26px
  }
  .formBox01 .formBtn input {
    font-size: 20px
  }
  .formBox01 .support-form__note {
    font-size: 14px
  }
  .formBox01 .nini01 {
    padding: 1px 5px;
    right: 20px;
    font-size: 15px
  }
}
.gigaschool-case__inner {
  padding-top: 30px;
  padding-bottom: 50px
}
.gigaschool-case__label {
  display: inline-block;
  background-color: #39bbe6;
  clip-path: polygon(0% 0%, 100% 0%, 94% 50%, 100% 100%, 0% 100%);
  margin-bottom: 5px;
  padding: 5px 20px 5px 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em
}
.gigaschool-case-set__area-txt {
  position: relative;
  z-index: 2;
  margin-top: 20px
}
.gigaschool-case-set__head {
  margin-bottom: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px
}
@media all and (max-width: 340px) {
  .gigaschool-case-set__head {
    font-size: 14px
  }
}
.gigaschool-case-set__head span {
  color: #3f98f9
}
.gigaschool-case-set__img {
  margin-top: 12px
}
.gigaschool-case-set__note {
  margin-top: 10px;
  font-size: 12px
}
@media all and (max-width: 340px) {
  .gigaschool-case-set__note {
    font-size: 10px
  }
}
.gigaschool-case-set__wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.gigaschool-case-set__area-btn {
  position: relative;
  display: inline-block;
  margin-top: 18px;
  margin-right: 5px
}
@media all and (max-width: 340px) {
  .gigaschool-case-set__area-btn {
    margin-right: 0
  }
}
.gigaschool-case-set__area-btn-head {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 22px;
  margin: auto;
  padding: 0 0;
  background-color: #0092e6;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  width: 130px;
  z-index: 1
}
.gigaschool-case-set__area-btn-head:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0092e6 transparent transparent transparent
}
.gigaschool-case-set__area-btn .gigaschool-case-set__btn {
  width: 160px
}
@media all and (max-width: 340px) {
  .gigaschool-case-set__area-btn .gigaschool-case-set__btn {
    width: 142px
  }
}
.gigaschool-case-set__area-btn .gigaschool__btn-link {
  max-width: 160px;
  box-sizing: border-box;
  padding: 12px 0
}
.gigaschool-case-set__btn {
  margin: 36px auto 0
}
.gigaschool-case-sec {
  margin-top: 54px
}
.gigaschool-case-sec + .gigaschool-case-sec {
  margin-top: 50px
}
.gigaschool-case-sec__area-img {
  position: relative;
  border: 1px solid #dcdcdc;
  border-radius: 10px
}
.gigaschool-case-sec__area-txt {
  margin-top: 18px
}
.gigaschool-case-sec__head {
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: 700
}
.gigaschool-case-sec__head span {
  display: block;
  font-size: 13px
}
.gigaschool-case-sec__txt {
  margin-top: 20px;
  font-size: 13px
}
@media all and (min-width: 740px) {
  .gigaschool-case__inner {
    padding-top: 50px;
    padding-bottom: 100px
  }
  .gigaschool-case__label {
    padding: 6px 26px 6px 20px;
    font-size: 18px
  }
  .gigaschool-case-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .gigaschool-case-set__area-img {
    width: 550px
  }
  .gigaschool-case-set__area-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 516px;
    margin-top: 0
  }
  .gigaschool-case-set__head {
    margin-bottom: 25px;
    padding-bottom: 18px;
    font-size: 24px
  }
  .gigaschool-case-set__note {
    margin-top: 20px;
    font-size: 14px;
    text-align: right
  }
  .gigaschool-case-set__area-btn {
    margin-top: 32px;
    margin-right: 15px
  }
  .gigaschool-case-set__area-btn-head {
    font-size: 14px;
    width: 160px;
    top: -6px
  }
  .gigaschool-case-set__area-btn-head:after {
    bottom: -7px;
    border-width: 7px 7px 0 7px
  }
  .gigaschool-case-set__area-btn .gigaschool-case-set__btn {
    width: 240px
  }
  .gigaschool-case-set__area-btn .gigaschool__btn-link {
    max-width: 240px;
    padding: 15px 0
  }
  .gigaschool-case-set__btn {
    margin: 30px auto 0
  }
  .gigaschool-case-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 75px
  }
  .gigaschool-case-sec + .gigaschool-case-sec {
    margin-top: 100px
  }
  .gigaschool-case-sec:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .gigaschool-case-sec__area-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    border-radius: 20px
  }
  .gigaschool-case-sec__area-img img {
    border-radius: 20px
  }
  .gigaschool-case-sec__area-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 510px;
    flex: 0 0 510px;
    margin-top: 0
  }
  .gigaschool-case-sec__head {
    padding-bottom: 16px;
    font-size: 24px
  }
  .gigaschool-case-sec__head span {
    font-size: 18px
  }
  .gigaschool-case-sec__txt {
    margin-top: 20px;
    font-size: 16px
  }
}
.gigaschool-voice__inner {
  padding-top: 50px;
  padding-bottom: 50px
}
.gigaschool-voice-set {
  margin-top: 32px
}
.gigaschool-voice-set__area-img {
  width: 102px;
  margin: auto
}
.gigaschool-voice-set__area-txt {
  margin-top: 9px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="10" /><feOffset dx="1" dy="3" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.3))
}
.gigaschool-voice-set__txt {
  padding: 38px 24px 24px;
  background-color: #fff;
  clip-path: polygon(0% 7%, 45% 7%, 50% 0%, 55% 7%, 100% 7%, 100% 100%, 0% 100%);
  box-sizing: border-box
}
@media all and (min-width: 740px) {
  .gigaschool-voice__inner {
    padding-top: 100px;
    padding-bottom: 100px
  }
  .gigaschool-voice-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
  }
  .gigaschool-voice-set:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .gigaschool-voice-set:nth-child(even) .gigaschool-voice-set__area-txt {
    margin: 0 11px 0 0
  }
  .gigaschool-voice-set:nth-child(even) .gigaschool-voice-set__txt {
    padding: 36px 70px 36px 30px;
    clip-path: polygon(0% 0%, 97% 0%, 97% 41%, 100% 50%, 97% 59%, 97% 100%, 0% 100%)
  }
  .gigaschool-voice-set__area-img {
    width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px
  }
  .gigaschool-voice-set__area-txt {
    margin: 0 0 0 11px;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.3))
  }
  .gigaschool-voice-set__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 202px;
    padding: 36px 30px 36px 70px;
    clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 3% 100%, 3% 41%, 0% 50%, 3% 59%)
  }
}
.gigaschool-form__txt {
  margin-top: 10px;
  margin-bottom: 15px
}
@media all and (min-width: 740px) {
  .gigaschool-form__txt {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center
  }
}

.pagebookSec .inner {
    padding: 80px 0 0 !important;
}

.secTit01 span.small {
  font-size: 40px;
  display: block;
  color: #0092e6;;
}

@media screen and (min-width: 740px) {
  .pagecaseSec .fkdsTit03 {
      width: 29em;
  }
  .topicsBox02 {
    margin: 80px 0 0 !important;
  }
}
.pagecaseSec .dtlBox .item {
    background-color: #fff !important;
}
.pagecaseSec .inner {
    padding-bottom: 0 !important;
}

.ict-bnr01 {
  position: absolute;
  right:0;
  top:0;
  z-index: 10;
  display: block;
  width: 40%;
  min-width: 560px;
  max-width: 800px;
  top: 5%;
  right: 5%;
}
.ict-bnr01 img {
  display:block;
  width:100%;
}

.bnr01 {
  padding: 3.5rem 10rem 0;
}

@media (max-width: 739px) {
  #mainImg .head {
    padding: 0;
  }
  .ict-bnr01 {
    right:0;
    top:0;
    width: 84%;
    min-width: auto;
    max-width: none;
    top: auto;
    bottom: 10%;
    right: 8%;
  }
  #mainImg {
    height: auto;
  }
  #mainImg .list {
    margin-bottom: 14rem;
  }
  .bnr01 {
    padding: 1.5rem 1rem 0;
  }
  .secTit01 span.small {
    font-size: 5vw;
  }
  .formBox01 .wpcf7-spinner {
    display: none;
  }
/*  
  .gigaschool-faq {
    width: 100vw;
    overflow-x: hidden;
  }
*/  
  .c-faq01 {
    margin: 0 0 20px !important;
  }
}



.fkdsTit03 .capTxt01 {
  line-height: 1.5;
}


.book-link {}
.book-link a {
  line-height: 1.2;
  width: 80%;
  text-align: center;
  color:#fff;
  font-weight: bold;
  text-decoration: none;
  margin: 1em auto 0;
  display: block;
  border-radius: 30rem;
  /*background: rgb(236,183,64);
  background: linear-gradient(0deg, rgba(236,183,64,1) 0%, rgba(243,215,143,1) 100%);*/
  background-color: #1F7DDF;
  padding: 0.6em 0;
  position: relative;
}
.book-link a::after {
  content:"";
  display: block;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}


@media (max-width: 739px) {
  .pagebookSec .inner {
      padding: 10px 0 0 !important;
  }
  #about .pagecaseSec {
    margin-top: 30px !important;
  }
  .book-link {}
  .book-link a {
    width: 95%;
    padding: 0.8em 0;
    line-height: 1.4;
  }
  .book-link a::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 8px;
    height: 8px;
    right: 6%;
    top: 50%;
  }

}


@media screen and (max-width:739px) {
  .formBox01.is-book .addArea input[type="text"] {
    width:100%;;
  }
}

