@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  font-size: 13px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.4;
}
img{
	width: 100%;
	vertical-align: bottom;
	display: block;
}
.cf:before,
.cf:after {content:""; display:table; }
.cf:after {clear:both; }
.cf {zoom:1; }

.main {
  max-width: 640px;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
.BAimage{
  background: url(../img/BA_bg.jpg) no-repeat;
  background-size: 100%;
  padding: 0 30px;
}
.BAimage video{
    width: 100%;
}
.RSNimage{
  background: url(../img/reason_03.jpg) no-repeat;
  background-size: 100%;
  padding: 0 70px;
}
.RSNimage video{
    width: 100%;
}
.main img {
  line-height: 0;
  max-width: 100%;
}
.fv {
  position: relative;
}
.fv p{
  position: absolute;
  top:1%;
  left:0;
}
.fv2 {
  position: relative;
}
.fv2 p{
  position: absolute;
  top:1%;
  right:0;
}
.fv p img,
.fv2 p img{
  width: 70%;
  margin: 0 auto;
}


.cv-box {
  position: relative;
}

.btn-group1 {
  overflow: hidden;
  position: absolute;
  bottom: 54%;
  padding: 0 5%;
}
.btn-group2 {
  overflow: hidden;
  position: absolute;
  bottom: 13.8%;
  padding: 0 5%;
}
.btn-group1 li {
	width:50%;
	float:left;
  list-style: none;
  vertical-align: middle;
}
.btn-group2 li {
	width:50%;
	float:left;
  list-style: none;
  vertical-align: middle;
}
.btn-group1 li img{
	width:92%;
  padding: 0 3.3% 0 4.7%
}
.btn-group2 li img{
	width:92%;
  padding: 0 3.3% 0 4.7%
}
.btn-group1 li:last-child img{
	width:92%;
  padding: 0 4.7% 0 3.3%
}
.btn-group2 li:last-child img{
	width:92%;
  padding: 0 4.7% 0 3.3%
}



.cv-box-under {
  position: relative;
}
.cv-box-under a {
  position: absolute;
  left: 0;
  bottom: 28%;
}
.cv-box-02 {
  position: relative;
}
.cv-box-02 a {
  position: absolute;
  left: 0;
  bottom: 11%;
}
.select-bg {
  background: url(../img/cv_bg_01.jpg) repeat-y center center;
  background-size: 100% 100%;
  padding: 10px 4%;
}
.title {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 5px;
}
select {
    width: 100%;
    padding: 10px;
	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    background: #eee;
    background: url(../img/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#d8d8d8 100%);
    background: url(../img/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#d8d8d8 100%);
    background-size: 40px, 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
select {
    vertical-align: middle;
    font-size: 18px;
}
.footer-content {
  width: 96%;
  padding: 5% 2% 2%;
  position: relative;
  text-align: justify;
}

.footer-content dl {
  line-height: 1.5;
}

.footer-content dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #4C9F80
}
.footer-content dd {
  margin-bottom: 15px;
  font-size: 13px;
}
.footer-content dd strong {
  font-weight: bold;
  display: block;
}
.footer {
  width: 100%;
  background: #fff;
}
.footer {
  max-width: 640px;
  margin: 0 auto;
}
.footer img {
  line-height: 0;
  max-width: 100%;
}
.footer ul li {
  text-align: center;
  list-style: none;
  margin:25px;
}
.mark {
  padding: 2% 18%;
  overflow: hidden;
}
.left {
  float: left;
  width: 60%;
}
.right {
  float: right;
  width: 40%;
}
.copy {
  text-align: center;
  padding: 15px 0;
  line-height:1.6;
}
.is-fixed {
  display: none!important;
}
.course_05 p{
margin: -20px 10px 20px;
position: relative;
z-index: 999;
font-size: 9px;
letter-spacing: -0.05em;
text-align: center;
}



@media screen and (max-width:640px){
  .fv a img,
  .fv2 a img{
    width: 11.5vw;
  }
  .fv a{
    position: absolute;
    top:1%;
    left:2%;
  }
  .fv2 a{
    position: absolute;
    top:1%;
    right:2%;
  }
  .BAimage{
    background: url(../img/BA_bg.jpg) no-repeat;
    background-size: 100%;
    padding: 0 4.8%;
  }
  .RSNimage{
    background: url(../img/reason_03.jpg) no-repeat;
    background-size: 100%;
    padding: 0 11%;
  }
}
