@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

span, picture {
  display: inline-block;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

/*----------------------------------
  レイアウト（単位不要）
----------------------------------*/
/*----------------------------------
  color
----------------------------------*/
/*----------------------------------
  font-family
----------------------------------*/
/*----------------------------------
  z-index
----------------------------------*/
html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
body.is-fixed, body.is-loading {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.c-heading__wrapper {
  max-width: 90rem;
  margin-inline: auto;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-heading {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.5rem;
    margin-left: -0.5rem;
  }
}
.c-heading.--02 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .c-heading.--02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: 0 -0.5rem;
  }
}

.c-heading--ja {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading--ja {
    font-size: 2rem;
  }
}
.c-heading--ja.--black {
  color: #313334;
}

.c-heading--en {
  text-transform: uppercase;
  color: #FFF;
  font-family: "Satoshi", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.135rem;
}
@media screen and (min-width: 768px) {
  .c-heading--en {
    font-size: 6.75rem;
  }
}
.c-heading--en.--green {
  color: #1D8E76;
}

.c-heading--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-heading--small {
    font-size: 1.125rem;
  }
}
.c-heading--small::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6875rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#C1F5C0));
  background: linear-gradient(90deg, #1D8E76 0%, #C1F5C0 100%);
}

.l-inner {
  width: 100%;
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 80rem;
    padding-inline: 2.5rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding-block: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    top: 1rem;
    left: 50%;
    translate: -50% 0;
    width: 66.25rem;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: 3.75rem;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
    padding-block: 0.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header {
    width: 87.5rem;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-inline: 1.25rem;
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5.6875rem;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 7.0625rem;
  }
}

.l-header__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.5rem;
  }
}

.l-header__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}

.l-header__info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.l-header__info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: #7B7B7B;
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.l-header__info-link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#C1F5C0));
  background: linear-gradient(90deg, #1D8E76 0%, #C1F5C0 100%);
}
@media (any-hover: hover) {
  .l-header__info-link:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-header__lang-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
  padding-left: 1.25rem;
}
.l-header__lang-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 1rem;
  aspect-ratio: 1/1;
  background: url(../img/common/lang-icon.png) center/contain no-repeat;
}

.l-header__lang-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem;
}
.l-header__lang-item + .l-header__lang-item::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1px;
  height: 0.875rem;
  background-color: #BBB;
}

.l-header__lang-text {
  color: #333;
  font-size: 0.75rem;
  font-weight: 500;
}

.l-header__lang-link {
  color: #BBB;
  font-size: 0.75rem;
  font-weight: 500;
}

.l-header__nav-list {
  width: 32.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0;
}
@media screen and (min-width: 1440px) {
  .l-header__nav-list {
    width: 100%;
  }
}

.l-header__nav-item + .l-header__nav-item::before {
  content: "｜";
  font-size: 0.9375rem;
}

.l-header__nav-link {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-header__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.l-header__support-list {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__support-list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.375rem;
  }
}

.l-header__support-link {
  width: 10rem;
  height: 1.8125rem;
  display: grid;
  place-items: center;
  border-radius: 3.75rem;
  border: 2px solid;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.l-header__support-link.--01 {
  border-color: #1D8E76;
  background-color: #FFF;
  color: #1D8E76;
}
@media (any-hover: hover) {
  .l-header__support-link.--01:hover {
    opacity: 1;
    background-color: #1D8E76;
    color: #FFF;
  }
}
.l-header__support-link.--02 {
  border-color: #3D64F4;
  background-color: #3D64F4;
  color: #FFF;
}
@media (any-hover: hover) {
  .l-header__support-link.--02:hover {
    opacity: 1;
    background-color: #FFF;
    color: #3D64F4;
  }
}

.l-header__button {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 8.375rem;
    height: 4rem;
    display: grid;
    place-items: center;
    border-radius: 3.75rem;
    border: 2px solid #1D8E76;
    background: #FFF;
  }
}
.l-header__button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D8E76), to(#005849));
  background: linear-gradient(180deg, #1D8E76 0%, #005849 100%);
  z-index: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.l-header__button .--text {
  position: relative;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  z-index: 2;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-header__button:hover {
    opacity: 1;
  }
  .l-header__button:hover::before {
    opacity: 0;
  }
  .l-header__button:hover .--text {
    color: #1D8E76;
  }
}

/*----------------------------------
  ドロワー
----------------------------------*/
.l-drawer-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-drawer-button {
    display: none;
  }
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(1) {
  top: 0.6875rem;
  rotate: 45deg;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(2) {
  opacity: 0;
}
.l-drawer-button.is-checked .l-drawer-button__bar:nth-of-type(3) {
  top: 0.6875rem;
  rotate: -45deg;
}

.l-drawer-button__bar {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 1.125rem;
  height: 2px;
  background-color: #1D8E76;
  -webkit-transition: opacity 0.4s, top 0.4s, rotate 0.4s;
  transition: opacity 0.4s, top 0.4s, rotate 0.4s;
}
.l-drawer-button__bar:nth-of-type(1) {
  top: 0.25rem;
}
.l-drawer-button__bar:nth-of-type(2) {
  top: 0.6875rem;
}
.l-drawer-button__bar:nth-of-type(3) {
  top: 1.125rem;
}

.l-drawer {
  position: fixed;
  top: 3.6875rem;
  left: 100%;
  width: 100%;
  height: calc(100dvh - 3.6875rem);
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  -webkit-transition: left 0.6s;
  transition: left 0.6s;
  overflow-y: auto;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
  }
}
.l-drawer.is-checked {
  left: 0;
}

.l-drawer__box {
  max-width: 24.375rem;
  padding: 1.5rem 1.71875rem;
  margin-inline: auto;
}

.l-drawer__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.l-drawer__text {
  color: #006255;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
}

.l-drawer__list {
  margin-top: 1rem;
}

.l-drawer__item + .l-drawer__item {
  margin-top: 0.625rem;
}

.l-drawer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  text-transform: uppercase;
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.l-drawer__link::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.25rem;
  height: 1rem;
  background-color: #006255;
}

.l-drawer__support-list {
  margin: 1.625rem auto 0;
}

.l-drawer__support-item + .l-drawer__support-item {
  margin-top: 0.625rem;
}

.l-drawer__support-link {
  width: min(20.875rem, 100%);
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid;
  font-size: 1.25rem;
  font-weight: 700;
}
.l-drawer__support-link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
.l-drawer__support-link.--01 {
  border-color: #1D8E76;
  background-color: #FFF;
  color: #1D8E76;
}
.l-drawer__support-link.--01::after {
  background: url(../img/common/button-icon-green.png) center/contain no-repeat;
}
.l-drawer__support-link.--02 {
  border-color: #3D64F4;
  background-color: #3D64F4;
  color: #FFF;
}
.l-drawer__support-link.--02::after {
  background: url(../img/common/button-icon.png) center/contain no-repeat;
}

.l-drawer__button {
  width: min(20.9375rem, 100%);
  height: 4.5rem;
  display: grid;
  place-items: center;
  border-radius: 3.125rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D8E76), to(#005849));
  background: linear-gradient(180deg, #1D8E76 0%, #005849 100%);
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin: 1.5rem auto 0;
}

.l-drawer__copyright {
  text-align: center;
  color: #6F717C;
  font-size: 0.625rem;
  margin-top: 1.5rem;
}

.l-footer {
  background-color: #313334;
  padding-block: 3.25rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 5.875rem;
  }
}

.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.l-footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 13.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 19.25rem;
  }
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin: 0.4375rem 0 0 clamp(2.5rem, -8.6213235294rem + 16.1764705882vw, 5.9375rem);
  }
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-list {
    gap: 1.5rem;
  }
}

.l-footer__nav-link {
  text-transform: uppercase;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__nav-link {
    font-size: 1.125rem;
  }
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.5rem, -0.1176470588rem + 2.3529411765vw, 2rem);
}
@media screen and (min-width: 768px) {
  .l-footer__sns-list {
    margin: 1.9375rem 0 0 clamp(1.25rem, -5.0183823529rem + 9.1176470588vw, 3.1875rem);
  }
}

.l-footer__sns-link {
  width: 3.4375rem;
  -webkit-transition: translate 0.4s;
  transition: translate 0.4s;
}
@media (any-hover: hover) {
  .l-footer__sns-link:hover {
    opacity: 1;
    translate: 0 -0.375rem;
  }
}

.l-footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-footer__foot {
    gap: 0.875rem;
    margin-top: 0;
  }
}

.l-footer__foot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.l-footer__item + .l-footer__item::before {
  content: "｜";
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-footer__item + .l-footer__item::before {
    font-size: 1rem;
  }
}

.l-footer__link {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-footer__link:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-footer__copyright {
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
}

.l-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/common/wrapper-bg.webp) center/cover no-repeat;
  z-index: -1;
}

.l-hero {
  min-height: 8rem;
  background-color: #FFF;
  padding: 0 0.625rem 0.625rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-hero {
    min-height: 10rem;
    margin-top: 9.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-hero {
    margin-top: 8rem;
  }
}
.l-hero.--02 {
  min-height: 13.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding-bottom: 0;
}

.l-hero__heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.75rem;
}

.l-hero__heading--sub {
  color: #313334;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-hero__heading--sub {
    font-size: 1.25rem;
  }
}

.l-hero__heading {
  text-align: center;
  color: #1D8E76;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: -0.06rem;
  padding-block: 2.5rem 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-hero__heading {
    font-size: 3rem;
    padding-block: 2.8125rem 0.1875rem;
  }
}
.l-hero__heading.--en {
  text-transform: uppercase;
  font-family: "Satoshi", sans-serif;
  font-weight: 900;
}
.l-hero__heading.--main {
  line-height: 1.2;
  padding-block: 0;
}

.l-hero__heading--02 {
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-hero__heading--02 {
    font-size: 2rem;
  }
}

.l-hero__lead--02 {
  text-align: center;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-hero__lead--02 {
    font-size: 1.125rem;
  }
}

