@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img, video, iframe {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: clamp(12px, 1.111vw, 16px);
  color: #3C3C3C;
  line-height: 1.875;
  width: 100%;
  overflow-x: hidden;
  background-color: #F5F3E9;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body a {
  color: #3C3C3C;
}

a {
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #3C3C3C;
}

h2, h3, h4, h5, h6 {
  font-size: 16px;
}

/* utility 
====================================== */
@media (max-width: 1280px) {
  .xl_only {
    display: none;
  }
}

@media (max-width: 1024px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

.tb_only {
  display: none;
}
@media (max-width: 1024px) {
  .tb_only {
    display: block;
  }
}
@media (max-width: 768px) {
  .tb_only {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_tb {
    display: none;
  }
}

.tb_sp {
  display: none;
}
@media (max-width: 1024px) {
  .tb_sp {
    display: block;
  }
}

.--bg-green {
  background-color: #EDF8EF;
}

/* ------------------------------------------
アニメーション
------------------------------------------- */
/* タイトルスライドイン
========================================= */
.slide-in {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.slide-in_inner {
  display: inline-block;
  vertical-align: top;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* svg 線を描くアニメーション */
.stroke path {
  fill: transparent;
  stroke: transparent;
}

.is-stroke path {
  animation: stroke 1.5s ease-in-out forwards;
  fill: #fff;
  stroke: #fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 2;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 2000;
    fill: transparent;
  }
  70% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
/* ぼかしフェードイン
======================================== */
.blur {
  opacity: 0;
}

.is-blur {
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: translate(20px, -20px) scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
/* ふわふわ
======================================== */
.anime-upDown {
  animation: 3s upDown infinite;
}

@keyframes upDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* フェードイン（基本）
======================================== */
.fadeIn, .fadeUpDown, .fadeLeftRight, .fadeRightLeft, .fadeInOpacity, .fv_fadeRightLeft, .fv_fadeInOpacity,
.fadeInSP, .fadeUpDownSP, .fadeLeftRightSP, .fadeRightLeftSP {
  opacity: 0;
  animation-fill-mode: forwards;
  transition: opacity 1s, visibility 1s, transform 1s;
}

.fadeIn_PC_TB {
  opacity: 0;
  animation-fill-mode: forwards;
  transition: opacity 1s, visibility 1s, transform 1s;
}
@media (max-width: 768px) {
  .fadeIn_PC_TB {
    opacity: 1;
  }
}

.is-fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeInSP {
  animation-name: fadeInAnimeSP;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeUpDown {
  animation-name: fadeUpDownAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpDownAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeUpDownSP {
  animation-name: fadeUpDownAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpDownAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.is-fadeLeftRight {
  animation-name: fadeLeftRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftRightAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeLeftRightSP {
  animation-name: fadeLeftRightAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftRightAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeRightLeft {
  animation-name: fadeRightLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightLeftAnime {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeRightLeftSP {
  animation-name: fadeRightLeftAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightLeftAnimeSP {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.is-fadeInOpacity {
  animation-name: fadeInOpacityAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInOpacityAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* フェードイン（時間差）
======================================== */
.delayScroll > * {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpSP {
  animation-name: fadeUpAnimeSP;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnimeSP {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.parallax {
  overflow: hidden;
}
.parallax img {
  transform: translateZ(0) scale(1.2, 1.2);
}

/* リビール（上→下に現れる）
======================================== */
.revealDown {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
}

.is-revealDown {
  animation-name: revealDownAnime;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes revealDownAnime {
  from {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*　遅延時間
======================================== */
.delay-time_05s {
  animation-delay: 0.5s;
}

.delay-time_1s {
  animation-delay: 1s;
}

.delay-time_2s {
  animation-delay: 2s;
}

.delay-time_3s {
  animation-delay: 3s;
}

.delay-time_n1 {
  animation-delay: 2s;
}

.delay-time_n2 {
  animation-delay: 2.5s;
}

@font-face {
  font-family: "HiraginoMinchoProN";
  font-weight: 600;
  src: url("../fonts/Hiragino_Mincho_ProN_W6.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "UDKakugoLargePro6";
  font-weight: 500;
  src: url("../fonts/FOT-UDKakugo_Large_Pr6_M.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "UDKakugoLargePro6";
  font-weight: 600;
  src: url("../fonts/FOT-UDKakugo_Large_Pr6_DB.woff2") format("woff2");
  font-display: swap;
}
.footer {
  background-color: #F5F3E9;
  color: #3C3C3C;
  position: relative;
  z-index: 0;
}
.footer__icon-external {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
  flex-shrink: 0;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/><polyline points='15 3 21 3 21 9'/><line x1='10' y1='14' x2='21' y2='3'/></svg>");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/><polyline points='15 3 21 3 21 9'/><line x1='10' y1='14' x2='21' y2='3'/></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.footer__upper-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3em;
  padding: 4em 0 3.5em !important;
  position: relative;
  border-bottom: 1px solid #3BB24D;
}
@media (max-width: 1024px) {
  .footer__upper-inner {
    flex-direction: column;
    gap: 2.5em;
    padding: 3em 0 2.5em !important;
  }
}
@media (max-width: 768px) {
  .footer__upper-inner {
    padding: 2.5em 0 3em !important;
  }
}
.footer__brand {
  flex: 0 1 320px;
}
@media (max-width: 1024px) {
  .footer__brand {
    flex: none;
    width: 100%;
  }
}
.footer__logo {
  display: block;
  margin-bottom: 1.5em;
  line-height: 0;
}
.footer__logo img {
  height: auto;
  max-width: 220px;
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .footer__logo img {
    max-width: 200px;
  }
}
.footer__info {
  font-size: 0.875em;
  line-height: 1.875;
  margin: 0 0 1.25em;
  color: #3C3C3C;
}
.footer__company {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875em;
  font-weight: 500;
  color: #3BB24D;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer__company:hover {
  opacity: 0.75;
}
.footer__nav {
  width: 46.875%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em 3em;
  min-width: 0;
}
@media (max-width: 768px) {
  .footer__nav {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 1.75em;
  }
}
.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav-item + .footer__nav-item {
  margin-top: 1em;
}
.footer__nav-item > a {
  font-size: 0.875em;
  font-weight: 600;
  color: #3C3C3C;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__nav-item > a:hover {
  color: #3BB24D;
}
.footer__nav-item--sub > a {
  display: inline-block;
  margin-bottom: 0.35em;
}
.footer__nav-sub {
  list-style: none;
  padding: 0;
  margin: 0.35em 0 0;
  padding-left: 0.5em;
}
.footer__nav-sub li + li {
  margin-top: 0.35em;
}
.footer__nav-sub a {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.5;
  color: #3C3C3C;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__nav-sub a::before {
  content: "-";
  margin-right: 0.35em;
  color: #888888;
}
.footer__nav-sub a:hover {
  color: #3BB24D;
}
.footer__lower {
  background-color: #F5F3E9;
}
.footer__lower-inner {
  position: relative;
  padding-top: 1.75em !important;
  padding-bottom: 2.25em !important;
}
.footer__pageTop {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #606060;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s, background-color 0.3s;
  z-index: 2;
}
@media (max-width: 768px) {
  .footer__pageTop {
    width: 2.75rem;
    height: 2.75rem;
    right: 0;
  }
}
.footer__pageTop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.875rem;
  height: 0.875rem;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translate(-50%, -30%) rotate(-45deg);
}
.footer__pageTop:hover {
  opacity: 0.85;
  background-color: rgb(80.4, 80.4, 80.4);
}
.footer__lower-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em 2em;
}
@media (max-width: 768px) {
  .footer__lower-row {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.5em;
  }
}
.footer__lower-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25em 2em;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .footer__lower-links {
    gap: 1em;
  }
}
.footer__lower-link a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875em;
  font-weight: 500;
  color: #3C3C3C;
  text-decoration: none;
  transition: color 0.3s;
}
.footer__lower-link a:hover {
  color: #3BB24D;
}
.footer__copy {
  margin: 0;
  font-size: 0.75em;
}
@media (max-width: 768px) {
  .footer__copy {
    text-align: center;
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(245, 243, 233, 0.95);
}
@media (max-width: 1024px) {
  .header {
    height: 68px;
  }
}
.header__inner {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .header__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 0.625em 0 1.25em;
  }
}
.header__bar {
  background-color: #3BB24D;
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: center;
  padding: 0.5em 1em;
}
@media (max-width: 1024px) {
  .header__bar {
    display: none;
  }
}
.header__bar p {
  margin: 0;
}
.header__bar a {
  color: #ffffff;
  text-decoration: underline;
}
.header__bar a:hover {
  opacity: 0.8;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5em;
  padding: 1em 2.5em 0.75em;
}
@media (max-width: 1024px) {
  .header__container {
    display: contents;
    padding: 0;
  }
}
.header__left {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header__logo {
  position: relative;
}
.header__logo a {
  display: block;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  display: block;
  width: min(20vw, 300px);
}
@media (max-width: 768px) {
  .header__logo img {
    width: 160px;
  }
}
.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.875em;
  flex: 1;
  min-width: 0;
}
@media (max-width: 1024px) {
  .header__right {
    flex: inherit;
    align-items: center;
    gap: 0;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
@media (max-width: 1024px) {
  .header__info {
    display: none;
  }
}
.header__info-tel {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.header__info-tel img {
  width: 1.25em;
  height: 1.25em;
}
.header__info-tel a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1;
  color: #3C3C3C;
  letter-spacing: 0.02em;
}
.header__info-tel a:hover {
  opacity: 0.8;
}
.header__info-time {
  font-size: 0.75em;
  color: #888888;
  line-height: 1.4;
}
.header__info-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: #3BB24D;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25em;
  padding: 0.25em 0.625em;
  border-radius: 8px;
  border: 1px solid #3BB24D;
  transition: 0.3s;
}
.header__info-btn a::before {
  content: "";
  display: block;
  width: 1.125em;
  height: 0.875em;
  background: url(../img/common/icons/mail-white.svg) no-repeat center center/contain;
  transition: 0.3s;
}
.header__info-btn a:hover {
  background-color: #ffffff;
  color: #3BB24D;
}
.header__info-btn a:hover::before {
  background: url(../img/common/icons/mail-green.svg) no-repeat center center/contain;
}
.header__nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav-list {
  display: flex;
  align-items: center;
  gap: min(2.4vw, 2.25em);
}
.header__nav-item {
  position: relative;
}
.header__nav-item.--dropdown > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #3BB24D;
}
.header__nav-item.--dropdown:hover .header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav-item.--outer > a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/icons/outer-navy.svg) no-repeat center center/cover;
}
.header__nav-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9375em;
  font-weight: 500;
  position: relative;
  padding: 0.4em 0;
}
.header__nav-item > a::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #3BB24D;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.header__nav-item > a:hover::before {
  width: 100%;
}
.header__nav-dropdown {
  position: fixed;
  top: calc(156px - 6px);
  left: 15px;
  right: 0;
  width: 100%;
  max-width: calc(100vw - 30px);
  padding: 2em clamp(1.25em, 4vw, 2.5em) 2.25em;
  background-color: #3BB24D;
  border-radius: 20px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 5;
}
@media (max-width: 1440px) {
  .header__nav-dropdown {
    top: 10.5vw;
  }
}
.header__nav-dropdown-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  max-width: 1280px;
  margin-inline: auto;
}
.header__nav-dropdown-link {
  display: flex;
}
.header__nav-dropdown-link > a, .header__nav-dropdown-link > span {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  transition: 0.3s;
  width: 100%;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.header__nav-dropdown-link > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.header__nav-dropdown-link-image {
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
  background-color: #F4F4F4;
}
.header__nav-dropdown-link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header__nav-dropdown-link-contents {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25em;
}
.header__nav-dropdown-link-title {
  display: flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.header__nav-dropdown-link-title::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background-color: #3BB24D;
  border-radius: 50%;
  flex-shrink: 0;
}
.header__nav-dropdown-link-catch {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0.5em 0 0.5em;
}
.header__nav-dropdown-link-text {
  font-size: 0.875em;
  line-height: 2;
  margin: 0;
}
.header__nav-dropdown-link-list {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-top: 0.25em;
}
.header__nav-dropdown-link-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1.4;
  color: #3BB24D;
}
.header__nav-dropdown-link-item a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233BB24D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1 -2 2H5a2 2 0 0 1 -2 -2V8a2 2 0 0 1 2 -2h6'/><path d='M15 3h6v6'/><path d='M10 14 21 3'/></svg>") no-repeat center/contain;
}
.header__nav-dropdown-link-item a:hover {
  opacity: 0.7;
}
.header__nav-dropdown-btn {
  margin: 1.25em 0 0;
  text-align: center;
}
.header__nav-dropdown-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75em;
  font-weight: 500;
  color: #ffffff;
  transition: 0.3s;
  border-bottom: 1px solid #ffffff;
}
.header__nav-dropdown-btn a::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  transform: rotate(45deg);
  transition: 0.3s;
}
.header__nav-dropdown-btn a:hover {
  background-color: #3BB24D;
  border-bottom: inherit;
}
.header__nav-dropdown-btn a:hover::after {
  border-color: #ffffff;
  transform: translateX(3px) rotate(45deg);
}
.header__btn {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 8;
  width: 60px;
  height: 48px;
  border-radius: 10px;
  background-color: #3BB24D;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .header__btn {
    display: block;
  }
}
.header__btn::before {
  content: "";
  width: 3px;
  height: calc(100vh - 65px);
  background-color: #ffffff;
  position: fixed;
  top: 65px;
  left: 100%;
}
.header__btn .bar {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.header__btn .bar:nth-child(1) {
  transform: translate(-50%, calc(-50% - 3px));
}
.header__btn .bar:nth-child(2) {
  transform: translate(-50%, calc(-50% + 3px));
}
.header__menu {
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  z-index: 4;
  width: 100vw;
  height: calc(100vh - 68px);
  overflow: scroll;
  background-color: #3BB24D;
  transition: 0.3s;
}
.header__menu-inner {
  padding: 2em 1.5em 4.125em;
}
.header__menu-info {
  color: #ffffff;
  font-size: 0.75em;
  line-height: 1.5;
  padding-bottom: 1.25em;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1.5em;
}
.header__menu-info a {
  color: #ffffff;
  text-decoration: underline;
}
.header__menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin-bottom: 2.5em;
}
.header__menu-item > a {
  color: #ffffff;
  font-size: 0.875em;
  font-weight: bold;
  display: block;
}
.header__menu-links {
  margin-top: 0.75em;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.header__menu-link > a {
  display: block;
  font-size: 0.875em;
  color: #ffffff;
}
.header__menu-link > a::before {
  content: "- ";
}
.header__menu-link.--outer > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.header__menu-link.--outer > a::after {
  content: "";
  width: 0.875em;
  height: 0.875em;
  background: url(../img/common/icons/outer-white.svg) no-repeat center center/contain;
}
.header__menu-btns {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.header__menu-btn {
  width: 100%;
}
.header__menu-btn .btn-cta {
  width: 100%;
  font-size: 1.25em;
}
.header__menu-btn .btn-cta.--white {
  padding: 1.25em;
  border: 2px solid #ffffff;
}
.header__menu-btn .btn-cta.--green {
  border: 2px solid #ffffff;
}

.is-open .header__inner {
  height: 68px;
}
.is-open .header__menu {
  display: block;
  transform: translateY(68px);
}
.is-open .header__btn {
  display: block;
}
.is-open .header__btn .bar {
  transform-origin: center center;
}
.is-open .header__btn .bar:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .header__btn .bar:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

main {
  display: block;
}

main {
  margin-top: 156px;
}
@media (max-width: 1024px) {
  main {
    margin-top: 68px;
  }
}

.breadcrumbs {
  font-size: 0.75em;
  font-weight: 500;
  color: #888888;
}
@media (max-width: 768px) {
  .breadcrumbs {
    font-size: 0.625em;
  }
}
.breadcrumbs__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumbs span {
  display: block;
  font-weight: 400;
  color: #A8A8A8;
}
.breadcrumbs a {
  color: #888888;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #3BB24D;
}
.breadcrumbs span[property=name] {
  padding: 0;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* btn-cta (右矢印付きCTA共通)
========================================= */
.btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 1.5em 2.5em;
  border-radius: 8px;
  border: 1px solid #3BB24D;
  transition: 0.3s;
  cursor: pointer;
}
.btn-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.btn-cta.--green {
  background-color: #3BB24D;
  color: #ffffff;
}
.btn-cta.--green:hover {
  background-color: #ffffff;
  color: #3BB24D;
}
.btn-cta.--white {
  background-color: #ffffff;
  color: #3BB24D;
}
.btn-cta.--white:hover {
  background-color: #3BB24D;
  color: #ffffff;
}
.btn-cta.--green.--tel {
  flex-direction: column;
  gap: 0.125em;
  padding: 0.75em 1.25em 0.875em;
}
.btn-cta.--green.--tel::after {
  display: none;
}
.btn-cta.--green.--tel .btn-cta__tel-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.btn-cta.--green.--tel .btn-cta__tel-icon {
  flex-shrink: 0;
  width: 1.125em;
  height: 1.125em;
  background-color: currentColor;
  mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
}
.btn-cta.--green.--tel .btn-cta__tel-num {
  font-family: "Work Sans", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
}
.btn-cta.--green.--tel .btn-cta__tel-time {
  font-size: 0.75em;
  line-height: 1.4;
}

/* btn 
========================================= */
.btn__white > a, .btn__white > span {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14.4px;
  line-height: 1.5;
  padding: 1.25em;
  transition: 0.3s;
  background-color: #ffffff;
  color: #3BB24D;
  border: 1px solid #3BB24D;
}
@media (max-width: 768px) {
  .btn__white > a, .btn__white > span {
    justify-content: space-between;
  }
}
.btn__white > a::after, .btn__white > span::after {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  transition: 0.3s;
  background: url(../img/common/icons/triangle-navy.svg) no-repeat center center/contain;
}
.btn__white > a:hover, .btn__white > span:hover {
  background-color: #3BB24D;
  color: #ffffff;
}
.btn__white > a:hover::after, .btn__white > span:hover::after {
  background: url(../img/common/icons/triangle-white.svg) no-repeat center center/contain;
}

/* .works
=========================================
  single.php の関連実績などで使用する旧 e_works.php 用スタイル
*/
.works__item-image {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .works__item-image {
    margin-bottom: 1.25em;
  }
}
.works__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 28/21;
}
@media (max-width: 768px) {
  .works__item-image img {
    aspect-ratio: 37/22;
  }
}
.works__item-title {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .works__item-title {
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.works__item-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media (max-width: 768px) {
  .works__item-cats {
    gap: 3px 8px;
  }
}
.works__item-cat {
  font-size: 0.875em;
  background-color: #566272;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .works__item-cat {
    border-radius: 20px;
  }
}

/* .e-works-close（墓じまいカード）

*/
.e-works-close-list--vertical {
  display: flex;
  gap: 1.25em;
}
@media (max-width: 768px) {
  .e-works-close-list--vertical {
    gap: 1em;
    flex-direction: column;
  }
}
.e-works-close-list--vertical .e-works-close__beforeafter {
  grid-template-columns: 1fr;
}
.e-works-close-list--vertical .e-works-close__beforeafter-arrow {
  transform: rotate(90deg);
}
.e-works-close-list--vertical .e-works-close__price {
  justify-content: space-between;
}
.e-works-close-list--col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
}
@media (max-width: 768px) {
  .e-works-close-list--col-2 {
    grid-template-columns: 1fr;
    gap: 1.25em;
  }
}
.e-works-close-list--col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875em;
}
@media (max-width: 1024px) {
  .e-works-close-list--col-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
  }
}
@media (max-width: 768px) {
  .e-works-close-list--col-3 {
    grid-template-columns: 1fr;
  }
}

.e-works-close {
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #ffffff;
}
.e-works-close:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.e-works-close__header {
  background-color: #3BB24D;
  color: #ffffff;
  text-align: center;
  padding: 1em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
}
.e-works-close__body {
  padding: 0.625em;
}
@media (max-width: 768px) {
  .e-works-close__body {
    padding: 0.5em;
  }
}
.e-works-close__body img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  background-color: #F4F4F4;
}
.e-works-close__beforeafter {
  display: grid;
  gap: 0.5em;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
@media (max-width: 768px) {
  .e-works-close__beforeafter {
    grid-template-columns: 1fr;
  }
}
.e-works-close-list--vertical .e-works-close__beforeafter {
  grid-template-columns: 1fr;
  justify-items: center;
}
.e-works-close__beforeafter-item {
  position: relative;
  width: 100%;
}
.e-works-close__beforeafter-item img {
  aspect-ratio: 4/3;
}
.e-works-close__beforeafter-label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.625em;
  font-weight: 500;
  padding: 0.7em 0.625em;
  line-height: 1;
}
.e-works-close__beforeafter-label.--before {
  background-color: #EDF8EF;
  color: #3BB24D;
}
.e-works-close__beforeafter-label.--after {
  background-color: #3BB24D;
  color: #ffffff;
}
.e-works-close__beforeafter-arrow {
  color: #3BB24D;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .e-works-close__beforeafter-arrow {
    transform: rotate(90deg);
  }
}
.e-works-close__beforeafter-arrow svg {
  display: block;
}
.e-works-close-list--vertical .e-works-close__beforeafter-arrow {
  transform: rotate(90deg);
}
.e-works-close__price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25em;
  margin-top: 1.25em;
  border-top: 1px solid #3BB24D;
  padding: 1.25em 0;
}
@media (max-width: 768px) {
  .e-works-close__price {
    justify-content: space-between;
  }
}
.e-works-close__price-label {
  font-size: 0.625em;
  font-weight: 500;
  color: #3BB24D;
  background: #EDF8EF;
  padding: 0.25em 0.5em;
  min-width: 50px;
  text-align: center;
}
/* .e-works-build（お墓建立カード）
=========================================
  parent <ul> の修飾子で列数を切替:
    - .e-works-build-list--col-3 : 3列 (TOP/一覧)
    - .e-works-build-list--col-4 : 4列
*/
.e-works-build-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 1.25em;
}
@media (max-width: 768px) {
  .e-works-build-list {
    gap: 1em;
    flex-direction: column;
  }
}
.e-works-build-list--col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875em;
}
@media (max-width: 1024px) {
  .e-works-build-list--col-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25em;
  }
}
@media (max-width: 768px) {
  .e-works-build-list--col-3 {
    grid-template-columns: 1fr;
  }
}
.e-works-build-list--col-4 .e-works-build {
  flex: 0 0 25%;
}
@media (max-width: 1024px) {
  .e-works-build-list--col-4 .e-works-build {
    flex: 0 0 50%;
  }
}
@media (max-width: 768px) {
  .e-works-build-list--col-4 .e-works-build {
    flex: 0 0 100%;
  }
}

.e-works-build {
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.e-works-build:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.e-works-build__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.e-works-build__header {
  background-color: #3BB24D;
  color: #ffffff;
  text-align: center;
  padding: 1.25em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.4;
}
.e-works-build__body img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 4px;
  background-color: #F4F4F4;
}
.e-works-build__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  padding: 1.5em 1em 1.875em;
}
.e-works-build__price-label {
  font-size: 0.625em;
  font-weight: 500;
  color: #3BB24D;
  background: #EDF8EF;
  padding: 0.25em 0.5em;
  min-width: 50px;
  text-align: center;
}
/* お知らせ一覧アイテム
========================================= */
.news__item {
  margin: 0;
}
.news__item-link {
  display: grid;
  grid-template-columns: 6.5em auto minmax(0, 1fr);
  align-items: start;
  gap: 1em 1.25em;
  padding: 1.5em 0;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .news__item-link {
    grid-template-columns: 5.5em minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.5em 0.75em;
    padding: 1.25em 0;
  }
}
.news__item-link:hover {
  opacity: 0.75;
}
.news__item-link:hover .news__item-title {
  color: #3BB24D;
}
.news__item-date {
  font-family: "Work Sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.6;
  color: #888888;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .news__item-date {
    font-size: 0.8125em;
    grid-column: 1;
    grid-row: 1;
  }
}
.news__item-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.5em;
  padding: 0.35em 0.75em;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  background-color: #566272;
  border-radius: 4px;
  white-space: nowrap;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news__item-cat {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
  }
}
.news__item-title {
  margin: 0;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.8;
  color: #3C3C3C;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .news__item-title {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: 0.875em;
    line-height: 1.7;
  }
}

