@charset "UTF-8";

/*Reset CSS*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:where([hidden]:not([hidden="until-found"])) {
  display: none !important;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.7;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
:where(button, label, select, summary, [role="button"], [role="option"]) {
  cursor: pointer;
}
:where(:disabled) {
  cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}
:where(button) {
  border-style: solid;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
:where(ul, ol) {
  list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}
/*
:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}
*/
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}
:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}
:where(
    .visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)
  ) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
.cf::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}
* html .cf {
  zoom: 1;
}
*:first-child + html .cf {
  zoom: 1;
}
.test {
  border: 1px solid #f00;
}
li {
  list-style: none;
}
.clr {
  clear: both;
  /* macIE*/
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  /* macIE*/
}

body {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  background-color: #000;
  color: #FFF;
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.clearfix {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
img,
iframe {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  image-rendering: crisp-edges;
}
a {
  transition: all 0.4s;
  text-decoration: none;
	color: #FFF;
}
a:hover {
  /*filter: hue-rotate(-60deg);*/
  transition: all 0.4s;
	color: #FF0;
}
i {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 20px;
  color: #000;
  display: block;
}
p,
p span {
  /* word-break: break-all;
	overflow-wrap: break-word; */
}
.test{
	border: 1px solid #F00;
}

.wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
.abolition {
	font-family: "jost", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.0;
	font-size: 70px;
	margin: 10px 0 0;
	display: block;
}
.pc {
  display: block;
}
/* .tab{
	display: none;
} */
.sp {
  display: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}
.graybg {
  background-color: #434343;
}
.keycolor {
  color: #86B81B;
}
.keycolorbg {
  background-color: #86B81B;
}
section {
  position: relative;
  z-index: 0;
}
.gcsc-find-more-on-google-root,
.gcsc-more-maybe-branding-root,
.gsc-results{
	background: #000 !important; 
}
.gsc-above-wrapper-area{
	border-bottom:none !important;
}
.gsc-result-info,
.gsc-orderby-label{
	color: #FFF !important;
}

section::after {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -2;
  top: 0;
  left: 0;
  display: block;
}
a.c-btn {
  width: 100%;
  max-width: 275px;
  display: block;
  border-radius: 5px;
  margin: 30px auto 0;
  background-color: #00eb24;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #434343;
  font-weight: 700;
  font-size: 15px;
}

header {
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
header .wrap {
  width: 100%;
  max-width:100%;
  margin: 0 auto;
  box-sizing: border-box;
}
header *,
header.scroll,
header.scroll * {
  transition: all 0.3s;
}
header a:hover {
  filter: none;
 /* opacity: 0.6;*/
}
header .main-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-self: space;
	background: #000;
	border-bottom: 1px solid #707070;
}
header .main-header .wrap ,header .n-header .wrap{
  align-items: center;
}
header .main-header h1 {
  width: 184px;
}
header .main-header h1 img {
  width: auto;
  max-height: 60px;
}
header.scroll .main-header {
  height: 55px;
}
header.scroll .main-header h1 img {
  max-height: 30px;
}
header.scroll .main-header .t-box{
	display: none;
	justify-content: end;
  align-items: center;
}

header .menu-r .flex{
	justify-content: flex-end;
}
header .search-box{
	display: inline-block;
	color: #000;
	margin: 10px 20px 0px 10px;
}
header .btnBoxSize {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 2px;
}
header .search p{
	display: inline-block;
	font-size: 13px;
}
header .lang{
	margin-top: 5px;
}

header .main-header ul {
  text-align: right;
}
header .main-header ul li ,header .n-header ul li{
  display: inline-block;
  text-align: right;
  margin: 5px 7px;
	z-index: 999;
}
header .main-header ul li a ,header .n-header ul li a{
  font-size: 13px;
  font-weight: 400;
}
/*
header .main-header ul li a:hover ,header .n-header ul li a:hover{
  opacity: 0.5;
}
*/
header .main-header ul li a i {
  color: #fff;
  font-size: 12px;
  padding-left: 3px;
}
header .n-header .wrap{
  border-top: 1px solid #EBEBEB;
}
header .n-header ul{
  display: flex;
  justify-content: space-between;
}
header .main-header ul.lang li:first-child{
	border-right: 1px solid #BBB;
	padding-right: 10px;
}
header .main-header ul.lang li:last-child{
	margin-left: 0;
}

/*ハンバーガーメニュー*/
.hamburger {
  width: 40px;
  height: 25px;
  position: relative;
  transition: 0.5s; /* 追記 */
  z-index: 99;
}
.hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #86B81B;
  transition: 0.5s; /* 追記 */
}
.hamburger span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 0;
}
.hamburger span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  top: 50%;
}
.hamburger span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 100%;
}
header .main-header ul.slide-menu {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 1px;
  width: 100% !important;
  left: 0;
  transform: translateX(100%);
  transition: 0.5s;
  z-index: 2;
  height: 100vh;
  /*width: 100vw;*/
  text-align: center;
  padding: 40px 30px;
  box-sizing: border-box;
}
header .main-header ul.slide-menu li {
  color: #fff;
  line-height: 250%;
  text-align: center;
  display: block;
}
header .main-header .spheader ul.slide-menu li a {
  font-size: 16px;
}
.hamburger.active {
  /* 追記 */
  transform: rotateY(360deg); /* 追記 */
}
.hamburger.active span:first-of-type {
  /* ハンバーガーメニューの1番目の線 */
  top: 50%;
  transform: rotate(45deg);
}
.hamburger.active span:nth-of-type(2) {
  /* ハンバーガーメニューの2番目の線 */
  opacity: 0; /* 透明にする */
}
.hamburger.active span:last-of-type {
  /* ハンバーガーメニューの3番目の線 */
  top: 50%;
  transform: rotate(-45deg);
}
header .main-header ul.slide-menu.active {
  transform: translateX(0);
}

