@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Material+Symbols+Rounded&display=swap");
/*
リセットCSS
_________________________________________*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*==================================================

Foundation　part

==================================================*/
/*
root
_________________________________________*/
:root {
  --custom-text-color: #252525;
  --custom-main-color: #FE9C41;
  --custom-maindark-color: #F28532;
  --custom-second-color: #2CA9E1;
  --custom-seconddark-color: #2992D3;
  --custom-back-color: #FFF0E3;
  --custom-lightback-color: #FFF8F1;
  --custom-accent-color: #E24A53;
  --custom-text-rgb: 37, 37, 37;
  --custom-main-rgb: 254, 156, 65;
  --custom-maindark-rgb: 242, 133, 50;
  --custom-second-rgb: 44, 169, 225;
  --custom-seconddark-rgb: 41, 146, 211;
  --custom-back-rgb: 255, 240, 227;
  --custom-lightback-rgb: 255, 248, 241;
  --custom-accent-rgb: 226, 74, 83;
  --custom-white: rgba(255, 255, 255, 1);
  --custom-white-09: rgba(255, 255, 255, 0.9);
  --custom-white-08: rgba(255, 255, 255, 0.8);
  --custom-white-07: rgba(255, 255, 255, 0.7);
  --custom-white-06: rgba(255, 255, 255, 0.6);
  --custom-white-05: rgba(255, 255, 255, 0.5);
  --custom-white-04: rgba(255, 255, 255, 0.4);
  --custom-white-03: rgba(255, 255, 255, 0.3);
  --custom-white-02: rgba(255, 255, 255, 0.2);
  --custom-white-01: rgba(255, 255, 255, 0.1);
  --custom-black: #161616;
  --custom-gray: #B1B1B1;
  --custom-black-rgb: 22, 22, 22;
  --custom-gray-rgb: 177, 177, 177;
  --custom-starter-color: #FFD7B3;
  --custom-basic-color: #FDE091;
  --custom-enterprise-color: #BCE6A5;
  --custom-starter-rgb: 255, 215, 179;
  --custom-basic-rgb: 253, 224, 145;
  --custom-enterprise-rgb: 188, 230, 165;
  --custom-grad: linear-gradient(180deg, rgba(var(--custom-lightback-rgb), 1) 0%, rgba(var(--custom-lightback-rgb), 0) 100%);
  --custom-font-en: "Montserrat", "Noto Sans JP", sans-serif;
  --custom-font-jp: "Noto Sans JP", sans-serif;
  --custom-boxshadow: 0px 0px 10px 0px rgba(var(--custom-text-rgb), 0.1);
}

/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: "Noto Sans JP", Roboto, "Segoe UI", Arial, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

a {
  display: inline;
  color: var(--custom-main-color);
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--custom-maindark-color);
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

h2 {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 600;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}

h3 {
  font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.625rem);
  font-weight: 600;
  /* font-size=>サイズ20px‐26px　画面320px-1280px */
}

h4 {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 500;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

h5 {
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  font-weight: 500;
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}

h6 {
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 500;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}

main {
  position: relative;
  z-index: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
textarea {
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px 15px;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=search]::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--custom-gray);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=search]::placeholder,
textarea::placeholder {
  color: var(--custom-gray);
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--custom-gray);
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--custom-gray);
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--custom-gray);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=search],
  textarea {
    padding: 10px 20px;
  }
}

select {
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 10px 15px;
}
@media screen and (min-width: 1024px) {
  select {
    padding: 10px 20px;
  }
}

input:focus {
  outline: 1px solid var(--custom-main-color);
}

textarea:focus {
  outline: 1px solid var(--custom-main-color);
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 4px;
}
input[type=checkbox]:checked {
  border: 1px solid var(--custom-main-color);
  background-color: var(--custom-main-color);
}
input[type=checkbox]:checked::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--custom-white);
  height: 100%;
  font-family: "Material Symbols Rounded";
  font-size: 18px;
  content: "\e5ca";
}
input[type=checkbox]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 24px;
  width: 24px;
  border: 1px solid var(--custom-gray);
  border-radius: 50%;
}
input[type=radio]:checked {
  border: 1px solid var(--custom-gray);
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--custom-main-color);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid var(--custom-main-color);
  outline-offset: 2px;
}

input[type=file]::file-selector-button {
  display: block;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
  padding: 8px 10px;
  color: var(--custom-main-color);
  background-color: rgba(var(--custom-main-rgb), 0.3);
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  input[type=file]::file-selector-button {
    margin-bottom: 0px;
    margin-right: 15px;
    display: inline-block;
  }
}

input[type=submit],
input[type=button],
button {
  display: block;
  border: 1px solid var(--custom-main-color);
  padding: 18px 60px;
  color: var(--custom-white);
  background: var(--custom-main-color);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background-color: var(--custom-maindark-color);
  border-color: var(--custom-maindark-color);
  box-shadow: var(--custom-boxshadow);
}
input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled {
  background: #f0f0f0;
  color: var(--custom-gray);
  border-color: var(--custom-gray);
}
input[type=submit]:disabled:hover,
input[type=button]:disabled:hover,
button:disabled:hover {
  transform: unset;
  box-shadow: unset;
}

.material-symbols-rounded {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

/*
reCAPTCHA
_________________________________________*/
.grecaptcha-badge {
  visibility: hidden;
}

/*
ブロックエディター
_________________________________________*/
.article-block-onarea {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .article-block-onarea {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.article-block-onarea > .alignfull {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 1280px) {
  .article-block-onarea > .alignfull {
    margin-right: auto;
    margin-left: auto;
  }
}
.article-block-onarea .alignfull {
  padding-left: 20px;
  padding-right: 20px;
}

.is-style-group-custom-section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 150px;
  }
}
.is-style-group-custom-section:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 150px;
  }
}
.is-style-group-custom-section.has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.is-style-group-custom-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 80px;
  }
}
.is-style-group-custom-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 80px;
  }
}

.is-style-group-custom-group:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-group:not(:first-child) {
    margin-top: 60px;
  }
}
.is-style-group-custom-group:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group:not(:last-child) {
    margin-bottom: 60px;
  }
}

h2.wp-block-heading {
  background-color: var(--custom-back-color);
  padding: 10px;
  border-radius: 10px;
  color: var(--custom-black);
}
@media screen and (min-width: 1024px) {
  h2.wp-block-heading {
    padding: 10px 15px;
  }
}
h2.wp-block-heading:not(:first-child) {
  margin-top: 2.5rem;
}
h2.wp-block-heading.is-style-heading-custom-contents {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(1.438rem, 1.292rem + 0.73vw, 1.875rem);
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  /* font-size=>サイズ23px‐30px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-contents {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
h2.wp-block-heading.is-style-heading-custom-contents.has-margin {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-contents.has-margin {
    margin-bottom: 30px;
  }
}
h2.wp-block-heading.is-style-heading-custom-contents.center {
  text-align: center;
  grid-template-columns: 1fr auto 1fr;
}
h2.wp-block-heading.is-style-heading-custom-contents.center::before, h2.wp-block-heading.is-style-heading-custom-contents.center::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}
h2.wp-block-heading.is-style-heading-custom-contents.center::before {
  justify-self: end;
}
h2.wp-block-heading.is-style-heading-custom-contents.left {
  grid-template-columns: auto 1fr;
}
h2.wp-block-heading.is-style-heading-custom-contents.left::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}
h2.wp-block-heading.is-style-heading-custom-policy {
  border-left: 3px solid var(--custom-main-color);
  padding: 3px 0px 3px 15px;
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  background-color: transparent;
  border-radius: 0px;
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-policy {
    padding: 3px 0px 3px 20px;
  }
}

h3.wp-block-heading {
  border-left: 5px solid var(--custom-main-color);
  padding: 5px 0px 5px 10px;
  color: var(--custom-black);
}
h3.wp-block-heading:not(:first-child) {
  margin-top: 1.8rem;
}
h3.wp-block-heading.has-margin {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.has-margin {
    margin-bottom: 30px;
  }
}
h3.wp-block-heading.is-style-heading-custom-contents {
  border-left: none;
  padding: 0px;
}
h3.wp-block-heading.is-style-heading-custom-policy {
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  border-left: none;
  padding: 0px;
  text-decoration: underline;
  text-decoration-color: var(--custom-main-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}

h4.wp-block-heading {
  border-left: 2px solid var(--custom-main-color);
  padding-left: 10px;
  color: var(--custom-black);
}
h4.wp-block-heading:not(:first-child) {
  margin-top: 1.5rem;
}

h5.wp-block-heading {
  text-decoration: underline;
  text-decoration-color: var(--custom-main-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  color: var(--custom-black);
}
h5.wp-block-heading:not(:first-child) {
  margin-top: 1.5rem;
}

h6.wp-block-heading {
  color: var(--custom-black);
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.7rem;
}
ul.wp-block-list li {
  padding: 3px 0px;
}
ul.wp-block-list.is-style-list-custom-check {
  list-style: none;
  padding-left: 0px;
}
ul.wp-block-list.is-style-list-custom-check li {
  position: relative;
  padding: 5px 0px 5px 25px;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list.is-style-list-custom-check li {
    padding: 7px 0px 7px 30px;
  }
}
ul.wp-block-list.is-style-list-custom-check li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "Material Symbols Rounded";
  content: "\e5ca";
  font-size: 18px;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--custom-white);
  background-color: var(--custom-black);
}
@media screen and (min-width: 768px) {
  ul.wp-block-list.is-style-list-custom-check li::before {
    top: 8px;
    width: 22px;
    height: 22px;
  }
}

ol.wp-block-list {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
ol.wp-block-list li {
  padding: 3px 0px;
}

blockquote.wp-block-quote {
  position: relative;
  margin: 1.7rem 0;
  padding: 3.5rem 1.5rem 1.5rem;
  background-color: rgba(var(--custom-main-rgb), 0.05);
}
blockquote.wp-block-quote::before {
  position: absolute;
  content: "❜❜";
  font-size: 3rem;
  line-height: 1.1;
  color: var(--custom-main-color);
  top: 10px;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  font-size: 0.8rem;
  color: var(--wp--preset--color--glaypattern-5);
}
blockquote.wp-block-quote cite a {
  color: var(--wp--preset--color--glaypattern-5);
  text-decoration: underline;
}

pre.wp-block-code {
  position: relative;
  width: 100%;
  background: var(--custom-text-color);
  padding: 40px 15px 25px;
  overflow-x: auto;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  pre.wp-block-code {
    padding: 45px 25px 25px;
  }
}
pre.wp-block-code::before {
  display: block;
  position: absolute;
  content: attr(id);
  top: 0;
  left: 0;
  padding: 2px 10px;
  color: var(--custom-white);
  background-color: var(--wp--preset--color--glaypattern-6);
}
pre.wp-block-code code {
  color: var(--custom-white);
}

.wp-block-table {
  margin: 1.7rem 0;
}
.wp-block-table table {
  width: auto;
}
.wp-block-table thead {
  border-bottom: 1px solid;
}
.wp-block-table th {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
  font-weight: 500;
  border-color: var(--custom-main-color);
}
.wp-block-table tfoot {
  border-top: 1px solid;
}
.wp-block-table.is-style-table-custom-scroll table, .wp-block-table.is-style-table-custom-fullscroll table {
  white-space: nowrap;
}
.wp-block-table.is-style-table-custom-fullwidth table, .wp-block-table.is-style-table-custom-fullscroll table {
  width: 100%;
}

.wp-block-table:not(.is-style-stripes) th:not(:last-child) {
  border-right-color: var(--custom-white);
}
.wp-block-table:not(.is-style-stripes) tfoot td {
  background-color: rgba(var(--custom-main-rgb), 0.1);
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(var(--custom-main-rgb), 0.05);
}
.wp-block-table.is-style-stripes tfoot {
  border-top: 2px solid rgba(var(--custom-main-rgb), 0.3);
  border-bottom: 2px solid rgba(var(--custom-main-rgb), 0.3);
}

figcaption.wp-element-caption {
  font-size: 0.8rem;
  color: var(--wp--preset--color--glaypattern-5);
  padding-top: 5px;
}

.wp-block-button .wp-element-button,
.wp-block-button .wp-block-button__link {
  line-height: 1.2;
  color: var(--custom-white);
  padding: 15px 30px;
}
@media screen and (min-width: 1024px) {
  .wp-block-button .wp-element-button,
  .wp-block-button .wp-block-button__link {
    font-size: 18px;
    padding: 20px 50px;
  }
}
.wp-block-button .wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-small .wp-element-button,
  .wp-block-button.is-small .wp-block-button__link {
    font-size: 16px;
    padding: 15px 30px;
  }
}
.wp-block-button.is-style-outline .wp-element-button,
.wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--custom-main-color);
  border: 1px solid;
  padding: 15px 30px;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-outline .wp-element-button,
  .wp-block-button.is-style-outline .wp-block-button__link {
    padding: 20px 50px;
  }
}
.wp-block-button.is-style-outline .wp-element-button:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
}
.wp-block-button.is-style-outline.second .wp-element-button,
.wp-block-button.is-style-outline.second .wp-block-button__link {
  color: var(--custom-second-color);
}
.wp-block-button.is-style-outline.second .wp-element-button:hover,
.wp-block-button.is-style-outline.second .wp-block-button__link:hover {
  color: var(--custom-white);
  background-color: var(--custom-second-color);
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-outline.is-small .wp-element-button,
  .wp-block-button.is-style-outline.is-small .wp-block-button__link {
    font-size: 16px;
    padding: 15px 30px;
  }
}
.wp-block-button.is-style-button-custom-second .wp-element-button,
.wp-block-button.is-style-button-custom-second .wp-block-button__link {
  background-color: var(--custom-second-color);
  border-color: var(--custom-second-color);
}
.wp-block-button.is-style-button-custom-second .wp-element-button:hover,
.wp-block-button.is-style-button-custom-second .wp-block-button__link:hover {
  background-color: var(--custom-seconddark-color);
  border-color: var(--custom-seconddark-color);
}
.wp-block-button.is-style-button-custom-arrow .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button-custom-arrow .wp-block-button__link {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.wp-block-button.is-style-button-custom-arrow .wp-block-button__link::after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\e941";
  line-height: 1;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-button-custom-arrow .wp-block-button__link::after {
    font-size: 26px;
    line-height: 0.8;
  }
}
.wp-block-button.is-style-button-custom-arrow.second .wp-element-button,
.wp-block-button.is-style-button-custom-arrow.second .wp-block-button__link {
  background-color: var(--custom-second-color);
  border-color: var(--custom-second-color);
}
.wp-block-button.is-style-button-custom-arrow.second .wp-element-button:hover,
.wp-block-button.is-style-button-custom-arrow.second .wp-block-button__link:hover {
  background-color: var(--custom-seconddark-color);
  border-color: var(--custom-seconddark-color);
}

.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button {
  flex-grow: 1;
}
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons.is-style-buttons-custom-contents .wp-block-button {
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons.is-style-buttons-custom-contents .wp-block-button {
    max-width: 750px;
  }
}
.wp-block-buttons.is-style-buttons-custom-contents .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .wp-block-buttons.is-style-buttons-custom-contents .wp-block-button__link {
    font-size: 20px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .wp-block-buttons.is-style-buttons-custom-contents .wp-block-button__link {
    font-size: 22px;
    height: 85px;
  }
}
.wp-block-buttons.is-style-buttons-custom-contents .wp-block-button__link:hover {
  transform: translateY(-3px);
}

/*==================================================

Layout　part

==================================================*/
/*
コンテナー制御
_________________________________________*/
.l-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
  position: relative;
}

.l-maincontents,
.l-footerarea {
  min-width: 1px;
}

