*,
::before,
::after {
  box-sizing: border-box;
}

.kv {
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (min-width: 769px) {
  .kv {
    height: min(436px, 29.067vw);
    margin-top: min(100px, 6.667vw);
    background-image: url(../img/mv.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: 67rem;
    margin-top: 12rem;
    background-image: url(../img/sp/mv.jpg);
    background-size: cover;
  }
}

.kv_inr {
  display: grid;
  place-content: center;
  height: 100%;
}

.kv_copy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #14ba5a;
  text-align: center;
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .kv_copy {
    padding: min(14px, 0.934vw) min(65px, 4.334vw);
    line-height: 1;
    font-size: 3.2rem;
  }
  .kv_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .kv_copy > p:first-of-type {
    margin-top: 0em;
  }
  .kv_copy > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .kv_copy {
    padding: 1.5rem 12rem;
    line-height: 1;
    font-size: 3.2rem;
  }
  .kv_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .kv_copy > p:first-of-type {
    margin-top: 0em;
  }
  .kv_copy > p:last-of-type {
    margin-bottom: 0em;
  }
}

.kv_head {
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv_head {
    margin-top: min(40px, 2.667vw);
    line-height: 1;
    font-size: 8rem;
  }
  .kv_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  .kv_head > h1:first-of-type {
    margin-top: 0em;
  }
  .kv_head > h1:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .kv_head {
    margin-top: 4rem;
    line-height: 1;
    font-size: 8rem;
  }
  .kv_head > h1 {
    line-height: inherit;
    font: inherit;
  }
  .kv_head > h1:first-of-type {
    margin-top: 0em;
  }
  .kv_head > h1:last-of-type {
    margin-bottom: 0em;
  }
}

.kv_txt {
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .kv_txt {
    margin-top: min(50px, 3.334vw);
    line-height: 1.773em;
    font-size: 2.2rem;
  }
  .kv_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kv_txt > p:first-of-type {
    margin-top: -0.386em;
  }
  .kv_txt > p:last-of-type {
    margin-bottom: -0.386em;
  }
}
@media screen and (max-width: 768px) {
  .kv_txt {
    margin-top: 6rem;
    line-height: 1.393em;
    font-size: 2.8rem;
  }
  .kv_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .kv_txt > p:first-of-type {
    margin-top: -0.196em;
  }
  .kv_txt > p:last-of-type {
    margin-bottom: -0.196em;
  }
}

@media screen and (min-width: 769px) {
  .green_action_logoarea {
    padding: min(56px, 3.734vw) 0 min(50px, 3.334vw);
  }
}
@media screen and (max-width: 768px) {
  .green_action_logoarea {
    padding: 5rem 0 7.5rem;
  }
}

.logo_mlc {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .logo_mlc {
    width: min(523px, 34.867vw);
  }
}
@media screen and (max-width: 768px) {
  .logo_mlc {
    width: 52.3rem;
  }
}

.page_copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .page_copy {
    padding: min(24px, 1.6vw) 0;
    line-height: 1;
    font-size: 4.4rem;
    background-image: url(../img/head_bg.jpg);
  }
  .page_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .page_copy > p:first-of-type {
    margin-top: 0em;
  }
  .page_copy > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .page_copy {
    padding: 2.7rem 0;
    line-height: 1;
    font-size: 3.8rem;
    background-image: url(../img/sp/head_bg.jpg);
  }
  .page_copy > p {
    line-height: inherit;
    font: inherit;
  }
  .page_copy > p:first-of-type {
    margin-top: 0em;
  }
  .page_copy > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .page_lead {
    padding: min(54px, 3.6vw) 0;
    line-height: 2.228em;
    font-size: 2.2rem;
    text-align: center;
  }
  .page_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .page_lead > p:first-of-type {
    margin-top: -0.613em;
  }
  .page_lead > p:last-of-type {
    margin-bottom: -0.613em;
  }
}
@media screen and (max-width: 768px) {
  .page_lead {
    padding: 5rem 6.4rem 10.5rem;
    line-height: 1.929em;
    font-size: 2.8rem;
  }
  .page_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .page_lead > p:first-of-type {
    margin-top: -0.464em;
  }
  .page_lead > p:last-of-type {
    margin-bottom: -0.464em;
  }
}

@media screen and (min-width: 769px) {
  .sec_cmn {
    padding: min(50px, 3.334vw) 0 min(70px, 4.667vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_cmn {
    padding: 4.5rem 0 8rem;
  }
}
.sec_cmn:nth-child(even) {
  background-color: #f5f5f5;
}

@media screen and (min-width: 769px) {
  .sec_cmn_inr {
    width: min(1000px, 66.667vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec_cmn_inr {
    padding: 0 6.4rem;
  }
}

.sec_head {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .sec_head.simulation {
    width: min(227px, 15.134vw);
    margin-bottom: min(48px, 3.2vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_head.simulation {
    width: 22.7rem;
    margin-bottom: 6.4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_head.report {
    width: min(147px, 9.8vw);
    margin-bottom: min(45px, 3vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_head.report {
    width: 14.7rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .sec_head.gx {
    width: min(66px, 4.4vw);
    margin-bottom: min(30px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .sec_head.gx {
    width: 6.6rem;
    margin-bottom: 5.5rem;
  }
}

.cont_head {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cont_head {
    padding-left: min(48px, 3.2vw);
    line-height: 1;
    font-size: 3.6rem;
  }
  .cont_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .cont_head > h3:first-of-type {
    margin-top: 0em;
  }
  .cont_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .cont_head {
    padding-left: 5rem;
    line-height: 1;
    font-size: 4rem;
  }
  .cont_head > h3 {
    line-height: inherit;
    font: inherit;
  }
  .cont_head > h3:first-of-type {
    margin-top: 0em;
  }
  .cont_head > h3:last-of-type {
    margin-bottom: 0em;
  }
}
.cont_head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e60012;
  clip-path: polygon(0 0, 62.5% 0, 100% 37.5%, 100% 100%, 0 100%);
  aspect-ratio: 1/1;
}
@media screen and (min-width: 769px) {
  .cont_head::before {
    top: min(3px, 0.2vw);
    width: min(32px, 2.134vw);
  }
}
@media screen and (max-width: 768px) {
  .cont_head::before {
    top: 0.3rem;
    width: 3.2rem;
  }
}

sub {
  position: relative;
  top: -0.4em;
  font-size: 70%;
}

@media screen and (min-width: 769px) {
  .sim_subhead {
    width: min(484px, 32.267vw);
    margin-top: min(10px, 0.667vw);
    margin-left: min(-46px, -3.066vw);
  }
}
@media screen and (max-width: 768px) {
  .sim_subhead {
    width: 55.3rem;
    margin-top: 1.2rem;
    margin-left: -5rem;
  }
}

.cont_lead {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .cont_lead {
    margin-top: min(28px, 1.867vw);
    margin-bottom: min(35px, 2.334vw);
    line-height: 2.112em;
    font-size: 1.8rem;
  }
  .cont_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .cont_lead > p:first-of-type {
    margin-top: -0.555em;
  }
  .cont_lead > p:last-of-type {
    margin-bottom: -0.555em;
  }
}
@media screen and (max-width: 768px) {
  .cont_lead {
    margin-top: 3rem;
    margin-bottom: 4rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .cont_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .cont_lead > p:first-of-type {
    margin-top: -0.357em;
  }
  .cont_lead > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

.cont_horizontal {
  display: flex;
}
@media screen and (min-width: 769px) {
  .cont_horizontal {
    -moz-column-gap: min(50px, 3.334vw);
         column-gap: min(50px, 3.334vw);
  }
}
@media screen and (max-width: 768px) {
  .cont_horizontal {
    flex-direction: column;
    row-gap: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .cont_horizontal .img {
    width: min(476px, 31.734vw);
  }
}
@media screen and (min-width: 769px) {
  .cont_horizontal .content {
    flex: 1;
    padding-top: min(20px, 1.334vw);
  }
}

@media screen and (min-width: 769px) {
  .simulation_point {
    margin-bottom: min(22px, 1.467vw);
  }
}
@media screen and (max-width: 768px) {
  .simulation_point {
    margin-bottom: 2.4rem;
  }
}
.simulation_point .point {
  display: grid;
  place-content: center;
}
@media screen and (min-width: 769px) {
  .simulation_point .point {
    width: min(65px, 4.334vw);
    margin-top: min(2px, 0.134vw);
  }
}
@media screen and (max-width: 768px) {
  .simulation_point .point {
    width: 7.8rem;
    margin-top: 0.2rem;
  }
}
.simulation_point .head {
  display: flex;
  align-items: start;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .simulation_point .head {
    -moz-column-gap: min(7px, 0.467vw);
         column-gap: min(7px, 0.467vw);
    line-height: 1.417em;
    font-size: 2.4rem;
  }
  .simulation_point .head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .simulation_point .head > h4:first-of-type {
    margin-top: -0.208em;
  }
  .simulation_point .head > h4:last-of-type {
    margin-bottom: -0.208em;
  }
}
@media screen and (max-width: 768px) {
  .simulation_point .head {
    -moz-column-gap: 0.7rem;
         column-gap: 0.7rem;
    line-height: 1.75em;
    font-size: 3.2rem;
  }
  .simulation_point .head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .simulation_point .head > h4:first-of-type {
    margin-top: -0.375em;
  }
  .simulation_point .head > h4:last-of-type {
    margin-bottom: -0.375em;
  }
}
.simulation_point .head sup {
  position: relative;
  font-size: 60%;
}
@media screen and (min-width: 769px) {
  .simulation_point .head sup {
    top: 0.5em;
  }
}
.simulation_point .txt {
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .simulation_point .txt {
    margin-top: min(22px, 1.467vw);
    line-height: 2em;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .simulation_point .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .simulation_point .txt > p:first-of-type {
    margin-top: -0.5em;
  }
  .simulation_point .txt > p:last-of-type {
    margin-bottom: -0.5em;
  }
}
@media screen and (max-width: 768px) {
  .simulation_point .txt {
    margin-top: 2.4rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .simulation_point .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .simulation_point .txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .simulation_point .txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (min-width: 769px) {
  .simulation_point + .simulation_point {
    margin-top: min(42px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .simulation_point + .simulation_point {
    margin-top: 4.8rem;
  }
}

@media screen and (min-width: 769px) {
  .gx_img {
    margin-top: min(60px, 4vw);
  }
}/*# sourceMappingURL=green_action.css.map */