.l-breadcrumb {
  max-width: 35rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    max-width: 82.5rem;
    font-size: 1rem;
    padding-inline: 2.5rem;
  }
}
.l-breadcrumb a {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .l-breadcrumb a:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-pickup {
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D8E76), to(#005849));
  background: linear-gradient(180deg, #1D8E76 0%, #005849 100%);
  padding-block: 2.5rem 3rem;
  margin-top: -2rem;
}
@media screen and (min-width: 768px) {
  .l-pickup {
    border-radius: 3.125rem;
    padding-block: 4rem 5.6875rem;
    margin-top: -3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .l-pickup__inner {
    max-width: 82.5rem;
  }
}

.l-pickup__list {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-pickup__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, -2.4485294118rem + 6.4705882353vw, 3.375rem);
    margin-top: 2.5rem;
  }
}

.l-pickup__item {
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 1.25rem 1rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-pickup__item {
    padding: 1.5rem 1.5625rem 2rem;
  }
}
@media (any-hover: hover) {
  .l-pickup__item:hover {
    opacity: 1;
  }
  .l-pickup__item:hover .l-pickup__item-image::before {
    scale: 1.2;
  }
  .l-pickup__item:hover .l-pickup__item-image img {
    scale: 1.2;
  }
  .l-pickup__item:hover .l-pickup__item-image-filter {
    opacity: 1;
  }
  .l-pickup__item:hover .l-pickup__item-icon::before {
    background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
    scale: 1;
  }
}

.l-pickup__item-image {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
  z-index: 0;
}
.l-pickup__item-image.--02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pickup/pickup-image-02-bg.webp) center/cover no-repeat;
  background-color: #1D8E76;
  mix-blend-mode: color-burn;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
  z-index: -1;
}
.l-pickup__item-image img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.l-pickup__item-image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-image-filter {
    font-size: 1.75rem;
  }
}
.l-pickup__item-image-filter .--small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-image-filter .--small {
    font-size: 1.5rem;
  }
}

.l-pickup__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-head {
    margin-top: 1.5rem;
  }
}

.l-pickup__item-title {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
}

.l-pickup__item-title--en {
  text-transform: uppercase;
  color: #1D8E76;
  font-family: "Satoshi", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-title--en {
    font-size: 2.9375rem;
  }
}

.l-pickup__item-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #FFF;
  width: 2.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
          box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
}
@media screen and (min-width: 768px) {
  .l-pickup__item-icon {
    width: 3rem;
  }
}
.l-pickup__item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-icon::before {
    background-image: unset;
    background-color: #1D8E76;
    scale: 0.1;
  }
}

.l-pickup__item-text {
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-pickup__item-text {
    font-size: 1.125rem;
  }
}

.l-cta {
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-block: 5.125rem;
  }
}

.l-cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-cta__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1.25rem, -6.2316176471rem + 10.8823529412vw, 3.5625rem);
    border-radius: 3.125rem;
    padding: 6.125rem clamp(2.75rem, -7.7647058824rem + 15.2941176471vw, 6rem) 6.125rem clamp(2.5rem, -8.0147058824rem + 15.2941176471vw, 5.75rem);
  }
}

.l-cta__heading {
  color: #1D8E76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .l-cta__heading {
    font-size: 2rem;
  }
}

.l-cta__text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-cta__text {
    font-size: 1.125rem;
    margin-top: 1.5rem;
  }
}

.l-cta__button-wrapper {
  width: 19.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-cta__button-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(26.875rem, 16.9669117647rem + 14.4117647059vw, 29.9375rem);
    margin-inline: 0;
  }
}

.l-cta__button {
  position: relative;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  border: 3px solid #1D8E76;
  background-color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-cta__button {
    height: 6.375rem;
    font-size: 1.75rem;
  }
}
.l-cta__button + .l-cta__button {
  margin-top: 1rem;
}
.l-cta__button .--arrow {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  translate: 0 -50%;
  width: 0.875rem;
  aspect-ratio: 14/23;
}
@media screen and (min-width: 768px) {
  .l-cta__button .--arrow {
    right: 2.375rem;
  }
}
.l-cta__button .--arrow::before, .l-cta__button .--arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .l-cta__button:hover {
    opacity: 1;
  }
  .l-cta__button:hover .--arrow::after {
    opacity: 0;
  }
}
.l-cta__button.--01 {
  color: #FFF;
}
.l-cta__button.--01::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#1D8E76), to(#005849));
  background: linear-gradient(180deg, #1D8E76 0%, #005849 100%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: -1;
}
@media (any-hover: hover) {
  .l-cta__button.--01:hover {
    color: #1D8E76;
  }
  .l-cta__button.--01:hover::before {
    opacity: 0;
  }
}
.l-cta__button.--01 .--arrow::before {
  background: url(../img/common/arrow-icon-green.png) center/contain no-repeat;
}
.l-cta__button.--01 .--arrow::after {
  background: url(../img/common/arrow-icon.png) center/contain no-repeat;
}
.l-cta__button.--02 {
  color: #1D8E76;
}
@media (any-hover: hover) {
  .l-cta__button.--02:hover {
    background-color: #1D8E76;
    color: #FFF;
  }
  .l-cta__button.--02:hover .--small {
    color: #F5F5F5;
  }
}
.l-cta__button.--02 .--arrow::before {
  background: url(../img/common/arrow-icon.png) center/contain no-repeat;
}
.l-cta__button.--02 .--arrow::after {
  background: url(../img/common/arrow-icon-green.png) center/contain no-repeat;
}
.l-cta__button .--small {
  text-align: center;
  color: #333;
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-cta__button .--small {
    font-size: 0.875rem;
  }
}

.l-service {
  padding-block: 2.5rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-service {
    padding-block: 4.875rem 9.375rem;
  }
}
.l-service:has(+ .l-pickup) {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-service:has(+ .l-pickup) {
    padding-bottom: 11.25rem;
  }
}

.l-service__list {
  display: grid;
  gap: 2.5625rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-service__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.8125rem;
  }
}

.l-service__item {
  position: relative;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 1.25rem 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-service__item {
    padding: 2.75rem clamp(1.25rem, -3.4007352941rem + 6.7647058824vw, 2.6875rem) 3.75rem;
  }
}
@media (any-hover: hover) {
  .l-service__item:hover {
    opacity: 1;
  }
  .l-service__item:hover .l-service__item-image img {
    scale: 1.2;
  }
  .l-service__item:hover .l-service__item-image-filter {
    opacity: 1;
  }
  .l-service__item:hover .l-service__item-icon::before {
    background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
    scale: 1;
  }
}

.l-service__item-title {
  text-align: center;
  color: #187763;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .l-service__item-title {
    font-size: 2rem;
  }
}

.l-service__item-image {
  position: relative;
  border-radius: 1.25rem;
  margin-top: 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-service__item-image {
    margin-top: 1.8125rem;
  }
}
.l-service__item-image img {
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.l-service__item-image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l-service__item-image-filter {
    font-size: 1.75rem;
  }
}
.l-service__item-image-filter .--small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-service__item-image-filter .--small {
    font-size: 1.5rem;
  }
}

.l-service__item-text {
  border-top: 1px solid #1D8E76;
  color: #313334;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-top: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-service__item-text {
    font-size: 1.125rem;
    padding-top: 1.75rem;
    margin-top: 1.8125rem;
  }
}

.l-service__item-icon {
  position: absolute;
  bottom: -1.375rem;
  right: 1.8125rem;
  background-color: #FFF;
  width: 3.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
          box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
}
@media screen and (min-width: 768px) {
  .l-service__item-icon {
    width: 4.5rem;
  }
}
.l-service__item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .l-service__item-icon::before {
    background-image: unset;
    background-color: #1D8E76;
    scale: 0.1;
  }
}

.l-sidebar {
  width: 100%;
  border-radius: 0.625rem;
  background-color: #FFF;
  padding-block: 0.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(19.5625rem, 10.6654411765rem + 12.9411764706vw, 22.3125rem);
    padding-bottom: 3rem;
  }
}

.l-sidebar__inner {
  max-width: 19.5625rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.l-sidebar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-sidebar__title {
    font-size: 1.5rem;
  }
}
.l-sidebar__title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6875rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#C1F5C0));
  background: linear-gradient(90deg, #1D8E76 0%, #C1F5C0 100%);
}

.l-sidebar__list {
  margin-top: 1.375rem;
}

.l-sidebar__item + .l-sidebar__item {
  margin-top: 0.625rem;
}
.l-sidebar__item.is-opened .l-sidebar__item-summary::before {
  rotate: 90deg;
}

.l-sidebar__item-summary {
  position: relative;
  display: block;
  cursor: pointer;
  background-color: #1D8E76;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.5625rem 2.8125rem 0.4375rem 1rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar__item-summary {
    font-size: 1.25rem;
    padding-inline: 1.25rem 3.0625rem;
  }
}
.l-sidebar__item-summary::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.875rem;
  translate: 0 -50%;
  width: 0.875rem;
  aspect-ratio: 16/26;
  background: url(../img/common/arrow-icon.png) center/contain no-repeat;
  -webkit-transition: rotate 0.4s;
  transition: rotate 0.4s;
}
@media screen and (min-width: 768px) {
  .l-sidebar__item-summary::before {
    right: 1.125rem;
    width: 1rem;
  }
}
.l-sidebar__item-summary.--small {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-sidebar__item-summary.--small {
    font-size: 1.0625rem;
  }
}
.l-sidebar__item-summary::-webkit-details-marker {
  display: none;
}

.l-sidebar__item-content-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out, opacity 0.4s ease-out;
  transition: height 0.4s ease-out, opacity 0.4s ease-out;
}

.l-sidebar__item-link {
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.84375rem 0.625rem 0.71875rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-sidebar__item-link {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-sidebar__item-link:hover {
    opacity: 1;
    color: #1D8E76;
  }
}

.l-body {
  background-color: #ECF9F6;
  padding-block: 3.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .l-body {
    padding-block: 5rem 8.1875rem;
  }
}
.l-body:has(.l-pickup) {
  padding-bottom: 7rem;
}
@media screen and (min-width: 768px) {
  .l-body:has(.l-pickup) {
    padding-bottom: 11.3125rem;
  }
}

.l-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-body__inner {
    max-width: 82.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(1.25rem, -0.7720588235rem + 2.9411764706vw, 1.875rem);
  }
}

