@charset "UTF-8";
/*
	--------------------------------
	更新日: 2014-09-11
	--------------------------------
*/
/* body
================================= */
body {
  position: relative;
  background: #fff;
}

/* ベースレイアウト
================================= */
.container {
  overflow: hidden;
  position: relative;
  z-index: 3;
  background-color: #f6f6ee;
}

.sub-page-content {
  position: relative;
  z-index: 10;
  margin-right: auto; 
  margin-left: auto;
  width: 1000px;
}

/* ヘッダー
================================= */
.header {
  position: relative;
  z-index: 50;
  padding-top: 24px; 
  width: 100%;
}

.header:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 24px;
  left: 0;
  width: 100%;
  height: 73px;
  background-color: #f6f6ee;
}

.header:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #f6f6ee;
}

.logo {
  position: relative;
  z-index: 5;
  text-align: center;
}

.header__frame {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 62px;
  background: url(/common/img/header_frame_top.png) repeat-x top center;
}

.header__light {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: url(/common/img/header_light_top.png) repeat-x 0 0;
}

.header__group-logo {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 144px;
  background: url(/common/img/header_group_logo.png) no-repeat 50% 0;
}

.header__content {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 10px; 
  width: 1000px;
}
.header__content::after {
  content: "";
  display: block;
  clear: both;
}

.global-nav {
  position: relative;
  z-index: 1;
}
.global-nav .global-nav__list {
  float: left; 
  height: 60px;
}
.global-nav .global-nav__list .global-nav__item {
  float: left;
  margin-right: 0.8em;
}
.global-nav .global-nav__list .global-nav__item a {
  display: block; 
  position: relative;
  padding: 4px 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  color: #333;
}
.global-nav .global-nav__list .global-nav__item a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 4px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; 
  background-color: #70b52c;
}
.global-nav .global-nav__list .global-nav__item a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
  left: 14px;
  border: 4px solid transparent;
  border-left: 6px solid #fff; 
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.global-nav .global-nav__list .global-nav__item a:hover {
  color: #0f733f;
}
.global-nav .global-nav__list .global-nav__item a:hover::before {
  left: 3px;
  background-color: #0f733f;
}
.global-nav .global-nav__list .global-nav__item a:hover::after {
  left: 17px;
}
.global-nav .global-nav__list .global-nav__item a.is-current {
  border-radius: 5px; 
  background-color: #70b52c;
  color: #fff;
}
.global-nav .global-nav__list .global-nav__item a.is-current::before {
  background-color: #fff;
}
.global-nav .global-nav__list .global-nav__item a.is-current::after {
  border-left: 6px solid #70b52c;
}

.header__tel {
  float: right;
  padding: 0 0 0 23px;
  border-left: 1px solid #c9c9c6;
  font-size: 21px;
}
.header__tel span {
  color: #4a8c09;
}

/* コンタクト
================================= */
.contact {
  position: relative;
  clear: both; 
  margin-top: 25px;
  padding: 49px 0 50px;
}

.contact__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto; 
  width: 1000px;
}

.contact__headline {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.contact__headline::before {
  content: "";
  display: inline-block;
  float: left;
  margin-top: 19px; 
  width: 40%;
  height: 1px;
  background-color: #ddddd6;
}
.contact__headline::after {
  content: "";
  display: inline-block;
  float: right; 
  margin-top: 19px;
  width: 40%;
  height: 1px;
  background-color: #ddddd6;
}

.contact__list {
  overflow: hidden;
  margin: 13px auto 0; 
  width: 708px;

  *zoom: 1;
}
.contact__list::after {
  content: "";
  display: block;
  clear: both;
}

.contact__item {
  font-size: 24px;
}
.contact__item span {
  color: #70b52c;
}

.contact__tel {
  display: block;
  float: left;
  margin-top: 14px;
}

.contact__fax {
  display: block;
  float: left;
  margin-top: 14px;
  margin-left: 25px;
}

.contact__btn {
  position: relative;
  float: left;
  margin: 5px;
  margin-left: 30px;
  border-radius: 30px;
  width: 240px;
  height: 60px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; 
  background-color: #70b52c;
  font-size: 17px;
}
.contact__btn a {
  display: block;
  height: 60px;
  color: #fff; 
  line-height: 60px;
}
.contact__btn a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 6px;
  margin-left: 20px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; 
  background-color: #fff;
}
.contact__btn a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -5px;
  margin-left: 20px; 
  border: 4px solid transparent;
  border-left: 6px solid #70b52c;
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact__btn:hover {
  background-color: #0f733f;
}
.contact__btn:hover a::before {
  left: 3px;
}
.contact__btn:hover a::after {
  left: 9px; 
  border-left: 6px solid #0f733f;
}

