@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #605E5E;
  overflow-x: hidden;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 1100px) {
  html {
    font-size: 12px;
  }
}
body {
  position: relative;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #605E5E;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Zen Old Mincho", serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.--gradient {
  background: linear-gradient(94deg, #FDADCF 7.33%, #E9518E 91.99%);
}

.cta__btn {
  text-align: center;
  border-radius: 9999px;
  display: inline-block;
  border: 0.167em solid #FFF;
  filter: drop-shadow(0 8.93px 7.814px rgba(87, 4, 37, 0.85));
  font-size: min(1.961vw, 26.67px);
  padding: 1em 2.77em 1.1em 1.77em;
  color: #FFF;
  font-feature-settings: "halt" on;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  transition: all 0.3s ease;
}
.cta__btn::before {
  content: "";
  width: 1.58em;
  height: 1.58em;
  background: url(../img/arrow_btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
.cta__btn:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 12px 12px rgba(87, 4, 37, 0.9));
}
.cta__btn:hover::before {
  right: 0.5em;
}

.section-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.18em;
  text-align: center;
}
.section-title span {
  display: inline-block;
  position: relative;
  padding: 0 1.4em;
  border-left: 2px solid #E9518E;
  border-right: 2px solid #E9518E;
}
.section-title span::before {
  content: "";
  aspect-ratio: 30/23;
  background: url(../img/title-sakura.png) no-repeat center center/contain;
  position: absolute;
  width: 1.875rem;
  bottom: -0.2em;
  left: calc(100% - 0.1em);
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
body {
  padding-top: 90px;
}

.p-header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 980px) {
  .p-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.p-header__logo {
  width: 230px;
  flex-shrink: 0;
}
.p-header__campaign {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.p-header__campaign-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.p-header__campaign .campaign-img {
  width: auto;
  height: 86px;
}
.p-header__campaign-year {
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  color: #E9518E;
  position: relative;
}
.p-header__campaign-year::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E9518E;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-header__campaign-year::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #E9518E;
  left: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-header__campaign-year span {
  font-size: 12px;
}
.p-header__campaign-text {
  font-size: 16px;
  font-weight: 800;
  position: relative;
}
.p-header__campaign-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: rgba(255, 224, 156, 0.5);
  left: 0;
  bottom: 0;
  z-index: -1;
}
.p-header__campaign-deadline {
  color: #E9518E;
  font-size: 12px;
  font-weight: 700;
  line-height: 162%;
}
.p-header__campaign-deadline span {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 122%;
}
.p-header__btn {
  color: #FFF;
  font-feature-settings: "halt" on;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  border-radius: 9999px;
  padding: 15px 50px 15px 25px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(233, 81, 142, 0.3);
}
.p-header__btn::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/arrow_btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
.p-header__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(233, 81, 142, 0.5);
}
.p-header__btn:hover::before {
  right: 12px;
}

/*===========================================================================*/
/*  float  */
/*===========================================================================*/
.vc-float {
  display: none;
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  position: relative;
  overflow: hidden;
}
.p-mv .p-mv__info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  color: #1E1E1E;
  font-size: 12px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.5);
}
.p-mv .p-mv__content {
  min-height: calc(100vh - 90px);
  background: url(../img/mv.webp) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 90px;
}
.p-mv .p-mv__title {
  color: #FFF;
  text-shadow: 0 5.528px 5.528px rgba(0, 0, 0, 0.25), 0 5.528px 10.365px rgba(30, 30, 30, 0.7);
  -webkit-text-stroke-width: 0.69px;
  -webkit-text-stroke-color: rgba(99, 99, 99, 0.47);
  font-size: min(5.58823vw, 76px);
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.1789em;
}
.p-mv .p-mv__title span {
  color: #FDADCF;
  position: relative;
}
.p-mv .p-mv__title span::before {
  content: "彩る";
  font-size: 0.97em;
  -webkit-text-stroke-width: 0.009em;
  -webkit-text-stroke-color: #FCFCFC;
  color: transparent;
  position: absolute;
  text-shadow: none;
  top: -0.09em;
  right: -0.02em;
}
.p-mv .p-mv__content-bottom {
  margin-top: 2.29em;
}
.p-mv .p-mv__content-bottom .p-mv__content-bottom-ttl {
  color: #FFF;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4), 0 4px 4px rgba(0, 0, 0, 0.6);
  font-size: min(1.7647vw, 24px);
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.18em;
}
.p-mv .p-mv__content-bottom .p-mv__content-bottom-ttl span {
  position: relative;
}
.p-mv .p-mv__content-bottom .p-mv__content-bottom-ttl span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  top: calc(100% + 3px);
}
.p-mv .p-mv__content-bottom .p-mv__content-bottom-text {
  margin-top: 0.54em;
  color: #FFF;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4), 0 4px 4px rgba(0, 0, 0, 0.5);
  font-size: min(1.599vw, 21.751px);
  font-weight: 500;
  line-height: 160%;
}
.p-mv .p-mv__content-bottom-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.p-mv .p-mv__content-bottom-list li {
  max-width: 200px;
}
.p-mv .p-mv__text {
  text-align: center;
  color: #FFF;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25), 0 4px 7.5px #1E1E1E;
  font-size: min(1.7647vw, 24px);
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.03em;
  margin-top: 30px;
}
.p-mv .cta__btn {
  margin-top: 2.79em;
}