/*----------------------------------
  head
----------------------------------*/
.l-archive-head {
  background-color: #FFF;
  padding-block: 0.5rem 2.5rem;
}

/*----------------------------------
  main
----------------------------------*/
.l-archive-main {
  padding-block: 3.5rem 7rem;
}
@media screen and (min-width: 768px) {
  .l-archive-main {
    padding-block: 5rem 11.375rem;
  }
}

@media screen and (min-width: 768px) {
  .l-archive-main__inner {
    max-width: 82.5rem;
  }
}

/*----------------------------------
  共通
----------------------------------*/
.l-post__heading a,
.l-post__text a,
.l-post-feature__item-title a,
.l-post-feature__item-text a,
.l-post-function__item-title a,
.l-post-function__item-text a,
.l-post-function-detail__item dt a,
.l-post-function-detail__item dd a,
.l-post-deliverable__item-title a {
  display: inline;
  text-decoration: underline;
}

.l-post-section {
  padding-top: 2rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-section {
    padding-top: 2.5rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-heading--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  border-bottom: 1px solid #828282;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  padding-block: 0.75rem 0.6875rem;
}
@media screen and (min-width: 768px) {
  .l-post-heading--small {
    font-size: 1.5rem;
    padding-block: 1.125rem 1.0625rem;
  }
}
.l-post-heading--small::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#C1F5C0));
  background: linear-gradient(90deg, #1D8E76 0%, #C1F5C0 100%);
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-post-heading--small::before {
    width: 1.75rem;
  }
}

.l-post__inner {
  max-width: 35rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-post__inner {
    max-width: 70rem;
  }
}

.l-post__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.125rem;
  background-color: #333;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.4375rem 2.5625rem 0.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-post__label {
    font-size: 1.25rem;
  }
}
.l-post__label.--green {
  background-color: #1D8E76;
}

.l-post__heading {
  max-width: 39rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-post__heading {
    font-size: 1.5rem;
  }
}
.l-post__heading .--green {
  color: #1D8E76;
}

.l-post__text {
  max-width: 39rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-post__text {
    font-size: 1rem;
  }
}

.l-post__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-post__image {
    margin-top: 2rem;
  }
}

/*----------------------------------
  hero
----------------------------------*/
.l-post-hero {
  background-color: #F3F3F3;
  padding-block: 0.625rem 2.5rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-post-hero {
    padding-bottom: 4.375rem;
    margin-top: 9.25rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-post-hero {
    margin-top: 8rem;
  }
}

.l-post-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-post-hero__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: clamp(3.75rem, -10.4044117647rem + 20.5882352941vw, 8.125rem);
    padding-top: 1.875rem;
  }
}

.l-post-hero__heading {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-post-hero__heading {
    font-size: 2rem;
  }
}

.l-post-hero__text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-post-hero__text {
    font-size: 1.125rem;
  }
}

.l-post-hero__image {
  width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .l-post-hero__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(25rem, 8.6213235294rem + 23.8235294118vw, 30.0625rem);
  }
}

/*----------------------------------
  catch
----------------------------------*/
.l-post-catch {
  background-color: #FFF;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .l-post-catch {
    padding-block: 2.5rem;
  }
}

.l-post-catch__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-catch__inner {
    max-width: 71.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.l-post-catch__heading {
  color: #1D8E76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-post-catch__heading {
    font-size: 1.75rem;
  }
}

.l-post-catch__list {
  border-radius: 0.625rem;
  border: 2px solid #1D8E76;
  background-color: #ECF9F6;
  padding: 1.25rem 2.5rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-post-catch__list {
    padding: 1.875rem 3.75rem;
  }
}

.l-post-catch__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-post-catch__list-text {
    font-size: 1.125rem;
  }
}
.l-post-catch__list-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1D8E76;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-post-catch__list-text::before {
    width: 0.75rem;
  }
}
.l-post-catch__list-text + .l-post-catch__list-text {
  margin-top: 0.625rem;
}

.l-post-catch__link-wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-post-catch__link-wrapper {
    width: 27rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.l-post-catch__link-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid #313334;
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 1rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-catch__link-text {
    font-size: 1.125rem;
  }
}
.l-post-catch__link-text::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 28/17;
  background: url(../img/post/catch-arrow.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-post-catch__link-text::after {
    width: 1.75rem;
  }
}

/*----------------------------------
  main
----------------------------------*/
.l-post-main {
  background-color: #FFF;
  border-radius: 0.625rem;
  max-width: 32.5rem;
  width: calc(100% - 2.5rem);
  padding-block: 5rem;
  margin: 3.75rem auto 7.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-main {
    max-width: 77.5rem;
    padding-block: 7.5rem;
    margin-block: 5rem 12.3125rem;
  }
}
.l-post-main > *:first-child {
  padding-top: 0 !important;
}

/*----------------------------------
  problem
----------------------------------*/
.l-post-problem {
  position: relative;
  padding: 3.75rem 1.25rem 7rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-problem {
    padding-block: 5rem 7rem;
    scroll-margin-top: 3.75rem;
  }
}
.l-post-problem::before {
  content: "";
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  translate: -50% 0;
  width: 4.3125rem;
  aspect-ratio: 69/41;
  background: url(../img/post/main-arrow.png) center/contain no-repeat;
}

.l-post-problem__heading {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-problem__heading {
    font-size: 1.5rem;
  }
}

.l-post-problem__list {
  max-width: 42.25rem;
  margin: 1.5rem auto 0;
}

.l-post-problem__list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 2px solid #1D8E76;
  background-color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-problem__list-text {
    font-size: 1rem;
    padding: 1.25rem 2rem 1.25rem 2.875rem;
  }
}
.l-post-problem__list-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img/post/main-check-icon.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-post-problem__list-text::before {
    width: 1.5rem;
  }
}
.l-post-problem__list-text + .l-post-problem__list-text {
  margin-top: 0.5rem;
}

/*----------------------------------
  solution
----------------------------------*/
.l-post-solution {
  max-width: 53.125rem;
  border-radius: 0.625rem;
  background-color: #F3F3F3;
  padding-block: 1.875rem;
  margin-inline: auto;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-solution {
    scroll-margin-top: 3.75rem;
  }
}

.l-post-solution__inner {
  padding-inline: 1.25rem;
}

/*----------------------------------
  feature
----------------------------------*/
.l-post-feature {
  background-color: #ECF9F6;
  padding-block: 3.75rem;
  margin-top: 3.75rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-feature {
    padding-block: 5rem;
    margin-top: 5rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-feature__list {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-feature__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 2.125rem;
    margin-top: 3.75rem;
  }
}

.l-post-feature__item {
  border-radius: 0.625rem;
  border: 2px solid #1D8E76;
  background-color: #FFF;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-post-feature__item {
    padding: 3rem;
  }
}

.l-post-feature__item-label {
  text-align: center;
  color: #1D8E76;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .l-post-feature__item-label {
    font-size: 1.5rem;
  }
}

.l-post-feature__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-feature__item-title {
    font-size: 1.25rem;
  }
}

.l-post-feature__item-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem auto 0;
}
.l-post-feature__item-image img {
  width: auto;
  height: 100%;
  max-height: 6.25rem;
}

.l-post-feature__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-feature__item-text {
    font-size: 1rem;
  }
}

/*----------------------------------
  function
----------------------------------*/
.l-post-function {
  padding-top: 3.75rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function {
    padding-top: 5rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-function__link-list {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__link-list {
    margin-top: 2.5rem;
  }
}

.l-post-function__link-item + .l-post-function__link-item {
  margin-top: 0.625rem;
}

.l-post-function__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  border-radius: 0.625rem;
  border: 2px solid #1D8E76;
  background-color: #FFF;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__link {
    padding-inline: 2.375rem;
  }
}
.l-post-function__link::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  aspect-ratio: 28/17;
  background: url(../img/post/catch-arrow.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-post-function__link::after {
    width: 1.75rem;
  }
}

.l-post-function__link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__link-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.l-post-function__link-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3.75rem;
  background-color: #1D8E76;
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.1875rem 1.5rem 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__link-label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 0.875rem;
  }
}

.l-post-function__link-text {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-post-function__link-text {
    font-size: 1.125rem;
  }
}

.l-post-function__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__list {
    margin-top: 3.75rem;
  }
}

.l-post-function__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    scroll-margin-top: 3.75rem;
  }
}
.l-post-function__item + .l-post-function__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item + .l-post-function__item {
    margin-top: 2.5625rem;
  }
}

.l-post-function__item-content {
  position: relative;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #1D8E76;
  padding: 1.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-content {
    padding: 1.875rem;
  }
}

.l-post-function__item-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2.125rem;
  background-color: #FFF;
  color: #1D8E76;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.4375rem 2.5625rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-label {
    font-size: 1.25rem;
  }
}

.l-post-function__item-title {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.36;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-title {
    font-size: 1.75rem;
  }
}

.l-post-function__item-text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-text {
    font-size: 1rem;
  }
}

.l-post-function__item-number {
  position: absolute;
  bottom: 0;
  right: 0.625rem;
  color: rgba(29, 142, 118, 0.5);
  font-family: "Satoshi", sans-serif;
  font-size: 12.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.31rem;
  opacity: 0.25;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-number {
    right: 1.25rem;
    font-size: 15.5rem;
  }
}

.l-post-function__item-image-wrapper {
  display: grid;
  place-items: center;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #FFF;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-post-function__item-image-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 28.875rem;
  }
}

