<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header {
  min-width: 1220px;
}

#wrapper &gt; div,
#wrapper &gt; article,
#wrapper &gt; section {
  min-width: 1220px;
}

#header .inner_block {
  width: 1080px;
  padding: 0 70px;
}

header .header_info_area #header_category_area {
  width: 50%;
  height: 40px;
  line-height: 40px;
  float: left;
  position: relative;
}

header .header_info_area #header_category_area h1 {
  width: 158px;
  text-align: center;
  background: url(/common/images/header_category_area.png) no-repeat;
  float: left;
  position: relative;
  left: -34px;
}

header .header_info_area #header_category_area h1 span {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  background: url(/common/images/icon_arrow_07.png) no-repeat right center;
  background-size: 11px 6px;
  display: inline-block;
  cursor: pointer;
  padding-right: 25px;
  padding-left: 16px;
}

header .header_info_area #header_category_area #header_category_navi {
  width: 154px;
  display: none;
  position: absolute;
  top: 40px;
  left: -32px;
  z-index: 300;
}

header .header_info_area #header_category_area.active #header_category_navi {
  display: block;
}

header .header_info_area #header_category_area #header_category_navi li {
  background: url(/common/images/bg_header_category_navi.png) repeat;
}

header .header_info_area #header_category_area #header_category_navi li a {
  color: #fff;
  font-size: 93.75%;
  font-size: 0.9375rem;
  text-align: center;
  display: block;
  padding: 9px 0 7px;
}

header .header_info_area #header_category_area #header_category_navi li a:hover {
  text-decoration: none;
  background: #006e3f;
}

header .header_info_area #header_usability_area {
  width: 50%;
  height: 40px;
  background-color: #006e3f;
  float: right;
  margin-right: -180px;
}

#header .header_info_area #change_font_size {
  width: 263px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  margin-right: 30px;
  float: right;
}

#header .header_info_area #change_font_size dt {
  width: 70px;
  height: 24px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid #75ac94;
  margin-right: 10px;
  float: left;
}

#header .header_info_area #change_font_size dd {
  width: 182px;
  float: left;
}

#header .header_info_area #change_font_size dd ul li {
  width: 54px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  float: left;
}

#header .header_info_area #change_font_size dd ul li#large {
  margin-right: 0;
}

#header .header_info_area #change_font_size dd ul li.active {
  color: #006e3f;
  font-weight: bold;
  border-radius: 2px;
  background-color: #fff;
}

#header .header_info_area #change_language {
  width: 110px;
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  float: right;
}

#header .header_info_area #change_language dt {
  width: 34px;
  height: 24px;
  font-weight: bold;
  line-height: 24px;
  border-right: 1px solid #75ac94;
  margin-right: 10px;
  float: left;
}

#header .header_info_area #change_language dd {
  width: 65px;
  float: left;
}

body.en #header .header_info_area #change_language {
  width: 146px;
}

body.en #header .header_info_area #change_language dt {
  width: 70px;
}

body.en #header .header_info_area #change_language dd {
  width: 65px;
}

#header .header_info_area #change_language dd li {
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(/common/images/bg_language.png) no-repeat right center;
  padding-right: 20px;
}

#header .header_info_area #change_language dd li a {
  color: #fff;
  font-size: 12px;
}

#fixed_gnavi_area {
  display: none;
}

body.fixed_gnavi #fixed_gnavi_area {
  width: 100%;
  height: 70px;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  z-index: 550;
  animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
  -moz-animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
  -webkit-animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
}

body.fixed_gnavi.en #fixed_gnavi_area {
  display: none !important;
}

#content_navi .gnavi &gt; li,
#fixed_gnavi_area .gnavi &gt; li {
  position: relative;
}

#content_navi .gnavi &gt; li .snavi,
#fixed_gnavi_area .gnavi &gt; li .snavi {
  width: 100%;
  border-top: 2px solid #006e3f;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  display: none;
  margin: 0 1px;
  position: absolute;
  top: 70px;
  z-index: 200;
}

#content_navi .gnavi &gt; li:hover .snavi,
#fixed_gnavi_area .gnavi &gt; li:hover .snavi {
  background-color: #f8f8f8;
  display: block;
}

#content_navi .gnavi.clinic &gt; li.navi_01 .snavi,
#content_navi .gnavi.clinic &gt; li.navi_02 .snavi,
#content_navi .gnavi.clinic &gt; li.navi_03 .snavi {
  left: -1px;
}

#fixed_gnavi_area .gnavi.clinic &gt; li.navi_01 .snavi,
#fixed_gnavi_area .gnavi.clinic &gt; li.navi_02 .snavi,
#fixed_gnavi_area .gnavi.clinic &gt; li.navi_03 .snavi {
  left: -1px;
}

#content_navi .gnavi &gt; li .snavi li,
#fixed_gnavi_area .gnavi &gt; li .snavi li {
  border-bottom: 1px solid #e9e9e9;
  display: block;
}

#content_navi .gnavi &gt; li .snavi li a,
#fixed_gnavi_area .gnavi &gt; li .snavi li a {
  color: #269a7b;
  text-align: left;
  background-color: #f8f8f8;
  display: block;
  opacity: 1;
  padding-top: 22px;
  padding-bottom: 18px;
  padding-left: 20px;
}

.snavi li:hover {
  opacity: 0.7;
}

.lower #main_visual {
  min-height: 150px;
  background: url(/common/images/main_visual_lower.jpg) no-repeat center top;
  margin-bottom: 50px;
}

#facility.lower #main_visual,
#home.lower #main_visual,
#guide.lower #main_visual,
#heart.lower #main_visual,
#staff.lower #main_visual,
#senmon.lower #main_visual,
#online.lower #main_visual {
  margin-bottom: 0;
}

