@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("//cdn.jsdelivr.net/npm/destyle.css@3.0.2/destyle.min.css");
/* foundation */
@media screen and (min-width: 769px) {
  .mt-pc-10 {
    margin-top: 1rem;
  }
  .mt-pc-20 {
    margin-top: 2rem;
  }
  .mt-pc-30 {
    margin-top: 3rem;
  }
  .mt-pc-40 {
    margin-top: 4rem;
  }
  .mt-pc-50 {
    margin-top: 5rem;
  }
  .mt-pc-60 {
    margin-top: 6rem;
  }
  .mt-pc-70 {
    margin-top: 7rem;
  }
  .mt-pc-80 {
    margin-top: 8rem;
  }
  .mt-pc-90 {
    margin-top: 9rem;
  }
  .mt-pc-100 {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .mt-sp-10 {
    margin-top: 1rem;
  }
  .mt-sp-20 {
    margin-top: 2rem;
  }
  .mt-sp-30 {
    margin-top: 3rem;
  }
  .mt-sp-40 {
    margin-top: 4rem;
  }
  .mt-sp-50 {
    margin-top: 5rem;
  }
  .mt-sp-60 {
    margin-top: 6rem;
  }
  .mt-sp-70 {
    margin-top: 7rem;
  }
  .mt-sp-80 {
    margin-top: 8rem;
  }
  .mt-sp-90 {
    margin-top: 9rem;
  }
  .mt-sp-100 {
    margin-top: 10rem;
  }
}
*:focus {
  outline: none;
}

html {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
    font-size: calc(var(--vw) * 100 / 375 * 10);
  }
}

body {
  background-color: #fff;
  color: #333;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-feature-settings: "pkna";
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  visibility: hidden;
}
body.is-visible {
  visibility: visible;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a,
  button {
    transition: opacity 0.25s;
  }
  a:hover, a:hover a,
  button:hover,
  a:hover button {
    opacity: 0.8;
  }
}
dt {
  font-weight: normal;
}

img {
  height: auto;
  width: 100%;
}

strong {
  font-weight: bold;
}

/* layout */
/* footer */
.l-footer {
  margin-top: 60px;
  position: relative;
}
.l-footer__copyright {
  background-color: #5081A5;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 46px;
}

.l-header {
  font-size: 0;
  line-height: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 70px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 3.5rem;
    padding-left: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo img {
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    height: 2rem;
  }
}

/* object - component */
@media screen and (min-width: 769px) {
  .c-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 1150px;
    min-width: 1150px;
  }
}
/* object - project */
.p-index-hero {
  background-size: cover;
  aspect-ratio: 1400/697;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-index-hero {
    background-image: url(/assets/images/original/baikyaku-sendai-lp_a-hero-image-01.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-index-hero {
    background-image: url(/assets/images/original/baikyaku-sendai-lp_a-hero-image-01-sp.jpg);
  }
}
.p-index-hero__copy {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-index-hero__copy {
    padding-top: 4.42%;
    width: 41.9%;
  }
}
@media screen and (max-width: 768px) {
  .p-index-hero__copy {
    padding-bottom: 21.9rem;
    padding-top: 10.5rem;
  }
}

.p-index-sell {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-sell-background-image-01.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-index-sell {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell {
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-index-sell__assessment {
  position: absolute;
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment {
    box-shadow: 0px 0px 10px rgba(18, 74, 123, 0.5);
    border-radius: 34px;
    margin-top: -14.79%;
    padding: 30px 54px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment {
    box-shadow: 0px 0px 0.5rem rgba(18, 74, 123, 0.5);
    border-radius: 2rem;
    margin-top: -15rem;
    padding: 1.5rem 2rem;
  }
}
.p-index-sell__assessment::after {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-sell-assessment-image-01.png);
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment::after {
    height: 311px;
    left: 54px;
    width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment::after {
    height: 12.2rem;
    left: 2rem;
    width: 14.9rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-button {
    margin-top: 1rem;
  }
}
.p-index-sell__assessment-button-link {
  background-color: #E56800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-button-link {
    border-radius: 20px;
    font-size: 45px;
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-button-link {
    border-radius: 1rem;
    font-size: 2rem;
    height: 5.6rem;
  }
}
.p-index-sell__assessment-button-link::before {
  background-image: url(/assets/materials/baikyaku-sendai-lp_a-sell-assessment-icon-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-button-link::before {
    height: 76.65px;
    margin-right: 20px;
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-button-link::before {
    height: 3.6rem;
    margin-right: 1rem;
    width: 3.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-request-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-top: 30px;
    max-width: 647px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-request-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-top: 1rem;
  }
}
.p-index-sell__assessment-request-list-item {
  background-color: #5081A5;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-request-list-item {
    font-size: 17px;
    height: 155px;
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-request-list-item {
    font-size: 1rem;
    height: 7rem;
    line-height: 1.2;
    width: 7rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-request-list-item strong {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-request-list-item strong {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-request-list-item + .p-index-sell__assessment-request-list-item {
    margin-left: 9px;
  }
}
.p-index-sell__assessment-text1 {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-text1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-text1 {
    font-size: 1.7rem;
  }
}
.p-index-sell__assessment-text1 strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-text1 strong {
    font-size: 39px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-text1 strong {
    font-size: 2.2rem;
  }
}
.p-index-sell__assessment-text2 {
  font-weight: bold;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-text2 {
    font-size: 26px;
    margin-top: 15px;
    width: 647px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-text2 {
    font-size: 1.6rem;
    margin-top: 1rem;
    width: 14rem;
  }
}
.p-index-sell__assessment-text3 {
  font-weight: bold;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-text3 {
    font-size: 39px;
    width: 647px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-text3 {
    font-size: 2rem;
    line-height: 1.1111111111;
    margin-top: 0.5rem;
    width: 14rem;
  }
}
.p-index-sell__assessment-text3 strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-sell__assessment-text3 strong {
    font-size: 51px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__assessment-text3 strong {
    font-size: 2.7rem;
  }
}
.p-index-sell__lead {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__lead {
    font-size: 42px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__lead {
    font-size: 2rem;
    margin-top: 3rem;
  }
}
.p-index-sell__lead strong {
  color: #E56800;
}
.p-index-sell__label {
  background-color: #5081A5;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-index-sell__label {
    font-size: 40px;
    height: 78px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__label {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
  }
}
.p-index-sell__label::after {
  background-color: #5081A5;
  clip-path: polygon(46% 100%, 0 0, 98% 0);
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-index-sell__label::after {
    bottom: -29px;
    height: 30px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__label::after {
    bottom: -1.1rem;
    height: 1.2rem;
    width: 1.5rem;
  }
}
.p-index-sell__box {
  background-color: #fff;
  opacity: 0.85;
}
@media screen and (min-width: 769px) {
  .p-index-sell__box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    padding: 30px 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__box {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.5);
    margin-top: 2.2rem;
    padding: 1.5rem 2rem;
  }
}
.p-index-sell__heading {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__heading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__description {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__description {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-item1 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-item2 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-image figcaption {
    font-size: 11px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__description-image figcaption {
    font-size: 1rem;
  }
}
.p-index-sell__description-text1 {
  color: #5081A5;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-text1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__description-text1 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-index-sell__description-text1 strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-text1 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__description-text1 strong {
    font-size: 3rem;
    line-height: 1.1666666667;
  }
}
.p-index-sell__description-text2 {
  text-align: justify;
}
.p-index-sell__description-text2 strong {
  color: #E56800;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-index-sell__description-text2 {
    font-size: 22px;
    line-height: 1.8181818182;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sell__description-text2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-index-market-price {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-market-price-background-image-01.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-index-market-price {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price {
    padding: 3rem 2rem;
  }
}
.p-index-market-price__label {
  background-color: #5081A5;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__label {
    font-size: 40px;
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__label {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
  }
}
.p-index-market-price__label::after {
  background-color: #5081A5;
  clip-path: polygon(46% 100%, 0 0, 98% 0);
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__label::after {
    bottom: -29px;
    height: 30px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__label::after {
    bottom: -1.1rem;
    height: 1.2rem;
    width: 1.5rem;
  }
}
.p-index-market-price__box {
  background-color: #fff;
  opacity: 0.85;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    padding: 30px 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__box {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.5);
    margin-top: 2.2rem;
    padding: 1.5rem 2rem;
  }
}
.p-index-market-price__heading {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__heading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__description {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description-item1 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description-item2 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description-image figcaption {
    font-size: 11px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__description-image figcaption {
    font-size: 1rem;
  }
}
.p-index-market-price__description-text1 {
  color: #5081A5;
  font-weight: bold;
  text-align: center;
}
.p-index-market-price__description-text1-strong {
	letter-spacing: -0.05em;
}

@media screen and (min-width: 769px) {
  .p-index-market-price__description-text1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__description-text1 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-index-market-price__description-text1 strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description-text1 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__description-text1 strong {
    font-size: 3rem;
    line-height: 1.1666666667;
  }
}
.p-index-market-price__description-text2 {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-index-market-price__description-text2 {
    font-size: 22px;
    line-height: 1.8181818182;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-market-price__description-text2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-index-average-price {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-average-price-background-image-01.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-index-average-price {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price {
    padding: 3rem 2rem;
  }
}
.p-index-average-price__label {
  background-color: #5081A5;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__label {
    font-size: 40px;
    height: 78px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__label {
    font-size: 1.6rem;
    line-height: 1.1875;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    text-align: center;
  }
}
.p-index-average-price__label::after {
  background-color: #5081A5;
  clip-path: polygon(46% 100%, 0 0, 98% 0);
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__label::after {
    bottom: -29px;
    height: 30px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__label::after {
    bottom: -1.1rem;
    height: 1.2rem;
    width: 1.5rem;
  }
}
.p-index-average-price__box {
  background-color: #fff;
  opacity: 0.85;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    padding: 30px 95px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__box {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.5);
    margin-top: 2.2rem;
    padding: 1.5rem 2rem;
  }
}
.p-index-average-price__heading {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__heading {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__description {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-item1 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-item2 {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-image figcaption {
    font-size: 11px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__description-image figcaption {
    font-size: 1rem;
  }
}
.p-index-average-price__description-text1 {
  color: #5081A5;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-text1 {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__description-text1 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}
.p-index-average-price__description-text1 strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-text1 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__description-text1 strong {
    font-size: 3rem;
    line-height: 1.1666666667;
  }
}
.p-index-average-price__description-text2 {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-index-average-price__description-text2 {
    font-size: 22px;
    line-height: 1.8181818182;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-average-price__description-text2 {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-index-sendai-information {
  background-color: rgba(204, 204, 204, 0.2);
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information {
    padding: 3rem 2rem;
  }
}
.p-index-sendai-information__copy {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__copy {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__copy {
    font-size: 2rem;
  }
}
.p-index-sendai-information__copy strong {
  color: #E56800;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__copy:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__copy:not(:first-child) {
    margin-top: 3rem;
  }
}
.p-index-sendai-information__sub-copy {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__sub-copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__sub-copy {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__image {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__image {
    margin-top: 1.5rem;
  }
}
.p-index-sendai-information__center-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list {
    gap: 30px 21px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list {
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-index-sendai-information__center-list-item {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list-item {
    border-radius: 8px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.11);
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list-item {
    border-radius: 0.8rem;
    box-shadow: 0px 0.3rem 1rem rgba(0, 0, 0, 0.11);
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.p-index-sendai-information__center-list-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list-link {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list-link {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.p-index-sendai-information__center-list-link-text {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list-link-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list-link-text {
    font-size: 1.6rem;
  }
}
.p-index-sendai-information__center-list-button {
  background-color: #E56800;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__center-list-button {
    height: 48px;
    margin-top: 15px;
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__center-list-button {
    font-size: 1.2rem;
    line-height: 1.1666666667;
    margin-top: 1rem;
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    text-align: center;
    width: 100%;
  }
}
.p-index-sendai-information__service {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__service {
    grid-template-columns: repeat(3, 1fr);
  }
  .p-index-sendai-information__service.s-241209data {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px auto 0;
    width: 740px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__service {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__service-item {
    border: 2px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__service-item {
    border: 0.2rem solid #000;
    margin-top: 1.5rem;
  }
}
.p-index-sendai-information__service-item:nth-child(1) {
  background-color: rgba(0, 174, 239, 0.15);
  border-color: #00AEEF;
}
.p-index-sendai-information__service-item:nth-child(2) {
  background-color: rgba(229, 104, 0, 0.15);
  border-color: #E56800;
}
.p-index-sendai-information__service-item:nth-child(3) {
  background-color: rgba(72, 166, 63, 0.15);
  border-color: #48A63F;
}
.p-index-sendai-information__service-title {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__service-title {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__service-title {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-top: 2.3rem;
  }
}
.p-index-sendai-information__service-text {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__service-text {
    height: 6em;
    padding-top: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__service-text {
    padding: 1.5rem 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-sendai-information__service-image {
    margin-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-sendai-information__service-image {
    margin-top: 1.5rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    padding-bottom: 1.5rem;
  }
}

.p-index-livable-information {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-livable-information-background-01.jpg);
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-index-livable-information {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-livable-information {
    padding: 3rem 2rem;
  }
}
.p-index-livable-information__copy {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-livable-information__copy {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-livable-information__copy {
    font-size: 2rem;
  }
}
.p-index-livable-information__copy strong {
  color: #E56800;
}
.p-index-livable-information__sub-copy {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-livable-information__sub-copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-livable-information__sub-copy {
    font-size: 1.6rem;
  }
}
.p-index-livable-information-achievement {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-index-livable-information-achievement {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-livable-information-achievement {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-livable-information-achievement-item {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 768px) {
  .p-index-livable-information-achievement-item {
    box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.5);
  }
}

.p-index-voice {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-background-01.jpg);
  background-position: 0 0;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .p-index-voice {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice {
    padding: 3rem 2rem;
    padding-top: 3rem;
  }
}
.p-index-voice__heading-text {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-voice__heading-text {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__heading-text {
    font-size: 2rem;
  }
}
.p-index-voice__heading-image {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-index-voice__heading-image {
    margin-top: 10px;
    width: 543px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__heading-image {
    margin-top: 0.5rem;
  }
}
.p-index-voice__copy {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-voice__copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__copy {
    font-size: 2rem;
  }
}
.p-index-voice__lead {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-voice__lead {
    font-size: 21px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__lead {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-voice__lead-note {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .p-index-voice__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-voice__list:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list:not(:first-child) {
    margin-top: 1rem;
  }
}
.p-index-voice__list-term {
  background-color: rgba(80, 129, 165, 0.89);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-term {
    font-size: 42px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list-term {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
    padding-left: 2rem;
    padding-top: 1.2rem;
  }
}
.p-index-voice__list-term:before {
  background-size: cover;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-term:before {
    height: 170px;
    margin-left: 94px;
    margin-right: 20px;
    width: 170px;
  }
}
.p-index-voice__list:nth-child(1) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-01.png);
}
.p-index-voice__list:nth-child(2) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-02.png);
}
.p-index-voice__list:nth-child(3) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-03.png);
}
.p-index-voice__list:nth-child(4) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-04.png);
}
.p-index-voice__list:nth-child(5) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-05.png);
}
.p-index-voice__list:nth-child(6) .p-index-voice__list-term:before {
  background-image: url(/assets/images/original/baikyaku-sendai-lp_a-voice-image-06.png);
}
.p-index-voice__list:nth-child(6) .p-index-voice__list-term.termTwo:before {
  background-image: url(/assets/images/object/baikyaku-sendai-lp_a-voice-image-06_260217.png);
}
.p-index-voice__list-term:after {
  background-image: url(/assets/materials/baikyaku-sendai-lp_a-voice-icon-01.svg);
  background-size: cover;
  content: "";
  display: block;
  margin-left: auto;
  position: relative;
  transition: all 0.25s;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-term:after {
    height: 50px;
    margin-right: 25px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list-term:after {
    height: 3rem;
    width: 3rem;
    margin-right: 2rem;
  }
}
.p-index-voice__list-term.expanded:after {
  transform: rotate(180deg);
}
.p-index-voice__list-data {
  background-color: rgba(255, 255, 255, 0.7);
  height: 0;
  opacity: 0;
  transition: all 0.25s;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-data {
    padding-left: 94px;
    padding-right: 94px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list-data {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.expanded + .p-index-voice__list-data {
  height: auto;
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .expanded + .p-index-voice__list-data {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .expanded + .p-index-voice__list-data {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.p-index-voice__list-data-title {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-data-title {
    font-size: 20px;
  }
}
.p-index-voice__list-data-text {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .p-index-voice__list-data-text {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-voice__list-data-text {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

.p-index-contact {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-index-contact {
    padding: 3rem 2rem;
  }
}
.p-index-contact-heading {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-contact-heading {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact-heading {
    font-size: 2rem;
  }
}
.p-index-contact-heading strong {
  color: #E56800;
}
.p-index-contact__shop-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-index-contact__shop-list {
    gap: 60px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact__shop-list {
    gap: 3rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-contact__shop-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact__shop-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-index-contact__shop-name {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-index-contact__shop-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact__shop-name {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .p-index-contact__shop-image {
    border: 2px solid #5081A5;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact__shop-image {
    border: 0.3rem solid #5081A5;
    margin-top: 1rem;
  }
}
.p-index-contact__button {
  background-color: #E56800;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-index-contact__button {
    height: 48px;
    margin-top: 20px;
    width: 312px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-contact__button {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-top: 2rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
  }
}

@media screen and (min-width: 769px) {
  .p-index-fiexd-button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-index-fiexd-button {
    bottom: 1.5rem;
    opacity: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
    position: sticky;
    transition: opacity 0.25s;
    visibility: hidden;
    z-index: 100;
  }
}
@media screen and (max-width: 768px) {
  .p-index-fiexd-button.is-visible {
    opacity: 1;
    visibility: visible;
  }
}
.p-index-fiexd-button__link {
  background-color: #E56800;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-index-fiexd-button__link {
    border-radius: 20px;
    font-size: 45px;
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-fiexd-button__link {
    border-radius: 1rem;
    font-size: 2rem;
    height: 5.6rem;
  }
}
.p-index-fiexd-button__link::before {
  background-image: url(/assets/materials/baikyaku-sendai-lp_a-sell-assessment-icon-01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
}
@media screen and (min-width: 769px) {
  .p-index-fiexd-button__link::before {
    height: 76.65px;
    margin-right: 20px;
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-index-fiexd-button__link::before {
    height: 3.6rem;
    margin-right: 1rem;
    width: 3.5rem;
  }
}

/* text-decoration: underline;tility */
.u-none {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-none-sp {
    display: none !important;
  }
}/*# sourceMappingURL=baikyaku-sendai-lp_a.css.map */
