@charset "UTF-8";

html {
  overflow-y: scroll;
}

.it_passport {
  width: 100%;
  max-width: 730px;
  min-width: 320px;
  line-height: 1.5;
  margin: 0 auto;
  letter-spacing: 0;
  font-size: 16px;
}

.it_passport section {
  line-height: 1.88;
}

.it_passport a {
  color: #fff;
  font-size: 20px;
}


.it_passport h2 {
  background-image: linear-gradient(to right,#8d8b8b 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: fit-content;
  position: relative;
  color: #052A59;
  margin:40px auto 20px;
  padding-left: 50px;
  padding-right: 15px;
  padding-bottom: 10px;
  font-size: 30px;
}

.it_passport h2::before {
  content: url(../../common/img/middle/it_passport2024/icon/pass2.svg);
  position: absolute;
  top: 0;
  left: -1px;
}

.plane_img img {
  padding-right: 40px;
  padding-top: 5px;
}

.it_passport .big_plane br {
  display: none;
}
.it_passport section h2::before {
  content: none;
}

.it_passport section h2 {
  background-image: none;
}

.it_passport section img {
  padding-left: 120px;
  margin-top: -75px;
}

.it_passport h3 {
  color: #052A59;
  text-align: center;
  margin: 40px auto 10px;
  font-size: 24px;
  font-weight: bold;
}

.test {
  background-color:#F7F5E6;
  font-size: 16px;
  padding: 32px 30px;
  margin-bottom: 35px;
}

.it_passport .ipass{
font-size: 16px;
color:#052A59;
}

.it_passport .ipass:hover{
border-bottom:none;
}

.space {
  margin-top: 10px;
}

.it_passport span,
.it_passport .banner span a {
  color: #8D1818;
  font-weight: bold;
}

.it_passport .flex {
  display: flex;
}

.it_passport .details,
.it_passport .title_deco {
font-size: 20px;
font-weight: bold;
border-radius: 100vh;
line-height: 40px;
display: block;
padding: 10px 40px 10px 50px;
box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
width: -moz-fit-content;
width: fit-content;
border: 2px solid #c0d9f9;
background: linear-gradient(#1661C1, #052A5A);
}

.it_passport .title_deco::after,
.it_passport .contact::after {
  content: "〉";
  display: inline-block;
  color: #fff;
  padding-left: 10px;
}

.it_passport .details::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  background: url(../../common/img/middle/it_passport2024/icon/note.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 0.75em;
  margin-bottom: 4px;
}

/*241112 アイパス・シラバス改訂の対応　梅原*/
.it_passport .section_revision{
 margin-bottom: 50px;
 padding: 10px 20px;
 border: 2px dashed #333;
}
.it_passport .section_revision > h3{
    margin:0; 
    margin-bottom:20px;
}
.it_passport .section_revision > p{
    margin-bottom:10px;
}
.it_passport > h3::before{
  content:url(../../common/img/middle/it_passport2024/icon/pencil__icon.svg);
  display: inline-block;
  margin-right: 0.5em;
  width: 24px;
  height: 24px;
}

.it_passport .contact {
font-size: 20px;
font-weight: bold;
border-radius: 100vh;
display: block;
line-height: 40px;
padding: 10px 30px 10px 40px;
box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
width: -moz-fit-content;
width: fit-content;
border: 2px solid #ffdcc8;
background: linear-gradient(#ffb43f, #e97800, #ffb43f);
}

.it_passport .contact::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  background: url(https://www.insource-da.co.jp/common/img/icon_mail.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-bottom: 3px;
}

.it_passport .details:hover,
.it_passport .contact:hover,
.it_passport .title_deco:hover,
.it_passport .banner img:hover {
  opacity: 0.7;
}

.it_passport .web_insource a:hover {
  border-bottom: 2px solid #8D1818;
}

.border1,
.it_passport h4 {
  border-top: 6px solid #B8DFF3;
  border-bottom: 6px solid #B8DFF3;
  margin-bottom: 95px;
}

.border1 p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.it_passport h4 {
  text-align: center;
  padding: 22px 0;
  font-size: 20px;
  margin-top: 130px;
  margin-bottom: 20px;
}

.link {
  justify-content: space-between;
  padding: 0 45px 17px;

}

.pass {
  width: 91.7%;
  align-items: center;
  margin: 0 auto;
}


.pass dt {
  width: 41%;
}

.pass dd {
  padding-left: 17px;
  width: 59%;
}

.last {
  margin-bottom: 90px;
}

.it_passport section {
  padding: 32px 32px 0;
  background: linear-gradient( #F7F5E6 0%, #DAEAF8 100%) ;
}

.point {
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
}

.it_passport section .point:first-child {
  margin-top: 30px;
}

.it_passport section dt::after {
  content: url(../../common/img/middle/it_passport2024/icon/right.svg);
  position: absolute;
  left: 210px;
  top: 85px;
}

.it_passport section h2 {
  background-image: url(../../common/img/middle/it_passport2024/icon/plane.svg);
}

.point dt {
  font-size: 18px;
  font-weight: bold;
  background: #B8DFF3;
  padding-top: 73px;
  padding-bottom: 73px;
  border-radius: 50%;
  width: 30%;
  min-width: 200px;
  color: #052A59;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

.point dd {
  width: 54%;
  background: #fff;
  border-radius: 22px;
  padding: 43px 29px;
}

.it_passport .small,
.it_passport .right,
.code {
  font-size: 11px;
  color: #333;
  font-weight: normal;
}

.it_passport .small_2 {
  font-size: 12px;
  color: #333;
}

.right {
  display: block;
  text-align: right;
  color: #333;
  margin-right: 32px;
  margin-bottom: 80px;
}


.short {
  width: 91.7%;
  align-items: center;
  margin: 0 auto;
}

.short_top {
  margin-top: 50px;
}

.it_passport .title_deco {
  margin: 0 auto;
  margin-bottom: 45px;
}

.course_title {
  justify-content: space-between;
  align-items: center;
  background: #F7F5E6;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 15px 11px 35px;
  box-shadow: 0 3px 6px #ccc;
}

.course_title span {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  float: right;
}

.area,
.center {
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 25px;
  align-items: flex-end;
  position: relative;
}

.center {
  align-items: center;
}

.area dl,
.center dl {
  margin-left: 32px;
}

.area dt,
.center dt {
  width: 12%;
}

.area dd,
.center dd {
  width: 88%;
}

.dot dt,
.cost dd {
  margin-left: 4px;
}

.cost dd {
  font-weight: bold;
}

.dot {
  background-image: linear-gradient(to right,#B9B8B8 4px, transparent 4px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.area .study {
  background-image: url(../../common/img/middle/it_passport2024/icon/face.svg),url(../../common/img/middle/it_passport2024/icon/online.svg);
  background-repeat: no-repeat,no-repeat;
  background-position: left top, top left 80px;
  padding-top: 53px;
}

.shadow {
  box-shadow: 0 3px 6px #ccc;
}

.double,
.set {
  min-width: 44%;
  padding-left: 15px;
}

.plus {
  width: 12%;
  font-size: 20px;
}

.and {
  text-align: center;
  align-items: center;
}

.set {
  padding: 24px 0;
}

.short dl div {
  align-items: center;
}

.area .self_study {
  background-image: url(../../common/img/middle/it_passport2024/icon/e_study.svg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 53px;
}

.it_passport .short .attent {
  margin-bottom: 25px;
  margin-top: -10px;
}

.it_passport .banner {
  margin-top: 130px;
  margin-bottom: 100px;
}

.it_passport .smart,
.it_passport .web_insource {
  padding-bottom: 60px;
  }

.it_passport .web_insource {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
  }

.it_passport .web_insource br,
.it_passport .br_420 br {
  display: none;
}

.blog_link{
  text-indent: -1em;
  padding-left: 1em;
}
.blog_link:hover{
    transition: 0.3s;
    opacity: 0.6;
}
.blog_link::before{
  content: "";
  width: 15px;
  height: 12px;
  background-image: url(../img/middle/dxpedia/dxp_link.png);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
   /*ブレイクポイント１(768px)ここから*/
  @media screen and (max-width: 768px) {
    .it_passport {
      width: 95%;
    }
    .it_passport h2 {/*元は30*/
      font-size: 25px;
    }
    .it_passport .details,
    .it_passport .contact,
    .it_passport .title_deco {/*２つボタン*/
      font-size: 16px;/*20*/
      padding: 5px 15px 5px 20px;/*50%*/
   }
   .link {
    justify-content: space-around;
   }

   .it_passport h3 {
    font-size: 20px;/*24px*/
  }
  .plane_img img {
    padding-top: 25px;
  }

  .course_title/*18*/,
 .it_passport .web_insource,
 .it_passport .web_insource a {
    font-size: 16px;
  }
  
  .course_title br {
    display: none;
  }

  .course_title span/*14*/ {
    font-size: 16px;
  }

  .area dl, 
  .center dl {
    margin-left: 10px;
  }
  .point dt {
    font-size: 16px;/*18*/
  }
  .point dd {
    padding: 50px 15px;/*43 29*/
    width: 50%;
  }

  .it_passport section dt::after {
    content: url(../../common/img/middle/it_passport2024/icon/right3.svg);
    left: 215px;
      top: 80px;
  }
}

/*ブレイクポイント2（700px）*/
@media screen and (max-width: 700px) {
    .it_passport .point {
      display: block;
  }
  .it_passport section dt::after {
    display: none;
  }

  .point dt {
    padding: 35px 50px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .point dt br {
    display: none;
  }

  .point dd {
  width: 100%;
  padding: 25px 15px;
  }

  /*研修紹介*/
  .it_passport .area, 
  .it_passport .center,
  .it_passport .and {
    display: block;
  }

  .area .study,
  .area .self_study {
    margin-top: 10px;
  }

  .plus {
    margin: 0 auto;
  }

  .shadow {
  display: block;
  margin: 0 auto;
  }

  .it_passport .dot,
  .it_passport .dot dd,
  .it_passport .center dd,
  .it_passport .area dd,
  .it_passport .center dd,
  .it_passport .cost dd {
    width: 100%;
  }

  .it_passport .cost dt,
  .it_passport .area dt,
  .it_passport .center dt {
    width: 25%;
  }

  .area dt,
  .cost dt,
  .dot dt {
    text-align: center;
  }

  .dot dt,
  .cost dd,
  .area dl,
  .center dl {
    margin-left: 0;
  }

  .lesson {
  margin-top: 50px;
  }

  .set {
    padding: 11px 0;
  }

  .double {
    padding-left: 0;
  }

  .it_passport h4 {
    font-size: 18px;/*20*/
    margin-top: 60px;/*130*/
  }
    
  .point dd::before {
    content: "";
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #052A59;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -30px;
    top:-0%;
  }

  .point dd {
    position: relative;
    margin-top: 29px;
  }
}


/*ブレイクポイント3（590px）リンクと魅力*/
@media screen and (max-width: 590px) {
  .it_passport h2 {
    font-size: 18px;
    padding-top: 10px;
    margin-top: 20px;
  }

  .it_passport .link {
    display: block;
  }

  .it_passport .details {
    padding-right: 30px;
    margin: 0 auto;
  }

  .it_passport .contact {
    margin: 0 auto;
  }

  .it_passport .pass {
    display: block;
  }

  .pass dd,
  .pass dt {
    width: 100%;
    text-align: center;
  }

  .pass dd {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
  }

  .it_passport h3,
  .border1 p {
    font-size: 16px;
  }

  .border1 p {
    text-align: left;
    display: inline-block;
  }

  .border1 {
    text-align: center;
  }

  .border1,
  .last {
    margin-bottom: 30px;
  }

  .plane_img img {
    display: none;
  }
  
  .it_passport .big_plane {
    padding-left: 0;
    padding-right: 0;
  }

  .it_passport section {
    padding: 10px;
  }

  .right {
    margin-bottom: 0;
  }

  .short_top {
    margin-top: 0;
  }

  .it_passport .course_title {
    display: block;
    padding-left: 15px;
  }

  .it_passport .banner {
    margin-top: 45px;/*130px*/
    margin-bottom: 45px;/*100px*/
  }

  .it_passport .smart,
  .it_passport .web_insource {
    padding-bottom: 20px;
  }

  .it_passport .web_insource {
    margin-top: 0;
  }

  .it_passport .big_plane {
    font-size: 23px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .it_passport .big_plane br {
    display: block;
  }

.it_passport .web_insource br {
   display: block;
 }
 }

@media screen and (max-width: 420px){ 
.point dt br {
display: block;
 }

.it_passport .br_420 br{
display: block;
}

.course_title{
font-size: 16px;
}

.set {
padding-right: 16px;
}

.it_passport .small,
.it_passport .right,
.code,
.it_passport .small_2 {
 font-size: 15px;
}
}