.l-post-function__item-image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/*----------------------------------
  function-detail
----------------------------------*/
.l-post-function-detail {
  padding-top: 3.75rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail {
    padding-top: 5rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-function-detail__list {
  background-color: #F3F3F3;
  padding: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__list {
    padding: 2.8125rem 3.125rem 2.1875rem;
    margin-top: 2rem;
  }
}

.l-post-function-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
  }
}
.l-post-function-detail__item + .l-post-function-detail__item {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__item + .l-post-function-detail__item {
    margin-top: 1.5625rem;
  }
}
.l-post-function-detail__item dt, .l-post-function-detail__item dd {
  color: #333;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.l-post-function-detail__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__item dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 1.125rem;
    width: 14.3125rem;
  }
}
.l-post-function-detail__item dt::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1D8E76;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__item dt::before {
    width: 0.75rem;
  }
}
.l-post-function-detail__item dd {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-post-function-detail__item dd {
    font-size: 1rem;
  }
}

/*----------------------------------
  case
----------------------------------*/
.l-post-case {
  padding-block: 3.5rem 1.75rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-case {
    padding-block: 4.5625rem 2.375rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-case__list {
  display: grid;
  gap: 2.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-post-case__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.125rem 1.875rem;
    margin-top: 2.9375rem;
  }
}

/*----------------------------------
  deliverable
----------------------------------*/
.l-post-deliverable {
  padding-top: 2rem;
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-post-deliverable {
    padding-top: 2.5rem;
    scroll-margin-top: 3.75rem;
  }
}

.l-post-deliverable__list {
  padding-inline: 0.5rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-post-deliverable__list {
    padding-inline: 3.375rem;
    margin-top: 2.9375rem;
  }
}

.l-post-deliverable__item + .l-post-deliverable__item {
  margin-top: 0.625rem;
}

.l-post-deliverable__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-post-deliverable__item-title {
    font-size: 1.125rem;
  }
}
.l-post-deliverable__item-title.--dot::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.625rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #1D8E76;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .l-post-deliverable__item-title.--dot::before {
    width: 0.75rem;
  }
}
.l-post-deliverable__item-title .--number {
  color: #1D8E76;
}

.l-post-deliverable__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 1.125rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-post-deliverable__text {
    font-size: 1rem;
    padding-left: 1.25rem;
  }
}

.l-post-deliverable__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.25rem;
}

/*----------------------------------
  related
----------------------------------*/
.l-post-related__list {
  display: grid;
  gap: 0.875rem 1.25rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-post-related__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-case-item {
  position: relative;
  border-radius: 0.625rem;
  background-color: #ECF9F6;
  padding: 1.25rem 1.25rem 2.875rem;
}
@media screen and (min-width: 768px) {
  .l-case-item {
    padding: 1.6875rem clamp(1.25rem, 0.0367647059rem + 1.7647058824vw, 1.625rem) 3.375rem;
  }
}
@media (any-hover: hover) {
  .l-case-item:hover {
    opacity: 1;
  }
  .l-case-item:hover .l-case-item__image img {
    scale: 1.2;
  }
  .l-case-item:hover .l-case-item__icon::before {
    background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
    scale: 1;
  }
}

.l-case-item__image {
  position: relative;
  aspect-ratio: 326/194;
  border-radius: 0.625rem;
  border: 0.1875rem solid #1D8E76;
  overflow: hidden;
}
.l-case-item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}

.l-case-item__image-text {
  position: absolute;
  bottom: 1.25rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.375rem;
}
.l-case-item__image-text span {
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#90E18F));
  background: linear-gradient(90deg, #1D8E76 0%, #90E18F 100%);
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.44;
  padding: 0.125rem 0.4375rem 0.0625rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .l-case-item__image-text span {
    font-size: clamp(1rem, 0.5955882353rem + 0.5882352941vw, 1.125rem);
  }
}
@media screen and (min-width: 768px) {
  .l-case-item__image-text.--small span {
    font-size: clamp(0.9375rem, 0.5330882353rem + 0.5882352941vw, 1.0625rem);
  }
}

.l-case-item__title--sub {
  color: #303030;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.75;
}
@media screen and (min-width: 768px) {
  .l-case-item__title--sub {
    font-size: 1rem;
  }
}
.l-case-item__title--sub + .l-case-item__title {
  margin-top: 0;
}

.l-case-item__title {
  color: #1D8E76;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-case-item__title {
    font-size: 1.125rem;
    margin-top: 0.9375rem;
  }
}

.l-case-item__text {
  color: #303030;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-case-item__text {
    font-size: 1rem;
  }
}

.l-case-item__icon {
  position: absolute;
  bottom: -1rem;
  right: 1.6875rem;
  background-color: #FFF;
  width: 3.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
          box-shadow: 1px 4px 14px 0 rgba(29, 142, 118, 0.8);
}
@media screen and (min-width: 768px) {
  .l-case-item__icon {
    width: 4rem;
  }
}
.l-case-item__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../img/common/arrow-circle-icon.png) center/contain no-repeat;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .l-case-item__icon::before {
    background-image: unset;
    background-color: #1D8E76;
    scale: 0.1;
  }
}

.l-case-item__tax-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  margin-top: 0.5rem;
}

.l-case-item__tax {
  border-radius: 0.625rem;
  border: 0.125rem solid #52ADA2;
  background-color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.4375rem 0.5rem 0.375rem;
}

.l-related__list {
  display: grid;
  gap: 0.875rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-related__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem 1.5rem;
  }
}

.l-related__item {
  min-height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  background-color: #F3F3F3;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .l-related__item {
    min-height: 9.5rem;
  }
}
.l-related__item.--white {
  background-color: #FFF;
}
.l-related__item.--white .l-related__item-text {
  text-align: left;
}
.l-related__item.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .l-related__item:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.l-related__item-text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-related__item-text {
    font-size: 1.125rem;
  }
}

.l-related__item-image {
  width: 14rem;
}

.p-top-main-visual {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: #FFF;
  overflow: hidden;
  z-index: 200;
}
.p-top-main-visual img {
  width: auto;
  height: 100%;
}

.p-top-main-visual__bg-number {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/top/main-visual-bg-sp-02.webp) center/cover no-repeat;
  opacity: 0;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg-number {
    background-image: url(../img/top/main-visual-bg-pc-02.webp);
  }
}

.p-top-main-visual__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: center/cover no-repeat;
  opacity: 0;
}
.p-top-main-visual__bg.--04, .p-top-main-visual__bg.--05 {
  scale: 4;
}
.p-top-main-visual__bg.--01 {
  background-image: url(../img/top/main-visual-bg-sp-01.webp);
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg.--01 {
    background-image: url(../img/top/main-visual-bg-pc-01.webp);
  }
}
.p-top-main-visual__bg.--02 {
  background-image: url(../img/top/main-visual-bg-sp-03.webp);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg.--02 {
    background-image: url(../img/top/main-visual-bg-pc-03.webp);
  }
}
.p-top-main-visual__bg.--03 {
  background-image: url(../img/top/main-visual-bg-sp-04.webp);
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg.--03 {
    background-image: url(../img/top/main-visual-bg-pc-04.webp);
  }
}
.p-top-main-visual__bg.--04 {
  background-image: url(../img/top/main-visual-bg-sp-05.webp);
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg.--04 {
    background-image: url(../img/top/main-visual-bg-pc-05.webp);
  }
}
.p-top-main-visual__bg.--05 {
  background-image: url(../img/top/main-visual-bg-sp-06.webp);
  mix-blend-mode: color-dodge;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__bg.--05 {
    background-image: url(../img/top/main-visual-bg-pc-06.webp);
  }
}

.p-top-main-visual__heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-main-visual__heading .--text-01,
.p-top-main-visual__heading .--text-02 {
  scale: 4;
  opacity: 0;
}
.p-top-main-visual__heading .--text-01 {
  position: absolute;
  bottom: 6rem;
  right: 0.5625rem;
  height: 32.9383886256%;
  max-height: 17.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading .--text-01 {
    top: 1.1111111111vw;
    bottom: unset;
    right: 0.8333333333vw;
    height: 71.9230769231%;
    max-height: 38.9583333333vw;
  }
}
.p-top-main-visual__heading .--text-02 {
  position: absolute;
  top: 6.3125rem;
  left: 0.625rem;
  height: 41.5876777251%;
  max-height: 21.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__heading .--text-02 {
    top: unset;
    bottom: 0.5555555556vw;
    left: 1.1111111111vw;
    height: 73.9743589744%;
    max-height: 40.0694444444vw;
  }
}

.p-top-main-visual__text--01,
.p-top-main-visual__text--02,
.p-top-main-visual__text--03,
.p-top-main-visual__text--04 {
  scale: 4;
  opacity: 0;
}

.p-top-main-visual__text--01 {
  position: absolute;
  top: 0.875rem;
  left: 0;
  height: 9.9526066351%;
  max-height: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text--01 {
    top: 0;
    height: 24.358974359%;
    max-height: 13.1944444444vw;
  }
}

.p-top-main-visual__text--02 {
  position: absolute;
  bottom: 0.5rem;
  right: 0;
  height: 10.1895734597%;
  max-height: 5.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text--02 {
    bottom: 0.5555555556vw;
    height: 25%;
    max-height: 13.5416666667vw;
  }
}

.p-top-main-visual__text--03 {
  position: absolute;
  top: 6rem;
  left: 4rem;
  height: 18.4834123223%;
  max-height: 9.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text--03 {
    top: 13.5416666667vw;
    left: 6.5972222222vw;
    height: 32.4358974359%;
    max-height: 17.5694444444vw;
  }
}

.p-top-main-visual__text--04 {
  position: absolute;
  bottom: 6rem;
  right: 1.25rem;
  height: 12.7962085308%;
  max-height: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__text--04 {
    bottom: 13.4722222222vw;
    right: 3.1944444444vw;
    height: 23.0769230769%;
    max-height: 12.5vw;
  }
}

.p-top-main-visual__body {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 39.2307692308vw;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: #FFF;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__body {
    top: 49%;
    width: 15.9722222222vw;
  }
}

.p-top-main-visual__logo-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-main-visual__logo,
.p-top-main-visual__body-scroll {
  opacity: 0;
}

.p-top-main-visual__logo {
  width: 27.4358974359vw;
  margin-inline: auto;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__logo {
    width: 11.1111111111vw;
  }
}
.p-top-main-visual__logo img {
  width: 100%;
  height: auto;
}

.p-top-main-visual__body-text {
  translate: 0 5.1282051282vw;
  height: 0;
  text-align: center;
  font-size: 4.1025641026vw;
  font-weight: 500;
  line-height: 2.2;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__body-text {
    translate: 0 2.4305555556vw;
    font-size: 1.3888888889vw;
  }
}

.p-top-main-visual__body-scroll {
  position: absolute;
  bottom: -23.5897435897vw;
  left: 50%;
  translate: -50% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0vw;
  color: #FFF;
  font-family: "Satoshi", sans-serif;
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.44;
  -webkit-animation: scroll-down 2s ease-out infinite;
          animation: scroll-down 2s ease-out infinite;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__body-scroll {
    bottom: -8.75vw;
    gap: 0.2083333333vw;
    font-size: 1.25vw;
  }
}
.p-top-main-visual__body-scroll::after {
  content: "";
  width: 6.9230769231vw;
  aspect-ratio: 27/16;
  background: url(../img/top/main-visual-arrow.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__body-scroll::after {
    width: 1.875vw;
  }
}

@-webkit-keyframes scroll-down {
  0% {
    translate: -50% 0;
  }
  50% {
    translate: -50% 0.5rem;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes scroll-down {
  0% {
    translate: -50% 0;
  }
  50% {
    translate: -50% 0.5rem;
  }
  100% {
    translate: -50% 0;
  }
}
.p-top-main-visual__link,
.p-top-main-visual__link-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: 5.1282051282vw -34.358974359vw;
  width: 24.6153846154vw;
  height: 24.6153846154vw;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__link,
  .p-top-main-visual__link-bg {
    translate: 3.75vw -13.6111111111vw;
    width: 11.1111111111vw;
    height: 11.1111111111vw;
  }
}

.p-top-main-visual__link {
  display: grid;
  place-items: center;
  text-align: center;
  color: #FFF;
  font-size: 3.0769230769vw;
  font-weight: 700;
  line-height: 1.17;
  pointer-events: none;
  z-index: 7;
}
@media screen and (min-width: 768px) {
  .p-top-main-visual__link {
    font-size: 1.25vw;
    line-height: 1.44;
  }
}

.p-top-main-visual__link-bg {
  background-color: #1D8E76;
  mix-blend-mode: multiply;
  z-index: 6;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media (any-hover: hover) {
  .p-top-main-visual__link-bg:hover {
    opacity: 1;
    scale: 1.06;
  }
}

.p-top-solution {
  position: relative;
  padding-block: 378px 10rem;
  margin-top: 1700px;
}
@media screen and (min-width: 768px) {
  .p-top-solution {
    padding-bottom: 13.8125rem;
  }
}
.p-top-solution:has(.p-top-solution__list.--02.is-active) .p-top-solution__list-text.--green {
  display: block;
}
.p-top-solution:has(.p-top-solution__list.--03.is-active) .p-top-solution__list-text.--blue {
  display: block;
}

.p-top-solution__body {
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 1.25rem 0.625rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__body {
    padding: 2.5rem 2.75rem 3.3125rem;
    margin-top: 3.75rem;
  }
}

.p-top-solution__tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__tab-wrapper {
    gap: 0.625rem;
  }
}

.p-top-solution__tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4.25rem;
  display: grid;
  place-items: center;
  background-color: #D9D9D9;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-solution__tab {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 22.3125rem;
    font-size: 2rem;
  }
}
.p-top-solution__tab.--01 {
  border-radius: 12.5rem 0 0 12.5rem;
}
.p-top-solution__tab.--01.is-active {
  background-color: #636363;
}
.p-top-solution__tab.--02.is-active {
  background-color: #1D8E76;
}
.p-top-solution__tab.--03 {
  border-radius: 0 12.5rem 12.5rem 0;
}
.p-top-solution__tab.--03.is-active {
  background-color: #006A9B;
}
@media (any-hover: hover) {
  .p-top-solution__tab:hover {
    background-color: #8B8B8B;
  }
}

.p-top-solution__list {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__list {
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.875rem;
  }
}
.p-top-solution__list.is-active {
  display: grid;
}
.p-top-solution__list.--01 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__list.--01 {
    margin-top: 3.625rem;
  }
}
.p-top-solution__list-text {
  display: none;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__list-text {
    font-size: 1.125rem;
    margin-top: 1.8125rem;
  }
}
.p-top-solution__list-text.--green {
  color: #1D8E76;
}
.p-top-solution__list-text.--blue {
  color: #006A9B;
}

.p-top-solution__item {
  position: relative;
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  gap: 0;
  border-radius: 0.625rem;
  padding: 1.25rem 0.75rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item {
    padding: 1.6875rem 1.625rem 2rem;
  }
}
.p-top-solution__item::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  border-radius: 0.625rem;
  border: 3px solid #FFF;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (any-hover: hover) {
  .p-top-solution__item:hover {
    opacity: 1;
  }
  .p-top-solution__item:hover::before {
    opacity: 1;
  }
  .p-top-solution__item:hover .p-top-solution__item-title {
    color: #FFF;
  }
  .p-top-solution__item:hover .p-top-solution__item-image {
    -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(1000%);
            filter: invert(100%) sepia(100%) saturate(0%) brightness(1000%);
  }
  .p-top-solution__item:hover .p-top-solution__item-text {
    color: #FFF;
  }
  .p-top-solution__item:hover .p-top-solution__item-button {
    background-color: #FFF !important;
  }
  .p-top-solution__item:hover .p-top-solution__item-button .--icon::after {
    opacity: 0;
  }
}
.p-top-solution__item.--green {
  background-color: #ECF9F6;
}
.p-top-solution__item.--green .p-top-solution__item-button {
  background-color: #1D8E76;
}
.p-top-solution__item.--green .p-top-solution__item-button .--icon::before {
  background: url(../img/common/button-icon-green.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .p-top-solution__item.--green:hover {
    background-color: #1D8E76;
  }
  .p-top-solution__item.--green:hover .p-top-solution__item-button {
    color: #1D8E76;
  }
}
.p-top-solution__item.--blue {
  background-color: #EFFBFF;
}
.p-top-solution__item.--blue .p-top-solution__item-button {
  background-color: #006A9B;
}
.p-top-solution__item.--blue .p-top-solution__item-button .--icon::before {
  background: url(../img/common/button-icon-blue.png) center/contain no-repeat;
}
@media (any-hover: hover) {
  .p-top-solution__item.--blue:hover {
    background-color: #006A9B;
  }
  .p-top-solution__item.--blue:hover .p-top-solution__item-button {
    color: #006A9B;
  }
}

.p-top-solution__item-title {
  display: grid;
  place-items: center;
  text-align: center;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-inline: -0.25rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item-title {
    min-height: 3.625rem;
    font-size: 1.5rem;
  }
}

.p-top-solution__item-image {
  width: 5rem;
  aspect-ratio: 1/1;
  margin: 0.25rem auto 0;
  -webkit-transition: -webkit-filter 0.4s;
  transition: -webkit-filter 0.4s;
  transition: filter 0.4s;
  transition: filter 0.4s, -webkit-filter 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item-image {
    width: 6.25rem;
  }
}

.p-top-solution__item-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 9.6875rem;
  margin-top: 0.75rem;
}

.p-top-solution__item-text {
  color: #333;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item-text {
    font-size: 1rem;
  }
}

.p-top-solution__item-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 6.25rem;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  padding-inline: 1rem;
  margin: auto auto 0;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item-button {
    font-size: 1rem;
    padding-inline: 1.3125rem 1.375rem;
  }
}
.p-top-solution__item-button .--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 1.25rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-top-solution__item-button .--icon {
    width: 1.6875rem;
  }
}
.p-top-solution__item-button .--icon::before, .p-top-solution__item-button .--icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-solution__item-button .--icon::after {
  background: url(../img/common/button-icon.png) center/contain no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.p-top-case {
  border-radius: 1.875rem;
  background-color: #FFF;
  padding-block: 3rem;
  margin-top: -5.0625rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-case {
    padding-block: 5.0625rem 4.4375rem;
  }
}

.p-top-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-case__list {
    margin-top: 3.75rem;
  }
}

.p-top-case__item {
  width: 100%;
  height: 11.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  border: 3px solid #1D8E76;
}
@media screen and (min-width: 768px) {
  .p-top-case__item {
    width: clamp(30.625rem, 10.4044117647rem + 29.4117647059vw, 36.875rem);
    height: 13.75rem;
  }
}
@media (any-hover: hover) {
  .p-top-case__item:hover {
    opacity: 1;
    -webkit-animation: ripple 1.5s infinite;
            animation: ripple 1.5s infinite;
  }
}
.p-top-case__item.--01 {
  background: url(../img/top/case-image-01.webp) center/cover no-repeat;
  padding-left: clamp(2rem, -3.25rem + 21.5384615385vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-top-case__item.--01 {
    padding-left: 5.9375rem;
  }
}
.p-top-case__item.--02 {
  background: url(../img/top/case-image-02.webp) center/cover no-repeat;
  padding-left: clamp(1.25rem, -2.5rem + 15.3846153846vw, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-top-case__item.--02 {
    padding-left: 2.5rem;
  }
}
.p-top-case__item.--03 {
  background: url(../img/top/case-image-03.webp) center right/cover no-repeat;
  padding-left: clamp(1.5rem, -5.25rem + 27.6923076923vw, 3.75rem);
}
@media screen and (min-width: 768px) {
  .p-top-case__item.--03 {
    background-position: center center;
    padding-left: 5.5625rem;
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1D8E76;
            box-shadow: 0 0 0 0 #1D8E76;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #1D8E76;
            box-shadow: 0 0 0 0 #1D8E76;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.p-top-case__item-title {
  text-align: center;
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-title {
    font-size: 2.375rem;
  }
}
.p-top-case__item-title.--02 {
  line-height: 1.16;
}
.p-top-case__item-title.--02 .--small {
  line-height: normal;
}
.p-top-case__item-title .--small {
  display: block;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-case__item-title .--small {
    font-size: 1.75rem;
  }
}

.p-top-news {
  background-color: #FFF;
  padding-block: 3rem 3.75rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-block: 5rem 7.125rem;
  }
}

.p-top-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.875rem;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 4px 40px 10px rgba(29, 142, 118, 0.2);
          box-shadow: 0 4px 40px 10px rgba(29, 142, 118, 0.2);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    padding: 3.875rem 4.5625rem;
  }
}

