@charset "utf-8";

/* COMMON */

body {
	font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

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

.for-pc {
	display: block;
}

.for-sp {
	display: none;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.float {
	overflow: hidden;
}


/* HEADER */

.logo {
	width: 18%;
	display: flex;
	align-items: center;
}

.logo a {
	display: block;
	width: 100%;
}

.logo img {
	width: 100%;
}

#pc-nav {
	width: 48%;
}

#pc-nav a {
	color: #341C03;
	display: block;
	line-height: 1.5;
    height: 46px;
	position: relative;
	transition: all ease .4s;
	font-weight: bold;
	letter-spacing: -.01em;
	text-align: center;
	padding: 20px 0;
}
#pc-nav .pc-nav-oneline a {
	padding: 35px 0 5px;
}

@media (max-width:980px) {
	#pc-nav a {
		font-size: 12px;
	}

	#pc-nav .pc-nav-oneline a {
		padding: 30px 0 10px;
	}
	
}

#pc-nav a:hover {
	opacity: .7;
}

#pc-nav a:hover::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #0D5810 transparent transparent transparent;
}

#topBtn {
	width: 18%;
	text-align: center;
}

#topBtn li {
	width: 50%;
}

#topBtn li a {
	display: block;
	color: #fff;
	font-size: .8rem;
	height: 86px;
	box-sizing: border-box;
	transition: all ease .4s;
	padding: 16% 0;
    box-sizing: border-box;
}

#topBtn li:first-child a {
	background: #1E8812;
}

#topBtn li:last-child a {
	background: #8CC60B;
}

#topBtn li:first-child a:hover {
	border: 1px solid #1E8812;
	box-sizing: border-box;
	color: #1E8812;
	background: #fff;
}

#topBtn li:last-child a:hover {
	border: 1px solid #8CC60B;
	box-sizing: border-box;
	color: #8CC60B;
	background: #fff;
}

.top-main {
	/* height: 560px; */
	height: 480px;
}

.top-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* TOP-PAGE */

.top-about {
	padding: 4% 0 0;
	background: url(../img/top-about-bg.png) no-repeat center center;
	background-size: cover;
}

.h2-title {
	font-size: 2.28rem;
	text-align: center;
	margin-bottom: 4%;
	position: relative;
	padding-bottom: 1%;
	letter-spacing: .01em;
}

.h2-title::after {
	content: '';
	display: inline-block;
	width: 5%;
	height: 4px;
	background: green;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.h2-title-desc {
	color: #212121;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: .02em;
	text-align: center;
	margin-bottom: 4%;
}

.top-about-img {
	position: relative;
}

.top-about-img img {
	width: 60%;
}

.top-about-nav {
	width: 44%;
	position: absolute;
	right: 0%;
	top: 10%;
}

.top-about-nav ul {
	margin-bottom: 4%;
}

/* 左から緑背景　*/
.top-about-nav a {
  display: block;
  font-weight:bold;
  width: 100%;
  background: #fff;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(30, 136, 18, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.5s;
  padding: 4%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.top-about-nav a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-about-nav a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-about-nav a:hover::before {
	background: #fff;
	transform: translateX(0px);
}

.top-about-nav a:hover::after {
	background: #fff;
	transform: translateX(0px) rotate(45deg);
}

.top-about-nav a:hover {
  background-position: -100% 0;
  color: #fff;
}

.top-about-nav p {
	overflow: hidden;
}

/* 左から白背景　*/
.top-about-nav p a{
	font-weight: bold;
	text-align: center;
	display: block;
	width: 50%;
	color: #fff;
	background: green;
	padding: 3%;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid green;
	box-sizing: border-box;
	float: right;
	position: relative;
}


.top-about-nav p a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-about-nav p a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-about-nav p a:hover::before {
	background: green;
	transform: translateX(0px);
}

.top-about-nav p a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}

.top-about-nav p a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.top-service {
	padding: 4% 0;
}

.top-service-single {
	width: 33.3%;
	padding: 4% 4% 6%;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.top-service-single:nth-child(1) {
	background: url(../img/top-service01.jpg) center center;
	background-size: cover;
}

.top-service-single:nth-child(2) {
	background: url(../img/top-service02.jpg) center center;
	background-size: cover;
}

.top-service-single:nth-child(3) {
	background: url(../img/top-service03.jpg) center center;
	background-size: cover;
}

.top-service-single h3 {
	color: #fff;
	font-size: 1.3rem;
	margin-bottom: 10%;
	display: flex;
  	align-items: center; /* 垂直中心 */
  	justify-content: center; /* 水平中心 */
}

.top-service-single h3:before, .top-service-single h3:after {
  border-top: 1px solid #fff;
  content: "";
  width: 2em; /* 線の長さ */
}
.top-service-single h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
.top-service-single h3:after {
  margin-left: 1em; /* 文字の左隣 */
}

.top-service-single p {
	color: #fff;
	text-align: left;
}

.top-service-single h3 + p {
	margin-bottom: 18%;
	line-height: 2.4;
	letter-spacing: .2em;
	font-size: .8rem;
}


/* 左から白背景　*/
.top-service-single p a{
	position: absolute;
	bottom: 10%;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 60%;
	color: #fff;
	padding: 3%;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
}

.top-service-single p a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-service-single p a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-service-single p a:hover::before {
	background: green;
	transform: translateX(0px);
}

.top-service-single p a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}







.top-service-single p a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.top-service-ad {
	width: 960px;
	margin: 6% auto;
}
.top-service-ad img {
	/* width: 100%; */
}
@media (max-width:768px) {
	.top-service-ad {
		box-sizing: border-box;
		padding: 0 20px;
		width: 100%;
	}
	.top-service-ad img {
		width: 100%;
	}
}


.top-interview-single {
	width: 28%;
}

.top-interview-single a {
	display: block;
}

.top-interview-single img {
	width: 100%;
}

.top-interview-single h3 a {
	font-size: .9rem;
	font-weight: bold;
	margin-bottom: 2%;
}

.top-interview-more {
	width: 20%;
	margin: 8% auto;
}

/* 左から白背景　*/
.top-interview-more a{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	background: green;
	padding: 6% 0;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid green;
	box-sizing: border-box;
	position: relative;
}

.top-interview-more a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-interview-more a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-interview-more a:hover::before {
	background: green;
	transform: translateX(0px);
}

.top-interview-more a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}

