/* promotion.html */

figcaption {
	text-align: center;
}

a, a:hover { text-decoration: none }

.caption{
	display: flex;
	width: 80%;
	text-align: center;	
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	padding: 1em 1.5em 0em 1.5em;
	margin: 0 auto;
}

.color1{
	border-bottom: 5px #facb7a solid;	
}

.color2{
	border-bottom: 5px #aa87de solid;	
}

.color3{
	border-bottom: 5px #d06690 solid;	
}

.color4{
	border-bottom: 5px #EFFFCD solid;	
}

.color5{
	border-bottom: 5px #F21D41 solid;	
}

.color6{
	border-bottom: 5px #9ccc65 solid;	
}

.color7{
	border-bottom: 5px #FFC52C solid;	
}

.color8{
	border-bottom: 5px #4DBCE9 solid;	
}

.caption h2{
  padding-bottom: 2px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  margin: 2em 0em 0.5em 0em;
  font-size:2em;
  color: #ccc;
  letter-spacing: 0.1em;
}
h2 span {
  margin-left:20px;
  font-size:60%;
  color: #ccc;
  position: relative;
  top: -5px;
}

.sentence {
	display: flex;
	flex-flow: column nowrap;
	width: 80%;
	text-align: left;	
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	padding: 1em 0em 0em 0em;
	margin: 0 auto;
	color: #ccc;
}

.sentence div {
	text-align: center;
}

/* press内のアイコン */
.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	cursor: pointer;
	margin: 15px 100px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	font-size: 20px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-screen:before {
	content: "新聞";
}


.hi-icon-screen2:before {
	content: "TV";
}

.hi-icon-screen3:before {
	content: "理念";
}


.hi-icon-screen4:before {
	content: "ご挨拶";
}

.hi-icon-screen5:before {
	content: "会社概要";
}

.hi-icon-screen6:before {
	content: "2016";
}

.hi-icon-screen7:before {
	content: "2017";
}

.hi-icon-screen8:before {
	content: "書籍";
}

.hi-icon-screen9:before {
	content: "~2018";
}

.hi-icon-screen10:before {
	content: "2019";
}

.hi-icon-screen11:before {
	content: "2020";
}

.hi-icon-screen12:before {
	content: "2021";
}

.hi-icon-screen13:before {
	content: "2022～";
}


.hi-icon-effect-1 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #ccc;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}


.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(250,250,250,1);
	color: #F21D41;
}


.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
/* ここまで */

h3 {
	font-size: 1.2em;
}

