@charset "UTF-8";
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* line 58, ../sass/suuzi_e.scss */
.unkers {
  background-color: #e6e6e6;
  padding: 30px 0 20px 0;
}
/* line 61, ../sass/suuzi_e.scss */
.unkers .links {
  width: 1000px;
  margin: 0 auto;
}
/* line 64, ../sass/suuzi_e.scss */
.unkers .links div {
  width: 25%;
}

@media screen and (max-width: 999px) {
  /* line 72, ../sass/suuzi_e.scss */
  .unkers .links {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 79, ../sass/suuzi_e.scss */
  .unkers .links div {
    width: 100%;
  }
}
/* line 85, ../sass/suuzi_e.scss */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 129, ../sass/suuzi_e.scss */
.h2Style {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  margin: 40px 0;
}

@media screen and (max-width: 999px) {
  /* line 138, ../sass/suuzi_e.scss */
  .h2Style {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  /* line 144, ../sass/suuzi_e.scss */
  .h2Style {
    font-size: 20px;
  }
}
/* line 150, ../sass/suuzi_e.scss */
.h3Style {
  padding: 20px 0 30px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 999px) {
  /* line 159, ../sass/suuzi_e.scss */
  .h3Style {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  /* line 165, ../sass/suuzi_e.scss */
  .h3Style {
    font-size: 20px;
  }
}
/* line 171, ../sass/suuzi_e.scss */
.h4Style {
  font-size: 30px;
  font-weight: bold;
  color: #787776;
}

@media screen and (max-width: 999px) {
  /* line 178, ../sass/suuzi_e.scss */
  .h4Style {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  /* line 184, ../sass/suuzi_e.scss */
  .h4Style {
    font-size: 16px;
  }
}
/* line 190, ../sass/suuzi_e.scss */
.date {
  font-size: 18px;
  float: right;
  color: #878e72;
  padding-top: 20px;
}

@media screen and (max-width: 999px) {
  /* line 198, ../sass/suuzi_e.scss */
  .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 204, ../sass/suuzi_e.scss */
  .date {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 210, ../sass/suuzi_e.scss */
  .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 216, ../sass/suuzi_e.scss */
  .date {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 221, ../sass/suuzi_e.scss */
  .date {
    font-size: 12px;
  }
}
/* line 226, ../sass/suuzi_e.scss */
.secLead {
  font-size: 18px;
  color: #84807b;
}

@media screen and (max-width: 999px) {
  /* line 232, ../sass/suuzi_e.scss */
  .secLead {
    font-size: 18px;
    padding-bottom: 30px;
    display: inline-block;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 240, ../sass/suuzi_e.scss */
  .secLead {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 246, ../sass/suuzi_e.scss */
  .secLead {
    font-size: 18px;
    padding-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 254, ../sass/suuzi_e.scss */
  .secLead {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 259, ../sass/suuzi_e.scss */
  .secLead {
    font-size: 12px;
  }
}
/* line 264, ../sass/suuzi_e.scss */
.secCont01 {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  /* line 270, ../sass/suuzi_e.scss */
  .secCont01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 276, ../sass/suuzi_e.scss */
  .secCont01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 282, ../sass/suuzi_e.scss */
  .secCont01 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 287, ../sass/suuzi_e.scss */
  .secCont01 {
    font-size: 12px;
  }
}
/* line 292, ../sass/suuzi_e.scss */
.secCont02 {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 999px) {
  /* line 300, ../sass/suuzi_e.scss */
  .secCont02 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 306, ../sass/suuzi_e.scss */
  .secCont02 {
    width: 100%;
  }
}
/* line 312, ../sass/suuzi_e.scss */
.fg {
  color: #757371;
}

/* line 317, ../sass/suuzi_e.scss */
.bleu {
  color: #384690;
  left: 60px;
}

/* line 323, ../sass/suuzi_e.scss */
.pink {
  color: #c2202d;
  left: 60px;
}

/* line 329, ../sass/suuzi_e.scss */
.yellow {
  color: #c5a302;
  left: 60px;
}

/* line 335, ../sass/suuzi_e.scss */
.green {
  color: #129f51;
  left: 55px;
}

/* line 341, ../sass/suuzi_e.scss */
.orange {
  color: #d66f00;
  left: 65px;
}

/* line 347, ../sass/suuzi_e.scss */
.fOrange {
  color: #e9951a;
}

/* line 352, ../sass/suuzi_e.scss */
.fGreen {
  color: #5c8e72;
}

/* line 357, ../sass/suuzi_e.scss */
p {
  color: #84807b;
}

/* line 362, ../sass/suuzi_e.scss */
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 2em 0;
  padding: 7px 55px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #fff;
}
/* line 371, ../sass/suuzi_e.scss */
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media screen and (max-width: 767px) {
  /* line 383, ../sass/suuzi_e.scss */
  .balloon1-top {
    padding: 7px 15px;
  }
}
@media screen and (max-width: 340px) {
  /* line 389, ../sass/suuzi_e.scss */
  .balloon1-top {
    max-width: 90%;
    padding: 7px 15px;
  }
}
/* line 397, ../sass/suuzi_e.scss */
.balloon1-left {
  position: relative;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #e7be82;
}
/* line 406, ../sass/suuzi_e.scss */
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 48%;
  left: -25px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #e7be82;
}
/* line 415, ../sass/suuzi_e.scss */
.balloon1-left p {
  margin: 0;
  padding: 0;
}

/* line 424, ../sass/suuzi_e.scss */
.balloon1 {
  width: 80%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #e7be82;
  position: absolute;
  top: 50%;
  left: 10%;
}

/* line 441, ../sass/suuzi_e.scss */
#location {
  width: 100%;
}
/* line 443, ../sass/suuzi_e.scss */
#location .bgLite {
  background-color: #afd2be;
}
/* line 445, ../sass/suuzi_e.scss */
#location .bgLite .map {
  width: 100%;
}
/* line 448, ../sass/suuzi_e.scss */
#location .bgLite .cont {
  width: 100%;
  font-size: 22px;
  padding: 30px 0;
  text-align: center;
}
/* line 453, ../sass/suuzi_e.scss */
#location .bgLite .cont p {
  letter-spacing: 4px;
}
/* line 455, ../sass/suuzi_e.scss */
#location .bgLite .cont p span {
  font-size: 50px;
  color: #5c8e72;
  font-size: 50px;
  font-weight: bold;
  color: #5c8e72;
  margin: 0 5px;
}
/* line 466, ../sass/suuzi_e.scss */
#location .bgGreen {
  background-color: #93c8aa;
}
/* line 468, ../sass/suuzi_e.scss */
#location .bgGreen .secArea01 {
  font-size: 22px;
  text-align: center;
}
/* line 471, ../sass/suuzi_e.scss */
#location .bgGreen .secArea01 span {
  font-size: 65px;
  font-weight: bold;
  color: #5c8e72;
  margin: 0 5px;
}
/* line 477, ../sass/suuzi_e.scss */
#location .bgGreen .secArea01 sup {
  position: relative;
  top: 45px;
}
/* line 482, ../sass/suuzi_e.scss */
#location .bgGreen .secArea02 {
  font-size: 22px;
  color: #878e89;
}
/* line 485, ../sass/suuzi_e.scss */
#location .bgGreen .secArea02 .sec02pnt {
  font-size: 42px;
  color: #5c8e72;
}
/* line 489, ../sass/suuzi_e.scss */
#location .bgGreen .secArea02 sup {
  position: relative;
  top: 30px;
}

