/*===============================================*/

/* TOP.CSS  */
/*last up 2018.05.24*/

/*===============================================*/

/* common  ------------------------------------------------------------------
-------------------------------------------------------------------------*/
.hero-area--sub{
	width: 100%;
	height: 390px;
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(../img/common/main_ttl_bg20190826.png);
	background-size: cover;
}
  @media screen and (max-width: 768px) {
  .hero-area--sub{
	  height: 132px;
    }
  }

.main-ttl--h1{
	position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.h1-about{
	width: 294px;
	height: 61px;
}
.h1-stationery{
	width: 560px;
	height: 69px;
}
.h1-tm{
	width: 425px;
	height: 69px;
}
.h1-tablet{
	width: 560px;
	height: 156px;
}

@media screen and (max-width: 768px) {
	.h1-about{
		height: 32px;
		width: auto;
		text-align: center;
	}
	.h1-about img{
		height: 100%;
	}		
	.h1-stationery{
		width: auto;
		height: 32px;
		text-align: center;
	}
	.h1-stationery img{
		height: 100%;
	}		
	.h1-tm{
		width: auto;
		height: 32px;
		text-align: center;
	}
	.h1-tm img{
		height: 100%;
	}
	.h1-tablet{
		width: 300px;
		height: auto;
		text-align: center; 
	}
	.h1-tablet img{
		width: 100%;
		height: auto;
		padding-top: 1.3em;
		
	}		
}
.main-block__ttl-h2{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 36px;
	text-align: center;
	width: 100%;
	letter-spacing: 0.1em;
	margin: 0 auto ;
}

  @media screen and (max-width: 768px) {
	.main-block__ttl-h2{
		font-size: 24px;
	}
}

.main-block__ttl-h2--left{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 36px;
	width: 100%;
	letter-spacing: 0.1em;
	margin: 10 auto;
}
  @media screen and (max-width: 768px) {
	.main-block__ttl-h2--left{
		font-size: 26px;
	}
}

p.news-text a:link { color: #fff; text-decoration: none;}
p.news-text a:visited { color: #fff; text-decoration: none;}
p.news-text a:hover { color: #57b7ff; text-decoration: underline;}
p.news-text a:active { color: #fff; text-decoration: none; }

/* about  ------------------------------------------------------------------
-------------------------------------------------------------------------*/

/* 経営理念  -------------------------------------------------------------*/

.keieirinen-block{
	width: 100%;
	margin: 0;
	padding: 60px 0 55px;
	background: url(../about/img/rinen_bg20190822.jpg) no-repeat center left;
}
  @media screen and (max-width: 768px) {
  .keieirinen-block{
	    margin: 0 auto;
		  background-size: cover;
			padding: 0;
      }
    }

.keieirinen__inner{
	width: 100%;
	max-width: 438px;
	margin: 0 0 0 auto;
	padding: 0 42px 0 0;
}
.keieirinen__text{
	margin: 26px auto 0;
	font-size: 14px;
	line-height: 1.71em;
}
  @media screen and (max-width: 768px) {
	.keieirinen__inner{
		width: 100%;
		margin: 0 auto;
		padding: 7.2%;
		background-color:rgba(255,255,255,0.8);
	}
	.keieirinen__text{
		margin: 18px auto 0;
		font-size: 16px;
		line-height: 1.71em;
	}
	}



/* 概要  -------------------------------------------------------------*/

.profile{
	width: 44.65%;
	max-width: 500px;
	margin: 64px 0 0 12.5%;
	font-size: 16px;
	float: left;
}

.profile th{
	width: 20%;
	margin: 0;
	vertical-align: top;
	line-height: 1.875;
	padding: 2px 0 0;
}

.profile td{
	width: 80%;
	margin: 0;
	padding: 2px 0 0;
	line-height: 1.875;
}

.profile__image{
	width: 37.5%;
	max-width: 430px;
	float: right;
}
  @media screen and (max-width: 768px) {
    .profile{
	    width: 86%;
	    max-width: 500px;
	    margin: 24px auto 0;
	    font-size: 14px;
	    float: none;
    }
    .profile__image{
	    width: 80%;
	    max-width: 430px;
			margin: 18px auto 0;
	    float: none;
    }
		.profile__image img{
	    width: 100%;
			height: auto;
    }
  }


/* アクセス  -------------------------------------------------------------*/
.access__inner{
	width: 270px;
	margin: 0;
	float: right;
}

.access__text{
	margin: 26px auto 0;
	font-size: 14px;
	line-height: 1.71em;
}

.ggmap{
	width: 100%;
	max-width: 560px;
	height: 380px;
	float: left;
	margin: 0 0 0 30px;
}
.ggmap iframe {
    aspect-ratio: 28 / 19;
    width: 100%;
    height: auto;
}
  @media screen and (max-width: 768px) {
	.access__inner{
		width: 86%;
		margin: 0 auto 0;
		float: none;
	}
	.access__text{
		margin: 18px auto 0;
		font-size: 14px;
		line-height: 1.71em;
	}
	.ggmap{
		width: 86%;
		max-width: 560px;
		height: 280px;
		float: none;
		margin: 18px auto 0;
	}
	.ggmap iframe {
		aspect-ratio: 2 / 1;
	}
	}


/* ビジネス文具事業  ---------------------------------------------------------
-------------------------------------------------------------------------*/

/* CONCEPT  -------------------------------------------------------------*/

.concept-block{
	width: 100%;
	margin: 0;
	padding: 60px 0 55px;
	background: url(../stationery/img/concept_bg20190819.jpg) no-repeat center;
}
  @media screen and (max-width: 768px) {
  .concept-block{
	    margin: 0 auto;
		  background-size: cover;
			padding: 3em;
      }
    }

.concept__text{
	margin: 40px auto 0;
	font-size: 14px;
	line-height: 2.28em;
	width: 100%;
	max-width: 542px;
}
.form__text{
	margin: 40px auto 0;
	font-size: 20px;
	line-height: 2.28em;
	width: 100%;
	max-width: 650px;
	color: #9d9e8e;
}
  @media screen and (max-width: 768px) {
	.concept__text{
		margin: 1.5em auto 0;
		font-size: 16px;
		line-height: 1.75em;
		width: 100%;
		max-width: 542px;
	}
	  .form__text{
		margin: 1.5em auto 0;
		font-size: 16px;
		line-height: 1.75em;
		width: 100%;
		padding: 0 20px;
	}
	}

.concept__ico{
	margin: 60px auto 0;
	width: 94px;
}
  @media screen and (max-width: 768px) {
	.concept__ico{
		margin: 32px auto 0;
		width: 60px;
	}
		.concept__ico img{
			width: 100%;
			height: auto;
		}
}
/* 商品説明  -------------------------------------------------------------*/

.coming-soon{
	width: 100%;
	padding: 150px 0;
	text-align: center;
}
  @media screen and (max-width: 768px) {
  .coming-soon{
	  width: 100%;
	  padding: 100px 0;
	  text-align: center;
    }
	.coming-soon img{
	  width: 80%;
		height: auto;
    }
  }

/* オリジナル商品企画・開発  -------------------------------------------------------------*/

.original-block{
	font-size: 14px;
	background-color: #888;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 0;
	box-sizing: border-box;
}
  @media screen and (max-width: 768px) {
    .original-block{
	  font-size: 16px;
	  padding: 3em 2em 0;
	  box-sizing: border-box;
  }
  }
.original__image{
	width: 404px;
	float: left;
	margin: 0 0 0 40px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.original__text{
	color: #fff;
	width: 100%;
	max-width: 360px;
	font-size: 14px;
	line-height: 2.28;
	float: right;
	margin: 60px 100px 0 0;
}
  @media screen and (max-width: 768px) {
	.original__image{
		width: 96%;
		float: none;
		margin: 24px 0 0;
	}
  .original__image img{
		width: 100%;
		height: auto;
	}

	.original__text{
		color: #fff;
		font-size: 16px;
		line-height: 1.75em;
		float: none;
		margin: 1.5em auto 0;
	}
 }

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

.inquiry-box{
	border: 6px dashed #888;
	background-color: #fff;
	width: 90%;
	max-width: 900px;
	margin: 48px auto 0;
	padding: 56px 138px 46px;
	box-sizing: border-box;
}
  @media screen and (max-width: 768px) {
		.inquiry-box{
			border: 3px dashed #888;
			background-color: #fff;
			width: 90%;
			max-width: 900px;
			margin: 2em auto 0;
			padding: 2em;
			box-sizing: border-box;
		}
		}
.inquiry-box__contents{
	width: 92%;
	max-width: 600px;
	margin: 38px auto 0;
}

.inquiry-box__contents:first-child{
	margin: 0 auto;
}

.inquiry-box__contents dt{
	width: 100px;
	float: left;
	color: #888;
}
.inquiry-box__contents dd{
	width: 450px;
	float: right;
	color: #888;
	font-size: 72px;
	font-weight: 600;
	font-family: Arial, Helvetica, "sans-serif";
}
  @media screen and (max-width: 768px) {
	.inquiry-box__contents dt{
		width: 100%;
		float: none;
		text-align: center;
	}
	.inquiry-box__contents dt img{
	height: 38px;
		widows: auto;
  }

	.inquiry-box__contents dd{
		text-align: center;
		width: 100%;
		float: none;
		color: #888;
		font-size: 42px;
		font-weight: 600;
		font-family: Arial, Helvetica, "sans-serif";
	}  
}
.inquiry-box__ttl{
	font-size: 24px;
	display: block;
	font-weight: 600;
}
  @media screen and (max-width: 768px) {
	.inquiry-box__ttl{
		font-size: 18px;
		margin: 0.8em auto 0;
	}
	}


/* フォーム  -------------------------------------------------------------*/

.form__ttl{
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin: 130px auto 0;
	height: 64px;
	color: #888;
}
.form__ttl img{
	vertical-align: middle;
}
  @media screen and (max-width: 768px) {
	.form__ttl{
		width: 100%;
		font-size: 20px;
		margin: 64px auto 0;
	}
	.form__ttl img{
		display: block;
		height: 38px;
		width: auto;
		max-width: 100px;
		margin: 12px auto;
	}
}

/* top-info & contact */
#form{
	margin: 0 auto 0;
	padding: 120px 0 0;
}
	@media screen and (max-width: 768px) {
	#form{
		padding: 0px 0 0;
	}
}
/*学習教材フォーム*/
.form-area{
	margin: 34px auto 0;
	width: 100%;
	padding: 2em;
	max-width: 960px;
}
	@media screen and (max-width: 768px) {
	.form-area{
		margin: 0 auto;
	}
}
.form-area dl{
	max-width: 720px;
	width: 100%;
	margin: 26px auto 0;
}
.form-area dl dt{
	color: #888;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 10px 0 0;
	width: 33%;
	max-width: 250px;
	float: left;
}
.form-area dl dd{
  width: 65%;
	max-width: 500px;
  float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75em;
	margin: 0 auto;
}

	@media screen and (max-width: 768px) {
	.form-area dl dt{
		float: none;
		width: 100%;
	}
	.form-area dl dd{
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0.6em 0 0;
	}
	}
.form-area dl dd.border{
	border: 2px solid #888;
}

/*タブレット学習フォーム*/

.form-area2{
	margin: 34px auto 0;
	width: 100%;
	padding: 2em;
	max-width: 960px;
}
	@media screen and (max-width: 768px) {
	.form-area2{
		margin: 0 auto;
	}
}
.form-area2 dl{
	max-width: 720px;
	width: 100%;
	margin: 26px auto 0;
}
.form-area2 dl dt{
	color: #888;
	font-family: 'logo_condence',-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 10px 0 0;
	width: 33%;
    max-width: 250px;
	float: left;
}
.form-area2 dl dd{
  width: 65%;
	max-width: 500px;
  float: right;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75em;
	margin: 0 auto;
}

	@media screen and (max-width: 768px) {
	.form-area2 dl dt{
		float: none;
		width: 100%;
	}
	.form-area2 dl dd{
		width: 100%;
		max-width: 500px;
		float: none;
		margin: 0.6em 0 0;
	}
	}
.form-area2 dl dd.border{
	border: 2px solid #888;
}


.tool{
	padding: 0 1.5em 0 0;
	float: left;
}

.job01,.job02{
	width: 80px;
	float: left;
}
.job03{
	width: 68px;
	float: left;
	margin: 12px 0 0;
}
.job04{
	width: 300px;
	float: left;
	border: 2px solid #888;
}
	@media screen and (max-width: 768px) {
	.job01,.job02{
		width: 50%;
		max-width: 150px;
		float: left;
	}
	.job03{
		width: 33%;
		max-width: 100px;
		float: left;
		margin: 0;
	}
	.job04{
		width: 66%;
		max-width: 250px;
		float: left;
		border: 2px solid #888;
	}
	}

.form-area input,
.form-area textarea{
	padding: 12px 16px 12px;
	border-style: hidden;
}
.form-p{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 36px auto 0;
	text-align: center;
	width: 100%;
}

/*submit------------------------*/
.form-submit-area{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 36px auto 0;
	text-align: center;
	text-shadow: 1px 1px rgba(255,255,255,1.00);
	width: 100%;
}
::-webkit-input-placeholder {
  color: #a9a9a9;
}
::-moz-placeholder {
  color: #a9a9a9; opacity: 1;
}
:-ms-input-placeholder {
  color: #a9a9a9;
}
.submit-button {
	background-color: #888;
	color: #fff;
	display: inline-block;
	width: 180px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	outline: none;
	letter-spacing: 0.2em;
}
.submit-button:hover {
	background-color: #fff;
	border: 3px solid #888;
	color: #888;
}
.submit-button::before,
.submit-button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit-button,
.submit-button::before,
.submit-button::after {
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type=submit]{
font-family: Arial, Helvetica, FontAwesome;
}

.hissu{
	font-size: 10px;
	color: red;
}

/* privacyPolicy-------------------------------------------
----------------------------------------------------------*/
#privacyPolicy {
	width: 86%;
	max-width: 770px;
	height: 125px;
	margin: 18px auto 40px;
	padding: 15px;
	overflow: auto;
	border: 1px solid #ccc;
}
/*#tab2 #privacyPolicy {
	background: #118DCA;
}*/
.pp__title{
	color: #888;
	margin: 36px auto 0;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.pp__title_tablet{
	color: #888;
	margin: 36px auto 0;
	font-family:  'logo_condence',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic","Osaka",arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#privacyPolicy h3 {
	margin: 15px 0 15px 0;
	font-size: 16px;
	text-align: center;
}
#privacyPolicy p,
#privacyPolicy ul {
	font-size: 14px;
	line-height: 24px;
}
#privacyPolicy ul {
	margin: 0 0 1.5em 0;
}

@media screen and (max-width: 1000px) {
	#privacyPolicy {
		width: 80%;
	}
}

@media screen and (max-width: 728px) {
	#privacyPolicy {
		width: 100%;
	}
}