.lower #main_visual h1 {
  height: 150px;
  color: #006e3f;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  text-align: center;
  line-height: 150px;
}

#recruit.lower .top #main_visual {
  margin-bottom: 0;
}

#recruit.lower .top #main_visual h1 {
  height: auto;
}

#recruit.lower #job_data {
  padding-bottom: 100px;
}

#recruit.lower #job_data table {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

#contact_area {
  background: #6d6d6d url(/common/images/bg_contact_area.jpg) no-repeat center top;
}

#contact_area.contact_houjin {
  background: #6d6d6d url(/common/images/bg_contact_area_houjin.jpg) no-repeat center top;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 10px;
}

.home #main_visual {
  min-height: 450px;
  color: #006c3b;
  text-align: center;
  background: url(/images/main_visual_bg_02.jpg) no-repeat center top;
}

.home #main_visual .head_01 {
  font-size: 55px;
  font-size: 3.4375rem;
  display: block;
  padding-top: 120px;
  margin-bottom: 5px;
}

.home #main_visual .head_02 {
  color: #006c3b;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666em;
  display: block;
}

.home #main_visual .head_01 span {
  font-size: 60px;
  font-size: 3.75rem;
}

.home #information {
  padding-top: 75px;
  padding-bottom: 95px;
}

.home #information .information_inner {
  width: 1080px;
  margin: 0 auto;
}

.home #visit_treatment {
  padding-top: 80px;
  padding-bottom: 100px;
}

.home #access {
  padding: 80px 0 100px;
}

.home #access #SHIBUYA {
  margin-top: 60px;
}

.home #access #SHIBUYA br.smt {
  display: none;
}

.home #access #SHIBUYA a:hover {
  opacity: 0.6;
}

.home #access #SHIBUYA img {
  width: 382px;
}

.home #staff_blog {
  padding-top: 80px;
  padding-bottom: 100px;
}

.home #staff_blog ul li .img {
  width: 285px;
  height: 240px;
  display: table;
  box-sizing: border-box;
}

#staff #block_04 ul li .img,
#rehab #staff_blog ul li .img {
  width: 285px;
  height: 240px;
  display: table;
  box-sizing: border-box;
}

.home #staff_blog ul li .img span,
#staff #block_04 ul li .img span,
#rehab #staff_blog ul li .img span {
  vertical-align: middle;
  display: table-cell;
}

.home #staff_blog ul li .img span img,
#staff #block_04 ul li .img span img,
#rehab #staff_blog ul li .img span img {
  width: auto;
  height: auto;
  max-width: 285px;
  max-height: 240px;
}

.home #guide h2,
.home #athome h2,
.home #ambulatory_care h2,
.home #clinic h2,
.home #recruit h2,
.home #corporate h2,
.home #target h2 {
  background: url(/images/site_mark_pc.png) no-repeat center top;
  padding-top: 48px;
}

.home #guide h2,
.home #athome h2,
.home #ambulatory_care h2,
.home #visit_treatment h2,
.home #access h2,
.home #staff_blog h2 {
  background-size: 47px 35px;
}

.home #information #news {
  width: 700px;
  border-top: 3px solid #e9e9e9;
  padding-top: 17px;
  padding-bottom: 22px;
  margin: 0;
  float: left;
}

#contact_info {
  width: 355px;
  padding: 20px 15px;
  float: right;
}

#guide #block_01 #contact_info {
  float: right;
}

.home #information #contact_info .tel img.pc_elm,
.lower #contact_info .tel img {
  display: inline-block !important;
}

.home .medical {
  width: auto;
  max-width: 1460px;
  margin: 20px auto 30px;
  padding: 0 10px;
}

.home .medical_in {
  text-align: right;
}

.home .medical_in a {
  font-size: 0.750rem;
  font-family: 'Noto Sans Japanese', serif;
  color: #007140;
}

.home .medical_in a:hover {
  text-decoration: underline;
}

.home .covid {
  padding: 0 0 40px;
}

.home .covid_in {
  text-align: center;
}

.home .covid_in a {
  display: inline-block;
  border: 1px solid #6f6f6f;
  text-decoration: none;
  transition: 0.3s ease all;
}

.home .covid_in a:hover {
  opacity: 0.6;
}

.home .covid_in img {
  vertical-align: bottom;
}

.home .covid_in img.pc {
  display: block;
}

.home .covid_in img.sp {
  display: none;
}

.home .online-banner {
  padding: 0 0 60px;
}

.home .online-banner__in {
  text-align: center;
}

.home .online-banner__in a {
  display: inline-block;
  border: 1px solid #6f6f6f;
  text-decoration: none;
  transition: 0.3s ease all;
}

.home .online-banner__in a:hover {
  opacity: 0.6;
}

.home .online-banner__in img {
  vertical-align: bottom;
}

.home .online-banner__in img.pc {
  display: block;
}

.home .online-banner__in img.sp {
  display: none;
}

.home #athome {
  padding-top: 80px;
  padding-bottom: 100px;
}

.home #athome ul {
  margin-bottom: 80px;
}

.home #ambulatory_care {
  background-color: #f0f8eb;
  padding-top: 80px;
  padding-bottom: 95px;
}

.home.en #ambulatory_care {
  padding-bottom: 25px;
}

.home #ambulatory_care ul {
  margin-bottom: 67px;
}

.home #ambulatory_care ul li {
  width: 400px;
  margin-left: 10px;
  float: left;
}

.home #athome ul li {
  width: 400px;
  margin-left: 10px;
  float: left;
  height: 120px;
  background-color: #fff;
  background-image: url(/home/images/bg_list.png);
  background-repeat: no-repeat;
}

.home #athome ul li:first-child {
  margin-left: 0;
}

.home #athome ul li:hover {
  background-image: url(/home/images/bg_list_on.png);
}