@media screen and (max-width: 999px) {
  /* line 500, ../sass/suuzi_e.scss */
  #location .bgLite .map {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 508, ../sass/suuzi_e.scss */
  #location .bgLite .map {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  /* line 517, ../sass/suuzi_e.scss */
  #location .bgLite .cont {
    width: 100%;
    float: none;
    padding: 0 0 60px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 526, ../sass/suuzi_e.scss */
  #location .bgLite .cont {
    width: 100%;
    float: none;
    font-size: 16px;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  /* line 541, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 547, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 553, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 559, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 {
    font-size: 2.86458vw;
  }
}
@media screen and (max-width: 999px) {
  /* line 566, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 span {
    font-size: 100px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 572, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 span {
    font-size: 10vw;
  }
}
@media screen and (max-width: 420px) {
  /* line 578, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea01 span {
    font-size: 36px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 999px) {
  /* line 587, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 593, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 599, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 605, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 {
    font-size: 2.86458vw;
  }
}
@media screen and (max-width: 999px) {
  /* line 612, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 .sec02pnt {
    font-size: 42px;
  }
}
@media screen and (max-width: 999px) and (max-width: 1000px) {
  /* line 618, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 .sec02pnt {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 624, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 .sec02pnt {
    font-size: 42px;
  }
}
@media screen and (max-width: 420px) {
  /* line 630, ../sass/suuzi_e.scss */
  #location .bgGreen .secArea02 .sec02pnt {
    font-size: 26px;
  }
}
/* line 637, ../sass/suuzi_e.scss */
#student {
  width: 100%;
}
/* line 639, ../sass/suuzi_e.scss */
#student .flaxLite {
  background-color: #ddd5cd;
  padding-top: 30px;
}
/* line 642, ../sass/suuzi_e.scss */
#student .flaxLite .secTex {
  margin-bottom: 40px;
}
/* line 645, ../sass/suuzi_e.scss */
#student .flaxLite .stNumber {
  font-size: 90px;
  color: #878e89;
  line-height: 1.2;
}
/* line 649, ../sass/suuzi_e.scss */
#student .flaxLite .stNumber span {
  font-size: 22px;
}
/* line 653, ../sass/suuzi_e.scss */
#student .flaxLite .numAll {
  width: 100%;
  background: #eeeee7;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #888685;
}
/* line 660, ../sass/suuzi_e.scss */
#student .flaxLite .numAll span {
  font-size: 50px;
  letter-spacing: 5px;
  margin: 0 5px;
}
/*↓広報修正ここから　もとのwidthは184px:↓ */
/* line 666, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox {
  width: 150px;
  margin-left: 20px;
  margin-bottom: 45px;
  float: left;
}
/*↑広報修正ここまで↑*/
/* line 671, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox:first-child {
  margin-left: 0;
}
/* line 674, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .bx {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}
/* line 684, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .kyouiku {
  color: #384690;
  background-color: #dbe8fc;
  height: 161px;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 999px) {
  /* line 684, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kyouiku {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 684, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kyouiku {
    width: 100%;
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 684, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kyouiku {
    padding: 20px 0;
  }
}
/* line 703, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .igaku {
  color: #c2202d;
  background-color: #ffeef0;
  height: 161px;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 999px) {
  /* line 703, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .igaku {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 703, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .igaku {
    width: 100%;
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 703, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .igaku {
    padding: 20px 0;
  }
}
/* line 722, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .kougaku {
  color: #d5b004;
  background-color: #f9f3d2;
  height: 161px;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 999px) {
  /* line 722, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kougaku {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 722, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kougaku {
    width: 100%;
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 722, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .kougaku {
    padding: 20px 0;
  }
}
/* line 741, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .nougaku {
  color: #129f51;
  background-color: #d8efe1;
  height: 161px;
  vertical-align: middle;
  display: table-cell;
}
@media screen and (max-width: 999px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .nougaku {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .nougaku {
    width: 100%;
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .nougaku {
    padding: 20px 0;
  }
}
/*↓広報修正ここから　地域資源創成学研究科追加↓ */
  #student .flaxLite .nameBox .tiki{
    color:#d66f00;
    background-color: #ffe9cc;
    height: 161px;
    vertical-align: middle;
    display: table-cell;
}
@media screen and (max-width: 999px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .tiki {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .tiki {
    width: 100%;
    display: block;
    padding: 30px 0;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  /* line 741, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox .tiki {
    padding: 20px 0;
  }
}


/*↑広報修正ここまで↑*/
/* line 760, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .nUm {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #787776;
}
/* line 765, ../sass/suuzi_e.scss */
#student .flaxLite .nameBox .nUm span {
  font-size: 16px;
}
/* line 771, ../sass/suuzi_e.scss */
#student .flax {
  background-color: #d4cbc3;
}
@media screen and (max-width: 767px) {
  /* line 775, ../sass/suuzi_e.scss */
  #student .flax .fst img {
    top: 50% !important;
    bottom: unset !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 780, ../sass/suuzi_e.scss */
  #student .flax .fst .pNumber {
    bottom: 13% !important;
  }
}
/* line 786, ../sass/suuzi_e.scss */
#student .flax .allStd {
  padding-bottom: 1em;
  background-color: #fff;
  opacity: 0.7;
}
/* line 790, ../sass/suuzi_e.scss */
#student .flax .allStd p {
  font-size: 16px;
}
/* line 793, ../sass/suuzi_e.scss */
#student .flax .allStd .fBig {
  font-size: 50px;
  color: #787776;
}
/* line 798, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph {
  width: 188px;
  float: left;
  position: relative;
  margin-right: 15px;
}
/* line 803, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph img {
  position: absolute;
  z-index: 100;
  top: 27%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  /* line 803, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph img {
    top: 10%;
  }
}
/* line 815, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph:last-child {
  margin-right: 0;
}
/* line 819, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph .depname {
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #94908d;
  height: 100px;
  padding-top: 3em;
}
@media screen and (max-width: 767px) {
  /* line 819, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph .depname {
    height: auto;
    padding-top: 0;
  }
}
/* line 831, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph .pNumber {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  bottom: 14%;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0 auto;
}
/* line 840, ../sass/suuzi_e.scss */
#student .flax .graphArea .depGraph .pNumber span {
  font-size: 12px;
}

@media screen and (max-width: 999px) {
  /* line 852, ../sass/suuzi_e.scss */
  #student .flaxLite .stNumber {
    font-size: 15vw;
  }
}
@media screen and (max-width: 767px) {
  /* line 858, ../sass/suuzi_e.scss */
  #student .flaxLite .stNumber {
    font-size: 15vw;
  }
}
@media screen and (max-width: 999px) {
  /* line 866, ../sass/suuzi_e.scss */
  #student .flaxLite .numAll {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 874, ../sass/suuzi_e.scss */
  #student .flaxLite .gBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 881, ../sass/suuzi_e.scss */
  #student .flaxLite .gBox {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 889, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox {
    width: 45%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  /* line 896, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox {
    width: 90%;
    float: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  /* line 906, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox:nth-child(odd) {
    margin-left: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  /* line 913, ../sass/suuzi_e.scss */
  #student .flaxLite .nameBox:nth-child(odd) {
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  /* line 930, ../sass/suuzi_e.scss */
  #student .flax .allStd {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 939, ../sass/suuzi_e.scss */
  #student .flax .allStd .fBig {
    font-size: 10vw;
    margin: 0 10px;
  }
}
@media screen and (max-width: 999px) {
  /* line 946, ../sass/suuzi_e.scss */
  #student .flax .graphArea {
    width: 650px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 953, ../sass/suuzi_e.scss */
  #student .flax .graphArea {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  /* line 959, ../sass/suuzi_e.scss */
  #student .flax .graphArea {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  /* line 966, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph {
    width: 188px;
    float: left;
    position: relative;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  /* line 975, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 984, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph:last-child {
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 990, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 996, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph:nth-child(3) {
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1002, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph:nth-child(4) {
    margin-left: 16%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1008, ../sass/suuzi_e.scss */
  #student .flax .graphArea .depGraph:nth-child(4) {
    margin: 0 auto;
  }
}
/* line 1018, ../sass/suuzi_e.scss */
#h29nyugaku .litePink {
  background-color: #f7d2d2;
  padding-bottom: 20px;
}
/* line 1021, ../sass/suuzi_e.scss */
#h29nyugaku .litePink .numBox {
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 100px;
}
/* line 1026, ../sass/suuzi_e.scss */
#h29nyugaku .litePink .numBox p {
  font-size: 90px;
  font-weight: bold;
  color: #e16666;
  letter-spacing: 1px;
  line-height: 1;
}
/* line 1032, ../sass/suuzi_e.scss */
#h29nyugaku .litePink .numBox p span {
  font-size: 20px;
  color: #787776;
  margin-left: 5px;
}
/* line 1040, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink {
  background-color: #f6bcbc;
}
/* line 1042, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 {
  padding-top: 40px;
}
/* line 1044, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap {
  position: relative;
  margin-bottom: 30px;
}
/* line 1047, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .region {
  width: 80px;
  height: 80px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 45px;
  line-height: 1.2;
  text-align: center;
  color: #888685;
  position: absolute;
}
/* line 1057, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .region span {
  font-size: 30px;
  letter-spacing: -1px;
}
/* line 1062, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .hokkaido {
  top: 10%;
  right: 30%;
}
/* line 1066, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .touhoku {
  top: 39%;
  right: 38%;
}
/* line 1070, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .tyuubu {
  top: 51%;
  right: 51%;
}
/* line 1074, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .kantou {
  top: 57%;
  right: 37%;
}
/* line 1078, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .kinki {
  top: 68%;
  right: 52%;
}
/* line 1082, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .chugoku {
  top: 61%;
  right: 67%;
}
/* line 1086, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .shikoku {
  top: 78%;
  right: 64%;
}
/* line 1090, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .kyushu {
  top: 81%;
  right: 79%;
}
/* line 1093, ../sass/suuzi_e.scss */
#h29nyugaku .darkPink .secCont01 .jpMap .kyushu .fRed {
  color: #ff0000;
}

@media screen and (max-width: 999px) {
  /* line 1104, ../sass/suuzi_e.scss */
  #h29nyugaku .litePink .numBox {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  /* line 1111, ../sass/suuzi_e.scss */
  #h29nyugaku .litePink .numBox p {
    font-size: 10vw;
  }
}
@media screen and (max-width: 999px) {
  /* line 1120, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1126, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  /* line 1132, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1140, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 .jpMap .region {
    width: 10%;
    height: 14%;
  }
}
@media screen and (max-width: 420px) {
  /* line 1147, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 .jpMap .region {
    font-size: 10px;
    padding: 2% 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 1155, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 .jpMap .region span {
    font-size: 18px;
  }
}
@media screen and (max-width: 420px) {
  /* line 1161, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .secCont01 .jpMap .region span {
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  /* line 1176, ../sass/suuzi_e.scss */
  #h29nyugaku .darkPink .graphPink {
    padding-bottom: 80px;
  }
}
/* line 1183, ../sass/suuzi_e.scss */
#international .liteOrange {
  background-color: #ffd69a;
  padding-bottom: 20px;
}
/* line 1186, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 {
  position: relative;
}
/* line 1188, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .spCount {
  display: none;
}
/* line 1191, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
/* line 1195, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .pcMap {
  display: block !important;
}
/* line 1198, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .spMap {
  display: none !important;
}
/* line 1201, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .country {
  width: 115px;
  height: 115px;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 70px;
  line-height: 1.2;
  text-align: center;
  color: #888685;
  position: absolute;
}
/* line 1211, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .country span {
  font-size: 26px;
  letter-spacing: -1px;
}
/* line 1215, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .country .small {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  /* line 1215, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .country .small {
    font-size: 10px;
  }
}
/* line 1223, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .asia {
  top: 17%;
  left: 30%;
}
/* line 1227, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .oseania {
  top: 70%;
  left: 36%;
}
/* line 1231, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .chuto {
  top: 30%;
  left: 19%;
}
/* line 1235, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .europe {
  top: 25%;
  left: 3%;
}
/* line 1239, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .wdMap .africa {
  top: 55%;
  left: 7%;
}
/*↓広報修正ここから↓ */
#international .liteOrange .secCont01 .wdMap .samerica {
  top: 69%;
  left: 79%;
}
#international .liteOrange .secCont01 .wdMap .namerica {
  top: 25%;
  left: 75%;
}

