@charset "UTF-8";
.adlp-footer {
  padding: min(calc(72 / 1080 * 100vw), 72px) 0 min(calc(56 / 1080 * 100vw), 56px);
}
@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: calc(80 / 750 * 100vw) 0 calc(64 / 750 * 100vw);
  }
}
.adlp-footer__menu {
  text-align: center;
}
.adlp-footer__menu__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
@media screen and (max-width: 767px) {
  .adlp-footer__menu__wrapper {
    flex-direction: column;
    width: 100%;
    gap: calc(40 / 750 * 100vw);
  }
}
.adlp-footer__text {
  margin: min(calc(72 / 1080 * 100vw), 72px) auto 0;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .adlp-footer__text {
    font-size: calc(20 / 750 * 100vw);
    margin: calc(72 / 750 * 100vw) auto 0;
  }
}

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

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

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

.adlp-fadein {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-accent {
  color: var(--naganuma-accent01, #f16889);
}

.text-highlight {
  color: #ca4a6c;
}

.sec01 {
  position: relative;
  background: #ffffff;
}
.sec01__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
}
.sec01__description {
  text-align: center;
  max-width: min(calc(800 / 1080 * 100vw), 800px);
  margin: min(calc(422 / 1080 * 100vw), 422px) auto 0;
}
.sec01__description p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 2.2;
  letter-spacing: 0.14em;
  color: #42413d;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec01__description {
    max-width: 100%;
    margin-top: calc(953 / 750 * 100vw);
    padding: 0 calc(70 / 750 * 100vw);
  }
  .sec01__description p {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.2;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
.sec02 {
  position: relative;
}
.sec02__container {
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
  padding: min(calc(100 / 1080 * 100vw), 100px) 0;
}
.sec02__title-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  width: min(calc(750 / 1080 * 100vw), 750px);
  margin: 0 auto min(calc(33 / 1080 * 100vw), 33px);
}
.sec02__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02__sub-title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
}
.sec02__gradient-line {
  width: 100%;
  height: min(calc(4 / 1080 * 100vw), 4px);
  background: linear-gradient(90deg, rgba(195, 161, 205, 0) 0%, #c3a1cd 15.87%, #e8899d 65.38%, rgba(232, 137, 157, 0) 100%);
}
.sec02__main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02__main-title span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #f16889;
}
.sec02__slider-area {
  margin-bottom: min(calc(80 / 1080 * 100vw), 80px);
}
.sec02__slider {
  display: flex;
  gap: min(calc(30 / 1080 * 100vw), 30px);
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: min(calc(1000 / 1080 * 100vw), 1000px);
  margin: 0 auto;
}
.sec02__slide-item {
  position: relative;
  width: min(calc(485 / 1080 * 100vw), 485px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec02__slide-content {
  position: relative;
  z-index: 2;
}
.sec02__slide-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
.sec02__slide-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
.sec02__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec02__bottom-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec02__bottom-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
.sec02__bottom-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #f16889;
}
.sec02__slide-item.--no1 {
  margin: 0 calc((100% - min(calc(485 / 1080 * 100vw), 485px)) / 2);
}
.sec02__slide-item.--no2 .sec02__slide-text {
  margin-left: min(calc(40 / 1080 * 100vw), 40px);
}

@media screen and (max-width: 767px) {
  .sec02__container {
    padding: calc(120 / 750 * 100vw) 0;
  }
  .sec02__title-area {
    gap: calc(16 / 750 * 100vw);
    width: calc(750 / 750 * 100vw);
    margin: 0 auto calc(96 / 750 * 100vw);
    padding: 0 calc(60 / 750 * 100vw) 0 0;
    align-items: flex-start;
  }
  .sec02__sub-title {
    padding: 0 0 0 calc(60 / 750 * 100vw);
  }
  .sec02__sub-title span {
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec02__gradient-line {
    height: calc(6 / 750 * 100vw);
    background: linear-gradient(90deg, #c3a1cd 0%, #e8899d 65.38%, rgba(232, 137, 157, 0) 98.08%);
  }
  .sec02__main-title {
    padding: 0 0 0 calc(60 / 750 * 100vw);
  }
  .sec02__main-title span {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec02__slider-area {
    margin-bottom: calc(66 / 750 * 100vw);
  }
  .sec02__slider {
    display: flex;
    flex-direction: column;
    gap: calc(66 / 750 * 100vw);
    align-items: center;
    width: 100%;
  }
  .sec02__slide-item {
    width: calc(690 / 750 * 100vw);
    gap: calc(32 / 750 * 100vw);
    position: relative;
  }
  .sec02__slide-item.--no1, .sec02__slide-item.--no3 {
    margin: 0 0 0 calc(60 / 750 * 100vw);
  }
  .sec02__slide-item.--no2 {
    margin: 0 calc(60 / 750 * 100vw) 0 0;
  }
  .sec02__slide-item.--no2 .sec02__slide-content {
    position: relative;
    z-index: 2;
  }
  .sec02__slide-item.--no2 .sec02__slide-text {
    text-align: left;
    margin-left: calc(60 / 750 * 100vw);
  }
  .sec02__slide-content {
    display: flex;
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
  }
  .sec02__slide-text {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-bottom: 0;
    text-align: left;
    color: #42413d;
  }
  .sec02__slide-img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .sec02__slide-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }
  .sec02__bottom-text {
    align-items: flex-start;
    text-align: left;
    padding: 0 calc(60 / 750 * 100vw);
  }
  .sec02__bottom-sub {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-bottom: calc(10 / 750 * 100vw);
    color: #42413d;
  }
  .sec02__bottom-main {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    color: #f16889;
  }
}
.sec03 {
  position: relative;
  background: #ffffff;
}
.sec03__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(72 / 1080 * 100vw), 72px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(80 / 1080 * 100vw), 80px);
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
}
.sec03__heading {
  gap: min(calc(16 / 1080 * 100vw), 16px);
  background: url("../img/pc/sec03_head.webp") no-repeat center/contain;
  border-radius: 0;
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  aspect-ratio: 1080/330;
  margin: 0 auto min(calc(80 / 1080 * 100vw), 80px);
}
.sec03__heading-content {
  position: relative;
  z-index: 2;
  padding: min(calc(102 / 1080 * 100vw), 102px) 0 0 min(calc(92 / 1080 * 100vw), 92px);
}
.sec03__heading-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #333333;
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
.sec03__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(54 / 1080 * 100vw), 54px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #f16889;
}
.sec03__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec03__inner {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
}
.sec03__title-area {
  display: flex;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
}
.sec03__icon {
  position: relative;
  width: min(calc(150 / 1080 * 100vw), 150px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03__category {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.1;
  letter-spacing: 0.14em;
  text-align: center;
}
.sec03__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  flex: 1;
}
.sec03__group {
  display: flex;
  align-items: center;
}
.sec03__image-area {
  width: min(calc(460 / 1080 * 100vw), 460px);
  margin-right: max(calc(-15 / 1080 * 100vw), -15px);
}
.sec03__image {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.sec03__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sec03__text-area {
  position: relative;
  width: min(calc(475 / 1080 * 100vw), 475px);
}
.sec03__text-box {
  background: #ffffff;
  border: min(calc(2 / 1080 * 100vw), 2px) solid;
  border-radius: 0;
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(60 / 1080 * 100vw), 60px);
  position: relative;
  z-index: 2;
}
.sec03__text-box p {
  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: justify;
  margin: 0;
}
.sec03__text-box p b {
  color: #ca4a6c;
}
.sec03__shadow {
  position: absolute;
  top: min(calc(20 / 1080 * 100vw), 20px);
  left: min(calc(20 / 1080 * 100vw), 20px);
  right: max(calc(-20 / 1080 * 100vw), -20px);
  bottom: max(calc(-20 / 1080 * 100vw), -20px);
  background: #565656;
  opacity: 0.2;
  filter: blur(min(calc(20 / 1080 * 100vw), 20px));
  z-index: 1;
}
.sec03__inner:nth-child(1) .sec03__category {
  color: #c25774;
}
.sec03__inner:nth-child(1) .sec03__text-box {
  border-color: #e38da5;
}
.sec03__inner:nth-child(2) .sec03__category {
  color: #81537c;
}
.sec03__inner:nth-child(2) .sec03__text-box {
  border-color: #ca9dc5;
}
.sec03__inner:nth-child(3) .sec03__category {
  color: #b4786e;
}
.sec03__inner:nth-child(3) .sec03__text-box {
  border-color: #f3b5ab;
}

@media screen and (max-width: 767px) {
  .sec03__container {
    gap: calc(80 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw) calc(134 / 750 * 100vw);
  }
  .sec03__heading {
    background: url("../img/sp/sec03_head.webp") no-repeat center/contain;
    width: calc(750 / 750 * 100vw);
    aspect-ratio: 750/410;
    margin: 0 auto calc(80 / 750 * 100vw);
    position: relative;
  }
  .sec03__heading-content {
    padding: calc(108 / 750 * 100vw) 0 0 calc(57 / 750 * 100vw);
  }
  .sec03__heading-sub {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-bottom: 0;
  }
  .sec03__heading-main {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec03__content {
    gap: calc(118 / 750 * 100vw);
    margin-top: 0;
    width: 100%;
  }
  .sec03__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(24 / 750 * 100vw);
    max-width: 100%;
  }
  .sec03__title-area {
    display: flex;
    align-items: center;
    gap: calc(20 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
  .sec03__icon {
    width: calc(194 / 750 * 100vw);
    height: calc(194 / 750 * 100vw);
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec03__title {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.08em;
    flex: 1;
  }
  .sec03__group {
    display: flex;
    flex-direction: column;
    gap: calc(24 / 750 * 100vw);
    width: 100%;
  }
  .sec03__image-area {
    width: calc(630 / 750 * 100vw);
  }
  .sec03__image {
    width: 100%;
    height: auto;
  }
  .sec03__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .sec03__text-area {
    width: 100%;
    position: relative;
  }
  .sec03__text-box {
    border: calc(2 / 750 * 100vw) solid;
    padding: calc(40 / 750 * 100vw) calc(60 / 750 * 100vw);
    background: #ffffff;
  }
  .sec03__text-box p {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
    margin: 0;
  }
  .sec03__text-box p b {
    color: #ca4a6c;
  }
  .sec03__shadow {
    position: absolute;
    top: calc(20 / 750 * 100vw);
    left: calc(20 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    bottom: calc(-20 / 750 * 100vw);
    background: #565656;
    opacity: 0.2;
    filter: blur(calc(20 / 750 * 100vw));
    z-index: 1;
  }
}
.sec04 {
  position: relative;
  background: #ffffff;
}
.sec04 .section-inner {
  position: absolute;
  inset: 0;
  width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
.sec04__header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  margin-bottom: min(calc(30 / 1080 * 100vw), 30px);
  z-index: 2;
}
.sec04__label-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding-top: min(calc(12 / 1080 * 100vw), 12px);
}
.sec04__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ac8eb5;
  text-align: center;
}
.sec04__title {
  color: var(--naganuma-text_gray, #42413d);
  text-align: center;
  font-feature-settings: "palt" on;
  /* headline/h3 */
  font-family: var(--font-family-Noto-Serif-JP, "Noto Serif JP");
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 53.2px */
  letter-spacing: min(calc(5.32 / 1080 * 100vw), 5.32px);
  margin-top: min(calc(10 / 1080 * 100vw), 10px);
}
.sec04__title span {
  color: var(--naganuma-accent01, #f16889);
  font-feature-settings: "palt" on;
  /* headline/h2 */
  font-family: var(--font-family-Noto-Serif-JP, "Noto Serif JP");
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: min(calc(6.44 / 1080 * 100vw), 6.44px);
}
.sec04__content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  z-index: 2;
}
.sec04__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: max(calc(-30 / 1080 * 100vw), -30px);
  width: min(calc(573 / 1080 * 100vw), 573px);
}
.sec04__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: min(calc(10 / 1080 * 100vw), 10px);
}
.sec04__item--reverse {
  flex-direction: row-reverse;
}
.sec04__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.sec04__item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(18 / 1080 * 100vw), 18px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #42413d;
  text-align: left;
  margin-bottom: min(calc(4 / 1080 * 100vw), 4px);
}
.sec04__item-text {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  text-align: center;
  z-index: 2;
}
.sec04__item-text .text-accent {
  color: var(--naganuma-accent01, #f16889);
  font-feature-settings: "palt" on;
}
.sec04__item-text .text-large {
  font-size: min(calc(34 / 1080 * 100vw), 34px);
}
.sec04__item-image {
  width: min(calc(255 / 1080 * 100vw), 255px);
}
.sec04__note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #333333;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec04 {
    padding: 0;
  }
  .sec04 .section-inner {
    width: 100%;
    max-width: calc(750 / 750 * 100vw);
  }
  .sec04__header {
    gap: calc(60 / 750 * 100vw);
    margin-bottom: calc(65 / 750 * 100vw);
  }
  .sec04__label-wrapper {
    padding-top: 0;
  }
  .sec04__label-text {
    font-size: calc(34 / 750 * 100vw);
  }
  .sec04__title {
    font-family: "Noto Serif JP", serif;
    font-size: calc(48 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin: 0;
  }
  .sec04__title span {
    font-family: "Noto Serif JP", serif;
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec04__content-wrapper {
    gap: calc(32 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
  .sec04__content {
    width: 100%;
    max-width: calc(690 / 750 * 100vw);
    gap: 0;
  }
  .sec04__item {
    gap: calc(34 / 750 * 100vw);
    margin-bottom: calc(-30 / 750 * 100vw);
  }
  .sec04__item--reverse {
    gap: calc(35 / 750 * 100vw);
  }
  .sec04__item:nth-child(2) {
    gap: calc(35 / 750 * 100vw);
  }
  .sec04__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
  }
  .sec04__item-label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #42413d;
    text-align: left;
    margin-bottom: calc(4 / 750 * 100vw);
  }
  .sec04__item-text {
    position: relative;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
    color: #42413d;
    text-align: center;
    z-index: 2;
  }
  .sec04__item-text .text-accent {
    color: #f16889;
  }
  .sec04__item-text .text-large {
    font-size: calc(38 / 750 * 100vw);
  }
  .sec04__item-image {
    width: calc(370 / 750 * 100vw);
    flex-shrink: 0;
  }
  .sec04__note {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #333333;
    text-align: center;
    width: 100%;
    margin-top: calc(32 / 750 * 100vw);
  }
}

.sec05 {
  position: relative;
  overflow: hidden;
}
.sec05 .section-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  max-width: min(calc(1080 / 1080 * 100vw), 1080px);
  margin: 0 auto;
}
.sec05__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(52 / 1080 * 100vw), 52px);
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  margin: min(calc(72 / 1080 * 100vw), 72px) 0 0 min(calc(110 / 1080 * 100vw), 110px);
}
.sec05__text-box {
  width: min(calc(535 / 1080 * 100vw), 535px);
  margin-top: min(calc(83 / 1080 * 100vw), 83px);
  display: flex;
  justify-content: center;
}
.sec05__text-content {
  position: relative;
  padding: 0 min(calc(40 / 1080 * 100vw), 40px);
}
.sec05__text-content p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec05 .section-inner {
    padding: calc(70 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  .sec05__title {
    font-size: calc(64 / 750 * 100vw);
    line-height: 1.5;
    gap: calc(4 / 750 * 100vw);
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .sec05__text-box {
    width: 100%;
    margin-top: calc(168 / 750 * 100vw);
    justify-content: flex-start;
  }
  .sec05__text-content {
    padding: 0;
  }
  .sec05__text-content p {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.7;
  }
}
.sec06 {
  position: relative;
  background: #ffffff;
}
.sec06__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  padding: 0 min(calc(30 / 1080 * 100vw), 30px) min(calc(40 / 1080 * 100vw), 40px);
  width: 100%;
  max-width: min(calc(1920 / 1080 * 100vw), 1920px);
  margin: 0 auto;
}
.sec06__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin: min(calc(80 / 1080 * 100vw), 80px) auto min(calc(64 / 1080 * 100vw), 64px);
}
.sec06__heading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec06__heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f16889;
  text-align: center;
  margin: 0;
}
.sec06__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  text-align: center;
  margin: 0;
}
.sec06__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(48 / 1080 * 100vw), 48px);
  width: 100%;
}
.sec06__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
}
.sec06__item {
  display: flex;
  flex-direction: column;
  gap: min(calc(39 / 1080 * 100vw), 39px);
  width: 100%;
  padding: min(calc(64 / 1080 * 100vw), 64px) 0 min(calc(48 / 1080 * 100vw), 48px) min(calc(220 / 1080 * 100vw), 220px);
  border-top: min(calc(6 / 1080 * 100vw), 6px) solid;
  border-image: linear-gradient(to right, #c3a1cd, #e8899d) 1;
  position: relative;
}
.sec06__item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100.547 / 1080 * 100vw), 100.547px);
  aspect-ratio: 100.547/38.015;
  flex-shrink: 0;
  background: #fff url("../img/common/sec06_illust_01.svg") no-repeat center/contain;
  padding: 0 min(calc(10 / 1080 * 100vw), 10px);
  z-index: 2;
}
.sec06__item-header {
  display: flex;
  align-items: center;
  gap: min(calc(24 / 1080 * 100vw), 24px);
  width: 100%;
}
.sec06__icon {
  position: absolute;
  top: min(calc(65 / 1080 * 100vw), 65px);
  left: 0;
  width: min(calc(176 / 1080 * 100vw), 176px);
}
.sec06__text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(calc(9 / 1080 * 100vw), 9px);
}
.sec06__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ca4a6c;
  margin: 0;
}
.sec06__name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  margin: 0;
}
.sec06__description {
  width: 100%;
}
.sec06__description p {
  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: justify;
}
.sec06__description p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec06 {
    padding: calc(96 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .sec06__container {
    gap: calc(80 / 750 * 100vw);
    padding: 0;
  }
  .sec06__heading {
    margin: 0 auto calc(80 / 750 * 100vw);
    gap: calc(16 / 750 * 100vw);
  }
  .sec06__heading-sub {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
  .sec06__heading-main {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec06__inner {
    max-width: 100%;
  }
  .sec06__item {
    flex-direction: column;
    gap: calc(32 / 750 * 100vw);
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-top: calc(6 / 750 * 100vw) solid;
    position: relative;
  }
  .sec06__item:first-child::before {
    width: calc(100.547 / 750 * 100vw);
    padding: 0 calc(8 / 750 * 100vw);
  }
  .sec06__item-header {
    flex-direction: row;
    align-items: center;
    gap: calc(32 / 750 * 100vw);
    width: calc(630 / 750 * 100vw);
  }
  .sec06__icon {
    position: static;
    width: calc(218 / 750 * 100vw);
  }
  .sec06__text-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: calc(9 / 750 * 100vw);
  }
  .sec06__title {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4;
    text-align: left;
    width: 100%;
  }
  .sec06__name {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    width: 100%;
  }
  .sec06__description {
    width: calc(630 / 750 * 100vw);
  }
  .sec06__description p {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.08em;
    text-align: justify;
  }
}
.sec07 {
  position: relative;
  background: #f4f7fe url("../img/pc/sec07_bg.webp") no-repeat center top/contain;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(80 / 1080 * 100vw), 80px) min(calc(100 / 1080 * 100vw), 100px);
}
.sec07__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__heading-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #42413d;
  text-align: center;
}
.sec07__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  text-align: center;
}
.sec07__container {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
.sec07 .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec07__area {
  box-shadow: 6px 6px 4px 0px rgba(0, 0, 0, 0.15);
}
.sec07__area .adlp-accordion__header {
  background: #62a1d9;
  padding: min(calc(20 / 1080 * 100vw), 20px) min(calc(40 / 1080 * 100vw), 40px);
}
.sec07__area .adlp-accordion__header::after {
  width: min(calc(15 / 1080 * 100vw), 15px);
  height: auto;
  aspect-ratio: 15/26;
  background: url("../img/common/icon_arrow_white.svg") no-repeat center/contain;
  transform: translateY(-50%) rotate(90deg);
}
.sec07__area .adlp-accordion__header.--open::after {
  transform: translateY(-50%) rotate(-90deg);
}
.sec07__area .adlp-accordion__header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  position: relative;
}
.sec07__area .adlp-accordion__body {
  background: #ffffff;
}
.sec07__area .adlp-accordion__body__inner {
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(50 / 1080 * 100vw), 50px) min(calc(48 / 1080 * 100vw), 48px);
}
.sec07__area-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #ffffff;
}
.sec07__schools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(calc(32 / 1080 * 100vw), 32px) min(calc(30 / 1080 * 100vw), 30px);
}
.sec07__school {
  display: flex;
  flex-direction: column;
  gap: min(calc(24 / 1080 * 100vw), 24px);
}
.sec07__school-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1c77c7;
  padding: min(calc(10 / 1080 * 100vw), 10px) 0;
  border-top: min(calc(3 / 1080 * 100vw), 3px) solid #62a1d9;
  border-bottom: min(calc(3 / 1080 * 100vw), 3px) solid #62a1d9;
  text-align: center;
}
.sec07__school-info {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec07__info-item {
  display: flex;
  gap: min(calc(18 / 1080 * 100vw), 18px);
}
.sec07__info-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(calc(126 / 1080 * 100vw), 126px);
  height: min(calc(40 / 1080 * 100vw), 40px);
  background: #62a1d9;
  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;
  color: #ffffff;
  flex-shrink: 0;
}
.sec07__info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #333333;
}
.sec07__info-tel {
  margin-top: min(calc(8 / 1080 * 100vw), 8px);
}
.sec07__tel-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
}
.sec07__tel-number a {
  color: #1c77c7;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec07 {
    padding: calc(96 / 750 * 100vw) calc(30 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
  .sec07__heading {
    gap: calc(8 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .sec07__heading-sub {
    font-size: calc(34 / 750 * 100vw);
  }
  .sec07__heading-main {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec07 .adlp-accordion__wrapper {
    gap: calc(32 / 750 * 100vw);
  }
  .sec07__area .adlp-accordion__header {
    padding: calc(11 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  .sec07__area .adlp-accordion__header::after {
    width: calc(15 / 750 * 100vw);
  }
  .sec07__area .adlp-accordion__body__inner {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(56 / 750 * 100vw);
  }
  .sec07__area-title {
    font-size: calc(38 / 750 * 100vw);
  }
  .sec07__schools {
    width: 100%;
    grid-template-columns: 1fr;
    gap: calc(40 / 750 * 100vw);
  }
  .sec07__school {
    gap: calc(32 / 750 * 100vw);
  }
  .sec07__school-name {
    font-size: calc(34 / 750 * 100vw);
    padding-bottom: calc(10 / 750 * 100vw);
    border-bottom-width: calc(3 / 750 * 100vw);
  }
  .sec07__school-info {
    gap: calc(24 / 750 * 100vw);
  }
  .sec07__info-item {
    gap: calc(18 / 750 * 100vw);
  }
  .sec07__info-label {
    width: calc(126 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  .sec07__info-label.--tel {
    visibility: hidden;
  }
  .sec07__info-text {
    font-size: calc(26 / 750 * 100vw);
    flex: 1;
  }
  .sec07__info-item {
    flex-wrap: wrap;
  }
  .sec07__info-tel {
    margin-top: 0;
    width: 100%;
  }
  .sec07__tel-number {
    flex: 1;
  }
  .sec07__tel-number a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(380 / 750 * 100vw);
    height: calc(58 / 750 * 100vw);
    background: #1c77c7;
    border-radius: calc(14 / 750 * 100vw);
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    box-shadow: 0px 4px 0px 0px #2f6da4;
    font-size: calc(28 / 750 * 100vw);
    gap: calc(10 / 750 * 100vw);
    line-height: 1;
  }
  .sec07__tel-number a::before {
    content: "";
    display: block;
    width: calc(32 / 750 * 100vw);
    aspect-ratio: 1/1;
    background: url("../img/common/icon_tel_white.svg") no-repeat center/contain;
    position: absolute;
    left: calc(48 / 750 * 100vw);
    top: 50%;
    transform: translateY(-48%);
  }
  .sec07__tel-number a::after {
    content: "";
    display: block;
    width: calc(14 / 750 * 100vw);
    aspect-ratio: 15/26;
    background: url("../img/common/icon_arrow_white.svg") no-repeat center/contain;
    position: absolute;
    right: calc(20 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec08 {
  padding: min(calc(402 / 1080 * 100vw), 402px) 0 min(calc(388 / 1080 * 100vw), 388px);
  background: #ffffff;
  background-image: url("../img/pc/sec08_01.webp"), url("../img/pc/sec08_03.webp");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 47.91666667%, 56.25%;
}
.sec08__container {
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
}
.sec08__heading {
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.sec08__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(56 / 1080 * 100vw), 56px);
  line-height: 1.2;
  letter-spacing: 0.14em;
  color: #f16889;
  text-align: center;
  position: relative;
  padding-bottom: min(calc(72 / 1080 * 100vw), 72px);
}
.sec08__heading-main span {
  color: #42413d;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
}
.sec08__heading-main::after {
  content: "";
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background: #f16889;
  position: absolute;
  bottom: max(calc(-16 / 1080 * 100vw), -16px);
  left: 50%;
  transform: translateX(-50%);
}
.sec08__content {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec08__plans {
  display: flex;
  flex-direction: column;
  gap: min(calc(36 / 1080 * 100vw), 36px);
  position: relative;
  padding-bottom: min(calc(66 / 1080 * 100vw), 66px);
}
.sec08__plans::after {
  content: "";
  width: min(calc(2 / 1080 * 100vw), 2px);
  height: min(calc(50 / 1080 * 100vw), 50px);
  background: #f16889;
  position: absolute;
  bottom: max(calc(-8 / 1080 * 100vw), -8px);
  left: 50%;
  transform: translateX(-50%);
}
.sec08__plan {
  width: 100%;
  border-radius: min(calc(16 / 1080 * 100vw), 16px);
  overflow: hidden;
  box-shadow: 0px 0px min(calc(24 / 1080 * 100vw), 24px) 0px rgba(0, 0, 0, 0.25);
}
.sec08__plan.--rakuraku {
  border: min(calc(6 / 1080 * 100vw), 6px) solid #f16889;
}
.sec08__plan.--mykimono {
  border: min(calc(4 / 1080 * 100vw), 4px) solid #ac8eb5;
}
.sec08__plan-header {
  padding: min(calc(25 / 1080 * 100vw), 25px) min(calc(30 / 1080 * 100vw), 30px);
  text-align: center;
}
.--rakuraku .sec08__plan-header {
  background: linear-gradient(90deg, #ec008c 0%, #fc6767 100%);
}
.--mykimono .sec08__plan-header {
  background: #ac8eb5;
  padding: min(calc(10 / 1080 * 100vw), 10px);
}
.sec08__plan-course {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #ffffff;
}
.sec08__plan-name {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #ffffff;
}
.--mykimono .sec08__plan-name {
  font-size: min(calc(32 / 1080 * 100vw), 32px);
}
.sec08__plan-body {
  padding: min(calc(32 / 1080 * 100vw), 32px) min(calc(42 / 1080 * 100vw), 42px) min(calc(40 / 1080 * 100vw), 40px);
  display: flex;
  align-items: flex-start;
}
.sec08__plan-col {
  width: 50%;
}
.sec08__price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec08__plan-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #42413d;
  text-align: center;
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
.sec08__price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(4 / 1080 * 100vw), 4px);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
}
.sec08__price-term {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  padding: min(calc(8 / 1080 * 100vw), 8px);
  border-radius: 10px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  width: min(calc(314 / 1080 * 100vw), 314px);
}
.sec08__price-term span {
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  font-weight: normal;
}
.--rakuraku .sec08__price-term {
  background: #f16889;
}
.--mykimono .sec08__price-term {
  background: #ac8eb5;
}
.sec08__price-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(14 / 1080 * 100vw), 14px);
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.--rakuraku .sec08__price-time {
  color: #f16889;
}
.--mykimono .sec08__price-time {
  color: #ac8eb5;
}
.sec08__price {
  display: flex;
  align-items: flex-end;
  gap: min(calc(6 / 1080 * 100vw), 6px);
  position: relative;
}
.sec08__price-currency {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(60 / 1080 * 100vw), 60px);
  line-height: 1;
}
.--rakuraku .sec08__price-currency {
  color: #fb5f6a;
}
.--mykimono .sec08__price-currency {
  color: #42413d;
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.sec08__price-amount {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(70 / 1080 * 100vw), 70px);
  line-height: 1;
}
.sec08__price-amount span {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.--rakuraku .sec08__price-amount {
  color: #fb5f6a;
}
.--mykimono .sec08__price-amount {
  color: #42413d;
}
.sec08__price-unit {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  color: #42413d;
}
.sec08__price-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(12 / 1080 * 100vw), 12px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #42413d;
  padding-bottom: min(calc(8 / 1080 * 100vw), 8px);
  position: absolute;
  right: 0;
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
.sec08__present {
  background: #fff2cd;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: min(calc(10 / 1080 * 100vw), 10px);
  margin-top: min(calc(16 / 1080 * 100vw), 16px);
  margin-left: min(calc(6 / 1080 * 100vw), 6px);
  padding: min(calc(18 / 1080 * 100vw), 18px) min(calc(18 / 1080 * 100vw), 18px) min(calc(18 / 1080 * 100vw), 18px) min(calc(158 / 1080 * 100vw), 158px);
}
.sec08__present-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--naganuma-text_gray, #42413d);
  text-align: center;
}
.sec08__present-image {
  width: min(calc(204 / 1080 * 100vw), 204px);
  position: absolute;
  left: max(calc(-42 / 1080 * 100vw), -42px);
  top: 50%;
  transform: translate(0, -44%);
}
.sec08__present-lists {
  margin: min(calc(24 / 1080 * 100vw), 24px) auto 0;
  width: fit-content;
}
.sec08__present-list {
  color: var(--naganuma-text_gray, #42413d);
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.4; /* 22.4px */
  padding-left: 1em;
  position: relative;
}
.sec08__present-list::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1;
}
.sec08 .--mykimono .sec08__plan-body {
  align-items: center;
}
.sec08 .--mykimono .sec08__price-currency {
  font-size: min(calc(50 / 1080 * 100vw), 50px);
}
.sec08 .--mykimono .sec08__price-amount {
  font-size: min(calc(56 / 1080 * 100vw), 56px);
}
.sec08 .--mykimono .sec08__price-amount span {
  font-size: min(calc(42 / 1080 * 100vw), 42px);
}
.sec08 .--mykimono .sec08__plan-description span {
  color: #ac8eb5;
}
.sec08__details {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec08__details-box {
  background: #f4f7fe;
  border-radius: 16px;
  padding: min(calc(48 / 1080 * 100vw), 48px) min(calc(60 / 1080 * 100vw), 60px);
  box-shadow: 0px 0px min(calc(24 / 1080 * 100vw), 24px) 0px rgba(0, 0, 0, 0.25);
}
.sec08__details-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #333333;
  text-align: center;
  margin-bottom: min(calc(32 / 1080 * 100vw), 32px);
}
.sec08__details-content {
  display: flex;
  gap: min(calc(32 / 1080 * 100vw), 32px);
}
.sec08__detail-item {
  width: 100%;
}
.sec08__detail-header {
  display: flex;
  align-items: center;
  padding: min(calc(12.5 / 1080 * 100vw), 12.5px) min(calc(40 / 1080 * 100vw), 40px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #ffffff;
  background: linear-gradient(90deg, #e8899d 0%, #dabfe2 100%);
  margin-bottom: min(calc(8 / 1080 * 100vw), 8px);
  position: relative;
}
.sec08__detail-header::after {
  content: "";
  width: min(calc(97 / 1080 * 100vw), 97px);
  aspect-ratio: 1/1;
  position: absolute;
  right: min(calc(28 / 1080 * 100vw), 28px);
  bottom: max(calc(-10 / 1080 * 100vw), -10px);
}
.--jitsugi .sec08__detail-header::after {
  background: url("../img/common/icon_jitsugi.svg") no-repeat center/contain;
}
.--kougi .sec08__detail-header::after {
  background: url("../img/common/icon_kougi.svg") no-repeat center/contain;
}
.sec08__detail-list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}
.sec08__detail-list-item {
  padding-left: 1.5em;
  position: relative;
}
.sec08__detail-list-item span {
  font-size: min(calc(12 / 1080 * 100vw), 12px);
}
.sec08__detail-list-item::before {
  content: "•";
  position: absolute;
  left: 0.25em;
  top: 50%;
  transform: translateY(-55%);
  font-size: min(calc(32 / 1080 * 100vw), 32px);
  line-height: 1;
}
.sec08__qualification {
  display: flex;
  align-items: center;
  gap: min(calc(74 / 1080 * 100vw), 74px);
  position: relative;
}
.sec08__qualification::after {
  content: "";
  width: min(calc(97 / 1080 * 100vw), 97px);
  aspect-ratio: 1/1;
  background: url("../img/common/icon_shikaku.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: min(calc(46 / 1080 * 100vw), 46px);
  transform: translate(0, -50%);
}
.sec08__qualification-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(38 / 1080 * 100vw), 38px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #333333;
}
.sec08__qualification-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(24 / 1080 * 100vw), 24px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #f16889;
}

@media screen and (max-width: 767px) {
  .sec08 {
    padding: calc(540 / 750 * 100vw) calc(30 / 750 * 100vw) calc(520 / 750 * 100vw);
    background-image: url("../img/sp/sec08_01.webp"), url("../img/sp/sec08_03.webp");
    background-size: 100%, 100%;
  }
  .sec08__container {
    max-width: 100%;
  }
  .sec08__heading {
    margin-bottom: calc(59 / 750 * 100vw);
  }
  .sec08__heading-main {
    font-size: calc(64 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec08__heading-main span {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec08__heading-main::after {
    width: calc(4 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
  .sec08__content {
    gap: calc(48 / 750 * 100vw);
  }
  .sec08__plans {
    gap: calc(48 / 750 * 100vw);
    padding-bottom: calc(80 / 750 * 100vw);
  }
  .sec08__plans::after {
    width: calc(4 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
  }
  .sec08__plan {
    border-radius: calc(24 / 750 * 100vw);
  }
  .sec08__plan.--mykimono {
    border: calc(6 / 750 * 100vw) solid #ac8eb5;
  }
  .sec08__plan-header {
    padding: calc(12 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .--mykimono .sec08__plan-header {
    padding: calc(12 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .sec08__plan-course {
    font-size: calc(38 / 750 * 100vw);
  }
  .--rakuraku .sec08__plan-name {
    font-size: calc(56 / 750 * 100vw);
  }
  .--mykimono .sec08__plan-name {
    font-size: calc(42 / 750 * 100vw);
  }
  .sec08__plan-body {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(56 / 750 * 100vw);
    flex-direction: column;
  }
  .--mykimono .sec08__plan-body {
    padding-bottom: calc(20 / 750 * 100vw);
  }
  .sec08__plan-col {
    width: 100%;
  }
  .sec08__price-container {
    width: 100%;
    gap: calc(24 / 750 * 100vw);
    flex-direction: row;
    justify-content: center;
  }
  .sec08__plan-description {
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
  .sec08__price-info {
    gap: calc(16 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
  .sec08__price-term {
    font-size: calc(32 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0 calc(15 / 750 * 100vw);
    gap: calc(0 / 750 * 100vw);
    flex-direction: column;
    align-items: center;
    line-height: 1.4;
    border-radius: calc(10 / 750 * 100vw);
  }
  .sec08__price-term span {
    font-size: calc(24 / 750 * 100vw);
  }
  .sec08__price-time {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
  }
  .--rakuraku .sec08__price-currency {
    font-size: calc(80 / 750 * 100vw);
  }
  .--mykimono .sec08__price-currency {
    font-size: calc(60 / 750 * 100vw);
  }
  .sec08__price-amount {
    letter-spacing: -0.02em;
  }
  .--rakuraku .sec08__price-amount {
    font-size: calc(90 / 750 * 100vw);
  }
  .--mykimono .sec08__price-amount {
    font-size: calc(67.5 / 750 * 100vw);
  }
  .--rakuraku .sec08__price-amount span {
    font-size: calc(70 / 750 * 100vw);
  }
  .--mykimono .sec08__price-amount span {
    font-size: calc(50 / 750 * 100vw);
  }
  .sec08__price-unit {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec08__price-tax {
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(28 / 750 * 100vw);
    right: -0.5em;
  }
  .sec08__present {
    margin-top: calc(20 / 750 * 100vw);
    margin-left: 0;
    padding: calc(30 / 750 * 100vw) calc(19 / 750 * 100vw) calc(30 / 750 * 100vw) calc(229 / 750 * 100vw);
    justify-content: flex-end;
    width: calc(570 / 750 * 100vw);
  }
  .sec08__present-image {
    width: calc(380 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
    left: calc(-55 / 750 * 100vw);
  }
  .sec08__present-text {
    font-size: calc(34 / 750 * 100vw);
    margin-bottom: calc(24 / 750 * 100vw);
  }
  .sec08__present-list {
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
  .sec08__present-list::before {
    font-size: calc(40 / 750 * 100vw);
    transform: translateY(-60%);
  }
  .sec08 .--mykimono .sec08__price-currency {
    font-size: calc(60 / 750 * 100vw);
  }
  .sec08 .--mykimono .sec08__price-amount {
    font-size: calc(66 / 750 * 100vw);
  }
  .sec08 .--mykimono .sec08__price-amount span {
    font-size: calc(52 / 750 * 100vw);
  }
  .sec08__details-box {
    padding: calc(56 / 750 * 100vw) calc(60 / 750 * 100vw);
    border-radius: calc(24 / 750 * 100vw);
  }
  .sec08__details-title {
    font-size: calc(48 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .sec08__details-content {
    flex-direction: column;
  }
  .sec08__detail-header {
    padding: calc(4 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    margin-bottom: calc(16 / 750 * 100vw);
  }
  .sec08__detail-header::after {
    width: calc(114 / 750 * 100vw);
    right: calc(20 / 750 * 100vw);
    bottom: calc(-24 / 750 * 100vw);
  }
  .sec08__detail-list {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec08__detail-list-item span {
    font-size: calc(20 / 750 * 100vw);
  }
  .sec08__detail-list-item::before {
    font-size: calc(40 / 750 * 100vw);
  }
  .sec08__qualification {
    flex-direction: column;
    gap: calc(8 / 750 * 100vw);
    text-align: left;
    align-items: flex-start;
  }
  .sec08__qualification::after {
    width: calc(149 / 750 * 100vw);
    margin-top: calc(0 / 750 * 100vw);
    right: 0;
  }
  .sec08__qualification-title {
    font-size: calc(48 / 750 * 100vw);
  }
  .sec08__qualification-name {
    font-size: calc(34 / 750 * 100vw);
  }
}
.sec09 {
  position: relative;
  background: #fff;
  padding: min(calc(80 / 1080 * 100vw), 80px) min(calc(500 / 1080 * 100vw), 500px) min(calc(100 / 1080 * 100vw), 100px);
}
.sec09__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(64 / 1080 * 100vw), 64px);
}
.sec09__heading-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(calc(16 / 1080 * 100vw), 16px);
  width: min(calc(404 / 1080 * 100vw), 404px);
}
.sec09__heading-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #42413d;
  text-align: center;
}
.sec09__heading-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(46 / 1080 * 100vw), 46px);
  line-height: 1.4;
  letter-spacing: 0.14em;
  color: #42413d;
  text-align: center;
}
.sec09__container {
  max-width: 100%;
  margin: 0 auto;
}
.sec09 .adlp-accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: min(calc(40 / 1080 * 100vw), 40px);
}
.sec09__faq {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.sec09__faq .adlp-accordion__header {
  padding: 0 0 min(calc(30 / 1080 * 100vw), 30px);
  cursor: pointer;
  position: relative;
  border-bottom: min(calc(2 / 1080 * 100vw), 2px) solid #f16889;
}
.sec09__faq .adlp-accordion__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: max(calc(0 / 1080 * 100vw), 0px);
  transform: translateY(-150%) rotate(180deg);
  width: min(calc(30 / 1080 * 100vw), 30px);
  height: auto;
  aspect-ratio: 25/12;
  background: url("../img/common/icon_arrow_pink.svg") no-repeat center/contain;
}
.sec09__faq .adlp-accordion__header.--open::after {
  transform: translateY(-150%) rotate(0deg);
}
.sec09__faq .adlp-accordion__header__inner {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}
.sec09__faq .adlp-accordion__body {
  background: #fff;
  display: none;
}
.sec09__faq .adlp-accordion__body.--open {
  display: block;
}
.sec09__faq .adlp-accordion__body__inner {
  padding: min(calc(30 / 1080 * 100vw), 30px) 0 0;
}
.sec09__question {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(calc(22 / 1080 * 100vw), 22px);
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333333;
  width: 100%;
  text-align: left;
}
.sec09__answer p {
  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: justify;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec09 {
    padding: calc(96 / 750 * 100vw) calc(59 / 750 * 100vw) calc(120 / 750 * 100vw);
  }
  .sec09__heading {
    gap: calc(24 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .sec09__heading-content {
    gap: calc(24 / 750 * 100vw);
    width: 100%;
  }
  .sec09__heading-sub {
    font-size: calc(38 / 750 * 100vw);
  }
  .sec09__heading-main {
    font-size: calc(56 / 750 * 100vw);
  }
  .sec09 .adlp-accordion__wrapper {
    gap: calc(56 / 750 * 100vw);
  }
  .sec09__faq {
    border-radius: 0;
  }
  .sec09__faq .adlp-accordion__header {
    padding: 0 0 calc(40 / 750 * 100vw);
    min-height: calc(102 / 750 * 100vw);
  }
  .sec09__faq .adlp-accordion__header::after {
    width: calc(40 / 750 * 100vw);
  }
  .sec09__faq .adlp-accordion__body__inner {
    padding: calc(40 / 750 * 100vw) 0 0;
  }
  .sec09__question {
    font-size: calc(32 / 750 * 100vw);
  }
  .sec09__answer p {
    font-size: calc(26 / 750 * 100vw);
  }
}
.sec10 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sec10__container {
  position: absolute;
  inset: 0;
  z-index: 2;
  max-width: min(calc(920 / 1080 * 100vw), 920px);
  margin: 0 auto;
  padding-top: min(calc(60 / 1080 * 100vw), 60px);
}
.sec10__message-boxes {
  display: flex;
  flex-direction: column;
  gap: min(calc(20 / 1080 * 100vw), 20px);
  width: min(calc(440 / 1080 * 100vw), 440px);
  margin-top: min(calc(40 / 1080 * 100vw), 40px);
}
.sec10__message-box {
  background: #ffffff;
  box-shadow: min(calc(6 / 1080 * 100vw), 6px) min(calc(6 / 1080 * 100vw), 6px) 0px 0px rgb(204, 167, 181);
  padding: min(calc(6 / 1080 * 100vw), 6px) min(calc(28 / 1080 * 100vw), 28px);
  border-radius: 0;
  width: fit-content;
}
.sec10__message-box span {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: min(calc(28 / 1080 * 100vw), 28px);
  line-height: 1.4;
}
.sec10__message-box:nth-child(2) {
  align-self: flex-end;
}
.sec10__main-text {
  display: flex;
  flex-direction: column;
  gap: min(calc(16 / 1080 * 100vw), 16px);
}
.sec10__text-line {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(10 / 1080 * 100vw), 10px);
}
.sec10__text-group {
  display: flex;
  flex-wrap: wrap;
}
.sec10__text-intro {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: min(calc(42 / 1080 * 100vw), 42px);
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .sec10__container {
    max-width: 100%;
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
  }
  .sec10__content {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    gap: calc(60 / 750 * 100vw);
    height: 100%;
  }
  .sec10__main-text {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: calc(16 / 750 * 100vw);
    margin-right: calc(448 / 750 * 100vw);
  }
  .sec10__text-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(10 / 750 * 100vw);
  }
  .sec10__text-line:first-child {
    margin-top: 2em;
  }
  .sec10__text-line:last-child {
    align-self: flex-end;
  }
  .sec10__text-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .sec10__text-intro {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.2;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .sec10__text-highlight {
    font-size: calc(54 / 750 * 100vw);
    line-height: 1.12;
    white-space: pre-line;
  }
  .sec10__message-boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: calc(20 / 750 * 100vw);
    width: auto;
    margin-top: 0;
  }
  .sec10__message-box {
    box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0px 0px rgb(204, 167, 181);
    padding: calc(6 / 750 * 100vw) calc(28 / 750 * 100vw);
    width: fit-content;
  }
  .sec10__message-box span {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1.4;
    letter-spacing: 0.14em;
  }
  .sec10__message-box:nth-child(1) {
    align-self: baseline;
  }
  .sec10__message-box:nth-child(2) {
    align-self: center;
  }
}
/*# sourceMappingURL=lp.css.map */
