@charset "UTF-8";

body {
  font-size: 1rem;
}

/* header */
.logo {
  width: 250px;
  height: 60px;
}
header div.collapse ul li.nav-item {
  cursor: pointer;
}
.font-highlight-green {
  color: #97c269;
}
.rounded-corner {
  border-radius: 5px;
}
div.swiper-container h2 > span {
  font-size: 45px;
}
div.swiper-container p > span {
  font-size: 1.1rem;
}
section.company table tr {
  line-height: 30px;
}
.service-info {
  padding: 1rem;
}
.service-info a {
  color: #343a40;
}
.service-info a:hover {
  color: #4cbd89;
}
.gradient {
  color: #909397;
  background: linear-gradient(150deg, #2ab9a5 0%, #97c74e 50%, #2ab9a5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
  height: 180px;
}
.lifestyle-image-trim {
  position: relative;
  overflow: hidden;
  height: 320px;
}
.image-trim img,
.lifestyle-image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.line-img {
  width: 85px;
}
.plan-price-font {
  font-size: 35px;
  font-weight: 600;
  display: block;
  line-height: 50px;
}
.plan-price-font > sup {
  font-size: 25px;
  font-weight: 600;
}
ul.breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}

ul.breadcrumb__list > li > a > span {
  text-decoration: none;
  font-weight: bold;
}
.plan-image {
  width: 80%;
  height: 270px;
  object-fit: cover;
}
.line-height {
  line-height: 1.5;
}
@media screen and (max-width: 320px) {
  .logo {
    width: 200px;
    height: 60px;
  }
}
/* スマホサイズ */
@media screen and (max-width: 414px) {
  .plan-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/* デスクトップサイズ */
@media screen and (min-width: 1025px) {
  .plan-image {
    width: 80%;
    height: 150px;
    object-fit: cover;
  }
}
