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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
figure,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  overflow-wrap: break-word;
}

.pc {
  display: none;
}
@media (min-width: 992px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 992px) {
  .sp {
    display: none;
  }
}

/*1.0rem=10px*/
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

body {
  background-color: #ffffff;
  color: #000;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "Arial", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
}

button {
  background-color: transparent;
  cursor: pointer;
}

em {
  font-style: normal;
}

input,
label,
a {
  cursor: pointer;
}

.open-ll {
  display: none;
}

@media screen and (min-width: 1024px) {
  .open-ll {
    display: block;
  }
}
.close-ll {
  display: block;
}

@media screen and (min-width: 1024px) {
  .close-ll {
    display: none;
  }
}
.close-md {
  display: block;
}

@media screen and (min-width: 768px) {
  .close-md {
    display: none;
  }
}
.close-s {
  display: block;
}

@media screen and (min-width: 400px) {
  .close-s {
    display: none;
  }
}
.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}

.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.color-green {
  color: #589c4b;
  font-size: 14px;
  display: inline;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .color-green {
    font-size: 18px;
  }
}
.underline {
  position: relative;
}

.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #f9f25d;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .underline::after {
    bottom: 10px;
    height: 25%;
  }
}
.animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, translate 0.4s ease;
}

.animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

html {
  scroll-behavior: smooth;
}

html :target {
  scroll-margin-top: px;
}

@media screen and (min-width: 768px) {
  html :target {
    scroll-margin-top: px;
  }
}
body {
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #040000;
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body.is-open {
  overflow: hidden;
}

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

input,
textarea,
select,
label,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.inner {
  max-width: 430px;
  padding-inline: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    max-width: 1040px;
    padding-inline: 0px;
    margin: 0 auto;
  }
}
.section__bg {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service__bg {
  position: relative;
  background-image: url(../img/common/service-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.service__bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.service__bg::after {
  display: block;
  content: "service";
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .service__bg::after {
    font-size: 141px;
    top: -36px;
    right: 18px;
  }
}
.about__bg {
  background-image: url(../img/common/about-bg.png);
  position: relative;
}

.about__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.about__bg::after {
  display: block;
  content: "about us";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .about__bg::after {
    font-size: 141px;
    top: -36px;
    left: -8px;
  }
}
.case__bg {
  background-image: url(../img/common/case-bg.png);
  background-position: 30% 0;
}

.case__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.case__bg::after {
  display: block;
  content: "case";
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .case__bg::after {
    font-size: 141px;
    top: -68px;
  }
}
.service_charge__bg {
  background-image: url(../img/common/service-charge-bg.png);
}

.service_charge__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.service_charge__bg::after {
  display: block;
  content: "service charge";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #589c4b;
  z-index: 1;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .service_charge__bg::after {
    font-size: 141px;
    top: -13px;
    left: -10px;
  }
}
.news__bg {
  background-image: url(../img/common/news-bg.png);
}

.news__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.news__bg::after {
  display: block;
  content: "news";
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .news__bg::after {
    font-size: 141px;
    top: -42px;
    right: 15px;
  }
}
.column__bg {
  background-image: url(../img/common/column-bg.png);
}

.column__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.column__bg::after {
  display: block;
  content: "column";
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 92px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #589c4b;
  z-index: 1;
  opacity: 0.2;
}

@media screen and (min-width: 768px) {
  .column__bg::after {
    font-size: 141px;
    top: -12px;
  }
}
.section__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #040000;
  text-align: center;
  position: relative;
  padding-top: 88px;
}

@media screen and (min-width: 768px) {
  .section__title {
    font-size: 32px;
  }
}
.section__bg-title {
  position: absolute;
  top: 50%;
  left: 5%;
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
  color: #ffffff;
}

.top__service,
.top__about,
.top__case,
.top__service_charge,
.top__news,
.top__column,
.top__contact {
  height: 100%;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .top__service,
  .top__about,
  .top__case,
  .top__service_charge,
  .top__news,
  .top__column,
  .top__contact {
    margin-top: 100px;
  }
}
.footer__cta-btn {
  display: block;
  white-space: nowrap;
  width: 283px;
  height: auto;
  padding: 15px 30px;
  border-radius: 100vmax;
  background: #589c4b;
  color: #ffffff;
  font-size: clamp(1rem, 0.7142857143rem + 0.5952380952vw, 1.25rem);
  font-weight: 700;
  line-height: normal;
  padding-left: 98px;
  border: 1px solid #ffffff;
  text-align: left;
  margin-inline: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .footer__cta-btn {
    width: clamp(15.8125rem, 13.08340301rem + 5.6856187291vw, 17.9375rem);
    margin-inline: 0;
    padding-left: 80px;
  }
}
.footer__cta-btn:hover {
  background: #ffffff;
  color: #589c4b;
  border: 1px solid #589c4b;
}

.contact__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .contact__cta {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.contact__cta-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/common/contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact__cta-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#8cc280), to(#43ae6e)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8cc280 0%, #43ae6e 100%) 0% 0% no-repeat padding-box;
  opacity: 0.6;
}

.contact__cta-title {
  position: relative;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  padding-top: 75px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .contact__cta-title {
    padding-top: 101px;
  }
}
.contact__cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 99px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .contact__cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 121px;
    /*     gap: clamp(3.125rem, -0.8883779264rem + 8.3612040134vw, 6.25rem); */
    padding-bottom: 149px;
  }
}
.top-mv__cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 45px;
  padding-bottom: 88px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top-mv__cta-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 42px;
    gap: clamp(3.125rem, -0.8883779264rem + 8.3612040134vw, 6.25rem);
    padding-bottom: 149px;
  }
}
.contact__cta-contact {
  display: block;
  width: 350px;
  height: auto;
  padding-block: 16px;
  padding-left: 63px;
  opacity: 1;
  background: #ffffff;
  color: #589c4b;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  border: 2px solid #589c4b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 54px;
}

@media screen and (min-width: 768px) {
  .contact__cta-contact {
    border: 4px solid #589c4b;
    padding-block: 27px;
    padding-left: 63px;
    font-size: clamp(1.125rem, 0.6433946488rem + 1.0033444816vw, 1.5rem);
    width: 381px;
  }
}
.contact__cta-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 26%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 30px;
  background-image: url(../img/common/contact-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .contact__cta-contact::after {
    left: 22%;
  }
}
.contact__cta-contact:hover {
  background: #589c4b;
  color: #ffffff;
  border: 4px solid #ffffff;
}

.contact__cta-contact:hover::after {
  background-image: url(../img/common/contact-icon-white.svg);
}

.link__btn {
  display: block;
  width: 350px;
  height: auto;
  padding-block: 20px;
  opacity: 1;
  background: #ffffff;
  color: #589c4b;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  border: 4px solid #589c4b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .link__btn {
    padding-block: 27px;
    font-size: clamp(1.125rem, 0.6433946488rem + 1.0033444816vw, 1.5rem);
    border: 4px solid #589c4b;
    width: 381px;
  }
}
.link__btn:hover {
  background: #589c4b;
  color: #ffffff;
  border: 4px solid #ffffff;
}

.contact__cta-download {
  display: block;
  width: 350px;
  height: auto;
  padding-block: 23px;
  padding-right: 55px;
  background: #589c4b;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .contact__cta-download {
    border: 4px solid #ffffff;
    padding-block: 27px;
    padding-right: 70px;
    font-size: clamp(1.125rem, 0.6433946488rem + 1.0033444816vw, 1.5rem);
    width: 381px;
  }
}
.contact__cta-download::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 22px;
  background-image: url(../img/common/download-icon.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact__cta-download:hover {
  color: green;
  background: #ffffff;
  border: 4px solid #589c4b;
}

.contact__cta-download:hover::after {
  background-image: url(../img/common/download-icon-green.svg);
}

.p-archive__pagination {
  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: 10px;
  /* 各リンク間の隙間 */
  margin: 20px 0;
  /* 上下の余白 */
  font-size: 16px;
}

.p-archive__pagination a {
  display: block;
  color: #589c4b;
  text-decoration: none;
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.p-archive__pagination a:hover {
  background-color: #589c4b;
  color: #fff;
}

.p-archive__pagination .current {
  background-color: #589c4b;
  color: #ffffff;
  pointer-events: none;
  display: block;
  width: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.p-archive__pagination .prev,
.p-archive__pagination .next {
  font-weight: bold;
}

.p-page-post__prev-next {
  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: 26px;
  margin-top: 56px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .p-page-post__prev-next {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 98px;
    gap: 60px;
  }
}
.p-page-post__prev-next-archive {
  display: block;
  border: 1px solid #589c4b;
  padding: 12px 26px;
  color: #589c4b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-page-post__prev-next-archive {
    padding: 15px 40px;
    font-size: 18px;
  }
}
.p-page-post__prev-next-archive:hover {
  color: #ffffff;
  background: #589c4b;
  border: 1px solid #ffffff;
}

.p-page-post__prev-next-prev,
.p-page-post__prev-next-next {
  width: 50px;
  aspect-ratio: 1;
  border: 1px solid transparent;
  display: grid;
  place-items: center;
  background: #589c4b;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-page-post__prev-next-prev,
  .p-page-post__prev-next-next {
    width: 60px;
  }
}
.p-page-post__prev-next-prev:hover,
.p-page-post__prev-next-next:hover {
  background: #ffffff;
  color: #589c4b;
  border: 1px solid #589c4b;
}

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

li {
  list-style: none;
}

button {
  color: #000;
  background: transparent;
}

.header__inner {
  max-width: 1276px;
  width: 100%;
  padding-inline: 10px;
}

@media screen and (min-width: 900px) {
  .header__inner {
    padding-inline: 30px;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 12px;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding-inline: clamp(1.25rem, -2.1653005464rem + 5.4644808743vw, 2.5rem);
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 900px) {
  .header__wrapper {
    padding-block: 12px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
            column-gap: 40px;
    padding-inline: clamp(1.25rem, -0.4576502732rem + 2.7322404372vw, 1.875rem);
    height: 74px;
  }
}
.header__logo {
  width: 202px;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: clamp(11.25rem, -4.9726775956rem + 25.956284153vw, 17.1875rem);
  }
}
.header__logo:hover {
  opacity: 0.7;
}

.header__logo img {
  width: 100%;
  height: auto;
}

.header__nav {
  display: none;
}

@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -moz-column-gap: 60px;
    -webkit-column-gap: 60px;
            column-gap: 60px;
    margin-left: auto;
  }
}
.header__nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.fa-angle-right {
  font-size: 20px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.9375rem, -2.6485655738rem + 5.737704918vw, 2.25rem);
}

