@charset "utf-8";
/* CSS Document */

/*
Theme Name: NPO法人 高齢者健康コミュニティのテーマ
Theme URI: 
Description: NPO法人 高齢者健康コミュニティ公式サイト
Author: Functions starman
*/

*{
	margin: 0;
	padding: 0;
}

:root {
	--hightlight-color: #37a2b0;
	--main-color: #396389;
}


html {
	height:100%;
}

body {
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","MS PGothic",sans-serif;
	float: left;
	width: 100dvw;
	height: 100%;
	background: #fcfaf4;
	position: relative;
	max-width: 100dvw;
	overflow-x: hidden;
}

img {
	vertical-align: middle;
	border-style: none;
}

ol {
	float: left;
	margin: 0 0 0 25px;
}

ol li {
	list-style-type: decimal;
}

li {
	list-style-type: none;
}	

a {
	text-decoration: none;
	color: var(--main-color);
}

hr {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.fs {
	font-size: 80%;
}

.tac {
	text-align: center;
}

a:focus {
	outline: none;
}

.none,
.n {
	position: absolute !important;
	top: 0!important;
	left: 0!important;
	height: 0!important;
	width: 0!important;
	overflow: hidden !important;
}


.l {
	float: left;
}

.r {
	float: right
}

.flex {
	width: 100%;
}

.w100 {
	width: 100%;
}

.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

blockquote {
	float: left;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	position: relative;
	font-weight: bold;
}

blockquote:before {
	content: ",";
	font-size: 700%;
	font-family: 'Francois One', sans-serif !important;
	font-weight: normal;
	opacity: .3;
	position: absolute;
	top: -20px;
	left: -10px;
	transform: rotate(180deg);
}

blockquote:after {
    content: ",";
    font-size: 700%;
    font-family: 'Francois One', sans-serif !important;
	font-weight: normal;
    opacity: .3;
    position: absolute;
    bottom: -10px;
    right: 0;
}

#wrapper {
	float: left;
	width: 100%;
	max-width: 1920px;
}

#header {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	box-sizing: border-box;
}

#mainNav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#logoTitle {
	width: 150px;
	height: 150px;
	margin: 20px 0 0 40px;
}

#logoTitle a {
	display: block;
	width: 100%;
	height: 100%;
}

#logoTitle a img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

#navIndex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	float: right;
	width: 50%;
}

#navIndex li {
	display: flex;
	align-items: center;
	justify-content: center;
}

#navIndex li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

#navIndex li a:not(.contact_button a) {
	color: var(--hightlight-color);
}

.contact_button a {
	color: #FFF;
}

#navIndex li span {
	display: block;
	width: 100%;
}

.main_index_title {
	font-size: 1.2rem;
}

.contact_button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--hightlight-color);
	height: 120px;
	width: 120px;
	padding: 20px;
	border-radius: 50%;
}

.contact_button a i {
	font-size: 2rem;
	margin-bottom: 10px;
}

.scroll_down {
	position: absolute;
	left: 2%;
	bottom: 20%;
	transform: rotate(90deg);
	color: var(--main-color01);
	z-index: 00;
	font-size: .8rem;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.scroll_down::after {
	position: absolute;
	content:"";
	height: 1px;
	border-bottom: 1px solid rgba(15,30,60,.5);
	width: 400%;
	bottom: -2px;
	left: 0;
}

.scroll_down::before {
	position: absolute;
	content:"";
	border-bottom: 2px solid rgba(15,30,60,1);
	width: 100%;
	bottom: -2px;
	left: 0;
	/*線の動き1.4秒かけて動く。永遠にループ*/
	animation: lineMove 2s ease-in-out 1.2s infinite;
	opacity: 0;
}

@keyframes lineMove{
	0%{
		left: 0.3;
	}
	30%{
		opacity: .6;
	}

	50%{
		left: 300%;
		opacity: 1;
	}

	100%{
		left: 300%;
	}
}

#topMainFig {
	position: relative;
	display: flex;
	width: 100%;
	height: 800px;
}

#topMainFig img {
	position: absolute;
	top: -140px;
	left: 10%;
	width: 45%;
	height: auto;
}

#topMainFig {
	color: var(--main-color);
}

#topMainFig h2 {
	position: absolute;
	top: 100px;
	right: 10%;
}

#topMainFig h2 span {
	display: block;
}

#topMainSubDescription {
	font-size: 3rem;
}

#topMainMainDescription {
	font-size: 6rem;
}

#topMainMainDescription span:last-child {
	width: 100%;
	text-align: right;
	margin-left: 1em;
}

.post_box {
	position: relative;
	display: flex;
}

.post_list {
	display: flex;
	position: absolute;
	left: 25%;
	top: -300px;
}

.post_list li {
	display: flex;
	width: 400px;
	height: 200px;
	padding: 20px;
	box-sizing: border-box;
	margin-right: 20px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.post_list li a {
	display: flex;
}

.post_list li img {
	width: 160px;
	height: 160px;
}

.post_excerpt {
	display: block;
	width: calc(100% - 160px);
	padding: 0 0 0 20px;
	color: var(--main-color);
	overflow: hidden;
	text-overflow: ellipsis " [..]";
}

.post_index_header {
	display: flex;
	align-items: center;
}

.new_mark {
	font-size: .6rem;
	background: rgb(255, 57, 57);
	color: #FFF;
	border-radius: 4px;
	padding: 0 2px;
	box-sizing: border-box;
	margin-left: 10px;
}

.post_info_title {
	display: block;
	font-weight: bold;
	line-height: 160%;
	padding: 10px 0 0 0;
}

#topIntroductionWrapper {
	display: flex;
	position: relative;
	padding: 70px 0;
}

#topIntroduction {
	font-weight: bold;
	line-height: 200%;
	font-size: 1.6rem;
	margin-left: 22%;
}


#topIntroduction h2 span {
	display: inline-block;
}

.topsection_title_en {
	font-size: 1.4rem;
	color: #FFF;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	line-height: 100%;
	background: var(--main-color);
}

.topsection_title_jp {
	font-size: 2.4rem;
	margin-bottom: 20px;
	color: var(--hightlight-color);
}

#topIntroduction p {
	font-size: 1.4rem;
	font-weight: normal;
	color: var(--main-color);
	line-height: 180%;
}

#topIntroductionWrapper .img_r {
	position: absolute;
	right: 3%;
	top: -10px;
}

#topIntroductionWrapper .img_l {
	position: absolute;
	left: 5%;
	bottom: -250px;
}

#topIntroduction .m1 {
	position: relative;
}

#topIntroduction .m1::before {
	content: "";
	display: block;
	width: 31.5em;
	position: absolute;
	bottom: 2px;
	left: -.2em;
	height: 20px;
	background: rgba(255, 251, 23, 0.863);
	z-index: -1;
}

#topServiceHeader .m2 {
	position: relative;
}

#topServiceHeader .m2::before {
	content: "";
	display: block;
	width: 28.4em;
	position: absolute;
	bottom: 4px;
	left: -.2em;
	height: 20px;
	background: rgba(255, 251, 23, 0.863);
	z-index: -1;
}

#topCommunityCareSystemSection {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 40px 0;
}	


#topCommunityCareSystemSection::before {
	content: "";
	display: block;
	z-index: -20;
	position: absolute;
	background: url(./images/care_system_bg.png) no-repeat;
	background-position: 50%;
	background-size: cover;
	height: 1200px;
	width: 100%;
	top: 150px;
}


#topCommunityCareSystemSectionDescriptionWrapper {
	display: flex;
	flex-wrap: wrap;
	width: 700px;
	margin: 100px 0 0 calc( 50% - (700px / 2 ) );
	background: rgba(255, 255, 255, 1);
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position: relative;
}


#topCommunityCareSystemSectionDescriptionWrapper::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	left: 47%;
	background: #FFF;
	transform: rotate(45deg);
}

#topCommunityCareSystemSectionDescriptionWrapper::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: -30px;
	left: 47%;
	z-index: -1;
	background: rgba(0, 0, 0, 0.35);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	transform: rotate(45deg);
}	

#topCommunityCareSystemSection h1 {
	color: var(--main-color);
	margin-left: 15px;
}


#topCommunityCareSystemSection h1 span {
	font-size: 4rem;
	margin-left: -.2em;
}

