@charset "utf-8";

/*
  File Name   : top.css
  Description : Write top content styles
*/


/* kv
============================================================ */

/* kv-wrap
============================================================ */

.top-kv-inner {
    position: relative;
}

.kv-btn-wrap {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
/*  display: flex;*/
  flex-direction: column;      
  align-items: stretch;
  display: none;
}

@media screen and (max-width: 1080px) {
.kv-btn-wrap {
    top: 65%;
}
}

@media screen and (max-width: 811px) {
.kv-btn-wrap{
	display: none;
	}
	}


.kv-btn{
	writing-mode: vertical-rl;
    display: flex;
    height: 200px;
    justify-content: center;
    font-size: 80%;
    letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {

.kv-btn {
    height: 170px;
    font-size: 70%;
}
}

@media screen and (max-width: 1080px) {
.kv-btn {
        height: 150px;
    }
}

@media screen and (max-width: 950px) {
    .kv-btn {
        height: auto;
    }
}



.kv-btn a {
    text-decoration: none;
    font-weight: bold;
    padding: 42px 10px 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center top 15px;
    background-size: 17px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1080px) {
.kv-btn a {
    padding: 35px 10px 10px 10px;
    background-position: center top 8px;
    background-size: 16px;
	font-weight: 500;
}
}

@media screen and (max-width: 950px) {
.kv-btn a {
    padding: 35px 10px 15px 10px;
	background-position: center top 13px;
    }
}


	
.kv-btn.kv-btn-dr{
	background-color: #e2f3fb;
	border-radius: 8px 0 0 0;
}


.kv-btn.kv-btn-dr a{
	background-image: url(../images/medical-personnel.png);
	
}


.kv-btn.kv-btn-recruit{
	background-color: #ffedf1;
	border-radius: 0 0 0 8px;
}


.kv-btn.kv-btn-recruit a{
	background-image: url(../images/recruit.png);
	
}


@media screen and (max-width: 950px) {
	
	
.kv-btn.kv-btn-dr{
	border-radius: 5px 0 0 0;
}
	
.kv-btn.kv-btn-recruit{
	border-radius: 0 0 0 5px;
}
	
}







.kv-inner{
  position: relative;
}

.slick-slider {
    font-size: 0;
}

.slick-slide li{
    background-color: #fff;
}

.slick-slide img {
    width: 100%;
}


#home .kv-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}
#home .kv-wrap .kv-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}
#home .kv-wrap .kv-inner .kv-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 0;
}
#home .kv-wrap .kv-inner .kv-item {
  vertical-align: top;
}
#home .kv-wrap .kv-inner .kv-item:nth-child(n+2) {
  display: none;
}
#home .kv-wrap .kv-inner .slick-initialized .kv-item {
  display: inline-block;
}
#home .kv-wrap .kv-inner .kv-item .kv-item-img {
  overflow: hidden;
  text-indent: -9999px;
  height: 700px;
  background: no-repeat center center;
  background-size: cover;
}
#home .kv-wrap .kv-inner .kv-item .sp-img {
  display: none;
}
#home .kv-wrap .kv-inner .slick-list {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
}


.kv-pc{
	display: block;
}


.kv-sp{
	display: none;
}


.top-kv{
}

.top-kv-wrap{}




@media screen and (max-width: 811px) {
	
	
.kv-pc{
	display: none;
}


.kv-sp{
	display: block;
}
}





/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
.slick-slide img{
    min-height: 500px;
    height: calc(100vh - 60px);
    max-height: 790px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
	object-position: center bottom;
  }
  #home .kv-wrap .kv-inner .kv-item .pc-img {
    display: none;
  }
  #home .kv-wrap .kv-inner .kv-item .sp-img {
    display: block;
  }
}
@media screen and (max-width: 680px) {
.slick-slide img{
    min-height: none;
    height: auto;
    max-height: none;
  }
}

/* kv loading
============================================================ */

.kv-loading {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* 消えるとき */
.kv-loading.is-hide {
  opacity: 0;
  pointer-events: none;
}

.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #ddd;
  border-top-color: #8bbf3d;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}






/* common
------------------------------------------------------------
------------------------------------------------------------ */

.top-inner{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}


@media screen and (max-width: 680px) {

.top-inner{
    padding: 0 30px;
}

}

@media screen and (max-width: 480px) {

.top-inner{
    padding: 0 20px;
}

}

.top-inner h2{
    font-size: 180%;
	padding-bottom: 18px;
	margin-bottom: 20px;
}



/* emergency
============================================================ */


.sect-emergency {
    padding: 40px 0;
    margin-top: 140px;
	background: var(--color_emergency);
}

@media only screen and (max-width: 1100px) {
.sect-emergency {
    padding: 40px;
}
}

@media only screen and (max-width: 970px) {
.sect-emergency {
	margin-top: 120px;
}
}

.sect-emergency a{
	color: #4d4d4d;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.sect-emergency .section-inner {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
    display: flex;
	align-items: center;
}



.sect-emergency .title-wrap {
  margin-bottom: 0;
  text-align: center;
  color:  var(--color_emergency);
  border-bottom: none;
  width: 20%;
	
}
.sect-emergency h2 {
  display: inline-block;
	margin-top: 0;
	font-size: 130%;
	padding-bottom: 0;
    margin-bottom: 0;
	font-weight: bold;
}
.sect-emergency .emergency-list {
  border-top: none;
  width: 80%;    
	border-left: 1px solid var(--color_emergency);
    padding-left: 35px;
	margin-left: 20px;
}
.sect-emergency .emergency-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #bfbfbf;
  font-weight: bold;
}
.sect-emergency .emergency-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sect-emergency .emergency-list li .date {
  width: 110px;
      color: #ce3333;
    font-size: .933333333333em;
    line-height: 2;
}
.sect-emergency .emergency-list li .new {
    background: #ce3333;
    color: #fff;
    margin-left: 6px;
    padding: 0px 10px;
    font-size: 60%;
    border-radius: 50px;
    font-weight: normal;
    display: inline-block;
    line-height: 200%;
}

