@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
.solution-main {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1130px) {
  .solution-main {
    height: auto;
  }
}
.solution-main h2 {
  text-align: center;
}
.solution-main h2 span {
  display: block;
}
.solution-main h2 .large {
  font-family: futura;
  font-size: 10rem;
  list-style: 0.7em;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.solution-main h2 .large-r {
  font-size: 5rem;
  display: inline;
}
.solution-main h2 .large--m {
  font-size: 55px;
}
.solution-main h2 .logo {
  margin-bottom: 25px;
}
.solution-main h2 .small {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3.2rem;
}
@media (max-width: 575px) {
  .solution-main h2 .small {
    font-size: 1.5rem;
  }
}
.solution-main_inner {
  width: 71%;
  height: 90vh;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1130px) {
  .solution-main_inner {
    width: 100%;
    height: 70vh;
  }
}
@media (max-width: 575px) {
  .solution-main_inner {
    height: 65vh;
  }
}
@media (max-width: 1130px) {
  .solution-main .c-pankuzu {
    top: 90px;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .solution-main .c-pankuzu {
    top: 440px;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 1130px) {
  .solution-main .l-header__scroll {
    bottom: -80px;
  }
}
@media (max-width: 575px) {
  .solution-main .l-header__scroll {
    bottom: -150px;
  }
}

.grc-main .solution-main_inner_visual {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1130px) {
  .grc-main .solution-main_inner_visual {
    background-image: url("../images/solution/grc_header_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: absolute;
    top: 60px;
  }
}
@media (max-width: 1000px) {
  .grc-main .solution-main_inner_visual {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .grc-main .solution-main_inner_visual {
    height: 380px;
  }
}
.grc-main .solution-main_inner_visual h2 {
  width: 70.6%;
  margin: auto;
}
@media (max-width: 1130px) {
  .grc-main .solution-main_inner_visual h2 {
    position: relative;
    z-index: 100;
    height: 260px;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .grc-main .solution-main_inner_visual h2 .logo {
    margin-bottom: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .grc-main .solution-main_inner_visual h2 .large {
    font-size: 9rem;
    margin-bottom: 24px;
  }
}
.grc-main .solution-main_inner_visual .main_image {
  width: 29.3%;
  height: 100vh;
  position: fixed;
  top: 73px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1130px) {
  .grc-main .solution-main_inner_visual .main_image {
    display: none;
  }
}
.grc-main .logo img {
  width: 256px;
}
@media (max-width: 1130px) {
  .grc-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}

.pla-main .solution-main_inner_visual {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1130px) {
  .pla-main .solution-main_inner_visual {
    background-image: url("../images/solution/pla_header_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: absolute;
    top: 60px;
  }
}
@media (max-width: 1000px) {
  .pla-main .solution-main_inner_visual {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .pla-main .solution-main_inner_visual {
    height: 380px;
  }
}
.pla-main .solution-main_inner_visual h2 {
  width: 70.6%;
  margin: 0 auto;
}
@media (max-width: 1130px) {
  .pla-main .solution-main_inner_visual h2 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .pla-main .solution-main_inner_visual h2 .logo {
    margin-bottom: 18px;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .pla-main .solution-main_inner_visual h2 .logo img {
    width: 100px;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .pla-main .solution-main_inner_visual h2 .large {
    font-size: 8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1130px) and (max-width: 575px) {
  .pla-main .solution-main_inner_visual h2 .large {
    font-size: 6.5rem;
  }
}
.pla-main .solution-main_inner_visual .main_image {
  width: 29.3%;
  height: 100vh;
  position: fixed;
  top: 73px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1130px) {
  .pla-main .solution-main_inner_visual .main_image {
    display: none;
  }
}
.pla-main .logo img {
  width: 118px;
}
@media (max-width: 1130px) {
  .pla-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}

.roads-main .solution-main_inner_visual {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1130px) {
  .roads-main .solution-main_inner_visual {
    background-image: url("../images/solution/roads_header_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: absolute;
    top: 60px;
  }
}
@media (max-width: 1000px) {
  .roads-main .solution-main_inner_visual {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .roads-main .solution-main_inner_visual {
    height: 380px;
  }
}
.roads-main .solution-main_inner_visual h2 {
  width: 70.6%;
  margin: auto;
}
@media (max-width: 1130px) {
  .roads-main .solution-main_inner_visual h2 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .roads-main .solution-main_inner_visual h2 .logo {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .roads-main .solution-main_inner_visual h2 .logo img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .roads-main .solution-main_inner_visual h2 .large {
    font-size: 8rem;
    margin-bottom: 20px;
  }
}
.roads-main .solution-main_inner_visual .main_image {
  width: 29.3%;
  height: 100vh;
  position: fixed;
  top: 73px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1130px) {
  .roads-main .solution-main_inner_visual .main_image {
    display: none;
  }
}
.roads-main .logo img {
  width: 142px;
}
@media (max-width: 1130px) {
  .roads-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}

.winmu-main .solution-main_inner_visual {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1130px) {
  .winmu-main .solution-main_inner_visual {
    background-image: url("../images/solution/winmu_header_sp.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position: absolute;
    top: 60px;
  }
}
@media (max-width: 1000px) {
  .winmu-main .solution-main_inner_visual {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .winmu-main .solution-main_inner_visual {
    height: 380px;
  }
}
.winmu-main .solution-main_inner_visual h2 {
  width: 70.6%;
  margin: 0 auto;
}
@media (max-width: 1130px) {
  .winmu-main .solution-main_inner_visual h2 {
    position: relative;
    z-index: 100;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .winmu-main .solution-main_inner_visual h2 .logo {
    margin-bottom: 18px;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .winmu-main .solution-main_inner_visual h2 .logo img {
    width: 135px;
  }
}
@media (max-width: 1130px) and (max-width: 767px) {
  .winmu-main .solution-main_inner_visual h2 .large {
    font-size: 8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 1130px) and (max-width: 575px) {
  .winmu-main .solution-main_inner_visual h2 .large {
    font-size: 6rem;
  }
}
.winmu-main .solution-main_inner_visual .main_image {
  width: 29.3%;
  height: 100vh;
  position: fixed;
  top: 73px;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1130px) {
  .winmu-main .solution-main_inner_visual .main_image {
    display: none;
  }
}
.winmu-main .logo img {
  width: 147px;
}
@media (max-width: 1130px) {
  .winmu-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    z-index: 1;
  }
}

.p-solution {
  padding: 115px 0 90px;
  width: 70.7%;
  margin: 0;
}
@media (max-width: 1130px) {
  .p-solution {
    padding: 115px 0 115px 3%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .p-solution {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 150px;
  }
}
@media (max-width: 575px) {
  .p-solution {
    margin-top: 240px;
  }
}
.p-solution__block {
  padding: 0 100px;
  margin-bottom: 96px;
  position: relative;
  opacity: 0;
  top: 50px;
  transition: 1s;
}
@media (max-width: 1130px) {
  .p-solution__block {
    width: 90%;
    padding: 0 0 0 100px;
  }
}
@media (max-width: 1000px) {
  .p-solution__block {
    width: 100%;
    padding: 0 32px;
  }
}
.p-solution__block.is-show {
  top: 0;
  opacity: 1;
}
.p-solution__block::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 64px;
  height: 30px;
  background-color: #2D845D;
}
@media (max-width: 1000px) {
  .p-solution__block::before {
    width: 20px;
  }
}

.overview h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 5.1rem;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .overview h3 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.overview h4 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.overview p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 64px;
}
@media (max-width: 1300px) {
  .overview p {
    width: 100%;
  }
}
.overview__single {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding: 64px 0;
}
.overview__single p {
  margin-bottom: 60px;
}
.overview__single img {
  width: 100%;
}
.overview__image {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.overview__image img {
  width: 45%;
}
.overview_title_image {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.overview_title_image h3 {
  width: 100%;
}
.overview_title_image img {
  width: 35%;
}
.overview_bottom_image {
  margin-top: 60px;
}
.overview_bottom_image img {
  width: 100%;
}
.overview_bottom_image img:first-child {
  width: 60%;
  display: block;
  margin: 0 auto 16px;
}
@media (max-width: 767px) {
  .overview_bottom_image img:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .overview_bottom_image img {
    width: 100%;
  }
}
.overview-link {
  background-color: #2D845D;
  padding: 10px 30px;
  color: #fff;
  font-size: 12px;
  transition: 0.5s;
}
.overview-link:hover {
  opacity: 0.7;
}

.case .case_1::after {
  content: "CASE-1";
}
.case .case_2::after {
  content: "CASE-2";
}
.case .case_1 {
  margin-bottom: 62px;
}
.case .case_area {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
  padding-bottom: 60px;
}
@media (max-width: 1000px) {
  .case .case_area {
    flex-direction: column;
  }
}
.case .case_area::before {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  background: #2D845D;
  position: absolute;
  top: 0;
  left: 0;
}
.case .case_area::after {
  display: block;
  color: #2D845D;
  font-size: 1.8rem;
  font-family: futura;
  position: absolute;
  top: 8px;
  right: 0;
}
@media (max-width: 1000px) {
  .case .case_area::after {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .case .case_area::after {
    top: 18px;
  }
}
.case .case_area img {
  width: 330px;
  height: 233px;
  margin: 20px;
}
@media (max-width: 1130px) {
  .case .case_area img {
    width: 45%;
    height: auto;
    margin: 32px 0 32px 32px;
  }
}
@media (max-width: 1000px) {
  .case .case_area img {
    width: 80%;
    margin: 10% auto 0;
  }
}
@media (max-width: 575px) {
  .case .case_area img {
    margin-top: 15%;
  }
}
.case .case_area .case_inner {
  padding-top: 39px;
  padding-right: 10px;
}
@media (max-width: 1130px) {
  .case .case_area .case_inner {
    padding-top: 32px;
    width: 55%;
    padding-left: 32px;
  }
}
@media (max-width: 1000px) {
  .case .case_area .case_inner {
    width: 80%;
    margin: 0 auto 5%;
    padding-left: 0;
  }
}
.case .case_area .case_inner h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.8rem;
  margin-bottom: 24px;
}
.case .case_area .case_inner p {
  font-size: 1.4rem;
  line-height: 2.5rem;
}
@media (max-width: 1130px) {
  .case .case_area .case_inner p {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 1000px) {
  .case .case_area .case_inner p {
    padding-right: 0;
  }
}

.news .release-body dl {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.news .release-body dl dt {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .news .release-body dl dt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news .release-body dl dd {
    width: 100%;
  }
}
.news .release-body:last-child {
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}

.solution .solution_single a {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 1000px) {
  .solution .solution_single a {
    flex-direction: column;
  }
}
.solution .solution_single a img {
  width: 270px;
  height: 191px;
}
.solution .solution_single .solution_text {
  margin-left: 48px;
}
@media (max-width: 1000px) {
  .solution .solution_single .solution_text {
    margin-left: 0;
    margin-top: 20px;
  }
}
.solution .solution_single .solution_text h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 4rem;
  font-family: futura;
  margin-bottom: 16px;
}
.solution .solution_single .solution_text .small {
  font-size: 1.4rem;
  vertical-align: super;
}
.solution .solution_single .solution_text p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  max-width: 444px;
}
@media (max-width: 1130px) {
  .solution .solution_single .solution_text p {
    max-width: 100%;
  }
}
.solution .solution_single:nth-of-type(6) a {
  border-bottom: 1px solid #CCCCCC;
}

.equip_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px #CCCCCC solid;
  padding: 25px 0 0;
  margin-bottom: 32px;
}
.equip_list:last-of-type {
  border-bottom: 1px #CCCCCC solid;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .equip_list {
    display: flex;
  }
}
.equip_list dt {
  width: 270px;
}
.equip_list dt img {
  width: 100%;
}
@media (max-width: 1000px) {
  .equip_list dt {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .equip_list dt {
    width: 100%;
  }
}
.equip_list dd {
  width: calc(100% - 270px);
  padding: 5%;
}
@media (max-width: 1000px) {
  .equip_list dd {
    width: 50%;
    padding: 3%;
  }
}
@media (max-width: 767px) {
  .equip_list dd {
    width: 100%;
  }
}
.equip_list dd h3 {
  font-size: 2.2rem;
  font-weight: bolder;
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .equip_list dd h3 {
    font-size: 1.6rem;
  }
}
.equip_list dd p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
@media (max-width: 1000px) {
  .equip_list dd p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
.equip h4 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bolder;
  margin-bottom: 10px;
}
.equip table,
.equip td,
.equip th {
  border: 1px #CCCCCC solid;
  border-collapse: collapse;
}
.equip table {
  width: 100%;
}
.equip td,
.equip th {
  padding: 10px;
  font-size: 1.4rem;
}
.equip th {
  background-color: #2D845D;
  color: #fff;
}

.l-footer {
  width: 70.6%;
}
@media (max-width: 1130px) {
  .l-footer {
    width: 100%;
  }
}

.c__pagetop {
  right: 32%;
}
@media (max-width: 1130px) {
  .c__pagetop {
    right: 32px;
  }
}

.overview_bottom_image {
  text-align: center;
}

div .overview_bottom_image--1 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 762px;
}
@media (max-width: 1000px) {
  div .overview_bottom_image--1 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.overview_bottom_button {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 328px;
  transition: 0.3s;
}

.overview_bottom_button:hover {
  opacity: 0.4;
}

.green-box {
  margin-left: auto;
  margin-right: auto;
  padding: 32px 20px;
  max-width: 600px;
  background-color: #F4F9F7;
  border-radius: 20px;
  text-align: center;
}
.green-box p {
  width: initial;
  font-size: 16px;
  line-height: initial;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .green-box p {
    font-size: 14px;
  }
}
.green-box .green-box__title {
  font-family: futura;
  font-size: 44px;
  color: #2D845D;
}
@media (max-width: 1000px) {
  .green-box .green-box__title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: bold;
  }
}
.green-box .green-box__foot {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media (max-width: 1000px) {
  .green-box .green-box__foot {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .green-box .green-box__foot img {
    width: 57px;
  }
}
.green-box .green-box__textbox {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.green-box .green-box__textbox .green-box__textbox-bottom {
  font-size: 38px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .green-box .green-box__textbox .green-box__textbox-bottom {
    font-size: 32px;
  }
}

.p-solution__block.contact::before {
  content: initial;
  display: none;
}/*# sourceMappingURL=solution.css.map */