.community_care_system_description {
	margin: 10px 0 0 0;
	padding: 0 20px 20px;
	box-sizing: border-box;
	width: 100%;
	font-size: 1.2rem;
	line-height: 180%;
	color: var(--main-color);
}

#topCommunityCareSystemSection figure {
	width: 56%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	padding: 70px 40px 20px 40px;
	box-sizing: border-box;
	border-radius: 10px;
	z-index: -10;
}

#topCommunityCareSystemSection figure img {
	width: 85%;
	height: auto;
}

#communityCareSystemIssueWrapper {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	padding: 20px 0;
	margin: 10px auto;
	border-top: 2px solid var(--main-color);
	border-bottom: 2px solid var(--main-color);
}

#topCommunityCareSystemSection h2 {
	color: var(--main-color);
}


#topCommunityCareSystemSection h2 span {
	display: block;
	margin: 20px auto;
	text-align: center;
	font-size: 1.5rem;
	color: var(--main-color);
}

.community_care_system_issue {
	margin: 10px 0 0 0;
	width: 100%;
	font-size: 1.2rem;
	line-height: 180%;
	text-align: center;
}

.community_care_system_issue_list_wrapper {
	display: flex;
	justify-content: center;
}

.community_care_system_issue_list {
	display: flex;
	width: 90%;
	justify-content: space-around;
	font-weight: bold;
	margin: 30px 0 20px 0;
	font-size: 1.4rem;
}

#declareAgainstIssue {
	margin: 50px 0;
	color: var(--main-color);
}

#topCommunityCareSystemSection h3 span {
	display: block;
	margin: 40px auto;
	font-size: 1.8rem;
	color: var(--hightlight-color);
	position: relative;;
}

#topCommunityCareSystemSection h3::before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border-left: 1px solid var(--hightlight-color);
	border-bottom: 1px solid var(--hightlight-color);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 50px;
	left: calc(50% - (42px / 2) );
}

#topOurService {
	display: flex;
	flex-wrap: wrap;
	padding: 40px 0 80px;
}

#topServiceHeader {
	text-align: center;
}

#topServiceHeader span {
	display: inline-block;
}

#topServiceHeader p {
	font-size: 1.4rem;
	font-weight: normal;
	color: var(--main-color);
	line-height: 180%;
}

.section_title {
	width: 100%;
	margin: 50px 0 60px 0;
	text-align: center;
}

.section_title span {
	background: var(--hightlight-color);
	color: #FFF;
	padding: 10px 40px;
	box-sizing: border-box;
	border-radius: 10px;
}


#topOurService ul {
	width: 80%;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
}

#topOurService ul li {
	width: 30%;
	color: var(--main-color);
}

.service_img_wrapper {
	width: 100%;
	display: flex;
	height: 250px;
}

.service_img_wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 10px;
}

#topOurService ul li h2 {
	padding: 10px 0;
}

#topOurService ul li p {
	font-size: 1.1rem;
	line-height: 180%;
}

.to_future{
	display: block;
	margin: 30px 5% 30px 0;
	float: right;
	font-size: 2rem;
	color: var(--hightlight-color);
	position: relative;
}

.to_future span {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 100%;
}

#topOurService a::before {
	content: "";
	display: block;
	position: relative;
	width: 1px;
	height: 30px;
	border-right: 1px solid var(--hightlight-color);
	transform: rotate(-45deg);
	left: calc(90% + 90px);
	bottom: -3.2em;
}

#topOurService a::after {
	content: "";
	display: block;
	position: relative;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid var(--hightlight-color);
	left: 90%;
	bottom: 0;
}

#footer {
	padding: 20px 0;
	box-sizing: border-box;
	display: flex;
	background: var(--hightlight-color);

}

#footerContainer {
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#footLeftContent {
	width: 40%;
	color: #FFF;
	display: flex;
	align-items: center;
}

#footer h3 {
	display: flex;
	width: 100px;
	height: auto;
}

#footer h3 img {
	width: 100%;
	height: auto;
}


#footerOrganizationInfo {
	width: calc( 100% - 100px);
	color: #FFF;
	margin-left: 30px;
	border-left: 1px solid #FFF;
	padding-left: 30px;
}

#footerOrganizationInfo p {
	width: 100%;
}

