<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@media only screen and (max-width: 1064px) {
  .about_list ul li {
    width: 32%;
  }

  .sympton__list .list_item {
    width: 48%;
  }

  .sedond_bg {
    background: url("../img/second.jpg") no-repeat 0px 0px;
    background-size: cover;
    position: relative;
  }


  .center__link {
    width: 100%;
    padding: 30px 0px;
    box-sizing: border-box;
    background: #E0E7EF;
  }
  .center__link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .center__link ul li {
    position: relative;
  }
  .center__link ul li a {
    box-sizing: border-box;
    padding: 0px 8px;
  }
  .center__link ul li a:hover {
    text-decoration: underline;
  }
  .center__link ul li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    background: #000000;
    height: 100%;
  }

  .top__feature_list ul {
    width: 100%;
  }
  .top__feature_list ul li {
    width: 48%;
    margin-bottom: 30px;
  }

  .top__feature {
    padding: 20px 50px;
    margin-bottom: 50px;
    width: 100%;
  }
  .top__feature .outer {
    flex-direction: column-reverse;
    width: 100%;
  }
  .top__feature .outer .inner {
    width: 100%;
  }
  .top__feature .outer .inner img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top__feature .outer .inner ul li {
    padding: 0px 0px 15px 30px;
    font-size: 137.5%;
    margin-bottom: 15px;
  }
  .top__feature .outer .inner .sub_ttl {
    font-size: 174%;
    margin-bottom: 30px;
  }

  .breadcrumb {
    margin-top: 50px;
  }

  .main__img {
    height: 700px;
    width: 100%;
    padding-top: 100px;
  }
  .main__img .sub_ttl {
    width: 100%;
  }
  .main__img .sub_ttl h1 {
    font-size: 284%;
    width: 100%;
  }

  .main__content {
    padding: 40px 0px;
    width: 100%;
    flex-direction: column-reverse;
  }
  .main__content .page_left {
    width: 100%;
  }
  .main__content .page_left .side__nav {
    position: static;
    top: 0px;
    padding-top: 0px;
  }
  .main__content .page_right {
    width: 100%;
    padding-bottom: 30px;
  }
  .main__content .page_right .content__indent {
    box-sizing: border-box;
    padding-left: 0px;
  }

  .new_line__tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .new_line__tbl tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .new_line__tbl th, .new_line__tbl td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
    width: 100%;
  }
  .new_line__tbl thead {
    display: none;
  }

  footer address {
    text-align: center;
    padding: 40px 0px;
    width: 100%;
    display: block;
  }
  footer address span {
    font-size: 124%;
    display: inline-block;
    padding-bottom: 10px;
  }
  footer .copy {
    color: #999999;
    font-size: 94%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer_content {
    padding-bottom: 20px;
  }
  footer .footer_content .link {
    width: 100%;
  }
  footer .footer_content .link ul {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  footer .footer_content .link ul:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  footer .footer_content .link ul .icon:before {
    content: url("../img/link.png");
    width: 20px;
    height: 17px;
    right: 10px;
    top: 13px;
    position: absolute;
  }
  footer .footer_content .link ul li {
    margin-bottom: 15px;
    width: 49%;
  }
  footer .footer_content .link ul li a {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 15px 15px 15px 30px;
    position: relative;
    display: block;
    font-size: 94%;
    box-sizing: border-box;
    transition: 0.5s all;
  }
  footer .footer_content .link ul li a:hover {
    opacity: 0.6;
  }
  footer .footer_content .link ul li a:after {
    content: "●";
    left: 10px;
    top: 13px;
    position: absolute;
  }
  footer .footer_content .link ul li:nth-child(1n) a:after {
    color: #69CFED;
  }
  footer .footer_content .link ul li:nth-child(2n) a:after {
    color: #A6DD00;
  }
  footer .footer_content .link ul li:nth-child(3n) a:after {
    color: #F7A2A4;
  }
  footer .footer_content .link ul li:nth-child(4n) a:after {
    color: #99B3FF;
  }
  footer .footer_content .link ul li:nth-child(5n) a:after {
    color: #F4AAD3;
  }
  footer .footer_content .link ul li:nth-child(6n) a:after {
    color: #3C81BF;
  }
  footer .footer_content .link ul li:nth-child(7n) a:after {
    color: #FFA953;
  }
  footer .footer_content .link ul li:nth-child(8n) a:after {
    color: #AEAEFF;
  }
  footer .footer_content .pagetop {
    position: static;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0px auto;
  }
	/*///追加///*/
	footer .bottom__link li {
		margin-bottom: 10px;
	}
  .sp__common_btn {
    color: #FFF;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 15px 0px 15px 0px;
    font-size: 114%;
    color: #FFF;
    width: 90%;
    max-width: 360px;
    margin: 0px auto;
    background: #3C81BF;
    text-align: center;
  }
  .sp__common_btn:before {
    content: "&gt;";
    position: absolute;
    left: 12px;
    color: #FFF;
    top: 13px;
  }

  .list__notice {
    width: 100%;
  }
  .list__notice ul {
    border-top: 1px solid #CCC;
    width: 100%;
  }
  .list__notice ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: none;
    padding: 10px 0px 0px;
    font-size: 108%;
    box-sizing: border-box;
  }
  .list__notice ul li .day {
    width: 100%;
    font-weight: bold;
    color: #758AC5;
    background: #E0E7EF;
    box-sizing: border-box;
    padding: 10px;
  }
  .list__notice ul li .txt {
    width: 100%;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
  }

  .top__news {
    background: #F3F7F9;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0px;
    margin-top: 40px;
  }
  .top__news .content .news {
    border-top: 1px solid #CCC;
    width: 100%;
  }
  .top__news .content .news .list_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px;
    box-sizing: border-box;
  }
  .top__news .content .news .list_item .date {
    width: 50%;
    margin-right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__news .content .news .list_item .cat {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0%;
  }
  .top__news .content .news .list_item .cat a {
    display: block;
    border-radius: 40px;
    padding: 7px 0px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .top__news .content .news .list_item .cat .important {
    background: #FF0000;
    color: #FFF;
  }
  .top__news .content .news .list_item .cat .normal {
    color: #758AC5;
    border: 1px solid #CCC;
    background: #FFF;
  }
  .top__news .content .news .list_item .txt {
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  .top__news .content .news .list_item .txt a {
    text-decoration: underline;
    color: #758AC5;
  }
  .top__news .tab__area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__news .tab__area .sub_ttl {
    color: #758AC5;
    font-size: 134%;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
  }
  .top__news .tab__area .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__news .tab__area .outer ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  }
  .top__news .tab__area .outer ul li {
    padding: 20px;
    text-align: center;
    width: 20%;
  }

  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 30px;
    top: 10px;
    z-index: 1001;
  }

  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #666;
    display: block;
    content: "";
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #nav-open span:nth-of-type(1) {
    top: 13px;
  }

  #nav-open span:nth-of-type(2) {
    top: 23px;
  }

  #nav-open span:nth-of-type(3) {
    top: 33px;
  }

  #nav-open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background: #FFF;
  }

  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }

  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background: #FFF;
  }

  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  #nav-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(23, 103, 183, 0.9);
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .container {
    height: 100%;
    padding: 50px 20px 20px 20px;
  }
  #nav-content .container p {
    color: #FFF;
  }
  #nav-content .container .nav {
    border-top: 1px solid #CCC;
    width: 100%;
  }
  #nav-content .container .nav .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 26px;
    right: 10px;
  }
  #nav-content .container .nav .icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  #nav-content .container .nav .icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #nav-content .container .nav .is-active span:nth-of-type(1) {
    display: none;
  }
  #nav-content .container .nav .is-active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }
  #nav-content .container .nav .parent + ul {
    display: none;
  }
  #nav-content .container .nav .link_icon_1 {
    background: none;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding: 10px 0px 20px 30px;
    font-weight: bold;
  }
  #nav-content .container .nav .link_icon_2 {
    background: none;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding: 10px 0px 20px 30px;
    font-weight: bold;
  }
  #nav-content .container .nav .link_icon_3 {
    background: none;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding: 10px 0px 20px 30px;
    font-weight: bold;
  }
  #nav-content .container .nav .link_icon_4 {
    background: none;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding: 10px 0px 20px 30px;
    font-weight: bold;
  }
  #nav-content .container .nav .link_icon_5 {
    background: none;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    padding: 10px 0px 20px 30px;
    font-weight: bold;
  }
  #nav-content .container .nav .sub__cat {
    width: 100%;
  }
  #nav-content .container .nav .sub__cat .sub__list_item {
    width: 100%;
    display: block;
    padding: 15px 15px 15px 30px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #CCC;
    color: #FFF;
  }
  #nav-content .container .nav .sub__cat .sub__list_item:before {
    content: "&gt;";
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #nav-content .container .nav .sub__cat .sub__list_item + ul li {
    width: 100%;
    display: block;
    padding: 10px 15px 10px 40px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    color: #FFF;
    border-bottom: 1px solid #CCC;
  }
  #nav-content .container .nav .sub__cat .sub__list_item + ul li a {
    color: #FFF;
  }
  #nav-content .container .nav .sub__cat .sub__list_item + ul li:before {
    content: "・";
    position: absolute;
    left: 25px;
    top: 9px;
  }
  #nav-content .container .nav .list_item {
    border-bottom: 1px solid #CCC;
    width: 100%;
    display: block;
    padding: 15px 15px 15px 10px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    color: #FFF;
  }
  #nav-content .container .tel_sp {
    display: block;
  }
  #nav-content .container .tel_sp li {
    margin-bottom: 20px;
  }
  #nav-content .container .tel_sp li a {
    display: block;
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    color: #758AC5;
    font-size: 114%;
  }
  #nav-content .container .tel_sp li a span {
    font-size: 184%;
    font-weight: bold;
  }
  #nav-content .container .link {
    display: none;
  }
  #nav-content .container .form {
    display: none;
  }

  #nav-content .box {
    display: flex;
    width: 100%;
  }

  #nav-content .box ul {
    width: 100%;
    margin-top: 40px;
  }

  #nav-content .box .active {
    background: rgba(23, 88, 140, 0.7);
  }

  #nav-content .box a {
    color: #fff;
  }

  #nav-content .box a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    color: #FFF;
    font-size: 124%;
    top: 20px;
    right: 10px;
  }

  #nav-content .box ul {
    width: 100%;
  }

  #nav-content .box ul .icon {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 26px;
    right: 10px;
  }

  #nav-content .box ul .icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }

  #nav-content .box ul .icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  #nav-content .box ul .parent:after {
    display: none;
  }

  #nav-content .box ul .is-active span:nth-of-type(1) {
    display: none;
  }

  #nav-content .box ul .is-active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  #nav-content .box ul li {
    width: 100%;
    text-align: left;
  }

  #nav-content .box ul li a {
    display: block;
    color: #fff;
    transition: 0.5s all;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid #FFF;
    width: 100%;
  }

  #nav-content .box ul li a:after {
    top: 15px;
  }

  #nav-content .box ul li ul {
    display: none;
  }

  #nav-content .box ul li ul li a {
    padding: 15px 15px 15px 40px;
  }

  #nav-content .box ul li ul li ul li a {
    padding: 15px 15px 15px 60px;
  }

  #nav-content .box .gas-plant_list li:not(:first-child) a, #nav-content .box .gas-plant_list .inner a {
    padding-left: 60px;
  }

  #nav-content .box .gas-plant_list li:not(:first-child) ul li a {
    padding-left: 80px;
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }

  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }

  .top__medical_center {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    min-height: 250px;
    margin-top: 40px;
  }
  .top__medical_center:before {
    content: "";
    width: 100%;
    height: 230px;
  }
  .top__medical_center .sub_ttl {
    font-size: 174%;
    text-align: center;
    padding: 30px 0px;
    color: #FFF;
  }
  .top__medical_center ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__medical_center ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .top__medical_center ul li .cover img {
    width: 100%;
    transition-duration: 0.5s;
    z-index: 1;
  }
  .top__medical_center ul li a {
    display: block;
  }
  .top__medical_center ul li a:hover img {
    transform: scale(1.1);
    transition-duration: 0.5s;
  }
  .top__medical_center ul li .box {
    background: #F3F7F9;
    padding: 10px;
    box-sizing: border-box;
  }
  .top__medical_center ul li .box h3 {
    color: #758AC5;
    font-size: 114%;
    margin-bottom: 10px;
  }

  .top__sub_link {
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .top__sub_link .outer {
    width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .top__sub_link .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_link .list .list_item {
    width: 30%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .top__sub_link .list .list_item div {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .top__sub_link .list .list_item div figcaption {
    padding-top: 10px;
    font-size: 124%;
  }

  .movie {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 90px;
  }

  .tab {
    width: 100%;
  }
  .tab .tab__link {
    background: #758AC5;
    width: 100%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
  }
  .tab .tab__link .category {
    display: none;
  }
  .tab .tab__link .order_50 {
    display: none;
  }
  .tab .tab__link .order_50 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .tab .tab__link .order_50 ul li {
    background: #FFF;
    color: #758AC5;
    position: relative;
    width: 9%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
  }
  .tab .tab__link .order_50 ul li:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab .tab__link .show {
    display: block;
  }
  .tab .tab__main {
    width: 100%;
  }
  .tab .tab__main ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab .tab__main ul li {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background: #EAF0FF;
    padding: 30px;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
  }
  .tab .tab__main ul li:first-child {
    margin-right: 30px;
  }
  .tab .tab__main ul .active {
    background: #758AC5;
    color: #FFF;
    font-weight: 700;
  }

  .img__link ul li {
    width: 48%;
  }
  .img__link ul li img {
    object-fit: cover;
    height: 300px;
  }

  .img__link_txt ul li {
    width: 48%;
  }

  .pagetop_icon {
    padding: 50px 0px 20px;
  }

  .fixed_banner {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
  }
  .fixed_banner ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .fixed_banner ul li {
    width: 25%;
    position: relative;
  }
  .fixed_banner ul li:first-child a {
    background: #93A5FC;
  }
  .fixed_banner ul li:nth-child(2n) a {
    background: #8EBFFC;
  }
  .fixed_banner ul li:nth-child(3n) a {
    background: #5CACFC;
  }
  .fixed_banner ul li:nth-child(4n) a {
    background: #1767B7;
    border-right: none;
  }
  .fixed_banner ul li a {
    color: #FFF;
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 20px 0px 10px;
    width: 100%;
    border-right: 1px solid #FFF;
    font-size: 94%;
  }
  .fixed_banner ul li a:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    top: -2px;
    font-size: 124%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .fixed {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0px;
    background: rgba(255, 255, 255, 0.7);
    top: 0px;
    padding: 0px;
  }

  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }

  .sp_none {
    display: none !important;
  }

  .pc_none {
    display: block;
  }

  .sp_mt20 {
    margin-top: 20px;
  }

  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*追記*/
    right: 0;
    /*追記*/
  }

  .half__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .half__column .box {
    width: 100%;
    margin-bottom: 25px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .header .tagline {
    height: auto;
  }
  .header .tagline .header_middle {
    display: none;
  }
  .header .tagline .logo {
    padding: 5px;
  }

  .news_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_nav ul li {
    width: 30%;
    transition: 0.5s all;
    margin-bottom: 20px;
  }

  .news_box {
    box-sizing: border-box;
    padding: 20px 0px;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #888888;
    padding: 10px;
    box-sizing: border-box;
  }
  .news_box dl:last-child {
    border-bottom: 1px solid #888888;
  }
  .news_box dl dt {
    font-weight: bold;
    text-align: center;
    width: 100%;
  }
  .news_box dl dt ul {
    display: flex;
    width: 100%;
  }
  .news_box dl dt ul li {
    width: 48%;
  }
  .news_box dl dt ul li:first-child {
    width: 100%;
    margin-right: 20px;
  }
  .news_box dl dt ul li:last-child {
    box-sizing: border-box;
    padding: 10px 0px;
    font-weight: normal;
    width: 100%;
  }
  .news_box dl dt a {
    display: block;
    padding: 10px 0px;
    box-sizing: border-box;
    color: #FFF;
    transition: 0.5s all;
  }
  .news_box dl dt a:hover {
    opacity: 0.7;
  }
  .news_box dl dd {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-left: 0px;
    width: 100%;
  }
  .news_box dl dd a {
    text-decoration: none;
    color: #000;
  }

  /*/////////// 会社概要 ////////////*/
  .history_tbl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .history_tbl dl dt {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-right: 1px solid #CCC;
    font-size: 84%;
    text-align: left;
  }
  .history_tbl dl dt span {
    font-size: 184%;
  }
  .history_tbl dl dd {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .history_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .history_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .history_tbl table th,
.history_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .history_tbl table thead {
    display: none;
  }
  .history_tbl table tbody {
    text-align: left;
  }
  .history_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .history_tbl table tbody td {
    background: white;
  }

  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  .company_tbl table tbody td dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .company_tbl table tbody td dl dt {
    width: 40%;
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    box-sizing: border-box;
    margin-bottom: 8px;
  }
  .company_tbl table tbody td dl dd {
    width: 60%;
    margin-bottom: 8px;
  }

  /*/////////// header ////////////*/
  .content_block {
    padding: 30px 0px;
  }

  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }

  .header .tagline .nav_box {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .tagline .nav_box .logo {
    width: 50%;
    box-sizing: border-box;
  }

  header .logo {
    padding-bottom: 7px;
  }
  header .sp_tel {
    display: none;
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #D5E5E6;
    line-height: 50px;
    text-align: center;
  }
  header .sp_tel a {
    color: #FFF;
    display: block;
  }

  /*/////////// 会社概要 ////////////*/
  .message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto;
  }
  .message ul .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }

  .column__half {
    flex-wrap: wrap;
  }
  .column__half .box {
    width: 100%;
  }
  .column__half .box:first-child {
    margin-bottom: 25px;
  }

  .product {
    background: #EEE;
  }
  .product p {
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .product .btn {
    max-width: 400px;
    width: 80%;
    display: block;
    color: #fff;
    padding: 20px 0px 20px 0px;
    line-height: 1;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.5s all;
    position: relative;
    text-align: center;
    font-size: 700;
  }
  .product .btn:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -5px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: 0.5s all;
  }
  .product .btn:hover:before {
    left: 0px;
  }
  .product .btn:hover {
    opacity: 0.7;
  }
  .product .r__pic {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .product .r__pic figure {
    width: 100%;
    min-height: auto;
    height: 300px;
    overflow: hidden;
    z-index: 1;
  }
  .product .r__pic figure img {
    width: 100%;
    object-fit: cover;
  }
  .product .r__pic .box {
    position: initial;
    width: 100%;
    left: 5%;
    top: 50%;
    transform: none;
    -webkit-transform: none;
    z-index: 2;
  }
  .product .r__pic .box .inner {
    background: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .product .l__pic {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .product .l__pic figure {
    width: 100%;
    min-height: auto;
    height: 300px;
    overflow: hidden;
    z-index: 1;
  }
  .product .l__pic figure img {
    width: 100%;
    object-fit: cover;
  }
  .product .l__pic .box {
    position: initial;
    width: 100%;
    right: 5%;
    top: 50%;
    transform: none;
    -webkit-transform: none;
    z-index: 2;
  }
  .product .l__pic .box .inner {
    background: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  footer .footer_content{
    display: none; !important
  }
}
@media screen and (max-width: 764px) {
  .list_box_area .box {
    padding: 20px 30px 20px 50px;
  }

  .list_box_area .box:before {
    position: absolute;
    left: 20px;
    top: 20px;
  }

  .contact__block {
    padding: 20px;
    margin-bottom: 60px;
  }
  .contact__block .outer .left {
    width: 100%;
  }
  .contact__block .outer .left .btn {
    max-width: 800px;
    width: 100%;
    display: block;
    padding: 20px 0px 20px 0px;
    font-size: 138%;
  }
  .contact__block .outer .right {
    display: none;
  }

  .center__link ul li {
    position: relative;
    margin-bottom: 10px;
  }

  .cap__list_items {
    width: 100%;
  }
  .cap__list_items .box {
    width: 100%;
  }
  .cap__list_items .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .cap__list_items .right {
    width: 100%;
  }

  .list__button {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .list__button li a {
    display: block;
    background: #F3F7F9;
    border-top: 3px solid #758AC5;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px 15px 32px;
    margin-bottom: 2px;
    position: relative;
    font-weight: bold;
    transition: 0.5s all;
  }
  .list__button li a:before {
    content: "&gt;";
    position: absolute;
    left: 7px;
    color: #888888;
    top: 14px;
    font-weight: normal;
  }
  .list__button li a:hover {
    background: #758AC5;
    color: #FFF;
  }

  .img__ttl_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .img__ttl_list li {
    width: 48%;
    margin-bottom: 30px;
  }

  .breadcrumb {
    margin-top: 40px;
  }

  .top__news .tab__area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__news .tab__area .sub_ttl {
    color: #758AC5;
    font-size: 134%;
    padding: 20px 0px;
    text-align: center;
    width: 100%;
  }
  .top__news .tab__area .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__news .tab__area .outer ul {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 0px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  }
  .top__news .tab__area .outer ul li {
    padding: 20px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #CCC;
  }
  .top__news .tab__area .outer ul li:not(:last-child):after {
    display: none;
  }
  .top__news .tab__area .outer ul li:nth-child(odd) {
    border-right: 1px solid #CCC;
  }
  .top__news .tab__area .outer ul li a:after {
    display: none;
  }

  .top__sub_link .content .box {
    width: 100%;
    background: #6F9EC2;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .top__sub_link .content .box p {
    color: #FFF;
  }
  .top__sub_link .content .box p a {
    color: #FFF;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 100%;
  }
  .top__sub_link .content .box p a:before {
    content: "&gt;";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 0px;
  }
  .top__sub_link .content .box dl {
    padding-left: 10px;
    grid-template-columns: repeat(auto-fit, 48%);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  .top__sub_link .content .box dl dt a {
    color: #FFF;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 100%;
  }
  .top__sub_link .content .box dl dt a:before {
    content: "・";
    position: absolute;
    left: 0px;
    color: #FFF;
    top: 0px;
  }
  .top__sub_link .content .box ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 48%);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .itemlist_dl {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .itemlist_dl:after {
    display: none;
  }
  .itemlist_dl dt {
    width: 48%;
  }

  .tab {
    width: 100%;
  }
  .tab .tab__link {
    background: #758AC5;
    width: 100%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
  }
  .tab .tab__link .category {
    display: none;
  }
  .tab .tab__link .category .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab .tab__link .category .outer .inner {
    width: 48%;
    margin-bottom: 20px;
    position: relative;
  }
  .tab .tab__link .category .outer .inner .dropdown {
    display: none;
    position: absolute;
    left: 0px;
    top: 48px;
    background: #EAF0FF;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
  }
  .tab .tab__link .category .outer .inner .dropdown ul {
    width: 100%;
  }
  .tab .tab__link .category .outer .inner .dropdown ul li {
    margin-bottom: 10px;
  }
  .tab .tab__link .category .outer .inner .dropdown ul li a {
    display: block;
  }
  .tab .tab__link .category .outer .inner p {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #DDD;
    z-index: 0;
  }
  .tab .tab__link .category .outer .inner p:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab .tab__link .order_50 {
    display: none;
  }
  .tab .tab__link .order_50 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .tab .tab__link .order_50 ul li {
    background: #FFF;
    color: #758AC5;
    position: relative;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .tab .tab__link .order_50 ul li:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab .tab__link .show {
    display: block;
  }
  .tab .tab__main {
    width: 100%;
  }
  .tab .tab__main ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab .tab__main ul li {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background: #EAF0FF;
    padding: 30px;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
  }
  .tab .tab__main ul li:first-child {
    margin-right: 30px;
  }
  .tab .tab__main ul .active {
    background: #758AC5;
    color: #FFF;
    font-weight: 700;
  }

  .rec__2 {
    width: 100%;
    height: 500px;
    background: url("../img/rec__bg_2.jpg") no-repeat 0px 0px;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
  }
  .rec__2 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding: 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    width: 80%;
  }
  .rec__2 .box .sub_ttl {
    font-size: 324%;
    margin-bottom: 30px;
    color: #FF0000;
  }
  .rec__2 .box p {
    font-size: 144%;
    color: #FF0000;
  }

  .rec__3 {
    width: 100%;
    height: 500px;
    background: url("../img/rec__bg_3.jpg") no-repeat 0px 0px;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
  }
  .rec__3 .box {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    padding: 0px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
    width: 80%;
  }
  .rec__3 .box ul li {
    font-size: 284%;
    margin-bottom: 30px;
    color: #FF0000;
    font-weight: 700;
  }
  .rec__3 .box ul li span {
    display: inline-block;
    padding-left: 5%;
  }

  .case__list .sub__link ul li {
    width: 48%;
  }

  .hschart {
    width: 100%;
    position: relative;
  }
  .hschart figure {
    text-align: center;
  }
  .hschart .box {
    position: static;
    left: 280px;
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .hschart .box .left {
    width: 30%;
  }
  .hschart .box .left img {
    width: 100%;
  }
  .hschart .box .right {
    width: 70%;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .hschart .box .right .sub_ttl {
    color: #758AC5;
    font-size: 108%;
    margin-bottom: 10px;
  }
  .hschart .box .right p {
    font-size: 90%;
  }
  .hschart .box .right .btn {
    width: 100%;
    background: #2A5B88;
    color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    transition: 0.5s all;
    position: relative;
    margin-top: 10px;
  }
  .hschart .box .right .btn:hover {
    opacity: 0.7;
  }
  .hschart .box .right .btn:hover:after {
    right: 5px;
    transition: 0.5s all;
  }
  .hschart .box .right .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    font-display: swap;
    position: absolute;
    color: #FFF;
    right: 10px;
    font-size: 184%;
    top: 2px;
  }

  .top__case .slide {
    width: 90%;
    margin: 0px auto;
  }
  .top__case .slide li {
    margin-right: 0px;
  }

  footer {
    width: 100%;
    background: #E8E8E8;
    box-sizing: border-box;
    padding: 40px 0px 0px;
  }
  footer .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .outer .logo {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  footer .outer .link {
    width: 100%;
  }
  footer .outer .link .footer-nav {
    border-bottom: 1px solid #BBBBBB;
    padding: 0px 20px 20px;
    box-sizing: border-box;
  }
  footer .outer .link .footer-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .outer .link .footer-nav ul a {
    color: #777777;
    font-size: 90%;
  }
  footer .outer .link .footer-nav ul li {
    width: 22%;
    text-align: center;
    margin-bottom: 8px;
  }
  footer .outer .link .footer-sub-nav {
    box-sizing: border-box;
    padding-top: 20px;
  }
  footer .outer .link .footer-sub-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .outer .link .footer-sub-nav ul li {
    margin-right: 0px;
    width: 49%;
    text-align: center;
    margin-bottom: 8px;
  }
  footer .outer .link .footer-sub-nav ul li:last-child {
    margin-right: 0px;
  }
  footer .outer .link .footer-sub-nav ul li a {
    color: #777777;
    font-size: 90%;
  }
  footer .copy {
    text-align: center;
    color: #777777;
    font-size: 84%;
  }

  .img_list li {
    width: 48%;
  }

  .top_rec {
    height: auto;
    padding: 40px 0px;
    margin-top: 50px;
  }
  .top_rec .box {
    padding-top: 0px;
  }
  .top_rec .box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
  }
  .top_rec .box ul li {
    margin-right: 0%;
    width: 80%;
    margin: 0px auto 25px;
  }
  .top_rec .box ul li:last-child {
    margin: 0px auto 25px;
  }

  .main_visual {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url("../img/main_v.jpg") no-repeat 0px 0px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .main_visual .outer {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 100%;
    line-height: 1.5;
  }
  .main_visual .outer h1 {
    text-align: center;
    font-size: 180%;
    width: 100%;
  }

  .top__material {
    width: 100%;
    margin-top: 50px;
  }
  .top__material .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__material .box .img {
    width: 35%;
    margin-top: -125px;
    display: none;
  }
  .top__material .box .right {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 40px 20px 15px 20px;
  }
  .top__material .box .right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__material .box .right ul li {
    width: 46%;
    margin-bottom: 25px;
  }
  .top__material .box .right ul a {
    display: block;
    text-align: center;
    padding: 20px 0px 20px 0px;
    line-height: 1;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.5s all;
    background: #FFF;
    width: 100%;
    font-size: 94%;
    position: relative;
  }
  .top__material .box .right ul a:before {
    content: "";
    position: absolute;
    top: 28px;
    left: -25px;
    height: 1px;
    background: #000;
    width: 50px;
    transition: 0.5s all;
  }
  .top__material .box .right ul a:hover:before {
    left: -20px;
  }
  .top__material .box .right ul a:hover {
    opacity: 0.7;
  }

  .common_contact .btn_area {
    width: 100%;
  }
  .common_contact .btn_area ul {
    display: flex;
    justify-content: center;
  }
  .common_contact .btn_area ul li {
    width: 45%;
  }
  .common_contact .btn_area ul li:first-child {
    margin-right: 20px;
  }
  .common_contact .btn_area ul li:first-child .btn {
    border-radius: 30px;
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    border: 2px solid #758AC5;
    text-align: center;
    color: #758AC5;
    display: block;
    transition: 0.5s all;
    padding: 20px;
  }
  .common_contact .btn_area ul li:first-child .btn:hover {
    background: #758AC5;
    color: #FFF;
  }
  .common_contact .btn_area ul li:last-child .btn {
    background: #758AC5;
    border-radius: 30px;
    display: block;
    padding: 18px 0px;
    min-width: auto;
    margin: 0px auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    color: #FFF;
    box-sizing: border-box;
    transition: 0.5s all;
    border: 2px solid #758AC5;
  }
  .common_contact .btn_area ul li:last-child .btn:hover {
    background: #FFF;
    color: #758AC5;
  }
  .common_contact address {
    padding: 40px 0px;
  }
  .common_contact address ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .common_contact address ul li {
    width: 100%;
  }
  .common_contact address ul li:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .common_contact address ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .common_contact address ul li dl dt {
    padding: 10px 25px;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    background: #758AC5;
    border-radius: 20px;
    color: #FFF;
    margin-right: 10px;
  }
  .common_contact address ul li dl dd {
    color: #758AC5;
    font-size: 134%;
    font-weight: bold;
    padding-top: 8px;
  }

  .doctors__column .l, .large__column .l {
    width: 100%;
  }
  .doctors__column .s, .large__column .s {
    width: 100%;
    margin-bottom: 20px;
  }
  .doctors__column .s img, .large__column .s img {
    width: 100%;
  }

  .three__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .three__column .box {
    width: 100%;
    margin-bottom: 25px;
  }
  .three__column .box img {
    max-width: 100%;
  }

  .reverse__764 {
    flex-direction: column-reverse;
  }
  .reverse__764 img {
    width: 100%;
  }

  .local_lead {
    font-size: 114%;
    max-width: 100%;
    padding: 0px 20px;
    margin: 0px auto;
    box-sizing: border-box;
  }

  .main__img {
    height: 700px;
    width: 100%;
    padding-top: 100px;
  }
  .main__img .sub_ttl {
    width: 100%;
  }
  .main__img .sub_ttl h1 {
    font-size: 224%;
    width: 100%;
  }
/*////logo//////*/
	.logo_area .txt span {
		font-size: 25px;
	}
	
	.footer_content{
		display:none;
	}
	
}
@media screen and (max-width: 640px) {
	.second_main_img .second_text_area .sub_ttl{
		font-size:200%;
	}
  .second_main_img .second_text_area {
    top: 125px;
  }
  .cooperation__list {
    width: 100%;
  }
  .cooperation__list .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .breadcrumb {
    margin-top: 50px;
  }

  .banner {
    width: 100%;
  }
  .banner ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .banner ul li {
    width: 100%;
  }
  .banner ul li:first-child {
    margin-bottom: 30px;
  }

  .top__sub_link {
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }
  .top__sub_link .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top__sub_link .list .list_item {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #FFF;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .top__sub_link .list .list_item div {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .top__sub_link .list .list_item div figcaption {
    padding-top: 10px;
    font-size: 124%;
  }

  .header .tagline .nav_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .tagline .nav_box .logo {
    width: 100%;
  }
/*   .header .tagline .nav_box .logo img {
    max-width: 320px;
  } */

  .reverse__640 {
    flex-direction: column-reverse;
  }

  .page__copy {
    font-size: 114%;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .scroll table {
    width: 500px;
  }

  .scroll {
    max-width: 100%;
    margin: 0px auto 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }

  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }

  .scroll table {
    width: 800px;
  }

  .banner {
    width: 100%;
    position: relative;
  }
  .banner:before {
    content: "";
    width: 100%;
    background: #F4F4F4;
    height: 90%;
    position: absolute;
    left: 0px;
    top: 20%;
    z-index: -1;
  }
  .banner .box {
    width: 100%;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
  }
  .banner .box .pic {
    width: 100%;
    height: 280px;
    background: url("../img/banner.png") no-repeat right 0px;
    background-size: cover;
    position: relative;
  }
  .top__feature {
    padding: 20px 20px;
    margin-bottom: 30px;
    width: 100%;
  }
  .top__feature .outer {
    flex-direction: column-reverse;
    width: 100%;
  }
  .top__feature .outer .inner {
    width: 100%;
  }
  .top__feature .outer .inner img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top__feature .outer .inner ul li {
    padding: 0px 0px 15px 30px;
    font-size: 137.5%;
    margin-bottom: 15px;
  }
  .top__feature .outer .inner .sub_ttl {
    font-size: 160%;
    margin-bottom: 30px;
  }

  footer .bottom__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
  }
  footer .bottom__link li {
    position: relative;
    text-align: center;
    width: 48%;
    margin-right: 0px;
    padding-right: 0px;
    margin-bottom: 8px;
  }
  footer .bottom__link li:not(:last-child):after {
    content: "";
    display: none;
  }
  footer address {
    text-align: center;
    padding: 20px 0px;
    width: 100%;
    display: block;
  }
  footer address span {
    font-size: 124%;
    display: inline-block;
    padding-bottom: 10px;
  }
  footer .copy {
    color: #999999;
    font-size: 94%;
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footer_content {
    padding-bottom: 20px;
  }
  footer .footer_content .link {
    width: 100%;
  }
  footer .footer_content .link ul {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  footer .footer_content .link ul:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  footer .footer_content .link ul .icon:before {
    content: url("../img/link.png");
    width: 20px;
    height: 17px;
    right: 10px;
    top: 13px;
    position: absolute;
  }
  footer .footer_content .link ul li {
    margin-bottom: 15px;
    width: 100%;
  }
  .about_list ul li {
    width: 48%;
  }
.logo_area .txt span {
    font-size: 25px;
}
	.logo_area .txt{
		width:90%;
	}
	.top__main_lead{
		font-size:130%;
		text-align:left;
	}
}
@media screen and (max-width: 480px) {
  .about_list ul li {
    width: 100%;
  }

  .contact__block {
    padding: 20px;
    margin-bottom: 60px;
  }
  .contact__block .outer .left {
    width: 100%;
  }
  .contact__block .outer .left .btn {
    max-width: 800px;
    width: 100%;
    display: block;
    padding: 20px 0px 20px 0px;
    font-size: 108%;
  }
  .contact__block .outer .right {
    display: none;
  }

  .sympton__list .list_item {
    width: 100%;
  }

  .top__feature_list ul {
    width: 100%;
  }
  .top__feature_list ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .main__img {
    height: 500px;
    width: 100%;
    padding-top: 100px;
  }
  .main__img .sub_ttl {
    width: 100%;
  }
  .main__img .sub_ttl h1 {
    font-size: 184%;
    width: 100%;
  }

  .img__ttl_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .img__ttl_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .list_dot_circle li {
    width: 100%;
  }

  .top__medical_center ul {
    width: 100%;
  }
  .top__medical_center ul li {
    width: 100%;
    margin-bottom: 30px;
  }

  .itemlist_dl {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .itemlist_dl:after {
    display: none;
  }
  .itemlist_dl dt {
    width: 100%;
  }

  .tab {
    width: 100%;
  }
  .tab .tab__link {
    background: #758AC5;
    width: 100%;
    padding: 20px 20px 0px 20px;
  }
  .tab .tab__link .category {
    display: none;
  }
  .tab .tab__link .category .outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab .tab__link .category .outer .inner {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  .tab .tab__link .category .outer .inner .dropdown {
    display: none;
    position: absolute;
    left: 0px;
    top: 48px;
    background: #EAF0FF;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    z-index: 2;
  }
  .tab .tab__link .category .outer .inner .dropdown ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab .tab__link .category .outer .inner .dropdown ul li {
    margin-bottom: 10px;
    width: 49%;
  }
  .tab .tab__link .category .outer .inner .dropdown ul li a {
    display: block;
    font-size: 84%;
  }
  .tab .tab__link .category .outer .inner p {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #DDD;
    z-index: 0;
  }
  .tab .tab__link .category .outer .inner p:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab .tab__link .order_50 {
    display: none;
  }
  .tab .tab__link .order_50 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
  }
  .tab .tab__link .order_50 ul li {
    background: #FFF;
    color: #758AC5;
    position: relative;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .tab .tab__link .order_50 ul li:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab .tab__link .show {
    display: block;
  }
  .tab .tab__main {
    width: 100%;
  }
  .tab .tab__main ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tab .tab__main ul li {
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background: #EAF0FF;
    padding: 30px;
    width: 40%;
    box-sizing: border-box;
    text-align: center;
  }
  .tab .tab__main ul li:first-child {
    margin-right: 30px;
  }
  .tab .tab__main ul .active {
    background: #758AC5;
    color: #FFF;
    font-weight: 700;
  }

  .rec__link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rec__link ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: 0.5s all;
  }
  .rec__link ul li p {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    font-size: 124%;
  }
  .rec__link ul li figure {
    text-align: center;
  }
  .rec__link ul li img {
    object-fit: cover;
  }
  .rec__link ul li a {
    display: block;
  }
  .rec__link ul li:hover {
    opacity: 0.7;
  }

  .img_list li {
    width: 100%;
  }

  .case article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .case article .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .case article .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .case article .left ul li {
    width: 100%;
  }
  .case article .left ul li:first-child {
    margin-bottom: 25px;
  }
  .case article .left ul li:first-child:after {
    display: none;
  }
  .case article .right {
    width: 100%;
  }

  .img__link_txt ul li {
    width: 100%;
  }

  .banner {
    width: 100%;
    position: relative;
  }
  .banner:before {
    content: "";
    width: 100%;
    background: #F4F4F4;
    height: 90%;
    position: absolute;
    left: 0px;
    top: 20%;
    z-index: -1;
  }
  .banner .box {
    width: 100%;
    background: #FFF;
    padding: 15px;
    box-sizing: border-box;
  }
  .banner .box .pic {
    width: 100%;
    height: 220px;
    background: url("../img/banner.png") no-repeat right 0px;
    background-size: contain;
    position: relative;
  }
  .banner .box .pic a {
    width: 300px;
  }
  .banner .box .pic a:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -5px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: 0.5s all;
  }
  .banner .box .pic a:hover:before {
    left: 0px;
  }
  .banner .box .pic a:hover {
    opacity: 0.7;
  }

  .checklist li {
    padding-left: 25px;
    margin-bottom: 15px;
    position: relative;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 124%;
    text-align: left;
  }
  .checklist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #758AC5;
  }
  .checklist li:last-child {
    margin-bottom: 0px;
  }

  .br-sp {
    display: none;
  }

  .three__column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .three__column .down {
    width: 100% !important;
  }
  .three__column .box {
    width: 32%;
    margin-bottom: 25px;
  }
  .three__column .box img {
    max-width: 100%;
  }

  .common_btn {
    width: 80%;
    max-width: 300px;
  }

  .middle_ttl {
    font-size: 134%;
  }

  .main_visual {
    width: 100%;
    height: 320px;
  }
  .main_visual .outer h1 {
    text-align: center;
    font-size: 134%;
    width: 100%;
  }

  .fixed__bottom_banner {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 999;
  }
  .fixed__bottom_banner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fixed__bottom_banner ul li {
    width: 33%;
    height: 80px;
    position: relative;
  }
  .fixed__bottom_banner ul li:nth-child(1n) a {
    background: #8A9EFF;
  }
  .fixed__bottom_banner ul li:nth-child(2n) a {
    background: #84BBFF;
  }
  .fixed__bottom_banner ul li:nth-child(3n) a {
    background: #0059B2;
  }
  .fixed__bottom_banner ul li a {
    color: #FFF;
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 10px 0px 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .fixed__bottom_banner ul li a:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #FFF;
    font-size: 140%;
    z-index: 1;
  }

  #nav-content .container .tel ul {
    display: flex;
    flex-wrap: nowrap;
  }
  #nav-content .container .tel ul p {
    color: #2A5B88;
    padding-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #FFF;
  }
  #nav-content .container .tel ul .number {
    color: #FFF;
    font-size: 174%;
    font-weight: bold;
  }
/*////////logo//////////////*/
.logo_area .pic {
    width: 15%;
}
.logo_area .txt h1 {
    white-space: normal;
    word-break: keep-all;
}
}
@media screen and (max-width: 1480px) {
.logo_area .txt h1 {
    font-size: 80%;
}
	.logo_area .pic{
		margin-right:20px;
	}
	.header .tagline .nav_box .outer .info .tel ul .number{
		font-size: 160%;
	}
}

@media screen and (max-width: 1400px) {
	.logo_area .pic{
		max-width: 14%;
		margin-right:10px;
	}
	.header .tagline .nav_box .logo{
		padding: 10px 0px 0px 10px;
	}
	.header .tagline .nav_box .outer .nav{
		padding-top:0px;
		padding-bottom:0px;
	}
	.header .tagline .nav_box .outer .info .tel ul .number{
		font-size:130%;
	}
}
@media screen and (max-width: 1279px) {
		.header .tagline .nav_box .logo{
		padding: 10px 0px 10px 10px;
	}
}
</pre></body></html>