/* ------------------------------
  Reset
------------------------------ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}

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

dt {
  font-weight: bold
}

dd {
  margin-left: 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700;
}

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

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

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

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable] {
  outline: none
}

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

caption {
  text-align: left
}

td,
th {
  vertical-align: top;
  padding: 0
}

th {
  text-align: left;
  font-weight: bold
}

template {
  display: none
}

[hidden] {
  display: none
}

/* ------------------------------
  Base
------------------------------ */
:root {
  --beige: #f5eee8;
  --green: #009100;
}

body {
  min-width: 320px;
  background-color: var(--beige);
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

a img {
  pointer-events: none
}

/* ------------------------------
  Layout
------------------------------ */
/* ヘッダー */
.l-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(94, 94, 94, .18)
}

@media screen and (min-width: 960px)and (max-width: 1279px) {
  .l-header {
    font-size: 1.25vw
  }
}

.l-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px
}

@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 64px
  }
}

.l-header__logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1323px;
  margin: 0 auto;
  padding: 0 40px
}

@media screen and (max-width: 959px) {
  .l-header__logo-wrapper {
    position: relative;
    z-index: 1
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo-wrapper {
    padding: 0 20px
  }
}

.l-header__logo {
  width: 13.3125em;
  height: auto
}

@media screen and (max-width: 959px) {
  .l-header__logo {
    width: 160px
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 140px
  }
}

.l-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  column-gap: 1.875em
}

@media screen and (max-width: 959px) {
  .l-header__nav {
    position: fixed;
    z-index: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    row-gap: 48px;
    padding: 64px 20px;
    overflow-y: scroll;
    background-color: var(--beige);
    transform: translateX(100%);
    transition: transform .3s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  .l-header__nav {
    top: 64px
  }
}

body.is-menu-opened .l-header__nav {
  transform: translateX(0)
}

.l-header__list {
  display: flex;
  column-gap: 1.4em;
  font-size: 1.25em;
  font-weight: 700;
  color: var(--green)
}

@media screen and (max-width: 959px) {
  .l-header__list {
    flex-direction: column;
    row-gap: 48px
  }
}

.l-header__list-item {
  line-height: 1;
  text-align: center
}

.l-header__list-item:not(:last-of-type) {
  padding-right: 1.4em;
  border-right: 2px solid var(--green)
}

@media screen and (max-width: 959px) {
  .l-header__list-item:not(:last-of-type) {
    padding-right: 0;
    border-right: none
  }
}

.l-header__link-button {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: .8125em;
  width: 18.75em;
  height: 100%;
  padding-left: 10px;
  background-image: linear-gradient(90deg, #f28e26, #fd644f)
}

@media screen and (max-width: 959px) {
  .l-header__link-button {
    height: 80px;
    flex-shrink: 0
  }
}

.l-header__link-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: .5625em;
  width: .625em;
  height: .9375em;
  background: url("../img/button_arrow.png") no-repeat center/contain;
  transform: translateY(-50%)
}

@media(any-hover: hover) {
  .l-header__link-button {
    transition: filter .3s;
  }

  .l-header__link-button:hover {
    filter: brightness(1.1)
  }
}

.l-header__link-button__free {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.77778em;
  height: 2.77778em;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  letter-spacing: .1em;
  color: #f48231
}

.l-header__link-button__text {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.11111;
  letter-spacing: .1em;
  color: #fff
}

.l-header__link-button__text .text-lg {
  font-size: 1.33333em;
  letter-spacing: .14em
}

.l-header__menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px
}

@media screen and (min-width: 960px) {
  .l-header__menu-button {
    display: none
  }
}

.l-header__menu-button__line,
.l-header__menu-button::before,
.l-header__menu-button::after {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #333;
  transition: transform .3s, opacity .3s;
}

body.is-menu-opened .l-header__menu-button__line {
  opacity: 0
}

