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

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

.img-animation:before {
  animation: img-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #060F28;
  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;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}

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

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

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

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

.fd-rr {
  flex-direction: row-reverse;
}

.sp {
  display: none;
}

#page_top {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-color: #005678;
  z-index: 30;
}

#page_top a {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#page_top a img {
  width: 100%;
  transform: rotate(180deg);
}

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

header img {
  width: 280px;
}

.btn {
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.btn__doc {
  background-color: #B52AFF;
  margin-right: 10px;
}

.btn__doc:hover {
  background-color: #6D0AA2;
}

.btn__visit {
  background-color: #005678;
  margin-right: 10px;
}

.btn__visit:hover {
  background-color: #013C53;
}

.btn__line {
  background-color: #01B901;
}

.btn__line:hover {
  background-color: #038403;
}

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

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

.mv-text {
  max-width: 400px;
  padding: 0 0 0 50px;
  margin: -30px 0 0 0;
}

.mv-text img {
  width: 100%;
}

.mv-text2 {
  max-width: 400px;
  margin: auto;
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.mv h1 {
  text-align: center;
  padding-top: 30px;
}

.mv h1 img {
  width: 800px;
  padding: 0;
}

.mv .mv__btn {
  display: block;
  position: relative;
  margin: 70px 0 0 0;
}

.mv .mv__btn .cv__l img,
.mv .mv__btn .cv__r img {
  width: 100%;
}

.mv .mv__btn .cv__l {
  margin: auto;
  width: 450px;
  position: relative;
}

.mv .mv__btn .cv__l:hover {
  z-index: 1;
}

.mv .mv__btn .cv__r {
  margin: -30px auto;
  width: 350px;
  position: relative;
}

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

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

.mv .fv_bnr a {
  transition: all .3s;
}

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

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

.cv__l {
  margin-right: 100px;
}

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

.sections h1 {
  text-align: center;
  font-size: 5rem;
  margin: 0 0 50px 0;
}

.sections h1 img {
  width: 180px;
}

.sectionsInner {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
}

.graph h2 {
  font-size: 2.3rem;
  font-weight: normal;
  width: 100%;
  padding: 5px 20px;
  margin: 40px 0 10px 0;
  background: linear-gradient(to right, #005678, #5D038D);
}

.graph__l,
.graph__r {
  width: 49%;
}

.graph img {
  width: 100%;
}

.video {
  text-align: center;
  position: relative;
  border: 1px solid #05D9E8;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 50px;
}

.video::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  left: 0;
  position: absolute;
}

.video::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  left: 0;
  position: absolute;
}

.video .video_::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  right: 0;
  position: absolute;
}

.video .video_::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  right: 0;
  position: absolute;
}

.video h3 {
  font-size: 2.4rem;
  color: #05D9E8;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.video h3 span {
  font-size: 3.3rem;
}

.video h3::before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #05D9E8;
}

.video .videothumbnail {
  margin: 20px 0 20px 0;
}

.video .videothumbnail img {
  width: 100%;
}

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

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

.banner {
  margin: 80px 0;
}

.banner img {
  width: 100%;
}

.profile {
  position: absolute;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  padding: 20px;
  width: 100%;
  font-weight: bold;
}

.profile span {
  color: #05D9E8;
  font-size: 1.3rem;
  display: block;
}

.profile div {
  font-size: 3rem;
}

.profile small {
  font-size: 2rem;
  font-weight: bold;
}

.tab {
  margin: auto;
}

.tab a {
  text-align: center;
  width: 200px;
  border: 1px solid #05D9E8;
  color: #05D9E8;
  font-size: 2rem;
  margin: 10px 20px;
}

.tab a:hover {
  background-color: #05D9E8;
  color: #fff;
}

.tab a button {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 8px;
}

.tab a button.active {
  background-color: #05D9E8;
  font-weight: bold;
  color: #fff;
}

a.anchor {
  cursor: default;
  display: block;
  padding-top: 450px;
  margin-top: -450px;
}

.tabcontent {
  display: none;
  position: relative;
  padding: 5% 10%;
  border: 1px solid #05D9E8;
}

.tabcontent::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  left: 0;
  position: absolute;
}

.tabcontent::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  left: 0;
  position: absolute;
}

.tabcontent div::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  right: 0;
  position: absolute;
}

