@charset "UTF-8";
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  color: #333;
  background: #fff;
  width: 100%;
  font-size: 6.25%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  white-space: nowrap;
}

fieldset,
img {
  border: 0;
}

img {
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

/*li { list-style:none; } caption,th{ text-align:left; }*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.chrome address,
.chrome caption,
.chrome cite,
.chrome code,
.chrome dfn,
.chrome em,
.chrome th,
.chrome var,
.chrome h1,
.chrome h2,
.chrome h3,
.chrome h4,
.chrome h5,
.chrome h6 {
  font-weight: 500;
}

/*q:before,q:after{ content:''; }*/
/*abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }*/
input,
textarea,
select {
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

/*legend{ color:#000; }*/
ol,
ul,
dl,
dt,
dd {
  list-style: none;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0;
}

a {
  display: block;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

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

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:active {
  color: #999;
  text-decoration: none;
}

/*------------------------------ PC用CSS ------------------------------*/
@media screen and (min-width: 768px) {
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
  }
  @font-face {
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
  html.chrome {
    font-weight: 500;
  }

  /* IE10以上 */
  /*
  zoom
  */
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 768px) and (max-width: 1440px) and (min-resolution: 1.5dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.6*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.6 0.6*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (max-width: 1440px) and (min-resolution: 2dppx) {
  html.chrome body {
    zoom: 1;
    /*初期の値 0.50*/
    -moz-transform: scale(1, 1);
    /*初期の値 0.50 0.50*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  html.chrome.iphone body,
html.chrome.android body {
    zoom: 1;
    -moz-transform: scale(1, 1);
  }
}
@media screen and (min-width: 768px) {
  /*
  .container {
      max-width: 1200px;
      margin: 0 auto; 
  }
  */
  a {
    display: inline;
  }

  a.tel {
    pointer-events: none;
  }

  img {
    display: inline;
    width: auto;
  }
}
/*明朝体*/
/*Roboto Slab*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/**
function
*/
/*ボタン*/
/*
@mixin btn01SP {
    a,
    input {
        display: block;
        width: 59vw;
        height: 12vw;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 10% auto;
        background-size: 10% auto;
        line-height: 12vw;
        text-align: center;
        font-size: 3.73vw;
        color: #fff;
    }
}
@mixin btn01PC {
    a,
    input {
        display: block;
        width: 370px;
        height: 74px;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
        line-height: 74px;
        text-align: center;
        font-size: 24rem;
        color: #fff;
        &:hover {
            cursor: pointer;
        }
        @include opacity(0.7);
    }
}

/*タイトルバー*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/******* mixin.scss *******/
/*link color*/
/*opacity*/
/*position absolute*/
/*border-radius*/
/*ベンダープレフィックス*/
/*明朝体*/
/*Roboto Slab*/
/*コンテンツwidth*/
/*ボーダーカラー*/
/*よく使う色*/
/**
function
*/
/*ボタン*/
/*
@mixin btn01SP {
    a,
    input {
        display: block;
        width: 59vw;
        height: 12vw;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 10% auto;
        background-size: 10% auto;
        line-height: 12vw;
        text-align: center;
        font-size: 3.73vw;
        color: #fff;
    }
}
@mixin btn01PC {
    a,
    input {
        display: block;
        width: 370px;
        height: 74px;
        margin: 0 auto;
        background: $c_brown url(img/common/arrow01_white.svg) 95% center no-repeat;
        -webkit-background-size: 40px auto;
        background-size: 40px auto;
        line-height: 74px;
        text-align: center;
        font-size: 24rem;
        color: #fff;
        &:hover {
            cursor: pointer;
        }
        @include opacity(0.7);
    }
}

/*タイトルバー*/
/*
TOPページ用CSS
*/
/*------------------------------ SP用CSS（PCにも同時に適用される） ------------------------------*/
/*-----------------------------------------------------------------
LOADER
-----------------------------------------------------------------*/
#loader {
  display: flex;
  position: relative;
  top: 50vh;
  left: 50%;
}

#loader img {
  width: 25px;
  height: 25px;
}

/*-----------------------------------------------------------------
video/slider
-----------------------------------------------------------------*/
#gNavBtn {
  top: -1vw;
  right: 4vw;
}

#firstView {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#firstView .container {
  width: 100%;
  position: relative;
  z-index: 3;
}

#firstView #slider {
  display: block;
  position: relative;
  overflow: hidden;
  height: auto;
}

#firstView #slider .bx-controls,
#firstView #slider .bx-has-pager {
  position: relative;
  z-index: 5;
}

#firstView #slider .bx-pager {
  bottom: 5.3vw;
}

#firstView #slider .bx-pager.bx-default-pager .bx-pager-item a {
  width: 2vw;
  height: 2vw;
}

#firstView .sliderWrap img.pc {
  display: none;
}