/*===========================================================================*/
/*  worries  */
/*===========================================================================*/
.p-worries {
  padding-top: 80px;
  padding-bottom: 100px;
  overflow: hidden;
}
.p-worries .p-worries__inner {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/worries-bg.webp) no-repeat center center/cover;
  padding-top: 56px;
  padding-bottom: 36px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-worries .p-worries__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) -13.11%, #FFF 31.99%);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-worries .p-worries__inner::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 94px;
  background: rgba(65, 130, 185, 0.7);
  left: 50%;
  transform: translateX(-50%);
  bottom: -72px;
}
.p-worries .p-worries__inner .p-worries__title {
  text-align: center;
}
.p-worries .p-worries__inner .p-worries__title span {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.18em;
  padding-bottom: 0.75rem;
  padding-right: 0.8em;
  padding-left: 0.8em;
  border-bottom: 3px solid #605E5E;
}
.p-worries .p-worries__inner .p-worries__title span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #605E5E;
  right: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-worries .p-worries__inner .p-worries__title span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 80%;
  background: #605E5E;
  left: calc(100% + 0.5em);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.p-worries .p-worries__inner .p-worries__list {
  margin-top: 2.8125rem;
  display: inline-flex;
  flex-direction: column;
  gap: 1.25rem;
}
.p-worries .p-worries__inner .p-worries__list li {
  display: flex;
  align-items: flex-start;
  gap: 29px;
}
.p-worries .p-worries__inner .p-worries__list li img {
  flex-shrink: 0;
  width: 2.1875rem;
}
.p-worries .p-worries__inner .p-worries__list li p {
  margin-top: -0.15em;
  color: #605E5E;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.p-worries .p-solution {
  margin-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
.p-worries .p-solution .p-solution__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .p-worries .p-solution .p-solution__inner {
    max-width: 700px;
  }
}
.p-worries .p-solution .p-solution__worries {
  width: 50%;
}
.p-worries .p-solution .p-solution__worries .p-solution__worries-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-worries .p-solution .p-solution__worries .p-solution__worries-list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.p-worries .p-solution .p-solution__worries .p-solution__worries-list li img {
  flex-shrink: 0;
  width: 2.1875rem;
}
.p-worries .p-solution .p-solution__worries .p-solution__worries-list li p {
  color: #605E5E;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.18em;
}
.p-worries .p-solution .p-solution__worries .p-solution__worries-text {
  margin-top: 1em;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 162%;
  letter-spacing: 0.18em;
  background: #605E5E;
  padding: 0.5625rem 0 0.5625rem 2.0625rem;
  clip-path: polygon(calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 0 0);
}
.p-worries .p-solution .p-solution__solution {
  width: 50%;
  padding-left: 5%;
}
.p-worries .p-solution .p-solution__solution .p-solution__solution-title {
  color: #E9518E;
  font-size: 2.125rem;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0.18em;
  position: relative;
  display: inline-block;
  z-index: 1;
  white-space: nowrap;
}
.p-worries .p-solution .p-solution__solution .p-solution__solution-title .big {
  font-size: 1.235em;
}
.p-worries .p-solution .p-solution__solution .p-solution__solution-title .--left {
  margin-left: 2.5em;
}
.p-worries .p-solution .p-solution__solution .p-solution__solution-title::before {
  content: "";
  aspect-ratio: 401/30;
  background: url(../img/title-bottom.webp) no-repeat center center/contain;
  position: absolute;
  width: 105%;
  top: 100%;
  right: 0.5em;
}
.p-worries .p-solution .p-solution__solution .p-solution__solution-title::after {
  content: "";
  aspect-ratio: 583/232;
  background: url(../img/sakura.webp) no-repeat center center/contain;
  position: absolute;
  width: 143%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*===========================================================================*/
/*  strengths  */
/*===========================================================================*/
.p-strengths {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(115deg, #FFF 11.23%, #FFE3EF 88.74%);
}
.p-strengths .p-strengths__header {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding-left: calc((100% - 1160px) / 2);
}
@media (max-width: 1240px) {
  .p-strengths .p-strengths__header {
    padding-left: 40px;
  }
}
.p-strengths .p-strengths__header .p-strengths__title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.p-strengths .p-strengths__header picture {
  display: block;
  max-width: 1500px;
}
.p-strengths .p-strengths__header picture img {
  width: 100%;
}
.p-strengths .p-strengths__content {
  padding-top: 80px;
  position: relative;
  background: url(../img/strengths-bg.webp) no-repeat center center/100% auto;
}
.p-strengths .p-strengths__content--inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.p-strengths .p-strengths__content--title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.p-strengths .p-strengths__content--title span:last-child {
  margin-top: 1.5em;
}
.p-strengths .p-strengths__content--list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 15px;
  padding-right: 10px;
}
.p-strengths .p-strengths__content--list::before {
  content: "";
  width: calc(100% + (100vw - 1160px) / 2);
  height: 100%;
  border-radius: 0 10px 10px 0;
  background: linear-gradient(115deg, #FFF 11.23%, rgba(255, 255, 255, 0.1) 88.74%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: calc((100vw - 1160px) / 2 * -1);
}
.p-strengths .p-strengths__content--list .list-head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.p-strengths .p-strengths__content--list .list-head img {
  flex-shrink: 0;
  width: 2.5rem;
}
.p-strengths .p-strengths__content--list .list-head h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 170%;
  color: #E9518E;
}
.p-strengths .p-strengths__content--list .list-text {
  margin-top: 0.5625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 170%;
}
.p-strengths .p-strengths__content--list .list-text span {
  background: rgba(255, 224, 156, 0.5);
  font-weight: 700;
}

/*===========================================================================*/
/*  works  */
/*===========================================================================*/
.p-works {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-works__slider {
  margin-top: 40px;
  position: relative;
  padding-left: 5rem;
}
.p-works__slider .swiper-pagination {
  position: relative;
  margin-top: 2.5rem;
}
.p-works__slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #F5F3EF;
  opacity: 1;
  margin: 0 6px;
  transition: all 0.3s ease;
}
.p-works__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #E9518E;
}
.p-works__slider .swiper-button-prev,
.p-works__slider .swiper-button-next {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.p-works__slider .swiper-button-prev:after,
.p-works__slider .swiper-button-next:after {
  content: none;
}
.p-works__slider .swiper-button-prev img,
.p-works__slider .swiper-button-next img {
  width: 31px;
  height: 31px;
}
.p-works__slider .swiper-button-prev:hover,
.p-works__slider .swiper-button-next:hover {
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.p-works__slider .swiper-button-prev.swiper-button-disabled,
.p-works__slider .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.p-works__slider .swiper-button-prev.swiper-button-disabled:hover,
.p-works__slider .swiper-button-next.swiper-button-disabled:hover {
  transform: none;
}
.p-works__slider .swiper-button-prev {
  left: 0px;
}
.p-works__slider .swiper-button-prev img {
  transform: rotate(180deg);
}
.p-works__slider .swiper-button-next {
  right: 5rem;
}
.p-works__card-img {
  width: 100%;
  aspect-ratio: 740/452;
  border-radius: 10px;
  overflow: hidden;
}
.p-works__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-works__card-content {
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
  margin-top: 0.8125rem;
}
.p-works__card-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
}
.p-works__card-location {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.p-works__card-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  padding: 0 20px;
}
.p-works__card-info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

/*===========================================================================*/
/*  cta  */
/*===========================================================================*/
.p-cta__title {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  padding: 1em 0;
  text-align: center;
  font-size: 4rem;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p-cta__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-cta__content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-cta__content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 24, 0.85);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-cta__content--inner {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 162%;
  letter-spacing: 0.03em;
  text-align: left;
}
.p-cta__content--inner .p-cta__content-text {
  margin-bottom: 0.8em;
}
.p-cta__content--inner .p-cta__note {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}
.p-cta__content--inner .p-cta__note .note-title {
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding: 5px 11px;
}
.p-cta__content--inner .p-cta__note .note-list {
  list-style: disc;
  padding-left: 1.5em;
}

/*===========================================================================*/
/*  flow  */
/*===========================================================================*/
.p-flow {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(146deg, #FFF 30.72%, #FFE3EF 79.22%);
}
.p-flow__img {
  width: 100%;
  display: block;
  margin-top: 40px;
}

/*===========================================================================*/
/*  cando  */
/*===========================================================================*/
.p-cando {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/cando-bg.webp) no-repeat center center/100% auto;
}
.p-cando__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 4.375rem;
  align-items: flex-start;
}
.p-cando__content-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-cando__content {
  display: flex;
  gap: 4.375rem;
}
.p-cando__content:first-child {
  justify-content: flex-start;
}
.p-cando__content:last-child {
  justify-content: flex-end;
}
.p-cando__content:last-child .p-cando__item {
  flex-direction: row-reverse;
}
.p-cando__title {
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  height: fit-content;
}
.p-cando__title span {
  margin-top: 6.5em;
}
.p-cando__item {
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
.p-cando__item-img {
  flex-shrink: 0;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.p-cando__item-content {
  flex-grow: 1;
  width: 60%;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px 0 rgba(255, 230, 241, 0.6);
}
.p-cando__item-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.18em;
  color: #E9518E;
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
}
.p-cando__item-title::before {
  content: "";
  width: 77px;
  height: 1px;
  background: #E9518E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-cando__item-text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
}

/*===========================================================================*/
/*  about  */
/*===========================================================================*/
.p-about {
  padding-top: 80px;
  text-align: center;
}
.p-about .p-about__title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 162%;
  letter-spacing: 0.03em;
  margin-top: 3.3125rem;
  margin-bottom: 2.8125rem;
}
.p-about .p-about__text {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
}
.p-about figure {
  margin-top: 40px;
  display: block;
  width: 100%;
}

/*===========================================================================*/
/*  business  */
/*===========================================================================*/
.p-business {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-business .business-swiper {
  margin-top: 40px;
}
.p-business .business-swiper .swiper-wrapper {
  display: flex;
}
.p-business .business-swiper .swiper-slide {
  padding: 1.25rem;
}
.p-business .business-swiper .swiper-pagination {
  display: none;
}
.p-business__img {
  border-radius: 8px;
  overflow: hidden;
}
.p-business__img img {
  width: 100%;
  height: auto;
}
.p-business__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 162%;
  margin: 1.5625rem 0;
  text-align: center;
}
.p-business__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  min-height: 6rem;
}
.p-business__works {
  background: rgba(253, 173, 207, 0.09);
  padding: 20px;
}
.p-business__works-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 162%;
}
.p-business__works-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 7px;
  min-height: 6rem;
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(115deg, #FFF 11.23%, #FFE3EF 88.74%);
}
.p-contact .l-inner {
  max-width: 727px;
}
.p-contact__note {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  color: #605E5E;
  margin-top: 60px;
}
.p-contact__note .required {
  color: #E9518E;
}
.p-contact__form {
  margin-top: 20px;
}
.p-contact__form-group {
  margin-bottom: 20px;
}
.p-contact__label {
  display: block;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.p-contact__label .required {
  color: #E9518E;
  margin-right: 5px;
}
.p-contact__input {
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
  transition: border-color 0.3s ease;
}
.p-contact__input:focus {
  outline: none;
  border-color: #E9518E;
}
.p-contact__textarea {
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  background: #FFF;
  resize: vertical;
  transition: border-color 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}
.p-contact__textarea:focus {
  outline: none;
  border-color: #E9518E;
}
.p-contact__textarea::placeholder {
  color: #999;
}
.p-contact__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 11px;
}
.p-contact__checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.p-contact__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #E9518E;
}
.p-contact__checkbox span {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #605E5E;
}
.p-contact__submit {
  text-align: center;
  margin-top: 40px;
}
.p-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px;
  border-radius: 9999px;
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 140%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(233, 81, 142, 0.3);
  position: relative;
}
.p-contact__btn::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/arrow_btn.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
.p-contact__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(233, 81, 142, 0.5);
}
.p-contact__btn:hover::before {
  right: 16px;
}

/*===========================================================================*/
/*  faq  */
/*===========================================================================*/
.p-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-faq__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-faq__item {
  position: relative;
  padding-bottom: 10px;
}
.p-faq__item::before {
  content: "";
  position: absolute;
  width: 77px;
  height: 1px;
  background: #E9518E;
  left: 0;
  bottom: 0;
}
.p-faq__item:last-child {
  padding-bottom: 0;
}
.p-faq__item:last-child::before {
  content: none;
}
.p-faq__question {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.8rem;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  transition: opacity 0.3s ease;
}
.p-faq__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #E9518E;
  border-bottom: 2px solid #E9518E;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.p-faq__question.active::after {
  transform: rotate(-135deg);
  top: 10px;
}
.p-faq__question:hover {
  opacity: 0.7;
}
.p-faq__q {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #E9518E;
  font-family: "Zen Old Mincho", serif;
}
.p-faq__question-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 162%;
  letter-spacing: 0.03em;
  color: #605E5E;
}
.p-faq__answer {
  display: none;
  padding-bottom: 10px;
}
.p-faq__answer--inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.p-faq__a {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: rgba(113, 64, 19, 0.58);
  font-family: "Zen Old Mincho", serif;
}
.p-faq__answer-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
  color: #605E5E;
  margin-top: 0.15em;
}

