@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*----------------------------------------
  変数
----------------------------------------*/
/**
* 画面の高さを基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面の高さの範囲を指定
* 例）m-fontsize__h(12, 24, 480, 768) とした場合、
* 　　高さ480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minHeight  フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxHeight  フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 画面の幅を基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面幅の範囲を指定
* 例）m-fontsize__w(12, 24, 480, 768) とした場合、
* 　　幅480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minWidth   フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxWidth   フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 2つの数値からパーセンテージを求める（小数点第一位以下四捨五入）
*
* @param  $num  数値1
* @param  $max  数値2
* @return 数値2を100%とした場合の数値1の割合
*/
/**
* 値から単位を取り除く
*
* @param  $num  値
* @return 数値
*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, a, em {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt" 1;
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: justify;
}
@media screen and (max-width: 600px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, a, em {
    line-height: 1.6;
  }
}

html {
  font-size: 62.5%;
  margin: 0;
}

body {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

body > svg {
  display: none;
}

figure {
  margin: 0;
}

/*----------------------------------------
  共通
----------------------------------------*/
#l-wrapper {
  width: 100%;
  position: relative;
}
#l-wrapper > article {
  width: 100%;
}
#l-wrapper > article .l-section {
  width: 100%;
}
#l-wrapper > article .l-section__inner {
  width: 73.81dvw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  #l-wrapper > article .l-section__inner {
    width: 90%;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #l-wrapper > article .l-section__inner {
    width: calc(100% - 40px);
  }
}
#l-wrapper > article .l-section__inner.--narrow {
  width: 65.48dvw;
}
@media screen and (max-width: 1100px) {
  #l-wrapper > article .l-section__inner.--narrow {
    width: 100%;
    max-width: 94%;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner.--narrow {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #l-wrapper > article .l-section__inner.--narrow {
    width: calc(100% - 40px);
  }
}

.l-subheader {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-subheader {
    height: 113px;
  }
}
.l-subheader > div {
  width: 300px;
  height: 200px;
  position: absolute;
  right: -50%;
  left: -50%;
  bottom: 0;
  margin: auto;
  padding-top: 63px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-subheader > div {
    height: 100%;
    padding-top: 22px;
  }
}
.l-subheader > div h1 {
  font-size: 50px;
  letter-spacing: 0.07em;
  line-height: 1.34;
}
@media screen and (max-width: 768px) {
  .l-subheader > div h1 {
    font-size: 35px;
  }
}
.l-subheader > div p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}
@media screen and (max-width: 768px) {
  .l-subheader > div p {
    font-size: 14px;
  }
}

#l-fixdlink {
  display: none;
}
@media screen and (max-width: 600px) {
  #l-fixdlink {
    display: flex;
    gap: 0 10px;
    position: fixed;
    bottom: 14px;
    right: 15px;
  }
}
#l-fixdlink a {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  background-color: #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}
#l-fixdlink a::before {
  content: "";
  width: 100%;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
}
#l-fixdlink a.--contact::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 20/16;
  -webkit-mask-image: url(../img/common/ico_mail.svg);
  mask-image: url(../img/common/ico_mail.svg);
}
#l-fixdlink a.--instagram::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/ico_instagram.svg);
  mask-image: url(../img/common/ico_instagram.svg);
}

.l-hd__contact {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  filter: drop-shadow(0 2px 8px rgba(34, 34, 34, 0.1));
}
.l-hd__contact a {
  width: clamp(88px, 7.1vw, 108px);
  height: clamp(80px, 6.45vw, 100px);
  padding: clamp(6px, 0.48vw, 12px) 0 4px 4px;
  border-radius: 0 0 0 30px;
  color: #FFFFFF;
  background-color: #00A13F;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.48vw, 8px) 0;
  align-items: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .l-hd__contact a {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 600px) {
  .l-hd__contact a {
    width: clamp(70px, 18.67vw, 88px);
    height: clamp(65px, 17.33vw, 80px);
    border-radius: 0 0 0 15px;
    font-size: clamp(1rem, 2.67vw, 1.4rem);
    line-height: 1.4;
  }
}
.l-hd__contact a::after {
  content: "";
  width: clamp(20px, 1.61vw, 30px);
  aspect-ratio: 30/24;
  -webkit-mask-image: url(../img/common/ico_contact.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_contact.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
}
@media (any-hover: hover) {
  .l-hd__contact a:hover {
    color: #00A13F;
    background-color: #F7F7F3;
  }
  .l-hd__contact a:hover::after {
    background-color: #00A13F;
  }
}
.l-hd__contact a:active {
  color: #00A13F;
  background-color: #F7F7F3;
}
.l-hd__contact a:active::after {
  background-color: #00A13F;
}

#l-totop {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 85px;
  right: 1.79vw;
  z-index: 100;
  cursor: pointer;
}
#l-totop img {
  width: 100%;
  height: auto;
}

@keyframes hop {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(4px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(4px);
  }
  40% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes vib {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(0);
  }
  60% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
/* フェードアニメーション */
.l-fadeIn--active {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-fadeUp--active {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.l-fadeDown--active {
  animation-name: fadeDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.l-fadeLeft--active {
  animation-name: fadeLeftAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.l-fadeRight--active {
  animation-name: fadeRightAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.l-zoomIn--active {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight,
.l-zoomIn {
  opacity: 0;
}
@media print {
  .l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight,
.l-zoomIn {
    opacity: 1;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/
header {
  margin-bottom: clamp(40px, 3.64vw, 60px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  header {
    margin-bottom: 35px;
  }
}
header h1 a {
  width: clamp(235px, 18.95vw, 255px);
  height: clamp(80px, 6.45vw, 100px);
  border-radius: 0 0 30px 0;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 2px 8px rgba(34, 34, 34, 0.1));
}
@media screen and (max-width: 1100px) {
  header h1 a {
    width: clamp(180px, 18vw, 235px);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  header h1 a {
    width: clamp(150px, 40vw, 180px);
    height: clamp(65px, 17.33vw, 80px);
  }
}
header h1 a img {
  width: clamp(170px, 13.71vw, 190px);
  aspect-ratio: 190/56;
}
@media screen and (max-width: 1100px) {
  header h1 a img {
    width: clamp(145px, 14.5vw, 170px);
    margin: 0 15px 0 20px;
  }
}
@media screen and (max-width: 600px) {
  header h1 a img {
    width: clamp(120px, 32vw, 145px);
    margin: 0 10px 0 15px;
  }
}
header .l-hd__inner {
  margin-right: calc(30px + clamp(88px, 7.1vw, 108px));
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1100px) {
  header .l-hd__inner {
    margin-right: calc(clamp(25px, 2.5vw, 30px) + 88px);
  }
}
@media screen and (max-width: 600px) {
  header .l-hd__inner {
    margin-right: calc(10px + clamp(70px, 18.67vw, 88px));
  }
}
header .l-hd__inner nav {
  border-radius: 100px;
  background-color: #F7F7F3;
  filter: drop-shadow(0 2px 8px rgba(34, 34, 34, 0.1));
}
@media screen and (max-width: 1023px) {
  header .l-hd__inner nav {
    display: none;
  }
}
header .l-hd__inner nav ul {
  padding: 13px clamp(20px, 1.61vw, 40px);
  display: flex;
  gap: 0 clamp(15px, 1.21vw, 20px);
}
@media screen and (max-width: 1240px) {
  header .l-hd__inner nav ul {
    gap: 0 10px;
  }
}
header .l-hd__inner nav ul li a {
  padding: 5px 10px;
  font-size: 1.6rem;
  display: block;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1240px) {
  header .l-hd__inner nav ul li a {
    padding: 5px 5px;
  }
}
@media (any-hover: hover) {
  header .l-hd__inner nav ul li a:hover {
    color: #00A13F;
  }
}
header .l-hd__inner nav ul li a:active {
  color: #00A13F;
}

/*----------------------------------------
  フッタ
----------------------------------------*/
footer {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 75px;
  }
}
@media screen and (max-width: 600px) {
  footer {
    padding-top: 50px;
  }
}
footer .l-ft__inner {
  width: 83.33dvw;
  margin: 0 auto 50px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1240px) {
  footer .l-ft__inner {
    width: 94%;
  }
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner {
    flex-wrap: wrap;
  }
}
footer .l-ft__inner .l-ft__logo {
  margin-right: clamp(25px, 2.02vw, 50px);
  margin-bottom: 20px;
}
footer .l-ft__inner .l-ft__logo img {
  aspect-ratio: 300/89;
  width: clamp(240px, 19.35vw, 300px);
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__logo img {
    width: clamp(180px, 23.44vw, 240px);
  }
}
footer .l-ft__inner .l-ft__company {
  padding-right: clamp(25px, 2.02vw, 30px);
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__company {
    padding-right: 0;
  }
}
footer .l-ft__inner .l-ft__company .l-ft__address {
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
}
footer .l-ft__inner .l-ft__company .l-ft__address span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__company .l-ft__address span {
    font-size: clamp(1.5rem, 1.95vw, 1.6rem);
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__company .l-ft__address span {
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
  }
}
footer .l-ft__inner .l-ft__company .l-ft__tel {
  margin-block: calc((1em - 1lh) / 2);
  font-size: clamp(5rem, 4.03vw, 6rem);
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1240px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel {
    font-size: clamp(4.5rem, 4.09vw, 5rem);
  }
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel {
    font-size: clamp(4.2rem, 5.47vw, 4.5rem);
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel {
    font-size: clamp(4rem, 6.67vw, 4.2rem);
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel {
    margin-bottom: 5px;
  }
}
footer .l-ft__inner .l-ft__company .l-ft__tel span {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1240px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel span {
    font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  }
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__company .l-ft__tel span {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
footer .l-ft__inner .l-ft__company .l-ft__info {
  width: fit-content;
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 1240px) {
  footer .l-ft__inner .l-ft__company .l-ft__info {
    font-size: clamp(1.8rem, 1.64vw, 2rem);
  }
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__company .l-ft__info {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
footer .l-ft__inner .l-ft__company .l-ft__info br {
  display: none;
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__company .l-ft__info br {
    display: block;
  }
}
footer .l-ft__inner .l-ft__menu {
  width: 280px;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__menu {
    width: 540px;
    margin: 25px 0 0 auto;
    gap: 0 16px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__menu {
    width: 230px;
    margin: 25px 0 0 0;
    gap: 5px 20px;
  }
}
footer .l-ft__inner .l-ft__menu li {
  width: 50%;
  max-width: 123px;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__menu li {
    width: calc((100% - 48px) / 4);
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__menu li {
    width: 100%;
    max-width: 105px;
  }
}
footer .l-ft__inner .l-ft__menu li a {
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  gap: 0 8px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__menu li a {
    font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  }
}
footer .l-ft__inner .l-ft__menu li a::before {
  content: "";
  width: 100%;
  max-width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #DEF8E8;
  display: block;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  footer .l-ft__inner .l-ft__menu li a:hover::before {
    background-color: #00A13F;
  }
}
footer .l-ft__inner .l-ft__menu li a:active::before {
  background-color: #00A13F;
}
footer .l-ft__bnr {
  width: 94%;
  max-width: 1323px;
  margin: 0 auto;
  display: flex;
  gap: 20px 20px;
}
@media screen and (max-width: 900px) {
  footer .l-ft__bnr {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr {
    gap: 15px 15px;
  }
}
footer .l-ft__bnr ul {
  display: flex;
  gap: 20px 20px;
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr ul {
    gap: 15px 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__bnr ul {
    flex-wrap: wrap;
  }
}
footer .l-ft__bnr ul li {
  border: solid 1px #222222;
  display: inline-flex;
}
footer .l-ft__bnr ul li a {
  width: 100%;
  height: auto;
  display: flex;
  transition: all 0.3s;
}
footer .l-ft__bnr ul li a img {
  width: 100%;
  height: auto;
}
footer .l-ft__bnr ul li a:hover {
  opacity: 0.7;
}
footer .l-ft__bnr ul:nth-of-type(1) {
  width: 65%;
}
@media screen and (max-width: 900px) {
  footer .l-ft__bnr ul:nth-of-type(1) {
    width: 85%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr ul:nth-of-type(1) {
    width: 100%;
  }
}
footer .l-ft__bnr ul:nth-of-type(1) li {
  width: calc((100% - 60px) / 4);
  max-width: 200px;
  aspect-ratio: 200/68;
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr ul:nth-of-type(1) li {
    width: calc((100% - 15px) / 2);
    max-width: 160px;
    aspect-ratio: 160/54;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__bnr ul:nth-of-type(1) li {
    max-width: none;
  }
}
footer .l-ft__bnr ul:nth-of-type(2) {
  width: 35%;
}
@media screen and (max-width: 900px) {
  footer .l-ft__bnr ul:nth-of-type(2) {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__bnr ul:nth-of-type(2) {
    width: 100%;
  }
}
footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(1) {
  max-width: 231px;
  aspect-ratio: 231/68;
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(1) {
    max-width: 183px;
    aspect-ratio: 183/54;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(1) {
    max-width: 75%;
  }
}
footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(2) {
  max-width: 192px;
  aspect-ratio: 192/68;
}
@media screen and (max-width: 768px) {
  footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(2) {
    max-width: 152px;
    aspect-ratio: 152/54;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__bnr ul:nth-of-type(2) li:nth-of-type(2) {
    max-width: 65%;
  }
}
footer small {
  padding: 30px 0;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  text-align: center;
  display: block;
}

/*----------------------------------------
  SPナビ
----------------------------------------*/
.--fixed__spnavi {
  height: 100%;
  overflow: hidden;
}

.l-sn__wrapper {
  display: none;
}
.l-sn__wrapper.--active__spnavi::after {
  content: "";
  opacity: 0.5;
  visibility: visible;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper.--active__spnavi {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .l-sn__wrapper {
    width: calc(100% - clamp(235px, 18.95vw, 255px));
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1100px) {
  .l-sn__wrapper {
    width: calc(100% - clamp(180px, 18vw, 235px));
  }
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper {
    width: calc(100% - clamp(150px, 40vw, 180px));
  }
}
.l-sn__wrapper .l-sn__hamburger {
  width: 88px;
  height: 80px;
  background-color: #F7F7F3;
  display: block;
  border: none;
  border-radius: 0 0 30px 30px;
  padding: 0;
  box-sizing: border-box;
  filter: drop-shadow(0 2px 8px rgba(34, 34, 34, 0.1));
  cursor: pointer;
  position: sticky;
  top: 0;
  right: calc(clamp(25px, 2.5vw, 30px) + 88px);
  z-index: 99;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper .l-sn__hamburger {
    width: clamp(70px, 18.67vw, 88px);
    height: clamp(65px, 17.33vw, 80px);
    border-radius: 0 0 15px 15px;
    right: calc(15px + clamp(70px, 18.67vw, 88px));
  }
}
.l-sn__wrapper .l-sn__hamburger::after {
  content: "MENU";
  color: #00A13F;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper .l-sn__hamburger::after {
    bottom: clamp(12px, 3.2vw, 20px);
  }
}
.l-sn__wrapper .l-sn__hamburger span {
  width: 40px;
  height: 24px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 16px;
  left: 50%;
  translate: -50% 0;
}
.l-sn__wrapper .l-sn__hamburger span:nth-of-type(1)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.l-sn__wrapper .l-sn__hamburger span:nth-of-type(1)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper .l-sn__hamburger span:nth-of-type(1)::after {
    top: 6px;
  }
}
.l-sn__wrapper .l-sn__hamburger span:nth-of-type(2)::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper .l-sn__hamburger span:nth-of-type(2)::after {
    top: 12px;
  }
}
.l-sn__wrapper .l-sn__hamburger.--open__spnavi:before {
  scale: 1 1;
}
.l-sn__wrapper .l-sn__hamburger.--open__spnavi::after {
  content: "CLOSE";
  transform: rotateY(180deg) scale(-1, 1);
}
.l-sn__wrapper .l-sn__hamburger.--open__spnavi span::before {
  transform: rotate(30deg);
  top: 8px;
}
.l-sn__wrapper .l-sn__hamburger.--open__spnavi span::after {
  transform: rotate(-30deg);
  top: 8px;
}
.l-sn__wrapper nav {
  width: 100%;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.l-sn__wrapper nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F7F7F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-sn__wrapper nav.--active__spnavi {
  left: calc(100% - 500px);
  filter: drop-shadow(0 2px 8px rgba(34, 34, 34, 0.1));
}
@media screen and (max-width: 768px) {
  .l-sn__wrapper nav.--active__spnavi {
    left: calc(100% - 375px);
  }
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav.--active__spnavi {
    left: 0;
  }
}
.l-sn__wrapper nav .l-sn__inner {
  width: 500px;
  height: 100%;
  padding: 104px 0 50px;
}
@media screen and (max-width: 768px) {
  .l-sn__wrapper nav .l-sn__inner {
    width: 375px;
  }
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner {
    width: 100%;
  }
}
.l-sn__wrapper nav .l-sn__inner::before {
  content: "";
  width: 73.33%;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bg_circle_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-sn__wrapper nav .l-sn__inner .l-sn__logo {
  position: absolute;
  top: clamp(15px, 4vw, 25px);
  left: 20px;
  display: none;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner .l-sn__logo {
    display: block;
  }
}
.l-sn__wrapper nav .l-sn__inner .l-sn__logo img {
  width: clamp(120px, 32vw, 150px);
  aspect-ratio: 120/36;
  object-fit: contain;
}
.l-sn__wrapper nav .l-sn__inner ul {
  width: calc(100% - 80px);
  margin: 0 auto 50px;
  display: flex;
  gap: 15px 0;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-sn__wrapper nav .l-sn__inner ul {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner ul {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 480px) {
  .l-sn__wrapper nav .l-sn__inner ul {
    width: calc(100% - 40px);
  }
}
.l-sn__wrapper nav .l-sn__inner ul li a {
  display: block;
  transition: color 0.3s ease;
}
.l-sn__wrapper nav .l-sn__inner ul li a::before {
  content: "●";
  margin-right: 10px;
  color: #00A13F;
}
@media (any-hover: hover) {
  .l-sn__wrapper nav .l-sn__inner ul li a:hover {
    color: #00A13F;
  }
}
.l-sn__wrapper nav .l-sn__inner ul li a:active {
  color: #00A13F;
}
.l-sn__wrapper nav .l-sn__inner .l-sn__contact {
  width: 100%;
  height: 100%;
  padding: 25px 40px 0;
  background-color: #00A13F;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-sn__wrapper nav .l-sn__inner .l-sn__contact {
    padding: 25px 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner .l-sn__contact {
    padding: 25px 40px 0;
  }
}
.l-sn__wrapper nav .l-sn__inner .l-sn__contact em {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-style: normal;
}
.l-sn__wrapper nav .l-sn__inner .l-sn__contact a {
  margin-block: calc((1em - 1lh) / 2);
  color: #FFFFFF;
  font-size: clamp(3.6rem, 4.69vw, 4rem);
  font-weight: 700;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner .l-sn__contact a {
    font-size: clamp(3.2rem, 8.53vw, 3.6rem);
  }
}
.l-sn__wrapper nav .l-sn__inner .l-sn__contact a::before {
  content: "";
  width: clamp(38px, 4.95vw, 42px);
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_tel.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_tel.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  animation: vib 0.6s ease-in-out;
}
@media screen and (max-width: 600px) {
  .l-sn__wrapper nav .l-sn__inner .l-sn__contact a::before {
    width: clamp(34px, 9.07vw, 38px);
  }
}
.l-sn__wrapper nav .l-sn__inner .l-sn__contact p {
  padding: 10px 0 0;
  color: #FFFFFF;
  font-size: clamp(1.2rem, 2vw, 1.4rem);
  text-align: center;
}

/*----------------------------------------
  ボタン
----------------------------------------*/
.c-btn__basic {
  width: 100%;
  max-width: 184px;
  aspect-ratio: 184/60;
  border: solid 2px #00A13F;
  border-radius: 200px;
  margin: 0 auto;
  color: #00A13F;
  background-color: #FFFFFF;
  font-size: 1.8rem;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btn__basic {
    width: clamp(151px, 25.17vw, 184px);
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
.c-btn__basic::before {
  content: "";
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  scale: 0 0;
  transition: scale 0.3s ease;
}
.c-btn__basic::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 2px #00A13F;
  border-left: 0;
  border-bottom: 0;
  margin-top: 2px;
  display: inline-block;
  color: #00A13F;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: border-color 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn__basic:hover {
    color: #FFFFFF;
  }
  .c-btn__basic:hover::before {
    scale: 1 1;
  }
  .c-btn__basic:hover::after {
    border-color: #FFFFFF;
  }
}
.c-btn__basic:active {
  color: #FFFFFF;
}
.c-btn__basic:active::before {
  scale: 1 1;
}
.c-btn__basic:active::after {
  border-color: #FFFFFF;
}

/*----------------------------------------
  フォーム
----------------------------------------*/
.c-form__list {
  padding-bottom: 50px;
  display: flex;
  gap: 50px 0;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-form__list {
    padding-bottom: clamp(30px, 5vw, 50px);
    gap: clamp(20px, 3.33vw, 50px);
  }
}
.c-form__list li {
  display: flex;
  gap: 0 100px;
  align-items: baseline;
}
@media screen and (max-width: 1100px) {
  .c-form__list li {
    gap: 0 clamp(25px, 3.26vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .c-form__list li {
    flex-direction: column;
    gap: 10px 0;
  }
}
.c-form__list li:last-of-type {
  align-items: flex-start;
}
.c-form__list li p {
  width: 234px;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.c-form__list li p em {
  padding: 3px 12px 4px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-style: normal;
}
.c-form__list li p em.--require {
  background-color: #FF8484;
}
.c-form__list li p em.--optional {
  background-color: #222222;
}
.c-form__list li .wpcf7-form-control-wrap {
  width: calc(100% - clamp(25px, 3.26vw, 100px) - 234px);
}
@media screen and (max-width: 1100px) {
  .c-form__list li .wpcf7-form-control-wrap {
    width: calc(100% - clamp(25px, 3.26vw, 100px) - 234px);
  }
}
@media screen and (max-width: 767px) {
  .c-form__list li .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-form__list li .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  padding: 7px 15px;
  border: none;
  border-radius: 10px;
  background-color: #F7F7F3;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-form__list li .wpcf7-form-control-wrap input {
    padding: 5px 10px;
  }
}
.c-form__list li .wpcf7-form-control-wrap input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.c-form__list li .c-form__checkbox__wrapper {
  width: calc(100% - clamp(25px, 3.26vw, 100px) - 234px);
}
@media screen and (max-width: 767px) {
  .c-form__list li .c-form__checkbox__wrapper {
    width: 100%;
  }
}
.c-form__list li .c-form__checkbox__wrapper .c-form__checkbox__list {
  width: 100%;
  max-width: 430px;
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__list li .c-form__checkbox__wrapper .c-form__checkbox__list {
    margin-bottom: 5px;
    gap: 5px 25px;
  }
}
.c-form__list li .c-form__checkbox__wrapper .c-form__checkbox__inner {
  display: flex;
  gap: 0 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__list li .c-form__checkbox__wrapper .c-form__checkbox__inner {
    gap: 5px 25px;
  }
}
.c-form__list li .c-form__checkbox__wrapper input[type=checkbox] {
  transform: scale(1.3);
  margin-right: 5px;
}
.c-form__list li textarea {
  width: 100%;
  height: 200px;
  padding: 15px 15px;
  border: none;
  border-radius: 10px;
  background-color: #F7F7F3;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-form__list li textarea {
    width: 100%;
    height: 250px;
    padding: 10px 10px;
  }
}

.c-form__acceptance {
  padding: 25px 15px;
  border-top: dashed 1px #222222;
  border-bottom: dashed 1px #222222;
}
@media screen and (max-width: 768px) {
  .c-form__acceptance {
    padding: clamp(20px, 3.33vw, 25px) 0;
  }
}
.c-form__acceptance p {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .c-form__acceptance p {
    display: block;
  }
}
.c-form__acceptance p span a {
  text-decoration: underline;
  display: inline-block;
}
.c-form__acceptance p span a::after {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  margin: 0 5px;
  background-image: url(../img/common/ico_external.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.c-form__acceptance .wpcf7-acceptance {
  width: fit-content;
  margin: 0 auto;
  display: block;
}
.c-form__acceptance input[type=checkbox][name=c-form__agreement] {
  transform: scale(1.3);
  margin-right: 5px;
}

.c-form__confirmbtn {
  width: 100%;
  max-width: 184px;
  aspect-ratio: 184/60;
  border: solid 2px #8E8E8E;
  border-radius: 200px;
  margin: 0 auto;
  color: #8E8E8E;
  background-color: #FFFFFF;
  font-size: 1.8rem;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-form__confirmbtn {
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
.c-form__confirmbtn::before {
  content: "";
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  scale: 0 0;
  transition: scale 0.3s ease;
}
.c-form__confirmbtn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 2px #8E8E8E;
  border-left: 0;
  border-bottom: 0;
  margin-top: 2px;
  display: inline-block;
  color: #8E8E8E;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.c-form__confirmbtn.--active__btn {
  border-color: #00A13F;
  color: #00A13F;
  cursor: pointer;
}
.c-form__confirmbtn.--active__btn::after {
  border-color: #00A13F;
}
@media (any-hover: hover) {
  .c-form__confirmbtn.--active__btn:hover {
    color: #FFFFFF;
  }
  .c-form__confirmbtn.--active__btn:hover::before {
    scale: 1 1;
  }
  .c-form__confirmbtn.--active__btn:hover::after {
    border-color: #FFFFFF;
  }
}
.c-form__confirmbtn.--active__btn:active {
  color: #FFFFFF;
}
.c-form__confirmbtn.--active__btn:active::before {
  scale: 1 1;
}
.c-form__confirmbtn.--active__btn:active::after {
  border-color: #FFFFFF;
}

.c-form__confirm__btnwrapper {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .c-form__confirm__btnwrapper {
    flex-direction: column;
    gap: 15px 0;
    align-items: center;
  }
}
.c-form__confirm__btnwrapper .c-form__prevbtn {
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__confirm__btnwrapper .c-form__prevbtn {
    width: 184px;
  }
}
.c-form__confirm__btnwrapper .c-form__submit {
  width: 184px;
  border-radius: 200px;
  padding: 0;
  color: #00A13F;
  background-color: #FFFFFF;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
}
.c-form__confirm__btnwrapper .c-form__submit::before {
  content: "";
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  scale: 0 0;
  transition: scale 0.3s ease;
}
.c-form__confirm__btnwrapper .c-form__submit::after {
  content: "";
  width: 8px;
  height: 8px;
  border: solid 2px #00A13F;
  border-left: 0;
  border-bottom: 0;
  margin-top: 2px;
  position: absolute;
  right: clamp(50px, 8.33vw, 60px);
  color: #00A13F;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: border-color 0.3s ease;
}
.c-form__confirm__btnwrapper .c-form__submit input {
  width: 184px;
  aspect-ratio: 184/60;
  padding: 0 10px 0 0;
  border: solid 2px #00A13F;
  border-radius: 200px;
  color: #00A13F;
  background-color: transparent;
  font-size: 1.8rem;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-form__confirm__btnwrapper .c-form__submit input {
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
@media (any-hover: hover) {
  .c-form__confirm__btnwrapper .c-form__submit:hover::before {
    scale: 1 1;
  }
  .c-form__confirm__btnwrapper .c-form__submit:hover::after {
    border-color: #FFFFFF;
  }
  .c-form__confirm__btnwrapper .c-form__submit:hover input {
    color: #FFFFFF;
  }
}
.c-form__confirm__btnwrapper .c-form__submit:active::before {
  scale: 1 1;
}
.c-form__confirm__btnwrapper .c-form__submit:active::after {
  border-color: #FFFFFF;
}
.c-form__confirm__btnwrapper .c-form__submit:active input {
  color: #FFFFFF;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none !important;
}

/*----------------------------------------
  見出し
----------------------------------------*/
.c-hd__title {
  margin: 0 auto 40px;
}
@media screen and (max-width: 1100px) {
  .c-hd__title {
    margin: 0 auto clamp(30px, 3.91dvw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .c-hd__title {
    margin: 0 auto clamp(20px, 3.33dvw, 30px);
  }
}
.c-hd__title h3 {
  width: fit-content;
  margin: 0 auto;
  margin-block: calc((1em - 1lh) / 2);
  font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .c-hd__title h3 {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .c-hd__title h3 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
.c-hd__title span {
  width: fit-content;
  margin: 5px auto 0;
  color: #00A13F;
  font-size: clamp(1.6rem, 1.45vw, 1.8rem);
  text-align: center;
  display: block;
}
@media screen and (max-width: 1100px) {
  .c-hd__title span {
    font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  }
}
@media screen and (max-width: 1100px) {
  .c-hd__title span {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}

/*----------------------------------------
  svg
----------------------------------------*/
/*----------------------------------------
  テキスト
----------------------------------------*/
/*----------------------------------------
  トップページ
----------------------------------------*/
.p-home {
  width: 100%;
  overflow: hidden;
}
.p-home::before {
  content: "";
  aspect-ratio: 1/1;
  width: 32.74vw;
  background-image: url(../img/common/bg_circle_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-home::before {
    max-width: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home::before {
    width: clamp(380px, 49.48dvw, 480px);
  }
}
@media screen and (max-width: 768px) {
  .p-home::before {
    width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .p-home::before {
    width: clamp(275px, 57.29vw, 480px);
  }
}
.p-home .p-home__mv {
  margin: 0 0 70px 0;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv {
    margin: 0 0 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv {
    margin: 0 0 25px 0;
  }
}
.p-home .p-home__mv::after {
  content: "";
  width: 21.43dvw;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bg_circle_orange.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 4.46dvw;
  left: 2.98dvw;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__mv::after {
    min-width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv::after {
    width: clamp(250px, 32.55dvw, 300px);
    min-width: unset;
    bottom: 25px;
    left: 2.27dvw;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv::after {
    content: none;
  }
}
.p-home .p-home__mv .p-home__mv__inner {
  width: 83.33dvw;
  margin: 0 calc(30px + clamp(88px, 7.1vw, 108px)) 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__mv .p-home__mv__inner {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv .p-home__mv__inner {
    max-width: 94%;
    margin-right: clamp(68px, 8.85vw, 88px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__inner {
    width: calc(100% - 40px);
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__text {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__text {
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__text {
    left: 50%;
    translate: -50% 0;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__text img {
  width: 56.29dvw;
  max-width: 788px;
  aspect-ratio: 788/187;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__text img {
    width: clamp(472px, 42.91vw, 788px);
    max-width: none;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__text img {
    width: clamp(394px, 51.3vw, 472px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__text img {
    width: 83.2dvw;
  }
}
.p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track {
  width: 64.52dvw;
  aspect-ratio: 1084/650;
  border-radius: 30px;
  margin-left: auto;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track {
    max-width: 1084px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track {
    width: 100%;
  }
}
.p-home .p-home__mv .p-home__mv__inner .mvSlider .splide__track .splide__slide img {
  width: 100%;
  object-fit: cover;
}
.p-home .p-home__news {
  padding: 50px 0 0 0;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__news {
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__news {
    padding: 25px 0 0 0;
    margin-bottom: 25px;
  }
}
.p-home .p-home__news::after {
  content: "";
  width: 100%;
  height: 370px;
  background-color: #F7F7F3;
  position: absolute;
  bottom: 30px;
  z-index: -1;
}
.p-home .p-home__news .p-home__news__list {
  padding-bottom: 40px;
  display: flex;
  gap: 0 65px;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__news .p-home__news__list {
    gap: 0 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__news .p-home__news__list {
    flex-direction: column;
    gap: clamp(30px, 5vw, 60px) 0;
  }
}
.p-home .p-home__news .p-home__news__list .p-home__news__item {
  width: calc((100% - 130px) / 3);
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__news .p-home__news__list .p-home__news__item {
    width: calc((100% - 90px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__news .p-home__news__list .p-home__news__item {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__news .p-home__news__list .p-home__news__item {
    width: 100%;
  }
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a {
  display: block;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a picture {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 370/278;
  border: solid 1px #222222;
  border-radius: 15px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a picture img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 370/278;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span .p-home__news__label {
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span .p-home__news__label.--news {
  background-color: #00A13F;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span .p-home__news__label.--seminar {
  background-color: #006627;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span .p-home__news__label.--letter {
  background-color: #00CC4E;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a span time {
  color: #BBBBBB;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a em {
  font-size: 1.8rem;
  font-style: normal;
  line-height: 1.6;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-home .p-home__news .p-home__news__list .p-home__news__item a:hover picture img {
    transform: scale(1.2);
  }
  .p-home .p-home__news .p-home__news__list .p-home__news__item a:hover em {
    color: #00A13F;
  }
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a:active picture img {
  transform: scale(1.2);
}
.p-home .p-home__news .p-home__news__list .p-home__news__item a:active em {
  color: #00A13F;
}
.p-home .p-home__support {
  padding-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support {
    padding-top: 25px;
  }
}
.p-home .p-home__support h3 {
  width: fit-content;
  padding-bottom: 30px;
  margin: 0 auto;
  color: #00A13F;
  font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support h3 {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support h3 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
.p-home .p-home__support .p-home__support__content {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__content {
    margin-bottom: 100x;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__content {
    margin-bottom: 75px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__content {
    margin-bottom: 50px;
  }
}
.p-home .p-home__support .p-home__support__content ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  align-self: flex-end;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__content ul {
    gap: clamp(15px, 2.5dvw, 20px) 0;
    align-self: flex-start;
  }
}
.p-home .p-home__support .p-home__support__content ul li {
  display: flex;
  gap: 0 10px;
}
.p-home .p-home__support .p-home__support__content ul li::before {
  content: "";
  width: 22px;
  aspect-ratio: 1/1;
  margin-top: 3px;
  background-image: url(../img/home/ico_check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}
.p-home .p-home__support .p-home__support__content ul li div {
  display: flex;
  flex-wrap: wrap;
}
.p-home .p-home__support .p-home__support__content ul li div span {
  font-size: clamp(2rem, 1.82vw, 2.4rem);
  line-height: 1.6;
  display: flex;
  gap: 0 10px;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__content ul li div span {
    font-size: clamp(1.8rem, 1.64vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__content ul li div span {
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
.p-home .p-home__support .p-home__support__content .p-home__support__img {
  width: clamp(600px, 35.71vw, 700px);
  aspect-ratio: 600/491;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__content .p-home__support__img {
    width: clamp(375px, 62.5vw, 500px);
    margin: 0 calc(50% - 50vw) 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__content .p-home__support__img {
    margin: 0 calc(50% - 50vw - 20px) 0 auto;
  }
}
.p-home .p-home__support .p-home__support__content .p-home__support__img img {
  width: 100%;
  object-fit: contain;
}
.p-home .p-home__support .p-home__support__consider {
  position: relative;
}
.p-home .p-home__support .p-home__support__consider::after {
  content: "";
  width: 100dvw;
  margin: 0 calc(50% - 50vw);
  background-color: #00A13F;
  position: absolute;
  top: 100px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider::after {
    top: 75px;
  }
}
.p-home .p-home__support .p-home__support__consider h4 {
  width: fit-content;
  height: 220px;
  padding: 45px clamp(150px, 13.64vw, 200px) 50px;
  border: solid 10px #00A13F;
  border-radius: 200px;
  margin: 0 auto 50px;
  background-color: #FFFFFF;
  font-size: clamp(2.8rem, 2.55dvw, 3.2rem);
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider h4 {
    height: clamp(210px, 27.34vw, 220px);
    padding: clamp(40px, 5.21vw, 45px) 150px clamp(40px, 5.21vw, 50px);
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider h4 {
    height: auto;
    padding: clamp(30px, 5vw, 40px) clamp(100px, 16.67vw, 150px) clamp(40px, 6.67vw, 45px);
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider h4 {
    padding: 30px clamp(50px, 10.42vw, 100px) 40px;
    font-size: clamp(1.8rem, 3.75vw, 2rem);
  }
}
.p-home .p-home__support .p-home__support__consider h4::after {
  content: "";
  width: 200px;
  aspect-ratio: 200/174;
  background-image: url(../img/home/img_tsuguzou01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(100% - 100px);
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider h4::after {
    width: clamp(150px, 19.53vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider h4::after {
    width: clamp(100px, 16.67vw, 150px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider h4::after {
    left: 50%;
    bottom: -50px;
    translate: -50% 0;
  }
}
.p-home .p-home__support .p-home__support__consider h4 span {
  color: #00A13F;
  font-size: clamp(4.5rem, 4.09vw, 5rem);
  font-weight: 700;
  line-height: 1.152;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider h4 span {
    font-size: clamp(4rem, 5.21vw, 4.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider h4 span {
    font-size: clamp(3.5rem, 5.83vw, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider h4 span {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact {
  padding-bottom: 50px;
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact::before {
  content: "";
  width: 130px;
  aspect-ratio: 130/220;
  background-image: url(../img/home/img_support02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact::before {
    width: clamp(100px, 13.02vw, 130px);
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact::before {
    width: clamp(55px, 14.67vw, 100px);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact::after {
  content: "";
  width: 130px;
  aspect-ratio: 130/210;
  background-image: url(../img/home/img_support03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact::after {
    width: clamp(100px, 13.02vw, 130px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact::after {
    width: clamp(55px, 14.67vw, 100px);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span em {
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span em a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
  font-family: inherit;
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span p {
  color: #FFFFFF;
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) {
  padding-bottom: 25px;
  border-bottom: dashed 2px #FFFFFF;
  margin-bottom: 25px;
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) {
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) {
    flex-direction: column;
    justify-content: center;
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) em {
  font-size: clamp(4.5rem, 4.09vw, 5rem);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) em {
    font-size: clamp(4rem, 5.21vw, 4.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) em {
    font-size: clamp(3.6rem, 6vw, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) em {
    font-size: clamp(3.2rem, 6.67vw, 3.6rem);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) p {
  font-size: clamp(2rem, 1.82vw, 2.4rem);
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) p {
    font-size: clamp(1.8rem, 2.34vw, 2rem);
    line-height: 1.6;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(1) p {
    text-align: center;
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em {
  margin-block: calc((1em - 1lh) / 2);
  color: #FFFFFF;
  font-size: clamp(5.5rem, 5vw, 6rem);
  display: flex;
  gap: 0 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em {
    font-size: clamp(5rem, 6.51vw, 5.5rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em {
    font-size: clamp(4.5rem, 5.86vw, 5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em {
    font-size: clamp(4rem, 8.33vw, 4.5rem);
    gap: 0 10px;
  }
}
@media screen and (max-width: 375px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em {
    letter-spacing: 0.025em;
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em::before {
  content: "";
  width: clamp(40px, 5.21vw, 50px);
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_tel.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_tel.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) em::before {
    width: clamp(35px, 9.33vw, 40px);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) p {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) p {
    margin-top: 5px;
    font-size: clamp(1.8rem, 2.34vw, 2rem);
  }
}
.p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) p br {
  display: none;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__support .p-home__support__consider .p-home__support__contact span:nth-of-type(2) p br {
    display: block;
  }
}
.p-home .p-home__plan {
  padding: 75px 0 100px;
  background-color: #DEF8E8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan {
    padding: 75px 0 75px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__plan {
    padding: 50px 0 50px;
  }
}
.p-home .p-home__plan::before {
  content: "";
  width: 100%;
  height: 164px;
  background-image: url(../img/common/bg_dots_green.webp);
  background-repeat: repeat-x;
  background-size: 546px 164px;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  scale: 1 -1;
}
.p-home .p-home__plan .p-home__plan__list {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  justify-content: center;
  align-items: center;
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item {
  display: flex;
  gap: 4px 0;
  flex-direction: column;
  align-items: center;
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item em {
  padding: 18px 50px 20px;
  border: solid 2px #00A13F;
  border-radius: 100px;
  margin-bottom: 28px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item em {
    padding: clamp(14px, 2.33vw, 18px) clamp(25px, 4.17vw, 50px) clamp(16px, 2.67vw, 20px);
  }
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item em span {
  color: #00A13F;
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item em span {
    font-size: clamp(2rem, 2.6vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item em span {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item em::after {
  content: "";
  width: 2px;
  height: 20px;
  border-left: dashed 2px #00A13F;
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item p {
  display: flex;
  gap: 2px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item p span {
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item p span {
    font-size: 1.4rem;
  }
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item p span b {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item p span b {
    font-size: 1.4rem;
  }
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item small {
  padding-left: 1em;
  margin-bottom: 30px;
  font-size: 1.4rem;
  font-weight: 400;
  text-indent: -1em;
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item small {
    font-size: clamp(1.2rem, 1.56vw, 1.4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item small {
    font-size: clamp(1rem, 1.67vw, 1.2rem);
  }
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item small::before {
  content: "※";
}
.p-home .p-home__plan .p-home__plan__list .p-home__plan__item img {
  width: 35.12dvw;
  min-width: 590px;
  aspect-ratio: 590/210;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item img {
    width: clamp(490px, 63.8vw, 590px);
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item img {
    width: clamp(390px, 65dvw, 490px);
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__plan .p-home__plan__list .p-home__plan__item img {
    width: 100%;
  }
}
.p-home .p-home__plan .p-home__plan__fee {
  padding-top: 75px;
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper {
  width: 65.48vw;
  max-width: 1100px;
  border: solid 2px #00A13F;
  border-radius: 15px 15px 15px 15px;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper {
    width: 100%;
    max-width: unset;
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title {
  width: 100%;
  padding: 10px 0;
  border-radius: 12px 12px 0 0;
  background-color: #00A13F;
  display: flex;
  gap: 0 20px;
  justify-content: center;
  align-items: center;
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title h3 {
  width: fit-content;
  color: #FFFFFF;
  font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title h3 {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title h3 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title p {
  color: #FFFFFF;
  font-weight: 400;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title p {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__title p {
    font-size: clamp(1.4rem, 1.82vw, 1.6rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content {
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content {
    padding: clamp(30px, 3.91dvw, 50px) 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content {
    padding: clamp(20px, 3.33dvw, 30px) 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content {
    align-items: flex-start;
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content h4 {
  margin-bottom: 5px;
  font-size: 2.4rem;
  color: #00A13F;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content h4 {
    font-size: clamp(2.2rem, 2.86vw, 2.4rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em {
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em {
    font-size: clamp(2.8rem, 3.65vw, 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em {
    font-size: clamp(2.4rem, 4vw, 2.8rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::before {
  content: "￥";
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::before {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::before {
    font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::after {
  content: "～";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::after {
    font-size: clamp(2.2rem, 2.86vw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content em::after {
    font-size: clamp(1.8rem, 3vw, 2.2rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content p {
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content p {
    margin-bottom: clamp(15px, 1.95vw, 25px);
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content p {
    margin-bottom: clamp(10px, 1.67vw, 15px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content p {
    text-align: left;
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content small {
  display: flex;
  flex-direction: column;
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content small span {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content small span {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
  }
}
.p-home .p-home__plan .p-home__plan__fee .p-home__plan__fee__wrapper .p-home__plan__fee__content small span::before {
  content: "※";
}
.p-home .p-home__reason {
  padding-bottom: 100px;
}
.p-home .p-home__reason .c-hd__title {
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .c-hd__title {
    padding-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .c-hd__title {
    padding-top: 30px;
  }
}
.p-home .p-home__reason .c-hd__title::before {
  content: "";
  width: 600px;
  aspect-ratio: 600/300;
  background-image: url(../img/home/bg_reason_l.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .c-hd__title::before {
    width: clamp(300px, 50vw, 600px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .c-hd__title::before {
    width: clamp(300px, 62.5vw, 400px);
    aspect-ratio: 300/100;
    background-image: url(../img/home/bg_reason_s.webp);
  }
}
.p-home .p-home__reason .p-home__reason__content {
  padding-bottom: 75px;
  display: flex;
  gap: 0 16.94dvw;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content {
    gap: 0 clamp(75px, 9.77vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content {
    padding-bottom: clamp(50px, 8.33vw, 75px);
    gap: 0 clamp(50px, 6.51vw, 75px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content {
    flex-direction: column;
  }
}
.p-home .p-home__reason .p-home__reason__content h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  font-weight: 700;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content h4 {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content h4 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content h4 {
    margin-bottom: 20px;
    font-size: clamp(1.8rem, 3.75vw, 2rem);
  }
}
.p-home .p-home__reason .p-home__reason__content h4::after {
  content: "";
  width: clamp(150px, 13.64vw, 200px);
  aspect-ratio: 200/174;
  background-image: url(../img/home/img_tsuguzou02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: clamp(85px, 7.73vw, 100px);
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content h4::after {
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content h4::after {
    top: 125px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content h4::after {
    width: clamp(125px, 26.04vw, 150px);
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__reason .p-home__reason__content h4::after {
    width: clamp(100px, 26.67vw, 125px);
  }
}
.p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) {
  font-size: clamp(4rem, 3.64vw, 5rem);
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) {
    font-size: clamp(3.2rem, 4.17vw, 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) {
    font-size: clamp(2.8rem, 4.67vw, 3.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
}
.p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) b {
  color: #00A13F;
  font-size: clamp(4rem, 3.64vw, 5rem);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) b {
    font-size: clamp(3.2rem, 4.17vw, 4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) b {
    font-size: clamp(2.8rem, 4.67vw, 3.2rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(1) b {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
}
.p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(2) {
  color: #F58D30;
  font-size: clamp(2.8rem, 2.55vw, 3.2rem);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(2) {
    font-size: clamp(2.4rem, 3.13vw, 2.8rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(2) {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content h4 span:nth-of-type(2) {
    font-size: clamp(1.8rem, 3.75vw, 2rem);
  }
}
.p-home .p-home__reason .p-home__reason__content p {
  width: 53.79dvw;
  font-size: clamp(2rem, 2.6vw, 2.4rem);
  font-weight: 400;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__reason .p-home__reason__content p {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__reason .p-home__reason__content p {
    font-size: clamp(1.6rem, 3.33vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__reason .p-home__reason__content p {
    width: 100%;
  }
}
.p-home .p-home__reason picture img {
  width: 100%;
}
.p-home .p-home__flow {
  padding: 100px 0;
  background-color: #F7F7F3;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow {
    padding: 75px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__flow {
    padding: 50px 0 75px;
  }
}
.p-home .p-home__flow::before {
  content: "";
  width: 32.74vw;
  aspect-ratio: 1/1;
  background-image: url(../img/common/bg_circle_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__flow::before {
    max-width: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow::before {
    width: clamp(330px, 42.97dvw, 430px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow::before {
    width: 430px;
  }
}
.p-home .p-home__flow::after {
  content: "";
  width: 17.86vw;
  aspect-ratio: 1/1;
  background-image: url(../img/home/bg_flow.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-home .p-home__flow::after {
    max-width: 300px;
  }
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow::after {
    width: clamp(200px, 26.04vw, 250px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__flow::after {
    width: clamp(150px, 31.25vw, 200px);
  }
}
.p-home .p-home__flow .p-home__flow__wrapper {
  display: flex;
  gap: 0 8.06dvw;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow .p-home__flow__wrapper {
    gap: 0 clamp(50px, 6.51vw, 75px);
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper {
    flex-direction: column;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .c-hd__title {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title::after {
    content: "";
    width: 2px;
    height: 40px;
    border-left: dashed 2px #00A13F;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% 0;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .c-hd__title h3, .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title h3, .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title span {
    writing-mode: horizontal-tb;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .c-hd__title span {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .c-hd__title span {
    margin: 5px auto 50px;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list {
  counter-reset: flow_num 0;
  width: 89.35dvw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list {
    width: 100%;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item {
  counter-increment: flow_num 1;
  padding: 0 clamp(30px, 2.73vw, 50px) 10px 0;
  border: solid 2px #00A13F;
  border-radius: 15px;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  gap: 0 3.93dvw;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item {
    padding: 0 0 10px 0;
    flex-direction: column;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:not(:last-of-type)::after {
  content: "";
  width: 2px;
  height: 50px;
  border-left: dashed 2px #00A13F;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text {
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::before {
  content: "";
  width: clamp(70px, 6.36vw, 75px);
  aspect-ratio: 1/1;
  border-radius: 10px 0 15px 0;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::before {
    width: clamp(65px, 8.46vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::before {
    width: clamp(60px, 10vw, 65px);
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::after {
  content: counter(flow_num, decimal-leading-zero);
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: clamp(3.6rem, 3.27vw, 4rem);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 13px;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::after {
    font-size: clamp(3.4rem, 4.43vw, 3.6rem);
    top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text::after {
    font-size: clamp(3.2rem, 5.33vw, 3.4rem);
    left: 10px;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text em {
  padding: 23px 0 0 100px;
  margin-block: calc((1em - 1lh) / 2);
  color: #00A13F;
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text em {
    font-size: clamp(2rem, 2.6vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text em {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text em {
    padding: clamp(20px, 4.17vw, 32px) 0 0 clamp(80px, 16.67vw, 90px);
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text p {
  margin: 30px 0 25px 100px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text p {
    margin: 25px 0 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text p {
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text p {
    margin: clamp(40px, 8.33vw, 50px) clamp(20px, 4.17vw, 50px) 0;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__text p span {
  font-weight: 400;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__img {
  padding: 20px 0 0 0;
  flex-shrink: 0;
  align-self: self-end;
}
@media screen and (max-width: 767px) {
  .p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__img {
    margin: 0 auto;
  }
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item .p-home__flow__item__img img {
  width: 100%;
  object-fit: contain;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(1) .p-home__flow__item__img {
  width: clamp(216px, 19.64vw, 236px);
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(1) .p-home__flow__item__img img {
  aspect-ratio: 236/171;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(2) .p-home__flow__item__img {
  width: clamp(230px, 20.91vw, 250px);
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(2) .p-home__flow__item__img img {
  aspect-ratio: 250/134;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(3) .p-home__flow__item__img {
  width: clamp(216px, 19.64vw, 236px);
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(3) .p-home__flow__item__img img {
  aspect-ratio: 236/166;
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(4) .p-home__flow__item__img {
  width: clamp(216px, 19.64vw, 236px);
}
.p-home .p-home__flow .p-home__flow__wrapper .p-home__flow__list .p-home__flow__item:nth-of-type(4) .p-home__flow__item__img img {
  aspect-ratio: 236/152;
}
.p-home .p-home__case {
  padding: 75px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case {
    padding: 75px 0 75px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__case {
    padding: 50px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__case {
    padding: 100px 0 50px;
    margin-top: -50px;
  }
}
.p-home .p-home__case .p-home__case__inner {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__case .p-home__case__inner {
    width: 90%;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list {
  counter-reset: case_num 0;
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list {
    gap: clamp(40px, 6.67vw, 60px);
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details {
  counter-increment: case_num 1;
  width: 100%;
  border: solid 2px #00A13F;
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details::before {
  content: "case" counter(case_num, decimal-leading-zero);
  width: 100%;
  height: 47px;
  padding: 0 50px;
  border-radius: 15px 15px 0 0;
  color: #00A13F;
  background-color: #DEF8E8;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details::before {
    height: clamp(36px, 6vw, 47px);
    padding: 0 clamp(20px, 3.33vw, 50px);
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary {
  padding: 10px 50px 28px;
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  align-items: flex-end;
  list-style: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary {
    padding: 10px clamp(20px, 3.33vw, 50px) 28px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary {
    flex-direction: column;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A13F;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  animation: hop 2s ease-in-out infinite;
  transition: background-color 0.3s ease;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary::after {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  border: solid 2.5px #00A13F;
  border-radius: 50%;
  -webkit-mask-image: url(../img/home/ico_arrow.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/home/ico_arrow.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #FFFFFF;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
  animation: hop 2s ease-in-out infinite;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary:hover::before {
    background-color: #FFFFFF;
  }
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary:hover::after {
    background-color: #00A13F;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title {
  width: calc(100% - 20px - 175px);
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title {
    margin-top: calc(clamp(36px, 6vw, 47px) + 15px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title {
    width: 100%;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title em {
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title em span {
  font-size: clamp(2.2rem, 2vw, 2.4rem);
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title em span {
    font-size: clamp(2rem, 3.33vw, 2.2rem);
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title ul {
  padding-bottom: 10px;
  border-bottom: dashed 1px #222222;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title ul {
    border-bottom: none;
    margin-bottom: 5px;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title ul li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__title ul li::before {
  content: "●";
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__icon {
  width: 175px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__icon {
    width: clamp(150px, 25vw, 175px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__icon {
    margin: 0 auto;
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary .p-home__case__icon img {
  width: 100%;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details summary::-webkit-details-marker {
  display: none;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details[open] summary::before {
  rotate: 180deg;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details[open] summary::after {
  rotate: 180deg;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content {
  border-radius: 0 0 15px 15px;
  background-color: #F7F7F3;
  overflow: hidden;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content::before {
  content: "";
  width: 36px;
  aspect-ratio: 36/16;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner {
  padding: 25px 50px 50px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner {
    padding: 25px clamp(20px, 3.33vw, 50px) clamp(30px, 5vw, 50px);
  }
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__intro {
  margin-bottom: 20px;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__intro p {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise em {
  width: fit-content;
  padding: 3px 12px 4px;
  border-radius: 50px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise em.--advise {
  background-color: #00A13F;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise em.--point {
  background-color: #F58D30;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise p {
  font-size: 1.6rem;
  font-weight: 400;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise p:nth-of-type(1) {
  margin-bottom: 25px;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise small {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}
.p-home .p-home__case .p-home__case__inner .p-home__case__list details .p-home__case__content .p-home__case__content__inner .p-home__case__advise small::before {
  content: "※";
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.p-home .p-home__company {
  padding: 100px 0;
  background-color: #F7F7F3;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__company {
    padding: 75px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__company {
    padding: 50px 0;
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__company {
    padding: 50px 0 100px;
    margin-bottom: -50px;
  }
}
.p-home .p-home__company .p-home__company__wrapper {
  padding: 45px 70px 50px;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__company .p-home__company__wrapper {
    padding: 45px clamp(50px, 6.51vw, 70px) 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__company .p-home__company__wrapper {
    padding: clamp(25px, 4.17vw, 45px) clamp(25px, 4.17vw, 50px) clamp(30px, 5vw, 50px);
  }
}
.p-home .p-home__company .p-home__company__wrapper table tr {
  display: flex;
}
.p-home .p-home__company .p-home__company__wrapper table tr:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__company .p-home__company__wrapper table tr:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__company .p-home__company__wrapper table tr {
    flex-direction: column;
  }
}
.p-home .p-home__company .p-home__company__wrapper table tr th {
  width: 165px;
  padding: 0 10px 5px 0;
  border-bottom: solid 1px #222222;
  line-height: 1.6;
  flex-shrink: 0;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__company .p-home__company__wrapper table tr th {
    width: clamp(145px, 18.88vw, 165px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__company .p-home__company__wrapper table tr th {
    width: clamp(125px, 20.83vw, 145px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__company .p-home__company__wrapper table tr th {
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: none;
    font-size: clamp(1.4rem, 2.92vw, 1.6rem);
  }
}
.p-home .p-home__company .p-home__company__wrapper table tr td {
  width: calc(100% - 165px);
  padding: 0 10px 5px 10px;
  border-bottom: dashed 1px #222222;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__company .p-home__company__wrapper table tr td {
    width: calc(100% - clamp(145px, 18.88vw, 165px));
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__company .p-home__company__wrapper table tr td {
    width: calc(100% - clamp(125px, 20.83vw, 145px));
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__company .p-home__company__wrapper table tr td {
    width: 100%;
    padding: 0 10px 10px 0;
    border-bottom: solid 1px #222222;
  }
}
.p-home .p-home__company .p-home__company__wrapper table tr td p {
  display: flex;
  flex-wrap: wrap;
}
.p-home .p-home__company .p-home__company__wrapper table tr td p:not(:last-of-type) {
  margin-bottom: 20px;
}
.p-home .p-home__company .p-home__company__wrapper table tr td p span {
  width: 100%;
  line-height: 1.6;
}
.p-home .p-home__contact {
  padding: 75px 0 100px;
  background-color: #DEF8E8;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact {
    padding: 75px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__contact {
    padding: 50px 0;
  }
}
.p-home .p-home__contact .p-home__contact__wrapper {
  margin-bottom: 75px;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper {
    gap: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__contact .p-home__contact__wrapper {
    margin-bottom: 50px;
    flex-direction: column;
    gap: 25px 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__contact .p-home__contact__wrapper {
    margin-bottom: 30px;
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line {
  width: calc((100% - 60px) / 2);
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line {
    width: 100%;
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner {
  padding: 45px 15px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner {
    padding: clamp(25px, 3.26vw, 45px) 15px clamp(25px, 3.26vw, 50px);
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner .p-home__contact__title, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner .p-home__contact__title {
  font-size: clamp(2.2rem, 2.86vw, 2.4rem);
  font-style: normal;
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner .p-home__contact__title, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner .p-home__contact__title {
    font-size: clamp(1.8rem, 2.34dvw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner .p-home__contact__title, .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner .p-home__contact__title {
    font-size: clamp(1.8rem, 3.75vw, 2rem);
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel {
  background-color: #FFFFFF;
  border: solid 2px #00A13F;
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner {
  gap: 5px 0;
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner .p-home__contact__title {
  color: #00A13F;
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner b {
  margin-block: calc((1em - 1lh) / 2);
  color: #00A13F;
  font-size: clamp(5rem, 4.55vw, 6rem);
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner b {
    font-size: clamp(3.6rem, 4.69vw, 5rem);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner b {
    font-size: clamp(3.2rem, 6.67vw, 4rem);
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner b::before {
  content: "";
  width: clamp(36px, 4.69vw, 50px);
  aspect-ratio: 1/1;
  margin: 0 10px 0 0;
  -webkit-mask-image: url(../img/common/ico_tel.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_tel.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #00A13F;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner b::before {
    width: clamp(30px, 6.25vw, 36px);
    margin: 2px 10px 0 0;
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner p {
  display: flex;
  gap: 0 1em;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner p {
    margin-top: 5px;
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner p span {
  color: #00A13F;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__tel .p-home__contact__inner p span {
    font-size: clamp(1.8rem, 2.34vw, 2rem);
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line {
  background-color: #06C755;
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner .p-home__contact__title {
  color: #FFFFFF;
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b {
  margin-right: 0.25em;
  color: #FFFFFF;
  font-size: clamp(3.6rem, 3.27vw, 4rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b {
    margin-top: 10px;
    font-size: clamp(2.6rem, 3.39vw, 3.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b {
    font-size: clamp(2.4rem, 5vw, 2.8rem);
  }
}
.p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b::before {
  content: "";
  width: 100px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b::before {
    width: clamp(75px, 9.77vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__wrapper .p-home__contact__line .p-home__contact__inner b::before {
    width: clamp(60px, 12.5vw, 75px);
  }
}
.p-home .p-home__contact .p-home__contact__confirm, .p-home .p-home__contact .p-home__contact__send {
  display: none;
}
.p-home .p-home__contact .p-home__contact__form {
  padding: 45px 70px 50px;
  border: solid 2px #00A13F;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__form {
    padding: clamp(25px, 4.17vw, 45px) clamp(25px, 4.17vw, 70px) clamp(40px, 6.67vw, 50px);
  }
}
.p-home .p-home__contact .p-home__contact__form .p-home__contact__title {
  width: fit-content;
  margin: 0 auto 45px;
  color: #00A13F;
  font-size: 2.4rem;
  font-style: normal;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__form .p-home__contact__title {
    font-size: clamp(2.2rem, 2.86dvw, 2.4rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__form .p-home__contact__title {
    font-size: clamp(1.8rem, 3.75vw, 2.2rem);
  }
}
.p-home .p-home__contact .p-home__contact__form .p-home__contact__title::before {
  content: "";
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url(../img/home/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__form .p-home__contact__title::before {
    width: clamp(30px, 6.25vw, 40px);
  }
}
.p-home .p-home__contact .p-home__contact__form .c-btn__basic {
  cursor: pointer;
}
.p-home .p-home__contact .p-home__contact__item {
  padding: 45px 70px 50px;
  border: solid 2px #00A13F;
  border-radius: 15px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__item {
    padding: clamp(25px, 4.17vw, 45px) clamp(25px, 4.17vw, 70px) clamp(40px, 6.67vw, 50px);
  }
}
.p-home .p-home__contact .p-home__contact__item .p-home__contact__title {
  width: fit-content;
  margin: 0 auto 30px;
  color: #00A13F;
  font-size: clamp(2.2rem, 2.86vw, 2.4rem);
  font-style: normal;
  display: flex;
  gap: 0 10px;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__contact .p-home__contact__item .p-home__contact__title {
    margin: 0 auto clamp(15px, 1.95vw, 30px);
    font-size: clamp(1.8rem, 2.34vw, 2.2rem);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__item .p-home__contact__title {
    font-size: clamp(1.8rem, 3.75vw, 2rem);
  }
}
.p-home .p-home__contact .p-home__contact__item .p-home__contact__txt {
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__item .p-home__contact__txt {
    font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  }
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__contact__txt {
  padding-bottom: 10px;
  border-bottom: dotted 2px #00A13F;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list {
  margin-bottom: 50px;
  display: flex;
  gap: 10px 0;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list {
    gap: 20px 0;
  }
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li {
  display: flex;
  gap: 0 25px;
  padding: 10px;
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li:nth-of-type(odd) {
  background-color: #F7F7F3;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li {
    flex-direction: column;
    padding: 0px;
  }
  .p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li:nth-of-type(odd) {
    background-color: inherit;
    border-radius: 0px;
  }
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li em {
  font-style: normal;
  width: 170px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li em {
    padding: 10px;
    width: 100%;
  }
}
.p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li p {
  display: inline-block;
  width: calc(100% - 195px);
}
@media screen and (max-width: 768px) {
  .p-home .p-home__contact .p-home__contact__confirm .p-home__confirm__list li p {
    padding: 10px;
    background-color: #F7F7F3;
    width: 100%;
    border-radius: 10px;
  }
}
.p-home .p-home__contact .p-home__contact__send .p-home__contact__title {
  display: block;
}
.p-home .p-home__contact .p-home__contact__send .p-home__contact__title::after {
  content: "";
  width: 150px;
  aspect-ratio: 400/347;
  margin: 15px auto 0;
  background-image: url(../img/home/img_tsuguzou02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.p-home .p-home__contact .p-home__contact__send .p-home__contact__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .p-home #reason {
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .p-home #flow {
    padding-top: 75px;
    margin-top: -50px;
  }
}
.p-home .recaptcha__text {
  width: fit-content;
  margin: 5px 0 0 auto;
  color: #222222;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.p-home .recaptcha__text a {
  color: #00A13F;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

/*----------------------------------------
  トップページ
----------------------------------------*/
.p-contact .p-contact__content .p-contact__intro h4 {
  padding-bottom: 45px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__intro h4 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact__content .p-contact__intro h4 {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact__content .p-contact__intro h4 br {
    display: none;
  }
}
.p-contact .p-contact__content .p-contact__intro p {
  padding-bottom: 40px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact__content .p-contact__intro p {
    text-align: left;
  }
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note {
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 480px) {
  .p-contact .p-contact__content .p-contact__intro .p-contact__note {
    margin: 0 0 50px;
  }
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note li {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note li::before {
  content: "※";
}
.p-contact .p-contact__content .p-contact__form {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-contact .p-contact__content .p-contact__form {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__form {
    width: 100%;
  }
}

/*----------------------------------------
  お知らせ 一覧
----------------------------------------*/
.p-news::before {
  content: "";
  aspect-ratio: 1/1;
  width: 32.74vw;
  background-image: url(../img/common/bg_circle_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-news::before {
    max-width: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .p-news::before {
    width: clamp(380px, 49.48dvw, 480px);
  }
}
@media screen and (max-width: 768px) {
  .p-news::before {
    width: 480px;
  }
}
@media screen and (max-width: 1320px) {
  .p-news .l-section__inner {
    width: 100% !important;
    min-width: unset !important;
    max-width: 94% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-news .l-section__inner {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .p-news .l-section__inner {
    width: calc(100% - 40px) !important;
  }
}
.p-news .p-news__header {
  border-bottom: #222222 solid 1px;
}
.p-news .p-news__header h1 {
  display: block;
  font-weight: 700;
  line-height: 1.8;
  font-size: 4rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news__header h1 {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-news .p-news__header h1 {
    line-height: 1.6;
    margin-bottom: 0px;
  }
}
.p-news .p-news__header b {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.6;
  color: #00A13F;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news__header b {
    font-size: clamp(1.4rem, 2.33vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .p-news .p-news__header b {
    line-height: 2;
    margin-bottom: 15px;
  }
}
.p-news .p-news__list {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 65px;
}
@media screen and (max-width: 768px) {
  .p-news .p-news__list {
    padding-top: clamp(50px, 8.33vw, 100px);
    padding-bottom: clamp(50px, 8.33vw, 100px);
  }
}
@media screen and (max-width: 1100px) {
  .p-news .p-news__list {
    gap: 60px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news__list {
    gap: clamp(30px, 6.25vw, 60px) 8.46%;
  }
}
.p-news .p-news__list .p-news__list__item {
  width: calc((100% - 130px) / 3);
}
@media screen and (max-width: 1100px) {
  .p-news .p-news__list .p-news__list__item {
    width: calc((100% - 70px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .p-news .p-news__list .p-news__list__item {
    width: 45.77%;
  }
}
@media screen and (max-width: 480px) {
  .p-news .p-news__list .p-news__list__item {
    width: 100%;
  }
}
.p-news .p-news__list .p-news__list__item a {
  display: block;
  transition: all 0.3s;
  opacity: 1;
}
@media (any-hover: hover) {
  .p-news .p-news__list .p-news__list__item a:hover picture img {
    transform: scale(1.2);
  }
}
.p-news .p-news__list .p-news__list__item a:active picture img {
  transform: scale(1.2);
}
.p-news .p-news__list .p-news__list__item a picture {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 370/278;
  display: block;
  overflow: hidden;
  border: solid 1px #222222;
  border-radius: 15px;
  margin-bottom: 15px;
}
.p-news .p-news__list .p-news__list__item a picture img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 370/278;
  object-fit: cover;
  transition: all 0.3s;
}
.p-news .p-news__list .p-news__list__item a span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 0 14px;
}
.p-news .p-news__list .p-news__list__item a span .p-news__list__label {
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.67vw, 1.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-news .p-news__list .p-news__list__item a span .p-news__list__label.--news {
  background-color: #00A13F;
}
.p-news .p-news__list .p-news__list__item a span .p-news__list__label.--seminar {
  background-color: #006627;
}
.p-news .p-news__list .p-news__list__item a span .p-news__list__label.--letter {
  background-color: #00CC4E;
}
.p-news .p-news__list .p-news__list__item a span time {
  color: #BBBBBB;
  font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  font-weight: 400;
}
.p-news .p-news__list .p-news__list__item a em {
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  font-style: normal;
  line-height: 1.6;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-news .p-news__list .p-news__list__item a:hover em {
    color: #00A13F;
  }
}
.p-news .p-news__list .p-news__list__item a:active em {
  color: #00A13F;
}
.p-news .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 3vw, 18px) clamp(14px, 3vw, 18px);
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .p-news .wp-pagenavi {
    gap: clamp(14px, 3vw, 18px) 12px;
  }
}
.p-news .wp-pagenavi .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 6.67vw, 50px);
  height: clamp(40px, 6.67vw, 50px);
  line-height: 1;
  font-size: clamp(1.6rem, 2.67vw, 2.4rem);
  background-color: #F7F7F3;
  border-radius: 5px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 480px) {
  .p-news .wp-pagenavi .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.p-news .wp-pagenavi .page-numbers.prev {
  margin-right: clamp(14px, 3vw, 18px);
}
@media screen and (max-width: 480px) {
  .p-news .wp-pagenavi .page-numbers.prev {
    margin-right: 0;
  }
}
.p-news .wp-pagenavi .page-numbers.prev b {
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid #222222;
  border-bottom: 2px solid #222222;
  transform: rotate(45deg);
  position: relative;
  right: -2px;
}
.p-news .wp-pagenavi .page-numbers.next {
  margin-left: clamp(14px, 3vw, 18px);
}
@media screen and (max-width: 480px) {
  .p-news .wp-pagenavi .page-numbers.next {
    margin-left: 0;
  }
}
.p-news .wp-pagenavi .page-numbers.next b {
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #222222;
  border-top: 2px solid #222222;
  transform: rotate(45deg);
  position: relative;
  left: -2px;
}
.p-news .wp-pagenavi .page-numbers.current {
  background-color: #DEF8E8;
}
.p-news .wp-pagenavi .page-numbers:hover {
  background-color: #DEF8E8;
}

/*----------------------------------------
  お知らせ 詳細
----------------------------------------*/
.p-newssingle::before {
  content: "";
  aspect-ratio: 1/1;
  width: 32.74vw;
  background-image: url(../img/common/bg_circle_green.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1680px) {
  .p-newssingle::before {
    max-width: 550px;
  }
}
@media screen and (max-width: 1100px) {
  .p-newssingle::before {
    width: clamp(380px, 49.48dvw, 480px);
  }
}
@media screen and (max-width: 768px) {
  .p-newssingle::before {
    width: 480px;
  }
}
@media screen and (max-width: 1320px) {
  .p-newssingle .l-section__inner {
    width: 100% !important;
    min-width: unset !important;
    max-width: 94% !important;
  }
}
@media screen and (max-width: 768px) {
  .p-newssingle .l-section__inner {
    width: 90% !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 600px) {
  .p-newssingle .l-section__inner {
    width: calc(100% - 40px) !important;
  }
}
.p-newssingle .p-news__header {
  border-bottom: #222222 solid 1px;
}
.p-newssingle .p-news__header h1 {
  display: block;
  font-weight: 700;
  line-height: 1.8;
  font-size: 4rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-news__header h1 {
    font-size: clamp(2.4rem, 4vw, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-newssingle .p-news__header h1 {
    line-height: 1.6;
    margin-bottom: 0px;
  }
}
.p-newssingle .p-news__header b {
  display: block;
  font-weight: 400;
  letter-spacing: 0.1px;
  line-height: 1.6;
  color: #00A13F;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-news__header b {
    font-size: clamp(1.4rem, 2.33vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .p-newssingle .p-news__header b {
    line-height: 2;
    margin-bottom: 15px;
  }
}
.p-newssingle .p-news__detail {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-news__detail {
    padding-top: clamp(20px, 6.67vw, 40px);
    padding-bottom: clamp(50px, 8.33vw, 100px);
  }
}
.p-newssingle .p-news__detail .p-news__detail--header {
  width: 100%;
}
.p-newssingle .p-news__detail .p-news__detail--header h2 {
  font-size: clamp(2rem, 3.33vw, 3.2rem);
  font-weight: 700;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-newssingle .p-news__detail .p-news__detail--header span {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  margin-bottom: clamp(30px, 5vw, 60px);
  gap: 0 14px;
}
.p-newssingle .p-news__detail .p-news__detail--header span .p-news__detail__label {
  width: fit-content;
  height: 24px;
  padding: 0 12px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: clamp(1rem, 1.67vw, 1.2rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-newssingle .p-news__detail .p-news__detail--header span .p-news__detail__label.--news {
  background-color: #00A13F;
}
.p-newssingle .p-news__detail .p-news__detail--header span .p-news__detail__label.--seminar {
  background-color: #006627;
}
.p-newssingle .p-news__detail .p-news__detail--header span time {
  color: #BBBBBB;
  font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  font-weight: 400;
}
.p-newssingle .p-news__detail .p-news__detail--image {
  margin-bottom: clamp(30px, 5vw, 60px);
}
.p-newssingle .p-news__detail .p-news__detail--image img {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  aspect-ratio: 370/278;
  border-radius: 15px;
  object-fit: cover;
  border: solid 1px #222222;
}
.p-newssingle .p-news__detail .p-news__detail--content {
  width: 100%;
}
.p-newssingle .p-single__pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 60px;
  border-top: 1px solid #222222;
  width: 100%;
  padding-top: clamp(30px, 5vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-single__pagenavi {
    gap: 15px calc((100% - 368px) / 2);
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .p-newssingle .p-single__pagenavi {
    gap: 15px 20px;
  }
}
.p-newssingle .p-single__pagenavi a {
  width: 100%;
  max-width: 184px;
  aspect-ratio: 184/60;
  border: solid 2px #00A13F;
  border-radius: 200px;
  color: #00A13F;
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  font-weight: 500;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}
.p-newssingle .p-single__pagenavi a b {
  order: 2;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
@media screen and (max-width: 500px) {
  .p-newssingle .p-single__pagenavi a {
    max-width: clamp(134px, 35.73vw, 184px);
  }
}
.p-newssingle .p-single__pagenavi a::before {
  content: "";
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #00A13F;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  scale: 0 0;
  transition: scale 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-single__pagenavi a.list {
    order: 2;
    margin: auto;
  }
}
.p-newssingle .p-single__pagenavi a.prev::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #00A13F;
  border-top: solid 2px #00A13F;
  margin-top: 2px;
  display: inline-block;
  color: #00A13F;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(-135deg);
  transition: all 0.3s;
  order: 1;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-single__pagenavi a.prev {
    order: 0;
  }
}
.p-newssingle .p-single__pagenavi a.next::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #00A13F;
  border-top: solid 2px #00A13F;
  margin-top: 2px;
  display: inline-block;
  color: #00A13F;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
  order: 3;
}
@media screen and (max-width: 768px) {
  .p-newssingle .p-single__pagenavi a.next {
    order: 1;
  }
}
@media (any-hover: hover) {
  .p-newssingle .p-single__pagenavi a:hover {
    color: #FFFFFF;
  }
  .p-newssingle .p-single__pagenavi a:hover::before {
    scale: 1 1;
  }
  .p-newssingle .p-single__pagenavi a:hover.prev::after {
    border-right: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
    color: #FFFFFF;
  }
  .p-newssingle .p-single__pagenavi a:hover.next::after {
    border-right: solid 2px #FFFFFF;
    border-top: solid 2px #FFFFFF;
    color: #FFFFFF;
  }
}
.p-newssingle .p-single__pagenavi a:active {
  background-color: #00A13F;
  color: #FFFFFF;
}
.p-newssingle .p-single__pagenavi a:active::before {
  scale: 1 1;
}
.p-newssingle .p-single__pagenavi a:active.prev::after {
  border-right: solid 2px #FFFFFF;
  border-top: solid 2px #FFFFFF;
  color: #FFFFFF;
}
.p-newssingle .p-single__pagenavi a:active.next::after {
  border-right: solid 2px #FFFFFF;
  border-top: solid 2px #FFFFFF;
  color: #FFFFFF;
}
.p-newssingle .p-single__pagenavi span {
  width: 100%;
  max-width: 184px;
  aspect-ratio: 184/60;
  border: solid 2px translate;
  border-radius: 200px;
  font-size: clamp(1.6rem, 2.67vw, 1.8rem);
  font-weight: 500;
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media screen and (max-width: 500px) {
  .p-newssingle .p-single__pagenavi span {
    max-width: clamp(134px, 35.73vw, 184px);
  }
}

/*----------------------------------------
  POST詳細ページ
----------------------------------------*/
.p-single__editor {
  width: 100%;
  overflow: hidden;
}
.p-single__editor h1, .p-single__editor h2, .p-single__editor h3, .p-single__editor h4, .p-single__editor h5, .p-single__editor h6, .p-single__editor ul, .p-single__editor ol, .p-single__editor dl, .p-single__editor li, .p-single__editor dt, .p-single__editor dd, .p-single__editor p, .p-single__editor div, .p-single__editor span, .p-single__editor img, .p-single__editor a, .p-single__editor table, .p-single__editor tr, .p-single__editor th, .p-single__editor td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-size: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  max-width: 100%;
}
.p-single__editor h1, .p-single__editor h2, .p-single__editor h3, .p-single__editor h4, .p-single__editor h5, .p-single__editor h6 {
  clear: both;
  font-weight: 700;
  margin: 10px 0;
}
.p-single__editor h1:first-child,
.p-single__editor h2:first-child,
.p-single__editor h3:first-child,
.p-single__editor h4:first-child,
.p-single__editor h5:first-child,
.p-single__editor h6:first-child {
  margin-top: 0;
}
.p-single__editor h1 {
  font-size: xx-large;
}
.p-single__editor h2 {
  font-size: x-large;
}
.p-single__editor h3 {
  font-size: large;
}
.p-single__editor h4 {
  font-size: medium;
}
.p-single__editor h5 {
  font-size: small;
}
.p-single__editor h6 {
  font-size: x-small;
}
.p-single__editor ul {
  padding-left: 23px;
}
.p-single__editor ul li {
  list-style-type: disc;
}
.p-single__editor ol {
  padding-left: 23px;
}
.p-single__editor ol li {
  list-style-type: decimal;
}
.p-single__editor p {
  line-height: 175%;
}
.p-single__editor a {
  color: #00A13F;
  font-size: inherit;
  font-weight: inherit;
  transition: opacity 0.3s;
  letter-spacing: inherit;
  text-decoration: underline;
}
.p-single__editor a:hover {
  opacity: 0.7;
}
.p-single__editor img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto 30px;
}
.p-single__editor img + p {
  margin-top: 50px;
}
.p-single__editor .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
.p-single__editor .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
.p-single__editor .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
.p-single__editor .wp-caption {
  background: transparent;
  border: none;
  margin: 0 0 28px 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
.p-single__editor .wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}
.p-single__editor .wp-caption.alignright {
  margin: 7px 0 21px 28px;
}
.p-single__editor .wp-caption.aligncenter {
  margin: 7px auto;
}
.p-single__editor .wp-caption .wp-caption-text,
.p-single__editor .wp-caption-dd {
  font-size: 1.4rem;
  line-height: 160%;
  padding: 7px 0;
}

/*----------------------------------------
  clearfix
----------------------------------------*/
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
  font
----------------------------------------*/
.u-ft__roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*----------------------------------------
  margin
----------------------------------------*/
.u-mt__wide {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  .u-mt__wide {
    margin-top: 75px;
  }
}

.u-mt__normal {
  margin-top: 100px;
}
@media screen and (max-width: 600px) {
  .u-mt__normal {
    margin-top: 50px;
  }
}

.u-mt__narrow {
  margin-top: 30px;
}

.u-mb__wide {
  margin-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .u-mb__wide {
    margin-bottom: 75px;
  }
}

.u-mb__normal {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .u-mb__normal {
    margin-bottom: 50px;
  }
}

.u-mb__narrow {
  margin-bottom: 30px;
}

/*----------------------------------------
  padding
----------------------------------------*/
.u-pt__wide {
  padding-top: 120px;
}
@media screen and (max-width: 600px) {
  .u-pt__wide {
    padding-top: 75px;
  }
}

.u-pt__normal {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .u-pt__normal {
    padding-top: 50px;
  }
}

.u-pt__narrow {
  padding-top: 30px;
}
@media screen and (max-width: 600px) {
  .u-pt__narrow {
    padding-top: 25px;
  }
}

.u-pb__wide {
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  .u-pb__wide {
    padding-bottom: 75px;
  }
}

.u-pb__normal {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .u-pb__normal {
    padding-bottom: 50px;
  }
}

.u-pb__narrow {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .u-pb__narrow {
    padding-bottom: 25px;
  }
}

/*----------------------------------------
	position
----------------------------------------*/
.u-pos__flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-pos__flex__center--left {
  justify-content: flex-start;
}
.u-pos__flex__center--right {
  justify-content: flex-end;
}

/*# sourceMappingURL=app.css.map */