.sect-emergency .emergency-list li .title {
  width: calc(100% - 110px);
  padding-left: 10px;
  display: inline;
}

.sect-emergency .emergency-list li .title:hover {
	color: #ce3333;
}


.sect-emergency .emergency-list li .title a {
  line-height: 1.6;
  color: #4c4c4c;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}


.sect-emergency .emergency-list li span.new a{
	text-decoration: none!important;
}




@media only screen and (max-width: 1024px) {

.sect-emergency .section-inner {
    display: block;
	text-align: center;
}
	
.sect-emergency .title-wrap {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: var(--color_emergency);
    width: auto;
    display: block;
	border-bottom: 1px solid var(--color_emergency);
}
	
	
.sect-emergency .emergency-list {
    width: auto;
    border-top: none;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
	
.sect-emergency .emergency-list li {
    text-align: left;
    padding: 10px;
}
	
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
.sect-emergency {
/*    padding: 20px 0;*/
        padding-top: 130px;
	  margin-top: 0;
  }
	
	
.sect-emergency .title-wrap {
        margin-bottom: 0;
	}
	
.sect-emergency .emergency-list {
/*    padding: 20px 20px 25px;*/
  }
.sect-emergency .emergency-list li {
    display: block;
        margin-bottom: 0px;
        padding-bottom: 10px;
  }
.sect-emergency .emergency-list li .date {
    display: block;
    width: auto;
  }
.sect-emergency .emergency-list li .title {
    display: block;
    width: 100%;
    margin-top: 1px;
    padding-left: 0;
  }
}

@media screen and (max-width: 600px) {
.sect-emergency {
        margin-top: 0;
        padding: 20px;
        padding-top: 80px;
    }
}



@media screen and (max-width: 481px) {
.sect-emergency h2 {
    display: block;
    text-align: center;
  }
}


/* medical-info
------------------------------------------------------------
------------------------------------------------------------ */

.medical-info-bg{
    padding: 50px 0;
}

.medical-info-bg.bg-pale {
    background-image: url(../images/bg-pale2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom -500px center;
}

@media screen and (max-width: 950px) {
.medical-info-bg.bg-pale {
    background-position: bottom -150px center;
}
}


@media screen and (max-width: 870px) {
.medical-info-bg {
    padding: 30px 0;
}
}

.medical-info-bg .top-inner {
    padding: 0 20px;
}

.medical-info{
	display: flex;
	justify-content: center;
/*	gap: 0 2em;*/
}


@media only screen and (max-width: 1100px) {
	
.medical-info {
    font-size: 90%;
}
	
}

@media only screen and (max-width: 811px) {
	
.medical-info {
    display: none;
}
	
}


.medical-info h2{
	font-size: 150%;
    padding-left: 42px;
    padding-bottom: 18px;
    margin-bottom: 14px;
    border-bottom: 1px solid #999;
    background-position: left top 0px;
    background-size: 33px;
    background-repeat: no-repeat;
}


@media only screen and (max-width: 1100px) {
.medical-info h2 {
    font-size: 140%;
    padding-left: 35px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    background-size: 27px;
}
}

.medical-info .hour,.medical-info .flow,.medical-info .emergency{
	width: 33%;
	border-right: 1px solid #999;
	padding: 10px 30px;
}

@media only screen and (max-width: 960px) {
.medical-info .hour, .medical-info .flow, .medical-info .emergency {
    padding: 10px 20px;
}
}


.medical-info .hour{}

.medical-info .hour h2{
	background-image: url(../images/hour.png);
}

.m-i-wrap{
	display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    max-height: 170px;
}

@media only screen and (max-width: 1100px) {
.m-i-wrap {
    max-height: 150px;
}
}


@media only screen and (max-width: 960px) {
.m-i-wrap {
        max-height: 140px;
    }
}


.hours-wrap{
    font-size: 80%;
    display: flex;
    border-top: 1px solid #d0d0d0;
    padding-top: 10px;
    margin-top: 10px;
}

.hours-wrap:first-child{
	border-top:none;
	padding-top: 0;
    margin-top: 0;
}

.hours-wrap:last-child{
	border-top:none;
	padding-top: 0;
    margin-top: 5px;
}

@media only screen and (max-width: 1100px) {
.hours-wrap {
    margin-top: 3px;
    padding-left: 5px;
}
}


span.h-title{
	font-weight: bold;
    display: inline-block;
	width: 100px;
}

@media only screen and (max-width: 870px) {
span.h-title {
    width: 80px;
}
}

span.holiday{
	color: var(--color_red);
    font-weight: 500;
    line-height: 150%;
}

span.holiday span{
	display: block;
}

span.small{
	font-size: 90%;
    letter-spacing: 0;
}


.medical-info .flow{}

.medical-info .flow h2{
	background-image: url(../images/flow.png);
}

.m-i-wrap ul{
	font-size: 90%;
    font-weight: 500;
}

.m-i-wrap ul li{
    margin-bottom: 2px;
    font-size: 90%;
	line-height: 190%;
}

.m-i-wrap ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    background: var(--color_main);
    border-radius: 2px;
    vertical-align: middle;
}

.m-i-wrap ul li a{}


.medical-info .emergency{
	border-right: none;
}

.medical-info .emergency h2{
	background-image: url(../images/emergency.png);
}
.e-tel{}

.e-tel p{
	color: var(--color_red);
	font-weight: bold;
	margin-bottom: 10px;
}

.e-tel span.h-number {
    display: block;
    font-size: 210%;
    line-height: 130%;
    padding-left: 35px;
    font-weight: bold;
    background-image: url(../images/tel-r.png);
    background-position: left top 12px;
    background-size: 33px;
    background-repeat: no-repeat;
    color: var(--color_red);
}

@media screen and (max-width: 1160px) {
.e-tel span.h-number {
    font-size: 190%;
    letter-spacing: 0;
    background-position: left top 10px;
    background-size: 33px;
}
}    

@media screen and (max-width: 1100px) {
.e-tel span.h-number {
        background-position: left top 9px;
        padding-left: 30px;
        background-size: 28px;
    }
}


@media screen and (max-width: 1024px) {
.e-tel span.h-number {
        background-position: left top 6px;
    }
}


@media screen and (max-width: 960px) {
.e-tel span.h-number {
        background-position: left top 5px;
    }
}


.e-tel span.h-number a{
	color: var(--color_red);
	text-decoration: none;
}


.medical-info .flow .more,
.medical-info .emergency .more{
	width: 100%;
    max-width: 170px;
    margin: 0 auto;
}

.medical-info .flow .more a,
.medical-info .emergency .more a{
	padding: 2px 40px 2px 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    border: 1px solid #c9c9c9;
    font-size: 80%;
    border-radius: 50px;
    background-color: #fff;
    background-image: url(../images/arrow.png);
    background-position: right 14px center;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0;
}


.medical-info .flow .more a:hover,
.medical-info .emergency .more a:hover{
	transition: all 0.2s ease-in-out;
	background-position: right 10px center;
}




.medical-info-purpose{
	padding-top: 60px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 811px) {
.medical-info-purpose {
    padding-top: 0;
	}
}

.medical-info-purpose .btn{
	width: 31%;
    background-color: transparent;
    margin: 1%;
    font-size: 110%;
    font-weight: bold;
    border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 730px) {
.medical-info-purpose .btn {
    font-size: 100%;
}
}


.medical-info-purpose .btn a{
	padding: 30px 30px 30px 80px;
	text-decoration: none;
	display: block;
	background-image: url(../images/arrow-g.png),url(../images/purpose01.png);
    background-position: right 16px center,left 16px center;
    background-size: 20px,50px;
    background-repeat: no-repeat,no-repeat;
    transition: all 0.2s ease-in-out;
    border-radius: 10px;
	border: solid 2px #c2c2c2
}


@media only screen and (max-width: 811px) {
	.medical-info-purpose .btn a{
		border:none;
	}
}



.medical-info-purpose .btn.outpatient a{
	background-color: #ffedf1;
	background-image: url(../images/arrow-g.png),url(../images/purpose01.png);
    background-repeat: no-repeat,no-repeat;
}


.medical-info-purpose .btn.hospitalization a{
	background-color: #fff3df;
	background-image: url(../images/arrow-g.png),url(../images/purpose02.png);
}

.medical-info-purpose .btn.outpatient-dr a{
	background-color: #ffede4;
	background-image: url(../images/arrow-g.png),url(../images/purpose03.png);
}

.medical-info-purpose .btn.department a{
	background-color: #e2f3fb;
	background-image: url(../images/arrow-g.png),url(../images/purpose04.png);
}

.medical-info-purpose .btn.checkup a{
	background-color: #f1eef8;
	background-image: url(../images/arrow-g.png),url(../images/purpose05.png);
}

.medical-info-purpose .btn.consultation a{
	background-color: #e1f2e7;
	background-image: url(../images/arrow-g.png),url(../images/purpose06.png);
}

.medical-info-purpose .btn a:hover,
.medical-info-purpose .btn.outpatient a:hover,
.medical-info-purpose .btn.hospitalization a:hover,
.medical-info-purpose .btn.outpatient-dr a:hover,
.medical-info-purpose .btn.department a:hover,
.medical-info-purpose .btn.checkup a:hover,
.medical-info-purpose .btn.consultation a:hover
{
	transition: all 0.2s ease-in-out;
    background-position: right 12px center,left 16px center;
}


@media only screen and (max-width: 900px) {
.medical-info-purpose .btn a {
    padding: 25px 25px 25px 65px;
    background-size: 15px, 40px;
	letter-spacing: 0;
}
	
}

@media only screen and (max-width: 811px) {
    .medical-info-bg {
        padding: 0;
    }
	
.medical-info-bg .top-inner {
    padding: 0;
}
	
.medical-info-purpose {
        padding-top: 0;
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
    }
	
.medical-info-purpose .btn {
    margin: 0;
    width: auto;
	}
	
.medical-info-purpose .btn:nth-child(1), .medical-info-purpose .btn:nth-child(2), .medical-info-purpose .btn:nth-child(3) {
        border-bottom: 2px solid #c2c2c2;
    }
	
.medical-info-purpose .btn:not(:first-child) {
    border-left: 2px solid #c2c2c2;
}
	
.medical-info-purpose .btn:nth-child(4) {
        border-left: none;
    }
	
	
.medical-info-purpose .btn a {
    border-radius: 0;
    box-shadow: none;
}
	
	
	
}

@media only screen and (max-width: 660px) {
.medical-info-purpose .btn a {
        padding: 25px 25px 25px 52px;
        background-size: 15px, 30px;
        background-position: right 12px center, left 12px center;
        letter-spacing: 0;
    }
	
.medical-info-purpose .btn a:hover,
.medical-info-purpose .btn.outpatient a:hover,
.medical-info-purpose .btn.hospitalization a:hover,
.medical-info-purpose .btn.outpatient-dr a:hover,
.medical-info-purpose .btn.department a:hover,
.medical-info-purpose .btn.checkup a:hover,
.medical-info-purpose .btn.consultation a:hover
{
    background-position: right 10px center,left 12px center;
}
	
}


@media screen and (max-width: 811px) {
.medical-info-purpose .btn {
        border-radius: 0;
    }
}



@media screen and (max-width: 600px) {
.medical-info-purpose {
        grid-template-columns: repeat(2, 1fr);
    }

    .medical-info-purpose .btn {
        font-size: 120%;
    }
	
	
.medical-info-purpose .btn,.medical-info-purpose .btn:nth-child(4) {
    border-bottom: 2px solid #c2c2c2;
    border-left: 2px solid #c2c2c2;
  }
  .medical-info-purpose .btn:nth-child(2n) {
	   border-right: 0;
  }
	
	
.medical-info-purpose .btn:nth-child(1),
.medical-info-purpose .btn:nth-child(2){
	border-top: 0;
	}
	
.medical-info-purpose .btn:nth-child(1),
.medical-info-purpose .btn:nth-child(3),
.medical-info-purpose .btn:nth-child(5){
	border-left: 0;
	}
	
.medical-info-purpose .btn:nth-child(5),
.medical-info-purpose .btn:nth-child(6){
	border-bottom: 0;
	}
	
	
	
.medical-info-purpose .btn a {
        padding: 25px 25px 25px 80px;
        background-size: 15px, 50px;
        background-position: right 12px center, left 18px center;
        letter-spacing: 0;
    }
	
.medical-info-purpose .btn a:hover,
.medical-info-purpose .btn.outpatient a:hover,
.medical-info-purpose .btn.hospitalization a:hover,
.medical-info-purpose .btn.outpatient-dr a:hover,
.medical-info-purpose .btn.department a:hover,
.medical-info-purpose .btn.checkup a:hover,
.medical-info-purpose .btn.consultation a:hover
{
    background-position: right 10px center,left 18px center;
}
	
	
}


@media screen and (max-width: 515px) {
	
.medical-info-purpose .btn a {
        padding: 25px 25px 25px 68px;
        background-size: 0, 40px;
        background-position: right 12px center, left 18px center;
        letter-spacing: 0;
    }
	
.medical-info-purpose .btn a:hover,
.medical-info-purpose .btn.outpatient a:hover,
.medical-info-purpose .btn.hospitalization a:hover,
.medical-info-purpose .btn.outpatient-dr a:hover,
.medical-info-purpose .btn.department a:hover,
.medical-info-purpose .btn.checkup a:hover,
.medical-info-purpose .btn.consultation a:hover
{
    background-position: right 10px center,left 18px center;
}
	
	
}


@media only screen and (max-width: 460px) {
.medical-info-purpose .btn a {
        padding: 15px 15px 15px 52px;
        background-size: 0, 30px;
        background-position: right 12px center, left 12px center;
        letter-spacing: 0;
    }
	
.medical-info-purpose .btn a:hover,
.medical-info-purpose .btn.outpatient a:hover,
.medical-info-purpose .btn.hospitalization a:hover,
.medical-info-purpose .btn.outpatient-dr a:hover,
.medical-info-purpose .btn.department a:hover,
.medical-info-purpose .btn.checkup a:hover,
.medical-info-purpose .btn.consultation a:hover
{
    background-position: right 10px center,left 12px center;
}
	
}

@media only screen and (max-width: 420px) {
    .medical-info-purpose .btn {
        font-size: 100%;
    }
}



.m-i-wrap .more{
	text-align: left;
}





@media only screen and (max-width: 811px) {

.gradation{
	background-image: url(../images/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
}



/* topics-search
------------------------------------------------------------
------------------------------------------------------------ */

.topics-search{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px auto;
}


@media only screen and (max-width: 660px) {

.topics-search {
    width: auto;
    max-width: none;
    margin: 0 auto 50px auto;
    padding: 0 30px;
}
}


.topics-search form {
	display: flex;
}


.s-text{
	width: 80%;
    border: 1px solid #acacac;
	border-radius: 10px 0 0 10px;
}



.topics-search input[type="text"] {
    width: 100%;
    padding: 10px 30px 10px 20px;
    font-size: 20px;
    /* line-height: 1; */
    vertical-align: top;
    /* max-width: 180px; */
    border: none;
    outline: none;
    box-shadow: none;
	border-radius: 10px 0 0 10px;
	height: 100%;
}

.s-btn{
	width: 20%;
	background: var(--color_main);
	border-radius: 0 10px 10px 0;
    text-align: center;
    border: 1px solid #acacac;
	border-left: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.topics-search input[type="image"] {
	display: block;
	width: 100%;
	max-width: 86px;
	height: auto;
/*
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
*/
}




@media only screen and (max-width: 600px) {
.s-text {
    width: 70%;
}
	
.s-btn{
	width: 30%;
	}
	
}



/* topics
------------------------------------------------------------
------------------------------------------------------------ */

.top-slider {
  background: #f3f8e5;
  padding: 60px 0 40px 0;
}


@media only screen and (max-width: 811px) {
.top-slider {
    background: transparent;
    padding: 60px 0 40px 0;
}
}

@media only screen and (max-width: 660px) {
.top-slider {
        padding: 50px 0 40px 0;
    }
}



@media only screen and (max-width: 500px) {
    .top-slider {
        padding: 50px 0 20px 0;
    }
}


.swiper {
  padding-bottom: 70px;
  width: 90%;
  max-width: 90%;
}

.swiper-wrapper {
  display: flex!important;
  align-items: stretch!important;
  justify-content: center !important;
}

/* ただし、ループする時（8枚以上の時）はSwiperの計算を邪魔しないよう初期値に戻す */
.is-looping .swiper-wrapper {
  justify-content: flex-start !important;
}

.swiper-slide {
  width: 280px;
  height: auto;
  display: flex;
}
.slide-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: var(--color_font);
    display: flex;
    flex-direction: column;
    height: 100%;
}

a.swiper-slide.slide-card{
	background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    color: var(--color_font);
    display: flex;
    flex-direction: column;
    height: 100%;
}



.slide-card img {
  width: 100%;
/*  height: 160px;*/
  object-fit: cover;
  display: block;
  display: flex;
  flex-direction: column;
/*  height: 100%;*/
}

.slide-card p {
  
}

span.sw-text {
    height: 50px;
    padding: 22px 22px;
    font-size: 95%;
    line-height: 150%;
    font-weight: 500;
    background-image: url(../images/arrow.png);
    background-position: right 18px bottom 18px;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    /* flex: 1; */
    margin: 0;
    display: flex;
    align-items: center;
}

span.sw-text:hover {
	background-position: right 10px bottom 18px;
    transition: all 0.2s ease-in-out;
}


.slide-card.is-green {
  background: #9fd3c7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-card .center-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}



.swiper-slide {
  display: flex;
  height: auto;
}

.slide-card {
  height: 100%;
}











/* 矢印調整 */
.swiper-button-prev,
.swiper-button-next {
  color: #858585;
}

@media screen and (max-width: 811px) {
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
}


/* ドット */
.swiper-pagination-bullet {
  background: #bbb;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: var(--color_main);
}




/* visitation-news
------------------------------------------------------------
------------------------------------------------------------ */


.visitation-news{
    padding-top: 30px;
	margin-bottom: 30px;
}

.visitation-news .sect-emergency {
    padding: 20px 0 0px 0;
    margin-top: 0;
    background: transparent;
}


@media screen and (max-width: 811px) {
	
.visitation-news {
    padding-top: 30px;
}
	
.visitation-news .sect-emergency {
/*
    padding: 0;
    margin-top: 0;
*/
    background: transparent;
}
}

@media screen and (max-width: 450px) {
    .visitation-news {
        padding-top: 10px;
    }
}


.visitation-news .section-inner {
    background-color: var(--color_red_pale);
	max-width: none;
	display: block;
	border: 2px solid var(--color_red);
	padding: 25px 20px;
	border-radius: 15px;
}

.visitation-news .sect-emergency .title-wrap {
    margin-bottom: 0;
	padding-bottom: 0;
    text-align: center;
    color: var(--color_red);
    border-bottom: none;
    width: 100%;
}


.visitation-news .sect-emergency .title-wrap h2{
    line-height: 150%;
}

@media screen and (max-width: 500px) {
.visitation-news .sect-emergency .title-wrap h2 {
    font-size: 110%;
}
}


.visitation-news .sect-emergency .emergency-list {
    border-top: none;
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}

.visitation-news .sect-emergency .emergency-list li .title {
    width: 100%;
    padding-left: 0;
    display: block;
    line-height: 160%;
}

.visitation-news .sect-emergency .emergency-list li {
        padding: 0;
    }



@media screen and (max-width: 500px) {

.visitation-news .sect-emergency .title-wrap {
        border-radius: 10px;
}
	
	
.visitation-news .section-inner {
    padding: 20px;
/*    font-size: 90%;*/
	}
	
.visitation-news .sect-emergency .emergency-list li .title {
    font-weight: 500;
    font-size: 95%;
    letter-spacing: 0;
}
	

}




/* top-news
------------------------------------------------------------
------------------------------------------------------------ */

.top-news{
	padding: 50px 0 80px 0;
	position: relative;
	overflow: hidden;
}


/* ribbon
------------------------------------------------------------
------------------------------------------------------------ */



.ribbon-l,.ribbon-r{
	position: absolute;
}

.ribbon-l{
	bottom: 200px;
	left: -30px;
}

.ribbon-l img{
	width: 100%;
	max-width: 230px;
}


.ribbon-r{
	bottom: -30px;
	right: -30px;
}

.ribbon-r img{
	width: 100%;
	max-width: 230px;
}

@media screen and (max-width: 1200px) {
	
.ribbon-r {
    bottom: 10px;
    right: -40px;
}
	
.ribbon-r img {
    max-width: 200px;
}
}


@media screen and (max-width: 900px) {
.ribbon-l img {
    max-width: 170px;
}
	
.ribbon-r img {
        max-width: 160px;
    }
	
}


/* ribbon animation
------------------------------------------------------------
------------------------------------------------------------ */



/* 初期状態（まだ表示しない） */
.ribbon-l,
.ribbon-r {
  opacity: 0;
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease;
	transform: translateY(10px);
}

/* 左：少し左にずらしておく */
.ribbon-l {
  transform: translateX(-40px);
}

/* 右：少し右にずらしておく */
.ribbon-r {
  transform: translateX(40px);
  transition-delay: 0.15s;
}

/* 表示されたらこのクラスが付く */
.ribbon-l.is-show,
.ribbon-r.is-show {
  opacity: 1;
  transform: translateX(0);
}








.top-news-wrap{
	position: relative;
    z-index: 999;
}

.js-tab.tab-initialized{
	display: flex;
	width: 100%;
}

.top-news-title{
	width: 20%;
}

.news-wrap{
	width: 80%;
	padding-left: 50px;
}


.top-news .top-inner h2 {
    font-size: 170%;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.top-news-header {
}

ul.top-news-header-catTab {
    width: 100%;
    margin-bottom: 30px;
}

ul.top-news-header-catTab li {
	width: auto;
    margin-bottom: 10px;
    font-size: 95%;
    font-weight: bold;
}

ul.top-news-header-catTab li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    background: #999;
    border-radius: 2px;
    vertical-align: middle;
}


ul.top-news-header-catTab li a {
    text-decoration: none;
    font-size: 90%;
    padding: 0;
    transition: all 0.2s ease-in-out;
    width: auto;
}







ul.top-news-header-catTab li.tabCat__all,
ul.top-news-header-catTab li.tabCat__all a{
}


ul.top-news-header-catTab li a.active{
	width: auto;
}

.tabCat__all{}

li.tabCat__news a{
	color: #41b0e4;
}

li.tabCat__event a{
	color: #f48645;
}

li.tabCat__bidding a{
	color: #9f8ace;
}

li.tabCat__recruit-news a{
	color: var(--color_main);
}

li.tabCat__all a{
	color: #666;
}





.tabCat__news,
.list-category-mark.list-category-news,
.list-category-mark.list-category-event,
.list-category-mark.list-category-bidding,
.list-category-mark.list-category-recruit-news
{
}



.list-category-mark.list-category-news,
.list-category-mark.list-category-event,
.list-category-mark.list-category-bidding,
.list-category-mark.list-category-recruit-news{
    font-size: 80%;
    padding: 2px 5px;
    border-radius: 50px;
    margin: 0 15px;
    width: 130px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 190%;
}


.list-category-mark.list-category-news{
	background-color: #dcf2ff;
}

.list-category-mark.list-category-event{
	background-color: #ffe6d5;
}

.list-category-mark.list-category-bidding{
	background-color: #eee9fb;
}

.list-category-mark.list-category-recruit-news{
	background-color: #e1f4ce;
}



.news-wrap ul li{
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
    border-bottom: 1px solid #d3d3d3;
	background-image: url(../images/arrow-g.png);
    background-position: right 14px center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}


.news-wrap ul li:hover{
	transition: all 0.2s ease-in-out;
	background-position: right 10px center;
}



.news-wrap ul li:last-child{
	border-bottom:none;
}

.title{
	display: block;
    margin-top: 17px;
	font-weight: 500;
}

.title a{
}

.date{
	font-size: 95%;
    color: #767676;
}

.new{
	font-weight: bold;
    font-size: 90%;
    display: inline-block;
    margin-left: 10px;
	color: var(--color_red);
}

ul.info-bnr-list{}

ul.info-bnr-list li{
	margin-bottom: 30px;
}

ul.info-bnr-list li img{
        border-radius: 10px;
        box-shadow: 0 0 5px #b0b0b0;
	position:relative;
	top:0;
	transition:0.3s;
}


ul.info-bnr-list li img:hover{
	top:-6px;
	transition:0.3s;
}

.more-pc{
	display: block;
}

.more-sp{
	display: none;
}

.more{
	width: 100%;
}

.more-link{
	width: 100%;
    max-width: 130px;
}


.more-link a{
	padding: 4px 40px 4px 20px;
    text-decoration: none;
    font-weight: bold;
    display: block;
    font-size: 75%;
	background-color: var(--color_main);
    border-radius: 50px;
    background-image: url(../images/arrow-w.png);
    background-position: right 14px center;
    background-size: 12px;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0;
	color: #fff;
}


.more-link a:hover{
	color: #fff;
	transition: all 0.2s ease-in-out;
	background-position: right 0 center;
}





/* sp news 
------------------------------------------------------------
------------------------------------------------------------ */

@media screen and (max-width: 767px) {
	
.top-news {
    padding: 50px 0 40px 0;
}	
	
	
.ribbon-l {
    bottom: auto;
    top: 70px;
	}
	
.ribbon-l img {
        max-width: 120px;
    }
	
.ribbon-r {
        bottom: auto;
        right: -20px;
        top: 20px;
    }
	
.ribbon-r img {
        max-width: 110px;
    }
	
.more-pc{
	display: none;
}

.more-sp{
	display: block;
}
	
	
.top-news .top-inner h2 {
    font-size: 170%;
    padding-bottom: 0;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 30px;
}
	

.js-tab.tab-initialized {
    display: block;
    width: 100%;
}

.top-news-title,.news-wrap {
    width: 100%;
	padding-left: 0;
}
	
	
ul.top-news-header-catTab {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(3, 1fr);
        gap: 0 12px;
    }
ul.top-news-header-catTab li {
        width: auto;
        padding: 4px 20px;
        text-decoration: none;
        font-weight: bold;
        display: block;
        border: 1px solid #c9c9c9;
        font-size: 95%;
        border-radius: 50px;
        letter-spacing: 0;
        text-align: center;
    }
	
ul.top-news-header-catTab li::before{
	display: none;
	}

	
ul.top-news-header-catTab li.more.more-sp {
	background-color: var(--color_main);
	color: #fff;
	}
	
.news-wrap ul li {
    padding-right: 60px;        
	padding-left: 10px;
	
	}
	

}


@media screen and (max-width: 700px) {
.top-news {
        padding: 50px 0 0 0;
    }
}


@media screen and (max-width: 500px) {
	
    .top-news {
        padding: 20px 0 20px 0;
    }
	
.ribbon-l {
        top: 10px;
    }
	
.ribbon-r {
        top: 50px;
    }
	
	
ul.top-news-header-catTab {
        gap: 0 7px;
    }
	

    ul.top-news-header-catTab li {
        padding: 0px 10px;
        font-weight: 500;
        font-size: 85%;
    }
	
	
	.list-category-mark.list-category-news, 
	.list-category-mark.list-category-event, 
	.list-category-mark.list-category-bidding, 
	.list-category-mark.list-category-recruit-news {
    width: 110px;
	}
	
}

@media screen and (max-width: 430px) {
	
.ribbon-r {
        top: 20px;
    }
	
.top-news .top-inner h2 {
        margin-bottom: 30px;
}
}


@media screen and (max-width: 390px) {
ul.top-news-header-catTab li {
        padding: 0px 5px;
        font-size: 80%;
    }
}








/* banner-area 
------------------------------------------------------------
------------------------------------------------------------ */

.banner-area {
    background: linear-gradient(90deg,rgba(241, 90, 90, 0.2),rgba(247, 158, 0, 0.2));
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 300px;
    padding-right: 300px;
	margin-top: 10px;
	padding-top: 100px;
    padding-bottom: 30px;
}


@media screen and (max-width: 420px) {
.banner-area {
    padding-top: 70px;
    padding-bottom: 10px;
}
}



.banner-area .top-inner{
	max-width: 1000px;
}



.categorize-news{
/*    display: flex;*/
    justify-content: space-between;
    position: relative;
    top: -100px;
	display: none;
}


.categorize-news h2{
    font-size: 140%;
    text-align: center;
    position: relative;
    padding: 50px 10px 15px 10px;
    font-weight: 700;
    margin-bottom: 35px;
    background-position: center top 0px;
    background-size: 33px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
.categorize-news h2 {
    font-size: 120%;
    padding: 50px 0 10px 0;
    margin-bottom: 25px;
}
}


.categorize-news h2::before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 3px;
    content: '';
    border-radius: 3px;
    background: var(--color_main);
}

.categorize-news .categorize-news-local h2{
	background-image: url(../images/local-personnel.png);
}

.categorize-news .categorize-news-local h2::before {
	background: #ffdce5;
}

.categorize-news .categorize-news-dr h2{
	background-image: url(../images/medical-personnel.png);
}

.categorize-news .categorize-news-dr h2::before{
	background: #c1e3f3;
	
}


.categorize-news-local,.categorize-news-dr{
	width: 48%;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
}


.categorize-news-local{
	border: 2px solid #ffdce5;
}

.categorize-news-dr{
	border: 2px solid #c1e3f3;
}



.categorize-news-local ul,.categorize-news-dr ul{
	font-weight: 500;
	font-size: 85%;
}

.categorize-news-local ul li,.categorize-news-dr ul li{
	margin-bottom: 5px;
}

.categorize-news-local ul li::before,.categorize-news-dr ul li::before{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 2px;
    margin-right: 10px;
	border-radius: 12px;
    vertical-align: middle;
}

.categorize-news-local ul li::before {
    background: var(--color_pink);
}


.categorize-news-dr ul li::before {
    background: var(--color_blue);
}



    
.categorize-news-local ul li:last-child,.categorize-news-dr ul li:last-child{
	margin-bottom: 0;
}



@media screen and (max-width: 767px) {

.categorize-news {
/*    display: block;*/
	display: none;
}
	
.categorize-news-local, .categorize-news-dr {
	width: 100%;        
	margin-bottom: 30px;
    padding: 25px;
	
	}
	
	
    .categorize-news h2 {
        padding: 36px 0 8px 0;
        margin-bottom: 30px;
        background-size: 24px;
    }
	
}

@media screen and (max-width: 700px) {

.categorize-news {
    top: -60px;
}
}



/*
.top-banner{
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
*/


.top-banner{
	position: relative;
    top: 0;
}



ul.ads-bnr-list,ul.ads-bnr-list-sizem{
	display: flex;
    justify-content: center;
	gap: 4%;
	flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}


ul.ads-bnr-list-sizem{
    margin-top: 40px;
    padding-top: 60px;
    border-top: 1px dotted #999;
}




@media screen and (max-width: 830px) {
ul.ads-bnr-list {
    gap: 4%;
}
	

ul.ads-bnr-list-sizem {
    padding-top: 40px;
	margin-top: 0;
}

	
}


ul.ads-bnr-list li{
	width: 48%;
	margin-bottom: 3%;
    text-align: center;
    border-radius: 15px;
    align-content: center;
}


ul.ads-bnr-list-sizem li{
	width: 31%;
	margin-bottom: 5px;
    text-align: center;
    border-radius: 15px;
    align-content: center;
}


@media screen and (max-width: 750px) {
ul.ads-bnr-list-sizem li {
    width: 38%;
}
}


@media screen and (max-width: 530px) {
ul.ads-bnr-list-sizem li{
	width: 48%;
}
}


ul.ads-bnr-list-m{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    gap: 0 2em;
}

ul.ads-bnr-list-m li {
    width: 30%;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 15px;
    align-content: center;
}



ul.ads-bnr-list li img,
ul.ads-bnr-list li a img,
ul.ads-bnr-list-sizem li img,
ul.ads-bnr-list-sizem li a img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 5px #bcbcbc;
}



@media screen and (max-width: 420px) {
ul.ads-bnr-list li {
    width: 100%;
	margin-bottom: 5%;
}
	
ul.ads-bnr-list li:last-child {
	margin-bottom: 0;
	}
	
ul.ads-bnr-list-sizem {
        padding-top: 30px;
        margin-top: 0;
    }
	
}


.lay-menu-purpose .medical-info-purpose {
    border: 2px solid #c2c2c2;
    border-radius: 10px;
}


@media screen and (max-width: 600px) {
	
	
.mCSB_inside > .mCSB_container {
    margin-right: 0!important;
}
	
.lay-menu-purpose .medical-info-purpose {
        grid-template-columns: repeat(3, 1fr);
    }
	
	
.lay-menu-purpose .medical-info-purpose .btn {
    background-color: #c2c2c2;
	font-size: 85%;
	}
	
.lay-menu-purpose .medical-info-purpose .btn a {
        padding: 62px 5px 12px 5px;
        letter-spacing: 1px;
    }
	
	
.lay-menu-purpose .medical-info-purpose .btn.outpatient {
    border-radius: 10px 0 0 0;
}
	
.lay-menu-purpose .medical-info-purpose .btn.outpatient-dr {
    border-radius: 0 10px 0 0;
}
	
.lay-menu-purpose .medical-info-purpose .btn.department {
    border-radius: 0 0 0 10px;
}
	
.lay-menu-purpose .medical-info-purpose .btn.consultation {
    border-radius: 0 0 10px 0;
}
	
	
.lay-menu-purpose .medical-info-purpose .btn:nth-child(1), .medical-info-purpose .btn:nth-child(2), .medical-info-purpose .btn:nth-child(3) {
        border-bottom: 2px solid #c2c2c2;
    }
	
.lay-menu-purpose .medical-info-purpose .btn:not(:first-child) {
    border-left: 2px solid #c2c2c2;
}
	
.lay-menu-purpose .medical-info-purpose .btn:nth-child(4) {
        border-left: none;
	border-bottom: none;
	
    }
}


@media screen and (max-width: 390px) {
.lay-menu-purpose .medical-info-purpose .btn {
	font-size: 80%;
	}
}