/* 学習教材  ---------------------------------------------------------
-------------------------------------------------------------------------*/

/* consulting  -------------------------------------------------------------*/

.consulting-block{
	width: 100%;
	margin: 0;
	padding: 60px 0 55px;
	background: url(../teaching_material/img/consulting_bg02_20190819.jpg) no-repeat center;
	background-color: #ffe4e4;
}
  @media screen and (max-width: 768px) {
  .consulting-block{
	    margin: 0 auto;
		  background-image: none;
		  background-color: #ffe4e4;
			padding: 3em;
      }
    }

.bg-consulting_top{
	background-image: url(../teaching_material/img/consulting_bg01_20190819.png);
	background-position: 520px bottom;
	background-repeat: no-repeat;
	height: 285px;
	margin-top: 60px;
	width: 100%;
}
 @media screen and (max-width: 768px) {
	.bg-consulting_top{
		background-image: none;
		height: auto;
		margin-top: 1.5em;
	}
	}

.consulting__text{
	margin: 40px auto 0;
	font-size: 14px;
	line-height: 2.28em;
	width: 100%;
	max-width: 400px;
	box-sizing: border-box;
}
 @media screen and (max-width: 768px) {
	.consulting__text{
		margin: 0 auto;
		font-size: 14px;
		line-height: 2.28em;
		width: 100%;
		max-width: 600px;
		box-sizing: border-box;
		}
	}

