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

/*画像の切り替えの設定*/
.img-sp {
    display: none;
}

@media screen and (max-width:560px) {
    .img-pc {
        display: none;
    }

    .img-sp {
        display: block;
    }
}

/*メインのカラムの設定*/

.box{
   width: 700px;
   max-width: 90%;
   background: #ffffff;
  justify-content: center;
  font-size: 5.0rem; */
}

.header__contact__tit{
  text-align: left;
  color:#000;
    font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: top;
}
@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: 100%;
  }
  .top__contactform__container{
    width: 100%;
  }
}

/*フォームのカラムの設定*/

.time{
 flex: 1;
 width: 50%;
 margin: auto;
 background: #ffffff;
 }
 
 @media screen and (max-width:960px){
.time{
 flex: 1;
 width: 80%;
 margin: auto;
 background: #ffffff;
 }
 }
/*-----------------------

         課題

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

.circle{
  width:250px;
  min-width: 250px;
  height: 250px;
  margin: 0 auto 16px;
  border: 3px solid #1B224C;
  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, #1B224C 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;
  }
}




/* 強調する箇所 */

.dm__textBox{
  font-size: 2.4rem;
  max-width: 900px;
  width: 90%;
  margin: auto;
  text-align: left;
  line-height: 2;
  color:#FFFFFF;
}

.tie_sp{
  display: none;

}
@media screen and (max-width:768px){
  .dm__textBox{
    font-size: 1.8rem;
    font-weight: 400;
  }
  .tie_pc{
    display: none;

  }
  .tie_sp{
    display: block;

  }

}

.txt_block{
  width: 735px;
  max-width: 100%;
  margin: auto;
}
.txt_block p{
  font-size: 1.6rem;
  line-height: 1.7;
  flex: 1;
}
@media screen and (max-width:959px){
  .txt_block p{
    font-size: 1.3rem;
  }
}

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

     特徴とは

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

.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;
}
.point__senbox{
  width: 65%;
  padding: 0 48px;
  text-align: left;
}
.point__senbox span{
  font-family: 'Arial',sans-serif;
  font-size: 5.6rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 16px;
}
.point__senbox h3{
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
.point__senbox p{
  font-size: 1.6rem;
  line-height: 2;
}
.point__imgbox{
  width: 283px;
  height: 289px;
  font-size: 0;
}
.point__imgbox img{
  max-width: 100%;
}


@media screen and (max-width: 767px) {
  .point{
    width: 95%;
    display: block;
  }
  .point__senbox{
    width: 100%;
    padding: 16px 32px;
    margin-bottom: 16px;
  }
  .point__imgbox{
    text-align:left;
    width: 100%;
    height: 250px;
  }
  .point001{
    background-image: url(../image/point001_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .point002{
    background-image: url(../image/point002_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .point003{
    background-image: url(../image/point003_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .point__imgbox img{
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .point{
    width: 100%;
  }
  .point__senbox h3{
    font-size: 1.8rem;
  }
  .point__senbox span{
    font-size: 3.6rem;
    margin-bottom: 2px;
  }
}

/* CTA */



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

    導入事例

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

.introduction{
  max-width: 1160px;
  width: 100%;
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.intro__card{
  width: 48%;
  background-image: url(../image/introbg.png);
  background-size: cover;
  max-width: 522px;
  height: 300px;
  border-radius: 27px;
  color: #FFFFFF;
  padding: 32px 30px 35px 34px;
  margin: 0 auto 48px;
  position: relative;
}
.intro__card__tit{
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.88em;
}
.intro__card__sen{
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 3.0em;
}
.intro__card__company{
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  bottom:20px;
}
.intro__card__company span{
  display:block;
  letter-spacing: 0.04em;
}
.intro__card__company__name{
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .intro__card{
    width: 100%;
  }

}

/* table */

table {
  border-collapse: collapse;
}

/*開催概要のテーブルの設定*/

.tbl-r02 th {
  background: #ffffff;
  border: none;
  color: #000;
  padding: 10px;
  padding-left: 30px;
  width: 15%;
  font-size: 1.6rem;
  line-height: 1.5;
  /*border-bottom: 1px solid black;*/
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
  padding-left: 50px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: top;
  /*border-bottom: 1px solid black;*/
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
    margin: auto;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: 1px solid black;
    display: block;
    width: 100%;
  }
}

/*講師のテーブルの設定*/

.tbl-r03 th {
  background: #ffffff;
  border: none;
  color: #000;
  padding: 10px;
  padding-bottom: 50px;
  width: 30%;
  font-size: 1.6rem;
  line-height: 1.5;
}
.tbl-r03 td {
　border: solid 1px #ccc;
  padding: 10px;
  padding-left: 40px;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: top;
}

   
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r03 {
    width: 100%;
    margin: auto;
  }
  .tbl-r03 th,
  .tbl-r03 td {
　　border-bottom: 1px solid black;
    display: block;
    width: 100%;
    padding: 0px;
  }
}

/* 区切り線 */

.border {
border-bottom:1px solid #000;
padding-top: 20px;
padding-bottom: 20px;
width: 10%;
}

.border2 {
border-bottom:1px solid #000;
padding-top: 20px;
padding-bottom: 20px;
width: 5%;
}