.pagetop a {
  display: block;
  position: absolute;
  position: absolute;
  top: 60px;
  right: 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer; 
  -webkit-transition: 0.4s all; 
  transition: 0.4s all;
  background-color: #70b52c;
  text-indent: -9999px;
}
.pagetop a::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 22px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
  -webkit-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
          transform: rotate(-45deg);
}

.pagetop a:hover {
  background-color: #0f733f;
}

.contact__bg {
  position: absolute;
  z-index: 0;
  top: -20px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url(/common/img/contact_bg.png) no-repeat 50% 0;
}

/* フッター
================================= */
.footer {
  position: relative;
  z-index: 1;
  min-width: 1000px;
  background: url(/common/img/footer_bg.png) repeat-x 50% 100%;
}

.footer__inner {
  zoom: 1;
  position: relative;
  margin: 0 auto;
  padding: 65px 0 50px;
  width: 1000px;
  font-size: 14px;
}
.footer__inner::after {
  content: "";
  display: block;
  clear: both;
}

.footer__privacy {
  float: left;
  margin: 0 0 0 25px;
  line-height: 1;
}

.footer__csr {
  float: left;
  margin: 0 0 0 25px;
  line-height: 1;
}

.footer__socialmedia {
  float: left;
  margin: 0 0 0 25px;
  line-height: 1;
}

.footer__copyright {
  float: right;
  height: 26px;
  line-height: 26px;
}

.is-link a {
  display: block; 
  position: relative;
  padding: 4px 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  color: #333;
}
.is-link a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  margin-right: 6px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; 
  background-color: #70b52c;
}
.is-link a::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 11px;
  left: 6px;
  border: 4px solid transparent;
  border-left: 6px solid #fff; 
  width: 4px;
  height: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.is-link a:hover {
  color: #0f733f;
}
.is-link a:hover::before {
  left: 3px;
  background-color: #0f733f;
}
.is-link a:hover::after {
  left: 9px;
}

/* 下層ページ共通コンテンツ
================================= */
.sub-page-content {
  margin-top: 20px;
  margin-right: auto; 
  margin-left: auto;
  width: 1000px;
}

.page-title {
  text-align: center;
  letter-spacing: 0.06em;
  color: #0f733f; 
  font-size: 30px;
  font-weight: bold;
}

/* 関連事例
================================= */
.relation {
  margin-top: 105px;
}

.relation__title {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  color: #70b52c; 
  font-size: 24px;
  font-weight: normal;
}
.relation__title::before {
  content: "";
  display: inline-block;
  float: left;
  margin-top: 19px; 
  width: 40%;
  height: 1px;
  background-color: #ddddd6;
}
.relation__title::after {
  content: "";
  display: inline-block;
  float: right; 
  margin-top: 19px;
  width: 40%;
  height: 1px;
  background-color: #ddddd6;
}

.relation__inner {
  margin: 40px auto 0; 
  padding: 0 40px;
  width: 1000px;
}

.case-content__inner {
  margin: 30px auto 0; 
  padding: 0 40px;
  width: 920px;
}

.case__list {
  zoom: 1; 
  position: relative;
  width: 920px;
}
.case__list::after {
  content: "";
  display: block;
  clear: both;
}

.case__item {
  overflow: hidden; 
  float: left;
  border-radius: 12px;
  width: 164px;
}
.case__item.ribbon--new {
  position: absolute;
  z-index: 10;
  top: -9px;
  left: -8px;
  width: 68px !important;
  height: 69px !important;
}
.case__item.case_item_sports .case__txtarea::before {
  background: url(/common/img/links_first_item_txtbox_2.png) no-repeat 0 100%;
}
.case__item.case_item_sports:hover .case__txtarea::before {
  background: url(/common/img/links_first_item_txtbox_2_ov.png) no-repeat 0 100%;
}

.case__link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.case__link .case__img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 164px;
  height: 124px;
}
.case__link .case__img::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10; 
  top: 0;
  left: 0;
  width: 164px;
  height: 124px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  background-color: #70b52c;
}
.case__link .case__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.case__link .case__txtarea {
  padding: 12px 0 15px 15px;
}
.case__link .case__txtarea::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  background: url(/common/img/links_first_item_txtbox.png) no-repeat 0 100%;
}
.case__link .case__txtarea::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 64px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
  background: #fff;
}
.case__link .case__txtarea span {
  position: relative;
  z-index: 4;
}
.case__link .case__txtarea .case__headline {
  display: block; 
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
}
.case__link .case__txtarea .case__sentense {
  display: block;
  height: 17px; 
  font-size: 12px;
}
.case__link:hover .item-overlay--lightgreen {
  display: block;
}
.case__link:hover .case__img::before {
  opacity: 0.3;
}
.case__link:hover .case__img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case__link:hover .case__txtarea::before {
  background: url(/common/img/links_first_item_txtbox_ov.png) no-repeat 0 100%;
}
.case__link:hover .case__txtarea::after {
  background-color: #f2fbda;
}

