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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

Foundation　part

==================================================*/
/*
root
_________________________________________*/
:root {
  --custom-text-color: #252525;
  --custom-main-color: #4888A8;
  --custom-second-color: #7B8083;
  --custom-back-color: #EFF5F8;
  --custom-accent-color: #DC143C;
  --custom-dark-color: #396F8B;
  --custom-text-rgb: 37, 37, 37;
  --custom-main-rgb: 72, 136, 168;
  --custom-second-rgb: 123, 128, 131;
  --custom-back-rgb: 239, 245, 248;
  --custom-accent-rgb: 220, 20, 60;
  --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: #BFC5C5;
  --custom-gray-rgb: 191, 197, 197;
  --custom-lightgray: #F2F2F2;
  --custom-lightgray-rgb: 242, 242, 242;
  --custom-grad-pattern1: 72, 136, 168;
  --custom-grad-pattern2: 139, 184, 242;
  --custom-grad: linear-gradient(90deg, rgba(var(--custom-grad-pattern1), 1) 0%, rgba(var(--custom-grad-pattern2), 1) 100%);
  --custom-font-en: "Barlow", "Noto Sans JP", sans-serif;
  --custom-font-jp: "Noto Sans JP", sans-serif;
  --custom-shadow-rgb: 30, 30, 30;
  --custom-boxshadow: 0px 0px 15px 0px rgba(var(--custom-shadow-rgb), 0.1);
  --custom-main-color-08: #6CA0B9;
  --custom-main-color-07: #7FACC3;
  --custom-main-color-06: #91B8CB;
  --custom-hover-back: #CDECF7;
  --custom-holding-color: #5FC1C7;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}
@media screen and (min-width: 1200px) {
  html {
    scroll-padding-top: 120px;
  }
}

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

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

h2 {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
  font-weight: 600;
  /* font-size=>サイズ20px‐24px　画面320px-1024px */
}

h3 {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}

h4,
h5 {
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  font-weight: 500;
  /* font-size=>サイズ16px‐18px　画面320px-1024px */
}

h6 {
  font-size: 1.1rem;
  font-weight: 500;
}

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 var(--custom-gray);
  border-radius: 5px;
  line-height: 1.6;
  padding: 8px;
}
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-second-color);
}
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-second-color);
}
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-second-color);
}
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-second-color);
}
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-second-color);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.is-style-group-custom-section {
  position: relative;
}
.is-style-group-custom-section:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section:not(:first-child) {
    margin-top: 200px;
  }
}
.is-style-group-custom-section:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section:not(:last-child) {
    margin-bottom: 200px;
  }
}
.is-style-group-custom-section.has-background {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section.has-background {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.is-style-group-custom-section.has-background.mini {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background.mini {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background.mini:not(.alignfull) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.is-style-group-custom-section.has-background:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background:not(.alignfull) {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background:not(.alignfull) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.is-style-group-custom-section.has-background.has-wave:first-child {
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave:first-child {
    margin-top: 115px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background.has-wave:first-child {
    margin-top: 170px;
    margin-bottom: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section.has-background.has-wave:first-child {
    margin-top: 210px;
    margin-bottom: 280px;
  }
}
.is-style-group-custom-section.has-background.has-wave:last-child {
  margin-top: 120px;
  margin-bottom: 100px;
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave:last-child {
    margin-top: 160px;
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background.has-wave:last-child {
    margin-top: 210px;
    margin-bottom: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section.has-background.has-wave:last-child {
    margin-top: 280px;
    margin-bottom: 210px;
  }
}
.is-style-group-custom-section.has-background.has-wave:not(:first-child):not(:last-child) {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave:not(:first-child):not(:last-child) {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-section.has-background.has-wave:not(:first-child):not(:last-child) {
    margin-top: 210px;
    margin-bottom: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-section.has-background.has-wave:not(:first-child):not(:last-child) {
    margin-top: 280px;
    margin-bottom: 280px;
  }
}
.is-style-group-custom-section.has-background.has-wave::before, .is-style-group-custom-section.has-background.has-wave::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave::before, .is-style-group-custom-section.has-background.has-wave::after {
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background.has-wave::before, .is-style-group-custom-section.has-background.has-wave::after {
    height: 85px;
  }
}
.is-style-group-custom-section.has-background.has-wave::before {
  top: 0;
  background-image: url("../img/sp-back-wave-top.png");
  transform: translateY(-99%);
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave::before {
    background-image: url("../img/tab-back-wave-top.png");
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background.has-wave::before {
    background-image: url("../img/back-wave-top.png");
  }
}
.is-style-group-custom-section.has-background.has-wave::after {
  bottom: 0;
  background-image: url("../img/sp-back-wave-bottom.png");
  transform: translateY(99%);
}
@media screen and (min-width: 425px) {
  .is-style-group-custom-section.has-background.has-wave::after {
    background-image: url("../img/tab-back-wave-bottom.png");
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-section.has-background.has-wave::after {
    background-image: url("../img/back-wave-bottom.png");
  }
}

.is-style-group-custom-box:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-box:not(:first-child) {
    margin-top: 150px;
  }
}
.is-style-group-custom-box:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-box:not(:last-child) {
    margin-bottom: 150px;
  }
}
.is-style-group-custom-box.has-background {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box.has-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.is-style-group-custom-box.has-background.mini {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box.has-background.mini {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box.has-background.mini:not(.alignfull) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.is-style-group-custom-box.has-background:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-box.has-background:not(.alignfull) {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-box.has-background:not(.alignfull) {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.is-style-group-custom-group:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-group:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-group:not(:first-child) {
    margin-top: 80px;
  }
}
.is-style-group-custom-group:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-group:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .is-style-group-custom-group:not(:last-child) {
    margin-bottom: 80px;
  }
}
.is-style-group-custom-group.has-background {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group.has-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.is-style-group-custom-group.has-background.mini {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group.has-background.mini {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .is-style-group-custom-group.has-background.mini:not(.alignfull) {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.is-style-group-custom-group.has-background:not(.alignfull) {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media screen and (min-width: 768px) {
  .is-style-group-custom-group.has-background:not(.alignfull) {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 30px;
    padding-right: 30px;
  }
}

h2.wp-block-heading {
  color: var(--custom-main-color);
}
h2.wp-block-heading:not(:first-child) {
  margin-top: 3rem;
}
h2.wp-block-heading::after {
  display: block;
  content: "";
  background-color: var(--custom-main-color);
  width: 100px;
  height: 5px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  h2.wp-block-heading::after {
    width: 140px;
    margin-top: 20px;
  }
}
h2.wp-block-heading.is-style-heading-custom-contents {
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  /* font-size=>サイズ24px‐32px　画面320px-1024px */
}
h2.wp-block-heading.is-style-heading-custom-contents:not(:first-child) {
  margin-top: 0rem;
}
h2.wp-block-heading.is-style-heading-custom-contents::after {
  display: none;
}
h2.wp-block-heading.is-style-heading-custom-policy {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  border-left: 5px solid var(--custom-main-color);
  padding-left: 15px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
h2.wp-block-heading.is-style-heading-custom-policy:not(:first-child) {
  margin-top: 2rem;
}
h2.wp-block-heading.is-style-heading-custom-policy::after {
  display: none;
}

h3.wp-block-heading {
  border-left: 5px solid var(--custom-main-color);
  padding-left: 15px;
}
h3.wp-block-heading:not(:first-child) {
  margin-top: 2rem;
}
h3.wp-block-heading.is-style-heading-custom-contents {
  border-left: 10px solid var(--custom-main-color);
  padding-top: 5px;
  padding-bottom: 5px;
  color: var(--custom-main-color);
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
  /* font-size=>サイズ20px‐24px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  h3.wp-block-heading.is-style-heading-custom-contents {
    padding-left: 20px;
  }
}
h3.wp-block-heading.is-style-heading-custom-contents.has-margin-t {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  h3.wp-block-heading.is-style-heading-custom-contents.has-margin-t {
    margin-bottom: 30px;
  }
}
h3.wp-block-heading.is-style-heading-custom-policy {
  position: relative;
  border-left: none;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  h3.wp-block-heading.is-style-heading-custom-policy {
    padding-left: 35px;
  }
}
h3.wp-block-heading.is-style-heading-custom-policy::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: clamp(0.438rem, 0.352rem + 0.43vw, 0.625rem);
  left: 0px;
  width: 20px;
  height: 20px;
  background-color: var(--custom-main-color);
  border-radius: 50%;
  /* top=>サイズ7px‐10px　画面320px-1024px */
}

h4.wp-block-heading:not(:first-child),
h5.wp-block-heading:not(:first-child),
h6.wp-block-heading:not(:first-child) {
  margin-top: 1.5rem;
}

h4.wp-block-heading {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  h4.wp-block-heading {
    padding-left: 35px;
  }
}
h4.wp-block-heading::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: clamp(1.25rem, 1.108rem + 0.71vw, 1.563rem);
  height: clamp(1.25rem, 1.108rem + 0.71vw, 1.563rem);
  background-color: var(--custom-main-color);
  border-radius: 50%;
  /* width,height=>サイズ20px‐25px　画面320px-1024px */
}

h5.wp-block-heading {
  -webkit-text-decoration: underline var(--custom-main-color);
          text-decoration: underline var(--custom-main-color);
  text-underline-offset: 10px;
}

ul.wp-block-list {
  list-style: disc;
  padding-left: 1.7rem;
}
ul.wp-block-list li {
  padding: 3px 0px;
}

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

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

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

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

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

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

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

.wp-element-button,
.wp-block-button__link {
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  font-weight: 400;
  padding: 10px 50px;
  /* font-size=>サイズ16px‐18px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .wp-element-button,
  .wp-block-button__link {
    padding: 13px 60px;
  }
}
.wp-element-button:hover,
.wp-block-button__link:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  border-color: var(--custom-dark-color);
}

.wp-block-button.is-style-outline .wp-element-button {
  color: var(--custom-main-color);
  border: 1px solid var(--custom-main-color);
  padding: 10px 50px;
}
@media screen and (min-width: 1024px) {
  .wp-block-button.is-style-outline .wp-element-button {
    padding: 15px 90px;
  }
}
.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-bigsize .wp-block-button__link {
  font-size: 1rem;
  padding: 1.2rem 3rem;
}
.wp-block-button.is-style-button-custom-sub .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: rgba(var(--custom-main-rgb), 0.1);
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
  padding: 10px;
  font-size: 1rem;
  color: var(--custom-main-color);
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button-custom-sub .wp-block-button__link {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-button.is-style-button-custom-sub .wp-block-button__link {
    gap: 25px;
  }
}
.wp-block-button.is-style-button-custom-sub .wp-block-button__link:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}
.wp-block-button.is-style-button-custom-sub.has-outicon .wp-block-button__link::after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\e89e";
  font-size: 18px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .wp-block-button.is-style-button-custom-sub.has-outicon .wp-block-button__link::after {
    font-size: 20px;
  }
}

.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button {
  flex-grow: 1;
}
.wp-block-buttons.is-style-buttons-custom-fullwidth .wp-block-button__link {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .wp-block-image.is-style-image-custom-onsp {
    display: none;
  }
}
.wp-block-image.is-style-image-custom-onpc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-image.is-style-image-custom-onpc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .wp-block-gallery.is-style-gallery-custom-onsp {
    display: none;
  }
}
.wp-block-gallery.is-style-gallery-custom-onpc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .wp-block-gallery.is-style-gallery-custom-onpc {
    display: block;
  }
}

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

Layout　part

==================================================*/
/*
コンテナー制御
_________________________________________*/
.l-container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100dvh;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .l-container {
    grid-template-rows: 1fr auto;
  }
}

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

.l-maincontents {
  position: relative;
}
.l-maincontents__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-maincontents__img {
    height: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .l-maincontents__img {
    height: 350px;
  }
}

.l-mainsection > :where(:not(.article-block-onarea)) {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .l-mainsection > :where(:not(.article-block-onarea)) {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-pagesection:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-pagesection:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pagesection:not(:first-child) {
    margin-top: 200px;
  }
}
.l-pagesection:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-pagesection:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pagesection:not(:last-child) {
    margin-bottom: 200px;
  }
}
.l-pagesection__inner > :where(:not(.article-block-onarea)) {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .l-pagesection__inner > :where(:not(.article-block-onarea)) {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.l-backsection {
  position: relative;
  background-color: var(--custom-back-color);
  padding-top: 60px;
  padding-bottom: 60px;
}
.l-backsection:not(:first-child) {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-backsection:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-backsection:not(:first-child) {
    margin-top: 200px;
  }
}
.l-backsection:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .l-backsection:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-backsection:not(:last-child) {
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-backsection {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-backsection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.l-backsection__inner > :where(:not(.article-block-onarea)) {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .l-backsection__inner > :where(:not(.article-block-onarea)) {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.l-backsection.has-wave {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (min-width: 425px) {
  .l-backsection.has-wave {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  .l-backsection.has-wave {
    margin-top: 210px;
    margin-bottom: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .l-backsection.has-wave {
    margin-top: 280px;
    margin-bottom: 280px;
  }
}
.l-backsection.has-wave::before, .l-backsection.has-wave::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 425px) {
  .l-backsection.has-wave::before, .l-backsection.has-wave::after {
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .l-backsection.has-wave::before, .l-backsection.has-wave::after {
    height: 85px;
  }
}
.l-backsection.has-wave::before {
  top: 0;
  background-image: url("../img/sp-back-wave-top.png");
  transform: translateY(-99%);
}
@media screen and (min-width: 425px) {
  .l-backsection.has-wave::before {
    background-image: url("../img/tab-back-wave-top.png");
  }
}
@media screen and (min-width: 1024px) {
  .l-backsection.has-wave::before {
    background-image: url("../img/back-wave-top.png");
  }
}
.l-backsection.has-wave::after {
  bottom: 0;
  background-image: url("../img/sp-back-wave-bottom.png");
  transform: translateY(99%);
}
@media screen and (min-width: 425px) {
  .l-backsection.has-wave::after {
    background-image: url("../img/tab-back-wave-bottom.png");
  }
}
@media screen and (min-width: 1024px) {
  .l-backsection.has-wave::after {
    background-image: url("../img/back-wave-bottom.png");
  }
}

.l-margin {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .l-margin {
    margin-top: 80px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .l-margin {
    margin-top: 100px;
    margin-bottom: 200px;
  }
}

.l-topmargin {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-topmargin {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-topmargin {
    margin-top: 100px;
  }
}

/*
内部headlines
_________________________________________*/
.l-pageheadline {
  margin-top: 80px;
}
@media screen and (min-width: 1200px) {
  .l-pageheadline {
    margin-top: 205px;
  }
}
.l-pageheadline__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: var(--custom-white);
  border-radius: 15px;
}
@media screen and (min-width: 1200px) {
  .l-pageheadline__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .l-pageheadline__inner {
    padding-top: 70px;
    padding-bottom: 40px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-pageheadline__inner {
    padding-top: 70px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
}
.l-pageheadline__line {
  display: inline-block;
  background-color: var(--custom-main-color);
  width: 40px;
  height: 3px;
}
@media screen and (min-width: 768px) {
  .l-pageheadline__line {
    width: 50px;
    height: 5px;
  }
}
.l-pageheadline__entitle {
  font-family: var(--custom-font-en);
  font-size: clamp(2rem, 1.347rem + 3.27vw, 3.438rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--custom-main-color);
  text-align: center;
  /* font-size=>サイズ32px‐55px　画面320px-1024px */
}
.l-pageheadline__jptitle {
  font-family: var(--custom-font-jp);
  font-size: clamp(1.125rem, 1.068rem + 0.28vw, 1.25rem);
  line-height: 1.3;
  color: var(--custom-second-color);
  text-align: center;
  /* font-size=>サイズ18px‐20px　画面320px-1024px */
}

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

/*
会社概要下のリンク
_________________________________________*/
.c-companylink__img {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: -1px;
}
.c-companylink__inner {
  background-color: var(--custom-back-color);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .c-companylink__inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .c-companylink__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.c-companylink__linkbox {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .c-companylink__linkbox {
    max-width: 1100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .c-companylink__linkbox {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-companylink__linkbox {
    gap: 50px;
  }
}
.c-companylink__link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--custom-white);
  height: 80px;
  border-radius: 16px;
  padding: 15px;
  min-width: 1px;
  font-weight: 500;
}
.c-companylink__link:hover {
  color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-hover-back);
}
.c-companylink__link:hover .c-companylink__arrow {
  background: var(--custom-dark-color);
  transform: translateX(5px);
}
@media screen and (min-width: 768px) {
  .c-companylink__link {
    height: 100px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .c-companylink__link {
    height: 110px;
    font-size: 20px;
  }
}
.c-companylink__link .u-outlinkicon {
  padding-left: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-companylink__link .u-outlinkicon {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-companylink__link .u-outlinkicon {
    font-size: 22px;
    padding-left: 15px;
  }
}
.c-companylink__arrow {
  display: none;
}
@media screen and (min-width: 425px) {
  .c-companylink__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    min-width: 35px;
    border-radius: 50%;
    background: var(--custom-main-color);
    color: var(--custom-white);
    font-size: 20px;
    margin-left: 15px;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .c-companylink__arrow {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 24px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-companylink__arrow {
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin-left: 30px;
  }
}

/*
SNSシェア
_________________________________________*/
.l-snsbtn {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 425px) {
  .l-snsbtn {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
.l-snsbtn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: var(--custom-white);
  /* アイコン風にするとき
  @include m.mq(mb) {
      flex-direction: column;
  } */
}
.l-snsbtn__link:hover {
  color: var(--custom-white);
  transform: translateY(-3px);
  box-shadow: var(--custom-boxshadow);
}
.l-snsbtn__img {
  width: 25px;
  height: 25px;
}

/*
コメント
_________________________________________*/
.l-comments {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-comments {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .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: 1200px) {
  .l-comments__pagelink .prev.page-numbers,
  .l-comments__pagelink .next.page-numbers {
    width: unset;
    font-size: 14px;
  }
}
.l-comments__required {
  color: var(--custom-accent-color);
  padding-left: 5px;
}
.l-comments__form {
  text-align: start;
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--custom-main-color);
}
.l-comments__form h3 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--custom-main-color);
  margin-bottom: 1rem;
}
.l-comments__form .form-submit {
  margin-top: 1rem;
  margin-bottom: 0;
}
.l-comments__form p.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-comments__formauthor, .l-comments__formemail, .l-comments__textarea {
  margin-bottom: 1rem;
}
.l-comments__formauthor label, .l-comments__formemail label, .l-comments__textarea label {
  display: block;
  margin-bottom: 5px;
}
.l-comments__formauthor input, .l-comments__formemail input {
  width: 100%;
}
.l-comments__textarea textarea {
  width: 100%;
  height: 150px;
}

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

/*
header
_________________________________________*/
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
  transition: all 0.3s ease;
  min-width: 1px;
}
@media screen and (min-width: 1200px) {
  .l-header {
    position: fixed;
    height: 115px;
  }
}
.l-header.fixed .l-header__inner {
  box-shadow: var(--custom-boxshadow);
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--custom-white);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-header__inner {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    border-radius: 0px 0px 10px 10px;
  }
}
.l-header__logoarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1002;
}
@media screen and (min-width: 1200px) {
  .l-header__logoarea {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0px;
    padding-right: 20px;
  }
}
.l-header__toplink {
  display: block;
}
.l-header__toplink span {
  display: block;
  font-size: 30px;
  color: var(--custom-text-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-header__toplink span {
    font-size: 32px;
  }
}
.l-header__toplink:hover .l-header__logo {
  opacity: 0.6;
}
.l-header__toplink:hover span {
  opacity: 0.6;
}
.l-header__h1 {
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 32px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-header__logo {
    max-height: 45px;
  }
}
.l-header__trelink {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-header__trelink .u-outlinkicon {
  color: var(--custom-main-color);
  font-size: 22px;
}
.l-header__trelink:hover {
  background-color: rgba(var(--custom-main-rgb), 0.2);
}
.l-header__trelink--sp {
  width: 100%;
  height: 50px;
  justify-content: center;
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .l-header__trelink--sp {
    display: none;
  }
}
.l-header__trelink--pc {
  border-radius: 5px;
}
.l-header__trelogo {
  max-width: 185px;
}
.l-header__menuarea {
  position: fixed;
  top: -110%;
  right: 0;
  width: 100%;
  max-height: 100dvh;
  background-color: var(--custom-back-color);
  padding: 70px 20px 30px;
  opacity: 0;
  overflow: auto;
  transition: all 0.3s ease;
  z-index: 1001;
}
.l-header__menuarea.panelactive {
  opacity: 1;
  top: 0%;
}
@media screen and (min-width: 768px) {
  .l-header__menuarea.panelactive {
    top: 0px;
    right: 0%;
  }
}
@media screen and (min-width: 768px) {
  .l-header__menuarea {
    top: 0;
    right: -110%;
    height: 100dvh;
    max-width: 425px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__menuarea {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0px;
    max-width: unset;
    opacity: 1;
    overflow: unset;
  }
}
.l-header__box {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header__box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
  }
}
.l-header__box button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  color: var(--custom-main-color);
  padding: 5px;
  border-radius: 5px;
  border: none;
}
.l-header__box button:hover {
  transform: unset;
  box-shadow: unset;
  background-color: rgba(var(--custom-main-rgb), 0.2);
}
.l-header__searchicon {
  font-size: 24px;
}
.l-header__separate {
  display: inline-block;
  height: 22px;
  width: 1px;
  background-color: var(--custom-main-color);
}
@media screen and (min-width: 1200px) {
  .l-header__searcharea {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(var(--custom-text-rgb), 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__searcharea.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__searchinner {
    width: 800px;
    background-color: var(--custom-white);
    padding: 50px;
    border-radius: 20px;
  }
}
.l-header__nav {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .l-header__nav {
    margin: 0;
  }
}
.l-header .menu-item:not(.has-btn) a {
  display: block;
  width: 100%;
  color: var(--custom-text-color);
}
.l-header .menu-item:not(.has-btn) a:hover {
  color: var(--custom-second-color);
}
.l-header__pcmenu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .l-header__pcmenu {
    display: flex;
    align-items: center;
  }
}
.l-header__pcmenu > .menu-item:not(.has-btn) > a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
}
.l-header__pcmenu > .menu-item:not(.has-btn) > a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-image: linear-gradient(var(--custom-main-color), var(--custom-main-color));
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
.l-header__pcmenu > .menu-item:not(.has-btn) > a:hover {
  color: var(--custom-text-color);
}
.l-header__pcmenu > .menu-item:not(.has-btn) > a:hover::after {
  background-position: bottom left;
  background-size: 100% 1px;
}
.l-header__pcmenu > .menu-item.menu-item-has-children {
  position: relative;
}
.l-header__pcmenu > .menu-item a {
  word-break: keep-all;
}
.l-header__pcmenu > .menu-item > .sub-menu {
  display: none;
  position: absolute;
  bottom: 0px;
  transform: translateY(100%);
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__pcmenu > .menu-item > .sub-menu > .has-label {
  background-color: var(--custom-white);
  padding: 35px;
  margin-top: 35px;
  border-radius: 20px;
  box-shadow: var(--custom-boxshadow);
}
.l-header__pcmenu > .menu-item > .sub-menu > .has-label > a {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--custom-main-color);
}
.l-header__pcmenu > .menu-item > .sub-menu .second-level > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  margin-top: 10px;
}
.l-header__pcmenu > .menu-item > .sub-menu .second-level > a::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.l-header__pcmenu > .menu-item > .sub-menu .second-level > .sub-menu {
  padding-left: 20px;
}
.l-header__pcmenu > .menu-item > .sub-menu .third-level > a {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
.l-header__pcmenu > .menu-item > .sub-menu .third-level > a::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 10px;
  height: 2px;
}
.l-header__menu {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .l-header__menu {
    display: none;
  }
}
.l-header__menu > .menu-item:not(.has-btn) {
  border-bottom: 1px solid var(--custom-main-color);
  padding: 20px 10px;
}
.l-header__menu > .menu-item:not(.has-btn) > a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.l-header__menu > .menu-item:first-child {
  border-top: 1px solid var(--custom-main-color);
}
.l-header__menu > .menu-item.menu-item-has-children {
  position: relative;
}
.l-header__menu > .menu-item.menu-item-has-children::after {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 10px;
  font-family: "Material Symbols Rounded";
  content: "\e145";
  color: var(--custom-main-color);
  line-height: 1.1;
  font-size: 24px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.l-header__menu > .menu-item.menu-item-has-children.submenu-open::after {
  transform: rotate(-135deg);
}
.l-header__menu > .menu-item > .sub-menu {
  display: none;
  padding: 0px 20px;
}
.l-header__menu > .menu-item > .sub-menu .second-level > a {
  position: relative;
  padding: 15px 0px 0px 26px;
  font-weight: 600;
}
.l-header__menu > .menu-item > .sub-menu .second-level > a::before {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.l-header__menu > .menu-item > .sub-menu .second-level > .sub-menu {
  padding-left: 20px;
}
.l-header__menu > .menu-item > .sub-menu .third-level > a {
  position: relative;
  padding-left: 20px;
  padding-top: 15px;
}
.l-header__menu > .menu-item > .sub-menu .third-level > a::before {
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 10px;
  height: 2px;
}
.l-header .has-btn.menu-item {
  order: -1;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .l-header .has-btn.menu-item {
    order: unset;
    margin-bottom: 0px;
  }
}
.l-header .has-btn.menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .l-header .has-btn.menu-item a {
    height: 45px;
    width: 220px;
  }
}
.l-header .has-btn.menu-item a:hover {
  background-color: var(--custom-dark-color);
  box-shadow: var(--custom-boxshadow);
}
.l-header__hamburger {
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
  background-color: var(--custom-main-color);
  border-radius: 5px;
  cursor: pointer;
}
.l-header__hamburger span {
  display: inline-block;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  background-color: var(--custom-white);
  width: 26px;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 13px;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 21px;
  opacity: 1;
}
.l-header__hamburger span:nth-of-type(3) {
  top: 29px;
}
.l-header__hamburger.active {
  background-color: transparent;
}
.l-header__hamburger.active span {
  background-color: var(--custom-main-color);
}
.l-header__hamburger.active span:nth-of-type(1) {
  left: 10px;
  transform: translateY(9px) rotate(-45deg);
}
.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-of-type(3) {
  left: 10px;
  transform: translateY(-7px) rotate(45deg);
}
@media screen and (min-width: 1200px) {
  .l-header__hamburger {
    display: none;
  }
}

/*
ヘッダー検索フォーム
_________________________________________*/
.c-search {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  height: 50px;
  border: 1px solid var(--custom-gray);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .c-search {
    height: 60px;
  }
}
.c-search input[type=text] {
  border: none;
  border-radius: 0px;
  padding: 8px 20px;
  flex-grow: 1;
}
.c-search input[type=text]::-moz-placeholder {
  color: transparent;
}
.c-search input[type=text]::placeholder {
  color: transparent;
}
@media screen and (min-width: 1200px) {
  .c-search input[type=text]::-moz-placeholder {
    color: var(--custom-second-color);
  }
  .c-search input[type=text]::placeholder {
    color: var(--custom-second-color);
  }
}
.c-search input[type=text]:-ms-input-placeholder {
  color: transparent;
}
@media screen and (min-width: 1200px) {
  .c-search input[type=text]:-ms-input-placeholder {
    color: var(--custom-second-color);
  }
}
.c-search input[type=text]::-webkit-input-placeholder {
  color: transparent;
}
@media screen and (min-width: 1200px) {
  .c-search input[type=text]::-webkit-input-placeholder {
    color: var(--custom-second-color);
  }
}
.c-search input[type=text]::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .c-search input[type=text]::-moz-placeholder {
    color: var(--custom-second-color);
  }
}
.c-search button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  padding: 0px;
  font-size: 24px;
  border-radius: 0px;
}
@media screen and (min-width: 1200px) {
  .c-search button {
    width: 100px;
  }
}
.c-search button:hover {
  background-color: var(--custom-dark-color);
  transform: unset;
  box-shadow: unset;
}
.c-search button span {
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .c-search button span {
    font-size: 30px;
  }
}

/*
footer
_________________________________________*/
.l-footer__container {
  width: 100%;
  background-color: var(--custom-main-color);
}
.l-footer__inner {
  padding: 30px 20px;
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .l-footer__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-footer__main {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .l-footer__main {
    grid-template-columns: 1fr 1.2fr;
    gap: 5px;
  }
}
.l-footer__logoarea {
  min-width: 1px;
  justify-self: center;
}
@media screen and (min-width: 1024px) {
  .l-footer__logoarea {
    justify-self: start;
  }
}
.l-footer__toplink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer__toplink span {
  display: block;
  font-family: var(--custom-font-en);
  font-size: 30px;
  color: var(--custom-white);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-footer__toplink span {
    font-size: 32px;
  }
}
.l-footer__toplink:hover .l-footer__logo {
  opacity: 0.6;
}
.l-footer__toplink:hover span {
  opacity: 0.6;
}
.l-footer__logo {
  max-width: 280px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 100%;
  }
}
.l-footer__menuarea {
  display: grid;
  gap: 5px;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .l-footer__menuarea {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.l-footer__menubox {
  min-width: 1px;
}
.l-footer .menu-item:not(:last-child) {
  margin-bottom: 5px;
}
.l-footer .menu-item a {
  display: block;
  position: relative;
  padding: 5px 0px 5px 24px;
  font-weight: 500;
  color: var(--custom-white);
}
.l-footer .menu-item a::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0px;
  content: "";
  background-color: var(--custom-back-color);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.l-footer .menu-item a:hover {
  color: var(--custom-white-06);
}
.l-footer .menu-item a:hover::before {
  background-color: rgba(var(--custom-back-rgb), 0.6);
}
.l-footer__btnarea {
  display: grid;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer__btnarea {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__btnarea {
    margin-top: 50px;
    gap: 50px;
  }
}
.l-footer__btnlink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: var(--custom-back-color);
  height: 60px;
  border-radius: 10px;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .l-footer__btnlink {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__btnlink {
    height: 70px;
  }
}
.l-footer__btnlink:hover {
  color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-hover-back);
}
.l-footer__btntext {
  color: var(--custom-main-color);
  font-weight: 600;
}
.l-footer__btnicon {
  display: block;
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .l-footer__btnicon {
    width: 45px;
    height: 45px;
  }
}
.l-footer__copyarea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 15px;
  background-color: var(--custom-back-color);
}
@media screen and (min-width: 1024px) {
  .l-footer__copyarea {
    justify-content: flex-end;
    padding: 20px;
  }
}
.l-footer__copyright {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .l-footer__copyright {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    text-align: end;
  }
}
.l-footer__topscroll {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--custom-main-color);
  cursor: pointer;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  z-index: 999;
}
@media screen and (min-width: 1200px) {
  .l-footer__topscroll {
    bottom: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
.l-footer__topscroll:hover {
  background-color: var(--custom-dark-color);
}
.l-footer__topscroll.js-noappear {
  opacity: 0;
}
.l-footer__topscroll.js-appear {
  opacity: 1;
}
.l-footer__topscroll span {
  color: var(--custom-white);
  font-size: 24px;
}
@media screen and (min-width: 1200px) {
  .l-footer__topscroll span {
    font-size: 28px;
  }
}

/*
サイドバー
_________________________________________*/
/* 全体設定 */
.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(pc) {
                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-btn {
  display: inline-block;
  background-color: var(--custom-main-color);
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  font-weight: 400;
  color: var(--custom-white);
  padding: 10px 50px;
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
  /* font-size=>サイズ16px‐18px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .c-btn {
    padding: 15px 90px;
  }
}
.c-btn:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-dark-color);
  border-color: var(--custom-dark-color);
}

.c-subbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: rgba(var(--custom-main-rgb), 0.1);
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-subbtn {
    padding: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-subbtn {
    gap: 25px;
  }
}
.c-subbtn .u-outlinkicon {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .c-subbtn .u-outlinkicon {
    font-size: 20px;
  }
}
.c-subbtn:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-main-color);
  border-color: var(--custom-main-color);
}

/*
Contact Form7　フォームデザイン書き換え
_________________________________________*/
.wpcf7-response-output {
  display: none;
}

.c-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
.c-form__item {
  display: grid;
  gap: 10px;
}
.c-form__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-form__item {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .c-form__item {
    grid-template-columns: 360px 1fr;
  }
}
.c-form__main {
  min-width: 1px;
}
.c-form__main input[type=text],
.c-form__main input[type=email],
.c-form__main input[type=url],
.c-form__main input[type=tel],
.c-form__main input[type=number],
.c-form__main input[type=date],
.c-form__main textarea {
  width: 100%;
  padding: 10px;
}
.c-form__main textarea {
  height: 150px;
}
@media screen and (min-width: 768px) {
  .c-form__main textarea {
    height: 200px;
  }
}
.c-form__subject {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .c-form__subject {
    padding-top: 10px;
  }
}
.c-form__subject label {
  font-weight: 500;
}
.c-form__rq, .c-form__op {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 3px;
}
.c-form__rq {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}
.c-form__op {
  color: var(--custom-main-color);
}
.c-form__info {
  font-size: 14px;
  margin-top: 3px;
}
.c-form__submitarea {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-form__submitarea {
    margin-top: 50px;
  }
}
.c-form .wpcf7-acceptance {
  display: block;
}
.c-form .wpcf7-acceptance > .wpcf7-list-item {
  margin: 0;
}
.c-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-form__accept {
  min-width: 24px;
}
.c-form--estimate {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-form--estimate .c-form__item {
    grid-template-columns: 230px 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .c-form--estimate .c-form__item {
    grid-template-columns: 290px 1fr;
  }
}
.c-form__recaptcha {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

/*
送信確認・完了画面
_________________________________________*/
.c-confirm {
  display: none;
}
.c-confirm__info {
  text-align: center;
}
.c-confirm__title {
  margin-bottom: 20px;
  color: var(--custom-main-color);
}
.c-confirm__boxarea {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm__boxarea {
    margin-top: 50px;
  }
}
.c-confirm__item {
  display: grid;
  gap: 10px;
}
.c-confirm__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm__item {
    grid-template-columns: 260px 1fr;
    align-items: start;
  }
}
@media screen and (min-width: 1024px) {
  .c-confirm__item {
    grid-template-columns: 360px 1fr;
  }
}
.c-confirm__subject {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  min-width: 1px;
}
@media screen and (min-width: 768px) {
  .c-confirm__subject {
    padding-top: 10px;
  }
}
.c-confirm__subject label {
  font-weight: 500;
}
.c-confirm__main {
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 1px;
}
.c-confirm__main span {
  overflow-wrap: break-word;
}
.c-confirm__rq, .c-confirm__op {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 3px;
}
.c-confirm__rq {
  background-color: var(--custom-main-color);
  color: var(--custom-white);
}
.c-confirm__op {
  color: var(--custom-main-color);
}
.c-confirm__submitarea {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-confirm__submitarea {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 50px;
  }
}
.c-confirm__btbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-confirm__btbox {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.c-confirm__back {
  width: 100%;
  max-width: 224px;
  cursor: pointer;
  border-radius: 10px;
  color: var(--custom-main-color);
  line-height: 1.1;
  border: 1px solid var(--custom-main-color);
  transition: all 0.3s ease;
  padding: 18px 80px;
  text-align: center;
}
.c-confirm__back:hover {
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
}

.c-thanks {
  display: none;
}
.c-thanks__info {
  text-align: center;
}
.c-thanks__title {
  margin-bottom: 20px;
  color: var(--custom-main-color);
}
.c-thanks__submitarea {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-thanks__submitarea {
    margin-top: 50px;
  }
}

/*
装飾
_________________________________________*/
/* 見出し */
.c-toptitle h2.wp-block-heading {
  font-family: var(--custom-font-en);
  font-size: clamp(2rem, 1.347rem + 3.27vw, 3.438rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--custom-main-color);
  /* font-size=>サイズ32px‐55px　画面320px-1024px */
}
.c-toptitle h2.wp-block-heading::after {
  display: block;
  content: "";
  width: 30px;
  height: 5px;
  background-color: var(--custom-main-color);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-toptitle h2.wp-block-heading::after {
    width: 50px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.c-toptitle__jp {
  font-size: clamp(1.125rem, 1.068rem + 0.28vw, 1.25rem);
  line-height: 1.1;
  color: var(--custom-second-color);
  margin-top: 10px;
  /* font-size=>サイズ18px‐20px　画面320px-1024px */
}
.c-toptitle--center h2.wp-block-heading,
.c-toptitle--center .c-toptitle__jp {
  text-align: center;
}
.c-toptitle--center h2.wp-block-heading::after {
  margin-left: auto;
  margin-right: auto;
}
.c-toptitle.has-margin-t {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-toptitle.has-margin-t {
    margin-bottom: 30px;
  }
}
.c-toptitle.has-margin-f {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-toptitle.has-margin-f {
    margin-bottom: 50px;
  }
}

.c-secondtitle__en {
  font-family: var(--custom-font-en);
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  line-height: 1.3;
  color: var(--custom-main-color);
  /* font-size=>サイズ16px‐18px　画面320px-1024px */
}
.c-secondtitle__en::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--custom-main-color);
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .c-secondtitle__en::after {
    width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-secondtitle__title {
  color: var(--custom-main-color);
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  /* font-size=>サイズ24px‐32px　画面320px-1024px */
}
.c-secondtitle--center .c-secondtitle__title, .c-secondtitle--center .c-secondtitle__en {
  text-align: center;
}
.c-secondtitle--center .c-secondtitle__en::after {
  margin-left: auto;
  margin-right: auto;
}
.c-secondtitle.has-margin-t {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-secondtitle.has-margin-t {
    margin-bottom: 30px;
  }
}
.c-secondtitle.has-margin-f {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-secondtitle.has-margin-f {
    margin-bottom: 50px;
  }
}

/* エディターフォントサイズ */
.c-editor-size--small {
  font-size: 14px;
}
.c-editor-size--big {
  font-size: 18px;
}
.c-editor-size--xbig {
  font-size: 20px;
}

/*
記事ループ
_________________________________________*/
.c-postloop {
  display: flex;
  flex-direction: column;
}
.c-postloop__item {
  width: 100%;
  border-top: 1px solid var(--custom-second-color);
}
.c-postloop__item:last-child {
  border-bottom: 1px solid var(--custom-second-color);
}
.c-postloop__link {
  display: flex;
  gap: 15px;
  flex-direction: column;
  width: 100%;
  color: var(--custom-text-color);
  padding: 20px 5px;
}
@media screen and (min-width: 768px) {
  .c-postloop__link {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-postloop__link {
    gap: 30px;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .c-postloop__link {
    gap: 40px;
  }
}
.c-postloop__link:hover {
  color: var(--custom-text-color);
  background-color: rgba(var(--custom-main-rgb), 0.1);
}
.c-postloop__postmeta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 768px) {
  .c-postloop__postmeta {
    flex-wrap: nowrap;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .c-postloop__postmeta {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-postloop__postmeta {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.c-postloop__posttitle {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .c-postloop__posttitle {
    gap: 20px;
  }
}
.c-postloop__posttitle .u-outlinkicon {
  font-size: clamp(1rem, 0.886rem + 0.57vw, 1.25rem);
  color: var(--custom-main-color);
  /* font-size=>サイズ16px‐20px　画面320px-1024px */
}
.c-postloop__category {
  text-align: center;
  padding: 3px 10px;
  color: var(--custom-white);
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .c-postloop__category {
    padding: 3px 20px;
  }
}

/*
検索結果記事ループ
_________________________________________*/
.c-searchloop__item {
  border-top: 1px solid var(--custom-gray);
  padding: 15px 5px;
}
.c-searchloop__item:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-searchloop__item {
    padding: 25px 10px;
  }
}
.c-searchloop__posttitle span {
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-searchloop__posttitle span {
    font-size: 18px;
  }
}
.c-searchloop__posttitle .u-outlinkicon {
  font-size: 18px;
  vertical-align: middle;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .c-searchloop__posttitle .u-outlinkicon {
    font-size: 20px;
  }
}
.c-searchloop__ex {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-searchloop__ex {
    margin-top: 20px;
  }
}

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

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

/*
パターン
_________________________________________*/
/* テーブル */
.c-table__tr {
  display: grid;
  border-top: 1px solid var(--custom-gray);
  margin-top: 0px;
}
.c-table__tr:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .c-table__tr {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .c-table__tr {
    grid-template-columns: 220px 1fr;
  }
}
.c-table__th {
  display: flex;
  gap: 10px;
  flex-direction: column;
  min-width: 1px;
  background-color: var(--custom-back-color);
  padding: 10px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .c-table__th {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-table__th {
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-table__th {
    padding: 20px 25px;
  }
}
.c-table__th P {
  font-weight: 500;
  color: var(--custom-main-color);
  margin-top: 0px;
}
.c-table__td {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 10px;
  min-width: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .c-table__td {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-table__td {
    justify-content: center;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .c-table__td {
    padding: 20px 25px;
  }
}
.c-table__td P {
  margin-top: 0px;
}

/* よくある質問 */
.c-faq :where(.is-layout-flow) > * {
  margin-top: 0px;
}
.c-faq__item:not(:first-child) {
  margin-top: 20px;
}
.c-faq__question {
  display: flex;
  gap: 5px;
  flex-direction: column;
  position: relative;
  padding: 15px 45px 15px 15px;
  border: 1px solid var(--custom-main-color);
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .c-faq__question {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-faq__question > p {
    flex-grow: 1;
  }
}
.c-faq__question::before {
  display: block;
  content: "";
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url("../img/contents/question.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-faq__question::before {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}
.c-faq__question::after {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-45deg);
  width: 30px;
  height: 30px;
  font-family: "Material Symbols Rounded";
  content: "\e5cd";
  font-size: 22px;
  line-height: 1.1;
  color: var(--custom-main-color);
  background-color: rgba(var(--custom-main-rgb), 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 425px) {
  .c-faq__question::after {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .c-faq__question::after {
    width: 35px;
    height: 35px;
    right: 20px;
  }
}
.c-faq__question.open::after {
  background-color: transparent;
  transform: translateY(-50%) rotate(90deg);
}
.c-faq__answerbox {
  display: none;
}
.c-faq__answer {
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .c-faq__answer {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
  }
}
.c-faq__answer::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../img/contents/answer.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .c-faq__answer::before {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 768px) {
  .c-faq__box {
    flex-grow: 1;
    padding-top: 5px;
  }
}

/* 電源構成 */
.c-graphdata {
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 425px) {
  .c-graphdata {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    justify-items: center;
  }
}
@media screen and (min-width: 768px) {
  .c-graphdata {
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-template-rows: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.c-graphdata figure {
  display: block;
  margin-top: 0px;
  min-width: 1px;
}
@media screen and (min-width: 425px) {
  .c-graphdata__graph {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 768px) {
  .c-graphdata__graph {
    grid-column: unset;
    grid-row: unset;
  }
}
.c-graphdata__graph img {
  max-width: 500px;
}
.c-graphdata__note01 img, .c-graphdata__note02 img {
  max-width: 280px;
}
@media screen and (min-width: 425px) {
  .c-graphdata__note01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .c-graphdata__note01 {
    grid-column: unset;
    grid-row: unset;
  }
}
@media screen and (min-width: 425px) {
  .c-graphdata__note02 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 768px) {
  .c-graphdata__note02 {
    grid-column: unset;
    grid-row: unset;
  }
}

.c-graph {
  display: grid;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-graph {
    grid-template-columns: 1.2fr 1.2fr 1fr;
    align-items: start;
  }
}
.c-graph__box {
  display: grid;
  gap: 10px;
  min-width: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .c-graph__box {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-graph__box {
    grid-template-columns: auto;
  }
}
.c-graph__notearea {
  display: grid;
  gap: 20px;
  min-width: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .c-graph__notearea {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .c-graph__notearea {
    grid-template-columns: auto;
  }
}
.c-graph figure {
  display: block;
  margin-top: 0px;
}
.c-graph__title {
  min-width: 1px;
}
.c-graph__title p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: var(--custom-main-color);
}
.c-graph__title p:nth-child(2) {
  margin-top: 5px;
}
.c-graph__graph img {
  max-width: 320px;
}
.c-graph__note {
  min-width: 1px;
}
.c-graph__note img {
  max-width: 280px;
}

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

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

@keyframes PageAnime-content {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-animation-bg {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: var(--custom-main-color);
  animation-name: LoadAnime-slide;
  animation-duration: 0.5s;
  animation-delay: 0.7s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
  z-index: 3000;
}

@keyframes LoadAnime-slide {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
    display: none;
  }
}
/*
サイト内アニメーション
_________________________________________*/
/* スクロール時の初回表示 */
.js-fadeintrigger {
  opacity: 0;
}

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

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

---Project
＊WordPress defaultpage part

--------------------------------------------------*/
/*
記事
_________________________________________*/
.p-post__header {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-post__header {
    margin-bottom: 30px;
  }
}
.p-post__title {
  font-size: clamp(1.313rem, 1.227rem + 0.43vw, 1.5rem);
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--custom-second-color);
  /* font-size=>サイズ21px‐24px　画面320px-1280px */
}
@media screen and (min-width: 1024px) {
  .p-post__title {
    padding-bottom: 30px;
  }
}
.p-post__metabox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 425px) {
  .p-post__metabox {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__metabox {
    margin-bottom: 30px;
  }
}
.p-post__category {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 25px;
  font-size: 16px;
  color: var(--custom-white);
  border-radius: 5px;
}
.p-post__category:hover {
  opacity: 0.8;
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
}
@media screen and (min-width: 768px) {
  .p-post__category {
    padding: 5px 35px;
  }
}
.p-post__tagarea {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid var(--custom-second-color);
}
@media screen and (min-width: 768px) {
  .p-post__tagarea {
    margin-top: 50px;
    gap: 15px;
  }
}
.p-post__tagarea span {
  font-family: var(--custom-font-en);
  font-size: 16px;
  font-weight: 600;
}
.p-post__tagarea a {
  font-family: var(--custom-font-jp);
  font-size: 16px;
}
.p-post__btn {
  display: grid;
  gap: 10px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-post__btn {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-post__btn {
    gap: 25px;
    margin-top: 100px;
  }
}

/*
記事一覧
_________________________________________*/
.p-archive__info {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-archive__info {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-archive__info {
    margin-bottom: 100px;
  }
}
.p-archive__catlist {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
.p-archive__catlink {
  display: inline-block;
  font-size: clamp(1rem, 0.943rem + 0.28vw, 1.125rem);
  font-weight: 400;
  color: var(--custom-white);
  padding: 10px 20px;
  border-radius: 5px;
  line-height: 1.3;
  text-align: center;
  /* font-size=>サイズ16px‐18px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .p-archive__catlink {
    padding: 20px 30px;
  }
}
.p-archive__catlink:hover {
  opacity: 0.8;
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
}
.p-archive__now {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-archive__now {
    margin-bottom: 50px;
  }
}

/*
検索結果
_________________________________________*/
.p-archive__infotitle {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  color: var(--custom-main-color);
  line-height: 1.3;
  vertical-align: middle;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
.p-archive__infoconnect {
  display: inline-block;
  width: 15px;
  height: 2px;
  background-color: var(--custom-main-color);
  margin-left: 10px;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-archive__infoconnect {
    margin-left: 20px;
  }
}
.p-archive__infotext {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
  font-weight: 600;
  line-height: 1.3;
  vertical-align: middle;
  /* font-size=>サイズ20px‐24px　画面320px-1024px */
}

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

---Project
＊Originalpage part

--------------------------------------------------*/
/*
404ページ
_________________________________________*/
.p-404__text {
  text-align: center;
}
.p-404__text.title {
  font-size: 18px;
  color: var(--custom-main-color);
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-404__text.title {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-404__contents .wp-block-buttons {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 20px;
  }
}
.p-404__contents .wp-block-button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-404__contents .wp-block-button {
    width: calc(50% - 15px);
  }
}
.p-404__contents .wp-block-button__link {
  width: 100%;
  padding: 15px 20px;
}
@media screen and (min-width: 768px) {
  .p-404__contents .wp-block-button__link {
    padding: 20px;
  }
}

/*
トップページ
_________________________________________*/
.p-top-mv {
  position: relative;
}
.p-top-mv__imgcontainer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.p-top-mv__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p-top-mv__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 20px;
  flex-direction: column;
  position: relative;
  height: calc(100dvh - 65px);
  padding: 20px;
  z-index: 3;
}
@media screen and (min-width: 1200px) {
  .p-top-mv__inner {
    height: 100dvh;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 30px;
  }
}
.p-top-mv__pick {
  display: grid;
  justify-items: start;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-mv__pick {
    grid-template-columns: auto 1fr;
    max-width: 1120px;
  }
}
.p-top-mv__picklabel {
  min-width: 1px;
  font-family: var(--custom-font-en);
  color: var(--custom-white);
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  line-height: 1.2;
  background-color: var(--custom-main-color);
  padding: 15px 20px;
  border-radius: 10px 10px 0px 0px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-top-mv__picklabel {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
  }
}
.p-top-mv__pickbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-width: 1px;
  background-color: var(--custom-white);
  padding: 20px;
  border-radius: 0px 10px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__pickbox {
    border-radius: 0px 10px 10px 0px;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.p-top-mv__pickcat {
  text-align: center;
  padding: 3px 10px;
  color: var(--custom-white);
  border-radius: 3px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .p-top-mv__pickcat {
    padding: 3px 20px;
  }
}
.p-top-mv__picktitle {
  display: inline-block;
  color: var(--custom-text-color);
}
.p-top-mv__picktitle:hover {
  color: var(--custom-main-color);
}
.p-top-mv__banner {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--custom-white);
  border-radius: 5px;
  overflow: hidden;
}
.p-top-mv__banner:hover .p-top-mv__bannerimg {
  opacity: 0.8;
}
.p-top-mv__bannerimg {
  transition: all 0.3s ease;
}

.p-top-about {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    min-height: 560px;
  }
}
.p-top-about__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.p-top-about__container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-top-about__box {
    max-width: 770px;
    background-color: var(--custom-white-08);
    padding: 30px 20px 30px 0px;
    border-radius: 20px;
  }
}
.p-top-about__box h3.wp-block-heading {
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 15px 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-about__box h3.wp-block-heading {
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-about__box h3.wp-block-heading {
    padding: 20px 100px;
  }
}
.p-top-about__text {
  margin-top: 20px;
}
.p-top-about__text p:first-child {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.p-top-about__img {
  display: block;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
}
@media screen and (min-width: 425px) {
  .p-top-about__img {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 1020px;
    margin-top: 0px;
    z-index: 0;
  }
}
.p-top-about__img img {
  display: block;
  aspect-ratio: 3/2;
  max-height: 300px;
  border-radius: 20px 0px 0px 20px;
}
@media screen and (min-width: 425px) {
  .p-top-about__img img {
    max-height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-about__img img {
    aspect-ratio: unset;
    height: 560px;
    max-height: unset;
  }
}

.p-top-business__main {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-top-business__main {
    margin-top: 100px;
  }
}
.p-top-business__item:not(:first-child), .p-top-business__subitem:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .p-top-business__item:not(:first-child), .p-top-business__subitem:not(:first-child) {
    margin-top: 100px;
  }
}
.p-top-business__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 425px) {
  .p-top-business__item {
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-top-business__img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: 0px;
}
.p-top-business__img img {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  max-width: 450px;
}
.p-top-business__container {
  margin-top: -80px;
}
@media screen and (min-width: 425px) {
  .p-top-business__container {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__container {
    max-width: 800px;
  }
}
@media screen and (min-width: 425px) {
  .p-top-business__item:nth-child(2n+1) .p-top-business__container {
    margin-left: -390px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__item:nth-child(2n+1) .p-top-business__container {
    margin-left: -200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__item:nth-child(2n+1) .p-top-business__container {
    margin-left: -150px;
  }
}
@media screen and (min-width: 425px) {
  .p-top-business__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 425px) {
  .p-top-business__item:nth-child(2n) .p-top-business__container {
    margin-right: -390px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__item:nth-child(2n) .p-top-business__container {
    margin-right: -200px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__item:nth-child(2n) .p-top-business__container {
    margin-right: -150px;
  }
}
.p-top-business__line {
  display: none;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .p-top-business__line {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 425px) {
  .p-top-business__line img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 110px;
  }
}
.p-top-business__box {
  position: relative;
  padding: 20px;
  background-color: var(--custom-white);
  border-radius: 20px;
  z-index: 1;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-top-business__box {
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-business__box {
    padding: 35px;
  }
}
.p-top-business__title h3.wp-block-heading {
  padding-left: 0px;
  border-left: none;
  margin-top: 0px;
}
.p-top-business__title h3.wp-block-heading a {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  width: 100%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 425px) {
  .p-top-business__title h3.wp-block-heading a {
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__title h3.wp-block-heading a {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.p-top-business__title h3.wp-block-heading a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  min-width: 35px;
  font-family: "Material Symbols Rounded";
  content: "\e5c8";
  border-radius: 50%;
  background: var(--custom-main-color);
  color: var(--custom-white);
  font-size: 20px;
  margin-left: auto;
  transition: all 0.3s ease;
}
@media screen and (min-width: 425px) {
  .p-top-business__title h3.wp-block-heading a::after {
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-business__title h3.wp-block-heading a::after {
    width: 45px;
    height: 45px;
    min-width: 45px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-business__title h3.wp-block-heading a::after {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
}
.p-top-business__title h3.wp-block-heading a:hover {
  color: var(--custom-dark-color);
}
.p-top-business__title h3.wp-block-heading a:hover::after {
  background: var(--custom-dark-color);
  transform: translateX(5px);
}
.p-top-business__text {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-business__text {
    margin-top: 20px;
  }
}
.p-top-business__subitem {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-business__subitem {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__subitem {
    gap: 50px;
  }
}
.p-top-business__btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top-business__btn {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .p-top-business__btn {
    width: calc(50% - 25px);
  }
}
.p-top-business__btn .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: var(--custom-white);
  height: 80px;
  border-radius: 16px;
  padding: 15px;
  font-weight: 500;
  color: var(--custom-main-color);
  border-color: transparent;
}
.p-top-business__btn .wp-block-button__link:hover {
  color: var(--custom-main-color);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-hover-back);
}
@media screen and (min-width: 768px) {
  .p-top-business__btn .wp-block-button__link {
    height: 100px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-business__btn .wp-block-button__link {
    height: 110px;
    font-size: 20px;
  }
}
.p-top-business__btn .wp-block-button__link::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1200px) {
  .p-top-business__btn .wp-block-button__link::before {
    width: 45px;
    height: 45px;
  }
}
.p-top-business__btn.plan .wp-block-button__link::before {
  background-image: url("../img/contents/energy-icon.png");
}
.p-top-business__btn.electrical .wp-block-button__link::before {
  background-image: url("../img/contents/light-icon.png");
}

.p-top-news__more {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-top-news__more {
    margin-top: 50px;
  }
}

.p-top-company__img {
  display: block;
  width: 90%;
  height: 200px;
  margin-right: auto;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (min-width: 768px) {
  .p-top-company__img {
    height: 300px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-company__img {
    width: calc(1100px + (100% - 1100px) / 2);
    height: 350px;
  }
}
.p-top-company__container {
  width: 95%;
  background-color: var(--custom-white);
  margin-left: auto;
  margin-top: -50px;
  border-radius: 20px 0px 0px 20px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-company__container {
    padding: 50px;
    margin-top: -70px;
  }
}
@media screen and (min-width: 1200px) {
  .p-top-company__container {
    width: calc(765px + (100% - 1100px) / 2);
    padding: 60px;
    margin-top: -80px;
  }
}
.p-top-company__inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
  max-width: 705px;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-top-company__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-top-company__box {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-top-company__list {
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-company__list .menu-item a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--custom-text-color);
}
@media screen and (min-width: 425px) {
  .p-top-company__list .menu-item a {
    font-size: 18px;
    gap: 20px;
  }
}
.p-top-company__list .menu-item a::after {
  display: inline-block;
  font-family: "Material Symbols Rounded";
  content: "\e5c8";
  color: var(--custom-main-color);
  line-height: 1.1;
  font-size: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
}
.p-top-company__list .menu-item a:hover {
  color: var(--custom-main-color);
}
.p-top-company__list .menu-item a:hover::after {
  transform: translateX(5px);
}
.p-top-company__list .menu-item:not(:first-child) {
  margin-top: 20px;
}

/*
事業内容一覧
_________________________________________*/
.c-businessloop__item {
  position: relative;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .c-businessloop__item {
    display: flex;
    align-items: flex-end;
    min-height: 400px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-businessloop__item {
    min-height: 500px;
  }
}
.c-businessloop__item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .c-businessloop__item:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .c-businessloop__item:not(:first-child) {
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .c-businessloop__item:nth-child(2n) {
    justify-content: flex-end;
  }
}
.c-businessloop__img {
  aspect-ratio: 3/2;
  border-radius: 20px;
  width: 100%;
  max-height: 270px;
}
@media screen and (min-width: 768px) {
  .c-businessloop__img {
    aspect-ratio: unset;
    max-height: unset;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
}
.c-businessloop__inner {
  position: relative;
  background-color: var(--custom-white);
  margin-top: -70px;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 425px) {
  .c-businessloop__inner {
    margin-left: 20px;
    margin-right: 20px;
    padding: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-businessloop__inner {
    width: 100%;
    max-width: 800px;
    margin: 0px;
    z-index: 2;
  }
}
@media screen and (min-width: 1024px) {
  .c-businessloop__inner {
    padding: 30px;
  }
}
.c-businessloop__title {
  color: var(--custom-main-color);
  font-size: clamp(1.375rem, 1.091rem + 1.42vw, 2rem);
  font-weight: 700;
  /* font-size=>サイズ22px‐32px　画面320px-1024px */
}
.c-businessloop__title::after {
  display: block;
  content: "";
  background-color: var(--custom-main-color);
  width: 50px;
  height: 5px;
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .c-businessloop__title::after {
    margin-top: 20px;
  }
}
.c-businessloop__text, .c-businessloop__link {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .c-businessloop__text, .c-businessloop__link {
    margin-top: 20px;
  }
}

/*
タケエイでんきの特徴
_________________________________________*/
.p-retail-ft {
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .p-retail-ft {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-retail-ft__item {
  min-width: 1px;
  margin-top: 0px;
}
.p-retail-ft h3.wp-block-heading {
  color: var(--custom-main-color);
  font-weight: 500;
  padding: 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
  text-align: center;
}
.p-retail-ft__img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-retail-ft__img {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-retail-ft__img {
    float: none;
    margin-right: auto;
  }
}
.p-retail-ft__img img {
  display: block;
  max-width: 400px;
  border-radius: 20px;
  aspect-ratio: 3/2;
}
.p-retail-ft__text {
  margin-top: 20px;
}

.p-retail-co {
  overflow: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-retail-co {
    margin-top: 50px;
  }
}
.p-retail-co__tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid var(--custom-gray);
  min-width: 580px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-retail-co__tr {
    grid-template-columns: 0.8fr 1fr 0.7fr;
  }
}
.p-retail-co__tr:last-child {
  border-bottom: 1px solid var(--custom-gray);
}
.p-retail-co__th, .p-retail-co__td {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
  min-width: 1px;
  padding: 10px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .p-retail-co__th, .p-retail-co__td {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-retail-co__th, .p-retail-co__td {
    align-items: center;
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .p-retail-co__th, .p-retail-co__td {
    padding: 20px 25px;
  }
}
.p-retail-co__th p, .p-retail-co__td p {
  margin-top: 0px;
}
.p-retail-co__th {
  background-color: var(--custom-back-color);
}
.p-retail-co__th P {
  color: var(--custom-main-color);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-retail-co__th P {
    text-align: center;
  }
}
.p-retail-co__th .c-editor-option {
  font-size: 14px;
  color: var(--custom-text-color);
  font-weight: 400;
}

/*
タケエイグループのエネルギー事業
_________________________________________*/
.p-e-business__item {
  padding: 15px;
  background-color: var(--custom-white);
  border: 1px solid var(--custom-gray);
  border-radius: 20px;
}
@media screen and (min-width: 425px) {
  .p-e-business__item {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-e-business__item {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-e-business__item {
    padding: 40px;
  }
}
.p-e-business__titlebox {
  position: relative;
}
.p-e-business__titlebox h2.wp-block-heading {
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.75rem);
  color: var(--custom-main-color);
  font-weight: 600;
  line-height: 1.6;
  padding: 25px 0px 15px 10px;
  border-bottom: 1px solid var(--custom-main-color);
  /* font-size=>サイズ20px‐28px　画面320px-1024px */
}
@media screen and (min-width: 425px) {
  .p-e-business__titlebox h2.wp-block-heading {
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-e-business__titlebox h2.wp-block-heading {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .p-e-business__titlebox h2.wp-block-heading {
    padding-left: 40px;
  }
}
.p-e-business__label {
  position: absolute;
  top: calc(clamp(0.313rem, -0.353rem + 2.5vw, 1.25rem) * -1);
  left: 0;
  font-family: var(--custom-font-en);
  color: rgba(var(--custom-main-rgb), 0.3);
  line-height: 1.2;
  /*  top=>サイズ5px‐20px　画面425px-1024px */
}
.p-e-business__label p {
  display: inline;
}
.p-e-business__label p:nth-child(1) {
  font-size: clamp(1.75rem, 1.352rem + 1.99vw, 2.625rem);
  font-weight: 600;
  /* font-size=>サイズ28px‐42px　画面320px-1024px */
}
.p-e-business__label p:nth-child(2) {
  font-size: clamp(2.25rem, 1.511rem + 3.69vw, 3.875rem);
  font-weight: 700;
  padding-left: 3px;
  /* font-size=>サイズ36px‐62px　画面320px-1024px */
}
.p-e-business__contents {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 425px) {
  .p-e-business__contents {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-e-business__contents {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: normal;
    gap: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .p-e-business__contents {
    grid-template-columns: 300px 1fr;
    gap: 45px;
    margin-top: 30px;
  }
}
.p-e-business__img {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
  margin-top: 0px;
}
.p-e-business__img img {
  aspect-ratio: 4/3;
  border-radius: 20px;
  max-width: 450px;
}
.p-e-business__text {
  width: 100%;
  min-width: 1px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .p-e-business__text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .p-e-business__text p {
    font-size: 20px;
  }
}

/*
会社概要ページ
_________________________________________*/
.p-company__map {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .p-company__map {
    margin-top: 30px;
  }
}
.p-company__linkbtn {
  justify-content: center;
}
.p-company__linkbtn .wp-block-button {
  width: 100%;
  max-width: 500px;
}
.p-company__linkbtn .wp-block-button.is-style-button-custom-bigsize .wp-element-button {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .p-company__linkbtn .wp-block-button.is-style-button-custom-bigsize .wp-element-button {
    font-size: 20px;
  }
}

/*
グループ会社一覧
_________________________________________*/
.p-group__links {
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-group__links {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.p-group__links .wp-block-button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-group__links .wp-block-button {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1024px) {
  .p-group__links .wp-block-button {
    width: calc(50% - 25px);
  }
}

/*
サイトマップ
_________________________________________*/
.p-sitemap__list .menu-item a {
  position: relative;
  color: var(--custom-text-color);
}
.p-sitemap__list .menu-item a:hover {
  color: var(--custom-main-color);
}
.p-sitemap__list > .menu-item {
  border-top: 1px solid var(--custom-gray);
  padding: 15px 5px;
}
.p-sitemap__list > .menu-item:last-of-type {
  border-bottom: 1px solid var(--custom-gray);
}
@media screen and (min-width: 768px) {
  .p-sitemap__list > .menu-item {
    padding: 20px 10px;
  }
}
.p-sitemap__list > .menu-item > a {
  font-weight: 600;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list > .menu-item > a {
    font-size: 18px;
  }
}
.p-sitemap__list > .menu-item > a::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list > .menu-item > a::before {
    top: 7px;
  }
}
.p-sitemap__list .menu-item.second-level, .p-sitemap__list .menu-item.third-level {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list .menu-item.second-level, .p-sitemap__list .menu-item.third-level {
    margin-top: 15px;
  }
}
.p-sitemap__list .menu-item.second-level > a, .p-sitemap__list .menu-item.third-level > a {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list .menu-item.second-level > a, .p-sitemap__list .menu-item.third-level > a {
    padding-left: 23px;
  }
}
.p-sitemap__list .menu-item.second-level > a::before, .p-sitemap__list .menu-item.third-level > a::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 2px;
  content: "";
  background-color: var(--custom-main-color);
  width: 10px;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list .menu-item.second-level > a::before, .p-sitemap__list .menu-item.third-level > a::before {
    width: 13px;
  }
}
.p-sitemap__list .menu-item.second-level > .sub-menu {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__list .menu-item.second-level > .sub-menu {
    padding-left: 20px;
  }
}

/*
LP Components
_________________________________________*/
/* ページ制御 */
.p-plan {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .p-plan {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan {
    margin-bottom: 200px;
  }
}

/* header */
.l-lpheader {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  background-color: var(--custom-white);
  transition: all 0.3s ease;
  min-width: 1px;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .l-lpheader {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lpheader {
    height: 85px;
  }
}
.l-lpheader.fixed {
  box-shadow: var(--custom-boxshadow);
}
.l-lpheader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .l-lpheader__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.l-lpheader__logoarea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1002;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__logoarea {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .l-lpheader .l-header__hamburger {
    display: none;
  }
}
.l-lpheader__toplink {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.l-lpheader__toplink span {
  display: block;
  font-size: 30px;
  color: var(--custom-text-color);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .l-lpheader__toplink span {
    font-size: 32px;
  }
}
.l-lpheader__toplink:hover .l-lpheader__logo {
  opacity: 0.6;
}
.l-lpheader__toplink:hover span {
  opacity: 0.6;
}
.l-lpheader__logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 32px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__logo {
    max-height: 40px;
  }
}
.l-lpheader__menuarea {
  position: fixed;
  top: -110%;
  right: 0;
  width: 100%;
  max-height: 100dvh;
  background-color: var(--custom-back-color);
  padding: 80px 20px 30px;
  opacity: 0;
  overflow: auto;
  transition: all 0.5s ease;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .l-lpheader__menuarea {
    top: 0;
    right: -110%;
    height: 100dvh;
    max-width: 425px;
  }
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menuarea {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    padding: 0px;
    max-width: unset;
    opacity: 1;
    overflow: unset;
  }
}
.l-lpheader__menuarea.panelactive {
  opacity: 1;
  top: 0%;
}
@media screen and (min-width: 768px) {
  .l-lpheader__menuarea.panelactive {
    top: 0px;
    right: 0%;
  }
}
.l-lpheader__menu {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lpheader__menu {
    gap: 40px;
  }
}
.l-lpheader__menu .menu-item:not(.has-btn) a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 18px;
  color: var(--custom-text-color);
  padding-left: 25px;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu .menu-item:not(.has-btn) a {
    padding: 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lpheader__menu .menu-item:not(.has-btn) a {
    font-size: 18px;
  }
}
.l-lpheader__menu .menu-item:not(.has-btn) a::before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  background-color: var(--custom-main-color);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu .menu-item:not(.has-btn) a::before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu .menu-item:not(.has-btn) a::after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(var(--custom-main-color), var(--custom-main-color));
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    transition: background-size 0.3s;
  }
}
.l-lpheader__menu .menu-item:not(.has-btn) a:hover {
  color: var(--custom-second-color);
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu .menu-item:not(.has-btn) a:hover::after {
    background-position: bottom left;
    background-size: 100% 1px;
  }
}
.l-lpheader__menu .menu-item.has-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: var(--custom-white);
  background-color: var(--custom-main-color);
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .l-lpheader__menu .menu-item.has-btn a {
    height: 50px;
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .l-lpheader__menu .menu-item.has-btn a {
    width: 280px;
  }
}
.l-lpheader__menu .menu-item.has-btn a:hover {
  background-color: var(--custom-dark-color);
  box-shadow: var(--custom-boxshadow);
}

/* parts 見出し */
.c-lpheadline__sub {
  font-size: clamp(1rem, 0.83rem + 0.85vw, 1.375rem);
  line-height: 1.3;
  text-align: center;
  /* font-size=>サイズ16px‐22px　画面320px-1024px */
}
.c-lpheadline__sub::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: var(--custom-main-color);
  margin: 20px auto;
}
@media screen and (min-width: 1024px) {
  .c-lpheadline__sub::after {
    width: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-lpheadline h2.wp-block-heading.is-style-heading-custom-contents {
  font-size: clamp(1.375rem, 1.091rem + 1.42vw, 2rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--custom-main-color);
  text-align: center;
  /* font-size=>サイズ22px‐32px　画面320px-1024px */
}
.c-lpheadline.has-margin-t {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-lpheadline.has-margin-t {
    margin-bottom: 30px;
  }
}
.c-lpheadline.has-margin-f {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-lpheadline.has-margin-f {
    margin-bottom: 50px;
  }
}
.c-lpheadline.has-margin-e {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-lpheadline.has-margin-e {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-lpheadline.has-margin-e {
    margin-bottom: 80px;
  }
}

.c-lpsubheadline {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 1fr auto 1fr;
}
.c-lpsubheadline::before, .c-lpsubheadline::after {
  display: inline-block;
  content: "";
  width: 20px;
  min-width: 10px;
  height: 2px;
  background-color: var(--custom-main-color);
}
.c-lpsubheadline::before {
  justify-self: end;
}
.c-lpsubheadline h2.wp-block-heading.is-style-heading-custom-contents {
  font-size: clamp(1.375rem, 1.091rem + 1.42vw, 2rem);
  line-height: 1.1;
  font-weight: 600;
  color: var(--custom-main-color);
  text-align: center;
  min-width: 1px;
  /* font-size=>サイズ22px‐32px　画面320px-1024px */
}
.c-lpsubheadline h2.wp-block-heading.is-style-heading-custom-contents.small {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
  /* font-size=>サイズ20px‐24px　画面320px-1024px */
}
.c-lpsubheadline.has-margin-t {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .c-lpsubheadline.has-margin-t {
    margin-bottom: 30px;
  }
}
.c-lpsubheadline.has-margin-f {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .c-lpsubheadline.has-margin-f {
    margin-bottom: 50px;
  }
}
.c-lpsubheadline.has-margin-e {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-lpsubheadline.has-margin-e {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-lpsubheadline.has-margin-e {
    margin-bottom: 80px;
  }
}

/* parts ボタン */
.wp-block-button.c-lpbtn {
  width: 100%;
  max-width: 500px;
}
.wp-block-button.c-lpbtn .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--custom-main-color);
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  color: var(--custom-white);
  text-align: center;
  padding: 15px 10px;
  border: 1px solid var(--custom-main-color);
  border-radius: 10px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
@media screen and (min-width: 425px) {
  .wp-block-button.c-lpbtn .wp-block-button__link {
    height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-button.c-lpbtn .wp-block-button__link {
    height: 80px;
  }
}
.wp-block-button.c-lpbtn .wp-block-button__link:hover {
  color: var(--custom-white);
  box-shadow: var(--custom-boxshadow);
  background-color: var(--custom-dark-color);
  border-color: var(--custom-dark-color);
  transform: translateY(-3px);
}

/* cta */
.p-plan-cta {
  margin-top: 0px;
}
.p-plan-cta__sub {
  display: grid;
  align-items: end;
  gap: 15px;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-plan-cta__sub {
    gap: 20px;
  }
}
.p-plan-cta__sub::before, .p-plan-cta__sub::after {
  display: inline-block;
  content: "";
  width: 16px;
  min-width: 10px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-plan-cta__sub::before, .p-plan-cta__sub::after {
    width: 20px;
    height: 24px;
  }
}
.p-plan-cta__sub::before {
  justify-self: end;
  background-image: url("../img/lp/left-bubble.svg");
}
.p-plan-cta__sub::after {
  background-image: url("../img/lp/right-bubble.svg");
}
.p-plan-cta__sub p {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 500;
  text-align: center;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
.p-plan-cta__catch {
  text-align: center;
}
.p-plan-cta__catch p {
  display: block;
  color: var(--custom-main-color);
  font-size: clamp(1.5rem, 1.273rem + 1.14vw, 2rem);
  font-weight: 700;
  line-height: 1.1;
  /* font-size=>サイズ24px‐32px　画面320px-1024px */
}
.p-plan-cta__btn {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .p-plan-cta__btn {
    margin-top: 40px;
  }
}

/*
LP メインコンテンツ
_________________________________________*/
/* 共通装飾 */
.has-padding {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .has-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.item01 {
  background-color: #B3CB2B;
}

.item02 {
  background-color: #EBC031;
}

.item03 {
  background-color: #5098C0;
}

/* メインコンテンツ部分 */
.p-plan-mv {
  position: relative;
  width: 100%;
}
.p-plan-mv__backimg {
  display: block;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
}
.p-plan-mv__backimg img {
  width: 100%;
  height: 100%;
}
.p-plan-mv__container {
  margin-top: 0px;
}
.p-plan-mv__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: calc(100dvh - 65px);
}
@media screen and (min-width: 1024px) {
  .p-plan-mv__inner {
    height: calc(100dvh - 80px);
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-mv__inner {
    height: calc(100dvh - 85px);
  }
}
.p-plan-mv__box {
  width: 100%;
  background-color: var(--custom-white);
  padding: 50px 20px;
}
@media screen and (min-width: 768px) {
  .p-plan-mv__box {
    padding: 50px 20px 80px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-mv__box {
    padding: 80px 20px 100px 20px;
    border-radius: 20px;
  }
}
.p-plan-mv__boxinner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
@media screen and (min-width: 425px) {
  .p-plan-mv__boxinner {
    flex-direction: row;
    gap: 20px;
  }
}
.p-plan-mv__text {
  text-align: center;
}
.p-plan-mv__text.first {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  margin-top: 0px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
.p-plan-mv__text.first .c-editor-option {
  font-size: clamp(1.25rem, 0.909rem + 1.7vw, 2rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
  /* font-size=>サイズ20px‐32px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-plan-mv__text.first .c-editor-option {
    letter-spacing: 2.5px;
  }
}
.p-plan-mv__text.second {
  margin-top: 20px;
  font-size: clamp(1.25rem, 0.909rem + 1.7vw, 2rem);
  /* font-size=>サイズ20px‐32px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .p-plan-mv__text.second {
    margin-top: 30px;
  }
}
.p-plan-mv__text.second .c-editor-option {
  font-size: clamp(1.75rem, 1.068rem + 3.41vw, 3.25rem);
  font-weight: 500;
  color: var(--custom-main-color);
  /* font-size=>サイズ28px‐52px　画面320px-1024px */
}
.p-plan-mv__label {
  display: inline-block;
  padding: 8px 10px;
  color: var(--custom-white);
  line-height: 1.2;
  background-color: var(--custom-main-color);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan-mv__label {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-mv__label {
    padding: 10px 20px;
    margin-top: 5px;
  }
}
.p-plan-mv__iconarea {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, auto);
  max-width: 580px;
  margin-top: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-plan-mv__iconarea {
    margin-top: -50px;
  }
}
.p-plan-mv__icon {
  margin-top: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-plan-mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-plan-mv__btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-mv__btn {
    margin-top: 80px;
  }
}

.p-plan-catch {
  background: linear-gradient(135deg, rgb(239, 245, 248) 0%, rgb(199, 229, 244) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .p-plan-catch {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-catch {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-plan-catch__inner {
  display: grid;
  justify-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan-catch__inner {
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-catch__inner {
    grid-template-columns: 1fr 370px;
  }
}
.p-plan-catch__textbox {
  min-width: 1px;
}
.p-plan-catch__text {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  text-align: center;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
.p-plan-catch__text.first .c-editor-option:nth-child(1) {
  font-size: clamp(1.375rem, 1.205rem + 0.85vw, 1.75rem);
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 1.5px;
  /* font-size=>サイズ22px‐28px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-plan-catch__text.first .c-editor-option:nth-child(1) {
    letter-spacing: 2.5px;
  }
}
.p-plan-catch__text.first .c-editor-option:nth-child(2) {
  display: inline-block;
  padding: 8px 10px;
  font-size: clamp(1.375rem, 1.205rem + 0.85vw, 1.75rem);
  font-weight: 500;
  color: var(--custom-white);
  line-height: 1.2;
  background-color: var(--custom-main-color);
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: bottom;
  /* font-size=>サイズ22px‐28px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-plan-catch__text.first .c-editor-option:nth-child(2) {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-catch__text.first .c-editor-option:nth-child(2) {
    padding: 10px 20px;
  }
}
.p-plan-catch__text.second {
  margin-top: 20px;
}
.p-plan-catch__text.second .c-editor-option:nth-child(1) {
  font-size: clamp(1.5rem, 1.102rem + 1.99vw, 2.375rem);
  font-weight: 500;
  color: var(--custom-main-color);
  /* font-size=>サイズ24px‐38px　画面320px-1024px */
}
.p-plan-catch__text.second .c-editor-option:nth-child(2) {
  font-size: clamp(1.5rem, 0.989rem + 2.56vw, 2.625rem);
  font-weight: 500;
  color: var(--custom-main-color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--custom-main-color);
  text-decoration-style: wavy;
  text-underline-offset: 5px;
  /* font-size=>サイズ24px‐42px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-plan-catch__text.second .c-editor-option:nth-child(2) {
    text-underline-offset: 10px;
  }
}
.p-plan-catch__img {
  display: block;
  margin-top: 0px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1px;
}
.p-plan-catch__img img {
  aspect-ratio: 1/1;
  max-width: 370px;
  border-radius: 50%;
}

.p-plan-main {
  padding-bottom: 45px;
}
@media screen and (min-width: 425px) {
  .p-plan-main {
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main {
    padding-bottom: 85px;
  }
}
.p-plan-main__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1200px) {
  .p-plan-main__inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.p-plan-main__btns {
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 1200px) {
  .p-plan-main__btns {
    gap: 30px;
  }
}
.p-plan-main__btns .wp-block-button {
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-plan-main__btns .wp-block-button {
    width: calc(33.333% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main__btns .wp-block-button {
    width: calc(33.333% - 20px);
  }
}
.p-plan-main__btns .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  text-align: center;
  color: var(--custom-white);
  padding: 10px;
  border-radius: 10px;
  border: none;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
@media screen and (min-width: 768px) {
  .p-plan-main__btns .wp-block-button__link {
    height: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main__btns .wp-block-button__link {
    height: 100px;
  }
}
.p-plan-main__btns .wp-block-button__link:hover {
  box-shadow: var(--custom-boxshadow);
}
.p-plan-main__btns .wp-block-button.btn-item01 .wp-block-button__link {
  background-color: #B3CB2B;
}
.p-plan-main__btns .wp-block-button.btn-item01 .wp-block-button__link:hover {
  background-color: #9DB323;
}
.p-plan-main__btns .wp-block-button.btn-item02 .wp-block-button__link {
  background-color: #EBC031;
}
.p-plan-main__btns .wp-block-button.btn-item02 .wp-block-button__link:hover {
  background-color: #E0B62A;
}
.p-plan-main__btns .wp-block-button.btn-item03 .wp-block-button__link {
  background-color: #5098C0;
}
.p-plan-main__btns .wp-block-button.btn-item03 .wp-block-button__link:hover {
  background-color: #4189B2;
}
.p-plan-main__hasback {
  position: relative;
  background-color: var(--custom-back-color);
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 75px;
}
@media screen and (min-width: 425px) {
  .p-plan-main__hasback {
    margin-top: 105px;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-main__hasback {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main__hasback {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 165px;
  }
}
.p-plan-main__hasback::before, .p-plan-main__hasback::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 425px) {
  .p-plan-main__hasback::before, .p-plan-main__hasback::after {
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-main__hasback::before, .p-plan-main__hasback::after {
    height: 85px;
  }
}
.p-plan-main__hasback::before {
  top: 0;
  background-image: url("../img/sp-back-wave-top.png");
  transform: translateY(-99%);
}
@media screen and (min-width: 425px) {
  .p-plan-main__hasback::before {
    background-image: url("../img/tab-back-wave-top.png");
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-main__hasback::before {
    background-image: url("../img/back-wave-top.png");
  }
}
.p-plan-main__hasback::after {
  bottom: 0;
  background-image: url("../img/sp-back-wave-bottom.png");
  transform: translateY(99%);
}
@media screen and (min-width: 425px) {
  .p-plan-main__hasback::after {
    background-image: url("../img/tab-back-wave-bottom.png");
  }
}
@media screen and (min-width: 1024px) {
  .p-plan-main__hasback::after {
    background-image: url("../img/back-wave-bottom.png");
  }
}
.p-plan-main__item {
  background-color: var(--custom-white);
  padding: 20px;
  margin-bottom: 50px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
@media screen and (min-width: 425px) {
  .p-plan-main__item {
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-main__item {
    margin-bottom: 80px;
    padding: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main__item {
    margin-bottom: 100px;
    padding: 35px;
  }
}
.p-plan-main h3.wp-block-heading {
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.5rem);
  font-weight: 600;
  color: var(--custom-white);
  padding: 10px 15px;
  border-radius: 10px;
  border-left: none;
  /* font-size=>サイズ20px‐24px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .p-plan-main h3.wp-block-heading {
    padding: 13px 20px;
  }
}
.p-plan-main__planbox {
  display: grid;
  justify-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 425px) {
  .p-plan-main__planbox {
    margin-top: 20px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-main__planbox {
    grid-template-columns: 345px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-main__planbox {
    gap: 30px;
    margin-top: 35px;
  }
}
.p-plan-main__img {
  display: block;
  min-width: 1px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-plan-main__img img {
  aspect-ratio: 3/2;
  max-width: 400px;
}
.p-plan-main__text {
  width: 100%;
  min-width: 1px;
  margin-top: 0px;
}
.p-plan-main .has-point {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-plan-main .has-point {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.p-plan-flow__flow {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
.p-plan-flow__item {
  width: 100%;
  padding: 20px 10px;
  border: 1px solid var(--custom-gray);
  border-radius: 20px;
  margin-top: 0px;
}
@media screen and (min-width: 425px) {
  .p-plan-flow__item {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 80px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-flow__item {
    grid-template-columns: 100px 1fr;
    gap: 30px;
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-flow__item {
    grid-template-columns: 150px 1fr;
    gap: 45px;
    padding: 30px;
  }
}
.p-plan-flow__icon {
  display: none;
}
@media screen and (min-width: 425px) {
  .p-plan-flow__icon {
    display: block;
    min-width: 1px;
    aspect-ratio: 1/1;
  }
}
.p-plan-flow__box {
  min-width: 1px;
  margin-top: 0px;
}
.p-plan-flow__name {
  display: flex;
  gap: 5px;
  flex-direction: column;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--custom-main-color);
}
@media screen and (min-width: 425px) {
  .p-plan-flow__name {
    gap: 10px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-plan-flow__name {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.p-plan-flow__step {
  display: flex;
  align-items: baseline;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--custom-main-color);
  padding: 5px 15px;
  border-radius: 30px;
}
@media screen and (min-width: 1200px) {
  .p-plan-flow__step {
    padding: 8px 25px;
    border-radius: 35px;
  }
}
.p-plan-flow__step p {
  display: inline;
  font-family: var(--custom-font-en);
  line-height: 1.1;
  color: var(--custom-white);
  font-weight: 500;
  margin-top: 0px;
}
.p-plan-flow__step p:nth-child(1) {
  font-size: 18px;
}
@media screen and (min-width: 1200px) {
  .p-plan-flow__step p:nth-child(1) {
    font-size: 20px;
  }
}
.p-plan-flow__step p:nth-child(2) {
  font-size: 20px;
}
@media screen and (min-width: 1200px) {
  .p-plan-flow__step p:nth-child(2) {
    font-size: 22px;
  }
}
.p-plan-flow__title {
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  font-weight: 600;
  margin-top: 0px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
.p-plan-flow__text {
  margin-top: 10px;
}
@media screen and (min-width: 425px) {
  .p-plan-flow__text {
    margin-top: 15px;
  }
}
.p-plan-flow .has-next {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0px;
}
.p-plan-flow .has-next img {
  width: 30px;
  height: 17px;
}
@media screen and (min-width: 768px) {
  .p-plan-flow .has-next img {
    width: 50px;
    height: 25px;
  }
}

.p-plan-form__catch {
  background-color: var(--custom-back-color);
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-plan-form__catch {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-form__catch {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.p-plan-form__inner {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-plan-form__inner {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .p-plan-form__inner {
    margin-top: 100px;
  }
}

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

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

.u-small {
  font-size: 14px;
}

.u-color {
  color: var(--custom-main-color);
}

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

@media screen and (min-width: 1024px) {
  .only-sp {
    display: none !important;
  }
}

.u-companytxt {
  margin-top: 20px;
  font-size: clamp(1.125rem, 1.011rem + 0.57vw, 1.375rem);
  text-decoration: underline;
  text-decoration-color: #E8943F;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  /* font-size=>サイズ18px‐22px　画面320px-1024px */
}
@media screen and (min-width: 1024px) {
  .u-companytxt {
    margin-top: 30px;
  }
}
.u-companytxt a {
  display: inline;
  color: #E8943F;
  text-decoration: underline;
  text-decoration-color: #E8943F;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.u-companytxt a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */