@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(66 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  color: #333;
  text-align: center;
  font-weight: 400;
  line-height: 180%;
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu {
    font-size: calc(24 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(72 / 750 * 100vw) auto 0;
  }
}

.adlp-accordion {
  background: #fff;
}
.adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__wrapper {
    gap: calc(30 / 750 * 100vw);
  }
}
.adlp-accordion__header {
  position: relative;
  cursor: pointer;
}
.adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(80 / 1080 * 100vw), 80px) min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner {
    padding: calc(40 / 750 * 100vw) calc(112 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__header__inner .lead {
  line-height: 1;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header__inner .lead {
    font-size: calc(48 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
  }
}
.adlp-accordion__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(20 / 1080 * 100vw), 20px);
  height: min(calc(12 / 1080 * 100vw), 12px);
  right: min(calc(45 / 1080 * 100vw), 45px);
  transition: all 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 11.5L0.47372 0.25L19.5263 0.250002L10 11.5Z' fill='%23012F83'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header::after {
    width: calc(28 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
  }
}
.adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.adlp-accordion__header.--open::before {
  opacity: 0;
}
.adlp-accordion__header.--img::after {
  display: none;
}
.adlp-accordion__header.--img > span:last-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:first-child {
  display: none;
}
.adlp-accordion__header.--img.--open > span:last-child {
  display: block;
}
.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) {
  .adlp-accordion__header.--plus::before {
    height: calc(20 / 750 * 100vw);
    width: calc(2 / 750 * 100vw);
    right: calc(49 / 750 * 100vw);
  }
}
.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%);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__header.--plus::after {
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body {
  display: none;
}
.adlp-accordion__body__inner {
  display: flex;
  align-items: flex-start;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner {
    padding: 0 calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.adlp-accordion__body__inner .lead {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  margin-right: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-accordion__body__inner .lead {
    margin-right: calc(20 / 750 * 100vw);
  }
}
.js-toggle {
  cursor: pointer;
}
.js-toggle + * {
  display: none;
}

.adlp-card {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  padding: min(calc(20 / 1080 * 100vw), 20px);
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__wrapper {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .adlp-card {
    max-width: min(calc(350 / 1080 * 100vw), 350px);
  }
}
@media screen and (max-width: 767px) {
  .adlp-card {
    width: 100%;
  }
}
.adlp-card__head {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.adlp-card__no {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(calc(80 / 1080 * 100vw), 80px);
  height: min(calc(80 / 1080 * 100vw), 80px);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .adlp-card__no {
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }
}
.adlp-card__no .text01 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text01 {
    font-size: calc(20 / 750 * 100vw);
  }
}
.adlp-card__no .text02 {
  text-align: center;
  line-height: 1;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-card__no .text02 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-card__title {
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  flex: 1;
  padding: 0 min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__title {
    font-size: calc(38 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}
.adlp-card__body {
  display: flex;
  align-items: flex-start;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__body {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-card__text {
  flex: 1;
  background: #fff;
  padding: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .adlp-card__text {
    padding: calc(20 / 750 * 100vw);
  }
}
.adlp-card__img {
  width: min(calc(50 / 1080 * 100vw), 50px);
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .adlp-card__img {
    width: calc(80 / 750 * 100vw);
  }
}

.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);
  }
}

.adlp-list {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25 12.5C25 19.4036 19.4036 25 12.5 25C5.59644 25 0 19.4036 0 12.5C0 5.59644 5.59644 0 12.5 0C19.4036 0 25 5.59644 25 12.5ZM7.02857 10.1124L11.5604 14.6443L17.9714 8.23335L20.4948 10.7567L14.0839 17.1677L11.5604 19.6911L9.03705 17.1677L4.50519 12.6359L7.02857 10.1124Z' fill='orange'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  background-position: left top min(calc(4 / 1080 * 100vw), 4px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-list__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-list__wrapper {
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-list {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}
.adlp-list.--check {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.891075 2.52926C1.08634 2.334 1.40292 2.334 1.59818 2.52926L3.36595 4.29703L6.90148 0.761492C7.09674 0.56623 7.41333 0.56623 7.60859 0.761492C7.80385 0.956754 7.80385 1.27334 7.60859 1.4686L3.7195 5.35769C3.52424 5.55295 3.20766 5.55295 3.0124 5.35769L0.891075 3.23637C0.695813 3.0411 0.695813 2.72452 0.891075 2.52926Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: min(calc(16 / 1080 * 100vw), 16px) min(calc(16 / 1080 * 100vw), 16px);
  background-position: left min(calc(5 / 1080 * 100vw), 5px) top min(calc(8 / 1080 * 100vw), 8px);
  padding-left: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-list.--check {
    padding-left: calc(40 / 750 * 100vw);
    background-size: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    background-position: left top calc(8 / 750 * 100vw);
  }
}

.adlp-logo {
  animation: infinity-scroll-left 35s infinite linear 0.5s both;
  width: min(calc(2296 / 1080 * 100vw), 2296px);
}
.adlp-logo__wrapper {
  display: flex;
  width: min(calc(4592 / 1080 * 100vw), 4592px);
}
@media screen and (max-width: 767px) {
  .adlp-logo__wrapper {
    width: calc(4592 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-logo {
    width: calc(2296 / 750 * 100vw);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.adlp-swiper {
  position: relative;
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  width: 100%;
  /* ページネーションの余白 */
}
@media screen and (max-width: 767px) {
  .adlp-swiper {
    padding-bottom: calc(80 / 750 * 100vw);
  }
}
.adlp-swiper.--hide {
  overflow: hidden;
}
.adlp-swiper .swiper-slide {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.adlp-swiper .swiper-button-next,
.adlp-swiper .swiper-button-prev {
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(84 / 1080 * 100vw), 84px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-button-next,
  .adlp-swiper .swiper-button-prev {
    width: calc(30 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-button-next::after,
.adlp-swiper .swiper-button-prev::after {
  display: none;
}
.adlp-swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M18 51L8 42L18 33' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
}
.adlp-swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='84' viewBox='0 0 24 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='84' fill='%234A453B'/%3E%3Cpath d='M8 33L18 42L8 51' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  right: 0;
}
.adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .adlp-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 calc(8 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet {
  height: min(calc(10 / 1080 * 100vw), 10px);
  width: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper .swiper-pagination-bullet {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
  }
}
.adlp-swiper .swiper-pagination-bullet-active {
  background-color: #E0BF23;
}
.adlp-swiper__wrapper {
  padding-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .adlp-swiper__wrapper {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
}

.cv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #e64737;
  color: #fff;
  font-weight: 700;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  transition: opacity 0.3s;
}
.cv__btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .cv__btn {
    border-radius: calc(8 / 750 * 100vw);
  }
}
.cv__btn.--tel {
  flex-direction: column;
  width: min(calc(690 / 1080 * 100vw), 690px);
  padding: min(calc(6 / 1080 * 100vw), 6px) 0;
  background: #ff8a1f;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #fff;
  border-radius: min(calc(6 / 1080 * 100vw), 6px);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cv__btn.--tel {
    width: 100%;
    padding: 0;
    border-width: 0;
    border-radius: 0;
    background: none;
    pointer-events: initial;
  }
}
.cv__btn.--mail {
  position: relative;
  width: min(calc(430 / 1080 * 100vw), 430px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(60 / 1080 * 100vw), 60px) min(calc(10 / 1080 * 100vw), 10px) min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 800;
  background: #e64737;
  border-radius: min(calc(50 / 1080 * 100vw), 50px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) 0 #c22f21;
}
@media screen and (max-width: 767px) {
  .cv__btn.--mail {
    width: 100%;
    padding: calc(26 / 750 * 100vw) calc(60 / 750 * 100vw) calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) 0 #c22f21;
  }
}
.cv__btn.--mail span {
  color: #fff;
}
.cv__btn.--mail::after {
  content: "";
  position: absolute;
  right: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(11 / 1080 * 100vw), 11px);
  aspect-ratio: 11/21;
  background: url("../img/common/icon_btn_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv__btn.--mail::after {
    width: calc(16 / 750 * 100vw);
    right: calc(48 / 750 * 100vw);
  }
}
.cv__btn.--line {
  position: relative;
  width: min(calc(430 / 1080 * 100vw), 430px);
  padding: min(calc(14 / 1080 * 100vw), 14px) min(calc(60 / 1080 * 100vw), 60px) min(calc(14 / 1080 * 100vw), 14px) min(calc(40 / 1080 * 100vw), 40px);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 800;
  background: #00a040;
  border-radius: min(calc(50 / 1080 * 100vw), 50px);
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) 0 #007e32;
}
@media screen and (max-width: 767px) {
  .cv__btn.--line {
    width: 100%;
    padding: calc(26 / 750 * 100vw) calc(60 / 750 * 100vw) calc(25 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    border-radius: calc(50 / 750 * 100vw);
    box-shadow: 0 calc(8 / 750 * 100vw) 0 #007e32;
  }
}
.cv__btn.--line span {
  color: #fff;
}
.cv__btn.--line::after {
  content: "";
  position: absolute;
  right: min(calc(40 / 1080 * 100vw), 40px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(11 / 1080 * 100vw), 11px);
  aspect-ratio: 11/21;
  background: url("../img/common/icon_btn_arrow.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cv__btn.--line::after {
    width: calc(16 / 750 * 100vw);
    right: calc(48 / 750 * 100vw);
  }
}
.cv__btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.--tel .cv__btn-content {
  display: flex;
  align-items: baseline;
  flex-direction: row;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  padding: min(calc(4 / 1080 * 100vw), 4px) 0;
}
.cv__btn-sub {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .cv__btn-sub {
    font-size: calc(28 / 750 * 100vw);
  }
}
.cv__btn-main {
  font-family: "Roboto", sans-serif;
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cv__btn-main {
    font-size: calc(44 / 750 * 100vw);
  }
}
.cv__btn-time {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cv__btn-time {
    font-size: calc(20 / 750 * 100vw);
  }
}

.cv01 {
  width: 100%;
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
  background: #fff8e2;
}
@media screen and (max-width: 767px) {
  .cv01 {
    padding: calc(50 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.cv01__inner {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv01__inner {
    max-width: 100%;
  }
}
.cv01__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .cv01__block {
    gap: calc(24 / 750 * 100vw);
  }
}
.cv01__block.--online {
  margin-top: min(calc(32 / 1080 * 100vw), 32px);
}
.cv01__lead {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 800;
  color: #333333;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cv01__lead {
    font-size: calc(32 / 750 * 100vw);
  }
}
.cv01__lead span {
  color: var(--accent03, #e64737);
}
.cv01__btns {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .cv01__btns {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.cv01__note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666666;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .cv01__note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.cv01__announce {
  width: 100%;
  background: #fff;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #e64737;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .cv01__announce {
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.cv01__announce-main {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  font-weight: 800;
  color: #e64737;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cv01__announce-main {
    font-size: calc(36 / 750 * 100vw);
  }
}
.cv01__announce-sub {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 800;
  color: #e64737;
  line-height: 1.4;
  margin-top: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .cv01__announce-sub {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }
}

.announcement {
  position: relative;
  overflow: hidden;
}
.announcement__bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  transform: translateX(-50%);
  z-index: 1;
}
.announcement__bg img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .announcement__bg {
    width: 100%;
  }
}
.announcement__inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
  padding-top: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .announcement__inner {
    padding: calc(69 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
}
.announcement__badge {
  position: relative;
  display: flex;
  justify-content: center;
  width: min(calc(506 / 1080 * 100vw), 506px);
  aspect-ratio: 507/70;
  margin: 0 auto max(calc(-42 / 1080 * 100vw), -42px);
  background: url(../img/pc/sec01_img01.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .announcement__badge {
    width: calc(654 / 750 * 100vw);
    margin-bottom: calc(-70 / 750 * 100vw);
  }
}
.announcement__badge-text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  width: min(calc(506 / 1080 * 100vw), 506px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  display: block;
  margin: min(calc(17 / 1080 * 100vw), 17px) auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .announcement__badge-text {
    font-size: calc(36 / 750 * 100vw);
    width: 100%;
    text-align: center;
    margin-top: calc(18 / 750 * 100vw);
  }
}
.announcement__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  background: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  border: min(calc(6 / 1080 * 100vw), 6px) solid var(--accent03, #e64737);
  width: min(calc(720 / 1080 * 100vw), 720px);
  margin: 0 auto;
  padding: min(calc(42 / 1080 * 100vw), 42px) min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .announcement__content {
    margin-top: calc(20 / 750 * 100vw);
    width: 100%;
    padding: calc(60 / 750 * 100vw) calc(25 / 750 * 100vw) 0;
    border-width: calc(6 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .s04 .announcement__content {
    padding-bottom: calc(50 / 750 * 100vw);
  }
}
.s09 .announcement__content {
  background: linear-gradient(#fff, #fff), linear-gradient(#fdefea, #fdefea);
  background-size: 100% 57%, 100% 43%;
  background-position: 100% 0%, 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .s09 .announcement__content {
    background-size: 100% 55%, 100% 45%;
  }
}
.announcement__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.announcement__lead-now {
  display: flex;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  color: #2a5bc4;
}
.s09 .announcement__lead-now {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .announcement__lead-now {
    font-size: calc(46 / 750 * 100vw);
    gap: calc(8 / 750 * 100vw);
  }
  .s09 .announcement__lead-now {
    font-size: calc(32 / 750 * 100vw);
  }
  .s04 .announcement__lead-now {
    font-size: calc(42 / 750 * 100vw);
  }
}
.announcement__lead-now::before {
  content: "";
  display: inline-block;
  width: min(calc(43 / 1080 * 100vw), 43px);
  aspect-ratio: 43/36;
  background: url("../img/common/sec01_title_line.svg") no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .announcement__lead-now::before {
    width: calc(50 / 750 * 100vw);
  }
}
.announcement__lead-now::after {
  content: "";
  display: inline-block;
  width: min(calc(43 / 1080 * 100vw), 43px);
  aspect-ratio: 43/36;
  background: url("../img/common/sec01_title_line.svg") no-repeat center/contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .announcement__lead-now::after {
    width: calc(50 / 750 * 100vw);
  }
}
.announcement__lead-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-weight: 800;
  color: #2a5bc4;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .announcement__lead-sub {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1;
  }
  .s04 .announcement__lead-sub {
    font-size: calc(36 / 750 * 100vw);
  }
}
.announcement__recommend {
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
  border: min(calc(4 / 1080 * 100vw), 4px) solid #4b8cf0;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #fff;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px) min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .announcement__recommend {
    margin-top: calc(40 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin-left: auto;
    margin-right: auto;
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(45 / 750 * 100vw);
  }
}
.announcement__recommend-header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #4b8cf0;
  border-radius: min(calc(60 / 1080 * 100vw), 60px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(40 / 1080 * 100vw), 40px);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .announcement__recommend-header {
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(60 / 750 * 100vw);
  }
}
.announcement__recommend-title {
  color: #fff;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .announcement__recommend-title {
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(0.6 / 750 * 100vw);
  }
}
.announcement__recommend-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: min(calc(15 / 1080 * 100vw), 15px);
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .announcement__recommend-list {
    gap: calc(20 / 750 * 100vw);
  }
}
.announcement__recommend-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .announcement__recommend-item {
    gap: calc(10 / 750 * 100vw);
  }
}
.announcement__recommend-icon {
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .announcement__recommend-icon {
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}
.announcement__recommend-text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  color: #333;
  line-height: 1.6;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 767px) {
  .announcement__recommend-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: calc(2.24 / 750 * 100vw);
    line-height: 1.6;
  }
}
.announcement__price {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  width: min(calc(546 / 1080 * 100vw), 546px);
}
@media screen and (max-width: 767px) {
  .announcement__price {
    margin-top: calc(15 / 750 * 100vw);
    width: calc(641 / 750 * 100vw);
  }
}
.announcement__price-img {
  width: 100%;
}
.announcement__price-num {
  position: absolute;
  left: min(calc(253 / 1080 * 100vw), 253px);
  top: min(calc(22 / 1080 * 100vw), 22px);
  font-family: "Roboto", sans-serif;
  font-size: min(calc(146 / 1080 * 100vw), 146px);
  font-weight: 700;
  line-height: 0.8;
  background: var(--grd, linear-gradient(171deg, #ffae50 5.31%, #ff4d00 82.47%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .announcement__price-num {
    font-size: calc(156 / 750 * 100vw);
    left: calc(300 / 750 * 100vw);
    top: calc(38 / 750 * 100vw);
    letter-spacing: -0.02em;
  }
}
.announcement__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #fff;
  margin: min(calc(15 / 1080 * 100vw), 15px) auto 0;
  max-width: min(calc(720 / 1080 * 100vw), 720px);
}
@media screen and (max-width: 767px) {
  .announcement__note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
    max-width: none;
    line-height: 1.4;
  }
}
.announcement__balloon {
  width: min(calc(568 / 1080 * 100vw), 568px);
  margin: min(calc(20 / 1080 * 100vw), 20px) auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .announcement__balloon {
    position: relative;
    right: auto;
    top: auto;
    margin-top: calc(20 / 750 * 100vw);
    width: 100%;
  }
}
.announcement__balloon-img {
  width: 100%;
}
.announcement__balloon-text {
  position: absolute;
  top: min(calc(50 / 1080 * 100vw), 50px);
  left: min(calc(304 / 1080 * 100vw), 304px);
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #4a4a4a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .announcement__balloon-text {
    font-size: calc(32 / 750 * 100vw);
    top: calc(49 / 750 * 100vw);
    left: calc(343 / 750 * 100vw);
  }
}
.announcement__balloon-text span {
  color: var(--accent03, #e64737);
}
@media screen and (max-width: 767px) {
  .s09 .announcement__balloon-text {
    top: calc(64 / 750 * 100vw);
    left: calc(343 / 750 * 100vw);
  }
}
.announcement__limit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .announcement__limit {
    margin-top: calc(25 / 750 * 100vw);
    padding-bottom: calc(50 / 750 * 100vw);
  }
}
.announcement__limit-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  border: min(calc(3 / 1080 * 100vw), 3px) solid #e64737;
  border-radius: min(calc(40 / 1080 * 100vw), 40px);
  background: #fff;
  padding: min(calc(5 / 1080 * 100vw), 5px) min(calc(40 / 1080 * 100vw), 40px) min(calc(5 / 1080 * 100vw), 5px) min(calc(80 / 1080 * 100vw), 80px);
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 767px) {
  .announcement__limit-label {
    gap: calc(10 / 750 * 100vw);
    border-width: calc(4 / 750 * 100vw);
    border-radius: calc(40 / 750 * 100vw);
    padding: calc(14 / 750 * 100vw) calc(40 / 750 * 100vw) calc(14 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}
.announcement__limit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(77 / 1080 * 100vw), 77px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #e64737;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: max(calc(-16 / 1080 * 100vw), -16px);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .announcement__limit-icon {
    width: calc(110 / 750 * 100vw);
    left: calc(-45 / 750 * 100vw);
  }
}
.announcement__limit-icon::after {
  content: "";
  display: block;
  transform: translate(-50%, -50%);
  width: min(calc(42 / 1080 * 100vw), 42px);
  aspect-ratio: 1/1;
  background: url(../img/common/icon_alert.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .announcement__limit-icon::after {
    width: calc(60 / 750 * 100vw);
  }
}
.announcement__limit-text {
  color: #e64737;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.44px;
}
@media screen and (max-width: 767px) {
  .announcement__limit-text {
    font-size: calc(28 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: calc(0.64 / 750 * 100vw);
  }
}
.announcement__limit-alert {
  margin-top: min(calc(35 / 1080 * 100vw), 35px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .announcement__limit-alert {
    margin-top: calc(40 / 750 * 100vw);
    padding-bottom: calc(5 / 750 * 100vw);
    gap: calc(20 / 750 * 100vw);
  }
}
.announcement__limit-alert span {
  color: #e64737;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: min(calc(4 / 1080 * 100vw), 4px);
  text-align: center;
  border-bottom: min(calc(6 / 1080 * 100vw), 6px) solid #e64737;
  padding-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .announcement__limit-alert span {
    font-size: calc(60 / 750 * 100vw);
    line-height: 1.3;
    border-bottom-width: calc(6 / 750 * 100vw);
    padding-bottom: calc(5 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  background-color: #2a5bc5;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: calc(40 / 750 * 100vw);
  }
}
.sec02__inner {
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec02__inner {
    width: 100%;
    padding: calc(60 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  }
}
.sec02__top {
  width: min(calc(633 / 1080 * 100vw), 633px);
  margin: 0 auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__top {
    width: calc(690 / 750 * 100vw);
    margin: 0 auto 0;
  }
}
.sec02__top img {
  width: 100%;
}
.sec02__top-text {
  position: absolute;
  top: min(calc(88 / 1080 * 100vw), 88px);
  left: min(calc(166 / 1080 * 100vw), 166px);
  color: #333;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: var(--font-size-normal, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
  letter-spacing: 1.28px;
}
@media screen and (max-width: 767px) {
  .sec02__top-text {
    top: calc(95 / 750 * 100vw);
    left: calc(98 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
}
.sec02__top-text span {
  color: var(--accent03, #ff7b1c);
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec02__top-text span {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec02__main {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec02__main {
    flex-direction: column;
  }
}
.sec02__message {
  text-align: center;
  margin-top: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec02__message {
    margin-top: calc(36 / 750 * 100vw);
  }
}
.sec02__message-sub {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec02__message-sub {
    font-size: calc(34 / 750 * 100vw);
    gap: calc(15 / 750 * 100vw);
  }
}
.sec02__message-decor {
  display: inline-block;
  width: min(calc(50 / 1080 * 100vw), 50px);
  aspect-ratio: 50/71;
  background: url(../img/common/sec02_title_line.svg) no-repeat center/contain;
  position: absolute;
  top: max(calc(-25 / 1080 * 100vw), -25px);
  left: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec02__message-decor {
    width: calc(71 / 750 * 100vw);
    top: calc(-40 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
  }
}
.sec02__message-main {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
  width: min(calc(428 / 1080 * 100vw), 428px);
  margin-right: max(calc(-4 / 1080 * 100vw), -4px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec02__message-main {
    font-size: calc(60 / 750 * 100vw);
  }
}
.sec02__message-main strong {
  color: #ffcc00;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
}
@media screen and (max-width: 767px) {
  .sec02__message-main strong {
    font-size: calc(74 / 750 * 100vw);
  }
}
.sec02__message-main span {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
}
@media screen and (max-width: 767px) {
  .sec02__message-main span {
    font-size: calc(48 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02__message-main {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    margin-top: calc(15 / 750 * 100vw);
    width: auto;
    margin-right: 0;
  }
}
.sec02__achievements {
  display: flex;
  justify-content: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-top: min(calc(45 / 1080 * 100vw), 45px);
}
@media screen and (max-width: 767px) {
  .sec02__achievements {
    gap: calc(15 / 750 * 100vw);
    align-items: center;
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec02__badge {
  position: relative;
  width: min(calc(280 / 1080 * 100vw), 280px);
  height: min(calc(280 / 1080 * 100vw), 280px);
  background: url(../img/common/sec02_badge.webp) no-repeat center/contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ff7b1c;
}
@media screen and (max-width: 767px) {
  .sec02__badge {
    width: calc(330 / 750 * 100vw);
    height: calc(330 / 750 * 100vw);
  }
}
.sec02__badge-inner {
  text-align: center;
}
.sec02__badge-inner--right {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec02__badge-inner--right {
    margin-top: calc(20 / 750 * 100vw);
  }
}
.sec02__badge-text-sm {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  color: #333;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec02__badge-text-sm {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }
}
.sec02__badge-inner--right .sec02__badge-text-sm {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec02__badge-inner--right .sec02__badge-text-sm {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec02__badge-text-main {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e75300;
}
.sec02__badge-label {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  margin-right: min(calc(2 / 1080 * 100vw), 2px);
  background: #fff;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec02__badge-label {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}
.sec02__badge-num {
  font-size: min(calc(78 / 1080 * 100vw), 78px);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--text, #ff7b1c);
  font-family: Roboto;
}
@media screen and (max-width: 767px) {
  .sec02__badge-num {
    font-size: calc(72 / 750 * 100vw);
  }
}
.sec02__badge-inner--left .sec02__badge-num {
  font-size: min(calc(86 / 1080 * 100vw), 86px);
}
.sec02__badge-num span {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .sec02__badge-num {
    font-size: calc(84 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec02__badge-inner--left .sec02__badge-num {
    font-size: calc(100 / 750 * 100vw);
  }
}
.sec02__badge-unit {
  font-size: min(calc(25 / 1080 * 100vw), 25px);
  font-weight: 700;
  margin-left: min(calc(2 / 1080 * 100vw), 2px);
  margin-top: min(calc(15 / 1080 * 100vw), 15px);
  background: #fff;
  padding: min(calc(2 / 1080 * 100vw), 2px) min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .sec02__badge-unit {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(3 / 750 * 100vw) calc(5 / 750 * 100vw);
  }
}
.sec02__badge-unit--sm {
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec02__badge-unit--sm {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec02__badge-sub-text {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec02__badge-sub-text {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(12 / 750 * 100vw);
  }
}
.sec02__badge-sub-text sup {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .sec02__badge-sub-text sup {
    font-size: calc(18 / 750 * 100vw);
  }
}
.sec02__badge-note {
  position: absolute;
  bottom: max(calc(-25 / 1080 * 100vw), -25px);
  right: 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__badge-note {
    font-size: calc(20 / 750 * 100vw);
    bottom: calc(-50 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
  }
}
.sec02__lead {
  text-align: center;
  color: #fff;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  font-weight: 700;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec02__lead {
    font-size: calc(36 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }
}

.sec03-01 {
  position: relative;
  background: #fff8e2 url("../img/pc/sec03-01_bg.webp") no-repeat center bottom/contain;
}
@media screen and (max-width: 767px) {
  .sec03-01 {
    background: #fff8e2 url("../img/sp/sec03-01_bg.webp") no-repeat center bottom/contain;
  }
}
.sec03-01__header {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  padding-top: min(calc(150 / 1080 * 100vw), 150px);
  padding-bottom: min(calc(67 / 1080 * 100vw), 67px);
  background: #fff;
}
.sec03-01__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 1920/80;
  background: #2a5bc5;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .sec03-01__header {
    margin-bottom: calc(60 / 750 * 100vw);
    padding-top: calc(158 / 750 * 100vw);
    padding-bottom: calc(73 / 750 * 100vw);
  }
  .sec03-01__header::before {
    aspect-ratio: 750/60;
    margin-top: -1px;
  }
}
.sec03-01__header-sub {
  color: var(--text, #333);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-style: normal;
  font-weight: 800;
  line-height: 160%; /* 60.8px */
  letter-spacing: 3.04px;
}
@media screen and (max-width: 767px) {
  .sec03-01__header-sub {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: calc(3.84 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
}
.sec03-01__header-badge {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  color: var(--text, #ff7b1c);
}
.sec03-01__header-badge .num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(120 / 1080 * 100vw), 120px);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec03-01__header-badge .num {
    font-size: calc(130 / 750 * 100vw);
    letter-spacing: calc(10.4 / 750 * 100vw);
  }
}
.sec03-01__header-badge .text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
}
@media screen and (max-width: 767px) {
  .sec03-01__header-badge .text {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: calc(5.12 / 750 * 100vw);
  }
}
.sec03-01__inner {
  background: linear-gradient(#fff8e2, #fff8e2), linear-gradient(#ff8a1f, #ff8a1f);
  background-position: center 0, center 24%;
  background-size: 100% 23%, 100% 24%;
  background-repeat: no-repeat, no-repeat;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03-01__inner {
    padding-top: calc(80 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    background-size: 100% 18%, 100% 29%;
    background-position: center 0, center 22%;
  }
}
.sec03-01__point {
  background-color: #fff;
  overflow: hidden;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .sec03-01__point {
    width: 100%;
  }
}
.sec03-01__point-header {
  text-align: center;
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03-01__point-header {
    margin-bottom: calc(58 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
    justify-content: flex-start;
  }
}
.sec03-01__point-header .label {
  width: min(calc(140 / 1080 * 100vw), 140px);
  aspect-ratio: 140/120;
  background: var(--main01, #ff8a1f);
  display: inline-block;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
  border-radius: 0 min(calc(80 / 1080 * 100vw), 80px) min(calc(80 / 1080 * 100vw), 80px) 0;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03-01__point-header .label {
    width: calc(180 / 750 * 100vw);
    aspect-ratio: auto;
    height: calc(160 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw);
    justify-content: center;
    border-radius: 0 calc(80 / 750 * 100vw) calc(80 / 750 * 100vw) 0;
  }
}
.sec03-01__point-header .label span {
  color: var(--fff, #fff);
  text-align: center;
  font-family: Roboto;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  font-style: normal;
  font-weight: 700;
  line-height: 0.8; /* 112px */
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec03-01__point-header .label span {
    font-size: calc(80 / 750 * 100vw);
  }
}
.sec03-01__point-header .title {
  color: var(--text, #ff7b1c);
  font-family: "M PLUS 1p", sans-serif;
  font-size: var(--font-size-h1-72, 62px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.4; /* 86.8px */
  margin-left: min(calc(30 / 1080 * 100vw), 30px);
  border-bottom: min(calc(10 / 1080 * 100vw), 10px) solid #ffd141;
}
@media screen and (max-width: 767px) {
  .sec03-01__point-header .title {
    font-size: calc(72 / 750 * 100vw);
    margin-left: 0;
    border-width: calc(10 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: calc(5.76 / 750 * 100vw);
  }
}
.sec03-01__sub-head-lead {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.6; /* 35.2px */
  padding: min(calc(5.5 / 1080 * 100vw), 5.5px) min(calc(30 / 1080 * 100vw), 30px);
  background: #333;
  width: fit-content;
  margin: 0 auto;
  border-radius: min(calc(100 / 1080 * 100vw), 100px);
  margin-bottom: max(calc(-35 / 1080 * 100vw), -35px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec03-01__sub-head-lead {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(80 / 750 * 100vw);
    margin-bottom: calc(-40 / 750 * 100vw);
  }
}
.sec03-01__sub-head-baloon {
  width: min(calc(560 / 1080 * 100vw), 560px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03-01__sub-head-baloon {
    width: calc(630 / 750 * 100vw);
  }
}
.sec03-01__sub-head-baloon img {
  width: 100%;
}
.sec03-01__sub-head-baloon p {
  position: absolute;
  left: 0;
  top: 0;
  margin: min(calc(53 / 1080 * 100vw), 53px) 0 0 min(calc(60 / 1080 * 100vw), 60px);
  color: var(--text, #333);
  font-feature-settings: "palt" on;
  /* subtitle/small */
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: var(--font-size-subtitle_small, 22px);
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.76px;
}
@media screen and (max-width: 767px) {
  .sec03-01__sub-head-baloon p {
    font-size: calc(32 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) 0 0 calc(46 / 750 * 100vw);
    letter-spacing: calc(2.56 / 750 * 100vw);
  }
}
.sec03-01__sub-head-baloon p span {
  color: var(--accent03, #e64737);
}
.sec03-01__price {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  margin-top: max(calc(-120 / 1080 * 100vw), -120px);
  padding-top: min(calc(124 / 1080 * 100vw), 124px);
  padding-bottom: min(calc(50 / 1080 * 100vw), 50px);
  text-align: center;
  background: #ff8a1f;
}
@media screen and (max-width: 767px) {
  .sec03-01__price {
    padding: calc(175 / 750 * 100vw) calc(30 / 750 * 100vw) calc(71 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    margin-top: calc(-160 / 750 * 100vw);
  }
}
.sec03-01__price-lead {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03-01__price-lead {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec03-01__price-lead-sub-text {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-lead-sub-text {
    font-size: calc(42 / 750 * 100vw);
    letter-spacing: calc(3.36 / 750 * 100vw);
  }
}
.sec03-01__price-lead-text {
  width: min(calc(570 / 1080 * 100vw), 570px);
  background-color: #ffec85;
  margin: min(calc(10 / 1080 * 100vw), 10px) auto 0;
  transform: skew(-10deg);
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-lead-text {
    width: calc(690 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0;
  }
}
.sec03-01__price-lead-text p {
  color: var(--suzuyo-text_black, #333);
  text-align: center;
  transform: skew(10deg);
  font-size: min(calc(36 / 1080 * 100vw), 36px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-lead-text p {
    font-size: calc(48 / 750 * 100vw);
    font-weight: 700;
  }
}
.sec03-01__price-lead-text p span {
  color: var(--accent01, #2a5bc5);
  font-feature-settings: "palt" on;
  font-family: "M PLUS 1p", sans-serif;
  font-size: var(--font-size-h1, 50px);
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-lead-text p span {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec03-01__price-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03-01__price-flow {
    flex-direction: row;
    gap: calc(14 / 750 * 100vw);
    flex-wrap: nowrap;
  }
}
.sec03-01__price-flow .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.4;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(255, 138, 31, 0.3);
  width: fit-content;
  overflow: hidden;
  border-radius: 100%;
  border: min(calc(5 / 1080 * 100vw), 5px) solid #fff;
  width: min(calc(150 / 1080 * 100vw), 150px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-flow .circle {
    width: calc(180 / 750 * 100vw);
    height: calc(180 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    border-width: calc(6 / 750 * 100vw);
    flex-shrink: 0;
  }
}
.sec03-01__price-flow .circle span {
  border: 1px solid #ff8a1f;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  color: #ff8a1f;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-flow .circle span {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03-01__price-flow .plus {
  position: relative;
  width: min(calc(28 / 1080 * 100vw), 28px);
  aspect-ratio: 1/1;
}
.sec03-01__price-flow .plus::before, .sec03-01__price-flow .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(9 / 1080 * 100vw), 9px);
  background-color: #fff;
}
.sec03-01__price-flow .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .sec03-01__price-flow .plus {
    width: calc(38 / 750 * 100vw);
  }
  .sec03-01__price-flow .plus::before, .sec03-01__price-flow .plus::after {
    width: calc(38 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
  }
}
.sec03-01__price-note {
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
  text-align: left;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03-01__price-note {
    width: 100%;
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(56 / 750 * 100vw);
    line-height: 1.5;
  }
}
.sec03-01__check {
  background-color: #fff;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  margin: min(calc(70 / 1080 * 100vw), 70px) auto 0;
  width: min(calc(750 / 1080 * 100vw), 750px);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03-01__check {
    border-radius: calc(16 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
    box-shadow: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  }
}
.sec03-01__check-title {
  text-align: center;
  color: #fff;
  background: var(--accent01, #2a5bc5);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-title {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) 0;
  }
}
.sec03-01__check-main {
  padding: min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-main {
    padding: calc(48 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec03-01__check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(16 / 1080 * 100vw), 16px) min(calc(40 / 1080 * 100vw), 40px);
  width: min(calc(560 / 1080 * 100vw), 560px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-list {
    grid-template-columns: 1fr;
    width: fit-content;
    gap: calc(20 / 750 * 100vw);
  }
}
.sec03-01__check-list li {
  width: 100%;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  font-weight: 700;
  color: #333;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
.sec03-01__check-list li::before {
  content: "";
  width: min(calc(26 / 1080 * 100vw), 26px);
  aspect-ratio: 1/1;
  background: url("../img/common/icon_check.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-list li {
    font-size: calc(30 / 750 * 100vw);
    gap: calc(15 / 750 * 100vw);
  }
  .sec03-01__check-list li::before {
    width: calc(38 / 750 * 100vw);
  }
}
.sec03-01__check-annotation {
  background: var(--base03, #fdefea);
  margin-top: min(calc(18 / 1080 * 100vw), 18px);
  padding: min(calc(15 / 1080 * 100vw), 15px);
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03-01__check-annotation {
    flex-direction: row;
    gap: calc(30 / 750 * 100vw);
    padding: calc(34 / 750 * 100vw) calc(37 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec03-01__check-annotation-img {
  width: min(calc(100 / 1080 * 100vw), 100px);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-annotation-img {
    width: calc(126 / 750 * 100vw);
  }
}
.sec03-01__check-annotation-text {
  width: min(calc(260 / 1080 * 100vw), 260px);
  color: var(--accent03, #e64737);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  font-weight: 700;
}
.sec03-01__check-annotation-text span {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  border-bottom: 2px solid var(--accent03, #e64737);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec03-01__check-annotation-text {
    width: auto;
    font-size: calc(26 / 750 * 100vw);
    flex: 1;
  }
  .sec03-01__check-annotation-text span {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03-01__survey {
  text-align: center;
  margin-top: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03-01__survey {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec03-01__survey-header {
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
}
.sec03-01__survey-header span {
  color: var(--text, #333);
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  font-style: normal;
  font-weight: 800;
  line-height: 1.6; /* 51.2px */
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-header span {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03-01__survey-header h4 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  color: var(--text, #ff7b1c);
  text-shadow: min(calc(5 / 1080 * 100vw), 5px) min(calc(5 / 1080 * 100vw), 5px) 0 #fff, max(calc(-5 / 1080 * 100vw), -5px) min(calc(5 / 1080 * 100vw), 5px) 0 #fff, min(calc(5 / 1080 * 100vw), 5px) max(calc(-5 / 1080 * 100vw), -5px) 0 #fff, max(calc(-5 / 1080 * 100vw), -5px) max(calc(-5 / 1080 * 100vw), -5px) 0 #fff, min(calc(5 / 1080 * 100vw), 5px) 0 0 #fff, max(calc(-5 / 1080 * 100vw), -5px) 0 0 #fff, 0 min(calc(5 / 1080 * 100vw), 5px) 0 #fff, 0 max(calc(-5 / 1080 * 100vw), -5px) 0 #fff;
}
.sec03-01__survey-header h4 .num {
  font-family: Roboto;
  font-size: min(calc(120 / 1080 * 100vw), 120px);
  margin: 0 min(calc(5 / 1080 * 100vw), 5px);
  color: var(--text, #ff7b1c);
  line-height: 0.8;
}
.sec03-01__survey-header h4 .unit {
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  color: var(--text, #ff7b1c);
  position: relative;
}
.sec03-01__survey-header h4 .unit::after {
  content: "";
  position: absolute;
  bottom: min(calc(40 / 1080 * 100vw), 40px);
  right: max(calc(-42 / 1080 * 100vw), -42px);
  width: min(calc(50 / 1080 * 100vw), 50px);
  aspect-ratio: 47/72;
  background: url(../img/common/sec03-01_title_line.svg) center center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-header h4 {
    font-size: calc(64 / 750 * 100vw);
    text-shadow: calc(4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 #fff, calc(-4 / 750 * 100vw) calc(4 / 750 * 100vw) 0 #fff, calc(4 / 750 * 100vw) calc(-4 / 750 * 100vw) 0 #fff, calc(-4 / 750 * 100vw) calc(-4 / 750 * 100vw) 0 #fff, calc(4 / 750 * 100vw) 0 0 #fff, calc(-4 / 750 * 100vw) 0 0 #fff, 0 calc(4 / 750 * 100vw) 0 #fff, 0 calc(-4 / 750 * 100vw) 0 #fff;
  }
  .sec03-01__survey-header h4 .num {
    font-size: calc(136 / 750 * 100vw);
    margin: 0 calc(10 / 750 * 100vw);
  }
  .sec03-01__survey-header h4 .unit {
    font-size: calc(64 / 750 * 100vw);
  }
  .sec03-01__survey-header h4 .unit:after {
    bottom: calc(44 / 750 * 100vw);
    right: calc(-55 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
  }
}
.sec03-01__survey-items {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-items {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec03-01__survey-items .item {
  width: min(calc(220 / 1080 * 100vw), 220px);
  height: min(calc(220 / 1080 * 100vw), 220px);
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ff8a1f;
  padding: min(calc(2 / 1080 * 100vw), 2px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-items .item {
    width: calc(260 / 750 * 100vw);
    height: calc(260 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw);
  }
}
.sec03-01__survey-items .item:nth-child(2) {
  margin: 0 max(calc(-30 / 1080 * 100vw), -30px);
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-items .item:nth-child(2) {
    margin: 0 calc(-60 / 750 * 100vw);
  }
}
.sec03-01__survey-items .item-inner {
  border: 1px solid #ff8a1f;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.sec03-01__survey-items .item .label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  margin-bottom: min(calc(5 / 1080 * 100vw), 5px);
  color: var(--text, #ff7b1c);
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-items .item .label {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(5 / 750 * 100vw);
  }
}
.sec03-01__survey-items .item .price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(126 / 1080 * 100vw), 126px);
  color: #ff7b1c;
  line-height: 0.8;
}
.sec03-01__survey-items .item .price span {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-items .item .price {
    font-size: calc(130 / 750 * 100vw);
  }
  .sec03-01__survey-items .item .price span {
    font-size: calc(44 / 750 * 100vw);
  }
}
.sec03-01__survey-note {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 700;
  font-family: "M PLUS 1p", sans-serif;
  color: #fff;
  background: #ff8a1f;
  display: inline-block;
  width: 100%;
  margin-top: min(calc(90 / 1080 * 100vw), 90px);
}
.sec03-01__survey-note-inner {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: min(calc(27 / 1080 * 100vw), 27px) 0 min(calc(27 / 1080 * 100vw), 27px) min(calc(243 / 1080 * 100vw), 243px);
}
.sec03-01__survey-note-img {
  width: min(calc(208 / 1080 * 100vw), 208px);
  position: absolute;
  left: 0;
  bottom: 0;
}
.sec03-01__survey-note-text {
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec03-01__survey-note {
    margin-top: calc(104 / 750 * 100vw);
  }
  .sec03-01__survey-note-inner {
    padding: calc(32 / 750 * 100vw) 0 calc(32 / 750 * 100vw) calc(260 / 750 * 100vw);
    width: 100%;
  }
  .sec03-01__survey-note-img {
    width: calc(260 / 750 * 100vw);
  }
  .sec03-01__survey-note-text {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03-02 {
  background: #fff8e2;
  padding: calc(70 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02 {
    padding: min(calc(70 / 1080 * 100vw), 70px) 0 min(calc(80 / 1080 * 100vw), 80px);
  }
}
.sec03-02__header {
  text-align: center;
  margin-bottom: calc(60 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__header {
    margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  }
}
.sec03-02__header-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(40 / 750 * 100vw);
  margin-bottom: calc(58 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__header-top {
    justify-content: center;
    gap: 0;
    margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  }
}
.sec03-02__header-top .label {
  width: calc(180 / 750 * 100vw);
  height: calc(160 / 750 * 100vw);
  background: var(--main01, #ff8a1f);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(10 / 750 * 100vw);
  border-radius: 0 calc(80 / 750 * 100vw) calc(80 / 750 * 100vw) 0;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: calc(32 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__header-top .label {
    width: min(calc(140 / 1080 * 100vw), 140px);
    aspect-ratio: 140/120;
    height: auto;
    font-size: min(calc(18 / 1080 * 100vw), 18px);
    padding: min(calc(4 / 1080 * 100vw), 4px) min(calc(20 / 1080 * 100vw), 20px);
    border-radius: 0 min(calc(80 / 1080 * 100vw), 80px) min(calc(80 / 1080 * 100vw), 80px) 0;
    margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
  }
}
.sec03-02__header-top .label span {
  font-size: calc(80 / 750 * 100vw);
  font-family: Roboto;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.04em;
  color: var(--fff, #fff);
}
@media screen and (min-width: 768px) {
  .sec03-02__header-top .label span {
    font-size: min(calc(70 / 1080 * 100vw), 70px);
  }
}
.sec03-02__header-top .title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-size: calc(72 / 750 * 100vw);
  line-height: 1.4;
  letter-spacing: calc(5.76 / 750 * 100vw);
  color: var(--text, #ff7b1c);
  border-bottom: calc(10 / 750 * 100vw) solid #ffd141;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .sec03-02__header-top .title {
    font-size: var(--font-size-h1-72, 62px);
    margin-left: min(calc(30 / 1080 * 100vw), 30px);
    border-bottom-width: min(calc(10 / 1080 * 100vw), 10px);
    letter-spacing: normal;
  }
}
.sec03-02__header-lead {
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: calc(10 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__header-lead {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
.sec03-02__header-main {
  font-size: calc(60 / 750 * 100vw);
  font-weight: bold;
  color: #e64737;
}
@media screen and (min-width: 768px) {
  .sec03-02__header-main {
    font-size: 60px;
  }
}
.sec03-02__guarantee {
  width: calc(690 / 750 * 100vw);
  border-radius: calc(16 / 750 * 100vw);
  margin: 0 auto;
  background: var(--base01, #fff);
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee {
    width: min(calc(920 / 1080 * 100vw), 920px);
    border-radius: min(calc(16 / 1080 * 100vw), 16px);
  }
}
.sec03-02__guarantee-header {
  background: var(--accent01, #2a5bc5);
  border-radius: calc(16 / 750 * 100vw) calc(16 / 750 * 100vw) 0 0;
  padding: calc(35 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header {
    padding: min(calc(30 / 1080 * 100vw), 30px) 0 min(calc(40 / 1080 * 100vw), 40px);
  }
}
.sec03-02__guarantee-header::before {
  content: "";
  display: block;
  background: #2a5bc5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 98%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: calc(34 / 750 * 100vw);
  aspect-ratio: 34/24;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header::before {
    width: min(calc(27 / 1080 * 100vw), 27px);
    aspect-ratio: 27/17;
  }
}
.sec03-02__guarantee-header-lead {
  color: var(--base01, #fff);
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  font-size: calc(38 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-lead {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
    letter-spacing: min(calc(2.24 / 1080 * 100vw), 2.24px);
  }
}
.sec03-02__guarantee-header-lead span {
  color: var(--base01, #fff);
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  font-size: calc(48 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-lead span {
    font-size: min(calc(36 / 1080 * 100vw), 36px);
    letter-spacing: min(calc(2.88 / 1080 * 100vw), 2.88px);
  }
}
.sec03-02__guarantee-header-lead span::before, .sec03-02__guarantee-header-lead span::after {
  content: "";
  position: absolute;
  top: calc(-3 / 750 * 100vw);
  width: calc(10 / 750 * 100vw);
  height: calc(10 / 750 * 100vw);
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-lead span::before, .sec03-02__guarantee-header-lead span::after {
    top: max(calc(-3 / 1080 * 100vw), -3px);
    width: min(calc(6 / 1080 * 100vw), 6px);
    height: min(calc(6 / 1080 * 100vw), 6px);
  }
}
.sec03-02__guarantee-header-lead span::before {
  left: calc(16 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-lead span::before {
    left: min(calc(16 / 1080 * 100vw), 16px);
  }
}
.sec03-02__guarantee-header-lead span::after {
  right: calc(16 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-lead span::after {
    right: min(calc(16 / 1080 * 100vw), 16px);
  }
}
.sec03-02__guarantee-header-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(2 / 750 * 100vw);
}
.sec03-02__guarantee-header-main .text-wrap {
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Noto-Sans-JP, "Noto Sans JP");
  font-size: calc(56 / 750 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  color: var(--accent04, #ffd141);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-main .text-wrap {
    gap: min(calc(20 / 1080 * 100vw), 20px);
    font-size: min(calc(42 / 1080 * 100vw), 42px);
  }
}
.sec03-02__guarantee-header-main .text-wrap span {
  font-feature-settings: "palt" on;
  font-family: var(--font-family-Roboto, Roboto);
  font-size: calc(88 / 750 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-main .text-wrap span {
    font-size: min(calc(78 / 1080 * 100vw), 78px);
  }
}
.sec03-02__guarantee-header-main::before, .sec03-02__guarantee-header-main::after {
  content: "";
  display: inline-block;
  width: calc(64 / 750 * 100vw);
  aspect-ratio: 64/98;
  background: url("../img/common/sec03-02_illust01.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-header-main::before, .sec03-02__guarantee-header-main::after {
    width: min(calc(50 / 1080 * 100vw), 50px);
  }
}
.sec03-02__guarantee-header-main::after {
  transform: scaleX(-1);
}
.sec03-02__guarantee-body {
  padding: calc(40 / 750 * 100vw) 0 calc(56 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__guarantee-body {
    padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(36 / 1080 * 100vw), 36px);
  }
}
.sec03-02__features {
  display: flex;
  justify-content: center;
  gap: calc(20 / 750 * 100vw);
  margin-bottom: calc(45 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__features {
    gap: min(calc(20 / 1080 * 100vw), 20px);
    margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
  }
}
.sec03-02__features .item {
  width: calc(220 / 750 * 100vw);
  aspect-ratio: 1/1;
  background: url("../img/common/sec03-02_badge.svg") no-repeat center/contain;
  padding: calc(64 / 750 * 100vw) 0 0;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec03-02__features .item {
    width: min(calc(190 / 1080 * 100vw), 190px);
    padding: min(calc(60 / 1080 * 100vw), 60px) 0 0;
  }
}
.sec03-02__features .item .title {
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  color: var(--accent01, #2a5bc5);
}
@media screen and (min-width: 768px) {
  .sec03-02__features .item .title {
    font-size: min(calc(26 / 1080 * 100vw), 26px);
  }
}
.sec03-02__features .item .title span {
  color: var(--text, #ff7b1c);
  font-size: calc(48 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__features .item .title span {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
.sec03-02__warranty {
  text-align: center;
  margin-bottom: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__warranty {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: min(calc(23 / 1080 * 100vw), 23px);
  }
}
.sec03-02__warranty .lead {
  font-size: calc(34 / 750 * 100vw);
  font-weight: bold;
  margin-bottom: calc(40 / 750 * 100vw);
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sec03-02__warranty .lead {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
    margin: 0;
    width: min(calc(380 / 1080 * 100vw), 380px);
  }
}
.sec03-02__warranty .lead span {
  color: var(--accent01, #2a5bc5);
}
.sec03-02__warranty .sec03-02__graph-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sec03-02__warranty .sec03-02__graph-container {
    max-width: 1000px;
    width: min(calc(438 / 1080 * 100vw), 438px);
    margin-bottom: 40px;
  }
}
.sec03-02__warranty .sec03-02__graph-container img {
  width: 100%;
  height: auto;
}
.sec03-02 .option-note {
  color: var(--accent03, #e64737);
  text-align: center;
  font-size: calc(38 / 750 * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.56; /* 49.4px */
}
@media screen and (min-width: 768px) {
  .sec03-02 .option-note {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
  }
}
.sec03-02 .option-note .unit {
  font-size: calc(20 / 750 * 100vw);
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec03-02 .option-note .unit {
    font-size: min(calc(12 / 1080 * 100vw), 12px);
  }
}
.sec03-02 .option-note .line {
  display: inline-block;
  border-bottom: 2px solid #e64737;
}
@media screen and (min-width: 768px) {
  .sec03-02 .option-note .line {
    border-bottom-width: 3px;
  }
}
.sec03-02 .option-note strong {
  font-size: calc(48 / 750 * 100vw);
  font-family: var(--font-family-Roboto, Roboto);
}
@media screen and (min-width: 768px) {
  .sec03-02 .option-note strong {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
.sec03-02__message {
  background: var(--main01, #ff8a1f);
  padding-top: calc(195 / 750 * 100vw);
  padding-bottom: calc(24 / 750 * 100vw);
  width: 100%;
  margin: calc(-150 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  .sec03-02__message {
    padding: min(calc(121 / 1080 * 100vw), 121px) 0 0;
    margin-top: max(calc(-80 / 1080 * 100vw), -80px);
  }
}
.sec03-02__message img {
  width: 100%;
  height: auto;
}
.sec03-02__message-img {
  width: calc(610 / 750 * 100vw);
  margin: calc(4 / 750 * 100vw) auto 0;
}
@media screen and (min-width: 768px) {
  .sec03-02__message-img {
    width: min(calc(517 / 1080 * 100vw), 517px);
    margin: 0 auto;
  }
}
.sec03-02__message-lead {
  font-size: calc(36 / 750 * 100vw);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .sec03-02__message-lead {
    font-size: min(calc(28 / 1080 * 100vw), 28px);
  }
}
.sec03-02__message-text {
  font-size: calc(42 / 750 * 100vw);
  font-family: "M PLUS 1p", sans-serif;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec03-02__message-text {
    font-size: min(calc(32 / 1080 * 100vw), 32px);
  }
}
.sec03-02__message-text::after {
  content: "";
  display: block;
  width: calc(140 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  position: absolute;
  bottom: calc(10 / 750 * 100vw);
  right: calc(-140 / 750 * 100vw);
  background: url(../img/common/sec03-02_chara.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .sec03-02__message-text::after {
    width: min(calc(120 / 1080 * 100vw), 120px);
    height: min(calc(120 / 1080 * 100vw), 120px);
    bottom: min(calc(10 / 1080 * 100vw), 10px);
    right: max(calc(-120 / 1080 * 100vw), -120px);
  }
}
.sec03-02__message-text span {
  font-size: calc(56 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__message-text span {
    font-size: min(calc(46 / 1080 * 100vw), 46px);
  }
}
.sec03-02__summary {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: calc(193 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__summary {
    padding-top: min(calc(220 / 1080 * 100vw), 220px);
  }
}
.sec03-02__summary::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 750/80;
  background: #ff8a1f;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .sec03-02__summary::before {
    width: min(calc(1920 / 1080 * 100vw), 1920px);
    aspect-ratio: 1920/80;
  }
}
.sec03-02__summary .list {
  width: calc(630 / 750 * 100vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(110 / 750 * 100vw) calc(30 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__summary .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: min(calc(740 / 1080 * 100vw), 740px);
    gap: min(calc(90 / 1080 * 100vw), 90px) min(calc(30 / 1080 * 100vw), 30px);
  }
}
.sec03-02__summary .list .item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: calc(8 / 750 * 100vw);
  padding: 0 0 calc(21 / 750 * 100vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(20 / 750 * 100vw);
  border: calc(4 / 750 * 100vw) solid #ff8a1f;
}
@media screen and (min-width: 768px) {
  .sec03-02__summary .list .item {
    border-radius: 10px;
    padding: 0 0 min(calc(30 / 1080 * 100vw), 30px);
    gap: min(calc(16 / 1080 * 100vw), 16px);
    border-width: 4px;
    border-radius: min(calc(4 / 1080 * 100vw), 4px);
  }
}
.sec03-02__summary .list .item .icon-area {
  width: calc(160 / 750 * 100vw);
  height: calc(160 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-bottom: calc(-80 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .sec03-02__summary .list .item .icon-area {
    width: min(calc(130 / 1080 * 100vw), 130px);
    height: min(calc(130 / 1080 * 100vw), 130px);
    margin-bottom: max(calc(-65 / 1080 * 100vw), -65px);
  }
}
.sec03-02__summary .list .item .icon-area > img {
  width: 100%;
  height: auto;
}
.sec03-02__summary .list .item .text {
  font-size: calc(34 / 750 * 100vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sec03-02__summary .list .item .text {
    font-size: min(calc(24 / 1080 * 100vw), 24px);
  }
}

.sec07 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background: #fff8e2;
  font-family: "M PLUS 1p", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(80 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
}
.sec07__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec07__title {
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(48 / 750 * 100vw);
  }
}
.sec07__content {
  display: flex;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07__content {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
    max-width: 100%;
  }
}
.sec07__map {
  flex: 0 0 min(calc(430 / 1080 * 100vw), 430px);
  width: min(calc(430 / 1080 * 100vw), 430px);
}
@media screen and (max-width: 767px) {
  .sec07__map {
    flex: 0 0 auto;
    width: 100%;
  }
}
.sec07__map img {
  width: 100%;
  height: auto;
}
.sec07__list {
  flex: 0 0 min(calc(546 / 1080 * 100vw), 546px);
  width: min(calc(546 / 1080 * 100vw), 546px);
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  background: #fff;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec07__list {
    flex: 0 0 auto;
    width: 100%;
    gap: calc(32 / 750 * 100vw);
    padding: calc(32 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.sec07__area-title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  font-weight: 700;
  color: #ff7b1b;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__area-title {
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec07__area-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(392 / 1080 * 100vw), 392px);
  height: 1px;
  background: #ff7b1c;
}
@media screen and (max-width: 767px) {
  .sec07__area-title::before {
    width: calc(444 / 750 * 100vw);
    height: 1px;
  }
}
.sec07__area-title::after {
  content: "";
  position: absolute;
  right: min(calc(390 / 1080 * 100vw), 390px);
  top: 50%;
  transform: translateY(-50%);
  width: min(calc(5 / 1080 * 100vw), 5px);
  aspect-ratio: 1/1;
  background: #ff7b1c;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .sec07__area-title::after {
    right: calc(442 / 750 * 100vw);
    width: calc(8 / 750 * 100vw);
  }
}
.sec07__area-sub {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #ff7b1b;
  margin-left: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec07__area-sub {
    font-size: calc(22 / 750 * 100vw);
    margin-left: calc(12 / 750 * 100vw);
  }
}
.sec07__area-text {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: 400;
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec07__area-text {
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec07__note {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  font-weight: 400;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .sec07__note {
    max-width: 100%;
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }
}

.sec08 {
  width: 100%;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(30 / 1080 * 100vw), 30px);
  background: #fdefea;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec08__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec08__title {
    font-size: calc(60 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec08__logos {
  display: flex;
  justify-content: center;
}
.sec08__logos img {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec08__logos img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=lp.css.map */