body.is-menu-opened .l-header__menu-button::before {
  transform: translateY(8px) rotate(45deg);
}

body.is-menu-opened .l-header__menu-button::after {
  transform: translateY(-8px) rotate(-45deg);
}

/* フッター */
.l-footer {
  margin-top: 31px;
  letter-spacing: .13em
}

.l-footer a {
  transition: opacity .3s
}

@media(hover: hover) {
  .l-footer a:hover {
    opacity: .75
  }
}

.l-footer__top {
  padding: 30px 0 31px;
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 30px 15px
  }
}

.l-footer__heading {
  position: relative;
  margin-bottom: 14px;
  padding-left: 22px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width: 1279px) {
  .l-footer__heading {
    padding-left: 20px;
    font-size: 1.25rem
  }
}

@media screen and (max-width: 959px) {
  .l-footer__heading {
    font-size: 1.125rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer__heading {
    padding-left: 16px;
    font-size: 1rem
  }
}

.l-footer__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 1px);
  width: 11px;
  height: 11px;
  transform: translateY(-50%);
  background-color: var(--green)
}

@media screen and (max-width: 1279px) {
  .l-footer__heading::before {
    width: 10px;
    height: 10px
  }
}

.l-footer__category {
  flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.778
}

@media screen and (max-width: 1279px) {
  .l-footer__category {
    font-size: 1rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer__category {
    font-size: .875rem
  }
}

.l-footer__top .menu {
  margin-top: -9px
}

.l-footer__top .menu a {
  display: inline-block;
  margin-top: 8px;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: .5em;
  color: #898989
}

@media screen and (max-width: 1279px) {
  .l-footer__top .menu a {
    font-size: .875rem;
    line-height: 1.75;
    text-underline-offset: .4em
  }
}

@media screen and (max-width: 767px) {
  .l-footer__top .menu a {
    margin-top: 12px;
    font-size: .8125rem
  }
}

.l-footer__recommend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 52px
}

@media screen and (max-width: 767px) {
  .l-footer__recommend-list {
    row-gap: 28px
  }
}

.l-footer__recommend-col {
  width: 234px
}

@media screen and (max-width: 767px) {
  .l-footer__recommend-col {
    width: 100%
  }
}

.l-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 64px;
  padding-top: 30px;
  padding-bottom: 36px
}

@media screen and (max-width: 767px) {
  .l-footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 24px;
    padding-right: 15px !important;
    padding-left: 15px !important
  }
}

.l-footer__bottom ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .8em .5em;
  font-size: 1.125rem;
  font-weight: 500
}

@media screen and (max-width: 1279px) {
  .l-footer__bottom ul.menu {
    font-size: 1rem
  }
}

@media screen and (max-width: 959px) {
  .l-footer__bottom ul.menu {
    font-size: .875rem
  }
}

@media screen and (max-width: 767px) {
  .l-footer__bottom ul.menu {
    justify-content: center;
    font-size: .8125rem
  }
}

.l-footer__bottom .menu-item:not(:first-of-type) {
  padding-left: .5em;
  border-left: 1px solid #2b2b2b
}

.l-footer__logo {
  width: 213px;
  height: auto;
  margin-left: 26px
}

@media screen and (max-width: 1279px) {
  .l-footer__logo {
    width: 200px;
    margin-left: 22px
  }
}

@media screen and (max-width: 959px) {
  .l-footer__logo {
    width: 160px;
    margin-left: 16px
  }
}

@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 140px;
    margin-left: 0
  }
}

.l-footer__copyright {
  padding: 13px;
  background-color: var(--green);
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff
}

@media screen and (max-width: 1279px) {
  .l-footer__copyright {
    font-size: .75rem
  }
}

/* メインカラム */
.l-main {
  padding-bottom: 41px;
  background-color: #fff
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-bottom: 36px
  }
}

/* ------------------------------
  Component
------------------------------ */
.c-img-full {
  display: block;
  width: 100%;
  height: auto;
}

