@charset "UTF-8";
/* --------------------------------

  トップページ

-------------------------------- */
body {
  font-family: "M PLUS Rounded 1c", sans-serif !important;
}

@media screen and (max-width: 767.98px) {
  .header {
    height: 60px !important;
  }
}

/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.main {
  background-image: url(../img/bg_fixed_3d.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px), print {
  .main {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1100px), print {
  .main {
    margin-top: 163px !important;
  }
}

.epc-hero-section {
  position: relative;
  padding: 14.5rem 1em 16rem 1em;
  z-index: 5;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-section {
    padding: 19rem 2em 16rem 2em;
  }
}
.epc-hero-catch {
  display: block;
  text-align: center;
}
.epc-hero-catch .catch01 {
  display: block;
  font-size: 2.3rem;
  color: #ff8cf8;
  line-height: 0.7391304348;
  margin-bottom: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-catch .catch01 {
    font-size: 4.6rem;
    margin-bottom: 1.9rem;
    letter-spacing: 0.06em;
  }
}
.epc-hero-catch .catch02 {
  display: block;
  font-size: 4rem;
  line-height: 1.0526315789;
  font-weight: 900;
  color: #3716fc;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-catch .catch02 {
    font-size: 7.6rem;
  }
}
.epc-hero-text {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  color: #390ef1;
  font-weight: 900;
  transform: rotate(0.05deg);
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-text {
    font-size: 2.4rem;
    margin-top: 7rem;
  }
}
.epc-hero-text .type1 {
  font-size: 2rem;
  color: #ff8cf8;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-text .type1 {
    font-size: 3.4rem;
  }
}
.epc-hero-text .type2 {
  font-size: 2rem;
}
@media screen and (min-width: 1100px), print {
  .epc-hero-text .type2 {
    font-size: 3.4rem;
  }
}
.epc-hero-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-hero-text .br {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-hero-text br {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-hero-text .pc_only {
    display: none;
  }
}

.epc-business-section {
  position: relative;
  padding: 0 1em 0 1em;
  z-index: 5;
}
@media screen and (min-width: 1100px), print {
  .epc-business-section {
    padding: 0 2em 0 2em;
  }
}
.epc-business-container {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background-color: #3716fc;
  border-radius: 6rem;
  padding: 5rem 2rem 5rem 2rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-container {
    max-width: 335px;
    border-radius: 3rem;
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}
.epc-business-header {
  position: relative;
  text-align: center;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-header {
    margin-bottom: 1.8rem;
  }
}
.epc-business-heading {
  position: relative;
  display: inline-block;
  line-height: 1.2;
}
.epc-business-heading::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0;
  transform: translateX(-100%);
  display: block;
  width: 143px;
  height: 111px;
  background: url("../img/design-img1.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-heading::before {
    left: 2rem;
    top: -4.5rem;
    width: 76px;
    height: 194px;
    background: url("../img/sp/design-img1.png") no-repeat center/cover;
  }
}
.epc-business-heading::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: 2rem;
  display: block;
  width: 163px;
  height: 121px;
  transform: translateX(100%);
  background: url("../img/design-img2.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-heading::after {
    right: 3rem;
    top: -6rem;
    width: 85px;
    height: 230px;
    background: url("../img/sp/design-img2.png") no-repeat center/cover;
  }
}
.epc-business-heading .label {
  position: relative;
  display: inline-block;
  color: #3716fc;
  font-size: 2rem;
  padding: 0.7rem 2rem;
  font-weight: 900;
  border-radius: 10em;
  margin-bottom: 3rem;
  background-color: #ffffff;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .epc-business-heading .label {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-bottom: 1.6rem;
    padding: 0.45rem 1.3rem;
  }
}
.epc-business-heading .label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-top: 18px solid #ffffff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-heading .label::before {
    border-top: 12px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
}
.epc-business-heading .heading {
  display: block;
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-heading .heading {
    letter-spacing: 0;
    font-size: 3rem;
  }
}
.epc-business-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -3rem 0 0;
  padding: 0 9rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-content {
    margin: 0 -1rem 0 0;
    padding: 0 1.6rem;
  }
}
.epc-business-item {
  width: 33.33333%;
  padding: 0 3rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-item:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-business-item {
    padding: 0 1rem 0 0;
    width: 50%;
  }
}
.epc-business-inner {
  text-align: center;
}
.epc-business-image {
  width: 177px;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #10006c;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-image {
    width: 104px;
    height: 104px;
    background-color: #000000;
  }
}
.epc-business-image img {
  max-width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-image img {
    width: 60%;
    height: auto;
  }
}
.epc-business-title {
  display: block;
  text-align: center;
  line-height: 1.3076923077;
  letter-spacing: 0.02em;
  font-weight: 900;
  font-size: 2.6rem;
  margin-top: 2.3rem;
  background: linear-gradient(-180deg, #00ff42, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00ff42, #00ffe4 90%, #00ffe4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-title {
    letter-spacing: 0;
    font-size: 1.5rem;
    margin-top: 0.5rem;
    transform: rotate(0.05deg);
  }
}
.epc-business-text {
  display: block;
  text-align: center;
  line-height: 1.65;
  color: #ffffff;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  transform: rotate(0.05deg);
  margin-top: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-text {
    font-size: 1.4rem;
    letter-spacing: 0;
    margin-top: 3rem;
  }
}
.epc-business-text .type1 {
  position: relative;
  display: inline;
  font-size: 2.3rem;
  font-weight: 900;
  padding-bottom: 0.2rem;
  border-bottom: 4px dotted #00ff42;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-text .type1 {
    font-size: 1.7rem;
    letter-spacing: 0;
    border-bottom: 2px dotted #00ff42;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-business-text br {
    display: none;
  }
}
.epc-business-text .br {
  display: block;
}
@media screen and (min-width: 1100px), print {
  .epc-business-text .br {
    display: none;
  }
}
.epc-business-fukidashi {
  text-align: center;
  margin-top: 5.5rem;
  margin-bottom: -21.5rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-fukidashi {
    margin-top: 2.5rem;
    margin-bottom: -8rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-business-fukidashi .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .epc-business-fukidashi .sp_only {
    display: none;
  }
}
.epc-business-fukidashi img {
  max-width: 100%;
}
.epc-business-design .image {
  position: absolute;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-design .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .epc-business-design .sp_only {
    display: none;
  }
}
.epc-business-design .image01 {
  left: 6rem;
  bottom: 16rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-business-design .image01 {
    max-width: 58px;
    left: -1.3rem;
    bottom: 30rem;
  }
}
.epc-business-design .image02 {
  right: 3rem;
  bottom: 21rem;
}
.epc-business-design img {
  max-width: 100%;
}

.epc-plant-section {
  position: relative;
  padding: 7rem 1em 0 1em;
  z-index: 5;
}
@media screen and (min-width: 1100px), print {
  .epc-plant-section {
    padding: 24rem 2em 0 2em;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-plant-section .epc-common-desc .desc01 {
    line-height: 1.4;
  }
}

.epc-modal-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -4rem -4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-block {
    margin: 0 -1.2rem -1.2rem 0;
  }
}
.epc-modal-item {
  width: 25%;
  padding: 0 4rem 4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-item {
    width: 50%;
    padding: 0 1.2rem 1.2rem 0;
  }
}
.epc-modal-content {
  position: relative;
  height: 100%;
  border-radius: 3.2rem;
  padding: 2rem 2rem 8.5rem 2rem;
  background-color: #10006c;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-content {
    border-radius: 2rem;
    padding: 1.5rem 1.3rem 8.5rem 1.3rem;
  }
}
.epc-modal-title {
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  min-height: 48px;
  font-weight: 700;
  color: #ffffff;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-title {
    font-size: 1.6rem;
    min-height: 38px;
    margin-bottom: 0;
    flex-direction: column;
    letter-spacing: -0.04em;
  }
}
.epc-modal-title .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-title .br {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-title br {
    display: none;
  }
}
.epc-modal-wrap {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-wrap {
    max-width: 335px;
    margin-top: 3rem;
  }
}
.epc-modal-image {
  text-align: center;
  width: 100%;
  height: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-image {
    max-width: 95px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-image.__accent {
    max-width: 60px;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-image.__metan {
    max-width: 60px;
  }
}
.epc-modal-image img {
  max-width: 100%;
}
.epc-modal-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 0 0 3rem 3rem;
  color: #3716fc;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(-180deg, #00baff, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00baff, #00ffe4 90%, #00ffe4);
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot {
    border-radius: 0 0 1.9rem 1.9rem;
    height: 70px;
    padding: 1.2rem 0 0 0;
    align-items: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot::after {
    content: "";
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    transform: rotate(135deg);
    width: 8px;
    height: 8px;
    border-top: 2px solid #3716fc;
    border-left: 2px solid #3716fc;
  }
}
.epc-modal-foot p {
  position: relative;
  display: block;
  width: 100%;
  transform: rotate(0.05deg);
  font-size: 1.3rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot p {
    font-size: 1rem;
    letter-spacing: 0;
    padding: 0 1rem;
  }
}
.epc-modal-foot p .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot p .br {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot p br {
    display: none;
  }
}
.epc-modal-foot p::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #3716fc;
  border-left: 3px solid #3716fc;
}
@media screen and (min-width: 1100px), print {
  .epc-modal-foot p::after {
    right: 1.9rem;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-modal-foot p::after {
    display: none;
  }
}
.epc-modal-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.epc-nonebusiness-section {
  position: relative;
  padding: 6rem 1em 6rem 1em;
  z-index: 5;
}
@media screen and (min-width: 1100px), print {
  .epc-nonebusiness-section {
    padding: 13.4rem 2em 18.7rem 2em;
  }
}
.epc-nonebusiness-section .epc-modal-wrap {
  max-width: 920px;
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-wrap {
    max-width: 335px;
  }
}
.epc-nonebusiness-section .epc-modal-content {
  padding-bottom: 9.5rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-content {
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-foot p {
    padding: 0 0.5rem;
  }
}
.epc-nonebusiness-section .epc-modal-foot {
  height: 85px;
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-foot {
    height: 80px;
  }
}
.epc-nonebusiness-section .epc-modal-item {
  width: 33.33333%;
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-item {
    width: 50%;
  }
}
.epc-nonebusiness-section .epc-modal-title.__hg {
  min-height: 67px;
}
@media screen and (max-width: 1099.98px) {
  .epc-nonebusiness-section .epc-modal-title.__hg {
    min-height: 48px;
  }
}
.epc-nonebusiness-section .epc-common-desc .desc01 {
  line-height: 1.4;
}

.epc-common-desc {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc.__accent .desc01 .type2 {
    font-size: 1.4rem;
  }
}
.epc-common-desc .desc01 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: 900;
  color: #3716fc;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc01 {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8;
  }
}
.epc-common-desc .desc01 .type1 {
  font-size: 3.9rem;
  color: #ff6ff6;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc01 .type1 {
    font-size: 2.1rem;
  }
}
.epc-common-desc .desc01 .type2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc01 .type2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc01 br {
    display: none;
  }
}
.epc-common-desc .desc01 .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc01 .br {
    display: block;
  }
}
.epc-common-desc .desc02 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: #3716fc;
  margin-top: 4rem;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc02 {
    letter-spacing: 0;
    font-size: 1.2rem;
    margin-top: 2.5rem;
    line-height: 1.4;
  }
}
.epc-common-desc .desc02 .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc02 .br {
    display: block;
  }
}
@media screen and (max-width: 1099.98px) {
  .epc-common-desc .desc02 .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .epc-common-desc .desc02 .sp_only {
    display: none;
  }
}
.epc-common-header {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-header {
    margin-bottom: 3.5rem;
  }
}
.epc-common-heading {
  position: relative;
  display: block;
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
  background-color: #3716fc;
  border-radius: 10em;
  line-height: 1.2;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading {
    max-width: 280px;
  }
}
.epc-common-heading::before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  transform: translateX(-100%);
  display: block;
  width: 132px;
  height: 101px;
  background: url("../img/design-img5.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading::before {
    bottom: -2rem;
    left: 2rem;
    width: 56px;
    height: 109px;
    background: url("../img/sp/design-img5.png") no-repeat center/cover;
  }
}
.epc-common-heading::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  transform: translateX(100%);
  display: block;
  width: 143px;
  height: 133px;
  background: url("../img/design-img6.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading::after {
    bottom: -6rem;
    right: 2rem;
    width: 70px;
    height: 128px;
    background: url("../img/sp/design-img6.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 479.98px) {
  .epc-common-heading::after {
    right: 3rem;
  }
}
.epc-common-heading .heading_inner {
  position: relative;
  display: block;
  padding: 2rem 2rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner {
    padding: 1.2rem 1rem 1rem 1rem;
  }
}
.epc-common-heading .heading_inner.__accent {
  padding: 4rem 2rem;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner.__accent {
    padding: 1.1rem 1rem 1.2rem 1rem;
  }
}
.epc-common-heading .heading_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  border-top: 40px solid #3716fc;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner::before {
    border-top: 18px solid #3716fc;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
  }
}
.epc-common-heading .heading_inner .label {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 0.6rem;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner .label {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    letter-spacing: 0;
  }
}
.epc-common-heading .heading_inner .heading {
  display: block;
  font-size: 3.7rem;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(-180deg, #ff7200, #ff3ec2 90%, #ff3ec2);
  background: -webkit-linear-gradient(0deg, #ff7200, #ff3ec2 90%, #ff3ec2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner .heading {
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1100px), print {
  .epc-common-heading .heading_inner .heading .sp_only {
    display: none;
  }
}
.epc-common-heading .heading_inner .heading .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .epc-common-heading .heading_inner .heading .br {
    display: block;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
}
.modal-container::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .modal-container {
    padding: 2em;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  cursor: pointer;
}
.modal-content {
  position: relative;
  display: inline-block;
  border-radius: 3rem;
  background-color: #fff;
  width: 100%;
  max-width: 1100px;
  vertical-align: middle;
  margin: 6rem 0;
  z-index: 2;
}
@media screen and (min-width: 1100px), print {
  .modal-content {
    margin: 6rem 0;
  }
}
.modal-wave {
  position: relative;
  display: block;
  width: 100%;
  padding: 5rem 0;
  margin-top: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-wave {
    padding: 1rem 0;
  }
}
.modal-sub-header {
  text-align: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-sub-header {
    margin-bottom: 2.2rem;
  }
}
.modal-buttons {
  display: flex;
  justify-content: center;
  margin: 0 -2rem -1rem 0;
}
@media screen and (max-width: 1099.98px) {
  .modal-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.modal-buttons.__mt {
  margin-top: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-buttons.__mt {
    margin-top: 1.6rem;
  }
}
.modal-buttons.__mt .modal-button a {
  width: 258px;
  height: 58px;
}
@media screen and (max-width: 1099.98px) {
  .modal-buttons.__mt .modal-button a {
    width: 200px;
    height: 48px;
  }
}
.modal-button {
  padding: 0 2rem 1rem 0;
}
.modal-button a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  height: 50px;
  border-radius: 10em;
  color: #ffffff;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: -0.05em;
  transform: rotate(0.05deg);
  background: rgb(255, 169, 58);
  background: linear-gradient(90deg, rgb(255, 169, 58) 0%, rgb(255, 8, 177) 100%);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .modal-button a {
    font-size: 1.2rem;
    letter-spacing: 0;
    width: 185px;
    height: 40px;
  }
}
.modal-button a:hover {
  opacity: 0.8;
}
.modal-button a::before {
  content: "";
  position: absolute;
  right: 1.3rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 9px;
  height: 15px;
  background: url("../img/icon-arrow_wht.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-button a::before {
    width: 9px;
    height: 15px;
    right: 1.3rem;
  }
}
.modal-button a .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .modal-button a .br {
    display: block;
  }
}
.modal-subheading {
  position: relative;
  display: inline-block;
  border-radius: 10em;
  padding: 0.65rem 3rem;
  color: #00ff97;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  transform: rotate(0.05deg);
  background-color: #10006c;
}
@media screen and (max-width: 1099.98px) {
  .modal-subheading {
    font-size: 1.2rem;
    letter-spacing: 0;
    padding: 0.5rem 1.8rem;
  }
}
.modal-subheading::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: -1.5rem;
  transform: translateX(-100%);
  display: block;
  width: 79px;
  height: 43px;
  background: url("../img/modal-design3.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-subheading::before {
    left: 3rem;
    top: 4.5rem;
    width: 67px;
    height: 112px;
    background: url("../img/sp/modal-design3.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-subheading::before {
    left: 3.5rem;
  }
}
.modal-subheading::after {
  content: "";
  position: absolute;
  right: -2rem;
  top: -2.5rem;
  transform: translateX(100%);
  display: block;
  width: 87px;
  height: 71px;
  background: url("../img/modal-design4.png") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .modal-subheading::after {
    right: 2rem;
    top: 3.5rem;
    width: 70px;
    height: 119px;
    background: url("../img/sp/modal-design4.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 479.98px) {
  .modal-subheading::after {
    right: 4rem;
  }
}
.modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  height: 215px;
  padding: 1em;
  border-radius: 3rem 3rem 0 0;
}
@media screen and (max-width: 1099.98px) {
  .modal-header {
    height: 155px;
  }
}
.modal-header::before {
  content: "";
  position: absolute;
  left: -8rem;
  top: 5rem;
  display: block;
  width: 153px;
  height: 101px;
  background: url("../img/modal-design1.png") no-repeat center/cover;
}
@media screen and (max-width: 1279.98px) {
  .modal-header::before {
    left: -4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-header::before {
    top: -1rem;
    left: -0.7rem;
    width: 65px;
    height: 143px;
    background: url("../img/sp/modal-design1.png") no-repeat center/cover;
  }
}
.modal-header::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: 7rem;
  display: block;
  width: 143px;
  height: 133px;
  background: url("../img/modal-design2.png") no-repeat center/cover;
}
@media screen and (max-width: 1279.98px) {
  .modal-header::after {
    right: -4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-header::after {
    top: -3rem;
    right: 1.3rem;
    width: 75px;
    height: 161px;
    background: url("../img/sp/modal-design2.png") no-repeat center/cover;
  }
}
.modal-header.__type1 {
  text-align: center;
}
.modal-header.__type1 .modal-heading {
  display: inline-block;
  background-color: #3716fc;
  border-radius: 10em;
  padding: 1rem 4.4rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-header.__type1 .modal-heading {
    padding: 0.5rem 2.3rem;
  }
}
.modal-header.__type1 .modal-heading span {
  background: linear-gradient(-180deg, #ff7200, #ff3ec2 90%, #ff3ec2);
  background: -webkit-linear-gradient(0deg, #ff7200, #ff3ec2 90%, #ff3ec2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal-header.__type1 .modal-text {
  color: #ffffff;
  font-weight: 900;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.modal-header.__type2 {
  background: linear-gradient(-180deg, #00baff, #00ffe4 90%, #00ffe4);
  background: -webkit-linear-gradient(0deg, #00baff, #00ffe4 90%, #00ffe4);
}
.modal-heading {
  color: #3716fc;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1.7rem;
  letter-spacing: 0.02em;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .modal-heading {
    font-size: 2rem;
    letter-spacing: 0;
    min-width: 170px;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-heading.__fz {
    font-size: 1.5rem;
    letter-spacing: -0.04em;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-btn-more {
    position: absolute;
    left: 50%;
    bottom: 7.5rem;
    transform: translateX(26%);
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-btn-more {
    max-width: 200px;
    margin: 0 auto;
  }
}
.modal-btn-more img {
  max-width: 100%;
}
.modal-btn-more a {
  transition: opacity 0.3s ease;
}
.modal-btn-more a:hover {
  opacity: 0.8;
}
.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  padding: 3.5rem 1em 4.5rem 1em;
  flex: 1;
}
@media screen and (max-width: 1099.98px) {
  .modal-body {
    padding: 2rem 1em 3rem 1em;
  }
}
.modal-body.wave_bg {
  position: relative;
}
.modal-body.wave_bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background-image: url("../img/wave-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 350px;
  background-position-y: bottom;
  z-index: -1;
  border-radius: 0 0 2.9rem 2.9rem;
}
@media screen and (max-width: 1099.98px) {
  .modal-body.wave_bg::before {
    height: 290px;
    background-size: 100% 290px;
    background-image: url("../img/sp/wave-bg.png");
    z-index: -1;
  }
}
.modal-image {
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .modal-image {
    max-width: 280px;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-image .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-image .sp_only {
    display: none;
  }
}
.modal-image img {
  max-width: 100%;
}
.modal-text {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3716fc;
  letter-spacing: 0.06em;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 1099.98px) {
  .modal-text {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .modal-text br {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .modal-text .sp_only {
    display: none;
  }
}
.modal-text .br {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .modal-text .br {
    display: block;
  }
}
.modal-close {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .modal-close {
    width: 58px;
    height: 58px;
  }
}
.modal-close::after {
  content: "×";
  font-size: 3.8rem;
  font-weight: 700;
  color: #5d05d6;
  line-height: 1;
}
@media screen and (min-width: 1100px), print {
  .modal-close::after {
    font-size: 5rem;
  }
}

.decarbonization-workon-inner {
  transition: transform 0.6s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
@keyframes floatRotate {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  }
  50% {
    transform: translateY(-6px) rotate(var(--rotation));
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    @media screen and (min-width: 1100px), print {
      transform: translateY(-10px) rotate(var(--rotation));
    }
  }
}
.epc-hero-section [data-aos=zoomfade-animation] {
  opacity: 0;
  transform: translateY(100%) scale(0);
  transition-property: transform, opacity;
  transition-duration: 0.6s;
  transition-delay: 0.2s;
  transition-timing-function: ease-in-out;
}

.epc-hero-section [data-aos=zoomfade-animation].aos-animate {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0.05deg);
}

.bg_pallax .bg_pallax_item {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 4386px;
  margin: 0 -1em;
}
.bg_pallax .bg_pallax_item:nth-child(1) {
  z-index: 2;
}
.bg_pallax .bg_pallax_item:nth-child(2) {
  z-index: 1;
}
.bg_pallax .bg_pallax_item:nth-child(3) {
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .bg_pallax .bg_pallax_item {
    left: -18em;
    right: -24.5em;
  }
}
@media screen and (max-width: 1099.98px) {
  .bg_pallax .bg_pallax_item {
    right: 0;
    left: 0;
  }
}
.bg_pallax img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1099.98px) {
  .bg_pallax .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .bg_pallax .sp_only {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */