@charset "UTF-8";
.l-section {
  position: relative;
}
.l-section--bg-gray1 {
  background: #F7F7F7;
}
.l-section--bg-beige1 {
  background: #F7F7F1;
}
.l-section--ptn1 {
  padding: 80px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn1 {
    padding: 50px 0;
  }
}
.l-section--ptn2 {
  padding: 53px 0 170px;
}
@media only screen and (max-width: 767px) {
  .l-section--ptn2 {
    padding: 50px 0 100px;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 18px;
  }
}
.l-container--ptn1 {
  width: 1088px;
}
@media only screen and (max-width: 767px) {
  .l-container--ptn1 {
    width: 100%;
  }
}

.l-breadcrumbs {
  padding: 11px 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
}
.l-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  width: 1088px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs__list {
    flex-wrap: nowrap;
    width: auto;
    padding: 0 18px;
  }
}
.l-breadcrumbs__list_item {
  padding: 0;
  position: relative;
  line-height: 1.8333;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .l-breadcrumbs__list_item {
    white-space: nowrap;
  }
}
.l-breadcrumbs__list_item + .l-breadcrumbs__list_item {
  margin: 0 0 0 22px;
  padding-left: 18px;
}
.l-breadcrumbs__list_item + .l-breadcrumbs__list_item::before {
  content: "";
  width: 4px;
  height: 7px;
  background: url(../img/common/icon_arrow_02.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-breadcrumbs__list_link {
  text-decoration: none;
  color: #333333;
}

.l-subheader__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-subheader__container {
    height: 70px;
  }
}
.l-subheader__title {
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .l-subheader__title {
    line-height: 2;
    font-size: 18px;
  }
}

.l-pageheader {
  background: 50% 50% no-repeat;
  background-size: cover;
}
.l-pageheader__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .l-pageheader__container {
    display: block;
    padding-top: 34px;
    box-sizing: border-box;
  }
}
.l-pageheader__lead {
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-pageheader__lead {
    line-height: 1.33333;
    letter-spacing: 0.046em;
    font-size: 18px;
  }
}
.l-pageheader__lead_sub {
  display: inline-block;
  margin: 0 0 9px;
  letter-spacing: 0.02em;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .l-pageheader__lead_sub {
    margin-bottom: 12px;
    letter-spacing: 0;
    font-size: 16px;
  }
}

.p-404 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .p-404 {
    margin-bottom: 60px;
  }
}
.p-404__img {
  width: 200px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .p-404__img {
    width: 153.31px;
    margin-bottom: 42.5px;
  }
}
.p-404__cont {
  margin: 0 auto;
  text-align: center;
}
.p-404__title {
  margin: 0 auto 25px;
  line-height: 1.3571428;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-404__title {
    margin-bottom: 22px;
    line-height: 1.4;
    font-size: 20px;
  }
}
.p-404__lead {
  margin: 0 auto;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-404__lead {
    line-height: 1.38461538;
    font-size: 13px;
  }
}
.p-404__btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin: 38px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-404__btns {
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    margin-top: 29px;
  }
}

.p-about__pageheader {
  background-image: url(../img/about/mv_about.png);
}
@media only screen and (max-width: 767px) {
  .p-about__pageheader {
    background-image: url(../img/about/mv_about_sp.png);
  }
}
.p-about-about {
  padding: 70px 0 40px;
  box-sizing: border-box;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-about-about {
    padding: 53px 0;
  }
}
.p-about-about__lead {
  margin: 0 auto 10px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-about-about__lead {
    margin-bottom: 28px;
  }
}
.p-about-about__lead_strong {
  font-weight: 700;
}
.p-about-about__data {
  line-height: 1.6666;
  letter-spacing: 0.01em;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.p-about-feature {
  text-align: center;
}
.p-about-feature__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-about-feature__grid {
    grid-template-columns: 100%;
    row-gap: 46px;
  }
}
.p-about-feature__grid_item {
  display: flex;
  flex-direction: column;
  row-gap: 31px;
}
@media only screen and (max-width: 767px) {
  .p-about-feature__grid_item {
    row-gap: 18px;
  }
}
.p-about-feature__grid_head {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
}
.p-about-feature__grid_head:hover {
  opacity: 0.7;
}
.p-about-feature__grid_img {
  width: 43.75%;
}
.p-about-feature__grid_img img {
  width: 100%;
  vertical-align: middle;
}
.p-about-feature__grid_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56.25%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  line-height: 1.375;
  letter-spacing: 0.02em;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.p-about-feature__grid_body {
  line-height: 1.875;
  letter-spacing: 0.01em;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.p-about-efforts {
  text-align: center;
}

.p-about-package {
  text-align: center;
}
.p-about-package__table svg {
  width: 100%;
  height: auto;
}
.p-about-package__btn {
  transition: 0.3s;
}
.p-about-package__btn:hover {
  opacity: 0.7;
}

.p-about-information {
  text-align: center;
}
.p-about-information__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .p-about-information__btns {
    grid-template-columns: 100%;
    row-gap: 25px;
    width: 79.7333%;
    margin: 0 auto;
  }
}

.p-about-gallery {
  text-align: center;
}
.p-about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 59px;
       column-gap: 59px;
  row-gap: 54px;
}
@media only screen and (max-width: 767px) {
  .p-about-gallery__grid {
    grid-template-columns: 100%;
    width: calc(100% + 36px);
    margin: 0 -18px;
  }
}
.p-about-gallery__grid_item figure {
  width: 100%;
}
.p-about-gallery__grid_item iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-about-gallery__grid_caption {
  display: block;
  margin: 20px 0 0;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-about-gallery__grid_caption {
    padding: 0 36px;
    box-sizing: border-box;
  }
}

.p-chiikimicchaku__pageheader {
  background-image: url(../img/chiikimicchaku/mv_chiikimicchaku.png);
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku__pageheader {
    background-image: url(../img/chiikimicchaku/mv_chiikimicchaku_sp.png);
  }
}

.p-chiikimicchaku-merit {
  text-align: center;
}
.p-chiikimicchaku-merit__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-merit__grid {
    grid-template-columns: 100%;
    row-gap: 55px;
  }
}
.p-chiikimicchaku-merit__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-merit__item {
    display: grid;
    grid-template-columns: 110px 1fr;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.p-chiikimicchaku-merit__item_img {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-merit__item_img {
    width: 110px;
    align-self: start;
  }
}
.p-chiikimicchaku-merit__item_cont {
  padding: 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-merit__item_cont {
    padding: 0;
    text-align: left;
  }
}
.p-chiikimicchaku-merit__item_title {
  margin: 0 auto 21px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 700;
  color: #EF6D22;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-merit__item_title {
    margin-bottom: 11px;
  }
}
.p-chiikimicchaku-merit__item_caption {
  line-height: 1.875;
  letter-spacing: 0.01em;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.p-chiikimicchaku-activity {
  text-align: center;
}
.p-chiikimicchaku-activity__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-chiikimicchaku-activity__grid {
    grid-template-columns: 100%;
    row-gap: 48px;
  }
}
.p-chiikimicchaku-activity__item_cont {
  padding: 15px 0 0;
  text-align: left;
}
.p-chiikimicchaku-activity__item_title {
  margin: 0 0 8px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.p-chiikimicchaku-activity__item_caption {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}

.p-kokochi-renovation__pageheader {
  background-image: url(../img/kokochi/mv_kokochi.png);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation__pageheader {
    background-image: url(../img/kokochi/mv_kokochi_sp.png);
  }
}
.p-kokochi-renovation__pageheader_container {
  display: grid;
  grid-template-columns: 140px 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation__pageheader_container {
    grid-template-columns: 100%;
    row-gap: 12px;
  }
}
.p-kokochi-renovation__pageheader_logo {
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation__pageheader_logo {
    width: 110px;
  }
}

.p-kokochi-renovation-improvment {
  text-align: center;
}
.p-kokochi-renovation-improvment__grid {
  display: grid;
  grid-template-columns: 517px 1fr;
  -moz-column-gap: 64px;
       column-gap: 64px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__grid {
    grid-template-columns: 100%;
    row-gap: 40px;
    margin-bottom: 50px;
  }
}
.p-kokochi-renovation-improvment__grid_table picture,
.p-kokochi-renovation-improvment__grid_table img,
.p-kokochi-renovation-improvment__grid_table svg {
  width: 100%;
  height: auto;
}
.p-kokochi-renovation-improvment__grid_cont {
  text-align: left;
}
.p-kokochi-renovation-improvment__grid_text {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.p-kokochi-renovation-improvment__grid_mov {
  width: 260px;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__grid_mov {
    width: 281px;
    margin: 40px auto 0;
  }
}
.p-kokochi-renovation-improvment__grid_caption {
  margin: 11.8px 0 0;
  line-height: 1.571428;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__grid_caption {
    margin-top: 16.5px;
  }
}
.p-kokochi-renovation-improvment__btn {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  overflow: hidden;
  background: #FFF;
}
.p-kokochi-renovation-improvment__vr {
  display: flex;
}
.p-kokochi-renovation-improvment__vr_img {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__vr_img {
    width: 130px;
  }
}
.p-kokochi-renovation-improvment__vr_title {
  align-self: center;
  width: calc(100% - 240px);
  padding: 0 0 0 39px;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s;
  line-height: 1.363636;
  letter-spacing: 0.046em;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #EF6D22;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__vr_title {
    width: calc(100% - 130px);
    padding-left: 18px;
    line-height: 1.333;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
}
.p-kokochi-renovation-improvment__vr_title:hover {
  opacity: 0.7;
}
.p-kokochi-renovation-improvment__vr_title::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__vr_title::after {
    width: 7.58px;
    height: 11.56px;
    right: 20.3px;
  }
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__vr_sub {
    display: block;
    font-size: 13px;
  }
}
.p-kokochi-renovation-improvment__examples {
  margin: 80px auto 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples {
    width: calc(100% + 36px);
    margin: 59px -18px 0;
  }
}
.p-kokochi-renovation-improvment__examples_tabs {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 0 38px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4px;
         column-gap: 4px;
    padding: 0 11px;
  }
}
.p-kokochi-renovation-improvment__examples_tabs-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 320px;
  height: 40px;
  padding: 0 20px;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #808080, #666666);
  line-height: 2.14285714;
  letter-spacing: 0.01em;
  font-size: 14px;
  font-weight: 500;
  color: #E4E4E4;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_tabs-item {
    width: auto;
    height: 70px;
    padding: 0 5px 0 12px;
    line-height: 1.6666;
    letter-spacing: 0;
    font-size: 12px;
  }
}
.p-kokochi-renovation-improvment__examples_tabs-item.js-tabs-current {
  height: 50px;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_tabs-item.js-tabs-current {
    height: 70px;
    font-size: 12px;
  }
}
.p-kokochi-renovation-improvment__examples_body {
  padding: 39px 38px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_body {
    padding: 52px 18px 0;
  }
}
.p-kokochi-renovation-improvment__examples_head {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin: 0 auto 16px;
  padding: 19px 23px;
  border-radius: 6px;
  box-sizing: border-box;
  background: #F7F7F7;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_head {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 3px;
    padding: 15px;
  }
}
.p-kokochi-renovation-improvment__examples_thumbs {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_thumbs {
    flex-direction: column;
    row-gap: 10px;
  }
}
.p-kokochi-renovation-improvment__examples_thumbs-item {
  width: 86px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_thumbs-item {
    width: 70px;
  }
}
.p-kokochi-renovation-improvment__examples_left {
  flex-grow: 0;
}
.p-kokochi-renovation-improvment__examples_right {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_right {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 11px;
  }
}
.p-kokochi-renovation-improvment__examples_sign {
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_sign {
    line-height: 1.6666;
    font-size: 12px;
  }
}
.p-kokochi-renovation-improvment__examples_title {
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_title {
    font-size: 13px;
  }
}
.p-kokochi-renovation-improvment__examples_data {
  margin: 0;
  padding: 0;
}
.p-kokochi-renovation-improvment__examples_data-title {
  margin-bottom: 6px;
  line-height: 1.69;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_data-title {
    margin-bottom: 5px;
  }
}
.p-kokochi-renovation-improvment__examples_data-cont {
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 500;
}
.p-kokochi-renovation-improvment__examples_pages-item {
  display: none;
  opacity: 0;
  transition: 0.6s linear 0.3s opacity;
}
.p-kokochi-renovation-improvment__examples_pages-item.js-pages-show {
  display: block;
  opacity: 1;
}
.p-kokochi-renovation-improvment__examples_slider {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}
.p-kokochi-renovation-improvment__examples_slider .slick-slide {
  height: auto;
  position: relative;
}
.p-kokochi-renovation-improvment__examples_slider .slick-slide picture,
.p-kokochi-renovation-improvment__examples_slider .slick-slide img,
.p-kokochi-renovation-improvment__examples_slider .slick-slide svg {
  width: 100%;
  height: auto;
}
.p-kokochi-renovation-improvment__examples_slider .slick-arrow {
  width: 33px;
  height: 44px;
  border: 0;
  box-sizing: border-box;
  background: url(../img/kokochi/example_slider_arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.p-kokochi-renovation-improvment__examples_slider .slick-prev {
  right: calc(100% + 1px);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider .slick-prev {
    left: 0;
    right: auto;
  }
}
.p-kokochi-renovation-improvment__examples_slider .slick-next {
  left: calc(100% + 1px);
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider .slick-next {
    left: auto;
    right: 0;
  }
}
.p-kokochi-renovation-improvment__examples_slider-btns {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-kokochi-renovation-improvment__examples_slider-wrap {
  display: grid;
  grid-template-columns: 1fr 580px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-kokochi-renovation-improvment__examples_slider-cont {
  padding: 36px 0 0 35px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider-cont {
    width: 100%;
    padding: 20px 32px;
  }
}
.p-kokochi-renovation-improvment__examples_slider-title {
  margin: 0 0 20px;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider-title {
    margin-bottom: 10px;
    padding-left: 1.4em;
    line-height: 2.14285;
    font-size: 14px;
  }
}
.p-kokochi-renovation-improvment__examples_slider-title::before {
  position: absolute;
  top: 0;
  left: -1.4em;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider-title::before {
    left: 0;
  }
}
.p-kokochi-renovation-improvment__examples_slider-title-01::before {
  content: "1 |";
}
.p-kokochi-renovation-improvment__examples_slider-title-02::before {
  content: "2 |";
}
.p-kokochi-renovation-improvment__examples_slider-title-03::before {
  content: "3 |";
}
.p-kokochi-renovation-improvment__examples_slider-title-04::before {
  content: "4 |";
}
.p-kokochi-renovation-improvment__examples_slider-title-05::before {
  content: "5 |";
}
.p-kokochi-renovation-improvment__examples_slider-desc {
  line-height: 1.85714;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-improvment__examples_slider-desc {
    font-size: 12px;
  }
}

.p-kokochi-renovation-point {
  text-align: center;
}
.p-kokochi-renovation-point__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding: 45px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-point__grid {
    grid-template-columns: 100%;
    row-gap: 76px;
  }
}
.p-kokochi-renovation-point__grid_item {
  padding: 80px 16px 40px;
  border: 4px solid #E4E4E4;
  border-radius: 20px;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
.p-kokochi-renovation-point__grid_num {
  width: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.p-kokochi-renovation-point__grid_title {
  margin: 0 auto 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
  color: #EF6D22;
}
.p-kokochi-renovation-point__grid_caption {
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 500;
}

.p-kokochi-renovation-safety {
  text-align: center;
}
.p-kokochi-renovation-safety__block {
  margin: 0;
  padding: 0;
}
.p-kokochi-renovation-safety__block + .p-kokochi-renovation-safety__block {
  margin-top: 50px;
}
.p-kokochi-renovation-safety__block-01 .p-kokochi-renovation-safety__block_title {
  background: #D9F4F3;
  color: #009A8D;
}
.p-kokochi-renovation-safety__block-01 .p-kokochi-renovation-safety__item_title {
  color: #009A8D;
}
.p-kokochi-renovation-safety__block-02 .p-kokochi-renovation-safety__block_title {
  background: #FDE9D3;
  color: #EF6D22;
}
.p-kokochi-renovation-safety__block-02 .p-kokochi-renovation-safety__item_title {
  color: #EF6D22;
}
.p-kokochi-renovation-safety__block_title {
  padding: 8px 0 9px;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1.375;
  letter-spacing: 0.046em;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-safety__block_title {
    line-height: 1.875;
    letter-spacing: 0.01em;
    font-size: 16px;
  }
}
.p-kokochi-renovation-safety__block_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
  padding: 35px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-safety__block_cont {
    grid-template-columns: 100%;
  }
}
.p-kokochi-renovation-safety__item {
  display: grid;
  grid-template-columns: 1fr 322px;
  padding: 36px 34px 23px 20px;
  border-radius: 12px;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-safety__item {
    grid-template-columns: 1fr 205px;
    padding: 36px 28px 30px 15px;
  }
}
.p-kokochi-renovation-safety__item_img img {
  margin: 0 auto;
}
.p-kokochi-renovation-safety__item_cont {
  text-align: left;
}
.p-kokochi-renovation-safety__item_title {
  margin: 0 0 14px;
  line-height: 1.7777;
  font-size: 18px;
  font-weight: 500;
}
.p-kokochi-renovation-safety__item_caption {
  line-height: 2;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
}
.p-kokochi-renovation-safety__btn {
  margin: 45px auto 0;
}
.p-kokochi-renovation-safety__btn .c-btn--2022 {
  margin: 0 auto;
}

.p-kokochi-renovation-search__btn_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  height: 120px;
  margin: 0 auto;
  padding: 0 48px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  font-feature-settings: "palt";
  text-align: left;
  color: #EF6D22;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-search__btn_link {
    height: 122px;
  }
}
.p-kokochi-renovation-search__btn_link::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-search__btn_link::after {
    width: 7.58px;
    height: 11.56px;
    right: 20.3px;
  }
}
.p-kokochi-renovation-search__btn_icon {
  display: block;
  padding-left: 84px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.363636;
  letter-spacing: 0.046em;
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-search__btn_icon {
    padding-left: 57.73px;
    line-height: 1.333333;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
}
.p-kokochi-renovation-search__btn_icon::before {
  content: "";
  width: 47px;
  height: 48.22px;
  background: url(../img/kokochi/icon_pin.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-search__btn_icon::before {
    width: 37.43px;
    height: 38.41px;
  }
}
.p-kokochi-renovation-search__btn_sub {
  display: inline-block;
  line-height: 1.3333;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-search__btn_sub {
    font-size: 11px;
  }
}

.p-kokochi-renovation-step {
  text-align: center;
}
.p-kokochi-renovation-step__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__grid {
    grid-template-columns: 100%;
    row-gap: 8px;
  }
}
.p-kokochi-renovation-step__item {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__item {
    display: grid;
    grid-template-columns: 90px 1fr;
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 18px;
  }
}
.p-kokochi-renovation-step__sign {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 81px;
  box-sizing: border-box;
  background: #FDE9D3;
  position: relative;
  filter: drop-shadow(0 0 1px #EF6D22);
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 700;
  color: #EF6D22;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__sign {
    grid-column: 1/2;
    grid-row: 1/3;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 20px 8px;
    text-align: left;
  }
}
.p-kokochi-renovation-step__sign-arrow {
  width: calc(100% - 25px);
  margin: 0;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__sign-arrow {
    width: 100%;
    height: calc(100% - 37px);
    padding-left: 8px;
  }
}
.p-kokochi-renovation-step__sign-arrow::after {
  content: "";
  border-top: 40.5px solid transparent;
  border-left: 25px solid #FDE9D3;
  border-right: 0;
  border-bottom: 40.5px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__sign-arrow::after {
    border-top: 37px solid #FDE9D3;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
    border-bottom: 0;
    top: auto;
    left: 50%;
    bottom: -37px;
    transform: translateX(-50%);
  }
}
.p-kokochi-renovation-step__box {
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-step__box:nth-child(1) {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-kokochi-renovation-step__box:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.p-kokochi-renovation-step__box_title {
  display: flex;
  margin: 0 0 3px;
  line-height: 1.5555;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.p-kokochi-renovation-step__box_num {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  color: #EF6D22;
}
.p-kokochi-renovation-step__box_cont {
  line-height: 1.571428;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

.p-kokochi-renovation-package {
  text-align: center;
}
.p-kokochi-renovation-package__table svg {
  width: 100%;
  height: auto;
}

.p-kokochi-renovation-target {
  text-align: center;
}
.p-kokochi-renovation-target__lead {
  margin: 0 auto 48px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-target__lead {
    margin-bottom: 29px;
    line-height: 1.875;
    font-size: 16px;
  }
}
.p-kokochi-renovation-target__flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  margin: 0 auto 57px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-target__flex {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
}
.p-kokochi-renovation-target__flex_item {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-target__flex_item {
    width: 174px;
  }
}
.p-kokochi-renovation-target__copy {
  margin: 0 auto;
  line-height: 1.8;
  letter-spacing: 0.046em;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-target__copy {
    line-height: 1.35714;
    font-size: 14px;
  }
}
.p-kokochi-renovation-target__logo {
  width: 323.15px;
  margin: 46px auto 0;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-renovation-target__logo {
    width: 158.13px;
    margin-top: 124.6px;
  }
}
.p-kokochi-renovation-target__logo img {
  width: 100%;
}

.p-kokochi-light__pageheader {
  background-image: url(../img/kokochi-light/mv_kokochi-light.png);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-light__pageheader {
    background-image: url(../img/kokochi-light/mv_kokochi-light_sp.png);
  }
}

.p-kokochi-light-plan {
  text-align: center;
}
.p-kokochi-light-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .p-kokochi-light-plan__grid {
    grid-template-columns: 100%;
  }
}
.p-kokochi-light-plan__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 38.7px 28px 42.3px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-light-plan__item {
    padding: 0 23px 56.5px;
  }
}
.p-kokochi-light-plan__item + .p-kokochi-light-plan__item {
  border-left: 1px solid #E4E4E4;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-light-plan__item + .p-kokochi-light-plan__item {
    padding-top: 45px;
    border-top: 1px solid #E4E4E4;
    border-left: 0;
  }
}
.p-kokochi-light-plan__item_title {
  margin: 0 auto 17px;
  line-height: 1.363636;
  letter-spacing: 0.02em;
  font-size: 22px;
  font-weight: 700;
}
.p-kokochi-light-plan__list {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.875;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.p-kokochi-light-plan__list_item {
  padding-left: 31px;
  box-sizing: border-box;
  position: relative;
}
.p-kokochi-light-plan__list_item::before {
  content: "";
  width: 16px;
  height: 16px;
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.p-kokochi-light-plan__list-01 .p-kokochi-light-plan__list_item::before {
  border-color: #EF6D22;
}
.p-kokochi-light-plan__list-02 .p-kokochi-light-plan__list_item::before {
  border-color: #DCA541;
}
.p-kokochi-light-plan__list-03 .p-kokochi-light-plan__list_item::before {
  border-color: #C4B839;
}
.p-kokochi-light-plan__btn {
  margin: 32px auto 0;
}
.p-kokochi-light-plan__btn .c-btn--2022 {
  margin: 0 auto;
}

.p-kokochi-light-search {
  text-align: center;
}
.p-kokochi-light-search__lead {
  margin: 0 auto 36px;
  line-height: 1.5714285;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-kokochi-light-search__lead {
    margin-bottom: 23px;
    line-height: 1.875;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
}

.p-sagasu__pageheader {
  background-image: url(../img/sagasu/mv_sagasu.png);
}
@media only screen and (max-width: 767px) {
  .p-sagasu__pageheader {
    background-image: url(../img/sagasu/mv_sagasu_sp.png);
  }
}

.p-sagasu-step {
  text-align: center;
}
.p-sagasu-step__lead {
  margin: 0 auto 34px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-sagasu-step__lead {
    margin-bottom: 39.1px;
  }
}

.p-sagasu-merit {
  text-align: center;
}
.p-sagasu-merit__img picture,
.p-sagasu-merit__img img,
.p-sagasu-merit__img svg {
  width: 100%;
  height: auto;
}

.p-whole__pageheader {
  background-image: url(../img/whole/mv_whole.png);
}
@media only screen and (max-width: 767px) {
  .p-whole__pageheader {
    background-image: url(../img/whole/mv_whole_sp.png);
  }
}

.p-whole-refurbishment {
  text-align: center;
}
.p-whole-refurbishment__block {
  display: grid;
  grid-template-columns: 1fr 393px;
  -moz-column-gap: 57px;
       column-gap: 57px;
  row-gap: 32px;
  margin: 0;
  padding-top: 31px;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__block {
    grid-template-columns: 100%;
  }
}
.p-whole-refurbishment__block + .p-whole-refurbishment__block {
  margin-top: 39px;
}
.p-whole-refurbishment__title {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #009A8D;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    margin-bottom: 15px;
  }
}
.p-whole-refurbishment__title_tag {
  display: inline-block;
  padding: 10px 20px 11px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #D9F4F3;
  line-height: 1;
  font-size: 24px;
}
.p-whole-refurbishment__img {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__img {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.p-whole-refurbishment__cont {
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: left;
}
.p-whole-refurbishment__caption {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.p-whole-refurbishment__caption + .p-whole-refurbishment__caption {
  margin-top: 2.2em;
}
.p-whole-refurbishment__guarantee {
  display: grid;
  grid-template-columns: 130px 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 32px;
  border: 2px solid #D7D2CB;
  padding: 21px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__guarantee {
    grid-template-columns: 100px 1fr;
    -moz-column-gap: 12.3px;
         column-gap: 12.3px;
    margin-top: 9px;
  }
}
.p-whole-refurbishment__guarantee_title {
  margin: 0 0 19px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 700;
  color: #837B6F;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__guarantee_title {
    margin-bottom: 15px;
    line-height: 1.571428;
    font-size: 14px;
  }
}
.p-whole-refurbishment__guarantee_text {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__guarantee_text {
    line-height: 1.571428;
    font-size: 14px;
  }
}
.p-whole-refurbishment__guarantee_att {
  margin-top: 15px;
  line-height: 1.571428;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-whole-refurbishment__guarantee_att {
    line-height: 1.8333;
    margin-top: 20px;
    font-size: 12px;
  }
}

.p-whole-reform {
  text-align: center;
}
.p-whole-reform__lead {
  margin: 0 auto 80px;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__lead {
    margin-bottom: 57.2px;
  }
}
.p-whole-reform__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__block {
    grid-template-columns: 100%;
    row-gap: 29.3px;
  }
}
.p-whole-reform__block + .p-whole-reform__block {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__block + .p-whole-reform__block {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__block_img {
    padding: 0 18px;
    box-sizing: border-box;
  }
}
.p-whole-reform__block_cont {
  text-align: left;
}
.p-whole-reform__block_title {
  margin: 0 0 12px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-size: 24px;
  font-weight: 500;
  color: #009A8D;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__block_title {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
  }
}
.p-whole-reform__box {
  margin: 0;
}
.p-whole-reform__box_title {
  margin: 0 0 28px;
  line-height: 1.3333;
  letter-spacing: 0.046em;
  font-size: 18px;
  font-weight: 700;
  color: #009A8D;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__box_title {
    line-height: 1.75;
    letter-spacing: 0.02em;
    font-size: 16px;
  }
}
.p-whole-reform__box_cont {
  padding: 0;
}
.p-whole-reform__box_att {
  margin: 27px 0 0;
  line-height: 1.571428;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.p-whole-reform__list {
  padding-left: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__list {
    padding-left: 63px;
  }
}
.p-whole-reform__list::before {
  content: "特長";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-sizing: border-box;
  background: #009A8D;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-whole-reform__list::before {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}
.p-whole-reform__list_item {
  padding-left: 1em;
  box-sizing: border-box;
  position: relative;
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.p-whole-reform__list_item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.p-whole-search__btn-pdf::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 19px;
  margin-left: 20px;
  background: url(../img/common/icon_pdf.svg) 50% 50% no-repeat;
  background-size: 100%;
}

.p-quality__pageheader {
  background-image: url(../img/quality/mv_quality.png);
}
@media only screen and (max-width: 767px) {
  .p-quality__pageheader {
    background-image: url(../img/quality/mv_quality_sp.png);
  }
}

.p-quality-lead {
  text-align: center;
}
.p-quality-lead__text {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
}

.p-quality-performance {
  text-align: center;
}
.p-quality-performance__grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  -moz-column-gap: 26px;
       column-gap: 26px;
  margin: 0 auto 87px;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__grid {
    grid-template-columns: 100%;
    row-gap: 20px;
    margin-bottom: 45px;
  }
}
.p-quality-performance__grid-02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 50px;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__grid-02 {
    grid-template-columns: 100%;
    row-gap: 45px;
  }
}
.p-quality-performance__block {
  margin: 0;
}
.p-quality-performance__block-01 .p-quality-performance__block_title {
  background: #D9F4F3;
  color: #009A8D;
}
.p-quality-performance__block-01 .p-quality-performance__item::after {
  border-top-color: #009A8D;
}
.p-quality-performance__block-02 .p-quality-performance__block_title {
  background: #FDE9D3;
  color: #EF6D22;
}
.p-quality-performance__block-02 .p-quality-performance__item::after {
  border-top-color: #EF6D22;
}
.p-quality-performance__block_title {
  margin: 0 auto 25px;
  padding: 8px 0 9px;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1.3333;
  letter-spacing: 0.046em;
  font-size: 18px;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__block_title {
    margin-bottom: 15px;
    letter-spacing: 0.01em;
    font-size: 16px;
  }
}
.p-quality-performance__block_cont {
  display: grid;
  -moz-column-gap: 26px;
       column-gap: 26px;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__block_cont {
    display: flex;
    justify-content: center;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-quality-performance__block_cont-col4 {
  grid-template-columns: repeat(4, 1fr);
}
.p-quality-performance__block_cont-col2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-quality-performance__item {
  display: grid;
  grid-template-columns: 30% 1fr;
  padding: 20px 0 38px 20px;
  border: 1px solid #E4E4E4;
  border-radius: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  text-decoration: none;
  transition: 0.3s opacity;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(25% - 1.6666666667px);
    padding: 9px 0 25px;
  }
}
.p-quality-performance__item::after {
  content: "";
  border-top: 12px solid;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__item::after {
    border-top-width: 6px;
    border-left-width: 4px;
    border-right-width: 4px;
  }
}
.p-quality-performance__item:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__item_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 24px;
    margin-bottom: 5px;
  }
}
.p-quality-performance__item_icon img {
  margin: 0 auto;
}
.p-quality-performance__item_caption {
  align-self: center;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__item_caption {
    font-size: 13px;
  }
}
.p-quality-performance__wrap + .p-quality-performance__wrap {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__wrap + .p-quality-performance__wrap {
    margin-top: 60px;
  }
}
.p-quality-performance__wrap_title {
  margin: 0 auto 50px;
  line-height: 1.35714;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__wrap_title {
    margin-bottom: 35px;
    letter-spacing: 0.02em;
    font-size: 19px;
  }
}
.p-quality-performance__wrap_title-01 {
  color: #009A8D;
}
.p-quality-performance__wrap_title-02 {
  color: #EF6D22;
}
.p-quality-performance__wrap_att {
  margin: 8px 0 0 auto;
  line-height: 1.571428;
  letter-spacing: 0.02em;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__wrap_att {
    margin-top: 20px;
  }
}
.p-quality-performance__box {
  display: grid;
  grid-template-columns: 148px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__box {
    grid-template-columns: 90px 1fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.p-quality-performance__box_cont {
  text-align: left;
}
.p-quality-performance__box_title {
  margin: 0 0 8px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.p-quality-performance__box_caption {
  line-height: 1.875;
  letter-spacing: 0.01em;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.p-quality-performance__box_btn {
  margin: 18px 0 0;
}
@media only screen and (max-width: 767px) {
  .p-quality-performance__box_btn {
    margin-top: 23px;
  }
}

.p-quality-package {
  text-align: center;
}
.p-quality-package__table svg {
  width: 100%;
  height: auto;
}

.c-btn--2022 {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s opacity;
}
.c-btn--2022:hover {
  opacity: 0.7;
}
.c-btn--2022-ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 44px;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.33333;
  letter-spacing: 0.046em;
  font-size: 15px;
  font-weight: 700;
  color: #EF6D22;
}
.c-btn--2022-ptn1:visited, .c-btn--2022-ptn1:hover, .c-btn--2022-ptn1:link, .c-btn--2022-ptn1:focus {
  color: #EF6D22;
}
.c-btn--2022-ptn1::before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}
.c-btn--2022-ptn2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 67px;
  padding: 0 26px;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  background: #FFF;
  position: relative;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.c-btn--2022-ptn2:visited, .c-btn--2022-ptn2:hover, .c-btn--2022-ptn2:link, .c-btn--2022-ptn2:focus {
  color: #333333;
}
.c-btn--2022-ptn2::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) scale(-1, 1);
}
.c-btn--2022-ptn3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  height: 56px;
  padding: 0 30px;
  border-radius: 100px;
  box-sizing: border-box;
  background: #EF6D22;
  position: relative;
  line-height: 1.35714;
  letter-spacing: 0.046em;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
}
.c-btn--2022-ptn3::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_03.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.c-btn--2022-ptn3:visited, .c-btn--2022-ptn3:hover, .c-btn--2022-ptn3:link, .c-btn--2022-ptn3:focus {
  color: #FFF;
}
.c-btn--2022-ptn4 {
  display: inline-block;
  padding-right: 24px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.375;
  letter-spacing: 0.046em;
  font-size: 16px;
  font-weight: 700;
  color: #EF6D22;
}
.c-btn--2022-ptn4:visited, .c-btn--2022-ptn4:hover, .c-btn--2022-ptn4:link, .c-btn--2022-ptn4:focus {
  color: #EF6D22;
}
.c-btn--2022-ptn4::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.c-btn--2022-ptn5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  height: 56px;
  padding: 0 30px;
  border: #E4E4E4;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  position: relative;
  line-height: 1.35714;
  letter-spacing: 0.046em;
  font-size: 14px;
  font-weight: 700;
  color: #EF6D22;
}
.c-btn--2022-ptn5:visited, .c-btn--2022-ptn5:hover, .c-btn--2022-ptn5:link, .c-btn--2022-ptn5:focus {
  color: #EF6D22;
}
.c-btn--2022-ptn5::after {
  content: "";
  width: 9px;
  height: 14px;
  background: url(../img/common/icon_arrow_01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) scale(-1, 1);
}
.c-btn--2022-pdf {
  display: inline-block;
  position: relative;
}
.c-btn--2022-pdf::after {
  content: "";
  width: 39px;
  height: 19px;
  background: url(../img/common/icon_pdf.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: calc(100% + 19px);
  transform: translateY(-50%);
}

.c-title--ptn1 {
  margin: 0 auto 35px;
  line-height: 1.35714;
  letter-spacing: 0.01em;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .c-title--ptn1 {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 20px;
  }
}

.c-text__color_orange1 {
  color: #EF6D22;
}
.c-text__color_orange3 {
  color: #DCA541;
}
.c-text__color_yellow1 {
  color: #C4B839;
}

.c-modal__btn {
  cursor: pointer;
}
.c-modal__wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(112, 112, 112, 0.9);
  position: absolute;
  top: 0;
  left: 0;
}
.c-modal__box {
  max-width: 800px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal__item {
  aspect-ratio: 16/9;
}
.c-modal__item video,
.c-modal__item iframe {
  width: 100%;
  height: 100%;
}
.c-modal__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 44px;
  margin: 45px auto 0;
  border: 1px solid #FFF;
  border-radius: 100px;
  box-sizing: border-box;
  background: none;
  outline: none;
  line-height: 1.35714;
  letter-spacing: 0.046em;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  cursor: pointer;
}
/*# sourceMappingURL=maps/add2022.css.map */

.about-safety-detail-btn a,
.about-safety-detail-btn a:active,
.about-safety-detail-btn a:visited,
.about-safety-detail-btn a:hover,
.about-safety-detail-btn a:link,
.about-safety-detail-btn a:focus{
	color: #e65428;
}

.quality-sub-cont-detail-btn a,
.quality-sub-cont-detail-btn a:active,
.quality-sub-cont-detail-btn a:visited,
.quality-sub-cont-detail-btn a:hover,
.quality-sub-cont-detail-btn a:link,
.quality-sub-cont-detail-btn a:focus{
	color: #e65428;
}

.p-kokochi-renovation-search__btn_icon a,
.p-kokochi-renovation-search__btn_icon a:active,
.p-kokochi-renovation-search__btn_icon a:visited,
.p-kokochi-renovation-search__btn_icon a:hover,
.p-kokochi-renovation-search__btn_icon a:link,
.p-kokochi-renovation-search__btn_icon a:focus{
	color: #EF6D22;
}

.insulation .p-kokochi-renovation-improvment__btn{
  margin: 100px auto 0;
}

.c-cont-wrap.quality-sub-wrap.insulation,
.c-cont-wrap.quality-sub-wrap.insulation .c-cnt-inner.insulation-img1,
.c-cont-wrap.quality-sub-wrap.earthquake-resistant {
    margin: 0px auto 0;
}

.c-cont-wrap.quality-sub-wrap.insulation .quality-sub-lead.is-center.is-lead-mt,
.c-cont-wrap.quality-sub-wrap.earthquake-resistant .quality-sub-lead.is-center.is-lead-mt {
    margin: 0;
}