@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-bottom: 20px;
}
.mainimage div img {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.catch {
  position: absolute;
  top: 50%;
  left: 50%;
	width: 600px;
  transform: translate(-50%, -50%);
  background-color: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 40px 0;
}
.catch__tit01 {
  width: 300px;
  color: #fff;
	font-family: var(--font01);
  font-weight: 700;
  font-size: clamp(1.4rem,2.375vw,2rem);
  line-height: 100%;
  background-color: var(--color02);
  border-radius: 80px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}
.catch__tit02 {
  color: var(--color01);
  font-weight: var(--font01);
  font-size: clamp(2.5rem,4.75vw,4rem);
  font-weight: 700;
  letter-spacing: 0;
}
.catch__tit03 {
  color: var(--color02);
  font-weight: var(--font01);
  font-size: clamp(1.2rem,2.30vw,2rem);
  font-weight: 700;
  letter-spacing: 0;
}
.mv-img {
  width: 60%;
  margin: 0 auto;
}
.mv-img img{
  width: 100%;
  height: auto;
}

@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*/

.counterplan {
  padding: 30px 0;
}
.counterplan-list {
  width: 50%;
  margin: 0 auto;
}
.counterplan-list__item {
  font-family: var(--font01);
  font-weight: 700;
  font-size: clamp(1.6rem,2.125vw,1.8rem);
  margin-bottom: 15px;
}
.counterplan-list__item a {
  position: relative;
  display: block;
  color: var(--color01);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
}
.counterplan-list__item a::after {
  position: absolute;
  top: 35%;
  right: 20px;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
  font-size: 80%;
	font-weight: 900;
}
.counterplan-list__item:last-child {
  margin-bottom: 0;
}

.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:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 115%;
  height: 1px;
  border-bottom: 1px solid #bdbdbd;
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}*/
.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;
  }
}

.concept {
  padding: 100px 0;
}
.concept .tit-cmn02 {
	text-align: center;
}
.concept__inner {
  width: 85%;
  text-align: center;
  background-color: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 50px 40px;
  margin: 0 auto;
}
.concept__inner p:last-child {
  margin-bottom: 0;
}

.medical-list {
  padding: 10px;
}
.medical-list__item {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 20px;
}
.medical-list__item:hover {
	cursor: pointer;
}
.medical-list__tit {
  color: #fff;
  font-family: var(--font01);
  font-size: clamp(1.9rem,2.875vw,2.5rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.medical-list__tit a,.medical-list__tit a:visited {
	display: block;
  color: #fff;
  background-color: var(--color01);
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
}
.medical-list__tit a::after {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
  font-size: 80%;
	font-weight: 900;
	margin-left: 15px;
}
.medical-list__item:hover a {
	background-color: var(--color04);
}

.medical-list__inner {
  padding: 40px;
}
.medical-list__inner p {
  margin-bottom: 0;
}

/*CLINIC*/

.history {
	display: flex;
	padding: 15px;
}
.history:nth-child(odd) {
	background-color: #eee;
}
.history__year {
	width: 150px;
	color: var(--color01);
	font-weight: bold;
}
.history__txt {
	flex: 1;
}
.outline .table-cmn01__tit {
	width: 200px;
}

/*MEDICAL*/

.equipment-list__item img {
	display: block;
	margin-bottom: 20px;
}

/*ACCESS*/

.access {
	margin-bottom: 40px;
}
.access:last-child {
	margin-bottom: 0;
}
.access__tit {
	color: var(--color01);
	font-family: var(--font01);
  font-size: clamp(1.8rem,2.375vw,2rem);
	font-weight: 700;
	background-color: #eee;
	padding: 15px;
	margin-bottom: 20px;
}
.access__tit i {
	color: var(--color04);
	margin-right: 10px;
}
.access__txt li a {
    font-weight: bold;
	text-decoration: underline;
}

/*ATTEMPT*/

.maina__image {
  display: block;
  width: 400px;
  margin: 0 auto;
}
.addition .tit-cmn02 {
  font-size: 2rem;
}
.addition-table__tit {
  color: #fff;
  text-align: center;
  background-color: #0f89df;
  border: solid 1px #ccc;
  padding: 15px;
}
.addition-table__txt {
  border: solid 1px #ccc;
  padding: 15px;
}

/*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){

.concept {
  background: url("../images/index-images/concept-bg.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){

.catch {
  width: 70%;
  padding: 40px 0;
}
.counterplan-list {
  width: 80%;
}

.concept {
  background: url("../images/index-images/concept-bg.jpg") 50% 0 no-repeat;
  background-size: 1500px;
  padding: 80px 0;
}
.concept__inner {
  width: 95%;
}

}

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

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

/*TOP*/

.mainimage {
	margin-bottom: 10px;
}
.catch {
  width: 90%;
  padding: 30px 0;
}
.catch__tit01 {
  width: 200px;
  padding: 7px 0;
  margin: 0 auto 10px auto;
}
.mv-img {
  width: 55%;
  margin: 0 auto;
}

.counterplan {
  padding: 20px 0;
}
.counterplan-list {
  width: 100%;
}
.counterplan-list__item {
  margin-bottom: 10px;
}
.counterplan-list__item a {
  padding: 7px 15px;
}
.counterplan-list__item a::after {
  right: 15px;
}

.concept {
  background: url("../images/index-images/concept-bg.jpg") 30% 70% no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.concept__inner {
  width: 100%;
  padding: 30px 20px;
  margin: 0 auto;
}

.medical-list__tit a {
  padding: 12px 0;
}
.medical-list__inner {
  padding: 25px;
}

/*CLINIC*/

.history {
	padding: 15px;
}
.history__year {
	width: 90px;
}
.outline .table-cmn01__tit {
	width: 100px;
}

/*MEDICAL*/

.equipment-list {
	width: 105%!important;
}
.equipment-list__item {
	width: 45%!important;
	margin: 0 5% 5% 0!important;
}
.equipment-list__item img {
	margin-bottom: 10px;
}

/*ATTEMPT*/

.maina__image {
  width: 85%;
}.addition .tit-cmn02 {
  font-size: 1.8rem;
}
.addition-table {
  font-size: 85%;
  letter-spacing: 0;
}
.addition-table__tit {
  padding: 10px;
}
.addition-table__txt {
  padding: 10px;
}

/*NEWS*/

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

#flow h5{
text-align: center;
margin-top: 15px;
}


}