.p-top-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
  border-bottom: 1px solid #313334;
  padding: 0.75rem 0.375rem;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-news__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
    padding: 1.6875rem 1.25rem 1.5625rem;
  }
}
@media (any-hover: hover) {
  .p-top-news__item:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.p-top-news__item-date {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-date {
    font-size: 1rem;
  }
}

.p-top-news__item-title {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-top-news__item-title {
    font-size: 1.125rem;
  }
}

.p-case-main {
  background-color: #ECF9F6;
  padding-block: 2.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .p-case-main {
    padding-block: 3.75rem 9.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case-main__inner {
    max-width: 82.5rem;
  }
}

.p-case-main__box {
  border-radius: 2.5rem;
  background-color: #FFF;
  padding: 1.875rem 1rem 2.5rem;
  scroll-margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-case-main__box {
    padding-inline: 2.625rem;
    scroll-margin-top: 6.25rem;
  }
}
.p-case-main__box + .p-case-main__box {
  margin-top: 2.5rem;
}

.p-case-main__heading {
  position: relative;
  min-height: 6.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.875rem;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0.625rem 0.625rem 0.5625rem 7.5rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-case-main__heading {
    min-height: 7.3125rem;
    font-size: 1.75rem;
    padding-inline: 10.0625rem 1.25rem;
  }
}
.p-case-main__heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 6.8125rem;
  aspect-ratio: 124/117;
}
@media screen and (min-width: 768px) {
  .p-case-main__heading::before {
    width: 7.75rem;
  }
}
.p-case-main__heading.--01 {
  background: -webkit-gradient(linear, left top, right top, from(#34B79C), to(#4BC39F));
  background: linear-gradient(90deg, #34B79C 0%, #4BC39F 100%);
}
.p-case-main__heading.--01::before {
  background: url(../img/case/case-image-01.webp) center/cover no-repeat;
}
.p-case-main__heading.--02 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #26AC9A), color-stop(99.9%, #4BC39F));
  background: linear-gradient(90deg, #26AC9A 0.07%, #4BC39F 99.9%);
}
.p-case-main__heading.--02::before {
  background: url(../img/case/case-image-02.webp) center/cover no-repeat;
}
.p-case-main__heading.--03 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #0A8B6F), color-stop(99.9%, #4BC39F));
  background: linear-gradient(90deg, #0A8B6F 0.07%, #4BC39F 99.9%);
}
.p-case-main__heading.--03::before {
  background: url(../img/case/case-image-03.webp) center/cover no-repeat;
}
.p-case-main__heading.--04 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #26AC9A), color-stop(99.9%, #4BC39F));
  background: linear-gradient(90deg, #26AC9A 0.07%, #4BC39F 99.9%);
}
.p-case-main__heading.--04::before {
  background: url(../img/case/case-image-04.webp) center/cover no-repeat;
}
.p-case-main__heading.--05 {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #49C6A3), color-stop(99.9%, #4BC39F));
  background: linear-gradient(90deg, #49C6A3 0.07%, #4BC39F 99.9%);
}
.p-case-main__heading.--05::before {
  background: url(../img/case/case-image-05.webp) center/cover no-repeat;
}
.p-case-main__heading .--small {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-case-main__heading .--small {
    font-size: 1.5rem;
  }
}

.p-case-main__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-case-main__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem 1.5rem;
    margin-top: 1.875rem;
  }
}

.p-case-main__link {
  position: relative;
  min-height: 5.625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  border-radius: 0.625rem;
  background-color: #ECF9F6;
  word-break: break-all;
  text-align: center;
  color: #1D8E76;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.625rem;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
@media screen and (min-width: 768px) {
  .p-case-main__link {
    min-height: 6.875rem;
    font-size: 1.25rem;
  }
}
.p-case-main__link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 0.75rem);
  height: calc(100% - 0.75rem);
  border-radius: 0.625rem;
  border: 3px solid #FFF;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.p-case-main__link.--04 {
  font-size: 0.875rem;
  line-height: 1.29;
}
.p-case-main__link .--small {
  color: #727270;
  font-size: 0.875rem;
  line-height: 1.29;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media (any-hover: hover) {
  .p-case-main__link:hover {
    opacity: 1;
    background-color: #1D8E76;
    color: #FFF;
  }
  .p-case-main__link:hover::before {
    opacity: 1;
  }
  .p-case-main__link:hover .--small {
    color: #F5F5F5;
  }
}

.p-strength-head {
  padding-block: 6.25rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head {
    padding-block: 11.4375rem 5.3125rem;
  }
}

.p-strength-head-box {
  position: relative;
}

.p-strength-head__heading-wrapper {
  width: 12.5rem;
  height: 12.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: #094840;
  padding-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength-head__heading-wrapper {
    width: 16.5rem;
    height: 16.5rem;
    padding-top: 3.1875rem;
  }
}

.p-strength-head__logo {
  width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__logo {
    width: 6.4375rem;
  }
}

.p-strength-head__heading {
  text-align: center;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__heading {
    font-size: 1.75rem;
    margin-top: 1.125rem;
  }
}
.p-strength-head__heading .--small {
  display: block;
  font-size: 1rem;
  margin-top: -0.125rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__heading .--small {
    font-size: 1.375rem;
  }
}

.p-strength-head__slider {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 100%;
  height: 3.15rem;
  background: url(../img/strength/head-slider-text.png) 0 center/auto 3.15rem repeat-x;
  -webkit-animation: slider-sp 20s linear infinite;
          animation: slider-sp 20s linear infinite;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-strength-head__slider {
    height: 5.25rem;
    background: url(../img/strength/head-slider-text.png) 0 center/auto 5.25rem repeat-x;
    -webkit-animation: slider-pc 20s linear infinite;
            animation: slider-pc 20s linear infinite;
  }
}

.p-strength-head__list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.25rem, -0.1654411765rem + 2.0588235294vw, 1.6875rem);
    margin-top: 3.5rem;
  }
}

.p-strength-head__item {
  position: relative;
  min-height: 14.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 1.875rem;
  background-color: #FFF;
  padding: 0.875rem 0.625rem 1.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-strength-head__item {
    min-height: unset;
    gap: 1.875rem;
    padding-block: 1.125rem 1.625rem;
  }
}
@media (any-hover: hover) {
  .p-strength-head__item:hover {
    opacity: 1;
  }
  .p-strength-head__item:hover .p-strength-head__item-scroll {
    translate: 0 0.5rem;
  }
}

.p-strength-head__item-label {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.125rem;
  background-color: #1D8E76;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__item-label {
    height: 2.5625rem;
    font-size: 1.25rem;
    padding-inline: 1.875rem;
  }
}

.p-strength-head__item-title {
  text-align: center;
  color: #1D8E76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.46;
  letter-spacing: -0.04875rem;
}
@media screen and (min-width: 768px) {
  .p-strength-head__item-title {
    font-size: clamp(1.5rem, 1.0955882353rem + 0.5882352941vw, 1.625rem);
  }
}

.p-strength-head__item-scroll {
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  color: #1D8E76;
  font-family: "Satoshi", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.44;
  -webkit-transition: translate 0.4s;
  transition: translate 0.4s;
}
@media screen and (min-width: 768px) {
  .p-strength-head__item-scroll {
    font-size: 1.125rem;
  }
}
.p-strength-head__item-scroll::after {
  content: "";
  width: 1.75rem;
  aspect-ratio: 28/17;
  background: url(../img/common/arrow-down-icon-green.png) center/contain no-repeat;
}

.p-strength-head__item-bg {
  position: absolute;
  top: 1rem;
  left: 50%;
  translate: -50% 0;
  color: rgba(29, 142, 118, 0.5);
  font-family: "Satoshi", sans-serif;
  font-size: 12.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.31rem;
  opacity: 0.15;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-strength-head__item-bg {
    top: 2.25rem;
    font-size: 15.5rem;
  }
}

@-webkit-keyframes slider-sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -36.4125rem center;
  }
}

@keyframes slider-sp {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -36.4125rem center;
  }
}
@-webkit-keyframes slider-pc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -60.6875rem center;
  }
}
@keyframes slider-pc {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -60.6875rem center;
  }
}
.p-strength-main__inner {
  max-width: 90rem;
  padding-inline: 0;
}

.p-strength-main__box {
  position: relative;
  min-height: 31.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  background-color: #FFF;
  padding: 2rem 1.25rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-strength-main__box {
    min-height: 38.125rem;
    border-radius: 3.125rem;
    padding: 2.5rem;
  }
}
.p-strength-main__box + .p-strength-main__box {
  margin-top: 1.375rem;
}

.p-strength-main__content-wrapper {
  max-width: 32.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-strength-main__content-wrapper {
    max-width: 75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.75rem, -2.2941176471rem + 5.8823529412vw, 3rem);
  }
}

.p-strength-main__title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-strength-main__title-wrapper {
    gap: 1.25rem;
  }
}

.p-strength-main__title {
  color: #1D8E76;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.19;
}
@media screen and (min-width: 768px) {
  .p-strength-main__title {
    font-size: 2rem;
  }
}

.p-strength-main__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2.125rem;
  background-color: #1D8E76;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding-inline: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-strength-main__label {
    height: 2.5625rem;
    font-size: 1.25rem;
    padding-inline: 1.875rem;
  }
}

.p-strength-main__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-strength-main__text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}

.p-strength-main__image {
  width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-strength-main__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(28.75rem, 17.8308823529rem + 15.8823529412vw, 32.125rem);
  }
}

