@charset "utf-8";

html {
    font-size: 14px; /* ルート要素のフォントサイズを1rem=14pxと定義 */
}
body{
    padding-top: 3.5rem;
} 

/* タップで電話をかけるのを解除「中間のデバイス (タブレット, 768px とそれ以上)」*/
@media (min-width: 768px) {
    a[href*="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}



/*navbarlogo*/
.brand-tsuchiura {
    background: url(../images/ibarakiken.png) no-repeat left center;
    background-size: 25px 25px;
    /*縦横比を保持して、表示領域に収まるように背景画像を表示する*/
    padding-left: 28px;
    letter-spacing: 0.1rem;
	font-size: 1.2rem;
    color: #000;
}

/*ページの上へ*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: .8rem;
}
#pagetop a {
    background: #999;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    filter:alpha(opacity=80);/*透過IE*/
    -moz-opacity: 0.8;/*透過Firefox*/
    opacity: 0.8;/*透過Safari*/
}
#pagetop a:hover {
    background: #666;
    filter:alpha(opacity=100);/*透過IE*/
    -moz-opacity: 1;/*透過Firefox*/
    opacity: 1;/*透過Safari*/
}

/*トップページのjumbotronの背景 */
.jumbotron.jumbotron-index {
    background: url(../images/tsuchiura.jpg) no-repeat center bottom;
    background-size: cover;
}
.jumbotron-index .card {
    background: rgba(255, 255, 255, .7);
}

/*グーグルマップのレスポンシブル*/
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*見出し*/
.contents h1 {
    margin: .5rem 0 .5rem 0;
    padding: .25rem 0 .25rem .75rem;
    border-left: 8px solid #083583;
    border-bottom: 1px solid #083583;
    font-size: 1.4rem;
}
.contents h2 {
    position: relative;
    margin-top: 1.5rem;
    padding: .25rem 0 .25rem 2.2rem;
    border-bottom: 1px solid #083583;
    font-size: 1.2rem;
}
.contents h2::before,
.contents h2::after {
    position: absolute;
    content: '';
    border-radius: 100%
}
.contents h2::before {
    top: .2rem;
    left: .2rem;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(8, 53, 131, .8);
}
.contents h2::after {
    top: .7rem;
    left: .7rem;
    width: 13px;
    height: 13px;
    background: rgba(210, 210, 210, .8);
}
.contents h3 {
    margin-left: .25rem;
    padding: 0 .5rem .5rem 0.5rem;
    border-bottom: 1px solid #ccc;
    letter-spacing: .1rem;
    font-size: 1rem;
}

/*table.side-head*/
.contents table.side-head {
    border-collapse: separate;
    border-spacing: 5px;
}
.contents table.side-head th {
    background-color: #c3e6cb;
    text-align: center;
    /* padding: 1rem 2rem; */
}
.contents table.side-head td {
    padding: 1rem 0 1rem 1.5rem;
}

/*table.timetable*/
.contents table.timetable{
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: center;
    width: 100%;
}
.contents table.timetable th,td {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.contents table.timetable.t-gear thead th {
    background: rgba(0, 164, 141, 1);
    color: #fff;
}
.contents table.timetable.t-gear tbody th {
    background: rgba(0, 164, 141, .5);
}
.contents table.timetable.t-gear tbody td {
    border-right: rgba(0, 164, 141, .5) solid;
    border-bottom: rgba(0, 164, 141, .5) solid;
}

.contents table.timetable.t-car thead th {
    background: rgba(0, 125, 146, 1);
    color: #fff;
}
.contents table.timetable.t-car tbody th {
    background: rgba(0, 125, 146, .5);
}
.contents table.timetable.t-car tbody td {
    border-right: rgba(0, 125, 146, .5) solid;
    border-bottom: rgba(0, 125, 146, .5) solid;
}

.contents table.timetable.t-com thead th {
    background: rgba(237, 109, 61, 1);
    color: #fff;
}
.contents table.timetable.t-com tbody th {
    background: rgba(237, 109, 61, .5);
}
.contents table.timetable.t-com tbody td {
    border-right: rgba(237, 109, 61, .5) solid;
    border-bottom: rgba(237, 109, 61, .5) solid;
}

.contents table.timetable.t-it thead th {
    background: rgba(233, 78, 102, 1);
    color: #fff;
}
.contents table.timetable.t-it tbody th {
    background: rgba(233, 78, 102, .5);
}
.contents table.timetable.t-it tbody td {
    border-right: rgba(233, 78, 102, .5) solid;
    border-bottom: rgba(233, 78, 102, .5) solid;
}



/* スペーサー */
.px-60 {
padding-left: 60px !important;
padding-right: 60px !important;
}
.px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.px-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
}
.pt-100 {
padding-top: 100px !important;
}


/* テーブル幅 */
.t-w1{
	width: 1em;
}
.t-w2{
	width: 2em;
}
.t-w3{
	width: 3em;
}
.t-w4{
	width: 4em;
}


