@charset "UTF-8";
/*-変数定義 font
------------------------------*/
/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
.c-access {
  padding-block: 20px 40px;
  padding-block: 1.25rem 2.5rem;
}

.c-access__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-access__term {
  width: 70px;
  width: 4.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

.c-access__desc {
  font-weight: 500;
  width: calc(100% - 4.375rem);
}

.c-access__map iframe {
  border-radius: 1rem;
  height: 240px;
  height: 15rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.c-author__container {
  border-radius: 0.5rem;
  background: #f2f2f2;
  padding: 24px;
  padding: 1.5rem;
}

.c-author__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.c-author__image {
  width: 80px;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-author__image img {
  border-radius: 50%;
}

.c-author__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-btn01 {
  border-radius: 999rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #303A67;
  padding: 9px 16px 9px 40px;
  padding: 0.5625rem 1rem 0.5625rem 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-btn01--left {
  margin-left: auto;
}
.c-btn01--white {
  background: #FFF;
}
.c-btn01--white .c-btn01__text {
  color: #303A67;
}
.c-btn01--white .c-btn01__icon::before {
  background: url(./../img/arrow/right_blue_01.webp) center center/contain no-repeat;
}
.c-btn01--blank .c-btn01__icon::before {
  background: url(./../img/common/window_01.svg) center center/contain no-repeat;
}
.c-btn01--disabled01 {
  background: #bdbdbd !important;
  pointer-events: none;
}
.c-btn01--disabled01 .c-btn01__text {
  color: #fff !important;
}
.c-btn01--disabled01 .c-btn01__icon::before {
  background: url(./../img/arrow/right_white_01.webp) center center/contain no-repeat !important;
}
.c-btn01--disabled02 {
  background: rgba(189, 189, 189, .5) !important;
  pointer-events: none;
}
.c-btn01--disabled02 .c-btn01__text {
  color: rgba(255, 255, 255, .5) !important;
}
.c-btn01--disabled02 .c-btn01__icon::before {
  opacity: 0.5 !important;
  background: url(./../img/arrow/right_white_01.webp) center center/contain no-repeat !important;
}
.c-btn01--disabled03 {
  background: rgba(48, 58, 103, .2) !important;
  pointer-events: none;
}
.c-btn01--disabled03 .c-btn01__text {
  color: rgba(255, 255, 255, .5) !important;
}
.c-btn01--disabled03 .c-btn01__icon::before {
  opacity: 0.5 !important;
  background: url(./../img/arrow/right_white_01.webp) center center/contain no-repeat !important;
}

.c-btn01__text {
  position: relative;
  z-index: 1;
  letter-spacing: 0.06em;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
}

.c-btn01__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
  left: 1rem;
  width: 16px;
  width: 1rem;
  aspect-ratio: 1/1;
  z-index: 1;
}
.c-btn01__icon::before {
  background: url(./../img/arrow/right_white_01.webp) center center/contain no-repeat;
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  content: "";
}

.c-btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 263px;
  width: 16.4375rem;
  height: 44px;
  height: 2.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 0.25rem;
  background: #303a67;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-inline: auto;
}
.c-btn02--white {
  background: #fff;
}
.c-btn02--white .c-btn02__text {
  color: #303A67;
}
.c-btn02--white .c-btn02__icon {
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
}
.c-btn02--prev .c-btn02__icon {
  right: auto;
  left: 16px;
  left: 1rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-btn02--disabled01 {
  background: #c7c7cc !important;
  pointer-events: none;
}
.c-btn02--disabled01 .c-btn01__text {
  color: #fff !important;
}

.c-btn02__text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  z-index: 1;
  position: relative;
}

.c-btn02__icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  right: 1rem;
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_white_02.webp) center center/contain no-repeat;
}

.c-coachList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  gap: 1.5rem;
}
.c-coachList--trainers {
  gap: 40px;
  gap: 2.5rem;
}

.c-coachList__clm {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-coachList__image {
  width: 130px;
  width: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-coachList__image img {
  border-radius: 0.5rem;
}

.c-coachList__name {
  border-bottom: 1px solid #4F4F4F;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.c-coachList__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-coachList__acToggle {
  position: relative;
  width: 100%;
  padding: 5px 40px 5px 0;
  padding: 0.3125rem 2.5rem 0.3125rem 0;
}
.c-coachList__acToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-coachList__acToggle.is-active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.c-coachList__acContents {
  display: none;
}

.c-faq__list {
  counter-reset: question;
}

.c-faq__item {
  counter-increment: question;
}

.c-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
  padding: 0 32px 9px 0;
  padding: 0 2rem 0.5625rem 0;
  border-bottom: 1px solid #303a67;
  cursor: pointer;
  position: relative;
  color: #303A67;
}
.c-faq__question::before {
  font-family: "Shippori Mincho", serif;
  content: "Q" counter(question) ". ";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #303A67;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 400;
  text-align: center;
  width: 38px;
  width: 2.375rem;
  flex-shrink: 0;
}
.c-faq__question::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-faq__question.is-active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.c-faq__answer {
  padding-top: 16px;
  padding-top: 1rem;
  display: none;
}

.c-faq__answer__text ul {
  margin-top: 16px;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
  gap: 1.3125rem;
}
.c-faq__answer__text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-faq__answer__text li::before {
  content: "・";
}
.c-faq__answer__text .notes01 {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
}
.c-faq__answer__text p + p {
  margin-top: 1em;
}

.c-founder__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.c-founder__image {
  width: 128px;
  width: 8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-founder__image img {
  border-radius: 0.5rem;
}

.c-founder__textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-founder__text01 {
  padding-top: 16px;
  padding-top: 1rem;
  border-top: 1px solid #4F4F4F;
}

.c-founder__btn__logo {
  width: 56px;
  width: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

.c-fv {
  padding-block: 20px 8px;
  padding-block: 1.25rem 0.5rem;
  position: relative;
  background: #303A67;
}
.c-fv::after {
  bottom: -40px;
  bottom: -2.5rem;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  background: url(./../img/common/border_blue_01.webp) top center/cover no-repeat;
}

.c-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #FFF;
  padding-left: 32px;
  padding-left: 2rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-fv__title::before {
  content: "";
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./../img/icon/sazanami_02.webp) center center/contain no-repeat;
}

.c-glass-bg01 {
  position: relative;
  background: rgba(48, 58, 103, .25);
  overflow: hidden;
  -webkit-backdrop-filter: blur(40px) saturate(1.05) contrast(1.04);
          backdrop-filter: blur(40px) saturate(1.05) contrast(1.04);
  border: 1px solid rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .4);
}
.c-glass-bg01::before, .c-glass-bg01::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.c-glass-bg01::before {
  inset: -40% -40%;
  -webkit-transform: rotate(-30deg) translateX(-8%);
          transform: rotate(-30deg) translateX(-8%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .25)), color-stop(30%, rgba(255, 255, 255, .08)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .08) 30%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
}
.c-glass-bg01::after {
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
  opacity: 0.5;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
          box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
}