.p-strength-main__number {
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  color: #1D8E76;
  font-family: "Satoshi", sans-serif;
  font-size: 12.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.31rem;
  opacity: 0.15;
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-strength-main__number {
    right: 4.3125rem;
    font-size: 15.5rem;
  }
}

.p-tax-solution {
  width: 100%;
}

.p-tax-solution__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.625rem;
  background-color: #1D8E76;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: clamp(1.25rem, -7.2426470588rem + 12.3529411765vw, 3.875rem);
    padding: 2.1875rem 3.3125rem;
  }
}
.p-tax-solution__head::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  border-radius: 0.625rem;
  border: 0.1875rem solid #FFF;
  margin: auto;
}

.p-tax-solution__head-title {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: -0.035rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__head-title {
    font-size: 1.75rem;
  }
}

.p-tax-solution__head-text {
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__head-text {
    font-size: 1.125rem;
  }
}

.p-tax-solution__head-image {
  width: 8.75rem;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) brightness(1000%);
          filter: invert(100%) sepia(100%) saturate(0%) brightness(1000%);
}
@media screen and (min-width: 768px) {
  .p-tax-solution__head-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 10rem;
  }
}

.p-tax-solution__box {
  border-radius: 0.625rem;
  background-color: #FFF;
  padding: 1.25rem 1.25rem 2rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box {
    padding: 1.875rem 1.875rem 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-tax-solution__box-heading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.p-tax-solution__box-heading {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -0.375rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-heading {
    font-size: 1.5rem;
  }
}

.p-tax-solution__box-heading--en {
  text-transform: uppercase;
  color: #1D8E76;
  font-family: "Satoshi", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.46;
  letter-spacing: -0.06rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-heading--en {
    font-size: 3rem;
  }
}

.p-tax-solution__box-list {
  display: grid;
  gap: 2.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.875rem clamp(1.25rem, -0.7720588235rem + 2.9411764706vw, 1.875rem);
    margin-top: 1.25rem;
  }
}
.p-tax-solution__box-list + .p-tax-solution__box-item-foot {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-list + .p-tax-solution__box-item-foot {
    margin-top: 7.625rem;
  }
}

.p-tax-solution__box-item-foot-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-item-foot-title {
    font-size: 1.125rem;
  }
}
.p-tax-solution__box-item-foot-title::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.6875rem;
  aspect-ratio: 1/1;
  background: -webkit-gradient(linear, left top, right top, from(#1D8E76), to(#C1F5C0));
  background: linear-gradient(90deg, #1D8E76 0%, #C1F5C0 100%);
}

.p-tax-solution__box-item-foot-link-wrapper {
  display: grid;
  gap: 0.875rem;
  margin: 0.875rem clamp(0rem, -3.2352941176rem + 4.7058823529vw, 1rem) 0;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-item-foot-link-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem 1.5rem;
  }
}

.p-tax-solution__box-item-foot-link {
  min-height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  background-color: #F3F3F3;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-item-foot-link {
    min-height: 9.5rem;
  }
}
.p-tax-solution__box-item-foot-link.--white {
  background-color: #FFF;
}
.p-tax-solution__box-item-foot-link.--white .p-tax-solution__box-item-foot-link-text {
  text-align: left;
}
.p-tax-solution__box-item-foot-link.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-tax-solution__box-item-foot-link:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-tax-solution__box-item-foot-link-text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-tax-solution__box-item-foot-link-text {
    font-size: 1.125rem;
  }
}

.p-tax-solution__box-item-foot-link-image {
  width: 14rem;
}

.p-post-project {
  width: 100%;
  border-radius: 0.625rem;
  background-color: #FFF;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-project {
    padding: 3rem clamp(3rem, 0.5735294118rem + 3.5294117647vw, 3.75rem);
  }
}

.p-post-project__heading {
  border-bottom: 1px solid #828282;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0.6875rem 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__heading {
    font-size: 1.5rem;
    padding-bottom: 1.0625rem;
  }
}

.p-post-project__tax-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__tax-wrapper {
    margin-top: 2rem;
  }
}

.p-post-project__tax {
  border-radius: 0.625rem;
  border: 0.125rem solid #52ADA2;
  background-color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.4375rem 0.5rem 0.375rem;
}

.p-post-project__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__list {
    margin-top: 2rem;
  }
}

.p-post-project__item + .p-post-project__item {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__item + .p-post-project__item {
    margin-top: 2.875rem;
  }
}

.p-post-project__item-title {
  color: #1D8E76;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-title {
    font-size: 1rem;
  }
}

.p-post-project__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-text {
    font-size: 1rem;
  }
}
.p-post-project__item-text.--small {
  font-size: 0.8125rem;
  line-height: 1.7;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-text.--small {
    font-size: 0.875rem;
  }
}

.p-post-project__item-content {
  display: grid;
  gap: 0.875rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem clamp(1rem, -0.6176470588rem + 2.3529411765vw, 1.5rem);
  }
}

.p-post-project__item-link {
  min-height: 8.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  border-radius: 0.625rem;
  background-color: #F3F3F3;
  -webkit-box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-link {
    min-height: 9.5rem;
  }
}
.p-post-project__item-link.--white {
  background-color: #FFF;
}
.p-post-project__item-link.--white .p-post-project__item-link-title {
  text-align: left;
}
.p-post-project__item-link.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-post-project__item-link:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-post-project__item-link-title {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-post-project__item-link-title {
    font-size: 1.125rem;
  }
}

.p-post-project__item-link-image {
  width: 14rem;
}

/*----------------------------------
  hero
----------------------------------*/
.p-products__hero {
  background: url(../img/products/hero-bg.webp) center/cover no-repeat;
}

/*----------------------------------
  head
----------------------------------*/
.p-products-head__text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-head__text {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}

.p-products-head__image {
  max-width: 100%;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-products-head__image {
    max-width: 53.5625rem;
  }
}

/*----------------------------------
  main
----------------------------------*/
.p-products-main__box {
  border-radius: 0.625rem;
  background-color: #FFF;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__box {
    padding: 2.5rem 1.25rem;
  }
}
.p-products-main__box + .p-products-main__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__box + .p-products-main__box {
    margin-top: 2.5rem;
  }
}

.p-products-main__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-products-main__heading {
    font-size: 1.5rem;
  }
}

.p-products-main__list {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-products-main__list {
    max-width: 69.625rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 1.875rem;
    margin-top: 1.875rem;
  }
}

.p-products-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.875rem;
  background-color: #F3F3F3;
  padding: 1.25rem 1rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-products-main__item {
    min-height: 21.9375rem;
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
    padding: 1.875rem;
  }
}
.p-products-main__item.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-products-main__item:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-products-main__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-products-main__item-title {
  word-break: break-all;
  color: #333;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-title {
    font-size: 1.375rem;
  }
}

.p-products-main__item-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  aspect-ratio: 224/50;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-logo {
    width: clamp(12.5rem, 7.6470588235rem + 7.0588235294vw, 14rem);
  }
}
.p-products-main__item-logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products-main__item-content {
  border-top: 1px solid #000;
  padding-top: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-content {
    padding-top: 1.4375rem;
    margin-top: 1.5rem;
  }
}

.p-products-main__item-text {
  color: #313334;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-products-main__item-text.--01 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-text.--01 {
    font-size: 1.125rem;
  }
}
.p-products-main__item-text.--02 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-text.--02 {
    font-size: 0.875rem;
    margin-top: 1.25rem;
  }
}

.p-products-main__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-products-main__item-category-wrapper {
    margin-top: 1.25rem;
  }
}

.p-products-main__item-category {
  height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  border: 2px solid #333;
  background-color: #FFF;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 0.5rem;
}

/*----------------------------------
  hero
----------------------------------*/
.p-service__hero {
  background: url(../img/service/hero-bg.webp) center/cover no-repeat;
}

/*----------------------------------
  head
----------------------------------*/
.p-service__heading {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__heading {
    font-size: 1.375rem;
    margin-top: 2rem;
  }
}

.p-service__image {
  max-width: 100%;
  margin: 0.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-service__image {
    max-width: 53.5625rem;
    margin-top: 1.25rem;
  }
}

/*----------------------------------
  main
----------------------------------*/
.p-service-main__box {
  position: relative;
  border-radius: 0.625rem;
  background-color: #FFF;
  color: #000;
  padding: 2.5rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__box {
    padding: 3.75rem 2.5rem;
  }
}
.p-service-main__box::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 1.25rem);
  height: calc(100% - 2rem);
  border-radius: 0.625rem;
  border: 2px solid currentColor;
  margin: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-service-main__box::before {
    width: calc(100% - 2.5rem);
    height: calc(100% - 3.125rem);
  }
}
.p-service-main__box.--red {
  color: #BA1838;
}
.p-service-main__box.--red .p-service-main__item {
  background-color: #FFF5F7;
}
.p-service-main__box.--red .p-service-main__item-category {
  border-color: #BA1838;
}
.p-service-main__box.--brown {
  color: #843520;
}
.p-service-main__box.--brown .p-service-main__item {
  background-color: #FFF9F8;
}
.p-service-main__box.--brown .p-service-main__item-category {
  border-color: #843520;
}
.p-service-main__box + .p-service-main__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__box + .p-service-main__box {
    margin-top: 2.5rem;
  }
}

.p-service-main__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service-main__heading {
    font-size: 1.5rem;
  }
}
.p-service-main__heading:has(.--image) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
}
.p-service-main__heading .--image {
  height: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__heading .--image {
    height: 3rem;
  }
}
.p-service-main__heading .--image img {
  height: 100%;
}

.p-service-main__lead {
  text-align: center;
  color: #000;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__lead {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
}