.tabcontent div::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  right: 0;
  position: absolute;
}

.tabcontent .left {
  width: 48%;
}

.tabcontent .left img {
  width: 100%;
}

.tabcontent .right {
  width: 48%;
}

.tabcontent .right h2 {
  font-size: 3rem;
  color: #05D9E8;
  margin: 0 0 10px 0;
}

.tabcontent .right div {
  text-indent: -25px;
  padding: 0 0 0 25px;
}

.tabcontent .right div img {
  width: 15px;
  margin: 0 10px 0 0;
}

#Sapporo.tabcontent {
  display: block;
}

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

.block1 h1 {
  font-size: 4.3rem;
  color: #FFF235;
}

.block1 h2 {
  font-size: 2.9rem;
}

.block1 h2 span {
  font-size: 4.3rem;
  color: #FFF235;
}

.block1 img {
  margin: 15px 0 0 0;
  width: 50px;
}

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

.sec1 h1 {
  margin: 0 0 5px 0;
}

.sec1 .subtitle {
  text-align: center;
  font-size: 3rem;
  margin: 0 0 50px 0;
}

.sec1 .graph {
  margin: 0 0 80px 0;
}

.sec1 .box {
  margin: 80px 0 0 0;
}

.sec1 h4 {
  text-align: center;
  color: #05D9E8;
  font-size: 4rem;
  margin: 0 0 20px 0;
}

.sec1 .left {
  margin: 0 30px 0 0;
  padding: 10px 0 0 0;
}

.sec1 .left span {
  color: #FFF235;
}

.sec1 .right {
  width: 70%;
}

.sec1 .right img {
  width: 100%;
}

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

