@charset "utf-8";
/* CSS Document */
#coaching_app .app_visual,
#coaching_app #contents{
  font-family: 'Noto Sans JP', sans-serif;
}
#coaching_app .app_visual{
  background: url("/cinfo/coaching/img/app/main_bg.png") no-repeat center bottom #224D9A;
  background-size: 100%;
  height: 800px;
  position: relative;
}
#coaching_app .app_visual .visual_inner{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#coaching_app .app_visual .release{
  position: absolute;
  right: 0;
  top: 35px;
  background-color: #E7F0F9;
  color: #0D347A;
  width: 330px;
  border-radius: 10px 0 0 10px;
  padding: 20px 0 20px 40px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
#coaching_app .app_visual .release span{
  font-size: 4.2rem;
}
#coaching_app .app_visual .release span:nth-of-type(3){
  font-size: 2.8rem;
}

#coaching_app .app_visual .subtitle{
  color: #fff;
  font-size: 1.8rem;
  padding: 140px 0 40px;
}

#coaching_app .app_visual .circle{
  border: 1px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  height: 55px;
  width: 235px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}
#coaching_app .app_visual h1{
  font-size: 6.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
#coaching_app .app_visual figure{
  position: absolute;
  right: 10%;
  top: 100px;
}
#coaching_app .app_visual .lead{
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  margin: 60px 0 40px;
  z-index: 1;
  position: relative;
}
#coaching_app .app_visual .lead p:nth-of-type(1){
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
#coaching_app .app_visual .note{
  color: #fff;
  font-size: 1.0rem;
}
#coaching_app .features{
  background-color: #E7F0F9;
  padding: 100px 0;
}
#coaching_app .features h2{
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:70px;
}
#coaching_app .features ul{
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
#coaching_app .features ul li{
  margin-bottom: 50px;
  background: url("/cinfo/coaching/img/app/poing_bg01.png") no-repeat left center;
  background-size: auto;
  display: flex;
}
#coaching_app .features ul li:nth-of-type(2){
  margin-bottom:80px;
  background: url("/cinfo/coaching/img/app/poing_bg02.png") no-repeat right center;
  background-size: auto;
  display: flex;
}
#coaching_app .features ul li figure{
  padding:0 0 0 135px;
}
#coaching_app .features ul li:nth-of-type(2) figure{
  padding:0 140px 0 0;
}

#coaching_app .features ul li .text_area{
  background:url("/cinfo/coaching/img/app/line01.png") no-repeat left -15px top 40%;
  background-size: auto;
  padding: 100px 0 0 195px;
}

#coaching_app .features ul li:nth-of-type(2) .text_area{
  background:url("/cinfo/coaching/img/app/line02.png") no-repeat left 0 top 40%;
  background-size: auto;
  padding: 100px 195px 0 20px;
}
#coaching_app .features ul li .text_area .point{
  color: #0d347a;
  font-size: 2.4rem;
  margin-bottom: 10px;
}
 #coaching_app .features ul li .text_area h3{
  font-size: 2.4rem;
  font-weight: bold;
}
#coaching_app .features ul li .text_area p{
  font-size: 1.8rem;
}
#coaching_app .btm_area{
  background: #FFEBF2;
  padding:80px 0;
}
#coaching_app .btm_area .inner{
  background: url(/cinfo/coaching/img/app/btm_img.png) no-repeat right 20% bottom #fff;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  height: 395px;
  border-radius: 20px;
  padding: 80px 0 0 100px;
}
#coaching_app .btm_area .inner div{
  background: #FFEBF2;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
#coaching_app .btm_area .inner div span{
  font-weight: bold;
}
#coaching_app .btm_area .inner .explanation{
  font-size: 1.8rem;
  padding: 0 0 20px 5px;
}
#coaching_app .btm_area .inner .explanation span{
  color: #D12E59;
}
#coaching_app .btm_area .inner p{
  padding:0 0 0 5px ;
}

#coaching_app .btm_area .inner .course_name{
  font-size: 3.8rem;
  font-weight: bold;
  padding: 5px 0 0;
}
#coaching_app .btm_area .inner .course_name img{
  margin-right: 10px;
}
#coaching_app .btm_area .note{
  max-width: 1024px;
  width: 100%;
  margin:40px auto 0;
  font-size: 1rem;
}

