@charset "UTF-8";

#page .sec01 {
	padding: 80px 0 50px;
	position: relative;
}
#page .sec02 {
	margin: 0 0 80px;
	padding: 80px 0;
 /*background-color:#cdf1ff;*/
	background-color:#F3F1F1;
	position: relative;
}
#page .sec03 {
	margin: 0 0 100px;
	position: relative;
}
#page .sec02:last-child{
	margin: 0px;
	position: relative;
}
@media screen and (max-width: 898px)  {
#page .sec01 {
	padding: 50px 0 30px;
}
#page .sec02 {
	margin: 0 0 50px;
	padding:50px 0;
}
#page .sec03 {
	margin: 0 0 80px;
}
}
@media screen and (max-width: 480px)  {
#page .sec01 {
	padding: 50px 0 20px;
}
#page .sec02 {
	padding:50px 0 20px;
}
#page .sec03 {
	margin: 0 0 50px;
}
}


/* -------------------------------------------------

services_wrp

------------------------------------------------- */
.services_wrp	{
 width: 1140px;
 margin: 0px auto 80px;
	padding:0;
	position:relative;
}
.services_wrp:last-child	{
 margin: 0px auto;
}
.services_wrp::after {
 content: "";
 display: block;
 clear: both;
}
.services_wrp .title	{
	margin: 0px auto 50px;
}
.services_wrp .title02	{
	margin: 0px 0px 50px;
}
.services_wrp .title h2 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:30px;
	position:relative;
	margin: 0;
	color: #194F99;
}
.services_wrp .title02 h2 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:30px;
	position:relative;
	margin: 0;
	/*color: #194F99;*/
	text-align: center;
}
.services_wrp .title02 h2:before {
 content: '';
 position: absolute;
	bottom: -20px;
 display: inline-block;
 width: 40px;
 height: 3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:#083E87;
 border-radius: 2px;
}
.services_wrp .content	{
	width: 100%;
	margin:0;
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	line-height: 1.8;
}
.cp	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:30px;
	position:relative;
	margin: 0 0 20px;
	text-align: center;
	color:#0075C2
}
.cp__txt	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:400;
	font-size:18px;
	width: 902px;
	margin: 0 auto 30px;
	line-height: 2;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
.services_wrp	{
 width: 92%;
 margin: 0px auto;
}
}
@media screen and (min-width: 899px) and (max-width: 1024px) {
.services_wrp	{
 width: 92%;
 margin: 0px auto;
}
.cp__txt	{
	width: 100%;
}
}
@media screen and (max-width: 898px)  {
.services_wrp	{
 width: 90%;
	margin:0 auto;
}
.services_wrp .title h2,
.services_wrp .title02 h2 {
	font-size:26px;
}
.cp	{
	font-size:24px;
}
.cp__txt	{
	width: 100%;
	font-size:16px;
	line-height: 1.5;
}
}
@media screen and (max-width: 768px)  {
.services_wrp .title02	{
	margin: 0px 0px 40px;
}
.services_wrp .title h2,.services_wrp .title02 h2	{
	font-size:22px;
}
.services_wrp .title02 h2:before {
  bottom: -15px;
  width: 30px;
  height: 2px;
}
.services_wrp .content	{
	width: 100%;
	margin:0 0 30px;
}
}
@media screen and (max-width: 640px)  {
.cp	{
	font-size:20px;
}
.cp__txt	{
	font-size:14px;
}
}
@media screen and (max-width: 480px)  {
.services_wrp .title02 h2	{
	font-size:20px;
}
.cp	{
	font-size:18px;
	text-align: left;
}
}


/* -------------------------------------------------

services_box03

------------------------------------------------- */
.services_box03	{
	width: 100%;
 margin:0 auto;
}
.services_box03 .services_center	{
	width:980px;
	margin: 0 auto;
}
.services_box03 .services_center h3 {
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:24px;
	position:relative;
	margin: 0 0 20px;
	color: #194F99;
}
.services_box03 .services_center img	{
	margin-bottom: 30px;
}
.services_box03 .services_center p	{
	margin: 6px 0;
}
.services_box03 .services_center p.subtit	{
	font-size: 18px;
	font-weight: bold;
}
.services_box03 .services_center ul	{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	margin: 10px 0;
}
.services_box03 .services_center li	{
	border: 1px solid #0075C2;
	background:#DFF2FF;
	padding: 5px 20px;
	margin:0 10px 10px 0;
	/*border-radius: 5px;
	color: #FFFFFF;*/
}
@media screen and (min-width: 899px) and (max-width: 1180px) {
.services_box03 .services_center	{
	width:100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 898px)  {
.services_box03 .services_center	{
	width:100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px)  {
.services_box03 .services_center h3 {
	font-size:20px;
	margin: 0 0 15px;
}
.services_box03 .services_center img	{
	margin-bottom: 15px;
}
.services_box03 .services_center p	{
	margin: 4px 0;
	font-size: 14px;
}
.services_box03 .services_center p.subtit	{
	font-size: 16px;
}
.services_box03 .services_center ul	{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	margin: 10px 0;
}
.services_box03 .services_center li	{
	font-size: 14px;
}
}
@media screen and (max-width: 640px)  {
.services_box03 .services_center h3 {
	font-size:18px;
	margin: 0 0 15px;
}
.services_box03 .services_center img	{
	margin-bottom: 10px;
}
.services_box03 .services_center p.subtit	{
	font-size: 16px;
}
}
@media screen and (max-width: 480px)  {
.services_box03 .services_center li	{
	width: 100%;
}
}


/* -------------------------------------------------

services_box02

------------------------------------------------- */
.services_box02	{
 width: 100%;
	margin: 0 auto 0px;
	display: flex;
	flex-flow: row wrap;
	/*justify-content:center;*/
 position: relative;
}
.services_box02 > div	{
	width: calc(33.3333% - 30px);
 margin:0 45px 0px 0;
	box-sizing: border-box;
}
.services_box02 > div:nth-child(3n) {
 margin:0;
}
.services_box02 > div img {
/*box-shadow: 6px 6px 8px -3px #ccc;*/
margin:0 0 15px;
}
.services_box02 > div .title	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size:20px;
 margin:0 0 10px;
	/*color: #367F55;*/
	line-height: normal;
}
@media screen and (max-width: 898px)  {
.services_box02	{
	margin: 0 auto 30px;
}
}
@media screen and (max-width: 768px)  {
.services_box02 > div .title	{
	font-size:18px;
 margin:0 0 10px;
}
.services_box02 > div	{
	width: calc(50% - 20px);
 margin:0 35px 10px 0;
}
.services_box02 > div:nth-child(2n) {
 margin:0 0 10px 0;
}
.services_box02 > div p{
	font-size:14px;
}
}
@media screen and (max-width: 480px)  {
.services_box02 > div	{
	width: 100%;
 margin:0 0 10px 0;
}
.services_box02 > div:nth-child(2n),.taxi_box > div:nth-child(3n) {
 margin:0 0 10px 0;
}
.services_box02 > div .title	{
	font-size:16px;
 margin:0 0 10px;
}
.services_box02 > div p{
	font-size:14px;
}
}
@media screen and (max-width: 414px)  {
.service_inner02 {
 width: 92%;
}
}

/* -------------------------------------------------

services_box

------------------------------------------------- */
.services_box__waku	{
	border: 5px solid #B3B3B3;
	border-radius: 10px;
	padding: 50px;
	background: #FFFFFF;
	margin: 0 0 50px;
}
.services_box__waku:last-child	{
	margin: 0;
}
.services_box__waku h4	{
 font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight:500;
	font-size:24px;
	position:relative;
	margin: 0 0 20px;
	color: #194F99;
}
.services_box__waku h4 a	{
	color: #194F99;
	text-decoration: none;
}
.services_box__waku h4 a:hover	{
	color:#2269BD;
	text-decoration:underline;
}
.services_box	{
	width: 100%;
 margin:0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.services_box p	{
	margin: 6px 0;
}
.services_box p a	{
	color:#243985;
	font-weight:bold;
	text-decoration: underline;
}
.services_box p a:hover	{
	text-decoration:none;
}
.services_box .services_left	{
	width: 50%;
 margin:0 70px 0 0;
}
.services_box .services_right	{
	width: 50%;
	line-height: 1.8;
	font-size: 16px;
}

@media screen and (max-width: 898px)  {
.services_box	{
 align-items: stretch;
}
.services_box .services_left	{
 margin:0 40px 0 0;
}
.services_box .services_right	{
	line-height: 1.8;
	font-size: 16px;
}
}
@media screen and (max-width: 768px)  {
.services_box__waku	{
	border: 3px solid #B3B3B3;
	padding: 30px;
	margin: 0 0 30px;
}
.services_box__waku h4	{
	font-size:22px;
	margin: 0 0 20px;
}
.services_box .services_left	{
 margin:0 30px 0 0;
}
}
@media screen and (max-width: 640px)  {
.services_box__waku	{
	border: 3px solid #B3B3B3;
	padding: 20px;
	margin: 0 0 30px;
}
.services_box__waku h4	{
	font-size:20px;
	margin: 0 0 10px;
}
.services_box	{
	flex-flow: row wrap;
}
.services_box .services_left	{
	width: 100%;
 margin:0 auto 10px;
}
.services_box .services_right	{
	width: 100%;
	margin:0 auto 15px;
	font-size: 14px;
}
}
@media screen and (max-width: 480px)  {
.services_box__waku h4	{
	font-size:18px;
}
.services_box .services_left	{
 margin:0 auto;
}
}


/* -------------------------------------------------

button

------------------------------------------------- */
.button a {
	width: 300px;
	margin: 30px 0 0;
	padding: 12px 24px;
	border-radius: 5px;
	display: block;
	background-color:#0075c2;
	border:1px solid #0075c2;
	font-size: 16px;
	line-height:normal;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 400;
	transition: .3s;
}
.button a:hover {
	background-color:#fff;
	border:1px solid #0075c2;
	color:#0075c2;
	text-decoration:none;
}
.button__txt	{
	line-height:normal;
	text-align: left;
	position: relative;
	display:inline-block;	
	width: 100%;
}
.button__txt::after	{
	display: block;
	content: "";
	position: absolute;
	top: 27%;
	right: 0px;
	width: 25px;
 height: 8px;
 border-bottom: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: skew(45deg);
}
.button a:hover .button__txt::after	{
 border-bottom: 1px solid #0075c2;
 border-right: 1px solid #0075c2;
}
@media screen and (max-width: 898px)  {
.button a {
	width: 100%;
	/*margin-right: 15px;
	margin-bottom: 15px;*/
}
}
@media screen and (max-width: 768px)  {
/*.button a {
	width: 270px;
	padding: 15px 5px 15px 15px;
	font-size: 16px;
}
.button__txt::after	{
	top: 27%;
	right: 15px;
	width: 30px;
 height: 10px;
}*/
}
@media screen and (max-width: 650px)  {
.button a {
	width: 100%;
	font-size: 14px;
	margin: 20px 0;
}
}