.home #athome ul li a {
  height: 120px;
  display: block;
  font-size: 20px;
  color: #269a7b;
  text-decoration: none;
  padding-left: 120px;
}

.home #athome ul li a .outer {
  height: 120px;
  width: 280px;
  background-image: url(/home/images/arrow_01.png);
  background-repeat: no-repeat;
  background-position: right 10% center;
  display: table-cell;
  vertical-align: middle;
}

.home #athome ul li a:hover &gt; .outer span {
  border-bottom: solid 2px #91cbbc;
}

.home #athome ul li.list_01 a {
  background-image: url(/home/images/icon_top_01.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

.home #athome ul li.list_02 a {
  background-image: url(/home/images/icon_top_02.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

.home #athome ul li.list_03 a {
  background-image: url(/home/images/icon_top_03.png);
  background-repeat: no-repeat;
  background-position: 10% center;
}

.home #athome ul li.list_01 a:hover {
  background-image: url(/home/images/icon_top_01_on.png);
}

.home #athome ul li.list_02 a:hover {
  background-image: url(/home/images/icon_top_02_on.png);
}

.home #athome ul li.list_03 a:hover {
  background-image: url(/home/images/icon_top_03_on.png);
}

#athome .button .btn_01 {
  padding: 21px 135px;
}

.home #ambulatory_care ul li:first-child {
  margin-left: 0;
}

.home #ambulatory_care ul li:first-child a dl dd {
  width: 100%;
  box-sizing: border-box;
  display: table;
}

.home #ambulatory_care ul li:first-child a dl dd span.outer {
  border: none;
  vertical-align: middle;
  display: table-cell;
}

.home #ambulatory_care .lead_text {
  text-align: center;
  margin-bottom: 20px;
}

.home #ambulatory_care .schedule_data {
  width: 940px;
  border-bottom: 1px solid #afb5ab;
  margin: 70px auto 0;
}

#guide #block_02 .schedule_data {
  width: 940px;
  border-bottom: 1px solid #afb5ab;
  margin: 70px auto 0;
}

.home #ambulatory_care .schedule_data th.th_02.th_02_last,
.home #ambulatory_care .schedule_data td.td_01.td_01_last {
  width: 105px;
  padding-right: 35px;
}

#guide #block_02 .schedule_data th.th_02.th_02_last,
#guide #block_02 .schedule_data td.td_01.td_01_last {
  width: 105px;
  padding-right: 35px;
}

.home #ambulatory_care .table_caption,
#guide #block_02 .table_caption {
  width: 940px;
}

.home #visit_treatment ul {
  margin-bottom: 30px;
}

.home #visit_treatment ul li {
  margin-left: 70px;
}

.home #visit_treatment ul li:first-child {
  margin-left: 0;
}

.home #visit_treatment .button a {
  width: 320px;
  box-sizing: border-box;
}

.home #staff_blog .button a {
  width: 320px;
  box-sizing: border-box;
}

.home #ambulatory_care .schedule_data th.th_03 {
  padding: 11px 0 13px 40px;
}

#guide #block_02 .schedule_data th.th_03 {
  padding: 11px 0 13px 40px;
}

.home #access #googlemap01,
.home #access .access_data {
  width: 960px;
  margin: 0 auto;
}

.home #access #googlemap {
  height: 400px;
  padding-bottom: 0;
}

.home #staff_blog ul {
  width: 1200px;
  margin: 0 auto 65px;
}

#staff #block_04 ul,
#rehab #staff_blog ul {
  width: 1200px;
  margin: 0 auto 65px;
}

.home #staff_blog ul li,
#staff #block_04 ul li,
#rehab #staff_blog ul li {
  width: 285px;
  margin-left: 20px;
  float: left;
}

.home #staff_blog ul li:first-child,
#staff #block_04 ul li:first-child,
#rehab #staff_blog ul li:first-child {
  margin-left: 0;
}

#activity #top_content {
  padding-top: 80px;
  padding-bottom: 80px;
}

#activity #bottom_content {
  padding-bottom: 66px;
}

#activity #top_content .blog_section ul li .date {
  width: 164px;
  float: left;
}

#activity #top_content .blog_section ul li .title {
  margin-left: 164px;
}

#activity #bottom_content #left_blog {
  width: 500px;
  float: left;
}

#activity #main_activity {
  padding-bottom: 60px;
}

#activity #bottom_content #right_blog {
  width: 500px;
  float: right;
}

#activity #bottom_content #left_blog .blog_section {
  margin-bottom: 80px;
}

#activity #bottom_content #left_blog .blog_section ul li .title {
  margin-bottom: 18px;
}

#activity #bottom_content #left_blog .blog_section ul li .body .img {
  max-width: 150px;
  text-align: center;
  margin: 0 20px 10px 0;
  float: left;
}

#activity #bottom_content #left_blog .blog_section ul li .body .img img {
  max-width: 150px;
  max-height: 100px;
}

#activity #bottom_content .blog_section ul li {
  padding-bottom: 24px;
  margin-bottom: 28px;
}

#activity #bottom_content #right_blog .blog_section ul li .title {
  margin-bottom: 15px;
}

#activity #bottom_content #right_blog .blog_section ul li .date {
  color: #a4a4a4;
  margin-bottom: 25px;
}

#recruit #news {
  padding: 75px 0 85px;
}

#recruit #news li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

#recruit #news li .date {
  width: 157px;
  float: left;
}

#recruit #news li .title {
  width: 923px;
  float: left;
}

#recruit #wanted_contents {
  padding: 75px 0 100px;
}

#recruit #wanted_contents .job_block {
  width: 500px;
  float: left;
}

#recruit #wanted_contents .job_block:nth-child(2n+1) {
  float: right;
}

#recruit #wanted_contents .job_block.no_wanted .txt {
  padding: 15px 0;
}

