@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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: #000000;
  --custom-main-color: #1E2023;
  --custom-second-color: #F2F2F2;
  --custom-accent-color: #FF4141;
  --custom-text-rgb: 0, 0, 0;
  --custom-main-rgb: 30, 32, 35;
  --custom-second-rgb: 242, 242, 242;
  --custom-accent-rgb: 255, 65, 65;
  --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-gray: #848484;
  --custom-hover: #999999;
  --custom-grad-pattern1: 35, 60, 179;
  --custom-grad-pattern2: 125, 61, 152;
  --custom-grad: linear-gradient(90deg, rgba(var(--custom-grad-pattern1), 1) 0%, rgba(var(--custom-grad-pattern2), 1) 100%);
  --custom-font-jp: "Noto Serif JP", serif;
  --custom-boxshadow: 0px 0px 12px 0px rgba(var(--custom-second-rgb), 0.35);
}

/*
ページベーススタイル
_________________________________________*/
body,
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 1.6px;
}

a {
  display: inline-block;
  color: var(--custom-text-color);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: var(--custom-hover);
}
a:hover img {
  opacity: 0.7;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  transition: all 0.2s ease-in-out 0s;
}

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

h1,
h2 {
  font-size: clamp(0.938rem, 0.536rem + 2.01vw, 1.5rem);
  font-weight: 600;
  /* font-size=>サイズ15px‐24px　画面320px-768px */
}

h3 {
  font-size: clamp(0.906rem, 0.571rem + 1.67vw, 1.375rem);
  font-weight: 600;
  /* font-size=>サイズ14.5px‐22px　画面320px-768px */
}

h4 {
  font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ14px‐20px　画面320px-768px */
}

h5 {
  font-size: clamp(0.844rem, 0.643rem + 1vw, 1.125rem);
  font-weight: 600;
  /* font-size=>サイズ13.5px‐18px　画面320px-768px */
}

h6 {
  font-size: clamp(0.8rem, 0.657rem + 0.71vw, 1rem);
  font-weight: 600;
  /* font-size=>サイズ12.8px‐16px　画面320px-768px */
}

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

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.8;
  padding: 7px 0px;
  background-color: transparent;
}
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, 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,
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,
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,
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,
textarea::-moz-placeholder {
  color: var(--custom-gray);
  opacity: 1;
}

select {
  border: 1px solid var(--custom-gray);
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.6;
  padding: 8px;
}

input:focus {
  outline: 1px solid transparent;
}

textarea:focus {
  outline: 1px solid transparent;
}

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;
  background-color: var(--custom-white);
}
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: 16px;
  width: 16px;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: var(--custom-white);
}
input[type=radio]:checked {
  border: 1px solid #666;
}
input[type=radio]:checked::before {
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--custom-text-color);
  content: "";
}
input[type=radio]:focus-visible {
  outline: 2px solid #666;
  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],
button {
  display: block;
  border: none;
  padding: 12px 10px;
  color: var(--custom-white);
  background-color: var(--custom-text-color);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  input[type=submit],
  button {
    padding: 17px 10px;
  }
}
input[type=submit]:hover,
button:hover {
  opacity: 0.7;
}
input[type=submit]:disabled,
button:disabled {
  background-color: #f0f0f0;
  color: var(--custom-gray);
}
input[type=submit]: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;
}

/*
スクロール
_________________________________________*/
/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 5px;
}
@media screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

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

.is-style-group-custom-section:not(:first-child) {
  margin-top: clamp(2.938rem, 0.571rem + 11.83vw, 6.25rem);
  /* margin-top=>サイズ47px‐100px　画面320px-768px */
}
.is-style-group-custom-section:not(:last-child) {
  margin-bottom: clamp(2.938rem, 0.571rem + 11.83vw, 6.25rem);
  /* margin-bottom=>サイズ47px‐100px　画面320px-768px */
}
.is-style-group-custom-section.has-background {
  padding: 13.33vw 8vw;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background {
    padding: 100px 40px;
  }
}

h1.wp-block-heading {
  padding-bottom: 2.66vw;
  margin-bottom: 4vw;
  border-bottom: solid 2px #333;
}
@media screen and (min-width: 768px) {
  h1.wp-block-heading {
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: solid 3px #333;
  }
}

h2.wp-block-heading {
  position: relative;
  padding-top: 6vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading {
    padding-top: 35px;
    margin-bottom: 25px;
  }
}
h2.wp-block-heading::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 15.33vw;
  height: 1px;
  background-color: var(--custom-text-color);
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading::before {
    width: 60px;
  }
}
h2.wp-block-heading.is-style-heading-custom-contents {
  font-size: clamp(1.063rem, 0.036rem + 5.13vw, 2.5rem);
  padding-top: 0px;
  margin-bottom: 0px;
  /* font-size=>サイズ17px‐40px　画面320px-768px */
}
h2.wp-block-heading.is-style-heading-custom-contents::before {
  display: none;
}
h2.wp-block-heading.is-style-heading-custom-policy {
  font-size: clamp(0.875rem, 0.339rem + 2.68vw, 1.625rem);
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-top: 0px;
  margin-bottom: 1.66vw;
  line-height: 1.8;
  /* font-size=>サイズ14px‐26px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  h2.wp-block-heading.is-style-heading-custom-policy {
    margin-bottom: 3px;
    line-height: 2.2;
  }
}
h2.wp-block-heading.is-style-heading-custom-policy::before {
  display: none;
}

h3.wp-block-heading {
  margin-bottom: 3.33vw;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading {
    margin-bottom: 12px;
  }
}
h3.wp-block-heading.is-style-heading-custom-contents {
  position: relative;
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  margin-bottom: 2vw;
  padding-left: 4.4vw;
  /* font-size=>サイズ12px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-heading-custom-contents {
    margin-bottom: 5px;
    padding-left: 22px;
  }
}
h3.wp-block-heading.is-style-heading-custom-contents::before {
  position: absolute;
  left: 0;
  top: 0.8vw;
  content: "";
  width: 3vw;
  height: 3vw;
  background-image: var(--custom-grad);
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-heading-custom-contents::before {
    top: 3px;
    width: 16px;
    height: 16px;
  }
}

h4.wp-block-heading,
h5.wp-block-heading,
h6.wp-block-heading {
  margin-bottom: 3.33vw;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading,
  h5.wp-block-heading,
  h6.wp-block-heading {
    margin-bottom: 12px;
  }
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 5.4vw;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list {
    padding-left: 20px;
  }
}
ul.wp-block-list li > ul.wp-block-list {
  list-style-type: circle;
  margin-bottom: 2vw;
  font-size: 93%;
}
@media screen and (min-width: 768px) {
  ul.wp-block-list li > ul.wp-block-list {
    margin-bottom: 10px;
  }
}

ol.wp-block-list {
  counter-reset: section;
  list-style: none;
}
ol.wp-block-list > li::before {
  content: counters(section, "-") ". ";
  counter-increment: section;
}
ol.wp-block-list > li > ol.wp-block-list {
  padding-left: 5.4vw;
  margin-bottom: 2vw;
  font-size: 93%;
}
@media screen and (min-width: 768px) {
  ol.wp-block-list > li > ol.wp-block-list {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}

blockquote.wp-block-quote {
  position: relative;
  border: solid 3px #d7d7d7;
  padding: 4vw 3.33vw 4vw 9.33vw;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  blockquote.wp-block-quote {
    border: solid 4px #d7d7d7;
    padding: 20px 20px 20px 55px;
    margin-bottom: 35px;
  }
}
blockquote.wp-block-quote::before {
  position: absolute;
  content: "“";
  left: 2vw;
  top: 4vw;
  font-size: clamp(2.5rem, 1.607rem + 4.46vw, 3.75rem);
  line-height: 1;
  color: #d7d7d7;
  /* font-size=>サイズ40px‐60px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  blockquote.wp-block-quote::before {
    left: 18px;
    top: 20px;
  }
}
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: 5vw;
}
@media screen and (min-width: 768px) {
  pre.wp-block-code {
    padding: 45px 25px 25px;
    margin-bottom: 35px;
  }
}
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-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .wp-block-table {
    margin-bottom: 35px;
  }
}
.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);
  padding: 2vw;
}
@media screen and (min-width: 768px) {
  .wp-block-table th {
    padding: 7px 10px;
  }
}
.wp-block-table td {
  border-color: #eee;
  padding: 2vw;
}
@media screen and (min-width: 768px) {
  .wp-block-table td {
    padding: 7px 10px;
  }
}
.wp-block-table tfoot {
  border-top: 1px solid;
}
.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);
}
.wp-block-table.is-style-table-custom-vertical td:first-child {
  font-weight: bold;
}

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 {
  color: var(--custom-white);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wp-block-button .wp-element-button,
  .wp-block-button .wp-block-button__link {
    line-height: 1.8;
  }
}
.wp-block-button .wp-element-button:hover,
.wp-block-button .wp-block-button__link:hover {
  color: var(--custom-white);
  opacity: 0.7;
}

.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 var(--custom-main-color);
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
}
.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);
}
.wp-block-button.is-style-button-custom-main {
  width: 100%;
  max-width: 58.66vw;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button-custom-main {
    max-width: 340px;
  }
}
.wp-block-button.is-style-button-custom-main .wp-element-button,
.wp-block-button.is-style-button-custom-main .wp-block-button__link {
  display: block;
  position: relative;
  width: 100%;
  padding: 2.66vw;
  color: var(--custom-white);
  overflow: hidden;
  text-align: center;
  border: none;
}
.wp-block-button.is-style-button-custom-main .wp-element-button .c-btn-anchor,
.wp-block-button.is-style-button-custom-main .wp-block-button__link .c-btn-anchor {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button-custom-main .wp-element-button,
  .wp-block-button.is-style-button-custom-main .wp-block-button__link {
    padding: 16px 10px;
    line-height: 1.8;
  }
}
.wp-block-button.is-style-button-custom-main .wp-element-button::after,
.wp-block-button.is-style-button-custom-main .wp-block-button__link::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--custom-grad);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.wp-block-button.is-style-button-custom-main .wp-element-button:hover,
.wp-block-button.is-style-button-custom-main .wp-block-button__link:hover {
  opacity: 1;
}
.wp-block-button.is-style-button-custom-main .wp-element-button:hover::after,
.wp-block-button.is-style-button-custom-main .wp-block-button__link:hover::after {
  opacity: 1;
  left: 0;
}

.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 .wp-element-button,
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button .wp-block-button__link {
  width: 100%;
}

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

Layout　part

==================================================*/
/*
コンテナー制御
_________________________________________*/
.l-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  position: relative;
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  overflow: hidden;
  /* font-size=>サイズ12px‐16px　画面320px-768px */
}

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

@media screen and (min-width: 768px) {
  .l-maincontents {
    line-height: 2.2;
  }
}

.l-pagewrap {
  position: relative;
  padding-top: 12vw;
  padding-bottom: 2.66vw;
}
@media screen and (min-width: 768px) {
  .l-pagewrap {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.l-pagewrap::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 94.4vw;
  height: 110vw;
  border-style: solid;
  border-width: 110vw 94.4vw 0 0;
  border-color: var(--custom-second-color) transparent transparent transparent;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-pagewrap::after {
    width: 868px;
    height: 1010px;
    border-width: 1010px 868px 0 0;
  }
}

.is-container {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 768px) {
  .is-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
内部headlines
_________________________________________*/
@media screen and (min-width: 768px) {
  .l-pageheadline {
    margin-bottom: 35px;
  }
}
.l-pageheadline__inner {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-pageheadline__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.063rem, 0.036rem + 5.13vw, 2.5rem);
  font-weight: 600;
  height: 22.33vw;
  z-index: 10;
  text-align: center;
  line-height: 1.5;
  /* font-size=>サイズ17px‐40px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .l-pageheadline__title {
    height: 140px;
  }
}
.l-pageheadline__subtitle {
  position: absolute;
  top: calc(50% - 6.13vw);
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-pageheadline__subtitle {
    top: calc(50% - 67px);
  }
}
.l-pageheadline__backimg {
  max-width: 100%;
  max-height: 12.26vw;
}
.l-pageheadline__backtext {
  font-size: clamp(3.125rem, -0.893rem + 20.09vw, 8.75rem);
  font-weight: 600;
  color: #f9f9f9;
  line-height: 1;
  white-space: nowrap;
  /* font-size=>サイズ50px‐140px　画面320px-768px */
}

/*
パンくずリスト
_________________________________________*/
.l-breadcrumb {
  display: none;
  padding: 2.5px 40px;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    display: block;
  }
}
.l-breadcrumb__list {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  white-space: nowrap;
  line-height: 2.2;
}
.l-breadcrumb__listitem {
  position: relative;
  font-size: 14px;
  padding-right: 25px;
}
.l-breadcrumb__listitem:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 10px;
  height: 1px;
  background: var(--custom-text-color);
}
.l-breadcrumb__listitem a:hover {
  text-decoration: underline;
  color: var(--custom-text-color);
}

/*
SNSシェア
_________________________________________*/
.l-snsbtn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.l-snsbtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: var(--custom-white);
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.l-snsbtn__link:hover {
  opacity: 0.7;
}
.l-snsbtn__img {
  width: 24px;
  height: 24px;
}

/*
コメント
_________________________________________*/
.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);
}
.l-comments__list a.comment-edit-link:hover {
  transform: translateY(-3px);
  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);
}
.l-comments__list a.comment-reply-link:hover {
  transform: translateY(-3px);
  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: relative;
  height: clamp(2.406rem, -1.232rem + 18.19vw, 7.5rem);
  padding-left: 20px;
  padding-right: 20px;
  /* height=>サイズ38.5px‐120px　画面320px-768px */
}
@media screen and (min-width: 1001px) {
  .l-header {
    padding-left: 40px;
  }
}
.l-header__inner {
  display: flex;
  width: 100%;
  height: 100%;
}
.l-header__h1 {
  position: relative;
  width: 21.33vw;
  padding-top: clamp(0.531rem, -0.652rem + 5.92vw, 2.188rem);
  z-index: 5;
  /* padding-top=>サイズ8.5px‐35px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .l-header__h1 {
    width: 160px;
    height: 48px;
  }
}
.l-header__toplink {
  display: block;
}
.l-header__nav {
  display: none;
}
@media screen and (min-width: 851px) {
  .l-header__nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 40px;
    margin-right: 12%;
  }
}
@media screen and (min-width: 1001px) {
  .l-header__nav {
    margin-right: 150px;
  }
}
@media screen and (min-width: 851px) {
  .l-header__menu {
    display: flex;
    justify-content: flex-end;
    /* padding-top=>サイズ23.8px‐30.6px　画面851px-1091px */
  }
}
.l-header__menu .menu-item {
  margin-left: 2.8%;
}
.l-header__menu .menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  flex-direction: column;
  font-size: 15px;
  line-height: 1;
}
.l-header__menu .menu-item a::after {
  display: inline-block;
  content: "-" attr(title) "-";
  line-height: 1;
}