.header__list li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__list li:hover {
  opacity: 0.6;
}

.header__list li a {
  font-size: clamp(0.75rem, 0.4084699454rem + 0.5464480874vw, 0.875rem);
}

.header__btn {
  display: block;
  padding: 18px 20px;
  background-color: #589c4b;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 166px;
  height: 50px;
}

@media (any-hover: hover) {
  .header__btn:hover {
    opacity: 0.7;
  }
  .header__btn:hover::after {
    right: 15px;
  }
}
.header__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/right-angle.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 10px;
  width: 95.60761347%;
  padding-inline: 30px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #040000;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 900px) {
  .header {
    top: 30px;
  }
}
.header__nav {
  display: none;
}

@media screen and (min-width: 900px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__link {
  position: relative;
}

.header__link.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #589c4b;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 18px;
  right: 20px;
  width: 40px;
  height: 40px;
  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;
  padding: 10px 8px;
  background: #589c4b;
}

@media screen and (min-width: 900px) {
  .drawer__icon {
    display: none;
  }
}
.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 9px;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -9px;
}

.drawer {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.drawer.js-show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer__body {
  width: 100%;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  padding-block: 145px 179px;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 48px;
  margin-bottom: 40px;
  text-align: center;
}

.drawer__list li a {
  color: #040000;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__list li a:hover {
  opacity: 0.7;
}

.drawer__btn {
  display: inline-block;
  padding: 18px 93px 16px 41px;
  background: #589c4b;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: normal;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 30px;
}

.drawer__btn:hover {
  opacity: 0.7;
}

.drawer__btn:hover::after {
  right: 35px;
}

.drawer__btn::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/right-angle.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 41px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mv__bg {
  width: 100%;
  height: 880px;
  position: relative;
  background-image: url(../img/sp/mv-bg-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .mv__bg {
    background-image: url(../img/mv-bg.png);
    height: 770px;
  }
}
.mv__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 130vh;
  background: #ffffff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .mv__bg::before {
    height: 140vh;
  }
}
@media screen and (min-width: 768px) {
  .mv__inner {
    width: 100%;
    max-width: 1280px;
    padding-inline: 40px;
    margin: 0 auto;
  }
}
.mv__wrapper {
  left: 0;
  width: 100%;
  height: 523px;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 48px;
  padding-bottom: 100px;
  position: relative;
  top: 206px;
}

@media screen and (min-width: 768px) {
  .mv__wrapper {
    padding-top: 79px;
    padding-bottom: 40px;
    top: 181px;
    height: 462px;
  }
}
.mv__title {
  text-align: center;
  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: 30px;
}

@media screen and (min-width: 768px) {
  .mv__title {
    gap: 20px;
  }
}
.mv__title-main {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .mv__title-main {
    font-size: 46px;
  }
}
.mv__title-main::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #f9f25d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.fz-small {
  font-size: 22px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .fz-small {
    font-size: 37px;
  }
}
.mv__title-sub {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .mv__title-sub {
    font-size: 24px;
    line-height: 1.5;
  }
}
.width-thin {
  width: 76%;
}

@media screen and (min-width: 768px) {
  .width-thin {
    width: 100%;
  }
}
.top-service__bg {
  background-size: cover;
}

.top-service__inner {
  width: 100%;
  max-width: 410px;
  padding-inline: 20px;
  margin: 0 auto;
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .top-service__inner {
    width: 100%;
    max-width: 1280px;
    padding-inline: 40px;
    margin: 0 auto;
    padding-top: 33px;
  }
}
.top__service-title {
  height: 100vh;
}

/* サービス */
.top-service__wrapper {
  padding-top: 29px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top-service__wrapper {
    padding-top: 60px;
  }
}
.top-service__items {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}

@media screen and (min-width: 768px) {
  .top-service__items {
    gap: 27px;
  }
}
.top-service__item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.top-service__header-text {
  display: block;
  width: 323px;
  height: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  padding-block: 9px 10px;
  color: #589c4b;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .top-service__header-text {
    font-size: 35px;
    padding-block: 12px;
    padding-inline: 70px;
    width: 630px;
  }
}
.top-service__header-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: skew(-24deg);
          transform: skew(-24deg);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-service__header-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f9f25d;
  position: absolute;
  top: 5px;
  left: 4px;
  z-index: -2;
  -webkit-transform: skew(-24deg);
          transform: skew(-24deg);
}

@media screen and (min-width: 768px) {
  .top-service__header-text::after {
    top: 11px;
    left: 7px;
  }
}
.top-service__item-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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  margin-top: -4px;
  width: 85%;
}

@media screen and (min-width: 768px) {
  .top-service__item-body {
    gap: 1px;
    width: 100%;
    margin-top: 4px;
  }
}
.top-service__item-body.-first {
  width: 100%;
}

.top-service__item-text {
  font-size: 13px;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .top-service__item-text {
    font-size: 16px;
  }
}
.service__item-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .service__item-logo-wrapper {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.service__item-logo {
  width: 89px;
  height: 18px;
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  .service__item-logo {
    margin-top: -2px;
  }
}
.service__item-logo.-rakuchy {
  width: 65px;
  height: 16px;
}

.case__cta,
.service__charge__cta,
.news__cta,
.column__cta {
  margin-top: 51px;
}

@media screen and (min-width: 768px) {
  .case__cta,
  .service__charge__cta,
  .news__cta,
  .column__cta {
    margin-top: 46px;
  }
}
.about__cta {
  margin-top: 43px;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .about__cta {
    margin-top: 58px;
    padding-bottom: 0px;
  }
}
.service__cta {
  margin-top: 13px;
  padding-bottom: 44px;
}

@media screen and (min-width: 768px) {
  .service__cta {
    margin-top: 27px;
    padding-bottom: 122px;
  }
}
@media screen and (min-width: 768px) {
  .top__about {
    margin-top: 70px;
  }
}
.top-about__title {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top-about__title {
    padding-top: 119px;
    margin-top: 77px;
  }
}
.top-about__wrapper {
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .top-about__wrapper {
    padding-bottom: 120px;
  }
}
.top-about__item {
  position: relative;
}

.top-about__header {
  margin-top: 54px;
}

@media screen and (min-width: 768px) {
  .top-about__header {
    margin-top: 57px;
  }
}
.top-about__header-text {
  color: #589c4b;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  padding: 10px 10px;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #ffffff;
  display: inline;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-about__header-text {
    font-size: 35px;
    padding: 4px 17px;
  }
}
.top-about__item-body {
  margin-top: 26px;
  width: 75%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top-about__item-body {
    width: 100%;
    margin-top: 14px;
  }
}
.top-about__item-text {
  font-size: 13px;
  text-align: center;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .top-about__item-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.top-case__title {
  padding-top: 65px;
}

@media screen and (min-width: 768px) {
  .top-case__title {
    padding-top: 121px;
  }
}
.top-column__title {
  padding-top: 104px !important;
}

@media screen and (min-width: 768px) {
  .top-column__title {
    padding-top: 121px;
  }
}
.top-service_charge__title {
  padding-top: 68px;
}

@media screen and (min-width: 768px) {
  .top-service_charge__title {
    padding-top: 121px;
  }
}
.top-case__wrapper {
  position: relative;
  text-align: center;
  margin-top: 53px;
}

@media screen and (min-width: 768px) {
  .top-case__wrapper {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1280px;
    margin-inline: auto;
    gap: 70px;
    margin-top: 35px;
  }
}
.top-case__item {
  background: #ffffff;
  padding: 22px 20px 20px 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-case__item {
    width: 489px;
    padding: 37px 29px 31px 30px;
  }
}
.top-case__item::after {
  content: "";
  display: block;
  width: 53px;
  height: 57px;
  position: absolute;
  bottom: -57px;
  right: 82px;
  z-index: 1;
  background-image: url(../img/common/fukidashi-sp.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .top-case__item::after {
    width: 62px;
    height: 28px;
    background-image: url(../img/common/fukidashi.png);
    left: -60px;
    top: 65px;
  }
}
.top-case__item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.05;
}

.top-case__item-text {
  margin-top: 13px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top-case__item-text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.top-case__item-footer {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .top-case__item-footer {
    margin-top: 11px;
  }
}
.top-case__item-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-case__item-footer-cat {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #589c4b;
  padding: 3px 5px;
  width: 39px;
  text-align: center;
  border-radius: 4px;
}

.top-case__item-footer-logo {
  width: 73px;
  height: 20px;
  margin-top: -8px;
}

.top-case__item-footer-name {
  font-size: 13px;
}

.top-case__item-img {
  width: 161px;
  height: auto;
  position: relative;
  top: 15px;
  left: 55px;
}

@media screen and (min-width: 768px) {
  .top-case__item-img {
    width: 196px;
    height: auto;
    top: 30px;
    left: 0px;
  }
}
.top-service_charge__cta,
.top-column__cta {
  padding-bottom: 50px;
  margin-top: 39px;
}

@media screen and (min-width: 768px) {
  .top-service_charge__cta,
  .top-column__cta {
    padding-bottom: 120px;
    margin-top: 0;
  }
}
.top-case__cta {
  padding-bottom: 50px;
  margin-top: 71px;
}

@media screen and (min-width: 768px) {
  .top-case__cta {
    margin-top: 64px;
    padding-bottom: 120px;
  }
}
.top-service_charge__item {
  text-align: center;
  margin-top: 35px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-service_charge__item {
    margin-top: 36px;
  }
}
.top-service_charge__item-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .top-service_charge__item-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .top-service_charge__cta {
    margin-top: 76px;
  }
}
.top__news-title,
.top-column__title {
  padding-top: 65px;
}

@media screen and (min-width: 768px) {
  .top__news-title,
  .top-column__title {
    padding-top: 122px;
  }
}
.top__news-inner {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .top__news-inner {
    max-width: 1114px;
    padding-inline: 40px;
  }
}
.top__news-wrapper {
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 31px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__news-wrapper {
    width: 100%;
    margin-inline: auto;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 75px;
    gap: clamp(1.25rem, -8.3821070234rem + 20.0668896321vw, 8.75rem);
  }
}
.top__news-items {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-inline: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top__news-items {
    gap: 40px;
    width: 50%;
  }
}
.top__news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top__news-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.top__news-item:not(:last-of-type) {
  border-bottom: 1px solid #589c4b;
  padding-bottom: 21px;
}

@media screen and (min-width: 768px) {
  .top__news-item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.top__news-item:hover {
  opacity: 0.6;
}

.top__news-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .top__news-item-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 32px;
  }
}
.top__news-item-date {
  font-size: 13px;
  line-height: 1.8;
  color: #589c4b;
}

@media screen and (min-width: 768px) {
  .top__news-item-date {
    font-size: 14px;
  }
}
.top__news-item-title {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .top__news-item-title {
    font-size: 16px;
    line-height: 2;
  }
}
.top__news-x {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top__news-x {
    margin-top: 0;
    margin-inline: auto;
    width: 42%;
  }
}
.twitter-timeline {
  border-radius: 0 !important;
}

.top-news__cta {
  margin-top: 40px;
  padding-bottom: 47px;
}

@media screen and (min-width: 768px) {
  .top-news__cta {
    margin-top: 14px;
    padding-bottom: 121px;
  }
}
.top-column__cta {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-column__cta {
    margin-top: 81px;
    padding-bottom: 121px;
  }
}
@media screen and (min-width: 768px) {
  .top-column__inner {
    width: 100%;
    max-width: 1230px;
    padding-inline: 40px;
    margin: 0 auto;
  }
}
.top-column__wrapper {
  margin-top: 44px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top-column__wrapper {
    margin-top: 77px;
  }
}
.top-column__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-column__items {
    gap: 20px;
  }
}
.top-column__item {
  display: grid;
  place-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  cursor: pointer;
}

