@charset "UTF-8";
/*-------------------------------------------
各部門など
-------------------------------------------*/
/*-------------------------------------------
部門紹介
-------------------------------------------*/
.department_top {
    max-width: 1100px;
    width: 100%;
    margin: 70px auto;
}
.bumon_ran {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bumon_btn {
    border: 2px solid #7fb7d3;
    border-radius: 0.5vw;
    z-index: 4;
        margin-bottom: 35px;
    overflow: hidden;
    height: 120px;
}
.bumon_btn .btn{
    height: 120px;
    width:  calc(100% / 2 - 10px);
    position: relative;
}
.bumon_btn img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(82%, -100%);
  -ms-transform: translate(82%, -100%);
  transform: translate(82%, -100%);
    height: auto;
    width: 290px;
    z-index: 1;
    border-radius: 0.4vw;
}
.bumon_btn .btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
  top: 50%;
  left: 10%;
    background: linear-gradient(90deg, #ffffff, transparent);
  -webkit-transform: translate(83%, -50%);
  -ms-transform: translate(83%, -50%);
  transform: translate(83%, -50%);
    z-index: 2;
    border-radius: 0.5vw;
}
.btn--bumon ,a.btn--orange {
  background-color: #fff;
}
.bumon_btn a {
    position: absolute;
    z-index: 3;
}
.bumon_btn p{
    margin: 27px 0;
  color: #065b87 !important;
    font-size: 2.5rem;
    text-align: left;
    padding-left: 30px;
}
.depart_top {
    max-width: 1100px;
    width: 100%;
    height: 445px;
    margin: 50px auto 0;
    position: relative;
}
.depart_top_txt {
    position: absolute;
    z-index: 2;
    top: 10%;
right: 10%;
    width: 13%;
}

.depart_top_tit {
    position: absolute;
  bottom: -13%;
  left: 50%;
  transform: translateX(-50%);
    z-index: 3;
}
.depart_top_tit img{
    height: 96px;
    width: auto;
}
.depart_top_pic {
    max-width: 1100px;
    width: 100%;
    height: 445px;
    overflow: hidden;
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    z-index: 1;
}
.depart_top_pic img {
    height: auto;
    width: 100%;
}
/*-------------------------------------------
薬剤部
-------------------------------------------*/

.top_txt p{
    font-size: 1.8rem;
    text-align: justify;
    width: 800px;
    margin: 100px auto 0;
}
.karute {
    display: flex;
    align-items: flex-start;
}
.karute img {
    width: 200px;
    margin: 10px;
    object-fit: contain;
}
#pharm .dai_titl {
    margin: 150px auto 0;
}
#pharm .yajirusi_arrow_l1 {
    height: 250px;
}
#pharm .yajirusi_arrow_r1 {
    height: 250px;
}
.yajirusi_txt2 {
    display: block;
}
#pharm .gr_style {
    height: 180px;
}
#pharm .gr_style1 {
    height: 240px;
}
#pharm .gr_style2 {
    height: 200px;
}
.link_wrap2 {
    width: 100%;
}
.gr_style2 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 90px;
    padding: 1rem;
    clip-path: polygon(0% 0%, 97.8% 0%, 100% 50%, 97.8% 100%, 0% 100%);
    background-color: #bbbbbb;
    border-left: 10px solid #bbbbbb;
}
.gr_style2::before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #fff;
    clip-path: polygon(0% 0%, 97.8% 0%, 100% 50%, 97.8% 100%, 0% 100%);
    z-index: -1;
}
.nagare_yajirusi .nagare_txt1 , .nagare_yajirusi .nagare_txt2 , .nagare_yajirusi .nagare_txt3{
    padding: 0 10px;
    font-size: 1.7rem;
}
.yajirusi_txt2 .nagare_txt1 , .yajirusi_txt2 .nagare_txt2, .yajirusi_txt2 .nagare_txt3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.yajirusi_txt2 .nagare_txt1:after {
    border-top: 1px dotted;
    content: "";
    width: 133px;
}
.yajirusi_txt2 .nagare_txt2:after {
    border-top: 1px dotted;
    content: "";
    width: 13em;
}
.yajirusi_txt2 .nagare_txt3:after {
    border-top: 1px dotted;
    content: "";
    width: 77px;
}
.nagare_txt03 {
    width: 450px;
}
.nagare_yajirusi2 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}
.nagare_yajirusi2 p {
    font-size: 3.0rem;
    font-family: "Roboto";
    font-weight: 500;
    margin: 0;
}
.nagare_yajirusi2 p span {
    font-size: 2.0rem;
    font-weight: bold;
    color: #065b85;
    display: block;
    line-height: 1.2;
    padding-top: 6px;
}
.link_wrap3 {
    width: calc(50% - 10px);
}
.nagare02 {
    width: 170px;
}
.nagare_yajirusi2 .nagare_txt {
    padding: 0 10px;
    font-size: 1.7rem;
}
#pharm .tyu_txt {
        font-size: 1.5rem;
    text-align: justify;
        padding: 0px;
}
#pharm .nomijikan .syoku {
    display: flex;
    width: auto;
}
.txt_flex {
    display: flex;
    justify-content: flex-start;
        align-items: baseline;
}

