@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 1000000;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 1000000;
}

/* H3_common_title */
h3.top-sec-title {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  line-height: 1.2em;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
h3.top-sec-title span {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
}
/*---------------------------------------------
 ABOUT 
---------------------------------------------*/
#top__about {
  background: linear-gradient(90deg, #0077c1 0%, #0077c1 65%, #fff 65%, #fff 100%);
}
.w-container {
  max-width: 84%;
  margin: 0 auto;
  display: flex;
  padding: 8rem 0 6rem 0;
  margin-bottom: 100px;
}
#top__about .about__txt {
  width: 55%;
  color: #fff;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.8;
  padding: 50px 80px;
}
#top__about .about__image {
  width: 45%;
}
#top__about .about__image img {
  width: 100%;
}
/*---------------------------------------------
 BUSINESS
---------------------------------------------*/
#top__business {
  padding: 3rem 0 8rem 0;
  margin: 30px 0;
}
ul.business_container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.business_container li.bus_con_item {
  width: 50%;
  position: relative;
  overflow: hidden;
  background: #000;
}
ul.business_container li.bus_con_item a {
  width: 100%;
  height: 100%;
  display: block;
}
ul.business_container li.bus_con_item img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: .6;
}
ul.business_container li.bus_con_item a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}
ul.business_container li.bus_con_item .bus_con_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000;
}

/*---------------------------------------------
DW PLUGIN
---------------------------------------------*/
#top__dwplugin {
  background: #f5f5f5;
  padding: 3rem 10px 8rem 10px;
  margin: 30px 0;
}
#top-plugin-info {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
}
#top-plugin-info dl.top-info_box {
  width: 24%;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 2% 0 0;
  box-shadow: 0px 0px 8px #ccc;
  transition: 0.5s all;
}
#top-plugin-info dl.top-info_box:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
#top-plugin-info dl.top-info_box:last-child {
  margin-right: 0;
}
#top-plugin-info dl.top-info_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
#top-plugin-info dl.top-info_box:hover {
  opacity: 0.8;
}
#top-plugin-info dl.top-info_box dt {
  text-align: center;
  font-size: 1.3em;
  background: #0077c1;
  color: #ffffff;
  padding: 45px 25px;
}
#top-plugin-info dl.top-info_box span {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 34pt;
  margin-bottom: 20px;
}
#top-plugin-info dl.top-info_box dd {
  font-size: 1.1em;
  padding: 45px 25px;
  color: #478cb6;
}

/*---------------------------------------------
TOP NEWS
---------------------------------------------*/
#newsarea {
  width: 90%;
	margin: 0 auto;
  text-align: left;
}
#newsarea dl{
  width: 100%;
  padding: 15px 0;
	display: flex;
border-bottom: #999 dotted 1px;
}
#newsarea dt.date {
  width: 120px;
  color: #555;
  font-size: 0.95em;
  margin-left: 5px;
}
#newsarea dt.date::before{
	 font-family: "icomoon";
	content: "\e933";
	padding-right: 10px;
	color: #999;
}
#newsarea dd.comment {
  width:calc(100% - 120px);
  line-height: 180%;
  padding-left: 40px;
}

/*---------------------------------------------
 BannerArea
---------------------------------------------*/
#footerBanner {
  padding: 3em 0;
}
/*---------------------------------------------
 TOP INFORMATION
---------------------------------------------*/
#top__information {
  width: 100%;
  background: url("../common/foot_information_bg.jpg") no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  max-height: 400px;
}
#top__information .top_info_white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
/*Webバナー*/
.webexpo_banner {
  width: 468px;
  height: 60px;
  padding: 3px;
  background: #FF0;
  margin: 15px auto;
  border: 3px #FF0000 dashed;
}

/* タブレット */
@media only screen and (max-width : 1024px) {
.site-header {
    padding: 5px 10px;
    display: block;
  }
/*共通*/
h3.top-sec-title {
  font-size: 24px;
  font-size: 2.4rem;
}
h3.top-sec-title span {
  font-size: 11px;
  font-size: 1.1rem;
}	
	
  /* ABOUT */
  .w-container {
    max-width: 96%;
    padding: 5rem 0;
    margin-bottom: 70px;
  }
  #top__about .about__txt {
    width: 50%;
    padding: 30px 20px;
	  font-size: 1.1em;
  }
  #top__about .about__image {
    width: 50%;
  }

/* プラグイン情報 */
  #top__dwplugin {
    background: #f5f5f5;
    padding: 3rem 10px 8rem 10px;
    margin: 30px 0;
  }
  #top-plugin-info {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-plugin-info dl.top-info_box {
    width: 46%;
    margin: 2% 10px;
  }
  #top-plugin-info dl.top-info_box:last-child {
    margin-right: 2%;
  }
  #top-plugin-info dl.top-info_box dt {
    padding: 35px 25px;
  }
  #top-plugin-info dl.top-info_box dd {
    font-size: 1.1em;
    padding: 35px 25px;
  }

/* TOP INFORMATION */
#top__information {
  width: 100%;
    min-height: 350px;
    max-height: 350px;
}
#top__information .top_info_white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}	

  /* 事業内容 */
ul.business_container li.bus_con_item .bus_con_title {
  font-size: 1.2em;
}	
	

	
	
}
/*----------------------------------------
Mobile style's
----------------------------------------*/
@media only screen and (max-width: 959px) {
/*---------------------------------------------
TOP NEWS
---------------------------------------------*/
#newsarea {
  width: 100%;
}
#newsarea dl{
	display: flex;
	flex-wrap: wrap;
}
#newsarea dt.date {
  width: 100%;
	margin-bottom: 0.5em;
}
#newsarea dd.comment {
  width:100%;
  padding-left: 0px;
}

}
/*----------------------------------------*/
/* スマートフォン */
/*----------------------------------------*/
@media only screen and (max-width : 599px) {
	
/*プラグイン情報*/
#top__dwplugin {
  padding: 3rem 5px 3rem 5px;
}
#top-plugin-info{
  display:flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
		
	}
#top-plugin-info dl.top-info_box {
  width: 50%;
  margin: 0;
	box-shadow: none;
	border: 1px solid #eee;

}
#top-plugin-info dl.top-info_box dt {
  font-size: 1em;
  padding:20px 10px;
	height: 100%;
	line-height: 1.3;
}
#top-plugin-info dl.top-info_box:last-child {
    margin-right: 0%;
  }
#top-plugin-info dl.top-info_box span {
  font-size: 30pt;
  margin-bottom: 10px;
}
#top-plugin-info dl.top-info_box dd {
	display: none;
}	
	
/*---------------------------------------------
 ABOUT 
---------------------------------------------*/
#top__about {
  background: #0077c1;
}
.w-container {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 15px;
  margin-bottom: 30px;
}
#top__about .about__txt {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 1em;
  line-height: 1.8;
  padding: 30px 0;
}
#top__about .about__image {
  width: 100%;
}
#top__about .about__image img {
  width: 100%;
}
/*---------------------------------------------
 BUSINESS
---------------------------------------------*/
#top__business {
  padding:15px 0 0 0;
  margin: 0px 0;
}
ul.business_container li.bus_con_item {
  width: 100%;
}
ul.business_container li.bus_con_item a {
	height: 160px;
}
ul.business_container li.bus_con_item .bus_con_title {
  font-size: 1.1em;
}	
	
/*---------------------------------------------
TOP NEWS
---------------------------------------------*/
#newsarea {
	overflow-y: scroll;
	height: 300px;
	padding: 10px;
	background: #f5f5f5;
}
	
	
	
}