@charset "utf-8";
/* ==========================================================================
	MAIN
	========================================================================== */
.mainimage {
  position: relative;
}
#slider li {
  position: relative;
  width: 100%;
  height: 744px;
}
.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;
  bottom: 30%;
  margin-left: max(calc(50% - 600px), 30px);
  z-index: 100;
}
.catch h2 {
  font-family: var(--font01);
  font-weight: 900;
  font-size: 3.4rem;
  text-align: left;
  line-height: 1;
  text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff, 0 0 15px #fff;
  margin-bottom: 30px;
}
.catch h2 strong {
  color: #23be66;
  font-size: 160%;
}
.catch h3 {
  font-family: var(--font01);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
  text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #fff, 0 0 12px #fff, 0 0 15px #fff;
  letter-spacing: 0;
}
.catch h3 strong {
  color: var(--color01);
  font-size: 110%;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
/*TOP*/
.news {
  background: url("../images/index-images/bg01.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
  padding-top: 150px;
}
.news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news .box01 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
}
.news .box02 {
  display: flex;
  align-items: center;
  width: 76%;
  background-color: #fff;
}
.news .box01 h2 {
  font-size: clamp(2.3rem, 4vw, 3.3rem);
  text-align: center;
  margin-bottom: 30px;
}
.news .box01 h2 span {
  display: block;
  color: var(--color02);
  font-size: 50%;
}
.news .btn {
  width: 160px;
  margin: 0 auto;
}
.news .btn a {
  display: block;
  color: #fff;
  font-size: 90%;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 10px 0;
}
.news .btn a:hover {
  background-color: var(--color03);
}
.newsContent {
  width: 100%;
}
.newsContent dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  border-bottom: 1px solid #bfbfbf;
  padding: 15px 0;
}
.newsContent dl:last-child {
  border-bottom: none;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 6px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt .date {
  display: inline-block;
  min-width: 10em;
}
.newsContent dl dt .cate {
  display: inline-block;
  min-width: 10em;
  text-align: center;
  color: #fff;
  background-color: var(--color01);
  border-radius: 15px;
}
.newsContent dl dd {
  position: relative;
  padding-left: 1em;
}
.li-medical {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.li-medical li {
  width: 31%;
  border-radius: 20px;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding: 30px 0 40px 0;
  transition: 0.4s ease-in-out;
}
.li-medical li:nth-child(1) {
  background-color: #fad1ca;
}
.li-medical li:nth-child(2) {
  background-color: #ffe294;
}
.li-medical li:nth-child(3) {
  background-color: #b9e2d2;
}
.li-medical li:nth-child(4) {
  background-color: #a2e7fd;
}
.li-medical li:nth-child(5) {
  background-color: #decefd;
}
.li-medical li:nth-child(6) {
  background-color: #b9d3e2;
}
.li-medical li:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.li-medical li:nth-child(3n) {
  margin-right: 0;
}
.li-medical div {
  width: 35%;
  margin: 0 auto 15px auto;
}
.li-medical h3 {
  font-family: var(--font01);
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
.li-medical h3 span {
  display: block;
  color: #fff;
  font-family: var(--font02);
  font-size: 70%;
  padding-top: .6em;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .catch h2 {
    font-size: clamp(1.6rem, 3.4vw, 3.4rem);
  }
  .catch h3 {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }
  .news {
    background: url("../images/index-images/bg01sp.jpg") 50% 0 no-repeat;
    background-size: 100% auto;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 800px) {
  /*TOP*/
  #slider li {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 70%;
  }
  .slide01 {
    background: url("../images/index-images/mv01.jpg") 5% 50% no-repeat;
    background-size: cover;
  }
  .catch {
    bottom: 15%;
  }
  .catch h2 {
    margin-bottom: 10px;
  }
  .catch h3 {
    padding-right: 5%;
  }
  .news {
    background-size: 100% auto;
    padding-top: 70px;
  }
  .news .box {
    display: block;
  }
  .news .box01 {
    display: block;
    width: 100%;
  }
  .news .box02 {
    display: block;
    width: 100%;
  }
  .news .box01 h2 {
    margin-bottom: 20px;
  }
  .news .box01 h2 span {
    font-size: 50%;
  }
  .newsContent {
    width: 100%;
    margin-bottom: 15px;
  }
  .newsContent dl {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding: 15px 0;
  }
  .newsContent dl:last-child {
    border-bottom: none;
  }
  .newsContent dl dt, .newsContent dl dd {
    padding: 6px 0;
    display: block;
    text-align: left;
  }
  .newsContent dl dt .date {
    display: inline-block;
    font-size: 90%;
    min-width: 10em;
  }
  .newsContent dl dt .cate {
    display: inline-block;
    min-width: 10em;
    text-align: center;
    color: #fff;
    font-size: 90%;
    background-color: var(--color01);
    border-radius: 15px;
    padding: 3px 0;
  }
  .newsContent dl dd {
    padding-left: 0;
  }
  .news .btn {
    width: 150px;
    margin: 0 auto;
  }
  .li-medical {
    margin: 0 auto -30px auto;
  }
  .li-medical li {
    width: 48%;
    border-radius: 15px;
    margin-right: 4%;
    margin-bottom: 30px;
    padding: 20px 0 30px 0;
  }
  .li-medical li:nth-child(3n) {
    margin-right: 4%;
  }
  .li-medical li:nth-child(2n) {
    margin-right: 0;
  }
  .li-medical div {
    width: 25%;
    margin: 0 auto 15px auto;
  }
  .li-medical h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .li-medical h3 span {
    font-size: 70%;
    letter-spacing: 0;
  }
}