@charset "UTF-8";

/*
===================================================
 リフォームセクション01のCSS
===================================================
*/
.reform-sec01 {
  overflow: hidden;
  background: #eaf6f8;
  color: #30343c;
  width: 100vw;
	margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.reform-sec01__wrap {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 500px;
}

.reform-sec01__text {
  position: relative;
  z-index: 2;
  padding: 110px 8% 80px 13%;
  box-sizing: border-box;
}

.reform-sec01__num {
  position: absolute;
  top: 75px;
  left: 15%;
  color: #bfe1e8;
  font-size: 6em;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
}

.reform-sec01__num::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 80px;
  margin-right: 20px;
  background: #9fd0da;
  transform: skewX(-18deg);
  vertical-align: top;
	margin-top: -5px;
}

.reform-sec01__text h2 {
  position: relative;
  z-index: 2;
  margin: -15px 0 58px 50px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.reform-sec01__text p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1em;
  line-height: 2.3;
  letter-spacing: 0.05em;
}

.reform-sec01__img {
  position: relative;
  margin: -2px;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);

}

.reform-sec01__img::before {
  content: "";
  position: absolute;
  left: 15.5%;
  top: 0;
  width: 8px;
  height: 100%;
  background: #fff;
  transform: skewX(-15deg);
  transform-origin: top;
  z-index: 2;
}

