@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	line-height: 1.7;
	color: #595757;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #00a069; /*#6ED477*/
	transition: .4s;
}
a:hover {
	color: #5dd468;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 80px 0 100px;
	position: relative;
}
main section:last-child {
	padding-bottom: 120px;
}
@media (max-width: 1045px) {
	main section {
		padding: 90px 0;
	}
}
@media (max-width: 550px) {
	main section:first-child {
		padding-top: 45px;
	}
	main section {
		padding: 50px 0 60px;
	}
	main section:last-child {
		padding-bottom: 70px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 70px;
	display: block;
	text-align: center;
	line-height: 1.24;
	position: relative;
}
.maintitle .mf {
	text-align: center;
	color: #5dd468;
	font-size: clamp(1.75rem, 1.3rem + 1.6vw, 2.5rem);
	margin-bottom: 10px;
}
.maintitle .sf {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
.mt01 {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.mt01::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -215px;
	width: 205px;
	height: 80px;
	background: url(../img/mt01.svg) no-repeat;
	background-size: contain;
	opacity: 0.3;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 40px;
	}
	.mt01::after {
		top: -5px;
		right: -195px;
		width: 185px;
		height: 60px;
		opacity: 0.25;
	}
}
@media (max-width: 450px) {
	.maintitle {
		margin-bottom: 25px;
		line-height: 1.1;
	}
	.mt01::after {
		top: 0;
		right: -165px;
		width: 165px;
		height: 40px;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.88rem + 0.96vw, 1.6rem);
	line-height: 1.5;
	margin-left: -37px;
}
.mtitle:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 47px;
	background-image: url(../img/mtitle.svg);
	background-size: contain;
	margin-right: 8px;
	opacity: 0.75;
}
@media (max-width: 750px) {
	.mtitle {
		margin-left: -30px;
		margin-bottom: 25px;
	}
	.mtitle:before {
		width: 30px;
		height: 42px;
	}
}
@media (max-width: 550px) {
	.mtitle {
		margin-left: -15px;
	}
	.mtitle:before {
		width: 20px;
		height: 32px;
		margin-right: 3px;
	}
}
/*見出し03*/
.stitle {
	font-size: clamp(1.07rem, 0.932rem + 0.4907vw, 1.3rem);
	position: relative;
	border-bottom: 1px solid #5dd468;
	padding: 0 2.5px 2px;
	margin-bottom: 15px;
}
.stitle::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	background: #00a069;
}
.stitle i {
	font-size: 115%;
	color: #00a069;
}
@media (max-width: 750px) {
	.stitle {
		padding-bottom: 4px;
		margin-bottom: 10px;
	}
}
@media (max-width: 550px) {
	.stitle::before {
		width: 80px;
	}
}
.dtitle {
	font-size: clamp(1.07rem, 1.022rem + 0.1707vw, 1.15rem);
	position: relative;
	color: #595757;
	border: 1px solid rgba(0, 160, 105, 0.1);
	background: #f2ffeb;
	padding: 3px 10px 1px;
	margin-bottom: 7px;
	border-left: 10px solid #00a069;
}
@media (max-width: 750px) {
	.dtitle {
		margin-bottom: 5px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #5dd468;
	transition: .4s;
	display: inline-block;
	width: 16.5rem;
	text-align: center;
	color: #fff;
	background: #5dd468;
	z-index: 1;
	overflow: hidden;
	font-size: 1rem;
	border-radius: 50px;
}
.mainbtn a:hover {
	color: #5dd468;
	background: #fff;
	transition: .4s;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .7em;
	transition: .1s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 63%;
		padding: 7px;
	}
}
/*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: 7px;
	}
	.flexbox div {
		width: 100%;
	}
	.fwrap div {
		width: 100% !important;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
}
.w65 {
	width: 65%;
}
.w63 {
	width: 62.5%;
}
.w60 {
	width: 60.5%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w35 {
	width: 35%;
}
.w32 {
	width: 32%;
}
.w24 {
	width: 24%;
}
/* 背景 */
.bg_green::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f2ffeb;
	z-index: -12;
}
/* 背景イラスト */
.bgs01::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgs01.svg);
	background-repeat: no-repeat;
	background-position: bottom 15px right -10px;
	background-size: 19%;
	z-index: -1;
	opacity: 0.23;
}
.bgs02::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgs02.svg);
	background-repeat: no-repeat;
	background-position: bottom 15px left -10px;
	background-size: 17%;
	z-index: -1;
	opacity: 0.23;
}
.bgs03::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bgs03.svg);
	background-repeat: no-repeat;
	background-position: top left -10px;
	background-size: 19%;
	z-index: -1;
	opacity: 0.23;
}
@media (max-width: 750px) {
	.bgs01::before {
		background-position: bottom right -10px;
		background-size: 31%;
	}
	.bgs02::before {
		background-size: 28%;
		background-position: bottom 5px left -10px;
	}
	.bgs03::before {
		background-size: 31%;
	}
}
.swhite::before {
	content: "";
	width: 101%;
	height: 86.5%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #fff;
	z-index: -2;
}
@media (max-width: 750px) {
	.swhite::before {
		height: 92%;
	}
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header {
	padding: 8px 5px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 93%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 170px;
}
.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;
	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: #595757;
	text-shadow: none;
	font-size: 0.9rem;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 125%;
	/*color: #5dd468;*/
}
.etext {
	font-size: 0.95rem;
	margin-bottom: 1px;
	margin-right: 8px;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 5px;
}
.header_item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 10px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 10rem;
	line-height: 1.55;
	padding: 5px;
	font-size: 0.9rem;
	border: 1px solid transparent;
	color: #fff;
	background: #5dd468;
}
.header_item .mainbtn a:hover {
	color: #5dd468;
	background: #fff;
	border: 1px solid #5dd468 !important;
}
.tel a {
	color: #00a069;
}
.tel a i {
	font-size: 107%;
}
.tel {
	font-size: 1.5rem;
	line-height: 1.3;
	transition: .3s;
}
.tel:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.hum_tel {
	text-align: center;
	margin-bottom: 15px;
}
.hum_tel:last-child {
	margin-bottom: 0;
}
.hum_tel a {
	pointer-events: none;
	color: #5dd468;
}
.htm {
	font-size: 87%;
	pointer-events: none;
}
.hts {
	font-size: 1.35rem;
	pointer-events: auto;
	transition: .3s;
	padding-bottom: 3px;
	border-bottom: 1px solid #5dd468;
}
.hts:hover {
	opacity: 0.6;
	transition: .3s;
}
@media (max-width: 450px) {
	.hts {
		font-size: 1.15rem !important;
	}
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 38px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 38px;
	background: #00a069;
	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: #595757;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #595757;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 20px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	color: #595757;
	position: relative;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content ul li a span {
	color: #5dd468;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn a {
	padding: 7px !important;
	color: #fff;
	background: #5dd468;
}
.menu_content .mainbtn a:hover {
	color: #5dd468;
	background: #fff;
	border: 1px solid #5dd468 !important;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
@media (max-width: 1025px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 120px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 30px;
		right: 30px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 110px;
	}
	.header {
		padding: 10px;
		padding-left: 13px;
	}
	.menu_btn {
		top: 28px;
		right: 15px;
	}
	.menu_content .mainbtn a {
		width: 65%;
		padding: 7px;
		font-size: 0.97rem;
	}
	.menu_content ul li a {
		font-size: 0.9rem;
	}
	.menu_content .mainbtn a {
		padding: 5px !important;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 44vw;
	}
	.menu_btn {
		right: 15px;
	}
}
/* ロゴとアドレス */
.footer_address {
	margin-bottom: 30px;
}
.flogo {
	width: 230px !important;
	margin-bottom: 18.5px;
}
.flogo:hover {
	opacity: 0.6;
	transition: .3s;
}
.address {
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 25px;
}
.taddress br {
	display: none;
}
.taddress {
	font-size: 0.95rem;
	margin-bottom: 0;
}
@media (max-width: 1155px) {
	.taddress br {
		display: block;
	}
}
@media (max-width: 750px) {
	.footer_address {
		margin-bottom: 35px;
	}
	.taddress br {
		display: none;
	}
	.flogo {
		margin-bottom: 17px !important;
	}
}
@media (max-width: 560px) {
	.taddress {
		font-size: 0.8rem;
		margin-bottom: 0;
	}
	.address {
		font-size: 0.95rem;
		line-height: 2;
		margin-bottom: 15px;
	}
	.flogo {
		max-width: 205px !important;
	}
}
@media (max-width: 450px) {
	.flogo {
		margin-bottom: 15px !important;
		max-width: 50% !important;
	}
}
/* フッターお問い合わせリンク */
.f_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.f_table tr {
	background: transparent;
	border-bottom: 1px solid #00a069;
}
.f_table tr:first-child {
	border-top: 1px solid #00a069;
}
.f_table th {
	padding: 5px 0 5px 10px;
	width: 40%;
	white-space: nowrap;
	text-align: left;
}
.f_table td {
	width: 60%;
	padding: 5px 10px;
	text-align: right;
}
.f_table th, .f_table td {
	padding-top: 7px;
	padding-bottom: 7px;
}
.fax {
	pointer-events: none;
}
.footer_contact {
	position: relative;
	z-index: 1;
	padding: 50px 0 57px;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
::-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: #fff;
	opacity: 0.9;
	z-index: -1;
}
.footer_contact .inner {
	max-width: 1250px;
}
.footer_contact .maintitle {
	margin-bottom: 40px;
}
.footer_contact .maintitle:before {
	content: none;
}
.footer_contact .maintitle .mf {
	color: #00a069;
}
.footer_contact .maintitle:before {
	background: #fff;
}
.fbr {
	display: none;
}
.footer_contact .btn_wrap .btn a {
	display: block;
	width: 100%;
	border: 1px solid #00a069;
	color: #00a069;
	padding: 15px 5px 12px;
	font-size: 1.1rem;
}
.footer_contact .btn_wrap .btn a:hover {
	background-color: #00a069;
	color: #fff;
}
.footer_contact .flexbox {
	align-items: center;
}
@media (max-width: 1200px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 0.95rem;
	}
}
@media (max-width: 1055px) {
	.fbr {
		display: block;
	}
}
@media (max-width: 750px) {
	.fbr {
		display: none;
	}
}
.cwrap {
	margin-top: 45px;
}
.ctext {
	font-size: 1.05rem;
	margin-right: -5px;
	margin-bottom: 45px;
}
.ctitle {
	font-size: 1.15rem;
	position: relative;
	margin-bottom: 15px;
	margin-left: 3px;
}
.fcon {
	text-align: center;
	margin-bottom: 13px;
}
@media (max-width: 750px) {
	.f_table tr:first-child {
		border-top: none;
	}
	.cwrap {
		margin-top: 55px;
	}
	.fcon {
		margin-bottom: 15px;
	}
	.fcon:last-child {
		margin-bottom: 25px;
	}
	.footer_contact .maintitle {
		margin-bottom: 30px;
	}
	.footer_contact .btn_wrap {
		display: block;
	}
	.footer_contact .btn_wrap .btn {
		width: 85%;
		margin: auto;
		margin-bottom: 15px;
	}
	.finfo {
		width: 85% !important;
		margin: auto;
	}
	.footer_contact .btn_wrap .btn a {
		font-size: 1rem;
	}
	.ctext {
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	.ctext {
		margin-bottom: 20px;
		text-align: left !important;
	}
	/*
	.cts {
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	*/
}
@media (max-width: 450px) {
	.fcon {
		margin-bottom: 10px;
	}
	.footer_contact .btn_wrap .btn {
		width: 83%;
		margin-bottom: 10px;
	}
	.ctext {
		font-size: 0.9rem;
	}
	.ctitle {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.footer_contact {
		padding: 35px 0;
	}
	.footer_contact {
		background-attachment: scroll;
	}
}
@media (max-width: 325px) {
	.footer_contact .btn_wrap .btn a {
		font-size: 1rem;
	}
}
/* コピーライト */
.copyright {
	text-align: center;
	padding: 12px 0 15px;
	background: #00a069;
	color: #fff;
}
@media (max-width: 500px) {
	.copyright {
		padding: 5px 0 7px;
	}
}
.tfade {
	position: relative;
	z-index: 79;
}
/*spのみボタン*/
.spbtn {
	display: none !important;
}
.sbtn_wrap {
	width: fit-content;
	position: fixed;
	bottom: 13px;
	left: 15px;
	z-index: 79;
}
.sbtn p {
	margin-bottom: 0;
	font-size: 0.55rem;
	line-height: 1.5;
}
.sbtn i {
	margin-bottom: 7px;
	font-size: 1.2rem;
}
.sbtn_wrap a {
	color: #fff;
}
.sbtn {
	text-align: center;
	margin-right: 15px;
	background: #5dd468;
	width: 75px;
	height: 68px;
	padding-top: 1px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media(max-width:450px) {
	.spbtn {
		display: block !important;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: #00a069;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 50px;
	transition: 0.3s;
	z-index: 79;
}
.go_top::before {
	content: "";
	display: block;
	border-top: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	width: 37%;
	height: 37%;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.go_top:hover {
	background: #fff;
	border: 2px solid #00a069;
}
.go_top:hover::before {
	border-top: 3.5px solid #00a069;
	border-right: 3.5px solid #00a069;
}
@media(max-width:450px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
		opacity: 1;
	}
	.go_top::before {
		bottom: 18px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.topslide::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -0.5px;
	background: url(../img/tslide.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 120px);
	min-height: 600px;
	object-fit: cover;
	z-index: -2;
}
.slillust {
	position: absolute;
	left: 10px;
	bottom: 13%;
	z-index: 1;
	width: 260px;
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
.slide_text {
	white-space: nowrap;
	font-size: 3.3rem;
	letter-spacing: 0.2em;
	color: #39cc48;
	z-index: 2;
	line-height: 1.6;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px, #fff 0px 0px 6px, #fff 0px 0px 6px;
	position: absolute;
	bottom: 80px;
	left: 65px;
	animation: fadeIn 1s ease 0.3s 1 normal backwards;
}
.slide_text p {
	margin-bottom: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media (max-width: 1400px) {
	.slide_items img {
		height: calc(100vh - 230px);
	}
	.slide_text {
		font-size: 3rem;
		bottom: 70px;
		left: 45px;
	}
	.slillust {
		left: 15px;
		bottom: 13%;
		width: 180px;
	}
	.topslide::before {
		height: 70%;
		background-position: left 9%;
	}
}
@media (max-width: 985px) {
	.slide_items img {
		min-height: auto;
		height: 550px;
	}
	.slide_text {
		bottom: 40px;
		left: 35px;
		font-size: 2.2rem;
	}
	.slillust {
		left: 0;
		bottom: 12%;
		width: 160px;
	}
}
@media (max-width: 750px) {
	.slide_items img {
		height: 350px;
	}
	.slide_text {
		bottom: 20px;
		left: 25px;
		font-size: 1.8rem;
	}
	.slillust {
		width: 100px;
	}
}
@media (max-width: 500px) {
	.slide_items img {
		height: 270px;
	}
	.slide_text {
		bottom: 15px;
		left: 10px;
		font-size: 5.7vw;
		text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 4px, #fff 0px 0px 5px;
	}
	.slillust {
		left: -5px;
		width: 19%;
	}
	.topslide::before {
		height: 80%;
	}
}
.pdb0 {
	padding-bottom: 0;
}
.pdb20 {
	padding-bottom: 20px;
}
.center {
	text-align: center;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 30px;
	}
}
/* La'akea～ラアケア～について */
.welcome .flexbox {
	align-items: center;
	margin-top: 30px;
}
.taillust {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0.2;
	width: 380px;
	height: auto;
}
.tabout {
	position: relative;
}
.tabout .maintitle {
	margin-bottom: 0;
}
/*
.tabout .maintitle {
	margin-bottom: 0;
	line-height: 1.5;
}
.tabout .maintitle .mf {
	color: #595757;
	font-size: 1.75rem;
}
*/
@media (max-width:750px) {
	.welcome .flexbox {
		margin-top: 0;
	}
	.welcome .maintitle {
		margin-bottom: 33px;
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	}
	/*
	.tabout .maintitle .mf {
		font-size: 1.2rem;
	}
	.tabout .maintitle br {
		display: none;
	}
	.tabout .maintitle {
		margin-bottom: 30px;
	}
	*/
	.taillust {
		width: 17% !important;
		opacity: 0.15;
	}
}
@media (max-width:520px) {
	.taillust {
		width: 25% !important;
	}
	.welcome .maintitle {
		margin-bottom: 30px;
	}
	/*
	.tabout .maintitle .mf {
		font-size: 1.15rem;
	}
	.tabout .maintitle {
		margin-bottom: 17px;
	}
	*/
}
@media (max-width:420px) {
	.welcome .maintitle {
		margin-bottom: 27px;
	}
	.taillust {
		top: 51.5%;
		width: 27% !important;
	}
}
/* 特徴 */
.detail {
	margin-bottom: 70px;
}
.detail .flexbox {
	margin-bottom: 40px;
}
.detail .flexbox:last-child {
	margin-bottom: 0 !important;
}
.detail .maintitle {
	margin-bottom: 37px;
}
@media (max-width:800px) {
	.detail .maintitle {
		margin-bottom: 25px;
	}
	.detail {
		margin-bottom: 50px;
	}
}
@media (max-width:550px) {
	.detail {
		margin-bottom: 43px;
	}
	.detail .flexbox {
		margin-bottom: 25px;
	}
}
.dwhite::before {
	content: "";
	width: 101%;
	height: 98.5%;
	position: absolute;
	display: block;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: #fff;
	z-index: -2;
}
@media (max-width: 750px) {
	.dwhite::before {
		height: 99.3%;
	}
}
.detail .flexbox {
	align-items: center;
}
/* debimg */
.detail .flexbox .debimg {
	border: 2px solid rgba(93, 212, 104, 0.4);
	background-color: #fff;
	width: 100%;
	max-width: 27%;
	aspect-ratio: 1 / 1;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	text-align: center;
}
.detail .flexbox .debimg img {
	width: 87%;
}
@media (max-width: 750px) {
	.detail .flexbox .debimg {
		max-width: 70%;
	}
	.detail .flexbox .debimg img {
		width: 90%;
	}
}
/* 
.detail .flexbox {
	position: relative;
}
.detail .flexbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/idetail.svg);
	background-repeat: no-repeat;
	background-position: bottom 3% right;
	background-size: 8%;
	opacity: 0.23;
}
@media (max-width:750px) {
.detail .flexbox::before {
    background-position: bottom 2% right 3%;
    background-size: 23%;
    opacity: 0.4;
}
}
*/
/* こんなときにご利用いただけます */
.dmgb {
	margin-bottom: 50px;
}
.scene .dtitle {
	margin-bottom: 5px;
}
@media (max-width:820px) {
	.dmgb {
		margin-bottom: 35px;
	}
}
@media (max-width: 750px) {
	.scene .dtitle {
		margin-bottom: 5px;
	}
	.scene .flexbox .w32 {
		margin-bottom: 25px;
	}
}
@media (max-width:550px) {
	.dmgb {
		margin-bottom: 30px;
	}
	.scene .dtitle {
		margin-bottom: 7px;
	}
}
.dimg {
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}
.dimg img {
	width: 100%;
	height: 165px;
	margin: auto !important;
}
/* check list */
.dlist li {
	border-bottom: 1px solid #ddd;
	padding: 4px 2px 5px;
}
.dlist li:first-child {
	padding-top: 0;
}
.dlist li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	font-size: .75em;
	color: #00a069;
	position: relative;
	top: -0.2em;
	margin-right: 5px;
}
/* 
.dlist li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	font-size: .6em;
	color: #00a069;
	position: relative;
	top: -0.25em;
	margin-right: 5px;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .dlist li::before {
	top: -0.4em;
}
*/
/* 利用者さまの暮らしやお出かけをサポート！ */
.s_text br {
	display: none;
}
.s_text {
	color: #00a069;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	font-size: clamp(1.1rem, 0.95rem + 0.5333vw, 1.35rem);
	margin-top: 75px;
	margin-bottom: 40px;
}
.s_text:before {
	margin-right: 12px;
}
.s_text:after {
	margin-left: 12px;
}
.s_text:before {
	content: "＼";
}
.s_text:after {
	content: "／";
}
@media (max-width:750px) {
	.s_text {
		margin-top: 40px;
	}
}
@media(max-width:515px) {
	.s_text:before, .s_text:after {
		content: none;
	}
	.s_text {
		margin-bottom: 25px;
	}
}
@media(max-width:490px) {
	.s_text br {
		display: block;
	}
}
@media(max-width:315px) {
	.s_text br {
		text-align: left;
		display: none;
	}
}
/* ご利用案内・料金表 */
.btns {
	max-width: 700px;
	margin: auto;
}
@media (max-width:750px) {
	.btns div:first-child {
		margin-bottom: 13px;
	}
}
/* 写真付きリンク */
@media (max-width:550px) {
	.contents {
		padding-top: 35px;
	}
}
.conbox a {
	display: block;
	position: relative;
}
.conbox a img {
	display: block;
	object-fit: cover;
	height: 330px;
	width: calc(100% - 15px);
	margin: 0 0 0 auto;
}
.conbox a p {
	display: inline-block;
	background-color: #5dd468;
	color: #fff;
	text-align: center;
	width: 15rem;
	padding: 18px 0;
	position: absolute;
	left: 0;
	bottom: 20px;
	transform: translateY(10px);
	transition: 0.3s;
	line-height: 1;
	box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 0px;
	border-radius: 50px;
}
.conbox a p::after {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.conbox a:hover p {
	transform: translateY(10px) translateX(10px);
}
.conbox a:hover img {
	opacity: 0.6;
}
.conbox:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 965px) {
	.conbox a img {
		height: auto;
	}
}
@media (max-width: 750px) {
	.conbox {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.conbox a img {
		height: 330px;
		width: 94%;
		margin: auto;
	}
	.conbox a:hover p {
		transform: translateY(10px) translateX(0);
	}
}
@media (max-width: 530px) {
	.conbox a img {
		height: 230px;
	}
}
@media (max-width: 450px) {
	.conbox a p {
		padding: 13.5px !important;
		width: 63%;
	}
	.conbox {
		margin-bottom: 13px;
	}
	.conbox a img {
		height: 200px;
	}
	.conbox a p {
		width: 60%;
		padding: 17px 0;
		bottom: 10px;
		box-shadow: none;
	}
}
@media (max-width: 330px) {
	.conbox a p {
		width: 85%;
	}
}
/* 下層ページトップ ====================================================*/
.fv {
	height: 320px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 21%;
	position: relative;
	z-index: -2;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 0.6;
	z-index: -1;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: 0 !important;
	z-index: 1;
}
.fv .maintitle .mf {
	color: #00a069;
}
@media (max-width: 1205px) {
	.fv {
		height: 265px;
	}
}
@media(max-width:1000px) {
	.fv {
		height: 225px;
		background-position: 50% 27%;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
		background-position: 50% 35%;
	}
}
@media(max-width:450px) {
	.fv {
		height: 170px;
	}
}
/* イラスト 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/* breadcrumb */
.bcgreen {
	background-color: #f2ffeb;
}
.breadcrumb.inner {
	width: 95%;
}
.breadcrumb {
	z-index: 1;
	font-size: 12px;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	font-size: 1.1em;
	color: #00a069;
}
.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;
}
.fitc {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
/* ラアケアについてページ ====================================================*/
/* 画像 */
.aimgs img {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.aimgs {
	position: absolute;
	max-width: 160px;
	z-index: -1;
}
.aimgs::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%;
}
.rtop {
	top: -5%;
	right: 1%;
}
.lmiddle {
	top: 37%;
	left: 1%;
}
.rbottom {
	bottom: -35%;
	right: 1%;
}
@media(max-width:1395px) {
	.aimgs {
		max-width: 10%;
	}
	.rbottom {
		bottom: -25%;
	}
}
@media(max-width:1045px) {
	.aimgs {
		max-width: 13%;
	}
}
@media(max-width:750px) {
	.aimgs {
		max-width: 80px;
	}
	.lmiddle {
		top: 10%;
	}
	.rbottom {
		bottom: -5%;
	}
}
@media(max-width:290px) {
	.aimgs {
		display: none;
	}
}
/* ラアケアについて */
.about .taillust {
	opacity: 0.3;
	width: 410px;
	height: auto;
	z-index: -1;
}
@media (max-width:750px) {
	.about .tabout {
		position: initial;
	}
	.about .taillust {
		width: 100% !important;
		opacity: 0.2;
	}
	.about .maintitle span, .about p {
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
	}
}
@media (max-width: 550px) {
	.about .taillust {
		width: 130vw !important;
	}
}
@media (max-width: 375px) {
	.about .taillust {
		width: 170vw !important;
	}
}
@media (max-width: 370px) {
	.about .taillust {
		width: 200vw !important;
	}
}
/* ごあいさつ */
.greeting::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/grbg02.svg), url(../img/grbg01.svg);
	background-repeat: no-repeat;
	background-position: bottom 13% right 1%, bottom 13% left 1%;
	background-size: 15%;
	z-index: 1;
	opacity: 0.35;
}
.gbox .maintitle {
	margin-bottom: 45px;
}
.glast {
	margin-top: 30px;
}
@media(max-width:920px) {
	.gbox .maintitle {
		margin-bottom: 35px;
	}
	.glast {
		margin-top: 25px;
	}
	.gbox {
		text-align: left;
	}
	.glast {
		text-align: right;
	}
	.greeting::before {
		background-position: bottom 8% right 1%, bottom 8% left 1%;
	}
}
@media (max-width: 450px) {
	.greeting::before {
		background-size: 27%;
		background-position: bottom 5% right 0.5%, bottom 5% left 0.5%;
		opacity: 0.35;
	}
	.gbox .maintitle {
		margin-bottom: 30px;
	}
	.glast {
		margin-top: 15px;
	}
}
/* 会社概要 */
.profile .maintitle {
	margin-bottom: 30px;
}
@media(max-width:835px) {
	.profile .maintitle {
		margin-bottom: 17px;
	}
}
/* table */
.info_table {
	max-width: 1000px;
	margin: auto;
}
.inote {
	font-size: 0.9rem;
	max-width: 1000px;
	margin: auto;
	margin-top: 10px;
}
.profile .info_table {
	max-width: 900px;
}
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border-bottom: 1px solid #5dd468;
}
.info_table th {
	color: #00a069;
	width: 25%;
	/*border-bottom: 1px solid #00a069;*/
}
.info_table th, .info_table td {
	padding: 15px 0;
}
.info_table td {
	padding-left: 15px;
}
.info_table td {
	width: 75%;
}
@media (max-width: 450px) {
	.info_table tr {
		font-size: 0.9rem;
	}
	.info_table td {
		width: 70%;
		padding-left: 5px;
	}
	.info_table th {
		width: 30%;
	}
	.inote {
		font-size: 0.85rem;
		margin-top: 3px;
	}
}
/* ご利用案内ページ ====================================================*/
.cases .s_text {
	margin-top: 50px;
	margin-bottom: 0;
}
@media (max-width: 550px) {
	.cases .s_text {
		margin-top: 35px;
	}
}
/* ご利用の手順 */
.flow .maintitle {
	margin-bottom: 45px;
}
/* step スライド */
.step {
	margin-bottom: 25px;
}
.step li {
	cursor: pointer;
	margin-right: 26.6px;
	display: block;
	width: calc(100% / 4 - 20px) !important;
	background: #5dd468;
	position: relative;
	padding: 3px 0 7px;
	color: #fff;
	transition: .3s;
	text-align: center;
}
.step li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	border-style: solid;
	border-width: 20px;
	border-color: transparent transparent transparent #5dd468;
	transition: .3s;
}
.step li:last-child {
	margin-right: 0 !important;
}
.step li:last-child::before {
	content: none;
}
/* step クリック後の色変更 */
.step .slick-current {
	background: #00a069;
}
.step .slick-current::before {
	border-color: transparent transparent transparent #00a069;
}
@media (max-width: 640px) {
	.flow .maintitle {
		margin-bottom: 25px;
	}
	.step {
		margin-bottom: 15px;
	}
	.step li {
		margin-right: 7%;
		margin-bottom: 5px;
		width: 43% !important;
		padding: 3px 0 7px;
	}
	.step li:last-child {
		width: 47.5% !important;
	}
}
/* main スライド */
.mgb5 {
	margin-bottom: 5px !important;
}
.slider {
	width: 100%;
	border: 5px solid #f2ffeb;
}
.slideritem {
	padding: 20px 40px;
	background: #fff;
	position: relative;
}
.slideritem .flexbox {
	align-items: center;
}
.slideritem .stitle span {
	color: #00a069;
}
.slideritem .stitle::before {
	content: none;
}
.slideritem .mainbtn {
	margin-top: 20px;
}
.slideritem .mainbtn a {
	padding: 7px;
}
.slideritem .mainbtn a::after {
	content: none;
}
@media (max-width: 750px) {
	.slideritem .flexbox img {
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	.slideritem {
		padding: 20px 15px;
		background: #fff;
		position: relative;
	}
}
@media (max-width: 550px) {
	.slideritem .mainbtn {
		margin-top: 10px;
	}
	.slideritem .mainbtn a {
		width: 70% !important;
	}
}
/*
@media (min-width: 1px) and (max-width: 750px) {
	.slideritem {
		height: 100px;
	}
}
 */
/* 料金表ページ ====================================================*/
/* 身体障害者手帳・精神障害者手帳・ 療育手帳をお持ちの方へ */
.feetop {
	padding: 60px 0 80px;
}
.ftbox {
	background: #fff;
	padding: 30px 30px 35px;
	border-radius: 5px;
	box-shadow: rgb(93 212 104 / 7%) 0px 6px 24px 0px, rgb(93 212 104 / 30%) 0px 0px 0px 1px;
	position: relative;
}
.ftbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/idetail.svg);
	background-repeat: no-repeat;
	background-position: bottom 3% right 1%;
	background-size: 8%;
	opacity: 0.25;
	pointer-events: none;
}
.ftbox p {
	position: relative;
	z-index: 2;
}
.slitext {
	font-size: 1.05rem;
	margin-bottom: 25px;
}
.fee .s_text {
	text-shadow: none;
	margin-top: 0;
	margin-bottom: 25px;
}
/* list */
.slist p::before {
	font-family: "Font Awesome 5 Free";
	content: '\f111';
	font-weight: bold;
	font-size: 60%;
	position: relative;
	top: -0.2em;
	color: #5dd468;
}
.fee .slist p {
	margin-bottom: 5px;
}
@media(max-width:825px) {
	.fee .s_text br {
		display: block;
	}
	.fee .s_text:before, .fee .s_text:after {
		content: none;
	}
	.slitext {
		font-size: 1rem;
		margin-bottom: 15px;
	}
}
@media(max-width:550px) {
	.ftbox::before {
		background-position: bottom 1% right 1%;
		background-size: 15%;
	}
	.fee .s_text {
		margin-bottom: 15px;
	}
	.feetop {
		padding: 33px 0 45px;
	}
	.slitext {
		margin-bottom: 10px;
	}
	.ftbox {
		padding: 20px 17px 25px;
	}
}
@media(max-width:415px) {
	.fee .s_text br {
		display: none;
	}
	.fee .s_text {
		text-align: left;
	}
}
/* 料金表 */
.fee .maintitle {
	margin-bottom: 45px;
}
.fee .mtitle {
	margin-bottom: 25px;
}
.fee .info_table th {
	text-align: left;
	padding-left: 15px;
	width: 75%;
}
.fee .info_table td {
	padding-left: 25px;
	text-align: left;
}
.option .swhite::before {
	height: 92%;
}
.op {
	margin-bottom: 45px;
}
.opfee th {
	width: 69.5% !important;
}
.opfee td {
	width: 30.5% !important;
	padding-left: 0 !important;
	text-align: right;
}
@media (max-width: 550px) {
	.fee .maintitle {
		margin-bottom: 20px;
	}
	.op {
		margin-bottom: 27px;
	}
	.fee .mtitle {
		margin-bottom: 10px;
	}
	.option .swhite::before {
		height: 94.7%;
	}
}
@media (max-width: 450px) {
	.fee .info_table th {
		padding-left: 7px;
	}
	.opfee th {
		width: 75% !important;
	}
	.opfee td {
		width: 25% !important;
	}
}
/* 車両紹介ページ ====================================================*/
/* 画像 */
.wide img {
	width: 100%;
}
.wide {
	position: relative;
	margin-bottom: 45px !important;
}
.intbg01 {
	position: absolute;
	top: -35px;
	right: 10px;
	max-width: 315px;
}
.intbg02 {
	position: absolute;
	bottom: -55px;
	left: 10px;
	max-width: 275px;
}
.intbg01 img, .intbg02 img {
	opacity: 0.5;
	height: auto !important;
}
@media (min-width: 1950px) {
	.wide {
		max-width: 1100px;
		margin: auto;
	}
}
@media (max-width: 1949px) {
	.wide img {
		width: 100%;
		height: 670px;
		object-fit: cover;
	}
}
@media (max-width: 1450px) {
	.wide img {
		height: 42vw;
	}
	.intbg01 {
		max-width: 32vw;
	}
	.intbg02 {
		bottom: -45px;
		max-width: 27vw;
	}
}
@media (max-width: 550px) {
	.wide {
		margin-bottom: 25px !important;
	}
	.intbg01 {
		right: 0;
		top: -20px;
	}
	.intbg02 {
		left: 0;
		bottom: -20px;
	}
}
@media (max-width: 450px) {
	.wide img {
		height: 46vw;
	}
}
/* 定員・特徴 */
.int {
	margin-bottom: 65px;
}
.introduction .mtitle {
	margin-bottom: 30px;
}
.introduction .info_table, .introduction .inote {
	max-width: 735px;
}
.introduction .info_table th {
	width: 50%;
	text-align: left;
	padding-left: 15px;
}
.introduction .info_table td {
	text-align: right;
	padding-right: 15px;
	width: 50%;
}
.intbr {
	display: none;
}
.intspn {
	display: inline-block;
}
@media (max-width: 660px) {
	.introduction .info_table th {
		width: 35%;
		padding-left: 7px;
	}
	.introduction .info_table td {
		padding-left: 7px;
		padding-right: 0;
		width: 65%;
	}
}
@media (max-width: 550px) {
	.intspn {
		display: none;
	}
	.intbr {
		display: block;
	}
	.introduction .inote {
		margin-top: 7px !important;
	}
	.introduction .mtitle {
		margin-bottom: 10px;
	}
	.int {
		margin-bottom: 25px;
	}
}
@media (max-width: 330px) {
	.intbr {
		display: none;
	}
	.introduction .info_table td {
		text-align: left;
	}
}
@media (max-width: 315px) {
	.intspn {
		display: inline-block;
	}
}
/* お問い合わせページ ==================================================*/
.tels .maintitle {
	margin-bottom: 35px;
}
.ttop {
	margin-bottom: 40px;
}
.dbox {
	background: #f2ffeb;
	padding: 20px 25px;
	max-width: 850px;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 5px;
}
.dbox p {
	margin-bottom: 5px;
	font-size: 0.95rem;
}
.dbox p:last-child {
	margin-bottom: 0;
}
.tl_mini {
	margin-bottom: 0;
	line-height: 1.6;
	margin-top: 1px;
}
.contact_wrap {
	padding: 15px 15px 20px;
	max-width: 500px;
	margin: auto;
	border-radius: 5px;
	box-shadow: rgb(93 212 104 / 6.5%) 0px 6px 24px 0px, rgb(93 212 104 / 30%) 0px 0px 0px 1px;
}
.tels .tel_contact i {
	color: #00a069;
}
.tels .tel_contact {
	font-size: clamp(1.4rem, 1.1rem + 1.0667vw, 1.9rem);
	margin-bottom: 5px;
	white-space: nowrap;
	color: #595757;
}
.tels .tel_contact:hover {
	color: #595757;
	opacity: 0.6;
}
@media (max-width: 550px) {
	.tels .maintitle {
		margin-bottom: 25px;
	}
	.ttop {
		margin-bottom: 20px;
	}
	.dbox {
		padding: 15px 10px 20px;
		margin-bottom: 30px;
	}
}
@media (max-width: 450px) {
	.contact_wrap {
		max-width: 100%;
		padding: 10px 5px 15px;
	}
	.tl_mini {
		font-size: 0.8rem;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 15px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 450px) {
	.telmgb {
		margin-bottom: 7px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 50px 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 #595757;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.93rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #00a069;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #00a069;
	color: #00a069 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #595757;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
/*ラジオボタン*/
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: #00a069;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
	outline: none;
	border-color: #00a069;
}
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: 450px){
	input[type=radio] + label{
		display: block;
	}
}
*/
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #00a069;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #00a069;
	border: 1px solid #00a069;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label, .selection small {
		font-size: 0.8rem;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	color: #595757;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #595757;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1.05rem;
	}
}
.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: 105%;
}
@media(max-width:750px) {
	.privacy_text span {
		font-size: 103%;
	}
	.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 {
	color: #00a069;
}