.pdl-50{
	padding-left: 50px;
}
.pdr-60{
	padding-right: 80px;
  max-width: 420px;
}
  @media screen and (max-width: 768px) {
	.consulting__text{
		margin: 1.5em auto 0;
		font-size: 16px;
		line-height: 1.75em;
		max-width: 600px;
	}
		.pdl-50{
	padding-left: 0px;
	}
	.pdr-60{
		padding-right: 0px;
		max-width: 600px;
	}
	}

.concept__ico{
	margin: 60px auto 0;
	width: 94px;
}
  @media screen and (max-width: 768px) {
	.concept__ico{
		margin: 32px auto 0;
		width: 60px;
	}
		.concept__ico img{
			width: 100%;
			height: auto;
		}
}

/* 教材販売 -------------------------------------------------------------*/

.sales__inner--block{
	width: 100%;
	max-width: 468px;
}
  @media screen and (max-width: 768px) {
  .sales__inner--block{
	max-width: 600px;
	margin: 0 auto;
		padding: 0 2.5em;
  }
  }
.sales__inner--title{
	width: 100%;
	height: 76px;
	border-left: 10px solid #888888;
	border-bottom: 2px solid #888888;
	font-size: 30px;
	font-weight: 500;
	padding: 6px 0 0 10px;
	margin: 86px auto 0;
}
.sales__inner--title__sub{
	font-size: 24px;
	color: #000400;
	display: block;
	margin: 4px 0 0;
}

  @media screen and (max-width: 768px) {
	.sales__inner--title{
		width: 100%;
		height: 62px;
		border-left: 7px solid #888888;
		border-bottom: 2px solid #888888;
		font-size: 24px;
		font-weight: 500;
		padding: 6px 0 0 10px;
		margin: 0 auto;
	}
	.sales__inner--title__sub{
		font-size: 14px;
		color: #000400;
		display: block;
		margin: 4px 0 0;
	}
	}

