.p-topKv {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 40em) {
  .p-topKv {
    min-height: calc(60vw + 12rem);
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 4/3) {
  .p-topKv {
    min-height: calc(100vh + 6rem);
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 22/10) {
  .p-topKv {
    min-height: calc(40vw + 12rem);
  }
}
.p-topKv_pic {
  width: 100%;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 40em) {
  .p-topKv_pic {
    width: 50%;
    height: 60vw;
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 4/3) {
  .p-topKv_pic {
    height: calc(100vh - 6rem);
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 22/10) {
  .p-topKv_pic {
    height: 40vw;
  }
}
.p-topKv_pic img {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 10rem;
}
@media only screen and (min-width: 40em) {
  .p-topKv_pic img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0 0 clamp(20rem, 25vw, 40rem) 0;
  }
}
.p-topKv_inner {
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 49.3333333333vw;
}
@media only screen and (min-width: 40em) {
  .p-topKv_inner {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: calc(60vw + 6rem);
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 4/3) {
  .p-topKv_inner {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 40em) and (min-aspect-ratio: 22/10) {
  .p-topKv_inner {
    min-height: calc(40vw + 6rem);
  }
}
.p-topKv_hl {
  font-size: clamp(3.2rem, 8.5333333333vw, 6.2rem);
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.4;
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topKv_hl {
    font-size: clamp(2.4rem, 4.4285714286vw, 6.2rem);
  }
}
.p-topKv_hl2 {
  font-size: clamp(1.8rem, 4.8vw, 2.4rem);
  font-weight: bold;
  margin-bottom: 1em;
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topKv_hl2 {
    font-size: clamp(1.4rem, 1.7142857143vw, 2.4rem);
  }
}
.p-topKv_tv {
  width: 48vw;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transform: translateX(5.3333333333vw);
          transform: translateX(5.3333333333vw);
}
@media only screen and (min-width: 40em) {
  .p-topKv_tv {
    width: clamp(18rem, 39.2857142857vw, 55rem);
    aspect-ratio: 1/1.08;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-6rem, 6rem);
            transform: translate(-6rem, 6rem);
  }
}
.p-topKv_tv img {
  width: 100%;
  height: auto;
}
.p-topKv_txt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.3rem, 3.4666666667vw, 1.8rem);
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topKv_txt {
    width: 50%;
    font-size: clamp(1.1rem, 1.2857142857vw, 1.8rem);
    padding-left: clamp(3rem, 5.7142857143vw, 8rem);
  }
}
@media only screen and (min-width: 64em) and (min-aspect-ratio: 4/3) {
  .p-topKv_txt {
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 64em) and (min-aspect-ratio: 22/10) {
  .p-topKv_txt {
    padding-bottom: 0;
  }
}

.p-topAbout {
  position: relative;
  overflow: hidden;
}
.p-topAbout_kv {
  width: 84vw;
  display: block;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_kv {
    position: absolute;
    width: 50vw;
    height: clamp(40rem, 50vw, 80rem);
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .p-topAbout_kv {
    height: clamp(50rem, 57.1428571429vw, 80rem);
  }
}
.p-topAbout_kv img {
  width: 100%;
  height: auto;
  border-radius: 0 42vw 42vw 0;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_kv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: clamp(20rem, 25vw, 40rem) 0 0 clamp(20rem, 25vw, 40rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-topAbout_kv img {
    border-radius: clamp(25rem, 28.5714285714vw, 40rem) 0 0 clamp(25rem, 28.5714285714vw, 40rem);
  }
}
.p-topAbout_contents {
  margin-top: 5rem;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_contents {
    margin-top: 0;
  }
}
.p-topAbout_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.3rem, 3.4666666667vw, 2.4rem);
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_inner {
    min-height: clamp(40rem, 50vw, 80rem);
    font-size: clamp(1rem, 1.7333333333vw, 2.4rem);
    padding-bottom: clamp(6rem, 8vw, 10rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-topAbout_inner {
    min-height: clamp(50rem, 57.1428571429vw, 80rem);
    font-size: clamp(1.6rem, 1.7142857143vw, 2.4rem);
  }
}
.p-topAbout_inner p:nth-of-type(n+2) {
  margin-top: 1.4em;
}
.p-topAbout_hl {
  font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  font-weight: bold;
  margin-bottom: 1em;
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_hl {
    font-size: clamp(2.4rem, 3.4285714286vw, 4.8rem);
  }
}
.p-topAbout_images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 6rem);
  margin-top: 5rem;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_images {
    margin-top: 0;
    width: 65%;
    gap: clamp(1.5rem, 3.5714285714vw, 5rem);
    padding-bottom: clamp(3rem, 4.2857142857vw, 6rem);
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-topAbout_images {
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
}
.p-topAbout_images_img1, .p-topAbout_images_img2 {
  display: block;
  width: 100%;
  height: auto;
  border-radius: clamp(3rem, 8vw, 8rem) 0 clamp(3rem, 8vw, 8rem) 0;
}
@media only screen and (min-width: 40em) {
  .p-topAbout_images_img1, .p-topAbout_images_img2 {
    border-radius: clamp(3rem, 5.7142857143vw, 8rem) 0 clamp(3rem, 5.7142857143vw, 8rem) 0;
  }
}
.p-topAbout_images_img2 {
  -webkit-transform: translateY(clamp(3rem, 8vw, 6rem));
          transform: translateY(clamp(3rem, 8vw, 6rem));
}
@media only screen and (min-width: 40em) {
  .p-topAbout_images_img2 {
    -webkit-transform: translateY(clamp(3rem, 4.2857142857vw, 6rem));
            transform: translateY(clamp(3rem, 4.2857142857vw, 6rem));
  }
}

.p-topProblem_hl {
  font-size: clamp(2.4rem, 6.4vw, 4.8rem);
  font-weight: bold;
  color: #111;
  margin-bottom: clamp(2rem, 4.1666666667vw, 4.1rem);
}
@media only screen and (min-width: 40em) {
  .p-topProblem_hl {
    font-size: clamp(3.6rem, 3.4285714286vw, 4.8rem);
    margin-bottom: clamp(3rem, 2.9285714286vw, 4.1rem);
    text-align: center;
  }
}
.p-topProblem_lead {
  font-size: clamp(1.2rem, 3.4666666667vw, 2.4rem);
  margin-bottom: clamp(2.5rem, 5.3333333333vw, 5rem);
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-topProblem_lead {
    text-align: center;
  }
}
.p-topProblem_lead_strong {
  font-weight: bold;
}
.p-topProblem_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1rem, 2.6666666667vw, 6rem);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: clamp(2rem, 2.8571428571vw, 4rem);
    padding-bottom: 6rem;
  }
}
.p-topProblem_list_item {
  aspect-ratio: 1/1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 2rem 2rem -2.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 2rem 2rem -2.5rem rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 40em) {
  .p-topProblem_list_item {
    -webkit-box-shadow: 0 2.5rem 2rem -3rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 2.5rem 2rem -3rem rgba(0, 0, 0, 0.15);
  }
}
.p-topProblem_list_item:nth-of-type(1) {
  border-top-left-radius: clamp(2rem, 4.1666666667vw, 4rem);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_item:nth-of-type(1) {
    border-top-left-radius: clamp(2rem, 2.8571428571vw, 4rem);
    border-bottom-left-radius: clamp(2rem, 2.8571428571vw, 4rem);
  }
}
.p-topProblem_list_item:nth-of-type(2) {
  border-top-right-radius: clamp(2rem, 4.1666666667vw, 4rem);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_item:nth-of-type(2) {
    border-top-right-radius: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_item:nth-of-type(3) {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
.p-topProblem_list_item:nth-of-type(4) {
  border-bottom-right-radius: clamp(2rem, 4.1666666667vw, 4rem);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_item:nth-of-type(4) {
    border-bottom-right-radius: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
}
.p-topProblem_list_item:nth-of-type(5) {
  border-bottom-left-radius: clamp(2rem, 4.1666666667vw, 4rem);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_item:nth-of-type(5) {
    border-bottom-left-radius: 0;
    border-top-right-radius: clamp(2rem, 2.8571428571vw, 4rem);
    border-bottom-right-radius: clamp(2rem, 2.8571428571vw, 4rem);
  }
}
.p-topProblem_list_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(0.6rem, 2.0833333333vw, 1.5rem);
}
.p-topProblem_list_txt1 {
  color: #666;
  font-weight: normal;
  font-size: clamp(1rem, 2.6666666667vw, 1.6rem);
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_txt1 {
    font-size: clamp(1rem, 1vw, 1.4rem);
  }
}
.p-topProblem_list_txt2 {
  font-weight: bold;
  font-size: clamp(1.3rem, 3.4666666667vw, 2.4rem);
  color: #111;
}
@media only screen and (min-width: 64em) {
  .p-topProblem_list_txt2 {
    font-size: clamp(1.5rem, 1.5vw, 2.1rem);
  }
}
.p-topProblem_list_txt2_strong {
  color: #008e39;
}

.p-topService_hl {
  font-size: clamp(1.3rem, 3.4666666667vw, 2rem);
  font-weight: bold;
  color: #111;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .p-topService_hl {
    font-size: clamp(1.3rem, 1.8461538462vw, 2.4rem);
    margin-bottom: clamp(3rem, 3.0769230769vw, 4rem);
    text-align: center;
  }
}
.p-topService_hl_strong1, .p-topService_hl_strong2 {
  font-weight: bold;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
}
@media only screen and (min-width: 40em) {
  .p-topService_hl_strong1, .p-topService_hl_strong2 {
    font-size: clamp(1.8rem, 2.4615384615vw, 3.2rem);
  }
}
.p-topService_hl_strong2 {
  color: #008e39;
}

.p-topCase_lead {
  font-size: clamp(1.1rem, 2.9333333333vw, 1.8rem);
  font-weight: bold;
  color: #111;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .p-topCase_lead {
    font-size: clamp(1.1rem, 2.4vw, 1.8rem);
    margin-bottom: clamp(4rem, 4.6153846154vw, 6rem);
    text-align: center;
  }
}

.p-topNews_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
@media only screen and (min-width: 64em) {
  .p-topNews_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-topNews_content {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .p-topNews_content {
    width: 65%;
  }
}
.p-topNews_hl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .p-topNews_hl {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 64em) {
  .p-topNews_hl {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
}
.p-topNews_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media only screen and (min-width: 64em) {
  .p-topNews_images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(4rem, 4.6153846154vw, 6rem);
    width: 31%;
    padding-bottom: 0;
  }
}
.p-topNews_images_img1 {
  width: 59%;
  height: auto;
  border-radius: 10.6666666667vw 0 10.6666666667vw 0;
}
@media only screen and (min-width: 64em) {
  .p-topNews_images_img1 {
    width: 100%;
    border-radius: clamp(4rem, 6.1538461538vw, 8rem) 0 clamp(4rem, 6.1538461538vw, 8rem) 0;
  }
}
.p-topNews_images_img2 {
  width: 35%;
  height: auto;
  border-radius: 8vw 0 8vw 0;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}
@media only screen and (min-width: 64em) {
  .p-topNews_images_img2 {
    width: 61%;
    border-radius: clamp(3rem, 4.6153846154vw, 6rem) 0 clamp(3rem, 4.6153846154vw, 6rem) 0;
    -webkit-transform: translateX(-6rem);
            transform: translateX(-6rem);
  }
}

.p-topCTA {
  background-color: #f2f2f2;
  border-radius: clamp(10rem, 26.6666666667vw, 20rem) 0 0 0;
  padding: clamp(6rem, 16vw, 10rem) 0;
}
.p-topCTA_hl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #111;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .p-topCTA_hl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .p-topCTA_hl {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.p-newsList {
  border-top: 1px solid #ccc;
}
.p-newsList_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  container-type: inline-size;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item {
    padding: 2rem 2rem 2rem 1.5rem;
  }
}
@media (hover: hover) {
  .p-newsList_item:hover:before {
    background-color: #008e39;
  }
}
.p-newsList_item > span, .p-newsList_item > a {
  width: calc(100% - 9rem);
  font-size: clamp(1.1rem, 2.9333333333vw, 1.8rem);
  color: #111;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > span, .p-newsList_item > a {
    width: calc(100% - 12.7rem);
  }
}
.p-newsList_item > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-newsList_item > a:hover {
    color: #008e39;
  }
  .p-newsList_item > a:hover > span:before {
    background-color: #008e39;
  }
}
.p-newsList_item > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-newsList_item > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > a > span {
    padding-bottom: 0;
    padding-right: 4rem;
  }
}
.p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 0rem;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
}
@media only screen and (min-width: 40em) {
  .p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
    right: 2rem;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 64em) {
  .p-newsList_item > a > span:before, .p-newsList_item > a > span:after {
    width: 3rem;
    height: 3rem;
  }
}
.p-newsList_item > a > span:before {
  background-color: #111;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-newsList_item > a > span:after {
  z-index: 2;
  background: url("/img/common/ico_arrow.svg") 50% 50% no-repeat;
  background-size: 0.7rem, 1.3rem;
  -webkit-filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(108%);
          filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(226deg) brightness(108%);
}
@media only screen and (min-width: 64em) {
  .p-newsList_item > a > span:after {
    background-size: 1rem, 1.6rem;
  }
}/*# sourceMappingURL=top.css.map */