.case__ribbon--new {
  position: absolute;
  z-index: 10; 
  top: -9px;
  left: -8px;
}

/* ボタン
================================= */
.bx-controls-direction {
  overflow: visible;
  position: relative;
  height: 0;
}

.bx-prev,
.bx-next {
  display: block;
  position: absolute;
  top: -120px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
  background-color: #70b52c;
}
.bx-prev::after,
.bx-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 11px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg);
}

.bx-prev {
  left: -40px;
}
.bx-prev::after {
  left: 14px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.bx-prev:hover {
  left: -43px; 
  background-color: #0f733f;
}
.bx-prev.disabled,
.bx-prev.bx-list-end {
  opacity: 0.2;
}
.bx-prev.disabled:hover,
.bx-prev.bx-list-end:hover {
  left: -40px; 
  cursor: default;
  background-color: #70b52c;
}

.bx-next {
  right: -40px;
}
.bx-next:hover {
  right: -43px; 
  background-color: #0f733f;
}
.bx-next.disabled,
.bx-next.bx-list-end {
  opacity: 0.2;
}
.bx-next.disabled:hover,
.bx-next.bx-list-end:hover {
  right: -40px; 
  cursor: default;
  background-color: #70b52c;
}

.btn--close {
  -webkit-backface-visibility: hidden;
}

.alignleft {
  float: left;
  margin: 10px 40px 30px 0;
}

.alignright {
  float: right;
  margin: 10px 0 30px 40px;
}

/* 汎用クラス
================================= */
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "\0020"; 
  display: block;
  visibility: hidden;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.is-ff .opacity {
  background-color: rgba(192, 192, 192, 0.01);
}

.is-ff .mouseover {
  background-color: rgba(192, 192, 192, 0.01);
}

.pagetransition--window[target="_blank"] {
  background-image: url(/common/img/icon_transition_window.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

/* アイコン・リボン・マーク
================================= */
.ribbon--new {
  position: absolute;
}

/* ライト
================================= */
.container__bg--light {
  position: absolute;
  z-index: 9;
  top: 175px;
  left: 0;
  width: 100%;
  height: 650px;
  background: url(/common/img/container_light_bg.png) no-repeat 50% 0;
}

.content__bg--light {
  display: block;
  position: absolute;
  z-index: 0;
  top: 164px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(/common/img/content_light_top.png) repeat-x;
}

.content__bg--light--fixed {
  display: none;
  position: fixed;
  z-index: 2;
  top: 86px;
  left: 0;
  width: 100%;
  height: 400px;
  background: url(/common/img/content_light_top.png) repeat-x;
}

/* オーバーレイ
================================= */
.item-overlay {
  display: none;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-overlay--lightgreen {
  background: url(/common/img/overlay_lightgreen.png);
}

/* 葉っぱ
================================= */
.leaf {
  display: none;
  position: absolute;
  z-index: 0;
}

.leaf_1 {
  top: 535px;
  left: -87px;
}

.leaf_2 {
  top: 702px;
  left: -230px;
}

.leaf_3 {
  top: 1028px;
  left: -429px;
}

.leaf_4 {
  top: 507px;
  right: -185px;
}

.leaf_5 {
  top: 868px;
  right: -212px;
}

.leaf_6 {
  top: 815px;
  right: -794px;
}

/*
.leaf_1 { top: 535px; left: -87px; }

.leaf_2 { top: 702px; left: -230px; }

.leaf_3 { top: 1028px; left: -429px; }

.leaf_4 { top: 507px; right: -185px; }

.leaf_5 { top: 868px; right: -212px; }

.leaf_6 { top: 815px; right: -794px; }
*/
/* ローディング
================================= */
#loader {
  display: table;
  position: fixed;
  z-index: 600;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader__inner {
  display: table-cell;
  text-align: center; 
  vertical-align: middle;
}

/* キャンバス
================================= */
.leaf-canvas {
  opacity: 0;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
}

.leaf-canvas.is-visible {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
          transition: opacity 0.7s;
}