@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Kaku Gothic New", 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;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	color: #ff8f17;
	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: 80px 0 130px;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 65px;
	}
}
/* 画像 */
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: #ffbc73;
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 65px;
	display: block;
	text-align: center;
	line-height: 1.35;
	font-weight: 700;
	letter-spacing: 0.12em;
	font-size: clamp(1.55rem, 0.8rem + 2.4vw, 2.15rem);
}
.maintitle span {
	display: block;
}
.maintitle span:first-letter {
	color: #ff8f17;
}
.maintitle::before {
	content: '';
	display: block;
	background-image: url(../img/deco.svg);
	background-size: contain;
	width: 50px;
	height: 50px;
	margin: 0 auto 15px;
}
.maintitle.mleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 35px;
}
@media (max-width: 550px) {
	.maintitle {
		margin-bottom: 40px;
	}
	.maintitle::before {
		width: 35px;
		height: 35px;
	}
	.txtmgb {
		margin-bottom: 27px;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	background: #fcc404;
	border-left: 7px solid #ff8f17;
	color: #fff;
	padding: 3px;
	padding-left: 7px;
	margin-bottom: 5px;
	border-radius: 3px;
}
@media (max-width: 550px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 700;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 17px;
	margin-bottom: 13px;
}
.stitle::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 13px;
	background: radial-gradient(#ff8f17 16%, transparent 16%) 0 0 / 13px 13px;
}
@media (max-width: 550px) {
	.stitle {
		margin-bottom: 12px;
	}
}
/*ボタン*/
.mainbtn a {
	font-weight: 700;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 18px;
	transition: .4s;
	display: inline-block;
	width: 270px;
	text-align: center;
	color: #fff;
	background: #ff8f17;
	border: 2px solid rgba(255, 255, 255, 0.5);
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
	line-height: 1.75;
}
.mainbtn a:hover {
	color: #ff8f17;
	background: #fff;
	border: 2px solid #ff8f17;
	transition: .4s;
}
@media (max-width: 550px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		font-size: 90%;
		width: 200px;
		padding: 12px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 10px;
	}
	.spmgb0, .spmgb0 img {
		margin-bottom: 0px !important;
	}
}
.reverse {
	flex-direction: row-reverse;
}
.aic {
	align-items: center;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w44 {
	width: 44%;
}
.w32 {
	width: 31.2%;
}
/* 背景 ====*/
.bg_yellow::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff2a1;
	z-index: -100;
}
.bg_green::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #e3ffba;
	z-index: -100;
}
.bg_blue::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #d2eff7;
	z-index: -100;
}
/*whitebox*/
.whitebox_sec::before {
	position: absolute;
	content: "";
	max-width: 1400px;
	width: 96%;
	height: calc(100% - 200px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: -50;
	border-radius: 10px;
}
.whitebox_sec {
	padding: 160px 0 210px;
}
@media (max-width: 550px) {
	.whitebox_sec::before {
		height: calc(100% - 80px);
	}
	.whitebox_sec {
		padding: 70px 0 80px;
	}
}
/*=== 共通部分ここまで ===*/
/* header ======================*/
.header_sticky {
	background: #fff;
	transition: .5s;
	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: 17px 5px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 96%;
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title {
	width: 230px;
	transition: .3s;
}
.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: 27px;
	position: relative;
	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;
	line-height: 1.65;
	font-size: 1.05rem;
	color: #333;
	font-weight: 700;
}
.header ul li a:hover {
	color: #ff8f17;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 17px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 220px;
	line-height: 1;
	padding: 13px;
	font-size: 0.85rem;
	color: #fff;
	background: #fcc404;
	font-weight: 700;
}
.lato {
	font-family: "Lato", sans-serif !important;
	font-weight: 700 !important;
}
.header_item .mainbtn a:hover {
	color: #fcc404;
	background: #fff;
	border: 2px solid #fcc404 !important;
}
/* TEL */
.tel a {
	color: #333;
}
.tel {
	font-size: 1.3rem;
	transition: .3s;
	position: relative;
	top: -2px;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel p {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	font-weight: 700 !important;
	font-size: 0.7rem;
	margin-bottom: 0;
	line-height: 1;
}
.tel a i {
	color: #ff8f17;
	font-size: 80%;
}
/* icon */
.header_item .ficons {
	position: relative;
	top: -4px;
	margin: 0 !important;
}
.header_item .ficons div {
	margin: 0 5px;
}
.header_item .ficons a {
	font-size: 1.7rem;
}
.header_item .ficons a .fa-line {
	font-size: 90%;
}
.ficons {
	display: flex;
	width: fit-content !important;
	margin: auto;
	margin-top: 15px;
}
.ficons div {
	margin: 0 7px;
	width: fit-content !important;
}
.ficons a {
	font-size: 1.7rem;
	color: #ff8f17;
}
.ficons a .fa-line {
	font-size: 95%;
	position: relative;
	top: -1px;
}
.ficons a:hover {
	opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	top: 31px;
	right: 26px;
	z-index: 9999;
	width: 60px;
	height: 35px;
	border: none;
	background-color: transparent;
}
.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.-active .hamburger__text::before {
	content: 'close';
}
*/
.hamburger__line {
	display: block;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	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: #ff8f17;
}
.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%;
}
/*
.hamburger__text::before {
	content: "menu";
	text-align: center;
	color: #56361e;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	overflow: hidden;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	padding: 60px 0 30px;
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
	max-width: 600px;
}
.global-navigation__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.global-navigation__list > li {
	width: 49%;
	margin: 3px 0;
	font-size: 1rem;
	font-weight: 700;
	transition: .35s;
	line-height: 1.7;
	display: block;
	padding: 15px 5px 17px;
	border-bottom: 2px dotted #fcc404;
}
.global-navigation__list > li a {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #333;
}
.global-navigation__list > li a::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0da";
	font-weight: bold;
	margin-right: 4px;
	color: #ff8f17;
}
/* ハンバーガーメニュー 電話番号 */
.tel_link a {
	font-size: 115%;
	font-family: "Lato", sans-serif !important;
	font-weight: 700 !important;
}
.tel_link a::before {
	content: none !important;
}
.tel_link p {
	line-height: 1;
	font-size: 0.85rem;
}
.tel_link a i {
	color: #ff8f17;
	font-size: 80%;
}
/* btn */
.ham_btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	max-width: 465px;
}
.ham_btns div {
	width: 48%;
}
.global-navigation .mainbtn {
	max-width: 465px;
	margin: auto;
}
.global-navigation .mainbtn a {
	font-size: 90%;
	width: 48%;
}
.header__nav-area .ficons {
	line-height: 1.4;
	margin-top: 0;
	display: block !important;
}
.global-navigation .mainbtn a:last-child {
	color: #ff8f17;
	background: #fff;
	border: 2px solid #ff8f17;
}
.global-navigation .mainbtn a:last-child:hover {
	background: #ff8f17;
	color: #fff;
}
@media (max-width: 680px) {
	.ham_btns .tel {
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.ham_btns div {
		margin-bottom: 12px;
		width: 100%;
	}
}
@media (max-width: 1180px) {
	.header_logo {
		width: 210px;
	}
	.header_btn {
		display: none;
	}
	.header_title {
		margin-left: 0;
		margin-bottom: 0;
	}
	.header {
		padding: 12px 20px 14px;
	}
	.hwrap {
		width: 100%;
	}
	.header_nav, .hnav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.ficons {
		display: none;
	}
	.header_inner {
		margin: 0;
		padding: 0;
	}
	.header__inner {
		display: block;
	}
}
@media (max-width: 550px) {
	.header_title {
		width: 155px;
	}
	.header {
		padding: 10px;
	}
	.hamburger {
		top: 21px;
		right: 8px;
	}
	.global-navigation__list > li {
		font-size: 0.9rem;
	}
}
@media (max-width: 450px) {
	.global-navigation {
		width: 93%;
	}
	.global-navigation__list > li {
		font-size: 0.77rem;
	}
	.tel_link p {
		font-size: 0.6rem;
	}
	.global-navigation .mainbtn {
		max-width: 355px;
	}
	.global-navigation .mainbtn a {
		font-size: 80%;
	}
}
/* footer ==========================*/
.footerbg {
	position: relative;
	padding: 50px 0;
}
.footerbg p {
	font-weight: 700;
	line-height: 1.7;
}
.footerbg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff2a1;
	z-index: -100;
}
.footerbg::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.7;
	filter: brightness(0) invert(1);
	z-index: -1;
	background-image: url(../img/_illust/footer.svg);
	background-position: bottom center !important;
	background-repeat: repeat-x !important;
	background-size: 1000px;
}
.footerbg .inner {
	max-width: 1070px;
}
.footerbg h4 {
	font-size: 103%;
	font-weight: 700;
	margin-bottom: 3px;
	line-height: 1.7;
}
.fmini {
	font-size: 80%;
}
.footerbg h4 span:first-letter {
	display: inline-block;
	font-size: 107%;
	color: #f5690c;
	margin-right: 1px;
}
/* logo */
.flogowrap {
	margin-bottom: 40px;
}
.flogowrap p {
	font-size: 105%;
}
.flogo {
	display: block;
	width: 100%;
	max-width: 280px;
	margin: auto;
	margin-bottom: 12px;
}
/* btn */
.footerbg .mainbtn {
	margin-top: -17px;
}
.footerbg .mainbtn a {
	font-size: 94%;
	width: 100%;
	background: #fcc404;
	color: #fff;
	border: 2px solid transparent;
	margin-bottom: 7px;
}
.footerbg .mainbtn a br {
	display: none;
}
.footerbg .mainbtn a:hover {
	background: #fff;
	color: #fcc404;
	border: 2px solid #fcc404;
}
.footerbg .mainbtn a:nth-child(2) {
	background: #fff;
	color: #fcc404;
	border: 2px solid #fcc404;
}
.footerbg .mainbtn a:hover:nth-child(2) {
	background: #fcc404;
	color: #fff;
	border: 2px solid transparent;
}
@media (max-width: 970px) {
	.footerbg .mainbtn a br {
		display: block;
	}
}
@media (max-width: 750px) {
	.flogowrap {
		margin-bottom: 23px;
	}
	.footerbg .mainbtn {
		margin-top: 0;
	}
	.footerbg .mainbtn a {
		max-width: 245px;
		padding: 13px 0;
		font-size: 90%;
	}
	.footerbg .mainbtn a br {
		display: none;
	}
	.footerbg .flexbox h3 {
		width: 100%;
		margin-bottom: 15px;
	}
	.footerbg .flexbox div {
		margin-bottom: 25px;
	}
	.footerbg .flexbox div:last-child {
		margin-bottom: 0;
	}
	.footerbg::before {
		background-size: 655px;
	}
}
@media (max-width: 550px) {
	.flogowrap p {
		font-size: 0.9rem;
	}
	.footerbg h4 {
		font-size: 95%;
	}
	.footerbg {
		padding: 35px 0 45px;
	}
	.footerbg .flexbox p {
		font-size: 90%;
	}
	.flogo {
		max-width: 210px;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 13px 0px 15px;
	color: #fff;
	background: #ff8f17;
	font-size: 0.95rem;
}
@media (max-width: 550px) {
	.copyright {
		font-size: 0.7rem;
		padding: 5px 0px 8px;
	}
}
/*ページ上に戻るボタン =====================*/
.go_top {
	display: block;
	width: 61px;
	height: 61px;
	box-sizing: border-box;
	background: #ff8f17;
	border: 2px solid rgba(255, 255, 255, 0.4);
	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.4rem;
	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: 1.2rem;
	}
}
/*スライド =========================*/
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 130px);
	min-height: 600px;
	object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
/* text */
.slide_text {
	font-weight: 700;
	white-space: nowrap;
	position: absolute;
	font-size: 3.1rem;
	letter-spacing: 0.12em;
	color: #fff;
	z-index: 2;
	line-height: 1.7;
	top: 51%;
	left: 4%;
	transform: translateY(-50%);
}
.slide_text span {
	background: #ff8f17;
	padding: 0 1% 0 1.5%;
	border-radius: 5px;
}
.slide_text p {
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
	margin-bottom: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1350px) {
	.slide_text {
		font-size: 2.9rem;
	}
}
@media (max-width: 1180px) {
	.slide_items img {
		height: calc(100vh - 110px);
		min-height: 500px;
	}
}
@media (max-width: 1135px) {
	.slide_text {
		font-size: 2.4rem;
	}
}
@media (max-width: 750px) {
	.slide_text {
		top: auto;
		transform: translateY(0);
		bottom: 3%;
		font-size: 5.9vw;
	}
}
@media (max-width: 500px) {
	.slide_items img {
		height: calc(100vh - 135px);
		min-height: auto;
	}
}
/*==========================*/
.pdb {
	padding-bottom: 35px !important;
}
.center {
	text-align: center;
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 27px;
	}
}
/* 画像 角丸 */
.maru img {
	border-radius: 10px;
}
.bimg {
	position: relative;
}
.bimg img {
	border-radius: 10px;
}
/* 画像上 イラスト ======================*/
.illust {
	width: fit-content !important;
}
.illust img {
	width: auto !important;
	height: 130px !important;
	border-radius: 0 !important;
}
.iwide img {
	height: 80px !important;
}
@media (max-width:1230px) {
	.illust img {
		height: 90px !important;
	}
	.iwide img {
		height: 40px !important;
	}
}
@media (max-width: 750px) {
	.illust img {
		height: 75px !important;
	}
	.iwide img {
		height: 37px !important;
	}
}
/*右上*/
.tr.illust {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 2;
}
/*右下*/
.br.illust {
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 2;
}
/*左上*/
.tl.illust {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}
/*左下*/
.bl.illust {
	position: absolute;
	bottom: -10px;
	left: -10px;
	z-index: 2;
}
/* section illust =====*/
/*右上*/
.tr.illust.sec {
	position: absolute;
	top: 4%;
	right: 4%;
	z-index: 2;
}
/*右下*/
.br.illust.sec {
	position: absolute;
	bottom: 4%;
	right: 4%;
	z-index: 2;
}
/*左上*/
.tl.illust.sec {
	position: absolute;
	top: 4%;
	left: 4%;
	z-index: 2;
}
/*左下*/
.bl.illust.sec {
	position: absolute;
	bottom: 4%;
	left: 4%;
	z-index: 2;
}
/*中央*/
.i_topcenter {
	position: absolute !important;
	top: -70px;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
}
@media (max-width: 1230px) {
	.i_topcenter {
		top: -27px;
	}
}
@media (max-width: 750px) {
	.tr.illust.sec, .tl.illust.sec {
		top: -1%;
	}
	.br.illust.sec, .bl.illust.sec {
		bottom: -1%;
	}
	.top_plus_position.illust {
		top: 10px !important;
	}
	/*中央*/
	.ispcenter {
		position: absolute !important;
		left: 50% !important;
		right: auto !important;
		transform: translateX(-50%) !important;
	}
}
/* アニメーション ======================*/
.moving img {
	display: block;
	width: 100%;
	animation: movinganime 2.15s cubic-bezier(0.7, 0.02, 0, 0.97) infinite;
}
@keyframes movinganime {
	0% {
		transform: rotate(0deg)
	}
	20% {
		transform: rotate(0deg)
	}
	30% {
		transform: rotate(-4deg)
	}
	80% {
		transform: rotate(-4deg)
	}
	83% {
		transform: rotate(0deg)
	}
}
/*新着情報 ==================================*/
.news .inner {
	max-width: 1050px;
}
.news .maintitle {
	margin-bottom: 20px;
}
@media (max-width: 750px) {
	.news .maintitle {
		margin-bottom: 10px;
	}
}
/*について ==================================*/
.welcome::before {
	position: absolute;
	content: "";
	max-width: 1300px;
	width: 96%;
	height: 96%;
	top: 51%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff2a1;
	z-index: -1;
	border-radius: 10px;
}
/*img*/
.welimgs {
	display: flex;
	justify-content: space-between;
}
.welimgs div {
	position: relative;
	width: 32%;
}
.welimgs div:nth-child(2) {
	top: 30px;
}
.welimgs div:nth-child(1) img {
	border-radius: 0 10px 10px 0;
}
.welimgs div:nth-child(3) img {
	border-radius: 10px 0 0 10px;
}
/*text*/
.wtext {
	max-width: 913px;
	margin: auto;
	margin-bottom: 55px;
}
/*illust*/
.welillust {
	width: 50%;
	max-width: 310px;
	margin: -70px auto 0;
}
@media (max-width: 750px) {
	.welimgs div:nth-child(2) {
		top: 15px;
	}
	.wtext {
		margin-bottom: 33px;
	}
	.welillust {
		margin-top: -30px;
	}
}
/*保育サービス ==================================*/
/*地域の皆さまの仕事と子育ての両立を応援します！*/
.fltext {
	font-size: 125%;
	position: relative !important;
	max-width: fit-content;
	text-align: center;
	margin: auto;
	padding: 0 13px;
	margin-bottom: 30px;
	font-weight: 700;
	color: #ff8f17;
}
.fltext br {
	display: none;
}
.fltext::before, .fltext::after {
	content: '';
	display: block;
	width: 3px;
	border-radius: 10px;
	height: 1.7em;
	background: #ff8f17;
	position: absolute;
	bottom: 0;
}
.fltext::before {
	left: -1em;
	transform: rotate(-25deg);
}
.fltext::after {
	right: -1em;
	transform: rotate(25deg);
}
@media(max-width: 750px) {
	.fltext br {
		display: block;
	}
	.fltext {
		padding: 0 4px;
		margin-bottom: 25px;
		font-size: 100%;
	}
}
/**/
.service_item {
	margin-bottom: 33px;
}
.service_item:last-child {
	margin-bottom: 0 !important;
}
.service_item .mtitle {
	margin-bottom: 10px;
}
@media(max-width: 750px) {
	.spsrev {
		margin-bottom: 25px;
	}
	.service_item {
		margin-bottom: 35px;
	}
}
/*star*/
.star {
	position: relative;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
	border-bottom: 2px solid #ddd;
	font-weight: 700;
	font-size: 103%;
}
.star::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 25px;
	height: 2px;
	background: #ff8f17;
}
/* worries */
.worries {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.worries div {
	padding: 30px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 4);
}
@media(max-width:950px) {
	.worries div {
		width: calc(100% / 2);
	}
}
@media(max-width:750px) {
	.worries {
		display: block;
	}
	.worries div {
		padding: 15px;
		justify-content: flex-start;
		width: 100%;
	}
}
.worries div:nth-child(1) {
	background: #e3ffba;
}
.worries div:nth-child(2) {
	background: #d2eff7;
}
.worries div:nth-child(3) {
	background: #ffdda1;
}
.worries div:nth-child(4) {
	background: #fff2a1;
}
.worries div p {
	margin-bottom: 0;
	line-height: 1.6;
	position: relative;
	padding-left: 20px;
}
.worries div p::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ff8f17;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3), -1px -1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), 0px 1px 0 rgba(255, 255, 255, 0.3), 0 -1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(255, 255, 255, 0.3), 1px 0 0 rgba(255, 255, 255, 0.3);
}
/*など*/
.nado {
	width: fit-content;
	margin-left: auto;
}
/* 例えばこんな時… */
.wortitle {
	width: fit-content;
	position: relative;
	font-weight: 700;
	font-size: 105%;
	padding: 10px 30px;
	margin-bottom: 30px;
	animation: movinganime 2.15s cubic-bezier(0.7, 0.02, 0, 0.97) infinite;
}
.wortitle::before {
	content: '';
	display: block;
	background-image: url(../img/wd.svg);
	background-size: contain;
	width: 189px;
	height: 100%;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
@media (max-width:550px) {
	.wortitle {
		font-size: 83%;
	}
	.wortitle::before {
		width: 155px;
	}
}
/* banner */
.banner_wrap {
	position: relative;
}
.banner_wrap::before {
	border-radius: 10px;
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ff9547;
	z-index: -20;
}
.banner {
	position: relative;
	padding: 60px 0;
	margin: 33px auto 53px;
	overflow: hidden;
	border-radius: 10px;
}
.banner::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/_illust/bg_l.svg), url(../img/_illust/bg_r.svg);
	background-repeat: no-repeat;
	background-position: top left 21%, bottom right 21%;
	background-size: 15%;
	opacity: 0.7;
	z-index: -3;
}
.banner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	background: radial-gradient(#ffd8bd 15%, transparent 15%) 0 0 / 12px 12px #fff;
	z-index: -5;
	border-radius: 10px;
}
/**/
.banner h3 {
	white-space: nowrap;
	z-index: 2;
	position: relative;
	text-align: center;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 1.6;
	color: #ff5947;
}
.banner .marker {
	text-decoration-color: #ffedb0;
}
.banner h3 .en {
	text-transform: uppercase;
	display: block;
	font-size: 60%;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
.en {
	color: #ff8f17;
}
.en span:nth-child(2n) {
	color: #ff5947;
}
/*illust*/
.bni_right, .bni_left {
	position: absolute;
	bottom: -10px;
	width: 27%;
}
.bni_right {
	right: -10px;
}
.bni_left {
	left: -10px;
}
/**/
.banner_wrap p {
	font-weight: 700;
	color: #ff5947;
	margin-top: 5px;
	font-size: 1.2rem;
}
@media (max-width:1300px) {
	.banner {
		padding: 4.1vw 0;
	}
	.banner h3 {
		font-size: 2.6vw;
	}
}
@media (max-width:1125px) {
	.banner_wrap p {
		font-size: 1.6vw;
	}
}
@media (max-width:750px) {
	.banner {
		padding: 5vw 0;
	}
	.banner h3 {
		font-size: 3.4vw;
	}
	.banner_wrap p {
		margin-top: 4px;
		font-size: 0.75rem;
	}
}
@media (max-width:550px) {
	.banner::after {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: radial-gradient(#ffe7d6 15%, transparent 15%) 0 0 / 12px 12px #fff;
	}
	.banner::before {
		background-size: 19%;
		background-position: top left 1%, bottom right 1%;
	}
	.banner {
		position: initial;
		margin: 50px auto;
		padding: 25px 0 20px;
	}
	.banner h3 {
		font-size: 1.2rem;
	}
	.bni_right, .bni_left {
		width: 25%;
	}
	.bni_right {
		bottom: auto;
		top: -35px;
		right: -7px;
	}
	.bni_left {
		bottom: -25px;
		left: -7px;
	}
}
/* ご利用料金 */
.mar {
	font-size: clamp(1.03rem, 0.755rem + 0.88vw, 1.25rem);
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.55;
}
.mar::before {
	font-family: "Font Awesome 6 Free";
	content: "\f005";
	font-weight: bold;
	margin-right: 4px;
	color: #ff8f17;
}
.table_item {
	margin-bottom: 35px;
}
.table_item:last-child {
	margin-bottom: 0 !important;
}
/* table */
table a:hover {
	opacity: 0.6;
}
.tdcenter td {
	text-align: center;
}
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #ffd8bd;
}
.info_table th, .info_table td {
	padding: 14px 0;
}
.info_table th {
	background: #ff9547;
	color: #fff;
	width: 33%;
	border-right: 2px solid #ffd8bd;
	font-weight: 700;
}
.info_table.tbleft th {
	text-align: left !important;
	padding-left: 10px;
}
.info_table td {
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	width: 67%;
	border-right: 2px solid #ffd8bd;
	border-left: 2px solid #ffd8bd;
}
.ib {
	display: inline-block;
}
/*注釈*/
.tnote {
	margin-top: 7px;
	font-size: 90%;
	line-height: 1.7;
}
.red {
	font-size: 90%;
	font-weight: 700;
	color: #ff5947;
}
/**/
.tbwide {
	width: 75% !important;
}
/* table sp*/
.spsctext {
	display: none;
	font-size: 0.85rem;
}
@media (max-width:980px) {
	.spsctext {
		display: block;
	}
	.ct_wrap .info_table {
		width: 1000px;
	}
	.ct_wrap {
		padding-bottom: 5px;
		overflow-x: scroll;
	}
	.spnone {
		display: none;
	}
}
@media (max-width:550px) {
	.table_item {
		margin-bottom: 25px;
	}
	.info_table th, .info_table td {
		font-size: 90%;
	}
	.ct_wrap .info_table {
		width: 735px;
	}
}
@media(max-width:750px) {
	.sp_table .info_table {
		border-collapse: collapse;
	}
	.sp_table .info_table td, .sp_table .info_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.sp_table .info_table th {
		border-bottom: 2px solid #ffd8bd;
	}
	.sp_table .info_table td {
		padding-bottom: 10px !important;
	}
}
/*btn*/
.btnflex {
	display: flex;
	justify-content: space-between;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}
.btnflex .mainbtn {
	width: 49%;
}
.btnflex .mainbtn a {
	width: 100%;
}
@media (max-width:550px) {
	.btnflex {
		display: block;
		max-width: 230px;
	}
	.btnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
}
/*募集要項 ==================================*/
.requirements .inner {
	max-width: 1240px;
}
.feature {
	max-width: 1100px;
	margin: auto;
}
.feaimg {
	display: flex;
	position: relative;
}
.round {
	width: calc(100% - 80px);
}
.round img {
	margin-bottom: 10px;
}
.featitle {
	font-size: 1.75rem;
	font-weight: 700;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 80px;
	line-height: 1.55;
	display: flex;
	align-items: flex-end;
}
.featitle span {
	position: relative;
}
.featitle span::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -15px;
	width: 16px;
	height: 100%;
	background: radial-gradient(#ff8f17 16%, transparent 16%) 0 0 / 13px 13px;
}
@media (max-width:1255px) {
	.feaimg .btnflex {
		display: block;
		max-width: 270px;
	}
	.feaimg .btnflex .mainbtn {
		width: 100%;
		margin-bottom: 7px;
	}
}
@media(max-width: 1050px) {
	.round {
		width: calc(100% - 65px);
	}
	.featitle {
		width: 65px;
		font-size: 1.45rem;
	}
}
@media (max-width:750px) {
	.requirements .illust {
		top: auto !important;
		bottom: 2px !important;
	}
	.feabox {
		margin-bottom: 55px;
	}
	.feabox:last-child {
		margin-bottom: 0 !important;
	}
	.feabox:nth-child(2n) .feaimg {
		flex-direction: row-reverse;
	}
	.feabox:nth-child(2n) .featitle {
		align-items: flex-start;
		padding-right: 5px;
	}
}
@media (max-width:550px) {
	.feaimg .btnflex {
		max-width: 240px;
	}
	.featitle {
		font-size: 1.3rem;
	}
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
	padding: 100px 0 80px;
	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.jpg);
	background-repeat: repeat;
	background-size: cover;
	background-position: 50% 65%;
	z-index: -1;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #594736;
	opacity: 0.8;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.3rem, 0.425rem + 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
}
.fv h2 span {
	font-size: 65%;
	display: block;
	margin-bottom: 12px;
}
@media(max-width:1235px) {
	.fv {
		padding: 90px 0 70px;
	}
}
@media(max-width:770px) {
	.fv {
		padding: 50px 0 40px;
	}
}
@media(max-width:550px) {
	.fv {
		padding: 40px 0 30px;
	}
	.fv h2 {
		margin-bottom: 17px !important;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.6;
	width: 97%;
	font-size: 1.05rem;
	font-weight: 500;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.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 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.9rem;
	}
}
@media(max-width:650px) {
	.binner {
		font-size: 0.75rem;
	}
}
/*illust*/
@media(max-width:750px) {
	.sub.tr, .sub.tl {
		top: 0.2% !important;
	}
}
/* ぽよぽよハウスページ・チャイルドハウス花ページ ===========================================================================================================*/
/**/
.f_welcome.whitebox_sec::before {
	max-width: 100%;
}
.f_welcome {
	padding: 17vw 0;
	overflow: hidden;
}
.f_welcome.hanawel {
	padding: 11vw 0;
}
.f_welcome .inner {
	width: 100%;
	max-width: 93%;
}
/*illust*/
.f_welcome .illust img {
	height: 120px !important;
}
@media(max-width:1515px) {
	.f_welcome {
		padding: 11vw 0;
	}
}
@media (max-width: 1430px) {
	.f_welcome {
		padding: 17vw 0;
	}
	.f_welcome .illust img {
		height: 100px !important;
	}
}
@media (max-width: 1100px) {
	.f_welcome .illust img {
		height: 80px !important;
	}
}
@media (max-width: 750px) {
	.f_welcome {
		padding: 80px 0 170px;
	}
	.f_welcome .inner {
		width: 100%;
		max-width: 100%;
	}
	.f_welcome .illust img {
		height: 60px !important;
	}
}
@media (max-width: 550px) {
	.f_welcome {
		padding: 50px 0 80px;
	}
}
/*画像*/
.topimgs {
	width: 38%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
	z-index: -1;
}
.topimgs .bimg {
	margin-bottom: 30px;
}
.topimgs .bimg:nth-child(1), .topimgs .bimg:nth-child(3) {
	transform: rotate(3deg);
}
.topimgs .bimg:nth-child(2) {
	transform: rotate(-3deg);
	z-index: 1;
}
/*text*/
.toptext {
	width: 53%;
	margin-right: 0;
}
/* 写真と文章逆向き */
.f_leftimgs .topimgs {
	right: auto;
	left: 5%;
}
.f_leftimgs .toptext {
	margin-left: auto;
}
@media (max-width: 750px) {
	.topimgs {
		width: 98%;
		display: flex;
		position: relative;
		left: 50% !important;
		transform: translateX(-50%) translateY(0);
	}
	.topimgs .bimg {
		margin: 0 1% 30px;
	}
	.topimgs .bimg img {
		border-radius: 7px;
	}
	.toptext {
		width: 90%;
		margin: auto;
	}
}
/* 施設紹介 */
/*table*/
.c_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.c_table tr {
	border-bottom: none;
}
.c_table td {
	border-bottom: 2px dotted #fcc404;
	margin-bottom: 0;
}
.c_table td, .c_table th {
	width: 100%;
	padding: 8px 8px 13px;
	display: block;
}
.c_table th {
	font-weight: 700;
	text-align: left;
	padding-bottom: 0;
	font-size: 110%;
}
.c_table tr:first-child th {
	padding-top: 0;
}
.c_table th:first-letter {
	font-size: 120%;
	color: #ff8f17;
	margin-right: 1px;
}
.mapbox iframe {
	width: 100%;
	height: 280px;
	vertical-align: bottom;
}
/*img*/
.twflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.twflex .twimg {
	width: 49%;
	position: relative;
}
.twflex .twimg:first-child {
	top: -20px;
}
@media(max-width: 750px) {
	.twflex {
		margin-bottom: 25px;
	}
	.twflex .twimg:first-child {
		top: -13px;
	}
	.mapbox iframe {
		height: 250px;
	}
}
/* ぽよぽよハウスページ */
#fee {
	position: relative;
	top: -160px;
}
@media(max-width: 1180px) {
	#fee {
		top: -120px;
	}
}
@media(max-width: 550px) {
	#fee {
		top: -90px;
	}
}
/* 保育無償化対象施設（月極利用時）*/
.gmtitle {
	margin-bottom: 25px;
	display: block;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: 700;
	letter-spacing: 0.12em;
	font-size: clamp(1.4rem, 0.775rem + 2vw, 1.9rem);
	border-bottom: 2px dotted #ff8f17;
	padding-bottom: 3px;
}
.gmtbtn {
	margin-top: 25px;
}
/* 入園案内ページ ===========================================================================================================*/
/**/
.guideboxwrap {
	width: 90%;
	margin: auto;
	position: relative;
}
.guideboxwrap .tr, .guideboxwrap .br {
	right: -10%;
}
.guideboxwrap .tl, .guideboxwrap .bl {
	left: -10%;
}
@media(max-width: 550px) {
	.guideboxwrap {
		padding-bottom: 25px;
	}
}
.guidebox {
	display: flex;
	border: 3px dotted #fcc404;
	margin-bottom: 20px;
	background: #fff;
	height: 120px;
}
/**/
.left_title, .right_text {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.left_title h3, .right_text p {
	font-weight: 700;
	font-size: 107%;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.right_text {
	width: 100%;
	height: 100%;
}
.right_text p:last-child {
	margin-bottom: 0;
}
.left_title {
	width: 300px;
	border-right: 3px dotted #fcc404;
}
.left_title h3 {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 188, 115, 0.5);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/**/
.guidebox.gblong {
	height: 255px;
}
.guflex .right_text {
	padding: 0;
}
.guflex .right_text div {
	width: calc(100%/2);
	padding: 0 15px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 90%;
}
.gfthree .right_text div {
	width: calc(100%/3);
}
.guflex .right_text div:nth-child(1) {
	background: #fff6d6;
}
.guflex .right_text div:nth-child(2) {
	background: #fffae6;
}
@media(max-width:1070px) {
	.guidebox {
		display: block;
		height: auto !important;
	}
	.left_title {
		width: 100%;
		border-right: none;
		border-bottom: 3px dotted #fcc404;
		padding: 20px;
	}
	.right_text {
		padding: 20px;
		display: block;
	}
	.guflex .right_text div {
		display: block;
		width: 100% !important;
		padding: 20px;
	}
}
/**/
.guide_fee {
	margin-top: 45px;
}
@media(max-width: 550px) {
	.guide_fee {
		margin-top: 35px;
	}
}
/*illust*/
.guillust {
	margin-top: -20px !important;
}
/* 求人情報ページ ===========================================================================================================*/
.bxc_blue::before {
	background: #d2eff7;
}
.rectop {
	font-size: 110%;
	margin-bottom: 43px;
}
.recillust {
	width: 50%;
	max-width: 290px;
	margin: -10px auto 27px;
}
@media(max-width:850px) {
	.recillust {
		max-width: 220px;
	}
}
@media(max-width:550px) {
	.recillust {
		margin: 10px auto 20px;
	}
	.rectop {
		font-size: 100%;
		margin-bottom: 27px;
	}
}
/*list*/
.acheck li {
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}
.acheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #ff8f17;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
/* 法人概要・お問い合わせページ ===========================================================================================================*/
/* お問い合わせ */
.sectop {
	position: absolute;
	top: -12%;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 !important;
}
@media (max-width: 550px) {
	.sectop {
		top: -43px;
		max-width: 190px;
	}
}
.pdb0 {
	padding-bottom: 0;
}
.contactpage .inner {
	max-width: 1100px;
}
.contactpage .mtitle {
	margin-bottom: 10px;
}
/**/
.contop {
	max-width: 598px;
	margin-bottom: 50px;
}
@media (max-width: 550px) {
	.contop {
		margin-bottom: 37px;
	}
}
/* 電話・FAX */
/*box*/
.telbox {
	font-family: "Lato", sans-serif !important;
	font-weight: 700 !important;
	text-align: center;
	background: #fffcf0;
	border: 5px solid #ffeba6;
	border-radius: 10px;
	padding: 20px 30px 25px;
	width: 49.3%;
	margin-bottom: 30px;
}
.telbox h3 {
	font-size: 100%;
	font-weight: 500;
	position: relative;
	margin-bottom: 0;
	color: #ff8f17;
}
/* 番号 */
.telbox a {
	font-size: 1.8rem;
	color: #333;
}
.telbox a:hover {
	opacity: 0.6;
}
.telbox a i {
	color: #ff8f17;
}
@media (max-width:750px) {
	.telbox {
		width: 100%;
		border: 4px solid #ffeba6;
		margin-bottom: 30px;
	}
	.telbox:first-child {
		margin-bottom: 10px;
	}
}
@media (max-width:550px) {
	.telbox {
		padding: 15px 5px 20px;
	}
	.telbox h3 {
		font-size: 86%;
	}
	.telbox a {
		font-size: 1.4rem;
	}
}
/* メール */
#email {
	position: relative;
	top: -60px;
}
.mnote {
	max-width: 837px;
	margin: auto;
	margin-top: 55px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.mnote {
		margin-top: 45px;
	}
	.mpdb {
		padding-top: 30px;
		padding-bottom: 27px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 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-weight: 500;
	font-size: 0.95rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #ff8f17;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.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: #ff8f17;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	padding: 18px 0;
	width: 240px;
	transition: .4s;
}
.mailform button:hover {
	color: #ff8f17;
	background: #fff;
	border: 2px solid #ff8f17;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
/*チェックボックス*/
.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: 0.3em;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #ff8f17;
	border-bottom: 3px solid #ff8f17;
	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: 450px) {
	.mailform button {
		width: 200px;
		padding: 10px;
	}
	.formsel label {
		font-size: 0.95rem;
	}
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
@media (max-width: 800px) {
	.mailform .row:first-child {
		padding-top: 5px;
	}
	.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 {
	margin: 0 auto;
	border-bottom: 2px dotted #fcc404;
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	transition: ease-in-out 100ms;
	font-weight: 700;
	padding-bottom: 7px;
}
.privacy_header i {
	color: #ff8f17 !important;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 95%;
	font-weight: 500;
}
.privacy_text span {
	font-weight: 700;
}
@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: 0;
	transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #ff8f17;
}