@charset "utf-8";

.point_heading_wrap{
  position: relative;
}
.point_heading_wrap:before{
  background-color: #F7F7F7;
  content: "";
  display: block;
}
.point_heading_wrap .image{
  background-repeat: no-repeat;
  background-size: cover;
}
.point_heading{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.point_heading p{
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  line-height: 1.09;
}
.point_heading h1{
  font-weight: 400;
  background: linear-gradient(transparent 85%, #72D0FD 15%);
  line-height: 1.2;
}
@media screen and (min-width:781px) {
  .point_heading_wrap:before{
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    height: 540px;
    width: 89.45%;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: -1;
  }
  .point_heading_wrap .image{
    background-image: url("../img/img_main.jpg");
    background-position: center top;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 500px;
    margin-right: auto;
    width: 89.82%;
  }
  .point_heading{
    margin: 55px auto 0;
    width: 79.64%;
  }
  .point_heading p{
    font-size: 5.5rem;
  }
  .point_heading h1{
    font-size: 3.0rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 780px) {
  .point_heading_wrap:before{
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 150px;
    width: 81.15%;
    position: absolute;
    right: 0;
    top: 25px;
    z-index: -1;
  }
  .point_heading_wrap .image{
    background-image: url("../img/img_main.jpg");
    background-position: center center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 150px;
    margin-right: auto;
    width: 82.05%;
  }
  .point_heading{
    margin: 45px 40px 0;
  }
  .point_heading p{
    font-size: 2.75rem;
  }
  .point_heading h1{
    font-size: 2.0rem;
    margin-top: 15px;
  }
}




.career_sec{
  background-color: #F5FAFF;
}
.career_sec .sub{
  color: #555555;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.career_sec_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.career_sec_ttl h2{
  background-color: #FFF;
  color: #72D0FD;
  font-weight: 700;
  line-height: 1.2;
}
.career_sub_ttl{
  text-align: center;
}
.career_sub_ttl p{
  color: #999999;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.career_sub_ttl h3{
  background-color: #72D0FD;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width:781px) {
  .career_sec{
    border-radius: 20px;
    margin: 120px auto 0;
    padding: 90px 135px 100px;
    width: 88.28%;
    max-width: 1206px;
    position: relative;
  }
  .career_sec .sub{
    font-size: 1.6rem;
    position: absolute;
     top: 95px;
  }
  #careerup_sec .sub{
    right: 85px;
  }
  #deve_sec .sub{
    left: 85px;
  }
  .career_sec_ttl h2{
    font-size: 2.6rem;
    padding: 5px 20px;
  }
  .career_sec_ttl p{
    margin: 30px auto 0;
    max-width: 535px;
  }
  .career_sub_sec{
    margin-top: 90px;
  }
  
  .career_sub_ttl{
    margin: 0 auto;
    max-width: 800px;
  }
  .career_sub_ttl p{
    font-size: 1.4rem;
  }
  .career_sub_ttl h3{
    border-radius: 20px;
    font-size: 2.2rem;
    padding: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .career_sec{
    margin: 120px auto 0;
    padding: 70px 40px 150px;
    position: relative;
  }
  .career_sec .sub{
    color: #999999;
    font-size: 1.0rem;
    position: absolute;
     top: 150px;
  }
  #careerup_sec .sub{
    right: 40px;
  }
  #deve_sec .sub{
    right: 40px;
  }
  .career_sec_ttl h2{
    font-size: 2.0rem;
    padding: 5px 20px;
  }
  .career_sec_ttl p{
    margin: 30px auto 0;
    width: 60%;
  }
  .career_sub_sec{
    margin-top: 90px;
  }
  
  .career_sub_ttl{
    margin: 0 auto;
    max-width: 800px;
  }
  .career_sub_ttl p{
    font-size: 1.0rem;
  }
  .career_sub_ttl h3{
    border-radius: 10px;
    font-size: 1.5rem;
    padding: 15px;
    margin-top: 15px;
  }
}


@media screen and (min-width:781px) {
  .structure_list{
    display: flex;
    justify-content: space-between;
  }
  .structure_list_item{
    padding-right: 8.38%;
    position: relative;
    margin-top: 75px;
    width: 36.34%;
  }
  .structure_list_item:last-child{
    padding-right: 0;
    width: 27.32%;
  }
  .structure_list_item:after{
    background: url("../img/ic_arrow.svg") center center no-repeat;
    background-size: 30.76% auto;
    content: "";
    display: block;
    height: 49px;
    width: 23.07%;
    position: absolute;
    right: 0;
    top: 45px;
  }
  .structure_list_item:last-child:after{
    display: none;
  }
  .structure_list_item .image{
    text-align: center;
  }
  .structure_list_item p{
    line-height: 2.18;
    margin-top: 35px;
  }
  
  
  #example_sec .image{
    margin-top: 50px;
  }
  
  
  .training_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
  }
  .training_list > li{
    background-color: #FFF;
    border: 1px solid #72D0FD;
    border-radius: 10px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 20px;
    padding: 30px 10px;
    width: 47.5%;
  }
  
  
  .scroll{
    display: none;
  }
  
  
  .image_between{
    background: url("../img/img_photo2.jpg") center center no-repeat;
    background-size: cover;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-left: auto;
    margin-top: 70px;
    height: 400px;
    width: 89.82%;
  }
  
  
  #education_sec > p{
    margin-top: 40px;
    text-align: center;
  }
  #education_sec > .fig{
    margin-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .structure_list{
    margin-top: 50px;
  }
  .structure_list_item{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 95px;
  }
  .structure_list_item:first-child{
    margin-top: 0;
  }
  .structure_list_item:after{
    background: url("../img/ic_arrow2.svg") center center no-repeat;
    background-size: 40px auto;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%,100%);
  }
  .structure_list_item:last-child:after{
    display: none;
  }
  .structure_list_item .image{
    text-align: center;
    width: 43.58%;
  }
  .structure_list_item p{
    font-size: 1.3rem;
    line-height: 2.18;
    width: 50%;
  }
  
  
  #example_sec .image{
    margin-top: 50px;
  }
  
  
  .training_list{
    margin-top: 50px;
  }
  .training_list > li{
    background-color: #FFF;
    border: 1px solid #72D0FD;
    border-radius: 10px;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 20px;
    padding: 17px 10px;
  }
  
  
  .scroll{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .scroll > span{
    background: url("../img/ic_arrow_scroll.svg") right center no-repeat;
    background-size: 75px auto;
    padding: 0 80px;
  }
  
  
  
  #careerup_sec{
    margin-top: 60px;
  }
  .image_between{
    background: url("../img/img_photo2.jpg") center center no-repeat;
    background-size: cover;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: auto;
    margin-top: -75px;
    height: 150px;
    width: 94.87%;
    position: relative;
  }
  
  
  #education_sec > p{
    margin-top: 40px;
    text-align: center;
  }
  #education_sec > .fig{
    margin-top: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #education_sec > .fig img{
    max-width: 100%;
    min-width: 940px;
    vertical-align: top;
  }
}




#training_sec .training_list.etc + p,
#education_sec .training_list.etc  + p,
#job_specific_sec .training_list.etc + p{
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}
@media screen and (min-width:781px) {
#training_sec .training_list.etc + p,
#education_sec .training_list.etc  + p,
#job_specific_sec .training_list.etc + p{
  text-align: right;
  margin-top: 15px;
}
}
@media screen and (max-width: 780px) {
  #training_sec .training_list.etc + p,
  #education_sec .training_list.etc + p,
  #job_specific_sec .training_list.etc + p{
    padding-top: 15px;
    margin-top: 0;
  }
  #training_sec .training_list.etc + p,
  #education_sec .training_list.etc + p,
  #job_specific_sec .training_list.etc + p{
    text-align: center;
    font-size: 1.8rem;
  }
}