/* 通常コンテンツマージン */
.l-margin {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-margin {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .l-margin {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.l-margin.has-layout {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .l-margin.has-layout {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* 下なしコンテンツマージン */
.l-topmargin {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-topmargin {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .l-topmargin {
    margin-top: 150px;
  }
}
.l-topmargin.has-layout {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .l-topmargin.has-layout {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*
内部headlines
_________________________________________*/
.l-pageheadline {
  background-color: var(--custom-lightback-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-pageheadline {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-pageheadline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.l-pageheadline__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1280px) {
  .l-pageheadline__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.l-pageheadline__title {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(1.375rem, 1.125rem + 1.25vw, 2.125rem);
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  /* font-size=>サイズ22px‐34px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .l-pageheadline__title {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-pageheadline__title::before, .l-pageheadline__title::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.l-pageheadline__title::before {
  justify-self: end;
}
.l-pageheadline__subtext {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .l-pageheadline__subtext {
    margin-top: 30px;
  }
}

/*
パンくずリスト
_________________________________________*/
.l-breadcrumb {
  border: 1px solid var(--custom-back-color);
}
.l-breadcrumb__list {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1280px) {
  .l-breadcrumb__list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .l-breadcrumb__list {
    gap: 20px;
  }
}
.l-breadcrumb__listitem, .l-breadcrumb__conect {
  font-size: 14px;
}

/*
SNSシェア
_________________________________________*/
.l-snsbtn {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 425px) {
  .l-snsbtn {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .l-snsbtn {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-snsbtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .l-snsbtn__link {
    padding: 13px 20px;
  }
}
.l-snsbtn__link:hover {
  box-shadow: var(--custom-boxshadow);
}
.l-snsbtn__img {
  width: 25px;
  height: 25px;
}

/*
コメント
_________________________________________*/
.l-comments {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-comments {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .l-comments {
    margin-top: 80px;
  }
}
.l-comments__list {
  text-align: start;
  margin-top: 20px;
  display: grid;
  gap: 1rem;
}
.l-comments__list li {
  padding: 1.2rem;
  border: 1px solid var(--custom-main-color);
}
.l-comments__list li img {
  width: 30px;
  border-radius: 50%;
}
.l-comments__list .comment-author.vcard {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background-color: rgba(var(--custom-main-rgb), 0.1);
  border-radius: 5px;
}
.l-comments__list span.says {
  visibility: hidden;
}
.l-comments__list .comment-metadata {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.l-comments__list .edit-link {
  display: inline-block;
}
.l-comments__list a.comment-edit-link {
  display: inline-block;
  padding: 2px 10px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
}
.l-comments__list a.comment-edit-link:hover {
  box-shadow: var(--custom-boxshadow);
}
.l-comments__list .comment-content {
  padding-top: 1rem;
  border-top: 1px solid var(--wp--preset--color--glaypattern-3);
  border-bottom: 1px solid var(--wp--preset--color--glaypattern-3);
}
.l-comments__list .comment-content p {
  margin-bottom: 1rem;
}
.l-comments__list .reply {
  margin-top: 10px;
}
.l-comments__list a.comment-reply-link {
  display: inline-block;
  line-height: 1;
  padding: 10px 25px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
}
.l-comments__list a.comment-reply-link:hover {
  box-shadow: var(--custom-boxshadow);
}
.l-comments__list ul.children {
  margin-top: 10px;
  display: grid;
  gap: 1rem;
}
.l-comments__pagelink {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.l-comments__pagelink a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-en);
  font-size: 12px;
  border: 1px solid transparent;
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink a.page-numbers {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink a.page-numbers:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}
.l-comments__pagelink span.page-numbers.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: var(--custom-font-en);
  font-size: 12px;
  border: 1px solid var(--custom-main-color);
  color: var(--custom-white);
  background-color: rgba(var(--custom-main-rgb), 0.5);
  border-radius: 50%;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink span.page-numbers.current {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.l-comments__pagelink .prev.page-numbers,
.l-comments__pagelink .next.page-numbers {
  width: unset;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .l-comments__pagelink .prev.page-numbers,
  .l-comments__pagelink .next.page-numbers {
    width: unset;
    font-size: 14px;
  }
}
.l-comments__required {
  color: var(--custom-accent-color);
  padding-left: 5px;
}
.l-comments__form {
  text-align: start;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--custom-main-color);
}
.l-comments__form h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--custom-main-color);
  margin-bottom: 1rem;
}
.l-comments__form .form-submit {
  margin-top: 1rem;
  margin-bottom: 0;
}
.l-comments__form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-comments__formauthor, .l-comments__formemail, .l-comments__textarea {
  margin-bottom: 1rem;
}
.l-comments__formauthor label, .l-comments__formemail label, .l-comments__textarea label {
  display: block;
  margin-bottom: 5px;
}
.l-comments__formauthor input, .l-comments__formemail input {
  width: 100%;
}
.l-comments__textarea textarea {
  width: 100%;
  height: 150px;
}

/*　コメントのスパム対策で画像認証を入れている時用　*/
form#commentform img {
  width: auto;
}

/*
header
_________________________________________*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  transition: all 0.3s ease;
  min-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1024px) {
  .l-header {
    height: 95px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-header.fixed {
  background-color: var(--custom-white);
  box-shadow: 0px 0px 10px 0px rgba(var(--custom-black-rgb), 0.1);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .l-header__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header__toplink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__toplink span {
  display: block;
  font-family: var(--custom-font-en);
  font-size: 30px;
  color: var(--custom-main-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__toplink span {
    font-size: 32px;
  }
}
.l-header__toplink:hover .l-header__logo {
  opacity: 0.6;
}
.l-header__toplink:hover span {
  opacity: 0.6;
}
.l-header__logo {
  max-height: 45px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    max-height: 70px;
  }
}
.l-header__nav {
  position: fixed;
  top: 0;
  right: -110%;
  height: 100dvh;
  width: 90%;
  max-width: 320px;
  background: var(--custom-back-color);
  padding: 80px 20px 30px;
  transition: all 0.3s ease;
  z-index: 1001;
}
.l-header__nav.panelactive {
  right: 0%;
  box-shadow: 0px 0px 10px 0px rgba(var(--custom-black-rgb), 0.1);
}
@media screen and (min-width: 1024px) {
  .l-header__nav {
    position: static;
    height: auto;
    background: transparent;
    padding: 0px;
    width: auto;
    max-width: unset;
  }
}
.l-header__menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-header__menu {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.l-header .menu-item:not(.has-btn) a {
  display: block;
  position: relative;
  font-size: 18px;
  color: var(--custom-text-color);
  padding: 10px 0px;
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item:not(.has-btn) a {
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item:not(.has-btn) a::after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(var(--custom-main-color), var(--custom-main-color));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
}
.l-header .menu-item:not(.has-btn) a:hover {
  color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item:not(.has-btn) a:hover {
    color: var(--custom-text-color);
  }
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item:not(.has-btn) a:hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.l-header .menu-item.has-btn {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item.has-btn {
    margin-top: 0px;
  }
}
.l-header .menu-item.has-btn a {
  display: block;
  border: 1px solid var(--custom-second-color);
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  color: var(--custom-white);
  background-color: var(--custom-second-color);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .l-header .menu-item.has-btn a {
    width: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-header .menu-item.has-btn a {
    width: 250px;
  }
}
.l-header .menu-item.has-btn a:hover {
  background-color: var(--custom-seconddark-color);
  box-shadow: var(--custom-boxshadow);
}
.l-header__hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: var(--custom-main-color);
  border-radius: 5px;
  cursor: pointer;
  z-index: 1002;
}
.l-header__hamburger span {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  border-radius: 2px;
  background-color: var(--custom-white);
  width: 50%;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 10px;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 19px;
  opacity: 1;
}
.l-header__hamburger span:nth-of-type(3) {
  top: 28px;
}
.l-header__hamburger.active {
  background-color: transparent;
}
.l-header__hamburger.active span {
  background-color: var(--custom-main-color);
}
.l-header__hamburger.active span:nth-of-type(1) {
  left: 7.5px;
  transform: translateY(10px) rotate(-45deg);
  width: 60%;
}
.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-of-type(3) {
  left: 7.5px;
  transform: translateY(-8px) rotate(45deg);
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .l-header__hamburger {
    display: none;
  }
}

/*
footer
_________________________________________*/
.l-footer {
  background-color: var(--custom-black);
}
.l-footer__inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1280px) {
  .l-footer__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 425px) {
  .l-footer__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 50px;
  }
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 425px) {
  .l-footer__menu {
    -moz-column-gap: 25px;
         column-gap: 25px;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__menu {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__menu {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
.l-footer .menu-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .l-footer .menu-item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-footer .menu-item a {
  display: inline-block;
  position: relative;
  padding: 8px 0px;
  text-align: center;
  font-size: 14px;
  color: var(--custom-white);
}
@media screen and (min-width: 425px) {
  .l-footer .menu-item a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer .menu-item a {
    padding: 0px;
  }
}
.l-footer .menu-item a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(var(--custom-white), var(--custom-white));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.l-footer .menu-item a:hover {
  color: var(--custom-white);
}
.l-footer .menu-item a:hover::after {
  background-position: bottom left;
  background-size: 100% 1px;
}
.l-footer__copyright {
  color: var(--custom-white);
  font-size: 13px;
  text-align: center;
}
.l-footer__topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: var(--custom-main-color);
  border-radius: 50%;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 1024px) {
  .l-footer__topscroll {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__topscroll {
    width: 60px;
    height: 60px;
  }
}
.l-footer__topscroll span {
  color: var(--custom-white);
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .l-footer__topscroll span {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__topscroll span {
    font-size: 30px;
  }
}

/*
サイドバー
_________________________________________*/
/* 全体設定 */
.l-sidebar section.widget_block:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-sidebar section.widget_block:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-sidebar section.widget_block:not(:first-child) {
    margin-top: 100px;
  }
}
.l-sidebar .wp-block-group.has-columns {
  display: grid;
  row-gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-sidebar .wp-block-group.has-columns {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .l-sidebar .wp-block-group.has-columns {
    grid-template-columns: auto;
    row-gap: 100px;
  }
}
.l-sidebar .wp-block-group.has-columns > .wp-block-group {
  min-width: 1px;
  margin-top: 0px;
}
.l-sidebar h2.wp-block-heading {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: auto 1fr;
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  padding: 0px;
  border-bottom: none;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 30px;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .l-sidebar h2.wp-block-heading {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.l-sidebar h2.wp-block-heading::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  height: 2px;
  background-color: var(--custom-main-color);
}

/* 検索 */
.l-sidebar .wp-block-search__label:not(.screen-reader-text) {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  color: var(--custom-main-color);
  margin-bottom: 10px;
}
.l-sidebar .wp-block-search__label:not(.screen-reader-text)::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-search .wp-element-button {
  padding: 15px;
  border-radius: 5px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.l-sidebar .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 5px;
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
}
.l-sidebar .wp-block-search__button-inside .wp-block-search__input {
  border: none;
}
.l-sidebar .wp-block-search__button-only .wp-element-button {
  margin-left: 10px;
}
.l-sidebar .wp-block-search__searchfield-hidden .wp-element-button {
  width: 100%;
  margin-left: 0px;
}

/* カテゴリ */
.l-sidebar .wp-block-categories__label:not(.screen-reader-text) {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  color: var(--custom-main-color);
  margin-bottom: 10px;
}
.l-sidebar .wp-block-categories__label:not(.screen-reader-text)::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-list .cat-item:not(:first-child) {
  margin-top: 5px;
}
.l-sidebar .wp-block-categories-list .cat-item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--custom-text-color);
}
.l-sidebar .wp-block-categories-list .cat-item a:hover {
  color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-list > .cat-item a {
  position: relative;
  padding-left: 25px;
}
.l-sidebar .wp-block-categories-list > .cat-item a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-list ul.children {
  padding-left: 20px;
  margin-top: 5px;
}
.l-sidebar .wp-block-categories-list ul.children > .cat-item a {
  position: relative;
  padding-left: 20px;
}
.l-sidebar .wp-block-categories-list ul.children > .cat-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 1px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-dropdown {
  position: relative;
}
.l-sidebar .wp-block-categories-dropdown::after {
  display: block;
  position: absolute;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  content: "\e5c5";
  color: var(--custom-main-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.l-sidebar .wp-block-categories-dropdown select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.l-sidebar .wp-block-categories-dropdown select::-ms-expand {
  display: none;
}

/* アーカイブ */
.l-sidebar .wp-block-archives__label:not(.screen-reader-text) {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  color: var(--custom-main-color);
  margin-bottom: 10px;
}
.l-sidebar .wp-block-archives__label:not(.screen-reader-text)::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-archives-list li:not(:first-child) {
  margin-top: 5px;
}
.l-sidebar .wp-block-archives-list li a {
  display: block;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  color: var(--custom-text-color);
}
.l-sidebar .wp-block-archives-list li a::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-archives-list li a:hover {
  color: var(--custom-main-color);
}
.l-sidebar .wp-block-archives-dropdown {
  position: relative;
}
.l-sidebar .wp-block-archives-dropdown::after {
  display: block;
  position: absolute;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  content: "\e5c5";
  color: var(--custom-main-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.l-sidebar .wp-block-archives-dropdown select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.l-sidebar .wp-block-archives-dropdown select::-ms-expand {
  display: none;
}

/* タグクラウド */
.l-sidebar .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-sidebar .tag-cloud-link {
  display: inline-block;
  padding: 5px 8px;
  font-size: 13px !important;
  border: 1px solid var(--custom-main-color);
  border-radius: 3px;
  margin: 0;
}
.l-sidebar .tag-cloud-link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}

/* 最新記事 */
.l-sidebar .wp-block-latest-posts li {
  display: grid;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-sidebar .wp-block-latest-posts li:not(:first-child) {
  border-top: 1px solid var(--custom-gray);
}
@media screen and (min-width: 425px) {
  .l-sidebar .wp-block-latest-posts li {
    grid-template-columns: 150px 1fr;
    grid-template-rows: auto 1fr;
  }
}
.l-sidebar .wp-block-latest-posts__featured-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 425px) {
  .l-sidebar .wp-block-latest-posts__featured-image {
    width: -moz-fit-content;
    width: fit-content;
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.l-sidebar .wp-block-latest-posts__featured-image a:hover {
  opacity: 0.7;
}
.l-sidebar .wp-block-latest-posts__featured-image img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 5px;
}
@media screen and (min-width: 425px) {
  .l-sidebar .wp-block-latest-posts__featured-image img {
    max-width: 150px;
  }
}
.l-sidebar .wp-block-latest-posts__post-title, .l-sidebar .wp-block-latest-posts__post-date {
  display: block;
  color: var(--custom-text-color);
  font-size: 14px;
}
@media screen and (min-width: 425px) {
  .l-sidebar .wp-block-latest-posts__post-title {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.l-sidebar .wp-block-latest-posts__post-title:hover {
  color: var(--custom-main-color);
}
@media screen and (min-width: 425px) {
  .l-sidebar .wp-block-latest-posts__post-date {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

/* コメント */
.l-sidebar .wp-block-latest-comments__comment {
  border-top: 1px solid var(--custom-gray);
  margin-bottom: 0;
  padding: 16px 10px;
}
.l-sidebar .wp-block-latest-comments__comment:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
.l-sidebar .wp-block-latest-comments__comment-excerpt {
  padding: 10px;
  background-color: var(--custom-lightback-color);
  border-radius: 5px;
}
.l-sidebar .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
}
.l-sidebar .wp-block-latest-comments__comment-meta {
  font-size: 0.9rem;
  margin-bottom: 2px;
}
.l-sidebar .wp-block-latest-comments__comment-link {
  display: block;
}
.l-sidebar .wp-block-latest-comments__comment-date {
  text-align: end;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: unset;
}

/*==================================================

object　part

==================================================*/
/*--------------------------------------------------

---Component part

--------------------------------------------------*/
/*
ボタン
_________________________________________*/
/* CTA用 */
.c-ctabtn {
  width: 100%;
  max-width: 450px;
}
.c-ctabtn .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .c-ctabtn .wp-block-button__link {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .c-ctabtn .wp-block-button__link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-ctabtn .wp-block-button__link {
    height: 80px;
  }
}
.c-ctabtn .wp-block-button__link:hover {
  transform: translateY(-3px);
}

/* メインボタン */
.c-mainbtn {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-mainbtn {
    flex-direction: row;
  }
}
.c-mainbtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  background-color: var(--custom-main-color);
  color: var(--custom-white);
  padding: 15px 30px;
  border-radius: 45px;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-mainbtn__link {
    font-size: 18px;
    padding: 20px 50px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.c-mainbtn__link:hover {
  background-color: var(--custom-maindark-color);
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  border-color: var(--custom-maindark-color);
}
.c-mainbtn__link.has-arrow::after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\e941";
  line-height: 1;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .c-mainbtn__link.has-arrow::after {
    font-size: 26px;
    line-height: 0.8;
  }
}

.c-outlinebtn {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-outlinebtn {
    flex-direction: row;
  }
}
.c-outlinebtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  background-color: transparent;
  color: var(--custom-main-color);
  padding: 15px 30px;
  border-radius: 45px;
  border: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .c-outlinebtn__link {
    font-size: 18px;
    padding: 20px 50px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.c-outlinebtn__link:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  border-color: var(--custom-main-color);
}
.c-outlinebtn__link.has-arrow::after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\e941";
  line-height: 1;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .c-outlinebtn__link.has-arrow::after {
    font-size: 26px;
    line-height: 0.8;
  }
}

/*
Contact Form7　フォームデザイン書き換え
_________________________________________*/
/* 入力画面 */
.c-form {
  margin-left: auto;
  margin-right: auto;
}
.c-form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=url],
.c-form input[type=tel],
.c-form input[type=number],
.c-form input[type=date],
.c-form textarea {
  width: 100%;
}
.c-form__inputitem {
  display: grid;
  gap: 10px;
}
.c-form__inputitem:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-form__inputitem {
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
}
.c-form__subject {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 1px;
}
@media screen and (min-width: 1024px) {
  .c-form__subject {
    gap: 20px;
  }
}
.c-form__inputbox {
  width: 100%;
  min-width: 1px;
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap::after {
  display: block;
  position: absolute;
  font-family: "Material Symbols Rounded";
  font-size: 30px;
  content: "\e5c5";
  color: var(--custom-main-color);
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap select.is-noselect {
  color: var(--custom-gray);
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap select::-ms-expand {
  display: none;
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap select option {
  color: var(--custom-text-color);
}
.c-form__inputbox.has-select .wpcf7-form-control-wrap select option:first-child {
  color: var(--custom-gray);
}
.c-form__label {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    font-size: 18px;
  }
}
.c-form__rq, .c-form__op {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid;
}
.c-form__rq {
  background-color: var(--custom-accent-color);
  border-color: var(--custom-accent-color);
  color: var(--custom-white);
}
.c-form__op {
  border-color: var(--custom-gray);
  color: var(--custom-gray);
}
.c-form .wpcf7-checkbox,
.c-form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.c-form .wpcf7-checkbox .wpcf7-list-item,
.c-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
}
.c-form .wpcf7-checkbox .wpcf7-list-item label,
.c-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-form .contact-box-quiz label {
  display: block;
}
.c-form .wpcf7-quiz-label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-form .contact-box-file .wpcf7-form-control-wrap {
  padding: 20px;
  border: 1px solid rgba(var(--custom-main-rgb), 0.3);
  border-radius: 5px;
}
.c-form__submitarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.c-form__acceptbox .wpcf7-list-item {
  display: block;
  margin-left: 0px;
}
.c-form__acceptbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-form__acceptbox input[type=checkbox] {
  min-width: 24px;
}
@media screen and (min-width: 1024px) {
  .c-form input[type=submit],
  .c-form input[type=button],
  .c-form button {
    font-size: 18px;
  }
}
.c-form__recap {
  font-size: 14px;
  text-align: center;
}

.c-form--lp {
  max-width: 800px;
}
@media screen and (min-width: 1024px) {
  .c-form--lp .c-form__inputitem {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .c-form--lp .c-form__label {
    font-size: 20px;
  }
}
.c-form--lp .c-form__submitarea {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-form--lp .c-form__submitarea {
    margin-top: 80px;
  }
}

.c-form--inq {
  max-width: 900px;
}
@media screen and (min-width: 1024px) {
  .c-form--inq .c-form__inputitem {
    grid-template-columns: 350px 1fr;
  }
}
.c-form--inq .c-form__submitarea {
  margin-top: 40px;
}
.c-form--inq .c-form__textarea {
  height: 150px;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  left: 5px;
  bottom: 0;
  transform: translateY(100%);
}

/* 確認画面 */
.c-confirm {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.c-confirm__item {
  display: grid;
  gap: 10px;
}
.c-confirm__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm__item {
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
}
.c-confirm__subject {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  min-width: 1px;
}
@media screen and (min-width: 1024px) {
  .c-confirm__subject {
    gap: 20px;
  }
}
.c-confirm__value {
  width: 100%;
  min-width: 1px;
}
.c-confirm__value span {
  overflow-wrap: break-word;
}
.c-confirm__label {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-confirm__label {
    font-size: 18px;
  }
}
.c-confirm__rq, .c-confirm__op {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid;
}
.c-confirm__rq {
  background-color: var(--custom-accent-color);
  border-color: var(--custom-accent-color);
  color: var(--custom-white);
}
.c-confirm__op {
  border-color: var(--custom-gray);
  color: var(--custom-gray);
}
.c-confirm__submitarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .c-confirm__submitarea {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .c-confirm input[type=submit],
  .c-confirm input[type=button],
  .c-confirm button {
    font-size: 18px;
  }
}
.c-confirm__btbox .c-outlinebtn__link {
  padding: 18px 60px;
  line-height: 1.15;
  border-radius: 50px;
}

.c-confirm--inq {
  max-width: 900px;
}
.c-confirm--inq .c-confirm__boxarea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm--inq .c-confirm__boxarea {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-confirm--inq .c-confirm__item {
    grid-template-columns: 350px 1fr;
  }
}
.c-confirm--inq .c-confirm__submitarea {
  margin-top: 40px;
}

/* 完了画面 */
.c-thanks {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .c-thanks input[type=button],
  .c-thanks button {
    font-size: 18px;
  }
}
.c-thanks__title {
  text-align: center;
}
.c-thanks__title::after {
  display: block;
  content: "";
  width: 40px;
  height: 2px;
  margin: 30px auto;
  background-color: var(--custom-main-color);
}
.c-thanks__submitarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.c-thanks--inq {
  max-width: 900px;
}
.c-thanks--inq .c-thanks__submitarea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-thanks--inq .c-thanks__submitarea {
    margin-top: 60px;
  }
}

.wpcf7 form .wpcf7-response-output {
  max-width: 800px;
  text-align: center;
  padding: 10px 16px;
  margin: 0 auto;
  border: 1px solid;
  margin-top: 50px;
}

.wpcf7 form .wpcf7-response-output {
  background-color: rgba(0, 160, 210, 0.1);
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--custom-main-color);
  border-color: var(--custom-main-color);
  background-color: rgba(var(--custom-main-rgb), 0.1);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  background-color: rgba(220, 50, 50, 0.1);
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  background-color: rgba(245, 110, 40, 0.1);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: rgba(255, 185, 0, 0.1);
}

/*
装飾
_________________________________________*/
/* 見出し */
h2.c-maintitle {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(1.438rem, 1.292rem + 0.73vw, 1.875rem);
  color: var(--custom-black);
  /* font-size=>サイズ23px‐30px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  h2.c-maintitle {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
h2.c-maintitle.has-margin {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2.c-maintitle.has-margin {
    margin-bottom: 30px;
  }
}
h2.c-maintitle.center {
  text-align: center;
  grid-template-columns: 1fr auto 1fr;
}
h2.c-maintitle.center::before, h2.c-maintitle.center::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}
h2.c-maintitle.center::before {
  justify-self: end;
}
h2.c-maintitle.left {
  grid-template-columns: auto 1fr;
}
h2.c-maintitle.left::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}

/* プロセス一覧のテーブル制御 */
.wp-block-table.c-process-tbl.is-style-table-custom-fullwidth table {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .wp-block-table.c-process-tbl.is-style-table-custom-fullwidth table {
    width: 100%;
  }
}
.wp-block-table.c-process-tbl.is-style-table-custom-fullwidth td:nth-child(1) {
  min-width: 200px;
}
.wp-block-table.c-process-tbl.is-style-table-custom-fullwidth td:nth-child(2) {
  min-width: 500px;
}

/*
記事ループ
_________________________________________*/
.c-postloop {
  display: grid;
  justify-items: center;
  gap: 30px;
}
@media screen and (min-width: 425px) {
  .c-postloop {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    -moz-column-gap: 25px;
         column-gap: 25px;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-postloop {
    row-gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .c-postloop {
    grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
  }
}
.c-postloop__item {
  width: 100%;
  min-width: 1px;
  max-width: 410px;
}
.c-postloop__link {
  display: block;
  height: 100%;
  border: 1px solid var(--custom-gray);
  overflow: hidden;
  border-radius: 5px;
  color: var(--custom-text-color);
  background-color: var(--custom-white);
}
.c-postloop__link:hover {
  color: var(--custom-text-color);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-lightback-color);
}
.c-postloop__img {
  display: block;
  aspect-ratio: 3/2;
}
.c-postloop__content {
  width: 100%;
  padding: 15px 10px;
}
@media screen and (min-width: 425px) {
  .c-postloop__content {
    padding: 20px;
  }
}
.c-postloop__databox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
.c-postloop__category {
  display: inline-block;
  font-size: 14px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-radius: 5px;
  padding: 5px 15px;
}
@media screen and (min-width: 768px) {
  .c-postloop__category {
    padding: 5px 20px;
  }
}
.c-postloop__posttitle {
  margin-top: 15px;
  font-weight: 500;
  color: var(--custom-black);
}
@media screen and (min-width: 425px) {
  .c-postloop__posttitle {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-postloop__posttitle {
    font-size: 18px;
  }
}

/* よくある質問ループ */
.c-faq .faqitem:not(:first-child) {
  margin-top: 40px;
}
.c-faq__title {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: relative;
  padding: 15px 45px 15px 15px;
  border: 1px solid var(--custom-gray);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .c-faq__title {
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-faq__title {
    padding: 20px 70px 20px 30px;
    gap: 20px;
  }
}
.c-faq__title::before {
  display: block;
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url("../img/contents/question.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-faq__title::before {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .c-faq__title::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.c-faq__title::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("../img/contents/plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-faq__title::after {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-faq__title::after {
    right: 30px;
  }
}
.c-faq__title.open::after {
  transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/contents/minus.svg");
}
.c-faq__title h3.wp-block-post-title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-faq__title h3.wp-block-post-title {
    font-size: 18px;
  }
}
.c-faq__box {
  display: none;
}
.c-faq__box .entry-content {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-faq__box .entry-content {
    padding-right: 20px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .c-faq__box .entry-content {
    padding-left: 90px;
  }
}
.c-faq__noitem {
  text-align: center;
}

/* 検索結果記事ループ */
.c-searchloop__item {
  padding: 20px 5px;
  border-top: 1px solid var(--custom-gray);
}
.c-searchloop__item:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 1024px) {
  .c-searchloop__item {
    padding: 30px 10px;
  }
}
.c-searchloop__link {
  display: block;
  color: var(--custom-black);
}
.c-searchloop__link:hover {
  color: var(--custom-main-color);
}
.c-searchloop__posttitle {
  font-size: 18px;
  font-weight: 500;
}
.c-searchloop__ex {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-searchloop__ex {
    margin-top: 15px;
  }
}

/*
ページネーション
_________________________________________*/
/*　一覧　*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 50px;
  overflow: auto;
}
@media screen and (min-width: 1024px) {
  .c-pagination {
    margin-top: 80px;
    gap: 10px;
  }
}
.c-pagination__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: var(--custom-font-en);
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 50%;
  color: var(--custom-text-color);
}
@media screen and (min-width: 768px) {
  .c-pagination__pager {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-pagination__pager {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.c-pagination__pager--link:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}
.c-pagination__pager--current {
  color: var(--custom-text-color);
  background-color: var(--custom-back-color);
}
.c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  color: var(--custom-text-color);
  font-family: var(--custom-font-en);
  line-height: 1.2;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .c-pagination__first, .c-pagination__prev, .c-pagination__next, .c-pagination__last {
    height: 50px;
    font-size: 20px;
  }
}
.c-pagination__first:hover, .c-pagination__prev:hover, .c-pagination__next:hover, .c-pagination__last:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
}

/*　詳細　*/
.c-pagination__onprev, .c-pagination__returnblog, .c-pagination__onnext {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-pagination__onprev, .c-pagination__returnblog, .c-pagination__onnext {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-pagination__onprev a, .c-pagination__returnblog a, .c-pagination__onnext a {
  line-height: 1.2;
  width: 100%;
  padding: 15px;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .c-pagination__onprev a, .c-pagination__returnblog a, .c-pagination__onnext a {
    padding: 15px 20px;
  }
}
.c-pagination__onprev a:hover, .c-pagination__returnblog a:hover, .c-pagination__onnext a:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}
.c-pagination__noprev, .c-pagination__nonext {
  line-height: 1.2;
  width: 100%;
  padding: 15px;
  color: var(--custom-gray);
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-pagination__noprev, .c-pagination__nonext {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .c-pagination__noprev, .c-pagination__nonext {
    padding: 15px 20px;
  }
}
.c-pagination__returnblog a {
  text-align: center;
}
.c-pagination__onnext a, .c-pagination__nonext {
  text-align: end;
}

/*
パターン
_________________________________________*/
/* CTAエリア
-------------- */
.c-cta {
  position: relative;
  background-color: var(--custom-back-color);
  margin-top: 0px;
  overflow: hidden;
}
.c-cta::before, .c-cta::after {
  display: block;
  position: absolute;
  width: 350px;
  height: 350px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c-cta::before, .c-cta::after {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cta::before, .c-cta::after {
    width: 600px;
    height: 600px;
  }
}
.c-cta::before {
  background-image: url("../img/small-left-pattern.png");
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 425px) {
  .c-cta::before {
    transform: translateX(-30%);
  }
}
@media screen and (min-width: 1280px) {
  .c-cta::before {
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
  }
}
.c-cta::after {
  background-image: url("../img/small-right-pattern.png");
  bottom: 0;
  right: 0;
  transform: translateX(50%);
}
@media screen and (min-width: 425px) {
  .c-cta::after {
    transform: translateX(30%);
  }
}
@media screen and (min-width: 1280px) {
  .c-cta::after {
    top: 50%;
    bottom: unset;
    right: -30px;
    transform: translateY(-50%);
  }
}
.c-cta.has-padding {
  padding-left: 20px;
  padding-right: 20px;
}
.c-cta__inner {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .c-cta__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cta__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.c-cta__title {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta__title {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1280px) {
  .c-cta__title {
    margin-bottom: 60px;
  }
}
.c-cta__title p {
  display: inline;
  margin-top: 0;
  line-height: 1.3;
}
.c-cta__title p:nth-child(1) {
  font-size: clamp(1.375rem, 1.083rem + 1.46vw, 2.25rem);
  font-weight: 600;
  /* font-size=>サイズ22px‐36px　画面320px-1280px */
}
.c-cta__title p:nth-child(2) {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 500;
  /* font-size=>サイズ22px‐36px　画面320px-1280px */
}
.c-cta__btnarea {
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .c-cta__btnarea {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta__btnarea {
    gap: 50px;
  }
}
.c-cta__btnarea.u-justification-center {
  justify-content: center;
}
.c-cta__item {
  width: 100%;
  max-width: 450px;
}
.c-cta__info {
  display: grid;
  align-items: baseline;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-align: center;
  grid-template-columns: 1fr auto 1fr;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-cta__info {
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cta__info {
    font-size: 20px;
  }
}
.c-cta__info::before, .c-cta__info::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 15px;
  height: 1px;
  background-color: var(--custom-text-color);
}
@media screen and (min-width: 425px) {
  .c-cta__info::before, .c-cta__info::after {
    max-width: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__info::before, .c-cta__info::after {
    max-width: 25px;
  }
}
.c-cta__info::before {
  justify-self: end;
  transform: rotate(45deg);
}
.c-cta__info::after {
  transform: rotate(-45deg);
}
.c-cta__btnbox {
  justify-content: center;
  margin-top: 0px;
}

/* 縦にヘッダーがあるテーブル
-------------- */
.c-verticaltbl__tr {
  display: grid;
  margin-top: 0px;
  border-bottom: 1px solid var(--custom-gray);
}
.c-verticaltbl__tr:first-child {
  border-top: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-verticaltbl__tr {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-verticaltbl__tr {
    grid-template-columns: 400px 1fr;
  }
}
.c-verticaltbl__th, .c-verticaltbl__td {
  display: flex;
  min-width: 1px;
  margin-top: 0px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .c-verticaltbl__th, .c-verticaltbl__td {
    align-items: center;
    padding: 25px 20px;
  }
}
.c-verticaltbl__th {
  background-color: var(--custom-lightback-color);
  justify-content: center;
}
.c-verticaltbl__th p {
  text-align: center;
  font-weight: 600;
}

/* テーブル
-------------- */
.c-simpletbl__tr {
  display: grid;
  gap: 10px;
  margin-top: 0px;
  border-bottom: 1px solid var(--custom-gray);
  padding: 20px 15px;
}
.c-simpletbl__tr:first-child {
  border-top: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-simpletbl__tr {
    padding: 0px;
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .c-simpletbl__tr.is-normal {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-simpletbl__tr.is-400 {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-simpletbl__tr.is-400 {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-simpletbl__tr.is-300 {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-simpletbl__tr.is-300 {
    grid-template-columns: 300px 1fr;
  }
}
.c-simpletbl__th, .c-simpletbl__td {
  display: flex;
  flex-direction: column;
  min-width: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .c-simpletbl__th, .c-simpletbl__td {
    justify-content: center;
    padding: 25px 20px;
  }
}

/* フローコンテンツ
-------------- */
.c-flow__item {
  display: grid;
  gap: 30px;
  padding: 25px 0px;
  border-top: 1px solid var(--custom-gray);
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-flow__item {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-flow__item {
    grid-template-columns: 1fr 510px;
    padding: 30px;
    border: 1px solid var(--custom-gray);
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .c-flow__item {
    padding: 50px;
    gap: 60px;
  }
}
.c-flow__contents, .c-flow__img {
  margin-top: 0px;
  min-width: 1px;
}
.c-flow__step {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
  .c-flow__step {
    margin-bottom: 15px;
  }
}
.c-flow__step p {
  margin-top: 0px;
  font-family: var(--custom-font-en);
  color: var(--custom-main-color);
  line-height: 1;
}
.c-flow__step p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .c-flow__step p:nth-child(1) {
    font-size: 20px;
  }
}
.c-flow__step p:nth-child(2) {
  font-size: clamp(2rem, 1.833rem + 0.83vw, 2.5rem);
  font-weight: 700;
  /* font-size=>サイズ32px‐40px　画面320px-1280px */
}
.c-flow__text {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .c-flow__text {
    margin-top: 15px;
  }
}
.c-flow__img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
.c-flow__img img {
  aspect-ratio: 34/21;
}
.c-flow__arrow {
  line-height: 1;
  width: 30px;
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .c-flow__arrow {
    width: 50px;
    margin: 30px auto;
  }
}

h3.wp-block-heading.c-flow__title {
  margin-top: 0px;
  padding-bottom: 10px;
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.5rem);
  border-bottom: 1px solid var(--custom-main-color);
  /* font-size=>サイズ18px‐24px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  h3.wp-block-heading.c-flow__title {
    padding-bottom: 15px;
  }
}

/*
画面ローディング
_________________________________________*/
.l-container {
  opacity: 0;
  pointer-events: none;
}

body.appear .l-container {
  animation-name: PageAnime-content;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
サイト内アニメーション
_________________________________________*/
/* トップスクロールの表示・非表示 */
.js-noappear {
  opacity: 0;
}

.js-appear {
  opacity: 1;
}

/* スクロール時の初回表示 */
.js-trigger {
  opacity: 0;
}

.js-fadein {
  animation-name: fadeanime;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes fadeanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
各ページレイアウト制御
_________________________________________*/
.has-sidebar {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1280px) {
  .has-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .has-sidebar {
    grid-template-columns: 1fr 380px;
  }
}
.has-sidebar .article-block-onarea {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 1280px) {
  .has-sidebar .article-block-onarea > .alignfull {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/*
記事一覧
_________________________________________*/
.p-archive__return {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-archive__return {
    margin-top: 80px;
  }
}

/*
記事
_________________________________________*/
.p-post__main, .p-post__sidebar {
  min-width: 1px;
}
.p-post__header {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .p-post__header {
    margin-bottom: 30px;
  }
}
.p-post__title {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  color: var(--custom-black);
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .p-post__title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-post__metabox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .p-post__metabox {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.p-post__category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  font-size: 14px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-post__category {
    padding: 5px 20px;
  }
}
.p-post__category:hover {
  color: var(--custom-white);
  transform: translateY(-3px);
  box-shadow: var(--custom-boxshadow);
}
.p-post__footer {
  border-top: 1px solid var(--custom-gray);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-post__footer {
    margin-top: 30px;
  }
}
.p-post__tagarea {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-post__tagarea {
    margin-top: 30px;
  }
}
.p-post__tagarea span {
  font-family: var(--custom-font-en);
  font-weight: 600;
}
.p-post__tagarea a {
  padding: 3px 15px;
  border: 1px solid var(--custom-main-color);
  border-radius: 3px;
  font-size: 14px;
}
.p-post__tagarea a:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}
.p-post__snsarea {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-post__snsarea {
    margin-top: 30px;
  }
}
.p-post__btnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-post__btnarea {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__btnarea {
    margin-top: 80px;
  }
}
.p-post__return {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: var(--custom-main-color);
  border: 1px solid;
  padding: 15px 30px;
  border-radius: 45px;
}
@media screen and (min-width: 1024px) {
  .p-post__return {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding: 15px 50px;
  }
}
.p-post__return::before {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\ef7d";
  line-height: 1;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  .p-post__return::before {
    font-size: 26px;
    line-height: 0.8;
  }
}
.p-post__return:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
}

/*--------------------------------------------------

---Project
＊Originalpage part

--------------------------------------------------*/
/*
404ページ
_________________________________________*/
.p-404__point {
  font-family: var(--custom-font-en);
  font-size: clamp(3.438rem, 2.708rem + 3.65vw, 5.625rem);
  font-weight: 700;
  line-height: 1.3;
  color: rgba(var(--custom-main-rgb), 0.6);
  /* font-size=>サイズ55px‐90px　画面320px-1280px */
}

/*
トップページ
_________________________________________*/
.p-top {
  margin-top: -60px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-top {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top {
    margin-top: -95px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top {
    margin-bottom: 150px;
  }
}

h2.wp-block-heading.custom-top {
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}

h2.wp-block-heading.is-style-heading-custom-contents.custom-top {
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}

/*　メインビジュアル　*/
.p-top-mv {
  display: flex;
  align-items: center;
  min-height: 100dvh;
  padding-top: 60px;
  background-image: url("../img/contents/sp-mvback.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-top-mv {
    padding-top: 95px;
    background-image: url("../img/contents/pc-mvback.jpg");
  }
}
.p-top-mv__inner {
  width: 100%;
  position: relative;
}
.p-top-mv__box {
  position: relative;
  z-index: 2;
}
.p-top-mv__maincatch {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  text-align: center;
  font-weight: 500;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .p-top-mv__maincatch {
    text-align: start;
  }
}
.p-top-mv__title {
  width: 100%;
  max-width: 740px;
}
@media screen and (min-width: 425px) {
  .p-top-mv__title {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__title {
    margin-top: 30px;
  }
}
.p-top-mv ul.wp-block-list.p-top-mv__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding-left: 0px;
}
@media screen and (min-width: 425px) {
  .p-top-mv ul.wp-block-list.p-top-mv__list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv ul.wp-block-list.p-top-mv__list {
    max-width: 580px;
    justify-content: flex-start;
    margin-top: 30px;
  }
}
.p-top-mv ul.wp-block-list.p-top-mv__list li {
  width: 126px;
  font-size: 14px;
  padding: 10px;
  border: 1px solid var(--custom-text-color);
  border-radius: 8px;
  text-align: center;
}
@media screen and (min-width: 425px) {
  .p-top-mv ul.wp-block-list.p-top-mv__list li {
    width: 141px;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv ul.wp-block-list.p-top-mv__list li {
    width: 165px;
    padding: 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv ul.wp-block-list.p-top-mv__list li {
    width: 180px;
  }
}
.p-top-mv__subcatch {
  margin-top: 20px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__subcatch {
    margin-top: 30px;
    text-align: start;
  }
}
.p-top-mv__subcatch p {
  display: inline;
}
.p-top-mv__subcatch p:nth-child(1), .p-top-mv__subcatch p:nth-child(3) {
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  font-weight: 500;
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}
.p-top-mv__subcatch p:nth-child(2) {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 600;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
.p-top-mv__btns {
  margin-top: 30px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv__btns {
    max-width: 740px;
    margin-top: 50px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__btns {
    margin-top: 60px;
  }
}
.p-top-mv__btn {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__btn {
    max-width: unset;
  }
}
.p-top-mv__btn .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__btn .wp-block-button__link {
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__btn .wp-block-button__link {
    height: 65px;
  }
}
.p-top-mv__btn .wp-block-button__link:hover {
  transform: translateY(-3px);
}
.p-top-mv__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-mv__image {
    display: block;
    width: 50%;
    max-width: 620px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-20%);
    z-index: 1;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-mv__image {
    transform: translateY(-40%);
  }
}
@media screen and (min-width: 1280px) {
  .p-top-mv__image {
    transform: translateY(-50%);
  }
}

/*　お悩み　*/
.p-top-trouble {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-top-trouble {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-trouble {
    padding-top: 150px;
  }
}
.p-top-trouble__inner {
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px;
}
@media screen and (min-width: 425px) {
  .p-top-trouble__inner {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-trouble__inner {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-trouble__inner {
    padding: 80px;
  }
}
.p-top-trouble__title h2.wp-block-heading {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-top-trouble__title h2.wp-block-heading {
    margin-top: 20px;
  }
}
.p-top-trouble__subtitle {
  display: grid;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.375rem);
  text-align: center;
  grid-template-columns: 1fr auto 1fr;
  /* font-size=>サイズ18px‐22px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .p-top-trouble__subtitle {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-top-trouble__subtitle::before, .p-top-trouble__subtitle::after {
  display: inline-block;
  content: "";
  width: 100%;
  min-width: 0px;
  max-width: 40px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.p-top-trouble__subtitle::before {
  justify-self: end;
}
.p-top-trouble__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .p-top-trouble__list {
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 50px;
  }
}
.p-top-trouble__item {
  width: 100%;
  max-width: 370px;
  margin-top: 0px;
}
.p-top-trouble__text p {
  font-size: 18px;
}
.p-top-trouble__text p br {
  display: none;
}
@media screen and (min-width: 425px) {
  .p-top-trouble__text p br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-trouble__text p {
    font-size: 20px;
  }
}
.p-top-trouble__img {
  margin-top: 20px;
  border-radius: 20px;
  aspect-ratio: 37/23;
}

/*　解決吹き出し　*/
.p-top-solve {
  position: relative;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: clamp(1.875rem, 0.938rem + 4.69vw, 4.688rem);
  /* margin-bottom=>サイズ30px‐75px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .p-top-solve {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.p-top-solve::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  max-width: 500px;
  height: clamp(1.875rem, 0.938rem + 4.69vw, 4.688rem);
  bottom: 0;
  left: 50%;
  background-image: url("../img/contents/solve-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  transform: translateX(-50%) translateY(100%);
  /* height=>サイズ30px‐75px　画面320px-1280px */
}
.p-top-solve__inner {
  background-color: var(--custom-back-color);
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-top-solve__inner {
    border-radius: 20px;
  }
}
.p-top-solve__firsttext {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-top-solve__firsttext p {
  margin-top: 0px;
}
.p-top-solve__img {
  padding-left: 10px;
  padding-right: 10px;
}
.p-top-solve__img img {
  max-width: 315px;
}
.p-top-solve__normal {
  font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.625rem);
  /* font-size=>サイズ20px‐26px　画面320px-1280px */
}
.p-top-solve__accent {
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  font-weight: 700;
  color: var(--custom-black);
  text-decoration: underline;
  text-decoration-color: var(--custom-main-color);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}
@media screen and (min-width: 768px) {
  .p-top-solve__subtext {
    margin-top: 30px;
  }
}
.p-top-solve__subtext p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-solve__subtext p {
    font-size: 18px;
  }
}

/*　ポイント　*/
.p-top-point {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-point {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-point {
    padding-top: 150px;
  }
}
.p-top-point__item {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-point__item {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-point__item {
    grid-template-columns: 1fr 550px;
    gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-point__item:nth-child(2n) .p-top-point__box {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-top-point__item:nth-child(2n) .p-top-point__img {
    order: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-point__item:nth-child(2n) {
    grid-template-columns: 550px 1fr;
  }
}
.p-top-point__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-point__item:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-point__item:not(:first-child) {
    margin-top: 100px;
  }
}
.p-top-point__item h3.wp-block-heading {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 500;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--custom-main-color);
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .p-top-point__item h3.wp-block-heading {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.p-top-point__box {
  width: 100%;
  min-width: 1px;
}
.p-top-point__label p {
  position: relative;
  display: inline-block;
  font-family: var(--custom-font-en);
  line-height: 1;
  vertical-align: middle;
  margin-top: 0px;
}
.p-top-point__label p:nth-child(1) {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  color: var(--custom-black);
  font-weight: 500;
  margin-right: -20px;
  z-index: 1;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}
.p-top-point__label p:nth-child(2) {
  font-size: clamp(3.375rem, 2.833rem + 2.71vw, 5rem);
  color: rgba(var(--custom-main-rgb), 0.5);
  font-weight: 800;
  z-index: 0;
  /* font-size=>サイズ54px‐80px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .p-top-point__text {
    margin-top: 25px;
  }
}
.p-top-point__img {
  min-width: 1px;
  margin-top: 0px;
  max-width: 550px;
  border-radius: 20px;
}

/*　成果アップ　*/
.p-top-up {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-up {
    margin-top: 65px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-up {
    margin-top: 90px;
    margin-bottom: 150px;
  }
}
.p-top-up__arrow {
  max-width: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-up__arrow {
    max-width: 50px;
  }
}
.p-top-up__subject {
  width: 100%;
  max-width: 900px;
  border: 1px solid var(--custom-main-color);
  border-radius: 20px;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-up__subject {
    padding: 30px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-up__subject {
    margin-top: 70px;
  }
}
.p-top-up__subject > p {
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.75rem);
  text-align: center;
  /* font-size=>サイズ20px‐28px　画面320px-1280px */
}
.p-top-up__secondtext {
  text-align: center;
  text-decoration: underline;
  text-decoration-color: var(--custom-accent-color);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-top: 10px;
}
.p-top-up__secondtext p {
  display: inline;
}
.p-top-up__secondtext p:nth-child(1) {
  font-size: clamp(1.25rem, 1.083rem + 0.83vw, 1.75rem);
  font-weight: 500;
  /* font-size=>サイズ20px‐28px　画面320px-1280px */
}
.p-top-up__secondtext p:nth-child(2) {
  color: var(--custom-black);
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  font-weight: 600;
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}
.p-top-up__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  max-width: 900px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-up__items {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-up__items {
    justify-content: space-between;
    gap: 50px;
    margin-top: 70px;
  }
}
.p-top-up__item {
  width: 100%;
  max-width: 355px;
  margin-top: 0px;
  padding-top: 10px;
}
.p-top-up__title {
  text-align: center;
}
.p-top-up__title p {
  display: inline;
  color: var(--custom-main-color);
  font-weight: 700;
}
.p-top-up__title p:nth-child(1) {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  line-height: 1;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
.p-top-up__title p:nth-child(2) {
  font-family: var(--custom-font-en);
  font-size: clamp(2.25rem, 2.063rem + 0.94vw, 2.813rem);
  line-height: 1;
  /* font-size=>サイズ36px‐45px　画面320px-1280px */
}
.p-top-up__big {
  position: relative;
}
.p-top-up__big::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: -5px;
  right: -10px;
  width: 25px;
  height: 20px;
  background-image: url("../img/contents/top-onepoint.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .p-top-up__big::after {
    top: -3px;
    right: -13px;
  }
}
.p-top-up__text {
  margin-top: 10px;
  text-align: center;
}
.p-top-up__img {
  aspect-ratio: 3/2;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

/*　しくみ　*/
.p-top-structure {
  margin-top: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-top-structure {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-structure {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.p-top-structure__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.p-top-structure__item {
  width: 100%;
  max-width: 393px;
  margin-top: 0px;
  padding: 15px;
  border-radius: 10px;
  background-color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
}
@media screen and (min-width: 425px) {
  .p-top-structure__item {
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-structure__item {
    padding: 25px;
  }
}
.p-top-structure__title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .p-top-structure__title {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
.p-top-structure__title h3.wp-block-heading {
  margin-top: 0px;
  font-size: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-structure__title h3.wp-block-heading {
    font-size: 20px;
  }
}
.p-top-structure__num {
  font-family: var(--custom-font-en);
  line-height: 1.1;
  font-size: clamp(1.875rem, 1.667rem + 1.04vw, 2.5rem);
  font-weight: 700;
  color: var(--custom-main-color);
  /* font-size=>サイズ30px‐40px　画面320px-1280px */
}

.p-top-custom {
  display: grid;
  gap: 30px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 20px;
  background-image: url("../img/contents/sp-top-accent-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-top-custom {
    background-image: url("../img/contents/pc-top-accent-back.jpg");
    padding: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-custom {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 80px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-custom {
    grid-template-columns: 1fr 550px;
  }
}
.p-top-custom__title {
  min-width: 1px;
}
.p-top-custom__title p {
  color: var(--custom-white);
  line-height: 1.3;
}
.p-top-custom__title p:nth-child(1) {
  font-size: clamp(1.375rem, 1.25rem + 0.63vw, 1.75rem);
  font-weight: 700;
  /* font-size=>サイズ22px‐28px　画面320px-1280px */
}
.p-top-custom__title p:nth-child(2) {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-top-custom__title p:nth-child(2) {
    font-size: 20px;
  }
}
.p-top-custom__box {
  min-width: 1px;
  margin-top: 0px;
}
.p-top-custom__box .wp-block-buttons {
  margin-top: 30px;
}
.p-top-custom__box .wp-block-button {
  width: 100%;
  max-width: 550px;
}
.p-top-custom__box .wp-block-button .wp-block-button__link {
  background-color: var(--custom-white);
  color: var(--custom-main-color);
}
.p-top-custom__box .wp-block-button .wp-block-button__link:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}
.p-top-custom__text {
  text-align: center;
  color: var(--custom-black);
}
@media screen and (min-width: 1024px) {
  .p-top-custom__text {
    text-align: start;
  }
}

/*　料金プラン　*/
.p-top-plan__items {
  display: grid;
  justify-items: center;
}
@media screen and (min-width: 425px) {
  .p-top-plan__items {
    gap: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-plan__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-plan__items {
    gap: 50px;
  }
}
.p-top-plan__item {
  width: 100%;
  min-width: 1px;
  max-width: 400px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 425px) {
  .p-top-plan__item {
    padding: 30px;
    border: 1px solid var(--custom-gray);
    border-radius: 20px;
  }
}
.p-top-plan__item:first-child {
  border-top: 1px solid var(--custom-gray);
}
@media screen and (min-width: 1024px) {
  .p-top-plan__item {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-plan__item {
    padding: 50px 30px;
  }
}
.p-top-plan__item .wp-block-buttons {
  margin-top: 30px;
}
.p-top-plan__item .wp-block-button {
  width: 100%;
}
.p-top-plan__item .wp-block-button .wp-block-button__link {
  padding: 15px;
}
.p-top-plan__item .wp-block-button.is-outline .wp-block-button__link {
  background-color: var(--custom-white);
  border-color: var(--custom-text-color);
  color: var(--custom-text-color);
}
.p-top-plan__item .wp-block-button.is-outline .wp-block-button__link:hover {
  background-color: rgba(var(--custom-black-rgb), 0.1);
}
.p-top-plan__label {
  border-radius: 30px;
  max-width: 200px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
}
.p-top-plan__label.starter {
  background-color: var(--custom-starter-color);
}
.p-top-plan__label.basic {
  background-color: var(--custom-basic-color);
}
.p-top-plan__label.enterprise {
  background-color: var(--custom-enterprise-color);
}
.p-top-plan__price {
  text-align: center;
  margin-top: 30px;
}
.p-top-plan__price p {
  display: inline;
  color: var(--custom-black);
}
.p-top-plan__price:not(.has-estimate) p:nth-child(1) {
  font-family: var(--custom-font-en);
  line-height: 1.1;
  font-size: clamp(1.75rem, 1.583rem + 0.83vw, 2.25rem);
  font-weight: 700;
  padding-right: 5px;
  /* font-size=>サイズ28px‐36px　画面320px-1280px */
}
.p-top-plan__price.has-estimate p {
  font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.625rem);
  font-weight: 700;
  /* font-size=>サイズ20px‐26px　画面320px-1280px */
}
.p-top-plan__info {
  font-weight: 600;
  text-underline-offset: 5px;
  margin-top: 30px;
}
.p-top-plan__info br {
  display: none;
}
@media screen and (min-width: 425px) {
  .p-top-plan__info br {
    display: block;
  }
}
.p-top-plan__list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/*　コラム　*/
.p-top-column {
  display: grid;
  gap: 30px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-column {
    grid-template-columns: 160px 1fr;
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-column {
    grid-template-columns: 1fr 1040px;
    padding-top: 120px;
  }
}
.p-top-column__titlearea {
  width: 100%;
  min-width: 1px;
}
.p-top-column__container {
  width: 100%;
  min-width: 1px;
  margin-top: 0px;
}
.p-top-column__container .wp-block-buttons {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-column__container .wp-block-buttons {
    margin-top: 60px;
  }
}
.p-top-column__item {
  display: grid;
  justify-items: end;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-column__item {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
.p-top-column__item .wp-block-post {
  width: 100%;
  min-width: 1px;
  max-width: 495px;
  position: relative;
  margin-top: 0px;
}
.p-top-column__img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-column__img a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-column__img a:hover img {
  box-shadow: var(--custom-boxshadow);
  opacity: 0.8;
}
.p-top-column__img img {
  aspect-ratio: 3/2;
  max-width: 495px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.p-top-column__box {
  display: block;
  width: calc(100% - 10px);
  position: absolute;
  left: 0px;
  bottom: 20px;
  padding: 10px;
  background-color: var(--custom-white-09);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
@media screen and (min-width: 425px) {
  .p-top-column__box {
    width: calc(100% - 20px);
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-column__box {
    width: calc(100% - 30px);
    bottom: 30px;
  }
}
.p-top-column__box h3.wp-block-post-title {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top-column__box h3.wp-block-post-title {
    font-size: 18px;
  }
}
.p-top-column__box .wp-block-post-date {
  margin-top: 3px;
}
@media screen and (min-width: 1280px) {
  .p-top-column__box .wp-block-post-date {
    margin-top: 5px;
  }
}

/*　トップのみのCTA　*/
.p-top-cta {
  position: relative;
  background-color: var(--custom-back-color);
  margin-top: 0px;
  overflow: hidden;
}
.p-top-cta::before, .p-top-cta::after {
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  pointer-events: none;
}
.p-top-cta::before {
  background-image: url("../img/contents/big-left-pattern.png");
  top: 0;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 425px) {
  .p-top-cta::before {
    transform: translateX(-30%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-cta::before {
    width: 400px;
    height: 450px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-cta::before {
    width: 800px;
    height: 850px;
    top: 50%;
    left: -250px;
    transform: translateY(-50%);
  }
}
.p-top-cta::after {
  background-image: url("../img/contents/big-right-pattern.png");
  bottom: 0;
  right: 0;
  transform: translateX(50%);
}
@media screen and (min-width: 425px) {
  .p-top-cta::after {
    transform: translateX(30%);
  }
}
@media screen and (min-width: 768px) {
  .p-top-cta::after {
    width: 400px;
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-cta::after {
    width: 800px;
    height: 900px;
    top: 50%;
    bottom: unset;
    right: -250px;
    transform: translateY(-50%);
  }
}
.p-top-cta__titlearea {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-top-cta__titlearea {
    margin-bottom: 80px;
  }
}
.p-top-cta__titlearea h2.wp-block-heading {
  font-size: clamp(1.5rem, 1.333rem + 0.83vw, 2rem);
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  /* font-size=>サイズ24px‐32px　画面320px-1280px */
}
.p-top-cta__titlearea .wp-block-buttons {
  margin-top: 30px;
}
.p-top-cta__titlearea .wp-block-button.is-style-outline {
  width: 100%;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .p-top-cta__titlearea .wp-block-button.is-style-outline {
    max-width: 750px;
  }
}
.p-top-cta__titlearea .wp-block-button.is-style-outline .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 10px;
  font-weight: 600;
  height: 70px;
  background-color: var(--custom-white);
}
@media screen and (min-width: 768px) {
  .p-top-cta__titlearea .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 20px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-top-cta__titlearea .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 22px;
    height: 85px;
  }
}
.p-top-cta__titlearea .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
  transform: translateY(-3px);
}
.p-top-cta__text {
  margin-top: 30px;
}

/*　資料請求　*/
@media screen and (min-width: 768px) {
  .p-top-form__inner {
    padding: 50px 20px;
    border: 1px solid var(--custom-gray);
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-form__inner {
    padding: 80px;
  }
}

/*
導入診断ページ
_________________________________________*/
/* 入力エリア */
@media screen and (min-width: 768px) {
  .p-test-input {
    border: 1px solid var(--custom-gray);
    border-radius: 20px;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input {
    padding: 80px 30px;
  }
}
.p-test-input__info {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-test-input__info {
    font-size: 20px;
  }
}
.p-test-input__box {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-test-input__box {
    margin-top: 50px;
  }
}
.p-test-input__item {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-test-input__item {
    grid-template-columns: 1fr 280px;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input__item {
    grid-template-columns: 300px 1fr auto;
  }
}
.p-test-input__item:not(:first-child) {
  margin-top: 30px;
}
.p-test-input__label {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .p-test-input__label {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input__label {
    grid-row: unset;
    grid-column: unset;
  }
}
.p-test-input__label::before {
  display: block;
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url("../img/contents/question.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-test-input__label::before {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1280px) {
  .p-test-input__label::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.p-test-input__label label {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-test-input__label label {
    font-size: 18px;
  }
}
.p-test-input__text {
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .p-test-input__text {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input__text {
    grid-row: unset;
    grid-column: unset;
  }
}
.p-test-input__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .p-test-input__main {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-test-input__main {
    gap: 15px;
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input__main {
    grid-row: unset;
    grid-column: unset;
  }
}
.p-test-input__num {
  width: 100%;
  text-align: center;
  color: var(--custom-black);
}
@media screen and (min-width: 425px) {
  .p-test-input__num {
    max-width: 250px;
  }
}
.p-test-input__unit {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-test-input__unit {
    font-size: 18px;
  }
}
.p-test-input__submit {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-test-input__submit {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-input__submit input[type=submit] {
    font-size: 18px;
  }
}

/* 結果エリア */
.p-test-resultarea {
  display: none;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-test-resultarea {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-resultarea {
    margin-top: 100px;
  }
}

.p-test-result {
  background-color: var(--custom-lightback-color);
  margin-right: -20px;
  margin-left: -20px;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .p-test-result {
    margin-right: auto;
    margin-left: auto;
    padding: 50px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-test-result {
    padding: 80px 50px;
  }
}
.p-test-result__title {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  text-align: center;
  font-weight: 500;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

.c-resulttbl,
.c-resulttext,
.p-test-result__five {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.c-resulttbl {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .c-resulttbl {
    margin-top: 60px;
  }
}
.c-resulttbl__tr {
  display: grid;
  border-top: 1px solid var(--custom-gray);
}
.c-resulttbl__tr:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 425px) {
  .c-resulttbl__tr {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-resulttbl__tr {
    grid-template-columns: 250px 1fr;
  }
}
.c-resulttbl__th, .c-resulttbl__td {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-resulttbl__th, .c-resulttbl__td {
    padding: 20px 30px;
  }
}
.c-resulttbl__th {
  background-color: var(--custom-back-color);
}
.c-resulttbl__th p {
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
.c-resulttbl__td {
  background-color: var(--custom-white);
}
@media screen and (min-width: 425px) {
  .c-resulttbl__td {
    justify-content: flex-end;
  }
}
.c-resulttbl__td p {
  text-align: center;
}
@media screen and (min-width: 425px) {
  .c-resulttbl__td p {
    text-align: end;
  }
}
.c-resulttbl__value {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 700;
  color: var(--custom-black);
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}
.c-resulttbl__unit {
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-resulttbl__unit {
    font-size: 18px;
  }
}

.c-resulttext {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .c-resulttext {
    margin-top: 60px;
  }
}
.c-resulttext__box p:not(.c-resulttext__numbox) {
  display: inline;
  line-height: 2.5;
}
.c-resulttext__box .u-bold {
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
.c-resulttext__box .u-medium {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-resulttext__box .u-medium {
    font-size: 18px;
  }
}
.c-resulttext__box .u-large {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-resulttext__box .u-large {
    font-size: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.c-resulttext__numbox {
  display: inline-block;
  margin: 5px;
  padding: 5px 15px;
  border: 1px solid var(--custom-gray);
  border-radius: 5px;
  background-color: var(--custom-white);
}
@media screen and (min-width: 1024px) {
  .c-resulttext__numbox {
    padding: 5px 20px;
  }
}

.p-test-result__five {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-test-result__five {
    margin-top: 80px;
  }
}
.p-test-result__resetarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-test-result__resetarea {
    margin-top: 80px;
  }
}
.p-test-result__resetarea button {
  background-color: var(--custom-white);
  color: var(--custom-main-color);
}
@media screen and (min-width: 1024px) {
  .p-test-result__resetarea button {
    font-size: 18px;
  }
}
.p-test-result__resetarea button:hover {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
  border-color: var(--custom-main-color);
}

.c-fiveresult {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .c-fiveresult {
    margin-top: 60px;
  }
}
.c-fiveresult__tr {
  display: grid;
  gap: 10px;
  border-top: 1px solid var(--custom-gray);
  padding: 15px;
  background-color: var(--custom-white);
}
.c-fiveresult__tr:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 425px) {
  .c-fiveresult__tr {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-fiveresult__tr {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-fiveresult__tr {
    grid-template-columns: 400px 1fr;
  }
}
.c-fiveresult__th, .c-fiveresult__td {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .c-fiveresult__th {
    justify-content: flex-start;
  }
}
.c-fiveresult__th p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(1rem, 0.917rem + 0.42vw, 1.25rem);
  font-weight: 500;
  text-align: center;
  /* font-size=>サイズ16px‐20px　画面320px-1280px */
}
@media screen and (min-width: 425px) {
  .c-fiveresult__th p {
    justify-content: flex-start;
    text-align: start;
  }
}
.c-fiveresult__th .u-icon {
  color: var(--custom-main-color);
  font-size: clamp(1.5rem, 1.292rem + 1.04vw, 2.125rem);
  /* font-size=>サイズ24px‐34px　画面320px-1280px */
}
@media screen and (min-width: 425px) {
  .c-fiveresult__td {
    justify-content: flex-end;
  }
}
.c-fiveresult__td p {
  text-align: center;
}
@media screen and (min-width: 425px) {
  .c-fiveresult__td p {
    text-align: end;
  }
}
.c-fiveresult__value {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  font-weight: 700;
  color: var(--custom-black);
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}
.c-fiveresult__unit {
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-fiveresult__unit {
    font-size: 18px;
  }
}

.p-test-cta {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-test-cta {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-test-cta {
    margin-top: 100px;
  }
}
.p-test-cta__title h2.wp-block-heading {
  font-size: clamp(1.5rem, 1.333rem + 0.83vw, 2rem);
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
  /* font-size=>サイズ24px‐32px　画面320px-1280px */
}
.p-test-cta__info {
  margin-top: 30px;
}
.p-test-cta .wp-block-buttons {
  margin-top: 30px;
}

/*
キャンペーンページ関連
_________________________________________*/
/* トップバナー */
.c-top-campaign {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 425px) {
  .c-top-campaign {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .c-top-campaign {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.c-top-campaign__img {
  margin-bottom: 30px;
}
.c-top-campaign__img figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.c-top-campaign__sp {
  display: block;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .c-top-campaign__sp {
    display: none;
  }
}
.c-top-campaign__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-top-campaign__pc {
    display: block;
    max-width: 780px;
  }
}

.c-top-subcampaign {
  margin-top: 0px;
  padding-bottom: 30px;
}
.c-top-subcampaign.has-top-padding {
  padding-top: 30px;
}
.c-top-subcampaign__img figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}
.c-top-subcampaign__img figure a {
  display: block;
  width: 100%;
}
.c-top-subcampaign__img figure a img {
  transition: all 0.3s ease;
}
.c-top-subcampaign__img figure a:hover img {
  opacity: 0.8;
  transform: translateY(-3px);
}
.c-top-subcampaign__sp {
  display: block;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .c-top-subcampaign__sp {
    display: none;
  }
}
.c-top-subcampaign__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-top-subcampaign__pc {
    display: block;
    max-width: 1000px;
  }
}

/* 導入診断ページ */
.c-sub-subcampaign {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 50px;
}
@media screen and (min-width: 1280px) {
  .c-sub-subcampaign {
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* キャンペーンページ */
.p-campaign__backbox {
  padding: 30px 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-campaign__backbox {
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px;
  }
}
.p-campaign__big {
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}
.p-campaign__tbl {
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .p-campaign__forminner {
    padding: 50px 20px;
    border: 1px solid var(--custom-gray);
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-campaign__forminner {
    padding: 80px;
  }
}

.c-form--cptrial {
  max-width: 900px;
}
@media screen and (min-width: 1024px) {
  .c-form--cptrial .c-form__inputitem {
    grid-template-columns: 295px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .c-form--cptrial .c-form__label {
    font-size: 18px;
  }
}
.c-form--cptrial .c-form__submitarea {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .c-form--cptrial .c-form__submitarea {
    margin-top: 80px;
  }
}

/*--------------------------------------------------

---Utility part

--------------------------------------------------*/
.u-facebook {
  border-color: #1877F2;
}

.u-twitter {
  border-color: #000;
}

.u-line {
  border-color: #00B900;
}

.u-feed {
  border-color: #ff8227;
}

.u-hatena {
  border-color: #00a4de;
}

.l-snsbtn__link.u-facebook:hover {
  background-color: rgba(24, 119, 242, 0.1);
}
.l-snsbtn__link.u-twitter:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.l-snsbtn__link.u-line:hover {
  background-color: rgba(0, 185, 0, 0.1);
}
.l-snsbtn__link.u-feed:hover {
  background-color: rgba(255, 130, 39, 0.1);
}
.l-snsbtn__link.u-hatena:hover {
  background-color: rgba(0, 164, 222, 0.1);
}

.no-item {
  text-align: center;
}

.u-fonten {
  font-family: var(--custom-font-en);
}

.u-center {
  text-align: center;
}/*# sourceMappingURL=style.css.map */