*,
::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: #0156a5;
  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 {
    width: 63rem;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    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) {
  .first_cont {
    padding: min(100px, 6.667vw) 0 min(90px, 6vw);
  }
}
@media screen and (max-width: 768px) {
  .first_cont {
    padding: 9.5rem 6.3rem 7rem;
  }
}
.first_cont .head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .first_cont .head {
    line-height: 1;
    font-size: 4.2rem;
  }
  .first_cont .head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .head > h2:first-of-type {
    margin-top: 0em;
  }
  .first_cont .head > h2:last-of-type {
    margin-bottom: 0em;
  }
  .first_cont .head {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .first_cont .head {
    line-height: 1;
    font-size: 4.2rem;
  }
  .first_cont .head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .head > h2:first-of-type {
    margin-top: 0em;
  }
  .first_cont .head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (min-width: 769px) {
  .first_cont .txt {
    margin-top: min(70px, 4.667vw);
    line-height: 2.228em;
    font-size: 2.2rem;
  }
  .first_cont .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .txt > p:first-of-type {
    margin-top: -0.613em;
  }
  .first_cont .txt > p:last-of-type {
    margin-bottom: -0.613em;
  }
  .first_cont .txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .first_cont .txt {
    margin-top: 6rem;
    line-height: 1.929em;
    font-size: 2.8rem;
  }
  .first_cont .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .txt > p:first-of-type {
    margin-top: -0.464em;
  }
  .first_cont .txt > p:last-of-type {
    margin-bottom: -0.464em;
  }
}
@media screen and (min-width: 769px) {
  .first_cont .img {
    width: min(1000px, 66.667vw);
    margin: min(170px, 11.334vw) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .first_cont .img {
    width: 62.8rem;
    margin: 10.5rem auto 0;
  }
}

.initiative_cont {
  display: flex;
}
@media screen and (min-width: 769px) {
  .initiative_cont {
    justify-content: center;
    align-items: center;
    width: min(1050px, 70vw);
    margin: 0 auto;
    padding: min(80px, 5.334vw) min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont {
    flex-direction: column;
    padding: 5rem 6.2rem 8rem;
  }
}
.initiative_cont .img {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .initiative_cont .img {
    width: min(560px, 37.334vw);
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .img {
    width: 56rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .initiative_cont .cont {
    width: min(405px, 27vw);
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .cont {
    margin-top: 6.2rem;
  }
}
.initiative_cont .list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .initiative_cont .list {
    row-gap: min(60px, 4vw);
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .list {
    row-gap: 4.5rem;
  }
}
.initiative_cont .list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.initiative_cont .list > li .num {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .initiative_cont .list > li .num {
    height: min(42px, 2.8vw);
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .list > li .num {
    height: 4.4rem;
  }
}
.initiative_cont .list > li .txt {
  flex-shrink: 0;
  border-left: solid 1px #212121;
  color: #212121;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .initiative_cont .list > li .txt {
    width: min(320px, 22vw);
    padding-left: min(22px, 1.467vw);
    line-height: 1.612em;
    font-size: 1.8rem;
  }
  .initiative_cont .list > li .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .initiative_cont .list > li .txt > p:first-of-type {
    margin-top: -0.305em;
  }
  .initiative_cont .list > li .txt > p:last-of-type {
    margin-bottom: -0.305em;
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .list > li .txt {
    width: 53.5rem;
    padding-left: 3.5rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .initiative_cont .list > li .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .initiative_cont .list > li .txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .initiative_cont .list > li .txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
.initiative_cont .list > li .txt .txt_small {
  display: block;
}
@media screen and (min-width: 769px) {
  .initiative_cont .list > li .txt .txt_small {
    margin-top: 2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .initiative_cont .list > li .txt .txt_small {
    margin-top: 2rem;
    line-height: 1;
    font-size: 1.6rem;
  }
}

@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;
  }
  .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;
  }
  .page_copy {
    background-image: url(../img/head_bg.jpg);
  }
}
@media screen and (max-width: 768px) {
  .page_copy {
    padding: 2.7rem 0;
    line-height: 1;
    font-size: 3.8rem;
  }
  .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;
  }
  .page_copy {
    background-image: url(../img/sp/head_bg.jpg);
  }
}

@media screen and (min-width: 769px) {
  .page_lead {
    padding: min(54px, 3.6vw) 0;
    line-height: 2.228em;
    font-size: 2.2rem;
  }
  .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;
  }
  .page_lead {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page_lead {
    padding: 5rem 6.2rem 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: 8rem 0 8rem;
  }
}
.sec_cmn:nth-child(odd) {
  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.2rem;
  }
}

.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 {
    margin-bottom: min(40px, 2.667vw);
    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 {
    margin-bottom: 3.5rem;
    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 {
    align-items: flex-start;
    -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;
  }
}
.cont_horizontal .img {
  display: grid;
}
@media screen and (min-width: 769px) {
  .cont_horizontal .img {
    width: min(475px, 31.667vw);
    row-gap: min(14px, 0.934vw);
  }
}
@media screen and (max-width: 768px) {
  .cont_horizontal .img {
    row-gap: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .cont_horizontal .img figcaption {
    margin-top: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.6rem;
  }
  .cont_horizontal .img figcaption > p {
    line-height: inherit;
    font: inherit;
  }
  .cont_horizontal .img figcaption > p:first-of-type {
    margin-top: 0em;
  }
  .cont_horizontal .img figcaption > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .cont_horizontal .img figcaption {
    margin-top: 2.5rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .cont_horizontal .img figcaption > p {
    line-height: inherit;
    font: inherit;
  }
  .cont_horizontal .img figcaption > p:first-of-type {
    margin-top: 0em;
  }
  .cont_horizontal .img figcaption > p:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .content {
    flex: 1;
  }
}
.content > .txt {
  font-weight: 500;
  margin-top: min(30px, 2vw);
}
@media screen and (min-width: 769px) {
  .content > .txt {
    line-height: 2.112em;
    font-size: 1.8rem;
  }
  .content > .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .content > .txt > p:first-of-type {
    margin-top: -0.555em;
  }
  .content > .txt > p:last-of-type {
    margin-bottom: -0.555em;
  }
}
@media screen and (max-width: 768px) {
  .content > .txt {
    margin-top: 4.5rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .content > .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .content > .txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .content > .txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
@media screen and (min-width: 769px) {
  .content > .txt + .check_list {
    margin-top: min(35px, 2.334vw);
  }
}
@media screen and (max-width: 768px) {
  .content > .txt + .check_list {
    margin-top: 5.5rem;
  }
}

.service_list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .service_list {
    flex-direction: column;
  }
}
.cont_horizontal .service_list {
  display: block;
}
.service_list > li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .service_list > li {
    -moz-column-gap: min(10px, 0.667vw);
         column-gap: min(10px, 0.667vw);
  }
}
@media screen and (max-width: 768px) {
  .service_list > li {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .service_list > li + li {
    margin-left: min(20px, 1.334vw);
  }
}
@media screen and (max-width: 768px) {
  .service_list > li + li {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .cont_horizontal .service_list > li + li {
    margin-top: min(10px, 0.667vw);
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cont_horizontal .service_list > li + li {
    margin-top: 1rem;
  }
}
.service_list > li > .num {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .service_list > li > .num {
    width: min(38px, 2.534vw);
  }
}
@media screen and (max-width: 768px) {
  .service_list > li > .num {
    width: 3.8rem;
  }
}
.service_list > li > .txt {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .service_list > li > .txt {
    line-height: 1;
    font-size: 2rem;
  }
  .service_list > li > .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .service_list > li > .txt > p:first-of-type {
    margin-top: 0em;
  }
  .service_list > li > .txt > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .service_list > li > .txt {
    line-height: 1;
    font-size: 2.6rem;
  }
  .service_list > li > .txt > p {
    line-height: inherit;
    font: inherit;
  }
  .service_list > li > .txt > p:first-of-type {
    margin-top: 0em;
  }
  .service_list > li > .txt > p:last-of-type {
    margin-bottom: 0em;
  }
}

.check_list_item {
  position: relative;
  font-weight: 500;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .check_list_item {
    padding-left: min(45px, 3vw);
    line-height: 1.778em;
    font-size: 1.8rem;
  }
  .check_list_item > p {
    line-height: inherit;
    font: inherit;
  }
  .check_list_item > p:first-of-type {
    margin-top: -0.388em;
  }
  .check_list_item > p:last-of-type {
    margin-bottom: -0.388em;
  }
}
@media screen and (max-width: 768px) {
  .check_list_item {
    padding-left: 4.2rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .check_list_item > p {
    line-height: inherit;
    font: inherit;
  }
  .check_list_item > p:first-of-type {
    margin-top: -0.357em;
  }
  .check_list_item > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
.check_list_item::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/icon_check.png) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .check_list_item::before {
    top: 0.3em;
    width: min(32px, 2.134vw);
    height: min(29px, 1.934vw);
  }
}
@media screen and (max-width: 768px) {
  .check_list_item::before {
    top: 0.5em;
    width: 3.2rem;
    height: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .check_list_item + .check_list_item {
    margin-top: min(30px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .check_list_item + .check_list_item {
    margin-top: 4.5rem;
  }
}
.check_list_item .color {
  color: #0156a5;
}

@media screen and (min-width: 769px) {
  .green_action_img {
    width: min(370px, 24.667vw);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .green_action_img {
    width: 48.6rem;
    margin: 0 auto;
  }
}

.btn_green_action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #69c574;
  color: #fff !important;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .btn_green_action {
    gap: min(25px, 1.667vw);
    padding: min(20px, 1.334vw) 0;
    line-height: 1;
    font-size: 1.7rem;
  }
  .btn_green_action > em {
    line-height: inherit;
    font: inherit;
  }
  .btn_green_action > em:first-of-type {
    margin-top: 0em;
  }
  .btn_green_action > em:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .btn_green_action {
    gap: 5rem;
    padding: 5rem 0;
    line-height: 1;
    font-size: 2.8rem;
  }
  .btn_green_action > em {
    line-height: inherit;
    font: inherit;
  }
  .btn_green_action > em:first-of-type {
    margin-top: 0em;
  }
  .btn_green_action > em:last-of-type {
    margin-bottom: 0em;
  }
}
.btn_green_action::after {
  content: "";
  background: url(../img/icon_arrow_w.svg) no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .btn_green_action::after {
    width: min(10px, 0.667vw);
    height: min(14px, 0.934vw);
  }
}
@media screen and (max-width: 768px) {
  .btn_green_action::after {
    width: 1.2rem;
    height: 1.8rem;
  }
}
.btn_green_action:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .partnership_item {
    padding-top: min(50px, 3.334vw);
    padding-bottom: min(40px, 2.667vw);
  }
}
@media screen and (max-width: 768px) {
  .partnership_item {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .partnership_item + .partnership_item {
    border-top: dotted #b5b5b6 min(2px, 0.134vw);
  }
}
@media screen and (max-width: 768px) {
  .partnership_item + .partnership_item {
    border-top: dotted #b5b5b6 0.2rem;
  }
}

@media screen and (min-width: 769px) {
  .partnership_logo01 {
    width: min(253px, 16.867vw);
    margin-bottom: min(30px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .partnership_logo01 {
    width: 32rem;
    margin: 0 auto 3.5rem;
  }
}

@media screen and (min-width: 769px) {
  .partnership_logo02 {
    width: min(232px, 15.467vw);
    margin-bottom: min(30px, 2vw);
  }
}
@media screen and (max-width: 768px) {
  .partnership_logo02 {
    width: 27.8rem;
    margin: 0 auto 3rem;
  }
}

.partnership_logo03 {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .partnership_logo03 {
    line-height: 1;
    font-size: 4.2rem;
  }
  .partnership_logo03 > p {
    line-height: inherit;
    font: inherit;
  }
  .partnership_logo03 > p:first-of-type {
    margin-top: 0em;
  }
  .partnership_logo03 > p:last-of-type {
    margin-bottom: 0em;
  }
  .partnership_logo03 {
    margin-bottom: min(40px, 2.667vw);
  }
}
@media screen and (max-width: 768px) {
  .partnership_logo03 {
    margin-bottom: 4rem;
    line-height: 1;
    font-size: 4.2rem;
  }
  .partnership_logo03 > p {
    line-height: inherit;
    font: inherit;
  }
  .partnership_logo03 > p:first-of-type {
    margin-top: 0em;
  }
  .partnership_logo03 > p:last-of-type {
    margin-bottom: 0em;
  }
  .partnership_logo03 {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .external_evaluation_cont {
    margin-top: min(30px, 2vw);
    padding: min(50px, 3.334vw) min(45px, 3vw);
    border: solid #e5e8e8 min(15px, 1vw);
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_cont {
    margin-top: 8.5rem;
    padding: 3rem 3.5rem 3.5rem;
    border: solid #e5e8e8 1.5rem;
  }
}

.external_evaluation_head {
  text-align: center;
  font-weight: 900;
}
.external_evaluation_head span {
  display: inline-block;
  border-bottom: solid #000 1px;
}
@media screen and (min-width: 769px) {
  .external_evaluation_head span {
    padding: 0 min(65px, 4.334vw) min(15px, 1vw);
    line-height: 1;
    font-size: 3.6rem;
  }
  .external_evaluation_head span > h2 {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_head span > h2:first-of-type {
    margin-top: 0em;
  }
  .external_evaluation_head span > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_head span {
    padding: 0 6.5rem 1.5rem;
    line-height: 1;
    font-size: 3.6rem;
  }
  .external_evaluation_head span > h2 {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_head span > h2:first-of-type {
    margin-top: 0em;
  }
  .external_evaluation_head span > h2:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .external_evaluation_lead {
    margin-top: min(25px, 1.667vw);
    line-height: 1.778em;
    font-size: 1.8rem;
  }
  .external_evaluation_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_lead > p:first-of-type {
    margin-top: -0.388em;
  }
  .external_evaluation_lead > p:last-of-type {
    margin-bottom: -0.388em;
  }
  .external_evaluation_lead {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_lead {
    margin-top: 4rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .external_evaluation_lead > p {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_lead > p:first-of-type {
    margin-top: -0.357em;
  }
  .external_evaluation_lead > p:last-of-type {
    margin-bottom: -0.357em;
  }
}
.external_evaluation_lead sup {
  font-size: 70%;
  position: relative;
  top: 0.4em;
}
.external_evaluation_lead a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .external_evaluation_img {
    width: min(332px, 22.1vw);
    margin: min(20px, 1.334vw) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_img {
    width: 43rem;
    margin: 3rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .external_evaluation_txt {
    margin-top: min(10px, 0.667vw);
    padding: 0 min(144px, 9.6vw);
    line-height: 1.813em;
    font-size: 1.6rem;
  }
  .external_evaluation_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_txt > p:first-of-type {
    margin-top: -0.406em;
  }
  .external_evaluation_txt > p:last-of-type {
    margin-bottom: -0.406em;
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_txt {
    margin-top: 1.5rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .external_evaluation_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .external_evaluation_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .external_evaluation_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

.mlc_venture {
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
@media screen and (min-width: 769px) {
  .mlc_venture {
    margin-top: min(65px, 4.334vw);
    padding-top: min(40px, 2.667vw);
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture {
    margin-top: 5.5rem;
    padding-top: 5.5rem;
  }
}

.mlc_venture_lead {
  display: grid;
}
@media screen and (min-width: 769px) {
  .mlc_venture_lead {
    grid-template-columns: min(565px, 37.667vw) auto;
    gap: min(50px, 3.334vw);
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead {
    gap: 1rem;
  }
}

.mlc_venture_lead_head {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .mlc_venture_lead_head {
    line-height: 1;
    font-size: 3rem;
  }
  .mlc_venture_lead_head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .mlc_venture_lead_head > h4:first-of-type {
    margin-top: 0em;
  }
  .mlc_venture_lead_head > h4:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead_head {
    line-height: 1;
    font-size: 3rem;
  }
  .mlc_venture_lead_head > h4 {
    line-height: inherit;
    font: inherit;
  }
  .mlc_venture_lead_head > h4:first-of-type {
    margin-top: 0em;
  }
  .mlc_venture_lead_head > h4:last-of-type {
    margin-bottom: 0em;
  }
}

@media screen and (min-width: 769px) {
  .mlc_venture_lead_txt {
    margin-top: min(30px, 2vw);
    line-height: 2.056em;
    font-size: 1.8rem;
  }
  .mlc_venture_lead_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .mlc_venture_lead_txt > p:first-of-type {
    margin-top: -0.527em;
  }
  .mlc_venture_lead_txt > p:last-of-type {
    margin-bottom: -0.527em;
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead_txt {
    margin-top: 3rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .mlc_venture_lead_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .mlc_venture_lead_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .mlc_venture_lead_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

.mlc_venture_lead_img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mlc_venture_lead_img {
    width: min(324px, 21.6vw);
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead_img {
    width: 39rem;
  }
}

.mlc_venture_lead_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1d1d;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .mlc_venture_lead_btn {
    gap: min(15px, 1vw);
    padding: min(20px, 1.334vw) 0;
    line-height: 1;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead_btn {
    gap: 5.5rem;
    padding: 4rem;
    line-height: 1;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .mlc_venture_lead_btn i {
    width: min(12px, 0.8vw);
  }
}
@media screen and (max-width: 768px) {
  .mlc_venture_lead_btn i {
    width: 1.3rem;
  }
}

.partnership_item_caption {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .partnership_item_caption {
    margin-top: min(50px, 3.334vw);
    padding-left: min(10px, 0.667vw);
    line-height: 1;
    font-size: 1.8rem;
  }
  .partnership_item_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .partnership_item_caption > p:first-of-type {
    margin-top: 0em;
  }
  .partnership_item_caption > p:last-of-type {
    margin-bottom: 0em;
  }
  .partnership_item_caption {
    border-left: solid min(8px, 0.534vw) #000;
  }
}
@media screen and (max-width: 768px) {
  .partnership_item_caption {
    margin-top: 5rem;
    line-height: 1;
    font-size: 2.8rem;
  }
  .partnership_item_caption > p {
    line-height: inherit;
    font: inherit;
  }
  .partnership_item_caption > p:first-of-type {
    margin-top: 0em;
  }
  .partnership_item_caption > p:last-of-type {
    margin-bottom: 0em;
  }
}/*# sourceMappingURL=zeroplus.css.map */