@charset "utf-8";
/* MAIN */
#mv {
  background: url("../images/cmn-images/bg01.jpg") 0 0;
  padding: 50px 0;
}
#mv .box {
  position: relative;
  width: 1158px;
  margin: 0 auto;
}
#mv .box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/index-images/mv-cover.png") 0 0 no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
#slider li {
  width: 100%;
}
#slider li img {
  width: 100%;
  height: auto;
}
/* news */
.news {
  background-color: #fff;
  padding: 60px 0;
}
.news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.news .box01 {
  width: 140px;
}
.news .box02 {
  display: flex;
  align-items: center;
  width: calc(100% - 240px);
}
.news .box01 h2 {
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 50px;
}
.news .box01 h2 span {
  font-family: var(--font02);
  color: var(--color03);
  display: block;
  font-size: 80%;
  font-weight: 400;
  padding-top: 10px;
}
.news .btn {
  text-align: center;
}
.news .btn a {
  display: inline-block;
  width: 140px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background-color: var(--color03);
  border-radius: 10px;
  padding: 10px 0;
}
.newsContent {
  width: 100%;
}
.newsContent ul li {
  margin-bottom: 6px;
}
.newsContent dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 12px 0;
  display: block;
  box-sizing: border-box;
  text-align: left;
}
.newsContent dl dt {
  width: 25%;
  color: var(--color01);
}
.newsContent dl dd {
  width: 70%;
  position: relative;
}
.newsContent dl dd a:hover {
  text-decoration: underline;
}
/* appoint */
#appoint .wrapper {
  position: relative;
}
#appoint .wrapper::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: url("../images/cmn-images/pop01.png") 0 0 no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}
#appoint .wrapper::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  background: url("../images/cmn-images/pop02.png") 0 0 no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.appoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.appoint .box01, .appoint .box02 {
  width: 46%;
  box-sizing: border-box;
  border: 5px solid var(--color02);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 35px;
  margin: 0 2%;
}
.appoint h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 15px;
}
.appoint .btn a {
  display: block;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  background-color: var(--color03);
  border-radius: 10px;
  padding: 15px 0;
  margin-bottom: 20px;
}
.appoint .box01 .btn a {
  background-color: var(--color03);
}
.appoint .box02 .btn a {
  background-color: var(--color06);
}
/* medical */
.medical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medical li {
  width: 31%;
  box-sizing: border-box;
}
.medical li a {
  display: block;
  overflow: hidden;
  border: 5px solid var(--color02);
  border-radius: 10px;
  margin-bottom: 10px;
}
.medical li a .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
}
.medical li a .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1.01, 1.01);
  transition: 0.5s;
}
.medical li a:hover .img-box img {
  transform: scale(1.1, 1.1);
}
.medical li a h3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  background-color: var(--color02);
  margin: -1px 0;
  padding: 10px 0;
}
.medical li p {
  margin-bottom: 0;
}
/* point */
#point .wrapper {
  position: relative;
}
#point .wrapper::before {
  position: absolute;
  content: "";
  width: 222px;
  height: 98px;
  background: url("../images/cmn-images/pop03.png") 0 0 no-repeat;
  background-size: cover;
  top: 50px;
  left: 0;
}
#point .wrapper::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 144px;
  background: url("../images/cmn-images/pop04.png") 0 0 no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
}
.point .box01 {
  width: 65%;
  padding: 50px 70px;
}
.point .box01 dl {
  margin-bottom: 40px;
}
.point .box01 dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.point .box01 dt span {
  color: var(--color03);
  font-family: var(--font03);
  font-size: 180%;
  font-weight: 500;
  margin-right: 10px;
}
.point .box02 {
  width: 35%;
}
.point .box02 .img-box {
  position: relative;
  height: 33.3333%;
}
.point .box02 .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  #mv .box {
    width: 100%;
    margin: 0 auto;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 900px) {
  /* MAIN */
  #mv {
    padding: 30px 0;
  }
#mv .box::before {
  background: url("../images/index-images/mv-cover-sp.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
  /* news */
  .news {
    padding: 40px 0;
  }
  .news .box {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .news .box01 {
    width: 100%;
  }
  .news .box02 {
    display: block;
    width: 100%;
  }
  .news .box01 h2 {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .newsContent ul {
    margin-bottom: 30px
  }
  .newsContent dl dt, .newsContent dl dd {
    padding: 6px 0;
    display: block;
    box-sizing: border-box;
    text-align: left;
  }
  .newsContent dl dt {
    width: 27%;
  }
  .newsContent dl dd {
    width: 68%;
  }
  /* appoint */
  #appoint .wrapper::before {
    width: 70px;
    height: 70px;
  }
  #appoint .wrapper::after {
    width: 70px;
    height: 70px;
  }
  .appoint {
    display: block;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .appoint .box01 {
    width: 100%;
    border: 3px solid var(--color02);
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto 30px auto;
  }
  .appoint .box02 {
    width: 100%;
    border: 3px solid var(--color02);
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto 0 auto;
  }
  .appoint h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .appoint .btn a {
    font-size: 1.6rem;
    padding: 15px 0;
    margin-bottom: 20px;
  }
  .appoint .box01 .btn a {
    background-color: var(--color03);
  }
  .appoint .box02 .btn a {
    background-color: var(--color06);
  }
  /* medical */
  .medical {
    display: block;
    width: 90%;
    margin: 0 auto -30px auto;
  }
  .medical li {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .medical li a {
    border: 3px solid var(--color02);
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .medical li a h3 {
    font-size: 1.6rem;
    margin: -1px 0;
    padding: 15px 0;
  }
  .medical li p {
    margin-bottom: 0;
  }
  #point .wrapper {
    position: relative;
  }
  #point .wrapper::before {
    position: absolute;
    content: "";
    width: 111px;
    height: 49px;
    top: 50px;
    left: 0;
  }
  #point .wrapper::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 72px;
    top: 30px;
    right: 0;
  }
  .point {
    display: block;
    border-radius: 15px;
  }
  .point .box01 {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 15px;
  }
  .point .box01 dl {
    margin-bottom: 30px;
  }
  .point .box01 dt {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .point .box01 dt span {
    margin-right: 10px;
  }
  .point .box02 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .point .box02 .img-box {
    position: relative;
    width: 33.3333%;
    padding-top: 25%;
    height: auto;
  }
  .point .box02 .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }
}