@charset "utf-8";

@font-face {
  font-family: reitam;
  src: url("../webfonts/Reitam.otf") format("opentype");
}

body {
  font-family: "Jost", "IBM Plex Sans JP", "Helvetica Neue", "Oswald",
    "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
    "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

li {
  padding-left: 0;
  margin-left: 0;
}

a {
  text-decoration: none;
  color: #333;
}

.container {
  width: 750px;
  margin: 0 auto;
  padding: 0;
}

.fixed-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 70px;
  width: 750px;
  z-index: 1000;
  padding: 0 15px; /* 両端に余白を設定 */

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed-header-thanks {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 70px;
  width: 750px;
  z-index: 1000;
  padding: 0 15px; /* 両端に余白を設定 */

  text-align: center;
}

.main-logo {
  height: 45px;
  text-align: center;
}

.main-logo-thanks {
  height: 40px;
  text-align: center;
  margin-top: 12px;
}
.contact {
  height: 55px;
  text-align: center;
}
.first-view {
  margin-top: 70px;
}
.lp-img {
  width: 100%;
}

.swiper-lp-img {
  width: 86%;
}

.swiper-slide {
  text-align: center;
}

.lp-img-80 {
  width: 80%;
}

#cta {
  height: 50px;
}

.cta-message-container {
  margin: 70px 0 30px 0;
  text-align: center;
}

.cta-message {
  width: 95%;
}

.cta-list {
  text-align: center;
  margin-bottom: 50px;
}
.reson-why {
  margin: 70px 0 20px 0;
  text-align: center;
}
.message {
  width: 70%;
}

.message-100 {
  width: 100%;
}

.recommend-resons-list {
  width: 100%;
}
.recommend-reason {
  width: 100%;
  margin-top: 10px;
}

.diagnosis {
  position: relative;
}

.diagnosis-cta {
  position: absolute;
  width: 70%;
  top: 85%;
  transform: translateY(-65%);
  left: 50%;
  transform: translateX(-50%);
}

.more {
  position: relative;
}

.more-cta {
  position: absolute;
  width: 70%;
  top: 77%;
  transform: translateY(-65%);
  left: 50%;
  transform: translateX(-50%);
}

.work-flow-message {
  margin: 70px 0 40px 0;
  text-align: center;
}
.workflow-one {
  position: relative;
}
.workflow-cta1 {
  position: absolute;
  width: 52%;
  top: 24.5%;
  transform: translateY(-65%);
  left: 50%;
  transform: translateX(-50%);
}
.workflow-cta2 {
  position: absolute;
  width: 40%;
  top: 17.3%;
  transform: translateY(-65%);
  left: 70.5%;
  transform: translateX(-50%);
}
.button-flex {
  display: flex;
}

.latest-property {
  position: relative;
}

.mySwiper .swiper-slide {
  width: 60%;
  /* margin-left: auto;
    margin-right: auto; */
}

.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination-bullet {
  width: 24px; /* バレットの幅 */
  height: 24px; /* バレットの高さ */
}

.swiper-pagination {
  position: relative; /* 相対的な位置指定 */
  bottom: -30px; /* コンテナの下端に配置 */
  width: 100%; /* 幅をコンテナに合わせる */
  padding: 10px 0; /* パディングを追加 */
}

.workflow {
  margin-top: 20px;
}

.cost-comparison-message-section {
  margin: 50px 0 40px 0;
  text-align: center;
}

.cost-comparison-message {
  width: 85%;
}

.customer-message {
  margin: 70px 0 0px 0;
  text-align: center;
}

.customer-message-detail {
  text-align: center;
  font-size: 20px;
  font-weight: 510;
  text-align: center;
  margin-top: 20px;
}

.message-only-customer {
  width: 35%;
}

.customer {
  margin-top: 25px;
}

.qa {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  /* background-color: rgb(214, 250, 216); */
}

.qa-message-container {
  margin: 50px 0 20px 0;
  text-align: center;
}

.qa-message {
  padding-top: 50px;
  width: 40%;
}
.qa-message-detail {
  text-align: center;
  font-size: 15px;
  font-weight: 510;
  text-align: center;
}

.qas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qa-007 {
  width: 90%;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #ffffff;
}

.qa-007 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  height: 100px;
  font-size: 20px;
}

.qa-007 summary::before,
.qa-007 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-007 summary::before {
  color: #289e53;
  content: "Q";
}

.qa-007 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #000000b3;
  border-right: 3px solid #000000b3;
  content: "";
  transition: transform 0.5s;
}

.qa-007[open] summary::after {
  transform: rotate(225deg);
}

.qa-007 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
  font-size: 20px;
  font-weight: 600;
}

.qa-007[open] p {
  transform: none;
  opacity: 1;
}

.qa-007 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
.store-message-detail-img {
  width: 50%;
  margin-bottom: 20px;
}
.store-message-img {
  width: 90%;
}

.store-message {
  margin: 120px 0 40px 0;
  text-align: center;
}

