@charset "UTF-8";

/* header 
-------------------------------------------------------------*/

/* nav */

#nav {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(56, 64, 91, 0.3);
}

#nav:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(56, 64, 91, 0.8);
}

#nav .gnav > li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* トップ以外は非表示 */
#nav ul li .sub_area {display: block;}
#nav ul li:hover .sub_area {display: block;}
#nav ul li .sub_area {
  background: rgba(56, 64, 91, 0.3);
}

#nav ul li:hover .sub_area {
  background: rgba(56, 64, 91, 0.8);
}

/* mainimg */

#mainimg {
  height: 700px;
}

#mainimg .vegas {
  position: absolute;
  top: 0;
  height: 850px;
  width: 100%;
  z-index: -1;
}
.vegas-transition-blur,.vegas-transition-blur2{margin:-32px;border:32px solid #fff;}

/* notice */
.notice {
  margin: 20px auto 0;
  width: 1100px;
}

/* top_pickup */

.top_pickup {
  text-align: center;
}

.top_pickup ul {
  padding: 30px 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}

.top_pickup li {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  border-left: 1px solid #c4c4c4;
  padding: 0 35px;
}

.top_pickup li:first-child {
  border-left: none;
}

.top_pickup a {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  display: block;
  height: 100px;
  position: relative;
  color: #333;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 0;
}

.top_pickup img {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.top_pickup span {
  display: block;
  padding: 22px 0 0 105px;
}

/* top_feature */

.top_feature {
  background: #dfefff;
  text-align: center;
}

.top_feature ul {
  margin: 0 auto;
  width: 1120px;
  letter-spacing: -0.4em;
  padding: 10px 0 40px;
}

.top_feature li {
  text-align: left;
  display: inline-block;
  letter-spacing: 0;
  padding: 30px 10px 0;
}

.top_feature a {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  color: #38405b;
}

.top_feature span {
  display: block;
  padding: 10px 0 0 20px;
  position: relative;
}

.top_feature span:after {
  font: normal normal normal 1em/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 13px;
  left: 0;
  content: "\f0a9";
  position: absolute;
  color: #3782ce;
}

/* medicalinformation */

#medicalinformation {
  padding: 50px 0;
  background: url(../../img/mi_bg03.png) repeat center top;
}

#medicalinformation h3 {
  text-align: center;
  margin-bottom: 45px;
}

#medicalinformation h3 a {
  font-size: 1.6em;
  text-decoration: none;
  color: #333;
}

#medicalinformation .btn_more {
  font-size: 1.6em;
  text-align: right;
  margin-top: 30px;
  padding-right: 20px;
  background: url(../../img/mi_icon_arrow02.png) no-repeat right center;
}

#medicalinformation .btn_more a {
  color: #333;
}

#medicalinformation #booksList {
  margin: 0 auto 50px;
  width: 1000px;
}

#medicalinformation #booksList > p {
  font-size: 2.2em;
  color: #848387;
  text-align: center;
  margin-bottom: 25px;
}

#medicalinformation #booksList .slick-list {
  margin: 0 40px;
}

#medicalinformation #bookSlide .slick-prev,
#medicalinformation #bookSlide .slick-next {
  width: 26px;
  height: 50px;
}

#medicalinformation #bookSlide .slick-prev {
  left: 0;
  background: url(../../img/mi_carousel_back.png) no-repeat left center;
}

#medicalinformation #bookSlide .slick-next {
  right: 0;
  background: url(../../img/mi_carousel_send.png) no-repeat left center;
}

#medicalinformation .articlelist {
  text-align: center;
  clear: both;
}

#medicalinformation .articlelist li {
  border-radius: 3px;
  margin: 0 15px 20px 0;
  border: 1px solid #ccc;
  width: 223px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
}

#medicalinformation .articlelist li img {
  z-index: 1;
  position: relative;
}

#medicalinformation .articlelist #bookSlide.lBlc li.slick-slide {
  margin: 0 10px;
  width: 210px;
}

