/*PC用CSS(ipad mini 7.9インチ対応)*/
@media only screen and (min-width: 768px) {
	.pc_none{
		display: none!important;
	}
}
/*SP用CSS(ipad mini 7.9インチ未対応)*/
@media only screen and (max-width: 767px) {
	.sp_none{
		display: none!important;
	}
}
/*Googleフォントここから*/
body{
	-webkit-text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	text-size-adjust: 100%; /*ios横向き文字の拡大防止*/
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #363636;
	background-color: #fffff6;
	letter-spacing: calc((0/1000)*1em);
}
html.active,
body.active{
	overflow: hidden;
}

.thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mid{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/*Googleフォントここまで*/
.font02{
	font-family: 
	"Hiragino Maru Gothic ProN", 
	"ヒラギノ丸ゴ ProN", 
	"Hiragino Sans", 
	"ヒラギノ角ゴ ProN W3", 
	"Helvetica Neue", Helvetica, Arial, sans-serif;
}
*{
	box-sizing: border-box;
}

svg{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
iframe{
	width: 100%;
	min-width: initial;
	height: 100%;
	min-height: initial;
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
	margin: auto;
}
@media only screen and (max-width: 767px){
	::-webkit-scrollbar{
		display: none;
	}
	::scrollbar{
		display: none;
	}
}

body,
main,
header,
footer{
	min-width: 1080px;
}
@media only screen and (max-width: 767px){
	body,
	main,
	header,
	footer{
		min-width: 320px;
	}
}

body{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
/*--------------------
TOPに戻るボタン
--------------------*/
a#to_top{
	width: 71px;
	height: auto;
	position: fixed;
	right: 10px;
	bottom: 10px;
	overflow: hidden;
	z-index: 100;
}
@media only screen and (max-width: 767px){
	a#to_top{
		width: 50px;
		height: auto;
		position: fixed;
		right: 10px;
		bottom: 10px;
		overflow: hidden;
		z-index: 100;
	}
}

a#to_top img{
	width: 100%;
	height: auto;
}

/*--------------------
header
--------------------*/
#header_top{
	width: 980px;
	height: auto;
	margin: 0 auto;
}
@media only screen and (max-width: 767px){
	#header_top{
		width: 90%;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
#header_top a{
	width: auto;
	height: auto;
	display: inline-block;
}
#header_top a h1{
	width: auto;
	height: auto;
}
#header_top img{
	width: 137px;
	height: auto;
	margin: 20px 0 ;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	#header_top img{
		width: 137px;
		height: auto;
		margin: 0 0 ;
		vertical-align: middle;
	}
}

#header_top .text00{
	display: inline;
	margin-left: 12px;
	font-size: 13px;
	color: #757575;
	vertical-align: middle;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
	letter-spacing: 0.08em;
}


/*ヘッダー*/
header{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F4F4F4;
	padding: 5px 0;
}
header .header_bg{
	background-color: #fff;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
}
@media only screen and (max-width: 767px){
	header .header_bg{
		padding: 15px 0 25px;
	}
}
header .header01{
	width: 980px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01{
		width: 90%;
		height: auto;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
header .header01 .header01_01{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
header .header01 .header01_01 a.logo01{
	width: 79px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_01 a.logo01{
		width: 100%;
		max-width: 79px;
		margin-right: 10px;
	}
}
header .header01 .header01_01 img{
	width: 100%;
	height: auto;
	display: block;
}
header .header01 .header01_01 ul{
	width: 355px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 5px 38px;
	margin-left: 41px;
}
header .header01 .header01_01 ul li{
	width: auto;
	height: auto;
}
header .header01 .header01_01 ul li a{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	padding-left: 20px;
	position: relative;
}
header .header01 .header01_01 ul li a::after{
	content:'';
	display: block;
	width: 12px;
	height: 10px;
	background-image: url(../img/common/arrow.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto;
}
header .header01 .header01_02{
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_02{
		align-items: flex-start;
		flex-shrink: 0;
		margin-top: 5px;
	}
}
header .header01 .header01_02 img{
	width: 42px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_02 img{
		width: 28px;
	}
}
header .header01 .header01_02 .header01_02_02{
	width: auto;
	height: auto;
	display: block;
	margin-left: 9px;
}
header .header01 .header01_02 .header01_02_02 .number{
	font-size: 30px;
	line-height: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_02 .header01_02_02 .number{
		font-size: 24px;
		line-height: 24px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
header .header01 .header01_02 .header01_02_02 .number span{
	font-size: 11px;
	line-height: 27px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	header .header01 .header01_02 .header01_02_02 .number span{
		line-height: 20px;
	}
}
@media only screen and (max-width: 767px){
	header .sp_nav{
		width: 90%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		gap: 15px 24px;
		margin: 0 auto;
		padding: 20px 0 0;
	}
	header .sp_nav li{
		width: auto;
		height: auto;
	}
	header .sp_nav li a{
		font-size: 14px;
		line-height: 19px;
		letter-spacing: 0.1em;
		padding-left: 20px;
		position: relative;
	}
	header .sp_nav li a::after{
		content:'';
		display: block;
		width: 12px;
		height: 10px;
		background-image: url(../img/common/arrow.png);
		background-repeat:no-repeat; 
		background-size: 100% auto;
		position: absolute;
		top: 0;
		bottom: 0;
		left:0;
		margin: auto;
	}
}


main{
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}

main .m_visual{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
main .m_visual .eye{
	width: 100%;
	height: auto;
	display: block;
}

main .m_visual .eye_logo{
	width: 270px;
	height: auto;
	display: block;
	position: absolute;
	bottom: -102px;
	left: -8px;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	main .m_visual .eye_logo{
		width: 90%;
		max-width: 203px;
		bottom: -102px;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/*contentsここから*/
.contents{
	width: 100%;
	height: auto;
	display: block;
}
.contents .contents01{
	width: 980px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 82px 0 73px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents .contents01{
		width: 90%;
		padding: 90px 0 73px;
		position: relative;
	}
}
.contents .contents01 h2{
	font-size: 42px;
	line-height: 62px;
	letter-spacing: 0.1em;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents .contents01 h2{
		font-size: 23px;
		line-height: 34px;
	}
}
.contents .contents01 .bg_item01{
	width: 166px;
	height: auto;
	display: block;
	position: absolute;
	left: -25px;
	top: 24px;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .bg_item01{
		width: 82px;
		left: -15px;
		top: 5px;
	}
}
.contents .contents01 .bg_item02{
	width: 82px;
	height: auto;
	display: block;
	position: absolute;
	right: 40px;
	top: 119px;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .bg_item02{
		width: 46px;
		right: 0;
		top: 40px;
	}
}
.contents .contents01 ul.nav{
	width: 821px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 34px auto 0;
}
@media only screen and (max-width: 767px){
	.contents .contents01 ul.nav{
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin: 28px auto 0;
		gap: 6px;
	}
}
.contents .contents01 ul.nav li{
	width: auto;
	height: auto;
	display: block;
}
.contents .contents01 .nav li .business{
	width: 157px;
	height: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/nav01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .nav li .business{
		width: 106px;
		height: 59px;
		font-size: 14px;
		line-height: 20px;
	}
}
.contents .contents01 .nav li:nth-of-type(2n) .business{
	background-image: url(../img/common/nav02.png);
}
.contents .contents01 .text01{
	width: 100%;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 55px;
	position: relative;
}
.contents .contents01 .text01::after{
	content:'';
	display: block;
	width: 160px;
	height: 100px;
	background-image: url(../img/common/bg_item05.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	bottom: 0;
	right: -54px;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .text01{
		line-height: 29px;
		text-align: left;
		width: 97%;
    margin: 37px auto ;
    padding-bottom: 87px;
	}
}
@media only screen and (max-width: 767px){
	.contents .contents01 .text01::after{
		width: 130px;
		height: 81px;
		bottom: 0;
		right: 0;
		margin: auto;
	}
}

.contents01_01{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_01 .inner{
	padding-top: 85px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner{
		padding-top: 50px;
	}
}

.contents01_01 .inner .title{
	width: 100%;
	height: auto;
	display: block;
	background-image: url(../img/common/title_bg_line.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .title{
		background-image: url(../img/common/title_bg_line_sp.png);
	}
}

.contents01_01 .inner .title h3{
	width: 100%;
	height: 91px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.06em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/title_bg.png);
	background-repeat: no-repeat;
	background-size: 287px 91px;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .title h3{
		height: 61px;
		text-align: center;
		font-size: 22px;
		background-size: 191px 61px;
	}
}
.contents01_01 .inner .text02{
	text-align: center;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 0.1em;
	margin-top: 35px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .text02{
		font-size: 16px;
		line-height: 30px;
		margin-top: 24px;
	}
}
.contents01_01 .inner .inner_01{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 46px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01{
		width: 100%;
		height: auto;
		flex-direction: column;
		justify-content: flex-start;
		gap: 40px;
		margin-top: 32px;
	}
}
.contents01_01 .inner .inner_01 .inner_01_01{
	width: 290px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01 .inner_01_01{
		width: 100%;
	}
}
.contents01_01 .inner .inner_01 .inner_01_01 img{
	width: 290px;
	height: auto;
	display: block;
	border-radius: 25px;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01 .inner_01_01 img{
		width: 100%;
	}
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01{
	width: auto;
	height: auto;
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 h4{
	font-size: 23px;
	line-height: 33px;
	letter-spacing: 0.1em;
	margin-top: 16px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 h4{
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 h4 span{
	color: #E95D25;
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 h4 .span02{
	color: initial;
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 ul{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 25px;
}
@media only screen and (max-width: 767px){
	contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 ul{
		gap: 0 15px;
	}
}
.contents01_01 .inner .inner_01 .inner_01_01 .inner_01_01_01 ul li{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

/*居宅介護支援*/
.contents01_01 .inner .inner_01.kyotaku{
	justify-content: center;
}
.contents01_01 .inner .inner_01.kyotaku .inner_01_01{
	width: 757px;
	height: auto;
	display: flex;
	position: relative;
	margin-left: 25px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01.kyotaku .inner_01_01{
		width: 100%;
		margin-left: 0;
		flex-direction: column;
	}
}
.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .bg_item03{
	width: 160px;
	height: auto;
	display: block;
	position: absolute;
	bottom: -100px;
	left: -161px;
}
.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01{
	width: 435px;
	height: auto;
	flex-shrink: 0;
	margin-left: 26px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01{
		width: 100%;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01 h4{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
		.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01 h4 .span02{
			font-size: 16px;
		}	
}
.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01 .text03{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	color: #E95D25;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.contents01_01 .inner .inner_01.kyotaku .inner_01_01 .inner_01_01_01 .text03{
		line-height: 21px;
		margin-top: 12px;
	}
}




/*---------------------------------*/
/*介護タクシー*/
/*---------------------------------*/
.contents01_02{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_02 .inner{
	padding-top: 95px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner{
		padding-top: 45px;
	}
}

.contents01_02 .inner .title{
	width: 100%;
	height: auto;
	display: block;
	background-image: url(../img/common/title_bg_line02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner .title{
		background-image: url(../img/common/title_bg_line02_sp.png);
	}
}
.contents01_02 .inner .title h3{
	width: 100%;
	height: 91px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.06em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/title_bg02.png);
	background-repeat: no-repeat;
	background-size: 287px 91px;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner .title h3{
		height: 61px;
		text-align: center;
		font-size: 22px;
		background-size: 191px 61px;
	}
}
.contents01_02 .inner .text02{
	text-align: center;
	font-size: 20px;
	line-height: 37px;
	letter-spacing: 0.1em;
	margin-top: 35px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner .text02{
		font-size: 16px;
		line-height: 30px;
		margin-top: 24px;
	}
}
.contents01_02 .inner ul.inner01{
	width: 753px;
	height: auto;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 17px 11px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner ul.inner01{
		width: 100%;
		margin: 17px auto 0;
		gap: 8px 6px;
	}
}
.contents01_02 .inner ul.inner01 li{
	width: auto;
	height: 51px;
	background-color: #fff;
	border-radius: 31px;
	border: 1px solid #83ADE0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.05em;
	color: #004496;
	padding: 0 25px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner ul.inner01 li{
		height: auto;
		font-size: 13px;
		line-height: 23px;
		padding: 10px 18px;
	}
}
.contents01_02 .inner .tel_banner{
	width: 660px;
	height: auto;
	display: block;
	margin: 31px auto 0;
}
.contents01_02 .inner .tel_banner img{
	width: 100%;
	height: auto;
	display: block;
}

/*介護タクシーご利用の流れ*/
.contents01_02 .inner02{
	width: 980px;
	height: auto;
	display: block;
	margin: 60px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02{
		width: 100%;
		margin: 35px auto 0;
	}
}
.contents01_02 .inner02 h4{
	width: 370px;
	font-size: 27px;
	line-height: 41px;
	letter-spacing: 0.1em;
	color: #004496;
	border-bottom: 1px solid #004496;
	padding-bottom: 5px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 h4{
		width: 100%;
		max-width: 375px;
		font-size: 20px;
		line-height: 30px;
	}
}
.contents01_02 .inner02 .inner02_01 {
  display: flex;
  align-items: stretch; /* ← 子要素の高さを揃える */
  justify-content: space-between;
  margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_01 {
	  display: flex;
	  align-items: stretch; /* ← 子要素の高さを揃える */
	  justify-content: space-between;
	  flex-direction: column;
	  margin-top: 23px;
	}
}
.contents01_02 .inner02 .inner02_01 li {
	width: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_01 li {
		width: 100%;
	  flex-direction: initial;
	  justify-content: flex-start;
	  align-items: flex-start;
	}
}
.contents01_02 .inner02 .inner02_01 li .img_box{
	width: auto;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_01 li .img_box{
		width: 42%;
		height: auto;
		margin-right: 20px;
		flex-shrink: 0;
	}
}
.contents01_02 .inner02 .inner02_01 li .img_box .img05{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 31px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_01 li .img_box .img05{
		border-radius: 25px;
	}
}
.contents01_02 .inner02 .inner02_01 li.arrow img{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_02 .inner02 li .text04{
	font-size: 23px;
	line-height: 41px;
	letter-spacing: 0.1em;
	color: #004496;
	margin-top: 11px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 li .text04{
		font-size: 18px;
		line-height: 25px;
		margin-top: 8px;
	}
}
.contents01_02 .inner02 li .text05{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	margin-top: 5px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 li .text05{
		width: auto;
		line-height: 22px;
		margin-top: 0;
	}
}
.contents01_02 .inner02 .inner02_01 li.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  flex: 0 0 auto;
  margin-top: -40px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_01 li.arrow {
	  display: block;
	  width: 15px;
	  flex: initial;
	  margin: 20px auto;
	  transform: rotate(90deg);
	}
}
.contents01_02 .inner02 img.bg05{
	width: 82px;
	height: auto;
	display: block;
	position: absolute;
	top: -20px;
	right: 0;
}

/*料金表*/
.contents01_02 .inner02 .inner02_02{
	width: 660px;
	height: auto;
	display: block;
	margin: 34px auto 0;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_02{
		width: 100%;
		max-width: 330px;
		margin: 22px auto 0;
		padding-bottom: 30px;
	}
}
.contents01_02 .inner02 .inner02_02 .text06{
	color: #004496;
	font-size: 20px;
	line-height: 41px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_02 .text06{
		font-size: 19px;
		line-height: 35px;
	}
}
.contents01_02 .inner02 .inner02_02 ul{
	width: 100%;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_02 ul{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}
}
.contents01_02 .inner02 .inner02_02 ul li{
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	position: relative;
}
.contents01_02 .inner02 .inner02_02 ul li .span01{
	color:#E95D25 ;
}
.contents01_02 .inner02 .inner02_02 ul li .span02{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
.contents01_02 .inner02 .inner02_02:nth-of-type(1) ul li{
	width: auto;
	height: auto;
	font-size: 18px;
	line-height: 41px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_02:nth-of-type(1) ul li{
		width: auto;
		height: auto;
		font-size: 15px;
		line-height: 23px;
	}
	.contents01_02 .inner02 .inner02_02 ul li .span03{
		width: 71px;
		height: auto;
		display: inline-block;
	}
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_02 ul li.after{
		position: relative;
	}
	.contents01_02 .inner02 .inner02_02 ul li.after::after{
		content:'（時間距離併用制）';
		display: block;
		font-size: 14px;
		line-height: 23px;
		letter-spacing: 0.1em;
		font-family: "M PLUS Rounded 1c", sans-serif;
		font-style: normal;
		font-weight: 400;
		color: #363636;
		position: absolute;
		bottom: -23px;
		right: -14px;
	}
}


/*ご利用条件*/
.contents01_02 .inner02 .inner02_03{
	width: 980px;
	height: auto;
	margin: 24px auto 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 21px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_03{
		width: 100%;
		margin: 32px auto 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 18px;
	}
}
.contents01_02 .inner02 .inner02_03:first-of-type{
	margin-top: 47px;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_03:first-of-type{
		margin-top: 29px;
	}
}
.contents01_02 .inner02 .inner02_03 .text07{
	width: 232px;
	height: 66px;
	background-color: #1858A5;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px){
	.contents01_02 .inner02 .inner02_03 .text07{
		height: 47px;
		font-size: 18px;
	}
}
.contents01_02 .inner02 .inner02_03 .text08{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
}

/*---------------------------------*/
/*お問い合わせ*/
/*---------------------------------*/
.contents01_03{
	width: 100%;
	height: auto;
	display: block;
	padding-top: 107px;
}
@media only screen and (max-width: 767px){
	.contents01_03{
		padding-top: 51px;
	}
}
.contents01_03 h3{
	width: 100%;
	height: 91px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.06em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/title_bg.png);
	background-repeat: no-repeat;
	background-size: 287px 91px;
	background-position: center;
	position: relative;
	z-index: 5;
}
@media only screen and (max-width: 767px){
	.contents01_03 h3{
		height: 61px;
		font-size: 22px;
		line-height: 32px;
		background-size: 191px 61px;
	}
}
.contents01_03 .contents01_03_01{
	width: 980px;
	height: auto;
	border-radius: 38px;
	background-color: #fff;
	border: 1px solid #F0A789;
	margin-top: -50px;
	position: relative;
	padding: 78px 124px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01{
		width: 100%;
		height: auto;
		border-radius: 24px;
		background-color: #fff;
		border: 1px solid #F0A789;
		margin-top: -29px;
		position: relative;
		padding: 50px 21px 43px;
	}
}
.contents01_03 .contents01_03_01 .text09{
	font-size: 19px;
	line-height: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .text09{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
		flex-direction: column;
	}
}
.contents01_03 .contents01_03_01 .text09 a{
	font-size: 32px;
	line-height: 37px;
	letter-spacing: 0.05em;
	margin-left: 15px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .text09 a{
		font-size: 23px;
		line-height: 37px;
		margin-left: 0;
		text-decoration: underline;
	}
}
.contents01_03 .contents01_03_01 .form{
	width: 100%;
	height: auto;
}
.contents01_03 .contents01_03_01 .form table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: separate;
}
.contents01_03 .contents01_03_01 .form table tr{
	width: 100%;
	height: auto;
}
.contents01_03 .contents01_03_01 .form table tr th{
	width: 235px;
	height: auto;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr th{
		width: 100%;
		display: block;
	}
}
.contents01_03 .contents01_03_01 .form table tr th span.span001{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 17px;
	line-height: 41px;
	letter-spacing: 0.1em;
	font-weight: 400;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr th span.span001{
		margin-bottom: 0;
		font-size: 14px;
	}
}
.contents01_03 .contents01_03_01 .form table tr th .span001 .icon01{
	width: 46px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E95D25;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-right: 20px;
	border-radius: 3px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr th .span001 .icon01{
		width: 41px;
		height: 25px;
		font-size: 13px;
		margin-right: 10px;
	}
}
.contents01_03 .contents01_03_01 .form table tr th .span001 .icon01.icon02{
	background-color: #fff;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr th .span001 .icon01.icon02{
		display: none;
	}
}

.contents01_03 .contents01_03_01 .form table tr td{
	width: 496px;
	height: auto;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr td{
		width: 100%;
		display: block;
		margin-bottom: 18px;
	}
}
.contents01_03 .contents01_03_01 .form table tr td span.span002{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	border: 1px solid #8D8D8D;
	padding: 10px;
	background-color: #fff;
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr td span.span002{
		margin-bottom: 10px;
		padding: 5px 10px;
	}
}
/*.contents01_03 .contents01_03_01 .form table tr td span.span002 input{
	width: 100%;
}*/
.contents01_03 .contents01_03_01 .form table tr td .check{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr td .check{
		display: block;
	}
}
.contents01_03 .contents01_03_01 .form table tr td .check .span002.check002{
	border: none;
	width: 30%;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .form table tr td .check .span002.check002{
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 0;
	}
}
.contents .contents01 .contents01_03 .contents01_03_01 .form form table tbody tr td span.check span.span002.check002 label{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media only screen and (max-width: 767px){
	.contents .contents01 .contents01_03 .contents01_03_01 .form form table tbody tr td span.check span.span002.check002 label{
		font-size: 14px;
		line-height: 16px;
	}
}
.contents .contents01 #contact.contents01_03 .contents01_03_01 .form form table tbody tr td span.check span.span002.check002 label input{
	width: 24px;
	height: auto;
}
.contents01_03 .contents01_03_01 .text010{
	width: 476px;
	margin: 36px auto 0;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.03em;
	border-left: 8px solid #F0A789;
	border-right: 8px solid #F0A789;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .text010{
		width: 100%;
		margin: 36px auto 0;
		text-align: center;
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 0.03em;
		border-left: 6px solid #F0A789;
		border-right: 6px solid #F0A789;
		padding: 0 10px;
	}
}
.contents01_03 .contents01_03_01 .text010 a{
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.03em;
	color: #E95D25;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .text010 a{
		font-size: 14px;
		line-height: 25px;
	}
}
.contents01_03 .contents01_03_01 .sub{
	width: 260px;
	height: 62px;
	background-color: #E95D25;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .sub{
		width: 209px;
		height: 49px;
		margin-top: 26px;
	}
}
.contents01_03 .contents01_03_01 .sub input{
	color: #fff;
	font-size: 20px;
	line-height: 41px;
	letter-spacing: 0.1em;
	width: 260px;
	height: 62px;
	cursor: pointer;
}
@media only screen and (max-width: 767px){
	.contents01_03 .contents01_03_01 .sub input{
		color: #fff;
		font-size: 15px;
		line-height: 31px;
		width: 209px;
		height: 49px;
	}
}


/*.form関係のリセットここから*/
input,
button,
select,
textarea{
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	margin-top: 0px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	width: 100%;
}
@media only screen and (max-width: 767px){
	input,
	button,
	select,
	textarea{
		font-size: 14px;
	}
}

textarea{
	resize: vertical;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	width: 100%;
}
label{
	cursor: pointer;
}

input[type='checkbox']
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select{
	cursor: pointer;
}

select::-ms-expand{
	display: none;
}

::placeholder{
	color: #ACB6BA;
	font-weight: 500;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
}
/*.form関係のリセットここから*/

/*---------------------------------*/
/*概　要*/
/*---------------------------------*/
.contents01_04{
	width: 100%;
	height: auto;
	display: block;
}
.contents01_04 .inner{
	padding-top: 95px;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner{
		padding-top: 55px;
	}
}
.contents01_04 .inner .title{
	width: 100%;
	height: auto;
	display: block;
	background-image: url(../img/common/title_bg_line02.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner .title{
		background-image: url(../img/common/title_bg_line02_sp.png);
	}
}

.contents01_04 .inner .title h3{
	width: 100%;
	height: 91px;
	text-align: center;
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 0.06em;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/common/title_bg02.png);
	background-repeat: no-repeat;
	background-size: 287px 91px;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner .title h3{
		height: 61px;
		text-align: center;
		font-size: 22px;
		background-size: 191px 61px;
	}
}
.contents01_04 .inner table{
	width: 732px;
	height: auto;
	margin: 30px auto 0;
	table-layout: fixed;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner table{
		width: 100%;
	}
}
.contents01_04 .inner table tr{
	width: auto;
	height: auto;
}
.contents01_04 .inner table tr th{
	width: 150px;
	height: auto;
	vertical-align: top;
	font-size: 15px;
	line-height: 41px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #C9C9C9;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner table tr th{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 5px ;
		font-weight: 600;
		border-bottom: 0;
		display: block;
		background-color: #F2F2EC;
	}
}
.contents01_04 .inner table tr td{
	width: auto;
	height: auto;
	vertical-align: top;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: 0.1em;
	padding: 20px 0;
	text-align: left;
	border-bottom: 1px solid #C9C9C9;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner table tr td{
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 5px ;
		display: block;
		border-bottom: 0;
	}
}
.contents01_04 .inner table tr td a{
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents01_04 .inner .map{
	width: 732px;
	height: 313px;
	margin: 24px auto 0;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents01_04 .inner .map{
		width: 100%;
		height: 161px;
		margin-top: 32px;
	}
}
.contents01_04 .inner .map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------------------------------------------
電話バナー
--------------------------------------------*/
.tel_bnr{
	width: 660px;
	height: auto;
	border: 2px solid #F5B9A7;
	border-radius: 25px;
	display: block;
	margin: 43px auto 0;
	background-color: #fff;
	padding: 20px 35px 20px 44px;
	position: relative;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px){
	.tel_bnr{
		width: 100%;
		border: 2px solid #F5B9A7;
		border-radius: 25px;
		display: block;
		margin: 43px auto 0;
		background-color: #fff;
		padding: 38px 16px 27px 16px;
		position: relative;
	}
}
.tel_bnr::after{
	content:'';
	display: block;
	width: 168px;
	height: 48px;
	background-image: url(../img/common/free.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: -15px;
	right: 95px;
}
@media only screen and (max-width: 767px){
	.tel_bnr::after{
		left: 0;
		right: 0;
		margin: auto;
	}
}
.tel_bnr .bnr_inner{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_inner{
		flex-direction: column;
		justify-content: flex-start;
	}
}
.tel_bnr .bnr_inner .bnr_txt01{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.03em;
	margin-bottom: 3px;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_inner .bnr_txt01{
		font-size: 13px;
		line-height: 25px;
		margin-bottom: 0;
		text-align: center;
	}
}
.tel_bnr .bnr_inner .bnr_txt02{
	font-size: 22px;
	line-height: 37px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_inner .bnr_txt02{
		font-size: 19px;
		line-height: 25px;
	}
}
.tel_bnr .bnr_inner .bnr_txt03{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 34px;
	line-height: 74px;
	letter-spacing: 0.04em;
	color: #E95D25;
	text-decoration: underline;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_inner .bnr_txt03{
		font-size: 27px;
		line-height: 37px;
		margin-top: 10px;
	}
}
.tel_bnr .bnr_inner .bnr_txt03 img{
	width: 26px;
	height: auto;
	display: block;
	margin-right: 5px;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_inner .bnr_txt03 img{
		width: 21px;
		margin-right: 3px;
	}
}
.tel_bnr .bnr_txt04{
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px){
	.tel_bnr .bnr_txt04{
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
}

.tel_bnr.bnr02{
	border: 2px solid #ABC1D4;
}
.tel_bnr.bnr02 .bnr_inner .bnr_txt03{
	color: #004496;
}

/*--------------------
footer
--------------------*/
.footer_bg{
	width: 100%;
	height: auto;
	padding: 30px 0 20px;
	background-color: #fff;
	border-top: 1px solid #C1C1C1;
}
@media only screen and (max-width: 767px){
	.footer_bg{
		padding: 40px 0 40px;
	}
}
.footer{
	width: 980px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}
@media only screen and (max-width: 767px){
	.footer{
		width: 90%;
		display: block;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 30px;
	}
}
.footer .logo{
	width: 151px;
	height: auto;
	display: block;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.footer .logo{
		width: 151px;
		height: auto;
		display: block;
		margin: 0 auto 20px;
	}
}
.footer .logo img{
	width: 100%;
	height: auto;
}
.footer .right_side{
	width: auto;
	height: auto;
	display: block;
}
.footer .right_side .f_nav{
	width: 573px;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.footer .right_side .f_nav li{
	width: auto;
	height: auto;
	background-image: url(../img/common/arrow.png );
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px auto;
	padding-left: 16px;
}
.footer .right_side .f_nav li a{
	font-size: 14px;
}
.footer .right_side .f_info{
	width: auto;
	height: auto;
	display: block;
}
.footer .right_side .f_info .f_info_01{
	width: auto;
	height: auto;
	margin-top: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
@media only screen and (max-width: 767px){
	.footer .right_side .f_info .f_info_01{
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
}
.footer .right_side .f_info .f_info_01 .f_info_02{
	width: auto;
	height: auto;
	display: block;
	margin-right: 16px;
}
@media only screen and (max-width: 767px){
	.footer .right_side .f_info .f_info_01 .f_info_02{
		margin-right: 0;
	}
}
.footer .right_side .f_info .f_info_01 .f_info_02 .f_text01{
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px){
	.footer .right_side .f_info .f_info_01 .f_info_02 .f_text01{
		text-align: center;
	}
}
.footer .right_side .f_info .f_info_01 .f_info_02 .f_text02{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0.05em;
}
.footer .right_side .f_info .f_info_01 .f_info_02 .f_text02 img{
	width: 25px;
	height: auto;
	margin-right: 8px;
	display: block;
}
.footer .right_side .f_info .f_info_01 .f_text03{
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1em;
}
.footer .right_side .f_info .f_text04{
	width: 100%;
	height: auto;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.1em;
	margin-top: 8px;
} 
@media only screen and (max-width: 767px){
	.footer .right_side .f_info .f_text04{
		width: 100%;
		text-align: center;
	} 
	.footer .right_side .f_info .f_text04 a{
		text-decoration: underline;
	}
}



/*スマホ・タブレット用メニュー*/
.menu{
	display: none;
}