.l-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(var(--custom-text-rgb), 0.5);
  z-index: 150;
}
.l-menu__inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.l-menu__nav {
  position: relative;
  background-color: var(--custom-white);
  width: 100%;
  height: 100%;
  right: -100%;
  padding: 23.33vw 10.66vw 5vw;
  overflow-y: visible;
  overflow-x: hidden;
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  line-height: 1.5;
  transition: all 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .l-menu__nav {
    width: 50%;
    right: -50%;
    padding: 150px 3% 60px;
  }
}
@media screen and (min-width: 1091px) {
  .l-menu__nav {
    padding: 150px 4% 60px;
  }
}
.l-menu__nav.active {
  right: 0;
}
.l-menu__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.l-menu__menu .menu-item {
  min-width: 1px;
  margin-bottom: 15.33vw;
  font-size: clamp(1.063rem, 0.725rem + 1.69vw, 1.875rem);
  /* font-size=>サイズ17px‐30px　画面320px-1091px */
}
@media screen and (min-width: 768px) {
  .l-menu__menu .menu-item {
    margin-bottom: 60px;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1091px) {
  .l-menu__menu .menu-item {
    margin-bottom: 70px;
  }
}
.l-menu__menu .menu-item a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .l-menu__menu .menu-item a {
    row-gap: 3px;
  }
}
.l-menu__menu .menu-item a::before {
  display: inline-block;
  content: attr(title) "-";
  font-size: clamp(0.656rem, 0.565rem + 0.45vw, 0.875rem);
  /* font-size=>サイズ10.5px‐14px　画面320px-1091px */
}
.l-menu__hamburger {
  display: block;
  position: fixed;
  z-index: 200;
  top: 0.66vw;
  right: 3vw;
  width: 10vw;
  height: 9vw;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger {
    top: 30px;
    right: 30px;
    width: 54px;
    height: 50px;
  }
}
.l-menu__hamburger span {
  position: absolute;
  left: calc(50% - 4vw);
  width: 8vw;
  height: 1px;
  background-color: var(--custom-text-color);
  transition: all 0.1s ease;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 0.96, 0.4, 0.99);
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger span {
    left: calc(50% - 20px);
    width: 40px;
  }
}
.l-menu__hamburger span:nth-of-type(1) {
  top: calc(50% - 7px);
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger span:nth-of-type(1) {
    top: calc(50% - 8px);
  }
}
.l-menu__hamburger span:nth-of-type(2) {
  top: 50%;
}
.l-menu__hamburger span:nth-of-type(3) {
  top: calc(50% + 7px);
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger span:nth-of-type(3) {
    top: calc(50% + 8px);
  }
}
.l-menu__hamburger.fixed {
  background-color: var(--custom-main-color);
  top: 2vw;
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger.fixed {
    top: 30px;
  }
}
.l-menu__hamburger.fixed span {
  background-color: var(--custom-white);
}
.l-menu__hamburger.open {
  background-color: transparent;
  top: 0.66vw;
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger.open {
    top: 30px;
  }
}
.l-menu__hamburger.open span {
  background-color: var(--custom-text-color);
}
.l-menu__hamburger.open span:nth-of-type(1) {
  transform: rotate(30deg);
  top: 5vw;
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger.open span:nth-of-type(1) {
    top: 26px;
  }
}
.l-menu__hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.l-menu__hamburger.open span:nth-of-type(3) {
  transform: rotate(-30deg);
  top: 5vw;
}
@media screen and (min-width: 768px) {
  .l-menu__hamburger.open span:nth-of-type(3) {
    top: 26px;
  }
}

/*
.l-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    transition: v.$default-trans;
    min-width: 1px;

    @include m.mq(lap) {
        height: 90px;
    }

    &.fixed {
        background-color: var(--custom-white-06);
    }

    &__inner {
        @include m.baseflex(false, false, space-between, center, false);
        width: 100%;
        height: 100%;
        padding-left: 20px;
        padding-right: 20px;

        @include m.mq(lap) {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    &__toplink {
        display: block;

        span {
            display: block;
            font-family: var(--custom-font-en);
            font-size: 30px;
            color: var(--custom-main-color);
            transition: v.$default-trans;

            @include m.mq(lap) {
                font-size: 32px;
            }
        }

        &:hover {
            .l-header__logo {
                opacity: 0.6;
            }

            span {
                opacity: 0.6;
            }
        }
    }

    &__logo {
        max-height: 50px;
        transition: v.$default-trans;

        @include m.mq(lap) {
            max-height: 80px;
        }
    }

    &__nav {
        position: fixed;
        top: 0;
        right: -110%;
        height: 100svh;
        width: 80%;
        max-width: 320px;
        background: var(--custom-grad);
        padding: 70px 20px;
        transition: v.$default-trans;
        z-index: 1001;

        &.panelactive {
            right: 0%;
        }

        @include m.mq(lap) {
            position: static;
            height: auto;
            background: transparent;
            padding: 0px;
            width: auto;
            max-width: unset;
        }
    }

    &__menu {
        @include m.baseflex(false, false, false, false, false);
        flex-direction: column;

        @include m.mq(lap) {
            flex-direction: row;
            align-items: center;
            gap: 40px;
        }
    }

    .menu-item {
        a {
            display: block;
            font-family: var(--custom-font-en);
            font-size: 20px;
            color: var(--custom-white);
            padding: 5px 0px;

            @include m.mq(lap) {
                color: var(--custom-main-color);
                padding: 0px;
            }

            &:hover {
                color: var(--custom-second-color);
            }
        }
    }

    &__hamburger {
        position: relative;
        width: 40px;
        height: 40px;
        background-color: var(--custom-main-color);
        cursor: pointer;
        z-index: 1002;

        span {
            display: inline-block;
            transition: v.$default-trans;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            border-radius: 2px;
            background-color: var(--custom-white);
            width: 50%;

            &:nth-of-type(1) {
                top: 10px;
            }

            &:nth-of-type(2) {
                top: 19px;
                opacity: 1;
            }

            &:nth-of-type(3) {
                top: 28px;
            }
        }

        &.active {
            background-color: transparent;

            span {
                &:nth-of-type(1) {
                    left: 7.5px;
                    transform: translateY(10px) rotate(-45deg);
                    width: 60%;
                }

                &:nth-of-type(2) {
                    opacity: 0;
                }

                &:nth-of-type(3) {
                    left: 7.5px;
                    transform: translateY(-8px) rotate(45deg);
                    width: 60%;
                }
            }
        }

        @include m.mq(lap) {
            display: none;
        }
    }
}

*/
/*
footer
_________________________________________*/
.l-footer {
  padding: 12vw 8vw 8vw;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 70px 40px 40px;
  }
}
.l-footer__inner {
  position: relative;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__toplink {
  display: block;
  width: clamp(5.625rem, 4.286rem + 6.7vw, 7.5rem);
  margin-bottom: 4vw;
  /* width=>サイズ90px‐120px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .l-footer__toplink {
    margin-bottom: 18px;
  }
}
.l-footer__access {
  margin-bottom: 7.4vw;
}
@media screen and (min-width: 768px) {
  .l-footer__access {
    margin-bottom: 35px;
  }
}
.l-footer__access p {
  font-size: clamp(0.625rem, 0.491rem + 0.67vw, 0.813rem);
  line-height: 1.8;
  /* font-size=>サイズ10px‐13px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .l-footer__access p {
    line-height: 2;
  }
}
.l-footer__access p a {
  text-decoration: underline;
}
.l-footer__container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    position: absolute;
    width: 510px;
    right: 0;
    top: -5px;
  }
}
.l-footer__menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 5.33vw;
}
@media screen and (min-width: 768px) {
  .l-footer__menu {
    padding-bottom: 0px;
  }
}
.l-footer__menu .menu-item {
  margin: 0 13.33vw 3vw 0;
}
@media screen and (min-width: 768px) {
  .l-footer__menu .menu-item {
    margin: 0 0 10px 40px;
  }
}
.l-footer__menu .menu-item a {
  font-size: clamp(0.637rem, 0.468rem + 0.85vw, 0.875rem);
  line-height: 1.5;
  /* font-size=>サイズ10.2px‐14px　画面320px-768px */
}
.l-footer__copyright {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: clamp(0.563rem, 0.429rem + 0.67vw, 0.75rem);
  color: #666;
  /* font-size=>サイズ9px‐12px　画面320px-768px */
}

/*
サイドバー
_________________________________________*/
/* 全体設定 */
.l-sidebar section.widget_block:not(:first-child) {
  margin-top: 50px;
}
.l-sidebar h2.wp-block-heading {
  font-family: var(--custom-font-en);
  font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  padding: 10px;
  color: var(--custom-white);
  background: var(--custom-grad);
  border-bottom: none;
  /* font-size=>サイズ20px‐24px　画面320px-1280px */
}

/* 検索 */
.l-sidebar .wp-block-search__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-second-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-main-color);
}

