@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
}

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

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  padding: 0 25px;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 3.85vw;
  }
}
.l-section--bg {
  background: #ededed;
}

.c-article__card {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.c-article__card a {
  display: block;
  padding: 1.875rem 1.875rem 2.0625rem;
}

.c-article__card a:hover {
  opacity: 1;
}

.c-article__card a:hover .c-btn .arrow {
  -webkit-transform: translate(0.3125rem, 0.0625rem);
  transform: translate(0.3125rem, 0.0625rem);
}

.c-article__card-image img {
  aspect-ratio: 270/180;
}

.c-article__card .c-article__head {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.c-article__category {
  min-width: 7.0625rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #746d60;
  border-radius: 0.125rem;
  padding: 0.25rem 0.3125rem 0.3125rem;
  text-align: center;
}

.c-article__date {
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 500;
  color: #ea5514;
}

.c-article__card-title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-article__card-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.9375rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-article__card-btn {
  margin-top: 1.25rem;
  text-align: center;
}

.c-article__card-btn .c-btn {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 1.875rem;
}

.c-article__card-btn .c-btn .arrow {
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

@media screen and (max-width: 768px) {
  .c-article__card a {
    padding: 5.13vw;
  }
  .c-article__card .c-article__head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2.05vw;
    margin-top: 2.56vw;
  }
  .c-article__category {
    min-width: 28.97vw;
    font-size: 2.56vw;
  }
  .c-article__date {
    font-size: 2.56vw;
  }
  .c-article__card-title {
    font-size: 3.08vw;
    margin-top: 3.59vw;
  }
  .c-article__card-text {
    font-size: 2.56vw;
    margin-top: 2.56vw;
  }
  .c-article__card-btn {
    max-width: 51.28vw;
    margin-inline: auto;
    margin-top: 3.59vw;
  }
  .c-article__card-btn .c-btn {
    font-size: 3.08vw;
  }
}
.c-btn {
  position: relative;
  width: 100%;
  max-width: 24.75rem;
  margin-inline: auto;
  gap: 1.25rem;
  font-size: 1.625rem;
  line-height: 1.3846153846;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #00b1b2;
  border-radius: 4.0625rem;
  padding: 0.78125rem 1.25rem 0.90625rem;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn .link_text {
  display: inline-block;
}

.c-btn .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-btn:hover .arrow {
  -webkit-transform: translate(0.3125rem, 0.125rem);
  transform: translate(0.3125rem, 0.125rem);
}

.c-btn .arrow img {
  width: 1.03125rem;
}

@media screen and (max-width: 768px) {
  .c-btn {
    font-size: 4.1vw;
    max-width: 66.67vw;
  }
  .c-btn .arrow {
    -webkit-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
  }
  .c-btn:hover .arrow {
    -webkit-transform: translate(0.3125rem, 0.0625rem);
    transform: translate(0.3125rem, 0.0625rem);
  }
  .c-btn .arrow img {
    width: 3.33vw;
  }
}
.c-circle__btn {
  position: relative;
  gap: 0.5rem;
  padding: 0.625rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-circle__btn:hover {
  opacity: 1;
}

.c-circle__btn--yellow {
  color: #000;
}

.c-circle__btn:before {
  content: "";
  position: absolute;
  width: 3.4375rem;
  height: 3.4375rem;
  top: 50%;
  left: 0;
  left: -1.125rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100vh;
  background: #f38173;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-circle__btn:hover::before {
  width: calc(100% + 1.875rem);
}

.c-circle__btn--yellow:before {
  background: #ffe781;
}

.c-circle__btn--green:before {
  background: #00b1b2;
}

.c-circle__btn span {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-circle__btn .arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-circle__btn:hover .arrow {
  -webkit-transform: translate(0.3125rem, 0.0625rem);
  transform: translate(0.3125rem, 0.0625rem);
}

.c-circle__btn .arrow img {
  width: 1.03125rem;
}

@media screen and (max-width: 768px) {
  .c-circle__btn {
    gap: 1.28vw;
    padding: 1.28vw;
  }
  .c-circle__btn:before {
    width: 7.69vw;
    height: 7.69vw;
    left: -2.56vw;
  }
  .c-circle__btn:hover::before {
    width: calc(100% + 5.13vw);
  }
  .c-circle__btn span {
    font-size: 3.59vw;
  }
  .c-circle__btn .arrow img {
    width: 1.03125rem;
    width: 3.08vw;
  }
  .c-circle__btn .arrow {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
  }
  .c-circle__btn:hover .arrow {
    -webkit-transform: translate(0.3125rem, 0rem);
    transform: translate(0.3125rem, 0rem);
  }
}
.c-cta {
  background: #656056;
  padding: 3.875rem 0 4.1875rem;
}

.c-cta__text {
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  margin-left: 3.75rem;
  text-align: center;
}

.c-cta__text .slash,
.c-cta__text .slash--reverse {
  position: relative;
}

.c-cta__text .slash::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 85%;
  top: 50%;
  left: -1.875rem;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
  background-color: #fff;
}

.c-cta__text .slash--reverse::before {
  left: auto;
  right: -1.25rem;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}

.c-cta__btn {
  position: relative;
  margin-top: 0.625rem;
  text-align: center;
}

.c-cta__btn .c-btn {
  max-width: 43.625rem;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #000;
  background: #ffe781;
  border-radius: 4.5625rem;
  padding: 2.0625rem 1.25rem 2.3125rem;
}

.c-cta__btn .c-btn .arrow img {
  width: 1.60625rem;
}

.c-cta__btn-image {
  width: 100%;
  max-width: 15rem;
  margin-inline: auto;
  position: absolute;
  top: 70%;
  left: 6.25rem;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

@media screen and (max-width: 768px) {
  .c-cta {
    padding: 7.69vw 0;
  }
  .c-cta__text {
    font-size: 4.1vw;
    margin-left: 12.82vw;
  }
  .c-cta__text .slash::before {
    left: -2.05vw;
  }
  .c-cta__text .slash--reverse::before {
    left: auto;
    right: -1.28vw;
  }
  .c-cta__btn .c-btn {
    max-width: 76.92vw;
    font-size: 4.74vw;
    padding: 3.08vw 2.56vw 3.85vw 5.13vw;
  }
  .c-cta__btn .c-btn .arrow img {
    width: 4.62vw;
  }
  .c-cta__btn-image {
    top: 4.1vw;
    -webkit-transform: translateY(-70%) rotate(-15deg);
    transform: translateY(-70%) rotate(-15deg);
    left: -1.28vw;
    max-width: 23.08vw;
  }
}
.c-purpose__card {
  height: 100%;
  gap: 1.25rem;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
}

.c-purpose__image {
  width: 100%;
  max-width: 15.9375rem;
  margin-inline: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-purpose__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-purpose__contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 1.25rem;
}

.c-purpose__tag {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  background: #ffe781;
  border-radius: 0.25rem;
  text-align: center;
}

.c-purpose__title {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.8125rem;
}

.c-purpose__text {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.0625rem;
}

@media screen and (max-width: 768px) {
  .c-purpose__card {
    gap: 4.1vw;
    padding: 5.13vw;
  }
  .c-purpose__contents {
    padding-top: 2.56vw;
  }
  .c-purpose__tag {
    font-size: 3.08vw;
  }
  .c-purpose__title {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }
  .c-purpose__text {
    font-size: 2.56vw;
    margin-top: 3.08vw;
  }
}
.c-section__title {
  text-align: center;
}

.c-section__title-main {
  position: relative;
  font-size: 2.1875rem;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section__title-main .small {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section__title-text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 3.1875rem;
}

.c-section__title-main02 {
  font-size: 2.1875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section__title-main03 {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.c-section__title-main03 .inversion {
  display: inline-block;
  color: #fff;
  background: #ea5514;
  border-radius: 0.625rem;
  padding: 0.625rem 2.5rem 0.9375rem;
  margin-right: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .c-section__title-main {
    font-size: 6.41vw;
  }
  .c-section__title-main .small {
    font-size: 4.62vw;
  }
  .c-section__title-text {
    font-size: 2.56vw;
    margin-top: 5.13vw;
  }
  .c-section__title-main02 {
    font-size: 6.41vw;
  }
  .c-section__title-main03 {
    font-size: 8.21vw;
  }
  .c-section__title-main03 .inversion {
    padding: 1.28vw 5.13vw 1.92vw;
    margin-bottom: 2.56vw;
    margin-right: 0;
  }
}
.p-concept {
  position: relative;
  padding: 4.875rem 0 6.25rem;
  background: #fff;
}

.p-concept__scroll {
  position: absolute;
  top: 1.75rem;
  left: 2.1875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
}

.p-concept__scroll span {
  display: inline-block;
}

.p-concept__scroll .decoration {
  width: 0.625rem;
  height: 5.875rem;
}

.p-concept__scroll .text {
  font-size: 0.9375rem;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
  color: #e8350e;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.p-concept::before {
  content: "";
  width: 100%;
  height: 3.23vw;
  position: absolute;
  top: -3.23vw;
  left: 0;
  background-image: url("../images/section_treat.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-concept__title {
  font-size: 1.375rem;
  line-height: 3;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-concept__title .big {
  font-size: 2.1875rem;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-concept__title .marker {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 1.4666666667;
  letter-spacing: 0em;
  font-weight: 700;
  background: #ffe781;
  border-radius: 0.125rem;
  padding: 0 0.4375rem;
}

.p-concept__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6875rem;
  margin-top: 3.3125rem;
}

.p-concept__item {
  background: #fff8d9;
  border-radius: 0.3125rem;
  padding: 0.6875rem 0.9375rem 1.3125rem;
}

.p-concept__item-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.p-concept__item-title .underline {
  display: inline-block;
  border-bottom: 3px solid #f4b215;
}

@media screen and (max-width: 768px) {
  .p-concept {
    padding: 0 0 12.82vw;
  }
  .p-concept .p-concept__scroll {
    display: none;
  }
  .p-concept::before {
    height: 3.23vw;
    top: -3.23vw;
  }
  .p-concept__title {
    font-size: 4.62vw;
    line-height: 2.2;
  }
  .p-concept__title .block {
    display: inline-block;
    margin-top: 5.13vw;
  }
  .p-concept__title .big {
    font-size: 6.41vw;
  }
  .p-concept__title .marker {
    font-size: 5.64vw;
  }
  .p-concept__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6875rem;
    gap: 2.56vw;
    margin-top: 10.26vw;
  }
  .p-concept__item {
    padding: 0.6875rem 0.625rem 1.3125rem;
  }
  .p-concept__item-title {
    font-size: 3.08vw;
  }
}
.p-contact-form {
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 28.5rem;
  margin-inline: auto;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.p-contact-form__title {
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #fff;
  background: #746d60;
  border-radius: 0.3125rem 0.3125rem 0 0;
  padding: 1.125rem 1.25rem;
  text-align: center;
}

.p-contact-form .slash,
.p-contact-form .slash--reverse {
  position: relative;
}

.p-contact-form .slash::before {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 90%;
  top: 50%;
  left: -1.25rem;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
  background-color: #fff;
}

.p-contact-form .slash--reverse::before {
  left: auto;
  right: -1.25rem;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}

.p-contact-form__body {
  padding: 1.625rem 1.3125rem 2rem;
}

.p-contact-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75rem;
}

.p-contact-form .p-contact-form__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
}

.p-contact-form__label {
  gap: 0.25rem;
}

.p-contact-form__box .title {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-contact-form__box .required {
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 900;
  color: #e8350e;
  margin-top: -0.3125rem;
}

.p-contact-form input,
.p-contact-form select {
  outline: none;
  display: block;
  width: 100%;
  background: #f5f8fa;
  border: 1px solid #b9c8d1;
  border-radius: 0.125rem;
  padding: 0.5625rem 1.375rem 0.4375rem;
}

.p-contact-form select {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.p-contact-form input::-webkit-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #777777;
}

.p-contact-form input::-moz-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #777777;
}

.p-contact-form input:-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #777777;
}

.p-contact-form input::-ms-input-placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #777777;
}

.p-contact-form input::placeholder {
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #777777;
}

.p-contact-form .select-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.p-contact-form .select-wrap::before {
  content: "";
  position: absolute;
  width: 0.58375rem;
  height: 0.34375rem;
  top: 50%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/select_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.checkbox-container {
  gap: 0.5rem;
}

.checkbox-container label {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input[type=checkbox] {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.0625rem;
  height: 1.0625rem;
  border: 1px solid #707070;
  border-radius: 1px;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox-container input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.3125rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #707070;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-contact-form__btn {
  margin-top: 1.3125rem;
  text-align: center;
}

.p-contact-form__btn .submit-button {
  width: 100%;
  max-width: 24rem;
  margin-inline: auto;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #000;
  background: #ffe781;
  border-radius: 1.75rem;
  border: none;
  padding: 1.1875rem 1.25rem 1.25rem;
}

.p-contact-form__btn .c-btn .arrow {
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}

.p-contact-form__btn .c-btn:hover .arrow {
  -webkit-transform: translate(0.3125rem, 0rem);
  transform: translate(0.3125rem, 0rem);
}

@media screen and (max-width: 1900px) {
  .p-contact-form {
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-form-wrap {
    position: relative;
    padding: 6.41vw 0 10.26vw;
  }
  .p-contact-form-wrap::before {
    content: "";
    width: 100%;
    height: 3.23vw;
    min-height: 12.6px;
    position: absolute;
    top: -3.23vw;
    left: 0;
    background-image: url("../images/section_treat.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-contact-form {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    max-width: 37.5rem;
  }
  .p-contact-form__title {
    font-size: 3.85vw;
    padding: 3.97vw;
  }
  .p-contact-form .slash::before {
    left: -2.56vw;
  }
  .p-contact-form .slash--reverse::before {
    left: auto;
    right: -2.56vw;
  }
  .p-contact-form__body {
    padding: 5.38vw 4.62vw 6.67vw;
  }
  .p-contact-form__items {
    gap: 2.31vw;
  }
  .p-contact-form .p-contact-form__box {
    gap: 1.03vw;
  }
  .p-contact-form__label {
    gap: 1.54vw;
  }
  .p-contact-form__box .title {
    font-size: 2.56vw;
  }
  .p-contact-form__box .required {
    font-size: 2.05vw;
    margin-top: -1.28vw;
  }
  .p-contact-form input,
  .p-contact-form select {
    padding: 1.79vw 4.36vw;
  }
  .p-contact-form select {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form input::-webkit-input-placeholder {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form input::-moz-placeholder {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form input:-ms-input-placeholder {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form input::-ms-input-placeholder {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form input::placeholder {
    font-size: min(2.56vw, 15px);
  }
  .p-contact-form .select-wrap::before {
    width: 1.94vw;
    height: 1.14vw;
    right: 2.82vw;
  }
  .checkbox-container {
    gap: 1.54vw;
  }
  .checkbox-container label {
    font-size: 2.56vw;
  }
  .checkbox-container input[type=checkbox] {
    width: 3.33vw;
    height: 3.33vw;
  }
  .checkbox-container input[type=checkbox]:checked::after {
    top: 0vw;
    left: 0.9vw;
    width: 1.28vw;
    height: 2.31vw;
  }
  .p-contact-form__btn {
    margin-top: 4.1vw;
  }
  .p-contact-form__btn .submit-button {
    max-width: 79.74vw;
    font-size: 3.33vw;
    border-radius: 7.18vw;
    padding: 3.97vw 2.56vw 3.97vw 7.69vw;
  }
  .p-contact-form__btn .c-btn .arrow {
    -webkit-transform: translateY(-0.09375rem);
    transform: translateY(-0.09375rem);
  }
  .p-contact-form__btn .c-btn:hover .arrow {
    -webkit-transform: translate(0.3125rem, -0.09375rem);
    transform: translate(0.3125rem, -0.09375rem);
  }
  .p-contact-form__btn .c-btn .arrow img {
    width: 3.33vw;
  }
}
.p-data {
  padding: 5rem 0 12.5rem;
}

.p-data__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
}

.p-data__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.p-data__item.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-data__item:nth-of-type(2) {
  margin-top: 2.8125rem;
}

.p-data__item:nth-of-type(3) {
  margin-top: 5.625rem;
}

@media screen and (max-width: 768px) {
  .p-data {
    padding: 12.82vw 0 25.64vw;
  }
  .p-data__items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
    width: 100%;
    max-width: 37.5rem;
    margin-inline: auto;
  }
  .p-data__item:nth-of-type(2),
  .p-data__item:nth-of-type(3) {
    margin-top: 0;
  }
}
.p-drawer__icon {
  position: fixed;
  width: 1.8125rem;
  height: 1.4375rem;
  top: 1.4375rem;
  right: 1.875rem;
  cursor: pointer;
  z-index: 1000;
}

.p-drawer__icon-bars {
  position: relative;
  display: block;
  top: 0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.8125rem;
  height: 1.4375rem;
  z-index: 1000;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar2,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 1.8125rem;
  height: 0.1875rem;
  background: #ea5514;
  top: 0;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-drawer__icon-bar1 {
  top: 0;
}

.p-drawer__icon-bar2 {
  top: 0.70625rem;
}

.p-drawer__icon-bar3 {
  top: 1.4375rem;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 1.8125rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-drawer__icon.is-active .p-drawer__icon-bar2 {
  display: none;
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 1.8125rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-drawer__icon.is-active {
  z-index: 251;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1,
.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  background: #ea5514;
}

.p-drawer__contents {
  width: 45%;
  min-width: 400px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #efe9de;
  padding: 6.25rem 1.25rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: auto;
  pointer-events: none;
  overflow-y: scroll;
  z-index: 250;
}

.p-drawer__contents.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-drawer__item {
  position: relative;
  width: 80%;
  padding-top: 1.875rem;
}

.p-drawer__item a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.625rem;
  padding-bottom: 1.875rem;
}

.p-drawer__item .main {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-drawer__item .sub {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-drawer__item .dashed-border {
  width: 100%;
  height: 1px;
  background: -webkit-repeating-linear-gradient(left, #707070, #707070 5px, transparent 5px, transparent 10px);
  background: repeating-linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px);
}

#overlay {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#overlay.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .p-drawer__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14.5px;
  }
  .p-drawer__icon-bars {
    top: 0;
  }
  .p-drawer__icon-bar2 {
    top: 10px;
  }
  .p-drawer__icon-bar3 {
    top: 20px;
  }
  .p-drawer__contents {
    width: 75%;
    min-width: auto;
    padding: 25.64vw 2.56vw;
    padding: 12.82vw 5.13vw;
  }
  .p-drawer__item {
    padding-top: 4.1vw;
  }
  .p-drawer__item a {
    padding-bottom: 4.1vw;
    gap: 1.28vw;
  }
  .p-drawer__item .main {
    font-size: 4.1vw;
  }
  .p-drawer__item .sub {
    font-size: 2.56vw;
  }
  .p-drawer__contents .p-header__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.1vw;
    margin-top: 5.13vw;
  }
  .p-header__btn .text {
    font-size: 2.56vw;
  }
}
.p-event {
  padding: 3.75rem 0 8.875rem;
  padding: max(3.13vw, 3.75rem) 0 max(7.4vw, 8.875rem);
}

.p-event__bg {
  position: relative;
  background: #efe9de;
  padding-bottom: 8.125rem;
}

.p-event__bg::before,
.p-event__bg::after {
  content: "";
  width: 100%;
  height: 3.75rem;
  height: 3.13vw;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-event__bg::before {
  top: -3.75rem;
  top: -3.13vw;
  left: 0;
  background-image: url(../images/section_treat03.svg);
}

.p-event__bg::after {
  bottom: -3.75rem;
  bottom: -3.13vw;
  left: 0;
  background-image: url(../images/section_treat03.svg);
  -webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}

.p-event__inner {
  max-width: 1090px;
}

.p-event__title-main {
  top: 3.875rem;
}

.p-event__main {
  margin-top: 8.125rem;
}

.p-event__main-box {
  gap: 2.5rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 1.875rem;
}

.p-event__main-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-event__main-image img {
  aspect-ratio: 470/330;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-event__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.p-event__main-title {
  display: inline-block;
  font-size: 1.5625rem;
  line-height: 1.36;
  letter-spacing: 0em;
  font-weight: 700;
  background: #ffe781;
  border-radius: 0.125rem;
  padding-left: 0.625rem;
  padding-right: 0.3125rem;
}

.p-event__main-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.5rem;
  text-align: left;
}

.p-event__btns {
  gap: 2.1875rem;
  margin-top: 2.5rem;
}

.p-event__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 1.875rem;
}

.p-event__item {
  background: #fff;
  border-radius: 0.3125rem;
  padding: 2rem 1.875rem 1.5rem;
}

.p-event__item-decoration img {
  width: 2.8125rem;
  margin-left: 0;
}

.p-event__item-title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
  text-align: center;
}

.p-event__item-title .marker {
  background: #ffe781;
  border-radius: 0.125rem;
  padding-inline: 0.125rem;
}

.p-event__item-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.25rem;
}

.p-event .p-event__item-voice {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 0.9375rem;
  margin-top: 0.3125rem;
}

.p-event__item-name {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-event__item-image {
  width: 6.1875rem;
}

@media screen and (max-width: 768px) {
  .p-event {
    padding: 12.82vw 0 20.51vw;
  }
  .p-event__bg {
    padding-bottom: 10.26vw;
  }
  .p-event__bg::before,
  .p-event__bg::after {
    height: 7.69vw;
  }
  .p-event__bg::before {
    top: calc(-7.69vw + 1px);
  }
  .p-event__bg::after {
    bottom: calc(-7.69vw + 1px);
  }
  .p-event__title-main {
    top: 7.69vw;
  }
  .p-event__main {
    margin-top: 15.38vw;
  }
  .p-event__main-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding: 5.13vw;
  }
  .p-event__main-title {
    font-size: 4.36vw;
  }
  .p-event__main-text {
    font-size: 2.56vw;
    margin-top: 4.1vw;
  }
  .p-event__btns {
    gap: 7.69vw;
    margin-top: 5.13vw;
  }
  .p-event .p-event__items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
    margin-top: 5.13vw;
  }
  .p-event__item-decoration img {
    width: 7.69vw;
  }
  .p-event__item-title {
    font-size: 3.08vw;
    line-height: 1.8;
  }
  .p-event__item-text {
    font-size: 2.56vw;
    margin-top: 4.1vw;
  }
  .p-event .p-event__item-voice {
    gap: 2.56vw;
    margin-top: 1.28vw;
  }
  .p-event__item-name {
    font-size: 2.31vw;
  }
  .p-event__item-image {
    width: 15.38vw;
  }
}
.p-faq {
  padding: 6.25rem 0;
}

.p-faq__inner {
  max-width: 846px;
}

.p-faq__lists {
  margin-top: 4.4375rem;
}

.p-faq__list {
  padding-top: 1.46875rem;
}

.p-faq__list:first-of-type {
  padding-top: 0;
}

.dashed-border {
  width: 100%;
  height: 1px;
  background: -webkit-repeating-linear-gradient(left, #707070, #707070 5px, transparent 5px, transparent 10px);
  background: repeating-linear-gradient(to right, #707070, #707070 5px, transparent 5px, transparent 10px);
}

.p-faq .p-faq__list-q,
.p-faq .p-faq__list-a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1.5625rem;
}

.p-faq .p-faq__list-a {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 0.625rem;
  padding-bottom: 1.25rem;
  margin-top: 1.15rem;
}

.p-faq__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
}

.p-faq__list-icon {
  width: 3.8125rem;
}

.p-faq__list-title {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0em;
  font-weight: 700;
  padding-left: 0.625rem;
}

.p-faq__list-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding: 12.82vw 0;
  }
  .p-faq__lists {
    margin-top: 10.26vw;
  }
  .p-faq__list {
    padding-top: 5.13vw;
  }
  .p-faq .p-faq__list-q,
  .p-faq .p-faq__list-a {
    gap: 5.13vw;
  }
  .p-faq .p-faq__list-a {
    padding-left: 1.79vw;
    padding-bottom: 5.13vw;
    margin-top: 2.56vw;
  }
  .p-faq__list-icon {
    width: 10.26vw;
  }
  .p-faq__list-title {
    font-size: 3.59vw;
  }
  .p-faq__list-text {
    font-size: 2.56vw;
  }
}
.p-fix-btn {
  position: fixed;
  bottom: 3.75rem;
  bottom: 4.5%;
  right: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 10;
}

.p-fix-btn.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-fix-btn__image {
  width: 100%;
  max-width: 21.5625rem;
  margin-inline: auto;
  margin-right: -0.4375rem;
}

@media screen and (max-width: 768px) {
  .p-fix-btn__image {
    max-width: 38.46vw;
  }
}
.p-flow {
  padding: max(7.81vw, 9.375rem) 0;
  overflow: hidden;
}

.p-flow__bg {
  position: relative;
  background: #efe9de;
  padding-bottom: 1.6875rem;
}

.p-flow__bg::before,
.p-flow__bg::after {
  content: "";
  width: 100%;
  height: 7.81vw;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-flow__bg::before {
  top: -7.81vw;
  left: 0;
  background-image: url(../images/section_treat02.svg);
}

.p-flow__bg::after {
  bottom: -7.81vw;
  left: 0;
  background-image: url(../images/section_treat02.svg);
  -webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}

.p-flow__title {
  position: relative;
  top: 1.875rem;
}

.p-flow__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6875rem;
  margin-top: 5.625rem;
}

.p-flow__item-time {
  width: 100%;
  max-width: 12.5rem;
  margin-inline: auto;
}

.p-flow__item-image {
  margin-top: 1rem;
}

.p-flow__item-image img {
  aspect-ratio: 250/145;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-flow__item-title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 1.1875rem 0;
  margin-top: 1.0625rem;
  text-align: center;
}

.p-flow__item-title::before {
  content: "";
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff8d9;
  z-index: -1;
}

.p-flow__item-title::after {
  content: "";
  width: 1.15625rem;
  height: 1.15625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.6875rem;
  background-image: url("../images/flow_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-flow__item:last-child .p-flow__item-title::after {
  display: none;
}

.p-flow__item-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding: 12.82vw 0;
  }
  .p-flow__bg {
    padding-bottom: 7.69vw;
  }
  .p-flow__bg::before,
  .p-flow__bg::after {
    height: 7.69vw;
  }
  .p-flow__bg::before {
    top: -7.69vw;
  }
  .p-flow__bg::after {
    bottom: -7.69vw;
  }
  .p-flow__items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
    margin-top: 10.26vw;
  }
  .p-flow__item-head {
    width: auto;
    margin: 0 calc(50% - 50vw);
    background: #fff8d9;
    padding: 3.08vw 0;
  }
  .p-flow__item-time {
    max-width: 43.59vw;
  }
  .p-flow__item-title {
    width: 100%;
    margin-inline: auto;
    font-size: 5.13vw;
    padding: 0;
    margin-top: 2.05vw;
  }
  .p-flow__item-title::before,
  .p-flow__item-title::after {
    display: none;
  }
  .p-flow__item-image {
    margin-top: 2.56vw;
  }
  .p-flow__item-text {
    font-size: 2.56vw;
    margin-top: 2.56vw;
  }
}
.p-footer {
  padding: max(2.6vw, 3.125rem) 0 0;
  background: #fff8d9;
}

.p-footer__bg {
  position: relative;
  background: #fff8d9;
  padding-bottom: 9.375rem;
}

.p-footer__bg::before {
  content: "";
  width: 100%;
  height: 3.23vw;
  top: -5.73vw;
  left: 0;
  background-image: url(../images/section_treat04.svg);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-footer__bg::after {
  content: "";
  width: 100%;
  height: 12.3125rem;
  bottom: -1.375rem;
  bottom: -1px;
  left: 0;
  background-image: url(../images/footer_bg.png);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-footer .p-footer__body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-footer__logo {
  width: 100%;
  max-width: 20.125rem;
  margin-inline: auto;
}

.p-footer__logo img {
  margin-left: -1.25rem;
}

.p-footer__address {
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.625rem;
}

.p-footer__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8125rem 2.25rem;
}

.p-footer__list a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-footer__list .main {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-footer__list .sub {
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-footer .p-footer__btns {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.6875rem;
  padding-left: 1.25rem;
  margin-top: 3.46875rem;
  z-index: 1;
}

.p-footer__sub-lists {
  gap: 3.1875rem;
  background: #efe9de;
  padding: 0.75rem 0;
}

.p-footer__sub-list a {
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-footer__copyright {
  position: relative;
  display: block;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #746d60;
  padding: 0.625rem 0 0.8125rem;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 6.41vw 0 0;
  }
  .p-footer__bg {
    padding-bottom: 25.64vw;
  }
  .p-footer__bg::before {
    height: 3.23vw;
    top: -9.64vw;
  }
  .p-footer__bg::after {
    height: 30.77vw;
    bottom: -0.26vw;
  }
  .p-footer .p-footer__body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-footer__contents {
    display: none;
  }
  .p-footer__logo {
    max-width: 51.28vw;
  }
  .p-footer__logo img {
    margin-left: 0;
  }
  .p-footer__address {
    font-size: 2.56vw;
    margin-top: 2.56vw;
  }
  .p-footer__sub-lists {
    gap: 5.13vw;
    padding: 2.56vw 0;
  }
  .p-footer__sub-list a {
    font-size: 2.31vw;
  }
  .p-footer__copyright {
    font-size: 2.31vw;
    padding: 2.05vw 0;
  }
}
.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 30;
}

.p-header__sp {
  display: none;
}

.p-header.change {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.p-header .p-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline: auto;
  padding-right: 1.875rem;
  gap: 3.125rem;
}

.p-header__logo {
  width: 100%;
  max-width: 24.375rem;
  margin-left: 0;
  background: #fff;
  padding: 0.375rem 2.625rem 0.25rem 1.5625rem;
  border-radius: 0 0 1.25rem 0;
}

.p-header .p-header__contents {
  gap: 10.625rem;
}

.p-header__lists {
  gap: 2.25rem;
}

.p-header__list a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-header__list .main {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-header__list .sub {
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #ea5514;
}

.p-header__btns {
  gap: 2.1875rem;
}

.p-header__btn {
  position: relative;
}

.p-header .c-circle__btn {
  color: #fff;
}

.p-header .c-circle__btn:before {
  width: calc(100% + 1.875rem);
  height: 2.5rem;
}

.p-header .c-circle__btn--yellow {
  color: #000;
}

.p-header .c-circle__btn--yellow:before {
  width: 3.4375rem;
  height: 3.4375rem;
}

.p-header .c-circle__btn--yellow:hover::before {
  width: calc(100% + 1.875rem);
}

.p-header__btn .text {
  position: absolute;
  width: calc(100% + 1.875rem);
  top: -1.25rem;
  left: calc(50% - 0.1875rem);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.6875rem;
  line-height: 1.9090909091;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}

.p-header__btn .slash,
.p-header__btn .slash--reverse {
  position: relative;
}

.p-header__btn .slash::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  top: 50%;
  left: -0.5rem;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
  background-color: #000;
}

.p-header__btn .slash--reverse::before {
  left: auto;
  right: -0.25rem;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}

@media screen and (max-width: 1900px) {
  .p-header__pc {
    display: none;
  }
  .p-header__sp {
    display: block;
  }
  .p-header .p-header__contents {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    background: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  }
  .p-header__logo {
    max-width: 40.26vw;
    padding: 5px 0;
    background: transparent;
  }
  .p-header .c-circle__btn:before {
    width: calc(100% + 5.13vw);
    height: 2.5rem;
    height: 7.69vw;
  }
  .p-header .c-circle__btn--yellow:before {
    width: 7.69vw;
    height: 7.69vw;
    left: -2.56vw;
  }
  .p-header .c-circle__btn--yellow:hover::before {
    width: calc(100% + 5.13vw);
  }
  .p-header__btn .text {
    width: calc(100% + 12.82vw);
    top: -4.62vw;
    left: calc(50% + 0.77vw);
    font-size: 2.31vw;
  }
}
.p-movie {
  position: relative;
}

.p-movie__video {
  width: 100%;
  aspect-ratio: 1920/676;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-movie__video-wrap .vsc-controller {
  display: none;
}

.p-movie__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.375rem;
  line-height: 2.7272727273;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p-movie__title .big {
  font-size: 2.1875rem;
  line-height: 1.4571428571;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-movie__title .medium {
  font-size: 1.75rem;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-movie__title .marker {
  display: inline-block;
  font-size: 2.8125rem;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  font-weight: 700;
  color: #000;
  background: #ffe781;
  border-radius: 0.125rem;
  padding: 0 0.625rem;
}

.p-movie .u-target {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.p-movie .u-target.SlideUp {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .p-movie__video {
    height: 128.21vw;
  }
  .p-movie__title {
    width: 100%;
    font-size: 4.62vw;
    line-height: 2.2;
  }
  .p-movie__title .big {
    font-size: 6.41vw;
  }
  .p-movie__title .marker {
    font-size: 7.69vw;
  }
  .p-movie__title .medium {
    font-size: 5.64vw;
  }
}
.p-mv__inner {
  position: relative;
  width: 100%;
  max-width: 1610px;
}

.p-mv__video {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 50rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__video-wrap .vsc-controller {
  display: none;
}

.p-mv__title {
  position: absolute;
  width: 32.4375rem;
  bottom: 17.44%;
  left: 25px;
  margin-left: -1.875rem;
}

@media screen and (max-width: 1900px) {
  .p-mv__title {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__video-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: auto;
    aspect-ratio: 390/800;
  }
  .p-mv__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-mv__title {
    width: 74.84%;
    bottom: 17.44%;
    left: 20px;
    margin-left: 0;
  }
}
.p-news {
  padding: 6.25rem 0 8.75rem;
}

.p-news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 5rem;
}

.p-news__btn {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding: 12.82vw 0 20.51vw;
  }
  .p-news__items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin-top: 5.13vw;
  }
  .p-news__btn {
    margin-top: 10.26vw;
  }
}
.p-purpose {
  background: #efe9de;
  padding: 3.125rem 0;
}

.p-purpose__swiper-wrapper-pc {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  cursor: pointer;
}

.p-purpose__swiper-pc .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-purpose__swiper-pc .swiper-slide {
  width: 100%;
  max-width: 35.625rem;
  margin-inline: auto;
  height: auto;
}

.p-purpose .c-purpose__card {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-purpose {
    padding: 7.69vw 0;
  }
  .p-store__swiper-wrapper-sp {
    margin-top: 5.13vw;
  }
  .p-purpose__swiper-wrapper-sp {
    width: 100%;
    margin-inline: auto;
    cursor: pointer;
  }
  .p-purpose__swiper-sp .swiper-slide {
    height: auto;
  }
  .p-purpose .c-purpose__card {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-purpose02 {
  padding: max(10.68vw, 12.8125rem) 0 max(10.42vw, 12.5rem);
}

.p-purpose02__bg {
  position: relative;
  background: #efe9de;
  padding-bottom: 15.625rem;
}

.p-purpose02__bg::before,
.p-purpose02__bg::after {
  content: "";
  width: 100%;
  height: 7.81vw;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-purpose02__bg::before {
  top: -7.81vw;
  left: 0;
  background-image: url(../images/section_treat02.svg);
}

.p-purpose02__bg::after {
  bottom: calc(-7.81vw + 1px);
  left: 0;
  background-image: url(../images/section_treat02.svg);
  -webkit-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}

.p-purpose02__title-main {
  top: -6.25rem;
}

.p-purpose02__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 2.5rem;
}

.p-purpose02__item:nth-of-type(even) {
  margin-top: 0;
  -webkit-transform: translateY(160px);
  transform: translateY(160px);
}

.p-purpose02 .c-purpose__contents {
  padding-top: 0;
}

.p-purpose02 .c-purpose__image {
  max-width: 12.5rem;
}

@media screen and (max-width: 768px) {
  .p-purpose02 {
    padding: 25.64vw 0 20.51vw;
  }
  .p-purpose02__bg {
    padding-bottom: 0;
    padding-bottom: 12.82vw;
  }
  .p-purpose02__bg::before {
    height: 7.69vw;
    top: -7.69vw;
  }
  .p-purpose02__bg::after {
    height: 7.69vw;
    bottom: -7.69vw;
  }
  .p-purpose02__title-main {
    top: -12.82vw;
  }
  .p-purpose02__items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
  }
  .p-purpose02__item:nth-of-type(even) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-solution {
  padding: 9.625rem 0;
}

.p-solution .p-solution__box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.1875rem;
  margin-top: 3.125rem;
}

.p-solution__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.0625rem;
}

.p-solution .p-solution__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.3125rem;
  cursor: pointer;
}

.p-solution__list .p-solution__movement {
  margin-top: 0.625rem;
  gap: 0.1875rem;
}

.p-solution__list .number {
  position: relative;
  display: none;
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0em;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.p-solution__list.current .number {
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-solution__list .line {
  width: 0;
  height: 1px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.p-solution__list.current .line {
  width: 4.375rem;
  display: block;
  opacity: 1;
  visibility: visible;
}

.p-solution__list-title {
  font-size: 2rem;
  line-height: 1.46875;
  letter-spacing: 0em;
  font-weight: 700;
  color: #909090;
}

.p-solution__list.current .p-solution__list-title {
  color: #000;
}

.p-solution__list-text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 500;
  color: #909090;
  margin-top: 1rem;
}

.p-solution__list.current .p-solution__list-text {
  color: #000;
}

.p-solution__image-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 41.3%;
}

.p-solution__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-solution__image.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.p-solution__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  z-index: 2;
}

.p-solution__image.active::before {
  width: 0;
}

.p-solution__image img {
  border-radius: 2.9375rem;
  aspect-ratio: 446/706;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-solution__btn {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-solution {
    padding: 17.95vw 0 12.82vw;
  }
  .p-solution__list .number,
  .p-solution__list .line,
  .p-solution__image {
    opacity: 1;
    visibility: visible;
  }
  .p-solution__image::before {
    display: none;
  }
  .p-solution__lists {
    margin-top: 10.26vw;
  }
  .p-solution .p-solution__list {
    gap: 2.56vw;
    cursor: default;
  }
  .p-solution__list .p-solution__movement {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0.77vw;
    margin-top: 6.15vw;
  }
  .p-solution__list .number {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 3.59vw;
  }
  .p-solution__list .line {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7.69vw;
  }
  .p-solution__list .line {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7.69vw;
  }
  .p-solution__list-title {
    font-size: 4.62vw;
    color: #000;
  }
  .p-solution__list-text {
    font-size: 2.56vw;
    color: #000;
    margin-top: 2.56vw;
  }
  .p-solution__image {
    position: sticky;
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p-solution__image img {
    border-radius: 1.25rem;
  }
  .p-solution__btn {
    margin-top: 10.26vw;
  }
  .p-solution__list.current .line {
    width: 4.375rem;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.p-store {
  padding: 0 0 7.5rem;
}

.p-store__card {
  background: #fff8d9;
  border-radius: 0.3125rem;
}

.p-store__logo {
  padding: 1.625rem 1.875rem 1.7875rem;
}

.p-store__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-store .swiper-slide:nth-of-type(4n + 1) .p-store__logo .logo,
.p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo .logo {
  width: 100%;
  max-width: 19.3125rem;
  margin-inline: auto;
  aspect-ratio: 309/70;
}

.p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo .logo,
.p-store .swiper-slide:nth-of-type(4n + 4) .p-store__logo .logo {
  width: 100%;
  max-width: 21.0625rem;
  margin-inline: auto;
  aspect-ratio: 337/56;
}

.p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo .logo,
.p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo .logo {
  margin: 0;
}

.p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo .badge,
.p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo .badge {
  width: 100%;
  max-width: 4.4375rem;
  margin-inline: auto;
  aspect-ratio: 71/44;
  margin: 0;
}

.p-store__image img {
  aspect-ratio: 505/355;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-store__title {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}

.p-store__text {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 1.3125rem;
}

.p-store__contents {
  padding: 1.25rem 1.875rem 1.875rem;
}

.p-store__btn {
  margin-top: 5rem;
  text-align: center;
}

.p-store__swiper-wrapper-pc {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 3.8125rem;
}

.p-store__swiper-pc .swiper-slide {
  width: 100%;
  height: auto;
  max-width: 31.5625rem;
  margin-inline: auto;
}

.p-store .p-store__card {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-store {
    padding: 0 0 12.82vw;
  }
  .p-store__swiper-sp .swiper-slide {
    height: auto;
  }
  .p-store__contents {
    padding: 1.25rem 1.875rem 1.875rem;
    padding: 5.13vw 7.69vw;
  }
  .p-store .p-store__logo {
    width: 100%;
    max-width: 37.5rem;
    margin-inline: auto;
    padding: 1.625rem 1.875rem 1.7875rem;
    padding: 5.13vw 7.18vw;
  }
  .p-store .swiper-slide:nth-of-type(4n + 1) .p-store__logo .logo,
  .p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo .logo {
    max-width: 46.15vw;
  }
  .p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo .logo,
  .p-store .swiper-slide:nth-of-type(4n + 4) .p-store__logo .logo {
    max-width: 51.28vw;
  }
  .p-store .swiper-slide:nth-of-type(4n + 2) .p-store__logo .badge,
  .p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo .badge {
    max-width: 12.82vw;
  }
  .p-store .swiper-slide:nth-of-type(4n + 3) .p-store__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4.1vw;
  }
  .p-store__title {
    font-size: 4.62vw;
  }
  .p-store__text {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }
  .p-store__btn {
    margin-top: 10.26vw;
  }
}
.p-useful {
  padding: 0 0 6.25rem;
}

.p-useful__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 5rem;
}

.p-useful__btn {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-useful {
    padding: 12.82vw 0;
  }
  .p-useful__items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin-top: 5.13vw;
  }
  .p-useful__btn {
    margin-top: 10.26vw;
  }
}
.p-worries {
  position: relative;
  background: #efe9de;
  padding: 5rem 0;
}

.p-worries::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 6.25rem;
  border-radius: 50%;
  background: #efe9de;
  z-index: -1;
}

.p-worries::after {
  content: "";
  width: 10.5rem;
  height: 4.5625rem;
  position: absolute;
  bottom: -4.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #efe9de;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-worries__title {
  width: 100%;
  max-width: 44.90625rem;
  margin-inline: auto;
  margin-top: -12.5rem;
}

.p-worries__items {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 5rem;
}

.p-worries__item {
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.875rem 1.875rem 1.5625rem;
}

.p-worries__item-title {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #707070;
  border-radius: 0.3125rem;
  padding: 0.25rem 0.625rem 0.375rem 0.625rem;
  text-align: center;
}

.p-worries__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9375rem;
  margin-top: 1.375rem;
}

.p-worries .p-worries__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.9375rem;
}

.p-worries__list span {
  display: inline-block;
}

.p-worries__list .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 1.135rem;
  height: 0.978125rem;
  margin-top: 0.3125rem;
}

.p-worries__list .text {
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-worries__list .text .marker {
  background: #ffe781;
  border-radius: 0.125rem;
  padding: 0 0.1875rem;
}

@media screen and (max-width: 768px) {
  .p-worries {
    padding: 12.82vw 0 12.82vw;
  }
  .p-worries::before {
    height: 12.82vw;
    top: -6.41vw;
  }
  .p-worries__title {
    position: absolute;
    top: -25.64vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 80%;
    margin-top: 0;
  }
  .p-worries__items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
    margin-top: 0;
  }
  .p-worries__item {
    padding: 7.69vw 7.69vw 6.41vw;
  }
  .p-worries__item-title {
    font-size: 3.08vw;
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .p-worries__lists {
    margin-top: 4.1vw;
  }
  .p-worries .p-worries__list {
    gap: 2.56vw;
  }
  .p-worries__list .text {
    font-size: 2.56vw;
  }
  .p-worries__list .icon {
    width: 3.08vw;
    height: 3.08vw;
  }
  .p-worries::after {
    width: 20.51vw;
    height: 8.97vw;
    bottom: -8.72vw;
  }
}
.u-target {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

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

.u-is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-is-1900 {
  display: none;
}

@media screen and (min-width: 769px) {
  .u-is-1900 {
    display: block;
  }
}
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-is-br {
  display: inline-block;
}

.u-mt10 {
  margin-top: 0.625rem;
}

@media screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 2.56vw;
  }
}
/*# sourceMappingURL=style.css.map */
