@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  position: relative;
  margin-bottom: 70px;
}
#slider li {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 900px;
}
.slide01 {
  background: url("../images/index-images/mv01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../images/index-images/mv02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../images/index-images/mv03.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.catch {
  position: absolute;
  width: 765px;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.newsContent {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px auto;
}
.newsContent dl {
  width: 100%;
  border-bottom: 1px dotted #2d2d2d;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 15px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 18%;
  padding-left: 1em;
}
.newsContent dl dd {
  position: relative;
}
.newsContent dl dd a {
  color: #313131;
}
.newsContent dl dd a:hover {
  color: var(--color04);
}
@media screen and (max-width: 767px) {
  .newsContent {
    margin-bottom: 30px;
  }
  .newsContent dl {
    display: block;
  }
  .newsContent dl dt, .newsContent dl dd {
    width: 100%;
    padding-left: 0;
  }
  .newsContent dl dt {
    padding-bottom: 5px;
  }
  .newsContent dl dd {
    padding-top: 0;
  }
  .newsContent dl dd:after {
    content: none;
  }
}
#news .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#news .btn li {
  width: 50%;
}
.li-medical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -30px;
}
.li-medical li {
  width: 48%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.li-medical li a {
  display: block;
  position: relative;
  padding-top: 35%;
}
.li-medical li span {
  position: absolute;
  color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.li-medical li span i {
  display: block;
  width: 50px;
  margin: 0 auto 10px auto;
}
.li-medical .medical01 a {
  background: url("../images/index-images/medical01.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical02 a {
  background: url("../images/index-images/medical02.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical03 a {
  background: url("../images/index-images/medical03.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical04 a {
  background: url("../images/index-images/medical04.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical05 a {
  background: url("../images/index-images/medical05.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical06 a {
  background: url("../images/index-images/medical06.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical07 a {
  background: url("../images/index-images/medical07.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical .medical08 a {
  background: url("../images/index-images/medical08.jpg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.li-medical li a:hover {
  background-size: 105% auto;
}
#feature {
  background: url("../images/index-images/bg02.jpg") 50% 0 repeat-y;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  margin-bottom: 0;
}
.feature-box {
  position: relative;
  width: 95%;
  max-width: 1600px;
  margin: 0 auto 60px auto;
}
.feature-box .box01 {
  position: relative;
  width: 60%;
  overflow: hidden;
  border-radius: 15px;
}
.feature-box .box02 {
  position: absolute;
  width: 100%;
  max-width: 760px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 8px #ccc;
  padding: 30px 50px;
  top: 50%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.80);
  transform: translate(0, -50%);
}
.feature02 .box01 {
  width: 60%;
  margin-left: 40%;
}
.feature02 .box02 {
  right: auto;
  left: 0;
}
.feature-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--color03);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box dt {
  color: var(--color03);
  font-family: var(--font02);
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1;
}
.feature-box dd {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  margin-left: 1em;
}
.feature-box p {
  text-align: left;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
.slide01 {
  background: url("../images/index-images/mv01-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../images/index-images/mv02-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../images/index-images/mv03-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
  .catch {
    width: 70%;
    padding: 40px 0;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  /*TOP*/
.mainimage {
  position: relative;
  margin-bottom: 35px;
}
#slider li {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 400px;
}
.slide01 {
  background: url("../images/index-images/mv01-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../images/index-images/mv02-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../images/index-images/mv03-sp.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.catch {
    width: 60%;
	top: 50%;
}
.newsContent dl:first-child dt {
  padding-top: 0;
}
#news .btn {
  display: block;
  width: 100%;
  max-width: 600px;
}
#news .btn li {
  width: 100%;
  margin-bottom: 20px;
}
#news .btn li:last-child {
  margin-bottom: 0;
}

.li-medical {
  margin-bottom: -20px;
}
.li-medical li {
  width: 48%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.li-medical li a {
  padding-top: 60%;
}
.li-medical li span {
  white-space: nowrap;
}
.li-medical li span i {
  display: block;
  width: 35px;
  margin: 0 auto 10px auto;
}
.li-medical li a {
  background-size: cover!important;
}

#feature {
  padding: 40px 0;
  margin-bottom: 0;
}
.feature-box {
  margin: 0 auto 30px auto;
}
.feature-box .box01 {
  width: 100%;
}
.feature-box .box02 {
  position: relative;
  width: 90%;
  padding: 20px 20px;
  top: -50px;
  right: auto;
  transform: translate(0, 0);
  margin: 0 auto -50px auto;
}

.feature02 .box01 {
  width: 100%;
  margin-left: auto;
}
.feature02 .box02 {
  right: auto;
  left: auto;
}

.feature-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid var(--color03);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.feature-box dt {
  width: 60px;
  font-size: 3.2rem;
}
.feature-box dd {
  width: calc(100% - 70px);
  font-size: 1.5rem;
  margin-left: 10px;
}

}