@charset "UTF-8";
.l-main.is-herbalgreen .l-service__list .l-service__item a:hover {
  background-color: #cee3d6;
}
.l-main.is-herbalgreen .l-service__item a::before {
  background-color: var(--sub01-color);
}
.l-main.is-herbalgreen .l-leaf__heading span {
  color: var(--sub03-color);
}
.l-main.is-herbalgreen .l-leaf__heading span::before {
  background-image: url("../images/common/bg_leaf01_herbalgreen_left.svg");
}
.l-main.is-herbalgreen .l-leaf__heading span::after {
  background-image: url("../images/common/bg_leaf01_herbalgreen_right.svg");
}
.l-main.is-herbalgreen .p-service__heading {
  background-color: var(--main-color);
}
.l-main.is-herbalgreen .p-service__heading span {
  color: var(--sub02-color);
}
.l-main.is-herbalgreen .p-service__heading em {
  color: var(--point02-color);
  background-color: var(--sub01-color);
}
.l-main.is-herbalgreen .p-service__list li::before {
  color: var(--point01-color);
}
.l-main.is-herbalgreen .p-service__notes li::before {
  color: var(--point01-color);
}
.l-main.is-pinkbeige .l-service__list .l-service__item a:hover {
  background-color: #dfd3cf;
}
.l-main.is-pinkbeige .l-service__item a::before {
  background-color: var(--pinkbeige-sub01-color);
}
.l-main.is-pinkbeige .l-leaf__heading span {
  color: var(--pinkbeige-sub03-color);
}
.l-main.is-pinkbeige .l-leaf__heading span::before {
  background-image: url("../images/common/bg_leaf01_pinkbeige_left.svg");
}
.l-main.is-pinkbeige .l-leaf__heading span::after {
  background-image: url("../images/common/bg_leaf01_pinkbeige_right.svg");
}
.l-main.is-pinkbeige .p-service__heading {
  background-color: var(--pinkbeige-main-color);
}
.l-main.is-pinkbeige .p-service__heading span {
  color: var(--pinkbeige-sub02-color);
}
.l-main.is-pinkbeige .p-service__heading em {
  color: var(--pinkbeige-point02-color);
  background-color: var(--pinkbeige-sub01-color);
}
.l-main.is-pinkbeige .p-service__list li::before {
  color: var(--pinkbeige-point01-color);
}
.l-main.is-pinkbeige .p-service__notes li::before {
  color: var(--pinkbeige-point01-color);
}
.l-main.is-grege .l-service__list .l-service__item a:hover {
  background-color: #cbc7c1;
}
.l-main.is-grege .l-service__item a::before {
  background-color: var(--grege-sub01-color);
}
.l-main.is-grege .l-leaf__heading span {
  color: var(--grege--sub03-color);
}
.l-main.is-grege .l-leaf__heading span::before {
  background-image: url("../images/common/bg_leaf01_grege_left.svg");
}
.l-main.is-grege .l-leaf__heading span::after {
  background-image: url("../images/common/bg_leaf01_grege_right.svg");
}
.l-main.is-grege .p-service__heading {
  background-color: var(--grege-main-color);
}
.l-main.is-grege .p-service__heading span {
  color: var(--grege-sub02-color);
}
.l-main.is-grege .p-service__heading em {
  color: var(--grege-point02-color);
  background-color: var(--grege-sub01-color);
}
.l-main.is-grege .p-service__list li::before {
  color: var(--grege-point01-color);
}
.l-main.is-grege .p-service__notes li::before {
  color: var(--grege-point01-color);
}
.l-main.is-bluegray .l-service__list .l-service__item a:hover {
  background-color: #e6efff;
}
.l-main.is-bluegray .l-service__item a::before {
  background-color: var(--bluegray-sub01-color);
}
.l-main.is-bluegray .l-leaf__heading span {
  color: var(--bluegray-sub03-color);
}
.l-main.is-bluegray .l-leaf__heading span::before {
  background-image: url("../images/common/bg_leaf01_bluegray_left.svg");
}
.l-main.is-bluegray .l-leaf__heading span::after {
  background-image: url("../images/common/bg_leaf01_bluegray_right.svg");
}
.l-main.is-bluegray .p-service__heading {
  background-color: var(--bluegray-main-color);
}
.l-main.is-bluegray .p-service__heading span {
  color: var(--bluegray--sub02-color);
}
.l-main.is-bluegray .p-service__heading em {
  color: var(--bluegray-point02-color);
  background-color: var(--bluegray-sub01-color);
}
.l-main.is-bluegray .p-service__list li::before {
  color: var(--bluegray-point01-color);
}
.l-main.is-bluegray .p-service__notes li::before {
  color: var(--bluegray-point01-color);
}

.l-section {
  margin-top: 150px;
}
@media screen and (max-width: 1280px) {
  .l-section {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-section {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 100px;
  }
}
.l-section.is-wall01, .l-section.is-wall02, .l-section.is-wall03 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  .l-section.is-wall01, .l-section.is-wall02, .l-section.is-wall03 {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  .l-section.is-wall01, .l-section.is-wall02, .l-section.is-wall03 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: auto 100%;
  }
}
.l-section.is-wall01 {
  background-image: url("../images/pattern/bg_wall01.png");
}
.l-section.is-wall02 {
  background-image: url("../images/pattern/bg_wall02.png");
}
.l-section.is-wall03 {
  background-image: url("../images/pattern/bg_wall03.png");
}

.l-service {
  margin-top: 60px;
}
.l-service__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;
  max-width: var(--contents-width);
  margin: 0 auto;
}
.l-service__item {
  margin: 20px 10px;
}
@media screen and (max-width: 750px) {
  .l-service__item {
    margin: 20px 2vw;
  }
}
.l-service__item a {
  position: relative;
  display: block;
  width: 170px;
  height: 170px;
  padding: 30px 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.5);
          box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-service__item a:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media screen and (max-width: 750px) {
  .l-service__item a {
    padding: 5vw 0;
  }
}
.l-service__item a::before {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 12px;
  height: 8px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url("../images/common/icon-arrow.svg");
          mask-image: url("../images/common/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .l-service__item a::before {
    bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .l-service__item a {
    width: 27vw;
    height: 27vw;
  }
}
.l-service__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 750px) {
  .l-service__icon {
    height: 5.5vw;
  }
}
.l-service__icon img {
  max-width: 100px;
  max-height: 90px;
}
@media screen and (max-width: 750px) {
  .l-service__icon img {
    max-width: 10vw;
    max-height: 10vw;
  }
}
.l-service__title {
  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;
  min-height: 40px;
  margin-top: 8px;
  font-family: var(--font-family-tsukushi);
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-service__title {
    min-height: 5vw;
    font-size: 3vw;
  }
}