.top-interview-more a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.top-recruit {
	padding: 4% 0 0;
	background: url(../img/top-recruit-bg.jpg) no-repeat center center;
	background-size: cover;
}

.top-recruit-img {
	position: relative;
	overflow: hidden;
}

.top-recruit-img img {
	width: 60%;
	float: right;
}

.top-recruit-nav {
	width: 44%;
	position: absolute;
	left: 0%;
	top: 10%;
}

.top-recruit-nav ul {
	margin-bottom: 4%;
}

/* 左から緑背景　*/
.top-recruit-nav a {
  display: block;
  width: 100%;
  background: #fff;
  background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(30, 136, 18, 1) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: 0.5s;
  padding: 4%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  position: relative;
}

.top-recruit-nav a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-recruit-nav a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #666;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-recruit-nav a:hover::before {
	background: #fff;
	transform: translateX(0px);
}

.top-recruit-nav a:hover::after {
	background: #fff;
	transform: translateX(0px) rotate(45deg);
}

.top-about-nav a:hover {
  background-position: -100% 0;
  color: #fff;
}

.top-recruit-nav a:hover {
  background-position: -100% 0;
  color: #fff;
}

.top-recruit-nav p {
	overflow: hidden;
}

/* 左から白背景　*/
.top-recruit-nav p a{
	display: block;
	text-align: center;
	width: 50%;
	color: #fff;
	background: green;
	padding: 3%;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid green;
	box-sizing: border-box;
	float: right;
	position: relative;
}

.top-recruit-nav p a::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-recruit-nav p a::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-recruit-nav p a:hover::before {
	background: green;
	transform: translateX(0px);
}

.top-recruit-nav p a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}


.top-recruit-nav p a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}


.top-news {
	padding: 4% 0;
}

.top-news-more {
	width: 20%;
	margin: 8% auto;
}

/* 左から白背景　*/
.top-news-more a{
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	background: green;
	padding: 6% 0;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid green;
	box-sizing: border-box;
	position: relative;
}

.top-news-more a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.top-news-more a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.top-news-more a:hover::before {
	background: green;
	transform: translateX(0px);
}

.top-news-more a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}

.top-news-more a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.top-news-single {
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px dotted #ccc;
}

.top-news-single:first-child {
	border-top: 1px dotted #ccc;
}

.top-news-single dt {
	width: 30%;
	padding: 3%;
	box-sizing: border-box;
}

.top-news-single dd {
	width: 70%;
	padding: 3% 0;
	box-sizing: border-box;
}

.top-news-single dd a {
	text-decoration: underline;
	transition: all ease .4s;
}

.top-news-single dd a:hover {
	text-decoration: none;
	opacity: .7;
}

.common-contact {
	padding: 8% 0;
	background: url(../img/common-contact-bg.jpg) center center no-repeat;
	background-size: cover;
}

.common-contact-box {
	width: 80%;
	margin: 0 auto;
}

.common-contact-single {
	width: 45%;
	padding: 4%;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}