.p-service-main__list {
  display: grid;
  gap: 1.25rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-service-main__list {
    max-width: 68.625rem;
    gap: 2.5rem 1.875rem;
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-main__list.--3col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-service-main__list.--3col .p-service-main__item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
    padding: 2.5rem 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-service-main__list.--2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-service-main__list.--2col .p-service-main__item {
    min-height: 23.75rem;
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
    padding: 1.875rem;
  }
}
.p-service-main__list.--2col .p-service-main__item-content {
  border-top: 1px solid currentColor;
  padding: 0.9375rem 0 0;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__list.--2col .p-service-main__item-content {
    padding-top: 1.4375rem;
    margin-top: 1.5rem;
  }
}
.p-service-main__list.--2col .p-service-main__item-category-wrapper {
  border: unset;
  padding: 0;
  margin-inline: 0;
}

.p-service-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.875rem;
  background-color: #F3F3F3;
  padding: 1.25rem 1rem;
  -webkit-transition: scale 0.4s;
  transition: scale 0.4s;
}
@media screen and (min-width: 768px) {
  .p-service-main__item {
    min-height: 16.5625rem;
    padding: 1.25rem;
  }
}
.p-service-main__item.--1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__item.--1col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3.0625rem;
  }
}
@media (any-hover: hover) {
  .p-service-main__item.--1col:hover {
    scale: 1;
  }
  .p-service-main__item.--1col:has(.p-service-main__item-body:hover) {
    scale: 1.05;
  }
}
.p-service-main__item.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-service-main__item:hover {
    opacity: 1;
    scale: 1.05;
  }
}

.p-service-main__item-title {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.36;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-title {
    display: grid;
    place-items: center;
    font-size: 1.375rem;
  }
}

.p-service-main__item-content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-content {
    padding-inline: 0.625rem;
  }
}

.p-service-main__item-text {
  color: #313334;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.p-service-main__item-text.--01 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-text.--01 {
    font-size: 1.125rem;
  }
}
.p-service-main__item-text.--02 {
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-text.--02 {
    font-size: 0.9rem;
    margin-top: 1.5625rem;
  }
}

.p-service-main__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  border-top: 1px solid currentColor;
  padding-top: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-category-wrapper {
    padding-top: 1.4375rem;
    margin: 1.5rem 0.625rem 0;
  }
}

.p-service-main__item-category {
  height: 1.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.625rem;
  border: 2px solid currentColor;
  background-color: #FFF;
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-service-main__item-body {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 21rem;
    padding-block: 1.25rem;
  }
}
.p-service-main__item-body.--none {
  pointer-events: none;
}
@media (any-hover: hover) {
  .p-service-main__item-body:hover {
    opacity: 1;
  }
}

.p-service-main__item-sub-text-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-radius: 0.625rem;
  background-color: #D9D9D9;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-sub-text-wrapper {
    min-height: 22rem;
    gap: 1.25rem;
    padding: 2.25rem 1.375rem;
  }
}

.p-service-main__item-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #313334;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-service-main__item-sub-text {
    font-size: 1.125rem;
    padding-left: 0.3125rem;
  }
}
.p-service-main__item-sub-text::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.9375rem;
  aspect-ratio: 17/19;
  background-color: #1D8E76;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .p-service-main__item-sub-text::before {
    width: 1.0625rem;
  }
}
.p-service-main__item-sub-text a {
  text-decoration: underline;
}

.p-post-use {
  border-radius: 0.625rem;
  background-color: #FFF;
}

/*----------------------------------
  main-visual
----------------------------------*/
.p-post-use-main-visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.25rem, -2.7941176471rem + 5.8823529412vw, 2.5rem);
  border-radius: 0.625rem;
  background-color: #1D8E76;
  padding: 2rem;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3.125rem 3.75rem;
  }
}
.p-post-use-main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual::before {
    width: calc(100% - 2.5rem);
    height: calc(100% - 2.5rem);
  }
}

.p-post-use-main-visual__category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.p-post-use-main-visual__category {
  background-color: #FFF;
  color: #1D8E76;
  font-size: 1rem;
  font-weight: 700;
  padding-inline: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual__category {
    font-size: 1.25rem;
  }
}

.p-post-use-main-visual__heading {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual__heading {
    font-size: 1.375rem;
  }
}

.p-post-use-main-visual__text {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual__text {
    font-size: 0.9375rem;
  }
}

.p-post-use-main-visual__image {
  width: 100%;
  aspect-ratio: 291/200;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-post-use-main-visual__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(15rem, 4.6875rem + 15vw, 18.1875rem);
  }
}
.p-post-use-main-visual__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
  border: 0.1875rem solid #1D8E76;
}

/*----------------------------------
  catch
----------------------------------*/
.p-post-use-catch {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-catch {
    padding-top: 2.0625rem;
  }
}

.p-post-use-catch__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-catch__inner {
    max-width: 48.75rem;
    margin-inline: auto;
  }
}

.p-post-use-catch__heading {
  border-bottom: 1px solid #828282;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-block: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-catch__heading {
    font-size: 1.375rem;
    padding-block: 0.6875rem;
  }
}
.p-post-use-catch__heading a {
  text-decoration: underline;
}

.p-post-use-catch__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-post-use-catch__text {
    font-size: 1.0625rem;
    margin-top: 1.5rem;
  }
}

/*----------------------------------
  interview
----------------------------------*/
.p-post-use-interview {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-interview {
    padding-top: 3.75rem;
  }
}

.p-post-use-interview__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-interview__inner {
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

.p-post-use-interview__box {
  border-radius: 0.625rem;
  border: 2px solid #1D8E76;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-interview__box {
    padding: 2rem 3rem;
  }
}

.p-post-use-interview__content + .p-post-use-interview__content {
  border-top: 1px solid #000;
  padding-top: 0.4375rem;
  margin-top: 0.5rem;
}

.p-post-use-interview__title {
  color: #1D8E76;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-post-use-interview__title {
    font-size: 1rem;
  }
}

.p-post-use-interview__text {
  font-size: 0.8125rem;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-interview__text {
    font-size: 0.875rem;
  }
}

/*----------------------------------
  nav
----------------------------------*/
.p-post-use-nav {
  padding-block: 2rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav {
    padding-block: 3rem;
    margin-top: 3.75rem;
  }
}

.p-post-use-nav__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__inner {
    max-width: 51.25rem;
    margin-inline: auto;
  }
}

.p-post-use-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1rem;
  background-color: #FFF;
  border: 2px solid #1D8E76;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-post-use-nav__item:nth-child(3n+2) .p-post-use-nav__item-title {
  background-color: #DFF8F3;
}
.p-post-use-nav__item:nth-child(3n) .p-post-use-nav__item-title {
  background-color: #1D8E76;
  color: #FFF;
}
.p-post-use-nav__item + .p-post-use-nav__item {
  margin-top: 1rem;
}

.p-post-use-nav__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  color: #1D8E76;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__item-title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15rem;
    font-size: 1.25rem;
  }
}
.p-post-use-nav__item-title .--number {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__item-title .--number {
    font-size: 1.5rem;
  }
}

.p-post-use-nav__item-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  padding: 1rem 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__item-text {
    width: 100%;
    font-size: 1rem;
    padding: 1.3125rem 1.25rem;
  }
}

.p-post-use-nav__item-button {
  position: relative;
  display: grid;
  place-items: center;
  width: 8.75rem;
  height: 2.9375rem;
  border-radius: 0.625rem;
  border: 1px solid #A5A5A5;
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 0.625rem;
  margin: 0 auto 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-nav__item-button {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 1.25rem auto 0;
  }
}
.p-post-use-nav__item-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  translate: 0 -50%;
  width: 0.75rem;
  aspect-ratio: 56/34;
  background: url(../img/common/arrow-down-icon-green.png) center/contain no-repeat;
}

/*----------------------------------
  main
----------------------------------*/
.p-post-use-main {
  padding-block: 2rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main {
    padding-block: 2.5rem 5.75rem;
  }
}
.p-post-use-main:has(+ .p-post-use-foot) {
  padding-bottom: 0;
}

.p-post-use-main__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__inner {
    max-width: 48.75rem;
    margin-inline: auto;
  }
}

.p-post-use-main__box {
  scroll-margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__box {
    scroll-margin-top: 3.75rem;
  }
}
.p-post-use-main__box + .p-post-use-main__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__box + .p-post-use-main__box {
    margin-top: 2.5rem;
  }
}

.p-post-use-main__heading {
  border-bottom: 1px solid #828282;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-block: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__heading {
    font-size: 1.375rem;
    padding-block: 0.6875rem;
  }
}
.p-post-use-main__heading + .p-post-use-main__heading--sub {
  margin-top: 0.625rem;
}

.p-post-use-main__heading--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  color: #1D8E76;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__heading--sub {
    font-size: 1.25rem;
  }
}
.p-post-use-main__heading--sub .--number {
  font-size: 1.25rem;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__heading--sub .--number {
    font-size: 1.75rem;
    margin-top: -0.375rem;
  }
}

.p-post-use-main__content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__content {
    margin-top: 1.5rem;
  }
}
.p-post-use-main__content.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__content.--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-post-use-main__content.--row .p-post-use-main__image {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__content.--row .p-post-use-main__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(15rem, 2.8676470588rem + 17.6470588235vw, 18.75rem);
    aspect-ratio: 3/2;
    overflow: hidden;
  }
}
.p-post-use-main__content.--row .p-post-use-main__image img {
  border-radius: 1rem;
}

.p-post-use-main__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__name {
    font-size: 1rem;
  }
}

.p-post-use-main__text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__text {
    font-size: 1rem;
  }
}
.p-post-use-main__text a {
  display: inline;
  text-decoration: underline;
  color: #1D8E76;
  font-weight: 700;
}

.p-post-use-main__image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__image {
    margin-top: 1.5rem;
  }
}
.p-post-use-main__image .--text {
  font-size: 0.8125rem;
  line-height: 1.6;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-main__image .--text {
    font-size: 0.875rem;
  }
}

/*----------------------------------
  foot
----------------------------------*/
.p-post-use-foot {
  padding-block: 3.75rem 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-foot {
    padding-block: 5rem 5.75rem;
  }
}

.p-post-use-foot__inner {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-post-use-foot__inner {
    max-width: 48.75rem;
    margin-inline: auto;
  }
}

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

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

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */