@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://use.typekit.net/kkb4laj.css");
@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  40% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  90% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes flip2 {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes down {
  0% {
    transform: rotate(0deg) translateY(0px);
  }
  10% {
    transform: rotate(0deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(10px);
  }
  60% {
    transform: rotate(0deg) translateY(10px);
  }
  90% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(0px);
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-40px);
    /* 上に20px移動 */
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle {
  0% {
    color: #8CB808;
    transform: translateY(10px);
  }
  40% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  50% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  60% {
    color: #282828;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounceTitle2 {
  0% {
    color: #282828;
    transform: translateY(20px);
  }
  40% {
    color: #282828;
    transform: translateY(-20px);
  }
  60% {
    color: #8CB808;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
main#container section {
  width: 100%;
}
main#container section#hero {
  width: 100%;
  padding: 160px 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}
main#container section#hero:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#hero .inner {
  width: 100%;
  position: relative;
}
main#container section#hero .inner .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 72px 0;
}
main#container section#hero .inner .title .titleslider {
  width: 100%;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear;
}
main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 24rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: auto;
}
main#container section#hero .inner .title .intitle {
  width: calc(100% - 320px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#hero .inner .title .intitle h2 {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title .intitle .breadcrumb {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 8px;
}
main#container section#hero .inner .title .intitle .breadcrumb a {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.3s ease-in 0s;
}
main#container section#hero .inner .title .intitle .breadcrumb a:hover {
  color: #225a02;
}
main#container section#hero .inner .title .intitle .breadcrumb span {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#hero .inner .title > figure {
  display: none;
}
main#container section#hero .inner figure {
  width: 25.5%;
  position: absolute;
  top: calc(50% - 14.025vw);
  right: 14.444%;
  z-index: 1;
}
main#container section#contents {
  width: calc(100% - 160px);
  margin: 0 auto;
}
main#container section#contents:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner {
  width: 100%;
}
main#container section#contents .inner .contents {
  width: 100%;
}
main#container section#contents .inner .contents.active {
  display: block;
}
main#container section#contents .inner .contents .ctitle {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 4px 0;
}
main#container section#contents .inner .contents .ctitle h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main#container section#contents .inner .contents .ctitle h3 span {
  color: #282828;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 6.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .ctitle p {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap {
  width: 100%;
}
main#container section#contents .inner .contents .inwrap:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .inwrap .myhero {
  width: calc(100% - 160px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 84px;
}
main#container section#contents .inner .contents .inwrap .myhero.on .illust {
  opacity: 1;
  transform: translateY(0px);
}
main#container section#contents .inner .contents .inwrap .myhero.on .text dl dt {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .myhero.on .text dl dd {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .myhero .illust {
  width: calc(50% - 70px);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .myhero .illust figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
