@charset "UTF-8";

/* index
---------------------------------------- */
/* globalnav */
.globalnav li:nth-child(1) a {
  color: #fff;
  background: #7a7a7a;
  cursor: default;
}

/*.chome-box {
	display: none;
	position: absolute;絶対配置
	color: white;文字は白に
	top: 100px;
	left: -20px;
	height: 120px;
	width: 320px;
	padding: 20px;
	background: #37A767;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-align: center;
}*/
.img-slider {
	background: #000;
}
.slide-img {
	opacity: 0.6;
    display: block;
}
.chome-box {
	color: white;
	font-size: 1.6rem;
	text-align: center;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 15%;
	margin:0 auto;
	padding:0;
}
/*
.chome-box02 {
	background: #c4a6ca;
}
.chome-box03 {
	background: #b0d7f4;
}
.chome-box04 {
	background: #c4a6ca;
}
*/
.slider {
    margin: 0px auto 15px;	
	width: 100%;
}
.slider img {
    height: 450px;
    width: 100%;
}
.slick-prev {
	top: 470px !important;
	left: 125px !important;
}
.slick-next {
	top: 470px !important;
	right: 125px !important;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}
.slick-dots {
	bottom: -35px !important;
	padding-bottom: 5px !important;
}
/* hero */
.hero {
  position: relative;
  width: 100%;
  height: 450px;
  margin: 0 auto;
  text-align: center;
  background: url(../img/index/bg_hero.jpg) repeat;
  overflow: hidden;
}
.hero .slick-list {
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
  width: 2000px;
}
.hero .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 10px;
  font-size: 10px;
  text-align: center;
}
.hero .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  line-height: 1;
}
.hero .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  min-height: 0;
  padding: 0;
  border-radius: 5px;
  white-space: nowrap;
  text-indent: -20px;
  border: 0 none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  background-color: #ccc;
  cursor: pointer;
}
.hero .slick-dots li.slick-active button {
  background-color: #f7ac1c;
}

/* top-about */
.top-about {
	padding: 40px 0 !important;
}
.top-about h1 {
  /*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", serif;*/
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 1px;
  text-align: center;
}
.top-about h1 + p,
.top-about section {
  width: 860px;
  margin: 0 auto;
  padding: 36px 0;
  font-size: 14px;
  line-height: 2;
}
.top-about .movie {
  padding-bottom: 10px;
  border-top: 1px solid #fff;
}
.top-about .movie h2 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
  text-align: center;
}
.top-about .movie ul {
  list-style-type: none;
}
.top-about .movie li {
  float: left;
  width: 201px;
  font-size: 12px;
  margin-left: 17px;
}
.top-about .movie li:first-child {
  margin-left: 0;
}
.top-about .movie li img {
  margin-bottom: 5px;
}

/* overlay(movie) */
.js-btn-movie {
  cursor: pointer;
}
.js-screen-movie {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 10;
}
.js-screen-movie video {
  position: absolute;
  top: calc(50% - 180px);
  left: calc(50% - 320px);
  width: 640px;
  height: 360px;
  z-index: 100;
}



/* top-links */
.top-links {
  padding: 30px 0;
  border-top: 1px solid #efeeee;
}
.top-links ul {
  list-style-type: none;
  width: auto;
  text-align: center;
}
.top-links li {
  display: inline-block;
  margin-right: 30px;
}
.top-links li:last-child {
  margin-right: 0;
}

/**********************************************************************
 * お知らせ
 **********************************************************************/
section.top-news2 {
	display: none;
	width: 100%;
	padding: 30px;
	background-color: #ebebeb;
}
section.top-news2 h2 {
	/*color: #FFF;*/
}
section.top-news2 div.lead {
	padding: 30px 0px;
}
section.top-news2 div.news-list {
	padding: 15px 0px;
	margin-bottom: 15px;
	height: 200px;
	background: #FFF;
	overflow-y: scroll;
}
section.top-news2 div.news {
	padding: 8px 10px;
	border-bottom: dotted 1px #DEDEDE;
}
/**********************************************************************
 * 経営理念
 **********************************************************************/
section.top-vision {
	width: 100%;
	background: url(../img/index/bg_company.jpg) no-repeat;
	/*background: url(../img/index/bg_news.png) repeat;*/
	/*background-color: #EEEEF0;*/
	padding: 30px;
}
section.top-vision h2 {
	text-align: center;
	font-size: 1.8rem;
	padding: 20px 0px;
}
section.top-vision div.lead {
	text-align: center;
	font-size: 1.4rem;
	padding: 30px 0px;
}
/**********************************************************************
 * 事業内容
 **********************************************************************/
section.top-business {
	width: 100%;
	background: url(../img/index/bg_company.jpg) no-repeat;
	/*background-color: #37A767;*/
	padding: 30px;
	padding-bottom: 0px;
	/*border-top: solid 1px #37A767; */
}