#firstView .logo {
  width: 152.13333vw;
  height: 154.8vw;
  display: block;
  background: url(img/top/logo-bg.png) left top no-repeat;
  background-size: 76%;
  top: -39.06667vw;
  right: -3.33333vw;
  position: absolute;
  z-index: 4;
  padding-top: 53.533333vw;
  padding-left: 53.33333vw;
}

#firstView .logo img {
  width: 46.33333vw;
}

article {
  position: relative;
  padding: 1vw 0 53vw;
  background: url(img/common/wrapper_bg.jpg);
}

article:before {
  content: "";
  position: absolute;
  background: url(img/top/info_bg_large.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: block;
  width: 34vw;
  height: 28vw;
  bottom: 0;
  right: 66%;
}

article:after {
  content: "";
  position: absolute;
  background: url(img/top/info_bg_small.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  display: block;
  width: 13vw;
  height: 8vw;
  bottom: 0;
  left: 84%;
}

/*-----------------------------------------------------------------
news
-----------------------------------------------------------------*/
#news {
  background: #eb1b24;
  text-align: center;
}

#news a {
  color: #fff;
  padding: 20px 0;
  display: block;
  font-size: 15rem;
  position: relative;
}

#news a:after {
  content: "";
  display: block;
  background: url(img/top/news_arrow.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

/*-----------------------------------------------------------------
campaign
-----------------------------------------------------------------*/
#campaign-wrap h2 a img:hover {
  opacity: 0.7;
}

#campaign {
  width: 100%;
  background-position: center;
  margin-top: -3%;
  background-size: cover;
}
#campaign .inner {
  top: 3%;
}

#campaign2 {
  width: 100%;
  background-position: center;
  margin-top: -3%;
  background-size: cover;
}
#campaign2 .inner {
  top: 3%;
}

#campaign3 {
  width: 100%;
  background-position: center;
  margin-top: -3%;
  background-size: cover;
}
#campaign3 .inner {
  top: 3%;
}

#course .inner .movie {
  text-align: center;
  position: relative;
  z-index: 100;
  margin-bottom: 20vw;
}
#course .inner .movie iframe {
  width: 89.3333333333vw;
  height: 50.25vw;
}

/*-----------------------------------------------------------------
sec01
-----------------------------------------------------------------*/
#sec01 {
  width: 100%;
  margin: 5vw 0 auto;
  background: url(img/top/sec01_bg.jpg) 0 2vh no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  overflow: hidden;
}

#sec01 .inner ul li {
  margin-bottom: 62px;
}

#sec01 .inner ul li .txt {
  background-color: rgba(0, 94, 174, 0.7);
  padding: 5.33333vw 4vw 8vw;
}

#sec01 .inner ul li .txt p {
  color: #fff;
  margin: 0 auto;
  line-height: 1.57143;
}

#sec01 .inner ul li .txt h2 {
  width: 81vw;
  padding: 4vw;
}

#sec01 .inner ul li .txt h2 img {
  width: 70%;
  height: auto;
}

#sec01 .inner ul li .txt h3 {
  width: 100%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5.33333vw;
}

#sec01 .inner ul li .txt h3 .head {
  font-size: 2vw;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 1.33333vw;
}

#sec01 .inner ul li .txt h3 .head .num {
  font-size: 4.8vw;
  margin-left: 8px;
  display: inline-block;
}

#sec01 .inner ul li .txt h3 .title {
  display: block;
  font-size: 5.6vw;
  letter-spacing: 0.1em;
  line-height: 1.36;
  font-weight: bold;
}

#sec01 .inner ul li:last-child h2 {
  width: 81vw;
  padding: 4vw;
}

#sec01 .inner ul li:last-child h2 img {
  width: 88%;
  height: auto;
}

/*-----------------------------------------------------------------
sec02
-----------------------------------------------------------------*/
#class {
  padding: 0 4vw 13vw;
  margin: -8vh 0;
  position: relative;
  background: url(img/top/sec02_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 100vw;
  height: 108vw;
}

#class h2 {
  width: 60vw;
  margin: 0 auto;
  position: absolute;
  top: 48vw;
  left: 35vw;
}

#class h3 {
  width: 65vw;
  margin: 0 auto;
  position: absolute;
  top: 47vw;
  left: 33vw;
  color: #fff;
}

#class h3 .title {
  display: block;
  font-size: 10.66667vw;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2.66667vw;
}

#class h3 .text {
  display: block;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1;
}

#class .btn {
  display: table;
  background: #fff;
  border: 2px solid #e62865;
  border-radius: 70px;
  width: 67vw;
  height: 10vw;
  top: 33vw;
  left: 12vw;
  z-index: 1;
  position: relative;
  z-index: 5;
  top: 69vw;
  left: 26vw;
  border: none;
  width: 60vw;
}

#class .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 67vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #e62865;
  position: relative;
  padding-right: 5%;
  width: 60vw;
}

#class .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_pink.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 32%;
  right: 0;
  z-index: 6;
}

/*-----------------------------------------------------------------
sec03
-----------------------------------------------------------------*/
#sec03 {
  background: url(img/common/wrapper_bg.jpg) repeat;
  padding: 10vw 0 28vw;
  position: relative;
}

#sec03:before {
  content: "";
  position: absolute;
  background: url(img/top/sec03_bg_top.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 20vw;
  height: 12vw;
  top: 0;
  left: 0;
}

#sec03:after {
  content: "";
  position: absolute;
  background: url(img/top/sec03_bg_bottom.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 56vw;
  height: 41vw;
  bottom: -15vw;
  right: 4vw;
}

#sec03 .inner {
  width: 100vw;
}

#sec03 .inner h2 {
  width: 72%;
  margin: 4vw auto;
  height: 11.33333vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 4.8vw;
  font-weight: bold;
  color: #195b9c;
  padding-top: 4vw;
  background: url(./img/top/sec03_title_bg.png) center center no-repeat;
  background-size: contain;
}

#sec03 .inner ul li {
  background: #eafbff;
  margin: 74vw 0 6vw;
  padding: 10vw;
  position: relative;
}

#sec03 .inner ul li h3 {
  margin: 0 0 5vw;
  font-weight: bold;
  margin-bottom: 4vw;
  position: relative;
}

#sec03 .inner ul li h3 .head {
  font-size: 1.86667vw;
  display: block;
  letter-spacing: 0.2em;
  margin-bottom: 2vw;
}

#sec03 .inner ul li h3 .head .num {
  font-size: 4.4vw;
  margin-left: 1.06667vw;
  display: inline-block;
}

#sec03 .inner ul li h3 .title {
  display: block;
  font-size: 5.06667vw;
  line-height: 1.36842;
  letter-spacing: 0.1em;
}

#sec03 .inner ul li p:before {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  top: 5vw;
  left: 5vw;
}

#sec03 .inner ul li p:after {
  content: "";
  background: url(img/top/sec03_dl_bg.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 4vw;
  height: 4vw;
  bottom: 5vw;
  right: 5vw;
}

#sec03 .inner ul li:nth-of-type(1):before {
  content: "";
  background: url(img/top/sec03_coach01_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}

#sec03 .inner ul li:nth-of-type(2):before {
  content: "";
  background: url(img/top/sec03_coach02_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}

#sec03 .inner ul li:nth-of-type(3):before {
  content: "";
  background: url(img/top/sec03_coach03_img.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  width: 100vw;
  height: 67vw;
  top: -67vw;
  left: 0;
}

#sec03 .inner .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 80vw;
}

#sec03 .inner .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}

#sec03 .inner .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

/*-----------------------------------------------------------------
sec04
-----------------------------------------------------------------*/
#course {
  width: 100vw;
  height: auto;
  padding: 60px 0;
  position: relative;
  z-index: 3;
}

#course .inner ul.course_list {
  width: calc(78.5vw + 40px);
  margin: 0 auto;
}

#course .inner ul.course_list > li {
  margin: 0 auto 60px;
  position: relative;
  z-index: 4;
}

#course .inner ul.course_list > li a {
  position: relative;
}

#course .inner ul.course_list > li a .course_name {
  position: absolute;
  top: -42px;
  left: 0;
  width: 40vw;
}

#course .inner ul.course_list > li a > img {
  width: 78.5vw;
  margin: 0 auto;
}

#course .inner ul.course_list > li a .guide {
  width: 60vw;
  background: #dff8fd;
  padding: 15px 20px;
  border-left: 4px solid #195b9c;
  font-weight: 600;
  position: relative;
  right: 0;
  bottom: 0;
  margin: -40px 0 0 auto;
}

#course .inner ul.course_list > li a .guide .title {
  font-size: 17rem;
  color: #195b9c;
  margin: 0 0 5px;
}

#course .inner ul.course_list > li a .guide ul {
  padding-left: 20px;
}

#course .inner ul.course_list > li a .guide ul li {
  list-style-type: disc;
}

#course .inner ul.course_list > li a .guide:after {
  content: "";
  display: block;
  position: absolute;
  background: url(img/top/course_arrow.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

#course .search {
  padding: 4vw 0;
}

#course .search .inner {
  background: #fff;
  border: 6px solid #cee3f8;
  padding: 4% 4vw 14%;
}

#course .search .inner h3 {
  margin: 4vw auto;
  width: 65vw;
}

#course .search .inner .school_list h4 {
  padding: 2vw 0 2vw 6vw;
  font-weight: bold;
  position: relative;
  background: #f3f3f3;
}

#course .search .inner .school_list h4::before {
  content: "";
  display: block;
  width: 1.2vw;
  height: 30px;
  background-color: #195b9c;
  position: absolute;
  top: 1vw;
  left: 2.1vw;
}

#course .search .inner .school_list ul {
  margin: 3vw 0 5vw;
  overflow: hidden;
}

#course .search .inner .school_list ul li {
  float: left;
  margin: 0 2vw;
  width: 34vw;
}

#course .message {
  position: relative;
}

