@charset "UTF-8";
html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

body {
    background: rgba(193, 244, 197, 0.3019607843);
}

.energySlider {
    background: #fff;
}

.l_mainContents a:hover {
    opacity: 0.6;
}

.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}

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

.p-it2024__2023__small {
    font-size: 12px;
}
.p-it2024__text--pink {
    color: #FF7BA9;
    font-weight: bold;
}

.p-it2024__text--green {
    color: #65C18C;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .p-it2024__fv {
        margin-bottom: 10px;
    }
}
.p-it2024__nav {
    display: block;
    width: 240px;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 18px;
    padding: 6px 0;
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 40px;
}
.p-it2024__nav--java {
    background: #2D80D3;
}
.p-it2024__nav--php {
    background: #51BA81;
}
.p-it2024__nav--c {
    background: #51BABA;
}
.p-it2024__nav--python {
    background: #2E8B57;
}
.l-it2024__nav{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .p-it2024__nav {
        display: none;
    }
}
/*★★★変更箇所★★★*/
.p-it2024__box {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-it2024__box {
    margin-bottom: 20px;
  }
}
.p-it2024__subsidy {
  margin-top: 20px;
  background: #fff;
  padding: 20px 20px 20px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-it2024__subsidy {
    padding: 10px 0;
  }
}
.p-it2024__subsidy__title {
    font-size: 20px;
    background: #FF7BA9;
    color: #fff;
    width: fit-content;
    height: 40px;
    border-radius: 0 20px 20px 0;
    line-height: 40px;
    padding: 0  0.75em;
}
.p-it2024__subsidy__box {
  width: 750px;
}
@media screen and (max-width: 768px) {
  .p-it2024__subsidy__box {
    width: 100%;
    padding: 10px;
  }
}
.p-it2024__subsidy__text {
  margin-bottom: 10px;
}
.p-it2024__subsidy__system {
  margin-bottom: 10px;
}
.p-it2024__subsidy__link {
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-it2024__subsidy__link {
    font-size: 18px;
  }
}
.p-it2024__voice {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.p-it2024__voice__item {
  width: 480px;
  padding: 15px 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.p-it2024__voice__item:nth-child(-n+2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-it2024__voice__item {
    width: 100%;
  }
}
.p-it2024__voice__img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .p-it2024__voice__img {
    margin: 0 auto;
  }
}
.p-it2024__voice__box {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .p-it2024__voice__box {
    width: 100%;
  }
}
.p-it2024__voice__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-it2024__voice__title {
    text-align: center;
  }
}
.p-it2024__lineup {
  margin-bottom: 40px;
}
.p-it2024__lineup__item {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.p-it2024__lineup__item:last-child {
  margin-bottom: 0px;
}
.p-it2024__lineup__item dl {
  align-items: baseline;
}
.p-it2024__lineup__left__border {
  margin-bottom: 20px;
  padding-left: 15px;
}
.p-it2024__lineup__left__border--java {
  border-left: 10px solid #2D80D3;
}
.p-it2024__lineup__left__border--php {
  border-left: 10px solid #51BA81;
}
.p-it2024__lineup__left__border--c {
  border-left: 10px solid #51BABA;
}
.p-it2024__lineup__left__border--python {
  border-left: 10px solid #2E8B57;
}
.p-it2024__lineup__left__title {
  color: #666666;
  font-size: 25px;
  font-weight: bold;
}
.p-it2024__lineup__left__title--small {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-it2024__lineup__left__title {
    font-size: 18px;
  }
}
.p-it2024__lineup__general {
  margin-right: 1em;
}
.p-it2024__lineup__general--line {
  text-decoration: line-through;
}
.p-it2024__lineup__campaign {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.p-it2024__lineup__campaign--big {
  font-size: 28px;
  margin: 0 5px;
}
.p-it2024__lineup__apply {
  display: block;
  line-height: 1;
  padding: 5px 25px;
  background: #65C18C;
  border-radius: 100vh;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 0 auto;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-it2024__lineup__apply {
    font-size: 16px;
  }
}
.p-it2024__curriculum__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  margin: 0 auto 10px;
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff 70%);
}
.p-it2024__curriculum__text {
  margin-bottom: 20px;
  text-align: center;
}
.p-it2024__curriculum__box {
  padding: 20px;
  background: #fff;
}
.p-it2024__custom {
  background: #fff;
  padding-top: 20px;
}
.p-it2024__custom__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #666666;
}



