/*
  Theme Name : knc-consulting
*/

h1, h2, h3, h4, h5, p, a, label, input, option, selection, strong{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 2rem;
}

table, tbody, tr, td{
  font-family: "M PLUS 1p", sans-serif;
}

figcaption{
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  margin: 5px;
}

body{
  margin: 0px;
}

.box {
  transition: 4.5s all cubic-bezier(0.39, 0.575, 0.565, 1);
  background: #000;
}


/* FV */

.fv_image{
  width: 100%;
  height: 100vh;
  position: relative;
}

.fv_image video{
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}

.fv_image img{
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
}

.page_fv_image{
	overflow: hidden;
}

.hero_title{
  position: absolute;
  width: 100%;
  top: 38%;
  z-index: 1;
  text-align:center;
}

.hero_title h1{
  font-size: 85px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.hero_title img{
  position: relative;
  width: 600px;
  height: 320px;
  object-fit: cover;
  opacity: 1;
}

.hero_title h2{
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}


.contents{
  width: 100%;
/*   background: #fff; */
  z-index: 1;
  position: relative;
  font-weight: 500;
}

/* コンテンツ */
.contaier_wrapper{
	width:100%;
	background: #fff;
}
.container{
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background: #fff;
  z-index: 1;
}

.availability{
  width: 100%;
  position: relative;
  color: #fff;
  font-weight: 900;
/*   text-shadow: 0 1px 2px rgba(0, 0, 0,0.8); */
/*   background: rgb(255, 145, 8, 0.6); */
  background: linear-gradient(0deg, rgba(255, 145, 8,0.7917542016806722) 0%, rgba(255, 145, 8,0.6) 100%);
  z-index: 1;
}

.availability_content{
  max-width: 960px;
  margin: auto;
  padding: 50px 0px 80px 0px;
  z-index: 1;
	
}

.availability_content h2{
  font-weight: 900;
}


/* ニュース関連 */
.news{
  text-align: center;
  padding: 50px 0px;
}

.news_contents{
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.news ul{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.news ul li{
  width: 300px;
  display: inline-block;
  margin: 10px;
}


.news-thumbnail img{
  width: 250px;
  height: 250px;
	display:block;
	margin:auto;
  border-radius: 10px;
  object-fit: cover;
}

.content_news_name{
  text-align: left;
  color: #000;
  padding: 0px 0px 50px 0px;
}

.content_news_name p{
  line-height: 1rem;
  font-weight: 500;
}

.content_name{
  text-align: left;
  color: #000;
}

.content_name p{
  line-height: 1rem;
}

.news-content p{
  line-height: 1rem;
}

.news ul li:hover{
  opacity: 0.5;
  transition: 0.5s;
}

.support{
  padding: 50px 0px;
  text-align: center;
}

.support-content{
  width: 100%;
  /* background: linear-gradient(175.46620885401546deg, rgba(48, 45, 48, 0.8) 5.840736040609137%,rgba(47, 44, 47, 0.6) 5.840736040609137%,rgba(0, 0, 0, 0.8) 92.26205583756345%); */
  background: #fff;
  padding-bottom: 80px;
}


.support ul{
  width: 80%;
  display: flex;
  padding: 10px 0px 0px 0px;
  margin: auto;
}

.support ul li{
  display: block;
  position: relative;
  width: 33%;
  height: 220px;
  text-align: center;
  border: 5px solid #000;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}

.support ul li p{
  position: absolute;
  background: #fff;
  padding: 5px;
  top: -51px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1rem;
}

.support ul li:first-child img{
  width: 128px;
  height: 100px;
}

.support ul li img{
  width: 128px;
  height: 128px;
}

.support ul li h3{
  line-height: 1.5rem;
}

.support-content div img{
	width:200px;
	display: block;
	margin:auto;
}

.company-wrapper{
	padding: 50px 0px;
}

.company-img{
  display: flex;
  max-width: 1200px;
  width: 967px;
  margin: auto;
}

.company-img1{
  display: block;
}

.company-img2{
  display: block;
  width: 327px;
  height: 488px;
}

.media-section{
	background: #fff;
}


.gallery img {
  object-fit: cover;
  opacity: 0.4;
}


#pagetop svg{
  position: absolute;
  right: 0;
  z-index: 10;
}

.breadCrumb{
	padding:0px 5px;
}

.breadCrumb p a{
	text-decoration:none;
	color:rgb(255, 145, 8);
}

footer{
  width: 100%;
  background: #fff;
  z-index: 1;
  position: relative;
	padding:10px 0px;
}

.footer_logo{
  width: 140px;
  margin: 5px 0px;
}

.footer_nav__wrapper{
  display: flex;
  margin: 0;
}

.footer_nav__item{
  list-style: none;
  margin: 0rem 1.5rem;

}

.footer_nav__item a{
  text-decoration: none;
  color: #000;
}


.footer-cta{
  background: #ff9108;
  color: #fff;
  border-radius: 160px;
  font-size: 12px;
  font-weight: 500;
  width: 170px;
  letter-spacing: 0em;
  line-height: 32px;
  opacity: 1;
  padding: 8px 0px;
  text-align: center;
  max-width: calc(100% - 35px);
}

.footer_nav__item a p:hover{
  opacity: 0.5;
  transition: 0.5s;
}

.text-center{
  text-align: center;
}

.pc{
  display: block;
}

.sp{
  display: none;
}
