@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
/* top */
.p-main-visual {
  width: 100%;
  height: 45vw;
  background-image: url("../images/top/header_mv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2D845D;
  overflow: hidden;
  position: relative;
  margin-top: 73px;
}
@media (max-width: 767px) {
  .p-main-visual {
    height: 80vh;
  }
}
.p-main-visual:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45vw;
  display: block;
  background-image: url("../images/top/header_mv_text.png");
  background-size: 44%;
  background-repeat: no-repeat;
  background-position: 15% center;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-main-visual:after {
    height: 80vh;
    background-size: 80%;
  }
}

.en .p-main-visual:after {
  background-image: url("../images/top/header_mv_text.png");
}

canvas {
  position: absolute;
  width: 100vw;
  height: 55vw;
  right: -27%;
  left: inherit;
  top: -13%;
}
@media (max-width: 1300px) {
  canvas {
    opacity: 0.3;
    top: 10%;
  }
}
@media (max-width: 767px) {
  canvas {
    right: inherit;
    left: 0;
    opacity: 0.3;
  }
}

/* main */
.p-home {
  padding: 115px 0 90px;
}
@media (max-width: 1000px) {
  .p-home {
    padding: 60px 0;
  }
}
.p-home__block {
  padding: 96px 128px 0;
  margin-bottom: 96px;
  position: relative;
  opacity: 0;
  top: 25px;
  -webkit-transition: 1s;
  transition: 1s;
}
.p-home__block.is-show {
  top: 0;
  opacity: 1;
}
.p-home__block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .p-home__block {
    padding: 84px 32px 0;
    margin-top: -24px;
    margin-bottom: 60px;
  }
}
.p-home__block::before {
  position: absolute;
  left: 0;
  top: 96px;
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  background-color: #2D845D;
}
@media (max-width: 1000px) {
  .p-home__block::before {
    width: 20px;
    top: 84px;
  }
}
.p-home .topics {
  padding-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-home .topics.en {
  margin-bottom: 96px;
}
@media (max-width: 1000px) {
  .p-home .topics {
    display: block;
  }
}
.p-home .topics:before {
  top: 0;
}
.p-home .topics-list {
  background-color: #fff;
  border: 1px #CCCCCC solid;
  width: 33.3333333%;
  padding: 32px;
  position: relative;
}
@media (max-width: 1000px) {
  .p-home .topics-list {
    width: 100%;
    margin-top: -1px;
  }
}
.p-home .topics-list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 6px;
  background-color: #2D845D;
}
.p-home .topics-list-image {
  min-height: 232px;
  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;
  margin-bottom: 24px;
}
@media (max-width: 1000px) {
  .p-home .topics-list-image {
    min-height: auto;
  }
}
.p-home .topics-list-image img {
  border: 1px #ccc solid;
}
.p-home .topics-list time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.p-home .topics-list p {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 24px;
}
.p-home .release-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  .p-home .release-header {
    display: block;
  }
}
.p-home .release-header h2 {
  margin-bottom: 0;
}
.p-home .release-header a {
  display: block;
  width: 232px;
  text-decoration: underline;
  height: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  text-align: right;
  background-image: url("../images/top/re;ease_list_icon.jpg");
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1000px) {
  .p-home .release-header a {
    width: 170px;
    margin-top: 32px;
  }
}
.p-home .release-body {
  border-top: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
}
@media (max-width: 767px) {
  .p-home .release-body dl {
    display: block;
  }
}
.p-home .release-body dl dd,
.p-home .release-body dl dt {
  font-size: 1.6rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-home .release-body dl dd,
.p-home .release-body dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-home .message {
  background-color: #F4F9F7;
  padding-top: 110px;
  padding-bottom: 96px;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .p-home .message {
    padding-top: 74px;
    padding-bottom: 28px;
  }
}
.p-home .message:before {
  top: 110px;
}
@media (max-width: 1000px) {
  .p-home .message:before {
    top: 74px;
  }
}
.p-home .message-body {
  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;
}
@media (max-width: 1000px) {
  .p-home .message-body {
    display: block;
  }
}
.p-home .message-body img {
  width: 47%;
}
@media (max-width: 1000px) {
  .p-home .message-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.p-home .message-body__inner {
  width: 47%;
}
@media (max-width: 1000px) {
  .p-home .message-body__inner {
    width: 100%;
  }
}
.p-home .message-body__inner h3 {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-home .message-body__inner h3 {
    font-size: 2.2rem;
  }
}
.p-home .message-body__inner p {
  font-size: 1.6rem;
  /* line-height: 2.8rem; */
  margin-bottom: 32px;
}
.p-home .message-body__name {
  font-size: 2.2rem !important;
  font-weight: bold;
  text-align: right;
}
.p-home .message-body__name span {
  font-size: 1.4rem;
  padding-right: 20px;
  font-weight: lighter;
}
@media (max-width: 767px) {
  .p-home .dx {
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
.p-home .dx-intro {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 64px;
}
@media (max-width: 1130px) {
  picture .img-padding-bottom {
  padding-bottom: 30px;
  margin: auto;
  display: block;
  content: url(../images/top/Purpose_image_sp.png);
  }
}
.p-home .dx-body {
  position: relative;
  /* height: 690px; */
}
@media (max-width: 1130px) {
  .p-home .dx-body {
    height: auto;
  }
}
.p-home .dx-body h3 {
  width: 505px;
  height: 650px;
  text-align: center;
  position: absolute;
  left: -128px;
  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;
  background-color: #7EC139;
  color: #FFF;
  font-size: 2.5rem;
  line-height: 4rem;
  border-radius: 0 50% 50% 0;
}
@media (max-width: 1130px) {
  .p-home .dx-body h3 {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
.p-home .dx-inner {
  background-image: url("../images/top/Purpose_image_pc.png");
  /*  background-size: 255px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  /* width: calc(100% - 250px); */
  /* height: 650px; */
  /* position: absolute; */
  /* right: 0; */
  /* padding-left: 285px; */
  padding-left: 450px;
}
@media (max-width: 1130px) {
  .p-home .dx-inner {
    position: static;
    width: 100%;
    height: auto;
    /* background-image: none; */
    background-image: none !important;
	padding-left: 0;
  }
}
.p-home .dx-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
@media (max-width: 1130px) {
  .p-home .dx-grid {
    display: inline-block;
  }
}
.div1 {
  grid-area: 1 / 1 / 3 / 2;
  border: 1px #262626 dashed;
  padding: 5px 15px 5px 15px;
}
@media (max-width: 1130px) {
  .div1 {
    margin-bottom: 5px;
  }
}
.div2 {
  grid-area: 3 / 1 / 4 / 2;
  border: 1px #262626 dashed;
  padding: 5px 15px 5px 15px;
}
@media (max-width: 1130px) {
  .div2 {
    margin-bottom: 5px;
  }
}
.div3 {
  grid-area: 1 / 2 / 3 / 3;
  border: 1px #262626 dashed;
  padding: 5px 15px 5px 15px;
}
@media (max-width: 1130px) {
  .div3 {
    margin-bottom: 5px;
  }
}
.div4 {
  grid-area: 3 / 2 / 4 / 3;
  border: 1px #262626 dashed;
  padding: 5px 15px 5px 15px;
}
@media (max-width: 1130px) {
  .div4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1130px) {
  .p-home .img-none {
    display: none;
  }
}

.p-home .dx-item {
  width: 100%;
  /* height: 200px; */
  /* padding: 32px 32px 32px 32%; */
  /* padding: 15px 15px 15px 15px; */
  padding: 5px 15px 5px 15px;
  /* pmargin-bottom: 32px; */
  margin-bottom: 30px;
  /* border: 1px #262626 dashed; */
  background-repeat: no-repeat;
  background-position: 30px center;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .p-home .dx-item {
    background-size: 60px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .p-home .dx-item {
    background-image: none !important;
    /* padding: 32px; */
  }
}
.p-home .dx-item:last-child {
  margin-bottom: 0;
}
.p-home .dx-item dt {
  /* font-size: 2.5rem; */
  font-size: 25px;
  font-weight: bold;
  /* border-left: 10px solid; */
  /* padding-left: 20px; */
  /* margin-bottom: 20px; */
  margin-bottom: 5px;
  /* margin-top: 20px; */
  margin-top: 5px;
}
.p-home .dx-item:nth-child(1) {
  /* background-image: url("../images/top/dx_image_1.jpg"); */
}
.p-home .dx-item:nth-child(1) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-item:nth-child(2) {
  /* background-image: url("../images/top/dx_image_2.jpg"); */
}
.p-home .dx-item:nth-child(2) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-item:nth-child(3) {
  /* background-image: url("../images/top/dx_image_3.jpg"); */
}
.p-home .dx-item:nth-child(3) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-item:nth-child(4) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-item dd {
  font-size: 1.6rem;
  /* font-weight: bolder; */
  /* line-height: 2.5rem; */
  line-height: 4rem;
}
.p-home .dx-item img {
  vertical-align: middle;
  height: 1em;
  margin-left: 0.5em;
}
.p-home .dx-item .padding-top-bottom {
  line-height: 1.3em;
  /* padding: 0.7em 0px; */
  display: block;
  font-size: 1em;
}
.p-home .dx-items {
  width: 100%;
  /* height: 200px; */
  /* padding: 32px 32px 32px 32%; */
  /* padding: 15px 15px 15px 15px; */
  padding: 5px 15px 5px 15px;
  /* pmargin-bottom: 32px; */
  margin-bottom: 30px;
  /* border: 1px #262626 dashed; */
  background-repeat: no-repeat;
  background-position: 30px center;
  background-color: #fff;
}
@media (max-width: 1300px) {
  .p-home .dx-items {
    background-size: 60px;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .p-home .dx-items {
    background-image: none !important;
    /* padding: 32px; */
  }
}
.p-home .dx-items:last-child {
  margin-bottom: 0;
}
.p-home .dx-items dt {
  /* font-size: 2.5rem; */
  font-size: 25px;
  font-weight: bold;
  /* border-left: 10px solid; */
  /* padding-left: 20px; */
  /* margin-bottom: 20px; */
  margin-bottom: 5px;
  /* margin-top: 20px; */
  margin-top: 5px;
}
.p-home .dx-items:nth-child(1) {
  /* background-image: url("../images/top/dx_image_1.jpg"); */
}
.p-home .dx-items:nth-child(1) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-items:nth-child(2) {
  /* background-image: url("../images/top/dx_image_2.jpg"); */
}
.p-home .dx-items:nth-child(2) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-items:nth-child(3) {
  /* background-image: url("../images/top/dx_image_3.jpg"); */
}
.p-home .dx-items:nth-child(3) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-items:nth-child(4) dt {
  /* border-color: #dbe8f5; */
}
.p-home .dx-items dd {
  font-size: 1.6rem;
  /* font-weight: bolder; */
  /* line-height: 2.5rem; */
  line-height: 4rem;
}
.p-home .dx-items img {
  vertical-align: middle;
  height: 1em;
  margin-left: 0.5em;
}

.p-home .solution {
  background-color: #F4F9F7;
  background-image: url("../images/top/solution_bg_4.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 240px;
  padding: 110px 0 96px;
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .p-home .solution {
    background-position: 0 300px;
  }
}
@media (max-width: 1000px) {
  .p-home .solution {
    background-image: url("../images/top/solution_bg_4.jpg");
    background-size: cover;
    background-position: 0 150px;
    padding: 84px 0 30px;
  }
}
.p-home .solution:before {
  top: 110px;
}
@media (max-width: 1000px) {
  .p-home .solution:before {
    top: 84px;
  }
}
.p-home .solution h2 {
  padding: 0 128px;
}
@media (max-width: 1000px) {
  .p-home .solution h2 {
    padding: 0 32px;
    margin-bottom: 32px;
  }
}
.p-home .solution ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home .solution ul li {
  width: 25%;
  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: 750px;
}
@media (max-width: 1000px) {
  .p-home .solution ul li {
    width: 50%;
    min-height: 375px;
    padding-top: 60px;
    margin-bottom: 0;
  }
}
.p-home .solution ul li:not(:nth-child(n+5)) {
    border-bottom: 1px solid #fff;
}
.p-home .solution ul li a {
  background-image: url("../images/top/solution_arrow.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 52px;
  padding-bottom: 117px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
}
.p-home .solution ul li a:hover {
  opacity: 0.5;
  background-image: url("../images/top/solution_arrow_hover.png");
}
@media (max-width: 1000px) {
  .p-home .solution ul li img {
    width: 150px;
  }
}
@media (max-width: 1000px) {
  .p-home .solution ul li .img_1,
.p-home .solution ul li .img_3 {
    width: 100px;
  }
}
@media (max-width: 1000px) {
  .p-home .solution ul li .img_2 {
    width: 123px;
  }
}
@media (max-width: 1000px) {
  .p-home .solution ul li .img_4 {
    width: 140px;
  }
}
.p-home .case-wrap {
  overflow-y: hidden;
  position: relative;
}
.p-home .case-wrap::-webkit-scrollbar-thumb {
  background-color: #2D845D;
  border-radius: 5px;
}
.p-home .case-body {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  position: relative;
  left: 0;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .p-home .case-body {
    width: 1851px;
  }
}
.p-home .case-body__inner:last-of-type {
  margin-right: 0;
}
@media (max-width: 575px) {
  .p-home .case-body__inner {
    width: 85vw;
  }
}
.p-home .case .ex {
  display: none;
}
.p-home .case .ex-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bolder;
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  border-left: 10px #2D845D solid;
  padding-left: 16px;
  margin-bottom: 14px;
}
.p-home .case .ex-image {
  margin-bottom: 16px;
  width: 560px;
}
@media (max-width: 1000px) {
  .p-home .case .ex-image {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .p-home .case .ex-image {
    width: 100%;
  }
}
.p-home .case .ex-text {
  font-size: 25.6px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .p-home .case .ex-text {
    width: 70%;
    line-height: 2.4rem;
  }
}
@media (max-width: 575px) {
  .p-home .case .ex-text {
    width: 100%;
  }
}
.p-home .case .ex-link {
  margin-top: 32px;
}
.p-home .case .ex--display {
  display: block;
}
.p-home .case-bottom {
  padding-top: 96px;
}
.p-home .case .banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .p-home .case .banner {
    display: block;
  }
}
.p-home .case .banner-single {
  width: 30%;
  max-width: 373px;
}
@media (max-width: 767px) {
  .p-home .case .banner-single {
    display: block;
    width: 100%;
    margin: 0 auto 16px;
  }
}
.p-home .case .banner-single img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-home .case .banner-single img.border {
  border: 1px #ccc solid;
}
.p-home .case .banner-single img:hover {
  opacity: 0.4;
}
.p-home .case .banner-other img {
  display: block;
  margin: 50px auto 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-home .case .banner-other img:hover {
  opacity: 0.4;
}

.case-text {
  margin-top: 64px;
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #2D845D;
}

.case-tags {
  margin-top: 32px;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #CCCCCC;
}

.case-tags__item {
  padding: 3px 12px;
  border-radius: 15px;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-tags__item.active {
  background-color: #2D845D;
  color: #fff;
}

.case-body__link-button {
  display: inline-block;
  max-width: 328px;
}

.case-tags__item {
  padding: 3px 12px;
  border-radius: 15px;
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #262626;
}

.case-tags__item.active {
  background-color: #2D845D;
  color: #fff;
  border: 1px solid #2D845D;
}

.case-body__link-button {
  display: inline-block;
  max-width: 328px;
}

.case-contact {
  margin-top: 96px;
  padding: 96px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F9F9F9;
}
@media (max-width: 1000px) {
  .case-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px 32px;
  }
}

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

.case-contact__ja-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.1;
}

h2.case-contact__en-title {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 32px;
  font-family: futura;
  font-weight: bold;
  line-height: 0.85;
}

.case-contact__link {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2D845D;
}
@media (max-width: 1000px) {
  .case-contact__link {
    margin-top: 20px;
    width: 44px;
    height: 44px;
  }
}

.case-contact__link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
}
@media (max-width: 1000px) {
  .case-contact__link::before {
    width: 16px;
  }
}

.case-contact__link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(calc(-50% + 5px)) translateX(calc(-50% - 1px));
}
@media (max-width: 1000px) {
  .case-contact__link::after {
    -webkit-transform: rotate(45deg) translateY(calc(-50% + 6px)) translateX(calc(-50% - 2px));
            transform: rotate(45deg) translateY(calc(-50% + 6px)) translateX(calc(-50% - 2px));
  }
}

.ex-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}

.ex-tag {
  padding: 3px 12px;
  font-size: 16px;
  color: #fff;
  background-color: #CCCCCC;
  letter-spacing: 0.05em;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 15px;
}

.ex-tag.active {
  background-color: #2D845D;
}
/*# sourceMappingURL=top.css.map */

/* 追記 */
.solution__text {
    font-size: 13px!important;
    line-height: 1.0!important;
	letter-spacing: 0.02em!important;
}