.p-menu {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p-menu {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-menu::before {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 200px);
  content: "";
  background-image: url("../images/services/bg_services01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  .p-menu::before {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-menu::before {
    background-size: auto 100%;
  }
}

.corporate__heading {
  position: relative;
  padding-top: 100px;
  text-align: center;
}
.corporate__heading::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 65px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.corporate__heading.is-herbalgreen span {
  color: var(--sub03-color);
}
.corporate__heading.is-herbalgreen::before {
  background-image: url("../images/common/ico_building_herbalgreen.svg");
}
.corporate__heading.is-grege span {
  color: var(--grege-sub03-color);
}
.corporate__heading.is-grege::before {
  background-image: url("../images/common/ico_building_grege.svg");
}
.corporate__heading.is-pinkbeige span {
  color: var(--pinkbeige-sub03-color);
}
.corporate__heading.is-pinkbeige::before {
  background-image: url("../images/common/ico_building_pinkbeige.svg");
}
.corporate__heading.is-bluegray span {
  color: var(--bluegray-sub03-color);
}
.corporate__heading.is-bluegray::before {
  background-image: url("../images/common/ico_building_bluegray.svg");
}
.corporate__heading span {
  font-family: var(--font-family-tsukushi);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .corporate__heading span {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 750px) {
  .corporate__heading span {
    font-size: 6vw;
  }
}

.p-corporate {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 750px) {
  .p-corporate {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.p-corporate::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/services/bg_services02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1280px) {
  .p-corporate::before {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-corporate::before {
    background-size: auto 100%;
  }
}
.p-corporate__body {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .p-corporate__body {
    margin-top: 30px;
  }
}
.p-corporate__para {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-corporate__para {
    text-align: left;
  }
}
.p-corporate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: var(--contents-width);
  margin: 30px auto 0;
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 750px) {
  .p-corporate__list {
    margin-top: 20px;
    gap: 1rem;
  }
}
.p-corporate__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 10px 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.p-corporate__item:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
@media screen and (max-width: 750px) {
  .p-corporate__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 100%;
        text-align: center;
  }
}

.l-leaf__header {
  text-align: center;
}
.l-leaf__heading {
  display: inline-block;
}
.l-leaf__heading span {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 250px;
  padding-left: 250px;
  font-family: var(--font-family-tsukushi);
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 4px;
}
.l-leaf__heading span em {
  display: block;
  margin-bottom: 10px;
  font-family: var(--font-family-dancing);
  font-size: 8rem;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span em {
    font-size: 8vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span em {
    font-size: 8.5vw;
  }
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span {
    padding-right: 20vw;
    padding-left: 20vw;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span {
    padding-right: 16vw;
    padding-left: 16vw;
    font-size: 5.5vw;
  }
}
.l-leaf__heading span::before, .l-leaf__heading span::after {
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  letter-spacing: 4px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 834px) {
  .l-leaf__heading span::before, .l-leaf__heading span::after {
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span::before, .l-leaf__heading span::after {
    width: 14vw;
  }
}
.l-leaf__heading span::before {
  left: 0;
}
.l-leaf__heading span::after {
  right: 0;
}

.p-service {
  max-width: var(--contents-width);
  margin: 0 auto;
}
.p-service__section {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .p-service__section {
    margin-top: 100px;
  }
}
.p-service__icon {
  max-width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-service__icon {
    max-width: 80px;
  }
}
.p-service__heading {
  position: relative;
  max-width: var(--contents-width);
  padding: 20px;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 30px 10px;
}
@media screen and (max-width: 750px) {
  .p-service__heading {
    padding: 15px 10px;
    border-radius: 20px 10px;
  }
}
.p-service__heading span {
  font-family: var(--font-family-tsukushi);
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: 4px;
}
@media screen and (max-width: 834px) {
  .p-service__heading span {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-service__heading span {
    font-size: 6vw;
  }
}
.p-service__heading em {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 30px;
  font-family: var(--font-family-tsukushi);
  font-size: 2.4rem;
  font-style: normal;
  line-height: 1.6;
  border-radius: 30px 10px;
}
@media screen and (max-width: 834px) {
  .p-service__heading em {
    font-size: 3.4vw;
  }
}
@media screen and (max-width: 750px) {
  .p-service__heading em {
    top: -30px;
    height: 10vw;
    padding: 0 5vw;
    font-size: 3.5vw;
  }
}
.p-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .p-service__body {
    display: block;
    margin-top: 30px;
  }
}
.p-service__img {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  text-align: center;
}
.p-service__img img {
  width: 100%;
  max-width: 530px;
  overflow: hidden;
  border-radius: 30px;
}
.p-service__text {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}
@media screen and (max-width: 750px) {
  .p-service__list {
    margin-top: 30px;
  }
}
.p-service__list li {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-family: var(--font-family-tsukushi);
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 4px;
}
@media screen and (max-width: 575px) {
  .p-service__list li {
    font-size: 2rem;
  }
}
.p-service__list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  content: "✓";
}
.p-service__para {
  margin-top: 30px;
  line-height: 1.8;
}
.p-service__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.p-service__notes {
  margin-top: 30px;
  line-height: 1.8;
}
.p-service__notes > li {
  position: relative;
  margin-top: 10px;
}
.p-service__notes > li::before {
  content: "※";
}

.l-column {
  margin-top: 60px;
}
.l-column__main {
  position: relative;
  max-width: var(--contents-width);
  padding: 40px 60px;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../images/common/bg_paper-texture.jpg");
  background-repeat: no-repeat;
  border-radius: 30px;
}
@media screen and (max-width: 1280px) {
  .l-column__main {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 750px) {
  .l-column__main {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575px) {
  .l-column__main {
    padding: 30px 20px;
  }
}
.l-column__main::before {
  position: absolute;
  top: 20px;
  left: 60px;
  width: 200px;
  height: 90px;
  content: "";
  background-image: url("../images/services/bg_leaf01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .l-column__main::before {
    left: 20px;
    width: 18vw;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
@media screen and (max-width: 750px) {
  .l-column__main::before {
    top: 20vw;
  }
}
.l-column__title {
  font-family: var(--font-family-tsukushi);
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 575px) {
  .l-column__title {
    font-size: 5vw;
  }
}
.l-column__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .l-column__body {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .l-column__body {
    margin-top: 20px;
  }
}
.l-column__img {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .l-column__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.l-column__img img {
  width: 100%;
  max-width: 370px;
  overflow: hidden;
  border-radius: 30px;
}
.l-column__text {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .l-column__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}

/*202411*/

.bl_list1{
  list-style: disc;
  font-size: 14px;
}


.bl_list1 li{
  margin-left: 1.5em;
}