#footPresentInfo {
	display: flex;
	justify-content: space-between;
	width: 30%;
	color: #FFF;
	float: right;
}

#footPresentDescription {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}

#footPresentDescription h3,
#footPresentDescription p {
	width: 100%;
}

#footPresentInfo a {
	display: block;
	width: 30%;
	height: auto;
	transform: rotate(10deg);
	margin-top: -70px;
}

#footPresentInfo img {
	width: 100%;
	height: auto;
}

/* page */

#pageHeader {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 40px auto;
	border-radius: 20px;
	height: 100px;
	background: url(./images/page_header_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#pageHeader h1 {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-items: center;
	justify-content: center;
	text-align: center;
}

#pageHeader h1 span {
	display: inline-block;
}

.page main {
	width: 80%;
	margin: 100px auto;
	display: flex;
	flex-wrap: wrap;
}

.page main h2 {
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: var(--main-color);
	font-size: 1.2rem;
}

#contactForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 60px auto;
	border: 1px solid var(--hightlight-color);
	padding: 60px 40px;
	border-radius: 40px;
}

#contactForm form {
	width: 400px;
}

#contactForm form input {
	width: 100%;
	height: 2rem;
	border: 1px solid var(--hightlight-color);
	margin-bottom: 20px;
}

#contactForm form textarea {
	width: 100%;
	border: 1px solid var(--hightlight-color);
}

#contactForm form label {
	color: var(--main-color);
}

#contactForm form input[type=submit] {
	margin-top: 30px;
	background: var(--hightlight-color);
	color: #FFF;
	box-sizing: border-box;
	height: 3em;
}

#contactForm form input[type=submit]:hover {
	background: #2f8591;
}

/* information */

#newsSection {
	display: flex;
	flex-wrap: wrap;
}

#recentInfoUl {
	width: 800px;
	margin: 20px auto 80px; 
	display: flex;
	flex-wrap: wrap;
}

#recentInfoUl li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#recentInfoUl li .postDate {
	background: var(--hightlight-color);
	color: #FFF;
	padding: 5px;
	line-height: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 1rem;
};

#recentInfoUl li .recentInfoTitle {
	color: var(--main-color);
	margin-left: 10px;
}

#recentInfoUl li a .new_mark {
	margin-right: 10px;
}

#recentInfoUl li a h5 {
	font-weight: normal;
	font-size: 1.2rem;
}

/* about */

#aboutPage main h2 {
	font-weight: bold;
}

#aboutContainer {
	width: 1000px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	color: var(--main-color);
}

#aboutContent {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}


#topMessageContainer {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.about_left {
	width: 30%;
}

.about_right {
	width: 70%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 160%;
}

.about_right h3 {
	font-size: 2rem;
	margin-bottom: 20px;
	line-height: 140%;
}


.about_right p {
	margin: 0 0 1em 0;
}

.about_left span {
	font-weight: bold;
}

.about_left p {
	font-size: 2.5rem;
	font-weight: bold;
}

.kubota_profile {
	margin: 20px 0 0 0;
	font-size: .8rem;
}

.kubota_profile li {
	margin: 0 0 5px 0;
}

#aboutTables {
	width: 800px;
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
}

#profNav {
	width: 100%;
	display: flex;
	justify-content: center;
}

.tabNavList {
	width: 60%;
	display: flex;
	justify-content: space-around;
	margin: 0 0 60px 0;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: 20px 0;
}

.tabNavList li {
	display: flex;
	justify-content: center;
	width: calc(100% / 5);
}

.tabNavList li a{
	text-align: center;
	width: 100%;
	padding: 0 10px;
	border-radius: 10px;
}

.currentList {
	background: var(--hightlight-color);
	color: #FFF;
}

.tabLi {
	float: left;
	padding: 10px 20px;
}

.tabLi a {
	color: #FFF;
}

.tabLi a:hover {
	text-decoration: underline;
}

.descriptionDiv {
	float: left;
	width: 100%;
}

.bookDescriptionContents {
	float: left;
	width: 100%;
}