/* wrapper */
.c-wrapper {
  max-width: 1313px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px
}

@media screen and (max-width: 767px) {
  .c-wrapper {
    padding-right: 0;
    padding-left: 0
  }
}

@media screen and (max-width: 767px) {
  .c-footer-posts {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* 見積りバナー */
.c-banner-btn {
  display: block
}

@media(hover: hover) {
  .c-banner-btn {
    transition: opacity .3s
  }

  .c-banner-btn:hover {
    opacity: .75
  }
}

.c-banner-btn.--margin-top {
  margin-top: 34px
}

@media screen and (max-width: 767px) {
  .c-banner-btn.--margin-top {
    margin-top: 24px
  }
}

.c-banner-btn__img {
  width: 100%;
  height: auto
}

.c-banner-btn__caption {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .13em;
  color: var(--green)
}

@media screen and (max-width: 1279px) {
  .c-banner-btn__caption {
    font-size: .875rem
  }
}

@media screen and (max-width: 767px) {
  .c-banner-btn__caption {
    font-size: .8125rem
  }
}

/* パンくず */
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 20px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 1279px) {
  .c-breadcrumb {
    font-size: .875rem
  }
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 16px 0 24px
  }
}

.c-breadcrumb__item:not(:last-of-type)::after {
  content: "＞"
}

.c-breadcrumb__link {
  text-decoration: underline;
  color: #375b9d
}

.c-container-lg {
  padding: 0 20px
}

@media screen and (max-width: 767px) {
  .c-container-lg {
    padding: 0 15px
  }
}

/* コンテナ */
.c-container {
  padding-left: 7.3%;
  padding-right: 7.3%
}

@media screen and (max-width: 767px) {
  .c-container {
    padding-left: 15px;
    padding-right: 15px
  }
}

/* CTA */
.c-cta {
  margin-top: 80px;
  margin-bottom: 34px;
  padding: 37px 7.22% 40px;
  background-color: #ede6df;
}

@media screen and (max-width: 767px) {
  .c-cta {
    margin-top: 36px;
    padding: 28px 15px 24px;
  }
}

.c-cta__head {
  width: 82.39%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-cta__head {
    width: 100%;
  }
}

.c-cta__talk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.c-cta__illust01 {
  width: 29.58%;
  height: auto;
}

.c-cta__bubble {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 42px;
  padding: 0.875em 0.8333em 1em 1.6667em;
  border: 3px solid #000;
  border-radius: 1.2857em;
  background-color: #fff;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: clamp(1rem, 0.295rem + 1.47vw, 1.5rem);
  font-weight: 700;
  line-height: 1.625;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-cta__bubble {
    margin-left: 32px;
    border-width: 2px;
    font-size: 12px;
  }
}

.c-cta__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15px 42px 15px 0;
  border-color: transparent #000 transparent transparent;
  translate: -100% -50%;
}

@media screen and (max-width: 767px) {
  .c-cta__bubble::before {
    border-width: 14px 31px 14px 0;
  }
}

.c-cta__bubble::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 11.8px 33.1px 11.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -98% -50%;
}

@media screen and (max-width: 767px) {
  .c-cta__bubble::after {
    border-width: 11.8px 26px 11.8px 0;
  }
}

.c-cta__bubble .text-sm {
  margin-bottom: 8px;
  font-size: 0.75em;
}

.c-cta__bubble .highlight {
  background-image: linear-gradient(0deg, #bdd89e 0.6em, transparent 0.6em);
}

.c-cta__heading {
  width: 44.667%;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .c-cta__heading {
    width: 75%;
    margin-top: 36px;
  }
}

.c-cta__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.333%;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .c-cta__features {
    grid-template-columns: 220px;
    justify-content: center;
    row-gap: 15px;
    margin-top: 28px;
  }
}

.c-cta__talk02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.c-cta__illust02 {
  width: 22.51%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-cta__illust02 {
    width: 25.5%;
  }
}

.c-cta__bubble02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 42px;
  padding: 0.6786em 3.1429em 0.8571em 2.6786em;
  border: 3px solid #000;
  border-radius: 1.2857em;
  background-color: #fff;
  text-align: left;
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: clamp(1rem, -0.057rem + 2.2vw, 1.75rem);
  font-weight: 700;
  line-height: 1.785;
  color: #000;
}


@media screen and (max-width: 767px) {
  .c-cta__bubble02 {
    margin-left: 32px;
    padding: 0.6786em 1.14em 0.8571em;
    border-width: 2px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.c-cta__bubble02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 15px 42px 15px 0;
  border-color: transparent #000 transparent transparent;
  translate: -100% -50%;
}

@media screen and (max-width: 767px) {
  .c-cta__bubble02::before {
    border-width: 14px 31px 14px 0;
  }
}

.c-cta__bubble02::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 11.8px 33.1px 11.8px 0;
  border-color: transparent #fff transparent transparent;
  translate: -98% -50%;
}

@media screen and (max-width: 767px) {
  .c-cta__bubble02::after {
    border-width: 11.8px 26px 11.8px 0;
  }
}

.c-cta__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background-color: var(--green);
  column-gap: 15px;
  font-weight: 700;
  color: #fff;
}

.c-cta__toggle::before,
.c-cta__toggle::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-toggle.svg") no-repeat center / contain;
}

.c-cta__toggle.is-opened::before,
.c-cta__toggle.is-opened::after {
  transform: rotate(180deg);
}

.c-cta__detail {
  padding: 30px 11.11% 29px;
  background-color: #dcf3da;
}

@media screen and (max-width: 767px) {
  .c-cta__detail {
    padding: 28px 20px;
  }
}

.c-cta__about {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  font-size: 0.875rem;
  font-weight: 700;
}

.c-cta__about-text {
  margin-top: 12px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-cta__label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 42px;
  margin: 20px auto 0;
  border-top: 1px double var(--green);
  border-bottom: 1px double var(--green);
  font-feature-settings: "palt";
  font-weight: 700;
}

.c-cta__label::before,
.c-cta__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--green);
}

.c-cta__label::before {
  top: 2px;
}

.c-cta__label::after {
  bottom: 2px;
}

.c-cta__highlight {
  margin-top: 9px;
  text-align: center;
  font-feature-settings: "palt";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.8333;
  color: #EE8031;
}

