@charset "UTF-8";
/* ==========================================================================
  Editor / Root Container
========================================================================== */
/* 投稿エディターに左右の余白を入れる */
.is-root-container {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
.is-root-container :where(.has-global-padding) {
  padding-left: 0;
  padding-right: 0;
}
.is-root-container > .alignfull {
  padding-left: calc(var(--wp--style--root--padding-left) * -1);
  padding-right: calc(var(--wp--style--root--padding-right) * -1);
}
.is-root-container :where(.has-global-padding) > .alignfull {
  padding-left: 0;
  padding-right: 0;
}

/* ==========================================================================
  Editor / Post Content
========================================================================== */
/* 投稿コンテンツ設定 */
.wp-block-post-content {
  display: block;
}
.wp-block-post-content::after {
  clear: both;
  content: "";
  display: block;
}
.wp-block-post-content::before {
  clear: both;
  content: "";
  display: block;
}
.wp-block-post-content h1 {
  margin-bottom: 1em;
}
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
  margin-bottom: var(--wp--preset--spacing--30);
}
.wp-block-post-content p {
  margin-bottom: var(--wp--preset--spacing--30);
}

.has-inline-color {
  background-color: transparent !important;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--blue);
  text-decoration-skip-ink: none;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
}

.has-inline-warning {
  color: var(--wp--preset--color--red);
}

/* ==========================================================================
  Editor / Heading
========================================================================== */
/* 見出し：見出しレベル2 */
.is-style-heading-level2 {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-bottom: 2px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.post-type-archive-works .is-style-heading-level2, .single-works .is-style-heading-level2, .tax-works_tag .is-style-heading-level2 {
  border-color: var(--wp--preset--color--blue);
}
.category .is-style-heading-level2, .single-post .is-style-heading-level2 {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .is-style-heading-level2, .single-color .is-style-heading-level2, .tax-color_cat .is-style-heading-level2 {
  border-color: var(--wp--preset--color--yellow);
}

/* 見出し：見出しレベル3 */
.is-style-heading-level3 {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--x-large) !important;
  margin-top: var(--wp--preset--spacing--50) !important;
}
.is-style-heading-level3::before {
  background: url("../assets/icons/icon_heading.svg") no-repeat center/contain !important;
  content: "";
  display: inline-block;
  filter: invert(36%) sepia(85%) saturate(751%) hue-rotate(132deg) brightness(89%) contrast(101%);
  height: 1em;
  margin: 0 0.5em 0.25em 0;
  vertical-align: middle;
  width: 1em;
}
.post-type-archive-works .is-style-heading-level3::before, .single-works .is-style-heading-level3::before, .tax-works_tag .is-style-heading-level3::before {
  filter: invert(36%) sepia(57%) saturate(393%) hue-rotate(197deg) brightness(98%) contrast(90%);
}
.category .is-style-heading-level3::before, .single-post .is-style-heading-level3::before {
  filter: invert(19%) sepia(93%) saturate(2114%) hue-rotate(334deg) brightness(94%) contrast(97%);
}
.post-type-archive-color .is-style-heading-level3::before, .single-color .is-style-heading-level3::before, .tax-color_cat .is-style-heading-level3::before {
  filter: invert(86%) sepia(23%) saturate(6975%) hue-rotate(358deg) brightness(96%) contrast(94%);
}

/* 見出し：見出しレベル4 */
.is-style-heading-level4 {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  border-left: 4px solid var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--large) !important;
  padding-left: var(--wp--preset--spacing--20);
}
.post-type-archive-works .is-style-heading-level4, .single-works .is-style-heading-level4, .tax-works_tag .is-style-heading-level4 {
  border-color: var(--wp--preset--color--blue);
}
.category .is-style-heading-level4, .single-post .is-style-heading-level4 {
  border-color: var(--wp--preset--color--red);
}
.post-type-archive-color .is-style-heading-level4, .single-color .is-style-heading-level4, .tax-color_cat .is-style-heading-level4 {
  border-color: var(--wp--preset--color--yellow);
}

/* 見出し：見出しレベル5 */
.is-style-heading-level5 {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--medium);
  margin-bottom: var(--wp--preset--spacing--30);
}

/* 見出し：見出しレベル6 */
.is-style-heading-level6 {
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-top: 1em;
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--30);
}

/* ==========================================================================
  Editor / Image
========================================================================== */
/* 画像 */
.wp-block-image img {
  width: auto;
}

/* 画像：影付き */
.is-style-image-shadow img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}

/* ==========================================================================
  Editor / Button
========================================================================== */
/* ボタン */
.wp-block-button__link {
  border-radius: 9999px;
}

/* ==========================================================================
  Editor / List
========================================================================== */
/* エディター画面リストマーク削除 */
.wp-block-post-content ul, .wp-block-post-content ol {
  list-style: none;
}

/* 順序なしリスト */
.wp-block-post-content ul {
  line-height: 1.8;
}
.wp-block-post-content ul > li {
  padding-left: 1em;
  position: relative;
}
.wp-block-post-content ul > li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 0.4em;
}
.wp-block-post-content ul > li::before {
  background: var(--wp--preset--color--green);
}
.wp-block-post-content ul > li:first-child {
  margin-top: 0;
}
.wp-block-post-content ul ul {
  line-height: 1.8;
}
.wp-block-post-content ul ul > li {
  padding-left: 1em;
  position: relative;
}
.wp-block-post-content ul ul > li::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.4em;
  left: 0.3em;
  position: absolute;
  top: 0.6em;
  width: 0.4em;
}
.wp-block-post-content ul ul > li::before {
  border: 1px solid var(--wp--preset--color--green);
  top: 0.6em;
}

/* 番号付きリスト */
.wp-block-post-content ol {
  counter-reset: bl_orderList;
}
.wp-block-post-content ol > li {
  padding-left: 1em;
  position: relative;
}
.wp-block-post-content ol > li::before {
  content: counter(bl_orderList) ".";
  counter-increment: bl_orderList;
  left: 0;
  position: absolute;
  top: 0;
}
.wp-block-post-content ol > li:first-child {
  margin-top: 0;
}

/* ==========================================================================
  Editor / Table
========================================================================== */
/* テーブル */
.wp-block-table table {
  border: 1px solid var(--wp--preset--color--gray-80);
  border-spacing: 0;
  width: 100%;
}
.wp-block-table th, .wp-block-table td {
  border: 1px solid var(--wp--preset--color--gray-80);
  border-left: 0;
  border-top: 0;
  line-height: 1.8;
  padding: var(--wp--preset--spacing--30);
}
.wp-block-table th {
  background: var(--wp--preset--color--green-light);
  font-weight: 700;
  vertical-align: middle;
}
.wp-block-table td:last-child {
  border-right-width: 0;
}
.wp-block-table tr:last-child th, .wp-block-table tr:last-child td {
  border-bottom-width: 0;
}
.wp-block-table thead {
  border-bottom: 1px solid var(--wp--preset--color--gray-80);
}
.wp-block-table thead th {
  text-align: center;
}
.wp-block-table tbody th {
  white-space: nowrap;
}

/* テーブル：水平線のみ */
.is-style-table-boderless table {
  border-width: 1px 0;
}
.is-style-table-boderless th, .is-style-table-boderless td {
  border-right-width: 0;
}
.is-style-table-boderless th {
  background: transparent;
}
@media screen and (max-width: 824px) {
  .is-style-table-boderless td:last-child {
    border-right-width: 0;
  }
}

/* テーブル：レスポンシブ */
@media screen and (max-width: 824px) {
  .is-style-table-responsive {
    max-height: 50vh;
    overflow: auto;
    position: relative;
  }
  .is-style-table-responsive table {
    border: 0;
    border-collapse: separate;
  }
  .is-style-table-responsive thead {
    left: 0;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .is-style-table-responsive thead th {
    border-bottom: 1px solid var(--wp--preset--color--gray-80) !important;
    border-top: 1px solid var(--wp--preset--color--gray-80);
  }
  .is-style-table-responsive thead th:first-child {
    border-left: 1px solid var(--wp--preset--color--gray-80);
  }
  .is-style-table-responsive tbody th {
    position: sticky;
    z-index: 10;
  }
  .is-style-table-responsive tbody th {
    border-left: 1px solid var(--wp--preset--color--gray-80);
    left: 0;
  }
  .is-style-table-responsive tbody td {
    min-width: 33.3333333333vh;
  }
}

/* ==========================================================================
  Editor / Group
========================================================================== */
/* グループ：回り込み解除 */
.is-style-group-clearfix {
  display: block;
}
.is-style-group-clearfix::after {
  clear: both;
  content: "";
  display: block;
}
.is-style-group-clearfix::before {
  clear: both;
  content: "";
  display: block;
}

/* グループ：下部区切り線 */
.is-style-group-separator-bottom {
  position: relative;
  padding-bottom: var(--wp--preset--spacing--70);
}
.is-style-group-separator-bottom::before, .is-style-group-separator-bottom::after {
  bottom: 0;
  display: inline-block;
  left: 50%;
  line-height: 1;
  position: absolute;
}
.is-style-group-separator-bottom::before {
  background: var(--wp--preset--color--green);
  content: "";
  height: 1px;
  max-width: var(--wp--style--global--wide-size);
  transform: translateX(-50%);
  width: 100%;
}
.is-style-group-separator-bottom::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  background-color: var(--wp--preset--color--custom-white);
  background-image: url("../assets/images/separator_green.svg");
  border: 0.5em solid var(--wp--preset--color--custom-white);
  height: 1.8em;
  transform: translate(-50%, 0.8em);
  width: 4.5em;
}
.post-type-archive-works .is-style-group-separator-bottom::before, .single-works .is-style-group-separator-bottom::before, .tax-works_tag .is-style-group-separator-bottom::before {
  background: var(--wp--preset--color--blue);
}
.post-type-archive-works .is-style-group-separator-bottom::after, .single-works .is-style-group-separator-bottom::after, .tax-works_tag .is-style-group-separator-bottom::after {
  background-image: url("../assets/images/separator_blue.svg");
}
.post-type-archive-color .is-style-group-separator-bottom::before, .single-color .is-style-group-separator-bottom::before, .tax-color_cat .is-style-group-separator-bottom::before {
  background: var(--wp--preset--color--yellow);
}
.post-type-archive-color .is-style-group-separator-bottom::after, .single-color .is-style-group-separator-bottom::after, .tax-color_cat .is-style-group-separator-bottom::after {
  background-image: url("../assets/images/separator_yellow.svg");
}
.category .is-style-group-separator-bottom::before, .single-post .is-style-group-separator-bottom::before {
  background: var(--wp--preset--color--red);
}
.category .is-style-group-separator-bottom::after, .single-post .is-style-group-separator-bottom::after {
  background-image: url("../assets/images/separator_red.svg");
}

/* グループ：上付きイメージ画像 */
.is-style-group-image-above {
  display: flex;
  flex-direction: column;
}
.is-style-group-image-above .wp-block-image {
  order: -1;
}

/* ==========================================================================
  Editor / Link
========================================================================== */
/* リンク：内部リンクアイコン */
.is-style-link-inside a {
  border-bottom: 2px solid currentcolor;
  text-decoration: none;
  transition: all 0.25s;
}
.is-style-link-inside a:hover, .is-style-link-inside a:focus-visible {
  border-color: transparent;
}
.is-style-link-inside a::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../assets/icons/google/arrow_forward.svg");
  vertical-align: middle;
  margin-left: 0.125em;
  transform: translateY(-0.125em);
  filter: invert(24%) sepia(56%) saturate(841%) hue-rotate(126deg) brightness(89%) contrast(102%);
}

/* ==========================================================================
  Editor / Separator
========================================================================== */
/* 区切り線 */
.wp-block-separator.is-style-dots::before {
  background: url("../assets/images/dots.svg") no-repeat center/contain !important;
  content: "";
  display: inline-block;
  width: 7rem;
  height: 1.5em;
  letter-spacing: 0;
  padding-left: 0;
}

/* ==========================================================================
  Custom / Form
========================================================================== */
/* フォーム */
.form *,
.form *::before,
.form *::after {
  box-sizing: border-box;
}
.form fieldset,
.form legend,
.form input:not([type=hidden], [type=button], [type=submit], [type=reset]),
.form textarea {
  margin: 0;
  padding: 0;
}
.form fieldset {
  border: 0;
}
.form input:not([type=hidden], [type=button], [type=submit], [type=reset]),
.form textarea,
.form select,
.form button {
  appearance: none;
  background-color: inherit;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
}
.form input:not([type=hidden], [type=button], [type=submit], [type=reset]),
.form textarea,
.form select {
  font-size: var(--wp--preset--font-size--medium);
}
.form textarea {
  display: block;
  resize: vertical;
}
.form legend {
  color: var(--wp--preset--color--custom-black);
}
.form .form-item {
  align-items: center;
  border-top: 1px solid var(--wp--preset--color--gray-60);
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
  margin: 0;
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--30);
}
.form .form-item > *:first-child {
  min-width: 14em;
}
.form .form-item > *:last-child {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  min-width: 60%;
}
.form .form-item input:not([type=hidden], [type=radio], [type=checkbox], [type=button], [type=submit], [type=reset]),
.form .form-item textarea {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 2px;
  padding: var(--wp--preset--spacing--20);
  width: 100%;
}
.form .form-item textarea {
  line-height: 1.8;
}
.form .form-label {
  font-weight: 700;
}
.form .form-label-required {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  margin-left: 0.25em;
  padding: 0 0.5em;
}
.form .form-multiple {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--30);
}
.form .form-multiple > * {
  flex-basis: calc((100% - var(--wp--preset--spacing--30)) / 2);
}
@media screen and (max-width: 0) {
  .form .form-multiple {
    flex-direction: column;
  }
}
.form .wp-block-buttons {
  gap: var(--wp--preset--spacing--40);
  padding: var(--wp--preset--spacing--40) 0;
}
.form .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.form .wp-block-button__link {
  border-radius: 9999px;
  box-shadow: none;
  min-width: 10em;
}
.form .wpcf7-spinner {
  display: none;
}
.form .wpcf7-not-valid-tip {
  font-weight: 700;
  margin-top: var(--wp--preset--spacing--20);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--wp--preset--color--red);
  font-weight: 700;
}

.form-recaptcha {
  font-size: var(--wp--preset--font-size--small);
  margin-top: var(--wp--preset--spacing--30);
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================
  Custom / Form /  Radio and Checkbox
========================================================================== */
.form .wpcf7-radio,
.form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.form .wpcf7-radio input[type=radio],
.form .wpcf7-radio input[type=checkbox],
.form .wpcf7-checkbox input[type=radio],
.form .wpcf7-checkbox input[type=checkbox] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.form .wpcf7-radio .wpcf7-list-item,
.form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.form .wpcf7-radio .wpcf7-list-item-label,
.form .wpcf7-checkbox .wpcf7-list-item-label {
  cursor: pointer;
  position: relative;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox]),
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox]) {
  padding-left: 1.5em;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox])::before,
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox])::before {
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--gray-80);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox])::after,
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio], + input[type=checkbox])::after {
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1em;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio]:checked, + input[type=checkbox]:checked)::before,
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio]:checked, + input[type=checkbox]:checked)::before {
  background: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled),
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled) {
  opacity: 0.5;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled)::before,
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled)::before {
  background: var(--wp--preset--color--gray-80);
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled)::after,
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=radio]:disabled, + input[type=checkbox]:disabled)::after {
  content: none;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio])::before {
  border-radius: 50%;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio])::after {
  background: var(--wp--preset--color--white);
  border-radius: 50%;
}
.form .wpcf7-radio .wpcf7-list-item-label:has(+ input[type=radio]:checked)::after {
  transform: translateY(-50%) scale(0.4);
}
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=checkbox])::before {
  border-radius: 2px;
}
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=checkbox])::after {
  background: url("../assets/icons/google/check.svg") no-repeat center/contain;
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
}
.form .wpcf7-checkbox .wpcf7-list-item-label:has(+ input[type=checkbox]:checked)::after {
  transform: translateY(-50%) scale(0.9);
}
.form .wpcf7-acceptance input[type=checkbox] + span {
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.form .wpcf7-acceptance input[type=checkbox] + span::before {
  background: var(--wp--preset--color--white);
  border: 2px solid var(--wp--preset--color--gray-80);
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.form .wpcf7-acceptance input[type=checkbox] + span::after {
  background: url("../assets/icons/google/check.svg") no-repeat center/contain;
  content: "";
  display: block;
  filter: invert(89%) sepia(86%) saturate(0%) hue-rotate(257deg) brightness(105%) contrast(101%);
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 1em;
}
.form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
}
.form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  transform: translateY(-50%) scale(0.9);
}
.form .wpcf7-acceptance input[type=checkbox]:disabled + span {
  opacity: 0.5;
}
.form .wpcf7-acceptance input[type=checkbox]:disabled + span::before {
  background: var(--wp--preset--color--gray-80);
}
.form .wpcf7-acceptance input[type=checkbox]:disabled + span::after {
  content: none;
}

/* ==========================================================================
  Custom / Form / Select
========================================================================== */
.form .wpcf7-select {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--gray-80);
  border-radius: 2px;
  cursor: pointer;
  overflow-x: hidden;
  overflow-y: scroll;
  text-overflow: ellipsis;
}
@media screen and (max-width: 0) {
  .form .wpcf7-select {
    width: 100%;
  }
}
.form option:disabled {
  background: var(--wp--preset--color--gray-20);
}
.form option:first-child {
  background: var(--wp--preset--color--green-light);
  font-weight: 700;
}
.form optgroup {
  font-weight: 400;
}
.form option:not(:disabled) {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.form option:not(:disabled):checked {
  background: linear-gradient(var(--wp--preset--color--green), var(--wp--preset--color--green));
  color: white;
}