main#container section#contents .inner .contents .inwrap .myhero .text {
  text-align: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .contents .inwrap .myhero .text .ctitle {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .contents .inwrap .myhero .text dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .myhero .text dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  opacity: 0;
  transition: all 0.35s ease-in 0.5s;
}
main#container section#contents .inner .contents .inwrap .myhero .text dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  opacity: 0;
  transition: all 0.35s ease-in 0.75s;
}
main#container section#contents .inner .contents .inwrap .service {
  width: 100vw;
  background-color: #282828;
  position: relative;
  padding: 100px 80px;
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 80px 0;
}
main#container section#contents .inner .contents .inwrap .service .each {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
}
main#container section#contents .inner .contents .inwrap .service .each.on .ineach::before {
  opacity: 1;
  top: -40px;
}
main#container section#contents .inner .contents .inwrap .service .each.on > dl > dt {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .service .each.on > dl > dd {
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .service .each.on .explain {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
main#container section#contents .inner .contents .inwrap .service .each.on .explain figure {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents .inwrap .service .each.on .explain .text {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents .inwrap .service .each.s1 .ineach::before {
  background-image: url(../images/illust_service1.png);
}
main#container section#contents .inner .contents .inwrap .service .each.s2 .ineach::before {
  background-image: url(../images/illust_service2.png);
}
main#container section#contents .inner .contents .inwrap .service .each.s3 .ineach::before {
  background-image: url(../images/illust_service3.png);
}
main#container section#contents .inner .contents .inwrap .service .each > dl {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 32px;
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dt {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0s;
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dt span:nth-child(1) {
  color: #8CB808;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dt span:nth-child(2) {
  color: #8CB808;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dd {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px 0;
  opacity: 0;
  transition: all 0.35s ease-in 0.35s;
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dd span:nth-child(1) {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .service .each > dl > dd span:nth-child(2) {
  color: #FFF;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .service .each .ineach {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px 0;
  position: relative;
}
main#container section#contents .inner .contents .inwrap .service .each .ineach::before {
  content: "";
  width: 179px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 1;
  opacity: 0;
  transition: all 0.35s ease-in 1.5s;
}
main#container section#contents .inner .contents .inwrap .service .each .explain {
  width: 100%;
  background-color: #f9f6f2;
  padding: 8px;
  border-radius: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.75s;
}
main#container section#contents .inner .contents .inwrap .service .each .explain figure {
  width: 40%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1s;
  clip-path: inset(0 0 100% 0);
}
main#container section#contents .inner .contents .inwrap .service .each .explain figure span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-shadow: 0 0 3px rgba(50, 50, 50, 0.5);
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}
main#container section#contents .inner .contents .inwrap .service .each .explain .text {
  width: calc(60% - 40px);
  padding: 0 72px 0 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 1.25s;
  clip-path: inset(0 0 100% 0);
}
main#container section#contents .inner .contents .inwrap .service .each .explain .text h5 {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
main#container section#contents .inner .contents .inwrap .service .each .explain .text p {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence {
  width: 100%;
  background-color: #f9f6f2;
  padding: 8px;
  border-radius: 24px;
  clip-path: inset(0 0 100% 0);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.25s;
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence.on {
  clip-path: inset(0 0 0 0);
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 24px;
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dt {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  min-height: 64px;
  background-color: #282828;
  padding: 8px 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flexstart;
  gap: 0 16px;
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd p::before {
  content: "・";
  display: inline-block;
}
main#container section#contents .inner .contents .inwrap .list {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .list:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .inwrap .list dl {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 80px;
  background-color: #F9F6F2;
  padding: 24px;
  border-radius: 8px;
}
main#container section#contents .inner .contents .inwrap .list dl dt {
  width: 120px;
}
main#container section#contents .inner .contents .inwrap .list dl dt span {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .list dl dd {
  width: calc(100% - 120px - 80px);
}
main#container section#contents .inner .contents .inwrap .list dl dd span {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .map {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main#container section#contents .inner .contents .inwrap .map .gmap {
  width: calc(50% + 16px);
}
main#container section#contents .inner .contents .inwrap .map .gmap > div {
  width: 100%;
  height: 400px;
  margin-bottom: 8px;
}
main#container section#contents .inner .contents .inwrap .map .gmap > div iframe {
  width: 100%;
  height: 100%;
}
main#container section#contents .inner .contents .inwrap .map .gmap p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 8px;
}
main#container section#contents .inner .contents .inwrap .map .gmap p::before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(../../common/images/icon_map.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main#container section#contents .inner .contents .inwrap .map .gmap p a {
  color: #282828;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: underline;
}
main#container section#contents .inner .contents .inwrap .map .data {
  text-align: left;
  width: calc(50% - 16px - 16px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 0;
}
main#container section#contents .inner .contents .inwrap .map .data dl {
  width: 100%;
  background-color: #F9F6F2;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px 0;
}
main#container section#contents .inner .contents .inwrap .map .data dl dt {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .inwrap .map .data dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts {
  width: 100%;
  margin-top: -34px;
  border-radius: 0 0 24px 24px;
  position: relative;
  overflow: hidden;
}
main#container section#contents .inner .contents .thoughts:not(:last-child) {
  margin-bottom: 80px;
}
main#container section#contents .inner .contents .thoughts::before {
  content: "";
  width: 100%;
  height: 34px;
  background-image: url(../../common/images/loop_wave.png);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: contain;
  display: block;
}
main#container section#contents .inner .contents .thoughts .inner {
  width: 100%;
  padding: 72px 0 0 0;
  background-color: #ede7de;
}
main#container section#contents .inner .contents .thoughts .inner .each {
  width: calc(100% - 160px);
  margin: 0 auto 130px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main#container section#contents .inner .contents .thoughts .inner .each dl {
  width: calc((100% - 72px) / 4);
  background-color: #FFF;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(1)::before {
  background-image: url(../images/illust_core1.png);
}
main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(2)::before {
  background-image: url(../images/illust_core2.png);
}
main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(3)::before {
  background-image: url(../images/illust_core3.png);
}
main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(4)::before {
  background-image: url(../images/illust_core4.png);
}
main#container section#contents .inner .contents .thoughts .inner .each dl::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 52px;
  height: 160px;
  bottom: -150px;
  position: absolute;
  z-index: 1;
  display: block;
}
main#container section#contents .inner .contents .thoughts .inner .each dl::after {
  content: "";
  width: 16px;
  height: 18px;
  background-color: #FFF;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  display: block;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 60px);
}
main#container section#contents .inner .contents .thoughts .inner .each dl dt {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 24px 0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: solid 1px #ede7de;
}
main#container section#contents .inner .contents .thoughts .inner .each dl dt span:nth-child(1) {
  color: #8CB808;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10.4rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts .inner .each dl dt span:nth-child(2) {
  color: #000000;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts .inner .each dl dd p {
  color: #000000;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main#container section#contents .inner .contents .thoughts .inner .text {
  width: 100%;
  height: 246px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #8CB808;
}
main#container section#contents .inner .contents .thoughts .inner .text p span {
  color: #f9f6f2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 2;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  text-decoration: none;
  background-image: linear-gradient(90deg, #f9f6f2, #f9f6f2);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  padding-bottom: 4px;
}
main#container .link {
  width: 388px;
  margin: 0 auto;
}
main#container .link a {
  width: 100%;
  height: 56px;
  background-color: #2e7b03;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main#container .link a::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #f9f6f2;
  background-image: url(../../common/images/arrow_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 8px;
  border-radius: 4px;
  position: absolute;
  top: calc(50% - 20px);
  right: 8px;
}
main#container .link a span {
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main#container section {
    width: 100%;
  }
  main#container section#hero {
    padding: 80px 0 0 0;
  }
  main#container section#hero:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#hero .inner {
    width: 100%;
    position: relative;
  }
  main#container section#hero .inner .title {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
  }
  main#container section#hero .inner .title .titleslider .swiper-wrapper .swiper-slide {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 10.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#hero .inner .title .intitle h2 {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 8px;
  }
  main#container section#hero .inner .title .intitle .breadcrumb a {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title .intitle .breadcrumb span {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#hero .inner .title > figure {
    width: 48%;
    margin: -54px 0 40px 0;
    position: relative;
    display: block;
    z-index: 2;
    top: auto;
    right: auto;
  }
  main#container section#hero .inner > figure {
    display: none;
  }
  main#container section#contents {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  main#container section#contents:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner {
    width: 100%;
  }
  main#container section#contents .inner .contents {
    width: 100%;
  }
  main#container section#contents .inner .contents.active {
    display: block;
  }
  main#container section#contents .inner .contents .ctitle {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4px 0;
  }
  main#container section#contents .inner .contents .ctitle h3 span {
    color: #282828;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .ctitle p {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap {
    width: 100%;
  }
  main#container section#contents .inner .contents .inwrap:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents .inner .contents .inwrap .myhero {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 88px;
  }
  main#container section#contents .inner .contents .inwrap .myhero .illust {
    width: 100%;
    margin-bottom: 48px;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text {
    text-align: left;
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text .ctitle {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-align: center;
  }
  main#container section#contents .inner .contents .inwrap .myhero .text dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service {
    padding: 80px 16px;
    gap: 0px;
  }
  main#container section#contents .inner .contents .inwrap .service .each {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .service .each:not(:last-child) {
    margin-bottom: 40px;
  }
  main#container section#contents .inner .contents .inwrap .service .each.on .ineach::before {
    top: -104px;
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl {
    width: 100%;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dt span:nth-child(1) {
    color: #8CB808;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dt span:nth-child(2) {
    color: #8CB808;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dd {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dd span:nth-child(1) {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service .each > dl > dd span:nth-child(2) {
    color: #FFF;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service .each .ineach::before {
    content: "";
    width: 100px;
    height: 112px;
    top: -88px;
    right: 16px;
    z-index: 1;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain {
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain figure {
    width: 100%;
    margin-bottom: 16px;
    border-radius: 4px;
    overflow: hidden;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain .text {
    width: 100%;
    padding: 0px;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain .text h5 {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    margin-bottom: 16px;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain .text h5 br {
    display: none;
  }
  main#container section#contents .inner .contents .inwrap .service .each .explain .text p {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence {
    padding: 16px;
    border-radius: 8px;
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 0;
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dt {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    min-height: 30px;
    background-color: #282828;
    padding: 4px 8px;
    border-radius: 4px;
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px 8px;
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents .inwrap .service .each .correspondence dl dd p::before {
    content: "・";
    display: inline-block;
  }
  main#container section#contents .inner .contents .inwrap .list {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .list:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents .inner .contents .inwrap .list dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 80px;
    background-color: #F9F6F2;
    padding: 24px;
    border-radius: 8px;
  }
  main#container section#contents .inner .contents .inwrap .list dl dt {
    width: 120px;
  }
  main#container section#contents .inner .contents .inwrap .list dl dt span {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .list dl dd {
    width: calc(100% - 120px - 80px);
  }
  main#container section#contents .inner .contents .inwrap .list dl dd span {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .map {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap {
    width: calc(50% + 16px);
  }
  main#container section#contents .inner .contents .inwrap .map .gmap > div {
    width: 100%;
    height: 400px;
    margin-bottom: 8px;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap > div iframe {
    width: 100%;
    height: 100%;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p::before {
    content: "";
    width: 15px;
    height: 18px;
    background-image: url(../../common/images/icon_map.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main#container section#contents .inner .contents .inwrap .map .gmap p a {
    color: #282828;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: underline;
  }
  main#container section#contents .inner .contents .inwrap .map .data {
    text-align: left;
    width: calc(50% - 16px - 16px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main#container section#contents .inner .contents .inwrap .map .data dl {
    width: 100%;
    background-color: #F9F6F2;
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px 0;
  }
  main#container section#contents .inner .contents .inwrap .map .data dl dt {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .inwrap .map .data dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts {
    width: 100%;
    margin-top: -34px;
    border-radius: 0 0 24px 24px;
    position: relative;
    overflow: hidden;
  }
  main#container section#contents .inner .contents .thoughts:not(:last-child) {
    margin-bottom: 80px;
  }
  main#container section#contents .inner .contents .thoughts::before {
    content: "";
    width: 100%;
    height: 34px;
    background-image: url(../../common/images/loop_wave.png);
    background-repeat: repeat-x;
    background-position: left center;
    background-size: contain;
    display: block;
  }
  main#container section#contents .inner .contents .thoughts .inner {
    width: 100%;
    padding: 72px 0 0 0;
    background-color: #ede7de;
  }
  main#container section#contents .inner .contents .thoughts .inner .each {
    width: calc(100% - 160px);
    margin: 0 auto 130px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl {
    width: calc((100% - 72px) / 4);
    background-color: #FFF;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(1)::before {
    background-image: url(../images/illust_core1.png);
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(2)::before {
    background-image: url(../images/illust_core2.png);
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(3)::before {
    background-image: url(../images/illust_core3.png);
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl:nth-child(4)::before {
    background-image: url(../images/illust_core4.png);
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 52px;
    height: 160px;
    bottom: -150px;
    position: absolute;
    z-index: 1;
    display: block;
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl::after {
    content: "";
    width: 16px;
    height: 18px;
    background-color: #FFF;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    display: block;
    position: absolute;
    bottom: -13px;
    left: calc(50% - 60px);
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl dt {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 24px 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px #ede7de;
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl dt span:nth-child(1) {
    color: #8CB808;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10.4rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl dt span:nth-child(2) {
    color: #000000;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .each dl dd p {
    color: #000000;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main#container section#contents .inner .contents .thoughts .inner .text {
    width: 100%;
    height: 246px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #8CB808;
  }
  main#container section#contents .inner .contents .thoughts .inner .text p span {
    color: #f9f6f2;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 2;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    text-decoration: none;
    background-image: linear-gradient(90deg, #f9f6f2, #f9f6f2);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    padding-bottom: 4px;
  }
  main#container .link {
    width: 388px;
    margin: 0 auto;
  }
  main#container .link a {
    width: 100%;
    height: 56px;
    background-color: #2e7b03;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main#container .link a::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #f9f6f2;
    background-image: url(../../common/images/arrow_link.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 8px;
    border-radius: 4px;
    position: absolute;
    top: calc(50% - 20px);
    right: 8px;
  }
  main#container .link a span {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
}

/*# sourceMappingURL=style_business.css.map */