/* カテゴリ */
.l-sidebar .wp-block-categories__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-second-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list .cat-item a {
  display: block;
  padding: 10px;
}
.l-sidebar .wp-block-categories-list .cat-item a:hover {
  color: var(--custom-second-color);
  background-color: rgba(var(--custom-second-rgb), 0.1);
}
.l-sidebar .wp-block-categories-list > .cat-item a {
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list > .cat-item:last-child a {
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list ul.children {
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-categories-list ul.children .cat-item a {
  position: relative;
  border-top: none;
  padding-left: 40px;
}
.l-sidebar .wp-block-categories-list ul.children .cat-item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 10px;
  height: 1px;
  background-color: var(--custom-main-color);
}
.l-sidebar .wp-block-categories-dropdown select {
  width: 100%;
}

/* アーカイブ */
.l-sidebar .wp-block-archives__label:not(.screen-reader-text) {
  display: block;
  font-weight: 600;
  color: var(--custom-second-color);
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-list li a {
  display: block;
  padding: 10px;
  border-top: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-list li a:hover {
  color: var(--custom-second-color);
  background-color: rgba(var(--custom-second-rgb), 0.1);
}
.l-sidebar .wp-block-archives-list li:last-child a {
  border-bottom: 1px solid var(--custom-second-color);
}
.l-sidebar .wp-block-archives-dropdown select {
  width: 100%;
}

/* タグクラウド */
.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-second-color);
  border-radius: 3px;
  margin: 0;
}
.l-sidebar .tag-cloud-link:hover {
  color: var(--custom-white);
  background-color: var(--custom-second-color);
}

/* 最新記事 
.l-sidebar {
    .wp-block-latest-posts {
        li {
            display: flow-root;
            padding-top: 10px;
            padding-bottom: 10px;
            border-top: 1px solid var(--custom-main-color);

            &:last-child {
                border-bottom: 1px solid var(--custom-main-color);
            }
        }

        &__featured-image {
            width: fit-content;
            padding-left: 10px;
            padding-right: 10px;
            margin-left: auto;
            margin-right: auto;

            @include m.mq(mb) {
                float: left;
            }

           @include m.mq(pc2) {
                float: none;
                margin-bottom: 5px;
            }

            img {
                width: auto;
                max-height: 218px;
                aspect-ratio: 4 / 3;
            }
        }

        &__post-title,
        &__post-date {
            display: block;
            padding-left: 10px;
            padding-right: 10px;
        }
    }
}
*/
/* 最新記事 パネル */
.l-sidebar .wp-block-latest-posts__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.l-sidebar .wp-block-latest-posts li {
  padding: 10px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 5px;
}
.l-sidebar .wp-block-latest-posts__featured-image {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.l-sidebar .wp-block-latest-posts__featured-image img {
  width: auto;
  max-height: 218px;
  aspect-ratio: 4/3;
}

/* コメント */
.l-sidebar .wp-block-latest-comments__comment {
  border-top: 1px solid var(--custom-main-color);
  margin-bottom: 0;
  padding: 16px 10px;
}
.l-sidebar .wp-block-latest-comments__comment:last-child {
  border-bottom: 1px solid var(--custom-main-color);
}
.l-sidebar .wp-block-latest-comments__comment-excerpt {
  padding: 10px;
  background-color: rgba(var(--custom-second-rgb), 0.2);
}
.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

--------------------------------------------------*/
/*
ボタン
_________________________________________*/
.c-mainbtn {
  width: 100%;
}
.c-mainbtn.is-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-mainbtn__link {
  display: block;
  position: relative;
  width: 100%;
  max-width: 58.66vw;
  padding: 2.66vw;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-mainbtn__link {
    max-width: 340px;
    padding: 16px 10px;
    line-height: 1.8;
  }
}
.c-mainbtn__link span {
  position: relative;
  z-index: 10;
}
.c-mainbtn__link::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--custom-grad);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.c-mainbtn__link:hover {
  color: var(--custom-white);
  opacity: 1;
}
.c-mainbtn__link:hover::after {
  opacity: 1;
  left: 0;
}

.c-formbtn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-formbtn__elements {
  position: relative;
  width: 100%;
  background-color: var(--custom-text-color);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-formbtn__elements {
    max-width: 340px;
  }
}
.c-formbtn__elements::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: var(--custom-grad);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.c-formbtn__elements:hover::after {
  opacity: 1;
  left: 0;
}
.c-formbtn__elements input[type=submit],
.c-formbtn__elements button {
  position: relative;
  width: 100%;
  background-color: transparent;
  z-index: 10;
}
.c-formbtn__elements input[type=submit]:hover,
.c-formbtn__elements button:hover {
  opacity: 1;
}
.c-formbtn__elements.not-active {
  background-color: #f0f0f0;
}
.c-formbtn__elements.not-active::after {
  display: none;
}
.c-formbtn__elements.not-active input[type=submit],
.c-formbtn__elements.not-active button {
  cursor: not-allowed;
}
.c-formbtn__elements.not-active:hover::after {
  display: none;
}

/*
Contact Form7　フォームデザイン書き換え
_________________________________________*/
/* inputフォーム */
.c-form {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .c-form {
    margin-top: 80px;
  }
}
.c-form .wpcf7-form-control-wrap {
  display: block;
}
.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%;
  border-bottom: 1px solid var(--custom-text-color);
}
.c-form__inputarea {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-form__inputarea {
    margin-bottom: 50px;
  }
}
.c-form__submitarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.c-form__item {
  display: grid;
  gap: 3px;
}
.c-form__item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-form__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-form__item {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 851px) {
  .c-form__item {
    grid-template-columns: 250px 1fr;
  }
}
.c-form__subject {
  min-width: 1px;
}
.c-form__label {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    font-size: 16px;
  }
}
.c-form__inputbox {
  min-width: 1px;
}
.c-form__inputbox.is-radio {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .c-form__inputbox.is-radio {
    margin-top: 0px;
  }
}
.c-form__box.is-zip {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form__box.is-zip {
    margin-bottom: 30px;
  }
}
.c-form__zipbox {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-form__zipbox {
    width: 30%;
  }
}
.c-form__zipbox input[type=text] {
  padding-left: 25px;
}
.c-form__zipicon {
  position: absolute;
  font-size: 1rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-form__rq {
  font-size: 16px;
  color: var(--custom-accent-color);
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .c-form__rq {
    font-size: 20px;
  }
}
.c-form__textarea {
  height: 180px;
  display: block;
}
.c-form .wpcf7-radio {
  display: flex;
  gap: 7px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-form .wpcf7-radio {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.c-form .wpcf7-radio .wpcf7-list-item {
  margin-left: 0px;
}
.c-form .wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.c-form__acceptance {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .c-form__acceptance {
    margin-bottom: 50px;
  }
}
.c-form__acceptance p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-form__acceptance p {
    font-size: 1rem;
  }
}
.c-form__acceptance p a {
  text-decoration: underline;
}
.c-form__acceptance p a:hover {
  text-decoration: none;
  color: var(--custom-text-color);
}
.c-form__valid {
  display: none;
  margin-top: 5px;
  color: var(--custom-accent-color);
  font-size: 1em;
  font-weight: normal;
}
.c-form__valid.is-appear {
  display: block;
}

span.wpcf7-not-valid-tip {
  display: none;
}

/* 確認画面 */
#confirm-form {
  display: none;
}

.c-confirm {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .c-confirm {
    margin-top: 80px;
  }
}
.c-confirm__contentsarea {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-confirm__contentsarea {
    margin-bottom: 50px;
  }
}
.c-confirm__submitarea {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
.c-confirm__item {
  display: grid;
  gap: 3px;
}
.c-confirm__item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .c-confirm__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-confirm__item {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (min-width: 851px) {
  .c-confirm__item {
    grid-template-columns: 250px 1fr;
  }
}
.c-confirm__subject {
  min-width: 1px;
}
.c-confirm__label {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-confirm__label {
    font-size: 16px;
  }
}
.c-confirm__resultbox {
  min-width: 1px;
}
.c-confirm__resultbox .result {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-confirm__resultbox .result {
    font-size: 1rem;
  }
}
.c-confirm__acceptance {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .c-confirm__acceptance {
    margin-bottom: 50px;
  }
}
.c-confirm__acceptance p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .c-confirm__acceptance p {
    font-size: 1rem;
  }
}
.c-confirm__acceptance p a {
  text-decoration: underline;
}
.c-confirm__acceptance p a:hover {
  text-decoration: none;
  color: var(--custom-text-color);
}
.c-confirm__btns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-confirm__btns {
    flex-direction: row;
    gap: 40px;
  }
}
.c-confirm__elements {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-confirm__elements {
    max-width: 240px;
  }
}
.c-confirm__btn {
  color: var(--custom-text-color);
  background-color: #E3E3E3;
  width: 100%;
}

.wpcf7-spinner {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 15;
}

/* 送信結果 */
.p-contact__thanks {
  margin-top: 6vw;
}
@media screen and (min-width: 768px) {
  .p-contact__thanks {
    margin-top: 40px;
  }
}

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

.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);
}