#course .message:before {
  content: "";
  position: absolute;
  background: url(img/top/sec04_bg_bottom.png) no-repeat;
  background-size: 100%;
  -webkit-background-size: 100%;
  width: 100vw;
  height: 98vw;
  top: 6vw;
  left: 0;
  z-index: -1;
}

#course .message p {
  padding: 18vw 4vw;
  font-size: 6.66667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #195b9c;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -moz-text-shadow: 0px 0px 11px white;
  -webkit-text-shadow: 0px 0px 11px white;
  -ms-text-shadow: 0px 0px 11px white;
  text-shadow: 0px 0px 11px white;
}

/*-----------------------------------------------------------------
新着情報
-----------------------------------------------------------------*/
#info {
  padding-top: 4vw;
  margin-top: 30vw;
  position: relative;
  z-index: 1;
}

#info h2 {
  width: 46vw;
  margin: 0 auto 6.66667vw;
  padding: 5vw 0;
  height: 9.33333vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 5.33333vw;
  font-weight: bold;
  color: #195b9c;
  padding-top: 2.66667vw;
  background: url(./img/top/info_title_bg.png) center center no-repeat;
  background-size: contain;
}

#info .inner {
  padding: 4vw 0 25vw;
}

#info ul {
  width: 91.4%;
  margin: 0 auto 25px;
}

#info ul li {
  margin-bottom: 2.6vw;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  height: 35vw;
}

#info ul li:last-child {
  margin-bottom: 0;
}

#info ul li figure {
  float: left;
  width: 36vw;
  height: 28vw;
  margin: 2vw 0;
}

#info ul li figure a img {
  height: auto;
}

#info ul li figure a .noImage {
  display: block;
  width: 36vw;
  height: 28vw;
  background-color: #a3a3a3;
  line-height: 28vw;
  text-align: center;
  /*font-family: $ff_robot_slab;*/
  color: #fff;
}

#info ul li .right {
  float: right;
  width: 43vw;
  margin: 2vw 0;
}

#info ul li .right h3 {
  margin-bottom: 5px;
}

#info ul li .right h3 a {
  line-height: 150%;
}

#info ul li .right p {
  display: inline-block;
  font-size: 14rem;
  clear: both;
  text-align: right;
}

#info ul li .right p.date {
  margin-right: 0.5em;
  /*font-family: $ff_robot_slab;*/
  color: #aaaaaa;
}

#info .btn {
  display: table;
  background: #fff;
  border: 2px solid #195b9c;
  border-radius: 70px;
  width: 50vw;
  height: 12vw;
  top: 68vw;
  left: 42vw;
  z-index: 1;
  margin: 0 auto;
  width: 80vw;
}

#info .btn a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 50vw;
  height: 12vw;
  font-size: 16rem;
  font-weight: bold;
  color: #195b9c;
  position: relative;
  padding-right: 5%;
  z-index: 2;
}

#info .btn a:before {
  content: "";
  position: absolute;
  background: url(img/common/arrow_blue.png) no-repeat;
  background-size: 50%;
  -webkit-background-size: 50%;
  display: block;
  width: 30px;
  height: 30px;
  top: 34%;
  right: 0;
}

#info .btn.toblog {
  margin-bottom: 10px;
  background: #195b9c;
}

#info .btn.toblog a {
  width: 80vw;
  color: #fff;
  padding-right: 0;
  padding-left: 5%;
}

#info .btn.toblog a:before {
  content: "";
  position: absolute;
  background: url(img/top/pen_icon.png) no-repeat;
  background-size: 80%;
  -webkit-background-size: 80%;
  display: block;
  width: 30px;
  height: 30px;
  top: 22%;
  left: 16vw;
}