.top-column__item:hover .top-column__item-title {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .top-column__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 20px);
            flex: 1 1 calc(33.33% - 20px);
  }
}
.top-column__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/220;
  max-width: 360px;
}

@media screen and (min-width: 768px) {
  .top-column__item-img {
    aspect-ratio: 362/261;
    max-width: 350px;
  }
}
.top-column__item-link {
  width: 100%;
  display: grid;
  place-items: center;
}

.top-column__item-link img {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-column__item-body {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 17px rgba(190, 190, 190, 0.1607843137);
          box-shadow: 0px 6px 17px rgba(190, 190, 190, 0.1607843137);
}

@media screen and (min-width: 768px) {
  .top-column__item-body {
    padding: 30px;
    max-width: 350px;
  }
}
.top-column__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .top-column__item-title {
    font-size: clamp(0.875rem, 0.3679577465rem + 1.0563380282vw, 1.25rem);
  }
}
.top-column__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .top-column__item-meta {
    gap: clamp(0.3125rem, -0.9551056338rem + 2.6408450704vw, 1.25rem);
  }
}
.top-column__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 53px;
}

@media screen and (min-width: 768px) {
  .top-column__item-category-wrapper {
    margin-top: 40px;
  }
}
.top-column__item-category {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #589c4b;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .top-column__item-category {
    font-size: clamp(0.625rem, 0.3714788732rem + 0.5281690141vw, 0.8125rem);
    line-height: 1.2;
    padding-inline: clamp(0.125rem, -0.551056338rem + 1.4084507042vw, 0.625rem);
  }
}
.top-column__item-date {
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .top-column__item-date {
    font-size: clamp(0.625rem, 0.3714788732rem + 0.5281690141vw, 0.8125rem);
  }
}
.service__header-bg {
  background: url(../img/cocochy-mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .service__header-bg {
    height: 438px;
  }
}
.service__header-bg::after {
  display: block;
  content: "cocochy";
  position: absolute;
  bottom: 33px;
  left: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .service__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.service__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .service__header-bg::before {
    height: 438px;
  }
}
.service__mv-bg {
  background: url(../img/common/service-mv-bg.png);
  background-size: cover;
  background-position: 93% center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.service__mv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.service__mv-bg {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .service__mv-bg {
    margin-top: 64px;
  }
}
.service__mv-title {
  padding-top: 47px;
}

@media screen and (min-width: 768px) {
  .service__mv-title {
    padding-top: 89px;
  }
}
.service__mv-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 46px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service__mv-wrapper {
    padding-top: 101px;
    padding-bottom: 101px;
    padding-inline: 20px;
  }
}
.service__mv-item {
  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: 40px;
}

@media screen and (min-width: 768px) {
  .service__mv-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1px;
  }
}
@media screen and (min-width: 768px) {
  .service__mv-header {
    width: 46%;
  }
}
.service__mv-header-text {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  padding: 34px 75px;
  display: block;
}

@media screen and (min-width: 768px) {
  .service__mv-header-text {
    font-size: 25px;
    line-height: 2;
    padding: 55px 47px;
    display: inline-block;
  }
}
.service__mv-header-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 88%;
  height: 100%;
  background: #ffffff;
  margin-bottom: 10px;
  z-index: -1;
}

.service__mv-sub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service__mv-sub-wrapper {
    width: 53%;
  }
}
.service__mv-sub-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}

.service__mv-sub-text {
  text-align: left;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .service__mv-sub-text {
    font-size: 18px;
    line-height: 2.5;
  }
}
.service__mv-message {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 22px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service__mv-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.service__mv-message::before {
  content: "";
  background: url(../img/sp/message-blue-bg-sp.png) no-repeat center center;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .service__mv-message::before {
    background: url(../img/pc/message-blue-bg-pc.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 130%;
  }
}
.service__mv-message-text {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service__mv-message-text {
    font-size: 36px;
  }
}
.service__mv-message-text-small {
  font-size: 15px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .service__mv-message-text-small {
    font-size: 25px;
  }
}
.service__cocochy {
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .service__cocochy {
    margin-top: 86px;
  }
}
@media screen and (min-width: 768px) {
  .service__cocochy-inner {
    width: 87.5%;
    margin-inline: auto;
    max-width: 960px;
    width: 100%;
  }
}
.service__cocochy-wrapper {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service__cocochy-wrapper {
    margin-inline: auto;
  }
}
.service__cocochy-header,
.service__rakuchy-header,
.service__consultant-header {
  padding: 21px 0px;
  display: inline-block;
  text-align: center;
  background: #f9f25d;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .service__cocochy-header,
  .service__rakuchy-header,
  .service__consultant-header {
    padding-block: 10px;
  }
}
.service__cocochy-header::before,
.service__rakuchy-header::before,
.service__consultant-header::before {
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  width: 143px;
  height: 27px;
  background: url(../img/common/cocochy-logo.png) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .service__consultant-header {
    padding-block: 20px;
  }
}
.service__rakuchy-header::before,
.service__consultant-header::before {
  display: none;
}

.service__cocochy-title,
.service__rakuchy-title,
.service__consultant-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .service__cocochy-title,
  .service__rakuchy-title,
  .service__consultant-title {
    font-size: 24px;
    line-height: 1.8;
  }
}
.consultant__description-title,
.consultant__support-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .consultant__description-title,
  .consultant__support-header {
    font-size: 20px;
  }
}
.service__cocochy-container {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .service__cocochy-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 18px;
    margin-top: 73px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__cocochy-feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.service__cocochy-feature-item {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-item {
    width: 310px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service__cocochy-feature-item:nth-child(1),
  .service__cocochy-feature-item:nth-child(3) {
    height: 423px;
  }
  .service__cocochy-feature-item:nth-child(2) {
    height: auto;
  }
  .service__cocochy-feature-item:nth-child(4),
  .service__cocochy-feature-item:nth-child(5) {
    height: 461px;
  }
}
.service__cocochy-feature-header {
  width: 100%;
  height: 80px;
  background: #589c4b;
  border-radius: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-header {
    height: 120px;
  }
}
.service__cocochy-feature-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-title {
    font-size: 30px;
  }
}
.service__cocochy-feature-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #040000;
  margin: 0;
  padding: 20px 6px 20px 6px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-text {
    font-size: 20px;
    padding: 25px 6px 20px 6px;
  }
}
.service__cocochy-img {
  width: 118px;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .service__cocochy-img {
    margin-top: 0px;
    width: 315px;
  }
}
.service__cocochy-contents {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service__cocochy-contents {
    width: 56.1904761905%;
  }
}
.cocochy__contents-description {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-description {
    margin-top: 0px;
    font-size: 18px;
  }
}
.cocochy__contents-description-text {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-description-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.cocochy__contents-box {
  padding: 20px 20px 25px 20px;
  background: #e5efe3;
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-top: 22px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-box {
    padding: 20px 36px 25px 36px;
    background: #e5efe3;
    width: 100%;
    height: 100%;
    display: inline-block;
  }
}
.cocochy__contents-box-text {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-box-text {
    text-align: left;
    font-size: 16px;
  }
}
.cocochy__contents-header {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-header {
    margin-top: 18px;
  }
}
.cocochy__contents-feature {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.cocochy__contents-lists,
.service__rakuchy-lists,
.consultant__description-lists {
  margin-top: 20px;
}

.cocochy__contents-list,
.service__rakuchy-list,
.consultant__description-list,
.consultant__support-list {
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-list,
  .service__rakuchy-list,
  .consultant__description-list,
  .consultant__support-list {
    font-size: 18px;
    padding-left: 25px;
  }
}
.cocochy__contents-list::before,
.service__rakuchy-list::before,
.consultant__description-list::before,
.consultant__support-list::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: url(../img/common/list-block.png) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .cocochy__contents-list::before,
  .service__rakuchy-list::before,
  .consultant__description-list::before,
  .consultant__support-list::before {
    top: 10px;
    width: 15px;
    height: 15px;
  }
}
.cocochy__contents-list.consultant__support-list::before,
.service__rakuchy-list.consultant__support-list::before,
.consultant__description-list.consultant__support-list::before,
.consultant__support-list.consultant__support-list::before {
  background: url(../img/common/list-block-lightgreen.png) no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .service__rakuchy-inner {
    margin-inline: auto;
    max-width: 920px;
    width: 100%;
  }
}
.service__rakuchy-description,
.consultant__description {
  margin-top: 30px;
}

.service__rakuchy-description-text,
.consultant__description-text {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .service__rakuchy-description-text,
  .consultant__description-text {
    font-size: 18px;
  }
}
.service__rakuchy-img-container {
  margin-top: 30px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

@media screen and (min-width: 768px) {
  .service__rakuchy-img-container {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 34px;
  }
}
.service__rakuchy-img-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 41px;
}

@media screen and (min-width: 768px) {
  .service__rakuchy-img-title {
    font-size: 20px;
    margin-top: 48px;
  }
}
.rakuchy__img-header {
  font-size: 16px;
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .rakuchy__img-header {
    margin-bottom: 13px;
  }
}
.service__rakuchy-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service__rakuchy-lists {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .service__consultant-inner {
    margin-inline: auto;
    max-width: 920px;
    width: 100%;
  }
}
.service__consultant-wrapper {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .service__consultant-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 53px;
    margin-left: -257px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    margin-top: 30px;
  }
}
.service__consultant-img {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .service__consultant-img {
    margin-top: 0px;
  }
}
.service__consultant-description {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .service__consultant-description {
    margin-top: 0px;
    width: 49%;
  }
}
.consultant__description-title {
  margin-top: 41px;
  font-size: clamp(1rem, -3.4204545455rem + 18.1818181818vw, 1.125rem);
}

