#intro {
  display: block;
  width: 100%;
  height: 100vh;
  position: relative;
  color: #fff;
  position: relative;
}
#intro section {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#intro section h2 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 768px) {
  #intro section h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #intro section h2 {
    font-size: 30px;
  }
}
#intro section h2 .opensans {
  font-size: 115%;
  font-weight: 700;
}
#intro section p > span {
  font-size: 60px;
}
@media (max-width: 480px) {
  #intro section p > span {
    font-size: 50px;
  }
}
#intro section p small {
  display: block;
  font-size: 17px;
}
@media (max-width: 768px) {
  #intro section p small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #intro section p small {
    font-size: 14px;
  }
}

.webp #intro {
  background: url(../../image/plan1.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #intro {
    background: url(../../image/plan1s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #intro {
    background: url(../../image/plan1ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #intro {
  background: url(../../image/plan1.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/palan1s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .no-webp #intro {
    background: url(../../image/palan1ss.jpg);
    background-size: cover;
    background-position: center;
  }
}

#plan0 {
  color: #fff;
  text-align: center;
  padding: 170px 30px;
}
@media (max-width: 768px) {
  #plan0 {
    padding: 150px 30px;
  }
}
@media (max-width: 480px) {
  #plan0 {
    padding: 100px 20px;
  }
}
#plan0 section {
  margin: 0 auto;
  max-width: 1000px;
}
#plan0 section h3 {
  margin-bottom: 30px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #plan0 section h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #plan0 section h3 {
    margin-bottom: 10px;
  }
}
#plan0 section p {
  line-height: 2;
  font-size: 20px;
}
@media (max-width: 768px) {
  #plan0 section p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #plan0 section p {
    font-size: 16px;
    text-align: justify;
  }
  #plan0 section p br {
    display: none;
  }
}

.line {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.line span {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 768px) {
  .line span {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .line span {
    font-size: 20px;
  }
}
.line img {
  width: 100px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .line img {
    width: 90px;
  }
}
@media (max-width: 480px) {
  .line img {
    width: 75px;
  }
}

.plan {
  color: #fff;
  background: #0062C8;
  text-align: center;
  padding: 70px 30px;
}
@media (max-width: 768px) {
  .plan {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .plan {
    padding: 30px 20px;
  }
}
.plan section {
  margin: 0 auto;
  max-width: 1000px;
}
.plan dd img {
  width: 100%;
}
.plan p {
  line-height: 2;
}

.title dt {
  font-weight: 900;
}
.title dt span {
  display: block;
}
.title dt span:nth-of-type(1) {
  font-size: 32px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .title dt span:nth-of-type(1) {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .title dt span:nth-of-type(1) {
    font-size: 20px;
  }
}
.title dt span:nth-of-type(2) {
  font-size: 46px;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .title dt span:nth-of-type(2) {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .title dt span:nth-of-type(2) {
    font-size: 24px;
  }
}
.title dd {
  font-size: 20px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .title dd {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .title dd {
    font-size: 16px;
  }
}
.title dd img {
  margin: 2rem 0 5rem;
}
@media (max-width: 768px) {
  .title dd img {
    margin: 1.5rem 0 3rem;
  }
}
@media (max-width: 480px) {
  .title dd img {
    margin: 1rem 0 2rem;
  }
}

.plan3 .title dd {
  margin: 2rem 0;
}
@media (max-width: 480px) {
  .plan3 .title dd {
    margin: 1rem 0;
  }
}

.plan .title_photo {
  display: block;
  padding: 5rem 0;
  width: 100%;
  line-height: 1.5;
  font-size: 38px;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .plan .title_photo {
    font-size: 30px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .plan .title_photo {
    padding: 3rem 0;
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.webp .building {
  background: url(../../image/plan5.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .webp .building {
    background: url(../../image/plan5s.webp);
    background-size: cover;
    background-position: center;
  }
}
.webp .apartment {
  background: url(../../image/plan6.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .webp .apartment {
    background: url(../../image/plan6s.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp .building {
  background: url(../../image/plan5.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .no-webp .building {
    background: url(../../image/plan5s.jpg);
    background-size: cover;
    background-position: center;
  }
}
.no-webp .apartment {
  background: url(../../image/plan6.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .no-webp .apartment {
    background: url(../../image/plan6s.jpg);
    background-size: cover;
    background-position: center;
  }
}

.billp {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .billp {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .billp {
    margin-bottom: 2rem;
  }
}

.clean_list {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .clean_list {
    margin-bottom: 3rem;
  }
}
@media (max-width: 480px) {
  .clean_list {
    margin-bottom: 2rem;
  }
}
.clean_list dt {
  color: #0062C8;
  background: #fff;
  font-size: 24px;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto -30px;
  border-radius: 36px;
}
@media (max-width: 768px) {
  .clean_list dt {
    font-size: 20px;
    padding: 0.75rem 1.5rem;
    margin: 0 auto -20px;
  }
}
@media (max-width: 480px) {
  .clean_list dt {
    font-size: 18px;
    padding: 0.5rem 1.25rem;
  }
}
.clean_list dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5rem 2rem 2rem;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 70%;
  max-width: 750px;
  margin: 0 auto 1rem;
}
@media (max-width: 768px) {
  .clean_list dd ul {
    padding: 4rem 1rem 1rem;
    margin: 0 auto 1rem;
    width: 80%;
  }
}
@media (max-width: 480px) {
  .clean_list dd ul {
    padding: 3rem 0.5rem 0.5rem;
    width: 100%;
  }
}
.clean_list dd li {
  line-height: 1.3;
  width: 25%;
  font-size: 18px;
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .clean_list dd li {
    font-size: 16px;
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .clean_list dd li {
    padding: 0 10px;
    font-size: 11px;
  }
}
.clean_list dd li span {
  display: block;
  color: #0062C8;
  background: #fff;
  font-size: 40px;
  padding: 1rem;
  border-radius: 40px;
  margin: 0 auto 0.5rem;
  width: 72px;
}
@media (max-width: 768px) {
  .clean_list dd li span {
    font-size: 32px;
    width: 64px;
  }
}
@media (max-width: 480px) {
  .clean_list dd li span {
    font-size: 25px;
    padding: 0.75rem;
    width: 49px;
  }
}
.clean_list dd p {
  line-height: 1.8;
  font-size: 20px;
}
@media (max-width: 768px) {
  .clean_list dd p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .clean_list dd p {
    font-size: 16px;
  }
}
.clean_list small {
  font-size: 100%;
}

.price {
  line-height: 2;
}
.price dl:nth-of-type(2) {
  margin-top: 2rem;
}
.price > dt {
  color: #0062C8;
  background: #fff;
  font-size: 24px;
  padding: 0.75rem 4.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
  border-radius: 34px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .price > dt {
    font-size: 20px;
    padding: 0.5rem 3rem;
    margin: 0 auto 1.5rem;
  }
}
@media (max-width: 480px) {
  .price > dt {
    font-size: 18px;
    padding: 0.25rem 2rem;
    margin: 0 auto 1rem;
  }
}
.price > dd {
  margin-bottom: 2rem;
}
.price > dd > span {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .price > dd {
    margin-bottom: 1.5rem;
  }
}
.price > dd dt {
  font-size: 26px;
  margin-bottom: 0.5rem;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .price > dd dt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .price > dd dt {
    font-size: 20px;
    margin-bottom: 0.25rem;
  }
}
.price > dd dd {
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.price > dd dd > span {
  padding: 0.2rem 1.5rem 0.5rem;
  background: #00A0FF;
  border-radius: 7px;
  display: block;
  margin: 1rem auto;
  font-weight: 700;
}
.price > dd dd > span > span {
  font-weight: 900;
  color: #FFE400;
  line-height: 1.3;
}
.price > dd dd > span > span > span {
  font-size: 46px;
}
.price > dd dd .meyasu {
  background: none;
  padding: 0;
  margin: 1rem auto 0;
  font-size: 20px;
}
.price table {
  margin: 3rem auto 5rem;
  color: #0062C8;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .price table {
    margin: 2rem auto 4rem;
  }
}
@media (max-width: 480px) {
  .price table {
    margin: 1rem auto 3rem;
  }
}
.price table th {
  padding: 1rem 1.5rem;
  text-align: center;
  background: #C2D9F2;
  border-right: 1px solid #0062C8;
  border-top: 1px solid #0062C8;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .price table th {
    padding: 0.5rem 1rem;
    width: 9rem;
  }
}
.price table tr:nth-of-type(1) th {
  border-radius: 15px 0 0 0;
}
.price table tr:nth-of-type(1) td {
  border-radius: 0 15px 0 0;
}
.price table tr:nth-last-of-type(1) th {
  border-radius: 0 0 0 15px;
}
.price table tr:nth-last-of-type(1) td {
  border-radius: 0 0 15px 0;
}
.price table td {
  padding: 1rem 1.5rem;
  background: #fff;
  border-top: 1px solid #0062C8;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .price table td {
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 480px) {
  .spj {
    text-align: justify;
  }
}
#flow {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  #flow {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  #flow {
    margin-bottom: 30px;
  }
}
#flow section {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  background: url(../../image/plan7.webp);
  background-size: cover;
  background-position: center;
}
#flow section p {
  font-size: 24px;
  line-height: 2;
  margin-top: 30px;
}
@media (max-width: 768px) {
  #flow section p {
    font-size: 20px;
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  #flow section p {
    font-size: 18px;
    margin-top: 20px;
  }
}
#flow dl {
  text-align: center;
  padding: 70px 20px 0;
}
@media (max-width: 768px) {
  #flow dl {
    padding: 50px 20px 0;
  }
}
@media (max-width: 480px) {
  #flow dl {
    padding: 30px 20px 0;
  }
}
#flow dt {
  font-size: 30px;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  #flow dt {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #flow dt {
    font-size: 20px;
  }
}
#flow dt span {
  font-size: 120%;
  vertical-align: middle;
  padding-bottom: 0.5rem;
  margin-right: 0.5rem;
}
#flow dd {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 768px) {
  #flow dd {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #flow dd {
    font-size: 16px;
    text-align: justify;
  }
  #flow dd br {
    display: none;
  }
}

.webp #plan0 {
  background: url(../../image/plan2.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #plan0 {
    background: url(../../image/plan2s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #plan0 {
    background: url(../../image/plan2ss.webp);
    background-size: cover;
    background-position: center;
  }
}
.webp #flow section {
  background: url(../../image/plan7.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .webp #flow section {
    background: url(../../image/plan7s.webp);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .webp #flow section {
    background: url(../../image/plan7ss.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #plan0 {
  background: url(../../image/plan2.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #plan0 {
    background: url(../../image/plan2.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #plan0 {
    background: url(../../image/plan2ss.jpg);
    background-size: cover;
    background-position: center;
  }
}
.no-webp #flow section {
  background: url(../../image/plan7.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .no-webp #flow section {
    background: url(../../image/plan7s.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .no-webp #flow section {
    background: url(../../image/plan7ss.jpg);
    background-size: cover;
    background-position: center;
  }
}
/*# sourceMappingURL=plan.css.map */