/* CSS Document */

body {
	background: linear-gradient(90deg, #1e1e1e 0%, #1e1e1e 50%, #000 50%, #000 100%);
	font-family:Lato,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
img {
	width: 100%;
	vertical-align: bottom;
}
.inner {
	margin: auto;
	position: relative;
	max-width: 800px;
	width: 100%;
	overflow: hidden;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.between {
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.header a {
	display: block;
}

.footer .inner {
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 10px;
	letter-spacing: 3px;
}
.footer ul {
    width: 100%;
    max-width: 800px;
    padding: 10px 0 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer ul li {
    width: auto;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #fff;
}
.footer ul li:first-child {
    width: auto;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    transition: 0.2s;
}
.footer ul li a:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.ttl {
	position:absolute;
	top:26%;
	/*top:38%;*/
	left:0;
}

.sec1 {
	margin-top: 148px;
	margin-bottom: -210px;
}

.sec2 {
	/*margin-bottom: -180px;*/
  margin-bottom: -75px;
	z-index: 10;
}
.sec2Btn {
	position: absolute;
	right: 0;
	bottom: 3.05%;	
}
.sec3 {
	margin-bottom: -140px;
	z-index: 9;
}
.sec3Img {
  position: relative;
  z-index: 1;
  margin-bottom: -230px;
}
.sec3Btn {
  position: absolute;
  right: 0;
  bottom: 1.65%;
}
.sec4 {
	margin-bottom: -100px;
	z-index: 8;
}
.sec4Btn {
  position: absolute;
  right: 0;
  bottom: 1.25%;
}
.sec5 {
	margin-bottom: -150px;
	z-index: 7;
}
.sec5Btn {
  position: absolute;
  right: 0;
  bottom: 1.9%;
}

.sec6 {
	margin-bottom: -75px;
	z-index: 6;
}
.sec6Btn {
  position: absolute;
  right: 0;
  bottom: 0.85%;
}

.sec7 {
	background: url("../img/img13.png") center no-repeat;
	background-size: cover;
	padding: 150px 0 200px 0;
}
	.sec7 .subttl2 {
		color: #FFF;
		border-bottom: 2px solid #FFF;
		width: 90%;
		margin: 60px auto 0px;
		padding: 0 0 20px;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 4px;
	}
.sec7 .list {
	width: 90%;
	margin: 50px auto 0;
}
.sec7 .list dt{
	display:block;
	cursor:pointer;
	padding: 20px 25px;
	box-sizing: border-box;
	color: #cea700;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
	letter-spacing: 2px;
	background: url("../img/arrow2.png") right 30px center no-repeat #000;
	background-size: 25px;
}
.sec7 .list dt.active{
	background: url("../img/arrow1.png") right 30px center no-repeat #000;
	background-size: 25px;
}
.sec7 .list dd{
	background:#f2f2f2;
	display:none;
	margin:0 0 15px;
	box-sizing: border-box;
	padding: 30px;
	line-height: 1.8;
	font-weight: bold;
}
.sec8 {
	margin-top: -100px;
}
.sec8Btn {
	position: absolute;
	/*bottom:18%;*/
  bottom:10%;
	left: 0
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 30px 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


@media screen and (max-width: 800px) {
	body {
	
}
img {
	
}
.inner {
	
}
.row {
	
}
.between {
	
}

.header a {
	
}

.ttl {
	
}

.sec1 {
	margin-top: 18.4vw;
	margin-bottom: -28vw;
}

.sec2 {
	/*margin-bottom: -20vw;*/
  margin-bottom: -8vw;
}
.sec2Btn {
	
}
.sec3 {
	margin-bottom: -15vw;
}
.sec3Img {
    margin-bottom: -27vw;
}

.sec3Btn {
	
}
.sec4 {
	margin-bottom: -12vw;
}
.sec4Btn {
	
}
.sec5 {
	margin-bottom: -23vw;
}
.sec5Btn {
	
}

.sec6 {
  margin-bottom: -10vw;
}
.sec6Btn {
	
}

.sec7 {
	padding: 25vw 0 25vw;
}
.sec7 .subttl2 {
	color: #FFF;
	border-bottom: 2px solid #FFF;
	width: 90%;
	margin: 9vw auto 0px;
	padding: 0 0 3vw;
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 4px;
}
.sec7 .list {
	margin: 8vw auto 0;
}

.sec7 .list dt{
	font-size: 3.8vw;
	padding: 3.5vw 7vw;
	background: url("../img/arrow2.png") right 5vw center no-repeat #000;
	background-size: 5vw;
}
.sec7 .list dt.active{
	background: url("../img/arrow1.png") right 5vw center no-repeat #000;
	background-size: 5vw;
}
.sec7 .list dd{
	padding: 5vw;
	font-size: 3.4vw;
}
.sec8 {
	margin-top:-10vw;
}
.sec8Btn {
	
}
	.footer .inner {
		font-size: 2.4vw;
	}
}


.sec9 {
  margin: -130px auto 0;
}
.sec9Btn {
  position: absolute;
  right: 0;
  bottom: 2.65%;
}

.sec10Btn {
  position: absolute;
  right: 0;
  bottom: 3.2%;
}

.sec11 {
  margin-top: -1px;
}
.sec11Btn {
  position: absolute;
  right: 0;
  bottom: 58px;
}

.sec12 {
  background: #FFF;
}

.course_imgae {
    margin-bottom: -1px;
}


.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
      position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
.fixedbtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.fixedbtn a {
  width: 50%;
  display: block;
  height: 100%;
}

.wrap {
  padding-bottom: 135px;
}

@media screen and (max-width:1000px) {
  .wrap {
    padding-bottom: 17vw;
  }
  .sec9 {
    margin-top:-16vw;
  }
}