@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv {
  position: relative;
  margin-bottom: 100px;
}
#slider li {
  width: 100%;
  height: 1165px;
}
.slide01 {
  background: url('../images/index-images/mv01.jpg') 50% 0 no-repeat;
  background-size: cover;
}
.slide02 {
  background: url('../images/index-images/mv01.jpg') 50% 0 no-repeat;
  background-size: cover;
}
#catch {
  position: absolute;
  width: 100%;
  top: 620px;
  left: 0;
  z-index: 100;
}
#catch h2 {
  color: #fff;
  font-size: 7rem;
  text-shadow: 0 0 10px #000;
  line-height: 1.2;
  margin-bottom: 50px;
}
#catch ul {
  overflow: hidden;
	margin-top:15%;
}
#catch ul li {
  float: left;
  width: 45%;
  box-sizing: border-box;
  color: #0085ce;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  border: 3px solid #0085ce;
  background-color: rgba(255, 255, 255, 0.85);
  margin-right: 5%;
}
#catch ul li a {
  display: block;
  color: #0085ce;
  padding: 14% 0 14% 0;
}
#catch ul li a span {
  display: block;
  color: #000;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 15px;
}
#catch ul .icon01 a span {
  background: url("../images/index-images/icon-new.png") 50% 0 no-repeat;
  background-size: 56px auto;
  padding-top: 70px;
}
#catch ul .icon02 a span {
  background: url("../images/index-images/icon-student.png") 50% 0 no-repeat;
  background-size: 56px auto;
  padding-top: 70px;
}
#catch ul .icon03 a span {
  background: url("../images/index-images/icon-graduates.png") 50% 0 no-repeat;
  background-size: 56px auto;
  padding-top: 70px;
}
#catch ul li:nth-child(3n) {
  margin-right: 0;
}
/* ----------------------------------------
 news
------------------------------------------- */
#news .box {
  display: flex;
}
#news .box .box01 {
  width: 39%;
  background-color: #0085ce;
}
#news .box .box01 h2 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  text-align: right;
  padding: 50px 40px 60px 0;
}
#news .box .box01 h2 span {
  display: block;
  font-size: 4.2rem;
  margin-bottom: 25px;
}
#news .box .box01 h2 span::after {
  display: block;
  content: "";
  position: absolute;
  width: 83px;
  height: 5px;
  background-color: #77bde5;
  right: 40px;
  margin-top: 10px;
}
#news ul {
  padding: 50px 0 50px 50px;
}
#news ul li {
  line-height: 1.7;
  text-align: left;
  margin-bottom: 40px;
  border-bottom:dotted 1px #ccc;
  padding-bottom:10px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news dl {
  overflow: hidden;
}
#news dl dt {
  float: left;
  width: 130px;
}
#news dl dd {
  margin-left: 130px;
}
/* ----------------------------------------
 service
------------------------------------------- */
#service ul {
  overflow: hidden;
  margin-bottom: -30px;
}
#service ul li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px;
}
#service ul li:nth-child(3n) {
  margin-right: 0;
}
#service ul li img {
  margin-bottom: 10px;
}
#service ul li h3 {
  color: #194486;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
#service ul li p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}
/* ----------------------------------------
 business
------------------------------------------- */
#business {
  background: url("../images/index-images/bg01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#business .box {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  border: 1px solid #bdbec3;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
#business .box p {
  margin-bottom: 30px;
}
/* ----------------------------------------
 contact
------------------------------------------- */
#contact {
  background: url("../images/index-images/bg02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#contact .box {
  float: right;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  border: 1px solid #bdbec3;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
#contact .box p {
  margin-bottom: 30px;
}
/* ----------------------------------------
 group
------------------------------------------- */
#group ul {
  overflow: hidden;
  font-size: 0;
  text-align: center;
  margin-bottom: -50px;
}
#group ul li {
  display: inline-block;
  width: 30%;
  margin: 0 1.5% 50px 1.5%;
}


/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 899px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    margin: 50px 0 70px 0;
  }
  #slider li {
    width: 100%;
    height: auto;
    padding-top: 70%;
  }
  #catch {
    width: 100%;
    top: 50%;
  }
  #catch h2 {
    font-size: 4.5vw;
	text-shadow: 0 0 5px #000;
    margin-bottom: 25px;
  }
  #catch ul li {
    width: 45%;
    font-size: 1.4vw;
    border: 2px solid #0085ce;
  }
  #catch ul li a {
    padding: 14% 0 14% 0;
  }
  #catch ul li a span {
    font-size: 2.4vw;
    margin-bottom: 10px;
  }
  #catch ul .icon01 a span {
    background-size: 25px auto;
    padding-top: 30px;
  }
  #catch ul .icon02 a span {
    background-size: 25px auto;
    padding-top: 30px;
  }
  #catch ul .icon03 a span {
    background-size: 25px auto;
    padding-top: 30px;
  }
  #catch ul li:nth-child(3n) {
    margin-right: 0;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  #news .box {
    display: block;
  }
  #news .box .box01 {
    width: 100%;
    box-sizing: border-box;
  }
  #news .box .box02 {
    width: 100%;
    box-sizing: border-box;
  }
  #news .box .box01 h2 {
    font-size: 1.2rem;
    text-align: center;
    padding: 40px 0;
  }
  #news .box .box01 h2 span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  #news .box .box01 h2 span::after {
    width: 50px;
    height: 3px;
    right: 50%;
    margin-right: -25px;
    margin-top: 10px;
  }
  #news ul {
    padding: 25px 7% 0 7%;
  }
  #news ul li {
    line-height: 1.7;
    text-align: left;
    margin-bottom: 20px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news dl dt {
    float: none;
    width: 100%;
  }
  #news dl dd {
    margin-left: 0;
    width: 100%;
  }
  /* ----------------------------------------
 service
------------------------------------------- */
  #service ul {
    overflow: hidden;
    margin-bottom: -30px;
  }
  #service ul li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  #service ul li:nth-child(3n) {
    margin-right: 6%;
  }
  #service ul li:nth-child(2n) {
    margin-right: 0;
  }
  #service ul li img {
    margin-bottom: 10px;
  }
  #service ul li h3 {
    font-size: 1.8rem;
  }
  #service ul li p {
    font-size: 1.4rem;
  }
  /* ----------------------------------------
 business
------------------------------------------- */
  #business {
    background: url("../images/index-images/bg01.jpg") 100% 0 no-repeat;
    background-size: 170% auto;
  }
  #business .cmn-box01 {
    padding-top: 150px;
    padding-bottom: 0;
  }
  #business .box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px;
  }
  #business .box p {
    margin-bottom: 30px;
  }
  /* ----------------------------------------
 contact
------------------------------------------- */
  #contact {
    background: url("../images/index-images/bg02.jpg") 0 0 no-repeat;
    background-size: 170% auto;
  }
  #contact .cmn-box01 {
    padding-top: 150px;
    padding-bottom: 10px;
  }
  #contact .box {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 30px;
  }
  #contact .box p {
    margin-bottom: 30px;
  }
/* ----------------------------------------
 group
------------------------------------------- */
#group ul {
  margin-bottom: -30px;
}
#group ul li {
  width: 46%;
  margin: 0 2% 30px 2%;
}

}