@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');
/*----------------------------
  共通
-----------------------------*/
html {
  /* 下２つの数字は環境似合わせて変えてね */
  /* 95px：変数が取得できなかった場合の初期値 */
  /* 20px：スクロール時の上部のゆとり */
  scroll-padding-top: calc((var(--headerHeight, 280px)) + 20px);
}
body {
  padding-top: 0; /* ヘッダーの高さを入力 */
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  &:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}
a:hover, a:active, a:focus {
  color: #999;
  text-decoration: none;
  outline: none;
}
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.h5 {
  line-height: 1.8rem;
}
.border-w3 {
  border-left-width: 3px !important;
  border-left-color: #262626 !important;
}
.title_h2 span {
  font-size: 18px;
  display: block;
  margin-bottom: 7px;
}
.col_red {
  color: #f00;
}
.col_gray {
  color: #999;
}
.bg_green {
  background-color: #77c94e;
}
.bg_orange {
  background-color: #f5e6db;
}
.bg_sky {
  background-color: #bbdae9;
}
.brand-color {
  color: #21386E !important;
}
.bg-brand-color {
  background-color: #21386E !important;
}
.bg_blue {
  background-color: #21A0DB;
}
.bg_blue2 {
  background-color: #3E5A99;
}
.bg_yel {
  background-color: #FCFBDC;
}
.bg_red {
  background-color: #FF0000;
}
.font-s {
  font-size: 75%;
}
/*.maruku {
  border-radius: 10px;
}*/
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.pa5 {
  padding: 5%;
}
.pa10 {
  padding: 10%;
}
.mat5 {
  margin-top: 5%;
}
.mat2 {
  margin-top: 2%;
}
.wsn {
  white-space: nowrap;
}
.inner {
  width: 1200px;
  margin: 3% auto;
}
/*.dn a{
	text-decoration:none !important;
	}*/
.flex {
  display: flex;
  width: 100%;
}
.dl-flex,
.dl-flex2{
  display: flex;
}
.flex-container {
  display: flex;
  gap: 10px 30px;
}
.flex-item {
  flex: 1;
  justify-content: center;
}

.toptitle {
  font-size: clamp(18px, 3.0vw, 32px);
  padding: 1% 0 0.5% 0.5%;
  font-family: 'Tangerine', serif;
  color: #333 !important;
  & a {
    color: #333;
    text-decoration: none;
    &:hover {
      text-decoration: none;
      color: #333;
      opacity: 0.8;
    }
  }
}
@media screen and (max-width: 980px) {
  
}

/*----------------------------
  SP NAV
-----------------------------*/
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}
.nav-underline .nav-link:hover {
  color: #007bff;
}
.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

/*----------------------------
  header
-----------------------------*/
.gloval-nav {
  height: 10%;
}
.navbar-white a {
  color: #fff;
}
#header {
  background-color: #fff;
}
header p {
  margin-bottom: 0;
}
header .logo {
  margin: 15px;
}
#topimg {
  background: url(img/bg-top.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  margin-top: 130px;
  padding: 150px;
  font-weight: bold;
  text-shadow: 0 0 7px rgba(0, 0, 0, 1);
  font-size: 28px;
}
.mini_font {
  font-size: 0.7em;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  #topimg {
    margin-top: 80px;
    padding: 100px 50px;
  }
}
@media screen and (max-width: 430px) {
  #topimg {
    margin-top: 60px;
    padding: 50px;
  }
}

/*----------------------------
  footer
-----------------------------*/
#footer {
  clear: both;
}
.footer-logo {
  width: 40%;
  margin-top: 15px;
}


/*テーブル*/
.table1, .table2 {
  margin: 2% 0 1%;
}
.table3 {
  text-align: center;
  margin: 2% 0 1%;
}
.table1 th, td, .table2 th, td {
  border: 1px solid #ccc !important;
}
.table1 th, .table3 th {
  background: #F1F1F1;
  line-height: 125%;
  padding: 5px;
  text-align: center;
}
.table2 th {
  background: none;
  line-height: 125%;
  padding: 5px;
  text-align: center;
}

/* ---DX経営  #sec2 ------------------------------------------ */
.siten {
  padding: 2%;
}
.siten li:first-child {
  font-size: 120%;
  font-weight: 700;
}

/* ---加速  #sec3 ------------------------------------------ */
/*#sec3 .zushiki {
	display:flex;
}

#sec3 .zushiki>p {
	margin:0 auto;
	margin-right:40px;
	width:100%;
	max-width:590px;
	min-width:400px;
	line-height:1.1;
	text-align:center;
}

#sec3 p img {
	width:100%;
	height:auto;
}

#sec3 ol li {
	list-style:disc;
	margin-bottom:10px;
}

#sec3 .fas {
	font-size:40px;
}

#sec3 h4 {
	background-color:#FEEEED;
	padding:15px;
}

@media screen and (max-width: 768px) {
#sec3 .zushiki {
	display:block;
}
#sec3 .zushiki>p {
	margin:0 auto 50px auto;
	text-align:center;
}
}
@media screen and (max-width: 480px) {
#sec3 .zushiki>p {
	max-width:100%;
	min-width:100%;
}
}
*/

/* ---実施  #sec4 ------------------------------------------ */
/*#sec4 .bdr {
	border-bottom:solid 1px #333;
	padding-bottom:5px;
	margin-top:35px;
}

#sec4 .glf {
	display:flex;
	margin-top:15px;
	align-items:center;
}

#sec4 .bg_yel {
	padding:15px 25px;
}

#sec4 .bg_yel p {
	margin-bottom:0;
}

#sec4 .glf div p {
	text-align:center;
}

#sec4 .glf img {
	width:100%;
	height:auto;
	max-width:478px;;
}

#sec4 dl,
#sec4 table {
	margin-left:30px;
}

#sec4 dl dt {
	margin-top:50px;
	margin-bottom:7px;
}

#sec4 dl .exe {
	background-color:#f1f1f1;
	padding:2px 5px;
}

#sec4 dl ol li {
	list-style:disc;
}

#sec4 table {
	margin-top:50px;
}

#sec4 table tr th,
#sec4 table tr td {
	padding:7px;
	border:solid 1px #ccc;
	font-weight:normal;
}

#sec4 table tr th {
	text-align:center;
	background-color:#efefef;
	padding:7px 15px;

}

@media screen and (max-width: 768px) {
#sec4 .glf {
	display:block;
}
#sec4 dl,
#sec4 table {
	margin-left:0;
}

}
*/

/* ---一覧  #sec5 ------------------------------------------ */
.tbl1 {
  width: 100%;
}
.tbl2 {
  width: 50%;
}
#sec5 .tbl1 th,
#sec5 .tbl2 th {
  border: solid 1px #fff;
  text-align: center;
  font-weight: normal;
  color: #fff;
  background-color: #77B8DA;
}

#sec5 .tbl1 td a,
#sec5 .tbl2 td a{
  color: #333;
  text-decoration: underline;
}
.tbl1 th, td, .tbl2 th, td {
	border: 1px solid #ccc;
	padding: 5px;
}

#sec5 .tbl1 .mon {
  width: 1.5em;
}
#sec5 .ya {
  color: #21386e;
  font-size: 40px;
}

.vab {
  vertical-align: bottom;
}
.tb11-hram {
  list-style: none;
  background-color: #f5e6db;
  border-radius: 10px;
  padding: 50% 9%;
  margin: 0px 3px 0px;
}
.tb11-udemy {
  list-style: none;
  background-color: #f5e6db;
  border-radius: 10px;
  padding: 13% 15% 10%;
  margin: 60px 3px 0px;
}
.tb11-factory {
  list-style: none;
  background-color: #bbdae9;
  border-radius: 10px;
  padding: 6% 5% 6%;
  margin: 3px;
}
.tb11-cyber {
  list-style: none;
  background-color: #f5e6db;
  border-radius: 10px;
  padding: 2% 4% 2%;
  margin: -45px 3px -10px;
}
@media screen and (max-width: 768px) {
  #sec5 .tbl2 {
    width: 100%;
  }
}



/* ---詳細  #sec6------------------------------------------ */
hr {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(0, 0, 0, .2);
}
#sec6 .left_title {
  margin-right: 35px;
  margin-bottom: 10px;
  width: 23%;
}
#sec6 .right_title {
  width: 73%;
}
#sec6 .day, #sec6 .data {
  text-align: center;
}
#sec6 .day {
  font-size: 15px;
  padding: 5% 3%;
  color: #fff;
  margin-bottom: 5%;
  & a {
    text-decoration: none;
    color: #FFF;
    &:hover {
      color: #ccc;
    }
  }
}
#sec6 .day span {
  display: block;
}
#sec6 .data {
  padding: 2px 5px;
  width: 7em;
  background: #fff;
  color: #21386E;
  border: 1px solid #21386E;
  margin-bottom: 0;
}

#sec6 h3 {
  margin-bottom: 15px;
}
#sec6 p {
  margin-bottom: 0;
}

/*↓↓↓一つ目のflex dl 用↓↓↓*/
.mbn {
  margin-bottom: 0 !important;
}
.mbn dt {
  padding: 3px 8px !important;
}
/*↑↑↑一つ目のflex dl 用↑↑↑*/

#sec6 .dl-flex dt,
#sec6 .dl-flex2 dt{
  background-color: #ccc;
  width: auto;
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 5px;
  padding: 3px 8px !important;
  font-weight: normal;
}
#sec6 .dl-flex2 dt{
	height: 30px;
}
#sec6 .dl-flex dd {
  margin-right: 35px;
  margin-bottom: 5px;
}

.link-kochira {
	margin-top: 2%!important;
	display: flex;
	gap: 10px 20px;
	& li{
  font-weight: normal;
  padding: 0.5% 2%;
  border-radius: 12px;
  text-align: center;
& a {
			color: #fff;
			text-decoration: none;
  &:hover {
	  opacity: 0.5;
  }
		}
}
}

.fas {
  margin-left: 0.5em;
  font-size: 12px;
}

.jissigaiyou {
  margin-top: 2%;
  padding: 2% 0 1% 0;
}
.jissigaiyou li {
  padding-left: 0em;
  text-indent: 1em;
}

/*主催、共催を横並び*/
#sec6 .by {
  background-color: #f1f1f1;
  padding: 15px;
  font-size: 0.9em;
  margin-bottom: 15px;
  margin-top: 1em;
}
#sec6 .by h4 {
  font-size: 16px;
}
#sec6 .by ol {
  padding: 0;
}
#sec6 .by ol li {
  list-style: none;
}
#sec6 .by ol li a {
  text-decoration: underline;
  color: #333;
}
#sec6 .by ol li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  font-size: 12px;
  margin-right: 0.5em;
  font-weight: 900;
}


/*()数字*/
.kakkono li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.kakkono li:before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em; /* サイトに合せて調整 */
  width: 3em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

.tbl3 {
  width: 100%;
}
.tbl3 th, td {
    border: 1px solid #ccc;
    padding: 5px;
}
.tbl3 th{
background: #F1F1F1;
  line-height: 125%;
  padding: 5px;
text-align: center;
}


/* ---umedy------------------------------------------ */
#umedy{
	margin:5% 0;
	}
.course1{
border: #1161b3 solid 1px;
  border-radius: 15px;
  padding: 206% 5% 225% !important;
}
.course3 li{
border: #bda98c solid 0.5px;
  border-radius: 15px;
  padding: 0.1% 1%;
  margin: 1% 0.5%;
  display: flex;
  line-height: 1.5;
}
.w-20{width: 20em;}

.course-kochira{
background: #4b5472;
  color: #FFF;
  padding: 1px 5px;
  font-size: 80%;
  border-radius: 7px;
	& a{
color: #FFF;
		&:hover{
 opacity: 0.5;
  text-decoration: none;
		}
	}
}
.course-kochira::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  padding-left: 4px;
  color: #FFF;
  font-weight: 700;
}
.new {
  color: #FFF;
  background: #F00;
font-size: 70%;
margin-top: 1%;
height: fit-content;
}
.update {
  color: #FFF;
  background: #F90;
font-size: 70%;
margin-top: 1%;
  height: fit-content;
}

