@charset "UTF-8";
.container {
  margin: 0 auto;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

p {
  letter-spacing: 0.1em;
  line-height: 150%;
}

@media (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* －－－－－－－－－－－ボタン－－－－－－－－－－－ */
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.9);
  }
}
/* －－－－－－－－－－－header－－－－－－－－－－－ */
.header {
  background-color: #fff;
}
@media (min-width: 751px) {
  .header {
    position: absolute;
    background-color: transparent;
    padding: 20px 0 0 min(9.7222222222vw, 200px);
    z-index: 999;
  }
}
.header h1 {
  padding: 15px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .header h1 {
    padding: 0;
    width: 26.3888888889vw;
  }
}
.header h1 a {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.header h1 a img {
  width: 100%;
}

/* －－－－－－－－－－－header-end－－－－－－－－－－－ */
/* －－－－－－－－－－－TOPセクション－－－－－－－－－－－ */
.section-top__read > :first-child {
  background-color: #f97483;
}
.section-top__read > :nth-child(2) {
  background-color: #ffa0ab;
}
.section-top__read p {
  padding: 15px min(6.4vw, 24px);
  color: #fff;
  font-size: min(5.3333333333vw, 20px);
  font-weight: 600;
}
.section-top__read p .big {
  font-size: min(8vw, 30px);
}
.section-top__read p .small {
  font-size: min(4.2666666667vw, 16px);
}
.section-top__read__wrapper {
  position: relative;
  background-image: url("../images/images/fvsp-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 84.8vw;
}
.section-top__read__wrapper__area {
  position: absolute;
  bottom: 10%;
  padding: 0 min(6.4vw, 24px);
  text-align: center;
}
.section-top__read__wrapper__area h2 {
  line-height: 1;
  color: #f97483;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
  font-weight: bold;
  font-size: clamp(16px, 6.6666666667vw, 40px);
  margin-bottom: 10px;
}
.section-top__read__wrapper__area p {
  color: #f97483;
  line-height: 1;
  font-size: 1.6rem;
  text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
  padding: 0;
}
@media (min-width: 751px) {
  .section-top__read__wrapper {
    background-image: url("../images/images/fvpc-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 35vw;
    padding: 60px min(37.3333333333vw, 140px);
  }
  .section-top__read__wrapper__copy {
    position: absolute;
    top: 18%;
    text-align: justify;
  }
  .section-top__read__wrapper__copy p {
    color: #f97483;
    padding: 0 0 0 2%;
    margin-bottom: 10px;
    font-size: clamp(16px, 1.25vw, 25px);
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
  .section-top__read__wrapper__copy p .big {
    font-size: clamp(16px, 1.7361111111vw, 25px);
  }
  .section-top__read__wrapper__copy__title h2 {
    color: #f97483;
    font-size: clamp(20px, 4.1666666667vw, 60px);
    margin-bottom: 5px;
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
    letter-spacing: 1px;
  }
  .section-top__read__wrapper__copy__title p {
    text-align: justify;
    color: #f97483;
    padding-left: 2%;
    margin: 0;
    font-size: 1.6rem;
    text-shadow: 0 0 1px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 10px #fff;
  }
  .section-top__read__wrapper__pc-section {
    position: absolute;
    bottom: 5%;
    width: 68%;
  }
  .section-top__read__wrapper__pc-section__list {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    row-gap: 20px;
  }
  .section-top__read__wrapper__pc-section__list__items {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: clamp(13px, 1.3888888889vw, 20px);
    line-height: 140%;
    padding: 1% 4%;
  }
  .section-top__read__wrapper__pc-section__list__items:last-child {
    width: 32.7777777778vw;
    max-width: 472px;
  }
  .section-top__read__wrapper__pc-section__list__items span {
    position: absolute;
    display: block;
    font-size: 2rem;
    color: #d89597;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .section-top__read__wrapper__pc-section__list__items::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #e2dfe0;
    top: -7px;
    left: 7px;
  }
}
@media screen and (min-width: 751px) and (max-width: 884px) {
  .section-top__read__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 64.7137150466vw;
    background-image: url("../images/images/fvpc-bg.webp");
    background-position: 90% 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .section-top__read__wrapper__copy {
    padding: 0;
  }
  .section-top__read__wrapper__pc-section {
    margin-top: 20px;
  }
  .section-top__read__wrapper__pc-section__list {
    flex-direction: column;
    gap: 10px;
    width: 74%;
  }
  .section-top__read__wrapper__pc-section__list__items {
    width: 100%;
    font-size: 1.4rem;
    padding: 2% 5%;
  }
  .section-top__read__wrapper__pc-section__list__items:last-child {
    width: initial;
    max-width: none;
  }
}

/* －－－－－－－－－－－TOPセクション-end－－－－－－－－－－－ */
/* －－－－－－－－－－－コンバージョンセクション－－－－－－－－－－－ */
.conversion {
  background-image: url("../images/images/conversion_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.conversion__container {
  padding: 40px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .conversion__container {
    padding: 60px min(37.3333333333vw, 140px);
  }
}
.conversion__container__read .sp {
  margin-bottom: 30px;
}
.conversion__container__read > :nth-child(3), .conversion__container__read > :nth-child(4) {
  margin-bottom: 30px;
}
.conversion__container__read > :nth-child(4) {
  display: inline-block;
  position: relative;
}
.conversion__container__read > :nth-child(4)::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/images/conversion_title_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 27px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}
.conversion__container__read > :nth-child(4)::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("../images/images/conversion_title_right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 27px;
  height: 29px;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
.conversion__container__read > :nth-child(3) {
  margin-bottom: 30px;
}
.conversion__container__read p {
  color: #fff;
}
.conversion__container__read p > .big {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 751px) {
  .conversion__container__read p > .big {
    font-size: 3rem;
  }
}
@media (min-width: 751px) {
  .conversion__container__read p {
    font-size: 2.5rem;
  }
}
.conversion__container__read a img {
  width: 100%;
  display: block;
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1000;
  animation-name: pulse;
}
@media (min-width: 751px) {
  .conversion__container__read a {
    max-width: 730px;
    margin: 0 auto 30px;
  }
}

/* －－－－－－－－－－－コンバージョンセクション-end－－－－－－－－－－－ */
/* －－－－－－－－－－－モバイル4つセクション－－－－－－－－－－－ */
.mobile-section {
  padding: 40px min(6.4vw, 24px);
  background-color: #fffafa;
}
@media (min-width: 751px) {
  .mobile-section {
    display: none;
  }
}
.mobile-section__list {
  list-style: none;
}
.mobile-section__list__items {
  position: relative;
  width: 87.2vw;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 2rem;
  line-height: 140%;
  padding: 30px 0;
}
.mobile-section__list__items span {
  position: absolute;
  display: block;
  font-size: 2rem;
  color: #d89597;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  text-align: left;
  letter-spacing: 0.1em;
}
.mobile-section__list__items::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #e2dfe0;
  top: -7px;
  left: 7px;
}

/* －－－－－－－－－－－モバイル4つセクション-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス01－－－－－－－－－－－ */
.section-service-01 {
  background-color: #fffafa;
}
.section-service-01__container {
  padding: 40px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .section-service-01__container {
    padding: 60px 24px;
  }
}
.section-service-01__container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #f16477;
  margin-bottom: 60px;
}
@media (min-width: 751px) {
  .section-service-01__container h2 {
    font-size: 2.5rem;
  }
}
.section-service-01__container h2 > .big {
  font-size: 2.5rem;
}
@media (min-width: 751px) {
  .section-service-01__container h2 > .big {
    font-size: 3.5rem;
  }
}
.section-service-01__container__table {
  max-width: 1160px;
  margin: 0 auto;
}
.section-service-01__container__table .table {
  width: 100%;
  margin: 20px 0;
  line-height: 2.1rem;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: min(3.4666666667vw, 20px);
}
.section-service-01__container__table .table th,
.section-service-01__container__table .table td {
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.section-service-01__container__table .table th {
  font-weight: bold;
}
.section-service-01__container__table .table thead tr th {
  text-align: center;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  color: #9ea3a8;
}
.section-service-01__container__table .table thead tr th:nth-child(2) {
  width: 30%;
  padding-top: 1rem;
}
.section-service-01__container__table .table thead tr th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: -0.3rem;
  right: -0.3rem;
  bottom: 0;
  z-index: -1;
  background: #f16477;
  border-radius: 2rem 2rem 0 0;
}
.section-service-01__container__table .table thead tr th:nth-child(3) {
  width: 25%;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-right: solid 1px #fff;
  position: relative;
  z-index: 10;
}
.section-service-01__container__table .table thead tr th:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.3rem;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #eeeeee;
}
.section-service-01__container__table .table thead tr th:nth-child(4) {
  width: 25%;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 10;
}
.section-service-01__container__table .table thead tr th:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #eeeeee;
}
.section-service-01__container__table .table thead tr th p {
  color: #fff;
}
.section-service-01__container__table .table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.section-service-01__container__table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #f1f1f1;
  line-height: 1.8;
  position: relative;
  z-index: 10;
  color: #fff;
}
.section-service-01__container__table .table tbody tr td:nth-child(1) {
  border: none;
  font-weight: 700;
  width: 15%;
}
.section-service-01__container__table .table tbody tr td:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #707070;
  border-bottom: solid 1px #fff;
}
.section-service-01__container__table .table tbody tr td:nth-child(2) {
  width: 30%;
  border-left: solid 0.6rem #f16477;
  border-right: solid 0.6rem #f16477;
  color: #f16477;
  font-weight: 700;
}
.section-service-01__container__table .table tbody tr td:nth-child(3), .section-service-01__container__table .table tbody tr td:nth-child(4) {
  color: #9ea3a8;
}
.section-service-01__container__table .table tbody tr > .border1::before {
  border-radius: 10px 0 0 0;
}
.section-service-01__container__table .table tbody tr > .border2::before {
  border-radius: 0 0 0 10px;
}
.section-service-01__container__table .table tbody tr > .after::after {
  content: "";
  position: absolute;
  bottom: -2.5rem;
  left: -0.6rem;
  right: -0.6rem;
  z-index: -1;
  border: solid 0.6rem #f16477;
  border-top: none;
  border-radius: 0 0 2rem 2rem;
  height: 3rem;
  background: #f9f9f9;
}
.section-service-01__container__table .table tbody tr .border-bottom {
  border-bottom: solid 0.6rem #f16477;
  width: 29.536vw;
}
.section-service-01__container__table .table tbody tr .border-radius::before {
  border-radius: 0 0 0 10px;
}