.c-glass-bg02 {
  position: relative;
  background: rgba(48, 58, 103, .2);
  overflow: hidden;
  -webkit-backdrop-filter: blur(10px) saturate(1.05) contrast(1.04);
          backdrop-filter: blur(10px) saturate(1.05) contrast(1.04);
  border: 1px solid rgba(255, 255, 255, .4);
}
.c-glass-bg02::before, .c-glass-bg02::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  top: 0;
  right: 0;
}
.c-glass-bg02::before {
  inset: -40% -40%;
  -webkit-transform: rotate(-30deg) translateX(-8%);
          transform: rotate(-30deg) translateX(-8%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), color-stop(30%, rgba(255, 255, 255, .08)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .08) 30%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
}
.c-glass-bg02::after {
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
  opacity: 0.4;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
          box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
}

.c-glass-bg03 {
  position: relative;
  background: rgba(255, 255, 255, .1);
  overflow: hidden;
  -webkit-backdrop-filter: blur(40px) saturate(1.05) contrast(1.04);
          backdrop-filter: blur(40px) saturate(1.05) contrast(1.04);
  border: 1px solid rgba(255, 255, 255, .4);
}
.c-glass-bg03::before, .c-glass-bg03::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  height: 100%;
  top: 0;
  right: 0;
}
.c-glass-bg03::before {
  inset: -40% -40%;
  -webkit-transform: rotate(-30deg) translateX(-8%);
          transform: rotate(-30deg) translateX(-8%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .2)), color-stop(30%, rgba(255, 255, 255, .08)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, .08) 30%, rgba(255, 255, 255, 0) 60%);
  opacity: 0.8;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
}
.c-glass-bg03::after {
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .03)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 10%), radial-gradient(circle at 70% 80%, rgba(255, 255, 255, .05), transparent 8%), linear-gradient(180deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
  opacity: 0.4;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
          box-shadow: inset 0 1px 6px rgba(255, 255, 255, .35), inset 0 -1px 8px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .35);
}

.c-title01 {
  padding-left: 32px;
  padding-left: 2rem;
  color: #303a67;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
.c-title01::before {
  content: "";
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./../img/icon/sazanami_01.webp) center center/contain no-repeat;
}
.c-title01--white {
  color: #fff;
}
.c-title01--white::before {
  background: url(./../img/icon/sazanami_02.webp) center center/contain no-repeat;
}

.c-title02 {
  padding: 12px 18px;
  padding: 0.75rem 1.125rem;
  border-radius: 62.4375rem;
  width: 300px;
  width: 18.75rem;
  margin-inline: auto;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
.c-title02:not(.c-glass-bg01) {
  background: #303A67;
}
.c-title02--white:not(.c-glass-bg01) {
  background: #FFF;
}
.c-title02--white .c-title02__text {
  color: #303A67;
}

.c-title02__text {
  color: #FFF;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.c-title03 {
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}
.c-title03::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  left: 0;
  background: url(./../img/icon/sazanami_01.webp) center center/contain no-repeat;
}

.c-title03__text {
  color: #303A67;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
}

.p-columnSingle__nav .lwptoc {
  margin: 16px 0 0;
  margin: 1rem 0 0;
}
.p-columnSingle__nav .lwptoc .lwptoc_i {
  padding: 0;
  width: 100%;
}
.p-columnSingle__nav .lwptoc .lwptoc_header {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}
.p-columnSingle__nav .lwptoc .lwptoc_header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  pointer-events: none;
}
.p-columnSingle__nav .lwptoc .lwptoc_header:has(+ .lwptoc_items-visible)::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}
.p-columnSingle__nav .lwptoc .lwptoc_title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.p-columnSingle__nav .lwptoc .lwptoc_toggle {
  opacity: 0;
}
.p-columnSingle__nav .lwptoc .lwptoc_toggle a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-columnSingle__nav .lwptoc_items a {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
}
.p-columnSingle__nav .lwptoc_items > .lwptoc_itemWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  gap: 0.1875rem;
}
.p-columnSingle__nav .lwptoc_items > .lwptoc_itemWrap > .lwptoc_item {
  margin: 12px 0 0 6px;
  margin: 0.75rem 0 0 0.375rem;
}
.p-columnSingle__nav .lwptoc_itemWrap .lwptoc_itemWrap {
  margin: 7px 0 0 11px;
  margin: 0.4375rem 0 0 0.6875rem;
}

.u-br08 {
  border-radius: 0.5rem;
  overflow: hidden;
}

.u-block {
  display: block;
}

.u-fz10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.u-fz12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.u-fz14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.u-fz16 {
  font-size: 16px;
  font-size: 1rem;
}

.u-fz18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.u-fz20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.u-fz24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.u-fz28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.u-fz32 {
  font-size: 32px;
  font-size: 2rem;
}

.u-fz36 {
  font-size: 36px;
  font-size: 2.25rem;
}

.u-fz40 {
  font-size: 40px;
  font-size: 2.5rem;
}

.u-zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.u-shippori {
  font-family: "Shippori Mincho", serif;
}

.u-barlow {
  font-family: "Barlow", sans-serif;
}

.u-blue {
  color: #303A67;
}

.u-blue02 {
  color: #526589;
}

.u-blue03 {
  color: #5da3ff;
}

.u-white {
  color: #FFF;
}

.u-gray {
  color: #4F4F4F;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-medium {
  font-weight: 500;
}

.u-semibold {
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

.u-ebold {
  font-weight: 800;
}

.u-ls02m {
  letter-spacing: -0.02em;
}

.u-ls06 {
  letter-spacing: 0.06em;
}

.u-ls08 {
  letter-spacing: 0.08em;
}

.u-ls16 {
  letter-spacing: 0.16em;
}

.u-ls24 {
  letter-spacing: 0.24em;
}

.u-lh10 {
  line-height: 1;
}

.u-lh12 {
  line-height: 1.2;
}

.u-lh14 {
  line-height: 1.4;
}

.u-lh20 {
  line-height: 2;
}

.u-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-disc::before {
  content: "・";
}

.u-disc-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-disc-small::before {
  content: "・";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
}

.u-disc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-disc-center::before {
  content: "・";
}

.u-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.u-notes::before {
  content: "※";
}

.u-visually-hidden {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/* ----------------------------------------
Footer
---------------------------------------- */
.l-footer {
  background: url(./../img/common/footer_bg_01.webp) top center/cover no-repeat;
  padding-block: 80px 100px;
  padding-block: 5rem 6.25rem;
  z-index: 1;
  position: relative;
}

.l-footer__logo {
  width: 173px;
  width: 10.8125rem;
}

.l-footer__nav01 {
  padding: 40px 16px 0;
  padding: 2.5rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  border-top: 1px solid #fff;
}

.l-footer__nav01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav01__link::before {
  content: "・";
}

.l-footer__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 40px 16px 0;
  padding: 2.5rem 1rem 0;
  gap: 16px;
  gap: 1rem;
  border-top: 1px solid #fff;
}

.l-footer__nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.l-footer__nav02__link {
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__nav02__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  width: 0.375rem;
  aspect-ratio: 11/18;
  background: url(./../img/arrow/right_white_03.webp) center center/contain no-repeat;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.l-footer__sns__item {
  width: 24px;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer__copy {
  border-top: 1px solid #fff;
  padding-top: 16px;
  padding-top: 1rem;
}

/* ----------------------------------------
header pc
---------------------------------------- */
@media screen and (max-width:820px) {
  .l-header__pc {
    display: none;
  }
}

.l-header__leftTop {
  position: fixed;
  top: 48px;
  top: 3rem;
  left: 48px;
  left: 3rem;
  max-width: calc(50vw - 15.46875rem);
  z-index: 2;
}

.l-header__logo01 {
  width: 216px;
  width: 13.5rem;
}

.l-header__rightTop {
  position: fixed;
  top: 48px;
  top: 3rem;
  right: 48px;
  right: 3rem;
  z-index: 10;
}

.l-header__toggle {
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 1/1;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, .1);
  border-radius: 50%;
  overflow: hidden;
  -webkit-backdrop-filter: blur(40px) saturate(1.1) contrast(1.05);
          backdrop-filter: blur(40px) saturate(1.1) contrast(1.05);
  border: 1px solid rgba(255, 255, 255, .4);
  max-width: none;
}
.l-header__toggle::before, .l-header__toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.l-header__toggle::before {
  inset: -40% -40%;
  -webkit-transform: rotate(-30deg) translateX(-8%);
          transform: rotate(-30deg) translateX(-8%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .28)), color-stop(32%, rgba(255, 255, 255, .1)), color-stop(65%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .1) 32%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.85;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.l-header__toggle::after {
  background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .1), transparent 10%), radial-gradient(circle at 75% 80%, rgba(255, 255, 255, .06), transparent 8%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .04)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .1), transparent 10%), radial-gradient(circle at 75% 80%, rgba(255, 255, 255, .06), transparent 8%), linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
  opacity: 0.75;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: inset 0 1px 8px rgba(255, 255, 255, .45), inset 0 -1px 10px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .25);
          box-shadow: inset 0 1px 8px rgba(255, 255, 255, .45), inset 0 -1px 10px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .25);
}
.l-header__toggle.is-active .l-header__bar.top {
  -webkit-transform: translate(-50%, 0rem) rotate(45deg);
          transform: translate(-50%, 0rem) rotate(45deg);
}
.l-header__toggle.is-active .l-header__bar.bottom {
  -webkit-transform: translate(-50%, 0rem) rotate(-45deg);
          transform: translate(-50%, 0rem) rotate(-45deg);
}

.l-header__bar {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  display: block;
  width: 16px;
  width: 1rem;
  height: 2px;
  border: 0;
  -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, transform 0.35s ease;
  transition: background-color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
  left: 50%;
}
.l-header__bar.top {
  -webkit-transform: translate(-50%, 0.2rem);
          transform: translate(-50%, 0.2rem);
}
.l-header__bar.bottom {
  -webkit-transform: translate(-50%, -0.2rem);
          transform: translate(-50%, -0.2rem);
}

.l-header__nav {
  position: fixed;
  display: none;
  top: 24px;
  top: 1.5rem;
  border-radius: 2rem;
  right: 24px;
  right: 1.5rem;
  max-height: calc(100vh - 3rem);
  padding: 24px;
  padding: 1.5rem;
  width: 340px;
  width: 21.25rem;
  overflow-y: auto;
  max-width: calc(50vw - 13.59375rem);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-header__nav::-webkit-scrollbar {
  display: none;
}

.l-header__nav__inner {
  position: relative;
  z-index: 1;
}

.l-header__logo02 {
  width: 173px;
  width: 10.8125rem;
  max-width: calc(50vw - 21.71875rem);
}

.l-header__nav01 {
  margin-top: 29px;
  margin-top: 1.8125rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.l-header__nav01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__nav01__link::before {
  content: "・";
}

.l-header__nav02 {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.l-header__nav02__link {
  position: relative;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.l-header__nav02__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  width: 0.375rem;
  aspect-ratio: 11/18;
  background: url(./../img/arrow/right_white_03.webp) center center/contain no-repeat;
}

.l-header__copy {
  padding-top: 25.6px;
  padding-top: 1.6rem;
  border-top: 1px solid #fff;
  padding-top: 16px;
  padding-top: 1rem;
}

.l-header__leftBottom {
  position: fixed;
  left: 48px;
  left: 3rem;
  bottom: 48px;
  bottom: 3rem;
  max-width: calc(50vw - 16.09375rem);
}

.l-header__text01 {
  color: rgba(0, 0, 0, .5);
}

.l-header__text02 {
  color: rgba(0, 0, 0, .5);
}

.l-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
}

.l-header__sns__item {
  width: 24px;
  width: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-header__rightBottom {
  position: fixed;
  bottom: 48px;
  bottom: 3rem;
  right: 48px;
  right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  z-index: 2;
}
@media screen and (max-width:820px) {
  .l-header__rightBottom {
    width: 100%;
    right: 0;
    bottom: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-header__btn01 {
  width: 240px;
  width: 15rem;
  max-width: 17vw;
  height: 40px;
  height: 2.5rem;
  border-radius: 999rem;
  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;
  position: relative;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}
@media screen and (max-width:820px) {
  .l-header__btn01 {
    max-width: none;
    width: 61.6%;
  }
}

.l-header__btn01__text {
  position: relative;
  z-index: 1;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.l-header__btn01__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  right: 1.5rem;
  width: 24px;
  width: 1.5rem;
  right: 16px;
  right: 1rem;
  aspect-ratio: 1/1;
  z-index: 1;
}
.l-header__btn01__icon::before {
  background: url(./../img/arrow/right_white_04.webp) center center/contain no-repeat;
  width: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}

.l-header__pagetop {
  width: 40px;
  width: 2.5rem;
  aspect-ratio: 1/1;
  position: relative;
  background: rgba(0, 0, 0, .1);
  border-radius: 50%;
  overflow: hidden;
  -webkit-backdrop-filter: blur(40px) saturate(1.1) contrast(1.05);
          backdrop-filter: blur(40px) saturate(1.1) contrast(1.05);
  border: 1px solid rgba(255, 255, 255, .4);
  max-width: none;
  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;
}
.l-header__pagetop::before, .l-header__pagetop::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}
.l-header__pagetop::before {
  inset: -40% -40%;
  -webkit-transform: rotate(-30deg) translateX(-8%);
          transform: rotate(-30deg) translateX(-8%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .28)), color-stop(32%, rgba(255, 255, 255, .1)), color-stop(65%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, .1) 32%, rgba(255, 255, 255, 0) 65%);
  opacity: 0.85;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.l-header__pagetop::after {
  background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .1), transparent 10%), radial-gradient(circle at 75% 80%, rgba(255, 255, 255, .06), transparent 8%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .04)), to(rgba(255, 255, 255, 0)));
  background: radial-gradient(circle at 20% 25%, rgba(255, 255, 255, .1), transparent 10%), radial-gradient(circle at 75% 80%, rgba(255, 255, 255, .06), transparent 8%), linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0));
  mix-blend-mode: overlay;
  opacity: 0.75;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-box-shadow: inset 0 1px 8px rgba(255, 255, 255, .45), inset 0 -1px 10px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .25);
          box-shadow: inset 0 1px 8px rgba(255, 255, 255, .45), inset 0 -1px 10px rgba(0, 0, 0, .15), 0 24px 80px rgba(11, 14, 24, .25);
}

.l-header__pagetop__icon {
  width: 24px;
  width: 1.5rem;
}