#recruit #message .lead_text {
  text-align: center;
  margin-bottom: 60px;
}

#recruit #environment ul {
  width: 1400px;
  margin: 0 auto;
}

#recruit #environment ul li {
  width: 335px;
  margin-left: 20px;
  margin-bottom: 20px;
  float: left;
}

#recruit #environment ul li:nth-child(4n+1) {
  margin-left: 0;
}

#recruit #environment ul li .img {
  margin-bottom: 0;
}

#recruit #environment ul li .txt {
  text-align: right;
}

#recruit #environment .button a {
  margin: 0 20px;
}

#recruit #environment .conference {
  padding-top: 85px;
}

#recruit #environment .conference p {
  margin-bottom: 20px;
}

#recruit #environment .conference ul li {
  width: 680px;
}

#recruit #environment .conference ul li:nth-child(2n) {
  float: right;
}

#recruit #environment p {
  font-size: 112.5%;
  font-size: 1.125rem;
  text-align: center;
}

#recruit #environment .button {
  margin-top: 20px;
}

#recruit #introduction #staff_list {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
}

#recruit #introduction #staff_list div.children {
  width: 281px;
  /*background-color: #f8f8f8;*/
  box-sizing: border-box;
  display: inline-block;
  padding: 20px 0;
  margin-left: 60px;
  /*float: left;*/
}

#recruit #introduction #staff_list div.children:first {
  margin-bottom: 0;
}

#recruit #introduction #staff_list .slick-list div.children {
  width: auto;
  margin-bottom: 20px;
}

#recruit #message #staff_message2 {
  width: 960px;
  margin: 40px auto 0;
}

#recruit #message #slide_image {
  margin-bottom: 50px;
}

#recruit #message #staff_message {
  width: 960px;
  margin: 0 auto;
}

#recruit #message #staff_message li {
  width: 460px;
  float: right;
}

#recruit #message #staff_message li:first-child {
  width: 460px;
  float: left;
}

#recruit #message #staff_message2 li {
  width: 300px;
  margin-left: 30px;
  float: left;
}

#recruit #message #staff_message2 li:first-child {
  margin-left: 0;
}

#recruit.lower .message_page .massage_block .content_block {
  margin-bottom: 60px;
}

#recruit.lower .message_page .massage_block .content_block h2 {
  margin-bottom: 40px;
}

#recruit.lower .message_page .massage_block .content_block .img_right .img {
  width: 300px;
  float: right;
}

#recruit.lower .message_page .massage_block .content_block .img_right .txt {
  width: 640px;
  float: left;
}

#recruit.lower .message_page .massage_block .content_block .img_left .img {
  width: 300px;
  float: left;
}

#recruit.lower .message_page .massage_block .content_block .img_left .txt {
  width: 640px;
  float: right;
}

#recruit.lower .message_page .massage_block #profile_block {
  background-color: #f0f8eb;
  padding: 30px;
}

#recruit.lower .message_page .massage_block #profile_block .img {
  width: 200px;
  margin-bottom: 0;
  float: left;
}

#recruit.lower .message_page .massage_block #profile_block .text_block {
  width: 672px;
  float: right;
}

#recruit.lower .message_page .person_block.p_01 .main_visual {
  background: url(/recruit/images/message/message_01_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .person_block.p_02 .main_visual {
  background: url(/recruit/images/message/message_02_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual {
  background: none;
  margin-bottom: 0;
}

#recruit.lower .message_page .main_visual.p_03 {
  background: url(/recruit/images/message/message_03_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_04 {
  background: url(/recruit/images/message/message_04_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_05 {
  background: url(/recruit/images/message/message_05_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_06 {
  background: url(/recruit/images/message/message_06_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_07 {
  background: url(/recruit/images/message/message_07_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_08 {
  background: url(/recruit/images/message/message_08_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_09 {
  background: url(/recruit/images/message/message_09_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_10 {
  background: url(/recruit/images/message/message_10_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual.p_11 {
  background: url(/recruit/images/message/message_11_main.jpg) no-repeat center top;
}

#recruit.lower .message_page .main_visual .inner_block {
  width: 1200px;
  min-height: 450px;
}

#recruit.lower .message_page .main_visual .inner_block h1 {
  font-size: 212.5%;
  font-size: 2.125rem;
  text-align: left;
  padding-top: 170px;
  padding-bottom: 100px;
}

#recruit.lower .message_page .person_block .main_visual .inner_block h1 {
  color: #006e3f;
}

#recruit.lower .message_page .main_visual .inner_block .lead {
  font-size: 112.5%;
  font-size: 1.125rem;
}

/*#recruit.lower .message_page .main_visual.line_02 .inner_block h1 {
padding-top: 130px;
padding-bottom: 100px;
}*/
#sleep #block_01 .button {
  margin-top: 65px;
}

#facility #block_03 h3 {
  margin-bottom: 35px;
}

#facility #block_03 .tools_list &gt; li .img {
  text-align: right;
}

#facility #block_03 .tools_list &gt; li .img img {
  display: inline-block;
}

#company .content_block ul li:last-child {
  margin-bottom: 60px;
}

#company .content_block ul li dl dt {
  width: 21.875%;
  font-weight: bold;
  float: left;
}

#company .content_block ul li dl dd {
  width: 78.125%;
  float: right;
}

#company #block_03 {
  padding-bottom: 90px;
}

#company #symbol .symbol_img {
  margin-top: 75px;
}

#company #target ul.outer li dl dd.main {
  width: 80%;
  line-height: 30px;
}

.blog #main_contents {
  padding-top: 80px;
  padding-bottom: 100px;
}

.blog #article_block {
  width: 720px;
  float: left;
}

.blog #archive_block {
  width: 285px;
  margin-left: 60px;
  float: left;
}

.lower .article_list {
  margin-bottom: 60px;
}

#home #block_01 {
  padding-bottom: 95px;
}

#home #block_02,
#home #block_04 {
  padding: 80px 0 100px;
}

#guide #block_02,
#guide #block_03 {
  padding: 80px 0 100px;
}

#heart #block_02,
#heart #block_03 {
  padding: 80px 0 100px;
}

#staff #block_02,
#staff #block_03,
#staff #block_04 {
  padding: 80px 0 100px;
}

#senmon #block_02,
#senmon #block_03,
#senmon #block_04,
#senmon #block_05 {
  padding: 80px 0 100px;
}

#rehab #staff_blog {
  padding: 80px 0 100px;
}

#home #block_03 {
  padding: 80px 0;
}

#home #block_04 {
  padding-bottom: 50px;
}

#home #block_01 #sub_block_01 {
  padding-bottom: 45px;
}

#home #block_01 #sub_block_01.support_section {
  padding-top: 80px;
}

#home #block_01 #sub_block_02.support_section {
  padding-top: 80px;
}

#home #block_01 #sub_block_05 #flow li {
  width: 330px;
  float: left;
}

#home #block_01 #sub_block_05 #flow li:nth-child(1), #home #block_01 #sub_block_05 #flow li:nth-child(2) {
  background: url(/common/images/icon_arrow_02.png) no-repeat 306px 104px;
  background-size: 18px 30px;
}

#home #block_01 #sub_block_05 #flow li:last-child {
  width: 300px;
}

#home #block_01 #sub_block_05 #flow li p.img {
  padding-left: 30px;
}

#home #block_01 #sub_block_05 #flow li h4 {
  width: 300px;
}

#home #block_01 #sub_block_05 #flow li p {
  padding-right: 30px;
}

#home #block_01 #sub_block_05 .price_data th.th_01,
#home #block_01 #sub_block_05 .price_data td.td_01 {
  padding-left: 30px;
}

#home #block_04 #qa_list li {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 42px;
  margin-bottom: 48px;
}

#home #block_03 #qa_list li .qa_q {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#home #block_03 #qa_list li .qa_q dd {
  width: 900px;
}

#home #block_03 #qa_list li .qa_a dd {
  width: 900px;
  width: 840px;
}

#guide #block_01 {
  padding-bottom: 60px;
}

#guide #block_01 .img {
  margin-bottom: 28px;
}

#guide #block_01 .left_block {
  width: 550px;
}

.lower #contact_info {
  width: 400px;
}

#contact #contact_info {
  width: 450px;
  float: none;
}

#heart #block_02 {
  padding-bottom: 40px;
}

#guide #block_02 .lead_text {
  text-align: center;
}

#guide #block_02 .schedule_data {
  width: 960px;
  margin-top: 40px;
}

#guide #block_02 .schedule_data th.th_02.th_02_last,
#guide #block_02 .schedule_data td.td_01.td_01_last {
  width: 90px;
  padding-right: 35px;
}

#guide #block_03 .inner_block {
  width: 1200px;
}

#guide #block_03 #diagnosis_list li {
  width: 380px;
  width: 285px;
  margin-left: 30px;
  margin-left: 20px;
  float: left;
}

#clinic_top #guide #diagnosis_list li {
  width: 380px;
  width: 285px;
  margin-left: 30px;
  margin-left: 20px;
  float: left;
}

#guide #block_03 #diagnosis_list li:first-child,
#clinic_top #guide #diagnosis_list li:first-child {
  margin-left: 0;
}

#guide #block_03 #diagnosis_list li .button .btn_01,
#clinic_top #guide #diagnosis_list li .button .btn_01 {
  width: 100%;
  text-align: center;
  padding: 21px 0;
}

#guide #block_03 #download {
  width: 1080px;
  margin: 0 auto;
}

#guide #block_03 #download .left_block {
  width: 480px;
  float: left;
}

#guide #block_03 #download .right_block {
  width: 461px;
  float: right;
}

#heart #block_01 {
  padding: 30px 0 100px;
}

#heart #block_01 .lead_text {
  text-align: center;
  margin-bottom: 42px;
}

#heart #block_02 .sub_content_block {
  margin-bottom: 60px;
}

#heart #block_02 #sub_block_03 #lead_block {
  margin-bottom: 85px;
}

#heart #block_02 #sub_block_03 #step_list {
  /*width: 780px;*/
  margin: 0 auto;
}

#heart #block_02 #sub_block_03 #step_list li .txt,
#heart #block_02 #sub_block_03 #step_list li .img {
  margin-bottom: 45px;
}

#heart #block_02 #sub_block_04 .left_block {
  width: 715px;
  float: left;
}

#heart #block_02 #sub_block_04 .right_block {
  width: 220px;
  float: right;
}

#heart #block_02 #sub_block_05 .left_block,
#heart #block_02 #sub_block_06 .left_block {
  width: 744px;
  float: left;
}

#heart #block_02 #sub_block_05 .right_block,
#heart #block_02 #sub_block_06 .right_block {
  width: 200px;
  float: right;
}

#staff #block_01 {
  padding-top: 30px;
  padding-bottom: 100px;
}

#staff #block_01 .img {
  width: 369px;
  width: 250px;
  text-align: center;
  margin-bottom: 28px;
  float: right;
}

#staff #block_01 .img img {
  display: inline-block;
}

#staff #block_01 .txt {
  width: 571px;
  width: 690px;
  font-size: 112.5%;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 70px;
  float: left;
}

#staff #block_02 #target_list &gt; li {
  width: 440px;
  margin-bottom: 40px;
  float: left;
}

#staff #block_02 #target_list &gt; li:nth-child(2n) {
  float: right;
}

#staff #block_02 #target_list &gt; li .img {
  margin-bottom: 30px;
}

#staff #block_03 {
  padding-bottom: 0;
}

#staff #block_03 .staff_list li {
  margin-bottom: 50px;
  margin-left: 12px;
  /*margin-bottom: 75px;*/
  margin-left: 10px;
}

#staff #block_03 .staff_list li:nth-child(3n + 1) {
  margin-left: 0;
}

#staff #block_03 .staff_list li &gt; a {
  padding-bottom: 10px;
}

#staff #block_03 .staff_list li .img {
  margin-bottom: 20px;
}

#staff #block_03 #physical_therapist {
  margin-top: -80px;
  padding-top: 80px;
}

#staff #popup_block {
  width: 625px;
  padding: 45px;
}

#staff .fancybox-close {
  top: auto;
  right: 25px;
  bottom: 14px;
}

#staff #popup_block .img {
  margin-bottom: 40px;
}

#staff #popup_block .info .history {
  border-top: 1px solid #ababab;
  padding-top: 30px;
}

#staff #block_04 .inner_block {
  width: 1220px;
}

#rehab #staff_blog .inner_block {
  width: 1220px;
}

#senmon .sub_content_block {
  margin-bottom: 50px;
}

#senmon .author {
  padding-top: 30px;
}

#senmon .author .img {
  width: 288px;
  padding-left: 45px;
  float: left;
}

#senmon .author dl {
  width: 547px;
  margin-top: 100px;
  margin-right: 50px;
  float: right;
}

#senmon #block_01 .author dl {
  margin-top: 60px;
}

#senmon .author dl dd {
  font-size: 1.1875rem;
}

#senmon .author dl dd .sup_text {
  font-size: 84.2105%;
  font-size: 1rem;
}

#senmon .author dl dd .link {
  /*margin-left: 15px;*/
}

#rehab.lower #main_visual {
  margin-bottom: 0;
}

#rehab.lower .form_page #main_visual {
  margin-bottom: 50px;
}

#rehab #page_navi .content_navi_inner:first-child {
  border-bottom: 1px solid #e9e9e9;
}

#rehab #page_navi .content_navi_inner ul {
  padding: 15px 0 14px;
}

#rehab #page_navi ul li a {
  text-align: center;
}

#rehab.page #main_contents h3 {
  margin-bottom: 50px;
}

#rehab #block_01 {
  background-image: url(/rehab/images/content_image_02.png);
  background-repeat: no-repeat;
  background-position: center 24px;
  padding-top: 568px;
  padding-bottom: 60px;
}

#rehab #block_03,
#rehab #block_04 {
  padding-bottom: 60px;
}

#rehab #block_02 .sub_content_block,
#rehab #block_03 .sub_content_block,
#rehab #block_04 .sub_content_block {
  padding-top: 70px;
  margin-top: 0;
}

#rehab #sub_block_01 p {
  padding: 0 30px;
}

#rehab #sub_block_01 ul {
  padding-left: 40px;
}

#rehab #sub_block_01 ul li {
  width: 213px;
  list-style: none;
  margin: 0 0 30px 60px;
  float: left;
}

#rehab #sub_block_02 ul {
  padding-left: 30px;
}

#rehab #sub_block_03 ul {
  margin-left: 30px;
}

#rehab #sub_block_07 dl dd {
  margin-bottom: 95px;
}

#rehab #sub_block_07 dl dd:last-child {
  margin-bottom: 25px;
}

#rehab #sub_block_07 ul.flow_01 li {
  width: 200px;
  margin-right: -10px;
  float: left;
}

#rehab #sub_block_07 ul.flow_02 li {
  width: 250px;
  margin-right: -10px;
  float: left;
}

#rehab #sub_block_07 ul.fig_01 {
  display: flex;
  gap: 0 28px;
  margin-top: 27px;
}

#rehab #sub_block_07 ul.fig_01 li {
  width: 466px;
}

#rehab #sub_block_07 ul.fig_01 li img {
  width: 100%;
  max-width: initial;
}

#rehab #sub_block_09 {
  padding-top: 70px;
}

#rehab #sub_block_09 .button a:first-child {
  margin-right: 75px;
}

#rehab #sub_block_08 .txt {
  margin-top: 65px;
}

.blog#books #article_block,
.blog#books #archive_block {
  width: auto;
  float: none;
}

.blog#report #article_block,
.blog#report #archive_block {
  width: 960px;
  float: none;
}

.blog .article_list li .title .img {
  width: 200px;
  display: table;
  float: right;
}

.home #information #news li .title .img,
#recruit #news li .title .img,
#activity #top_content .blog_section ul li .title .img {
  width: 200px;
  display: table;
  float: right;
}

.blog .article_list li .title .txt,
.home #information #news li .title .txt,
#recruit #news li .title .txt,
#activity #top_content .blog_section ul li .title .txt {
  width: 500px;
  float: left;
}

.home #information #news li .title .txt {
  width: 341px;
}

.blog .article_list li .title .img span,
.home #information #news li .title .img span,
#recruit #news li .title .img span,
#activity #top_content .blog_section ul li .title .img span {
  max-width: 198px;
  max-height: 168px;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e9e9e9;
  display: table-cell;
}

.blog .article_list li .title .img span img,
.home #information #news li .title .img span img,
#recruit #news li .title .img span img,
#activity #top_content .blog_section ul li .title .img span img {
  width: auto;
  height: auto;
  display: inline-block;
  max-width: 200px;
  max-height: 168px;
}

.aform-content.aform-content .aform-name-ul li,
.aform-content.aform-content .aform-kana-ul li {
  width: 47.5%;
  display: inline-block;
}

.aform-content.aform-content .aform-name-ul li:first-child,
.aform-content.aform-content .aform-kana-ul li:first-child {
  margin-right: 5%;
}

.aform-content.aform-content dl dt .aform-label {
  padding-right: 0 !important;
}

body.fixed_gnavi #fixed_gnavi_area {
  animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
  -moz-animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
  -webkit-animation: fade_in_down 0.7s ease-in-out 0s 1 normal forwards;
}

@keyframes fade_in_down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fade_in_down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.home.en #ambulatory_care .schedule_data th.th_01 {
  padding-left: 40px;
}

#clinic_top.en #guide {
  padding-bottom: 95px;
}

#clinic_top.en #ambulatory_care {
  background-color: transparent;
}

#clinic_top.en #ambulatory_care dl {
  width: 940px;
  margin: 30px auto;
}

#clinic_top.en #ambulatory_care dl dt {
  /*font-weight: bold;*/
}

#clinic_top.en #ambulatory_care dl dt span {
  color: #333;
  padding-left: 1em;
}

#clinic_top.en #ambulatory_care ul li {
  float: none;
}

#clinic_top.en #first_visit .important {
  width: 800px;
}

#clinic_top.en #first_visit p {
  width: 940px;
}

.txt_right {
  width: 1080px;
  margin: 0 auto;
  text-align: right;
}

@media (max-width: 1460px) {
  #header .inner_block {
    width: auto;
    min-width: 1080px;
    padding: 0;
  }
  header .header_info_area #header_category_area h1,
  header .header_info_area #header_category_area #header_category_navi {
    left: 0;
  }
  header .header_info_area #header_usability_area {
    margin-right: 0;
  }
  #header .header_info_area #change_language {
    margin-right: 10px;
  }
}

#online article {
  padding-bottom: 80px;
}

#online .online__main-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}

#online .online__main-ttl--sub {
  font-size: 16px;
  margin-left: 1em;
}

#online .online__main-ttl--sub_in {
  border: 1px solid #006e3f;
  padding: 1px 10px;
  border-radius: 4px;
}

#online .online-block {
  margin-top: 70px;
}

#online .online__lead {
  line-height: 1.7;
  text-align: center;
}

#online .online__bold {
  font-size: 1.125rem;
  font-weight: bold;
  color: #006e3f;
}

#online .online__image {
  margin-top: 40px;
}

#online .online__image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#online .online-square--margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

#online .online-square__item {
  line-height: 180%;
  font-size: 16px;
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}

#online .online-square__item::before {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #006e3f;
  border-radius: 2px;
  position: absolute;
  margin-top: 8px;
  margin-left: -15px;
}

#online .online__text {
  line-height: 1.7;
}

#online .online__text--lg {
  font-size: 1.125rem;
}

#online .online__note {
  font-size: 0.875rem;
}

#online .online__other-link {
  color: #006e3f;
}

#online .online__other-link:hover {
  text-decoration: underline;
}

#online .online-list-decimal__list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

#online .online-list-decimal__item {
  padding-left: 42px;
  position: relative;
  font-size: 1rem;
  line-height: 180%;
}

#online .online-list-decimal__item:not(:first-child) {
  margin-top: 30px;
}

#online .online-list-decimal__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  content: counter(my-counter);
  counter-increment: my-counter;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: #006e3f;
  width: 25px;
  height: 25px;
  border: 1px solid #006e3f;
  margin-left: -42px;
  margin-right: 12px;
  border-radius: 6px;
}

#online .online-app-box {
  margin-top: 30px;
}

#online .online-app-box__clinics {
  text-align: center;
}

#online .online-app-box__clinics img {
  display: inline;
}

#online .online-app-box__list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

#online .online-app-box__item {
  text-align: center;
  margin: 0 20px;
}

#online .online-app-box__link {
  text-decoration: none;
  color: #006e3f;
  transition: 0.3s ease all;
}

#online .online-app-box__link:hover {
  opacity: 0.6;
}

#online .online-app-box__ttl {
  display: inline-block;
  font-size: 1rem;
  margin-top: 10px;
}

#online .online-app-box img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.js-show_navi__arrow {
  display: none;
}

.staff-member {
  margin-top: 83px;
  margin-bottom: 226px;
}

.staff-member__wrap:not(:nth-of-type(1)) {
  margin-top: 88px;
}

.staff-member__ttl {
  font-size: 22px;
  font-weight: normal !important;
  letter-spacing: 0.02em;
  color: #006F3F;
  padding-bottom: 10px;
  border-bottom: 3px solid #E9E9E9;
}

.staff-member__list-wrap {
  margin-top: 50px;
}

.staff-member__other {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #006F3F;
}

.staff-member__list {
  display: flex;
  flex-wrap: wrap;
}

.staff-member__list::after {
  content: "";
}

.staff-member__item {
  display: none;
  width: 100%;
  max-width: 310px;
  background-color: #FFF;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.staff-member__item:not(:nth-child(3n)) {
  margin-right: 15px;
}

.staff-member__item.active {
  display: block;
}

.staff-member__item-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.staff-member__btn {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s ease all;
}

.staff-member__btn:hover {
  opacity: 0.6;
  text-decoration: none;
}

.staff-member__ph {
  width: 160px;
  height: 190px;
  margin-bottom: 18px;
}

.staff-member__ph img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.staff-member__prof-area {
  position: relative;
  min-height: 123px;
}

.staff-member__prof-area:after {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background: url("/common/images/icon__arrow_r.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

.staff-member__name {
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: 0.05em;
}

.staff-member__job {
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.staff-member__position {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.staff-member__workstyle {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.staff-member__specialized {
  margin-top: 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.staff-member__popup {
  position: relative;
  background: #FFF;
  padding: 35px;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.staff-member-profile__wrap {
  display: flex;
  justify-content: space-between;
}

.staff-member-profile__ph {
  width: 210px;
  margin-right: 35px;
}

.staff-member-profile__ph-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.staff-member-profile__area {
  width: 100%;
}

.staff-member-profile__header {
  display: flex;
  align-items: flex-end;
}

.staff-member-profile__name {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.staff-member-profile__name span + span {
  margin-left: 0.5em;
}

.staff-member-profile__name rt {
  position: relative;
  -webkit-transform: translateY(-0.5em);
  transform: translateY(-0.5em);
}

.staff-member-profile__job {
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

.staff-member-profile__position {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.staff-member-profile__workstyle {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.staff-member-profile__specialized {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.staff-member-profile__location-list {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
}

.staff-member-profile__location-item {
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-right: 5px;
  border-radius: 2px;
  background-color: #E3F2DB;
  padding: 3px 6px 1px;
}

.staff-member-profile__other-ttl {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.staff-member-profile__other-text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.staff-member-profile__academic-ttl {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.staff-member-profile__academic-text {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.staff-member-profile__comment {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #5F5E5E;
}

.staff-member-profile__comment-text {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.staff-member .active {
  -webkit-animation: .6s zoom-in;
  animation: .6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.mfp-container .mfp-content {
  max-width: 858px;
}

.mfp-container .mfp-close {
  width: 21px;
  height: 21px;
  top: -42px;
  right: 0px;
  overflow: hidden;
  text-indent: -9999px;
}

.mfp-container .mfp-close::before, .mfp-container .mfp-close::after {
  display: block;
  content: "";
  width: 140%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  bottom: 50%;
  right: 50%;
}

.mfp-container .mfp-close::before {
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
  transform: translate(50%, 50%) rotate(-45deg);
}

.mfp-container .mfp-close::after {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}

.mfp-container .mfp-close:active {
  top: -42px !important;
}

.mfp-container .mfp-arrow {
  width: 54px !important;
  height: 54px !important;
  opacity: 1 !important;
  top: auto !important;
  bottom: 50%;
  margin-top: 0 !important;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.mfp-container .mfp-arrow::before, .mfp-container .mfp-arrow::after {
  content: none;
  margin-top: auto !important;
  margin-left: auto !important;
}

.mfp-container .mfp-arrow::before {
  border: none !important;
}

.mfp-container .mfp-arrow-left::before {
  display: block;
  content: "";
  width: inherit;
  height: inherit;
  background: url("/common/images/mfp__arrow_l.svg") center no-repeat;
  background-size: contain;
  border-right: none !important;
}

.mfp-container .mfp-arrow-right::before {
  display: block;
  content: "";
  width: inherit;
  height: inherit;
  background: url("/common/images/mfp__arrow_r.svg") center no-repeat;
  background-size: contain;
  border-left: none !important;
}

.footer #footer-current-menu__btn {
  display: none;
}

.footer-recruit {
  padding-top: 60px;
  padding-bottom: 100px;
}

.footer-recruit__wrap {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.footer-recruit__wrap .sp {
  display: none;
}

.footer-recruit__link {
  transition: 0.3s ease all;
}

.footer-recruit__link:hover {
  opacity: 0.6;
}

.footer-navi {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-navi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-navi-header__logo {
  width: 100px;
  margin-right: 40px;
}

.footer-navi-header__logo-link {
  transition: 0.3s ease all;
}

.footer-navi-header__logo-link:hover {
  opacity: 0.6;
}

.footer-navi-header__text {
  flex: 1;
}

.footer-navi-header__ttl-link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #6f6c67 !important;
}

.footer-navi-header__addr {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #6f6c67 !important;
  margin-top: 6px;
}

.footer-navi-menu {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-navi-menu__ttl {
  display: none;
}

.footer-navi-menu__wrap {
  display: flex;
}

.footer-navi-menu__category:not(:nth-of-type(1)) {
  margin-top: 15px;
}

.footer-navi-menu__category-link {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #6f6c67 !important;
}

.footer-navi-menu__list:not(:nth-of-type(1)) {
  margin-left: 50px;
}

.footer-navi-menu__item::after {
  content: none;
}

.footer-navi-menu__sub {
  display: flex;
}

.footer-navi-menu__sub-list:not(:nth-of-type(1)) {
  margin-left: 30px;
}

.footer-navi-menu__sub-list::after {
  content: none;
}

.footer-navi-menu__sub-item {
  margin-top: 7px;
}

.footer-navi-menu__sub-item::after {
  content: none;
}

.footer-navi-menu__sub-link {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #6f6c67 !important;
  position: relative;
}

.footer-navi-menu__sub-link::before {
  content: "-";
  font-size: 14px;
  line-height: 1;
  padding-right: 0.5em;
}

.footer-navi-menu__sub-link:hover {
  text-decoration: none;
  border-bottom: 1px solid #6f6c67 !important;
}

.footer-navi-hospital {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  border-top: 1px solid #D7D7D7;
}

.footer-navi-hospital__list {
  display: flex;
  flex-wrap: wrap;
}

.footer-navi-hospital__item {
  width: 28.3333%;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.footer-navi-hospital__item::after {
  content: none;
}

.footer-navi-hospital__item:not(:nth-child(3n)) {
  margin-right: 7.5%;
}

.footer-navi-hospital__link {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #6f6c67 !important;
  white-space: nowrap;
  position: relative;
}

.footer-navi-hospital__link[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/common/images/icon__blank.svg") center no-repeat;
  background-size: contain;
  margin-left: 7px;
}

.footer-navi-medical {
  padding-top: 20px;
  border-top: 1px solid #D7D7D7;
}

.footer-navi-medical__list {
  display: flex;
}

.footer-navi-medical__item {
  display: flex;
  align-items: center;
}

.footer-navi-medical__sub-list {
  display: flex;
  margin-left: 30px;
}

.footer-navi-medical__sub-item:not(:last-child) {
  margin-right: 20px;
}

.footer-navi-medical__sub-link {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #6f6c67 !important;
}

#site_copy {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #6f6c67 !important;
  margin-top: 30px;
}
</pre></body></html>