/*↑広報修正ここまで↑*/
/* line 1244, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .asian {
  position: absolute;
  top: 26%;
  left: 44%;
  font-size: 12px;
}
/* line 1250, ../sass/suuzi_e.scss */
#international .liteOrange .secCont01 .asianSp {
  display: none !important;
}
/* line 1254, ../sass/suuzi_e.scss */
#international .liteOrange .wordLead {
  font-size: 22px;
  font-weight: bold;
  color: #84807b;
}
/* line 1258, ../sass/suuzi_e.scss */
#international .liteOrange .wordLead .big {
  color: #e9951a;
  font-size: 90px;
  font-weight: bold;
  margin: 0 5px;
}
/* line 1265, ../sass/suuzi_e.scss */
#international .liteOrange .wlead {
  font-size: 20px;
}
/* line 1268, ../sass/suuzi_e.scss */
#international .liteOrange .wSubLead {
  font-size: 12px;
}
/* line 1271, ../sass/suuzi_e.scss */
#international .liteOrange .big {
  font-size: 70px;
  margin: 0 5px;
}
/* line 1275, ../sass/suuzi_e.scss */
#international .liteOrange .middle {
  font-size: 40px;
  margin: 0 5px;
}
/* line 1280, ../sass/suuzi_e.scss */
#international .darkOrange {
  background-color: #fbcc88;
}

@media screen and (max-width: 999px) {
  /* line 1288, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .spCount {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255, 152, 0, 0.5);
    padding: 1em;
    color: #777;
    margin-bottom: 1em;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1300, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .spCount {
    width: 80%;
    margin: 0 auto;
    background-color: rgba(255, 152, 0, 0.5);
    padding: 1em;
    color: #777;
    margin-bottom: 1em;
    font-size: 16px;
    position: absolute;
    top: 22%;
    left: 10%;
    font-weight: bold;
    display: block;
  }
}
@media screen and (max-width: 420px) {
  /* line 1316, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .spCount {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  /* line 1322, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1328, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1336, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .pcMap {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1343, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .spMap {
    display: block !important;
  }
}
@media screen and (max-width: 999px) {
  /* line 1350, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .country {
    width: 11%;
    height: 22%;
    padding: 2% 0;
    background-color: #fff;
    border-radius: 60px;
    line-height: 1.2;
    text-align: center;
    color: #888685;
    position: absolute;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1365, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .country {
    display: none !important;
  }
}
@media screen and (max-width: 999px) {
  /* line 1372, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .wdMap .country span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1385, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .asian {
    display: none !important;
    top: 25%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1393, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .asianSp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  /* line 1399, ../sass/suuzi_e.scss */
  #international .liteOrange .secCont01 .asianSp {
    display: block !important;
    font-size: 11px !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1407, ../sass/suuzi_e.scss */
  #international .liteOrange .wordLead {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 1413, ../sass/suuzi_e.scss */
  #international .liteOrange .wordLead {
    padding: 60px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1420, ../sass/suuzi_e.scss */
  #international .liteOrange .wordLead .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1428, ../sass/suuzi_e.scss */
  #international .liteOrange .wSubLead {
    font-size: 10px;
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1437, ../sass/suuzi_e.scss */
  #international .liteOrange .big {
    font-size: 55px;
  }
}
@media screen and (max-width: 420px) {
  /* line 1443, ../sass/suuzi_e.scss */
  #international .liteOrange .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  /* line 1450, ../sass/suuzi_e.scss */
  #international .liteOrange .middle {
    font-size: 55px;
  }
}
@media screen and (max-width: 420px) {
  /* line 1456, ../sass/suuzi_e.scss */
  #international .liteOrange .middle {
    font-size: 30px;
  }
}
/* line 1463, ../sass/suuzi_e.scss */
#teacher .darkYellow {
  background-color: #f2d8a1;
}
/* line 1465, ../sass/suuzi_e.scss */
#teacher .darkYellow p {
  font-size: 30px;
}
/* line 1467, ../sass/suuzi_e.scss */
#teacher .darkYellow p span {
  font-size: 90px;
  font-weight: bold;
  color: #d0a719;
  letter-spacing: 3px;
  margin: 0 5px;
}
/* line 1475, ../sass/suuzi_e.scss */
#teacher .darkYellow .sub {
  font-size: 16px;
}
/* line 1478, ../sass/suuzi_e.scss */
#teacher .darkYellow .come .main {
  font-size: 22px;
}
/* line 1480, ../sass/suuzi_e.scss */
#teacher .darkYellow .come .main span {
  font-size: 50px;
  color: #635260;
}
/* line 1485, ../sass/suuzi_e.scss */
#teacher .darkYellow p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  /* line 1494, ../sass/suuzi_e.scss */
  #teacher .darkYellow p span {
    font-size: 60px;
  }
}
@media screen and (max-width: 340px) {
  /* line 1502, ../sass/suuzi_e.scss */
  #teacher .darkYellow .come .main {
    font-size: 18px;
  }
}
@media screen and (max-width: 340px) {
  /* line 1509, ../sass/suuzi_e.scss */
  #teacher .darkYellow .come .main span {
    font-size: 40px;
  }
}
/* line 1517, ../sass/suuzi_e.scss */
#employ .fs {
  font-size: 20px;
  position: absolute;
}
/* line 1520, ../sass/suuzi_e.scss */
#employ .fs span {
  font-size: 40px;
}
/* line 1524, ../sass/suuzi_e.scss */
#employ .liteBlue {
  background-color: #94cfee;
}
/* line 1526, ../sass/suuzi_e.scss */
#employ .liteBlue .lt {
  position: relative;
  float: left;
  width: 50%;
  text-align: center;
}
/* line 1531, ../sass/suuzi_e.scss */
#employ .liteBlue .lt .dntGrp01 {
  width: 300px;
  position: relative;
  margin: 0 auto;
}
/* line 1536, ../sass/suuzi_e.scss */
#employ .liteBlue .lt .grName {
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #94908d;
  height: 48px;
  padding-top: 1.5em;
}
/* line 1544, ../sass/suuzi_e.scss */
#employ .liteBlue .lt .per60 {
  top: 54%;
  left: 62%;
}
/* line 1548, ../sass/suuzi_e.scss */
#employ .liteBlue .lt .per24 {
  top: 46%;
  left: 10%;
}
/* line 1552, ../sass/suuzi_e.scss */
#employ .liteBlue .lt .per16 {
  top: 12%;
  left: 26%;
}
/* line 1557, ../sass/suuzi_e.scss */
#employ .liteBlue .rt {
  position: relative;
  float: right;
  width: 50%;
  text-align: center;
}
/* line 1562, ../sass/suuzi_e.scss */
#employ .liteBlue .rt .dntGrp02 {
  width: 300px;
  position: relative;
  margin: 0 auto;
}
/* line 1567, ../sass/suuzi_e.scss */
#employ .liteBlue .rt .grName {
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #94908d;
  height: 48px;
  padding-top: 1.5em;
}
/* line 1575, ../sass/suuzi_e.scss */
#employ .liteBlue .rt .per76 {
  top: 57%;
  right: 14%;
}
/* line 1579, ../sass/suuzi_e.scss */
#employ .liteBlue .rt .per5 {
  top: 31%;
  right: 79%;
}
/* line 1583, ../sass/suuzi_e.scss */
#employ .liteBlue .rt .per19 {
  top: 13%;
  right: 60%;
}
/* line 1588, ../sass/suuzi_e.scss */
#employ .liteBlue .det {
  width: 250px;
  margin: 30px auto;
}
/* line 1591, ../sass/suuzi_e.scss */
#employ .liteBlue .det .white {
  position: relative;
  width: 40px;
  display: block;
  float: left;
  margin-left: 40px;
}
/* line 1597, ../sass/suuzi_e.scss */
#employ .liteBlue .det .white:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  display: block;
  left: -35px;
}
/* line 1611, ../sass/suuzi_e.scss */
#employ .liteBlue .det .gray {
  position: relative;
  width: 40px;
  float: left;
  margin-left: 40px;
}
/* line 1616, ../sass/suuzi_e.scss */
#employ .liteBlue .det .gray:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-color: #d1e6f2;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  display: block;
  left: -35px;
}
/* line 1631, ../sass/suuzi_e.scss */
#employ .liteBlue .det .blue {
  position: relative;
  width: 50px;
  float: left;
  margin-left: 40px;
}
/* line 1636, ../sass/suuzi_e.scss */
#employ .liteBlue .det .blue:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-color: #a9d7ed;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  display: block;
  left: -35px;
}
/* line 1653, ../sass/suuzi_e.scss */
#employ .darkBlue {
  background-color: #85c3ea;
}
/* line 1655, ../sass/suuzi_e.scss */
#employ .darkBlue .fs span {
  font-size: 30px;
}
/* line 1659, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .lt {
  width: 189px;
  float: left;
  margin-left: 100px;
  position: relative;
}
/* line 1664, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .lt .per54 {
  top: 30%;
  left: 69%;
}
/* line 1668, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .lt .per46 {
  top: 70%;
  left: 5%;
  color: #fff;
}
/* line 1674, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .ct {
  width: 189px;
  float: left;
  margin: 0 110px;
  position: relative;
}
/* line 1679, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .ct .per100 {
  top: 29%;
  left: 61%;
}
/* line 1684, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .rt {
  width: 189px;
  float: left;
  margin-right: 100px;
  position: relative;
}
/* line 1689, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .rt .per34 {
  top: 30%;
  left: 69%;
}
/* line 1693, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue01 .rt .per66 {
  top: 70%;
  left: 5%;
  color: #fff;
}
/* line 1701, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue02 .lt {
  width: 189px;
  float: left;
  margin-left: 240px;
  position: relative;
}
/* line 1706, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue02 .lt .per32 {
  top: 30%;
  left: 69%;
}
/* line 1710, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue02 .lt .per68 {
  top: 73%;
  left: 5%;
  color: #fff;
}
/* line 1716, ../sass/suuzi_e.scss */
#employ .darkBlue .graphBlue02 .rt {
  width: 189px;
  float: right;
  margin-right: 230px;
  position: relative;
}
/* line 1723, ../sass/suuzi_e.scss */
#employ .darkBlue .gakubuNa {
  font-size: 16px;
  line-height: 1.2;
  height: 40px;
  padding: 1em 0 0 0;
  margin-bottom: 1em;
}
/* line 1730, ../sass/suuzi_e.scss */
#employ .darkBlue .gakubuImg {
  position: absolute;
  width: 89px;
  top: 44%;
  left: 26%;
}
/* line 1735, ../sass/suuzi_e.scss */
#employ .darkBlue .gakubuImg span {
  color: #fff;
  letter-spacing: -1px;
  font-size: 12px;
  font-weight: bold;
}
/* line 1742, ../sass/suuzi_e.scss */
#employ .darkBlue .chk {
  top: 39% !important;
}
/* line 1745, ../sass/suuzi_e.scss */
#employ .darkBlue .det {
  clear: both;
  width: 300px;
  margin: 20px auto;
}
/* line 1749, ../sass/suuzi_e.scss */
#employ .darkBlue .det .white {
  position: relative;
  width: 150px;
  float: left;
  margin-left: 50px;
}
/* line 1754, ../sass/suuzi_e.scss */
#employ .darkBlue .det .white:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  display: block;
  left: -37px;
}
/* line 1765, ../sass/suuzi_e.scss */
#employ .darkBlue .det .blue {
  position: relative;
  width: 45px;
  float: left;
  margin-left: 50px;
}
/* line 1770, ../sass/suuzi_e.scss */
#employ .darkBlue .det .blue:before {
  content: " ";
  width: 30px;
  height: 15px;
  background-color: #3f99d1;
  position: absolute;
  top: 2px;
  display: block;
  left: -37px;
}