/* －－－－－－－－－－－サービス01-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス02－－－－－－－－－－－ */
.section-service-02__container {
  position: relative;
  padding: 40px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .section-service-02__container {
    padding: 60px min(37.3333333333vw, 140px);
  }
}
.section-service-02__container h2 {
  font-size: 2.5rem;
  color: #f16477;
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .section-service-02__container h2 {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
}
.section-service-02__container h2 .small {
  font-size: 2rem;
}
@media (min-width: 751px) {
  .section-service-02__container h2 .small {
    font-size: 2.5rem;
  }
}
.section-service-02__container__image {
  max-width: 660px;
  margin: 0 auto 40px;
}
.section-service-02__container__image img {
  width: 100%;
}
.section-service-02__container__list {
  list-style: none;
  text-align: left;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .section-service-02__container__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    max-width: 1000px;
  }
}
.section-service-02__container__list__items {
  max-width: 74%;
  margin: 0 auto 30px;
}
.section-service-02__container__list__items p {
  display: inline-block;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.section-service-02__container__list__items p::before {
  content: "";
  display: inline-block;
  background-image: url("..//images/images/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.section-service-02__container__list__items p::after {
  content: "";
  display: block;
  border-bottom: 1px solid #f16477;
  margin: 10px auto 0 30px;
  width: 100%;
  transform: translateX(-26px);
}
.section-service-02__container__list__items p:last-child {
  margin-bottom: 0;
}
@media (min-width: 751px) {
  .section-service-02__container__list__items p {
    font-size: 2.5rem;
  }
}
@media (min-width: 751px) {
  .section-service-02__container__list__items {
    width: 360px;
  }
}
.section-service-02__container::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("..//images/images/allow-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 58px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 751px) {
  .section-service-02__container::after {
    width: 35px;
    height: 116px;
    bottom: -60px;
  }
}

/* －－－－－－－－－－－サービス02-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス03－－－－－－－－－－－ */
:root {
  --wrap-width: 100vw;
  /* 変数 */
}

.section-service-03 {
  background-color: #fffafa;
}
.section-service-03__container {
  padding: 40px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .section-service-03__container {
    padding: 60px min(37.3333333333vw, 140px);
  }
}
.section-service-03__container h2 {
  line-height: 150%;
  font-weight: 600;
  font-size: calc(var(--wrap-width) / 18);
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  max-width: 1160px;
}
@media (min-width: 751px) {
  .section-service-03__container h2 {
    font-size: calc(var(--wrap-width) / 41);
  }
}
.section-service-03__container h2 > .small {
  font-size: calc(var(--wrap-width) / 25);
}
@media (min-width: 751px) {
  .section-service-03__container h2 > .small {
    font-size: calc(var(--wrap-width) / 51);
  }
}
.section-service-03__container h3 {
  color: #f16477;
  margin-bottom: 100px;
}
@media (min-width: 751px) {
  .section-service-03__container h3 {
    font-size: calc(var(--wrap-width) / 63);
  }
}
.section-service-03__container__list {
  list-style: none;
}
@media (min-width: 1000px) {
  .section-service-03__container__list {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.section-service-03__container__list__items {
  margin-bottom: 100px;
  letter-spacing: 0.1em;
}
.section-service-03__container__list__items:nth-child(1), .section-service-03__container__list__items:nth-child(3) {
  flex-direction: row-reverse;
}
.section-service-03__container__list__items:nth-child(3) {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .section-service-03__container__list__items {
    display: flex;
    justify-content: space-between;
    gap: 18.75vw;
  }
}
.section-service-03__container__list__items img {
  width: 100%;
  max-width: 360px;
  margin: 0 auto 30px;
}
@media (min-width: 1000px) {
  .section-service-03__container__list__items img {
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .section-service-03__container__list__items__read {
    width: 50%;
  }
}
.section-service-03__container__list__items__read h4 {
  text-align: justify;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 180%;
}
@media (min-width: 1000px) {
  .section-service-03__container__list__items__read h4 {
    margin-bottom: 100px;
    font-size: min(var(--wrap-width) / 64, 23px);
  }
}
.section-service-03__container__list__items__read h4 > .big {
  font-size: 2rem;
}
@media (min-width: 1000px) {
  .section-service-03__container__list__items__read h4 > .big {
    font-size: min(var(--wrap-width) / 44, 32px);
  }
}
.section-service-03__container__list__items__read p {
  text-align: justify;
  line-height: 180%;
}
.section-service-03__container__list__items__read p > .big {
  font-size: 2rem;
  color: #f16477;
}

/* －－－－－－－－－－－サービス03-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス04－－－－－－－－－－－ */
.section-service-04__container {
  padding: 60px min(6.4vw, 24px) 80px;
}
@media (min-width: 751px) {
  .section-service-04__container {
    padding: 60px min(37.3333333333vw, 140px);
  }
}
.section-service-04__container h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-04__container h2 {
    font-size: 6rem;
  }
}
.section-service-04__container h3 {
  color: #f16477;
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .section-service-04__container h3 {
    font-size: 2.5rem;
  }
}
.section-service-04__container > p {
  display: inline-block;
  color: #f16477;
  margin-bottom: 80px;
}
@media (min-width: 751px) {
  .section-service-04__container > p {
    margin-bottom: 120px;
  }
}
.section-service-04__container > p::before {
  content: "";
  display: inline-block;
  background-image: url("..//images/images/flow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.section-service-04__container > p::after {
  content: "";
  display: inline-block;
  background-image: url("..//images/images/flow-right.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
@media (min-width: 751px) {
  .section-service-04__container > p {
    font-size: 2.5rem;
  }
}
.section-service-04__container__wrapper {
  position: relative;
}
.section-service-04__container__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(..//images/images/allow-02-sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 35px;
  height: 107%;
  max-height: 1653px;
  min-height: 926px;
  right: 8%;
  top: -30px;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(..//images/images/allow-02-pc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 1160px;
    height: 39px;
    max-height: none;
    min-height: initial;
    left: 50%;
    transform: translateX(-50%);
    top: -104px;
  }
}
.section-service-04__container__wrapper__list {
  list-style: none;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper__list {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    width: 100%;
    gap: 3%;
    margin: 0 auto;
  }
}
.section-service-04__container__wrapper__list__items {
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper__list__items {
    margin-bottom: 0;
  }
}
.section-service-04__container__wrapper__list__items:last-child {
  margin-bottom: 0;
}
.section-service-04__container__wrapper__list__items h4 {
  position: absolute;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #d89597;
  top: -34px;
  left: 10px;
  z-index: 1;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper__list__items h4 {
    font-size: 5rem;
    top: -43px;
    left: -13px;
  }
}
.section-service-04__container__wrapper__list__items h4 > span {
  display: block;
  font-size: 1.3rem;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper__list__items h4 > span {
    font-size: 1.6rem;
  }
}
.section-service-04__container__wrapper__list__items > a {
  display: block;
  width: 88%;
  margin: 0 auto 20px;
  padding-top: 30px;
}
.section-service-04__container__wrapper__list__items > a img {
  width: 100%;
}
.section-service-04__container__wrapper__list__items img {
  width: 88%;
  margin: 0 auto 20px;
}
@media (min-width: 751px) {
  .section-service-04__container__wrapper__list__items img {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.section-service-04__container__wrapper__list__items > p span {
  font-weight: 800;
}

/* －－－－－－－－－－－サービス04-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス05－－－－－－－－－－－ */
.section-service-05 {
  background-color: #fffafa;
}
.section-service-05__container {
  padding: 60px min(6.4vw, 24px) 80px;
}
@media (min-width: 751px) {
  .section-service-05__container {
    padding: 60px min(37.3333333333vw, 140px) 80px;
  }
}
.section-service-05__container h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .section-service-05__container h2 {
    font-size: 6rem;
  }
}
.section-service-05__container h3 {
  color: #f16477;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (min-width: 751px) {
  .section-service-05__container h3 {
    font-size: 2.5rem;
  }
}
.section-service-05__container__list {
  list-style: none;
}
@media (min-width: 751px) {
  .section-service-05__container__list {
    max-width: 1160px;
    margin: 0 auto;
  }
}
.section-service-05__container__list__items {
  margin-bottom: 60px;
}
.section-service-05__container__list__items:last-child {
  margin-bottom: 0;
}
@media (min-width: 751px) {
  .section-service-05__container__list__items {
    position: relative;
    background-color: #fff;
    padding: 40px 50px;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    gap: 13%;
    box-shadow: 6px 6px 0px #fee8ea;
  }
  .section-service-05__container__list__items:last-child {
    margin-bottom: 0;
  }
  .section-service-05__container__list__items::before {
    content: "";
    display: block;
    position: absolute;
    border: solid 1px #e2dfe0;
    width: 100%;
    height: 100%;
    top: -6px;
    left: -6px;
    z-index: 0;
  }
}
.section-service-05__container__list__items__picture {
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-05__container__list__items__picture {
    margin-bottom: 0;
  }
}
.section-service-05__container__list__items__picture h4 {
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.section-service-05__container__list__items__picture h4 > span {
  font-size: 1.6rem;
}
.section-service-05__container__list__items__picture img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .section-service-05__container__list__items__picture img {
    margin: 0;
  }
}
.section-service-05__container__list__items__lead {
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #fff;
  box-shadow: 6px 6px 0px #fee8ea;
}
.section-service-05__container__list__items__lead::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px #e2dfe0;
  width: 100%;
  height: 100%;
  top: -6px;
  left: -6px;
  z-index: 0;
}
@media (min-width: 751px) {
  .section-service-05__container__list__items__lead::before {
    content: none;
  }
}
@media (min-width: 751px) {
  .section-service-05__container__list__items__lead {
    background-color: initial;
    box-shadow: none;
    padding: 0;
    width: 700px;
  }
}
.section-service-05__container__list__items__lead h5 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-05__container__list__items__lead h5 {
    font-size: 3rem;
    text-align: left;
  }
}
.section-service-05__container__list__items__lead > p {
  text-align: justify;
  letter-spacing: 0.1em;
}

/* －－－－－－－－－－－サービス05-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス06－－－－－－－－－－－ */
.section-service-06 {
  background-color: #fff;
}
.section-service-06__container {
  padding: 60px min(6.4vw, 24px) 80px;
}
@media (min-width: 751px) {
  .section-service-06__container {
    padding: 60px min(37.3333333333vw, 140px) 80px;
  }
}
.section-service-06__container h2 {
  font-size: calc(var(--wrap-width) / 14);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 160%;
}
.section-service-06__container h2 > span {
  font-size: calc(var(--wrap-width) / 20);
}
@media (min-width: 751px) {
  .section-service-06__container h2 > span {
    font-size: min(var(--wrap-width) / 44, 30px);
  }
}
@media (min-width: 751px) {
  .section-service-06__container h2 {
    font-size: min(var(--wrap-width) / 35, 53px);
    max-width: 1160px;
    margin: 0 auto;
  }
}
.section-service-06__container h3 {
  color: #f16477;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-06__container h3 {
    font-size: 2.5rem;
  }
}
.section-service-06__container__list {
  list-style: none;
}
@media (min-width: 751px) {
  .section-service-06__container__list {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    width: 100%;
    gap: 5%;
    margin: 0 auto 80px;
  }
}
.section-service-06__container__list__items {
  margin-bottom: 60px;
}
@media (min-width: 751px) {
  .section-service-06__container__list__items {
    max-width: 327px;
    margin-bottom: 0;
  }
}
.section-service-06__container__list__items img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-06__container__list__items img {
    max-width: 327px;
    height: 13.8888888889vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-service-06__container__list__items > p {
  text-align: justify;
}
.section-service-06__container__items4 h3 {
  color: #f16477;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-06__container__items4 h3 {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
@media (min-width: 751px) {
  .section-service-06__container__items4__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
    max-width: 1160px;
    margin: 0 auto;
  }
}
.section-service-06__container__items4__flex > img {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 751px) {
  .section-service-06__container__items4__flex > img {
    width: 50%;
    max-width: 480px;
    margin-bottom: 0;
  }
}
.section-service-06__container__items4__flex > p {
  text-align: justify;
}

/* －－－－－－－－－－－サービス06-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス07－－－－－－－－－－－ */
.section-service-07 {
  background-color: #fffafa;
}
.section-service-07__container {
  padding: 60px min(6.4vw, 24px) 80px;
}
@media (min-width: 751px) {
  .section-service-07__container {
    padding: 60px min(37.3333333333vw, 140px) 80px;
  }
}
.section-service-07__container h2 {
  font-size: calc(var(--wrap-width) / 20);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 160%;
  max-width: 1160px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .section-service-07__container h2 {
    font-size: min(var(--wrap-width) / 29, 30px);
    margin-bottom: 80px;
  }
}
.section-service-07__container h2 > .big {
  font-size: calc(var(--wrap-width) / 15);
}
@media (min-width: 751px) {
  .section-service-07__container h2 > .big {
    font-size: min(var(--wrap-width) / 20, 53px);
  }
}
.section-service-07__container__list {
  list-style: none;
  max-width: 1160px;
  margin: 0 auto;
}
.section-service-07__container__list__items {
  margin-bottom: 60px;
}
.section-service-07__container__list__items:last-child {
  margin-bottom: 0;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}
.section-service-07__container__list__items__image {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__image {
    margin: 0;
  }
}
.section-service-07__container__list__items__image h3 {
  text-align: left;
  font-weight: 600;
  color: #d89597;
  margin-bottom: 80px;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__image h3 {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
  }
}
.section-service-07__container__list__items__image h3 > span {
  margin-left: 10px;
  font-size: 4rem;
}
.section-service-07__container__list__items__image img {
  position: absolute;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__image img {
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 31.9444444444vw;
    max-width: 460px;
    margin: 0;
  }
}
.section-service-07__container__list__items__lead {
  text-align: justify;
  background-color: #fff;
  border: 1px #e2dfe0 dashed;
  padding: 45% 24px 30px;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__lead {
    width: 80%;
    padding: 9% 30px 9% 37%;
  }
}
.section-service-07__container__list__items__lead h4 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.section-service-07__container__list__items__lead h4::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f16477;
  bottom: -4px;
}
.section-service-07__container__list__items__lead h4::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #f16477;
  bottom: -8px;
  left: 0;
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__lead h4 {
    font-size: 3rem;
  }
}
@media (min-width: 751px) {
  .section-service-07__container__list__items__lead > p {
    font-size: 2rem;
  }
}

/* －－－－－－－－－－－サービス07-end－－－－－－－－－－－ */
/* －－－－－－－－－－－サービス08－－－－－－－－－－－ */
.section-service-08 {
  background-color: #fff;
}
.section-service-08__container {
  padding: 60px min(6.4vw, 24px) 80px;
}
@media (min-width: 751px) {
  .section-service-08__container {
    padding: 60px min(37.3333333333vw, 140px) 80px;
  }
}
.section-service-08__container h2 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (min-width: 751px) {
  .section-service-08__container h2 {
    font-size: 6rem;
  }
}
.section-service-08__container h3 {
  color: #f16477;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (min-width: 751px) {
  .section-service-08__container h3 {
    font-size: 2.5rem;
  }
}
.section-service-08__container__accordion {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
.section-service-08__container__accordion__list {
  text-align: justify;
  margin-bottom: 30px;
}
.section-service-08__container__accordion__list:last-child {
  margin-bottom: 0;
}
.section-service-08__container__accordion__list__title {
  display: flex;
  background: #f97483;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px;
  position: relative;
}
.section-service-08__container__accordion__list__title::after {
  position: absolute;
  display: block;
  content: "";
  top: 35%;
  right: 22px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}
.section-service-08__container__accordion__list__title.open::after {
  transform: rotate(-45deg);
  top: 45%;
}
.section-service-08__container__accordion__list__title p {
  color: #fff;
  padding-left: 1em;
  text-indent: -0.7em;
  line-height: 2.5rem;
  width: 93%;
}
.section-service-08__container__accordion__list__title p span {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 751px) {
  .section-service-08__container__accordion__list__title p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-indent: -0.6em;
  }
}
.section-service-08__container__accordion__list__answer {
  border-left: 1px solid #fbf9f8;
  border-right: 1px solid #fbf9f8;
  border-bottom: 1px solid #fbf9f8;
  background-color: #fbf9f8;
  font-weight: 600;
  display: none;
  padding: 20px 40px;
}
.section-service-08__container__accordion__list__answer p {
  padding-left: 1em;
  text-indent: -0.7em;
  line-height: 2.5rem;
}
.section-service-08__container__accordion__list__answer p span {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 751px) {
  .section-service-08__container__accordion__list__answer p {
    font-size: 1.8rem;
    line-height: 2.7rem;
    text-indent: -0.6em;
  }
}

/* －－－－－－－－－－－サービス08-end－－－－－－－－－－－ */
/* －－－－－－－－－－－footer－－－－－－－－－－－ */
.footer {
  background-color: #fffafa;
}
.footer__container {
  padding: 30px min(6.4vw, 24px);
}
@media (min-width: 751px) {
  .footer__container {
    padding: 60px min(37.3333333333vw, 140px) 80px;
  }
}
.footer__container h2 {
  margin-bottom: 60px;
}
.footer__container h2 a img {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
.footer__container__menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.footer__container__menu a {
  display: inline;
  text-decoration: none;
  color: inherit;
  align-self: center;
}
.footer__container small {
  font-size: 1.3rem;
  line-height: 150%;
}

/* －－－－－－－－－－－footer-end－－－－－－－－－－－ */
/* －－－－－－－－－－－特商法－－－－－－－－－－－ */
.section-container {
  padding: 30px 24px;
  max-width: 1160px;
  margin: 0 auto;
}
.section-container h1 {
  font-size: min(var(--wrap-width) / 14, 50px);
  margin-bottom: 40px;
}
.section-container__wrapper__area__list {
  list-style: none;
}
.section-container__wrapper__area__list__items {
  text-align: justify;
  margin-bottom: 40px;
}
.section-container__wrapper__area__list__items h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.section-container__wrapper__area__list__items p {
  font-weight: 500;
  padding-left: 1em;
}
.section-container__wrapper__area__list__items .kome {
  font-size: 600;
  color: #f16477;
}
.section-container__wrapper a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 30px;
}
.section-container__wrapper small {
  display: block;
}

/* －－－－－－－－－－－特商法-end－－－－－－－－－－－ */
/* －－－－－－－－－－－クッションページ－－－－－－－－－－－ */
.cushion {
  padding: 30px 24px;
  max-width: 1160px;
  margin: 0 auto;
}
.cushion .lead-container p:first-child {
  font-size: min(var(--wrap-width) / 17, 30px);
  margin-bottom: 30px;
  color: #f16477;
}
@media (min-width: 751px) {
  .cushion .lead-container p:first-child {
    font-size: min(var(--wrap-width) / 29, 42px);
  }
}
.cushion .lead-container p:last-child {
  margin-bottom: 30px;
}
.cushion .lead-container p:last-child span {
  color: #f16477;
}
.cushion .jmp .margin {
  margin-bottom: 30px;
}
.cushion .jmp a img {
  margin: 0 auto;
  width: 100%;
}
.cushion .jmp a:nth-child(2) {
  display: block;
}
@media (min-width: 751px) {
  .cushion .jmp a:nth-child(2) {
    display: none;
  }
}
.cushion .jmp a:nth-child(3) {
  display: none;
}
@media (min-width: 751px) {
  .cushion .jmp a:nth-child(3) {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 800px;
  }
}

/* －－－－－－－－－－－クッションページ-end－－－－－－－－－－－ */
/* アニメーション関連 */
.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn {
  visibility: visible;
  animation-duration: 2s;
  animation-iteration-count: 1000;
  animation-name: pulse;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.9);
  }
}
/* －－－－－－－－－－－モーダル－－－－－－－－－－－ */
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/* モーダル内の画像サイズを統一 */
.modaal-gallery-item img {
  width: 80%;
  /* 横幅を指定 (例: 80%) */
  height: auto;
  /* アスペクト比を維持 */
  max-width: 600px;
  /* 必要に応じて最大幅を指定 */
  max-height: 600px;
  /* 必要に応じて最大高さを指定 */
  display: block;
  margin: 0 auto;
  /* 画像を中央に配置 */
  -o-object-fit: cover;
     object-fit: cover;
  /* 必要に応じて、画像を枠内に収める */
}

/* －－－－－－－－－－－モーダル-end－－－－－－－－－－－ */