@media screen and (max-width: 768px) {
  .p-it2024__custom__title {
    font-size: 18px;
  }
}
.p-it2024__custom__head {
  background: #65C18C;
  color: #fff;
  font-weight: bold;
  padding: 0px 20px;
  line-height: 50px;
  border-radius: 0 20px 20px 0;
  margin-right: 0.5em;
}
.p-it2024__custom__text {
  margin-bottom: 10px;
  font-size: 20px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .p-it2024__custom__text {
    font-size: 16px;
  }
}
.p-it2024__custom__img {
  padding: 0 20px 20px;
}
.p-it2024__ida {
  background: #fff;
  padding: 20px;
}
.p-it2024__ida__title {
  color: #666666;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-it2024__ida__title {
    font-size: 24px;
    text-align: center;
  }
}
.p-it2024__ida__title--big {
  font-size: 36px;
}
.p-it2024__ida__img {
  height: 180px;
  padding: 20px 0 0 50px;
}
@media screen and (max-width: 768px) {
  .p-it2024__ida__img {
    padding: 0px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
  }
}
.p-it2024__ida__text {
  width: 660px;
}
.p-it2024__ida__text span {
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgba(255, 190, 216, 0.5019607843) 70%);
}
@media screen and (max-width: 768px) {
  .p-it2024__ida__text {
    width: 100%;
  }
}
.p-it2024__contact {
  z-index: 999;
  position: fixed;
  right: 0px;
  bottom: 50px;
}
.p-it2024__contact__close {
  display: none;
}
.p-it2024__contact__close.is_action01 {
  display: block;
  writing-mode: vertical-rl;
  background-color: #FF7BA9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.p-it2024__contact__open {
  width: 220px;
  background: #FFEFF5;
  border-radius: 10px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.p-it2024__contact__open.is_action02 {
  display: none;
}
.p-it2024__contact__btn {
  position: absolute;
  cursor: pointer;
  top: -15px;
  right: 10px;
  width: 25px;
}
.p-it2024__contact__title {
  font-size: 16px;
  font-weight: bold;
  color: #FF7BA9;
  margin-bottom: 10px;
  line-height: 1;
}
.p-it2024__contact__text {
  margin-bottom: 15px;
}
.p-it2024__contact__inquiry {
  background: #FF7BA9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100vh;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 19px;
  line-height: 1;
}

.c-it2024__title {
  color: #65C18C;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 64px;
  background: linear-gradient(transparent 70%, #fff 70%);
}
@media screen and (max-width: 768px) {
  .c-it2024__title {
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    padding: 0;
    margin: 0 auto 5px;
  }
}
.c-it2024__title span {
  font-size: 36px;
  font-weight: bold;
  color: #FF7BA9;
}
@media screen and (max-width: 768px) {
  .c-it2024__title span {
    font-size: 20px;
  }
}
.c-it2024__title::before {
  content: url(https://www.insource-da.co.jp/common/img/middle/shinjinIT/2024/title_sakura01.svg);
  display: inline-block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 10px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .c-it2024__title::before {
    content: "";
  }
}
.c-it2024__title::after {
  content: url(https://www.insource-da.co.jp/common/img/middle/shinjinIT/2024/title_sakura02.svg);
  display: inline-block;
  width: 26px;
  height: 30px;
  position: absolute;
  right: 24px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .c-it2024__title::after {
    content: "";
  }
}



/*2023年度要素*/
@media screen and (max-width: 768px) {
  .feature {
    text-align: center;
    width: 100%;
  }
}
.feature-box {
  width: 235px;
  background: #fff;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-box {
    margin: 10px auto;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 25px;
  }
}
.feature-text {
  font-size: 18px;
  color: #65C18C;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .feature-text {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.3em;
  }
}
.feature-no {
  font-size: 80px;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .feature-no {
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    margin-left: 5px;
  }
}
.feature-p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .feature-p {
    display: block;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .tokutyo {
    float: left;
    margin-top: 50px;
  }
}/*# sourceMappingURL=shinjinit2024.css.map */
/*★★★変更箇所ここから★★*/
.p-it2024__point {
  margin-top: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-it2024__point {
  }
}

.p-it2024__point__left__title {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 0.75em;
}
@media screen and (max-width: 768px) {
  .p-it2024__point__left__title {
    font-size: 18px;
  }
}
.p-it2024__point__img {
/*  height: 150px;
  width: 200px; */
}
@media screen and (max-width: 768px) {
  .p-it2024__point__img {
    padding: 0px;
    height: 133px;
    width:200px;
    float: none;
    display: block;
    box-align:center
  }
}
.p-it2024__point__box {
  width:100%;
  display: flex;
  align-items: center; 
  justify-content: center; 
  gap:30px;
  padding:10px 30px 30px;
}
.p-it2024__point__box dt{
  position: relative;
}
.p-it2024__point__box dt::before{
  content:"●";
  color: #65C18C;
  font-size:12px;
  font-weight: bold;
  position: absolute;
  top:0.1em;
  left:-1.5em;
}

.p-it2024__point__text{
  position: relative;
}
.p-it2024__point__text::before{
  content:"●";
  color: #65C18C;
  font-size:12px;
  font-weight: bold;
  position: absolute;
  top:0.1em;
  left:-1.5em;
}
/*★★★変更箇所ここまで★★★*/
@media screen and (max-width: 768px) {
  .p-it2024__point__box {
    width: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
}

/*ボタン*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
} 
.btn__center{
    text-align: center;
    margin-bottom: 50px;
}

.p-it2014__support__img{
  margin: 0 auto 50px;
  display: block;
  width: 600px;
}


.table_sp{
    display: none;
}
.p-it2024__curriculum__table{
  width:100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.p-it2024__curriculum__course{
  width:30%;
  font-weight:bold;
  color: #fff;
}
.p_space{
  width: calc(10%/3);
  font-size: 14px;
  padding:0 1em;
}
.p-it2024__curriculum__table tr+tr{
  border:solid #ffF 3px;
  box-sizing: border-box;
}
.p-it2024__curriculum__table th{
  font-size: 22px;
}
.p-it2024__curriculum__table a{
  display: block;
}
.p-it2024__curriculum__table tr th, td{
  vertical-align: middle;
}
.p-it2024__curriculum__Java{
  background: #2D80D3;
}
.p-it2024__curriculum__PHP{
  background: #51BA81;
}
.p-it2024__curriculum__Clanguage{
  background: #51BABA;
}
/*各コースのtd背景*/
.java_course{
  background: #D5E6F6;
}
.java_course a{
  color: #2C81D2;
  padding: 10px 0;
}
.php_course{
  background: #DCF2E6;
}
.php_course a{
  color: #57BC86;
  padding: 10px 0;
}
.c_course{
  background: #DCF1F1;
}
.c_course a{
  color: #51BABA;
  padding: 40px 0;
}

/*複数コースをまたぐtd背景*/
.col3{
  background-image: linear-gradient(90deg, #D5E6F6, #DCF2E6, #DCF1F1);
}
.col3 a{
  background-image: -webkit-linear-gradient(0deg, rgba(61, 156, 194, 1)30%, rgb(61, 193, 116) 50%, rgba(61, 200, 194, 1) 80%);
  color: #51BA81;
  padding: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.col2{
  background-image: linear-gradient(90deg, #D5E6F6, #DCF2E6);
}
.col2 a{
  background-image: -webkit-linear-gradient(0deg, rgba(61, 156, 194, 1)40%, rgb(61, 200, 119) 80%);
  color: #51BA81;
  padding: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*成果発表会のtd背景、文字色*/
.p-it2024__curriculum__table__Cpresen{
  background: #83CBCA;
  color:#fff;
  position: relative;
}
.p-it2024__curriculum__table__PHPpresen{
  background: #82CAA2;
  color:#fff;
  position: relative;
}
.p-it2024__curriculum__table__Javapresen{
  background: #6CA1DD;
  color: #FFF;
  position: relative;
}

/*各コースの研修期間*/
.note_small{
  font-size: 14px;
  }
.mmdd{
  display: flex;
  flex-direction: column;
}
.term_java {
  color:#6CA1DD;
  position: relative;
}
.term_java::before{
  content:"";
  width:2px;
  height:100%;
  background-color: #6CA1DD;
  position:absolute;
  top:0;
  right:0.5em;
}
.term_java::after{
  content:"■";
  font-size:0.5em;
  color: #6CA1DD;
  position:absolute;
  top:-1em;
  right:0.5em;
}
.term_php {
  color:#52B981;
  position: relative;
}
.term_php::before{
  content:"";
  width:2px;
  height:100%;
  background-color: #52B981;
  position:absolute;
  top:0;
  right:0.5em;
}
.term_php::after{
  content:"■";
  font-size:0.5em;
  color: #52B981;
  position:absolute;
  top:-1em;
  right:0.5em;
}

.term_clanguage {
  color:#52AFB0;
  position: relative;
}
.term_clanguage::before{
  content:"";
  width:2px;
  height:100%;
  background-color:#52AFB0;
  position:absolute;
  top:0;
  right:0.5em;
}
.term_clanguage::after{
  content:"■";
  font-size:0.5em;
  color: #52AFB0;
  position:absolute;
  top:-1em;
  right:0.5em;
}
/*一番下の期間閉じ■*/
.p-it2024__curriculum__table__Javapresen::before{
  content:"■";
  font-size:0.5em;
  color: #6CA1DD;
  position:absolute;
  top:90%;
  left:-1.5em;
}
.p-it2024__curriculum__table__PHPpresen::before{
  content:"■";
  font-size:0.5em;
  color: #52B981;
  position:absolute;
  top:94%;
  left:-1.5em;
}
.p-it2024__curriculum__table__Cpresen::before{
  content:"■";
  font-size:0.5em;
  color: #52AFB0;
  position:absolute;
  top:94%;
  left:-1.5em;
}


@media screen and (max-width: 768px) {
    .p-it2024__curriculum__table{
        font-size: 14px;
      }
      .p-it2024__curriculum__course{
        width:30%;
        font-weight:bold;
        color: #fff;
      }
      .p_space{
        width:3em;
        font-size: 14px;
        padding:0 1em;
      }
      .p-it2024__curriculum__table th{
        font-size: 16px;
      }      
      /*各コースの研修期間*/
      .note_small{
        font-size: 12px;
        }
      .term_java::before{
        right:0.5em;
      }
      .term_java::after{
        right:0.7em;
      }
      .term_php::before{
        right:0.5em;
      }
      .term_php::after{
        right:0.7em;
      }
      .term_clanguage::before{
        right:0.5em;
      }
      .term_clanguage::after{
        right:0.7em;
      }
      /*一番下の期間閉じ■*/
      .p-it2024__curriculum__table__Javapresen::before{
        left:-1.7em;
      }
      .p-it2024__curriculum__table__PHPpresen::before{
        left:-1.7em;
      }
      .p-it2024__curriculum__table__Cpresen::before{
        left:-1.7em;
      }
      .br_sp{
        display:none;
      }
  }

  @media screen and (max-width: 599px) {
    .table_pc{
        display:none;   
    }
    .table_sp{
        display: block;
    }
    .p-it2024__curriculum__course{
      width:calc(100%/3);
    }
    .p-it2024__curriculum__table th{
        font-size: 14px;
      }    
      /*各コースの研修期間*/
      .term_java::before{
        content:none;
      }
      .term_java::after{
        content:none;
      }
      .term_php::before{
        content:none;
      }
      .term_php::after{
        content:none;
      }
      .term_clanguage::before{
        content:none;
      }
      .term_clanguage::after{
        content:none;
      }
      /*一番下の期間閉じ■*/
      .p-it2024__curriculum__table__Javapresen::before{
        content:none;
      }
      .p-it2024__curriculum__table__PHPpresen::before{
        content:none;
      }
      .p-it2024__curriculum__table__Cpresen::before{
        content:none;
      }
  }