#info .btn.toabout {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  /*------------------------------ PC用CSS ------------------------------*/
  /*-----------------------------------------------------------------
  header
  -----------------------------------------------------------------*/
  #firstView {
    min-width: 1366px;
    height: calc(100vh - 85px);
    max-height: 768px;
    z-index: 4;
    position: relative;
  }

  #firstView .logo {
    width: 100%;
    min-width: 1366px;
    display: block;
    background: url(img/top/logo-bg.png) left top no-repeat;
    width: 1043px;
    height: 1152px;
    margin: -576px 0 0;
    top: 50%;
    left: -360px;
    position: absolute;
    z-index: 4;
    padding: 465px 0 0 430px;
    pointer-events: none;
  }

  #firstView .logo img {
    width: auto;
  }

  #firstView #slider {
    width: 100%;
    max-height: 768px;
    /*position: absolute;
          top: 0;
          left: 0;*/
    z-index: 0;
    overflow: hidden;
  }

  #firstView #slider .sliderWrap {
    overflow: hidden;
    width: 100%;
    min-width: 1366px;
    height: calc(100vh - 85px);
    max-height: 768px;
  }

  #firstView #slider .sliderWrap video {
    width: 100%;
    min-width: 1500px;
    position: relative;
    z-index: 2;
    /*
                      background: url(img/top/header_mainvisual.jpg) center no-repeat;
                      -webkit-background-size: cover;
                      background-size: cover;
                      */
    overflow: hidden;
    z-index: 3;
  }

  #firstView #slider .sliderWrap .bx-wrapper {
    height: 100%;
  }

  #firstView #slider .sliderWrap .bx-pager {
    bottom: 0;
    width: 1366px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  #firstView #slider .sliderWrap .bx-pager.bx-default-pager .bx-pager-item {
    margin: 0 8px;
  }

  #firstView #slider .sliderWrap .bx-pager.bx-default-pager .bx-pager-item a {
    width: 15px;
    height: 15px;
  }

  #firstView #slider .bx-controls {
    position: absolute;
    bottom: 90px;
    width: 100%;
  }

  #firstView .sliderWrap img.sp {
    display: none;
  }

  #firstView .sliderWrap img.pc {
    display: block;
    width: 100%;
    max-width: unset;
  }

  /*-----------------------------------------------------------------
  scroll
  -----------------------------------------------------------------*/
  article {
    position: relative;
    padding: 3vw 0 300px;
  }

  article .scroll:before {
    display: none;
    content: "";
    position: absolute;
    background: url(img/top/scroll.png) top center no-repeat;
    width: 50px;
    height: 104px;
    top: -1vw;
    left: 50%;
    z-index: 3;
  }

  article:before {
    background: url(img/top/info_bg_bottom_left_pc.png) no-repeat;
    width: 450px;
    height: 150px;
    right: 77%;
  }

  article:after {
    background: url(img/top/info_bg_bottom_right_pc.png) no-repeat;
    width: 200px;
    height: 150px;
  }

  /*-----------------------------------------------------------------
  news
  -----------------------------------------------------------------*/
  #news {
    width: 400px;
    position: absolute;
    top: -150px;
    right: 0;
    z-index: 5;
  }

  #news a {
    color: #fff;
    padding: 20px 20px 20px 0;
    display: block;
    font-size: 16rem;
    position: relative;
  }

  #news a:after {
    content: "";
    display: block;
    background: url(img/top/news_arrow.png) no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }

  #news:hover {
    opacity: 0.5;
  }

  /*-----------------------------------------------------------------
  campaign
  -----------------------------------------------------------------*/
  #campaign {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #campaign2 {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #campaign3 {
    width: 100%;
    position: relative;
    z-index: 2;
  }

  #campaign .inner {
    width: 1200px;
  }

  #campaign-wrap {
    margin-top: -3vw;
  }
  #campaign-wrap #campaign {
    background: url(./img/top/bnr/2025/2025_06-01-bg.png) center center repeat-x;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateY(-10px);
    left: 0;
    z-index: 11;
    margin: 0;
    padding: 0;
  }
  #campaign-wrap #campaign .campaign_inner {
    /*padding-top: 20px;*/
    -webkit-mask-image: url(./img/top/bnr/2025/2025_06-01-bg.png);
    mask-image: url(./img/top/bnr/2025/2025_06-01-bg.png);
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  #campaign-wrap #campaign .pc {
    width: auto;
    height: 355px;
  }
  #campaign-wrap #campaign2 {
    background: url(./img/top/bnr/2024/2024_05-01-bg.png) center center repeat-x;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: translateY(-40px);
    left: 0;
    z-index: 10;
    margin: 0;
    padding: 0;
  }
  #campaign-wrap #campaign2 .campaign_inner {
    /*padding-top: 20px;*/
    -webkit-mask-image: url(./img/top/bnr/2024/2024_05-01-bg.png);
    mask-image: url(./img/top/bnr/2024/2024_05-01-bg.png);
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
  #campaign-wrap #campaign2 .pc {
    width: auto;
    height: 355px;
  }

  #course .inner .movie {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 100;
  }
  #course .inner .movie iframe {
    width: 840px;
    height: 472.5px;
  }

  /*-----------------------------------------------------------------
  sec01
  -----------------------------------------------------------------*/
  #sec01 {
    width: 100%;
    min-width: 1366px;
    height: 1766px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(img/common/wrapper_bg.jpg) repeat;
    font-size: 16rem;
    line-height: 150%;
    position: relative;
    /*	top: -12vw;*/
  }

  #sec01:before {
    content: "";
    position: absolute;
    background: url(img/top/sec01_bg_pc.png) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 0 0 -958px;
    width: 1916px;
    height: 1236px;
    top: -100px;
    left: 50%;
    z-index: 0;
  }

  #sec01 .inner ul {
    width: 1076px;
    margin: 100px auto;
    line-height: 180%;
  }

  #sec01 .inner ul li {
    width: 988px;
    margin: 0 0 30px;
    position: relative;
  }

  #sec01 .inner ul li .txt {
    background-color: rgba(0, 94, 174, 0.7);
    width: 363px;
    height: 383px;
    position: absolute;
    top: 46px;
    right: -10px;
    padding: 30px;
  }

  #sec01 .inner ul li .txt p {
    color: #fff;
    width: 310px;
    margin: 25px auto;
    padding-bottom: 6vh;
  }

  #sec01 .inner ul li .txt h2 {
    width: 257px;
    padding: 0;
  }

  #sec01 .inner ul li .txt h2 img {
    width: 100%;
    height: auto;
  }

  #sec01 .inner ul li .txt h3 {
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0;
  }

  #sec01 .inner ul li .txt h3 .head {
    font-size: 10rem;
    display: block;
    letter-spacing: 0.2em;
    margin-bottom: 0;
  }

  #sec01 .inner ul li .txt h3 .head .num {
    font-size: 24rem;
    margin-left: 8px;
    display: inline-block;
  }

  #sec01 .inner ul li .txt h3 .title {
    display: block;
    font-size: 28rem;
    letter-spacing: 0.1em;
    line-height: 1.36;
    font-weight: bold;
  }

  #sec01 .inner ul li .txt h3 .title .indent {
    text-indent: -0.5em;
    display: inline-block;
  }

  #sec01 .inner ul li:last-child {
    float: right;
  }

  #sec01 .inner ul li:last-child .txt {
    background-color: rgba(0, 94, 174, 0.7);
    width: 363px;
    height: 430px;
    position: absolute;
    top: 65px;
    left: 0;
  }

  #sec01 .inner ul li:last-child .txt p {
    color: #fff;
    width: 310px;
    margin: 25px auto;
  }

  #sec01 .inner ul li:last-child .img {
    text-align: right;
  }

  #sec01 .inner ul li:last-child h2 {
    width: 181px;
    padding: 0;
  }

  #sec01 .inner ul li:last-child h2 img {
    width: 100%;
    height: auto;
  }

  /*-----------------------------------------------------------------
  sec02
  -----------------------------------------------------------------*/
  #class {
    width: 100%;
    min-width: 1366px;
    /*    margin: -50px 0 0;*/
    background-size: auto;
    background: none;
    padding: 0;
    height: 770px;
    background: url(img/top/sec02_bg_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    overflow: hidden;
  }

  #class .inner {
    width: 1200px;
    position: relative;
  }

  #class .inner h2 {
    width: 396px;
    top: 325px;
    left: 67%;
  }

  #class .inner h3 {
    width: 425px;
    top: 325px;
    left: 67%;
    color: #fff;
  }

  #class .inner h3 .title {
    display: block;
    font-size: 68rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
  }

  #class .inner h3 .text {
    display: block;
    font-size: 20rem;
    font-weight: normal;
    line-height: 1;
  }

  #class .inner .btn {
    width: 370px;
    height: 76px;
    top: 472px;
    left: 68%;
    transition: 0.2s;
  }

  #class .inner .btn a {
    width: 322px;
    height: 62px;
  }

  #class .inner .btn a:hover {
    color: #fff;
  }

  #class .inner .btn a:before {
    top: 1.5vw;
  }

  #class .inner .btn:hover {
    background: #e62865;
  }

  #class .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }

  #class .inner .btn a {
    width: 370px;
    height: 76px;
    font-size: 26rem;
  }

  #class .inner .btn a:before {
    background-size: 80%;
    -webkit-background-size: 80%;
    top: 24px;
    right: 20px;
  }

  #class .inner .btn a:hover:before {
    background-size: 80%;
    -webkit-background-size: 80%;
  }

  #class .inner:before {
    content: "";
    position: absolute;
    background: url(img/top/sec02_bg_triangle_pc.png) no-repeat;
    width: 797px;
    height: 806px;
    top: 0;
    left: 43%;
  }

  /*-----------------------------------------------------------------
  #sec03
  -----------------------------------------------------------------*/
  #sec03 {
    overflow: hidden;
    min-width: 1366px;
    padding: 110px 0 350px;
  }

  #sec03 .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 16rem;
    line-height: 150%;
  }

  #sec03 .inner h2 {
    margin: 0 auto;
    width: 420px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 34rem;
    font-weight: bold;
    color: #195b9c;
    padding-top: 35px;
    background: url(./img/top/sec03_title_bg.png) center center no-repeat;
  }

  #sec03 .inner h2 img {
    width: 435px;
    height: auto;
  }

  #sec03 .inner ul li {
    margin: 100px auto;
    padding: 0;
    background: #eafbff;
    width: 100%;
    height: 400px;
    padding-top: 80px;
    padding-left: 80px;
  }

  #sec03 .inner ul li h3 {
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
  }

  #sec03 .inner ul li h3:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: -50px;
    background: url(./img/top/sec03_coach-deco.png) center center no-repeat;
    width: 40px;
    height: 40px;
  }

  #sec03 .inner ul li h3 .head {
    font-size: 10rem;
    display: block;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
  }

  #sec03 .inner ul li h3 .head .num {
    font-size: 24rem;
    margin-left: 8px;
    display: inline-block;
  }

  #sec03 .inner ul li h3 .title {
    display: block;
    font-size: 28rem;
    line-height: 1.35714;
    letter-spacing: 0.1em;
  }

  #sec03 .inner ul li p {
    width: 418px;
    margin: 0 0;
    position: relative;
  }

  #sec03 .inner ul li p:before,
#sec03 .inner ul li p:after {
    display: none;
  }

  #sec03 .inner ul li p:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    left: 400px;
    background: url(./img/top/sec03_coach-deco.png) center center no-repeat;
    width: 40px;
    height: 40px;
  }

  #sec03 .inner ul li:nth-of-type(1) {
    margin-left: 50%;
  }

  #sec03 .inner ul li:nth-of-type(1):before {
    background: url(img/top/sec03_coach01_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: -50%;
  }

  #sec03 .inner ul li:nth-of-type(2) {
    padding-left: 0;
  }

  #sec03 .inner ul li:nth-of-type(2) h3 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    padding-left: 0;
  }

  #sec03 .inner ul li:nth-of-type(2) p {
    margin: 0 auto;
    width: 1000px;
    padding: 0 600px 0 0;
  }

  #sec03 .inner ul li:nth-of-type(2):before {
    background: url(img/top/sec03_coach02_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 50%;
    height: 500px;
    top: -50px;
    left: 50%;
  }

  #sec03 .inner ul li:nth-of-type(3) {
    margin-left: 50%;
  }

  #sec03 .inner ul li:nth-of-type(3):before {
    background: url(img/top/sec03_coach03_img_pc.png) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 500px;
    top: -50px;
    left: -60%;
  }

  #sec03 .inner .btn {
    width: 324px;
    height: 60px;
    margin: 130px auto 0;
    transition: 0.2s;
  }

  #sec03 .inner .btn a {
    width: 324px;
    height: 60px;
  }

  #sec03 .inner .btn a:before {
    top: 1.2vw;
  }

  #sec03 .inner .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }

  #sec03 .inner .btn:hover a {
    color: #fff;
  }

  #sec03 .inner .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 50%;
    -webkit-background-size: 50%;
  }

  #sec03 .inner .btn a:before {
    top: 21px;
  }

  #sec03:before {
    background: url(img/top/sec03_bg_top_pc.png) no-repeat;
    width: 1511px;
    height: 104px;
    margin-left: -755px;
    left: 50%;
  }

  #sec03:after {
    background: url(img/top/sec03_bg_bottom_pc.png) no-repeat;
    width: 1538px;
    height: 202px;
    margin: 0 -769px 0 0;
    bottom: 150px;
    right: 50%;
  }

  /*-----------------------------------------------------------------
  #sec04
  -----------------------------------------------------------------*/
  #course {
    margin: 0;
    padding: 65px 0 0;
    width: 100%;
    min-width: 1366px;
    height: auto;
    top: -60px;
    overflow: hidden;
  }

  #course .inner {
    width: 100%;
    width: 1200px;
    min-height: 600px;
  }

  #course .inner ul.course_list {
    width: 100%;
    display: flex;
  }

  #course .inner ul.course_list > li {
    width: 400px;
  }

  #course .inner ul.course_list > li a {
    display: block;
  }

  #course .inner ul.course_list > li a > img {
    width: 370px;
    display: block;
  }

  #course .inner ul.course_list > li a .course_name {
    width: 165px;
  }

  #course .inner ul.course_list > li a .course_name img {
    width: 100%;
  }

  #course .inner ul.course_list > li a .guide {
    width: 300px;
    min-height: 100px;
    position: relative;
  }

  #course .inner ul.course_list > li a .guide .title,
#course .inner ul.course_list > li a .guide ul li {
    position: relative;
    z-index: 2;
    transition: 0.2s;
  }

  #course .inner ul.course_list > li a .guide:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #195b9c;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    z-index: 1;
  }

  #course .inner ul.course_list > li a .guide:after {
    z-index: 1;
    transition: 0.2s;
  }

  #course .inner ul.course_list > li a:hover {
    color: #fff;
  }

  #course .inner ul.course_list > li a:hover .guide .title,
#course .inner ul.course_list > li a:hover .guide ul li {
    color: #fff;
  }

  #course .inner ul.course_list > li a:hover .guide:before {
    transform: scaleX(1);
  }

  #course .inner ul.course_list > li a:hover .guide:after {
    background: url(img/top/course_arrow_hover.png) no-repeat;
    background-size: 100%;
  }

  #course .search {
    width: 1090px;
    margin: 0 auto;
    padding: 0 15px;
  }

  #course .search .inner {
    width: 100%;
    margin: 0 auto;
    min-height: unset;
    padding: 30px;
    line-height: 180%;
  }

  #course .search .inner h3 {
    text-align: center;
    width: 300px;
    margin: 15px auto 25px;
  }

  #course .search .inner h3 img {
    width: 300px;
  }

  #course .search .inner .school_list h4 {
    padding: 20px 40px;
    margin: 0;
    font-size: 18rem;
    padding: 10px 40px;
  }

  #course .search .inner .school_list h4:before {
    width: 7px;
    height: 40px;
    top: 10px;
    left: 15px;
  }

  #course .search .inner .school_list h4:before {
    height: 32px;
    top: 6px;
  }

  #course .search .inner .school_list ul {
    margin: 10px 0 30px;
  }

  #course .search .inner .school_list ul li {
    font-size: 16rem;
    width: auto;
  }

  #course .search .inner .school_list ul li a:hover {
    text-decoration: underline;
  }

  #course .search .inner .school_list ul li a:hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #course .message {
    position: relative;
    margin: 50px 0 0;
  }

  #course .message:before {
    display: none;
  }

  #course .message img {
    width: 100%;
  }

  #course .message p {
    padding: 0;
    position: absolute;
    width: 1092px;
    height: 410px;
    top: 45px;
    right: 36vw;
    font-size: 60rem;
    font-weight: bold;
    line-height: 1.2;
    color: #195b9c;
    background: url(./img/top/message_bg.png) left center no-repeat;
    padding-top: 95px;
    padding-left: 260px;
    letter-spacing: 0.05em;
    font-weight: normal;
  }

  #course .message p img {
    width: auto;
  }

  #course:before {
    content: "";
    position: absolute;
    background: url(img/top/course_bg_pc.png) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 0 0 -958px;
    width: 1916px;
    height: 752px;
    top: -100px;
    left: 50%;
    z-index: 0;
  }

  /*-----------------------------------------------------------------
  新着情報
  -----------------------------------------------------------------*/
  #info {
    min-width: 1366px;
    padding: 170px 0 0 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -130px;
  }

  #info h2 {
    padding: 0;
    margin-bottom: 20px;
    width: 290px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 26rem;
    font-weight: bold;
    color: #195b9c;
    padding-top: 20px;
    background: url(./img/top/info_title_bg.png) center center no-repeat;
  }

  #info .inner {
    padding: 0;
    width: 1200px;
  }

  #info ul {
    /*display: flex;*/
    /*justify-content: space-around;*/
    width: 1200px;
    margin: 20px auto 50px;
  }

  #info ul li {
    float: left;
    border: none;
    background: none;
    width: 270px;
    height: auto;
    padding: 0;
    margin: 0 15px 20px 15px;
    position: relative;
  }

  #info ul li figure {
    float: none;
    width: 270px;
    height: 200px;
    margin-bottom: 15px;
    text-align: center;
  }

  #info ul li figure a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #info ul li figure a .noImage {
    width: 270px;
    height: 200px;
    line-height: 200px;
  }

  #info ul li figure a .noImage:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  #info ul li:last-child {
    margin: 0 15px 20px 15px;
  }

  #info ul li .right {
    float: none;
    width: 262px;
    height: 116px;
    margin: 0;
  }

  #info ul li .right h3 {
    height: 55px;
    margin-bottom: 0;
  }

  #info ul li .right h3 a {
    line-height: 150%;
  }

  #info ul li .dateLine {
    width: 250px;
    padding: 0;
    border-top: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
  }

  #info ul li .dateLine p {
    font-size: 14rem;
  }

  #info ul li .dateLine p.date {
    margin-right: 0.5em;
  }

  #info ul li a:hover {
    text-decoration: underline;
  }

  #info .btn {
    clear: both;
    width: 324px;
    height: 60px;
  }

  #info .btn a {
    width: 324px;
    height: 60px;
  }

  #info .btn a:before {
    background-size: 70%;
    -webkit-background-size: 70%;
    top: 19px;
    right: 7px;
  }

  #info .btn:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }

  #info .btn:hover a {
    color: #fff;
  }

  #info .btn:hover a:before {
    background: url(img/common/arrow_hover.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
  }

  #info .btn.toblog {
    margin-right: 20px;
    margin-bottom: 30px;
    width: 260px;
    height: 54px;
  }

  #info .btn.toblog a {
    width: 260px;
    height: 54px;
    padding-left: 8%;
  }

  #info .btn.toblog a:before {
    background: url(img/top/pen_icon.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
    width: 40px;
    height: 40px;
    top: 23%;
    left: 54px;
  }

  #info .btn.toblog:hover {
    background: #49b3ea;
    border: 2px solid #49b3ea;
  }

  #info .btn.toblog:hover a {
    color: #fff;
  }

  #info .btn.toblog:hover a:before {
    background: url(img/top/pen_icon.png) no-repeat;
    background-size: 70%;
    -webkit-background-size: 70%;
  }

  #info:before {
    content: "";
    position: absolute;
    background: url(img/top/course_bg_pc.png) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin: 0 0 0 -958px;
    width: 1916px;
    height: 1592px;
    bottom: 730px;
    left: 50%;
  }
}
/*------------------------------ //PC用CSS ------------------------------*/