/*===========================================================================*/
/*  cta-2  */
/*===========================================================================*/
.p-cta-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(121deg, #FFF 31.98%, #FFE3EF 106.89%);
  text-align: center;
  position: relative;
}
.p-cta-2 .l-inner {
  position: relative;
  z-index: 2;
}
.p-cta-2::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../img/hanafubuki-2.webp) no-repeat center center/100% auto;
  top: 0;
  left: 0;
}
.p-cta-2__category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.p-cta-2__category li {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-radius: 10px;
  background: rgba(237, 116, 165, 0.6);
  padding: 1.25rem 2.5rem;
  position: relative;
}
.p-cta-2__category li::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  width: 3rem;
  background: url(../img/sakura-one.png) no-repeat center center/contain;
  top: 0;
  left: 0;
}
.p-cta-2__category li img {
  width: 2.25rem;
  position: relative;
  z-index: 1;
}
.p-cta-2__category li p {
  font-size: 2rem;
  font-weight: 900;
  line-height: 162%;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.p-cta-2__text {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
  color: #605E5E;
  margin-top: 2em;
}
.p-cta-2__text span {
  background: rgba(255, 224, 156, 0.5);
}
.p-cta-2__bottom {
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.03em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.p-cta-2__bottom span {
  color: #E9518E;
  font-weight: 800;
}
.p-cta-2 .cta__btn {
  position: relative;
  z-index: 1;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
  border-top: 3px solid #E9518E;
}
.p-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #E5E5E5;
}
.p-footer__logo {
  width: 200px;
  flex-shrink: 0;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__nav {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-grow: 1;
}
.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer__nav-list li a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #605E5E;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  padding-left: 1em;
}
.p-footer__nav-list li a::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../img/arrow-menu.svg) no-repeat center center/contain;
  left: 0;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}
.p-footer__nav-list li a:hover {
  color: #E9518E;
}
.p-footer__copyright {
  margin-top: 30px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
  color: #605E5E;
  text-align: center;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  .cta__btn {
    width: 100%;
    max-width: 400px;
    border-radius: 9999px;
    display: inline-block;
    border: 0.167em solid #FFF;
    filter: drop-shadow(0 8.93px 7.814px rgba(87, 4, 37, 0.85));
    font-size: 18px;
    padding: 1em 2.77em 1.1em 1.77em;
    color: #FFF;
    font-feature-settings: "halt" on;
    font-weight: 700;
    line-height: 140%;
    position: relative;
    transition: all 0.3s ease;
  }
  .cta__btn::before {
    content: "";
    width: 1.58em;
    height: 1.58em;
    background: url(../img/arrow_btn.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    right: 0.8em;
    transform: translateY(-50%);
    transition: right 0.3s ease;
  }
  .cta__btn:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 12px 12px rgba(87, 4, 37, 0.9));
  }
  .cta__btn:hover::before {
    right: 0.5em;
  }
  .section-title {
    font-size: 24px;
  }
  .section-title span {
    padding: 0 16px;
    border-left: 1px solid #E9518E;
    border-right: 1px solid #E9518E;
  }
  /*===========================================================================*/
  /*  header  */
  /*===========================================================================*/
  body {
    padding-top: 62px;
  }
  .p-header__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 62px;
    padding: 0;
    gap: 0;
  }
  .p-header__logo {
    width: 157px;
    max-width: 100%;
  }
  .p-header__campaign {
    display: none;
  }
  .p-header__btn {
    display: none;
  }
  /*===========================================================================*/
  /*  float  */
  /*===========================================================================*/
  .vc-float {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 5px;
  }
  .vc-float__btn {
    width: calc(100% - 50px);
    max-width: 326px;
    border-radius: 5.208px;
    box-shadow: 0 4.166px 36.454px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-feature-settings: "halt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    padding: 10px 0;
  }
  .vc-float .vc-float__btn-img {
    position: absolute;
    top: 3px;
    max-width: 320px;
    left: calc(50% - 20px);
    transform: translateX(-50%);
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv .p-mv__content {
    position: relative;
    text-align: center;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 110px;
  }
  .p-mv .p-mv__content > .cta__btn {
    display: none;
  }
  .p-mv .p-mv__content .p-mv__info {
    text-align: left;
    font-size: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .p-mv .p-mv__title {
    color: #FFF;
    text-shadow: 0 2.308px 21.237px rgba(30, 30, 30, 0.5);
    -webkit-text-stroke-width: 1.42px;
    font-size: 41px;
  }
  .p-mv .p-mv__text {
    display: none;
  }
  .p-mv .p-mv__btn {
    display: none;
  }
  .p-mv .p-mv__text-wrap {
    padding-top: 34px;
    padding-bottom: 34px;
    text-align: center;
    background: url(../img/hanafubuki.webp) no-repeat right bottom/auto 100%, linear-gradient(115deg, #FFF 11.23%, #FFE3EF 88.74%);
  }
  .p-mv .p-mv__text-wrap .p-mv__sp-text {
    color: #605E5E;
    font-size: 18px;
    font-weight: 900;
    line-height: 169%;
    letter-spacing: 0.54px;
  }
  .p-mv .p-mv__text-wrap .p-mv__sp-text span {
    color: #E9518E;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom {
    margin-top: 0;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom .p-mv__content-bottom-ttl {
    color: #605E5E;
    font-size: 16px;
    font-weight: 500;
    line-height: 162%;
    letter-spacing: 2.88px;
    text-shadow: none;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom .p-mv__content-bottom-ttl span::before {
    height: 2px;
    background: #E9518E;
    top: calc(100% + 1px);
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom .p-mv__content-bottom-text {
    color: #605E5E;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-top: 13px;
    text-shadow: none;
    position: relative;
    z-index: 1;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom .p-mv__content-bottom-text span {
    position: relative;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom .p-mv__content-bottom-text span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, transparent 70%, rgba(255, 224, 156, 0.5) 70%, rgba(255, 224, 156, 0.5) 100%);
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom-list {
    margin-top: 10px;
    gap: 10px;
    padding: 0 20px;
  }
  .p-mv .p-mv__text-wrap .p-mv__content-bottom-list li {
    max-width: 150px;
  }
  .p-mv .p-mv__btn-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .p-mv .p-mv__btn-wrap .cta__btn {
    margin-top: 0;
  }
  /*===========================================================================*/
  /*  worries  */
  /*===========================================================================*/
  .p-worries {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-worries .p-worries__inner {
    padding-top: 28px;
    padding-bottom: 36px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-worries .p-worries__inner::after {
    content: none;
  }
  .p-worries .p-worries__inner .p-worries__title span {
    font-size: 20px;
    padding-bottom: 0.5rem;
    padding-right: 0.8em;
    padding-left: 0.8em;
    border-bottom: 2px solid #605E5E;
  }
  .p-worries .p-worries__inner .p-worries__title span::before {
    width: 2px;
    height: 70%;
    right: calc(100% + 0.1em);
  }
  .p-worries .p-worries__inner .p-worries__title span::after {
    width: 2px;
    height: 70%;
    left: calc(100% + 0.1em);
  }
  .p-worries .p-worries__inner .p-worries__list {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 37px;
    gap: 15px;
  }
  .p-worries .p-worries__inner .p-worries__list li {
    gap: 15px;
  }
  .p-worries .p-worries__inner .p-worries__list li img {
    width: 18px;
  }
  .p-worries .p-worries__inner .p-worries__list li p {
    margin-top: -0.3em;
    font-size: 16px;
  }
  .p-worries .p-solution {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .p-worries .p-solution .p-solution__inner {
    flex-direction: column;
    max-width: 100%;
  }
  .p-worries .p-solution .p-solution__worries {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 32px;
    padding-bottom: 43px;
    background: #605E5E;
    clip-path: polygon(100% 0, 100% calc(100% - 27px), 50% 100%, 0 calc(100% - 27px), 0 0);
  }
  .p-worries .p-solution .p-solution__worries .p-solution__worries-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 29px;
    margin: 0 auto;
    max-width: 200px;
  }
  .p-worries .p-solution .p-solution__worries .p-solution__worries-list li {
    gap: 11px;
  }
  .p-worries .p-solution .p-solution__worries .p-solution__worries-list li img {
    width: 27px;
  }
  .p-worries .p-solution .p-solution__worries .p-solution__worries-list li p {
    color: #fff;
    font-size: 18px;
  }
  .p-worries .p-solution .p-solution__worries .p-solution__worries-text {
    margin-top: 9px;
    font-size: 16px;
    text-align: center;
    background: initial;
    padding: 0;
    clip-path: initial;
  }
  .p-worries .p-solution .p-solution__solution {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 65px;
  }
  .p-worries .p-solution .p-solution__solution .p-solution__solution-title {
    text-align: left;
    font-size: 23px;
  }
  /*===========================================================================*/
  /*  strengths  */
  /*===========================================================================*/
  .p-strengths {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-strengths .p-strengths__header {
    max-width: 520px;
    margin: 0 auto;
    gap: 24px;
    padding-left: 28px;
  }
  .p-strengths .p-strengths__header .p-strengths__title {
    font-size: 24px;
  }
  .p-strengths .p-strengths__header picture {
    margin-top: 0;
  }
  .p-strengths .p-strengths__content {
    padding-left: 0;
    padding-top: 40px;
    background: url(../img/strengths-bg-sp.webp) no-repeat center center/100% auto;
  }
  .p-strengths .p-strengths__content--inner {
    gap: 15px;
  }
  .p-strengths .p-strengths__content--title {
    font-size: 24px;
    line-height: 130%;
  }
  .p-strengths .p-strengths__content--list {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    position: relative;
    z-index: 1;
    padding-top: 56px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .p-strengths .p-strengths__content--list::before {
    width: 100%;
    left: 0;
  }
  .p-strengths .p-strengths__content--list .list-head {
    gap: 10px;
  }
  .p-strengths .p-strengths__content--list .list-head img {
    width: 32px;
  }
  .p-strengths .p-strengths__content--list .list-head h3 {
    font-size: 18px;
    line-height: 150%;
  }
  .p-strengths .p-strengths__content--list .list-text {
    margin-top: 9px;
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  works  */
  /*===========================================================================*/
  .p-works {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-works__slider {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-works__slider .swiper-pagination {
    margin-top: 26px;
  }
  .p-works__slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .p-works__slider .swiper-button-prev,
  .p-works__slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-works__slider .swiper-button-prev:after,
  .p-works__slider .swiper-button-next:after {
    content: none;
  }
  .p-works__slider .swiper-button-prev img,
  .p-works__slider .swiper-button-next img {
    width: 20px;
    height: 20px;
  }
  .p-works__slider .swiper-button-prev.swiper-button-disabled,
  .p-works__slider .swiper-button-next.swiper-button-disabled {
    opacity: 0.3;
  }
  .p-works__slider .swiper-button-prev {
    left: 10px;
  }
  .p-works__slider .swiper-button-prev img {
    transform: rotate(180deg);
  }
  .p-works__slider .swiper-button-next {
    right: 10px;
  }
  .p-works__card-img {
    border-radius: 5px;
  }
  .p-works__card-content {
    gap: 6px;
    margin-top: 6px;
  }
  .p-works__card-title {
    font-size: 20px;
  }
  .p-works__card-location {
    font-size: 14px;
  }
  .p-works__card-text {
    font-size: 12px;
    padding: 0 10px;
  }
  /*===========================================================================*/
  /*  cta  */
  /*===========================================================================*/
  .p-cta__title {
    padding: 20px 0;
    font-size: 24px;
  }
  .p-cta__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-cta__content--inner {
    margin-top: 30px;
    font-size: 12px;
    font-weight: 400;
  }
  .p-cta__content--inner .p-cta__content-text {
    margin-bottom: 0.8em;
  }
  .p-cta__content--inner .p-cta__note {
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
    gap: 9px;
  }
  .p-cta__content--inner .p-cta__note .note-title {
    border-radius: 2px;
    padding: 1.542px 3.393px;
  }
  .p-cta__content--inner .p-cta__note .note-list {
    line-height: 180%;
  }
  /*===========================================================================*/
  /*  flow  */
  /*===========================================================================*/
  .p-flow {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-flow__img {
    margin-top: 20px;
  }
  /*===========================================================================*/
  /*  cando  */
  /*===========================================================================*/
  .p-cando {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../img/cando-bg-sp.webp) no-repeat center bottom/100% auto;
  }
  .p-cando__inner {
    flex-direction: row;
    gap: 24px;
  }
  .p-cando__content-wrap {
    flex: 1;
    gap: 24px;
  }
  .p-cando__content {
    gap: 34px;
  }
  .p-cando__content:last-child {
    margin-top: 10px;
  }
  .p-cando__content:last-child .p-cando__item {
    flex-direction: column;
    margin-top: 0;
  }
  .p-cando__title {
    font-size: 24px;
  }
  .p-cando__title span {
    margin-top: 0;
  }
  .p-cando__item {
    flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
  .p-cando__item-img {
    width: calc(100% + 20px);
    aspect-ratio: initial;
    border-radius: 8px 0 0 8px;
  }
  .p-cando__item-content {
    width: 100%;
    padding: 15px;
    border-radius: 0;
  }
  .p-cando__item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 142%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .p-cando__item-title::before {
    width: 59px;
  }
  .p-cando__item-text {
    font-size: 14px;
    line-height: 143%;
  }
  /*===========================================================================*/
  /*  about  */
  /*===========================================================================*/
  .p-about {
    padding-top: 40px;
  }
  .p-about .p-about__title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .p-about .p-about__text {
    font-size: 14px;
  }
  .p-about figure {
    margin-top: 15px;
  }
  /*===========================================================================*/
  /*  business  */
  /*===========================================================================*/
  .p-business {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-business .business-swiper {
    margin-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-business .business-swiper .swiper-slide {
    padding: 20px;
  }
  .p-business .business-swiper .swiper-pagination {
    position: relative;
    margin-top: 26px;
    display: block !important;
  }
  .p-business .business-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #F5F3EF;
    opacity: 1;
    margin: 0 5px;
    transition: all 0.3s ease;
  }
  .p-business .business-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #E9518E;
  }
  .p-business__title {
    font-size: 20px;
    margin: 10px 0;
  }
  .p-business__text {
    font-size: 15px;
    margin-bottom: 10px;
    min-height: auto;
  }
  .p-business__works {
    padding: 15px;
  }
  .p-business__works-title {
    font-size: 18px;
  }
  .p-business__works-text {
    font-size: 15px;
    margin-top: 5px;
    min-height: auto;
  }
  /*===========================================================================*/
  /*  contact  */
  /*===========================================================================*/
  .p-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-contact__note {
    margin-top: 20px;
    font-size: 14px;
  }
  .p-contact__form {
    margin-top: 20px;
  }
  .p-contact__form-group {
    margin-bottom: 10px;
  }
  .p-contact__label {
    font-size: 12px;
    margin-bottom: 0;
  }
  .p-contact__input {
    padding: 10px 12px;
    font-size: 12px;
  }
  .p-contact__textarea {
    padding: 10px 12px;
    font-size: 12px;
  }
  .p-contact__checkbox-group {
    gap: 8px;
  }
  .p-contact__checkbox {
    gap: 8px;
  }
  .p-contact__checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  .p-contact__checkbox span {
    font-size: 12px;
  }
  .p-contact__submit {
    margin-top: 30px;
  }
  .p-contact__btn {
    width: 100%;
    max-width: 400px;
    padding: 16px 50px;
    font-size: 16px;
  }
  .p-contact__btn::before {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .p-contact__btn:hover::before {
    right: 12px;
  }
  /*===========================================================================*/
  /*  faq  */
  /*===========================================================================*/
  .p-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-faq__list {
    margin-top: 30px;
    gap: 20px;
  }
  .p-faq__question {
    gap: 10px;
    margin-bottom: 5px;
    padding-right: 30px;
  }
  .p-faq__question::after {
    width: 10px;
    height: 10px;
    top: 3px;
  }
  .p-faq__question.active::after {
    top: 8px;
  }
  .p-faq__q {
    font-size: 20px;
  }
  .p-faq__question-text {
    font-size: 16px;
  }
  .p-faq__answer--inner {
    gap: 10px;
    flex-direction: row;
  }
  .p-faq__a {
    font-size: 20px;
  }
  .p-faq__answer-text {
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  cta-2  */
  /*===========================================================================*/
  .p-cta-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-cta-2::before {
    top: 0;
    left: 0;
  }
  .p-cta-2__category {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .p-cta-2__category li {
    width: 280px;
    gap: 20px;
    border-radius: 6px;
    padding: 12px 20px;
  }
  .p-cta-2__category li img {
    width: 20px;
  }
  .p-cta-2__category li p {
    font-size: 18px;
  }
  .p-cta-2__text {
    font-size: 16px;
    margin-top: 2em;
  }
  .p-cta-2__bottom {
    font-size: 16px;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .p-cta-2__bottom span {
    color: #E9518E;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #E9518E;
  }
  .p-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
  }
  .p-footer__logo {
    width: 150px;
  }
  .p-footer__nav {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .p-footer__nav-list {
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  .p-footer__nav-list li a {
    font-size: 14px;
  }
  .p-footer__copyright {
    margin-top: 20px;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */