.l-p-top section.kv .contents {
  width: 98rem;
  margin: 5rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-p-top section.kv .contents {
    width: 100%;
    margin: 0 0 3rem;
  }
}
.l-p-top section.kv .contents .catch {
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.6;
  position: absolute;
  top: 3rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.kv .contents .catch {
    font-size: 1.2rem;
    line-height: 8.5vw;
    top: 4%;
    left: 5%;
  }
}
@media (max-width: 320px) {
  .l-p-top section.kv .contents .catch {
    font-size: 1rem;
  }
}
.l-p-top section.kv .contents .catch span {
  font-size: 1.8rem;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #333;
}
@media screen and (max-width: 767px) {
  .l-p-top section.kv .contents .catch span {
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
  }
}
@media (max-width: 320px) {
  .l-p-top section.kv .contents .catch span {
    font-size: 1.1rem;
  }
}
.l-p-top section.kv .contents .name {
  font-size: 1.2rem;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.kv .contents .name {
    font-size: 1rem;
    bottom: 0.8rem;
    right: 1rem;
  }
}
.l-p-top section.kv .contents img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-p-top section.kv .contents img {
    margin: 0;
  }
}
.l-p-top .recruit_ban {
  width: 70rem;
  margin: 2rem auto 7rem;
}
@media screen and (max-width: 767px) {
  .l-p-top .recruit_ban {
    width: calc(100% - 3rem);
    margin: 2rem auto 2rem;
  }
}
.l-p-top .recruit_ban img {
  width: 100%;
  height: auto;
}
.l-p-top .recruit_ban a:hover {
  opacity: 0.7;
}
.l-p-top .pickup {
  width: 100%;
  background: linear-gradient(#ffffff 50%, #ccf0ee 50%);
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup {
    background: linear-gradient(#ffffff 25%, #ccf0ee 25%);
    padding-bottom: 2rem;
  }
}
.l-p-top .pickup .inner {
  max-width: 98rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner {
    padding: 0 2rem;
  }
}
.l-p-top .pickup .inner .pickup_list {
  display: flex;
  margin: 0 -1rem;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list {
    flex-wrap: wrap;
    margin: 0 -0.5rem;
  }
}
.l-p-top .pickup .inner .pickup_list li {
  width: 25%;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.05);
  padding: 1rem;
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li {
    width: calc(50% - 3rem);
    margin: 0 0.5rem 1rem;
  }
}
.l-p-top .pickup .inner .pickup_list li a {
  display: block;
  color: #333;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li a {
    padding-bottom: 3rem;
  }
}
.l-p-top .pickup .inner .pickup_list li a:hover {
  background-color: rgba(197, 233, 231, 0.4);
}
.l-p-top .pickup .inner .pickup_list li a:hover span {
  color: #00B3AA;
}
.l-p-top .pickup .inner .pickup_list li a .icon {
  width: 8rem;
  padding: 1rem 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li a .icon {
    width: 6rem;
    padding: 0.6rem 0;
  }
}
.l-p-top .pickup .inner .pickup_list li a .icon img {
  max-width: 100%;
}
.l-p-top .pickup .inner .pickup_list li a .title {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: initial;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li a .title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.l-p-top .pickup .inner .pickup_list li a .title:after {
  content: "";
  width: 3rem;
  height: 0.2rem;
  background-color: #00B3AA;
  margin-top: 1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li a .title:after {
    margin-top: 0.5rem;
  }
}
.l-p-top .pickup .inner .pickup_list li a .text {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-p-top .pickup .inner .pickup_list li a .text {
    font-size: 1.1rem;
  }
}
.l-p-top .pickup .inner .pickup_list li a span {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  color: #817F74;
}
.l-p-top section.intro {
  width: 100%;
  background: #ccf0ee;
}
.l-p-top section.intro .detail {
  width: 90rem;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0 2.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-p-top section.intro .detail {
    width: 100%;
    padding: 3rem 2rem;
  }
}
.l-p-top section.intro .detail h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.intro .detail h2 {
    font-size: 1.8rem;
    line-height: 1.8em;
    width: 70%;
  }
}
.l-p-top section.intro .detail h2 span {
  background: linear-gradient(transparent 60%, #ffffff 60%);
}
.l-p-top section.intro .detail .text {
  font-size: 1.6rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.intro .detail .text {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
.l-p-top section.intro .detail .photo {
  width: 22rem;
  position: absolute;
  bottom: -4rem;
  right: 1rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.intro .detail .photo {
    width: 29%;
    top: 10%;
    right: 0.3rem;
    bottom: auto;
  }
}
.l-p-top section.ol_menu {
  padding: 3rem 0 15rem;
  background: url("../img/index_bg_menu.webp") no-repeat left top;
  background-size: 150rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu {
    padding: 4.5rem 0 3rem;
    background-image: url(../img/index_bg_menu_sp.webp);
    background-size: 100% auto;
  }
}
.l-p-top section.ol_menu .title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu .title {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}
.l-p-top section.ol_menu .title img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu .title img {
    width: 24.2rem;
  }
}
.l-p-top section.ol_menu .title h2 {
  margin-left: 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu .title h2 {
    margin-top: 0.9rem;
    margin-left: 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.024em;
  }
}
.l-p-top section.ol_menu .title h2 span {
  font-size: 1.7rem;
  color: #00B3AA;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu .title h2 span {
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}
.l-p-top section.ol_menu ul.performance_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance {
  width: calc(50% - 1.5rem);
  background: rgba(255, 255, 255, 0.5);
  border: 0.1rem solid rgba(129, 127, 116, 0.5);
  margin-top: 2rem;
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance {
    width: 100%;
    margin-top: 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance:first-child {
    margin-top: 3rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance a {
  display: block;
  height: 100%;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance a:hover {
  opacity: 0.7;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance p {
  line-height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title {
  font-size: 1.9rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  background: #00B3AA;
  padding: 1.6rem 1rem 1.6rem 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title {
    font-size: 1.4rem;
    line-height: 3.4rem;
    padding: 0 1.5rem;
    height: 3.4rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title span {
    font-size: 1.1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title .num {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title .num {
    display: inline-block;
    margin-top: 0.8rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title .unit {
    font-size: 2rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title .date {
  font-size: 1.1rem;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .sub_title .date {
    font-size: 1.1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .inner {
  padding: 1rem 2rem 2rem 2rem;
  color: #333;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .inner {
    padding: 0.6rem 1.3rem 1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .method {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .method {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .method_item {
  text-align: center;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .method_item h4 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.6rem;
  color: white;
  background-color: #ff9d9d;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .method_item h4 {
    font-size: 1.6rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .method_item p {
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .method_item p {
    font-size: 1.2rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .treatment {
  display: flex;
  justify-content: cpace-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .treatment {
    flex-direction: column;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .treatment span {
  font-size: 3rem;
  font-weight: bold;
  min-width: 23rem;
  text-align: center;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .treatment span {
    line-height: 1;
    font-size: 2.4rem;
    min-width: 0;
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .treatment span {
    font-size: 2.1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .treatment p {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .treatment p {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .first_line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .first_line {
    margin-bottom: 1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.3rem;
  height: 3.8rem;
  padding: 0.3rem;
  line-height: 1.2em;
  letter-spacing: 0;
  font-size: 1.2rem;
  text-align: center;
  margin-right: 1rem;
  margin-left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon {
    width: 3.3rem;
    height: 2.9rem;
    padding: 0;
    font-size: 0.9rem;
    margin-right: 0.5rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon span {
  width: 100%;
  display: block;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon.hex {
  background: url("../img/bg_hexagon2.svg") no-repeat center center;
  background-size: contain;
  color: #fff;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon.circle {
  border-radius: 50%;
  background: #fff;
  color: #00B3AA;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .first_line .icon.circle {
    width: 3.7rem;
    height: 3.7rem;
    border: 0.1rem solid #00B3AA;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .txt_main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .txt_main {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.024em;
    position: relative;
    z-index: 10;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .txt_main span {
  color: #00B3AA;
}
@media screen and (min-width: 768px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .txt_main.long {
    letter-spacing: -0.1rem;
    font-size: 1.9rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .img {
  position: absolute;
  right: 0.5rem;
  top: 4rem;
  width: 11.8rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .img {
    top: 2.5rem;
    right: 0.3rem;
    width: 9rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .img.low {
  top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .img.low {
    top: 4.2rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .bridge {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .bridge {
    margin-top: 0.3rem;
    margin-left: -0.6rem;
    padding-bottom: 0.5rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance .bridge img {
  margin-right: 1rem;
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .bridge img {
    width: 5.9rem;
  }
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance .bridge p {
    line-height: 1.3rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance p.note {
  margin-top: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance p.note {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}
@media (max-width: 320px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance p.note {
    font-size: 1rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance:first-child {
  width: 100%;
}
.l-p-top section.ol_menu ul.performance_wrap li.performance:first-child .sub_title {
  padding: 2rem 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance:first-child .sub_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.024em;
    height: auto;
    padding: 1.3rem 1.5rem 1.3rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance:first-child .inner {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.performance:first-child .inner {
    padding: 2rem 1.4rem 1.5rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.performance {
  /*&:nth-child(4n-2),&:nth-child(4n-1) {
    .sub_title {
      background: $sub-color;
    }
  }*/
}
.l-p-top section.ol_menu ul.performance_wrap li.regenerative {
  width: 100%;
}
.l-p-top section.ol_menu ul.performance_wrap li.regenerative .sub_title {
  padding: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.regenerative .sub_title {
    line-height: 1.3;
    padding: 1rem 1.5rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.regenerative .sub_title span {
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.regenerative .sub_title span {
    font-size: 1.2rem;
  }
}
.l-p-top section.ol_menu ul.performance_wrap li.regenerative .treatment {
  color: #333;
  margin-top: 10px;
}
.l-p-top section.ol_menu ul.performance_wrap li.regenerative .treatment .title_main {
  font-size: 3rem;
  font-weight: bold;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.ol_menu ul.performance_wrap li.regenerative .treatment .title_main {
    font-size: 2.4rem;
    margin-bottom: 5px;
  }
}
.l-p-top section.menu h2 {
  text-align: center;
  display: block;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu h2 {
    padding: 1.5rem 1.5rem;
  }
}
.l-p-top section.menu h2.top {
  margin-top: -6.2rem;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu h2.top {
    margin-top: 0;
    background: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.l-p-top section.menu .text {
  width: 100%;
  background: #ccf0ee;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 1.5rem 0;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .text {
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 1.6rem 0;
    box-sizing: border-box;
  }
}
.l-p-top section.menu .text .contents {
  position: relative;
}
.l-p-top section.menu .text p {
  padding-left: 18.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .text p {
    padding-left: 10.5rem;
  }
}
.l-p-top section.menu .text img {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 17rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .text img {
    top: 2rem;
    left: -1.3rem;
    width: 11.3rem;
  }
}
.l-p-top section.menu .sub_title {
  width: 40rem;
  text-align: center;
  color: #fff;
  background: #00B3AA;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .sub_title {
    width: 100%;
    box-sizing: border-box;
    height: 4rem;
  }
}
.l-p-top section.menu .sub_title h2 {
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .sub_title h2 {
    font-size: 1.8rem;
    line-height: 4rem;
    padding: 0;
  }
}
.l-p-top section.menu ul.menu_list {
  display: flex;
  margin: 1.5rem auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 74rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu ul.menu_list {
    width: 100%;
    box-sizing: border-box;
  }
}
.l-p-top section.menu ul.menu_list li {
  border-left: 0.6rem solid #00B3AA;
  background: #ccf0ee;
  padding: 1.5rem;
  width: 20rem;
  margin: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu ul.menu_list li {
    width: 100%;
    box-sizing: border-box;
    margin: 0.5rem 0;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.4rem;
    padding: 0;
  }
}
.l-p-top section.menu ul.menu_list li a {
  display: block;
  color: #333;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu ul.menu_list li a {
    padding: 0 1.5rem;
  }
}
.l-p-top section.menu ul.menu_list li:hover {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.l-p-top section.menu .lineup {
  margin: 6rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .lineup {
    margin: 4.4rem auto 3.6rem;
    flex-direction: column;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .lineup li + li {
    margin-top: 1.2rem;
  }
}
.l-p-top section.menu .lineup img {
  width: 25.6rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-p-top section.menu .lineup img {
    width: 100%;
  }
}
.l-p-top section.menu .lineup a:hover {
  opacity: 0.5;
}
.l-p-top section.news {
  margin-top: 7rem;
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news {
    padding-bottom: 3.5rem;
    padding-bottom: 4.2rem;
  }
}
.l-p-top section.news .news-contents {
  margin: 0 auto 0;
  width: 80rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.05);
  padding: 5rem 4rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents {
    width: calc(100% - 1.5rem * 2);
    padding: 3rem 2rem 2.7rem;
  }
}
.l-p-top section.news .news-contents h2 {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents h2 {
    font-size: 2rem;
  }
}
.l-p-top section.news .news-contents ul.post_list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents ul.post_list {
    margin-top: 0.8rem;
  }
}
.l-p-top section.news .news-contents ul.post_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6rem 0;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents ul.post_list li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.3rem 0 2.1rem;
  }
}
.l-p-top section.news .news-contents ul.post_list li a:hover {
  opacity: 0.7;
}
.l-p-top section.news .news-contents ul.post_list li a .meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents ul.post_list li a .meta {
    width: 100%;
  }
}
.l-p-top section.news .news-contents ul.post_list li a .meta .date {
  width: 10.8rem;
  font-size: 1.2rem;
  color: #333;
}
.l-p-top section.news .news-contents ul.post_list li a .meta .category {
  width: 8.2rem;
  height: 2.2rem;
  border-radius: 1.1rem;
  line-height: 2rem;
  text-align: center;
  border: 1px solid #00B3AA;
  color: #00B3AA;
}
.l-p-top section.news .news-contents ul.post_list li a .title {
  color: #333;
  margin-left: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-p-top section.news .news-contents ul.post_list li a .title {
    width: 100%;
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.l-p-top section.news .news-contents .news_btn {
  display: block;
  color: #333;
  font-size: 1.5rem;
  padding-right: 1.8rem;
  position: relative;
  margin-top: 2rem;
}
.l-p-top section.news .news-contents .news_btn:hover {
  opacity: 0.5;
}
.l-p-top section.news .news-contents .news_btn:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #00B3AA;
  border-right: 1px solid #00B3AA;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0.6rem;
}
.l-p-top .care-banner {
  margin-top: 2rem;
  padding: 2.5rem;
  border: 0.1rem solid rgba(129, 127, 116, 0.5);
}
@media screen and (min-width: 768px) {
  .l-p-top .care-banner {
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 25rem;
    gap: 4rem;
  }
}
.l-p-top .care-banner__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-p-top .care-banner__title {
    font-size: 2.2rem;
  }
}
.l-p-top .care-banner__title span {
  color: #00B3AA;
}
.l-p-top .care-banner__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.l-p-top .care-banner__img {
  margin-top: 2.5rem;
  text-align: center;
}
.l-p-top .care-banner__img img {
  width: 150px;
}
.l-p-top .care-banner__lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00B3AA;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-p-top .care-banner__lead {
    font-size: 1.3rem;
    margin-top: 3.5rem;
  }
}
.l-p-top .far-banner {
  margin-top: 2rem;
  border: 0.1rem solid rgba(129, 127, 116, 0.5);
}
.l-p-top .far-banner a {
  padding: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  transition: 0.3s;
}
.l-p-top .far-banner a:hover {
  background-color: #ccf0ee;
}
.l-p-top .far-banner__title {
  font-size: 2rem;
  font-weight: bold;
  color: #00B3AA;
}
.l-p-top .far-banner__text {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  color: #333;
}
.l-p-top .far-banner__lead {
  font-size: 1.1rem;
  color: white;
  background-color: #00B3AA;
  padding: 0.5rem 2rem;
  border-radius: 100vh;
  display: block;
}