body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fafafa
}

@media screen and (min-width:641px) {
  body {
    padding-top: 87px
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%;
  height: auto
}

@media(max-width: 768px) {
  .pc {
    display: none
  }
}

@media(min-width: 769px) {
  .sp {
    display: none
  }
}

header {
  padding: 0;
  background: none;
  color: inherit;
  z-index: 500
}

.inner {
  max-width: 1168px;
  margin: auto;
  width: 100%
}

@media screen and (min-width:641px) {
  .inner {
    padding: 0 24px
  }
}

@media screen and (max-width:640px) {
  .inner {
    padding: 0 20px
  }
}

.header-top {
  background: #5081a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 18px 0
}

.header-top h1 {
  color: var(--Li-White, #fff);
  text-align: right;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .96px
}

@media screen and (min-width:641px) {
  .header-container {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
  }
}

.header-content {
  max-width: 1168px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:641px) {
  .header-content {
    padding: 12px 24px
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.header-content img {
  width: 186px
}

.header-content p {
  font-size: 0
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-buttons a {
  text-decoration: none;
  display: block;
  text-align: center
}

@media screen and (min-width:641px) {
  .header-buttons a {
    width: 210px
  }
}

@media screen and (min-width:641px) {
  .header-buttons.sp-fixed {
    display: none
  }
}

.search-button {
  background: #fff;
  color: #5081a5;
  border: 2px solid #5081a5;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px;
  cursor: pointer;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.search-button:hover {
  background: rgba(80, 129, 165, .1490196078)
}

.estimate-button {
  background: #5081a5;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 32px;
  cursor: pointer;
  border: #5081a5 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s
}

.estimate-button:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

@media(max-width: 1440px) {
  .header-top {
    min-width: 100%
  }
}

@media(max-width: 768px) {
  .header-logo {
    gap: 16px;
    width: 100%;
    padding: 16px 20px 0
  }

  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
  }

  .header-content img {
    width: 140px
  }

  .header-top h1 {
    text-align: center;
    font-size: 12px
  }

  .header-buttons {
    background-color: #fff;
    width: 100%;
    padding: 0 20px 16px
  }

  .header-buttons.sp-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
    padding-top: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    pointer-events: none
  }

  .header-buttons.sp-fixed.is-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
  }

  .search-button,
  .estimate-button {
    font-size: 14px;
    padding: 12px 32px;
    line-height: 1;
    width: 50%
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main figure {
  margin: 0;
}

@media screen and (min-width:641px) {
  .main {
    gap: 96px
  }
}

@media screen and (max-width:640px) {
  .main {
    gap: 64px
  }
}

.heading {
  color: var(--Li-Blue, #0062b2);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.5px
}

.text {
  color: var(--Li-Black, #000);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.87;
  letter-spacing: .05px
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  flex: 3;
}


@media(max-width: 768px) {
  .heading {
    font-size: 1.82em;
  }

  .text {
    font-size: 0.97em;
    letter-spacing: -0.02em;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .content {
    gap: 32px
  }
}

.branch {
  max-width: 590px
}

.button--large a {
  max-width: 476px;
  margin: 60px auto;
  text-decoration: none;
  color: var(--Li-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  background: #5081a5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  justify-content: center;
  align-items: center;
  border: #5081a5 2px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 16px;
  -webkit-transition: .6s;
  transition: .6s
}

.button--large a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

.button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--Li-White, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 90px;
  background: #5081a5;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  justify-content: center;
  align-items: center;
  border: #5081a5 2px solid;
  -webkit-transition: .6s;
  transition: .6s;
  gap: 16px
}

.button a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: #5081a5 2px solid;
  color: #5081a5
}

.button.invert a {
  background: #fff;
  color: #5081a5;
  border: 2px solid #5081a5;
  padding: 18px 32px;
  width: 100%;
}

@media(max-width: 768px) {
  .button.invert a {
    padding: 18px 20px;
    line-height: 1.3;
    width: 100%;
    gap: 18px;
  }
}

.button.invert a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  -webkit-transition: .6s;
  transition: .6s
}

.button.invert a:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

.button.invert a:hover {
  background: rgba(80, 129, 165, .1490196078);
  border: 2px solid #5081a5;
  color: #5081a5
}

.button a {
  position: relative
}

.button a:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2210%22%20height%3D%2218%22%20viewBox%3D%220%200%2010%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1%201L9%209L1%2017%22%20stroke%3D%22%235081a5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  -webkit-transition: .6s;
  transition: .6s
}

.button a:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDEwIDE5IiBmaWxsPSJub25lIj48cGF0aCBkPSJNMSAxLjVMOSA5LjVMMSAxNy41IiBzdHJva2U9IiM1MDgxYTUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+")
}

@media(max-width: 768px) {
  .button--large a {
    font-size: 20px;
    padding: 24px 24px
  }

  .button a {
    font-size: 16px
  }
}

.main_slide {
  font-weight: 700;
  max-width: none;
  border: none;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  box-shadow: none;
  margin: auto;
}
.main_slide .main_slide-description {
    position: absolute;
    z-index: 50;
    top: 3.5vw;
    right: 3.0vw;
    font-family: "Noto Sans JP";
    font-size: 3.8vw;
    text-align: right;
    color: #ffffff;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .05px;
    text-shadow: 1px 1px 24px rgba(0, 0, 0, 0.95);
  }

  @media(max-width: 768px) {
    .sp .main_slide-description {
      font-size: 8.5vw;
      top: 4vw;
      left: 5.5vw;
      text-align: left;
      line-height: 1.4;
    }
  }

.slide {
  line-height: 1;
  max-width: 923px;
  border: 6px solid #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .25);
  margin: auto
}

.slide-container {
  overflow: hidden;
  position: relative
}

.slide-title {
  position: absolute;
  z-index: 200;
  top: 18px;
  left: 18px;
  width: 420px;
}

.slide-description {
  position: absolute;
  z-index: 10;
  bottom: 18px;
  right: 18px;
  color: var(--Li-White, #fff);
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(80, 129, 165, .8)
}

@media(max-width: 768px) {
  .slide-title {
    width: 50%
  }

  .slide-description {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -50px
  }
}

.cv-title {
  text-align: center
}

@media(max-width: 768px) {
  .cv {
    padding: 0 0
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 96px;
  padding: 96px 0
}

.footer-logo img {
  width: 217px
}

.copyright {
  color: var(--Li-Black, #000);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "palt"on;
  font-feature-settings: "palt"on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .84px
}

@media(max-width: 768px) {
  .footer {
    padding: 64px 0;
    gap: 64px
  }

  .footer-logo img {
    width: 157px
  }

  .copyright {
    font-size: 11px
  }
}

.recommend-title {
  color: var(--Li-Blue, #0062b2);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  line-height: 1.53;
  padding-bottom: 30px
}

@media screen and (min-width:641px) {
  .recommend-title {
    letter-spacing: 2.4px;
    font-size: 22px
  }
}

@media(max-width: 768px) {
  .recommend-title {
    font-size: 18px;
    letter-spacing: 1.2px
  }
}

.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0
}

@media(max-width: 768px) {
  .recommend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  }
}

.recommend-item {
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .06);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, .06);
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 12px;
}
.recommend {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 641px) {
  .recommend-item {
    width: calc(100%/3 - 30px*(3 - 1)/3);
  }
}

@media screen and (max-width: 640px) {
  .recommend {
    flex-direction: column;
  }

  .recommend-item {
    width: 100%;
  }
}




.recommend-item a {
  height: 100%;
  display: block;
  text-decoration: none !important
}

.recommend-item a:hover {
  opacity: 80%;
}
.recommend-content {
  padding: 0.8em;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.recommend-tag {
  color: var(--Li-White, #fff);
  font-family: "Noto Sans JP";
  font-size: 0.8em;
  font-style: normal;
  font-weight: 700;
  line-height: .8;
  letter-spacing: .84px;
  border-radius: 90px;
  background: #62a44d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.recommend-catch {
  color: var(--Professional-Blue, #5081a5);
  font-family: "Noto Sans JP";
  font-size: 0.93em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .96px;
  margin-left: -10px;
}

.recommend-address {
  color: var(--Li-Black, #000);
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .96px
}

.recommend-price {
  color: #c75657;
  font-family: "Noto Sans JP";
  font-size: 1.8em;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}

.recommend-price__small {
  font-size: 0.5em;
}

.recommend-price__tax {
  font-size: 0.5em;
  font-weight: 400;
  line-height: 0.7;
}

.recommend-access {
  color: var(--Li-Black, #000);
  font-family: "Noto Sans JP";
  font-size: 0.7em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
}

.recommend-access .tt {
  width: 35px;
}
@media(max-width: 768px) {
.recommend-access .tt {
  width: 36px;
}
}
@media(max-width: 768px) {
  .recommend-content {
    padding: 16px;
  }

  .recommend-tag {
    font-size: 14px;
  }

  .recommend-catch {
    font-size: 16px;
  }

  .recommend-address {
    font-size: 16px;
  }

  .recommend-price {
    font-size: 26px;
  }

  .recommend-price__small {
    font-size: 16px;
  }

  .recommend-price__tax {
    font-size: 12px;
  }

  .recommend-access {
    font-size: 12px;
  }
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* PCでは改行 */
.pc-br {
  display: block;
}

/* SPでは改行しない */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
}
/* PCでは改行 */
.sp-br {
  display: none;
}

/* SPでは改行しない */
@media (max-width: 768px) {
  .sp-br {
    display: block;
  }
}
/* 追加コード20260625 */
.txt_min {
  font-family: "Zen Old Mincho", serif!important;
}
.header-top h1 {
  letter-spacing: normal;
  font-size: 1.1em;
  line-height: 1.12;
}
.top-catch {
  font-size: 54px;
  text-align: center;
  line-height: 1.28;
  color:rgb(0, 0, 0);
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
  text-shadow: -1px -1px 15px rgba(255, 255, 255, 1);
  letter-spacing: 0.02em;
}
.recommend-title {
  font-weight: 800;
  letter-spacing: normal;
  color: #5081a5;

}
@media (max-width: 768px) {
  .header-top h1 {
  line-height: 1.35;
  font-size:0.85em;
  }
  .top-catch {
  font-size: 1.65em;
  line-height: 1.45;
  margin: 0;
  text-shadow: 0 0 10px #ffffff;
  }
}

.box_tit {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-size: 1.2em;
    background-color: #5081a5;
    color: #fff;
    display: block;
    padding: 8px 20px;
    width: fit-content;
    letter-spacing: 0.12em;
}

@media (max-width: 768px) {
.box_tit{
  font-size: 1.25em;
}
}
.introduction {
  margin-top: 60px;
}
.introduction .box_tit {
  margin-bottom: 30px;
}
.introduction_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.introduction_txt li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: rgb(45, 45, 45);
  text-align: left;
  font-size: 1.13em;
  line-height: 1.8;
  letter-spacing: -0.06em;
  list-style: none;
}
@media (max-width: 768px) {
  ul.message_txt {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: -0.04em;
  }
}


.grid_txt {
  display: flex;
  gap: 46px;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  justify-content: center;
  flex-wrap: wrap;
}

.grid_txt .grid_box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: 46%;
}

.grid_txt .grid_box h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  color: #5081a5;
  font-size: 1.32em;
  letter-spacing: .05px;
  border-bottom: 1px solid #5081a5;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.grid_txt .grid_box h3::before {
  content: '▶︎';
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 1px 10px auto 0;
}

.grid_txt .grid_box p {
  text-align: left;
  font-size: 0.86em;
  line-height: 1.46;
}
@media(max-width: 768px) {
  h3 {
  font-size: 1.14em!important;
}
}
@media(max-width: 768px) {
  .grid_txt .grid_box {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: 100%;
  }
  p {
  text-align: left;
  font-size:0.94em;
  line-height: 1.46;
  font-weight:400;
  }
}

.introduction .container {
  display: flex;
  justify-content: space-between;
}
.l-img {
  flex:3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.r-img {
  flex:4;
}
.comfortlife .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.comfortlife {
  position: relative;
  padding: 70px 0 80px;
}

.comfortlife::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
  background: linear-gradient(135deg, #e8e8e8 0%, #f0f0f0 48%, #fafafa 100%);
  pointer-events: none;
}

.comfortlife > .inner {
  position: relative;
  z-index: 1;
}
.comfortlife .box_tit {
  margin-bottom:30px;
}

.comfortlife-lead {
  margin: -8px 0 30px;
  color: #222;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: .01em;
  text-align: left;
}

@media (max-width: 768px) {
  .comfortlife {
    padding: 54px 0 64px;
  }

  .comfortlife::before {
    height: 520px;
  }

  .comfortlife-lead {
    margin: -4px 0 24px;
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (min-width: 769px) {
  .comfortlife {
    padding-bottom: 0;
  }

  .outline {
    margin-top: -16px;
  }
}

.outline_box th {
  width: 256px;
  padding: 8px 12px;
  text-align: left;
  font-weight: 400;
}
.outline_box table {
    margin-bottom: 8px;
    width: 100%;
    border-collapse: collapse;
    border: 1px #d1d5db solid;
    line-height: normal;
}
.outline_box tr:nth-child(even) {
    background-color: #f3f4f6;
}
.outline_box td{
    padding: 8px 12px;
}
@media (width < 48rem) {
    .outline_box {
        margin-bottom: 25px;
    }
}
 @media (width < 48rem) {
    .outline_box th {
        display: block;
        width: 100%;
        background-color: #f3f4f6;
    }
}

@media screen and (min-width:641px) {
  .info-content {
    width: calc(100%/3 - 30px*(3 - 1)/3)
  }
}

@media(max-width: 768px) {
  .info-content {
    width: calc(100%/1 - 40px*(1 - 1)/1)
  }
}
.info-txt {
  font-size:1em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.info-content {
    display:flex;
    flex-direction: column;
    gap:10px;
    justify-content: flex-end;
    text-align: right;
}
.main_slide-description {
  margin: 40px auto;
}
@media (max-width: 768px) {
  .main_slide-description {
    width: 100%;
    margin: 32px auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
  .properties-cms-label{
    margin-bottom:8px;font-size:20px;font-weight:500
  }
  .properties-cms-caption
  {
    font-size:14px;color:#4b5563
  }
  .properties-cms-note {
    display: flex;
    align-items: flex-start;
  }
  .properties-cms-note__label {
    flex: 0 0 3.5em;
  }
  .properties-cms-note__text {
    flex: 1;
  }
  .properties-cms-note__body {
    padding-left: 3.5em;
  }
  .outline_box table {
  margin-bottom: 8px;
  width: 100%;
  border-collapse: collapse;
  border: 1px #d1d5db solid;
  font-size: 0.95em;
}
@media(max-width: 768px) {
.outline_box table {
  font-size: 0.95em;
  }
}
  
.outline_box tr:nth-child(even) {
  background-color: #f3f4f6;
}

.outline_box th {
  width: 256px;
  padding: 8px 12px;
  text-align: left;
  font-weight: 400;
}

.outline_box td {
  padding: 8px 12px;
}

@media (width < 48rem) {
  .outline_box {
    margin-bottom: 25px;
  }

  .properties-cms-label {
    font-size: 18px;
  }

  .outline_box tr:nth-child(even) {
    background-color: transparent;
  }

  .outline_box th {
    display: block;
    width: 100%;
    background-color: #f3f4f6;
  }

  .outline_box td {
    display: block;
    width: 100%;
  }
}
.outline h4 {
  font-size: 1.3em;
  margin-bottom:12px;
}
@media(max-width: 768px) {
.outline h4 {
  font-size: 1.1em;
  }
}
.outline .inner {
  display: flex;
  flex-direction: column;
  gap:30px;
}

/* 追加コード20260626 */
@media screen and (min-width: 641px) and (max-width: 768px) {
  body {
    padding-top: 0;
  }

  .header-container {
    position: static;
  }

  .header-content {
    flex-direction: column;
    gap: 16px;
  }

  .header-logo {
    width: 100%;
    padding: 16px 20px 0;
  }

  .header-content img {
    width: 140px;
  }

  .header-buttons {
    width: 100%;
    padding: 0 20px 16px;
    background-color: #fff;
  }

  .header-buttons a {
    width: 50%;
  }

  .search-button,
  .estimate-button {
    font-size: 14px;
    padding: 12px 32px;
    line-height: 1;
  }

  .header-top {
    padding: 18px 0;
  }

  .header-top h1 {
    text-align: center;
    font-size: 12px;
  }

  .header-buttons.sp-fixed {
    display: flex;
  }
}
@media screen and (min-width: 769px) and (max-width: 834px) {
  .introduction .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .l-img,
  .r-img {
    flex: none;
    width: 100%;
  }

  .l-img img,
  .r-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 834px) {
  .cv-map .container {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .cv-map .content {
    width: 100%;
  }

  .cv-map .branch {
    width: 100%;
  }

  .cv-map .branch img {
    width: 100%;
    height: auto;
  }

  .cv-map .heading {
    max-width: none;
  }
}
/* 整理・上書き 20260625 */
@media(max-width: 768px) {
  .recommend {
    flex-direction: column;
  }

  .recommend-item {
    width: 100%;
  }

  .grid_txt .grid_box {
    width: 100%;
  }

  ul.message_txt {
    font-size: 1.1em;
    text-align: left;
    letter-spacing: -0.04em;
  }
}
  ul.message_txt {
    max-width: 700px;
    text-align: left;
  }

.cv-map .heading {
  max-width: 500px;
}

@media (min-width: 835px) {
  .cv-map .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }

  .cv-map .content {
    flex: 0 1 500px;
  }

  .cv-map .branch {
    flex: 0 1 590px;
    width: 100%;
  }
}

.cv-map .text {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) and (max-width: 834px) {
  .cv-map .heading {
    max-width: none;
  }
}
.comfortlife .small-txt {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color: #6d6d6d;
    font-size: 12px;
}
.map {
display: flex;
align-items: center;
}
.gallery {
  width:48%;
}
.introduction_txt{
  width:48%;
}
.swiper-slide {
  width:50%;
}
.recommend-content {
  border-top: #e7e7e7 solid 1px;
}
.mainvisual {
  width: 100%;
  height: auto;
  /* 複数指定する場合は、上に重ねたい斜め線を先に記述します */
  background-image: 
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 0px,
      rgba(255, 255, 255, 0.2) 2px,
      transparent 2px,
      transparent 12px
    ),
    linear-gradient(135deg, #7acef0 0%, #fafafa 58%, #fafafa 100%);
}
.mainvisual-media {
  display: grid;
  grid-template-columns: 62% 38%;
  width: 100%;
  aspect-ratio: 2048 / 686;
  overflow: hidden;
}

.mainvisual-media__movie,
.mainvisual-media__info {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.mainvisual-media__movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.mainvisual-sound {
  position: absolute;
  right: auto;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(128, 128, 128, .45);
  cursor: pointer;
}

.mainvisual-sound__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.mainvisual-sound__icon--playing,
.mainvisual-sound[aria-pressed="true"] .mainvisual-sound__icon--muted {
  display: none;
}

.mainvisual-sound[aria-pressed="true"] .mainvisual-sound__icon--playing {
  display: block;
}

.mainvisual-sound:hover,
.mainvisual-sound:focus-visible {
  background: rgba(128, 128, 128, .65);
}

.mainvisual-sound:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.mainvisual-media__info {
  margin: 0;
}

.mainvisual-media__info img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

@media (max-width: 768px) {
  .mainvisual-media {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
  }

  .mainvisual-media__movie {
    aspect-ratio: 16 / 9;
  }

  .mainvisual-sound {
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .mainvisual-media__info {
    aspect-ratio: 780 / 686;
  }
}
figure {
    margin-block-end: -5px!important;
}

.introduction_txt {
  width: 100%;
  height: auto;
  padding:40px;
  /* 複数指定する場合は、上に重ねたい斜め線を先に記述します */
  background-image: 
        linear-gradient(135deg, #b9ddeb 0%,  #fff 100%);
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
  text-shadow: -1px -1px 15px rgba(255, 255, 255, 1);
}
.map img{
  display: block;
  width: min(900px, 100%);
  box-shadow: none;
  padding: 0;
  background: none;
}
.map {
  display: flex;
  justify-content: flex-start;
  min-width: 0;
}

.map-title {
  margin: 0;
}

.map-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

@media (min-width: 769px) {
  .map-section {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .map-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .map img {
    width: 100%;
  }
}

.mainvisual-catch {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #5081a5;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: clamp(21px, 1.68vw, 29px);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -.03em;
  text-align: center;
}

@media (max-width: 768px) {
  .mainvisual-catch {
    padding: 44px 20px 52px;
    font-size: 21px;
    line-height: 1.55;
    text-align: left;
  }
}

/* 全体区画図 */
.landscape-section {
  position: relative;
  margin-top: 60px;
  padding: 0 0 90px;
  background: none;
}

@media (min-width: 769px) {
  .landscape-section {
    margin-top: -28px;
  }
}

.landscape-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 260px;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(135deg, #e8e8e8 0%, #f0f0f0 48%, #fafafa 100%);
  pointer-events: none;
}

.landscape-section .introduction {
  position: relative;
  z-index: 1;
  margin-top: 0;
}

.landscape-section .introduction .container {
  align-items: flex-start;
}

.landscape-lead {
  margin: -8px 0 26px;
  color: #5081a5;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .01em;
  text-align: left;
}

.landscape-section .l-img,
.landscape-section .r-img {
  flex: 1 1 0;
  width: calc(50% - 15px);
}

.landscape-section .l-img img,
.landscape-section .r-img img {
  display: block;
  width: 100%;
  height: auto;
}

.landscape-section .introduction_txt.landscape-copy {
  position: relative;
  z-index: 1;
  display: block;
  width: min(900px, calc(100% - 40px));
  margin: -30px max(20px, calc((100% - 1168px) / 2)) 0 auto;
  padding: 0;
  background: none;
  text-align: right;
  text-shadow: none;
}

.landscape-copy h3 {
  margin: 0 0 20px;
  color: #5081a5;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.03em;
  text-align: right;
}

.landscape-copy p {
  margin: 0;
  color: #222;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
  text-align: right;
}

@media (max-width: 768px) {
  .landscape-section {
    margin-top: 44px;
    padding-bottom: 110px;
    background: none;
  }

  .landscape-section::before {
    top: 220px;
    bottom: 24px;
    height: auto;
  }

  .landscape-section .introduction_txt.landscape-copy {
    width: 100%;
    margin: 0;
    padding: 22px 20px 0;
  }

  .landscape-section .l-img,
  .landscape-section .r-img {
    width: 100%;
  }

  .landscape-lead {
    margin: -4px 0 20px;
    font-size: 18px;
    line-height: 1.55;
  }

  .landscape-copy h3 {
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
  }

  .landscape-copy p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}
