*,
::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 {
    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;
  }
}

.first_cont {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .first_cont {
    padding: min(45px, 3vw) 0 min(75px, 5vw);
  }
}
@media screen and (max-width: 768px) {
  .first_cont {
    padding: 4rem 6.3rem 9rem;
  }
}
.first_cont .head {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .first_cont .head {
    line-height: 2.579em;
    font-size: 1.9rem;
  }
  .first_cont .head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .head > h2:first-of-type {
    margin-top: -0.789em;
  }
  .first_cont .head > h2:last-of-type {
    margin-bottom: -0.789em;
  }
}
@media screen and (max-width: 768px) {
  .first_cont .head {
    line-height: 1.462em;
    font-size: 2.6rem;
  }
  .first_cont .head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .first_cont .head > h2:first-of-type {
    margin-top: -0.23em;
  }
  .first_cont .head > h2:last-of-type {
    margin-bottom: -0.23em;
  }
}
@media screen and (min-width: 769px) {
  .first_cont .img {
    width: min(375px, 25vw);
    margin: min(25px, 1.667vw) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .first_cont .img {
    width: 46.4rem;
    margin: 3.5rem auto 0;
  }
}
.first_cont a {
  width: -moz-fit-content;
  width: fit-content;
}

.dx_point {
  display: grid;
}
@media screen and (min-width: 769px) {
  .dx_point {
    grid-template-columns: repeat(2, min(475px, 31.667vw));
    -moz-column-gap: min(50px, 3.334vw);
         column-gap: min(50px, 3.334vw);
    row-gap: min(60px, 4vw);
    width: min(1000px, 66.667vw);
    margin: 0 auto;
    padding: min(90px, 6vw) 0 min(130px, 8.667vw);
  }
}
@media screen and (max-width: 768px) {
  .dx_point {
    row-gap: 4.5rem;
    padding: 4.5rem 6.2rem 12rem;
  }
}

.dx_point_box {
  clip-path: polygon(12.6315789474% 0, 100% 0, 100% 70.297029703%, 87.3684210526% 100%, 0 100%, 0 25.7425742574%);
  aspect-ratio: 475/202;
  background: linear-gradient(135deg, rgb(70, 41, 161) 66%, rgb(0, 14, 74) 90%);
  display: grid;
  place-content: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .dx_point_box {
    line-height: 1.656em;
    font-size: 2.9rem;
  }
  .dx_point_box > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_point_box > p:first-of-type {
    margin-top: -0.327em;
  }
  .dx_point_box > p:last-of-type {
    margin-bottom: -0.327em;
  }
}
@media screen and (max-width: 768px) {
  .dx_point_box {
    line-height: 1.632em;
    font-size: 3.8rem;
  }
  .dx_point_box > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_point_box > p:first-of-type {
    margin-top: -0.315em;
  }
  .dx_point_box > p:last-of-type {
    margin-bottom: -0.315em;
  }
}

@media screen and (min-width: 769px) {
  .dx_point_txt {
    margin-top: min(20px, 1.334vw);
    line-height: 1.563em;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
  }
  .dx_point_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_point_txt > p:first-of-type {
    margin-top: -0.281em;
  }
  .dx_point_txt > p:last-of-type {
    margin-bottom: -0.281em;
  }
}
@media screen and (max-width: 768px) {
  .dx_point_txt {
    margin-top: 2rem;
    line-height: 1.536em;
    font-size: 2.8rem;
  }
  .dx_point_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_point_txt > p:first-of-type {
    margin-top: -0.267em;
  }
  .dx_point_txt > p:last-of-type {
    margin-bottom: -0.267em;
  }
}

.cont_head {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .cont_head {
    justify-content: center;
    -moz-column-gap: min(20px, 1.334vw);
         column-gap: min(20px, 1.334vw);
    margin-bottom: min(50px, 3.334vw);
    padding-left: min(48px, 3.2vw);
    line-height: 1;
    font-size: 3.6rem;
    text-align: center;
  }
  .cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .cont_head > h2:first-of-type {
    margin-top: 0em;
  }
  .cont_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .cont_head {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    margin-bottom: 4.5rem;
    padding-left: 6.2rem;
    line-height: 1;
    font-size: 4rem;
  }
  .cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .cont_head > h2:first-of-type {
    margin-top: 0em;
  }
  .cont_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
.cont_head::before {
  content: "";
  display: block;
  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 {
    width: min(32px, 2.134vw);
  }
}
@media screen and (max-width: 768px) {
  .cont_head::before {
    top: 0.3rem;
    width: 3.2rem;
  }
}

@media screen and (min-width: 769px) {
  .dx_cont {
    padding: min(45px, 3vw) min(250px, 16.667vw) min(80px, 5.334vw);
  }
}
@media screen and (max-width: 768px) {
  .dx_cont {
    padding: 4.5rem 6.2rem 9.5rem;
  }
}
.dx_cont:nth-child(even) {
  background-color: #f5f5f5;
}

.dx_cont_head_sub {
  color: #4629a1;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .dx_cont_head_sub {
    margin-bottom: min(15px, 1vw);
    line-height: 1;
    font-size: 1.8rem;
  }
  .dx_cont_head_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_head_sub > p:first-of-type {
    margin-top: 0em;
  }
  .dx_cont_head_sub > p:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .dx_cont_head_sub {
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 2.4rem;
  }
  .dx_cont_head_sub > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_head_sub > p:first-of-type {
    margin-top: 0em;
  }
  .dx_cont_head_sub > p:last-of-type {
    margin-bottom: 0em;
  }
}

.dx_cont_head {
  background-color: #4629a1;
  color: #fff;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .dx_cont_head {
    margin-bottom: min(30px, 2vw);
    padding: min(7px, 0.467vw) min(20px, 1.334vw);
    line-height: 1;
    font-size: 2.8rem;
  }
  .dx_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_head > h2:first-of-type {
    margin-top: 0em;
  }
  .dx_cont_head > h2:last-of-type {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 768px) {
  .dx_cont_head {
    margin-bottom: 3.5rem;
    padding: 2.2rem 3rem;
    line-height: 1.353em;
    font-size: 3.4rem;
  }
  .dx_cont_head > h2 {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_head > h2:first-of-type {
    margin-top: -0.176em;
  }
  .dx_cont_head > h2:last-of-type {
    margin-bottom: -0.176em;
  }
}

.dx_cont_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .dx_cont_txt {
    margin-bottom: min(40px, 2.667vw);
    line-height: 2.112em;
    font-size: 1.8rem;
  }
  .dx_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_txt > p:first-of-type {
    margin-top: -0.555em;
  }
  .dx_cont_txt > p:last-of-type {
    margin-bottom: -0.555em;
  }
}
@media screen and (max-width: 768px) {
  .dx_cont_txt {
    margin-bottom: 4.5rem;
    line-height: 1.715em;
    font-size: 2.8rem;
  }
  .dx_cont_txt > p {
    line-height: inherit;
    font: inherit;
  }
  .dx_cont_txt > p:first-of-type {
    margin-top: -0.357em;
  }
  .dx_cont_txt > p:last-of-type {
    margin-bottom: -0.357em;
  }
}

.dx_cont_horizontal {
  display: grid;
}
@media screen and (min-width: 769px) {
  .dx_cont_horizontal {
    grid-template-columns: auto minmax(10px, auto);
  }
}
@media screen and (max-width: 768px) {
  .dx_cont_horizontal {
    row-gap: 4.5rem;
  }
}

.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: #4629a1;
}

@media screen and (min-width: 769px) {
  .dx_img01 {
    width: min(469px, 31.267vw);
    margin-right: min(55px, 3.667vw);
  }
}

@media screen and (min-width: 769px) {
  .dx_img02 {
    width: min(468px, 31.2vw);
    margin-right: min(58px, 3.867vw);
  }
}

@media screen and (min-width: 769px) {
  .dx_img03 {
    width: min(468px, 31.2vw);
    margin-right: min(58px, 3.867vw);
  }
}

@media screen and (min-width: 769px) {
  .dx_img04 {
    width: min(469px, 31.267vw);
    margin-right: min(62px, 4.134vw);
  }
}

@media screen and (min-width: 769px) {
  .dx_img05 {
    width: min(706px, 47.067vw);
    margin-right: min(55px, 3.667vw);
  }
}

@media screen and (min-width: 769px) {
  .dx_img06 {
    width: min(465px, 31vw);
    margin-right: min(60px, 4vw);
  }
}

@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.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_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;
  }
}

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);
    grid-row-gap: min(14px, 0.934vw);
  }
}
@media screen and (max-width: 768px) {
  .cont_horizontal .img {
    grid-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;
    padding-top: min(10px, 0.667vw);
  }
}
.content > .txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .content > .txt {
    margin-top: min(40px, 2.667vw);
    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: 4rem;
    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;
  }
}

@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: 8rem;
    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;
    text-align: center;
  }
  .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;
  }
}
@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;
}

@media screen and (min-width: 769px) {
  .external_evaluation_img {
    width: min(488px, 32.534vw);
    margin: min(50px, 3.334vw) auto 0;
  }
}
@media screen and (max-width: 768px) {
  .external_evaluation_img {
    width: 48.8rem;
    margin: 5rem auto 0;
  }
}

@media screen and (min-width: 769px) {
  .external_evaluation_txt {
    margin-top: min(35px, 2.334vw);
    padding: 0 min(115px, 7.667vw);
    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: 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;
  }
}

ul.modList {
  list-style-type: none;
  margin-top: 0.5rem;
}
ul.modList li {
  position: relative;
  padding-left: 1.4rem;
}
@media screen and (max-width: 768px) {
  ul.modList li {
    padding-left: 2.4rem;
  }
}
ul.modList li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #4629a1;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  ul.modList li::before {
    width: 2rem;
    height: 2rem;
    top: 1.1rem;
  }
}/*# sourceMappingURL=dx.css.map */