.common-contact-single:first-child {
	background: -moz-linear-gradient(top left, #1B7A19, #176A16);
	background: -webkit-linear-gradient(top left, #1B7A19, #176A16);
	background: url(../img/common-c.png) center center no-repeat, linear-gradient(to bottom right, #1B7A19, #176A16);
}

.common-contact-single:last-child {
	background: -moz-linear-gradient(top left, #7EB326, #6E9921);
	background: -webkit-linear-gradient(top left, #7EB326, #6E9921);
	background: url(../img/common-f.png) center center no-repeat, linear-gradient(to bottom right, #7EB326, #6E9921);
}

.common-contact-title {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 4%;
}

.common-contact-desc {
	font-size: .9rem;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: 4%;
}

.common-contact-tel {
	font-size: 2rem;
	font-weight: bold;
	font-family: "Century Gothic", CenturyGothic;
}


.common-contact-more {
	width: 80%;
	margin: 8% auto;
}

/* 左から白背景　*/
.common-contact-more a{
	font-weight: bold;
	display: block;
	text-align: center;
	width: 100%;
	color: #fff;
	background: #176715;
	padding: 6% 0;
	display: block;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid #fff;
	box-sizing: border-box;
	position: relative;
}

.common-contact-more a::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all ease .4s;
	transform: translateX(-10px);
}

.common-contact-more a::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: translateX(-10px) rotate(45deg);
	transform-origin:right top 0;
	transition: all ease .4s;
}

.common-contact-more a:hover::before {
	background: green;
	transform: translateX(0px);
}

.common-contact-more a:hover::after {
	background: green;
	transform: translateX(0px) rotate(45deg);
}




.common-contact-more a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.common-contact-single:last-child .common-contact-more a{
	background: #6B9720;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.common-contact-single:last-child .common-contact-more a:hover {
  background-position: -100% 0;
  color: green;
  border: 1px solid green;
  box-sizing: border-box;
}

.common-contact-single:last-child .common-contact-more a:hover::before {
	background: #8CC60B;
	transform: translateX(0px);
}

.common-contact-single:last-child .common-contact-more a:hover::after {
	background: #8CC60B;
	transform: translateX(0px) rotate(45deg);
}

/* FOOTER */

.footer {
	padding: 2% 0 0;
}

.footer-l {
	width: 50%;
	padding: 2%;
	box-sizing: border-box;
	color: #46290B;
}

.footer-r {
	width: 46%;
	padding: 2%;
	box-sizing: border-box;
}

.f-logo {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2%;
	position: relative;
}

.f-logo img {
	position: absolute;
	left: -44px;
}

.footer-box {
	width: 80%;
	margin: 0 auto;
}

.footer-nav {
	width: 50%;
}

.footer-nav a {
	display: block;
	padding: 1% 0 1% 25px;
	color: #46290B;
	position: relative;
	transition: all ease .4s;
}

.footer-nav a::after {
	content: 'ー';
	display: inline-block;
	width: 10px;
	position: absolute;
	left: 0;
}

.footer-nav a:hover {
	text-decoration: underline;
	opacity: .7;
}

.copyright {
	display: block;
	text-align: center;
	padding: 1% 0;
	font-size: .8rem;
	color: #46290B;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 60px;
    z-index: 8000;
    transition: all ease .4s;
}

#page-top:hover {
	transform: scale(1.2);
}


/* INDEX */

.page-nav {
	background: #FAFAF2;
	padding: 1% 0;
}

.page-nav li {
	color: #707070;
	float: left;
	padding-right: 20px;
	margin-right: 12px;
	position: relative;
}

.page-nav li::after {
	content: '>';
	display: inline-block;
	position: absolute;
	right: 0;
}

.page-nav li:last-child::after {
	display: none;
}

.page-nav a {
	color: #117615;
	text-decoration: underline;
}

.page-main {
	padding: 4% 0;
	background: url(../img/page-top-bg.png) no-repeat center center;
	background-size: cover;
}
.page-main .inner {
	max-width: 960px;
}

.page-title {
	display: inline-block;
	font-size: 2rem;
	background: rgba(255, 255, 255, .9);
	padding: 2% 24% 2% 2%;
	font-weight: bold;
	border-radius: 5px;
}

.page-contents {
	/* padding: 8% 0; */
	padding: 80px 0;
	max-width: 960px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.page-contents {
		padding: 40px 0;
	}
}
.page-contents dl {
	border-bottom: 1px dashed #ccc;
	/* margin-top: 20px; */
}

.page-contents dl:first-child {
	border-top: 1px dashed #ccc;
}

.page-contents dt {
	color: #212121;
	width: 26%;
	padding: 3% 4%;
	box-sizing: border-box;
}

.page-contents dd {
	color: #212121;
	width: 74%;
	padding: 3% 4%;
	box-sizing: border-box;
}

.page-contents dd a {
	text-decoration: underline;
	transition: all ease .4s;
}

.page-contents dd a:hover {
	text-decoration: none;
	opacity: .7;
}

.pager {
	padding: 4% 0;
}

.pager p {
	text-align: center;
	color: #212121;
}

.pager-inner {
	width: 30%;
	margin: 2% auto;
}

.pager-inner img {
	width: 100%;
}


/* SINGLE-PAGE */

.single-article {
	padding-bottom: 20%;
}
.single-article h1 {
	font-size: 2rem;
	font-weight: bold;
}
.single-article h2,
.page h2 {
	font-size: 2.28rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4%;
	position: relative;
	padding-bottom: 1%;
}

.single-article h2::after,
.page h2::after {
	content: '';
	display: inline-block;
	width: 5%;
	height: 4px;
	background: green;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 768px) {
	.single-article h2,
	.page h2 {
		font-size: 24px;
		font-weight: normal;
		/* text-align: center;
		margin-bottom: 4%;
		position: relative;
		padding-bottom: 1%; */
	}
}
.single-article h3,
.page-contents h3 {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4%;
	position: relative;
	padding-bottom: 1%;
	display: flex;
  	align-items: center; /* 垂直中心 */
  	justify-content: center; /* 水平中心 */
}
.page-contents h3 {
	margin: 40px 0 20px;
	padding-bottom: 0;
}

.single-article h3:before, .single-article h3:after,
.page-contents h3:before, .page-contents h3:after {
  border-top: 1px solid #1E8812;
  content: "";
  width: 3em; /* 線の長さ */
}
.single-article h3:before,
.page-contents h3:before {
  margin-right: 1em; /* 文字の右隣 */
}
.single-article h3:after,
.page-contents h3:after {
  margin-left: 1em; /* 文字の左隣 */
}

.single-article h4,
.page-contents h4 {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 4%;
	padding-bottom: 1%;
}

.single-article table , .single-article td, .single-article th,
.page-contents table , .page-contents td, .page-contents th {
	border: 1px solid #DEDEDE;
	border-collapse: collapse;
}

.single-article table,
.page-contents table {
	width: 100%;
}

.single-article table th,
.page-contents table th {
	width: 30%;
	padding: 2%;
	box-sizing: border-box;
	background: #EFEFEF;
	font-weight: bold;
	color: #212121;
}

.single-article table td,
.page table td {
	width: 70%;
	padding: 2%;
	box-sizing: border-box;
	color: #212121;
}


.single-article p,
.page-contents p {
	font-size: .9rem;
	line-height: 2;
	color: #212121;
	margin: 4% 0;
}
.page-contents p {
	margin: 0 0 2em;
}
.single-article a {
	color: #1E8812;
	text-decoration: underline;
	transition: all ease .4s;
}

.single-article a:hover {
	opacity: .7;
	text-decoration: none;
}

.single-article strong {
	font-weight: bold;
}

.single-article img {
	display: block;
	max-width: 60%;
	margin: 4% auto;
}

.single-article ul {
	width: 96%;
	margin: 4% auto;
}

.single-article li {
	padding: 4px 0;
	list-style: disc;
}


.single-article blockquote {
	border: 1px solid #DEDEDE;
	padding: 6% 8%;
	box-sizing: border-box;
	position: relative;
	font-size: .9rem;
	line-height: 2;
	color: #212121;
}

.single-article blockquote:before,
.single-article blockquote:after{
position: absolute;
font-size: 6em;
opacity: .2;
}

.single-article blockquote:before{
top: -20px;
left: 20px;
content: '“';
}

.single-article blockquote:after{
bottom: -40px;
right: 20px;
content: '”';
}


/* common */
.page-contents figure {
	margin: 0;
}
.page-contents figure img {
	width: 100%;
	height: auto;
	max-width: none;
}
.p-card_container {
  display: flex;
  flex-wrap: wrap;
}
.p-card_container.-max3,
.p-card_container.-max4 {
  display: flex;
  flex-wrap: wrap;
}
.p-card_container .p-card {
    display: block;

 }
.p-card_container.-max3 .p-card {
    width: 30%;
    margin: 10px 1.5%;
 }
 .p-card_container.-max4 .p-card {
     width: 24%;
     margin: 10px .5%;
  }
.p-card_img img {
    width: 100%;
    max-width: none;
}

.c-section {
	margin-top: 80px;
	position: relative;
}
.c-section:first-child {
	margin-top: 0;
}
.c-section-03 {
	margin-top: 40px;
	position: relative;
}


.c-section_half {
  display: flex;
}
.c-section__text {
  margin: 0 2%;
  width: 46%;
}
.c-section__img {
  margin: 0 1%;
  width: 48%;
}
.table01 {
}
.table01 tr th {
  text-align: right;
}
.bold {
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-card_container {
  /* flex-direction: column; */
	}
  .p-card_container.-max3 .p-card {
      width: 100%;
			margin: 10px 0;
   }
	 .p-card_container.sp-max2 .p-card {
			 width: 48%;
			margin: 10px 1%;
		}
	 .c-section__text,
	 .c-section__img {
		 width: 100%;
	 }
	 .table01 tr th {
		 text-align: left;
	 }
	 .table01 tr th,
	 .table01 tr td {
		 display: block;
		 width: 100%;
	 }

}




.c-section_float {
	display: flex;

}
.c-section_float h2 {
	border: none;
	font-size: 28px;
}
.c-section_float h2:after {
	display: none;
}
.c-section_float .c-section__text {
	background: #fff;
	padding: 2em;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
	z-index: 0;
}
.c-section_float .c-section__img {

}
.c-section_float .c-section__img img {
	width: 100%;
}





.button01 {
font-weight: bold;
text-align: center;
display: block;
width: 100%;
color: #fff;
background: green;
padding: 3%;
display: block;
background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255, 255, 255, 1) 50%);
background-position: 0 0;
background-size: 200% auto;
transition: 0.5s;
border: 1px solid green;
box-sizing: border-box;
float: right;
position: relative;
}


.button01::before {
content: '';
display: inline-block;
width: 26px;
height: 1px;
background: #fff;
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
transition: all ease .4s;
transform: translateX(-10px);
}

.button01::after {
content: '';
display: inline-block;
width: 14px;
height: 1px;
background: #fff;
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
transform: translateX(-10px) rotate(45deg);
transform-origin:right top 0;
transition: all ease .4s;
}

.button01:hover::before {
background: green;
transform: translateX(0px);
}

.button01:hover::after {
background: green;
transform: translateX(0px) rotate(45deg);
}

.button01:hover {
background-position: -100% 0;
color: green;
border: 1px solid green;
box-sizing: border-box;
}



.button {
  text-align: center;
  display: inline-block;
  /* width: 100%; */
  padding: 1% 3%;
  box-sizing: border-box;
  position: relative;
	transition: 0.2s;
}
.button:hover {
  transition: 0.2s;
}
.button02 {
	border: solid 1px #ccc;
	border-radius: 2px;
	display: inline-block;
}
.button02:hover {
	color: rgba(0,0,0,0.5);
	border: solid 1px #eee;
	border-radius: 2px;
}
.ul-list {
  list-style: disc;
  list-style-position: outside;
	padding-left: 1.2em;
}



.c-section .faq{
}
.c-section .faq dt,
.c-section .faq dd {
  font-weight: bold;
  width: 100%;
  padding: 30px 60px;
	position: relative;
}
.c-section .faq dd {
	font-weight: normal;
}
.c-section .faq dt:before,
.c-section .faq dd:before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 14px;
}
.c-section .faq dt:before {
	background: url(../img/recruit/ico_q.svg) 0 0 no-repeat;
}
.c-section .faq dd:before {
	background: url(../img/recruit/ico_a.svg) 0 0 no-repeat;
}
@media (max-width: 768px) {
	.c-section .faq dt,
	.c-section .faq dd {
	  padding-right: 0;
	}
}