.c-cta__highlight .highlight {
  background-image: linear-gradient(0deg, #F3FF59 0.6em, transparent 0.6em);
}

.c-cta__reason {
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 29px;
  margin-top: 22px;
}

@media screen and (max-width: 1023px) {
  .c-cta__reason {
    grid-template-columns: 100%;
  }
}

.c-cta__reason-heading {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: calc(18 / 14);
  color: var(--green);
}

@media screen and (max-width: 767px) {
  .c-cta__reason-heading {
    font-size: 1.125rem
  }
}

.c-cta__reason-text {
  margin-top: 9px;
  font-feature-settings: "palt";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: calc(21 / 12);
}

@media screen and (max-width: 767px) {
  .c-cta__reason-text {
    margin-top: 8px;
    padding-right: 0;
    font-size: .8125rem
  }
}

.c-cta__image {
  display: block;
  width: 100%;
  max-width: 322px;
  height: auto;
  margin: 0 auto;
}

.c-cta__button {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: .8125em;
  width: 19.409em;
  height: 5.273em;
  margin: 34px auto 0;
  padding-left: 0.625em;
  font-size: 22px;
  background-image: linear-gradient(90deg, #f28e26, #fd644f)
}

@media(any-hover: hover) {
  .c-cta__button {
    transition: filter .3s;
  }

  .c-cta__button:hover {
    filter: brightness(1.1)
  }
}

@media screen and (max-width: 1023px) {
  .c-cta__button {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__button {
    font-size: 14px;
  }
}

.c-cta__button__free {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.77778em;
  height: 2.77778em;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.125em;
  font-weight: 900;
  letter-spacing: .1em;
  color: #f48231
}

.c-cta__button__text {
  text-align: center;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.11111;
  letter-spacing: .1em;
  color: #fff
}

.c-cta__button__text .text-lg {
  font-size: 1.33333em;
  letter-spacing: .14em
}

/* カテゴリー一覧 */
.c-footer-categories {
  margin: 40px 0;
  padding: 19px 0 48px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-footer-categories {
    padding: 19px 20px 48px;
  }
}

.c-footer-categories__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px 9px;
}

@media screen and (max-width: 1023px) {
  .c-footer-categories__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-footer-categories__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-footer-categories__link {
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100%;
  padding: 10px 23px 10px 10px;
  border: 1px solid #989898;
  border-radius: 8px;
  box-shadow: 0 6px 0 #e1dacc;
  outline: 1px solid transparent;
  outline-offset: 0;
  transition: border-color 0.3s, outline-color 0.3s;
}

@media (any-hover: hover) {
  .c-footer-categories__link:hover {
    border-color: var(--green);
    outline-color: var(--green);
  }
}

@media screen and (max-width: 767px) {
  .c-footer-categories__link {
    column-gap: 8px;
    padding: 8px;
    border-radius: 4px;
  }
}

.c-footer-categories__img-wrapper {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .c-footer-categories__img-wrapper {
    height: 48px;
  }
}

.c-footer-categories__img {
  width: 60px;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .c-footer-categories__img {
    width: 48px;
  }
}

.c-footer-categories__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3333;
}

@media screen and (max-width: 1279px) {
  .c-footer-categories__name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-footer-categories__name {
    font-size: 0.75rem;
  }
}

/* 記事リスト */
.home .c-post-index {
  margin-top: 50px
}

@media screen and (max-width: 767px) {
  .home .c-post-index {
    margin-top: 36px
  }
}

.c-post-index__head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 11px 15px;
  border-radius: 10px 10px 0 0;
  background-color: var(--green)
}

.c-post-index__icon {
  flex-shrink: 0;
  margin-right: 10px;
  width: 60px;
  height: auto;
}

@media screen and (max-width: 1279px) {
  .c-post-index__icon {
    width: 48px;
  }
}

@media screen and (max-width: 767px) {
  .c-post-index__icon {
    width: 40px;
  }
}

.c-post-index__title {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .13em;
  color: #fff
}

@media screen and (max-width: 1279px) {
  .c-post-index__title {
    font-size: .875rem
  }
}

.c-post-index__cat-name {
  font-size: 1.625em
}

@media screen and (max-width: 767px) {
  .c-post-index__cat-name {
    font-size: 1.25rem
  }
}

.c-post-index__body {
  border-radius: 0 0 10px 10px;
  padding: 19px 18px 20px;
  background: url("../img/column_bg.jpg") top center/100% auto
}

@media screen and (max-width: 767px) {
  .c-post-index__body {
    padding: 16px 15px 18px
  }
}

.c-post-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 4px
}

.c-post-index__item {
  width: calc((100% - 4px)/2)
}

@media screen and (max-width: 767px) {
  .c-post-index__item {
    width: 100%
  }
}

.c-post-index__link {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 12px;
  height: 100%;
  padding: 7px 36px 7px 12px;
  border: 2px solid #e4ded9;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color .25s ease-in-out
}

.c-post-index__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background: url("../img/post_arrow.png") no-repeat center/contain;
  transition: right .25s ease-in-out
}

@media screen and (max-width: 1279px) {
  .c-post-index__link::after {
    width: 20px;
    height: 20px
  }
}

@media(hover: hover) {
  .c-post-index__link:hover {
    border-color: var(--green)
  }

  .c-post-index__link:hover::after {
    right: 8px
  }
}

