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

.l_mainContents a:hover {
  opacity: 0.65;
}

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

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

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-bottom10 {
  margin-bottom: 10px;
}
.u-bottom15 {
  margin-bottom: 15px;
}
.u-bottom30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-bottom30 {
    margin-bottom: 15px;
  }
}
.u-bottom50 {
  margin-bottom: 50px;
}

.u-font16 {
  font-size: 16px;
}

.u-pleft20 {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .u-pleft20 {
    padding-left: 15px;
  }
}

.c-nav {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-nav {
    margin: 15px 0 30px;
    flex-wrap: wrap;
  }
}
.c-nav__item {
  border-right: 1px solid #333333;
}
@media screen and (max-width: 768px) {
  .c-nav__item {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-nav__item:first-child {
    margin-bottom: 10px;
  }
}
.c-nav__item:last-child {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .c-nav__item:nth-child(2n) {
    border-right: none;
  }
}
.c-nav__item__link {
  color: #333333;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  .c-nav__item__link {
    padding: 0;
    display: block;
    width: 100%;
  }
}

.c-title {
  font-weight: bold;
  color: #333333;
}
.c-title--main {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title--main {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
.c-title--main::before {
  content: "";
  width: 250px;
  height: 3px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-title--main::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #AE4444;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-title--sub {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title--sub {
    font-size: 16px;
  }
}
.c-title--sub::before {
  content: "■";
  color: rgba(174, 68, 68, 0.4980392157);
  margin-right: 0.25em;
}
.c-title__third {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title__third {
    font-size: 18px;
  }
}
.c-title__third--red {
  color: #AE4444;
}
.c-title__small {
  font-size: 18px;
  color: #333333;
  margin-left: 1em;
  font-weight: bold;
}
.c-title__small--red {
  color: #AE4444;
}

.l-fv {
  display: flex;
  border-bottom: 3px solid #194A72;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-fv {
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-fv-left {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .l-fv-right {
    padding-left: 70px;
  }
}
.l-fv-right__title {
 font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 666px;
}



@media screen and (max-width: 768px) {
  .l-fv-right__title {
    font-size: 16px;
    width: auto;
    margin-bottom: 5px;
    padding-left: 0px;
  }
}
.l-fv-right__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-fv-right__box {
    flex-wrap: wrap-reverse;
  }
}
.l-fv-right__box__left {
  position: relative;
}
.l-fv-right__box__left__comment {
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l-fv-right__box__left__comment {
    font-size: 14px;
    padding-left: 0px;
    margin-top: 8px;
  }
}
.l-fv-right__box__left__detail {
  position: absolute;
  left: 0;
  bottom: 35px;
  background-color: #F2F2F2;
  display: flex;
  width: 336px;
  padding: 14px 20px;
  flex-wrap: wrap;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .l-fv-right__box__left__detail {
    display: none;
  }
}
.l-fv-right__box__left__detail--left {
  border-right: 1px solid #707070;
  margin-right: 10px;
  padding-right: 10px;
}
.l-fv-right__box__left__detail--right {
  width: 240px;
}

.l-target {
  border: 10px solid #EEEEEE;
  padding: 10px 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-target {
    border: 5px solid #EEEEEE;
    padding: 10px;
    margin-bottom: 30px;
  }
}
.l-target__list {
  border-left: 1px solid #333333;
  margin-left: 20px;
  padding-left: 20px;
}
.l-target__list li {
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .l-target__list li {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-target__list li:last-child {
    margin-bottom: 0px;
  }
}

.l-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-bottom: 75px;
  }
}

.l-box {
  border: 1px solid #707070;
  padding: 18px 20px;
}
@media screen and (max-width: 768px) {
  .l-box {
    padding: 15px;
  }
}
.l-box__text {
  display: block;
  width: 511px;
}
@media screen and (max-width: 768px) {
  .l-box__text {
    width: 100%;
  }
}
.l-box--img {
  position: relative;
}
.l-box--webins {
  padding: 18px 0 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-box--webins {
    padding: 15px 0 0;
  }
}

.l-program__box {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-program__box {
    margin-bottom: 20px;
  }
}
.l-program__box:last-child .l-program__box__inner::after {
  display: none;
}
.l-program__box__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
  border-left: 3px solid #AE4444;
  border-bottom: 1px solid #333;
}
.l-program__box__inner::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  bottom: -10px;
  margin: 0 auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  background: #fff;
  transform: rotate(135deg);
  left: 39px;
}
.l-program__box__inner__ttl {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-program__box__inner__ttl {
    display: none;
  }
}
.l-program__box__inner__ttl__text {
  font-size: 32px;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  width: 96px;
  color: #CCCCCC;
  line-height: 1.2;
}
.l-program__box__inner__ttl__text span {
  display: block;
  font-size: 14px;
}
.l-program__box__inner__ttl__time {
  color: inherit;
  font-size: 15px;
  font-weight: normal;
}
.l-program__body {
  padding-left: 20px;
  border-left: 1px solid #333333;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-program__body {
    border-left: none;
  }
}
.l-program__body__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #AE4444;
  border-bottom: 1px solid #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-program__body__ttl {
    font-size: 16px;
  }
}
.l-program__body__curriculum {
  margin-bottom: 1em;
}
.l-program__body__curriculum:last-child {
  margin-bottom: 0px;
}
.l-program__body__curriculum__ttl {
  font-size: 16px;
  font-weight: bold;
}
.l-program__body__curriculum__ttl a {
  color: #333;
}
.l-program__body__curriculum__ttl::before {
  content: "■";
  color: rgba(174, 68, 68, 0.4980392157);
  margin-right: 0.25em;
}

.l-price {
  font-weight: bold;
  font-size: 24px;
}

.l-smart {
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-smart {
    display: block;
    padding: 0 15px;
  }
}
.l-smart__left {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .l-smart__left {
    margin-right: 0px;
  }
}
.l-smart__left a {
  display: block;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .l-smart__left a {
    margin: 0 auto 15px;
  }
}

.l-webins {
  text-align: center;
  padding: 15px 20px 18px;
  background: #EEEEEE;
}
@media screen and (max-width: 768px) {
  .l-webins {
    padding: 15px;
  }
}
.l-webins__button {
  font-size: 20px;
  font-weight: bold;
  background: #E6002D;
  color: #fff;
  border-radius: 100vh;
  line-height: 1.9em;
  padding: 3px 40px;
  margin: 10px 0;
}
.l-webins__button::after {
  content: url(../img/middle/it_passport/icon_login.svg);
  width: 1em;
  display: inline-block;
  height: 1.9em;
  transform: translateY(3px);
  margin-left: 9px;
}

.l-apply {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-apply {
    display: block;
  }
}
.l-apply__content {
  margin: 0 0 50px 20px;
  border-left: 1px solid #333;
  padding: 40px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l-apply__content {
    padding: 20px 0 0 10px;
  }
}
.l-apply__content__item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding: 26px 0;
}
@media screen and (max-width: 768px) {
  .l-apply__content__item li {
    padding: 15px 0;
    display: block;
  }
}
.l-apply__content__item li:last-child {
  border-bottom: none;
  padding: 26px 0 0 0;
}
.l-apply__content__item li p {
  font-size: 16px;
  font-weight: bold;
}
.l-apply__content__item li a {
  font-size: 20px;
  font-weight: bold;
  background: #AE4444;
  color: #fff;
  border-radius: 100vh;
  line-height: 40px;
  padding: 0px 50px;
  box-shadow: 2px 3px 0px rgba(0, 0, 0, 0.1607843137);
}

#qa dl {
  margin-bottom: 10px;
}
#qa dl dt {
  background: #E8E8E8;
  padding-left: 20px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
#qa dl dt::before {
  content: "Ｑ.";
  color: #AE4444;
}
#qa dl dd {
  padding: 15px 20px 20px;
}
#qa .c-title__third {
  margin-bottom: 0;
}
#qa .u-font16 {
  margin-bottom: 10px;
}
#qa li {
  line-height: 2.5;
}
#qa ul .c-title__small {
  margin-left: 0;
}

/*プログラム概要・ＤＸ推進担当者 基礎コースのポイント*/
.p-step {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .p-step {
    display: block;
    margin: 20px 0;
  }
}
.p-step__item {
  background-color: #EEEEEE;
  text-align: center;
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-step__item {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-step__item:last-child {
    margin-bottom: 0px;
  }
}
.p-step__item:last-child::after {
  content: "";
  display: none;
}
.p-step__item::after {
  content: "";
  width: 30px;
  border-bottom: 2px dotted #333333;
  position: absolute;
  right: -30px;
  bottom: 50%;
}
@media screen and (max-width: 768px) {
  .p-step__item::after {
    transform: rotate(90deg);
    bottom: -15px;
    right: 47%;
  }
}
.p-step__num {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-step__num {
    margin-bottom: 0px;
  }
}
.p-step__img {
  position: absolute;
  right: 0;
  bottom: 12px;
}
@media screen and (max-width: 768px) {
  .p-step__img {
    display: none;
  }
}

.p-point {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-point {
    display: block;
  }
}
.p-point__item {
  width: 350px;
  padding: 20px 0 0 20px;
  position: relative;
}
.p-point__item::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F2F2F2;
  z-index: -1;
}
.p-point__item__img {
  text-align: right;
  margin-top: 10px;
}
.p-point__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.p-point__img {
  position: absolute;
  bottom: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .p-point__img {
    display: none;
  }
.l-fv-right__logo{
    display: none;
  }
}/*# sourceMappingURL=course_common.css.map */


/* 231229 追記CSS */
.l-fv-right__logo{
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
}

/*240304追記_はじめての情シスページ用*/
.isdept{
   display:none;
}
@media screen and (max-width: 768px) {
   .isdept{
        display:block;
        background-color:#EEEEEE;
        padding:5px;
        margin-bottom:10px;
        color:#666666;
   }
}