@charset "utf-8";

/*----　タイトル　----*/
.top_blue{
	margin-top: -7px;
}
.top_blue p{
	text-align: center;
	font-family: "font_B";
	font-size: 40px;
	color: #fff;
	padding: 20px 0 10px 0;
}
.BG_check{
	width: 100%;
	background-color : #ffffff;
	background-image:
		repeating-linear-gradient( 90deg,rgba(255,137,137,0.2) 0px 1px,	transparent 1px 6px),
		repeating-linear-gradient( 0deg,rgba(255,137,137,0.2) 0px 1px,	transparent 1px 6px);
}
.catch_copy,.catch_copy2{
	display: none;
}
/*----　紹介　----*/
.service_title .BG_white{
	width: 100%;
	min-width: 400px;
	max-width: 400px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.service_title .title{
	text-align: center;
	border-bottom: 2px solid #ff8989;
	font-size: 25px;
	padding-bottom: 10px;
	color: #ff8989;
	margin: 20px 20px 0 20px;
	font-family: "font_B";
}
.service_title .BG_white2{
	margin: auto 20px;
	margin-bottom: 40px;
}
.service_title .img{
	width: 100%;
	height: 250px;
	margin: 10px 0;
}
.service_title .img1{
	background-image: url("../images/pixta_93180462.jpg");
}
.service_title .img2{
	background-image: url("../images/103546287.jpg");
}
.service_title .img3{
	background-image: url("../images/83339901.jpg");
}
.service_title .p{
	height: 250px;
	padding: 0 20px;
}
#index_top_text h3{
	line-height: 45px;
	padding-bottom: 15px;
}
#index_top_text h3 span{
	font-size: 30px;
}
#index_top_text p{
	font-size: 22px;
	line-height: 32px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.service_title .BG_white{
	max-width: 650px;
}
	.service_title .img{
	width: 100%;
	height: 400px;
	margin: 10px 0;
}
	.service_title .BG_white,.service_title .BG_white2{
	margin: 0 20px 100px 20px;
}
}
/*----　ボタン　----*/
.background_btn01 {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #ff8989;/* 背景色 */
  border: 2px solid #ff8989;
  padding: 1em 2em;
  color: #fff; /* 文字色 */
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}
.background_btn01:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff; /* 矢印の色 */
  border-right: 2px solid #fff; /* 矢印の色 */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
/* マウスオーバーした際のデザイン */
.background_btn01:hover {
  background: #fff; /* 背景色 */
  color: #ff8989; /* 文字色 */
}
.background_btn01:hover:before {
  border-top: 2px solid #ff8989; /* 矢印の色 */
  border-right: 2px solid #ff8989; /* 矢印の色 */
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	#index_top_text p{
	font-size: 27px;
	line-height: 40px;
}
	.background_btn01 {
		font-size: 20px;
	}
}
/*----　ケアマネジャー　----*/
.service_naiyou .title{
}
.service_naiyou .title p{
	font-size: 30px;
	font-family: "font_B";
	border: #ff8989 2px solid; 
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
	background-color: #ff8989;
	color: #fff;
}
.service_naiyou .nakami{
	border: #ff8989 2px solid;
	padding: 30px;
	border-radius: 0 10px 10px;
}
.service_naiyou #index_top_img{
	background-image: url("../images/108429416.jpg");
	width: 600px;
	height: 600px;
	border-radius: 30px;
	margin-right: -100px;
	position: relative;
	background-position: center;
}
.service_naiyou #index_top_text{
	background-color: #fff8e6;
	width: 700px;
	height: 550px;
	border-radius: 30px;
	margin-top: 100px;
	padding: 20px 30px 30px 140px;
}
.service_naiyou .BG_white{
	width: 100%;
	border-radius: 5px;	
}
.service_naiyou .title1{
	text-align: center;
	border-top: 2px solid #ff8989;
	border-bottom: 2px solid #ff8989;
	font-size: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #ff8989;
	font-family: "font_B";
}
.service_naiyou .BG_white2{
	margin: 0 20px;
}
.service_naiyou .img{
	width: 100%;
	height: 250px;
	margin: 10px 0;
}
.service_naiyou .p1{
	height: 160px;
	padding: 0 20px;
}
.service_text .left,.service_text .right{
	width: 48%;
}
.service_text p{
	font-size: 15px;
	line-height: 30px;
}
.service_text p span{
	color: #ff8989;
	text-decoration: underline;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.service_naiyou #index_top_img{
	margin-right: auto;
		margin-left: auto;
}	
	.service_naiyou #index_top_text{
	width: 98%;
	height: inherit;
	padding: 50px;
	margin-top: 30px;
}
	.service_naiyou .img{
	height: 400px;
}
	.service_text .left,.service_text .right{
	width: 100%;
}	
	.service_text p{
	font-size: 26px;
	line-height: 45px;
}
}
/*----　訪問介護　----*/
.service_naiyou #index_top_img2{
	background-image: url("../images/81765686.jpg");
	width: 600px;
	height: 600px;
	border-radius: 30px;
	margin-right: -100px;
	position: relative;
	background-position:40% center;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.service_naiyou #index_top_img2{
	margin-right: auto;
	margin-left: auto;
}	
}
/*----　医療連携　----*/
.service_naiyou #index_top_img3{
	background-image: url("../images/91063154.jpg");
	width: 600px;
	height: 600px;
	border-radius: 30px;
	margin-right: -100px;
	position: relative;
	background-position: center;
}
.service_naiyou .img4{
	background-color: azure;
}
.service_naiyou .img5{
	background-color: azure;
}
.service_naiyou .img6{
	background-color: azure;
}
#iryou_kikan .BG_white .title1{
	border-right: 2px solid #ff8989;
	border-left: 2px solid #ff8989;
	margin-bottom: 30px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.service_naiyou #index_top_img3{
	margin-right: auto;
	margin-left: auto;
}	
}
/*----　ながれ　----*/
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
	max-width: 1000px;
	width: 90%;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  	margin-left: 15px;
	font-family: "font_M";
	font-size: 18px;
	text-align: justify;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #F88400;
  border-radius: 10px;
  position: relative;
	background-color: #fff;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #F88400;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-family: "font_B";
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
	white-space: nowrap;
	line-height: 28px;

}

.flow01 > li dl dt .icon01 {
	font-size: 0.8em;
	font-family: "font_M";
	color: #fff;
	background: #F88400;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
	min-width: 155px;
}	
/*------レスポンシブ-------*/
@media screen and (max-width: 1100px){
  /*--ここにスマホに適したCSSを記述します*/
	.flow_design01 dd {
  	font-size: 20px;
}	
	.background_btn02 {
		font-size: 20px;
	}
}































