@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Serif JP", serif !important;
  color: #333 !important;
  font-weight: 500;
}

p {
  line-height: 1.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

video,
svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.h2-sub {
  color: #FFEAF3;
  font-size: min(18.3vw, 154px);
  font-family: "Caveat", cursive;
  text-align: center;
}

.h2 {
  color: #EB73A5;
  font-size: min(4.3vw, 36px);
  font-weight: 600;
  margin-top: -3em;
  text-align: center;
}

.strong {
  font-size: 1.1em;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #FFF7B8 60%);
}

@media screen and (max-width:768px) {
  .h2-sub {
    font-size: 29.9vw;
  }

  .h2 {
    font-size: 8vw;
    margin-top: -2.8em;
  }
}

.container {
  background-color: #fff;
  max-width: 1920px;
  margin-inline: auto;
}

.l-container-inner {
  max-width: 840px;
  margin-inline: auto;
}

@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}

/* mv ---------------------------------------- */
.mv.pc {
  padding-bottom: min(10dvh, 80px);
  position: relative;
}

.mv.pc .mv-inner {
  display: flex;
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  position: relative;
}

.mv.pc .mv-text {
  flex: 1;
  text-align: center;
}

.mv.pc .mv-text img {
  width: min(85%, 402px);
}

.mv.pc .mv-movie {
  max-width: 69%;
  max-height: 100dvh;
  position: relative;
}

.mv.pc .mv-movie video {
  max-height: 90dvh;
}

.mv.pc .mv-logo {
  width: 12%;
  position: absolute;
  top: 15px;
  right: 15px;
}

.mv.sp .mv-inner {
  position: relative;
}

.mv.sp .mv-layer-1 {
  background-color: #fff;
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 11;
}

.mv.sp .mv-text1 {
  color: #EB73A5;
  font-size: 6.1vw;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.8;
  opacity: 0;
}

.mv-text1 p span {
  display: inline-block;
}

.mv.sp .mv-text2 {
  text-align: right;
  padding-bottom: 5%;
}

.mv.sp .mv-movie {
  padding-bottom: 67px;
  position: relative;
}

.mv.sp .mv-logo {
  width: 19%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.mv.sp .mv-text1 img {
  width: 35%;
}

.mv.sp .mv-text2 img {
  width: 95%;
}

.p-mainVisual__scroll {
  bottom: 16px;
  color: #fff;
  left: 50%;
  opacity: .75;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity .25s;
  z-index: 9;
}

.p-mainVisual__scrollArrow {
  -webkit-animation: FloatVertical 3s ease-in-out infinite alternate;
  animation: FloatVertical 3s ease-in-out infinite alternate;
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 20px;
}

.p-mainVisual__scrollLabel {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  letter-spacing: var(--swl-letter_spacing, 1px);
  line-height: 1;
  padding-top: 4px;
}

/* campaign ---------------------------------------- */
.campaign {
  background-color: #FFEAF3;
  padding-top: 24px;
  padding-bottom: 48px;
}

.campaign .p1 {
  color: #EB73A5;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: -0.5em;
}

.campaign .p1 span {
  font-size: 1.5em;
}

.campaign .p2 {
  color: #606060;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.campaign-remaining {
  width: 173px;
  margin-inline: auto;
  -webkit-animation: FloatVertical 2s ease-in-out infinite alternate;
  animation: FloatVertical 2s ease-in-out infinite alternate;
}

.campaign-description {
  width: min(98%, 1132px);
  margin-inline: auto;
}

@media screen and (max-width:768px) {

  .campaign .p1,
  .campaign .p2 {
    font-size: 9.6vw;
  }

  .campaign-remaining {
    width: 46%;
  }
}

/* worry ---------------------------------------- */
.worry {
  background-image: url(../images/lp-4/worry-bg-pc.jpg);
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 56px;
  padding-bottom: 160px;
  overflow-x: hidden;
}

.worry .l-container {
  background-image: url(../images/lp-4/worry-img2.png), url(../images/lp-4/worry-img1.png);
  background-size: 24%, 21%;
  background-position: right 92%, 97% 4%;
  background-repeat: no-repeat;
}

.worry .p1 {
  font-size: min(3.2vw, 27px);
  color: #F5B2CE;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  margin-bottom: 2em;
}

.worry .p2 {
  font-size: min(2.1vw, 18px);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  margin-bottom: 3em;
}

.worry ul {
  font-size: min(2.6vw, 22px);
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  margin-bottom: 2.5em;
}

.worry ul li {
  line-height: 2;
  margin-bottom: 1em;
  background-image: url(../images/lp-4/list-circle.png);
  background-size: 1.5em;
  background-position: left 0.25em;
  background-repeat: no-repeat;
  padding-left: 1.75em;
}

.worry ul li span {
  display: inline-block;
  background-image: url(../images/lp-4/wave.png);
  background-position: bottom;
  background-size: 1em;
  background-repeat: repeat-x;
}

@media screen and (max-width:768px) {
  .worry {
    background-image: url(../images/lp-4/worry-img2.png), url(../images/lp-4/worry-img1.png), url(../images/lp-4/worry-bg-sp.jpg);
    background-size: 44%, 40%, cover;
    background-position: 50% 85%, 107% 22%, center bottom;
    background-repeat: no-repeat;
    padding-top: 8%;
    padding-bottom: 13%;
  }

  .worry .l-container {
    background-image: none;
  }

  .worry .p1 {
    font-size: 5.9vw;
  }

  .worry .p2 {
    font-size: 4vw;
  }

  .worry ul {
    font-size: 4.8vw;
    margin-bottom: 60%;
  }
}

/* positive ---------------------------------------- */
.positive {
  margin-top: -40px;
  padding-bottom: 72px;
  overflow-x: hidden;
}

.positive-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}

