@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #594736;
	font-size: 16px;
	background: #fffbf1;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #594736; /*#feaf64*/
	transition: .4s;
}
/*=====ウェブアクセシビリティ=====*/
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 120px;
	position: relative;
}
main section.stb {
	padding: 130px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 65px;
	}
	main section.stb {
		padding: 50px 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.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	font-family: 'Zen Maru Gothic', sans-serif;
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.3;
}
.maintitle .mf {
	font-weight: 700;
	color: #ff9e42;
	font-size: clamp(2.1rem, 0.725rem + 4.4vw, 3.2rem);
}
.maintitle .sf {
	font-size: 80%;
	font-weight: 500;
}
.txtmgb {
	margin-bottom: 43px;
}
.maintitle.mleft {
	text-align: left;
}
@media (max-width: 550px) {
	.maintitle {
		line-height: 1.1;
		margin-bottom: 35px;
	}
	.txtmgb {
		margin-bottom: 30px;
	}
	.maintitle .sf {
		font-size: 60%;
	}
}
/*見出し02*/
.mtitle {
	font-family: 'Zen Maru Gothic', sans-serif;
	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: #594736;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	border-bottom: 2px solid #ff9e42;
	margin-bottom: 17px;
	padding-bottom: 3px;
	padding-left: 2px;
	color: #594736;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
}
.stitle:first-letter {
	font-size: 120%;
	color: #ff9e42;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 13px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 12px;
	transition: .4s;
	display: inline-block;
	width: 270px;
	text-align: center;
	color: #fff;
	background: #ff9e42;
	border: 1px solid #ff9e42;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
}
.mainbtn a:hover {
	color: #ff9e42;
	background: #fff;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 220px;
		padding: 8px;
	}
}
@media (max-width: 300px) {
	.mainbtn a {
		width: 80%;
	}
}
/*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: 13px;
	}
	.flexbox div {
		width: 100%;
	}
	.fleximgmgb img {
		margin-bottom: 3px;
	}
	.fwrap div {
		width: 100% !important;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w54 {
	width: 54%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w42 {
	width: 42%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.textshadow, .textshadow p {
	text-shadow: 1px 1px 0 #fffbf1, -1px -1px 0 #fffbf1, -1px 1px 0 #fffbf1, 1px -1px 0 #fffbf1, 0px 1px 0 #fffbf1, 0 -1px 0 #fffbf1, -1px 0 0 #fffbf1, 1px 0 0 #fffbf1;
}
.bg_cream .textshadow, .bg_cream .textshadow p {
	text-shadow: 1px 1px 0 #fff4e4, -1px -1px 0 #fff4e4, -1px 1px 0 #fff4e4, 1px -1px 0 #fff4e4, 0px 1px 0 #fff4e4, 0 -1px 0 #fff4e4, -1px 0 0 #fff4e4, 1px 0 0 #fff4e4;
}
.bg_cream, .bg_orange {
	position: relative;
}
.bg_cream::before {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background: #fff7e6;*/
	z-index: -15;
	background: linear-gradient(0deg, rgba(255, 247, 230, 0.65), rgba(255, 247, 230, 0.75)), url(../img/bg.jpg) no-repeat center/cover;
}
.bg_orange::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -30;
	background: url(../img/bg_orange.png) no-repeat center/cover;
	opacity: 0.7;
}
.bg_orange .maintitle .mf {
	color: #ff9129;
}
/* 背景イラスト */
.bg01::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01a.png), url(../img/bg01b.png);
	background-repeat: no-repeat;
	background-position: bottom 1% right, top 1% left;
	background-size: 290px;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.bg01::after {
		background-size: 105px;
	}
}
.bg02::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg02a.png), url(../img/bg02b.png);
	background-repeat: no-repeat;
	background-position: top left, bottom right;
	background-size: 260px;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.bg02::after {
		background-size: 200px;
	}
}
.bg03::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg03.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 400px;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.bg03::after {
		background-size: 130px;
	}
}
/* 反転 */
.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.6s;
	transition-delay: 0.4s;
	transform: translateY(20px);
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.moving {
	opacity: 0;
	transition: 1.6s;
	transition-delay: 0.4s;
	transform: translate(20px, 20px);
}
.moving.inview {
	opacity: 1;
	transform: translate(0);
}
/*delay*/
.delay01 {
	transition-delay: 0.65s;
}
.delay02 {
	transition-delay: 0.85s;
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header {
	padding: 5px 10px 13px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
	font-weight: 500;
}
.change_color .header {
	background: #fffbf1;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header_inner {
	width: 97%;
	max-width: 1550px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 355px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 33px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.6;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #594736;
	line-height: 1.55;
	font-size: 0.95rem;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.header ul li a span {
	display: block;
	color: #ff9e42;
	font-size: 118%;
}
.header ul li a:hover {
	opacity: 0.6;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 15px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 12rem;
	line-height: 1.55;
	padding: 7px;
	font-size: 0.87rem;
}
.header_item .mainbtn a:after {
	content: none;
}
.tel a {
	font-size: 1.55rem;
	padding-bottom: 1px;
	border-bottom: 2px dotted #ff9e42;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.tel i {
	font-size: 90%;
	color: #ff9e42;
}
.tel a:hover {
	opacity: 0.6;
}
.conex {
	font-size: 0.87rem;
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 700;
	margin-right: 5px;
}
.conex span {
	font-size: 120%;
}
.hamburger_menu {
	display: none;
}
.menut {
	font-size: 0.6rem;
	position: absolute;
	bottom: 1px;
	left: 50%;
	margin-left: 0.5px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #594736;
	font-weight: 700;
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 55px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
	opacity: 1;
	transition: .3s;
}
#menu_btn_check:checked ~ .menu_btn {
	filter: none;
}
#menu_btn_check:checked ~ .menu_btn .menut {
	opacity: 0;
	transition: .3s;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #594736;
	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;
	background: #594736;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #594736;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	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%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 25px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 4px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 7.5px 0;
	position: relative;
	line-height: 1.75;
	color: #594736;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
}
.menu_padding ul li a span {
	font-size: 115%;
	color: #ff9e42;
	display: block;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
	background: #fff;
	background-size: cover;
	background-position: 30% 50%;
}
.menu_content::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/menu_content.png);
	background-repeat: repeat-x;
	background-position: bottom -10px center;
	background-size: 560px;
	z-index: -50;
	opacity: 0.6;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 5px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	background: #ff9e42;
	border: 1px solid transparent;
}
.menu_content .mainbtn a:hover {
	color: #ff9e42;
	background: #fff;
	border: 1px solid #ff9e42;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1295px) {
	.header_logo {
		width: 280px;
	}
	.header ul li {
		margin-right: 30px;
	}
	.header ul li a {
		font-size: 0.8rem;
	}
}
@media (max-width: 1075px) {
	.header_logo {
		width: 295px;
	}
	.header {
		padding: 11px 18px 13px;
	}
	.hwrap {
		width: 100%;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav, .hnav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 5.5px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.menut {
		font-size: 0.55rem;
		bottom: 3.5px;
	}
	.header_title {
		width: 215px;
	}
	.header {
		padding: 10px 10px 13px;
	}
	.menu_btn {
		top: 0;
		right: 18px;
	}
	.menu_content .mainbtn a {
		padding: 6px !important;
		font-size: 0.85rem;
	}
	.menu_content ul li a {
		font-size: 0.8rem;
		padding: 5.5px 0;
	}
}
@media (max-width: 310px) {
	.header_title {
		width: 59vw;
	}
	.menu_btn {
		top: -2px;
		right: 15px;
	}
	.menut {
		display: none;
	}
}
/* footer */
.footer_contact.bg_orange::before {
	opacity: 1;
}
.footer_contact {
	padding: 70px 0;
}
.footer_contact {
	background-image: linear-gradient(to top, rgba(255, 251, 241, 0.5), rgba(255, 251, 241, 0.7), rgba(255, 251, 241, 1));
}
.context {
	font-size: 110%;
	margin-bottom: 45px;
}
.context br {
	display: none;
}
@media (max-width: 650px) {
	.footer_contact {
		padding: 50px 0 40px;
	}
	.context {
		font-size: 100%;
		margin-bottom: 40px;
	}
}
@media (max-width: 320px) {
	.context {
		font-size: 105%;
		line-height: 1.7;
	}
	.context br {
		display: block;
	}
}
/* ボタン */
.contactbtn {
	background: #ff9e42;
	padding: 7px;
	width: 100%;
	max-width: 900px;
	margin: auto;
	text-align: center;
	border-radius: 10px;
}
.fcbtn {
	width: calc(100% / 3);
}
.fcbtn:nth-child(2) a {
	border-right: 1px dashed #fff;
	border-left: 1px dashed #fff;
}
.fcbtn:nth-child(1) a {
	border-radius: 7px 0 0 7px;
}
.fcbtn:nth-child(3) a {
	border-radius: 0 7px 7px 0;
}
.fcbtn a {
	display: block;
	padding: 20px 10px;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
}
.fcbtn i {
	display: block;
	margin-bottom: 2px;
}
.fcbtn a:hover {
	background: #fff;
	color: #ff9e42;
}
@media (max-width: 750px) {
	.fcbtn a {
		font-size: 1.05rem;
		padding: 15px 5px;
	}
	.fcbtn:nth-child(2) a {
		border-right: none;
		border-left: none;
		border-bottom: 1px dashed #fff;
		border-top: 1px dashed #fff;
		padding: 20px 5px 15px;
	}
	.fcbtn:nth-child(1) a {
		border-radius: 7px 7px 0 0;
	}
	.fcbtn:nth-child(3) a {
		border-radius: 0 0 7px 7px;
	}
}
/*ロゴとアドレス*/
.footer_text {
	margin-top: 47px;
}
.footer_text p {
	margin-bottom: 0;
}
.address br {
	display: none;
}
@media (max-width: 650px) {
	.footer_text p {
		margin-bottom: 10px;
	}
	.address br {
		display: block;
	}
}
.telfax br {
	display: none;
}
@media (max-width: 650px) {
	.telfax br {
		display: block;
	}
	.telfax span {
		display: none;
	}
}
/*ロゴ*/
.flogo {
	width: 390px;
	margin-bottom: 25px;
}
@media (max-width: 750px) {
	.flogo {
		width: 335px;
		margin-bottom: 20px;
	}
}
@media (max-width: 450px) {
	.flogo {
		width: 100%;
		max-width: 290px;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 3px 3px 7px;
	color: #fff;
	background: #ff9e42;
}
/*ページ上に戻るボタン*/
.tfade {
	position: relative;
	z-index: 79;
}
.go_top {
	display: block;
	width: 57px;
	height: 57px;
	box-sizing: border-box;
	background: #ff9e42;
	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;
	border: 1px solid #fff;
}
.go_top::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.5rem;
	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.3rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: 100vh;
	min-height: 620px;
	object-fit: cover;
	animation: fadezoom 5s ease 0s normal both;
}
@keyframes fadezoom {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.slide_text {
	white-space: nowrap;
	text-align: left;
	font-size: 3.3rem;
	letter-spacing: 0.12em;
	z-index: 2;
	line-height: 1.5;
	position: absolute;
	bottom: 7%;
	left: 5%;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	color: #594736;
}
.slide_text p {
	animation: fadeIn 1s ease 0.6s 1 normal backwards;
	margin-bottom: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.slillust {
	position: absolute;
	bottom: -150px;
	left: -5%;
	width: 590px;
	animation: 120s linear infinite rotation;
	opacity: 0.13;
}
@keyframes rotation {
	0% {
		opacity: 0;
		transform: rotate(0);
	}
	1% {
		opacity: 0.13;
	}
	100% {
		transform: rotate(360deg);
	}
}
@media (max-width: 955px) {
	.slide_text {
		font-size: 2.6rem;
	}
	.slillust {
		bottom: -120px;
		width: 430px;
	}
}
@media (max-width: 665px) {
	.slide_text {
		font-size: 1.6rem;
	}
	.slillust {
		bottom: -6%;
		width: 75vw;
	}
}
@media (max-width: 500px) {
	.slide_items img {
		height: calc(100vh - 35px);
	}
	.slide_text {
		font-size: 1.35rem;
	}
}
.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: 47px;
}
@media (max-width: 750px) {
	.tbtn {
		margin-top: 35px;
	}
}
/*画像*/
.mask {
	mask-image: url(../img/mask.png);
	-webkit-mask-image: url(../img/mask.png);
	mask-size: 100%;
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}
.cimg img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.cimg {
	position: relative;
}
.cimg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: rgb(255 255 255 / 80%) 3px 3px 6px 0px inset, rgb(255 255 255 / 80%) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
	border-radius: 50%;
}
.rimg img {
	border-radius: 15px;
}
/*illust*/
.prelative {
	position: relative;
}
.tl_illust, .tr_illust, .br_illust, .bl_illust {
	width: auto !important;
	pointer-events: none;
}
.tl_illust {
	position: absolute;
	top: -2%;
	left: -2%;
	z-index: 2;
}
.tl_illust img {
	width: auto !important;
	height: 160px !important;
	filter: drop-shadow(0 0 1px #fff);
}
.tr_illust {
	position: absolute;
	top: -14%;
	right: -5%;
	z-index: 2;
}
.tr_illust img {
	width: auto !important;
	height: 160px !important;
	filter: drop-shadow(0 0 1px #fff);
}
.br_illust {
	position: absolute;
	bottom: -1%;
	right: -2%;
	z-index: 2;
}
.br_illust img {
	width: auto !important;
	height: 160px !important;
	filter: drop-shadow(0 0 1px #fff);
}
.bl_illust {
	position: absolute;
	bottom: -5%;
	left: -5%;
	z-index: 2;
}
.bl_illust img {
	width: auto !important;
	height: 160px !important;
	filter: drop-shadow(0 0 1px #fff);
}
@media (max-width: 1000px) {
	.tl_illust img, .tr_illust img, .br_illust img, .bl_illust {
		height: 100px !important;
	}
}
@media (max-width: 550px) {
	.tl_illust img, .tr_illust img, .br_illust img, .bl_illust {
		height: 80px !important;
	}
}
.blue {
	color: #7db0f0;
}
.fbold {
	font-weight: 700;
}
/*お知らせ*/
.news {
	padding: 60px 0 110px;
}
.news .inner {
	max-width: 1000px;
}
@media (max-width: 750px) {
	.news {
		padding: 35px 0 60px;
	}
}
/*ご挨拶*/
.wtext {
	text-decoration: underline dotted;
	text-decoration-thickness: 0.14em;
	text-decoration-color: #ff9e42;
	text-underline-offset: 0.5em;
	text-decoration-skip-ink: none;
	font-size: 130%;
	margin-bottom: 25px;
	line-height: 2.2;
}
@media (max-width: 1000px) {
	.wtext {
		font-size: 107%;
		margin-bottom: 25px;
		line-height: 2;
	}
}
/*MKK合同会社 -介翔- のご紹介*/
.youtube_wrapper {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	aspect-ratio: 1 / 0.563;
}
/*訪問対応エリア*/
.areaimg {
	margin-bottom: 45px;
}
.areaimg img {
	width: 100%;
}
.arealist {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.arealist li {
	width: 24%;
	margin: 0 0.5% 5px;
	padding: 5px;
	background: #fff;
	font-size: 107%;
	font-weight: 700;
	border-radius: 5px;
}
.arealist li::before {
	content: '●';
	color: #ff9e42;
	display: inline-block;
	margin-right: 5px;
}
@media (max-width: 810px) {
	.arealist li {
		width: 32%;
		font-size: 100%;
		font-weight: 500;
	}
}
@media (max-width:550px) {
	.arealist li {
		width: 47.5%;
		margin: 0 1% 5px;
		font-size: 90%;
	}
	.areaimg {
		margin-bottom: 30px;
	}
	.arealist {
		margin-bottom: 20px;
	}
}
/*クラウドファンディング*/
.wbox {
	padding: 40px 20px 70px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 20px;
}
.wbox p {
	max-width: 880px;
	margin: auto;
	margin-bottom: 15px;
}
@media (max-width:550px) {
	.crowdfunding .maintitle .mf {
		font-size: 1.7rem;
	}
	.wbox p {
		margin-bottom: 10px;
	}
}
/*サイトメニュー*/
.contents .inner {
	max-width: 950px;
}
.contents_fl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contents_fl div {
	width: 31%;
	margin: 0 1% 13px;
	position: relative;
}
.contents_fl div p {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	pointer-events: none;
	white-space: nowrap;
	font-size: 135%;
	line-height: 1.65;
	font-weight: 700;
}
.contents_fl div p span {
	font-size: 1rem;
}
.contents_fl div p span::before {
	font-size: 90%;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: bold;
	margin-right: 5px;
}
.contents_fl div a img {
	filter: saturate(115%);
}
.contents_fl div a:hover img {
	transform: scale(0.95);
	transition: .4s;
}
@media (max-width: 750px) {
	.contents_fl div {
		width: 47%;
		margin: 0 1% 13px;
	}
}
@media (max-width: 550px) {
	.contents_fl div p {
		font-size: 0.85rem;
	}
	.contents_fl div p span {
		font-size: 0.65rem;
	}
}
@media (max-width: 300px) {
	.contents_fl div p {
		font-size: 4vw;
	}
	.contents_fl div p span {
		font-size: 0.45rem;
	}
}
.imgboxup .flowup:nth-child(2) {
	transition-delay: 0.5s;
}
.imgboxup .flowup:nth-child(3) {
	transition-delay: 0.75s;
}
.imgboxup .flowup:nth-child(4) {
	transition-delay: 0.5s;
}
.imgboxup .flowup:nth-child(5) {
	transition-delay: 0.75s;
}
.imgboxup .flowup:nth-child(6) {
	transition-delay: 0.8s;
}
@media (max-width: 750px) {
	.imgboxup .flowup:nth-child(2), .imgboxup .flowup:nth-child(3), .imgboxup .flowup:nth-child(4), .imgboxup .flowup:nth-child(5), .imgboxup .flowup:nth-child(6) {
		transition-delay: 0.4s;
	}
}
/* 下層ページトップ ==================================================================================================================*/
.fv {
	height: 380px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fffbf1;
	opacity: 0.3;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: -50px !important;
	z-index: 1;
	position: relative;
}
@media (max-width: 1295px) {
	.fv {
		height: 330px;
	}
}
@media(max-width:1075px) {
	.fv {
		height: 255px;
	}
	.fv h2 {
		margin-bottom: -15px !important;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
}
@media(max-width:550px) {
	.fv {
		height: 190px;
	}
	.fv h2 {
		margin-bottom: -20px !important;
	}
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 0.8rem;
	position: relative;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.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: #ff9e42;
}
.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 {
		font-size: 0.63rem;
	}
}
/* サービス内容ページ ==================================================================================================================*/
.services .inner {
	max-width: 1315px;
}
.sertitle {
	position: relative;
	background: #ff9e42;
	box-shadow: 0px 0px 0px 4px #ff9e42;
	border: dotted 2px #fff;
	padding: 0 10px 2px;
	color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 1.2rem;
	border-radius: 7px;
}
.sbmgb {
	margin-bottom: 23px;
}
.serbox {
	margin-top: 65px;
	padding: 55px 35px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}
.serbox .stitle {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
/* check list absolute */
.acheck li {
	padding-left: 22px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ffd673;
}
.acheck li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #ff9e42;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media(max-width:1175px) {
	.serbox {
		margin-top: 45px;
		padding: 15px 25px 30px;
	}
	.serbox .stitle {
		font-size: 1.1rem;
	}
}
@media(max-width:550px) {
	.serbox {
		padding: 20px 15px;
	}
}
/* 主なサービス */
.siflex {
	max-width: 900px;
	margin: auto;
	margin-bottom: 50px;
}
.siboxwrap {
	width: 31%;
}
.siboxwrap p {
	text-align: center;
	font-weight: 700;
}
.sibox {
	position: relative;
	margin: auto;
	margin-bottom: 13px;
	max-width: 200px;
	aspect-ratio: 1 / 1;
	background: linear-gradient(0deg, rgba(255, 251, 241, 0.05), rgba(255, 251, 241, 0.45)), url(../img/bg_orange.png) no-repeat center/cover;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sibox img {
	width: auto !important;
	height: 110px !important;
	margin-bottom: 0;
}
/*※下記はサービス対象外となります。*/
.sinote {
	font-size: 107%;
	margin-bottom: 15px;
}
.sinotes {
	max-width: fit-content;
	margin: auto;
	flex-wrap: wrap;
	justify-content: center;
}
.sinotes p {
	margin: 0 10px;
	border-bottom: 2px dotted #bf9975;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
	padding-left: 20px;
	padding-right: 5px;
}
.sinotes p:last-child {
	margin-right: 0;
}
.sinotes p::before {
	content: "・";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}
@media(max-width:975px) {
	.siboxwrap p {
		text-align: left;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.siboxwrap p br {
		display: none;
	}
	.sinote {
		margin-bottom: 20px;
		font-size: 100%;
	}
}
@media(max-width:750px) {
	.sinotes p {
		margin: 0 0 5px;
	}
	.siboxwrap {
		margin-bottom: 30px;
	}
	.siboxwrap p {
		text-align: center;
		font-weight: 500;
	}
	.siboxwrap p br {
		display: block;
	}
}
@media(max-width:550px) {
	.siflex {
		margin-bottom: 45px;
	}
	.sibox {
		max-width: 130px;
	}
	.sibox img {
		height: 70px !important;
	}
}
@media(max-width:315px) {
	.siboxwrap p {
		text-align: left;
	}
	.siboxwrap p br {
		display: none;
	}
}
/* 料金・お申し込みについてページ ==================================================================================================================*/
/*料金*/
.fee .maintitle {
	margin-bottom: 27px;
}
.fee .fitc {
	margin-bottom: 50px;
}
.btnflex {
	display: flex;
	justify-content: space-between;
	max-width: 740px;
	margin: auto;
}
.btnflex .mainbtn {
	width: 32%;
}
.btnflex .mainbtn a {
	width: 100%;
	font-weight: 700;
}
@media(max-width:700px) {
	.btnflex {
		max-width: 340px;
		display: block;
	}
	.btnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
	.fee .fitc {
		margin-bottom: 35px;
	}
}
/*お申し込みについて*/
.guide .inner {
	max-width: 1210px;
}
.gtitle {
	font-size: 1.55rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 45px;
}
.gtitle img {
	display: block;
	width: 70px;
	margin: 5px auto 0 !important;
}
.gleft {
	text-align: left;
	margin-bottom: 30px;
}
.gleft img {
	margin-left: 0 !important;
}
.gbox {
	position: relative;
	padding: 40px 35px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}
.gbox .gtitle {
	margin-bottom: 27px;
}
.gbmgb.gbox p:last-child {
	margin-bottom: 0;
}
.gbmgb {
	margin-bottom: 65px;
}
@media(max-width:1000px) {
	.gtitle {
		font-size: 1.25rem;
	}
}
@media(max-width:710px) {
	.gbox .center {
		text-align: left;
	}
	.gbox .center br {
		display: none;
	}
}
@media(max-width:550px) {
	.gtitle {
		font-size: 1.05rem;
	}
	.gbox .gtitle {
		font-size: 1rem;
	}
	.gbox {
		padding: 17px 15px;
	}
	.gbox .gtitle {
		margin-bottom: 20px;
	}
	.gtitle img {
		width: 50px;
	}
	.gbmgb {
		margin-bottom: 45px;
	}
	.gtitle {
		margin-bottom: 25px;
	}
}
/*受給者証をお持ちの方*/
.gflow .gbox {
	margin-bottom: 50px;
}
.gflow .gbox::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0ab";
	font-weight: bold;
	font-size: 1.4rem;
	color: #ff9e42;
	line-height: 1;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.gflow .gbox:last-child::after {
	content: none;
}
.gftitle {
	font-size: 1.3rem;
	border-bottom: 2px dotted #ff9e42;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 500;
}
.gftitle span {
	font-size: 80%;
	font-weight: 700;
	display: block;
	color: #ff9e42;
}
.gnotes {
	max-width: 1145px;
	margin: auto;
}
@media(max-width:1055px) {
	.gflow .flexbox {
		align-items: center;
	}
	.gftitle {
		font-size: 1.1rem;
	}
}
@media(max-width:750px) {
	.guide .flexbox img {
		margin-bottom: 3px;
	}
}
@media(max-width:550px) {
	.gftitle {
		font-size: 1rem;
		padding-bottom: 7px;
		margin-bottom: 10px;
	}
}
/* 採用情報ページ ==================================================================================================================*/
.recillust {
	width: 80%;
	max-width: 320px;
	margin: auto;
	margin-bottom: 45px;
}
@media(max-width: 1050px) {
	.recillust {
		max-width: 220px;
	}
}
@media(max-width: 550px) {
	.recillust {
		max-width: 190px;
		margin-bottom: 25px;
	}
}
.recflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.recflex div {
	width: 49%;
}
.recflex .br_illust img, .recflex .tl_illust img {
	height: 140px !important;
}
@media(max-width: 1070px) {
	.recflex .br_illust img, .recflex .tl_illust img {
		height: 100px !important;
	}
}
@media(max-width: 550px) {
	.recflex div {
		width: 48.7%;
	}
	.recflex {
		margin-bottom: 35px;
	}
	.recflex .rimg img {
		border-radius: 10px;
	}
	.recflex .br_illust img, .recflex .tl_illust img {
		height: 47px !important;
	}
}
/*テーブル*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.info_table tr {
	border-bottom: 2px dotted #ff9e42;
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 500;
	padding: 17px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
.info_table td p {
	margin-bottom: 17px;
}
.info_table td p:last-child {
	margin-bottom: 0;
}
.spblock {
	display: none;
}
@media(max-width: 550px) {
	.spnone {
		display: none;
	}
	.spblock {
		display: block;
	}
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 12px 12px 15px;
		display: block;
		font-size: 0.95rem;
	}
	.info_table th {
		font-weight: 700;
		text-align: left;
		padding-bottom: 0;
	}
	.info_table td {
		border-bottom: 2px dotted #ff9e42;
		margin-bottom: 0;
		padding-top: 8px;
	}
}
/*ホームヘルパー（訪問介護等）*/
.recwrap .gtitle {
	font-weight: 700;
	font-size: clamp(1.1rem, 0.35rem + 2.4vw, 1.7rem);
}
.recwrap .gtitle img {
	margin-top: 13px !important;
}
.recwrap {
	margin-bottom: 95px;
}
.recwrap:last-child {
	margin-bottom: 0 !important;
}
@media(max-width: 850px) {
	.recwrap .spnone {
		display: none;
	}
	.recwrap .spblock {
		display: block;
	}
}
@media(max-width: 550px) {
	.recwrap .gtitle img {
		margin-top: 7px !important;
	}
	.recwrap .gtitle {
		margin-bottom: 10px;
	}
	.recwrap {
		margin-bottom: 65px;
	}
}
/*応募情報*/
.infobox {
	padding: 40px 60px 50px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}
@media(max-width: 550px) {
	.infobox .maintitle {
		margin-bottom: 20px;
	}
	.infobox {
		padding: 25px 17px 35px;
	}
}
/* 会社概要ページ ==================================================================================================================*/
.belief .inner {
	max-width: 1430px;
}
.belief .inner::after {
	opacity: 0.4;
}
.betext p {
	position: relative;
	margin-bottom: 7px;
	font-size: 110%;
	line-height: 2.1;
	padding-left: 23px;
	border-bottom: 2px dotted #f7ce6a;
	padding-bottom: 10px;
}
.betext p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #ff9e42;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media(max-width: 1295px) {
	.betext p {
		font-size: 100%;
	}
}
@media(max-width: 750px) {
	.belief .inner::after {
		background-size: 165px;
	}
}
/*代表挨拶*/
.greeting {
	background: rgba(255, 255, 255, 0.8);
}
.greeting .maintitle {
	margin-bottom: 55px;
}
.greeting p {
	max-width: 898px;
	margin-bottom: 17px;
}
.glast {
	text-align: right;
	margin-top: 25px;
}
.greeting .br_illust img {
	height: 160px !important;
}
.greeting .tl_illust img {
	height: 130px !important;
}
.greeting .br_illust {
	bottom: -14%;
}
@media(max-width: 550px) {
	.greeting .br_illust img, .greeting .tl_illust img {
		height: 85px !important;
	}
	.greeting .br_illust {
		bottom: -2%;
	}
}
/*map*/
@media(max-width: 550px) {
	.abmgb {
		margin-bottom: 13px;
	}
	.map iframe {
		height: 280px;
	}
}
/* ご予約について・お問い合わせページ =============================================================================================================*/
.cont {
	font-weight: 700;
	font-size: clamp(1.3rem, 0.675rem + 2vw, 1.8rem);
	margin-bottom: 40px;
}
.contop {
	margin-bottom: 65px;
}
@media(max-width: 550px) {
	.cont {
		margin-bottom: 30px;
	}
	.contop {
		margin-bottom: 35px;
	}
}
/*埋め込み*/
@media(max-width:550px) {
	.air {
		margin: auto;
	}
	.air iframe {
		height: 700px;
	}
}
/* お問い合わせ =======================================*/
.contact_top_text {
	margin-top: 10px;
	margin-bottom: 70px;
	max-width: 600px;
}
@media(max-width:550px) {
	.contact_top_text {
		font-size: 90%;
		margin-bottom: 35px;
	}
}
.contactp {
	padding-bottom: 0;
}
.contactp .rtext {
	margin-bottom: 45px;
}
@media (max-width: 750px) {
	.contactp .rtext {
		margin-bottom: 30px;
	}
}
.contact_wrap {
	position: relative;
	background: #fff;
	border: 3px solid #fff3d6;
	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: #ff9e42;
	margin-right: 0.4em;
	font-size: 0.93em;
	text-decoration: none;
}
.tel_contact i {
	color: #ff9e42;
}
.tel_contact {
	font-size: clamp(1.6rem, 0.85rem + 2.4vw, 2.2rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #594736;
	z-index: 1;
	position: relative;
	font-weight: 700;
}
.tel_contact:hover {
	color: #594736;
	opacity: 0.6;
}
.telflex {
	max-width: 1055px;
	margin: auto;
	align-items: flex-start;
}
.telflex .contact_wrap {
	margin: 0;
}
.tel_text {
	font-size: 0.95rem;
	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.7125rem + 1.4vw, 1.5rem);
	line-height: 1.5;
	font-weight: 700;
}
.spb {
	margin-bottom: 60px;
}
@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: 17px 0;
	}
	.tl_text {
		margin-top: 7px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 60px;
}
.mpdb {
	padding-bottom: 70px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 40px;
	}
	.mpdb {
		padding-bottom: 30px !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 #594736;
}
.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: #ff9e42;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #ff9e42;
	color: #ff9e42 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #594736;
}
.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: #ff9e42;
	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: #ff9e42;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
	outline: none;
	border-color: #ff9e42;
}
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: #ff9e42;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 30px;
}
.mailform button:hover {
	background-color: #fff;
	color: #ff9e42;
	border: 1px solid #ff9e42;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
.formsel p {
	margin-bottom: 4px;
}
@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: #594736;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 2px solid #ff9e42;
}
.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 .fa-lock {
	color: #ff9e42;
}