/* お役立ち情報カード（共通）
========================================= */
.information__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
}
@media (max-width: 1024px) {
  .information__list {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .information__list {
    grid-template-columns: 1fr;
    gap: 1em;
    margin-bottom: 2.5em;
  }
}
.information__item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.information__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.information__item:hover .information__item-title {
  color: #3BB24D;
}
.information__item a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.information__item-image {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #F4F4F4;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24' fill='none' stroke='%23AAAAAA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='3' width='18' height='18' rx='2' ry='2'/><circle cx='8.5' cy='8.5' r='1.5'/><polyline points='21 15 16 10 5 21'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .information__item-image {
    aspect-ratio: 352/198;
  }
}
.information__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.information__item-body {
  padding: 1.25em 1.25em 1.5em;
}
@media (max-width: 768px) {
  .information__item-body {
    padding: 1.875em 1.25em;
  }
}
.information__item-date {
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 0.75em;
  color: #888888;
  letter-spacing: 0.05em;
  margin-bottom: 0.75em;
}
.information__item-title {
  line-height: 2;
  color: #3C3C3C;
  margin: 0 0 1em;
  transition: 0.3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.information__item-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.information__item-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.75em;
  color: #3BB24D;
  line-height: 1.4;
}
.information__item-tag::before {
  content: "#";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
}