@media screen and (max-width: 767px) {
  /* line 1789, ../sass/suuzi_e.scss */
  #employ .liteBlue .lt {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 1802, ../sass/suuzi_e.scss */
  #employ .liteBlue .rt {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 999px) {
  /* line 1823, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 1830, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1838, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .lt {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 1844, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .lt {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1854, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .ct {
    margin: 0 10%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1860, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .ct {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1869, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .rt {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 1875, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue01 .rt {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1884, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue02 {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1892, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue02 .lt {
    margin-left: 18%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1898, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue02 .lt {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  /* line 1908, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue02 .rt {
    margin-right: 18%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1914, ../sass/suuzi_e.scss */
  #employ .darkBlue .graphBlue02 .rt {
    float: none;
    margin: 0 auto;
  }
}
/* line 1931, ../sass/suuzi_e.scss */
#study .litePurple {
  background-color: #d2c1e6;
}
/* line 1933, ../sass/suuzi_e.scss */
#study .litePurple .bg01 {
  background-image: url(../img/data/background01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1939, ../sass/suuzi_e.scss */
#study .litePurple .bg03 {
  background-image: url(../img/data/background03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1946, ../sass/suuzi_e.scss */
#study .purple {
  background-color: #c7b3dd;
  padding: 30px 0;
}
/* line 1949, ../sass/suuzi_e.scss */
#study .purple .bg02 {
  background-image: url(../img/data/background02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1956, ../sass/suuzi_e.scss */
#study .lead {
  width: 720px;
  margin: 0 auto;
  letter-spacing: 0;
  line-height: 1.7;
  padding: 2.5em 0;
}
/* line 1963, ../sass/suuzi_e.scss */
#study .much {
  font-size: 24px;
  padding-bottom: 80px;
  letter-spacing: 2px;
  text-align: center;
  font-weight: bold;
  color: #84807b;
}
/* line 1970, ../sass/suuzi_e.scss */
#study .much .big {
  font-size: 90px;
  margin: 0 5px;
}
/* line 1974, ../sass/suuzi_e.scss */
#study .much .middle {
  font-size: 50px;
  margin: 0 20px;
}
/* line 1978, ../sass/suuzi_e.scss */
#study .much .pur {
  color: #8f73b1;
}

@media screen and (max-width: 420px) {
  /* line 1986, ../sass/suuzi_e.scss */
  #study .litePurple .bg01 {
    background-image: none;
  }
}
@media screen and (max-width: 420px) {
  /* line 1993, ../sass/suuzi_e.scss */
  #study .litePurple .bg03 {
    background-image: none;
  }
}
@media screen and (max-width: 420px) {
  /* line 2001, ../sass/suuzi_e.scss */
  #study .purple .bg02 {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 2008, ../sass/suuzi_e.scss */
  #study .lead {
    width: 100%;
    padding: 2em 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  /* line 2017, ../sass/suuzi_e.scss */
  #study .much {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2023, ../sass/suuzi_e.scss */
  #study .much {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2030, ../sass/suuzi_e.scss */
  #study .much .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2037, ../sass/suuzi_e.scss */
  #study .much .middle {
    font-size: 30px;
  }
}
/* line 2045, ../sass/suuzi_e.scss */
#various .darkGreen {
  background-color: #93c8aa;
}
/* line 2047, ../sass/suuzi_e.scss */
#various .darkGreen .bg04 {
  background-image: url(../img/data/background04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 2053, ../sass/suuzi_e.scss */
#various .darkGreen .gree {
  color: #5c8372;
}
/* line 2056, ../sass/suuzi_e.scss */
#various .darkGreen .siiku {
  width: 660px;
  margin: 0 auto;
}
/* line 2059, ../sass/suuzi_e.scss */
#various .darkGreen .siiku .usi, #various .darkGreen .siiku .buta {
  width: 330px;
  float: left;
  font-size: 22px;
  color: #84807b;
}
/* line 2064, ../sass/suuzi_e.scss */
#various .darkGreen .siiku .usi img, #various .darkGreen .siiku .buta img {
  margin: 20px 10px 20px 20px;
}
/* line 2068, ../sass/suuzi_e.scss */
#various .darkGreen .siiku .big {
  font-size: 90px;
  margin: 0 10px;
}
/* line 2074, ../sass/suuzi_e.scss */
#various .liteGreen {
  background-color: #afd2be;
}
/* line 2077, ../sass/suuzi_e.scss */
#various .balloon1-top {
  padding: 0 55px !important;
}
/* line 2080, ../sass/suuzi_e.scss */
#various .gree {
  color: #5c8372;
}
/* line 2083, ../sass/suuzi_e.scss */
#various .varNum {
  font-size: 22px;
  color: #84807b;
  line-height: 1;
  padding-bottom: 30px;
}
@media screen and (max-width: 420px) {
  /* line 2083, ../sass/suuzi_e.scss */
  #various .varNum {
    padding-bottom: 0;
  }
}
/* line 2091, ../sass/suuzi_e.scss */
#various .varNum .big {
  font-size: 90px;
  margin: 0 10px;
}
/* line 2095, ../sass/suuzi_e.scss */
#various .varNum .middle {
  font-size: 55px;
}
/* line 2099, ../sass/suuzi_e.scss */
#various .varlead {
  font-size: 18px;
  color: #84807b;
}
@media screen and (max-width: 420px) {
  /* line 2099, ../sass/suuzi_e.scss */
  #various .varlead {
    margin: 0 30px;
  }
}
/* line 2105, ../sass/suuzi_e.scss */
#various .varlead .big {
  font-size: 60px;
  margin: 0 10px;
  font-weight: bold;
}
/* line 2110, ../sass/suuzi_e.scss */
#various .varlead .middle {
  font-size: 55px;
  font-weight: bold;
}

@media screen and (max-width: 420px) {
  /* line 2119, ../sass/suuzi_e.scss */
  #various .darkGreen .bg04 {
    background-image: none;
  }
}
@media screen and (max-width: 999px) {
  /* line 2127, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku {
    width: 660px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 2134, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  /* line 2140, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  /* line 2147, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .usi {
    width: 50%;
  }
}
@media screen and (max-width: 518px) {
  /* line 2153, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .usi {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 2161, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .usi img {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 999px) {
  /* line 2168, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .buta {
    width: 50%;
  }
}
@media screen and (max-width: 518px) {
  /* line 2174, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .buta {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 2182, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .buta img {
    margin: 20px 0 20px 0;
  }
}
@media screen and (max-width: 999px) {
  /* line 2189, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .big {
    font-size: 70px;
    margin: 18px 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 420px) {
  /* line 2197, ../sass/suuzi_e.scss */
  #various .darkGreen .siiku .big {
    font-size: 70px;
    margin: 18px 10px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /* line 2207, ../sass/suuzi_e.scss */
  #various .balloon1-top {
    padding: 0 30px !important;
  }
}
@media screen and (max-width: 999px) {
  /* line 2215, ../sass/suuzi_e.scss */
  #various .varNum {
    font-size: 22px;
    color: #84807b;
  }
}
@media screen and (max-width: 480px) {
  /* line 2222, ../sass/suuzi_e.scss */
  #various .varNum {
    font-size: 16px;
    color: #84807b;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 999px) {
  /* line 2231, ../sass/suuzi_e.scss */
  #various .varNum .big {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2237, ../sass/suuzi_e.scss */
  #various .varNum .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  /* line 2244, ../sass/suuzi_e.scss */
  #various .varNum .middle {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2250, ../sass/suuzi_e.scss */
  #various .varNum .middle {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2258, ../sass/suuzi_e.scss */
  #various .varlead .big {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  /* line 2265, ../sass/suuzi_e.scss */
  #various .varlead .middle {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  /* line 2271, ../sass/suuzi_e.scss */
  #various .varlead .middle {
    font-size: 25px;
  }
}
/* line 2277, ../sass/suuzi_e.scss */
#pieArea, #pieArea02, #pieArea03, #pieArea04, #pieArea05 {
  background-color: #fff;
  border-radius: 100px;
  border: 5px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2291, ../sass/suuzi_e.scss */
#pieArea06, #pieArea07 {
  display: inline-block !important;
}

