@charset "UTF-8";
#process .btn, #newly .btn, #renovation .btn, #information .btn {
  /*
  &:hover {
    background: #0b60ca;
    color: #f9f159;
  } */
}
#process .btn a, #newly .btn a, #renovation .btn a, #information .btn a {
  width: 300px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center right 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 30px;
  font-size: 16px;
  letter-spacing: 0.5em;
  background-color: #b5b1b0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
#process .btn a:hover, #newly .btn a:hover, #renovation .btn a:hover, #information .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #process .btn a, #newly .btn a, #renovation .btn a, #information .btn a {
    width: 230px;
    height: 45px;
    font-size: 14px;
    background-position: center right 15px;
    padding-right: 20px;
  }
}

#company h2, #process h2, #newly h2, #renovation h2, #information h2 {
  color: #fff;
  line-height: 0.9;
  font-size: 106px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 68, "wght" 500;
  text-shadow: 0.01em 0.01em 0.1em rgba(12, 12, 12, 0.2), -0.01em -0.01em 0.1em rgba(12, 12, 12, 0.3), 0.01em -0.01em 0.1em rgba(12, 12, 12, 0.3), -0.01em 0.01em 0.1em rgba(12, 12, 12, 0.3);
}
#company h2 small, #process h2 small, #newly h2 small, #renovation h2 small, #information h2 small {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1199px) {
  #company h2, #process h2, #newly h2, #renovation h2, #information h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #company h2, #process h2, #newly h2, #renovation h2, #information h2 {
    font-size: 37px;
  }
}

#company h2, #process h2, #newly h2, #renovation h2, #information h2 {
  margin-bottom: 50px;
}

#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider > img:not(:first-child) {
  display: none;
}
#mainimg #mainslider img {
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg .catch {
  position: absolute;
  right: 0px;
  transform: translateY(-50%);
  top: 60%;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 96px;
  display: flex;
  color: #fff;
  text-shadow: 0.01em 0.01em 0.2em rgba(12, 12, 12, 0.3), -0.01em -0.01em 0.2em rgba(12, 12, 12, 0.3), 0.01em -0.01em 0.2em rgba(12, 12, 12, 0.3), -0.01em 0.01em 0.2em rgba(12, 12, 12, 0.3);
  line-height: 1.4;
}
#mainimg .catch small {
  display: block;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch {
    font-size: 60px;
  }
  #mainimg .catch img {
    width: 160px;
  }
  #mainimg .catch small {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    height: 290px;
  }
  #mainimg .catch {
    font-size: 30px;
  }
  #mainimg .catch img {
    width: 110px;
  }
  #mainimg .catch small {
    font-size: 15px;
  }
}

/* ----------------------------------------------
#information
------------------------------------------------- */
#information {
  margin-bottom: 70px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background-image: url(../images/infomation-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
#information h2 {
  text-shadow: 1px 1px rgba(255, 255, 255, 0);
  color: #50b47c;
  font-size: 76px;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
}
#information h2 small {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  margin-top: 23px;
  font-family: "Noto Sans JP", sans-serif;
}
#information .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
}
#information .left {
  display: block;
}
#information .contents {
  width: 100%;
  margin-left: 90px;
}
#information a {
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
#information a:hover {
  opacity: 0.6;
}
#information article {
  display: block;
  width: 100%;
  padding: 0 0 40px 0;
  border-bottom: solid 1px #000;
}
#information article:last-child {
  border-bottom: unset;
  padding-bottom: unset;
}
#information article + article {
  margin-top: 20px;
}
#information article time {
  display: block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2.1428571429;
  background-color: #50b47c;
  margin-right: 50px;
  font-weight: 700;
  color: #fff;
  width: fit-content;
  line-height: 1;
  padding: 4px 20px;
  margin-bottom: 7px;
}
#information article .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
}
@media (max-width: 1199px) {
  #information h2 {
    font-size: 40px;
  }
  #information h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #information {
    padding: 70px 0;
    /* //画像あり
    article {
      flex-wrap: wrap;
       padding: 0 10px 5px 10px;
       & + article {
         margin-top: 30px;
       }
       time {
         margin-right: 0px;
       }
       .text {
         margin-top: 10px;
         width: 100%;
         font-size: 14px;
       }
     }
     */
  }
  #information h2 {
    font-size: 32px;
  }
  #information h2 small {
    font-size: 17px;
  }
  #information .left {
    padding-bottom: unset;
  }
  #information .inner {
    display: block;
  }
  #information .contents {
    margin-left: unset;
    margin-top: 50px;
  }
  #information article {
    display: block;
    padding: 0 0px 10px 0px;
    /* カテゴリーあり
    flex-wrap: wrap;
    .cate {
      margin-right: 0px;
    }
     */
  }
  #information article + article {
    margin-top: 30px;
  }
  #information article time {
    margin-right: 0px;
  }
  #information article .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