.l-header__sp {
  display: none;
}
@media screen and (max-width:820px) {
  .l-header__sp {
    display: block;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
  }
}
.l-header__sp .l-header__sp__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  height: 4rem;
  padding-inline: 24px;
  padding-inline: 1.5rem;
}
.l-header__sp .l-header__spLogo01 {
  width: 172px;
  width: 10.75rem;
}
.l-header__sp .l-header__toggle {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border: none;
  background: none;
  width: 40px;
  width: 2.5rem;
  border-radius: 0;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__sp .l-header__toggle::before, .l-header__sp .l-header__toggle::after {
  content: none;
}
.l-header__sp .l-header__toggle.is-active .l-header__bar {
  background: #fff;
}
.l-header__sp .l-header__bar {
  width: 24px;
  width: 1.5rem;
  background: #303a67;
}
.l-header__sp .l-header__bar.top {
  -webkit-transform: translate(-50%, 0.3rem);
          transform: translate(-50%, 0.3rem);
}
.l-header__sp .l-header__bar.bottom {
  -webkit-transform: translate(-50%, -0.3rem);
          transform: translate(-50%, -0.3rem);
}
.l-header__sp .l-header__nav--sp {
  width: 100%;
  left: 0;
  max-width: 100%;
  border-radius: 0;
  top: 0;
  height: 100%;
  max-height: none;
  background: #303a67;
}
.l-header__sp .l-header__nav--sp::before, .l-header__sp .l-header__nav--sp::after {
  content: none;
}
@media screen and (max-width:820px) {
  .l-page:not(:has(.p-front)) {
    padding-top: 4rem;
  }
}

.u-mt_04 {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.u-mt_06 {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.u-mt_08 {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.u-mt_10 {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.u-mt_12 {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.u-mt_16 {
  margin-top: 16px;
  margin-top: 1rem;
}

.u-mt_20 {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.u-mt_24 {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.u-mt_30 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.u-mt_32 {
  margin-top: 32px;
  margin-top: 2rem;
}

.u-mt_40 {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.u-mt_44 {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.u-mt_48 {
  margin-top: 48px;
  margin-top: 3rem;
}

.u-mt_50 {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.u-mt_90 {
  margin-top: 90px;
  margin-top: 5.625rem;
}

.u-mt_100 {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.u-mb_10 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.u-mb_20 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.u-mb_30 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.u-mb_40 {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.u-mb_48 {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.u-mb_50 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.u-mb_80 {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.u-mb_100 {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.u-mr_04 {
  margin-right: 4px;
  margin-right: 0.25rem;
}

.u-mr_05 {
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.u-mr_10 {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.u-mr_15 {
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.u-mr_20 {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.u-mr_30 {
  margin-right: 30px;
  margin-right: 1.875rem;
}

.u-ml_05 {
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.u-ml_10 {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.u-ml_15 {
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.u-ml_20 {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.u-ml_30 {
  margin-left: 30px;
  margin-left: 1.875rem;
}

/* ----------------------------------------
Mv
---------------------------------------- */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4F4F4F;
  line-height: 1.5;
}

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

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
a:hover {
  opacity: 0.7;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  max-width: 100%;
}

.is-page {
  margin-top: -64px;
  margin-top: -4rem;
  padding-top: 64px;
  padding-top: 4rem;
}

.l-wrapper {
  width: 375px;
  width: 23.4375rem;
  margin-inline: auto;
}
@media screen and (max-width:820px) {
  .l-wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.is-front .l-wrapper {
  padding-top: 48px;
  padding-top: 3rem;
}
@media screen and (max-width:820px) {
  .is-front .l-wrapper {
    padding-top: 4rem;
  }
}

/*--container
------------------------------*/
.container {
  max-width: 1000px;
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container02 {
  max-width: 1000px;
  width: calc(100% - 6rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container03 {
  max-width: 1080px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container04 {
  max-width: 1200px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container05 {
  max-width: 820px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container06 {
  max-width: 880px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.container07 {
  max-width: 900px;
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

canvas {
  margin-top: -10vh;
}

#canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-aboutVision {
  background: #FFF;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-aboutVision::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-aboutVision__image01 {
  width: 142px;
  width: 8.875rem;
  margin-inline: auto;
}

.p-aboutMessage {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-aboutSociety {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: #FFF;
  position: relative;
}
.p-aboutSociety::before, .p-aboutSociety::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-aboutSociety::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_white_02.webp) top center/cover no-repeat;
}
.p-aboutSociety::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-aboutSociety__image01 img {
  border-radius: 0.5rem;
}

.p-aboutCompany {
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
}

.p-aboutCompany__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-aboutCompany__table__term {
  width: 84px;
  width: 5.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}

.p-aboutCompany__table__desc {
  width: calc(100% - 5.25rem);
}
.p-aboutCompany__table__desc p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-aboutCompany__table__desc p::before {
  content: "・";
}

.p-columnAuthor {
  background: #FFF;
  padding-block: 80px 0;
  padding-block: 5rem 0;
  position: relative;
}

.p-columnArchive {
  background: #FFF;
  padding-block: 24px 40px;
  padding-block: 1.5rem 2.5rem;
  position: relative;
}
.p-columnArchive::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-columnArchive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-columnArchive__article {
  border-radius: 0.25rem;
  background: #f7fafb url(./../img/arrow/right_blue_02.webp) right 16px center/24px no-repeat;
  background: #f7fafb url(./../img/arrow/right_blue_02.webp) right 1rem center/1.5rem no-repeat;
  padding: 16px 48px 16px 16px;
  padding: 1rem 3rem 1rem 1rem;
}

.p-columnArchive__clm {
  gap: 8px;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-columnArchive__vol {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  width: 3.375rem;
}

.c-author__text {
  border-top: 1px solid #D1D1D6;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.p-columnSingleArticle {
  background: #FFF;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-columnSingleArticle::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-columnSingle__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
}

.p-columnSingle__tagItem {
  border-radius: 62.4375rem;
  background: #979cb3;
  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;
  padding: 6px 8px;
  padding: 0.375rem 0.5rem;
}

.p-columnSingle__shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  gap: 1rem;
}

.p-columnSingle__shareItem {
  width: 24px;
  width: 1.5rem;
}

.p-columnSingle__thumbnail img {
  border-radius: 0.5rem;
}

.p-columnSingle__content .c-excerpt {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.p-columnSingle__content .c-excerpt ul {
  margin: 12px 0 0;
  margin: 0.75rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}
.p-columnSingle__content .c-excerpt li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  text-indent: 0;
}
.p-columnSingle__content .c-excerpt li::before {
  content: "・";
}

.c-excerpt__title {
  padding: 5px 0;
  padding: 0.3125rem 0;
  cursor: pointer;
  position: relative;
}
.c-excerpt__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.c-excerpt__title.is-active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.c-excerpt__content {
  display: none;
}
.p-columnSingle__nav {
  padding: 24px;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #bdbdbd;
  background: #fff;
  margin: 40px 0;
  margin: 2.5rem 0;
}

.p-columnSingle__content p {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-columnSingle__content p a {
  color: #5da3ff;
  text-decoration: underline;
}
.p-columnSingle__content p + p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-columnSingle__content strong {
  font-weight: 500;
}
.p-columnSingle__content h2.wp-block-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #303A67;
  padding-left: 8px;
  padding-left: 0.5rem;
  border-left: 4px solid #303a67;
  border-left: 0.25rem solid #303a67;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-columnSingle__content h2.wp-block-heading + h3.wp-block-heading {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-columnSingle__content h3.wp-block-heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #303A67;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-columnSingle__content h3.wp-block-heading + .wp-block-image {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-columnSingle__content h4.wp-block-heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #303A67;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-columnSingle__content h4.wp-block-heading + .wp-block-image {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-columnSingle__content .wp-block-image {
  margin: 16px 0;
  margin: 1rem 0;
}
.p-columnSingle__content .wp-block-image img {
  border-radius: 0.5rem;
}
.p-columnSingle__content .wp-block-image + h3.wp-block-heading {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-columnSingle__content .wp-block-image + .wp-block-image {
  margin-top: -8px;
  margin-top: -0.5rem;
}
.p-columnSingle__content ul,
.p-columnSingle__content ol {
  margin: 12px 0;
  margin: 0.75rem 0;
  text-indent: -1em;
  margin-left: 1em;
}
.p-columnSingle__content ul li + li,
.p-columnSingle__content ol li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-columnSingle__content ul {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-columnSingle__content ul li::before {
  content: "・";
}
.p-columnSingle__content ol {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 6px 0 0 1.6em;
  margin: 0.375rem 0 0 1.6em;
}
.p-columnSingle__content ol li {
  list-style: decimal inside;
}
.p-columnSingle__content ul.c-circleList li::before {
  content: "⚫";
  font-size: 0.9em;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

.p-columnSingle__faq .c-faq__question::before {
  content: "Q :";
}
.p-columnSingle__faq .c-faq__answer {
  padding-top: 8px;
  padding-top: 0.5rem;
}
.p-columnSingle__faq .c-faq__answer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  gap: 0.5625rem;
}
.p-columnSingle__faq .c-faq__answer__text::before {
  font-family: "Shippori Mincho", serif;
  content: "A :";
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #303A67;
  font-weight: 800;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contactForm {
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
}

.p-contactForm__box {
  border-radius: 1rem;
  padding: 24px 32px;
  padding: 1.5rem 2rem;
}

.p-contactForm__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  gap: 0.6875rem;
  position: relative;
  z-index: 1;
}

.p-contactForm__line {
  width: 64px;
  width: 4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contactForm__btn {
  position: relative;
  z-index: 1;
}

.p-contactForm__formWrap {
  border-radius: 1rem;
  padding: 24px;
  padding: 1.5rem;
}

.p-contactForm__form-inner {
  position: relative;
  z-index: 1;
}

.p-contactForm__form input,
.p-contactForm__form textarea {
  border-radius: 1.25rem;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, .25);
  font-size: 16px;
  font-size: 1rem;
  padding: 7px;
  padding: 0.4375rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-contactForm__form textarea {
  height: 200px;
  height: 12.5rem;
}
.p-contactForm__form input[type=submit] {
  border-radius: 0.4rem;
  background: #fff;
  width: 100%;
  height: 44px;
  height: 2.75rem;
  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;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #303a67;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-contactForm__form label {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.p-contactForm__form label + label {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.wpcf7-spinner {
  display: none;
}

.p-deductionOverview {
  background: #fdf6ec;
  padding-block: 80px 28px;
  padding-block: 5rem 1.75rem;
  position: relative;
}
.p-deductionOverview::before, .p-deductionOverview::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-deductionOverview::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-deductionFlow {
  background: #fff;
  padding-block: 90px 40px;
  padding-block: 5.625rem 2.5rem;
  position: relative;
}
.p-deductionFlow::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-deductionFlow__item {
  position: relative;
}
.p-deductionFlow__item:nth-child(n+2)::before {
  content: "";
  background: url(./../img/arrow/bottom_blue_01.webp) center center/contain no-repeat;
  width: 18px;
  width: 1.125rem;
  aspect-ratio: 18/16;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 1rem);
}

.p-deductionFlow__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-deductionFlow__step {
  border-radius: 62.4375rem;
  background: #303A67;
  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;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.p-deductionverview___simulator {
  padding: 16px;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #303a67;
  background: #fff;
}
.p-deductionverview___simulator h2 {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #303a67;
}
.p-deductionverview___simulator label {
  display: block;
  color: #303a67;
  margin-top: 16px;
}
.p-deductionverview___simulator input[type=number] {
  width: 200px;
  max-width: 100%;
  padding: 4px;
  color: #303a67;
  background-color: #fdf6ec;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-deductionverview___simulator button {
  margin-top: 16px;
  padding: 8px 16px;
  background-color: #303a67;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-deductionverview___simulator button:hover {
  background-color: #202a52;
}
.p-deductionverview___simulator .result {
  margin-top: 24px;
  padding: 12px;
  background: #fdf6ec;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
}
.p-deductionverview___simulator .result p {
  margin: 8px 0;
}
.p-deductionverview___simulator small {
  color: #606070;
}

.p-editorial__main {
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
}
.p-editorial__main p a {
  text-decoration: underline;
  color: #5DA3FF;
}

.p-editorial__list a {
  text-decoration: underline;
  color: #5DA3FF;
}

.p-episodeBody {
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
}

.p-episode__thumbnail {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-episode__thumbnail img {
  border-radius: 1.5rem;
}

.p-episode__content h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: "Shippori Mincho", serif;
}
.p-episode__content p {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-episode__content p + h2 {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.p-episode__content p + p {
  margin-top: 1.5em;
}

.p-episode__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.p-episode__nav__link {
  position: absolute;
  top: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-episode__nav__link img {
  width: 16px;
  width: 1rem;
}

.p-episode__nav__link--prev {
  left: 0;
}

.p-episode__nav__link--next {
  right: 0;
}

.p-episode__current {
  padding: 7px 0;
  padding: 0.4375rem 0;
}

.p-faqNav {
  padding-block: 80px 0;
  padding-block: 5rem 0;
}

.p-faqNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 62.4375rem;
  height: 40px;
  padding: 4px;
  padding: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  gap: 0.25rem;
  width: 100%;
}

.p-faqNav__item {
  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: 62.4375rem;
  color: #526589;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faqNav__item a {
  padding: 6px 0;
  padding: 0.375rem 0;
  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;
  white-space: nowrap;
}
.p-faqNav__item.is-active {
  color: #FFF;
}

.p-faqBody {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.p-faq .c-faq__question {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
.p-faq .c-faq__question::before {
  content: "Q :";
}
.p-faq .c-faq__answer {
  padding-top: 8px;
  padding-top: 0.5rem;
}
.p-faq .c-faq__answer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  gap: 0.5625rem;
}
.p-faq .c-faq__answer__text::before {
  font-family: "Shippori Mincho", serif;
  content: "A :";
  letter-spacing: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #303A67;
  font-weight: 800;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq p + p {
  margin-top: 1.5em;
}

.p-forClinicsThoughts {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-forClinicsProvide {
  background: #fdf6ec;
  padding-block: 40px;
  padding-block: 2.5rem;
  position: relative;
}
.p-forClinicsProvide::before, .p-forClinicsProvide::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-forClinicsProvide::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_beige_01.webp) top center/cover no-repeat;
}
.p-forClinicsProvide::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-forClinicsProvide__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-forClinicsProvide__text01::before {
  content: "・";
}

.p-forClinicsSystem {
  padding-block: 80px 0;
  padding-block: 5rem 0;
}

.p-forClinicsSystem__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-forClinicsSystem__text01::before {
  content: "※";
}

.p-forClinicsSystem__text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-forClinicsSystem__text02::before {
  content: "・";
}

.p-forClinicsSystem__image01 img {
  border-radius: 0.5rem;
}

.p-forClinicsHowto {
  padding-block: 40px 80px;
  padding-block: 2.5rem 5rem;
}

.p-forClinicsHowto__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-forClinicsHowto__item::before {
  content: "・";
  color: #fff;
}

.p-forClinicsHowto__image01 img {
  border-radius: 0.5rem;
}

.p-forClinicsFlow {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: #FFF;
  position: relative;
}
.p-forClinicsFlow::before, .p-forClinicsFlow::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-forClinicsFlow::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_white_02.webp) top center/cover no-repeat;
}
.p-forClinicsFlow::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-forClinicsFlow__item {
  position: relative;
}
.p-forClinicsFlow__item:nth-child(n+2)::before {
  content: "";
  background: url(./../img/arrow/bottom_blue_01.webp) center center/contain no-repeat;
  width: 18px;
  width: 1.125rem;
  aspect-ratio: 18/16;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 1rem);
}

.p-forClinicsFlow__step {
  border-radius: 62.4375rem;
  background: #303A67;
  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;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-forClinicsFlow__image01 img {
  border-radius: 1rem;
}

.p-forClinicsFlow__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-forClinicsFlow__text01::before {
  content: "・";
}

.p-forClinicsFlow__block {
  border-radius: 1rem;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #303A67;
  background: #f7fafb;
}

.p-forClinicsVoices {
  padding-block: 80px;
  padding-block: 5rem;
}
.p-forClinicsVoices .p-forClinicsVoices__pagination {
  top: auto;
  height: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative;
}
.p-forClinicsVoices .swiper-pagination-bullet {
  margin: 0 !important;
  background: #d1d1d6;
  width: 8px;
  width: 0.5rem;
  opacity: 1;
}
.p-forClinicsVoices .swiper-pagination-bullet-active {
  background: #303a67;
}

.p-forClinicsVoices__slider .swiper-slide {
  height: auto;
}

.p-forClinicsVoices__slider__item {
  border-radius: 1rem;
  padding: 40px 24px 40px;
  padding: 2.5rem 1.5rem 2.5rem;
}
.p-forClinicsVoices__slider__item * {
  position: relative;
  z-index: 1;
}

.p-forClinicsVoices__image {
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  width: 7.5rem;
  aspect-ratio: 1;
  margin-inline: auto;
}
.p-forClinicsVoices__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-forClinicsVoices__content {
  height: 100%;
}

.p-forClinicsPartner {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
.p-forClinicsPartner .swiper-slide {
  height: auto;
}
.p-forClinicsPartner .p-forClinicsPartner__pagination {
  top: auto;
  height: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 15px;
  margin-top: 0.9375rem;
  position: relative;
}
.p-forClinicsPartner .swiper-pagination-bullet {
  margin: 0 !important;
  background: #d1d1d6;
  width: 8px;
  width: 0.5rem;
  opacity: 1;
}
.p-forClinicsPartner .swiper-pagination-bullet-active {
  background: #303a67;
}

.p-forClinicsPartner__slider__item {
  border-radius: 1rem;
  padding: 40px 24px 40px;
  padding: 2.5rem 1.5rem 2.5rem;
}
.p-forClinicsPartner__slider__item * {
  position: relative;
  z-index: 1;
}

.p-forClinicsPartner__content {
  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;
}

.p-forClinicsPartner__image {
  border-radius: 50%;
  border: 1px solid #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  width: 7.5rem;
  aspect-ratio: 1;
  margin-inline: auto;
}
.p-forClinicsPartner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-forClinicsPartner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.p-forClinicsPartner__link__icon {
  width: 16px;
  width: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-forClinicsPartner__tel {
  margin-top: auto;
}

.p-frontFv {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
}
@media screen and (max-width:820px) {
  .p-frontFv {
    border-radius: 0;
  }
}

.p-frontFv__image {
  aspect-ratio: 375/420;
  width: 100%;
}

.p-frontFv__logo {
  margin-inline: auto;
  width: 142px;
  width: 8.875rem;
}

.p-frontValue {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: rgba(255, 255, 255, .5);
  position: relative;
}
.p-frontValue::before, .p-frontValue::after {
  bottom: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-frontValue::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_white_03.webp) top center/cover no-repeat;
}
.p-frontValue::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_04.webp) top center/cover no-repeat;
}

.p-frontValue__image {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-frontValue__text01 {
  text-indent: -1em;
  padding-left: 1em;
}

.p-frontServices {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-frontServices__block {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 1rem;
}
.p-frontServices__block > * {
  position: relative;
  z-index: 1;
}

.p-frontMedical {
  background: rgba(82, 101, 137, .5);
  padding-block: 40px 80px;
  padding-block: 2.5rem 5rem;
  position: relative;
}
.p-frontMedical::before, .p-frontMedical::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-frontMedical::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_blue_03.webp) top center/cover no-repeat;
}

.p-frontMedical__block {
  border-radius: 1rem;
  background: #fff;
  padding: 24px;
  padding: 1.5rem;
}

.p-frontLocations {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: #FFF;
  position: relative;
}
.p-frontLocations::before, .p-frontLocations::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-frontLocations::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_white_02.webp) top center/cover no-repeat;
}
.p-frontLocations::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-frontLocations__slider {
  width: calc(100% + 20px);
  padding: 10px 24px 30px;
  padding: 0.625rem 1.5rem 1.875rem;
}
.p-frontLocations__slider .swiper-slide {
  overflow: visible;
}
.p-frontLocations__slider .p-frontLocations__pagination {
  top: auto;
  height: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.p-frontLocations__slider .swiper-pagination-bullet {
  margin: 0 !important;
  background: #d1d1d6;
  width: 8px;
  width: 0.5rem;
  opacity: 1;
}
.p-frontLocations__slider .swiper-pagination-bullet-active {
  background: #303a67;
}

.p-frontLocations__slider__item {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
  border-radius: 1.5rem;
  width: 280px;
  width: 17.5rem;
}
.p-frontLocations__slider__item img {
  border-radius: 1.5rem;
}

.p-frontLocations__item {
  border-bottom: 1px solid #e0e0e0;
}
.p-frontLocations__item:last-child {
  border-bottom: none;
}

.p-frontLocations__link01 {
  background: #fff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  padding: 0.875rem 0;
  position: relative;
}
.p-frontLocations__link01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
}

.p-frontStory {
  padding-block: 80px;
  padding-block: 5rem;
}

.js-top-story-slider {
  width: calc(100% + 20px);
  padding: 10px 24px 32px;
  padding: 0.625rem 1.5rem 2rem;
}
.js-top-story-slider .swiper-slide {
  overflow: visible;
}
.js-top-story-slider .p-frontStory__pagination {
  top: auto;
  height: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.js-top-story-slider .swiper-pagination-bullet {
  margin: 0 !important;
  background: #d1d1d6;
  width: 8px;
  width: 0.5rem;
  opacity: 1;
}
.js-top-story-slider .swiper-pagination-bullet-active {
  background: #303a67;
}

.p-frontStory__item {
  width: 280px;
  width: 17.5rem;
}
.p-frontStory__item a {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .25);
  background: #fff;
  overflow: hidden;
  display: block;
}

.p-frontStory__image {
  width: 100%;
  aspect-ratio: 280/159;
}

.p-frontStory__textWrap {
  padding: 16px;
  padding: 1rem;
}

.p-frontColumn {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: #fff;
  position: relative;
}
.p-frontColumn::before {
  bottom: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-frontColumn::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_white_02.webp) top center/cover no-repeat;
}

.p-frontColumn__item {
  border-radius: 0.25rem;
  background: #f7fafb url(./../img/arrow/right_blue_02.webp) right 16px center/24px no-repeat;
  background: #f7fafb url(./../img/arrow/right_blue_02.webp) right 1rem center/1.5rem no-repeat;
}

.p-frontColumn__article {
  padding: 16px 48px 16px 16px;
  padding: 1rem 3rem 1rem 1rem;
}

.p-frontColumn__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-frontColumn__vol {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 54px;
  width: 3.375rem;
}

.p-frontColumn__title {
  line-height: 1.4;
}

.p-frontNews {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  background: #FFF;
  position: relative;
}
.p-frontNews::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-frontNews::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-frontNews__item {
  border-bottom: 1px solid #303a67;
}

.p-frontNews__article {
  padding: 8px 40px 8px 16px;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  position: relative;
}
.p-frontNews__article::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
}

.p-frontFaq {
  padding-block: 80px 0;
  padding-block: 5rem 0;
}

.p-locationsSazanami {
  padding-block: 80px 24px;
  padding-block: 5rem 1.5rem;
  background: #FFF;
}

.p-locationsSazanami__image {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-locationsAccess {
  padding-block: 0 40px;
  padding-block: 0 2.5rem;
  background: #FFF;
  position: relative;
}
.p-locationsAccess::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-locationsAccess::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-locationsAccess__container {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #4F4F4F;
}

.p-locationsAccess__item {
  border-bottom: 1px solid #e0e0e0;
}

.p-locationsAccess__link {
  background: #fff;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  padding: 0.875rem 0;
  position: relative;
}
.p-locationsAccess__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
}

.p-newsArchive {
  background: #FFF;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-newsArchive::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-newsArchive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  gap: 0.5rem;
}

.p-newsArchive__link {
  display: block;
  background: url(./../img/arrow/right_blue_02.webp) right 16px center/24px no-repeat;
  background: url(./../img/arrow/right_blue_02.webp) right 1rem center/1.5rem no-repeat;
  padding: 8px 56px 8px 16px;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  border-bottom: 1px solid #303A67;
}

.p-newsSingleArticle {
  background: #FFF;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-newsSingleArticle::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-newsSingle__content p {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-newsSingle__content p a {
  color: #5da3ff;
  text-decoration: underline;
}
.p-newsSingle__content p + p {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-newsSingle__content strong {
  font-weight: 500;
}
.p-newsSingle__content h2.wp-block-heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #303A67;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.p-newsSingle__content h2.wp-block-heading + h3.wp-block-heading {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-newsSingle__content h3.wp-block-heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #303A67;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-newsSingle__content h3.wp-block-heading + .wp-block-image {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-newsSingle__content h4.wp-block-heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #303A67;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-newsSingle__content h4.wp-block-heading + .wp-block-image {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-newsSingle__content .wp-block-image {
  margin: 24px 0;
  margin: 1.5rem 0;
}
.p-newsSingle__content .wp-block-image img {
  border-radius: 0.5rem;
}
.p-newsSingle__content .wp-block-image + h3.wp-block-heading {
  margin-top: 16px;
  margin-top: 1rem;
}
.p-newsSingle__content .wp-block-image + .wp-block-image {
  margin-top: -8px;
  margin-top: -0.5rem;
}
.p-newsSingle__content ul,
.p-newsSingle__content ol {
  margin: 12px 0;
  margin: 0.75rem 0;
  text-indent: -1em;
  margin-left: 1em;
}
.p-newsSingle__content ul li + li,
.p-newsSingle__content ol li + li {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.p-newsSingle__content ul {
  font-size: 14px;
  font-size: 0.875rem;
}
.p-newsSingle__content ul li::before {
  content: "・";
}
.p-newsSingle__content ol {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 6px 0 0 1.6em;
  margin: 0.375rem 0 0 1.6em;
}
.p-newsSingle__content ol li {
  list-style: decimal inside;
}

.p-episode__nav__date {
  height: 32px;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-trainersAbout {
  background: #fdf6ec;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-trainersAbout::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-trainersCoaches {
  padding-block: 80px 0;
  padding-block: 5rem 0;
}

.p-trainersAdvisor {
  padding-block: 40px;
  padding-block: 2.5rem;
}

/* ----------------------------------------
message mv
---------------------------------------- */
.p-privacy__main {
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
}

.p-privacy__list a {
  text-decoration: underline;
}

.p-privacy__circleList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-privacy__circleList__item::before {
  content: "●";
}

.p-privacy__numList__item {
  list-style: decimal inside;
  padding-left: 1.6em;
  text-indent: -1em;
}

.p-recruitMessage {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-recruitAbout {
  background: #fdf6ec;
  padding-block: 40px 28px;
  padding-block: 2.5rem 1.75rem;
  position: relative;
}
.p-recruitAbout::before, .p-recruitAbout::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-recruitAbout::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_beige_01.webp) top center/cover no-repeat;
}
.p-recruitAbout::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-recruitAbout__box {
  background: #fff;
  border-radius: 1rem;
  padding: 24px;
  padding: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.p-recruitAbout__box__text01::before {
  width: 24px;
  width: 1.5rem;
  text-align: center;
}

.p-recruitRequirements {
  background: #fff;
  padding-block: 90px 40px;
  padding-block: 5.625rem 2.5rem;
  position: relative;
}
.p-recruitRequirements::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-reservationBanafits {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-reservationBanafits__container {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1rem;
  padding: 16px 58px;
  padding: 1rem 3.625rem;
}

.p-reservationBanafits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-reservationBanafits__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-reservationBanafits__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-reservationBanafits__yen01 {
  width: 12px;
  width: 0.75rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.p-reservationBanafits__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
.p-reservationBanafits__before s {
  color: #303A67;
}

.p-reservationBanafits__yen02 {
  width: 9px;
  width: 0.5625rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.p-reservationBanafits__notes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reservationBanafits__notes p::before {
  content: "※";
}

.p-reservationFlow {
  background: #fdf6ec;
  padding-block: 40px;
  padding-block: 2.5rem;
  position: relative;
}
.p-reservationFlow::before, .p-reservationFlow::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-reservationFlow::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_beige_01.webp) top center/cover no-repeat;
}
.p-reservationFlow::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-reservationFlow__item {
  position: relative;
}
.p-reservationFlow__item:nth-child(n+2)::before {
  content: "";
  background: url(./../img/arrow/bottom_blue_01.webp) center center/contain no-repeat;
  width: 18px;
  width: 1.125rem;
  aspect-ratio: 18/16;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 1rem);
}

.p-reservationFlow__titleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  gap: 0.5rem;
}

.p-reservationFlow__step {
  border-radius: 62.4375rem;
  background: #303A67;
  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;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.p-detailsMedical {
  background: #fdf6ec;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-detailsMedical::after {
  content: "";
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-detailsMedical__block {
  background: #FFF;
  padding: 24px;
  padding: 1.5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.p-detailsMedical__text01 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.p-detailsAesthetic {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-detailsPremium__text01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.p-detailsPremium__text01::before, .p-detailsPremium__text01::after {
  content: "−";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-detailsPremium__text01::before {
  right: calc(100% + 0.8rem);
}
.p-detailsPremium__text01::after {
  left: calc(100% + 0.8rem);
}

.p-detailsDietitian {
  background: #fdf6ec;
  padding-block: 40px 0;
  padding-block: 2.5rem 0;
  position: relative;
}
.p-detailsDietitian::before {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_beige_01.webp) top center/cover no-repeat;
}

.p-detailsPremium {
  background: #fdf6ec;
  padding-block: 40px 0;
  padding-block: 2.5rem 0;
  position: relative;
}

.p-detailsWellness {
  background: #fdf6ec;
  padding-block: 40px 32px;
  padding-block: 2.5rem 2rem;
  position: relative;
}
.p-detailsWellness::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-detailsWellness__block {
  padding: 24px;
  padding: 1.5rem;
  background: #FFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.p-detailsPhr {
  background: #FFF;
  padding-block: 90px 60px;
  padding-block: 5.625rem 3.75rem;
  position: relative;
}
.p-detailsPhr::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_white_01.webp) top center/cover no-repeat;
}

.p-detailsPhr__clm {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-detailsPhr__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  width: 5rem;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
  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;
}
.p-detailsPhr__icon img {
  width: 54px;
  width: 3.375rem;
}

.p-detailsPhr__image01 img {
  border-radius: 1rem;
}

.p-detailsPhr__text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-detailsPhr__text01::before {
  content: "・";
}

.p-detailsPhr__text02 {
  border-radius: 1rem;
  background: #F7FAFB;
  padding: 16px;
  padding: 1rem;
}

.p-detailsPhr__text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-detailsPhr__text03::before {
  content: "・";
}

.p-servicesBanafits {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-servicesBanafits__container {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1rem;
  padding: 16px 58px;
  padding: 1rem 3.625rem;
}

.p-servicesBanafits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  position: relative;
  z-index: 1;
}

.p-servicesBanafits__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-servicesBanafits__after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-servicesBanafits__yen01 {
  width: 12px;
  width: 0.75rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.p-servicesBanafits__before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
.p-servicesBanafits__before s {
  color: #303A67;
}

.p-servicesBanafits__yen02 {
  width: 9px;
  width: 0.5625rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
}

.p-servicesBanafits__notes p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-servicesBanafits__notes p::before {
  content: "※";
}

.p-servicesPlan {
  background: #fdf6ec;
  padding-block: 40px;
  padding-block: 2.5rem;
  position: relative;
}
.p-servicesPlan::before, .p-servicesPlan::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-servicesPlan::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_beige_01.webp) top center/cover no-repeat;
}
.p-servicesPlan::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-servicesPlan__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-servicesPlan__block {
  padding: 24px;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.p-servicesPlan__block--recommend {
  border: 2px solid #526589;
  position: relative;
}
.p-servicesPlan__block--recommend::before, .p-servicesPlan__block--recommend::after {
  position: absolute;
  content: "";
  aspect-ratio: 1/1;
}
.p-servicesPlan__block--recommend::before {
  top: -1px;
  right: -1px;
  background: #526589;
  width: 96px;
  width: 6rem;
  border-radius: 0 0.875rem 0 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.p-servicesPlan__block--recommend::after {
  top: 12px;
  top: 0.75rem;
  right: 12px;
  right: 0.75rem;
  background: url(./../img/icon/sazanami_02.webp) center center/contain no-repeat;
  width: 28px;
  width: 1.75rem;
}

.p-servicesPlan__yen01 {
  width: 12px;
  width: 0.75rem;
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.p-servicesPlan__tax {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
  margin-left: 4px;
  margin-left: 0.25rem;
}

.p-servicesPlan__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-servicesPlan__notes::before {
  content: "※";
}

.p-servicesPlan__acToggle {
  position: relative;
  width: 100%;
  display: block;
  padding: 5px 40px 5px 0;
  padding: 0.3125rem 2.5rem 0.3125rem 0;
}
.p-servicesPlan__acToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 24px;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url(./../img/arrow/right_blue_02.webp) center center/contain no-repeat;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.p-servicesPlan__acToggle.is-active::after {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.p-servicesPlan__acContents {
  display: none;
}

.p-servicesPlan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-servicesPlan__text01 {
  padding-left: 1em;
}

.p-servicesAftercare {
  padding-block: 80px;
  padding-block: 5rem;
}

.p-servicesAftercare__container {
  width: calc(100% + 3rem);
  max-width: calc(100% + 3rem);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1rem;
  padding: 16px 48px;
  padding: 1rem 3rem;
}
.p-servicesAftercare__container * {
  position: relative;
  z-index: 1;
}

.p-servicesPremium {
  background: #526589;
  padding-block: 40px 80px;
  padding-block: 2.5rem 5rem;
  position: relative;
}
.p-servicesPremium::before {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-servicesPremium::before {
  top: -40px;
  top: -2.5rem;
  background: url(./../img/common/border_blue_02.webp) top center/cover no-repeat;
}

.p-servicesPremium__plus {
  width: 48px;
  width: 3rem;
  margin-inline: auto;
}

.p-servicesPremium__block {
  border-radius: 1rem;
  background: #FFF;
  padding: 24px 24px 20px;
  padding: 1.5rem 1.5rem 1.25rem;
}

.p-storyEpisode {
  background: #fdf6ec;
  padding-block: 80px 40px;
  padding-block: 5rem 2.5rem;
  position: relative;
}
.p-storyEpisode::after {
  left: 0;
  width: 100%;
  height: 40px;
  height: 2.5rem;
  content: "";
  position: absolute;
  z-index: 1;
}
.p-storyEpisode::after {
  bottom: -40px;
  bottom: -2.5rem;
  background: url(./../img/common/border_beige_02.webp) top center/cover no-repeat;
}

.p-storyEpisode__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

.p-storyEpisode__item {
  border-radius: 0.5rem;
  background: #FFF;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.p-storyEpisode__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-storyEpisode__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-storyEpisode__thumbnailWrap {
  width: 100px;
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}

.p-storyEpisode__num {
  position: absolute;
  background: #303A67;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 4px 0 5px;
  padding: 0.25rem 0 0.3125rem;
}

/* ----------------------------------------
last
---------------------------------------- */
.sp-flex, .sp-block, .sp-inline {
  display: none !important;
}

@media screen and (max-width:767px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
  .sp-inline {
    display: inline !important;
  }
}
.pc-hide {
  display: none;
}
@media screen and (max-width:767px) {
  .pc-hide {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