@media screen and (max-width: 1100px) {
  /*#sec6 dl dd {
    width: 100%;
  }*/
}
@media screen and (max-width: 768px) {
 
  #sec6 .day {
    text-align: center;
    padding-left: 10px;
    width: 100%;
  }
  #sec6 .day span {
    display: inline-block;
  }
}


/* ---カリキュラムマップ  #sec7 ------------------------------------------ */
/*#sec7 .pdf_area {
	display:flex;
}

#sec7 .imgl {
	width:100%;
	margin-right:30px;
}

#sec7 .imgl img {
	width:100%;
	height:auto;
}

#sec7 ol {
	padding:0;
}

#sec7 ol li {
    list-style: none;
    margin-left: 1.5em;
	margin-bottom:10px;
}
#sec7 ol li a {
	color:#333;
	text-decoration:underline;
}

#sec7 ol li .fa-file-pdf {
    color: #c00 !important;
	padding-right:0.5em;
}

#sec7 ol li p {
	margin-bottom:0;
}

#sec7 ol li p .fa-file-pdf {
	margin-left:1em;
}
*/
@media screen and (max-width: 768px) {
  /*#sec7 .pdf_area {
	display:block;
}
#sec7 .imgl {
	width:100%;
	margin-right:0;
	text-align:center;
}*/
}
@media screen and (max-width: 480px) {
  /*#sec7 ol li {
    margin-left: 0;
}*/
}
/*過去　アーカイブ*/
.backno {
  border-bottom: solid 1px #333;
  margin-bottom: 3%;
  padding-bottom: 50px;
}
.heading10 {
  position: relative;
  font-size: 26px;
  background: rgb(220 225 229);
  text-align: center;
  padding: 2%;
}
.heading10 span {
  position: relative;
  z-index: 2;
}
/*
=====================================
page-top
=====================================
*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 25px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #00929e;
  text-decoration: none;
  color: #fff;
  width: 50px;
  text-align: center;
  display: block;
  border-radius: 50px;
  transition: all .3s ease;
  line-height: 50px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
/* ==============================================*/
/* タブレット, 992px未満
==============================================*/
@media screen and (max-width: 991.98px) {
  #glovalNavbar ul li {
    border-left: none;
  }
  #glovalNavbar ul li:last-child {
    border-right: none;
  }
  .footer-nav ul li {
    border-left: none;
  }
  .footer-nav ul li:last-child {
    border-right: none;
  }
  /* ====== SP NAV ====== */
  .offcanvas-collapse {
    position: fixed;
    z-index: 9999;
    top: 0;
    /* ナビバーの高さ */
    bottom: 60%;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .3s;
    transition-property: left, visibility;
  }
  .offcanvas-collapse.open {
    left: 0;
    visibility: visible;
  }
}
/* 横向きモバイル, 768px未満
==============================================*/
@media screen and (max-width: 767.98px) {
  .logo {
    width: 80%;
  }
  .display-3 {
    font-size: 3rem;
  }
  .footer-logo {
    width: 80%;
  }
  .navbar-nav .border-left {
    border-left: none !important;
  }
  .navbar-nav .border-right {
    border-right: none !important;
  }
}
/* 縦向きモバイル, 576px未満
==============================================*/
@media screen and (max-width: 575.98px) {}
/* ============================================== 2022/04/29追加*/
@media screen and (min-width: 959px) {
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 959px) {
/* スマホスクロール*/
  .sc-table {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 559px) {
  .flex {
    display: block;
  }
  .flex-container {
    display: block;
  }
  .br-sp {
    display: block;
    line-height: 0.5em;
  }
  #sec6 .left_title {
    width: 98%;
  }
  #sec6 .right_title {
    width: 98%;
  }
  body {
    padding-top: 20px; /* ヘッダーの高さを入力 */
  }
}
/* ============================================== 2025/05/14追加*/
@media screen and (max-width: 992px) {
  .inner {
    width: 98% !important;
    box-sizing: border-box !important;
    padding: 0 15px !important;
  }
  img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
  }
  .dl-flex,
.dl-flex2{
    display: block;
  }
.link-kochira{
	display: block;
	margin-top: 7%!important;
	gap: 0;
	& li{
		margin-top: 3%
	}
	}
}