.sec2 h2 {
  font-size: 2.5rem;
  font-weight: normal;
  padding: 15px 30px;
  display: inline-block;
  background: linear-gradient(to right, #005678, #5D038D);
}

.sec2 .box {
  border: 1px solid #05D9E8;
  margin: 80px 0;
}

.sec2 .boxInner {
  padding: 30px 50px;
}

.sec2 .boxInner h3 {
  font-size: 2.4rem;
  color: #05D9E8;
  background-image: linear-gradient(#05D9E8, #05D9E8);
  background-size: 6px 30px;
  background-position: left;
  padding: 0 0 0 18px;
  margin: 0 0 20px 0;
}

.sec2 .boxInner .blueText {
  font-size: 2rem;
  margin: 60px 0 40px 0;
  color: #05D9E8;
}

.sec2 .boxInner .boxCard-1 {
  margin: 0 0 20px 0;
}

.sec2 .boxInner .boxCard-1:last-child {
  margin: 0;
}

.sec2 .boxInner .boxCard-1 .left {
  margin: 0 30px 0 0;
  padding: 10px 0 0 0;
}

.sec2 .boxInner .boxCard-1 .left span {
  color: #FFF235;
}

.sec2 .boxInner .boxCard-1 .right img {
  width: 100%;
}

.sec2 .boxInner .boxCard-2 {
  margin: 0 0 50px 0;
}

.sec2 .boxInner .boxCard-2 h3 {
  margin: 0 0 6px 0;
}

.sec2 .boxInner .boxCard-2 h4 {
  font-size: 2rem;
  color: #FFF235;
  position: relative;
  display: inline-block;
  padding: 0 28px;
}

.sec2 .boxInner .boxCard-2 h4::before,
.sec2 .boxInner .boxCard-2 h4::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #FFF235;
}

.sec2 .boxInner .boxCard-2 h4::before {
  left: 0;
}

.sec2 .boxInner .boxCard-2 h4::after {
  right: 0;
}

.sec2 .boxInner .boxCard-2 .flex {
  margin: 20px 0 0 0;
}

.sec2 .boxInner .boxCard-2 .left img {
  width: 100%;
}

.sec2 .boxInner .boxCard-2 .right {
  margin: 0 0 0 30px;
}

.sec2 .boxInner .boxCard-2 .right span {
  font-size: 1.2rem;
}

.sec2 .boxInner .boxCard-2 .first {
  width: 211px;
  float: left;
}

.sec2 .boxInner .boxCard-2 .first img {
  width: 100%;
}

.sec2 .boxInner .boxCard-2 .second {
  width: 590px;
  background: url(../img/bg_sec2_box.png) no-repeat center top/cover;
  padding: 20px 30px;
  float: left;
}

.sec2 .boxInner .boxCard-2 .second h5 {
  color: #05D9E8;
  font-size: 1.6rem;
}

.sec2 .boxInner .boxCard-2 .second div {
  font-size: 3rem;
}

.sec2 .boxInner .boxCard-2 .second div span {
  font-size: 2rem;
}

.sec2 .boxInner .boxCard-2 .second div small {
  font-size: 1.3rem;
}

.sec2 .boxInner .boxCard-2 .second p {
  font-size: 1.4rem;
  margin: 30px 0 0 0;
}

.sec2 .boxInner .boxCard-2 .third {
  width: 306px;
  font-size: 1.2rem;
  color: #5F5F5F;
  background-color: #fff;
  padding: 22px;
  text-align: center;
}

.sec2 .boxInner .boxCard-2 .third p {
  padding: 20px 0 0 0;
  border-top: 1px solid #E6E6E6;
  text-align: left;
}

.sec2 .boxInner .programmer .third img {
  width: 189px;
}

.sec2 .boxInner .cgdesigner .third img {
  width: 88px;
}

.sec2 .boxInner .planner .third img {
  width: 80px;
}

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

.block2 h1 {
  font-size: 3.6rem;
  margin: 0 0 30px 0;
}

.block2 h2 {
  font-size: 4.3rem;
  color: #FFF235;
}

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

.sec3 h2 {
  font-size: 3rem;
  color: #05D9E8;
  margin: 0 0 20px 0;
}

.sec3 h2 span {
  color: #FFF235;
}

.sec3 h4 {
  padding: 12px 40px;
  background: linear-gradient(to right, #005678, #5D038D);
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  margin: 0 0 30px 0;
}

.sec3 h4 span {
  font-size: 4.6rem;
}

.sec3 .left {
  width: 49%;
  position: relative;
}

.sec3 .left img {
  width: 100%;
}

.sec3 .right {
  width: 49%;
}

.sec3 .right img {
  width: 100%;
}

.sec3 .text {
  text-align: left;
  margin: 30px 0;
}

.sec3 .text h5 {
  color: #05D9E8;
  font-size: 2.8rem;
  margin: 0 0 20px 0;
}

.sec3 .box {
  text-align: left;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 50px;
}

.sec3 .box .left {
  width: 30%;
  font-weight: bold;
  padding: 0 20px 0 0;
}

.sec3 .box .left span {
  font-size: 1.6rem;
  color: #05D9E8;
}

.sec3 .box .left div {
  font-size: 3.5rem;
}

.sec3 .box .right {
  width: 70%;
  border-left: 1px solid #fff;
  padding: 0 0 0 20px;
}

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

.sec4 .card {
  width: 32%;
  margin: 40px 0;
}

.sec4 .card img {
  width: 100%;
}

.sec4 .cardUpper {
  position: relative;
}

.sec4 .cardUpper_img {
  width: 60%;
  margin: auto;
  padding: 0 0 70px 0;
}

.sec4 .cardUpper_img img {
  width: 100%;
}

.sec4 .cardUpper .profile {
  height: 130px;
}

.sec4 .bubble {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  margin: 20px 0 20px 0;
  width: 100%;
  border: 1px solid #FFF235;
  border-radius: 15px;
  color: #FFF235;
  text-align: center;
}

.sec4 .bubble::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #060028;
  z-index: 2;
}

.sec4 .bubble::after {
  content: "";
  position: absolute;
  top: -28px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #FFF235;
  z-index: 1;
}

.sec4 .copyright {
  font-size: 1.1rem;
}

.sec4 .graph {
  margin: 30px 0;
}

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

.sec5 h2 {
  font-size: 2.5rem;
  color: #05D9E8;
  border: 1px solid #05D9E8;
  position: relative;
  text-align: center;
  padding: 10px;
  margin: 0 0 20px 0;
}

.sec5 h2::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  left: 0;
  position: absolute;
}

.sec5 h2::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  left: 0;
  position: absolute;
}

.sec5 h2 div::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  right: 0;
  position: absolute;
}

.sec5 h2 div::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  right: 0;
  position: absolute;
}

.sec5 .flex {
  margin: 0 0 60px 0;
}

.sec5 .left {
  width: 45%;
}

.sec5 .right {
  width: 50%;
  position: relative;
}

