.adlp-footer {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(160 / 1080 * 100vw), 160px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(60 / 750 * 100vw) 0 calc(200 / 750 * 100vw);
  }
}
.adlp-footer__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__inner {
    width: 90%;
  }
}
.adlp-footer__main {
  display: flex;
  gap: min(calc(60 / 1080 * 100vw), 60px);
  justify-content: center;
  align-items: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__main {
    margin-bottom: calc(80 / 750 * 100vw);
    flex-direction: column;
  }
}
.adlp-footer__logo {
  text-align: center;
  width: min(calc(261 / 1080 * 100vw), 261px);
}
.adlp-footer__logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__logo {
    width: calc(348 / 750 * 100vw);
  }
}
.adlp-footer__company {
  display: flex;
  justify-content: center;
}
.adlp-footer__company__name {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: bold;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
.adlp-footer__company__name span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__company__name {
    font-size: calc(28 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .adlp-footer__company__name span {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
  }
}
.adlp-footer__company__address {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__company__address {
    text-align: center;
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }
}
.adlp-footer__company__address:last-child {
  margin-bottom: 0;
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(20 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-footer__menu a {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu a {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
  color: #666;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec04 .adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.sec04 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  border-radius: min(calc(35 / 1080 * 100vw), 35px);
  background: #808080;
}
.sec04 .adlp-accordion__header__inner .text {
  color: #FFF;
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 600;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
  padding: min(calc(9 / 1080 * 100vw), 9px) 0;
  text-align: center;
  width: 100%;
}
.sec04 .adlp-accordion__header::after {
  transition: all 0.3s;
  display: inline-block;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2218%22%20stroke%3D%22%23FFA94D%22%20stroke-width%3D%222.25%22%2F%3E%20%3Cpath%20opacity%3D%220.9%22%20d%3D%22M27%2016.25L19.5%2023L12%2016.25%22%20stroke%3D%22%23FFA94D%22%20stroke-width%3D%222.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}
.sec04 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec04 .adlp-accordion__header.--open::before {
  opacity: 0;
}
.sec04 .adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #fff;
  position: absolute;
  height: min(calc(19 / 1080 * 100vw), 19px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(48 / 1080 * 100vw), 48px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sec04 .adlp-accordion__header.--plus::after {
  width: min(calc(19 / 1080 * 100vw), 19px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #fff;
  transform: translate(0, -50%);
}
.sec04 .adlp-accordion__body {
  display: none;
}
.sec04 .adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(90 / 1080 * 100vw), 90px);
}
.sec04 .adlp-accordion__body__inner .text {
  color: #333;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: min(calc(0.96 / 1080 * 100vw), 0.96px);
}
.sec04 .adlp-accordion__body__inner .text .lg {
  color: #333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  line-height: 150%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}

@media screen and (max-width: 767px) {
  .sec04 .adlp-accordion__header__inner {
    border-radius: calc(46 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__header__inner .text {
    font-size: calc(23 / 750 * 100vw);
    letter-spacing: calc(1.87 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
  .sec04 .adlp-accordion__header::after {
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__header.--plus::before {
    height: calc(22 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(38 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__header.--plus::after {
    width: calc(22 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(28 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__body__inner {
    padding: calc(30 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__body__inner .text {
    font-size: calc(20 / 750 * 100vw);
    letter-spacing: calc(1.6 / 750 * 100vw);
  }
  .sec04 .adlp-accordion__body__inner .text .lg {
    font-size: calc(22 / 750 * 100vw);
    letter-spacing: calc(1.76 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion {
  border-top: 2px solid #FFA94D;
}
.sec10 .adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.sec10 .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(30 / 1080 * 100vw), 30px) min(calc(100 / 1080 * 100vw), 100px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .adlp-accordion__header__inner .text {
  color: #333;
  text-align: justify;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  line-height: 160%;
  letter-spacing: min(calc(1.6 / 1080 * 100vw), 1.6px);
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
}
.sec10 .adlp-accordion__header::after {
  transition: all 0.3s;
  display: inline-block;
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(36 / 1080 * 100vw), 36px);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2218%22%20stroke%3D%22%23FFA94D%22%20stroke-width%3D%222.25%22%2F%3E%20%3Cpath%20opacity%3D%220.9%22%20d%3D%22M27%2016.25L19.5%2023L12%2016.25%22%20stroke%3D%22%23FFA94D%22%20stroke-width%3D%222.25%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(40 / 1080 * 100vw), 40px);
  transform: translateY(-50%);
}
.sec10 .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec10 .adlp-accordion__header.--open::before {
  opacity: 0;
}
.sec10 .adlp-accordion__header.--plus::before {
  content: "";
  display: block;
  background-image: none;
  background: #012F83;
  position: absolute;
  height: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(49 / 1080 * 100vw), 49px);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.sec10 .adlp-accordion__header.--plus::after {
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(2 / 1080 * 100vw), 2px);
  right: min(calc(40 / 1080 * 100vw), 40px);
  background-image: none;
  background: #012F83;
  transform: translate(0, -50%);
}
.sec10 .adlp-accordion__body {
  display: none;
}
.sec10 .adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .adlp-accordion__body__inner .text {
  color: #333;
  text-align: justify;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: min(calc(1.28 / 1080 * 100vw), 1.28px);
}

@media screen and (max-width: 767px) {
  .sec10 .adlp-accordion__header__inner {
    padding: calc(30 / 750 * 100vw) calc(78 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
  .sec10 .adlp-accordion__header__inner .text {
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: calc(2.4 / 750 * 100vw);
    padding: 0;
  }
  .sec10 .adlp-accordion__header::after {
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    right: 0;
  }
  .sec10 .adlp-accordion__body__inner {
    padding: 0 0 calc(30 / 750 * 100vw) 0;
  }
  .sec10 .adlp-accordion__body__inner .text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: calc(2.08 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-head {
  text-align: center;
}
.adlp-head::after {
  content: "";
  display: block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  height: min(calc(5 / 1080 * 100vw), 5px);
  background: #E75B18;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
}
.adlp-head .text01 {
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text01 {
    font-size: calc(30 / 750 * 100vw);
  }
}
.adlp-head .text02 {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-head .text02 {
    font-size: calc(46 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
/*# sourceMappingURL=lp.css.map */
