@charset 'UTF-8';

/* 全体 */

.value-container p:not([class]) {
  margin-top: 2rem;
  line-height: 1.8;
}

.value-container {
  max-width: 100%;
  margin: auto;
  padding-inline: 2.2rem;
}


/* ヒーローエリア */

.value-head {
  position: relative;
  height: 330px;
  background: url(/images/value/value_header.jpg)center center /cover no-repeat;
  z-index: 1;
}

.value-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a3a3a3;
  mix-blend-mode: multiply;
  z-index: -1;
}

.value-head__container {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.value-head__lead {
  color: #ffffff;
  text-align: center;
}

.value-head__lead_main,
.value-head__lead_sub {
  display: block;
  font-weight: 500;
  text-shadow: 0 0 4px #000;
}
.value-head__lead_main {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.value-head__lead_sub {
  font-size: 1.6rem;
  line-height: 2;
}


/* コンテンツエリア */

.value-tab-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
}

.value-tab-list--full {
  position: sticky;
  top: 0;
  grid-template-columns: repeat(2,1fr);
  z-index: 50;
}

.value-tab-list--form {
  grid-template-columns: repeat(2,1fr);
}

.value-tab-list__label {
  background: #737373;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border: 2px solid #ffffff;
  padding: 1.8rem 1rem;
}

.renovation-tab-list input:checked + .renovation-tab-list__link,
.value-tab-list input:checked + .value-tab-list__label {
  color: #000000;
  background: #d9d9d9;
}

.value-content__section {
  padding-block: 2rem 4rem;
}

.value-content {
  display: none;
  scroll-margin-top: 100px;
}

.value-content__point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-block: 3.8rem 0;
}

.value-content__point li {
  display: grid;
  place-content: center;
  width: 57px;
  height: 100%;
  aspect-ratio: 1;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ef6d22;
  border: 3px solid #ef6d22;
  border-radius: 6px;
}

.value-col {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.value-content__title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #ef6d22;
}
.value-content__title:not(:first-of-type) {
  margin-top: 4rem;
}

.value-content__img-list {
  margin-top: 2.4rem;
}

.value-content-box {
  background: rgba(255, 255, 190, 0.3);
  padding: 2.1rem 1.9rem;
  margin-top: 3rem;
}

.value-content-box--transparent {
  width: 80%;
  background: transparent;
  margin: auto;
}

.value-content-box__ft {
  margin-top: 1rem;
}

.value-content-box .small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.value-content-box__title {
  font-size: 1.4rem;
  font-weight: bold;
}

.value-content-box__col-half {
  display: grid;
  gap: 15px;
}

.value-content__thumb--col {
  display: grid;
  gap: 2.4rem;
}

.value-content__cap {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}

.article-ft {
  text-align: center;
  padding-block: calc(7.6rem - 4rem) 9.5rem;
}

.article-ft-btn {
  display: inline-grid;
  place-content: center;
  width: 230px;
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  color: #ffffff !important;
  text-decoration: none;
  background: #ef6d22;
  border-radius: 40px;
  padding: 1.2rem 2.4rem;
}

.renovation-section__title,
.value-link__title {
  text-align: center;
}
.renovation-section__title-ja,
.value-link__title-ja {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
.renovation-section__title-en,
.value-link__title-en {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef6d22;
  margin-top: 1.5rem;
}

.value-link-list {
  display: grid;
  gap: 25px;
  margin-top: 3rem;
}

.value-link-btn {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff !important;
  line-height: 1.3;
  text-decoration: none;
  background: #ef6d22;
  padding: 1.6rem 7.6rem 1.6rem 3.3rem;
  transition: .2s ease-out;
  z-index: 0;
}

.value-link-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 32px;
  aspect-ratio: 1;
  background: url(/images/value/arrow.svg)center /contain no-repeat;
  z-index: 1;
}

input[type="radio"] {
	display: none;
}



/* フルリノベーション */

.renovation-section {
  padding: 40px 0 66px;
}
.renovation-section:first-of-type {
  padding: 80px 0 100px;
}
.renovation-section--bg {
  background: #f9f7f3;
  padding: 5.7rem 0 6.7rem;
}

.renovation-header {
  display: grid;
  text-align: center;
  gap: 5px;
}

.renovation-header__img {
  width: 80px;
  margin: auto;
}

.renovation-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  color: #ef6d22;
}

.renovation-about {
  display: flex;
  gap: 3.5rem;
  flex-direction: column;
  margin-top: 3.2rem;
}
.renovation-about__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}
.renovation-about__subject {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef6d22;
  line-height: 2;
  margin-top: .5rem;
}
.renovation-about__subject:not(:first-of-type) {
  margin-top: 2rem;
}
.renovation-about__text {
  font-size: 1.4rem;
  line-height: 2;
}
.renovation-about__comment {
  font-size: 1.2rem;
  margin-top: .5rem;
}

.renovation-section__text {
  max-width: 460px;
  margin-inline: auto;
  margin-top: 3rem;
  line-height: 1.87;
}

.renovation-value {
  margin-top: 5rem;
}

.renovation-tab-list {
  margin-top: 3rem;
}
.renovation-tab-list__link {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  background: #737373;
  border: 1px solid #ffffff;
  line-height: 1.5;
  padding: 12px;
}
.renovation-tab-list__num {
  display: block;
  font-size: 1.4rem;
}
.renovation-tab-list__text {
  display: block;
  font-size: .9rem;
}

.renovation-content__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ef6d22;
  line-height: 1.5;
  border-bottom: 1px solid #8b8b8b;
  padding-bottom: 8px;
  margin: 5rem 0 2rem;
}

.renovation-content__text {
  line-height: 1.8;
}

.renovation-model {

}
.renovation-model__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.6rem 0 0;
}

.renovation-model__text {
  line-height: 2;
  font-size: 1.4rem;
  margin: 1.6rem 0 0;
}

.renovation-model__title-ba {
  font-size: 1.6rem;
  font-weight: bold;
}

.renovation-model-supplement,
.renovation-model-ul {
  font-size: 1.2rem;
  line-height: 1.5;
}

.renovation-model-supplement {
  margin-top: 1.5rem;
}

.renovation-model-supplement__item {
  margin-top: 5px;
}

.renovation-model-ul li {
  position: relative;
  padding-left: 1.5rem;
}

.renovation-model-ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.renovation-model__img {
  display: block;
  margin: auto;
}

 .reform-content {
    margin-top: 5.5rem;
  }

.reform-point {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 11px;
  margin-top: 2.4rem;
}

.reform-point + .renovation-model__title {
  margin-top: 1.5rem;
}

.reform-point li {
  display: grid;
  place-content: center;
  width: 57px;
  height: 100%;
  aspect-ratio: 1;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  color: #ef6d22;
  border: 3px solid #ef6d22;
  border-radius: 6px;
}

.renovation-model__comment {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.renovation-model__small {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5px;
}


@media screen and (min-width: 769px) {

/* 全体 */

  .value-container {
    max-width: calc( 1036px + 2.2rem * 2);
  }

/* ヒーローエリア */

  .value-head {
    position: relative;
    height: 330px;
    background: url(/images/value/value_header.jpg)center center /cover no-repeat;
    z-index: 1;
  }

  .value-head__container {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    max-width: 1306px;
    margin: 0 auto;
  }

  .value-head__lead_main {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .value-head__lead_main rt {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }

  .value-head__lead_sub {
    font-size: 1.4rem;
  }

/* コンテンツエリア */

  .value-tab-list {
    grid-template-columns: repeat(5,1fr);
    max-width: 1036px;
    padding-inline: 2.2rem;
    margin: 4.7rem auto 0;
  }

  .value-tab-list--full {
    grid-template-columns: repeat(4,1fr);
  }

  .value-tab-list--reform {
    grid-template-columns: repeat(3,1fr);
  }

  .value-tab-list__label {
    font-size: 1.8rem;
    cursor: pointer;
    transition: .2s ease-out;
  }

  .value-tab-list__label:hover {
    color: #000000;
    background: #d9d9d9;
  }

  .value-content__section {
    padding-block: 6rem;
  }

  .value-content__section--bg {
    background: #f5f5f5;
  }

  .value-col {
    gap: 40px;
    grid-template-columns: 1fr 465px;
    align-items: center;
  }

  .value-content__title {
    font-size: 2.4rem;
  }
  .value-content__title:not(:first-of-type) {
    margin-top: 6rem;
  }
  .value-content__point {
    gap: 12px;
    padding-block: 10.9rem calc(9.3rem - 6rem);
  }
  .value-content__point li {
    width: 87px;
    aspect-ratio: 1;
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem;
  }

  .value-content__img-list {
    margin-top: 3.6rem;
  }

  .value-content-box {
    padding: 4.3rem 4.1rem;
    margin-top: 4rem;
  }

  .value-content-box__title {
    font-size: 1.8rem;
  }

  .value-content-box__col-half {
    gap: 60px;
    grid-template-columns: repeat(2,1fr);
  }

  .value-content-box__ft {
    margin-top: 3rem;
  }

  .value-content__thumb--col {
    grid-template-columns: 1fr 193px;
    gap: 1.7rem;
    align-items: flex-end;
  }

  .article-ft {
    padding-block: calc(8.5rem - 6rem) 11rem;
  }
  .article-ft-btn {
    width: 300px;
    transition: .2s ease-out;
  }
  .article-ft-btn:hover {
    opacity: .7;
  }

  .renovation-section__title-ja,
  .value-link__title-ja {
    font-size: 2.4rem;
  }
  .renovation-section__title-en,
  .value-link__title-en {
    font-size: 2rem;
  }
  .value-link-list {
    grid-template-columns: repeat(2,1fr);
    gap: 4.3rem;
    margin-top: 9rem;
    padding-inline: 11rem;
  }
  .value-link-btn {
    font-size: 2.1rem;
    padding: 1.9rem 8.7rem 1.9rem 3rem;
  }

  .value-link-btn::after {
    width: 38px;
  }
  .value-link-btn:hover {
    opacity: .7;
  }


  /* フルリノベーション */

  .renovation-header {
    gap: 38px;
  }

  .renovation-header__img {
    width: 105px;
  }

  .renovation-section {
    padding: 170px 0 95px;
  }

  .renovation-section:first-of-type {
    padding: 80px 0 120px;
  }
  .renovation-section--bg {
    padding: 130px 0 185px;
  }

  .renovation-title {
    font-size: 2.4rem;
    text-align: center;
  }

  .renovation-about {
    flex-direction: row;
    gap: 78px;
    justify-content: center;
    margin-top: 8rem;
  }

  .renovation-model {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 68px 60px;
  }

  .partial-renovation-model {
    display: grid;
    gap: 0;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }

  .renovation-model__item--wide {
    grid-column: span 2;
  }

  .renovation-model__item--subgrid {
    display: grid;
    grid-template-columns: subgrid;
  }

  .renovation-model__title {
    font-size: 1.8rem;
  }

  .renovation-model__title-ba {
    font-size: 2rem;
  }

  .renovation-model-supplement {
    display: grid;
    justify-content: center;
    max-width: 655px;
    margin: 1.2rem auto 0;
  }

  .renovation-tab-list__link {
    font-size: 1.5rem;
  }

  .renovation-tab-list__num {
    font-size: 2rem;
  }

  .renovation-tab-list__text {
    font-size: 1.3rem;
  }


  .reform-content {
    margin-top: 6rem;
  }

  .reform-point {
    gap: 15px;
    margin-top: 3.8rem;
  }
  .reform-point li {
    width: 87px;
    aspect-ratio: 1;
    font-size: 2rem;
    line-height: 1.5;
  }

  .reform-point + .renovation-model__title {
    margin-top: 2.7rem;
  }

  .renovation-model__comment {
    font-size: 1.4rem;
    margin-top: 1.7rem;
  }
  .renovation-model__small {
    font-size: 1.2rem;
    margin-top: 7px;
  }



  .common-btn-area {
    display: flex;
    gap: 35px;
    justify-content: center;
    padding-bottom: 95px;
  }
}


@media screen and (max-width: 768px) {
  .reform-content {
    display: grid;
    gap: 6.7rem;
  }
  .common-btn-area {
    display: grid;
    justify-content: center;
    gap: 40px;
    padding: 80px 0 98px;
  }
}


.js-renovation-slider .slick-arrow {
  position: absolute;
  text-indent: -9999em;
  display: block;
  margin: 0;
  top: 100px;
  bottom: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  translate: 0 -50%;
  z-index: 1;
  cursor: pointer;
}
.js-renovation-slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.js-renovation-slider .slick-prev {
  right: 100%;
}
.js-renovation-slider .slick-prev::before {
  content: "";
  display: inline-block;
  border-color: #EF6D22;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  transform: rotate(135deg);
  left: 65%;
  translate: -50% -50%;
}
.js-renovation-slider .slick-next {
  left: 100%;
}
.js-renovation-slider .slick-next::before {
  content: "";
  display: inline-block;
  border-color: #EF6D22;
  border-style: solid;
  border-width: 0 2px 2px 0;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  transform: rotate(-45deg);
  right: 65%;
  translate: 50% -50%;
}
