@charset "utf-8";
@media screen and (min-width: 641px){

.smart_only {
	display: none;
}
#nav-drawer {
	display: none;
}


/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}


html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
	color: #393939;
	text-align: center;
}
p {
	line-height: 1.6em;
	margin-top: -2em;
	font-size: 18px;
}
li {
	line-height: 1.3em;
	font-size: 18px;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: middle;
	backface-visibility: hidden;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
article {
}
section {
	min-width: 1000px;
	overflow: hidden;
	text-align: left;
}
section p {
	margin: 40px 0;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h2.index01 {
	width: 577px;
	height: 152px;
	background-image:url(image/midashi_bg01.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	font-size: 40px;
	line-height: 152px;
}
h2.index02 {
	width: 577px;
	height: 152px;
	background-image:url(image/midashi_bg02.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	font-size: 40px;
	line-height: 152px;
}
h2.sub {
	width: 100%;
	height: 100px;
	background-image: url(image/h2_bg3.png);
	background-repeat: no-repeat;
	background-position: 0 145px;
	font-size: 40px;
	color: #FFF;
	line-height: 100px;
	padding-top: 145px;
}
h3 {
	font-size: 30px;
	color: #FFF;
	background-color: #3b9dca;
	border-radius: 5px / 5px;
	padding: 10px 20px;
	clear: both;
	margin-bottom: 30px;
}
h4 {
	font-size: 26px;
	color: #3b9dca;
	border-bottom: solid 3px #3b9dca;
	clear: both;
	margin-bottom: 30px;
}
h5 {
	font-size: 22px;
	color: #3b9dca;
	clear: both;
	margin-bottom: 30px;
}

h6 {
	font-size: 20px;
	color:#174256;
	clear: both;
	margin-bottom: 30px;
	line-height: 1.6em;
}

h7 {
  padding: 	5px 10px;
  border-left: 5px solid #3b9dca;
  margin-bottom: 10px;
  margin-left: 5px;
  font-weight: bold;
  font-size: 22px;
  color: #111;
}

/* ------------------------------
 flex
------------------------------ */

.flex_between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex_center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.align_center {
	align-items: center;
}
.align_end{
	align-items: flex-end;
}
.reverse {
	flex-direction: row-reverse;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 0 40px 40px 0;
}
img.imgright {
	float: right;
	padding: 0 0 40px 40px;
}


/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 40px 40px;
}
ul.list li {
	margin-bottom: 10px;
}
ol.list {
	margin: 40px 40px;
}
ol.list li {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	max-width: 1220px;
	min-width: 1000px;
	margin: 0 auto;
	text-align: left;	
}
section div.wrapper {
	margin: 30px auto !important;
}
section div {
	overflow: hidden;
	clear: both;
}

.bg_blue {
	background-color: #3b9dca;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	height: 145px;
	border-bottom: solid 5px #3b9dca;
	top: 0;
	left: 0;
	position: fixed;
	background-color: #FFF;
	z-index: 9999;
	overflow: hidden;
}
header img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

p.lang_link {
	text-align: right;
	margin: 0 0;
}
p.lang_link a {
	text-decoration: none;
	padding: 5px 10px;
	font-size: 13px;
	margin: 0 5px;
}
p.lang_link a.lang_link01 {
	color: #333;
	background-color: #eee;
}
p.lang_link a.lang_link02 {
	color: #FFF;
	background-color: #3b9dca;
}
p.lang_link a.lang_link02:hover {
	opacity: 1;
}

div.header_logo {
	width: 8.6%;
	text-align: center;
	overflow: hidden;
}
div.header_logo img {
}
div.header_right {
	width: 90%;
	overflow: hidden;
}

div.header_right_logo {
	width: 410px;
	text-align: right;
	overflow: hidden;
}
div.header_right_logo img {
}
div.header_right_contact {
	width: 195px;
	margin-top: 5px;
	overflow: hidden;
}
div.header_right_contact p {
	font-size: 14px;
	text-align: center;
}
div.header_right_contact a {
	display: block;
	background-color: #f9b138;
	background-image:url(image/mail.png);
	background-repeat: no-repeat;
	background-position: center 35px;
	color: #FFF;
	text-decoration: none;
	padding: 70px 0 0px;
}
div.header_right02 {
	overflow: hidden;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: bold;
}
nav ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
nav li {
	text-align: center;
}
nav a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 15px;
}
nav a:hover {
	background-color: #EEE;
	opacity: 1 !important;
}


/* ------------------------------
 トップページ
------------------------------ */

div.topimg {
	min-width: 1000px;
	margin: 0 auto;
	background-color: #DDD;
	padding-top: 145px;
}
div.topimg img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

p.index_text {
	color: #3b9dca;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
}

/* ------------------------------
 6つの強み
------------------------------ */

div.index_point {
	background-color: #FFF;
	border-radius: 10px / 10px;
	margin: 30px 0;
}
div.index_point_left {
	width: 10%;
	margin-left: 40px;
}
div.index_point_left p {
	font-size: 48px;
	font-weight: bold;
	color: #FFF;
	width: 100px;
	height: 100px;
	background-color: #3b9dca;
	border-radius: 50% / 50%;
	text-align: center !important;
}
div.index_point_right {
	width: 80%;
	margin-right: 45px;
}

div.index_point_right p {
	margin: 3px 0;
}
p.index_point_right_text01 {
	color: #e42324;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.5em !important;
}
p.index_point_right_text02 {
	font-size: 18px;
}

/* ------------------------------
ICTビジネスの講師
------------------------------ */

div.index_teacher_wrapper {
	max-width: 1440px;
	min-width: 1000px;
	margin: 30px auto;
	background-color: #3b9dca;
}
div.index_teacher_box_wrapper {
	width: 33.3333%;
}
div.index_teacher_box {
	width: 50%;
}
div.index_teacher_box div {
	height: 15.7vw
}
div.index_teacher_box div img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

div.index_teacher_photo {
	max-height: 240px;
}
div.index_teacher_text {
	color: #FFF;
	max-height: 240px;
	font-size: 14px;
}

div.index_teacher_text p {
	margin: 5px 10px;
	font-size: 14px;
	line-height: 1.25em;
}
p.index_teacher_name {
	font-size: 18px !important;
	font-weight: bold;
}
.index02 a {text-decoration: none;color:white;}
.index02 a:link, .index02 a:visited, .index02 a:hover, .index02 a:active {color: white;}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	font-size: 11px;
	margin: 10px 0 !important;
}
div.pagetop {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
div.pagetop p {
	font-size: 13px;
	text-align: right;
	margin: 20px 0;
}
div.pagetop p a {
	background-color: #FFF;
	padding: 8px 15px;
	border: solid 1px #aaa;
	text-decoration: none;
	font-weight: bold;
	color: #111;
	pointer-events: auto;
}

/* ------------------------------
 price
------------------------------ */

div.price_wrapper {
	width: 100%;
	margin: 0px auto 20px auto;
}
div.price01 {
	width: 32%;
	/* border: solid 1px #DDD; */
	border: solid 1px #215E7A;
	border-radius: 5px / 5px;
	text-align: center;
	background-color: aliceblue;
}
div.price01 p {
	margin: 15px auto;
}
p.price01_01 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3em;
}
p.price01_02 {
	color:crimson;
	font-weight: bold;
	font-size: 24px;
}
p.price01_03 {
	font-size: 1.1em;
}
span.smaller {
	font-size: 0.80em;
	font-weight: normal;
}
div.price02 {
	width: 32%;
	border: solid 3px #3b9dca;
	border-radius: 5px / 5px;
	margin-bottom: 30px;
}
div.price02 p {
	margin: 15px 30px;
}
p.price_number {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	width: 35px;
	height: 35px;
	background-color: #3b9dca;
	border-radius: 50% / 50%;
	text-align: center !important;
}

ul.price {
	margin: 0 20px;
	margin-top: -30px;
	list-style: none;
	font-size: 14px;
}
/* ul.price li {
	width: 30%;
	border-radius: 5px / 5px;
	text-align: center;
	background-color: #D2EBFF;
	margin: 0 10px 10px 0;
	padding: 10px 0;
}  */

ul.price li {
  position: relative;
  padding-left: 30px;
  line-height: 35px;
}
ul.price li:before {
  color: #3b9dca;
  content: "・";
  font-size: 30px;
  position: absolute;
  top: -1px;
  left: 0;
}
/*
* {
  box-sizing: border-box;
}
*/
ul.flow {
  padding: 0 150px;
	max-width: 1200px;
}
.flow li {
  list-style-type: none;
}
.flow dd {
  margin-left: 0;
}

.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
  content: "";
  height: 60px;
  display: block;
  border-left: 4px dotted #e5e5e5;
  position: absolute;
  top: -40px;
  left: -webkit-calc(10% + 30px - 2px);
  left: calc(10% + 30px - 2px);
  z-index: 10;
}
.flow > li dl {
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #215E7A;
  border-radius: 10px;
  position: relative;
  background-color: aliceblue;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #215E7A;
}
.flow > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #215E7A;
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}
.flow > li dl dt .icon {
  font-size: 18px;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}






/* ------------------------------
 講師プロフィール
------------------------------ */

div.profile_wrapper {
	margin: 30px auto;
	border: solid 1px #215E7A;
	background-color:aliceblue;
}
div.profile_wrapper p {
	margin: 10px 10px;
	border-bottom: dashed 1px #215E7A;
}
div.profile_wrapper p span {
	font-weight: bold;
	color: #3b9dca;
	font-size: 1.2em;
}
p.border_none {
	border: none !important;
}
div.profile_photo {
	width: 26%;
	padding-top: 30px;
	text-align: center;
}
div.profile_text {
	width: 70%;
	font-size: 0.9em;
	padding: 10px 30px 30px 0;
}
div.profile_wrapper p.namae {font-size:1.6em;font-weight: bold; color:black;border: none;}

div.profile_text div {border-bottom: none;}
div.profile_text span.enlarge {font-size: 25px;color:#215E7A;}
div.profile_text p.p_title {border-bottom:none;margin-bottom: 20px;}

/* ------------------------------
 個人向け
------------------------------ */

div.personal {
	margin: 30px auto;
	border: solid 1px #215E7A;
	border-radius: 5px / 5px;
	background-color: aliceblue;
	max-width: 800px;
}


div.personal h5 {
	margin: 15px 20px;
}
div.personal p {
	margin: 15px 30px;
	font-size: 18px;
}

div.for {margin: 40px 0; padding-top: 20px;}
div.for p {margin-left: 20px;margin-bottom:-5px;margin-top: 30px;font-size: 18px;}
p.text_for span{font-weight: bold;font-size: 18px;}

div.for2 {margin: 40px 20px; padding-top: 10px;}
div.for2 p {margin-bottom:40px;margin-top: 10px;font-size: 18px;}

/* ------------------------------
 customer
------------------------------ */

div.customer_wrapper {
	margin: 30px auto;
	border: solid 1px #215E7A;
	background-color:aliceblue;
}
div.customer_wrapper p {
	margin: 20px 30px;
}
div.customer_wrapper p span {
	font-weight: bold;
	color: #3b9dca;
	font-size: 18px;
}
p.border_none {
	border: none !important;
}
div.customer_photo {
	width: 26%;
	padding: 30px 0;
	text-align: center;
}
div.customer_text {
	width: 73%;
}
div.customer_text02 {
	width: 100%;
}

div.customer_wrapper span.enlarge {font-size: 25px;color:#215E7A;}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.about {
	border-bottom: solid 1px #DDD;
}
div.about p {
	margin: 10px 10px;
}
div.about01 {
	width: 170px;
	font-weight: bold;
	color: #000;
	font-size: 0.9em;
}
div.about02 {
	width: 530px;
	font-size: 0.9em;
}
div.about02 ul {
	margin: 10px 30px;
	font-size: 0.9em;
}
div.about03 {
	width: 170px;
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}
div.about04 {
	width: 530px;
	font-size: 1.2em;
}
div.about04 ul {
	margin: 10px 30px;
	font-size: 1.2em;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	width: 700px;
	margin: 30px auto;
}
div.inq {
}
div.inq p {
	margin: 10px 10px;
}
div.inq ul {
	margin: 10px 10px;
	list-style: none;
}
div.inq ul li {
	float: left;
	margin-right: 30px;
}
div.inq label input {
	margin-right: 10px;
}
div.inq01 {
	width: 150px;
	text-align: right;
	font-weight: bold;
	color: #000;
}
div.inq02 {
	width: 550px;
}
input.input_box {
	width: 96%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
input.input_box03 {
	width: 10%;
	padding: 10px 5px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	font-size: 16px;
}
textarea.input_box {
	width: 96%;
	height: 300px;
	border: solid 1px #BBB;
	border-radius: 5px / 5px;
	padding: 10px 5px;
	font-size: 16px;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
}

input.button {
	-webkit-appearance: none;
	font-size: 18px;
	padding: 10px 15px;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 200px auto;
}

/* ------------------------------
 コンタクトバナー
------------------------------ */

p.contact {
	text-align: center;
	margin: 50px auto;
	font-size: 30px;
	font-weight: bold;
}
p.contact a {
	background-color: #f9b138;
	/* border-radius: 10px / 10px; */
	color: #FFF;
	text-decoration: none;
	padding: 15px 60px;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	overflow: hidden;
	font-size: 12px;
	margin: 40px 0 60px 0;
	border-top: solid 5px #3b9dca;
}
footer p {
	clear: both;
	margin: 30px auto;
}

}