@charset "utf-8";
* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}
html {
	/*font-size: 62.5%;*/
}
a {
	color: #6465C1;
	text-decoration: none;
}
a :hover {
	color: #FFFFFF;
}

.cf::after {
	content: "";
	display: block;
	clear: both;
}
.inner {
	width: 1000px;
	margin: auto;
}
ul {
	list-style: none;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}

/*============================================================
body
==============================================================*/
body {
	/font-size:1.6rem;
	/font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	/line-height:1.8;
	/color:#333333;
	/background-color:#ffffff;		/*ページ全体の背景色*/
}	
.pagebody {
	background-color:#ffffff;		/*内容全体の背景色*/
	width:1000px; margin:0 auto;	/*内容全体をセンタリング*/
}
.pagebody2 {
	width:1000px; margin:0 auto;	/*内容全体をセンタリング*/
}
.section {
	padding: 80px 0;
	background-color:#ffffff;
}
.section2 {
padding: 80px 0;
background-color:#F5FFED;
}

#top_read {
	padding: 80px 0;
}
.body_txt {
	margin-bottom: 60px;
}
.h2_ttl {
	margin-bottom: 50px;
	font-size: 2rem;
}
.h2_ttl_line {
 position: relative;
  padding: 1.5rem;
margin-bottom:50px;
	font-size:2rem;
	font-weight: bold;
}
.h2_ttl_line:before {
  position: absolute;
  bottom: -5px;
  center: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #799E40;
}
.h2_ttl_sub {
	display: inline;
	font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	color: #6465C1;
	background: -webkit-linear-gradient(90deg, rgba(112,186,54,1) 0%, rgba(64, 193, 57, 1) 25%, rgba(64, 196, 77, 1) 50%, rgba(70, 197, 93, 1) 75%, rgba(102, 193, 201, 1) 100%);
	background: linear-gradient(90deg, rgba(112, 186, 54, 1) 0%, rgba(64, 193, 57, 1) 25%, rgba(64, 196, 77, 1) 50%, rgba(70, 197, 93, 1) 75%, rgba(102, 193, 201, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.h2_ttl_2 {
	margin-bottom: 50px;
	font-size: 3.0rem;
	color: #ffffff;
}
.h2_ttl_sub_2 {
	display: inline;
	font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	color: #ffffff;
}
.h3_ttl {
	margin-bottom: 10px;
	font-size: 1.8rem;
	color: #799E40;
	font-weight: bold;
}
.small_txt {
	font-size: 0.8rem;
}
.clear {
	clear: both;
}
.clearbox {
	clear: both;
	padding-top: 20px;
}
.content_title{
  border-bottom: solid 3px #90d156;
  position: relative;
	margin-bottom: 50px;
	font-size: 3.0rem;
}
.content_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #3EBD4D;
  bottom: -3px;
  width: 20%;
}

/*link*/
.dl_link {
	position: relative; /*「別リンク」は普通に配置するため */
    z-index: 3; /* リンク要素の重なり順を上にするため */
	padding: 0.1em 0.3em;
	display: inline-block;
	transition: .3s;
	color: #799E40;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.dl_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #799E40;
	transition: .3s;
}
.dl_link:hover::after {
	width: 100%;

}
.image_link:hover {
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
	
}

.line_link {
	padding: 0.1em 0.3em;
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #799E40;
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.line_link::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #799E40;
	transition: .3s;
}
.line_link:hover::after {
	width: 100%;
}

/*資料一覧*/
.content_image {
	width:400px; height:200px;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:left;			
}
.left_image {
	width:500px; height:500px;	/*画像の表示サイズを指定*/
	margin:0px 20px 20px 0px;	/*マージン*/
	float:left;	
}
.left_image2 {	
	width:500px;/*画像の表示サイズを指定*/	
	margin:0px 20px 20px 0px; /*マージン*/	
	float:left;	
}

.right_image {
	width:500px; height:500px;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 20px;	/*マージン*/
	float:right;			/*画像を右寄せにする*/
}
.max_image {
	margin-bottom: 20px;
	max-width: 100%;
}
.inner_txt {
	margin-bottom: 60px;
}

.btn-push {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #799E40;
  border: 2px solid #799E40;
  font-size: 16px;
  color: #799E40;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn-push span {
  position: relative;
  z-index: 1;
}

.btn-push::before,
.btn-push::after {
  content: "";
  display: block;
  background-color: #F5FFED;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-push::before {
  left: 0;
}
.btn-push::after {
  right: 0;
}

.btn-push:hover:before,
.btn-push:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-push:hover {
  color: #FFF;
}
.btn-push2 {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #799E40;
  border: 2px solid #799E40;
  font-size: 16px;
  color: #799E40;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.btn-push2 span {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.btn-push2::before,
.btn-push2::after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-push2::before {
  left: 0;
}
.btn-push2::after {
  right: 0;
}

.btn-push2:hover:before,
.btn-push2:hover:after {
  width: 0;
  background-color: #FFF;
}

.btn-push2:hover {
  color: #FFF;
}

/*nGeniusOne*/
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr{
  border-bottom: solid 1px #eee;
  cursor: pointer;
}

table th,table td{
  text-align: center;
  width: 25%;
  padding: 15px 0;
}

table td.icon{
  background-size: 35px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 30px;
}

table td.icon.bird{
  background-image: url("icon_1.png")
}

table td.icon.whale{
  background-image: url("icon_1.png")
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

/*Flexbox*/
.flexboxes{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
        }
.flexbox {
  flex: 0 0 33%;
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin:0 auto 3em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
.flexbox2 {
  flex: 0 0 24%;
  text-align: center;
  border: 1px solid #eee;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin:0 auto 3em;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        .flexbox h3{
            background: #a2bc10;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
		.flexbox2 h3{
            background: #a2bc10;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .premium{
            border: 3px solid #06c7ea;
            padding-bottom: 5rem
        }
        .premium h3{
            background: #06c7ea;
            color: #fff;
            padding: 10px;
            margin: 0;
        }
        .flexbox.flexbox2 h4{
            font-size: 300%;
            margin: 0 auto;
            padding: 1rem 0 0;
        }
        .flexbox.flexbox2.premium h4 {
            padding: 20px;
        }
        .flexbox_text{
            margin: 0;
			font-size:1.3rem;
            padding: 1rem;
            text-align: left;
        }
@media screen and (max-width: 600px){
.flexboxes {
    flex-direction: column;
    -webkit-flex-direction: column;
}
  .premium {
    order: 1;
    -webkit-order: 1;
}
}

/*ニュース*/
ul.newsList, ul.newsList2 {
display: flex;
flex-flow: row wrap;
border-bottom: 1px dotted #999;
padding: 10px 0;
}

ul.newsList li, ul.newsList2 li {
display: block;
margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 3), ul.newsList2 li:nth-child(-n + 3) {
flex-basis: 130px;
}

ul.newsList li:nth-child(2) {
color: #fff;
font-size: 12px;
padding: 5px 10px;
text-align: center;
background-color: #6465C1;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
ul.newsList2 li:nth-child(2) {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	background-color: #B993C9;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


ul.newsList li:nth-child(3), ul.newsList2 li:nth-child(3) {
flex-basis: auto;
	color: #799E40
}
ul.newsList li:nth-child(3) a:hover, ul.newsList2 li:nth-child(3) a:hover {
	color: #6465C1
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #799E40;
  background-color: #E9F3ED;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #799E40;
  color: #fff;
}

/*画像でのリンク2*/
*, *:before, *:after {
	box-sizing: border-box;
}
.image_link {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.image_link > div{
	width: 47%;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	position: relative;
}
.image_link_img {
	width:100%;
}
@media screen and (max-width: 960px) {
	.image_link > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.image_link > div{
		width: 100%;
	}
}


/*イベント情報*/
.event_banner {
	width: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product_pictures {
	width: 20%;
}
.col_pic {
	width: 48%;
}
/*画像でのリンク*/
.img_wrap{
  border: 1px solid #ddd;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

/*画像でのリンク*/
.img_wrap2{
  width: 100%;
	margin: 0 auto;
  overflow: hidden;
}
.img_wrap2 img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap2:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}

/*ソリューション一覧*/
*, *:before, *:after {
	box-sizing: border-box;
}
.solutionList{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.solutionList > div{
	width:31.2%;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
  background: #FFF;
	position: relative;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.solutionList2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.solutionList2 > div{
	width: 23%;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
  background: #FFF;
	position: relative;
	text-align: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.solutionList_img {
	width:100%;
}
.solution_ttl {
	margin-bottom: 10px;
	color:#799E40;
}

.solutionList_description {
  font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.solutionList_description2 {
  font-size: 0.8rem;
	margin: 10px 30px 20px 30px;
}
.solutionList_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #799E40;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.solutionList_btn span {
  position: relative;
  z-index: 1;
}
.solutionList_btn::before,
.solutionList_btn::after {
  content: "";
  display: block;
  background-color: #799E40;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.solutionList_btn::before {
  left: 0;
}
.solutionList_btn::after {
  right: 0;
}

.solutionList_btn:hover:before,
.solutionList_btn:hover:after {
  width: 0;
  background-color: #799E40;
}

.solutionList_btn:hover {
  color: #799E40;
}

@media screen and (max-width: 960px) {
	.solutionList> div{
		width: 100%;
	}
	.solutionList2> div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.solutionList.solutionList2> div{
		width: 100%;
	}
	.solutionList2> div{
		width: 100%;
	}
}

*, *:before, *:after {
	box-sizing: border-box;
}
.nissho_stList {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.nissho_stList > div{
	width:48%;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;

	position: relative;
}
.nissho_stList_img {
	width:100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.nissho_stList_ttl {
 position: relative;
  padding: 1.5rem;
  text-align: center;
margin-bottom: 30px;
	font-size:2rem;
	font-weight: bold;
}

.nissho_stList_ttl:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #799E40;
}

.nissho_stList_description {
  margin: 20px 30px;
	font-size: 1.4rem;
}
.menu_tbl {	
width: 100%;	
border-collapse: separate;	
border-spacing: 0;	
table-layout: fixed;	
}	
.menu_tbl th, .menu_tbl td {	
padding: 7px;	
word-break: break-all;	
border-bottom: 1px solid #A0A0A0;	
border-right: 1px solid #A0A0A0;	
}	
.menu_tbl th:first-child, .menu_tbl td:first-child {	
border-left: 1px solid #A0A0A0;	
width:30%;	
}	
.menu_tbl th {	
font-weight: bold;	
vertical-align: middle;	
}	
.menu_tbl td {	
vertical-align: top;	
}	
.menu_tbl .menu_tbl_ttl {	
font-weight: bold;	
color: #fff;	
background: #799E40;	
border: none;	
}	
.menu_tbl .menu_tbl_ttl:not(:last-child) {	
border-right: 1px solid #A0A0A0;	
}	
.menu_tbl .menu_tbl_bg {	
background: #ffffff;	
}

/*============================================================
breakpoint 1000px
==============================================================*/
@media screen and (max-width: 1000px) {
	h1 {
		left: 2vw;
		font-size: 5.8vw;
	}
}
/*============================================================
breakpoint 768px
==============================================================*/
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		}
	img {
	max-width: 100%;
	height: auto;
}
	.inner {
		width: 90%;
		margin: auto;
		padding: 0;
	}
	.section {
		padding: 40px 0;
	}
	.h2_ttl_sub {
		font-size: 1.6rem;
	}
	.h2_ttl {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.problem_image {
	float: none;
		max-width: 100%;	/*画像の表示サイズを指定*/
	margin:0px	/*マージン*/
		}
.pagebody {
	background-color:#ffffff;		/*内容全体の背景色*/
	width:100%; margin:0 auto;
        padding: 10px;	
}
.pagebody2 {
	width:100%; margin:0 auto;
        padding: 10px;		
}
.event_banner {
	width: 80%;
}
	.nissho_stList > div{
	width:90%;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
.content_image {
	max-width: 100%; height:auto;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 0px;	/*マージン*/
	float: none;			
}
.left_image {
	max-width: 100%; height:auto;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 0px;	/*マージン*/
	float: none;	
}
.left_image2 {	
	max-width: 100%; height:auto;	
	margin:0px 0px 20px 0px; /*マージン*/	
	float: none;	
}

.right_image {
	max-width: 100%; height:auto;	/*画像の表示サイズを指定*/
	margin:0px 0px 20px 0px;	/*マージン*/
	float: none;			/*画像を右寄せにする*/
}
.max_image {
	margin-bottom: 20px;
	max-width: 100%;
}
}
/*============================================================
breakpoint 320px
==============================================================*/
@media screen and (max-width: 320px) {
	.inner {
		width: 94%;
	}
	.event_banner {
	width: 100%;
	}
}
/*============================================================
ie
==============================================================*/
@media all and (-ms-high-contrast:none) {
	.header_cta a span, .h2_ttl_sub {
		background: none;
	}
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	.header_cta a span, .h2_ttl_sub {
		background: none;
	}
}
@supports (-ms-ime-align:auto) {
	.header_cta a span, .h2_ttl_sub {
		background: none;
	}
}