ol.bar {
   border-bottom: 0.5px solid #ccc;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px 0 8px 0;
  border-radius: 5px;
  width: 100px;
  height: 35px;
  background-color: #fff;
  opacity: 0.9;
  color: #F21D41;
  font-weight: nomal;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* promotion内のパンフアニメーション */
.sample11, .sample12, .sample13 {
	width:			150px;
	height:			218px;
	overflow:		hidden;
	margin:			10px 50px 10px 50px;
	position:		relative;
}
.sample11 .caption {
	font-size:		80%;
	color:			#000;
	padding-top:		90px;
	padding-left:		10px;
}
.sample11 .mask {
	width:			50%;	/* 画像の半分の大きさにする */
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	margin-left:		-50%;	/* 枠の左に置いて表示させない */
	background-color:	#9ccc65;
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample11:hover .mask {
	margin-left:		0px;	/* 右にずらして表示する */
}
.sample11 img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample11:hover img {
	margin-left:		50%;	/* 画像を半分サイズ、右にずらす */
}

.sample12 .caption {
	font-size:		80%;
	color:			#000;
	padding-top:		90px;
	padding-left:		10px;
}
.sample12 .mask {
	width:			50%;	/* 画像の半分の大きさにする */
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	margin-left:		-50%;	/* 枠の左に置いて表示させない */
	background-color:	#9ccc65;
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample12:hover .mask {
	margin-left:		0px;	/* 右にずらして表示する */
}
.sample12 img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample12:hover img {
	margin-left:		50%;	/* 画像を半分サイズ、右にずらす */
}

.sample13 .caption {
	font-size:		80%;
	color:			#000;
	padding-top:		90px;
	padding-left:		10px;
}
.sample13 .mask {
	width:			50%;	/* 画像の半分の大きさにする */
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	margin-left:		-50%;	/* 枠の左に置いて表示させない */
	background-color:	#9ccc65;
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample13:hover .mask {
	margin-left:		0px;	/* 右にずらして表示する */
}
.sample13 img {
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.sample13:hover img {
	margin-left:		50%;	/* 画像を半分サイズ、右にずらす */
}
/* ここまで */

.pamph {
	margin: 0 auto;
	padding-bottom: 1em;
}

/* promotion動画アニメーション */
.row {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;	
}

.col-sm-6{
	position:relative;
	min-height:1px;
	padding:15px;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #ccc;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
  color: #9ccc65;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transition: all 0.35s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.from_left_and_right .info h3 {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect6.top_to_bottom .info h3 {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*ここまで*/

.center {
	position: relative;
	margin: 0 auto;
	width: 80%;
	height: 80%;
	background-color: #1a1a1a;
	padding-top: 5em;
}

.video{
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.access {
	list-style-type: square;
	margin-left: 5em;
	margin-bottom: 2em;
}

.main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}

.main section {
  margin-top: 20px;
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px;
  flex: 1;
  text-align: left;
  color: #000;
}

.container-fluid {
  width: 85%
}

.row div section {
  margin-top: 20px;
  border-radius: 5px;
  background: #F5F0CF;
  padding: 15px;
  text-align: left;
  color: #000;
}
.row h3 {
  color: #E6AC27;
  font-size: 2em;
  margin: 1em 0;
  font-weight: bold;
}

.row p {
  margin-top: 10px;
  word-break: break-all;
}

.news-article p{
	border-bottom: 2px #909090 solid;
	padding-bottom: 2em;
	padding: 1em;	
}

.col-2 p{
	border-bottom: 2px #909090 solid;
	padding-bottom: 2em;
	padding: 1em;	
}

.main2{
	display: flex;
	margin-bottom: 5em;
}

.main2 img,p {
	margin: 0 1.5em 1.5em 1.5em;
}

.main3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  padding-top: 5em;
  width: 100%;
}

.main3 .col-2 {
  flex: 2.000;
}

.news_list li{
	margin-bottom: 0.5em;
	list-style-type: circle;
}

.news_list a{
	color: #000;
}

.news_list a:hover{
	color: #909090;
}

.title{
	font-size: 1.2em;
	color: navy;
	font-weight: bold;
	padding: 1em;
	
}

.sentence2 {
	margin: 0 auto;
	text-align: left;
	width: 80%;
	color: #ccc;
}

.sentence2 ol {
	text-align: left;
	margin-bottom: 2em;
	color: #aa87de;
	font-size: 1.3em;
	line-height: 1.7em;
	list-style-type: decimal;
}



.sentence2 table {
	border-color: #ccc;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 3em;
}

.bold {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding-bottom:1em;
}

.anw {
	padding: 5em 2em 2em 2em;
	margin: 0 auto;
	text-align: center;
	background-color: #333333;
	margin-bottom: 3em;
	height: 50em;
}

.anw img {
	width: 90%;
}

.anw a{
	color: #9ccc65;
	font-weight: bold;
}

.anw a:hover{
	color: #ccc;
}

.form {
	padding: 5em;
	padding-bottom: 5em;
}

.spuare {
	background-color: #f5f5dc;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	padding: 1em;
	color: #000;
}

.spuare2 {
	background-color: #f5f5dc;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 1em;
	color: #000;
	margin-bottom: 5em;
}

.spuare2 a {
	font-weight: bold;
	color: #4DBCE9
}

.spuare2 a:hover {
	color: #ccc
}

.books tr{
	padding: 1em;
}

.books img{
	padding: 1em;
}

.news_img {
	width: 30%;
	height: auto;
}


/* コンタクト ページ　*/
form {
    padding-left: 2em;
	width: 100%;
    border-radius: 1em;
}

form div + div {
    margin-top: 1em;
}

label {
    /* すべてのラベルを同じサイズにして、きちんと揃える */
    display: inline-block;
    width: 30%;
    text-align: right;
}

input, textarea {
    /* すべてのテキストフィールドのフォント設定を一致させる
       デフォルトで、textarea は等幅フォントが設定されている */
    font: 1em sans-serif;
	background-color: #1a1a1a;
	border: #333333;
	color: white;


    /* すべてのテキストフィールドを同じサイズにする */
	width: 60%;
	height: 2em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    /* テキストフィールドのボーダーの外見を同一にする */
    border: 1px solid #999;
}

input:focus, textarea:focus {
    /* アクティブな要素を少し強調する */
    border-color: #4DBCE9;
}

textarea {
    /* 複数行のテキストフィールドをラベルにきちんと揃える */
    vertical-align: top;

    /* テキスト入力に十分な領域を与える */
    height: 5em;

    /* ユーザが textarea を垂直方向にリサイズできるようにする
       これが動作しないブラウザもある */
    resize: vertical;
}

.contact_button {
    /* ボタンを他のテキストフィールドと同じ場所に置く */
    padding-left: 20%; /* label 要素と同じサイズ */
}

.sym {
	background-color: #1a1a1a;
	border: 1px solid #999;
	color: white;
	height: 2em;
}

@media screen and (max-width: 50em) {
       .main {
               flex-direction:column;
       }

       .main2 {
               flex-direction:column;
       }

       .main3 {
               flex-direction:column;
       }


       .row {
               flex-direction:column;
       }

       .col-1, .col-2 {
               width: 100%;
               height: auto;
       }

}