.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;
}

.contents_wrap {
  background: #f1f1f1;
}

.side_menu {
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .side_menu {
    padding: 5% 0 8%;
  }
}

.banner__concept {
  margin-top: 35px;
  -webkit-transition: .4s;
  transition: .4s;
}

@media only screen and (max-width: 767px) {
  .banner__concept {
    margin-top: 0;
    padding: 0 4% 9%;
  }
}

.banner__concept img {
  width: 100%;
}

.banner__concept:hover {
  opacity: .7;
}

.main_contents {
  margin: 60px 0 95px;
  padding: 60px 30px 45px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .main_contents {
    margin: 0;
    padding: 5% 4% 10%;
  }
}

.sec_title_policy {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
  text-align: center;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .sec_title_policy {
    font-size: 2rem;
    line-height: 1.375;
  }
}

.lead {
  margin-top: 25px;
}

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

.lead__text {
  width: 100%;
  margin: auto;
  text-align: center;
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .lead__text {
    line-height: 1.92308;
    text-align: left;
    font-size: 1.3rem;
  }
}

.comfort_house .lead__text {
  text-align: left;
}

.lead__text_caution {
  margin-top: 5px;
  line-height: 2.07143;
}

@media only screen and (max-width: 767px) {
  .lead__text_caution {
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.lead__photo {
  margin-top: 40px;
  position: relative;
}

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

.lead__photo img {
  width: 100%;
}

.lead__photo p {
  color: #fff;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.33333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .lead__photo p {
    width: 96%;
    font-size: 1.9rem;
    line-height: 1.44737;
  }
}

.commitment__list {
  margin-top: 35px;
}

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

.commitment__item {
  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;
  padding: 22px 0;
  border-bottom: 1px dashed #bfbfbf;
}

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

.comfort_house .commitment__item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.commitment__item_photo {
  width: 31.5%;
  max-width: 255px;
}

@media only screen and (max-width: 767px) {
  .commitment__item_photo {
    width: 53.5%;
    max-width: 100%;
    margin: auto;
  }
}

.commitment__item_photo img {
  width: 100%;
  display: block;
}

.commitment__item_photo img + img {
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .commitment__item_photo img + img {
    border-top: none;
    border-left: 1px solid #fff;
  }
}

@media only screen and (max-width: 767px) {
  .commitment__item_photo.commitment__item_photo_twocol {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .commitment__item_photo.commitment__item_photo_twocol img {
    width: 50%;
  }
}

.commitment__item_text {
  width: 64%;
}

@media only screen and (max-width: 767px) {
  .commitment__item_text {
    width: 100%;
  }
}

.commitment__item_text_main {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .commitment__item_text_main {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 2.5%;
  }
}

.commitment__item_text_main + .commitment__item_text_description {
  margin-top: 10px;
}

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

.commitment__item_text_description {
  line-height: 2.07143;
}

.commitment__item_text_description + .commitment__item_text_description {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .commitment__item_text_description + .commitment__item_text_description {
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 1.92308;
  }
}

.commitment__item_text_btn {
  width: 280px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .commitment__item_text_btn {
    width: 70%;
    margin: 5% auto;
  }
}

.commitment__item_text_btn a {
  display: block;
  width: 100%;
  padding: 10px 25px 10px 5px;
  background: #fff;
  border: 1px solid #0c3280;
  color: #0c3280;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.625;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .4s,color .4s;
  transition: background-color .4s,color .4s;
  position: relative;
}

.commitment__item_text_btn a::before {
  background: #0c3280;
  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: 16px;
}

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

.commitment__item_text_btn a::after {
  background: #0c3280;
  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) {
  .commitment__item_text_btn a::after {
    width: 4px;
    right: 10px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .commitment__item_text_btn a {
    font-size: 1.2rem;
    padding: 4% 12%;
  }
}

.commitment__item_text_btn a::before, .commitment__item_text_btn a::after {
  -webkit-transition-property: left,right,background-color;
  transition-property: left,right,background-color;
}

.commitment__item_text_btn a:hover {
  color: #fff;
  background: #0c3280;
}

.commitment__item_text_btn a:hover::before, .commitment__item_text_btn a:hover::after {
  background: #fff;
}

.comfort_house {
  margin-top: 110px;
}

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


/* 20240626 */
.show_sp {
  display: none;
}
.show_sp02 {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show_pc {
    display: none;
  }
  .show_sp {
    display: block;
  }
  .show_sp02 {
    display: inline;
  }
}

.mincho {
  font-family: "Noto Serif JP", sans-serif;
}

.add_zeh {
  background: #fff;
  margin: 60px 0 95px;
  padding: 100px 5%;
}
.add_zeh .sec_title_policy {
  font-size: 2.8rem;
  line-height: 1.5;
}
.add_zeh img {
  max-width: 100%;
}
.zeh01 {
  padding: 65px 0;
}
.zeh02 .lead {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 2.3rem;
  color: #10335D;
}
.zeh02 .lead p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  letter-spacing: .1em;
}
.zeh02 .lead .size01 {
  font-size: 3.3rem;
}
.zeh02 .lead .size02 {
  font-size: 2.8rem;
}
.zeh02 .lead::before,
.zeh02 .lead::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #10335D;
}
.zeh02_01 {
  display: flex;
  padding: 20px 0 0;
}
.zeh02_01 .item {
  flex: 1;
}
.zeh02_01 .item .title {
  margin-bottom: 20px;
  padding: 2px;
  font-size: 2.3rem;
  text-align: center;
  color: #fff;
  background-color: #E98B26;
  border-bottom: none;
}
.zeh02_01 .item02 .title {
  background-color: #E86D73;
}
.zeh02_01 .item03 .title {
  background-color: #009E96;
}
.zeh02_01 .item .text {
  font-size: 1.4rem;
  line-height: 1.8;
}
.zeh02_01 .item .memo {
  font-size: 1rem;
}
.zeh02_01 .icon {
  width: 28px;
  margin: 0 13px;
  padding-top: 10px;
}
.zeh02_01 .icon img {
  width: 100%;
}
.zeh02_02 {
  padding: 12% 0;
  text-align: center;
  color: #223D72;
}
.zeh02_02 .text01 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: bold;
}
.zeh02_02 .text02 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}

.add_zeh .heading {
  padding: 0 0 15px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #223D72;
}
.add_zeh .heading .border {
  display: inline-block;
  width: 10px;
  height: 28px;
  margin-right: 10px;
  background-color: #253F76;
  vertical-align: -5px;
}
.add_zeh .title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #223D72;
  border-bottom: 1.5px solid #223D72;
}

.zeh03 .desc {
  font-size: 1.4rem;
}
.zeh03_01 {
  padding: 30px 0 60px;
}
.zeh03_02 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.zeh03_02 .content {
  flex: 1;
  margin-right: 6%;
}
.zeh03_02 .content p {
  line-height: 1.7;
}
.zeh03_02 .image {
  width: 23%;
}

.zeh04 .desc {
  font-size: 1.4rem;
  line-height: 1.7;
}
.zeh04_01 {
  padding: 30px 0 60px;
  height: 100%;
}
.zeh04_01 p {
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.zeh04_01 dl {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  position: relative;
  height: 100%;
}
.zeh04_01 dl dt,
.zeh04_01 dl dd {
  padding-bottom: 15px;
  font-size: 1.5rem;
}
.zeh04_01 dl dt {
  width: 15%;
}
.zeh04_01 dl dd {
  width: 85%;
}
.zeh04_01 dl::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 10.5%;
}
.zeh04_02 .title {
  border-bottom: none;
}
.zeh04 .lead {
  margin: 50px auto;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #223D72;
}
.zeh04 a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 20px;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
  background-color: #223D72;
  border: 1px solid #223D72;
  transition: all .3s;
}
.zeh04 a span {
  display: block;
  font-size: 1.8rem;
}
.zeh04 a:hover {
  color: #223D72;
  background-color: #fff;
}


@media only screen and (max-width: 767px) {
  .add_zeh {
    margin: 0;
    padding: 30px 5%;
  }
  .add_zeh .sec_title_policy {
    font-size: 2.1rem;
  }
  .zeh01 {
    padding: 40px 0;
  }
  .zeh02 .lead {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .zeh02 .lead p {
    word-break: keep-all;
    margin: 0 10px;
  }
  .zeh02 .lead .size01 {
    font-size: 2.4rem;
  }
  .zeh02 .lead .size02 {
    font-size: 2.2rem;
  }
  
  .zeh02_01 {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 0;
  }
  .zeh02_01 .item {
    flex: 1;
  }
  .zeh02_01 .item .title {
    margin-bottom: 20px;
    padding: 2px;
    font-size: 2.3rem;
    text-align: center;
    color: #fff;
    background-color: #E98B26;
    border-bottom: none;
  }
  .zeh02_01 .item02 .title {
    background-color: #E86D73;
  }
  .zeh02_01 .item03 .title {
    background-color: #009E96;
  }
  .zeh02_01 .item .text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .zeh02_01 .item .memo {
    font-size: 1rem;
  }
  .zeh02_01 .icon {
    width: 28px;
    margin: 20px auto;
    padding-top: 0;
  }
  .zeh02_01 .icon img {
    width: 100%;
  }
  .zeh02_02 {
    padding: 12% 0;
  }
  .zeh02_02 .text01 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .zeh02_02 .text02 {
    font-size: 1.6rem;
  }
  
  .add_zeh .heading {
    padding: 0 0 15px;
    font-size: 2.2rem;
  }
  .add_zeh .heading .border {
    width: 8px;
  }
  .add_zeh .title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 1.9rem;
  }
  
  .zeh03 .desc {
    font-size: 1.4rem;
  }
  .zeh03_01 {
    padding: 30px 0;
  }
  .zeh03_02 {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
  }
  .zeh03_02 .content {
    flex: 1;
    margin-right: 6%;
  }
  .zeh03_02 .content p {
    line-height: 1.7;
  }
  .zeh03_02 .image {
    width: 23%;
  }
  
  .zeh04 .desc {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .zeh04_01 {
    padding: 30px 0;
    height: 100%;
  }
  .zeh04_01 p {
    padding-bottom: 20px;
    font-size: 1.8rem;
  }
  .zeh04_01 dl {
    padding: 10px 0;
  }
  .zeh04_01 dl dt,
  .zeh04_01 dl dd {
    padding-bottom: 15px;
    font-size: 1.5rem;
  }
  .zeh04_01 dl dt {
    width: 28%;
  }
  .zeh04_01 dl dd {
    width: 72%;
  }
  .zeh04_01 dl::before {
    width: 1.5px;
    left: 20%;
  }
  .zeh04_02 .title {
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .zeh04 .lead {
    margin: 30px auto;
    font-size: 2rem;
  }
  .zeh04 a {
    padding: 20px;
    font-size: 1.8rem;
  }
  .zeh04 a span {
    font-size: 1.5rem;
  }
  
}