@charset "utf-8";
body {
	line-height: 2;
}
.green {
	color: #A9BC00;
}
.footer_sub_nav_wrap {
	padding: 40px 15px;
	background: #EBEBEB;
}
.footer_sub_nav {
	max-width: 1390px;
	margin:0 auto;
}
.footer_sub_nav ul {
	list-style: none;
	padding: 0;
}
.footer_sub_nav ul li {
	border-right: 1px solid #C4C4C4;
}
.footer_sub_nav ul li:first-of-type {
	border-left: 1px solid #C4C4C4;
}
.footer_sub_nav ul li a {
	min-height: 5em;
	display: block;
	line-height: 5em;
	font-size: 2rem;
}
.footer_page_info {
	padding: 68px 15px 60px;
	max-width: 1500px;
	margin:0 auto;
}
.footer_page_info .logo {
	width: 12%;
}
.footer_page_info .address {
	width: 52.1%;
	padding-left: 5%;
}
.footer_page_info .address .txt01 {
	font-size: 1.9rem;
}
.footer_page_info .address dt {
	width: 8em;
	font-weight: 500;
	text-align:justify;
	text-align-last:justify;
}
.footer_page_info .address dd {
	width: calc(100% - 8em);
	padding: 0 0 1em 1em;
}
.footer_page_info .site_nav ul {
	list-style: none;
	margin: 0;
	border-left: 1px solid #C4C4C4;
}
.footer_page_info .site_nav ul li a {
	padding: 0 0 0 30px;
	font-size: 1.7rem;
	background: url(../images/footer_arrow.svg) no-repeat 0 50% / 20px;
}
.site-footer {
	background: #EEF0DE;
}
.page_intro {
	min-height: 817px;
}
.page_intro h1 {
	font-size: 4.3rem;
}
.page_intro p {
	font-size: 1.8rem;
	line-height: 2;
}
.performance .page_intro {
	background: url(../images/performance_img01c.jpg) no-repeat 50% 50% / cover;
}
.intro_btm {
	height: 137px;
	background: #A9BC00;
	position: relative;
	letter-spacing: 2px;
	font-size: 2.1rem;
	font-weight: 300;
	padding-top: 60px;
}
.intro_btm::after {
	content: "";
	height: 188px;
	border-right: 1px solid #707070;
	left: 50%;
	position: absolute;
	bottom: -169px;
}
#top_scroll {
	cursor: pointer;
}
#top_scroll:hover {
	opacity: .7;
}
.lead01 {
	padding-top: 300px;
}
.lead02 {
	padding-top: 11.2%;
	background: url(../images/performance_img06.jpg) no-repeat 100% 0 / 39.5%;
}
.lead h2 {
	font-size: 2.7rem;
	display: inline-block;
	display: flex;
	align-items: center;
}
.lead h2::after {
	content: "";
	height: 1px;
	margin-left: .8em;
	flex-grow: 1;
	background: #A9BC00;
}
.lead .lead_txt {
	font-size: 1.8rem;
	line-height: 2.2;
	font-weight: 500;
}
.lead_img {
	position: relative;
}
.lead01 .lead_img .img01 {
	right: 0;
	top: -300px;
	position: absolute;
}
.lead01 .lead_img .img02 {
	top: -80px;
	position: absolute;
	left: 94px;
}
.lead02 .lead_img .img01 {
	top: -120px;
	position: absolute;
	right: 0;
}
.item .ttl01 {
	font-size: 2.2rem;
}
.bnr {
	min-height: 370px;
	font-size: 1.8rem;
}
.bnr .bnr_txt > .row {
	min-height: 370px;
}
.bnr .bnr_ttl {
	margin-right: -15px;
	margin-left: -15px;
	font-size: 2.2rem;
	position: relative;
}
.bnr .bnr_ttl::after {
	content: "";
	width: 56px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -13px;
	left: calc(50% - 28px);
}
.bnr .bnr_btn {
	border: 1px solid #fff;
	padding: 4px 30px 4px 20px;
	font-size: 1.5rem;
	position: relative;
}
.bnr .bnr_btn img {
	position: absolute;
	top: 28%;
	right: -30%;
}
.bnr01 {
	background: url(../images/performance_bnr01.jpg) no-repeat 0 0 / cover;
}
.bnr02 {
	background: url(../images/performance_bnr02.jpg) no-repeat 0 0 / cover;
}
.bnr01 .bnr_txt {
	background: #9F5050;
}
.bnr02 .bnr_txt {
	background: #878E43;
}
.subgrid_col3 {
	display: grid;
    gap: 0 2%;
    grid-template-columns: repeat(3, fit-content(100%));
}
.subgrid_col3 .bg_border_gray {
    padding: 15px;
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
}
.bg_border_gray {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e6e3e2;
	position: relative;
}
.subgrid_col3 .btn01 {
	max-width: 18em;
}
.btn_green {
	position:relative;
	color:#333;
    padding: 10px 30px;
	display: block;
	text-align: center;
    text-decoration: none;
    outline: none;
	transition:all 0.3s ease-in-out;
}
.btn_green::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top: 2px solid #54b240;
    border-right: 2px solid #54b240;
    border-bottom: 2px solid #54b240;
    border-left: 2px solid #54b240;
    opacity: 0;
    transform: scale(0, 1);
    transition: all 0.3s;
}
.btn_green::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color:#54b240;
    transition: all 0.3s;
}
.btn_green:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}
.btn_green:hover::after {
    opacity: 0;
    transform: scale(0, 1);
}
.btn_green span {
	position: relative;
	z-index: 2;
	color: #fff;
    font-size: 1.6rem;
    transition: all 0.3s;
}
.btn_green:hover span {/*
    letter-spacing: 2px;*/
	color: #333;
}
@media only screen and (max-width: 992px) {
	.w1160,
	.w1100,
	.w1010,
	.w1090 {
		margin-right: 15px;
		margin-left: 15px !important;
	}
	.staff_s02 {
		padding-right: 15px;
		padding-left: 15px !important;
	}
	.site-logo {
		padding: 15px;
		max-width: 280px;
	}
	.btn-menu {
		right: 15px;
		left: auto !important;
	}
	.home_head_sns {
		right: 10% !important;
	}
	.head_menu {
		right: 25% !important;
		top: 49px !important;
	}
}
@media only screen and (max-width: 767px) {
	.site-logo {
		padding: 6px 15px;
	}
	.page_intro {
		padding-top: 50px;
		min-height: auto;
	}
	.page_intro p {
		margin: 0 auto;
	}
	.page_intro h1 {
		font-size: 3rem;
	}
	.performance .page_intro,
	.lead02 {
		background: none;
	}
	.intro_btm {
		height: 110px;
		font-size: 1.8rem;
		padding-top: 50px;
	}
	.intro_btm::after {
		height: 100px;
		bottom: -86px;
	}
	.lead01 {
		padding-top: 100px;
	}
	.performance .bnr01,
	.performance .bnr02 {
		width: calc(100% - 30px);
		padding: 20px 0 0;
		margin: 0 auto;
	}
	.bnr {
		min-height: auto;
		font-size: 1.4rem;
	}
	.bnr .bnr_txt {
		width: 100%;
		padding: 1em;
	}
	.bnr .bnr_txt > .row {
		min-height: auto;
		padding: 10px 0 17px;
	}
	.footer_sub_nav ul li:first-of-type {
		border-left: none;
		border-top: 1px solid #C4C4C4;
	}
	.footer_sub_nav ul li {
		border-right: none;
		border-bottom: 1px solid #C4C4C4;
	}
	.footer_sub_nav ul li a {
		padding: 1em 0;
		min-height: auto;
		line-height: inherit;
		font-size: 1.8rem;
	}
	.footer_page_info {
		padding: 40px 15px 40px;
	}
	.footer_page_info .logo {
		width: 100%;
		text-align: center;
		padding: 30px 31% 40px;
		order: 2;
	}
	.footer_page_info .address {
		width: 100%;
		padding-left: 5%;
		order: 3;
	}
	.footer_page_info .address dd {
		width: 100%;
		padding: 0 0 1em 0;
	}
	.footer_page_info .site_nav {
		width: 100%;
		order: 1;
	}
	.footer_page_info .site_nav ul {
		padding: 0 0 1em 0;
		border-bottom: 1px solid #C4C4C4;
		border-left: 0;
	}
	.site-footer {
		font-size: .9em;
		line-height: 1.8;
	}
	.footer_back {
		padding: 30px 15px;
	}
	.footer_nav_cont:nth-of-type(odd) {
		width: 33%;
		margin-right: 4%;
	}
	.footer_nav_cont:nth-of-type(even) {
		width: 63%;
		margin-right: 0;
	}
	.site-info {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.subgrid_col3 {
		display: block;
	}
	.bg_border_gray {
		width: calc(100% - 30px);
		margin-right: auto;
		margin-left: auto;
	}
	.subgrid_col3 .btn01 {
		max-width: none;
	}
	.btn_green {
		padding: 8px 0;
		display: block;
		text-align: center;
	}
}