/* .jumokusou
=========================================
*/
.jumokusou__item {
  background-color: #ffffff;
  padding: 1.25em;
  border-radius: 10px;
}
.jumokusou__item:nth-child(n+2) {
  margin-top: 2.5em;
}
.jumokusou__item a:hover .jumokusou__item-btn {
  background-color: #ffffff;
  color: #3BB24D;
}
.jumokusou__item a:hover .jumokusou__item-btn::after {
  background: url(../img/common/icons/triangle-green.svg) no-repeat center center/contain;
}
.jumokusou__item-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25em;
  margin-bottom: 1.5em;
}
@media (max-width: 768px) {
  .jumokusou__item-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
}
.jumokusou__item-cats {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.jumokusou__item-cat {
  color: #3BB24D;
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 4px;
  background-color: #EDF8EF;
}
.jumokusou__item-title {
  font-size: 1.25em;
}
.jumokusou__item-catch {
  font-weight: 500;
  line-height: 2;
  color: #3BB24D;
  margin-bottom: 2.5em;
}
.jumokusou__item-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .jumokusou__item-container {
    flex-direction: column;
    gap: 1.25em;
  }
}
.jumokusou__item-image {
  width: 32.6%;
}
@media (max-width: 768px) {
  .jumokusou__item-image {
    width: 100%;
  }
}
.jumokusou__item-contents {
  width: 63%;
}
@media (max-width: 768px) {
  .jumokusou__item-contents {
    width: 100%;
  }
}
.jumokusou__item-place {
  margin-bottom: 1.75em;
}
.jumokusou__item-table {
  margin-bottom: 1.75em;
}
.jumokusou__item-table-row {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .jumokusou__item-table-row {
    flex-direction: column;
  }
}
.jumokusou__item-table-title {
  width: 55%;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
  padding: 1em 1.25em;
  display: flex;
  align-items: center;
  gap: 1.25em;
}
@media (max-width: 768px) {
  .jumokusou__item-table-title {
    flex-direction: column;
    width: 100%;
    gap: 0.5em;
  }
}
.jumokusou__item-table-title.--jumokusou {
  background-color: #3BB24D;
}
.jumokusou__item-table-title.--jumokusou span {
  color: #3BB24D;
}
.jumokusou__item-table-title.--eitai {
  background-color: #88C022;
}
.jumokusou__item-table-title.--eitai span {
  color: #88C022;
}
.jumokusou__item-table-title span {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 7px;
  min-width: 50px;
  border-radius: 4px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .jumokusou__item-table-title span {
    width: 100%;
    max-width: 50px;
  }
}
.jumokusou__item-table-price {
  width: 45%;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.4;
  color: #3C3C3C;
  padding: 1em;
  margin: 0;
  text-align: center;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .jumokusou__item-table-price {
    width: 100%;
    padding: 1em;
  }
}
.jumokusou__item-table-price .big {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1;
}
.jumokusou__item-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 1.25em;
}
.jumokusou__item-feature {
  font-size: 0.625em;
  font-weight: 500;
  line-height: 1;
  color: #3BB24D;
  background-color: #EDF8EF;
  margin: 0;
  padding: 7px 20px;
  border-radius: 4px;
  min-width: 80px;
  text-align: center;
}
.jumokusou__item-btn {
  text-align: center;
  padding: 0.625em 1em;
  border-radius: 8px;
  border: 1px solid #3BB24D;
  background-color: #3BB24D;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  max-width: 150px;
  margin-left: auto;
  position: relative;
  transition: 0.3s;
}
.jumokusou__item-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25em;
  width: 5px;
  height: 10px;
  display: block;
  background: url(../img/common/icons/triangle-white.svg) no-repeat center center/contain;
  transform: translateY(-50%);
  transition: 0.3s;
}

.headline {
  position: relative;
  z-index: 0;
}
.headline__inner {
  padding: 0.875em 0 3.75em !important;
}
.headline__contents {
  margin-top: 2.5em;
}
.headline__title {
  text-align: center;
}
@media (max-width: 768px) {
  .headline__title {
    width: 100%;
    padding-left: 1.25em;
  }
}
.headline__title-main {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .headline__title-main {
    font-size: 1.5em;
    margin-bottom: 16px;
  }
}
.headline__title-sub {
  font-size: 0.875em;
  color: #3BB24D;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .headline__title-sub {
    font-size: 0.75em;
  }
}

/* セクションの見出し共通スタイル
========================================= */
.section__head {
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .section__head {
    margin-bottom: 1.25em;
  }
}

h2.section__title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4;
  color: #3C3C3C;
  margin: 0;
}
h2.section__title::before {
  content: "";
  display: block;
  width: 0.625em;
  height: 0.625em;
  background-color: #3BB24D;
  border-radius: 50%;
  flex-shrink: 0;
}

p.section__catch {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C3C3C;
  margin: 0;
}
@media (max-width: 1024px) {
  p.section__catch {
    font-size: 1.5em;
  }
}

h2.section__title + p.section__catch {
  margin-top: 0.5em;
}

.section__inner {
  width: 66.667%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 3.75em 0;
}
@media (max-width: 768px) {
  .section__inner {
    padding: 2.5em 0;
    width: 89.7435%;
  }
}
.section__inner.--l {
  width: 91.6667%;
  max-width: 1280px;
}
.section__inner.--s {
  width: 89.7435%;
  max-width: 960px;
}
.section__heading {
  text-align: center;
  margin-bottom: 2.5em;
}
.section__heading span {
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px dashed #3BB24D;
}

/* グループ見出し（施工事例・FAQページなど） */
.section-group-label {
  display: flex;
  align-items: center;
  gap: 0.625em;
  margin: 0 0 3rem;
  padding: 0 0 0.75em;
  font-family: "HiraginoMinchoProN", serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C3C3C;
  background-image: linear-gradient(#3BB24D, #3BB24D), linear-gradient(#ffffff, #ffffff);
  background-size: 30px 3px, 100% 3px;
  background-position: 0 100%, 0 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .section-group-label {
    font-size: 1.375em;
  }
}
@media (max-width: 768px) {
  .section-group-label {
    font-size: 1.25em;
    margin-bottom: 1em;
    padding-bottom: 0.625em;
  }
}
.section-group-label::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/icon-section-mark.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .section-group-label::before {
    width: 1.375em;
    height: 1.375em;
  }
}

/* tab
========================================= */
.tab1 {
  cursor: pointer;
}

.panel1 {
  display: none;
}
.panel1.is-active {
  display: block;
}

/* FAQ アコーディオン（トップ・シングルなど共通）
========================================= */
.faq__box {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 3.75em 4em;
}
@media (max-width: 768px) {
  .faq__box {
    margin: 0 calc(50% - 50vw);
    padding: 1.875em 0.5em;
    border-radius: 12px;
  }
}
.faq__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  cursor: pointer;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 768px) {
  .faq__item {
    gap: 1em;
  }
}
.faq__question {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25em;
  align-items: flex-start;
  padding-top: 1.5em;
}
@media (max-width: 768px) {
  .faq__question {
    gap: 0.75em;
    padding: 1em 2em 0 1em;
    position: relative;
  }
}
.faq__question-text {
  margin: 0;
  line-height: 2;
  color: #3C3C3C;
  font-weight: 600;
}
@media (max-width: 768px) {
  .faq__question-text {
    font-size: 0.875em;
    margin-top: 0.25em;
  }
}
.faq__badge {
  flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 0.875em;
  line-height: 1;
}
.faq__badge--q {
  background-color: #3BB24D;
  color: #ffffff;
}
.faq__badge--a {
  background-color: transparent;
  color: #3BB24D;
  border: 1px solid #3BB24D;
}
.faq__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #3BB24D;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233BB24D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center/contain;
  transition: transform 0.35s ease-in-out;
  margin-top: 0.25em;
}
@media (max-width: 768px) {
  .faq__icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.faq__answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in-out;
}
.faq__answer-inner {
  overflow: hidden;
  min-height: 0;
}
.faq__answer {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  align-items: start;
}
@media (max-width: 768px) {
  .faq__answer {
    gap: 0.75em;
    padding: 0 1em 1.5em;
  }
}
.faq__answer-text {
  line-height: 2;
  color: #3C3C3C;
  padding-top: 0.25em;
}
@media (max-width: 768px) {
  .faq__answer-text {
    font-size: 0.875em;
    line-height: 1.75;
  }
}
.faq__answer-text p:first-child {
  margin-top: 0;
}
.faq__answer-text p:last-child {
  margin-bottom: 0;
}
.faq__item.is-open {
  padding-bottom: 1.5em;
}
.faq__item.is-open .faq__icon {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .faq__item.is-open .faq__icon {
    transform: translateY(-50%) rotate(180deg);
  }
}
.faq__item.is-open .faq__answer-wrap {
  grid-template-rows: 1fr;
}