@media screen and (min-width: 768px) {
  .consultant__description-title {
    margin-top: 38px;
    font-size: clamp(1.1875rem, 1.1029929577rem + 0.176056338vw, 1.25rem);
  }
}
.consultant__support-header {
  margin-top: 27px;
}

@media screen and (min-width: 768px) {
  .consultant__support-header {
    margin-top: 35px;
  }
}
.consultant__support-lists {
  margin-top: 23px;
}

@media screen and (min-width: 768px) {
  .consultant__support-lists {
    margin-top: 20px;
  }
}
.about__header-bg {
  background: url(../img/common/about-header.png) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .about__header-bg {
    height: 438px;
  }
}
.about__header-bg::after {
  display: block;
  content: "about us";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .about__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.about__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .about__header-bg::before {
    height: 438px;
  }
}
.about__mv-bg {
  background: url(../img/common/about-mv-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: relative;
  margin-inline: calc(50% - 50vw);
}

.about__mv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.about__mv-bg {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .about__mv-bg {
    margin-top: 64px;
  }
}
.about__mv-title {
  padding-top: 47px;
}

@media screen and (min-width: 768px) {
  .about__mv-title {
    padding-top: 89px;
  }
}
.about__mv-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .about__mv-inner {
    max-width: 776px;
  }
}
.about__mv-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 37px;
  padding-bottom: 36px;
  padding-inline: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .about__mv-wrapper {
    padding-top: 52px;
    padding-bottom: 56px;
    padding-inline: 99px;
  }
}
.about__mv-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.8;
}

.about__mv-header {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .about__mv-header {
    font-size: 42px;
  }
}
.about__mv-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #f9f25d;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.about__mv-texts {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  margin-top: 31px;
}

@media screen and (min-width: 768px) {
  .about__mv-texts {
    gap: 38px;
    margin-top: 45px;
  }
}
.about__mv-text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .about__mv-text {
    font-size: 18px;
    line-height: 1.8;
  }
}
.profile {
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .profile {
    margin-top: 107px;
  }
}
.profile__title,
.about__philosophy-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profile__title,
  .about__philosophy-title {
    font-size: 24px;
  }
}
.profile__wrapper {
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .profile__wrapper {
    margin-inline: auto;
    max-width: 600px;
    margin-top: 34px;
  }
}
.profile__table {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .profile__table {
    margin-inline: auto;
  }
}
.profile__item-tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-block: 22px;
  border-bottom: 1px solid #589c4b;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .profile__item-tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 116px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-block: 31px;
    font-size: 16px;
    line-height: 2;
  }
}
.profile__item-title {
  width: 80px;
  text-align: left;
}

.about__philosophy {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .about__philosophy {
    margin-top: 100px;
  }
}
.about__philosophy-bg {
  background: transparent -webkit-gradient(linear, left top, right top, from(#8cc280), to(#43ae6e)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #8cc280 0%, #43ae6e 100%) 0% 0% no-repeat padding-box;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: relative;
  margin-inline: calc(50% - 50vw);
}

.about__philosophy-inner {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .about__philosophy-inner {
    max-width: 776px;
  }
}
.about__philosophy-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 37px;
  padding-bottom: 36px;
  text-align: center;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .about__philosophy-wrapper {
    padding-top: 87px;
    padding-bottom: 84px;
    padding-inline: 99px;
    max-width: 518px;
  }
}
.about__philosophy-header {
  font-size: 22px;
  font-weight: 500;
  display: block;
  text-align: center;
  padding-block: 12px;
  padding-inline: 68px;
  background: #ffffff;
  max-width: 296px;
  margin-inline: auto;
  margin-top: 34px;
}

.about__philosophy-text {
  font-size: 20px;
  line-height: 2.5;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 45px;
}

@media screen and (min-width: 768px) {
  .about__philosophy-text {
    margin-top: 45px;
  }
}
.case__header-bg {
  background: url(../img/common/case-header.png) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .case__header-bg {
    height: 438px;
  }
}
.case__header-bg::after {
  display: block;
  content: "case";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .case__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.case__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .case__header-bg::before {
    height: 438px;
  }
}
.case__flow-title {
  padding-top: 47px;
}

@media screen and (min-width: 768px) {
  .case__flow-title {
    padding-top: 79px;
  }
}
.case__flow-wrapper {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
  text-align: center;
  margin-top: 34px;
}

@media screen and (min-width: 768px) {
  .case__flow-wrapper {
    max-width: 1010px;
    padding-inline: 20px;
    margin-top: 60px;
  }
}
.case__flow-lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 93px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .case__flow-lists {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 80px;
    -webkit-column-gap: 80px;
            column-gap: 80px;
    row-gap: 69px;
  }
}
.case__flow-list {
  position: relative;
}