/* line 2297, ../sass/suuzi_e.scss */
.bar {
  width: 770px;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
/* line 2303, ../sass/suuzi_e.scss */
.bar .peple li {
  color: #ce8181;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
}
/* line 2309, ../sass/suuzi_e.scss */
.bar .peple .pNumb1 {
  top: 230px;
  left: 168px;
}
/* line 2313, ../sass/suuzi_e.scss */
.bar .peple .pNumb2 {
  top: 400px;
  left: 260px;
}
/* line 2317, ../sass/suuzi_e.scss */
.bar .peple .pNumb3 {
  top: 411px;
  left: 351px;
}
/* line 2321, ../sass/suuzi_e.scss */
.bar .peple .pNumb4 {
  top: 412px;
  left: 441px;
}
/* line 2325, ../sass/suuzi_e.scss */
.bar .peple .pNumb5 {
  top: 422px;
  left: 530px;
}
/* line 2329, ../sass/suuzi_e.scss */
.bar .peple .pNumb6 {
  top: 427px;
  left: 620px;
}
/* line 2333, ../sass/suuzi_e.scss */
.bar .peple .pNumb7 {
  top: 436px;
  left: 709px;
}
/* line 2337, ../sass/suuzi_e.scss */
.bar .peple .pNumb8 {
  top: 443px;
  left: 804px;
}
/* line 2343, ../sass/suuzi_e.scss */
.bar .icon li {
  position: absolute;
}
/* line 2346, ../sass/suuzi_e.scss */
.bar .icon .gIcon01 {
  top: -5px;
  left: 163px;
}
/* line 2350, ../sass/suuzi_e.scss */
.bar .icon .gIcon02 {
  top: 305px;
  left: 255px;
}
/* line 2354, ../sass/suuzi_e.scss */
.bar .icon .gIcon03 {
  top: 330px;
  left: 344px;
}
/* line 2358, ../sass/suuzi_e.scss */
.bar .icon .gIcon04 {
  top: 337px;
  left: 436px;
}
/* line 2362, ../sass/suuzi_e.scss */
.bar .icon .gIcon05 {
  top: 345px;
  left: 518px;
}
/* line 2366, ../sass/suuzi_e.scss */
.bar .icon .gIcon06 {
  top: 353px;
  left: 610px;
}
/* line 2370, ../sass/suuzi_e.scss */
.bar .icon .gIcon07 {
  top: 380px;
  left: 700px;
}
/* line 2374, ../sass/suuzi_e.scss */
.bar .icon .gIcon08 {
  top: 395px;
  left: 788px;
}

@media screen and (max-width: 999px) {
  /* line 2382, ../sass/suuzi_e.scss */
  .bar {
    width: 95%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 2389, ../sass/suuzi_e.scss */
  .bar {
    width: 95%;
  }
}
/* line 2394, ../sass/suuzi_e.scss */
.bar02 {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  background: url(../img/data/flyt.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 50px;
}
/* line 2404, ../sass/suuzi_e.scss */
.bar02 .peple2 li {
  color: #b58a50;
  font-size: 22px;
  font-weight: bold;
  position: absolute;
}
/* line 2410, ../sass/suuzi_e.scss */
.bar02 .peple2 .pNumb9 {
  top: 141px;
  left: 308px;
}
/* line 2414, ../sass/suuzi_e.scss */
.bar02 .peple2 .pNumb10 {
  top: 115px;
  left: 395px;
}
/* line 2418, ../sass/suuzi_e.scss */
.bar02 .peple2 .pNumb11 {
  top: 110px;
  left: 483px;
}
/* line 2422, ../sass/suuzi_e.scss */
.bar02 .peple2 .pNumb12 {
  top: 70px;
  left: 572px;
}
/* line 2426, ../sass/suuzi_e.scss */
.bar02 .peple2 .pNumb13 {
  top: 35px;
  left: 657px;
}

@media screen and (max-width: 999px) {
  /* line 2434, ../sass/suuzi_e.scss */
  .bar02 {
    width: 70%;
    margin: 0 auto;
    background-size: contain;
    background-position: center bottom;
  }
}
@media screen and (max-width: 999px) {
  /* line 2443, ../sass/suuzi_e.scss */
  .bar02 {
    width: 80%;
    margin: 0 auto;
    background-size: contain;
    background-position: center bottom;
  }
}
@media screen and (max-width: 480px) {
  /* line 2452, ../sass/suuzi_e.scss */
  .bar02 {
    width: 100%;
    background-image: none;
  }
}
/* line 2465, ../sass/suuzi_e.scss */
.barchart {
  position: relative;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  border-left: solid 2px #c48483;
  border-bottom: solid 2px #c48483;
  background-size: 10%;
  background-repeat: repeat;
}

@media screen and (max-width: 420px) {
  /* line 2477, ../sass/suuzi_e.scss */
  .barchart {
    height: 200px;
  }
}
/* line 2483, ../sass/suuzi_e.scss */
[class*=data] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  bottom: 0;
  width: 10%;
  background: #ccc;
  -moz-animation: anime1 1s 1 ease;
  -webkit-animation: anime1 1s 1 ease;
  animation: anime1 1s 1 ease;
}

/* line 2499, ../sass/suuzi_e.scss */
.data1 {
  background: #f4d7d7;
  left: 2%;
}
/* line 2502, ../sass/suuzi_e.scss */
.data1:before {
  content: "";
  width: 100%;
  height: 47px;
  background-image: url(../img/data/gicon_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2513, ../sass/suuzi_e.scss */
.data1:after {
  content: "宮崎";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2529, ../sass/suuzi_e.scss */
  .data1:before {
    display: none;
  }
}
/* line 2536, ../sass/suuzi_e.scss */
.data2 {
  background: #f4d7d7;
  left: 14%;
}
/* line 2539, ../sass/suuzi_e.scss */
.data2:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2550, ../sass/suuzi_e.scss */
.data2:after {
  content: "福岡";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2566, ../sass/suuzi_e.scss */
  .data2:before {
    display: none;
  }
}
/* line 2573, ../sass/suuzi_e.scss */
.data3 {
  background: #f4d7d7;
  left: 26%;
}
/* line 2576, ../sass/suuzi_e.scss */
.data3:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2587, ../sass/suuzi_e.scss */
.data3:after {
  content: "熊本";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2603, ../sass/suuzi_e.scss */
  .data3:before {
    display: none;
  }
}
/* line 2610, ../sass/suuzi_e.scss */
.data4 {
  background: #f4d7d7;
  left: 38%;
}
/* line 2613, ../sass/suuzi_e.scss */
.data4:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2624, ../sass/suuzi_e.scss */
.data4:after {
  content: "鹿児島";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2640, ../sass/suuzi_e.scss */
  .data4:before {
    display: none;
  }
}
/* line 2647, ../sass/suuzi_e.scss */
.data5 {
  background: #f4d7d7;
  left: 50%;
}
/* line 2650, ../sass/suuzi_e.scss */
.data5:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2661, ../sass/suuzi_e.scss */
.data5:after {
  content: "長崎";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2677, ../sass/suuzi_e.scss */
  .data5:before {
    display: none;
  }
}
/* line 2684, ../sass/suuzi_e.scss */
.data6 {
  background: #f4d7d7;
  left: 62%;
}
/* line 2687, ../sass/suuzi_e.scss */
.data6:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_6.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2698, ../sass/suuzi_e.scss */
.data6:after {
  content: "大分";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2714, ../sass/suuzi_e.scss */
  .data6:before {
    display: none;
  }
}
/* line 2721, ../sass/suuzi_e.scss */
.data7 {
  background: #f4d7d7;
  left: 74%;
}
/* line 2724, ../sass/suuzi_e.scss */
.data7:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  left: 1%;
}
/* line 2735, ../sass/suuzi_e.scss */
.data7:after {
  content: "佐賀";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2751, ../sass/suuzi_e.scss */
  .data7:before {
    display: none;
  }
}
/* line 2758, ../sass/suuzi_e.scss */
.data8 {
  background: #f4d7d7;
  left: 86%;
}
/* line 2761, ../sass/suuzi_e.scss */
.data8:before {
  content: "";
  width: 100%;
  height: 6vh;
  background-image: url(../img/data/gicon_8.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -55px;
  left: 1%;
}
/* line 2772, ../sass/suuzi_e.scss */
.data8:after {
  content: "沖縄";
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #ce8181;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
}

@media screen and (max-width: 999px) {
  /* line 2788, ../sass/suuzi_e.scss */
  .data8:before {
    display: none;
  }
}
/* line 2795, ../sass/suuzi_e.scss */
.inData {
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  bottom: 50%;
  left: 0;
  color: #ce8181;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  /* line 2808, ../sass/suuzi_e.scss */
  .inData {
    font-size: 2.5vw;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2815, ../sass/suuzi_e.scss */
  .inData {
    font-size: 2.5vw;
    top: -24px;
  }
}
@media screen and (max-width: 420px) {
  /* line 2822, ../sass/suuzi_e.scss */
  .inData {
    width: 120%;
    font-size: 10px;
    top: -15px;
  }
}
/* line 2830, ../sass/suuzi_e.scss */
.bar ul {
  width: 10%;
  height: 400px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
/* line 2836, ../sass/suuzi_e.scss */
.bar ul li {
  height: 50px;
  color: #ce8181;
}
/* line 2839, ../sass/suuzi_e.scss */
.bar ul li:nth-child(8) {
  height: 35px;
}
/* line 2842, ../sass/suuzi_e.scss */
.bar ul li:last-child {
  height: 0;
}

@media screen and (max-width: 420px) {
  /* line 2849, ../sass/suuzi_e.scss */
  .bar ul {
    height: 200px;
  }
}
@media screen and (max-width: 420px) {
  /* line 2856, ../sass/suuzi_e.scss */
  .bar ul li {
    height: 25px;
  }
}
@media screen and (max-width: 420px) {
  /* line 2863, ../sass/suuzi_e.scss */
  .bar ul li:nth-child(8) {
    height: 17.5px;
  }
}
/* line 2870, ../sass/suuzi_e.scss */
.bar2 {
  width: 500px;
  margin: 0 auto;
}
/* line 2873, ../sass/suuzi_e.scss */
.bar2 ul {
  width: 10%;
  height: 250px;
  float: left;
  text-align: right;
  padding-right: 5px;
}
/* line 2879, ../sass/suuzi_e.scss */
.bar2 ul li {
  height: 50px;
  color: #b58a50;
}
/* line 2882, ../sass/suuzi_e.scss */
.bar2 ul li:nth-child(5) {
  height: 35px;
}
/* line 2885, ../sass/suuzi_e.scss */
.bar2 ul li:last-child {
  height: 0;
}
/* line 2890, ../sass/suuzi_e.scss */
.bar2 .inData {
  position: absolute;
  width: 110%;
  display: block;
  text-align: center;
  top: -27px;
  left: 0;
  color: #b58a50;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  /* line 2904, ../sass/suuzi_e.scss */
  .bar2 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  /* line 2910, ../sass/suuzi_e.scss */
  .bar2 {
    width: 65%;
  }
}
@media screen and (max-width: 420px) {
  /* line 2916, ../sass/suuzi_e.scss */
  .bar2 {
    width: 90%;
  }
}
@media screen and (max-width: 420px) {
  /* line 2923, ../sass/suuzi_e.scss */
  .bar2 ul {
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 2933, ../sass/suuzi_e.scss */
  .bar2 .inData {
    width: 125%;
  }
}
@media screen and (max-width: 420px) {
  /* line 2939, ../sass/suuzi_e.scss */
  .bar2 .inData {
    width: 125%;
    font-size: 16px;
    top: -22px;
  }
}
/* line 2947, ../sass/suuzi_e.scss */
.barchart02 {
  position: relative;
  width: 90%;
  height: 250px;
  float: right;
  border-left: solid 2px #af8a59;
  border-bottom: solid 2px #af8a59;
  background-size: 10%;
  background-repeat: repeat;
}
/* line 2956, ../sass/suuzi_e.scss */
.barchart02 [class*=data] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  bottom: 0;
  width: 15%;
  background: #f9e6c8;
  -moz-animation: anime1 1s 1 ease;
  -webkit-animation: anime1 1s 1 ease;
  animation: anime1 1s 1 ease;
}

/* line 2974, ../sass/suuzi_e.scss */
.data09 {
  background: #f9e6c8;
  left: 3%;
  height: barSize(314);
}
/* line 2978, ../sass/suuzi_e.scss */
.data09:after {
  content: "2016";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #b58a50;
  font-size: 14px;
  font-weight: bold;
  white-space: pre;
  line-height: 1.2;
  position: absolute;
}

/* line 2996, ../sass/suuzi_e.scss */
.data10 {
  background: #f9e6c8;
  left: 23%;
}
/* line 2999, ../sass/suuzi_e.scss */
.data10:after {
  content: "2017";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #b58a50;
  font-size: 14px;
  font-weight: bold;
  white-space: pre;
  line-height: 1.2;
  position: absolute;
}

/* line 3017, ../sass/suuzi_e.scss */
.data11 {
  background: #f9e6c8;
  left: 43%;
}
/* line 3020, ../sass/suuzi_e.scss */
.data11:after {
  content: "2018";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #b58a50;
  font-size: 14px;
  font-weight: bold;
  white-space: pre;
  line-height: 1.2;
  position: absolute;
}

/* line 3038, ../sass/suuzi_e.scss */
.data12 {
  background: #f9e6c8;
  left: 63%;
}
/* line 3041, ../sass/suuzi_e.scss */
.data12:after {
  content: "2019";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #b58a50;
  font-size: 14px;
  font-weight: bold;
  white-space: pre;
  line-height: 1.2;
  position: absolute;
}

/* line 3059, ../sass/suuzi_e.scss */
.data13 {
  background: #f9e6c8;
  left: 83%;
}
/* line 3062, ../sass/suuzi_e.scss */
.data13:after {
  content: "2020";
  width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  left: 0;
  bottom: -50px;
  color: #b58a50;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  white-space: pre;
  line-height: 1.2;
}

@-webkit-keyframes anime1 {
  0% {
    height: 0px;
  }
}
@keyframes anime1 {
  0% {
    height: 0px;
  }
}
/* line 3094, ../sass/suuzi_e.scss */
.unkers .links div {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  /* line 3094, ../sass/suuzi_e.scss */
  .unkers .links div {
    width: 100%;
  }
}
@media screen and (max-width: 999px) {
  /* line 3099, ../sass/suuzi_e.scss */
  .unkers .links div .btn {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 768px) {
  /* line 3099, ../sass/suuzi_e.scss */
  .unkers .links div .btn {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 768px) {
  /* line 3099, ../sass/suuzi_e.scss */
  .unkers .links div .btn {
    font-size: 2.66667vw;
  }
}
@media screen and (max-width: 540px) {
  /* line 3099, ../sass/suuzi_e.scss */
  .unkers .links div .btn {
    font-size: 3.75vw;
  }
}
