@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
	font-size: 62.5%;
}

body {
	font-size:16px;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #ffffff;
	color: #4c4948;
	text-align: center;
}

html>/**/body { /*for IE8*/
	font-size/*\**/:small\9;
}

html>/**/body table { /*for IE8*/
	font-size/*\**/:small\9;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul, li {
    list-style:none;
}

table {
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th {
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both {
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

img {
	max-width:100%;
	height: auto;
	vertical-align: top;
}

table {
	width:100%;
	*font-size:small; /* for IE6 & IE7 */
	*font:x-small; /* for old IE */
}

span {
	font-weight: inherit;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

a img:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

h2 {
	color: #505050;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

.txt_stk {
	text-decoration:line-through;
}

.txt_lar {
	font-size: 120%;
	font-weight: inherit;
}
.txt_sml {
	font-size: 80%;
	font-weight: inherit;
}

.list_cir li {
	position: relative;
	padding-left: 1.2em;
}
.list_cir li:before{
    position: absolute;
	display:inline-block;
	content: "";
	width: 0.4em;
	height: 0.4em;
	border: 4px solid ＃e97a59;
	border-radius: 50%;
	top: 0.4em;
	left: 0;
	
}

ol.list_num {
    counter-reset:number;
    list-style-type: none!important;
}

ol.list_num li {
    position: relative;
    line-height: 1.5;
    padding: 0.5em 1em 0.5em 2.3em;
    text-align: left;
    font-size: 2.2rem;
	font-weight: 500;
}

ol.list_num li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    border: 2px solid #4c4948;
    font-size: 2.6rem;	
    width: 1.3em;
    height: 1.3em;
    line-height: 1.2em;
    text-align: center;    
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
	top: 52%;
    left: 0;
}

ol.list_num li span {
	color: #c40e18;
	font-weight: 500;
}
.pcbr {
	display: inline-block;
}

.btnarea {
	text-align: center;
}

.btnarea a {
	display : block;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	background: #395966;
	width: 300px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	position: relative;
}

.btnarea a:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
	margin: auto;
    top: 0;
	bottom: 0;
    right: 1.4em;
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 40px;
}
.pagetop a {
	position: relative;
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #e97a59;
    border-radius: 50%;
    line-height: 50px;	
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.pagetop a:hover{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.pagetop a::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 20px;
	left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.btnarea a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	text-decoration: none;
}

.close span {
	display : block;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	color: #999999;
	text-align: center;
	font-weight: bold;
	background: #FFFFFF;
	width: 320px;
	height: 48px;
	line-height: 40px;
	border: 3px solid #dedede;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	box-sizing: border-box;
}

.shadow {
	position: relative;
}
.shadow:before,.shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 8px;
  width: 50%;
  top: 80%;
  max-width:140px;
  background: #d0cecb;
  -webkit-box-shadow: 0 15px 10px #827f7e;
  -moz-box-shadow: 0 15px 10px #827f7e;
  box-shadow: 0 15px 10px #827f7e;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.shadow:after {
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
  right: 8px;
  left: auto;
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 4%;
}

.spbr {
    display: none;
}

/* Header */
header {
    background: #ffffff;
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 40px;
	text-align: left;
	height: 74px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 9999;
		box-shadow:0px 2px 12px -5px #ababab;
}
header .logo a {
	display: block;
	width: 138px;
}
header nav ul {
	display: flex;
	align-items: center;
}
header nav ul li {
	margin-right: 0.6em;
}
header nav ul li a {
	display: inline-block;
	font-size: 1.6rem;
	text-decoration: none;
	position: relative;
	color: #ffffff;
	background: #e97a59;
	padding: 0.3em 1.5em 0.3em 1em;	
	border-radius: 4px;
}
header nav ul li a:before {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
	bottom: 0;
    right: 0.8em;
    width: 5px;
    height: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header nav ul li a:hover {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration: none;
}

/* Contents */
#contwrap section {
	padding: 60px 4%;
}

#mainarea {
	background: #fef8f4;
	padding-top: 74px;
}
#mainarea h1 {
	margin: 0 auto;
	width: 100%;
	max-width: 1180px;
	
}
#mainarea h1 img {
	width: 100%;
}
#mainarea h2 {
	background: rgba(215,100,0,0.6);
    color: #fff;
    font-size: 2.6rem;
    display: inline-block;
    padding: 0.3em 1em;
    margin-bottom: 200px;
	margin: 20px auto 360px;
}
#mainarea p.lbl {
    position: absolute;
    top: 130px;
    left: calc(4% + 10px);
}


