@charset "UTF-8";
@font-face {
  font-family: "YakuHanJPs";
  src: url("/wp-content/themes/strategy/assets/font/yakuhanjp/YakuHanJPs-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJPs";
  src: url("/wp-content/themes/strategy/assets/font/yakuhanjp/YakuHanJPs-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJPs";
  src: url("/wp-content/themes/strategy/assets/font/yakuhanjp/YakuHanJPs-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "YakuHanJPs";
  src: url("/wp-content/themes/strategy/assets/font/yakuhanjp/YakuHanJPs-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * 流動的なサイズを生成する clamp() の値全体を返却
 * @param $minSize - 最小サイズ (単位付き, 例: 1rem, 16px)
 * @param $maxSize - 最大サイズ (単位付き, 例: 2.5rem, 40px)
 * @param $minViewport - 最小サイズを適用するビューポート幅 (単位付き, 例: 320px)
 * @param $maxViewport - 最大サイズを適用するビューポート幅 (単位付き, 例: 1280px)
 * @return clamp(min-size, Arem + Bvw, max-size) の文字列
 */
/**
 * 上限・下限なしの fluid な calc() を生成する関数
 * @param $startSize     - 開始サイズ (例: 110px, -16px)
 * @param $endSize       - 終了サイズ (例: 360px, -64px)
 * @param $startViewport - 開始ビューポート幅 (例: 360px)
 * @param $endViewport   - 終了ビューポート幅 (例: 1920px)
 * @return calc(Arem + Bvw) の文字列
 */
:root {
  --color-white: #ffffff;
  --color-black: #3f3f3f;
  --color-gray: #c9c9c9;
  --color-light-gray: #e0e0e0;
  --color-lightest-gray: #f0f0f0;
  --color-dark-gray: #888888;
  --color-darkest-gray: #666666;
  --color-red: #e71313;
  --color-lightest-red: #ffdfdf;
  --brand-primary: #c6158d;
  --brand-primary-lightest: #fddde6;
  --text-main: var(--color-black);
  --text-link: #005a9c;
  --form-border: var(--color-gray);
  --google-icon-weight: 300;
  --google-icon-opticalSize: 20;
  --google-icon-fill: 0;
  --google-icon-grade: 0;
  --font-base: 'YakuHanJPs', 'Noto Sans JP', sans-serif;
  --font-size-base: clamp(0.938rem, 0.882rem + 0.2451vw, 1rem);
  --fluid-base: clamp(1rem, 0.716rem + 1.2605vw, 1.75rem);
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 0;
}

figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
label {
  line-height: 1.5;
}

/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: unset;
  font-weight: inherit;
  margin: 0;
}

p {
  margin-block-start: 1.75em;
  margin-block-end: 1.75em;
}
p:not([class]):first-child {
  margin-block-start: 0;
}
p:not([class]):last-child {
  margin-block-end: 0;
}
p:where([class]) {
  margin-block-start: 0;
  margin-block-end: 0;
}

ul:not([class]),
ol:not([class]) {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 1.5em;
}
ul:where([class]),
ol:where([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:not([class]) {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
a:where([class]) {
  color: inherit;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
  cursor: pointer;
}

img,
picture,
iframe {
  display: block;
  height: auto;
  max-width: 100%;
}

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

address {
  font-style: normal;
}

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

textarea {
  vertical-align: bottom;
}
textarea:not([rows]) {
  min-height: 10rem;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

.c-prose > * + * {
  margin-top: 1.75em;
  margin-bottom: 0;
}
.c-prose > *:first-child {
  margin-top: 0;
}
.c-prose h1 + p, .c-prose h2 + p, .c-prose h3 + p, .c-prose h4 + p, .c-prose h5 + p, .c-prose h6 + p {
  margin-top: 0;
}
.c-prose p + p {
  margin: 0;
}
.c-prose h1 {
  margin-top: 3em;
  margin-bottom: 0.75em;
  font-size: clamp(1.5rem, 1.311rem + 0.8403vw, 2rem);
  font-weight: 700;
}
.c-prose h2 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  font-size: 1.5em;
  font-weight: 700;
}
.c-prose h3 {
  margin-top: 2em;
  margin-bottom: 0.7em;
  font-size: 1.2em;
  font-weight: 700;
}
.c-prose h4 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 700;
}
.c-prose h5 {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  font-size: 1em;
  font-weight: 500;
}
.c-prose h6 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 0.9em;
  font-weight: 400;
}
.c-prose blockquote {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5em 1.5em 1.5em 3.5em;
  background-color: var(--color-lightest-gray);
  border: 1px solid var(--color-gray);
}
.c-prose blockquote::before {
  content: "“";
  position: absolute;
  top: 0.2em;
  left: 0.3em;
  font-size: 3.5em;
  line-height: 1;
  color: var(--color-gray);
  pointer-events: none;
}
.c-prose blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.c-prose blockquote p + p {
  margin-top: 0.75em;
}
.c-prose blockquote cite {
  display: block;
  margin-top: 0.75em;
  font-size: 0.85em;
  color: var(--color-dark-gray);
  font-style: normal;
}
.c-prose iframe {
  width: 100%;
}

.p-front__sectionTitle {
  padding-left: 4px;
  margin-bottom: 0.5em;
  font-family: "Jost", "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.p-front__instagram {
  margin-bottom: 40px;
}
.p-front__banner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 0.93rem + 2.53vw, 2.5rem);
  margin-top: 64px;
}

@media (min-width: 992px) {
  .p-front__banner {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
.p-price > *:first-child {
  margin-top: 0;
}
.p-price__centerBanner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-price__centerBanner a {
  display: block;
  width: 100%;
  max-width: 600px;
}

.p-blog__archive-item-title {
  position: relative;
  font-size: 1.6rem;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #ccc;
}
.p-blog__archive-item-title::before {
  position: absolute;
  top: 0px;
  left: 0;
  content: "== Title ==";
  font-size: 0.6em;
  font-weight: 300;
  color: #496fff;
}
.p-blog__archive-item-title::after {
  bottom: -2px;
  height: 2px;
}
.p-blog__archive-item-title {
  background-color: transparent;
  border-left: 0;
}
.p-blog__archive-item-date {
  margin-top: 0.5em;
}/*# sourceMappingURL=style.css.map */