@charset "UTF-8";
.nihonhouseHd_fixStyle {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow-y: scroll;
}

p {
  text-align: inherit;
  font-size: 14px;
}

img {
  height: auto;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

.scInr {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.btnbox01 {
  text-align: center;
}

.button {
  display: block;
  cursor: pointer;
  max-width: 680px;
  margin: 0 auto;
}
.button img {
  max-width: 100%;
  width: 100%;
}
.button:hover {
  opacity: 0.8;
}

.modal {
  position: relative;
}
.modal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal__close-inr {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.modal__close-inr::after, .modal__close-inr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}
.modal__close-inr::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-inr::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__bkinr {
  display: block;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}
.modal__wrapper {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.modal__inr {
  position: fixed;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: scroll !important;
  max-width: 900px;
}
@media (max-width: 1000px) {
  .modal__inr {
    max-width: 90%;
  }
}
@media (max-width: 839px) {
  .modal__inr {
    height: 80%;
  }
}
.modal__box {
  position: relative;
  padding: 100px 80px;
}
@media (max-width: 1000px) {
  .modal__box {
    padding: 60px 40px;
  }
}
.modal__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 839px) {
  .modal__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modal__link > Li {
  width: 21%;
}
@media (max-width: 839px) {
  .modal__link > Li {
    width: 100%;
    margin-bottom: 30px;
  }
  .modal__link > Li:last-child {
    margin-bottom: 0px;
  }
}
.modal__link-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .modal__link-title {
    font-size: 18px;
  }
}
.modal__link-title.c01::before {
  background-color: #297ba2;
}
.modal__link-title.c02::before {
  background-color: #d3795a;
}
.modal__link-title.c03::before {
  background-color: #919a50;
}
.modal__link-title.c04::before {
  background-color: #ce9842;
}
.modal__link-title.c05 {
  margin-top: 50px;
}
@media (max-width: 839px) {
  .modal__link-title.c05 {
    margin-top: 30px;
  }
}
.modal__link-title.c05::before {
  background-color: #ffff00;
}
.modal__link-title.c06 {
  margin-top: 50px;
}
@media (max-width: 839px) {
  .modal__link-title.c06 {
    margin-top: 30px;
  }
}
.modal__link-title.c06::before {
  background-color: #bce2e8;
}
.modal__link-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  width: 4px;
}
.modal__link-list > li {
  padding: 10px 0;
  background-image: linear-gradient(to right, #b3b3b3 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.modal__link-list > li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  width: 100%;
  position: relative;
  display: block;
}
@media (max-width: 1000px) {
  .modal__link-list > li a {
    font-size: 14px;
  }
}
.modal__link-list > li a img {
  position: absolute;
  right: 0;
  top: 10px;
}

#mv {
  background-color: #34b1a9;
}
#mv .mv__inr {
  height: 840px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1600px) {
  #mv .mv__inr {
    height: 680px;
  }
}
@media (max-width: 1400px) {
  #mv .mv__inr {
    height: 600px;
  }
}
@media (max-width: 839px) {
  #mv .mv__inr {
    padding: 0 20px;
    height: 420px;
  }
}
@media (max-width: 600px) {
  #mv .mv__inr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    padding: 20px 30px 60px;
  }
}
#mv .mv__textbox {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  #mv .mv__textbox {
    width: 100%;
  }
}
#mv .mv__textbox-inr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 800px;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 1600px) {
  #mv .mv__textbox-inr {
    width: 600px;
  }
}
@media (max-width: 1400px) {
  #mv .mv__textbox-inr {
    width: 420px;
  }
}
@media (max-width: 839px) {
  #mv .mv__textbox-inr {
    width: 320px;
  }
}
@media (max-width: 600px) {
  #mv .mv__textbox-inr {
    position: static;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    width: 100%;
  }
}
#mv .mv__mainimg {
  position: relative;
  height: 680px;
  width: 830px;
}
@media (max-width: 1600px) {
  #mv .mv__mainimg {
    width: 600px;
  }
}
@media (max-width: 1400px) {
  #mv .mv__mainimg {
    height: 480px;
  }
}
@media (max-width: 839px) {
  #mv .mv__mainimg {
    height: 380px;
  }
}
@media (max-width: 600px) {
  #mv .mv__mainimg {
    height: 420px;
  }
}
@media (max-width: 480px) {
  #mv .mv__mainimg {
    height: 320px;
  }
}
#mv .mv__mainimg-bkg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 900px;
}
@media (max-width: 1600px) {
  #mv .mv__mainimg-bkg {
    width: 780px;
  }
}
@media (max-width: 600px) {
  #mv .mv__mainimg-bkg {
    width: 480px;
  }
}
@media (max-width: 480px) {
  #mv .mv__mainimg-bkg {
    width: 360px;
  }
}
#mv .mv__mainimg-base01, #mv .mv__mainimg-base02 {
  position: absolute;
  right: 0;
  top: 17px;
}
#mv .mv__mainimg-parts {
  position: absolute;
  right: 0;
  top: 17px;
}
#mv .mv__mainimg-parts img {
  position: relative;
  opacity: 0;
}
#mv .mv__mainimg-parts img.on {
  opacity: 1;
  -webkit-animation-name: setting;
          animation-name: setting;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes setting {
  0% {
    bottom: 20vw;
    opacity: 0;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
  }
  85% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  97% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1.09);
            transform: scaleY(1.09);
  }
  100% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes setting {
  0% {
    bottom: 20vw;
    opacity: 0;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    opacity: 0.8;
  }
  85% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(0.9);
            transform: scaleY(0.9);
  }
  97% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1.09);
            transform: scaleY(1.09);
  }
  100% {
    bottom: 0;
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#mv .mv__mainimg-base01 {
  z-index: 1;
}
#mv .mv__mainimg-parts01 {
  z-index: 2;
}
#mv .mv__mainimg-parts02 {
  z-index: 3;
}
#mv .mv__mainimg-parts03 {
  z-index: 4;
}
#mv .mv__mainimg-parts04 {
  z-index: 5;
}
#mv .mv__mainimg-parts05 {
  z-index: 6;
}
#mv .mv__mainimg-parts06 {
  z-index: 7;
}
#mv .mv__mainimg-parts07 {
  z-index: 9;
}
#mv .mv__mainimg-parts08 {
  z-index: 0;
}
#mv .mv__mainimg-parts09 {
  z-index: 0;
}
#mv .mv__mainimg-base02 {
  z-index: 10;
}
#mv .mv__btn, #mv .mv__text, #mv .mv__img01 {
  z-index: 15;
}
#mv .mv__btn {
  -webkit-animation: animateCv 2s ease-out infinite;
          animation: animateCv 2s ease-out infinite;
  z-index: 10;
}
@-webkit-keyframes animateCv {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes animateCv {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.bg_button[data-astro-cid-u43ozx4m] {
  background-color: #fbe6d4;
  padding: 3rem 0;
}

button[data-astro-cid-u43ozx4m].accordion {
  font-weight: 500;
  color: #fff;
  background-color: #ff801e;
  border-radius: 100px;
  border: 1px solid #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1rem 2.5rem 1rem 2rem;
  cursor: pointer;
}

button[data-astro-cid-u43ozx4m].accordion:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  -webkit-transform: translate(0) rotate(45deg);
          transform: translate(0) rotate(45deg);
  right: 12px;
  top: 21px;
  display: inline-block;
  height: 9px;
  width: 9px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button[data-astro-cid-u43ozx4m].accordion:after {
  content: url(/assets/images/button_line02.svg);
  position: absolute;
  right: -3px;
  width: 92%;
  bottom: -8px;
  z-index: -5;
  pointer-events: none;
}

button[data-astro-cid-u43ozx4m].accordion.active {
  color: #fff;
  background-color: #6cb0a7;
  border-radius: 100px;
}

button[data-astro-cid-u43ozx4m].accordion.active:before {
  border-color: #fff;
  -webkit-transform: translate(0) rotate(-135deg);
          transform: translate(0) rotate(-135deg);
  top: 23px;
}

button[data-astro-cid-u43ozx4m].accordion:after {
  content: url(../assets/images/button_line02.svg);
  position: absolute;
  right: -3px;
  width: 92%;
  bottom: -8px;
  z-index: -5;
  pointer-events: none;
}

.section_wrap[data-astro-cid-u43ozx4m] {
  display: none;
  margin: 120px auto 160px;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
@media (max-width: 839px) {
  .section_wrap[data-astro-cid-u43ozx4m] {
    margin: 80px auto 220px;
  }
}

.intro {
  padding: 0 !important;
}