@charset "UTF-8";
.adlp-footer {
  padding: min(calc(40 / 1080 * 100vw), 40px) 0 min(calc(126 / 1080 * 100vw), 126px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(206 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: 0 auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: 0 auto 0;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .adlp-tab__outer {
    width: calc(690 / 750 * 100vw);
    margin: auto;
  }
}
.adlp-tab__content {
  display: none;
}
.adlp-tab__content.--active {
  display: block;
}
.adlp-tab .adlp-tab__head__wrapper {
  display: flex;
  align-items: flex-end;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .adlp-tab .adlp-tab__head__wrapper {
    gap: calc(20 / 750 * 100vw);
  }
}
.adlp-tab .adlp-tab__head {
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(30 / 1080 * 100vw), 30px);
  border-radius: min(calc(10 / 1080 * 100vw), 10px) min(calc(10 / 1080 * 100vw), 10px) 0 0;
  background-color: #EEEEEE;
  color: #666666;
  flex: 0 0 min(calc(496 / 1080 * 100vw), 496px);
}
@media screen and (max-width: 767px) {
  .adlp-tab .adlp-tab__head {
    flex: 0 0 calc(335 / 750 * 100vw);
    font-size: calc(36 / 750 * 100vw);
    padding: calc(15 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    height: calc(112 / 750 * 100vw);
  }
}
.adlp-tab .adlp-tab__head.--active {
  background-color: #E8447A;
  color: #ffffff;
}
.adlp-tab .adlp-tab__content__wrapper {
  background-color: rgba(255, 255, 255, 0.68);
  border-radius: 0 0 min(calc(20 / 1080 * 100vw), 20px) min(calc(20 / 1080 * 100vw), 20px);
  overflow: hidden;
  padding: 0;
  position: relative;
  border-top: min(calc(4 / 1080 * 100vw), 4px) solid #E8447A;
  box-shadow: 0 min(calc(8 / 1080 * 100vw), 8px) min(calc(12 / 1080 * 100vw), 12px) 0 rgba(0, 0, 0, 0.2);
}
.adlp-tab .adlp-tab__content__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.02);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .adlp-tab .adlp-tab__content__wrapper {
    border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-top: calc(5 / 750 * 100vw) solid #E8447A;
    box-shadow: 0 calc(8 / 750 * 100vw) calc(12 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
.adlp-tab__wrapper {
  position: relative;
}
.adlp-tab .adlp-tab__img {
  position: relative;
  z-index: 1;
}
.adlp-tab .adlp-tab__intro {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: min(calc(34 / 1080 * 100vw), 34px);
  z-index: 3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .adlp-tab .adlp-tab__intro {
    top: calc(30 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

.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.--pink {
  color: #fff;
  background: #E8447A;
}
.adlp-text__label.--pink::after {
  background: #E8447A;
}
.adlp-text__label.--green {
  color: #fff;
  background: #14B4AA;
}
.adlp-text__label.--green::after {
  background: #14B4AA;
}

.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-text__label__para.--pink {
  color: #fff;
}
.adlp-text__label__para.--pink::after {
  background: #E8447A;
}
.adlp-text__label__para.--green {
  color: #fff;
}
.adlp-text__label__para.--green::after {
  background: #14B4AA;
}

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

.cv03 {
  padding: min(calc(50 / 1080 * 100vw), 50px) 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .cv03 {
    padding: calc(60 / 750 * 100vw) 0;
    background-color: #fff;
  }
}
.cv03 .cv03__container {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__container {
    padding: 0 calc(60 / 750 * 100vw);
  }
}
.cv03 .cv03__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__box {
    gap: calc(24 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .cv03 .cv03__box {
    width: 65%;
    margin: auto;
  }
}
.cv03 .cv03__item {
  flex: 0 0 min(calc(260 / 1080 * 100vw), 260px);
  background-color: #fff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid #E8447A;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  padding: min(calc(12 / 1080 * 100vw), 12px) min(calc(13 / 1080 * 100vw), 13px);
  box-shadow: 0 min(calc(4 / 1080 * 100vw), 4px) min(calc(16 / 1080 * 100vw), 16px) rgba(0, 0, 0, 0.08);
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__item {
    border: calc(3 / 750 * 100vw) solid #E8447A;
    flex: 0 0 auto;
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
    margin: auto;
    box-shadow: 0 0 calc(12.5 / 750 * 100vw) 0 rgba(0, 0, 0, 0.2);
  }
}
.cv03 .cv03__item .cv03__buttonText::after {
  transition: 300ms;
}
.cv03 .cv03__item:hover {
  filter: brightness(110%);
}
.cv03 .cv03__item:hover .cv03__buttonText::after {
  right: max(calc(-3 / 1080 * 100vw), -3px);
}
.cv03 .cv03__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__head {
    margin: 0;
  }
}
.cv03 .cv03__icon {
  width: min(calc(44 / 1080 * 100vw), 44px);
  position: absolute;
  left: max(calc(-7 / 1080 * 100vw), -7px);
  top: max(calc(-2 / 1080 * 100vw), -2px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__icon {
    width: calc(55 / 750 * 100vw);
    left: calc(-7 / 750 * 100vw);
    top: calc(-2 / 750 * 100vw);
  }
}
.cv03 .cv03__title {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #E8447A;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #E8447A;
  text-align: center;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  padding: 0 0 min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__title {
    font-size: calc(32 / 750 * 100vw);
    border-bottom: calc(3 / 750 * 100vw) solid #E8447A;
    margin-bottom: calc(16 / 750 * 100vw);
    padding: 0 0 calc(16 / 750 * 100vw);
  }
}
.cv03 .cv03__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.08em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__text {
    font-size: calc(26 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
}
.cv03 .cv03__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: min(calc(9 / 1080 * 100vw), 9px) min(calc(8 / 1080 * 100vw), 8px);
  border-radius: min(calc(99 / 1080 * 100vw), 99px);
  position: relative;
  text-decoration: none;
  margin-top: auto;
  transition: opacity 0.3s;
  margin-bottom: min(calc(3 / 1080 * 100vw), 3px);
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__button {
    padding: calc(9 / 750 * 100vw) 0;
    border-radius: calc(99 / 750 * 100vw);
    margin: auto;
    margin-bottom: 0;
    width: calc(455 / 750 * 100vw);
  }
}
.cv03 .cv03__button.cv03__button--green {
  background-color: #E8447A;
  color: #ffffff;
}
.cv03 .cv03__button.cv03__button--green .cv03__buttonText::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='white'/%3E%3Cpath d='M7 15L13 10L7 5' stroke='%23E8447A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__button.cv03__button--green {
    background-color: #E8447A;
    color: #ffffff;
  }
}
.cv03 .cv03__buttonText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
  padding: 0 min(calc(28 / 1080 * 100vw), 28px) 0 0;
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__buttonText {
    font-size: calc(27 / 750 * 100vw);
    padding: 0 calc(42 / 750 * 100vw) 0 0;
  }
}
.cv03 .cv03__buttonText::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10' fill='%23E8447A'/%3E%3Cpath d='M7.5 15.5L13.5 10.5L7.5 5.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(21 / 1080 * 100vw), 21px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 767px) {
  .cv03 .cv03__buttonText::after {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10.5' cy='10.5' r='10' fill='%23E8447A'/%3E%3Cpath d='M7.5 15.5L13.5 10.5L7.5 5.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: calc(25 / 750 * 100vw);
    height: calc(25 / 750 * 100vw);
  }
}

.sec01 {
  background-color: #ffffff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(80 / 1080 * 100vw), 80px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding: calc(100 / 750 * 100vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .sec01 .adlp-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sec01 .sec01__title {
  text-align: center;
  margin-bottom: min(calc(60 / 1080 * 100vw), 60px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}
.sec01 .sec01__title-text {
  display: inline-block;
}
.sec01 .sec01__title-text .normal {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text .normal {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01 .sec01__title-text .accent {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #e8447a;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text .accent {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec01 .sec01__title-text .small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__title-text .small {
    font-size: calc(48 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__logos {
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec01 .sec01__logos-row {
  display: flex;
  width: min(calc(8540 / 1080 * 100vw), 8540px);
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__logos-row {
    width: calc(5156 / 750 * 100vw);
  }
}
.sec01 .sec01__logo {
  flex: 0 0 min(calc(4270 / 1080 * 100vw), 4270px);
  animation: infinity-scroll-left 120s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .sec01 .sec01__logo {
    flex: 0 0 calc(2578 / 750 * 100vw);
    min-width: calc(2578 / 750 * 100vw);
  }
}
.sec01 .sec01__logo img {
  max-width: 100%;
  max-height: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.sec02 {
  background-image: url("../img/pc/sec02_bg.webp");
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(4 / 1080 * 100vw), 4px);
}
.sec02::after {
  content: "";
  display: block;
  width: min(calc(206 / 1080 * 100vw), 206px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  margin: min(calc(56 / 1080 * 100vw), 56px) auto 0;
  background-color: #E8447A;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.sec02__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}
.sec02__content {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
}
.sec02__bottom {
  background: linear-gradient(90deg, #e8447a 0%, #f8a0a0 100%);
  padding: min(calc(15 / 1080 * 100vw), 15px) 0;
  background: var(--Linear, linear-gradient(90deg, #F76696 0.29%, #F9C58E 99.71%));
}
.sec02__bottomText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding: calc(80 / 750 * 100vw) 0 0;
    background-image: url("../img/sp/sec02_bg.webp");
  }
  .sec02::after {
    width: calc(258 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    margin: calc(78 / 750 * 100vw) auto 0;
  }
  .sec02__title {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec02__content {
    margin-top: calc(78 / 750 * 100vw);
  }
  .sec02__bottom {
    padding: calc(11 / 750 * 100vw) 0;
  }
  .sec02__bottomText {
    font-size: calc(48 / 750 * 100vw);
  }
}

.sec03 {
  position: relative;
  overflow: hidden;
}
.sec03 .sec03__area01 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__area01 {
    padding: calc(30 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__outer {
  max-width: min(calc(1000 / 1180 * 100vw), 1180px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec03 .sec03__outer {
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec03 .sec03__title {
  text-align: center;
  margin-bottom: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__title {
    margin-bottom: calc(67 / 750 * 100vw);
  }
}
.sec03 .sec03__titleText {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__titleText {
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03 .sec03__titleText.--accent {
  color: #47BAB0;
}
.sec03 .sec03__aiBox {
  width: fit-content;
  margin: 0 auto min(calc(64 / 1080 * 100vw), 64px);
  border-radius: min(calc(27 / 1080 * 100vw), 27px);
  border: min(calc(8 / 1080 * 100vw), 8px) solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #F76696 0.29%, #F9C58E 99.71%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: min(calc(23 / 1080 * 100vw), 23px) min(calc(46 / 1080 * 100vw), 46px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__aiBox {
    width: fit-content;
    margin: 0 auto calc(30 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
    border: calc(8 / 750 * 100vw) solid transparent;
    padding: calc(10 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}
.sec03 .sec03__aiText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(80 / 1080 * 100vw), 80px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  background: var(--Linear, linear-gradient(90deg, #F76696 0.29%, #F9C58E 99.71%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__aiText {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec03 .sec03__gradientBox {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__gradientBox {
    margin-bottom: 0;
  }
}
.sec03 .sec03__gradientText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__gradientText {
    font-size: calc(48 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
    align-items: flex-end;
  }
}
.sec03 .sec03__gradientText::before, .sec03 .sec03__gradientText::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(38 / 1080 * 100vw), 38px);
  height: min(calc(39 / 1080 * 100vw), 39px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__gradientText::before, .sec03 .sec03__gradientText::after {
    width: calc(33 / 750 * 100vw);
    height: calc(79 / 750 * 100vw);
  }
}
.sec03 .sec03__gradientText::before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='39' viewBox='0 0 38 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.52 38.68L0.12 2.28L1.48 0.919998L37.88 37.32L36.52 38.68Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__gradientText::before {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='79' viewBox='0 0 33 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5 78L1.5 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.sec03 .sec03__gradientText::after {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='39' viewBox='0 0 38 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.52 0.919998L37.88 2.28L1.48 38.68L0.12 37.32L36.52 0.919998Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__gradientText::after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='79' viewBox='0 0 33 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 78L31.5 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.sec03 .sec03__serviceBox {
  margin: min(calc(64 / 1080 * 100vw), 64px) auto min(calc(80 / 1080 * 100vw), 80px);
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(64 / 1080 * 100vw), 64px) ;
  background-color: #EDF8F7;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__serviceBox {
    width: calc(690 / 750 * 100vw);
    margin: calc(64 / 750 * 100vw) auto calc(220 / 750 * 100vw);
    padding: calc(160 / 750 * 100vw) 0;
    border-radius: calc(20 / 750 * 100vw);
  }
}
.sec03 .sec03__serviceBox::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pc/v2/sec03_img01.webp");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(1400 / 1080 * 100vw), 1400px);
  height: min(calc(543 / 1080 * 100vw), 543px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1412px) {
	.sec03 .sec03__serviceBox::after {

	  width: 115%;

	}
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__serviceBox::after {
    top: 58%;
    background-image: url("../img/sp/sec03_img01.webp");
    width: calc(750 / 750 * 100vw);
    height: calc(694 / 750 * 100vw);
  }
}
.sec03 .sec03__serviceText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .sec03 .sec03__serviceText {
    font-size: min(calc(38 / 1080 * 100vw), 38px);
  }
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__serviceText {
    line-height: 140%;
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec03 .sec03__serviceText.--accent {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  color: #47BAB0;
}
@media screen and (max-width: 1200px) {
  .sec03 .sec03__serviceText.--accent {
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  }
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__serviceText.--accent {
    line-height: 140%;
    font-size: calc(42 / 750 * 100vw);
  }
}
.sec03 .sec03__area02v2 {
	width:1120px;
	margin:0 auto;
	position: relative;
	margin-bottom: 131px;
}
.sec03 .sec03__area02v2  a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 1120px) {
	.sec03 .sec03__area02v2 {
		width:767px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.sec03 .sec03__area02v2 {
		width:100%;
		margin-bottom: 10%;
		padding: 0 5%;
	}
	
}


.sec03__area02v15 h2{
	font-size:48px;
	letter-spacing: 0.04em;
	line-height:140%;
	width:100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	color:#333;
}
@media screen and (max-width: 767px) {
	.sec03__area02v15 h2{
		margin-bottom: 1vw;
		font-size:	calc(42 / 750 * 100vw);
	}
	
}
.sec03__area02v15 h3{
	font-size:36px;
	letter-spacing: 0.85px;
	line-height:140%;
	width:96%;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	color:#333;
	word-break: break-all;
}
@media screen and (max-width: 900px) {
	.adlp-wrapper .sec03__area02v15 h3 .sp {
		display: inline !important;
	  }
	.sec03__area02v15 h3 span{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sec03__area02v15 h3{
		margin-bottom: 3vw;
		font-size:	calc(36 / 750 * 100vw);
	}
	
}
.sec03__area02_01v2{
	width:96%;
	max-width:1120px;
	margin:0 auto 5%;
}

@media screen and (max-width: 1120px) {
	.sec03__area02_01v2{
		width:767px;
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.sec03__area02_01v2{
		width:100%;
		margin-bottom: 10%;
		padding: 0 5%;
	}
	
}

.sec03__area02v2 .block1{
	width:16.6%;
	position: absolute;
	top: 17.2%;
	left: 22.9%;
}
@media screen and (max-width: 767px) {
	.sec03__area02v2 .block1{
		width: 15.0%;
		  position: absolute;
		  top: 17.2%;
		  left: 25.6%;
	}
	
	
}
.sec03__area02v2 .block2{
	width: 17.5%;
	position: absolute;
top: 71%;
  left: 22.4%;
}

@media screen and (max-width: 767px) {
	.sec03__area02v2 .block2{
	width: 17.5%;
	  position: absolute;
	  top: 69%;
	  left: 24.4%;
	}
}

.sec03__area02v2 .block3{
	width: 17.5%;
	position: absolute;
	top: 52.6%;
  	left: 47.8%;
}
@media screen and (max-width: 767px) {
	.sec03__area02v2 .block3{
		width: 15.5%;
		  position: absolute;
		  top: 52.6%;
		  left: 48.2%;
	}
	
}
.sec03 .sec03__area02 {
  background-image: linear-gradient(180deg, #fff min(calc(240 / 1080 * 100vw), 240px), #EEECE8 min(calc(240 / 1080 * 100vw), 240px), #EEECE8 100%);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__area02 {
    background-image: linear-gradient(180deg, #fff calc(92 / 750 * 100vw), #EEECE8 calc(92 / 750 * 100vw), #EEECE8 100%);
  }
}
.sec03 .sec03__outer02 {
  width: min(calc(1200 / 1080 * 100vw), 1200px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__outer02 {
    width: 100%;
  }
}
.sec03 .sec03__dashboard {
  position: relative;
  padding: min(calc(34 / 1080 * 100vw), 34px) 0 min(calc(7 / 1080 * 100vw), 7px);
  width: min(calc(1200 / 1080 * 100vw), 1200px);
  margin: auto;
}
.sec03 .sec03__dashboard::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(180deg, #e8447a min(calc(160 / 1080 * 100vw), 160px), #FFF min(calc(160 / 1080 * 100vw), 160px), #FFF 100%);
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__dashboard::before {
    background-image: linear-gradient(180deg, #e8447a calc(150 / 750 * 100vw), #FFF calc(150 / 750 * 100vw), #FFF 100%);
    width: calc(690 / 750 * 100vw);
    border-radius: calc(12 / 750 * 100vw);
    height: calc(485 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__dashboard {
    width: 100%;
    padding: calc(10 / 750 * 100vw) 0;
  }
}
.sec03 .sec03__dashboardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  margin-bottom: min(calc(23 / 1080 * 100vw), 23px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__dashboardTitle {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(14 / 750 * 100vw);
  }
}
.sec03 .sec03__dashboardImage {
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__dashboardImage {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}
.sec03 .sec03__dashboardImage img {
  width: 100%;
  height: auto;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__dashboardImage img {
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec03 .sec03__carouselItem {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__carouselItem {
    width: 100%;
  }
}
.sec03 .sec03__carouselImage {
  width: min(calc(870 / 1080 * 100vw), 870px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__carouselImage {
    width: calc(650 / 750 * 100vw);
  }
}
.sec03 .sec03__carouselImage img {
  width: 100%;
  height: auto;
  border-radius: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__carouselImage img {
    border-radius: calc(10 / 750 * 100vw);
  }
}
.sec03 .sec03__carouselButton {
  position: absolute;
  bottom: min(calc(116 / 1080 * 100vw), 116px);
  right: min(calc(229 / 1080 * 100vw), 229px);
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 61C48.0165 61 61 48.0165 61 32C61 15.9835 48.0165 3 32 3C15.9835 3 3 15.9835 3 32C3 48.0165 15.9835 61 32 61Z' fill='white' stroke='%23E8447A' stroke-width='6' stroke-linejoin='round'/%3E%3Cpath d='M32.313 22V42.6687M22 32.3619L42.6536 32.3344M53.3767 53.3855L68 68' stroke='%23E8447A' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(71 / 1080 * 100vw), 71px);
  height: min(calc(71 / 1080 * 100vw), 71px);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__carouselButton {
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 47C37.1505 47 47 37.1505 47 25C47 12.8495 37.1505 3 25 3C12.8495 3 3 12.8495 3 25C3 37.1505 12.8495 47 25 47Z' fill='white' stroke='%23E8447A' stroke-width='5' stroke-linejoin='round'/%3E%3Cpath d='M25.8468 18V33.7262M18 25.8841L33.7147 25.8631M41.8736 41.8803L53 53' stroke='%23E8447A' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: calc(56 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
    bottom: calc(110 / 750 * 100vw);
    right: calc(90 / 750 * 100vw);
  }
}
.sec03 .sec03__thumbs {
  display: flex;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  flex-wrap: wrap;
  margin-top: min(calc(30 / 1080 * 100vw), 30px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__thumbs {
    gap: calc(8 / 750 * 100vw);
    margin-top: calc(0 / 750 * 100vw);
  }
}
.sec03 .sec03__thumb {
  flex: 0 0 min(calc(150 / 1080 * 100vw), 150px);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  border-radius: min(calc(4 / 1080 * 100vw), 4px);
  overflow: hidden;
}
.sec03 .sec03__thumb::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.6;
  transition: 0.3s;
}
.sec03 .sec03__thumb.active {
  opacity: 1;
  border-color: #e8447a;
}
.sec03 .sec03__thumb.active::before {
  opacity: 0;
}
.sec03 .sec03__thumb:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__thumb {
    flex: 0 0 calc(113 / 750 * 100vw);
    border-width: calc(3 / 750 * 100vw);
  }
}
.sec03 .sec03__thumb img {
  width: 100%;
  height: auto;
  border-radius: min(calc(5 / 1080 * 100vw), 5px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__thumb img {
    border-radius: calc(5 / 750 * 100vw);
  }
}
.sec03 .sec03-swiper {
  padding-bottom: 0;
  overflow: hidden;
}
.sec03 .sec03-swiper .swiper-button-next,
.sec03 .sec03-swiper .swiper-button-prev {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(56 / 1080 * 100vw), 56px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  border-radius: 50%;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 767px) {
  .sec03 .sec03-swiper .swiper-button-next,
  .sec03 .sec03-swiper .swiper-button-prev {
    top: 45%;
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    box-shadow: calc(0 / 750 * 100vw) calc(5 / 750 * 100vw) calc(30 / 750 * 100vw) calc(0 / 750 * 100vw) rgba(0, 0, 0, 0.1);
  }
}
.sec03 .sec03-swiper .swiper-button-next {
  right: min(calc(70 / 1080 * 100vw), 70px);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27.5' transform='matrix(-1 0 0 1 56 0)' fill='white' stroke='%23E8447A'/%3E%3Cpath d='M24 20L32 28L24 36' stroke='%23E8447A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec03 .sec03-swiper .swiper-button-next {
    right: min(calc(12 / 1080 * 100vw), 12px);
    background-image: 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='34' transform='matrix(-1 0 0 1 70 0)' fill='white' stroke='%23E8447A' stroke-width='2'/%3E%3Cpath d='M30 25L40 35L30 45' stroke='%23E8447A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.sec03 .sec03-swiper .swiper-button-prev {
  left: min(calc(70 / 1080 * 100vw), 70px);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28' cy='28' r='27.5' fill='white' stroke='%23E8447A'/%3E%3Cpath d='M32 20L24 28L32 36' stroke='%23E8447A' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec03 .sec03-swiper .swiper-button-prev {
    left: calc(12 / 750 * 100vw);
    background-image: 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='34' fill='white' stroke='%23E8447A' stroke-width='2'/%3E%3Cpath d='M40 25L30 35L40 45' stroke='%23E8447A' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}
.sec03 .sec03-swiper .swiper-pagination-bullet-active {
  background-color: #e8447a;
}
.sec03 .sec03__area03 {
  background-color:#EDF8F7;
  padding: min(calc(112 / 1080 * 100vw), 112px) 0 min(calc(137 / 1080 * 100vw), 137px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__area03 {
    padding: min(calc(112 / 1080 * 100vw), 112px) 0 min(calc(167 / 1080 * 100vw), 167px);
  }
}

.sec03__area03 h2{
	font-size:48px;
	letter-spacing: 0.04em;
	line-height:140%;
	width:100%;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	color:#333;
}
@media screen and (max-width: 767px) {
	.sec03__area03 h2{
		margin-bottom: 12vw;
		font-size:	calc(42 / 750 * 100vw);
	}
	
}
.sec03__area03 h2::after{
	content: ""; 
	width:784px;
	height: 3px;
	background: #47BAB0;
	position: absolute;
	bottom:-30px;
	left:50%;
	transform: translate(-50%, -0%);
}
@media screen and (max-width: 767px) {
	.sec03__area03 h2::after{
		width:80vw;
	}
}
.sec03__function .line{
	margin-bottom: 100px;
	width:100%;
	background: #FFF;
	border-radius: 40px;
	display: flex;
	flex-flow: column;
	position: relative;
	padding:40px;
}
@media screen and (max-width: 1500px) {
	.sec03__function .line{
		margin-bottom: 20%;
	}
	
	
}
@media screen and (max-width: 767px) {
	.sec03__function .line{
		margin-bottom: 5vw;
		border-radius:15px;
		padding:20px;
	}
	
}
.sec03__function .line .img{
	position: absolute;
	top:-14%;
	left:-5%;
	width:50%;
}

.sec03__function .line.su2n .img{
	position: absolute;
	top:-14%;
	left:auto;
	right:-5%;
	width:50%;
}

@media screen and (max-width: 767px) {
	.sec03__function .line .img{
		position:static;
		width:80%;
		margin:0 auto 3%;
	}
	.sec03__function .line.su2n .img{
		position:static;
		width:80%;
		margin:0 auto 3%;
	}
	
}

.sec03__function .line .no{
	position: absolute;
	top: -22%;
	right: -4.3%;
	font-size: 70px;
	line-height: 1;
	color: #47BAB0;
	font-weight: 900;
}

.sec03__function .line.su2n .no{
	position: absolute;
	top: -12%;
	right: auto;
	left:-4.3%;
}
@media screen and (max-width: 767px) {
	.sec03__function .line .no{
		
		top: -6%;
		right: -1%;
		font-size:calc( 100 / 750 * 100vw );

	}
	.sec03__function .line.su2n .no{
		top: -6%;
		left: -1%;
		font-size:calc( 100 / 750 * 100vw );
	}
}
.sec03__function .line .text{
	margin-left: 48%;
  width: 52%;
}
.sec03__function .line.su2n .text{
	margin-left: 0%;
  width: 52%;
}
@media screen and (max-width: 767px) {
	.sec03__function .line .text{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.sec03__function .line.su2n .text{
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	
}
.sec03__function .line .text h3{
	font-size:24px;
	margin-bottom: 20px;
	line-height: 140%;
}
.sec03__function .line ul {
  list-style: none; /* デフォルトの丸を消す */
  padding-left: 0;
}

.sec03__function .line ul li {
  position: relative;
  padding-left: 1.2em; /* 文字の前にスペース */
	font-size:20px;
	line-height: 165%;
}

.sec03__function .line ul li::before {
  content: "・"; /* 中黒 */
  position: absolute;
  left: 0;
  top: 0;
  color: #333; /* 好みの色に変更可能 */
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
	.sec03__function .line .text h3{
		font-size:calc( 30 / 750 * 100vw );
		margin-bottom: 2vw;
	}
	.sec03__function .line ul li {
		font-size:calc( 20 / 750 * 100vw );
	}

	.sec03__function .line ul li::before {

	}

}

.sec03__function .linelay {
  min-height: 320px;
  max-width: 954px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 1500px) {
	.sec03__function .linelay {
	  min-height: auto;
	  max-width: 96%;
	  width: 96%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 8vw;
	}
}
.sec03 .sec03__features {
  position: relative;
  width: min(calc(1180 / 1080 * 100vw), 1180px);

	margin-top:100px;
}
@media screen and (max-width: 1230px) {
	.sec03 .sec03__features {
	  margin-left: max(calc(-90 / 1080 * 100vw), -90px);
	}
	
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__features {
    width: calc(750 / 750 * 100vw);
    margin-left: calc(0 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .sec03 .sec03__features {
    margin-left: -10vw;
  }
}
.sec03 .sec03__featureList {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: min(calc(220 / 1080 * 100vw), 220px) 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureList {
    padding: 0;
  }
}
.sec03 .sec03__feature {
  text-align: center;
}
.sec03 .sec03__feature:nth-child(1) {
  margin-right: min(calc(44 / 1080 * 100vw), 44px);
  margin-left: min(calc(37 / 1080 * 100vw), 37px);
  flex: 0 0 min(calc(330 / 1080 * 100vw), 330px);
}
.sec03 .sec03__feature:nth-child(2) {
  margin-right: min(calc(72 / 1080 * 100vw), 72px);
  flex: 0 0 min(calc(344 / 1080 * 100vw), 344px);
}
.sec03 .sec03__feature:nth-child(3) {
  flex: 0 0 min(calc(272 / 1080 * 100vw), 272px);
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__feature {
    text-align: center;
    position: absolute;
    width: calc(320 / 750 * 100vw);
  }
  .sec03 .sec03__feature:nth-child(1) {
    margin-right: 0;
    margin-left: 0;
    top: calc(248 / 750 * 100vw);
    flex: 0 0 calc(330 / 750 * 100vw);
    left: calc(27 / 750 * 100vw);
  }
  .sec03 .sec03__feature:nth-child(2) {
    margin-right: 0;
    flex: 0 0 calc(344 / 750 * 100vw);
    right: calc(27 / 750 * 100vw);
    top: calc(248 / 750 * 100vw);
  }
  .sec03 .sec03__feature:nth-child(3) {
    flex: 0 0 calc(272 / 750 * 100vw);
    left: 50%;
    top: calc(655 / 750 * 100vw);
    transform: translateX(-50%);
  }
}
.sec03 .sec03__featureImage {
  width: min(calc(1180 / 1080 * 100vw), 1180px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureImage {
    width: calc(750 / 750 * 100vw);
    position: relative;
    z-index: 1;
  }
}
.sec03 .sec03__featureImage img {
  height: auto;
}
.sec03 .sec03__featureText {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureText {
    white-space: nowrap;
    line-height: 140%;
    text-align: center;
  }
}
.sec03 .sec03__featureTextLine {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureTextLine {
    display: inline;
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03 .sec03__featureTextLine .small {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureTextLine .small {
    font-size: calc(28 / 750 * 100vw);
  }
}
.sec03 .sec03__featureTextLine .--accent {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  color: #47BAB0;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .sec03 .sec03__featureTextLine .--accent {
    font-size: calc(36 / 750 * 100vw);
  }
}

.sec04 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-image: url("../img/pc/sec04_bg.webp");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
.sec04::before {
  content: "";
  display: block;
  position: absolute;
  width: min(calc(206 / 1080 * 100vw), 206px);
  height: min(calc(56 / 1080 * 100vw), 56px);
  background-color: #E8447A;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
  top: max(calc(-26 / 1080 * 100vw), -26px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: calc(100 / 750 * 100vw) 0;
    background-image: url("../img/sp/sec04_bg.webp");
  }
  .sec04::before {
    width: calc(258 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    top: calc(-30 / 750 * 100vw);
  }
}
.sec04 .sec04__outer {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__outer {
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec04 .sec04__title {
  text-align: center;
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__title {
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04 .sec04__titleText {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__titleText {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04 .sec04__titleText.--accent {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  color: #e8447a;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__titleText.--accent {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec04 .sec04__titleText.--accent .small {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__titleText.--accent .small {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec04 .sec04__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__subtitle {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04 .sec04__results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  margin-bottom: min(calc(20 / 1080 * 100vw), 20px);
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__results {
    gap: calc(40 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec04 .sec04__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 150%;
  letter-spacing: 0.08em;
  color: #666666;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec04 .sec04__note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec05 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(40 / 1080 * 100vw), 40px);
  background-image: url("../img/pc/sec05_bg.webp"), linear-gradient(90deg, #F6DDE6 0%, #F8EDE8 50%, #F9F3EC 100%);
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec05 {
    padding: calc(80 / 750 * 100vw) 0 min(calc(52 / 1080 * 100vw), 52px);
    background-image: url("../img/sp/sec05_bg.webp"), linear-gradient(90deg, #F6DDE6 0%, #F8EDE8 50%, #F9F3EC 100%);
  }
}
.sec05 .sec05__outer {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__outer {
    max-width: calc(750 / 750 * 100vw);
  }
}
.sec05 .sec05__title {
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__title {
    margin-bottom: calc(54 / 750 * 100vw);
  }
}
.sec05 .sec05__titleText {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__titleText {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec05 .sec05__titleHighlight {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #e8447a;
}
@media screen and (max-width: 767px) {
  .sec05 .sec05__titleHighlight {
    font-size: calc(64 / 750 * 100vw);
  }
}
.sec06 {
  background-color: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(110 / 1080 * 100vw), 110px);
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
.sec06 .adlp-section {
  position: relative;
}
.sec06 .sec06__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
}
.sec06 .sec06__title .small {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__title {
    font-size: calc(60 / 750 * 100vw);
  }
  .sec06 .sec06__title .small {
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__subtitle {
    font-size: calc(36 / 750 * 100vw);
    gap: calc(24 / 750 * 100vw);
  }
}
.sec06 .sec06__subtitle::before, .sec06 .sec06__subtitle::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(24 / 1080 * 100vw), 24px);
  height: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__subtitle::before, .sec06 .sec06__subtitle::after {
    width: calc(33 / 750 * 100vw);
    height: calc(79 / 750 * 100vw);
  }
}
.sec06 .sec06__subtitle::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.512 23.208L0.672 1.368L1.488 0.551999L23.328 22.392L22.512 23.208Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__subtitle::before {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='79' viewBox='0 0 33 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.5 78L1.5 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.sec06 .sec06__subtitle::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.512 0.551999L23.328 1.368L1.488 23.208L0.672 22.392L22.512 0.551999Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__subtitle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='79' viewBox='0 0 33 79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 78L31.5 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
}
.sec06 .sec06__cards {
  margin-top: min(calc(48 / 1080 * 100vw), 48px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cards {
    margin-top: calc(64 / 750 * 100vw);
  }
}
@media screen and (min-width: 768px) {
  .sec06 .sec06__cards {
    display: flex;
    justify-content: space-between;
  }
  .sec06 .sec06__cards .swiper-wrapper {
    display: flex;
    width: 100%;
  }
  .sec06 .sec06__cards .swiper-slide {
    width: calc(33.333% - min(calc(10 / 1080 * 100vw), 10px)) !important;
    margin-right: 0 !important;
    flex-shrink: 0;
  }
  .sec06 .sec06__cards .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .sec06 .sec06__cards .swiper-pagination {
    bottom: calc(20 / 750 * 100vw);
  }
  .sec06 .sec06__cards .swiper-pagination-bullet {
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    margin: 0 calc(6 / 750 * 100vw);
    background-color: #ccc;
    opacity: 1;
  }
  .sec06 .sec06__cards .swiper-pagination-bullet-active {
    background-color: #14B4AA;
  }
  .sec06 .sec06__cards .swiper-slide {
    height: auto;
  }
}
.sec06 .sec06__card {
  width: min(calc(312 / 1080 * 100vw), 312px);
  background-color: #EDF8F7;
  border-radius: min(calc(8 / 1080 * 100vw), 8px);
  overflow: hidden;
  padding: min(calc(24 / 1080 * 100vw), 24px) min(calc(16 / 1080 * 100vw), 16px) min(calc(26 / 1080 * 100vw), 26px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__card {
    width: calc(630 / 750 * 100vw);
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    border-radius: calc(10 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    margin-bottom: 0;
  }
  .sec06 .sec06__card:last-child {
    margin-bottom: 0;
  }
}
.sec06 .sec06__cardInner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardInner {
    position: relative;
  }
}
.sec06 .sec06__cardImage {
  width: 100%;
}
.sec06 .sec06__cardImage img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardImage {
    width: 100%;
  }
}
.sec06 .sec06__cardContent {
  padding: min(calc(10 / 1080 * 100vw), 10px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardContent {
    padding: 0;
  }
}
.sec06 .sec06__cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333333;
  padding: 0 0 min(calc(8 / 1080 * 100vw), 8px);
  min-height: min(calc(73 / 1080 * 100vw), 73px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #999999;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardTitle {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
    min-height: 1px;
    text-align: center;
    border-bottom: calc(2 / 750 * 100vw) solid #999999;
  }
}
.sec06 .sec06__cardUse {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #333333;
  padding: min(calc(8 / 1080 * 100vw), 8px) 0;
  min-height: min(calc(77 / 1080 * 100vw), 77px);
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #999999;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardUse {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
    padding: calc(38 / 750 * 100vw) 0;
    min-height: calc(94 / 750 * 100vw);
    border-bottom: calc(2 / 750 * 100vw) solid #999999;
    margin-top: 0;
  }
}
.sec06 .sec06__cardUseLabel {
  font-weight: 700;
  color: #47BAB0;
}
.sec06 .sec06__lead {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__lead {
    gap: calc(8 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}
.sec06 .sec06__lead::before, .sec06 .sec06__lead::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: min(calc(21 / 1080 * 100vw), 21px);
  height: min(calc(36 / 1080 * 100vw), 36px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__lead::before, .sec06 .sec06__lead::after {
    width: calc(21 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
  }
}
.sec06 .sec06__lead::before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.134033' y='1.35938' width='1' height='40' transform='rotate(-30 0.134033 1.35938)' fill='%234D4B4C'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__lead::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='45' viewBox='0 0 27 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1' width='2' height='50' transform='rotate(-30 0 1)' fill='%234D4B4C'/%3E%3C/svg%3E%0A");
  }
}
.sec06 .sec06__lead::after {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='36' viewBox='0 0 21 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='40' transform='matrix(-0.866025 -0.5 -0.5 0.866025 20.866 1.35938)' fill='%234D4B4C'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__lead::after {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='45' viewBox='0 0 28 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='50' transform='matrix(-0.866025 -0.5 -0.5 0.866025 27.4648 1)' fill='%234D4B4C'/%3E%3C/svg%3E%0A");
  }
}
.sec06 .sec06__leadInner {
  color: var(--text-01, #333);
  text-align: center;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-weight: 400;
  line-height: 130%;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__leadInner {
    font-size: calc(26 / 750 * 100vw);
    margin: 0;
  }
}
.sec06 .sec06__cardButtonWrap {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardButtonWrap {
    margin-top: 0;
  }
}
.sec06 .sec06__cardButtonWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(80 / 1080 * 100vw), 80px);
  border: min(calc(2 / 1080 * 100vw), 2px) solid var(--accent-02, #E8447A);
  background: var(--base-01, #FFF);
  height: min(calc(50 / 1080 * 100vw), 50px);
  color: var(--accent-02, #E8447A);
  text-align: center;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  font-weight: 700;
  line-height: 160%;
  position: relative;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardButtonWrap a {
    border-radius: calc(80 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid var(--accent-02, #E8447A);
    height: calc(90 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
  }
}
.sec06 .sec06__cardButtonWrap a::after {
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E8447A'/%3E%3Cpath d='M9 15L13 10L9 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	
  width: min(calc(20 / 1080 * 100vw), 20px);
  aspect-ratio: 1/1;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: min(calc(10 / 1080 * 100vw), 10px);
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__cardButtonWrap a::after {
    width: calc(32 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
}
.sec06 .sec06__cardButtonWrap a:hover {
  filter: brightness(110%);
}
.sec06 .sec06__cardButtonWrap a:hover::after {
  transform: translateY(-50%) translateX(min(calc(3 / 1080 * 100vw), 3px));
}
.sec06 .sec06__download {
  margin-top: min(calc(20 / 1080 * 100vw), 20px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__download {
    margin-top: calc(72 / 750 * 100vw);
    position: relative;
  }
}
.sec06 .sec06__downloadText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
}
.sec06 .sec06__downloadTextInner {
  display: inline-block;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 140%;
  letter-spacing: 0.08em;
}
.sec06 .sec06__downloadTextInner.accent {
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  color: #47BAB0;
}
.adlp-wrapper .sec06__downloadTextInner .pink{
	color: #47BAB0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__downloadTextInner {
    font-size: calc(36 / 750 * 100vw);
  }
  .sec06 .sec06__downloadTextInner.accent {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec06 .sec06__downloadButtonWrap {
  position: relative;
  margin: min(calc(8 / 1080 * 100vw), 8px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec06 .sec06__downloadButtonWrap {
    position: relative;
    margin: calc(12 / 750 * 100vw) 0 0;
  }
}
@media screen and (min-width: 768px) {
  .sec06 .swiper-button-next,
  .sec06 .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec06 .swiper-button-next,
  .sec06 .swiper-button-prev {
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .sec06 .swiper-button-next::after,
  .sec06 .swiper-button-prev::after {
    display: none;
  }
  .sec06 .swiper-button-prev {
    background-image: 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='34' fill='white' stroke='%2314B4AA' stroke-width='2'/%3E%3Cpath d='M40 25L30 35L40 45' stroke='%2314B4AA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    left: calc(15 / 750 * 100vw);
  }
  .sec06 .swiper-button-next {
    background-image: 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='34' transform='matrix(-1 0 0 1 70 0)' fill='white' stroke='%2314B4AA' stroke-width='2'/%3E%3Cpath d='M30 25L40 35L30 45' stroke='%2314B4AA' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    right: calc(15 / 750 * 100vw);
  }
}

.sec07 {
  background-color: #EDF8F7;
}
.sec07 .sec07__outer {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0 min(calc(147 / 1080 * 100vw), 147px);
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__outer {
    padding: calc(80 / 750 * 100vw) 0 calc(513 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    max-width: calc(630 / 750 * 100vw);
  }
}
.sec07 .sec07__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__title {
    font-size: calc(48 / 750 * 100vw);
  }
}
.sec07 .sec07__flow {
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__flow {
    margin-top: calc(40 / 750 * 100vw);
  }
}
.sec07 .sec07__content {
  margin-top: min(calc(111 / 1080 * 100vw), 111px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__content {
    margin-top: calc(60 / 750 * 100vw);
  }
}
.sec07 .sec07__illustration {
  position: absolute;
  width: min(calc(413 / 1080 * 100vw), 413px);
  bottom: min(calc(60 / 1080 * 100vw), 60px);
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__illustration {
    position: absolute;
    width: calc(630 / 750 * 100vw);
    bottom: calc(100 / 750 * 100vw);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex: none;
  }
}
.sec07 .sec07__illustration img {
  width: 100%;
  height: auto;
}
.sec07 .sec07__messageText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__messageText {
    font-size: calc(48 / 750 * 100vw);
    margin-top: 0;
    text-align: center;
  }
}
.sec07 .sec07__campaignText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(40 / 1080 * 100vw), 40px);
  line-height: 140%;
  color: #47BAB0;
  width: fit-content;
  background: linear-gradient(transparent 80%, #F5CB4C 80%);
}
@media screen and (max-width: 767px) {
  .sec07 .sec07__campaignText {
    font-size: calc(48 / 750 * 100vw);
    margin: auto;
    white-space: nowrap;
  }
}

.sec08 {
  background-color: #fff;
}
.sec08 .sec08__outer {
  max-width: min(calc(1000 / 1080 * 100vw), 1000px);
  padding: min(calc(70 / 1080 * 100vw), 70px) 0 min(calc(80 / 1080 * 100vw), 80px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__outer {
    max-width: calc(750 / 750 * 100vw);
    padding: calc(66 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}
.sec08 .sec08__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__title {
    font-size: calc(56 / 750 * 100vw);
  }
}
.sec08 .sec08__priceWrap {
  position: relative;
  margin: 0 auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__priceWrap {
    margin: calc(20 / 750 * 100vw) auto 0;
    display: block;
    gap: calc(24 / 750 * 100vw);
  }
}
.sec08 .sec08__badge {
  width: min(calc(152 / 1080 * 100vw), 152px);
  height: min(calc(152 / 1080 * 100vw), 152px);
  background-color: #E8447A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__badge {
    width: fit-content;
    margin: 0 auto;
    height: calc(64 / 750 * 100vw);
    padding: 0 calc(50 / 750 * 100vw);
    border-radius: 999px;
  }
}
.sec08 .sec08__badgeText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__badgeText {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__badgeText span {
  display: block;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__badgeText span {
    display: inline;
    font-size: calc(36 / 750 * 100vw);
  }
}
.sec08 .sec08__badgeText strong {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__badgeText strong {
    display: inline;
  }
}
.sec08 .sec08__price {
  display: inline-block;
}
.sec08 .sec08__priceYen {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(64 / 1080 * 100vw), 64px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #47BAB0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__priceYen {
    font-size: calc(70 / 750 * 100vw);
  }
}
.sec08 .sec08__priceNum {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: min(calc(120 / 1080 * 100vw), 120px);
  line-height: 140%;
  letter-spacing: 0;
  color: #47BAB0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__priceNum {
    font-size: calc(132 / 750 * 100vw);
    line-height: 130%;
  }
}
.sec08 .sec08__priceUnit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #47BAB0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__priceUnit {
    font-size: calc(62 / 750 * 100vw);
  }
}
.sec08 .sec08__box {
  background-color: #FFF4F1;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
  width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(40 / 1080 * 100vw), 40px) auto 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__box {
    border-radius: calc(20 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(45 / 750 * 100vw);
    width: calc(690 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}
.sec08 .sec08__box::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/pc/sec08_img02.webp");
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__box::after {
    background-image: url("../img/sp/sec08_img02.webp");
    width: calc(750 / 750 * 100vw);
    height: calc(460 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: calc(163 / 750 * 100vw);
  }
}
.sec08 .sec08__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__desc {
    font-size: calc(40 / 750 * 100vw);
  }
}
.sec08 .sec08__icons {
  width: min(calc(468 / 1080 * 100vw), 468px);
  margin: min(calc(16 / 1080 * 100vw), 16px) 0 0;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__icons {
    width: calc(382 / 750 * 100vw);
    margin: calc(33 / 750 * 100vw) 0 0;
  }
}
.sec08 .sec08__download {
  margin: min(calc(24 / 1080 * 100vw), 24px) 0 0;
  text-align: center;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__download {
    position: relative;
    z-index: 2;
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}
.sec08 .sec08__download .adlp-btn__lead {
  font-size: min(calc(24 / 1080 * 100vw), 24px);
}
@media screen and (max-width: 767px) {
  .sec08 .sec08__download .adlp-btn__lead {
    font-size: calc(36 / 750 * 100vw);
    margin-bottom: calc(8 / 750 * 100vw);
  }
}

.sec09 {
  position: relative;
}
.sec09 .sec09__bg {
  position: relative;
  z-index: 1;
}
.sec09 .sec09__content {
  position: absolute;
  z-index: 2;
  width: min(calc(408 / 1080 * 100vw), 408px);
  top: min(calc(64 / 1080 * 100vw), 64px);
  left: min(calc(490 / 1080 * 100vw), 490px);
}
@media screen and (max-width: 767px) {
  .sec09 .sec09__content {
    width: calc(750 / 750 * 100vw);
    top: 0;
    left: 0;
  }
}

.sec10 {
  background-color: #FFFFFF;
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
}
.sec10 .adlp-section {
  position: relative;
}
.sec10 .sec10__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .adlp-accordion {
  max-width: min(calc(900 / 1080 * 100vw), 900px);
  margin: 0 auto;
}
.sec10 .sec10__item {
  background-color: #EDF8F7;
  border-radius: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
  overflow: hidden;
}
.sec10 .sec10__item:last-child {
  margin-bottom: 0;
}
.sec10 .sec10__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(calc(40 / 1080 * 100vw), 40px) min(calc(40 / 1080 * 100vw), 40px);
  cursor: pointer;
  position: relative;
}
.sec10 .sec10__question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(calc(32 / 1080 * 100vw), 32px);
  width: min(calc(28 / 1080 * 100vw), 28px);
  height: min(calc(17 / 1080 * 100vw), 17px);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='17' viewBox='0 0 28 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14L26 2' stroke='%2347BAB0' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.sec10 .sec10__question.--open::after {
  transform: translateY(-50%) rotate(180deg);
}
.sec10 .sec10__questionText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(20 / 1080 * 100vw), 20px);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333333;
  padding-right: min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .sec10__questionText .letter {
  color: #47BAB0;
  font-family: "Roboto", sans-serif;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  font-weight: 700;
  line-height: 140%;
}
.sec10 .sec10__answer {
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.sec10 .sec10__answerInner {
  border-top: min(calc(1 / 1080 * 100vw), 1px) solid #DDDDDD;
  padding: min(calc(24 / 1080 * 100vw), 24px) 0 min(calc(24 / 1080 * 100vw), 24px);
}
.sec10 .sec10__answerText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec10 .sec10__answerText .note {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
@media screen and (max-width: 767px) {
  .sec10 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  .sec10 .adlp-section {
    position: relative;
  }
  .sec10 .sec10__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
  .sec10 .adlp-accordion {
    max-width: calc(630 / 750 * 100vw);
    margin: 0 auto;
  }
  .sec10 .sec10__item {
    border-radius: calc(24 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
    overflow: hidden;
  }
  .sec10 .sec10__item:last-child {
    margin-bottom: 0;
  }
  .sec10 .sec10__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    cursor: pointer;
    position: relative;
  }
  .sec10 .sec10__question::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(30 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='%2347BAB0' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    transform: translateY(-50%);
    transition: transform 0.3s ease;
  }
  .sec10 .sec10__question.--open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .sec10 .sec10__questionText {
    font-size: calc(32 / 750 * 100vw);
    padding-right: calc(50 / 750 * 100vw);
  }
  .sec10 .sec10__questionText .letter {
    font-size: calc(36 / 750 * 100vw);
  }
  .sec10 .sec10__answer {
    padding: 0 calc(30 / 750 * 100vw);
  }
  .sec10 .sec10__answerInner {
    border-top: calc(2 / 750 * 100vw) solid #DDDDDD;
    padding: calc(24 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
  }
  .sec10 .sec10__answerText {
    font-size: calc(26 / 750 * 100vw);
  }
  .sec10 .sec10__answerText .note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.sec11 {
  padding: min(calc(80 / 1080 * 100vw), 80px) 0;
  background-color: #F6F6F6;
}
@media screen and (max-width: 767px) {
  .sec11 {
    padding: calc(80 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .sec11 .adlp-section {
    padding-left: calc(30 / 750 * 100vw);
    padding-right: calc(30 / 750 * 100vw);
  }
}
.sec11 .sec11__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(48 / 1080 * 100vw), 48px);
  line-height: 140%;
  letter-spacing: 0.08em;
  text-align: center;
  color: #333333;
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__title {
    font-size: calc(56 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }
}
.sec11 .sec11__row {
  display: flex;
  border-bottom: min(calc(1 / 1080 * 100vw), 1px) solid #DDDDDD;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__row {
    border-bottom: calc(2 / 750 * 100vw) solid #DDDDDD;
  }
}
.sec11 .sec11__row::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #666666;
  bottom: max(calc(-1 / 1080 * 100vw), -1px);
  left: 0;
  height: min(calc(1 / 1080 * 100vw), 1px);
  width: min(calc(100 / 1080 * 100vw), 100px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__row::after {
    height: calc(2 / 750 * 100vw);
    bottom: calc(-2 / 750 * 100vw);
    width: calc(150 / 750 * 100vw);
  }
}
.sec11 .sec11__cell {
  padding: min(calc(16 / 1080 * 100vw), 16px) 0 min(calc(16 / 1080 * 100vw), 16px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__cell {
    padding: calc(24 / 750 * 100vw) 0;
    font-size: calc(24 / 750 * 100vw);
  }
}
.sec11 .sec11__cell--head {
  flex: 0 0 min(calc(156 / 1080 * 100vw), 156px);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__cell--head {
    flex: 0 0 calc(150 / 750 * 100vw);
  }
}
.sec11 .sec11__cell p {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  text-align: justify;
  letter-spacing: 0.08em;
}
.sec11 .sec11__cell p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__cell p {
    margin-top: calc(24 / 750 * 100vw);
    text-align: justify;
  }
  .sec11 .sec11__cell p:first-child {
    margin-top: 0;
  }
}
.sec11 .sec11__strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__strong {
    font-weight: 700;
  }
}
.sec11 .sec11__listWrapper {
  display: flex;
  justify-content: flex-start;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__listWrapper {
    gap: 0;
    flex-direction: column;
  }
}
.sec11 .sec11__list {
  flex: 0 0 auto;
}
.sec11 .sec11__certification {
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__certification {
    margin-top: calc(20 / 750 * 100vw);
    margin-bottom: calc(4 / 750 * 100vw);
  }
}
.sec11 .sec11__certificationImg {
  max-width: min(calc(114 / 1080 * 100vw), 114px);
}
@media screen and (max-width: 767px) {
  .sec11 .sec11__certificationImg {
    max-width: calc(300 / 750 * 100vw);
  }
}
.sec01__titlesub{
	font-size:32px;
	width:100%;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.sec01__titlesub{
		min(calc(48 / 1080 * 100vw), 32px);
	}
}

/*20251207add*/
.sec03{
	color: #333;
}
.meritarea{
	color: #333;
	margin-bottom: 200px;
}
.meritarea h2{
	font-size:48px;
	font-weight: bold;
	width:100%;
	text-align: center;
	margin-bottom: 112px;
}
@media screen and (max-width: 767px) {
	.meritarea{
		margin-bottom: 4vw;
	}
	.meritarea h2{
		font-size:calc( 42 / 750 * 100vw);
		margin-bottom:8vw;
	}
	
}
.meritarea .line{
	width:1388px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left: 60px;
	flex-direction: row-reverse;
	align-items:flex-end;
}


.meritarea .line.su2n{
	flex-direction: row;
	padding-left: 0px;	
	padding-right: 60px;
}

.meritarea .line .img{
	width: 739px;
}
.meritarea .line .text{
	width: 526px;
}
.meritarea .line .text h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.04%;
}
.meritarea .line .text p{
	letter-spacing: 0.04%;
	font-size: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1760px) {
	.meritarea h2 {
	  font-size: calc ( 38 / 750 *100vw);
	  margin-bottom: 60px;
	}
	.meritarea .line{
		width:50%;
		max-width: 1200px;
		margin-bottom: 4vw;
		padding-left: 0px;
		align-items:center;
	}


	.meritarea .line.su2n{
		flex-direction: row;
		padding-left: 0px;
		padding-right: 00px;
	}
	.meritarea .line .img{
		width: 45%;
	}
	.meritarea .line .text{
		width: 50%;
	}
	
}
@media screen and (max-width: 767px) {
	.meritarea{
		margin-bottom: 130px;
	}
	.meritarea .line{
		width:100%;
		display:block;
		padding-left: 0px;
	}
	.meritarea .line.su2n{
		padding-left: 0px;	
		padding-right: 0px;
	}
	.meritarea .line .img{
		width: 80%;
		margin:0 auto 1%;
	}
	.meritarea .line .text{
		width: 90%;
		margin:0 auto 2%;
	}
	.meritarea .line .text h3{
		font-size: calc( 20 / 750 * 100vw);
		margin-bottom: 2vw;
	}
	.meritarea .line .text p{
		font-size: calc( 20 / 750 * 100vw);
		margin-bottom: 2vw;
	}
	
}
.adlp-btn.-btn01 {
  background-color: #E8447A;
  border-color: #fff;
  color: #fff;
}
.adlp-btn.-btn01 .adlp-btn__circle {
  background-color: #fff;
  border-color: #fff;
  color: #E8447A;
}
.fv__cta .adlp-btn.-btn01{
	background-color: #14B4AA;
}
.fv__cta .adlp-btn.-btn01 .adlp-btn__circle {

  color: #14B4AA;
}
.subline{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.79;
	width: 100%;
	text-align: center;
}
/*# sourceMappingURL=lp.css.map */
