@charset "utf-8";
/* ヘッダー */
.top-img_container { min-width: 1200px; width: 100%; height: 400px; background: url("../img/top_img.jpg") no-repeat top center;}
.shiro_back { width: 100%; background-color: #fff; position: sticky; top: 0; z-index: 1; }
.top-menu_container { width: 1200px; height: 70px; padding: 0 20px; margin: 20px auto; display: flex; align-items: center; }
.logo {}
.label-kanja { width: 180px; height: 30px; line-height: 30px; font-size: 14px; text-align: center; color: #fff; background: #022fa0; border-radius: 15px; margin: 0 0 0 15px;}
.main_menu { margin: 0 0 0 auto;}
.main_menu ul { display: flex; gap: 30px; text-align: center;}
.main_menu li a { position: relative; display: inline-block; margin-bottom: 1em; text-decoration: none; color: #333; font-weight: bold;}
.main_menu li a:before { content: ''; position: absolute; left: 50%; bottom: 24px;/*線の上下位置*/ display: inline-block; width: 20px;/*線の長さ*/ height: 1px;/*線の太さ*/ -webkit-transform: translateX(-50%); transform: translateX(-50%);/*位置調整*/ background-color: #001A8C;/*線の色*/ transition: width 0.3s }
.main_menu li a:hover:before { width: 100%;}
.main_menu li span { display: inline-block; font-size: 12px; font-family: 'Oswald', sans-serif; font-weight: 400; color: #022fa0; margin: 12px 0 0 0;}
/* 順番 */
.top-img_container { order: 2;}
.top-menu_container { order: 1; }
.main_contents { order: 3; }
footer { order: 4; }

/* Mission */
.mission_logo { max-width: 435px; width: 100%; margin: 0 auto;}
.mission_logo img { width: 100%; height: auto;}

/* 我々のミッション */
.mission_area { max-width: 1000px; width: 100%; min-height: 200px; margin: 60px 0; padding-bottom: 100px; background: url("../img/mission_img01.png") no-repeat top right; background-size: 510px 161px ; overflow: hidden; }
.mission_box { max-width: 1000px; width: 100%; margin: 0 auto;}
.mission_img_m { display: none;}
.mission_contens { width: 450px; margin: 0 0 0 0; padding: 0 0 0 40px; }
.mission_contens li:nth-child(1) { width: 100%; height: 22px; background: url("../img/line_mission.png") no-repeat left center;}
.mission_contens li:nth-child(2) { font-size: 28px; line-height: 1.2em; margin: 15px 0; font-weight: 600;}
.mission_contens li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
/* 我々のバリュー */
.mission_area2 { max-width: 1000px; width: 100%; min-height: 200px; margin: 30px 0; padding-bottom: 100px; background: url("../img/mission_img02.png") no-repeat top left; background-size: 510px 161px ; overflow: hidden; }
.mission_img_m { display: none;}
.mission_contens2 { width: 450px; margin: 0 0 0 auto; padding: 0 40px 0 0; }
.mission_contens2 li:nth-child(1) { width: 100%; height: 22px; background: url("../img/line_value.png") no-repeat left center;}
.mission_contens2 li:nth-child(2) { font-size: 28px; line-height: 1.2em; margin: 15px 0; font-weight: 600;}
.mission_contens2 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
/* 我々のビジョン */
.mission_area3 { max-width: 1000px; width: 100%; min-height: 200px; margin: 30px 0; padding-bottom: 100px; background: url("../img/mission_img03.png") no-repeat top right; background-size: 510px 161px ; overflow: hidden; }
.mission_img_m { display: none;}
.mission_contens3 { width: 450px; margin: 0 0 0 0; padding: 0 0 0 40px; }
.mission_contens3 li:nth-child(1) { width: 100%; height: 22px; background: url("../img/line_vision.png") no-repeat left center;}
.mission_contens3 li:nth-child(2) { font-size: 28px; line-height: 1.2em; margin: 15px 0; font-weight: 600;}
.mission_contens3 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
/* 我々のストラジー */
.mission_area4 { max-width: 1000px; width: 100%; min-height: 200px; margin: 30px 0; padding-bottom: 100px; background: url("../img/mission_img04.png") no-repeat top left; background-size: 510px 161px ; overflow: hidden; }
.mission_img_m { display: none;}
.mission_contens4 { width: 450px; margin: 0 0 0 auto; padding: 0 40px 0 0; }
.mission_contens4 li:nth-child(1) { width: 100%; height: 22px; background: url("../img/line_strategy.png") no-repeat left center;}
.mission_contens4 li:nth-child(2) { font-size: 28px; line-height: 1.2em; margin: 15px 0; font-weight: 600;}
.mission_contens4 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }

/* テーマ */
.theme_container { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1100px; width: 100%; margin: 0 auto;}
.theme_text_area { max-width: 540px; width: 100%;}
.theme_text { padding: 28px 25px; background-color: #fff; }
.theme_text p { line-height: 1.6em; }
.theme_list{ margin-top: 20px;}
.theme_list li { font-size: 14px; border-bottom: solid 1px #a5a5a5; padding: 10px 0 10px 1.5em ; text-indent: -1em}
.theme_list li:first-child { border-top: solid 1px #a5a5a5;}
.theme_list span { color: #76B7E2;}
.theme_photo { max-width: 510px; width: 100%; margin-top: 35px;}
.theme_photo img { width: 100%; height: auto;}

/* 取り扱う疾患と治療 */
.jouhou_kouku_area { display: flex; justify-content: space-between;}
.jouhou_kouku_box { max-width: 460px; width: 100%;}
.jouhou_kouku_title { height: 50px; color: #76b7e2; border-left: solid 2px #001a8c; padding-left: 20px; font-size: 20px; /*font-weight: bold;*/}
.jouhou_kouku_title span { font-size: 16px; }
.jouhou_kouku_photo { width: 100%; margin: 27px 0 15px 0; }
.jouhou_kouku_photo img { width: 100%; height: auto;}
.jouhou_kouku_text { height: 120px; font-size: 14px; line-height: 1.8em; }
.jouhou_kouku_pdf a { display: block; max-width: 270px; width: 100%; height: 44px; background-image: url("../img/pdf.png"); background-repeat: no-repeat; background-position: right 15px center; border: solid 1px #001a8c; color: #001a8c; text-decoration: none; text-align: center; padding: 10px 0 0 0; font-size: 14px; font-weight: 600; margin: 10px auto 0 auto;}
.jouhou_kouku_pdf a:hover { background-color: #eee;}

.sikkan_chiryou_title { max-width: 960px; width: 100%; height: 36px; font-weight: bold; color: #fff; background-color: #76b7e2; padding-top: 8px; text-align: center; margin: 60px 0 0 0;}
.sikkan_chiryou_list { display: flex; flex-wrap: wrap; border-bottom: solid 1px #76b7e2; border-left: solid 1px #76b7e2; border-right: solid 1px #76b7e2;  padding: 30px 28px;}
.sikkan_chiryou_list  li { width: 210px; border-bottom: solid 1px #a5a5a5; padding: 10px 0 10px 25px; margin: 0 14px 0 0; background-image: url("../img/icon.png"); background-repeat: no-repeat; background-position: left center;}
.sikkan_chiryou_list  li:nth-child(-n+4) { border-top: solid 1px #a5a5a5; }
.sikkan_chiryou_list  li:nth-child(4) { margin: 0; }

/* 高度先進・特殊治療 */
.koudo_container { max-width: 1000px; width: 100%; margin: 0 auto;}
.koudo_title { max-width: 1000px; width: 100%; height: 36px; font-weight: bold; color: #fff; background-color: #3046A2; padding-top: 8px; text-align: center; margin: 0 0 30px 0;}
.tokusyoku_area { display: flex; flex-wrap: wrap; width: 100%; justify-content: flex-start; margin: 0 0 0 0;}
/*特色枠*/
.tokusyoku_box { display: grid; flex-direction: column; width: 314px; border: solid 1px #001a8c; background-color: #fff; margin: 0 29px 29px 0; padding: 25px 20px 22px 20px;}
.tokusyoku_box:nth-child(3) { margin: 0 0 29px 0;}
.toku_ti { width: 100%; font-size: 27px; line-height: 1.2em; color: #001a8c; text-align: center; position: relative; display: inline-block; margin-bottom: 1em; font-weight: 500;}
.toku_ti::before {content: ''; position: absolute; left: 50%; bottom: -10px; display: inline-block; width: 80px; height: 2px; -webkit-transform: translateX(-50%); transform: translateX(-50%);/*位置調整*/ background-color: #001a8c;/*線の色*/ }
.toku_icon { display: flex; align-items: center; justify-content: center; height: 160px; text-align: center; }
.toku_btn { width: 100%; height: 44px; border: solid 1px #001A8C; font-size: 14px; color: #001A8C; text-align: center; line-height: 44px; background-image: url("../img/pdf.png"); background-repeat: no-repeat; background-position: center right 10px;}
.tokusyoku_box:nth-child(1) .toku_ti { margin-top: 25px!important;}

/* 治療実績 */
.jisseki_area { display: flex; justify-content: space-between;}
.jisseki_box { max-width: 460px; width: 100%; }
.jisseki_ti { font-size: 20px; color: #76B7E2; border-left: solid 2px #001A8C; padding: 0 0 0 18px; line-height: 30px; }
.jisseki_list { display: flex; flex-wrap: wrap; font-size: 14px; margin-top: 30px; }
.jisseki_list dt { width: 360px; height: 40px; padding: 9px 0 0 40px; border-bottom: solid 1px #a5a5a5; border-right: solid 1px #a5a5a5; }
.jisseki_list dd { width: 100px; text-align: center; padding: 9px 0 0 0; border-bottom: solid 1px #a5a5a5;}
.jisseki_list dt:first-child { background-color: #f2f6fa; text-align: center; padding-left: 0; border-top: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold;}
.jisseki_list dd:nth-child(2) { background-color: #f2f6fa; border-top: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold;}
.jisseki_list dt:nth-last-child(2) { background-color: #f2f6fa; text-align: center; padding-left: 0; border-bottom: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold;}
.jisseki_list dd:last-child { background-color: #f2f6fa; border-bottom: solid 2px #a5a5a5; font-size: 1.1em; font-weight: bold;}
.jisseki_txt { font-size: 14px; margin-top: 30px;}

/* メッセージ */
.mess_ono_area { display: flex; align-items: center; width: 100%; }
.mess_ono_area dt { max-width: 445px;}
.mess_ono_area dt img { width: 100%; height: auto;}
.mess_ono_area dd { font-size: 29px; font-weight: bold; margin-left: 30px;}
.mess_ono_area dd span { font-size: 16px; font-weight: normal; margin-left: 10px; color: #76b7e2;}
.mess_text { max-width: 920px; width: 100%; font-size: 14px; line-height: 2em; margin: 25px auto 0;}

.mess_kadoya_area { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.mess_kadoya_area dd { max-width: 445px;}
.mess_kadoya_area dd img { width: 100%; height: auto;}
.mess_kadoya_area dt { font-size: 29px; font-weight: bold; margin-left: 45px;}
.mess_kadoya_area dt span { font-size: 16px; font-weight: normal; margin-left: 10px; color: #76b7e2;}
.mess_text { max-width: 920px; width: 100%; font-size: 14px; line-height: 2em; margin: 25px auto 0;}



/* スタッフ */
.staff_area { display: flex; justify-content: space-between; }
.staff_area dl { color: #5E5E5E; }
.staff_area dt { font-size: 20px; padding-left: 30px; }
.staff_area dt a { color: #001A8C; }
.staff_area dt span { font-size: 14px;}
.staff_area dt small { font-size: 13px;}
.staff_area dd { font-size: 12px; margin-bottom: 10px; padding-left: 30px; line-height: 1.4em;}
.staff_area .dd_end {margin-bottom: 40px;}
.staff_title { font-size: 16px!important; color: #76B7E2; border-left: solid 2px #001A8C; font-weight: 600;}
.staff_title_e { color: #76B7E2; border-left: solid 2px #001A8C;  font-weight: 600;}
.sub_title2::before { display: none;}
.sub_title_staff2 { margin: 0px auto 35px auto; text-align: center; font-size: 18px; color: #fff; padding: 0.5em 2em; background-color: #3046A2; border-radius: 30px;}
.sub_title_staff2 small { font-size: 14px;}
.sub_title_area_staff2 { padding: 0 20%;}


@media screen and (max-width: 520px) {
	/* ヘッダー */
	.top-img_container { min-width: 0; width: 100%; height: 350px; background: url("../img/top_img_m.jpg") no-repeat top left;}
	.top-menu_container {width: 100%; height: 50px; padding: 0; margin: 0; aspect-ratio: 32 / 5; }
	.logo { width: auto; height: 50px; padding: 0;}
	.logo img { width: auto; height: 50px; padding: 8px 6px 8px 6px; }
	.label-kanja { width: fit-content; height: fit-content; line-height: 20px; font-size: 8px; margin: 0; padding: 0 8px;}
	
	/* ミッション */
	.mission_logo { padding: 0 40px;}
	.mission_contens li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
	.mission_contens2 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
	.mission_contens3 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
	.mission_contens4 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
	.mission_contens5 li:nth-child(3) { font-size: 16px; line-height: 1.6em; }
	/* 我々のミッション */
	.mission_area { min-height: auto; margin: 50px 0 0 0; padding: 0; background: none; order: 2;}
	.mission_box { max-width: 1000px; width: 100%; margin: 0 auto;}
	.mission_img_m { display: block; width: 100%; aspect-ratio: 200/63;}
	.mission_img_m img {width: 100%; height: auto;}
	.mission_contens { width: 100%; margin: 20px 0 0 0; padding: 0 0%; order: 1;}
	.mission_contens li:nth-child(2) { font-size: 22px; margin: 10px 0;}
	/* 我々バリュー */
	.mission_area2 { min-height: auto; margin: 70px 0 0 0; padding: 0; background: none; order: 2;}
	.mission_contens2 { width: 100%; margin: 20px 0 0 0; padding: 0 0%; order: 1;}
	.mission_contens2 li:nth-child(2) { font-size: 22px; margin: 10px 0;}
	/* 我々のビジョン*/
	.mission_area3 { min-height: auto; margin: 70px 0 0 0; padding: 0; background: none; order: 2;}
	.mission_contens3 { width: 100%; margin: 20px 0 0 0; padding: 0 0%; order: 1;}
	.mission_contens3 li:nth-child(2) { font-size: 22px; margin: 10px 0;}
	/* 我々のストラテジー */
	.mission_area4 { min-height: auto; margin: 70px 0 0 0; padding: 0; background: none; order: 2;}
	.mission_contens4 { width: 100%; margin: 20px 0 0 0; padding: 0 0%; order: 1;}
	.mission_contens4 li:nth-child(2) { font-size: 22px; margin: 10px 0;}
	
	/* テーマ */
	.theme_text { padding: 28px 20px; background-color: #fff; margin: 0 20px; }
	.theme_photo { margin: 0 20px; padding-right: 20px; background-color: #fff; padding: 0 20px 40px; }
	.theme_list li { font-size: 16px; line-height: 1.4em;}
	
	/* 取り扱う疾患と治療 */
	.jouhou_kouku_area { justify-content: center; flex-wrap: wrap;}
	.jouhou_kouku_box { width: 100%; }
	.jouhou_kouku_box:first-child { margin-bottom: 30px;}
	.jouhou_kouku_title { font-size: 24px; height: auto; padding-left: 15px; line-height: 1.2em;}
	.jouhou_kouku_title span { font-size: 14px; line-height: 1em!important; }
	.jouhou_kouku_photo {  margin: 15px 0 15px 0; }
	.jouhou_kouku_photo img { width: 100%; height: auto;}
	.jouhou_kouku_text { height: auto; font-size: 16px;}
	.jouhou_kouku_pdf a { display: block; margin: 20px auto 0 auto;}
	
	.sikkan_chiryou_list  li { max-width: 800px; width: 100%;  padding: 10px 0 10px 25px; margin: 0 0 0 0;  }
	.sikkan_chiryou_list  li:nth-child(-n+4) { border-top: none}
	.sikkan_chiryou_list  li:nth-child(1) { border-top: solid 1px #a5a5a5;}
	.sikkan_chiryou_list  li:nth-child(4) { margin: 0; }
	
	/* 高度先進・特殊治療 */
	.koudo_container { }
	.koudo_title { }
	.tokusyoku_area { align-items: center; flex-direction: column; gap: 5%; padding: 0 5%;}
	/*特色枠*//*特色枠*/
	.tokusyoku_box { width: 100%; margin: 0 0 25px 0; padding: 25px 20px 22px 20px;}
	.tokusyoku_box:nth-child(3) { margin: 0 0 25px 0;}
	.toku_ti { width: 100%; font-size: 24px; line-height: 1.1em; color: #001A8C; text-align: center; }
	.toku_icon { display: flex; align-items: center; justify-content: center; height: 140px; text-align: center; }
	.toku_come { font-size: 14px; line-height: 21px; height: 210px;}
	.toku_btn { width: 100%; border: solid 1px #001A8C; font-size: 14px; color: #001A8C; text-align: center; line-height: 44px; background-image: url("../img/pdf.png"); background-repeat: no-repeat; background-position: center right 10px;}
	
		/* 治療実績 */
	.jisseki_area { display: flex; flex-wrap: wrap; justify-content: center;}
	.jisseki_box { max-width: 460px; width: 100%; }
	.jisseki_box:last-child { margin-top: 35px;}
	.jisseki_list dt { width: 70%; height: auto; padding: 10px 0 10px 10px;}
	.jisseki_list dd { width: 30%; display: flex; align-items: center; justify-content: center; padding: 0;}
	.jisseki_txt { max-width: 460px; width: 100%; font-size: 12px; margin: 20px auto 0; }
	

	/* メッセージ */
	.mess_ono_area { display: flex; align-items: center; flex-wrap: wrap; width: 100%; }
	.mess_ono_area dt { max-width: 800px; order: 2; margin: 0 auto;}
	.mess_ono_area dd { font-size: 20px; margin-left: 0; margin-bottom: 10px; order: 1;}
	.mess_ono_area dd span { font-size: 14px; font-weight: normal; margin-left: 10px; color: #76b7e2;}
	.mess_text { max-width: 920px; width: 100%; font-size: 16px; line-height: 2em; margin: 25px auto 0;}
	
	.mess_kadoya_area { display: flex; align-items: center; flex-wrap: wrap; width: 100%; }
	.mess_kadoya_area dd { max-width: 800px; margin: 0 auto;}
	.mess_kadoya_area dt { font-size: 20px; margin-left: 0; margin-bottom: 10px;}
	.mess_kadoya_area dt span { font-size: 14px; font-weight: normal; margin-left: 10px; color: #76b7e2;}
	.mess_text { max-width: 920px; width: 100%; font-size: 16px; line-height: 2em; margin: 25px auto 0;}
	
	
	/* スタッフ */
	.staff_area { flex-wrap: wrap; flex-direction: column; }
	.staff_area dt { font-size: 18px; padding-left: 15px; }
	.staff_area dd { padding-left: 15px; margin-bottom: 10px;}

}