.yon_pic {
    width: 40%;
    margin: 0 auto;
    margin-right: 40px;
}


.yon_roku_flex {
    margin:30px auto;
    display: flex;
    justify-content: space-between;
}
.roku_txt {
    width: 60%;
  overflow-wrap: break-word;
  word-break: break-word;
  word-break: break-all;
}

.syohou {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
  
}
.syohou01 {
    width:  calc(100% / 2 - 20px);
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
}
.syohou02 {
    width:  calc(100% / 2 - 20px);
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
    border: 2px solid  #065b85;
    position:relative;
}
.syohou01 p ,.syohou02 p{
    width: 80%;
    margin: 0 auto;
    height: 45px;
}
.syohou01 span ,.syohou02 span {
    color: #dd695d;
}
.syohou_pic {
    margin: 40px;
    width: auto;
    height: 115px;
}
.syohou_pic img {
    height: 115px;
    width: 100%;
}
.syohou02 ::after {
   content:"";
   display:block;
   width:2px;
   height:30px;
   background-color:#065b85;
   position:absolute;
   bottom:-30px;
   left:50%;
}
.syohou03 {
    max-width: 1000px;
    margin: 28px auto 50px;;
    width:100%;
    background-color: #fff;
    border: 2px solid  #065b85;
}
.syohou03 p {
    margin: 0;
    padding: 25px 30px 0px 30px;
}
.syohou03 ul {
    max-width: 1000px;
    margin: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.syohou03 ul li {
    list-style: disc;
}
.syohou03 ul li span {
    color:  #065b85;
}
.gyomu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.gyomu01 {
    border: 2px solid  #065b85;
    margin-bottom: 20px;
}
.gyomu_txt {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.gyomu02 {
    padding: 10px 20px;
    margin: 0 20px 20px 20px;
    font-size: 1.5rem;
    text-align: justify;
    background-color: #f4f5f7;
}
.yon_pic img{
   width: 100%;

}
.yon_pic2 {
   position: relative;
   overflow: hidden;
    height: 235px;
    margin-right: 40px;
}
.yon_pic2 img{
   width: 100%;
   object-fit: cover;
}
.fukuyku_ran , .kusuri_flex{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.kusuri_block {
    margin-bottom: 30px;
}
.sido_left {
    font-size: 1.5rem;
    text-align: center;
    background-color: #f4f5f7;
}
.sido_left table , .sido_left td, .sido_left th {
    width: 250px;
    height: 57px;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
.fukuyaku_nengo {
    display: block;
  overflow-x: auto;
  width: 100%;
}
.fukuyaku_nengo table {
  table-layout: fixed;
  width: auto;
}
.fukuyaku_nengo table ,.fukuyaku_nengo td,.fukuyaku_nengo th {
    font-size: 1.5rem;
    text-align: center;
    width: 141px;
    height: 57px;
    border-collapse: collapse;
	border: 1px solid #cfcfcf;
	border-collapse: collapse;
}
.fukuyaku_nengo2 {
    background-color: #f4f5f7;
}
.fn_line_h {
    line-height: 1.2;
}
.fukuyaku_nengo td span {
    font-size: 1.2rem;
}
.fukuyaku_txt {
    max-width: 1100px;
    width: 80%;
    margin: 0 auto;
}
.kusuri_txt {
    max-width: 1100px;
    margin: 0 auto;
}
.kusuri_txt2 {
    width: 60%;
    text-align: left;
}
.kusuri_pic {
    margin-bottom: 20px;
}
.nomijikan {
    display: flex; 
    margin: 5px 0;
}
.syoku p{
    width: 50px;
    margin: 0;
    text-align: right;
}
.syokunomi p {
    width: 100%;
    padding-left: 20px;
    margin: 0;
}
.onegai02 {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1.5rem;
    text-align: justify;
    background-color: #f4f5f7;
}
.last {
    margin-bottom: 100px;
}
/*-------------------------------------------
病棟看護部
-------------------------------------------*/
#byoutou_kangobu .gaiyo h3 {
    padding-bottom: 10px;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}
#byoutou_kangobu .maru_aoobi_siromoji ,#byoutou_kangobu .flex_box_b2 {
    width: 80%;
}

.taisei {
    padding: 10px 0 ;
    margin: 0 auto;
    border-bottom: 2px solid #000;
}
.taisei01 {
    width: 220px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
#byoutou_kangobu .taisei .tyu_txt2 {
    font-size: 1.7rem;
    text-align: center;
}
.taisei02 {
    width: 220px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.solid {
    border: 1px solid #065b85;
}
.time_m {
    width: 30px;
}
.time_m3 {
    width: 30px;
}
.time_m_y {
    margin-left: 30px;
}
.time_txt {
      font-family: "Noto Sans JP", sans-serif;
    width: 180px;
    padding: 3px 20px;
    font-weight: 600;
}
.time_txt_y {
      font-family: "Noto Sans JP", sans-serif;
    width: 160px;
    padding: 3px 20px;
    font-weight: 600;
}
.time_tr1 {
    transform: scale(-1, 1);
}
.time_tr2 {
    transform: scale(1, -1);
}
.sche_txt {
      font-family: "Noto Sans JP", sans-serif;
    padding-top: 3px;
    width: 265px;
}
.sche_txt_y {
      font-family: "Noto Sans JP", sans-serif;
    padding-top: 3px;
    width: 250px;
}
#innaikatudo .yon_pic {
    width: 40%;
    margin: 0 auto;
   margin-right: 0px;
}
#innaikatudo .roku_txt {
    margin-right: 40px;
}
#innaikatudo .roku_txt ul {
    margin-left: 20px;
}
#innaikatudo .roku_txt ul li {
    list-style: disc;
}
#kyouiku .yon_pic {
    width: 40%;
    margin: 0 auto;
    margin-right: 60px;
}
#kyouiku .roku_txt ul li {
    list-style: circle;
}
/*-------------------------------------------
栄養科・厨房
-------------------------------------------*/
#nutrition ul li {
    list-style: disc;
    margin-left: 20px;
}
/*-------------------------------------------
医事課・事務
-------------------------------------------*/
.koumoku01 {
    padding: 15px 30px;
    width: 132px;
    background-color: #f1f2f4;
    border: 2px solid #d0d0d0;
    border-bottom: none;
}
.naiyou01 {
    padding: 15px 30px;
    width: calc(100% - 132px);
    border: 2px solid #d0d0d0;
    border-bottom: none;
    border-left: none;
}
.koumoku02 {
    padding: 15px 30px;
    width: 132px;
    background-color: #f1f2f4;
    border: 2px solid #d0d0d0;
}
.naiyou02 {
    padding: 15px 30px;
    width: calc(100% - 132px);
    border: 2px solid #d0d0d0;
    border-left: none;

}
.uniform_txt {
    padding: 30px 280px 0;
}
.uni_pic1 {
    position: relative;
    display: inline-block;
    justify-items: flex-end;
}
.uni_pic1 img:nth-of-type(2){
    position: absolute;
    right: 72%;
    width: 50%;
    top: -18%;
    height: auto;
}
.uni_pic2 {
    position: relative;
    display: inline-block;
    justify-items: flex-start;
}
.uni_pic2 img:nth-of-type(2){
    position: absolute;
    right: -22%;
    width: 50%;
    top: -20%;
    height: auto;
}
.uni_aoobi1 {
    width: 75%;
    padding: 10px 0;
    background-color: #065b87;
    border-radius: 100vw;
    height: 71px;
    margin-right: 15px;
}
.uni_aoobi2 {
    width: 75%;
    padding: 10px 0;
    background-color: #065b87;
    border-radius: 100vw;
    height: 71px;
    margin-left: 35px;
  display: flex;
  align-items: center;
justify-content: center;
}
.flex_block {
    display: block;
}
.flex_t_b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ijika {
  display: grid; 
  grid-template-columns: 1.2fr 0.8fr; 
  grid-template-rows: 0.1fr 0.5fr 0.5fr; 
  gap: 0px 40px; 
  grid-template-areas: 
    "ijika_tit medical01"
    "ijika_txt medical01"
    "ijika_hyou medical01"; 
}
.medical01 { 
    grid-area: medical01; 
    
}
.medical01 img{ 
    width: 100%;
}
.ijika_tit { grid-area: ijika_tit; }
.ijika_txt { grid-area: ijika_txt; }
.ijika_hyou { grid-area: ijika_hyou; }
/*-------------------------------------------
検査
-------------------------------------------*/
.Card {
  display: grid;
  row-gap: 20px;
      background-color: #fff;
    border: 2px solid #bbbbbb;
    
}
.Card > .btn_shinryoka {
  align-self: end;
  justify-self: end;
}