.store-list {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.store {
  flex-basis: 100%;
  text-align: center;
}
.store h2 {
  font-weight: bold;
  font-size: 35px;
}
.store p {
  font-size: 20px;
}
.number {
  font-size: 20px;
}
.access {
  margin-top: 20px;
  height: 60px;
}
.space-for-fixed {
  height: 170px;
}

.menus {
  margin-top: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.menus li {
  margin-right: 10px;
}

.reserve-btn-img {
  width: 750px;
}

.nav-arrow {
  width: 55px;
}

/* 左のナビゲーションボタンのスタイル */
.swiper-button-prev {
  left: 3.3%;
  top: 50%;
}

/* 右のナビゲーションボタンのスタイル */
.swiper-button-next {
  right: 3.3%;
  top: 50%;
}

/* animationUtils */
.anim-box.poyopoyo {
  animation: poyopoyo 1.8s ease-out infinite;
  opacity: 1;
}
.privacy-policy {
  width: 90%;
  margin: 0 auto;
}
.privacy-policy h4 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

.privacy-policy h5 {
  margin-top: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 0.5px solid black;
}
.insta {
  width: 60px;
  margin-right: 30px;
}
.logo-container {
  text-align: center;
  margin-top: 60px;
}
.insta-container {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 50px;
}
.logo-totonoi {
  height: 50px;
}

.fixed-btn {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
}
.one-section {
  /* margin-bottom: 10px; */
}
.one-section-with-space {
  margin: 70px 0;
}
.web-btn-img {
  width: 370px;
  height: auto;
  object-fit: cover;
}
.line-btn-img {
  width: 370px;
  height: auto;
  object-fit: cover;
}
.btn-container {
  display: flex;
}
.message-section {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 60px;
}
.form-message {
  width: 60%;
}
#form {
  margin-bottom: 150px;
}

form {
  background: white;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.required {
  color: #d63637;
}

.form {
  margin-bottom: 20px;
}
.form-flex {
  display: flex;
  justify-content: space-between;
}

.date {
  flex-basis: 49%;
}
.time {
  flex-basis: 49%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}
.button {
  text-align: center;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="datetime-local"],
input[type="date"],
input[type="time"],
select,
textarea {
  background-color: #f4f4f4;
  width: 100%;
  height: 60px;
  padding: 8px;
  margin: 6px 0 16px 0;
  display: inline-block;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

textarea {
  height: 200px;
}
button[type="submit"] {
  width: 60%;
  height: 70px;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  background-color: black;
  border: none;
  color: white;
  padding: 14px 20px;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.privacy-link {
  color: #000000; /* リンクの色 */
  text-decoration: underline; /* 下線を引く */
}

.privacy-link:hover {
  cursor: pointer; /* カーソルをポインタに変更 */
}
.font-bold {
  font-weight: bold;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  #form {
    margin-bottom: 100px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="time"],
  select,
  textarea {
    height: 50px;
  }
  textarea {
    height: 100px;
  }
  button[type="submit"] {
    width: 80%;
  }
  form {
    width: 90%;
  }
  button[type="submit"] {
    width: 100%;
  }
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(1.05);
  }
}

@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 15px; /* バレットの幅 */
    height: 15px; /* バレットの高さ */
  }

  .nav-arrow {
    width: 38px;
  }

  /* 左のナビゲーションボタンのスタイル */
  .swiper-button-prev {
    left: 3.3%;
    top: 50%;
  }

  /* 右のナビゲーションボタンのスタイル */
  .swiper-button-next {
    right: 3.3%;
    top: 50%;
  }

  .container {
    width: 100%;
  }
  .fixed-header {
    width: 100%;
    height: 50px;
  }
  .fixed-header-thanks {
    width: 100%;
    height: 50px;
  }
  .main-logo {
    height: 30px;
    text-align: center;
  }
  .contact {
    height: 40px;
    text-align: center;
  }
  .qa-message-detail {
    font-size: 13px;
  }
  .qa-007 summary {
    font-size: 15px;
  }
  .qa-007 p {
    font-size: 15px;
  }
  .space-for-fixed {
    height: 80px;
  }
  .store-message-detail-img {
    width: 50%;
    margin-bottom: 20px;
  }
  .store-message-img {
    width: 90%;
  }

  .store-message {
    margin: 120px 0 40px 0;
    text-align: center;
  }
  .store h2 {
    font-weight: bold;
    font-size: 25px;
  }
  .store p {
    font-size: 10px;
  }
  .number {
    font-size: 15px;
  }
  .access {
    margin-top: 20px;
    height: 60px;
  }

  .first-view {
    margin-top: 50px;
  }
  .reserve-btn-img {
    width: 100%;
  }
  .menus {
    font-size: 10px;
  }
  .menus {
    margin-top: 40px;
  }
  .privacy-policy {
  }
  .privacy-policy h4 {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .privacy-policy h5 {
    font-size: 11px;
    margin-top: 13px;
    font-weight: bold;
    padding-bottom: 7px;
  }
  .privacy-policy p {
    font-size: 9px;
  }

  .one-section-with-space {
    margin: 30px 0;
  }

  .qa {
    margin-top: 0px;
  }

  .qa-message-container {
    margin: 20px 0 20px 0;
  }
  .message-section {
    margin-top: 10px;
  }

  #form {
    margin-bottom: 100px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="time"],
  select,
  textarea {
    height: 50px;
  }
  textarea {
    height: 100px;
  }
  button[type="submit"] {
    width: 80%;
  }
  .fixed-btn {
    width: 100%;
    height: 80px;
  }
  .web-btn-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .line-btn-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .space-for-fixed {
    height: 125px;
  }
  .store-message {
    margin: 40px 0 40px 0;
    text-align: center;
  }

  .insta {
    width: 40px;
  }
  .rounded-button {
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .rounded-button:hover {
    text-decoration: none;
    color: white;
  }
  .thanks-container {
    width: 85%;
    margin: 0 auto;
  }
}

.privacy a {
  display: inline-block;
  margin-block: 1rem;
  border-bottom: #333 1px solid;
}

.privacy {
  text-align: center;
}
