@charset "UTF-8";
/* Scss Document */
/* CSS Document */
/* fonts */
@font-face {
  src: url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenOldMincho-Black.woff) format("woff"), url(../fonts/ZenOldMincho-Black.woff2) format("woff2");
  font-family: "Zen Old Minch";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  src: url(../fonts/ZenOldMincho-Bold.woff) format("woff"), url(../fonts/ZenOldMincho-Bold.woff2) format("woff2");
  font-family: "Zen Old Minch";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url(../fonts/Jost-Medium.woff) format("woff"), url(../fonts/Jost-Medium.woff2) format("woff2");
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../fonts/timesbd.woff) format("woff"), url(../fonts/timesbd.woff2) format("woff2");
  font-family: "Times New Roman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* font:rem=px デザインしたwidthを割る  */
html {
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color: #28292A;
  font-display: optional;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

.pc_hide {
  display: block;
}
@media only screen and (min-width: 769px) {
  .pc_hide {
    display: none;
  }
}

.sp_hide {
  display: none;
}
@media only screen and (min-width: 769px) {
  .sp_hide {
    display: block;
  }
}

/* common */
.back_en {
  position: relative;
}
.back_en::after {
  position: absolute;
  font-family: "Times New Roman";
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  font-size: 8rem;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .back_en::after {
    font-size: 10rem;
    left: 27rem;
    top: 0.5em;
  }
}

h2 {
  text-align: center;
  color: #304363;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  h2 {
    font-size: 4rem;
    margin-bottom: 2.5rem;
  }
}

.inner {
  position: relative;
  z-index: 1;
  padding: 5rem 3rem;
}
@media only screen and (min-width: 769px) {
  .inner {
    padding: 10rem 27rem;
  }
}

.splide {
  padding-bottom: 2.5rem;
}
.splide__arrow {
  background: #304363;
  opacity: 1;
  width: 3rem;
  height: 3rem;
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow--prev {
  left: 0.5rem;
}
.splide__arrow--next {
  right: 0.5rem;
}
.splide__pagination {
  bottom: 0;
}
.splide__pagination__page.is-active {
  background: #304363;
  transform: scale(1);
}

.note p span {
  padding-left: 1em;
  position: relative;
  display: inline-block;
}
.note p span::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

/**/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 6rem 1rem 2rem;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .header {
    padding: 1.5rem 8rem;
  }
}
.header .logo {
  cursor: pointer;
  width: 4rem;
}
@media only screen and (min-width: 769px) {
  .header .logo {
    width: 5rem;
  }
}
.header_btn a {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  background: #B09E55;
  border: 0.2rem solid rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0.5em 2.4em 0.5em 1em;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .header_btn a {
    font-size: 1.6rem;
  }
}
.header_btn a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.4s;
}
.header_btn a:hover {
  filter: saturate(120%);
}
.header_btn a:hover::after {
  right: 0.4em;
}
.header .nav_btn {
  display: none;
}
@media only screen and (max-width: 769px) {
  .header .nav_btn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 2rem;
    height: 1.6rem;
    transition: all 0.4s;
    z-index: 1000;
  }
}
.header .nav_btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #B09E55;
  transition: all 0.4s;
}
.header .nav_btn span:first-of-type {
  top: 0;
}
.header .nav_btn span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .nav_btn span:last-of-type {
  bottom: 0;
}
.header .nav_btn.open span {
  background: #fff;
}
.header .nav_btn.open span:first-of-type {
  top: 1rem;
  transform: rotate(-45deg);
}
.header .nav_btn.open span:nth-last-of-type(2) {
  display: none;
}
.header .nav_btn.open span:last-of-type {
  top: 1rem;
  transform: rotate(45deg);
}
@media only screen and (max-width: 769px) {
  .header nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    transition: all 0.4s;
    z-index: 999;
  }
}
.header nav.open {
  right: 0;
}
.header nav .nav_menu {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 769px) {
  .header nav .nav_menu {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    gap: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .header nav .nav_menu {
    gap: 5rem;
  }
}
.header nav .nav_menu li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #28292A;
}
@media only screen and (max-width: 769px) {
  .header nav .nav_menu li a {
    display: block;
    padding: 1em 0;
    color: #fff;
  }
}
.header nav .nav_menu li.header_btn a {
  color: #fff;
}