footer {
  padding: 0 0 10px;
}
footer .b-box{
  border-top: #707070 solid 1px;
}
footer ul{
	text-align: center;
	border-bottom: #707070 solid 1px;
	padding: 30px 0;
	margin: 0 0 30px;
}
footer ul .menu-item ul.subMenu{
	border-bottom: none;
	margin: 0 0 0px;
	padding: 0;
}
footer ul li{
	display: inline-block;
	padding: 5px 7px;
}
footer ul li a{
	color: #FFF;
	font-size: 13px;
}
footer ul li a:hover{
	color: #FF0;
}
.footerlogo {
  display: flex;
  justify-content: start;
  align-items: center;
	padding: 50px 0;
}
.footerlogo .ictsul-logo,
.footerlogo .logo_ascii {
  width: 214px;
  display: block;
  text-decoration: none;
	margin-right:50px;
}
.footerlogo .ictsul-logo img {
  max-width: 214px;
  width: 100%;
}
.footerlogo .asciilogo {
  display: flex;
  align-items: center;
  position: relative;
}
.footerlogo .asciilogo img {
  max-width: 230px;
  display: block;
}
.footerlogo .asciilogo p {
  font-size: 10px;
  padding-right: 5px;
  color: #000;
}
.copy {
	font-size: 11px;
	margin: 30px 10px 0 0;
	text-align: center;
	border-top: #707070 solid 1px;
	padding: 5px 0 0;
}

footer a:hover {
  filter: none;
  /*opacity: 0.6;*/
}
.footerlogo .asciilogo img {
  max-width: 170px;
}

/*-------------------------------
ICT キーカラー
-------------------------------*/
.ict-keycolor{
	color: #F7C229;
}
.year-icon-ict {
  background: #F7C229;
    padding: 2px 8px;
    border-radius: 3px;
    color: #000;
    margin-left: 3px;
    font-size: 10px;
	display: inline-block;
	font-weight: bold;
}
.year-icon-ict::before {
	content: "ICT "
}

/*-------------------------------
Agri キーカラー
-------------------------------*/
.agri-keycolor{
	color: #169F3B;
}
.year-icon-agri {
  background: #169F3B;
    padding: 2px 8px;
    border-radius: 3px;
    color: #000;
    margin-left: 3px;
    font-size: 10px;
	display: inline-block;
	font-weight: bold;
}
.year-icon-agri::before {
	content: "AGRI "
}

/*-------------------------------
PREMIER キーカラー
-------------------------------*/
.premier-keycolor{
	color: #5AC3DE;
}
.year-icon-premier {
  background: #5AC3DE;
    padding: 2px 8px;
    border-radius: 3px;
    color: #000;
    margin-left: 3px;
    font-size: 10px;
	display: inline-block;
	font-weight: bold;
}
.year-icon-premier::before {
	content: "PREMIER "
}



.wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box;
}
.sct-box{
	margin-top: 100px;
}
.more-btn{
	display: block;
	border: 1px solid #FFF;
	width: 240px;
	box-sizing: border-box;
	text-align: center;
	height: 61px;
}
.more-btn .arrow{
	display: inline-block;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	padding: 9px 0 0 0;
	border-right: 1px solid #FFF;
	font-size: 22px;
	color: #86B81B;
}
.more-btn .text{
	display: inline-block;
	height: 60px;
	width: 174px;
	box-sizing: border-box;
	padding: 9px 0 0 0;
}
h2{
	font-size: 13px;
    color: #B1B1B1;
    font-weight: normal;
    margin-bottom: 30px;
}
.pc-menu{
	display: block;
}
.sp-menu{
	display: none;
}
.secontlayer{
	margin-top: 80px;
}
.menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.subMenu-item a{
	display: inline-block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
}
.subMenu-item a{
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	width: 240px;
	padding: 10px;
	text-align: left;
}
.subMenu-item a:hover{
	color: #FF0;
	background: rgba(0, 0, 0, 0.8);
}
.menu-item {
	position: relative;
}
.subMenu {
	/* position: absolute;
	width: 100%;
	display: none;
	left:0; */
    /* Hide the menu visually and make it unclickable */
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px) scaleY(0); /* Start slightly lower */
  transform-origin: top left;
  
  /* The magic: transition these properties over 0.2 seconds */
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;

  /* Positioning */
  position: absolute;
  top: 100%; /* Position it right below the parent */
  left: 0;
}
.menu-item:hover .subMenu {
  /* ...make the submenu visible */
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* Move it to its final position */
}
header .main-header ul li.menu-item .subMenu-item{
	margin: 0;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1024px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
  /*=================================================
	footer 1024
	=================================================*/
  footer {
    padding: 0 0 5px;
    margin-top: 0;
  }
  .footerlogo {
    display: flex;
  }
	
  .footerlogo .ictsul-logo img {
    max-width: 114px;
    width: 100%;
  }
  .footerlogo .asciilogo {
    display: block;
    width: 100%;
    text-align: right;
  }
  .footerlogo .asciilogo img {
    max-width: 150px;
    float: right;
    margin-top: 5px;
    width: 100%;
  }
	.footerlogo .ictsul-logo,
	.footerlogo .logo_ascii {
  width: 120px;
  display: block;
  text-decoration: none;
	margin-right:50px;
}
	
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 750px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 768px) {
  footer {
	  margin-top: 0;
	}
	.footerlogo{
		padding: 15px 0;
	}
	header .wrap {
		padding: 0 4rem;
	}
	.sp{
		display: block;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 480px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 680px) {
  .wrap {
    padding: 0 25px;
  }
	.secontlayer{
		margin-top: 52px;
	}
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: block;
  }
  .marquee {
    letter-spacing: 0;
  }
	header .main-header h1 img{
		max-width: 90px;
	}
	header .main-header h1 {
 	 width: 150px;
	}
	header .main-header{
		height: 52px;
	}
	header .main-header ul.lang li:first-child{
		border-right: none;
		padding-right: 0;
	}
	header .main-header ul.lang li:last-child{
		margin-left: 0;
	}
	header .search{
		border:1px solid #707070;
		padding: 10px;
	}
	.sct-box{
		margin-top: 50px;
	}
	.abolition{
		font-size: 40px;
	}
	.footerlogo{
		padding: 15px 20px;
	}
	.copy{
		margin: 0;
	}
	header .wrap {
		padding: 0 30px;
	}
	header .main-header .spheader ul.slide-menu li a{
		font-size: 13px;
	}
	header .main-header ul.slide-menu li{
		line-height: 160%;
	}
	header .main-header ul.lang{
		text-align: center;
	}
	header .main-header ul.lang li{
		display: inline-block;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.more-btn{
		height: 41px;
		width: 220px;
	}
	.more-btn .arrow {
		width: 40px;
		height: 40px;
		font-size: 16px;
		padding: 5px 0 0 0;
	}
	.more-btn .text{
		height: 40px;
		padding: 5px 0 0 0;
	}
	#footerlogo{
		padding: 15px 0 15px 5%;
	}
	.txtBoxSize{
		width: 175px !important;
		background: #FFF;
	}
	header .search{
		margin-top: 10px;
	}
	header .search-box{
		margin-top: 0;
		padding: 5px 10px 10px;
	}
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

画面サイズ 1016px以下

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1016px) {
	.pc-menu{
		display: none;
	}
	.sp-menu{
		display: block;
	}
	header .main-header ul.lang li:first-child{
		border: none;
	}
}