.case__flow-list img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .case__flow-list.-step01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.case__flow-list.-step01::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 27px;
  z-index: 1;
  background-image: url(../img/common/triangle-under.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .case__flow-list.-step01::after {
    right: -70px;
    left: auto;
    bottom: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}
@media screen and (min-width: 768px) {
  .case__flow-list.-step02 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.case__flow-list.-step02::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 27px;
  z-index: 1;
  background-image: url(../img/common/triangle-under.svg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .case__flow-list.-step02::after {
    bottom: -42px;
  }
}
@media screen and (min-width: 768px) {
  .case__flow-list.-step03 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.case__flow-list.-step03::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 66px;
  height: 27px;
  z-index: 1;
  background-image: url(../img/common/triangle-under.svg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .case__flow-list.-step03::after {
    left: -73px;
    right: auto;
    bottom: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media screen and (min-width: 768px) {
  .case__flow-list.-step04 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.case__flow-img {
  position: relative;
  width: 100%;
}

.case__flow-img.-step01::before {
  content: "お問い合わせ";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  height: 14.9019607843%;
  background-color: rgba(88, 156, 75, 0.8);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .case__flow-img.-step01::before {
    font-size: 20px;
  }
}
.case__flow-img.-step02::before {
  content: "ヒアリング・お見積もり";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  height: 14.9019607843%;
  background-color: rgba(88, 156, 75, 0.8);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .case__flow-img.-step02::before {
    font-size: 20px;
  }
}
.case__flow-img.-step03::before {
  content: "導入";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  height: 14.9019607843%;
  background-color: rgba(88, 156, 75, 0.8);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .case__flow-img.-step03::before {
    font-size: 20px;
  }
}
.case__flow-img.-step04::before {
  content: "完成";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  height: 14.9019607843%;
  background-color: rgba(88, 156, 75, 0.8);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .case__flow-img.-step04::before {
    font-size: 20px;
  }
}
.case__flow-text {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .case__flow-text {
    margin-top: 8px;
  }
}
.case__flow-text-text {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .case__flow-text-text {
    font-size: 18px;
  }
}
.case__voice-inner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .case__voice-inner {
    max-width: 1010px;
  }
}
.case__voice-title {
  padding-top: 0;
}

.case__voice-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .case__voice-lists {
    gap: 28px;
  }
}
.case__voice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-top: 39px;
}

@media screen and (min-width: 768px) {
  .case__voice-wrapper {
    gap: clamp(4.375rem, -5.1742957746rem + 19.8943661972vw, 11.4375rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 55px;
  }
}
.case__voice-item-img {
  width: 100%;
  height: 100%;
  margin-top: 88px;
}

@media screen and (min-width: 768px) {
  .case__voice-item-img {
    width: 37%;
    margin-top: 0;
  }
}
.case__voice-item-img img {
  width: 100%;
  height: 100%;
}

.case__voice-item {
  position: relative;
  width: 412%;
}

@media screen and (min-width: 768px) {
  .case__voice-item {
    width: 100%;
  }
}
.case__voice-item-header {
  font-size: clamp(0.9375rem, -1.5rem + 10vw, 1rem);
  line-height: 1.5;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .case__voice-item-header {
    font-size: clamp(1.5625rem, 0.9709507042rem + 1.2323943662vw, 2rem);
  }
}
.case__voice-item-line {
  position: absolute;
  margin-top: 15px;
  left: -38px;
}

@media screen and (min-width: 768px) {
  .case__voice-item-line {
    margin-top: 25px;
    left: -110px;
  }
}
.case__voice-item-text {
  margin-top: 29px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .case__voice-item-text {
    margin-top: 45px;
    font-size: 18px;
    line-height: 1.8;
  }
}
.case__voice-item-footer {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  gap: 11px;
}

@media screen and (min-width: 768px) {
  .case__voice-item-footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 43px;
  }
}
.case__voice-item-footer-name {
  font-size: clamp(0.8125rem, -1.625rem + 10vw, 0.875rem);
  line-height: 1.6;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .case__voice-item-footer-name {
    font-size: clamp(0.875rem, 0.536971831rem + 0.7042253521vw, 1.125rem);
  }
}
.case__voice-item-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.case__voice-item-logo-wrapper img {
  width: 73px;
  height: 100%;
}

.case__voice-item-footer-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  background-color: #589c4b;
  padding: 1px 5px;
  border-radius: 4px;
  width: 39px;
  -webkit-text-emphasis: none;
  text-emphasis: none;
  text-align: center;
}

.footer {
  width: 100%;
  height: auto;
  background: rgba(41, 163, 57, 0.6) no-repeat padding-box;
  padding-top: 63px;
  padding-bottom: 96px;
  color: #ffffff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 56px;
    padding-bottom: 140px;
  }
}
.footer__inner {
  max-width: min(400px, 100%);
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1043px;
    padding-inline: 40px;
  }
}
.footer__logo {
  width: 280px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__logo:hover {
  opacity: 0.7;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -6px;
  margin-bottom: 6px;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 48px;
    margin-bottom: 0;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 0px;
  -webkit-column-gap: 0px;
          column-gap: 0px;
  row-gap: 18px;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  padding-bottom: 32px;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .footer__list {
    border-bottom: none;
    border-right: 1px solid #ffffff;
    height: 100px;
    width: 33%;
    margin-top: 0;
    row-gap: 21px;
  }
}
.footer__list li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__list li:hover {
  opacity: 0.7;
}

.footer__list a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.footer__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer__link-wrapper {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 62%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer__link-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: auto;
  gap: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer__link-logo {
    margin-inline: 0;
    gap: 37px;
  }
}
.footer__link-logo-cocochy {
  width: 178px;
  height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer__link-logo-cocochy {
    width: 143px;
    height: 27px;
  }
}
.footer__link-logo-cocochy:hover {
  opacity: 0.7;
}

.footer__link-logo-rakuchy {
  width: 170px;
  /*height: 40px;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .footer__link-logo-rakuchy {
    width: 140px;
    /*height: 32px;*/
  }
}
.footer__link-logo-rakuchy:hover {
  opacity: 0.7;
}

.footer__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .footer__cta {
    margin-top: 0;
    gap: 46px;
  }
}
.footer__cta-btn.-contact {
  position: relative;
}

