@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #99d108;
	transition: .4s;
}
/* #00b903 #99d108 */
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
	outline: 5px solid red !important;
	outline-offset: -3px;
	box-shadow: 0 0 0 4px white;
}
/*============================*/
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 90px 0 130px;
	position: relative;
}
main section.stb {
	padding: 110px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0 75px;
	}
	main section.stb {
		padding: 65px 0 50px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.4;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.1rem);
}
.maintitle .sf {
	font-size: 80%;
	color: #0fb900;
}
.maintitle.mleft {
	text-align: left;
}
.txmgb {
	margin-bottom: 37px;
}
@media (max-width: 750px) {
	.maintitle {
		line-height: 1.15;
		margin-bottom: 45px;
	}
	.maintitle .sf {
		font-size: 67%;
	}
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 40px;
	}
	.txmgb {
		margin-bottom: 30px;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.2rem, 1.05rem + 0.5333vw, 1.45rem);
	line-height: 1.5;
}
.mtitle span {
	font-size: 75%;
	color: #99d108;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 500;
	position: relative;
	font-size: clamp(1rem, 0.625rem + 1.2vw, 1.3rem);
	border-bottom: 1px solid #99d108;
	margin-bottom: 17px;
	padding-bottom: 7px;
	padding-left: 2px;
	color: #333;
}
.stitle .sen {
	font-size: 73%;
	color: #99d108;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	transition: .4s;
	display: inline-block;
	width: 16.5rem;
	text-align: center;
	color: #fff;
	background: #99d108;
	border: 1px solid #99d108;
	z-index: 1;
	overflow: hidden;
	font-size: 1rem;
	border-radius: 30px;
}
.mainbtn a:hover {
	color: #99d108;
	background: #fff;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 65%;
		padding: 6px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
}
.fwrap {
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 10px;
	}
	.flexbox div {
		width: 100%;
	}
	.fwrap div {
		width: 100% !important;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w48 {
	width: 48%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_grey::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: -35;
}
/* 背景 */
.bg01::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01.svg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 27%;
	z-index: -1;
	opacity: 0.42;
}
@media (max-width: 750px) {
	.bg01::after {
		background-size: 200px;
	}
}
.bg_grey.bg02::after {
	opacity: 0.55;
}
.bg02::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg02a.svg), url(../img/bg02b.svg);
	background-repeat: no-repeat;
	background-position: bottom 2% right 1%, top 2% left 1%;
	background-size: 13%;
	z-index: -1;
	opacity: 0.42;
}
@media (max-width: 750px) {
	.bg02::after {
		background-position: bottom 0.5% right 1%, top 0.5% left 1%;
		background-size: 120px;
	}
}
.bg03::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg03a.svg), url(../img/bg03b.svg);
	background-repeat: no-repeat;
	background-position: bottom right, top left;
	background-size: 20%, 30%;
	z-index: -1;
	opacity: 0.42;
}
@media (max-width: 750px) {
	.bg03::after {
		background-size: 130px, 200px;
	}
}
/* 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/*アニメーション*/
/*フェードイン*/
.flowup {
	opacity: 0;
	transition: 1.8s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*delay*/
.delay01:nth-child(1) {
	transition-delay: 0.5s;
}
.delay02:nth-child(2) {
	transition-delay: 0.7s;
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header {
	padding: 15px 0 0;
	transition: all .5s;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.header_inner {
	max-width: 1300px;
	width: 96%;
	margin: 15px auto 30px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 300px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.7;
	transition: .3s;
}
.header .inner {
	max-width: 1200px;
}
.header ul {
	display: flex;
	text-align: center;
	align-items: center;
}
.header ul li {
	width: calc(100% / 6);
	border-left: 1px solid #fff;
}
.header ul li:last-child {
	border-right: 1px solid #fff;
}
.border_b {
	/*border-top: 1px solid #ddd;*/
	background: #99d108;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 9px 5px;
	color: #fff;
	font-size: 0.95rem;
}
.header ul li a:hover {
	background: #0fb900;
}
.header ul li a:hover::after {
	opacity: 1;
}
.header_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_nav .f_link_btns {
	margin-top: 3px;
	margin-left: 10px;
}
.header_item {
	display: flex;
	justify-content: flex-end;
}
.header_item .mainbtn a {
	padding: 5px;
	width: 190px;
	font-size: 90%;
	background: #0fb900;
}
.header_item .mainbtn a:hover {
	border: 1px solid #0fb900;
	color: #0fb900;
	background: #fff;
}
.btnright a {
	border: 1px solid #0fb900;
	color: #0fb900;
	background: #fff !important;
}
.btnright a:hover {
	color: #fff !important;
	background: #0fb900 !important;
}
.header_item > div {
	margin: 0 5px;
}
.tel {
	color: #333;
	font-size: 1.7rem;
}
.info {
	margin-top: 5.5px !important;
}
.hamburger_menu {
	display: none;
}
.hum_tel {
	text-align: center;
	margin-bottom: 15px;
}
.hum_tel:last-child {
	margin-bottom: 0;
}
.hum_tel a {
	pointer-events: none;
	color: #ffd638;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffd638;
}
.menu_btn {
	position: fixed;
	top: 17px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #99d108;
	position: absolute;
	transition: all 0.4s;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 600px;
	width: 90%;
}
.menu_content nav {
	padding: 0 15px 10px;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
	text-align: center;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	padding: 13px 4px;
	color: #333;
	position: relative;
	line-height: 1.75;
}
.menu_padding ul li a span {
	display: block;
	font-size: 75%;
	color: #0fb900;
	font-weight: 700;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn a {
	padding: 10px !important;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after, .menu_content .mainbtn a:before {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
	background: #99d108;
	color: #fff;
	font-size: 0.93rem;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1020px) {
	.border_b {
		border-top: none;
	}
	.header_sticky {
		position: sticky;
		top: 0;
		left: 0;
		right: 0;
		z-index: 100;
	}
	.header {
		padding: 12px 13px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.header_logo {
		width: 280px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 12px 9px;
	}
	.header_logo {
		width: 200px;
	}
	.menu_btn {
		top: 14px;
	}
	.menu_content .mainbtn a {
		width: 85%;
		padding: 6.5px !important;
		font-size: 0.85rem;
	}
	.menu_content ul li a {
		padding: 7px 0;
		font-size: 0.87rem;
	}
	.menu_padding ul li a span {
		font-size: 80%;
	}
	.menu_content .mainbtn {
		margin: 0 15px;
		margin-bottom: 5px;
	}
}
/* footer */
/* フッターお問い合わせリンク */
.footer_contact {
	position: relative;
	z-index: 1;
	padding: 55px 0 75px;
	text-align: center;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.75;
	z-index: -1;
}
.footer_contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	pointer-events: none;
	z-index: -1;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
@media (max-width: 450px) {
	.footer_contact {
		background-attachment: scroll;
	}
}
.footer_contact .maintitle {
	margin-bottom: 30px;
}
.footer_contact .btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: 50px auto 0;
	max-width: 890px;
}
.footer_contact .btn_wrap .btn {
	width: 315px;
	margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid #99d108;
	color: #fff;
	background-color: #99d108;
	padding: 14px 5px;
	font-size: 1.15rem;
	border-radius: 40px;
}
.footer_contact .btn_wrap .btn a:hover {
	color: #99d108;
	background-color: #fff;
}
.btntext {
	text-align: center !important;
	font-size: 0.9rem;
	margin-bottom: 0;
	margin-top: 5px;
	white-space: nowrap;
}
@media (max-width: 750px) {
	.fctoptext {
		text-align: left !important;
	}
	.fctoptext br {
		display: none;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 80%;
		margin-bottom: 25px;
	}
	.footer_contact .btn_wrap .btn:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.footer_contact .btn_wrap .btn {
		width: 100%;
	}
	.footer_contact .btn_wrap .btn a {
		margin: auto;
		max-width: 90%;
		font-size: 1.05rem;
		padding: 10px 0;
	}
	.footer_contact .btn_wrap {
		margin-top: 35px;
	}
	.footer_contact {
		padding: 40px 0 55px;
	}
	.btntext {
		font-size: 0.8rem !important;
		margin-top: 2px;
	}
}
/* ロゴ、アドレス、リンク */
.footer_contents {
	padding: 35px 30px;
}
.footer_contents .flexbox {
	align-items: center;
}
.footer_contents p {
	margin-bottom: 0;
	font-size: 0.9rem;
}
.footer_contents .inner {
	max-width: 1000px;
}
.footer_title {
	width: 300px;
	margin-bottom: 20px;
}
.footer_title a:hover {
	opacity: 0.6;
}
.f_link nav ul {
	display: flex;
	flex-wrap: wrap;
}
.f_link nav ul li {
	width: 32%;
	margin: 0 0.5% 5px;
}
.f_link nav ul li a {
	color: #333;
}
.f_link nav ul li a:hover {
	opacity: 0.6;
}
.f_link nav ul li a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	margin-right: 7px;
	color: #99d108;
}
.f_link_btns {
	display: flex;
	width: fit-content !important;
	margin: auto;
	margin-top: 15px;
}
.f_link_btns a {
	margin: 0 5px;
	font-size: 1.1rem;
	color: #0fb900;
}
.f_link_btns a:hover {
	opacity: 0.6;
}
.f_link_btns a i {
	font-size: 125%;
}
.minibtn {
	position: relative;
	top: -3.5px;
	left: 3.5px;
	display: inline-block;
	border-bottom: 1px dotted #0fb900;
}
.f_link_btns .minibtn i {
	font-size: 80%;
}
.sp {
	display: none;
}
@media (max-width: 950px) {
	.f_link_btns {
		margin-top: 25px;
	}
	.f_link_btns .minibtn {
		max-width: 100px;
	}
	.footer_contents .flexbox {
		display: block;
	}
	.footer_contents .flexbox img {
		width: 100%;
	}
	.footer_contents .flexbox div {
		width: 100%;
	}
	.footer_contents {
		padding: 35px 0;
		text-align: center;
	}
	.footer_contents p {
		margin-bottom: 25px;
	}
	.footer_title {
		width: 90%;
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.f_link nav ul {
		display: block;
		max-width: 350px;
		margin: auto;
	}
	.f_link nav ul li {
		width: 100%;
		text-align: left;
		border-bottom: 1px dotted #99d108;
	}
	.f_link nav ul li a {
		display: block;
		padding: 3px 0;
		font-size: 0.9rem;
	}
}
@media (max-width: 450px) {
	.footer_title {
		max-width: 260px;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 5px 3px 9px;
	color: #333;
	border-top: 1px solid #ddd;
	font-size: 0.85rem;
}
@media (max-width: 450px) {
	.copyright {
		font-size: 0.75rem;
	}
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	background: #0fb900;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	position: absolute;
	top: 45%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 50px;
		height: 50px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.6rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 140px);
	min-height: 740px;
	object-fit: cover;
}
/*スライド画像アニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
.slide_text {
	white-space: nowrap;
	text-align: left;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
	color: #fff;
	z-index: 2;
	line-height: 1.3;
	position: absolute;
	bottom: 5%;
	left: 3%;
	font-weight: 700;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 25%), 0px -0.3px 3px rgb(0 0 0 / 45%);
}
.slb {
	font-size: 120%;
}
.drcompany {
	font-size: 80%;
}
.slide_text p {
	margin-bottom: 0;
}
/*文字アニメーション*/
.glowAnime span {
	opacity: 0;
	display: inline-block;
}
.glowAnime.glow span {
	animation: glow_anime_on 2.5s ease both;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .glowAnime.glow span {
	filter: blur(0) !important;
	-webkit-backdrop-filter: blur(0) !important;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		transform: translate(-15px, -15px);
		filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	100% {
		opacity: 1;
		transform: translate(0, 0);
		filter: blur(0);
		-webkit-backdrop-filter: blur(0);
	}
}
@media (max-width: 955px) {
	.slide_items img {
		min-height: auto;
		height: 630px;
	}
	.slide_text {
		font-size: 2rem;
	}
}
@media (max-width: 665px) {
	.slide_text {
		font-size: 4.8vw;
	}
}
@media (max-width: 450px) {
	.slide_items img {
		height: 400px;
	}
}
.pdb {
	padding-bottom: 20px;
}
.center {
	text-align: center;
}
@media (max-width: 750px) {
	.spcenter {
		text-align: center;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.aic {
	align-items: center;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 750px) {
	.tbtn {
		margin-top: 30px;
	}
}
.radius {
	position: relative;
}
.radius img {
	border-radius: 10px;
}
.lefttop {
	position: absolute;
	left: -9%;
	top: -9%;
}
.lefttop img {
	border-radius: 0;
	object-fit: contain;
	height: 140px;
	width: auto !important;
}
.righttop {
	position: absolute;
	right: -9%;
	top: -9%;
}
.righttop img {
	border-radius: 0;
	object-fit: contain;
	height: 140px;
	width: auto !important;
}
.leftbottom {
	position: absolute;
	left: -9%;
	bottom: -4%;
}
.leftbottom img {
	border-radius: 0;
	object-fit: contain;
	height: 140px;
	width: auto !important;
}
@media (max-width: 1170px) {
	.leftbottom img, .lefttop img, .righttop img {
		height: 10vw;
	}
}
@media (max-width: 750px) {
	.leftbottom, .lefttop, .righttop {
		width: fit-content !important;
	}
	.leftbottom img, .lefttop img, .righttop img {
		height: 110px;
	}
	.lefttop {
		left: -4%;
		top: -12%;
	}
	.leftbottom {
		left: -2%;
		bottom: -2%;
	}
	.sprb {
		left: auto;
		top: auto;
		right: -2%;
		bottom: -2%;
	}
}
@media (max-width: 550px) {
	.leftbottom img, .lefttop img, .righttop img {
		height: 25vw;
	}
}
/* 新着情報 */
.news {
	padding: 60px 0;
}
.news .maintitle {
	margin-bottom: 40px;
}
.news .inner {
	max-width: 900px;
}
/* ご挨拶 */
.welcome {
	padding-bottom: 165px;
}
.welcome::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/welcome.svg);
	background-repeat: repeat-x;
	background-position: bottom -1px center;
	background-size: 860px;
	z-index: -2;
}
.wtext {
	font-size: 125%;
	margin-bottom: 20px;
}
@media (max-width: 1245px) {
	.wtext br {
		display: none;
	}
}
@media (max-width: 750px) {
	.welcome {
		padding-bottom: 125px;
	}
	.wtext {
		font-size: 105%;
		margin-bottom: 10px;
	}
}
/* DRcompanyの強み */
.strength {
	padding: 70px 0 100px;
}
.strmgb {
	margin-bottom: 75px;
}
.strengths .strbox {
	width: calc(100% / 3);
	text-align: center;
	border-right: 1px solid #d1d1d1;
}
.strengths .strbox:last-child {
	border-right: none;
}
.strengths .strbox div {
	position: relative;
}
.strengths .strbox div::before {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
	content: "";
	background-color: #e3ff9c;
	border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
	width: 50%;
	height: 80%;
	z-index: -15;
}
.strengths img {
	object-fit: contain;
	height: 130px;
	width: 100%;
	margin-bottom: 33px;
}
.strengths .strbox p {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.2;
}
.strengths .strbox p span {
	font-size: 270%;
	color: #0fb900;
}
/*delay*/
.strbox:nth-child(1) {
	transition-delay: 0.5s;
}
.strbox:nth-child(2) {
	transition-delay: 0.7s;
}
.strbox:nth-child(3) {
	transition-delay: 0.9s;
}
@media (max-width: 1090px) {
	.strengths .strbox div::before {
		width: 60%;
	}
	.strengths .strbox p {
		margin-bottom: 20px;
		font-size: 0.8rem;
	}
}
@media (max-width: 750px) {
	.strength {
		padding: 60px 0 40px;
	}
	.strmgb {
		margin-bottom: 25px;
	}
	.strengths .strbox {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #d1d1d1;
		padding: 30px 15px 20px;
	}
	.strengths .strbox:last-child {
		border-bottom: none;
	}
	.strengths .strbox p {
		font-size: 0.9rem;
	}
	.strengths img {
		margin-bottom: 35px;
	}
}
/* サイトメニュー */
.imgcard i {
	font-size: 4.6rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
}
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 200px 20px;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.3;
	pointer-events: none;
	z-index: -1;
	transition: .3s;
}
.imgcard a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	z-index: -2;
	transform: scale(1.05, 1.05);
}
.imgcard h3 {
	font-weight: 500;
	font-size: 1.5rem;
	position: absolute;
	top: 15px;
	left: 20px;
	color: #fff;
	white-space: nowrap;
}
.imgcard p {
	color: #fff;
	font-size: 1rem;
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-weight: 700;
	transition: .3s;
}
.imgcard p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	display: inline-block;
	font-size: .9em;
}
.imgcard a:hover img {
	transform: scale(1, 1);
	transition: .6s;
}
.imgcard a:hover::after {
	background: #99d108;
	opacity: 0.8;
}
/*delay*/
.imgcard:nth-child(1) {
	transition-delay: 0.5s;
}
.imgcard:nth-child(2) {
	transition-delay: 0.7s;
}
.imgcard:nth-child(3) {
	transition-delay: 0.9s;
}
.imgcard:nth-child(4) {
	transition-delay: 1.1s;
}
@media (max-width: 1030px) {
	.imgcard h3 {
		font-size: 1.2rem;
	}
	.imgcard p {
		font-size: 0.9rem;
	}
}
@media (max-width: 750px) {
	.imgcard a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 0;
		padding: 130px 0;
	}
	.imgcard {
		margin-bottom: 15px;
	}
	.imgcard:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 550px) {
	.imgcard a {
		padding: 80px 0;
	}
	.imgcard {
		margin-bottom: 10px;
	}
	.imgcard:last-child {
		margin-bottom: 0;
	}
	.imgcard i {
		font-size: 3rem;
	}
	.imgcard h3 {
		top: 5px;
		left: 15px;
	}
	.imgcard p {
		bottom: -2px;
		right: 12px;
	}
}
/* 下層ページトップ =================================================================================================*/
.fv {
	height: 315px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 60%;
	position: relative;
}
.fv::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(#593202 30%, transparent 30%), radial-gradient(#593202 30%, transparent 30%);
	background-size: 3px 3px;
	background-position: 0 0, 1.5px 1.5px;
	opacity: 0.2;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.45;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: 20px !important;
	line-height: 1.2;
	z-index: 1;
	position: relative;
	color: #fff !important;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
}
.fv span, .fv .maintitle .sf span {
	color: #fff !important;
}
@media (max-width: 1505px) {
	.fv {
		height: 270px;
	}
}
@media(max-width:1000px) {
	.fv {
		height: 235px;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
	.fv h2 {
		line-height: 1.05;
	}
}
@media(max-width:550px) {
	.fv {
		height: 155px;
	}
	.fv h2 {
		margin-bottom: 15px !important;
	}
	.fv .mf {
		font-size: 1.4rem;
	}
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 1.05rem;
	font-weight: 700;
	position: relative;
	color: #fff;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: fit-content;
	white-space: nowrap;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		top: -10px;
		font-size: 0.85rem;
	}
}
/* 事業内容ページ =================================================================================================*/
/*その他にも…*/
.wbox {
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
@media(max-width:550px) {
	.wbox {
		padding: 17px;
	}
}
/*出張可能エリア*/
.acheck.flexbox {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.acheck.flexbox li {
	width: 23.5%;
	font-size: 87%;
	margin: 0 0.5% 5px;
	padding-bottom: 5px;
}
@media(max-width:840px) {
	.acheck.flexbox li {
		width: 31.5%;
	}
}
@media(max-width:750px) {
	.acheck.flexbox {
		display: flex !important;
	}
}
@media(max-width:600px) {
	.acheck.flexbox li {
		width: 47.5%;
		font-size: 77%;
	}
}
/* 料金表ページ =================================================================================================*/
/* table */
.fee .wrtitle {
	background: #0fb900;
}
.fee .inner {
	max-width: 1050px;
	margin: auto;
}
.fee_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.fee_table tr {
	border: 2px solid #f5f5f5;
}
.fee_table th, .fee_table td {
	padding: 12px 0;
	text-align: center;
}
.fee_table th {
	background: #99d108;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.fee_table td {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
.itemname {
	width: 470px !important;
}
/* table sp表示 */
.spsctext {
	display: none;
	font-size: 0.9rem;
}
@media (max-width:925px) {
	.spsctext {
		display: block;
	}
	.fee_wrap .fee_table {
		width: 970px;
	}
	.fee_wrap {
		padding-bottom: 7px;
		overflow-x: scroll;
	}
}
@media (max-width:550px) {
	.feemgb {
		margin-bottom: 25px;
	}
	.itemname {
		width: 220px !important;
	}
	.fee_wrap .fee_table {
		width: 520px;
	}
	.fee_table th, .fee_table td {
		font-size: 83%;
	}
}
/* 施工実績ページ =================================================================================================*/
.works .inner {
	max-width: 1000px;
}
.worksbox {
	margin-bottom: 75px;
}
.worksbox:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 550px) {
	.worksbox {
		margin-bottom: 45px;
	}
}
.wflex {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 95%;
	margin: auto;
}
.wflex::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: clamp(1.45rem, 0.37rem + 3.84vw, 3.25rem);
	color: #99d108;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50.3%;
	transform: translate(-50%, -50%);
}
.wflex img, .wflex02 img {
	border-radius: 10px;
}
@media (max-width: 450px) {
	.wflex img {
		border-radius: 7px;
	}
	.wflex::before {
		left: 50.7%;
	}
}
@media (max-width: 300px) {
	.wflex::before {
		font-size: 6vw;
	}
}
.wflex div {
	width: 47.5%;
	position: relative;
	height: fit-content;
}
.wflex02 {
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 95%;
	margin: auto;
}
.wflex02 div {
	width: 31%;
	position: relative;
}
.wflex02 div::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: bold;
	font-size: clamp(1rem, 0rem + 3.2vw, 1.8rem);
	color: #99d108;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 104%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.wflex02 div:last-child::after {
	content: none;
}
@media (max-width: 550px) {
	.wflex02 div::after {
		left: 103%;
	}
	.wflex02 img {
		border-radius: 7px;
	}
}
/* タイトル */
.wrtitle {
	font-weight: 500;
	background: #99d108;
	padding: 5px 0 8px;
	padding-left: 27px;
	border-bottom: none;
	border-radius: 30px;
	color: #fff;
	font-size: 1.25rem;
	margin-bottom: 25px;
	position: relative;
}
.wrtitle::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-right: 7px;
}
@media (max-width: 750px) {
	.wrtitle {
		padding: 3px 0 5px;
		padding-left: 17px;
		font-size: 1.03rem;
		margin-bottom: 15px;
	}
}
/* BEFORE&AFTER */
.wafter::after, .wbefore::after {
	position: absolute;
	bottom: 1%;
	right: 3%;
	z-index: 1;
	pointer-events: none;
	color: #0fb900;
	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;
	font-weight: 700;
	font-size: 1.7rem;
}
.wafter::after {
	content: "After";
}
.wbefore::after {
	content: "Before";
}
@media (max-width: 750px) {
	.wafter::after, .wbefore::after {
		font-size: 0.9rem;
	}
}
/* 求人情報ページ =================================================================================================*/
.apptext {
	font-size: 1.6rem;
}
@media (max-width: 550px) {
	.apptext {
		font-size: 1.05rem;
	}
}
.requirements .inner {
	max-width: 1100px;
}
.requirements .maintitle {
	margin-bottom: 50px;
}
.mgbrec {
	margin-bottom: 70px;
}
.catch {
	margin-bottom: 35px;
	font-size: 115%;
	color: #0fb900;
	font-weight: 700;
}
.catch img {
	display: block;
	width: 60px;
	margin: 0 auto 6px !important;
}
@media(max-width:750px) {
	.requirements .flexbox img {
		margin-bottom: 25px;
	}
	.mgbrec {
		margin-bottom: 0;
	}
}
@media(max-width:550px) {
	.requirements .maintitle {
		margin-bottom: 30px;
	}
	.catch {
		margin-bottom: 27px;
		font-size: 107%;
	}
	.catch img {
		width: 40px;
	}
}
/* 会社概要ページ =================================================================================================*/
.abflex {
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: auto;
	margin-bottom: 50px;
	position: relative;
}
.abflex div {
	width: 48.7%;
}
@media(max-width:550px) {
	.abflex {
		margin-bottom: 27px;
	}
}
.abill01, .abill02 {
	position: absolute;
	width: fit-content !important;
	opacity: 0.8;
}
.abill01 img, .abill02 img {
	width: 130px;
}
.abill01 {
	top: -6%;
	left: -4%;
}
.abill02 {
	bottom: -6%;
	right: -4%;
}
@media(max-width:750px) {
	.abill01 img, .abill02 img {
		width: 70px;
	}
}
/* check list absolute */
.acheck li {
	padding-left: 23px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	border-bottom: 2px dotted #ddd;
}
.fc_table .acheck li {
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #0fb900;
	position: absolute;
	top: 0;
	left: 0;
}
/* table */
.fc_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	max-width: 1050px;
	margin: auto;
}
.fc_table tr {
	border: 2px solid #f5f5f5;
}
.fc_table th, .fc_table td {
	padding: 12px 0;
}
.fc_table th {
	background: #99d108;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.fc_table td {
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
@media (max-width: 620px) {
	.fc_table {
		border-collapse: collapse;
	}
	.fc_table td, .fc_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.fc_table th {
		border-bottom: 2px solid #e8e8e8;
	}
	.fc_table td {
		padding-bottom: 10px !important;
	}
	.fc_table {
		font-size: 0.9rem;
	}
}
/* map */
.map .inner {
	max-width: 1000px;
}
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせ =======================================*/
.contactp {
	padding-bottom: 0;
}
.contactp .rtext {
	margin-bottom: 45px;
}
@media (max-width: 750px) {
	.contactp .rtext {
		margin-bottom: 30px;
	}
}
.contact_wrap {
	position: relative;
	background: #f7f7f7;
	border: 2px solid #f0f0f0;
	margin: auto;
	padding: 30px 10px;
	border-radius: 10px;
}
.rcheck p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #0fb900;
	margin-right: 0.4em;
	font-size: 0.93em;
	text-decoration: none;
}
.tel_contact i {
	color: #0fb900;
}
.tel_contact {
	font-size: clamp(1.4rem, 0.9rem + 1.6vw, 1.8rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	z-index: 1;
	position: relative;
	font-weight: 700;
}
.tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
.telflex {
	max-width: 1055px;
	margin: auto;
	align-items: flex-start;
}
.telflex .contact_wrap {
	margin: 0;
}
.tel_text {
	font-size: 0.85rem;
	margin-top: 7px;
	margin-bottom: 5px;
}
.te.tel_text {
	margin-top: 5px !important;
}
@media (max-width: 750px) {
	.te.tel_text {
		margin-bottom: 30px;
	}
}
.faxlist {
	display: flex;
	justify-content: center;
}
.faxlist p {
	margin-right: 25px;
	font-size: 0.9rem;
	margin-bottom: 0;
	white-space: nowrap;
}
.faxlist p:last-child {
	margin-right: 0 !important;
}
@media (max-width: 760px) {
	.faxlist p {
		margin-right: 20px;
	}
}
.telmini {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.97rem + 0.64vw, 1.45rem);
	line-height: 1.5;
	font-weight: 700;
}
.spb {
	margin-bottom: 40px;
}
@media (max-width: 1210px) {
	.tel_text {
		text-align: left;
	}
}
@media (max-width: 750px) {
	.faxlist p {
		margin-right: 30px;
	}
	.tel_text {
		text-align: center;
	}
	.telflex .contact_wrap {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.contact_wrap.fax {
		margin-bottom: 0;
	}
}
@media (max-width: 570px) {
	.tel_text {
		margin-bottom: 2.5px;
		text-align: left;
	}
}
@media (max-width: 490px) {
	.spb {
		margin-bottom: 13px;
		font-size: 1.1rem;
	}
	.telmini {
		margin-bottom: 17px;
		font-size: 1.1rem;
	}
}
@media (max-width: 365px) {
	.tel_text {
		margin-bottom: 7px;
	}
	.faxlist {
		display: block;
		width: fit-content !important;
		margin-right: auto;
	}
	.faxlist p {
		margin-right: 0;
	}
}
.tmgb {
	margin-bottom: 25px;
}
.fpdt {
	padding-top: 60px;
}
@media (max-width: 950px) {
	.fpdt {
		padding-top: 20px;
	}
}
@media (max-width: 550px) {
	.fpdt {
		padding-top: 50px;
	}
}
.tl_text {
	margin-top: 13px;
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
@media (max-width: 450px) {
	.tmgb {
		margin-bottom: 15px;
	}
	.contact_wrap {
		max-width: 100%;
		padding: 18px 0 15px;
	}
	.tl_text {
		margin-top: 7px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 70px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 45px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.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%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #0fb900;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #0fb900;
	color: #0fb900 !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 .postal_btn {
	padding: 2px 10px;
	background: #0fb900;
	color: white;
	border-radius: 2px;
	margin-top: 5px;
	font-size: 90%;
}
@media (max-width: 450px) {
	.mailform .postal_btn {
		font-size: 80%;
	}
}
/*ラジオボタン*/
input[type=radio] {
	display: none;
}
input[type=radio] + label {
	cursor: pointer;
	padding-left: 23px;
	position: relative;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 53%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
}
input[type=radio]:checked + label::before {
	background-color: #0fb900;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
	outline: none;
	border-color: #0fb900;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before {
	margin-right: 0;
}
/* sp時 縦に並べる */
@media (max-width: 550px) {
	input[type=radio] + label {
		display: block;
		margin-bottom: 5px;
	}
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #0fb900;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 30px;
}
.mailform button:hover {
	background-color: #fff;
	color: #0fb900;
	border: 1px solid #0fb900;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label, .selection small {
		font-size: 0.8rem;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1rem, 0.862rem + 0.4907vw, 1.23rem);
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1px solid #333;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.privacy_text span {
	font-size: 103%;
}
@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 {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold, .privacy_header i {
	color: #99d108;
}