@charset "UTF-8";
/* CSS Document variable */
/*!
============================ Common CSS ============================

	共通CSS

====================================================================
*/
/*! General
*******************************************************************/
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6,
.main p,
.main dt,
.main dd,
.main li,
.main th,
.main td {
  max-height: 100%;
}

html {
  overflow: auto;
  font-size: 14px;
}

body {
  overflow: hidden;
  min-width: 1000px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #3b3c3c;
  line-height: 1.8;
  letter-spacing: 0.003em;
  background: #fff;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

/*! clearfix
======================================================= */
.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*! .txt
======================================================= */
.txt {
  line-height: 1.8;
}

/*!!! 2. Layout
*******************************************************************/
#wrapper {
  position: relative;
}

.inner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 1080px) {
  .inner {
    width: unset;
    padding-inline: 40px;
  }
}

/*! .secCmn01 下層
======================================================= */
.secCmn01 {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

/* 下層ページタイトル */
.titCmn01 {
  display: block;
  color: #9ec000;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3;
  padding: 13px 14px 8px;
  margin: 60px 0 45px;
  text-align: center;
  position: relative;
}
.titCmn01 span {
  position: relative;
  display: inline-block;
  padding: 0 35px;
  background-color: #fff;
  z-index: 1;
}
.titCmn01.js-line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  margin-top: -4px;
  top: 50%;
  left: 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.titCmn02 {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 16px 14px 15px 36px;
  margin: 20px 0 18px 0;
  position: relative;
  line-height: 1.3;
  background-color: #9ec000;
}
.titCmn02:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 23px;
  top: 17px;
  left: 18px;
  background-color: #d1dd9c;
}
.titCmn02:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #9ec000;
  border-top: 1px solid #eef8f4;
  border-bottom: 1px solid #9ec000;
}

.titCmn03 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 18px 8px 18px;
  margin-top: 3px;
  margin-bottom: 18px;
  line-height: 1.3;
  background-color: #a1a1a1;
  position: relative;
}
.titCmn03:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -3px;
  left: 0;
  background-color: #a1a1a1;
}
.titCmn03:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #a1a1a1;
}

.titCmn04 {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  padding: 0 15px 11px 15px;
  margin-bottom: 17px;
  position: relative;
  border-bottom: 2px solid #c6c6c6;
}
.titCmn04:before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 21px;
  top: 0;
  left: 0;
  background-color: #039761;
}

.titCmn05 {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  padding: 5px 0 7px;
  margin-bottom: 14px;
  border-bottom: solid 2px #c6c6c6;
  position: relative;
}
.titCmn05:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: -2px;
  width: 189px;
  background: #d1dd9c;
}

.secCmn01 p {
  overflow: hidden;
  line-height: 1.7;
  padding-bottom: 25px;
}
.secCmn01 p a {
  color: #9ec000;
  text-decoration: underline;
}
.secCmn01 p a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  margin: 30px auto;
  text-align: center;
}

/*! .cvArea
======================================================= */
.cvArea {
  padding: 50px;
  background: #fffade;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(255, 242, 172) 4px, rgb(255, 242, 172) 5px );
}

.cvArea .inner {
  position: relative;
  padding: 24px 25px 24px 30px;
  border: 10px solid #9ec000;
  background: #fff url(../img/common/cv/bg_cv02.png) no-repeat left top 10px;
  background-size: auto 100%;
}
.cvArea .person {
  position: absolute;
  left: 20px;
  bottom: -10px;
}
.cvArea .tit {
  width: 644px;
}
.cvArea .tit span {
  display: inline-flex;
  align-items: center;
	color: #5d5d5d;
	font-size: 24px;
	line-height: 1.5;
}
.cvArea .tit span::before,.cvArea .tit span::after {
  content: '';
  display: inline-block;
  width: 55px;
  height: 7px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}
.cvArea .tit span::before {
  margin-right: 20px;
}
.cvArea .tit span::after {
  margin-left: 20px;
}
.cvArea .txt01 {
  margin-bottom: 11px;
}
.cvArea .tel {
  width: calc(100% - 180px);
}
.cvArea .tel img {
  vertical-align: top;
}
.cvArea .txtArea {
  position: relative;
  padding-left: 300px;
  z-index: 1;
}
@media all and (max-width: 1080px) {
  .cvArea .person {
    width: 27.962962963%;
    top: unset;
    bottom: 0;
    left: 0;
  }
  .cvArea .person img {
    width: 100%;
  }
}

/*! header
======================================================= */
/* CSS Document variable */
/*! #gHeader
======================================================= */
#gHeader {
  width: 100%;
  padding-block: 10px;
	background: #fff;
	color: #333;
}
#gHeader .top .txt {
  margin-top: 3px;
  line-height: 24px;
}
#gHeader .top .subNav {
  margin-bottom: 3px;
}
#gHeader .top .subNav li {
  margin-left: 22px;
  padding-left: 10px;
  line-height: 25px;
  background: url(../img/common/arw01.png) no-repeat center left;
}
#gHeader .top .subNav li a {
  text-decoration: underline;
	color: #3b3c3c;
}
#gHeader .top .subNav li a:hover {
  text-decoration: none;
}
#gHeader .headerRight {
  margin-bottom: 14px;
}
#gHeader .headerRight .tel {
  position: relative;
  margin-right: 21px;
}
#gHeader .headerRight .tel03 {
  position: absolute;
  top: 0;
  left: -143px;
}
#gHeader .logo span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background-color: #9fc200;
  line-height: 1;
  padding: 5px 0 4px;
  margin-top: 6px;
  border-radius: 6px;
}

