@charset "UTF-8";



/************************************************************************
* reset
************************************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  background: #f3f7f4;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #1c1917;
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #f8f8f8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #f8f8f8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #f8f8f8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  font-size: 100%;
}

button {
  color: #1c1917;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]) {
  color: #03c;
}

a:not([class]):visited {
  color: #639;
}

a:not([class]):hover {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #1c1917;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}

form button[type=submit]:hover, form button[type=submit]:focus-visible,
form input[type=submit]:hover,
form input[type=submit]:focus-visible,
form input[type=button]:hover,
form input[type=button]:focus-visible {
  outline: none;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #fff;
}

form button[type=submit] ::-moz-focus-inner,
form input[type=submit] ::-moz-focus-inner,
form input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d6d3d1;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

textarea {
  resize: vertical;
}

textarea:hover, textarea:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #006934;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #006934;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 48px;
  padding: 0 0 0 3rem;
  line-height: 1.5;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #d6d3d1;
  border-radius: 50%;
  background: #fff;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  content: '';
}

input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: .5lh;
  left: 8px;
  left: .5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: 50%;
  background: #006934;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  content: '';
}

input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 48px;
  padding-left: 3rem;
  line-height: 1.5;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #d6d3d1;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  content: '';
}

input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 16px;
  left: 1rem;
  -webkit-transform: translate(-50%, -68%) rotate(45deg);
  transform: translate(-50%, -68%) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-right: 4px solid #006934;
  border-right: .25rem solid #006934;
  border-bottom: 4px solid #006934;
  border-bottom: .25rem solid #006934;
  width: 11px;
  width: .6875rem;
  height: 19px;
  height: 1.1875rem;
  content: '';
}

input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

input[type=number], input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d6d3d1;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #006934;
}

select:focus-visible {
  outline: initial;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');
  --icon-chevron-green: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 4.5L1 8" stroke="%23006934" stroke-width="2"/></svg>');
  --icon-chevron-white: url('data:image/svg+xml;utf8,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 4.5L1 8" stroke="%23FFFFFF" stroke-width="2"/></svg>');
  --icon-caret-down: url('data:image/svg+xml;utf8,<svg width="20" height="12" viewBox="0 0 20 12" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h20L10 12Z" fill="%23A8A29E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 156px;
}

/************************************************************************
* overwrite mfp
************************************************************************/
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  background-color: #AFA688;
}

.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-ready .mfp-arrow {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap.mfp-removing .mfp-arrow {
  opacity: 0;
}

/************************************************************************
* overwrite mfp end
************************************************************************/

/************************************************************************
* MW WP Form Over write
************************************************************************/
.mwform-radio-field,
.mwform-checkbox-field {
  display: inline-block;
}

.mw_wp_form_preview .c-select::after {
  content: none;
}

.mw_wp_form_preview .p-hasPlaceholder__text {
  display: none;
}

/************************************************************************
* swiper
************************************************************************/
.swiper-button-prev,
.swiper-button-next {
  aspect-ratio: 1;
  z-index: 1;
  cursor: pointer;
  background: transparent no-repeat center center/contain;
  width: 30px;
  width: 1.875rem;
}

.swiper-button-prev {
  rotate: 180deg;
  background-image: url('../img/common/icon-slider-arrow.svg');
}

.swiper-button-next {
  background-image: url('../img/common/icon-slider-arrow.svg');
}

.swiper-pagination {
  font-size: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #D5D5D5;
  width: 5px;
  height: 5px;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #006934;
}

/* rtl ******************************************************************/
.swiper[dir=rtl] .swiper-button-prev {
  background-image: url('../img/common/icon-chevron-right.svg');
}

.swiper[dir=rtl] .swiper-button-next {
  background-image: url('../img/common/icon-chevron-left.svg');
}

.swiper[dir=rtl] .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-right: 5px;
  margin-left: 0;
}

/************************************************************************
* swiper end
************************************************************************/
.wpcf7-spinner {
  display: none;
}

/************************************************************************
* Table of Contents Plus
************************************************************************/
#toc_container {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  width: 100% !important;
}

#toc_container .toc_number {
  margin-right: .5em;
  color: #006934;
  font-weight: 700;
}

#toc_container .toc_list li {
  color: #1c1917;
}

#toc_container .toc_list li::before {
  display: none;
  color: #006934;
}

#toc_container .toc_list li + li {
  margin-top: .5em;
}

#toc_container .toc_list a {
  color: #1c1917;
}

.l-body {
  padding-bottom: 95px;
  padding-bottom: 5.9375rem;
}

.l-container {
  margin: 0 auto;
  padding: 0 28px;
  padding: 0 1.75rem;
  width: 100%;
  max-width: 600px;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-header {
  position: relative;
  z-index: 40;
  width: 100%;
}

.c-balloonLabel {
  position: relative;
  border-radius: 100vh;
  background: #a8a29e;
  padding: 2px 16px;
  padding: .125rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.8;
}

.c-balloonLabel::after {
  aspect-ratio: 2;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-clip-path: var(--clip-triangle-bottom);
  clip-path: var(--clip-triangle-bottom);
  background: inherit;
  width: 16px;
  width: 1rem;
  content: '';
}

.c-balloonLabel--main {
  background: #006934;
}

.c-barTitle {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #006934;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}

.c-barTitle::before {
  margin-block: 2px;
  margin-block: .125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 4px;
  -webkit-flex: 0 0 .25rem;
  -ms-flex: 0 0 4px;
  -ms-flex: 0 0 .25rem;
  flex: 0 0 4px;
  flex: 0 0 .25rem;
  border-radius: 100vh;
  background: #c2dfca;
  content: '';
}

.c-btn {
  gap: 8px;
  gap: .5rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
  transition: color .3s ease 0s, background-color .3s ease 0s;
  border: 1px solid #006934;
  border-radius: 100vh;
  background: #006934;
  padding: 12px 24px;
  padding: .75rem 1.5rem;
  color: #fff;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.c-btn:focus-visible {
  background: #fff;
  color: #006934;
}

.c-btn--mail::before,
.c-btn--line::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.c-btn--mail::before {
  -webkit-mask-image: url(../img/common/icon-mail.svg);
  mask-image: url(../img/common/icon-mail.svg);
}

.c-btn--line {
  border-color: #06c755;
  background: #06c755;
}

.c-btn--line:focus-visible {
  background: #fff;
  color: #06c755;
}

.c-btn--line::before {
  -webkit-mask-image: url(../img/common/icon-line.svg);
  mask-image: url(../img/common/icon-line.svg);
}

.c-btn--lg {
  padding: 12px 16px;
  padding: .75rem 1rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.8;
}

.c-btn--more {
  gap: 12px;
  gap: .75rem;
  padding: 12px 16px 12px 32px;
  padding: .75rem 1rem .75rem 2rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.8;
}

.c-btn--more::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--icon-chevron-white) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.c-btn--more:focus-visible::after {
  background-image: var(--icon-chevron-green);
}

.c-btn--center {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn--narrow {
  padding-inline: 16px;
  padding-inline: 1rem;
  gap: 8px;
  gap: .5rem;
}

.c-cardLink {
  display: block;
  position: relative;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
  border-radius: .5rem;
  background: #fff;
  overflow: hidden;
}

.c-cardLink img {
  -webkit-transition: scale .4s ease 0s;
  transition: scale .4s ease 0s;
}

.c-cardLink:has(.c-cardLink__link:focus-visible) {
  background: #006934;
}

.c-cardLink:has(.c-cardLink__link:focus-visible) img {
  scale: 1.06;
}

.c-cardLink:has(.c-cardLink__link:focus-visible) .c-cardLink__link,
.c-cardLink:has(.c-cardLink__link:focus-visible) .c-date {
  color: #fff;
}

.c-cardLink:has(.c-cardLink__link:focus-visible) .c-tag {
  background: #fff;
  color: #006934;
}

.c-cardLink::after {
  aspect-ratio: 1;
  position: absolute;
  right: 16px;
  right: 1rem;
  bottom: 16px;
  bottom: 1rem;
  border-radius: 100vh;
  background: #f3f7f4 var(--icon-chevron-green) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.c-cardLink__link {
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}

.c-cardLink__link::before {
  inset: 0;
  position: absolute;
  z-index: 1;
  content: '';
}

.c-date {
  display: block;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #57534e;
  font-family: 'Reddit Sans', sans-serif;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  letter-spacing: .02em;
  line-height: 1.3;
}

.c-date--sm {
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
}

.c-dotList {
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .02em;
  line-height: 1.8;
}

.c-dotList__item {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-dotList__item + .c-dotList__item {
  margin-top: 8px;
  margin-top: .5rem;
}

.c-dotList__item::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: calc((1.8em - .5rem) / 2);
  border-radius: 100vh;
  background: #93c6a0;
  width: 8px;
  width: .5rem;
  content: '';
}

.c-secTitle {
  text-align: center;
}

.c-secTitle::after {
  margin-inline: auto;
  aspect-ratio: 6/1;
  display: block;
  margin-top: 16px;
  margin-top: 1rem;
  border-radius: 100vh;
  background: #93c6a0;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.c-secTitle__en {
  display: block;
  color: #006934;
  font-family: 'Marcellus', serif;
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1;
}

.c-secTitle__ja {
  display: block;
  margin-top: 8px;
  margin-top: .5rem;
  color: #4c9e61;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.5;
}

.c-tag {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
  transition: color .3s ease 0s, background-color .3s ease 0s;
  border-radius: 100vh;
  background: #e1efe4;
  padding: 8px 16px;
  padding: .5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #006934;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.1;
}

.c-tag:focus-visible {
  background: #006934;
  color: #fff;
}

.c-totop {
  aspect-ratio: 1;
  display: grid;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  bottom: 16px;
  bottom: 1rem;
  place-items: center;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .08);
  box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .08);
  border: 1px solid #13542a;
  border-radius: 100vh;
  background: #13542a;
  width: 48px;
  width: 3rem;
}

.c-totop::before {
  aspect-ratio: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 3px;
  margin-top: .1875rem;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 9px;
  width: .5625rem;
  content: '';
}

.c-totop:focus-visible {
  background: #fff;
}

.c-totop:focus-visible::before {
  border-top-color: #13542a;
  border-left-color: #13542a;
}

.p-article__date + .p-article__date {
  margin-left: 20px;
}

.p-article__label {
  margin-left: 20px;
}

.p-article__title {
  margin-top: 31px;
  font-size: 20px;
  line-height: 1.5;
}

.p-article__eyecatch {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.p-article__body {
  margin-top: 16px;
  border-top: 1px solid #e7e0db;
  border-bottom: 1px solid #e7e0db;
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 15px;
  line-height: 2;
}

.p-article__body h1,
.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5,
.p-article__body h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.p-article__body h1 {
  font-size: 32px;
  font-size: 2rem;
}

.p-article__body h2 {
  background-color: #000;
  padding: .3em .4em;
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
}

.p-article__body h3 {
  border-left: 5px solid #000;
  padding-left: .5em;
  font-size: 24px;
  font-size: 1.5rem;
}

.p-article__body h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-article__body h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-article__body .c-beforeBar {
  position: relative;
  padding-left: 1.5em;
}

.p-article__body .c-beforeBar::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  content: 'ー';
}

.p-article__body ul {
  list-style: none;
}

.p-article__body ul li {
  position: relative;
  padding-left: 1em;
}

.p-article__body ul li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-article__body table {
  border: none;
  width: 100%;
}

.p-article__body table th,
.p-article__body table td {
  vertical-align: middle;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  padding: 1.25rem;
}

.p-article__body table th {
  border-right: 1px solid #000;
  width: 130px;
  width: 8.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.p-article__body * + * {
  margin-top: 25px;
}

.p-article__body *:first-child {
  margin-top: 0;
}

.p-article__body .wp-block-spacer, .p-article__body .wp-block-spacer + * {
  margin-top: 0;
}

.p-article__body p {
  font-weight: 400;
}

.p-article__body ul,
.p-article__body ol {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-left: 10px;
  margin-left: .625rem;
}

.p-article__body ul ul,
.p-article__body ul ol,
.p-article__body ol ul,
.p-article__body ol ol {
  margin-top: 15px;
  margin-top: .9375rem;
  margin-left: 0;
}

.p-article__body ul li,
.p-article__body ol li {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}

.p-article__body ol {
  padding-left: 1.25em;
}

.p-article__body ol > li:not([class]) {
  list-style: decimal;
}

.p-article__body ol > li:not([class])::marker {
  color: #006934;
  font-weight: 700;
}

.p-article__body li:not([class]) + li {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-article__body a:not([class]) {
  color: #006934;
  text-decoration: underline;
}

.p-article__body figcaption {
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #57534e;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-article__body strong,
.p-article__body b {
  font-weight: 700;
}

.p-article__body blockquote,
.p-article__body q {
  position: relative;
  background-color: #f8f8f8;
  padding: 1em 4em;
}

.p-article__body blockquote::before, .p-article__body blockquote::after,
.p-article__body q::before,
.p-article__body q::after {
  position: absolute;
  color: #b2b2b2;
  font: var(--fa-font-solid);
  font-size: 2em;
  font-weight: 900;
}

.p-article__body blockquote::before,
.p-article__body q::before {
  top: 0;
  left: .5em;
  content: '\f10d';
}

.p-article__body blockquote::after,
.p-article__body q::after {
  right: .5em;
  bottom: 0;
  content: '\f10e';
}

.p-article__body q {
  display: inline-block;
}

.p-article__body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-article__body dt,
.p-article__body dd {
  border-top: 1px solid #e7e0db;
  padding: 20px 10px;
  padding: 1.25rem .625rem;
}

.p-article__body dt:last-of-type,
.p-article__body dd:last-of-type {
  border-bottom: 1px solid #e7e0db;
}

.p-article__body dt {
  width: 33%;
  font-weight: 700;
}

.p-article__body dd {
  width: 67%;
}

.p-article__body pre {
  overflow: auto;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
  white-space: pre;
}

.p-article__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-article__body .alignleft {
  float: left;
  margin-right: 1em;
}

.p-article__body .alignright {
  float: right;
  margin-left: 1em;
}

.p-article__body .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-article__body .gallery-columns-4 {
  gap: 20px;
}

.p-article__body .gallery-columns-4 > .gallery-item {
  width: calc((100% - 60px) / 4);
}

.p-article__body .gallery-item {
  margin-top: 0;
}

.p-article__body .gallery-icon {
  text-align: center;
}

.p-article__links {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.post-page-numbers {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #006934;
  width: 2em;
  height: 2em;
  color: #006934;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
}

.p-article__links .post-page-numbers {
  text-decoration: none;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 10px;
}

.post-page-numbers.current {
  background-color: #006934;
  color: #fff;
}

.post-page-numbers.dots {
  border: none;
}

.l-main .block-area p {
  color: #1c1917;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 400;
  line-height: 1.9;
}

.l-main .block-area p + p {
  margin-top: 32px;
  margin-top: 2rem;
}

.l-main .block-area h2,
.l-main .block-area .wp-block-heading:where(h2) {
  display: block;
  margin-top: 64px;
  margin-top: 4rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  border-bottom: none;
  background-color: transparent;
  padding-bottom: 0;
  color: #006934;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.5;
}

.l-main .block-area h2::after,
.l-main .block-area .wp-block-heading:where(h2)::after {
  display: block;
  position: static;
  -webkit-transform: none;
  transform: none;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: 100vh;
  background: #93c6a0;
  width: 48px;
  width: 3rem;
  height: 4px;
  height: .25rem;
  content: '';
}

.l-main .block-area h2.has-text-align-center::after,
.l-main .block-area .wp-block-heading:where(h2).has-text-align-center::after {
  margin-inline: auto;
}

.l-main .block-area h3,
.l-main .block-area .wp-block-heading:where(h3) {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-left: none;
  background-color: transparent;
  padding-left: 0;
  color: #006934;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
}

.l-main .block-area h3::before,
.l-main .block-area .wp-block-heading:where(h3)::before {
  aspect-ratio: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 10px;
  -webkit-flex: 0 0 .625rem;
  -ms-flex: 0 0 10px;
  -ms-flex: 0 0 .625rem;
  flex: 0 0 10px;
  flex: 0 0 .625rem;
  margin-top: .6em;
  border-radius: 50%;
  background: #93c6a0;
  content: '';
}

.l-main .block-area h4,
.l-main .block-area .wp-block-heading:where(h4) {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  border-bottom: none;
  border-radius: .5rem;
  background: #f3f7f4;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  color: #006934;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
}

.l-main .block-area h5,
.l-main .block-area .wp-block-heading:where(h5) {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #006934;
  font-size: max(17px, 12px);
  font-size: max(1.0625rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
}

.l-main .block-area li {
  color: #1c1917;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.9;
}

.l-main .block-area ul li,
.l-main .block-area ol li {
  font-weight: 400;
}

.l-main .block-area h2:first-child,
.l-main .block-area .wp-block-heading:where(h2):first-child {
  margin-top: 0;
}

.l-main .block-area h3:first-child,
.l-main .block-area .wp-block-heading:where(h3):first-child {
  margin-top: 0;
}

.l-main .block-area h4:first-child,
.l-main .block-area .wp-block-heading:where(h4):first-child {
  margin-top: 0;
}

.l-main .block-area h5:first-child,
.l-main .block-area .wp-block-heading:where(h5):first-child {
  margin-top: 0;
}

.p-breadcrumb__inner {
  padding-block: 16px;
  padding-block: 1rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-breadcrumb__list {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: max(11px, 12px);
  font-size: max(.6875rem, 12px);
  line-height: 1.3;
}

.p-breadcrumb__list li {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-breadcrumb__list li + li::before {
  aspect-ratio: 2/3;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-image: url(../img/common/icon-chevron.svg);
  mask-image: url(../img/common/icon-chevron.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #a8a29e;
  width: 6px;
  width: .375rem;
  content: '';
}

.p-breadcrumb__list a {
  color: #006934;
}

.p-breadcrumb__list a:focus-visible {
  color: #4c9e61;
}

.p-column {
  padding-block: 64px;
  padding-block: 4rem;
}

.p-column__list {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-column__img img {
  aspect-ratio: 319/179;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-column__body {
  padding: 24px 24px 48px;
  padding: 1.5rem 1.5rem 3rem;
}

.p-column__title {
  margin-top: 12px;
  margin-top: .75rem;
  color: #006934;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-column__date {
  margin-top: 12px;
  margin-top: .75rem;
}

.p-column__btn {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-cta {
  padding-block: 48px 40px;
  padding-block: 3rem 2.5rem;
  position: relative;
  background: #006934;
  overflow: hidden;
}

.p-cta::before {
  aspect-ratio: 547/292;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: url(../img/common/cta-leaf.svg) no-repeat left top/contain;
  width: 547px;
  width: 34.1875rem;
  content: '';
}

.p-cta__inner {
  position: relative;
}

.p-cta__lead {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: max(20px, 12px);
  font-size: max(1.25rem, 12px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}

.p-cta__area {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-cta__areaLabel {
  color: #fff;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

.p-cta__areaList {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-cta__areaItem {
  border-radius: .25rem;
  background: #fff;
  padding: 2px 12px;
  padding: .125rem .75rem;
  color: #006934;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.4;
}

.p-cta__card {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: .5rem;
  background: #fff;
  width: 100%;
  overflow: hidden;
}

.p-cta__telBlock {
  padding: 16px;
  padding: 1rem;
}

.p-cta__tel {
  border-radius: .5rem;
  background: #d17711;
  padding: 12px 16px 18px;
  padding: .75rem 1rem 1.125rem;
  width: 100%;
  text-align: center;
}

.p-cta__telHead {
  color: #fff;
  font-size: max(21px, 12px);
  font-size: max(1.3125rem, 12px);
  font-weight: 700;
  line-height: 1.8;
}

.p-cta__telLink {
  margin-inline: auto;
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
  margin-top: .25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-cta__telLink::before {
  aspect-ratio: 1;
  -webkit-mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
  mask: url(../img/common/icon-tel.svg) no-repeat center/contain;
  background: currentColor;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.p-cta__telNum {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

.p-cta__hours {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.9;
  text-align: center;
}

.p-cta__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f7f4;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

.p-cta__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-cta__btn:first-child {
  margin-top: 0;
}

.p-drawer {
  z-index: 40;
}

.p-drawer__icon {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 97px;
  top: 6.0625rem;
  right: 20px;
  right: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 41;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  cursor: pointer;
  border-radius: 100vh;
  background: #006934;
  padding: 10px 16px;
  padding: .625rem 1rem;
}

.p-drawer__icon.is-opened {
  opacity: 0;
  pointer-events: none;
}

.p-drawer__bars {
  display: block;
  width: 16px;
  width: 1rem;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: background .3s linear 0s, -webkit-transform .3s linear 0s;
  transition: background .3s linear 0s, -webkit-transform .3s linear 0s;
  transition: transform .3s linear 0s, background .3s linear 0s;
  transition: transform .3s linear 0s, background .3s linear 0s, -webkit-transform .3s linear 0s;
  margin-top: 6px;
  margin-top: .375rem;
  background: #fff;
  width: 100%;
  height: 1px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.p-drawer__label {
  color: #fff;
  font-size: max(11px, 12px);
  font-size: max(.6875rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}

.p-drawer__bg {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.p-drawer__bg.is-opened {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .25);
  width: 100vw;
  height: 100dvh;
}

.p-drawer__content {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  z-index: 40;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
  background: #fff;
  width: 100%;
  max-height: 100dvh;
  overflow: auto;
}

.p-drawer__content.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-drawer__head {
  padding-inline: 20px;
  padding-inline: 1.25rem;
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  height: 5rem;
}

.p-drawer__logo {
  width: 159px;
  width: 9.9375rem;
}

.p-drawer__close {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 100vh;
  background: #006934;
  padding: 10px 16px;
  padding: .625rem 1rem;
  color: #fff;
  font-size: max(11px, 12px);
  font-size: max(.6875rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}

.p-drawer__closeIcon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 11px;
  width: .6875rem;
}

.p-drawer__closeIcon::before, .p-drawer__closeIcon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  width: 16px;
  width: 1rem;
  height: 1px;
  content: '';
}

.p-drawer__closeIcon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-drawer__closeIcon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-drawer__inner {
  padding: 24px 28px 40px;
  padding: 1.5rem 1.75rem 2.5rem;
}

.p-drawer__contact {
  border-radius: .5rem;
  background: #f3f7f4;
  overflow: hidden;
}

.p-drawer__contactInner {
  padding: 16px;
  padding: 1rem;
}

.p-drawer__tel {
  border-radius: .5rem;
  background: #d17711;
  padding: 12px 16px 18px;
  padding: .75rem 1rem 1.125rem;
  text-align: center;
}

.p-drawer__telHead {
  color: #fff;
  font-size: max(21px, 12px);
  font-size: max(1.3125rem, 12px);
  font-weight: 700;
  line-height: 1.8;
}

.p-drawer__telLink {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  margin-top: .25rem;
  color: #fff;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-drawer__telIcon {
  aspect-ratio: 1;
  width: 24px;
  width: 1.5rem;
}

.p-drawer__telNum {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

.p-drawer__hours {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.9;
  text-align: center;
}

.p-drawer__btns {
  background: #e1efe4;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
}

.p-drawer__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-top: .5rem;
}

.p-drawer__btn:first-child {
  margin-top: 0;
}

.p-drawer__nav {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-drawer__navItem {
  border-bottom: 1px solid #d6d3d1;
}

.p-drawer__navLink {
  padding-block: 20px;
  padding-block: 1.25rem;
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #13542a;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 500;
  line-height: 1.6;
}

.p-drawer__navLink::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100vh;
  background: #f3f7f4 var(--icon-chevron-green) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.p-drawer__navLink--hasChild {
  padding-bottom: 10px;
  padding-bottom: .625rem;
}

.p-drawer__childList {
  padding-bottom: 14px;
  padding-bottom: .875rem;
}

.p-drawer__childLink {
  padding-block: 6px;
  padding-block: .375rem;
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 16px;
  padding-left: 1rem;
  color: #006934;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.64;
}

.p-drawer__childLink::before {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100vh;
  background: #4c9e61;
  width: 8px;
  width: .5rem;
  content: '';
}

.p-fixedCta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: opacity .4s ease 0s, visibility .4s ease 0s, -webkit-transform .4s ease 0s;
  transition: opacity .4s ease 0s, visibility .4s ease 0s, -webkit-transform .4s ease 0s;
  transition: opacity .4s ease 0s, visibility .4s ease 0s, transform .4s ease 0s;
  transition: opacity .4s ease 0s, visibility .4s ease 0s, transform .4s ease 0s, -webkit-transform .4s ease 0s;
  padding: 0 24px 24px;
  padding: 0 1.5rem 1.5rem;
}

.p-fixedCta.is-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.p-fixedCta__inner {
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .05);
  box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .05);
  border-radius: 100vh;
  max-width: 544px;
  overflow: hidden;
}

.p-fixedCta__tel {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #d17711;
  padding: 16px 8px;
  padding: 1rem .5rem;
  color: #fff;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  line-height: 1.8;
}

.p-fixedCta__btn {
  padding-block: 16px;
  padding-block: 1rem;
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -webkit-flex: 0 0 5rem;
  -ms-flex: 0 0 80px;
  -ms-flex: 0 0 5rem;
  flex: 0 0 80px;
  flex: 0 0 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #006934;
  color: #fff;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 700;
  line-height: 1;
}

.p-fixedCta__btn--line {
  background: #06c755;
}

.p-fixedCta__icon {
  aspect-ratio: 1;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  width: 1.5rem;
}

.p-footer {
  position: relative;
  background: #f3f7f4;
  padding: 48px 32px 80px;
  padding: 3rem 2rem 5rem;
}

.p-footer__inner {
  margin-inline: auto;
  max-width: 1216px;
  max-width: 76rem;
}

.p-footer__logo {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__sitemap {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-footer__copy {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-footer__logo {
  width: 240px;
  width: 15rem;
}

.p-footer__sitemap {
  width: 100%;
}

.p-footer__item {
  border-bottom: 1px solid #d6d3d1;
}

.p-footer__item:first-child {
  border-top: 1px solid #d6d3d1;
}

.p-footer__link {
  padding-block: 16px;
  padding-block: 1rem;
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #13542a;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}

.p-footer__link::after {
  aspect-ratio: 2/3;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--icon-chevron-green) no-repeat center;
  width: 6px;
  width: .375rem;
  content: '';
}

.p-footer__link:focus-visible {
  color: #4c9e61;
}

.p-footer__childList {
  display: none;
}

.p-footer__childLink {
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #57534e;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  line-height: 1.64;
}

.p-footer__childLink:focus-visible {
  color: #006934;
}

.p-footer__copy {
  color: #a8a29e;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  line-height: 1.6;
  text-align: center;
}

.p-form__lead {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.9;
}

.p-form__table {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-form__row {
  padding-block: 20px;
  padding-block: 1.25rem;
  border-bottom: 1px solid #d6d3d1;
}

.p-form__th {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-form__badge {
  margin-block: 2px;
  margin-block: .125rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: .25rem;
  background: #ef4444;
  padding: 3px 10px;
  padding: .1875rem .625rem;
  color: #fff;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 700;
  line-height: 1.66;
}

.p-form__badge--optional {
  background: #a8a29e;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
}

.p-form__label {
  font-size: max(17px, 12px);
  font-size: max(1.0625rem, 12px);
  font-weight: 500;
  line-height: 1.8;
}

.p-form__td {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.9;
}

.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  vertical-align: top;
  border-radius: .25rem;
  background: #f5f5f4;
  padding: 14px 19px;
  padding: .875rem 1.1875rem;
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  line-height: 1.9;
}

.p-form input[type=text]::-webkit-input-placeholder,
.p-form input[type=email]::-webkit-input-placeholder,
.p-form input[type=tel]::-webkit-input-placeholder,
.p-form textarea::-webkit-input-placeholder {
  color: #a8a29e;
}

.p-form input[type=text]::-moz-placeholder,
.p-form input[type=email]::-moz-placeholder,
.p-form input[type=tel]::-moz-placeholder,
.p-form textarea::-moz-placeholder {
  color: #a8a29e;
}

.p-form input[type=text]::-ms-input-placeholder,
.p-form input[type=email]::-ms-input-placeholder,
.p-form input[type=tel]::-ms-input-placeholder,
.p-form textarea::-ms-input-placeholder {
  color: #a8a29e;
}

.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: #a8a29e;
}

.p-form textarea {
  height: 136px;
  height: 8.5rem;
}

.p-form select {
  border-radius: .25rem;
  background: #fff var(--icon-caret-down) no-repeat right 19px center/20px 12px;
  background: #fff var(--icon-caret-down) no-repeat right 1.1875rem center/1.25rem .75rem;
  padding: 9px 49px 9px 19px;
  padding: .5625rem 3.0625rem .5625rem 1.1875rem;
  font-size: max(16px, 16px);
  font-size: max(1rem, 16px);
  line-height: 1.9;
}

.p-form .wpcf7-form-control-wrap {
  display: block;
}

.p-form .wpcf7-checkbox,
.p-form .wpcf7-radio {
  gap: 12px;
  gap: .75rem;
  display: grid;
}

.p-form .wpcf7-list-item {
  margin: 0;
}

.p-form .wpcf7-list-item label {
  display: block;
}

.p-form .wpcf7-list-item-label {
  display: block;
  min-height: 32px;
  min-height: 2rem;
  line-height: 1.9;
}

.p-form__td--col2 {
  --form-cols: 2;
}

.p-form__selects {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-form__selectPair {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-form__selectUnit {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-form__submitBtn {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-form__submitBtn input[type=submit] {
  border: none;
  background: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.p-form__submitBtn input[type=submit]:disabled {
  background: none;
  color: inherit;
}

.p-form__submitBtn.is-disabled {
  pointer-events: none;
}

.p-form__note {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  line-height: 1.8;
  text-align: center;
}

.p-form__noteLink {
  color: #006934;
  text-decoration: underline;
}

.p-form__noteLink:focus-visible {
  color: #4c9e61;
}

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

.p-form__error {
  display: none;
  margin-top: 12px;
  margin-top: .75rem;
  color: #ef4444;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.9;
}

.p-form__error.is-visible {
  display: block;
}

.p-form .wpcf7-response-output {
  margin-top: 24px;
  margin-top: 1.5rem;
  border: 1px solid #ef4444;
  padding: 16px;
  padding: 1rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.9;
}

.p-fv {
  padding-top: 32px;
  padding-top: 2rem;
  overflow-x: clip;
}

.p-fv__inner {
  margin-inline: auto;
  padding-inline: 28px;
  padding-inline: 1.75rem;
  max-width: 600px;
}

.p-fv__heading {
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-fv__lead {
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #57534e;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.9;
  text-align: center;
}

.p-fv__body {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-fv__photo {
  margin-inline: calc(50% - var(--vw, 100vw) / 2);
  aspect-ratio: 750/501;
}

.p-fv__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
  margin-top: -2.5rem;
}

.p-fv__badge {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  background: #fff;
  width: 118px;
  width: 7.375rem;
}

.p-fv__badge + .p-fv__badge {
  margin-left: -17.53px;
  margin-left: -1.095625rem;
}

.p-fv__badgeLabel {
  color: #d17711;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-fv__badgeIcon {
  display: block;
  margin-top: 8.77px;
  margin-top: .548125rem;
  width: 32.87px;
  width: 2.054375rem;
}

.p-fv__btns {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-fv__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 40px;
  padding: .75rem 2.5rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.8;
}

.p-fv__btn + .p-fv__btn {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-fv__btn--line {
  padding-inline: 32px;
  padding-inline: 2rem;
}

.p-header {
  background: #f3f7f4;
}

.p-header__sub {
  background: #fff;
  padding: 16px 8px;
  padding: 1rem .5rem;
}

.p-header__subInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-header__catch {
  color: #1c1917;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.p-header__subList {
  display: none;
}

.p-header__subItem {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__subItem + .p-header__subItem::before {
  aspect-ratio: 1/18;
  background: #d6d3d1;
  width: 1px;
  content: '';
}

.p-header__subLink {
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #57534e;
  font-size: max(14px, 10px);
  font-size: max(.875rem, 10px);
  font-weight: 500;
  line-height: 1.6;
}

.p-header__subLink:focus-visible {
  color: #006934;
}

.p-header__main {
  padding-inline: 20px;
  padding-inline: 1.25rem;
}

.p-header__inner {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  height: 5rem;
}

.p-header__logo {
  width: 159px;
  width: 9.9375rem;
}

.p-header__body {
  display: none;
}

.p-header__cta {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-header__contact {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__badge {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid #93c6a0;
  border-radius: 100vh;
  width: 62px;
  width: 3.875rem;
  color: #006934;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4;
}

.p-header__telBlock {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.p-header__tel {
  margin-inline: auto;
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #d17711;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
}

.p-header__tel:focus-visible {
  color: #a85f0d;
}

.p-header__telIcon {
  aspect-ratio: 1;
  width: 30px;
  width: 1.875rem;
}

.p-header__telNum {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
  padding-bottom: .25rem;
}

.p-header__hours {
  margin-top: 8px;
  margin-top: .5rem;
  font-size: max(14px, 10px);
  font-size: max(.875rem, 10px);
  line-height: 1.52;
}

.p-header__btns {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__btn {
  padding-inline: 16px;
  padding-inline: 1rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: max(15px, 10px);
  font-size: max(.9375rem, 10px);
}

.p-header__navList {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-header__navLink {
  display: block;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  padding-bottom: 2px;
  padding-bottom: .125rem;
  color: #006934;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  line-height: 1.6;
}

.p-header__navLink.is-current {
  border-bottom: 1px solid #006934;
}

.p-header__navLink:focus-visible {
  color: #4c9e61;
}

.p-header__drawer {
  aspect-ratio: 101/38;
  width: 101px;
  width: 6.3125rem;
}

.p-links {
  padding-block: 40px;
  padding-block: 2.5rem;
  background: #e1efe4;
}

.p-links__list {
  gap: 8px;
  gap: .5rem;
  display: grid;
}

.p-links__link {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
  transition: color .3s ease 0s, background-color .3s ease 0s;
  border-radius: .5rem;
  background: #fff;
  padding: 8px 16px 8px 8px;
  padding: .5rem 1rem .5rem .5rem;
  color: #006934;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-links__link:focus-visible {
  background: #006934;
  color: #fff;
}

.p-links__link:focus-visible::after {
  background-color: #fff;
}

.p-links__link::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  border-radius: 100vh;
  background: #f3f7f4 var(--icon-chevron-green) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.p-links__icon {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  width: 3.5rem;
}

.p-lowerFv {
  padding-block: 32px 29px;
  padding-block: 2rem 1.8125rem;
}

.p-lowerFv__title {
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-lowerFv__subTitle {
  margin-top: 5px;
  margin-top: .3125rem;
  color: #4c9e61;
  font-family: 'Marcellus', serif;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  line-height: 1.5;
  text-align: center;
}

.p-news {
  padding-top: 64px;
  padding-top: 4rem;
}

.p-news__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-news__item {
  border-top: 1px solid #d6d3d1;
}

.p-news__item:last-child {
  border-bottom: 1px solid #d6d3d1;
}

.p-news__link {
  padding-block: 24px;
  padding-block: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
}

.p-news__link:focus-visible {
  background: #fff;
}

.p-news__link:focus-visible .p-news__date,
.p-news__link:focus-visible .p-news__title {
  color: #4c9e61;
}

.p-news__link:focus-visible::after {
  background-color: #f3f7f4;
}

.p-news__link::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color .3s ease 0s;
  transition: background-color .3s ease 0s;
  margin-left: 24px;
  margin-left: 1.5rem;
  border-radius: 100vh;
  background: #fff var(--icon-chevron-green) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.p-news__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.p-news__title {
  display: block;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  margin-top: 12px;
  margin-top: .75rem;
  color: #006934;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-news__more {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-page__body {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}

.p-contactPage .p-page__body,
.p-page__body--block {
  padding-block: 64px;
  padding-block: 4rem;
  padding-inline: 28px;
  padding-inline: 1.75rem;
  background: #fff;
  max-width: none;
}

.p-page__form {
  margin-inline: auto;
  max-width: 960px;
  max-width: 60rem;
}

.p-page__body--block .block-area {
  margin-inline: auto;
  max-width: 960px;
  max-width: 60rem;
}

/************************************************************************
* p-pagination
************************************************************************/
.p-pagination__inner {
  letter-spacing: 0;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  border: 1px solid #006934;
  width: 2em;
  height: 2em;
  color: #006934;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
  line-height: 2;
}

.page-numbers + .page-numbers {
  margin-left: 10px;
  margin-left: .625rem;
}

.page-numbers.current {
  background-color: #006934;
  color: #fff;
}

.page-numbers.dots {
  border: none;
}

.p-seminar {
  padding-top: 64px;
  padding-top: 4rem;
  letter-spacing: .02em;
}

.p-seminar__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-seminar__item + .p-seminar__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-seminar__card:has(.c-cardLink__link:focus-visible) {
  color: #fff;
}

.p-seminar__card:has(.c-cardLink__link:focus-visible) .p-seminar__metaLabel {
  background: #fff;
  color: #006934;
}

.p-seminar__photo {
  aspect-ratio: 319/179;
}

.p-seminar__photo > img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-seminar__content {
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  padding: 24px 24px 48px;
  padding: 1.5rem 1.5rem 3rem;
}

.p-seminar__schedule {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-seminar__status {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -webkit-flex: 0 0 5rem;
  -ms-flex: 0 0 80px;
  -ms-flex: 0 0 5rem;
  flex: 0 0 80px;
  flex: 0 0 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5rem;
  background: #d17711;
  color: #fff;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  font-weight: 700;
  line-height: 1.1;
}

.p-seminar__status--closed {
  background: #a8a29e;
}

.p-seminar__date {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-family: 'Reddit Sans', sans-serif;
  text-align: center;
}

.p-seminar__year {
  display: block;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  font-weight: 500;
  line-height: 1.5;
}

.p-seminar__day {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4px;
  margin-top: .25rem;
}

.p-seminar__dayMd {
  gap: 4px;
  gap: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-seminar__dayNum {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

.p-seminar__daySep {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.6;
}

.p-seminar__dayWeek {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #a8a29e;
  border-radius: 100vh;
  width: 24px;
  width: 1.5rem;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 500;
  line-height: 1.5;
}

.p-seminar__time {
  display: block;
  margin-top: 4px;
  margin-top: .25rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  line-height: 1.5;
}

.p-seminar__body {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1px solid #d6d3d1;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.p-seminar__title {
  color: #006934;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}

.p-seminar__meta {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-seminar__metaRow {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-seminar__metaRow + .p-seminar__metaRow {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-seminar__metaLabel {
  padding-block: 6px;
  padding-block: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -webkit-flex: 0 0 3.125rem;
  -ms-flex: 0 0 50px;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 50px;
  flex: 0 0 3.125rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
  transition: color .3s ease 0s, background-color .3s ease 0s;
  border-radius: .25rem;
  background: #e1efe4;
  color: #006934;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 500;
  line-height: 1.3;
}

.p-seminar__metaValue {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 2px;
  padding-top: .125rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  line-height: 1.6;
}

.p-seminar__btn {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-sideCta {
  display: none;
}

.p-sideCta__link {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease 0s, background-color .3s ease 0s;
  transition: color .3s ease 0s, background-color .3s ease 0s;
  -webkit-box-shadow: -.25rem .25rem .25rem rgba(0, 0, 0, .05);
  box-shadow: -.25rem .25rem .25rem rgba(0, 0, 0, .05);
  border: 1px solid #006934;
  border-radius: .5rem 0 0 .5rem;
  background: #006934;
  padding: 24px 14px;
  padding: 1.5rem .875rem;
  color: #fff;
}

.p-sideCta__link::after {
  aspect-ratio: 1;
  border-radius: 100vh;
  background: #fff var(--icon-chevron-green) no-repeat center;
  width: 30px;
  width: 1.875rem;
  content: '';
}

.p-sideCta__link:focus-visible {
  background: #fff;
  color: #006934;
}

.p-sideCta__link:focus-visible::after {
  background-color: #006934;
  background-image: var(--icon-chevron-white);
}

.p-sideCta__text {
  height: 13.6em;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-topCases {
  padding-block: 64px;
  padding-block: 4rem;
}

.p-topCases__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topCases__item + .p-topCases__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topCases__img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topCases__body {
  padding: 24px 24px 48px;
  padding: 1.5rem 1.5rem 3rem;
}

.p-topCases__body:has(.c-cardLink__link:focus-visible) .p-topCases__meta {
  color: #fff;
}

.p-topCases__title {
  margin-top: 12px;
  margin-top: .75rem;
  color: #006934;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-topCases__meta {
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  margin-top: 12px;
  margin-top: .75rem;
  color: #57534e;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  letter-spacing: .02em;
  line-height: 1.3;
}

.p-topCases__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topConsult {
  padding-block: 6.4vw 0;
  position: relative;
  background: #fff url(../img/top/consult-bg.jpg) no-repeat center bottom/133.3333333333% auto;
  background-image: -webkit-image-set(url(../img/top/consult-bg.webp) type('image/webp'), url(../img/top/consult-bg.jpg) type('image/jpeg'));
  background-image: image-set(url(../img/top/consult-bg.webp) type('image/webp'), url(../img/top/consult-bg.jpg) type('image/jpeg'));
  min-height: 111.4666666667vw;
}

.p-topConsult::before {
  inset: auto 0 29.8666666667vw;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#fff, rgba(255, 255, 255, 0)), linear-gradient(#fff, rgba(255, 255, 255, 0));
  height: 36.2666666667vw;
  content: '';
}

.p-topConsult__inner {
  position: relative;
  text-align: center;
}

.p-topConsult__title {
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
}

.p-topConsult__lead {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: .02em;
  line-height: 1.9;
}

.p-topFeature {
  padding-block: 64px;
  padding-block: 4rem;
  counter-reset: block;
}

.p-topFeature__block {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-topFeature__catch {
  margin-top: 32px;
  margin-top: 2rem;
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.p-topFeature__visual {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topFeature__catchAccent {
  color: #d17711;
}

.p-topFeature__hero {
  aspect-ratio: 319/284;
  border-radius: .5rem;
  overflow: hidden;
}

.p-topFeature__hero img {
  aspect-ratio: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topFeature__pointList {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  counter-reset: point;
  margin-top: -96px;
  margin-top: -6rem;
  width: 336px;
  width: 21rem;
}

.p-topFeature__pointItem {
  aspect-ratio: 1;
  counter-increment: point;
  border-radius: 100vh;
  background: #fff;
  padding-top: 40px;
  padding-top: 2.5rem;
  width: 180px;
  width: 11.25rem;
  text-align: center;
}

.p-topFeature__pointItem::before {
  display: block;
  position: relative;
  z-index: 1;
  color: #d17711;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .05em;
  line-height: .8;
  content: counter(point, decimal-leading-zero);
}

.p-topFeature__pointItem:first-child {
  grid-column: 1/-1;
  justify-self: center;
}

.p-topFeature__pointItem:nth-child(3) {
  justify-self: end;
}

.p-topFeature__pointItem:nth-child(n+2) {
  margin-top: -40px;
  margin-top: -2.5rem;
}

.p-topFeature__pointText {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-top: .75rem;
  color: #006934;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
}

.p-topFeature__blockHead {
  text-align: center;
}

.p-topFeature__blockText {
  counter-increment: block;
}

.p-topFeature__blockText::before {
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  background: #fff;
  width: 48px;
  width: 3rem;
  color: #d17711;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .8;
  content: counter(block, decimal-leading-zero);
}

.p-topFeature__blockTitle {
  margin-top: 16px;
  margin-top: 1rem;
  color: #006934;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-topFeature__areaList {
  gap: 6px;
  gap: .375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topFeature__areaItem {
  border-radius: .25rem;
  background: #d17711;
  padding: 2px 12px;
  padding: .125rem .75rem;
  color: #fff;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.4;
}

.p-topFeature__blockImg {
  aspect-ratio: 512/316;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: .5rem;
  overflow: hidden;
}

.p-topFeature__blockImg img {
  aspect-ratio: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topFeature__card {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: .5rem;
  background: #fff;
  padding: 32px 24px;
  padding: 2rem 1.5rem;
}

.p-topFeature__lead {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: .02em;
  line-height: 1.9;
}

.p-topFeature__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__serviceList {
  gap: 8px;
  gap: .5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__serviceItem {
  gap: 12px;
  gap: .75rem;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  border-radius: .5rem;
  background: #fef8f1;
  padding: 16px 12px;
  padding: 1rem .75rem;
  text-align: center;
}

.p-topFeature__serviceTitle {
  color: #006934;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
}

.p-topFeature__serviceIcon {
  margin-inline: auto;
  aspect-ratio: 1;
  display: block;
  width: 40px;
  width: 2.5rem;
}

.p-topFeature__qaList {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__qa + .p-topFeature__qa {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__qaText {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 15px;
  font-size: .9375rem;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topFeature__networkChart {
  aspect-ratio: 271/294;
  position: relative;
}

.p-topFeature__networkChart::before {
  aspect-ratio: 1;
  translate: -50% -50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/top/feature-network-line.svg) no-repeat center/contain;
  width: 82.66%;
  content: '';
}

.p-topFeature__networkItem,
.p-topFeature__networkCenter {
  aspect-ratio: 1;
  translate: -50% -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100vh;
  background: #fef8f1;
}

.p-topFeature__networkItem {
  width: 25.1%;
}

.p-topFeature__networkCenter {
  top: 50.6%;
  left: 50%;
  width: 40.6%;
}

.p-topFeature__networkItem:nth-child(1) {
  top: 11.7%;
  left: 50.1%;
}

.p-topFeature__networkItem:nth-child(2) {
  top: 20.2%;
  left: 75.7%;
}

.p-topFeature__networkItem:nth-child(3) {
  top: 44.2%;
  left: 89.1%;
}

.p-topFeature__networkItem:nth-child(4) {
  top: 71.2%;
  left: 84.6%;
}

.p-topFeature__networkItem:nth-child(5) {
  top: 88.7%;
  left: 63.75%;
}

.p-topFeature__networkItem:nth-child(6) {
  top: 88.7%;
  left: 36.25%;
}

.p-topFeature__networkItem:nth-child(7) {
  top: 71.2%;
  left: 15.5%;
}

.p-topFeature__networkItem:nth-child(8) {
  top: 44.2%;
  left: 11%;
}

.p-topFeature__networkItem:nth-child(9) {
  top: 20.2%;
  left: 24.3%;
}

.p-topFeature__networkLabel {
  color: #006934;
  font-size: max(9.325px, 10px);
  font-size: max(.5828125rem, 10px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
}

.p-topFeature__networkIcon {
  aspect-ratio: 1;
  margin-top: 4.81px;
  margin-top: .300625rem;
  width: 24px;
  width: 1.5rem;
}

.p-topFeature__count {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__countLabel {
  color: #006934;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
}

.p-topFeature__countNum {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #d17711;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 64px;
  font-size: 4rem;
  letter-spacing: .02em;
  line-height: .8;
}

.p-topFeature__countUnit {
  font-family: 'Noto Sans JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.4;
}

.p-topFeature__staffList {
  gap: 24px 8px;
  gap: 1.5rem .5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__staffImg {
  aspect-ratio: 85/57;
  border-radius: .25rem;
  overflow: hidden;
}

.p-topFeature__staffImg img {
  aspect-ratio: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topFeature__staffRole {
  margin-top: 8px;
  margin-top: .5rem;
  color: #57534e;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
}

.p-topFeature__staffName {
  color: #006934;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
}

.p-topFeature__trust {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__trustOwner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .25rem;
  background: #fef8f1;
  padding: 12px 8px;
  padding: .75rem .5rem;
}

.p-topFeature__trustOwnerTitle {
  color: #006934;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topFeature__trustOwnerIcon {
  aspect-ratio: 1;
  margin-top: 4px;
  margin-top: .25rem;
  width: 48px;
  width: 3rem;
}

.p-topFeature__trustFlow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-topFeature__trustRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25.09%;
}

.p-topFeature__trustRow:nth-child(3) {
  width: 26.88%;
}

.p-topFeature__trustArrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 18px;
  padding-left: 1.125rem;
  height: 89px;
  height: 5.5625rem;
}

.p-topFeature__trustArrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  width: .75rem;
  content: '';
}

.p-topFeature__trustArrow--trust::before {
  background: url(../img/top/feature-trust-arrow-trust-sp.svg) no-repeat center/contain;
}

.p-topFeature__trustArrow--block::before {
  background: url(../img/top/feature-trust-arrow-block-sp.svg) no-repeat center/contain;
}

.p-topFeature__trustArrow--report::before {
  background: url(../img/top/feature-trust-arrow-report-sp.svg) no-repeat center/contain;
}

.p-topFeature__trustArrowIcon {
  aspect-ratio: 1;
}

.p-topFeature__trustArrow--trust .p-topFeature__trustArrowIcon {
  width: 32px;
  width: 2rem;
}

.p-topFeature__trustArrow--trust .p-topFeature__trustArrowText {
  margin-top: 2px;
  margin-top: .125rem;
}

.p-topFeature__trustArrow--report .p-topFeature__trustArrowIcon {
  width: 24px;
  width: 1.5rem;
}

.p-topFeature__trustArrow--report .p-topFeature__trustArrowText {
  margin-top: 4px;
  margin-top: .25rem;
}

.p-topFeature__trustArrowText {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #006934;
  font-size: max(11px, 10px);
  font-size: max(.6875rem, 10px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-topFeature__trustCard {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .25rem;
  background: #fef8f1;
  padding: 16px 8px;
  padding: 1rem .5rem;
}

.p-topFeature__trustCardIcon {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  width: 2rem;
}

.p-topFeature__trustCardBody {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-topFeature__trustCardTitle {
  color: #006934;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.1;
}

.p-topFeature__trustCardDesc {
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.1;
}

.p-topFeature__trustLink {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 120px;
  padding-top: 7.5rem;
  width: 11.47%;
}

.p-topFeature__trustLink::before {
  aspect-ratio: 32/12;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  width: 2rem;
  content: '';
}

.p-topFeature__trustLink--both::before {
  background: url(../img/top/feature-trust-arrow-link-sp.svg) no-repeat center/contain;
}

.p-topFeature__trustLink--check::before {
  background: url(../img/top/feature-trust-arrow-check-sp.svg) no-repeat center/contain;
}

.p-topFeature__trustLinkText {
  color: #006934;
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.05;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.p-topFeature__points {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topFeature__pointsList {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topGroup {
  margin-inline: auto;
  padding-inline: 16px;
  padding-inline: 1rem;
  max-width: 600px;
}

.p-topGroup__inner {
  margin-inline: auto;
  border-radius: .5rem 0 0 .5rem;
  background: #fff;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
  max-width: 1216px;
  max-width: 76rem;
}

.p-topGroup__heading {
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-topGroup__headingEn {
  color: #d17711;
  font-family: 'Marcellus', serif;
  font-weight: 400;
}

.p-topGroup__body {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topGroup__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topGroup__photos {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topGroup__text {
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topGroup__item {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topGroup__item::before {
  aspect-ratio: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8px;
  -webkit-flex: 0 0 .5rem;
  -ms-flex: 0 0 8px;
  -ms-flex: 0 0 .5rem;
  flex: 0 0 8px;
  flex: 0 0 .5rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 9px;
  margin-top: .5625rem;
  border-radius: 100vh;
  background: #93c6a0;
  content: '';
}

.p-topGroup__item + .p-topGroup__item {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-topGroup__motto {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topGroup__mottoText {
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topGroup__mottoAccent {
  color: #006934;
  font-weight: 700;
}

.p-topGroup__mottoList {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-topGroup__mottoItem {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  margin-top: .5rem;
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-topGroup__mottoItem:first-child {
  margin-top: 0;
}

.p-topGroup__mottoMark {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 100vh;
  background: #d17711;
  width: 40px;
  width: 2.5rem;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.p-topGroup__photos {
  gap: 16px;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-topGroup__photo:first-child {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topGroup__photoImg {
  border-radius: .5rem .5rem .25rem .25rem;
  overflow: hidden;
}

.p-topGroup__photoImg img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topGroup__photoName {
  margin-top: 8px;
  margin-top: .5rem;
  color: #006934;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
  text-align: center;
}

.p-topInfo {
  padding-block: 64px;
  padding-block: 4rem;
}

.p-topInfo__col + .p-topInfo__col {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-topInfo__list {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topInfo__item + .p-topInfo__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topInfo__link {
  display: block;
  position: relative;
}

.p-topInfo__link::before {
  inset: -8px -12px;
  inset: -.5rem -.75rem;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: .25rem;
  background: #fff;
  content: '';
}

.p-topInfo__link:focus-visible::before {
  opacity: 1;
}

.p-topInfo__link:focus-visible .p-topInfo__date,
.p-topInfo__link:focus-visible .p-topInfo__text {
  color: #4c9e61;
}

.p-topInfo__text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  margin-top: 4px;
  margin-top: .25rem;
  overflow: hidden;
  color: #006934;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topPartner {
  padding-block: 64px;
  padding-block: 4rem;
  background: #fff;
}

.p-topPartner__lead {
  margin-top: 32px;
  margin-top: 2rem;
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}

.p-topPartner__media {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topPartner__pic {
  border-radius: .5rem;
  overflow: hidden;
}

.p-topPartner__pic img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topPartner__body {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topPartner__text {
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: .02em;
  line-height: 1.9;
}

.p-topPartner__text + .p-topPartner__text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topPartner__btn {
  padding-inline: 32px 3px;
  padding-inline: 2rem .1875rem;
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-top: 2rem;
  font-size: max(14px, 11px);
  font-size: max(.875rem, 11px);
}

.p-topPrice {
  padding-block: 64px;
  padding-block: 4rem;
}

.p-topPrice__list {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topPrice__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topPrice__item:first-child {
  margin-top: 0;
}

.p-topPrice__card {
  border: 1px solid var(--plan-color);
  border-radius: .5rem;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.p-topPrice__card--simple {
  --plan-color: #64748b;
  --plan-headBg: #f1f5f9;
  --plan-stripeBg: #f1f5f9;
}

.p-topPrice__card--standard {
  --plan-color: #006934;
  --plan-headBg: #e1efe4;
  --plan-stripeBg: #f3f7f4;
}

.p-topPrice__card--premium {
  --plan-color: #d17711;
  --plan-headBg: #fdf3e8;
  --plan-stripeBg: #fdf3e8;
}

.p-topPrice__head {
  background: var(--plan-headBg);
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  color: var(--plan-color);
  text-align: center;
}

.p-topPrice__target {
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  font-weight: 700;
  line-height: 1.4;
}

.p-topPrice__name {
  margin-top: 4px;
  margin-top: .25rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
}

.p-topPrice__body {
  padding: 24px;
  padding: 1.5rem;
}

.p-topPrice__fee {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-topPrice__feeLabel {
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 500;
  line-height: 1.4;
}

.p-topPrice__feeValue {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--plan-color);
}

.p-topPrice__feeNum {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-topPrice__feeUnit {
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  font-weight: 700;
  line-height: 1.4;
}

.p-topPrice__features {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topPrice__feature {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 16px;
  padding: .625rem 1rem;
}

.p-topPrice__feature:nth-child(odd) {
  background: var(--plan-stripeBg);
}

.p-topPrice__feature::after {
  aspect-ratio: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-mask-image: url(../img/top/price-icon-check.svg);
  mask-image: url(../img/top/price-icon-check.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 1.4375rem auto;
  mask-size: 1.4375rem auto;
  background: var(--plan-color);
  width: 24px;
  width: 1.5rem;
  content: '';
}

.p-topPrice__feature--unavailable::after {
  -webkit-mask-image: url(../img/top/price-icon-cross.svg);
  mask-image: url(../img/top/price-icon-cross.svg);
  -webkit-mask-size: 1.3125rem auto;
  mask-size: 1.3125rem auto;
}

.p-topPrice__feature--option::after {
  content: none;
}

.p-topPrice__featureValue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 24px;
  min-height: 1.5rem;
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 500;
  line-height: 1.4;
}

.p-topPrice__featureLabel {
  font-size: max(13px, 12px);
  font-size: max(.8125rem, 12px);
  font-weight: 500;
  line-height: 1.4;
}

.p-topPrice__featureNote {
  font-size: max(12px, 12px);
  font-size: max(.75rem, 12px);
}

.p-topPrice__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
  margin-top: 1rem;
  border-color: var(--plan-color);
  background: var(--plan-color);
  width: 100%;
}

.p-topPrice__btn::after {
  -webkit-mask-image: url(../img/common/icon-chevron.svg);
  mask-image: url(../img/common/icon-chevron.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: .375rem auto;
  mask-size: .375rem auto;
  background: currentColor;
}

.p-topPrice__btn:focus-visible {
  background: #fff;
  color: var(--plan-color);
}

.p-topPrice__btn:focus-visible::after {
  background: currentColor;
}

.p-topPrice__btnLabel {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-topPrice__note {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  line-height: 1.8;
}

.p-topProblem {
  padding-block: 64px 32px;
  padding-block: 4rem 2rem;
  background: #fff;
}

.p-topProblem__catch {
  margin-top: 32px;
  margin-top: 2rem;
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  text-align: center;
}

.p-topProblem__catchAccent {
  color: #d17711;
}

.p-topProblem__cards {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topProblem__card {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-topProblem__card + .p-topProblem__card {
  margin-top: 24px;
  margin-top: 1.5rem;
  border-top: 1px solid #d6d3d1;
  padding-top: 24px;
  padding-top: 1.5rem;
}

.p-topProblem__cardIcon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
  width: 5rem;
}

.p-topProblem__cardTitle {
  color: #006934;
  font-size: max(18px, 12px);
  font-size: max(1.125rem, 12px);
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
}

.p-topProblem__cardText {
  margin-top: 4px;
  margin-top: .25rem;
  font-size: max(14px, 12px);
  font-size: max(.875rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topProblem__body {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-topProblem__ask {
  gap: 24px;
  gap: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-topProblem__ask::before, .p-topProblem__ask::after {
  aspect-ratio: 13/66;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  width: .8125rem;
  content: '';
}

.p-topProblem__ask::before {
  background: url(../img/top/problem-arc-left.svg) no-repeat center/contain;
}

.p-topProblem__ask::after {
  background: url(../img/top/problem-arc-right.svg) no-repeat center/contain;
}

.p-topProblem__askText {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6666666667;
  text-align: center;
}

.p-topProblem__askAccent {
  color: #d17711;
}

.p-topProblem__illust {
  margin-inline: auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 184px;
  width: 11.5rem;
}

.p-topProblem__box {
  border-radius: .5rem;
  background: #f3f7f4;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
}

.p-topProblem__box + .p-topProblem__box {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-topProblem__boxTitle {
  color: #006934;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.4;
  text-align: center;
}

.p-topProblem__boxTitle span + span {
  margin-top: 4px;
  margin-top: .25rem;
}

.p-topProblem__boxTitleSub {
  display: block;
}

.p-topProblem__boxTitleMain {
  display: block;
  color: #d17711;
  font-size: 22px;
  font-size: 1.375rem;
}

.p-topProblem__boxList {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topReason {
  padding-top: 64px;
  padding-top: 4rem;
}

.p-topReason__list {
  counter-reset: reason;
  margin-top: 64px;
  margin-top: 4rem;
}

.p-topReason__item {
  counter-increment: reason;
}

.p-topReason__item + .p-topReason__item {
  margin-top: 32px;
  margin-top: 2rem;
  border-top: 1px solid #d6d3d1;
  padding-top: 32px;
  padding-top: 2rem;
}

.p-topReason__main::before {
  margin-inline: auto;
  display: block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #d17711;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: .8;
  content: counter(reason, decimal-leading-zero);
}

.p-topReason__heading {
  margin-top: 32px;
  margin-top: 2rem;
  color: #006934;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
}

.p-topReason__img {
  aspect-ratio: 512/341;
  margin-top: 32px;
  margin-top: 2rem;
  border-radius: .5rem;
  overflow: hidden;
}

.p-topReason__img img {
  aspect-ratio: 512/341;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topReason__text {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  letter-spacing: .02em;
  line-height: 1.9;
}

.p-topReason__compare {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-topReason__card {
  position: relative;
  border-radius: .5rem;
  background: #fff;
  padding: 32px 24px 24px;
  padding: 2rem 1.5rem 1.5rem;
}

.p-topReason__card + .p-topReason__card {
  margin-top: 73px;
  margin-top: 4.5625rem;
}

.p-topReason__card--ours {
  color: #006934;
}

.p-topReason__card--ours::before {
  aspect-ratio: 24/41;
  position: absolute;
  top: -57px;
  top: -3.5625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/top/reason-arrow-sp.svg) no-repeat center/contain;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.p-topReason__cardLabel {
  position: absolute;
  top: -13px;
  top: -.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-topReason__cardText {
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topReason__btn {
  margin-top: 64px;
  margin-top: 4rem;
}

.p-topService {
  padding-block: 128px 64px;
  padding-block: 8rem 4rem;
  background-color: #fff;
  background-image: radial-gradient(67.4667% 89.1667% at 50% 89.1667%, #fff 76.9%, #f3f7f4 100%);
  background-repeat: no-repeat;
  background-size: 100% 11.25rem;
}

.p-topService__catch {
  margin-top: 32px;
  margin-top: 2rem;
  color: #006934;
  font-family: 'Zen Old Mincho', '游明朝体', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'MS P明朝', 'MS PMincho', 'Noto Serif JP', serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.p-topService__catchAccent {
  color: #d17711;
}

.p-topService__list {
  counter-reset: service;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-topService__item {
  counter-increment: service;
  border-radius: .5rem;
  background: #f3f7f4;
  padding: 40px 32px;
  padding: 2.5rem 2rem;
  color: #006934;
}

.p-topService__item + .p-topService__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topService__item:nth-child(even) {
  background: #fef8f1;
  color: #d17711;
}

.p-topService__headText {
  text-align: center;
}

.p-topService__headText::before {
  display: inline-block;
  border-bottom: 1px solid currentColor;
  padding-bottom: 12px;
  padding-bottom: .75rem;
  font-family: 'Reddit Sans', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: .8;
  content: counter(service, decimal-leading-zero);
}

.p-topService__title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
}

.p-topService__img {
  aspect-ratio: 992/614;
  margin-top: 24px;
  margin-top: 1.5rem;
  border-radius: .5rem;
  overflow: hidden;
}

.p-topService__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-topService__body {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-topService__detailText {
  margin-top: 16px;
  margin-top: 1rem;
  color: #1c1917;
  font-size: max(15px, 12px);
  font-size: max(.9375rem, 12px);
  letter-spacing: .02em;
  line-height: 1.8;
}

.p-topService__more {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.p-topWorry {
  padding-top: 64px;
  padding-top: 4rem;
}

.p-topWorry__lead {
  letter-spacing: .02em;
  line-height: 1.9;
}

.p-topWorry__leadStrong {
  color: #006934;
  font-weight: 700;
}

.p-topWorry__leadText {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-topWorry__illust {
  margin-inline: auto;
  margin-top: 32px;
  margin-top: 2rem;
  width: 184px;
  width: 11.5rem;
}

.p-topWorry__heading {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
  margin-top: 3rem;
  color: #006934;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.p-topWorry__heading::before, .p-topWorry__heading::after {
  aspect-ratio: 15/31;
  position: relative;
  bottom: 4px;
  bottom: .25rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background: #006934;
  width: 15px;
  width: .9375rem;
  content: '';
}

.p-topWorry__heading::before {
  -webkit-clip-path: polygon(0 0, 14.8% 0, 100% 100%, 85.2% 100%);
  clip-path: polygon(0 0, 14.8% 0, 100% 100%, 85.2% 100%);
}

.p-topWorry__heading::after {
  -webkit-clip-path: polygon(85.2% 0, 100% 0, 14.8% 100%, 0 100%);
  clip-path: polygon(85.2% 0, 100% 0, 14.8% 100%, 0 100%);
}

.p-topWorry__list {
  gap: 8px;
  gap: .5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-topWorry__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .5rem;
  background: #fff;
  padding: 16px;
  padding: 1rem;
  color: #006934;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.6;
  text-align: center;
}

.p-topWorry__itemText {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.p-topWorry__accent {
  color: #d17711;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/************************************************************************
* visible device
************************************************************************/
.u-onlyPc {
  display: none;
}

.u-onlyTab {
  display: none;
}

.u-onlySp {
  display: none;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-inline {
  display: inline !important;
}

.u-onlyPc {
  display: none;
}

.u-hidden {
  display: none !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 768px) {

  html {
    font-size: 1.3157894737vw;
    font-size: calc(var(--vw-unitless) / 1216 * 100%);
  }

  :root {
    --header-height: 247px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    width: 2.5rem;
  }

  #toc_container {
    padding: 30px 60px;
    padding: 1.875rem 3.75rem;
  }

  .l-body {
    padding-bottom: 0;
  }

  .l-container {
    padding-right: 60px;
    padding-left: 60px;
    max-width: 1336px;
  }

  .l-container.l-container--narrow {
    max-width: 1092.8px;
  }

  .l-container.l-container--wide {
    max-width: 1579.2px;
  }

  .c-balloonLabel {
    padding: 2px 24px;
    padding: .125rem 1.5rem;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .c-barTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .c-btn--lg {
    padding: 16px;
    padding: 1rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .c-btn--more {
    gap: 16px;
    gap: 1rem;
    padding: 16px 16px 16px 40px;
    padding: 1rem 1rem 1rem 2.5rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .c-btn--narrow {
    padding-inline: 40px 16px;
    padding-inline: 2.5rem 1rem;
    gap: 16px;
    gap: 1rem;
  }

  .c-date {
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .c-date--sm {
    font-size: max(14px, 12px);
    font-size: max(.875rem, 12px);
  }

  .c-dotList {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .c-dotList__item {
    gap: 16px;
    gap: 1rem;
  }

  .c-dotList__item::before {
    margin-top: calc((1.9em - .5rem) / 2);
  }

  .c-secTitle::after {
    aspect-ratio: 10/1;
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 40px;
    width: 2.5rem;
  }

  .c-secTitle__en {
    font-size: 80px;
    font-size: 5rem;
  }

  .c-secTitle__ja {
    font-size: max(20px, 12px);
    font-size: max(1.25rem, 12px);
  }

  .c-tag {
    font-size: max(13px, 12px);
    font-size: max(.8125rem, 12px);
  }

  .c-totop {
    bottom: 24px;
    bottom: 1.5rem;
    width: 60px;
    width: 3.75rem;
  }

  .p-article__title {
    font-size: 24px;
  }

  .p-article__body {
    padding-top: 60px;
    padding-bottom: 100px;
    font-size: 16px;
  }

  .p-article__body table th,
  .p-article__body table td {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }

  .p-article__body table th {
    width: 153px;
    width: 9.5625rem;
  }

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 40px) / 3);
  }

  .l-main .block-area p {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .l-main .block-area h2,
  .l-main .block-area .wp-block-heading:where(h2) {
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 64px;
    margin-bottom: 4rem;
    font-size: 32px;
    font-size: 2rem;
  }

  .l-main .block-area h2::after,
  .l-main .block-area .wp-block-heading:where(h2)::after {
    width: 64px;
    width: 4rem;
  }

  .l-main .block-area h3,
  .l-main .block-area .wp-block-heading:where(h3) {
    gap: 24px;
    gap: 1.5rem;
    margin-top: 64px;
    margin-top: 4rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .l-main .block-area h3::before,
  .l-main .block-area .wp-block-heading:where(h3)::before {
    -webkit-flex-basis: 12px;
    -webkit-flex-basis: .75rem;
    -ms-flex-preferred-size: 12px;
    -ms-flex-preferred-size: .75rem;
    flex-basis: 12px;
    flex-basis: .75rem;
  }

  .l-main .block-area h4,
  .l-main .block-area .wp-block-heading:where(h4) {
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding: 24px 32px;
    padding: 1.5rem 2rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .l-main .block-area h5,
  .l-main .block-area .wp-block-heading:where(h5) {
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .l-main .block-area li {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
  }

  .p-breadcrumb__inner {
    padding-inline: 28px;
    padding-inline: 1.75rem;
  }

  .p-breadcrumb__list {
    gap: 16px;
    gap: 1rem;
    font-size: max(13px, 12px);
    font-size: max(.8125rem, 12px);
  }

  .p-breadcrumb__list li {
    gap: 16px;
    gap: 1rem;
  }

  .p-column {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-column__list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-column__img img {
    aspect-ratio: 389/219;
  }

  .p-column__body {
    padding: 32px 40px 64px;
    padding: 2rem 2.5rem 4rem;
  }

  .p-column__title {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-column__date {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-column__btn {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-cta {
    padding-block: 80px 64px;
    padding-block: 5rem 4rem;
  }

  .p-cta::before {
    top: 4px;
    top: .25rem;
    left: 2px;
    left: .125rem;
    width: 914px;
    width: 57.125rem;
  }

  .p-cta__lead {
    font-size: max(24px, 12px);
    font-size: max(1.5rem, 12px);
  }

  .p-cta__area {
    margin-inline: auto;
    gap: 24px;
    gap: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    margin-top: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-cta__areaLabel {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
  }

  .p-cta__areaList {
    margin-top: 0;
  }

  .p-cta__areaItem {
    padding: 4px 16px;
    padding: .25rem 1rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-cta__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-cta__telBlock {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    padding: 40px 32px;
    padding: 2.5rem 2rem;
  }

  .p-cta__tel {
    background: none;
    padding: 0;
    width: auto;
  }

  .p-cta__telHead {
    display: none;
  }

  .p-cta__telLink {
    margin-top: 0;
    color: #d17711;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
  }

  .p-cta__telLink::before {
    width: 40px;
    width: 2.5rem;
  }

  .p-cta__hours {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-cta__btns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 423px;
    -webkit-flex: 0 0 26.4375rem;
    -ms-flex: 0 0 423px;
    -ms-flex: 0 0 26.4375rem;
    flex: 0 0 423px;
    flex: 0 0 26.4375rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 32px;
    padding: 2rem;
  }

  .p-drawer__content {
    display: none;
  }

  .p-fixedCta {
    display: none;
  }

  .p-footer {
    padding: 96px 28px 48px;
    padding: 6rem 1.75rem 3rem;
  }

  .p-footer__logo {
    margin-inline: 0;
    width: auto;
  }

  .p-footer__sitemap {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-footer__copy {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-footer__logo {
    width: 329px;
    width: 20.5625rem;
  }

  .p-footer__sitemap {
    gap: 48px;
    gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-footer__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 373px;
    -webkit-flex: 0 1 23.3125rem;
    -ms-flex: 0 1 373px;
    -ms-flex: 0 1 23.3125rem;
    flex: 0 1 373px;
    flex: 0 1 23.3125rem;
    min-width: 0;
  }

  .p-footer__item {
    padding-block: 12px;
    padding-block: .75rem;
    border-bottom: 0;
  }

  .p-footer__item:first-child {
    border-top: 0;
  }

  .p-footer__link {
    padding-block: 0;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
  }

  .p-footer__link::after {
    content: none;
  }

  .p-footer__childList {
    display: block;
    padding-top: 16px;
    padding-top: 1rem;
    padding-left: 20px;
    padding-left: 1.25rem;
  }

  .p-footer__childItem {
    margin-top: 12px;
    margin-top: .75rem;
  }

  .p-footer__childItem:first-child {
    margin-top: 0;
  }

  .p-footer__copy {
    font-size: max(14px, 12px);
    font-size: max(.875rem, 12px);
  }

  .p-form__lead {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-form__table {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-form__row {
    padding-block: 32px;
    padding-block: 2rem;
    gap: 80px;
    gap: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-form__th {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 264px;
    -webkit-flex: 0 0 16.5rem;
    -ms-flex: 0 0 264px;
    -ms-flex: 0 0 16.5rem;
    flex: 0 0 264px;
    flex: 0 0 16.5rem;
  }

  .p-form__badge {
    padding-inline: 16px;
    padding-inline: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: max(15px, 12px);
    font-size: max(.9375rem, 12px);
  }

  .p-form__badge--optional {
    font-size: max(15px, 12px);
    font-size: max(.9375rem, 12px);
  }

  .p-form__label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 180px;
    -webkit-flex: 0 0 11.25rem;
    -ms-flex: 0 0 180px;
    -ms-flex: 0 0 11.25rem;
    flex: 0 0 180px;
    flex: 0 0 11.25rem;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-form__td {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form textarea {
    font-size: max(18px, 16px);
    font-size: max(1.125rem, 16px);
    line-height: 2;
  }

  .p-form textarea {
    height: 154px;
    height: 9.625rem;
  }

  .p-form select {
    font-size: max(18px, 16px);
    font-size: max(1.125rem, 16px);
    line-height: 2;
  }

  .p-form .wpcf7-checkbox,
  .p-form .wpcf7-radio {
    grid-template-columns: repeat(var(--form-cols, 3), 1fr);
  }

  .p-form .wpcf7-list-item-label {
    line-height: 2;
  }

  .p-form__selects {
    gap: 32px;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-form__selectPair {
    display: contents;
  }

  .p-form__submitBtn {
    margin-top: 48px;
    margin-top: 3rem;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-form__note {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-fv {
    padding-top: 80px;
    padding-top: 5rem;
  }

  .p-fv__inner {
    padding-inline: clamp(28px, (var(--vw, 100vw) - 1344px) / 2, 128px);
    padding-inline: clamp(1.75rem, (var(--vw, 100vw) - 84rem) / 2, 8rem);
    max-width: 1920px;
    max-width: 120rem;
  }

  .p-fv__head {
    gap: 48px;
    gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-fv__heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: clamp(48px, (var(--vw, 100vw) - 464px) / 14.3, 56px);
    font-size: clamp(3rem, (var(--vw, 100vw) - 29rem) / 14.3, 3.5rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
  }

  .p-fv__lead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
    -webkit-flex: 0 0 22.5rem;
    -ms-flex: 0 0 360px;
    -ms-flex: 0 0 22.5rem;
    flex: 0 0 360px;
    flex: 0 0 22.5rem;
    margin-top: 0;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
    text-align: left;
  }

  .p-fv__body {
    padding-inline: 40px;
    padding-inline: 2.5rem;
    position: relative;
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-fv__photo {
    margin-inline: 0;
    aspect-ratio: 2528/1438;
  }

  .p-fv__badges {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .p-fv__badge + .p-fv__badge {
    margin-left: -32px;
    margin-left: -2rem;
  }

  .p-fv__badge {
    width: 216px;
    width: 13.5rem;
  }

  .p-fv__badgeLabel {
    font-size: max(24px, 12px);
    font-size: max(1.5rem, 12px);
  }

  .p-fv__badgeIcon {
    margin-top: 16px;
    margin-top: 1rem;
    width: 60px;
    width: 3.75rem;
  }

  .p-fv__btns {
    gap: 16px;
    gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-fv__btn + .p-fv__btn {
    margin-top: 0;
  }

  .p-fv__btn {
    padding: 16px 40px;
    padding: 1rem 2.5rem;
  }

  .p-header__sub {
    padding: 16px 48px;
    padding: 1rem 3rem;
  }

  .p-header__subInner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-header__catch {
    color: #57534e;
    font-size: max(14px, 12px);
    font-size: max(.875rem, 12px);
    text-align: left;
  }

  .p-header__subList {
    gap: 24px;
    gap: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-header__main {
    padding: 32px 48px;
    padding: 2rem 3rem;
  }

  .p-header__inner {
    gap: 32px;
    gap: 2rem;
    height: auto;
  }

  .p-header__logo {
    width: 329px;
    width: 20.5625rem;
  }

  .p-header__body {
    display: block;
  }

  .p-header__nav {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-header__drawer {
    display: none;
  }

  .p-links {
    padding-block: 80px;
    padding-block: 5rem;
  }

  .p-links__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-links__link {
    gap: 40px;
    gap: 2.5rem;
    padding: 16px 24px 16px 16px;
    padding: 1rem 1.5rem 1rem 1rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-links__icon {
    width: 96px;
    width: 6rem;
  }

  .p-lowerFv {
    padding-block: 96px 92px;
    padding-block: 6rem 5.75rem;
  }

  .p-lowerFv__title {
    font-size: 60px;
    font-size: 3.75rem;
  }

  .p-lowerFv__subTitle {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-news {
    padding-top: 128px;
    padding-top: 8rem;
  }

  .p-news__list {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-news__link {
    padding-block: 32px;
    padding-block: 2rem;
  }

  .p-news__link::after {
    margin-left: 8px;
    margin-left: .5rem;
  }

  .p-news__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-news__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -webkit-flex: 0 0 7.5rem;
    -ms-flex: 0 0 120px;
    -ms-flex: 0 0 7.5rem;
    flex: 0 0 120px;
    flex: 0 0 7.5rem;
  }

  .p-news__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-news__more {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-page__body {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }

  .p-contactPage .p-page__body,
  .p-page__body--block {
    padding-block: 128px;
    padding-block: 8rem;
    padding-inline: 28px;
    padding-inline: 1.75rem;
    max-width: none;
  }

  .p-seminar {
    padding-top: 128px;
    padding-top: 8rem;
  }

  .p-seminar__list {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-seminar__card {
    gap: 48px;
    gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    padding: 2.5rem;
  }

  .p-seminar__photo {
    aspect-ratio: 328/185;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 328px;
    -webkit-flex: 0 0 20.5rem;
    -ms-flex: 0 0 328px;
    -ms-flex: 0 0 20.5rem;
    flex: 0 0 328px;
    flex: 0 0 20.5rem;
    border-radius: .5rem;
    overflow: hidden;
  }

  .p-seminar__content {
    gap: 48px;
    gap: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }

  .p-seminar__schedule {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -webkit-flex: 0 0 12.5rem;
    -ms-flex: 0 0 200px;
    -ms-flex: 0 0 12.5rem;
    flex: 0 0 200px;
    flex: 0 0 12.5rem;
  }

  .p-seminar__status {
    padding-block: 6px;
    padding-block: .375rem;
    aspect-ratio: auto;
    border-radius: .25rem;
    font-size: max(15px, 12px);
    font-size: max(.9375rem, 12px);
  }

  .p-seminar__date {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-seminar__year {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-seminar__dayNum {
    font-size: 48px;
    font-size: 3rem;
  }

  .p-seminar__daySep {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-seminar__dayWeek {
    width: 32px;
    width: 2rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-seminar__time {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-seminar__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    border-top: 0;
    border-left: 1px solid #d6d3d1;
    padding-top: 0;
    padding-left: 48px;
    padding-left: 3rem;
  }

  .p-seminar__title {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-seminar__meta {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-seminar__metaRow {
    gap: 24px;
    gap: 1.5rem;
  }

  .p-seminar__metaLabel {
    -webkit-flex-basis: 80px;
    -webkit-flex-basis: 5rem;
    -ms-flex-preferred-size: 80px;
    -ms-flex-preferred-size: 5rem;
    flex-basis: 80px;
    flex-basis: 5rem;
    font-size: max(15px, 12px);
    font-size: max(.9375rem, 12px);
  }

  .p-seminar__metaValue {
    padding-top: 4px;
    padding-top: .25rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-seminar__btn {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-sideCta {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 30;
    -webkit-transition: opacity .4s ease 0s, visibility .4s ease 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s ease 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s ease 0s, transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s ease 0s, transform .4s ease 0s, -webkit-transform .4s ease 0s;
  }

  .p-sideCta.is-active {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    visibility: visible;
    opacity: 1;
  }

  .p-topCases {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-topCases__list {
    gap: 24px;
    gap: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topCases__item + .p-topCases__item {
    margin-top: 0;
  }

  .p-topCases__body {
    padding: 32px 40px 64px;
    padding: 2rem 2.5rem 4rem;
  }

  .p-topCases__title {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-topCases__meta {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-topCases__more {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topConsult {
    padding-block: 88px 0;
    padding-block: 5.5rem 0;
    background: #fff url(../img/top/consult-bg.jpg) no-repeat center bottom/cover;
    background-image: -webkit-image-set(url(../img/top/consult-bg.webp) type('image/webp'), url(../img/top/consult-bg.jpg) type('image/jpeg'));
    background-image: image-set(url(../img/top/consult-bg.webp) type('image/webp'), url(../img/top/consult-bg.jpg) type('image/jpeg'));
    min-height: 648px;
    min-height: 40.5rem;
  }

  .p-topConsult::before {
    inset: 0 0 auto;
    height: 308px;
    height: 19.25rem;
  }

  .p-topConsult__title {
    font-size: 52px;
    font-size: 3.25rem;
  }

  .p-topConsult__lead {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-topFeature {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-topFeature__block {
    margin-top: 96px;
    margin-top: 6rem;
  }

  .p-topFeature__catch {
    margin-top: 64px;
    margin-top: 4rem;
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 400;
  }

  .p-topFeature__visual {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__hero {
    aspect-ratio: 1216/608;
  }

  .p-topFeature__pointList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -144px;
    margin-top: -9rem;
    width: auto;
  }

  .p-topFeature__pointItem {
    padding-top: 82px;
    padding-top: 5.125rem;
    width: 310px;
    width: 19.375rem;
  }

  .p-topFeature__pointItem::before {
    font-size: 32px;
    font-size: 2rem;
  }

  .p-topFeature__pointItem:nth-child(n+2) {
    margin-top: 0;
    margin-left: -56px;
    margin-left: -3.5rem;
  }

  .p-topFeature__pointText {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-topFeature__blockHead {
    gap: 64px;
    gap: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .p-topFeature__blockText::before {
    width: 64px;
    width: 4rem;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-topFeature__blockText {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 640px;
    -webkit-flex: 0 1 40rem;
    -ms-flex: 0 1 640px;
    -ms-flex: 0 1 40rem;
    flex: 0 1 640px;
    flex: 0 1 40rem;
    min-width: 0;
  }

  .p-topFeature__blockTitle {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
  }

  .p-topFeature__areaList {
    gap: 8px;
    gap: .5rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-topFeature__areaItem {
    padding: 4px 16px;
    padding: .25rem 1rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-topFeature__blockImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 512px;
    -webkit-flex: 0 1 32rem;
    -ms-flex: 0 1 512px;
    -ms-flex: 0 1 32rem;
    flex: 0 1 512px;
    flex: 0 1 32rem;
    margin-top: 0;
    min-width: 0;
  }

  .p-topFeature__card {
    margin-top: 48px;
    margin-top: 3rem;
    padding: 72px 80px;
    padding: 4.5rem 5rem;
  }

  .p-topFeature__lead {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-topFeature__btn {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__serviceList {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__serviceItem {
    gap: 24px;
    gap: 1.5rem;
    padding: 32px 24px;
    padding: 2rem 1.5rem;
  }

  .p-topFeature__serviceTitle {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-topFeature__serviceIcon {
    width: 60px;
    width: 3.75rem;
  }

  .p-topFeature__qaList {
    gap: 64px;
    gap: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__qa {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }

  .p-topFeature__qa + .p-topFeature__qa {
    margin-top: 0;
  }

  .p-topFeature__qaText {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topFeature__network {
    gap: 64px;
    gap: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-topFeature__networkChart {
    aspect-ratio: 600/604;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 600px;
    -webkit-flex: 0 0 37.5rem;
    -ms-flex: 0 0 600px;
    -ms-flex: 0 0 37.5rem;
    flex: 0 0 600px;
    flex: 0 0 37.5rem;
  }

  .p-topFeature__networkChart::before {
    width: 79.33%;
  }

  .p-topFeature__networkItem {
    width: 21.33%;
  }

  .p-topFeature__networkItem:first-child {
    width: 23.33%;
  }

  .p-topFeature__networkCenter {
    width: 33.33%;
  }

  .p-topFeature__networkLabel {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
  }

  .p-topFeature__networkIcon {
    margin-top: 8.78px;
    margin-top: .54875rem;
    width: 44px;
    width: 2.75rem;
  }

  .p-topFeature__count {
    gap: 32px;
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .p-topFeature__countLabel {
    font-size: 32px;
    font-size: 2rem;
  }

  .p-topFeature__countNum {
    font-size: 120px;
    font-size: 7.5rem;
  }

  .p-topFeature__countUnit {
    font-size: 44px;
    font-size: 2.75rem;
  }

  .p-topFeature__staffList {
    gap: 32px 16px;
    gap: 2rem 1rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__staffImg {
    aspect-ratio: 163/108;
  }

  .p-topFeature__staffRole {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: max(14px, 12px);
    font-size: max(.875rem, 12px);
  }

  .p-topFeature__staffName {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-topFeature__trust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__trustOwner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 232px;
    -webkit-flex: 0 0 14.5rem;
    -ms-flex: 0 0 232px;
    -ms-flex: 0 0 14.5rem;
    flex: 0 0 232px;
    flex: 0 0 14.5rem;
    padding: 24px 32px;
    padding: 1.5rem 2rem;
  }

  .p-topFeature__trustOwnerTitle {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-topFeature__trustOwnerIcon {
    margin-top: 8px;
    margin-top: .5rem;
    width: 80px;
    width: 5rem;
  }

  .p-topFeature__trustFlow {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }

  .p-topFeature__trustRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }

  .p-topFeature__trustRow:nth-child(3) {
    width: auto;
  }

  .p-topFeature__trustArrow {
    aspect-ratio: 12/1;
    display: block;
    padding-left: 0;
    width: 240px;
    width: 15rem;
    height: auto;
  }

  .p-topFeature__trustArrow::before {
    right: 0;
    width: auto;
  }

  .p-topFeature__trustArrow--trust::before {
    background: url(../img/top/feature-trust-arrow-trust.svg) no-repeat center/contain;
  }

  .p-topFeature__trustArrow--block::before {
    background: url(../img/top/feature-trust-arrow-block.svg) no-repeat center/contain;
  }

  .p-topFeature__trustArrow--report::before {
    background: url(../img/top/feature-trust-arrow-report.svg) no-repeat center/contain;
  }

  .p-topFeature__trustArrowIcon {
    position: absolute;
  }

  .p-topFeature__trustArrow--trust .p-topFeature__trustArrowIcon {
    bottom: calc(100% - .1875rem);
    left: 95px;
    left: 5.9375rem;
    width: 50px;
    width: 3.125rem;
  }

  .p-topFeature__trustArrow--trust .p-topFeature__trustArrowText {
    margin-top: 0;
  }

  .p-topFeature__trustArrow--report .p-topFeature__trustArrowIcon {
    bottom: 100%;
    left: 100px;
    left: 6.25rem;
    width: 40px;
    width: 2.5rem;
  }

  .p-topFeature__trustArrow--report .p-topFeature__trustArrowText {
    margin-top: 0;
  }

  .p-topFeature__trustArrowText {
    inset-inline: 0;
    position: absolute;
    top: calc(100% + .5rem);
    width: auto;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 1.6;
    text-align: center;
  }

  .p-topFeature__trustCard {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px 48px;
    padding: 1.5rem 3rem;
  }

  .p-topFeature__trustCardIcon {
    width: 60px;
    width: 3.75rem;
  }

  .p-topFeature__trustCardBody {
    gap: 8px;
    gap: .5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .p-topFeature__trustCardTitle {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.8;
  }

  .p-topFeature__trustCardDesc {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.8;
  }

  .p-topFeature__trustLink {
    gap: 24px;
    gap: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
    padding-left: 308px;
    padding-left: 19.25rem;
    width: auto;
  }

  .p-topFeature__trustLink::before {
    aspect-ratio: 20/81;
    width: 20px;
    width: 1.25rem;
  }

  .p-topFeature__trustLink--both::before {
    background: url(../img/top/feature-trust-arrow-link.svg) no-repeat center/contain;
  }

  .p-topFeature__trustLink--check::before {
    aspect-ratio: 20/79;
    background: url(../img/top/feature-trust-arrow-check.svg) no-repeat center/contain;
  }

  .p-topFeature__trustLinkText {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 1.8;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .p-topFeature__points {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topFeature__pointsList {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-topGroup {
    padding-inline: 28px;
    padding-inline: 1.75rem;
    max-width: none;
  }

  .p-topGroup__inner {
    padding: 64px 80px;
    padding: 4rem 5rem;
  }

  .p-topGroup__heading {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 400;
  }

  .p-topGroup__body {
    gap: 96px;
    gap: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-topGroup__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .p-topGroup__photos {
    margin-top: 0;
  }

  .p-topGroup__text {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topGroup__item {
    gap: 16px;
    gap: 1rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topGroup__item::before {
    margin-top: 14px;
    margin-top: .875rem;
  }

  .p-topGroup__motto {
    display: block;
  }

  .p-topGroup__mottoText {
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topGroup__mottoList {
    gap: 12px;
    gap: .75rem;
    translate: -50% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 32px;
    margin-top: 2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .p-topGroup__mottoItem {
    margin-top: 0;
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-topGroup__mottoMark {
    width: 64px;
    width: 4rem;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-topGroup__photos {
    gap: 40px;
    gap: 2.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .p-topGroup__photo:first-child {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topGroup__photoImg img {
    aspect-ratio: 4/5;
  }

  .p-topGroup__photoName {
    margin-top: 16px;
    margin-top: 1rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topInfo {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-topInfo__inner {
    gap: 96px;
    gap: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-topInfo__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
  }

  .p-topInfo__col + .p-topInfo__col {
    margin-top: 0;
  }

  .p-topInfo__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-topInfo__link {
    gap: 8px;
    gap: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-topInfo__date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 max(96px, 68px);
    -webkit-flex: 0 0 max(6rem, 68px);
    -ms-flex: 0 0 max(96px, 68px);
    -ms-flex: 0 0 max(6rem, 68px);
    flex: 0 0 max(96px, 68px);
    flex: 0 0 max(6rem, 68px);
  }

  .p-topInfo__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-top: 0;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topPartner {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-topPartner__lead {
    margin-top: 64px;
    margin-top: 4rem;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
  }

  .p-topPartner__media {
    gap: 80px;
    gap: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topPartner__pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 448px;
    -webkit-flex: 0 0 28rem;
    -ms-flex: 0 0 448px;
    -ms-flex: 0 0 28rem;
    flex: 0 0 448px;
    flex: 0 0 28rem;
  }

  .p-topPartner__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
  }

  .p-topPartner__text {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-topPartner__btn {
    margin-inline: auto;
    margin-top: 64px;
    margin-top: 4rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-topPrice {
    padding-block: 128px;
    padding-block: 8rem;
  }

  .p-topPrice__list {
    gap: 32px;
    gap: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topPrice__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-top: 0;
  }

  .p-topPrice__head {
    padding: 32px 16px;
    padding: 2rem 1rem;
  }

  .p-topPrice__target {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
  }

  .p-topPrice__name {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: 30px;
    font-size: 1.875rem;
  }

  .p-topPrice__body {
    padding: 32px;
    padding: 2rem;
  }

  .p-topPrice__feeLabel {
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    font-size: max(12px, min(18px, 1.5625vw - 2.875px));
    font-size: max(12px, min(1.125rem, 1.5625vw - 2.875px));
  }

  .p-topPrice__feeNum {
    font-size: 36px;
    font-size: 2.25rem;
    font-size: min(36px, 3.125vw - 5.75px);
    font-size: min(2.25rem, 3.125vw - 5.75px);
    font-weight: 500;
  }

  .p-topPrice__feeUnit {
    font-size: max(20px, 12px);
    font-size: max(1.25rem, 12px);
    font-size: max(12px, min(20px, 1.7361vw - 3.1944px));
    font-size: max(12px, min(1.25rem, 1.7361vw - 3.1944px));
  }

  .p-topPrice__features {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-topPrice__feature {
    padding: 12px 24px;
    padding: .75rem 1.5rem;
  }

  .p-topPrice__feature::after {
    width: 32px;
    width: 2rem;
  }

  .p-topPrice__featureValue {
    min-height: 32px;
    min-height: 2rem;
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-topPrice__featureLabel {
    font-size: max(16px, 12px);
    font-size: max(1rem, 12px);
  }

  .p-topPrice__btn {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-topPrice__note {
    margin-top: 64px;
    margin-top: 4rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topProblem {
    padding-block: 128px 64px;
    padding-block: 8rem 4rem;
  }

  .p-topProblem__catch {
    margin-top: 64px;
    margin-top: 4rem;
    font-size: 52px;
    font-size: 3.25rem;
  }

  .p-topProblem__cards {
    gap: clamp(32px, 9vw - 45px, 64px);
    gap: clamp(2rem, 9vw - 45px, 4rem);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-topProblem__card + .p-topProblem__card {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }

  .p-topProblem__card {
    display: block;
  }

  .p-topProblem__cardIcon {
    margin-inline: auto;
    width: 140px;
    width: 8.75rem;
  }

  .p-topProblem__cardBody {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-topProblem__cardTitle {
    text-align: center;
  }

  .p-topProblem__cardText {
    margin-top: 8px;
    margin-top: .5rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topProblem__body {
    gap: 80px;
    gap: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-top: 5rem;
  }

  .p-topProblem__aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 273px;
    -webkit-flex: 0 0 17.0625rem;
    -ms-flex: 0 0 273px;
    -ms-flex: 0 0 17.0625rem;
    flex: 0 0 273px;
    flex: 0 0 17.0625rem;
  }

  .p-topProblem__ask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-topProblem__ask::before, .p-topProblem__ask::after {
    aspect-ratio: 122/23;
    width: 122px;
    width: 7.625rem;
  }

  .p-topProblem__ask::before {
    background: url(../img/top/problem-arc-top.svg) no-repeat center/contain;
  }

  .p-topProblem__ask::after {
    background: url(../img/top/problem-arc-bottom.svg) no-repeat center/contain;
  }

  .p-topProblem__askText {
    height: 11.2em;
    font-size: 28px;
    font-size: 1.75rem;
    letter-spacing: .1em;
    line-height: 1.7142857143;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: start;
  }

  .p-topProblem__illust {
    margin-top: 56px;
    margin-top: 3.5rem;
    width: 248px;
    width: 15.5rem;
  }

  .p-topProblem__boxes {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }

  .p-topProblem__box + .p-topProblem__box {
    margin-top: 16px;
    margin-top: 1rem;
  }

  .p-topProblem__box {
    padding: 48px 64px;
    padding: 3rem 4rem;
  }

  .p-topProblem__boxTitle {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: start;
  }

  .p-topProblem__boxTitleSub {
    display: inline;
  }

  .p-topProblem__boxTitleMain {
    display: inline;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-topProblem__boxList {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-topReason {
    padding-top: 128px;
    padding-top: 8rem;
  }

  .p-topReason__item + .p-topReason__item {
    margin-top: 64px;
    margin-top: 4rem;
    padding-top: 64px;
    padding-top: 4rem;
  }

  .p-topReason__main::before {
    margin-inline: 0;
    grid-column: 1;
    grid-row: 1;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 400;
  }

  .p-topReason__main {
    display: grid;
    grid-template-columns: 608fr 512fr;
    -webkit-column-gap: 6rem;
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .p-topReason__heading {
    grid-column: 1;
    grid-row: 2;
    margin-top: 48px;
    margin-top: 3rem;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 400;
    text-align: left;
  }

  .p-topReason__img {
    grid-column: 2;
    grid-row: 1/4;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 0;
  }

  .p-topReason__text {
    grid-column: 1;
    grid-row: 3;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-topReason__compare {
    display: grid;
    grid-template-columns: 560fr 544fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }

  .p-topReason__card {
    padding: 48px 48px 32px;
    padding: 3rem 3rem 2rem;
  }

  .p-topReason__card + .p-topReason__card {
    margin-top: 0;
  }

  .p-topReason__card--ours {
    padding-inline: 40px;
    padding-inline: 2.5rem;
  }

  .p-topReason__card--ours::before {
    aspect-ratio: 48/32;
    top: 50%;
    left: -80px;
    left: -5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/top/reason-arrow.svg) no-repeat center/contain;
    width: 48px;
    width: 3rem;
  }

  .p-topReason__cardLabel {
    top: -16px;
    top: -1rem;
  }

  .p-topReason__cardText {
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topService {
    padding-block: 240px 128px;
    padding-block: 15rem 8rem;
    background-image: radial-gradient(59.375% 75.4386% at 50% 75.4386%, #fff 76.9%, #f3f7f4 100%);
    background-size: 100% 49.875rem;
  }

  .p-topService__catch {
    margin-top: 64px;
    margin-top: 4rem;
    font-size: 52px;
    font-size: 3.25rem;
    font-weight: 400;
  }

  .p-topService__list {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topService__item + .p-topService__item {
    margin-top: 24px;
    margin-top: 1.5rem;
  }

  .p-topService__item {
    padding: 64px 80px;
    padding: 4rem 5rem;
  }

  .p-topService__head {
    gap: 80px;
    gap: 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .p-topService__headText::before {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-size: 48px;
    font-size: 3rem;
  }

  .p-topService__headText {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    text-align: left;
  }

  .p-topService__title {
    margin-top: 56px;
    margin-top: 3.5rem;
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 400;
  }

  .p-topService__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 496px;
    -webkit-flex: 0 0 31rem;
    -ms-flex: 0 0 496px;
    -ms-flex: 0 0 31rem;
    flex: 0 0 496px;
    flex: 0 0 31rem;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 0;
  }

  .p-topService__body {
    gap: 64px;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topService__detailText {
    margin-top: 24px;
    margin-top: 1.5rem;
    font-size: max(17px, 12px);
    font-size: max(1.0625rem, 12px);
    line-height: 1.9;
  }

  .p-topService__more {
    margin-top: 64px;
    margin-top: 4rem;
  }

  .p-topWorry {
    padding-top: 128px;
    padding-top: 8rem;
  }

  .p-topWorry__intro {
    gap: 64px;
    gap: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .p-topWorry__lead {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    font-size: max(18px, 12px);
    font-size: max(1.125rem, 12px);
    line-height: 2;
  }

  .p-topWorry__illust {
    margin-inline: 0;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 0;
    width: 296px;
    width: 18.5rem;
  }

  .p-topWorry__heading {
    gap: 24px;
    gap: 1.5rem;
    margin-top: 72px;
    margin-top: 4.5rem;
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-topWorry__list {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-topWorry__item {
    padding: 24px 32px;
    padding: 1.5rem 2rem;
    font-size: 20px;
    font-size: 1.25rem;
  }

  .u-inlineBlockPc {
    display: inline-block;
  }

  .u-onlyPc {
    display: revert;
  }

  .u-onlySp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  .u-onlyTab {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  .u-hidden--tab {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {

  .post-page-numbers + .post-page-numbers {
    margin-left: 20px;
  }

  .p-header__cta {
    gap: 32px;
    gap: 2rem;
  }

  .p-header__btn {
    padding-inline: 24px;
    padding-inline: 1.5rem;
  }

  .u-onlyPc {
    display: block;
  }

  .u-onlySpTab {
    display: none;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media (min-width: 1216px) {

  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 1440px) {

  .p-fv__lead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 440px;
    -webkit-flex: 0 0 27.5rem;
    -ms-flex: 0 0 440px;
    -ms-flex: 0 0 27.5rem;
    flex: 0 0 440px;
    flex: 0 0 27.5rem;
  }

  .p-header__navList {
    gap: 44px;
    gap: 2.75rem;
  }
}

@media screen and (max-width: 767px) {

  .u-onlySp {
    display: block;
  }

  .u-hidden--sp {
    display: none !important;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw-unitless) / 375 * 100%);
  }
}

@media (any-hover: hover) {

  .c-btn:hover {
    background: #fff;
    color: #006934;
  }

  .c-btn--line:hover {
    background: #fff;
    color: #06c755;
  }

  .c-btn--more:hover::after {
    background-image: var(--icon-chevron-green);
  }

  .c-cardLink:has(.c-cardLink__link:hover) {
    background: #006934;
  }

  .c-cardLink:has(.c-cardLink__link:hover) img {
    scale: 1.06;
  }

  .c-cardLink:has(.c-cardLink__link:hover) .c-cardLink__link,
  .c-cardLink:has(.c-cardLink__link:hover) .c-date {
    color: #fff;
  }

  .c-cardLink:has(.c-cardLink__link:hover) .c-tag {
    background: #fff;
    color: #006934;
  }

  .c-tag:hover {
    background: #006934;
    color: #fff;
  }

  .c-totop:hover {
    background: #fff;
  }

  .c-totop:hover::before {
    border-top-color: #13542a;
    border-left-color: #13542a;
  }

  .p-breadcrumb__list a:hover {
    color: #4c9e61;
  }

  .p-footer__link:hover {
    color: #4c9e61;
  }

  .p-footer__childLink:hover {
    color: #006934;
  }

  .p-form__noteLink:hover {
    color: #4c9e61;
  }

  .p-header__subLink:hover {
    color: #006934;
  }

  .p-header__tel:hover {
    color: #a85f0d;
  }

  .p-header__navLink:hover {
    color: #4c9e61;
  }

  .p-links__link:hover {
    background: #006934;
    color: #fff;
  }

  .p-links__link:hover::after {
    background-color: #fff;
  }

  .p-news__link:hover {
    background: #fff;
  }

  .p-news__link:hover .p-news__date,
  .p-news__link:hover .p-news__title {
    color: #4c9e61;
  }

  .p-news__link:hover::after {
    background-color: #f3f7f4;
  }

  .p-seminar__card:has(.c-cardLink__link:hover) {
    color: #fff;
  }

  .p-seminar__card:has(.c-cardLink__link:hover) .p-seminar__metaLabel {
    background: #fff;
    color: #006934;
  }

  .p-sideCta__link:hover {
    background: #fff;
    color: #006934;
  }

  .p-sideCta__link:hover::after {
    background-color: #006934;
    background-image: var(--icon-chevron-white);
  }

  .p-topCases__body:has(.c-cardLink__link:hover) .p-topCases__meta {
    color: #fff;
  }

  .p-topInfo__link:hover::before {
    opacity: 1;
  }

  .p-topInfo__link:hover .p-topInfo__date,
  .p-topInfo__link:hover .p-topInfo__text {
    color: #4c9e61;
  }

  .p-topPrice__btn:hover {
    background: #fff;
    color: var(--plan-color);
  }

  .p-topPrice__btn:hover::after {
    background: currentColor;
  }
}