.descriptionDoc {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.introTab {
	display: flex;
	flex-wrap: nowrap;
}

.introTab h1 {
	font-size: 1.2rem;
	color: var(--main-color);
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}

.introTab dt {
	width: 200px;
	background: var(--main-color);
	border-bottom: 1px solid var(--hightlight-color) !important;
	border-radius: 4px;
}

.memorandum_dl dt {
	background: none;
}

.npo_profile dl:last-of-type dd {
}

.tabs {
	display: none;
	font-size: 90%;
}

.introTab h2 {
	float: left;
	width: 100%;
	font-size: 120%;
	margin: 10px 0 0 0;
	text-align: left !important;
}

.npo_profile {
	float: left;

	margin: 20px 0 0 0;
}

.currentTab {
	display: block;
}

.profileContents {
	float: left;
}


.introTab dl,
.introTab table,
.introTab table tbody,
.introTab table tr {
	width: 100%;
}

table {
	width: 100%;
	border-collapse: collapse;
}

.profileSubTitle {
	float: left;
	width: 100%;
}

.npo_profile dl,
.npo_profile table tr,
.npo_profile h3 {
	border-bottom: 1px solid  var(--main-color)!important;;

}

.npo_profile dl {
	display: table;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.npo_profile dt,
.npo_profile th {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
}

.npo_profile dt,
.npo_profile th,
.npo_profile h3 {
	color: #FFF;
	font-weight: normal;
}

.npo_profile h3 {
	float: left;
	font-size: 90% !important;
	padding: 10px !important;
	width: 580px !important;
}


.npo_profile dd,
.npo_profile td {
	display: table-cell;
	width: calc(100% - 140px);
	padding: 10px;
	box-sizing: border-box;
}

.representative_img {
	width: 200px;
	height: auto;
	margin: 20px 0 0 0;
}

.history_date {
	float: left;
	width: 100px;
}

.history_str {
	float: left;
	width: calc(100% - 100px);
}

#officialMemberTable {
	margin: 20px 0 0 0;
	border-left: 1px solid var(--hightlight-color) !important;
}


#officialMemberTable th,
#officialMemberTable td {
	text-align: center;
	min-width: 100px;
	width: 33%;
	border-right: 1px solid var(--hightlight-color) !important;
	border-bottom: 1px solid var(--hightlight-color) !important;
}

#officialMemberTable th {
	background: var(--hightlight-color);
	color: #FFF;
	padding: 10px 0;
}

#memorandum h2,
#gist h2 {
	margin: 20px 0 0 0;
}

#memorandum h3,
#gist h3 {
	margin: 20px 0;
	padding: 0 !important;
	border: none;
	font-size: 1.2rem;
}

.mainTable {
	border-collapse: collapse;
	border-bottom: 1px solid var(--hightlight-color) !important;
	margin: 20px 0 0 0;
}

.mainTable,
.mainTable tbody,
.mainTable tr { 
	float: left;
	width: 100%;
}

.mainTable th {
	float: left;
	background: #3E0D0B;
	color: #FFF;
	width: 200px;
	padding: 10px 0;
	border-right: 1px solid var(--hightlight-color);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.mainTable th:last-child {
	border-right: none;
}

.mainTable td {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	border-top: 1px solid var(--hightlight-color) !important;
	border-left: 1px solid var(--hightlight-color) !important;
	border-right: 1px solid var(--hightlight-color) !important;
}

.edge {
	border-top: 1px solid var(--hightlight-color) !important;
	border-bottom: 1px solid #FFF !important;
}

#gist ul,
#gist li {
	float: left;
	width: 100%;
}

#gist li {
	margin: 10px 0;
}

/* future */
#futureMain {
	height: 750px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;;
}

#futureMain::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(./images/main_bg_min.png) no-repeat;
	background-size: cover;
	background-position: bottom;
	position: absolute;
	left: 25%;
	border-radius: 40px;
	z-index: -1;
}


#futureMain header{
	width: 60%;
	margin: 0 0 0 10%;
}

#futureMain header h1 {
	font-size: 4rem;
	color: var(--main-color);
	position: relative;
	margin: 70px 0 100px 0; 
}

#futureMain header h2 {
	margin-left: 20px;
	color:	var(--hightlight-color);
}

#futureMain ul {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	margin-left: 20px;
	padding: 10px 0 0 0;

}

#futureMain li {
	width: 100%;
	margin: 10px 0;
}

#futureMain li a {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	background: rgba(255,255,255,.9);
	padding: 10px;
}

.to_hello {
	border: 1px solid var(--main-color);
	padding: 10px 30px;
	box-sizing: border-box;
	position: absolute;
	right: 10%;
	bottom: 20%;
}

.to_hello::after {
	content:"";
	display: block;
	height: 1px;
	width: 100px;
	border-bottom: 1px solid var(--main-color);
	position: absolute;
	right: -80px;
	bottom: 50%;
}

#servicePerformance {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.case_study_index {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0 0 10%;
	color: var(--main-color);
}

.case_study_index header {
	display: flex;
	flex-wrap: wrap;
	width: 65%;
	margin-left: 20px;
}

.case_study_index header h2 {
	font-size: 2.2rem;
	width: 80%;
	border-bottom: 1px solid var(--main-color);
}

.case_study_index header p {
	font-size: 1.2rem;
	display: flex;
	width: 100%;
}

.case_list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0 10%;
	width: 90%
}

.case_list>li {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	border-bottom: 1px solid var(--main-color);
}

.case_list li .case_left {
	width: 35%;
}

.case_list li .case_right {
	width: 63%;
}

.case_right ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.case_right ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
}

.case_left h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.case_left img {
	width: 90%;
	height: 200px;
	object-fit: cover;
}

.case_right ul li h4 {
	width: 100%;
	margin: 10px 0;
}

.case_right ul li p{
	margin-bottom: 10px;
}

.case_right ul li p{
	width: 100%;
}

.case_study_index.index_02 .case_list>li {
	padding: 0;
	border: none;
}

.case_study_index.index_03 li {
	margin-bottom: 10px;
}

.case_study_index.index_03 .case_left,
.case_study_index.index_03 .case_right {
	width: 50%;
}

.case_study_index.index_03 .case_right h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.case_study_index.index_03 .case_list>li {
	padding: 0;
	border: none;
}

.refarereference h4 {
	margin-bottom: 10px;
}

.refarereference {
	margin: 20px 0;
	padding: 20px 0 20px 20px;
	box-sizing: border-box;
	background: rgba(57, 99, 137, .1);
}

.refarereference dt:not(:first-child) {
	margin-top: 10px;
}

.refarereference dd {
	margin-top: 10px;
}



.refarereference dd li {
	font-size: .9rem;
}

/* info */
.infoIndex {
	margin-bottom: 20px;
}

.recentInfoTitle {
	width: 100%;
}

.article {
	width: 800px;
	margin: 80px auto;
}

.postTitle {
	display: flex;
	width: 100%;
	align-items: center;
	border-top: 1px solid var(--main-color);
	border-bottom: 1px solid var(--main-color);
	padding: 5px 0;
}

.entriesTime {
	width: 15%;
	height: 50px;
	background: var(--hightlight-color);
	color: #FFF;
	font-size: 1rem;
	display: flex;
	width: 15%;
	align-items: center;
	box-sizing: border-box;
}

.dateStr {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.title_str {
	width: 85%;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: var(--main-color);
}

blockquote {
	width: 100%;
	display: inline-block;
	margin: 1em 0;
}

.article p {

	width: 100%;
	line-height: 180%;
}

.articleBody {
	padding: 40px 0;
}

.articleBody p,
.articleBody img {
	width: 100%;
}



@media screen and (max-width: 1680px) {
	#futureMain header{
		width: 70%;
	}

	#topIntroductionWrapper .img_r {
		width: 30%;
	}

	#topIntroductionWrapper .img_l {
		width: 22%;
		bottom: -200px;
	}

	#topCommunityCareSystemSectionDescriptionWrapper {
		margin-top: 0;
	}

	#topOurService {
		padding: 0 0 80px 0;
	}
}



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

	#header {
		padding: 10px;
	}

	#logoTitle {
		width: 100px;
		height: 100px;
		margin: 20px 0 0 10px;
	}

	#navIndex{
		width: 56%;
	}
	
	#navIndex li:not(:last-child) {
		width: calc(100% / 4);
	}

	#topMainFig {
		position: relative;
		display: flex;
		width: 100%;
		height: 700px;
	}

	#topMainFig img{
		position: absolute;
		top: -140px;
		left: 7%;
		width: 45%;
		height: auto;
	}
}