.--sans {
  font-family: "Noto Sans JP", sans-serif;
}

.--serif {
  font-family: "Noto Serif JP", serif;
}

.--en {
  font-family: "Roboto", sans-serif;
}

br {
  display: block;
}

.adlp-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 100;
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(8 / 1080 * 100vw), 8px) 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .adlp-header {
    box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
  }
}
.adlp-header__inner {
  width: min(calc(993 / 1080 * 100vw), 993px);
  height: min(calc(78 / 1080 * 100vw), 78px);
  margin: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .adlp-header__inner {
    width: calc(690 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    justify-content: space-between;
  }
}
.adlp-header__logo {
  width: min(calc(172 / 1080 * 100vw), 172px);
  margin-right: min(calc(223 / 1080 * 100vw), 223px);
}
@media screen and (max-width: 767px) {
  .adlp-header__logo {
    width: calc(145 / 750 * 100vw);
    margin-right: 0;
  }
}
.adlp-header__btn-wrapper {
  display: flex;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-right: min(calc(21 / 1080 * 100vw), 21px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-wrapper {
    gap: calc(16 / 750 * 100vw);
    margin-right: 0;
  }
}
.adlp-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(200 / 1080 * 100vw), 200px);
  height: min(calc(38 / 1080 * 100vw), 38px);
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  box-shadow: min(calc(2 / 1080 * 100vw), 2px) min(calc(2 / 1080 * 100vw), 2px) min(calc(6 / 1080 * 100vw), 6px) 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn {
    width: calc(250 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .adlp-header__btn:hover {
    opacity: 0.8;
  }
}
.adlp-header__btn.--btn01 {
  background: #14b4b4;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn.--btn01 {
    width: calc(230 / 750 * 100vw);
    order: 1;
  }
}
.adlp-header__btn.--btn01 .adlp-header__btn-text {
  padding-left: 0;
}
.adlp-header__btn.--btn02 {
  background: linear-gradient(179deg, rgb(255, 85, 32) 3%, rgb(255, 122, 0) 100%);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn.--btn02 {
    order: 2;
  }
}
.adlp-header__btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: min(calc(30 / 1080 * 100vw), 30px);
  border-radius: 50%;
  font-size: min(calc(11 / 1080 * 100vw), 11px);
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  left: min(calc(5 / 1080 * 100vw), 5px);
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-badge {
    width: calc(46 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    font-size: calc(18 / 750 * 100vw);
    left: calc(8 / 750 * 100vw);
    top: calc(7 / 750 * 100vw);
    transform: none;
    border-width: 1px;
  }
}
.adlp-header__btn-text {
  color: #fff;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: min(calc(15 / 1080 * 100vw), 15px);
}
@media screen and (max-width: 767px) {
  .adlp-header__btn-text {
    font-size: calc(20 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
  }
}
.adlp-header__tel {
  display: flex;
  align-items: flex-start;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  width: min(calc(167 / 1080 * 100vw), 167px);
  height: min(calc(47 / 1080 * 100vw), 47px);
  position: relative;
}
.adlp-header__tel-icon {
  width: min(calc(14 / 1080 * 100vw), 14px);
  height: min(calc(14 / 1080 * 100vw), 14px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-header__tel-icon {
    width: calc(21 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    margin-top: 0;
  }
}
.adlp-header__tel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.adlp-header__tel-number {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .adlp-header__tel-number {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-header__tel-time {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #333;
  line-height: 1.2;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .adlp-header__tel-time {
    font-size: calc(20 / 750 * 100vw);
    margin-left: 0;
    width: auto;
  }
}
.adlp-header__tel-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(14 / 750 * 100vw);
  width: 100%;
  height: calc(42 / 750 * 100vw);
  background: #f8f8f8;
  box-shadow: 0 calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
}

.adlp-footer {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: min(calc(407 / 1080 * 100vw), 407px);
  padding: min(calc(60 / 1080 * 100vw), 60px) 0 min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    height: auto;
    justify-content: center;
    gap: calc(100 / 750 * 100vw);
    padding: calc(100 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-footer__content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: min(calc(133 / 1080 * 100vw), 133px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__content {
    flex-direction: column;
    align-items: center;
    gap: calc(100 / 750 * 100vw);
  }
}
.adlp-footer__logo {
  width: min(calc(234 / 1080 * 100vw), 234px);
  height: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(342 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
  }
}
.adlp-footer__company {
  width: min(calc(546 / 1080 * 100vw), 546px);
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__company {
    width: auto;
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-footer__row {
  display: flex;
  gap: min(calc(50 / 1080 * 100vw), 50px);
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .adlp-footer__row {
    gap: calc(20 / 750 * 100vw);
    align-items: flex-start;
  }
}
.adlp-footer__label {
  width: min(calc(90 / 1080 * 100vw), 90px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__label {
    width: calc(160 / 750 * 100vw);
  }
}
.adlp-footer__label p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 700;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-footer__label p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.adlp-footer__value {
  flex: 1;
}
.adlp-footer__value p {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .adlp-footer__value p {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    order: 1;
  }
}
.adlp-footer__copyright p {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: rgb(51, 51, 51);
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright p {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: 0.06em;
    line-height: 1.8;
  }
}

.cv02 {
  width: 100%;
  background: linear-gradient(89deg, rgb(233, 241, 241) 0%, rgb(255, 255, 255) 50%, rgb(233, 241, 241) 100%);
  padding: 0 0 min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .cv02 {
    padding: 0 0 calc(110 / 750 * 100vw);
    margin-top: calc(-30 / 750 * 100vw);
  }
}

.cv02__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cv02__inner {
    width: calc(690 / 750 * 100vw);
  }
}

.cv02__box {
  background: #fefaea;
  border: 2px solid #f8d65b;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(12 / 1080 * 100vw), 12px) 0 rgba(0, 0, 0, 0.08);
  padding: min(calc(35 / 1080 * 100vw), 35px) min(calc(38 / 1080 * 100vw), 38px) min(calc(50 / 1080 * 100vw), 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .cv02__box {
    border-radius: calc(20 / 750 * 100vw);
    box-shadow: 0 calc(4 / 750 * 100vw) calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.08);
    padding: calc(38 / 750 * 100vw) calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.cv02__header {
  display: flex;
  align-items: baseline;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv02__header {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: calc(14 / 750 * 100vw);
  }
}

.cv02__title {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv02__title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.cv02__subtitle {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv02__subtitle {
    font-size: calc(34 / 750 * 100vw);
  }
}

.cv02__content {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .cv02__content {
    flex-direction: column;
    align-items: center;
  }
}

.cv02__list-wrapper {
  display: flex;
  gap: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .cv02__list-wrapper {
    gap: calc(22 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

.cv02__list-column {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv02__list-column {
    gap: calc(8 / 750 * 100vw);
  }
}

.cv02__list-item {
  display: flex;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv02__list-item {
    gap: calc(4 / 750 * 100vw);
  }
}

.cv02__list-dot {
  width: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(16 / 1080 * 100vw), 16px);
  background: #00b4b4;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cv02__list-dot {
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.cv02__list-text {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #333;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .cv02__list-text {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.04em;
  }
}

.cv02__image {
  width: min(calc(280.5 / 1080 * 100vw), 280.5px);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .cv02__image {
    position: absolute;
    right: max(calc(-30 / 1080 * 100vw), -30px);
    top: 0;
    transform: translateY(-40%);
  }
}
@media screen and (max-width: 767px) {
  .cv02__image {
    width: calc(281 / 750 * 100vw);
  }
}
.cv02__image img {
  width: 100%;
  height: auto;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
}

.cv02__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(419 / 1080 * 100vw), 419px);
  height: min(calc(86 / 1080 * 100vw), 86px);
  background: #fc8b28;
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  box-shadow: 0 min(calc(2 / 1080 * 100vw), 2px) min(calc(14 / 1080 * 100vw), 14px) 0 rgba(0, 0, 0, 0.25);
  position: relative;
  transition: filter 0.3s;
  margin-left: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .cv02__btn {
    width: calc(590 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    margin: calc(-45 / 750 * 100vw) auto 0;
    border-radius: calc(60 / 750 * 100vw);
    box-shadow: 0 calc(2 / 750 * 100vw) calc(14 / 750 * 100vw) 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .cv02__btn:hover {
    filter: brightness(110%);
  }
}

.cv02__btn-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(74 / 1080 * 100vw), 74px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  position: absolute;
  left: min(calc(6 / 1080 * 100vw), 6px);
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv02__btn-badge {
    width: calc(88 / 750 * 100vw);
    height: calc(88 / 750 * 100vw);
    left: calc(16 / 750 * 100vw);
    border-width: 1px;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.02em;
  }
}

.cv02__btn-text {
  color: #fff;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .cv02__btn-text {
    font-size: calc(34 / 750 * 100vw);
    letter-spacing: 0.08em;
    padding-left: calc(40 / 750 * 100vw);
  }
}

.cv02__btn-icon {
  width: min(calc(22 / 1080 * 100vw), 22px);
  height: min(calc(22 / 1080 * 100vw), 22px);
  margin-left: min(calc(10 / 1080 * 100vw), 10px);
  background: url(../img/common/icon_dl.svg) center/contain no-repeat;
  position: absolute;
  right: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .cv02__btn-icon {
    width: calc(31 / 750 * 100vw);
    height: calc(31 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