section.top-business h2 {
	color: #FFF;
}
section.top-business h2:before,
section.top-business h2:after {
  background-color: #FFF;
}

section.top-business div.lead {
	padding: 30px 0px;
}
section.top-business div.business-box {
	margin-top: 20px;
    margin-bottom: 60px;
    padding: 30px 30px 30px 30px;
    /*border: 1px solid #5a7b79;*/
	border-radius: 8px;
    position: relative;
	background: #FFF;
	display: flex;
}
section.top-business div.business-box .busi-no {
	display: none;
    width: 80px;
    position: absolute;
    top: -40px;
    left: 40px;
	background: #A0C238;
	color: #FFF;
	padding: 25px 25px;
	font-size: 1.4rem;
}
section.top-business div.business-box .busi-outline {
    clear: both; 
	width: 100%;
}
section.top-business div.business-box .busi-title {
	width: 100%; 
	text-align: center; 
	font-size: 1.4rem;
}
section.top-business div.business-box .busi-detail {
	padding: 40px 0px 0px; 
	clear: both; 
	display: flex;
}
section.top-business div.business-box .busi-detail .consul {
	/*background: #fffbe8;*/
	width: 70%; 
	/*padding: 15px;*/
	margin-right: 20px;
	float: left;
}
section.top-business div.business-box .busi-detail2 {
	text-align: center;
	margin-top: 20px;
	background: #F2F2F2;
	padding: 20px; 
	clear: both; 
	line-height: 150%;
}
.point {
	font-size: 1.1rem;
	position: relative;
	padding-left: 45px;
	margin-bottom: 20px;
}
.point:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f0eb";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


#section-industry {
	background: #88b83e;
	background-image: url(../img/index/bg_cube.png);
}

/**********************************************************************
 * 会社概要
 **********************************************************************/
#section-company {
	/*background-image: url(../img/index/syacyou_photo.jpg);*/
	background-image: url(../img/index/president.png);
	background-size: cover;
	padding-bottom: 30px;
}
#section-company h2 {
	color: #FFF;
}
#section-company h2:before,
#section-company h2:after {
	background: none;
}

section.top-company {
	/*background: #343434;*/
	background: #EEEEEE;
	background-image: url(../img/index/bg_cube.png);
	/*background: url(../img/index/bg_company.jpg) no-repeat;*/
	padding-bottom: 60px;
}
/*
section.top-company h2 {
	color: #FFF;
}
section.top-company h2:before,
section.top-company h2:after {
  background-color: #FFF;
}
*/
section.top-company div.company-box {
	width: 930px;
	margin: auto;
	clear: both;
	display: table;
}

div.company-box div.company-detail {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	padding: 0px 10px 0 0;
}
div.company-box div.company-detail .element {
	padding: 5px 10px;
}
div.company-box div.company-detail .title {
	padding: 10px;
	position: relative;
	background: #EEEEEE;
	/*border-bottom: solid 3px #b0bf30;*/
}
/*
div.company-box div.company-detail .title:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #37A767;
	bottom: -3px;
	width: 30%;
}
*/
div.company-box div.company-detail .detail {
	font-size: 1.0rem;
	padding: 10px 5px 10px 10px;
}

div.company-box div.company-greeting {
	width: 48%;
	display: table-cell;
	padding: 0px 0px 0px 10px;
}
div.company-box div.company-greeting div.greeting {
	font-size: 1.0rem;
	background: #37A767;
	color: #FFF;
	padding: 20px 15px;
}
div.company-box div.company-detail .box-inner, 
div.company-box div.company-greeting .box-inner {
	padding: 0px;
	/*border-radius: 8px;*/
	background: #FFF;
}
div.company-box div.company-detail .box-inner {
	padding: 20px 10px;
	background: #FFF;
} 

/**********************************************************************
 * お問い合わせ
 **********************************************************************/
#section-contact {
	background: #88b83e;
	background-image: url(../img/index/bg_cube.png);
}
#section-contact h2 {
	color: #FFF;
}
#section-contact h2:after {
	background-color: #FFF;
	right: 38%;
}
#section-contact h2:before {
	background-color: #FFF;
	left: 38%;
}
#section-contact div.contact-box {
	padding: 15px 20px;
}
#section-contact div.contact-box div.form-box {
	width: 80%;
	margin: auto;
	background: #EEEEEE;
	/*border: solid 1px #37A767;*/
	border-radius: 8px;
	padding: 20px;
}
#section-contact div.form-box .element {
	/*color: #FFF;*/
	padding: 10px 20px;
}
#section-contact div.form-box .element .title {
	margin-bottom: 5px;
}
#section-contact div.form-box .btn {
	color: #FFF;
}