@charset "UTF-8";
/* Breakpoint */
/* basic */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

/* common */
.s_contents {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .s_contents {
    width: 95vw;
  }
}
@media screen and (max-width: 480px) {
  .s_contents {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.disp_none {
  display: none;
}

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

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

/* animation */
.fade-in {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fade-in-up {
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.fade-in-down {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.fade-in-left {
  -webkit-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}

.fade-in-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* top */
.section_top {
  background-color: #f4cf00;
}
@media screen and (max-width: 480px) {
  .section_top {
    overflow: hidden;
  }
}

.top_wrapper {
  max-width: 1600px;
  height: 1272px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/top_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  /* キーフレーズ　アニメーション */
}
@media screen and (max-width: 1040px) {
  .top_wrapper {
    aspect-ratio: 159/200;
    height: auto;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
  .top_wrapper {
    aspect-ratio: inherit;
    background: none;
    height: auto;
    padding-bottom: 17px;
  }
}
.top_wrapper .ktn_logo {
  max-width: 1600px;
  width: 100%;
  height: auto;
  background-size: 100% auto;
}
.top_wrapper header {
  position: relative;
  height: 156px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .top_wrapper header {
    aspect-ratio: 1040/116;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .top_wrapper header {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding-bottom: 20px;
  }
}
.top_wrapper header .logo {
  position: absolute;
  width: 262px;
  top: 30px;
  left: 40px;
}
@media screen and (max-width: 980px) {
  .top_wrapper header .logo {
    top: 2.5vw;
    left: 2.5vw;
    width: 19vw;
  }
}
@media screen and (max-width: 480px) {
  .top_wrapper header .logo {
    width: 240px;
  }
}
.top_wrapper header .menu_sp {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 23%;
  right: 3%;
}
.top_wrapper header .close_sp_menu {
  background: url(../images/menu_btn_close.png) no-repeat;
  background-size: 100%;
}
.top_wrapper header .open_sp_menu {
  background: url(../images/menu_btn_open.png) no-repeat;
  background-size: 100%;
}
.top_wrapper .menu_sp_box {
  position: absolute;
  top: 42px;
  text-align: center;
  width: 100%;
  z-index: 200;
}
.top_wrapper .menu_sp_box a {
  color: #000;
  text-decoration: none;
  display: block;
}
.top_wrapper .menu_sp_box dt {
  color: #fff;
  font-weight: bold;
  padding: 1.3vh 0;
  font-size: 18px;
}
.top_wrapper .menu_sp_box dd {
  background-color: #dadada;
}
.top_wrapper .menu_sp_box li {
  border-top: 1px solid #fff;
}
.top_wrapper .menu_sp_box li a {
  padding: 1.3vh 0;
  font-size: 16px;
}
.top_wrapper .menu_sp_box .title_kougaku {
  background-color: #45bfa4;
}
.top_wrapper .menu_sp_box .title_johokougaku {
  background-color: #2894e6;
}
.top_wrapper .menu_sp_box .link_sp_top {
  background-color: #f4cf00;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.top_wrapper .menu_sp_box .link_sp_top a {
  font-weight: bold;
  padding: 1.3vh 0;
  font-size: 18px;
}
.top_wrapper .top_map {
  width: 1040px;
  aspect-ratio: 13/9;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .top_wrapper .top_map {
    width: 100%;
    margin-top: 4vw;
  }
}
.top_wrapper .top_title_sp {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: -4vw;
}
.top_wrapper .top_map_sp {
  background-image: url(../images/top_bg_sp.png);
  background-size: cover;
  height: 93vw;
}
.top_wrapper .c_col1 {
  background-color: rgba(0, 190, 165, 0.7450980392);
}
.top_wrapper .c_col2 {
  background-color: rgba(0, 130, 255, 0.7450980392);
}
.top_wrapper .catchphrase_box {
  position: relative;
  height: 100%;
}
.top_wrapper .catchphrase_box_item {
  position: absolute;
  border-radius: 10%;
  padding: 0.6rem 0.8rem;
  -webkit-animation: anim_scaling 1.5s ease 0s infinite alternate;
          animation: anim_scaling 1.5s ease 0s infinite alternate;
}
@media screen and (max-width: 480px) {
  .top_wrapper .catchphrase_box_item {
    padding: 2.4vw 2.4vw;
  }
}
.top_wrapper .catchphrase_box_item:hover {
  cursor: pointer;
}
.top_wrapper .catchphrase_box > div {
  height: 100%;
  display: none;
}
.top_wrapper .catchphrase_box > div.viewbox {
  display: block;
}
.top_wrapper .catchphrase_box span {
  display: block;
  min-width: 6rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 980px) {
  .top_wrapper .catchphrase_box span {
    font-size: 2.4vw;
    min-width: 9.4vw;
  }
}
@media screen and (max-width: 480px) {
  .top_wrapper .catchphrase_box span {
    font-size: 4vw;
  }
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item01 {
  top: 15.3%;
  left: 19.1%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item03 {
  top: 16.6%;
  left: 64.5%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item02 {
  top: 16.8%;
  left: 43.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item04 {
  top: 26.7%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item05 {
  top: 29.7%;
  left: 34.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item06 {
  top: 37.7%;
  left: 63.5%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item07 {
  top: 26.7%;
  left: 83.5%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item08 {
  top: 42.7%;
  left: 83.5%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item09 {
  top: 45.5%;
  left: 36.8%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item10 {
  top: 40.5%;
  left: 17.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item11 {
  top: 59.7%;
  left: 6.8%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item12 {
  top: 60.7%;
  left: 27%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item13 {
  top: 66.9%;
  left: 43%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item14 {
  top: 75.3%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item15 {
  top: 57.3%;
  left: 57.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item16 {
  top: 56.3%;
  left: 71.4%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item17 {
  top: 80.2%;
  left: 9.8%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item18 {
  top: 90.7%;
  left: 25.7%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item19 {
  top: 78.9%;
  left: 33.5%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item20 {
  top: 87.9%;
  left: 67.3%;
}
.top_wrapper .catchphrase_box .c_box1 .c_box_item21 {
  top: 72.5%;
  left: 83.3%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item01 {
  top: 16.3%;
  left: 8.1%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item02 {
  top: 18.8%;
  left: 26.3%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item03 {
  top: 17.6%;
  left: 46.5%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item04 {
  top: 18.7%;
  left: 68.1%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item05 {
  top: 35.2%;
  left: 19.5%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item06 {
  top: 28.7%;
  left: 38.5%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item07 {
  top: 36.1%;
  left: 59%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item08 {
  top: 30.7%;
  left: 79.5%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item09 {
  top: 48.5%;
  left: 16.8%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item10 {
  top: 44.5%;
  left: 35.1%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item11 {
  top: 53%;
  left: 52.4%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item12 {
  top: 46.7%;
  left: 69.8%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item13 {
  top: 62.6%;
  left: 4.2%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item14 {
  top: 59.9%;
  left: 27.1%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item15 {
  top: 68.1%;
  left: 56.8%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item16 {
  top: 64%;
  left: 76.9%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item17 {
  top: 76.5%;
  left: 39.8%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item18 {
  top: 90.7%;
  left: 25.7%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item19 {
  top: 91.8%;
  left: 39.1%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item20 {
  top: 83.9%;
  left: 61.3%;
}
.top_wrapper .catchphrase_box .c_box2 .c_box_item21 {
  top: 77.5%;
  left: 80.9%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item01 {
  top: 15.3%;
  left: 12.8%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item02 {
  top: 19.8%;
  left: 32.2%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item03 {
  top: 15.6%;
  left: 53.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item04 {
  top: 22.8%;
  left: 74.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item05 {
  top: 31.1%;
  left: 3.8%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item06 {
  top: 31.7%;
  left: 32.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item07 {
  top: 46.4%;
  left: 13.1%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item08 {
  top: 50.7%;
  left: 39.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item09 {
  top: 41.2%;
  left: 62.8%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item10 {
  top: 35.5%;
  left: 80.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item11 {
  top: 69.7%;
  left: 6.8%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item12 {
  top: 61.7%;
  left: 22%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item13 {
  top: 68.7%;
  left: 40%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item14 {
  top: 61.3%;
  left: 57.3%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item15 {
  top: 61.3%;
  left: 75.3%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item16 {
  top: 81.3%;
  left: 13.1%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item17 {
  top: 77.2%;
  left: 51.2%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item18 {
  top: 75.7%;
  left: 82%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item19 {
  top: 94.5%;
  left: 20.5%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item20 {
  top: 92.6%;
  left: 44.2%;
}
.top_wrapper .catchphrase_box .c_box3 .c_box_item21 {
  top: 88.7%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item01 {
  top: 18.3%;
  left: 9.1%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item02 {
  top: 18.6%;
  left: 51.5%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item03 {
  top: 26.6%;
  left: 37.5%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item04 {
  top: 20.7%;
  left: 70.1%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item05 {
  top: 31.2%;
  left: 14.5%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item06 {
  top: 49.7%;
  left: 4.5%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item07 {
  top: 45.1%;
  left: 26%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item08 {
  top: 35.2%;
  left: 76.6%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item09 {
  top: 71.5%;
  left: 3.4%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item10 {
  top: 62.5%;
  left: 18.1%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item11 {
  top: 67%;
  left: 34.4%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item13 {
  top: 57.6%;
  left: 47.2%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item14 {
  top: 62.9%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item15 {
  top: 51.1%;
  left: 78.8%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item16 {
  top: 92%;
  left: 16.9%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item17 {
  top: 80.5%;
  left: 29.8%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item18 {
  top: 75.7%;
  left: 50.7%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item19 {
  top: 74.8%;
  left: 81.1%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item20 {
  top: 91.9%;
  left: 46.3%;
}
.top_wrapper .catchphrase_box .c_box4 .c_box_item21 {
  top: 92.5%;
  left: 70.9%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item01 {
  top: 18.3%;
  left: 6.1%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item02 {
  top: 15.8%;
  left: 61.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item03 {
  top: 15.6%;
  left: 27.5%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item04 {
  top: 27.7%;
  left: 41.1%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item05 {
  top: 27.7%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item06 {
  top: 37.7%;
  left: 21.5%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item07 {
  top: 39%;
  left: 59.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item08 {
  top: 39.7%;
  left: 84.5%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item09 {
  top: 51.5%;
  left: 6.8%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item10 {
  top: 50.5%;
  left: 39.9%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item11 {
  top: 52.7%;
  left: 73.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item12 {
  top: 68.7%;
  left: 2.9%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item13 {
  top: 60.2%;
  left: 18.9%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item14 {
  top: 68.3%;
  left: 32.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item15 {
  top: 61.3%;
  left: 56.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item16 {
  top: 70.3%;
  left: 78.4%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item17 {
  top: 83.2%;
  left: 9.8%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item18 {
  top: 81.2%;
  left: 27%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item19 {
  top: 79.9%;
  left: 45.5%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item20 {
  top: 85.9%;
  left: 67.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item21 {
  top: 93.5%;
  left: 21.3%;
}
.top_wrapper .catchphrase_box .c_box5 .c_box_item22 {
  top: 94.5%;
  left: 49.3%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item01 {
  top: 15.3%;
  left: 4.1%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item03 {
  top: 16.9%;
  left: 23.5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item02 {
  top: 15.8%;
  left: 48.6%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item04 {
  top: 21.7%;
  left: 71.1%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item05 {
  top: 30.7%;
  left: 11.1%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item06 {
  top: 28.7%;
  left: 37.5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item07 {
  top: 34.7%;
  left: 71.5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item08 {
  top: 50.2%;
  left: 79.5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item09 {
  top: 50.7%;
  left: 3.3%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item10 {
  top: 54.5%;
  left: 41%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item11 {
  top: 48.7%;
  left: 57.5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item12 {
  top: 41.7%;
  left: 26.1%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item13 {
  top: 66.9%;
  left: 5%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item14 {
  top: 62.3%;
  left: 20.9%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item15 {
  top: 64.3%;
  left: 66.4%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item16 {
  top: 79.9%;
  left: 18.8%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item17 {
  top: 72.2%;
  left: 44.8%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item18 {
  top: 93.7%;
  left: 6.7%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item19 {
  top: 87.9%;
  left: 31.4%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item20 {
  top: 87.9%;
  left: 62.3%;
}
.top_wrapper .catchphrase_box .c_box6 .c_box_item21 {
  top: 81.1%;
  left: 82.6%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item01 {
  top: 16.3%;
  left: 8.1%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item03 {
  top: 15.6%;
  left: 30.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item02 {
  top: 15.8%;
  left: 55.3%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item04 {
  top: 33.7%;
  left: 20.1%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item05 {
  top: 28.7%;
  left: 41.8%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item06 {
  top: 24.7%;
  left: 72.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item07 {
  top: 48.7%;
  left: 4.9%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item08 {
  top: 42.7%;
  left: 37.1%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item09 {
  top: 40.5%;
  left: 60%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item10 {
  top: 37.5%;
  left: 79.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item11 {
  top: 68.7%;
  left: 3.8%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item12 {
  top: 61.7%;
  left: 23.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item13 {
  top: 64.9%;
  left: 50.9%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item14 {
  top: 54.7%;
  left: 69.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item15 {
  top: 78.3%;
  left: 15.3%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item16 {
  top: 73.4%;
  left: 38.9%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item17 {
  top: 78.4%;
  left: 55.4%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item18 {
  top: 73.9%;
  left: 78.2%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item19 {
  top: 93.1%;
  left: 17.5%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item20 {
  top: 87.2%;
  left: 38.2%;
}
.top_wrapper .catchphrase_box .c_box7 .c_box_item21 {
  top: 92.5%;
  left: 68.4%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item01 {
  top: 18.3%;
  left: 9.3%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item03 {
  top: 16.6%;
  left: 34.8%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item02 {
  top: 16.8%;
  left: 56.3%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item04 {
  top: 19.7%;
  left: 81.1%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item05 {
  top: 33.7%;
  left: 15.3%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item06 {
  top: 28.7%;
  left: 36.2%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item07 {
  top: 34.7%;
  left: 66.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item08 {
  top: 47.7%;
  left: 6.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item09 {
  top: 47.5%;
  left: 34.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item10 {
  top: 43%;
  left: 56.8%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item11 {
  top: 49.7%;
  left: 84.1%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item12 {
  top: 64.5%;
  left: 5.8%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item13 {
  top: 62.9%;
  left: 25.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item14 {
  top: 64.3%;
  left: 56.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item15 {
  top: 69.7%;
  left: 75.5%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item16 {
  top: 77.2%;
  left: 13.1%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item17 {
  top: 78.2%;
  left: 37.8%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item18 {
  top: 79.7%;
  left: 57.7%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item19 {
  top: 82.9%;
  left: 78.4%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item20 {
  top: 89.9%;
  left: 20.4%;
}
.top_wrapper .catchphrase_box .c_box8 .c_box_item21 {
  top: 93%;
  left: 65.3%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item01 {
  top: 16.3%;
  left: 7.9%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item03 {
  top: 15.4%;
  left: 33.1%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item02 {
  top: 19.8%;
  left: 51.3%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item04 {
  top: 14.7%;
  left: 65.1%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item05 {
  top: 29.7%;
  left: 16.6%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item06 {
  top: 31.7%;
  left: 33.8%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item07 {
  top: 28.7%;
  left: 73.5%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item08 {
  top: 42.8%;
  left: 15.5%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item09 {
  top: 45.8%;
  left: 33.1%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item10 {
  top: 43.5%;
  left: 61.3%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item11 {
  top: 48.5%;
  left: 81%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item12 {
  top: 54.7%;
  left: 4.9%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item13 {
  top: 59.9%;
  left: 30%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item14 {
  top: 60.3%;
  left: 64.3%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item15 {
  top: 73.3%;
  left: 3.9%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item16 {
  top: 70.3%;
  left: 55.4%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item17 {
  top: 75.2%;
  left: 81%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item18 {
  top: 83.7%;
  left: 10.1%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item19 {
  top: 79.9%;
  left: 39.6%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item20 {
  top: 94.1%;
  left: 21.6%;
}
.top_wrapper .catchphrase_box .c_box9 .c_box_item21 {
  top: 90.5%;
  left: 71.9%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item01 {
  top: 21.1%;
  left: 9.2%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item03 {
  top: 18.7%;
  left: 43.7%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item02 {
  top: 40.8%;
  left: 17.7%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item04 {
  top: 30.4%;
  left: 31.9%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item05 {
  top: 31.5%;
  left: 77.2%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item06 {
  top: 37.7%;
  left: 47%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item07 {
  top: 51.1%;
  left: 34.6%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item08 {
  top: 48.5%;
  left: 70%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item09 {
  top: 63.5%;
  left: 4.8%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item10 {
  top: 62.9%;
  left: 54.7%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item11 {
  top: 79.7%;
  left: 11.8%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item12 {
  top: 78.5%;
  left: 36.2%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item13 {
  top: 77.9%;
  left: 56.5%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item14 {
  top: 70.6%;
  left: 79.3%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item15 {
  top: 93.5%;
  left: 14.8%;
}
.top_wrapper .catchphrase_box .c_box10 .c_box_item16 {
  top: 87.3%;
  left: 72.4%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item01 {
  top: 18.6%;
  left: 10.6%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item03 {
  top: 28.6%;
  left: 42.6%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item02 {
  top: 18.8%;
  left: 54.3%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item04 {
  top: 23.6%;
  left: 72.5%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item05 {
  top: 42.7%;
  left: 18.3%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item06 {
  top: 42.4%;
  left: 62.6%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item07 {
  top: 61.7%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item08 {
  top: 57.6%;
  left: 28.8%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item09 {
  top: 58.5%;
  left: 69.1%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item10 {
  top: 75.8%;
  left: 6.4%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item11 {
  top: 72.2%;
  left: 47.5%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item12 {
  top: 81.7%;
  left: 62%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item13 {
  top: 75.9%;
  left: 81.1%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item14 {
  top: 91.3%;
  left: 16.3%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item15 {
  top: 87.3%;
  left: 32.9%;
}
.top_wrapper .catchphrase_box .c_box11 .c_box_item16 {
  top: 94.3%;
  left: 71.1%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item01 {
  top: 21.6%;
  left: 9.1%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item03 {
  top: 28.6%;
  left: 39.5%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item02 {
  top: 16.5%;
  left: 52.6%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item04 {
  top: 28.7%;
  left: 73.4%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item05 {
  top: 41.7%;
  left: 19.5%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item06 {
  top: 43.7%;
  left: 68.9%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item07 {
  top: 54.7%;
  left: 23.5%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item08 {
  top: 66.6%;
  left: 5.2%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item09 {
  top: 71.5%;
  left: 45.4%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item10 {
  top: 64.5%;
  left: 80.3%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item11 {
  top: 81.4%;
  left: 6%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item12 {
  top: 81.4%;
  left: 57.4%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item13 {
  top: 91.9%;
  left: 19%;
}
.top_wrapper .catchphrase_box .c_box12 .c_box_item14 {
  top: 94.3%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item01 {
  top: 16.3%;
  left: 2.1%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item02 {
  top: 6.3%;
  left: 34.1%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item03 {
  top: 21.3%;
  left: 70.1%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item04 {
  top: 34.3%;
  left: 12%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item05 {
  top: 43.2%;
  left: 67.3%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item06 {
  top: 61.5%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item07 {
  top: 56.5%;
  left: 44.3%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item08 {
  top: 78.1%;
  left: 24.3%;
}
.top_wrapper .catchphrase_box .c_sp_box1 .c_box_item09 {
  top: 78.2%;
  left: 69.3%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item01 {
  top: 14.3%;
  left: 6.1%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item02 {
  top: 7.3%;
  left: 45.1%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item03 {
  top: 31.3%;
  left: 18.1%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item04 {
  top: 24.3%;
  left: 78%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item05 {
  top: 41.2%;
  left: 57.3%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item06 {
  top: 52.5%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item07 {
  top: 77.5%;
  left: 10.3%;
}
.top_wrapper .catchphrase_box .c_sp_box2 .c_box_item08 {
  top: 65.1%;
  left: 66.3%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item01 {
  top: 18.3%;
  left: 8.1%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item02 {
  top: 7.3%;
  left: 51.1%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item03 {
  top: 46.3%;
  left: 11.1%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item04 {
  top: 29.3%;
  left: 42%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item05 {
  top: 36.2%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item06 {
  top: 67.5%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item07 {
  top: 52.5%;
  left: 44.3%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item08 {
  top: 63.1%;
  left: 78.3%;
}
.top_wrapper .catchphrase_box .c_sp_box3 .c_box_item09 {
  top: 77.2%;
  left: 47.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item01 {
  top: 7.3%;
  left: 11.1%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item02 {
  top: 12.3%;
  left: 58.1%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item03 {
  top: 22.3%;
  left: 31.1%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item04 {
  top: 38.3%;
  left: 5%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item05 {
  top: 34.2%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item06 {
  top: 58.5%;
  left: 16.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item07 {
  top: 53.5%;
  left: 44.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item08 {
  top: 78.1%;
  left: 18.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item09 {
  top: 58.2%;
  left: 74.3%;
}
.top_wrapper .catchphrase_box .c_sp_box4 .c_box_item10 {
  top: 77.2%;
  left: 58.3%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item01 {
  top: 7.3%;
  left: 14.1%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item02 {
  top: 7.3%;
  left: 52.1%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item03 {
  top: 33.3%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item04 {
  top: 38.3%;
  left: 36%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item05 {
  top: 26.2%;
  left: 75.3%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item06 {
  top: 56.5%;
  left: 19.3%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item07 {
  top: 50.5%;
  left: 65.3%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item08 {
  top: 77.1%;
  left: 9.3%;
}
.top_wrapper .catchphrase_box .c_sp_box5 .c_box_item09 {
  top: 76.2%;
  left: 63.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item01 {
  top: 7.3%;
  left: 4.1%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item02 {
  top: 7.3%;
  left: 65.1%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item03 {
  top: 20.3%;
  left: 39.1%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item04 {
  top: 35.3%;
  left: 22%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item05 {
  top: 28.2%;
  left: 75.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item06 {
  top: 44.5%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item07 {
  top: 56.5%;
  left: 4.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item08 {
  top: 60.2%;
  left: 43.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item09 {
  top: 77.2%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box6 .c_box_item10 {
  top: 71.2%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item01 {
  top: 13.3%;
  left: 10.1%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item02 {
  top: 6.3%;
  left: 54.1%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item03 {
  top: 28.3%;
  left: 26.1%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item04 {
  top: 30.3%;
  left: 64%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item05 {
  top: 44.2%;
  left: 3.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item06 {
  top: 47.5%;
  left: 51.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item07 {
  top: 60.5%;
  left: 16.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item08 {
  top: 63.1%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item09 {
  top: 80.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box7 .c_box_item10 {
  top: 80.2%;
  left: 47.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item01 {
  top: 7.3%;
  left: 4.1%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item02 {
  top: 14.3%;
  left: 40.1%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item03 {
  top: 7.3%;
  left: 68.1%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item04 {
  top: 30.3%;
  left: 12%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item05 {
  top: 33.2%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item06 {
  top: 50.5%;
  left: 34.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item07 {
  top: 51.5%;
  left: 64.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item08 {
  top: 64.1%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item09 {
  top: 78.2%;
  left: 33.3%;
}
.top_wrapper .catchphrase_box .c_sp_box8 .c_box_item10 {
  top: 72.2%;
  left: 75.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item01 {
  top: 6.3%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item02 {
  top: 7.3%;
  left: 57.1%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item03 {
  top: 22.3%;
  left: 36.1%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item04 {
  top: 33.3%;
  left: 6%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item05 {
  top: 27.2%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item06 {
  top: 48.5%;
  left: 28.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item07 {
  top: 45.5%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item08 {
  top: 65.1%;
  left: 8.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item09 {
  top: 65.2%;
  left: 67.3%;
}
.top_wrapper .catchphrase_box .c_sp_box9 .c_box_item10 {
  top: 77.2%;
  left: 46.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item01 {
  top: 6.3%;
  left: 27.1%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item02 {
  top: 12.3%;
  left: 75.1%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item03 {
  top: 24.3%;
  left: 9.1%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item04 {
  top: 28.3%;
  left: 55%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item05 {
  top: 41.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item06 {
  top: 44.5%;
  left: 48.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item07 {
  top: 59.5%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item08 {
  top: 63.1%;
  left: 43.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item09 {
  top: 77.2%;
  left: 9.3%;
}
.top_wrapper .catchphrase_box .c_sp_box10 .c_box_item10 {
  top: 78.2%;
  left: 65.3%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item01 {
  top: 7.3%;
  left: 8.1%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item02 {
  top: 11.3%;
  left: 34.1%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item03 {
  top: 7.3%;
  left: 75.1%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item04 {
  top: 33.3%;
  left: 11%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item05 {
  top: 27.3%;
  left: 47%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item06 {
  top: 41.5%;
  left: 75.3%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item07 {
  top: 53.5%;
  left: 4.3%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item08 {
  top: 59.1%;
  left: 47.3%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item09 {
  top: 78.2%;
  left: 24.3%;
}
.top_wrapper .catchphrase_box .c_sp_box11 .c_box_item10 {
  top: 78.2%;
  left: 69.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item01 {
  top: 22.3%;
  left: 4.1%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item02 {
  top: 12.3%;
  left: 38.1%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item03 {
  top: 7.3%;
  left: 71.1%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item04 {
  top: 36.3%;
  left: 30%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item05 {
  top: 30.2%;
  left: 68.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item06 {
  top: 50.5%;
  left: 10.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item07 {
  top: 48.5%;
  left: 62.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item08 {
  top: 59.1%;
  left: 38.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item09 {
  top: 78.2%;
  left: 6.3%;
}
.top_wrapper .catchphrase_box .c_sp_box12 .c_box_item10 {
  top: 68.2%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item01 {
  top: 9.3%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item02 {
  top: 7.3%;
  left: 53.1%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item03 {
  top: 23.3%;
  left: 30.1%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item04 {
  top: 30.3%;
  left: 77%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item05 {
  top: 39.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item06 {
  top: 49.5%;
  left: 53.3%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item07 {
  top: 61.5%;
  left: 15.3%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item08 {
  top: 77.1%;
  left: 33.3%;
}
.top_wrapper .catchphrase_box .c_sp_box13 .c_box_item09 {
  top: 67.2%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item01 {
  top: 7.3%;
  left: 18.1%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item02 {
  top: 10.3%;
  left: 71.1%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item03 {
  top: 25.3%;
  left: 9.1%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item04 {
  top: 28.3%;
  left: 66%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item05 {
  top: 50.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item06 {
  top: 47.5%;
  left: 55.3%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item07 {
  top: 63.5%;
  left: 37.3%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item08 {
  top: 77.7%;
  left: 12.3%;
}
.top_wrapper .catchphrase_box .c_sp_box14 .c_box_item09 {
  top: 72.2%;
  left: 62.3%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item01 {
  top: 7.3%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item02 {
  top: 7.3%;
  left: 50.1%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item03 {
  top: 24.3%;
  left: 18.1%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item04 {
  top: 22.3%;
  left: 62%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item05 {
  top: 45.2%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item06 {
  top: 39.5%;
  left: 51.3%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item07 {
  top: 66.5%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item08 {
  top: 58.1%;
  left: 57.3%;
}
.top_wrapper .catchphrase_box .c_sp_box15 .c_box_item09 {
  top: 77.2%;
  left: 46.3%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item01 {
  top: 7.3%;
  left: 18.1%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item02 {
  top: 7.3%;
  left: 69.1%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item03 {
  top: 26.3%;
  left: 15.1%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item04 {
  top: 27.3%;
  left: 67%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item05 {
  top: 45.2%;
  left: 14.3%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item06 {
  top: 43.2%;
  left: 51.3%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item07 {
  top: 61.5%;
  left: 37.3%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item08 {
  top: 78.1%;
  left: 4.3%;
}
.top_wrapper .catchphrase_box .c_sp_box16 .c_box_item09 {
  top: 78.2%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item01 {
  top: 7.3%;
  left: 22.1%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item02 {
  top: 14.3%;
  left: 68.1%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item03 {
  top: 28.3%;
  left: 6.1%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item04 {
  top: 35.3%;
  left: 65%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item05 {
  top: 48.2%;
  left: 14.3%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item06 {
  top: 52.5%;
  left: 47.3%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item07 {
  top: 66.5%;
  left: 4.3%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item08 {
  top: 78.1%;
  left: 28.3%;
}
.top_wrapper .catchphrase_box .c_sp_box17 .c_box_item09 {
  top: 73.2%;
  left: 60.3%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item01 {
  top: 7.3%;
  left: 11.1%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item02 {
  top: 7.3%;
  left: 60.1%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item03 {
  top: 27.3%;
  left: 14.1%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item04 {
  top: 23.3%;
  left: 54%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item05 {
  top: 50.7%;
  left: 4.4%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item06 {
  top: 39.5%;
  left: 69.3%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item07 {
  top: 55.5%;
  left: 48.3%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item08 {
  top: 77.1%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item09 {
  top: 71.2%;
  left: 43.3%;
}
.top_wrapper .catchphrase_box .c_sp_box18 .c_box_item10 {
  top: 78.2%;
  left: 74.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item01 {
  top: 10.3%;
  left: 5.1%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item02 {
  top: 7.3%;
  left: 75.1%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item03 {
  top: 25.3%;
  left: 28.1%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item04 {
  top: 24.3%;
  left: 63%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item05 {
  top: 44.2%;
  left: 7.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item06 {
  top: 42.5%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item07 {
  top: 58.5%;
  left: 16.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item08 {
  top: 61.1%;
  left: 64.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item09 {
  top: 78.2%;
  left: 4.3%;
}
.top_wrapper .catchphrase_box .c_sp_box19 .c_box_item10 {
  top: 74.2%;
  left: 49.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item01 {
  top: 7.3%;
  left: 22.1%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item02 {
  top: 18.3%;
  left: 46.1%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item03 {
  top: 15.3%;
  left: 68.1%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item04 {
  top: 23.3%;
  left: 5%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item05 {
  top: 40.2%;
  left: 31.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item06 {
  top: 34.5%;
  left: 59.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item07 {
  top: 56.5%;
  left: 9.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item08 {
  top: 56.1%;
  left: 46.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item09 {
  top: 77.2%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box20 .c_box_item10 {
  top: 69.2%;
  left: 68.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item01 {
  top: 7.3%;
  left: 12.1%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item02 {
  top: 10.3%;
  left: 45.1%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item03 {
  top: 27.3%;
  left: 20.1%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item04 {
  top: 32.3%;
  left: 65%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item05 {
  top: 43.2%;
  left: 7.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item06 {
  top: 48.5%;
  left: 43.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item07 {
  top: 63.5%;
  left: 18.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item08 {
  top: 61.1%;
  left: 71.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item09 {
  top: 79.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box21 .c_box_item10 {
  top: 80.2%;
  left: 74.3%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item01 {
  top: 10.3%;
  left: 7.1%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item02 {
  top: 7.3%;
  left: 60.1%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item03 {
  top: 24.3%;
  left: 27.1%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item04 {
  top: 25.3%;
  left: 68%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item05 {
  top: 41.2%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item06 {
  top: 43.5%;
  left: 37.3%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item07 {
  top: 59.5%;
  left: 19.3%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item08 {
  top: 77.5%;
  left: 7.3%;
}
.top_wrapper .catchphrase_box .c_sp_box22 .c_box_item09 {
  top: 72.2%;
  left: 44.3%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item01 {
  top: 7.3%;
  left: 23.1%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item02 {
  top: 22.6%;
  left: 5.1%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item03 {
  top: 21.3%;
  left: 70.1%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item04 {
  top: 37.9%;
  left: 40.1%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item05 {
  top: 59.2%;
  left: 6.4%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item06 {
  top: 52.5%;
  left: 65.3%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item07 {
  top: 78.1%;
  left: 23.3%;
}
.top_wrapper .catchphrase_box .c_sp_box23 .c_box_item08 {
  top: 73.1%;
  left: 64.3%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item01 {
  top: 16.3%;
  left: 6.1%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item02 {
  top: 7.3%;
  left: 75.1%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item03 {
  top: 35.5%;
  left: 15.9%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item04 {
  top: 25%;
  left: 71%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item05 {
  top: 41.2%;
  left: 55.3%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item06 {
  top: 58.5%;
  left: 17.3%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item07 {
  top: 77.7%;
  left: 5.3%;
}
.top_wrapper .catchphrase_box .c_sp_box24 .c_box_item08 {
  top: 78%;
  left: 76.5%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item01 {
  top: 16.3%;
  left: 13.1%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item02 {
  top: 7.3%;
  left: 53.1%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item03 {
  top: 35.3%;
  left: 11.1%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item04 {
  top: 30.3%;
  left: 45%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item05 {
  top: 52.2%;
  left: 25.3%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item06 {
  top: 56.5%;
  left: 63.3%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item07 {
  top: 70.5%;
  left: 7.3%;
}
.top_wrapper .catchphrase_box .c_sp_box25 .c_box_item08 {
  top: 78.1%;
  left: 49.3%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item01 {
  top: 18.3%;
  left: 5.1%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item02 {
  top: 7.3%;
  left: 46.1%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item03 {
  top: 33.3%;
  left: 33.1%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item04 {
  top: 23.3%;
  left: 75%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item05 {
  top: 48.2%;
  left: 8.3%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item06 {
  top: 58.5%;
  left: 70.3%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item07 {
  top: 68.5%;
  left: 13.3%;
}
.top_wrapper .catchphrase_box .c_sp_box26 .c_box_item08 {
  top: 77.9%;
  left: 48.3%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item01 {
  top: 7.3%;
  left: 6.1%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item02 {
  top: 26.3%;
  left: 17.1%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item03 {
  top: 23.3%;
  left: 70.1%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item04 {
  top: 48.3%;
  left: 7%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item05 {
  top: 41.2%;
  left: 57.3%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item06 {
  top: 57.5%;
  left: 33.3%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item07 {
  top: 60.5%;
  left: 69.3%;
}
.top_wrapper .catchphrase_box .c_sp_box27 .c_box_item08 {
  top: 78.1%;
  left: 31.7%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item01 {
  top: 7.4%;
  left: 63.1%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item02 {
  top: 24.3%;
  left: 17.1%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item03 {
  top: 32.3%;
  left: 70.1%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item04 {
  top: 47.3%;
  left: 7%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item05 {
  top: 55.2%;
  left: 38.3%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item06 {
  top: 73.5%;
  left: 6.3%;
}
.top_wrapper .catchphrase_box .c_sp_box28 .c_box_item07 {
  top: 78%;
  left: 70.3%;
}
@-webkit-keyframes anim_scaling {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
@keyframes anim_scaling {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.top_wrapper .top_navi {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .top_wrapper .top_navi {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top_wrapper .top_navi ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 155px;
}
@media screen and (max-width: 1040px) {
  .top_wrapper .top_navi ul {
    margin-top: 16.8%;
    margin-left: 1.2%;
    margin-right: 1.2%;
  }
}
@media screen and (max-width: 480px) {
  .top_wrapper .top_navi ul {
    display: block;
    margin-top: -1vw;
  }
}
.top_wrapper .top_navi li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 32.3%;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .top_wrapper .top_navi li {
    width: auto;
    margin-bottom: 8px;
  }
}
.top_wrapper .top_navi li:hover img {
  opacity: 0.8;
}

.gakka_page .gakka_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_text {
    margin-bottom: 8vw;
    font-size: 14px;
  }
}
.gakka_page .section_top {
  background-color: #6accb6;
  background-repeat: repeat-x;
  background-size: auto 110px;
}
@media screen and (max-width: 980px) {
  .gakka_page .section_top {
    background-size: auto 9.22%;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top {
    background: none;
    background-color: #f4cf00;
    overflow: hidden;
  }
}
.gakka_page .section_top .top_wrapper {
  height: auto;
  background-image: url(../images/gakka/gakka_header_bg.png);
  background-size: 900px auto;
  background-position: top 9px right 0;
  max-width: 1600px;
}
@media screen and (max-width: 1600px) {
  .gakka_page .section_top .top_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  .gakka_page .section_top .top_wrapper {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 980px) {
  .gakka_page .section_top .top_wrapper {
    padding-bottom: 0;
    background-size: 80%;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper {
    background: none;
  }
}
.gakka_page .section_top .top_wrapper header {
  height: 110px;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper header {
    height: auto;
    background-color: #f4cf00;
  }
}
.gakka_page .section_top .top_wrapper .s_contents {
  background-color: #6accb6;
  padding-top: 3vw;
  padding-bottom: 4.08vw;
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper .s_contents {
    padding-top: 5vw;
  }
}
.gakka_page .section_top .top_wrapper .gakka_top_box {
  position: relative;
  margin-bottom: 10px;
}
.gakka_page .section_top .top_wrapper .gakka_top_box .btn_gakka {
  width: 366px;
  position: absolute;
  bottom: 50px;
  right: 30px;
}
@media screen and (max-width: 980px) {
  .gakka_page .section_top .top_wrapper .gakka_top_box .btn_gakka {
    width: 31.5vw;
    right: 3vw;
    bottom: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper .gakka_top_box .btn_gakka {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
}
.gakka_page .section_top .top_wrapper .gakka_top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper .gakka_top_nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gakka_page .section_top .top_wrapper .gakka_top_nav li {
  list-style: none;
}
.gakka_page .section_top .top_wrapper .gakka_top_nav a {
  display: block;
  width: 9.8em;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #888888;
  border: 2px solid #fff;
  padding: 7px 0px;
}
@media screen and (max-width: 980px) {
  .gakka_page .section_top .top_wrapper .gakka_top_nav a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .section_top .top_wrapper .gakka_top_nav a {
    width: 45vw;
    margin-bottom: 2vw;
  }
}
.gakka_page .section_top .top_wrapper .gakka_top_nav a.nav_current {
  background-color: #4e4b4a;
}
.gakka_page .section_top .top_wrapper .gakka_top_nav a:hover {
  background-color: #4e4b4a;
}
.gakka_page .gakka_section_about {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 85px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about {
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
}
.gakka_page .gakka_section_about .gakka_about_text {
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about .gakka_about_text {
    margin-bottom: 8vw;
  }
}
.gakka_page .gakka_section_about .gakka_course_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about .gakka_course_box {
    display: block;
  }
}
.gakka_page .gakka_section_about .gakka_course_box li {
  width: 48%;
  list-style: none;
}
.gakka_page .gakka_section_about .gakka_course_box li img {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about .gakka_course_box li img {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about .gakka_course_box li {
    width: 100%;
  }
}
.gakka_page .gakka_section_about .gakka_course_box.col3 li {
  width: 31.5%;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_about .gakka_course_box.col3 li {
    width: 100%;
  }
}
.gakka_page .gakka_section_message h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #6accb6;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message h2 {
    font-size: 23px;
  }
}
.gakka_page .gakka_section_message h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1;
}
.gakka_page .gakka_section_message .message_name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.gakka_page .gakka_section_message .message_name span {
  display: block;
}
.gakka_page .gakka_section_message .message_name .name small {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.gakka_page .gakka_section_message .message_name .syussin {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gakka_page .gakka_section_message .message_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message .message_main {
    display: block;
  }
}
.gakka_page .gakka_section_message .message_main h3 {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  line-height: 2.3;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message .message_main h3 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message .message_main h3 {
    position: static;
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
}
.gakka_page .gakka_section_message .message_main h3 span {
  background-color: #4e4b4a;
  padding: 8px;
}
.gakka_page .gakka_section_message .message_main .message_photo {
  position: relative;
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle {
  background-color: rgba(106, 204, 183, 0.768627451);
  width: 240px;
  height: 240px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message .message_main .message_photo .message_circle {
    width: 24.48vw;
    height: 24.48vw;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message .message_main .message_photo .message_circle {
    width: 50vw;
    height: 50vw;
  }
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner h4 {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner h4::after {
  content: "";
  border-bottom: 3px solid #fff;
  width: 44px;
  display: block;
  margin: 0 auto;
  padding-top: 5px;
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner p {
  line-height: 1.5;
  margin-bottom: 7px;
}
.gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner .small_text {
  font-size: 14px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message .message_main .message_photo .message_circle .message_circle_inner .small_text {
    font-size: 1.2vw;
  }
}
.gakka_page .gakka_section_message .message_main .message_text .message_bg {
  position: absolute;
}
.gakka_page .gakka_section_message01 {
  background-color: #efeef0;
  padding-top: 60px;
  padding-bottom: 187px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message01 {
    padding-bottom: 19.08vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message01 {
    padding-top: 10vw;
    padding-bottom: 20px;
  }
}
.gakka_page .gakka_section_message01 .message_main h3 {
  top: 24px;
  right: 140px;
}
.gakka_page .gakka_section_message01 .message_main .message_photo {
  width: 495px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message01 .message_main .message_photo {
    width: 50.5vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message01 .message_main .message_photo {
    width: 100%;
  }
}
.gakka_page .gakka_section_message01 .message_main .message_photo .message_circle {
  right: -15px;
  top: 385px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message01 .message_main .message_photo .message_circle {
    width: 24.48vw;
    height: 24.48vw;
    top: 39.28vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message01 .message_main .message_photo .message_circle {
    right: 0vw;
    top: 55.5vw;
  }
}
.gakka_page .gakka_section_message01 .message_main .message_text {
  width: 42.85%;
  padding-top: 170px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message01 .message_main .message_text {
    width: auto;
    padding-top: 6vw;
  }
}
.gakka_page .gakka_section_message_wrap {
  background-color: #dadada;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 {
  margin-bottom: 60px;
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main h3 {
  top: 70px;
  left: 70px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main h3 {
    top: 7.14vw;
    left: 7.14vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo {
  width: 440px;
  margin-left: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo {
    width: 44.89vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo .message_circle {
  left: 90px;
  top: 325px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo .message_circle {
    left: 9.14vw;
    top: 32.93vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_photo .message_circle {
    left: auto;
    right: 0vw;
    top: 50vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_text {
  background-color: #efeef0;
  width: 565px;
  padding: 70px;
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_text {
    width: 57.65vw;
    padding: 7.14vw;
    padding-top: 20.4vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message02 .message_main .message_text {
    background-color: initial;
    width: auto;
    padding: 6vw 0 0 3vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main h3 {
  top: 70px;
  left: 485px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main h3 {
    top: 7.14vw;
    left: 47vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo {
  width: 440px;
  margin-right: -30px;
  padding-top: 30px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo {
    width: 44.72vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo .message_circle {
  left: 90px;
  top: 342px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo .message_circle {
    left: 9.14vw;
    top: 34.69vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_photo .message_circle {
    left: auto;
    right: 0vw;
    top: 50vw;
  }
}
.gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_text {
  background-color: #efeef0;
  width: 565px;
  padding: 70px;
  padding-top: 200px;
}
@media screen and (max-width: 980px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_text {
    width: 57.54vw;
    padding: 7.13vw;
    padding-top: 20.35vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_message_wrap .gakka_section_message03 .message_main .message_text {
    background-color: initial;
    width: auto;
    padding: 6vw 0 0 3vw;
  }
}
.gakka_page .gakka_section_career {
  background-color: #6accb6;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career {
    font-size: 4vw;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
.gakka_page .gakka_section_career h2 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 2;
  margin-bottom: 60px;
}
.gakka_page .gakka_section_career h2 span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 1;
}
.gakka_page .gakka_section_career .career_text {
  margin-bottom: 2em;
  text-align: center;
  font-weight: bold;
}
.gakka_page .gakka_section_career .career_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: reverse;
            flex-direction: reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gakka_page .gakka_section_career .career_main .career_data {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main .career_data {
    width: 100%;
    display: block;
  }
}
.gakka_page .gakka_section_career .career_main .career_data.data_col3 .career_data_box {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main .career_data.data_col3 .career_data_box {
    width: 100%;
  }
}
.gakka_page .gakka_section_career .career_main .career_data .career_data_box {
  width: 24%;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main .career_data .career_data_box {
    width: 100%;
  }
}
.gakka_page .gakka_section_career .career_main .career_data .career_data_box ul {
  margin-left: 1.3em;
}
.gakka_page .gakka_section_career .career_main .career_data .career_data_box li {
  list-style: none;
  text-indent: -1.3em;
  margin-bottom: 2px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main .career_data .career_data_box li {
    display: inline-block;
    text-indent: 0.1em;
  }
}
.gakka_page .gakka_section_career .career_main .career_data .career_data_box li::before {
  content: "■ ";
  color: #888;
}
.gakka_page .gakka_section_career .career_main .career_graf {
  width: 205px;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main .career_graf {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vw;
  }
}
.gakka_page .gakka_section_career .career_main.pc_only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main.pc_only {
    display: none;
  }
}

/* gakka page j */
.gakka_page_j .section_top {
  background-color: #53a9eb;
}
.gakka_page_j .section_top .top_wrapper .s_contents {
  background-color: #53a9eb;
}
.gakka_page_j .gakka_section_message h2 {
  color: #53a9eb;
}
.gakka_page_j .gakka_section_message .message_main .message_photo .message_circle {
  background-color: rgba(83, 169, 235, 0.768627451);
}
.gakka_page_j .gakka_section_career {
  background-color: #53a9eb;
}

/* all gakka */
.gakka_civil .gakka_section_message01 .message_main .message_bg {
  width: 550px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_civil .gakka_section_message01 .message_main .message_bg {
    width: 56.12vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_civil .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_civil .gakka_section_message02 .message_bg {
  width: 86px;
  top: 40px;
  left: 400px;
}
@media screen and (max-width: 980px) {
  .gakka_civil .gakka_section_message02 .message_bg {
    width: 8.78vw;
    top: 4.08vw;
    left: 40.8vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_civil .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_civil .gakka_section_message03 .message_bg {
  width: 120px;
  top: -60px;
  left: 820px;
}
@media screen and (max-width: 980px) {
  .gakka_civil .gakka_section_message03 .message_bg {
    width: 12.23vw;
    top: -6vw;
    left: 80vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_civil .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_mechcntl .gakka_section_message01 .message_main h3 {
  right: 60px;
}
.gakka_mechcntl .gakka_section_message01 .message_main .message_bg {
  width: 546px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_mechcntl .gakka_section_message01 .message_main .message_bg {
    width: 55.7vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_mechcntl .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_mechcntl .gakka_section_message02 .message_bg {
  width: 117px;
  top: 40px;
  left: 380px;
}
@media screen and (max-width: 980px) {
  .gakka_mechcntl .gakka_section_message02 .message_bg {
    width: 11.84vw;
    top: 4.04vw;
    left: 38.38vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_mechcntl .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_mechcntl .gakka_section_message03 .message_bg {
  width: 103px;
  top: -60px;
  left: 820px;
}
@media screen and (max-width: 980px) {
  .gakka_mechcntl .gakka_section_message03 .message_bg {
    width: 10.39vw;
    top: -6.05vw;
    left: 82.58vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_mechcntl .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_space .gakka_section_message01 .message_main h3 {
  right: 60px;
}
.gakka_space .gakka_section_message01 .message_main .message_bg {
  width: 546px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_space .gakka_section_message01 .message_main .message_bg {
    width: 55.7vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_space .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_space .gakka_section_message02 .message_bg {
  width: 117px;
  top: 40px;
  left: 380px;
}
@media screen and (max-width: 980px) {
  .gakka_space .gakka_section_message02 .message_bg {
    width: 11.94vw;
    top: 4.08vw;
    left: 38.78vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_space .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_space .gakka_section_message03 .message_bg {
  width: 153px;
  top: -30px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_space .gakka_section_message03 .message_bg {
    width: 15.61vw;
    top: -3.06vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_space .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_page.gakka_ele .gakka_section_message01 .message_main h3 {
  right: 60px;
}
.gakka_page.gakka_ele .gakka_section_message01 .message_main .message_bg {
  width: 538px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_page.gakka_ele .gakka_section_message01 .message_main .message_bg {
    width: 54.89vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page.gakka_ele .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_page.gakka_ele .gakka_section_message02 .message_bg {
  width: 117px;
  top: 40px;
  left: 380px;
}
@media screen and (max-width: 980px) {
  .gakka_page.gakka_ele .gakka_section_message02 .message_bg {
    width: 11.94vw;
    top: 4.08vw;
    left: 38.78vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page.gakka_ele .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_page.gakka_ele .gakka_section_message03 .message_bg {
  width: 122px;
  top: -30px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_page.gakka_ele .gakka_section_message03 .message_bg {
    width: 12.45vw;
    top: 3.06vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_page.gakka_ele .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_chem .gakka_section_message01 .message_main h3 {
  right: 34px;
}
.gakka_chem .gakka_section_message01 .message_main .message_bg {
  width: 528px;
  top: -90px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_chem .gakka_section_message01 .message_main .message_bg {
    width: 53.87vw;
    top: -9.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_chem .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -101px;
    right: 0px;
  }
}
.gakka_chem .gakka_section_message02 .message_bg {
  width: 100px;
  top: 30px;
  left: 380px;
}
@media screen and (max-width: 980px) {
  .gakka_chem .gakka_section_message02 .message_bg {
    width: 10.2vw;
    top: 3.06vw;
    left: 38.78vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_chem .gakka_section_message02 .message_bg {
    width: 20vw;
    top: -50px;
    left: 70vw;
  }
}
.gakka_chem .gakka_section_message03 .message_main h4 {
  margin-bottom: 0px !important;
}
.gakka_chem .gakka_section_message03 .message_main .message_bg {
  width: 88px;
  top: -37px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_chem .gakka_section_message03 .message_main .message_bg {
    width: 8.98vw;
    top: 3.78vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_chem .gakka_section_message03 .message_main .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_matsc .gakka_section_message01 .message_main h3 {
  right: 62px;
}
.gakka_matsc .gakka_section_message01 .message_main .message_bg {
  width: 528px;
  top: -90px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_matsc .gakka_section_message01 .message_main .message_bg {
    width: 53.87vw;
    top: -9.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_matsc .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_matsc .gakka_section_message02 .message_bg {
  width: 100px;
  top: 30px;
  left: 380px;
}
@media screen and (max-width: 980px) {
  .gakka_matsc .gakka_section_message02 .message_bg {
    width: 10.2vw;
    top: 3.06vw;
    left: 38.78vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_matsc .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_matsc .gakka_section_message03 .message_bg {
  width: 88px;
  top: -37px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_matsc .gakka_section_message03 .message_bg {
    width: 8.98vw;
    top: 3.78vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_matsc .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_ai .gakka_section_message01 .message_main h3 {
  right: 53px;
}
.gakka_ai .gakka_section_message01 .message_main .message_bg {
  width: 534px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_ai .gakka_section_message01 .message_main .message_bg {
    width: 54.48vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ai .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_ai .gakka_section_message02 .message_bg {
  width: 100px;
  top: 40px;
  left: 390px;
}
@media screen and (max-width: 980px) {
  .gakka_ai .gakka_section_message02 .message_bg {
    width: 10.2vw;
    top: 4.08vw;
    left: 39.8vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ai .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_ai .gakka_section_message03 .message_bg {
  width: 90px;
  top: -33px;
  left: 820px;
}
@media screen and (max-width: 980px) {
  .gakka_ai .gakka_section_message03 .message_bg {
    width: 9.18vw;
    top: 3.37vw;
    left: 83.67vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ai .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_csn .gakka_section_message01 .message_main h3 {
  right: 53px;
}
.gakka_csn .gakka_section_message01 .message_main .message_bg {
  width: 564px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_csn .gakka_section_message01 .message_main .message_bg {
    width: 57.6vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_csn .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_csn .gakka_section_message02 .message_bg {
  width: 120px;
  top: 40px;
  left: 370px;
}
@media screen and (max-width: 980px) {
  .gakka_csn .gakka_section_message02 .message_bg {
    width: 12.24vw;
    top: 4.08vw;
    left: 37.76vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_csn .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_csn .gakka_section_message03 .message_bg {
  width: 125px;
  top: -33px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_csn .gakka_section_message03 .message_bg {
    width: 12.76vw;
    top: -3.37vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_csn .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_ics .gakka_section_message01 .message_main h3 {
  right: 124px;
}
.gakka_ics .gakka_section_message01 .message_main .message_bg {
  width: 524px;
  top: -80px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_ics .gakka_section_message01 .message_main .message_bg {
    width: 53.46vw;
    top: -8.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ics .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_ics .gakka_section_message02 h4 {
  margin-bottom: 0px !important;
}
.gakka_ics .gakka_section_message02 .message_bg {
  width: 86px;
  top: 21px;
  left: 400px;
}
@media screen and (max-width: 980px) {
  .gakka_ics .gakka_section_message02 .message_bg {
    width: 8.78vw;
    top: 2.14vw;
    left: 40.82vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ics .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_ics .gakka_section_message03 .message_bg {
  width: 125px;
  top: -33px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_ics .gakka_section_message03 .message_bg {
    width: 12.76vw;
    top: -3.37vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_ics .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_phys .gakka_section_message01 .message_main h3 {
  right: 44px;
}
.gakka_phys .gakka_section_message01 .message_main .message_bg {
  width: 533px;
  top: -90px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_phys .gakka_section_message01 .message_main .message_bg {
    width: 54.38vw;
    top: -9.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_phys .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -90px;
    right: 0px;
  }
}
.gakka_phys .gakka_section_message02 h4 {
  margin-bottom: 0px !important;
}
.gakka_phys .gakka_section_message02 .message_bg {
  width: 86px;
  top: 21px;
  left: 400px;
}
@media screen and (max-width: 980px) {
  .gakka_phys .gakka_section_message02 .message_bg {
    width: 8.78vw;
    top: 2.14vw;
    left: 40.82vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_phys .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_phys .gakka_section_message03 .message_bg {
  width: 125px;
  top: -33px;
  left: 770px;
}
@media screen and (max-width: 980px) {
  .gakka_phys .gakka_section_message03 .message_bg {
    width: 12.76vw;
    top: -3.37vw;
    left: 78.57vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_phys .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

.gakka_bio .gakka_section_message01 .message_main h3 {
  right: 30px;
}
.gakka_bio .gakka_section_message01 .message_main h4 {
  margin-bottom: 10px !important;
}
.gakka_bio .gakka_section_message01 .message_main .message_bg {
  width: 533px;
  top: -70px;
  right: 0px;
}
@media screen and (max-width: 980px) {
  .gakka_bio .gakka_section_message01 .message_main .message_bg {
    width: 54.38vw;
    top: -7.1vw;
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .gakka_bio .gakka_section_message01 .message_main .message_bg {
    width: 100%;
    top: -70px;
    right: 0px;
  }
}
.gakka_bio .gakka_section_message02 .message_bg {
  width: 71px;
  top: 21px;
  left: 400px;
}
@media screen and (max-width: 980px) {
  .gakka_bio .gakka_section_message02 .message_bg {
    width: 7.24vw;
    top: 2.14vw;
    left: 40.82vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_bio .gakka_section_message02 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}
.gakka_bio .gakka_section_message03 .message_bg {
  width: 101px;
  top: -33px;
  left: 790px;
}
@media screen and (max-width: 980px) {
  .gakka_bio .gakka_section_message03 .message_bg {
    width: 10.31vw;
    top: -3.37vw;
    left: 80.61vw;
  }
}
@media screen and (max-width: 480px) {
  .gakka_bio .gakka_section_message03 .message_bg {
    width: 20vw;
    top: 50px;
    left: 70vw;
  }
}

/* main parts */
.copy_text p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 980px) {
  .copy_text p {
    font-size: 2.65vw;
  }
}
@media screen and (max-width: 480px) {
  .copy_text p {
    font-size: 18px;
    line-height: 1.8;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.table_scroll_arrow {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #00437c;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .table_scroll_arrow {
    font-size: 2.34vw;
  }
}
@media screen and (max-width: 480px) {
  .table_scroll_arrow {
    font-size: 18px;
  }
}
.table_scroll_arrow::before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 24px;
  background: url(../images/arow_table_l.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .table_scroll_arrow::before {
    width: 3.16%;
    height: 2.4489795918vw;
  }
}
@media screen and (max-width: 480px) {
  .table_scroll_arrow::before {
    width: 23px;
    height: 17px;
  }
}
.table_scroll_arrow::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 24px;
  background: url(../images/arow_table_r.png) no-repeat;
  background-size: 100%;
  margin-left: 10px;
}
@media screen and (max-width: 980px) {
  .table_scroll_arrow::after {
    width: 3.16%;
    height: 2.4489795918vw;
  }
}
@media screen and (max-width: 480px) {
  .table_scroll_arrow::after {
    width: 23px;
    height: 17px;
  }
}

.btn_link {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .btn_link {
    width: auto;
    margin-top: 40px;
  }
}
.btn_link a:hover img {
  opacity: 0.8;
}

/* main */
@media screen and (max-width: 480px) {
  main {
    overflow: hidden;
  }
}

.section_rui {
  background-color: #dadada;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .section_rui {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section_rui_table {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}
@media screen and (max-width: 980px) {
  .section_rui_table {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .section_rui_table {
    width: auto;
  }
}
.section_rui_table img {
  max-inline-size: none;
  width: 1378px;
}
@media screen and (max-width: 980px) {
  .section_rui_table img {
    width: 140.61vw;
  }
}
@media screen and (max-width: 480px) {
  .section_rui_table img {
    width: 790px;
  }
}
.section_rui .title_rui {
  width: 714px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .section_rui .title_rui {
    width: 72.85%;
  }
}
@media screen and (max-width: 480px) {
  .section_rui .title_rui {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_rui .copy_box_rui {
  text-align: center;
}
.section_rui .copy_box_rui::after {
  content: "";
  display: block;
  width: 980px;
  aspect-ratio: 980/28;
  background: url(../images/title_border.png) no-repeat bottom center;
  background-size: 980px auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .section_rui .copy_box_rui::after {
    width: 100%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 480px) {
  .section_rui .copy_box_rui::after {
    width: auto;
    height: auto;
    aspect-ratio: 347/30;
    background: url(../images/title_border_sp.png) no-repeat bottom center;
    background-size: 100%;
  }
}

.section_stepup {
  background-color: #f4cf00;
  padding-top: 60px;
  padding-bottom: 60px;
  /* sp */
}
@media screen and (max-width: 480px) {
  .section_stepup {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section_stepup .title_stepup {
  width: 946px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .section_stepup .title_stepup {
    width: 96.53%;
  }
}
@media screen and (max-width: 480px) {
  .section_stepup .title_stepup {
    width: auto;
  }
}
.section_stepup .copy_box_stepup {
  text-align: center;
}
.section_stepup .copy_box_stepup::after {
  content: "";
  display: block;
  width: 764px;
  aspect-ratio: 464/28;
  background: url(../images/title_border2.png) no-repeat bottom center;
  background-size: 764px auto;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .section_stepup .copy_box_stepup::after {
    width: 77.95%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 480px) {
  .section_stepup .copy_box_stepup::after {
    width: 80%;
    height: auto;
    aspect-ratio: 248/23;
    background: url(../images/title_border2_sp.png) no-repeat bottom center;
    background-size: 100%;
  }
}
.section_stepup .stepup_root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.section_stepup .stepup_root .stepup_line {
  width: 229px;
}
.section_stepup .stepup_root .stepup_box {
  width: 743px;
}
.section_stepup .stepup_root .stepup_box .stepup_box01 {
  margin-bottom: 23px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box01 {
    margin-bottom: 2.35vw;
  }
}
.section_stepup .stepup_root .stepup_box .stepup_box02 {
  margin-bottom: 40px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box02 {
    margin-bottom: 4.08vw;
  }
}
.section_stepup .stepup_root .stepup_box .stepup_box03 {
  margin-bottom: 172px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box03 {
    margin-bottom: 17.55vw;
  }
}
.section_stepup .stepup_root .stepup_box .stepup_box05 {
  margin-bottom: 31px;
  padding-left: 15px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box05 {
    margin-bottom: 3.16vw;
  }
}
.section_stepup .stepup_root .stepup_box .stepup_box06 {
  margin-bottom: 29px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box06 {
    margin-bottom: 2.96vw;
  }
}
.section_stepup .stepup_root .stepup_box .stepup_box07 {
  margin-bottom: 29px;
}
@media screen and (max-width: 980px) {
  .section_stepup .stepup_root .stepup_box .stepup_box07 {
    margin-bottom: 2.96vw;
  }
}
.section_stepup .stepup_root_sp {
  width: 100%;
  aspect-ratio: 12/23;
  overflow-y: auto;
  margin-bottom: 20px;
}
.section_stepup .stepup_root_sp .stepup_line_sp {
  width: 100%;
  position: relative;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn {
  position: absolute;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: ripple 2s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 2s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(4, 4);
    transform: scale(4, 4);
    opacity: 0;
  }
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn img {
  position: relative;
  z-index: 10;
}
.section_stepup .stepup_root_sp .stepup_line_sp .btn01 {
  width: 11%;
  left: 44.9%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .btn02 {
  width: 11.5%;
  left: 44.9%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn01 {
  top: 1.3%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn02 {
  top: 9.4%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn03 {
  top: 27.1%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn04 {
  top: 37.7%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn05 {
  top: 50.6%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn06 {
  top: 58.7%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn07 {
  top: 65.4%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn08 {
  top: 78.8%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_line_btn09 {
  top: 90.8%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box_sp {
  position: absolute;
  z-index: 100;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box01_sp {
  top: 2.6%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box02_sp {
  top: 10.7%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box03_sp {
  top: 28.4%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box04_sp {
  top: 39%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box05_sp {
  top: 51.9%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box06_sp {
  top: 60%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box07_sp {
  top: 66.7%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box08_sp {
  top: 80.1%;
}
.section_stepup .stepup_root_sp .stepup_line_sp .stepup_box09_sp {
  top: 92.1%;
}
.section_stepup .stepup_root_sp .box07_btn_sp {
  position: absolute;
  z-index: 110;
}
.section_stepup .stepup_root_sp .box07_btn01_sp {
  width: 44%;
  top: 34%;
  left: 4%;
}
.section_stepup .stepup_root_sp .box07_btn02_sp {
  width: 44%;
  top: 34%;
  left: 52%;
}
.section_stepup .stepup_root_sp .box07_btn03_sp {
  width: 92%;
  top: 73%;
  left: 4%;
}

.section_data {
  background: -webkit-gradient(linear, left top, left bottom, from(#045ca3), to(#0086d0));
  background: linear-gradient(to bottom, #045ca3, #0086d0);
  padding-top: 60px;
  overflow: hidden;
}
.section_data .title_data {
  width: 758px;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .section_data .title_data {
    width: 77.34%;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .section_data .title_data {
    width: auto;
  }
}
.section_data .data_inner {
  background-color: #004ea2;
}
.section_data .data_box {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box {
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
}
.section_data .data_box01 {
  width: 644px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box01 {
    width: 65.7%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box01 {
    width: 78%;
  }
}
.section_data .data_box02 {
  width: 925px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box02 {
    width: 94.38%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box02 {
    width: 78%;
  }
}
.section_data .data_box03 {
  width: 955px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box03 {
    width: 97.44%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box03 {
    width: 78%;
  }
}
.section_data .data_box04 {
  width: 930px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box04 {
    width: 94.89%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box04 {
    width: 78%;
  }
}
.section_data .data_box05 {
  width: 925px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box05 {
    width: 94.48%;
  }
}
.section_data .data_box06 {
  width: 971px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box06 {
    width: 99.18%;
  }
}
.section_data .data_box07 {
  width: 937px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box07 {
    width: 95.61%;
  }
}
.section_data .data_box08 {
  width: 977px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box08 {
    width: 99.69%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box08 {
    width: 78%;
  }
}
.section_data .data_box09 {
  width: 874px;
  height: 160px;
  padding-top: 0px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box09 {
    width: 89.18%;
    height: 28.57vw;
    padding-bottom: 4vw;
  }
}
.section_data .data_box09 img {
  display: block;
  position: relative;
  top: -107px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box09 img {
    top: -8.16vw;
  }
}
.section_data .data_box10 {
  width: 930px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box10 {
    width: 94.89%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box10 {
    width: 82%;
  }
}
.section_data .data_box11 {
  width: 980px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box11 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box11 {
    width: 78%;
  }
}
.section_data .data_box12 {
  width: 980px;
}
@media screen and (max-width: 980px) {
  .section_data .data_box12 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box12 {
    width: 78%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_box12b {
    width: 78%;
  }
}
@media screen and (max-width: 480px) {
  .section_data .data_contents_sp dd {
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    padding-bottom: 40px;
  }
}

.section_lineup {
  background-color: #f4cf00;
}
.section_lineup .section_lineup_header {
  background-color: #f4cf00;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg_lineup.png) top center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section_lineup .section_lineup_header h2 {
  width: 685px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .section_lineup .section_lineup_header h2 {
    width: 69.9%;
  }
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_header h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_lineup .section_lineup_slider {
  background-color: #74797e;
  height: 290px;
  padding-top: 40px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1362px) {
  .section_lineup .section_lineup_slider {
    padding-top: 2.94vw;
    height: 21vw;
  }
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_slider {
    height: auto;
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.section_lineup .section_lineup_slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  background-color: #bbbd51;
}
@media screen and (max-width: 1362px) {
  .section_lineup .section_lineup_slider:after {
    margin-top: 4vw;
    height: 8vw;
  }
}
.section_lineup .section_lineup_slider .splide {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1362px) {
  .section_lineup .section_lineup_slider .splide {
    width: 85vw;
  }
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_slider .splide {
    width: 100vw;
  }
}
.section_lineup .section_lineup_slider .splide__pagination {
  display: none;
}
.section_lineup .section_lineup_slider .splide__pagination__page {
  background-color: rgba(68, 66, 69, 0.3019607843);
}
.section_lineup .section_lineup_slider .splide__pagination__page.is-active {
  background-color: #444245;
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_slider .splide__arrows {
    position: relative;
    top: -105px;
    z-index: 100;
  }
}
.section_lineup .section_lineup_slider .splide__arrow svg {
  display: none;
}
.section_lineup .section_lineup_slider .splide__arrow--next {
  right: -2.5em;
  background: url(../images/arrow_slide_r.png) no-repeat 24px;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_slider .splide__arrow--next {
    background: url(../images/arrow_slidew_r.png) no-repeat;
    background-size: 20px;
    right: 0.5em;
  }
}
.section_lineup .section_lineup_slider .splide__arrow--prev {
  left: -2.5em;
  background: url(../images/arrow_slide_l.png) no-repeat 24px;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_slider .splide__arrow--prev {
    background: url(../images/arrow_slidew_l.png) no-repeat;
    background-size: 20px;
    left: 0.5em;
  }
}
.section_lineup .section_lineup_slider .splide__list li {
  list-style: none;
  margin-right: 20px;
}
.section_lineup .section_lineup_footer {
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .section_lineup .section_lineup_footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

.section_check .section_check_header {
  background-color: #f4cf00;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.section_check .section_check_header h2 {
  width: 685px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .section_check .section_check_header h2 {
    width: 69.9%;
  }
}
@media screen and (max-width: 480px) {
  .section_check .section_check_header h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section_check .section_check_slider {
  background-color: #dadada;
  height: 380px;
  padding-top: 40px;
}
@media screen and (max-width: 1362px) {
  .section_check .section_check_slider {
    padding-top: 2.94vw;
    height: 27vw;
  }
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider {
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.section_check .section_check_slider .splide {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1362px) {
  .section_check .section_check_slider .splide {
    width: 85vw;
  }
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider .splide {
    width: 100vw;
  }
}
.section_check .section_check_slider .splide__pagination {
  display: none;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -40px;
  }
}
.section_check .section_check_slider .splide__pagination__page {
  background-color: rgba(68, 66, 69, 0.3019607843);
}
.section_check .section_check_slider .splide__pagination__page.is-active {
  background-color: #444245;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider .splide__arrows {
    position: relative;
    top: 25px;
  }
}
.section_check .section_check_slider .splide__arrow svg {
  display: none;
}
.section_check .section_check_slider .splide__arrow--next {
  right: -2.5em;
  background: url(../images/arrow_slide_r.png) no-repeat 24px;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider .splide__arrow--next {
    right: 5em;
    background-size: 10px;
  }
}
.section_check .section_check_slider .splide__arrow--prev {
  left: -2.5em;
  background: url(../images/arrow_slide_l.png) no-repeat 24px;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_slider .splide__arrow--prev {
    left: 5em;
    background-size: 10px;
  }
}
.section_check .section_check_slider .splide__list li {
  list-style: none;
  margin-right: 20px;
}
.section_check .section_check_footer {
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .section_check .section_check_footer {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
}

/* footer */
@media screen and (max-width: 480px) {
  footer {
    overflow: hidden;
  }
}

.footer_link {
  background-color: #00437c;
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60px auto;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .footer_link {
    background-size: 6.12vw auto;
    padding-top: 4.08vw;
    padding-bottom: 3.06vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer_link h3 {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.footer_link ul {
  margin-bottom: 1.5em;
}
.footer_link li {
  list-style: none;
  margin: 0;
  margin-bottom: 3px;
}
.footer_link a {
  color: #fff;
  text-decoration: none;
}
.footer_link a:hover {
  text-decoration: underline;
}
.footer_link .footer_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 854px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box {
    width: 87.14vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer_link .footer_link_box .footer_link01 {
  width: 184px;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box .footer_link01 {
    width: 18.76vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box .footer_link01 {
    width: 45vw;
    margin-bottom: 40px;
  }
}
.footer_link .footer_link_box .footer_link02 {
  width: 130px;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box .footer_link02 {
    width: 13.27vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box .footer_link02 {
    width: 45vw;
  }
}
.footer_link .footer_link_box .footer_link03 {
  width: 400px;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box .footer_link03 {
    width: 40.82vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box .footer_link03 {
    width: 100%;
  }
}
.footer_link .footer_link_box .footer_link03 h3 {
  border-top: 1px solid #fff;
  padding-top: 10px;
}
.footer_link .footer_link_box .footer_link03 .footer_link03_btn {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_link .footer_link_box .footer_link03 .footer_link03_btn a:hover img {
  opacity: 0.8;
}
.footer_link .footer_link_box .footer_link_sp {
  width: 100%;
}
.footer_link .footer_link_box .btn_kyutechlab {
  width: 192px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box .btn_kyutechlab {
    width: 19.59vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box .btn_kyutechlab {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.footer_link .footer_link_box .btn_daigakuannai {
  width: 192px;
}
@media screen and (max-width: 980px) {
  .footer_link .footer_link_box .btn_daigakuannai {
    width: 19.59vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_link .footer_link_box .btn_daigakuannai {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

.footer_bottom {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer_bottom li {
  list-style: none;
  margin: 0;
}
.footer_bottom .footer_sns_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 131px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .footer_bottom .footer_sns_btn {
    width: 38vw;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.footer_bottom .footer_sns_btn li {
  width: 38px;
}
@media screen and (max-width: 980px) {
  .footer_bottom .footer_sns_btn li {
    width: 20vw;
  }
}
.footer_bottom .footer_logo {
  width: 416px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .footer_bottom .footer_logo {
    width: 42.445vw;
  }
}
@media screen and (max-width: 480px) {
  .footer_bottom .footer_logo {
    width: 75%;
  }
}
.footer_bottom .footer_copyright {
  font-size: 10px;
  text-align: center;
}

/* ------ 2402 ADD ------*/
.f_20 {
  font-size: 20px !important;
}

.mv_wrap {
  position: relative;
}
.mv_wrap .slide-items {
  width: 100%;
  height: 100%;
}
.mv_wrap .slide-items li {
  list-style: none;
}
.mv_wrap .slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 980px) {
  .mv_wrap .slide-items img {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .mv_wrap .slide-items img {
    height: 224px;
  }
}
.mv_wrap .mv_ttl {
  font-size: min(3vw, 42px);
  font-weight: bold;
  position: absolute;
  top: 10vw;
  left: 20vw;
  letter-spacing: 2px;
}
@media screen and (max-width: 980px) {
  .mv_wrap .mv_ttl {
    font-size: 36px;
    top: 20vw;
    left: 4vw;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .mv_wrap .mv_ttl {
    font-size: 21px;
  }
}
.mv_wrap .mv_ttl p.mv_ttl_up {
  margin-bottom: 27px;
}
@media screen and (max-width: 980px) {
  .mv_wrap .mv_ttl p.mv_ttl_up {
    margin-bottom: 8px;
  }
}
.mv_wrap .mv_ttl p span {
  background: #fff;
  padding: 7px;
}
@media screen and (max-width: 980px) {
  .mv_wrap .mv_ttl p span {
    padding: 5px;
  }
}

.top_wrapper#gakka_name {
  background: none;
}

.gakka_name_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .gakka_name_area {
    display: block;
    margin-bottom: 30px;
  }
}
.gakka_name_area .bg-white {
  background: #fff;
}
.gakka_name_area .item_left {
  width: 90%;
}
@media screen and (max-width: 480px) {
  .gakka_name_area .item_left {
    width: 100%;
  }
}
.gakka_name_area .item_left p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .gakka_name_area .item_left p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.gakka_name_area .item_left span {
  padding: 10px 47px;
  margin-right: 10px;
}
@media screen and (max-width: 980px) {
  .gakka_name_area .item_left span {
    padding: 7px 26px;
  }
}
.gakka_name_area .item_left .gakka_name_l {
  font-size: 42px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .gakka_name_area .item_left .gakka_name_l {
    font-size: 28px;
  }
}
.gakka_name_area .item_left .gakka_name_s {
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .gakka_name_area .item_left .gakka_name_s {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.gakka_name_area .item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .gakka_name_area .item_right {
    width: 100%;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gakka_name_area .item_right .balloon p {
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.gakka_name_area .item_right .balloon p:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 15px solid transparent;
  border-left: 26px solid #fff;
}
.gakka_name_area .item_right .img {
  margin-left: 20px;
}

.affiliation {
  font-weight: 600;
  margin-bottom: 15px;
}
.affiliation .affiliation_ttl {
  font-size: 18px;
}
.affiliation .affiliation_name {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .gakka_page .gakka_section_career .career_main.sp_only {
    display: block;
  }
}
.gakka_page .gakka_section_career .career_main.sp_only .career_main_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_name_list {
  margin-left: 1.3em;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_name_list li {
  list-style: none;
  font-size: 12px;
  font-weight: 600;
  text-indent: -1.3em;
  margin-bottom: 3px;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_name_list li:before {
  content: "■ ";
  color: #888;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_name_list li.occupation:before {
  content: none;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_name_list.right {
  padding-right: 45px;
}
.gakka_page .gakka_section_career .career_main.sp_only .career_graf {
  width: 60%;
}

@media screen and (min-width: 770px) {
  .gakka_page .gakka_section_career .career_main.sp_only {
    display: none;
  }
}
/* ---.gakka_civil ---*/
.gakka_civil .gakka_name_area .item_right .img {
  margin-left: 0;
  width: 196px;
}
@media screen and (max-width: 480px) {
  .gakka_civil .gakka_name_area .item_right .img {
    width: 182px;
  }
}

/* ---.gakka_ele ---*/
.gakka_ele .gakka_name_area .item_right .img {
  width: 181px;
}
@media screen and (max-width: 480px) {
  .gakka_ele .gakka_name_area .item_right .img {
    width: 168px;
  }
}

/* ---.gakka_space ---*/
.gakka_space .gakka_name_area .item_right .img {
  width: 153px;
}

/* ---.gakka_mechcntl ---*/
.gakka_mechcntl .gakka_name_area .item_right .img {
  width: 205px;
}
@media screen and (max-width: 480px) {
  .gakka_mechcntl .gakka_name_area .item_right .img {
    width: 188px;
    margin-left: 0;
  }
}

/* ---.gakka_chem ---*/
.gakka_chem .gakka_name_area .item_right .img {
  width: 172px;
}
@media screen and (max-width: 480px) {
  .gakka_chem .gakka_name_area .item_right .img {
    width: 158px;
    margin-left: 0;
  }
}
.gakka_chem .gakka_section_message .message_main h3 span {
  padding: 8px 6px;
}

/* ---.gakka_matsc ---*/
.gakka_matsc .gakka_name_area .item_right .img {
  width: 184px;
}
@media screen and (max-width: 480px) {
  .gakka_matsc .gakka_name_area .item_right .img {
    width: 158px;
    margin-left: 0;
  }
}
.gakka_matsc .gakka_section_message .message_main h3 span {
  padding: 8px 6px;
}

/* ---.gakka_page.gakka_page_j ---*/
.gakka_page.gakka_page_j .section_top .top_wrapper .gakka_top_nav a {
  width: 11.8em;
}
.gakka_page.gakka_page_j .gakka_section_career .career_main.sp_only .career_name_list {
  width: 168px;
}
.gakka_page.gakka_page_j .gakka_section_career .career_main.sp_only .career_name_list.right {
  padding-right: 0;
}
.gakka_page.gakka_page_j .gakka_section_career .career_main.sp_only .career_name_list li.t-in-none {
  text-indent: 0;
}

/* ---.gakka_ai ---*/
.gakka_ai .gakka_name_area .item_right .img {
  width: 171px;
}
@media screen and (max-width: 480px) {
  .gakka_ai .gakka_name_area .item_right .img {
    width: 158px;
    margin-left: 30px;
  }
}
.gakka_ai .gakka_section_message .message_main h3 span {
  padding: 8px 6px;
}

/* ---.gakka_csn ---*/
.gakka_csn .gakka_name_area .item_right .img {
  width: 171px;
}
@media screen and (max-width: 480px) {
  .gakka_csn .gakka_name_area .item_right .img {
    width: 167px;
    margin-left: 30px;
  }
}

/* ---.gakka_ics ---*/
.gakka_ics .gakka_name_area .item_right .img {
  width: 167px;
}
@media screen and (max-width: 480px) {
  .gakka_ics .gakka_name_area .item_right .img {
    width: 158px;
    margin-left: 30px;
  }
}

/* ---.gakka_phys ---*/
.gakka_phys .gakka_name_area .item_right .img {
  width: 198px;
}
@media screen and (max-width: 480px) {
  .gakka_phys .gakka_name_area .item_right .img {
    width: 183px;
    margin-left: 30px;
  }
}
.gakka_phys .mv_ttl_bottom.middle {
  margin-bottom: 8px;
}

/* ---.gakka_bio ---*/
.gakka_bio .gakka_name_area .item_right .img {
  width: 174px;
}
@media screen and (max-width: 480px) {
  .gakka_bio .gakka_name_area .item_right .img {
    width: 161px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .gakka_page.gakka_bio .gakka_section_message .message_main h3.sp_s span {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */