@charset "UTF-8";
/*==============================================================================================

    common css

    ※※※※※ブラウザ対応※※※※※

    safari:9以上
    chrome:63以上
    firefox:43以上
    opera:43以上
    edge:12以上
    IE:10以上


    ※※※※※ベンダープレフィックスを付けるプロパティ※※※※※

    -moz-transform
    -webkit-transform
    transform

    -moz-transition
    -webkit-transition
    transition
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -moz-animation
    -webkit-animation
    animation

    display: -webkit-flex;
    display: flex;

    @media screen and (max-width: 980px) {

    }

    @media screen and (max-width: 768px) {

    }
    

==============================================================================================*/

/*==============================================================================================

	body要素

==============================================================================================*/

body {
  position: relative;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.contents_contain {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 0;
}

.spb {
  display: none;
}

@media screen and (max-width: 768px) {
  .contents_contain {
    max-width: 400px;
  }

  .spb {
    display: block;
  }

  .pcb {
    display: none;
  }
}

/*==============================================================================================

	mv要素

==============================================================================================*/
#mv_section {
  background: url('../img/mv_bg.png') center center;
  background-size: cover;
}

.mv_contain {
  padding: 80px 0 30px;
  position: relative;
}

.mv_contain .contents_contain:after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: url('../img/mv_img.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  right: -20px;
}

.mv_wrap {
  width: 50%;
  position: relative;
  z-index: 10;
}

.mv_title {
  width: 100%;
}

.mv_wrap p {
  padding: 50px 0 114px;
  color: #464646;
  font-size: 15px;
  line-height: 1.6;
}

.mv_date {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
  transform: translateX(100%);
}

.mv_date a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  height: 56px;
  margin: 0 auto;
  border-radius: 28px;
  background: #FFA700;
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 18px;
}

.mv_date a:hover {
  opacity: .6;
}


@media screen and (max-width: 980px) {
  .mv_wrap p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #mv_section {
    background: url('../img/mv_bg_sp.png') center center no-repeat;
    background-size: 100% 100%;
  }

  .mv_contain {
    padding: 0px 0 30px;
  }

  .mv_contain .contents_contain:after {
    content: '';
    display: block;
    width: 340px;
    height: 100%;
    background: url('../img/mv_img_sp.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: -50px;
  }

  .mv_wrap {
    width: 100%;
    padding-top: 260px;
  }

  .mv_title {
    width: 80%;
  }

  .mv_wrap p {
    padding: 35px 0 20px;
    font-size: 14px;
  }

  .mv_date {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-bottom: 30px;
    transform: translateX(0);
  }

  .mv_date a {
    margin: 10px auto 0;
  }

}

/*==============================================================================================

	instructor要素

==============================================================================================*/
#instructor_section {
  background: #FFEFD8;
  padding: 60px 0;
}

#instructor_section h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 1px;
  padding-bottom: 30px;
  text-align: center;
  color: #6C5F4E;
}

.instructor_contain {
  padding: 80px 45px;
  background: url('../img/instructor_bg01.png');
  background-size: 100% 100%;
}

.instructor_contain+.instructor_contain {
  margin-top: 30px;
  background: url('../img/instructor_bg02.png');
  background-size: 100% 100%;
}

.instructor_title {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #6C5F4E;
}

.instructor_title>div:nth-child(1) {
  width: 100%;
  padding: 0 0 10px 90px;
}

.instructor_title>div:nth-child(1) div {
  background: #6C5F4E;
  color: #FFFFFF;
  padding: 5px 10px;
  display: inline-block;
}

.instructor_title>div:nth-child(2) {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 3px solid #6C5F4E;
  background-color: #FFF;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px;
}

.instructor_title>div:nth-child(2) span {
  display: block;
  width: 100%;
  font-size: 22px;
  margin-bottom: 2px;
}

.instructor_title>div:nth-child(3) {
  width: calc(100% - 90px);
  font-size: 27px;
  line-height: 1.6;
}


.instructor_wrap {
  padding-top: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.instructor_img {
  width: 220px;
}

.instructor_text {
  width: calc(100% - 250px);
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
}

.instructor_text h3 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 19px;
  color: #6C5F4E;
  padding-bottom: 20px;
}

.instructor_text h3 span{
  font-size: 27px;
}

