@charset "utf-8";
  

/*---------------------------------------
  title
---------------------------------------*/
.top_title{
	background:
	url(../img/top_bg_img.jpg) no-repeat top #fffdeb;
	background-size:100%;
	text-align:center;
	padding: 4rem 10% 4rem 5%;
	position:relative;
}

.top_title h2{
	color:#4ea834;
	font-size: 300%;
	padding-bottom:1rem;
	text-shadow: 0px 1px 6px #fdfcdb;
}
.top_title p{
	font-size: 160%;
	text-align:center;
	padding-bottom: 5rem;
	font-family: 'Kosugi Maru', sans-serif;
}

.top_title .txt{
	width:90%;
	margin-left:10%;
}
@media screen and (max-width: 1700px) {
.top_title .txt{
	width:85%;
	margin-left:15%;
}
.top_title h2{
	font-size: 250%;
}
.top_title p{
	font-size: 150%;
}
}
@media screen and (max-width: 1200px) {
.top_title{
	padding-top: 5rem;
}
.top_title img{
	left:5%;
}
.top_title h2{
	font-size: 200%;
}
.top_title p{
	font-size: 130%;
}
}
@media screen and (max-width: 900px) {
.top_title{
	padding: 3rem 10% 3rem 5%;
	background: url(../img/top_bg_img_sp.jpg) no-repeat top #fffdeb;
	background-size:100%;
}
.top_title img{
	position:relative;
	left:0;
	margin-bottom:10px;
}
.top_title h2{
	font-size: 180%;
	padding-bottom: 0;
}
.top_title p{
	font-size: 120%;
	padding-bottom: 2rem;
}
.top_title .txt{
	width:100%;
	margin-left:0;
}
}

@media screen and (max-width: 600px) {
.top_title{
	padding: 2rem 10%;
}
}



/*---------------------------------------
  news
---------------------------------------*/
#news{
	padding-bottom: 4rem;
}

#news div{
	border-top:1px solid #e4e4e4;
}
#news dl{
	border-bottom:1px solid #e4e4e4;
	overflow:hidden;
	padding:20px;
}
#news dt{
	width:260px;
	float:left;
}
#news dd{
	margin-left:265px;
}
#news dt span{
	border-radius:10px;
	padding:8px 10px;
	color:#fff;
	text-align:center;
	min-width:90px;
	margin-left:10px;
	font-size:85%;
	font-weight:bold;
}
#news dt .info{
	background:#fb8e00;
}

@media screen and (max-width: 900px) {
#news dt{
	width:240px;
}
#news dd{
	margin-left:245px;
}
}
@media screen and (max-width: 600px) {
#news dt{
	float:none;
	width:100%;
}
#news dd{
	margin-left:0;
	padding-top:15px;
}
}
@media screen and (max-width: 480px) {
#news{
	padding-bottom: 1rem;
}
#news dt span{
	border-radius:5px;
	padding:5px 5px;
}
}




.more_btn{
	padding:20px 0;
	text-align:right;
	display:block;
	font-family: 'Kosugi Maru', sans-serif;
}

.more_btn a{
	  padding: 0 5px;
	  font-size: 90%;
	  display:
	  block;
	  position: relative;
	  display: inline-block;
	  text-decoration: none;
}

.more_btn a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.more_btn a:hover::after {
  transform: scale(1, 1);
}


/*---------------------------------------
  greetings
---------------------------------------*/

.greetings{
	position:relative;
}

.greetings h3{
    padding: 1.5rem 0;
    text-align: center;
}
.greetings h3 span{
	display: inline-block;
}
.greetings p{
	text-align:left;
}
.greetings .name{
	text-align:right;
	padding:1rem 0 0;
	
}
.features .waku2 img{
	float:right;
	width:35%;
	margin:0 -5% 1rem 3%;
}

@media screen and (max-width: 900px) {

.greetings h4{
	margin-top: 35px;
	margin-bottom: 1rem;
	padding:1rem 0;
}
.features .waku2 img{
	margin:0 0 1rem 3%;
}
}
@media screen and (max-width: 600px) {

.greetings h4{
	padding: 0;
}
.greetings h4 span{
	padding: 0 10px 0.8rem 10px;
	display: inline-block;
}
}
@media screen and (max-width: 480px) {

.name{
	padding:1rem 0;
	
}
.greetings h3{
    padding: 0 0 1rem 0;
}
.features .waku2 img{
	width:50%;
}
}





/*---------------------------------------
  principle
---------------------------------------*/

.principle{
	border-top: 2px solid #e4e4e4;
	margin-top:2rem;
	padding: 2rem 0 1rem;
}	
.principle h3{
	text-align:	left;
	padding: 1.5rem 0 1rem;
}
.principle li{

}



/*---------------------------------------
  home_nursing
---------------------------------------*/

.home_nursing{
}

.home_nursing .waku3{
	background:#fcf9df;
	overflow: hidden;
	margin-top:2rem;
}
.home_nursing .waku3 div{
	width:44%;
	float:left;
	padding:1rem 3%;
	min-height:310px;
}
.home_nursing .point2,
.home_nursing .point3,
.home_nursing .point5,
.home_nursing .point8,
.home_nursing .point9{
	background:#faf495;
}
.home_nursing .waku3 div dt{
	border-bottom: 3px solid #4ea834;
	padding: 1rem 0;
	font-size:130%;
	font-weight:
	bold;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 1.5rem;
}
.home_nursing .waku3 div dt span{
	color:#fff;
	background: #4ea834;
	border-radius:30px;
	padding: 10px 16px;
	margin-right:15px;
}
.home_nursing .waku3 div dd{
    list-style-type: none;
    position: relative;
    padding-left: 15px;
	font-size:90%;
	padding-bottom:15px;
}
.home_nursing .waku3 div dd:before {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    left: 0;
    top: 0.6em;
    content: "";
    background: #e95283;
}
.home_nursing .waku3 .img_1,
.home_nursing .waku3 .img_2,
.home_nursing .waku3 .img_3{
	background-size: 120%;
	background-repeat:
	no-repeat;
	background-position: center;
}
.home_nursing .waku3 .img_1{
	background-image:
	url(../img/home_nursing_img_1.jpg);
}
.home_nursing .waku3 .img_2{
	background-image:
	url(../img/home_nursing_img_2.jpg);
}
.home_nursing .waku3 .img_3{
	background-image:
	url(../img/home_nursing_img_3.jpg);
}

.home_nursing p{
	text-align:center;
	padding:3rem 5%;
	color: #4ea834;
	font-size:130%;
	clear:both;
	font-weight:bold;
	font-family: 'Kosugi Maru', sans-serif;
}

@media screen and (max-width: 1200px) {
.home_nursing .waku3 div dt{
	font-size: 110%;
}
.home_nursing .waku3 div dt span{
	padding: 6px 12px;
	margin-right:10px;
}
.home_nursing .waku3 .img_1,
.home_nursing .waku3 .img_2,
.home_nursing .waku3 .img_3{
	background-size: 140%;
}
}
@media screen and (max-width: 1000px) {
.home_nursing .waku3 div dt{
	font-size: 120%;
}
.home_nursing .waku3 div{
	width:94%;
	float:none;
	padding:1rem 3%;
	min-height:200px;
}
.home_nursing .point3,
.home_nursing .point8{
	background:#fcf9df;
}
.home_nursing .point2,
.home_nursing .point5,
.home_nursing .point7,
.home_nursing .point9{
	background:#faf495;
}
.home_nursing .waku3 .img_1,
.home_nursing .waku3 .img_2,
.home_nursing .waku3 .img_3{
	background-size: 100%;
}
.home_nursing p{
	font-size:110%;
}
}
@media screen and (max-width: 1000px) {
.home_nursing .waku3 div{
	width:88%;
	padding:0.5rem 6%;
}
.home_nursing .waku3 div dt span{
	padding: 7px 12px;
}
.home_nursing p{
	padding:1rem 5%;
}
}

/*---------------------------------------
  application
---------------------------------------*/

#application{
}
.target .waku4 img{
	float:right;
	width:35%;
	margin:0 -5% 1rem 3%;
}

#price a{
	background:#e95283;
	margin:2rem 10px 0 0;
	color:#fff;
	display:
	inline-block;
	padding:10px 20px;
	min-width: 240px;
	border-radius:10px;
	box-shadow: 3px 3px 3px 3px rgba(225,160,187,1);
	font-family: 'Kosugi Maru', sans-serif;
}
#price a:hover{
	background:#ffa0be;
}
#price a img{
	width:40px;
	margin-right:15px;
}

#application .waku4 div{
    display: flex;
    align-items: stretch;
    margin-top: 2rem;
}
#application .waku4 dl{
	background:#fff;
	width: 48.5%;
	float:left;
}
#application .waku4 dt{
	padding: 3%;
	font-weight:bold;
	text-align: center;
}
#application .waku4 .nursing_care dt{
	background:#fbbf00;
}
#application .waku4 .medical{
	margin-left: 3%;
}
#application .waku4 .medical dt{
	background:#ffa0be;
}
#application .waku4 dd{
	padding:5%;
	text-align:left;
}



@media screen and (max-width: 600px) {
#application .waku4 div{
    display: block;
}
#application .waku4 dl{
	width: 100%;
	float:none;
}
#application .waku4 .medical{
	margin:2rem 0 0 0;
}
.target .waku4 img{
	margin:0 0 1rem 3%;
}
}
@media screen and (max-width: 480px) {
#price a{
	margin:1rem 10px 0 0;
	min-width: 100px;
	width: 80%;
}
#price a img{
	width:25px;
}
#application .waku4 .medical{
	margin:1rem 0 0 0;
}
#application .waku4 div{
    margin-top: 1rem;
}
#price .waku4{
	padding-bottom:2rem;
}
.target .waku4 img{
	width:50%;
}
}

/*---------------------------------------
  staff
---------------------------------------*/

#staff{
}

#staff .inner .top,
#staff .inner .bottom{
    display: flex;
    align-items: stretch;
}
#staff .inner .bottom{
	margin:2.5rem 0;
}
#staff .inner .right{
	margin-left:4%;
}

#staff .inner .left,
#staff .inner .right{
	width:42%;
	float:left;
	background:#fff;
	padding:3%;
}
#staff p{
	margin-top:1rem;
	min-height: 240px;
}
#staff .qualification{
	border:1px solid #fb8e00;
	margin-top:2rem;
}
#staff h4{
	background:#fb8e00;
	color:#fff;
	padding:8px 16px;
	font-weight:bold;
}
#staff .qualification ol{
	padding:1rem 5%;
}

@media screen and (max-width: 600px) {
#staff .inner .bottom{
	margin-top:0;
}
#staff .inner .top,
#staff .inner .bottom{
    display: block;
}
#staff .inner .left,
#staff .inner .right{
	width:90%;
	padding:5%;
	float:none;
	margin-bottom:2rem;
}
#staff .inner .right{
	margin-left:0;
}
#staff p{
	min-height:100px;
	margin-top:0;
}
}
@media screen and (max-width: 480px) {
#staff .inner .left,
#staff .inner .right{
	margin-bottom:1.5rem;
}
#staff .qualification{
	margin-top:1rem;
}
#staff h4{
	padding:5px 15px;
}
}

/*---------------------------------------
  origin
---------------------------------------*/

.origin p,.logo_origin p{
	padding-top:2rem;
}

.logo_origin img{
	float:right;
	width:25%;	
	margin-top:7rem;
}
.logo_origin p{
	float:left;
	width:72%;	
}
@media screen and (max-width: 600px) { 
.logo_origin img{
	float:none;
	width:34%;	
	margin:2rem 33% 0 33%;
}
.logo_origin p{
	float:none;
	width:100%;	
}
}

@media screen and (max-width: 480px) { 
.origin p,.logo_origin p{
	padding-top:1rem;
}
}

/*---------------------------------------
  contact
---------------------------------------*/
#contact .waku5{
	background:#fcf9df;
	padding: 3rem 5%;
	overflow:
	hidden;
}
#contact h3{
	color:#4ea834;

}
#contact p.txt{
	color: #fbf592;
	text-align:
	center;
	padding: 1.5rem 0;
	font-family: 'Kosugi Maru', sans-serif;
	font-size: 110%;
}
#contact a{
	display:block;
	background:#fff;
	width:46%;
	margin:1%;
	float:left;
	padding:1%;
	border-radius:10px;
	box-shadow: 3px 3px 3px 3px rgba(50,140,30,1) ;
}
#contact a:hover{
	background:#fbf592;
}
#contact a img{
	float:left;
	width:70px;
}
#contact a p{
	color:#000;
	margin-left:90px;
	font-size:80%;
	line-height:1.4;
	font-family: 'Kosugi Maru', sans-serif;
}
#contact .mail_btn p{
	padding-top:0.8rem;
}
#contact a p strong{
	font-size:200%;
	display:block;
}

#contact .contact_cont{
	margin-top:2rem;
	border-top: 1px solid #4ea834;
}
#contact .contact_cont dl{
	border-bottom:1px solid #4ea834;
	background:#faf495;
}
#contact .contact_cont dt{
	width:110px;
	float:left;
	font-weight:bold;
	text-align:center;
	padding:15px;
}
#contact .contact_cont dd{
	margin-left:150px;
	padding:15px;
	background: #fcf9df;
}
#contact .btn{
	background:#4ea834;
	overflow: hidden;
	padding: 1rem 5%;
}

@media screen and (max-width: 900px) {
#contact a img{
	width:60px;
}
#contact a p strong{
	font-size:160%;
}
#contact a p{
	margin-left:75px;
}
#contact .tel_btn p{
	padding-top:0.2rem;
}
}

@media screen and (max-width: 700px) {
#contact a{
	width:98%;
	margin:0 0 1rem 0;
	padding:1%;

}
}

@media screen and (max-width: 480px) {
#contact .waku5{
	padding: 1.5rem 5%;
}
#contact .contact_cont{
	margin-top:1rem;
}
#contact .contact_cont dt{
	width:80px;
	padding:15px 10px;
}
#contact .contact_cont dd{
	margin-left:95px;
	padding: 15px 10px 15px 15px;
}
#contact .btn{
	padding: 0 5% 0.5rem;
}
#contact a p strong{
	font-size:180%;
}
#contact a{
	width:96%;
	padding:2%;
}
}

/*---------------------------------------
  overview
---------------------------------------*/

#overview{
}


#overview .inner{
	border-bottom: 2px solid #e4e4e4;
}

#overview dl{
	 border-top: 2px solid #e4e4e4;
	background:#fcf9df;
}
#overview dt{ 
	width:200px;
	float:left;
	padding:15px;
	text-align:center;
}
#overview dd{
	margin-left:230px;
	padding:15px 20px;
	background:#fff;	
}

@media screen and (max-width: 800px) {
#overview dt{ 
	width:130px;
}
#overview dd{
	margin-left:160px;
}
}
@media screen and (max-width: 480px) {
#overview dt{ 
	width:90px;
	padding: 15px 10px;
}
#overview dd{
	margin-left:110px;
	padding: 15px 10px 15px 15px;
}
#overview{
}
}

/*---------------------------------------
  map
---------------------------------------*/
.map{
	margin-top: 5rem;
	overflow:hidden;
	text-align:	center;
}
.map img{
	margin:0 auto 5rem;;
}
.map .txt{
	text-align:left;
	position:relative;
	max-width:800px;
	margin:0 auto;
}
.map .txt h3{
	text-align:
	left;
	padding-bottom:10px;
	color:#ea5d8b;
	font-size: 150%;
}
.map p a{
	color:#4ca835;
}
.map .btn {
	position:absolute;
	top:20px;
	right:0;
}
.map .btn a{
	background:#4ca835;
	display:block;
	padding:15px 3rem;
	color:#fff;
	border-radius:10px;

}

.map a:hover {
      text-decoration: none;
      opacity: 0.7;
}



@media screen and (max-width: 800px) {
.map img{
	margin:0 auto 2rem;;
}
.map .btn{
	position:relative;
	padding-bottom:2rem;
	font-family: 'Kosugi Maru', sans-serif;
}
	
.map .btn a{
	text-align:center;
}
.map .txt h3{
	font-size: 130%;
}
}

@media screen and (max-width: 480px) {
.map{
	margin: 3rem 0 1rem;
}
.map iframe{
	height:400px;
}	
}