#footer_top{
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
#coaching_app .app_visual{
  background-size: cover;
  height: auto;
}
#coaching_app .app_visual .visual_inner {
  width: 90%;
}
#coaching_app .app_visual .release{
  width: auto;
  padding: 10px 20px;
  font-size: 1.8rem;
  top: 20px;
}
#coaching_app .app_visual .release span{
  font-size: 3.2rem;
}
#coaching_app .app_visual .release span:nth-of-type(3){
  font-size: 2rem;
}

 #coaching_app .app_visual .subtitle{
    font-size: 1.4rem;
    text-align: center;
    padding: 120px 0 20px;
  }
#coaching_app .app_visual .circle{
    font-size: 2rem;
    height: 45px;
    width: 200px;
  margin: 0 auto;
  }
#coaching_app .app_visual h1{
    font-size: 4.4rem;
    text-align: center;
  }
#coaching_app .app_visual figure{
    width: 50%;
    position: initial;
    margin: 0 auto;
  }
#coaching_app .app_visual figure img{
    width: 100%;
}

#coaching_app .app_visual .lead{
  font-size: 1.2rem;
  margin: 0 0 40px;
}
#coaching_app .app_visual .lead p:nth-of-type(1){
    margin-right: 10px;
    width: 100%;
  }
#coaching_app .app_visual .lead p:nth-of-type(1) img{
    width: 100%;
  }
#coaching_app .app_visual .note{
  padding-bottom: 20px;
}
#coaching_app .features {
  padding: 60px 0;
}
#coaching_app .features h2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
#coaching_app .features ul li {
  margin-bottom: 30px;
  background: url("/cinfo/coaching/img/app/poing_bg01.png") no-repeat left -50px center;
  background-size: 50%;
}
#coaching_app .features ul li:nth-of-type(2){
    margin-bottom: 50px;
    background: url("/cinfo/coaching/img/app/poing_bg02.png") no-repeat right -15px center;
    background-size: 50%;
  }
#coaching_app .features ul li figure {
  padding: 0 0 0 20px;
  width: 50%;
}
#coaching_app .features ul li:nth-of-type(2) figure {
  padding: 0 20px 0 0;
  width: 70%;
}
#coaching_app .features ul li figure img {
  width: 100%;
}

#coaching_app .features ul li .text_area{
    background: url("/cinfo/coaching/img/app/line01.png") no-repeat right 20px top 40px;
    background-size: auto;
    padding: 10px 0 0 20px;
  }
#coaching_app .features ul li:nth-of-type(2) .text_area{
    background: url("/cinfo/coaching/img/app/line02.png") no-repeat left 0 top 40px;
    background-size: auto;
    padding: 10px 10px 0 20px;
    margin-left: 10px;
  }
#coaching_app .features ul li .text_area .point {
  font-size: 2rem;
  margin-bottom: 20px;
}
#coaching_app .features ul li .text_area h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#coaching_app .features ul li .text_area p {
  font-size: 1.4rem;
  width: 95%;
}
 #coaching_app .features ul li:nth-of-type(2) .text_area p {
    width: 100%;
  }
#coaching_app .btm_area {
  padding: 40px 20px;
}
#coaching_app .btm_area .inner {
  background: url(/cinfo/coaching/img/app/btm_img.png) no-repeat center bottom #fff;
  width: 100%;
  height: auto;
  padding: 20px;
  background-size: 50%;
}
#coaching_app .btm_area .inner div {
  display: block;
  font-size: 1.6rem;
  margin: 0 auto 20px;
  text-align: center;
}
#coaching_app .btm_area .inner .explanation {
  font-size: 1.6rem;
  padding: 0 0 20px;
}
#coaching_app .btm_area .inner .course_name {
  font-size: 2.8rem;
  padding: 5px 0 200px;
}
#coaching_app .btm_area .inner p {
  padding: 0;
  font-size: 1.2rem;
  text-align: center;
}
#coaching_app .btm_area .inner .course_name img {
  margin-right: 10px;
  width: 50px;
  vertical-align: middle;
}
}