.sales__inner--text{
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 2.28;
}
  @media screen and (max-width: 768px) {
	.sales__inner--text{
		margin: 20px auto 0;
		font-size: 16px;
		line-height: 1.75;
	}
	}
.mrt80{
	margin-top: 80px;
}
.mrt140{
	margin-top: 140px;
}
  @media screen and (max-width: 768px) {
	.mrt80{
		margin-top: 36px;
	}
	.mrt140{
		margin-top: 36px;
	}
	}

  @media screen and (max-width: 768px) {
		.sales__inner--image{
			width: 80%;
			margin: 18px auto 0;
		}
		.sales__inner--image img{
			width: 100%;
			height: auto;
		}
  }

/* 利用者の声 -------------------------------------------------------------*/

.voice-block{
	width: 100%;
	background-image: url(../teaching_material/img/dot_bg.gif);
	padding: 68px 0;
	margin: 50px auto 0;
}

.voice__image{
	width: 39.59%;
	max-width: 380px;
	float: left;
	margin: 0 0 0 40px;
}
.voice__image img{
	width: 100%;
	height: auto;
}
  @media screen and (max-width: 768px) {
	.voice__image{
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
		float: none;
	}
  }

.voice__image figcaption{
	font-size: 24px;
	font-weight: bold;
	margin: 24px;
}
  @media screen and (max-width: 768px) {
	.voice__image figcaption{
		font-size: 12px;
		margin: 10px 0 0;
		text-align: center;
	}
}

