@charset "UTF-8";
/* =========================================================
不動産無料査定 free-valuation
========================================================= */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-free-mv {
  position: relative;
}
.p-free-mv--wrap {
  display: block;
  height: 40vh;
  overflow: hidden;
}
@media screen and (min-width: 430px) {
  .p-free-mv--wrap {
    height: 85vh;
  }
}
@media screen and (min-width: 992px) {
  .p-free-mv--wrap {
    height: auto;
  }
}
.p-free-mv picture img {
  display: block;
  object-fit: cover;
  object-position: -200px;
  height: 100%;
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 992px) {
  .p-free-mv picture img {
    object-fit: contain;
    object-position: inherit;
  }
}
.p-free-mv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-free-mv_title h1 {
  background: #00A7EA;
  color: #ffffff;
  font-size: calc(42 * (100vw / 430));
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 5px 20px;
}
@media screen and (min-width: 430px) {
  .p-free-mv_title h1 {
    font-size: calc(42 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-mv_title h1 {
    font-size: calc(42 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-mv_title h1 {
    font-size: calc(42 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-mv_title h1 {
    font-size: 42px;
  }
}
.p-free-mv_title h1 .in {
  color: #FFE200;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-free-mv_title h1 .in {
    display: inline;
    padding-left: 10px;
  }
}
.p-free-about {
  padding: calc(70 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-free-about {
    padding: calc(70 * (100vw / 1920)) 8vw;
  }
}
.p-free-about--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.p-free-about h2 {
  color: #223F88;
  font-size: calc(25 * (100vw / 430));
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-about h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-about h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-about h2 {
    font-size: calc(30 * (100vw / 992));
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-free-about h2 {
    font-size: 30px;
  }
}
.p-free-about p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 auto 1rem;
  max-width: 540px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-free-about p {
    font-size: 16px;
    margin-bottom: 0;
    width: 50%;
  }
}
.p-free-check h2 {
  background: #223F88;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: calc(70 * (100vw / 992)) 8vw;
  position: relative;
  margin: 0 auto 50px;
}
@media screen and (min-width: 992px) {
  .p-free-check h2 {
    background-position: top -240px right -510px;
    font-size: 16px;
    padding: calc(50 * (100vw / 1920)) 8vw;
  }
}
.p-free-check h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #223F88 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
@media screen and (min-width: 992px) {
  .p-free-check h2::before {
    border-width: 30px 50px 0 50px;
    bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .p-free-check h2 .sp {
    display: none;
  }
}
.p-free-check h2 .sub {
  color: #ffffff;
  display: block;
  font-size: calc(17 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-check h2 .sub {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-check h2 .sub {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-check h2 .sub {
    font-size: calc(25 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-check h2 .sub {
    font-size: 20px;
  }
}
.p-free-check h2 .main {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-free-check h2 .main {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-check h2 .main {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-check h2 .main {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-check h2 .main {
    font-size: 30px;
  }
}
.p-free-check--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: calc(80 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-free-check--wrap {
    padding: calc(80 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-free-check_form dl {
  background: #F2F2F2;
  padding: 30px 20px;
  max-width: 440px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-free-check_form dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    max-width: 100%;
  }
}
.p-free-check_form dl .block {
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .p-free-check_form dl .block {
    width: 30%;
  }
}
.p-free-check_form dl dt {
  color: #223F88;
  font-size: calc(20 * (100vw / 430));
  font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-check_form dl dt {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-check_form dl dt {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-check_form dl dt {
    font-size: calc(20 * (100vw / 992));
    padding: 5px;
  }
}
@media screen and (min-width: 992px) {
  .p-free-check_form dl dt {
    font-size: 35px;
    text-align: center;
  }
}
.p-free-check_form select {
  background: url(../images/common/icon-bottom-glay.svg) no-repeat right 15px center;
  background-color: #ffffff;
  background-size: 20px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
  display: block;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: 5px 10px;
  max-width: 400px;
  min-height: 36px;
  line-height: 34px;
  width: 100%;
}
.p-free-check_form select:focus {
  background-color: #F1F5F9;
}
@media screen and (min-width: 992px) {
  .p-free-check_form select {
    font-size: 16px;
  }
}
.p-free-check_form .btn-area {
  text-align: center;
}
.p-free-check_form .btn-area .submit-btn {
  background: #00A7EA;
  border: none;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-free-check_form .btn-area .submit-btn {
    font-size: 20px;
    margin: 10px auto 0;
    max-width: 380px;
    padding: 25px;
  }
}
.p-free-check_form .btn-area .submit-btn::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
.p-free-check_form .btn-area .submit-btn:hover {
  background: #152856;
}
.p-free-worries {
  background: #F1F5F9;
  padding: calc(120 * (100vw / 992)) 8vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-free-worries {
    padding: calc(120 * (100vw / 1920)) 8vw;
  }
}
.p-free-worries:before {
  content: '';
  background: url(../images/free-valuation/img-worries-ttl.webp) no-repeat top center;
  background-size: 150%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-free-worries:before {
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .p-free-worries:before {
    background-size: cover;
    height: 260px;
  }
}
.p-free-worries--wrap {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-free-worries h2 {
  color: #ffffff;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-free-worries h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-worries h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-worries h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-worries h2 {
    font-size: 30px;
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-free-worries h2 .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-free-worries_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.p-free-worries_list li {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-free-worries_list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .p-free-worries_list li {
    width: 33.3%;
  }
}
.p-free-worries_list li picture {
  background: #ffffff;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  padding: 10px;
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .p-free-worries_list li picture {
    width: 160px;
    height: 160px;
  }
}
.p-free-worries_list li picture img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .p-free-worries_list li picture img {
    max-width: 160px;
  }
}
.p-free-worries_list li .title {
  color: #223F88;
  font-size: calc(20 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-free-worries_list li .title {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-worries_list li .title {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-worries_list li .title {
    font-size: calc(20 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-worries_list li .title {
    font-size: 20px;
  }
}
.p-free-value h2 {
  background: #223F88;
  font-size: clamp(13px, 1.61vw, 18px);
  padding: calc(30 * (100vw / 992)) 8vw;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-free-value h2 {
    background-position: top -240px right -510px;
    font-size: 16px;
    padding: calc(60 * (100vw / 1920)) 8vw;
    padding-bottom: calc(120 * (100vw / 992)) 8vw;
  }
}
.p-free-value h2::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 50px 0 50px;
  border-color: #223F88 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 50px);
}
@media screen and (min-width: 992px) {
  .p-free-value h2::before {
    border-width: 30px 50px 0 50px;
    bottom: -30px;
  }
}
.p-free-value h2 .in {
  color: #ffffff;
  display: block;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 430px) {
  .p-free-value h2 .in {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-value h2 .in {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-value h2 .in {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-value h2 .in {
    font-size: 30px;
  }
}
.p-free-value h2 .in:before {
  content: '';
  background: url(../images/free-valuation/img-value-ttl.webp) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: calc(50% - 90px);
  top: -70px;
  width: 180px;
  height: 100px;
}
@media screen and (min-width: 992px) {
  .p-free-value h2 .in:before {
    left: calc(50% - 170px);
    top: -167px;
    width: 350px;
    height: 190px;
  }
}
.p-free-value_about {
  background: url(../images/free-valuation/bg-value.webp) no-repeat bottom right 10%;
  background-size: 160%;
  padding: calc(100 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 992px) {
  .p-free-value_about {
    background-size: 70%;
    background-position: bottom left;
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 5%;
  }
}
.p-free-value_about--wrap {
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-free-value_about--wrap {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}
.p-free-value_about h3 {
  color: #223F88;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 25px;
  text-align: left;
}
@media screen and (min-width: 430px) {
  .p-free-value_about h3 {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-value_about h3 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-value_about h3 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-value_about h3 {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 0;
    max-width: 570px;
    width: 100%;
  }
}
.p-free-value_about h3 .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-free-value_about h3 .pc {
    display: block;
  }
}
.p-free-value_about p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 700px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .p-free-value_about p {
    display: inline-block;
    font-size: 16px;
    margin: 15px 0 5%;
    max-width: 570px;
    width: 100%;
  }
}
.p-free-value_link {
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-free-value_link {
    margin: -50px auto 0;
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-free-value_link--wrap {
  background: #223F88;
  padding: 20px;
  max-width: 1120px;
  margin: 0 auto 0;
  width: 100%;
}
.p-free-value_link h3 .sub {
  color: #ffffff;
  display: block;
  font-size: calc(17 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-value_link h3 .sub {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-value_link h3 .sub {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-value_link h3 .sub {
    font-size: calc(20 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-value_link h3 .sub {
    font-size: 20px;
  }
}
.p-free-value_link h3 .main {
  color: #ffffff;
  display: block;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-free-value_link h3 .main {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-value_link h3 .main {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-value_link h3 .main {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-value_link h3 .main {
    font-size: 30px;
  }
}
.p-free-value_link .btn a {
  background: #FFE200;
  border: none;
  border-radius: 100px;
  display: block;
  color: #152856;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  transition: .3s;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-free-value_link .btn a {
    font-size: 20px;
    margin: 10px auto 0;
    max-width: 380px;
    padding: 25px;
  }
}
.p-free-value_link .btn a::before {
  content: '';
  background: url(../images/common/icon-right-w.svg) no-repeat center;
  background-color: #223F88;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
.p-free-value_link .btn a:hover {
  background: #b7a200;
}
.p-free-contact {
  padding: calc(100 * (100vw / 992)) 8vw;
}
@media screen and (min-width: 768px) {
  .p-free-contact {
    padding: calc(100 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-free-contact--wrap {
  background: #223F88;
  max-width: 1120px;
  margin: -30px auto;
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-free-contact--wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p-free-contact h2 {
  margin-bottom: 20px;
  width: 100%;
}
.p-free-contact h2 .sub {
  color: #ffffff;
  display: block;
  font-size: calc(17 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-contact h2 .sub {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-contact h2 .sub {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-contact h2 .sub {
    font-size: calc(20 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-contact h2 .sub {
    font-size: 20px;
  }
}
.p-free-contact h2 .main {
  color: #ffffff;
  display: block;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-free-contact h2 .main {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-contact h2 .main {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-contact h2 .main {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-contact h2 .main {
    font-size: 30px;
  }
}
.p-free-contact_tel {
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-free-contact_tel {
    border-bottom: none;
    border-right: 1px solid #ffffff;
    padding: 20px 10px 20px 0;
    margin: 0 10px 0 0;
    font-size: 16px;
    width: calc(50% - 5px);
  }
}
.p-free-contact_tel h3 {
  margin-bottom: 10px;
}
.p-free-contact_tel h3 span {
  background: url(../images/common/icon-tel.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.p-free-contact_tel a {
  border-radius: 5px;
  color: #FFE200;
  display: block;
  font-size: 250%;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-free-contact_tel a {
    font-size: 220%;
    font-weight: normal;
  }
}
.p-free-contact_tel p {
  color: #ffffff;
}
.p-free-contact_mail {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-free-contact_mail {
    width: calc(50% - 5px);
  }
}
.p-free-contact_mail h3 {
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .p-free-contact_mail h3 {
    font-size: 16px;
  }
}
.p-free-contact_mail h3 span {
  background: url(../images/common/icon-mail.svg) no-repeat left center;
  background-size: 14px 14px;
  display: inline-block;
  padding-left: 20px;
}
.p-free-contact_mail a {
  background: #00A7EA;
  border-radius: 100px;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 15px 15px 15px 10px;
  position: relative;
  max-width: 310px;
  margin: 0 auto;
  transition: .3s;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-free-contact_mail a {
    font-size: 20px;
  }
}
.p-free-contact_mail a::before {
  content: '';
  background: url(../images/common/icon-right.svg) no-repeat center;
  background-color: #FFE200;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  width: 30px;
  height: 30px;
}
.p-free-contact_mail a:hover {
  background: #152856;
}
.p-free-architecture h2 {
  color: #00A7EA;
  display: block;
  font-size: calc(25 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 430px) {
  .p-free-architecture h2 {
    font-size: calc(25 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-architecture h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-architecture h2 {
    font-size: calc(30 * (100vw / 992));
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-free-architecture h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.p-free-architecture_block {
  padding: calc(90 * (100vw / 992)) 8vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-free-architecture_block {
    margin-bottom: 50px;
    padding: calc(90 * (100vw / 1920)) 8vw;
  }
}
.p-free-architecture_block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #F1F5F9;
  transform: scaleY(2.3) perspective(0.6em) rotateX(0.5deg);
  transform-origin: bottom left;
}
.p-free-architecture_block--wrap {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-free-architecture_block--wrap {
    display: grid;
    grid-template-columns: 1fr 240px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-free-architecture_block--wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.p-free-architecture_block picture {
  display: block;
  padding-bottom: 15px;
  text-align: center;
}
.p-free-architecture_block picture img {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
.p-free-architecture_block dl {
  max-width: 600px;
  margin: 0 auto;
  order: -1;
}
.p-free-architecture_block dl dt {
  color: #223F88;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 430px) {
  .p-free-architecture_block dl dt {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-architecture_block dl dt {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-architecture_block dl dt {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-architecture_block dl dt {
    font-size: 30px;
  }
}
.p-free-architecture_block dl dt .en {
  color: #00A7EA;
  display: block;
  font-family: "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 50%;
  padding-left: 30px;
  position: relative;
}
.p-free-architecture_block dl dt .en::before {
  content: '';
  background: #00A7EA;
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  width: 24px;
  height: 1px;
}
.p-free-architecture_block dl dd p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  max-width: 540px;
}
@media screen and (min-width: 992px) {
  .p-free-architecture_block dl dd p {
    font-size: 16px;
  }
}
.p-free-features {
  padding: calc(120 * (100vw / 992)) 8vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p-free-features {
    padding: calc(120 * (100vw / 1920)) 8vw;
    padding-top: 0;
  }
}
.p-free-features--wrap {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}
.p-free-features h2 {
  color: #00A7EA;
  display: block;
  font-size: calc(28 * (100vw / 430));
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
@media screen and (min-width: 430px) {
  .p-free-features h2 {
    font-size: calc(30 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-features h2 {
    font-size: calc(30 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-features h2 {
    font-size: calc(30 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-features h2 {
    font-size: 30px;
  }
}
.p-free-features_block {
  background: #F1F5F9;
  margin-bottom: 30px;
}
.p-free-features_block h3 {
  background: #223F88;
  display: flex;
  align-items: center;
  font-size: calc(20 * (100vw / 430));
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 430px) {
  .p-free-features_block h3 {
    font-size: calc(20 * (100vw / 620));
  }
}
@media screen and (min-width: 620px) {
  .p-free-features_block h3 {
    font-size: calc(20 * (100vw / 768));
  }
}
@media screen and (min-width: 768px) {
  .p-free-features_block h3 {
    font-size: calc(25 * (100vw / 992));
  }
}
@media screen and (min-width: 992px) {
  .p-free-features_block h3 {
    font-size: 25px;
  }
}
.p-free-features_block h3 .no {
  background: #00A7EA;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #F1F5F9;
  font-size: 60%;
  width: 30px;
  height: 30px;
}
.p-free-features_block h3 .title {
  color: #ffffff;
  display: inline-block;
  text-align: left;
  padding-left: 15px;
  width: calc(100% - 40px);
}
.p-free-features_block p {
  color: #343434;
  font-size: clamp(13px, 1.61vw, 18px);
  line-height: 1.8;
  margin: 0 0 1rem;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-free-features_block p {
    font-size: 16px;
  }
}
.p-free-features_btn a {
  background: #FFE200;
  border: none;
  border-radius: 100px;
  display: block;
  color: #152856;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: bold;
  padding: 20px;
  position: relative;
  margin: 15px auto 0;
  max-width: 310px;
  transition: .3s;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-free-features_btn a {
    font-size: 20px;
    margin: 40px auto 0;
    max-width: 380px;
    padding: 25px;
  }
}
.p-free-features_btn a::before {
  content: '';
  background: url(../images/common/icon-right-w.svg) no-repeat center;
  background-color: #223F88;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  right: 15px;
  width: 30px;
  height: 30px;
}
.p-free-features_btn a:hover {
  background: #b7a200;
}
