img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

figure {
  position: relative;
  line-height: 0;
}

figure img {
  position: relative;
  line-height: 0;
}

figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-size: min(2.4svw,12px);
  color: #000;
}
figcaption.tc-white {
  color: #fff;
}
figcaption.tc-out {
  position: relative;
  top: 0;
  bottom: 0;
  padding: 1em;
}
figcaption.ps-s {
  font-size: min(22svw,10px);
}

.main {
  padding: min(8vw,4rem) 1rem;
}
.main h2 {
  font-size: min(4.2svw,24px);
  text-align: center;
  padding-bottom: 1.5em;
}
.main p {
  font-size: min(3.2svw,16px);
  text-align: center;
  line-height: 2.5;
}

.sec01 {
  background: #5ec2ce;
}
.txt-area {
  padding: 2rem 1rem;
}
.txt-area p:nth-child(1) {
  font-size: min(4.2svw,24px);
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
}
.txt-area p:nth-child(2) {
  font-size: min(5svw,32px);
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
}
.txt-area p:nth-child(3) {
  font-size: min(3.2svw,16px);
  color: #fff;
  text-align: center;
  padding-bottom: 1em;
  line-height: 2.5;
}
.head-bar {
  background: #fff;
  color:#4a97a1;
  padding: 1rem 1rem;
  font-size: min(4svw,22px);
  text-align: center;
  margin: min(4vw,2rem) auto;
}
.sec01-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec01-list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 0.75rem;
  width: calc(100% / 3);
}
@media screen and (max-width: 767px) {
  .sec01-list li {
    width: calc(100% / 1);
    margin-bottom: 4rem;
  }
}
.sec01-list li .list-p1 {
  font-size: min(5svw,32px);
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}
.sec01-list li .list-p2 {
  font-size: min(2.8svw,14px);
  color: #fff;
  text-align: center;
  margin: auto;
  padding-bottom: 1em;
  text-align: left;
  line-height: 1.4;
}
.sec01-list li .list-p3 {
  margin-top: auto;
}
.img-area {
  margin: min(8vw,4rem) auto;
}

.sec02 {
  background: url(../images/compact1ldk/sec02-bg.webp) 0 0 / cover no-repeat;
  padding: min(8vw,4rem) 0 0;
}
.sec02 h3 {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 0 2rem;
}
.sec02 .catch {
  font-size: min(3.6svw,18px);
  text-align: center;
  padding-top: 1em;
  line-height: 1.8;
}
.box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 4%;
  margin: min(12vw,6rem) auto 0;
}
.box .left {
  min-width: 48%;
  width: calc((780px - 100%)* 1000);
  max-width: 100%;
}
.box .left .m-img {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 1rem;
}
.box .right {
  min-width: 48%;
  width: calc((780px - 100%)* 1000);
  max-width: 100%;
}
.block {
  position: relative;
  background: #63b4d4;
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
}
.block:nth-child(2n) {
  flex-direction: row-reverse;
}
.block.point1:before,.block.point2:before,.block.point3:before,.block.point4:before,.block.point5:before {
  position: absolute;
  top: -3rem;
  left: 1.5rem;
  content: "";
  background: url(../images/compact1ldk/point01.webp) 0 0 / contain no-repeat;
  width: 40px;
  height: 40px;
}
.block.point2:before {
  background: url(../images/compact1ldk/point02.webp) 0 0 / contain no-repeat;
  left: auto;
  right: 1.5rem;
}
.block.point3:before {
  background: url(../images/compact1ldk/point03.webp) 0 0 / contain no-repeat;
}
.block.point4:before {
  background: url(../images/compact1ldk/point04.webp) 0 0 / contain no-repeat;
  left: auto;
  right: 1.5rem;
}
.block.point5:before {
  background: url(../images/compact1ldk/point05.webp) 0 0 / contain no-repeat;
}
.block.point4 .s-img {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: auto auto 1rem;
}
.block p {
  color: #fff;
  font-size: min(2.4svw,12px);
  padding: 1rem 2rem;
  margin: auto;
  line-height: 1.5;
  min-width: 50%;
  width: calc((780px - 100%)* 1000);
  max-width: 100%;
}
.block p em {
  color: #fff;
  font-size: min(3.6svw,18px);
  font-style: normal;
  padding-bottom: 0.5em;
  display: block;
  line-height: 1.3;
}
.block figure {
  min-width: 50%;
  width: calc((780px - 100%)* 1000);
  max-width: 100%;
}
.btn-area {
  margin: min(8vw,4rem) auto;
}
.btn-area p {
 padding: 1rem 0;
}
.btn-area.pc{
  display: flex;
  justify-content: center;
  gap: 4rem;
}
.btn-area.sp{
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-area.pc{
    display: none;
  }
  .btn-area.sp{
    display: block;
    margin-bottom: min(16vw,8rem);
  }
}

.sec03 {
  background: url(../images/compact1ldk/sec03-bg.webp) 0 0 / cover no-repeat;
  padding: min(8vw,4rem) 0 0;
}
.sec03 h3 {
  width: 100%;
  max-width: 480px;
  margin: auto;
  padding: 0 2rem;
}
.sec03 .catch {
  font-size: min(3.6svw,18px);
  text-align: center;
  padding-top: 1em;
  line-height: 1.8;
}
.sec03-list {
  margin: min(8vw,4rem) auto;
}

.sec04 {
  margin: min(16vw,8rem) auto min(8vw,4rem);
}
.sec04 img {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: auto;
  text-align: center;
  padding: 0 2rem;
}
.f-navs {
  margin-top: 0;
  background: #fff;
}
.has-max {
  width: revert-layer;
}