@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
html {
  overflow-x: hidden;
}

html, body {
  font-size: 14px !important;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #000;
  font-weight: 400;
  position: relative;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
/* BASE */
img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
img.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
  text-decoration: none;
}
ul {
  padding-left: 0;
}
.l-modelhouse .br-pc {
  display: inline;
}
.l-modelhouse .br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-modelhouse .br-sp {
    display: inline;
  }
  .l-modelhouse .br-pc {
    display: none;
  }
}
/* ================================= */
/* EFFECT */
/* EFFECT */
/*下から出現*/
.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*その場で出現*/
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/*左から出現*/
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*右から出現*/
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/* ================================================== */
/* CONTAINER */
.l-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.l-container2 {
  padding-left: 4.7%;
  padding-right: 4.7%;
}
@media screen and (max-width: 1023px) {
  .l-container2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 84%;
  }
  .l-container2 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.re-container{
	width: 85%;
    margin: 0 auto;
}
@media screen and (min-width: 992px) {
	.re-container{
	width: 77.7%;
}
}
@media screen and (min-width: 1400px) {
	.re-container{
	width: 67.77%;
}
}
/* COMPONENT */
/* PAGE LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* TEXT */
/* TITLE */
.c-section-title {
  font-weight: bold;
  font-size: 2.1rem;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #173047;
}
.c-section-title .f-eng {
  display: block;
  font-weight: 500;
  font-size: 1.071rem;
  letter-spacing: 0.065em;
  margin-bottom: 30px;
  color: #516874;
}
.c-section-title .big-text {
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 57px;
}
@media screen and (max-width: 1023px) {
  .c-section-title .big-text {
    font-size: 2rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.4rem;
  }
  .c-section-title .f-eng {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .c-section-title .big-text {
    font-size: 1.4rem;
    line-height: 32px;
  }
}
/* PARAGRAPH */
.c-p {
  font-weight: 400;
  font-size: 1.143rem;
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .c-p {
    line-height: 27px;
  }
}
/* PHONE  */
.c-phone {
  font-weight: 400;
  font-size: 2.143rem;
  letter-spacing: 0;
}
.c-phone span {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0;
}
/* INFO */
.c-info .c-phone {
  display: block;
  margin-bottom: -10px;
  font-weight: bold;
}
.c-info p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.071rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  /* TEXT */
  /* TITLE */
  .c-title1 {
    font-size: 0.929rem;
  }
  .c-title1 .f-eng {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  /* PARAGRAPH */
  .c-p {
    font-size: 0.929rem;
    line-height: 22px;
  }
  .c-p--big {
    line-height: 30px;
    font-size: 1.2rem;
  }
}
/* BACKGROUND */
.u-bg-gray {
  background-color: #f9f9f9;
}
.u-bg-blue {
  background-color: #253348;
  color: #fff;
}
/* BACKGROUND IMAGE */
.l-section-img {
  position: relative;
}
.l-section-img::before, .l-section-img::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* SECTION */
/* SECTION WRAPPER */
.l-section-wrapper {
  overflow: hidden;
}
.l-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-section-textimg .l-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
/* SECTION INFO */
.l-section-info .c-section-title {
  margin-bottom: 36px;
}
.l-section-info .c-section-title .f-eng {
  margin-bottom: 0;
}
.l-section-info .c-section-title .big-text {
  margin-top: 64px;
}
@media screen and (max-width: 1023px) {
  .l-section-info .c-section-title .big-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-section-info .c-section-title {
    margin-bottom: 15px;
  }
  .l-section-info .c-section-title .big-text {
    margin-top: 10px;
  }
}
/* LIST */
.l-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.l-section-list a, .l-section-list img {
  width: 100%;
  display: block;
}
/* BUTTON */
.contact_banner_block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-button1 {
  display: block;
  width: 48%;
  margin: 0 0 0;
  position: relative;
}
.l-button1:hover {
  color: #fff;
}
.l-button1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .l-button1 {
    width: 100%;
  }
	.sti span{
		display: none;
	}
}
/* ================================================== */
/* HEADER */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
header.view {
  background-color: rgb(255 255 255 / 80%);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  width: 170px;
}
.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 226px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 28px;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.03em;
  color: #fff;
}
.l-container2.view .header-btn{
	border: 1px solid #000;
	color: #000;
}
header .c-info {
  margin-right: 48px;
}
@media screen and (max-width: 1023px) {
  .header-btn {
    width: 170px;
    height: 45px;
    border-radius: 22px;
  }
  header .c-info {
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header__logo {
    width: 120px;
  }
  header .c-info {
    display: none;
  }
  .header-btn {
    width: 150px;
    height: 35px;
    font-size: 0.786rem;
    letter-spacing: 0.01em;
  }
}
/* ================================================== */
/* PAGE LP */
/* ================================================== */
/* MAINVISUAL */
.c-mainvisual{
	position: relative;
}
.visual-item {
  display: block;
  width: 100%;
  height: 100vh;
}
.visual-item-inner{
	position: absolute;
	display: block;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 500px;
	height: auto;
}
.visual-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
	position: relative;
}
/* SLICK DOTS */
.c-mainvisual__slider .slick-dots {
  width: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 10;
  padding-right: 4.6%;
}
.c-mainvisual__slider .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
  position: relative;
}
.c-mainvisual__slider .slick-dots li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.c-mainvisual__slider .slick-dots li + li {
  margin-top: 28px;
}
.c-mainvisual__slider .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.c-mainvisual__slider .slick-dots li button {
  display: none;
}
/* TEXT */
.c-mainvisual__text {
  position: absolute;
  bottom: 14.7%;
  left: 0;
  width: 100%;
  font-weight: 500;
  font-size: 2.643rem;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-mainvisual__textsize {
  font-size: 5.4rem;
  letter-spacing: 0.02em;
  margin-top: 6rem;
  background-color: #fff;
  padding: 5px;
}
.visual-item_linkbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 34px;
  background-color: #173047;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  width: 80%;
  max-width: 377px;
  height: 67px;
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.visual-item_linkbtn:hover {
  color: #fff;
}
.visual-item_linkbtn_sp_outer {
  display: none;
}
@media screen and (max-width: 1500px) {
  .c-mainvisual__text {
    font-size: 2rem;
  }
  .c-mainvisual__textsize {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1400px) {
.visual-item-inner{
	width: 400px;
}
}
@media screen and (max-width: 1023px) {
  .c-mainvisual__text {
    bottom: 10%;
  }
}
@media screen and (max-width: 991px) {
	.visual-item-inner {
    max-width: 400px;
    width: 100%;
}
}
@media screen and (max-width: 767px) {
	.visual-item-inner {
    max-width: 350px;
    width: 100%;
}
}
@media screen and (max-width: 576px) {
	.visual-item-inner {
    max-width: 270px;
    width: 100%;
}
}
/* ================================================== */
/* FOOTER */
footer {
  padding: 90px 5% 62px;
}
.footer__logo {
  width: 170px;
  margin: 0 auto 64px;
}
footer .c-copy-right {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.065em;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
.re-sns .tgl-sns-flex-box1 {
    max-width: 100px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer__logo {
    width: 150px;
    margin-bottom: 30px;
  }
  footer .c-copy-right {
    font-size: 0.714rem;
  }
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
@media screen and (max-width: 576px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/*CONCEPT STORY*/
.re-block{
	margin-bottom: 6.4rem;
}
.re01{
	padding: 6.4rem 0;
	background: #fff;
}
.re01.re-block {
	margin: 0;
}
.re01 .re-box01{
	margin-bottom: 3rem;
}
.re01 .re-box02{
	position: relative;
}
.re01 .re-txt01,.re01 .re-txt02{
	position: relative;
}
.re01 .re-box02::before{
	content: "";
	background: url("../images/replus-lp/re01_back.svg");
	background-repeat: no-repeat;
	width: 200px;
	height: 200px;
	background-size: contain;
	background-position: bottom;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	right: 0;
	z-index: 0;
}
.e-font{
    font-family: 'Alata', sans-serif;
    line-height: 1.4;
    color: #333;
	font-weight: bold;
}
.re-ttl{
	font-size: 2rem;
    margin-bottom: 1.3rem;
}
.re-txt02{
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
}
.re-block .inf-area2{
	margin-top: 3rem;
}
.re-block .inf-area2 a {
    margin-left: 0;
	font-weight: bold;
}
.re-block .fa-chevron-right:before {
    margin-left: 1rem;
}
@media screen and (min-width: 992px) {
	.re01 .re-container{
		    display: flex;
    justify-content: space-between;
	}
	.re01 .re-box01 {
    margin-bottom: 0rem;
		width: 43.6%;
}
	.re01 .re-box02 {
        width: 48.4%;
}
}
@media screen and (min-width: 1400px) {
	.re-block{
	margin-bottom: 12rem;
}
	.re01{
	padding: 10rem 0;
}
	.re01 .re-container{
		align-items: center;
	}
	.re-ttl {
    font-size: 3rem;
    margin-bottom: 2rem;
}
	.re-txt02 {
    font-size: 1.4rem;
    margin: 1.5rem 0 0;
    line-height: 1.9;
}
	.relp-btn {
    width: 320px;
    height: 60px;
    margin: 3rem 0 0;
}
	.re-block .inf-area2{
	margin-top: 5rem;
}
	.re01 .re-box02::before {
    width: 250px;
    height: 250px;
}
}
/*お悩み*/
.marker {
 background:linear-gradient(transparent 60%, #ff6 60%);
}
.gray-back{
	background: #e7e6e7;
	padding: 6.4rem 0;
}
.re-txt-svg{
	width: 85%;
    margin: 0 auto 3rem;
    max-width: 400px;
}
.re-big-txt{
	font-size: 1.4rem;
    line-height: 1.7;
}
.re02 .re-box01{
	margin-top: 2rem;
}
.re02 .re-wrap01{
	background: #fff;
    padding: 2.2rem;
    display: flex;
    flex-direction: column-reverse;
	position: relative;
}
.re02 .re-wrap01:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
}
.re-wrap02 .re-big-txt{
	text-align: center;
    margin: 3rem 0 0;
}
.re02 .re-txt01{
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	.re02 .re-wrap01{
		padding: 3rem 5rem;
	}
}
@media screen and (min-width: 1200px) {
	.re02 .re-wrap01 {
    flex-direction: unset;
    justify-content: space-between;
}
	.re02 .re-box01 {
    margin-top: 0;
    width: 37.28%;
}
	.re02 .re-box02 {
        width: 55.08%;
}
}
@media screen and (min-width: 1400px) {
	.gray-back{
	padding: 10rem 0;
}
	.re-txt-svg {
    max-width: 550px;
	margin: 0 auto 5rem;
}
	.re-wrap02 .re-big-txt{
	font-size: 2rem;
    margin: 3rem 0 0;
}
	.re-big-txt {
    font-size: 1.7rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}
	.re02 .re-wrap01 {
    padding: 4rem 5rem;
}
}
@media screen and (min-width: 1800px) {
	.re02 .re-wrap01 {
    align-items: center;
}
	.re02 .re-wrap01 {
    padding: 5rem 8rem;
}
}
.re-wrap03{
	margin-top: 3rem;
	text-align: center;
}
.re-wrap03 .re-ttl{
	background: #253348;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.4rem;
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.re-wrap03 .re-box{
	text-align: left;
	    margin-bottom: 3rem;
}
.re-s-ttl{
	font-size: 1.2rem;
	    margin-bottom: 0.6rem;
}
.re-wrap03 .re-box .re-img{
	margin-bottom: 1.5rem;
	position: relative;
}
.re-wrap03 .re-box .re-img::before{
	content: "01";
    font-size: 3rem;
    bottom: 5%;
    right: 4%;
    position: absolute;
    color: #253348;
    z-index: 10;
    font-family: 'Alata', sans-serif;
    line-height: 1;
}
.re-wrap03 .re-box .re-item:nth-child(2) .re-img::before{
	content: "02";
}
.re-wrap03 .re-box .re-item:nth-child(3) .re-img::before{
	content: "03";
}
.re-wrap03 .re-box .re-item{
	margin-bottom: 2.5rem;
}
.re-wrap03 .re-box .re-item:last-child{
	margin-bottom: 0;
}
.re-nom-txt {
    font-size: 1.2rem;
    background: #fff;
    padding: 1rem;
    margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
	.re-wrap03 .re-box {
    display: flex;
		justify-content: space-between;
		margin-bottom: 1.5rem;
}
	.re-wrap03 .re-box .re-item {
    margin-bottom: 0rem;
    width: 31%;
}
	.re-nom-txt {
    padding: 2rem;
}
}
@media screen and (min-width: 1400px) {
	.re-wrap03 {
    margin-top: 6.4rem;
}
	.re-wrap03 .re-box {
    margin-bottom: 4rem;
}
	.re-wrap03 .re-ttl {
    padding: 0.8rem;
    font-size: 1.6rem;
	margin-bottom: 2.5rem;
}
	.re-s-ttl {
    font-size: 1.4rem;
}
	.re-nom-txt {
    font-size: 1.6rem;
}
	.re-nom-txt {
    padding: 3.5rem;
	margin-bottom: 6.4rem;
}
}
/* ========================================================== */
/* GRADE */
@media screen and (min-width: 1400px) {
	.price-meyasu .big-txt{
	font-size: 1.8rem;
}
}
.l-grade th:nth-child(1) {
    position: sticky;
    left: 0;
    background-color: #e7e6e7;
	    border-left: 1px solid #e7e6e7;
  }
  .l-grade th:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
.l-grade .c-title1 {
  margin-bottom: 130px;
}
.l-grade p.table-des {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 26px;
}
.l-grade .table-wrapper {
  overflow: auto;
}
.l-grade table {
  width: 100%;
  /* min-width: 1080px; */
  border-collapse: collapse;
  margin-bottom: 0;
}
.l-grade tr {
  border-top: 1px solid rgba(204, 204, 204, 0.66);
  border-bottom: 1px solid rgba(204, 204, 204, 0.66);
	background-color: #fff;
}
.l-grade tr:nth-child(odd) td {
  background-color: #fff;
}
.l-grade tr:first-child{
	border-top: 1px solid #e7e6e7
}
.l-grade tr:last-child{
	border-bottom: 1px solid #e7e6e7
}
.l-grade td, .l-grade th {
  padding: 22px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 24px;
  border-right: 1px solid rgba(204, 204, 204, 0.66);
}
.l-grade th:last-child, .l-grade td:last-child {
  border-right: none;
}
.l-grade table .small-txt {
  font-size: 0.9rem;
  line-height: 22px;
}
.l-grade th {
  color: #fff;
  background-color: #253348;
}
.l-grade th.rep {
  color: #fff;
  background-color: #ec602b;
  position: relative;
}
.l-grade th.rep::after{
	content: "";
    background: url(../images/replus-lp/osusume.svg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100px;
    height: 20px;
    top: 9px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.l-grade td.rep {
  color:#ec602b;
  font-size: 2rem;
}
.l-grade th.lig {
  color: #fff;
  background-color: #f2ac3d;
}
.l-grade td.lig {
  color:#f2ac3d;
  font-size: 2rem;
}
.l-grade th.won {
  color: #424242;
  background-color: #fceed1;
}
.l-grade td.won {
  color:#424242;
  font-size: 2rem;
}
.l-grade th:nth-child(1), .l-grade td:nth-child(1) {
  width: 7%;
}
.l-grade td, .l-grade th{
		width: 23.25%;
	}
.l-grade th.ttl span{
	display: block;
	font-size: 1rem;
}
.l-grade td.lig .price-meyasu,.l-grade td.rep .price-meyasu,.l-grade td.won .price-meyasu{
    font-size: 1.2rem;
}
.price-meyasu .big-txt{
	font-size: 2.4rem;
	margin-right: 0.2rem;
}
.price-meyasu .sp-meyasu{
	display: block;
}
.l-grade td.rep,.l-grade th.rep{
	border-right: 5px solid #ec602b;
    border-left: 5px solid #ec602b;
}
.l-grade th.rep {
    border-top: 5px solid #ec602b;
    padding-top: 35px;
}
.l-grade tr:last-child .rep{
	border-bottom: 5px solid #ec602b;
}
@media screen and (max-width: 2000px) {
	.l-grade td.sti {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .l-grade td.sti::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
	.l-grade td.sti.gr{
		 background-color: #e7e6e7;
	    border-left: 1px solid #e7e6e7;
	}
}
@media screen and (max-width: 991px) {
  .l-grade .c-title1 {
    margin-bottom: 36px;
  }
  .l-grade p.l-grade__p1 {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 19.5px;
    margin-top: 0;
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 576px) {
	.l-grade th.rep::after {
    width: 50px;
	    height: 10px;
}
	.l-grade th.rep {
    padding-top: 20px;
}
	.l-grade th.ttl span {
    font-size: 0.5rem;
}
	.l-grade th.rep,.l-grade th.lig,.l-grade th.won  {
  font-size: 0.6rem;
}
	.l-grade td.rep,.l-grade td.lig,.l-grade td.won  {
  font-size:1rem;
}
  .l-grade {
    margin-bottom: 0;
  }
  .l-grade p.table-des {
    font-size: 0.9rem;
    line-height: 20px;
    margin-top: 18px;
  }
  .l-grade th:nth-child(1), .l-grade td:nth-child(1) {
    width: 5.8%;
  }
  .l-grade th:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td.sti {
    position: sticky;
    left: 0;
    background-color: #fff;
  }
  .l-grade td.sti::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid rgba(204, 204, 204, 0.66);
  }
  .l-grade td, .l-grade th {
    padding: 18px 2px;
    font-size: 0.7rem;
    line-height: 1.5;
	width: 20%;
  }
  .l-grade table .small-txt {
    font-size: 0.6rem;
  }
	.l-grade td.lig .price-meyasu, .l-grade td.rep .price-meyasu, .l-grade td.won .price-meyasu {
    font-size: 0.6rem;
	line-height:0.5;
}
	.price-meyasu .big-txt {
    font-size: 1rem;
    margin-right: 0rem;
}
	.price-meyasu .sp-meyasu{
		display: block;
	}
	.l-grade th.rep {
    border-top: 3px solid #ec602b;
}
	.l-grade td.rep, .l-grade th.rep {
    border-right: 3px solid #ec602b;
    border-left: 3px solid #ec602b;
}
	.l-grade tr:last-child .rep {
    border-bottom: 3px solid #ec602b;
}
}
/*プラン*/
.navy-back{
	background:#253348;
	color: #fff;
	padding: 6.4rem 0;
}
/*スリック*/
.slider-wrap{
	margin: 0 auto;
}
.slider-wrap .slick-dots {
    left: 50%;
    transform: translateX(-50%);
}
.slick-slider{
	position: relative;
}
.slick-slide{
	padding: 0 1rem 0;
}
.slick-slider button{
	border:none;
}
.re-s-case.e-font{
	background: #fff;
    padding: 0.2rem 0.6rem;
    display: inline-block;
	color: #253348;
	margin-left: 1px;
    margin-bottom: 1rem;
}
.re03 .re-s-ttl {
    margin-bottom: 1.5rem;
}
.slick-slider button:focus {
    outline: none;
}
.re03 .slick-dots li button:before{
	font-size: 10px;
	color: #fff;
}
.re03 .slick-dots {
    bottom: -50px;
}
@media screen and (min-width: 768px) {
	.prev-arrow,.next-arrow{
	display: inline-block;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #fff;
	border:1px solid #000;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	z-index: 1;
}
	.prev-arrow {
    left: -30px;
}
	.next-arrow {
    right: -30px
}
.prev-arrow::before{
	content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
.next-arrow::before{
	content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(310deg);
}
}
/*スリック中身*/
.re03 .re-item02{
	margin-top: 2rem;
}
.re03 .res-txt01{
	margin-bottom: 0.8rem;
}
.re03 .res-txt02{
	margin: 1.5rem 0 2.5rem;
}
.re03 table{
	width: 100%;
}
.re03 th{
	background: #fff;
    color: #253348;
    width: 20%;
    min-width: 90px;
    padding: 0.5rem;
    text-align: center;
	border-bottom: 1px solid #253348;
}
.re03 .sec tr:last-child th{
	border-bottom: none;
}
.re03 td{
	text-align: center;
	border-top: 1px solid #fff;
}
.re03 tr:first-child{
	border-top: 1px solid #fff;
}
.re03 .sec tr:last-child{
	border-bottom: 1px solid #fff;
}
.re03 .res-txt01 {
    font-size: 1.1rem;
}
.res-txt01 span{
	display: block;
	margin-left: 5px;
}
.res-txt01 .res-price .res-big{
	font-size: 1.5rem;
    margin-right: 0.3rem;
	display: unset;
}
@media screen and (min-width: 768px) {
	.res-txt01 span{
	display: unset;
	margin-left: 0;
}
	.res-tab{
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.re-s-case.e-font{
		margin-bottom: 0;
		margin-right: 1.5rem;
	}
	.re03 table{
		width: 48%;
	}
	.re03 tr:last-child{
	border-bottom: 1px solid #fff;
}
	.re03 tr:last-child th{
	border-bottom: 1px solid #fff;
}
	.re03 .res-txt01{
	margin-bottom: 0.2rem;
}
	.re03 .re-s-ttl {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
}
}
@media screen and (min-width: 1200px) {
	.re03 .re-box{
		display: flex;
    justify-content: space-between;
	}
	.re03 .re-item01{
		width: 47.2%;
	}
	.re03 .re-item02 {
    margin-top: 0;
    width: 46.31%;
}
	.re03 .res-txt01 {
    margin-bottom: 0.2rem;
}
	.re03 .re-s-ttl {
    margin-bottom: 2.5rem;
    display: flex;
    align-items: center;
}
	.re-s-case.e-font {
    font-size: 1.4rem;
	margin-right: 1.5rem;
		margin-bottom: 0;
}
	.re03 .re-s-txt{
		    font-size: 2rem;
    line-height: 1;
	}
	.slick-slide {
    padding: 0 3rem 0;
}
	.slick-slider {
    margin: 0 -3rem 0;
}
	.prev-arrow {
    left: -50px;
}
	.next-arrow {
    right: -50px;
}
}
@media screen and (min-width: 1400px) {
	.navy-back {
    padding: 10rem 0;
}
	.re03 .re-s-ttl {
    margin-bottom: 3.5rem;
}
	.re03 .slick-dots {
    bottom: -70px;
}
	.re03 .res-txt01 {
    font-size: 1.4rem;
	margin-left: -10px;
}
	.res-txt01 .res-price .res-big {
    font-size: 2.2rem;
    line-height: 1.5;
}
}
/*パララックス*/
.para_fixed{
	position: relative;
	height: 250px;
	text-align: center;
	color: #fff;
}
.para_fixed::before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-image: url("../images/replus-lp/bg1.jpg");
}
@media screen and (min-width: 1400px) {
	.para_fixed{
	height: 400px;
}
}
/*リフォームの流れ*/
h2.re-big-txt {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
}
.re04 .last.re-big-txt {
    font-size: 1.2rem;
    margin: 3rem 0 0;
	background: #fff;
    padding: 1rem;
	text-align: center;
}
.re04.re-block{
	margin: 0;
	background:#e7e6e7;
    padding: 6.4rem 0;
}
h2.re-big-txt span.e-font{
	display: block;
    font-size: 0.8rem;
    font-weight: normal;
}
.re04 .re-big-txt+p{
	text-align: center;
}
.pfc-contents-inner *, .pfc-contents-inner *:after, .pfc-contents-inner *:before {
	box-sizing: border-box;
}
.pfc-contents-inner {
	overflow-x: hidden;
	margin: 0 auto;
}
.pci-faq-tab:not(:last-of-type) {
	border-bottom: 1px #a7a7a7 solid;
}
.pci-faq-tab p:last-of-type {
	margin-bottom: 0;
}
.pci-faq-tab .pfc-input+label {
	display: flex;
	width: 100%;
	margin: 0;
	cursor: pointer;
	background-color: #e7e6e7;
	color: #000;
	position: relative;
	align-items: center;
}
.pci-faq-tab-content {
	position: relative;
	overflow: hidden;
	height: 0;
	padding: 0;
	transition: 0.4s ease;
	opacity: 0;
}
.pci-box02{
	margin-top: 1.5rem;
}
.pci-ttl{
	font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.pci-ttl+p{
	font-size: 0.9rem;
}
.pci-faq-tab input[type=checkbox]:checked ~ .pci-faq-tab-content {
	height: auto;
	opacity: 1;
	background-color: #e7e6e7;
}
.pfc-efont-icon {
	border-radius: 50%;
	text-align: center;
	border: 1px #253348 solid;
}
label .pfc-efont-icon{
	background-color: #253348;
	color: #fff;
}
.pci-faq-tab-content .pfc-efont-icon{
	background-color: #fff;
	color: #253348;
	border: none;
}
.pci-faq-tab-content {
    display: flex;
}
.pci-faq-tab-content p{
	width: calc(100% - 4rem);
    padding: 0 0% 0 2.401%;
}
.pci-faq-tab input[type=checkbox] {
	display: none;
}
.pftc-txt{
	display: block;
}
/* pdc-tgl */
.pdc-tgl {
	display: block;
	position: relative;
}
.pdc-tgl::before,.pdc-tgl::after{
	content: "";
	transition: 0.3s;
	position: absolute;
	background-color: #253348;
	display: block;
}
.pdc-tgl::before {
	top: calc(50% - 2px);
	height: 3px;
	left: 0;
}
.pdc-tgl::after {
	top: 0;
	width: 3px;
	left: calc(50% - 1px);
}
.pfc-input:checked + label .pdc-tgl::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
	.pci-faq-tab-content p{
	width: calc(100% - 6.8rem);
	padding: 0 8.9719% 0 1.401%;
}
	.pci-box02 {
    margin-top: 0rem;
	width: 51.7%;
}
	.pci-box01 {
	width: 41.5%;
}
	.re04 .last.re-big-txt {
    padding: 2rem;
}
}
@media screen and (max-width: 1199px){
	.pfc-efont-icon {
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.pftc-txt{
		width: calc(100% - 4.8rem);
		padding: 0 8.9719% 0 2.5%;
	}
	label .pftc-txt {
    font-size: 1.1rem;
    line-height: 1.5;
}
	.pci-faq-tab .pfc-input+label {
    padding: 1.2rem 0;
}
	.pci-faq-tab input[type=checkbox]:checked ~ .pci-faq-tab-content {
		padding: 0 0 1.8rem;
	}
	.pdc-tgl {
		width: 1.6rem;
		height: 1.6rem;
	}
	.pdc-tgl::before {
		width: 1.6rem;
	}
	.pdc-tgl::after {
		height: 1.6rem;
	}
}
@media screen and (min-width: 1200px){
	.pfc-efont-icon {
    font-size: 1.5rem;
    width: 4rem;
    height: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
}
	.pftc-txt {
    width: calc(100% - 6.8rem);
    padding: 0 8.9719% 0 1.401%;
}
	label .pftc-txt{
		font-size: 1.5rem;
	}
	.pci-faq-tab .pfc-input+label {
		padding: 2.2rem 0;
	}
	.pci-faq-tab input[type=checkbox]:checked ~ .pci-faq-tab-content {
		padding: 0 0 2.4rem;
	}
	.pdc-tgl {
		width: 2rem;
		height: 2rem;
	}
	.pdc-tgl::before {
		width: 2rem;
	}
	.pdc-tgl::after {
		height: 2rem;
	}
	.pci-faq-tab-content {
     align-items: center; 
}
}
@media screen and (min-width: 1400px) {
	h2.re-big-txt {
    font-size: 2rem;
}
	.re04.re-block {
    padding: 10rem 0;
}
	.pci-ttl {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}
	.pci-ttl+p {
    font-size: 1rem;
}
	.re04 .last.re-big-txt {
    font-size: 1.6rem;
    padding: 3.5rem;
	margin-top: 5rem;
}
	h2.re-big-txt {
    margin-bottom: 3rem;
}
	h2.re-big-txt span.e-font {
    font-size: 1rem;
}
}
/*CONTACT*/
.re05{
	background: #fff;
	padding: 6.4rem 0;
}
.re05 th p,.re05 td p{
	margin: 0;
}
.re05 #form td span {
    color: #000;
}
.re05 .wpcf7-submit{
	background:#000;
}

@media screen and (min-width: 1400px) {
	.re05{
	background: #fff;
	padding: 10rem 0;
}
}
/**********フォーム折り畳み**********/
.form-survey-wrap *, .form-survey-wrap *:after, .form-survey-wrap *:before {
  box-sizing: border-box;
}
.form-survey-wrap {
  overflow-x: hidden;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.form-survey-wrap .fsw-ctab {
	border-bottom: 1px #eee solid;
}
.form-survey-wrap .fsw-ctab p {
  margin-bottom: 0;
}
.form-survey-wrap .fsw-label {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1.2rem 0;
	cursor: pointer;
	background-color: #253348;
	color: #fff;
	position: relative;
	font-weight: bold;
	text-align: center;
	border-radius: 0.8rem;
}
.fsw-label-inner{
	position: relative;
	display: inline-block;
	padding-right: 2.4rem;
}
.fsw-label-inner::before{
	content: "事前アンケートを閉じる";
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #253348;
	transition: .4s;
	width: 100%;
	text-align: left;
}
.form-survey-wrap .fsw-ctab input[type=checkbox]:checked +.fsw-label .fsw-label-inner::before{
	opacity: 1;
}
.fsw-label-inner::after{
	content: " ";
	width: 1rem;
	height: 1rem;
	background-image: url("../images/arrow-right.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: calc(50% - 0.5rem);
	right: 0;
	display: block;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	transition: .4s;
	z-index: 2;
}
.form-survey-wrap .fsw-ctab input[type=checkbox]:checked +.fsw-label .fsw-label-inner::after{
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
}
.form-survey-wrap .fsw-ctab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  transition: 0.4s ease;
  opacity: 0;
}
.form-survey-wrap .fsw-ctab input[type=checkbox]:checked ~ .form-survey-wrap .fsw-ctab-content {
	height: auto;
	padding-top: 0.4rem;
	opacity: 1;
	background-color: #fff;
}
.form-survey-wrap .fsw-ctab input[type=checkbox] {
  display: none;
}
@media screen and (max-width: 1399px){
	.form-survey-wrap .fsw-label {
		font-size: 1.2rem;
	}
	.form-survey-wrap{
		padding-top:0rem;
	}
}
@media screen and (min-width: 1400px){
	.form-survey-wrap .fsw-label {
		font-size: 1.6rem;
	}
	.form-survey-wrap{
		padding-top: 4rem;
	}
}
/*モーダル*/
.st_box{
    background: #eee;
    height: 200px;
    margin-bottom: 100px;
}
.st_modal{
    display: none;
    height: 100vh;
    position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
    top: 0;
    width: 100%;
	z-index: 999999;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 80%;
	color: #000;
}
.modal__content a{
	color: #000;
	font-size: 2em;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	text-decoration: none;
}
#modal01 h2 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
	font-weight: 700;
}
@media screen and (min-width: 769px){
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 80%;
	color: #000;
}
}
@media screen and (min-width: 1400px) {
	#modal01 h2 {
    font-size: 2rem;
	margin-bottom: 2rem;
}
}
/*conversion*/
.re06{
	background: #fff;
	padding-top: 6.4rem;
}
.re06 .re-container{
	background: #e7e6e7;
    padding: 2rem;
	text-align: center;
}
.re06 .re-txt01{
	font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #717171;
}
.re06 .re-txt02 {
    font-family:  "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 1.8rem;
	margin-bottom: 0;
	line-height: 1.5;
}
.re06 .re-box02{
	    background: #fff;
    padding: 2rem;
}
.re06 .re-img{
	max-width: 120px;
    margin: 0 auto 1.5rem;
}
.re06 .re-txt03{
	margin-bottom: 1.5rem;
}
.re06 .re-box02 a{
	background: #e95513;
    padding: 0.6rem 0.8rem;
    color: #fff;
	border: 1px solid #e95513;
	display: inline-block;
	transition: .4s;
}
.re06 .re-box02 a:hover{
	background: #fff;
	color: #e95513;
}
.re-txt04{
	    text-align: left;
    margin: 0.5rem auto 2rem;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
	.re06 .re-container {
    display: flex;
    justify-content: space-between;
	padding: 2.5rem 3rem;
    max-width: 690px;
}
	.re06 .re-txt01{
	    display: inline-block;
}
	.re06 .re-box01{
		width: 50%;
		text-align: left;
	}
	.re06 .re-box02{
	width: 45%;
    position: relative;
    padding: 0;
	}
	.re06 .re-box02 .re-box-inner{
		    position: absolute;
    display: block;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 90%;
	}
	.re06 .re-txt03 {
    margin-bottom: 0rem;
}
	.re06 .re-txt02 {
    font-size: 2.2rem;
}
}
@media screen and (min-width: 1400px) {
	.re06{
		padding-top: 10rem;
	}
	.re06 .re-container {
    padding: 3.5rem 5rem;
    max-width: 1000px;
}
	.re06 .re-txt01 {
    font-size: 1.8rem;
	    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
}
	.re06 .re-txt02 {
    font-size: 3rem;
    line-height: 1.2;
	margin: 0;
}
	.re06 .re-txt03 {
    font-size: 1.5rem;
}
	.re06 .re-img {
    max-width: 150px;
    margin: 0 auto 1.5rem;
}
	.re06 .re-box02 a {
    padding: 1rem 2rem;
    font-size: 1.3rem;
}
}