@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 700;
	color: #63504c;
	font-size: 16px;
	background: #fffff0;
	-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;
}
/* section */
main section {
	padding: 80px 0 120px;
	position: relative;
}
main section.stb {
	padding: 90px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 40px 0 65px;
	}
	main section.stb {
		padding: 50px 0;
	}
}
.inner {
	width: 89%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1900px) {
	.inner02 {
		max-width: 1250px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1899px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.inner02 .flexbox .round img {
		border-radius: 0 10px 10px 0;
	}
	.inner02 .reverse .round img {
		border-radius: 10px 0 0 10px;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 89%;
		margin: 0 auto;
	}
	.mauto.w48 {
		width: 100%;
		margin-top: 17px;
	}
	.inner02 .flexbox .round img {
		border-radius: 10px !important;
	}
}
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
.round img {
	border-radius: 10px;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
/*marker*/
.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;
}
/*中央寄せ*/
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* 見出し01 */
.maintitle {
	margin-bottom: 65px;
	position: relative;
	text-align: center;
	line-height: 1.35;
	font-weight: 700;
	font-size: clamp(1.5rem, 0.625rem + 2.8vw, 2.2rem);
}
.maintitle .sf {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0.04em;
}
.maintitle .mf {
	font-size: 65%;
	display: inline-block;
	text-transform: capitalize;
	color: #70ba5b;
}
.maintitle .mf:first-letter {
	color: #b1c936;
}
.txtmgb {
	margin-bottom: 40px !important;
}
/**/
.maintitle.mtleft {
	text-align: left;
}
/*illust*/
.deco {
	position: relative;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 80px;
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 25px !important;
	}
	.maintitle {
		margin-bottom: 30px;
	}
	.deco {
		width: 60px;
	}
}
/* 見出し02 */
.mtitle {
	font-weight: 700;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	margin-bottom: 15px;
	padding: 7px;
	padding-left: 13px;
	position: relative;
	border-radius: 5px;
	color: #fff;
	background: #ffba52;
	border-left: 8px solid #ffd13b;
}
.texture .mtitle {
	background: #70ba5b;
	border-left: 8px solid #b1c936;
}
@media (max-width: 550px) {
	.mtitle {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
/* 見出し03 */
.stitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	margin-bottom: 20px;
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1.7;
	border-bottom: 2px solid #f2ead5;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 95px;
	height: 2px;
	background: #70ba5b;
}
.stitle .en {
	font-size: 76%;
	color: #70ba5b;
	margin-right: 12px;
	text-transform: capitalize;
	display: block;
}
@media (max-width: 1060px) {
	.stitle {
		line-height: 1.9;
	}
	.stitle span {
		font-size: 70%;
		display: block;
	}
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/* ボタン */
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px;
	transition: .4s;
	display: inline-block;
	width: 90%;
	max-width: 250px;
	z-index: 1;
	overflow: hidden;
	line-height: 1.6;
	border: 1px solid #70ba5b;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	background: #70ba5b;
}
.mainbtn a:hover {
	background: #fff;
	color: #70ba5b;
	transition: .4s;
}
/**/
.tbtn {
	margin-top: 35px;
}
@media (max-width: 550px) {
	.mainbtn a {
		max-width: 210px;
		padding: 15px;
	}
	.tbtn {
		margin-top: 25px;
	}
}
/* flex要素 ===============*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 35px;
	}
}
/**/
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/* アニメーション ========================*/
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.05s, transform 1.45s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.55s !important;
}
.delay02 {
	transition-delay: 0.65s !important;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/* background =============================*/
.texture::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -30;
	background: url(../img/_illust/texture.webp) no-repeat center/cover;
	opacity: 0.65;
}
/*illust*/
.bg01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_illust/bg01a.png), url(../img/_illust/bg01b.png);
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.3;
}
@media (max-width: 750px) {
	.bg01::before {
		opacity: 0.45;
		background-size: contain;
	}
}
.bg02::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_illust/bg02a.png), url(../img/_illust/bg02b.png);
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.25;
}
@media (max-width: 750px) {
	.bg02::before {
		opacity: 0.35;
		background-size: 250%;
	}
}
.bg03::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/_illust/bg03.svg);
	background-position: bottom 20px right !important;
	background-repeat: repeat-x !important;
	background-size: 230px !important;
	z-index: -1;
	opacity: 0.3;
}
@media (max-width: 750px) {
	.bg03::before {
		background-position: bottom 10px right !important;
		background-size: 120px !important;
	}
}
/* illust ==============================*/
.psr {
	position: relative;
}
/**/
.tl, .tr, .bl, .br {
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: fit-content !important;
}
.tl img, .tr img, .bl img, .br img {
	border-radius: 0 !important;
	mask-image: none !important;
	-webkit-mask-image: none !important;
}
/**/
section .tl img, section .tr img, section .bl img, section .br img {
	width: auto !important;
	height: 260px !important;
}
/**/
.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
	width: auto !important;
	height: 230px !important;
	border-radius: 0 !important;
}
.white {
	filter: brightness(0) invert(1);
}
/*位置*/
section .tl {
	top: -90px;
	left: 1%;
}
section .tr {
	top: -90px;
	right: 1%;
}
section .bl {
	bottom: -90px;
	left: 1%;
}
section .br {
	bottom: -90px;
	right: 1%;
}
.psr .tl {
	top: 0.9%;
	left: 0.9%;
}
.psr .tr {
	top: 0.9%;
	right: 0.9%;
}
.psr .bl {
	bottom: 0.9%;
	left: 0.9%;
}
.psr .br {
	bottom: 0.9%;
	right: 0.9%;
}
@media (max-width: 1150px) {
	.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
		height: 20vw !important;
	}
}
@media (max-width: 750px) {
	section .tl img, section .tr img, section .bl img, section .br img {
		height: 160px !important;
	}
	section .tl {
		top: -75px;
	}
	section .tr {
		top: -75px;
	}
	section .bl {
		bottom: -75px;
	}
	section .br {
		bottom: -75px;
	}
}
@media (max-width: 550px) {
	section .tl img, section .tr img, section .bl img, section .br img {
		height: 105px !important;
	}
	section .tl {
		top: -55px;
	}
	section .tr {
		top: -55px;
	}
	section .bl {
		bottom: -55px;
	}
	section .br {
		bottom: -55px;
	}
	/**/
	.psr .tl img, .psr .tr img, .psr .bl img, .psr .br img {
		height: 120px !important;
	}
}
/* header ================================= */
.header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 7px 5px 9px;
	transition: all .5s;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.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;
}
.header_title img {
	width: 145px;
}
.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 15px;
	position: relative;
}
.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.7;
	font-size: 1.05rem;
	color: #63504c;
	white-space: nowrap;
}
.header_nav ul li a span {
	display: block;
	font-size: 85%;
	text-transform: capitalize;
	transition: .3s;
	letter-spacing: 0.04em;
	color: #70ba5b;
}
.header_nav ul li a span:first-letter {
	color: #b1c936;
}
.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 7px;
}
.header_item .mainbtn a {
	width: 215px;
	line-height: 1;
	padding: 12px 0;
	font-size: 0.85rem;
}
.mainbtn.orange a {
	background: #ffba52;
	border: 1px solid #ffba52;
}
.mainbtn.orange a:hover {
	background: #fff;
	color: #ffba52;
}
.mainbtn.yellow a {
	background: #ffd13b;
	border: 1px solid #ffd13b;
}
.mainbtn.yellow a:hover {
	background: #fff;
	color: #ffd13b;
}
/*tel*/
.tel {
	font-size: 1.35rem;
	line-height: 1.45;
}
.tel a {
	color: #63504c;
	display: flex;
	align-items: center;
	position: relative;
}
.tel a i {
	margin-right: 4px;
	color: #ffd13b;
}
.tel a .telnote {
	display: block;
	font-size: 0.8rem;
	text-align: center;
	padding-bottom: 5px;
	margin-right: 10px;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	top: 42px;
	right: 18px;
	z-index: 9999;
	width: 60px;
	height: 35px;
	border: none;
	background-color: transparent;
}
.hamburger::before {
	content: "";
	background: #ffd13b;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 50px;
	width: 67px;
	height: 67px;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hamburger.-active::before {
	border: 2px solid transparent;
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
}
.hamburger__line {
	display: block;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 35px;
	transition: 0.4s;
	border-radius: 10px;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
	border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background-color: #fff;
}
.hamburger__line:before {
	top: -8.5px;
}
.hamburger__line:after {
	top: 8.5px;
}
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.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: #fffff0;
	background-size: cover;
	background-position: right;
}
.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: 15px;
}
.global-navigation__list li a {
	text-align: center;
	margin: 3px 0;
	font-size: 1.1rem;
	transition: .35s;
	line-height: 1.7;
	display: block;
	padding: 12px 0;
	color: #63504c;
}
.global-navigation__list li a span {
	display: block;
	font-size: 80%;
	transition: all .3s;
	text-transform: capitalize;
	white-space: nowrap;
	letter-spacing: 0.04em;
	color: #70ba5b;
}
.global-navigation__list li a span:first-letter {
	color: #b1c936;
}
.global-navigation__list a:hover {
	opacity: 0.6;
}
/*btn*/
.global-navigation .mainbtn {
	margin-bottom: 7px;
}
@media (max-width: 1110px) {
	.header_nav, .header_item {
		display: none;
	}
	.header__inner {
		display: block;
	}
	.header {
		padding: 10px 14px 13px;
	}
	.header_inner {
		width: 100%;
		display: block;
	}
	.header_title img {
		width: 125px;
	}
}
@media (max-width: 550px) {
	.header {
		padding: 8px 10px 10px;
	}
	.hamburger {
		transform: scale(0.8);
		top: 25px;
		right: 9px;
	}
	.header_title img {
		width: 95px;
	}
	.header__nav-area::before {
		background-size: 300px;
	}
	.global-navigation__list li a {
		text-align: center;
		font-size: 0.8rem;
		padding: 6px 0;
	}
	.global-navigation .mainbtn a {
		font-size: 0.8rem;
		max-width: 180px;
		padding: 13px;
	}
}
/* footer =======================================*/
.fax {
	pointer-events: none;
}
/* フッターお問い合わせリンク */
.footer_contact {
	position: relative;
	z-index: 1;
	background: url(../img/footer.webp);
	background-size: cover;
	background-position: 30% 90%;
	padding: 50px 0 80px;
	color: #fff;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .footer_contact {
	background-attachment: scroll;
}
.footer_contact::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #423528;
	opacity: 0.3;
	z-index: -1;
}
.footer_contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(2.5px);
	pointer-events: none;
	z-index: -1;
}
.footer_contact .maintitle {
	margin-bottom: 40px;
}
.footer_contact .maintitle span, .footer_contact .maintitle .mf:first-letter {
	color: #fff;
}
.footer_contact .btn_wrap {
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 760px;
}
.footer_contact .btn_wrap .btn {
	width: 47%;
	margin: 0 auto;
}
.footer_contact .btn_wrap .btn a {
	text-align: center;
	display: block;
	width: 100%;
	border: 2px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	padding: 19px 5px;
	font-size: 1.2rem;
	white-space: nowrap;
	border-radius: 7px;
}
.footer_contact .btn_wrap .btn a:hover {
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.footer_contact p {
	font-size: 1.15rem;
	margin-bottom: 20px;
}
@media (max-width: 750px) {
	.footer_contact {
		padding: 40px 0 50px;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 100%;
		max-width: 330px;
		margin-bottom: 10px;
	}
}
@media (max-width: 550px) {
	.footer_contact .btn_wrap .btn {
		margin-bottom: 7px;
	}
	.footer_contact p {
		font-size: 100%;
	}
	.footer_contact .btn_wrap .btn a {
		padding: 17px 5px;
		font-size: 1.05rem;
	}
	.footer_contact .maintitle {
		margin-bottom: 25px !important;
	}
	.footer_contact {
		background-attachment: scroll;
	}
}
/* ロゴとアドレス */
.fwrap {
	padding: 35px 0;
}
.flogo {
	width: 175px;
	margin-bottom: 17px;
}
.footer_address {
	text-align: center;
}
.footer_address .maintitle {
	margin: 1% auto 2%;
}
.footer_address a {
	display: inline-block;
}
.footer_address p {
	font-size: 0.95rem;
	margin-bottom: 0;
}
/**/
.telfax br {
	display: none;
}
@media (max-width: 750px) {
	.fwrap {
		padding: 35px 0 20px;
	}
}
@media (max-width: 550px) {
	.flogo {
		width: 130px;
		margin-bottom: 10px;
	}
	.footer_address p {
		margin-bottom: 13px;
	}
	.telfax br {
		display: block;
	}
	.telfax span {
		display: none;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 6px 0 10px;
	background: #70ba5b;
	color: #fff;
}
@media (max-width: 550px) {
	.copyright {
		font-size: 0.77rem;
		padding: 7px 3px 8px;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 63px;
	height: 63px;
	box-sizing: border-box;
	background: #b1c936;
	border: 2px solid rgba(255, 255, 255, 0.3);
	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 6 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.1rem;
	position: absolute;
	top: 47%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 53px;
		height: 53px;
		right: 12px;
	}
	.go_top::before {
		font-size: 1rem;
	}
}
/* スライド =====================================*/
.topslide {
	overflow: hidden;
	position: relative;
	clip-path: ellipse(130% 100% at top);
}
/*画像*/
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 130px);
	object-fit: cover;
}
/*画像拡大アニメーション*/
.slick-animation {
	animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
/* text */
.slide_text {
	white-space: nowrap;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3.1rem;
	letter-spacing: 0.06em;
	color: #fff;
	z-index: 2;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.slide_text p::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/slide.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom -1%;
	z-index: -1;
	opacity: 0.3;
}
/*animation*/
.glowAnime span {
	opacity: 0;
	display: inline-block;
}
.glowAnime.glow span {
	animation: glow_anime_on .6s ease forwards;
	animation-duration: 2.2s;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
		transform: scale(1.4);
	}
	100% {
		opacity: 1;
		transform: scale(1.0);
	}
}
@media (max-width: 1155px) {
	.slide_text {
		font-size: 2.5rem;
	}
	.slide_items img {
		height: 100%;
		max-height: 680px;
	}
}
@media (max-width: 750px) {
	.topslide {
		clip-path: ellipse(170% 100% at top);
	}
	.slide_text {
		font-size: 1.9rem;
	}
}
@media (max-width: 550px) {
	.slide_text {
		font-size: 6.1vw;
	}
	.slide_items img {
		height: 300px;
		min-height: auto;
	}
}
/* 新着情報 ======================*/
.news {
	padding: 65px 0 90px;
}
.news .inner {
	max-width: 1055px;
}
.news .maintitle {
	margin-bottom: 30px;
}
@media (max-width: 550px) {
	.news .maintitle {
		margin-bottom: 20px;
	}
	.news {
		padding: 35px 0 60px;
	}
}
/* サービス内容 ======================*/
.links {
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.links .link {
	width: 48%;
	border-radius: 10px;
}
.link {
	overflow: hidden;
	position: relative;
}
.link a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #423528;
	z-index: 1;
	opacity: 0.3;
	pointer-events: none;
	transition: .8s;
}
.link a:hover::after {
	opacity: 0.1;
	transition: 1.1s;
}
.link img {
	margin-bottom: 0 !important;
	transition: .8s;
}
.link img {
	object-fit: cover;
	width: 100%;
	height: 330px;
	transition: 1.1s;
}
.link a:hover img {
	transform: scale(1.05);
	transition: 1.1s;
}
.link h3 {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 1.5rem;
	line-height: 1.55;
	white-space: nowrap;
}
.link h3 span {
	font-size: 70%;
	display: block;
	text-transform: capitalize;
}
@media(max-width:1300px) {
	.link img {
		height: 25vw;
	}
}
@media(max-width:1100px) {
	.link h3 {
		font-size: 1.25rem;
	}
}
@media(max-width:750px) {
	.topmenu {
		padding-bottom: 0 !important;
	}
	.links {
		display: block;
	}
	.links .link {
		width: 100%;
		margin-bottom: 10px;
	}
	.links .link:last-child {
		margin-bottom: 0 !important;
	}
	.link img {
		height: 45vw;
	}
}
@media(max-width:550px) {
	.link h3 {
		font-size: 1.03rem;
	}
}
/* 募集中 ======================*/
.recruit .inner {
	max-width: 1210px;
}
.recbox {
	max-width: 1160px;
	margin: auto;
	padding: 30px 40px;
	border-radius: 10px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.recruit .recbox {
	max-width: 100%;
}
.recbox .acheck {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recbox .acheck li {
	width: 49%;
	border-bottom: 2px dotted #b1c936;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.recbox .tbtn {
	margin-top: 20px;
}
@media(max-width:750px) {
	.recbox .acheck {
		display: block;
	}
	.recbox .acheck li {
		width: 100%;
	}
	.recbox .tbtn {
		margin-top: 27px;
	}
}
/*img*/
.maru {
	position: relative;
}
.maru::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 20px solid #fff;
	filter: blur(5px);
}
.maru img {
	border-radius: 50%;
}
/*illust*/
.recbox .bl {
	bottom: 3%;
	left: 3%;
	width: 33% !important;
	max-width: 150px;
}
.recbox .bl img {
	width: 100% !important;
	height: auto !important;
}
/*text*/
.recstr {
	position: relative;
	font-size: 120%;
	margin-bottom: 30px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.recstr::after {
	content: '';
	display: block;
	width: 80px;
	height: 11px;
	background-image: url(../img/title.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 7px auto 0;
	opacity: 0.7;
}
@media(max-width:1130px) {
	.recbox {
		padding: 55px 20px;
	}
}
@media(max-width:750px) {
	.recbox {
		padding: 23px 15px 40px;
	}
	.recbox .maru {
		margin-bottom: 13px;
	}
	.recbox .bl {
		bottom: 10px;
		left: 10px;
	}
}
@media(max-width:550px) {
	.recstr {
		font-size: 107%;
		margin-bottom: 15px;
	}
}
/* コンテンツ =============================*/
.contents .inner {
	max-width: 805px;
}
.contents_fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contents_fl div {
	width: 46%;
	margin: 0 1.6% 13px;
	position: relative;
}
.contents_fl div h3 {
	text-align: center;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	white-space: nowrap;
	font-size: 1.5rem;
	line-height: 1.65;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 2.5px 3px rgba(0, 0, 0, 0.05), 0px -2.5px 3px rgba(0, 0, 0, 0.03);
}
.contents_fl div h3 span {
	font-size: 80%;
	text-transform: capitalize;
	display: block;
}
.contents_fl div a img {
	transition: 1.1s;
}
.contents_fl div a:hover img {
	transform: scale(1.05);
	transition: 1.1s;
}
@media (max-width: 850px) {
	.contents_fl div h3 {
		font-size: 130%;
	}
}
@media (max-width: 550px) {
	.contents_fl {
		display: block;
	}
	.contents_fl div {
		width: 70%;
		margin: 0;
	}
	.contents_fl div:nth-child(2n) {
		margin-left: auto;
	}
	.contents_fl div:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 400px) {
	.contents_fl div h3 {
		font-size: 100%;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding: 130px 0 110px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.fv .inner {
	width: 97%;
}
.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: 50% 45%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.3;
	z-index: 1;
}
.fv .inner:first-child::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.3;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
	font-weight: 700;
	line-height: 1.3;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 7%);
}
@media(max-width:1235px) {
	.fv {
		padding: 90px 0 70px;
	}
}
@media(max-width:550px) {
	.spdn {
		display: none;
	}
	.spb {
		display: block;
	}
	.fv {
		padding: 40px 0 30px;
	}
	.fv h2 {
		margin-bottom: 17px !important;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.2;
	width: 97%;
	font-size: 1.2rem;
	font-weight: 700;
	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.9rem;
	}
}
/* 介護保険サービス・障害福祉サービスページ ========================================================================================*/
/* 主なサービス内容 */
.services .inner {
	max-width: 1295px;
}
.services .rdbox {
	box-shadow: none;
	border: 3px solid #fff3d6;
}
.services.texture .rdbox {
	border: 3px solid #f7f7e1;
}
.services .rdbox .mtitle {
	margin-bottom: 20px;
}
.serconts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 55px;
}
.serconts:last-child {
	margin-bottom: 0 !important;
}
.serconts p {
	width: 48.7%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.sertitle {
	font-size: 110%;
	display: block;
	color: #61a34e;
}
.services.orange .sertitle {
	color: #ffa724;
}
/**/
.nofl.serconts {
	display: block;
	margin-top: -5px;
}
.nofl.serconts p {
	width: 100%;
	margin-bottom: 10px;
}
/*img*/
.serconts p .ic {
	height: 110px;
	padding: 10px;
	position: relative;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	background: #fff3d6;
}
.services.texture .serconts p .ic {
	background: #f7f7e1;
}
.serconts p .ic img {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
@media(max-width:850px) {
	.serconts {
		display: block;
	}
	.serconts p {
		width: 100%;
	}
}
@media(max-width:550px) {
	.sertitle {
		font-size: 100%;
	}
	.serconts p .ic {
		height: 70px;
		padding: 3px;
	}
}
/* 対応エリア */
.area .checkstr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area .checkstr li {
	width: 49%;
}
.area.texture .checkstr li {
	border: 3px solid #f7f7e1;
}
.areaimg img {
	width: 100%;
}
@media(max-width:750px) {
	.areaimg {
		width: 90% !important;
		margin: auto;
		margin-top: 25px;
	}
}
@media(max-width:550px) {
	.area .checkstr li {
		padding: 7px;
	}
}
/*=== 障害福祉サービス ===*/
.disabilitywelfare .inner {
	max-width: 1255px;
}
/* ご利用の対象者 */
.target .acheck.dots {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.target .acheck.dots li {
	width: 49%;
	border-bottom: 2px dotted #b1c936;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.target p {
	margin-left: auto;
	width: fit-content;
	margin-top: 5px;
}
/* 1日の流れ */
.flow {
	position: relative;
}
.flow::before {
	content: "";
	width: 16px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffd13b;
	opacity: 0.3;
}
.flow .flowd::after, .flow .flowd::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.flow .flowd::before {
	z-index: 1;
	width: 11px;
	height: 11px;
	background: #b1c936;
	border-radius: 50%;
	left: 3px;
}
.flow .flowd::after {
	width: 63px;
	border-bottom: 1px dashed #b1c936;
	position: absolute;
	left: 13px;
}
.flow .flowd {
	padding-left: 80px;
	position: relative;
	margin-bottom: 10px;
}
.flow .fwrap {
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	border: 3px solid #f7f7e1;
}
.flow .fwrap p {
	position: relative;
	padding-left: 74px;
	margin-bottom: 0;
}
.time {
	color: #70ba5b;
	position: absolute;
	top: 0;
	left: 0;
}
.flow .fwrap .ib {
	font-size: 90%;
}
@media(max-width: 950px) {
	.flow .flowd {
		padding-left: 35px;
	}
	.flow .fwrap {
		padding: 10px 13px;
	}
}
@media(max-width: 750px) {
	.time {
		display: block;
		position: initial;
	}
	.flow .fwrap p {
		padding-left: 0;
	}
	.spflow {
		position: relative;
	}
	.spflow::before {
		content: "";
		width: 16px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #ffd13b;
		opacity: 0.3;
	}
	.flow::before {
		content: none;
	}
}
/* ご利用案内ページ ===========================================================================================================*/
.guide {
	counter-reset: guidenumber 0;
}
.guide .maintitle {
	margin-bottom: 80px;
}
.guidebox {
	padding: 33px;
	position: relative;
	border: 3px solid #fff3d6;
	border-radius: 15px;
	margin-bottom: 45px;
	background: #fff;
}
.guidebox:last-child {
	margin-bottom: 0 !important;
}
.guidebox .flexbox::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_illust/deco.svg);
	background-position: bottom 10px right 10px;
	background-repeat: no-repeat;
	background-size: 150px;
	z-index: -1;
	opacity: 0.27;
}
.texture .guidebox .flexbox::after {
	filter: hue-rotate(70deg);
	opacity: 0.2;
}
.guidebox::before {
	font-size: 1.65rem;
	counter-increment: guidenumber 1;
	content: "0"counter(guidenumber);
	position: absolute;
	top: -25px;
	left: -4%;
	width: 23% !important;
	max-width: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1 / 1;
	background: #ffba52;
	color: #fff;
}
.guidebox .stitle::after {
	background: #ffd13b;
}
.guide::after {
	opacity: 1;
}
.texture .guidebox {
	border: 3px solid #f7f7e1;
}
.texture .guidebox::before {
	background: #70ba5b;
}
.texture .guidebox .stitle::after {
	background: #70ba5b;
}
@media (max-width:750px) {
	.guidebox .flexbox::after {
		background-position: top 10px right 10px;
		background-size: 100px;
	}
	.guidebox::before {
		font-size: 1.1rem;
		max-width: 53px;
		left: 50%;
		transform: translateX(-50%);
	}
	.guidebox img {
		margin-top: 13px;
	}
}
@media (max-width:550px) {
	.guide .maintitle {
		margin-bottom: 50px;
	}
	.guidebox {
		padding: 17px;
		padding-top: 35px;
		margin-bottom: 50px;
	}
}
/* 採用情報ページ ===========================================================================================================*/
/* 求める人材 */
.checkstr li {
	padding: 15px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 7px;
	border: 3px solid #fff3d6;
}
.checkstr li span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.checkstr li span::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #b1c936;
	font-size: 90%;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media(max-width:750px) {
	.requirements.area {
		margin-top: 30px;
	}
	.requirements.area .checkstr li {
		width: 100%;
		margin-bottom: 4px;
	}
}
@media(max-width:550px) {
	.requirements.area {
		margin-top: 20px;
	}
	.checkstr li {
		padding: 10px;
	}
}
/* 資格取得支援制度・教育制度 */
.rdbox {
	padding: 50px 55px;
	border-radius: 10px;
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.rdbox .flexbox {
	margin-bottom: 50px;
}
.rdbox .flexbox:last-child {
	margin-bottom: 0 !important;
}
.rdbox .acheck {
	margin-bottom: 10px;
}
@media(max-width:1070px) {
	.rdbox {
		padding: 35px;
	}
}
@media(max-width:750px) {
	.rdbox .flexbox img {
		margin-bottom: 12px;
	}
}
@media(max-width:550px) {
	.rdbox {
		padding: 20px 15px;
	}
}
/* 募集内容 */
/*いずれかの免許・資格所持で可*/
.down {
	position: relative;
	padding-left: 18px;
}
.down::before {
	font-family: "Font Awesome 6 Free";
	content: '\f0d7';
	font-weight: bold;
	position: absolute;
	top: 0.05em;
	left: 0;
	color: #b1c936;
}
/*list*/
.acheck li {
	padding-left: 21px;
	position: relative;
	margin-bottom: 5px;
}
.acheck li:last-child {
	margin-bottom: 0;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #b1c936;
	font-size: 90%;
	position: absolute;
	top: 0.15em;
	left: 0;
}
.dots.acheck li {
	border-bottom: 2px dotted #f2e7c9;
	padding-bottom: 2px;
}
.dots.acheck li::before {
	content: "\f111";
	font-size: 50%;
	top: 1em;
	left: 6px;
}
/* 事業所・会社概要／お問い合わせページ ========================================================================================*/
/* 理念 */
.vision .recbox {
	max-width: 100%;
}
.vision.texture::after {
	opacity: 1;
}
/* 概要 */
/*img*/
.wide {
	position: relative;
}
.wide::before {
	z-index: 1;
	opacity: 0.6;
	filter: brightness(0) invert(1);
}
.wide img {
	width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: cover;
	object-position: 50% 75%;
}
@media (max-width: 1780px) {
	.wide img {
		max-height: 27vw;
	}
}
@media (max-width: 950px) {
	.wide img {
		max-height: 36vw;
	}
}
@media (max-width: 550px) {
	.wide img {
		max-height: 145px;
		object-position: 50% 100%;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	border-bottom: 2px dotted #ffd13b;
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 700;
	padding: 23px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
.ib {
	display: inline-block;
}
.texture .info_table tr {
	border-bottom: 2px dotted #70ba5b;
}
/*list*/
.acheck li {
	padding-left: 21px;
	position: relative;
	margin-bottom: 5px;
}
.acheck li:last-child {
	margin-bottom: 0;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #b1c936;
	font-size: 90%;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media(max-width: 550px) {
	.overview .maintitle {
		margin-bottom: 17px;
	}
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none !important;
	}
	.info_table td {
		border-bottom: 2px dotted #ffd13b;
		margin-bottom: 0;
	}
	.texture .info_table td {
		border-bottom: 2px dotted #70ba5b;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 15px 8px 20px;
		display: block;
	}
	.info_table th {
		text-align: left;
		padding-bottom: 0;
	}
}
/* 加算 */
.visualization {
	border-radius: 15px;
	background: #fff;
	margin-top: 70px;
	padding: 33px 33px 45px;
	border: 3px solid #fff3d6;
}
.visualization .maintitle {
	margin-bottom: 23px;
}
.visualization .fitc {
	margin-bottom: 40px;
}
.visualization .stitle {
	margin-bottom: 10px;
}
@media(max-width: 1070px) {
	.visualization .flexbox {
		display: block;
	}
	.visualization .flexbox .w49 {
		margin-bottom: 30px;
		width: 100%;
	}
	.visualization .flexbox .w49:last-child {
		margin-bottom: 0;
	}
}
@media(max-width: 550px) {
	.visualization .fitc {
		margin-bottom: 27px;
	}
	.visualization {
		margin-top: 50px;
		padding: 20px 15px;
	}
}
/* map */
.map {
	margin-top: 65px;
}
.map iframe {
	width: 100%;
	height: 450px;
}
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせ =====================================*/
.contact_sec section .inner {
	max-width: 1050px;
}
/**/
.contop {
	max-width: 487px;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}
@media(max-width:750px) {
	.contop {
		max-width: 100%;
		text-align: left;
	}
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 40px;
	}
	.contop, .mailform input[type="checkbox"] + label, .mnote p {
		font-size: 93%;
	}
}
/* 電話・FAX */
/*title*/
.cotitle {
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	line-height: 1.55;
	border-left: 4px solid #70ba5b;
	padding-left: 12px;
}
.cotitle span {
	font-size: 70%;
	display: inline-block;
	margin-left: 3px;
}
@media (max-width: 550px) {
	.cotitle {
		margin-bottom: 17px;
	}
}
/*box*/
.telbox {
	background: #fff;
	border: 3px solid #fff3d6;
	padding: 30px;
	border-radius: 10px;
}
.telbox h3 {
	font-size: 100%;
	padding-left: 39px;
	font-weight: 700;
	position: relative;
	margin-bottom: 3px;
}
.telbox h3::before {
	background-color: #63504c;
	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: 1.6rem;
	color: #63504c;
	font-weight: 700;
}
.telbox a i {
	color: #ffd13b;
}
.telbox a:hover {
	opacity: 0.6;
}
.telwrap {
	margin-top: 0 !important;
}
.telwrap p {
	margin-top: 5px;
	margin-bottom: 0;
}
@media (max-width:550px) {
	.telbox a {
		font-size: 1.3rem;
	}
}
/*fax*/
.telboxwrap {
	margin-top: 50px;
}
.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: #70ba5b;
	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: 87%;
	}
}
@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: 905px;
	margin: auto;
	margin-top: 50px;
}
@media(max-width:550px) {
	.mnote {
		margin-top: 40px;
	}
}
.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 #63504c;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 97%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #70ba5b;
	padding: 6px 5px 5px;
	margin-right: 5px;
	font-size: 12px;
	border-radius: 3px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #70ba5b;
	color: #70ba5b !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #63504c;
}
.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 button {
	display: block;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	color: #fff;
	background: #70ba5b;
	border: 1px solid #70ba5b;
	width: 270px;
	padding: 20px 0;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background: #fff;
	color: #70ba5b;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.mails {
	padding-bottom: 60px;
}
/*チェックボックス*/
.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 #70ba5b;
	border-bottom: 3px solid #70ba5b;
	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;
	}
}
@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%;
	}
}
@media (max-width: 550px) {
	.mails {
		padding-bottom: 35px;
	}
	.mailform button {
		width: 210px;
		padding: 14px 0;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/* 個人情報の取り扱いについて */
.privacy {
	padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}
.accordion-area li {
	margin: 10px 0;
}
.accordion-area section {
	border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.accordion-title {
	position: relative; /*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-size: clamp(1rem, 0.5rem + 1.6vw, 1.4rem);
	padding: 15px 35px 15px 15px;
	transition: all .5s ease;
	background: #b1c936;
	color: #fff;
	line-height: 1.5;
	border-radius: 10px;
}
.privacy .accordion-title {
	font-size: clamp(0.9rem, 0.275rem + 2vw, 1.4rem);
}
.privacy .accordion-title span {
	position: relative;
	padding-left: 27px;
	display: inline-block;
}
.privacy .accordion-title span::before {
	font-family: "Font Awesome 6 Free";
	content: "\f023";
	font-weight: bold;
	margin-right: 10px;
	font-size: 80%;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 2px;
	background: #fff;
	top: 50%;
	right: 3%;
	transform: translateY(-50%);
}
.privacy .accordion-title::before {
	transform: rotate(0deg);
}
.privacy .accordion-title::after {
	transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
	transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
	display: none; /*はじめは非表示*/
	background: #fff;
	padding: 13px 25px;
	font-size: 95%;
}
.accordion-text span {
	font-size: 103%;
}
.accordion-text span::before {
	content: "■";
	display: inline-block;
	font-size: 80%;
	margin-right: 0.35em;
	transform: translateY(-1px);
	color: #ffd13b;
}
@media (max-width: 550px) {
	.privacy .accordion-title::before, .privacy .accordion-title::after {
		width: 11px;
	}
	.privacy .accordion-title span {
		padding-left: 20px;
	}
	.accordion-text {
		padding: 13px;
		font-size: 93%;
	}
}