body.page-about .page-main,
body.page-feature .page-main,
body.page-company .page-main,
body.page-business .page-main 				{ background-image: url("../img/about/page_main_about.jpg"); }
body.page-privacy .page-main 			{ background-image: url("../img/privacy/page_main_privacy.jpg"); }
body.page-interview .page-main,
body.page-interview01 .page-main,
body.page-interview02 .page-main,
body.page-interview03 .page-main		{ background-image: url("../img/interview/page_main_interview.jpg"); }
body.page-contact .page-main			 { background-image: url("../img/contact/page_main_contact.jpg"); }  /* 1200x217 */
body.page-recruit .page-main			 { background-image: url("../img/recruit/page_main_recruit.jpg"); }  /* 1200x217 */
body.page-recruit01 .page-main			 { background-image: url("../img/recruit/page_main_recruit01.jpg"); }  /* 1200x217 */
body.page-recruit02 .page-main			 { background-image: url("../img/recruit/page_main_recruit02.jpg"); }  /* 1200x217 */
body.page-recruit03 .page-main			 { background-image: url("../img/recruit/page_main_recruit03.jpg"); }  /* 1200x217 */
body.page-entry .page-main			 { background-image: url("../img/entry/page_main_entry.jpg"); }  /* 1200x217 */


.c-section__text.c-section__greeting {
	width: 66%;
}
/* company */
@media (max-width:768px) {
	.c-section_half {
		flex-direction: column;
	}
	.c-section__text.c-section__greeting {
		width: 100%;
	}
}

.page-business .c-section_float .c-section__img {
	margin: 30px -10px auto auto;
}
.page-business .c-section_float .c-section__text {
	width: 595px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	box-sizing: border-box;
}
.page-business .c-section_float .c-section__text .button01 {
	width: 50%;
	margin: 0 auto;
}
@media (max-width:768px) {
	.c-section_float {
		flex-direction: column;
	}
	.page-business .c-section_float .c-section__img {
		margin: 0;
	}
	.page-business .c-section_float .c-section__img img {
		margin: 0;
		max-width: 100%;
	}
	.page-business .c-section_float .c-section__text {
		position: relative;
		flex-direction: column;
		order: 2;
		width: 100%;
		box-sizing: border-box;
		box-shadow: none;
		padding: 0.5em 0 2em;
	}
	.page-business .c-section_float .c-section__text .button01 {
		float: none;
	}
}


/* interview */
.c-section .interview__half__img img {
	width: 100%;
	height: auto;
}
.c-section-03.interview__half .interview__half__text h3,
.c-section-03.interview__full h3 {
	margin-top: 0;
	font-size: 20px;
	text-align: left;
	justify-content: normal;
}
.c-section-03.interview__full h3:before,
.c-section-03.interview__full h3:after,
.c-section-03.interview__half .interview__half__text h3:before,
.c-section-03.interview__half .interview__half__text h3:after {
	display: none;
}
.c-section-03 .preintro__img {
	text-align: center;
}
.c-section-03 .interview__message {
	background: #FAFAFA;
	padding: 1.5em;
}
.c-section-03 .interview__message_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;
}
.interview-staffsday .interview__half__text {
	background: #FAFAFA;
	padding: 2em;
	margin-bottom: 20px;
}
.interview-staffsday ul li {
	line-height: 2;
}
.interview-staffsday .interview-staffsday_title {
	font-weight: bold;
	display: block;
}

.interview__link.interview__half .interview__half__img{
	width: 50%;
	height: auto;
	position: relative;
	text-align: center;
}
.interview__link.interview__half .interview__half__img img {
	width: auto;
	max-width: 100%;
}
.interview__link.interview__half .interview__half__img span {
	display: block;
}
.c-section-03.interview__half.interview__link {
	display: flex;
}
.interview__link.interview__half .interview__half__img {
	margin: 0 2%;
	transition: .3s;
	font-size: 14px;
}
.interview__link.interview__half .interview__half__img:hover {
	opacity: 0.6;
	transition: .3s;
}

.interview_entry .button01 {
  width: 300px;
  margin: 0 auto;
  float: none;
}
@media (min-width:768px) {
	.interview__visual {
	  position: relative;
	}
	.interview__visual_prof {
	  position: absolute;
	  padding: 2em;
	  background: rgba(255,255,255, 0.8);
	  bottom: 0;
	  right: 0;
	}
	.interview__visual_prof span {
	  display: block;
	}
	.c-section-03.preintro {
		display: flex;
		justify-content: space-between;
	}
	.c-section-03.preintro .preintro__img {
		width: 20%;
	}
	.c-section-03.preintro .preintro__text {
		width: 70%;
	}
	.c-section-03.interview__half {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.c-section-03 .interview__half__text,
	.c-section-03 .interview__half__img {
		width: 48%;
		box-sizing: border-box;
	}
	.interview__half.interview_order .interview__half__text {
		order: 2;
	}
	.c-section-03 .interview__message {
		width: 720px;
		margin: 0 auto;
	}
}


/* お問い合わせフォーム */
p.contact-intro {
	text-align: center;
	margin-bottom: 40px;
}
.contact-form {
	margin-bottom: 40px;
}
.contact-form dl {
	display: flex;
}
.contact-form dl:nth-of-type(2n-1) {
	/* background: #f7f5ef; */
}
.contact-form dl dt {
	padding: 15px;
	font-size: 10px;
	font-size: 1.0rem;
	width: 34%;
	/* font-weight: bold; */
}
.contact-form dl dt span {
	padding: 3px 6px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-size: 0.8rem;
	border-radius: 5px;
	margin-right: 8px;
}
.contact-form dl dt span.required {
	background: #117615;
}
.contact-form dl dt span.any {
	background: #aaa;
}
.contact-form dl dd {
	width: 66%;
	padding: 15px;
	font-size: 15px;
	font-size: 1.0rem;
}
.contact-form dl dd input[type="text"], .contact-form dl dd input[type="email"] {
	width: 100%;
	padding: 5px;
	margin-bottom: 8px;
	font-size: 15px;
	font-size: 1.0rem;
}
.contact-form dl dd input.tel {
	width: 24%;
}
.contact-form dl dd select {
	font-size: 15px;
	font-size: 1.0rem;
	margin-bottom: 8px;
}
.contact-form dl dd input.zipcode {
	width: 20%;
}
.contact-form dl dd input[type="tel"] {
	width: 30%;
	padding: 5px;
	margin-bottom: 8px;
	font-size: 15px;
	font-size: 1.0rem;
}
.contact-form dl dd textarea {
	width: 100%;
	padding: 5px;
	font-size: 15px;
	font-size: 1.0rem;
}
.contact-form dl dd span {
	font-size: 13px;
	color: #aaa;
}
.contact-form dl dd label {
	margin-right: 16px;
}
.contact-form dl:nth-last-of-type(1) {
	margin-bottom: 32px;
}
.contact-form .poricy-agree {
	text-align: center;
	font-size: 12px;
	font-size: 1.0rem;
	margin-bottom: 24px;
}
.contact-form .poricy-agree input {
	margin-right: 8px;
}
.contact-form input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	width: 214px;
	margin: 0 auto 40px;
	padding: 10px;
	text-align: center;
	background: #1E8812;
	color: #fff;
	font-size: 12px;
	font-size: 1.0rem;
	float: none;
}
.mw_wp_form .error {
	font-size: 12px;
	font-size: 1.0rem;
}