#inspection .kensa_naiyo {
  display: grid; /* グリッドレイアウトを適用 */
  grid-template-columns: 1fr; 
  gap: 10px; /* 子要素間の間隔 */
  background-color: #fff; 
}
#inspection .naiyou_txt {
    background-color: #f4f5f7;
    box-sizing: border-box; 
}

.inspection_koumoku {
    text-align: center;
}
.inspection_koumoku img {
    width: auto;
    height: 70px;
}
#inspection .btn_shinryoka .arrow {
    left: 24%;
}

.table_gata {
    font-size: 1.5rem;
    text-align: justify;
    word-wrap: break-word;
    white-space: normal;
    max-width: 1100px;
}
.tb_yoko {
    display: flex;

}
.tb_blo {
    display: block;
}
.tb_fle {
    display: flex;
}
.tb_ue {
    background-color: #f4f5f7;
    padding: 10px;
    text-align: center;
    border: 1px solid #cdcdcd;
}
.ue01 ,.ue02 ,.ue03 {
    border-right: none;
}
.tb01 ,.tb02 ,.tb03 ,.tb04 {
    padding: 10px 20px;
    border: 1px solid #cdcdcd;
}
.tb01 {
    border-top: none;
    border-right: none;
}
.tb02 {
    border-top: none;
    border-right: none;
}
.tb03 {
    border-top: none;
    border-right: none;
}
.tb04 {
    border-top: none;
    display: flex;
    align-items: center;
}

