@charset "UTF-8";
/* CSS Document */
:root{
  --or:#0062b0;
}

.m_color{
  color:var(--or) !important;
}

img {
    display: inline-block;
}

.op0 {
    opacity: 0;
}

.tilt,.tilt *{
  font-family: "Tilt Warp", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: bold;
  font-style: normal !important;
  font-variation-settings:
    "XROT" 0,
    "YROT" 0;
}

.fadeup{
  animation: fadeup 0.6s 1 forwards;
}

.spNav{
  display: none;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.wrapper{
  width: 100vw;
  overflow-x: hidden;
}

input[type="text"],
button,
textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select{
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
    -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
 	line-height:1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
  color:#494949;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

*{
  box-sizing: border-box;
}

.nvColor{
  color:var(--nv);
}

.glColor{
  color:var(--gray);
}

body{
  padding-top: 80px;
}

.k-font,.k-font * {
  font-family: 'MyCraftFont', sans-serif;
}
/* text */

.eng,.eng *{
  font-family: "Tilt Warp", sans-serif;
}

.robo,.robo *{
  font-family: "Roboto", sans-serif;
}

.noto,.noto *{
  font-family: "Noto Sans JP", sans-serif;
}

.tx-left{
  text-align: left !important;
}

/* common */
  .sp,
.spdis,.mainSp{
    display: none;
  }

  .content{
    max-width: 1080px;
    margin: auto;
    width: 90%;
  }

/* header */
.nav a{
  color:#000000;
  text-decoration: none;
  font-size: 16px;
}


.mainHead{
  position: fixed;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  top:0;
  left:0;
  width:100%;;
  align-items: center;
  height: 80px;
  padding: 10px 35px;
  z-index: 100;
}

@media screen and (min-width:1151px){
.mainHead .nav{
  display: flex !important;
  align-items: center;
}

.mainHead .nav li{
  margin-left: 20px;
}

.mainHead .nav li a:not(.headContact){
  transition: 0.5s;
  display: inline-block;
  position: relative;
}

.mainHead .nav li a:hover{
  color:var(--or);
}

}

/* KV */
.mainImageWrap {
  height: 790px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url("../images/mainBg.webp") center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

  .mainObj{
    position: absolute;
  }  
  
  .mainObj img{
    max-width: inherit;
  }
  
  .main01{
    left: calc(50% - 780px);
    top:-30px;
  }
  
  .main02{
    left: calc(50% - 600px);
    top:320px;
  }
  
  .main03{
    left: calc(50% - 725px);
    top:350px;
  }
  
  .main04{
    left: calc(50% - 720px);
    bottom:30px;
  }
  
  .main05{
    left: calc(50% + 480px);
    top:-20px;
  }
  
  .main06{
    left: calc(50% + 430px);
    top:320px;
  }
  
  .main07{
    left: calc(50% + 640px);
    top:360px;
  }

.mainUd{
  position: absolute;
  bottom:30px;
  right: 30px;
  z-index: 10;
  width: 290px;
}
 
.mainUd .title{
  background:#fff000;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  color:var(--or);
  }
  
  
  .mainUd .inner{
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
  
  .mainUd .wrap{
    display: flex;
    margin-bottom: 8px;
  } 
  
  .mainUd .wrap .pt01{
    width: 88px;
  }
  
  .mainUd .wrap .pt01 span{
    display:block;
    padding: 6px;
    text-align: center;
    font-size: 17px;
    color:#ffffff;
    background: var(--or);
    font-weight: 600;
  }
  
  .mainUd .wrap .pt02{
    width: calc(100% - 88px);
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
  }
  
  .mainUd .btn{
    padding: 4px;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color:#ffffff;
    background: linear-gradient(to left,#00469b,#009fe8);
    border-radius: 100px;
    text-decoration: none;
  }
  
  .mainUd .i01{
    position: absolute;
    left: 15px;
    top: calc(50% - 6px);
  }
  
  .mainUd .i02{
    position: absolute;
    right: 13px;
    top:calc(50% - 10px);
  }

/* mainContent */
  .tc{
    text-align: center;
  }
  
  #sec01{
    padding: 140px 0 70px;
    position: relative;
    background: url("../images/sec01Bg.webp") center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .sec01Title{
    text-align: center;
    margin-bottom: 40px;
  }
  
  .sec01Text{
    text-align: center;
    font-size: 18px;
    line-height:1.9em;
    margin-bottom: 40px;
  }
  
  #sec01 .content{
    position: relative;
    z-index: 3;
  } 

  .sec01_01{
    left: calc(50% - 600px);
    top:-50px;
  }
  
  .sec01_02{
    left: calc(50% - 750px);
    top:350px;
  }
  
  .sec01_03{
    left: calc(50% - 400px);
    top:400px;
  }
  
  .sec01_04{
    left: calc(50% - 550px);
    bottom:-100px;
  }
  
  .sec01_05{
    left: calc(50% + 150px);
    top:130px;
  }
  
  .sec01_06{
    left: calc(50% + 450px);
    top:30px;
  }
  
  .sec01_07{
    left: calc(50% + 250px);
    top:250px;
  }  
  
  .sec01_08{
    left: calc(50% + 400px);
    bottom:-80px;
  }  

#sec02{
    padding: 100px 0 40px;
    background: url("../images/sec03Bg.webp") center;
    background-size: cover;
    background-repeat: no-repeat;
}

#sec02 .content{
  position: relative;
}

  .sec02_01{
    left: -20px;
    top: 25%;
  }
  
  .sec02_02{
    left: -100px;
    top: 30%;
  }
  
  .sec02_03{
    left: -50px;
    bottom: -30px;
  }
  
  .sec02_04{
    right: -100px;
    top: 35%;
  }
  
  .sec02_05{
    right: -80px;
    bottom: 22%;
  }
  
  .sec02_06{
    right: -80px;
    bottom: 20px;
  }
  
  .sec02_07{
    left: -30px;
    top: 60%;
  }

#sec03{
    padding: 40px 0 400px;
    background: url("../images/sec03Bg.webp") center;
    background-size: cover;
    background-repeat: no-repeat;
  position: relative;
}

#sec03 .resv{
  position: absolute;
  bottom:0;
  right: 0;
}

