/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 08:44:24 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .service{
	padding-top:100px;
	padding-bottom:100px;
}
#Home .service pre{
	  font-size: 22px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  color: #183D96;
	line-height:1;
}
#Home .service h1{
	  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
	margin-bottom:10px;
}
#Home .service p{
	  font-size: 18px;
	margin-bottom:30px;
}
#Home .service .btn {
  color: #fff;
}
#Home .service .btn a {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
	background-color:#FCA400;
	font-size:16px;
	border-radius:100px;
	width:220px;
}
#Home .service .btn a:hover {
	background-color:#FCA400;
	opacity: 0.7;
}
#Home .service .btn a:before {
  background: url(https://sakudesign.jp/medicalcare/wp-content/uploads/2025/11/ico_arrow_white.svg);
  content: "";
  width: 9px;
  height: 14px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .contents{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F9F9F9;
}
#Home .contents a{
	text-decoration:none;
}
#Home .contents a:hover {
  opacity: 0.8;
}
#Home .contents .cover{
	min-height:280px;
}
#Home .contents .cover .titleArea{
	background: rgba(24,61,150,0.75);
	padding:20px 0px;
	width: 250px;
}
#Home .contents .cover .titleArea pre{
	 font-size: 16px;
  font-family: "Cinzel", serif;
  font-weight: 500;
	margin-bottom:5px;
  color: #FFF;
	line-height:1;
	text-align:center;
}
#Home .contents .cover .titleArea h2{
	 font-size: 26px;
   font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #FFF;
	text-align:center;
}


@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	#Home .service{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .service pre{
	  font-size: 18px;
	text-align:center;
}
#Home .service h1{
	  font-size: 30px;
	margin-bottom:5px;
	text-align:center;
}
#Home .service p{
	  font-size: 16px;
	margin-bottom:30px;
}
#Home .service .btn {
	justify-content:center;
}
	
	
	#Home .contents{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .contents a{
	text-decoration:none;
}
#Home .contents a:hover {
  opacity: 0.8;
}
#Home .contents .cover{
	min-height:260px;
}
#Home .contents .cover .titleArea{
	background: rgba(24,61,150,0.75);
	padding:15px 0px;
	width: 230px;
}
#Home .contents .cover .titleArea pre{
	 font-size: 14px;
	margin-bottom:5px;
}
#Home .contents .cover .titleArea h2{
	 font-size: 24px;
}


	
}