@media screen and (max-width: 980px) {
  #instructor_section {
    padding: 50px 0;
  }
  
  #instructor_section h2 {
    font-size: 28px;
  }
  
  .instructor_title>div:nth-child(3) {
    font-size: 24px;
  }
  
  .instructor_wrap {
    padding-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  
  .instructor_img {
    width: 180px;
  }
  
  .instructor_text {
    width: calc(100% - 210px);
    font-size: 12px;
  }
  
  .instructor_text h3 {
    font-size: 16px;
  }
  
  .instructor_text h3 span{
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #instructor_section {
    background: none;
    padding: 40px 0 180px;
    position: relative;
  }

  #instructor_section:before {
    content: '';
    display: block;
    width: 100%;
    height: 180px;
    background: url('../img/instructor_bg01_sp.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }

  #instructor_section:after {
    content: '';
    display: block;
    width: 100%;
    height: 180px;
    background: url('../img/instructor_bg02_sp.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  
  #instructor_section h2 {
    font-size: 28px;
    padding-bottom: 0px;
  }
  
  .instructor_contain {
    padding: 30px 0px;
    background: none;
  }
  
  .instructor_contain+.instructor_contain {
    margin-top: 0;
    background: none;
  }
  
  .instructor_title {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    padding-top: 80px;
  }
  
  .instructor_title>div:nth-child(1) {
    width: 100%;
    padding: 0 0 10px 0px;
  }
  
  .instructor_title>div:nth-child(1) div {
    background: #6C5F4E;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
  }
  
  .instructor_title>div:nth-child(2) {
    position: absolute;
    top: -10px;
    left: 0;
  }
  
  .instructor_title>div:nth-child(3) {
    width: 100%;
    font-size: 24px;
  }
  
  
  .instructor_wrap {
    padding-top: 30px;
    display:block;
  }
  
  .instructor_img {
    width: 220px;
    margin: 0 auto 10px;
  }
  
  .instructor_text {
    width: 100%;
    font-size: 12px;
  }
  
  .instructor_text h3 {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  .instructor_text h3 span{
    font-size: 24px;
  }
}

/*==============================================================================================

	info要素

==============================================================================================*/
#info_section {
  padding: 90px 0;
}

#info_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 40px;
  text-align: center;
}

.info_contain {
  border: 1px solid #333333;
  border-bottom: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info_contain>div {
  padding: 30px;
  letter-spacing: 2px;
  line-height: 28px;
}

.info_contain>div:nth-child(odd) {
  width: 220px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  text-align: center;
  font-size: 20px;
}

.info_contain>div:nth-child(even) {
  width: calc(100% - 220px);
  border-bottom: 1px solid #333333;
}

.info_contain>div span {
  font-size: 14px;
}

.info_inner{
  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px 0 40px;
}

.info_inner img{
  width: 150px;
}

.info_inner p{
  width: calc(100% - 170px);
}

@media screen and (max-width: 980px) {
  #info_section {
    padding: 70px 0;
  }

  #info_section h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .info_contain>div {
    padding: 30px;
  }

  .info_contain>div:nth-child(odd) {
    font-size: 18px;
  }

  .info_contain>div span {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #info_section {
    padding: 50px 0;
  }

  #info_section h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .info_contain {
    border: 1px solid #333333;
    border-bottom: none;
    display: block;
  }

  .info_contain>div {
    padding: 10px;
    line-height: 1.4;
  }

  .info_contain>div:nth-child(odd) {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 16px;
    background: #fafafa;
  }

  .info_contain>div:nth-child(even) {
    width: 100%;
    border-bottom: 1px solid #333333;
  }

  .info_contain>div span {
    font-size: 10px;
  }

  .info_inner{
    display: block;
      padding: 20px 0 60px;
  }
  
  .info_inner img{
    width: 120px;
    margin-bottom: 20px;
  }
  
  .info_inner p{
    width: 100%;
  }
}


/*==============================================================================================

	form要素

==============================================================================================*/
#form_section {
  padding: 90px 0;
}

#form_section h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 40px;
  text-align: center;
}


@media screen and (max-width: 980px) {
  #form_section {
    padding: 70px 0;
  }

  #form_section h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #form_section {
    padding: 50px 0;
  }

  #form_section h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }
}

/*==============================================================================================

	footer要素

==============================================================================================*/
footer {
  background: #fffbcb;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}