@charset "utf-8";


/**************************************************50
 * search
 **************************************************/
#search{
	color: #333333;
	text-align: center;
}
#search h2{
}
#search a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 1000px;
	padding: 0.25em 1em;
	position: relative;
	text-decoration: none;
}
#search a{
	transition: opacity 0.2s ease-out 0s;
	width: 11.25em;
}
#search a:hover{
	opacity: 0.7;
}
#search a .mdi{
	font-size: 150%;
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#search_main{
}
#search_main a{
	color: #FFFFFF;
	display: block;
	line-height: 1.25;
	position: relative;
	width: 100%;
}
#search_main a:after{
	content: "\F0142";
	font-family: "Material Design Icons";
	line-height: 1;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#search_main a p{
	color: #565656;
	font-size: 50%;
	font-weight: 500;
	line-height: 1.5;
}
#search_main a p span{
	color: #F9F577;
}
#search_main a > b{
	font-weight: bold;
}
#search_main a > span{
	font-weight: bold;
}
#search_other{
}
#search_other a{
	display: inline-block;
	padding: 0.4em 1em;
	line-height: 1.25;
	vertical-align: top;
	width: 14em;
}
#search_other a > span{
	font-size: 75%;
	display: block;
}
#search_other a p{
}
#search_other a p span{
	font-size: 75%;
}
@media screen and (max-width:413px){
	#search a{
		font-size: 75%;
	}
}
@media screen and (min-width:414px) and (max-width:479px){
	#search a{
		font-size: 87.5%;
	}
}
@media screen and (max-width:767px){
	#search{
		margin-bottom: 3.125%;
	}
	#search a{
		margin: 1.785714285714286% 0.8928571428571429% 0%;
	}
	#search_main{
	}
	#search_main a{
		border-radius: 10px;
		margin: 0 auto 3.125%;
		padding: 0.75em 0.5em;
		width: 93.75%;
	}
	#search_main a:after{
		font-size: 300%;
	}
	#search_main a p{
		font-size: 125%;
	}
	#search_main a > b{
		font-size: 200%;
	}
	#search_main a > span{
		font-size: 150%;
	}
	#search_other{
	}
	#search_other a{
		border-radius: 7px;
		font-size: 125%;
		margin: 0 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px){
	#search{
		margin-bottom: 20px;
	}
	#search a{
	}
	#search_main{
	}
	#search_main a{
		border-radius: 20px;
		margin-bottom: 50px;
		padding: 1.125em 0.75em;
	}
	#search_main a:after{
		font-size: 450%;
	}
	#search_main a p{
		font-size: 150%;
	}
	#search_main a > b{
		font-size: 300%;
	}
	#search_main a > span{
		font-size: 200%;
	}
	#search_other{
	}
	#search_other a{
		border-radius: 15px;
		margin: 0 20px 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1023px){
	#search_other a{
		font-size: 137.5%;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#search_other a{
		font-size: 150%;
	}
}
@media screen and (min-width:1200px){
	#search_other a{
		font-size: 175%;
	}
}


/**************************************************50
 * counseling
 **************************************************/
#counseling{
	background-color: #EBFFD3;
	text-align: center;
}
#counseling h2{
	background-color: #00BA01;
}
#counseling h2 img{
	width: 100%;
}
#counseling .counseling_ex{
	background-color: #FDF9DB;
	border: 2px solid #00BA01;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}
#counseling .counseling_ex figcaption{
}
#counseling .counseling_ex figcaption h3{
	background-color: #00BA01;
	color: #FFFFFF;
	font-weight: normal;
}
#counseling .counseling_ex figcaption p{
	background-color: #FFFFFF;
	padding: 0.5em 1em;
	position: relative;
	text-align: left;
}
#counseling .counseling_ex figcaption p:before{
	border-style: solid;
	height: 0;
	content: "";
	display: block;
	position: absolute;
	width: 0;
}
#counseling .counseling_ex:nth-child(odd) figcaption p:before{
	border-color: transparent transparent transparent #FFFFFF;
	right: 0;
	-ms-transform: translate(100%, -50%);
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}
#counseling .counseling_ex:nth-child(even) figcaption p:before{
	border-color: transparent #FFFFFF transparent transparent;
	left: 0;
	-ms-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
#counseling .counseling_ex figcaption p:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	position: absolute;
	top: 0;
}
#counseling .counseling_ex:nth-child(odd) figcaption p:after{
	right: 0;
	-ms-transform: translate(100%, 0);
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
#counseling.lazyloaded .counseling_ex:nth-child(odd) figcaption p:after{
	background-image: url("https://tobita.biz/images/user/counseling/counselor_l.webp");
}
#counseling .counseling_ex:nth-child(even) figcaption p:after{
	left: 0;
	-ms-transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}
#counseling.lazyloaded .counseling_ex:nth-child(even) figcaption p:after{
	background-image: url("https://tobita.biz/images/user/counseling/counselor_r.webp");
}
#counseling .counseling_ex picture{
}
#counseling .counseling_ex picture img{
}
@media screen and (max-width:319px){
}
@media screen and (min-width:320px) and (max-width:359px){
}
@media screen and (min-width:360px) and (max-width:413px){
}
@media screen and (min-width:414px) and (max-width:479px){
}
@media screen and (min-width:480px) and (max-width:639px){
}
@media screen and (min-width:640px) and (max-width:767px){
}
@media screen and (max-width:767px){
	#counseling{
		margin-bottom: 3.125%;
		padding-bottom: 3.125%;
	}
	#counseling h2{
		margin-bottom: 3.125%;
		padding-top: 3.125%;
		padding-bottom: 3.125%;
	}
	#counseling .counseling_ex{
		border-radius: 12px;
		margin-top: 3.125%;
		padding-bottom: 3.333333333333333%;
		width: -webkit-calc(93.75% + (2px * 2));
		width: calc(93.75% + (2px * 2));
	}
	#counseling .counseling_ex figcaption{
		margin-bottom: 3.333333333333333%;
	}
	#counseling .counseling_ex figcaption h3{
		font-size: 125%;
		margin-bottom: 3.333333333333333%;
		line-height: 1.4;
		padding: 0.3em 0.25em;
	}
	#counseling .counseling_ex figcaption p{
		border-radius: 7px;
	}
	#counseling .counseling_ex:nth-child(odd) figcaption p{
		margin-left: 3.333333333333333%;
		margin-right: -webkit-calc((3.333333333333333% * 3) + 80px);
		margin-right: calc((3.333333333333333% * 3) + 80px);
	}
	#counseling .counseling_ex:nth-child(even) figcaption p{
		margin-left: -webkit-calc((3.333333333333333% * 3) + 80px);
		margin-left: calc((3.333333333333333% * 3) + 80px);
		margin-right: 3.333333333333333%;
	}
	#counseling .counseling_ex figcaption p:before{
		top: 40px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(odd) figcaption p:before{
		border-width: 4px 0 4px 12px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(even) figcaption p:before{
		border-width: 4px 12px 4px 0;
	}
	#counseling .counseling_ex figcaption p:after{
		height: 80px;
		width: 80px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(odd) figcaption p:after{
		margin-right: -10%;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(even) figcaption p:after{
		margin-left: -10%;
	}
	#counseling .counseling_ex picture{
	}
	#counseling .counseling_ex picture img{
		width: 60%;
	}
}
@media screen and (min-width:768px){
	#counseling{
		margin-bottom: 50px;
		padding-bottom: 50px;
	}
	#counseling h2{
		margin-bottom: 50px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#counseling .counseling_ex{
		border-radius: 25px;
		margin-top: 50px;
		padding-bottom: 20px;
		width: 484px;
	}
	#counseling .counseling_ex figcaption{
		margin-bottom: 20px;
	}
	#counseling .counseling_ex figcaption h3{
		font-size: 150%;
		margin-bottom: 20px;
	}
	#counseling .counseling_ex figcaption p{
		border-radius: 15px;
	}
	#counseling .counseling_ex:nth-child(odd) figcaption p{
		margin-left: 10px;
		margin-right: 130px;
	}
	#counseling .counseling_ex:nth-child(even) figcaption p{
		margin-left: 130px;
		margin-right: 10px;
	}
	#counseling .counseling_ex figcaption p:before{
		top: 50px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(odd) figcaption p:before{
		border-width: 6px 0 6px 16px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(even) figcaption p:before{
		border-width: 6px 16px 6px 0;
	}
	#counseling .counseling_ex figcaption p:after{
		height: 100px;
		width: 100px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(odd) figcaption p:after{
		margin-right: -20px;
	}
	#counseling.lazyloaded .counseling_ex:nth-child(even) figcaption p:after{
		margin-left: -20px;
	}
	#counseling .counseling_ex picture{
	}
	#counseling .counseling_ex picture img{
	}
}
@media screen and (min-width:768px) and (max-width:939px){
}
@media screen and (min-width:940px) and (max-width:1023px){
}
@media screen and (min-width:1024px) and (max-width:1199px){
	#counseling .counseling_ex{
		width: 444px;
	}
	#counseling .counseling_ex:nth-child(even){
		margin-left: 40px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	#counseling .counseling_ex:nth-child(even){
		margin-left: 80px;
	}
}
@media screen and (min-width:1280px){
	#counseling .counseling_ex:nth-child(even){
		margin-left: 82px;
	}
}


/**************************************************50
 * counseling
 **************************************************/
.concierge_wrap{
	background-color: #EBFFD3;
}
.concierge_wrap .concierge{
	background-color: #FDF9DB;
}
@media screen and (max-width:767px){
	.concierge_wrap{
		margin-top: -3.125%;
	}
}
@media screen and (min-width:768px){
	.concierge_wrap{
		margin-top: -50px;
	}
}


