@charset "UTF-8";
/* colors
------------------------ */
/* colors for background */
/* pink colors  */
/* colors for txt */
/* fonts
------------------------ */
/* shadow
------------------------ */
/* layout
------------------------ */
/* fonts
------------------------ */
/* layout
------------------------ */
/* button
------------------------ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
  overflow-x: hidden;
}

.body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #111;
  overflow-x: hidden;
  background: #fdfdfd;
}

.main {
  padding-top: 7rem;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  font-family: inherit;
}

@media (max-width: 769px) {
  .for_pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .for_sp {
    display: none;
  }
}

.contactBtn,
.downloadBtn {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.45em 0 0.45em 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  transition: 0.19s;
}
.contactBtn::before,
.downloadBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.contactBtn:hover,
.downloadBtn:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .contactBtn,
  .downloadBtn {
    width: 100%;
  }
}

.contactBtn {
  background: linear-gradient(90deg, #e4007f, #f4c71e);
}
.contactBtn::before {
  left: 3em;
  background: left/contain no-repeat url(../image/icn_letter_hdr.svg);
}

.downloadBtn {
  background: linear-gradient(90deg, #EA5641, #F7CB34);
}
.downloadBtn::before {
  left: 1.2em;
  background: left/contain no-repeat url(../image/icn_document_hdr.svg);
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding-inline: 10.2rem;
  padding-block: 1.3rem;
  background: #fdfdfd;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 1260px) {
  .header {
    padding: 0 10.2rem;
  }
}
@media (max-width: 768px) {
  .header {
    width: min(100vw, 768px);
    padding-inline: 4%;
    padding-block: 0;
  }
}
.header__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  height: 7rem;
}
.header__logo {
  width: 13.2rem;
  cursor: pointer;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.header__navTel {
  display: flex;
  flex-flow: column;
}
.header__navTelNumber {
  display: block;
  margin-bottom: 0.3em;
  line-height: 0.9em;
  font-size: 2.3rem;
  font-weight: bold;
  color: #e4007f;
  padding-left: 1em;
  background: left/9% no-repeat url(../image/icn_tel.svg);
}
.header__navTelNote {
  line-height: 0.9em;
  font-size: 1rem;
  letter-spacing: 0.4px;
}
.header__navItem {
  font-size: 1.4rem;
  white-space: nowrap;
}
.header__navInner {
  display: flex;
  justify-content: flex-end;
}
.header__navInner--top {
  align-items: stretch;
  gap: 1.8rem;
  margin-bottom: 0.8rem;
}
.header__navInner--bottom {
  align-items: center;
  gap: 4.5rem;
}
.header__contactBtn, .header__downloadBtn {
  position: relative;
  width: 25rem;
  font-size: 1.6rem;
}
.header.active {
  height: calc(100vh + 7rem);
  background: rgba(253, 253, 253, 0.95);
  overflow: hidden;
}
@media (max-width: 1260px) {
  .header .disp-only-pc {
    display: none;
  }
}

.drower {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
.drower.active {
  height: 100vh;
  opacity: 1;
  pointer-events: unset;
}
.drowerBtn {
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 0.7rem;
  padding: 0.5rem;
  width: 3.4rem;
  transition: 0.23s;
  cursor: pointer;
}
@media (min-width: 1261px) {
  .drowerBtn {
    display: none;
  }
}
.drowerBtn__bar {
  transform-origin: right;
  transition: 0.15s;
}
.drowerBtn.active .no01 {
  transform: rotate(-45deg);
}
.drowerBtn.active .no02 {
  opacity: 0;
}
.drowerBtn.active .no03 {
  transform: rotate(45deg) translate(-2%, -50%);
}
.drower__nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 4.5em;
}
@media (max-width: 768px) {
  .drower__nav {
    transform: translateY(-5vw) scale(0.9);
    gap: 2.5em;
    padding-top: 12%;
    width: 90%;
  }
}
.drower__navItem {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .drower__navItem {
    font-size: 4.1vw;
  }
}
.drower__navTel {
  text-align: center;
}
.drower__navTelNumber {
  display: block;
  margin-bottom: 0.3em;
  line-height: 0.9em;
  font-size: 3rem;
  font-weight: bold;
  color: #e4007f;
  padding-left: 1em;
  background: 5% 50%/9% no-repeat url(../image/icn_tel.svg);
}
@media (max-width: 768px) {
  .drower__navTelNumber {
    font-size: 7vw;
    background: 10%/8% no-repeat url(../image/icn_tel.svg);
  }
}
.drower__navTelNote {
  display: block;
  margin-bottom: 2em;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .drower__navTelNote {
    font-size: 2.5vw;
  }
}
.drower__contactBtn, .drower__downloadBtn {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.45em 0 0.45em 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  transition: 0.19s;
  margin-bottom: 0.5em;
  display: block;
  font-size: 1.6rem;
  width: 25rem;
}
.drower__contactBtn::before, .drower__downloadBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.drower__contactBtn:hover, .drower__downloadBtn:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .drower__contactBtn, .drower__downloadBtn {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .drower__contactBtn, .drower__downloadBtn {
    width: 66vw;
    font-size: 4.62vw;
  }
}
.drower__contactBtn::before {
  left: 3.5em;
}
@media (max-width: 768px) {
  .drower__contactBtn::before {
    left: 2.75em;
  }
}
.drower__downloadBtn::before {
  left: 1.65em;
}
@media (max-width: 768px) {
  .drower__downloadBtn::before {
    left: 1em;
  }
}

.breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-inline: 10.2rem;
  background: #f4f5f7;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding-inline: 4%;
  }
}
.breadcrumb__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
.breadcrumb__list {
  display: flex;
  padding-block: 2.5em;
  gap: 4em;
}
.breadcrumb__list {
  display: flex;
  gap: 3.5em;
}
.breadcrumb__listItem {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumb__listItem {
    font-size: 2.93vw;
  }
}
.breadcrumb__listItem::after {
  position: absolute;
  content: ">";
  display: inline-block;
  top: 50%;
  left: 130%;
  transform: translateY(-50%);
}
.breadcrumb__listItem.none {
  pointer-events: none;
}
.breadcrumb__listItem.none::after {
  display: none;
}

.fv {
  display: grid;
  place-items: center;
  height: 70rem;
  background: center/cover no-repeat url(../image/bg_fv.webp);
}
@media (max-width: 768px) {
  .fv {
    height: 179.5vw;
    background: 25% 50%/cover no-repeat url(../image/bg_fv.webp);
  }
}
.fv__content {
  background: #fff;
  opacity: 95%;
  border-radius: 0 50rem 50rem 0;
  padding-left: 30%;
  margin-right: 30%;
}
@media (max-width: 768px) {
  .fv__content {
    height: 90%;
    padding-left: 10%;
    margin-right: 10%;
  }
}
.fv__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 768px) {
  .fv__inner {
    display: block;
  }
}
.fv__txtArea {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .fv__txtArea {
    padding-bottom: 0;
  }
}
.fv__copy {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7em;
  padding-top: 2em;
  line-height: 1.75em;
  white-space: nowrap;
  color: #111111;
}
@media (max-width: 768px) {
  .fv__copy {
    font-size: 7vw;
  }
}
.fv__copyStrong {
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  padding: 0 1rem;
}
.fv__copy::first-line {
  line-height: 1.3em;
}
@media (max-width: 768px) {
  .fv__copy {
    font-size: 7.18vw;
    padding-top: 5vh;
  }
}
.fv__txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  margin-block: 2rem 4.5rem;
  line-height: 1.7em;
  color: #111111;
}
@media (max-width: 768px) {
  .fv__txt {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .fv__txt {
    margin-block: 1em 0.5em;
    font-size: 3.35vw;
  }
}
.fv__img {
  min-width: 47.3rem;
}
@media (max-width: 768px) {
  .fv__img {
    min-width: 33rem;
  }
}

.intro {
  padding: 10.5rem 10.2rem 0.5rem 10.2rem;
  background: center/cover no-repeat url(../image/bg_intro.webp);
}
@media (max-width: 768px) {
  .intro {
    padding: 10% 4%;
  }
}
.intro__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
@media (max-width: 768px) {
  .intro__inner {
    flex-flow: column;
    align-items: center;
  }
}
.intro__head {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7em;
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .intro__head {
    font-size: 7vw;
  }
}
@media (max-width: 768px) {
  .intro__head {
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5em;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .intro__head {
    font-size: 6.5vw;
  }
}
.intro__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1210px) {
  .intro__list {
    flex-direction: column;
    padding-inline: 6.5%;
  }
  .intro__listImg {
    padding: 5rem 4rem 0 4rem;
    display: block;
    width: 70vw;
  }
}
@media (max-width: 768px) {
  .intro__listImg {
    width: 80vw;
  }
}
.intro__listItem {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  white-space: nowrap;
  text-align: center;
  background: no-repeat url(../image/intro_box_pc.webp);
  width: 30%;
  height: 20rem;
  display: inline-grid;
  align-items: center;
  padding: 0 2rem 3rem 2rem;
  background-size: contain;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
@media (max-width: 768px) {
  .intro__listItem {
    font-size: 3.73vw;
  }
}
@media (max-width: 1210px) {
  .intro__listItem {
    display: grid;
    place-items: center;
    padding: 0;
    width: 56vw;
    background: no-repeat url(../image/intro_box_sp.webp);
    white-space: unset;
    background-size: contain;
    height: 28vw;
  }
}
@media (max-width: 768px) {
  .intro__listItem {
    white-space: unset;
  }
}
.intro__listItem li:nth-child(2n) {
  width: 80%;
  justify-content: center;
  display: flex;
}
.intro__listItemDetail {
  width: 100%;
  justify-content: center;
  display: flex;
}
@media (max-width: 1210px) {
  .intro__listItemDetail {
    padding-top: 2.6%;
    line-height: 1.45em;
    font-size: 3.5vw;
  }
}
.intro__listItem:last-of-type {
  margin-bottom: 0;
}
.intro__solving {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  text-align: center;
  border-radius: 1rem;
  background: url(../image/bg_intro_02.webp);
  background-size: cover;
  padding: 2rem;
  margin: 3rem auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media (max-width: 768px) {
  .intro__solving {
    font-size: 5.33vw;
  }
}
.intro__solving p {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
}
@media (max-width: 1210px) {
  .intro__solving {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .intro__solving {
    padding: 1.5rem;
    font-size: 4.1vw;
  }
  .intro__solving p {
    padding: 1rem;
  }
}
.intro__end {
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 0 0;
  margin: 0 auto -7rem;
  width: min(100%, 120rem);
}
@media (max-width: 1210px) {
  .intro__end {
    display: block;
    margin: 0 auto 10rem;
  }
}
.intro__endTxt {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  line-height: 2em;
  font-size: 3.3rem;
}
@media (max-width: 768px) {
  .intro__endTxt {
    font-size: 6.5vw;
  }
}
.intro__endTxtStr {
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  padding: 0.5rem 1rem;
}
@media (max-width: 876px) {
  .intro__endTxtStr {
    line-height: 2.3em;
  }
}
@media (max-width: 1210px) {
  .intro__endTxt .for_tab {
    display: flex;
  }
}
@media (max-width: 876px) {
  .intro__endTxt .for_sp {
    display: block;
  }
}
.intro__endImg {
  width: 25vw;
  max-width: 37rem;
  aspect-ratio: 0.942/1;
}
@media (max-width: 1210px) {
  .intro__endImg {
    width: 17vw;
    float: right;
    margin-top: -8%;
  }
}
@media (max-width: 768px) {
  .intro__endImg {
    width: 50vw;
    max-width: 24.8rem;
    margin-top: -12%;
  }
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.order3 {
  order: 3;
}

.order4 {
  order: 4;
}

.order5 {
  order: 6;
}

.order6 {
  order: 5;
}

@media (max-width: 1210px) {
  .order5 {
    order: 5;
  }
  .order6 {
    order: 6;
  }
}
@media (max-width: 1210px) {
  .order2,
  .order4 {
    align-self: flex-end;
  }
}
.service {
  padding: 4rem 0 19rem 0;
  background: center/cover no-repeat url(../image/bg_service.webp);
  text-align: center;
  margin-bottom: -32rem;
}
@media (max-width: 1210px) {
  .service {
    padding-inline: 4%;
    margin-top: -5vh;
  }
  .service .for_sp {
    display: block;
  }
  .service .service__point {
    display: block;
  }
}
.service__inner {
  margin-inline: auto;
  width: min(70%, 110rem);
  margin-block: 6rem 17rem;
}
@media (max-width: 768px) {
  .service__inner {
    margin-top: 22.5%;
    width: min(100%, 110rem);
  }
}
.service__head {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7em;
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  text-align: center;
  display: inline-block;
  width: 34%;
  min-width: 34rem;
  margin-top: -10%;
}
@media (max-width: 768px) {
  .service__head {
    font-size: 7vw;
  }
}
@media (max-width: 768px) {
  .service__head {
    padding: 0.5rem;
    width: 70%;
    height: 14vw;
    min-width: 20rem;
  }
}
.service__txt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #111;
  background-color: #fff;
  border-radius: 0.5em;
  padding-top: 5rem;
  margin-top: -3rem;
}
@media (max-width: 768px) {
  .service__txt {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .service__txt {
    margin-top: -2rem;
    font-size: 4.26vw;
  }
}
.service__img img {
  aspect-ratio: 1/0.333;
}
@media (max-width: 768px) {
  .service__img img {
    aspect-ratio: 1/0.501;
  }
}
.service__point {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  gap: 7rem;
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .service__point {
    font-size: 3.33vw;
  }
}
@media (max-width: 768px) {
  .service__point {
    display: block;
    padding: 0 0.5rem 6rem 0.5rem;
  }
}
.service__pointItemTtl {
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(90deg, #e53687, #e66c56);
  max-width: 12.3rem;
  margin: 3rem auto 1rem;
  padding-block: 0.5rem;
}
.service__sec {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 1260px) {
  .service__sec {
    flex-flow: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 768px) {
  .service__sec {
    gap: 3.5vw;
    margin-bottom: 10%;
  }
}
@media (max-width: 1260px) {
  .service__secImg {
    align-self: flex-end;
  }
}
.service__sec:first-of-type {
  justify-content: space-between;
  padding-inline: 6.5rem;
}
@media (max-width: 768px) {
  .service__sec:first-of-type {
    padding-inline: 0;
  }
}
.service__sec:first-of-type .feature__secImg {
  width: 42.8%;
  width: calc(42.8% + 6rem);
}
@media (max-width: 1260px) {
  .service__sec:first-of-type .feature__secImg {
    width: 66.7%;
  }
}
.service__sec:nth-of-type(2) {
  justify-content: center;
  flex-direction: row-reverse;
  padding-right: 6.5rem;
}
@media (max-width: 1260px) {
  .service__sec:nth-of-type(2) {
    flex-direction: column;
    padding-inline: 6.5rem;
  }
}
@media (max-width: 768px) {
  .service__sec:nth-of-type(2) {
    padding-inline: 0;
  }
}
.service__sec:nth-of-type(2) .feature__secImg {
  justify-self: left;
  width: calc(49.3% + 6rem);
}
@media (max-width: 1260px) {
  .service__sec:nth-of-type(2) .feature__secImg {
    width: 66.7%;
  }
}
.service__sec:nth-of-type(3) {
  justify-content: space-between;
  padding-inline: 6.5rem;
}
@media (max-width: 768px) {
  .service__sec:nth-of-type(3) {
    padding-inline: 0;
  }
}
.service__sec:nth-of-type(3) .feature__secImg {
  width: calc(45% + 6rem);
}
@media (max-width: 1260px) {
  .service__sec:nth-of-type(3) .feature__secImg {
    width: 66.7%;
  }
}
@media (max-width: 768px) {
  .service__sec:nth-of-type(3) .feature__secImg {
    padding-inline: 0;
  }
}
.service__secTxtArea {
  position: relative;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .service__secTxtArea {
    padding-top: 10.5%;
  }
}
.service__secTxtArea::before {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-head-eng);
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-size: 2rem;
  color: linear-gradient(90deg, #e4007f, #f4c71e);
}
@media (max-width: 768px) {
  .service__secTxtArea::before {
    font-size: 5.13vw;
  }
}
.service__secHead {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .service__secHead {
    font-size: 6.5vw;
  }
}
@media (max-width: 768px) {
  .service__secHead {
    margin-bottom: 0.55em;
  }
}
.service__secTxt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .service__secTxt {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .service__secTxt {
    font-weight: 300;
  }
}

.reason {
  padding-inline: 10.2rem;
  background: #fdfcfc;
  padding-top: 11rem;
  padding-bottom: 8rem;
  text-align: center;
  -webkit-clip-path: circle(300vh at 50% 300vh);
          clip-path: circle(300vh at 50% 300vh);
}
@media (max-width: 768px) {
  .reason {
    padding-inline: 2vw;
    -webkit-clip-path: circle(170vh at 50% 170vh);
            clip-path: circle(170vh at 50% 170vh);
    padding: 2rem;
    padding-bottom: 4vh;
  }
}
.reason__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
.reason__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #e4007f;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .reason__head {
    font-size: 6.5vw;
  }
}
@media (max-width: 768px) {
  .reason__head {
    padding: 1.3em 0 0.6em;
    line-height: 1.6em;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    transform: unset;
  }
}
.reason__txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #111;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .reason__txt {
    font-size: 3.33vw;
  }
}
.reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1050px) {
  .reason__list {
    display: block;
  }
}
.reason__listItem {
  width: 47.2%;
  padding: 4rem 2rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  margin: 1.5rem;
  border-radius: 1em;
}
@media (max-width: 768px) {
  .reason__listItem {
    margin: 1.5rem 0;
    padding: 3rem 1.3rem;
  }
}
@media (max-width: 1274px) {
  .reason__listItem {
    width: 100%;
  }
}
.reason__listItemTtl {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(90deg, #e53687, #e66c56);
  margin: 2rem auto;
  max-width: 43rem;
}
@media (max-width: 768px) {
  .reason__listItemTtl {
    font-size: 5.33vw;
  }
}
.reason__listItemTxt {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .reason__listItemTxt {
    font-size: 3.73vw;
  }
}
.reason__listItem img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.reason__sec {
  margin-bottom: 12rem;
  padding-inline: 10rem;
}
@media (max-width: 768px) {
  .reason__sec {
    padding-inline: 3vw;
  }
}
@media (max-width: 768px) {
  .reason__sec {
    margin-bottom: 20vw;
  }
}
.reason__sec:last-of-type {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .reason__sec:last-of-type {
    margin-bottom: 12.8vw;
  }
}
.reason__secHead {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  text-align: center;
  color: #e4007f;
}
@media (max-width: 768px) {
  .reason__secHead {
    font-size: 6.5vw;
  }
}
.reason__secTxt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-block: 1.75em 2.25em;
  text-align: center;
}
@media (max-width: 768px) {
  .reason__secTxt {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .reason__secTxt {
    text-align: left;
  }
}
.reason__secTxt span {
  color: #e4007f;
}
.reason__endTxt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  padding-bottom: 3.4em;
  text-align: center;
}
@media (max-width: 768px) {
  .reason__endTxt {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .reason__endTxt {
    font-weight: 300;
    padding-bottom: 12.8vw;
  }
}

.difference {
  padding-inline: 10.2rem;
  background: linear-gradient(180deg, #fee846, #f7cb34);
  padding: 11rem 0 24rem 0;
  text-align: center;
  -webkit-clip-path: circle(300vh at 50% 300vh);
          clip-path: circle(300vh at 50% 300vh);
  position: relative;
}
.difference::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 22vh;
  z-index: 0;
  left: 0;
  transform: translateY(60px);
  border-radius: 59% 59% 0 0;
}
@media (max-width: 768px) {
  .difference {
    padding-inline: 4vw;
    -webkit-clip-path: circle(200vh at 50% 200vh);
            clip-path: circle(200vh at 50% 200vh);
    padding-top: 4rem;
  }
}
.difference__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
.difference__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #292929;
  transform: translateY(-30%);
}
@media (max-width: 768px) {
  .difference__head {
    font-size: 6.5vw;
  }
}
@media (max-width: 768px) {
  .difference__head {
    padding: 1.3em 0;
    line-height: 1.6em;
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
    transform: unset;
  }
}
.difference__txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  color: #111;
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .difference__txt {
    font-size: 3.73vw;
  }
}
.difference__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1210px) {
  .difference__box {
    display: grid;
    place-items: center;
  }
}
.difference__boxItem {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  width: 45%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin: 1rem 1.5rem;
  border-radius: 1em;
}
@media (max-width: 768px) {
  .difference__boxItem {
    font-size: 3.73vw;
  }
}
@media (max-width: 1210px) {
  .difference__boxItem {
    width: 100%;
    margin: 0.5rem 1rem;
  }
}
.difference__boxItem h4 {
  color: #fff;
  padding: 4rem 5rem 4rem 3rem;
  text-align: left;
  border-radius: 1em 1em 0 0;
  margin-bottom: 2rem;
}
.difference__boxItemGray {
  position: relative;
}
.difference__boxItemGray h4 {
  position: relative;
  background: #9cb4c6;
}
.difference__boxItemGray h4::after {
  content: url(../image/difference_01_pc.webp);
  position: absolute;
  top: -4%;
  right: 0;
  transform: scale(0.8);
}
@media (max-width: 1210px) {
  .difference__boxItemGray h4::after {
    top: -0.5vh;
    right: -2%;
  }
}
@media (max-width: 768px) {
  .difference__boxItemGray h4::after {
    right: -4%;
    bottom: -13%;
    transform: scale(0.7);
  }
}
.difference__boxItemGray ul li::before {
  color: #9cb4c6;
}
.difference__boxItemGray::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: #bfbfbf;
  border-radius: 50%;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1rem;
}
@media (max-width: 768px) {
  .difference__boxItemGray::before {
    width: 5rem;
    height: 5rem;
    margin: auto;
    bottom: -3%;
  }
}
.difference__boxItemGray::after {
  content: "";
  border: 0;
  border-bottom: solid 5px #fff;
  border-right: solid 5px #fff;
  position: absolute;
  bottom: -1.9%;
  left: 0%;
  right: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .difference__boxItemGray::after {
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    left: 0;
    bottom: -1%;
  }
}
.difference__boxItemColor {
  position: relative;
}
.difference__boxItemColor h4 {
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  position: relative;
}
.difference__boxItemColor h4::after {
  content: url(../image/difference_02_pc.webp);
  position: absolute;
  bottom: -19%;
  right: 0;
  transform: scale(0.8);
}
@media (max-width: 1210px) {
  .difference__boxItemColor h4::after {
    bottom: -18%;
    right: -2%;
  }
}
@media (max-width: 768px) {
  .difference__boxItemColor h4::after {
    bottom: -14%;
    right: 0;
  }
}
.difference__boxItemColor h6 {
  background: linear-gradient(90deg, #e4007f, #f4c71e);
}
.difference__boxItemColor ul li::before {
  color: #e4007f;
}
.difference__boxItemColor::before {
  content: "";
  width: 6rem;
  height: 6rem;
  background: linear-gradient(120deg, #f4c71e, #e4007f);
  border-radius: 50%;
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -1rem;
}
@media (max-width: 768px) {
  .difference__boxItemColor::before {
    width: 5rem;
    height: 5rem;
    margin: auto;
    bottom: -3%;
  }
}
.difference__boxItemColor::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0;
  border-bottom: solid 5px #fff;
  border-right: solid 5px #fff;
  position: absolute;
  bottom: -1.9%;
  left: 0%;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .difference__boxItemColor::after {
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    left: 0;
    bottom: -1%;
  }
}
.difference__boxItemDetail {
  padding: 2rem;
  height: 40%;
}
.difference__boxItemDetail h6 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  border-radius: 5rem;
  color: #fff;
  padding: 1%;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .difference__boxItemDetail h6 {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .difference__boxItemDetail h6 {
    line-height: 1.8em;
  }
}
.difference__boxItemDetail ul {
  margin-left: 2rem;
}
.difference__boxItemDetail ul li {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  text-align: left;
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 7%;
  line-height: 1.45em;
  height: 5.8rem;
}
@media (max-width: 768px) {
  .difference__boxItemDetail ul li {
    font-size: 3.73vw;
  }
}
.difference__boxItemDetail ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .difference__boxItemDetail ul {
    margin-left: 0;
  }
}
.difference__boxItemDetailGray h6 {
  background: #9cb4c6;
}
.difference__boxItemDetailColor h6 {
  background: linear-gradient(90deg, #e4007f, #f4c71e);
}
@media (max-width: 768px) {
  .difference__boxItemDetailDemerit {
    margin-bottom: 3rem;
  }
}
.difference__boxItemDetailDemerit h6 {
  background: #bfbfbf;
}
.difference__boxItemDetailDemerit ul li::before {
  color: #bfbfbf;
}
.difference__endTxt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  padding-bottom: 3.4em;
  text-align: center;
}
@media (max-width: 768px) {
  .difference__endTxt {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .difference__endTxt {
    font-weight: 300;
    padding-bottom: 12.8vw;
  }
}

.after__box1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  line-height: 1.8em;
  padding: 5.5rem 0;
  align-items: center;
}
@media (max-width: 768px) {
  .after__box1 {
    font-size: 3.73vw;
  }
}
.after__box2 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #e4007f;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .after__box2 {
    font-size: 5.33vw;
  }
}
@media (max-width: 1210px) {
  .after__box1, .after__box2 {
    padding: 3rem 1rem;
  }
}

.item1 {
  order: 1;
}

.item2 {
  order: 2;
}

.item3 {
  order: 3;
}

.item4 {
  order: 4;
}

@media (max-width: 1210px) {
  .item1 {
    order: 1;
  }
  .item2 {
    order: 3;
    margin-top: 2rem;
  }
  .item3 {
    order: 2;
  }
  .item4 {
    order: 4;
  }
}
.example {
  padding-inline: 10.2rem;
  background: #fff;
  padding-top: 2rem;
  margin-top: -9rem;
  z-index: 10;
  position: relative;
}
@media (max-width: 1210px) {
  .example {
    padding-inline: 7.2vw;
  }
}
@media (max-width: 768px) {
  .example {
    padding-inline: 2rem;
    margin-top: -5rem;
  }
}
.example__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
@media (max-width: 768px) {
  .example__inner {
    margin-bottom: 11rem;
  }
}
.example__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2.2em;
  color: #111111;
  display: flex;
  position: relative;
}
.example__head::after {
  content: "";
  position: absolute;
  background-image: url(../image/example_01_pc.webp);
  display: inline-block;
  width: 24rem;
  height: 20rem;
  top: -16rem;
  right: -5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1210px) {
  .example__head::after {
    top: -22rem;
  }
}
@media (max-width: 768px) {
  .example__head::after {
    top: -20rem;
    right: 0;
  }
}
@media (max-width: 1210px) {
  .example__head {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .example__head {
    font-size: 7vw;
    justify-content: center;
    display: block;
  }
}
.example__headStr {
  color: #fff;
  padding: 0.5rem 1rem;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
}
.example__img {
  margin-top: -15rem;
  margin-right: -2rem;
  width: 30%;
  max-width: 250px;
}
.example__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3rem;
}
@media (max-width: 1210px) {
  .example__box {
    display: grid;
    place-items: center;
    grid-row-gap: 2rem;
  }
}
.example__boxItem {
  width: 48.5%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 3rem;
  border-radius: 1em;
}
.example__boxItem img {
  aspect-ratio: 1/0.598;
}
.example__boxItem picture img {
  aspect-ratio: 1/0.234;
}
@media (max-width: 768px) {
  .example__boxItem picture img {
    aspect-ratio: 1/0.267;
  }
}
@media (max-width: 1210px) {
  .example__boxItem {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .example__boxItem {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}
.example__boxItemTtl {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  border: #707070 1px solid;
  border-radius: 3rem;
  text-align: center;
  padding: 0.3rem 2.5rem;
  width: 30%;
}
@media (max-width: 768px) {
  .example__boxItemTtl {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .example__boxItemTtl {
    margin: 0 auto;
  }
}
.example__boxItem h4 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #292929;
  text-align: left;
  border-radius: 1em 1em 0 0;
  position: relative;
  margin-bottom: 2rem;
  background: linear-gradient(109.6deg, #e4007f, #f4c71e) bottom/100% 3px no-repeat;
}
@media (max-width: 768px) {
  .example__boxItem h4 {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .example__boxItem h4 {
    font-size: 5vw;
    text-align: center;
  }
}
.example__boxItem h4.underline-gradient {
  background-image: linear-gradient(to right, #185a9d, #43cea2);
}
@media (max-width: 768px) {
  .example__boxItem img {
    padding: 1rem;
  }
}
.example__boxItem p {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  padding-block: 2rem;
}
@media (max-width: 768px) {
  .example__boxItem p {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .example__boxItem p {
    padding: 1rem;
  }
}

.influencer {
  padding-inline: 10.2rem;
  background: linear-gradient(180deg, #fee846, #f7cb34);
  -webkit-clip-path: circle(300vh at 50% 300vh);
          clip-path: circle(300vh at 50% 300vh);
  text-align: center;
  padding-top: 11rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .influencer {
    padding-inline: 2vw;
    -webkit-clip-path: circle(170vh at 50% 170vh);
            clip-path: circle(170vh at 50% 170vh);
  }
}
.influencer__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #111111;
  transform: translateY(-50%);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .influencer__head {
    font-size: 6.5vw;
  }
}

.splide {
  position: relative;
}
.splide img {
  aspect-ratio: 0.527/1;
}
.splide__track {
  margin-inline: auto;
  width: min(100%, 110rem);
}
@media (max-width: 768px) {
  .splide__track {
    margin-bottom: -1rem;
  }
}
.splide__arrow {
  display: none;
}
@media (max-width: 768px) {
  .splide__arrow {
    display: block;
    content: "";
    position: absolute;
    bottom: 25%;
    font-size: 5rem;
    font-weight: 700;
    width: 8rem;
    height: 12rem;
    color: #fff;
    background: linear-gradient(120deg, #f4c71e, #e4007f);
    z-index: 5;
  }
  .splide__arrow--prev {
    left: -2.5rem;
    -webkit-clip-path: circle(50% at 35% 55%);
            clip-path: circle(50% at 35% 55%);
  }
  .splide__arrow--next {
    right: -2.5rem;
    -webkit-clip-path: circle(50% at 65% 55%);
            clip-path: circle(50% at 65% 55%);
  }
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.flow {
  padding-inline: 10.2rem;
  background: #fff;
  text-align: center;
  padding-top: 11rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .flow {
    padding-inline: 2vw;
  }
}
.flow__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
}
.flow__inner small {
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .flow__inner small {
    float: left;
    padding-left: 4rem;
    text-align: left;
  }
}
.flow__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #111111;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .flow__head {
    font-size: 6.5vw;
  }
}
.flow__Txt {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .flow__Txt {
    font-size: 3.73vw;
  }
}
.flow__Txt span {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4em;
}
@media (max-width: 768px) {
  .flow__Txt span {
    font-size: 2.93vw;
  }
}
.flow__TxtSmall {
  padding-inline: 2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .flow__TxtSmall {
    display: block;
    padding-inline: 0;
  }
}
.flow__img {
  aspect-ratio: 1/0.306;
}
@media (max-width: 768px) {
  .flow__img {
    aspect-ratio: 0.226/1;
  }
}

.faq {
  padding-inline: 10.2rem;
  padding-bottom: 6rem;
  padding-top: 5rem;
  background: center/cover no-repeat url(../image/bg_faq.webp);
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: -30%;
    padding-inline: 2rem;
    padding-bottom: 42%;
    background: url(../image/bg_faq.webp) no-repeat -44rem 0;
  }
}
.faq__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
  padding-inline: 10rem;
}
@media (max-width: 768px) {
  .faq__inner {
    padding-inline: 0;
  }
}
.faq__head {
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  padding-block: 0.95em;
  color: #111111;
  text-align: center;
}
@media (max-width: 768px) {
  .faq__head {
    font-size: 6.5vw;
  }
}
@media (max-width: 768px) {
  .faq__head {
    padding: 0 0 2.5%;
  }
}
.faqAcd {
  margin: 2rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .faqAcd {
    margin: 2rem 0;
    border-radius: 1rem;
  }
}
.faqBtn {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  position: relative;
  color: #292929;
  cursor: pointer;
  padding: 2.5rem 7.5rem 2.5rem 8rem;
}
@media (max-width: 768px) {
  .faqBtn {
    font-size: 3.5vw;
  }
}
@media (max-width: 768px) {
  .faqBtn {
    padding: 2.5rem 5rem 2.5rem 6.5rem;
  }
}
.faqBtn::before {
  position: absolute;
  content: "Q";
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #fff;
  top: 22%;
  text-align: center;
  padding: 0.5rem;
  left: 2.5rem;
  width: 4rem;
  height: 4rem;
  background: linear-gradient(30deg, #e4007f, #f4c71e);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .faqBtn::before {
    font-size: 3.73vw;
  }
}
@media (max-width: 1210px) {
  .faqBtn::before {
    left: 1.5rem;
    font-size: 2rem;
  }
}
.faqBtn::after {
  position: absolute;
  content: "＋";
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  display: inline-block;
  background: linear-gradient(90deg, #e4007f 30%, #f4c71e);
  background: -webkit-linear-gradient(90deg, #e4007f 30%, #f4c71e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 13%;
  right: 2.5rem;
  transform-origin: center;
  display: inline-block;
  transition: all 0.2s;
  transform: rotate(0deg);
}
@media (max-width: 768px) {
  .faqBtn::after {
    font-size: 5.33vw;
  }
}
@media (max-width: 1210px) {
  .faqBtn::after {
    right: 3.4%;
  }
}
.faqBtn.active {
  color: #e4007f;
}
.faqBtn.active::after {
  transform: rotate(180deg);
  content: "ー";
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  display: inline-block;
  background: linear-gradient(90deg, #e4007f 30%, #f4c71e);
  background: -webkit-linear-gradient(90deg, #e4007f 30%, #f4c71e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: 13%;
  right: 2.5rem;
  transform-origin: center;
  transform: rotate(-180deg);
  display: inline-block;
}
@media (max-width: 768px) {
  .faqBtn.active::after {
    font-size: 5.33vw;
  }
}
@media (max-width: 1210px) {
  .faqBtn.active::after {
    right: 3.4%;
  }
}
.faqDetail {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  position: relative;
  height: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .faqDetail {
    font-size: 3.33vw;
  }
}
.faqDetail p {
  padding: 2rem 7.5rem 2rem 8rem;
}
@media (max-width: 1210px) {
  .faqDetail p {
    padding: 5%;
  }
}
.faqDetail::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle farthest-side, #e4007f, #e4007f 60%, transparent 60%, transparent);
  background-size: 4px;
  display: inline-block;
  top: -2%;
  left: 7.5rem;
  width: 88%;
  height: 4px;
}
@media (max-width: 1210px) {
  .faqDetail::before {
    width: 94%;
    left: 1rem;
    top: 0;
  }
}

.form {
  margin-top: -1.5px;
  padding-block: 4rem;
}
@media (max-width: 768px) {
  .form {
    padding-block: 5vw;
  }
}
.form--cont {
  display: none;
  background: linear-gradient(180deg, #e4007f 50%, #f4c71e 160%);
}
.form--cont.active {
  display: block;
}
.form--dl {
  display: none;
  background: linear-gradient(180deg, #EA5641 50%, #F7CB34);
}
.form--dl.active {
  display: block;
}
.form__tagArea {
  display: flex;
  justify-content: center;
  padding-inline: 5%;
  gap: 2%;
}
@media (max-width: 768px) {
  .form__tagArea {
    padding-inline: 2%;
  }
}
.form__tagBtn {
  display: block;
  flex: 1;
  padding-block: 0.7em 0.6em;
  text-align: center;
  font-size: clamp(2.8rem, 1.77vw, 3.4rem);
  border-radius: 0.55em 0.55em 0 0;
}
@media (max-width: 768px) {
  .form__tagBtn {
    padding-block: 0.8em 0.6em;
    line-height: 1.2em;
    font-size: 4.6vw;
    border-radius: 1.2em 1.2em 0 0;
  }
}
.form__tagBtn--cont {
  color: #E4007F;
  border: 2px solid #E4007F;
  background: #fff;
}
.form__tagBtn--cont.active {
  color: #fff;
  background: #E4007F;
}
.form__tagBtn--dl {
  color: #EA5641;
  border: 2px solid #EA5641;
  background: #fff;
}
.form__tagBtn--dl.active {
  color: #fff;
  background: #EA5641;
}
.form__head {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  padding-top: 1.5em;
  margin-inline: auto;
  width: min(100%, 47rem);
  text-align: center;
}
@media (max-width: 768px) {
  .form__head {
    font-size: 5.33vw;
  }
}
@media (max-width: 768px) {
  .form__head {
    width: 90%;
    font-size: 5.6vw;
  }
}
.form__head--cont {
  color: #E4007F;
}
.form__head--dl {
  color: #EA5641;
}
.form__inner {
  margin-inline: auto;
  width: min(90%, 90rem);
  border-radius: 1.5%;
  background: #fff;
}
@media (max-width: 768px) {
  .form__inner {
    width: 90%;
    border-radius: 3.5vw;
  }
}
.form__flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .form__flex {
    flex-flow: column;
  }
}
.form__sec {
  padding: 3.5rem 4.5rem 5rem;
  width: min(100%, 55rem);
  text-align: center;
}
@media (max-width: 768px) {
  .form__sec {
    padding: 7% 5% 10%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form__sec.no01 {
    padding: 7% 5% 0;
  }
}
.form__secHead {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin-bottom: 0.42em;
}
@media (max-width: 768px) {
  .form__secHead {
    font-size: 5.33vw;
  }
}
.form__secTxt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-bottom: 2.5em;
}
@media (max-width: 768px) {
  .form__secTxt {
    font-size: 3.33vw;
  }
}
@media (max-width: 768px) {
  .form__secTxt.no01 {
    margin-bottom: 1em;
  }
}
.form__secTxt--cont {
  margin-bottom: 4.5em;
}
.form__img {
  margin-bottom: 4%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.form__inputContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__inputLabel {
  margin-bottom: 6%;
  width: 100%;
}
.form__inputLabel--name {
  width: 47.5%;
}
.form__inputName {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  text-align: left;
}
@media (max-width: 768px) {
  .form__inputName {
    font-size: 3.33vw;
  }
}
@media (max-width: 768px) {
  .form__inputName {
    margin-bottom: 0.35em;
  }
}
.form__inputName span {
  display: inline-block;
  padding-left: 1em;
  font-weight: lighter;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputName span.no-pad {
    padding-left: 0;
  }
}
.form__inputField {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  padding: 1.1em 1.4em;
  width: 100%;
  text-align: left;
  border: 1px solid #A3909B;
  transition: 0.1s;
}
@media (max-width: 768px) {
  .form__inputField {
    font-size: 3.33vw;
  }
}
.form__inputField--textarea {
  height: 13em;
}
.form__inputField.error {
  background: rgba(241, 101, 101, 0.075);
  border: 1px solid #f16565;
}
.form__inputField::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputField::-webkit-input-placeholder {
    font-size: 3.33vw;
  }
}
.form__inputField::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputField::-moz-placeholder {
    font-size: 3.33vw;
  }
}
.form__inputField:-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputField:-ms-input-placeholder {
    font-size: 3.33vw;
  }
}
.form__inputField::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputField::-ms-input-placeholder {
    font-size: 3.33vw;
  }
}
.form__inputField::-moz-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
.form__inputField::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  color: #b5b5b5;
}
@media (max-width: 768px) {
  .form__inputField::-moz-placeholder {
    font-size: 3.33vw;
  }
  .form__inputField::placeholder {
    font-size: 3.33vw;
  }
}
.form__inputField.send {
  pointer-events: none;
  background: #f4f5f7;
}
@media (max-width: 768px) {
  .form__inputField {
    font-size: 3.59vw;
  }
  .form__inputField::-moz-placeholder {
    font-size: 3.59vw;
  }
  .form__inputField::placeholder {
    font-size: 3.59vw;
  }
}
.form__inputSubmit {
  position: relative;
  display: grid;
  place-items: center;
  padding: 0.45em 0 0.45em 1em;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-radius: 2em;
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e);
  transition: 0.19s;
  margin: 1.7rem auto 0;
  padding: 0.6em 1.5em;
  width: 75%;
  font-size: 1.9rem;
  border-radius: 2em;
}
.form__inputSubmit::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 1.2em;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.form__inputSubmit:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .form__inputSubmit {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form__inputSubmit {
    padding: 5.5%;
  }
}
.form__inputSubmit--cont {
  background: linear-gradient(90deg, #e4007f, #f4c71e);
}
.form__inputSubmit--dl {
  background: linear-gradient(90deg, #EA5641, #F7CB34);
}
.form__inputSubmit.inactive {
  pointer-events: none;
  color: #eee;
  background: #b2aeae;
}

.submit {
  margin-inline: auto;
  width: min(100%, 110rem);
}
.submitPage {
  padding-top: 11rem;
  position: relative;
  min-height: calc(100vh - 7rem);
}
@media (max-width: 1261px) {
  .submitPage {
    padding-top: 7rem;
  }
}
.submit__inner {
  padding-inline: 10.2rem;
}
@media (max-width: 768px) {
  .submit__inner {
    padding-inline: 11.5%;
  }
}
.submit__head {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  margin-inline: calc(50% - 50vw);
  padding-inline: 10.2rem;
  padding-block: 6rem;
  width: 100vw;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .submit__head {
    font-size: 5.33vw;
  }
}
.submit__head--cont {
  background: linear-gradient(180deg, #e4007f 50%, #f4c71e 160%);
}
.submit__head--dl {
  background: linear-gradient(180deg, #EA5641 50%, #F7CB34);
}
@media (max-width: 768px) {
  .submit__head {
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5em;
    padding: 1.8em 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .submit__head {
    font-size: 6.5vw;
  }
}
.submit__head::after {
  font-size: 6rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
}
@media (max-width: 768px) {
  .submit__head::after {
    font-size: 15.4vw;
    white-space: nowrap;
  }
}
.submit__txtArea {
  padding-bottom: 6vw;
}
@media (min-width: 769px) {
  .submit__txtArea {
    text-align: center;
  }
}
.submit__message {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-block: 2.5em 1.5em;
  text-align: center;
  color: #e4007f;
}
@media (max-width: 768px) {
  .submit__message {
    font-size: 3.73vw;
  }
}
.submit__message--cont {
  color: #e4007f;
}
.submit__message--dl {
  color: #EA5641;
}
.submit__detail {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .submit__detail {
    font-size: 3.33vw;
  }
}
.submit__note {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .submit__note {
    font-size: 3.33vw;
  }
}
.submit__btn {
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .submit__btn {
    padding-top: 1rem;
  }
}
.submit__btnDownload {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  display: block;
  margin: 1em auto 0;
  padding-block: 0.5em;
  border-radius: 5rem;
  width: 18.5em;
  color: #fff;
  background: linear-gradient(90deg, #e4007f, #f4c71e 160%);
  transition: 0.2s;
}
@media (max-width: 768px) {
  .submit__btnDownload {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .submit__btnDownload {
    margin: 1em auto 0;
    text-align: center;
  }
}
.submit__btnDownload--dl {
  background: linear-gradient(90deg, #EA5641, #F7CB34);
}
.submit__btnDownload:hover {
  opacity: 0.5;
}
.submit__btnBack {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  display: block;
  margin: 1em auto 0;
  padding-block: 0.5em;
  border-radius: 5rem;
  width: 18.5em;
  color: #e4007f;
  border: 1px solid #e4007f;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .submit__btnBack {
    font-size: 3.73vw;
  }
}
@media (max-width: 768px) {
  .submit__btnBack {
    margin: 1em auto 0;
    text-align: center;
  }
}
.submit__btnBack:hover {
  color: #fff;
  background: #e4007f;
}

.footer {
  padding-inline: 10.2rem;
  background: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding-inline: 0;
    background: #fdfdfd;
  }
}
.footer__inner {
  margin-inline: auto;
  width: min(100%, 110rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7rem;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-flow: column;
    gap: 2vh;
    padding: 7%;
    width: 100%;
    height: auto;
  }
}
.footer__logo {
  width: 13.2rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .footer__logo {
    width: 33.8vw;
  }
}
.footer__company {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5em;
  border-bottom: 1px solid #707070;
  transform: translateX(50%);
}
@media (max-width: 768px) {
  .footer__company {
    font-size: 3.33vw;
  }
}
@media (max-width: 768px) {
  .footer__company {
    transform: none;
  }
}
.footer__copyRight {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4em;
  font-size: 1rem;
  display: block;
}
@media (max-width: 768px) {
  .footer__copyRight {
    font-size: 2.93vw;
  }
}/*# sourceMappingURL=style.css.map */