@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;700;900&family=Poppins:wght@300;400&display=swap");
.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 {
  background-color: var(--sub01-color);
  color: var(--point02-color);
}
.l-main.is-herbalgreen .p-service__list 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 {
  background-color: var(--pinkbeige-sub01-color);
  color: var(--pinkbeige-point02-color);
}
.l-main.is-pinkbeige .p-service__list 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 {
  background-color: var(--grege-sub01-color);
  color: var(--grege-point02-color);
}
.l-main.is-grege .p-service__list li:before {
  color: var(--grege-point01-color);
}

.l-section {
  margin-top: 150px;
}
@media screen and (max-width: 1280px) {
  .l-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .l-section {
    margin-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-section.is-wall01, .l-section.is-wall02, .l-section.is-wall03 {
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: var(--contents-width);
  margin: 0 auto;
}
.l-service__item {
  margin: 20px 20px;
}
@media screen and (max-width: 750px) {
  .l-service__item {
    margin: 20px 2vw;
  }
}
.l-service__item a {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.5);
          box-shadow: 5px 5px 0 rgba(204, 204, 204, 0.5);
  padding: 30px 0;
  position: relative;
  -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 {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -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;
  width: 12px;
  height: 8px;
}
@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 {
  -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);
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
}
@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-height: 10vw;
    max-width: 10vw;
  }
}
.l-service__title {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: center;
  font-family: var(--font-family-tsukushi);
  line-height: 1.2;
  min-height: 40px;
  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 (max-width: 750px) {
  .l-service__title {
    font-size: 3vw;
    min-height: 5vw;
  }
}

.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 {
  content: "";
  width: 100%;
  height: calc(100% + 600px);
  position: absolute;
  top: -200px;
  top: -600px;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url(../../images/services/bg_services01.png);
}
@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 {
  text-align: center;
  position: relative;
  padding-top: 100px;
}
.corporate__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 80px;
  height: 65px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.corporate__heading.is-herbalgreen::before {
  background-image: url(../../images/common/ico_building_herbalgreen.svg);
}
.corporate__heading.is-grege::before {
  background-image: url(../../images/common/ico_building_grege.svg);
}
.corporate__heading.is-pinkbeige::before {
  background-image: url(../../images/common/ico_building_pinkbeige.svg);
}
.corporate__heading span {
  font-size: 3.2rem;
  font-family: var(--font-family-tsukushi);
  color: var(--sub03-color);
  letter-spacing: 4px;
  line-height: 1;
}
@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 {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: -1;
  background-size: 100% 100%;
  background-image: url(../../images/services/bg_services02.png);
}
@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 {
  max-width: var(--contents-width);
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .p-corporate__list {
    margin-top: 20px;
  }
}
.p-corporate__item {
  margin: 10px 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -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: 48%;
  }
}

.l-leaf__header {
  text-align: center;
}
.l-leaf__heading {
  display: inline-block;
}
.l-leaf__heading span {
  position: relative;
  padding-left: 250px;
  padding-right: 250px;
  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;
  font-size: 2.8rem;
  font-family: var(--font-family-tsukushi);
  letter-spacing: 4px;
  line-height: 1;
}
.l-leaf__heading span em {
  font-style: normal;
  font-family: var(--font-family-dancing);
  display: block;
  font-size: 8rem;
  margin-bottom: 10px;
}
@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-left: 20vw;
    padding-right: 20vw;
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 750px) {
  .l-leaf__heading span {
    padding-left: 16vw;
    padding-right: 16vw;
    font-size: 5.5vw;
  }
}
.l-leaf__heading span::before, .l-leaf__heading span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  letter-spacing: 4px;
}
@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 {
  margin: 0 auto;
  max-width: 100px;
}
@media screen and (max-width: 750px) {
  .p-service__icon {
    max-width: 80px;
  }
}
.p-service__heading {
  max-width: var(--contents-width);
  margin: 20px auto 0;
  border-radius: 30px 10px 30px 10px;
  padding: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-service__heading {
    padding: 15px 10px;
    border-radius: 20px 10px 20px 10px;
  }
}
.p-service__heading span {
  font-size: 3rem;
  font-family: var(--font-family-tsukushi);
  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;
  font-size: 2.4rem;
  font-family: var(--font-family-tsukushi);
  line-height: 1.6;
  font-style: normal;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  border-radius: 30px 10px 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 {
    height: 10vw;
    padding: 0 5vw;
    top: -30px;
    font-size: 3.5vw;
  }
}
.p-service__body {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-service__body {
    margin-top: 30px;
    display: block;
  }
}
.p-service__img {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  text-align: center;
}
.p-service__img img {
  max-width: 530px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.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 {
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
  font-size: 2.4rem;
  font-family: var(--font-family-tsukushi);
  letter-spacing: 4px;
  line-height: 1.4;
}
@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 {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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