@charset "utf-8";
.wrapper{
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .wrapper{
    padding-bottom:28.5%;
  }
}
.bold{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/*-----------------------------------------------
# トップ
----------------------------------------------- */
.sec_top {
  height: 650px;
  background: url("../img/img_main.jpg")no-repeat top center;
  background-size: auto 100%;
}
.sec_top .inner {
  position: relative;
  height: 100%;
}
.sec_top h1 {
  position: absolute;
  right:0;
  top: 30px;
  width: 253px;
}
.sec_top .box_text {
  position: absolute;
  left: 50%;
  bottom: -100px;
  width: 1202px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}

@media screen and (max-width:1240px){
  .sec_top h1 {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec_top {
    height: 76vw;
    background: url("../img/img_main_sp.jpg")no-repeat top center;
    background-size: cover;
  }
  .sec_top .inner {
    width: 96%;
    position: relative;
  }
  .sec_top h1 {
    right: 3.75%;
    top: 12px;
    top:4.6%;
    width: 37.73%;
  }
  .sec_top .box_text {
    bottom: -17%;
    width: 100%;
  }
}
/*-----------------------------------------------
# 内容
----------------------------------------------- */
.sec_details{
  background: #faece4;
  padding-top: 137px;
  padding-bottom: 40px;
  color: #221815
}
.sec_details .box_ttl{
  -webkit-box-align: center;
  align-items: center;  
}
.sec_details .box_ttl h3{
  width: 903px;
  margin-right:6px;
}
.sec_details .box_ttl .txt_more{
  -webkit-box-flex: 1;
  flex: 1;
}

.sec_details .wrap_course{
  margin-top: 25px;
  background: #fff;
  padding: 30px 45px 20px;
}
.sec_details .wrap_course h4{
  margin-bottom: 15px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color: #1f2774;
}
.sec_details .wrap_course .area_grade{
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.sec_details .wrap_course .area_grade .box_item{
  width: 530px;
  font-feature-settings: "palt";
}
.sec_details .wrap_course .area_grade h5{
  margin-bottom: 15px;
  background: #e67880;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
}
.sec_details .wrap_course .area_grade .grade2 h5{
  background: #8fc31f;
}
.sec_details .wrap_course .area_grade dt{
  color: #e67880;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
.sec_details .wrap_course .area_grade .grade2 dt{
  color: #8fc31f;
}
.sec_details .wrap_course .area_grade dt:nth-of-type(n+2){
  margin-top:30px;
}
.sec_details .wrap_course .area_grade dd{
  font-feature-settings: "palt";  
  font-size: 20px;
  font-size: 2rem;
}
.sec_details .wrap_course .area_grade dd ul{
  background: #f5f5f5;
  display:-webkit-box;
  display:flex;  
  line-height: 1.3;
}
.sec_details .wrap_course .area_grade dd ul{
  background: #f5f5f5;
  padding: 13px 30px;
  display:-webkit-box;
  display:flex;  
  flex-wrap: wrap;
}
.sec_details .wrap_course .area_grade dd ul li{
  position: relative;
  width: 50%;
  padding-right: 1em;
  padding-left: 1em;
}
.sec_details .wrap_course .area_grade dd ul li::before{
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}
.sec_details .wrap_course .area_grade dd ul li:nth-child(n+3){
  margin-top:3px;
}

.sec_details .wrap_course .txt_contact{
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";  
}
@media screen and (max-width: 767px) {
  .sec_details{
    padding-top: 18.3%;
    padding-bottom: 30px;
  }
  .sec_details .box_ttl{
    display: block;
  }
  .sec_details .box_ttl h3{
    width: 100%;
    margin: 0 auto 10px;
  }
  .sec_details .wrap_course{
    margin-top: 10px;
    padding: 12px 15px 20px;
  }
  .sec_details .wrap_course h4{
    margin-bottom: 7px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .sec_details .wrap_course .area_grade{
    display: block;
  }
  .sec_details .wrap_course .area_grade .box_item{
    width: 100%;
  }
  .sec_details .wrap_course .area_grade .box_item.grade2{
    margin-top: 30px;
  }
  .sec_details .wrap_course .area_grade h5{
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 7px 0;
  }
  .sec_details .wrap_course .area_grade dt{
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3px;
  }
  .sec_details .wrap_course .area_grade dt:nth-of-type(n+2){
    margin-top: 20px;
  }
  .sec_details .wrap_course .area_grade dd{
    font-size: 15px;
    font-size: 1.5rem;
  }
  .sec_details .wrap_course .area_grade dd ul{
    padding: 13px 10px;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;    
  }
  .sec_details .wrap_course .area_grade dd ul li:nth-child(n+3){
    margin-top:3px;
  }
  .sec_details .wrap_course .area_grade dd ul li{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .sec_details .wrap_course .txt_contact{
    margin-top: 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }  
}
/*-----------------------------------------------
# sec_contact
----------------------------------------------- */
.sec_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  background: #c7161e;
  text-align: center;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.sec_contact.on{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sec_contact h2 {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
}
.sec_contact h2 span {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.sec_contact h2 span::before, .sec_contact h2 span::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #fff;
}
.sec_contact h2 span::before {
  -webkit-transform: rotate(60deg) translateY(-15px);
  transform: rotate(60deg) translateY(-15px);
  margin-right: 25px;
}
.sec_contact h2 span::after {
  -webkit-transform: rotate(-60deg) translateY(-15px);
  transform: rotate(-60deg) translateY(-15px);
  margin-left: 25px;
}
.sec_contact .box_btn {
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 10px;
}
.sec_contact .box_btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin-right: 38px;*/
}
.sec_contact .box_btn li:nth-child(n+2){
  margin-left: 30px;
}
.sec_contact .box_btn li a {
  width: 375px;
  min-height: 60px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 0px 0px rgba(148, 3, 10, 1);
  font-size: 18px;
  border-radius: 5px;
}
.sec_contact .box_btn li a:hover {
  background: #fbe0e0;
  opacity: 1;
}
.sec_contact .box_btn a:nth-child(2) {
  margin-left: 40px;
}
.sec_contact .box_btn a img {
  width: 32px;
  margin-right: 6px;
}
.sec_contact .box_btn a img.tel {
  width: 27px;
  margin-bottom: 0;
}
.sec_contact .box_btn a img.book {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec_contact {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .sec_contact .inner {
    width: 97%;
  }
  .sec_contact h2 {
    font-size: 13px;
  }
  .sec_contact h2 span::before, .sec_contact h2 span::after {
    width: 30px;
  }
  .sec_contact h2 span::before {
    -webkit-transform: rotate(57deg) translateY(-10px);
    transform: rotate(57deg) translateY(-10px);
    margin-right: 15px;
  }
  .sec_contact h2 span::after {
    -webkit-transform: rotate(-57deg) translateY(-10px);
    transform: rotate(-57deg) translateY(-10px);
    margin-left: 15px;
  }
  .sec_contact .box_btn {
    margin-top: 10px;
  }
  .sec_contact .box_btn li {
    width: 48%;
  }
  .sec_contact .box_btn li:nth-child(n+2){
    margin-left: 4%;
  }  
  .sec_contact .box_btn li a {
    width: 100%;
    height: auto;
    min-height: 54px;
    padding: 6px 3px;
    font-size: 15px;
    box-shadow: 0px 2px 0px 0px rgba(148, 3, 10, 1);
  }
  .sec_contact .box_btn a:nth-child(2) {
    margin-left: 2.48%;
  }
  .sec_contact .box_btn a img {
    width: 15px;
    margin-right: 10px;
  }
  .sec_contact .box_btn a img.tel {
    width: 15px;
    margin-bottom: 4px;
  }
  .sec_contact .box_btn a img.book {
    width: 20px;
    margin-bottom: 5px;
  }
  .sec_contact .box_btn a span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .sec_contact .box_btn a span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