/*! #gNav
======================================================= */
#gNav {
  background: #40413e;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(56, 56, 56, 1) 4px, rgba(56, 56, 56, 1) 5px );
}
#gNav ul {
  display: table;
  table-layout: fixed;
}
#gNav li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#gNav li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 0;
  height: 70%;
  width: 1px;
  border-left: 1px solid #fff;
  background-color: #fff;
}
#gNav li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  border-left: 1px solid #fff;
  background-color: #fff;
}
#gNav li:hover {
  background-color: #333;
}
#gNav li a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
}
#gNav li a span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 3px 10px 2px;
  background-color: #9fc200;
  border-radius: 6px;
  margin-bottom: 1px;
}
#gNav li:nth-child(1) {
  width: 96px;
}
#gNav li:nth-child(2), #gNav li:nth-child(3) {
  width: 157px;
}
#gNav li:nth-child(4) {
  width: 119px;
}
#gNav li:nth-child(5) {
  width: 111px;
}
#gNav li:nth-child(6) {
  width: 123px;
}
#gNav li:nth-child(7) {
  width: 108px;
}
#gNav li:nth-child(8) {
  width: 128px;
}

/*! current */
#home #gNav li:nth-child(1),
#lease #gNav li:nth-child(2),
#service #gNav li:nth-child(3),
#purchase #gNav li:nth-child(4),
#case #gNav li:nth-child(5),
#faq #gNav li:nth-child(6) {
  background-color: #424241;
}

/*! footer
======================================================= */
/* CSS Document variable */
/*! #gFooter
======================================================= */
#gFooter {
  position: relative;
  background: url(../img/common/bg_footer01.png);
	color: #333;
}
#gFooter .pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 5000;
  display: none;
}
#gFooter .pagetop a {
  display: block;
}
#gFooter .pagetop a:hover {
  opacity: 0.5;
}
#gFooter .is-pagetop {
  position: absolute;
  top: -80px;
  right: 40px;
}
#gFooter .footerNav {
  background: #40413e;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(56, 56, 56, 1) 4px, rgba(56, 56, 56, 1) 5px );
}
#gFooter .footerNav ul {
  display: table;
  table-layout: fixed;
}
#gFooter .footerNav li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
#gFooter .footerNav li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 0;
  height: 70%;
  width: 1px;
  border-left: 1px solid #fff;
  background-color: #9ec000;
}
#gFooter .footerNav li:last-child::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 0;
  height: 70%;
  width: 1px;
  border-left: 1px solid #fff;
  background-color: #fff;
}
#gFooter .footerNav li:hover {
  background-color: #333;
}
#gFooter .footerNav li a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
}
#gFooter .footerNav li a span {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 3px 10px 2px;
  background-color: #9ec000;
  border-radius: 9px;
  margin-bottom: 1px;
}
#gFooter .footerNav li:nth-child(1) {
  width: 96px;
}
#gFooter .footerNav li:nth-child(2), #gFooter .footerNav li:nth-child(3) {
  width: 157px;
}
#gFooter .footerNav li:nth-child(4) {
  width: 119px;
}
#gFooter .footerNav li:nth-child(5) {
  width: 111px;
}
#gFooter .footerNav li:nth-child(6) {
  width: 123px;
}
#gFooter .footerNav li:nth-child(7) {
  width: 108px;
}
#gFooter .footerNav li:nth-child(8) {
  width: 128px;
}
#gFooter .contentLeft p {
  margin-top: 0;
  margin-bottom: 20px;
}
#gFooter .contentLeft .areaLine {
  margin-top: 23px;
  margin-bottom: 0;
}
#gFooter .contentLeft .areaLine img {
  width: 350px;
}
#gFooter .contentRight {
  padding-top: 57px;
  padding-bottom: 28px;
}
#gFooter .contentRight > div {
  padding: 20px 20px 15px;
  background: #fff;
  border-radius: 5px;
}
#gFooter .contentRight > div .tel {
  margin-right: 20px;
}
#gFooter .contentRight > div .tel img {
  vertical-align: top;
}
#gFooter .contentRight > div .tel01 {
  margin-bottom: 7px;
}
#gFooter .subNav li a {
  padding-left: 9px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.008em;
  background: url(../img/common/arw01.png) no-repeat center left;
	color: #333;
}
#gFooter .copyWrap {
  border-top: 1px solid #cdcdcd;
}
#gFooter .copyWrap .copy {
  padding: 16px 0;
  color: #494949;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.005em;
	color: #333;
}
#gFooter .logo span {
  display: block;
  width: 240px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background-color: #039761;
  line-height: 1;
  padding: 5px 0 4px;
  margin-top: 6px;
  border-radius: 11px;
}

.alignleft {
  float: left;
  display: block;
  padding: 0 10px 10px 0;
}

.alignright {
  float: right;
  display: block;
  padding: 0 0 10px 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.c-btn01 {
	width: 100%;
	max-width: 300px;
	margin: auto;
}
.c-btn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 55px;
	background: #555;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	font-size: 15px;
	font-weight: bold;
	transition: all .3s ease;
}
.c-btn01 a:hover {
	opacity: .7;
}
.c-btn01 a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	width: 13px;
	height: 13px;
	background: url(../img/common/arw02.png) no-repeat center / contain;
}

.c-tit01 {
	position: relative;
	font-size: 18px;
	padding-left: 20px;
	border-bottom: 2px solid #c6c6c6;
}
.c-tit01::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	height: 1em;
	width: 5px;
	background: #9ec000;
}
.c-tit01.orange::before {
	background: #f29200;
}