.sec5 .right img {
  width: 100%;
}

.sec5 .banner {
  margin: 80px 0 30px 0;
}

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

.sec6 h1 {
  text-align: center;
  font-size: 5rem;
}

.sec6 h1 span {
  color: #FFF235;
}

.sec6 .left {
  position: relative;
  border: 1px solid #05D9E8;
  background: rgba(0, 0, 0, 0.7);
  padding: 10% 5%;
  margin-right: -10%;
  margin-top: 5%;
  height: 740px;
  z-index: 5;
}

.sec6 .left::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  left: 0;
  position: absolute;
}

.sec6 .left::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  left: 0;
  position: absolute;
}

.sec6 .left div::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  right: 0;
  position: absolute;
}

.sec6 .left div::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  right: 0;
  position: absolute;
}

.sec6 .left p {
  width: 80%;
}

.sec6 .left h2 {
  color: #05D9E8;
  font-size: 4rem;
  margin: 50px 0 0 0;
}

.sec6 .right {
  width: 60%;
  flex: none;
}

.sec6 .right img {
  width: 100%;
}

.sec7 {
  background: #000000;
}

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

.sec7 h1 span {
  font-size: 4.5rem;
}

.sec7 .entry {
  margin: 80px 0 0 0;
}

.sec7 .entry .left,
.sec7 .entry .right {
  position: relative;
  border: 1px solid #05D9E8;
  padding: 50px;
}

.sec7 .entry .left h2,
.sec7 .entry .right h2 {
  font-size: 2.2rem;
  color: #05D9E8;
  margin: 0 0 20px 0;
}

.sec7 .entry .left::before,
.sec7 .entry .right::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  left: 0;
  position: absolute;
}

.sec7 .entry .left::after,
.sec7 .entry .right::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  left: 0;
  position: absolute;
}

.sec7 .entry .left div::before,
.sec7 .entry .right div::before {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  top: 0;
  right: 0;
  position: absolute;
}

.sec7 .entry .left div::after,
.sec7 .entry .right div::after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #05D9E8;
  bottom: 0;
  right: 0;
  position: absolute;
}

.sec7 .entry .left {
  width: 49%;
}