.c-post-index__image {
  flex-shrink: 0;
  width: 30.822%;
  max-width: 85px;
  height: auto;
  margin-right: -3px
}

@media screen and (max-width: 767px) {
  .c-post-index__image {
    width: 25%
  }
}

.c-post-index__post-title {
	font-size: 1.1rem;
  /*font-size: .875rem;*/
  font-weight: 700;
  line-height: 1.286;
  letter-spacing: .2em;
  color: #454545;
  overflow-wrap: anywhere
}

@media screen and (max-width: 1279px) {
  .c-post-index__post-title {
    font-size: .8125rem
  }
}

.p-post-index__cat-label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3.5px 5px;
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .2em;
  border: 2px solid #fd644f;
  border-radius: 3px;
  color: #fd644f;
  overflow-wrap: anywhere
}

body.category .p-post-index__cat-label {
  display: none
}

.c-post-index__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  margin: 10px 0 0 auto;
  padding-right: 2px;
  border-radius: 9999px;
  background-color: var(--green);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .2em;
  transition: opacity .25s ease-in-out;
  color: #fff
}

.c-post-index__more-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 2px;
  background: url("../img/more_arrow.png") no-repeat center/contain;
  transition: transform .25s ease-in-out;
}

@media(hover: hover) {
  .c-post-index__more-btn:hover {
    opacity: .75
  }

  .c-post-index__more-btn:hover::after {
    transform: translateX(1.5px)
  }
}

.c-post-index__no-post {
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .13em;
  color: #454545;
  padding: 60px 0
}

/* 見出し */
.c-heading {
  margin: 26px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--green);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45455;
  letter-spacing: 0.1em;
  color: var(--green);

}

@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.125rem;
  }
}


/* リフォーム・外壁塗装の基礎知識 */
.c-postList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px
}

@media screen and (max-width: 1155px) {
  .c-postList {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width: 959px) {
  .c-postList {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width: 767px) {
  .c-postList {
    grid-template-columns: repeat(1, 1fr)
  }
}

.c-postList__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 7px;
  -moz-column-gap: 7px;
  column-gap: 7px;
  height: 100%;
  padding: 9px 36px 5px 7px;
  border: 2px solid #e4ded9;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border-color .25s ease-in-out;
  transition: border-color .25s ease-in-out
}

.c-postList__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  height: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/footer-posts/post_arrow.png") no-repeat center/contain;
  -webkit-transition: right .25s ease-in-out;
  transition: right .25s ease-in-out
}

.c-postList__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-bottom-right-radius: 3px;
  border-color: transparent transparent #ffa500 transparent;
}

@media screen and (max-width: 1279px) {
  .c-postList__link::after {
    width: 20px;
    height: 20px
  }
}

@media(any-hover: hover) {
  .c-postList__link:hover {
    border-color: var(--green)
  }

  /*.c-postList__link:hover::after {
        right:8px
    }*/
}

.c-postList__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24.22%;
  max-width: 62px;
  height: auto
}

.c-postList__category {
  display: inline-block;
  margin: 10px 0 4px;
  padding: 3.5px 5px;
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .2em;
  border: 2px solid #fd644f;
  border-radius: 3px;
  color: #fd644f;
  overflow-wrap: anywhere
}

.c-postList__title {
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.286;
  letter-spacing: .2em;
  color: #454545;
  overflow-wrap: anywhere
}


/* ------------------------------
  Project
------------------------------ */
/* 記事詳細ページ */
.p-article {
  margin-top: 7px;
  padding-top: 33px;
}

@media screen and (max-width: 767px) {
  .p-article {
    padding-top: 24px
  }
}

.p-article__thumbnail {
  display: block;
  width: 100%;
  height: auto;
}

