/*
.key__container{
  display: flex;
}
.heroImage{
  font-size: 0;
  width: 55%;
  background: url(../image/keybg.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.box{
  /* width: 500px; */
  /* max-width: 95%; */
  /* height: 500px; */
  /* background: red; */
  /* display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.0rem; */
}

.header__contact__tit{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.84em;
}
@media screen and (max-width:959px){
  .header__contact__tit{
    font-size: 2.0rem;
  }
}

/* .heroImage img{
  max-width: 100%;
  height: auto;
}
.top__contactform__container{
  width: 45%;
  padding: 40px 0;
} */

/* @media screen and (max-width:960px){
  .key__container{
    display: block;
  }
  .heroImage{
    width: 100%;

    height: 90vw;
  }
  .top__contactform__container{
    width: 100%;
  }
} */


/*-----------------------

         理由

-------------------------*/

.circle{
  width:250px;
  min-width: 250px;
  height: 250px;
  margin: 0 auto 16px;
  border: 3px solid #00ACBA;
  border-radius: 50%;
  position: relative;
  background-image: url(../image/kadai001.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.kadai__img001{
  background-image: url(../image/kadai001.png);
}
.kadai__img002{
  background-image: url(../image/kadai002.png);
}
.kadai__img003{
  background-image: url(../image/kadai003.png);
}

.card{
  width: 300px;
  margin-bottom: 32px;

  font-size: 2.0rem;
  line-height: 1.5;
}
.card__tit{
  font-weight: bold;
background: transparent linear-gradient(270deg, #00ACBA 0%, #4F62D8 100%) 0% 0% no-repeat padding-box;
  color:#FFFFFF;
  padding: 0.5em 1.85em 0.5em 0.95em;
  display: inline-block;
  margin-bottom: 8px;
  border-radius: 0 45px 45px 0;
  position: absolute;
  top:-10px;
  left:0;
}
@media screen and (max-width:959px){
  .card{
    width: 90%;
    font-size: 1.6rem;
  }
  .card__txt{
    text-align: center;
  }
}
 
 
/*コンテンツ */

.contents__box{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 56px;
  background: #f8f4e6;
}
.contents__box:last-child{
  margin: 0 auto;
}
.contents__box span{
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color:#FFFFFF;
  background: #990000;
  padding: 0.41em 0.91em 0.41em 0.75em;
  margin-bottom: 0.66em;

}
.contents__box__container{
  padding: 16px 32px 32px 24px;

}
.contents__box__top{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 3px solid #990000;

}
.contents__box__tit{
  font-size: 2.4rem;
  color: #990000;
  font-weight: bold;
  margin-bottom:0.33em;

}
.contents__box__top__professor{
  font-size: 1.6rem;
  font-weight: bold;
  color: #1B224C;
}
.contents__box__list ul li{
  font-size: 2.0rem;
  font-weight: bold;
  color: #1B224C;
  margin-bottom: 0.8em;
}
.contents__box__list ul li:last-child{
  margin-bottom: 0;
}

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

  .contents__box span{
    font-size: 1.8rem;
  }
  .contents__box__top{
    border-bottom: 2px solid #00ACBA;
  }
  .contents__box__tit{
    font-size: 1.8rem;
  }
  .contents__box__top__professor{
    font-size: 1.3rem;
  }
  .contents__box__list ul li{
    font-size: 1.6rem;
  }
}

/*-----------------------

     講師紹介

-------------------------*/

.point__container{
  text-align: center;

}
.point{
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  margin: 0 auto 40px;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #00000029;
  overflow: hidden;
}
.point:last-child{
  margin-bottom: 0;
}
.point:nth-child(even){
  flex-flow: row-reverse;
}
.profile__sp__img{
  display: none;
}
.point__senbox{
  width: 65%;
  padding: 32px 48px;
  text-align: left;
  letter-spacing: 0.05em;
}
.profile__name{
  font-size: 4.0rem;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.profile__director{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
}
.point__senbox p{
  font-size: 1.6rem;
  line-height: 2;
}
.point__imgbox{
  width: 35%;
  height: 670px;
  background-size: cover;
  background-position: 50% center;
  font-size: 0;
}
.point001{
  background-image: url(../image/profile001.png);
}
.point002{
  background-image: url(../image/profile002.png);
}
.point__imgbox img{
  max-width: 100%;
}


@media screen and (max-width: 767px) {
  .point{
    width: 95%;
    display: block;
  }
  .point__senbox{
    letter-spacing: 0.01em;
  }
  .profile__name{
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .profile__director{
    font-size: 1.3rem;
    margin-bottom: 24px;
  }
  .point__senbox{
    width: 100%;
    padding: 40px 32px;
    margin-bottom: 0;
  }
  .point__imgbox{
    display: none;
  }
  .profile__sp__img{
    display: block;
  }

  .point__imgbox img{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .point{
    width: 100%;
  }
  .point__senbox{
    padding: 40px 16px;
  }

}

/* table */

.plan_table{
  width: 100%;
  max-width: 100%;
font-family: 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  margin: auto;
}
.plan_table th{
  width: 30%;
  font-weight: 300;
  color:#FFFFFF;
  background:#6600cc;
  padding: 16px 18px;
  text-align: left;
  border-bottom: solid .5px #CDC4C4;
}
.plan_table th.hold{
  background:#f8f4e6;
  color:#171616;
}

.blue_line{

  border-top: 2px solid #00ACBA;
}
.bage_line{

  border-top: 2px solid #E9EAF5;
}
.plan_table td{
  background: #FFFFFF;
  padding: 18px;
  border-bottom: solid .5px #CDC4C4;

}
@media screen and (max-width: 1100px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
  }
  .plan_table th,
  .plan_table td {
    text-align: left;
    border-bottom: none;
    display: block;
  }
  .plan_table th{
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .plan_table th{
    padding: 8px;
  }
  .plan_table th,
  .plan_table td {
    padding: 8px;
    text-align: left;
    font-size: 1.3rem;
  }
}

.plan_table p:last-child{
  margin-bottom: 0;
}

.my-parts {
	display: inline-block;
	width: 550px;
	max-width: 100%;
	border: 1px solid #fff;
	border-radius: 0px;
	padding: 1.8em .8em .8em;
	position: relative;
	text-align: left;
}
.my-parts .my-parts-title {
	padding: .4em;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	white-space: nowrap;
}
.my-parts > :last-child {
	margin-bottom: 0;
}