@charset "UTF-8";
/*Variable
－－－－－－－*/
/*
ブレークポイント

基本  1920px
ipad 1050px
sp   767px;

コンテンツ幅1000px

*/
.front img {
  max-width: 100%;
  vertical-align: bottom;
}

.top-slider-outer {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .top-slider-outer {
    height: 370px;
    background: url("../img/header-bg01.webp") no-repeat 50% 100%;
    background-size: auto 75px;
  }
}
.top-slider-outer .front-mv-slick {
  height: 800px;
}
@media screen and (max-width: 767px) {
  .top-slider-outer .front-mv-slick {
    height: 300px;
  }
}
.top-slider-outer .front-mv-slick__img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1248/800;
}
@media screen and (max-width: 767px) {
  .top-slider-outer .front-mv-slick__img {
    height: 300px;
  }
}

.front-mv-content {
  position: absolute;
  inset: 0;
  width: 1340px;
  max-width: 100%;
  height: 800px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .front-mv-content {
    height: auto;
  }
}

.front-mv-text01 {
  position: absolute;
  inset: 0;
  width: 623px;
  max-width: 100%;
  height: 231px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .front-mv-text01 {
    inset: 100px 0 auto 0;
  }
}
@media screen and (max-width: 767px) {
  .front-mv-text01 {
    inset: 74px 0 auto 0;
    width: 320px;
    height: 145px;
    padding: 0 20px;
  }
}

.front-mv-text02 {
  position: absolute;
  inset: auto auto -6px -135px;
  width: 539px;
  max-width: 100%;
  height: 631px;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .front-mv-text02 {
    inset: auto auto -6px 0px;
    width: 446px;
    height: 522px;
  }
}
@media screen and (max-width: 1300px) {
  .front-mv-text02 {
    width: 400px;
    height: 468px;
  }
}
@media screen and (max-width: 767px) {
  .front-mv-text02 {
    inset: auto auto 0px 5px;
    width: 190px;
    height: auto;
  }
}

.front-mv-text03 {
  position: absolute;
  inset: auto 70px 18px auto;
  width: 256px;
  max-width: 100%;
  height: 153px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .front-mv-text03 {
    inset: auto 27px 18px auto;
  }
}
@media screen and (max-width: 767px) {
  .front-mv-text03 {
    inset: auto 16% 0px auto;
    width: 120px;
    height: auto;
  }
}

/* sec01 */
.front-sec01 {
  padding: 80px 0;
  background: url("../img/front/sec01-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec01 {
    padding: 45px 0 80px 0;
  }
}

.front-sec01-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.front-sec01-block01__item {
  width: 355px;
  height: 360px;
  padding-top: 120px;
}
.front-sec01-block01__item--01 {
  background: url("../img/front/sec01-list01-bg.png") no-repeat 50% 50%;
  background-size: 352px auto;
}
@media screen and (max-width: 767px) {
  .front-sec01-block01__item--01 {
    background-size: 327px auto;
  }
}
.front-sec01-block01__item--02 {
  background: url("../img/front/sec01-list02-bg.png") no-repeat 50% 50%;
  background-size: 289px auto;
}
@media screen and (max-width: 767px) {
  .front-sec01-block01__item--02 {
    margin-top: -30px;
  }
}
.front-sec01-block01__item--03 {
  background: url("../img/front/sec01-list03-bg.png") no-repeat 50% 50%;
  background-size: 254px auto;
}
.front-sec01-block01__text {
  width: 250px;
  margin: 0 auto 30px;
}
.front-sec01-block01__btn {
  text-align: center;
}

/* 相談・診断・工事まで
担当者が変わらない */
.front-sec02 {
  padding: 100px 0 90px 0;
}
.front-sec02__inner {
  padding: 0 20px;
}
.front-sec02__img {
  margin-bottom: 30px;
  text-align: center;
}
.front-sec02__lead {
  margin-bottom: 60px;
  font-weight: 300;
  line-height: 2.67;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .front-sec02__lead {
    text-align: left;
  }
}
.front-sec02__btn {
  text-align: center;
}

/* リフォーム事例 */
.front-sec03 {
  padding: 70px 0 80px 0;
  background: url("../img/front/sec03-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
}
.front-sec03__inner {
  padding: 0 20px;
}

.front-sec03-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 80px;
}
.front-sec03-block01__item {
  width: 420px;
  max-width: 100%;
}
.front-sec03-block01__img {
  margin-bottom: 25px;
}
.front-sec03-block01__img img {
   width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 420 / 316;
}

.front-sec03-block01__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .front-sec03-block01__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.front-sec03-block01__text {
  margin-bottom: 20px;
}
.front-sec03-block01__btn {
  display: flex;
  justify-content: flex-end;
}
.front-sec03-block01__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  background: url("../img/front/sec03-tag.png") no-repeat 50% 50%;
  background-size: 196px auto;
  color: #fff;
  font-size: 16px;
}
.front-sec03-block01__btn a span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url("../img/icon-arrow.png") no-repeat 50% 50%;
  background-size: 16px auto;
}

/* 部位別リフォーム事例 */
.front-sec04 {
  padding: 90px 0 120px 0;
  background: url("../img/front/sec04-bg01.webp") no-repeat 50% 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-sec04 {
    padding: 60px 0 80px 0;
  }
}
.front-sec04__inner {
  padding: 0 20px;
}

.front-sec04-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 40px;
  width: 1080px;
  max-width: 100%;
  margin: 10px auto 25px auto;
}
@media screen and (max-width: 767px) {
  .front-sec04-block01 {
    width: 100%;
    max-width: 600px;
  }
}
.front-sec04-block01__item {
  width: 520px;
}
@media screen and (max-width: 1200px) {
  .front-sec04-block01__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block01__item {
    width: 100%;
  }
}

.front-sec04-block02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 40px;
  width: 1080px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .front-sec04-block02 {
    gap: 25px;
  }
}
.front-sec04-block02__item {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .front-sec04-block02__item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .front-sec04-block02__item {
    width: calc(50% - 12.5px);
  }
}

/* お客様の声 */
.front-sec05 {
  padding: 100px 0 120px 0;
  background: url("../img/front/sec05-bg01.webp") repeat-y 50% 100%;
  background-size: contain;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .front-sec05 {
    padding: 70px 0 80px 0;
  }
}
.front-sec05__inner {
  width: 1520px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

.front-sec05-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.front-sec05-block01__img {
  position: relative;
  width: 50%;
  text-align: right;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__img {
    width: 100%;
  }
}
.front-sec05-block01__content {
  position: relative;
  width: 50%;
  padding: 40px 0 20px 40px;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .front-sec05-block01__content {
    padding: 40px 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__content {
    width: 100%;
    padding: 12px 0px 20px 0px;
  }
}
.front-sec05-block01__content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -118px;
  width: 880px;
  height: 472px;
  background: url("../img/front/sec05-bg02.webp") no-repeat 0% 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__content::before {
    width: 120%;
    top: auto;
    left: 0%;
    bottom: 260px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
.front-sec05-block01__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 19px 13px 24px;
  background-color: #fff;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__title {
    padding: 15px 15px 13px 15px;
    font-size: 20px;
  }
}
.front-sec05-block01__fukidashi {
  position: relative;
  width: 408px;
  margin: 0 0 0px 40px;
  padding: 94px 0px 80px 94px;
  z-index: 2;
}
@media screen and (max-width: 1050px) {
  .front-sec05-block01__fukidashi {
    width: 408px;
    margin: 0 0 0px -34px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__fukidashi {
    width: 357px;
    margin: 0 auto 0px auto;
    padding: 81px 0px 80px 81px;
  }
}
.front-sec05-block01__fukidashi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 408px;
  height: 300px;
  background: url("../img/front/sec05-fukidashi.png") repeat-y 0% 100%;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__fukidashi::before {
    width: 360px;
    height: 262px;
  }
}
.front-sec05-block01__btn {
  display: flex;
  justify-content: flex-end;
  padding-right: 160px;
}
@media screen and (max-width: 1050px) {
  .front-sec05-block01__btn {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-sec05-block01__btn {
    justify-content: center;
    padding-right: 0;
  }
}
.front-sec05-block01__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 258px;
  height: 58px;
  background-color: #004ca0;
  color: #fff;
  font-size: 16px;
}
.front-sec05-block01__btn a span {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background: url("../img/icon-arrow.png") no-repeat 50% 50%;
  background-size: 16px auto;
}

/* 東進ホームについて */
.front-sec06 {
  padding: 60px 0 85px 0;
  background-color: #f6f7f7;
}
.front-sec06__inner {
  padding: 0 20px;
}

.front-sec06-block01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 55px;
}
.front-sec06-block01__img {
  width: 415px;
  max-width: 45%;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .front-sec06-block01__img {
    max-width: 100%;
  }
}
.front-sec06-block01__content {
  width: 677px;
  max-width: 55%;
}
@media screen and (max-width: 1200px) {
  .front-sec06-block01__content {
    max-width: 100%;
  }
}

.front-sec06-block02 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 27px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .front-sec06-block02 {
    gap: 20px;
  }
}
.front-sec06-block02__item {
  width: calc(50% - 13.5px);
}
@media screen and (max-width: 767px) {
  .front-sec06-block02__item {
    width: 100%;
    text-align: center;
  }
}

/* 東進ホームについて */
.front-blog {
  padding: 66px 0 75px 0;
  overflow: hidden;
}
.front-blog__inner {
  padding: 0 20px;
}

.front-blog-block01 {
  position: relative;
  width: 780px;
  max-width: 100%;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 767px) {
  .front-blog-block01 {
    margin: 0 auto 180px auto;
  }
}
.front-blog-block01::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -170px;
  width: 150px;
  height: 186px;
  background: url("../img/front/sec07-illust01.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-blog-block01::before {
    top: -178px;
    left: 0px;
    width: 84px;
    height: 106px;
  }
}
.front-blog-block01::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -170px;
  width: 170px;
  height: 193px;
  background: url("../img/front/sec07-illust02.webp") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .front-blog-block01::after {
    bottom: -124px;
    right: 0px;
    width: 84px;
    height: 106px;
  }
}
.front-blog-block01__item {
  padding: 25px 20px;
  border-bottom: 1px dotted #111;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__item {
    padding: 25px 0px;
  }
}
.front-blog-block01__item:first-of-type {
  border-top: 1px dotted #111;
}
.front-blog-block01__link {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.front-blog-block01__info {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__info {
    width: 120px;
  }
}
.front-blog-block01__title {
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .front-blog-block01__title {
    -webkit-line-clamp: 2;
  }
}

.front-blog-insta-title {
  margin-bottom: 25px;
  text-align: center;
}

.front-blog-insta {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  overflow: hidden;
}

/* お問い合わせ */
.cta {
  padding: 40px 0 85px 0;
  background: url("../img/cta-bg01.webp") no-repeat 50% 50%;
  background-size: cover;
}
.cta__inner {
  padding: 0 20px;
  text-align: center;
}
.cta__fukidashi {
  position: relative;
  left: -150px;
}
@media screen and (max-width: 767px) {
  .cta__fukidashi {
    left: -20px;
    width: 100px;
  }
}
.cta__title {
  font-size: 48px;
  font-family: "nitalago-ruika", sans-serif;
  line-height: 1.46;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 30px;
  }
}
.cta__free-dial {
  margin-bottom: 35px;
  padding-right: 20px;
  font-size: 48px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cta__free-dial {
    padding-right: 20px;
    font-size: 30px;
  }
}
.cta__free-dial img {
  position: relative;
  top: -2px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .cta__free-dial img {
    width: 37px;
    margin-right: 8px;
  }
}
.cta__tel {
  margin-bottom: 45px;
  font-family: "nitalago-ruika", sans-serif;
  font-weight: 700;
}
.cta__tel a {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .cta__tel a {
    font-size: 20px;
  }
}

.cta-block01 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 34px;
}
@media screen and (max-width: 767px) {
  .cta-block01__document {
    width: 100%;
  }
}
.cta-block01__document a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 522px;
  max-width: 100%;
  height: 130px;
  padding: 13px 40px 14px 20px;
  background-color: #3fbdef;
  font-size: 30px;
  letter-spacing: 0.12em;
  font-weight: bold;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-block01__document a {
    width: 100%;
    height: 80px;
    padding: 13px 20px 14px 20px;
    font-size: 20px;
  }
}
.cta-block01__document a > span {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  background: url("../img/icon-search.png") no-repeat 0px 0px;
  background-size: 60px auto;
}
@media screen and (max-width: 767px) {
  .cta-block01__document a > span {
    width: 38px;
    height: 38px;
    margin-right: 20px;
    background-size: 38px auto;
  }
}
@media screen and (max-width: 767px) {
  .cta-block01__contact {
    width: 100%;
  }
}
.cta-block01__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 522px;
  max-width: 100%;
  height: 130px;
  padding: 13px 40px 14px 20px;
  background-color: #004ca0;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta-block01__contact a {
    width: 100%;
    height: 80px;
    padding: 13px 20px 14px 20px;
    font-size: 20px;
  }
}
.cta-block01__contact a > span {
  width: 61px;
  height: 46px;
  margin-right: 60px;
  background: url("../img/icon-mail.png") no-repeat 0px 0px;
  background-size: 61px auto;
}
@media screen and (max-width: 767px) {
  .cta-block01__contact a > span {
    width: 41px;
    height: 38px;
    margin-right: 35px;
    background-size: 41px auto;
    background-position: 0 4px;
  }
}