.search__conversion_house {
  padding: 70px 25px 90px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house {
    padding: 8.7% 0 13%;
  }
}

.search__conversion_house .search__conversion_house_inner {
  max-width: 1000px;
  margin: auto;
  padding: 18px 55px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9b7c78;
  background: #f4f2e7;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house .search__conversion_house_inner {
    width: 92%;
    padding: 5.7%;
  }
}

.search__conversion_house_title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  color: #892315;
  letter-spacing: 0.14em;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house_title {
    font-size: 1.7rem;
    padding-bottom: 10px;
  }
}

.search__conversion_house_title:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: rgba(137, 35, 21, 0.4);
  left: 50%;
  bottom: 0;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_house_title:after {
    width: 30px;
    margin-left: -15px;
  }
}

.search_conversion_btn_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .search_conversion_btn_wrap {
    display: block;
  }
}

.search__conversion_btn {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.14em;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

.search__conversion_btn a {
  min-width: 270px;
  display: inline-block;
  padding: 9px 18%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .4s, color .4s;
  transition: background-color .4s, color .4s;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn a {
    width: 100%;
    min-width: 100%;
    padding: 3% 10%;
  }
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn + .search__conversion_btn {
    margin-top: 5%;
  }
}

.search__conversion_btn_white a {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
  position: relative;
}

.search__conversion_btn_white a::before {
  background: #892315;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a::before {
    width: 15px;
    right: 10px;
  }
}

.search__conversion_btn_white a::after {
  background: #892315;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a::after {
    width: 4px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover::before, .search__conversion_btn_white a:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::before, .search__conversion_btn_white a:hover::after {
    right: 5px;
  }
}

.search__conversion_btn_white a:hover {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
  position: relative;
}

.search__conversion_btn_white a:hover::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 20px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::before {
    width: 15px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover::after {
    width: 4px;
    right: 10px;
  }
}

.search__conversion_btn_white a:hover:hover::before, .search__conversion_btn_white a:hover:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_white a:hover:hover::before, .search__conversion_btn_white a:hover:hover::after {
    right: 5px;
  }
}

.search__conversion_btn_red a {
  background: #892315;
  border: 2px solid #892315;
  color: #fff;
  position: relative;
}

.search__conversion_btn_red a::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 20px;
  background: url(/assets/img/common/icon_contact_white.png) no-repeat center top;
  background-size: 100% auto;
  top: 50%;
  left: 40px;
  margin-top: -10px;
}

@media only screen and (max-width: 767px) {
  .search__conversion_btn_red a::before {
    width: 19px;
    height: 15px;
    margin-top: -8px;
    left: 25px;
  }
}

.search__conversion_btn_red a:hover {
  background: #fff;
  border: 2px solid #892315;
  color: #892315;
}

.search__conversion_btn_red a:hover::before {
  background: url(/assets/img/common/icon_contact_red.png) no-repeat center top;
  background-size: 100% auto;
}

.lead {
  margin: 70px 0 50px;
}

@media only screen and (max-width: 767px) {
  .lead {
    margin: 10.5% 0 8%;
    padding: 0 3.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  .lead .sec_title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
}

.lead .lead_text {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.07143;
  letter-spacing: 0.08em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .lead .lead_text {
    margin-top: 3%;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.84615;
  }
}

.link {
  margin-bottom: 18px;
}

@media only screen and (max-width: 767px) {
  .link {
    margin-bottom: 1.8%;
  }
}

.link .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .link .link_list {
    display: block;
    padding: 0 3.33%;
  }
}

.link .link_list_item {
  width: calc(627/1260*100%);
}

@media only screen and (max-width: 767px) {
  .link .link_list_item {
    width: 100%;
  }
  .link .link_list_item + .link_list_item {
    margin-top: 6%;
  }
}

.link .link_list_item a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 3;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.link .link_list_item a:hover {
  opacity: .7;
}

.link .link_list_item a:hover .link_list_item--bg img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.link .link_list_item a:hover .link_list_item--title span::before, .link .link_list_item a:hover .link_list_item--title span::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .link .link_list_item a:hover .link_list_item--title span::before, .link .link_list_item a:hover .link_list_item--title span::after {
    right: 5px;
  }
}

.link_list_item--title {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.11em;
  font-family: "Noto Serif JP", sans-serif;
  bottom: calc(20/627*100%);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .link_list_item--title {
    bottom: calc(30/690*100%);
    font-size: 1.5rem;
    font-weight: 300;
  }
}

.link_list_item--title span {
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.link_list_item--title span::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 19px;
}

@media only screen and (max-width: 767px) {
  .link_list_item--title span::before {
    width: 14px;
    right: 10px;
  }
}

.link_list_item--title span::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -1px;
  position: absolute;
  right: 16px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 6px;
}

@media only screen and (max-width: 767px) {
  .link_list_item--title span::after {
    width: 4px;
    right: 10px;
  }
}

.link_list_item--title span:hover::before, .link_list_item--title span:hover::after {
  right: 11px;
}

@media only screen and (max-width: 767px) {
  .link_list_item--title span:hover::before, .link_list_item--title span:hover::after {
    right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .link_list_item--title span {
    padding-right: calc(70/690*100%);
  }
}

.link_list_item--bg {
  overflow: hidden;
}

.link_list_item--bg img {
  width: 100%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.link_list_item--bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(168/299*100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 1;
}

.link_list_item--text {
  width: calc(520/630*100%);
  margin: 25px auto 0;
  font-size: 1.4rem;
  line-height: 2.07143;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .link_list_item--text {
    width: 100%;
    margin: 6% 0 0;
    font-size: 1.3rem;
    line-height: 1.84615;
  }
}