.positive-item:nth-child(odd) .positive-img {
  order: 1;
}

.positive-item3 {
  margin-bottom: 7%;
}

.positive-item1 .positive-img {
  flex-basis: 20%;
}

.positive-item2 .positive-img {
  flex-basis: 29%;
}

.positive-item3 .positive-img {
  flex-basis: 39%;
}

.positive .p1 {
  color: #EB73A5;
  font-size: min(3.1vw, 26px);
  font-weight: 600;
  text-align: center;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 1),
    0 5px 10px rgba(255, 255, 255, 1),
    5px 0 10px rgba(255, 255, 255, 1),
    0 -5px 10px rgba(255, 255, 255, 1),
    -5px 0 10px rgba(255, 255, 255, 1);
  z-index: 1;
}

.positive-item3 .p1 {
  margin-top: 10%;
}

.positive .p2 {
  font-size: min(2.9vw, 20px);
  text-align: center;
  margin-bottom: 0.5em;
}

.positive .p3 {
  font-size: min(3.3vw, 28px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.positive .p3 span {
  background: linear-gradient(transparent 75%, #FF96C7 75%, #FFE0EA);
}

@media screen and (max-width:768px) {
  .positive {
    margin-top: -5%;
    padding-bottom: 12%;
  }

  .positive-item {
    margin-top: -12%;
  }

  .positive-item:first-child {
    margin-top: 0;
  }

  .positive-item3 {
    margin-bottom: 14%;
  }

  .positive-item1 .positive-img img {
    width: 225%;
    max-width: unset;
    position: relative;
    right: 81%;
  }

  .positive-item2 .positive-img img {
    width: 492%;
    max-width: unset;
    position: relative;
    right: 157%;
  }

  .positive-item3 .positive-img img {
    width: 178%;
    max-width: unset;
    position: relative;
    right: 30%;
  }

  .positive .p1 {
    font-size: 5.6vw;
    line-height: 1.6;
    white-space: nowrap;
  }

  .positive-item3 .p1 {
    margin-top: 20%;
  }

  .positive .p2 {
    font-size: 5.3vw;
  }

  .positive .p3 {
    font-size: 7.5vw;
  }
}

/* reason ---------------------------------------- */
.reason .h2-wrap {
  margin-top: -194px;
}

.reason-bg-1 {
  overflow: hidden;
}

.reason-bg-1 svg {
  width: 1920px;
  margin-inline: calc(50% - 960px);
}

.reason-bg-2 {
  background-color: #f8f8f8;
  margin-top: -33px;
  padding-top: 33px;
  padding-bottom: 64px;
}

.reason-num {
  color: #EB73A5;
  font-size: min(18.3vw, 154px);
  font-family: "Caveat", cursive;
  line-height: 1;
  text-align: center;
}

.reason .p1 {
  font-size: min(2.6vw, 22px);
  font-weight: 600;
  text-align: center;
}

.reason .p2 {
  font-size: min(3.5vw, 29px);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.reason-img {
  margin-bottom: 2em;
}

.reason .p3 {
  font-size: min(2.1vw, 18px);
  margin-bottom: 2em;
}

.reason1-flow {
  margin-bottom: -6%;
}

.voice-item {
  background-color: #fff;
  padding: 7%;
  margin-bottom: 6%;
}

.voice-img-1 {
  margin-bottom: 2em;
}

.reason .p4 {
  color: #EB73A5;
  font-size: min(2.9vw, 24px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

.reason .p5 {
  font-size: min(2.1vw, 18px);
  text-align: center;
  margin-bottom: 2em;
}

.reason .p6 {
  color: #808080;
  font-size: min(1.9vw, 16px);
  text-align: center;
  margin-bottom: 3em;
}

.voice-line {
  width: 46%;
  margin-inline: auto;
  margin-bottom: 1em;
}

.reason-free {
  width: 65%;
  margin-inline: auto;
}

@media screen and (max-width:768px) {
  .reason .h2-wrap {
    margin-top: -26%;
  }

  .reason-bg-1 svg {
    width: 100%;
    margin: unset;
  }

  .reason-bg-2 {
    margin-top: -18.3%;
    padding-top: 18.3%;
    padding-bottom: 9%;
  }

  .reason-num {
    font-size: 29.9vw;
  }

  .reason .p1 {
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 0.75em;
  }

  .reason .p2 {
    font-size: 6.4vw;
    line-height: 1.6;
  }

  .reason-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
    margin-bottom: 1.5em;
  }

  .reason .p3 {
    font-size: 4vw;
  }

  .reason1-flow {
    margin-bottom: -35%;
  }

  .reason1-flow img {
    width: 103%;
    max-width: unset;
  }

  .voice-item {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
    padding: 0 5.5% 11%;
    margin-bottom: 0;
  }

  .voice-img-1,
  .voice-img-2 {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
  }

  .reason .p4 {
    font-size: 5.3vw;
    line-height: 1.4;
  }

  .reason .p5 {
    font-size: 4vw;
  }

  .reason .p6 {
    font-size: 3.7vw;
  }

  .voice-line {
    width: 84%;
  }

  .reason-free {
    width: 97%;
  }

  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }

  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }

  .scroll-infinity__list--left {
    animation: infinity-scroll-left 10s infinite linear 0.5s both;
  }

  .scroll-infinity__item {
    width: 100vw;
  }

  .scroll-infinity__item>img {
    width: 100%;
  }
}

/* course ---------------------------------------- */
.course {
  padding-bottom: 64px;
}

.course .h2-wrap {
  margin-bottom: 1.5em;
}

.course .p1 {
  font-size: min(2.1vw, 18px);
  text-align: center;
  margin-bottom: 2em;
}

.course-description {
  margin-bottom: 6%;
}

.course .p2 {
  color: #EB73A5;
  font-size: min(2.9vw, 24px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1em;
}

.course .p3 {
  font-size: min(2.9vw, 24px);
  line-height: 1.6;
  text-align: center;
}

.course .p3 span {
  background: linear-gradient(transparent 75%, #FF96C7 75%, #FFE0EA);
}

.course-img {
  width: 17%;
  margin-inline: auto;
  margin-bottom: 1.5em;
}

@media screen and (max-width:768px) {
  .course {
    padding-bottom: 12%;
  }

  .course .p1 {
    font-size: 4vw;
  }

  .course .p2,
  .course .p3 {
    font-size: 5.3vw;
  }

  .course-img {
    width: 36%;
  }
}

/* message ---------------------------------------- */
.message {
  background-color: #F8F8F8;
  padding-bottom: 64px;
}

.message .h2-wrap {
  margin-bottom: 2em;
}

.message-img {
  margin-bottom: 1em;
}

.message .p1 {
  font-size: min(2.1vw, 18px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5em;
}

.message .p2 {
  font-size: min(2.1vw, 18px);
}

.profile {
  border: 2px solid #bfbfbf;
  padding: 5%;
  margin-bottom: 2em;
}

.profile-ttl {
  font-weight: 700;
  margin-bottom: 1em;
}

.profile p span {
  color: #EB73A5;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .message {
    padding-bottom: 12%;
  }

  .message-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
  }

  .message .p1,
  .message .p2 {
    font-size: 4vw;
  }
}

/* flow ---------------------------------------- */
.flow {
  padding-bottom: 80px;
}

.flow .h2-wrap {
  margin-bottom: 4em;
}

.flow .p1 {
  display: inline-block;
  background-color: #EEEEEE;
  font-size: min(3.1vw, 26px);
  padding: 0.25em 1em;
  border-radius: 10px;
  margin-bottom: 2em;
}

.flow-item {
  margin-bottom: 5em;
}

.flow-item:last-child {
  margin-bottom: 0;
}

.flow-item-ttl {
  display: flex;
  margin-bottom: 1em;
}

.flow-num {
  display: inline-block;
  width: min(7.1vw, 60px);
  margin-right: 1em;
}

.flow .p2 {
  color: #EB73A5;
  font-size: min(3.1vw, 26px);
  font-weight: 600;
  line-height: 1.6;
  margin-top: 0.25em;
}

.flow .p3 {
  font-size: min(2.1vw, 18px);
}

@media screen and (min-width:769px) {
  .flow-item-inner {
    display: flex;
  }

  .flow-text {
    flex: 1;
    margin-right: 5%;
  }

  .flow-img {
    flex-basis: 45%;
  }
}

@media screen and (max-width:768px) {
  .flow {
    padding-bottom: 0;
  }

  .flow-num {
    width: 15%;
  }

  .flow .p2 {
    font-size: 5.6vw;
    margin-top: 0.4em;
  }

  .flow .p3 {
    font-size: 4vw;
    margin-bottom: 1em;
  }

  .flow-btn {
    margin-bottom: 2em;
  }

  .flow-img {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow-x: hidden;
  }
}

/* cta ---------------------------------------- */
.cta {
  background-color: #F5B2CE;
  padding-top: 56px;
  padding-bottom: 56px;
}

.cta-head {
  margin-bottom: -0.5em;
}

.cta .p1 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  width: 108%;
  margin-left: -4%;
  -webkit-animation: FloatVertical 2s ease-in-out infinite alternate;
  animation: FloatVertical 2s ease-in-out infinite alternate;
}

.cta .p1 span {
  font-size: 1.5em;
}

.cta-btn {
  width: 50%;
  margin-inline: auto;
  margin-bottom: 1em;
}

.cta-caution {
  background-color: #FFF7B8;
  border: 1px solid #FFF;
  width: fit-content;
  padding: 1em;
  margin-inline: auto;
}

.cta-caution p {
  color: #707070;
  font-weight: 600;
  font-size: min(2.3vw, 19px);
}

.cta-caution p span {
  color: #FF0000;
  font-weight: 700;
  font-size: 1.1em;
}

@media screen and (max-width:768px) {
  .cta-head {
    margin-bottom: 2em;
  }

  .cta .p1 {
    font-size: 6.4vw;
  }

  .cta-btn {
    width: 100%;
  }

  .cta-caution p {
    font-size: 4.3vw;
  }

}

/* faq ---------------------------------------- */
.faq {
  padding-bottom: 24px;
}

.faq .h2-wrap {
  margin-bottom: 2em;
}

.faq-list dt,
.faq-list dd {
  display: flex;
  padding: 1% 3%;
}

.faq-list dt {
  background-color: #FFEAF3;
  margin-bottom: 0.5em;
}

.faq-list dd {
  margin-bottom: 2em;
}

.faq-list .q-mark,
.faq-list .a-mark {
  color: #EB73A5;
  font-size: min(4.3vw, 36px);
  font-family: "Caveat", cursive;
  margin-right: 0.5em;
}

.faq-list p {
  font-size: min(2.1vw, 18px);
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

@media screen and (min-width:769px) {
  .faq-btn-wrap {
    display: flex;
    gap: 3%;
  }
}

@media screen and (max-width:768px) {
  .faq {
    padding-bottom: 0;
  }

  .faq-list .q-mark,
  .faq-list .a-mark {
    font-size: 8vw;
  }

  .faq-list p {
    font-size: 4vw;
  }

  .faq-btn {
    margin-bottom: 1em;
  }

  .faq-btn:last-child {
    margin-bottom: 0;
  }
}

/* info ---------------------------------------- */
.info {
  padding-top: 40px;
  padding-bottom: 48px;
  position: relative;
}

.info::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #F5B2CE;
  position: absolute;
  top: 0;
}

.info-logo {
  width: 21%;
  margin-inline: auto;
  margin-bottom: 3em;
}

.info-table {
  margin-bottom: 3em;
}

.info-table table {
  width: fit-content;
  margin-inline: auto;
}

.info-table th,
.info-table td {
  font-size: min(2.1vw, 18px);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.info-table th {
  color: #EB73A5;
  font-weight: 600;
  padding-right: 1em;
}

.info-map {
  width: 100%;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:768px) {
  .info {
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .info-logo {
    width: 45%;
  }

  .info-table th,
  .info-table td {
    font-size: 4vw;
  }
}

/* footer ---------------------------------------- */
.footer {
  background-color: #CD5989;
  padding-top: 40px;
  padding-bottom: calc(40px + 3em);
}

.footer-link {
  margin-inline: auto;
  margin-bottom: 1em;
}

.footer ul {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.footer li {
  border-right: 1px solid #fff;
  padding: 0 1em;
}

.footer li:last-child {
  border-right: none;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .copyright {
  color: #fff;
  text-align: center;
}

/* 追従バナー ---------------------------------------- */
.follow-banner {
  position: fixed;
  bottom: 5px;
  right: 2%;
  width: 96%;
  max-width: 360px;
  background-color: rgba(138, 178, 74, 0.9);
  color: #fff;
  border-radius: 5px;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s;
}

.follow-banner.show {
  opacity: 1;
}

.follow-banner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
}

.follow-banner-inner {
  padding: 1em;
  position: relative;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: 5px;
  background-color: #666;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

/* lp-4-2 */
.lp-4-2 .w640 {
  max-width: 640px;
  margin-inline: auto;
}

.lp-4-2 .w480 {
  max-width: 480px;
  margin-inline: auto;
}

.lp-4-2 .fv {
  padding-bottom: min(6%, 60px);
}

.lp-4-2 .campaign .p1 {
  margin-bottom: -1em;
}

.lp-4-2 .campaign .p2 span {
  font-size: 1.5em;
}

.lp-4-2 .campaign-description {
  max-width: 759px;
  margin-inline: auto;
}

.lp-4-2 .cta1,
.lp-4-2 .cta4 {
  padding-top: min(4%, 40px);
  padding-bottom: min(8%, 80px);
}

.lp-4-2 .cta2,
.lp-4-2 .cta3 {
  padding-bottom: min(8%, 80px);
}

.lp-4-2 .w480 .cta-btn {
  width: 88%;
  margin-inline: auto;
}

.lp-4-2 .voice-img-2 {
  margin-bottom: 1em;
}

.lp-4-2 .risk-ba,
.lp-4-2 .point {
  margin-bottom: 2em;
}

.lp-4-2 .reason .p3 span.pink {
  color: #EB73A5;
  font-size: 1.1em;
  font-weight: 700;
}

.lp-4-2 .course {
  background-color: #FFEAF3;
}

.lp-4-2 .course .h2-sub {
  color: #fff;
}

.lp-4-2 .course .gentei {
  margin-bottom: 3em;
}

.lp-4-2 .course-description {
  margin-bottom: 2em;
}

.lp-4-2 .course .p1 {
  color: #EB73A5;
  font-size: 1.6em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
}

.lp-4-2 .voice2 {
  padding-bottom: min(4%, 40px);
}

.lp-4-2 .voice2 .h2-wrap {
  margin-bottom: 2em;
}

.lp-4-2 .message-img {
  width: 70%;
}

.lp-4-2 .shop .h2-wrap {
  margin-bottom: 2em;
}

.lp-4-2 .shop-table table {
  width: 100%;
  border: 1px solid #EB73A5;
}

.lp-4-2 .shop-table th,
.lp-4-2 .shop-table td {
  text-align: center;
  padding: 0.75em;
}

.lp-4-2 .shop-table th {
  background-color: #EB73A5;
  color: #fff;
}


@media screen and (min-width:769px) {
  .lp-4-2 .voice-img-2 {
    max-width: 640px;
    margin-inline: auto;
  }

  .lp-4-2 .course-item-wrap {
    display: flex;
    column-gap: 1%;
    margin-bottom: 3em;
  }
}

@media screen and (max-width:768px) {
  .lp-4-2 .course-item-wrap {
    margin-bottom: 2.5em;
  }

  .lp-4-2 .course-item {
    margin-bottom: 1em;
  }

  .lp-4-2 .faq {
    padding-bottom: 8%;
  }

  .lp-4-2 .faq .l-container,
  .lp-4-2 .faq .l-container-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* FAQアコーディオン */
.lp-4-2 .faq__cat {
  background-color: #eb73a5;
  color: #fff;
  font-size: min(6.4vw, 32px);
  line-height: 1.2;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 2%;
}

.lp-4-2 .faq__item ul {
  color: #313131;
  font-size: min(3.7vw, 19px);
  width: 97%;
  margin: auto;
}

.lp-4-2 .faq__item button {
  background-color: #fcdfeb;
  position: relative;
  border: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
  padding: 0.5em 1em;
  margin-bottom: 2%;
}

.lp-4-2 .faq__a-wrap {
  height: 0;
  overflow: hidden;
  transition: .5s;
  margin: 0;
}

.lp-4-2 .faq__a-wrap p {
  padding: 0 1em 2em;

}

.lp-4-2 .faq__a-wrap p span {
  color: #eb73a5;
  font-weight: 500;
}

.lp-4-2 .faq__item ul.active {
  overflow-y: auto;
}

/* FAQアコーディオンここまで */