@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: url(../img/bgfixed.webp);
	background-size: 600px;
	background-position: top center;
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 100px 0 115px;
	position: relative;
}
main section.stb {
	padding: 120px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0 70px;
	}
	main section.stb {
		padding: 65px 0;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し*/
/*01*/
.maintitle {
	margin-bottom: 75px;
	display: block;
	text-align: center;
	line-height: 0.6;
	position: relative;
	font-weight: 500;
	font-size: clamp(2.7rem, 0.825rem + 6vw, 4.2rem);
}
.maintitle .mf {
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.08em;
	background: linear-gradient(to top right, #046D36, #02FF02);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.maintitle.mtleft {
	text-align: left;
}
.maintitle .sf {
	font-size: 33%;
	position: relative;
}
.maintitle.mtleft .sf {
	padding-left: 43px;
}
.maintitle.mtleft .sf::before {
	background: #333;
	position: absolute;
	content: "";
	top: 0.7em;
	left: 0;
	width: 33px;
	height: 1px;
}
.txtmgb {
	margin-bottom: 45px;
}
@media (max-width: 750px) {
	.spcenter.maintitle.mtleft .sf {
		padding-left: 0;
	}
	.spcenter.maintitle.mtleft .sf::before {
		content: none;
	}
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 53px;
	}
	.txtmgb {
		margin-bottom: 37px;
	}
}
/*02*/
.mtitle {
	margin-top: 20px;
	color: #135233;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	line-height: 1.5;
	position: relative;
	font-weight: 500;
	font-size: clamp(1.5rem, 1.0625rem + 1.4vw, 1.85rem);
}
.mtitle.mleft {
	text-align: left;
	padding-left: 55px;
}
.mtitle.mleft:before {
	background: #135233;
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	width: 43px;
	height: 1px;
}
/*03*/
.stitle {
	margin-bottom: 15px;
	font-weight: 500;
	position: relative;
	font-size: clamp(1.1rem, 0.6rem + 1.6vw, 1.5rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 7px;
	margin-top: 7px;
	border-bottom: 1px solid #b9bdbb;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 95px;
	height: 1px;
	background: #046D36;
}
.stitle .en {
	font-size: 90%;
	margin-right: 12px;
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	color: #046D36;
}
.stitle .en span {
	font-size: 180%;
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 23px 0;
	transition: .4s;
	display: inline-block;
	width: fit-content;
	min-width: 265px;
	text-align: center;
	color: #fff;
	background: #135233;
	border: 1px solid #fff;
	z-index: 1;
	overflow: hidden;
}
.mainbtn a:hover {
	border: 1px solid #135233;
	color: #135233;
	background: #fff;
	transition: .4s;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 550px) {
	.mainbtn a {
		min-width: 220px;
		padding: 18px;
	}
	.tbtn {
		margin-top: 27px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 35px;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 88%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
@media (min-width: 2000px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1999px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w43 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 88%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w43 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/*background*/
.bg_green, .bg_lightgreen {
	position: relative;
}
.whitetext, .whitetext span, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6 {
	color: #fff !important;
}
.whitetext .maintitle .mf {
	color: #fff;
	background: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.whitetext .maintitle .sf::before, .whitetext .mtitle.mleft:before {
	background: #fff;
}
.whitetext .stitle {
	border-bottom: 1px solid #fff;
}
.whitetext .stitle::after {
	background: #02FF02;
}
.bg_green::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #046D36;
	z-index: -100;
}
.bg_lightgreen::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #5be346;
	z-index: -100;
}
.bg_lightgreen .mainbtn a {
	background: #046D36;
}
.bg_lightgreen .mainbtn a:hover {
	background: #fff;
	color: #046D36;
}
/*painting*/
.bg {
	position: relative;
}
.bg::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/_bg/bg.svg);
	background-size: contain !important;
	background-position: bottom center !important;
	background-repeat: no-repeat !important;
	z-index: 1;
	pointer-events: none;
}
/* 色 */
.white::before {
	background-image: url(../img/_bg/bg_white.webp);
}
.green::before {
	filter: invert(31%) sepia(65%) saturate(550%) hue-rotate(96deg) brightness(94%) contrast(102%);
}
.lightgreen::before {
	filter: invert(66%) sepia(83%) saturate(404%) hue-rotate(61deg) brightness(98%) contrast(93%);
}
/* 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/*=== 共通部分ここまで ===*/
/* header ================================= */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	padding: 13px 5px 15px;
	transition: all .5s;
}
.change {
	background: #fff;
}
.header_inner {
	width: 97%;
	margin: 0 auto;
	max-width: 1500px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* logo */
.header h1 {
	line-height: 1;
}
.header_title h1 a:hover {
	opacity: 0.6;
}
.header_title {
	width: fit-content;
	filter: brightness(0) invert(1);
}
.change .header_title {
	filter: none;
}
.header_title h1 a {
	width: 335px;
	display: flex;
	justify-content: space-between;
}
.symbol {
	width: 19%;
}
.logotype {
	width: 76%;
}
.header_title h1 a {
	display: flex;
	align-items: center;
}
/* menu */
.header_nav {
	width: fit-content;
	margin-left: auto;
}
.header_nav ul {
	display: flex;
	text-align: center;
}
.header_nav ul li {
	padding: 2px 20px;
	position: relative;
	line-height: 1.6;
}
.header_nav ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.header_nav ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	line-height: 1.4;
	font-size: 1.02rem;
	color: #fff;
	white-space: nowrap;
}
.change .header_nav ul li a {
	color: #333;
}
.header_nav ul li a span {
	display: block;
	font-size: 140%;
	text-transform: uppercase;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	transition: .3s;
	letter-spacing: 0.015em;
}
.change .header_nav ul li a span {
	color: #046D36;
}
.header_nav ul li a:hover {
	opacity: 0.6;
	transition: .3s;
}
/**/
.header_item {
	display: flex;
	align-items: center;
	margin-left: auto;
	width: fit-content;
	margin-bottom: 13px;
}
.header_item > div {
	margin: 0 8px;
}
.header_item .mainbtn a {
	min-width: 205px;
	line-height: 1;
	padding: 12px 0;
	font-size: 0.9rem;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #fff;
}
.header_item .mainbtn a:hover {
	opacity: 0.6;
}
.change .header_item .mainbtn a {
	background: #046D36;
	border: 1px solid transparent;
}
/*tel*/
.tel {
	font-size: 1.5rem;
}
.tel a {
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.tel a i {
	margin-right: 4px;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
.change .tel a {
	color: #046D36;
}
/*iconbtn*/
.iconbtn a {
	color: #fff;
	font-size: 1.85rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.change .iconbtn a {
	color: #046D36;
}
.iconbtn a:hover {
	opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	height: 33px;
	top: 30px;
	right: 12px;
	z-index: 9999;
	width: 60px;
	border: none;
	background-color: transparent;
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
	background: #fff;
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;
}
.hamburger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 47px;
	transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background: #fff;
}
.change .hamburger__line, .change .hamburger__line:before, .change .hamburger__line:after {
	background: #046D36;
}
.hamburger__line:before {
	top: -9px;
}
.hamburger__line:after {
	top: 9px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	letter-spacing: 0.01em;
	color: #5be346;
	font-size: 0.9rem;
	text-align: center;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}
.hamburger__text::before {
	content: "menu";
	text-transform: uppercase;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
	position: relative;
	bottom: -9px;
	color: #fff;
}
*/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	background-size: cover;
	background-position: right;
}
.header__nav-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: -1;
	opacity: 0.55;
}
.header__nav-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/hamburger.webp);
	background-size: cover;
	background-position: 80% 50%;
	z-index: -2;
	filter: sepia(90%);
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
	max-width: 620px;
}
.global-navigation__list {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.global-navigation__list li {
	width: 48%;
}
.global-navigation__list li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	margin: 3px 0;
	font-size: 1rem;
	transition: .35s;
	line-height: 1.6;
	display: block;
	padding: 9px 0 15px;
	color: #fff;
}
.global-navigation__list li a span {
	display: block;
	font-size: 130%;
	transition: all .3s;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0.015em;
}
.global-navigation__list a:hover {
	opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.telbtn a {
	font-size: 110%;
}
@media (max-width: 1055px) {
	.header_nav, .header_item {
		display: none;
	}
	.header__inner {
		display: block;
	}
	.header {
		padding: 23px 14px;
	}
	.header_inner {
		width: 100%;
		display: block;
	}
	.header_title h1 a {
		width: 270px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 13px 10px;
	}
	.hamburger {
		top: 13px;
		right: 5px;
	}
	.header_title h1 a {
		width: 188px;
	}
	.global-navigation__list li a {
		font-size: 0.9rem;
		padding: 9px 0;
	}
	.global-navigation .mainbtn a {
		font-size: 0.9rem;
		width: 100%;
		max-width: 230px;
		padding: 13px;
	}
}
/* footer =======================================*/
.footer_contact .inner {
	width: 95%;
	max-width: 1000px;
}
.footer_contact {
	padding: 85px 0 90px;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/footer.webp);
	background-size: cover;
	background-position: 30% 0%;
	background-attachment: fixed;
	z-index: -1;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .footer_contact::after {
	background-attachment: scroll;
}
.footer_contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.65;
}
.footer_contact .maintitle {
	color: #fff;
	margin-bottom: 40px;
}
.footer_contact .maintitle .mf {
	color: #fff;
}
.ctext {
	margin-bottom: 37px;
	font-size: 115%;
	text-align: center;
}
/*btn*/
.footer_contact .btn {
	text-align: center;
	width: 32.5%;
}
.footer_contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 22px 5px;
	font-size: 1.1rem;
	white-space: nowrap;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	white-space: nowrap;
}
.footer_contact .btn a i {
	margin-right: 8px;
}
.footer_contact .btn a:hover {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.fax {
	pointer-events: none;
}
@media (max-width: 850px) {
	.footer_contact .btn a {
		font-size: 1rem;
	}
}
@media (max-width: 750px) {
	.footer_contact::after {
		background-attachment: scroll;
	}
	.footer_contact .inner {
		width: 83%;
	}
	.footer_contact .maintitle {
		margin-bottom: 35px;
	}
	.ctext {
		text-align: left;
		margin-bottom: 27px;
		font-size: 95%;
	}
	.footer_contact {
		padding: 55px 0;
	}
	.footer_contact .flexbox {
		max-width: 400px;
		margin: auto;
	}
	.footer_contact .btn {
		margin-bottom: 8px;
		width: 100%;
		height: auto;
	}
	.footer_contact .btn:last-child {
		margin-bottom: 0 !important;
	}
}
/*リンク・ロゴ・住所*/
.fbbg {
	background: #046D36;
	color: #fff;
}
.footer_bottom {
	padding: 35px 0;
}
/* ロゴとアドレス */
.dhga {
	padding-top: 5px;
}
.flogo {
	margin: auto;
	width: 90%;
	max-width: 265px;
	margin-bottom: 12px;
}
.flogo a {
	display: flex;
	justify-content: space-between;
}
.fadr p {
	line-height: 1.7;
	margin-bottom: 0;
}
.fadr p br {
	display: none;
}
.copyright {
	font-size: 0.9rem;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 13px 0 20px;
	width: 90%;
	margin: auto;
}
@media (max-width: 750px) {
	.fadr p {
		font-size: 83%;
		line-height: 1.8;
	}
}
@media (max-width: 550px) {
	.flogo {
		max-width: 210px;
	}
	.fadr p br {
		display: block;
	}
	.footer_bottom {
		padding: 27px 0 23px;
	}
	.copyright {
		padding: 10px 0 13px;
		font-size: 0.75rem;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	border: 1px solid #02FF02;
	background: linear-gradient(to top right, #046D36, #02FF02);
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 25px;
	z-index: 79;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f124";
	font-weight: bold;
	color: #fff;
	font-size: 0.85rem;
	position: absolute;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 79;
}
@media(max-width:550px) {
	.go_top {
		width: 48px;
		height: 48px;
		right: 15px;
		bottom: 10px;
	}
	.go_top::before {
		font-size: 0.7rem;
	}
}
/*============*/
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.aic {
	align-items: center;
}
/* アニメーション ============*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*見出しアニメ*/
.bdb, .bdb.stitle {
	position: relative;
	border-bottom: none;
}
.bdb.stitle::after {
	content: none;
}
.bdb::before {
	content: '';
	display: block;
	height: 1px;
	background: #046D36;
	position: absolute;
	bottom: 0;
	opacity: 0;
	width: 0;
	transition: 2s;
	transition-delay: 0.45s;
}
.inview.bdb::before {
	width: 100%;
	opacity: 1;
}
/* img */
.imgup {
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 0.35s cubic-bezier(0.6, 0, 0.07, 1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.imgup::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #046D36, #02FF02);
	z-index: 3;
	transition: 0.8s cubic-bezier(0.6, 0, 0.07, 1);
	transition-delay: 0.4s;
}
.imgup.inview::after {
	transform: translateX(102%);
}
/*delay*/
.delay01 {
	transition-delay: 0.45s;
}
.delay02 {
	transition-delay: 0.6s;
}
/* 動画 ==========================================*/
.topslide {
	overflow: hidden;
	position: relative;
}
/**/
.topslide::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.2;
}
.slide_items {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	min-height: 620px;
}
.slide_items img, .slide_items video {
	object-fit: cover;
	width: 100%;
	height: 100vh;
	min-height: 620px;
	filter: brightness(120%);
}
/* text */
.slide_text {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
	color: #fff;
	width: 100%;
	max-width: 575px;
}
.slide_text p {
	margin-bottom: 0;
	white-space: nowrap;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.slide_text span.mini {
	display: block;
	padding-left: 3px;
	font-size: 92%;
}
.slide_text p .bdb::before {
	background: rgba(255, 255, 255, 0.2);
}
/* btn */
.slidebtns {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
}
.slidebtns .mainbtn {
	width: 48.5%;
}
.slidebtns .mainbtn a {
	font-size: 1.15rem;
	white-space: nowrap;
	width: 100%;
	color: #fff;
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, 0.75);
}
.slidebtns .mainbtn a:hover {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1000px) {
	.slide_text {
		max-width: 60vw;
	}
	.slide_text p {
		font-size: 4.2vw;
	}
	.slide_text span.mini {
		padding-left: 0;
	}
	.slidebtns .mainbtn a {
		font-size: 1.8vw;
	}
}
@media (max-width: 750px) {
	.slidebtns {
		display: block;
		margin-top: 15px;
	}
	.slidebtns .mainbtn {
		width: 100%;
		margin-top: 7px;
	}
	.slidebtns .mainbtn a {
		font-size: 2.7vw;
	}
}
@media (max-width: 450px) {
	.slide_items img, .slide_items video {
		height: calc(100vh - 45px);
		min-height: auto;
	}
	.slide_items {
		height: calc(100vh - 45px);
		min-height: auto;
	}
	.slide_text {
		top: 50%;
		max-width: 90%;
	}
	.slide_text p {
		font-size: 6.25vw;
	}
	.slidebtns .mainbtn a {
		padding: 5.5% 0;
		font-size: 4.5vw;
	}
}
/* 新着情報 ========================================================*/
.news {
	padding: 90px 0 105px;
}
.newstitle {
	white-space: nowrap;
	height: fit-content;
	margin-right: 50px;
}
.news .inner {
	max-width: 1100px;
}
.news .flexbox {
	flex-wrap: nowrap;
}
.newsl {
	width: 100%;
}
@media (max-width: 750px) {
	.newstitle {
		margin-right: 0;
		margin-bottom: 0;
	}
	.news {
		padding: 60px 0 55px;
	}
	.news .maintitle {
		margin-bottom: 37px;
	}
}
/* 事業内容 ========================================================*/
.sertext {
	margin-bottom: 45px;
}
.sertext span {
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 130%;
	margin-bottom: 10px;
	line-height: 1.6;
}
@media (max-width: 750px) {
	.sertext span {
		font-size: 115%;
	}
}
/**/
.services_painting {
	width: 100%;
	margin-bottom: -1px;
}
.services_painting img {
	width: 100%;
}
.spg_top {
	margin-top: -1px;
	margin-bottom: 0;
	transform: scaleX(-1) scaleY(-1);
}
.services {
	padding: 0;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.services::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #046D36;
	opacity: 0.75;
	z-index: -1;
}
.services::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/services.webp);
	background-size: cover;
	background-position: center;
	z-index: -2;
	background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .services::after {
	background-attachment: scroll;
}
.servicesbg {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	counter-reset: num;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.servicesbg a {
	overflow: hidden;
	position: relative;
	width: calc(100%/5);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	counter-increment: num;
	z-index: 5;
}
/*フィルター*/
.servicesbg a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
.servicesbg a:hover::after {
	opacity: 0.4;
}
/*線*/
.servicesbg a .slline::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	border-left: 2px solid rgba(255, 255, 255, 0.3);
	z-index: 5;
	pointer-events: none;
}
.servicesbg a:first-child .slline::after {
	border-left: none;
}
.servicesbg a:last-child .slline::after {
	border-right: 2px solid rgba(255, 255, 255, 0.3);
}
/*img*/
.servicesbg a img {
	opacity: 0;
	object-fit: cover;
	width: 100%;
	height: 600px;
}
.servicesbg img:hover {
	opacity: 1;
	transition: opacity 0.4s, transform 4s ease;
	transform: scale(1.1);
}
/*矢印*/
.servicesbg a::before {
	position: absolute;
	bottom: 8%;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	font-family: "Font Awesome 6 Free";
	content: "\f124";
	font-weight: bold;
	line-height: 1;
	font-size: 0.65rem;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .6s;
	z-index: 3;
	pointer-events: none;
}
.servicesbg a:hover::before {
	background: linear-gradient(to right, #046D36, #02FF02);
	transition: 1.4s;
	transform: translateX(-45%) rotate(45deg);
}
/*見出し*/
.servicesbg a h3 {
	color: #fff;
	position: relative;
	font-weight: 500;
	font-size: 1.45rem;
	white-space: nowrap;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/*ナンバリング*/
.servicesbg a h3::before {
	color: #02FF02;
	content: "0"counter(num);
	position: absolute;
	top: -85%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: 88%;
}
/* text */
.servicesbg a p {
	color: #fff;
	position: relative;
}
.servicesbg a .sltext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	height: auto;
	pointer-events: none;
	z-index: 2;
}
@media(max-width:1475px) {
	.servicesbg a h3 {
		font-size: 1.5vw;
	}
	.servicesbg a img {
		height: 35vw;
	}
	.servicesbg a::before {
		width: 45px;
		height: 45px;
		font-size: 0.55rem;
	}
}
@media(max-width:935px) {
	.services {
		padding-bottom: 0;
	}
	.servicesbg a .slline::after {
		border-left: none;
	}
	.servicesbg a:last-child .slline::after {
		border-right: none;
		border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	}
	.servicesbg a img {
		opacity: 1;
	}
	.servicesbg a::after {
		background: #046D36;
		opacity: 0.75;
	}
	.servicesbg a h3::before {
		color: #fff;
	}
	.servicesbg a h3 {
		font-size: 1.4rem;
	}
	.servicesbg a img {
		height: 320px;
	}
	.servicesbg {
		display: block;
	}
	.servicesbg a {
		width: 100%;
	}
	.servicesbg a::before {
		bottom: 20px;
	}
	.servicesbg a div::after {
		border-left: none;
	}
	.servicesbg a:last-child div::after {
		border-bottom: none;
		border-right: none;
	}
}
@media(max-width:550px) {
	.services::after {
		background-attachment: scroll;
	}
	.servicesbg a .sltext {
		top: 48%;
	}
	.servicesbg a h3 {
		font-size: 1.3rem;
	}
	.servicesbg a img {
		height: 220px;
	}
}
/* 施工実績 ========================================================*/
.works .tbtn {
	margin-top: 45px;
}
@media (max-width: 550px) {
	.works .tbtn {
		margin-top: 33px;
	}
}
/* slider */
.p_slider ul .slick-slide {
	margin-left: 45px !important;
	transition: .3s ease;
}
.p_slider ul li {
	position: relative;
	overflow: hidden;
}
.p_slider ul li:nth-child(2n+1) {
	margin-top: 40px;
}
.p_slider ul li::before {
	content: '';
	display: block;
	padding-top: 75%;
}
.p_slider ul li img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.9s ease;
}
.p_slider ul li a:hover img {
	transform: scale(1.05);
}
.p_slider ul li p {
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 3;
	display: none;
}
@media (max-width:1085px) {
	.p_slider ul .slick-slide {
		margin-left: 25px !important;
	}
}
@media (max-width: 750px) {
	.p_slider ul .slick-slide {
		margin-left: 15px !important;
	}
	.p_slider ul li:nth-child(2n+1) {
		margin-top: 15px;
	}
}
@media (max-width: 420px) {
	.p_slider ul li p {
		bottom: -35px;
		font-size: 0.77rem;
	}
}
/**/
.wide {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	mask-image: url(../img/mask.svg);
	-webkit-mask-image: url(../img/mask.svg);
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	z-index: -1;
	width: 100%;
	height: 30.5vw;
	background: #046D36;
	opacity: 0.93;
}
@media (max-width: 750px) {
	.wide {
		height: 70vw;
		width: 230%;
		left: -25%;
		transform: translateX(0);
	}
}
/* 対応エリア ========================================================*/
/**/
.area {
	overflow: hidden;
}
.area.bg::before {
	opacity: 0.2;
}
@media (max-width: 750px) {
	.area.bg::before {
		content: none;
	}
	.area::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(130deg);
		background-image: url(../img/_bg/vertical.svg);
		background-size: 70%;
		background-position: center;
		background-repeat: no-repeat;
		z-index: -1;
		opacity: 0.1;
		filter: invert(31%) sepia(49%) saturate(972%) hue-rotate(101deg) brightness(90%) contrast(97%);
	}
}
/**/
.areaflex {
	position: relative;
}
.areaflex::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-left: 1px solid #b9bdbb;
	z-index: -100;
}
/**/
.areaimg {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.areaimg h3 {
	margin-bottom: 35px;
	font-weight: 500;
	font-size: clamp(1.45rem, 1.075rem + 1.2vw, 1.75rem);
}
.areaimg img {
	margin: auto;
	width: 100%;
	height: 400px;
	object-fit: contain;
	filter: invert(16%) sepia(79%) saturate(3884%) hue-rotate(150deg) brightness(91%) contrast(97%);
}
.areaimg p {
	font-size: 145%;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.areaimg p::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	margin-right: 4px;
	color: #046D36;
}
@media (max-width: 950px) {
	.areaimg:nth-of-type(1) img {
		height: 37vw;
	}
}
@media (max-width: 750px) {
	.areaflex::after {
		content: none;
	}
	.areaimg {
		max-width: 500px;
		margin: auto;
	}
	.areaimg img {
		height: 100% !important;
	}
	.areaimg:nth-of-type(1) {
		margin-bottom: 45px;
		position: relative;
		border-bottom: 1px solid #b9bdbb;
		padding-bottom: 33px;
	}
	.areaimg:nth-of-type(1) img {
		width: 60%;
	}
	.areaimg p {
		font-size: 120%;
	}
}
/* 採用情報 ========================================================*/
.recgreen {
	position: relative;
}
.recruit::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/_bg/bg_left.svg), url(../img/_bg/bg_right.svg);
	background-size: cover, 30%;
	background-position: bottom left, top right;
	filter: invert(62%) sepia(88%) saturate(3528%) hue-rotate(84deg) brightness(119%) contrast(124%);
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
	opacity: 0.05;
}
/**/
.recimg {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 3;
}
.recimg img {
	object-fit: cover;
	width: 100%;
	height: 500px;
}
.rectext {
	margin-top: 80px;
}
.recstr {
	position: relative;
	max-width: fit-content;
	padding: 0 4%;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
	font-size: 130%;
}
.recstr::before, .recstr::after {
	content: '';
	display: block;
	width: 1px;
	height: 1.5em;
	background: #fff;
	position: absolute;
	bottom: 0;
}
.recstr::before {
	left: -1em;
	transform: rotate(-30deg);
}
.recstr::after {
	right: -1em;
	transform: rotate(30deg);
}
.recstr br {
	display: none;
}
@media(max-width:1050px) {
	.recimg img {
		height: 40vw;
	}
}
@media(max-width:750px) {
	.recruit {
		padding-top: 0;
	}
	.recimg img {
		height: 100%;
	}
}
@media(max-width: 550px) {
	.rectext {
		margin-top: 45px;
	}
	.recstr {
		font-size: 120%;
	}
	.recstr br {
		display: block;
	}
}
/* ごあいさつ ========================================================*/
.welcome {
	padding: 0;
}
/**/
.wimg {
	position: relative;
	z-index: -1;
	width: 67%;
	opacity: 0.7;
	mask-image: linear-gradient(to right, #000 2%, #000 13%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, #000 2%, #000 13%, transparent 100%);
}
.wtext {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 50%;
	z-index: 1;
}
.textshadow {
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
/*rev*/
.rev .wimg {
	margin-left: auto;
	mask-image: linear-gradient(to left, #000 2%, #000 13%, transparent 100%);
	-webkit-mask-image: linear-gradient(to left, #000 2%, #000 13%, transparent 100%);
}
.wtext {
	right: 0;
	left: auto;
	padding-right: 5%;
}
.rev .wtext {
	right: auto;
	left: 0;
	padding-left: 5%;
}
@media (max-width:1705px) {
	.wimg img {
		object-fit: cover;
		width: 100%;
		height: 65vw;
	}
}
@media (max-width:1450px) {
	.wtext {
		width: 60%;
	}
	.wimg img {
		height: 79vw;
	}
}
@media (max-width:1180px) {
	.wimg img {
		height: 85vw;
	}
}
@media (max-width: 1070px) {
	.wimg_sec {
		padding: 0 0 90px;
	}
	.wtext .spcenter.maintitle.mtleft .sf {
		padding-left: 0;
	}
	.wtext .spcenter.maintitle.mtleft .sf::before {
		content: none;
	}
	.wtext .spcenter {
		text-align: center !important;
	}
	.wimg, .wtext {
		width: 100%;
		padding: 0 !important;
	}
	.wimg, .rev .wimg {
		mask-image: linear-gradient(to bottom, #000 2%, #000 13%, transparent 100%);
		-webkit-mask-image: linear-gradient(to bottom, #000 2%, #000 13%, transparent 100%);
	}
	.wimg {
		opacity: 1;
	}
	.wimg img {
		height: 55vw;
	}
	.wtext {
		position: initial;
		transform: translateY(0);
		width: 88%;
		margin: 85px auto 0;
	}
	.textshadow {
		text-shadow: none;
	}
}
@media (max-width: 550px) {
	.wimg img {
		height: 75vw;
	}
	.wimg_sec {
		padding: 0 0 70px;
	}
	.wtext {
		margin-top: 57px;
	}
}
/* link */
.banner {
	max-width: 490px;
	margin: 45px auto 0;
}
.link {
	overflow: hidden;
	position: relative;
	border: 2px solid rgba(255, 255, 255, 0.2);
}
.link a::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	right: 5%;
	font-family: "Font Awesome 6 Free";
	content: "\f124";
	font-weight: bold;
	line-height: 1;
	font-size: 0.6rem;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .6s;
	z-index: 2;
	pointer-events: none;
}
.link a:hover::before {
	color: #fff;
	background: linear-gradient(to right, #046D36, #02FF02);
	transition: 1.4s;
	right: 4.5%;
}
.link a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: 1;
	opacity: 0.35;
	pointer-events: none;
}
.link a:hover img {
	transform: scale(1.05);
	transition: 1.1s;
}
.link img {
	margin-bottom: 0 !important;
	transition: .8s;
}
.link img {
	object-fit: cover;
	width: 100%;
	height: 220px;
}
.link p {
	color: #fff;
	position: absolute;
	top: 48%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 2;
	font-size: 1.5rem;
	line-height: 1.45;
	white-space: nowrap;
}
.link p span {
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	font-size: 75%;
	display: block;
	text-transform: uppercase;
}
@media(max-width:600px) {
	.link p {
		font-size: 1.25rem;
	}
	.link img {
		height: 42vw;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding-top: 170px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}
.fv .inner {
	width: 97%;
	margin-bottom: 10px;
}
.fv::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fv.webp);
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: 20% 35%;
	z-index: -1;
	filter: grayscale(70%);
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #046D36;
	opacity: 0.8;
	z-index: 1;
}
.fv_painting {
	width: 100%;
	margin-bottom: -1px;
	z-index: 3;
	pointer-events: none;
}
.fv_painting img {
	width: 100%;
}
.fv h2 {
	text-align: center;
	margin-bottom: 17px !important;
	font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
	line-height: 1.5;
	z-index: 1;
	position: relative;
	color: #fff;
	font-weight: 500;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 7%);
}
@media(max-width:1055px) {
	.fv {
		padding-top: 100px;
	}
	.fv .inner {
		margin-bottom: 20px;
	}
}
@media(max-width:550px) {
	.fv {
		padding-top: 80px;
	}
	.fv .inner {
		margin-bottom: 10px;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.4;
	width: 97%;
	font-size: 1.1rem;
	position: relative;
	color: #fff;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.8rem;
	}
}
/*区切り*/
.sepa {
	padding-top: 0;
}
.separev {
	padding-top: 0;
	padding-bottom: 0;
}
.separator {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: -1px 0 30px;
	transform: scaleX(-1) scaleY(-1) translateY(1.5px);
}
.separator.rev {
	margin: 30px 0 0;
	transform: scaleX(1) scaleY(1) translateY(1.5px);
}
.separator img {
	width: 100%;
}
/* 事業内容ページ ========================================================================================*/
#link01, #link02, #link03, #link04, #link05 {
	position: relative;
}
#link01, #link02, #link03, #link05 {
	top: -180px;
}
@media(max-width:550px) {
	#link01, #link02, #link03, #link05 {
		top: -100px;
	}
	#link04 {
		top: -50px;
	}
}
/**/
.servicesPage section .inner {
	max-width: 1357px;
}
.sermgt {
	margin-top: 27px;
}
.flmgb {
	margin-bottom: 50px;
}
@media (max-width: 550px) {
	.sermgt {
		margin-top: 23px;
	}
	.flmgb {
		margin-bottom: 33px;
	}
	.servicesPage .painting::before {
		content: none;
	}
}
/*box*/
.serbox {
	padding: 30px;
	background: #fff;
}
.trouble .stitle {
	margin-bottom: 23px;
}
.serbox .w32 {
	display: flex;
}
.serbox .w32 img {
	height: auto;
	object-fit: cover;
	width: 100%;
}
@media (max-width: 750px) {
	.trouble.serbox .w32 {
		margin-bottom: 15px;
	}
}
@media (max-width: 550px) {
	.serbox {
		padding: 13px 17px 20px;
	}
}
/**/
@media (max-width: 750px) {
	.bridge .serbox:last-child {
		margin-top: 20px;
	}
}
/*img*/
.serflex {
	display: flex;
	justify-content: space-between;
}
.serflex div {
	width: 47%;
	position: relative;
}
.serflex div:first-child {
	top: -30px;
}
.reverse .serflex div:first-child {
	top: 0;
}
.reverse .serflex div:last-child {
	top: -30px;
}
/* 施工実績ページ ========================================================================================*/
/*ご依頼の流れ*/
.flow {
	position: relative;
}
.flow::before {
	content: "";
	width: 16px;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
span.note {
	color: #333;
	font-size: 80%;
	margin-right: 0;
}
span.note::after {
	content: none;
}
.flow .fwrap {
	padding: 35px;
	background: #fff;
	position: relative;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 6px 24px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
}
.flow .flowd {
	margin-bottom: 35px;
}
.flow .flowd:last-child {
	margin-bottom: 0 !important;
}
.flow .flowd::after, .flow .flowd::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.flow .flowd {
	padding-left: 60px;
	position: relative;
}
.flow .flowd::before {
	z-index: 1;
	width: 11px;
	height: 11px;
	background: #02FF02;
	border-radius: 50%;
	left: 3px;
}
.flow .flowd::after {
	width: 63px;
	border-bottom: 1px dashed #02FF02;
	position: absolute;
	left: 13px;
}
/* mini_contact */
.mini_contact {
	margin-top: 20px;
}
.mini_contact div {
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 5px;
}
.mini_contact div a {
	color: #046D36;
	font-size: 107%;
	padding: 5px 0;
	border-bottom: 1px dotted #046D36;
}
.mini_contact div a:hover {
	opacity: 0.6;
}
@media (max-width: 1100px) {
	.flow .flexbox {
		align-items: center;
	}
}
@media(max-width: 900px) {
	.mini_contact div {
		display: block;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0;
	}
	.mini_contact div a {
		display: block;
		width: 100%;
		font-size: 100%;
	}
}
@media(max-width: 750px) {
	.flow .flowd {
		padding-left: 0;
	}
	.flow .flowd::before, .flow .flowd::after {
		content: none;
	}
	.flow::before {
		content: none;
	}
	.flow .flowd {
		margin-bottom: 15px;
	}
	.btns .mainbtn a {
		font-size: 93%;
	}
	.btns .mainbtn {
		margin-bottom: 5px;
	}
	.flow .fwrap .btns .mainbtn:last-child {
		margin-bottom: 0 !important;
	}
	.flow .fwrap .btns .mainbtn a {
		padding: 5px 0;
	}
	.flow .flexbox {
		display: block;
	}
	.flow .flexbox img {
		width: 100%;
	}
	.flow .flexbox div {
		width: 100%;
	}
	.flow .flex div {
		margin: 0 5px 8px;
	}
	.flowd .flimg img {
		object-fit: cover;
		width: 100%;
		height: 240px;
	}
}
@media(max-width: 600px) {
	.flow .flex {
		display: block;
	}
	.flow .flex img {
		width: 100%;
	}
	.flow .flex div {
		width: 100%;
		margin: 0 0 8px;
	}
	.flowd .flimg img {
		height: 100%;
	}
}
@media(max-width: 550px) {
	.flow .fwrap {
		padding: 20px 15px;
	}
}
/* 採用情報ページ =============================================================================================================*/
/* 求める人材 */
.recstrp {
	font-size: 145%;
	margin-bottom: 27px;
}
/*list*/
.acheck li {
	padding-left: 21px;
	position: relative;
	border-bottom: 1px dotted #046D36;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #046D36;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.requirements .acheck li {
	font-size: 125%;
	padding-bottom: 9px;
	margin-bottom: 9px;
}
@media(max-width: 550px) {
	.recstrp {
		font-size: 120%;
		margin-bottom: 20px;
	}
	.requirements .acheck li {
		font-size: 107%;
	}
}
/* 1日の流れ */
.working::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/working.webp);
	background-size: cover;
	background-position: 37.5% 50%;
	z-index: -2;
	background-attachment: fixed;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .working::after {
	background-attachment: scroll;
}
.working::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #046D36;
	opacity: 0.75;
	z-index: -1;
}
/**/
.working .flow .fwrap {
	padding: 20px;
}
.working .flow .fwrap p {
	margin-bottom: 0;
	font-size: 107%;
}
.working .flow .flowd {
	padding-left: 60px;
	position: relative;
	margin-bottom: 15px;
}
.working .flow::before {
	content: "";
}
.time {
	color: #046D36;
	margin-right: 10px;
}
/**/
.wo_bottom {
	margin-top: 35px;
}
.wo_bottom p {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
@media(max-width: 850px) {
	.working .flow .fwrap {
		padding: 13px;
	}
	.time {
		font-size: 90%;
		display: block;
	}
}
@media(max-width: 750px) {
	.working::after {
		background-attachment: scroll;
	}
	.working .flow .flowd::before, .working .flow .flowd::after {
		content: "";
	}
	.working .flow::before {
		content: none;
	}
	.spflow {
		position: relative;
	}
	.spflow::before {
		content: "";
		width: 16px;
		height: 100%;
		background: rgba(0, 0, 0, 0.2);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.working .flow .flowd {
		margin-bottom: 12px !important;
	}
}
/* 会社概要ページ ===============================================================================================================*/
/* 代表挨拶 */
.greeting .inner {
	max-width: 1081px;
}
.gbox {
	padding: 65px 60px 55px;
	background: #fff;
}
.glast {
	text-align: right;
	margin-top: 23px;
}
@media(max-width: 550px) {
	.gbox {
		padding: 37px 17px 25px;
	}
}
/* 会社概要 */
.painting {
	position: relative;
}
.painting::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(../img/_bg/bg_left.svg), url(../img/_bg/bg_right.svg);
	background-size: cover, 30%;
	background-position: bottom left, top right;
	filter: invert(62%) sepia(88%) saturate(3528%) hue-rotate(84deg) brightness(119%) contrast(124%);
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
	opacity: 0.5;
}
.bg_green.painting::before {
	opacity: 0.05;
}
/*img*/
.twflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 70px;
}
.twflex div {
	width: 48.5%;
	position: relative;
}
.twflex div:last-child {
	top: 20px;
}
@media(max-width: 550px) {
	.twflex {
		margin-bottom: 35px;
	}
	.twflex div {
		width: 48%;
	}
	.twflex div:first-child {
		top: -7px;
	}
	.twflex div:last-child {
		top: 7px;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
	padding: 15px 5px;
	font-weight: 500;
}
.info_table th {
	background: #046D36;
	color: #fff;
	width: 35%;
	border-right: 2px solid #e8e8e8;
}
.info_table td {
	padding-left: 10px;
	background: #fff;
	width: 65%;
	border-right: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
}
.ib {
	display: inline-block;
}
.info_table .acheck li {
	border-bottom: 1px dotted #ddd;
}
@media (max-width: 550px) {
	.info_table td, .info_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.info_table th {
		border-bottom: 2px solid #e8e8e8;
	}
	.info_table td {
		padding-bottom: 10px !important;
	}
	.spblock {
		display: block;
	}
	.spnone {
		display: none;
	}
}
/* map */
.map iframe {
	width: 100%;
	height: 450px;
	border: 1px solid #ddd !important;
}
@media(max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec .inner {
	max-width: 1050px;
}
/*本ホームページに関する質問につきましては*/
.contop {
	max-width: 950px;
	margin-bottom: 50px;
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 40px;
	}
	.contop, .mailform label, .mnote p {
		font-size: 0.9rem;
	}
}
/* 電話・FAX */
/*title*/
.cotitle {
	font-weight: 500;
	position: relative;
	margin-bottom: 20px;
	font-size: clamp(1.1rem, 0.6rem + 1.6vw, 1.5rem);
	line-height: 1.55;
	border-left: 6px solid #046D36;
	padding-left: 13px;
}
@media (max-width: 550px) {
	.cotitle {
		margin-bottom: 17px;
	}
}
/*box*/
.telbox {
	background: #fff;
	padding: 20px 30px;
}
.telbox h3 {
	font-size: 100%;
	padding-left: 39px;
	font-weight: 500;
	position: relative;
	margin-bottom: 3px;
}
.telbox h3::before {
	background-color: #333;
	position: absolute;
	content: "";
	top: 0.95em;
	left: 0;
	width: 30px;
	height: 1px;
}
@media (max-width:750px) {
	.telbox {
		margin-bottom: 10px;
	}
	.telbox:last-child {
		margin-bottom: 0;
	}
}
@media (max-width:550px) {
	.telbox {
		padding: 17px;
	}
	.telbox h3 {
		font-size: 90%;
	}
}
/* 番号 */
.telbox a {
	font-size: clamp(1.4rem, 1.15rem + 0.8vw, 1.6rem);
	color: #046D36;
}
.telbox.linelink a {
	font-size: clamp(1.35rem, 1.1625rem + 0.6vw, 1.5rem);
}
.telbox a:hover {
	opacity: 0.6;
}
.telwrap {
	margin-top: 0 !important;
}
.telwrap p {
	margin-top: 5px;
	margin-bottom: 0;
}
/*fax*/
.telboxwrap {
	margin-top: 60px;
}
.telboxwrap .telbox a {
	margin-right: 40px;
}
.telboxwrap .telbox p {
	margin-bottom: 4px;
}
.telboxwrap .telbox {
	display: flex;
	align-items: center;
}
.fcheck {
	display: flex;
}
.fcheck li {
	padding-left: 18px;
	margin-right: 20px;
	position: relative;
}
.fcheck li:last-child {
	margin-right: 0;
}
.fcheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #046D36;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media (max-width: 965px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox a {
		margin-right: 0;
	}
	.telboxwrap .telbox p {
		margin-top: 7px;
	}
}
@media (max-width:550px) {
	.telboxwrap .telbox p, .fcheck li {
		font-size: 90%;
	}
}
@media (max-width: 500px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox p {
		margin-bottom: 7px;
	}
	.fcheck {
		display: block;
	}
	.fcheck li {
		margin-right: 0;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #046D36;
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #046D36;
	color: #046D36 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini {
	width: 110px !important;
}
.mailform .postal_btn {
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
	opacity: 0.7;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #046D36;
	border-bottom: 3px solid #046D36;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
@media (max-width: 550px) {
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
/* btn */
.mailform button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	color: #fff;
	background: #046D36;
	border: 1px solid #046D36;
	width: 270px;
	padding: 23px 0;
	transition: .4s;
}
.mailform button:hover {
	background: #fff;
	color: #046D36;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.mails {
	padding-bottom: 60px;
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row:first-of-type {
		padding-top: 3px;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 750px) {
	.mails {
		padding: 60px 0 43px;
	}
}
@media (max-width: 550px) {
	.mailform button {
		width: 210px;
		padding: 14px 0;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy::after {
	height: 150%;
}
.privacy_wrap {
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 7px;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-size: clamp(0.95rem, 0.325rem + 2vw, 1.45rem);
	transition: ease-in-out 100ms;
}
.privacy_header .fa-lock {
	color: #046D36;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 95%;
}
.privacy_text span {
	position: relative;
}
.privacy_text span::before {
	content: "■";
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.35em;
	transform: translateY(-3px);
	color: #046D36;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	font-size: 80%;
	position: absolute;
	top: 50%;
	right: -5px;
	transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #046D36;
}