.p-article__title {
  margin-top: 40px;
  padding: 13px 0 17px;
  border-top: 5px solid var(--green);
  border-bottom: 5px solid var(--green);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.4706;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 1023px) {
  .p-article__title {
    font-size: 1.75rem
  }
}

@media screen and (max-width: 767px) {
  .p-article__title {
    font-size: 1.25rem
  }
}

.p-article__first-text {
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.111;
}

@media screen and (max-width: 1023px) {
  .p-article__first-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-article__first-text {
    margin-top: 24px;
    font-size: .875rem
  }
}

.p-article__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.4189%;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-article__bottom {
    column-gap: 10px;
  }
}

.p-article__bottom-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: var(--green);
  padding-bottom: 2px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1023px) {
  .p-article__bottom-btn {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-article__bottom-btn {
    column-gap: 4px;
    font-size: 0.75rem;
  }
}

.p-article__bottom-btn.--prev::before,
.p-article__bottom-btn.--next::after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  width: 25px;
  height: 25px;
  background: url("../img/icon-toggle.svg") no-repeat center / contain;
}

@media screen and (max-width: 767px) {

  .p-article__bottom-btn.--prev::before,
  .p-article__bottom-btn.--next::after {
    position: static;
    width: 16px;
    height: 16px;
  }
}

.p-article__bottom-btn.--prev::before {
  left: 10px;
  transform: rotate(90deg);
}

.p-article__bottom-btn.--next::after {
  right: 10px;
  transform: rotate(-90deg);
}

@media (any-hover: hover) {
  .p-article__bottom-btn:hover {
    opacity: 0.75;
  }
}

/* アーカイブページ */
.p-index-page {
  padding-top: 20px
}

.p-index-page__contents {
  padding: 0 20px
}

@media screen and (max-width: 767px) {
  .p-index-page__contents {
    padding: 0 15px
  }
}

/* トップ：メインビジュアル */
.p-mv {
  position: relative;
  z-index: 0;
  aspect-ratio: 879/456;
  margin-bottom: 19px;
  padding-top: 11.556%
}

@media screen and (max-width: 639px) {
  .p-mv {
    aspect-ratio: 1090/912;
    width: 100%;
    max-width: 404px;
    margin: 0 auto 20px;
    padding-top: 48px
  }
}

.p-mv__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 10px;
  width: calc(100% - 21px);
  height: auto
}

@media screen and (max-width: 639px) {
  .p-mv__bg {
    max-width: 404px;
    left: 50%;
    transform: translateX(-50%)
  }
}

.p-mv__content {
  width: 32.667%;
  margin: 0 auto
}

@media screen and (max-width: 639px) {
  .p-mv__content {
    width: 100%;
    max-width: 292px
  }
}

.p-mv__title {
  display: block;
  width: calc(100% - 8px);
  height: auto;
  margin: 0 auto
}

.p-mv__text {
  margin-top: 10px;
  margin-right: -1em;
  font-size: .723rem;
  line-height: 1.383;
  letter-spacing: .13em
}

@media screen and (max-width: 1279px) {
  .p-mv__text {
    font-size: .6875rem
  }
}

@media screen and (max-width: 639px) {
  .p-mv__text {
    margin-left: 0
  }
}

/* 404ページ */
.p-page404 {
  padding: 10em 0;
  text-align: center;
}

.p-page404__title {
  font-size: 1.625rem;
  font-weight: 700
}

.p-page404__message {
  margin-top: 2em;
  line-height: 1.75
}

/* ページネーション */
.p-pagination {
  margin-top: 28px
}

.p-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  font-size: 1.125rem
}

@media screen and (max-width: 767px) {
  .p-pagination ul.page-numbers {
    font-size: 1rem
  }
}

.p-pagination li .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  height: 64px;
  padding: 8px;
  border: 1px solid #ddd;
  color: #fd644f
}

@media screen and (max-width: 1279px) {
  .p-pagination li .page-numbers {
    min-width: 56px;
    height: 56px
  }
}