table {
    max-width: 1100px;
  table-layout: fixed;
  width: 100%;
}
table , td, th {
	border-collapse: collapse;
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    table-layout: fixed;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.kensa_ue td{
    background-color: #f4f5f7;
    padding: 10px;
    text-align: center;
}
.kensa_01 {
    width: 270px!important;
}
.kensa_02 {
    width: 337px!important;
}
.kensa_02_1 {
    width: 101px!important;
}
.kensa_02_2 {
    width: 236px!important;
}
.kensa_02_2 img {
    width: 196px;
}
.kensa_03 {
    width: 405px!important;
}
.kensa_04 {
    width: 88px!important;
}
.kikoekensa {
    background-color: #fff;
    width: 85%;
    margin: 0 auto;
    padding: 50px 0;
}
.kikoekensa1 {
    display: flex;
    align-items: center;
    width: 850px;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}
.kikoekensa2 {
    display: flex;
    align-items: center;
    width: 850px;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 10px 0;
}
.kikoekensa3 {
    display: flex;
    align-items:flex-start;
    width: 450px;
    margin: 0 auto;
    font-size: 1.7rem;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}
.kikoekensao_txt {
    width: 150px;
    margin-right: 25px;
    font-feature-settings: "palt";
}
.kikoekensao_txt p{
    margin: 0;
    text-align: right;
}
.gaiyo_txt3 span {
    font-size: 1.3rem;
}
.kensa_01 ,.kensa_02 ,.kensa_02_1 ,.kensa_02_2,.kensa_03 {
vertical-align: top;
}
#inspection .gaiyo_txt2 p {
    font-weight: bold;
}
#inspection .gaiyo_txt4 {
    display: flex;
}
#inspection .txt img {
    width: 97px;
}
/*-------------------------------------------
放射線科
-------------------------------------------*/
#radiology .top_txt p {
    width: 41%;
}
#radiology .top_txt ul {
    width: 41%;
    margin: 10px auto;
}
#radiology .top_txt ul li {
    list-style: disc;
    margin-left: 20px;
}
#radiology .pic_tori img{
  height: 384px;
    object-fit: cover;
}
#radiology .kekka_koumoku {
    background-color: #f1f2f4;
}
#radiology .list_150 {
    width: 150px!important;
        margin-bottom: auto;
}
#radiology .syoujyo_list {
    width: 150px;
    background-color: #f1f2f4;
    display: block;
}
#radiology .syoujyo_list img{
    margin: auto;
    display: block;
    width: 80px;
}
#radiology .rei {
    width: calc(100% - 150px);
    display: block;
    padding-left: 10px;
    background-color: #fff;
}
#radiology .kon_bk {
    padding: 2px;
    width: 150px;
    text-align: center;
    margin-right: 10px;
        margin-bottom: auto;
}
#radiology .ueshita_pad_10 {
    background-color: #fff; 
}
.shita_sen_arrow {
    border-bottom: 2px solid #aeaeae;
}
.triangle {
    margin-left: 60px;
  width: 0;
  height: 0;
  border-style: solid;
border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #aeaeae;
  border-bottom: 0;
}
#radiology .tyu_txt3 span {
    background-color: #ebf3f6;
    padding: 5px 20px;
    border-radius: 100vw;
    border: 2px solid #000;
}
#radiology .syoujyou_kekka{
    display: block;
    padding-right: 10px;
}
#radiology .syoujyou_kekka2{
    display: flex;
}
#radiology .syoujyou_kekka img {
    width: auto;
    height: 125px;
}
#radiology .rei ul li {
    list-style: disc;
    margin-left: 20px;
}
.jiseki_01 {
    width: 30%;
    background-color: #f1f2f4;
    border: 1.5px solid #cdcdcd;
    border-bottom: none;
    border-right: none;
}
.jiseki_01_1 {
    width: 30%;
    background-color: #f1f2f4;
    border: 1.5px solid #cdcdcd;
    border-right: none;
}
.jiseki_01_txt {
    padding: 10px;
    margin-bottom: auto;
}
.jiseki_02 {
    width: 70%;
    background-color: #fff;
    padding: 10px;
    border: 1.5px solid #cdcdcd;
    border-bottom: none;
}
.jiseki_02_1 {
    width: 70%;
    background-color: #fff;
    padding: 10px;
    border: 1.5px solid #cdcdcd;
}
.jiseki_02 ul li {
    list-style: disc;
    margin-left: 20px;
}
/*-------------------------------------------
栄養科・厨房
-------------------------------------------*/
#nutrition .depart_top_txt {
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 3%;
    width: 9%;
}
/*-------------------------------------------
言語・リハビリ
-------------------------------------------*/
#rehabil .depart_top_tit {
    bottom: -15%;
}
#rehabil ul li {
    list-style: disc;
    margin-left: 20px;
}
#rehabil .hatujyushin_akatxt {
    font-size: 2.0rem;
}
#rehabil .shinryo_yoyaku {
    border-top: 2px solid #000;
}
#rehabil .shinryo_yoyaku h2 {
    font-size: 4.0rem;
}
@media screen and (max-width: 820px) {
    #rehabil .ishihyou_machijyokyo {
        top: 55%;
    }
    #rehabil .depart_top_txt {
    top: 15%;
    right: 15%;
}

}
@media screen and (max-width: 768px) {
    #rehabil .depart_top_pic img {
        margin-left: -470px;
    }
#rehabil .shinryo_yoyaku h2 {
    font-size: 3.5rem;
}
}
/*-------------------------------------------
部門紹介
-------------------------------------------*/
@media screen and (max-width: 1024px) {
    .department_top {
    width: 90%;
}
    .bumon_btn .btn::before {
    left: 30%;
}
}
@media screen and (max-width: 820px) {
    .bumon_ran {
    display: block;
}
    #department .nibunkatubu2 {
    width: calc(100% / 1 - 0px);
}
    .bumon_btn img {
    -webkit-transform: translate(110%, -96%);
    -ms-transform: translate(110%, -96%);
    transform: translate(110%, -96%);
    width: 350px;
}
        .bumon_btn .btn::before {
    left: 25%;
}
}
@media screen and (max-width: 768px) {
    .bumon_btn .btn {
    width: calc(100% / 1 - 0px);
}
}
/*-------------------------------------------
各部門
-------------------------------------------*/
@media screen and (max-width: 1024px) {
#pharm .nagare_txt03 {
    width: 320px;
    }
}
@media screen and (max-width: 820px) {
.depart_top {
    margin: 0px auto 0;
}
.depart_top_pic {
    height: 333px;
}
.depart_top_tit {
    bottom: -6%;

}
.top_txt p {
    width: 90%;
margin: 50px auto 0;
}
    .roku_yon {
    align-items: flex-end;
}
    #dental_tuite .roku_yon {
            align-items: flex-start;
    }
}
@media screen and (max-width: 768px) {
.depart_top {
    width: 100%;
    height: 300px;
    margin: 0px auto 0;
    position: relative;
}
.depart_top_txt {
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 200px;
    width: 80%;
}
.depart_top_txt img{
    width: auto;
}
.depart_top_tit {
    position: absolute;
  bottom: -18%;
  left: 50%;
  transform: translateX(-50%);
    z-index: 3;
}
#pharm .depart_top_tit {
  bottom: -40%;
}
.depart_top_tit img{
    height: 96px;
    width: auto;
}
.depart_top_pic {
    max-width: 1100px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    z-index: 1;
}
.depart_top_pic img {
    width: 120%;
}
}
/*-------------------------------------------
病棟看護部
-------------------------------------------*/
@media screen and (max-width: 1024px) {
#byoutou_kangobu .maru_aoobi_siromoji, #byoutou_kangobu .flex_box_b2 {
    width: 100%;
}
    .time_txt {
        width: 175px;
            padding: 3px 15px;
    }