@media (max-width: 768px) {
	/*お問いわせフォーム*/
	p.contact-intro {
	  text-align: left;
	  margin-bottom: 40px;
	  font-size: 15px;
	  font-size: 1.5rem;
	}

	.contact-form {
	  margin-bottom: 40px;
	}

	.contact-form dl {

	  margin-bottom: 24px;
		flex-direction: column;
	}

	.contact-form dl dt {
	  padding: 4% 4% 2%;
	  font-size: 15px;
	  font-size: 1.5rem;
	  width: 100%;
	}

	.contact-form dl dt span {
	  padding: 3px 6px;
	  text-align: center;
	  color: #fff;
	  font-size: 12px;
	  font-size: 1.2rem;
	  border-radius: 5px;
	  margin-right: 8px;
	}

	.contact-form dl dd {
	  padding: 4%;
	  font-size: 15px;
	  font-size: 1.5rem;
	  width: 100%;
	}

	.contact-form dl dd input,
	.contact-form dl dd textarea {
	  border: 1px solid #ccc;
	}
/*
	.contact-form dl dd input[type="text"],
	.contact-form dl dd input[type="email"] {
	  width: 100%;
	  padding: 5px;
	  margin-bottom: 8px;
	  font-size: 15px;
	  font-size: 1.5rem;
	}

	.contact-form dl dd select {
	  font-size: 14px;
	  margin-bottom: 8px;
	}

	.contact-form dl dd input.zip {
	  width: 30%;
	}

	.contact-form dl dd input.tel {
	  width: 50%;
	  padding: 5px;
	  margin-bottom: 8px;
	  font-size: 15px;
	  font-size: 1.5rem;
	}

	.contact-form dl dd textarea {
	  width: 100%;
	  padding: 5px;
	  font-size: 15px;
	  font-size: 1.5rem;
	}

	.contact-form dl dd span {
	  font-size: 13px;
	  color: #aaa;
	}

	.contact-form dl dd label {
	  margin-right: 16px;
	}

	.contact-form dl:nth-last-of-type(1) {
	  margin-bottom: 32px;
	}

	.contact-form .poricy-agree {
	  text-align: center;
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-bottom: 24px;
	} */

	.contact-form .poricy-agree input {
	  margin-right: 8px;
	}

	.contact-form input[type="submit"] {
		width: 80%;
	}
}
.contact-form input[type="submit"]:hover {
	/* background: #221f7c; */
}
.mw_wp_form_preview .placeholder {
	display: none;
}
.contact-form input.return {
	width: 40%;
	background: #aaa !important;
}
.contact-form input.return:hover {
	width: 40%;
	background: #221f7c !important;
}
.thanks-txt {
	Width: 90%;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	Margin: 0 auto 24px;
	line-height: 1.5;
}
p.thanks-sub {
	Width: 90%;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	Margin: 0 auto 16px;
}
.for-top {
	margin: 60px auto;
	text-align: center;
}
.for-top a {
	display: block;
	width: 280px;
	padding: 15px 0;
	text-align: center;
	background: #ef773b;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 auto 40px;
	text-decoration: none;
}
.for-top a:hover {
	background: #221f7c;
}
.no-page .main-info {
	margin-bottom: 40px;
	text-align: center;
}
/* sitemap */
.sitemap {
	width: 80%;
	margin: 0 auto;
}
.sitemap ul {
	line-height: 2;
	padding-left: 2em;
}
.sitemap ul li {
	border: solid 1px #ccc;
  border-radius: 2px;
  margin-bottom: 10px;
  border-top: solid 2px #1E8812;
}
.sitemap ul li a {
	display: block;
	padding: 0.4em 0.8em;
	transition: 0.2s;
 }
.sitemap ul li a:hover {
	background: #eee;
	transition: 0.2s;
}
.sitemap ul li ul {
margin-top: 10px;
}
.sitemap ul li ul li {
	border-top: solid 1px #ccc;
}

@media (max-width:768px) {
	.sitemap ul {
		line-height: 2;
		padding-left: 0em;
	}
	.sitemap ul li ul {
		margin-top: 0px;
	}
	.sitemap ul li ul li {
		border-bottom: none;
    border-left: none;
    border-right: none;
		margin-bottom: 0;
	}
	.sitemap ul li ul li a {
		padding-left: 2em;
	}
}


/* お問い合わせボタン */
.contact__btn,
a.contact__btn,
button.contact__btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
	background-color:#7EB326;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 100vh;
}

a.btn-c i.fa::before {
  margin-right: 1rem;
}

#mb0{
	margin-bottom:0;
}

@media (max-width:768px) {
.tabspnone{
	display:none !important;
}
}

@media (min-width:769px) {
	.pcnone{
		display:none !important;
	}
}

#img__custom{
	margin-bottom:0;
}

@media (min-width:1025px) {
  #img__custom img{
	  height:164.17px;
	  margin:7% auto;
  }
}

@media (min-width:960px)  and (max-width:1024px) {
	#img__custom img{
		height:157.03px;
	}
}

@media (min-width:782px) and (max-width:959px) {
		#img__custom img{
		height:calc(157.03 / 960 * 100vw);
	}
}

@media (min-width:769px) and (max-width:781px) {
		#img__custom img{
		height:calc(270.66 / 781 * 100vw);
	}
}

@media (min-width:600px) and  (max-width:768px) {
		#img__custom img{
		height:calc(247.19 / 768 * 100vw);
	}
}

/* invoice */

.home .invoice-section {
	width: 70%;
    margin: 0 auto;
}

.invoice-section h3 {
	font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4%;
    position: relative;
    padding-bottom: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 40px 0 20px;
    padding-bottom: 0;
}

.invoice-section h3:before,
.invoice-section h3:after {
    border-top: 1px solid #1E8812;
    content: "";
    width: 3em;
}

.invoice-section h3:before {
    margin-right: 1em;
}
.invoice-section h3:after {
    margin-left: 1em;
}

.invoice-section h4 {
	font-size: 1.2rem;
    font-weight: bold;
	border-bottom: 2px solid #1E8812;
	padding-bottom: 16px;
	margin: 28px 0 16px;
}

.home p.invoice-text {
	line-height: 2;
	text-align: center;
}

.invoice-section p {
    margin: 0 0 2em;
}

.invoice-section ul.invoice-text {
	margin-bottom: 60px;
}
.invoice-section .table01 {
	margin-bottom: 60px;
}

.invoice-section .table01 th {
	text-align: center;
}

.invoice-contact {
	border: 2px solid #1E8812;
	max-width: 640px;
	text-align: center;
    margin: 0 auto;
}

.invoice-contact h4 {
	margin: 28px 28px 16px;
}

.invoice-section p.top-news-more {
    width: 20%;
    margin: 8% auto;
}

.invoice-link {
	text-align: center;
	margin-bottom: 60px
}

.invoice-link ul li.invoice-link-excel {
	margin-bottom: 40px;
}

.invoice-link-box {
	width: calc(50% - 20px);
	width: 100%;
	background: #FAFAF2;
	padding: 40px 20px;
	box-sizing: border-box;
}

.invoice-link-box h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.invoice-link-box h5 span {
	border-left: 10px solid #1E8812;
	padding-left: 10px;
}

.invoice-link-text {
	display: flex;
	justify-content: center;
}
.invoice-link-text img {
	width: 24px;
	height: 30px;
	margin-right: 5px;
}
.invoice-link-text p {
	padding: 4px;
	margin-bottom: 10px;
}

.invoice-link ul li a {
	position: relative;
	max-width: 200px;
	border: 2px solid green;
    display: block;
    padding: 20px 30px 20px 10px;
    background: #FFF;
	margin: 0 auto;
}

.invoice-link ul li a:hover {
	opacity: .7;
}

.invoice-link ul li a::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: green;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all ease .4s;
    transform: translateX(-10px);
}

.invoice-link ul li a::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: green;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateX(-10px) rotate(45deg);
    transform-origin: right top 0;
    transition: all ease .4s;
}

/*
.invoice-link ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
  color: #1E8812;
  margin-left: 15px;
}*/

.invoice-link ul li a span {
	color: #FFF;
	padding: 4px;
	margin-right: 15px;
}
.invoice-link ul li.invoice-link-excel a span {
	background: #009d44;
}
.invoice-link ul li.invoice-link-pdf a span {
	background: #b50000;
}