.box_pt01Inner{
  position: relative;
}

  .sec03Title{
    padding: 10px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    border:2px solid #0068b7;
    box-shadow: 0 5px 0 0 #0068b7;
    color:#0068b7;
    font-size: 32px;
    letter-spacing: 0.2em;
    font-weight: 600;
    margin-bottom: 40px;
  }
  
  .listContTitle{
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    color:#ffffff;
    font-size: 26px;
  }

  .listContTitle .icon{
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    height: 50px;
    width: 50px;
    background: url("../images/sec03parts.webp") center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    font-weight: bold;
  }
  
  .listCont_box{
    padding: 25px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
  }
  
  .listCont{
    margin-bottom: 20px;
  }

  .box_pt01{
    width: 48%;
  }
  
  .box_pt01 .img{
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  
  .box_pt01 .img img.imgCont{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .box_pt01 .icon02{
    display: flex;
    background: #ffffff;
    border-radius: 0 0 0 10px;
    position: absolute;
    right: 0;
    top:0;
    align-items: center;
    padding:0 10px;
    text-align: center;
  }
  
  .box_pt01 .icon02 li{
    font-size: 10px;
    padding: 5px;
  }
  
  .box_pt01 .icon02 li.type_a{
    color:#036eb8;
  }
  
  .box_pt01 .icon02 li.type_b{
    color:#e84729;
  }
  
  .box_pt01 .name{
    padding: 5px 20px;
    padding-right: 80px;
    position: absolute;
    bottom:30px;
    left: -25px;
    font-size: 16px;
    min-width: 130px;
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 99%, 0 0);
    background: #fff000;
  }

  .box_pt02List li{
    margin-bottom: 10px;
    padding-left: 1.5em;
    position: relative;
  }
  
  .box_pt02List li:nth-child(1):before{
    content:"①";
    position: absolute;
    left: 0;
    top:0;
  }
  
  .box_pt02List li:nth-child(2):before{
    content:"②";
    position: absolute;
    left: 0;
    top:0;
  }
  
  .box_pt02{
    width: 48%;
  }
  
  .box_pt02 .box_pt02Cont{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .box_pt02 .box_pt02Cont .elm{
    width: 48%;
    border-radius: 8px;
  }
  
  .box_pt02 .box_pt02Cont .elm .title{
    padding: 10px;
    color:#ffffff;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    text-align: center;
  }
  
  .box_pt02 .box_pt02Cont .elm .elmText{
    padding: 10px;
    height: 80px;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    text-align: center;
  }
  
  .box_pt02Table{
    width: 100%;
    border-bottom: #c6d1d7 1px solid;
  }
  
  .box_pt02Table th{
    padding: 8px;
    width: 130px;
    background: #f1f1f1;
    border-top: #c6d1d7 1px solid;
    font-size: 16px;
    font-weight: normal;
  } 
  
  .box_pt02Table td{
    padding: 8px;
    width: calc(100% - 130px);
    font-size: 16px;
    border-top: #c6d1d7 1px solid;
  } 

.sec03BgImg{
  position: absolute;
  bottom:-30px;;
  left: 0;
  width: 100%;
}


.sec03BgImg img{
  max-height: 500px;
  width: 100%;
}

  #sec04{
    position: relative;
    padding:0 0 80px;
    background: #eaf6fd;
  }
  
  .sec04BgImg{
    position: absolute;
    z-index: 0;
    top:-150px;
    text-align: center;
    width: 100%;
    left: 0;
  }
  
  #sec04 .content{
    z-index: 5;
  }

.sec04title{
  position: relative;
  z-index: 5;
  text-align: center;
}
  
  .sec04Cont{
    max-width: 620px;
    margin: auto;
  }
  
  .sec04ContInner{
    background: url("../images/sec04contBg.webp");
    border-radius: 10px;
    padding: 20px;
    position: relative;
    top:-20px;
  }


.elm01Text{
  position: absolute;
  background: url("../images/sec04IconBg.webp");
  background-size: contain;
  padding:10px 10px;
  transform: rotate(-20deg);
  font-size: 13px;
  font-weight: bold;
  color:#ffffff;
  background-repeat: no-repeat;
  top:-15px;
  left: -15px;
  line-height: 1em;
}

  .sec04ContInner .text01{
    color:#945f42;
    padding-bottom: 10px;
    width: 80%;
    border-bottom: 1px dotted #945f42;
    font-weight: normal;
    font-size: 52px;
  }

  .sec04ContInner .date{
    position: absolute;
    top:-30px;
    right: 30px;
  }
  
  .sec04ContInner .text02{
    margin: 30px 0;
    color:#543822;
    font-size: 18px;
    text-align: center;
    line-height:1.8em;
  }

  .sec04box{
    display: flex;
  }
  
  .sec04box .elm01{
    width: 45%;
    position: relative;
  }
  
  .sec04box .elm01 .img{
    width: 100%;
    height: 225px;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .sec04box .elm01 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  } 

  .sec04box .elm02{
    width: 55%;
  }

.sec04box .elm02 .box01{
  background: url("../images/sec04TextBg.webp");
  background-size: 100% 100%;
  padding: 0 20px 20px 50px;
  background-repeat: no-repeat;
}

  .sec04box .elm02 .pt01 span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    color:#945f42;
    margin-bottom: 20px;
  }

  .sec04box .elm02 .pt01 span:before{
    content:url("../images/sec04fuki_l.webp");
  }

  .sec04box .elm02 .pt01 span:after{
    content:url("../images/sec04fuki_r.webp");
  }

.sec04box .elm02 .pt02{
  font-size: 13px;
  color:#945f42;
}

.sec04box .elm02 .box02{
  text-align: center;
  font-size: 12px;
  color:#543822;
  padding-left: 50px;
  padding-right: 20px;
  margin-top: 10px;
}

.sec04cont02{
  margin-top: 30px;
  display: flex;
  border:1px solid #d80c18;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px;
  align-items: center;
}

.sec04cont02 .pt01{
  padding: 10px;
  width: 60px;
  border-right: 1px solid #d80c18;
}

.sec04cont02 .pt02{
  padding: 10px 20px;
  width: calc(100% - 60px);
  font-size: 14px;
  color:#d80c18;
}


  #sec05{
    padding: 80px 0;
    background:#f9f9f9;
  }
  
  .sec05Cont{
    display: flex;
    justify-content: space-between;
  }
  
  .sec05Cont .box01{
    width: 45%;
  }  
  
  .sec05Cont .box02{
    width: 50%;
  } 


  .sec05Table{
    width: 100%;
    border-top:1px solid #c6d1d7;
  }
  
  .sec05Table th{
    padding: 10px;
    border-bottom:1px solid #c6d1d7;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    width: 130px;
    background: #0062b0;
    color:#ffffff;
  }
  
  .sec05Table td{
    padding: 10px;
    border-bottom:1px solid #c6d1d7;
    font-weight: normal;
    font-size: 16px;
    width: calc(100% - 130px);
    background: #ffffff;
  }  

  .copy{
    font-size: 12px;
    padding: 50px 5%;
    border-top:1px solid #c6d1d7;
    text-align: center;
  }
  
  .pageFoot .content{
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
  }
  
  .pageFoot .foot01{
    width: 400px;
  }
  
  .pageFoot .text01{
    margin-top: 30px;
    font-size: 18px;
  }  
  
  .footDl{
    margin-top: 10px;
    display: flex;
  }
  
  .footDl dt{
    padding:3px 8px;
    text-align: center;
    background: #333333;
    color:#ffffff;
    font-size: 15px;
    width: 110px;
  }
  
  .footDl dd{
    padding:3px 8px;
    background: #dbdcdc;
    font-size: 15px;
    width: calc(100% - 110px);
  }  
  
  .footNav a{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
    color:#333333;
    font-size: 18px;
  }
  
  .footNav a img{
    display: block;
    margin-right: 8px;
  }  














  
/* 内容カラー設定 */
/*薬剤*/
  .yakuzai .listContTitle{
    background:#0068b7;  
  }
  
  .yakuzai .listContTitle .icon{
    color:#0068b7;
  }
  
  .yakuzai .box_pt02 .box_pt02Cont .elm{
    border:#0068b7 2px solid;
  }
  
  .yakuzai .box_pt02 .box_pt02Cont .elm .title{
    background:#0068b7;
  }
/*放射線*/
  .houshasen .listContTitle{
    background:#8fc31f;  
  }
  
  .houshasen .listContTitle .icon{
    color:#8fc31f;
  }
  
  .houshasen .box_pt02 .box_pt02Cont .elm{
    border:#8fc31f 2px solid;
  }
  
  .houshasen .box_pt02 .box_pt02Cont .elm .title{
    background:#8fc31f;
  }
/*栄養管理*/
  .eiyoukanri .listContTitle{
    background:#ea616f;  
  }
  
  .eiyoukanri .listContTitle .icon{
    color:#ea616f;
  }
  
  .eiyoukanri .box_pt02 .box_pt02Cont .elm{
    border:#ea616f 2px solid;
  }
  
  .eiyoukanri .box_pt02 .box_pt02Cont .elm .title{
    background:#ea616f;
  }
/*臨床心理*/
  .rinshoushinri .listContTitle{
    background:#00978c;  
  }
  
  .rinshoushinri .listContTitle .icon{
    color:#00978c;
  }
  
  .rinshoushinri .box_pt02 .box_pt02Cont .elm{
    border:#00978c 2px solid;
  }
  
  .rinshoushinri .box_pt02 .box_pt02Cont .elm .title{
    background:#00978c;
  }

/*治療推進*/
  .chiryosuishin .listContTitle{
    background:#7a62a9;  
  }
  
  .chiryosuishin .listContTitle .icon{
    color:#7a62a9;
  }
  
  .chiryosuishin .box_pt02 .box_pt02Cont .elm{
    border:#7a62a9 2px solid;
  }
  
  .chiryosuishin .box_pt02 .box_pt02Cont .elm .title{
    background:#7a62a9;
  }

/*臨床工学*/
  .rinshoukougaku .listContTitle{
    background:#f39a00;  
  }
  
  .rinshoukougaku .listContTitle .icon{
    color:#f39a00;
  }
  
  .rinshoukougaku .box_pt02 .box_pt02Cont .elm{
    border:#f39a00 2px solid;
  }
  
  .rinshoukougaku .box_pt02 .box_pt02Cont .elm .title{
    background:#f39a00;
  }

/*循環器内科*/
  .junkanki .listContTitle{
    background:#059dd4;  
  }
  
  .junkanki .listContTitle .icon{
    color:#059dd4;
  }
  
  .junkanki .box_pt02 .box_pt02Cont .elm{
    border:#059dd4 2px solid;
  }
  
  .junkanki .box_pt02 .box_pt02Cont .elm .title{
    background:#059dd4;
  }

/*臨床検査科*/
  .rinshoukensa .listContTitle{
    background:#009f54;  
  }
  
  .rinshoukensa .listContTitle .icon{
    color:#009f54;
  }
  
  .rinshoukensa .box_pt02 .box_pt02Cont .elm{
    border:#009f54 2px solid;
  }
  
  .rinshoukensa .box_pt02 .box_pt02Cont .elm .title{
    background:#009f54;
  }

/*リハビリテーション科*/
  .rehabilitation .listContTitle{
    background:#abac17;  
  }
  
  .rehabilitation .listContTitle .icon{
    color:#abac17;
  }
  
  .rehabilitation .box_pt02 .box_pt02Cont .elm{
    border:#abac17 2px solid;
  }
  
  .rehabilitation .box_pt02 .box_pt02Cont .elm .title{
    background:#abac17;
  }

/*看護部*/
  .kangobu .listContTitle{
    background:#c94f8e;  
  }
  
  .kangobu .listContTitle .icon{
    color:#c94f8e;
  }
  
  .kangobu .box_pt02 .box_pt02Cont .elm{
    border:#c94f8e 2px solid;
  }
  
  .kangobu .box_pt02 .box_pt02Cont .elm .title{
    background:#c94f8e;
  }

/*臨床研究センター*/
  .rinshoukenkyu .listContTitle{
    background:#3551a2;  
  }
  
  .rinshoukenkyu .listContTitle .icon{
    color:#3551a2;
  }
  
  .rinshoukenkyu .box_pt02 .box_pt02Cont .elm{
    border:#3551a2 2px solid;
  }
  
  .rinshoukenkyu .box_pt02 .box_pt02Cont .elm .title{
    background:#3551a2;
  }

/*看護学校*/
  .kangogakkou .listContTitle{
    background:#c88c0e;  
  }
  
  .kangogakkou .listContTitle .icon{
    color:#c88c0e;
  }
  
  .kangogakkou .box_pt02 .box_pt02Cont .elm{
    border:#c88c0e 2px solid;
  }
  
  .kangogakkou .box_pt02 .box_pt02Cont .elm .title{
    background:#c88c0e;
  }

/*外科・麻酔科*/
  .masui .listContTitle{
    background:#827fbb;  
  }
  
  .masui .listContTitle .icon{
    color:#827fbb;
  }
  
  .masui .box_pt02 .box_pt02Cont .elm{
    border:#827fbb 2px solid;
  }
  
  .masui .box_pt02 .box_pt02Cont .elm .title{
    background:#827fbb;
  }

.box_pt02List li:nth-child(3):before {
    content: "③";
    position: absolute;
    left: 0;
    top: 0;
}

.box_pt02List li:nth-child(4):before {
    content: "④";
    position: absolute;
    left: 0;
    top: 0;
}

.box_pt02List li:nth-child(5):before {
    content: "⑤";
    position: absolute;
    left: 0;
    top: 0;
}

.box_pt02List li:nth-child(6):before {
    content: "⑥";
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width:480px){
footer a[href^="tel"],
footer a[href^="mailto"],
footer a[href^="sms"] {
  text-decoration: none !important;
  color: inherit !important;
  pointer-events: none;
  cursor: default;
}  
    
}