@charset "UTF-8";
/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Regular */
@font-face {
  font-family: "YuGothicR";
  src: url("../../font/yu-gothic-regular.ttf") format("truetype");
  font-style: normal;
}
/* Medium */
@font-face {
  font-family: "YuGothicM";
  src: url("../../font/yu-gothic-medium.otf") format("embedded-opentype");
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "YuGothicB";
  src: url("../../font/yu-gothic-bold.ttf") format("truetype");
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "HelveticaL";
  src: url("../../font/helveticalt.ttf") format("embedded-opentype");
  font-style: normal;
}
/* Font Weights */
/* Typography Sizes */
/* Breakpoints */
/* Percentages Default Value */
/* Tablet VW Default Value */
/* PC VW Default Value */
/* Desktop VW Default Value */
/* Media Queries */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.txt01 {
  font-family: "YuGothicR", sans-serif;
  font-weight: 400;
}

.txt02 {
  font-family: "YuGothicM", sans-serif;
  font-weight: 500;
}

.txt03 {
  font-family: "YuGothicB", sans-serif;
  font-weight: 700;
}

.txt04 {
  font-family: "HelveticaL", sans-serif;
  font-weight: 300;
  font-size: 48px;
  color: #E60328;
  text-transform: uppercase;
}

.inner {
  width: 87.5%;
  max-width: 1120px;
  margin: 0 auto;
}

.ttl_mod48 {
  font-size: 48px;
  color: #E60328;
  margin-bottom: 30px;
  font-weight: 700;
}

.txt_mod18 {
  font-size: 18px;
  line-height: 2.3;
  margin-bottom: 30px;
}

.txt_mod_toward {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

.sec_top_mv {
  position: relative;
}
.sec_top_mv .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_top_mv .bg_img .animate_mv {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sec_top_mv .bg_img .animate_mv img {
  display: block;
  mask-image: linear-gradient(190deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(190deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-size: 250% 250%;
  -webkit-mask-size: 250% 250%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: -130% 130%;
  -webkit-mask-position: -130% 130%;
}
.sec_top_mv .bg_img.is_show .animate_mv img {
  animation: mask-animation 1.5s linear forwards;
}
.sec_top_mv .bg_img:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -2px;
  right: 0;
  background: url(../../images/taiyoukou/img_mask.png) no-repeat;
  background-size: cover;
  z-index: 2;
}
.sec_top_mv .h1txt_mv {
  opacity: 0;
  width: 37.96875%;
  position: absolute;
  top: 50%;
  left: 6.875%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_top_mv .h1txt_mv.is_show {
  opacity: 1;
  animation: fadeIn 2s ease both;
}
.sec_top_mv .h1txt_mv.is_show .txt_sub {
  width: 61.316872428%;
  margin-bottom: 24px;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi {
  width: 100%;
  font-size: 50px;
  font-family: "YuGothicB", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #E60328;
  line-height: 1;
  display: inline-block;
  padding: 16px 0px 16px 27px;
  position: relative;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  clip-path: inset(0 100% 0 0);
  animation: textanimation 2s forwards;
  margin-bottom: 12px;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(2) {
  width: 62.3456790123%;
  animation-delay: 0.4s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(3) {
  animation-delay: 0.6s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(4) {
  width: 85.5967078189%;
  animation-delay: 0.8s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(5) {
  width: 76.5432098765%;
  animation-delay: 1s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:after {
  content: "";
  background: #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 100% 0 0);
  animation: textanimationBg 1s forwards;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(2):after {
  animation-delay: 0.2s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(3):after {
  animation-delay: 0.4s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(4):after {
  animation-delay: 0.6s;
}
.sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(5):after {
  animation-delay: 0.8s;
}

@keyframes mask-animation {
  0% {
    mask-position: -130% 130%; /* Start from top right */
    -webkit-mask-position: -130% 130%;
  }
  100% {
    mask-position: 0% 0%; /* Move to bottom left */
    -webkit-mask-position: 0% 0%;
  }
}
@keyframes textanimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes textanimationBg {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  50% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec_btn_gp {
  margin-bottom: 100px;
  margin-top: -50px;
  z-index: 3;
  position: relative;
}

@media only screen and (min-width: 1281px) {
  .sec_top_mv {
    margin-bottom: 30px;
  }
  .sec_top_mv .h1txt_mv {
    width: 486px;
    top: 47%;
    left: 25%;
  }
  .sec_btn_gp {
    margin-bottom: 100px;
    margin-top: 0;
    z-index: 3;
    position: relative;
  }
}
.sec_tech_know {
  background: url(../../images/taiyoukou/bg_tech_know.jpg) no-repeat top center;
  background-size: 100% 100%;
  min-height: 860px;
  height: 72vh;
}
.sec_tech_know .inner {
  width: 71.484375%;
  max-width: 915px;
  justify-content: space-between;
  margin: 0 auto;
}
.sec_tech_know .inner .tech_left {
  width: 50.2732240437%;
}
.sec_tech_know .inner .tech_left .ttl_tech_know {
  font-size: 48px;
  font-family: "YuGothicB", sans-serif;
  line-height: 1.5;
}
.sec_tech_know .inner .tech_right {
  width: 41.3114754098%;
}
.sec_tech_know .inner .tech_right .txt_mod18 {
  font-family: "YuGothicR", sans-serif;
}

.txt_mod16 {
  font-size: 16px;
  line-height: 1.5;
}

.txt_mod14 {
  font-size: 14px;
  line-height: 1.5;
}

.ttl_mod40 {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
  font-family: "YuGothicB", sans-serif;
}

.sec_coprate {
  background: url(../../images/taiyoukou/bg_coprate.png) no-repeat top center;
  background-size: 100% 95%;
  padding-top: 80px;
  margin-top: -78px;
}
.sec_coprate .coprate_wrap {
  background-color: #ffffff;
  padding: 56px 46px 56px;
  border-radius: 20px;
  margin-bottom: 100px;
  justify-content: space-between;
}
.sec_coprate .coprate_wrap .left_coprate {
  width: 51.46484375%;
}
.sec_coprate .coprate_wrap .right_coprate {
  width: 42.96875%;
}
.sec_coprate .coprate_wrap .right_coprate .txt_mod16 {
  margin-bottom: 30px;
}
.sec_coprate .coprate_wrap .right_coprate .txt_copr_agree {
  font-size: 10px;
  display: block;
  margin-bottom: 40px;
}
.sec_coprate .coprate_wrap .right_coprate .btn_rounded.btn_medium_sm {
  margin-bottom: 10px;
  width: 79.0909090909%;
}
.sec_coprate .rene_energy {
  width: 93.75%;
  margin-left: auto;
  background-color: #ffffff;
  padding: 5.078125% 0 5.078125%;
  border-radius: 30px 0 0 30px;
  margin-bottom: 110px;
}
.sec_coprate .rene_energy .rene_energy_grid {
  width: 93.75%;
  max-width: 1018px;
  justify-content: space-between;
  margin: 0 auto;
}
.sec_coprate .rene_energy .rene_left {
  width: 45.1866404715%;
  margin-top: 30px;
}
.sec_coprate .rene_energy .rene_left .energy_circle {
  width: 100%;
  margin: 0 auto 20px;
}
.sec_coprate .rene_energy .rene_left .txt_mod16 {
  width: 46.6666666667%;
  margin: 0 auto 20px;
  font-weight: 500;
  text-align: center;
}
.sec_coprate .rene_energy .rene_left .txt_gp_wrap .txt_mod16 {
  width: 46.6666666667%;
  margin-bottom: 0;
}
.sec_coprate .rene_energy .rene_right {
  width: 48.7229862475%;
}
.sec_coprate .rene_energy .rene_right .ttl_mod48 {
  font-family: "HelveticaL", sans-serif;
  font-weight: 300;
}
.sec_coprate .rene_energy .rene_right .txt_mod16 {
  margin-bottom: 40px;
  line-height: 1.8;
}
.sec_coprate .rene_energy .rene_right .btn_rounded {
  width: 78.6290322581%;
}
.sec_coprate .jpex_solution {
  width: 93%;
  margin-right: auto;
  background-color: #D5D5D5;
  padding: 3.90625% 0;
  border-radius: 0 30px 30px 0;
}
.sec_coprate .jpex_solution .jpex_solution_wrap {
  width: 93.75%;
  max-width: 988px;
  justify-content: space-between;
  margin: 0 auto;
}
.sec_coprate .jpex_solution .ttl_mod48 {
  color: #ffffff;
  font-family: "HelveticaL", sans-serif;
  font-weight: 300;
}
.sec_coprate .jpex_solution .txt_mod_toward {
  margin-bottom: 30px;
}
.sec_coprate .jpex_solution .capture_wrap {
  width: 984px;
  margin-bottom: 30px;
}
.sec_coprate .jpex_solution .capture_wrap .capture_detail:first-child {
  border-left: none;
}
.sec_coprate .jpex_solution .capture_wrap .capture_detail {
  width: 33.3333333333%;
  border-left: 1px solid #868686;
}
.sec_coprate .jpex_solution .capture_wrap .capture_detail .ttl_cap {
  width: 100%;
  background-color: #E60328;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  padding: 20px;
}
.sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap {
  background-color: #ffffff;
}
.sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap picture {
  width: 34.1463414634%;
  min-height: 216px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.sec_coprate .jpex_solution .detail_wrap {
  width: 984px;
}
.sec_coprate .jpex_solution .detail_wrap .txtwar_cap {
  width: 57.6219512195%;
  margin-right: 5.46875%;
}
.sec_coprate .jpex_solution .detail_wrap .btn_group {
  width: 35.3658536585%;
}
.sec_coprate .jpex_solution .detail_wrap .btn_group .btn_rounded:first-child {
  margin-bottom: 20px;
}
.sec_coprate .jpex_solution .detail_wrap .btn_group .btn_rounded .txt_btn_sm {
  font-size: 14px;
  font-weight: 700;
}

.sec_stregth {
  padding: 88px 0;
  text-align: center;
}
.sec_stregth .stegth_wrap {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 25px;
  background-color: #ffffff;
}
.sec_stregth .stegth_wrap .left_stregth {
  width: 49.3927125506%;
  padding-top: 40px;
}
.sec_stregth .stegth_wrap .left_stregth .ttl_mod48 {
  font-family: "HelveticaL", sans-serif;
  font-weight: 300;
  text-align: left;
}
.sec_stregth .stegth_wrap .left_stregth .txt_mod_toward {
  text-align: left;
}
.sec_stregth .stegth_wrap .right_stregth {
  width: 42.5101214575%;
}
.sec_stregth .stegth_wrap .right_stregth .txt_stregth {
  width: 100%;
  background-color: #E60328;
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  border-radius: 10px;
  padding: 25px;
  line-height: 1.5;
}
.sec_stregth .btn_rounded {
  width: 320px;
  min-height: 64px;
  margin: 0 auto;
}
.sec_stregth .btn_rounded .txt_btn {
  font-size: 16px;
}

.ttl_mod24 {
  font-size: 24px;
  color: #E60328;
  font-weight: 700;
}

.sec_reilable {
  position: relative;
}
.sec_reilable .reilable_wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
}
.sec_reilable .reilable_wrap .ttl_mod48 {
  color: #D5D5D5;
  font-family: "HelveticaL", sans-serif;
  font-weight: 300;
}
.sec_reilable .reilable_wrap .txt_mod_toward {
  margin-bottom: 60px;
}
.sec_reilable .reilable_wrap .reilable_detail {
  width: 948px;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left {
  width: 53.5864978903%;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relibale_list_wrap::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 90%;
  top: 52px;
  left: 19.094488189%;
  background-color: #E60328;
  z-index: 1;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list {
  justify-content: space-between;
  margin-bottom: 30px;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14 {
  width: 23.2283464567%;
  font-weight: 700;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history {
  width: 76.3779527559%;
  font-weight: 700;
  position: relative;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history.bft_height::after {
  height: 35px;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -6.6929133858%;
  top: 6px;
  border-radius: 50%;
  background-color: #E60328;
  z-index: 2;
}
.sec_reilable .reilable_wrap .reilable_detail .reli_right {
  width: 41.3502109705%;
  z-index: 10;
  padding-top: 60px;
}

.sec_reilable::before {
  content: "";
  width: 28.125%;
  height: calc(100% - 85px);
  background-color: #E60328;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px 0 0 30px;
}

@media (min-width: 1281px) {
  .sec_reilable::before {
    width: 37.890625%;
  }
}
.sec_prj_story {
  padding: 140px 0;
}
.sec_prj_story .ttl_mod40 {
  color: #000000;
}
.sec_prj_story .col_two_wrap {
  width: 1024px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.sec_prj_story .col_two_wrap .img_col {
  width: 42.96875%;
}
.sec_prj_story .col_two_wrap .img_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_prj_story .col_two_wrap .txt_col {
  width: 57.03125%;
  background-color: #D5D5D5;
  padding: 7.32421875% 0 7.32421875% 10.7421875%;
}
.sec_prj_story .col_two_wrap .txt_col .txt_mod18 {
  color: #000000;
  display: inline-block;
  border-bottom: 1px solid #000000;
  font-weight: 500;
  margin-bottom: 25px;
}
.sec_prj_story .col_two_wrap .txt_col .ttl_mod24 {
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
}
.sec_prj_story .col_two_wrap:hover {
  opacity: 0.75;
}
.sec_prj_story .col_two_wrap:hover .txt_col .ttl_mod24 {
  color: #000000;
}

.secjpex_about {
  background: url(../../images/taiyoukou/bg_jpex_about.jpg) no-repeat top center;
  background-size: cover;
  height: 100%;
  padding-top: 80px;
}
.secjpex_about .jpex_wrap {
  width: 96.875%;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 30px 30px 0 0;
  padding: 8.984375% 4.6875%;
}
.secjpex_about .jpex_wrap .inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
.secjpex_about .jpex_wrap .jpex_prof .info {
  width: 100%;
  margin-bottom: 70px;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list {
  width: 100%;
  justify-content: space-between;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap {
  width: 47%;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex {
  justify-content: left;
  margin-bottom: 25px;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex .txt_mod14 {
  font-weight: 700;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex label.txt_mod14 {
  width: 22.4609375%;
}
.secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex p.txt_mod14 {
  width: 76.171875%;
}
.secjpex_about .jpex_wrap .jpex_prof .staff {
  width: 100%;
  margin-bottom: 90px;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .staff_item {
  margin-right: 20px;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .jpex_img {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list p.txt_mod14 {
  font-weight: 500;
  margin-bottom: 30px;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list span.txt_mod16 {
  font-weight: 700;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  top: unset;
  width: 2%;
  right: 35%;
  z-index: 9;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  top: unset;
  width: 2%;
  left: 35%;
  z-index: 9;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev:before {
  background: url(/taiyoukou/assets/images/taiyoukou/icon_prev.png) no-repeat;
  background-size: 100%;
  left: 0;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next:before {
  background: url(/taiyoukou/assets/images/taiyoukou/icon_next.png) no-repeat;
  background-size: 100%;
  right: 0;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  z-index: 9;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
}
.secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-dots {
  bottom: -55px;
}
.secjpex_about .jpex_wrap .jpex_prof .ttl_mod24 {
  color: #000000;
  border-bottom: 1px solid #000000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.secjpex_about .jpex_wrap .btn_group {
  justify-content: center;
}

/*For Tablet*/
@media (min-width: 768px) and (max-width: 1240px) {
  .txt04 {
    font-size: 4.6875vw;
  }
  .inner {
    width: 87.5%;
    max-width: 100%;
    margin: 0 auto;
  }
  .ttl_mod48 {
    font-size: 4.6875vw;
    margin-bottom: 2.9296875vw;
  }
  .txt_mod18 {
    font-size: 1.7578125vw;
    line-height: 2.3;
    margin-bottom: 2.9296875vw;
  }
  .txt_mod_toward {
    font-size: 3.125vw;
    line-height: 1.3;
  }
  .sec_top_mv .bg_img:after {
    content: "";
    width: 100%;
    height: 13.671875vw;
    position: absolute;
    bottom: -0.5859375vw;
    right: 0;
  }
  .sec_top_mv .h1txt_mv {
    width: 37.96875vw;
    top: 47%;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_sub {
    width: 23.28125vw;
    margin-bottom: 2.34375vw;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi {
    width: 100%;
    font-size: 3.90625vw;
    padding: 1.5625vw 0 1.5625vw 2.63671875vw;
    margin-bottom: 1.171875vw;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(2) {
    width: 23.671875vw;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(4) {
    width: 32.5vw;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(5) {
    width: 29.0625vw;
  }
  .sec_btn_gp {
    margin-bottom: 9.765625vw;
    margin-top: -2.9296875vw;
  }
  .sec_tech_know {
    background: url(../../images/taiyoukou/bg_tech_know.jpg) no-repeat bottom center;
    background-size: cover;
    min-height: auto;
    height: 85vw;
  }
  .sec_tech_know .inner {
    width: 87%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec_tech_know .inner .tech_left {
    width: 43.9453125vw;
  }
  .sec_tech_know .inner .tech_left .ttl_tech_know {
    font-size: 4.6875vw;
    font-weight: 500;
    line-height: 1.5;
  }
  .txt_mod16 {
    font-size: 1.5625vw;
    line-height: 1.5;
  }
  .txt_mod14 {
    font-size: 1.3671875vw;
    line-height: 1.5;
  }
  .ttl_mod40 {
    font-size: 3.90625vw;
    line-height: 1.5;
    margin-bottom: 5.859375vw;
  }
  .sec_coprate {
    background: url(../../images/taiyoukou/bg_coprate.png) no-repeat top center;
    background-size: 100% 95%;
    padding-top: 7.8125vw;
  }
  .sec_coprate .coprate_wrap {
    padding: 5.46875vw 4.4921875vw 5.46875vw;
    border-radius: 1.953125vw;
    margin-bottom: 9.765625vw;
  }
  .sec_coprate .coprate_wrap .left_coprate {
    width: 51.46484375%;
  }
  .sec_coprate .coprate_wrap .right_coprate {
    width: 42.96875%;
  }
  .sec_coprate .coprate_wrap .right_coprate .txt_mod16 {
    margin-bottom: 2.9296875vw;
  }
  .sec_coprate .coprate_wrap .right_coprate .txt_copr_agree {
    font-size: 0.9765625vw;
    margin-bottom: 3.90625vw;
  }
  .sec_coprate .coprate_wrap .right_coprate .btn_rounded.btn_medium_sm {
    margin-bottom: 0.9765625vw;
    width: 100%;
  }
  .sec_coprate .rene_energy {
    width: 93.75%;
    padding: 5.078125% 0 5.078125% 6.640625%;
    border-radius: 2.9296875vw 0 0 2.9296875vw;
    margin-bottom: 10.7421875vw;
  }
  .sec_coprate .rene_energy .rene_energy_grid {
    width: 93.75%;
    max-width: 99.4140625vw;
  }
  .sec_coprate .rene_energy .rene_left {
    width: 45.1866404715%;
    margin-top: 2.9296875vw;
  }
  .sec_coprate .rene_energy .rene_left .energy_circle {
    width: 100%;
    margin: 0 auto 1.953125vw;
  }
  .sec_coprate .rene_energy .rene_left .txt_mod16 {
    width: 46.6666666667%;
    margin: 0 auto 1.953125vw;
  }
  .sec_coprate .rene_energy .rene_left .txt_gp_wrap .txt_mod16 {
    width: 46.6666666667%;
    margin-bottom: 0;
  }
  .sec_coprate .rene_energy .rene_right {
    width: 48.7229862475%;
  }
  .sec_coprate .rene_energy .rene_right .txt_mod16 {
    margin-bottom: 3.90625vw;
    line-height: 1.8;
  }
  .sec_coprate .rene_energy .rene_right .btn_rounded {
    width: 100%;
  }
  .sec_coprate .jpex_solution {
    width: 93%;
    margin-right: auto;
    padding: 3.90625% 5.859375% 3.90625% 7.03125%;
    border-radius: 0vw 2.9296875vw 2.9296875vw 0vw;
  }
  .sec_coprate .jpex_solution .ttl_mod48 {
    font-size: 4.6875vw;
  }
  .sec_coprate .jpex_solution .txt_mod_toward {
    margin-bottom: 2.9296875vw;
  }
  .sec_coprate .jpex_solution .capture_wrap {
    width: 100%;
    margin-bottom: 2.9296875vw;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail:first-child {
    border-left: none;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail {
    width: 33.3333333333%;
    border-left: 0.09765625vw solid #868686;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .ttl_cap {
    width: 100%;
    font-size: 1.5625vw;
    font-weight: 700;
    text-align: center;
    padding: 1.953125vw;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap picture {
    width: 34.1463414634%;
    min-height: 21.09375vw;
    margin: 0 auto;
  }
  .sec_coprate .jpex_solution .detail_wrap {
    width: 100%;
  }
  .sec_coprate .jpex_solution .detail_wrap .txtwar_cap {
    width: 52%;
    margin-right: 5.46875%;
  }
  .sec_coprate .jpex_solution .detail_wrap .btn_group {
    width: 42%;
  }
  .sec_coprate .jpex_solution .detail_wrap .btn_group .btn_rounded:first-child {
    margin-bottom: 1.953125vw;
  }
  .sec_coprate .jpex_solution .detail_wrap .btn_group .btn_rounded .txt_btn_sm {
    font-size: 1.3671875vw;
  }
  .sec_stregth {
    padding: 8.59375vw 0;
  }
  .sec_stregth .stegth_wrap {
    width: 100%;
    margin-bottom: 2.44140625vw;
  }
  .sec_stregth .stegth_wrap .left_stregth {
    width: 47.3684210526%;
    padding-top: 3.90625vw;
  }
  .sec_stregth .stegth_wrap .left_stregth .ttl_mod48 {
    font-size: 4.6875vw;
  }
  .sec_stregth .stegth_wrap .left_stregth .txt_mod_toward {
    text-align: left;
  }
  .sec_stregth .stegth_wrap .right_stregth {
    width: 42.5101214575%;
  }
  .sec_stregth .stegth_wrap .right_stregth .txt_stregth {
    width: 100%;
    font-size: 2.734375vw;
    font-weight: 700;
    border-radius: 0.9765625vw;
    padding: 2.44140625vw;
  }
  .sec_stregth .btn_rounded {
    width: 31.25vw;
    min-height: 6.25vw;
    margin: 0 auto;
  }
  .sec_stregth .btn_rounded .txt_btn {
    font-size: 1.5625vw;
  }
  .ttl_mod24 {
    font-size: 2.34375vw;
  }
  .sec_reilable .reilable_wrap {
    width: 90%;
    margin-left: auto;
  }
  .sec_reilable .reilable_wrap .ttl_mod48 {
    font-size: 4.6875vw;
  }
  .sec_reilable .reilable_wrap .txt_mod_toward {
    margin-bottom: 5.859375vw;
  }
  .sec_reilable .reilable_wrap .reilable_detail {
    width: 87%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left {
    width: 60.852321%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relibale_list_wrap::after {
    width: 0.1953125vw;
    top: 5.078125vw;
    left: 15.9448818898%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list {
    justify-content: space-between;
    margin-bottom: 2.9296875vw;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14 {
    width: 14.7637795276%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history {
    width: 79.3307086614%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history.bft_height::after {
    height: 3.41796875vw;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history::before {
    width: 0.78125vw;
    height: 0.78125vw;
    left: -6.6929133858%;
    top: 0.48828125vw;
    border-radius: 50%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_right {
    width: 38.350211%;
    padding-top: 5.859375vw;
  }
  .sec_reilable::before {
    width: 28.125%;
    height: calc(100% - 8.30078125vw);
    right: 0;
    bottom: 0;
    border-radius: 2.9296875vw 0 0 2.9296875vw;
  }
  .sec_prj_story {
    padding: 13.671875vw 0;
  }
  .sec_prj_story .col_two_wrap {
    width: 100%;
    border-radius: 2.9296875vw;
    margin: 0 auto 1.953125vw;
  }
  .sec_prj_story .col_two_wrap .img_col {
    width: 42.96875%;
  }
  .sec_prj_story .col_two_wrap .txt_col {
    width: 57.03125%;
    padding: 7.32421875% 0 7.32421875% 10.7421875%;
  }
  .sec_prj_story .col_two_wrap .txt_col .txt_mod18 {
    border-bottom: 1px solid #000000;
    margin-bottom: 2.44140625vw;
  }
  .secjpex_about {
    padding-top: 7.8125vw;
  }
  .secjpex_about .jpex_wrap {
    width: 96.875%;
    margin: 0 auto;
    border-radius: 2.9296875vw 2.9296875vw 0 0;
    padding: 8.984375% 4.6875%;
  }
  .secjpex_about .jpex_wrap .btn_group {
    width: 100%;
    max-width: 100%;
  }
  .secjpex_about .jpex_wrap .inner {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info {
    width: 100%;
    margin-bottom: 6.8359375vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list {
    width: 100%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap {
    width: 47%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex {
    margin-bottom: 1.953125vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex label.txt_mod14 {
    width: 21.484375%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex .txt_mod14 {
    width: 75%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff {
    margin-bottom: 8.7890625vw;
    width: 100%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .staff_item {
    margin-right: 1.953125vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .jpex_img {
    width: 100%;
    margin-bottom: 0.9765625vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list p.txt_mod14 {
    margin-bottom: 2.9296875vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next {
    bottom: -7.32421875vw;
    padding: 0;
    margin: 0;
    width: 0.1953125vw;
    right: 28.3203125vw;
    z-index: 9;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev {
    bottom: -7.32421875vw;
    padding: 0;
    margin: 0;
    width: 0.1953125vw;
    left: 28.3203125vw;
    z-index: 9;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev:before {
    background: url(/taiyoukou/assets/images/taiyoukou/icon_prev.png) no-repeat;
    background-size: 100%;
    left: 0;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next:before {
    background: url(/taiyoukou/assets/images/taiyoukou/icon_next.png) no-repeat;
    background-size: 100%;
    right: 0;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-next:before {
    width: 1.953125vw;
    height: 1.953125vw;
    top: 0;
    z-index: 9;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-prev:before {
    width: 1.953125vw;
    height: 1.953125vw;
    top: 0;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-dots li button:before {
    font-size: 1.5625vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-dots {
    bottom: -5.37109375vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .slick-dots li button:before {
    line-height: 3.41796875vw;
  }
  .secjpex_about .jpex_wrap .jpex_prof .ttl_mod24 {
    border-bottom: 1px solid #000000;
    margin-bottom: 2.9296875vw;
    padding-bottom: 1.953125vw;
  }
}
/*For SP*/
@media (max-width: 767px) {
  .inner {
    width: 6.9rem;
    max-width: 100%;
  }
  .ttl_mod48 {
    font-size: 0.58rem;
    margin-bottom: 0.5rem;
  }
  .txt_mod18 {
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
  }
  .txt_mod_toward {
    font-size: 0.4rem;
  }
  .btn_rounded.flex {
    justify-content: space-around;
  }
  .sec_top_mv .bg_img:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -2px;
    right: 0;
    background: url(../../images/taiyoukou/img_mask.png) no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .sec_top_mv .h1txt_mv {
    width: 4.85rem;
    top: 35%;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_sub {
    width: 61.4432989691%;
    margin-bottom: 0.24rem;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi {
    width: 100%;
    font-size: 0.5rem;
    padding: 0.16rem 0 0.16rem 0.27rem;
    margin-bottom: 0.12rem;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(2) {
    width: 62.4742268041%;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(4) {
    width: 85.7731958763%;
  }
  .sec_top_mv .h1txt_mv.is_show .txt_animi:nth-child(5) {
    width: 76.7010309278%;
  }
  .sec_btn_gp {
    margin-bottom: 1rem;
    margin-top: -1.5rem;
    z-index: 3;
    position: relative;
  }
  .sec_btn_gp .btn_group {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .sec_btn_gp .btn_group .btn_rounded:nth-child(1) {
    margin-right: 0rem;
    margin-bottom: 0.3rem;
  }
  .sec_tech_know {
    background: url(../../images/taiyoukou/bg_tech_know_sp.jpg) no-repeat bottom center;
    background-size: cover;
    min-height: auto;
    height: 12.7rem;
  }
  .sec_tech_know .inner {
    width: 5.8rem;
    max-width: 100%;
  }
  .sec_tech_know .inner .tech_left {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .sec_tech_know .inner .tech_left .ttl_tech_know {
    font-size: 0.58rem;
  }
  .sec_tech_know .inner .tech_right {
    width: 100%;
  }
  .txt_mod16 {
    font-size: 0.28rem;
  }
  .txt_mod14 {
    font-size: 0.24rem;
  }
  .ttl_mod40 {
    font-size: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .sec_coprate {
    background: url(../../images/taiyoukou/bg_coprate_sp.jpg) no-repeat top center;
    background-size: cover;
    height: 63rem;
    padding-top: 1.2rem;
    margin-bottom: 6rem;
  }
  .sec_coprate .coprate_wrap {
    padding: 0.8rem 0.4rem 0.6rem 0.4rem;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
  }
  .sec_coprate .coprate_wrap .left_coprate {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0.3rem;
  }
  .sec_coprate .coprate_wrap .right_coprate {
    width: 100%;
  }
  .sec_coprate .coprate_wrap .right_coprate .txt_mod16 {
    margin-bottom: 0.5rem;
  }
  .sec_coprate .coprate_wrap .right_coprate .txt_copr_agree {
    font-size: 0.2rem;
    margin-bottom: 0.6rem;
  }
  .sec_coprate .coprate_wrap .right_coprate .btn_rounded.btn_medium_sm {
    width: 6.08rem;
    margin-bottom: 0.2rem;
    text-align: left;
  }
  .sec_coprate .rene_energy {
    width: 95%;
    padding: 0.5rem 0.3rem 0.5rem 0.4rem;
    border-radius: 0.3rem 0 0 0.3rem;
    margin-bottom: 1.1rem;
  }
  .sec_coprate .rene_energy .rene_energy_grid {
    width: 100%;
    max-width: 100%;
  }
  .sec_coprate .rene_energy .rene_left {
    width: 6.5rem;
    margin: 0.3rem 0rem 0.5rem 0rem;
  }
  .sec_coprate .rene_energy .rene_left .energy_circle {
    width: 6rem;
    margin: 0 auto 0.2rem;
  }
  .sec_coprate .rene_energy .rene_left .txt_mod16 {
    width: 4rem;
    margin: 0 auto 0.2rem;
  }
  .sec_coprate .rene_energy .rene_left .txt_gp_wrap .txt_mod16:nth-child(1) {
    width: 2.35rem;
    text-align: left;
  }
  .sec_coprate .rene_energy .rene_left .txt_gp_wrap .txt_mod16:nth-child(2) {
    width: 3.3rem;
    text-align: left;
  }
  .sec_coprate .rene_energy .rene_right {
    width: 6.5rem;
  }
  .sec_coprate .rene_energy .rene_right .txt_mod16 {
    margin-bottom: 1rem;
    line-height: 1.8;
  }
  .sec_coprate .rene_energy .rene_right .txt_mod_toward {
    margin-bottom: 0.4rem;
  }
  .sec_coprate .rene_energy .rene_right .btn_rounded.btn_medium_sm {
    text-align: left;
    width: 6.08rem;
  }
  .sec_coprate .jpex_solution {
    width: 95%;
    padding: 0.5rem 0.4rem 1rem 0.8rem;
    border-radius: 0 0.3rem 0.3rem 0;
  }
  .sec_coprate .jpex_solution .jpex_solution_wrap {
    width: 100%;
  }
  .sec_coprate .jpex_solution .txt_mod_toward {
    margin-bottom: 0.6rem;
  }
  .sec_coprate .jpex_solution .capture_wrap {
    width: 100%;
    margin-bottom: 0.6rem;
    flex-direction: column;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail:first-child {
    border-left: none;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail {
    width: 100%;
    border-left: none;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .ttl_cap {
    width: 100%;
    font-size: 0.32rem;
    padding: 0.25rem;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap .cap01,
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap .cap02 {
    width: 2.6rem;
    padding: 0.3rem 0;
  }
  .sec_coprate .jpex_solution .capture_wrap .capture_detail .cap_img_wap .cap03 {
    width: 2.8rem;
    padding: 0.3rem 0;
  }
  .sec_coprate .jpex_solution .detail_wrap {
    width: 100%;
  }
  .sec_coprate .jpex_solution .flex .txtwar_cap {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0.8rem;
  }
  .sec_coprate .jpex_solution .flex .btn_group {
    width: 100%;
  }
  .sec_coprate .jpex_solution .flex .btn_group .btn_rounded:first-child {
    margin-bottom: 0.2rem;
  }
  .sec_coprate .jpex_solution .flex .btn_group .btn_rounded .txt_btn_sm {
    font-size: 0.28rem;
    line-height: 1.2;
    margin-left: 0.2rem;
  }
  .sec_stregth .inner {
    width: 6.8rem;
  }
  .sec_stregth .stegth_wrap {
    margin-bottom: 0.5rem;
    width: 6.8rem;
  }
  .sec_stregth .stegth_wrap .left_stregth {
    width: 100%;
    margin-right: 0rem;
    padding-top: 0rem;
    margin-bottom: 0.5rem;
  }
  .sec_stregth .stegth_wrap .right_stregth {
    width: 5.7rem;
    margin: 0 auto;
  }
  .sec_stregth .stegth_wrap .right_stregth .txt_stregth {
    font-size: 0.28rem;
    border-radius: 0.1rem;
    padding: 0.25rem;
  }
  .sec_stregth .btn_rounded {
    width: 5.76rem;
    min-height: 1.44rem;
    margin: 0 auto;
    justify-content: center;
  }
  .sec_stregth .btn_rounded .txt_btn {
    font-size: 0.32rem;
    margin-right: 0.6rem;
  }
  .sec_stregth .btn_rounded .txt_btn::after {
    right: -0.5rem;
  }
  .ttl_mod24 {
    font-size: 0.32rem;
  }
  .sec_reilable {
    position: relative;
    margin-bottom: 1rem;
  }
  .sec_reilable .reilable_wrap .txt_mod_toward {
    margin-bottom: 0.6rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail {
    width: 6.7rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left {
    width: 100%;
    margin-right: 0rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relibale_list_wrap::after {
    width: 0.02rem;
    top: 0.82rem;
    height: 92%;
    left: 27.1653543307%;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list {
    justify-content: space-around;
    margin-bottom: 0.3rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14 {
    width: 2rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history {
    width: 4.4rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history.bft_height::after {
    height: 0.75rem;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_left .relib_list .txt_mod14.txt_history::before {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    left: -0.44rem;
    top: 0.1rem;
    border-radius: 0.1rem;
    background-color: #E60328;
  }
  .sec_reilable .reilable_wrap .reilable_detail .reli_right {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.6rem;
  }
  .sec_reilable::before {
    width: 0.55rem;
    height: 18rem;
    position: absolute;
    right: 0;
    top: 1rem;
    border-radius: 0.2rem 0 0 0.2rem;
  }
  .sec_prj_story {
    padding: 1.45rem 0;
  }
  .sec_prj_story .inner {
    width: 6.8rem;
  }
  .sec_prj_story .col_two_wrap.mb_20 {
    margin-bottom: 0.4rem;
  }
  .sec_prj_story .col_two_wrap {
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    margin: 0 auto 0.2rem;
    flex-direction: column;
  }
  .sec_prj_story .col_two_wrap .img_col {
    width: 100%;
  }
  .sec_prj_story .col_two_wrap .txt_col {
    width: 100%;
    text-align: center;
    padding: 0.4rem;
    text-align: left;
  }
  .sec_prj_story .col_two_wrap .txt_col .txt_mod18 {
    margin-bottom: 0.25rem;
    display: block;
  }
  .secjpex_about {
    background: url(../../images/taiyoukou/bg_jpex_about_sp.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 1.1rem;
  }
  .secjpex_about .jpex_wrap {
    width: 90%;
    border-radius: 0.3rem 0.3rem 0 0;
    padding: 0.9rem 0rem 0.9rem 0rem;
  }
  .secjpex_about .jpex_wrap .inner {
    width: 90%;
    margin: 0 auto;
  }
  .secjpex_about .jpex_wrap .jpex_prof {
    flex-direction: column;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info {
    width: 100%;
    margin-right: 0rem;
    margin-bottom: 0.6rem;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap {
    width: 100%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex {
    margin-bottom: 0.2rem;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex label.txt_mod14 {
    width: 1.2rem;
    margin-right: 0.2rem;
    font-weight: 700;
  }
  .secjpex_about .jpex_wrap .jpex_prof .info .prof_list .prof_list_wrap .flex p.txt_mod14 {
    width: 4.8rem;
    font-weight: 700;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff {
    margin-bottom: 0;
    width: 100%;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .staff_item {
    display: flex;
    margin-right: 0rem;
    flex-direction: row;
    margin-bottom: 0.4rem;
    align-items: center;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .staff_item:last-child {
    margin-bottom: 0.92rem;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .jpex_img {
    width: 2.6rem;
    margin: 0 0.38rem 0 0;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list p.txt_mod14 {
    margin-bottom: 0.3rem;
    height: auto !important;
  }
  .secjpex_about .jpex_wrap .jpex_prof .staff .staff_list .prof_right {
    flex-direction: row;
    align-items: center;
  }
  .secjpex_about .jpex_wrap .jpex_prof .ttl_mod24 {
    margin-bottom: 0.3rem;
    padding-bottom: 0.2rem;
  }
  .secjpex_about .jpex_wrap .btn_group {
    justify-content: center;
  }
}

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