.sec7 .entry .right {
  width: 49%;
}

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

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

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  #page_top {
    width: 60px;
    height: 60px;
  }

  #page_top a {
    width: 40px;
    height: 40px;
  }

  header {
    padding: 8px 2%;
    height: 50px;
  }

  header img {
    width: 80px;
  }

  .btn {
    padding: 5px 8px;
    font-size: 1.3rem;
  }

  .btn__doc {
    margin-right: 5px;
  }

  .btn__visit {
    margin-right: 5px;
  }

  .mv {
    background: url(../img/bg_mv-sp.png) no-repeat top right/cover;
    width: 100%;
    height: 480px;
    margin-top: 25px;
  }

  .mv-text {
    width: 200px;
    padding: 30px 0 0 10px;
  }

  .mv-text img {
    width: 100%;
  }

  .mv-text2 {
    max-width: 200px;
    width: 80%;
    top: auto;
    bottom: 20px;
    left: 5%;
    transform: translateX(0);
  }

  .mv-text2 img {
    width: 100%;
  }

  .mv h1 img {
    width: 90%;
    max-width: 400px;
    padding: 0 0 0 0;
  }

  .mv .mv__btn {
    display: none;
  }

  .mv .fv_bnr {
    bottom: 20%;
  }

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

  .cv {
    padding: 20px 0 50px 0;
  }

  .cv div {
    flex-direction: column;
  }

  .cv__l,
  .cv__r {
    margin: auto;
  }

  .cv__l img,
  .cv__r img {
    width: 100%;
  }

  .cv__l {
    width: 90%;
  }

  .cv__r {
    margin: -30px auto;
    width: 70%;
  }

  .sections {
    padding: 60px 15px;
  }

  .sections h1 {
    font-size: 3rem;
  }

  .sections h1 img {
    width: 120px;
  }

  .graph div {
    flex-direction: column;
  }

  .graph h2 {
    font-size: 1.8rem;
    margin: 20px 0 10px 0;
  }

  .graph__l,
  .graph__r {
    width: 100%;
  }

  .video {
    width: 100%;
    padding: 20px;
  }

  .video h3 {
    font-size: 1.4rem;
  }

  .video h3 span {
    font-size: 1.8rem;
  }

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

  .banner {
    margin: 40px 0;
  }

  .profile {
    bottom: 2px;
    padding: 15px;
  }

  .profile span {
    font-size: 1rem;
  }

  .profile div {
    font-size: 2rem;
  }

  .profile small {
    font-size: 1.3rem;
  }

  .tab {
    justify-content: space-between;
  }

  .tab a {
    margin: 5px 5px;
    width: 43%;
    font-size: 1.6rem;
  }

  .tabcontent {
    padding: 5% 5%;
  }

  .tabcontent div {
    flex-direction: column;
  }

  .tabcontent .left {
    width: 100%;
  }

  .tabcontent .right {
    width: 100%;
    margin: 15px 0;
  }

  .tabcontent .right h2 {
    font-size: 2.4rem;
    margin: 0 0 5px 0;
  }

  .block1 h1 {
    font-size: 3rem;
    margin: 0 0 20px 0;
  }

  .block1 h2 {
    font-size: 2.5rem;
  }

  .block1 h2 span {
    font-size: 3rem;
  }

  .block1 img {
    width: 30px;
  }

  .sec1 .subtitle {
    font-size: 2.2rem;
    margin: 0 0 40px 0;
  }

  .sec1 h4 {
    font-size: 2rem;
  }

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

  .sec1 .left {
    padding: 0;
    margin: 0;
  }

  .sec1 .right {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .sec2 .box {
    margin: 40px 0;
  }

  .sec2 h2 {
    font-size: 1.8rem;
    padding: 8px 15px;
  }

  .sec2 .boxInner {
    padding: 20px 15px;
  }

  .sec2 .boxInner h3 {
    font-size: 1.6rem;
    background-size: 6px 22px;
  }

  .sec2 .boxInner .boxCard-1 div {
    flex-direction: column-reverse;
  }

  .sec2 .boxInner .boxCard-1 .left {
    padding: 0;
    margin: 0;
  }

  .sec2 .boxInner .boxCard-1 .right {
    margin: 0 0 20px 0;
  }

  .sec2 .boxInner .blueText {
    font-size: 1.6rem;
    margin: 40px 0 20px 0;
  }

  .sec2 .boxInner .boxCard-2 {
    margin: 0 0 30px 0;
  }

  .sec2 .boxInner .boxCard-2 div {
    flex-direction: column;
  }

  .sec2 .boxInner .boxCard-2 h4 {
    font-size: 1.5rem;
  }

  .sec2 .boxInner .boxCard-2 .left {
    margin: 0 0 20px 0;
  }

  .sec2 .boxInner .boxCard-2 .right {
    margin: 0;
  }

  .sec2 .boxInner .boxCard-2 .first {
    width: 50%;
    margin: auto;
  }

  .sec2 .boxInner .boxCard-2 .second {
    width: 100%;
    padding: 20px 5px;
  }

  .sec2 .boxInner .boxCard-2 .second h5 {
    font-size: 1rem;
  }

  .sec2 .boxInner .boxCard-2 .second div {
    font-size: 2rem;
  }

  .sec2 .boxInner .boxCard-2 .second div span {
    font-size: 1.2rem;
  }

  .sec2 .boxInner .boxCard-2 .second div small {
    font-size: 1rem;
  }

  .sec2 .boxInner .boxCard-2 .second p {
    margin: 20px 0 0 0;
  }

  .sec2 .boxInner .boxCard-2 .third {
    width: 100%;
    padding: 13px;
  }

  .block2 h1 {
    font-size: 2.2rem;
    margin: 0 0 10px 0;
  }

  .block2 h2 {
    font-size: 2.6rem;
  }

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

  .sec3 h4 {
    font-size: 1.6rem;
    padding: 12px 10px;
  }

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

  .sec3 .pics {
    flex-direction: column;
  }

  .sec3 .left {
    width: 100%;
  }

  .sec3 .right {
    width: 100%;
  }

  .sec3 .text h5 {
    font-size: 1.8rem;
  }

  .sec3 .box {
    flex-direction: column;
    padding: 20px;
  }

  .sec3 .box .left {
    width: 100%;
  }

  .sec3 .box .left span {
    font-size: 1.3rem;
  }

  .sec3 .box .left div {
    font-size: 2.5rem;
  }

  .sec3 .box .right {
    padding: 10px 0 0 0;
    width: 100%;
    border-top: 1px solid #fff;
    border-left: none;
    margin: 10px 0 0 0;
  }

  .sec4 div {
    flex-direction: column;
  }

  .sec4 .card {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .sec4 .cardUpper .profile {
    height: 100px;
  }

  .sec4 .copyright {
    font-size: 0.7rem;
  }

  .sec4 .graph {
    margin: 0;
  }

  .sec5 div {
    flex-direction: column;
  }

  .sec5 .flex {
    margin: 0 0 40px 0;
  }

  .sec5 .left {
    width: 100%;
  }

  .sec5 .right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .sec5 h2 {
    font-size: 1.7rem;
  }

  .sec5 h2::before {
    height: 3px;
  }

  .sec5 h2::after {
    height: 3px;
  }

  .sec5 h2 div::before {
    height: 3px;
  }

  .sec5 h2 div::after {
    height: 3px;
  }

  .sec5 .profile {
    padding: 10px 6px;
  }

  .sec5 .profile span {
    font-size: 0.9rem;
  }

  .sec5 .banner {
    margin: 0;
  }

  .sec6 h1 {
    font-size: 2.5rem;
  }

  .sec6 div {
    flex-direction: column-reverse;
  }

  .sec6 .left {
    margin-right: 0;
    height: auto;
  }

  .sec6 .left p {
    width: 100%;
  }

  .sec6 .left h2 {
    font-size: 2.3rem;
    margin: 20px 0 0 0;
  }

  .sec6 .right {
    width: 100%;
  }

  .sec7 h1 {
    margin: 0 0 20px 0;
  }

  .sec7 h1 span {
    font-size: 2.5rem;
  }

  .sec7 .entry {
    margin: 60px 0 0 0;
  }

  .sec7 .entry div {
    flex-direction: column;
  }

  .sec7 .entry .left,
  .sec7 .entry .right {
    padding: 20px;
  }

  .sec7 .entry .left {
    width: 100%;
  }

  .sec7 .entry .right {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .sec7 .entry .right h2 {
    font-size: 1.6rem;
    margin: 0 0 10px 0;
  }

  footer {
    padding: 10px 0;
  }

  footer small {
    font-size: 1rem;
  }
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1366px) {
  .cv__l {
    margin-right: 20px;
  }

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

  .sec6 h1 {
    font-size: 4.6rem;
  }

  .sec6 .left h2 {
    font-size: 3.2rem;
  }

  .tab a {
    width: 180px;
  }
}

/*# sourceMappingURL=common.css.map */


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

.textabovebtn.-special {
  margin: 50px 0 -60px;
  color: #fff;
}

.mv.-special {
  height: 880px;
}

@media screen and (max-width: 768px) {
  .textabovebtn {
    font-size: 1.8rem;
    margin: 0 0 6px 0;
    padding: 5px 10px 10px 10px;
  }
  
  .mv.-special {
    height: 400px;
  }
}
*/

@media screen and (max-width: 321px) {
  .mv .fv_bnr img {
    width: 140px;
  }

  .mv-text2 {
    bottom: 10px;
  }
}


.banner-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 32px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .banner-heading {
    font-size: 28px;
  }
}

.mv-tap {
  max-width: 250px;
  bottom: 20px;
  position: absolute;
  right: 6%;
}
.mv-tap img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv-tap {
    max-width: 130px;
    bottom: 60px;
  }
}

/*START OF UPDATE 251128 */
.mv h1 {
  max-height: inherit!important;
}
.mv__heading {
  writing-mode: vertical-rl;
  color: #FFF;
  font-size: 50px;
  font-weight: 400;
}
.mv__heading span {
  display: block;
  background: #292e5e;
  padding: 12px 0;
  height: fit-content;
  letter-spacing: 4px;
}
.mv__heading span.-first-line {
  margin-left: -50px;
}
.mv__heading span.-second-line {
  margin-top: 170px;
}
@media (max-width: 767px) {
  .mv__heading {
    font-size: 22px;
  }
  .mv__heading span {
    padding: 8px 0;
  }
  .mv__heading span.-first-line {
    margin-left: -24px;
  }
  .mv__heading span.-second-line {
    margin-top: 80px;
  }
}
/*END OF UPDATE 251128 */