/* ==========================================================
	common(element)
========================================================== */
html,
body {
  width: 100%;
  min-height: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  font-weight: 400;
  color: #3e3939;
  line-height: 1;
}
a {
  color: #3e3939;
  text-decoration: none;
  outline: none;
}

ruby {
  line-height: 0;
}
ruby > rt {
  font-size: 9px;
}

/* ==========================================================
	common(id,class)
========================================================== */
.container {
  min-width: 1170px;
  max-width: none;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
  padding: 0;
}
.wrapper {
  padding: 0;
}

div#content.container div.row {
  flex-direction: column;
}

/* ==========================================================
	ヘッダー
========================================================== */
#wrapper-navbar {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  height: 100px;
  background: url('../images/header-back.png') #fff;
  width: 100%;
}

/*  ロゴ
------------------------------ */
#wrapper-navbar .logo {
  text-align: center;
}

/* ==========================================================
	ナビ
========================================================== */
nav.nav {
  height: 130px;
  width: 1170px;
  margin: 0 auto;
}
nav.nav .items {
  height: 100%;
}
nav.nav .item {
  position: relative;
  float: left;
  width: 165px;
  height: 100%;
  font-size: 16px;
  line-height: 110px;
}
nav.nav .item::after {
  /* 区切り線 */
  content: '';
  display: block;
  position: absolute;
  top: 73px;
  right: 0;
  width: 1px;
  height: 25px;
  background: #ffb600;
}
nav.nav .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 0;
}
nav.nav .about::before {
  /* 区切り線 */
  content: '';
  display: block;
  position: absolute;
  top: 73px;
  left: 0;
  width: 1px;
  height: 25px;
  background: #ffb600;
}

/* 共通ナビ
------------------------------ */
nav.common-nav {
  margin-top: 130px;
}

/*  みどりの樹について
------------------------------ */
nav.nav .about {
  width: 197px;
}
nav.nav .about a::before {
  content: '';
  display: block;
  position: absolute;
  width: 39px;
  height: 31px;
  top: 25px;
  left: 75px;
  background: url('../images/gnavi-icon-midorinoki.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .about a:hover:before {
  top: 22px;
}
nav.nav .about a::after {
  content: 'about';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 78px;
}

/*  事業所の案内
------------------------------ */
nav.nav .office {
  width: 180px;
}
nav.nav .office a::before {
  content: '';
  display: block;
  position: absolute;
  width: 76px;
  height: 31px;
  top: 25px;
  left: 56px;
  background: url('../images/gnavi-icon-office.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .office a:hover:before {
  top: 21px;
}
nav.nav .office a::after {
  content: 'office';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 76px;
}

/*  製品の紹介
------------------------------ */
nav.nav .product {
  width: 166px;
}
nav.nav .product a::before {
  content: '';
  display: block;
  position: absolute;
  width: 42px;
  height: 36px;
  top: 16px;
  left: 74px;
  background: url('../images/gnavi-icon-midorinoki.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .product a:hover:before {
  top: 13px;
}
nav.nav .product a::after {
  content: 'product';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 61px;
}

/*  お知らせ
------------------------------ */
nav.nav .news {
  width: 132px;
}
nav.nav .news a::before {
  content: '';
  display: block;
  position: absolute;
  width: 46px;
  height: 37px;
  top: 17px;
  left: 52px;
  background: url('../images/gnavi-icon-news.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .news a:hover:before {
  top: 13px;
}
nav.nav .news a::after {
  content: 'news';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 52px;
}

/*  求人情報
------------------------------ */
nav.nav .job {
  width: 170px;
}
nav.nav .job a::before {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 30px;
  top: 23px;
  left: 75px;
  background: url('../images/gnavi-icon-job-offer.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .job a:hover:before {
  top: 20px;
}
nav.nav .job a::after {
  content: 'job offer';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 61px;
}

/*  アクセス
------------------------------ */
nav.nav .access {
  width: 160px;
}
nav.nav .access a {
}
nav.nav .access a::before {
  content: '';
  display: block;
  position: absolute;
  width: 39px;
  height: 31px;
  top: 21px;
  left: 59px;
  background: url('../images/gnavi-icon-access.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .access a:hover:before {
  top: 18px;
}
nav.nav .access a::after {
  content: 'access';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 61px;
}

/*  お問い合わせ
------------------------------ */
nav.nav .inquiry {
  width: 165px;
}
nav.nav .inquiry a::before {
  content: '';
  display: block;
  position: absolute;
  width: 39px;
  height: 31px;
  top: 20px;
  left: 65px;
  background: url('../images/gnavi-icon-inquiry.png') top center no-repeat;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.nav .inquiry a:hover:before {
  top: 16px;
}
nav.nav .inquiry a::after {
  content: 'inquiry';
  font-size: 9px;
  color: #0c6639;
  display: block;
  position: absolute;
  top: 55px;
  left: 61px;
}
/* ==========================================================
	フッター
========================================================== */
/*  お問い合わせ/
------------------------------ */
#contact {
  background: url('../images/contact-back.jpeg') no-repeat;
  min-height: 250px;
  background-size: cover;
}
#contact .detail {
  background: rgba(121, 181, 136, 0.8);
  height: 250px;
  overflow: hidden;
}
#contact .detail .items {
  display: -webkit-box; /* 旧ブラウザ対応 */
  -js-display: flex; /* 旧IE対応 */
  display: flex;
  -webkit-box-pack: justify; /* 旧ブラウザ対応 */
  -webkit-justify-content: space-between; /* 旧ブラウザ対応 */
  -ms-flex-pack: justify; /* 旧IE対応 */
  justify-content: space-between;
  -webkit-box-align: center; /* 旧ブラウザ対応 */
  -webkit-align-items: center; /* 旧ブラウザ対応 */
  -ms-flex-align: center; /* 旧IE対応 */
  align-items: center;
  width: 1170px;
  margin: 50px auto 0;
}
#contact .detail .items .item {
  position: relative;
}
#contact .detail .items .item-pc {
  display: block;
  border: 6px solid;
  width: 340px;
  height: 150px;
  background: #fff;
  padding: 25px 0 0 0px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-color: #f9649d;
  position: relative;
}
#contact .detail .items .item a {
  display: block;
  border: 6px solid;
  width: 340px;
  height: 150px;
  background: #fff;
  padding: 25px 0 0 0px;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#contact .detail .items .item a:hover {
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  transform: translate(2px, 2px);
}
/*----- 電話 -----*/
#contact .detail .items .tell a {
  position: relative;
  border-color: #f9649d;
}
#contact .detail .items .tell a::after {
  content: '';
  background: url('../images/footer-tel-icon.png') no-repeat;
  width: 42px;
  height: 72px;
  position: absolute;
  z-index: 10;
  left: 260px;
  top: -25px;
}
#contact .detail .items .item-pc.tell::after {
  content: '';
  background: url('../images/footer-tel-icon.png') no-repeat;
  width: 42px;
  height: 72px;
  position: absolute;
  z-index: 10;
  left: 260px;
  top: -25px;
}
#contact .detail .items .tell-pc .title {
  font-size: 24px;
  font-weight: 500;
}
#contact .detail .items .tell-pc .number {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 0 0;
  letter-spacing: 0;
}
#contact .detail .items .tell-pc .number .small {
  font-size: 0.5em;
  font-weight: 700;
  vertical-align: middle;
}
#contact .detail .items .tell .title {
  font-size: 24px;
  font-weight: 500;
}
#contact .detail .items .tell .number {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 0 0;
  letter-spacing: 0;
}
#contact .detail .items .tell .number .small {
  font-size: 0.5em;
  font-weight: 700;
  vertical-align: middle;
}

/*----- FAX -----*/
#contact .detail .items .fax a {
  position: relative;
  border-color: #ff9100;
  padding: 22px 0 0 0px;
}
#contact .detail .items .fax a::after {
  content: '';
  background: url('../images/footer-fax-icon.png') no-repeat;
  width: 66px;
  height: 69px;
  position: absolute;
  z-index: 10;
  left: 243px;
  top: -25px;
}
#contact .detail .items .fax .title {
  font-size: 24px;
  font-weight: 500;
}
#contact .detail .items .item a::after {
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#contact .detail .items .fax .number {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 0 0;
  letter-spacing: 0;
  border: 0;
}
#contact .detail .items .fax .number .small {
  font-size: 0.5em;
  font-weight: 700;
  vertical-align: middle;
}

#contact .detail .items .item a:hover:after {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
/*----- メール -----*/
#contact .detail .items .mail a {
  position: relative;
  border-color: #41caef;
  padding: 45px 0 0 0px;
}
#contact .detail .items .mail a::after {
  content: '';
  background: url('../images/footer-mail-icon.png') no-repeat;
  width: 62px;
  height: 42px;
  position: absolute;
  z-index: 10;
  left: 255px;
  top: -15px;
}
#contact .detail .items .mail .title {
  font-size: 24px;
  font-weight: 500;
}
#contact .detail .items .item a::after {
  webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#contact .detail .items .item a:hover:after {
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/*  フッター/
------------------------------ */
footer {
}
footer .detail {
  width: 1170px;
  margin: 0 auto;
}
footer .detail .items {
  display: -webkit-box; /* 旧ブラウザ対応 */
  -js-display: flex; /* 旧IE対応 */
  display: flex;
  -webkit-box-pack: justify; /* 旧ブラウザ対応 */
  -webkit-justify-content: space-between; /* 旧ブラウザ対応 */
  -ms-flex-pack: justify; /* 旧IE対応 */
  justify-content: space-between;
  margin: 25px auto 25px;
}
footer .detail .items .item {
}
footer .detail .items .item .address {
}
footer .detail .items .item .tell-fax {
}
footer .detail .items .item .right-list {
  display: -webkit-box; /* 旧ブラウザ対応 */
  -js-display: flex; /* 旧IE対応 */
  display: flex;
  -webkit-box-pack: end; /* 旧ブラウザ対応 */
  -ms-flex-pack: end; /* 旧ブラウザ対応 */
  justify-content: flex-end;
}
footer .detail .items .item .s-item {
  position: relative;
  text-indent: 18px;
  margin: 0 20px 0 0;
}
footer .detail .items .item .s-item::before {
  position: absolute;
  content: '▶';
  color: #0c6639;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #91c86a;
  background: #91c86a;
  left: 0;
  top: 4%;
  font-size: 10px;
  line-height: 12px;
  text-indent: 2px;
}

/*  コピーライト
------------------------------ */
#copyright {
  height: 35px;
  background: #0c6639;
  line-height: 35px;
}
#copyright a {
  font-size: 13px;
  color: #fff;
}
