@charset "UTF-8";

html {
  scroll-padding-top: 3.6875rem;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: #000;
  font-weight: 600;
}

.u-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article>*+* {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.access__section-title {
  margin-top: 85px;
  margin-top: 5.3125rem;
}

.access__wrapper {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 79px;
  padding-bottom: 4.9375rem;
  background-color: #ffd6e4;
}

.access__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.access__google-map {
  width: 100%;
  overflow-x: hidden;
}

.access__google-map iframe {
  width: 100%;
}

.access__text-wrapper {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-left: 6px solid #fff;
  border-left: 0.375rem solid #fff;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-left: 89px;
  margin-left: 5.5625rem;
}

.access__title {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.579;
}

.access__text {
  font-weight: 300;
  line-height: 1.75;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.agenda {
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}

.agenda__section-title {
  margin-top: 101px;
  margin-top: 6.3125rem;
}

.agenda__wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
}

.agenda__line {
  background-color: #E9DDFF;
  width: 9px;
  width: 0.5625rem;
  border: 1px solid #000;
  margin-left: 86px;
  margin-left: 5.375rem;
}

.agenda__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: 7.3px;
  gap: 0.45625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}

.bcn {
  width: 343px;
  width: 21.4375rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-size: 0.625rem;
  height: 20px;
  height: 1.25rem;
  font-weight: 300;
}

.bcn__inner {
  max-width: 940px;
  max-width: 58.75rem;
  width: 100%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  gap: 0.375rem;
}

#breadcrumb span[property=name] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  margin-top: -0.1875rem;
  vertical-align: middle;
  max-width: 160px;
  max-width: 10rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-list__title {
  text-align: center;
  background-color: #7C5CB7;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.blog-list__pagination {
  text-align: center;
  margin-top: 16px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.blog-single__inner {
  width: 343px;
  width: 21.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.blog-single__date {
  text-align: right;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.blog {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
  background-color: #f6c4ff;
}

.blog__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #000;
  border-radius: 1.625rem;
  background-color: #fff;
}

.blog__wrapper-inner {
  width: 341px;
  width: 21.3125rem;
  margin: 0 auto;
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  border: 1px dashed #000;
  border-radius: 1.4375rem;
  background-color: #fff;
}

.blog__items {
  display: grid;
  grid-template-columns: 7.4375rem 7.5625rem;
  grid-template-rows: 7.125rem 7.125rem 7.125rem;
  gap: 18px 36px;
  gap: 1.125rem 2.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-right: auto;
  margin-left: auto;
}

.blog__item {
  text-align: center;
}

.blog__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 30px;
  padding: 2.5rem 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.blog__item:nth-child(even) a {
  padding: 36px 35px 30px 23px;
  padding: 2.25rem 2.1875rem 1.875rem 1.4375rem;
}

.blog__item:nth-child(4) a {
  padding: 36px 29px 30px 20px;
  padding: 2.25rem 1.8125rem 1.875rem 1.25rem;
}

.blog__item:nth-child(odd) a {
  padding: 36px 25px 30px 36px;
  padding: 2.25rem 1.5625rem 1.875rem 2.25rem;
}

.blog__item:nth-child(odd) {
  background: url("../images/bg_blog_l.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog__item:nth-child(even) {
  background: url("../images/bg_blog_r.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn {
  position: relative;
  display: block;
  text-align: center;
  width: 240px;
  width: 15rem;
  height: 60px;
  height: 3.75rem;
  background-color: #FF6A9E;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  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;
  border-radius: 1.875rem;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  padding-right: 14px;
  padding-right: 0.875rem;
}

.btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-width: 0.46875rem 0 0.46875rem 0.8125rem;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 23px;
  top: 1.4375rem;
  right: 30px;
  right: 1.875rem;
}

.btn:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contact__wrapper-outer {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #000;
  border-radius: 0.8125rem;
  background-color: #fff;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.contact__wrapper-inner {
  margin: 0 auto;
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 66px;
  padding-bottom: 4.125rem;
  border: 1px dashed #000;
  border-radius: 0.6875rem;
  background-color: #fff;
}

.contact__form-wrapper {
  margin-top: 29px;
  margin-top: 1.8125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.contact__form-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714;
}

.contact__form {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.contact__logo-wrapper {
  margin-top: 85px;
  margin-top: 5.3125rem;
  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;
  gap: 10px;
  gap: 0.625rem;
}

.contact__logo-w {
  width: 131px;
  width: 8.1875rem;
}

.contact__logo-b {
  width: 157px;
  width: 9.8125rem;
}

.corona {
  padding-top: 62px;
  padding-top: 3.875rem;
  padding-bottom: 53px;
  padding-bottom: 3.3125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d5c3f5), color-stop(50%, #ffc7da));
  background: linear-gradient(to right, #d5c3f5 0 50%, #ffc7da 50%);
}

.corona__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.corona__title-outer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 3px;
  padding: 0.1875rem;
  border: 1px solid #000;
  border-radius: 1.125rem;
  background-color: #fff;
}

.corona__title {
  width: 127px;
  width: 7.9375rem;
  height: 31px;
  height: 1.9375rem;
  border: 1px dashed #000;
  border-radius: 3.9375rem;
  line-height: 31px;
  line-height: 1.9375rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.corona__wrapper {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.corona__text {
  padding: 14px 11px;
  padding: 0.875rem 0.6875rem;
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1.733;
}

.coupon {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 152px;
  padding-bottom: 9.5rem;
  background-color: #e9ddff;
}

.coupon__wrapper {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #000;
  background-color: #fff;
}

.coupon__wrapper:nth-child(2) {
  margin-top: 34px;
  margin-top: 2.125rem;
}

.coupon__wrapper:nth-child(4) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.coupon__wrapper-inner {
  margin: 0 auto;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  border: 1px dashed #000;
  background-color: #fff;
}

.coupon__title {
  color: #d82184;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.coupon__text1 {
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-left: 98px;
  margin-left: 6.125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

.coupon__text2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 98px;
  margin-left: 6.125rem;
  padding: 7px 20px 7px 10px;
  padding: 0.4375rem 1.25rem 0.4375rem 0.625rem;
  background-color: #f9ff6e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.coupon__text3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  text-align: left;
}

.coupon__text4 {
  font-size: 14px;
  font-size: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  margin-left: auto;
  color: #d82184;
}

.coupon__subtext {
  width: 325px;
  width: 20.3125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 29px;
  margin-left: 1.8125rem;
  line-height: 1.625;
}

.exp {
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  background: url("../images/bg_sakura.jpg");
  background-position: center center;
  background-size: 23.4375rem;
  background-repeat: repeat;
}

.exp__btn2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.btn2 {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 240px;
  width: 15rem;
  height: 58px;
  height: 3.625rem;
  border-radius: 1.8125rem;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.btn2::after {
  content: "";
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: -9px;
  top: -0.5625rem;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  background: url("../images/3lines_r.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn2:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.exp__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}

.flow__inner {
  position: relative;
  padding-top: 122px;
  padding-top: 7.625rem;
  text-align: center;
}

.flow__inner::after {
  content: "";
  position: absolute;
  top: -8px;
  top: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/bg_flag.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 122px;
  height: 7.625rem;
}

.flow__items {
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.flow__item:nth-child(2) {
  margin-top: 58px;
  margin-top: 3.625rem;
}

.flow__item:nth-child(3) {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.flow__item:nth-child(4) {
  margin-top: 72px;
  margin-top: 4.5rem;
}

.flow__number {
  font-size: 27px;
  font-size: 1.6875rem;
  width: 59px;
  width: 3.6875rem;
  height: 59px;
  height: 3.6875rem;
  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;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.flow__item:nth-child(odd) .flow__number {
  background: url("../images/bg_circle_pink.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow__item:nth-child(even) .flow__number {
  background: url("../images/bg_circle_purple.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flow__item:nth-child(4) {
  width: 252px;
  width: 15.75rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  margin-left: auto;
  margin-right: auto;
  background: url("../images/bg_flow.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flow__text {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  line-height: 1.35;
}

.flow__text span {
  color: #D82184;
}

.flow__text--large {
  font-size: 35px;
  font-size: 2.1875rem;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  height: 3.125rem;
  background-color: #BC5DD3;
  z-index: 900;
}

.footer__inner {
  position: relative;
  height: 100%;
}

.footer__items {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__item {
  height: 100%;
  border: 1px solid #fff;
}

.footer__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__icon {
  width: 18px;
  width: 1.125rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
}

.footer__text {
  margin-left: 7px;
  margin-left: 0.4375rem;
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.27;
}

.footer__scroll-btn {
  position: absolute;
  right: 9px;
  right: 0.5625rem;
  bottom: 66px;
  bottom: 4.125rem;
  display: block;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #BC5DD3;
  color: #BC5DD3;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scroll-btn:hover {
  cursor: pointer;
}

.footer__scroll-btn a {
  display: block;
  height: 100%;
  line-height: 51px;
  line-height: 3.1875rem;
}

.form {
  font-size: 15px;
  font-size: 0.9375rem;
}

.form__label {
  display: block;
}

.form__label--required::after {
  content: "必須";
  margin-left: 9px;
  margin-left: 0.5625rem;
  padding: 2px;
  padding: 0.125rem;
  background-color: #f23387;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.form__input {
  width: 100%;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border: 1px solid #000;
  background-color: #fff4f7;
}

.form__select-wrapper {
  display: inline-block;
  position: relative;
}

.form__select-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 17px;
  bottom: 1.0625rem;
  right: 6px;
  right: 0.375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #D82184 transparent;
  pointer-events: none;
  z-index: 5;
}

.form__select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  bottom: 0.375rem;
  right: 6px;
  right: 0.375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #D82184 transparent transparent transparent;
  pointer-events: none;
}

.form__select {
  display: inline-block;
  width: 77px;
  width: 4.8125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: 2px;
  margin-right: 0.125rem;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  border: 1px solid #000;
  background-color: #fff4f7;
  font-size: 15px;
  font-size: 0.9375rem;
}

.form__checkbox {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
}

.wpcf7-list-item-label {
  position: relative;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  left: -1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  width: 1rem;
  /* ボックスの横幅 */
  height: 16px;
  height: 1rem;
  /* ボックスの縦幅 */
  border: 1px solid #000;
  background-color: #fff4f7;
}

/* チェックした時のスタイル */
input[type=checkbox]:checked+.wpcf7-list-item-label:before {
  content: "✓";
  /* チェックの文字 */
  background-color: #636363;
  color: #ffffff;
  /* チェックの色 */
  font-size: 14px;
  font-size: 0.875rem;
  /* チェックのサイズ */
  line-height: 1;
}

.wpcf7-list-item {
  margin: 0 0 0 2.3em;
}

.form__textarea {
  width: 100%;
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  border: 1px solid #000;
  background-color: #fff4f7;
  font-size: 14px;
  font-size: 0.875rem;
}

.form__unit {
  display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
}

.form__date {
  display: block;
  border: 1px solid #000;
  background-color: #fff4f7;
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.form__notes1 {
  margin-top: 9px;
  margin-top: 0.5625rem;
  color: #ff6a9e;
  font-size: 13px;
  font-size: 0.8125rem;
}

.form__notes2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding: 2px;
  padding: 0.125rem;
  background-color: #f23387;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
}

.form__label--margin-s {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.form__label--margin-l {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.form__submit {
  display: block;
  width: 239px;
  width: 14.9375rem;
  height: 59px;
  height: 3.6875rem;
  margin-top: 82px;
  margin-top: 5.125rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 1.8125rem;
  background-color: #bc5dd3;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.wpcf7-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}

.is-drawerActive .g-nav {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-nav__bg {
  background-color: #e9ddff;
  height: inherit;
  position: relative;
}

.g-nav__bg::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/bg_sakura_vertical.png");
  background-repeat: repeat;
}

.g-nav__box {
  position: absolute;
  top: 0;
  left: calc(50% + 27.5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 320px;
  width: 20rem;
  background-color: #fff;
  z-index: 5;
}

.g-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: left;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.g-nav__item {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #BC5DD3;
}

.g-nav__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3.2px 4px;
  padding: 0.2rem 0.25rem;
}

.gallery {
  padding-top: 74px;
  padding-top: 4.625rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  background-color: #c69adb;
}

.gallery__inner {
  padding: 0 16px;
  padding: 0 1rem;
}

.gallery__swiper {
  margin-top: 76px;
  margin-top: 4.75rem;
}

.gallery__table-wrapper {
  padding: 21px 23px 23px 23px;
  padding: 1.3125rem 1.4375rem 1.4375rem 1.4375rem;
  border: 1px solid #000;
}

.gallery__sub-title {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}

.gallery__table {
  width: 100%;
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  border-collapse: collapse;
}

.gallery__table tr:not(:first-child) th,
.gallery__table tr:not(:first-child) td {
  border-top: 1px solid #707070;
}

.gallery__table th {
  width: 215px;
  width: 13.4375rem;
  height: 28px;
  height: 1.75rem;
  text-align: left;
}

.gallery__table-wrapper--1 {
  margin-top: 20px;
  margin-top: 1.25rem;
  background-color: #fdfff2;
}

.gallery__table-wrapper--2 {
  margin-top: 15px;
  margin-top: 0.9375rem;
  background-color: #fdfff2;
}

.gallery__table-wrapper--3 {
  margin-top: 46px;
  margin-top: 2.875rem;
  background-color: #faf2ff;
}

.gallery__table-wrapper--4 {
  margin-top: 21px;
  margin-top: 1.3125rem;
  background-color: #faf2ff;
}

.gallery__text1 {
  width: 315px;
  width: 19.6875rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.gallery__text2 {
  width: 327px;
  width: 20.4375rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.gallery__text3 {
  width: 336px;
  width: 21rem;
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: left;
}

.gallery__youtube {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.gallery__youtube iframe {
  display: block;
  width: 100%;
  aspect-ratio: 560/315;
}

.hamburger {
  display: inline-block;
  position: relative;
  z-index: 5;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger__line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  width: 1.5rem;
  height: 2px;
  height: 0.125rem;
  background-color: #000;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before,
.hamburger__line::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line::before {
  top: -12px;
  top: -0.75rem;
}

.hamburger__line::after {
  top: 12px;
  top: 0.75rem;
}

.hamburger[aria-expanded=true] .hamburger__line {
  background-color: transparent;
}

.hamburger[aria-expanded=true] .hamburger__line::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #000;
}

.hamburger[aria-expanded=true] .hamburger__line::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: #000;
}

.header {
  width: 100%;
  height: 59px;
  height: 3.6875rem;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}

.header__inner {
  height: inherit;
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 11px;
  padding: 0 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #BC5DD3;
  margin-left: 10.5px;
  margin-left: 0.65625rem;
}

.header__tel {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: 0;
}

.header__tel span {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  text-transform: uppercase;
}

.header__space {
  height: 59px;
  height: 3.6875rem;
}

.hero-view {
  height: 608px;
  height: 38rem;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #BC5DD3), color-stop(50%, #ff98b9));
  background: linear-gradient(to right, #BC5DD3 0 50%, #ff98b9 50%);
}

.hero-view__inner {
  position: relative;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #BC5DD3), color-stop(40.8%, #ff98b9));
  background: linear-gradient(to right, #BC5DD3 0 40.8%, #ff98b9 40.8%);
}

.hero-view__inner::after {
  content: "";
  position: absolute;
  top: 463px;
  top: 28.9375rem;
  left: 100px;
  left: 6.25rem;
  width: 277px;
  width: 17.3125rem;
  height: 93px;
  height: 5.8125rem;
  background: url("../images/bg_sakura_horizontal.png");
  background-repeat: no-repeat;
}

.hero-view__img {
  position: absolute;
  top: -5px;
  top: -0.3125rem;
  right: -8px;
  right: -0.5rem;
  width: 339px;
  width: 21.1875rem;
  height: 483px;
  height: 30.1875rem;
}

.hero-view__main-text-box {
  position: absolute;
  top: 179px;
  top: 11.1875rem;
  left: 22px;
  left: 1.375rem;
  z-index: 3;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.hero-view__main-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF6A9E;
  text-decoration-color: #FF6A9E;
  text-underline-offset: 10px;
  text-underline-offset: 0.625rem;
}

.hero-view__main-text:nth-child(1) {
  padding: 10px 10px 0 10px;
  padding: 0.625rem 0.625rem 0 0.625rem;
}

.hero-view__main-text:nth-child(2) {
  padding: 10px 10px 0 10px;
  padding: 0.625rem 0.625rem 0 0.625rem;
}

.hero-view__main-text:nth-child(3) {
  padding: 10px 10px 14px 10px;
  padding: 0.625rem 0.625rem 0.875rem 0.625rem;
}

.pink {
  color: #FF6A9E;
}

.purple {
  color: #BC5DD3;
}

.hero-view__main-text h1 {
  display: inline;
  color: #FF6A9E;
  font-size: 26px;
  font-size: 1.625rem;
}

.hero-view__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  gap: 1.125rem;
  position: absolute;
  top: 369px;
  top: 23.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-view__text {
  width: 99px;
  width: 6.1875rem;
  height: 140px;
  height: 8.75rem;
  background: url("../images/main-view_yellow.png");
  background-position: center 20%;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.21;
  text-align: center;
  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;
}

.hero-view__sakurajuku {
  position: absolute;
  top: 489px;
  top: 30.5625rem;
  left: 97px;
  left: 6.0625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  color: #fff;
}

.influencer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(17%, #E9DDFF), color-stop(54%, transparent));
  background: linear-gradient(to bottom, transparent 0 17%, #E9DDFF 17% 54%, transparent 54%);
}

.influencer__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.influencer__box-outer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 69px;
  margin-top: 4.3125rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #000;
  background-color: #fff;
}

.influencer__box-inner {
  width: 297px;
  width: 18.5625rem;
  margin: 0 auto;
  padding-top: 2px;
  padding-top: 0.125rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border: 1px dashed #000;
  background-color: #fff;
}

.influencer__title {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.333;
}

.influencer__title span {
  color: #d82184;
}

.influencer__photo {
  width: 289px;
  width: 18.0625rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.influencer__subtitle {
  width: 262px;
  width: 16.375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  background: url("../images/bg_influ.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 19px;
  font-size: 1.1875rem;
  text-align: center;
  line-height: 1.316;
}

.influencer__iphone {
  width: 312px;
  width: 19.5rem;
  margin-top: 32px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.influencer__text1 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.0589;
}

.influencer__dotted-line {
  width: 316px;
  width: 19.75rem;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  border-top: 3px dotted #bca3ea;
}

.influencer__text2 {
  margin-top: 14px;
  margin-top: 0.875rem;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.0589;
}

.inner {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.instagram {
  margin-top: 76px;
  margin-top: 4.75rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #BCA3EA), color-stop(50%, #FFACC7));
  background: linear-gradient(to right, #BCA3EA 0 50%, #FFACC7 50%);
}

.instagram__inner {
  padding-top: 66px;
  padding-top: 4.125rem;
  width: 100%;
}

.instagram__wrapper {
  margin-top: 74px;
  margin-top: 4.625rem;
  padding-bottom: 47px;
  padding-bottom: 2.9375rem;
  width: 100%;
}

.mood {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d5c3f5), color-stop(50%, #ffc7da));
  background: linear-gradient(to right, #d5c3f5 0 50%, #ffc7da 50%);
}

.mood__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.mood__swiper {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

.mood__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 10px;
  gap: 0.875rem 0.625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
  grid-template-rows: 9.25rem 9.25rem;
}

.mood__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../images/bg_mood.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mood__text {
  line-height: 1.4375;
  text-align: center;
}

.mood__text span {
  color: #fd6e90;
}

.mood__notes {
  width: 331px;
  width: 20.6875rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.059;
}

.omotenashi__inner {
  width: 335px;
  width: 20.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.omotenshi__title-wrapper {
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid #000;
  background-color: #FFFBC9;
  margin-top: 99px;
  margin-top: 6.1875rem;
}

.omotenashi__title-wrapper-inner {
  border: 1px dashed #000;
  background-color: #FFFBC9;
  padding: 17px 4px;
  padding: 1.0625rem 0.25rem;
}

.omotenashi__title {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7058;
}

.omotenashi__title span {
  color: #D82184;
}

.omotenashi__text-wrapper {
  margin-top: 47px;
  margin-top: 2.9375rem;
}

.omotenashi__text {
  line-height: 1.9375;
}

.omotenashi__text span {
  color: #D82184;
}

.omotenashi__text:not(:first-child) {
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-top: 17px;
  padding-top: 1.0625rem;
  border-top: 1px solid #000;
}

.page-numbers {
  font-size: 16px;
  font-size: 1rem;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  border: 1px solid #7C5CB7;
  margin-left: 8px;
  margin-left: 0.5rem;
  font-weight: 300;
}

.page-numbers:first-child {
  margin-left: 0;
}

.page-numbers.current {
  color: #fff;
  background-color: #7C5CB7;
}

.payslip__section-title {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.payslip__wrapper {
  position: relative;
  margin-top: 56px;
  margin-top: 3.5rem;
  background-color: #ffd6e4;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
}

.payslip__inner {
  width: 343px;
  width: 21.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.payslip__wrapper::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 28px 16px;
  border-color: transparent transparent #FFD6E4 transparent;
  position: absolute;
  top: -28px;
  top: -1.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.payslip__box-outer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #000;
  background-color: #fff;
}

.payslip__box-inner {
  width: 248px;
  width: 15.5rem;
  margin: 0 auto;
  border: 1px dashed #000;
  background-color: #fff;
  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;
  gap: 8px;
  gap: 0.5rem;
  padding: 16px 0 10px 0;
  padding: 1rem 0 0.625rem 0;
}

.payslip__title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.588;
}

.payslip__text {
  color: #FF6A9E;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.588;
  text-align: center;
}

.payslip__face {
  width: 77px;
  width: 4.8125rem;
}

.payslip__pay {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.payslip__survey {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.payslip__schedule {
  margin-top: 26px;
  margin-top: 1.625rem;
}

.payslip__box-outer--2 {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.pick-up {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.pick-up__wrapper {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}

.pick-up__wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #C8A4E6;
  z-index: -1;
}

.pick-up__box2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pick-up__box3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.pick-up__item {
  padding-bottom: 23px;
  padding-bottom: 1.4375rem;
}

.pick-up__photo1 {
  border: 1px solid #fff;
}

.pick-up__photo1 img {
  aspect-ratio: 188/244;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
}

.pick-up__photo2 {
  border: 1px solid #fff;
}

.pick-up__photo2 img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
}


.pick-up__name {
  color: #fff;
  text-align: center;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.point__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.point__section-title {
  margin-top: 68px;
  margin-top: 4.25rem;
}

.point__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px 13px;
  gap: 1.125rem 0.8125rem;
  margin-top: 34px;
  margin-top: 2.125rem;
  grid-template-rows: 9.1875rem 9.1875rem 9.1875rem;
}

.point__card--pink {
  background: url("../images/card_pink.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.point__card--purple {
  background: url("../images/card_purple.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.point__card-no {
  margin-left: 7px;
  margin-left: 0.4375rem;
  font-weight: 300;
}

.point__card-text {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  line-height: 1.375;
}

.point__card-line {
  width: 85px;
  width: 5.3125rem;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-left: 7px;
  margin-left: 0.4375rem;
  border: 1px solid #000;
}

.point__card-sub-text1 {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  line-height: 1.375;
}

.point__card-sub-text2 {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3077;
}

.point__more {
  position: relative;
  width: 223px;
  width: 13.9375rem;
  height: 137px;
  height: 8.5625rem;
  margin-top: 80px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/bg_sun.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
}

.point__more span {
  display: block;
  position: absolute;
  bottom: 25px;
  bottom: 1.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

.point__subtitle-bg {
  position: relative;
  width: 326px;
  width: 20.375rem;
  height: 53px;
  height: 3.3125rem;
  margin-top: 101px;
  margin-top: 6.3125rem;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/bg_diagonal.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.point__subtitle {
  display: block;
  position: absolute;
  bottom: -8px;
  bottom: -0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding-bottom: 7px;
  padding-bottom: 0.4375rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583;
}

.point__subtitle span {
  color: #d82184;
}

.point__dot-line {
  width: 316px;
  width: 19.75rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
  border-top: 4px dotted #bca3ea;
  border-top: 0.25rem dotted #bca3ea;
}

.point__text {
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 2.1875;
}

.point__text span {
  color: #d82184;
}

.qa__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.qa__section-title {
  margin-top: 81px;
  margin-top: 5.0625rem;
}

.qa__items {
  margin-top: 54px;
  margin-top: 3.375rem;
}

.qa__item {
  border: 1px solid #000;
}

.qa__item:not(:first-child) {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.qa__q-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 155px;
  height: 9.6875rem;
  padding-left: 14px;
  padding-left: 0.875rem;
}

.qa__img {
  width: 77px;
  width: 4.8125rem;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

.qa__question {
  margin-bottom: 64px;
  margin-bottom: 4rem;
  margin-left: 13px;
  margin-left: 0.8125rem;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.217;
}

.qa__item:nth-child(3) .qa__question {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.qa__question span {
  color: #ff6a9e;
}

.qa__a-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 105px;
  height: 6.5625rem;
  padding: 10px 14px 0 20px;
  padding: 0.625rem 0.875rem 0 1.25rem;
  border-top: 1px solid #000;
  background-color: #ff90b7;
  color: #fff;
}

.qa__answer {
  margin-left: 4px;
  margin-left: 0.25rem;
  line-height: 1.625;
}

.qa__item:nth-child(even) .qa__q-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-right: 16px;
  padding-right: 1rem;
}

.qa__item:nth-child(even) .qa__img {
  margin-left: 44px;
  margin-left: 2.75rem;
}

.qa__exp {
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.requirements {
  background-color: #ffff6e;
  padding-bottom: 89px;
  padding-bottom: 5.5625rem;
}

.requirements__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
  padding: 44.5px 33px 37px 33px;
  padding: 2.78125rem 2.0625rem 2.3125rem 2.0625rem;
  border: 1px solid #000;
  background-color: #fff;
}

.requirements__items {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.requirements__item {
  border-bottom: 2px dashed #707070;
  text-align: center;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
}

.requirements__item:first-child {
  border-top: 2px dashed #707070;
}

.requirements__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 58px;
  width: 3.625rem;
  height: 58px;
  height: 3.625rem;
  margin-top: 33.5px;
  margin-top: 2.09375rem;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/bg_circle_yellow.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}

.requirements__text-wrapper {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.requirements_text-box1:nth-child(2) {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.requirements__sub-title {
  width: 145px;
  width: 9.0625rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #D82184;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
}

.requirements__text1 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.requirements__text1--purple {
  color: #D82184;
}

.requirements__text1--large {
  font-size: 22px;
  font-size: 1.375rem;
}

.requirements__text2 {
  margin-top: 32px;
  margin-top: 2rem;
  line-height: 1.6875;
}

.requirements__text2 span {
  color: #D82184;
}

.requirements__text3 {
  line-height: 1.6875;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.requirements__text {
  line-height: 1.6875;
}

.salary {
  background-color: #FFFF6E;
  margin-top: 61px;
  margin-top: 3.8125rem;
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}

.salary__inner {
  width: 357px;
  width: 22.3125rem;
  margin-left: auto;
  margin-right: auto;
}

.salary__items {
  margin-top: 44px;
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 75px;
  gap: 4.6875rem;
}

.salary__item {
  background-color: #fff;
  border: 1px solid #000;
  padding: 4.5px;
  padding: 0.28125rem;
}

.salary__item-inner {
  border: 1px dashed #000;
  padding: 0 11px 6px 11px;
  padding: 0 0.6875rem 0.375rem 0.6875rem;
}

.salary__title {
  border: 1px solid #000;
  background-color: #fff;
  margin-top: -22px;
  margin-top: -1.375rem;
  font-size: 28px;
  font-size: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  line-height: 1;
}

.salary__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-top: 0.75rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.salary__text {
  width: 101px;
  width: 6.3125rem;
  margin-left: 24px;
  margin-left: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E9DDFF));
  background: linear-gradient(transparent 50%, #E9DDFF 50%);
  text-align: center;
}

.salary__amount {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.salary__amount span {
  font-size: 80px;
  font-size: 5rem;
}

.salary__img-wrapper {
  text-align: center;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.salary__img {
  width: 77px;
  width: 4.8125rem;
  height: 77px;
  height: 4.8125rem;
}

.salary__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.salary__img-caption {
  text-align: center;
  margin-top: 6px;
  margin-top: 0.375rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.salary__notes {
  line-height: 1.4375;
  margin-top: 22px;
  margin-top: 1.375rem;
  width: 308px;
  width: 19.25rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  position: relative;
  width: 124px;
  width: 7.75rem;
  height: 74px;
  height: 4.625rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
}

.section-title span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-title--font-small {
  font-size: 16px;
  font-size: 1rem;
}

.section-title--font-middle {
  font-size: 18px;
  font-size: 1.125rem;
}

.section-title--font-large {
  font-size: 19px;
  font-size: 1.1875rem;
}

.section-title--font-large span {
  bottom: 5px;
  bottom: 0.3125rem;
}

.section-title--purple {
  background: url("../images/section_purple.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--white {
  background: url("../images/section_white.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--yellow {
  background: url("../images/section_yellow.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--yellow2 {
  background: url("../images/section_yellow2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--pink {
  background: url("../images/section_pink.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--pink2 {
  color: #fff;
  background: url("../images/section_pink2.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--pink--long {
  background: url("../images/section_pink_long.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 201px;
  width: 12.5625rem;
}

.section-title--contact {
  background: url("../images/section_contact.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 146px;
  width: 9.125rem;
  font-size: 16px;
  font-size: 1rem;
}

.section-title--payslip {
  position: relative;
  width: 126px;
  width: 7.875rem;
  height: 86px;
  height: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  background: url("../images/section_payslip.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title--payslip span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 4px;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.3;
}

.staff-blog {
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 37px;
  padding-bottom: 2.3125rem;
  background-color: #ffc4d7;
}

.staff-blog__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #000;
  border-radius: 1.625rem;
  background-color: #fff;
}

.staff-blog__wrapper-inner {
  width: 341px;
  width: 21.3125rem;
  margin: 0 auto;
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  border: 1px dashed #000;
  border-radius: 1.4375rem;
  background-color: #fff;
}

.staff-blog__items {
  padding-right: 22px;
  padding-right: 1.375rem;
  padding-left: 22px;
  padding-left: 1.375rem;
}

.staff-blog__items-top {
  margin-top: 65px;
  margin-top: 4.0625rem;
}

.staff-blog__items-blog-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.staff-blog__item {
  padding-bottom: 15.5px;
  padding-bottom: 0.96875rem;
  border-bottom: 1px solid #000;
}

.staff-blog__item:not(:first-child) {
  margin-top: 21.5px;
  margin-top: 1.34375rem;
}

.staff-blog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
}

.staff-blog__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 107px;
  width: 6.6875rem;
  height: 107px;
  height: 6.6875rem;
}

.staff-blog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.staff-blog__date {
  color: #BC5DD3;
  font-size: 13px;
  font-size: 0.8125rem;
}

.staff-blog__title {
  font-size: 15px;
  font-size: 0.9375rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.staff-blog__text {
  display: -webkit-box;
  overflow: hidden;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.stagg-blog__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.staff {
  margin-top: 96px;
  margin-top: 6rem;
  padding-top: 74px;
  padding-top: 4.625rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #d5c3f5), color-stop(50%, #ffc7da));
  background: linear-gradient(to right, #d5c3f5 0 50%, #ffc7da 50%);
}

.staff__inner {
  width: 343px;
  width: 21.4375rem;
  margin-left: auto;
  margin-right: auto;
}

.staff__wrapper {
  margin-top: 91px;
  margin-top: 5.6875rem;
}

.staff__text {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 14px 11px;
  padding: 0.875rem 0.6875rem;
  background-color: #fff;
  line-height: 1.733;
}

.support__inner {
  width: 343px;
  width: 21.4375rem;
  margin-right: auto;
  margin-left: auto;
}

.support__section-title-bg {
  position: relative;
  width: 189px;
  width: 11.8125rem;
  height: 176px;
  height: 11rem;
  margin-top: 76px;
  margin-top: 4.75rem;
  margin-right: auto;
  margin-left: auto;
  background: url("../images/bg_support.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.support__section-title {
  display: block;
  position: absolute;
  bottom: 44px;
  bottom: 2.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.5294;
}

.support__wrapper {
  padding-top: 17px;
  padding-top: 1.0625rem;
  border: 1px solid #000;
}

.support__wrapper--purple {
  margin-top: 82px;
  margin-top: 5.125rem;
  background-color: #e9ddff;
}

.support__wrapper--pink {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #ffe3ed;
}

.support__subtitle {
  font-size: 21px;
  font-size: 1.3125rem;
  width: 224px;
  width: 14rem;
  height: 42px;
  height: 2.625rem;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  line-height: 42px;
  line-height: 2.625rem;
  text-align: center;
}

.support__subtitle--purple {
  color: #bc5dd3;
}

.support__subtitle--pink {
  color: #ff6a9e;
}

.support__img {
  width: 341px;
  width: 21.3125rem;
  height: 264px;
  height: 16.5rem;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.support__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.support__text1 {
  background-color: #fff;
  text-align: center;
  height: 43px;
  height: 2.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.support__text1--purple {
  color: #D054BD;
}

.support__text1--pink {
  color: #FF6A9E;
}

.support__text2 {
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  font-weight: 300;
  border-top: 1px dashed #000;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-swiper1 {
  overflow: hidden;
}

.js-swiper1 .swiper {
  max-width: 720px;
  margin: auto;
}

.js-swiper1 .swiper-main {
  overflow: visible;
}

.js-swiper1 .swiper-thumb {
  padding-top: 8px;
  padding-top: 0.5rem;
}

.js-swiper1 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.js-swiper1 .slide {
  display: block;
  overflow: hidden;
}

.js-swiper1 .slide-media {
  padding-top: 71.72%;
}

.js-swiper1 .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-swiper1 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 51.2px 0;
  padding: 3.2rem 0;
}

.js-swiper1 .thumb-media {
  padding-top: 75.6%;
  opacity: 0.37;
}

.js-swiper1 .swiper-slide-thumb-active .thumb-media {
  opacity: 1;
}

.js-swiper2 {
  overflow: hidden;
}

.js-swiper2 .swiper {
  max-width: 720px;
  margin: auto;
}

.js-swiper2 .swiper-main {
  overflow: visible;
}

.js-swiper2 .swiper-thumb {
  padding-top: 8px;
  padding-top: 0.5rem;
}

.js-swiper2 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.js-swiper2 .slide {
  display: block;
  overflow: hidden;
}

.js-swiper2 .slide-media {
  padding-top: 71.72%;
}

.js-swiper2 .slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-swiper2 .slide-title {
  font-weight: bold;
  line-height: 1.6;
  padding: 51.2px 0;
  padding: 3.2rem 0;
}

.js-swiper2 .thumb-media {
  padding-top: 75.6%;
  opacity: 0.37;
}

.js-swiper2 .swiper-slide-thumb-active .thumb-media {
  opacity: 1;
}

.thanks__wrapper {
  text-align: center;
  margin: 0 auto;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}

.thanks__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}

.thanks__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 16px;
  margin-top: 1rem;
  color: #1d3994;
  text-decoration: underline;
}

.thanks__link:hover {
  opacity: 0.8;
}

.tscompany {
  padding-top: 72px;
  padding-top: 4.5rem;
  padding-bottom: 126px;
  padding-bottom: 7.875rem;
  background-color: #7c5cb7;
  color: #fff;
  text-align: center;
}

.tscompany__img {
  width: 120px;
  width: 7.5rem;
  margin-right: auto;
  margin-left: auto;
}

.tscompany__title {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.tscompany__text {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.2667;
}

.tsgroup {
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
  background-color: #a186d1;
  color: #fff;
}

.tsgroup__title {
  display: block;
  width: 343px;
  width: 21.4375rem;
  height: 381px;
  height: 23.8125rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: url(../images/tscompany.jpg);
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
}

.tsgroup__text {
  margin-top: 27px;
  margin-top: 1.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.tsgroup__items {
  display: grid;
  grid-template-columns: 11.0625rem 11.0625rem;
  grid-template-rows: 12.5rem 12.5rem;
  gap: 4px 5px;
  gap: 0.25rem 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 27px;
  margin-top: 1.6875rem;
  margin-right: auto;
  margin-left: auto;
}

.tsgroup__menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.tsgroup__menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 9px;
  padding-left: 0.5625rem;
  border-left: 1px solid #fff;
}

.tsgroup__menu-item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.692;
}

.wp-content h1 {
  margin: 0.67em 0;
}

.wp-content h2 {
  margin: 0.83em 0;
}

.wp-content h3 {
  margin: 1em 0;
}

.wp-content h4 {
  margin: 1.33em 0;
}

.wp-content h5 {
  margin: 1.67em 0;
}

.wp-content h6 {
  margin: 2.33em 0;
}

.wp-content p,
.wp-content ul,
.wp-content ol,
.wp-content figure,
.wp-content blockquote,
.wp-content dl,
.wp-content dd {
  margin-top: 1em;
  margin-bottom: 1em;
}

.wp-content li ul,
.wp-content li ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1em;
}

.wp-content blockquote {
  background-color: #f0f0f0;
  padding: 23px;
  padding: 1.4375rem;
}

.wp-content ul>li {
  position: relative;
}

.wp-content ul>li::before {
  content: "";
  display: inline-block;
  background-color: #000;
  vertical-align: middle;
  width: 6px;
  width: 0.375rem;
  height: 6px;
  height: 0.375rem;
  border-radius: 50%;
  margin-right: 11px;
  margin-right: 0.6875rem;
}

.wp-content ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.wp-content a {
  text-decoration: underline;
  color: blue;
}

.wp-content table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wp-content th,
.wp-content td {
  border: 1px solid #000;
}

.wp-content dl dd {
  margin-left: 1em;
}

/*# sourceMappingURL=styles.css.map */