.voice{
	max-width: 520px;
	width: 54.17%;
	float: right;
	background-image: url(../teaching_material/img/fukidasi.png);
	background-repeat: no-repeat;
	background-position: center left;
}
  @media screen and (max-width: 768px) {
	.voice{
		max-width: 600px;
		width: 100%;
		float: none;
		background-image: none;
	}
	}

.voice__title{
	font-size: 24px;
	color: #f66f8a;
	font-weight: bold;
}

.voice__text__wrap{
	padding: 6em;
	border-radius: 100px;
	background-color: #fff;
	width: 94%;
	max-width: 490px;
	box-sizing: border-box;
	margin: 40px 0 0 auto;
}
.voice__text{
	font-size: 14px;
	line-height: 2.28;
	margin: 14px auto 0;
}
  @media screen and (max-width: 768px) {
	.voice__title{
		font-size: 20px;
		color: #f66f8a;
		font-weight: bold;
	}

	.voice__text__wrap{
		padding: 3em;
		border-radius: 30px;
		background-color: #fff;
		width: 94%;
		max-width: 600px;
		box-sizing: border-box;
		margin: 20px auto 0;
	}
	.voice__text{
		font-size: 16px;
		line-height: 1.75;
		margin: 14px auto 0;
	}
	}

/* タブレット学習無料体験 -------------------------------------------------------------*/
@font-face {
    font-family: logo_condence;
    font-weight: normal;
    font-display: swap; /* フォントの読み込みが遅い場合でも読み込みが完了すれば、WEBフォントに置き換える設定 */
    src: url("../fonts/logo_type_gothic_condence.otf"); /*  この部分はファイルまでのpathをいれてください */
}
.font_condence {
    font-family: "logo_condence";
}