#contwrap section#seminar {
	/*padding-top: 50px;*/
	background: #fef8f4;
}

#seminar .inner {
	background: none;
	padding: 0 4%;
	position: relative;
}
#seminar .intro {
	max-width: 940px;
	margin: 0 auto 4em;
	text-align: left;
}
#seminar .intro p {
	font-size: 110%;
	font-weight: 500;
}
#seminar .reco {
	border: 4px solid #8ec2fe;
	border-radius: 1.5em;
	max-width: 740px;
	margin: 2em auto 0;
}
#seminar .reco h3 {
	background: #8ec2fe;
	border-radius: 1em 1em 0 0;
	padding: 0.2em 0 0.3em;
	color: #fff;
	font-weight: 600;	
}
#seminar .reco ul {
	padding: 1em;
}
#seminar .reco li {
	display: inline-block;
	width: 45%;
	text-align: left;
}


#seminar .inner .semi {
	border-top: 1px solid #e4d6cd;	
	max-width: 960px;
	margin: 3em auto 0;
}
#seminar .inner .semi:last-of-type {
	border-bottom: 1px solid #e4d6cd;
	padding-bottom: 3em;
	margin-bottom: 1em;
}
#seminar .inner .item {	
	padding: 2em 1em;	
}
#seminar .inner .item .txtarea {
	text-align: left;
}
#seminar .inner .item .txtarea .lbl {
	display: inline-block;
	background: #fff;
	color: #e97a59;
	padding: 0 0.5em;
	border-radius: 4px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	margin-bottom: 0.5em;
	border: 1px solid #e97a59;
}
#seminar .inner .item .txtarea .datainfo {
	margin-bottom: 1em;
}
#seminar .inner .item .txtarea .datainfo .date {
	letter-spacing: 0.05em;
	margin-right: 1em;
	font-size: 2.2rem;
	font-weight: 600;
}
#seminar .inner .item .txtarea .datainfo .date .midashi {
	display: inline-block;
	color: #ffffff;
	background: #e97a59;
	text-align: center;
	line-height: 1;
	padding: 0.3em 0.5em 0.4em;
	margin-right: 0.6em;
	font-size: 75%;
	font-weight: 600;	
}
#seminar .inner .item .txtarea .datainfo ul {
	margin-right: 1em;
}
#seminar .inner .item .txtarea .datainfo ul li {
	display: inline-block;
	color: #ffffff;
	background: #e45079;
	text-align: center;
	line-height: 1;
	padding: 0.3em 0.5em 0.4em;
	margin-right: 0.2em;
	font-size: 1.3rem;
	font-weight: 600;
}

#seminar .inner .item .txtarea .datainfo ul li.iot {
	background: #e45079;
}
#seminar .inner .item .txtarea .datainfo ul li.web {
	background: #b7c847;
}
#seminar .inner .item .txtarea .datainfo ul li.pgm {
	background: #389ff6;
}
#seminar .inner .item .txtarea .datainfo ul li.movie {
	background: #bf74d5;
}
#seminar .inner .item .txtarea .datainfo ul li.python {
	background: #1bc59b;
}
#seminar .inner .item .txtarea .datainfo ul li.consult {
	background: #f6a838;
	letter-spacing: -0.1em;
	padding: 0.3em 0.3em 0.4em;
}

#seminar .inner .item .txtarea .datainfo .teacher {
	font-weight: 500;
}
#seminar .inner .item .txtarea .datainfo .teacher span {
	font-size: 2.0rem;
	font-weight: 500;
	margin-right: 0.6em;
}
#seminar .inner .item .txtarea h3 {
	color: #e97a59;
	font-weight: 500;
	font-size: 2.8rem;
	line-height: 1.4;
	margin-bottom: 0.5em;
}
#seminar .inner .item .txtarea .prof {
	background: #ffffff;
	border-radius: 2.8em 0 2.8em 0;
	padding: 1.5em;
	margin-top: 1.5em;
	box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.1);
}
#seminar .inner .item .txtarea .prof p {
	margin-bottom: 1em;
}
#seminar .inner .item .txtarea .prof p span {
	background: linear-gradient(transparent 60%, #e9ec7d 60%);
}

#seminar .inner .item .txtarea .prof .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#seminar .inner .item .txtarea .prof .flex_box .profphoto {
	width: 240px;
}
#seminar .inner .item .txtarea .prof .flex_box .profphoto img {
	width: 100%;
	display: inline-block;	
	margin: auto;
	border-radius: 2em 0 2em 0;
}
#seminar .inner .item .txtarea .prof .flex_box dl {
	width: calc(100% - 280px);
	font-size: 1.5rem;
}
#seminar .inner .item .txtarea .prof .flex_box dl dt {
	margin-bottom: 0.5em;
}
#seminar .inner .item .txtarea .prof .flex_box dl dt span {
	font-size: 120%;
}




/* Footer */
footer .ft_logo {
	padding: 1em;	
}

footer .copy {
	color: #ffffff;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0.5em;
	background: #333333;
}
.mailmg {
	font-size: 80%;
	text-align: left;
	max-width: 960px;
	margin: 0 auto;
}
.mailmg a {
	text-decoration: underline;
}
.spdisp {
	display: none; 
}

@media only screen and (max-width: 768px) {
	.pcdisp,
	.pcbr {
		display: none;
	}
	
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	header {
		padding: 0 2% 0 3%;
		height: 54px;
	}
	header .logo {
		width: 26vw;
	}
    header .logo a {
        width: 100%;
        max-width: 100px;
    }
	header nav {
		width: 70vw;
	}
	header nav ul {
		justify-content: flex-end;
	}
	header nav ul li {
		margin-right: 0.3em;
	}
	header nav ul li:last-of-type {
		margin-right: 0;
	}
	header nav ul li a {
		font-size: 1.4rem;
	}
	header nav ul li a span {
		display: none;
	}
	

	
	#contwrap section,
	#contwrap section#seminar {
		padding: 30px 0;
	}
	
	h2 {
        font-size: 23px;
        font-size: 2.3rem;
        letter-spacing: 0;
    }

    h2 span {
        font-size: 20px;
        font-size: 2.0rem;
    }
	#mainarea {
		padding-top: 56px;
		padding-bottom: 3vw;
	}
	#mainarea .inner {
		padding: 10px 4%;
		
	}
    #mainarea h1 {
        width: 100%;
    }
    #mainarea h2 {
        font-size: 1.5rem;
		padding: 0.3em 0.5em;
        margin: 0 auto;
    }
    #mainarea p.lbl {
        width: 110px;
        top: 56px;
        left: 2%;
    }
    #mainarea ul {
        top: 346px;
        display: flex;
        flex-wrap: wrap;
		justify-content: center;
        width: 100%;
        max-width: 300px;
        box-sizing: border-box;
	}
	#mainarea ul li {
        font-size: 1.7rem;
        margin: 0.1em 0.5em 0;
	}

	.spbr {
		display: inline-block;
	}
	#seminar .intro {
		margin-bottom: 3em;
	}	
	#seminar .reco ul {
		padding: 1em 2em;
		text-align: left;
	}
	#seminar .reco li {
		width: inherit;
  		margin-right: 2em;
	}
	#seminar .inner .semi {
		margin-top: 2em;
  		padding-top: 2em;
	}	
	#seminar .inner .item {
		padding-top: 0;
		flex-direction: column;
		max-width: 600px;
		margin: auto;
	}
	#seminar .inner .item .photoarea {
		width: 100%;		
		max-width: 380px;
		margin: 0 auto 1em;
	}
	#seminar .inner .item .txtarea {
		width: 100%;
	}
	#seminar .inner .item .txtarea .datainfo {
		margin-top: 1em;
	}
	#seminar .inner .item .txtarea .datainfo .date {
		font-size: 1.8rem;
	}
	#seminar .inner .item .txtarea .datainfo .date .midashi {
		display: block;
		margin-right: 0;
	}
	#seminar .inner .item .txtarea .datainfo .teacher span {
		font-size: 1.6rem;
	}
	#seminar .inner .item .txtarea h3 {
		font-size: 1.8rem;
	}
	#seminar .inner .item .txtarea .prof {
		margin-top: 1em;
	}
	#seminar .inner .item .txtarea .prof .flex_box {
		flex-direction: column;
	}
	#seminar .inner .item .txtarea .prof .flex_box .profphoto {
		width: 130px;
	}
	#seminar .inner .item .txtarea .prof .flex_box dl {
		width: 100%;
		font-size: 1.4rem;
	}
	#seminar .inner .item .txtarea .prof .flex_box dl dt {
		text-align: center;
		margin: 0.5em auto;
	}

	.btnarea {
		padding: 0 4%;
	}
	
	.btnarea a {
        width: 100%;
        max-width: 300px;
        height: 50px;
        line-height: 50px;
		font-size: 1.6rem;
    }

    .btnarea a:before {
        width: 8px;
        height: 8px;
    }
	.pagetop {
		right: 10px;
		bottom: 10px;
	}
}