bottom-text
------------------------------------------------- */
.bottom-text {
  color: #50b47c;
  font-size: 76px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 1199px) {
  .bottom-text {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bottom-text {
    font-size: 25px;
  }
}

/* ----------------------------------------------
newly
------------------------------------------------- */
#newly, #renovation {
  background-image: url(../images/newly-bg.webp);
  background-position: center;
  background-size: cover;
  padding: 110px 0 110px 10px;
}
#newly .inner, #renovation .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#newly h2, #renovation h2 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#newly .left, #renovation .left {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#newly .contents, #renovation .contents {
  width: calc(50% + 35px);
  background-color: #fff;
  padding: 40px 25px;
  border-radius: 30px 0 0 30px;
  position: relative;
  border-left: 58px #88c23f solid;
}
#newly .contents::after, #renovation .contents::after {
  content: "";
  background-image: url(../images/newly-image.png);
  aspect-ratio: 179/145;
  width: 179px;
  position: absolute;
  right: 10%;
  bottom: 40px;
}
#newly h3, #renovation h3 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 68px;
  line-height: 1.4;
  color: #39b14a;
  margin-bottom: 25px;
  position: relative;
  width: fit-content;
}
#newly h3::after, #renovation h3::after {
  content: "";
  background-image: url(../images/newly-icon2.png);
  aspect-ratio: 97/58;
  width: 97px;
  position: absolute;
  right: 140px;
  top: 20px;
}
#newly h3 small, #renovation h3 small {
  font-weight: 700;
  font-size: 33px;
  display: block;
  color: #646565;
}
#newly .text, #renovation .text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7222222222;
  z-index: 2;
  position: relative;
}
#newly .btn, #renovation .btn {
  position: relative;
  z-index: 2;
}
@media (max-width: 1600px) {
  #newly .contents::after, #renovation .contents::after {
    content: "";
    background-image: url(../images/newly-image.png);
    aspect-ratio: 179/145;
    background-size: contain;
    width: 20%;
    position: absolute;
    right: 5%;
    bottom: 40px;
  }
}
@media (max-width: 1199px) {
  #newly .contents, #renovation .contents {
    padding-right: 10px;
  }
  #newly .contents::after, #renovation .contents::after {
    display: none;
  }
  #newly .icon, #renovation .icon {
    width: fit-content;
    width: 140px;
  }
  #newly h3, #renovation h3 {
    font-size: 45px;
  }
  #newly h3::after, #renovation h3::after {
    content: "";
    background-image: url(../images/newly-icon2.png);
    aspect-ratio: 97/58;
    width: 86px;
    background-size: contain;
    position: absolute;
    right: unset;
    left: 190px;
    top: 10px;
  }
  #newly h3 small, #renovation h3 small {
    font-size: 23px;
  }
  #newly .text, #renovation .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #newly, #renovation {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #newly .inner, #renovation .inner {
    display: block;
  }
  #newly .icon, #renovation .icon {
    width: 100px;
  }
  #newly h2, #renovation h2 {
    margin-bottom: 25px;
  }
  #newly .contents, #renovation .contents {
    width: 100%;
    padding: 15px 10px;
    border-radius: 15px 0 0 15px;
    position: relative;
    border-left: 25px #88c23f solid;
  }
  #newly .contents::after, #renovation .contents::after {
    content: "";
    background-image: url(../images/newly-image.png);
    aspect-ratio: 179/145;
    background-size: contain;
    max-width: 100px;
    width: 20%;
    position: absolute;
    right: 5%;
    bottom: 15px;
    display: block;
  }
  #newly h3, #renovation h3 {
    font-size: 30px;
  }
  #newly h3::after, #renovation h3::after {
    content: "";
    width: 60px;
    background-size: contain;
    position: absolute;
    right: unset;
    left: 130px;
    top: 5px;
  }
  #newly h3 small, #renovation h3 small {
    font-size: 17px;
  }
  #newly .text, #renovation .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
renovation
------------------------------------------------- */
#renovation {
  padding: 110px 10px 110px 0px;
  background-image: url(../images/renovation-bg.webp);
  margin-top: 7px;
}
#renovation .contents {
  border-radius: 0 30px 30px 0;
  border-left: unset;
  border-right: 58px #c2986d solid;
  padding-left: 50px;
}
#renovation .contents::after {
  content: "";
  background-image: url(../images/rinovation-image.png);
  aspect-ratio: 289/146;
  width: 289px;
  position: absolute;
  right: 2%;
  bottom: 40px;
  z-index: 0;
}
#renovation h3 {
  color: #603813;
}
#renovation h3::after {
  content: "";
  background-image: url(../images/rinovation-icon2.png);
  aspect-ratio: 80/72;
  width: 80px;
  position: absolute;
  right: 100px;
  top: 15px;
}
@media (max-width: 1600px) {
  #renovation .contents::after {
    content: "";
    background-size: contain;
    width: 30%;
    position: absolute;
    right: 5%;
    bottom: 40px;
  }
}
@media (max-width: 1199px) {
  #renovation .contents {
    padding-left: 10px;
  }
  #renovation h3::after {
    top: 0;
    left: 240px;
    width: 70px;
  }
}
@media (max-width: 767px) {
  #renovation {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  #renovation .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  #renovation .icon {
    width: 90px;
  }
  #renovation h3::after {
    content: "";
    width: 45px;
    background-size: contain;
    position: absolute;
    right: unset;
    left: 160px;
    top: 3px;
  }
  #renovation .contents {
    border-radius: 0 15px 15px 0;
    border-right: 25px #c2986d solid;
  }
  #renovation .contents::after {
    width: 23%;
    bottom: 20px;
    max-width: 120px;
  }
}

/* ----------------------------------------------
process
------------------------------------------------- */
#process {
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 10px;
}
#process .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 578px;
  max-width: 1390px;
  background-image: url(../images/process-bg.webp);
  border-radius: 5px;
}
#process .contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#process h2 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
#process h2 small {
  font-size: 33px;
  display: block;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-shadow: 1px 1px rgba(255, 255, 255, 0);
}
#process .text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  #process h2 small {
    font-size: 27px;
  }
  #process .inner {
    height: 480px;
  }
}
@media (max-width: 767px) {
  #process {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #process h2 small {
    font-size: 21px;
  }
  #process .inner {
    height: 330px;
  }
  #process .text {
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-top: 110px;
  margin-bottom: 100px;
}
#company .inner {
  display: flex;
}
#company .image {
  width: 42%;
  margin-right: 7%;
  min-height: 725px;
}
#company .image img {
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#company .contents {
  flex: 1;
}
#company .txt-box {
  padding-top: 70px;
  padding-left: 60px;
  border-radius: 80px 0 0 0;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  position: relative;
}
#company .txt-box::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100px;
  left: -5px;
  bottom: 0;
  background-color: #fff;
}
#company h2 {
  text-shadow: 1px 1px rgba(255, 255, 255, 0);
  color: #50b47c;
  font-size: 76px;
  margin-bottom: 30px;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
}
#company h2 small {
  font-size: 22px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
}
#company .text {
  font-size: 18px;
  line-height: 1.7222222222;
  padding-right: 17%;
}
#company .bottom {
  display: flex;
  margin-top: 50px;
}
#company .logo {
  margin-right: 50px;
}
@media (max-width: 1199px) {
  #company h2 {
    font-size: 40px;
  }
  #company h2 small {
    font-size: 18px;
  }
  #company .text {
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  #company .inner {
    display: block;
  }
  #company h2 {
    font-size: 32px;
  }
  #company h2 small {
    font-size: 17px;
  }
  #company .image {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    min-height: unset;
    margin-bottom: 30px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .image img {
    border-radius: 10px;
  }
  #company .contents {
    padding-left: 10px;
  }
  #company .txt-box {
    padding-top: 25px;
    padding-left: 10px;
    border-radius: 25px 0 0 0;
    border-top: #000 solid 1px;
    border-left: #000 solid 1px;
    position: relative;
  }
  #company .txt-box::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100px;
    bottom: 0;
    background-color: #fff;
  }
  #company .text {
    font-size: 14px;
  }
  #company .bottom {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #company .bottom .logo {
    width: 160px;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=index.css.map */