@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  font-size: 1.6rem;
}

.of-h {
  overflow: hidden;
}

header {
  padding: 13px 68px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 65px;
  background-color: #fff;
  z-index: 3;
}

header img {
  height: 65px;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.sp {
  display: none;
}

.sp2 {
  display: none;
}

#line {
  padding: 15px 15px 0 15px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  text-align: right;
}

#line div {
  position: relative;
}

#line div .linebtn img {
  width: 60%;
}

#line div .lineclose {
  position: fixed;
  right: 1%;
}

#line div .lineclose img {
  width: 50%;
}

.flex {
  display: flex;
}

.fw-w {
  flex-wrap: wrap;
}

.jc-sb {
  justify-content: space-between;
}

.jc-c {
  justify-content: center;
}

.ai-c {
  align-items: center;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(80px);
  transition: 1s;
}

.slick-prev,
.slick-next {
  visibility: hidden;
}

.slide {
  overflow: hidden;
}

.slickslider {
  margin: auto;
}

.slickslider img {
  width: 100%;
}

.slick-slide:not(.slick-center) {
  filter: brightness(20%);
}

.slick-dots li {
  width: 30px;
}

.slick-dots li button:before {
  content: url("../img/ico_slick.png");
}

.slick-dots li.slick-active button:before {
  content: url("../img/ico_slickactive.png");
}

.tab {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 20px;
}

.tab button {
  width: 276px;
  background-color: inherit;
  border: 1px solid #fff;
  outline: none;
  cursor: pointer;
  padding: 18px 15px;
  transition: 0.3s;
  margin: 0px 32px 20px 0;
}

.tab button:nth-child(4),
.tab button:nth-child(8) {
  margin-right: 0;
}

.tab button:hover {
  background-color: #4DB7FF;
}

.tab button.active {
  background-color: #1592E6;
  border-color: #1592E6;
}

.tabcontent {
  max-width: 1200px;
  margin: auto;
  color: #000;
  display: none;
  padding: 40px;
  background-color: #F4F4F4;
}

.sections {
  width: 100%;
  height: auto;
  color: #fff;
  padding: 80px;
}

.btn {
  width: 225px;
  padding: 10px 0;
  color: #fff;
  text-align: right;
  transition: 0.3s;
}

.btn div::after {
  content: url(../img/ico_go.svg);
  vertical-align: 6%;
  margin: 0 15px 0 24px;
}

.btn__doc {
  background-color: #1592E6;
  margin-right: 16px;
}

.btn__doc:hover {
  background-color: #3BB0FF;
}

.btn__visit {
  background-color: #F215AE;
}

.btn__visit:hover {
  background-color: #FF4AC7;
}

.mv {
  background: url(../img/bg_mv.png) no-repeat center top/cover;
  width: 100%;
  height: 720px;
  margin-top: 68px;
  position: relative;
}

.mv h1 {
  display: flex;
  justify-content: right;
  align-items: center;
  height: 100%;
}

.mv h1 img {
  max-width: 600px;
  padding: 0 10% 10% 0;
}

.mv .fv_bnr {
  position: absolute;
  bottom: 4%;
  right: 0;
}

.mv .fv_bnr img {
  width: 300px;
}

.mv .fv_bnr a:hover {
  opacity: .7;
}

.cv {
  background: url(../img/bg_cv.png) no-repeat center top/cover;
  width: 100%;
  padding: 50px 0 20px 0;
}

.cv__l {
  margin-right: 35px;
}

.cv-footer {
  text-align: center;
  padding: 67px 0 63px 0;
}

.cv-footer h1 {
  color: #00163D;
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 10px;
}

.banner {
  width: 45%;
  margin: 80px auto 40px;
}

.banner img {
  width: 100%;
}

.sec1 {
  background: url(../img/bg_sec1.png) no-repeat center top/cover;
  padding: 80px 20px 0 20px;
}

.sec1 h1 {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 4rem;
}

.sec1 h1 img {
  width: 100%;
  max-width: 1142px;
}

.sec1__l {
  width: 30%;
}

.sec1__l img {
  width: 100%;
  margin-bottom: -6px;
}

.sec1__r {
  margin-left: 20px;
  width: 40%;
  padding: 40px 0 0 0;
}

.sec2 {
  background: linear-gradient(transparent, #000), url(../img/bg_sec2.png) no-repeat center top/cover;
  padding: 80px 80px 0 80px;
}

.sec2__inner {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 64px;
}

.sec2__inner h1 {
  font-size: 5.6rem;
  text-align: center;
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 45px;
}

.sec2__inner h1 span {
  font-size: 4rem;
}

.sec2__inner .sec2__l {
  border: 1px solid #fff;
  padding: 25px 0px;
  width: 42%;
}

.sec2__inner .sec2__l div {
  width: 90%;
  margin: 0 auto;
}

.sec2__inner .sec2__l h2 {
  margin-bottom: 10px;
}

.sec2__inner .sec2__l ul li {
  list-style: none;
  padding-left: 1em;
  line-height: 30px;
}

.sec2__inner .sec2__l ul li span {
  font-size: 2.8rem;
  color: #FFD050;
  font-weight: bold;
}

.sec2__inner .sec2__r {
  padding-top: 20px;
  margin-left: 5%;
  width: 50%;
  font-weight: bold;
}

.sec3 {
  background: url(../img/bg_sec3.png) no-repeat center top/cover;
}

.sec3 h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 57px;
}

.sec3 h1 span {
  font-size: 6rem;
}

.sec3__content {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.sec3__content .sec3__box {
  background: #000;
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  height: 175px;
  width: 48%;
}

.sec3__content .sec3__box span {
  position: absolute;
  font-weight: bold;
  font-size: 8rem;
  color: #FF0FAB;
  background: -webkit-linear-gradient(270deg, #FF0FAB, #0388ED);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -60px;
  left: 10px;
  z-index: 3;
}

.sec3__content .sec3__box div {
  width: 100%;
  height: 175px;
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.sec3__content .sec3__box div a {
  margin-top: 20px;
  color: #fff;
}

.sec3__content .sec3__box div a img {
  position: absolute;
  bottom: 20px;
  left: 47%;
  z-index: 3;
}

.sec3__content .sec3__box div::before,
.sec3__content .sec3__box div::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.sec3__content .sec3__box div,
.sec3__content .sec3__box div::before,
.sec3__content .sec3__box div::after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.sec3__content .sec3__box div::after {
  top: -100%;
  width: 100%;
  height: 100%;
}

.sec3__content .sec3__box div:hover::after {
  top: 0;
  background-color: #03188A;
}

.sec4 {
  background: url(../img/bg_sec4.png) no-repeat center top/cover;
  background-attachment: fixed;
  text-align: center;
}

.sec4 h1 {
  margin-bottom: 45px;
}

.sec4 h2 {
  font-size: 4rem;
  margin-bottom: 55px;
}

.sec4 .member {
  width: 90%;
  margin-top: -10%;
}

.sec4__content {
  max-width: 1200px;
  margin: 0 auto;
}

.sec4__content img {
  width: 188px;
  height: 188px;
  margin-right: 40px;
}

.sec4__content p {
  text-align: left;
}

.sec5 {
  background: url(../img/bg_sec5.png) no-repeat center top/cover;
  background-attachment: fixed;
  text-align: center;
}

.sec5__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sec5 h2 {
  font-size: 2.6rem;
  margin-bottom: 24px;
}

.sec5 h3 {
  font-size: 2rem;
  margin-bottom: 67px;
  font-weight: normal;
}

.sec5__content {
  max-width: 1200px;
  text-align: left;
}

.sec5__content .sec5__box {
  width: 45%;
}

.sec5__content .sec5__box img {
  width: 100%;
}

.sec5__content .sec5__box:first-child,
.sec5__content .sec5__box:nth-child(3) {
  margin-right: 76px;
}

.sec5__content .sec5__box:nth-child(3),
.sec5__content .sec5__box:nth-child(4) {
  margin-top: 50px;
}

.sec5__content .sec5__box .sec5__content {
  margin-bottom: 30px;
}

.sec5__content .sec5__box p {
  line-height: 35px;
}

.sec5__content .sec5__box div {
  margin-bottom: 20px;
}

.sec5__content .sec5__box div .gameteamlogo {
  max-width: 117px;
  max-height: 102px;
  margin: 0 20px 0 0;
}

.sec5__content .sec5__box div h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.sec5__content .sec5__box div span {
  font-size: 1.4rem;
}

.sec5__content .sec5__box .gamewith__box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 32px;
  margin-top: 35px;
}

.sec5__content .sec5__box .gamewith__box h5 {
  font-size: 2rem;
  padding-bottom: 23px;
  border-bottom: 1px solid #999DA7;
  margin-bottom: 24px;
}

.sec5__content .sec5__box .gamewith__box p {
  line-height: 30px;
}

.sec5__content .sec5__box .gamewith__box table td {
  padding: 0 10px 5px 0;
}

.sec6 {
  background: url(../img/bg_sec6.png) no-repeat center top/cover;
  background-attachment: fixed;
}

.sec6 h1 {
  text-align: center;
}

.sec6 h2 {
  font-size: 2.6rem;
  margin-bottom: 24px;
  text-align: center;
}

.sec6 h3 {
  font-size: 2rem;
  margin-bottom: 67px;
  font-weight: normal;
  text-align: center;
}

.sec6__content {
  max-width: 1200px;
  margin: auto;
}

.sec6__content .sec6__l {
  width: 45%;
}

.sec6__content .sec6__l img {
  width: 100%;
}

.sec6__content .sec6__r {
  width: 50%;
}

.sec6__content .sec6__r h4 {
  font-size: 2.6rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #FF0FAB;
}

.sec6__content .sec6__r p {
  margin: 24px 0;
  line-height: 30px;
}

.sec6__content .sec6__r span {
  padding: 5px 44px;
  border: 1px solid #fff;
}

.sec6__content .sec6__r div {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 24px;
}

.sec6__content .sec6__r table td {
  padding: 0 10px 5px 0;
}

.sec6 .sec6__box-mt {
  margin-top: 40px;
}

.sec6 .sec6__box {
  max-width: 1200px;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}

.sec6 .sec6__box .curriculum {
  width: 268px;
}

.sec6 .sec6__box .jobs {
  width: 532px;
}

.sec6 .sec6__box .sec6__group {
  padding: 48px 40px;
}

.sec6 .sec6__box .sec6__group .sec6__item {
  width: 30%;
}

.sec6 .sec6__box .sec6__group .sec6__item:first-child,
.sec6 .sec6__box .sec6__group .sec6__item:nth-child(2),
.sec6 .sec6__box .sec6__group .sec6__item:nth-child(3) {
  margin-bottom: 30px;
}

.sec6 .sec6__box .sec6__group .sec6__item h5 {
  font-size: 2rem;
  background-image: linear-gradient(#FF0FAB, #0388ED);
  background-size: 6px 23px;
  background-position: left;
  padding-left: 15px;
}

.sec6 .sec6__box .sec6__group .sec6__item p {
  margin-top: 10px;
  line-height: 30px;
}

.sec7 {
  background: url(../img/bg_sec7.png) no-repeat center top/cover;
  background-attachment: fixed;
  padding: 80px 0;
}

.sec7 h1 {
  text-align: center;
}

.sec7 h2 {
  font-size: 2rem;
  margin: 48px 0 67px 0;
  font-weight: normal;
  text-align: center;
}

.sec7__content {
  padding: 88px 20px 0 20px;
  max-width: 1200px;
  margin: auto;
}

.sec7__l {
  margin-right: 32px;
}

.sec7__r {
  line-height: 30px;
}

.sec8 {
  background: url(../img/bg_sec8.png) no-repeat center top/cover;
  background-attachment: fixed;
}

.sec8 h1 {
  text-align: center;
}

.sec8 table {
  padding: 48px 0;
  margin: auto;
  text-align: center;
  border-collapse: separate;
  border-spacing: 22px 8px;
}

.sec8 table th {
  padding: 24px 0;
  font-size: 3.8rem;
  font-weight: bold;
}

.sec8 table th:first-child {
  color: #1592E6;
}

.sec8 table td {
  padding: 21px 73px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.sec8 table td:first-child {
  background-color: #1592E6;
  color: #fff;
}

.sec8 table td:nth-child(2) {
  background-color: #AAAAAA;
  color: #fff;
}

.sec8 p {
  max-width: 1200px;
  margin: auto;
  line-height: 30px;
}

.sec8 p span {
  color: #EC59B6;
  text-decoration: underline;
}

.sec9 {
  padding: 0;
}

.sec9 h1,
.sec9 h2,
.sec9 h3 {
  text-align: center;
}

.sec9 h2 {
  font-size: 5.4rem;
  margin: 31px 0 24px 0;
}

.sec9 h3 {
  font-weight: normal;
  font-size: 2rem;
}

.sec9 .sec9_1 {
  background: url(../img/bg_sec9_1.png) no-repeat center top/cover;
  padding: 80px 0 48px 0;
}

.sec9 .sec9_2,
.sec9 .sec9_3,
.sec9 .sec9_4 {
  padding: 57px 82px;
}

.sec9 .sec9_2 {
  background: url(../img/bg_sec9_2.png) no-repeat center top/cover;
  background-attachment: fixed;
}

.sec9 .sec9_3 {
  background: url(../img/bg_sec9_3.png) no-repeat center top/cover;
  background-attachment: fixed;
}

.sec9 .sec9_3 .flex-sp {
  display: flex;
}

.sec9 .sec9_4 {
  background: url(../img/bg_sec9_4.png) no-repeat center top/cover;
  background-attachment: fixed;
}

.sec9 .sec9__l {
  margin-right: 40px;
  width: 40%;
}

.sec9 .sec9__l p {
  line-height: 30px;
}

.sec9 .sec9__l_rev {
  margin: 0 0 0 40px;
}

.sec9 .sec9__r {
  position: relative;
  margin-bottom: 80px;
  margin-right: 167px;
}

.sec9 .sec9__r .gamelogo {
  right: -167px;
  bottom: -80px;
  position: absolute;
}

.sec9 .fpsmargin {
  margin-right: 24px;
}

.sec10 {
  background: url(../img/bg_sec10.png) no-repeat center top/cover;
}

.sec10__content {
  max-width: 1200px;
  margin: auto;
}

.sec10__box {
  position: relative;
  margin-left: -8px;
}

.sec10__box h1 {
  position: absolute;
  top: -45px;
  left: -20px;
  z-index: 1;
}

.sec10__box div {
  position: relative;
}

.sec10__box div div {
  position: absolute;
  top: -330px;
  left: 89px;
}

.sec10__box div div h3 {
  font-size: 3rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  margin-bottom: 23px;
}

.sec10__box div div p {
  line-height: 30px;
}

.sec10 .interview {
  padding: 70px 80px;
  background: #010E27;
  margin: -20px 0 18px 0;
  display: none;
  position: relative;
}

.sec10 .interview h2 {
  font-size: 3rem;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.sec10 .interview div {
  margin-top: 32px;
}

.sec10 .interview div span {
  font-size: 1.8rem;
  color: #EC59B6;
}

.sec10 .interview div p {
  line-height: 30px;
}

.sec10__btn {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  padding: 35px;
  text-align: center;
  background-image: linear-gradient(to right, #FF0FAB, #0388ED);
  margin-top: -17px;
}

.sec11 {
  background: url(../img/bg_sec11.png) no-repeat center top/cover;
  padding: 80px 0;
  text-align: center;
}

.sec11 h1 {
  margin-bottom: 48px;
}

.sec11__video {
  width: auto;
  max-width: 1100px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px;
}

.sec11__video h2 {
  font-size: 3.2rem;
  margin-bottom: 27px;
}

.sec11__box {
  padding: 48px 0;
  max-width: 1220px;
  margin: auto;
  position: relative;
}

.sec11__box img {
  width: 100%;
}

.sec11__box div {
  text-align: left;
  color: #000;
  position: absolute;
  top: 130px;
  left: 50px;
}

.sec11__box div span {
  font-weight: bold;
}

.sec11__box div h3 {
  font-size: 3rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}

.sec11__box div p {
  line-height: 30px;
}

.sec11__content {
  max-width: 1200px;
  text-align: left;
  margin: auto;
  padding: 0 20px;
}

.sec11__content .sec11__l {
  margin-right: 40px;
}

.sec11__content .sec11__l img {
  width: 275px;
  height: 106px;
}

.sec11__content .sec11__r {
  width: 779px;
  line-height: 30px;
}

.sec12 {
  background-color: #00163D;
}

.sec12 h1 {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 64px;
}

.sec12 .sec12__content {
  width: 55%;
  margin-right: 30px;
}

.sec12 .sec12__content h2 {
  font-size: 2.8rem;
  padding-bottom: 14px;
  background-image: linear-gradient(to right, #FF0FAB, #0388ED);
  background-size: 100% 4px;
  background-position: left bottom;
}

.sec12 .sec12__content p {
  font-size: 2rem;
  line-height: 40px;
}

.sec12 .sec12__content .address {
  margin-top: 30px;
}

.sec12 .sec12__content h3 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 5px 16px;
  margin-top: 32px;
  border: 1px solid #000;
  display: inline-block;
}

footer {
  text-align: center;
  background-color: #00163D;
  padding: 16px 0;
}

footer small {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 1355px) {
  body {
    font-size: 1.8rem;
  }

  footer {
    padding: 10px 0;
  }

  footer small {
    font-size: 1rem;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp2 {
    display: none;
  }

  .btn {
    width: 50%;
    padding: 10px;
    font-size: 1.4rem;
  }

  .btn div:after {
    vertical-align: 3%;
    margin: 0 4px 0 2px;
  }

  .cv .cv__l,
  .cv .cv__r {
    text-align: center;
  }

  .cv .cv__l img,
  .cv .cv__r img {
    width: 80%;
  }

  .cv .cv__l {
    margin-right: 0;
  }

  .sections {
    padding: 80px 40px;
  }

  .sec1 {
    padding: 80px 40px 0 40px;
  }

  .sec1 h1 img {
    max-width: 100%;
  }

  .sec1__l {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
  }

  .sec1__r {
    margin-left: 50%;
    padding: 40px 0;
  }

  .sec2 {
    padding: 80px 40px 0 40px;
  }

  .sec2__inner h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }

  .sec2__inner h1 span {
    font-size: 3rem;
  }

  .sec3 h1 {
    font-size: 5rem;
  }

  .sec3__content .sec3__box {
    font-size: 2rem;
  }

  .sec4 h1 img {
    max-width: 100%;
  }

  .sec5 {
    padding: 80px 20px;
  }

  .sec5 h1 img {
    max-width: 100%;
  }

  .sec5__content .sec5__box {
    width: 47%;
  }

  .sec5__content .sec5__box:first-child,
  .sec5__content .sec5__box:nth-child(3) {
    margin-right: 40px;
  }

  .sec6 h1 img {
    max-width: 100%;
  }

  .sec6__content {
    flex-direction: column;
  }

  .sec6__content .sec6__l {
    width: inherit;
  }

  .sec6__content .sec6__r {
    width: 80%;
    margin: 20px 0 0 0;
  }

  .sec7 {
    padding: 80px 0;
  }

  .sec7 h1 img {
    max-width: 100%;
  }

  .sec7__content {
    padding-top: 40px;
  }

  .sec8 h1 img {
    max-width: 100%;
  }

  .sec8 table {
    padding-top: 0;
  }

  .sec8 table th {
    font-size: 3rem;
  }

  .sec8 table td {
    padding: 21px 40px;
  }

  .sec9 {
    padding: 0;
  }

  .sec9 h1 img {
    max-width: 100%;
  }

  .sec9 h2 {
    font-size: 4rem;
  }

  .sec10 {
    padding: 40px 20px;
  }

  .sec10 h1 {
    position: static;
    left: 0;
    top: 0;
    text-align: center;
  }

  .sec10 h1 img {
    height: inherit;
    width: 70%;
  }

  .sec10__box {
    margin-left: 0;
  }

  .sec10__box img {
    width: 102%;
    margin-left: -10px;
  }

  .sec10__box .interview {
    padding: 70px 40px;
  }

  .sec11 {
    padding: 80px 20px;
  }

  .sec11 h1 img {
    max-width: 100%;
  }

  .sec11__box div {
    top: 80px;
    left: 40px;
  }

  .sec11__video {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 1140px) {

  .sec9 .sec9_2 .flex,
  .sec9 .sec9_4 .flex {
    flex-direction: column;
  }

  .sec9 .sec9_3 .flex {
    flex-direction: column-reverse;
  }

  .sec9 .sec9_2,
  .sec9 .sec9_3,
  .sec9 .sec9_4 {
    padding: 50px 30px;
  }

  .sec9 .sec9__l {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec9 .sec9__l_rev {
    margin: 20px 0 0 0;
  }

  .sec9 .sec9__r {
    margin: auto;
  }

  .sec9 .sec9__r div {
    display: flex;
    position: static;
    align-items: baseline;
  }

  .sec9 .sec9__r div img:nth-child(2) {
    position: static;
    bottom: 0;
    right: 0;
    margin-left: 20px;
  }

  .sec9 .flex-sp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
  }

  .sec9 .flex-sp img {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .mv {
    height: 620px;
  }

  .mv h1 img {
    max-width: 500px;
    padding: 0 4% 0 0;
  }

  .mv .fv_bnr img {
    width: 180px;
  }

  .banner {
    width: 60%;
  }

  .sec12 .tab button {
    width: 31%;
    margin: 0px 20px 20px 0;
  }

  .sec12 .tab button:nth-child(3),
  .sec12 .tab button:nth-child(6),
  .sec12 .tab button:nth-child(9) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .sec10__box div div {
    top: -270px;
    left: 67px;
  }

  .banner {
    width: 80%;
  }
}

@media screen and (max-width: 900px) {
  header {
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }

  header {
    height: 50px;
    padding: 5px 15px;
  }

  header img {
    height: 50px;
  }

  .pc {
    display: none;
  }

  .pcshow {
    display: none;
  }

  .sp {
    display: none;
  }

  .sp2 {
    display: block;
  }

  .sp2none {
    display: none;
  }

  .mv {
    background: url(../img/bg_mv-sp2.png) no-repeat center center/cover;
    height: 960px;
    width: 100%;
  }

  .mv h1 {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 62%;
    /*right: 50%;
    transform: translateX(-50%);*/
  }

  .mv h1 img {
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
  }

  .btn div:after {
    vertical-align: 3%;
    margin: 0 2px 0 2px;
  }

  .btn__doc {
    margin-right: 6px;
  }

  .cv {
    padding-top: 10px;
  }

  .cv .flex {
    flex-direction: column;
  }

  .cv-footer {
    padding: 50px 0;
  }

  .cv-footer h1 {
    font-size: 3rem;
  }

  .banner {
    width: 100%;
    margin: 40px auto 20px;
  }

  .sections {
    padding: 30px 20px;
  }

  .sec1 {
    padding: 30px 20px 0 20px;
  }

  .sec1 h1 img {
    width: 100%;
  }

  .sec1 .flex {
    flex-direction: column-reverse;
  }

  .sec1 .sec1__l {
    position: static;
    margin: auto;
    width: 100%;
  }

  .sec1 .sec1__l img {
    max-width: 745px;
  }

  .sec1 .sec1__r {
    width: 100%;
    margin-left: 0;
    text-align: center;
    padding: 20px 0 0 0;
  }

  .sec2 {
    padding: 30px 20px 0 20px;
  }

  .sec2__inner {
    padding: 20px;
  }

  .sec2__inner h1 {
    font-size: 2.3rem;
    margin-bottom: 5px;
  }

  .sec2__inner h1 span {
    font-size: 1.8rem;
  }

  .sec2__inner .flex {
    flex-direction: column-reverse;
  }

  .sec2__inner .flex .sec2__l {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .sec2__inner .flex .sec2__l ul li span {
    font-size: 1.7rem;
  }

  .sec2__inner .flex .sec2__r {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 80%;
  }

  .sec3 h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .sec3 h1 span {
    font-size: 3rem;
  }

  .sec3__content {
    flex-direction: column;
  }

  .sec3__content .sec3__box {
    width: 100%;
    font-size: 1.8rem;
  }

  .sec3__content .sec3__box:first-child {
    margin-bottom: 40px;
  }

  .sec3__content:nth-child(3) .sec3__box div {
    margin-bottom: 0;
  }

  .sec4 h1 {
    margin-bottom: 10px;
  }

  .sec4 h1 img {
    width: 100%;
  }

  .sec4 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .sec4__content {
    flex-direction: column;
  }

  .sec4__content img {
    margin: 0 auto;
  }

  .sec4__content div {
    padding: 20px 0;
  }

  .sec5 h1 img {
    width: 100%;
  }

  .sec5 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .sec5 h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .sec5__content {
    flex-direction: row;
  }

  .sec5__content .sec5__box {
    width: 100%;
    margin-top: 30px;
  }

  .sec5__content .sec5__box:first-child,
  .sec5__content .sec5__box:nth-child(3) {
    margin-right: 0;
  }

  .sec5__content .sec5__box p {
    line-height: 30px;
  }

  .sec5__content .sec5__box img {
    margin-bottom: 15px;
    width: 100%;
  }

  .sec5__content .sec5__box div {
    margin-bottom: 10px;
  }

  .sec5__content .sec5__box div h4 {
    font-size: 2rem;
  }

  .sec5__content .sec5__box .gamewith__box {
    padding: 18px;
    margin: 20px 0;
  }

  .sec5__content .sec5__box .gamewith__box table {
    font-size: 1.2rem;
  }

  .sec6 h1 img {
    width: 100%;
  }

  .sec6 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .sec6 h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .sec6 .sec6__r {
    width: 100%;
  }

  .sec6 .sec6__r h4 {
    font-size: 2rem;
  }

  .sec6 .sec6__box img {
    width: 80%;
  }

  .sec6 .sec6__box .sec6__group {
    padding: 28px 20px;
    flex-direction: column;
  }

  .sec6 .sec6__box .sec6__group .sec6__item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec7 {
    padding: 30px 0;
  }

  .sec7 h1 {
    padding: 0 20px;
  }

  .sec7 h1 img {
    width: 100%;
  }

  .sec7 h2 {
    padding: 0 20px;
    font-size: 2rem;
    margin: 20px 0;
  }

  .sec7__content {
    flex-direction: column;
    align-items: center;
  }

  .sec7__content .sec7__l {
    margin: 0 0 20px 0;
  }

  .sec7__content .sec7__l img {
    width: 100%;
  }

  .sec8 h1 img {
    width: 100%;
  }

  .sec8 div img {
    width: 100%;
    margin: 10px 0 20px 0;
  }

  .sec9 {
    padding: 0;
  }

  .sec9_1 {
    padding: 40px 0;
  }

  .sec9_1 h1 img {
    width: 100%;
  }

  .sec9_1 h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .sec9_1 h3 {
    font-size: 1.6rem;
    margin: 0 10px 30px 10px;
  }

  .sec9 .sec9_2,
  .sec9 .sec9_3,
  .sec9 .sec9_4 {
    padding: 20px 30px;
  }

  .sec9 .sec9_2 .sec9__l img {
    width: 60%;
  }

  .sec9 .sec9_3 .sec9__l img {
    width: 100%;
  }

  .sec9 .sec9_4 .sec9__l img {
    width: 40%;
  }

  .sec9 .flex-sp {
    flex-direction: column;
    justify-content: center;
  }

  .sec9 .fpsmargin {
    margin: 20px 0 20px 0;
  }

  .sec9 .sec9__r div {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sec9 .sec9__r div img {
    width: 100%;
  }

  .sec9 .sec9__r div img:nth-child(2) {
    width: 80%;
    margin: 0 0 20px 0;
  }

  .sec10 h1 img {
    height: inherit;
    width: 100%;
  }

  .sec10__box img {
    width: 100%;
    margin-left: 0;
  }

  .sec10__box div div {
    top: 0;
    left: 0;
    position: static;
    padding: 20px 20px 40px 20px;
    background-color: #010E27;
  }

  .sec10__box div div h3 {
    font-size: 2rem;
  }

  .sec10__btn {
    padding: 20px;
    width: 100%;
    margin: -17px 0 0 0;
    z-index: 2;
    position: relative;
  }

  .sec10 .interview {
    padding: 20px 20px;
  }

  .sec10 .interview h2 {
    font-size: 2rem;
  }

  .sec11 {
    padding: 30px 0;
  }

  .sec11 h1 img {
    width: 100%;
  }

  .sec11__video {
    padding: 30px 10px;
  }

  .sec11__video h2 {
    font-size: 2rem;
  }

  .sec11__video .iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
  }

  .sec11__video .iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sec11__box {
    position: static;
    padding: 20px 0 0 0;
  }

  .sec11__box div {
    color: #fff;
    top: 0;
    left: 0;
    position: static;
    padding: 20px 20px 40px 20px;
  }

  .sec11__box div h3 {
    border-bottom: 1px solid #fff;
    font-size: 2rem;
  }

  .sec11__box img {
    width: 100%;
  }

  .sec11__content {
    flex-direction: column;
  }

  .sec11__content .sec11__l {
    margin-right: 0;
  }

  .sec11__content .sec11__r {
    width: 100%;
    margin-top: 10px;
  }

  .sec12 h1 {
    margin-bottom: 30px;
  }

  .sec12 .tab button {
    margin-right: 10px;
    width: 48%;
  }

  .sec12 .tab button:nth-child(3),
  .sec12 .tab button:nth-child(6),
  .sec12 .tab button:nth-child(9) {
    margin-right: 10px;
  }

  .sec12 .tab button:nth-child(2),
  .sec12 .tab button:nth-child(4),
  .sec12 .tab button:nth-child(6),
  .sec12 .tab button:nth-child(8),
  .sec12 .tab button:nth-child(10) {
    margin-right: 0;
  }

  .sec12 .tabcontent {
    padding: 20px;
  }

  .sec12 .tabcontent .flex {
    flex-direction: column;
  }

  .sec12 .tabcontent .flex .sec12__content {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec12 .tabcontent .flex .sec12__content .address {
    margin-top: 20px;
  }

  .sec12 .tabcontent .flex .sec12__content h3 {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .sec12 .tabcontent .flex .sec12__content p {
    line-height: 30px;
    font-size: 1.6rem;
  }

  .sec12 .tabcontent .flex iframe {
    margin: auto;
    width: 100%;
  }

  #line {
    width: 100%;
    display: block;
  }

  #line div .linebtn img {
    width: 300px;
  }

  #line div .lineclose {
    right: 3%;
  }

  #line div .lineclose img {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 500px;
    margin-top: 50px;
  }

  .mv h1 {
    top: 55%;
    /* right: -5%;
    transform: translateX(0);*/
  }

  .mv h1 img {
    max-width: 240px;
  }

  .fv_bnr {
    margin: 16px auto;
    text-align: center;
  }

  .fv_bnr img {
    width: 180px;
  }
}

/* 2022 年一般入試・推薦入試の出願最終受付中 CVボタン文言 */
.textabovebtn {
  margin: 20px 0;
  padding: 0 10px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .textabovebtn {
    font-size: 2rem;
    margin: 10px 0 6px 0;
  }
}

/* TVで紹介されました youtube */
.media-movie {
  margin: 75px 0 30px;
}

.media-movie>div.movie {
  text-align: center;
}

.media-movie>div.movie iframe {
  width: 810px;
  height: 455.63px;
}

.media-movie>div.media-img {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 768px) {
  .media-movie {
    margin: 45px 0 15px;
  }

  .media-movie>div.movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
  }

  .media-movie>div.movie>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .media-movie>div.media-img {
    margin-bottom: 20px;
  }

  .media-movie>div.media-img img {
    width: 100%;
  }
}

/*
.media-box{
  width: 810px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.media-img{
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .media-box{
    width: 100%;
    padding-top: 60px;
  }
  .media-img{
    margin-bottom: 20px;
  }
  .media-img img{
    width: 100%;
  }
}
*/