/* ページ内アンカーナビ（施工事例・FAQ 共通）
========================================= */
.anchor-nav {
  margin-bottom: 3.75em;
}
@media (max-width: 768px) {
  .anchor-nav {
    margin-bottom: 2.5em;
  }
}
.anchor-nav__list {
  list-style: none;
  margin: 0;
  padding: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em 3.75em;
  background-color: #3BB24D;
  border-radius: 999px;
}
@media (max-width: 768px) {
  .anchor-nav__list {
    flex-direction: column;
    gap: 0.875em;
    border-radius: 10px;
    padding: 1.125em 1.25em;
  }
}
.anchor-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.625em;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  .anchor-nav__link {
    font-size: 0.875em;
  }
}
.anchor-nav__link:hover {
  opacity: 0.85;
}
.anchor-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background-color: #ffffff;
}
.anchor-nav__icon::after {
  content: "";
  display: block;
  width: 0.45em;
  height: 0.45em;
  margin-top: -0.15em;
  border-right: 2px solid #3BB24D;
  border-bottom: 2px solid #3BB24D;
  transform: rotate(45deg);
}

.sec-cases__inner {
  padding-top: 2.5em;
  padding-bottom: 6.25em;
}
.sec-cases__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  .sec-cases__list {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.sec-cases__btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 240px;
  box-sizing: border-box;
  padding: 1.25em;
}
.sec-cases__btn-text {
  display: inline-block;
}

@media (max-width: 768px) {
  .sec-contact {
    padding: 2em 0;
  }
}
.sec-contact__inner {
  width: 91.6667%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 6px;
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 2.5em;
  align-items: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .sec-contact__inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 3.75em;
    width: 89.7435%;
    padding-bottom: 3.25em;
  }
}
.sec-contact__inner::after {
  content: "";
  display: block;
  width: 100vw;
  height: calc(100% - 100px);
  background-color: #D4EABD;
  position: absolute;
  top: 50px;
  left: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 768px) {
  .sec-contact__inner::after {
    height: calc(100% - 200px);
    bottom: 0;
    top: inherit;
  }
}
.sec-contact__body {
  padding: 110px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .sec-contact__body {
    padding: 0;
  }
}
.sec-contact__title {
  font-family: "HiraginoMinchoProN", serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.4;
  color: #3C3C3C;
  margin: 0 0 1em;
}
@media (max-width: 768px) {
  .sec-contact__title {
    margin-bottom: 0.625em;
  }
}
.sec-contact__text {
  line-height: 2;
  margin: 0 0 2em;
}
.sec-contact__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
@media (max-width: 768px) {
  .sec-contact__btns {
    grid-template-columns: 1fr;
  }
}
.sec-contact__btn--contact {
  font-size: 1.25em;
  padding: 1.25em;
}
.sec-contact__btn--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.125em;
  background-color: #3BB24D;
  color: #ffffff;
  border: 1px solid #3BB24D;
  border-radius: 8px;
  padding: 0.875em 1em;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 768px) {
  .sec-contact__btn--tel {
    padding: 1.125em;
  }
}
.sec-contact__btn--tel:hover {
  background-color: #ffffff;
  color: #3BB24D;
}
.sec-contact__btn-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.sec-contact__btn-tel .icon {
  display: block;
  width: 1.125em;
  height: 1.125em;
  background-color: currentColor;
  mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  -webkit-mask: url(../img/common/icons/tel-white.svg) no-repeat center/contain;
  transition: background-color 0.3s;
}
.sec-contact__btn-tel .num {
  font-family: "Work Sans", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}
.sec-contact__btn-time {
  font-size: 0.75em;
  line-height: 1.4;
}
.sec-contact__image {
  margin-top: -50px;
  margin-bottom: -50px;
  height: 100%;
}
@media (max-width: 768px) {
  .sec-contact__image {
    margin: 0;
  }
}
.sec-contact__image img {
  width: 100%;
  height: 100%;
  border-radius: 0 35px 0 35px;
  object-fit: cover;
  display: block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.sec-cost__inner {
  padding-top: 6.25em;
  padding-bottom: 2.5em;
}
@media (max-width: 768px) {
  .sec-cost__inner {
    padding-top: 3em;
    padding-bottom: 1.75em;
  }
}
.sec-cost__box {
  max-width: 400px;
  margin: 0 auto 1.5rem;
  padding: 3rem 1.5rem;
  background-color: #ffffff;
  border: 1px solid #3BB24D;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 768px) {
  .sec-cost__box {
    padding: 1.75rem 1.25rem;
  }
}
.sec-cost__tax {
  display: inline-block;
  padding: 0.4em 0.85em;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: #3BB24D;
  background-color: #EDF8EF;
  border-radius: 4px;
  padding: 7px 15px;
}
.sec-cost__price-line {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15em 0.4em;
  margin: 0;
}
.sec-cost__amount {
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  color: #3BB24D;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 768px) {
  .sec-cost__amount {
    font-size: 2.25em;
  }
}
.sec-cost__unit {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
  color: #3C3C3C;
}
.sec-cost__note {
  margin: 0 auto;
  max-width: 400px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.8;
  color: #3C3C3C;
}
@media (max-width: 768px) {
  .sec-cost__note {
    font-size: 0.75rem;
    text-align: left;
  }
}

.sec-flow__inner {
  padding-bottom: 6.25em;
}
@media (max-width: 768px) {
  .sec-flow__inner {
    padding-bottom: 3em;
  }
}
.sec-flow__heading {
  margin-bottom: 5em;
}
.sec-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .sec-flow__list {
    grid-template-columns: 1fr;
    gap: 3.75em;
  }
}
.sec-flow__card {
  position: relative;
  margin: 0;
  padding: 3.5rem 1.25rem 1.75rem;
  background-color: #ffffff;
  border: 1px solid #3BB24D;
  border-radius: 12px;
  box-sizing: border-box;
  min-height: 100%;
}
.sec-flow__badge {
  position: absolute;
  top: 0;
  left: 1.25rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #3BB24D;
  font-size: 0.875em;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 768px) {
  .sec-flow__badge {
    width: 4rem;
    height: 4rem;
    left: 1rem;
  }
}
.sec-flow__badge-label {
  letter-spacing: 0.04em;
}
.sec-flow__badge-num {
  font-size: 0.875em;
  color: #ffffff;
}
.sec-flow__title {
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .sec-flow__title {
    font-size: 1.0625em;
  }
}
.sec-flow__body {
  font-family: "UDKakugoLargePro6", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 0.9375em;
  font-weight: 500;
  line-height: 1.85;
  color: #3C3C3C;
}
@media (max-width: 768px) {
  .sec-flow__body {
    font-size: 0.875em;
    line-height: 1.8;
  }
}
.sec-flow__lead {
  margin: 0 0 1.25em;
}
.sec-flow__note-title {
  margin: 0 0 0.65em;
  line-height: 1.5;
}
.sec-flow__note-list {
  margin: 0;
  padding-left: 1.35em;
  list-style-type: decimal;
  font-weight: 500;
}
.sec-flow__note-list li {
  margin-bottom: 0.35em;
  padding-left: 0.25em;
}
.sec-flow__text {
  margin: 0 0 1em;
}
.sec-flow__text:last-child {
  margin-bottom: 0;
}

/* troubles （こんなお悩みにもお応えできます）
========================================= */
.troubles {
  padding: 5em 0 6.25em;
}
@media (max-width: 768px) {
  .troubles {
    padding: 5em 0 3em;
  }
}
.troubles__inner {
  width: 91.6667%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .troubles__inner {
    width: 89.7435%;
  }
}
.troubles__label {
  text-align: center;
  color: #3BB24D;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 2em;
}
@media (max-width: 768px) {
  .troubles__label {
    margin-bottom: 1.5em;
  }
}
.troubles__list {
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media (max-width: 1024px) {
  .troubles__list {
    gap: 1em;
  }
}
@media (max-width: 768px) {
  .troubles__list {
    flex-wrap: wrap;
    gap: 1em 0.5em;
  }
}
.troubles__item {
  width: 140px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
  padding: 0.5em 0.35em;
  box-sizing: border-box;
  flex: 0 0 auto;
  list-style: none;
}
.troubles__item img {
  width: 50%;
  height: 50%;
  max-height: 60px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}
.troubles__name {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25;
  color: #3C3C3C;
  text-align: center;
  margin: 0;
}