/*FV*/
.fv {
  position: relative;
}
.fv::before {
  position: absolute;
  content: "";
  background: rgba(40, 41, 42, 0.65);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fv .fv_animation {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fv_animation 15s 0s infinite;
  z-index: -1;
}
.fv .fv_animation:nth-child(2) {
  animation-delay: 5s;
}
.fv .fv_animation:nth-child(3) {
  animation-delay: 10s;
}
@keyframes fv_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fv .fv_animation img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv .inner {
  padding: 3rem 2rem 2.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .inner {
    padding: 5rem 27rem;
  }
}
.fv .maincatch {
  text-align: center;
}
.fv .maincatch .sub .sub_title_wrap {
  background: #304363;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0.25em 1em;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 769px) {
  .fv .maincatch .sub .sub_title_wrap {
    font-size: 2rem;
  }
}
.fv .maincatch .sub .sub_title_wrap .strong {
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch .sub .sub_title_wrap .strong {
    font-size: 2.8rem;
  }
}
.fv .maincatch .sub + .main {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch .sub + .main {
    margin-top: 2.5rem;
  }
}
.fv .maincatch h2 {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2 {
    margin-bottom: 2rem;
  }
}
.fv .maincatch h2.main {
  color: #fff;
  line-height: 1.25;
  text-shadow: 0 0 0.4rem #28292A;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2.main {
    line-height: 1.4;
  }
}
.fv .maincatch h2.main .first_line {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2.main .first_line {
    font-size: 3.6rem;
  }
}
.fv .maincatch h2.main .first_line .hira {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2.main .first_line .hira {
    font-size: 2.4rem;
  }
}
.fv .maincatch h2.main p {
  font-size: 3.8rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2.main p {
    font-size: 5.6rem;
  }
}
.fv .maincatch h2.main p .hira {
  font-size: 3rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch h2.main p .hira {
    font-size: 4rem;
  }
}
.fv .maincatch .bottom_title span {
  display: inline-block;
  position: relative;
  padding: 0 1.2em;
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch .bottom_title span {
    font-size: 2rem;
  }
}
.fv .maincatch .bottom_title span::before, .fv .maincatch .bottom_title span::after {
  position: absolute;
  content: "";
  top: 50%;
  height: 1px;
  width: 0.8em;
  background: rgba(255, 255, 255, 0.5);
}
.fv .maincatch .bottom_title span::before {
  left: 0;
}
.fv .maincatch .bottom_title span::after {
  right: 0;
}
.fv .maincatch + div {
  margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
  .fv .maincatch + div {
    margin-top: 6rem;
  }
}
.fv .strengths {
  display: flex;
  justify-content: center;
}
.fv .strengths ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 769px) {
  .fv .strengths ul {
    display: flex;
    gap: 1.5rem;
  }
}
.fv .strengths ul li {
  text-align: center;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.3rem;
  line-height: 1.2;
  padding: 1.8rem 0.6rem 1.2rem;
  color: #304363;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .fv .strengths ul li {
    width: auto;
    padding: 2.8rem 2.5rem 2rem;
    font-size: 2rem;
  }
}
.fv .strengths ul li .strong {
  font-weight: 700;
}
.fv .strengths ul li::before {
  position: absolute;
  content: "";
  width: 4rem;
  height: 4rem;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .fv .strengths ul li::before {
    top: -3.8rem;
    width: 6rem;
    height: 6rem;
  }
}
.fv .strengths ul li:first-child::before {
  background: url(../images/strengths_icon_house.svg) no-repeat center/contain;
}
.fv .strengths ul li:nth-child(2)::before {
  background: url(../images/strengths_icon_money.svg) no-repeat center/contain;
}
.fv .strengths ul li:nth-child(3)::before {
  background: url(../images/strengths_icon_document.svg) no-repeat center/contain;
}
.fv .note {
  font-size: 1rem;
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .fv .note {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}

/*CTA*/
.cta_area {
  background: #304363;
  color: #fff;
}
.cta_area .inner {
  padding: 3.5rem 3rem 4.5rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .inner {
    padding: 5rem 27rem 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
.cta_area .cta_wrap .intro .top {
  text-align: center;
}
.cta_area .cta_wrap .intro .top span {
  position: relative;
}
.cta_area .cta_wrap .intro .top span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.1rem;
  top: calc(100% + 1rem);
  left: 0;
  background: url(../images/intro_under.svg) no-repeat center/contain;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .top span::after {
    height: 1.3rem;
    bottom: calc(100% + 0.6rem);
  }
}
.cta_area .cta_wrap .intro .top + div {
  margin-top: 3rem;
}
.cta_area .cta_wrap .intro .consultation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .consultation {
    justify-content: flex-start;
    gap: 2rem;
  }
}
.cta_area .cta_wrap .intro .consultation figure {
  width: 7rem;
  height: 7rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .consultation figure {
    width: 8rem;
    height: 8rem;
  }
}
.cta_area .cta_wrap .intro .consultation p {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .consultation p {
    font-size: 2.4rem;
  }
}
.cta_area .cta_wrap .intro .consultation p .line {
  color: #06C755;
}
.cta_area .cta_wrap .intro .consultation p .bold {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.cta_area .cta_wrap .intro .consultation p .strong {
  font-weight: 700;
  font-size: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .consultation p .strong {
    font-size: 4.8rem;
  }
}
.cta_area .cta_wrap .intro .consultation p .middle {
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro .consultation p .middle {
    font-size: 4rem;
  }
}
.cta_area .cta_wrap .intro + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .intro + div {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn {
    width: 44%;
  }
}
.cta_area .cta_wrap .btn a {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  border: 0.2rem solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.2rem 0.4rem #28292A;
  text-shadow: 0 0 0.4rem rgba(40, 41, 42, 0.35);
  border-radius: 0.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 2rem 0;
  transition: all 0.4s;
}
.cta_area .cta_wrap .btn a.tel {
  background: #6D98E3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a.tel {
    pointer-events: none;
  }
}
.cta_area .cta_wrap .btn a.tel .free {
  font-size: 1.4rem;
  background: #fff;
  color: #6D98E3;
  padding: 0.5rem;
  border-radius: 0.2rem;
  text-shadow: none;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a.tel .free {
    font-size: 1.6rem;
  }
}
.cta_area .cta_wrap .btn a.tel .number {
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a.tel .number {
    font-size: 2.6rem;
  }
}
.cta_area .cta_wrap .btn a.tel::before {
  background: url(../images/icon_tel.svg) no-repeat center/contain;
}
.cta_area .cta_wrap .btn a.to_form {
  background: #B09E55;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a.to_form {
    font-size: 2.4rem;
  }
}
.cta_area .cta_wrap .btn a.to_form::before {
  background: url(../images/icon_mail.svg) no-repeat center/contain;
}
.cta_area .cta_wrap .btn a::before, .cta_area .cta_wrap .btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.cta_area .cta_wrap .btn a::before {
  left: 2rem;
  width: 3rem;
  height: 3rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.cta_area .cta_wrap .btn a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  right: 1em;
  width: 2.7rem;
  height: 2.7rem;
  transition: all 0.4s;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.cta_area .cta_wrap .btn a:hover {
  filter: saturate(120%);
  box-shadow: 0 0.2rem 0.2rem #28292A;
}
.cta_area .cta_wrap .btn a:hover::after {
  right: 0.8em;
}
.cta_area .cta_wrap .btn a + a {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  .cta_area .cta_wrap .btn a + a {
    margin-top: 2rem;
  }
}

/*HOUSTARTについて*/
.about_us {
  background: #F0F1E9;
}
.about_us.back_en::after {
  content: "About us";
}
.about_us .inner {
  padding: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .about_us .inner {
    padding: 10rem 0;
  }
}
.about_us .introduction {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 3rem;
}
@media only screen and (min-width: 769px) {
  .about_us .introduction {
    padding: 0 40.5rem;
  }
}
.about_us .introduction + div {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .about_us .introduction + div {
    margin-top: 5rem;
  }
}
.about_us .voice_slider .splide__list .splide__slide {
  background: #fff;
  border: solid 1px #304363;
  padding: 2.5rem;
}
@media only screen and (min-width: 769px) {
  .about_us .voice_slider .splide__list .splide__slide {
    padding: 2.5rem;
  }
}
.about_us .voice_slider .splide__list .splide__slide .top {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1.6rem;
}
.about_us .voice_slider .splide__list .splide__slide .top .icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.about_us .voice_slider .splide__list .splide__slide .top .icon.yellow {
  background: #f4b400;
}
.about_us .voice_slider .splide__list .splide__slide .top .icon.blue {
  background: #4285f4;
}
.about_us .voice_slider .splide__list .splide__slide .top .icon.green {
  background: #0f9d58;
}
.about_us .voice_slider .splide__list .splide__slide .top .name {
  line-height: 1.4;
  font-weight: 700;
}
.about_us .voice_slider .splide__list .splide__slide .top .name .star {
  color: #FABB05;
}
.about_us .voice_slider .splide__list .splide__slide .top + div {
  margin-top: 2rem;
}
@media only screen and (max-width: 769px) {
  .about_us .voice_slider .splide__list .splide__slide .comment {
    font-size: 1.4rem;
  }
}
.about_us .voice_slider + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .about_us .voice_slider + div {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 769px) {
  .about_us .splide__arrow--prev {
    left: 41.3rem;
  }
}
@media only screen and (min-width: 769px) {
  .about_us .splide__arrow--next {
    right: 41.3rem;
  }
}
.about_us .note {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .about_us .note {
    font-size: 1.4rem;
  }
}
.about_us .note + div {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .about_us .note + div {
    margin-top: 5rem;
  }
}
.about_us .recommend {
  padding: 0 3rem;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend {
    padding: 0 36rem;
  }
}
.about_us .recommend h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 700;
  color: #304363;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend h3 {
    font-size: 2.8rem;
  }
}
.about_us .recommend .list {
  position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 3rem 0;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend .list {
    padding: 4rem 0;
  }
}
.about_us .recommend .list::after {
  position: absolute;
  bottom: calc(100% - 0.7rem);
  left: 0;
  line-height: 1;
  font-family: "Times New Roman";
  content: "Recommend";
  color: rgba(255, 255, 255, 0.5);
  font-size: 4rem;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend .list::after {
    bottom: calc(100% - 1rem);
    font-size: 6rem;
  }
}
.about_us .recommend .list ol li span {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend .list ol li span {
    font-size: 2rem;
  }
}
.about_us .recommend .list ol li span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../images/check.svg) no-repeat center/contain;
  transform: translateY(-50%);
}
.about_us .recommend .list ol li + li {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #ddd;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend .list ol li + li {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
  }
}
.about_us .recommend + div {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .about_us .recommend + div {
    margin-top: 5rem;
  }
}
.about_us .splide.sample_photo {
  padding-bottom: 0;
}

/*HOUSTARTが選ばれる理由*/
.reason {
  background: #304363;
}
.reason.back_en::after {
  content: "Reason";
  color: rgba(255, 255, 255, 0.1);
}
@media only screen and (min-width: 769px) {
  .reason .inner {
    padding: 10rem 22rem;
  }
}
.reason h2 {
  color: #fff;
}
.reason h2 .strong {
  font-size: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .reason h2 .strong {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.reason ul li {
  background: #fff;
  position: relative;
  padding: 2rem 2rem 2.5rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li {
    padding: 3.5rem 0 4rem;
  }
}
.reason ul li::before, .reason ul li::after {
  position: absolute;
  content: "";
  background: #304363;
  width: 1.5rem;
  height: 1.5rem;
}
.reason ul li::before {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.reason ul li::after {
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.reason ul li .heading {
  text-align: center;
}
.reason ul li .heading .number {
  position: relative;
  font-family: "Jost", sans-serif;
  color: #B09E55;
  display: inline-block;
  line-height: 1;
  padding: 0 2.5rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li .heading .number {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.reason ul li .heading .number::before, .reason ul li .heading .number::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1px;
  background: #B09E55;
  top: 50%;
  transform: translateY(-50%);
}
.reason ul li .heading .number::before {
  left: 0;
}
.reason ul li .heading .number::after {
  right: 0;
}
.reason ul li .heading h3 {
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  color: #304363;
  font-weight: 900;
  font-size: 1.6rem;
}
@media only screen and (max-width: 769px) {
  .reason ul li .heading h3 .middle {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .reason ul li .heading h3 .strong {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li .heading h3 .pc_small {
    font-size: 2rem;
  }
}
.reason ul li .heading h3 .adjust_letter {
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 769px) {
  .reason ul li .heading h3 .adjust_letter_02 {
    letter-spacing: -0.06em;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li .heading h3 {
    font-size: 2.4rem;
  }
}
.reason ul li .heading + div {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li .heading + div {
    margin-top: 2rem;
  }
}
.reason ul li .contents figure + div {
  margin-top: 1.5rem;
}
.reason ul li .contents .text p .strong {
  color: #B09E55;
  font-weight: 700;
}
.reason ul li .contents .text p + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text p + div {
    margin-top: 1.5rem;
  }
}
.reason ul li .contents .text .comparison .case {
  position: relative;
  border: solid 1px;
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 4rem 2rem 1.5rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text .comparison .case {
    gap: 1rem;
    padding: 3.5rem 1rem 1.5rem;
  }
}
.reason ul li .contents .text .comparison .case span {
  position: absolute;
  content: "";
  color: #fff;
  font-size: 1.2rem;
  padding: 0.25em 0.5em;
  top: 0;
  left: 0;
}
.reason ul li .contents .text .comparison .case figure img {
  width: 2.8rem;
  height: 2.8rem;
}
.reason ul li .contents .text .comparison .case p {
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text .comparison .case p {
    font-size: 1.4rem;
  }
}
.reason ul li .contents .text .comparison .case.other {
  border-color: #28292A;
  background: #ddd;
}
.reason ul li .contents .text .comparison .case.other span {
  background: #28292A;
}
.reason ul li .contents .text .comparison .case.other p {
  color: #555;
}
.reason ul li .contents .text .comparison .case.houstart {
  border-color: #B09E55;
  background: #F0F1E9;
}
.reason ul li .contents .text .comparison .case.houstart span {
  background: #B09E55;
}
.reason ul li .contents .text .comparison .case.houstart p {
  font-weight: 700;
}
.reason ul li .contents .text .comparison .case + .case {
  margin-top: 1rem;
}
.reason ul li .contents .text .comparison + div {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text .comparison + div {
    margin-top: 1.5rem;
  }
}
.reason ul li .contents .text .to_method a {
  position: relative;
  display: block;
  background: #28292A;
  color: #fff;
  text-align: center;
  padding: 1em 0;
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text .to_method a {
    font-size: 1.4rem;
  }
}
.reason ul li .contents .text .to_method a::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 0.5em;
  width: 2em;
  height: 2em;
  background: url(../images/arrow.svg) no-repeat center/contain;
  transform: rotate(90deg);
}
@media only screen and (min-width: 769px) {
  .reason ul li .contents .text .to_method a::after {
    right: 1em;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:first-child {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:first-child .contents {
    display: flex;
    gap: 2.5rem;
    width: 85rem;
    margin: 2rem auto 0;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:first-child .contents .main_image {
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:first-child .contents .text {
    margin-top: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:nth-child(2) {
    width: calc(50% - 1rem);
    padding: 3.5rem 4rem 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:nth-child(3) {
    width: calc(50% - 1rem);
    padding: 3.5rem 4rem 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .reason ul li:nth-child(n+4) {
    width: calc(33.3333333333% - 1.3333333333rem);
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 769px) {
  .reason ul li + li {
    margin-top: 2rem;
  }
}

/*施工費用の調達*/
.method {
  background: #999;
  color: #fff;
}
.method .inner {
  padding: 3.5rem 3rem 4rem;
}
@media only screen and (min-width: 769px) {
  .method .inner {
    padding: 6rem 27rem 8rem;
  }
}
.method .attention_mark {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}
@media only screen and (min-width: 769px) {
  .method .attention_mark {
    margin: 0 auto 1.5rem;
  }
}
.method .heading {
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2rem;
  text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 769px) {
  .method .heading {
    font-size: 2.4rem;
  }
}
.method .heading .yellow {
  color: #E3DA6D;
}
.method .heading .yellow.underline {
  position: relative;
  display: inline-block;
}
.method .heading .yellow.underline::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #E3DA6D;
}
.method .heading + p {
  margin-top: 2rem;
}
.method p {
  line-height: 2;
}
@media only screen and (min-width: 769px) {
  .method p {
    padding: 0 13.5rem;
  }
}
.method p .strong {
  font-weight: 700;
}
.method .demerit {
  margin: 2rem 0;
}
@media only screen and (min-width: 769px) {
  .method .demerit {
    padding: 0 13.5rem;
  }
}
.method .demerit dl {
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 700;
  background: #F0F1E9;
  border: solid 3px #555;
  border-radius: 0.2rem;
  overflow: hidden;
}
.method .demerit dl dt {
  text-align: center;
  background: #555;
  padding: 0.5em;
}
.method .demerit dl dd {
  color: #555;
  display: flex;
  justify-content: center;
  padding: 1rem 0 2rem;
}
@media only screen and (min-width: 769px) {
  .method .demerit dl dd {
    padding: 1.5rem 0 2rem;
  }
}
@media only screen and (min-width: 769px) {
  .method .demerit dl dd ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.method .demerit dl dd ul li {
  position: relative;
  line-height: 2;
  padding-left: 1em;
}
.method .demerit dl dd ul li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}

/*実際の施工事例*/
.case {
  background: #F0F1E9;
}
.case.back_en::after {
  content: "Case";
}
@media only screen and (min-width: 769px) {
  .case.back_en::after {
    left: 4.25em;
  }
}
.case .inner {
  padding: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .case .inner {
    padding: 10rem 34.5rem;
  }
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap {
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  padding: 1rem 1rem 1.5rem;
  margin: 0.5rem;
  font-size: 1.6rem;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo {
  position: relative;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo img {
  min-height: 20.7rem;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo span {
  display: inline-block;
  font-family: "Jost", sans-serif;
  color: #fff;
  line-height: 1;
  font-size: 2rem;
  padding: 0.35em 0.5em 0.25em;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo span {
    font-size: 1.8rem;
  }
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo.before span {
  background: #304363;
  top: 0;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo.before::after {
  position: absolute;
  content: "";
  top: calc(100% + 0.8rem);
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/case/arrow_ba.svg) no-repeat center/contain;
  width: 2rem;
  height: 1.7rem;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo.after span {
  background: #B09E55;
  bottom: 0;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .case_photo + .case_photo {
  margin-top: 3.3rem;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .customer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  font-weight: 700;
  font-size: 1.6rem;
  color: #304363;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .customer .name {
  position: relative;
}
.case .case_slider .splide__track .splide__list .splide__slide .case_wrap .customer .name::after {
  position: absolute;
  content: "";
  top: 0;
  right: -1em;
  height: 100%;
  width: 1px;
  background: #ddd;
}
.case .case_slider + .case_slider {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  .case .splide__arrow--prev {
    left: -2rem;
  }
}
@media only screen and (min-width: 769px) {
  .case .splide__arrow--next {
    right: -2rem;
  }
}

/*HOUSTARTのスタッフ*/
.staff.back_en::after {
  content: "Staff";
  color: rgba(240, 241, 233, 0.5);
}
@media only screen and (min-width: 769px) {
  .staff.back_en::after {
    left: 3.5em;
  }
}
.staff .inner {
  padding: 5rem 3rem;
}
@media only screen and (min-width: 769px) {
  .staff .inner {
    padding: 10rem 0;
  }
}
.staff h2 span {
  font-size: 3.6rem;
}
@media only screen and (min-width: 769px) {
  .staff h2 span {
    font-size: 4.6rem;
  }
}
.staff .introduction {
  line-height: 2;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  .staff .introduction {
    padding: 0 40.5rem;
  }
}
@media only screen and (min-width: 769px) {
  .staff ul {
    margin: 0 22rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.staff ul li {
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(48, 67, 99, 0.2);
}
.staff ul li figure {
  width: 100%;
  height: 18rem;
}
.staff ul li figure img {
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -4.5rem;
     object-position: center -4.5rem;
}
.staff ul li .contents {
  padding: 1.5rem 2.5rem 2.5rem;
}
@media only screen and (min-width: 769px) {
  .staff ul li .contents {
    padding: 1.5rem 3rem 3rem;
  }
}
.staff ul li .contents .top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.staff ul li .contents .top .position {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.25em 0.75em;
  border-radius: 0.2rem;
  background: #304363;
  color: #fff;
}
.staff ul li .contents .top .name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #304363;
}
.staff ul li .contents .message {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 769px) {
  .staff ul li + li {
    margin-top: 2rem;
  }
}

/*ご相談〜完了までの流れ*/
.flow {
  background: #F0F1E9;
}
.flow.back_en::after {
  content: "Flow";
}
@media only screen and (min-width: 769px) {
  .flow.back_en::after {
    left: 3.5em;
  }
}
@media only screen and (min-width: 769px) {
  .flow .inner {
    padding: 10rem 40.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .flow h2 .hira {
    font-size: 2.4rem;
  }
}
.flow ul {
  position: relative;
}
.flow ul::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  background: #304363;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.flow ul li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.8rem rgba(48, 67, 99, 0.2);
}
.flow ul li .icon {
  background: #304363;
  padding: 1.5rem;
}
.flow ul li .icon figure {
  width: 5rem;
  height: 5rem;
}
.flow ul li .step {
  padding: 1.5rem;
  line-height: 1.4;
}
.flow ul li .step .number {
  font-family: "Jost", sans-serif;
  color: #B09E55;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .flow ul li .step .number {
    font-size: 1.4rem;
  }
}
.flow ul li .step .heading {
  color: #304363;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .flow ul li .step .heading {
    font-size: 2rem;
  }
}
.flow ul li + li {
  margin-top: 2rem;
}
.flow .explanation {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .flow .explanation {
    margin-top: 2rem;
  }
}

/*「今日もいい日」をつくる家。*/
.mission.back_en::after {
  content: "Mission";
  color: rgba(240, 241, 233, 0.5);
}
@media only screen and (min-width: 769px) {
  .mission .inner {
    padding: 10rem 22rem 11rem;
  }
}
@media only screen and (min-width: 769px) {
  .mission .content_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 5rem;
  }
}
.mission .content_wrap figure img {
  box-shadow: 2rem 2rem 0 rgba(48, 67, 99, 0.2);
}
.mission .content_wrap p {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 769px) {
  .mission .content_wrap p {
    margin-top: 3.5rem;
  }
}

/*お申し込みフォーム*/
.contact {
  background: #304363;
}
.contact.back_en::after {
  content: "Contact";
  color: rgba(255, 255, 255, 0.1);
}
.contact h2 {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .contact .form_wrap {
    width: 70%;
    margin: 0 auto;
  }
}
.contact form .content + .content {
  margin-top: 2.5rem;
}
.contact form .content p {
  color: #fff;
}
.contact form .content p.heading {
  margin-bottom: 1rem;
}
.contact form .content p span:not(.note) {
  display: inline-block;
  padding: 0 0.5em 0.1em;
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.2rem;
  margin-right: 1rem;
}
.contact form .content p span:not(.note).required {
  background: #EB7371;
}
.contact form .content p span:not(.note).optionally {
  background: #999;
}
.contact form .content p .note {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 769px) {
  .contact form .content p .note {
    margin-left: 1rem;
  }
}
.contact form .content input::-moz-placeholder {
  color: #ccc;
  font-weight: 400;
}
.contact form .content input::placeholder {
  color: #ccc;
  font-weight: 400;
}
.contact form .content input[type=text],
.contact form .content input[type=email],
.contact form .content input[type=tel],
.contact form .content textarea,
.contact form .content select {
  width: 100%;
  background: #fff;
  padding: 0.8em 1em;
}
.contact form .content select {
  cursor: pointer;
}
.contact form .content textarea {
  min-height: 9em;
}
.contact form .content .select_wrap {
  position: relative;
}
.contact form .content .select_wrap::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: #28292A;
  width: 1rem;
  height: 0.5rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.contact form .content label p {
  margin-bottom: 1rem;
}
.contact form .content + .submit_wrap {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  .contact form .content + .submit_wrap {
    margin-top: 4rem;
  }
}
.contact form .submit_wrap {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .contact form .submit_wrap {
    width: 53%;
    margin: 0 auto;
  }
}
.contact form .submit_wrap::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 2.7rem;
  height: 2.7rem;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .contact form .submit_wrap::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.contact form .submit_wrap input[type=submit] {
  cursor: pointer;
  width: 100%;
  background: #B09E55;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 1em 0;
  font-size: 1.8rem;
  border-radius: 0.2rem;
  color: #fff;
  border: 0.2rem solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.2rem 0.4rem #28292A;
  text-shadow: 0 0 0.4rem rgba(40, 41, 42, 0.35);
}

/*会社概要*/
.company {
  background: #F0F1E9;
}
@media only screen and (min-width: 769px) {
  .company .inner {
    padding: 10rem 40.5rem;
  }
}
.company dl div {
  display: flex;
  gap: 1rem;
  line-height: 1.4;
  padding: 1em 0;
}
.company dl div dt {
  color: #304363;
  width: 30%;
}
.company dl div dd {
  width: 70%;
}
.company dl div + div {
  border-top: solid 1px #fff;
}
.company dl div.last {
  border-bottom: solid 1px #fff;
}

/**/
.footer {
  background: #304363;
  color: #fff;
  text-align: center;
  padding: 3rem 0 3.5rem;
}
@media only screen and (min-width: 769px) {
  .footer {
    padding: 4rem 0 4.5rem;
  }
}
.footer figure {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 2.5rem;
}
.footer a {
  text-decoration: underline;
  font-size: 1.2rem;
}
.footer .copy {
  margin-top: 3rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  .footer .copy {
    font-size: 1.4rem;
  }
}

/**/
.thanks .inner {
  padding: 12rem 3rem;
}
@media only screen and (min-width: 769px) {
  .thanks .inner {
    padding: 12rem 27rem;
  }
}
@media only screen and (min-width: 769px) {
  .thanks p {
    text-align: center;
  }
}
.thanks .back {
  width: 80%;
  margin: 5rem auto 0;
}
@media only screen and (min-width: 769px) {
  .thanks .back {
    width: 40%;
  }
}
.thanks .back a {
  position: relative;
  display: block;
  text-align: center;
  background: #304363;
  color: #fff;
  padding: 0.8em 0;
  border-radius: 0.2rem;
}
.thanks .back a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 1.3em;
  height: 1.3em;
  top: 50%;
  left: 1em;
  transform: translateY(-50%) scale(-1, 1);
}/*# sourceMappingURL=style.css.map */