#contents {
  background: none;
}
.high_review_tit {
  text-align: center;
  padding: 50px 0 10px;
  line-height: 0.5;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
}
.high_review_tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #d42724 transparent transparent;
  translate: -50% 100%;
}
.high_review_tit_en {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d42724;
}
.high_review_h2tit {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .high_review_h2tit {
    text-shadow: none;
    background-color: unset;
    text-align: center;
    line-height: normal;
    margin-top: 10px;
  }
}

#high_review_about {
  background: url(https://img0.land-mark.biz/ut_img/public_images/categorypage/banner/high_review/high_review_about.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 0px 20px 225px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #high_review_about {
    padding: 0px 20px 130px;
  }
}

#high_review_item_list {
  background: #f3ecde;
  padding: 0 20px 20px;
}
.high_review_listbox {
  background: #fbf9f4;
  padding: 55px 20px 20px;
  position: relative;
  margin-bottom: 40px;
}
.high_review_listbox label.button {
  border-bottom: solid 1px #4e4e4e;
  display: inline-block;
  margin: 20px auto 0px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .high_review_listbox label.button {
    margin: 0;
  }
}
.high_review_listbox label.button:hover {
  color: #d42723;
  border-bottom: solid 1px #d42723;
}
.high_review_listbox_tit {
  background: #4e4e4e;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  top: -10px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .high_review_listbox {
    margin-top: 40px;
    padding: 30px 20px 20px;
  }
  .high_review_listbox_tit {
    top: -20px;
    left: 50%;
    font-size: 16px;
    translate: -50% 0;
    width: 90%;
    text-align: center;
  }
}
.high_review_list.hidden-view {
  display: none;
  margin-top: 25px;
  transition:
    opacity 0.5s,
    display 0s;
  transition-behavior: allow-discrete; /* 離散値の移行を許可 */
}
@media screen and (max-width: 767px) {
  .high_review_list.hidden-view {
    margin-top: 0px;
  }
}
@starting-style {
  .high_review_list {
    opacity: 1;
  }
  .high_review_list.hidden-view {
    opacity: 0;
  }
}
.high_review_listbox .button::before {
  content: "もっと見る ▼";
}
.high_review_listbox input[type="checkbox"]#work_trigger,
.high_review_listbox input[type="checkbox"]#medical_trigger,
.high_review_listbox input[type="checkbox"]#service_trigger,
.high_review_listbox input[type="checkbox"]#office_trigger {
  display: none !important;
}
.high_review_listbox input[type="checkbox"]#work_trigger:checked ~ .hidden-view,
.high_review_listbox
  input[type="checkbox"]#medical_trigger:checked
  ~ .hidden-view,
.high_review_listbox
  input[type="checkbox"]#service_trigger:checked
  ~ .hidden-view,
.high_review_listbox
  input[type="checkbox"]#office_trigger:checked
  ~ .hidden-view {
  display: flex;
}
.high_review_listbox
  input[type="checkbox"]#work_trigger:checked
  ~ p
  .button::before,
.high_review_listbox
  input[type="checkbox"]#medical_trigger:checked
  ~ p
  .button::before,
.high_review_listbox
  input[type="checkbox"]#service_trigger:checked
  ~ p
  .button::before,
.high_review_listbox
  input[type="checkbox"]#office_trigger:checked
  ~ p
  .button::before {
  content: "閉じる ▲";
}
.high_review_list {
  display: flex;
  gap: 25px 8.3px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .high_review_list {
    gap: 2%;
  }
}
.high_review_list li {
  text-align: right;
  width: 175px;
}
@media screen and (max-width: 767px) {
  .high_review_list li {
    width: 49%;
    margin-bottom: 15px;
  }
}
.high_review_list li a {
  color: #000000;
  display: block;
  padding: 10px;
  border: solid 1px #4a4a4a;
  background: #fff;
  line-height: 1.2;
  height: 50px;
  position: relative;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .high_review_list li a {
    font-size: 11px;
  }
}
.high_review_list li a:hover {
  color: #d42723;
}
.high_review_list li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: 3px;
  border-style: solid;
  border-width: 7px 7px 0px 0px;
  border-color: #000000 transparent transparent;
  transform: rotate(180deg);
  under: none;
  transition: 0.5s;
}
.high_review_list li a:hover::after {
  border-color: #d42723 transparent transparent;
}
.high_review_list li a img {
  height: 60px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .high_review_list li a img {
    height: 50px;
    left: 5px;
  }
}
#high_review_matomewari {
  padding: 20px;
  background: #e2f6f4;
}
.high_review_matomewari_about {
  display: flex;
  gap: 5%;
}
.high_review_matomewari_about img {
  width: 100%;
  height: auto;
}
.high_review_matomewari_tit {
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}
.high_review_matomewari_h2tit {
  color: #187971;
  font-size: 30px;
  border-bottom: solid 1px #187971;
  padding-top: 100px;
  padding-bottom: 15px;
  position: absolute;
  z-index: 1;
  bottom: 0px;
}

.high_review_matomewari_tit_en {
  font-size: 70px;
  color: #64dbd4;
  opacity: 0.2;
  position: absolute;
  font-family: rial;
  font-weight: bold;
  bottom: 40px;
  z-index: 0;
}
.high_review_matomewari_about_text {
  font-size: 16px;
  line-height: 1.5;
}

.high_review_matomewari_about_redtext {
  font-weight: bold;
  color: #ff0000;
}
.high_review_matomewari_about_text a {
  background: #187971;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 10px auto 0;
  display: block;
  width: 60%;
  transition: 0.5s;
  border: solid 1px #187971;
}
.high_review_matomewari_about_text a:hover {
  background: #fff;
  color: #187971;
}
@media screen and (max-width: 767px) {
  .high_review_matomewari_about img {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .high_review_matomewari_h2tit {
    background: none;
    display: inline-block;
    width: auto;
    padding-left: 0;
  }
  .high_review_matomewari_tit {
    height: 170px;
  }
  .high_review_matomewari_tit_en {
    font-size: 45px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .high_review_matomewari_about {
    display: block;
  }
}