/*
装飾
_________________________________________*/
/* 見出し */
.c-maintitle {
  position: relative;
  padding-bottom: 2vw;
  left: -1vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-maintitle {
    padding-bottom: 15px;
    left: 0;
  }
}
.c-maintitle::after {
  position: absolute;
  left: -7vw;
  bottom: 0;
  content: "";
  width: 16vw;
  height: 1px;
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .c-maintitle::after {
    left: -50px;
    width: 120px;
  }
}
.c-maintitle__small {
  font-size: clamp(0.531rem, 0.018rem + 2.57vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 2.66vw;
  /* font-size=>サイズ8.5px‐20px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .c-maintitle__small {
    margin-bottom: 15px;
  }
}
.c-maintitle__title {
  font-size: clamp(1.063rem, 0.036rem + 5.13vw, 2.5rem);
  /* font-size=>サイズ17px‐40px　画面320px-768px */
}

.c-editor-size--small {
  font-size: clamp(0.625rem, 0.536rem + 0.45vw, 0.75rem);
  /* font-size　サイズ10px-12px　画面320px-768px */
}
.c-editor-size--medium {
  font-size: clamp(1rem, 0.911rem + 0.45vw, 1.125rem);
  /* font-size　サイズ16px-18px　画面320px-768px */
}
.c-editor-size--big {
  font-size: clamp(1.125rem, 1.036rem + 0.45vw, 1.25rem);
  /* font-size　サイズ18px-20px　画面320px-768px */
}
.c-editor-size--verybig {
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  /* font-size　サイズ20px-24px　画面320px-768px */
}

/*
記事ループ
_________________________________________*/
.c-postloop__item {
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .c-postloop__item {
    margin-bottom: 25px;
  }
}
.c-postloop__item::after {
  display: block;
  content: "";
  width: 8vw;
  height: 1px;
  background-color: var(--custom-text-color);
  margin-left: -8vw;
}
@media screen and (min-width: 768px) {
  .c-postloop__item::after {
    width: 68px;
    margin-left: 0px;
  }
}
.c-postloop__link {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 58% 40%;
  padding-bottom: 3vw;
  color: var(--custom-text-color);
}
@media screen and (min-width: 768px) {
  .c-postloop__link {
    grid-template-columns: 1fr 200px;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0 45px 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-postloop__link {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
.c-postloop__link:hover {
  opacity: 0.7;
}
.c-postloop__link:hover img {
  opacity: 1;
}
.c-postloop__content, .c-postloop__img {
  display: block;
  min-width: 1px;
}
.c-postloop__databox {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: column;
  margin-bottom: 2vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-postloop__databox {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 23px;
  }
}
.c-postloop__databox time {
  display: inline-block;
  line-height: 1;
}
.c-postloop__category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--custom-white);
  border: 1px solid var(--custom-text-color);
  padding: 0.33vw 3vw;
  font-size: clamp(0.688rem, 0.554rem + 0.67vw, 0.875rem);
  /* font-size=>サイズ11px‐14px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .c-postloop__category {
    padding: 3px 15px;
  }
}
.c-postloop__posttitle {
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  font-weight: 500;
  /* font-size=>サイズ12px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .c-postloop__posttitle {
    margin-bottom: 30px;
  }
}
.c-postloop__morebtn {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-postloop__morebtn {
    display: block;
    text-align: right;
  }
}
.c-postloop__morebtn span {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  color: var(--custom-white);
  background: var(--custom-text-color);
  min-width: 170px;
  padding: 7px;
}

/*
ページネーション
_________________________________________*/
/*　一覧　*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-top: 80px;
  }
}
.c-pagination__pager, .c-pagination__prev, .c-pagination__next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7vw;
  height: 7vw;
  border: 1px solid var(--custom-text-color);
  margin: 0 0.33vw 2.66vw 0.33vw;
  font-size: clamp(0.8rem, 0.568rem + 1.16vw, 1.125rem);
  /* font-size=>サイズ12.8px‐18px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .c-pagination__pager, .c-pagination__prev, .c-pagination__next {
    width: 48px;
    height: 46px;
    margin: 0 5px 10px 5px;
  }
}
.c-pagination__pager--link, .c-pagination__prev--link, .c-pagination__next--link {
  color: var(--custom-text-color);
  background-color: var(--custom-white);
}
.c-pagination__pager--link:hover, .c-pagination__prev--link:hover, .c-pagination__next--link:hover {
  color: var(--custom-white);
  background-color: var(--custom-text-color);
}
.c-pagination__pager--current, .c-pagination__prev--current, .c-pagination__next--current {
  color: var(--custom-white);
  background-color: var(--custom-text-color);
}
.c-pagination__prev, .c-pagination__next {
  color: var(--custom-text-color);
  background-color: var(--custom-white);
}
.c-pagination__prev:hover, .c-pagination__next:hover {
  color: var(--custom-white);
  background-color: var(--custom-text-color);
}
.c-pagination__first, .c-pagination__last {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7vw;
  line-height: 1;
  margin: 0 0.33vw 2.66vw 0.33vw;
  font-size: clamp(0.8rem, 0.568rem + 1.16vw, 1.125rem);
  /* font-size=>サイズ12.8px‐18px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .c-pagination__first, .c-pagination__last {
    height: 46px;
    margin: 0 5px 10px 5px;
  }
}
.c-pagination__first:hover, .c-pagination__last:hover {
  color: #333;
  text-decoration: underline;
}

/*　詳細　*/
.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: 1001px) {
  .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: 1001px) {
  .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;
}

/*
パターン
_________________________________________*/
/* テーブル */
.c-table__tr {
  border-bottom: solid 1px var(--custom-text-color);
}
@media screen and (min-width: 1001px) {
  .c-table__tr {
    display: grid;
    grid-template-columns: minmax(110px, 25%) 1fr;
  }
}
.c-table__th {
  padding-top: 3vw;
  padding-bottom: 1.66vw;
}
@media screen and (min-width: 768px) {
  .c-table__th {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1001px) {
  .c-table__th {
    min-width: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.c-table__th p {
  font-weight: 600;
}
.c-table__td {
  padding-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .c-table__td {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1001px) {
  .c-table__td {
    min-width: 1px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.c-table__subtitle {
  font-weight: 600;
}
.c-table__box {
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px) {
  .c-table__box {
    margin-bottom: 12px;
  }
}
.c-table__box p:not(.c-table__subtitle) {
  font-size: clamp(0.688rem, 0.509rem + 0.89vw, 0.938rem);
  /* font-size=>サイズ11px‐15px　画面320px-768px */
}

/*
スクロールアニメーション
_________________________________________*/
.ani_left {
  position: relative;
  opacity: 0;
  left: -50px;
}

.ani_left.active {
  animation: ani_left 0.7s ease 0.4s 1 forwards;
}
@keyframes ani_left {
  100% {
    opacity: 1;
    left: 0;
  }
}
.ani_right {
  position: relative;
  opacity: 0;
  right: -50px;
}

.ani_right.active {
  animation: ani_right 0.7s ease 0.4s 1 forwards;
}
@keyframes ani_right {
  100% {
    opacity: 1;
    right: 0;
  }
}
.ani_bottom {
  position: relative;
  display: block;
  opacity: 0;
  bottom: -50px;
}

.ani_bottom.active {
  animation: ani_bottom 0.7s ease 0.4s 1 forwards;
}
@keyframes ani_bottom {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
.ani_zoom {
  display: block;
  opacity: 0;
  transform: scale(0.7);
}

.ani_zoom.active {
  animation: ani_zoom 0.7s ease 0.4s 1 forwards;
}
@keyframes ani_zoom {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ani_fade {
  opacity: 0;
}

.ani_fade.active {
  animation: ani_fade 0.7s ease 0.4s 1 forwards;
}
@keyframes ani_fade {
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
各ページレイアウト制御
_________________________________________*/
.is-normalpage,
.is-article {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage,
  .is-article {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.is-normalpage > *:not(.wp-block-heading),
.is-article > *:not(.wp-block-heading) {
  margin-block-end: 5vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage > *:not(.wp-block-heading),
  .is-article > *:not(.wp-block-heading) {
    margin-block-end: 30px;
  }
}
.is-normalpage > .alignfull,
.is-article > .alignfull {
  margin-right: -8vw;
  margin-left: -8vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage > .alignfull,
  .is-article > .alignfull {
    margin-right: -40px;
    margin-left: -40px;
  }
}
.is-normalpage .alignfull,
.is-article .alignfull {
  padding-left: 8vw;
  padding-right: 8vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage .alignfull,
  .is-article .alignfull {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.is-normalpage .is-layout-constrained > *:not(.wp-block-heading):not(:last-child),
.is-article .is-layout-constrained > *:not(.wp-block-heading):not(:last-child) {
  margin-block-end: 5vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage .is-layout-constrained > *:not(.wp-block-heading):not(:last-child),
  .is-article .is-layout-constrained > *:not(.wp-block-heading):not(:last-child) {
    margin-block-end: 30px;
  }
}
.is-normalpage .is-layout-flow > *:not(.wp-block-heading):not(:last-child),
.is-article .is-layout-flow > *:not(.wp-block-heading):not(:last-child) {
  margin-block-end: 5vw;
}
@media screen and (min-width: 768px) {
  .is-normalpage .is-layout-flow > *:not(.wp-block-heading):not(:last-child),
  .is-article .is-layout-flow > *:not(.wp-block-heading):not(:last-child) {
    margin-block-end: 30px;
  }
}

.is-normalpage .alignfull > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1180px;
}
.is-normalpage.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1180px;
}

.is-article p a:link {
  color: #0470B6;
  text-decoration: underline;
}
.is-article p a:visited {
  color: #0470B6;
}
.is-article p a:hover {
  text-decoration: none;
  color: #0470B6;
}
.is-article p a:active {
  color: #0470B6;
}
.is-article .alignfull > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}
.is-article.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}

/*
アーカイブ
_________________________________________*/
.p-archive-cat {
  margin-bottom: 9.33vw;
}
@media screen and (min-width: 768px) {
  .p-archive-cat {
    margin-bottom: 80px;
  }
}
.p-archive-cat__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 3vw;
  flex-direction: column;
  position: relative;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-archive-cat__inner {
    flex-direction: row;
    align-items: center;
    padding-bottom: 40px;
    gap: 0px;
  }
}
.p-archive-cat__inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 8vw;
  height: 1px;
  background-color: var(--custom-text-color);
}
@media screen and (min-width: 768px) {
  .p-archive-cat__inner::after {
    width: 68px;
  }
}
.p-archive-cat__name {
  font-weight: 400;
  line-height: 1.8;
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  /* font-size=>サイズ12px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-archive-cat__name {
    width: 150px;
    line-height: 2.2;
  }
}
.p-archive-cat__list {
  border: solid 1px var(--custom-text-color);
  background-color: var(--custom-white);
  border-radius: 0;
  padding: 2vw 3.33vw;
}
@media screen and (min-width: 768px) {
  .p-archive-cat__list {
    padding: 7px 15px;
  }
}

.p-archive-main > :where(*) {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/*
記事
_________________________________________*/
.p-post__title {
  font-size: clamp(0.969rem, 0.5rem + 2.34vw, 1.625rem);
  margin-bottom: 5vw;
  /* font-size=>サイズ15.5px‐26px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-post__title {
    margin-bottom: 30px;
  }
}
.p-post__metabox {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  flex-direction: column;
  margin-bottom: 5vw;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-post__metabox {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 23px;
  }
}
.p-post__category {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--custom-white);
  border: 1px solid var(--custom-text-color);
  padding: 0.33vw 3vw;
  font-size: clamp(0.688rem, 0.554rem + 0.67vw, 0.875rem);
  /* font-size=>サイズ11px‐14px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-post__category {
    padding: 3px 15px;
  }
}
.p-post__time {
  display: inline-block;
  line-height: 1;
}
.p-post__line {
  width: 25.33vw;
  height: 2px;
  background: var(--custom-text-color);
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .p-post__line {
    width: 110px;
    height: 3px;
    margin-bottom: 30px;
  }
}
.p-post__footer {
  padding-left: 8vw;
  padding-right: 8vw;
  padding-top: 6vw;
}
@media screen and (min-width: 768px) {
  .p-post__footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
  }
}
.p-post__footer > :where(*) {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-post__snstitle {
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  margin: 0 0 2.66vw 1.33vw;
  /* font-size=>サイズ12px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-post__snstitle {
    margin: 0 0 10px 5px;
  }
}
.p-post__back {
  text-align: center;
  margin-top: 10.66vw;
  margin-bottom: 6.66vw;
}
@media screen and (min-width: 768px) {
  .p-post__back {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.p-post__backlink {
  position: relative;
  font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
  padding-left: 9.33vw;
  font-weight: 600;
  /* font-size=>サイズ15px‐20px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-post__backlink {
    padding-left: 32px;
  }
}
.p-post__backlink::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5vw;
  height: 5vw;
  background-image: url("../img/contents/ico_list.png");
  background-size: 5vw auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-post__backlink::before {
    width: 19px;
    height: 19px;
    background-size: 19px auto;
  }
}
.p-post__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-post__btn {
    max-width: 456px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-post__btn.is-center {
  justify-content: center;
}
.p-post__btn.is-between {
  justify-content: space-between;
}
.p-post__prevlink a, .p-post__nextlink a {
  font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ15px‐20px　画面320px-768px */
}

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

---Project
＊Originalpage part

--------------------------------------------------*/
/*
404ページ
_________________________________________*/
.p-404__text {
  margin-top: 6.66vw;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .p-404__text {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.p-404__text p:not(:last-child) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .p-404__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*
トップページ
_________________________________________*/
/* メインビジュアル */
.p-top-mv {
  padding: 6vw 0 0;
  margin-bottom: 10.66vw;
}
@media screen and (min-width: 768px) {
  .p-top-mv {
    padding: 0 40px;
    margin-bottom: 80px;
  }
}
.p-top-mv__inner {
  position: relative;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.p-top-mv__catch {
  position: relative;
  top: 1.66vw;
  padding: 0 8vw;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catch {
    padding: 0;
    top: 10px;
  }
}
.p-top-mv__catch figure,
.p-top-mv__catch picture {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.p-top-mv__catchimg {
  display: block;
  width: 78.66vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-top-mv__catchimg {
    width: 100%;
    max-width: 1340px;
  }
}
.p-top-mv__mvimg {
  display: block;
  position: relative;
  width: 100%;
}
.p-top-mv__mvimg picture {
  display: block;
  width: 100%;
}
.p-top-mv__mvimg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  z-index: 2;
}
.p-top-mv__txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  font-size: clamp(0.688rem, 0.196rem + 2.46vw, 1.375rem);
  line-height: 1.8;
  padding: 3vw 2.66vw;
  color: var(--custom-white);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  z-index: 5;
  letter-spacing: 0.133vw;
  font-feature-settings: "palt";
  /* font-size=>サイズ11px‐22px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-mv__txt {
    padding: 3% 4%;
    letter-spacing: 0.08em;
    font-feature-settings: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-top-mv__txt {
    padding: 30px 40px;
    letter-spacing: 0.1em;
  }
}

/* section */
.p-top__section {
  position: relative;
  z-index: 2;
}

/* 背景 */
.p-top-back {
  position: relative;
  overflow: hidden;
}
.p-top-back::before {
  position: absolute;
  content: "";
  bottom: 300vw;
  height: 0;
  border-color: transparent var(--custom-second-color) transparent transparent;
  border-width: 200vw 120vw 0 0;
  border-style: solid;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-back::before {
    bottom: 0;
    border-width: 1770px 100vw 0 0;
  }
}
.p-top-back::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 300vw;
  background: var(--custom-second-color);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-back::after {
    display: none;
  }
}

/* お知らせ */
.p-top-news {
  margin-bottom: clamp(2.938rem, 0.571rem + 11.83vw, 6.25rem);
  /* margin-bottom=>サイズ47px‐100px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    display: grid;
    align-items: start;
    grid-template-columns: 23.5% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news .c-maintitle {
    top: -10px;
  }
}
.p-top-news__list {
  margin-bottom: 10.66vw;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-bottom: 70px;
  }
}
.p-top-news__item {
  border-bottom: solid 1px var(--custom-main-color);
}
.p-top-news__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 2.66vw;
  -moz-column-gap: 2.2vw;
       column-gap: 2.2vw;
  padding: 3.33vw 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-news__link {
    flex-wrap: nowrap;
    -moz-column-gap: 0px;
         column-gap: 0px;
    row-gap: 0px;
    padding: 25px 0;
  }
}
.p-top-news__link time {
  display: block;
  font-size: clamp(0.531rem, 0.196rem + 1.67vw, 1rem);
  font-style: italic;
  /* font-size=>サイズ8.5px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-news__link time {
    min-width: 130px;
    padding-left: 12px;
  }
}
.p-top-news__link h3 {
  width: 100%;
  font-size: clamp(0.637rem, 0.379rem + 1.29vw, 1rem);
  font-weight: 500;
  /* font-size=>サイズ10.2px‐16px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-news__category {
    min-width: 110px;
  }
}
.p-top-news__category span {
  display: block;
  min-width: 20vw;
  padding: 1vw;
  font-size: clamp(0.6rem, 0.493rem + 0.54vw, 0.75rem);
  color: var(--custom-white);
  text-align: center;
  letter-spacing: 0.05em;
  transition: all 0.2s ease-in-out;
  background-image: var(--custom-grad);
  /* font-size=>サイズ9.6px‐12px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-news__category span {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 90px;
    padding: 6px 3px;
  }
}

/* 想い */
@media screen and (min-width: 1001px) {
  .p-top-about {
    display: grid;
    align-items: start;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 480px 1fr;
    grid-template-rows: 185px 1fr;
  }
}
@media screen and (min-width: 1220px) {
  .p-top-about {
    grid-template-columns: 500px 1fr;
  }
}
.p-top-about .c-maintitle {
  min-width: 1px;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-top-about .c-maintitle {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-about .c-maintitle {
    grid-column: 1/2;
    grid-row: 1/2;
    padding-top: 20px;
  }
}
.p-top-about__imgbox {
  display: block;
  width: 92vw;
  min-width: 1px;
  margin-right: -8vw;
  margin-bottom: 6vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-about__imgbox {
    width: 100%;
    margin-right: auto;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-about__imgbox {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media screen and (min-width: 1001px) {
  .p-top-about__img {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    width: calc(50% + 40px);
    overflow: hidden;
  }
}
.p-top-about__img figure img {
  border-radius: 5px;
}
@media screen and (min-width: 1001px) {
  .p-top-about__img figure img {
    height: 460px;
  }
}
.p-top-about__container {
  min-width: 1px;
}
@media screen and (min-width: 1001px) {
  .p-top-about__container {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-top-about__box {
  margin-bottom: 7.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__box {
    margin-bottom: 50px;
  }
}
.p-top-about__h3 {
  font-size: clamp(1.063rem, 0.839rem + 1.12vw, 1.375rem);
  margin-bottom: 3vw;
  /* font-size=>サイズ17px‐22px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-about__h3 {
    margin-bottom: 15px;
  }
}
.p-top-about__text p:not(:last-child) {
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  .p-top-about__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* 事業内容 */
.p-top-service {
  padding-bottom: clamp(2.938rem, 0.571rem + 11.83vw, 6.25rem);
  /* padding-bottom=>サイズ47px‐100px　画面320px-768px */
}
@media screen and (min-width: 851px) {
  .p-top-service__inner {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 78%;
  }
}
.p-top-service .c-maintitle {
  min-width: 1px;
}
.p-top-service__main {
  display: grid;
  gap: 10.66vw;
  margin-top: 8vw;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-service__main {
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    margin-top: 55px;
  }
}
.p-top-service__item {
  min-width: 1px;
  padding-left: 1.5%;
  padding-right: 1.5%;
}
@media screen and (min-width: 768px) {
  .p-top-service__item {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }
}
@media screen and (min-width: 851px) {
  .p-top-service__item {
    padding: 0px;
    margin-left: clamp(1.438rem, -0.162rem + 3.01vw, 2.188rem);
    /* gap=>サイズ23px‐35px　画面851px-1250px */
  }
}
.p-top-service__img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__img {
    margin-bottom: 28px;
  }
}
.p-top-service__img img {
  width: 70.66vw;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-service__img img {
    width: 100%;
  }
}
.p-top-service h3.wp-block-heading {
  font-size: clamp(0.844rem, 0.018rem + 4.13vw, 2rem);
  margin-bottom: 4vw;
  /* font-size=>サイズ13.5px‐32px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-service h3.wp-block-heading {
    margin-bottom: 20px;
  }
}
.p-top-service__text {
  margin-bottom: 7.4vw;
}
@media screen and (min-width: 768px) {
  .p-top-service__text {
    margin-bottom: 50px;
  }
}

/* 採用 */
.p-top-recruit {
  background-color: var(--custom-second-color);
  padding-top: 5vw;
  padding-bottom: 13.33vw;
}
@media screen and (min-width: 768px) {
  .p-top-recruit {
    padding-top: 25px;
    padding-bottom: 100px;
  }
}
.p-top-recruit__title {
  margin-bottom: 6vw;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__title {
    margin-bottom: 60px;
  }
}
.p-top-recruit__title h2 {
  font-size: clamp(1.063rem, 0.036rem + 5.13vw, 2.5rem);
  /* font-size=>サイズ17px‐40px　画面320px-768px */
}
.p-top-recruit__sub {
  font-size: clamp(0.531rem, 0.018rem + 2.57vw, 1.25rem);
  font-weight: 600;
  margin-bottom: 2.66vw;
  /* font-size=>サイズ8.5px‐20px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-top-recruit__sub {
    margin-bottom: 20px;
  }
}
.p-top-recruit__img {
  margin-bottom: 6vw;
  margin-left: -4vw;
  margin-right: -4vw;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__img {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-recruit__img img {
  border-radius: 5px;
}
.p-top-recruit__text {
  margin-bottom: 7.4vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-recruit__text {
    margin-bottom: 40px;
  }
}

/*
会社概要ページ
_________________________________________*/
@media screen and (min-width: 768px) {
  .p-about-mes {
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-template-columns: 62% 32.9%;
    grid-template-rows: 120px auto;
  }
}
@media screen and (min-width: 768px) {
  .p-about-mes .c-maintitle {
    width: 100%;
    min-width: 1px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-about-mes__box {
  margin-top: 7.4vw;
  width: 62.66vw;
}
@media screen and (min-width: 768px) {
  .p-about-mes__box {
    padding-top: 68px;
    margin-top: 0px;
    width: auto;
    min-width: 1px;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-about-mes__ceo {
  margin-bottom: 3.33vw;
}
@media screen and (min-width: 768px) {
  .p-about-mes__ceo {
    margin-bottom: 20px;
  }
}
.p-about-mes__info {
  line-height: 1.5;
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-about-mes__info {
    padding: 0 7.5%;
  }
}
.p-about-mes__info p:nth-child(1) {
  font-size: clamp(0.531rem, 0.196rem + 1.67vw, 1rem);
  /* font-size=>サイズ8.5px‐16px　画面320px-768px */
}
.p-about-mes__info p:nth-child(2) {
  font-size: clamp(0.637rem, 0.2rem + 2.19vw, 1.25rem);
  font-weight: 600;
  /* font-size=>サイズ10.2px‐20px　画面320px-768px */
}
.p-about-mes__message {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  .p-about-mes__message {
    margin-top: 45px;
    min-width: 1px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.p-about-mes__message p:not(:last-child) {
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .p-about-mes__message p:not(:last-child) {
    margin-bottom: 40px;
  }
}

.p-about-val__h3 {
  margin-top: 6vw;
  font-size: clamp(0.938rem, 4.69vw, 2.25rem);
  /* font-size=>サイズ15px‐36px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-about-val__h3 {
    margin-top: 60px;
  }
}
.p-about-val__text {
  margin-top: 3.33vw;
}
@media screen and (min-width: 768px) {
  .p-about-val__text {
    margin-top: 50px;
  }
}

.p-about-company__main {
  margin-top: 9.33vw;
}
@media screen and (min-width: 768px) {
  .p-about-company__main {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1001px) {
  .p-about-company__main {
    display: grid;
    align-items: start;
    gap: 60px;
    grid-template-columns: 500px 1fr;
  }
}
.p-about-company__slide {
  width: 100%;
  margin-bottom: 5.33vw;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .p-about-company__slide {
    margin-bottom: 0px;
  }
}
.p-about-company__table {
  min-width: 1px;
  line-height: 1.6;
}

/* Slickのデザイン調整 */
.img_slider {
  margin-bottom: 0 !important;
}
.img_slider.slick-slider {
  padding-bottom: 11.33vw;
}
@media screen and (min-width: 768px) {
  .img_slider.slick-slider {
    padding-bottom: 65px;
  }
}
.img_slider figure img {
  width: 100%;
  height: auto !important;
}
.img_slider .slick-arrow {
  position: absolute;
  bottom: -2.33vw;
  z-index: 20;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .img_slider .slick-arrow {
    bottom: -8px;
  }
}
.img_slider .slick-arrow:hover {
  opacity: 0.7;
}
.img_slider .slick-arrow img {
  width: 8.2vw;
}
@media screen and (min-width: 768px) {
  .img_slider .slick-arrow img {
    width: auto;
  }
}
.img_slider .slick-dots {
  z-index: 10;
  bottom: 0;
}
.img_slider .slick-dots li {
  width: 7.4vw;
  height: 3px;
  margin: 0 1.33vw;
}
@media screen and (min-width: 768px) {
  .img_slider .slick-dots li {
    width: 44px;
    height: 5px;
    margin: 0 7px;
  }
}
.img_slider .slick-dots li button {
  background: #999;
  width: 100%;
  height: 100%;
  padding: 0;
}
.img_slider .slick-dots li button::before {
  display: none;
}
.img_slider .slick-dots .slick-active button {
  background: var(--custom-text-color);
}

.next_btn {
  right: 0;
}
@media screen and (min-width: 768px) {
  .next_btn {
    right: 10px;
  }
}

.prev_btn {
  right: 9.33vw;
}
@media screen and (min-width: 768px) {
  .prev_btn {
    right: 70px;
  }
}

/*
事業内容ページ
_________________________________________*/
.p-service__headline {
  margin-bottom: 15.33vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-service__headline {
    margin-bottom: 100px;
  }
}
.p-service__headline h2.wp-block-heading {
  line-height: 2;
  margin-bottom: 2vw;
  padding-top: 0px;
  font-size: clamp(0.956rem, -0.146rem + 5.51vw, 2.5rem);
  /* font-size=>サイズ15.3px‐40px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-service__headline h2.wp-block-heading {
    line-height: 1.8;
    margin-bottom: 10px;
  }
}
.p-service__headline h2.wp-block-heading::before {
  display: none;
}
.p-service__headline p {
  position: relative;
  padding-left: 8.53vw;
  font-size: clamp(0.8rem, 0.032rem + 3.84vw, 1.875rem);
  font-weight: 600;
  /* font-size=>サイズ12.8px‐30px　画面320px-768px */
}
@media screen and (min-width: 768px) {
  .p-service__headline p {
    padding-left: 60px;
  }
}
.p-service__headline p::before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.66vw);
  content: "";
  width: 8vw;
  height: 1px;
  background: var(--custom-text-color);
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-service__headline p::before {
    top: calc(50% - 5px);
    width: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-service__head.is-right {
    width: 51%;
    margin-right: 0px !important;
  }
}
.p-service__item {
  margin-top: 6.66vw;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 46px;
  }
}
.p-service__item.is-left {
  flex-direction: row-reverse;
}
.p-service__img {
  margin-right: -8vw;
  margin-bottom: 6.66vw;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    width: 42.5%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
.p-service__img img {
  height: 52vw;
}
@media screen and (min-width: 768px) {
  .p-service__img img {
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-service__contents {
    width: 51%;
  }
}
.p-service__textbox:not(:last-child) {
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-service__textbox:not(:last-child) {
    margin-bottom: 25px;
  }
}
.p-service__textbox p:not(:last-child) {
  margin-bottom: 5.33vw;
}
@media screen and (min-width: 768px) {
  .p-service__textbox p:not(:last-child) {
    margin-bottom: 25px;
  }
}

/*
プライバシーポリシーページ
_________________________________________*/
.p-policy__lead {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .p-policy__lead {
    margin-bottom: 60px;
  }
}
.p-policy__item {
  margin-bottom: 6vw;
}
@media screen and (min-width: 768px) {
  .p-policy__item {
    margin-bottom: 35px;
  }
}
.p-policy__item p:not(:last-child) {
  margin-bottom: 3.33vw;
}
@media screen and (min-width: 768px) {
  .p-policy__item p:not(:last-child) {
    margin-bottom: 25px;
  }
}

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

---Utility part

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-pcnone {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */