@charset "UTF-8";/* 2024.08.28 */

#sec01 {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  #sec01 {
    margin-bottom: 100px;
  }
}
.colX2 {
  column-gap: 30px;
  row-gap: 42px;
}

.linkbox {
  padding-top: 22px;
  position: relative;
}
.linkbox::after {
  width: 1194px;
  max-width: 100vw;
  height: 1220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f0f9fe;
  display: block;
  position: absolute;
  content: '';
  z-index: -1;
}
.linkbox li {
  position: relative!important;
}
.box02 {
  line-height: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.txtbox {
  padding: 20px clamp(20px, 3vw, 40px) 50px;
}
.ttl_02 {
  text-align: left;
}
p {
  line-height: 1.7;
}
.floor {
  width: 100px;
  height: 44px;
  top: -22px;
  left: clamp(20px, 3vw, 40px);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  background: var(--main);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.arrow {
  right: 20px;
  bottom: 15px;
  position: absolute;
}

@media (min-width: 768px) {
  .linkbox::after {
    width: 1194px;
    height: 775px;
    border-radius: 20px;
  }
  .box02 {
    padding-bottom: 20px;
    height: 466px;
  }
  .floor {
    font-size: 2.4rem;
  }
}




