*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

#education {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #808080;
  display: block;
  min-height: 100vh;
}

#education .main_type {
  left: 84px;
}

#education .book_block {
  width: 705px;
  float: right;
  margin-right: 114px;
  margin-top: 115px;
  display: block;
  font-size: 30px;
  color: white;
  padding-bottom: 50px;
}

#education .book_block .book_box {
  position: relative;
  width: 100%;
  background-image: url(../images/education/book.png);
  background-size: 100%;
}

#education .book_block .book_box::after {
  content: '';
  clear: both;
  display: block;
}

#education .book_block .book_box .boox_item {
  position: absolute;
  background-color: transparent;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border: 1px solid grey;
  background-color: grey;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#education .book_block .book_box .boox_item.active {
  background-color: #adadad;
}

#education .book_block .book_box .boox_item span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 30px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#education .book_block .book_box .boox_item span.name {
  opacity: 0;
}

#education .book_block .book_box .boox_item:nth-child(14n+1) {
  width: 80px;
  height: 431px;
  left: 84%;
  margin-top: 111px;
}

#education .book_block .book_box .boox_item:nth-child(14n+2) {
  width: 80px;
  height: 431px;
  left: 69.5%;
  margin-top: 111px;
}

#education .book_block .book_box .boox_item:nth-child(14n+3) {
  width: 80px;
  height: 431px;
  left: 54.5%;
  margin-top: 111px;
}

#education .book_block .book_box .boox_item:nth-child(14n+4) {
  width: 80px;
  height: 431px;
  left: 5%;
  margin-top: 111px;
}

#education .book_block .book_box .boox_item:nth-child(14n+5) {
  width: 140px;
  height: 459px;
  top: 690px;
  right: 37px;
}

#education .book_block .book_box .boox_item:nth-child(14n+6) {
  width: 140px;
  height: 459px;
  top: 690px;
  right: 201px;
}

#education .book_block .book_box .boox_item:nth-child(14n+7) {
  width: 140px;
  height: 459px;
  top: 690px;
  right: 365px;
}

#education .book_block .book_box .boox_item:nth-child(14n+8) {
  width: 80px;
  height: 468px;
  top: 1290px;
  right: 39.7%;
}

#education .book_block .book_box .boox_item:nth-child(14n+9) {
  width: 80px;
  height: 468px;
  top: 1290px;
  right: 54.5%;
}

#education .book_block .book_box .boox_item:nth-child(14n+10) {
  width: 80px;
  height: 468px;
  top: 1290px;
  right: 84%;
}

#education .book_block .book_box .boox_item:nth-child(14n+11) {
  width: 81px;
  height: 400px;
  top: 1970px;
  right: 25%;
}

#education .book_block .book_box .boox_item:nth-child(14n+12) {
  width: 81px;
  height: 400px;
  top: 1970px;
  right: 39.5%;
}

#education .book_block .book_box .boox_item:nth-child(14n+13) {
  width: 81px;
  height: 400px;
  top: 1970px;
  right: 54.3%;
}

#education .book_block .book_box .boox_item:nth-child(14n+14) {
  width: 81px;
  height: 400px;
  top: 1970px;
  right: 84%;
}

#education .book_block .book_box .boox_item:hover span {
  opacity: 0;
}

#education .book_block .book_box .boox_item:hover span:last-child {
  opacity: 1;
}

#education .stamp {
  position: absolute;
  top: 2225px;
  right: 153px;
  width: 100px;
}

#education .stamp.show img {
  opacity: 1;
}

#education .stamp.show .black {
  opacity: 0;
}

#education .stamp .black {
  position: absolute;
  bottom: 0;
  opacity: 1;
}

#education .stamp.absoulte {
  top: 2225px !important;
}

#education .stamp img {
  position: relative;
  opacity: 0;
  float: left;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#education .stamp_box {
  position: absolute;
  width: 613px;
  background-color: white;
  border: 1px solid black;
  top: 2225px;
  right: 270px;
  z-index: 10;
  padding: 55px 90px;
  display: none;
  -webkit-transform: translateY(-143px);
          transform: translateY(-143px);
}

#education .stamp_box .close {
  position: absolute;
  background-image: url(../images/close.svg);
  width: 54px;
  height: 72px;
  right: 0;
  top: 0;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center;
}

#education .stamp_box .title {
  position: relative;
  font-size: 25px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  line-height: 38px;
}

#education .stamp_box .memo {
  position: relative;
  font-size: 16px;
  line-height: 28px;
}

h1.head_title, #education .main_type {
  position: fixed;
}

#jump_team {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  z-index: 222;
  background-color: white;
}

#jump_team.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#jump_team .box {
  position: relative;
  height: 100vh;
  width: 100%;
  padding: 180px 290px 0;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

#jump_team .box.show {
  opacity: 1;
}

#jump_team .imgs {
  display: block;
  margin-bottom: 100px;
}

#jump_team .title {
  position: relative;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 70px;
  display: block;
}

#jump_team .memo {
  position: relative;
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 165px;
}

#jump_team .close {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 50px;
  height: 70px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 50;
}

@media all and (min-width: 1025px) {
  #jump_team .close:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

#jump_team .img_slider {
  position: relative;
  margin-bottom: 85px;
}

#jump_team .img_slider .swiper-slide {
  position: relative;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

#jump_team .img_slider .swiper-slide img {
  position: relative;
  float: left;
  width: 100%;
}

#jump_team .img_slider .swiper-button-next {
  width: 62px;
  height: 70px;
  background: none;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #000000;
  margin-top: 0;
  opacity: 1;
  top: auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#jump_team .img_slider .swiper-button-next::before {
  content: '';
  background-image: url(../images/arrow_right.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

#jump_team .img_slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}

@media all and (min-width: 1025px) {
  #jump_team .img_slider .swiper-button-next:hover {
    background-color: #767676;
  }
}

#jump_team .img_slider .swiper-button-prev {
  width: 62px;
  height: 70px;
  background: none;
  position: absolute;
  right: 62px;
  bottom: 0;
  background-color: #000000;
  margin-top: 0;
  top: auto;
  left: auto;
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#jump_team .img_slider .swiper-button-prev::before {
  content: '';
  background-image: url(../images/arrow_left.png);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
}

#jump_team .img_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.4;
}

@media all and (min-width: 1025px) {
  #jump_team .img_slider .swiper-button-prev:hover {
    background-color: #767676;
  }
}

@media only screen and (max-width: 1850px) {
  #education .book_block {
    margin-right: 3vw;
  }
  h1.head_title {
    font-size: 8.5vw;
  }
  #education .stamp {
    right: 98px;
  }
  #education .stamp_box {
    right: 210px;
  }
}

@media only screen and (max-width: 1600px) {
  #education .book_block {
    width: 550px;
    font-size: 20px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+1) {
    width: 64px;
    height: 337px;
    left: 84%;
    margin-top: 86px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+2) {
    width: 64px;
    height: 337px;
    left: 69%;
    margin-top: 86px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+3) {
    width: 64px;
    height: 337px;
    left: 54%;
    margin-top: 86px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+4) {
    width: 64px;
    height: 337px;
    left: 5%;
    margin-top: 86px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+5) {
    width: 109px;
    height: 362px;
    top: 538px;
    right: 5.4%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+6) {
    width: 109px;
    height: 362px;
    top: 538px;
    right: 28.5%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+7) {
    width: 109px;
    height: 362px;
    top: 538px;
    right: 52%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+8) {
    width: 67px;
    height: 366px;
    top: 1007px;
    right: 39.2%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+9) {
    width: 67px;
    height: 366px;
    top: 1007px;
    right: 54%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+10) {
    width: 67px;
    height: 366px;
    top: 1007px;
    right: 83.3%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+11) {
    width: 63px;
    height: 314px;
    top: 1536px;
    right: 25%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+12) {
    width: 63px;
    height: 314px;
    top: 1536px;
    right: 39.8%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+13) {
    width: 63px;
    height: 314px;
    top: 1536px;
    right: 54.5%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+14) {
    width: 63px;
    height: 314px;
    top: 1536px;
    right: 84%;
  }
  #education .stamp {
    top: 1759px;
    right: 71px;
    width: 80px;
  }
  #education .stamp.absoulte {
    top: 1759px !important;
  }
  #education .stamp_box {
    right: 162px;
    top: 1715px;
  }
  #education .stamp.active {
    background-size: 30px;
  }
  #jump_team .box {
    padding: 180px 185px 0;
  }
}

@media only screen and (max-width: 1300px) {
  #education .main_type {
    left: 45px;
    bottom: 15vw;
  }
  h1.head_title {
    left: 38px;
  }
  #education .stamp {
    top: 1372px;
    right: 58px;
    width: 60px;
  }
  #education .stamp.absoulte {
    top: 1372px !important;
  }
  #education .book_block {
    width: 420px;
    font-size: 16px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+1) {
    width: 49px;
    height: 259px;
    left: 84%;
    margin-top: 65px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+2) {
    width: 49px;
    height: 259px;
    left: 69%;
    margin-top: 65px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+3) {
    width: 49px;
    height: 259px;
    left: 54%;
    margin-top: 65px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+4) {
    width: 49px;
    height: 259px;
    left: 5%;
    margin-top: 65px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+5) {
    width: 85px;
    height: 275px;
    top: 410px;
    right: 5.4%;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+6) {
    width: 85px;
    height: 275px;
    top: 410px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+7) {
    width: 85px;
    height: 275px;
    top: 410px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+8), #education .book_block .book_box .boox_item:nth-child(14n+9), #education .book_block .book_box .boox_item:nth-child(14n+10) {
    width: 52px;
    height: 280px;
    top: 769px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+11), #education .book_block .book_box .boox_item:nth-child(14n+12), #education .book_block .book_box .boox_item:nth-child(14n+13), #education .book_block .book_box .boox_item:nth-child(14n+14) {
    width: 49px;
    height: 239px;
    top: 1174px;
  }
  #education .stamp_box {
    right: 131px;
    top: 1310px;
    padding: 46px;
    width: 500px;
  }
  #jump_team .box {
    padding: 180px 10% 0;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
  #education .main_type {
    left: 42px;
    bottom: 135px;
  }
  h1.head_title {
    font-size: 100px;
    left: 36px;
  }
  .main_type .name {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

@media all and (max-width: 1024px) {
  h1.head_title {
    position: absolute;
    width: 80%;
  }
  #education .book_block {
    margin-top: 280px;
  }
  #education .main_type {
    bottom: 10vh;
    left: 5%;
    width: 215px;
  }
  #education .stamp {
    top: 1537px;
    right: 53px;
    width: 60px;
  }
  #education .stamp.absoulte {
    top: 1537px !important;
  }
  #education .stamp_box {
    right: 120px;
    top: 1526px;
    padding: 30px;
    width: 440px;
  }
  #education .book_block .book_box .boox_item span {
    padding-top: 12px;
  }
  #jump_team .box {
    padding: 180px 10% 0;
  }
  #jump_team .close {
    right: 24px;
    top: 10px;
  }
  #jump_team .img_slider .swiper-button-prev,
  #jump_team .img_slider .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  #jump_team .img_slider .swiper-button-prev::before,
  #jump_team .img_slider .swiper-button-next::before {
    background-size: 8px;
  }
  #jump_team .img_slider .swiper-button-prev {
    right: 50px;
  }
}

@media all and (max-width: 700px) {
  h1.head_title {
    font-size: 57px;
  }
  #education .main_type {
    bottom: auto;
    left: 6%;
    width: 88%;
    position: relative;
    padding-top: 155px;
    margin-bottom: 50px;
  }
  .main_type .name {
    font-size: 18px;
  }
  #education .book_block {
    width: 365px;
    right: auto;
    margin-right: auto;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: 0;
    padding-bottom: 150px;
    font-size: 14px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+1), #education .book_block .book_box .boox_item:nth-child(14n+2), #education .book_block .book_box .boox_item:nth-child(14n+3), #education .book_block .book_box .boox_item:nth-child(14n+4) {
    width: 43px;
    height: 225px;
    margin-top: 57px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+5), #education .book_block .book_box .boox_item:nth-child(14n+6), #education .book_block .book_box .boox_item:nth-child(14n+7) {
    width: 74px;
    height: 239px;
    top: 357px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+8), #education .book_block .book_box .boox_item:nth-child(14n+9), #education .book_block .book_box .boox_item:nth-child(14n+10) {
    width: 44px;
    height: 243px;
    top: 669px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+11), #education .book_block .book_box .boox_item:nth-child(14n+12), #education .book_block .book_box .boox_item:nth-child(14n+13), #education .book_block .book_box .boox_item:nth-child(14n+14) {
    width: 43px;
    height: 209px;
    top: 1019px;
  }
  #education .stamp {
    right: auto;
    width: 56px;
    left: 50%;
    margin-left: 105px;
    position: absolute;
    margin-top: 183px;
  }
  #education .stamp_box {
    right: auto;
    top: 50%;
    padding: 70px 30px;
    width: 60%;
    position: fixed;
    z-index: 50;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
  #education .stamp_box .title {
    position: relative;
    font-size: 28px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    line-height: 38px;
    width: 85%;
    text-align: left;
  }
  #education .stamp_box .close {
    width: 60px;
    height: 47px;
  }
  #jump_team .imgs {
    margin-bottom: 50px;
  }
  #jump_team .box {
    padding: 80px 10% 0;
  }
  #jump_team .title {
    position: relative;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 50px;
    display: block;
  }
  #jump_team .memo {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 100px;
  }
  #jump_team .close {
    right: 0;
    top: 10px;
    width: 50px;
    height: 70px;
  }
  #jump_team .close img {
    width: 12px;
  }
  #jump_team .img_slider .swiper-button-prev,
  #jump_team .img_slider .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  #jump_team .img_slider .swiper-button-prev::before,
  #jump_team .img_slider .swiper-button-next::before {
    background-size: 8px;
  }
  #jump_team .img_slider .swiper-button-prev {
    right: 35px;
  }
}

@media only screen and (max-width: 400px) {
  #education .book_block {
    width: 300px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+1), #education .book_block .book_box .boox_item:nth-child(14n+2), #education .book_block .book_box .boox_item:nth-child(14n+3), #education .book_block .book_box .boox_item:nth-child(14n+4) {
    width: 35px;
    height: 184px;
    margin-top: 47px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+5), #education .book_block .book_box .boox_item:nth-child(14n+6), #education .book_block .book_box .boox_item:nth-child(14n+7) {
    width: 60px;
    height: 197px;
    top: 293px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+8), #education .book_block .book_box .boox_item:nth-child(14n+9), #education .book_block .book_box .boox_item:nth-child(14n+10) {
    width: 35px;
    height: 199px;
    top: 550px;
  }
  #education .book_block .book_box .boox_item:nth-child(14n+11), #education .book_block .book_box .boox_item:nth-child(14n+12), #education .book_block .book_box .boox_item:nth-child(14n+13), #education .book_block .book_box .boox_item:nth-child(14n+14) {
    width: 35px;
    height: 171px;
    top: 838px;
  }
  h1.head_title {
    font-size: 49px;
  }
  #education .book_block {
    font-size: 12px;
  }
  #education .stamp {
    margin-top: 0;
    width: 41px;
    margin-left: 91px;
  }
  #education .stamp_box {
    width: 75%;
  }
  #education .stamp.active {
    background-size: 20px;
  }
}

@media only screen and (max-height: 500px) {
  #education .stamp_box {
    right: auto;
    top: 50%;
    padding: 60px 30px;
    width: 60%;
    position: fixed;
    z-index: 50;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    z-index: 250;
  }
  #education .main_type {
    bottom: auto;
    left: 5%;
    width: 215px;
    position: absolute;
    top: 290px;
  }
}
/*# sourceMappingURL=w_education.css.map */