@charset "utf-8";
/* ==========================================================================
	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.2rem, 2.375vw, 2rem);
  line-height: 100%;
  background-color: var(--color03);
  border-radius: 80px;
  padding: 10px 0;
  margin: 0 auto 20px auto;
}
.catch-tit02 {
  color: var(--color04);
  font-family: var(--font01);
  font-size: clamp(2.0rem, 4.75vw, 4rem);
  font-weight: 700;
  letter-spacing: 0;
}
@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*/
.reserve {
  background-color: var(--color02);
  padding: 30px 0;
}
.reserve .txt01{
  color: #f4eeea;
  font-family: var(--font01);
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  text-align: center;
  margin-bottom: 15px;
}
.reserve .txt02{
  color: #fff;
  font-family: var(--font01);
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  text-align: center;
  margin-bottom: 0;
}

.counterplan {
  padding: 30px 0;
  margin-bottom: 1px;
}
.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(--color02);
  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 6 Free";
  font-size: 80%;
  font-weight: 900;
}
.counterplan-list-item:last-child {
  margin-bottom: 0;
}

.newsContent {
  margin-bottom: 50px;
}
.newsContent h3{
  text-align: center;
  color:var(--color04);
  border-top: 2px solid var(--color04);
  border-bottom: 2px solid var(--color04);
  background-color: var(--color05);
  padding: 15px 0;
  margin-bottom: 15px;
}
.newsContent.plastic h3{
  color:var(--color02);
  border-top: 2px solid var(--color03);
  border-bottom: 2px solid var(--color03);
  background-color: #f4eeea;
}
.newsContent dl {
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  flex-wrap: wrap;
}
.newsContent dl dt, .newsContent dl dd {
  padding: 20px 0;
  display: block;
  text-align: left;
}
.newsContent dl dt {
  width: 10em;
  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;
  }
}

.medical ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto -30px auto;
}
.medical ul li{
  width: 48%;
  box-sizing: border-box;
  border: 1px solid var(--color03);
  margin-bottom: 30px;
}
.medical ul li a{
  display: block;
}
.medical ul li a:hover{
  color: var(--color04);
}
.medical ul li a img{
  transition: 0.4s ease-in-out;
}
.medical ul li a:hover img{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.medical ul li h5{
  font-size: clamp(2rem, 2.875vw, 2.4rem);
  text-align: center;
  line-height: 1;
  margin: 20px 0;
}
.medical ul li p{
  font-size: 90%;
  padding: 20px 30px;
  margin: 0;
}


/* ==========================================================================
	PC 1025px -
	========================================================================== */
@media screen and (min-width: 1025px) {}
@media screen and (max-width: 1200px) { /*1200以下*/
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .catch {
    width: 80%;
    padding: 30px 0;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 800px) {
  /*TOP*/
  .mainimage {
    margin-bottom: 10px;
  }
  .catch {
    width: 70%;
    padding: 20px 0;
  }
  .catch-tit01 {
    width: 200px;
    padding: 7px 0;
    margin: 0 auto 10px 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;
  }

.newsContent h3{
  padding: 10px 0;
  margin-bottom: 0;
}

.medical ul li p{
  font-size: 80%;
  padding: 15px 10px;
  margin: 0;
}

#news .layout01 {
    display: flex;
}
#news .layout01 .box01 {
    width: 48%;
    margin-bottom: 0;
  }
#news .layout01 .box02 {
    width: 48%;
  }
.newsContent dl {
  font-size: 95%;
  border-bottom: 1px solid #d7d7d7;
}
.newsContent dl:last-child {
  border-bottom: none;
}

}