/* 背景色（ベース・メイン・アクセント） */
.t-bg-base {
    background-color: silver;
}

.t-bg-main,
.t-bg-tsuchiura {
    background-color: #083583;
}

.t-bg-accent {
    background-color: #f0f;
}


/* ボックス最大サイズ */
.t-mx-500{
    max-width: 500px;
}

/* 左ライン（メイン色） */
.t-lc-main {
	padding-left: 7px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #083583;
}

/***********  videoの設定   */	
.t-video {
	width:100%;
	max-width:480px;
	height:auto;
}


/*ダウンロード*/  
ul.download {
	list-style-type: none;
	/* line-height:32px; */
	padding-left: 10px;
}
.download > li {
	margin: 3px 0 3px 0;
    padding-left: 40px;
}
.download > li.lixls {  
	background: url(ico/sxls.png) left center no-repeat;
}
.download > li.lidoc {
	background: url(ico/sdoc.png) left center no-repeat;
}
.download > li.lipdf {
	background: url(ico/spdf.png) left center no-repeat;
}


/* タイル化した写真・ボックス　レスポンシブル　Grid Fallback */
.grid {
    /* Grid Fallback */
    display: flex;
    flex-wrap: wrap;
    
    /* Supports Grid */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: minmax(auto, auto);
    grid-gap: 1em;
}
.module {
    /* Demo-Specific Styles */
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    
    /* Flex Fallback */
    margin-left: .5rem;
    margin-right: .5rem;
    flex: 1 1 200px;
}
.module-img {
    /* Demo-Specific Styles */
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    
    /* Flex Fallback */
    margin-left: 5px;
    margin-right: 5px;
    flex: 1 1 200px;
  }
  /* If Grid is supported, remove the margin we set for the fallback */
@supports (display: grid) {
    .module {
      margin: 0;
    }
    .module-img {
        margin: 0;
      }
  }


/*ステップフロー*/
ul.stepflow {
	border: none;
	margin: 1rem .5rem;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1.5rem 1.8rem;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
}
.stepflow_label {
	padding: 0 0 .5rem 0;
	margin-bottom:8px;
	color: #999999;
	font-size: 1.2rem;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:15px;
}
.stepflow_content {
	line-height: 1.5;
	margin-top: .5rem;
}
.stepflow_footer {
	padding: 0 0 1.5rem;
	border-bottom: dashed 1px #cccccc;
}
.stepflow_content ul li{
    list-style-type: disc;
}

  /*youtubeをレスポンシブ化*/  
.t-youtube{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;	
}
.t-youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none; /*境界線の打ち消し*/
}


  /*背景色*/  
.t-bg-gear10{
    background-color: rgba(0, 164, 141, 1);
}
.t-bg-gear5{
    background-color: rgba(0, 164, 141, .3);
}
.t-bg-car10{
    background-color:rgba(0, 125, 146, 1);;
}
.t-bg-car5{
    background-color:rgba(0, 125, 146, .3);
}
.t-bg-com10{
    background-color: rgba(237, 109, 61, 1);
}
.t-bg-com5{
    background-color: rgba(237, 109, 61, .3);
}
.t-bg-it10{
    background-color: rgba(233, 78, 102, 1);
}
.t-bg-it5{
    background-color: rgba(233, 78, 102, .3);
}
.t-bg-on{
    background-color: #d1ecf1;
}

/*文字色*/
.t-gear10{
    color: rgba(0, 164, 141, 1);
}
.t-gear5{
    color: rgba(0, 164, 141, .3);
}
.t-car10{
    color:rgba(0, 125, 146, 1);;
}
.t-car5{
    color:rgba(0, 125, 146, .3);;
}
.t-com10{
    color: rgba(237, 109, 61, 1);
}
.t-com5{
    color: rgba(237, 109, 61, .3);
}
.t-it10{
    color: rgba(233, 78, 102, 1);
}
.t-it5{
    color: rgba(233, 78, 102, .3);
}
.t-text-main{
    color: #083583;
}  
.t-text-important {
    /* 重要事項 */
    color: #f0f;
}
.t-text-specialty {
    /* 専門コース */
    color: #00f;
}
.t-text-change {
    /* 離職者等コース */
    color: #609;
}
.t-text-training {
    /* スキルアップセミナー */
    color: #f90;
}
.t-text-blog {
    /* ブログ */
    color: #080;
}
.t-text-youtube {
    /* YouTube */
    color: #f00;
}


/* インスタグラム */
.t-insta-btn{
  color: #FFF;/*文字・アイコン色*/
  position: relative;
  display: inline-block;
  text-align: center;/*中身を中央寄せ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/	
}
.t-insta_btn:before{/*グラデーション*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

/* TikTok */
.t-tiktok{
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: -2px -2px 0px #25f4ee, 2px 1px 0px #fe2c55;
}
  