#medicalinformation .slick-track > li > a,
#medicalinformation .lBlc > li > a {
  height: 150px;
  display: block;
}

#medicalinformation .articlelist .lBlc li img {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
}

#medicalinformation .articlelist > ul > li:hover {
  background: #f2f1ff;
}

#medicalinformation .articlelist li > div {
  padding: 10px;
  z-index: 2;
  position: relative;
}

#medicalinformation .articlelist li dl dt {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  height: 3em;
  overflow: hidden;
  color: #333;
}

#medicalinformation .articlelist li dl dd {
  font-size: 1.2em;
  color: #333;
}

#medicalinformation .articlelist .lBlc li dl dd.align_r {
  padding-top: 5px;
}

#medicalinformation .articlelist .lBlc li dl dd.align_l {
  padding-top: 10px;
}

#medicalinformation .articlelist .lBlc li dl dd.align_l span.text_dscp {
  line-height: 1.5em;
  margin-right: 0;
  padding: 0;
  border: none;
  height: 4.5em;
  display: block;
  overflow: hidden;
}

#medicalinformation .articlelist .lBlc li dl dd.align_l span.moreread {
  border-radius: 2px;
  font-size: 86%;
  text-align: right;
  margin: 5px 0 8px;
  padding: 3px 5px;
  border: none;
  display: block;
  background: #E0E8F5;
  float: right;
}

#medicalinformation .articlelist li dl dd.align_l span.text_dscp:after,
#medicalinformation div.new dl dd.align_l span.text_dscp:after {
  content: "...";
}

#medicalinformation .senmon li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  width: auto;
  display: inline-block;
  float: none;
}

#medicalinformation .senmon li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #666;
  display: inline-block;
  background: #666;
}

#medicalinformation .senmon li a:hover {
  color: #fff;
  background: #ccc;
}

#medicalinformation .articlelist li .senmon {
  text-align: right;
  min-height: 30px;
  z-index: 100;
  clear: both;
  position: relative;
}

#medicalinformation .articlelist li .senmon {
  margin-top: 5px;
}

#medicalinformation .articlelist li .senmon li {
  margin: 0 0 5px 5px;
}

#medicalinformation .articlelist li .senmon li a {
  margin: 0;
  padding: 3px 7px;
}

#medicalinformation .articlelist li a {
  text-decoration: none;
}

#medicalinformation .articlelist > ul {
  overflow: hidden;
}

#medicalinformation .articlelist ul.sBlc {
  margin-bottom: 40px;
  padding: 20px 0 0;
}

#medicalinformation .articlelist ul.sBlc > li {
  border-radius: 0;
  margin: 0;
  padding: 15px 12px;
  border: none;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  float: none;
  overflow: hidden;
}

#medicalinformation .articlelist ul.sBlc li img {
  border-radius: 3px 3px 0 0;
  margin: 0 auto;
  max-height: 130px;
  max-width: 100%;
  top: 0;
}

#medicalinformation .articlelist ul.sBlc > li > a {
  width: 23%;
  height: 130px;
  z-index: 1;
  display: block;
  float: left;
  position: relative;
}

#medicalinformation .articlelist ul.sBlc li > div {
  margin-top: 0;
  padding: 0;
  width: 75%;
  z-index: 2;
  background: none;
  float: right;
  position: relative;
}

#medicalinformation .articlelist ul.sBlc li dl dt {
  font-size: 15px;
  text-align: left;
  height: auto;
}

#medicalinformation .articlelist ul.sBlc li dd {
  margin-top: 5px;
}

#medicalinformation .articlelist ul li dd.align_r span {
  margin-bottom: 2px;
  margin-left: 10px;
  padding: 0 7px;
  border: 1px solid #ccc;
  display: inline-block;
  white-space: nowrap;
}

#medicalinformation .articlelist ul li dd.align_r span.psname {
  margin-right: 0;
  border: none;
  display: block;
}

#medicalinformation .articlelist .sBlc li dl dd.align_l span.text_dscp {
  height: auto;
}

#medicalinformation .articlelist ul.sBlc li .senmon {
  text-align: right;
  margin-bottom: none;
}

#medicalinformation .new2 a {
  width: 100%;
  height: 100%;
  display: block;
}

#medicalinformation .new2 span.icon {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  z-index: 3;
  display: block;
  background: #f86455;
  position: absolute;
}

#medicalinformation .kmTitle {
  margin-bottom: 30px;
  position: relative;
}

#medicalinformation .kmTitle h2 {
  font-weight: normal;
  text-align: left;
}

#medicalinformation .kmTitle h2 img {
  margin: 10px 0 10px;
  width: 72%;
}

#medicalinformation .kmTitle .btn2 {
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  padding: 7px 15px 7px 20px;
  border-bottom: 2px solid #1b1361;
  display: inline-block;
  background: #2e2488;
}

#medicalinformation #mi h4.kmTitle2 {
  padding: 0;
  border-bottom: 2px solid #efefef;
  background: none;
}

#medicalinformation #mi h4.kmTitle2 span {
  letter-spacing: 0.05em;
  margin: 0 10px -2px 0;
  border-bottom: 2px solid #5D51F9;
  display: inline-block;
}

#medicalinformation #mi_info {
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  padding: 20px;
  border: 1px solid #ccc;
  width: 300px;
  z-index: 100;
  right: 0;
  display: none;
  background: #fff;
  position: absolute;
}


/* information_area */

.top_information {
  background: #faf8f7;
}

.top_information .wrapper {}

.top_information dl {
  padding: 60px 0 80px;
  position: relative;
}

.top_information dt {
  position: absolute;
  width: 250px;
  top: 60px;
  border-bottom: 1px solid #ffe4bb;
}

.top_information dt:nth-of-type(1) {
  top: 60px;
}

.top_information dt:nth-of-type(2) {
  top: 135px;
}

.top_information dt:nth-of-type(3) {
  top: 210px;
}

.top_information dt:nth-of-type(4) {
  top: 285px;
}

.top_information dt:nth-of-type(5) {
  top: 360px;
}

.top_information dt a {
  background: #fff9ef;
  color: #e49c31;
  display: block;
  width: 100%;
  height: 74px;
  font-size: 1.8em;
  text-decoration: none;
  font-weight: bold;
  padding: 23px 20px 0 40px;

}

.top_information dt a:before {
  content: "・";
}

.top_information dt a:hover {
  background: #e49c31;
  color: #fff;
}

.top_information dt.active {
  border-bottom: 1px solid #fff;
}

.top_information dt.active a {
  background: #fff;
  color: #38405b;
  display: block;
  font-weight: normal;
}

.top_information dt.active a:before {
  content: "";
}

.top_information dd {
  display: none;
  margin: 0 0 0 250px;
  background: #fff;
  padding: 20px 60px 35px;
  min-height: 460px;
}

.top_information dd.active {
  display: block;
}

.top_information dd ul {
  height: 460px;
  overflow: auto;
}

.top_information dd li {
  padding: 15px 0 0;
}

.top_information dd li span {
  font-size: 1.2em;
  vertical-align: middle;
  margin-bottom: 3px;
  display: inline-block;
}
.top_information dd li .new_icon {
  font-size: 1em;
  margin-left: 0;
}
.top_information dd li .cat_icon {
  font-size: 0.6em;
}
.top_information dd li a, .top_information dd li span.nolink {
  font-size: 1.6em;
  color: #1b1361;
  line-height: 120%;
  padding: 2px 0;
  display: inline;
}

.top_information dd li a.btn04 {
  font-size: 1.2em;
  margin-top: 5px;
  padding: 5px 10px;
  display: inline-block;
}


.top_information dd .more {
  padding: 30px 0 0;
}

.top_information dd .more a {
  display: block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  background: #f0f0f0;
  padding: 10px;
}

.top_information dd .more i {
  margin-right: 10px;
}

/* recruit */

.top_recruit {
  text-align: center;
}

.top_recruit ul {
  letter-spacing: -0.4em;
}

.top_recruit li {
  letter-spacing: 0;
  width: 33.3%;
  display: inline-block;
}

.top_recruit a {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  display: block;
  position: relative;
  text-align: left;
}

.top_recruit img {
  width: 100%;
  height: auto;
}

.top_recruit p {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.6em;
  padding: 20px;
  text-shadow: 0 0 40px #fff, 0 0 20px #fff, 0 0 10px #fff, 0 0 5px #fff;
}

.top_recruit p strong {
  display: block;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 120%;
  font-weight: 500;
}

/* access */

.top_access:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

.top_access h2 {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  text-align: center;
  background: #1e81cc;
  color: #fff;
  font-size: 3.0em;
  font-weight: 500;
  padding: 60px 0 20px;
  position: relative;
}

.top_access h2:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 25px 25px 0;
  border-color: #1e81cc transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -25px;
  bottom: -25px;
  left: 50%;
}

.top_access .gmap_wrap {
  float: left;
  width: 50%;
  height: 700px;
}

.top_access .gmap_wrap iframe {
  width: 100%;
  height: 700px;
}

.top_access .info_wrap {
  float: right;
  width: 50%;
  background: #f5f6f8;
  height: 700px;
  padding-left: 50px;
}

.top_access .access_info {
  width: 500px;
}

.top_access .access_info dl {
  padding: 0 20px;
}

.top_access .access_info dl.bb {
  border-bottom: 1px solid #a6adbb;
  padding-bottom: 40px;
}

.top_access .access_info dl dt {
  font-size: 1.6em;
  font-weight: bold;
  color: #474a6c;
  padding: 40px 0 0;
}

.top_access .access_info dl p {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 1.6em;
  padding: 10px 0 25px;
}

.top_access .access_info dl p span {
  font-size: 0.9em;
  margin-left: 15px;
}

.top_access .access_info dl a.access_link {
  font-size: 1.6em;
  background: #1e81cc;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 8px;
}

.top_access .access_info dl a.access_link i {
  margin-right: 10px;
}

/* banner */

.top_banner {
  padding: 100px 0;
  background: url(../../img/banner_bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}

.top_banner .top_imgbanner {
  width: 1110px;
  margin: 0 auto;
  letter-spacing: -0.4em;
}

.top_banner .top_imgbanner li {
  display: inline-block;
  letter-spacing: 0;
  padding: 4px;
}

.top_banner .top_imgbanner a {
  display: block;
  border: 2px solid #fff;
}

#f_wrapper {
  margin-top: 0;
}



/* COVID-19 */
#important_area {
  position: relative;
  display: flex;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
  width: 1100px;
  height: 90px;
  margin: 0 auto 1em;
  padding: 1em .5em;
  border: 4px #cc0000 solid;
}

#important_area h3 {
  position: relative;
  width: 270px;
  height: 100%;
  color: #cc0000;
  padding-top: 55px;
  font-size: 2em;
  padding-left: 1em;
}
#important_area a img{   width: 500px;}


#important_area h3 span {
  position: absolute;
  font-size: .75em;
  top: 17px;
  left: 7px;
}
#important_area h3 img{
  margin-right: .5em;
}

#important_area ul{
  width: 800px;
  height: 100%;
  overflow: auto;
}

#important_area ul li{
  position: relative;
  vertical-align: top;
  padding: .5em 0;
  border-bottom: 1px #ccc dashed;
}

#important_area ul li span:first-of-type {
  font-size: 1.4em;
  vertical-align: top;
  margin-bottom: 3px;
  display: inline-block;
}

#important_area ul li span.new_icon {
  vertical-align: top;
  font-size: 1.1em;
}
#important_area ul li a{
  width: 650px;
  padding-left: .5em;
  display: inline-block;
  font-size: 1.5em;
  text-decoration: none;
}