@charset "UTF-8";
.adlp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #f5f2f0;
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(64 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__container {
    gap: calc(48 / 750 * 100vw);
    width: 100%;
  }
}
.adlp-footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__links {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
}
.adlp-footer__link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .adlp-footer__link a {
    font-size: calc(26 / 750 * 100vw);
  }
}
.adlp-footer__link a:hover {
  opacity: 0.7;
}
.adlp-footer__copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__copyright {
    font-size: calc(20 / 750 * 100vw);
  }
}

.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-circle {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(150 / 1080 * 100vw), 150px);
  height: min(calc(150 / 1080 * 100vw), 150px);
  background: #f1f1f1;
}
.adlp-circle__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__wrapper {
    width: 100%;
    gap: calc(10 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-circle {
    width: calc(150 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.adlp-circle__text {
  text-align: center;
}
.adlp-circle__text .text01 {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text01 {
    font-size: calc(32 / 750 * 100vw);
  }
}
.adlp-circle__text .text02 {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-circle__text .text02 {
    font-size: calc(20 / 750 * 100vw);
  }
}

.adlp-fadein {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadein-up;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 767px) {
  .fadeInUp {
    animation-name: fadein-up-sp;
  }
}

@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(min(calc(60 / 1080 * 100vw), 60px));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up-sp {
  0% {
    opacity: 0;
    transform: translateY(calc(60 / 750 * 100vw));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.adlp-flow {
  display: flex;
  grid-gap: min(calc(47 / 1080 * 100vw), 47px);
  align-items: center;
  z-index: 1;
}
.adlp-flow__wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  margin: 0 auto;
  grid-gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper {
    width: calc(690 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
    grid-gap: calc(50 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-flow__wrapper::after {
  content: "";
  display: block;
  width: min(calc(4 / 1080 * 100vw), 4px);
  height: calc(100% - min(calc(80 / 1080 * 100vw), 80px));
  position: absolute;
  top: min(calc(40 / 1080 * 100vw), 40px);
  left: min(calc(132 / 1080 * 100vw), 132px);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow__img {
  width: min(calc(185 / 1080 * 100vw), 185px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__img {
    width: calc(190 / 750 * 100vw);
  }
}
.adlp-flow__body {
  width: min(calc(528 / 1080 * 100vw), 528px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__body {
    width: calc(410 / 750 * 100vw);
  }
}
.adlp-flow__head {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.adlp-flow__head .--no {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  margin-right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--no {
    font-size: calc(50 / 750 * 100vw);
    margin-right: calc(12 / 750 * 100vw);
  }
}
.adlp-flow__head .--title {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .adlp-flow__head .--title {
    font-size: calc(32 / 750 * 100vw);
  }
}

.adlp-flow02 {
  gap: min(calc(10 / 1080 * 100vw), 10px);
  display: flex;
  align-items: center;
  z-index: 1;
}
.adlp-flow02__wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
    gap: calc(50 / 750 * 100vw);
  }
}
.adlp-flow02__wrapper::after {
  content: "";
  display: block;
  height: min(calc(4 / 1080 * 100vw), 4px);
  width: 100%;
  position: absolute;
  top: min(calc(70 / 1080 * 100vw), 70px);
  left: 50%;
  transform: translateX(-50%);
  background: #95B6CE;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__wrapper::after {
    width: calc(5 / 750 * 100vw);
    height: calc(100% - calc(90 / 750 * 100vw));
    top: calc(40 / 750 * 100vw);
    left: calc(125 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .adlp-flow02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .adlp-flow02 {
    grid-gap: calc(30 / 750 * 100vw);
  }
}
.adlp-flow02__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__img {
    width: calc(240 / 750 * 100vw);
  }
}
.adlp-flow02__body {
  width: min(calc(140 / 1080 * 100vw), 140px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__body {
    flex: 1;
  }
}
.adlp-flow02__head {
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-flow02__head {
    font-size: calc(30 / 750 * 100vw);
    text-align: left;
  }
}
.adlp-flow02__text {
  font-size: min(calc(18 / 1080 * 100vw), 18px);
}
@media screen and (max-width: 767px) {
  .adlp-flow02__text {
    font-size: calc(24 / 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);
  }
}

.adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #f1f1f1;
}
.adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .adlp-tab__head__wrapper {
    gap: calc(5 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .adlp-tab__head {
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}
.adlp-tab__head.--active {
  background: #E75B18;
  color: #fff;
}
.adlp-tab__content {
  display: none;
  border: min(calc(3 / 1080 * 100vw), 3px) solid #f1f1f1;
  padding: min(calc(30 / 1080 * 100vw), 30px);
}
.adlp-tab__content.--active {
  display: block;
}

.adlp-text__label {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  background: #fff;
  width: fit-content;
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
  }
}
.adlp-text__label::after {
  content: "";
  display: block;
  width: min(calc(35 / 1080 * 100vw), 35px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  clip-path: polygon(50% 100%, 0 0, 100% 0%);
  background: #fff;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .adlp-text__label::after {
    width: calc(50 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}
.adlp-text__label.--top::after {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -100%);
}
.adlp-text__label.--round {
  border-radius: 1000px;
}
.adlp-text__label.--txt {
  color: #fff;
  background: #333;
}
.adlp-text__label.--txt::after {
  background: #333;
}
.adlp-text__label.--white {
  color: #fff;
  background: #fff;
}
.adlp-text__label.--white::after {
  background: #fff;
}
.adlp-text__label.--silver {
  color: #fff;
  background: #f1f1f1;
}
.adlp-text__label.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label.--accent {
  color: #fff;
  background: #E75B18;
}
.adlp-text__label.--accent::after {
  background: #E75B18;
}

.adlp-text__label__para {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(10 / 1080 * 100vw), 10px) min(calc(30 / 1080 * 100vw), 30px);
  min-width: min(calc(200 / 1080 * 100vw), 200px);
  margin: 0 auto min(calc(30 / 1080 * 100vw), 30px);
  width: fit-content;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .adlp-text__label__para {
    font-size: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    margin: 0 auto calc(30 / 750 * 100vw);
    min-width: calc(200 / 750 * 100vw);
  }
}
.adlp-text__label__para .text01 {
  z-index: 1;
  position: relative;
}
.adlp-text__label__para::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: skew(-15deg);
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.adlp-text__label__para.--txt {
  color: #fff;
}
.adlp-text__label__para.--txt::after {
  background: #333;
}
.adlp-text__label__para.--white {
  color: #fff;
}
.adlp-text__label__para.--white::after {
  background: #fff;
}
.adlp-text__label__para.--silver {
  color: #fff;
}
.adlp-text__label__para.--silver::after {
  background: #f1f1f1;
}
.adlp-text__label__para.--accent {
  color: #fff;
}
.adlp-text__label__para.--accent::after {
  background: #E75B18;
}

.adlp-stroke {
  position: relative;
  font-size: min(calc(110 / 1080 * 100vw), 110px);
  font-weight: 700;
  filter: drop-shadow(0px min(calc(5 / 1080 * 100vw), 5px) min(calc(10 / 1080 * 100vw), 10px) rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .adlp-stroke {
    font-size: calc(110 / 750 * 100vw);
    filter: drop-shadow(0px calc(5 / 750 * 100vw) calc(10 / 750 * 100vw) rgba(0, 0, 0, 0.15));
  }
}
.adlp-stroke .text01 {
  z-index: 10;
  position: relative;
  color: #E75B18;
}
.adlp-stroke::after {
  content: attr(data-text);
  position: absolute;
  z-index: 5;
  white-space: nowrap;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: min(calc(10 / 1080 * 100vw), 10px) #fff;
}
@media screen and (max-width: 767px) {
  .adlp-stroke::after {
    -webkit-text-stroke: calc(10 / 750 * 100vw) #fff;
  }
}

.adlp-ba-slider {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.adlp-ba-slider__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
}
.adlp-ba-slider__before, .adlp-ba-slider__after {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.adlp-ba-slider__after {
  margin-left: -100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  transition: none;
}
.adlp-ba-slider__divider {
  position: absolute;
  top: 0;
  left: 0%;
  width: 4px;
  height: 100%;
  background: white;
  transform: translateX(-2px);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: none;
  cursor: ew-resize;
  pointer-events: none;
}
.adlp-ba-slider__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.adlp-ba-slider__divider::after {
  content: "↔";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #333;
  font-weight: bold;
  z-index: 1;
}
.adlp-ba-slider__handle {
  position: absolute;
  top: 0;
  left: -20px;
  width: 44px;
  height: 100%;
  z-index: 11;
  cursor: ew-resize;
  pointer-events: auto;
}

.adlp-video-slider {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider {
    padding: calc(70 / 750 * 100vw) 0;
  }
}
.adlp-video-slider .video-swiper {
  overflow: visible;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container {
  width: 100%;
  border-radius: 8%;
  overflow: hidden;
  scale: 0.85;
  opacity: 0.3;
  transition: scale 0.4s ease-in-out;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide .video-container video {
  width: 100%;
  display: block;
  scale: 0.9;
}
.adlp-video-slider .video-swiper .swiper-wrapper .swiper-slide-active .video-container {
  scale: 1;
  opacity: 1;
}
.adlp-video-slider .video-swiper .swiper-button-prev,
.adlp-video-slider .video-swiper .swiper-button-next {
  width: min(calc(70 / 1080 * 100vw), 70px);
  height: min(calc(70 / 1080 * 100vw), 70px);
  background: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='35' cy='35' r='35' transform='matrix(-1 0 0 1 70 0)' fill='%230491FE'/%3E%3Cpath d='M39 24L27 35.5238L39 46' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") 0 0/100% no-repeat;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev,
  .adlp-video-slider .video-swiper .swiper-button-next {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-button-prev::after,
.adlp-video-slider .video-swiper .swiper-button-next::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-button-prev {
    left: 0;
  }
}
.adlp-video-slider .video-swiper .swiper-button-next {
  transform: scale(-1, 1);
}
.adlp-video-slider .video-swiper .swiper-pagination {
  bottom: max(calc(-70 / 1080 * 100vw), -70px);
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination {
    bottom: calc(-70 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
  width: min(calc(180 / 1080 * 100vw), 180px);
  height: min(calc(10 / 1080 * 100vw), 10px);
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  background: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet {
    width: calc(180 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    border-radius: calc(8 / 750 * 100vw);
  }
}
.adlp-video-slider .video-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.fv {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.fv__hero {
  position: relative;
  width: 100%;
  height: min(calc(700 / 1080 * 100vw), 700px);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__hero {
    height: calc(1171 / 750 * 100vw);
  }
}

.fv__logo {
  position: absolute;
  top: min(calc(29 / 1080 * 100vw), 29px);
  left: min(calc(500 / 1080 * 100vw), 500px);
  width: min(calc(176 / 1080 * 100vw), 176px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__logo {
    top: calc(32 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    width: calc(266 / 750 * 100vw);
  }
}

.fv__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.fv__bg picture,
.fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}
.fv__circle {
  position: absolute;
  top: min(calc(65 / 1080 * 100vw), 65px);
  left: min(calc(627 / 1080 * 100vw), 627px);
  width: min(calc(266 / 1080 * 100vw), 266px);
  height: min(calc(266 / 1080 * 100vw), 266px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__circle {
    top: calc(114 / 750 * 100vw);
    left: calc(24 / 750 * 100vw);
    width: calc(359 / 750 * 100vw);
    height: calc(359 / 750 * 100vw);
  }
}
.fv__circle-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.fv__sub {
  position: absolute;
  top: min(calc(501 / 1080 * 100vw), 501px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(330 / 1080 * 100vw), 330px);
  z-index: 3;
  filter: drop-shadow(0 min(calc(3 / 1080 * 100vw), 3px) min(calc(24 / 1080 * 100vw), 24px) rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .fv__sub {
    top: calc(831 / 750 * 100vw);
    width: calc(448 / 750 * 100vw);
    filter: drop-shadow(0 calc(4 / 750 * 100vw) calc(32 / 750 * 100vw) rgba(0, 0, 0, 0.2));
  }
}
.fv__sub-text {
  background-color: #F6A6A6;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(15 / 1080 * 100vw), 15px) min(calc(18 / 1080 * 100vw), 18px) min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .fv__sub-text {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(24 / 750 * 100vw) calc(16 / 750 * 100vw);
  }
}
.fv__sub-arrow {
  position: absolute;
  top: max(calc(-17 / 1080 * 100vw), -17px);
  left: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(17 / 1080 * 100vw), 17px);
  height: min(calc(18 / 1080 * 100vw), 18px);
  background-color: #F6A6A6;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
  .fv__sub-arrow {
    top: calc(-24 / 750 * 100vw);
    left: calc(27 / 750 * 100vw);
    width: calc(23 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}

.fv__lead {
  position: absolute;
  top: min(calc(604 / 1080 * 100vw), 604px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(calc(34 / 1080 * 100vw), 34px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #433;
  text-align: center;
  white-space: nowrap;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .fv__lead {
    top: calc(965 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
    white-space: normal;
  }
}
.fv__lead-normal {
  font-weight: 500;
}
.fv__lead-em {
  font-weight: 700;
  color: #f38686;
}

.fv__mokuji {
  position: relative;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(60 / 1080 * 100vw), 60px);
  background-color: #f5f2f0;
}
@media screen and (max-width: 767px) {
  .fv__mokuji {
    padding: calc(28 / 750 * 100vw) 0 calc(43 / 750 * 100vw);
    min-height: calc(528 / 750 * 100vw);
  }
}
.fv__mokuji-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(31 / 1080 * 100vw), 31px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #423336;
  text-align: center;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .fv__mokuji-title {
    font-size: calc(40 / 750 * 100vw);
    margin-bottom: calc(28 / 750 * 100vw);
  }
}
.fv__mokuji-box {
  width: min(calc(680 / 1080 * 100vw), 680px);
  margin: 0 auto;
  padding: min(calc(30 / 1080 * 100vw), 30px) 0;
  border-radius: min(calc(12 / 1080 * 100vw), 12px);
  background-color: #a67d82;
}
@media screen and (max-width: 767px) {
  .fv__mokuji-box {
    width: calc(686 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
    border-radius: calc(16 / 750 * 100vw);
  }
}
.fv__mokuji-list {
  list-style: none;
  width: min(calc(544 / 1080 * 100vw), 544px);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .fv__mokuji-list {
    width: auto;
    padding: 0 calc(25 / 750 * 100vw);
    gap: calc(36 / 750 * 100vw);
  }
}
.fv__mokuji-item {
  display: flex;
  align-items: flex-start;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv__mokuji-item {
    gap: calc(10 / 750 * 100vw);
  }
}
.fv__mokuji-num {
  display: flex;
  align-items: baseline;
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.16em;
}
.fv__mokuji-num-digit {
  font-weight: 900;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .fv__mokuji-num-digit {
    font-size: calc(32 / 750 * 100vw);
  }
}
.fv__mokuji-num-dot {
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .fv__mokuji-num-dot {
    font-size: calc(26 / 750 * 100vw);
  }
}
.fv__mokuji-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 767px) {
  .fv__mokuji-text {
    font-size: calc(30 / 750 * 100vw);
  }
}
.fv__mokuji-text-line {
  display: block;
}

.sec01 {
  position: relative;
  width: 100%;
  padding: min(calc(60 / 1080 * 100vw), 60px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec01__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01__inner {
    width: 100%;
    gap: calc(32 / 750 * 100vw);
  }
}

.sec01__heading {
  display: flex;
  align-items: center;
  width: 100%;
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(36 / 1080 * 100vw), 36px);
  background-color: #ffe6e6;
  border-left: min(calc(12 / 1080 * 100vw), 12px) solid #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec01__heading {
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-left-width: calc(12 / 750 * 100vw);
  }
}
.sec01__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec01__heading-title {
    font-size: calc(48 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}

.sec01__hero {
  width: 100%;
  overflow: hidden;
}
.sec01__hero picture,
.sec01__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.sec01__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec01__content {
    width: 100%;
    gap: calc(60 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
}

.sec01__head {
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec01__head {
    padding: 0;
  }
}

.sec01__balloon {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__balloon {
    gap: calc(20 / 750 * 100vw);
    padding: 0;
  }
}
.sec01__balloon-icon {
  flex-shrink: 0;
  width: min(calc(116 / 1080 * 100vw), 116px);
  height: min(calc(116 / 1080 * 100vw), 116px);
}
@media screen and (max-width: 767px) {
  .sec01__balloon-icon {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec01__balloon-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sec01__balloon-body {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .sec01__balloon-body {
    width: 100%;
  }
}
.sec01__balloon-arrow {
  flex-shrink: 0;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  margin-right: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .sec01__balloon-arrow {
    width: calc(24 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-right: calc(-2 / 750 * 100vw);
  }
}
.sec01__balloon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(520 / 1080 * 100vw), 520px);
  min-height: min(calc(58 / 1080 * 100vw), 58px);
  padding: min(calc(13 / 1080 * 100vw), 13px) min(calc(29 / 1080 * 100vw), 29px);
  background-color: #ffe6e6;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec01__balloon-box {
    flex: 1;
    width: auto;
    justify-content: flex-start;
    min-height: calc(160 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec01__balloon-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__balloon-text {
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec01__balloon-text-normal {
  font-weight: 400;
}
.sec01__balloon-text-em {
  font-weight: 700;
  color: #e47c7c;
  letter-spacing: 0.08em;
}
.sec01__lead {
  width: min(calc(556 / 1080 * 100vw), 556px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec01__lead {
    width: 100%;
    margin: calc(40 / 750 * 100vw) 0 0;
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec01__problems {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__problems {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec01__problem {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(260 / 1080 * 100vw), 260px);
}
@media screen and (max-width: 767px) {
  .sec01__problem {
    flex-direction: row;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
    width: 100%;
    padding-bottom: calc(40 / 750 * 100vw);
    border-bottom: 1px solid #999;
  }
  .sec01__problem:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .sec01__problem:nth-child(2) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .sec01__problem {
    position: relative;
  }
  .sec01__problem:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: max(calc(-24 / 1080 * 100vw), -24px);
    width: 1px;
    height: 100%;
    border-right: 1px solid #333;
  }
}
.sec01__problem-img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec01__problem-img {
    width: calc(240 / 750 * 100vw);
  }
}
.sec01__problem-img picture,
.sec01__problem-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec01__problem-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #a67d82;
}
@media screen and (max-width: 767px) {
  .sec01__problem-text {
    flex: 1;
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec01__summary {
  position: relative;
  width: 100%;
}
.sec01__summary-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec01__summary-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec02 {
  position: relative;
  width: 100%;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec02__heading {
  display: flex;
  align-items: center;
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(36 / 1080 * 100vw), 36px);
  background-color: #ffe6e6;
  border-left: min(calc(12 / 1080 * 100vw), 12px) solid #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec02__heading {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-left-width: calc(12 / 750 * 100vw);
  }
}
.sec02__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec02__heading-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec02__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__content {
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec02__compare {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec02__compare {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec02__compare-header {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(8 / 1080 * 100vw), 8px) min(calc(6 / 1080 * 100vw), 6px) min(calc(11 / 1080 * 100vw), 11px);
  background-color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec02__compare-header {
    gap: calc(24 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) calc(8 / 750 * 100vw) calc(10 / 750 * 100vw) calc(12 / 750 * 100vw);
    height: calc(79 / 750 * 100vw);
  }
}
.sec02__compare-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(34 / 1080 * 100vw), 34px);
  height: min(calc(34 / 1080 * 100vw), 34px);
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec02__compare-num {
    width: auto;
    height: auto;
    padding: 0 calc(15 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec02__compare-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__compare-title {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec02__compare-body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02__compare-body {
    gap: calc(31 / 750 * 100vw);
  }
}
.sec02__compare-item {
  width: min(calc(424 / 1080 * 100vw), 424px);
}
@media screen and (min-width: 768px) {
  .sec02__compare-item {
    display: grid;
    grid-template-columns: min(calc(220 / 1080 * 100vw), 220px) min(calc(204 / 1080 * 100vw), 204px);
    grid-template-rows: min(calc(51 / 1080 * 100vw), 51px) auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .sec02__compare-item .sec02__compare-img {
    grid-area: 1/1/3/2;
  }
  .sec02__compare-item .sec02__compare-label {
    grid-area: 1/2/2/3;
  }
  .sec02__compare-item .sec02__compare-desc {
    grid-area: 2/2/3/3;
  }
}
@media screen and (max-width: 767px) {
  .sec02__compare-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: auto;
  }
}
.sec02__compare-item.--left .sec02__compare-label {
  background-color: #aaa;
}
.sec02__compare-item.--left .sec02__compare-desc {
  background-color: #eee;
  color: #666;
}
.sec02__compare-item.--right .sec02__compare-label {
  background-color: #e47c7c;
}
.sec02__compare-item.--right .sec02__compare-desc {
  background-color: #ffe6e6;
  color: #e47c7c;
}
.sec02__compare-img {
  width: min(calc(220 / 1080 * 100vw), 220px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec02__compare-img {
    width: 100%;
  }
}
.sec02__compare-img picture,
.sec02__compare-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec02__compare-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec02__compare-label {
    gap: calc(10 / 750 * 100vw);
    padding: calc(4 / 750 * 100vw) calc(8 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec02__compare-check {
  width: min(calc(29 / 1080 * 100vw), 29px);
  height: min(calc(29 / 1080 * 100vw), 29px);
}
@media screen and (max-width: 767px) {
  .sec02__compare-check {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec02__compare-desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: min(calc(12 / 1080 * 100vw), 12px) 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec02__compare-desc {
    padding: calc(24 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec02__compare-note {
  display: inline;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  color: #333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec02__compare-note {
    font-size: calc(20 / 750 * 100vw);
  }
}
.sec02__compare-caution {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sec02__compare-caution {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec02__summary {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: min(calc(32 / 1080 * 100vw), 32px) auto 0;
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec02__summary {
    width: 100%;
    gap: calc(40 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
    padding: 0;
  }
}

.sec02__balloon {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec02__balloon {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec02__balloon-icon {
  flex-shrink: 0;
  width: min(calc(116 / 1080 * 100vw), 116px);
  height: min(calc(116 / 1080 * 100vw), 116px);
}
@media screen and (max-width: 767px) {
  .sec02__balloon-icon {
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec02__balloon-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sec02__balloon-body {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec02__balloon-body {
    flex: 0 1 auto;
  }
}
.sec02__balloon-arrow {
  flex-shrink: 0;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(20 / 1080 * 100vw), 20px);
  margin-right: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .sec02__balloon-arrow {
    width: calc(24 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-right: calc(-2 / 750 * 100vw);
  }
}
.sec02__balloon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: min(calc(16 / 1080 * 100vw), 16px) min(calc(31 / 1080 * 100vw), 31px);
  background-color: #ffe6e6;
  border-radius: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec02__balloon-box {
    padding: calc(16 / 750 * 100vw) calc(32 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
  }
}
.sec02__balloon-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec02__balloon-text {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec02__recommend {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec02__recommend {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec02__recommend-em {
  position: relative;
  font-weight: 700;
  color: #e47c7c;
}

.sec03 {
  position: relative;
  width: 100%;
  padding: 0 0 min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding: 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec03__heading {
  display: flex;
  align-items: center;
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(36 / 1080 * 100vw), 36px);
  background-color: #ffe6e6;
  border-left: min(calc(12 / 1080 * 100vw), 12px) solid #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec03__heading {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-left-width: calc(12 / 750 * 100vw);
  }
}
.sec03__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03__heading-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03__lead {
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03__lead {
    width: 100%;
    margin-bottom: calc(60 / 750 * 100vw);
    padding: 0;
  }
}
.sec03__lead-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec03__lead-text {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03__lead-em {
  position: relative;
  font-weight: 700;
  color: #e47c7c;
}

.sec03__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec03__content {
    width: 100%;
    gap: calc(80 / 750 * 100vw);
  }
}

.sec03__anxiety {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety {
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__anxiety-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  min-height: min(calc(60 / 1080 * 100vw), 60px);
  padding: min(calc(13 / 1080 * 100vw), 13px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #a67d82;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-header {
    min-height: auto;
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec03__anxiety-tag {
  position: absolute;
  top: max(calc(-24 / 1080 * 100vw), -24px);
  left: max(calc(-100 / 1080 * 100vw), -100px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 min(calc(13 / 1080 * 100vw), 13px);
  background-color: #fff;
  border: 1px solid #a67d82;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #a67d82;
  transform: rotate(-14.32deg);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-tag {
    top: calc(-36 / 750 * 100vw);
    left: calc(-31 / 750 * 100vw);
    padding: 0 calc(13 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}
.sec03__anxiety-question {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-question {
    width: 100%;
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__anxiety-arrow {
  position: absolute;
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(22 / 1080 * 100vw), 22px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-arrow {
    bottom: calc(-23 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec03__anxiety-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sec03__anxiety-answer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #e47c7c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-answer-title {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03__anxiety-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-body {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}
.sec03__anxiety-img {
  position: relative;
  flex: 0 0 min(calc(362 / 1080 * 100vw), 362px);
  margin-right: min(calc(50 / 1080 * 100vw), 50px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-img {
    width: 100%;
    margin-right: 0;
  }
}
.sec03__anxiety-img picture,
.sec03__anxiety-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec03__anxiety-app {
  position: absolute;
  top: min(calc(23 / 1080 * 100vw), 23px);
  right: max(calc(-18 / 1080 * 100vw), -18px);
  width: min(calc(104 / 1080 * 100vw), 104px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-app {
    top: calc(41 / 750 * 100vw);
    right: calc(-30 / 750 * 100vw);
    width: calc(200 / 750 * 100vw);
  }
}
.sec03__anxiety-app img {
  display: block;
  width: 100%;
  height: auto;
}
.sec03__anxiety-detail {
  display: flex;
  align-items: center;
  gap: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-detail {
    gap: calc(16 / 750 * 100vw);
  }
}
.sec03__anxiety-icon {
  flex-shrink: 0;
  width: min(calc(125 / 1080 * 100vw), 125px);
  height: min(calc(104 / 1080 * 100vw), 104px);
  margin-right: min(calc(14 / 1080 * 100vw), 14px);
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-icon {
    margin-right: calc(0 / 750 * 100vw);
    width: calc(180 / 750 * 100vw);
    height: calc(150 / 750 * 100vw);
  }
}
.sec03__anxiety-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec03__anxiety-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-text {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec03__anxiety-text-em {
  position: relative;
  font-weight: 700;
  color: #e47c7c;
}
.sec03__anxiety-text-em::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: min(calc(1 / 1080 * 100vw), 1px);
  height: min(calc(6 / 1080 * 100vw), 6px);
  background-color: #fff243;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec03__anxiety-text-em::before {
    bottom: calc(2 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
  }
}

.sec03__cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec03__cases {
    flex-direction: column;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec03__case {
  display: flex;
  flex-direction: column;
  width: min(calc(426 / 1080 * 100vw), 426px);
}
@media screen and (max-width: 767px) {
  .sec03__case {
    width: 100%;
  }
  .sec03__case:nth-child(even) .sec03__case-body {
    flex-direction: row-reverse;
  }
}
.sec03__case-header {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  background-color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec03__case-header {
    gap: calc(24 / 750 * 100vw);
    height: auto;
    padding: calc(16 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}
.sec03__case-num {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(30 / 1080 * 100vw), 30px);
  padding: 0 min(calc(8 / 1080 * 100vw), 8px);
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec03__case-num {
    height: auto;
    padding: calc(8 / 750 * 100vw) calc(16 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec03__case-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec03__case-title {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec03__case-body {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(16 / 1080 * 100vw), 16px);
  background-color: #f5f2f0;
}
@media screen and (max-width: 767px) {
  .sec03__case-body {
    gap: calc(24 / 750 * 100vw);
    padding: calc(24 / 750 * 100vw);
  }
}
.sec03__case-img {
  flex-shrink: 0;
  width: min(calc(176 / 1080 * 100vw), 176px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec03__case-img {
    width: calc(280 / 750 * 100vw);
  }
}
.sec03__case-img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec03__case-text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec03__case-text {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec04 {
  position: relative;
  width: 100%;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #f5f2f0;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec04__chevron {
  position: absolute;
  top: max(calc(-27 / 1080 * 100vw), -27px);
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: min(calc(61 / 1080 * 100vw), 61px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__chevron {
    top: calc(-33 / 750 * 100vw);
    width: calc(85 / 750 * 100vw);
  }
}

.sec04__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(34 / 1080 * 100vw), 34px);
}
@media screen and (max-width: 767px) {
  .sec04__heading {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
}
.sec04__heading-sub {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
  border-bottom: min(calc(8 / 1080 * 100vw), 8px) solid #fff243;
}
@media screen and (max-width: 767px) {
  .sec04__heading-sub {
    font-size: calc(34 / 750 * 100vw);
    border-bottom-width: calc(8 / 750 * 100vw);
  }
}
.sec04__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #e47c7c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04__heading-title {
    width: calc(690 / 750 * 100vw);
    font-size: calc(56 / 750 * 100vw);
  }
}

.sec04__content {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: min(calc(720 / 1080 * 100vw), 720px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04__content {
    flex-direction: column;
    width: calc(690 / 750 * 100vw);
    gap: calc(40 / 750 * 100vw);
  }
}

.sec04__illust {
  position: relative;
  width: min(calc(342 / 1080 * 100vw), 342px);
  height: min(calc(214 / 1080 * 100vw), 214px);
}
@media screen and (max-width: 767px) {
  .sec04__illust {
    width: 100%;
    height: calc(431 / 750 * 100vw);
  }
}
.sec04__illust-circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(130 / 1080 * 100vw), 130px);
  height: min(calc(130 / 1080 * 100vw), 130px);
}
@media screen and (max-width: 767px) {
  .sec04__illust-circle {
    width: calc(261 / 750 * 100vw);
    height: calc(261 / 750 * 100vw);
  }
}
.sec04__illust-printer {
  position: absolute;
  top: min(calc(29 / 1080 * 100vw), 29px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(72 / 1080 * 100vw), 72px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-printer {
    top: calc(58 / 750 * 100vw);
    width: calc(145 / 750 * 100vw);
  }
}
.sec04__illust-laptop {
  position: absolute;
  top: min(calc(78 / 1080 * 100vw), 78px);
  left: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(67 / 1080 * 100vw), 67px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-laptop {
    top: calc(158 / 750 * 100vw);
    left: calc(17 / 750 * 100vw);
    width: calc(135 / 750 * 100vw);
  }
}
.sec04__illust-calculator {
  position: absolute;
  top: min(calc(17 / 1080 * 100vw), 17px);
  left: min(calc(53 / 1080 * 100vw), 53px);
  width: min(calc(39 / 1080 * 100vw), 39px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-calculator {
    top: calc(34 / 750 * 100vw);
    left: calc(107 / 750 * 100vw);
    width: calc(79 / 750 * 100vw);
  }
}
.sec04__illust-smartphone {
  position: absolute;
  top: min(calc(20 / 1080 * 100vw), 20px);
  right: min(calc(18 / 1080 * 100vw), 18px);
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-smartphone {
    top: calc(41 / 750 * 100vw);
    right: calc(36 / 750 * 100vw);
    width: calc(109 / 750 * 100vw);
  }
}
.sec04__illust-folder {
  position: absolute;
  top: min(calc(82 / 1080 * 100vw), 82px);
  right: min(calc(7 / 1080 * 100vw), 7px);
  width: min(calc(54 / 1080 * 100vw), 54px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-folder {
    top: calc(164 / 750 * 100vw);
    right: calc(15 / 750 * 100vw);
    width: calc(109 / 750 * 100vw);
  }
}
.sec04__illust-woman-left {
  position: absolute;
  bottom: 0;
  left: min(calc(62 / 1080 * 100vw), 62px);
  width: min(calc(98 / 1080 * 100vw), 98px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-woman-left {
    left: calc(125 / 750 * 100vw);
    width: calc(197 / 750 * 100vw);
  }
}
.sec04__illust-woman-right {
  position: absolute;
  bottom: 0;
  right: min(calc(36 / 1080 * 100vw), 36px);
  width: min(calc(124 / 1080 * 100vw), 124px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-woman-right {
    right: calc(73 / 750 * 100vw);
    width: calc(250 / 750 * 100vw);
  }
}
.sec04__illust-speech {
  position: absolute;
  top: min(calc(104 / 1080 * 100vw), 104px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(41 / 1080 * 100vw), 41px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec04__illust-speech {
    top: calc(209 / 750 * 100vw);
    width: calc(83 / 750 * 100vw);
  }
}

.sec04__text {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec04__text {
    width: 100%;
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec05 {
  position: relative;
  width: 100%;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec05__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .sec05__heading {
    width: 100%;
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec05__heading-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #e47c7c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__heading-tag {
    padding: calc(6 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec05__heading-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sec05__heading-title-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-brand {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec05__heading-title-num {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(58 / 1080 * 100vw), 58px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-num {
    font-size: calc(96 / 750 * 100vw);
  }
}
.sec05__heading-title-suffix {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec05__heading-title-suffix {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.2;
  }
}
.sec05__heading-line {
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec05__heading-line {
    height: calc(2 / 750 * 100vw);
  }
}

.sec05__products {
  display: flex;
  flex-direction: column;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec05__products {
    width: 100%;
    gap: calc(56 / 750 * 100vw);
  }
}

.sec05__product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec05__product-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(calc(78 / 1080 * 100vw), 78px);
  padding: min(calc(24 / 1080 * 100vw), 24px) 0;
  background-color: #a67d82;
}
@media screen and (max-width: 767px) {
  .sec05__product-header {
    min-height: auto;
    padding: calc(24 / 750 * 100vw);
  }
}
.sec05__product-header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05__product-header-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec05__product-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #f7f6f4;
}
@media screen and (max-width: 767px) {
  .sec05__product-body {
    gap: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
.sec05__product-triangle {
  position: absolute;
  top: max(calc(-9 / 1080 * 100vw), -9px);
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec05__product-triangle {
    top: calc(-9 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec05__product-img {
  width: min(calc(500 / 1080 * 100vw), 500px);
  height: min(calc(285 / 1080 * 100vw), 285px);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__product-img {
    width: calc(630 / 750 * 100vw);
    height: calc(360 / 750 * 100vw);
  }
}
.sec05__product-img picture,
.sec05__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec05__product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(500 / 1080 * 100vw), 500px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  background-color: #51b9b0;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05__product-btn {
    width: calc(611 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
  }
}
.sec05__product-btn:hover {
  opacity: 0.8;
}
.sec05__product-btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec05__product-btn-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec05__product-btn-arrow {
  position: absolute;
  right: min(calc(38 / 1080 * 100vw), 38px);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec05__product-btn-arrow {
    right: calc(41 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.sec06 {
  position: relative;
  width: 100%;
  padding-bottom: min(calc(60 / 1080 * 100vw), 60px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.sec06__heading {
  display: flex;
  align-items: center;
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(86 / 1080 * 100vw), 86px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px) min(calc(36 / 1080 * 100vw), 36px);
  background-color: #ffe6e6;
  border-left: min(calc(12 / 1080 * 100vw), 12px) solid #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec06__heading {
    width: 100%;
    margin-bottom: calc(120 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0 calc(20 / 750 * 100vw) calc(48 / 750 * 100vw);
    border-left-width: calc(12 / 750 * 100vw);
  }
}
.sec06__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec06__heading-title {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec06__cards {
  display: flex;
  justify-content: space-between;
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec06__cards {
    flex-direction: column;
    gap: calc(100 / 750 * 100vw);
    width: 100%;
  }
}

.sec06__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(420 / 1080 * 100vw), 420px);
  padding: min(calc(74 / 1080 * 100vw), 74px) min(calc(30 / 1080 * 100vw), 30px) min(calc(30 / 1080 * 100vw), 30px);
  background-color: #f5f2f0;
}
@media screen and (max-width: 767px) {
  .sec06__card {
    gap: calc(32 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) calc(40 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
}
.sec06__card-avatar {
  position: absolute;
  top: max(calc(-60 / 1080 * 100vw), -60px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  border-radius: 50%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec06__card-avatar {
    top: calc(-80 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
  }
}
.sec06__card-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: min(calc(32 / 1080 * 100vw), 32px) 0 min(calc(16 / 1080 * 100vw), 16px);
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='126' viewBox='0 0 360 126' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='17' width='358' height='108' rx='7' fill='white'/%3E%3Crect x='1' y='17' width='358' height='108' rx='7' stroke='%23E47C7C' stroke-width='2'/%3E%3Cpath d='M196.001 23H163.999L180 1.66602L196.001 23Z' fill='white' stroke='%23E47C7C' stroke-width='2'/%3E%3Crect x='156' y='18' width='48' height='18' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: min(calc(126 / 1080 * 100vw), 126px);
}
@media screen and (max-width: 767px) {
  .sec06__card-title {
    background-image: url("data:image/svg+xml,%3Csvg width='610' height='101' viewBox='0 0 610 101' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='17' width='608' height='83' rx='7' fill='white'/%3E%3Crect x='1' y='17' width='608' height='83' rx='7' stroke='%23E47C7C' stroke-width='2'/%3E%3Cpath d='M321.001 23H288.999L305 1.66602L321.001 23Z' fill='white' stroke='%23E47C7C' stroke-width='2'/%3E%3Crect x='281' y='18' width='48' height='18' fill='white'/%3E%3C/svg%3E%0A");
    padding: calc(32 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
    height: calc(101 / 750 * 100vw);
  }
}
.sec06__card-title-triangle {
  position: absolute;
  top: max(calc(-18 / 1080 * 100vw), -18px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06__card-title-triangle {
    top: calc(-18 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec06__card-title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #e47c7c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-title-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec06__card-name {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec06__card-name {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
  .sec06__card-name .inner {
    display: inline-block;
    margin-left: 1em;
  }
}
.sec06__card-divider {
  width: 100%;
  height: 0;
}
.sec06__card-divider img {
  display: block;
  width: 100%;
}
.sec06__card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.sec06__card-body-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec06__card-body-text {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0.08em;
  }
}
.sec06__card-body-em {
  font-weight: 700;
  color: #e47c7c;
}

.sec07 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #ffe6e6;
}
@media screen and (max-width: 767px) {
  .sec07 {
    gap: calc(40 / 750 * 100vw);
    padding: calc(56 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec07__title {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(26 / 1080 * 100vw), 26px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec07__title {
    margin-bottom: 0;
    font-size: calc(38 / 750 * 100vw);
  }
}

.sec07__achievements {
  display: flex;
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__achievements {
    flex-direction: column;
    align-items: center;
    gap: calc(40 / 750 * 100vw);
  }
}

.sec07__achievement {
  display: flex;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec07__achievement {
    gap: calc(20 / 750 * 100vw);
  }
}
.sec07__achievement-laurel {
  width: min(calc(37 / 1080 * 100vw), 37px);
  height: min(calc(128 / 1080 * 100vw), 128px);
}
@media screen and (max-width: 767px) {
  .sec07__achievement-laurel {
    width: calc(32 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
  }
}
.sec07__achievement-laurel.--right {
  transform: scaleX(-1);
}
.sec07__achievement-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec07__achievement-content {
    flex: 0 0 min(calc(231 / 1080 * 100vw), 231px);
  }
}
@media screen and (max-width: 767px) {
  .sec07__achievement-content {
    width: calc(490 / 750 * 100vw);
  }
}
.sec07__achievement-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec07__achievement-label {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec07__achievement-value {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #e47c7c;
}
.sec07__achievement-value .sec07__achievement-inner01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec07__achievement-value .sec07__achievement-inner01.--item02 {
    width: min(calc(164 / 1080 * 100vw), 164px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec07__achievement-value .sec07__achievement-inner01.--item02 .sec07__achievement-note {
    top: auto;
    bottom: 0;
    right: calc(-40 / 750 * 100vw);
  }
}
.sec07__achievement-value-num {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sec07__achievement-value-num {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.1;
  }
}
.sec07__achievement-value-text {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.1;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07__achievement-value-text {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.4;
  }
}
.sec07__achievement-value-highlight {
  font-size: min(calc(44 / 1080 * 100vw), 44px);
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .sec07__achievement-value-highlight {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.1;
    letter-spacing: -0.05em;
  }
}
.sec07__achievement-value .sec07__achievement-note {
  position: absolute;
  top: max(calc(0 / 1080 * 100vw), 0px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec07__achievement-value .sec07__achievement-note {
    top: calc(-20 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec07__notes {
  display: flex;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-top: min(calc(12 / 1080 * 100vw), 12px);
  justify-content: center;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec07__notes {
    flex-direction: column;
    gap: calc(16 / 750 * 100vw);
    width: calc(626 / 750 * 100vw);
    margin-top: 0;
  }
}
.sec07__notes-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec07__notes-item {
    flex: 0 0 min(calc(338 / 1080 * 100vw), 338px);
  }
}
@media screen and (max-width: 767px) {
  .sec07__notes-item {
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
}
.sec07__notes-item.--link, .sec07__notes-item a {
  text-decoration: underline;
}

.sec08 {
  position: relative;
  width: 100%;
  padding: min(calc(60 / 1080 * 100vw), 60px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec08__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08__heading {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(56 / 750 * 100vw);
  }
}
.sec08__heading-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(24 / 1080 * 100vw), 24px);
  background-color: #e47c7c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08__heading-tag {
    padding: calc(6 / 750 * 100vw) calc(24 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec08__heading-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__heading-title {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec08__heading-title-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.sec08__heading-line {
  width: 100%;
  height: min(calc(2 / 1080 * 100vw), 2px);
  background-color: #e47c7c;
}
@media screen and (max-width: 767px) {
  .sec08__heading-line {
    width: calc(690 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }
}
.sec08__heading-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__heading-desc {
    font-size: calc(26 / 750 * 100vw);
  }
}

.sec08__products {
  display: flex;
  flex-direction: column;
  gap: min(calc(34 / 1080 * 100vw), 34px);
  width: min(calc(876 / 1080 * 100vw), 876px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec08__products {
    width: 100%;
    gap: calc(60 / 750 * 100vw);
  }
}

.sec08__product {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sec08__product-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(calc(78 / 1080 * 100vw), 78px);
  padding: min(calc(24 / 1080 * 100vw), 24px);
  background-color: #a67d82;
}
@media screen and (max-width: 767px) {
  .sec08__product-header {
    min-height: auto;
    padding: calc(24 / 750 * 100vw);
  }
}
.sec08__product-header-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__product-header-text {
    font-size: calc(38 / 750 * 100vw);
  }
}
.sec08__product-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #f7f6f4;
}
@media screen and (max-width: 767px) {
  .sec08__product-body {
    gap: calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(48 / 750 * 100vw);
  }
}
.sec08__product-triangle {
  position: absolute;
  top: max(calc(-9 / 1080 * 100vw), -9px);
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(32 / 1080 * 100vw), 32px);
}
@media screen and (max-width: 767px) {
  .sec08__product-triangle {
    top: calc(-9 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(32 / 750 * 100vw);
  }
}
.sec08__product-img {
  width: min(calc(500 / 1080 * 100vw), 500px);
  height: min(calc(285 / 1080 * 100vw), 285px);
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08__product-img {
    width: calc(630 / 750 * 100vw);
    height: calc(360 / 750 * 100vw);
  }
}
.sec08__product-img picture,
.sec08__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sec08__product-recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.sec08__product-recommend-tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(72 / 1080 * 100vw), 72px);
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(40 / 1080 * 100vw), 40px) min(calc(24 / 1080 * 100vw), 24px);
  background-image: url("data:image/svg+xml,%3Csvg width='281' height='72' viewBox='0 0 281 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='279' height='58' rx='29' fill='white'/%3E%3Crect x='1' y='1' width='279' height='58' rx='29' stroke='%23E47C7C' stroke-width='2'/%3E%3Cpath d='M156.501 49H124.499L140.5 70.334L156.501 49Z' fill='white' stroke='%23E47C7C' stroke-width='2'/%3E%3Crect x='116.5' y='42' width='48' height='16' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-tag {
    background-image: url("data:image/svg+xml,%3Csvg width='354' height='92' viewBox='0 0 354 92' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='352' height='78' rx='39' fill='white'/%3E%3Crect x='1' y='1' width='352' height='78' rx='39' stroke='%23E47C7C' stroke-width='2'/%3E%3Cpath d='M193.501 69H161.499L177.5 90.334L193.501 69Z' fill='white' stroke='%23E47C7C' stroke-width='2'/%3E%3Crect x='153.5' y='62' width='48' height='16' fill='white'/%3E%3C/svg%3E%0A");
    height: calc(92 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw) calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);
  }
}
.sec08__product-recommend-tag span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e47c7c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-tag span {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec08__product-recommend-tag-arrow {
  position: absolute;
  bottom: max(calc(-14 / 1080 * 100vw), -14px);
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(36 / 1080 * 100vw), 36px);
  height: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-tag-arrow {
    bottom: calc(-14 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }
}
.sec08__product-recommend-box {
  display: flex;
  flex-direction: column;
  gap: max(calc(0 / 1080 * 100vw), 0px);
  width: min(calc(768 / 1080 * 100vw), 768px);
  margin-top: min(calc(24 / 1080 * 100vw), 24px);
  padding: max(calc(0 / 1080 * 100vw), 0px) min(calc(40 / 1080 * 100vw), 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-box {
    width: 100%;
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw);
  }
}
.sec08__product-recommend-item {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  padding: min(calc(16 / 1080 * 100vw), 16px) 0;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-item {
    padding: 0;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08__product-recommend-item p {
  flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-item p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec08__product-recommend-item p.--accent {
  font-weight: 700;
  color: #e47c7c;
}
.sec08__product-recommend-item p span.--accent {
  font-weight: 700;
  color: #e47c7c;
}
.sec08__product-recommend-line {
  width: 100%;
  height: 1px;
  background-color: #999;
}
.sec08__product-recommend-check {
  width: min(calc(26 / 1080 * 100vw), 26px);
  height: min(calc(26 / 1080 * 100vw), 26px);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec08__product-recommend-check {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}
.sec08__product-specs {
  display: flex;
  flex-direction: column;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec08__product-specs {
    gap: calc(24 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
}
.sec08__product-specs-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec08__product-specs-item {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.8;
  }
}
.sec08__product-specs-label {
  display: block;
}
.sec08__product-specs-value {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec08__product-specs-value .inner {
    margin-left: 1em;
  }
}
.sec08__product-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(calc(500 / 1080 * 100vw), 500px);
  height: min(calc(74 / 1080 * 100vw), 74px);
  margin-top: max(calc(0 / 1080 * 100vw), 0px);
  background-color: #51b9b0;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec08__product-btn {
    width: calc(611 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin-top: calc(0 / 750 * 100vw);
  }
}
.sec08__product-btn:hover {
  opacity: 0.8;
}
.sec08__product-btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sec08__product-btn-text {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec08__product-btn-arrow {
  position: absolute;
  right: min(calc(38 / 1080 * 100vw), 38px);
  width: min(calc(8 / 1080 * 100vw), 8px);
  height: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec08__product-btn-arrow {
    right: calc(41 / 750 * 100vw);
    width: calc(10 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.sec09 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
  padding: min(calc(40 / 1080 * 100vw), 40px) 0;
  background-color: #ffe6e6;
}
@media screen and (max-width: 767px) {
  .sec09 {
    align-items: flex-start;
    gap: calc(40 / 750 * 100vw);
    padding: calc(64 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.sec09__title {
  width: min(calc(876 / 1080 * 100vw), 876px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(30 / 1080 * 100vw), 30px);
  line-height: 1.4;
  letter-spacing: 0.16em;
  color: #e47c7c;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec09__title {
    width: 100%;
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec09__body {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(876 / 1080 * 100vw), 876px);
}
@media screen and (max-width: 767px) {
  .sec09__body {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
  }
}
.sec09__body-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #333;
}
@media screen and (max-width: 767px) {
  .sec09__body-text {
    font-size: calc(20 / 750 * 100vw);
  }
}
/*# sourceMappingURL=lp.css.map */