.footer__cta-btn.-contact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 25px;
  background: url(../img/common/contact-icon-footer.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__cta-btn.-contact:hover::after {
  background: url(../img/common/contact-icon-footer-green.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__cta-btn.-download {
  position: relative;
}

.footer__cta-btn.-download::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 25px;
  background: url(../img/common/download-icon-footer.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__cta-btn.-download:hover::after {
  background: url(../img/common/download-icon-footer-green.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__copyright {
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}

.contact__header-bg {
  background: url(../img/common/contact-header.png) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .contact__header-bg {
    height: 438px;
  }
}
.contact__header-bg::after {
  display: block;
  content: "contact";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1.3;
  color: #ffffff;
  z-index: 0;
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .contact__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.contact__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #589c4b;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .contact__header-bg::before {
    height: 438px;
  }
}
.contact__mv-bg {
  background: url(../img/common/contact-mv-bg.png);
  background-size: cover;
  background-position: 93% center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.contact__mv-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.contact__mv-bg {
  margin-top: 44px;
}

@media screen and (min-width: 768px) {
  .contact__mv-bg {
    margin-top: 64px;
  }
}
.contact__mv-title {
  padding-top: 47px;
}

@media screen and (min-width: 768px) {
  .contact__mv-title {
    padding-top: 89px;
  }
}
.contact {
  margin-top: 47px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .contact {
    margin-top: 73px;
    margin-bottom: 100px;
  }
}
.contact__inner {
  padding-inline: 20px;
  margin-inline: auto;
  width: min(540px, 100%);
}

@media screen and (min-width: 768px) {
  .contact__inner {
    width: min(1000px, 100%);
  }
}
.contact__title {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact__title {
    font-size: 32px;
  }
}
.contact__wrapper {
  margin-top: 44px;
  background: #e5efe3;
  padding-block: 44px 50px;
  padding-inline: 20px;
}

@media screen and (min-width: 768px) {
  .contact__wrapper {
    margin-top: 65px;
    padding-block: 84px 80px;
    padding-inline: 105px;
  }
}
.contact__description {
  font-size: 14px;
}

#mw_wp_form_mw-wp-form-20 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  margin-top: 30px;
}

.contact__row.--aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact__head {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .contact__head {
    font-size: 18px;
  }
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}

.contact__head span.--must::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 5px);
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  padding: 1px 7px;
  border-radius: 4px;
  white-space: nowrap;
  background: url(../img/common/asterisk.svg) no-repeat center center;
  background-size: contain;
  width: 15px;
  height: 18px;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  border-radius: 0;
  width: 100%;
  border: 1px solid #a8a8a8;
  padding-block: 12px;
  padding-left: 5px;
  padding-right: 5px;
  background: #ffffff;
  font-size: 16px;
  line-height: normal;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5a5a5a;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5a5a5a;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #5a5a5a;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5a5a5a;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #5a5a5a;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #5a5a5a;
}

textarea {
  height: 243px;
  resize: vertical;
}

.contact__data {
  width: 100%;
  text-align: center;
}

.contact__data p {
  margin-block: 10px;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.contact__select-wrap {
  position: relative;
}

.contact__select-wrap svg {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 10.69px;
  width: 17.313px;
  height: 8.795px;
  pointer-events: none;
}

@media (any-hover: hover) {
  .contact__select-wrap:hover {
    cursor: pointer;
  }
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  margin-top: 3px;
}

input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  rotate: 45deg;
  border-right: 2px solid #589c4b;
  border-bottom: 2px solid #589c4b;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mwform-checkbox-field input {
  margin-right: 5px;
  margin-top: 3px;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #589c4b;
  /* 緑色 */
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

input[type=radio]:hover {
  border-color: #589c4b;
}

.contact__data-radio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 21px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 40px;
}

.contact__privacy {
  margin-top: 30px;
  line-height: 1.75;
}

.contact__privacy a {
  color: #005CB7;
  text-decoration: underline;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
}

.mwform-radio-field input {
  margin-right: 5px;
  margin-top: 1px;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__submit {
  display: grid;
  place-items: center;
}

.contact__submit input[type=submit] {
  display: inline-block;
  background: #589c4b;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-block: 17px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 28px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .contact__submit input[type=submit] {
    margin-top: 38px;
    width: 320px;
  }
}
.contact__submit input[type=submit]:hover {
  opacity: 0.7;
}

.service_charge__header-bg {
  background: url(../img/common/service-charge_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .service_charge__header-bg {
    height: 438px;
  }
}
.service_charge__header-bg::after {
  display: block;
  content: "service charge";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #589c4b;
  z-index: 1;
  opacity: 0.83;
}

@media screen and (min-width: 768px) {
  .service_charge__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.service_charge__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .service_charge__header-bg::before {
    height: 438px;
  }
}
.service_charge__mv-title {
  margin-top: -44px;
}

@media screen and (min-width: 768px) {
  .service_charge__mv-title {
    margin-top: 0px;
  }
}
.service_charge__mv-text {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .service_charge__mv-text {
    padding-top: 70px;
    font-size: 18px;
  }
}
.service_charge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

@media screen and (min-width: 768px) {
  .service_charge__list {
    gap: 40px;
  }
}
.service_charge__item {
  background: #589c4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .service_charge__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    padding: 50px 72px;
  }
}
.service_charge__logo {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.service_charge__price-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: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .service_charge__price-box {
    gap: 32px;
  }
}
.service_charge__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

@media screen and (min-width: 768px) {
  .service_charge__fee {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.service_charge__box-title {
  font-size: 20px;
  color: #589c4b;
  background: #ffffff;
  width: 160px;
  padding: 14px 0px;
  text-align: center;
  font-weight: bold;
  line-height: 1.35;
}

.service_charge__box-num {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
}

.service_charge__box-tax {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

.sp-br {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}
.archive__header-bg {
  background: url(../img/common/archive_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .archive__header-bg {
    height: 438px;
  }
}
.archive__header-bg::after {
  display: block;
  content: "news";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.83;
}

@media screen and (min-width: 768px) {
  .archive__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.archive__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .archive__header-bg::before {
    height: 438px;
  }
}
.archive__mv-title {
  margin-top: -44px;
}

@media screen and (min-width: 768px) {
  .archive__mv-title {
    margin-top: 0px;
  }
}
.archive__mv-text {
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .archive__mv-text {
    padding-top: 70px;
    font-size: 18px;
  }
}
.archive__list {
  max-width: 600px;
  padding-top: 50px;
  padding-bottom: 55px;
  margin: 0 auto;
}

.archive__list .post-link {
  display: block;
}

@media screen and (min-width: 768px) {
  .archive__list {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.archive__post-list {
  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;
  padding-bottom: 25px;
  border-bottom: 1px solid #589c4b;
}

@media screen and (min-width: 768px) {
  .archive__post-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    padding-bottom: 40px;
  }
}
.archive__date {
  display: block;
  color: #589c4b;
  font-size: 14px;
  line-height: 1.9;
}

.post-link + .post-link {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  .post-link + .post-link {
    padding-top: 45px;
  }
}
.archive-col__header-bg {
  background: url(../img/common/column.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .archive-col__header-bg {
    height: 438px;
  }
}
.archive-col__header-bg::after {
  display: block;
  content: "column";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.83;
}

@media screen and (min-width: 768px) {
  .archive-col__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.archive-col__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .archive-col__header-bg::before {
    height: 438px;
  }
}
@media screen and (min-width: 768px) {
  .archive-col__inner {
    width: 100%;
    max-width: 1230px;
    padding-inline: 40px;
    margin: 0 auto;
  }
}
.archive-col__wrapper {
  margin-top: 44px;
  position: relative;
  padding-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .archive-col__wrapper {
    margin-top: 77px;
    padding-bottom: 100px;
  }
}
.archive-col__items {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .archive-col__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(1.25rem, 0.4049295775rem + 1.7605633803vw, 1.875rem);
  }
}
.archive-col__item {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  cursor: pointer;
}

.archive-col__item:hover .archive-col__item-title {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .archive-col__item {
    max-width: calc(33.33% - 40px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33% - 40px);
            flex: 1 1 calc(33.33% - 40px);
  }
}
.archive-col__item-img {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 350/220;
  height: auto;
}

@media screen and (min-width: 768px) {
  .archive-col__item-img {
    max-width: 360px;
    aspect-ratio: 360/260;
  }
}
.archive-col__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-col__item-body {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 17px rgba(190, 190, 190, 0.1607843137);
          box-shadow: 0px 6px 17px rgba(190, 190, 190, 0.1607843137);
}

@media screen and (min-width: 768px) {
  .archive-col__item-body {
    padding: 30px;
    min-height: 140px;
  }
}
.archive-col__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .archive-col__item-title {
    font-size: clamp(0.875rem, 0.3679577465rem + 1.0563380282vw, 1.25rem);
  }
}
.archive-col__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .archive-col__item-meta {
    gap: clamp(0.3125rem, -0.9551056338rem + 2.6408450704vw, 1.25rem);
  }
}
.archive-col__item-link {
  width: 100%;
}

.archive-col__item-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 53px;
}

@media screen and (min-width: 768px) {
  .archive-col__item-category-wrapper {
    margin-top: 40px;
  }
}
.archive-col__item-category {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  background: #589c4b;
  padding: 3px 10px;
  border-radius: 5px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .archive-col__item-category {
    font-size: clamp(0.625rem, 0.3714788732rem + 0.5281690141vw, 0.8125rem);
    line-height: 1.2;
    padding-inline: clamp(0.125rem, -0.551056338rem + 1.4084507042vw, 0.625rem);
  }
}
.archive-col__item-category.space {
  margin-right: 20px;
}

.archive-col__item-date {
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .archive-col__item-date {
    font-size: clamp(0.625rem, 0.3714788732rem + 0.5281690141vw, 0.8125rem);
  }
}
.news__header-bg {
  background: url(../img/common/archive_pc.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .news__header-bg {
    height: 438px;
  }
}
.news__header-bg::after {
  display: block;
  content: "news";
  position: absolute;
  bottom: 33px;
  left: 20px;
  font-size: 40px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
  opacity: 0.83;
}

@media screen and (min-width: 768px) {
  .news__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.news__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .news__header-bg::before {
    height: 438px;
  }
}
.news__mv-title {
  margin-top: -44px;
  text-align: left;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .news__mv-title {
    margin-top: 0px;
    margin-bottom: 56px;
  }
}
.news__mv-text {
  line-height: 1.8;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .news__mv-text {
    padding-top: 70px;
    font-size: 18px;
  }
}
.news__date {
  font-size: 13px;
  margin-bottom: 31px;
}

@media screen and (min-width: 768px) {
  .news__date {
    margin-bottom: 62px;
  }
}
.archive-col__date {
  font-size: 13px;
  margin-bottom: 31px;
}

@media screen and (min-width: 768px) {
  .archive-col__date {
    margin-bottom: 62px;
  }
}
#post img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #post img {
    margin-bottom: 60px;
  }
}
#post h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 26px 0;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  #post h2 {
    font-size: 32px;
    margin: 39px 0;
  }
}
#post h3 {
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  margin: 21px 0;
}

@media screen and (min-width: 768px) {
  #post h3 {
    margin: 31px 0;
    font-size: 26px;
  }
}
#post p {
  font-size: 14px;
  line-height: 1.8;
  /*margin-bottom: 43px;*/
}

@media screen and (min-width: 768px) {
  #post p {
    font-size: 16px;
    /*margin-bottom: 68px;*/
  }
}

/*追従CTA追加*/
.fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 0;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}

@media screen and (max-width: 899px) {
  .fixed-cta {
    display: none;
  }
}
.fixed-cta.hidden {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

/***************
*「　　」セクション
****************/
.service__mv-hero {
  width: 100%;
  margin-top: 40px;
  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;
}

@media screen and (min-width: 768px) {
  .service__mv-hero {
    margin-top: 60px;
  }
}
.service__mv-hero-bg {
  width: 100%;
  max-width: 960px;
  height: 200px;
  background-color: #589c4b;
  border: 8px solid #589c4b;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-bg {
    margin-bottom: 39px;
  }
}
.service__mv-hero-text-top {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fcfcfc;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-text-top {
    font-size: 30px;
  }
}
.service__mv-hero-text-bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #f9f25d;
  text-align: center;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-text-bottom {
    font-size: 40px;
    margin-top: 20px;
  }
}
.service__mv-hero-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-message {
    font-size: 32px;
  }
}
.service__mv-hero-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-features {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 31px;
    margin-top: 40px;
    max-width: 961px;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service__mv-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 217px;
  height: 51px;
  background-color: #589c4b;
  border-radius: 5px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4583333333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-feature {
    font-size: 24px;
  }
}
.service__mv-hero-content {
  width: 100%;
  max-width: 712px;
  margin-top: 40px;
  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;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-content {
    margin-top: 50px;
  }
}
.service__mv-hero-img {
  width: 100%;
  max-width: 712px;
  height: auto;
}

.service__mv-hero-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-img {
    max-width: 712px;
  }
  .service__mv-hero-img img {
    width: 712px;
    height: 476px;
  }
}
.service__mv-hero-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9444444444;
  color: #040000;
  text-align: center;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  width: 100%;
  max-width: 708px;
}

@media screen and (min-width: 768px) {
  .service__mv-hero-description {
    font-size: 18px;
    margin-top: 15px;
  }
}
.service__cocochy-header.service__cocochy-header {
  background: transparent !important;
}

.service__cocochy-header.animated__fadeIn {
  opacity: 1 !important;
}

.service__cocochy-header::before,
.service__cocochy-header::after {
  content: none;
}

.service__cocochy-title-worry,
.service__cocochy-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  color: #040000;
  text-align: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 576px;
  margin-inline: auto;
  display: block;
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .service__cocochy-title-worry,
  .service__cocochy-title {
    font-size: 44px;
    max-width: 578.5px;
  }
}
.service__cocochy-title-line {
  display: inline-block;
  position: relative;
  color: #589c4b;
  padding: 0 20px;
  font-size: 1em;
}

.service__cocochy-title-line::before,
.service__cocochy-title-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 37px;
  height: 3px;
  background-color: #589c4b;
}

.service__cocochy-title-line::before {
  left: -10px;
  -webkit-transform: translateY(-50%) rotate(62deg);
          transform: translateY(-50%) rotate(62deg);
}

.service__cocochy-title-line::after {
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(-62deg);
          transform: translateY(-50%) rotate(-62deg);
}

@media screen and (min-width: 768px) {
  .service__cocochy-title-line {
    padding: 0 35px;
  }
  .service__cocochy-title-line::before,
  .service__cocochy-title-line::after {
    width: 66px;
    height: 5px;
  }
  .service__cocochy-title-line::before {
    left: -20px;
  }
  .service__cocochy-title-line::after {
    right: -20px;
  }
}
.service__cocochy-title-sub {
  display: inline-block;
  color: #040000;
  margin-top: 0.3em;
  position: relative;
  margin-bottom: 20px;
}

.service__cocochy-title-sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #f9f25d;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .service__cocochy-title-sub::after {
    width: 100%;
    height: 35px;
    z-index: -1;
  }
}
.service__cocochy-title-worry {
  margin-bottom: 20px;
}

.service__cocochy-title-worry::after {
  content: "";
  display: block;
  width: 125px;
  height: 15px;
  background-color: #f9f25d;
  position: absolute;
  bottom: 20px;
  left: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 430px) {
  .service__cocochy-title-worry::after {
    width: 130px;
    left: 33%;
  }
}
@media screen and (min-width: 768px) {
  .service__cocochy-title-worry::after {
    width: 282px;
    height: 35px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    z-index: -1;
  }
}
.service__cocochy-title-worry .service__cocochy-title-sub::after {
  content: none;
}

.service__cocochy-worry-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: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service__cocochy-worry-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.service__cocochy-worry-item:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service__cocochy-worry-item:nth-child(5) .service__cocochy-worry-img {
  max-width: calc(50% - 10px);
}

.service__cocochy-worry-img {
  width: 100%;
  height: auto;
}

.service__cocochy-worry-img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .service__cocochy-worry-list {
    gap: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
  .service__cocochy-worry-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 14px);
            flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }
  .service__cocochy-worry-item:nth-child(4),
  .service__cocochy-worry-item:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
            flex: 0 0 calc(33% - 10px);
    max-width: calc(33% - 10px);
  }
  .service__cocochy-worry-item:nth-child(4) {
    margin-left: calc(18% - 20px);
  }
  .service__cocochy-worry-item:nth-child(5) {
    margin-right: calc(18% - 20px);
  }
  .service__cocochy-worry-item:nth-child(5) .service__cocochy-worry-img {
    max-width: 100%;
  }
}
/***************
*見える化セクション
****************/
.service__cocochy-visualization {
  margin: 0 auto;
  padding: 0;
}

.service__cocochy-visualization-message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  color: #040000;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 784px;
  margin-inline: auto;
  margin-bottom: 72px;
}

.service__cocochy-visualization-boxes {
  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;
  width: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service__cocochy-visualization-boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 19px;
    margin-bottom: 144px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .service__cocochy-visualization-box {
    max-width: calc(50% - 10px);
  }
  .service__cocochy-visualization-box-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service__cocochy-visualization-box--left .service__cocochy-visualization-box-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service__cocochy-visualization-box--right .service__cocochy-visualization-box-description {
    padding-left: 12px;
    padding-right: 12px;
  }
  .service__cocochy-visualization-box--left .service__cocochy-visualization-box-image {
    padding: 0 20px;
  }
  .service__cocochy-visualization-box--right .service__cocochy-visualization-box-image {
    padding: 0 20px;
  }
}
.service__cocochy-visualization-box {
  width: 100%;
  max-width: 470px;
  min-height: 435px;
  height: auto;
  border: 7px solid #7FC888;
  position: relative;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .service__cocochy-visualization-box {
    margin-bottom: 0;
  }
}
.service__cocochy-visualization-box--left {
  background-color: #FFFFFF;
}

.service__cocochy-visualization-box--right {
  background-color: transparent;
  opacity: 0.9980620146;
}

.service__cocochy-visualization-box-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  color: #589C4B;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  margin-top: 27px;
  margin-bottom: 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.service__cocochy-visualization-box--left .service__cocochy-visualization-box-title {
  margin-top: 26px;
  margin-bottom: 35px;
  padding-left: 9px;
  padding-right: 9px;
}

.service__cocochy-visualization-box--right .service__cocochy-visualization-box-title {
  margin-top: 27px;
  margin-bottom: 38px;
  padding-left: 5px;
  padding-right: 5px;
}

.service__cocochy-visualization-box-image {
  width: 100%;
  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;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.service__cocochy-visualization-box--left .service__cocochy-visualization-box-image {
  padding: 0 94px;
  margin-bottom: 33px;
  margin-top: 0;
  max-width: 100%;
}

.service__cocochy-visualization-box--right .service__cocochy-visualization-box-image {
  padding: 0 74px;
  margin-bottom: 30px;
  margin-top: 0;
  max-width: 100%;
}

.service__cocochy-visualization-box-image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.service__cocochy-visualization-box--left .service__cocochy-visualization-box-image img {
  max-width: 272px;
  max-height: 199px;
}

.service__cocochy-visualization-box--right .service__cocochy-visualization-box-image img {
  max-width: 323px;
  max-height: 200px;
}

.service__cocochy-visualization-box-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  color: #040000;
  text-align: center;
  margin: 0;
  padding: 0 20px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.service__cocochy-visualization-box--left .service__cocochy-visualization-box-description {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .service__cocochy-visualization-box--left .service__cocochy-visualization-box-description {
    padding: 0px 25px;
  }
}
.service__cocochy-visualization-box--right .service__cocochy-visualization-box-description {
  padding: 0 14px;
  margin-top: 0;
  padding-bottom: 20px;
}

.service__cocochy-visualization-footer {
  width: 100%;
  max-width: 960px;
  height: 144px;
  background-color: #7FC888;
  opacity: 0.8986840248;
  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;
  margin: 0 auto;
  padding: 0;
}

.service__cocochy-visualization-footer-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 21px;
  width: 100%;
  max-width: 784px;
}

.service__cocochy-visualization-footer-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  color: #040000;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 784px;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .service__cocochy-visualization {
    padding: 0;
  }
  .service__cocochy-visualization-message {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .service__cocochy-visualization-box {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    margin-bottom: 20px;
    border-width: 4px;
  }
  .service__cocochy-visualization-box-title {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .service__cocochy-visualization-box--left .service__cocochy-visualization-box-image,
  .service__cocochy-visualization-box--right .service__cocochy-visualization-box-image {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .service__cocochy-visualization-box-image img {
    max-width: 100%;
  }
  .service__cocochy-visualization-box-description {
    font-size: 16px;
    padding: 0 20px 20px;
  }
  .service__cocochy-visualization-footer {
    height: auto;
    min-height: 120px;
    padding: 20px;
  }
  .service__cocochy-visualization-footer-title {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .service__cocochy-visualization-footer-text {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.service__cocochy-btm-img {
  margin: 40px 0;
}

/***************
*「　導入実績　」セクション
****************/
main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.case__section {
  padding: 60px 0;
  background-color: #ffffff;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .case__section {
    padding: 80px 0;
  }
}
.case__inner {
  max-width: 959px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__inner {
    padding: 0 15px;
  }
}
.case__title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
  color: #040000;
  margin: 0 0 40px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .case__title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 84px 0;
    padding-right: 0;
  }
}
.case__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: 20px;
}

@media screen and (min-width: 768px) {
  .case__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 31px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.case__card {
  position: relative;
  width: 100%;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .case__card {
    width: 464px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.case__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F9F25D;
  opacity: 0.3;
  border-radius: 0;
  z-index: 0;
}

.case__card-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__card-content {
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .case__card-content {
    padding: 26px 18px 26px 18px;
  }
}
.case__card--left .case__card-bg {
  top: 0;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .case__card--left {
    min-height: 571px;
  }
  .case__card--left .case__card-bg {
    top: 51px;
    height: calc(100% - 51px);
  }
}
.case__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: center;
  color: #589C4B;
  margin: 0 0 20px 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .case__card-title {
    font-size: 22px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .case__card-title {
    margin: 63px 0 27px 0;
    padding: 0;
    white-space: nowrap;
  }
}
.case__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
  color: #040000;
  margin: 0 0 20px 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .case__card-text {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .case__card-text {
    font-size: 20px;
    padding: 0 18px;
  }
}
.case__card-company {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  color: #040000;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .case__card-company {
    font-size: 20px;
    padding: 0;
    text-align: center;
  }
}
.case__card--right {
  min-height: 571px;
}

@media screen and (min-width: 768px) {
  .case__card--right {
    min-height: 571px;
  }
}
.case__card--right .case__card-bg {
  top: 51px;
  height: calc(100% - 51px);
}

@media screen and (min-width: 768px) {
  .case__card--right .case__card-bg {
    top: 51px;
    height: calc(100% - 51px);
  }
}
.case__card--right .case__card-content {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .case__card--right .case__card-content {
    padding-top: 0;
    padding-bottom: 26px;
  }
}
.case__badge {
  position: relative;
  width: 103px;
  height: 103px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__badge {
    width: 90px;
    height: 90px;
  }
}
.case__badge-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 103px;
  height: 103px;
  background-color: #589C4B;
  border-radius: 50%;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__badge-circle {
    width: 90px;
    height: 90px;
  }
}
.case__badge-text {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: #FFFFFF;
}

.case__image {
  width: 106px;
  height: 106px;
  margin: -50px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  .case__image {
    width: 90px;
    height: 90px;
    margin: -50px 15px 20px;
    max-width: calc(100% - 30px);
  }
}
.case__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.case__info-list {
  margin: 0 0 20px 0;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__info-list {
    padding: 0 10px;
  }
}
.case__info-item {
  margin-bottom: 23px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case__info-item:last-child {
  margin-bottom: 0;
}

.case__info-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  color: #589C4B;
  margin: 0;
  width: 83px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__info-label {
    font-size: 16px;
    width: 70px;
  }
}
.case__info-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  color: #040000;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  .case__info-text {
    font-size: 13px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .case__info-text {
    padding-left: 7px;
  }
}
.case__result {
  margin: 0px 0 2px 0;
  padding: 0px 0px;
  text-align: center;
}

.case__result-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  color: #040000;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .case__result-title {
    font-size: 18px;
    padding: 0 10px;
  }
}
.case__subsidy {
  margin: 0 0 20px 0;
  padding: 0;
}

