.p-top_mv {
  position: relative;
}

.p-mv_box01 {
  background: url(../img/mv_01.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 1920/600;
}
.p-mv_box02 {
  background: url(../img/mv_02.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 1920/600;
}
.p-mv_box03 {
  background: url(../img/mv_03.webp) no-repeat center;
  background-size: contain;
  aspect-ratio: 1920/600;
}

.p-top_ttl {
  text-align: center;
  margin: 40px 0 160px;
}
.p-top_ttl h1 {
  font-size: min((64/1920 * 100vw), 6.4rem);
  font-weight: 400;
  margin-bottom: 40px;
}

.p-top_ttl p {
  font-size: min((calc32/1920 * 100vw), 3.2rem);
}
/* ------------
concept
---------------*/
.p-concept__illust {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-concept__illust img {
  width: calc(960 / 1920 * 100vw);
}
.p-concept__ttl {
  background-image: linear-gradient(270deg, #cae981, #ffec3e);
  height: 247px;
  width: 880px;
  position: relative;
  z-index: -1;
  border-radius: 0px 15px 15px 0px;
}
.p-concept__txt {
  position: absolute;
  top: 40px;
  left: 160px;
}
.p-concept__txt h1 {
  font-size: min(calc(128 / 1920 * 100vw), 12.8rem);
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
}

.p-concept__txt p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 400;
}
.p-concept__txtArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 160px;
}
.p-concept__lead {
  width: calc(620 / 1920 * 100vw);
  max-width: 620px;
  margin-right: calc(180 / 1920 * 100vw);
}
.p-concept__lead h3 {
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
.p-concept__lead p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  line-height: 2;
}
.p-concept__txtArea img {
  width: calc(1000 / 1920 * 100vw);
  max-width: 1000px;
}

/* --------------

--------------------*/
.p-feature__illust {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-feature__illust img {
  width: calc(960 / 1920 * 100vw);
}
.p-feature__ttl {
  background-image: linear-gradient(270deg, #cae981, #ffec3e);
  height: 247px;
  width: 880px;
  position: relative;
  z-index: -1;
  border-radius: 0px 15px 15px 0px;
}
.p-feature__txt {
  position: absolute;
  top: 40px;
  left: 160px;
}
.p-feature__txt h1 {
  font-size: min(calc(128 / 1920 * 100vw), 12.8rem);
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
}

.p-feature__txt p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 400;
}
.p-feature__txtArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-feature__list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1740px;
  width: 90%;
  margin: 80px auto 160px;
  justify-items: center;
}
.p-feature__list ul li {
  width: calc(520 / 1920 * 100vw);
}
.p-feature__list .num {
  font-family: "Josefin Sans", sans-serif;
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  font-weight: 300;
  background: url(../img/ribon.png) no-repeat;
  width: calc(292 / 1920 * 100vw);
  background-size: contain;
  padding-left: 26px;
  margin: 40px 0 30px;
}
.p-feature__lead h3 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}

.p-feature__lead p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  line-height: 2;
}
/* -----------------

---------------------*/
.p-rental {
  background-image: linear-gradient(270deg, #e1f3b8, #fff8b9);
  padding: 100px 0;
}
.p-rental__ttl {
  text-align: center;
}
.p-rental__ttl h1 {
  font-size: min(calc(128 / 1920 * 100vw), 12.8rem);
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
}

.p-rental__ttl p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 500;
}
.rental-slider {
  margin: 80px 0 0;
}
.rental-slider li {
  margin-right: 20px;
}
.rental-slider li a{
  color: #5F6247;
}

.rental_txt {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px 0;
  margin-top: 20px;
}
.rental_txt h3 {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 400;
  text-align: center;
  position: relative;
}
.rental_txt h3::after {
  content: "";
  background: url(../img/arw.png) no-repeat;
  width: 28.5px;
  height: 6.5px;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
/* -----------

-----------------*/
.p-company {
  background-color: #f5f3e5;
}
.p-company__inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 90%;
  padding: 100px 0;
}
.p-company__ttl {
  text-align: center;
}
.p-company__ttl h1 {
  font-size: min(calc(128 / 1920 * 100vw), 12.8rem);
  font-weight: 200;
  font-family: "Josefin Sans", sans-serif;
}

.p-company__ttl p {
  font-size: min(calc(32 / 1920 * 100vw), 3.2rem);
  font-weight: 500;
}

.p-company__list {
  margin: 80px 0 0;
}

.p-company__list dl {
  display: flex;
  border-bottom: solid 2px #eef6db;
}
.p-company__list dl:first-of-type dt {
  border-radius: 30px 0px 0 0;
}
.p-company__list dl:last-of-type dt {
  border-radius: 0px 0px 0 30px;
}
.p-company__list dl:last-of-type dd {
  border-radius: 0px 0px 30px 0;
}

.p-company__list dl:first-of-type dd {
  border-radius: 0px 30px 0 0;
}

.p-company__list dt {
  background-color: #acc66f;
  font-size: 2rem;
  color: #fff;
  width: 240px;
  padding: 30px 0;
  text-align: center;
  border-right: solid 3px #eef6db;
}

.p-company__list dd {
  font-size: 2rem;
  background-color: #cae981;
  width: 880px;
  padding: 30px 0 30px 40px;
  font-weight: 500;
  line-height: 1.6;
}

/* -----------------

--------------------*/
.p-contact {
  padding: 100px 0 0;
}
.p-contact__inner {
  max-width: 1210px;
  margin: 0 auto;
  width: 90%;
}
.form {
  margin: 80px 0;
}
.form-group {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.form-group input,
.form-group textarea {
  background-color: #f3efed;
  padding: 10px;
  height: 40px;
  width: calc(720 / 1920 * 100vw);
  max-width: 720px;
  border: unset;
  border-radius: 8px;
  font-size: 2rem;
}
.form-group textarea {
  height: 309px !important;
}
.post-code input {
  width: 200px;
  margin: 0 30px;
}
.address .form-input {
  margin-bottom: 20px;
}
.address .address_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.address .address_flex input {
  width: calc(340 / 1920 * 100vw);
  max-width: 340px;
}
.address .post-code p {
  display: flex;
  position: relative;
}
.post-code p::before {
  content: "";
  background: url(../img/post.png) no-repeat;
  position: absolute;
  top: 22px;
  left: 0;
  width: 18px;
  height: 28px;
  background-size: contain;
}
.address select {
  background-color: #f3efed;
  padding: 10px;
  height: 40px;
  width: calc(280 / 1920 * 100vw);
  max-width: 720px;
  border: unset;
  border-radius: 8px;
  font-size: 2rem;
}
.reply input,
.details input {
  width: 25px;
}
.reply .form-input,
.details .form-input {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 2rem;
}
.reply input {
  margin-right: 10px;
}
.reply label {
  display: flex;
  align-items: center;
}
.form-label {
  font-size: 2rem;
  display: flex;
  align-items: center;
  width: calc(490 / 1920 * 100vw);
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
}
.required {
  border: solid 2px #ff9e5d;
  border-radius: 6px;
  color: #ff9e5d;
  padding: 10px;
  margin-right: 20px;
  white-space: nowrap;
}

.optional {
  border: solid 2px #b6b6b6;
  border-radius: 6px;
  color: #b6b6b6;
  padding: 10px;
  margin-right: 20px;
}

.small {
  font-size: 1.6rem;
}
.details input {
  margin-right: 10px;
}
.details label {
  display: flex;
  align-items: center;
}
.details_list .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
.submit {
  width: 150px;
  margin: 0 auto;
}
button[type="button"] {
  background-color: #ff9e5d;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 2rem;
}

button[type="button"]:hover {
  opacity: 0.8;
}
.street p {
  font-size: 2rem;
  margin-bottom: 10px;
}
.submit input {
  background-color: #ff9e5d;
  color: #fff;
  width: 150px;
  height: 90px;
  text-align: center;
  font-size: 2rem;
  border: unset;
}
@media screen and (max-width: 768px) {
  .p-top_mv {
    padding: 0 4%;
  }
  .p-mv_box01 {
    background: url(../img/mv_01_sp.webp) no-repeat;
    background-size: contain;
    height: 560px !important;
    aspect-ratio: 430/560;
  }
  .p-mv_box02 {
    background: url(../img/mv_02_sp.webp) no-repeat;
    background-size: contain;
    height: 560px !important;
    aspect-ratio: 430/560;
  }
  .p-mv_box03 {
    background: url(../img/mv_03_sp.webp) no-repeat;
    background-size: contain;
    height: 560px !important;
    aspect-ratio: 430/560;
  }
  .p-top_ttl {
    margin: 0px 0 144px;
  }
  .p-top_ttl h1 {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .p-top_ttl p {
    font-size: 1.8rem;
  }
  .p-concept__illust {
    display: block;
  }
  .p-concept__ttl {
    width: 350px;
    height: 129px;
  }
  .p-concept__txt {
    top: 10px;
    left: 40px;
  }
  .p-concept__txt h1 {
    font-size: 6.4rem;
  }
  .p-concept__txt p {
    font-size: 1.8rem;
  }
  .p-concept__illust img {
    width: 310px;
    margin: 20px 0 30px auto;
  }
  .p-concept__txtArea {
    flex-direction: column-reverse;
    padding: 0 4%;
    margin-bottom: 60px;
  }
  .p-concept__lead h3 {
    font-size: 2rem;
  }
  .p-concept__txtArea img {
    width: calc(390 / 430 * 100vw);
    margin: 0 auto;
  }
  .p-concept__lead {
    width: auto;
    margin: 20px 0 0;
  }
  .p-concept__lead p {
    font-size: 1.6rem;
  }
  .p-feature__txt h1 {
    font-size: 6.4rem;
  }
  .p-feature__txt p {
    font-size: 1.8rem;
  }
  .p-feature__illust {
    display: block;
  }
  .p-feature__ttl {
    width: 350px;
    height: 129px;
  }
  .p-feature__txt {
    top: 10px;
    left: 40px;
  }
  .p-feature__txt h1 {
    font-size: 6.4rem;
  }
  .p-feature__txt p {
    font-size: 1.8rem;
  }
  .p-feature__illust img {
    width: 310px;
    margin: 20px 0 30px auto;
  }
  .p-feature__list ul {
    display: block;
    margin: 30px auto 40px;
  }
  .p-feature__list ul li {
    width: auto;
  }
  .p-feature__list .num {
    font-size: 4.8rem;
    width: auto;
    margin: 20px 0;
    background-size: 180px;
  }
  .p-feature__lead h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-feature__lead p {
    font-size: 1.6rem;
  }
  .p-rental__ttl h1 {
    font-size: 6.4rem;
  }
  .p-rental__ttl p {
    font-size: 1.8rem;
  }
  .p-rental {
    padding: 40px 0;
  }
  .rental-slider {
    margin: 40px 0 0;
  }
  .rental_txt {
    border-radius: 10px;
  }
  .rental_txt h3 {
    font-size: 1.6rem;
  }
  .rental_txt h3::after {
    width: 16.5px;
    height: 3.5px;
  }
  .p-company__inner {
    padding: 40px 0 60px;
  }
  .p-company__ttl h1 {
    font-size: 6.4rem;
  }
  .p-company__ttl p {
    font-size: 1.8rem;
  }
  .p-company__list {
    margin: 40px 0 0;
  }
  .p-company__list dl {
    justify-content: center;
  }
  .p-company__list dt {
    font-size: 1.4rem;
    width: 120px;
    padding: 10px 0 0;
  }
  .p-company__list dd {
    font-size: 1.4rem;
    padding: 10px 30px;
    width: 270px;
    line-height: 1.2;
  }
  .p-company__list dl:first-of-type dt {
    border-radius: 15px 0px 0 0;
  }
  .p-company__list dl:last-of-type dt {
    border-radius: 0px 0px 0 15px;
  }
  .p-company__list dl:last-of-type dd {
    border-radius: 0px 0px 15px 0;
  }

  .p-company__list dl:first-of-type dd {
    border-radius: 0px 15px 0 0;
  }

  .form-label {
    width: auto;
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .form-group {
    display: block;
  }
  .form-group input,
  .form-group textarea {
    width: 97%;
    height: 13px;
    padding: 10px 0 10px 10px;
    border-radius: 5px;
  }
  .required {
    width: 32px;
    padding: 8px;
    white-space: nowrap;
  }
  .optional {
    padding: 8px;
  }
  .reply input,
  .details input {
    width: 20px;
  }
  .post-code input {
    width: 108px;
  }
  .post-code p::before {
    top: 7px;
  }
  .address select {
    width: calc(154 / 430 * 100vw);
    font-size: 14px;
    height: 25px;
    padding: 5px;
  }
  .form-group input,
  .form-group textarea {
    font-size: 1.6rem;
  }
  .address .address_flex input {
    width: calc(184 / 430 * 100vw);
  }
  .reply .form-input,
  .details .form-input {
    font-size: 1.6rem;
    margin: 0 10px 20px 0;
  }
  .small {
    font-size: 1.4rem;
  }
  .details .wpcf7-list-item {
    margin: 0;
  }
  .submit input {
    width: 130px;
    height: 60px;
    border-radius: 5px;
  }
  button[type="button"] {
    padding: 10px 11px;
    font-size: 1rem;
  }
  .street p {
    font-size: 1.6rem;
  }
}
