@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
body {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック",
    "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #100d0c;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.8px;
}
.container {
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
.container_s {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
h2 {
  font-size: 40px;
  font-weight: 400;
}
h2.title {
  text-align: center;
  margin-bottom: 60px;
}
h3 {
  font-size: 17px;
  font-weight: 400;
}
h4 {
  font-size: 22px;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
.p_s {
  font-size: 15px;
}
.btn_more {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0;
  display: block;
  color: #cd8c87;
  background-color: #fff;
  border: 1px solid #cd8c87;
  max-width: 300px;
  width: 90%;
  margin: 30px auto 0;
  opacity: 0.3s ease;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btn_more:hover {
  color: #fff;
  background-color: #cd8c87;
  opacity: 0.3s ease;
}
.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.a_link {
  margin-top: -100px;
  padding-top: 100px;
}
.a_none {
  pointer-events: none;
}
a img {
  transition: 0.3s ease;
}
a:hover img {
  opacity: 0.8;
  transition: 0.3s ease;
}

@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 15px;
  }
  .p_s {
    font-size: 14px;
  }
  .btn_more {
    max-width: 200px;
    margin: 30px auto 0;
  }
  .btn_more {
    font-size: 14px;
  }
  .a_link {
    margin-top: -70px;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 768px) {
  h2.title {
    margin-bottom: 40px;
  }
  h2.title img {
    height: 22px;
  }
  p {
    font-size: 14px;
  }
  .btn_more {
    margin: 20px auto 0;
  }
  .sp_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .a_link {
    margin-top: -65px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 20px;
  }
  h2.title {
    margin-bottom: 30px;
  }
  h2.title img {
    height: 18px;
  }
  h3 {
    font-size: 13px;
  }
  h4 {
    font-size: 14px;
  }
  p {
    font-size: 13px;
  }
  .p_s {
    font-size: 12px;
  }
  .btn_more {
    font-size: 13px;
    padding: 13px 0;
  }
}

@media only screen and (max-width: 370px) {
  h2 {
    font-size: 17px;
  }
  h3 {
    font-size: 13px;
  }
  p {
    font-size: 12px;
  }
  .btn_more {
    font-size: 12px;
  }
}

/* header
----------------------------------------------- */
header {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
}
header .header_inner {
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
}
header .h_logo img {
  width: 150px;
  margin-right: 20px;
}
header .h_logo p {
  font-size: 12px;
}
header .h_menu,
header .h_menu_nav {
  gap: 0 30px;
}
header .h_menu li a {
  font-size: 16px;
  display: block;
  transition: 0.3s ease;
}
header .h_menu li a:hover {
  color: #cd8c87;
  text-decoration: none;
  transition: 0.3s ease;
}
header .h_menu li a img {
  margin: 20px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
  header .h_logo p {
    font-size: 11px;
  }
  header .h_menu,
  header .h_menu_nav {
    gap: 0 25px;
  }
  header .h_menu li a {
    font-size: 14px;
  }
  header .h_menu li a img {
    margin: 10px 0 0 0px;
    width: 35px;
  }
}

@media screen and (max-width: 768px) {
  header .h_logo a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  header .h_logo img {
    width: 130px;
    margin-right: 0;
    margin-bottom: 3px;
  }
  header .h_logo p {
    font-size: 9px;
  }
  header .h_menu li a img {
    margin: 5px 0 0 0px;
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  header {
    padding: 20px 0 0;
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;*/
  }
  header .header_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    gap: 10px 0;
  }
  header .h_logo a {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .h_menu {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9f3f3;
    padding: 3px 0 0;
  }
  header .h_menu li a {
    font-size: 13px;
  }
}

/* top_main
----------------------------------------------- */
.top_main {
  position: relative;
  font-size: 0;
}
.top_main .main_text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.top_main .main_text img {
  margin-bottom: 30px;
}
.top_main .main_text h1 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  filter: drop-shadow(2px 2px 5px #000);
}

@media only screen and (max-width: 1280px) {
  .top_main .main_text {
    right: 5%;
  }
  .top_main .main_text img {
    width: 250px;
    margin-bottom: 20px;
  }
  .top_main .main_text h1 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .top_main .main_text {
    right: 3%;
  }
}

@media only screen and (max-width: 768px) {
  .top_main .main_text {
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    bottom: 8%;
  }
  .top_main .main_text img {
    width: 230px;
    margin-bottom: 15px;
  }
  .top_main .main_text h1 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  /*.top_main {
    margin-top: 118px;
  }*/
  .top_main .main_img {
    height: 250px;
    object-fit: cover;
  }
  .top_main .main_text img {
    width: 180px;
    margin-bottom: 10px;
  }
  .top_main .main_text h1 {
    font-size: 13px;
    line-height: 1.6;
    filter: drop-shadow(2px 2px 3px #000);
  }
}

/* top_concept
----------------------------------------------- */
.top_concept {
  padding: 200px 0;
}
.top_concept .container {
  position: relative;
  height: 700px;
}
.top_concept .concept_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top_concept .concept_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.top_concept .concept_text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 80px 80px;
  z-index: 10;
}
.top_concept .concept_text p {
  line-height: 2.3;
}
.top_concept .concept_text .bold {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .top_concept {
    padding: 100px 0 150px;
  }
  .top_concept .container {
    height: 550px;
  }
  .top_concept .concept_title {
    width: 70%;
  }
  .top_concept .concept_bg {
    width: 85%;
  }
  .top_concept .concept_text {
    padding: 0 0 50px 30px;
  }
  .top_concept .concept_text .bold {
    font-size: 17px;
  }
}

@media only screen and (max-width: 768px) {
  .top_concept {
    padding: 30px 40px 50px;
    background-image: url(../images/nudgeone_concept_img.jpg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    margin: 50px 0 80px;
  }
  .top_concept .container {
    height: auto;
  }
  .top_concept .concept_title {
    position: unset;
    top: unset;
    left: unset;
    margin-bottom: 30px;
  }
  .top_concept .concept_bg {
    /*width: 100%;
    position: unset;
    bottom: unset;
    right: unset;*/
    display: none;
  }
  .top_concept .concept_text {
    padding: 0;
    /*bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
    position: unset;
    left: unset;
    bottom: unset;
  }
  .top_concept .concept_text p {
    line-height: 2;
  }
  .top_concept .concept_text .bold {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .top_concept {
    background-size: cover;
    padding: 50px 10px;
    margin: 0;
  }
  .top_concept .concept_title {
    width: 80%;
    margin-bottom: 20px;
  }
}

/* top_property
----------------------------------------------- */
.top_property {
  padding: 0 0 200px;
}
.top_property .property_list {
  gap: 100px 50px;
}
.top_property .property_list li {
  width: calc(100% / 3 - 33.4px);
  text-align: center;
}
.top_property .property_list li:hover {
  cursor: pointer;
}
.top_property .property_list li > img {
  transition: 0.3s ease;
}
.top_property .property_name {
  margin-top: 10px;
}
.top_property .property_name img {
  max-width: 114px;
  width: unset;
}
.top_property .property_list li:hover > img {
  opacity: 0.8;
  transition: 0.3s ease;
}
.top_property .property_list li:hover .btn_more {
  color: #fff;
  background-color: #ce8c88;
  transition: 0.3s ease;
}

/* モーダルのスタイル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
  transition: all 0.3s ease;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.modal-content {
  background-color: #fff;
  margin: 15% auto; /* 上下中央、左右中央 */
  padding: 40px;
  width: 80%; /* 幅を調整 */
  max-width: 600px; /* 最大幅 */
  position: relative;
}
/* モーダル内コンテンツ */
.modal-content {
  background-color: #fff;
  padding: 40px;
  width: 80%;
  max-width: 600px;
  position: relative;
  transform: translateY(0); /* アニメーション用に保持 */
  transition: opacity 0.3s ease;
}
.modal-content .property_slider {
  margin-bottom: 50px !important;
}
.modal-content .property_slider li {
  text-align: center;
}
.modal-content .property_text {
  text-align: center;
}
.modal-content .property_text .property_name {
  margin-bottom: 15px;
}
.modal-content .property_text p {
  width: 90%;
  margin: 0 auto;
  text-align: justify;
}
.modal-step-content {
  display: block;
}
.close-button {
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 10px;
}
.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-navigation {
  text-align: center;
  margin-top: 20px;
}
.modal-navigation button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  color: #fff;
  background-color: #cd8c87;
}
/* 個々のステップコンテンツはJSで切り替えるため、最初はすべて非表示 */
.modal-step-content {
  display: none;
}

.modal-content .slick-slide img {
  margin: 0 auto;
}
.modal-content .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  width: 20px;
}
.modal-content .prev-arrow {
  left: -10px;
}
.modal-content .next-arrow {
  right: -10px;
}
.modal-content .slick-dots li.slick-active button:before {
  color: #cd8c87;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .top_property {
    padding: 0 0 150px;
  }
  .top_property .property_list {
    gap: 60px 30px;
  }
  .top_property .property_list li {
    width: calc(100% / 3 - 20px);
  }
}

@media only screen and (max-width: 768px) {
  .top_property {
    padding: 0 0 100px;
  }
  .top_property .property_list {
    gap: 60px 20px;
  }
  .top_property .property_list li {
    width: calc(100% / 2 - 10px);
  }

  .slick-dots li {
    margin: 0 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .top_property {
    padding: 50px 0 60px;
  }
  .top_property .property_list {
    gap: 50px 15px;
  }
  .top_property .property_list li {
    width: calc(100% / 2 - 7.5px);
  }
  .top_property .property_name img {
    max-width: 85px;
  }
  .top_property .property_name h3 {
    line-height: 1.3;
  }
  .modal-content .property_text p {
    width: 100%;
    line-height: 1.5;
  }
  .modal-content .property_slider {
    margin-bottom: 35px !important;
  }
  .modal-content {
    padding: 25px 20px;
    width: 90%;
  }
  .close-button {
    right: 10px;
    top: 5px;
    font-size: 22px;
  }
  .modal-content .slick-slide img {
    width: 75%;
  }
  .modal-content .slide-arrow {
    width: 12px;
  }
  .modal-content .slick-dots {
    bottom: -20px;
  }
}

/* image_area
----------------------------------------------- */
.image_area .image_slider {
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}

/* top_instagram
----------------------------------------------- */
.top_instagram {
  padding: 150px 0 200px;
  background-color: #f9f3f3;
}
.top_instagram .instagram_wrap {
  gap: 10px;
}
.top_instagram .instagram_wrap .insta {
  width: calc(100% / 4 - 7.5px);
  line-height: 0;
}
.top_instagram .instagram_wrap .insta img {
  object-fit: cover;
  width: 100%;
  height: 334px;
}
.top_instagram .instagram_btn {
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .top_instagram {
    padding: 100px 0 150px;
  }
  .top_instagram .instagram_wrap .insta img {
    height: 279px;
    height: 27vw;
  }
}

@media only screen and (max-width: 768px) {
  .top_instagram {
    padding: 80px 0 100px;
  }
  .top_instagram .instagram_wrap .insta {
    width: calc(100% / 2 - 5px);
  }
  .top_instagram .instagram_wrap .insta img {
    height: 425px;
    height: 55.3vw;
  }
  .top_instagram .instagram_btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .top_instagram {
    padding: 50px 0 60px;
  }
}

/* footer
----------------------------------------------- */
footer {
  padding: 150px 0 50px;
  background-image: url(../images/nudgeone_footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}
footer .f_address {
  text-align: center;
}
footer .f_address .f_logo {
  width: 114px;
  margin-top: 20px;
}
footer .f_address .f_sgud {
  margin-top: 30px;
  gap: 10px 30px;
}
footer .copyright {
  margin-top: 30px;
}
footer .copyright p {
  font-size: 13px;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 100px 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 60px 0 20px;
  }
  footer .copyright p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  footer {
    padding: 40px 0 10px;
  }
  footer .f_address .f_sgud {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .f_address .f_sgud img {
    width: 60px;
  }
  footer .copyright p {
    font-size: 9px;
  }
}

/* page-top
----------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  z-index: 100;
}
#page-top a {
  background: #ce8c88;
  text-decoration: none;
  color: #fff !important;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}
#page-top a i {
  font-size: 20px;
  line-height: 60px;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  #page-top a {
    width: 45px;
    height: 45px;
  }
  #page-top a i {
    font-size: 16px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 479px) {
}

/*
----------------------------------------------- */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
}

/*モーダルの表示問題 */
@media only screen and (max-height: 900px) and (min-width: 479px) {
  .modal-content {
    transform: scale(0.7);
  }
}

@media only screen and (max-height: 670px) {
  .modal-content {
    transform: scale(0.85);
  }
}