.reform-sec01__img img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}
@media (max-width: 640px) {
  .reform-sec01__wrap {
    display: block;
  }

  .reform-sec01__text {
    position: relative;
    padding: 56px 6% 20px;
    z-index: 2;
  }

  .reform-sec01__img {
    position: relative;
    margin: 0;
    overflow: hidden;
    clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
  }

  .reform-sec01__img::before {
    display: none;
  }

  .reform-sec01__img img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
  }
 .reform-sec01__num {
    top: 34px;
    left: 6%;
    font-size: 4em;
  }

  .reform-sec01__num::before {
    width: 5px;
    height: 80px;
    margin-right: 10px;
  }


  .reform-sec01__text h2 {
    margin: 0px 0 46px;
    padding-left: 30px;
    font-size: 1.4em;
    line-height: 1.45;
  }

  .reform-sec01__text p {
    font-size: 0.84em;
    line-height: 1.6;
	  margin-bottom: 1em;
  }


}
/*
===================================================
 リフォームセクション02のCSS
===================================================
*/
.reform-sec__text {
  position: relative;
  z-index: 2;
  padding: 110px 0% 30px 0%;
  box-sizing: border-box;
}
.reform-sec__num {
  position: absolute;
  top: 75px;
  left: 2%;
  color: #bfe1e8;
  font-size: 6em;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0em;
}
.reform-sec__num::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 80px;
  margin-right: 20px;
  background: #9fd0da;
  transform: skewX(-18deg);
  vertical-align: top;
	margin-top: -5px;
}
.reform-sec__text h2 {
  position: relative;
  z-index: 2;
  margin: -15px 0 20px 50px;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.reform-sec__text p {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 1em;
  line-height: 2.3;
  letter-spacing: 0.05em;
}

.reform-sec02 {
  color: #30343c;
}

.reform-sec02__inner {
  width: 100%;
  margin: 0 auto;
}

.reform-sec02__item {
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 66px;
}

.reform-sec02__item:last-child {
  margin-bottom: 0;
}

.reform-sec02__img {
  margin: 0;
}

.reform-sec02__img img {
  display: block;
  width: 100%;
  aspect-ratio: 415 / 280;
  object-fit: cover;
}

.reform-sec02__body {
  padding-top: 0px;
}

.reform-sec02__body h2 {
  position: relative;
  margin: 10px 0 20px;
  padding-left: 20px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.reform-sec02__body h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 6px;
  height: 50px;
  background: #a9d1dc;
}

.reform-sec02__body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  
  .reform-sec__text {
    position: relative;
    padding: 56px 0% 20px;
    z-index: 2;
  }
 .reform-sec__num {
    top: 34px;
    left: 6%;
    font-size: 4em;
  }
  .reform-sec__num::before {
    width: 5px;
    height: 80px;
    margin-right: 10px;
  }
  .reform-sec__text h2 {
    margin: -0.6em 0 20px;
    padding-left: 45px;
    font-size: 1.4em;
    line-height: 1.45;
  }

  .reform-sec__text p {
    font-size: 0.84em;
    line-height: 1.6;
	  margin-bottom: 1em;
  }



  .reform-sec02__inner {
    width: 100%;
  }

  .reform-sec02__item {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 44px;
  }

  .reform-sec02__img {
    order: 1;
  }

  .reform-sec02__body {
    order: 2;
    padding-top: 0;
  }

  .reform-sec02__img img {
    width: 100%;
    aspect-ratio: 330 / 220;
    object-fit: cover;
  }

  .reform-sec02__body h2 {
    margin: 10px 0 18px;
    padding-left: 15px;
    font-size: 1.2em;
    line-height: 1.45;
  }

  .reform-sec02__body h2::before {
    top: -5px;
    width: 5px;
    height: 40px;
  }

  .reform-sec02__body p {
    font-size: 0.84em;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}
/*
===================================================
 リフォームセクション02のCSS
===================================================
*/
.reform-sec__head {
  margin-bottom: 0px;
  text-align: center;
}

.reform-sec__head p {
	text-align: center;
  margin: 0 0 7px;
  font-family: serif;
  font-size: 1.14em;
  letter-spacing: 0.22em;
  line-height: 1;
}

.reform-sec__head h2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-bottom: 15px;
  font-size: 2.4em;
  font-weight: normal;
  letter-spacing: 0.06em;
font-family: serif;
}
.reform-sec__head h2 span{
	display: block;
	font-size: 0.5em;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*
===================================================
 リフォームセクション04のCSS
===================================================
*/
.reform-menu {
  color: #30343c;
}

.reform-menu__inner {
  width: 100%;
  margin: 2em auto 0;
  padding-bottom: 50px;
  border-bottom: 1px solid #30343c;
}

.reform-menu__head {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0px;
  align-items: start;
  margin-bottom: 30px;
}

.reform-menu__num {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  padding: 12px 0 0 12px;
  background: #a9d1dc;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}

.reform-menu__num::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 100px 100px;
  border-color: transparent transparent #eeeee8 transparent;
}

.reform-menu__title {
  padding-top: 30px;
}

.reform-menu__title h2 {
  margin: 0 0 8px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.reform-menu__title p {
  margin: 0;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.reform-menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reform-menu__item img {
  display: block;
  width: 100%;
  aspect-ratio: 340 / 305;
  object-fit: cover;
}

.reform-menu__item p {
  margin: 5px 0 0;
  color: #211815;
  font-size: 1em;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
@media (max-width: 640px) {

.reform-sec__head {
    text-align: left;
  }
.reform-sec__head p {
    font-size: 0.84em;
    letter-spacing: 0.05em;
	 margin: 0 0 4px;
	  text-align: left;
  }
.reform-sec__head h2 {
    padding-bottom: 15px;
    font-size: 1.3em;
    line-height: 1.3;
    letter-spacing: 0.04em;
  }


  .reform-menu__inner {
    width:100%;
    padding-bottom: 46px;
  }

  .reform-menu__head {
    grid-template-columns:60px 1fr;
    gap: 0px;
    margin-bottom: 20px;
  }

  .reform-menu__num {
    width: 60px;
    height: 60px;
    padding: 7px 0 0 9px;
    font-size: 1.2em;
  }

  .reform-menu__num::after {
    border-width: 0 0 60px 60px;
  }

  .reform-menu__title {
    padding-top: 1.4em;
  }

  .reform-menu__title h2 {
    margin-bottom: 10px;
    font-size: 1.14em;
    line-height: 1.35;
  }

  .reform-menu__title p {
    font-size: 0.84em;
    line-height: 1.6;
  }

  .reform-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }

  .reform-menu__item img {
    aspect-ratio: 330 / 295;
  }

  .reform-menu__item p {
    margin-top: 3px;
    font-size: 0.84em;
    line-height: 1.4;
  }
}
.bg_baju{background-color: #eeeee8;}
/*
===================================================
 リフォームセクション05のCSS
===================================================
*/
.reform-flow {
  padding: 40px 0;
  color: #30343c;
}

.reform-flow__inner {
  width: 100%;
  margin: 0 auto;
}

.reform-flow__item {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  align-items: center;
  padding: 36px 0;
  border-bottom: 1px solid #30343c;
}

.reform-flow__item:first-child {
  border-top: none;
}

.reform-flow__icon img {
  display: block;
  width: 260px;
  height: auto;
}

.reform-flow__body h3 {
  margin: 0 0 10px;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.03em;
}

.reform-flow__body p {
  margin: 0;
  font-size: 1em;
  line-height: 1.65;
  letter-spacing: 0.03em;
}
@media (max-width: 640px) {
  .reform-flow {
    padding: 0px 0;
  }

  .reform-flow__inner {
    width: 100%;
  }

  .reform-flow__item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 10px 0px;
    align-items: center;
    padding: 20px 0;
  }

  .reform-flow__icon {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .reform-flow__icon img {
    display: block;
    width: 150px;
    height: auto;
  }

  .reform-flow__body {
    display: contents;
  }

  .reform-flow__body h3 {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.35;
  }

  .reform-flow__body p {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin: 0;
    font-size: 0.84em;
    line-height: 1.5;
  }
}


.works {
  position: relative;
	padding: 28px 0 20px;
  color: #30343c;
}

.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.works__item {
  margin: 0;
}

.works__item img {
  display: block;
  width: 100%;
  aspect-ratio: 460 / 320;
  object-fit: cover;
}

.works__item p {
  margin: 8px 0 0;
  font-size: 21px;
  letter-spacing: 0.04em;
}

.works__btn {
  position: relative;
  display: block;
  width: 480px;
  margin: 44px 0 0 auto;
  padding: 13px 44px;
  border: 1px solid #555;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}

.works__btn span {
  display: block;
  font-size: 1.14em;
  line-height: 1.2;
  letter-spacing: 0.22em;
	font-family: serif;
}

.works__btn small {
  display: block;
  margin-top: 6px;
  font-size: 1.14em;
  letter-spacing: 0.16em;
	font-family: serif;
}

.works__btn::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 66px;
  width: 200px;
  height: 1px;
  background: #555;
}

.works__btn::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 70px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #555;
  transform: rotate(45deg);
}
@media (max-width: 640px) {

.works {
    padding: 10px 0 20px;
    overflow: hidden;
	    width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  }

  .works__list {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 20px;
    scrollbar-width: none;
  }

  .works__list::-webkit-scrollbar {
    display: none;
  }

  .works__item {
    flex: 0 0 100%;
    scroll-snap-align: center;
	  
  }

  .works__item img {
    aspect-ratio: 1044 / 660;
  }

  .works__item p {
    margin-top: 5px;
    font-size: 0.841em;
    letter-spacing: 0em;
  }

  .works__area {
    position: relative;
	  
  }

  .works__area::before,
  .works__area::after {
    content: "";
    position: absolute;
    top: 30%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    z-index: 3;
    pointer-events: none;
  }

  .works__area::before {
    left: 34px;
    transform: rotate(-45deg);
  }

  .works__area::after {
    right: 34px;
    transform: rotate(135deg);
  }

  .works__btn {
    width: 84%;
    margin: 20px 20px 0 auto;
    padding: 15px 15px;
  }

  .works__btn span {
    font-size: 0.84em;
  }

  .works__btn small {
    font-size: 0.84em;
  }

  .works__btn::before {
    top: 27px;
    right: 20px;
    width: 130px;
  }

  .works__btn::after {
    top: 20px;
    right: 22px;
  }
}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {

	}
/*
===================================================
 sp スマホ解像度
===================================================
*/

