:root {
  --viewport-width: 100vw;
  --b: calc(var(--viewport-width) / 160);
}

@media screen and (max-width: 550px) {
  :root {
    --viewport-width: max(100vw, 550px);
    --b: calc(var(--viewport-width) / 55);
  }
}
#itsumohouse p span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#itsumohouse .property {
  border-top: initial;
  background: initial;
}
#itsumohouse .property .deco {
  display: none;
}
#itsumohouse .strong {
  position: relative;
  padding-top: max(13rem, 80px);
  padding-bottom: max(13rem, 80px);
  border-top: 4px solid #007440;
  background: linear-gradient(to bottom, #dbf2e9 0%, #fdfffe 35rem);
  z-index: 0;
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong {
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, #dbf2e9 0%, #fdfffe 200px);
  }
}
#itsumohouse .strong .deco1 {
  top: 5%;
  right: 0;
  width: 39.5rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong .deco1 {
    width: 200px;
  }
}
#itsumohouse .strong .title {
  color: #007440;
  font-size: max(2.6rem, 24px);
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong .title {
    font-size: 24px;
    line-height: 160%;
  }
}
#itsumohouse .strong__inner--video {
  width: max(60%, 400px);
  aspect-ratio: 16/9;
  margin: 5% auto 10% auto;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .strong__inner--video {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong__inner--video {
    width: 100%;
  }
}
#itsumohouse .strong__inner--video iframe {
  width: 100%;
  height: 100%;
}
#itsumohouse .strong__flex {
  display: flex;
  gap: 5rem;
  margin-top: max(8rem, 50px);
}
@media screen and (max-width: 1000px) {
  #itsumohouse .strong__flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong__flex {
    margin-top: 50px;
  }
}
#itsumohouse .strong__flex.row {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .strong__flex.row {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong__flex {
    display: block;
  }
}
#itsumohouse .strong__flex--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
#itsumohouse .strong__flex--text .title {
  line-height: 200%;
  text-align: left;
  padding-bottom: max(2rem, 15px);
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong__flex--text {
    padding-bottom: 15px;
  }
}
#itsumohouse .strong__flex--images {
  width: 55%;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .strong__flex--images {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .strong__flex--images {
    width: 100%;
  }
}
#itsumohouse .strong__flex--images img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 550px) {
  #itsumohouse .strong__flex--images img {
    width: 100%;
    height: auto;
  }
}
#itsumohouse .work {
  position: relative;
}
#itsumohouse .work .deco1 {
  top: 15%;
  left: 0;
  width: 39.5rem;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work .deco1 {
    width: 200px;
  }
}
#itsumohouse .work__title {
  text-align: center;
  font-size: max(2.9rem, 29px);
  color: #ffffff;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.1em;
  padding: 40px 5% 25px;
  background-color: #007440;
}
#itsumohouse .work .inner1 {
  background: linear-gradient(#007440 50px, transparent 50px);
}
#itsumohouse .work__seinou {
  border: 1px solid #007440;
}
#itsumohouse .work__seinou--title {
  text-align: center;
  font-size: max(2.1rem, 21px);
  color: #007440;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #fdfffe, #dbf2e9);
  padding: 2%;
}
#itsumohouse .work__seinou--main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: max(2rem, 20px) 3%;
  padding: 3% 5%;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #itsumohouse .work__seinou--main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou--main {
    grid-template-columns: 1fr;
  }
}
#itsumohouse .work__seinou--main .flex {
  gap: 5%;
  display: flex;
  align-items: center;
  min-width: 300px;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou--main .flex {
    flex-direction: column;
    min-width: unset;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou--main .flex {
    width: 100%;
    flex-direction: row;
    text-align: left;
  }
}
#itsumohouse .work__seinou--main .flex .img {
  width: 25%;
  max-width: 100px;
}
#itsumohouse .work__seinou--main .flex .text {
  position: relative;
  flex: 1;
}
#itsumohouse .work__seinou--main .flex .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: 0.5s cubic-bezier(0.03, 0.29, 0.24, 0.72);
}
#itsumohouse .work__seinou--main .flex .text p {
  color: #007440;
  line-height: 1.5;
}
#itsumohouse .work__seinou--main .flex .text p.title {
  font-size: max(2.1rem, 21px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou--main .flex .text p.title {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
#itsumohouse .work__seinou--main.active .flex .text::before {
  transform: scaleX(0);
}
#itsumohouse .work__seinou2--topimg {
  width: 60%;
  margin: max(9rem, 50px) auto max(5rem, 30px);
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou2--topimg {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou2--topimg {
    margin: 50px auto 30px;
  }
}
#itsumohouse .work__seinou2--topimg span {
  display: block;
  font-size: max(1.4rem, 14px);
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou2--topimg span {
    font-size: 14px;
  }
}
#itsumohouse .work__seinou2--flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou2--flex {
    display: block;
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou2--flex {
    width: 100%;
  }
}
#itsumohouse .work__seinou2--flex .img {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou2--flex .img {
    width: 100%;
  }
}
#itsumohouse .work__seinou3--boxFlex {
  gap: 2%;
  display: flex;
  flex-wrap: wrap;
}
#itsumohouse .work__seinou3--box {
  margin-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3--box {
    gap: 5rem;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box {
    gap: 30px;
    margin-bottom: 30px;
  }
}
#itsumohouse .work__seinou3--box .text p {
  line-height: 2;
}
#itsumohouse .work__seinou3--box .text .titleFlex {
  display: flex;
  align-items: start;
  margin-top: max(2rem, 15px);
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3--box .text .titleFlex {
    margin-bottom: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3--box .text .titleFlex {
    align-items: center;
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex {
    align-items: end;
    margin-top: 15px;
  }
}
#itsumohouse .work__seinou3--box .text .titleFlex .title {
  gap: max(1rem, 5px);
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: max(1rem, 5px);
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex .title {
    gap: 5px;
    align-items: start;
    flex-direction: column;
    margin-top: 5px;
  }
}
#itsumohouse .work__seinou3--box .text .titleFlex .title .nmb {
  width: max(3rem, 25px);
  height: max(3rem, 25px);
  min-width: max(2.5rem, 25px);
  background-color: #007440;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex .title .nmb {
    width: 25px;
    height: 25px;
  }
}
#itsumohouse .work__seinou3--box .text .titleFlex .title .nmb span {
  color: white;
  font-size: max(1.8rem, 16px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex .title .nmb span {
    font-size: 16px;
  }
}
#itsumohouse .work__seinou3--box .text .titleFlex .title p {
  font-size: max(1.8rem, 16px);
  color: #007440;
  line-height: 160%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex .title p {
    font-size: 16px;
  }
}
#itsumohouse .work__seinou3--box .text .titleFlex .icon {
  width: max(7.4rem, 60px);
  min-width: max(7.4rem, 60px);
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3--box .text .titleFlex .icon {
    width: 60px;
    min-width: 60px;
  }
}
#itsumohouse .work__seinou3 .box1 {
  margin-top: 10%;
}
#itsumohouse .work__seinou3 .box1 .flex {
  gap: max(1rem, 10px);
  display: flex;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box1 .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3 .box1 .flex {
    gap: 10px;
  }
}
#itsumohouse .work__seinou3 .box1 .flex .img {
  display: flex;
  flex-direction: column;
}
#itsumohouse .work__seinou3 .box1 .flex .img b {
  display: block;
  color: #fff;
  font-size: max(1.6rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #007440;
  padding: max(1rem, 10px) max(1rem, 5px);
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box1 .flex .img b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .work__seinou3 .box1 .flex .img b {
    font-size: 14px;
  }
}
#itsumohouse .work__seinou3 .box1 .flex .img:first-of-type {
  width: 33rem;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box1 .flex .img:first-of-type {
    width: 100%;
  }
}
#itsumohouse .work__seinou3 .box1 .flex .img:not(:first-of-type) {
  flex: 1;
}
#itsumohouse .work__seinou3 .box2 {
  width: 49%;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box2 {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box2 {
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box2 .text {
    height: 100%;
  }
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex {
  flex: 1;
  display: flex;
  gap: max(1.5rem, 10px);
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box2 .text .textflex .flex {
    flex-direction: column;
  }
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box2 .text .textflex .flex:not(:last-of-type) {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box2 .text .textflex .flex:not(:last-of-type) {
    height: auto;
    margin-bottom: 30px;
  }
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .itumo,
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .mosimo {
  min-width: max(8rem, 75px);
  height: 36px;
  padding: 1% 2%;
  border-radius: 6px;
  border: 1px solid #007440;
  background-color: #007440;
  display: flex;
  justify-content: center;
  align-items: center;
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .itumo span,
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .mosimo span {
  color: white;
  font-size: max(1.5rem, 15px);
  font-weight: bold;
  line-height: 100%;
  text-wrap: nowrap;
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .itumo {
  border: 1px solid #007440;
  background-color: #fff;
}
#itsumohouse .work__seinou3 .box2 .text .textflex .flex .itumo span {
  color: #007440;
}
#itsumohouse .work__seinou3 .box3 {
  width: 23.5%;
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box3 {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box3 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #itsumohouse .work__seinou3 .box3 .text {
    height: 100%;
  }
}
#itsumohouse .work__seinou3 .box3 .text .titleFlex {
  align-items: center;
  margin-bottom: 15px;
}
#itsumohouse .work__seinou3 .box3 .text .titleFlex .title {
  margin-top: 0;
}
#itsumohouse .work__seinou3 .box3 .text .titleFlex .icon {
  width: max(5.5rem, 40px);
  min-width: max(5.5rem, 40px);
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex {
  flex: 1;
  display: flex;
  gap: max(1rem, 5px);
}
@media screen and (max-width: 1300px) {
  #itsumohouse .work__seinou3 .box3 .text .textflex .flex {
    flex-direction: column;
  }
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #itsumohouse .work__seinou3 .box3 .text .textflex .flex:not(:last-of-type) {
    height: auto;
    margin-bottom: 30px;
  }
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .itumo,
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .mosimo {
  min-width: max(8rem, 75px);
  height: 36px;
  padding: 1% 2%;
  border-radius: 6px;
  border: 1px solid #007440;
  background-color: #007440;
  display: flex;
  justify-content: center;
  align-items: center;
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .itumo span,
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .mosimo span {
  color: white;
  font-size: max(1.5rem, 15px);
  font-weight: bold;
  line-height: 100%;
  text-wrap: nowrap;
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .itumo {
  border: 1px solid #007440;
  background-color: #fff;
}
#itsumohouse .work__seinou3 .box3 .text .textflex .flex .itumo span {
  color: #007440;
}
#itsumohouse .assistance {
  margin-top: max(12rem, 60px);
  margin-bottom: max(16rem, 100px);
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
#itsumohouse .assistance__content {
  margin-top: max(6rem, 50px);
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content {
    margin-top: 50px;
  }
}
#itsumohouse .assistance__content--box {
  position: relative;
}
#itsumohouse .assistance__content--box > img {
  width: 100%;
}
#itsumohouse .assistance__content--box .imageBox {
  position: absolute;
  inset: 0;
}
#itsumohouse .assistance__content--box .imageBox img {
  position: absolute;
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(1) {
  width: 13.5rem;
  top: 30%;
  left: 32%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(1) {
    width: 45px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(2) {
  width: 13.5rem;
  top: 72.5%;
  left: 35%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(2) {
    width: 45px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(3) {
  width: 12.5rem;
  top: 20%;
  left: 57.5%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(3) {
    width: 35px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(4) {
  width: 13rem;
  top: 67.5%;
  left: 55%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(4) {
    width: 40px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(5) {
  width: 11.5rem;
  top: 40%;
  left: 20%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(5) {
    width: 25px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(6) {
  width: 13.5rem;
  top: 5%;
  left: 35%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(6) {
    width: 45px;
    top: 0;
    left: 32.5%;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(7) {
  width: 13rem;
  top: 57.5%;
  left: 75%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(7) {
    width: 40px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(8) {
  width: 13.5rem;
  top: 10%;
  left: 67.5%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(8) {
    width: 45px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(9) {
  width: 17rem;
  top: 10%;
  left: 10%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(9) {
    width: 60px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(10) {
  width: 18rem;
  top: 77.5%;
  left: 62.5%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(10) {
    width: 50px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(11) {
  width: 18rem;
  top: 52.5%;
  left: 0;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(11) {
    width: 65px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(12) {
  width: 14.5rem;
  top: 67.5%;
  left: 85%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(12) {
    width: 55px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(13) {
  width: 18rem;
  top: 77.5%;
  left: 17.5%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(13) {
    width: 45px;
  }
}
#itsumohouse .assistance__content--box .imageBox img:nth-of-type(14) {
  width: 18rem;
  top: 15%;
  left: 82.5%;
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance__content--box .imageBox img:nth-of-type(14) {
    width: 45px;
  }
}
#itsumohouse .assistance .ctaBox {
  gap: max(3rem, 30px);
  width: 80%;
  margin: auto;
  display: flex;
  margin-top: max(10rem, 70px);
}
@media screen and (max-width: 1000px) {
  #itsumohouse .assistance .ctaBox {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #itsumohouse .assistance .ctaBox {
    flex-direction: column;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .assistance .ctaBox {
    margin-top: 70px;
  }
}
#itsumohouse .assistance .ctaBox a {
  flex: 1;
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1) {
  color: #fff;
  background: #007440;
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1) .line {
  background: rgba(255, 255, 255, 0.25);
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1) .line::before {
  background: #fff;
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1):hover {
  color: #007440;
  background: #def0ea;
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1):hover .line {
  background: rgba(0, 116, 64, 0.25);
}
#itsumohouse .assistance .ctaBox a.btn:nth-of-type(1):hover .line::before {
  background: #007440;
}
#itsumohouse .video {
  width: max(57.5rem, 500px);
  margin: 13rem auto 0 auto;
}
@media screen and (max-width: 768px) {
  #itsumohouse .video {
    width: 80%;
  }
}
@media screen and (max-width: 550px) {
  #itsumohouse .video {
    width: 90%;
    margin-top: 80px;
  }
}
#itsumohouse .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
  background: gray;
}/*# sourceMappingURL=itsumohouse.css.map */