.case__subsidy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5555555556;
  color: #589C4B;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .case__subsidy-text {
    font-size: 14px;
    padding: 0 10px;
  }
}
.case__underline {
  width: 259px;
  height: 7px;
  background-color: #589C4B;
  margin: 0 auto 40px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case__underline {
    width: 80%;
    max-width: 259px;
  }
}
/***************
*「　料金プラン　」セクション
****************/
.service_charge__section {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .service_charge__section {
    padding: 80px 0;
  }
}
.service_charge__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .service_charge__inner {
    padding: 0 15px;
  }
}
.service_charge__title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
  color: #040000;
  margin: 0 0 40px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service_charge__title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 84px 0;
  }
}
.service_charge__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5555555556;
  text-align: center;
  color: #040000;
  margin: 0 0 40px 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .service_charge__description {
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 30px 0;
  }
}
.service_charge__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .service_charge__list {
    gap: 40px;
    margin-top: 60px;
  }
}
.service_charge__item {
  background: #589c4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .service_charge__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .service_charge__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    padding: 50px 72px;
  }
}
.service_charge__logo {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_charge__img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.service_charge__price-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: 44px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .service_charge__price-box {
    gap: 30px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .service_charge__price-box {
    gap: 32px;
  }
}
.service_charge__fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .service_charge__fee {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .service_charge__fee {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}
.service_charge__box-title {
  font-size: 20px;
  color: #589c4b;
  background: #ffffff;
  width: 160px;
  padding: 14px 0px;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .service_charge__box-title {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
    padding: 12px 0;
  }
}
.service_charge__box-num {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  color: #ffffff;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .service_charge__box-num {
    font-size: 20px;
    text-align: center;
  }
}
.service_charge__box-tax {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .service_charge__box-tax {
    font-size: 14px;
  }
}
/***************
*「　よくあるご質問　」セクション
****************/
.faq__section {
  padding: 60px 0;
  background-color: #ffffff;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .faq__section {
    padding: 80px 0;
  }
}
.faq__inner {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .faq__inner {
    padding: 0 15px;
  }
}
.faq__title {
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  text-align: center;
  color: #040000;
  margin: 0 0 40px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 84px 0;
  }
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  max-width: 1272px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .faq__list {
    gap: 30px;
  }
}
.faq__item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq__question {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #589C4B;
  margin: 0 0 17px 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 15px 0;
  }
}
.faq__answer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #040000;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .faq__answer {
    font-size: 16px;
    line-height: 1.6;
  }
}
/***************
*らくちーページMVセクション
****************/
.rakuchy__header-bg {
  background: url(../img/rakuchy-mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 186px;
}

@media screen and (min-width: 768px) {
  .rakuchy__header-bg {
    height: 438px;
  }
}
.rakuchy__header-bg::after {
  display: block;
  content: "rakuchy";
  position: absolute;
  bottom: 33px;
  left: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .rakuchy__header-bg::after {
    font-size: 95px;
    bottom: 118px;
    left: 60px;
  }
}
.rakuchy__header-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 186px;
  background: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .rakuchy__header-bg::before {
    height: 438px;
  }
}
.rakuchy__mv-hero-img {
  width: 100%;
  max-width: 712px;
  height: auto;
}

.rakuchy__mv-hero-img img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px 0 30px;
}

@media screen and (min-width: 768px) {
  .rakuchy__mv-hero-img {
    max-width: 712px;
  }
  .rakuchy__mv-hero-img img {
    width: 712px;
    height: 476px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/***************
*らくちーページタイトルセクション
****************/
@media screen and (min-width: 768px) {
  .service__cocochy-title-sub--rakuchy {
    margin-left: -30px;
    white-space: nowrap;
  }
}
/***************
*らくちーページモードセクション
****************/
.rakuchy__mode-container {
  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: 20px;
  margin-top: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-container {
    gap: 0;
    margin-top: 60px;
    max-width: 959px;
    margin-inline: auto;
  }
}
.rakuchy__mode-card {
  width: 100%;
  background: #ffffff;
  border: 6px solid #589c4b;
  position: relative;
  height: auto;
  min-height: 184px;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-card {
    width: 959px;
    height: 184px;
  }
}
.rakuchy__mode-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-card-inner {
    -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;
    padding: 36px 32px;
    gap: 0;
  }
}
.rakuchy__mode-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #589c4b;
  text-align: center;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-title {
    font-size: 40px;
    width: 197px;
    text-align: center;
  }
}
.rakuchy__mode-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #040000;
  text-align: left;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-description {
    font-size: 20px;
    margin-left: 20px;
    width: 671px;
  }
}
.rakuchy__mode-switch {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-switch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding: 0;
    width: 959px;
    height: 80px;
    position: relative;
  }
}
.rakuchy__mode-switch-arrow {
  width: 100px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-switch-arrow {
    position: absolute;
    left: 271.9px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.rakuchy__mode-switch-arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

.rakuchy__mode-switch-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1666666667;
  letter-spacing: 0.01em;
  color: #589c4b;
  text-align: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .rakuchy__mode-switch-text {
    font-size: 30px;
    position: absolute;
    left: 372.1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 316px;
  }
}
/***************
*らくちーページ機能セクション
****************/
.service__cocochy-feature-list--rakuchy {
  gap: 25px;
}

@media screen and (min-width: 768px) {
  .service__cocochy-feature-list--rakuchy .service__cocochy-feature-item {
    width: 458px;
  }
}
/***************
*about__intro セクション
****************/
.about__intro {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about__intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about__intro-inner {
  max-width: 960px;
  margin: 0 auto;
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .about__intro-inner {
    padding-inline: 0;
  }
}

.about__intro-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 2.05em;
  text-align: center;
  color: #040000;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .about__intro-text {
    font-size: 40px;
  }
}
.about__intro-text::after {
  content: "";
  position: absolute;
  bottom: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 365px;
  max-width: 685px;
  height: 18px;
  background-color: #F9F25D;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .about__intro-text::after {
    left: 35.5%;
    bottom: -5px;
    height: 35px;
    width: 100%;
  }
}

/***************
*about__services セクション
****************/
.about__services {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about__services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.about__services-inner {
  max-width: 1018px;
  margin: 0 auto;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .about__services-inner {
    padding-inline: 0;
  }
}

.about__services-list {
  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: 30px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .about__services-list {
    -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: 86px;
  }
}

.about__services-item {
  list-style: none;
}

.about__services-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 8px solid #589C4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about__services-circle {
    width: 282px;
    height: 282px;
  }
}

.about__services-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5882352941em;
  text-align: center;
  color: #040000;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
  .about__services-text {
    font-size: 34px;
  }
}

.about__consulting-title {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .about__consulting-title {
    font-size: 44px;
    margin: 30px 0 0;
  }
}

.about__consulting-text {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .about__consulting-text {
    font-size: 18px;
  }
}

/***************
*about__consulting-cards セクション
****************/
.about__consulting-cards {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about__consulting-cards {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.about__consulting-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: 20px;
}
@media (min-width: 768px) {
  .about__consulting-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    padding-inline: 20px;
  }
}
@media (min-width: 992px) {
  .about__consulting-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    padding-inline: 0;
  }
}

.about__consulting-item {
  list-style: none;
}

.about__consulting-card {
  width: 100%;
  height: 100px;
  background-color: #589C4B;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media (min-width: 992px) {
  .about__consulting-card {
    height: 158px;
  }
}

.about__consulting-card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: 0.01em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 992px) {
  .about__consulting-card-text {
    font-size: 30px;
  }
}

/***************
*about__history セクション
****************/
.about__history {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .about__history {
    margin-top: 60px;
  }
}

.about__history-item {
  position: relative;
  width: 100%;
  min-height: 300px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .about__history-item {
    min-height: 462px;
  }
}
.about__history-item:last-child {
  margin-bottom: 0;
}

.about__history-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.8;
}

.about__history-bg-01 {
  background-image: url(../img/bg1.jpg);
}

.about__history-bg-02 {
  background-image: url(../img/bg2.jpg);
}

.about__history-bg-03 {
  background-image: url(../img/bg3.jpg);
}

.about__history-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .about__history-content {
    padding: 77px 200px;
    min-height: 462px;
  }
}

.about__history-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .about__history-inner {
    grid-template-columns: auto auto 1fr;
    gap: 39px 96px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 30px 40px;
  }
}

.about__history-number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.8222222222em;
  color: #040000;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .about__history-number {
    font-size: 45px;
    margin-bottom: 0;
    width: 55px;
  }
}

.about__history-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;
  gap: 20px;
}
@media (min-width: 992px) {
  .about__history-text-wrapper {
    gap: 0;
    width: 352px;
  }
}

.about__history-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.625em;
  color: #589C4B;
  margin: 0;
}
@media (min-width: 992px) {
  .about__history-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.about__history-description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8888888889em;
  color: #040000;
  margin: 0;
}
@media (min-width: 992px) {
  .about__history-description {
    font-size: 18px;
    width: 480px;
    margin-left: auto;
  }
}

/***************
*about__history-buttons セクション
****************/
.about__history-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about__history-buttons {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.about__history-buttons-inner {
  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: 20px;
  max-width: 880px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .about__history-buttons-inner {
    -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: 120px;
  }
}

.about__history-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
  height: 90px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6363636364em;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .about__history-btn {
    font-size: 33px;
    width: 380px;
  }
}

.about__history-btn-cocochy {
  background-color: #FFFFFF;
  color: #589C4B;
  border: 4px solid #589C4B;
}
.about__history-btn-cocochy:hover {
  background-color: #589C4B;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
}

.about__history-btn-rakuchy {
  background-color: #589C4B;
  color: #FFFFFF;
  border: 4px solid #FFFFFF;
}
.about__history-btn-rakuchy:hover {
  background-color: #FFFFFF;
  color: #589C4B;
  border: 4px solid #589C4B;
}

/***************
*「　　」セクション
****************/
/***************
*「　　」セクション
****************/
/***************
*「 　」セクション
****************/
/***************
*「　　」セクション
****************/
/***************
*「　　」セクション
****************/
/***************
*「　　」セクション
****************/