@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	MAIN
	========================================================================== */
	
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
	margin: 20px 0 8vh 0;
}
.mainimage div img {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.catch {
  position: absolute;
  bottom: 5%;
  left: 10%;
	width: 500px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 15px;
  padding: 40px;
}
.catch p {
	color: var(--color01);
	font-family: var(--font01);
	font-weight: 700;
	background-color: var(--color02);
	border-radius: 50px;
	margin-bottom: 10px;
}
.catch__tit {
  color: var(--color01);
	font-family: var(--font01);
  font-weight: 900;
  font-size: clamp(1.8rem,3.125vw,2.8rem);
  line-height: 170%;
}

@media screen and (max-width: 767px) {
  .mainimage {
    padding-bottom: 0;
  }
  .slick-track img {
    height: 50vh;
    object-fit: cover;
    padding:0;
}
}
@media screen and (max-width: 480px) {
  .slick-track img {
    height: 40vh;
    object-fit: cover;
}
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

/*TOP*/

.newsContent {
  margin-bottom: 4%;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  overflow: hidden;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  clear: left;
  float: left;
  padding-left: 1em;
}
.newsContent dl dd {
  width: 82%;
  float: left;
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
    color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
    /*border-bottom: 1px solid #bdbdbd;*/
  }
  .newsContent dl dd:after {
    content: none;
  }
}

.about {
	padding: 8vh 0;
}
.about__inner {
	width: 80%;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	padding: 40px;margin: 0 auto;
}
.about__inner h2 {
	color: var(--color01);
	font-size: clamp(2rem,3.5vw,3rem);
	margin-bottom: 20px;
}
.uketsuke {
	color: var(--color01);
	font-family: var(--font01);
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.uketsuke span {
	border-bottom: solid 2px;
	padding-bottom: 5px;
}

.medical-list__item a {
	display: block;
	color: var(--color01);
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.5vw,2.3rem);
	font-weight: 700;
	border-bottom: solid 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.medical-list__item a span {
	display: block;
	position: relative;
}
.medical-list__item a span::after {
	content: "\f138";
	position: absolute;
	top: 25%;
	right: 0;
	font-family: "Font Awesome 5 Free";
	font-size: 80%;
	font-weight: 900;
}
.medical-list__item img {
	display: block;
	margin-bottom: 15px;
}
.medical-list__item p {
	margin-bottom: 0;
}

/*ATTEMPT*/

.maina__image {
  display: block;
  width: 400px;
	margin: 0 auto;
}

/*CLINIC*/

.clinic .table-cmn02__tit {
  width: 120px;  
}
.message__txt {
	float: left;
	width: 60%;
}
.message__img {
	float: right;
	width: 35%;
}
.career {
  display: flex;
  padding: 10px;
}
.career:nth-child(odd) {
  background-color: #eee;
}
.career__year {
  width: 130px;
  font-weight: bold;
}
.career__txt {
  flex: 1;
}

/*NEWS*/

.main .inner a,.main .inner a:visited {
  color: var(--color01);
}
.main .inner a:hover {
	opacity: 0.4;  
	filter: alpha(opacity=90);  
}
.inner {
  width: 100%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0 10px;
}
.date {
    text-align: right;
    margin-top: -35px;
}
img.border {
  border: 1px solid #e3f2f0;
  padding: 3px;
}
.inner-wrap {
  display: block;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}
.inner-wrap .blockLine {
  padding: 0;
  clear: both;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.inner-wrap .blockLine > .block {
  display: inline-block;
  width: 49%;
  padding: 0;
  margin: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: left;
}
.inner-wrap .blockLine > .block p {
  text-align: left;
}
.inner-wrap .blockLine > .block figure {
  display: block;
  margin: auto;
}
.inner-wrap .blockLine > .block:first-child {
  margin-left: 0 !important;
}
.inner-wrap .blockLine > .block:last-child {
  margin-right: 0 !important;
}
.inner-wrap .blockLine.blocks_2 > .block {
  width: calc((100% - 2%) / 2);
}
.inner-wrap .blockLine.blocks_3 > .block {
  width: calc((100% - 4%) / 3);
}
.inner-wrap .blockLine.blocks_4 > .block {
  width: calc((100% - 6%) / 4);
}
.inner-wrap .blockLine.blocks_5 > .block {
  width: calc((100% - 8%) / 5);
}
.inner-wrap .blockLine.blocks_6 > .block {
  width: calc((100% - 10%) / 6);
}
.inner-wrap .blockLine.blocks_7 > .block {
  width: calc((100% - 12%) / 7);
}
.inner-wrap .blockLine.blocks_8 > .block {
  width: calc((100% - 14%) / 8);
}
.inner-wrap .blockLine.blocks_2 > .block:nth-child(2n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_3 > .block:nth-child(3n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_4 > .block:nth-child(4n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_5 > .block:nth-child(5n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_6 > .block:nth-child(6n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_7 > .block:nth-child(7n) {
  margin-right: 0;
}
.inner-wrap .blockLine.blocks_8 > .block:nth-child(8n) {
  margin-right: 0;
}

.inner-wrap .blockLine.vertical > .block {
  float: none;
  vertical-align: middle;
  position: relative;
}
.inner-wrap .blockLine.reversal > .block {
  float: right;
  position: relative;
}
.inner-wrap .blockLine .block.last + .block {
  margin-left: 0;
  clear: both;
}
.inner-wrap .blockLine.reversal > .block:first-child {
  margin-left: 2% !important;
  margin-right: 0;
}
.inner-wrap .blockLine.reversal > .block:last-child {
  margin-left: 0;
}

.blockLine > .block.wd10 {
  width: 9%;
}

.blockLine > .block.wd15 {
  width: 14%;
}

.blockLine > .block.wd20 {
  width: 19%;
}

.blockLine > .block.wd25 {
  width: 24%;
}

.blockLine > .block.wd30 {
  width: 29%;
}

.blockLine > .block.wd35 {
  width: 34%;
}

.blockLine > .block.wd40 {
  width: 39%;
}

.blockLine > .block.wd45 {
  width: 44%;
}

.blockLine > .block.wd50 {
  width: 49%;
}

.blockLine > .block.wd55 {
  width: 54%;
}

.blockLine > .block.wd60 {
  width: 59%;
}

.blockLine > .block.wd65 {
  width: 64%;
}

.blockLine > .block.wd70 {
  width: 69%;
}

.blockLine > .block.wd75 {
  width: 74%;
}

.blockLine > .block.wd80 {
  width: 79%;
}

.blockLine > .block.wd85 {
  width: 84%;
}

.blockLine > .block.wd90 {
  width: 89%;
}

.blockLine > .block.wd95 {
  width: 94%;
}

.blockLine > .block.wd100 {
  width: 99%;
}

@media (max-width: 767px) {
  .inner-wrap .blockLine:not(.fix) > .block {
    display: block;
    text-align: center;
    margin: 0 auto 15px;
    width: 100%;
    float: none;
  }
  .inner-wrap .blockLine:not(.fix) .wd10, .inner-wrap .blockLine:not(.fix) .wd20, .inner-wrap .blockLine:not(.fix) .wd30, .inner-wrap .blockLine:not(.fix) .wd40, .inner-wrap .blockLine:not(.fix) .wd60, .inner-wrap .blockLine:not(.fix) .wd70, .inner-wrap .blockLine:not(.fix) .wd80, .inner-wrap .blockLine:not(.fix) .wd90, .inner-wrap .blockLine:not(.fix) .wd15, .inner-wrap .blockLine:not(.fix) .wd25, .inner-wrap .blockLine:not(.fix) .wd35, .inner-wrap .blockLine:not(.fix) .wd45, .inner-wrap .blockLine:not(.fix) .wd65, .inner-wrap .blockLine:not(.fix) .wd75, .inner-wrap .blockLine:not(.fix) .wd85, .inner-wrap .blockLine:not(.fix) .wd95 {
    width: 100%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block {
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: auto;
    float: left;
    margin-top: 2%;
    text-align: left;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(even) {
    margin-left: 2%;
  }
  .inner-wrap .blockLine:not(.fix).sp_2 > .block:nth-child(odd) {
    clear: both;
  }
  .inner-wrap .blockLine.reversal > .block:first-child {
    margin-left: 0 !important;
  }
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){

.about {
  background: url("../images/cmn-images/bg01.jpg") 50% 0 no-repeat;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

}
@media screen and (max-width: 1200px){/*1200以下*/

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

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

/*TOP*/

.catch {
	width: 450px;
  padding: 30px;
}

.about {
  background: url("../images/cmn-images/bg01.jpg") 50% 0 no-repeat;
}



}

/* ==========================================================================
	SP - 640px
	========================================================================== */

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

/*TOP*/

.mainimage {
	margin: 0 0 5vh 0;
}
.catch {
  bottom: 10px;
  left: 10px;
	width: 80%;
  padding: 20px;
}
.catch p {
  font-size: 3vw
}
.catch__tit {
  font-size: 5vw
}

.about {
	padding: 5vh 0;
}
.about__inner {
	width: 100%;
	padding: 20px;
}

/*CLINIC*/

.clinic .table-cmn02__tit {
  width: 100px;  
}
.message__txt {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}
.message__img {
	display: block;
	float: none;
	width: 60%;
	margin: 0 auto;
}
.career__year {
  width: 80px;
  font-size: 1.3rem;
}
.career__txt {
  flex: 1;
}

/*NEWS*/

.date {
    margin-top: -25px;
}

}