@media screen and (max-width: 767px) {
  .p-pagination li .page-numbers {
    min-width: 44px;
    height: 44px
  }
}

.p-pagination li .page-numbers.current {
  background-color: #fd644f;
  color: #fff
}

.p-pagination li .page-numbers.dots {
  border: none
}

@media(hover: hover) {
  .p-pagination li a {
    transition: border-color .3s
  }

  .p-pagination li a:hover {
    border-color: #fd644f
  }
}

/* 関連記事 */
.p-related-posts {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-related-posts {
    margin-top: 56px;
  }
}

.p-related-posts__head {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 11px 15px;
  border-radius: 10px 10px 0 0;
  background-color: var(--green)
}

.p-related-posts__icon {
  flex-shrink: 0;
  margin-right: 10px;
  width: 40px;
  height: auto
}

@media screen and (max-width: 767px) {
  .p-related-posts__icon {
    width: 28px
  }
}

.p-related-posts__title {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .13em;
  color: #fff
}

.p-related-posts__cat-name {
  font-size: 1.5em
}

@media screen and (max-width: 767px) {
  .p-related-posts__cat-name {
    font-size: 1.25rem
  }
}

.p-related-posts__body {
  border-radius: 0 0 10px 10px;
  padding: 19px 18px 20px;
  background: url("../img/column_bg.jpg") top center/100% auto
}

@media screen and (max-width: 767px) {
  .p-related-posts__body {
    padding: 16px 15px 18px
  }
}

.p-related-posts__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media screen and (max-width: 1279px) {
  .p-related-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-related-posts__list {
    grid-template-columns: 100%;
  }
}

.p-related-posts__link {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 100%;
  padding: 7px 36px 7px 12px;
  border: 2px solid #e4ded9;
  border-radius: 4px;
  background-color: #fff;
  transition: border-color .25s ease-in-out
}

.p-related-posts__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 23px;
  height: 23px;
  transform: translateY(-50%);
  background: url("../img/post_arrow.png") no-repeat center/contain;
  transition: right .25s ease-in-out
}

@media(hover: hover) {
  .p-related-posts__link:hover {
    border-color: var(--green)
  }

  .p-related-posts__link:hover::after {
    right: 8px
  }
}

.p-related-posts__image {
  flex-shrink: 0;
  width: 56px;
  height: auto;
  margin-right: -3px
}

@media screen and (max-width: 767px) {
  .p-related-posts__image {
    width: 25%
  }
}

.p-related-posts__post-title {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.286;
  letter-spacing: .2em;
  color: #454545;
  overflow-wrap: anywhere
}

.p-related-posts__cat-label {
  display: inline-block;
  margin-bottom: 4px;
  padding: 3.5px 5px;
  font-size: 0.625rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .2em;
  border: 2px solid #fd644f;
  border-radius: 3px;
  color: #fd644f;
  overflow-wrap: anywhere
}

body.category .p-related-posts__cat-label {
  display: none
}

.p-related-posts__more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 35px;
  margin: 10px 0 0 auto;
  padding-right: 2px;
  border-radius: 9999px;
  background-color: var(--green);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .2em;
  transition: opacity .25s ease-in-out;
  color: #fff
}

.p-related-posts__more-btn::after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 2px;
  background: url("../img/more_arrow.png") no-repeat center/contain;
  transition: transform .25s ease-in-out;
}

@media(hover: hover) {
  .p-related-posts__more-btn:hover {
    opacity: .75
  }

  .p-related-posts__more-btn:hover::after {
    transform: translateX(1.5px)
  }
}

.p-related-posts__no-post {
  text-align: center;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .13em;
  color: #454545;
  padding: 60px 0
}

/* ------------------------------
  Utility
------------------------------ */
.u-inline-block {
  display: inline-block
}

@media screen and (min-width: 768px) {
  .u-pc-hidden {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .u-sp-hidden {
    display: none;
  }
}