.sche_txt {
    width: 200px;
}
    .sche_txt_y {
    width: 180px;
}
}
@media screen and (max-width: 820px) {
    #schedule .width_90 {
        width: 100%;
    }
    .time_m ,.time_m3{
    width: 25px;
      margin: 3px 0;
}
    .time_m_y {
    margin-left: 25px;
}
    .time_txt {
            padding: 0px 15px;
    }
.sche_txt {
         padding-top: 0px;
}
}
@media screen and (max-width: 756px) {
    .depart_top_tit {
        bottom: -40%;
    }
    #kyouiku .roku_txt {
       padding-left: 20px;
    }
    #byoutou_kangobu .yon_pic {
        width: 100%;
    }
    .time_m {
        margin-left: 25px;
    }
    .time_txt {
        width: 105px;
    }
.time_txt_y {
    width: 105px;
}
}
/*-------------------------------------------
薬剤部
-------------------------------------------*/
@media screen and (max-width: 1024px) {
    .nagare_yajirusi2 {
        display: block;
    padding-bottom: 0px;
    }
    .nagare_yajirusi2 .nagare_txt {
        font-size: 1.4rem;
    }
    .link_wrap3 {
    width: calc(90% - 0px);
    padding-bottom: 40px;
        margin: 0 auto;
}
.nagare_yajirusi {
    max-width: 100%;
}
    .nagare02 {
    width: 100%;
}
    #pharm .gr_style1 {
    height: 200px;
}
    .fukuyaku_nengo {
    border-right: 1px solid  #cfcfcf;
}
    .syohou {
    width: 90%;
}
    .syohou03 {
    max-width: 90%;
}

}
@media screen and (max-width: 820px) {
        #pharm .ishihyou_machijyokyo {
        top: 55%;
    }
        #pharm .top_txt p {
    width: 80%;
}
    .txt_flex {
    display: block;
    justify-content: flex-start;
}
    #pharm .tyu_txt {
    width: 90%;
}
    #pharm .gr_style2 {
    height: 220px;
}
    #hochouki .nagare_yajirusi {
    max-width: 100%;
        display: block;
}
}
@media screen and (max-width: 768px) {
.fukuyaku_nengo table, .fukuyaku_nengo td, .fukuyaku_nengo th {
    height: 66px;
}
    #pharm .dai_titl {
    margin: 100px auto 0;
}
.depart_top_tit img{
    height: 55px;
    width: auto;
    }

    #nutrition .depart_top_txt img {
    width: 320px;
}
    .top_txt p {
            font-size: 1.4rem;
    margin: 150px auto 0;
}
    .link_wrap3 {
        padding-bottom: 0px;
    }
    #pharm .tyu_txt {
        width: 100%;
    }
    #pharm .gr_style {
    height: auto;
}
    #pharm .gr_style1 {
    height: auto;
}
    #pharm .gr_style2 {
    height: auto;
}
    #pharm .gr_style3 {
        height: auto;
    }
    .yon_roku_flex {
    display: block;
}
    .roku_txt {
    width: 100%;
        padding-bottom: 10px;
}
    .syohou {
    display: block;
    width: 90%;
}
    .syohou01 p, .syohou02 p {
    margin: 0 auto 10px;
}
    .syohou01 {
    width: calc(100% / 1 - 0px);
        padding-left: 20px;
        padding-right: 20px;
}
    .syohou02 {
    width: calc(100% / 1 - 0px);
        padding-left: 20px;
        padding-right: 20px;
}
    .yon_pic {
    width: 100%;
}
    .yon_pic2 {
    margin : 0 auto;
}
    .syohou03 {
    width: 90%;
}
    .syohou_pic {
    margin: 20px;
    width: auto;
    height: 115px;
}
    .gyomu {
    display: block;
}
    .gyomu02 {
    padding: 10px 0px;
}
        #pharm .tyu_txt {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .sido_left table, .sido_left td, .sido_left th {
		height:66px;
    width: 150px;
}

.fukuyaku_txt {
    width: 100%;
}
.kusuri_flex {
    display: block;
}
    .karute1 {
        flex-direction: column-reverse;
        align-items: center;
}
    .txt_flex {
    display: block;
}

    .gr_style2 {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
    .gr_style2::before {
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
    .link_wrap2 {
    margin-bottom: 20px;
}
}

/*-------------------------------------------
放射線科
-------------------------------------------*/
@media screen and (max-width: 1024px) {
    #radiology .top_txt p {
    width: 60%;
}
    #radiology .top_txt ul {
    width: 60%;
}
    #radiology .pic_tori img {
    height: 300px;
    object-fit: cover;
}
    #radiology .ueshita_pad_10 {
    display: block;
    }
    #radiology .kon_bk {
    margin-bottom: 10px;
    }
}
@media screen and (max-width: 820px) {
    #radiology .syoujyou_kekka2 {
    display: block;
}
}
@media screen and (max-width: 768px) {
#radiology .top_txt p , #radiology .top_txt ul {
        width: 90%;
    }
    #radiology .syoujyo_list {
    width: 150px;
    background-color: #f1f2f4;
    display: flex;
    align-items: center;
        margin: 0 auto;
}
    #radiology .rei {
    width: calc(100% - 0px);
   padding-left: 0px; 
}
#radiology .kon_bk {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
}
    .triangle {
    margin-left: 44%;
}
    #radiology .syoujyou_kekka {
    padding-right: 0px;
}
    #radiology .syoujyou_kekka img {
    width: 100%;
    height: auto;
}
}
/*-------------------------------------------
栄養科・厨房
-------------------------------------------*/
@media screen and (max-width: 1024px) {
#nutrition .depart_top_txt {
    top: 10%;
    right: 7%;
    width: 10%;
}
}
@media screen and (max-width: 820px) {
#nutrition .depart_top_txt {
    top: 17%;
    right: 10%;
    width: 10%;
}
}
@media screen and (max-width: 768px) {
#nutrition .depart_top_txt {
    top: 65%;
}
        #nutrition .depart_top_tit {
        bottom: -30%;
    }
   #nutrition .top_txt p {
        margin: 110px auto 0;
    }
}
/*-------------------------------------------
医事課・事務
-------------------------------------------*/
@media screen and (max-width: 1024px) {
    .uniform_txt {
    padding: 30px 96px 0;
        text-align: center!important;
}
    .uni_aoobi1 {
    width: 100%;
        
    height: 71px;
    margin-right: 0px;
}
    .uni_aoobi2 {
    width: 100%;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    #medical .koumoku01 {
    padding: 15px 10px;
    width: 100px;
        text-align: center;
}
    #medical .koumoku02 {
    padding: 15px 10px;
    width: 100px;
        text-align: center;
}
    #medical .naiyou01 {
    padding: 15px 10px;
    width: calc(100% - 100px);
}
    #medical .naiyou02 {
    padding: 15px 10px;
    width: calc(100% - 100px);
}
}
@media screen and (max-width: 820px) {
    #medical .txt img {
    width: 140px;
}
    #medical .depart_top_txt {
            top: 14%;
    right: 15%;
}
    .uniform_txt {
        padding: 30px 5px 0;
        text-align: center !important;
    }
    .uni_pic1 img:nth-of-type(2) {
    width: 60%;
        top:30%;
}
    .uni_pic2 img:nth-of-type(2) {
    width: 60%;
        top:30%;
    right: -30%;
}
        .uni_aoobi1 {
    border-radius: 10px;
    }
    .uni_aoobi2 {
    border-radius: 10px;
    margin-left: 0px;
}
    .introduction_tit .roku_yon {
        align-items: flex-start;
    }
.ijika {
  display: grid; 
  grid-template-columns: 1.2fr 0.8fr; 
  grid-template-rows: 0.1fr 0.5fr; 
  gap: 0px 40px; 
  grid-template-areas: 
    "ijika_tit medical01"
    "ijika_txt medical01"
    "ijika_hyou ijika_hyou"; 
}
}
@media screen and (max-width: 768px) {
    #medical .txt img {
        width: 350px;
    }
    #medical .depart_top_txt {
        top: 80%;
        right: 15%;
    }
    #medical .depart_top_tit {
        bottom: -60%;
    }
    #medical .top_txt p {
        margin: 200px auto 0;
    }
    .txt_w .dai_txt3 {
    font-size: 2.5rem;
}
    .koumoku01 {
    width: 100%;
}
    .naiyou01 {
     width: 100%;
    border-left:  2px solid #d0d0d0;
}
    .koumoku02 {
    width: 100%;
    background-color: #f1f2f4;
    border: 2px solid #d0d0d0;
        border-bottom: none;
}
    .naiyou02 {
    width: 100%;
    border: 2px solid #d0d0d0;
    border-left:  2px solid #d0d0d0;
}
    .ijika {
  display: grid; 
  grid-template-columns: 1.0fr; 
  grid-template-rows: 0.15fr 0.5fr 1.35fr 1.5fr; 
  gap: 5px 0px; 
  grid-template-areas: 
    "ijika_tit"
    "ijika_txt"
    "ijika_hyou"
    "medical01"; 
}
    .ijika .dai_txt3 {
        font-size: 2.5rem;
    }
        #medical .koumoku01 {
        width: 100%;
    }
    #medical .naiyou01 {
        width: calc(100% - 0px);
    }
#medical .koumoku02 {
        width: 100%;
    }
    #medical .naiyou02 {
        width: calc(100% - 0px);
    }
}
/*-------------------------------------------
検査
-------------------------------------------*/
@media screen and (max-width: 1024px) {
    
    .over_s {
overflow-x: auto;
white-space: nowrap;
}
    .over_s>div{
    width: 250%;
}

    .kikoekensa1 {
    font-size: 1.4rem;
         width: 90%;
}
    .kikoekensa2 {
    font-size: 1.4rem;
         width: 90%;
}
    .kikoekensao_txt {
        width: 130px;
}
    .kikoekensa3 {
        width: 70%;
}
}
@media screen and (max-width: 820px) {
    
}
@media screen and (max-width: 768px) {
        .over_s>div{
    width: 350%;
}
    #inspection .gaiyo_txt3 {
        width: 100%;
    }
        #inspection .inspection_koumoku img {
    height: 50px;
}
    #inspection .depart_top_txt {
                top: 250px;
        left: 5%;
}
    #inspection .sen_box {
    padding: 10px;
}
    .kikoekensa1 {
    display: block;
    width: 80%;
    font-size: 1.7rem;
}
    .kikoekensa2 {
    display: block;
    width: 80%;
    font-size: 1.7rem;
}
    .kikoekensa3 {
    display: block;
        width: 80%;
        font-size: 1.7rem;
    padding: 10px 0;
    border-bottom: 2px solid #000;
}
    .gaiyo_txt2 {
    width: 100%;
}
    .gaiyo_txt2 p {
    margin: 0;
    text-align-last: auto;
}
    .kikoekensao_txt {
    width: 100%;
}
    .kikoekensao_txt p {
    margin: 0;
    text-align: left;
        font-weight: bold;
}
}
@media screen and (max-width: 480px) {
    #inspection .txt img {
    width: 320px;
}
}